@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* ========================================
	全体設計
========================================= */
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    color: #000000;
    font-family: "游ゴシック Medium","Yu Gothic","メイリオ";
}

.wrap{
    overflow: hidden;
}

/* ========================================
	ヘッダー
========================================= */
header{
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
}

#header img{
    float: left;
    width: 180px;
    margin: 20px 0 0 20px;
}

header nav#nav_pc{
    font-size: 15px;
    float: right;
    margin: 27px 30px;
}

header nav#nav_pc ul li{
    float: left;
    margin-left: 15px;
}

header nav#nav_pc ul li a{
    text-decoration: none;
    color: #008682
}

div#header_2{
    width: 100%;
    height: 500px;
    background:url("images/header_2.png");
    position: relative;
}

div.header_in{
    width: 65%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform : translate(-50%,-50%);
}

div.header_in dl dt p{
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    line-height: 1.5;
    float: left;
}

div.header_in dl dt p span{
    font-size: 55px;
    font-weight: bold;
    background:linear-gradient(transparent 70%, rgba(0,185,0,0.5) 50%); 
}

div.header_in dl dt p img{
    float: left;
}

div.header_in dl ul{
    float: left;
    margin: 115px 0 0 30px;
}

div.header_in dl ul li{
    width: 230px;
    height: 47px;
    background-color: #cdffcd;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
}

div.header_in dl ul li a{
    text-decoration: none;
    font-size: 21px;
    color: #008682;
    line-height: 47px;
    display: block;
    cursor: pointer;
}

div.header_in dl img{
    float: right;
}

/* ========================================
	wrapper
========================================= */
div#wrapper{
    width: 100vw;
    height: auto;
    margin: 0 auto;
    line-height: 1;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
    margin-top: 50px;
}

/* ========================================
	block1
========================================= */




h1{
    font-size: 3vw;
    color: #008682;
    text-align: center;
    font-weight: bold;
    margin: 80px 0;
}

div#block1{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

div.block1_left,div.block1_center,div.block1_right{
    display: inline-block;
    margin: 0 70px;
}


div.block1_left img,div.block1_center img,div.block1_right img{
    width: 20vh;
}

div.block1_left p,div.block1_center p,div.block1_right p{
    font-size: 1.5vw;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}




/* ========================================
	block12
========================================= */
.block2{
    width: 100%;
    height: 100px;
    background-color:#008682;
    margin: 80px 0;
    position: relative;
    text-align: center;
}

.block2:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 100px solid transparent;
    border-top: 50px solid #008682;
    width: 0;
    height: 0;
}

.block2 p{
    font-size: 2.5vw;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 100px;
}

.block2 p img{
    height: 7vh;
    vertical-align: text-bottom;
}

div#block2{
    width: 70vw;
    margin: 0 auto;
}

div#block2 table tr td{
    width: 70vw;
}

div#block2 table tr td img{
    margin-bottom: 50px;
}

div#block2 table tr td p{
    width: 50vw;
    float: right;
    margin-top: 7vh;
}

div#block2 table tr td p span{
    font-size: 30px;
    background:linear-gradient(transparent 70%, rgba(0,172,151,0.7) 50%);   
}


/* ========================================
	block3
========================================= */
div#block3{
    width: 970px;
    height: auto;
    margin: 0 auto;
}

div#block3 ul.block3_left{
    float: left;
}

div#block3 ul.block3_right{
    float: right;
}

div#block3 ul li{
    width: 450px;
    height: 200px;
    background-color: rgba(103,190,185,0.5);
    margin-bottom: 70px;
    text-align: right;
}

div#block3 ul li span{
    display: block;
    font-size: 20px;
    padding-top: 80px;
    margin-right: 20px;
    line-height: 1.3;
}

#b3_1{
    background: url("images/b3_1.png") no-repeat left;
    background-position: 20px;
}

#b3_2{
    background: url("images/b3_2.png") no-repeat left;
    background-position: 20px;
}

#b3_3{
    background: url("images/b3_3.png") no-repeat left;
    background-position: 20px;
}

#b3_4{
    background: url("images/b3_4.png") no-repeat left;
    background-position: 20px;
}

/* ========================================
	block4
========================================= */
h1 img{
    vertical-align: middle;
    height: 7vh;
}

div#block4{
    width: 70vw;
    margin: 0 auto;
}

div.b4_left,div.b4_center,div.b4_right{
    float: left;
}

div.b4_left,div.b4_center{
    margin-right: 11vw;
}

div#block4 ul li{
    margin-bottom: 50px;
}

div#block4 ul li:last-child{
    margin-bottom: 0;
}

div#block4 ul li img{
    width: 16vw;
}

