@charset "UTF-8";
.support__points {
    margin-bottom: 30px;
}
.support__conts .support__title {
    margin-top: 65px;
    color: #4a85c6;
    font-family:"Noto Sans JP", "hiragino-mincho-pron", "Zen Maru Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.support__conts .support__title.st2 {
    margin-top: 35px;
}
.under .ul-base {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 48%;
    gap: 10px;
}
dl.price dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 70px ;
}
dl.price dd {
	    float: left ;
}
.under .sec-h3 {
    font-size: 1.875rem;
    line-height: 1.4;
    text-align: center;
    color: #4A85C6;
    padding-top: 35px;
}
 .under .testament__tbl .border-left {
    padding-left: 15px;
    border-left: 1px solid #CCCCCC;
}
.support p.aboutTxt {
    font-size: 1.5rem;
    padding-top: 40px;
}
@media print, screen and (max-width: 834px) {
	.support__points {
	    margin-bottom: 10vw;
	}
	.support__conts .support__title {
	    margin-top: 17vw;
	}
	.support p {
        font-size: 4.26vw;
        line-height: 1.75;
        padding-top: 0;
    }
    .under .ul-base {
        width: 100%;
        gap: 4.3vw;
    }
    .under .testament__tbl tbody td {
        width: 46%;
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 1vw;
        vertical-align: middle;
    }
	.support__conts .support__title.st2 {
        margin-top: 10vw;
	}

}
section.overview02:before {
    content: "";
    display: block;
    height: 189px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -112px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
