@charset "utf-8";

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}


.clearfix:after{
	content: "";
	clear: both;
	display: block;
}


.pc_none{
	display:none;
}


.inner{
	width:840px;
	margin:auto;
}

.bold{
	font-weight:bold;
}

.full{
	width:100%;
}

p.center{
	text-align:center;
	line-height: 1.5em;
}

.desc{
	background:#178fbc;
	overflow:hidden;
	padding: 15px;
}

header{
	margin: 0;
}

.desc .left{
	text-align:left;
	color:#fff;
	float:left;
}

.desc ul{
	float:right;
	color:#fff;
}

.desc ul li{
	float:left;
	margin: 0 5px;
}

.desc ul li a{
	color:#fff;
}

.head_img{
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}

header img{
	/* width:100%; */
}

.logo{
	width: 37%;
	float:left;
	margin: 5px 0 0 0;
}

.tel{
	width: 27%;
	margin: 3px 1% 0 3%;
	float:left;
}

.contact{
	width: 30%;
	float: right;
}

.main{
	background:url(img/main.png) left top no-repeat;
	height:560px;
}

.sem{
	margin:25px 0;
	background: #f5f3dc;
	padding: 0 0 20px 0;
}

.sem p.title{
	font-size:1.3em;
	fony-weight:bold;
	margin:0 0 10px 0;
}

.sem ul{
	width:100%;
	height:350px;
	overflow-y:scroll;
	background:#fff;
	padding: 20px;
}

.sem ul p.title{
	font-size:1.1em;
	font-weight:bold;
}

.sem ul li{
	line-height:1.5em;
}

.sem ul li a.links{
	color: #0000ff;
	border-bottom:1px solid #0000ff;
	margin-bottom:1px;
}

.sem h2{
	background: #6fbd67;
	color: #fff;
	font-size: 25px;
	padding: 20px;
	position: relative;
	text-align: center;
	margin: 0 0 50px 0;
}

.sem h2:before{
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -60px;
    border: 60px solid transparent;
    border-top: 40px solid #6fbd67;
}

.sec_bnr{
	margin:20px 0 0 0;
}

.sec_bnr a:hover{
	opacity:0.7;
}

.sec02{
	overflow: hidden;
	padding:35px 0 50px;
}

.sec02 .box{
	width:48%;
	border:4px solid #d9e4b7;
	border-radius: 40px;
	margin: 20px 1% 0;
	float:left;
}

.sec02 .box .text{
	padding: 55px 20px 20px;
	line-height:2.0em;
}

.sec02 .box h2{
	background:#6fbd67;
	color:#fff;
	font-size: 1.3em;
	padding: 20px;
	border-radius: 36px 36px 0 0;
	position: relative;
	line-height: 1.5em;
}

.sec02 .box h2:before{
	content: "";
	position: absolute;
	bottom: -90px;
	left: 50%;
	border: 60px solid transparent;
	border-top: 40px solid #6fbd67;
	margin: 0 0 0 -60px;
}

.sec03{
	background:#de742d;
	padding:25px 0 35px;
	margin:0 0 35px 0;
}

.sec03 h2{
	font-size:24px;
	color:#fff;
	text-align:center;
	padding: 25px 0 30px;
}


.sec03 .box{
	background:#fcff13;
	color:#de742d;
	font-weight:bold;
    border-radius: 10px;
}

.inner_sec03{
	width:650px;
	margin:auto;
}

.inner_sec03 .box{
	width:48%;
	float:left;
	margin:20px 1% 0 ;
	padding:15px;
	text-align:center;
}

.inner_sec03 .text{
	color:#fff;
	text-align:center;
	padding:35px 0 0 0;
	font-weight:bold;
}

.sec04{
	margin:35px 0 65px;
}

.sec04_img{
	margin: 0 auto 35px;
	width: 95%;
	display: block;
}

.sec05{
	background:#178fbc;
	position: relative;
	margin: 0 0 60px 0;
	padding: 7px 10px 50px;
}

.sec05 h2{
	font-size:28px;
	color:#fff;
	text-align:center;
	margin:45px 0 65px;
}

