@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;
}
  .wrap {
    max-width: 1130px;
    padding: 0 10px;
    margin: 0 auto;
  }

a.btn02 {
    background-color: #1893f0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.btn02:hover{
	    background-color: #ff6e19;
}

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;
}
h4.underwave {
    font-size: 30px;
    position: relative;
    background: url(../images/facilities/txt-under-wave.png) no-repeat bottom / contain;
    padding-bottom: 15px;
    width: fit-content;
    margin-bottom: 30px;
}
 



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


  .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
		    word-break: break-all;
    text-align: justify;

	}
	h2{
		font-size: 25px;
	}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
	}

}




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

.topKeyimages {
	position: relative;
    background: url("../images/rule/keyimages.jpg") 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;
    z-index: -10;
    margin-top: 60px;
}
	.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 
   ========================================================================== */
p.center{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	    padding-top: 40px;
    padding-bottom: 50px;
}

.sec01{
	background: #E9F7E8;
	position: relative;
}
.sec01 .rule-cont{
	background: #fff;
	padding: 50px 80px;
	border-radius: 10px;
}
.sec01 .rule-cont li:first-child{
	border-top: 2px dotted #097cd4;
}
.sec01 .rule-cont li{
	border-bottom: 2px dotted #097cd4;
    padding: 30px 0;
	display: flex;
    align-items: baseline;
	font-size: 17px;
	padding-left: 10px;
}
	.sec01 .rule-cont li p.left-pa{
	padding-left: 10px;
}
.sec01 .green{
	color: #05b761;
}
.sec01 .pdf-btn {
    font-size: 20px;
    border: 2px solid #097CD4;
    padding: 25px 60px;
    border-radius: 50px;
	margin: 0 auto;
    margin-top: 5em;
    color: #097CD4;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding-right: 100px;
	background: #fff;

}
.sec01 .pdf-btn:after {
    background: url(../images/global/icon-bigpdf.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 24px;
}
.sec01 .pdf-btn:hover{
	background-color: #097CD4;
	color: #fff;
}
.sec01 .pdf-btn:hover .mazenta{
	color: #fff;
}
.sec01 .pdf-btn:hover:after {
    background: url(../images/global/icon-bigpdf-hover.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 24px;
}
.pdf-btn span {
    font-size: 16px;
}
.top-pa{
	padding-top: 3em;
}
p.bold{
	font-size: 20px;
	padding-left: 10px;
}
.under-ttl{
	padding-top: 60px;
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
        padding-top: 80px;
        padding-bottom: 160px;
	}
	.sec01:after {
position: absolute;
    content: "";
    background: url(../images/rule/img-sec01-before.png) no-repeat center / contain;
    top: -8em;
    right: 17em;
    width: 230px;
    height: 150px;
}


	.sec01 .pdf-btn {
	width: 90%;
	}
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.sec01:after{
		display: none;
	}
	p.center {
    font-size: 17px;
		line-height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
	}
	p.center {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 20px;
}
.sec01 .rule-cont {
    background: #fff;
    padding: 50px 20px;
    border-radius: 10px;
}  
	.sec01 p.bold {
    font-size: 18px;
    padding-left: 0px;
}
	.sec01 .rule-cont li {
    border-bottom: 2px dotted #097cd4;
		padding: 20px 0;
	}
.sec01 .pdf-btn {
    font-size: 20px;
    border: 2px solid #097CD4;
    padding: 15px 40px;
    border-radius: 50px;
    margin-top: 2em;
    color: #097CD4;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    display: block;
}
	.sec01 .pdf-btn:after {
    background: url(../images/global/icon-bigpdf.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 20px;
}
	.sec01 .pdf-btn:hover:after {
    background: url(../images/global/icon-bigpdf-hover.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 20px;
}
	.sec01 .rule-cont li p.left-pa {
    padding-left: 10px;
    padding-right: 20px;
}
}



