/* CSS Document */
/*見出し*/
header {
  background: #0d3556;
  color: #fff;
}
header h1 {
  padding: 40px 0;
  font-size: 24px;
  line-height: 1.5;
}
header h1 strong {
  font-size: 34px;
}
header h1 strong span {
  color: #F6ED02;
}
h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 60px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  background: #0d3556;
  padding: 30px 10px;
}
.type01 h2 {
  color: #0d3556;
  background: #fff;
  padding: 0 10px;
  font-size: 35px;
}
.type02 {
  padding: 0.5em 0;
  background: #0d3556;
  color: #fff;
  padding: 70px 0;
  margin: 70px 0;
}
.type02 h2 {
  color: #fff;
  background: #0d3556;
  padding: 0 10px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.type02 p {
  color: #fff;
  margin-bottom: 10px;
}
h3 {
  position: relative;
  padding: 0.5em;
  background: #eeeeee;
  color: #000;
  margin: 2em 0;
}
h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #959e9b;
}
h3.icon1 {
  position: static;
  padding: 0.8em 1em ;
  background: #000;
  color: #fff;
  margin: 3em 0 1em;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
}
h3.icon1::before {
  position: static;
  content: '';
  background: url("../image/icon1.png") left center / 30px auto;
  border: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
}
h3.icon2 {
  position: static;
  padding: 0.8em 1em ;
  background: #000;
  color: #fff;
  margin: 3em 0 1em;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
}
h3.icon2::before {
  position: static;
  content: '';
  background: url("../image/icon2.png") left center / 30px auto;
  border: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
}
h3.step {
  position: relative;
  background: none;
  padding: 0 0 0 8em;
}
h3.step span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #fff;
  background: #000;
}
h3.step:before {
  display: none;
}
h3.step span:after {
  position: absolute;
  top: calc(34%);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
h3.tokuten {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f3f3f3;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
h3.tokuten:before {
  display: none;
}
h3.tokuten:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Font Awesome", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f06b\ 特典';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 19px;
  margin-top: 1em;
  margin-bottom: 10px;
}
header h1 span,
h2 span {
  color: #ffd700;
}
/*太字と赤文字*/
strong {
  font-weight: 700;
  font-size: 1.1em;
}
.red {
  color: #c6070c;
}
.blue {
  color: #0d3556;
}
.yellow {
  color: #ffd700;
}
.marker_y {
  background: linear-gradient(transparent 70%, #ffd700 80%);
}
/*アイコンつき箇条書きのサンプル*/
ul.check1 li::before {
  content: "\f14a";
  /*アイコンの種類*/
}
ul.check2 li::before {
  content: "\f102";
}
ul.check3 li::before {
  content: "\f059";
}
ul.check4 li::before {
  content: "\f15c";
}
ul.checkImg li::before {
  width: 28px;
  height: 28px;
  content: '';
  display: inline-block;
  background-image: url("../image/check1.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 0 center;
  flex-shrink: 0;
}
/*フォントサイズ*/
.font-m {
  font-size: 0.7em !important;
}
.font-l {
  font-size: 1.4em !important;
}
/*明朝体*/
.font-min {
  font-family: "Noto Serif JP" !important;
}
/*よく使う*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/*PC表示　SP表示*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1140px!important;
  }
  .container {
    max-width: 960px!important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header h1 {
    font-size: 20px;
  }
  header h1 strong {
    font-size: 35px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .type01 h2 {
    font-size: 20px;
  }
  .type02 {
    padding: 0.5em 0;
    padding: 40px 0;
    margin: 40px 0;
  }
  .type02 h2 {
    margin-bottom: 20px;
  }
  h3.icon1,
  h3.icon2 {
    padding: 10px ;
    font-size: 18px;
  }
  h3.icon1::before {
    background: url("../image/icon1.png") left center / 25px auto no-repeat;
    width: 60px;
    margin-right: 10px;
  }
  h3.icon2::before {
    background: url("../image/icon2.png") left center / 25px auto no-repeat;
    width: 60px;
    margin-right: 10px;
  }
  h3.step {
    padding: 0 0 0 6em;
  }
  h3.step span {
    font-size: 14px;
    padding: 0 10px;
  }
  h3.step span:after {
    position: absolute;
    top: calc(28%);
    right: -11px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
  }
  h3.tokuten {
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f3f3f3;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
  }
  h3.tokuten:before {
    display: none;
  }
  h3.tokuten:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free", "Font Awesome", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    font-weight: 900;
    content: '\f06b\ 特典';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
