/*common_css*/
/* -------------------------------------
共通CSSは
レイアウト一覧＞base＞CSS/JS/画像に記述してある
※LPが独立しているため。
-------------------------------------*//*widget:a45bea9b-028e-404c-a2ff-fd7bf9d802f3*/[data-lib="1"]{position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: flex;
	margin: 0 auto;
	min-width: 1000px;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;}[data-lib="1"] .logo{padding: 10px;
	line-height: 0;}[data-lib="1"] nav{padding: 0 15px 0 0;
	text-align: right;}[data-lib="1"] h1{color: #969696;
	font-size: 12px;
	width: 570px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}[data-lib="1"] #header{display: flex;
	align-items: flex-end;}[data-lib="1"] #header .menu{display: flex;
	align-items: center;
	font-size: 14px;
	text-align: center;}[data-lib="1"] #header .menu li > a,[data-lib="1"] 
#header .menu li dl dt{position: relative;
	display: block;
	padding: 5px 10px;
	font-weight: bold;}[data-lib="1"] #header .menu li >a:before,[data-lib="1"] 
#header .menu li dt:before{position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(90deg, rgba(17, 88, 195,0.95) 0%, rgba(13, 157, 241,0.95) 100%);
	content: "";
	transition: 0.4s;
	transform: scale(0, 1);
	transform-origin: left;}[data-lib="1"] #header .menu li >a:hover:before,[data-lib="1"] 
#header .menu li dt:hover:before{transform: scale(1);}[data-lib="1"] #header .menu li >a:hover,[data-lib="1"] 
#header .menu li dt:hover{color:rgba(17, 88, 195,0.95);}[data-lib="1"] #header .menu li dl dt{cursor: pointer;}[data-lib="1"] #header .menu li dl dd{position: absolute;
	top: 81px;
	right: 0;
	left: 0;
	z-index: 50;
	display: none;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border-top: 4px solid #fff;
	background: #fff;
	background-image: linear-gradient(90deg, rgba(17, 88, 195,0.95) 0%, rgba(13, 157, 241,0.95) 100%);
	justify-content: center;}[data-lib="1"] #header .menu li dl dd a{display: block;
	margin: 10px;
	padding: 15px;
	width: 15em;
	background: #fff;
	color: rgba(17, 88, 195,0.95);
	text-align: center;
	font-weight: bold;}[data-lib="1"] #header .menu li dl dd a:hover{background: #0ea2ff;
	background: rgba(0,0,0,0.2);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
	color: #fff;}[data-lib="1"] #header .sub-navi{display: flex;}[data-lib="1"] #header .sub-navi a{display: flex;
	padding: 15px 0;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-flow: column;}[data-lib="1"] #header .sub-navi a:hover{opacity: 0.8;}[data-lib="1"] #header .btn01{width: 13em;
	background: #0ea2ff;
	font-size: 0.8em;}[data-lib="1"] #header .btn01 span{display: block;
	font-weight: bold;
	font-size: 1.4em;}[data-lib="1"] #header .btn01 img{aspect-ratio: 19/24;
	width: 19px;
	height: auto;}[data-lib="1"] #header .btn02,[data-lib="1"] 
#header .btn03{width: 7em;
	background: #323232;
	font-size: 15px;}[data-lib="1"] #header .btn01 img,[data-lib="1"] 
