@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.5
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box; }

ol, ul { list-style: none; }

i, cite, em, var, address, dfn { font-style: normal; }

html { font-size: 62.5%; font-size: calc(100vw * (10 / 1920)); }
@media screen and (max-width: 1366px) { html { font-size: calc(100vw * (9 / 1366)); } }
@media screen and (max-width: 1280px) { html { font-size: calc(100vw * (8 / 1280)); } }
@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { html { font-size: 10px; } }

body { font-family:var(--fontfamily), "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-display: swap; font-size: 1.6rem; background-color: var(--backgroundcolor);color: var(--charactercolor);}


.acms-container { max-width: 100%; padding-left: 0; padding-right: 0; }
.acms-container #adminBox { margin-bottom: 0; }

.slick-dots li.slick-active button { background: none; }

.js-edit_inplace-hovering { left: 50% !important; transform: translateX(-50%); }

.js-fadein { opacity: 0; transform: translateY(40px); transition: .6s; }

.js-fadein.active { opacity: 1; transform: translateY(0); }

#container { width: 100%; margin: 0 auto; overflow: hidden; position: relative; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; }
.container::after { content: ""; clear: both; display: block; }

.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .c-wrap{padding-left: 10px; padding-right: 10px;}
}

a { transition: all ease 0.3s; box-sizing: border-box; }
a:link, a:visited { color:var(--charactercolor); text-decoration: none; }
a:hover { opacity: .4; }
a[href^="tel:"] { pointer-events: none; text-decoration: none; }

.entry-column a:visited { color:var(--charactercolor); }

img { max-width: 100%; height: auto; line-height: 1; vertical-align: bottom; }
img.max { width: 100%; }

p { line-height: 1.8; margin: 0; }

.flexbox { display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; align-items: top; justify-content: space-between; }

.flexbox.mid { align-items: center; }

.flexbox.center { justify-content: center; }

.flexbox.reverse { flex-direction: row-reverse; }

.flL { float: left; }

.flR { float: right; }

.taL { text-align: left; }

.taC { text-align: center; }

.taR { text-align: right; }

.rel { position: relative; }

