@charset "utf-8";
html {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
html * {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: url(../images/bg.png);
  font-family: sans-serif;
}
/* ヘッダー */
header {
  position: relative;
  background: #FFFFFF;
}
.header-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  margin: 0;
  width: 200px;
  height: 44px;
  background-image: url(../images/logo-01.png);
  background-size: 200px 44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  /* ヘッダー */
  .header-container {
    padding: 30px 20px 10px 20px;
  }
  .header-logo {
    width: 200px;
    height: 44px;
    background-size: 200px 44px;
  }
}
.header-navbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 62px;
  height: 62px;
  background-image: url(../images/navbtn.png);
  background-size: 62px 62px;
}
.header-navbtn:hover, .header-navbtn:active {
  background-color: #EBDA65;
}
@media screen and (min-width: 768px) {
  .header-navbtn {
    display: none;
  }
}
/* ナビゲーション */
nav {
  font-size: 0.78rem;
  background: #FF7500;
}
@media screen and (min-width: 768px) {
  nav {
    font-size: 1rem;
  }
}
.nav-container {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 20;
  margin: 0;
  padding: 0;
  width: 200px;
  background: #C9893D;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.globalnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.globalnav li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #E1B95A;
  text-decoration: none;
  line-height: 100%;
  color: #ffffff;
}
.globalnav li a:hover, .globalnav li a.current {
  background: #D8B856;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav-container {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px 0 20px;
    width: 100%;
    background: none;
    box-shadow: none;
  }
  .globalnav {
    overflow: hidden;
  }
  .globalnav li {
    float: left;
    width: 20%;
  }
  .globalnav li a {
    padding: 10px 0;
    border-bottom: 8px solid #ffffff;
    text-align: center;
  }
  .globalnav li a:hover, .globalnav li a.current {
    border-bottom: 8px solid #DFCE65;
  }
}
/* フッター */
footer {}
.footer-container {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
}
.copyright {
  margin: 0;
  font-size: 0.8rem;
  color: #000000;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
td, th {
  padding: 8px 20px;
  border: 1px solid #b7b7b7;
}
/* メインコンテンツレイアウト部分 */
.main-contents {}
.main-contents-container {
  padding: 0 0 40px 0;
  background: #ffffff;
}
.keyvisual {
  font-size: 0;
}
.keyvisual img {
  width: 100%;
}
.maincopy {
  margin: 10;
  padding: 40px 20px 0 20px;
  text-align: center;
  font-size: 1.5rem;
}
.mainbody {
  margin: 0;
  padding: 3px 0px 3px 0px;
  text-align: center;
  font-size: 1.5rem;
}
.maintext {
  margin: 10;
  padding: 0px 20px 0 20px;
  text-align: justify;
}
.timetext {
  margin: 0;
  padding: 1px 0px 1px 0px;
  text-align: center;
  font-size: 1rem;
  background: #FFE57A;
}
.mainbodymargin {
  margin: 10;
  padding: 40px 20px 0 20px;
  text-align: center;
  font-size: 1.5rem;
}
/*コンテンツ*/
.contents {}
.contents-container {
  box-sizing: border-box;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}
.contents h1 {
  font-size: 25px;
  border-bottom: 5px solid #40bdc2;
}
.contents h2 {
  font-size: 20px;
}
img.float_left {
  float: left;
  margin: 0 10px 10px 0;
}
.float_clear {
  clear: both;
}
/*コンテンツ終了*/
/*box*/
.forecast {
  padding: 10px 15px 10px 15px;
  background-color: blanchedalmond
}
/*box終了*/
/*アコーディオン*/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
  border-top: 1px solid #000;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/*お客様の声*/
.accordion-container {
  margin: 10px auto 0;
  max-width: 100%;
  width: 100%;
}
.accordion-list:not(:first-child) {
  margin-top: 10px;
}
.accordion-title {
  background: #DDD;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
}
.accordion-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 20px;
}
/*アコーディオンココまで*/
/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
  display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 768px) {
  #js-slidemenu {
    display: block !important;
  }
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}