/* //////////////////////////////////////////// */
/* ///// BOX STYLE //////////////////////////// */
/* //////////////////////////////////////////// */

/* HEADING BOX
=============================================== */
@media screen and (min-width: 768px) {
  .HeadingBox_ h1 { font-size: 30px; font-weight: bold; }
  .HeadingBox_ h2 { font-size: 25px; font-weight: bold; }
  .HeadingBox_ h3 { font-size: 20px; font-weight: bold; }
  .HeadingBox_ h4,.HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: bold; }
}
@media screen and (max-width: 767px) {
  .HeadingBox_ h1 { font-size: 22px; font-weight: bold; }
  .HeadingBox_ h2 { font-size: 20px; font-weight: bold; }
  .HeadingBox_ h3,.HeadingBox_ h4,
  .HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: bold; }
}

/* --- Preset Style --- */
.HdgStyleA_ {
  border-bottom: 3px #0c3b2c solid;
  padding: 5px 5px;
  letter-spacing: 2px;
}
.HdgStyleB_ {
  padding: 7px 15px;
  background-color: #deefea;
}
.HdgStyleC_ {
  border-bottom: 1px #0c3b2c solid;
  padding: 3px;
}
.HdgStyleD_ { padding: 3px 5px; }
.HdgStyleD_ > * {
  border-left: 6px #0c3b2c solid;
  padding-left: 10px !important;
}
.HdgStyleD_ h1 {
  letter-spacing: 3px;
}
.HdgStyleE_ {
  margin-bottom: 20px;
  text-align: center;
}
.HdgStyleE_ h1 {
  letter-spacing: 3px;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
}
.HdgStyleE_ span{
  display: block;
  margin-bottom: 6px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 20px;
  color: #0c3b2c;
  color: #1a5d46;
}
@media screen and (max-width: 767px) {
  .HdgStyleE_ h1 {
    font-size: 28px;
  }
  .HdgStyleE_ h2 {
    font-size: 28px;
  }
  .HdgStyleE_ span{
    font-size: 15px;
  }
}