/* ========================================
	block5
========================================= */
div#block5{
    width: 80vw;
    margin: 0 auto;
}

div.b5_left,div.b5_right{
    width: 50%;
    height: auto;
    border: 3px solid #67beb9;
    box-sizing: border-box;
    float: left;
}

div.b5_right{
    border-left: transparent;
}

div#block5 dl{
    width: auto;
    height: auto;
    margin: 15px auto;
}

div#block5 dl dt{
    text-align: left;
    margin: 0 0 15px 10px;
    font-size: 18px;
}

div#block5 dl p img{
    margin-left: 10px;
}

div#block5 dl p span{
    font-size: 1.5vw;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    background:linear-gradient(transparent 70%, rgba(0,172,151,0.7) 30%)
}

div#block5 dl dd{
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ========================================
	block6
========================================= */
div#block6 {
    text-align: center;
}

div#block6 span.b6_2{
    margin-top: 45px;
    display: block;
}

/* ========================================
	block7
========================================= */
div#block7{
    text-align: center;
}

div#block7 p{
    font-size: 20px;
    line-height: 2;
    margin-top: 80px;
}

/* ========================================
	block8
========================================= */

div#block8 dl{
    width: 80%;
    height: 170px;
    margin: 0 auto;
    border: 3px solid #67beb9;
    box-sizing: border-box;
    margin-bottom: 30px;
}

div#block8 dl:last-child{
    margin-bottom: 0;
}

div#block8 dl dt,div#block8 dl dd{
    width: auto;
    height: auto;
    margin: 30px 20px;
}

div#block8 dl dt span{
    font-size: 20px;
    margin-left: 50px;
    padding: 9px 0;
    display: inline-block;
}

div#block8 dl dd span{
    font-size: 18px;
    margin-left: 50px;
    padding: 4px 0;
    display: inline-block;
}

div#block8 dl dt.b8_q{
    background: url("images/b8_Q.png") no-repeat left;
}

div#block8 dl dd.b8_a{
    background: url("images/b8_A.png") no-repeat left;
}

/* ========================================
	block9
========================================= */
div#block9{
    width: 70vw;
    height: auto;
    background-color:rgba(103,190,185,0.50);
    margin: 0 auto;
}

div#block9 form{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

div#block9 form table{
    width: 100%;
}

div#block9 form table tr{
    margin-bottom: 25px;
    display: block;
}

div#block9 form table tr td{
    width: 100%;
    display: inline-block;  
}

div#block9 form table tr td.form_title{
    font-size: 20px;
    margin-bottom: 5px;
    color: #008682;
    font-weight: bold;
}

div#block9 form table tr td.form_title label{
    font-weight: bold;
}

div#block9 form table tr td.form_title p{
    font-weight: bold;
}

div#block9 form table tr td span.must{
    background-color: #008682;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 30px;
    padding: 0 17px;
}

div#block9 form table tr td.form_contents label{
    font-size: 16px;
}

.form_l{
    width: 100%;
    height: 30px;
    border: 1px solid #008682;
    font-size: 16px;
}

.form_m{
    width: 70%;
    height: 30px;
    border: 1px solid #008682;
    font-size: 16px;
}

.form_s{
    width: 50%;
    height: 30px;
    border: 1px solid #008682;
    font-size: 16px;
}

.form_ss{
    width: 30%;
    height: 30px;
    border: 1px solid #008682;
    font-size: 16px;
}

div#block9 form table tr ul{
    font-size: 16px;
    line-height: 1.5;
}

div#block9 form table tr td textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #008682;
}

div#block9 form table tr td#button{
    text-align: center;
    margin-top: 20px;
}

div#block9 form table tr td p input{
    width: 170px;
    height: 50px;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #00ac97;
    border-radius: 10px;
}

/* ▼入力チェック結果の表示ボックスの装飾 */
.alertarea {
    color: red;
    background-color: #fee;
    display: inline-block;
    border-radius: 0.5em;
    width: auto;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
}
/* ▼入力チェック結果でエラーがない場合は非表示にする */
.alertarea:empty { display: none; }

/* ========================================
	footer
========================================= */
footer{
    width: 100%;
    height: 350px;
    background-color: #00ac97;
    margin-top: 80px;
    position: relative;
}

div#footer{
    width: 85%;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

div#footer nav ul li{
    display: inline;
    margin-right: 115px;
    float: left;
}

div#footer nav ul li a{
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

div#footer dl{
    position: absolute;
    bottom: 0;
    float: left;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.3;
}

div#footer dl dd:nth-of-type(1){
    margin-bottom: 20px;
}

div#footer dl dd:nth-of-type(4){
    margin-top: 20px;
}

div#footer span{
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    font-size: 18px;
    color: #FFFFFF;
}
