@charset "UTF-8";
/* color */
:root {
	--base-color:#2cb0e1;
	--sub-color:#ffbf00;
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover   { color:#000; text-decoration: underline; }
a:active  { color:#333333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#333; text-decoration: underline; }
.u_link a:visited { color:#333; text-decoration: underline; }
.u_link a:hover   { color:#000; text-decoration: underline; }
.u_link a:active  { color:#333; text-decoration: underline; }

footer a         { resize: none; }
footer a:link    { color:#000; text-decoration: none; }
footer a:visited { color:#000; text-decoration: none; }
footer a:hover   { color:#ccc; text-decoration: underline; }
footer a:active  { color:#000; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 599px) {
	.pc { display: none; }
}
@media screen and (min-width: 600px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 1079px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 1080px) {
	.sp_tab { display: none; }
}
@media screen and (max-width: 899px) {
	.pc_tab_mini { display: none; }
}
@media screen and (min-width: 900px) {
	.sp_tab_mini { display: none; }
}

@media screen and (max-width: 599px) {
	.tablet { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.tablet-ex { display: none; }
}
@media screen and (min-width: 900px) {
	.tablet { display: none; }
}

/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}

/*-- base -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.in { width: 96%; margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
	#content .in { width: 100%; margin: 0 auto; }
}
@media screen and (min-width: 600px) {
	header .in { width: 96%; margin: 0 2%; }
}
@media screen and (min-width: 600px) and (max-width: 1260px) {
	header .in { width: 98%; margin: 0 1%; }
	#content .in { width: 96%; margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
}

/*-- header -------------------------------------------------------------*/
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; /*background: rgb(50,50,50); background: linear-gradient(0deg, rgba(50,50,50,0) 0%, rgba(50,50,50,0.5) 50%);*/}
header .in-head-flex .hR nav li { list-style: none; }
header .in-head-flex .hL .logo a         { resize: none; }
header .in-head-flex .hL .logo a:link    { color:var(--base-color); text-decoration: none; }
header .in-head-flex .hL .logo a:visited { color:var(--base-color); text-decoration: none; }
header .in-head-flex .hL .logo a:hover   { color:#333; text-decoration: none; }
header .in-head-flex .hL .logo a:active  { color:var(--base-color); text-decoration: none; }

@media screen and (max-width: 1079px) {
	header .in-head-flex .hL { padding-top: 1px;}
	header .in-head-flex .hL h1.logo { font-size: 0.5rem; line-height: 1.2; color: #000; }
	header .in-head-flex .hL h1.logo .roboto { font-size: 3.0em; display: block; letter-spacing: 0.05em; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	header .in-head-flex .hL { padding-top: 1px; }
	header .in-head-flex .hL h1.logo { font-size: 0.7rem; line-height: 1.2; color: #000; }
	header .in-head-flex .hL h1.logo .roboto { font-size: 3.0em; display: block; letter-spacing: 0.05em; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	header .in-head-flex .hL { margin-right: 6%; }
	header .in-head-flex .hL h1.logo { font-size: 0.6rem; line-height: 1.2; color: #000; }
	header .in-head-flex .hL h1.logo .roboto { font-size: 3.0em; display: block; letter-spacing: 0.05em; }
}
@media screen and (min-width: 1080px) {
	header .in-head-flex { display: flex; justify-content:flex-start; align-items: center; padding: 5px 0; }
	header .in-head-flex .hL { margin-right: 6%; }
	header .in-head-flex .hL h1.logo { font-size: 0.8rem; line-height: 1.2; color: #000; }
	header .in-head-flex .hL h1.logo .roboto { font-size: 3.0em; display: block; letter-spacing: 0.05em; }
	
	header .in-head-flex .hR { width: 70%;}
	header .in-head-flex .hR nav { display: flex; justify-content: flex-start; align-items: center; }
	header .in-head-flex .hR nav li { margin-right: 4%; font-size: 0.95rem; list-style: none; position: relative; }

	header .in-head-flex .hR nav li a         { resize: none; display: block; }
	header .in-head-flex .hR nav li a:link    { color:#000; text-decoration: none; }
	header .in-head-flex .hR nav li a:visited { color:#000; text-decoration: none; }
	header .in-head-flex .hR nav li a:hover   { color:var(--base-color); text-decoration: none; }
	header .in-head-flex .hR nav li a:active  { color:#000; text-decoration: none; }
} 
@media screen and (min-width: 1080px) and (max-width: 1179px) {
	header .in-head-flex .hL h1.logo { font-size: 0.60rem; }
	header .in-head-flex .hR { width: 55%;}
	header .in-head-flex .hR ul li { font-size: 0.80rem; }
}
@media screen and (min-width: 1180px) and (max-width: 1279px) {
	header .in-head-flex .hL h1.logo { font-size: 0.65rem; }
	header .in-head-flex .hR { width: 60%;}
}
@media screen and (min-width: 1280px) and (max-width: 1379px) {
	header .in-head-flex .hL h1.logo { font-size: 0.7rem; }
	header .in-head-flex .hR { width: 65%;}
}
@media screen and (min-width: 1380px) and (max-width: 1479px) {
	header .in-head-flex .hL h1.logo { font-size: 0.75rem; }
}

/*-- is-fix  -------------------------------------------------------------*/
header.is-fix { background:none;} 
header.is-fix .in-head-flex .hL .logo a         { resize: none; }
header.is-fix .in-head-flex .hL .logo a:link    { color:var(--base-color); text-decoration: none; }
header.is-fix .in-head-flex .hL .logo a:visited { color:var(--base-color); text-decoration: none; }
header.is-fix .in-head-flex .hL .logo a:hover   { color:#333; text-decoration: none; opacity: 0.7; }
header.is-fix .in-head-flex .hL .logo a:active  { color:var(--base-color); text-decoration: none; }
@media screen and (max-width: 899px) {
	header.is-fix .in-head-flex .hL h1.logo { line-height: 1.0; color: var(--base-color); }	
	header.is-fix .in-head-flex .hL h1.logo .roboto { font-size: 1.5em; display: inline-block; letter-spacing: 0.05em; }	
	header.is-fix .in-head-flex .hL h1 .kana { display: none; }
	header.is-fix .in-head-flex .hR nav .pc_tab { display: none; }
}
@media screen and (min-width: 900px) {
	header.is-fix { background: none; }
	header.is-fix .in { max-width: 99.5%; margin: 0px 0 0px 0.5%; width: 100%; }
	
	header.is-fix .in-head-flex .hL h1.logo { line-height: 1.0; color: var(--base-color); }	
	header.is-fix .in-head-flex .hL h1.logo .roboto { font-size: 1.5em; display: inline-block; letter-spacing: 0.05em; }	
	header.is-fix .in-head-flex .hL h1 .kana { display: none; }
	header.is-fix .in-head-flex .hR nav .pc_tab { display: none; }
}

/*--　megamenu  -------------------------------------------------------------*/
@media screen and (min-width: 1080px) {
	.h_menu li.h-menu { height: 40px; line-height: 40px;}
	.megaMenu { display: none; }
	.h_menu li.selected .megaMenu { display: flex !important; justify-content: center; padding: 20px 2%; background: #f4f4f4; position: absolute; top:50px; left: 0; width: 96%; z-index: 10; }
	header.is-fix .h_menu li.selected .megaMenu { top:40px; }
	
	.h_menu li.selected .megaMenu .home { margin-right: 2%; }
	.h_menu li.selected .megaMenu .indus { }
	.h_menu li.selected .megaMenu h6 { background: #000; color: #fff; margin-bottom: 10px; text-align: center; font-size: 0.8rem; padding: 0px 0; line-height: 25px; }
	.h_menu li.selected .megaMenu .home h6 { background: #FF6C00; }
	.h_menu li.selected .megaMenu .indus h6 { background: #2A83E8; }
	.h_menu li.selected .megaMenu .in-mega-flex { display: flex; justify-content: center; }
	.h_menu li.selected .megaMenu div.g_box { max-width: 100px; width: 100%;  padding: 0 10px; border-right: 1px solid #dedede; text-align: center;}
	.h_menu li.selected .megaMenu div.g_box img { margin-bottom: 10px; }
	.h_menu li.selected .megaMenu div.brl { border-left: 1px solid #dedede; }
	.h_menu li.selected .megaMenu div.g_box p { color: #333; font-size: 0.7rem; text-align: center; margin-bottom: 0px; padding: 0px; line-height: 1.5; }
}

/*-- SP menu-trgger -------------------------------------------------------------*/
.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
.menu-trigger { position: fixed; top: 1%; right: 6%; width: 45px; height: 33px; z-index: 9999; border-radius: 2px; }
.menu-trigger:hover{ /*background: rgba(255, 255, 255,0.6);*/ cursor:pointer; }
.menu-trigger span { position: absolute; z-index: 9999; left: 4.2px; width: 100%; height: 1px; background-color: #000000; border-radius: 2px; }
.h_menu .active span { background-color: #fff !important; } /* 色を変える */
.menu-trigger span:nth-of-type(1) { top: 7px; }
.menu-trigger span:nth-of-type(2) { top: 16.5px; width: 75%; }
.menu-trigger span:nth-of-type(3) { bottom: 6px; }
.h_menu .active span:nth-of-type(3) { bottom: 8px; }
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(20px) rotate(-45deg);
 transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-8px) rotate(45deg);
}
#overlay{ display: none; width: 82%; margin: 0 0 0 10%; padding: 15% 4% 4%; height: calc(100% - 0px); text-align: center;
	position: fixed; top: 0px; right: 0px; z-index: 999; background: rgba(49,178,226,0.95); box-sizing: border-box;
	box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);
}
#overlay .in { overflow: auto; height: 100%;
	-webkit-overflow-scrolling: touch;
}	
#overlay li { text-align: left; background: #54c5ed; font-size: 0.8rem; margin-bottom: 10px; padding: 10px 10px; }
#overlay li a         { resize: none; display: block; /*font-family:'Roboto Condensed', sans-serif; font-weight:bold;*/ }
#overlay li a:link    { color:#fff; text-decoration: none; }
#overlay li a:visited { color:#fff; text-decoration: none; }
#overlay li a:hover   { color:#fff; text-decoration: none; }
#overlay li a:active  { color:#fff; text-decoration: none; }
#overlay li:nth-child(3) span,#overlay li:nth-child(5) span { margin-right: 10px;}

#overlay .subContact { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin:20px 2% 10px; }
#overlay .subContact li { width: 100%; margin-bottom: 10px; background: none; padding: 0; }
#overlay .subContact li a:before { display: none; }
#overlay li .fas { margin-right: 10px; opacity: 0.5; }
#overlay li .far { margin-right: 10px; opacity: 0.5; }

#overlay li .toggle { color: #fff; position: relative; margin-bottom: 0px; cursor: pointer; }
#overlay li .toggle:after { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 1%; top: 50%; transform:translateY(-50%); opacity: 0.7;}
#overlay li .toggle.active:after { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 1%; top: 50%; transform:translateY(-50%); opacity: 0.7;}
#overlay li .toggleContent { padding: 4%; }
#overlay li .toggleContent h6 { background: #1d4a35; text-align: center; margin-bottom: 10px; padding: 5px 0; color: #fff; }
#overlay li .toggleContent ul li:before { content: "\f0da"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px; color: #1d4a35; } 
#overlay li .toggleContent ul li a { display: inline-block; }
#overlay .subMenu.toggleContent p { cursor: pointer; }
#overlay .subMenu.toggleContent p:last-child { margin-bottom: 0px; }
header.is-fix .menu-trigger span { background-color: #000; }
@media screen and (max-width: 599px) {
	.menu-trigger { position: fixed; top: 0.5%; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	.menu-trigger { position: fixed; top: 1%; right: 3%; }
	#overlay{ display: none; width: 50%; padding: 8% 4% 4%; }
}
@media screen and (min-width: 1080px) {
	.menu-trigger { position: fixed; top: 2%; right: 2%; }
	#overlay{ display: none; width: 30%; padding: 6% 4% 4%; }
}

.fa-phone { transform: rotate(90deg);}
/*-- コンテンツ -------------------------------------------------------------*/
#content { background: #fff; }
@media screen and (max-width: 599px) {
	section { padding: 6% 6%; }
	.secFlex { display: flex; flex-direction: column; }
	.flexImg { height: 150px; width: 100%; order: 1; margin-bottom: 20px; }
	.flexTxt { order: 2; }
	
	.secFlex h2 { font-size: 1.3rem; font-weight: bold; margin-bottom: 5px; line-height: 1.5; }
	.secFlex h3 { font-size: 1.0rem; margin-bottom: 20px; color: #ccc; }
	
	.secFlex h3 { font-size: 1.0rem; font-weight: bold; margin-bottom: 20px; }
	.secFlex ul.check li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #000; font-size: 0.9rem; color: #000; font-weight: bold; text-indent: -0.75em; padding-left: 1.5em; }
	.secFlex ul.check li:nth-child(1) { border-top: 1px dashed #000; padding-top: 10px; }
	.secFlex ul.check li .marker { color: #ed0000;}
	ul.check li .fa-check-circle { margin-right: 10px; color: #ccc;}
	
	.ttl01 { text-align: center; font-size: 1.5rem; font-weight: bold; margin-bottom: 20px; color: var(--base-color); }
	.subTtl01 { text-align: center; font-size: 0.9rem; font-weight: bold; margin-bottom: 10px; }
	.mark { width: 30px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
	.newsDl dt { background: var(--sub-color); color: #fff; font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid var(--sub-color); font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: var(--sub-color); font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid var(--sub-color); font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.newsList li { margin-bottom: 10px;}
	
	.moreBtn { text-align: center; background: #f4f4f4; padding: 5px 0; font-size: 0.8rem; }
	.moreBtn:after { content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
	.moreBtn.active:after { content: "\f106"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
}
@media screen and (min-width: 600px) {
	section { padding: 4%; }
	section.contactSec .in { margin: 0; padding: 0;}
	
	.secFlex { display: flex; justify-content: center; align-items: center; }
	.flexImg { width: 40%;}
	.flexTxt { width: 52%; padding: 2% 4%; }
	.flexImg.flexR { width: 40%;}
	.flexL.flexTxt p { text-align: right; }
	
	.secFlex h2 { font-size: 2.2rem; margin-bottom: 0px; line-height: 1.5; color: var(--sub-color); font-weight: bold; display: flex; justify-content: flex-start; align-items: center; word-break: keep-all; }
	.secFlex h3 { font-size: 1.6rem; margin-bottom: 20px; color: #ccc; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.secFlex h6 { color: #dedede;}
	.secFlex ul.check li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #000; font-size: 1.2rem; width: 80%; color: #000; font-weight: bold; text-indent: -0.75em; padding-left: 1.5em; }
	.secFlex ul.check li:nth-child(1) { border-top: 1px dashed #000; padding-top: 10px; }
	.secFlex ul.check li .marker { color: #ed0000;}
	ul.check li .fa-check-circle { margin-right: 10px; color: #ccc;}
	
	.secFlex .flexTxt.flexL h2 { text-align: right; display: flex; justify-content: flex-end; align-items: center; }
	.secFlex .flexTxt.flexL h2 span { margin-right: 20px; }
	.secFlex .flexTxt.flexL h3 { text-align: right;}
	.secFlex .flexTxt.flexL h6 { text-align: right;}
	
	.arrowR { float: right; }
	
	.ttl01 { text-align: center; font-size: 2.4rem; font-weight: bold; margin-bottom: 10px; color: var(--base-color); }
	.subTtl01 { text-align: center; font-size: 1.2rem; margin-bottom: 0px; font-weight: bold; }
	.mark { width: 50px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.ttl01-en { line-height: 1.0; margin-bottom: 10px;}
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; }
	.newsDl dt { background: var(--sub-color); color: #fff; font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid var(--sub-color); font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: var(--sub-color); font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid var(--sub-color); font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsList { margin-bottom: 40px; }
	.newsList li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dedede; }
	.newsList li p { margin-bottom: 0px;}
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	.ttl01 { font-size: 2.0rem; }
	.subTtl01 { font-size: 0.95rem; }
	.secFlex { align-items: flex-start; }
	.flexImg { width: 50%; }
	.flexTxt { width: 42%; padding: 4%; }
	.secFlex h2 { font-size: 1.6rem; }
	.secFlex h2 span { font-size: 0.7rem;}
	.secFlex h3 { font-size: 0.9rem; }
	.secFlex ul.check li {font-size: 1.00rem; width: 96%; }
	
	.moreBtn { text-align: center; background: #f4f4f4; padding: 5px 0; font-size: 0.9rem; }
	.moreBtn:after { content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
	.moreBtn.active:after { content: "\f106"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	.ttl01 { font-size: 2.0rem; }
	.subTtl01 { font-size: 1.0rem; }
	.secFlex { align-items: flex-start; }
	.secFlex h2 { font-size: 1.7rem; }
	.secFlex h2 span { font-size: 0.75rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem; width: 100%; }
	
	.moreBtn { text-align: center; background: #f4f4f4; padding: 5px 0; }
	.moreBtn:after { content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
	.moreBtn.active:after { content: "\f106"; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-left: 10px; }
}
@media screen and (min-width: 1080px) and (max-width: 1179px)  {
	.ttl01 { font-size: 2.1rem; }
	.subTtl01 { font-size: 1.05rem; }
	.secFlex h2 { font-size: 1.8rem; }
	.secFlex h2 span { font-size: 0.8rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem;  width: 100%;}
}
@media screen and (min-width: 1180px) and (max-width: 1279px)  {
	.ttl01 { font-size: 2.2rem; }
	.subTtl01 { font-size: 1.1rem; }
	.secFlex h2 { font-size: 1.9rem; }
	.secFlex h2 span { font-size: 0.85rem;}
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.1rem; width: 100%; }
}
@media screen and (min-width: 1280px) and (max-width: 1379px)  {
	.ttl01 { font-size: 2.3rem; }
	.subTtl01 { font-size: 1.15rem; }
	.secFlex h2 { font-size: 2.1rem; }
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.15rem; width: 100%; }
}
@media screen and (min-width: 1380px) {
	
}

/*-- 関連 -------------------------------------------------------------*/
@media screen and (max-width: 599px) {		
	.workFlex .flexR h2 { margin-bottom: 20px; display: flex; justify-content: flex-start; align-items: center; }
	.workFlex .flexR h2 span { font-size: 1.1em; font-family:'Roboto Condensed', sans-serif; font-weight:bold; margin-right: 2%; color: var(--base-color); }
	.swiper-card dl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 5px; }
	.swiper-card dl dt { font-size: 10px; color: var(--sub-color); border: 1px solid var(--sub-color); background: #fff; padding: 0px 10px; }
	.swiper-card dl dd { font-size: 10px; color: #fff; border: 1px solid var(--sub-color); background: var(--sub-color); padding: 0px 10px; }
	.swiper-card p { font-size: 0.8rem;}
	.swiper-card p.tag { font-size: 0.7rem; color: #999; margin-bottom: 0px;}
	#content section .swiper-card h4 { font-weight: bold; color: var(--base-color); text-align: left; font-size: 1.0rem; }
}
@media screen and (min-width: 600px) {	
	.workFlex .flexL { width: 40%; background: url("../img/common/sample.png") center center no-repeat; background-size: cover; }
	.workFlex .flexR { width: 60%; padding: 2% 0 2% 4%; }
	.workFlex .flexR h2 { margin-bottom: 20px; display: flex; justify-content: flex-start; align-items: center; }
	.workFlex .flexR h2 span { font-size: 1.1em; font-family:'Roboto Condensed', sans-serif; font-weight:bold; margin-right: 2%; color: var(--base-color); }
	.swiper-card dl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 5px; }
	.swiper-card dl dt { font-size: 10px; color: var(--sub-color); border: 1px solid var(--sub-color); background: #fff; padding: 0px 10px; }
	.swiper-card dl dd { font-size: 10px; color: #fff; border: 1px solid var(--sub-color); background: var(--sub-color); padding: 0px 10px; }
	.swiper-card .swiper-slide-card p { font-size: 0.9rem; margin-bottom: 5px; }
	.swiper-card .swiper-slide-card p.tag { font-size: 0.8rem; color: #999; margin-bottom: 0px;}
	#content section .swiper-card h4 { font-weight: bold; color: var(--base-color); text-align: left; font-size: 1.0rem; margin-bottom: 5px; }
}
/*-- コンタクト -------------------------------------------------------------*/
@media screen and (max-width: 599px) {	
	.contactSec { background: #f4f4f4 !important; padding: 6%; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede;  }
	.contactBox { background: #fff; padding: 4%; border: 1px solid #dedede; }
	.contactBox h2 { text-align: center; font-size: 0.9rem; margin-bottom: 10px; }
	
	.contactFlex li { margin-bottom: 10px; }
	.contactFlex li:last-child { margin-bottom: 0px; }
}
@media screen and (min-width: 600px) {	
	.contactSec { background: #f4f4f4 !important; padding: 20px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
	.contactBox { background: #fff; padding: 20px; max-width: 1260px; width: 100%; border: 1px solid #dedede; margin: 0 auto; }
	.contactBox h2 { text-align: center; font-size: 1.1rem; margin-bottom: 20px; }
	.contactFlex { display: flex; justify-content: center; align-items: center; }
	.contactFlex li { margin: 0 1%; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {	
	.contactBox { padding: 20px 4%; width: 92%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {	
	.contactBox { padding: 20px 4%; width: 92%; }
}

/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; width: 100%; opacity: 1.0; }
	#contact-fixed ul { display: flex; justify-content: center; flex-wrap: wrap; }
	#contact-fixed ul li { width: 25%; }
}
@media screen and (min-width: 600px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; width: 100%; background: rgba(10,10,10,0.5); display: none; opacity: 1.0; }
	#contact-fixed ul { display: flex; justify-content: center; align-items: center; padding: 20px; max-width: 1260px; width: 96%; margin: 0 auto; }
	#contact-fixed ul li { width: 24%; margin: 0 1% 0 0; }
	#contact-fixed ul li:nth-child(4n) { margin-right: 0px; }
}

/*-- sns -------------------------------------------------------------*/
@media screen and (max-width: 599px) {			
	.snsList { display: flex; justify-content: center; align-items: center; width: 200px; margin: 0 auto 20px; }
	.snsList li { width: 35px; margin: 0 6%; }
}
@media screen and (min-width: 600px) {		
	.snsList { display: flex; justify-content: center; align-items: center; width: 200px; margin: 0 auto 40px; }
	.snsList li { width: 35px; margin: 0 6%; }
}

/*-- 背景固定　パララックス -------------------------------------------------------------*/
.sec-ovry {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 1;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 50%);
	background-size: 4px 4px;
}
@media screen and (max-width: 599px){
	#anch04.parallax_content{ background: none; }
	.parallax_content { height: 200px; overflow: hidden; position: relative; background: none; }	
	.parallax_content::before {
		position: absolute;
		top: 0;
		left: 0;
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-image:url("../img/common/bg_sp.png") ;
		background-size:cover;
		background-position: center;
	}
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	.parallax_content { height: 250px; overflow: hidden; position: relative; }	
	.parallax_content::before {
		position: absolute;
		top: 0;
		left: 0;
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-image:url("../img/common/bg_tab.png") ;
		background-size:cover;
		background-position: center;
	}
}
@media screen and (min-width: 1080px) {
	.parallax_content { height: 300px; overflow: hidden; position: relative; }	
	.parallax_content::before {
		position: absolute;
		top: 0;
		left: 0;
		content:"";
		display: flex;
		height: 100%;
		padding: 100%;
		justify-content: center;
		align-items: center;
		background-image: url("../img/common/bg.png") ;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (max-width: 599px) {		
	.inCopy { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 80%; }
	.inCopy h4 { color: #fff; text-align: center; margin-bottom: 10px; font-size: 0.9rem; font-weight: bold; }
	.inCopy p { color: #fff; text-align: center; margin-bottom: 0; font-size: 0.7rem;  }
}
@media screen and (min-width: 600px) {	
	.inCopy { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; }
	.inCopy h4 { color: #fff; text-align: center; margin-bottom: 10px; font-size: 1.3rem; font-weight: bold; }
	.inCopy p { color: #fff; text-align: center; margin-bottom: 0; font-size: 1.0rem;  }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	.inCopy { width: 80%; margin: 0 auto; }
	.inCopy h4 { font-size: 1.0rem; }
	.inCopy p { font-size: 0.75rem;  }
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	.inCopy { width: 80%; margin: 0 auto; }
	.inCopy h4 { font-size: 1.1rem; }
	.inCopy p { font-size: 0.8rem;  }
}
@media screen and (min-width: 1080px) and (max-width: 1179px)  {
	.inCopy h4 { font-size: 1.15rem; }
	.inCopy p { font-size: 0.85rem;  }
}
@media screen and (min-width: 1180px) and (max-width: 1279px)  {
	.inCopy h4 { font-size: 1.2rem; }
	.inCopy p { font-size: 0.9rem;  }
}
@media screen and (min-width: 1280px) and (max-width: 1379px)  {
	.inCopy h4 { font-size: 1.25rem; }
	.inCopy p { font-size: 0.95rem;  }
}
@media screen and (min-width: 1380px) {
}
/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	footer { background:#fffaf1; border-top: 1px solid #fde290;}
	footer .in { color:#000; padding: 6% 0; }
	footer .in .fLogo .xlarge { text-align: center; font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; }
	footer .in p { text-align: center; font-size: 0.9rem; line-height: 1.5; }
}
@media screen and (min-width: 666px) {	
	footer { background:#fffaf1; border-top: 1px solid #fde290; }
	footer .in { color:#000; padding:30px 0; }
	footer .in .fLogo .xlarge { text-align: center; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px; }
	footer .in p { text-align: center; font-size: 0.9rem; color: #000; }
}

/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#copyright { background:#fdf7da; text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; border-top: 1px solid #fde290; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#fdf7da;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; border-top: 1px solid #fde290; }
}
/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: var(--sub-color); }
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#999; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 599px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:5px; bottom:60px; opacity:0.8; z-index: 999; border-radius: 20px; text-align: center; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:140px; opacity:0.8; z-index: 999; border-radius: 25px; text-align: center; }
}
@media screen and (min-width: 1080px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:140px; opacity:0.8; z-index: 999; border-radius: 25px; text-align: center; }
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.box_link_btn a { color:#2991d6; width:80%; height:30px; line-height:30px; border:#2991d6 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 12px;}
	.box_link_btn a:link    { color:#2991d6; text-decoration: none; }
	.box_link_btn a:visited { color:#2991d6; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#2991d6; }
	.box_link_btn a:active  { color:#2991d6; text-decoration: none; } 
}
@media screen and (min-width: 600px) {
	.box_link_btn a { color:#2991d6; width:40%; height:35px; line-height:35px; border:#2991d6 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 30%; background:#fff; font-size: 13px;}
	.box_link_btn a:link    { color:#2991d6; text-decoration: none; }
	.box_link_btn a:visited { color:#2991d6; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#2991d6; }
	.box_link_btn a:active  { color:#2991d6; text-decoration: none; }
	
	.box_link_btn_L a { margin: 0 0;}
	
	.box_link_btn_300 a { width: 300px; margin: 0 auto;}
	.box_link_btn_80 a { width: 80%; margin: 0 auto;}
	.box_link_btn_200 a { width: 200px; margin: 0 auto; height:30px; line-height: 30px; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.box_link_btn a { width: 80%;}
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.grd-btn a {
		width: 80%;
		margin: 0 10%;
		position: relative;
		display: inline-block;
		font-size: 0.8rem;
		/* font-weight: bold; */
		line-height: 35px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: #f83600;
		background: -moz-linear-gradient(left, #f83600 0%, #f9d423 100%);
		background: -webkit-linear-gradient(left, #f83600 0%,#f9d423 100%);
		background: linear-gradient(to right, #f83600 0%,#f9d423 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: rgb(255,214,94); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
	}
	.grd-btn a:hover{ letter-spacing: 3px } 
	.grd-btn a:hover:after{ width: 20px; } 
}
@media screen and (min-width: 600px) {	
	.grd-btn a {
		position: relative;
		display: inline-block;
		margin: 0 auto 0;
		width: 320px;
		font-size: 1.0rem;
		/* font-weight: bold; */
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: #f83600;
		background: -moz-linear-gradient(left, #f83600 0%, #f9d423 100%);
		background: -webkit-linear-gradient(left, #f83600 0%,#f9d423 100%);
		background: linear-gradient(to right, #f83600 0%,#f9d423 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: rgb(255,214,94); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
	}
	.grd-btn a:hover{ letter-spacing: 3px } 
	.grd-btn a:hover:after{ width: 20px; } 
}
@media screen and (min-width: 768px) and (max-width: 1181px) {
	.grd-btn a { width: 240px; line-height: 40px; font-size: 0.9rem; }
}
/*-- text-shadow ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.tShadow {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), 2px 0px 2px rgba(0,0,0,0.7), -2px -0px 2px rgba(0,0,0,0.7), 0px 2px 2px rgba(0,0,0,0.7), 0px -2px 2px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	}
}
@media screen and (min-width: 600px) {
	.tShadow {
		text-shadow: 3px 3px 3px rgba(0,0,0,0.7), -3px -3px 3px rgba(0,0,0,0.7), -3px 3px 3px rgba(0,0,0,0.7), 3px -3px 3px rgba(0,0,0,0.7), 3px 0px 3px rgba(0,0,0,0.7), -3px -0px 3px rgba(0,0,0,0.7), 0px 3px 3px rgba(0,0,0,0.7), 0px -3px 3px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	}	
}
/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 0px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 6px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}
@media screen and (min-width: 600px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 0px; max-height: 90vh; }
	.scroll::-webkit-scrollbar { width: 10px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}

/*-- Fesearch ------------------------------------------------------------*/
.feas-submit-button {
	background-color: #2e2e2e;
	border: 1px solid #2e2e2e;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	height: 40px;
	line-height: 25px;
	transition: .3s;
	width: 100%;
}
.feas-submit-button:hover {
  background-color: transparent;
  border:1px solid #2e2e2e;
  color: #2e2e2e;
}

input[type="reset"] { font-size: 13px; margin-bottom: 10px; text-align: center; border: none; }
input[type="reset"]:hover { text-decoration: underline; opacity: 0.7; }
@media screen and (max-width: 599px) {
	.toggleWrapper .toggleContent { display: flex; flex-direction: column; font-size: 0.8rem; padding-bottom: 10px; }
	.toggleWrapper .toggleContent input[type="checkbox"] { margin-right: 10px; }
	#content section h4.searchTtl { background: #f4f4f4;  padding: 10px 20px; font-size: 1.0rem; margin-bottom: 20px; font-weight: normal;}
	
	input[type="reset"] { background: none; }
	.spWrap { display: flex; justify-content: center;}
	
	input[type=submit]{
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type=submit]::-webkit-search-decoration {
	  display: none;
	}
	input[type=submit]::focus{
	  outline-offset: -2px;
	}
}
@media screen and (min-width: 600px) {
	.toggleWrapper .toggleContent { display: flex; flex-direction: column; font-size: 0.8rem; padding-bottom: 10px; overflow-y: scroll; height: 100px; margin-bottom: 20px; }
	.toggleWrapper .toggleContent input[type="checkbox"] { margin-right: 10px; }
	#content section h4.searchTtl { background: #f4f4f4;  padding: 10px 20px; font-size: 1.0rem; margin-bottom: 20px; font-weight: normal;}
}

/*-- list indent ------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}


/*-- arrow list ------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; font-weight:bold; font-size:1.0em; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

.arrow-button a {
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	background: #d6f8f9;
	padding: 5px 40px 5px 20px;
	font-size: 0.9rem;
}
.arrow-button a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50%);
	left: 90%;
	width: 40px;
	height: 5px;
	border: none;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	transform: skew(45deg);
	transition: .3s;
}
.arrow-button a:hover::after {
	position: absolute;
	top: calc(50%);
	left: 90%;
	width: 60px;
	height: 5px;
}

@media screen and (max-width: 599px) {
	.arrow-button a { font-size: 0.8rem; }
}
/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落 ------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:40px !important; }
.single_section strong { font-size: 1.2rem; }

/*--wordpress投稿　AUTO SITEMAP ------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }

/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter { display: block; margin: 0 auto;}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #ccc !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #fff !important; }
#pager a { color: #333 !important;  }
#pager .pages, #pager .current { background: #dedede !important;}
#pager a.page { border: 1px solid #dedede; }

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.flash1{ animation: Flash1 1.0s infinite; }
@keyframes Flash1{ 50%{ opacity: 0.5; }}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !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; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !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; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}

.under {text-decoration:underline; border-color:#666;}

.marker { background:linear-gradient(transparent 60%, #ff6 60%); }

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*-- clearfix ------------------------------------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- loading ------------------------------------------------------------*/
#loading{ position: absolute; left: 45%; top: 40%; }
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 8888; }
body{ background-color: #fff; }
@media screen and (max-width: 767px) { 
	#loading{ position: absolute; left: 45%; top: 40%; }
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{ position: absolute; left: 45%; top: 40%;}
	#loading img { width:50px; }
}
@media screen and (min-width: 961px) {
	#loading{ position: absolute; left: 48%; top: 40%;}
	#loading img { width:60px; }
}