.sec05:before{
	content: "";
	position: absolute;
	top: -138px;
	left: 50%;
	margin-left: -80px;
	border: 80px solid transparent;
	border-bottom: 60px solid #178fbc;
}

.sec05 .box{
	width:48%;
	height: 320px;
	float:left;
	margin:0 1% 20px;
	background:#fff;
	padding:15px 10px;
}

.sec05 .box_01{
	height:40px;
}

.sec05 .point{
	width: 130px;
	background:#de742d;
	color:#fff;
	text-align: center;
	padding: 7px;
	font-size: 24px;
	float: left;
}

.sec05 .title{
	float:left;
	margin:0 0 0 25px;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
}

.sec05 .text{
	padding: 10px 5px;
	line-height: 2.0;
	font-size: 1.0em;
}

.sec05 .full{
	width: 98%;
	height: 140px;
}


.sec06{
	background:#f5f3dc;
	margin:0 0 70px 0;
}

.sec06 h2{
	background:#6fbd67;
	color:#fff;
	font-size:25px;
	padding: 20px;
	position: relative;
	text-align: center;
	margin: 0 0 80px 0;
}

.sec06 h2:before{
	content: "";
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid #6fbd67;
}

.sec06 .box{
	width: 31%;
	height:200px;
	float:left;
	margin: 17px 1%;
	border: 3px solid #6fbd67;
	border-radius: 5px;
	background:#fff;
	padding: 15px;
	font-weight:bold;
}

.sec06 .box .title{
	color:#fff;
	background:#6fbd67;
	text-align:center;
	padding: 5px 1%;
	border-radius: 10px;
	font-size: 19px;
	margin: 0 0 20px 0;
}

.sec06 .text{
	font-size: 1.0em;
	line-height: 1.5em;
}

.sec06 .orange{
	font-size: 1.27em;
	color:#de742d;
}

.sec07{
}

.sec07 h2{
	background:#de742d;
	color:#fff;
	text-align:center;
	font-size:28px;
	padding:30px 0;
	margin: 0 0 35px 0;
}

.sec07 h3{
    background: #6fbd67;
    color: #fff;
    font-size: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius:10px 10px 0 0;
}

.sec07 h3 span.left{
	float:left;
}

.sec07 h3 span.center{
	position:relative;
	left: -60px;
}

.sec07 h3:before{
	content: "";
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid #6fbd67;
}

.sec07 .inner{
	background:#f7f7f7;
	border:3px solid #dce6bc;
	border-radius: 12px;
	padding: 0 0 60px 0;
	margin:0 auto 30px ;
}

.sec07 .inner p{
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
	line-height: 1.5em;
	}

.sec07_inner{
	padding: 50px 20px 0;
}

.sec07 .img_box{
	border:2px solid #e8e8e8;
	border-radius:5px;
	background:#fff;
	padding:20px;
	margin: 0 0 50px 0;
	}

.sec07 .img_box02{
	border:2px solid #e8e8e8;
	border-radius:5px;
	background:#fff;
	padding:20px;
	margin: 0 0 50px 0;
	}


.sec07 figure{
	width: 31%;
	float:left;
	margin:0 1%;
}

.sec07 figure img{
	width:100%;
}

.sec07 figcaption{
	text-align:center;
	padding: 10px 0;
}

.sec07 p.title{
	text-align:center;
	font-size:22px;
	font-weight:bold;
}

.sec07 .img_box02{
	background:#edf1f0;
	padding: 45px 100px;
	border:2px solid #e8e8e8;
	border-radius: 5px;
	margin:35px 0 0 0;
}

.sec07 .img_box03{
	border: 2px solid #e8e8e8;
    border-radius: 5px;
    background: #fff;
    padding: 40px 20px;
    margin: 0 0 50px 0;
}

.sec07 .img_box03 img.image{width: 42%;}

.sec07 .img_box02 .image{
	width: 30%;
	margin: 0 1%;
}

.sec07 .image07{
	float:left;
	width: 50%;
}

.sec07 .image13{
	width:317px;
}

.sec07 .image14{
	width:317px;
}

.sec07 .text_img07{
	float:left;
	width: 50%;
	padding: 0 0 0 30px !important;
	line-height: 1.5em;
}

.sec07 .image08{
	margin: 20px 0 36px 3%;width: 47%;
}

