@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}
.c5-main__container h1 {
  margin: 0 auto 10px;
}
.c5-main__container h1 img {
  display: block;
  margin: 0 auto;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
  padding: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container .c5-inner {
  padding: 0 15px;
}

.c5-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

#tab-cb li {
  width: 33.3%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  background: #80a5bc;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #2f353d;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #014b7a;
  color: #fff;
}
#tab-cb li:nth-child(2) {
  padding-top: 18px;
}
.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  background-color: #0174b3;
  padding: 3px 0 3px 0.5em;
  position: relative;
  font-size: 125%;
}
.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #fff;
}
.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.product_area__table {
  width: 100%;
  margin: 0 auto 20px;
}
.product_area__table table {
  width: 100%;
  background: url("../img/pro/bg_sp.png") no-repeat 50% 50%, linear-gradient(90deg, rgb(0, 71, 117) 0%, rgb(0, 110, 172) 20%, rgb(0, 139, 213) 50%, rgb(0, 110, 172) 80%, rgb(0, 71, 117) 100%);
  background-size: cover;
}
.product_area__table th, .product_area__table td {
  color: #fff;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.product_area__table .pro__head th {
  width: 33.333%;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
}
.product_area__table .pro__content th {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.333;
  border-bottom: 1px dashed #fff;
}
.product_area__table .pro__content td {
  border: 1px solid #fff;
  border-top: none;
  border-bottom-style: dashed;
}
.product_area__table .pro__content.c5-bNone td {
  border-bottom: none;
}
.product_area__table .pro__content #c5-js-addTh2 {
  border-bottom: none;
}
.product_area__table .pro__content .pro__img img {
  display: block;
  margin: 0 auto 10px;
}
.product_area__table .pro__content .pro__img figcaption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.product_area__table .pro__content .pro__img figcaption span {
  display: block;
}
.product_area__table .c5-th__sp .c5-vis-sp {
  display: table-cell;
  visibility: visible;
  border-left: 1px solid #fff;
}
.product_area__table .c5-btn {
  display: block;
  border-radius: 100px;
  transition: all 0.3s;
}
.product_area__table .c5-btn:hover {
  opacity: 0.7;
}
.product_area__table .c5-btn img {
  display: block;
  margin: 0 auto;
}
.product_area__table .c5-btn:first-child {
  margin-bottom: 10px;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}

.txtm {
  font-size: 1.125em;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.stepnum {
  padding: 0 0.3% 0;
  color: #0174b3;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  margin: 0 auto 10px;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.howto-txtarea .howto-txtarea-flex .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}
.howto-txtarea h4 {
  margin: 0;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-buttonContainer {
  text-align: center;
}
.c5-buttonContainer a span {
  font-size: 18px;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.c5-red {
  color: #ff003f;
}

span.c5-blue,
a.c5-blue {
  color: #5887f4;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
  /*
      &:first-child{
        margin-bottom: 25px;
      }
  */
}
.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 80%;
}
/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #bac4d2;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}
p.c5-faq__ttl:hover {
  opacity: 0.7;
}
p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}
p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #0174b3;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
  padding-top: 8px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px auto 0;
  padding: 7px;
}
p.terminate span {
  display: block;
  font-size: 0.7em;
  line-height: 1.4;
}
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}
.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.c5-precautions__block p {
  padding-left: 1em;
}
.c5-precautions__block ul {
  padding-left: 0;
}
.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}
.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}
.c5-personal ul {
  padding-left: 0;
}
.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal p:last-of-type {
  text-align: right;
}
.c5-copyrught {
  width: 85%;
  margin: 50px auto;
}
.c5-copyrught p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  word-break: break-all;
}

.c5-toOubo:hover,
.c5-toTokuten:hover {
  text-decoration: underline;
}

