@media screen and (min-width: 768px) {
  /* CB_の列数によってTextBoxの高さを変える
  ------------------------------------------ */
  .Col2_ .HeightM_ { min-height: 170px; }
  .Col3_ .HeightM_ { min-height: 240px; }
  .Col4_ .HeightM_ { min-height: 300px; }
  .HeightM_ { min-height: 135px; }

  .Col2_ .HeightS_ { min-height: 120px; }
  .Col3_ .HeightS_ { min-height: 170px; }
  .Col4_ .HeightS_ { min-height: 200px; }
  .HeightS_ { min-height: 70px; }
}

/* ///// 見出し /////////////////////////////// */
@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: 20px;
    font-weight: bold;
  }
  .HeadingBox_ h2,.HeadingBox_ h3,.HeadingBox_ h4,
  .HeadingBox_ h5,.HeadingBox_ h6 {
    font-size: 18px;
    font-weight: bold;
  }
}

/* --- Preset Style --- */
.HdgStyleA_ {
  border-top: 5px #6cbd9d solid;
  padding: 10px 15px;
  background-color: #f2f2f2;
}
.HdgStyleB_ {
  padding: 7px 15px;
  background-color: #cfe6dc;
}
.HdgStyleC_ {
  border-bottom: 1px silver solid;
  padding: 3px;
}
.HdgStyleD_ { padding: 3px 5px; }
.HdgStyleD_ > * {
  border-left: 6px #119cf8 solid;
  padding-left: 10px !important;
}
.HdgStyleE_ {
  margin-bottom: 20px;
  text-align: center;
  color: #7aae49;
}

/* ///// 画像 ///////////////////////////////// */
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; }

/* tukatenaikan-------------------------*/
a.ZoomImg_ img {
  padding-bottom:25px;
  background-image: url(../../../img/com/ps01/glass.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* ///// ボタン /////////////////////////////// */
.ButtonBox_ a {
  display: table;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  width: 280px;
  padding: 10px 30px;
  text-align: center;
  text-decoration:none;
}

.Col3_ .ButtonBox_ a { width: 250px; }
.Col4_ .ButtonBox_ a { width: 100%; }
.Col5_ .ButtonBox_ a { width: 100%; }

/* Preset Style */
a.BtnStyleA_ {
  margin: 0 auto;
  border-bottom: 3px #3f6657 solid;
  background-color: #63ad90;
  background: #63ad90 url(../../../img/fm/acj01/frame/arrow-green.webp)  95% center / 32px no-repeat;
  color: #fff;
}
a.BtnStyleA_:hover {
  margin-top: 2px;
  border-bottom: 1px #3f6657 solid;
  text-decoration: none !important;
  opacity: 1;
}


a.BtnStyleB_ {
  color: #fff;
  padding: 15px 0 15px 40px;
  width: 300px;
  background: #61c9f2 url(../../../img/fm/addd02/ic-btn-mail.png) 40px center no-repeat;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
a.BtnStyleB_:hover {
  background-color: #1a7ec3;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.BtnStyleB_ {
    width: 260px;
    background: #61c9f2 url(../../../img/fm/addd02/ic-btn-mail.png) 30px center no-repeat;
  }
}

/* Preset Color */
a.BtnColorA_ {
  border-color: #0065f7;
  background-color: #e80000;
  background-color: #e49c9f;
  color: #fff;
}
a.BtnColorA_:hover { background-color: #bb0909; }

/* ///// テーブル ///////////////////////////// */
.TableBox_ table caption { font-weight: bold; }

/* Preset Style */
table.TblStyleA_ th {
  border: 1px #ccc solid;
  width: 30%;
  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; }

/* ///// その他 /////////////////////////////// */
/* フォントカラー */
.FntColorA_ { color: #444 !important; }
.FntColorB_ { color: #7aae49 !important; }
.FntColorC_ { color: #fc5755 !important; }
.FntColorD_ { color: #fff !important; }

.FntStyleA_ { letter-spacing: 5px; font-family: 'Lora', serif; }

/* 背景色 */
.BgColorA_ { background-color: #f0f0f0 !important; }
.BgColorB_ { background-color: #fc5755 !important; }
.BgColorC_ { background-color: #e0f1ff !important; }
.BgColorD_ { background-color: #ffffff !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: #40b5f2;
}

/* ///// STYLES /////////////////////////////// */

/* リストマークなしリスト */
.ListStyleA_ {
  margin: 0; padding: 0;
  list-style: none;
}

/* チェックマークリスト */
.ListStyleB_ {
  padding: 0;
  list-style: none;
}
.ListStyleB_ li {
  margin-bottom: 10px;
  padding: 3px 0 3px 30px;
  background: url(../../../img/fm/com/ico-check.png) left center no-repeat;
  background-size: 20px;
}

ol.BgcInList,
ul.BgcInList {
  border-radius:10px;
  padding: 20px;
  background-color: #ebf1e6;
}
.BgcInList li {
  margin: 0 0 10px 30px;
}
.BgcInList > :last-child { margin-bottom: 0; }

/* TEXT BOX
=============================================== */

/* リンク装飾
--------------------------- */
p.ArrowLinkL {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
p.ArrowLinkL a {
  float: left;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
  background: url(../../../img/fm/addd02/list-arrow.png) 0px center no-repeat;
}

p.ArrowLinkR {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
p.ArrowLinkR a {
  float: right;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 15px;
  background: url(../../../img/fm/addd02/list-arrow.png) 0px center no-repeat;
}

/* 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: red 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: #9a855b;
  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: #9a855b;
  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; }

/* ///// その他 /////////////////////////////// */
/* 画像拡大アイコン */
.iZoom {
  padding: 0;
  margin: 0 0 10px;
  line-height: 22px;
}
.iZoom img {
  display: inline-block;
  vertical-align: middle;
}

/* 画像キャプション */
figcaption { font-weight: bold; }

/* テーブル */
.Th30P th { width: 30%; }
.Th40P th { width: 40%; }
.Th50P th { width: 50%; }
.Th70P th { width: 70%; }

/* DLタグ */
dl.DlStyleA { margin: 0 0 15px; }
.DlStyleA dt { margin-top: 10px; font-weight: bold; }
.DlStyleA dd { margin: 0; }
.DlStyleA dt:first-child { margin-top: 0; }

.Marker {
  background-image: linear-gradient(transparent 60%, #e3fafe 40%);
}

/* ///// SET LIST STYLES /////////////////////////////// */

.SetListStyleA {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px #ccc solid;
  padding: 0 0 15px;
}
.SetListStyleA .ImageBox_ img {
  max-width: 300px;
}
.SetListStyleA .HeadingBox_ a {
  color: #444;
}

@media screen and (min-width: 768px) {
  .SetListStyleA { overflow: hidden; }
  .SetListStyleA .ImageBox_ {
    float: left;
    box-sizing: border-box;
    margin: 0;
    width: 320px;
    text-align: left;
  }
  .SetListStyleA .TextArea_ {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .SetListStyleA .HeadingBox_ { text-align: center; }
  .SetListStyleA .HeadingBox_ a { text-decoration: underline; }
}