/* IMAGE BOX
=============================================== */
img.ImgBorderA_ { margin: 3px; border: 1px #ccc solid; padding: 1px; }
img.ImgBorderB_ { margin: 3px; border: 5px #fff solid; box-shadow: 0 0 2em rgba(0,0,0,.75); }

a:hover img.ImgHover_ { opacity: 0.7; }

/* BUTTON BOX
=============================================== */
/* --- Preset Style --- */
a.BtnStyleA_ {
  border-radius: 50vw;
  background: #0c3b2b url(/img/fm/gsc01/style/btn-arrow.png) 90% center / 8px no-repeat;
  color: #fff;
  transition: 0.3s;
}
a.BtnStyleA_:hover {
  filter: brightness(1.3);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.BtnStyleA_ {
    width: 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  a.BtnStyleA_ {
    width: 250px;
  }
}

a.BtnStyleB_ {
  border-radius: 50px;
  padding: 15px 10px;
  background: #0c3b2b url(/img/fm/gsc01/style/btn-arrow.png) 90% center / 8px no-repeat;
  color: #fff;
  transition: 0.2s;
}
a.BtnStyleB_:hover {
  filter: brightness(1.3);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.BtnStyleB_ {
    width: 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  a.BtnStyleB_ {
    width: 250px;
  }
}

/* TABLE BOX
=============================================== */
.TableBox_ table caption { font-weight: bold; }

table.ThW40P th { width: 40% !important; }
table.ThW50P th { width: 50% !important; }

/* --- Preset Style --- */
table.TblStyleA_ th {
  border: 1px #ccc solid;
  width: 35%;
  background-color: #f5f5f5;
  text-align: left;
}
table.TblStyleA_ td { border: 1px #ccc solid; }

table.TblStyleB_ tr { border-bottom: 1px gray dotted; }
table.TblStyleB_ th { width: 30%;}

table.TblStyleC_ tr { border-bottom: 1px gray dotted; }
table.TblStyleC_ th { width: 30%; background-color: #f5f5f5; }

table.TblStyleD_ tr:nth-child(even) { background-color: #f5f5f5; }
table.TblStyleD_ tr:nth-child(odd) { background-color: #fff; }
table.TblStyleD_ th { width: 25%; text-align: center; }
table.TblStyleD_ td { text-align: left; }

table.TblStyleE_ { border: 1px #ccc solid; }
table.TblStyleE_ th { border: 1px #ccc solid; background-color: #f5f5f5; white-space: nowrap;  text-align: left; }
table.TblStyleE_ td { border: 1px #ccc solid; }

table.TblStyleF_ { border: 1px #ccc solid; }
table.TblStyleF_ th { width: 25%;  border: 1px #ccc solid; background-color: #f5f5f5; white-space: nowrap;  text-align: left; }
table.TblStyleF_ td { border: 1px #ccc solid; }

/* TEXT BOX
=============================================== */
/* 矢印リンク
--------------------------- */
.ArrowLinkR_ { margin: 0; padding: 0; overflow: hidden; }
.ArrowLinkR_ a {
  float: right;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  background: url(/img/fm/gsc01/frame/sm-arrow.png) 0px center no-repeat;
  background-size: 10px;
}

.ArrowLinkL_ { margin: 0; padding: 0; overflow: hidden; }
.ArrowLinkL_ a {
  float: left;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  background: url(/img/fm/gcs01/frame/sm-arrow.png) 0px center no-repeat;
  background-size: 10px;
}

/* LIST STYLE
--------------------------- */
/* 丸チェック */
ul.ListCheckA_{ margin: 0 0 20px 10px; padding: 0; list-style: none; }
ul.ListCheckA_ li { position: relative; margin-bottom: 10px; padding: 5px 0 5px 30px; }
ul.ListCheckA_ li:before {
  position: absolute;
  top: 50%; left: 0;
  margin-top: -12px;
  border-radius: 50%;
  width: 24px; height: 24px;
  background: #e38d20 url(/img/com/ps01/check-mark-circle.png) left center no-repeat;
  background-size: 24px;
  content: "";
}

/* 四角チェック */
ul.ListCheckB_ { margin: 0 0 20px 10px; padding: 0; list-style: none; }
ul.ListCheckB_ li {
  margin-bottom: 10px;
  padding: 5px 0 5px 30px;
  background: url(/img/com/ps01/check-mark-square.png) left center no-repeat    ;
  background-size: 24px;
}

/* 丸ナンバー */
ol.ListNumA_ { margin: 0 0 20px 10px; padding: 0; counter-reset:number; list-style:none; }
ol.ListNumA_ li { position: relative; margin: 0; padding: 10px 0 10px 50px; font-size: 20px; }
ol.ListNumA_ li:before {
  position: absolute;
  top: 50%; left: 0;
  margin-top: -20px;
  border-radius: 50%;
  width: 40px; height: 40px;
  background-color: #0c3b2c;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/* 四角ナンバー */
ol.ListNumB_ { margin: 0 0 20px 10px; padding: 0; counter-reset:number; list-style:none; }
ol.ListNumB_ li { position: relative; margin: 0; padding: 10px 0 10px 50px; font-size: 20px; }
ol.ListNumB_ li:before {
  position: absolute;
  top: 50%; left: 0;
  margin-top: -20px;
  border-radius: 5px;
  width: 40px; height: 40px;
  background-color: #eb5e01;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/* リスト背景色 */
ul.ListBgColor_,ol.ListBgColor_ {
  border-radius:10px;
  padding: 20px;
  background-color: #f5f5f5;
}
.ListBgColor_ li { margin: 0 0 10px 30px; }
.ListBgColor_ > :last-child { margin-bottom: 0; }

/* 行間多め */
.ListMgnB15_ li,.ListMgnB15 li { margin-bottom: 15px; }

/* リストマークなし */
.ListStyleNone_,.ListStyleNone { margin: 0; padding: 0; list-style: none; }

/* BLOCKQUOTE
--------------------------- */
.TextBox_ blockquote {
  display: block;
  margin: 0px auto;
  border: 1px dotted #ccc;
  border-radius:10px;
  padding: 10px;
  font-size:12px;
}

/* //////////////////////////////////////////// */
/* ///// PROPERTY ///////////////////////////// */
/* //////////////////////////////////////////// */

/* フォントカラー */
.FntColorA_ { color: #1a5d46 !important; }
.FntColorB_ { color: crimson !important; }
.FntColorC_ { color: #fff !important; }
.FntColorD_ { color: #444 !important; }
.FntColorE_ { color: #e25c04 !important; }

/* 背景色 */
.BgColorA_ { background-color: #f0f0f0 !important; }
.BgColorB_ { background-color: #deefea !important; }
.BgColorC_ { background-color: #ffffff !important; }
.BgColorD_ { background-color: #0c3b2c !important; }

/* BOXの影 */
.ShadowA_ { box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1); }

/* 線の色 */
.Bdr_,.BdrT_,.BdrB_,.BdrTB_,.BdrL_,.BdrR_,.BdrLR_ { border-color: #ccc; }
.Dotted_ { border-color: gray; }
.Dashed_ { border-color: #ccc; }

.BdrColorA_ { border-color: #0c3b2b !important; }

/* //////////////////////////////////////////// */
/* ///// SET BOX STYLE //////////////////////// */
/* //////////////////////////////////////////// */

/* SET BOX HEADING
--------------------------- */
.SetBox_ .HeadingBox_ > * { font-weight: bold; }

/* SET STYLE
--------------------------- */
/* 一覧スタイルA */
.SetListStyleA {
  clear: both;
  margin-bottom: 20px;
}
.SetListStyleA .HeadingBox_ a { color: #444; }

/* PC */
@media screen and (min-width: 768px) {
  /* 一覧スタイルA */
  .SetListStyleA {
    padding: 0 0 20px;
    overflow: hidden;
  }
  .SetListStyleA .ImageBox_ {
    float: left;
    box-sizing: border-box;
    margin: 0 0 15px;
    margin: 0;
    width: 400px;
    text-align: left;
  }
  .SetListStyleA .ImageBox_ img {
    max-width: 380px;
  }
  .SetListStyleA .TextArea_ {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 400px);
  }
  .SetListStyleA .HeadingBox_ {
    margin-bottom: 10px;
  }
  .SetListStyleA .HeadingBox_ h2,
  .SetListStyleA .HeadingBox_ h3{
    font-size: 22px;
  }

  /* 高さ揃え */
  .HeightL .CB_ { min-height: 500px; }
  .HeightM .CB_ { min-height: 400px; }
  .HeightS .CB_ { min-height: 320px; }

  /* 高さ揃え時ボタンを下部中央に配置 */
  .HeightL .SetBox_ .ButtonBox_,
  .HeightM .SetBox_ .ButtonBox_,
  .HeightS .SetBox_ .ButtonBox_ {
    position: absolute;
    bottom: 10px; left: 0; right: 0;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* フロート画像を縮小しボタンを下部に配置 */
  .SetFImageStyleA .SetBox_ { height: 300px; overflow:hidden; }
  .SetFImageStyleA .SetBox_ .TextBox_ img { max-width: 40%; max-height: 150px; }
  .SetFImageStyleA .SetBox_ .ButtonBox_ {
    position: absolute;
    bottom: 10px; left: 0; right: 0;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* ImageBoxとTableBoxの表示幅比率 */
  .Image25Table70 .ImageBox_ { width: 25%; }
  .Image25Table70 .TableBox_ { width: 70%; }
}
/* SP */
@media screen and (max-width: 767px) {
  /* 一覧スタイルA */
  .SetListStyleA.SetBox_ {
    padding: 0 0 15px;
  }
  .SetListStyleA .ImageBox_ { margin-bottom: 10px; }
  .SetListStyleA .ImageBox_ img { width: 100%; }
  .SetListStyleA .HeadingBox_ { margin-bottom: 10px; text-align: center; }
  .SetListStyleA .HeadingBox_ h2,
  .SetListStyleA .HeadingBox_ h3{
    font-size: 20px;
  }
  .SetListStyleA .HeadingBox_ a { text-decoration: underline; }
}

/* //////////////////////////////////////////// */
/* ///// STYLE INPUT  ///////////////////////// */
/* //////////////////////////////////////////// */
.Mgn0 { margin: 0 !important; }
/* PC */
@media screen and (min-width: 768px) {
  /* 会社概要　キャラクター画像 */
  .character { margin-top: -10px; }
}

/* -- お電話でのお問い合わせ -- */
p.TelIcon a{
  margin: 0 0 0 10px;
  padding: 0 0 0 42px;
  background: url(/img/fm/si01/contact-tel.png) 0 2px/36px no-repeat;
  line-height: 40px;
  font-size: 24px;
}

/* -- SMP -- */
@media screen and (max-width: 767px) {
  .TableBoxScroll {
    max-width: 100%;
    overflow: auto;
  }
}