#header .btn02 img,[data-lib="1"] 
#header .btn03 img{display: block;
	margin: 0 auto 5px;}[data-lib="1"] #header .btn03{background: #f60000;}@media screen and (max-width: 768px){[data-lib="1"]{position: static;
	margin: 0 auto;
	min-width: 100%;}[data-lib="1"] .logo{padding: 5px 10px;}[data-lib="1"] .logo img{width: auto;
	height: 50px;}[data-lib="1"] h1{display: none;}[data-lib="1"] nav{padding: 0;}[data-lib="1"] #header .menu{display: block;
	margin: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 16px;}[data-lib="1"] #header .menu li dl dt{position: relative;}[data-lib="1"] #header .menu li dl dd{position: static;
	display: flex;
	margin: 0 auto;
	padding: 10px;
	border-top: none;
	background: rgba(0,0,0,0.2);
	align-items: center;
	flex-flow: column;}[data-lib="1"] #header .menu li dl dd a{margin: 5px;
	padding: 5px;
	background: none;
	color: #fff;}[data-lib="1"] #header .menu li dl dd a:hover{background: rgba(255,255,255,1.0);
	color: rgba(17, 88, 195,0.95);}[data-lib="1"] #header .menu li > a,[data-lib="1"] 
	#header .menu li dl dt{padding: 15px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;}[data-lib="1"] #header .menu li >a:before,[data-lib="1"] 
	#header .menu li dt:before{display: none;}[data-lib="1"] #header .menu li >a:hover,[data-lib="1"] 
	#header .menu li dt:hover{color:#fff;}[data-lib="1"] #header nav{position: fixed;
	top: 0;
	right: -300px;
	z-index: 1000;
	display: block;
	box-sizing: border-box;
	padding-top: 50px;
	width: 300px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(17, 88, 195,0.95) 0%, rgba(13, 157, 241,0.95) 100%);
	text-align: center;
	font-size: 16px;}[data-lib="1"] #header .btn-gnavi{position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	z-index: 1500;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	background: rgba(17, 88, 195,0.95);
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;}[data-lib="1"] #header .btn-gnavi:after{position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	margin: 0 auto;
	content: "MENU";
	text-align: center;
	letter-spacing: 1x;}[data-lib="1"] #header .btn-gnavi.open{top: 5px;
	background: none;}[data-lib="1"] #header .btn-gnavi.open:after{color: #fff;
	content: "CLOSE";
	letter-spacing: 0;}[data-lib="1"] #header .btn-gnavi span{position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background:  #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;}[data-lib="1"] #header .btn-gnavi span:nth-child(1){top: 10px;}[data-lib="1"] #header .btn-gnavi span:nth-child(2){top: 20px;}[data-lib="1"] #header .btn-gnavi span:nth-child(3){top: 30px;}[data-lib="1"] #header .btn-gnavi.open span{background: #fff;}[data-lib="1"] #header .btn-gnavi.open span:nth-child(1){top: 20px;
	transform: rotate(45deg);}[data-lib="1"] #header .btn-gnavi.open span:nth-child(2){display: none;}[data-lib="1"] #header .btn-gnavi.open span:nth-child(3){top: 20px;
	transform: rotate(-45deg);}[data-lib="1"] #header .contents section p{position: absolute;
	top: 50%;
	width: 30%;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;}[data-lib="1"] #header .contents section:nth-child(odd) p{left: 10%;}[data-lib="1"] #header .contents section:nth-child(even) p{right: 10%;}[data-lib="1"] #header .sub-navi{position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	width: 100%;}[data-lib="1"] #header .sub-navi a{display: flex;
	padding: 5px 0;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-flow: column;}[data-lib="1"] #header .btn01{width: 50%;
	background: #0ea2ff;
	font-size: 0.7em;}[data-lib="1"] #header .btn01 span{display: block;
	font-weight: bold;
	font-size: 1.5em;}[data-lib="1"] #header .btn01 img{width: 17px;}[data-lib="1"] #header .btn02,[data-lib="1"] 
	#header .btn03{width: 25%;
	background: #323232;
	font-size: 12px;}[data-lib="1"] #header .btn02 img,[data-lib="1"] 
	#header .btn03 img{display: block;
	margin: 0 auto px;
	width: 17px;}[data-lib="1"] #header .btn03{background: #f60000;}}@media screen and (min-width: 1250px){[data-lib="1"] #header .menu{font-size: 16px;}}/*widget:c28f60c0-898c-49b5-b19f-50760f0054f2*/[data-lib="207"]{padding: 50px 40px;}[data-lib="207"] .sns{display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;}[data-lib="207"] .sns > *{margin: 0 5px 5px 0;
	color: #fff;
	padding: 3px 0;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;}[data-lib="207"] .sns  i{margin: 0 5px 0 0;}[data-lib="207"] .sns .line{background: #00b900;}[data-lib="207"] .sns .line i{font-size: 16px;}[data-lib="207"] .sns .gb{background: #3a5b97;}[data-lib="207"] .sns .ht{background: #4e73b5;}[data-lib="207"] .sns .pk{background: #ec4058;}[data-lib="207"] .sns .pr{background: #d7071d;}[data-lib="207"] .sns .tw{background: #50aff0;}[data-lib="207"] .category{display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.0;
	align-items: center;}[data-lib="207"] em{background: #133b5f;
	display: inline-block;
	padding: 5px 15px;
	margin: 0 15px;
	color: #fff;}[data-lib="207"] time{color: #133b5f;}[data-lib="207"] .entry-content{background: #eee;
	padding: 30px;
	margin: 30px auto;
	font-size: 14px;
	width: 90%;}[data-lib="207"] .entry-content dt{font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto 15px;}[data-lib="207"] .entry-content dd{margin: 0 0 10px;}[data-lib="207"] .entry-content dd a{text-decoration: underline;}[data-lib="207"] .entry-content dd a:hover{text-decoration: none;}[data-lib="207"] h2{font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin: 20px auto;}[data-lib="207"] figure{margin: 15px auto;}[data-lib="207"] .youtube{margin: 20px 0;}[data-lib="207"] .richtext{margin: 50px 5%;}[data-lib="207"] .fixnum h3{font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 20px;
	margin: 20px auto;}@media screen and (max-width: 768px){[data-lib="207"]{padding: 20px 0;}[data-lib="207"] h2{font-size: 1.3em;}[data-lib="207"] .entry-content{padding: 15px;
	margin: 20px auto;
	width:100%;}[data-lib="207"] .entry-content dt{margin: 0 auto 10px;}[data-lib="207"] .richtext{margin: 20px 0;}[data-lib="207"] .fixnum h3{font-size: 1.2em;
	padding: 10px 0;}}/*widget:955b1ca2-9607-404e-bde3-868fc53432d6*/[data-lib="558"]{margin: 0 auto;
	width: 900px;}[data-lib="558"] .news-list{width: 100%;}@media  screen and (max-width: 768px){[data-lib="558"]{margin: 0 auto;
	width: 90%;}[data-lib="558"] .boxLR{width: 90%;
	margin: 0 auto;}[data-lib="558"] .ai_c{align-items: flex-end;}[data-lib="558"] .boxLR img{height: 50px;}}/*widget:0580cd69-5ca6-4f20-bb84-72771146b10d*/[data-lib="10"]{padding: 50px 0;
	background: url(/_img/ja/cms_parts_library/13/image/_/) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;}[data-lib="10"] p{line-height: 1.8;
	font-size: 1.1em;}[data-lib="10"] dt{display: inline-block;
	margin: 1.5em auto;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	font-weight: bold;}[data-lib="10"] dd a.tel{font-size: 45px;}[data-lib="10"] dd a.btnB{margin: 1.5em auto 0;
	font-weight: normal;
	font-size: 16px;}[data-lib="10"] dd a.btnB img{margin: 0 8px 0 0;
	vertical-align: middle;}@media screen and (max-width: 768px){[data-lib="10"]{padding: 20px 5% 40px;
	font-size: 16px;}[data-lib="10"] p{line-height: 1.8;}[data-lib="10"] dt{padding: 20px;
	color: #000;
	line-height: 1.0;}[data-lib="10"] dd a.tel{font-size: 30px;}[data-lib="10"] dd a.btnB{margin: 1.0em auto 0;
	font-weight: normal;
	font-size: 16px;}[data-lib="10"] dd a.btnB img{margin: 0 8px 0 0;
	vertical-align: middle;}}/*widget:ca8bb024-6186-45f9-9f43-9e09db95339e*/[data-lib="4"]{position: relative;
	padding: 80px 0 50px;
	background: url(/_img/ja/cms_parts_library/9/image/_/) no-repeat center center /cover;}[data-lib="4"] .pagetop{position: absolute;
	top: -22px;
	right:calc( ( 100% - 1000px ) / 2 );
	display: flex;
	width: 42px;
	height: 42px;
	border: 1px solid #0ea2ff;
	background: #fff;
	align-items: center;
	justify-content: center;}[data-lib="4"] .pagetop:before{margin: 5px 0 0;
	width: 10px;
	height: 10px;
	border-top:1px solid #0ea2ff;
	border-right:1px solid #0ea2ff;
	content: "";
	transform: rotate(-45deg);}[data-lib="4"] #footer{display: flex;
	margin: 0 auto 80px;
	width: 1000px;
	color: #fff;
	justify-content: space-between;}[data-lib="4"] #footer dl dt{margin: 0 0 50px;}[data-lib="4"] #footer dl dd{padding: 10px 0;
	line-height: 2.0;}[data-lib="4"] #footer dl dd + dd{border-top: 1px dotted #fff;
	font-size: 12px;}[data-lib="4"] #footer nav{display: flex;}[data-lib="4"] #footer nav ul{margin: 0 80px 0 0;}[data-lib="4"] #footer nav ul ul{margin: 0 0 0 15px;}[data-lib="4"] #footer nav ul li{margin: 15px 0;}[data-lib="4"] #footer nav ul li li{font-size: 0.9em;
	opacity: 0.65;}[data-lib="4"] #footer nav a:hover{color: #aaa;}[data-lib="4"] .bnr{text-align: center;
	font-size: 12px;
	margin: 15px auto;}[data-lib="4"] .bnr p{margin: 0 auto 8px;
	color: #fff;}[data-lib="4"] .bnr figure{display: inline-block;
	background: #fff;
	line-height: 0;
	padding: 5px;}[data-lib="4"] .copyright{color: #ddd;
	text-align: center;
	font-size: 12px;}@media  screen and (max-width: 768px){[data-lib="4"]{position: relative;
	padding: 30px 0 80px;}[data-lib="4"] .pagetop{top: -15px;
	right: 10px;
	width: 30px;
	height: 30px;}[data-lib="4"] .pagetop:before{width: 8px;
	height: 8px;
	content: "";}[data-lib="4"] #footer{margin: 0 auto 10px;
	width: 90%;
	color: #fff;
	flex-flow: column;}[data-lib="4"] #footer dl dt{margin: 0 0 0;}[data-lib="4"] #footer dl dt img{width: auto;
	height: 60px;}[data-lib="4"] #footer dl dd{padding: 10px 0;
	line-height: 2.0;}[data-lib="4"] #footer dl dd + dd{border-top: 1px dotted #fff;
	font-size: 12px;}[data-lib="4"] #footer nav{display: flex;
	margin: 15px auto;
	width: 100%;
	font-size: 15px;
	justify-content: flex-start;}[data-lib="4"] #footer nav ul{margin: 0 10px 0 0;}[data-lib="4"] #footer nav ul ul{margin: 0 0 0 10px;}[data-lib="4"] .bnr{font-size: 10px;}[data-lib="4"] .bnr figure{width: 70%;
	margin: 0 auto;}}/*layout:5*/@charset "utf-8";
