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


html {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
	font-size: 62.5%;
	color: var(--color_text);
	background-color:#efe8de;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4;
    background-image: url(../img/body_bg02.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
a, a:link, a:visited {
	color: var(--color_link);
	text-decoration: none;
	transition: 0.5s;
}
a:hover { opacity: 0.6; }

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s;
}
a:hover img { opacity: 0.6; }


.container {
	margin: 0 auto;
	width: 1100px;
	height: auto;
	box-sizing: border-box;
	background-color:#fff;
}
.innerBox {
	margin: 0 auto;
	width: 940px;
	height: auto;
	box-sizing: border-box;
}
@media (max-width: 1100px) {
	.container {
		max-width:100%;
	}
	.innerBox {
		max-width: 95%;
	}
}

main { display: block; }



/*=============================================
	調整用
===============================================*/
.fl, .fl-tab, .fl-smp {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

.fl-jst {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.fl-cen {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.fl-end {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}

.fl-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.fl-col {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
}


@media (max-width: 780px) {
	.fl-tab {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
@media (max-width: 480px) {
	.fl-smp {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.ls5 { letter-spacing: 5px; text-indent: 5px; }
.ls10 { letter-spacing: 10px; text-indent: 10px; }
.ls15 { letter-spacing: 15px; text-indent: 15px; }


.show960, .show480, .show780 { display: none; }
.hdn960 { display: inherit;}
.hdn780 { display: inherit;}
.hdn480 { display: inherit;}
@media (max-width: 960px) {
	.hdn960 { display: none;}
	.show960 { display: inherit; }
}
@media (max-width: 780px) {
	.hdn780 { display: none;}
	.show780 { display: inherit; }
}
@media (max-width: 480px) {
	.hdn480 { display: none;}
	.show480 { display: inherit; }
}

.ta_cnt { text-align: center; }
.ta_right { text-align: right; }

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



/* ---------- header ---------- */
div#header {
	background-image: url(../img/header_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 97px;
	text-align: left;
	position: relative;
	width:1100px;
	margin:0 auto;
}
div#header h1 {
	position: absolute;
	left: 0px;
	top: 45px;
}
div#header p {
	position: absolute;
	left: 0px;
	top: 20px;
}
@media (max-width: 1100px) {
	div#header {
		max-width:100%;
	}
}
@media screen and (min-width: 737px) {
	body .visible-sm,
	body .hidden-bg {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	body .visible-bg,
	body .hidden-sm {
		display: none;
	}
	body #header {
		background: url(../img/mobile/header_bg01.gif) repeat-x;
		height: 96px;
		z-index: 10000;
	}
	body #header h1,
	body #header p {
		left: 8px;
	}
	body #header h1 {
		top: 50px;
	}
	body #header h1 img {
		max-width: 180px;
	}
	body #header p{
		margin-top: -5px;
    	width: 312px;
	}
}

/* ---------- topimg ---------- */
.top_img,.top_img img {
	width:100%;
	height:auto
}

/* ---------- contents ---------- */
.contents h3{
	font-size:36px;
	padding:50px 0 30px;
	font-weight: bold;
	text-align: center;
}
.contents p {
	font-size:20px;
	padding-bottom:20px;
	line-height:1.4;
}

.contents section {
	padding:80px 0 0;
}
.contents figure {
	margin:0 auto;
	text-align:center;
}
.contents .fl {
	justify-content:space-between;
}

.contents .section01 .fl .txt_box{
	width:55%;
	order:1;
}
.contents .section01 .fl figure {
	order:2;
}
.contents .section02 .fl figure {
	width:48%;
}
.contents .section03 .fl {
	flex-wrap:wrap;
	justify-content:space-between;
}
.contents .section03 .fl figure {
	padding-bottom:10px;
}
.contents .section04 .fl {
	justify-content:space-around;
	flex-wrap:wrap;
}
.contents .section04 .fl div {
	width:40%;
	text-align:center;
}
.contents .section04 .fl div h4 {
	font-size:24px;
	font-weight:bold;
	margin-top: 10px;
}
.contents .section04 .fl div h4 span {
	font-size:18px;
	line-height: 1.5;
  display: block;
}
.contents .section04 .fl div p {
	font-size:18px;
}
.contents .section04 .fl div img.btn {
	width:80%;
	height:auto;
}
.contents .section04 .fl div img.item {
	width:100%;
	height:auto;
}
.contents .section04 {
	padding-bottom:100px;
}
.contents .section04 a {
	margin-bottom: 20px;
	display: block;
}
.contents .section04 a img {
	width: 70%;
}
@media screen and (max-width: 736px) {
.contents h3{
		font-size:26px;
		padding:30px 0 20px;
	}
	.contents p {
		font-size:20px;
		padding-bottom:20px;
		line-height:1.4;
	}
	
	.contents section {
		padding:20px 0 0;
	}
	.contents .section01 .fl,
	.contents .section02 .fl{
		display:block;
	}
	.contents .section01 .fl .txt_box,
	.contents .section01 .fl figure,
	.contents .section02 .fl figure {
		width:100%;
	}
	.contents .section01 .fl figure,
	.contents .section02 .fl figure {
			padding-bottom:30px;
	}
	.contents .section03 .fl figure {
		width:45%;
		height:auto;
	}
	.contents .section04 .fl div {
		width:90%;
		margin:10px auto;
	}
	.contents .section04 .fl div h4 {
		font-size:22px;
		font-weight:bold;
	}
	.contents .section04 .fl div p {
		font-size:15px;
	}
	
}
.copy {
	text-align: center;
	padding: 0 0 20px;
}