@charset "UTF-8";

/* ----------------------------------------------------------
*  基本情報
* ---------------------------------------------------------*/

/* ------------------------------
    reset
------------------------------ */

html, body {height:100%;}

html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; */
	text-align: left;
	color: #4f4f4f;
}

a {
	text-decoration: none;
	color: #4f4f4f;
}

/**, *:before, *:after {
	box-sizing: border-box;
}*/

body {
	background-color: #fff;
}

/*img {
	display: block;
	width: 100%;
}*/
.img {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ----------------------------------------------------------
*  基本レイアウト
* ---------------------------------------------------------*/

.wrap {
	/*width: 750px;*/
	width: 860px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.wrap{
	width:100%;
	margin:0 auto;
}
}

.inner {
	width: 94.4%;
	margin: 0 auto;
}


/* ----------------------------------------------------------
*  レイアウト
* ---------------------------------------------------------*/

/* ------------------------------
    header
------------------------------ */

.header {
	width: 100%;
	background-color: #efefef;
}

/* ------------------------------
    contact
------------------------------ */

.contact {
	background: url(../img/btn_bg.jpg) no-repeat center top;
	background-size: cover;
}

.contact .inner {
	position: relative;
	height: 0;
	padding-top: 89.3%;
}

.contact a {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4%;
}


/* ------------------------------
    sec01
------------------------------ */

.sec01 {
	padding: 5% 0;
}

.sec01 ul {
	font-size: 0;
	margin: 0 auto;
}

.sec01 ul li {
	width: 33.3%;
	display: inline-block;
	vertical-align: middle;
}

/* ------------------------------
    sec02
------------------------------ */

.sec02 ul {
	background: url(../img/sec02_bg.png) no-repeat center center;
	background-size: cover;
}

/* ------------------------------
    sec10
------------------------------ */

.sec10 .unit + .unit {
	margin-top: 4.2%;
}

.sec10 .unit1 {
	background-color: #78abd6;
}

.sec10 .unit2 {
	background-color: #fbd8dd;
}

.sec10 .unit .block {
	float: right;
}

.sec10 .unit .cont_block {
	width: 52%;
}

.sec10 .unit .img_block {
	position: relative;
	width: 48%;
    padding-top: 30%;
}

.sec10 .unit .img_block img {
	width: 92%;
	position: absolute;
	top: 12%;
	right: 1.5%;
	margin-top: 15px;
}

/* ------------------------------
    sec12
------------------------------ */

.sec12 .movie_wrap {
	background: url(../img/sec12_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 6%;
}

.sec12 .movie {
	position: relative;
	width: 85%;
	margin: 0 auto 7% auto;
	padding-bottom: 47%;
	height: 0;
	overflow: hidden;
}
.sec12 .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------
    sec14
------------------------------ */

.sec14 .unit {
	height: 0;
	padding-top: 65.33%;
	background: url(../img/sec14_img02.jpg) no-repeat center top;
	background-size: cover;
}

.sec14 ul li {
	font-size: 0;
}

/* ------------------------------
    sec15
------------------------------ */

.sec15 h3 {
	display: block;
	font-size: 0;
}

.sec15 .unit {
	font-size: 0;
}

.sec15 .unit .col {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.sec15 .note {
	height: 0;
	padding-top: 22.26%;
	background: url(../img/sec15_img08.png) no-repeat center top;
	background-size: cover;
}

.sec15 .note p {
	font-size: 0;
}

/* ------------------------------
    sec18
------------------------------ */

.sec18 {
	background: url(../img/sec18_bg.jpg) no-repeat center center;
	background-size: cover;
}

.sec20 {
	margin:50px 0;
}

.center{
	text-align: center;
	margin-bottom: 1%;
}

.txt01{
	color: #F00;
	font-size: x-small;
	line-height: 1.5em;
	margin-top: 1%;
}
.list01{
	margin-left: 5%;
	font-size: x-small;
	line-height: 1.5em;
	list-style-type: disc;
}
.list02{
	margin-left: 5%;
	font-size: x-small;
	line-height: 1.5em;
	list-style: none;
}


.f_txt{
	font-size: medium;
	margin: 5px;
}