/* CSS Document */

/** ================================================================================
BASE CSS
owlet ver2.1用＝リソースの「カラー・基本フォント」とセットで使用する。
1.ページ編集＞レイアウト＞全レイアウト共通CSSにこのままコピーして入れる。
2.管理画面＞設定＞リソース＞resource-color.xmlをインポート
3.管理画面＞コンテンツ＞リソース＞カラー・基本フォントから基本設定を行う
================================================================================ **/

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: CSSをReset
02: /css/default.cssを変更
03: Default
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tthead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:none;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
h1, h2, h3, h4, h5, h6,
dt,th{
	font-weight:normal;
	line-height: inherit;
}
ul,ol {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-spacing:0;
border-collapse:collapse;
}
/* change border colour to suit your needs */
hr {
display:block;
margin:1em 0;
padding:0;
height:1px;
border:0;
border-top:1px solid #cccccc;
}
img{
	border:none;
	line-height: 1.0;
}
b,em,i,strong,address{
	font-style: normal;
}

/** ================================================================================
		02./css/default.cssを変更
================================================================================ **/

h1, h2, h3, h4, h5, h6 {
	clear: none;
}

time{
	font-size: 0.8rem;
}

/** ================================================================================
		03.Default
================================================================================ **/
html{
	overflow: auto;
}

