@charset "UTF-8";

/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
}

#contWrap ul {
  list-style-type: none;
}

#contWrap h3, #contWrap h4, #contWrap ul, #contWrap a {
  margin: 0;
}

@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.product-box__ttl, .product-box__price, .product-box__catch {
  text-align: left;
}

/*共通パーツ
---------------------------------------*/
.link-btn:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.wrap {
  width: 96.55172413793103%;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}

.wrap_wrap {
  margin-top: 70px;
}

.ttl3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #002558;
}

.ttl3::before {
  content: url("images/ttl3_img01.png");
  position: absolute;
  top: 14px;
  left: -100px;
}

.ttl3::after {
  content: url("images/ttl3_img02.png");
  position: absolute;
  top: 14px;
  right: -100px;
}

.ttl3 span {
  font-size: 18px;
}

#contWrap .ttle-h2 {
  text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #060e14;
  margin: 50px auto 30px;
  font-weight: bold;
  font-size: 27px;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  #contWrap .ttle-h2 {
    font-size: 20px;
  }
}

.chumoku {
  padding: 0.8rem 2rem;
  background: #ffee00;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 40%;
  margin: 30px auto 30px;
  color: #000;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .chumoku {
    font-size: 16px;
    width: 100%;
  }
}

.chumoku span {
  font-size: 17px;
}

.chumoku02 {
  padding: 0.8rem 2rem;
  background: #ffff00;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin: 30px auto 30px;
  color: #002a41;
  line-height: 1.2;
}

.chumoku span {
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .chumoku02 {
    font-size: 16px;
    width: 100%;
  }
}

.chumoku_S {
  padding: 0.8rem 2rem;
  background: #ffff00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 30px auto 30px;
  color: #003e94;
  line-height: 1.2;
}

.chumoku_S span {
  font-size: 12px;
}

.chumoku03 {
  padding: 0.8rem 2rem;
  background: linear-gradient(transparent 70%, #ffee00 0%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  margin: 30px auto 50px;
  color: #b40206;
  line-height: 1.2;
}

#contWrap .ttle-h3 {
  position: relative;
  padding: 1rem 0.5rem calc(1rem + 10px);
  background: #d4145a;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

#contWrap .ttle-h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}

@media screen and (max-width: 750px) {
  #contWrap .ttle-h3 {
    font-size: 17px;
  }

  .chumoku03 {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }
}

.ttl4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.ttl5 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}

.textbox {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

.textbox a {
  color: #006cab;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 94.66666666666667%;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }

  .wrap_wrap {
    margin-top: 50px;
  }

  .ttl3 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #006cab solid 4px;
  }

  .ttl3 span {
    font-size: 16px;
    font-weight: 300;
  }

  .ttl3::before, .ttl3::after {
    content: none;
  }

  .ttl4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .ttl3 {
    font-size: 18px;
  }

  .ttl3 span {
    font-size: 14px;
  }
}

/*--flex---*/
.flexWrap {
  display: flex;
  justify-content: space-between;
}

.flexWrap-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .flexWrap, .flexWrap-right {
    display: block;
  }
}

/*--テキスト---*/
.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.white {
  color: #FFF;
}

.red {
  color: #ed1e83;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs28 {
  font-size: 28px;
}

.ma50 {
  margin: 50px auto;
}

.mat50 {
  margin-top: 50px;
}

.pat50 {
  padding-top: 50px;
}

.mat20 {
  margin-top: 20px;
}

.par10 {
  padding-right: 15px;
}

.par15 {
  padding-right: 15px;
}

.mal20 {
  margin-left: 20px;
}

.pab50 {
  padding-bottom: 50px;
}

.mab30 {
  margin-bottom: 30px;
}

.mab10 {
  margin-bottom: 10px;
}

.mab15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 14px;
  }

  .fs20 {
    font-size: 14px;
  }

  .center {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
  }
}

/*比較テーブル
---------------------------------------*/
.itiran {
  width: 100%;
  margin: 30px auto 50px;
}

table {
  border-collapse: collapse;
  border: solid 2px #002558;
  /*表全体を線で囲う*/
}

table td {
  border: solid 1px #060e14;
}

.itiran th {
  border: solid 1px #FFF;
  background: #060e14;
  color: #FFF;
  font-weight: bold;
}

.itiran td.top01 {
  border: solid 1px #FFF;
  background: #ffee00;
  color: #060e14;
  font-weight: bold;
}

.itiran td.top {
  border: solid 1px #FFF;
  background: #b40206;
  color: #FFF;
  font-weight: bold;
}

.itiran td {
  text-align: center;
  padding: 20px 10px;
  width: 215px;
}

.itiran2 {
  text-align: left !important;
  vertical-align: top;
  line-height: 150%;
  padding: 15px !important;
}

.check {
  background: url(../images/check1.png) right bottom no-repeat;
}

.point {
  font-weight: bold;
  color: #C30;
  font-size: 1.2em;
}

.nagare {
  background: url(../images/foot.png) no-repeat, #f8eba2;
  padding: 260px 90px 0 90px;
  line-height: 160%;
  height: 450px;
  margin: 10px 0;
}

/*レスポンシブ 2列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 10px auto 0;
}

.col_2>div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

/*リンクボタン レスポンシブ 2列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

.col_2002 {
  width: 75%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 0 auto 50px;
}

.col_2002>div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2002>div {
    width: 100%;
  }
}

/*レスポンシブ 3列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

.col_3 {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 392px;
  height: 674px;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}

/*メニューへ戻る
---------------------------------------*/
.goMenu {
  text-align: right;
  font-size: 16px;
  color: #003E98;
  font-weight: 700;
}

.goMenu::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 8.7px 5px;
  border-color: transparent transparent #003d98 transparent;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 10px 0 30px 0;
}

@media screen and (max-width: 750px) {
  .goMenu {
    margin: 16px 2% 0 0;
  }
}

/*購入ボタン
------------------------------------*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #b40206;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #760000;
  border-radius: 3px;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

#concon {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
