@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "游ゴシック Medium", "游ゴシック", sans-serif;
  font-size: 1.6rem;
  color: #272524;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overflow-x: hidden;
  text-align: center;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
a {
  transition: all .3s;
}
a:hover {
  opacity: .3;
}

/* cv */
.cv_wrap {
  position: relative;
}
.cv_btn01 {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
}
.cv_btn02 {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
}
.cv_btn01 img,
.cv_btn02 img {
  width: 100%;
}

/* toggle */
.toggle {
  margin: 0 13px;
  text-align: left;
}
.toggle__switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 35px 8px 12px;
  position: relative;
  cursor: pointer;
  background: #f9f3db;
  margin-top: 4px;
}
.toggle .toggle__switch:nth-child(1) {
  margin: 0;
}
.toggle__title {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
.toggle__title span {
  background: url("../img/icon_01.png") center/cover no-repeat;
  display: inline-block;
  width: 23px;
  height: 33px;
  min-width: 23px;
  margin-right: 10px;
}
.toggle__down::before {
  position: absolute;
  content: "";
  display: block;
  top: 27px;
  right: 14px;
  width: 11px;
  height: 1px;
  background: #272524;
}
.toggle__down::after {
  position: absolute;
  content: "";
  display: block;
  top: 22px;
  right: 19px;
  width: 1px;
  height: 11px;
  background: #121212;
  transition: linear .3s;
}
.toggle__down.toggle__up::after {
  transform: rotate(90deg);
  background: #272524;
}
.toggle__contents {
  display: none;
  font-size: 1.4rem;
  padding: 10px 11px;
  line-height: 1.5;
}

/* sec03 */
.sec03 {
  text-align: left;
  background: #f8f5ec;
  padding-bottom: 33px;
}

.sec03__box {
  background: #fff;
  border-radius: 7px;
  margin: 0 13px;
  padding: 16px 14px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.sec03__box--postage {
  font-size: 1.5rem;
  line-height: 1.4;
}
.sec03__box .heading04 {
  background: #ccaa33;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  padding: 0 10px;
  margin-bottom: 9px;
}
.sec03__box p span {
  width: 113px;
  display: inline-block;
}
.box__img01 {
  margin-bottom: 12px;
}
.box__img02 {
  margin: 6px auto 5px;
  width: 93%;
}

/* sec04 */
.sec04 {
  background: #f4ebc9;
  padding-bottom: 38px;
  text-align: left;
}
.sec04__box {
  background: #fff;
  border-radius: 7px;
  margin: 0 13px;
  padding: 16px 14px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.box__img03 {
  margin: 11px auto 7px;
}

/* footer */
.footer {
  background: #fff;
  padding: 45px 0;
}
.footer__logo {
  background: #fff;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: block;
}
.footer__nav {
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin: 24px 0 35px;
  line-height: 1.9;
}
.footer__nav li {
  display: inline-block;
  padding-left: 5px;
}
.footer__copyright {
  text-align: center;
  letter-spacing: 1.4px;
}
.footer__copyright small {
  font-size: 1rem;
}
.item01 {
  margin-bottom: 17px;
}
.item02 {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .header, .main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  /* cv */
  .cv_btn01 {
    bottom: 5.3%;
    width: 55%;
  }
  .cv_btn02 {
    bottom: 5.2%;
    width: 52%;
  }

  /* toggle */
  .toggle {
    margin: 0 auto;
    width: 63%;
    max-width: 1000px;
  }
  .toggle__switch {
    padding: 10px 70px 9px 24px;
    margin-top: 8px;
  }
  .toggle__title {
    font-size: 2.8rem;
  }
  .toggle__title span {
    width: 39px;
    height: 56px;
    min-width: 39px;
    margin-right: 22px;
    margin-top: 6px;
  }
  .toggle__contents {
    font-size: 2.4rem;
    padding: 22px 27px 31px 45px;
    line-height: 1.7;
    letter-spacing: 3px;
  }
  .toggle__down::before {
    top: 41px;
    right: 30px;
    width: 20px;
  }
  .toggle__down::after {
    top: 32px;
    right: 39px;
    height: 20px;
  }

  /* sec03 */
  .sec03 {
    padding-bottom: 79px;
  }
  .sec03__box {
    width: 63%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2.2rem;
    padding: 50px 68px;
    line-height: 1.6;
    letter-spacing: 2.5px;
  }

  .sec03__box .heading04 {
    font-size: 2.6rem;
    line-height: 2.1;
    padding: 0 21px;
    margin-bottom: 15px;
  }

  .item01 {
    margin-bottom: 40px;
  }
  .item02 {
    margin-bottom: 43px;
  }
  .box__img01 {
    margin: 8px 0 18px;
  }

  .box__img02 {
    margin: 14px 0 5px;
    width: 69.5%;
  }

  .sec03__box--postage {
    padding: 43px 68px;
  }
  .sec03__box--postage p {
    font-size: 2.6rem;
    line-height: 1.6;
    margin: 0 auto;
    width: 393px;
  }
  .sec03__box p span {
    width: 196px;
  }

  /* sec04 */
  .sec04 {
    padding-bottom: 82px;
  }
  .sec04__box {
    width: 63%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2.2rem;
    padding: 50px 68px;
    line-height: 1.6;
    letter-spacing: 2.5px;
  }
  .box__img03 {
    margin: 25px auto 7px;
  }

  /* footer */
  .footer {
    padding: 102px 0;
  }
  .footer__logo {
    max-width: 343px;
    padding-right: 10px;
  }
  .footer__nav {
    font-size: 2.2rem;
    margin: 47px 0 76px;
    padding-right: 16px;
    letter-spacing: 0;
  }
  .footer__nav li:nth-child(1) {
    padding-left: 0;
  }
  .footer__nav li:nth-child(2) {
    padding-left: 35px;
  }
  .footer__nav li:nth-child(3) {
    padding-left: 42px;
  }
  .footer__nav li .pc_only {
    display: inline-block;
  }
  .footer__copyright small {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

.fixed_banner {
position: fixed; /* 追従させる為にfixedの値を記述します */
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
bottom: 10px; /* 下から10pxのところにバナーを配置します */
right: 0px; /* 右から5pxのところにバナーを配置します */
}

.fixed_banner_pc {
width: 480px; /* バナーの横幅を指定してあげます */
}

.floating-banner:hover {
opacity: .8; /* マウスが重なった時に少し透過させます */
}

.fixed_banner_sp {
display: none; /* PCではスマホ用のバナーは非表示にします */
}


@media screen and (max-width: 480px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */

.fixed_banner_sp {
display: none; /* 消していたスマホ用のバナーを表示させます */
margin-left: auto;
margin-right: auto;
width: 100vw; /* スマホの画面幅いっぱいにバナーを表示させます */
}

}