/*****************************************************************************
CSS only for /kokusaku/ecoreform/
*****************************************************************************/

/* Set
-----------------------------------------*/
#sections {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
}
.basic-page.bgWhite {
  color: #000;
}
.ex_h2style span {
  font-weight: bold;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PcShow {
    display: none;
  }
}
.SpShow {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SpShow {
    display: inline-block;
  }
}

/* Attention
-----------------------------------------*/
.Attention {
  width: 967px;
  margin: 40px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #D5101F;
  border: 2px solid #D5101F;
  padding: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Attention {
  margin: 32px 10px;
  width: auto;
  font-size: 16px;
}
}

/* Memo
-----------------------------------------*/
.Memo {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Memo {
    font-size: 11px;
    margin-top: 8px;
  }
}
.Memo li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.Memo li a {
  color: #000;
}
.Memo--num li {
  text-indent: -2em;
  padding-left: 2em;
}
.Memo--red {
  color: #D5101F;
}

/* Scroll
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .Scroll{overflow-x:scroll;}
  .Scroll::-webkit-scrollbar{height:10px;}
  .Scroll::-webkit-scrollbar-track{background:#eee; border-radius:5px; }
  .Scroll::-webkit-scrollbar-thumb{background:#999; border-radius:5px; }
}

/* Contact
-----------------------------------------*/
.Contact {
  max-width: 976px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 70px auto 40px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact {
    width: auto;
    margin: 30px 10px 40px;
  }
}
.Contact__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #333;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__title {
    font-size: 18px;
    padding: 20px 10px;
    line-height: 1.3;
  }
}
.Contact__inner {
  line-height: 1.5;
  text-align: center;
  padding: 35px 40px 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__inner {
    padding: 15px 20px 20px 20px;
  }
}
.Contact__subtitle {
  font-size: 24px;
  font-weight: bold;
  background:#CCC;
  padding: 11px 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__subtitle {
    font-size: 20px;
  }
}
.Contact__img {
  text-align: center;
  margin-top: 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__img {
    flex-direction: column;
  }
}
.Contact__img a {
  display: block;
}
.Contact__img img {
  max-width: 100%;
  height: auto;
}
.Contact__text {
  font-weight: bold;
  margin-top: 8px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__text {
    font-size: 15px;
    margin-top: 15px;
  }
}
.Contact__text > p {
  font-size: 16px;
}
.Contact__memo {
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__memo {
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.Contact__memo ul {
  font-size: 12px;
  display: inline-block;
}
.Contact__memo li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 6px;
}
.Contact__memo .Contact__memo--center {
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Contact__memo .Contact__memo--center {
    text-align: left;
  }
}

/* LinkSite
-----------------------------------------*/
.LinkSite {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .LinkSite {
    margin-top: 40px;
  }
}
.LinkSite__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .LinkSite__inner {
    margin: 0 10px;
  }
}
.LinkSite__list {
  margin-top: 10px;
}
.LinkSite__list li {
  margin-bottom: 5px;
  padding-left: 23px;
}
.LinkSite__list a {
  color: #000;
}
.LinkSite__icon {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -23px;
}