body{
	margin: 0 auto;
	min-width: 980px;
	background: #ffffff;
	color:#000000;
	font-size:16px;
	font-family:'Noto Sans JP', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	padding-top: 81px;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p a{
	text-decoration:underline;
}p a:hover{
	text-decoration:none;
}

a{
	color:inherit;
	text-decoration:none;
	cursor: pointer;
}a:hover{
	-webkit-transition: .3s;
	transition: .3s;
}

/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

hr{
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #666666;
}

figure img{
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
		font-size:15px;
		line-height: 1.5;
		padding-top:0;
	}
	/**post制御**/
	p{
		word-break: break-all;
	}
	table{
		width: 100%;
		word-break: break-all;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	/**post制御**/
}


/* -------------------------------------
ベーススタイル設定
0.block
1.clearfix,clear
2.
3.float
4.align
5.margin
6.padding
-------------------------------------*/
/*0.block */
.block{
	display: block;
}
.in-block{
	display: inline-block;
}

/*1. clearfix,clear */
/* For modern browsers */
.cf:before,
.cf:after {
	display:block;
	overflow:hidden;
	content:"";
}

.cf:after {
	clear:both;
}

.clear{
	clear: both;
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}
.f_R {
	display: inline;
	float: right;
}

/*4. align  */
body .t_R {
	text-align: right;
}
body .t_L {
	text-align: left;
}
body .t_C {
	text-align: center;
}body .t_CL {
	text-align: center;
}body .t_CR {
	text-align: center;
}

body .jc_c{
	justify-content: center;
}
body .jc_fe{
	justify-content: flex-end;
}
body .jc_fs{
	justify-content: flex-start;
}
body .jc_sb{
	justify-content: space-between;
}

body .ai_c{
	align-items: center;
}
body .ai_fe{
	align-items: flex-end;
}
body .ai_fs{
	align-items: flex-start;
}

@media screen and (max-width: 768px){
	body .t_CL {
	text-align: left;
	}body .t_CR {
		text-align: right;
	}
}

/*5. margin 必要なら追加　優先順位：高 */
body .m0 {
	margin: 0;
}
body .mb0{
	margin-bottom: 0;
}
body .mb5 {
	margin-bottom: 5px;
}
body .mb10 {
	margin-bottom: 10px;
}
body .mb15 {
	margin-bottom: 15px;
}
body .mb20 {
	margin-bottom: 20px;
}
body .mb30 {
	margin-bottom: 30px;
}
body .mb40 {
	margin-bottom: 40px;
}
body .mb50 {
	margin-bottom: 50px;
}
body .mb80 {
	margin-bottom: 80px;
}
body .mb100 {
	margin-bottom: 100px;
}
body .mb150 {
	margin-bottom: 150px;
}
body .mt0{
	margin-top: 0px;
}
body .mt5 {
	margin-top:5px;
}
body .mt10 {
	margin-top:10px;
}
body .mt15 {
	margin-top:15px;
}
body .mt20 {
	margin-top:20px;
}
body .mt30 {
	margin-top:30px;
}
body .mt40 {
	margin-top:40px;
}
body .mt50 {
	margin-top:50px;
}
body .mt80 {
	margin-top:80px;
}
body .mt100 {
	margin-top:100px;
}
body .mt150 {
	margin-top:150px;
}
body .ml0{
	margin-left: 0;
}
body .ml5 {
	margin-left: 5px;
}
body .ml10 {
	margin-left: 10px;
}
body .ml15 {
	margin-left: 15px;
}
body .ml20 {
	margin-left: 20px;
}
body .ml30 {
	margin-left: 30px;
}
body .mr0{
	margin-right: 0;
}
body .mr5 {
	margin-right: 5px;
}
body .mr10 {
	margin-right: 10px;
}
body .mr15 {
	margin-right: 15px;
}
body .mr20 {
	margin-right: 20px;
}
body .mr30 {
	margin-right: 30px;
}


@media screen and (max-width: 768px) {
	/*5. margin 30以上は1/2 */
	body .mb40 {
		margin-bottom: 20px;
	}
	body .mb50 {
		margin-bottom: 25px;
	}
	body .mb80 {
		margin-bottom: 40px;
	}
	body .mb100 {
		margin-bottom: 50px;
	}
	body .mb150 {
		margin-bottom: 75px;
	}
	body .mt40 {
		margin-top:20px;
	}
	body .mt50 {
		margin-top:25px;
	}
	body .mt80 {
		margin-top:40px;
	}
	body .mt100 {
		margin-top:50px;
	}
	body .mt150 {
		margin-top:75px;
	}
}

/*6. padding 優先順位:高*/
body .p0 {
	padding: 0;
}
body .plr5 {
	padding: 0 5px;
}
body .plr10 {
	padding: 0 10px;
}
body .plr15 {
	padding: 0 15px;
}
body .plr20 {
	padding: 0 20px;
}
body .ptb10 {
	padding: 10px 0;
}
body .ptb20 {
	padding: 20px 0;
}
body .pall10 {
	padding: 10px;
}
body .pall20 {
	padding: 20px;
}

/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w1100,
body .w1000,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600{
	margin-right: auto;
	margin-left : auto;
}
body .w100p{
	width: 100%;
}
body .w1100{
	width: 1100px;
}
body .w1000{
	width: 1000px;
}
body .w980{
	width: 980px;
}
body .w900{
	width: 900px;
}
body .w800{
	width: 800px;
}
body .w700{
	width: 700px;
}
body .w650{
	width: 650px;
}
body .w600{
	width: 600px;
}

@media screen and (max-width: 768px) {
	body .w100p,
	body .w1100,
	body .w1000,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600{
		margin-right: auto;
		margin-left : auto;
	}
	body .w100p{
		width: 100%;
	}
	body .w1100{
		width: 100%;
	}
	body .w1000{
		width: 100%;
	}
	body .w980{
		width: 100%;
	}
	body .w900{
		width: 100%;
	}
	body .w800{
		width: 100%;
	}
	body .w700{
		width: 100%;
	}
	body .w650{
		width: 100%;
	}
	body .w600{
		width: 100%;
	}
	body .w100p > *,
	body .w1100 > *,
	body .w1000 > *,
	body .w980 > *,
	body .w900 > *,
	body .w800 > *,
	body .w700 > *,
	body .w650 > *,
	body .w600 > *{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	body .w100p > .max,
	body .w100p.max,
	body .w1100 > .max,
	body .w1100.max,
	body .w1000 > .max,
	body .w1000.max,
	body .w980 > .max,
	body .w980.max,
	body .w900 > .max,
	body .w900.max,
	body .w800 > .max,
	body .w800.max,
	body .w700 > .max,
	body .w700.max,
	body .w650 > .max,
	body .w650.max,
	body .w600 > .max,
	body .w600.max{
		width: 100%;
	}
}

body .calc980{
	padding-right: calc( ( 100% - 980px ) / 2 );
	padding-left: calc( ( 100% - 980px ) / 2 );
}

@media screen and (max-width: 768px){
	body .calc980{
	padding-right: 0;
	padding-left: 0;
	}
	body .calc980 > .max{
		width: 100%;
	}
	body .calc980 > *{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner{
	background: -webkit-linear-gradient(transparent 40%, #fff552 0%);
	background: linear-gradient(transparent 40%, #fff552 0%);
}
/**白い画像背景**/
.liner_bold{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.liner_bold > *{
	background: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 3px 0;
}

/* -------------------------------------
改行
-------------------------------------*/
.pc{
}
.sp{
	display:none;
}

@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display:block;
	}
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}
.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	box-shadow:
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff;
	content: "";
}

/**角丸：画像に直接かけれる**/
.radius{
	border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}
.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
}
a:hover .scale img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe{
	width: 100%;
}
.youtube{
	position: relative;
	margin: 30px auto 20px;
	padding-bottom: 56.25%;
	width:100%;
	height:0px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.youtube{
			margin: 20px auto 10px;
	}
}


/**================================================================================
OWLET用　 Browser：IE11 over
================================================================================
・リッチテキスト　
・パンくず
・ページャー
・フォーム
================================================================================**/

/* -------------------------------------
この記述を入れると、ウィジェット設置時に
「コンテンツ幅を選んでの設置」をする選択肢が出るようになります。
対象ウィジェットには<div data-w-width=""></div>を記述
-------------------------------------*/
/*ウィンドウ幅での設置*/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width:980px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    [data-w-width="1"] {
        width: 90%;
    }
}


/* -------------------------------------
リッチテキスト
-------------------------------------*/
.richtext{
}
.richtext p{
	margin: 0 0 10px;
}
.richtext strong {
}/*リセットしていないので不要*/
.richtext s{
}/*リセットしていないので不要*/
.richtext u{
}/*リセットしていないので不要*/
.richtext em {
	font-style: italic;
}
.richtext ul {
	padding-left: 2em;
}
.richtext ul li {
	list-style: outside disc;
}
.richtext ol {
	padding-left: 2em;
}
.richtext ol li{
	list-style: outside decimal;
}
.richtext h1{
	font-size: 2.0em;
}
.richtext h2{
	font-size: 1.5em;
}
.richtext h3{
	font-size: 1.17em;
}
.richtext h4{
	font-size: 1.0em;
}

.richtext blockquote{
	margin-left: 0;
	padding-left: 5px;
	border-left: 2px solid #444444;
	color: inherit;
}
.richtext table{
	max-width: 100%;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}
.richtext table tr td{
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;

	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.richtext img{
	max-width: 100%;
}
.richtext iframe{
	max-width: 100%;
}

.richtext p a{
	text-decoration: underline;
}
.richtext p a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.richtext *[style*="font-size: 8px"]{
	}
	.richtext *[style*="font-size: 9px"]{
	}
	.richtext *[style*="font-size: 10px"]{
	}
	.richtext *[style*="font-size: 11px"]{
	}
	.richtext *[style*="font-size: 12px"]{
	}
	.richtext *[style*="font-size: 13px"]{
	}
	.richtext *[style*="font-size: 14px"]{
	}
	.richtext *[style*="font-size: 16px"]{
	    font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 18px"]{
		font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 24px"]{
		font-size: 1.2rem!important;
	}
	.richtext *[style*="font-size: 30px"]{
		font-size: 1.3rem!important;
	}
	.richtext *[style*="font-size: 36px"]{
		font-size: 1.6rem!important;
	}
	.richtext *[style*="font-size: 48px"]{
		font-size: 1.65rem!important;
	}
	.richtext *[style*="font-size: 60px"]{
		font-size: 1.7rem!important;
	}
	.richtext *[style*="font-size: 72px"]{
		font-size: 1.75rem!important;
	}
	.richtext *[style*="font-size: 96px"]{
		font-size: 1.8rem!important;
	}
}

/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb{
	margin:50px auto;
	max-width:980px;
	width:94%;
	font-size:12px;
}
/*家アイコン*/
#breadcrumb ul:before {
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Material Icons';
}
#breadcrumb ul li{
	display:inline-block;
	padding:0 5px;
}
#breadcrumb ul li+li:before{
	content:">";
}
#breadcrumb a{
	text-decoration: underline;
}#breadcrumb a:hover{
	text-decoration: none;
}


