@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family:"Arial", Noto Sans JP, Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

html{
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{
	color:#333333;
	font-weight: 400;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}

/* text-align
---------------------------------------------- */
.align_right{text-align:right !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* vertical-align
---------------------------------------------- */
.valign_top{vertical-align: top;}




/* 改行 */
.wbr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
	display: inline-block;
	font-style: normal;
	white-space: nowrap;
}

.header_inner01 {
	margin: 0 auto;
	height: 95px;
	position: relative;
}

.footer_common01 {
	display: block;
	width: 50%;
	border-right: 2px solid #FFF;
	padding: 100px 0 80px;
	background: #009FC5;
}
.footer_common01:hover {
	background: url("../img/bg_footer01.jpg") no-repeat center center;
	background-size: cover;
}

.footer_common02 {
	display: block;
	width: 50%;
	padding: 80px 0 10px;
	border-left: 2px solid #FFF;
	background: #009FC5;
	/* padding: 28.4vw 0 10px; */
}

.nav_footer {
	/* display:-webkit-flex; */
	display:flex;
	width: 95%;
	margin: 0 auto 50px;
}
.nav_footer ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav_footer ul li {
	padding: 0;
	margin: 0 auto;
}
.nav_footer ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	/* height: 38px; */
}
.nav_footer ul li a small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	padding-top: 8px;
}
@media only screen and (max-width:767px){
	.footer_common01 {
		width: 100%;
		border-right: unset;
		border-bottom: 2px solid #FFF;
		/* padding: 100px 0 80px; */
	}
	.footer_common02 {
		width: 100%;
		/* padding: 80px 0 10px; */
		border-left: unset;
		/* background: #009FC5; */
		/* padding: 28.4vw 0 10px; */
	}
}

.f_contact {
	/* display:-webkit-flex; */
	display:flex;
	flex-wrap: wrap;
	/* -webkit-justify-content:space-between; */
	justify-content:space-between;
	max-width: 800px;
	margin: 0 auto;
}

.f_contact_inner {
	max-width: 500px;
	line-height: 1;
	text-align: center;
}
.f_contact_inner a {
	color: #fff;
}
.f_contact_inner picture {
	display: block;
	width: 80%;
	max-width: 85px;
	margin: 0 auto 15px;
}
.f_contact_inner picture img {
	width: 100%;
	height: auto;
}
.f_contact .btn_contact01 {
	background: unset;
}
.f_contact .btn_contact01 a {
	display: block;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}


