@charset "UTF-8";
/* CSS Document */


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


    WHATS PAGE
	

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


/*NAV -----------------------------------------------*/

.whats-nav{
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 60px;
}

.whats-nav div{
	display: block;
	width: 282px;
	height: 82px;
	background: url("../images/whats/whats_btn_pettern.png") no-repeat right bottom;
}

.whats-nav div a{
	display: block;
	width: 268px;
	height: 68px;
	text-align: center;
	line-height: 65px;
	font-size: 22px;
	color: #1B4499;
	border: 1px #1B4499 solid;
	background: url("../images/whats/arrow.png") no-repeat center 93% #FFFFFF;
	background-size: 12px auto;
}

.whats-nav div a:hover{
	color: #FFFFFF;
	background-color: #1B4499;
	background: url("../images/whats/arrow_w.png") no-repeat center 93% #1B4499;
	background-size: 12px auto;
	text-decoration: none;
	transition: all .3s;
}

#whats01,
#whats02,
#whats03{
	padding-top: 90px;
}

.whats-cont{
	width: 1200px;
	height:auto;
	margin: 0 auto;
}

.whats-cont h4{
	font-size: 30px;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 110px;
}

.whats-cont h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 125px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003E83;
}

.whats-inner h5{
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.whats-cont.cont01{
	margin-bottom: 150px;
}

.whats-inner{
	width: 1200px;
	margin: 0 auto;
}

.whats-cont.cont01 .whats-inner div{
	width: 45%;
	padding: 0;
	float: left;
	margin-right: 5%;
}

.whats-cont.cont01 .whats-inner img{
	width: 600px;
}

.whats-cont.cont01 .whats-inner dl{
	margin-top: 100px;
}

.whats-cont.cont01 .whats-inner dl dt{
	width: 10%;
	float: left;
	color: #003E83;
}

.whats-cont.cont01 .whats-inner dl dd{
	margin-left: 10%;
}

.whats-cont.cont01 .whats-inner dl dt,
.whats-cont.cont01 .whats-inner dl dd{
	padding-bottom: 15px;
}

.cont01-image{
	width: 100%;
	max-height: 400px;
	margin-bottom: 60px;
	overflow: hidden;
}

.cont01-image img{
	width: 100%;
	height: auto;
}

.whats-cont.cont02{
	margin-bottom: 150px;
}

.whats-cont.cont02 .whats-inner div{
	width: 100%;
}

.whats-cont.cont02 .whats-inner h6{
	font-size: 24px;
	color: #498578;
	background: url("../images/whats/icon.png") no-repeat 0 center;
	background-size: 30px;
	padding-left: 40px;
}

.whats-cont.cont02 .whats-inner div + div{
	margin-top: 50px;
}

.whats-cont.cont02 .whats-inner div.inner01{
	display: block;
	width: 65%;
	float: left;
}

.whats-cont.cont02 .whats-inner img{
	float: right;
}

.whats-cont.cont02 .whats-inner div:after{
	content: "";
    clear: both;
	display: block;
}

.whats-cont.qa{
	width: 100%;
	margin-bottom: 150px;
}

.whats-cont.qa .whats-inner{
	width: 100%;
	background-color: #F5F5F5;
	padding: 100px 0;
}

.whats-cont.qa .whats-inner h5{
	text-align: center;
	margin-bottom: 100px;
}

/*Q&A アコーディオン*/
.acc{
	width:1200px;
	margin: 0 auto;
		
}

input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	left: 2px;
}

.tab {
  width: 100%;
  overflow: hidden;
  margin-bottom:20px;
}

.tab-label {
    display: flex;
    /*justify-content: space-between;*/
    padding: 1em 2em 1em 0;
    cursor: pointer;
	position:relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 1em;
	border-bottom: 1px #BEBEBE solid;
}

.tab-label span{
	font-size: 30px;
	color:#EB9E3D;
	margin-right:0.5em;
}
	
.tab-label::after {
      content: "\276F";
      transition: all .35s;
	  position:absolute;
	  right:2%;
}
	