/* -------------------------------------
ページャー
-------------------------------------*/
.pagenation{
	margin: 30px auto;
	text-align: center;
}

.pagenation span{
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	background: #fff;
	color: #143c60;
	text-align: center;
	line-height: 38px;
}
.pagenation span.page{
	background: #143c60;
	color: #fff;
}
.pagenation span a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #143c60;
}.pagenation span a:hover{
	background: #143c60;
	color: #fff;
}


@media screen and (max-width: 768px) {
	.pagenation span{
		margin: 3px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}
/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert {
	margin: 5px 0;
	color: #ff0000;
}
form table th{
	position: relative;
}

/**必須**/
.require {
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	border-radius: 3px;
	background: #cc1111;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
}
/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button input.submit,
.form_button a{
	display: inline-block;
	margin: 0 30px 10px;
	padding: 15px 30px;
	width: 200px;
	border: 1px solid #0ea2ff;
	background: #0ea2ff;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
}
.form_button a{
	border: 1px solid #0ea2ff;
	background: #0ea2ff;
}
.form_button input[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover{
	border: 1px solid rgba(17, 88, 195,0.95);
	background: rgba(17, 88, 195,0.95);
	color: #fff;
}



/*入力タグ*/
form input[type="text"],
form textarea,
form select{
	padding: 5px 4px;
	height:30px;
	border:1px solid #cccccc;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 5px;
}
form input[type="text"]{
   width: 80%;
}
form textarea {
	padding: 2px;
	min-height: 150px;
}
form select{
	padding: 0 10px;
	font-size: 14px;
}

/*電話*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2{
    width: 5em;
}
/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei{
    width: 8em;
}
/*label*/
form label {
	display: block;
}
/*ボタン*/
form button{
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}
/*記入例*/
form .owlet-input-sample {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}
/**フォーム規約**/
.owlet-rules {
	margin: 0 auto 30px;
	width: 90%;
}
.owlet-rules-title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.owlet-rules-body {
	overflow-y:scroll;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding:15px;
	height:200px;
	border:1px solid #dcdcdc;
}
.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.owlet-rules-agree .require{
	position: static;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	.form_button {
		flex-flow: column-reverse;
	}
	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}
	/*入力タグ*/
    form input[type="text"],
    form textarea,
    form select{
    	font-size: 13px;
    }
}




/**================================================================================
このサイトのみ　 Browser：IE11 over
================================================================================
・共通
================================================================================**/


/**================================================================================
基本装飾
================================================================================**/


body{
	min-width: 1200px;
}
body .calcL{
	left:calc( ( 100% - 1000px ) / 2 );
}
body .calcR{
	right:calc( ( 100% - 1000px ) / 2 );
}
.parent{
	position: relative;
}
@media screen and (max-width: 768px){
	body{
		min-width: 100%;
	}
}

/**-------------------------------------
色
-------------------------------------**/
.red{
	color: #f60000;
}
.white{
	color: #fff;
}
.blue{
	color: #0ea2ff;
}
.dblue{
	color: rgba(17, 88, 195,0.95);
}
.bg-dblue{
	background: #143C60;
}

/**-------------------------------------
フォームテーブル
-------------------------------------**/
.-w-table table,
.form table{
	margin: 30px auto;
	width: 100%;
	border-spacing:2px;
	border-collapse:separate;
	background:  #fff;
}
.-w-table table th,
.-w-table table td,
.form table th,
.form table td{
	padding: 15px;
	background: #fff;
	text-align: left;
}
.-w-table table th,
.form table th{
	position: relative;
	padding-right:3.5em;
	width: 25%;
	background: #f5f5f5;
	line-height: 1.8;
}
    .form table,
	.form table tbody,
	.form table tr,
	.form table th,
	.form table td{
		display: block;
		width: 100%;
		border: none;
	}
@media screen and (max-width: 768px){
	.-w-table table,
	.-w-table table tbody,
	.-w-table table tr,
	.-w-table table th,
	.-w-table table td,
	.form table,
	.form table tbody,
	.form table tr,
	.form table th,
	.form table td{
		display: block;
		width: 100%;
		border: none;
	}
	
	.-w-table table,
	.form table{
	}
	
	.-w-table table th,
	.-w-table table td
	.form table th,
	.form table td{
		padding: 10px;
		text-align: left;
	}
	
	.-w-table table th,
	.form table th{
		padding-right: 3.5em;
	}
}

/**-------------------------------------
必須アイコンの位置
-------------------------------------**/
.require {
	top: 0;
	right: 0.5em;
	bottom: 0;
	margin:  auto 5px;
}



/**================================================================================
サイトで必ず異なる
================================================================================**/

/**-------------------------------------
装飾
-------------------------------------**/
.deco{
	position: absolute;
	z-index: 10;
}

/**-------------------------------------
アイコン
-------------------------------------**/
.cat{
	display: inline-block;
	padding: 3px 10px;
}

.catBtn{
	display: flex;
	justify-content: center;
	margin: 30px auto 20px;
}
.catBtn li:nth-child(1){
	border-left: 1px solid #ccc;
}
.catBtn li{
	text-align: center;
	max-width: 15em;
	flex:1;
	padding: 0 1em;
	display: block;
	border-top: 5px solid #fff;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	border-right: 1px solid #ccc;
}
.catBtn li a{
	transform: skew(20deg);
	text-align: center;
	display: inline-block;
	padding: 0 0 3px;
}.catBtn li a:hover{
	color: rgba(17, 88, 195,0.95);
}

@media screen and (max-width: 768px){
	.catBtn{
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 10px 10% 10px;
	}
	.catBtn li:nth-child(odd){
		
	}.catBtn li{
		flex: none;
		width: 47%;
		max-width: none;
		padding: 0;
		margin: 0 0 10px;
		font-size: 0.9em;
	}.catBtn li a{
	    display: block;
	    padding:5px;
	}
}


/**-------------------------------------
見出し
-------------------------------------**/
.titZ{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	background: no-repeat center bottom / cover;
}
.titZ:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(14, 162, 255,0.8);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.titZ .w1000{
	padding: 120px 0 180px;
}
.titZ > *{
	position: relative;
	z-index: 1;
}
.titZ small{
	display: block;
	height: 40px;
}
.titZ small img{
	height: 100%;
	width: auto;
}

.titA{
	font-weight: bold;
	font-size: 22px;
	line-height: 1.8;
}
.titB{
	font-weight: bold;
	font-size: 32px;
	line-height: 1.8;
}

.titC{
	position: relative;
	margin: 15px auto;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.8;
}

.titD{
	color: rgba(17, 88, 195,0.95);
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin: 40px auto;
}.titD:after {
	width: 130px;
	height: 4px;
	background-image: linear-gradient(90deg, rgba(17, 88, 195,0.95) 0%, rgba(13, 157, 241,0.95) 100%);
	content: "";
	display: block;
	margin: 15px auto 0;
}
.titE{
	background: #133b5f;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 30px;
	position: relative;
}.titE:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}.titE:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.titF{
	color: #143c60;
	margin: 0 auto;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	padding: 15px 40px;
	position: relative;

}.titF:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top:5px solid #143c60;
	border-bottom: 5px solid #143c60;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}.titF:after{
	content: "";
	display: block;
	width: 15px;
	height: 5px;
	background: #143c60;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.titImg{
	position: absolute;
	z-index: 10;
}

