@charset "utf-8";
/* ////////////////////
///////////////////////
//
// Develp
//
///////////////////////
//////////////////// */
/* ====================
- Password
==================== */
span#protected{ font-size: 0.6rem; color: #dfdfdf; }
/* ////////////////////
///////////////////////
//
// LP
//
///////////////////////
//////////////////// */
/* ====================
- Base
==================== */
body{ font-size: 16px; /*line-height: 1.6em;*/ font-family: sans-serif; /*background-color: #F2F0E6;*/ background-color: #fff; font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; }
@media screen and (max-width: 580px) {
body{ font-size: 16px; }
}
/*
@media screen and (max-width: 1000px) {
	body{ width: 100%; margin-left: 0; margin-right: 0; font-size: 12px; }
}
*/
/* --------------------
- reset
-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; /*vertical-align: baseline;*/}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* --------------------
- anker
-------------------- */
a{ color: #333333; text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; outline: none; }
a:active{ outline: none; }
a:focus { outline: thin dotted; }
a.outlink { display: inline-block; position: relative; padding-right: 34px; }
a.outlink::before, a.outlink::after{ content: ''; display: inline-block; position: absolute; width: 14px; height: 10px; border: 1px solid #444; border-top: 2px solid #444; background-color: #fff; }
a.outlink::before { top: 3px; right: 12px; }
a.outlink::after { top: 0px; right: 8px; }
/* --------------------
- list
-------------------- */
ol,ul,li{list-style: none;}
/* --------------------
- table
-------------------- */
table {border-collapse: collapse;border-spacing: 0;}
caption,th,td {font-weight: normal;text-align: left;}

/* --------------------
- sub
-------------------- */
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
/* --------------------
- media
-------------------- */
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;}
/* --------------------
- img
-------------------- */
img {border: 0; /*-ms-interpolation-mode: bicubic;*/ }
/* ====================
- Separate
==================== */
/* --------------------
- float
-------------------- */
.clearfix:after	{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix		{ display: inline-table; min-height: 1px; }
* html .clearfix{ height: 1px; }
.clearfix		{ display: block; }
.floatleft		{ float: left; }
.floatright		{ float: right; }
/* ------------------------------
- flex
------------------------------ */
/* side */
.flex{ display: flex; flex-direction: row; flex-wrap: wrap; }
/* option */
.flex.justify{ justify-content: space-between; }
/* option : 中央揃え */
.flex.vertical{ align-items: center; }
/* option : 横揃え */
.flex.align{ justify-content: center; }

.flex.end{ align-items: flex-end; }
/* justify-content: center; align-items: center; */
/* option : 改行なし */
.flex.nowrap{ flex-wrap: nowrap; }
/* 高さを揃えない */
.flex.start{ align-items: flex-start; }
/* 等間隔 */
.flex.between{ justify-content: space-between; }
/* 縦並び */
.flex.column{ flex-direction: column; }
/* --------------------
- flex : Block
-------------------- */
.flex .wp-block-group__inner-container{ display: flex; flex-direction: row; flex-wrap: wrap; }
/* ====================
- Style
==================== */
/* --------------------
- margin
-------------------- */
.sty-mgn-top-4px{ margin-top: 4px; }
.sty-mgn-top-6px{ margin-top: 6px; }
.sty-mgn-top-10px{ margin-top: 10px; }
.sty-mgn-top-20px{ margin-top: 20px; }
.sty-mgn-top-30px{ margin-top: 30px; }
.sty-mgn-top-40px{ margin-top: 40px; }
.sty-mgn-top-50px{ margin-top: 50px; }
.sty-mgn-top-60px{ margin-top: 60px; }
.sty-mgn-btm-4px{ margin-bottom: 4px; }
.sty-mgn-btm-6px{ margin-bottom: 6px; }
.sty-mgn-btm-10px{ margin-bottom: 10px; }
.sty-mgn-btm-20px{ margin-bottom: 20px; }
.sty-mgn-btm-30px{ margin-bottom: 30px; }
.sty-mgn-btm-40px{ margin-bottom: 40px; }
.sty-mgn-btm-50px{ margin-bottom: 50px; }
.sty-mgn-btm-60px{ margin-bottom: 60px; }
.sty-mgn-lft-6px{ margin-left: 6px; }
.sty-mgn-lft-10px{ margin-left: 10px; }
.sty-mgn-lft-20px{ margin-left: 20px; }
.sty-mgn-lft-30px{ margin-left: 30px; }
.sty-mgn-lft-40px{ margin-left: 40px; }
.sty-mgn-lft-50px{ margin-left: 50px; }
.sty-mgn-lft-120px{ margin-left: 120px; }
.sty-mgn-rgt-10px{ margin-right: 10px; }
.sty-mgn-rgt-20px{ margin-right: 20px; }
.sty-mgn-rgt-30px{ margin-right: 30px; }
.sty-mgn-rgt-40px{ margin-right: 40px; }
.sty-mgn-rgt-50px{ margin-right: 50px; }
.sty-pdn-10px{ padding: 10px; }
.sty-pdn-20px{ padding: 20px; }
.sty-pdn-top-10px{ padding-top: 10px; }
.sty-pdn-top-20px{ padding-top: 20px; }
.sty-pdn-top-30px{ padding-top: 30px; }
.sty-pdn-top-40px{ padding-top: 40px; }
.sty-pdn-top-50px{ padding-top: 50px; }
.sty-pdn-btm-10px{ padding-bottom: 10px; }
.sty-pdn-btm-20px{ padding-bottom: 20px; }
.sty-pdn-btm-30px{ padding-bottom: 30px; }
.sty-pdn-btm-40px{ padding-bottom: 40px; }
.sty-pdn-btm-50px{ padding-bottom: 50px; }
.sty-pdn-lft-10px{ padding-left: 10px; }
.sty-pdn-lft-20px{ padding-left: 20px; }
.sty-pdn-lft-30px{ padding-left: 30px; }
.sty-pdn-lft-40px{ padding-left: 40px; }
.sty-pdn-lft-50px{ padding-left: 50px; }
.sty-pdn-rgt-10px{ padding-right: 10px; }
.sty-pdn-rgt-20px{ padding-right: 20px; }
.sty-pdn-rgt-30px{ padding-right: 30px; }
.sty-pdn-rgt-40px{ padding-right: 40px; }
.sty-pdn-rgt-50px{ padding-right: 50px; }
/* --------------------
- width
-------------------- */
.maxw1000{ max-width: 1000px; margin-left: auto; margin-right: auto; }
.w100per{ width: 100%; }
.w50per{ width: 50%; }
.w33per{ width: 33.3%; }
@media screen and (max-width: 580px) {
.maxw1000{ margin-left: 6px; margin-right: 6px; }
}
/* --------------------
- context
-------------------- */
.sty-context.titleblue h2{ font-family: 'M PLUS Rounded 1c', 'Open Sans Condensed', sans-serif; font-weight: normal; color: #228fe2; width: 100%; font-size: 1.25rem; margin-bottom: 6px; }
/* --------------------
- button
-------------------- */
.sty-btn.center{ text-align: center; }
.sty-btn a{ display: inline-block; position: relative; padding: 6px 34px 4px 10px; text-decoration: none; }
.sty-btn.out a{ display: inline-block; position: relative; padding: 6px 10px 4px 10px; }
.sty-btn.blue a{ color: #0F6AA3; }
.sty-btn.blue a{ border: 1px solid #0F6AA3; }
/* icon */
.sty-btn.leftarrow.blue a::before { position: absolute; content: ''; width: 17px; height: 17px; background: #0F6AA3; border-radius: 50%;
 top: 42%; right: 6px; margin-top: -7px; /*2px solid #f2f4f4;*/ }
.sty-btn.leftarrow.blue a::after { position: absolute; content: ''; width: 4px; height: 4px; border-top: solid 2px #fff; border-right: solid 1px #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 44%; right: 12px; margin-top: -1px; }
.sty-btn.out.blue a::after { content: ''; display: inline-block; background-image: url(/wp-content/uploads/icon-outlink-blue.svg); background-size: cover; background-repeat: no-repeat; vertical-align: -2px; width: 18px; height: 18px; }
/* lightblue */
.sty-btn.lightblue a{ color: #0082F0; color: #019ED6; padding: 6px 30px 4px 10px; background-color: #E6F0FF; background-color: rgba(1, 158, 214,0.2); }
.sty-btn.lightblue.border a{ border: 1px solid #0082F0; }
.sty-btn.round a{ border-radius: 20px; }
.sty-btn.round.slim{ border-radius: 20px; }
.sty-btn.lightblue a::after { position: absolute; content: ''; width: 8px; height: 8px; border-top: solid 2px #0082F0; border-right: solid 2px #0082F0; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 36%; right: 12px; }
@media screen and (max-width: 580px) {
.sty-btn a{ font-size: 0.875rem; }
.sty-btn.out.blue a::after { width: 16px; height: 16px; }
}
/* --------------------
- icon
-------------------- */
.sty-icon-list a::after{ content: ''; display: inline-block; width: 30px; height: 30px; vertical-align: top; margin-left: 6px; background-image: url(./images/icon-list.svg); background-repeat: no-repeat; background-position: 0 0; }
.sty-icon-list.small a::after{ width: 20px; height: 20px; }
/* --------------------
- background-color
-------------------- */
.sty-bgc-cream{ background-color: #FAF8F5; }
.sty-bgc-blue{ background-color: #0F6AA3; background-color: #019ED6; }
.sty-bdc-blue{ border-color: #116cb8; }
.sty-clr-blue{ color: #116cb8; }
/* ====================
- Font
==================== */
/* --------------------
- 
-------------------- */
.sty-fnt-red{ color: red; font-weight: bold; }
.sty-fnt-blue{ color: #163A7C; font-weight: bold; }
.sty-fnt-ymarker{ font-weight: bold; background: linear-gradient(transparent 60%, #ffff66 60%); }
/* --------------------
- text
-------------------- */
.sty-txt-algn-center{ text-align: center; }
.sty-txt-suggestion{ font-size: 1rem; color: #0F6AA3; font-weight: bold; }
.sty-txt-underline{ font-weight: bold; background: linear-gradient(transparent 60%, #ffff66 60%); }
/* ====================
- Arrow
==================== */
/* --------------------
- 右矢印丸囲い
-------------------- */
.sty-arw-rgt-01{ display: inline-block; position: relative; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; vertical-align: middle; }
.sty-arw-rgt-01 .arrow1{ position: absolute; vertical-align: middle; top: 0; bottom: 0; right: 6px; margin: auto; width: 10px; height: 2px; }
.sty-arw-rgt-01 .arrow2{ position: absolute; vertical-align: middle; top: 0; bottom: 0; right: 6px; margin: auto; width: 5px; height: 5px; border-top-style: solid; border-top-width: 2px; border-right-style: solid; border-right-width: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
/* 右矢印丸囲い */
.sty-arw-dwn-01{ display: inline-block; position: relative; width: 40px; height: 40px; border-radius: 10%; background-color: #fff; border-style: solid; border-width: 2px; font-size: 0.56rem; text-align: center; }
.sty-arw-dwn-01 .arrow1{ position: absolute; vertical-align: middle; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 10px; height: 2px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.sty-arw-dwn-01 .arrow2{ position: absolute; vertical-align: middle; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 5px; height: 5px; border-top-style: solid; border-top-width: 2px; border-right-style: solid; border-right-width: 2px; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.on.hide .sty-arw-dwn-01 .arrow2{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
/* --------------------
- contact
-------------------- */
.sty-button-contact{ text-align: center; }
.sty-button-contact .inner{ display: inline-block; text-align: left; background-color: #1D2737; color: #ffffff; padding: 14px 14px; border-radius: 6px; }
.sty-button-contact .inner a.form{ display: inline-block; margin-bottom: 14px; color: #ffffff; text-decoration: none; background-color: #293343; padding: 10px 14px 8px 10px; border-radius: 6px; }
.sty-button-contact .inner .form::after{ content: ''; display: inline-block; width: 8px; height: 8px; border-top: solid 3px #fff; border-right: solid 3px #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); vertical-align: 1px; margin-left: 6px; }
.sty-button-contact .inner .comment{ font-size: 0.75rem; }
.sty-button-contact .inner a.tel{ color: #ffffff; text-decoration: none; margin-left: 12px; }
.sty-button-contact .inner .tel img{ width: 20px; margin-right: 6px; }


/* ====================
- Style
==================== */
/* --------------------
- instagram
-------------------- */
.sty-insta3line{ margin-top: 10px; }
.sty-insta3line .wp-block-group__inner-container{ display: flex; flex-direction: row; flex-wrap: wrap; margin-left: 0 !important; }
/* ////////////////////
///////////////////////
//
// COMMON
//
///////////////////////
//////////////////// */
/* ====================
= header
==================== */
header{ position: fixed; position: sticky; z-index: 10; top: 0; left: 0; width: 100%; /*min-width: 1000px;*/ /*padding: 6px 0;*/ background-color: #ffffff; border-bottom: 1px solid #dfdfdf; }
header .pc{ display: block; }
header .sp{ display: none; }
header .inner{ position: relative; margin: 0 auto; transition: height 0.4s; }
/* top */
/*header .top{ height: 40px; }*/
/* bottom */
header .bottom{ border-bottom: 1px solid #dfdfdf; transition: all 100ms; -webkit-transition: all 100ms; -moz-transition: all 100ms;
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 80%, rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 80%, rgba(248,248,248,1) 100%);
}
header .bottom.open{ height: 82px; }
header.scroll .bottom.open{ height: 72px; }
header .bottom ul{ display: width; width: 100%; }
header .bottom li{ position: relative; font-size: 0.875rem; height: 40px; text-align: center; }
header.scroll .bottom li{ height: 30px; }
header .bottom li:hover{ background-color: #ffffff; }
header .bottom li::after{ position: absolute; bottom: 4px; right: 0; content: ''; display: inline-block; height: 34px; width: 0px; border-left: 1px solid #ffffff; border-right: 1px solid #dfdfdf; }
header.scroll .bottom li::after{ height: 26px; }
header .bottom li a{ display: block; color: #0F6AA3; color: #000; cursor: pointer; width: 100%; line-height: 40px; }
header .bottom li span{ display: block; color: #0F6AA3; color: #000; cursor: pointer; width: 100%; line-height: 40px; }
/* first */
header .bottom .first{ width: 100%; }
header .bottom .first li{ width: 20%; }
/* second */
header .bottom .second{ position: absolute; width: 100%; top: 0; background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 80%, rgba(246,246,246,1) 100%); z-index: 1; transition: all 100ms; -webkit-transition: all 100ms; -moz-transition: all 100ms; }
header .bottom.open .second{ top: 40px; }
header .bottom .second ul{ display: none; }
header .bottom .second ul.open{ display: flex; }
/* h1 */
header h1{ font-size: 1rem; text-align: center; font-weight: normal; height: 50px; padding-top: 2px; padding-bottom: 2px; transition: all 100ms; -webkit-transition: all 100ms; -moz-transition: all 100ms; }
/*
header.scroll h1{ height: 30px; }
*/
header h1 a{ height: 100%; margin-left: -24px; }
header h1 img{ height: 100%; }
@media screen and (max-width: 580px) {
	header .pc{ display: none; }
	header .sp{ display: block; }
	header h1{ height: 36px; padding: 6px 0; }
/*
	header.scroll h1{ height: 30px; }
*/
}
/* --------------------
- Logo
-------------------- */
header .logo-ww{ position: absolute; top: 4px; right: 4px; height: 80%; }
header .logo-ww a{ display: inline-block; height: 100%; vertical-align: top; }
header .logo-ww img{ height: 100%; max-width: 100px; }
@media screen and (max-width: 580px) {
	header .logo-ww { top: 10px; height: 14px; }
/*
	header.scroll .logo-ww { top: 8px; }
*/
}
/* --------------------
- Menu
CSS3アニメーションを使ったトグルのメニューボタン
http://sterfield.co.jp/designer/最近見かけるcss3アニメーションを使ったトグルの.html
-------------------- */
header #menubutton { position: absolute; left: 8px; top: 10px; transition: margin-right 400ms ease 0ms; width: 22px; height: 20px; cursor: pointer; }
/*
header.scroll #menubutton { top: 8px; }
*/
header #menubutton .button span{ display: block; background-color: #000; width: 20px; height: 2px; position: absolute; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; }
header #menubutton .button span:first-child { top: 4px; }
header #menubutton .button span:last-child { top: 12px; }
/* Active */
header #menubutton.active .button span:first-child { -webkit-transform: translateX(-3px) translateY(3px) rotate(45deg); -moz-transform: translateX(-3px) translateY(3px) rotate(45deg); -ms-transform: translateX(-3px) translateY(3px) rotate(45deg); transform: translateX(-3px) translateY(3px) rotate(45deg); }
header #menubutton.active .button span:last-child { -webkit-transform: translateX(-4px) translateY(-5px) rotate(-45deg); -moz-transform: translateX(-4px) translateY(-5px) rotate(-45deg); -ms-transform: translateX(-4px) translateY(-5px) rotate(-45deg); transform: translateX(-4px) translateY(-5px) rotate(-45deg); }
/*
header #menubutton.active .text::before{ content: 'クローズ'; }
*/
@media screen and (max-width: 1000px) {
/*	header #menubutton .button { left: 12px; }*/
}
@media screen and (max-width: 580px) {
	header #menubutton { top: 14px; }
}
/* ====================
- menuboard
==================== */
#menuboard{ display: block; height: 0; opacity: 0; overflow: scroll; position: relative; position: absolute; top: 60px; left: 0; z-index: 2; width: 100%; background-color: #efefef; -webkit-transition: .6s ease; transition: .6s ease; -webkit-transition-property: opacity,height; transition-property: opacity,height; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
@media screen and (max-width: 1000px) {
	#menuboard{ top: 40px; }
}
#menuboard.active{ display: block; }
#menuboard .inner{ width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; }
#menuboard .block{ margin: 20px; padding: 20px; border-bottom: 1px solid #cacaca; }
#menuboard .label{ font-size: 1.2rem; font-weight: bold; margin-bottom: 6px; }
/* search */
#menuboard input[type=text]{ float: left; color: #333; height: 49px; line-height: 30px; font-size: 1rem; background-color: #fff; border-top: 1px solid #e5e5e5; border-right: none; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-radius: 3px 0 0 3px; outline: 0; padding: 0 0 0 20px; width: calc(100% - 112px); -webkit-appearance: none; appearance: none; }
#menuboard button{ position: relative; float: left; background-color: rgba(15,184,252,1); border: 1px solid rgba(15,184,252,1); border-radius: 0 3px 3px 0; height: 50px; outline: 0; width: 80px; cursor: pointer; }
#menuboard button:hover{ background-color: #087cc3; }
#menuboard button span{ position: absolute; display: block; top: 8px; left: 20px; width: 16px; height: 16px; border-radius: 50%; border: 6px solid rgb(255, 255, 255); }
#menuboard button span::after { position: absolute; display: block; content: ""; top: 16px; left: 14px; width: 14px; height: 7px; border-radius: 2px; background: rgb(255, 255, 255); transform: rotate(45deg); }
/* menu */
#menuboard .menu ul li{ margin-top: 10px; margin-bottom: 6px; }
#menuboard .menu ul li.first{ border-bottom: 1px dashed #ccc; }
#menuboard .menu ul li a{ font-size: 1.0rem; }
#menuboard .menu ul li span{ font-size: 0.75rem; }
/* ====================
- inPageNavs
==================== */
#inPageNavs ul{ display: block; position: fixed; opacity: 0; right: 4px; bottom: -160px; widows: 35px; z-index: 1000; 
-webkit-transition: opacity 300ms, bottom 300ms ease 50ms;
-moz-transition: opacity 300ms, bottom 300ms ease 50ms;
-ms-transition: opacity 300ms, bottom 300ms ease 50ms;
-o-transition: opacity 300ms, bottom 300ms ease 50ms;
transition: opacity 300ms, bottom 300ms ease 50ms;
}
#inPageNavs ul.opacity{ opacity: 1; bottom: 40px; }
#inPageNavs ul .nav_item { margin: 14px 0 0 0; padding: 0; list-style: none; }
#inPageNavs ul .nav_item:first-child { margin-top: 0; }
#inPageNavs ul a { position: relative; overflow: hidden; display: block; width: 35px; height: 35px; text-align: center; line-height: 35px; color: #fff; background: #333; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; cursor: pointer; }
#inPageNavs ul a.arrow::after { position: absolute; content: ''; width: 10px; height: 10px; border-top: solid 4px #fff; border-right: solid 4px #fff; top: 10px; left: 10px; border-radius: 2px; }
#inPageNavs ul a.top::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#inPageNavs ul a.bottom::after { -webkit-transform: rotate(135deg); transform: rotate(135deg); }
#inPageNavs ul a.list{ font-size: 1rem; font-weight: bold; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); text-decoration: none; }

#inPageNavTableContents ol { position: fixed; display: none; right: 60px; bottom: 20px; width: 250px; }
#inPageNavTableContents ol.open {display: block; }
#inPageNavTableContents ol li{ /*list-style: inside decimal;*/ margin: 6px 0 0 0; color: #777; }
#inPageNavTableContents ol li a{ display: block; width: auto; height: auto; padding: 7px 10px; line-height: 150%; text-align: left; text-indent: 0; font-size: 0.75rem; color: #eee; text-decoration: none; background: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); }
#inPageNavTableContents ol li a.red{ color: #ff4444; }
#inPageNavTableContents ol li a.blue{ color: #66ccff; }
#inPageNavTableContents ol li span{ display: none; }
/* ====================
= Navigation
==================== */
#navigation{ position: fixed; bottom: -200px; transition: bottom 400ms ease 0s; z-index: 10; }
#navigation.on{ bottom: 0; padding: 6px 0 4px; }
#navigation.on.hide{ bottom: -60px; }
#navigation .inner{ /*padding-top: 4px; padding-bottom: 4px;*/ margin: 0 auto; }
/* left */
#navigation .left{ display: none; color: #fff; padding-left: 10px; padding-right: 50px; background-repeat: no-repeat; background-position: 0 0; }
#navigation .left .deck{ font-size: 0.875rem; font-weight: bold; }
#navigation .left .bottom{ font-size: 0.75rem; }
/* right */
#navigation .right{ margin-left:auto; margin-right: 60px; padding-right: 80px; padding-right: 60px; background-image: url(./images/illust-operator.svg); background-repeat: no-repeat; background-position: right 0; background-size: contain; }
#navigation .right .button{ display: inline-block; border: 2px solid #fff; padding: 12px 6px 10px 12px; border-radius: 10px; color: #fff; font-weight: bold; margin-right: 0; background-color: #217cb8; }
/* 矢印 */
#navigation .right .sty-arw-rgt-01{ margin-left: 5px; margin-bottom: 6px; }
/* toggle */
#navigation .toggle{ position: absolute; top: -10px; top: 0px; right: 4px; cursor: pointer; transition: top 400ms ease 400ms; }
#navigation.on.hide .toggle{ top: -30px; }
#navigation .toggle .open{ display: none; }
#navigation .toggle .close{ display: inline-block; }
#navigation.on.hide .toggle .open{ display: inline-block; }
#navigation.on.hide .toggle .close{ display: none; }
#navigation .sty-arw-dwn-01::after{ transition: all 400ms ease 400ms; }
#navigation.on.hide .sty-arw-dwn-01::after{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 580px) {
#navigation .left{ margin-bottom: 14px; }
#navigation .right{ margin-left: 10px; margin-right: 30px; margin-right: 0px; }
}
/* ====================
= footer
==================== */
footer{ width: 100%; background-color: #444444; color: #fff; }
footer .inner{ max-width: 700px; margin: 0 auto; padding-top: 40px; padding-bottom: 80px; }
footer .left{ width: 400px; color: #fff; }
footer .right{ width: calc(100% - 400px); color: #fff; }
footer a{ color: #fff; }
/* left */
footer .left p{ font-size: 0.75rem; }
footer .left .company{ margin-left: 20px; }
footer .left .company img{ height: 30px; margin-bottom: 4px; }
footer .left .contact{ margin-left: 20px; }
/* right */
footer .right ul li{ margin-top: 10px; margin-bottom: 6px; }
footer .right ul li.first{ border-bottom: 1px dashed #ccc; }
footer .right ul li a{ font-size: 0.875rem; }
footer .right ul li span{ font-size: 0.675rem; color: #dfdfdf; }
@media screen and (max-width: 1000px){
/*footer { min-width: 100%; }*/
}
@media screen and (max-width: 580px) {
footer{ min-width: 100%; }
footer .inner{ width: 100%; padding-bottom: 100px; }
footer .left{ width: 100%; }
footer .right{ margin-top: 10px; width: 100%; }
footer .left .company{ margin-left: 20px; }
footer .left .contact{ margin-left: 20px; }
footer .left .sns{ margin-left: 20px; }
footer .right ul.first{ margin-left: 20px; margin-right: 10px; }
}
/* ====================
= Page
==================== */
#page{ position: relative; }
#page.noscroll{ position: fixed; z-index: -1; width: 100%; height: 100%; right: 0; }
@media screen and (max-width: 580px) {}
/* --------------------
- Front Page
-------------------- */
#page.frontpage section{ margin-bottom: 40px; width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; }
/* ====================
= page
==================== */
article.page .header{ text-align: center; padding-top: 20px; }
article.page h1.title{ position: relative; display: inline-block; text-align: center; color: #333; font-size: 1.4rem; padding: 6px 12px 3px; border-radius: 2px; margin-bottom: 20px; border: 1px solid #bebebe; font-weight: 400; }
article.page h1.title span{ position: absolute; width: 14px; border-bottom: 1px solid #bebebe; top: 20px; }
article.page h1.title .left{ left: -10px; }
article.page h1.title .right{ right: -10px; }
@media screen and (max-width: 580px) {
}
/* ====================
= posts
==================== */
article.post{ width: 800px; margin-top: 40px; margin-left: auto; margin-right: auto; margin-bottom: 40px; }
/* header */
article.post .header{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: solid 1px #efefef; }
article.post .header h1{ font-size: 1.75rem; color: #273943; margin-bottom: 20px; }
article.post .header dl{ margin-bottom: 14px; }
article.post .header dh{ width: 80px; font-size: 0.875rem; color: #666666; }
article.post .header dl.cat dd{ font-size: 0.75rem; color: #ffffff; background-color: #0F6AA3; padding: 2px 10px 0; border-radius: 4px; }
article.post .header dl.cat a{ color: #ffffff; }
article.post .header dl.tag dd{ font-size: 0.75rem; }
article.post .header dl.tag dd span{ background-color: #dfdfdf; padding: 4px 10px 2px; border-radius: 4px; margin-left: 6px; }
article.post .header dl.tag dd span:first-child{ margin-left: 0; }
article.post .header dl.date dd{ font-size: 0.75rem; }
/* tag */
article.post h2{ margin-bottom: 20px; }
/* --------------------
- class
-------------------- */
/* main */
article.post .main{ margin-bottom: 26px; border-bottom: solid 1px #efefef; }
article.post .main figure{ overflow: hidden; max-height: 400px; display: flex; align-items: center; }
article.post .main figure img{ width: 100%; }
article.post .main .lead{ color: #273943; margin: 20px 0 20px; font-size: 1.125rem; line-height: 2.0rem; }
article.post .main .related{ background-color: #ffffff; border: 1px solid #273943; border-radius: 8px!important; margin-top: 1.6rem 0; padding: 16px 16px 20px 16px; }
article.post .main .related h2{ margin-bottom: 6px; }
article.post .main .related a{ color: #0F6AA3; }
article.post .main ul{ margin-top: 10px; margin-bottom: 20px; }
article.post .main li{ font-size: 1rem; line-height: 1.875rem; list-style: disc; margin-top: 6px; margin-left: 1.5rem; }
/* index */
article.post .index{ background-color: #F2F4F4; margin-bottom: 40px; padding: 10px 10px 10px 14px; }
article.post .index h2{ margin-bottom: 6px; display: inline; font-size: 1.0rem; line-height: 2.0rem; letter-spacing: 0.12rem; color: #220000; border-bottom: 1px dashed #c7c7c9; padding-bottom: 3px; }
article.post .index ul{ margin-top: 16px; margin-left: 10px; }
article.post .index li{ position: relative; background-color: #fff; margin-bottom: 3px; padding: 5px 5px 5px 18px; }
article.post .index li::before{ position: absolute; content: ''; width: 17px; height: 17px; background: #697b91; border-radius: 50%; top: 40%; left: -10px; margin-top: -7px; border: 2px solid #f2f4f4; }
article.post .index li::after{ position: absolute; content: ''; width: 4px; height: 4px; border-top: solid 1px #fff; border-right: solid 1px #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: 44%; left: -2px; margin-top: -1px; }
article.post .index a{ font-size: 1rem; color: #0F6AA3; }
/* caption */
article.post .caption{ font-size: 0.75rem; line-height: 1.125rem; color: #003956; }
/* section */
article.post section{ margin-bottom: 40px; }
article.post section{ margin-bottom: 40px; }
/*article.post section img{ width: 100%; }*/
/* figure */
article.post section figure.border{ border: 1px solid #003956; padding: 6px; }
/* .title h2 */
article.post section .h2group{ position: relative; }
article.post section .h2group::after{ content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; transition: 1.5s; opacity: 1; left: -80%; }
article.post section h2{ position: relative; z-index: 2; padding: 60px 0; margin-top: 2em; margin-bottom: 2em; }
/* h3 */
article.post section h3{ font-size: 1.5rem; line-height: 150%; font-weight: bold; text-indent: -0.6rem; margin-left: 0.6rem; border-bottom-width: 1px; border-bottom-style: dotted; margin-top: 40px; margin-bottom: 14px; }
article.post section h3::before{ content: ''; display: inline-block; height: 24px; width: 4px; margin-top: 6px; margin-bottom: 0px; margin-right: 6px; }
article.post section h3::after { content: ''; display: block; height: 1px; margin-bottom: 1px; border-bottom-width: 1px; border-bottom-style: dotted; }
/* h4 */
article.post section h4{ display: inline-block; min-width: 40%; font-size: 1.2rem; line-height: 1.6rem; font-weight: normal; margin-top: 16px; margin-bottom: 6px; padding: 4px 20px 3px 12px; border-radius: 3px; }
/* p */
article.post section p{ font-size: 1rem; line-height: 1.875rem; word-wrap: break-word; }
/* p */
article.post section ul{ margin-top: 10px; }
article.post section li{ font-size: 1rem; line-height: 1.875rem; list-style: disc; margin-top: 6px; margin-left: 1.5rem; }
/* Color */
article.post section.blue .h2group::after{ background: #e2f0ff; }
article.post section.blue h3{ color: #003956; border-bottom-color: #003956; }
article.post section.blue h3::before{ background-color: #003956; }
article.post section.blue h3::after { border-bottom-color: #003956; }
/* h4 2 patern */
article.post section.blue h4{ color: #ffffff; background: linear-gradient(180deg, rgba(30,125,164,1) 0%, rgba(30,125,164,1) 50%, rgba(30,95,125,1) 50%, rgba(30,75,101,1) 100%); }
article.post section.blue h4.square{ position: relative; padding-left: 26px; color: #003956; font-weight: bold; background: none; }
article.post section.blue h4.square::before{ content: ''; position: absolute; display: inline-block; height: 20px; width: 20px; background-color: #003956; /*padding: ;*/ top: 6px; left: 0; }
article.post section.blue h4.square::after{ content: ''; position: absolute; display: inline-block; width: 14px; height: 14px; margin-top: 6px; background-color: #003956; top: 2px; left: 2px; border: 1px solid #ffffff; }
/* mobile */
@media screen and (max-width: 580px) {
article.post{ width: 100%; /*width: calc(100% - 20px); margin-left: 10px; margin-right: 10px;*/ }
article.post .header{ margin-left: 10px; margin-right: 10px; }
article.post .header h1{ font-size: 1.25rem; line-height: 1.75rem; }
article.post .header dl{ margin-bottom: 8px; }
article.post .header dl.tag{ margin-bottom: 4px; }
article.post .header dh{ width: 70px; }
/*article.post .main .lead{ margin-left: 20px; margin-right: 20px; font-size: 1.0rem; line-height: 1.8rem; }*/
article.post .main .lead{ margin-left: 16px; margin-right: 16px; font-size: 0.875rem; line-height: 1.6rem; }
article.post .main .related{ margin-left: 6px; margin-right: 6px; }
article.post .main ul{ margin-left: 20px; margin-right: 20px; }
article.post .main li{ font-size: 0.875rem; line-height: 1.5rem; margin-left: 1.25rem; }
article.post .index{ margin-left: 20px; margin-right: 20px; }
article.post .index a{ font-size: 0.875rem; }
article.post section{ margin-left: 12px; margin-right: 12px; }
article.post section .h2group::after{ width: 140%; }
article.post section h2{ font-size: 1.25rem; }
article.post section h3{ font-size: 1.25rem; }
article.post section h4{ font-size: 1.0rem; }
article.post section p{ font-size: 0.875rem; line-height: 1.5rem; }
article.post section li{ font-size: 0.875rem; line-height: 1.5rem; margin-left: 1.25rem; }
}
/* --------------------
- class : news
-------------------- */
article.post.news .entry-content{ padding-left: 10px; padding-right: 6px; }
article.post.news .header dl { margin-bottom: 8px; }
/* ====================
= Archive
==================== */
article.archive #content{ padding-bottom: 20px; }
/* header */
article.archive .header { text-align: center; padding-top: 20px; }
article.archive h1.title { position: relative; display: inline-block; text-align: center; color: #333; font-size: 1.4rem; padding: 6px 12px 3px; border-radius: 2px; border: 1px solid #bebebe; font-weight: 400; }
article.archive h1.title span { position: absolute; width: 14px; border-bottom: 1px solid #bebebe; top: 20px; }
article.archive h1.title .left { left: -10px; }
article.archive h1.title .right { right: -10px; }
/* item */
article.archive .item{ position: relative; background-color: #f8f6f6; margin-top: 20px; padding-top: 100px; padding-bottom: 10px; border-bottom: 1px solid #f0eaea; }
article.archive.news .item{ padding-top: 10px; }
article.archive .item a { text-decoration: none; }
article.archive .item #calendar { position: absolute; top: 20px; right: 20px; z-index: 3; }
article.archive .item #calendar .calendar { margin: 0; padding-top: 0; float: none; }
article.archive .item .context { position: relative; z-index: 2; margin-left: 20px; margin-right: 20px; padding: 10px; background-color: #ffffff; }
article.archive .item h3 { font-size: 1.2rem; margin-bottom: 6px; }
article.archive .item .photo { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 180px; }
article.archive .item .photo img { width: 300px; transition: all 0.4s; }
article.archive .item p { font-size: 0.875rem; color: #333333; }
/*
article.archive .termlist li { margin-right: 4px; margin-bottom: 4px; }
article.archive .termlist span { font-size: 0.875rem; color: #666; background-color: #ffffff; padding: 2px 2px; }
*/
article.archive dl.category dd { font-size: 0.75rem; color: #ffffff; background-color: #0F6AA3; padding: 2px 10px 0; border-radius: 4px; }
article.archive dl{ margin-bottom: 14px; }
article.archive dl.tag dd { font-size: 0.75rem; }
article.archive dl.tag dd span { background-color: #dfdfdf; padding: 4px 10px 2px; border-radius: 4px; margin-left: 6px; }
article.archive dl.tag dd span:first-child { margin-left: 0; }
/* hover */
article.archive .item a:hover{ text-decoration: none; }
article.archive .item:hover .photo img{ width: 400px; }
/* calendar */
#calendar .calendar { margin: 2px 0px 8px 0; padding-top: 4px; float: right; width: 46px; text-align: center; color: #000; background: #ededef; background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); background: -moz-linear-gradient(top,  #ededef,  #ccc); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; position: relative; -moz-box-shadow: 0 2px 2px #888; -webkit-box-shadow: 0 2px 2px #888; box-shadow: 0 2px 2px #888; }
#calendar .calendar::before, #calendar .calendar:after { content: ''; float: left; position: absolute; top: 1px; width: 5px; height: 5px; background: #111; z-index: 1; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 1px 1px #fff; -webkit-box-shadow: 0 1px 1px #fff; box-shadow: 0 1px 1px #fff; }
#calendar .calendar::after { right: 8px; }
#calendar .calendar::before { left: 8px; }
#calendar .calendar .year { display: block; padding-top: 4px; color: #444; font: normal 8px/8px Arial, Helvetica, sans-serif; }
#calendar .calendar .day { display: block; font: bold 14px/16px Arial, Helvetica, sans-serif; color: #000; text-shadow: #fff 0 1px 0; }
/* calendar : em */
#calendar .calendar em { display: block; font: normal normal 10px/18px Arial, Helvetica, sans-serif; color: #fff; text-shadow: #00365a 0 -1px 0; background: #04599a; background: -webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); background: -moz-linear-gradient(top,  #04599a,  #00365a); -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; border-top: 0.2px solid #00365a; box-shadow: 0px 2px 6px #00365a; }
#calendar .calendar em:before, #calendar .calendar em::after { content: ''; float: left; position: absolute; top: -4px; width: 3px; height: 8px; background: #dadada; background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); background: -moz-linear-gradient(top,  #f1f1f1,  #aaa); z-index: 2; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
#calendar .calendar em::before { left: 9px; }
#calendar .calendar em::after { right: 9px; }
/* ////////////////////
///////////////////////
//
// CONTENTS
//
///////////////////////
//////////////////// */
/* ====================
= Block Editor
==================== */
/* --------------------
- lpmain
-------------------- */
.lpmain{ margin-top: 20px; }
.lpmain .title{ text-align: center; }
.lpmain .title .sty-fnt-small{ font-size: 0.875rem; }
.lpmain figure.title{ width: 33%; margin-left: 20px; margin-bottom: 10px; }
.lpmain figure.title img{ width: 100%; height: auto; }
/* 左右バランス */
.lpmain .left{ width: 33.3%; padding: 10px 20px; z-index: 2; background-color: rgba(255,255,255,0.7); border-radius: 6px; }
.lpmain .label{ font-size: 1.25rem; margin-bottom: 6px; }
.lpmain .left p{ font-size: 0.875rem; line-height: 1.75rem; line-height: 1.5rem; margin-bottom: 20px; }
.lpmain .right{ width: 66.6%;
/* 左右バランス */
margin-left: -40px !important; margin-top: -30px;
}
/* Bottom */
.lpmain .bottom div:nth-child(n + 2) { margin-left: 10px; }
@media screen and (max-width: 580px) {
.lpmain figure.title { width: 80%; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.lpmain .left{ width: 100%; padding: 0 6px 20px; }
.lpmain .right{ width: 100%; margin-top: -10px; }
.lpmain .label{ font-size: 1.0rem; margin-bottom: 2px; }
.lpmain .left p{ margin-bottom: 10px; }
.lpmain .bottom div:nth-child(n + 2) { margin-left: 10px; }
}
@media (min-width: 782px){
.lpmain .wp-block-column.flex-side { margin-left: 0;}
}
/* --------------------
- smallslide
-------------------- */
.lpmain .smallslide{ display: flex; flex-wrap: wrap; position: relative; overflow: hidden; width: 100%; height: 200px; height: 260px; padding: 0; margin: 0; }
.lpmain .smallslide figure{ position: absolute; width: 100% !important; height: auto; }
.lpmain .smallslide figure{ opacity: 0; transition: opacity 2000ms ease; }
.lpmain .smallslide figure.active{ opacity: 1; transition: opacity 2000ms ease; }
.lpmain .smallslide figure img{ max-width: 100%; }
/* --------------------
- blk2clumn
-------------------- */
.blk2clumn{ padding-top: 20px; padding-bottom: 20px; }
.blk2clumn .wp-block-group__inner-container{ margin-left: auto; margin-right: auto; padding: 10px; border-radius: 6px; }
.blk2clumn .title{ text-align: center; font-size: 1.45rem; margin-top: 20px; margin-bottom: 20px; }
.blk2clumn .left{ width: 60%; }
.blk2clumn .left figure{ margin: 0; }
.blk2clumn .left img{ width: 100%; height: auto; vertical-align: top; }
.blk2clumn .right{ width: calc(40%); }
.blk2clumn .right .wp-block-group__inner-container{ margin-left: -40px; background-color: rgba(255,255,255,0.8); margin-top: 10px; }
.blk2clumn .right .label{ font-family: 'M PLUS Rounded 1c', 'Open Sans Condensed', sans-serif; font-weight: normal; color: #228fe2; width: 100%; font-size: 1.25rem; margin-bottom: 6px; }
.blk2clumn .right .sentence{ font-family: 'M PLUS Rounded 1c', 'Open Sans Condensed', sans-serif; font-size: 0.875rem; line-height: 1.5rem; }
@media screen and (max-width: 580px) {
.blk2clumn .left{ width: 100%; }
.blk2clumn .right{ width: 100%; }
.blk2clumn .right .wp-block-group__inner-container{ margin-left: 20px; margin-right: 20px; margin-top: -80px;}
}
/* --------------------
- lp3clumn
-------------------- */
.lp3clumn{ margin-top: 20px; }
.lp3clumn .title{ text-align: center; font-size: 1.45rem; margin-top: 20px; margin-bottom: 10px; }
.lp3clumn .wp-block-columns{ padding: 20px 20px; }
.lp3clumn .label{ text-align: center; width: 100%; font-size: 1.25rem; text-align: center; margin-bottom: 10px; }
.lp3clumn figure{ overflow: hidden; width: 100%; /*height: 200px;*/ text-align: center; margin-bottom: 10px; }
.lp3clumn figure img{ height: auto; width: 100%; max-width: initial; }
.lp3clumn .context{ font-size: 0.875rem; }

.lp3clumn .clumn3{ padding: 10px 20px 20px; }
.lp3clumn .clumn3 .item{ width: 33%; }
.lp3clumn .clumn3 .item .wp-block-group__inner-container{ background-color: #fff; padding: 10px 10px 6px; border-radius: 10px; margin-left: 10px; margin-right: 10px; }
.lp3clumn .clumn3 .comment{ font-size: 0.875rem; }
@media screen and (max-width: 580px) {
.lp3clumn .clumn3{ padding-left: 10px; padding-right: 10px; }
.lp3clumn .clumn3 .item .wp-block-group__inner-container { margin-left: 0; margin-right: 0; }
.lp3clumn .title { margin-top: 40px; }
.lp3clumn .clumn3 .item{ width: 100%; margin-bottom: 20px; }
.lp3clumn figure img{ max-width: 100%; }
}
/* --------------------
- lpstrengths
-------------------- */
.lpfeature{ padding-top: 20px; padding-bottom: 20px; }
.lpfeature .wp-block-group__inner-container{ max-width: 700px; margin-left: auto; margin-right: auto; background-color: #ffffff; padding: 10px; border-radius: 6px; }
.lpfeature .title{ width: 200px; text-align: center; font-size: 1.45rem; margin-top: 20px; margin-bottom: 20px; }
.lpfeature .left{ width: 200px; }
.lpfeature .left figure{ margin: 0; }
.lpfeature .left img{ width: 100%; height: auto; vertical-align: top; }
.lpfeature .right{ width: calc(100% - 200px); }
.lpfeature .right .wp-block-group__inner-container{margin-left: 10px; }
.lpfeature .label{ width: 100%; font-size: 1.25rem; margin-bottom: 6px; }
.lpfeature .right p { font-size: 0.875rem; line-height: 1.75rem; }
.lpfeature .bottom{ margin-left: 40px; }
.lpfeature p.comment{ margin-top: 6px; font-size: 0.875rem; line-height: 1.25rem; text-indent: -1.15rem; margin-left: 1.275rem; }
@media screen and (max-width: 580px) {
.lpfeature{ max-width: auto !important; }
.lpfeature .wp-block-group__inner-container{ margin: 0 10px; padding: 10px 0; }
.lpfeature .title{ width: 100%; margin-bottom: 0; }
.lpfeature .left{ width: 100%; }
.lpfeature .left figure{ width: 100%; text-align: center; margin-bottom: 10px; }
.lpfeature .left img{ width: auto; height: 140px; }
.lpfeature .right{ width: calc(100%); }
.lpfeature .right .wp-block-group__inner-container{ margin-left: 0; margin-right: 0; padding: 0; }
.lpfeature .bottom{ margin-left: 0; margin-right: 0; }
}
/* --------------------
- lpstrengths
-------------------- */
.lpmessage{ padding-top: 20px; padding-bottom: 20px; }
.lpmessage .wp-block-group__inner-container{ max-width: 700px; margin-left: auto; margin-right: auto; background-color: #ffffff; padding: 10px; border-radius: 6px; }
.lpmessage .title{ text-align: center; font-size: 1.25rem; margin-top: 20px; margin-bottom: 20px; }
.lpmessage p { font-size: 0.875rem; line-height: 1.75rem; }
.lpmessage .shortcode{ text-align: center; }
.lpmessage .shortcode iframe{ display: inline-block; }
@media screen and (max-width: 580px) {
.lpmessage .shortcode iframe{ width: 100%; }
}
/* --------------------
- lpcontact
-------------------- */
.lpcontact .title{ width: 100%; background-color: #0FB8FC; }
.lpcontact .title .wp-block-group__inner-container{ width: 700px; height: 60px; margin-left: auto; margin-right: auto; }
.lpcontact .title h2{ color: #ffffff; margin-left: 20px; font-size: 1.0rem; display: inline-block; padding-top: 18px; }
.lpcontact .bottom{ width: 700px; margin-left: auto; margin-right: auto; }
.lpcontact .left{ width: 300px; }
.lpcontact .left .comment{ font-size: 0.875rem; color: #333333; }
.lpcontact .left .wp-block-group__inner-container{ margin-left: 20px; padding-right: 10px; }
.lpcontact .right{ width: calc(100% - 300px); margin-top: -50px; }
.lpcontact .right .wp-block-group__inner-container{ margin-left: 20px; }
@media screen and (max-width: 580px) {
.lpcontact .title .wp-block-group__inner-container{ width: 100%; }
.lpcontact .bottom{ width: 100%; }
.lpcontact .left{ width: 100%; }
.lpcontact .right{ width: 100%; margin-top: 20px; }
}
/* --------------------
- blklist
-------------------- */
.blklist{ padding: 10px 30px; }
.blklist .wp-block-group__inner-container{ width: 100%; }
.blklist .label{ display: inline-block; vertical-align: top; width: 26%; padding: 10px 0 10px 0; border-bottom: 1px solid #e5e5e5; }
.blklist .label h4{ letter-spacing: normal; line-height: 1.5rem; font-size: 1rem; font-weight: bold; color: #333; }

.blklist .context{ display: inline-block; vertical-align: top; width: 70%; padding: 14px 0 10px 8px; border-bottom: 1px dotted #e5e5e5; }
.blklist .context p{ letter-spacing: normal; line-height: 1.5rem; font-size: 0.86rem; color: #333; }



/* ////////////////////
///////////////////////
//
// shortcode
//
///////////////////////
//////////////////// */
/* ====================
= facebook
==================== */
/* --------------------
- sns
-------------------- */
.block-sns{ margin-left: 20px; margin-top: 16px; }
.block-sns img{ height: 22px; }
.block-sns dl dd:nth-child(n + 2) { margin-left: 20px; }
/* --------------------
- access
-------------------- */
.block-googlemaps{ padding: 20px 20px 0; box-shadow: 0 0 3px rgba(0,0,0,.1)!important; }
#access .map{ width: calc(100% - 210px); margin-right: 10px; }
#access .info{ width: 200px; }
#access h2{ margin-bottom: 10px; }
#access dl, #access dh, #access dd{ font-size: 0.875rem; }
#access dl{ margin-top: 0; margin-bottom: 12px; }
#access dh{ border-radius: 4px; border: 1px solid #1e73be; padding: 4px 6px 3px; color: #1e73be; display: inline-block; margin-bottom: 4px; }
#access dd{ display: block; margin-left: 5px; }
@media screen and (max-width: 800px){
#access dl{ margin-bottom: 6px; }
#access .map{ width: 100%; margin-right: 0; }
#access .info{ width: 100%; margin-top: 6px; }
#access .timedate{ display: flex; flex-direction: row; flex-wrap: wrap; }
#access .time{ width: auto; margin-right: 20px; }
#access .date{ width: auto; }
}
#access #gMap { width: 100%; height: 440px; }
#access .map .to-googlemaps{ margin-top: 6px; margin-bottom: 6px; font-size: 0.75rem; text-align: right; }
#access #shop.post .entry .map{ padding:10px 10px 5px; background-color: #dfdfdf; width: 630px; margin-bottom: 10px; }
#access #shop.post .entry .frame{ width: 630px; height: 350px; overflow: hidden; margin-bottom: 5px; }
/* --------------------
- バナー
-------------------- */
#block-banner{ padding: 10px; background-color: #ffffff; text-align: center; color: #333333; border-style: solid; border-width: 1px; border-radius: 4px; }
#block-banner:nth-child(1) .text{ text-align: left; }
#block-banner p.link{ font-size: 1.0rem; margin-bottom: 6px; line-height: 0.875rem; }
#block-banner p.comment{ font-size: 0.75rem; margin-bottom: 6px; line-height: 1.0rem; }
#block-banner .button{ margin-top: 6px; margin-left: 0; }
#block-banner .button a{ display: inline-block; position: relative; margin-top: 4px; padding: 6px 30px 6px 10px; border-radius: 4px; }
#block-banner .button a::before{ content: ''; position: absolute; top: 11px; right: 8px; display: inline-block; width: 14px; height: 14px; box-sizing: border-box; border-radius: 50%; background-color: #ffffff; vertical-align: 0px; }
#block-banner .button a::after{ display: inline-block; position: absolute; content: ''; width: 5px; height: 5px; border-top-style: solid; border-top-width: 2px; border-right-style: solid; border-right-width: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 14px; right: 12px; }
/* header */
#menuboard #block-banner{ width: 300px; margin-left: auto; margin-right: auto; }
/* color */
#block-banner.blue{ border-color: #0F6AA3; border-color: #019ED6; }
#block-banner.blue p.link a{ color: #0F6AA3; /*color: #019ED6;*/ }
#block-banner.blue .button a{ background-color: #0F6AA3; background-color: #019ED6; color: #ffffff; }
#block-banner.blue .button a::before{ background-color: #ffffff; }
#block-banner .button a::after{ border-top-color: #019ED6; border-right-color: #116cb8; }
/* --------------------
- instagram
-------------------- */
.block-instagram { padding: 20px 20px 0; box-shadow: 0 0 3px rgba(0,0,0,.1)!important; }
.block-instagram h2.subtitle{ font-size: 1.0rem; color: #1e73be; color: #228fe2; text-align: center; }
.block-instagram h2.title { margin-bottom: 20px; font-size: 1.4rem; text-align: center; }
/* lead */
.block-instagram p.comment{ font-size: 0.875rem; padding: 0 20px; }
@media screen and (max-width: 580px) {
.block-instagram p.comment{ padding-left: 0; padding-right: 0; }
}
/* --------------------
- インフォメーション
-------------------- */
#block-info{ padding: 10px; background-color: #ffffff; color: #333333; border-style: solid; border-width: 1px; border-radius: 4px; }
/* Title */
#block-info .title{ font-weight: bold; }
#block-info .title span{ position: relative; display: inline-block; width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; border-style: solid; border-width: 1px; }
#block-info .title.i span::before{ content: ''; display: inline-block; position: absolute; top: 2px; left: 8px; width: 4px; height: 10px; border-radius: 20%; }
#block-info .title.i span::after{ content: ''; display: inline-block; position: absolute; top: 14px; left: 8px; width: 4px; height: 4px; border-radius: 50%; }
/* Coment */
#block-info p.comment{ margin-top: 6px; margin-bottom: 6px; }
/* Button */
#block-info .button{ margin-top: 6px; margin-left: 0; }
#block-info .button a{ display: inline-block; position: relative; margin-top: 4px; padding: 6px 30px 6px 10px; border-radius: 4px; }
#block-info .button a::before{ content: ''; position: absolute; top: 11px; right: 8px; display: inline-block; width: 14px; height: 14px; box-sizing: border-box; border-radius: 50%; background-color: #ffffff; vertical-align: 0px; }
#block-info .button a::after{ display: inline-block; position: absolute; content: ''; width: 5px; height: 5px; border-top-style: solid; border-top-width: 2px; border-right-style: solid; border-right-width: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 14px; right: 12px; }
/* color */
#block-info.blue{ border-color: #0F6AA3; border-color: #019ED6; }
#block-info.blue .title{ color: #019ED6; }
#block-info.blue .title span{ background-color: #e2f0ff; border-color: #019ED6; }
#block-info.blue .title.i span::before{ background-color: #019ED6; }
#block-info.blue .title.i span::after{ background-color: #019ED6; }
#block-info.blue .button a{ background-color: #019ED6; color: #ffffff; }
#block-info.blue .button a::before{ background-color: #ffffff; }
#block-info.blue .button a::after{ border-top-color: #019ED6; border-right-color: #116cb8; }

@media screen and (max-width: 580px) {
}








/* ////////////////////
///////////////////////
//
// Block Pattern custamize
//
///////////////////////
//////////////////// */
/* ====================
= autofactory
==================== */
/* メイン */
#page.autofactory .lpmain #block-banner{ width: calc(50% - 30px); }
@media screen and (max-width: 580px) {
	#page.autofactory .lpmain .left{ margin-left: 4px; margin-right: 4px; }
}
/* ３つのプラン */
#page.autofactory .lp3clumn .title{ color: #ffffff; padding-top: 20px; }
#page.autofactory .lp3clumn .wp-block-column{ background-color: #fff; padding: 10px 10px 20px; border-radius: 10px;  }
#page.autofactory .lp3clumn .flex-side{ max-width: 1000px; margin-left: auto; margin-right: auto; }
#page.autofactory .lp3clumn .list{ margin-left: 20px; }
#page.autofactory .lp3clumn .list li{ list-style: disc; font-size: 0.875rem; margin-bottom: 6px; }
/* メインと３つのプランの間隔 */
@media screen and (max-width: 580px) {
/*#page.autofactory .lp3clumn{ margin-top: 0; }*/
#page.autofactory .lp3clumn .title{ margin-top: 0; padding-top: 20px; }
}
/* ////////////////////
///////////////////////
//
// CONTENTS
//
///////////////////////
//////////////////// */
/* ====================
= フロントページ
==================== */
/* --------------------
- Slideshow
-------------------- */
#page.frontpage .mainvisual img{ width: 100%; height: auto; vertical-align: top; }
#page.pc.frontpage .mainvisual .pc{ display: block; }
#page.pc.frontpage .mainvisual .sp{ display: none; }
/* SP */
#page.mobile.frontpage .mainvisual{ margin-bottom: 0; }
#page.mobile.frontpage .mainvisual .pc{ display: none; }
#page.mobile.frontpage .mainvisual .sp{ display: block; }
/* --------------------
- お知らせ
-------------------- */
#page.frontpage .block-newslist{ background: #f8f8f8; border-radius: 10px; }
#page.frontpage .block-newslist .wp-block-group__inner-container{ padding: 10px 10px 10px 20px; }
#page.frontpage .block-newslist h2{ font-size: 1rem; margin-bottom: 6px; }
#page.frontpage .block-newslist .date{ display: inline-block; font-size: 0.75rem; color: #788883; min-width: 100px; margin-right: 10px; }
#page.frontpage .block-newslist .title{ font-size: 0.875rem; color: #0F6AA3; }
/* --------------------
- 整備向上便り
-------------------- */
#page.frontpage .block-article .card{ margin-left: 10px; margin-right: 10px; width: calc(33% - 18px); }
/* inner */
#page.frontpage .block-article .inner { position: relative; background-color: #ffffff; border: 1px solid #EFEFEF; padding: 10px 10px 20px; }
#page.frontpage .block-article .inner::before, #page.frontpage .block-article .inner::after { content: ''; display: inline-block; position: absolute; z-index: 2; width: 20px; height: 20px; background-position: 0 0; background-repeat: no-repeat; }
#page.frontpage .block-article .inner::before{ bottom: 0; left: 0; background-image: url(/wp-content/themes/seinoauto/images/icon-conner-bottom-left.svg); }
#page.frontpage .block-article .inner::after { bottom: 0; right:0; background-image: url(/wp-content/themes/seinoauto/images/icon-conner-bottom-right.svg); }
/* */
#page.frontpage .block-article .card h4 { font-size: 0.875rem; margin-top: 6px; margin-bottom: 6px; }
#page.frontpage .block-article .figure { position: relative; }
#page.frontpage .block-article .context{ width: 100%; }
#page.frontpage .block-article img { width: 100%; height: auto; vertical-align: top; }
#page.frontpage .block-article .date { position: absolute; bottom: -4px; right: 4px; }
#page.frontpage .block-article h3 { margin-top: 10px; margin-bottom: 6px; }
#page.frontpage .block-article .item { font-size: 0.75rem; color: #666666; font-weight: bold; margin-right: 10px; padding: 2px 4px; background-color: #EFEFEF; }

#page.frontpage .block-article dl{ margin-bottom: 8px; }
#page.frontpage .block-article dl.category dd { font-size: 0.75rem; color: #ffffff; background-color: #0F6AA3; padding: 2px 10px 0; border-radius: 4px; }
#page.frontpage .block-article dl.tag dd { font-size: 0.75rem; }
#page.frontpage .block-article dl.tag dd span { background-color: #dfdfdf; padding: 4px 10px 2px; border-radius: 4px; margin-left: 6px; }
#page.frontpage .block-article dl.tag dd span:first-child { margin-left: 0; }
#page.frontpage .block-article .link { width: 100%; text-align: center; margin-top: 14px; }
/* sp */
@media screen and (max-width: 580px) {
#page.frontpage .block-article h2 { margin-left: 10px; }
#page.frontpage .block-article h3 { font-size: 1rem; }
#page.frontpage .block-article .card{ width: calc(100%); margin-bottom: 20px; margin-right: 0; }
#page.frontpage .block-article .card .inner { position: relative; margin-left: 6px; margin-right: 6px; }
#page.frontpage .block-article .card .figure { position: absolute; bottom: 6px; right: 6px; border-radius: 50%; overflow: hidden; width: 100px; height: 100px; border: 5px solid #EFEFEF; }
#page.frontpage .block-article .card .context{ width: calc(100% - 116px); width: 100%; margin-left: 6px; }
#page.frontpage .block-article .card h4 { margin-top: 0; }
#page.frontpage .block-article .card .link { text-align: left; }
}
/* ====================
= プライバシーポリシー
==================== */
#page.privacy h1{ font-size: 1.25rem; }
#page.privacy h3{ font-size: 1rem; }
#page.privacy p{ font-size: 0.875rem; }
#page.privacy li{ font-size: 0.875rem; }
/* ====================
= お問い合わせ・完了
==================== */
#page.sended h2{ font-size: 1rem; }
#page.sended p{ font-size: 0.875rem; }
#page.sended li{ font-size: 0.875rem; }


/* ====================
= posts
==================== */
/* --------------------
- 共有
-------------------- */
#page article.post.news .fence blockquote{ padding: 20px 20px; background-color: #f6f6f6; border: 0.6px solid #efefef; text-align: center; }
#page article.post.news .fence blockquote p.message{ display: inline-block; line-height: 1.8rem; font-family: serif; }

/* ====================
= inquiry
==================== */
#page.inquiry .blk2clumn{ max-width: 1000px; margin-left: auto; margin-right: auto; }
/* ====================
= 整備料金
==================== */
.block-content.shadow{ box-shadow: 0 0 3px rgba(0,0,0,.1)!important; max-width: 1000px; margin-left: auto; margin-right: auto; padding: 10px; }
.block-content.tablelist .title{ margin-bottom: 20px; font-size: 1.4rem; text-align: center; }
.block-content.tablelist .caption{ margin: 0; font-size: 0.875rem; }
.block-content.tablelist .caption .sp{ display: none; }
.block-content.tablelist .list{ font-size: 0.75rem; text-align: center; }
.block-content.tablelist .comment{ font-size: 0.75rem; }
.block-content.tablelist .list { font-size: 0.75rem; text-align: center; }
/* ol */
.block-content.tablelist ol { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; padding: 0; }
.block-content.tablelist dh, .block-content.tablelist dd{ border-bottom: solid 0.4px #999; padding: 6px 0 4px; }
.block-content.tablelist dd{ border-right: solid 0.4px #999; font-weight: bold; padding: 6px 0 4px; }
.block-content.tablelist ol:first-child dh { color: #ffffff; background-color: #333; }
.block-content.tablelist ol:not(:first-child) dh { background-color: #E0DFD1; }
.block-content.tablelist dh:nth-child(1) { width: calc(16% - 1px); }
.block-content.tablelist dh:nth-child(n + 2){ width: 12%; }
.block-content.tablelist dd:nth-child(n + 2){ width: calc(12% - 0.4px); }
.block-content.tablelist dd.septuple { width: calc(84% - 0.2px); }
.block-content.tablelist dd.quintuple { width: calc(60% - 0.4px); }
/* table */
.block-content.tablelist table{ width: 100%; }
.block-content.tablelist table tr:first-child{ color: #ffffff; background-color: #444; }
.block-content.tablelist table tr:nth-child(2), .block-content.tablelist table tr:nth-child(3){ background-color: #efefef; }
.block-content.tablelist table th, .block-content.tablelist table td{ text-align: center; padding-top: 6px; padding-bottom: 6px; border: 1px solid #bbb; }
.block-content.tablelist table tr:nth-child(n + 4) th{ background-color: #E0DFD1; }
.block-content.tablelist table tr:nth-child(n + 4) td{ font-weight: bold; }
/*  */
ul.square li{ margin-left: 0.875rem; text-indent: -0.875rem; }
ul.square.blue li::before{ content: ''; display: inline-block; width: 0.4rem; height: 0.4rem; background-color: #217cb8; margin-right: 0.4rem; vertical-align: 0.2rem; }
@media screen and (max-width: 580px) {
.block-content.tablelist .caption .sp{ display: inline-block; color: #F53944; }
.block-content.tablelist .list { width: 100%; overflow-x: scroll; }
.block-content.tablelist table{ min-width: 1000px; }
}
/* ====================
= お問合せ
==================== */
#inquiry{ max-width: 1000px; margin-left: auto; margin-right: auto; }
/* 概要、全体枠 */
/*#inquiry #lead{ font-size: 0.875rem; letter-spacing: -0.02rem; margin: 0 0 20px; color: #333; }*/
#inquiry #lead, #inquiry #flow, #inquiry #base.form, #inquiry #service.form{ background-color: #efefef; border: 1px solid #e6e6e6; padding: 10px; }
#inquiry #lead h2{ font-family: 'M PLUS Rounded 1c', 'Open Sans Condensed', sans-serif; font-weight: normal; color: #228fe2; width: 100%; font-size: 1.25rem; margin-bottom: 6px; }
#inquiry #lead p{ font-size: 0.875rem; }
/* サブタイトル */
#inquiry .subtitel{ background-color: #444444; color: #ffffff; text-align: center; font-size: 1.2rem; margin-bottom: 6px; }
#inquiry section{ margin-bottom: 20px; }
/* list */
#inquiry #lead ul li{ text-indent: -27px; margin-left: 27px; margin-top: 10px; }
#inquiry #lead .tel::before{ content: ''; display: inline-block; width: 20px; height: 20px; vertical-align: top; margin-right: 6px; background-image: url(./images/icon-phone.svg); background-repeat: no-repeat; background-position: 0 0; }
#inquiry #lead .line::before{ content: ''; display: inline-block; width: 20px; height: 20px; vertical-align: top; margin-right: 6px; background-image: url(./images/icon-line.svg); background-repeat: no-repeat; background-position: 0 0; }
#inquiry #lead .mail::before{ content: ''; display: inline-block; width: 20px; height: 20px; vertical-align: top; margin-right: 6px; background-image: url(./images/icon-mail.svg); background-repeat: no-repeat; background-position: 0 0; }
/* --------------------
- 電話連絡
-------------------- */
#inquiry .contact{ margin: 20px 0; padding: 10px 20px; border: 4px solid #efefef; text-align: center; font-size: 0.875rem; }
#inquiry .contact .tel a{ font-size: 1.75rem; font-weight: bold; color: rgb(51,122,183); }
#inquiry .contact .tel i{ margin-right: 6px; }
/* --------------------
- LINE
-------------------- */
#inquiry .contact .line a{ font-size: 1.75rem; font-weight: bold; color: rgb(6,199,85); }
#inquiry .contact .line i{ margin-right: 6px; }
/* --------------------
- flow
-------------------- */
#flow .message{ margin-top: 10px; }
#flow .message p{ font-size: 1rem; color: #ff0000; font-weight: bold; }
/* --------------------
= 基本枠
-------------------- */
/* fieldset */
.form-item-group{ margin-bottom: 10px; padding-bottom: 10px; background-color: #ffffff; border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; }
/* title */
.form-item-group .form-item-title{ background-color: #444444; max-width: 360px; padding: 5px 0 5px 0px; }
.form-item-group .form-item-title p{ font-size: 0.875rem; color: #fff; margin-bottom: 0; padding: 2px 10px 1px 10px; display: block; }
.form-item-group .required{ color: #F08080; padding-left: 2px; font-size: 0.75rem; }
/* center */
.form-item-group .form-item-center{ clear: both; padding-top: 10px; margin-left: 35px; }
.form-item-group .toggle .form-item-center{ margin-left: 10px; }
/* prefix */
.form-item-group .form-item-prefix { display: block; margin-bottom: 4px; }
.form-item-group .toggle .form-item-prefix { margin-left: -18px; }
.form-item-group .form-item-prefix.pink { padding: 4px 10px 2px; background-color: #F08080; border-radius: 4px; display: inline-block; color: #ffffff; }
/* comment */
.form-item-group .form-item-label{ display: block; font-size: 0.75rem; color: #666; margin-bottom: 4px; }
.form-item-group .form-item-comment{ display: block; font-size: 0.75rem; color: #5F3D13; line-height: 1rem; margin-top: 4px; }
.mw_wp_form .form-item-group .error{ font-size: 0.75rem; line-height: 1rem; margin-top: 4px; margin-bottom: 4px; }
/* file */
.form-item-group .form-item-file .form-item-label{ margin-bottom: 0; margin-top: 12px; }
.form-item-group .form-item-file input[type=file]{ margin: 0 0; width: 100%; }
/* --------------------
= subtitle
-------------------- */
.form .subtitel{ margin-bottom: 8px; background-color: #fff; /* display: inline-block; */ padding: 6px 16px 4px 14px; border-radius: 2px; border-bottom: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; text-align: center; }
/* --------------------
= input, textarea
-------------------- */
/* 表示・非表示 */
form .form-item-group.personal, form .form-item-group.corporation{ display: none; }
form.personal .form-item-group.personal{ display: block; }
form.corporation .form-item-group.corporation{ display: block; }
.form-item-group .toggle{ display: none; }
.form-item-group .toggle.active{ display: block; }
/* input */
.form-item-group .form-item-center input[type=text]{ font-size: 18px; color: #111; width:90%; border: 1px solid #A4B2D1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; line-height: 20px; height: 40px; vertical-align: middle; /*padding: 0 10px;*/ outline: 0; padding-left: 10px; }
.form-item-group .form-item-center input.money[type=text] { max-width: 200px; }
.form-item-group .form-item-center input.number[type=text] { max-width: 200px; }
.form-item-group .form-item-center input.year[type=text] { max-width: 80px; }
.form-item-group .form-item-center input.calendar[type=text] { max-width: 200px; }
.form-item-group .form-item-center input[type=number]{ font-size: 16px; color: #111; width:90%; border: 1px solid #A4B2D1; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 4px; line-height: 20px; height: 40px; vertical-align: middle; padding: 0 10px; outline: 0; }
.form-item-group .form-item-center input[type=email]{ font-size: 18px; color: #111; width:90%; border: 1px solid #A4B2D1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; line-height: 20px; height: 40px; vertical-align: middle; padding: 0 10px; outline: 0; }
.form-item-group .form-item-center input[type=file]{ font-size: 16px; color: #111; outline: 0; }
/* textarea */
.form-item-group .form-item-center textarea{ border: 1px solid #A4B2D1; -webkit-border-radius: 8px; -moz-border-radius: 4px; border-radius: 4px; height: 100px; font-size: 18px; width: 90%; outline: 0; padding: 6px; }
/* select */
.form-item-group select{ width: 90%; height: 40px; border: 1px solid #A4B2D1; background-color: #fefefe; color: #333; font-size: 16px; }
.form-item-group select#categories{ margin-right: 10px; }
.form-item-group .date .form-item-select { margin-left: 10px; }
/* half */
.form-item-group .half:first-child{ margin-right: 10px; }
.form-item-group .half{ width: calc(50% - 5px); float: left; }
/* radio */
.form-item-group .mwform-radio-field input{ vertical-align: 2px; cursor: pointer; }
.form-item-group .mwform-radio-field label{ display: inline-block; background-color: #fff; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 80%, rgba(246,246,246,1) 100%); border: 1px solid #dfdfdf; border-radius: 4px; margin-bottom: 10px; padding-left: 8px; cursor: pointer; }
.form-item-group .mwform-radio-field label span{ display: inline-block; padding: 8px 12px 4px 8px; border-left: 1px solid; border-image: linear-gradient(to bottom, #f6f6f6 0%, #dfdfdf 100%); border-image-slice: 0 0 0 1; }
.form-item-group .mwform-radio-field label:hover{ background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 80%, rgba(246,246,246,1) 100%); }
.form-item-group .mwform-radio-field label:hover span{ border-image: linear-gradient(to bottom, #dfdfdf 0%, #f6f6f6 100%); border-image-slice: 0; }
/* checkbox */
.form-item-group .mwform-checkbox-field input{ vertical-align: 2px; cursor: pointer; }
.form-item-group .mwform-checkbox-field label{ display: inline-block; background-color: #fff; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 80%, rgba(246,246,246,1) 100%); border: 1px solid #dfdfdf; border-radius: 4px; margin-bottom: 10px; padding-left: 8px; cursor: pointer; }
.form-item-group .mwform-checkbox-field label span{ display: inline-block; padding: 8px 12px 4px 8px; border-left: 1px solid; border-image: linear-gradient(to bottom, #f6f6f6 0%, #dfdfdf 100%); border-image-slice: 0 0 0 1; }
/* label */
.form-item-group .long label{ width: 30%; }
.form-item-group .long.longfull label{ width: calc(100% - 40px); max-width: 280px; }
/* reset */
.mw_wp_form .horizontal-item { margin-right: 2px; }
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }
.mw_wp_form .horizontal-item:last-child{ margin-right: 0; }
/* --------------------
- メールチェック
-------------------- */
/*.form-item-group .form-item-inputtext.mailchk{ margin-top: 14px; }*/
/* --------------------
- 郵便番号
-------------------- */
.form-item-group .post input[type=text]{ margin-right: 10px; width: 140px; }
/* --------------------
- 年月日
-------------------- */
/*
.form-item-group .date .form-item-select{ margin-left: 10px; }
.form-item-group .form-item-center input.year[type=text]{ max-width: 80px; }
.form-item-group .form-item-center input.year[type=number]{ width: 60px; }
.form-item-group .term .date{ float: left; }
.form-item-group .date div{ float: left; }
.form-item-group .split{ float: left; margin-left: 20px; margin-right: 10px; }
.form-item-group .split span{ vertical-align: -30px; }
.mw_wp_form_confirm .form-item-group .split span{ vertical-align: -22px; }
*/
/* --------------------
- 金額
-------------------- */
/*
.form-item-group .form-item-center input.money[type=text]{ max-width: 200px; }
*/
/* --------------------
- 同意する
-------------------- */
.form-item-group.agree{ margin-top: 20px; padding-bottom: 4px; border-left: none; border-right: none; border-bottom: 1px solid #C6C1A2; border-bottom: 1px solid #DCDCDC; }
.form-item-group.agree .form-item-title { background-color: #fff; }
.form-item-group.agree .form-item-title p { padding-left: 0; color: #444; font-weight: 600; font-size: 1rem; }
.form-item-group.agree .form-item-center { padding-top: 0px; }
/*  */
.form-item-group.agree .mwform-checkbox-field label { display: inline-block; background-color: #fff; background: none; border: none; border-radius: 0; margin-bottom: 2px; padding-left: 0px; cursor: pointer; }
.form-item-group.agree input.agree{ display: none; }
.form-item-group.agree .mwform-checkbox-field label span.mwform-checkbox-field-text{ padding-left: 30px;  position: relative; border-left: none; border-image: none; font-weight: 600; color: #222; }
.form-item-group.agree .mwform-checkbox-field-text::before{ content: ""; display: block; position: absolute; top: 8px; left: 0; width: 20px; height: 20px;  border: 1px solid #C6C1A2; border-radius: 2px; background-color: #f4f9fc; }
/* チェック */
.form-item-group.agree input.agree:checked + .mwform-checkbox-field-text{ display: inline-block; }
.form-item-group.agree input.agree:checked + .mwform-checkbox-field-text::after{ content: ""; display: block; position: absolute; top: 6px; left: 6px; width: 10px; height: 14px; transform: rotate(40deg); border-bottom: 3px solid #444; border-right: 3px solid #444; }
/* --------------------
- 外部リンク
-------------------- */
.form-item-group a.outlink{ font-size: 0.875rem; display: inline-block; text-decoration: none; margin-bottom: 10px; position: relative; font-size: 0.875rem; background-color: #Fff; border: 1px solid #C6C1A2; padding: 8px 34px 6px 10px; text-align: center; cursor: pointer; border-radius: 2px; font-weight: normal; color: #444; vertical-align: 2px; }
.form-item-group a.outlink::before{ content: ''; display: inline-block; position: absolute; width: 14px; height: 10px; border: 1px solid #444; border-top: 2px solid #444; background-color: #fff; top: 10px; right: 12px; }
.form-item-group a.outlink::after{ content: ''; display: inline-block; position: absolute; width: 14px; height: 10px; border: 1px solid #444; border-top: 2px solid #444; background-color: #fff; top: 6px; right: 8px; }
/* line */
.form-item-group a.outlink-s{ font-size: 0.875rem; display: inline-block; text-decoration: none; margin-right: 4px; position: relative; font-size: 0.875rem; background-color: #Fff; border: 1px solid #C6C1A2; padding: 4px 34px 3px 10px; text-align: center; cursor: pointer; border-radius: 2px; font-weight: normal; color: #444; vertical-align: 2px; }
.form-item-group a.outlink-s::before{ content: ''; display: inline-block; position: absolute; width: 14px; height: 10px; border: 1px solid #444; border-top: 2px solid #444; background-color: #fff; top: 10px; right: 12px; }
.form-item-group a.outlink-s::after{ content: ''; display: inline-block; position: absolute; width: 14px; height: 10px; border: 1px solid #444; border-top: 2px solid #444; background-color: #fff; top: 6px; right: 8px; }
/* --------------------
- ボタン
-------------------- */
#inquiry .button-wrapper{ margin-top: 30px }
#inquiry .button-group input{ -webkit-appearance: none; appearance: none; display: block; height: 66px; width: 300px; margin: 0 auto 10px; border: 1px solid #DCDCDC; font-size: 1.2rem; font-weight: bold; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); border-radius: 6px; cursor: pointer; }
#inquiry .button-group input[name="submitBack"]{ color: rgba(0, 0, 0, 0.847); }
#inquiry .button-group input:hover{ box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.0); }
/* お問い合わせ内容確認 */
.mw_wp_form_confirm #inquiry #lead, .mw_wp_form_confirm #inquiry .contact, .mw_wp_form_confirm #inquiry #flow .forinput{ display: none; }
.mw_wp_form_confirm .form-item-group .form-item-prefix{ display: none; }
#inquiry .button-group input[name="submitConfirm"]{ background-color: #1D2737; color: #ffffff; }
#inquiry .button-group input[name="submitConfirm"]:hover{ background-color: #f66060; }
/* 入力画面に戻る */
#inquiry .button-group input[name="submitBack"]{ background-color: #ffffff; }
/* 送信 */
#inquiry .button-group input[name="submit"]{ background-color: #ff6666; color: #ffffff; }
#inquiry .button-group input[name="submit"]:hover{ background-color: #f66060; }
/* --------------------
- モバイル
-------------------- */
@media screen and (max-width: 800px){
#inquiry #base.form, #inquiry #common.form, #inquiry #personal.form, #inquiry #corporation.form { margin-left: 6px; margin-right: 6px; padding: 6px; }
.form-item-group .form-item-center{ margin-left: 10px; margin-right: 6px; }
.form-item-group .form-item-center.date input.year[type=text] { max-width: 60px; }
.form-item-group .date .form-item-select { margin-left: 0; }
/* label ロング */
.form-item-group .long .mwform-radio-field label,
.form-item-group .long .mwform-checkbox-field label{ width: calc(50% - 14px); }
.form-item-group .long.longfull .mwform-radio-field label,
.form-item-group .long.longfull .mwform-checkbox-field label,
.form-item-group .long.long100 .mwform-radio-field label,
.form-item-group .long.long100 .mwform-checkbox-field label{ width: calc(100% - 20px); }
/* チェックボックス, ラジオボタン */
.form-item-group .mwform-checkbox-field label span{ padding: 8px 12px 8px 8px; vertical-align: 2px; font-size: 14px; }
.form-item-group .mwform-radio-field label span{ padding: 8px 12px 8px 8px; vertical-align: 2px; font-size: 14px; }
.form-item-group .long.longfull label{ width: calc(100% - 40px); max-width: calc(100% - 20px); }
/* 外部リンク */
.form-item-group a.outlink{ padding: 10px 34px 8px 10px; }
.form-item-group a.outlink::before{ top: 12px; }
.form-item-group a.outlink::after{ top: 8px; }
}
/* ====================
= 個別ページ
==================== */
/* --------------------
- company
-------------------- */
/*
#company{ padding: 0 10px; }
#company.second{ margin-top: 40px; }
#company .inner{ width: 100%; max-width: 800px; margin: 0 auto; }
#company h3{ font-size: 1.14em; font-weight: normal; border: 1px solid #cccccc; padding: 10px 0 8px 20px; }
#company dl{ padding: 10px 30px; }
#company dt{ display: inline-block; letter-spacing: normal; line-height: 1.5em; vertical-align: top; width: 26%; padding: 10px 0 10px 0; border-top: 1px solid #e5e5e5; font-size: 1em; font-weight: bold; color: #333; }
#company dt.first{ vertical-align: bottom; border-top: none; }
#company dd{ display: inline-block; letter-spacing: normal; line-height: 1.5em; vertical-align: top; font-size: 0.86em; color: #333; width: 70%; padding: 14px 0 10px 8px; border-top: 1px dotted #e5e5e5; }
#company dd.first{ border-top: none; }
#company dd .post{ font-size: 0.8em; color: #666; }
#company .text{ margin-top: 20px; padding: 0px 30px; }
*/