@charset "utf-8";
/*==================================================
cmn
==================================================*/

body {
  background: #fff;
  color: #444;
  font-size: 2rem;
  line-height: 1.8em;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
	 font-family:"Hiragino Kaku Gothic ProN",
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ ProN W3",
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Sans",
  sans-serif !important;
}
.wrap{
	padding: 0;
	margin: 0;
	max-width: none;
	width: auto;
}
p{
margin-bottom: 1em;	
}
p:last-child{
margin-bottom: 0;	
}
.content-wrap{
	max-width: 110rem;
	width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
.site-header{
	padding: 2rem 0;
}
.site-header h1 a{
	padding: 0;
	background: none;
	margin: 0;
	width: auto;
	height: auto;
	text-indent: 0;
}
.site-header .site-title{
	max-width:48.85rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.site-footer{
	background: #022546;
	color: #fff;
	text-align: center;
	padding: 3rem;
	margin-top: 5rem;
}
section{
	padding: 8rem 0;
}
.main-sec{
	padding: 0;
	position: relative;
}
.main-sec .btn{
	position: absolute;
	bottom: 8.5rem;
	left: 5rem;
	width: 49rem;
}
.main-sec .txt{
	position: absolute;
	bottom: 5rem;
	left: 58rem;
	width: 14.7rem;
}
.txt-navy{
	color: #1B4F74;
}
.sec01 h2{
	font-size: 3.6rem;
	line-height: 1.8em;
	margin-bottom: 6rem;
	text-align: center;
	
}
.txt-b{
	font-size: 130%;	
}
.worrie-list .col-box{
	width: 46%;
}
.worrie-list h3{
	font-size: 3.6rem;
	line-height: 1.6em;
	color: #62A275;
	text-align: center;
	border: 0.5rem solid #62A275;
	padding:2rem 1rem;
	margin-bottom: 3rem;
}
.worrie-list h4{
	color: #62A275;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.6em;
	margin-bottom: 3rem;
	}

.worrie-list li{
	background: url("../img/top/icon_check.png") no-repeat left top;
	background-size: 3.6rem;
	padding-left: 4.5rem;
	font-size: 2.2rem;
	line-height: 1.8em;
	margin-bottom: 2rem;
}
.worrie-list .type02 h3,.worrie-list .type02 h4{
	color: #639DAF;
	border-color: #639DAF;
}
strong{
	font-weight: bold;
}
.txt-red{
	color: #A80808;
}
.bg-gray-l{
	background: #F8F8F8;
	
}
.kadomaru{
	border-radius: 5rem;
}
.wrap-inner{
	padding:8rem;
}
.pad-t00{
	padding-top: 0 !important;
}
.pad-b00{
	padding-bottom: 0 !important;
}
.sec02 h2{
	text-align: center;
	font-size: 4rem;
	margin-bottom: 4rem;
	line-height: 1.6em;
}
.sec03 h2{
	text-align: center;
	font-size: 4.8rem;
	margin-bottom: 2rem;
	line-height: 1.8em;
}
.sec03 h3{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 4rem;
	line-height: 1.8em;
}
.sec03 .txt-img{
	justify-content: center;
}
.sec03 .txt-img li{
	padding: 0 1rem;
}
.sec03 .txt-img .txt{
	max-width: 57.5rem;
	width: 100%;
}
.sec03 .txt-img .img{
	max-width: 26.2rem;
	width: 100%;
}
.btn-box{
	max-width: 68rem;
	width: 100%;
	margin: 5rem auto 0;
}
.worrie-list dt{
	background: url("../img/top/icon_check.png") no-repeat left top;
	background-size: 3.6rem;
	padding-left: 4.5rem;
	font-size: 2.8rem;
	line-height: 1.6em;
	margin-bottom: 1rem;
	font-weight: bold;
	color: #62A275;
	margin-top: 4rem;
}
.worrie-list .type02 dt{
	    color: #639DAF;	
}
.worrie-list dd{
	min-height: 5.6em;
}
.txt-s{
	font-size: 87.5%;
	line-height: 1.8em;
}
.tit01{
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	font-size: 3.6rem;
	background: #1B4F74;
	padding: 3rem 1rem;
	margin-bottom: 4rem;
}
.tit02{
	color: #1B4F74;
	text-align: center;
	line-height: 1.8em;
	font-size: 3.6rem;
	margin-bottom: 4rem;
}
.tit02:after{
	content: "";
	width: 8rem;
	height: 0.5rem;
	display: block;
	background: #1B4F74;
	margin: 1rem auto 0;
}

.faq-box {
	margin-bottom: 5rem;
}
.faq-box:last-child {
	margin-bottom: 0;
}

.faq-box .icon {
  width: 5rem;
  height: 5rem;
  background: #1B4F74;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  display: table;
  margin-right: 2rem;
  font-size: 112.5%;
	font-weight: bold;
}
.faq-box .icon.a {
  background: #FF9300;
}
.faq-box .icon .inner {
  display: table-cell;
  vertical-align: middle;
}
.faq-box .txt {
  flex: 1;
  padding-top: 0.4rem;
}
.faq-box .tit {
  position: relative;
	
}
.faq-box .tit h3 {
  font-size: 2.4rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.faq-box .content {
  margin-left: 7rem;
	border-top: 1px solid #D1D1D1;
	margin-top: 2rem;
	padding-top: 2rem;
}
.faq-box .content a {
  text-decoration: underline;
}
.bg-navy{
	background: #1B4F74;
}
.sec08 h2{
	text-align: center;
	font-size: 5rem;
	line-height: 1.6em;
	margin-bottom: 2rem;
}
.sec08 h3{
	margin-bottom: 2rem;	
}
.sec04 .txt-img .col-box{
width: 50%;
	text-align: center;
	margin-bottom: 2rem;
}
.sec04 .txt-img p{
	font-size: 2.4rem;
	line-height: 1.8em;
	font-weight: bold;
}
.sec04 h3{
	text-align: center;
	font-size: 3rem;
	line-height: 1.6em;
	margin-bottom: 2rem;
}
.lesson-box{
	margin: 5rem 0;
}

.lesson-box .tit{
	background: #639DAF;
	color: #fff;
	text-align: center;
	padding: 2rem;
	width: 40%;
}
.lesson-box.type02 .tit{
	background: #63AFA3;
}
.lesson-box.type03 .tit{
	background: #62A275;
}
.lesson-box .tit dt{
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 2em;
}
.lesson-box .tit dt .txt-b{
	font-size: 180%;
}
.lesson-box .txt{
	width: 55%;
}
.lesson-box .txt dt{
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 1.8em;
	font-size: 2.2rem;
}
.lesson-box .txt dd{
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.lesson-box .txt dd:before{
	content: "●";
	color: #27A3C8;
	margin-right: 0.2em;
}
.form-boxs{
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
}
.form-boxs table{
	width: 100%;
	margin-bottom: 2rem;
}
.form-boxs th{
	color: #fff;
	width: 32%;
	padding-bottom: 3rem;
	white-space: nowrap
}
.form-boxs table input{
	width: 100%;
	padding: 1rem 1.4rem;
	border-radius: 0;
	color: #555;
	background: #fff;
}
.form-boxs table select{
	width: 100%;
	padding: 1rem;
	min-height: 5.6rem;
	 -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
	color: #555;
	background: #fff;
}
.form-boxs td{
	padding-bottom: 3rem;
}
.form-boxs button{
	background: none;
	display: block;
	border: none;
	cursor: pointer;
	max-width: 68rem;
	width: 100%;
	margin: 5rem auto 0;
}
.privacy-box{
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.6em;
	padding: 2rem;
	height: 20rem;
	overflow-y: scroll;
}
.privacy-box li{
	list-style: disc;
	margin-left: 1.5em;
}
.privacy-check{
	color: #fff;
}
.privacy-check input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 0.2em;
}
.thanks-sec .inner{
	max-width: 76rem;
	width: 100%;
	margin: 0 auto;
}
.thanks-sec .note-box{
	margin-top: 5rem;
}
.btn-box.s{
	max-width: 48rem;
	
}
@media screen and (max-width: 767px) {
	.wrap{
		padding: 0 5vw;
	}	
	.worrie-list .col-box {
    width: 100%;
		margin-bottom: 5rem;
}
	.worrie-list .col-box:last-child {
	margin-bottom: 0;
	}
	.kadomaru {
    border-radius:0;
}
	section {
    padding: 6rem 0;
}
	.wrap-inner {
    padding: 6rem 5vw;
}
	.sec01 h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
	}
	.sec03 .txt-img .txt {
    max-width:inherit;
    width: 100%;
		margin-bottom: 2rem;
}
	.sec04 .txt-img .col-box {
    width: 100%
}
	.lesson-box .tit{
		width: 100%;
		margin-bottom: 2rem;
	}
	.lesson-box .txt {
   width: 100%;
}
	.worrie-list dd {
    min-height:inherit;
}
	.sec03 h3 {
    font-size: 2.8rem;
	}
	.tit01 {
    font-size: 2.8rem;
	}
	.sec08 h2 {
    font-size: 3rem;
	}
	.form-boxs th,.form-boxs td{
		display: block;
		width: 100%;
	}
	.form-boxs th{
		padding-bottom: 1rem;
	}
	.faq-box .icon {
    width: 4rem;
    height: 4rem;
		font-size: 80%;
		line-height: 0;
		margin-right: 1rem;
	}
	.faq-box .tit h3 {
    font-size: 2.4rem;
    line-height: 1.5em;
	}
	
.faq-box .content {
    margin-left: 5rem;
	}
.main-sec .btn {
    position: absolute;
    bottom: 4.5rem;
    left: 1.8rem;
    width: 32rem;
}
	.main-sec .txt {
    position: absolute;
  bottom: 2rem;
        left: 35rem;
        width: 14rem;
}
	.site-header .site-title {
    max-width: 40rem;
    width: 100%;

}
	.privacy-box{
	font-size: 1.6rem;
	}
	.form-boxs table input,.form-boxs table select{
	font-size: 16px;
		
	}
}