@media screen and (max-width: 768px){
	.titZ{
		font-size: 16px;
	}
	.titZ .w1000{
		padding: 60px 0 90px;
	}
	.titZ small{
		height: 30px;
	}
	
	
	.titA{
		font-size: 18px;
	}
	.titB{
		font-size: 20px;
	}
	.titC{
		font-size: 20px;
	}
	.titD{
		font-size: 20px;
		margin: 20px auto;
	}
	.titE{
		font-size: 20px;
	}
	.titF{
		font-size: 20px;
	}
	
	.titImg img{
		height: 50px;
	}
}

/**-------------------------------------
ボタン
-------------------------------------**/
.btnA,
.btnB{
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 20px 15px;
	width: 300px;
	border-radius: 50px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
}
.btnA:after,
.btnB:after{
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
}
.btnA{
	border: 1px solid #0ea2ff;
	background: #0ea2ff;
	color: #fff;
}.btnA:hover{
	border:1px solid rgba(17, 88, 195,0.95);
	background: rgba(17, 88, 195,0.95);
}
.btnB{
	border: 1px solid #fff;
	background: none;
	color: #fff;
}.btnB:hover{
	border: 1px solid #323232;
	background:  #323232;
	color: #fff;
}
.btnC{
	position: relative;
	display: inline-block;
	margin: 3px 0;
	padding: 5px 30px 5px 10px;
	background: #fff;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(17, 88, 195,0.95) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	color: #0ea2ff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	transition: all .3s ease 0s;
}.btnC:after{
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
}a:hover .btnC,
.btnC:hover{
	background-position: -100% 0;
	color: #fff;
	cursor: pointer;
}


