@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: normal;
  }
  .HeadingBox_ h2 {
    font-size: 25px;
    font-weight: normal;
  }
  .HeadingBox_ h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .HeadingBox_ h4,.HeadingBox_ h5,.HeadingBox_ h6 {
    font-size: 18px;
    font-weight: normal;
  }
}
@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-left: 7px #21b8ed solid;
  padding: 3px 15px;
}
.HdgStyleB_ {
  padding: 7px 15px;
  background-color: #eff8f9;
}
.HdgStyleC_ {
  border-bottom: 1px #61c9f2 solid;
  border-bottom: 1px silver solid;
  padding: 3px;
}
.HdgStyleD_ { padding: 3px 5px; }
.HdgStyleD_ > * {
  border-left: 6px #61c9f2 solid;
  padding-left: 10px;
}

/* ///// 画像 ///////////////////////////////// */
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/themes/addd01/glass.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* ///// ボタン /////////////////////////////// */
.ButtonBox_ a {
  display: table;
  box-sizing: border-box;
  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_ {
  border-radius: 5px;
  border-bottom: 3px steelblue solid;
  background: #61c9f2 url(/img/fm/ci01/ic-btn-arrow.png) 20px center no-repeat;
  font-weight: bold;
  color: #fff;
}
a.BtnStyleA_:hover {
  background-color: #1a7ec3;
  text-decoration: none;
}

a.BtnStyleB_ {
  color: #fff;
  padding: 15px 0 15px 40px;
  width: 300px;
  background: #61c9f2 url(/img/fm/ci01/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/ci01/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;
  background-color: #f5f5f5;
  text-align: left;
}
table.TblStyleA_ td { border: 1px #ccc solid; }

table.TblStyleB_ tr { border-bottom: 1px gray dotted; }

/* tukatenaikan-------------------------*/
.TableBox_ table.TblStyleC_ th { border: 1px #ccc solid; }
.TableBox_ table.TblStyleC_ td { border: 1px #ccc solid; }

/* Preset Color */
.TableBox_ table.TblColor1_ th { background-color: #f5f5f5; }

/* ///// その他 /////////////////////////////// */
/* フォントカラー */
.FntColorA_ { color: #9a855b !important; }
.FntColorB_ { color: #61c9f2 !important; }
.FntColorC_ { color: #fff !important; }
.FntColorD_ { color: #444 !important; }
.FntColorZ_ { color: red !important; }

.FntStyleA_ { letter-spacing: 5px; font-family: 'Lora', serif; }

/* 背景色 */
.BgColorA_ { background-color: #f0f0f0 !important; }
.BgColorB_ { background-color: #f6f4eb !important; }
.BgColorC_ { background-color: #eff8f9 !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: #ddeef6;
}

/* ///// 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;
}

/* リンク装飾
--------------------------- */
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/themes/bt01/hm-arrow-list.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 20px;
  background: url(/img/themes/bt01/hm-arrow-list.png) 0px 4px no-repeat;
}