.sec07 .image09{
	margin: 0 0 36px 3%;width: 47%;
}


.sec07 .yellow{
	background:#f8eacd;
	position: relative;
	width: 834px;
	height:140px;
	left: -20px;
	margin: 0 0 60px 0;
}

.sec07 .yellow p{
	float:left;
	position: relative;
	top: 33px;
	line-height: 1.5em;
	left: 20px;
}

.sec07 .yellow img{
	float:left;
	position: relative;
	top: -45px;
	left: 25px;
}

.sec07 .yellow:before {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -60px;
    border: 60px solid transparent;
    border-top: 40px solid #f8eacd;
}

.sec07 .yellow .green{
	background:#55b330;
	color:#fff;
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-weight: bold;
	position: relative;
	top: 10px;
	margin: 0 15px 0 0;
}

.sec07 .yellow .green02{
	background:#55b330;
	color:#fff;
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-weight: bold;
	position: relative;
	top: 25px;
	margin: 0 15px 0 0;
}

.m80{
	margin:0 0 80px 0 !important;
}

.sec07 .m2{
	margin: 0 0 0 143px !important;
	}

.sec07 .m3{
	margin: 0 0 0 143px !important;
	padding: 0 !important;
	}


.sec07 .image11{
	margin: 20px 0 20px 19px;
	}

.sec07 .image_arw{
	margin: 165px 30px;
	}

.sec07 .image_arw02{
	margin: 120px 16px;
	}

.sec07 .image12{
	margin: 20px 0 20px 0;
	}

.sec07 .space{
	margin: 0 0 0 113px;
}

.sec07 .space01{margin: 0 0 0 128px;}

.sec07 .space02{margin: 0 0 0 131px;}

.sec07 .text_left{
	float:left;
	width:40%;
	font-size: 18px;
}

.sec07 .right_img{
	float:left;
	width: 58%;
	margin: 0 0 0 2%;
}

.sec08 h2{
	background:#178fbc;
	color:#fff;
	font-size:25px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	margin: 0 0 80px 0;
	font-size: 28px;
}

.sec08 h2:before{
	content: "";
	position: absolute;
	top: 87px;
	left: 50%;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid #178fbc;
}

.sec08 .img_center{
	margin:auto;
	display:block;
}

.sec08 .center{
	text-align:center;
	font-size: 18px;
	margin: 27px 0 95px;
}

.sec09{
	font-size: 1.8em;
	background:#c91d25;
	padding:44px 0;
	color:#fff;
	text-align:center;
	line-height:2.0;
	font-weight: bold;
}

.sec10{
	padding:75px 30px;
}

.sec11{
	background:#178fbc;
	color:#fff;
	font-size: 18px;
}

.sec11 ul.left ,.sec12 ul.left{
	float:left;
	line-height: 2.0em;
}

.sec12 table.left{
	float:left;
	line-height: 2.0em;
	text-align:left;
}

.sec12 table.left th{
	padding:0 10px 0 0;
}

.sec11 ul.right , .sec12 ul.right{
	float:right;
	line-height: 2.0em;
}

.sec11 ul.right li.text_right ,.sec12 ul.right li.text_right{
	margin: 0 0 0 107px;
	}

.sec11 .inner{
	padding:45px 0;
}

.sec12{
	background:#e98001;
	color:#fff;
	padding: 45px 0;
}

.sec13{
}

.sec13 .left{
	width:48%;
	float:left;
	margin: 0 1% 0 0;
}

.sec13 .right{
	width:48%;
	float:left;
}

.sec13 .inner{
	padding:50px 0;
}

.sec13 img{
	width:100%;
}

.sec14{
	background:#4a4a4a;
	color:#fff;
	padding:35px 0;
}

.sec14 p{
	line-height:2.0;
}

footer{
	border-bottom:13px solid #178fbc;
}

.flex_wrap{
	display:flex;
	flex-wrap:wrap;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.9em;
}
#page-top a {
    background: #6d6c6c;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 1.3em;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.sec06 .text div{
	display: flex;
	justify-content: space-between;
}

.text-right{
	text-align: right;
}

#sub03 ul li span{
	width: 48px;
	display: block;
	float: left;
}