@media screen and (max-width: 768px) {
	.btnA,
	.btnB{
		padding: 15px 20px 15px 15px;
		width: 100%;
		max-width: 90vw;
	}
}


/**-------------------------------------
スライド
-------------------------------------**/
.slick-dots{
	bottom: -40px;
}
.slick-dots li{
	width: 50px;
}.slick-dots li button::before {
	width: 50px;
	height: 3px;
	background: #eeeeee;
	color: black;
	content: '';
	opacity: 1.0;
}
.slick-dots li.slick-active button::before{
	background: #0ea2ff;
	opacity: 1.0;
}
.slick-prev{
	left: 10px;
	z-index: 50;
}
.slick-next{
	right: 15px;
	z-index: 50;
}
.slick-prev::before {
	content: '\e5cb';
}.slick-next::before{
	content: "\e5cc";
}
.slick-prev::before,
.slick-next::before {
	color: white;
	font-size: 25px;
	font-family: 'Material Icons';
	line-height: 1;
	opacity: 1.0;
}

@media screen and (max-width: 768px){
	.slick-dots li{
		width: 25px;
	}.slick-dots li button::before {
		width: 25px;
	}
}


/* -------------------------------------
画像拡大
-------------------------------------*/

.zoom-overlay{
	background: rgba(0,0,0,0.9);
}.zoom-overlay:after{
	display: block;
	content: "clear";
	font-family: 'Material Icons';
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin: 0 10px;
	text-align: left;
	left: 20px;
}

/* -------------------------------------
カラム
-------------------------------------*/
/**２つ並び**/
.box2C{
	display: flex;
	margin: 30px auto;
	width: 100%;

	justify-content: space-between;
	flex-wrap: wrap;
}
.box2C > *{
	margin: 0 0 20px;
	width: 48%;
}
.box2C:after{
	display: block;
	width: 48%;
	content: "";
}

