@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
/*
$c5-green: #38b84a;
$c5-red: #ff0033;
*/
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container h1 {
  margin-top: 0;
}
.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メニュー
-------------------------------------------------*/
#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%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  background: #fad9b2;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #ef8200;
}
#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 5px 30px 5px;
  position: relative;
}
.txt_area.ex {
  margin-bottom: 0;
}
/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  background-color: #00aeeb;
  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: #002045;
}
.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* テキスト
-------------------------------------------------*/
.txtl {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
  font-feature-settings: "palt";
}

.c5-flex {
  display: flex;
}

/* 応募方法
-------------------------------------------------*/
/*
.stepnum{
	padding:0 0.3% 0;
	color: #7295a9;
	font-size: 1.3em;
	position: relative;
	bottom: -2px;
}
*/
.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
}
.howto-txtarea .howto-txtarea-flex:not(:last-child) {
  margin-bottom: 10px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.howto-txtarea .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .c5-img .howto-qr {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.howto-txtarea .c5-img .howto-qr.ex {
  width: auto;
  max-width: 100%;
}
.howto-txtarea h4 {
  margin-bottom: 0;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.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;
  margin-bottom: 0;
}

.c5-note2 p {
  margin-bottom: 0;
  line-height: 1.75;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.c5-red {
  color: #cc0000;
}

.c5-blue {
  color: #5887f4;
}

.c5-border {
  border: 2px solid #cc0000;
  padding: 0.3em 0.5em;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 60px;
}

.flexbox-term-form.s5-general--mb40 {
  margin-bottom: 40px !important;
}
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}
.flexbox-term-form .s5-buttonContainer a {
  display: inline-block;
  line-height: 1.5;
  /*
        &.c5-btn1{
  				margin-bottom: 20px;
  				@media screen and (min-width:750px) {
  					margin-bottom: 0;
  				}
  				span{
  					background-color: $c5-green;
  				}
  			}
  			&.c5-btn2{
  				span{
  					background-color: $c5-red;
  				}
  			}
  */
}
.flexbox-term-form .s5-buttonContainer a span {
  border: none;
}
.flexbox-term-form .s5-buttonContainer a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.flexbox-term-form .s5-buttonContainer .c5-small {
  font-size: 11px;
  padding-left: 1em;
}

p.c5-btnttl {
  margin-bottom: 10px;
}

/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: auto;
  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 #666;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 0;
  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.4em;
  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 0 0;
  padding: 7px;
}
p.terminate span {
  display: block;
  font-size: 0.65em;
}
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8;
}

.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-link{
	text-decoration: underline;
}
*/
/* =============================================
  テキスト
============================================== */
.c5-textl {
  font-size: 18px;
}

.c5-textl2 {
  font-size: 15px;
}
.c5-tab {
  display: flex;
  justify-content: space-between;
}
.c5-tab__wrap {
  max-width: 950px;
  margin: 15px auto 30px;
}
.c5-tab__btn {
  position: relative;
  width: 49%;
  text-align: center;
  cursor: pointer;
  background-color: #edf9fe;
  color: #006cdc;
  font-weight: bold;
  font-size: 10px;
  padding: 5px 1px 10px;
}
.c5-tab__btn.select, .c5-tab__btn.hover {
  color: #fff;
  background-color: #006cdc;
}
.c5-tab__btn.select::after, .c5-tab__btn.hover::after {
  border-color: #fff transparent transparent transparent;
}
.c5-tab__btn:not(:last-child) {
  border-right: 2px solid #fff;
}
.c5-tab__btn::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #006adc transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
}
.c5-tab__content {
  padding: 10px;
  border: 1px solid #006cdc;
}
.c5-tab__content img {
  display: block;
  margin: 0 auto;
}
.c5-scroll {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 8px !important;
  height: 65px;
  overflow-y: scroll;
}
.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
.c5-btnBlue {
  display: block;
  margin-bottom: 15px;
}
.c5-btnBlue-ib {
  display: inline-block;
  padding: 5px 1.5em 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: #135889;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
}
.c5-btnBlue-ib::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.c5-btnBlue-ib:hover {
  opacity: 0.7;
}
.c5-btnBlue.ex {
  margin-bottom: 0;
}
.c5-btnBlue.ex .c5-btnBlue-ib {
  padding: 3px 10px 3px 2em;
}
span.s5-linkV3:hover {
  text-decoration: underline;
}

