@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* =============================================================================
共通
   ========================================================================== */

.pt64 {
  padding: 64px 0;
}


a.btn02 {
    background-color: #1893f0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
}
a.btn02:hover{
	    background-color: #105FDE;
}
a.btn02:hover img {
	opacity: 1;
}
.mirairo:hover img {
	opacity: 1;
}
.mirairo .orange {
    height: 70px;
    background-color: #ff6e19;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
	    margin: 0 auto;
    margin-bottom: 40px;
	    margin-top: 3em;
	font-weight: bold;
		border:2px solid #ff6e19;

}
.mirairo {
    max-width: 800px;
    margin: 0 auto;
	position: relative;
}
.mirairo .orange:hover{
	background-color: #fff;
	color: #ff6e19;
	border: 2px solid #ff6e19;
}
.mirairo:before {
    content: '';
    width: 162px;
    height: 55px;
    background: url(../images/top/mirairo.png) no-repeat center / cover;
    position: absolute;
    top: 11%;
    right: 155px;
    z-index: 99;
	pointer-events: none;
}
.mirairo:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/top/arrow-btn02.png) no-repeat center / cover;
    position: absolute;
    top: 33%;
    right: 53px;
	pointer-events: none;
}
.mirairo:hover:before {
   content: '';
    background: url(../images/top/mirairo_hover.png) no-repeat center / cover;
    width: 162px;
    height: 55px;
	top: 11%;
    right: 155px;
    z-index: 99;
}
.mirairo:hover:after {
   content: '';
    background: url(../images/top/arrow-btn02_mirairo.png) no-repeat center / cover;
    position: absolute;
    top: 33%;
    right: 53px;
    width: 27px;
    height: 27px;
}
a.btn02-left {
    background-color: #1893f0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 40px;
}
a.btn02-left:hover{
	    background-color: #105FDE;
	opacity: 1;
}

h2 .icon {
    box-sizing: border-box;
    display: block;
    position: relative;
	padding-bottom: 5px;
}

h2 {
    padding-bottom: 40px;
    position: relative;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding-top: 3em;
}
h4{
	font-size: 17px;
    line-height: 40px;
}
.indent {
    text-indent: -4em;
    padding-left: 3.5em;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

.letter-zone{
	letter-spacing: 10px;
}
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	h2 {
		padding-bottom: 0px;
		padding-top: 2em;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
	}
	h2{
		font-size: 25px;
	}
		h4{
	font-size: 14px;
    line-height: 30px;
}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
	}
	.mirairo .orange {
        width: 100%;
        height: 100px;
        background-color: #ff6e19;
        font-size: 15px;
        padding: 0;
        padding-bottom: 40px;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        border-radius: 30px;
        place-content: center;
    }
	.mirairo:before {
    content: '';
    width: 162px;
    height: 55px;
    background: url(../images/top/mirairo.png) no-repeat center / cover;
    position: absolute;
        top: 40%;
        right: 143px;
    z-index: 99;
    pointer-events: none;
}
	.mirairo:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/top/arrow-btn02.png) no-repeat center / cover;
    position: absolute;
    z-index: 99;
    top: 53%;
    right: 83px;
    pointer-events: none;
}
}




/* =============================================================================
topKey
   ========================================================================== */

.topKeyimages {
	position: relative;
    background: url("../images/pricelist/keyimages.webp") no-repeat center / cover;
    z-index: -10;
	margin-top: 95px;
 }
.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 40px 0;
    object-fit: cover;
    background-size: 100% auto;
}
.topswave h5{
	color: #fff;
    font-size: 40px;
    text-align: center;
	font-family: noto-sans;
	font-weight: 600;
	    line-height: 40px;
}
.topswave h5 span{
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	    .topKeyimages {
        height: 750px;
    }
}
@media screen and (max-width: 1500px) {
    .topswave h5 {
        color: #fff;
        font-size: 30px;
		line-height: 30px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 20px 0;
    object-fit: cover;
	background-size: cover;
}
	.topswave h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
	.topKeyimages {
    position: relative;
    background: url(../images/pricelist/keyimagesSP.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 60px;
	height: 570px;
}
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -20px;
    padding: 15px 0;
}
	.topswave h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
	line-height: 25px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
}

/* =============================================================================
.sec01
   ========================================================================== */
.sec01{
	background: #fff;
	position: relative;
}
  .sec01 .wrap {
    max-width: 800px;
    padding: 0 10px;
    margin: 0 auto;
  }
.sec01 p{
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 0;
}
.sec01 ul.flex {
    display: flex;
    justify-content: space-between;
	  flex-wrap: wrap;
  }