.tab-content {
    max-height: 0;
    transition: all .35s;
	background-color: #FFFFFF;
	padding:0 50px;
	opacity: 0;
}

.tab-content span {
	display: block;
    font-size: 30px;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	margin-bottom: 30px;
}

input:checked + label::after {
      transform: rotate(90deg);
}

input:checked ~ .tab-content {
    max-height: 100vh;
    /*padding:30px 70px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	opacity: 1;
}


@media screen and (max-width: 1499px) {
.whats-nav{
	width: 80%;
}

.whats-nav div{
	width: 30%;
}

.whats-nav div a{
	width: 95%;
}

#whats01,
#whats02,
#whats03{
	padding-top: 90px;
}

.whats-cont{
	width: 80%;
}

.whats-inner{
	width: 100%;
}

.whats-cont.cont01 .whats-inner img{
	width: 50%;
	height: auto;
}

.whats-cont.cont01 .whats-inner dl{
	display: inline-block;
	width: 100%;
}

.whats-cont.cont01 .whats-inner dl dt{
	width: 15%;
}

.whats-cont.cont01 .whats-inner dl dd{
	margin-left: 15%;
}

.whats-cont.cont02 .whats-inner img{
	width: 30%;
	height: auto;
}

/*Q&A アコーディオン*/
.acc{
	width:90%;
		
}
}


@media screen and (max-width: 768px) {
.whats-nav{
	width: 90%;
	margin-bottom: 30px;
	display:block;
}

.whats-nav div{
	width: 100%;
	height: 60px;
	background: url("../images/whats/whats_btn_pettern.png") repeat right bottom;
}
	
.whats-nav div + div{
	margin-top: 10px;

}

.whats-nav div a{
	width: 96%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: url("../images/whats/arrow.png") no-repeat 95% center #FFFFFF;
	background-size: 12px auto;
}

#whats01,
#whats02,
#whats03{
	padding-top: 50px;
}

.whats-cont{
	width: 90%;
}

.whats-cont h4{
	font-size: 18px;
	margin-bottom: 30px;
}

.whats-inner h5{
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.whats-cont.cont01{
	margin-bottom: 50px;
}

.whats-inner{
	width: 100%;
}

.whats-cont.cont01 .whats-inner div{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}

.whats-cont.cont01 .whats-inner img{
	width: 100%;
	height: auto;
}

.whats-cont.cont01 .whats-inner dl{
	margin-top: 50px;
}

.whats-cont.cont01 .whats-inner dl dt{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.whats-cont.cont01 .whats-inner dl dd{
	margin-left: 0;
	margin-bottom: 20px;
}

.whats-cont.cont01 .whats-inner dl dt,
.whats-cont.cont01 .whats-inner dl dd{
	padding-bottom: 0px;
}

.cont01-image{
	margin-bottom: 30px;
}

.whats-cont.cont02{
	margin-bottom: 50px;
}

.whats-cont.cont02 .whats-inner div{
	width: 100%;
}

.whats-cont.cont02 .whats-inner h6{
	font-size: 18px;
	background: url("../images/whats/icon.png") no-repeat 0 center;
	background-size: 24px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.whats-cont.cont02 .whats-inner div + div{
	margin-top: 50px;
}

.whats-cont.cont02 .whats-inner div.inner01{
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.whats-cont.cont02 .whats-inner img{
	display: block;
	float: none;
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.whats-cont.qa{
	width: 100%;
	margin-bottom: 50px;
}

.whats-cont.qa .whats-inner{
	padding: 20px 0;
}

.whats-cont.qa .whats-inner h5{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}

/*Q&A アコーディオン*/
.acc{
	width:90%;
}

.tab-label {
	font-size: 16px;
}

.tab-label span{
	font-size: 20px;
}
	
.tab-content {
	padding:0 10%;
}

.tab-content span {
    font-size: 20px;
	margin-bottom: 10px;
}

input:checked + label::after {
      transform: rotate(90deg);
}

input:checked ~ .tab-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
}