.c5-banner {
  width: 230px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 999;
}
.c5-banner a, .c5-banner img {
  display: block;
}
.c5-banner img {
  max-width: 100%;
}
.c5-banner .c5-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.c5-banner .c5-close:hover {
  opacity: 0.7;
}

/* =============================================
  top__section
  ============================================== */
.top__section {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #cceffb;
}

.top_entry_banner {
  box-sizing: border-box;
  padding: 20px 5px;
}
.top_entry_banner h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.top_entry_banner h2 img {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  left: 3%;
}
.top_entry_banner__box {
  position: relative;
}
.top_entry_banner__box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.top_entry_banner__box a {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.top_entry_banner__box a img {
  box-shadow: 2px 2px 21px #bbb;
}
.top_entry_banner__box .c5-rqentry {
  position: static;
  width: 100%;
  margin: 0 auto;
}
.top_entry_banner p {
  max-width: 86%;
  font-size: 11px;
  margin: 0 auto;
}
.top_entry_banner p.terminate {
  font-size: 18px;
}

.entry__step {
  display: block;
}
.entry__step .step__content {
  margin-bottom: 0;
}
.entry__step .step__content img {
  display: block;
  margin: 0 auto;
}
.entry__step .step__content:nth-child(n) {
  width: 100%;
}
.entry__step .step__content:first-child {
  position: relative;
}
.entry__step .step__content:first-child .c5-teminate-txt {
  width: 75%;
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.entry__step .step__content:first-child .c5-img__txt {
  position: absolute;
  bottom: 10%;
  left: 49%;
  transform: translateX(-50%);
  width: 87%;
  font-weight: bold;
  z-index: 0;
}
.entry__step .step__content .step .c5-stepLink {
  margin-top: 0;
  text-align: right;
  font-size: 12px;
  position: relative;
  bottom: 10px;
}
.entry__step .step__content .step .c5-stepLink span {
  padding: 5px 10px;
}
.entry__step .step__content .step {
  position: relative;
}
.entry__step .step__content .step .c5-stepbtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.entry__step .step__content .step .c5-stepbtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry__step .step__content .step .c5-stepbtn.c5-btn1 {
  width: 80%;
  bottom: 29%;
}
.entry__step .step__content .step .c5-stepbtn.c5-btn2 {
  width: 100%;
  max-width: 75%;
  bottom: 14%;
}
.entry__step .step__content .step .c5-stepbtn img {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 2px 5px #bbb;
}

.c5-step_dead {
  margin: 0 auto 15px;
}
.c5-step_dead p {
  font-size: 15px;
} /*640px*/
.c5-toukyu {
  margin: 30px auto;
}
.c5-toukyu__img {
  display: block;
  margin: 0 auto;
}
.c5-toukyu__plus {
  display: block;
  width: 50%;
  margin: 10px auto 0;
}
h2.c5-stepttl {
  padding-left: 3.5em;
  background-color: #ef8200;
}
h2.c5-stepttl span {
  color: #002045;
}

.c5-stepttl::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.c5-stepttl.c5-five {
  margin-top: 40px;
}
.c5-stepttl.c5-five::before {
  background: url("../../img/step-5.png") no-repeat left center;
  background-size: contain;
}
.c5-stepttl.c5-six::before {
  background: url("../../img/step-6.png") no-repeat left center;
  background-size: contain;
}
/*おすすめ紹介*/
.c5-kumi {
  margin: 40px auto;
  padding: 50px 10px 30px;
  position: relative;
  background-color: #ef8200;
}
.c5-kumi img {
  display: block;
  margin: 0 auto;
}
.c5-kumi__chance {
  width: 50%;
  max-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
.c5-kumi__ttl {
  width: 85%;
  margin: 15px auto 50px;
}
.c5-kumi__content {
  margin: 0 auto 25px;
  background-color: #fff;
}
.c5-kumi__content-ttl {
  padding: 15px 0;
  background-color: #002045;
}
.c5-kumi__content-ttl img {
  width: 90%;
}
.c5-kumi__content-box {
  padding: 10px 15px 20px;
}
.c5-kumi__content-box img:first-child {
  margin-bottom: 10px;
}
.c5-kumi__top .c5-kumi__content:first-child {
  position: relative;
}
.c5-kumi__top .c5-kumi__content:first-child .c5-kumi__one {
  width: 25%;
  max-width: 126px;
  position: absolute;
  top: -64px;
  left: -4px;
}
.c5-step__note {
  margin-bottom: 40px;
}

/* 商品
-------------------------------------------------*/
/*
.product__area{

}
*/
.c5-c1 {
  background-color: #000000;
}

.c5-c2 {
  background-color: #d3cabe;
}

.c5-c3 {
  background-color: #ffffff;
  border: 1px solid #111;
}

.c5-c4 {
  background-color: #00597b;
}

.c5-c5 {
  background-color: #a3d6ca;
}

.c5-c6 {
  background-color: #f29b87;
}

.c5-c7 {
  background-color: #546a9a;
}

.c5-c8 {
  background-color: #9fa0a0;
}

.c5-c9 {
  background-color: #9a9a82;
}

.c5-c10 {
  background-color: #4a6882;
}

.c5-c11 {
  background-color: #dd7f63;
}

.c5-c12 {
  background-color: #4e6e69;
}

.c5-c13 {
  background-color: #c2c8c6;
}

.c5-c14 {
  background-color: #5fb8c6;
}

.c5-c15 {
  background-color: #ff8546;
}

.c5-c16 {
  background-color: #474747;
}

.c5-c17 {
  background-color: #60769f;
}

.c5-c18 {
  background-color: #adadad;
}

.c5-c19 {
  background-color: #afaae3;
}

.c5-c20 {
  background-color: #b6d48a;
}

.c5-c21 {
  background-color: #b868d6;
}

.c5-c22 {
  background-color: #009eb7;
}

.c5-c23 {
  background-color: #fe6883;
}

.c5-c24 {
  background-color: #ff4a8f;
}

.c5-c25 {
  background-color: #596e61;
}

.c5-c26 {
  background-color: #fe653b;
}

.c5-product {
  width: 100%;
  margin: 0 auto 20px;
}
.c5-product h3 {
  margin: 0;
  padding: 0 0 10px;
  border: 2px solid #fff;
  border-bottom: none;
}
.c5-product h3 span, .c5-product h3 img {
  display: block;
  box-sizing: border-box;
  margin: 0;
}
.c5-product h3 img {
  width: 65.4%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.c5-product__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 20px 8px 0;
  border: 2px solid #fff;
  border-top: none;
}
.c5-product__content {
  margin: 0 1% 30px;
}
.c5-product__content-img {
  margin: 0 auto 15px;
}
.c5-product__content-img img {
  display: block;
  margin: 0 auto;
}
.c5-product__content-color {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  line-height: 1;
}
.c5-product__content-color span {
  display: inline-block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 5px;
}
.c5-product__content-color span:last-child {
  margin-right: 0;
}
.c5-product__content-name {
  font-size: 13px;
  color: #666464;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
}
.c5-product__content-btn {
  margin: 0 auto;
}
.c5-product__content-btn a, .c5-product__content-btn img {
  display: block;
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
}
.c5-product__content-btn a {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  letter-spacing: 0.2px;
  transition: all 0.3s;
}
.c5-product__content-btn a.c5-product {
  background-color: #4e74c3;
}
.c5-product__content-btn a.c5-store {
  background-color: #d24614;
  margin-top: 10px;
}
.c5-product__content-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c5-product.c5-sec1 h3 {
  border-color: #ed6c10;
}
.c5-product.c5-sec1 .c5-product__inner {
  border-color: #ed6c10;
}
.c5-product.c5-sec1 .c5-product__content {
  width: 31%;
}
.c5-product.c5-sec1 .c5-product__content-name.ex {
  line-height: 1.3;
  font-size: 10px;
}
.c5-product.c5-sec1 .c5-product__content-img {
  width: 90%;
}
.c5-product.c5-sec1 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec2 h3 {
  border-color: #0267c5;
}
.c5-product.c5-sec2 .c5-product__inner {
  border-color: #0267c5;
}
.c5-product.c5-sec2 .c5-product__content {
  width: 31%;
}
.c5-product.c5-sec2 .c5-product__content-img {
  width: 65%;
}
.c5-product.c5-sec2 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec3 h3 {
  border-color: #e8322f;
}
.c5-product.c5-sec3 .c5-product__inner {
  border-color: #e8322f;
}
.c5-product.c5-sec3 .c5-product__content {
  width: 42%;
}
.c5-product.c5-sec3 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec4 h3 {
  border-color: #1f9594;
}
.c5-product.c5-sec4 .c5-product__inner {
  border-color: #1f9594;
}
.c5-product.c5-sec4 .c5-product__content {
  width: 31%;
}
.c5-product.c5-sec4 .c5-product__content-img {
  width: 85%;
}
.c5-product.c5-sec4 .c5-product__content-img.ex1 {
  width: 73%;
  margin-bottom: 30px;
}
.c5-product.c5-sec4 .c5-product__content-img.ex2 {
  width: 65%;
}
.c5-product.c5-sec4 .c5-product__content-img.ex3 {
  margin-bottom: 27%;
}
.c5-product.c5-sec4 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec5 h3 {
  border-color: #7902c5;
}
.c5-product.c5-sec5 .c5-product__inner {
  border-color: #7902c5;
}
.c5-product.c5-sec5 .c5-product__content {
  width: 42%;
}
.c5-product.c5-sec5 .c5-product__content-img {
  width: 85%;
}
.c5-product.c5-sec5 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec6 h3 {
  border-color: #6a6a6a;
}
.c5-product.c5-sec6 .c5-product__inner {
  border-color: #6a6a6a;
}
.c5-product.c5-sec6 .c5-product__content {
  width: 31%;
}
.c5-product.c5-sec6 .c5-product__content-btn {
  width: 90%;
}
.c5-product.c5-sec6 .c5-product__content-img.ex {
  margin-bottom: 35px;
}
.hide-area {
  display: none;
}

.modaal-inner-wrapper {
  padding: 30px 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  max-width: 1060px;
  background: transparent;
}

.modal-close {
  width: 100%;
  height: auto;
  position: relative;
}
.modal-close .btn {
  width: 18px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 0;
  background: url("../../img/howto/close.png") no-repeat center center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}

.c5-popupcontent {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #0c5084;
  margin: 0 auto;
  padding: 10px 5px 5px;
}
.c5-popupcontent h3 {
  color: #b8d199;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
}
.c5-popupcontent .c5-popinner {
  box-sizing: border-box;
  display: block;
  padding: 2%;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}
.c5-popupcontent .c5-popcontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #e2f5fc;
  padding: 15px;
}
.c5-popupcontent .c5-popcontent .c5-block__wrap {
  width: 100%;
}
.c5-popupcontent .c5-popcontent:first-child {
  margin-bottom: 30px;
}
.c5-popupcontent .c5-popcontent h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #0c5084;
}
.c5-popupcontent .c5-popcontent .c5-flex {
  display: block;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner {
  width: 100%;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner p {
  margin-top: 0;
  font-weight: bold;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img.ex {
  display: inline;
  margin-right: auto;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  word-break: break-all;
}
.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner .c5-pos__sp {
  position: absolute;
  left: 8%;
  width: 60px;
}

/*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 .modal-close .btn {
  top: -5px;
  right: -5px;
  background: url("../../img/howto/close_2.png") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.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: 10px;
}
.c5-kakunincontent__txt p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 10px;
}
.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 screen and (min-width: 500px) {
  .c5-kumi {
    margin-top: 70px;
    padding-top: 70px;
  }
  .c5-kumi__ttl {
    margin: 6% auto 30px;
  }
  .c5-kumi__top .c5-kumi__content:first-child .c5-kumi__one {
    width: 20%;
    top: -50px;
    left: -20px;
  }
}
@media screen and (min-width: 640px) {
  .c5-popupcontent {
    max-width: 100%;
  }
  .c5-popupcontent .c5-popcontent {
    display: flex;
    justify-content: space-between;
  }
  .c5-popupcontent .c5-popcontent .c5-block__wrap {
    width: 48%;
  }
  .c5-popupcontent .c5-popcontent h4 {
    max-width: 100%;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
    margin-bottom: 15px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner .c5-pos__sp {
    position: static;
    width: auto;
  }
}
@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  .c5-main__container .c5-inner {
    padding: 0;
  }
  #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;
  }
  .txt_area {
    margin: 0 15px 30px 15px;
  }
  .c5-note2 p {
    font-size: 20px;
  }
  .c5-border {
    border-width: 4px;
    padding: 10px 15px;
  }
  .flexbox-term-form .s5-buttonContainer a {
    margin: 0 3%;
  }
  p.c5-faq__ttl {
    height: 29px;
  }
  .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-textl {
    font-size: 23px;
  }
  .c5-textl2 {
    font-size: 18px;
  }
  .c5-tab__wrap {
    margin: 30px auto;
  }
  .c5-tab__btn {
    font-size: 16px;
    padding: 10px 10px 20px;
  }
  .c5-tab__btn::after {
    border-width: 6px 6px 0 6px;
    bottom: 5px;
  }
  .c5-tab__content {
    padding: 20px 10px;
    border-width: 2px;
  }
  .c5-scroll {
    padding: 12px !important;
    height: 112px;
  }
  .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;
  }
  .c5-btnBlue-ib {
    font-size: 16px;
    padding: 8px 1.5em 8px 12px;
  }
  .c5-btnBlue-ib::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: 0.5em;
  }
  .c5-btnBlue.ex {
    display: inline;
  }
  .c5-btnBlue.ex .c5-btnBlue-ib {
    padding: 5px 12px 5px 2em;
  }
  .c5-banner {
    width: 25%;
    max-width: 300px;
    top: 126px;
    bottom: auto;
  }
  .c5-banner .c5-close {
    top: 5px;
    right: 5px;
  }
  .top__section {
    margin-bottom: 60px;
  }
  .top_entry_banner {
    padding: 40px 15px;
  }
  .top_entry_banner h2 {
    margin-bottom: 30px;
  }
  .top_entry_banner h2 img {
    left: 6px;
  }
  .top_entry_banner__box a {
    width: 48%;
    max-width: 550px;
    margin: 0 auto;
  }
  .top_entry_banner__box .c5-rqentry {
    position: absolute;
    width: 9%;
    max-width: 101px;
    right: 15%;
    top: -30%;
  }
  .top_entry_banner p {
    max-width: 90%;
    font-size: 18px;
  }
  .top_entry_banner p.terminate {
    font-size: 22px;
  }
  .entry__step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .entry__step img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .entry__step .step__content {
    margin-bottom: 15px;
  }
  .entry__step .step__content:first-child {
    width: 45.3%;
  }
  .entry__step .step__content:first-child .c5-teminate-txt {
    bottom: 18%;
  }
  .entry__step .step__content:first-child .c5-img__txt {
    bottom: 8%;
  }
  .entry__step .step__content:nth-child(2) {
    width: 28.3%;
  }
  .entry__step .step__content:nth-child(3) {
    width: 26.4%;
  }
  .entry__step .step__content:nth-child(4), .entry__step .step__content:nth-child(5) {
    width: 34%;
  }
  .entry__step .step__content:last-child {
    width: 32%;
  }
  .entry__step .step__content .step .c5-stepbtn.c5-btn1 {
    width: 60%;
    max-width: 324px;
    bottom: 15%;
  }
  .entry__step .step__content .step .c5-stepbtn.c5-btn2 {
    width: 54%;
    max-width: 219px;
    bottom: 6%;
  }
  .c5-step_dead {
    margin: 0 auto 25px;
  }
  .c5-step_dead p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .c5-toukyu {
    margin: 30px auto 40px;
  }
  .c5-toukyu__plus {
    width: auto;
    margin-top: 20px;
  }
  h2.c5-stepttl {
    padding-left: 5em;
  }
  .c5-stepttl::before {
    width: 83px;
    height: 83px;
    left: 5px;
  }
  .c5-stepttl.c5-five {
    margin-top: 0;
  }
  .c5-kumi {
    margin: 50px auto;
    padding: 40px 25px 25px;
    position: relative;
    background-size: contain;
  }
  .c5-kumi__chance {
    width: 27%;
  }
  .c5-kumi__ttl {
    width: 56%;
    max-width: 643px;
    margin: 0 auto 35px;
    position: relative;
    left: 6%;
    top: -10px;
  }
  .c5-kumi__content {
    margin: 0 0 25px;
  }
  .c5-kumi__content-ttl {
    padding: 15px 0;
  }
  .c5-kumi__content-ttl img {
    width: auto;
    max-width: 100%;
  }
  .c5-kumi__content-box img:first-child {
    margin-bottom: 15px;
  }
  .c5-kumi__top {
    display: flex;
    justify-content: center;
  }
  .c5-kumi__top .c5-kumi__content {
    width: 48%;
    max-width: 460px;
    margin-bottom: 25px;
  }
  .c5-kumi__top .c5-kumi__content:first-child {
    position: relative;
    margin-right: 25px;
  }
  .c5-kumi__top .c5-kumi__content:first-child .c5-kumi__content-ttl img {
    width: auto;
    max-width: 100%;
  }
  .c5-kumi__top .c5-kumi__content:first-child .c5-kumi__one {
    width: 17%;
    top: -40px;
    left: -30px;
  }
  .c5-kumi__bottom {
    display: flex;
    justify-content: space-between;
  }
  .c5-kumi__bottom .c5-kumi__content {
    width: 32.2%;
    max-width: 370px;
  }
  .c5-kumi__bottom .c5-kumi__content:nth-child(2) .c5-kumi__content-ttl img {
    width: auto;
    max-width: 100%;
  }
  .c5-kumi__bottom .c5-kumi__content:nth-child(3) .c5-kumi__content-ttl img {
    width: auto;
    max-width: 100%;
  }
  .c5-kumi__bottom .c5-kumi__content-box {
    padding-top: 15px;
  }
  .c5-step__note {
    margin-bottom: 60px;
  }
  /*
  	.product__area{

    }
  */
  .c5-product {
    margin: 0 auto 25px;
  }
  .c5-product h3 img {
    max-width: 100%;
  }
  .c5-product__inner {
    flex-wrap: nowrap;
    padding: 20px 15px 0;
  }
  .c5-product__content {
    margin: 0 1% 20px;
  }
  .c5-product__content-img {
    margin: 0 auto 20px;
  }
  .c5-product__content-color {
    margin: 0 auto 10px;
  }
  .c5-product__content-color span {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .c5-product__content-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c5-product__content-btn a {
    font-size: calc(0.6875rem + (1vw - 8px) * 0.75);
    min-height: 0vw;
    font-weight: normal;
  }
  .c5-product.c5-sec1 h3 img, .c5-product.c5-sec3 h3 img, .c5-product.c5-sec6 h3 img {
    width: 240px;
  }
  .c5-product.c5-sec2 h3 img, .c5-product.c5-sec4 h3 img, .c5-product.c5-sec5 h3 img {
    width: 250px;
  }
  .c5-product.c5-sec2, .c5-product.c5-sec3, .c5-product.c5-sec5 {
    margin: 0 0 20px;
  }
  .c5-product.c5-sec1 .c5-product__content {
    width: 14.28%;
  }
  .c5-product.c5-sec1 .c5-product__content-name.ex {
    line-height: 1.2;
    font-size: 14px;
  }
  .c5-product.c5-sec2 .c5-product__inner {
    padding: 20px 5px 0;
  }
  .c5-product.c5-sec2 .c5-product__content {
    width: 20%;
  }
  .c5-product.c5-sec2 .c5-product__content-btn {
    width: 100%;
  }
  .c5-product.c5-sec3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .c5-product.c5-sec3 .c5-product__inner {
    padding: 20px 16px 0;
  }
  .c5-product.c5-sec3 .c5-product__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-product.c5-sec3 .c5-product__content-img {
    width: 51%;
  }
  .c5-product.c5-sec3 .c5-product__content-btn {
    width: 100%;
  }
  .c5-product.c5-sec4 .c5-product__inner {
    flex-wrap: wrap;
  }
  .c5-product.c5-sec4 .c5-product__content {
    width: 18%;
    margin-left: 0.6%;
    margin-right: 0.6%;
  }
  .c5-product.c5-sec4 .c5-product__content:nth-child(n+5) {
    order: 1;
  }
  .c5-product.c5-sec4 .c5-product__content .c5-product__content-img.ex3 {
    margin-bottom: 15px;
  }
  .c5-product.c5-sec4 .c5-product__content-btn {
    width: 100%;
  }
  .c5-product.c5-sec5 .c5-product__inner {
    padding: 0.5% 7px 0;
  }
  .c5-product.c5-sec5 .c5-product__content-img {
    width: 92%;
  }
  .c5-product.c5-sec5 .c5-product__content-img.ex {
    margin-bottom: 26px;
  }
  .c5-product.c5-sec5 .c5-product__content-name.ex {
    font-size: 17px;
  }
  .c5-product.c5-sec5 .c5-product__content-btn {
    width: 100%;
  }
  .c5-product.c5-sec6 {
    width: 100%;
  }
  .c5-product.c5-sec6 .c5-product__inner {
    padding: 20px 7px 0;
  }
  .c5-product.c5-sec6 .c5-product__inner .c5-product__content {
    width: 18%;
  }
  .c5-product.c5-sec6 .c5-product__content-img {
    width: 92%;
  }
  .c5-product.c5-sec6 .c5-product__content-btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .stepentry_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 1.2%;
  }
  .stepentry_area .howto-txtarea {
    padding: 20px;
    margin-bottom: 0;
    width: 30%;
  }
  .stepentry_area .howto-txtarea:nth-child(2) {
    width: 36%;
  }
  .stepentry_area .howto-txt {
    word-break: break-all;
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stepentry_area .howto-txtarea-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .stepentry_area .howto-txtarea-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .stepentry_area .howto-txtarea-flex-left {
    width: 67%;
  }
  .stepentry_area .howto-txtarea-flex-right {
    width: 31%;
  }
  .howto.ex {
    width: auto;
  }
}
@media screen and (min-width: 800px) {
  .modal-close .btn {
    width: 28px;
    height: 28px;
    top: 5px;
    right: 5px;
  }
  .c5-popupcontent h3 {
    font-size: 22px;
  }
  .c5-popupcontent .c5-popcontent {
    padding: 1.5%;
  }
  .c5-popupcontent .c5-popcontent:first-child {
    margin-bottom: 10px;
  }
  .c5-popupcontent .c5-popcontent h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner {
    width: 49%;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .c5-kakunincontent {
    padding: 40px 30px;
    border-width: 6px;
  }
  .c5-kakunincontent .modal-close .btn {
    width: 40px;
    height: 40px;
    top: -25px;
    right: -15px;
  }
  .c5-kakunincontent__ttl {
    font-size: 38px;
  }
  .c5-kakunincontent__txt {
    margin-bottom: 15px;
  }
  .c5-kakunincontent__txt p {
    font-size: 30px;
    margin: 0 auto 15px;
  }
  .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 screen and (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .c5-kumi__top .c5-kumi__content:first-child .c5-kumi__one {
    width: 27.4%;
    top: 5px;
    left: -95px;
  }
  .c5-product.c5-sec1 .c5-product__content-img, .c5-product.c5-sec2 .c5-product__content-img, .c5-product.c5-sec3 .c5-product__content-img, .c5-product.c5-sec4 .c5-product__content-img, .c5-product.c5-sec5 .c5-product__content-img, .c5-product.c5-sec6 .c5-product__content-img {
    width: 100%;
  }
  .c5-product.c5-sec1 .c5-product__content-btn a, .c5-product.c5-sec2 .c5-product__content-btn a, .c5-product.c5-sec3 .c5-product__content-btn a, .c5-product.c5-sec4 .c5-product__content-btn a, .c5-product.c5-sec5 .c5-product__content-btn a, .c5-product.c5-sec6 .c5-product__content-btn a {
    font-size: 14px;
  }
  .c5-product.c5-sec2 .c5-product__content-name.ex {
    font-size: 17px;
  }
  .c5-product.c5-sec3 {
    width: 100%;
  }
  .c5-product.c5-sec3 .c5-product__content-img {
    width: 80%;
    margin-bottom: 24px;
    margin-top: 25px;
  }
  .c5-product.c5-sec4 .c5-product__inner {
    padding-top: 20px;
  }
  .c5-product.c5-sec4 .c5-product__inner .c5-product__content:nth-child(-n+5) {
    margin-bottom: 40px;
  }
  .c5-product.c5-sec5 .c5-product__inner {
    padding-top: 20px;
  }
  .c5-product.c5-sec5 .c5-product__content-img.ex {
    margin-bottom: 19px;
  }
  .c5-product.c5-sec5 .c5-product__content-name.ex {
    font-size: 17px;
  }
  .c5-product.c5-sec6 {
    width: 100%;
  }
  .c5-product.c5-sec6 .c5-product__content-name.ex {
    font-size: 17px;
  }
  .c5-product.c5-sec6 .c5-product__inner {
    padding-top: 24px;
  }
  .c5-product.c5-sec6 .c5-product__inner .c5-product__content {
    width: 20%;
  }
  .c5-product.c5-sec6 .c5-product__inner .c5-product__content:nth-child(-n+3) .c5-product__content-img {
    margin-bottom: 40px;
  }
  .c5-over {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c5-over .c5-sec2 {
    width: 55%;
  }
  .c5-over .c5-sec5 {
    width: 44%;
  }
  .c5-over2 {
    display: flex;
    justify-content: space-between;
  }
  .c5-over2__left {
    width: 20%;
  }
  .c5-over2__right {
    display: block;
    width: 79%;
  }
}
/*# sourceMappingURL=style.css.map */