/*popup　応募はこちら*/
.c5-kakunincontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #b8cefe;
  border: 3px solid #5787f4;
}
.c5-kakunincontent * {
  box-sizing: border-box;
}
.c5-kakunincontent .mfp-close-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.c5-kakunincontent .mfp-close-wrap .mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  right: -5px;
  background: url("../img/howto/close_2.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  padding: 0;
  cursor: pointer;
}
.c5-kakunincontent__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 15px;
}
.c5-kakunincontent__txt {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 10px;
  padding: 15px 10px;
}
.c5-kakunincontent__txt p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
}
.c5-kakunincontent__txt .c5-note {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
.c5-kakunincontent .c5-popbtn .cbbutton {
  padding: 15px 20px;
}
.c5-kakunincontent .c5-popbtn .cbbutton.left {
  background-color: #032e86;
  padding: 22px 20px;
}
.c5-kakunincontent .c5-popbtn .cbbutton.right {
  background-color: #5787f4;
}
.c5-kakunincontent .c5-popbtn a {
  display: block;
  width: 280px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  transition: all 0.3s;
}
.c5-kakunincontent .c5-popbtn a:first-child {
  margin-bottom: 20px;
}
.c5-kakunincontent .c5-popbtn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c5-kakunincontent .c5-popbtn a .s5-iconInline {
  margin-left: 10px;
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
    position: static;
  }
  #tab-cb li {
    width: 33.3%;
    font-size: 125%;
    margin: 0 1px 0 0;
    padding: 15px;
    line-height: 1.6;
  }
  #tab-cb li:nth-child(2) {
    padding-top: 15px;
  }
  .howto-txtarea {
    display: flex;
    justify-content: center;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 65%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 77%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 22%;
  }
  /*
    .c5-btn-wrap{
      & + p{
        font-size: 18px;
      }
    }
  */
  .flexbox-term-form {
    display: flex;
    justify-content: center;
  }
  .flexbox-term-form .s5-buttonContainer {
    width: 49%;
    max-width: 342px;
    /*
          .cbbutton{
            width: 100%;
          }
          &:first-child{
            margin-right: 50px;
          }
    */
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
  .c5-copyrught {
    width: 470px;
    margin-right: 0;
    margin-top: 100px;
  }
}
@media (min-width: 750px) {
  .product_area__table table {
    background: url("../img/pro/bg_pc.png") no-repeat 50% 50%, linear-gradient(90deg, rgb(0, 71, 117) 0%, rgb(0, 110, 172) 30%, rgb(0, 139, 213) 50%, rgb(0, 110, 172) 70%, rgb(0, 71, 117) 100%);
  }
  .product_area__table th, .product_area__table td {
    padding: 20px 10px;
  }
  .product_area__table .pro__head th {
    font-size: 2.5vw;
  }
  .product_area__table .pro__head th:first-child {
    width: 50%;
  }
  .product_area__table .pro__head th:nth-child(2), .product_area__table .pro__head th:last-child {
    width: 25%;
  }
  .product_area__table .pro__content th {
    width: 17%;
    font-size: 2.5vw;
  }
  .product_area__table .pro__content .pro__img figcaption span {
    display: inline;
  }
  .product_area__table .pro__content .pro__img figcaption {
    font-size: 2.083vw;
  }
  .product_area__table .c5-th__sp .c5-vis-sp {
    display: none;
    visibility: hidden;
  }
  .product_area__table .c5-btn {
    max-width: 214px;
    margin: 0 auto;
  }
  .product_area__table .c5-btn:first-child {
    margin-bottom: 20px;
  }
  .txt_area .c5-step__inner:not(:first-child) {
    margin-top: 65px;
  }
}
@media screen and (min-width: 750px) {
  .c5-buttonContainer {
    text-align: left;
  }
  .c5-buttonContainer a span {
    font-size: 16px;
  }
  .c5-heading4 {
    font-size: 22px;
    padding: 10px 1.5em !important;
    line-height: 1.57;
    border-radius: 10px;
  }
  .c5-heading4.ex {
    padding: 25px 1.5em !important;
  }
}
@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}
@media (min-width: 900px) {
  .c5-kakunincontent {
    padding: 40px 30px;
    border-width: 6px;
  }
  .c5-kakunincontent .mfp-close-wrap .mfp-close {
    top: -25px;
    right: -15px;
  }
  .c5-kakunincontent__ttl {
    font-size: 38px;
  }
  .c5-kakunincontent__txt {
    margin-bottom: 15px;
  }
  .c5-kakunincontent__txt p {
    font-size: 30px;
  }
  .c5-kakunincontent__txt .c5-note {
    width: 60%;
  }
  .c5-kakunincontent .c5-popbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-kakunincontent .c5-popbtn .cbbutton.left {
    padding: 33px 20px;
  }
  .c5-kakunincontent .c5-popbtn a {
    width: 48%;
    max-width: 380px;
    font-size: 24px;
    margin: 0;
  }
  .c5-kakunincontent .c5-popbtn a:first-child {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .product_area__table .pro__head th {
    font-size: 30px;
  }
  .product_area__table .pro__content th {
    font-size: 30px;
  }
  .product_area__table .pro__content .pro__img figcaption {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */
