@charset "utf-8";
/* CSS Document */
body, td, th {
  font-family: segoe UI, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media(min-width:751px) {
  .pcn {
    display: none !important;
  }
}
@media(max-width:750px) {
  .spn {
    display: none !important;
  }
}
.brown {
  color: #c79400;
}
.red {
  color: red;
}
.blue {
  color: #29589c;
}
.left {
  text-align: left;
}
.bold {
  font-weight: 800;
}
.f-1_5 {
  font-size: 1.5rem !important;
}
.f-2 {
  font-size: 2rem !important;
}
.f-4 {
  font-size: 4rem !important;
}
.f-s {
  font-size: 70%;
}
@media screen and (max-width: 480px) {
  .f-4 {
    font-size: 2rem !important;
  }
}
#inner {
  padding: 0 !important;
  background-color: #FFFFFF;
  margin-bottom: 1%;
}
#inner > .container {
  width: 90%;
  margin: 5% auto;
}
.mv {
  width: 100%;
  margin: 1rem auto;
}
.mv img {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.read {
  width: 80%;
  margin: 1rem auto;
}
.read p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.read ul {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.read ul li {
  list-style-type: disc;
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .read {
    width: 90%;
  }
  .read p {
    text-align: left;
  }
}
#inner h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  #inner h1 {
    font-size: 1.3rem;
    padding: .8rem;
  }
}
#inner h1 img {
  width: 80%;
}
/*動画埋め込みここから====================*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 480px) {
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*動画埋め込みここまで====================*/
/*ボックスの類ここから================================================*/
/*▼背景茶色のボックス▼*/
.box-bk_brown {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
  background: #b8984b;
  color: #fff;
  font-size: 1rem;
}
.box-bk_brown .ttl {
  color: #efff00;
  font-size: 1.9rem;
  font-weight: bold;
} /*▲背景茶色のボックス▲*/
/*▼背景なし枠線茶色のボックス▼*/
.box-brown {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  border: #b8984b solid 3px;
  color: #000;
}
.box-brown .ttl {
  display: inline-block;
  font-size: 2rem;
  border-bottom: #b8984b solid 2px;
  padding: 1rem;
}
@media screen and (max-width: 480px) {
  .box-brown {
    width: 90%;
  }
  .box-brown .ttl {
    font-size: 1.3rem;
  }
}
.box-brown p {
  text-align: left;
}
.disc {
  display: list-item;
  list-style-type: none;
}
.box-brown dl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 1rem auto 0;
  font-size: 1.1rem;
}
.box-brown dt {
  width: 48%;
  padding: 3% 1% 1%;
  text-align: left;
}
.box-brown dd {
  width: 50%;
  padding-bottom: 1%;
  text-align: left;
}
.box-brown ul {
  width: 90%;
  margin: .5rem auto 0;
  padding-bottom: 1%;
  text-align: left;
}
.box-brown ul li {
  list-style-type: disc;
  margin-left: 1rem;
}
/*▲背景なし枠線茶色のボックス▲*/
/*ボックスの類ここまで================================================*/
/*ボタン類==========================================================*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF !important;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1rem;
  margin: 10px auto;
  width: 77%;
  text-align: center;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover {
  opacity: 0.8;
}
/*ボタン類ここまで=================================================*/
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item--_30per {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.item--_30per img {
  max-width: 100%;
}
.item--_30per a:hover {
  opacity: .7;
}
@media screen and (max-width: 480px) {
  .f-container {
    display: block;
  }
  .item--_30per {
    width: 100%;
  }
}
.Product {
  width: 100%;
}
.Product .productbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 1rem;
  /*padding: 1.2rem;*/
  /*background: #efefef;*/
}
@media screen and (max-width: 450px) {
  .Product {
    display: block;
  }
  .Product .productbox {
    width: 90%;
    margin: 30px auto;
  }
}
.copy-area input {
  border: 2px solid;
  padding: 1.0rem;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 1.0rem auto;
  display: block;
}
.copy-area button {
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 10px;
  line-height: 48px;
  padding: 0 2.0rem;
}
@media screen and (max-width: 600px) {
  .copy-area input {
    font-size: 100%;
  }
}
/*ボックスの類ここから================================================*/
/*▼青枠のボックス▼*/
.box-b_blue {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  border: solid 1px #003780;
}
.box-b_blue .ttl {
  color: #2200FD;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 1rem;
}
.box-b_blue p {
  text-align: left;
} /*▲青枠のボックス▲*/
/*ボックスの類ここまで================================================*/
/*ボタン類==========================================================*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF !important;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 30px auto;
  width: 77%;
  text-align: center;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover {
  opacity: 0.8;
}
.btn-square-blue {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF !important;
  background: #003780;
  border-bottom: solid 2px #003780;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px auto;
  width: 77%;
  text-align: center;
}
/*.btn-square-blue:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}*/
.btn-square-pop:hover {
  opacity: 0.8;
}
/*ボタン類ここまで=================================================*/
#detail {
  width: 90%;
  margin: 1rem auto;
}
#detail h2 {
  padding: .8rem;
  border-left: 4px solid #003780;
  text-align: left;
  font-size: 1.3rem;
  color: #003780;
  margin: 1.5rem 1.2rem 0;
}
#detail h3 {
  padding: .8rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 1rem;
}
.detail-conditions {
  width: 100%;
}
.detail-conditions ul {
  width: 90%;
  margin: 1rem auto;
  text-align: left;
}
.detail-conditions li {
  list-style: none;
  padding-left: 12em;
  text-indent: -12em;
}
.detail-conditions .detail-box {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#detail2 {
  width: 90%;
  margin: 2rem auto;
}
#detail2 p {
    font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  #detail {
    width: 100%;
    margin: 1rem auto;
  }
  #detail h2 {
    margin: 1rem 0 0 0;
  }
  #detail h3 {
    margin: 0 0;
  }
}