.mincho { font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.yumin{font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.gothic { font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.yugothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


.w20 { width: 20%; }

.w30 { width: 30%; }

.w70 { width: 70%; }

.w80 { width: 80%; }

.w1200 { max-width: 1200px; }

.txt-lll { font-size: 1.375em; }

.txt-ll { font-size: 1.25em; }

.txt-l { font-size: 1.125em; }

.txt-s { font-size: 0.875em; }

.txt-ss { font-size: 0.75em; }

.txt-sss { font-size: 0.625em; }

.tcol-red { color: red; }

.tcol-orange { color: orangered; }

.tcol-yellow { color: orange; }

.tcol-green { color: darkgreen; }

.tcol-blue { color: blue; }

.tcol-purple { color: purple; }

.pc-only { display: block; }

.sp-only { display: none; }

.pc-block { display: block; }

.sp-block { display: none; }

.pc-inline { display: inline; }

.sp-inline { display: none; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { /*背景固定する場合	html.is-fixed, 	html.is-fixed body {height: 100%;overflow: hidden;}*/
  a:hover img { opacity: 1; }
  a[href^="tel:"] { pointer-events: auto; }
  .container { max-width: 100%; }
  p { line-height: 1.4; }
  .w1200 { width: auto; }
  .pc-only { display: none !important; }
  .sp-only { display: block; }
  .pc-block { display: none !important; }
  .sp-block { display: block; }
  .pc-inline { display: none !important; }
  .sp-inline { display: inline; }
  .pc-hidden { display: block; } }
/* ---------------------------------------------------
　　header
------------------------------------------------------ */
#header { width: 100%; background: var(--backgroundcolor); }
#header .content-wrap { height: auto; aspect-ratio: 1920 / 120; display: flex; justify-content: flex-start; align-items: center; background: #FFF; }
#header .content-wrap .logo { width: calc(100vw * (200 / 1920)); margin: calc(100vw * (20 / 1920)); margin-right: calc(100vw * (140 / 1920)); }
#header .content-wrap .logo a { display: block; }
#header .content-wrap .logo a:hover { opacity: 1; }
#header .content-wrap .seo-description { font-size: 1.6rem; font-weight: 500; letter-spacing: 0; line-height: 1.575; margin-bottom: calc(100vw * (30 / 1920)); }
#header .content-wrap .gnavi > ul { display: flex; justify-content: flex-start; align-items: center; }
#header .content-wrap .gnavi > ul li { font-size: 1.6rem; margin-right: calc(100vw * (40 / 1920)); font-weight: bold; letter-spacing: 0; line-height: 1.4; position: relative; }
#header .content-wrap .gnavi > ul li:last-of-type { margin-right: 0; }
#header .content-wrap .gnavi > ul li > ul { display: none; position: absolute; top: 100%; left: 0; width: auto; height: auto; z-index: 1000; }
#header .content-wrap .gnavi > ul li > ul > li { width: auto; height: auto; }
#header .content-wrap .gnavi > ul li > ul > li a { display: block; white-space: nowrap; width: auto; padding: 5px; background: rgba(255, 255, 255, 0.95); }
#header .content-wrap .mail-btn { width: calc(100vw * (180 / 1920)); margin-right: 0; margin-left: calc(100vw * (20 / 1920)); height: 100%; }
#header .content-wrap .mail-btn a { background: #999; width: 100%; color: #FFF; padding: calc(100vw * (34 / 1920)) 0 calc(100vw * (33 / 1920)); font-size: 1.8rem; letter-spacing: .05em; line-height: 2; text-align: center; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
#header .content-wrap .mail-btn a::before { content: ""; display: inline-block; height: calc(100vw * (20 / 1920)); background: url(../images/common/ico-mail.png) no-repeat center/contain; width: 100%; margin-bottom: calc(100vw * (10 / 1920)); }
#header .content-wrap .tel-info { margin-left: auto; margin-right: 0; text-align: right; }
#header .content-wrap .tel-info p { font-size: 3.8rem; line-height: .66315; letter-spacing: 0; font-weight: 400; margin-bottom: calc(100vw * (5 / 1920)); white-space: nowrap; }
#header .content-wrap .tel-info small { font-size: 1.6rem; font-weight: 500; line-height: 1.575; }

@media screen and (max-width: 1280px) { #header .content-wrap { height: calc(100vw * (120 / 1280)); }
  #header .content-wrap .logo { width: calc(100vw * (160 / 1280)); margin: calc(100vw * (20 / 1920)); margin-right: calc(100vw * (70 / 1280)); }
  #header .content-wrap .head-contents { max-width: calc(100vw * (851 / 1920)); }
  #header .content-wrap .seo-description { font-size: calc(100vw * (14 / 1280)); margin-bottom: calc(100vw * (30 / 1280)); }
  #header .content-wrap .gnavi > ul > li { font-size: calc(100vw * (14 / 1280)); margin-right: calc(100vw * (20 / 1280)); }
  #header .content-wrap .mail-btn { width: calc(100vw * (160 / 1280)); margin-left: calc(100vw * (20 / 1920)); }
  #header .content-wrap .mail-btn a { padding: calc(100vw * (34 / 1280)) 0 calc(100vw * (33 / 1280)); font-size: calc(100vw * (18 / 1280)); }
  #header .content-wrap .mail-btn a::before { height: calc(100vw * (20 / 1280)); margin-bottom: calc(100vw * (10 / 1280)); }
  #header .content-wrap .tel-info p { font-size: calc(100vw * (30 / 1280)); margin-bottom: calc(100vw * (5 / 1280)); }
  #header .content-wrap .tel-info small { font-size: calc(100vw * (16 / 1280)); } }
@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { #header { height: auto; position: fixed; top: 0; z-index: 1000;padding-bottom:0; }
  #header .content-wrap { height: auto; align-items: center; width: 100%; justify-content: space-between; }
  #header .content-wrap .logo { width: 30%; margin-left: 2%; z-index: 999; }
  #header .content-wrap .sp-scroll { position: fixed; height: 100vh; width: 100%; top: 0; overflow: scroll; background: #FFF; transition: .6s; left: -1200px; }
  #header .content-wrap .is-open + .sp-scroll { left: 0; }
  #header .content-wrap .gnavi > ul { display: block; padding-top: 100px; height: auto; }
  #header .content-wrap .gnavi > ul > li { margin: 0; text-align: center; padding: 10px 0; font-size: 18px; }
  #header .content-wrap .gnavi > ul > li a { color: #222; }
  #header .content-wrap .gnavi > ul > li > ul { display: none; position: relative; }
  #header .content-wrap .mail-btn { display: none; }
  #header .content-wrap .tel-info { display: none; }
  .head-contents { margin-right: 2%; }
  .sp-menu-btn { display: block; width: 40px; height: 60px; position: relative; z-index: 999; }
  .sp-menu-btn > span { display: inline-block; background-color: #004878; width: 100%; height: 2px; border-radius: 5px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.8s; }
  .sp-menu-btn > span:first-of-type { top: 25%; }
  .sp-menu-btn > span:last-of-type { top: 75%; }
  .sp-menu-btn.is-open > span { transform: translate(-50%, -50%) rotateX(180deg) rotateY(270deg); top: 50%; }
  .sp-menu-btn.is-open > span:first-of-type { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; }
  .sp-menu-btn.is-open > span:last-of-type { transform: translate(-50%, -50%) rotateZ(-45deg); top: 50%; }
  .seo-description { display: none; } }
@media screen and (max-width: 896px) and (orientation: landscape) { #header .content-wrap .logo { width: 18%; }
  #header .content-wrap .gnavi > ul { padding-bottom: 40px; } }
/* ---------------------------------------------------
	follow-content
------------------------------------------------------ */
.follow-content { height: calc(100vw * (80 / 1920)); display: flex; justify-content: flex-start; align-items: center; position: fixed; transition: .6s; width: 100%; top: -500px; background: #FFF; z-index: 999; }
.follow-content.is-follow { position: fixed; top: 0; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);left: 0;}
.follow-content .logo { width: calc(100vw * (250 / 1920)); margin: calc(100vw * (10 / 1920)) calc(100vw * (190 / 1920)) calc(100vw * (10 / 1920)) calc(100vw * (20 / 1920)); }
.follow-content .logo a { display: block; }
.follow-content .logo a:hover { opacity: 1; }
.follow-content .seo-description { font-size: calc(100vw * (14 / 1920)); font-weight: 500; letter-spacing: 0; line-height: 1.575; margin-bottom: calc(100vw * (36 / 1920)); }
.follow-content .gnavi > ul { display: flex; justify-content: flex-start; align-items: center; }
.follow-content .gnavi > ul > li { font-size: calc(100vw * (18 / 1920)); margin-right: calc(100vw * (40 / 1920)); font-weight: bold; letter-spacing: 0; line-height: 1.4; position: relative; }
.follow-content .gnavi > ul > li:last-of-type { margin-right: 0; }
.follow-content .gnavi > ul > li > ul { position: absolute; bottom: 0; transform: translate(-50%,100%); padding: 10px; background: #FFF; min-width: 140px; left: 50%; text-align: center; display: none;}
.follow-content .gnavi > ul > li:hover > ul{display: block;}
.follow-content .gnavi > ul > li > ul > li {border-bottom: 1px solid #222; }
.follow-content .gnavi > ul > li > ul > li a {padding: 15px 0; display: inline-block; width: 100%; font-size: 16px;}
.follow-content .mail-btn { width: calc(100vw * (180 / 1920)); margin-right: 0; margin-left: calc(100vw * (20 / 1920)); height: 100%; }
.follow-content .mail-btn a { background: #999; width: 100%; color: #FFF; padding: calc(100vw * (14 / 1920)) 0 calc(100vw * (13 / 1920)); font-size: calc(100vw * (18 / 1920)); letter-spacing: .05em; line-height: 2; text-align: center; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-weight: 700; }
.follow-content .mail-btn a::before { content: ""; display: inline-block; height: calc(100vw * (20 / 1920)); background: url(../images/common/ico-mail-w.svg) no-repeat center/contain; width: 100%; }
.follow-content .tel-info { margin-left: auto; margin-right: 0; text-align: right; }
.follow-content .tel-info p { font-size: calc(100vw * (38 / 1920)); line-height: .66315; letter-spacing: 0; font-weight: 400; margin-bottom: calc(100vw * (5 / 1920)); }
.follow-content .tel-info small { font-size: calc(100vw * (16 / 1920)); font-weight: 500; line-height: 1.575; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .follow-content { display: none; } }
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit { width: 100%; height: calc(100vw * 320 / 1920); position: relative; background: #222; text-align: center; background:url(/themes/web1/images/header/page-tit-img.png) no-repeat center;}
.pagetit .page-title { margin: 0 auto; font-size: 4rem; font-weight: bold; line-height: 1.5; color: #222; letter-spacing: 0.05em; padding-top: calc(100vw * 130 / 1920); }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .pagetit { width: 100%; max-width: 100%; height: 100px; background-position: 60% 80% !important; }
  .pagetit .page-title { font-size: 2rem; padding-top: 40px; }
}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center; padding: 30px 0 60px; margin-bottom: 0; }
.topicpath .acms-container { max-width: 1200px; }
.topicpath .topicpath-list { width: 100%; padding: 0; text-align: left; }
.topicpath .topicpath-list .topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; line-height: 1.2; font-weight: 200; }
.topicpath .topicpath-list .topicpath-item a { display: inline; }
.topicpath .topicpath-list .topicpath-item::before { display: inline-block; content: "/"; padding: 0 10px; }
.topicpath .topicpath-list .topicpath-item:first-child { padding: 0; }
.topicpath .topicpath-list .topicpath-item:first-child::before { display: inline-block; content: ""; padding: 0; }
.topicpath .topicpath-list .topicpath-item .topicpath-link { font-size: 15px; font-weight: 200; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .topicpath { padding: 15px 10px 10px; }
  /* .topicpath .topicpath-list{text-align: center;} */
  .topicpath .topicpath-list .topicpath-item:first-child::before{display: none;}
}

@media screen and (max-width: 896px) and (orientation: landscape) { 
  .topicpath { padding-left: 40px; } 
  /* .topicpath .topicpath-list{text-align: left;} */

}



/* ---------------------------------------------------
	footer
------------------------------------------------------ */
@media screen and (min-width:768px){

  /*=======================================
  フッター
  =========================================*/
  .l-footer {
    margin-top: 135px;
    padding-bottom: 60px;
  }

  .l-footer .contact {
    position: relative;
    z-index: 1;
  }

  .l-footer .contact .box {
    width: 91.666%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.16);
    background-color: #fff;
  }

  .l-footer .contact .title {
    margin: 0 auto;
  }

  .l-footer .contact .box .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-footer .contact .box .left-box {
    width: 48%;
    box-sizing: border-box;
    border-right: 1px solid #707070;
    padding: 20px 10px;
    text-align: center;
  }

  .l-footer .contact .box .right-box {
    width: 52%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 25px;
  }

  .l-footer .contact .box .tel {
    font-size: 5rem;
    font-size: 277.77%;
    font-weight: 500;
    line-height: 1;
  }

  .l-footer .contact .box .txt1 {
    font-size: 88.88%;
  }

  .l-footer .contact .box .btn-contact {
    margin-top: 15px;
  }

  .l-footer .contact .box .btn-contact a {
    padding: 10px;
    max-width: 450px;
  }

  .l-footer .block-menu {
    background-color: #F2F2F2;
    padding-top: 180px;
    padding-bottom: 60px;
    margin-top: -120px;
  }

  .l-footer .menu {
    display: flex;
    justify-content: space-between;
    line-height: 2em;
  }

  .l-footer dl {
    padding-right: 5px;
  }

  .l-footer dl:last-of-type {
    padding-right: 0;
  }

  .l-footer .menu dt::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    vertical-align: middle;
    margin-right: 4px;
  }

  .l-footer .menu dd {
    padding-left: 10px;
  }

  .l-footer .menu dd::before {
    content: '- ';
  }

  .l-footer .block-info {
    padding-top: 55px;
  }

  .l-footer .block-info .left-box {
    display: flex;
  }

  #top .l-footer .block-info .left-box .logo a:hover,#top .l-footer .block-info .left-box .logo a:hover img{opacity: 1;}

  .l-footer .block-info .info {
    line-height: 1.4;
    margin-left: 35px;
  }


  .l-footer .block-menu .gnavi ul li{font-size: 1.8rem; font-weight: 500; letter-spacing: 0; line-height: 1.6; position: relative;}
  .l-footer .block-menu  .menu > .gnavi > ul > li > a{display: flex; align-items: center; margin-bottom: 10px;}
  .l-footer .block-menu  .menu > .gnavi > ul > li > a::before{content: ""; display: inline-block; border-left: 6px solid #000; border-top: 3px solid transparent; border-bottom: 3px solid transparent; margin-right: 6px; }
  .l-footer .block-menu  .menu > .gnavi > ul > li > a > ul > li > a::before{content: "-"; display: inline-block; margin-right: 6px; }

  .l-footer .block-menu .menu ul > li > ul > li::before {
    content: "-";
    color: #B8B4B0;
    margin-right: 0.5rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #222;
  }
  

  /*=======================================
  ページトップへ
  =========================================*/
  .l-pagetop { position: fixed; right: 2rem; bottom: 2rem; width: 5rem; z-index: 999; border-radius: 50%; box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);}

  footer .pagetop {display: block; position: fixed; right: 0; bottom: -100%; z-index: 1000; transition: all 0.6s; }
  footer .pagetop.active {display: block; bottom: 3.5rem; right: 1rem;}
  
  footer .pagetop svg #パス_9{
    stroke:var(--subthemecolor);    
  }

  #container {
    padding-top: 140px;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation:landscape) {

  /*=======================================
  フッター
  =========================================*/
  .l-footer {
    margin-top: 65px;
    padding-bottom: 20px;
  }

  .l-footer .contact {
    position: relative;
    z-index: 1;
  }

  .l-footer .contact .box {
    padding: 15px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    background-color: #fff;
  }

  .l-footer .contact .title {
    margin: 0 auto;
  }

  .l-footer .contact .box .flex {
    display: block;
    justify-content: center;
    align-items: center;
  }

  .l-footer .contact .box .left-box {
    width: auto;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding: 15px 10px;
    text-align: center;
  }

  .l-footer .contact .box .right-box {
    width: auto;
    text-align: center;
  }

  .l-footer .contact .box .tel {
    padding-top: 20px;
    font-size: 200%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
  }

  .l-footer .contact .box .tel a {
    text-decoration: none;
  }

  .l-footer .contact .box .txt1 {
    font-size: 88.88%;
    line-height: 1.4;
    margin-top: 10px;
  }

  .l-footer .contact .box .btn-contact {
    margin-top: 15px;
  }

  .l-footer .contact .box .btn-contact a {
    padding: 10px;
    max-width: 450px;
  }

  .l-footer .block-menu {
    background-color: #F2F2F2;
    padding-top: 140px;
    padding-bottom: 40px;
    margin-top: -100px;
  }

  .l-footer .menu {
    display: flex!important;
    flex-wrap: wrap;
  }

  .l-footer .menu > div{
    width: 50%;
  }


  .l-footer dl {
    padding-right: 5px;
    margin: 0;
  }

  .l-footer dl:last-of-type {
    padding-right: 0;
  }

  .l-footer .menu dt::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    vertical-align: middle;
    margin-right: 4px;
  }

  .l-footer .menu dd {
    padding-left: 10px;
  }

  .l-footer .menu dd::before {
    content: '- ';
  }

  .l-footer .menu a {
    text-decoration: none;
  }

  .l-footer .block-info {
    padding-top: 45px;
  }

  .l-footer .block-info .content > .flex {
    display: block;
  }

  .l-footer .block-info .left-box {
    display: block;
  }

  .l-footer .block-info .left-box .logo {
    max-width: 100px;
    text-align: center;
  }

  .l-footer .block-info .info {
    line-height: 1.4;
    margin-left: 0;
    margin-top: 20px;
  }

  .l-footer .block-menu .menu ul > li > ul{
    margin-top: 20px;
  }

  .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 3rem;
  }

  /*=======================================
  ページトップへ
  =========================================*/
  .l-pagetop { position: fixed; right: 15px; bottom: 60px; width: 45px; z-index: 999; border-radius: 50%; box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);}

  #container {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  
}
@media screen and (min-width:768px) and (orientation:landscape) {
  /* #container{padding: 0 50px;} */
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider { padding: 0 0 12px 0; }
.slick-slider img { margin: 0 auto; }

.fix-height { height: 300px; /* はじめのちらつき防止 */ overflow: hidden; /* はじめのちらつき防止 */ }

.slick-slide:hover { cursor: pointer; }

.slick-list:focus:focus { position: relative; }
.slick-list:focus:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; border: 2px dotted #c41134; content: ""; }

.js-slider .slick-list:focus { position: relative; }
.js-slider .slick-list:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border: 2px dotted #c41134; content: ""; }

.main-slider-image { height: 300px; background: no-repeat center #333; background-size: cover; }
.main-slider-image a:hover { text-decoration: none; }

.main-slider-text-outer { height: 100%; }

.main-slider-text-wrap { display: table; width: 100%; height: 100%; }

.main-slider-text-inner { display: table-cell; padding: 0 20px; text-align: center; vertical-align: middle; }

.main-slider-main-copy { margin: 0; color: #FFF; font-weight: bold; font-size: 24px; }

.main-slider-side-copy { margin: 0; color: #FFF; font-size: 16px; }

/* ちらつき防止 */
.slick-track, .slick-list { -webkit-transform: translateZ(0); -webkit-perspective: 1000; }

/* 矢印ナビゲーション */
.slick-prev, .slick-next { position: absolute; top: 50%; display: block; width: 19px; height: 60px; margin-top: -29px; padding: 0; color: transparent; font-size: 0; line-height: 0; background: transparent; border: none; outline: none; cursor: pointer; }
.slick-prev:focus, .slick-next:focus { border: 1px dotted #FFF; }

.slick-prev { left: 10px; background: url("../../images/marker/icon_white_arrow_left.png") no-repeat; }

.slick-next { right: 10px; background: url("../../images/marker/icon_white_arrow_right.png") no-repeat; }

/* ドットのナビゲーション */
.slick-dots { position: relative; clear: both; margin: -35px 0 0 0; padding: 0; text-align: center; list-style: none; }

.slick-dots li { display: inline-block; }

.slick-dots li button { position: relative; display: inline-block; width: 15px; height: 15px; margin: 0 8px; font-size: 0; background: #FFF; border: 1px solid transparent; border-radius: 7px; content: ""; }

.slick-dots li button:focus { border: 1px solid #c41134; outline: 0; }

.slick-dots li:hover button { cursor: pointer; }

.slick-dots li.slick-active button { background: #c41134; }

.slick-dots button { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); }

#autoplay-btn { position: absolute; right: 10px; bottom: 10px; z-index: 1; width: 50px; height: 50px; color: #FFF; background: rgba(0, 0, 0, 0.7); border: 0; border-radius: 50%; outline: 0; }
#autoplay-btn:hover { background: rgba(0, 0, 0, 0.9); }
#autoplay-btn:active:before, #autoplay-btn:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; border: 1px dotted #FFF; content: ""; }
#autoplay-btn:after { position: absolute; top: 15px; left: 17px; display: block; box-sizing: border-box; width: 16px; height: 20px; margin-left: 0; border-top: none; border-right: 5px solid #FFF; border-bottom: none; border-left: 5px solid #FFF; content: ""; }
#autoplay-btn.active:after { left: 15px; width: 0; height: 0; margin-left: 5px; border-color: transparent transparent transparent #FFF; border-style: solid; border-width: 10px 0 10px 15px; }

@media screen and (min-width: 768) { .slick-prev { left: 50px; }
  .slick-next { right: 50px; }
  .fix-height { height: 400px; /* はじめのちらつき防止 */ }
  .main-slider-image { height: 400px; }
  .main-slider-main-copy { font-size: 40px; }
  .main-slider-side-copy { font-size: 24px; } }
/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu { display: none; position: fixed; right: 15px; top: 10px; width: 100px; height: 100px; padding: 20px 20px 15px; cursor: pointer; text-align: center; z-index: 9999; background: #000; }
.btn_menu .menu-trigger { display: inline-block; position: relative; width: 40px; height: 32px; box-sizing: border-box; transition: all .4s; }
.btn_menu .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; position: absolute; left: 0; width: 100%; height: 3px; background-color: #FFF; }
.btn_menu .menu-trigger span:nth-of-type(1) { top: 0; }
.btn_menu .menu-trigger span:nth-of-type(1) { top: 4px; }
.btn_menu .menu-trigger span:nth-of-type(2) { top: 14px; }
.btn_menu .menu-trigger span:nth-of-type(3) { bottom: 0; }
.btn_menu .menu-trigger.active { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.btn_menu .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(-35deg); transform: translateY(10px) rotate(-35deg); }
.btn_menu .menu-trigger.active span:nth-of-type(2) { -webkit-transform: translateY(0) rotate(35deg); transform: translateY(0) rotate(35deg); }
.btn_menu .menu-trigger.active span:nth-of-type(3) { opacity: 0; }
.btn_menu .txt { color: #FFF; font-size: 12px; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold; margin-top: 4px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .btn_menu { display: block; width: 60px; height: 60px; padding: 10px 10px 15px; }
  .btn_menu .menu-trigger { width: 40px; height: 26px; }
  .btn_menu .menu-trigger span { height: 2px; }
  .btn_menu .menu-trigger span:nth-of-type(1) { top: 0; }
  .btn_menu .menu-trigger span:nth-of-type(1) { top: 2px; }
  .btn_menu .menu-trigger span:nth-of-type(2) { top: 12px; }
  .btn_menu .menu-trigger span:nth-of-type(3) { bottom: 0; } }
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager { display: flex; justify-content: center; align-items: center; margin: 40px 0; }
.pager li { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border: 1px solid #000; border-radius: 0; font-size: 20px; background: #FFF;  margin:0 2px;}
.pager li > span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.pager li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: var(--charactercolor); text-decoration: none; }
.pager li.prev, .pager li.next { border: none; border-radius: 0; background: none; }
.pager li.prev .pager-link, .pager li.prev .pager-link:hover, .pager li.next .pager-link, .pager li.next .pager-link:hover { background: none; color: #000; }
.pager li.cur { background: var(--subthemecolor); color: #FFF; border-radius: 0; }
.pager li .pager-link { background: #FFF; padding: 10px; }
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited { color: var(--charactercolor); }
.pager li .pager-link:hover { background:var(--subthemecolor); color: #FFF; border-radius: 0; opacity: 1; }

.serial-nav { width: 100%; max-width: 1200px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: center; }
.serial-nav .serial-nav-prev { text-align: left; }
.serial-nav .serial-nav-next { text-align: right; }
.serial-nav a { display: block; padding: 15px 30px; color:var(--charactercolor); font-weight: bold; }
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited { color:var(--charactercolor); }
.serial-nav a:hover { text-decoration: none; }
.serial-nav .serial-nav-item a { border: 1px solid #000; text-align: center;}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { 
  .pager { margin: 20px 0; }
  .pager li { margin:0 2px 10px 2px; width: 35px;height: 35px;}

  .pager li .pager-link{padding: 0;}

  .serial-nav { padding: 0 10px; }
  .serial-nav .serial-nav-item { width: 48%; }
  .serial-nav a { padding: 10px 20px; } 
}
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog { width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog .koblog-card-wrap { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card-wrap .koblog-card { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px; }
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) { margin-right: 0; }
.koblog .koblog-card-wrap .koblog-card .image {/* max-width: 270px; height: 180px; */ aspect-ratio: 3/2;overflow: hidden; position: relative; }
.koblog .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; font-family: var(--fontfamily),"Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2rem; line-height: 1; margin-right: 10px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; min-width: 100px; height: 24px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text { margin-top: 10px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .koblog { padding: 0 15px 60px; }
  .koblog .koblog-card-wrap { justify-content: center; margin-top: 30px; }
  .koblog .koblog-card-wrap .koblog-card { width: 100%; margin-bottom: 25px; margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card:last-child { margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner { margin-top: 15px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image { max-width: 100%; max-height: 180px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img { width: 100%; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 18px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; } }
@media screen and (max-width: 896px) and (orientation: landscape) { .koblog .koblog-card { width: 49%; margin-right: 2%; }
  .koblog .koblog-card:nth-child(2n) { margin-right: 0; } }
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news { width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog-news .koblog-card-wrap { display: block; margin-top: 30px; }
.koblog-news .koblog-card-wrap .koblog-card { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 10px 0; }
.koblog-news .koblog-card-wrap .koblog-card .image { width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { display: block; width: calc(100% - 120px); }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .koblog-news { max-width: 100%; padding: 0 10px; }
  .koblog-news .koblog-card-wrap { margin-top: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .image { margin-right: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { width: calc(100% - 110px); }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 20px; }
  .koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; } }
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 { padding-bottom: 10px; border-bottom: 1px solid #999; margin-bottom: 40px; }
.entry > header .entry-info { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.entry > header .entry-info .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.entry > header .entry-info .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.entry > .entry-footer { max-width: 1200px; margin: 20px auto; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .entry > header h2 { margin-bottom: 20px; }
  .entry > header .entry-info { margin-bottom: 20px; padding: 0 10px; }
  .entry > header .entry-info .date { margin-right: 10px; margin-bottom: 10px; font-size: 14px; line-height: 1; width: 100%; } }
/* SNSシェアボタン */
.share-wrapper { display: flex; justify-content: flex-start; align-items: center; background: transparent; padding: 5px; }
.share-wrapper .share-list { display: inline-block; }
.share-wrapper .share-item { display: inline-block; margin: 0 0 0 15px; vertical-align: top; }
.share-wrapper .share-item a { color: #999; text-decoration: none; }
.share-wrapper .share-item [class*="acms-icon"] { font-size: 2.2rem; vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook { position: relative; color: #1877F2; line-height: 1.2; }
.share-wrapper .share-item .share-item-facebook::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }
.share-wrapper .share-item .share-item-twitter { position: relative; color: #55ACEE; line-height: 1.2; }
.share-wrapper .share-item .share-item-twitter::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-twitter:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist { width: 100%; max-width: 1200px; margin: 40px auto; padding: 0; }
.taglist .tag { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.taglist .tag a { display: inline-block; padding: 5px 10px; border: 1px solid #999; }
.taglist .tag a:hover { display: inline-block; padding: 5px 10px; border: 1px solid #999; background: #999; color: #FFF; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .taglist { width: 100%; max-width: 100%; margin: 20px auto; padding: 0 10px; } }
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title { text-align: center; margin: 50px 0; }

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* ボタン　色付き */
.btn-attention { background: #C41134; border: 0; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 6px 15px; border-radius: 3px; }

.btn-attention:hover, .btn-attention:visited { color: #FFF; text-decoration: none; }

.btn-attention:focus, .btn-attention:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention:hover { color: #FFF; background-color: #910021; background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021)); background-image: linear-gradient(to bottom, #C41134, #910021); }

.btn-attention:active, .btn-attention:focus { background: #910021; }

/* ボタンサイズ大 */
.btn-large { background: #666; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-large:hover, .btn-large:visited { color: #FFF; text-decoration: none; }

.btn-large:focus, .btn-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-large:hover { background: #444; }

.btn-large:active, .btn-large:focus { background: #444; }

/* ボタンサイズ大 色付き */
.btn-attention-large { background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-large:hover, .btn-attention-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-large:focus, .btn-attention-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-large:hover { background: #910021; }

.btn-attention-large:active, .btn-attention-large:focus { background: #910021; }

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large { width: 100%; background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-block-large:hover, .btn-attention-block-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-block-large:focus, .btn-attention-block-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-block-large:hover { background: #910021; }

.btn-attention-block-large:active, .btn-attention-block-large:focus { background: #910021; }

@media (min-width: 897px) { .btn-block-large { max-width: 360px; }
  .btn-attention-block-large { max-width: 360px; } }
.contact-box .message-group { margin: 0 0 35px; }

.contact-box .message-text { color: #c41134; font-weight: 700; }

.contact-box .contact-no { margin: 0; color: #333; font-weight: 700; font-size: 30px; }

.contact-box .contact-no a { color: inherit; }

.contact-box .error-text { margin: 5px 0 0; color: #c41134; }

.contact-box p { line-height: 1.6; }

.contact-form { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 20px; padding: 0; list-style: none; background: #e5e5e5; }

.contact-form-heading { margin: 40px 0 10px; }

.contact-form-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 0; background: #e5e5e5; border-bottom: 1px solid #fff; }

.contact-form-group fieldset { display: contents; border: 0; }

.contact-form-label { margin: 0; padding: 10px 10px 0; font-weight: 700; text-align: left; }

.contact-form-control, .contact-form-label { display: block; width: 100%; box-sizing: border-box; }

.contact-form-control { padding: 10px; }

.contact-form-grid { margin: 0 -5px; }

.acms-entry .contact-form-col, .contact-form-col { margin: 0 0 10px; padding: 0 5px; }

.acms-entry .contact-form-col:last-child, .contact-form-col:last-child { margin: 0; }

@media screen and (min-width: 897px) { .contact-form { width: 100%; }
  .contact-form-label { padding: 15px 15px 5px; vertical-align: top; }
  .contact-form-control { padding: 5px 15px 15px; }
  .contact-form-col { margin: 0; }
}

.contact-box .mail-step { margin: 0 0 25px; padding: 0 10px; background: #e5e5e5; counter-reset: a; }

.contact-box .mail-step-item { float: left; margin: 0 5px; padding: 14px 0 10px; color: #999; font-weight: 700; list-style: none; border-bottom: 4px solid transparent; font-size: 14px; }

.contact-box .mail-step-item:before { content: counter(a) "."; counter-increment: a; }

.contact-box .mail-step-item-current { color: #333; border-bottom: 4px solid #333; }

@media screen and (min-width: 897px) { .contact-box .mail-step-item { margin: 0 10px; padding: 18px 0 14px; font-size: 16px; } }
.form-btn-box { margin: 0 10px 50px; text-align: center; }

.form-btn { display: inline-block; }

@media screen and (min-width: 897px) { .form-btn-send { width: 100%; max-width: 360px; } }
.label-required { margin: 0 5px; padding: 0px 9px; color: #fff; background: #D20000; border-radius: 3px; font-size: 12px; font-family: "Noto Sans JP";}

@media screen and (min-width: 897px) { .label-required { margin: 0 10px; } }
.contact-box select[required]:required { border: 1px solid #c49511; }

.contact-box select.focused:invalid { border: 1px solid #c41134; }

.contact-box select[required]:valid { border: 1px solid #a7a7aa; }

.contact-box input[required]:required, .contact-box textarea[required]:required { background: #fffdeb; }

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid { background: #ffebee; }

.contact-box input[required]:valid, .contact-box textarea[required]:valid { background: #fff; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { font-size: 16px; box-sizing: border-box; padding: 0 5px; }

.contact-box textarea { font-size: 16px; padding: 5px 5px 4px; }

.contact-box select { background-color: #f7f7f7; min-height: 30px; padding-top: 4px; padding-bottom: 4px; font-size: 16px; vertical-align: top; }

@media screen and (min-width: 897px) { .contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week], .contact-box textarea { padding: 5px 8px; }
  .contact-box select { padding-left: 8px; min-height: 40px; } }
.valid-mark { display: none; }

.valid-mark.valid { display: inline; float: right; color: #5cb85c; }

.invalid { background-color: #ffebee !important; }

.contact-box { width: 100%; max-width: 1200px; margin: 0 auto; }

.contact-box .tel-box { width: 680px; margin: 0 auto 140px; padding: 30px 0; border: 1px solid #000; text-align: center; }

.contact-box .tel-box h2 { margin-bottom: 0; }

.entry-column .contact-box ul li { background: none; padding: 0; }

.contact-box .contact-no { font-size: 4rem; }

.contact-box .contact-no + p { margin-bottom: 0; }

.contact-form, .contact-form-group { background: none; }

.contact-form-group { display: flex; justify-content: flex-start; align-items: stretch; font-size: 1.6rem; }

.contact-form-label { border-bottom: 1px solid #ccc; font-size: 1.6rem; width: calc(100% / 3); padding: 10px; }

.contact-form-control { border-bottom: 1px solid #ccc; font-size: 1.6rem; width: calc((100% / 3 ) * 2); padding: 10px; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { padding: 5px; }

.contact-box select { min-height: 40px; }

.contact-box .acms-admin-form-radio { display: block; margin-bottom: 10px; }

.contact-box .radio-sub { display: inline-block; padding-left: 25px; margin-bottom: 10px; }

.form-btn-box { margin: 20px 10px; }

.contact-box .btn-attention-block-large { position: relative; display: block; width: 100%; padding: 17px 50px 16px; border: 1px solid #222; color: #222; font-weight: 500; text-align: center; text-decoration: none; background: #FFF; transition: all .25s ease; border-radius: 0; margin: auto;  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover { opacity: 0.8; }

.contact-box .btn-large { padding: 17px 30px 16px; border-radius: 0; border: 1px solid #666; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

input, select,textarea { font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 400; }

.contact-box .message-back-link a { color: #222; }

.label-any { margin: 0 10px; padding: 0 9px; color: #fff; background: #666; border-radius: 3px; font-size: 12px; float: right; font-family: "Noto Sans JP";}

.label-required { float: right; }


@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { 
  .contact-box .tel-box { width: 94%; margin-bottom: 50px;}
  .contact-box .contact-no { font-size: 28px; }
  .contact-box .fax { font-size: 20px; }
  .contact-form-label{width:100%;}
  .contact-form-control{width:100%;}

  .label-any {margin: 0 5px;}
}
/* reCAPTCHA */
.grecaptcha-badge { bottom: 80px !important; }

/* ------------------------------
　　print
------------------------------ */
@page { size: A4; margin: 5mm; }
@media print { body { width: 1000px; font-size: 16px; } }

