@charset "UTF-8";

body {
    background: url("../images/bg_head.jpg") no-repeat #fbf8f6;
    background-size: 100%;
}

.googleCalendar iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
}


.slide {
    width: 900px;
    margin: 0 auto 0px;
}

.col2list dl {
    width: 44%;
    margin: 3%;
}

.col2list dl dt {
    text-align: center;
    width: 100%;
    border:1.5px solid #72c38a;
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}
.col2list dl dd {
    margin-bottom: 30px;
    font-size: 15px;
}

.bg_blue {
    background:rgba(224,244,245,1.00);
    padding: 5%;
    border-radius: 25px;
    margin-bottom: 25px;
}

.listA {
    width: 90%;
    margin:auto;
    text-align: left;
}

.listA dt {
    font-size: 18px;
    text-decoration: underline;
    width: 25%;
    margin-right: 5%;
    float: left;
    clear: left;
}
.listA dd {
    width: 70%;
    float: left;
}

.box3 {
    margin: 30px auto;
}
.box3 ul {
    width: 26%;
    margin-right: 5%;
    background: rgba(250,248,246,1.00);
    border-radius: 30px;
    float: left;
    padding: 2%;
}
.box3 ul:last-child { margin-right: 0;}

.box3 li {
    margin-bottom:10px;
    line-height: 1.5;
}

.box3 .step {
    color: #72c38a;
    font-size: 13px;
}
.box3 .ttl {
    text-decoration: underline;
    font-size: 18px;
}
.box3 .txt {
    text-align: left;
}

/****** Q&A ********/
.toggle_contents {
    text-align: left;
}

.toggle_title {
	position: relative;
	cursor: pointer;
    text-decoration: underline;
}
.toggle_btn {
	position: absolute;
	top: 40%;
	right: 0px;
	transform: translateY(-50%);
	display: block;
	width: 35px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 25px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 25px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
    width: 100%;
    margin: auto;
    padding: 20px 0 0 0;
}

.toggle_contents .bg_blue {
    background:rgba(224,244,245,1.00);
    padding: 3% 5% 2%;
    border-radius: 25px;
}

#slider { margin-bottom: 0;}
#video_box {
	margin: 0 auto;
	padding-bottom: 150px;
}
video { width: 100%;}

/******　ILLUST ******/

.illust {
    position: absolute;
    position: 9989;
}

.i01 { top: -180px; left: -50px; }
.i02 { top: -200px; left: 30px; }
.i03 { bottom: -200px; right: -50px; }
.i04 { bottom: -200px; left: -50px; }
.i05 { bottom: 280px; right: -50px; }
.i06 { bottom: -120px; right: 20px; }
.i07 { bottom: -200px; left: -150px; }

@media screen and (max-width: 767px) {
    
body {
    background: url("../images/bg_head.jpg") no-repeat #fbf8f6;
    background-size: 100%;
}
    
.slide {
    width: 90%;
    margin: auto;
}

.googleCalendar iframe {
	height: 450px;
  }

.col2list dl {
    width: 100%;
    margin: auto;
}

.col2list dl dt {

    font-size: 110%;
    letter-spacing: normal;
}
.col2list dl dd {
    font-size: 100%;
}

.listA {
    width: 90%;
    margin:auto;
    text-align: left;
}

.listA dt {
    width: 100%;
    margin-right: 0%;
    float: none;
}
.listA dd {
    width: 100%;
    float: none;
}    

.box3 ul {
    width: 80%;
    margin-right: 0%;
    float: none;
    margin-bottom: 20px;
    padding: 10%;
}

/****** Q&A *********/
.toggle_title {
	position: relative;
	cursor: pointer;
    padding-left: 5%;
    padding-right: 15%;
}
.toggle_btn {
	position: absolute;
	top: 30%;
	right: 15px;
	transform: translateY(-50%);
	display: block;
	width: 15px;
	height: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 25px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 25px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
    width: 90%;
    margin: auto;
    font-size: 90%;
}

    
    
/******　ILLUST ******/

.i01 { top: -120px; left: -20%; width: 70%; }    
.i02 { top: -170px; left: 0%; width: 60%; } 
.i03 { bottom: -120px; right: 0%; width: 50%; } 
.i04 { bottom: -100px; left: -10%; width: 60%; }  
.i05 { top: -120px; right: 0%; width: 55%; }   
.i06 { bottom: -100px; right: 0%; width: 75%; }
.i07 { bottom: -130px; left: 0%; width: 65%; }  

}