/* //////////////////////////////////////////// */
/* ///// BOX STYLE //////////////////////////// */
/* //////////////////////////////////////////// */

/* HEADING BOX
=============================================== */
@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: 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-left: 7px orange solid;
  padding: 7px 15px;
  background-color: #e6f6f1;
  background-color: #f0f0f0;
}
.HdgStyleB_ {
  padding: 7px 15px;
  background-color: #8fc900;
  color: #FFF;
}
.HdgStyleC_ {
  border-bottom: 1px silver solid;
  padding: 3px;
}
.HdgStyleD_ { padding: 3px 5px; }
.HdgStyleD_ > * {
  border-left: 6px orange solid;
  padding-left: 10px !important;
}
.HdgStyleE_ {
  color:#9a855b;
  font-weight: bold;
}
.HdgStyleH_ {
  text-align: center;
}
.HdgStyleH_ h1 {
  display: inline-block;
  padding: 3px 30px;
  border-bottom: 5px #43bf8f solid;
}

/* 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: 5px;
  background: #8fc900 url(/img/fm/momo01/ic-btn-arrow.png) 20px center no-repeat;
  color: #fff;
}
a.BtnStyleA_:hover {
  background-color: #b5db49;
  text-decoration: none;
}

/* TABLE BOX
=============================================== */
.TableBox_ table caption { font-weight: bold; }

/* --- 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%; background-color: #fff text-align:left; }

table.TblStyleC_ tr { border-bottom: 1px gray dotted; }
table.TblStyleC_ th { width: 30%; background-color: #f5f5f5; }

/* 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 15px;
  background: url(/img/fm/momo01/list-arrow.png) 0px center no-repeat;
}

.ArrowLinkL_ { margin: 0; padding: 0; overflow: hidden; }
.ArrowLinkL_ a {
  float: left;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
  background: url(/img/fm/momo01/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; }

/* BLOCKQUOTE
--------------------------- */
.TextBox_ blockquote {
  display: block;
  margin: 20px auto;
  padding: 60px 20px 20px;
  width: 80%;
  background: url(/img/com/ps01/bq-mark.png) 20px 10px no-repeat;
  background-color: #f5f5f5;
}

/* //////////////////////////////////////////// */
/* ///// PROPERTY ///////////////////////////// */
/* //////////////////////////////////////////// */

/* フォントカラー */
.FntColorA_ { color: #444 !important; }
.FntColorB_ { color: #7aae49 !important; }
.FntColorC_ { color: #7aae49 !important; }
.FntColorD_ { color: #fff !important; }

/* 背景色 */
.BgColorA_ { background-color: #f0f0f0 !important; }
.BgColorB_ { background-color: #ffffff !important; }
.BgColorC_ { background-color: #e0f1ff !important; }
.BgColorD_ { background-color: #aaccff !important; }
.BgColorE_ { background-color: #aa0000 !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: #cccccc; }
.BdrColorB_ { border-color: #ddeef6; }


/* //////////////////////////////////////////// */
/* ///// SET BOX STYLE //////////////////////// */
/* //////////////////////////////////////////// */

/* SET BOX HEADING
--------------------------- */
.SetBox_ .HeadingBox_ > * { font-weight: bold; }

/* SET STYLE
--------------------------- */
/* 一覧スタイルA */
.SetListStyleA {
  clear: both;
  margin-bottom: 15px;
  padding: 0 0 15px;
}
.SetListStyleA .ImageBox_ img { max-width: 280px; }
.SetListStyleA .HeadingBox_ a { color: #444; }

@media screen and (min-width: 768px) {
  /* 一覧スタイルA */
  .SetListStyleA { overflow: hidden; }
  .SetListStyleA .ImageBox_ {
    float: left;
    box-sizing: border-box;
    margin: 0;
    width: 300px;
  }
  .SetListStyleA .TextArea_ {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 300px);
  }

  /* 高さ揃え */
  .HeightL .CB_ { min-height: 500px; }
  .HeightM .CB_ { min-height: 400px; }
  .HeightS .CB_ { min-height: 300px; }

  /* 高さ揃え時ボタンを下部中央に配置 */
  .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%; }
}
@media screen and (max-width: 767px) {
  /* 一覧スタイルA */
  .SetListStyleA .HeadingBox_ { text-align: center; }
  .SetListStyleA .HeadingBox_ a { text-decoration: underline; }
}


/* //////////////////////////////////////////// */
/* ///// STYLE INPUT  ///////////////////////// */
/* //////////////////////////////////////////// */

.FntStyleA_ { letter-spacing: 5px; font-family: 'Lora', serif; }