.f_logo h3 {
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
@media only screen and (max-width:767px){
}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 16px;
		font-size: 1.6rem;/*-16px-*/
		line-height:1.8;
	}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrap_type01{
		width: 1200px;
		padding: 60px 45px 0;
		margin: 0 auto 160px;
	}
	
	.wrap_type02{
		width: 100%;
		padding-top: 60px;
	}

	.wrap_type03{
		width: 100%;
		padding-top: 60px;
		margin-bottom: 160px;
	}
	
	.wrap_type04{
		width: 1000px;
		padding: 60px 45px 0;
		margin: 0 auto 160px;
	}
	
	/*--404ページ--*/
	.wrap_404{
		padding-top: 100px;
		text-align: center;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}




	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #009FC5;
		text-decoration: underline !important;
	}
	
	.link01:hover{
		opacity: .7;
		text-decoration: none !important;
	}

	.link02{color: #009FC5;}
	
	.link02:hover{opacity: 0.7;}

	.link_tel01 a {display: none;}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
		background-attachment: fixed;
	}
	
	.pagettl_inner{
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		width: 1200px;
		height: 310px;
		margin: 0 auto;
		padding-top: 130px;
	}
	
	.pagettl_inner h2{text-align: center;}
	
	.pagettl_inner h2 img{height: 83px;}

	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.breadcrumb ul{
		background: #FFF;
		width: 1200px;
		margin: 0 auto;
		padding: 25px 40px 10px;
		overflow: hidden;
		list-style: none;
	}

	.breadcrumb ul li{
		float: left;
		margin-right: 7px;
	}

	.breadcrumb ul li:last-child{
		background: none;
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li a,
	.breadcrumb ul li span{
		background:url("../img/ico_arrow03.png") no-repeat right 0.2em;
		background-size: 5px;
		color: #009FC6;
		padding-right: 15px;
	}

	.breadcrumb ul li a:hover{opacity: 0.7;}
	
	/* テーブル
	---------------------------------------------- */
	.type01{width: 100%;}
	
	.type01 th{
		background-color: #009FC7;
		color: #FFF;
	}
	
	.type01 th,
	.type01 td{padding: 13px 25px;}
		
	
	.type01 tr:nth-child(even) td{background-color: #EBF8FA;}
	
	.type01 tr:nth-child(odd) td{background-color: #D3E5ED;}
	
	/* フォーム関連
	---------------------------------------------- */
	.form{width: 100%;}
	
	.form th{
		width: 22%;
		padding: 15px 20px;
	}
	
	.form td{
		padding: 10px;
		word-break: break-all;
	}
	
	.form tr:nth-child(even) th,
	.form tr:nth-child(even) td{background-color: #EBF8FA;}
	
	.form tr:nth-child(odd) th,
	.form tr:nth-child(odd) td{background-color: #D3E5ED;}
	
	.form tr:first-child th{
		background-color: #009FC7;
		color: #FFF;
	}
	
	.form tr:last-child th{vertical-align: top;}
	
	.form input[type="text"],
	.form textarea{
		width: 100%;
		font-size: 1.6rem;
		border: none;
		padding: 10px;
	}

	.form input::-moz-focus-inner,
	.form select::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	.form textarea{
		min-height: 240px;
		resize: vertical;
	}

	.form input[type="file"]:not(:last-of-type) {margin-bottom: 10px;}

	.form input::-webkit-input-placeholder{color: #BFD9E4;}/* Chrome, Safari */
	
	.form input::-moz-placeholder{color: #BFD9E4;}/* Firefox */
	
	.form input:-ms-input-placeholder{color: #BFD9E4;}/* IE */
	
	.error{
		color:#FF4C4C;
		display: block;
	}

	/*--内容確認--*/
	input.submit{
		background: url("../img/btn_submit01.gif") no-repeat 0 0;
		background-size: 192px;
		text-indent: -9999px;		
		border: none;
		display:inline-block;
		width:192px;
		height:48px;
		cursor: pointer;
		padding: 0;
		outline: none;
	}
	
	input.submit:hover{
		background: url("../img/btn_submit01_on.gif") no-repeat 0 0;
		background-size: 192px;
	}
	
	/*--戻る--*/
	input.back{
		background: url("../img/btn_back01.gif") no-repeat 0 0;
		background-size: 192px;
		text-indent: -9999px;
		border: none;
		display:inline-block;
		width:192px;
		height:48px;
		cursor: pointer;
		padding: 0;
		outline: none;
		margin-right: 50px;
	}
	
	input.back:hover{
		background: url("../img/btn_back01_on.gif") no-repeat 0 0;
		background-size: 192px;
	}

	/*--送信--*/
	input.send{
		background: url("../img/btn_send01.gif") no-repeat 0 0;
		background-size: 192px;
		text-indent: -9999px;
		border: none;
		display:inline-block;
		width:192px;
		height:48px;
		cursor: pointer;
		padding: 0;
		outline: none;
	}

	input.send:hover{
		background: url("../img/btn_send01_on.gif") no-repeat 0 0;
		background-size: 192px;
	}

	/* ボタン
	---------------------------------------------- */
	/*--Moreボタン--*/
	.btn_more01 a{
		background: url("../img/btn_more01.png") no-repeat center center;
		background-size: 54px;
		display: inline-block;
		width: 240px;
		height: 48px;
		border: 1px solid #FFF;
	}

	.btn_more01 a:hover{
		background: #FFFFFF url("../img/btn_more02.png") no-repeat center center;
		background-size: 54px;
	}
	
	.btn_more01 span{display: none;}

	.btn_more02 a{
		background: url("../img/btn_more02.png") no-repeat center center;
		background-size: 54px;
		display: inline-block;
		width: 240px;
		height: 48px;
		border: 1px solid #009FC6;
	}

	.btn_more02 a:hover{
		background: #009FC6 url("../img/btn_more01.png") no-repeat center center;
		background-size: 54px;
	}
	
	.btn_more02 span{display: none;}
	
	.btn_more03{text-align: right;}
	
	.btn_more03 a{
		display: block;
		color: #009FC6;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 10px;
		padding: 10px 0;
	}
	
	.btn_more03 span{margin-right: 10px;}
	
	.btn_more03 img{width: 30px;}
	
	.btn_more03:hover{opacity: .7;}
	
	/*--Backボタン--*/
	.btn_back a{
		background: url("../img/btn_back01.gif") no-repeat 0 0;
		background-size: 192px;
		width: 192px;
		height: 48px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	.btn_back a span{display: none;}
	
	.btn_back a:hover{
		background: url("../img/btn_back01_on.gif") no-repeat 0 0;
		background-size: 192px;
	}
	
	/* wordpress
	---------------------------------------------- */
	.article{
		background:url(../img/ico_arrow01.png) no-repeat right center;
		border-bottom:1px solid #007799;
	}
	
	.article:first-child{border-top:1px solid #007799;}

	.article a{
		background: url(../img/ico_arrow02.png) no-repeat right 60px;
		background-size: 30px;
		display: block;
		padding: 30px 70px 30px 0;
		color: #333;
		overflow: hidden;
		line-height: 1.2;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.article a:hover{
		color:#005E75;
		opacity: .7;
	}

	.article time{
		display:block;
		color:#009FC5;
		font-weight: bold;
		margin-bottom:10px;
		font-size: 1.4rem;
	}

	.article h3{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* wordpress wp_contents
	---------------------------------------------- */
	div.wp_contents{
		overflow:hidden;
		margin-bottom: 80px;
		line-height: 2.8;
	}
	
	div.wp_contents img{
		max-width: 1200px;
		height: auto;
	}

	div.wp_contents p{margin-bottom: 1.5em;}
	div.wp_contents p:last-child{margin-bottom: 0;}

	div.wp_contents a{
		color: #009FC5;
		text-decoration: underline;
	}

	div.wp_contents a:hover{
		opacity: .7;
		text-decoration:none;
	}

	div.wp_contents .alignleft{float:left;}
	div.wp_contents .alignright{float:right;}
	div.wp_contents .aligncenter{
		display:block;
		margin:auto;
	}

	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration:line-through;}

	/* wordpress ページネーション
	---------------------------------------------- */
	div.wp-pagenavi{
		text-align: center;
		letter-spacing: -0.4em;
	}

	div.wp-pagenavi span{
		background:#005E75;
		color:#FFF;
		display:inline-block;
		margin: 0 10px 0 0;
		padding: 9px 13px;
		line-height: 1;
		letter-spacing:normal;
		border:1px solid #B2CED5;
	}

	div.wp-pagenavi a{
		color:#B2CED5;
		display:inline-block;
		margin:0 10px 0 0;
		padding: 9px 13px;
		line-height:1;
		letter-spacing:normal;
		border:1px solid #B2CED5;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	div.wp-pagenavi a:hover{
		background:#005E75;
		color:#FFF;
	}

	div.wp-pagenavi a.prevpostslink,
	div.wp-pagenavi a.nextpostslink{padding: 9px 11px;}

	.first,
	.last,
	.pages,
	.extend{display:none !important;}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	#mask,
	#overlay,
	#drawer,
	#btn_menu,
	#btn_close{display: none;}

	#header{width: 100%;}
	
	#wrap_top {
		width: 100%;
		padding: 10px 15px;
		color: #333;
		text-align: right;
	}

	.wrap_top_inner{
		font-size: 1.1rem;
		line-height: 1.2;
	}
	
	.wrap_top_inner h1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.wrap_top_inner .cloned{display: none;}

	.header_inner01 {
		/* margin: 0 auto; */
		/* height: 95px; */
		/* position: relative; */
	}

	/* ロゴ
	---------------------------------------------- */
	.h_logo{
		width: 250px;
		padding-top: 15px;
	}
	
	.h_logo a{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-align-items:center;
		align-items:center;
		line-height: 1;
	}
	
	#h_logo01{
		width: 68px;
		margin-right: 10px;
	}

	#h_logo02{width: 220px;}
	
	.h_logo a img{width: 100%;}

	/*グローバルナビ
	---------------------------------------------- */
	.wrap_line{display: none;}
	
	.nav_global {
		position: absolute;
		top: 0;
		right: 0;
		/* width: 850px; */
		height: 95px;
	}
	
	.nav_global ul{overflow: hidden;}
	
	/* .nav_global ul li{float: left;} */
	
	/* .nav_global ul li.g01{width: 139px;} */
	/* .nav_global ul li.g02{width: 134px;} */
	/* .nav_global ul li.g03{width: 126px;} */
	/* .nav_global ul li.g04{width: 159px;} */
	/* .nav_global ul li.g05{width: 143px;} */
	/* .nav_global ul li.g06{width: 149px;} */
	
	.nav_global ul li a {
		display: block;
		/* height: 95px; */
		color: #fff;
		font-weight: bold;
		line-height: 1.1em;
		font-size: 18px;
		text-align: center;
		/* background-image: url("../img/pc/nav_global01.png"); */
		/* background-repeat: no-repeat; */
	}
	.header_fix_on .nav_global ul li a {
		color: #000;
	}

	.nav_global ul li a small {
		display: block;
		line-height: 1em;
		font-size: 14px;
		font-weight: normal;
		padding-top: 7px;
	}
	/* .g01 a{background-position: 0 0;}
	.g02 a{background-position: -139px 0;}
	.g03 a{background-position: -273px 0;}
	.g04 a{background-position: -399px 0;}
	.g05 a{background-position: -558px 0;}
	.g06 a{background-position: -701px 0;} */

	/* .nav_global ul li.g01 a:hover{background-position: 0 -95px;}
	.nav_global ul li.g02 a:hover{background-position: -139px -95px;}
	.nav_global ul li.g03 a:hover{background-position: -273px -95px;}
	.nav_global ul li.g04 a:hover{background-position: -399px -95px;}
	.nav_global ul li.g05 a:hover{background-position: -558px -95px;}
	.nav_global ul li.g06 a:hover{background-position: -701px -95px;}
	
	.nav_global ul li a span{display: none;} */

	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	.footer_inner{background: #009FC5;}

	/*--共通1--*/
	.footer_common01{
		/* background: url("../img/bg_footer01.jpg") no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
		padding: 80px 0; */
	}
	
	.txt_contact01{
		text-align: center;
		margin-bottom: 60px;
		position: relative;
		z-index: 0;
	}
	
	.txt_contact01::before{
		content: "";
		background: url("../img/txt_contact02.png") no-repeat center center;
		width: 100%;
		height: 119px;
		position: absolute;
		top: -80px;
		left: 0;
		z-index: -1;
	}
	
	.txt_contact01 img{width: 357px;}
	

	
	.txt_contact02{margin-bottom: 10px;}
	
	.txt_contact02 img{width: 100%;}
	
	/*電話番号*/
	.btn_contact01 a {
		display: block;
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
		color: #fff;
		/* background: url("../img/btn_tel01.png") no-repeat center center;
		background-size: 232px;
		display: block;
		height: 48px;
		border: 1px solid #FFF;
		pointer-events: none; */
	}
	
	/* .btn_contact01 a span{display: none;} */

	/*CONTACT US*/
	.btn_contact02 a {
		background: url("../img/btn_contact01.png") no-repeat center center;
		background-size: 123px;
		display: block;
		height: 48px;
		border: 1px solid #FFF;
	}
	
	.btn_contact02 a:hover{
		background: #FFF url("../img/btn_contact02.png") no-repeat center center;
		background-size: 123px;
	}
	
	.btn_contact02 a span{display: none;}
	
	/*--共通2--*/
	/* .footer_common02{padding: 80px 0 10px;} */
	
	.f_logo{
		width: 1200px;
		padding-bottom: 40px;
		margin: 0 auto 40px;
		border-bottom:1px solid #008BAE;
	}
	
	.f_logo img {width: 100%;}
	
	#f_logo01 {
		width: 80%;
		max-width: 138px;
		margin: 0 auto 20px;
	}

	#f_logo02{
		width: 262px;
		margin: 0 auto;
	}
	
	.small{
		font-size: 1.1rem;
		text-align: center;
		color: #FFFFFF;
		line-height: 1.2;
	}
	
	/* ナビ
	---------------------------------------------- */
	/* .nav_footer {
		display:-webkit-flex;
		display:flex;
		width: 1125px;
		margin: 0 auto 80px;
	} */
	
	/* .nav_footer ul{overflow: hidden;} */
	
	/* .nav_footer ul:nth-child(1){width: 605px;} */
	
	/* .nav_footer ul:nth-child(2){width: 520px;} */

	/* .nav_footer ul li{float: left;} */
	
	/* .f01{width: 83px;}
	.f02{width: 131px;}
	.f03{width: 124px;}
	.f04{width: 120px;}
	.f05{width: 147px;}
	.f06{width: 133px;}
	.f07{width: 141px;}
	.f08{width: 101px;}
	.f09{width: 145px;} */

	/* .nav_footer ul li a {
		display: block;
		/* height: 38px; */
	} */
	
	/* .f01 a{background: url("../img/pc/nav_footer01.png") no-repeat 0 0;}
	.f02 a{background: url("../img/pc/nav_footer01.png") no-repeat -83px 0;}
	.f03 a{background: url("../img/pc/nav_footer01.png") no-repeat -214px 0;}
	.f04 a{background: url("../img/pc/nav_footer01.png") no-repeat -338px 0;}
	.f05 a{background: url("../img/pc/nav_footer01.png") no-repeat -458px 0;}
	.f06 a{background: url("../img/pc/nav_footer02.png") no-repeat 0 0;}
	.f07 a{background: url("../img/pc/nav_footer02.png") no-repeat -133px 0;}
	.f08 a{background: url("../img/pc/nav_footer02.png") no-repeat -274px 0;}
	.f09 a{background: url("../img/pc/nav_footer02.png") no-repeat -375px 0;}
	
	.f01 a:hover{background: url("../img/pc/nav_footer01.png") no-repeat 0 -38px;}
	.f02 a:hover{background: url("../img/pc/nav_footer01.png") no-repeat -83px -38px;}
	.f03 a:hover{background: url("../img/pc/nav_footer01.png") no-repeat -214px -38px;}
	.f04 a:hover{background: url("../img/pc/nav_footer01.png") no-repeat -338px -38px;}
	.f05 a:hover{background: url("../img/pc/nav_footer01.png") no-repeat -458px -38px;}
	.f06 a:hover{background: url("../img/pc/nav_footer02.png") no-repeat 0 -38px;}
	.f07 a:hover{background: url("../img/pc/nav_footer02.png") no-repeat -133px -38px;}
	.f08 a:hover{background: url("../img/pc/nav_footer02.png") no-repeat -274px -38px;}
	.f09 a:hover{background: url("../img/pc/nav_footer02.png") no-repeat -375px -38px;}
	
	.nav_footer ul li a span{display: none;} */
	
	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		position: fixed;
		right: 100px;
		bottom: 40px;
		z-index: 200;
		background: url("../img/btn_pagetop01.png") no-repeat 0 0;
		background-size: 31px;
		width: 31px;
		height: 153px;
		cursor: pointer;
		opacity: 0;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	#pagetop.pagetop_show{opacity: 1;}
		
	#pagetop:hover{
		background: url("../img/btn_pagetop01_on.png") no-repeat 0 0;
		background-size: 31px;
	}
	
	#pagetop.pagetop_bottom{bottom: 70px;}
	
	#pagetop span{display: none;}
	
	/* LINEボタン
	---------------------------------------------- */
	.btn_line_sp01,
	.btn_line_sp02{display: none;}
	
	.btn_line_pc03,
	.btn_line_pc04{
		position: fixed;
		right: 0;
		z-index: 200;
		width: 85px;
		height: 150px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.btn_line_pc03{bottom: 190px;}
	.btn_line_pc04{bottom: 40px;}
	
	.btn_line_pc03.btn_line_bottom{bottom: 220px;}
	.btn_line_pc04.btn_line_bottom{bottom: 70px;}
	
	
}/*--@media--*/


/*HEADER_FIX アニメーション(PC用)*/
.header_fix_on { animation:header_fix_on 0.3s ease-in-out forwards;}
@keyframes header_fix_on {
	0% { top:0; opacity:0; }
	100% { top:0; opacity:1; }
}

.header_fix_off { animation:header_fix_off 0.3s ease-in-out forwards;}
@keyframes header_fix_off {
	0% { top:0; opacity:1; }
	100% { top:0; opacity:0; }
}


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
		padding-right: 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 13px;
		font-size: 1.3rem;/*-13px-*/
		line-height:1.8;
	}
	
	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01{padding: 50px 15px;}
	
	.wrap_type02{padding-top: 30px;}

	.wrap_type03{
		padding-top: 30px;
		margin-bottom: 50px;
	}

	.wrap_type04{
		padding: 30px 15px 0;
		margin-bottom: 50px;
	}
	
	/*--404ページ--*/
	.wrap_404{text-align: center;}
	
	.ttl_404{
		padding-top: 50px;
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #009FC5;
		text-decoration: underline !important;
	}

	.link02{color: #009FC5;}

	.link_tel01 a {
		display: inline;
		color: #009FC5;
		text-decoration: underline !important;
	}
	
	.link_tel01 span {display: none;}


	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
		background-attachment: fixed;
	}
	
	.pagettl_inner{
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 87.7%;
		height: 32vw;
		padding-top: 9.33vw;
	}
	
	.pagettl_inner h2{text-align: center;}
	
	.pagettl_inner h2 img{height: 14.13vw;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		width: 100%;
		font-size:1.1rem;
	}
	
	.breadcrumb ul{
		background: #FFF;
		width: calc(100% - 30px);
		padding: 10px 10px 0;
		margin: 0 auto;
	}

	.breadcrumb ul li{
		display:inline-block;
		margin-right:3px;
	}

	.breadcrumb a,
	.breadcrumb span{
		background:url("../img/ico_arrow03.png") no-repeat right 0.2em;
		background-size: 5px !important;
		color: #009FC6;
		padding-right: 12px;
	}
	
	/* テーブル
	---------------------------------------------- */
	.type01{width: 100%;}
		
	.type01 th{
		background-color: #009FC7;
		color: #FFF;
		padding: 5px 10px;
	}
	
	.type01 td{padding: 5px 0;}
	
	.type01 td:first-child{padding: 5px 5px 5px 10px;}
	
	.type01 tr:nth-child(n+1) td{background-color: #EBF8FA;}
	
	.type01 tr:nth-child(2n+1) td{background-color: #D3E5ED;}
	
	/* フォーム関連
	---------------------------------------------- */
	.form{width: 100%;}
	
	.form th{padding: 13px 10px 5px;}
	
	.form th,
	.form td{display: block;}
	
	.form td{
		padding: 0 10px 13px;
		word-break: break-all;
	}
	
	.form tr:nth-child(n+1) th,
	.form tr:nth-child(n+1) td{background-color: #EBF8FA;}
	
	.form tr:nth-child(2n+1) th,
	.form tr:nth-child(2n+1) td{background-color: #D3E5ED;}
	
	.form tr:first-child th{
		background-color: #009FC7;
		color: #FFF;
		padding: 13px 10px;
	}
	
	.form tr:last-child th{vertical-align: top;}
	
	.ERR{color: #FF4C4C;}
	
	.form input[type="text"],
	.form textarea{
		width: 100%;
		font-size: 1.4rem;
		border: none;
		padding: 10px;
	}
	
	.form textarea{
		min-height: 180px;
		resize: vertical;
	}

	.form input[type="file"]:not(:last-of-type) {margin-bottom: 10px;}
	
	.form input::-webkit-input-placeholder{color: #BFD9E4;}/* Chrome, Safari */
	
	.form input::-moz-placeholder{color: #BFD9E4;}/* Firefox */
	
	.form input:-ms-input-placeholder{color: #BFD9E4;}/* IE */
	
	.error{
		color:#FF4C4C;
		display: block;
	}
	
	/*--内容確認--*/
	input.submit{
		background:url("../img/btn_submit01.gif") no-repeat 0 0;
		background-size:160px;
		border:none;
		display:inline-block;
		text-indent: 9999px;
		width:160px;
		height:40px;
		border-radius: 0;
		outline: none;
		padding: 0;
	}

	/*--戻る--*/
	input.back{
		background:url("../img/btn_back01.gif") no-repeat 0 0;
		background-size:160px;
		border:none;
		display:inline-block;
		text-indent: 9999px;
		width:160px;
		height:40px;
		border-radius: 0;
		outline: none;
		padding: 0;
	}

	/*--送信--*/
	input.send{
		background:url(../img/btn_send01.gif) no-repeat 0 0;
		background-size:160px;
		border:none;
		display:inline-block;
		text-indent: 9999px;
		width:160px;
		height:40px;
		margin-left:5px;
		border-radius: 0;
		outline: none;
		padding: 0;
	}

	/* ボタン
	---------------------------------------------- */
	/*--Moreボタン--*/
	.btn_more01{line-height: 1;}
	
	.btn_more01 a{
		background: url("../img/btn_more01.png") no-repeat center center;
		background-size: 44px;
		display: inline-block;
		width: 45%;
		height: 40px;
		border: 1px solid #FFF;
	}
	
	.btn_more01 span{display: none;}

	.btn_more02{line-height: 1;}
	
	.btn_more02 a{
		background: url("../img/btn_more02.png") no-repeat center center;
		background-size: 44px;
		display: inline-block;
		width: 45%;
		height: 40px;
		border: 1px solid #009FC6;
	}
	
	.btn_more02 span{display: none;}
	
	.btn_more03{text-align: right;}
	
	.btn_more03 a{
		display: block;
		color: #009FC6;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 10px;
		padding: 10px 0;
	}
	
	.btn_more03 span{margin-right: 10px;}
	
	.btn_more03 img{width: 30px;}
	
	.btn_more03:hover{opacity: .7;}
	
	/*--Backボタン--*/
	.btn_back a{
		background: url("../img/btn_back01.gif") no-repeat 0 0;
		background-size: contain;
		width: 42.67vw;
		padding-top: 10.67%;
		display: block;
		margin: 0 auto;
	}
	
	.btn_back a span{display: none;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	.nav_global{display: none;}

	#wrap_top{
		font-size: 1rem;
		line-height: 1.2;
		color: #333;
	}

	.wrap_top_inner{
		white-space: nowrap;
		padding: 4px 0;
	}
	
	.wrap_top_inner h1{display: inline-block;}

	.h_fixed{
		height: 41px;
		padding: 0 15px 8px;
	}

	/* ボタン
	---------------------------------------------- */
	#btn_menu{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		z-index: 11;
		display: none;
	}
	
	#btn_menu.loaded{display: block;}

	#btn_menu.fixed{
		position: fixed;
		transition: none;
	}

	#btn_menu img{width: 50px;}
	
	/* wordpress
	---------------------------------------------- */
	.article{border-bottom: 1px solid #007799;}
	
	.article:first-child{border-top:1px solid #007799;}

	.article a{
		background: url(../img/ico_arrow02.png) no-repeat right 50px;
		background-size: 6% auto;
		display: block;
		padding: 15px 8% 10px 0;
		color: #333;
		overflow: hidden;
	}

	.article time{
		display: block;
		color: #009FC5;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.article h3{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* wordpress wp_contents
	---------------------------------------------- */
	div.wp_contents{
		overflow:hidden;
		margin-bottom: 40px;
		line-height: 2.8;
	}
	
	div.wp_contents img{
		max-width: 100%;
		height: auto;
	}

	div.wp_contents p{margin-bottom: 1.5em;}
	div.wp_contents p:last-child{margin-bottom: 0;}

	div.wp_contents a{
		color: #009FC5;
		text-decoration: underline;
	}

	div.wp_contents a:hover{
		opacity: .7;
		text-decoration:none;
	}

	div.wp_contents .alignleft{float:left;}
	div.wp_contents .alignright{float:right;}
	div.wp_contents .aligncenter{
		display:block;
		margin:auto;
	}

	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration:line-through;}
	
	/* wordpress ページネーション
	---------------------------------------------- */
	div.wp-pagenavi{
		text-align:center;
		letter-spacing:-0.4em;
	}

	div.wp-pagenavi span{
		background: #005E75;
		color:#FFF;
		display:inline-block;
		padding:7px 10px;
		margin: 0 2px;
		line-height:1;
		letter-spacing:normal;
		border: 1px solid #B2CED5;
	}

	div.wp-pagenavi a{
		color:#B2CED5;
		display:inline-block;
		padding:7px 10px;
		margin: 0 2px;
		line-height:1;
		letter-spacing:normal;
		border: 1px solid #B2CED5;
	}

	div.wp-pagenavi a:hover{
		background:#005E75;
		color:#FFF;
	}

	div.wp-pagenavi a.previouspostslink,
	div.wp-pagenavi a.nextpostslink{padding:7px 10px;}

	.first,
	.last,
	.pages,
	.extend{display:none !important;}

	
	/* ロゴ
	---------------------------------------------- */
	.h_logo{width: 175px;}
	
	.h_logo a{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-align-items:center;
		align-items:center;
		line-height: 1;
	}
	
	#h_logo01{
		width: 40px;
		margin-right: 10px;
	}

	#h_logo02{width: 130px;}
	
	.h_logo a img{width: 100%;}
	
	/* メニュー
	---------------------------------------------- */
	#mask{
		background: #FFF;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		pointer-events: none;
	}
		
	#overlay{
		background: rgba(0, 0, 0, 0);
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		pointer-events: none;
	}

	#wrapper{
		background: #FFF;
		overflow: hidden;
		width: 100%;
		height: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		position: relative;
		z-index: 2;
	}
	
	/*--メニュー開いた時--*/
	.side_open #mask{
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	.side_open #overlay{
		visibility: visible;
		cursor: pointer;
		background: rgba(0, 0, 0, 0.7);
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		z-index: 3;
		pointer-events: inherit;
	}

	.side_open #wrapper{
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	/* メニュー内
	---------------------------------------------- */
	#drawer{
		background: #009FC5;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		padding: 10px 7.5px 0;
	}

	#drawer #drawer_inner01{
		width: 100%;
		height: 100%;
		display: block;
		padding-bottom: 40px;
		overflow-y: scroll;
	}
	
	#drawer #drawer_inner02{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}

	/*--閉じるボタン--*/
	#btn_close{
		width: 50px;
		height: 50px;
	}
	
	#btn_close img{width: 50px;}

	/*--ロゴ--*/
	.drawer_logo{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-align-items:center;
		align-items:center;
		width: 165px;
		line-height: 1;
	}
	
	#drawer_logo01{width: 29px;}
	
	#drawer_logo02{width: 127px;}
	
	.drawer_logo img{width: 100%;}
	
	/*--ナビ--*/
	.nav_menu01 ul {
		/* display:-webkit-flex; */
		display:flex;
		/* -webkit-flex-wrap:wrap; */
		flex-wrap:wrap;
		/* -webkit-justify-content:space-between; */
		justify-content:space-between;
	}
	
	.nav_menu01 ul li {
		width: 33.3%;
		padding: 7.5px;
	}
	
	.nav_menu01 ul li a {
		display: block;
	}
	.nav_menu01 ul li a small {
		display: block;
	}
	
	.nav_menu01 ul li a img{width: 100%;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	
	/*--共通1--*/
	.footer_common01{
		/* background: url("../img/bg_footer01.jpg") no-repeat center center;
		background-size: cover;
		padding: 10.6vw 0;
		line-height: 1;
		border-bottom: 2px solid #FFF; */
	}
	
	.txt_contact01{
		text-align: center;
		margin-bottom: 30px;
		position: relative;
		z-index: 0;
	}
	
	.txt_contact01::before{
		content: "";
		background: url("../img/txt_contact02.png") no-repeat center center;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: -10.6vw;
		left: 0;
		z-index: -1;
	}
	
	.txt_contact01 img{width: 65.3vw;}
	
	.f_contact{
		width: 84.5%;
		margin: 0 auto;
	}
	
	.f_contact_inner{margin: 0 auto;}
	
	.f_contact_inner:nth-child(1){margin-bottom: 25px;}

	.txt_contact02{margin-bottom: 10px;}
	
	.txt_contact02 img{width: 100%;}

	/*電話番号*/
	/* .btn_contact01 a{
		background: url("../img/btn_tel01.png") no-repeat center center;
		background-size: 60%;
		display: inline-block;
		width: 100%;
		height: 40px;
		border: 1px solid #FFF;
	} */
	
	.btn_contact01 a span{display: none;}

	/*CONTACT US*/
	.btn_contact02{text-align: center;}
	
	.btn_contact02 a{
		background: url("../img/btn_contact01.png") no-repeat center center;
		background-size: 100px;
		display: inline-block;
		width: 100%;
		height: 40px;
		border: 1px solid #FFF;
	}
	
	.btn_contact02 a span{display: none;}

	/*--共通2--*/
	/* .footer_common02{
		background: #009FC5;
		padding: 28.4vw 0 10px;
	} */

	.f_logo{margin-bottom: 10vw;}
	
	.f_logo img{width: 100%;}
	
	#f_logo01{
		width: 18.6%;
		margin: 0 auto 2.8vw;
	}

	#f_logo02{
		width: 33.7%;
		margin: 0 auto;
	}
	
	.small{
		font-size: 1rem;
		text-align: center;
		color: #FFF;
		line-height: 1.2;
	}

	/* ナビ
	---------------------------------------------- */
	.nav_footer{display: none;}
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: url("../img/btn_pagetop01.png") no-repeat 0 0;
		background-size: 20px;
		display: block;
		width: 20px;
		height: 97px;
		position: fixed;
		right: 8px;
		bottom: 15px;
		z-index: 200;
		opacity: 0;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		cursor: pointer;
	}
	
	#pagetop.pagetop_show{opacity: 1;}
	
	#pagetop.pagetop_bottom{bottom: 30px;}
	
	#pagetop span{display: none;}
	
	/* LINEボタン
	---------------------------------------------- */
	.btn_line_pc03,
	.btn_line_pc04{display: none;}
	
	.btn_line_sp01,
	.btn_line_sp02{
		width: 33.33vw;
		height: 11.6vw;
		position: fixed;
		bottom: 0;
		z-index: 200;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		cursor: pointer;
	}
	
	.btn_line_sp01{left: 0;}
	.btn_line_sp02{left: 33.33vw;}
	
	.btn_line_sp01.btn_line_bottom,
	.btn_line_sp02.btn_line_bottom{bottom: 30px;}
	
	.btn_line_sp01 a,
	.btn_line_sp02 a{
		display: block;
		width: 33.33vw;
		height: 11.6vw;
	}
	
	.btn_line_sp01 a img,
	.btn_line_sp02 a img{width: 33.33vw;}

	
}/*--@media--*/