/**3つ並び**/
.box3C{
	display: flex;
	margin: 30px auto;
	width: 100%;

	justify-content: space-between;
	flex-wrap: wrap;
}
.box3C > *{
	margin: 0 0 20px;
	width: 31.5%;
}
.box3C:after{
	display: block;
	width: 31.5%;
	content: "";
}

/**4つ並び**/
.box4C{
	display: flex;
	margin: 30px auto;
	width: 100%;

	justify-content: space-between;
	flex-wrap: wrap;
}
.box4C > *{
	margin: 0 0 20px;
	width: 23%;
}
.box4C:after,
.box4C:before{
	display: block;
	width: 23%;
	content: "";
}
.box4C:before{
	order:1;
}
.boxLR{
	display: flex;
	margin: 10px auto;

	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	/**２つ並び**/
	.box2C{
		width: 100%;

		flex-flow: column;
	}
	.box2C > *{
		width: 100%;
	}
	.box2C:after{
		display: none;
	}

	/**3つ並び**/
	.box3C{
		width: 100%;

		flex-flow: column;
	}
	.box3C > *{
		width: 100%;
	}
	.box3C:after{
		display: none;
	}

	/**4つ並び**/
	.box4C{
		width: 100%;
	}
	.box4C > *{
		width: 48%;
	}
	.box4C:after,
	.box4C:before{
		display: none;
	}
}


/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
.h-text-img{
	display: flex;
	margin: 30px auto;
	width: 100%;

	justify-content: space-between;
}
.h-text-img.left{
	flex-direction:row-reverse;
}
.h-text-img.center{
	flex-flow: column-reverse nowrap;
}
.h-text-img > div{
	margin: 0 30px 0 0;

	flex: 1;
}.h-text-img.left > div{
	margin: 0 0 0 30px;
}
.h-text-img.center > div{
	margin: 0 30px;

	flex: auto;
}
.h-text-img figure{
	width: 400px;
	height: auto;
}
.h-text-img.center figure{
	margin: 0 0 30px;
	width: 100%;
	height: auto;
}
.h-text-img.center figure{
	margin: 30px 0;
}
.h-text-img.big figure{
	width: 643px;
}
.h-text-img.min figure{
	width: 280px;
}
.h-text-img.free figure{
	width: auto;
}
.h-text-img figure img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.h-text-img{
		margin: 30px auto;
		width: 100%;

		flex-flow: column;
	}
	.h-text-img.left{
		flex-direction:column-reverse;
	}
	.h-text-img.center{
		flex-flow: column-reverse nowrap;
	}
	.h-text-img > div,
	.h-text-img.left > div,
	.h-text-img.center > div{
		margin: 5px 0;

		flex: 1;
	}
	.h-text-img figure{
		margin: 5px auto;
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	.h-text-img.center figure{
		margin: 5px auto;
		max-width: 100%;
	}
	.h-text-img figure img{
		width: 100%;
	}
	.h-text-img.big figure{
		max-width: 643px;
		width: 100%;
	}
	.h-text-img.min figure{
		max-width: 280px;
		width: 100%;
	}
}


/* -------------------------------------
施工事例一覧
-------------------------------------*/

.works-list{
	margin: 30px auto;
	padding: 50px 0;
}
.works-list .list{
	width: 500px;
	height: 456px;
}
.works-list.box3C{
}
.works-list.box3C .list{
	width: 31%;
	height: 250px;
	margin: 0 0 50px;
}
.works-list .list a{
	display: flex;
	margin: 0 2%;
	width: 96%;
	height: 100%;
	background: no-repeat center center / cover;

	align-items: flex-end;
}
.works-list .list .liner_bold{
	margin: 0 0 20px;
}
.works-list .list em{
	background: #0ea2ff;
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 768px){
    .works-list{
		margin: 30px auto;
	}
	.works-list .list{
		width: 90vw;
		height: 80vw;
		max-width: 500px;
		max-height: 456px;
	}
	.works-list.box3C{
		width: 90%;
		margin: 0 auto;
	}
	.works-list.box3C .list{
		width: 100%;
		height: 90vw;
		margin: 0 0 30px;
	}
}

/* -------------------------------------
お知らせ一覧
-------------------------------------*/
.news-list{
	margin: 0 auto 30px;
	width: 1000px;
}
.news-list li a{
	display: flex;
	padding: 20px;
}.news-list li:nth-child(odd){
	background: #f6f6f6;
}
.news-list li a:hover{
	color:rgba(17, 88, 195,0.95);
}
.news-list li a time{
	margin: 0 3em 0 0;
	color: #adadad;
	font-size: 16px;
}

@media screen and (max-width: 768px){
	.news-list{
		margin: 20px auto;
		width: 100%;
	}
	.news-list li a{
		flex-flow: column;
	}
	.news-list li a time{
		margin: 0 0 10px;
		font-size: 14px;
	}
}

/* -------------------------------------
article初め
-------------------------------------*/
.page-hero{
	position: relative;
	z-index: 3;
	width: 1000px;
	background: #fff;
	padding: 30px;
	margin: -70px auto 0;
}
.page-hero .richtext{
	width: 80%;
	margin: 30px auto;
	line-height: 1.8;
}
.sec_m80{
	margin: 80px auto;
}.sec_m100{
	margin: 100px auto;
}

@media screen and (max-width: 768px){
	.page-hero{
		width: 90%;
		padding: 20px 0;
		margin: -70px auto 0;
	}
	.page-hero .richtext{
		width: 100%;
		margin: 10px auto;
		line-height: 1.8;
	}
	.sec_m80{
		margin: 40px auto;
	}.sec_m100{
		margin: 50px auto;
	}
}