.sec01 ul.flex li{
	width: 370px;
}
.sec01 ul li a{
	padding: 10px 40px;
    padding-right: 70px;
    color: #05b761;
    border: 3px solid;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 50px;
    position: relative;
	text-align: center;
}
.sec01 ul li a.blue{
	 color: #097CD4;
}
.sec01 ul li a.blue:hover {
	 color: #fff;
    background-color: #097CD4;
}
.sec01 ul li a:after {
    background: url(../images/global/question-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 17px;
    height: 11px;
    right: 30px;
    top: 20px;
}
.sec01 ul li a.blue:after {
    background: url(../images/global/blue-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 17px;
    height: 11px;
    right: 30px;
    top: 20px;
}
.sec01 ul li a:hover {
    color: #fff;
    background-color: #05b761;
}
.sec01 ul li a:hover:after {
    background: url(../images/global/arrow-hover.png) no-repeat center / contain;
}

  .sec01 .inner_wrap {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.sky-ttl {
    background-color: #D3EDF9;
    color: #097CD4;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0;
    letter-spacing: 2px;
    margin-bottom: 2em;
    margin-top: 3em;
}
.green-ttl {
    background-color: #E9F7E8;
    color: #05B761;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0;
    letter-spacing: 2px;
    margin-bottom: 2em;
    margin-top: 4em;
}

.green-subtitle{
color: #05B761;
    padding: 5px 20px;
    border: 2px solid #05B761;
    border-radius: 50px;
    width: fit-content;
	margin: 20px 0px;
	font-weight: bold;
}

.sec01 p.blue {
	font-size: 25px;
	letter-spacing: 2px;
	padding-right: 1em;
	    font-weight: bold;
}
.sec01 .zeikomi{
	    justify-content: flex-start;
    align-items: center;
}
.sec01 table {
    margin-top: 30px;
    font-size: 16px;
	margin-bottom: 50px;
	background: #fff;
}

.sec01 table th{
    background: #097CD4;
    text-align: center;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    padding: 8px 0;
    vertical-align: middle;
	color: #fff;
	    padding: 20px 0;
	font-size: 18px;
	    width: 320px;
}

.sec01 table td {
	color: #097CD4;
    text-align: center;
    border: 1.5px solid #097CD4;
    vertical-align: middle;
	padding: 10px;
	font-size: 30px;
}
.sec01 table.green-tab th{
    background: #05B761;
}
.sec01 table.green-tab td {
	color: #05B761;
	border: 1.5px solid #05B761;
}
.sec01 table td span.small{
	font-size: 20px;
}

.sec01 .schoolprice-top{    
	align-items: center;
}
.sec01 .schoolprice-top th,.sec01 table.schoolprice-bottom th{
	width: 245px;
}


@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
        padding-top: 50px;
        padding-bottom: 100px;
	}
.narrow {
    width: 90%;
    margin: 0 auto;
}
		.sec01 table.green-tab td {
		text-align: end;
	}


	.sec01 table td span.centerprice{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
    margin-right: 100px;
}

}
@media screen and (max-width: 1700px) and (min-width: 768px){

    .sec01 .schoolprice-top p {
        font-size: 15px;
    }
	.sec01 table th {
    background: #097CD4;
    text-align: center;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    padding: 8px 0;
    vertical-align: middle;
    color: #fff;
    padding: 20px 10px;
    font-size: 15px;
}

}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.sec01 p {
		font-size: 15px;
	}
    .sec01 table th {
        background: #097CD4;
        text-align: center;
        border-bottom: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        padding: 8px 0;
        vertical-align: middle;
        color: #fff;
        padding: 20px 0;
        font-size: 17px;
        width: 405px;
    }

	.mirairo .orange {
		width: 100%;
	}
	.sec01 ul li {
    width: 360px;
}
	.schoolprice-top p {
    line-height: 35px;
}
	.schoolprice-top table {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 0;
    background: #fff;
}
	.sec01 .schoolprice-top th{ 
		width: 184px;
	}
		.sec01 .schoolprice-bottom th{ 
		width: 184px;
	}

}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
	}
	.sec01 p {
		font-size: 15px;
	}
	.sec01 .inner_wrap {
    padding: 0 15px;
}
	.sec01 table {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
	.sky-ttl,.green-ttl {
    font-weight: bold;
		font-size: 22px;
	}	
	.sec01 table th{
	         background: #097CD4;
        text-align: center;
        border-bottom: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        padding: 8px 0;
        vertical-align: middle;
        color: #fff;
        padding: 15px 45px;
        font-size: 15px;
        width: 180px;
}
	table td span.centerprice{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
            margin-right: 33%;
        width: 140px;
}

}





