@charset "utf-8";
body {
	font: normal 23px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

@media screen and (max-width: 750px) {
body{
    font-size: 18px;
}
}

body .sp-item {
    display: none !important; }
body .pc-item {
    display: block !important; }

@media screen and (max-width: 750px) {
    body {
        min-width: inherit; 
        height:100%; 
        }
    body .sp-item {
        display: block !important; }
    body .pc-item {
        display: none !important; }
    body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 750px) {
	.sp img{
		max-width:90%;
    }
	.sp02 img{
		max-width:100%;
    }
    .sp03 img{
		max-width:70%;
    }
    .sp04 img{
		max-width:80%;
    }
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
    font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/*黄マーカー*/
.marker{
    background: linear-gradient(transparent 60%, #fcee21 60%);
}

/*オレンジ文字・太字*/
.orange{
    color: #ff6200;
    font-weight: bold;
}

/*水色文字・太字*/
.blue{
    color: #40a5f5;
    font-weight: bold;
}

/*リンク画像の透過*/
a img {
    transition: opacity 0.3s ease; /* スムーズな変化 */
}
a:hover img {
    opacity: 0.5; /* 透過（50%の透明度） */
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */

.header{
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: #cae6ff;
    z-index: -1;
}

@media screen and (max-width: 750px) {
    .header{
        width: 100%;
    }
}
/* ----------------------------------------------------
    nayami
---------------------------------------------------- */

.nayami{
    width: 750px;
    margin: 0 auto;
    margin-top: 55px;
}

.nayami_txt{
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .nayami{
        width: 95%;
    }
}
/* ----------------------------------------------------
    otoshiana
---------------------------------------------------- */

.otoshiana_area{
    margin-top: 55px;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #e6f3ff;
}

.otoshiana{
    width: 750px;
    margin: 0 auto;
}

.s-otoshiana-mt{
    margin-top: 55px;
}

@media screen and (max-width: 750px) {
    .otoshiana_area{
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .otoshiana{
        width: 100%;
    }

    .s-otoshiana-mt{
        margin-top: 20px;
    }
}

/* ----------------------------------------------------
    topparaohkoku
---------------------------------------------------- */

.topparaohkoku{
    width: 750px;
    margin: 0 auto;
    margin-top: 65px;
}

.topparaohkoku_txt{
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .topparaohkoku{
        width: 100%;
        margin-top: 50px;
    }
}

/* ----------------------------------------------------
    sotsugyou
---------------------------------------------------- */

.sotsugyou_area{
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fffddc;
}

.sotsugyou{
    width: 750px;
    margin: 0 auto;
}

.sotsugyou_box {
    display: flex;
    flex-direction: column; /* モバイルでは縦並び */
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.image-wrapper {
    display: flex;
    gap: 10px; /* 画像間のスペース */
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.image {
    height: auto;
}

.image2 {
    height: auto;
}

.sotsugyou_txt {
    width: 670px;
}

.sotsugyou_mt{
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .sotsugyou_area{
        padding-bottom: 40px;
    }

    .sotsugyou{
        width: 95%;
    }

    .sotsugyou_box{
        flex-direction: column;
    }

    .image-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .image {
        width: 100%;
        max-width: none;
    }

    .image2 {
        width: 40%;
    }

    .sotsugyou_txt {
        width: 90%;
    }
}

/* `reverse` クラスがある場合、PC時に画像Aと画像Bの順序を逆にする */
@media (min-width: 750px) {
    .sotsugyou_box.reverse .image-wrapper {
        flex-direction: row-reverse;
    }
}

/* ----------------------------------------------------
    profile
---------------------------------------------------- */

.profile{
    width: 750px;
    margin: 0 auto;
    margin-top: 45px;
}

.profile_list{
    width: 570px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 35px;
    font-weight: bold;
}

.profile_list ul li {
    padding-left: 45px; /*アイコンの分、左に余白を空ける*/
    padding-bottom: 5px;
    background-image: url(../images/check_moya.png);
    background-repeat: no-repeat;
    background-position: top left; /*アイコン左から、上からの位置を指定*/
    line-height: 1.3;
}


.profile_txt{
    width: 670px;
    margin: 0 auto;
}

.profile_img{
    margin-top: 40px;
    margin-bottom: 40px;
}

.jisseki{
    width: 670px;
    margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 30px;
    text-align: center;
    border: 3px solid #ff8c00;
}

.jisseki li{
    padding-bottom: 17px;
    line-height: 1.2;
}

.jisseki_ttl{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ff8c00;
}

.profile_mt{
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .profile{
        width: 100%;
    }

    .profile_list{
        width: 90%;
    }

    .profile_list li {
        margin-bottom: 10px;
    }

    .profile_txt{
        width: 95%;
    }

    .jisseki{
        width: 95%;
    }
}

/* ----------------------------------------------------
    riyuu
---------------------------------------------------- */

.riyuu_area{
    margin-top: 37px;
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #e6f3ff;
}

.riyuu{
    width: 750px;
    margin: 0 auto;
}

.riyuu_ttl{
    margin-top: 50px;
}

.riyuu_txt{
    width: 670px;
    margin: 0 auto;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .riyuu_area{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .riyuu{
        width: 100%;
    }

    .riyuu_ttl{
        margin-top: 30px;
    }

    .riyuu_txt{
        width: 95%;
    }
}

/* ----------------------------------------------------
    chigai
---------------------------------------------------- */

.chigai{
    width: 750px;
    margin: 0 auto;
    margin-top: 75px;
}

.chigai_box{
    margin-top: 35px;
    margin-bottom: 45px;
    display: flex;
}

.chigai_img{
    width: 22%;
}

.chigai_ttl_txt{
    width: 78%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.chigai_ttl{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff352;
}

.chigai_txt{
    margin-top: 10px;
}

.chigai_mt{
    display: block;
    margin-top: 35px;
}

@media screen and (max-width: 750px) {
    .chigai{
        width: 95%;
        margin-top: 55px;
    }

    .chigai_box{
        margin: 0 auto;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .chigai_img{
        width: 100%;
        text-align: center;
    }

    .chigai_ttl_txt{
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

/* ----------------------------------------------------
    voice
---------------------------------------------------- */

.voice_area{
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 85px;
    background-color: #fffddc;
}

.voice{
    width: 750px;
    margin: 0 auto;
}

.voice_txt{
    width: 670px;
    margin: 0 auto;
    margin-top: 35px;
}

.voice_box{
    width: 670px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 35px 15px 40px;
    background-color: #fff;
    border: 5px solid #fff352;
    box-sizing: border-box;
}

.kadai{
    width: 100%;
    padding-top: 42px;
    color: #40a5f5;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #40a5f5;
}

.henka{
    width: 100%;
    padding-top: 37px;
    color: #ff6200;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ff6200;
}

.voice_mt{
    margin-top: 42px;
}

@media screen and (max-width: 750px) {
    .voice_area{
        margin-top: 55px;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .voice{
        width: 95%;
    }

    .voice_txt{
        width: 100%;
    }

    .voice_box{
        width: 100%;
    }
}

/* ----------------------------------------------------
    plan
---------------------------------------------------- */

.plan{
    width: 750px;
    margin: 0 auto;
    margin-top: 65px;
}

.plan_ttl1{
    width: 670px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #ff8c00;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan_orange{
    width: 670px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 38px;
    background-color: #fffddc;
}

.plan_orange img{
    display: block;
    margin: 0 auto;
}

.plan_orange_list{
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}
.plan_orange_list ul li{
    padding-left: 45px; /*アイコンの分、左に余白を空ける*/
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/check_orange.png);
    background-repeat: no-repeat;
    background-position: top left; /*アイコン左から、上からの位置を指定*/
    line-height: 1.2;
    font-weight: bold;
}

.plan_ttl2{
    width: 670px;
    margin: 0 auto;
    margin-top: 52px;
    background-color: #68b8ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan_blue{
    width: 670px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 38px;
    background-color: #eaf5ff;
}

.plan_blue img{
    display: block;
    margin: 0 auto;
}

.plan_blue_list{
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.plan_blue_list ul li{
    padding-left: 45px; /*アイコンの分、左に余白を空ける*/
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/check_blue.png);
    background-repeat: no-repeat;
    background-position: top left; /*アイコン左から、上からの位置を指定*/
    line-height: 1.2;
    font-weight: bold;
}

.plan_ttl3{
    width: 670px;
    margin: 0 auto;
    margin-top: 52px;
    background-color: #8ec66e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan_green{
    width: 670px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 38px;
    background-color: #ebffeb;
}

.plan_green img{
    display: block;
    margin: 0 auto;
}

.plan_green_list{
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.plan_green_list ul li{
    padding-left: 45px; /*アイコンの分、左に余白を空ける*/
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/check_green.png);
    background-repeat: no-repeat;
    background-position: top left; /*アイコン左から、上からの位置を指定*/
    line-height: 1.2;
    font-weight: bold;
}

.plan_txt{
    width: 670px;
    margin: 0 auto;
    margin-top: 48px;
}

.btn_img{
    margin-top: 10px;
}

.plan_mt1{
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .plan{
        width: 100%;
        margin-top: 50px;
    }

    .plan_ttl1{
        width: 100%;
    }

    .plan_orange{
        width: 100%;
    }

    .plan_orange_list{
        width: 90%;
    }

    .plan_ttl2{
        width: 100%;
    }

    .plan_blue{
        width: 100%;
    }

    .plan_blue_list{
        width: 90%;
    }

    .plan_ttl3{
        width: 100%;
    }

    .plan_green{
        width: 100%;
    }

    .plan_green_list{
        width: 90%;
    }

    .plan_txt{
        width: 95%;
    }
}

/* ----------------------------------------------------
    schedule
---------------------------------------------------- */

.schedule{
    width: 750px;
    margin: 0 auto;
    margin-top: 65px;
}

@media screen and (max-width: 750px) {
    .schedule{
        width: 95%;
}
}
/* ----------------------------------------------------
    FAQ
---------------------------------------------------- */

.faq_area{
    margin-top: 60px;
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #e6f3ff;
}

.faq{
    width: 750px;
    margin: 0 auto;
}

.faq_q{
    margin-top: 27px;
    padding-left: 45px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #40a5f5;
    background-image: url(../images/Q.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 8px 9px; /*アイコン左から、上からの位置を指定*/
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
}

.faq_a{
    margin: 0 auto;
    margin-top: 13px;
}

@media screen and (max-width: 750px) {
    .faq{
        width: 100%;
    }

    .faq_q{
        padding-left: 37px;
        padding-right: 10px;
        padding-bottom: 9px;
        background-size: 23px;
        background-position: 8px 8px; /*アイコン左から、上からの位置を指定*/
    }

    .faq_a{
        width: 95%;
    }
}

/* ----------------------------------------------------
    foryou
---------------------------------------------------- */

.foryou{
    width: 750px;
    margin: 0 auto;
    margin-top: 70px;
}

.arrow{
    margin: 0 auto;
    display: block;
}

.foryou_txt{
    width: 670px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.foryou_area{
    margin-top: 20px;
    padding-bottom: 40px;
    background-color: #fffddc;
}

.foryou_btn{
    width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .foryou{
        width: 100%;
        margin-top: 55px;
    }

    .foryou_txt{
        width: 95%;
    }

    .foryou_btn{
        width: 100%;
    }
}

/* ----------------------------------------------------
    foryou
---------------------------------------------------- */

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #40a5f5;
    color: #fff;
    font-size: 20px;
}

a{
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .footer{
        font-size: 0.7em;
    }
}


