@charset "UTF-8";
.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 img {
  display: block;
  margin: 0 auto;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container .c5-inner {
  padding: 0 15px;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

.c5-border {
  border: 2px solid #cc0000;
  padding: 0.3em 0.5em;
}

.c5-ti {
  padding-left: 1em;
  text-indent: -1em;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 2px);
  margin: 0 auto 20px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

#tab-cb li {
  width: calc(50% - 2px);
  text-align: center;
  list-style: none;
  margin: 0 2px 2px 0;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  background: #ffcb06;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #f9873a;
}
.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 40px 15px;
  position: relative;
}

.c5-step {
  margin: 0 auto 30px;
}
.c5-step .c5-grayOut {
  position: relative;
  margin-bottom: 30px;
}
.c5-step .c5-grayOut::after {
  content: "";
  width: 100%;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.c5-step__con {
  margin: 0 auto 15px;
  position: relative;
}
.c5-step__con-ttl {
  margin: 0;
  padding: 5px 10px;
  background-color: #f9873a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c5-step__con-ttl-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: #000;
  border-radius: 200px;
}
.c5-step__con-ttl-img img {
  display: block;
  margin: 0;
  padding: 8px;
  position: relative;
  top: 2px;
}
.c5-step__con-ttl-txt {
  width: calc(100% - 58px);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}
.c5-step__con-inner {
  padding: 15px;
  background-color: #ffedab;
}
.c5-step .c5-limit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.c5-step .c5-limit span {
  font-size: 14px;
  font-weight: bold;
}
.c5-step .c5-limit span:first-child {
  padding: 5px 0.5em;
  background-color: #000;
  color: #fff;
}
.c5-step .c5-limit span:last-child {
  padding-left: 0.5em;
}
.c5-step .c5-limit2 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  background-color: #143593;
}
.c5-step .c5-limit2 span {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
}
.c5-step__list li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.c5-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 27.5px 0 27.5px;
  border-color: #ffedab transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.c5-step1__inner-img {
  width: 95%;
  margin: 0 auto 20px;
}
.c5-step1__inner-img img {
  display: block;
  margin: 0 auto;
}

.c5-step2__inner-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 15px;
}
.c5-step2__inner-txt.c5-limit {
  justify-content: flex-start;
  margin-bottom: 15px;
}
.c5-step2__inner-note {
  font-size: 14px;
  margin: 0;
}
.c5-step2__qrcode {
  margin: 0 auto 10px;
  background-color: #fff;
  padding: 15px;
  /*
  .c5-img{
    margin: 10px auto 0;
    @media (min-width:750px) {
      width: 94px;
      margin: 0;
    }
    img{
      display: block;
      width: 33%;
      margin: 0 auto;
      @media (min-width:750px) {
        width: auto;
      }
    }
  }
  */
}
.c5-step2__qrcode-left a {
  margin-bottom: 0;
  text-align: center;
}
.c5-step5__inner-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}
.c5-step5__inner-note {
  width: 75%;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto 15px;
}
.c5-step5__inner-img {
  width: 75%;
  margin: 0 auto 20px;
}
.c5-step5__inner-img img {
  display: block;
  margin: 0 auto;
}
.c5-step5.c5-oubo .c5-step5__inner-ttl {
  text-align: center;
}
.c5-step5.c5-oubo .c5-step5__inner-img {
  transform: translateY(0);
}
.c5-step5.c5-oubo .c5-step5__inner-img.ex {
  /*公開用ページで使用*/
  position: static;
  margin-bottom: 20px;
}
.c5-step5.c5-oubo .c5-step5__inner-img img {
  margin: 0 auto;
}
.c5-step5.c5-oubo .c5-step5__inner-img.c5-arrow {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 40px;
}
.c5-step5.c5-oubo .c5-step5__inner-img.c5-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 15px solid #ff662b;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  background-color: #ff662b;
  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;
}
.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;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
}

.txtm {
  font-size: 1.125em;
}

.cbbutton {
  padding: 10px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.c5-color {
  color: #1a7cb8;
}

.stepnum {
  padding: 0 0.3% 0;
  color: #1a7cb8;
  font-size: 1.1em;
  position: relative;
  bottom: -1px;
}

.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 .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txtarea-flex .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .howto-txtarea-flex .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}
.howto-txtarea h4 {
  margin: 0;
}
.howto-txtarea .left-howto {
  margin: 0 auto;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.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 {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 0;
}

ul.c5-txtList li {
  font-size: 16px;
}

.c5-red {
  color: #ff003f;
}

span.c5-blue,
a.c5-blue {
  color: #5887f4;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}
.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 80%;
  border: none;
  transition: opacity 0.3s;
}
.flexbox-term-form .s5-buttonContainer .cbbutton:hover {
  opacity: 0.7;
}
.flexbox-term-form .s5-buttonContainer .cbbutton.c5-pay:hover {
  background-color: #ff0033;
}
.flexbox-term-form .s5-buttonContainer .cbbutton.c5-genkin:hover {
  background-color: #38b84a;
}
.c5-ouboBtn a {
  display: block;
  margin: 0 auto;
}

/* よくある質問
-------------------------------------------------*/
.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 #b8b7ba;
  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 #666464;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #666464;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #666464;
  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.9em;
  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.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-copyrught {
  width: 85%;
  margin: 50px auto;
}
.c5-copyrught p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  word-break: break-all;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
span.s5-linkV3:hover {
  text-decoration: underline;
}

.c5-five__tab {
  margin: 0 auto 20px;
}
.c5-five__tab-ttl {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c5-five__tab-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c5-five__tab-btn {
  width: 50%;
  padding: 5px;
  background-color: #777;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.c5-five__tab-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform ease 0.3s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.c5-five__tab-btn.c5-leftBtn::before {
  background-color: #ff0033;
}
.c5-five__tab-btn.c5-rightBtn::before {
  background-color: #38b84a;
}
.c5-five__tab-btn.select {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  box-shadow: inset 5px 5px 10px 0px rgba(255, 255, 255, 0.5), inset -5px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.c5-five__tab-btn.c5-leftBtn.select {
  background-color: #ff0033;
}
.c5-five__tab-btn.c5-rightBtn.select {
  background-color: #38b84a;
}
.c5-five__tab-btn.c5-leftBtn.select.hover::before, .c5-five__tab-btn.c5-rightBtn.select.hover::before {
  transform-origin: 0% 0;
  transform: scaleX(0);
}
.c5-five__tab-btn.c5-rightBtn.hover::before, .c5-five__tab-btn.c5-leftBtn.hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c5-five__tab-content {
  background-color: #fff;
}
.c5-five__tab-content.c5-leftTab {
  border: 1px solid #ff0033;
}
.c5-five__tab-content.c5-rightTab {
  border: 1px solid #38b84a;
}
.c5-five__tab-choice {
  width: 70%;
  margin: 15px auto 0;
}
.c5-five__tab-choice img {
  display: block;
  margin: 0 auto;
}

.c5-tab__box {
  padding: 15px;
}

.c5-gray__wrap.c5-money .c5-gray__con:first-child {
  margin-bottom: 10px;
}
.c5-gray__con {
  background-color: #eee;
  padding: 10px 10px 15px;
}
.c5-gray__con p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-gray__con .c5-note {
  font-size: 12px;
}
.c5-gray__con .c5-qr img {
  display: block;
  width: 33%;
  margin: 0 auto;
}
.c5-gray__con .c5-btn {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s;
}
.c5-gray__con .c5-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-pay {
  background-color: #ff0033;
}

.c5-genkin {
  background-color: #38b84a;
}

.c5-btnBlue {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.c5-btnBlue-ib {
  display: inline-block;
  padding: 20px 1.5em 20px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: #135889;
  border-radius: 10px;
  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: 10px 10px 10px 2em;
}

.product__area {
  margin: 30px auto 20px;
}
.product__area-img {
  width: 95%;
  margin: 0 auto 15px;
}
.product__area-img img {
  display: block;
  margin: 0 auto;
}
.product__area-color {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
.product__area-color span {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin: 0 3px;
}
.product__area-txt {
  font-size: 14px;
  color: #666464;
  text-align: center;
  margin: 0;
}
.product__area .c5-buttonContainer {
  margin-top: 10px;
}
.product__area .c5-buttonContainer .c5-btn {
  width: 140px;
  text-align: center;
}

.c5-color1 {
  background-color: #000;
}

.c5-color2 {
  background-color: #e7ded9;
}

.c5-color3 {
  background-color: #00152d;
}

h3.c5-hituyou__ttl {
  margin: 20px auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25px, #ff662b 25px, #ff662b 100%);
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  position: relative;
}
h3.c5-hituyou__ttl::before {
  content: "";
  width: 55px;
  height: 50px;
  background: url("../img/icon_triangle.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h3.c5-hituyou__ttl span {
  position: relative;
  left: 20px;
}

.c5-barcode {
  margin: 10px auto 20px;
  padding: 15px;
  border: 2px solid #006cdc;
}
.c5-barcode img {
  display: block;
  margin: 0 auto;
}
.c5-barcode__txt {
  margin: 10px auto;
}

.c5-prepageBtn a {
  width: 75%;
  padding: 10px 30px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #f9873a;
  border: none;
  transition: opacity 0.3s;
  color: #000;
}
.c5-prepageBtn a:hover {
  opacity: 0.7;
  background-color: #f9873a;
  color: #000;
}

.top__section-step {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #c6c6c6;
}
.top__section-step img {
  display: block;
  margin: 0 auto;
}
.top__section-step-ttl {
  width: 90%;
  margin: 0 auto 20px;
}
.top__section-step-content {
  margin: 0 auto 25px;
}
.top__section-step-content-txt1 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
.top__section-step-content-img {
  width: 80%;
  margin: 0 auto 10px;
}
.top__section-step-content-img img {
  display: block;
  width: 100%;
}
.top__section-step-content-txt2 {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.top__section-step .c5-note {
  margin-bottom: 0;
  font-size: 13px;
}

.hide-area {
  display: none;
}

.modaal-inner-wrapper {
  padding: 30px 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  max-width: 1180px;
  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;
}

/*popup　応募はこちら*/
.c5-kakunincontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
  border: 3px solid;
}
.c5-kakunincontent * {
  box-sizing: border-box;
}
.c5-kakunincontent .modal-close .btn {
  top: -40px;
  right: -30px;
  background: url("../img/howto/close_2.png") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c5-kakunincontent.-paypay {
  border-color: #ff0033;
}
.c5-kakunincontent.-money {
  border-color: #38b84a;
}
.c5-kakunincontent.-entry {
  border-color: #2d75c7;
}
.c5-kakunincontent__ttl {
  width: 95%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 13px 5px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #d61423;
}
.c5-kakunincontent__ttl span {
  display: inline-block;
  line-height: 1.2;
  color: #d61523;
  background-color: #fff100;
  padding: 0 5px;
}
.c5-kakunincontent__box {
  height: 230px;
  overflow: auto;
  background-color: #fff;
  margin: 0 auto 10px;
  padding: 10px 25px 10px 10px;
  border: 1px solid #222;
}
.c5-kakunincontent__box .c5-top__note {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.c5-kakunincontent__box-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.c5-kakunincontent__box-txt {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto 10px;
}
.c5-kakunincontent__box .c5-note {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
.c5-kakunincontent__box .top__section-step-content-txt1,
.c5-kakunincontent__box .top__section-step-content-txt2 {
  font-size: 16px;
}
.c5-kakunincontent__box .c5-precautions {
  height: auto;
  overflow-y: auto;
}
.c5-kakunincontent__box .c5-precautions ul {
  list-style: none;
}
.c5-kakunincontent__check {
  margin: 10px auto 20px;
  text-align: center;
  position: relative;
}
.c5-kakunincontent__check.blinking {
  animation: blink 0.6s ease-in-out infinite alternate;
}
.c5-kakunincontent__check label {
  font-size: 20px;
  font-weight: bold;
  color: #767676;
  /*
        &.blinking{
          animation: blink .6s ease-in-out infinite alternate;
        }
  */
}
.c5-kakunincontent__check label.active {
  color: #d61523;
}
.c5-kakunincontent__check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 24px;
  width: 24px;
  margin: 0;
  border: 2px solid;
  position: relative;
  top: 5px;
  left: 10px;
}
.c5-kakunincontent__check input[type=checkbox]:disabled {
  border-color: #767676;
}
.c5-kakunincontent__check input[type=checkbox]:not(:disabled) {
  border-color: #d61523;
}
.c5-kakunincontent__check input[type=checkbox]:not(:disabled)::before {
  display: grid;
  place-content: center;
  height: 24px;
  font-size: 18px;
}
.c5-kakunincontent__check input[type=checkbox]:not(:disabled).check:not(:disabled)::before {
  content: url("../img/check.png");
}
.c5-kakunincontent__check input[type=checkbox]:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}
.c5-kakunincontent .c5-popbtn {
  position: relative;
}
.c5-kakunincontent .c5-popbtn .left,
.c5-kakunincontent .c5-popbtn .right {
  width: 280px;
  margin: 0 auto;
  position: relative;
}
.c5-kakunincontent .c5-popbtn .left {
  background-color: #032e86;
  margin-bottom: 20px;
}
.c5-kakunincontent .c5-popbtn .right.-paypay {
  background-color: #ff0033;
}
.c5-kakunincontent .c5-popbtn .right.-money {
  background-color: #38b84a;
}
.c5-kakunincontent .c5-popbtn .right.-entry {
  background-color: #2d75c7;
}
.c5-kakunincontent .c5-popbtn a.cbbutton {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.c5-kakunincontent .c5-popbtn a.cbbutton:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c5-kakunincontent .c5-popbtn a.cbbutton .s5-iconInline {
  margin-left: 10px;
}
.c5-kakunincontent .c5-popbtn a.cbbutton.bright::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2.5s ease-in-out infinite;
}
.c5-kakunincontent .c5-popbtn input.check-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  z-index: 1;
  transition: 0.3s;
  box-sizing: border-box;
}
.c5-kakunincontent .c5-popbtn input.check-btn:not(:disabled) {
  z-index: -1;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.c5-kakunincontent__box::-webkit-scrollbar {
  display: none;
}

.simplebar-scrollbar::before {
  background: #000;
  border-radius: 0;
  width: 15px;
  height: 60px;
  margin: 0 auto;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #e2e2e2;
}

.simplebar-track.simplebar-vertical {
  width: 15px;
}

.entry__step {
  margin: 0 auto 40px;
}
.entry__step .step__content {
  position: relative;
  margin: 0 auto 16px;
  background-color: #ffedab;
}
.entry__step .step__content.c5-step1 .c5-step1__inner-img {
  margin-bottom: 0;
}
.entry__step .step__content.c5-step2 .c5-step2__inner-ttl {
  margin-bottom: 0;
}
.entry__step .step__content .c5-note {
  margin-bottom: 0;
}
.entry__step .step__content.c5-step2 .c5-step2__inner-ttl, .entry__step .step__content.c5-step3 .c5-step2__inner-ttl, .entry__step .step__content.c5-step5 .c5-step2__inner-ttl {
  text-align: center;
}

/*******************************
	アプリダウンロード
*******************************/
.download {
  overflow: hidden;
  max-width: 95%;
  border: 1px solid #111;
  margin: 0 auto 20px;
  padding: 0 0 3%;
  box-sizing: border-box;
  background-color: #fff;
  /*
    &__border{
  		width: 1px;
  		background: #7f7f7f;
  	}
  */
}
.download__wrap {
  width: auto;
  margin: 0 auto;
  padding: 0 2%;
}
.download__title {
  overflow: hidden;
  margin: 4% 0;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.download__boxWrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.download__box {
  width: 50%;
}
.download__box:first-child {
  border-right: 1px solid #7f7f7f;
}
.download__box-inner {
  padding: 0 5px;
}
.download__box-left {
  margin-bottom: 15px;
}
.download__box-right img {
  display: block;
  margin: 0 auto;
}
.download__type {
  margin: 0 0 3%;
  font-size: 12px;
  font-feature-settings: "palt";
}
.download__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

/*アプリの使い方*/
.c5-app__wrap {
  margin: 0 auto 20px;
}
.c5-app__ttl {
  padding: 5px 0 5px 0.5em;
  background-color: #f9873a;
}
.c5-app__ttl p {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
}
.c5-app__inner {
  padding: 15px 10px;
  border: 2px solid #f9873a;
  background-color: #ffedab;
}
.c5-app__catch {
  margin: 0 auto 15px;
}
.c5-app__catch-img {
  margin: 0 auto 15px;
}
.c5-app__catch-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c5-app__catch-img.c5-box img:not(:last-child) {
  margin-bottom: 10px;
}
.c5-app__catch-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  margin: 0;
}
.c5-app__acord-ttl {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  background-color: #f9873a;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 5px;
  font-feature-settings: "palt";
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.c5-app__acord-ttl span {
  display: block;
  width: 90%;
}
.c5-app__acord-ttl::before, .c5-app__acord-ttl::after {
  content: "";
  display: block;
  background-color: #111;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-app__acord-ttl::before {
  width: 17px;
  height: 3px;
  right: 10px;
}
.c5-app__acord-ttl::after {
  width: 3px;
  height: 17px;
  right: 17px;
  transition: all 0.3s;
}
.c5-app__acord-ttl:hover {
  opacity: 0.7;
}
.c5-app__acord-ttl.active {
  border-radius: 15px 15px 0 0/15px 15px 0 0;
}
.c5-app__acord-ttl.active::after {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.c5-app__acord-con-wrap {
  display: none;
  padding: 15px 10px;
  background-color: #fff;
  border: 2px solid #f9873a;
  border-radius: 0 0 15px 15px/0 0 15px 15px;
}
.c5-app__acord-con-img {
  width: 70%;
  margin: 0 auto;
}
.c5-app__acord-con-img img {
  display: block;
  margin: 0 auto 10px;
}
.c5-app__acord-con-img img.c5-icn {
  display: inline;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 0 2px;
}
.c5-app__acord-con-img figcaption {
  font-size: 14px;
  line-height: 1.5;
}
.c5-app__acord-con-img figcaption.ti {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-app__acord-con .c5-box .c5-app__acord-con-img:not(:last-child) {
  margin-bottom: 15px;
}
.c5-app__acord-con.ex {
  margin-top: 15px;
}

.c5-day1 .c5-app__acord-con {
  max-width: 730px;
  margin: 0 auto;
}

.c5-app__bottom-wrap {
  margin: 0 auto;
}
.c5-app__bottom-wrap .c5-app__icon {
  margin: 0 auto 20px;
}
.c5-app__bottom-wrap .c5-app__icon img {
  display: block;
  margin: 0 auto;
}

a.c5-toShorui {
  color: #2f353d;
  position: relative;
}
a.c5-toShorui::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #2f353d;
  border-bottom: 3px solid #2f353d;
  position: absolute;
  top: 40%;
  right: -24px;
  transform: translateY(-50%) rotate(-45deg);
  /*
      @media (min-width: 500px) {
        top: 40%;
        right: -24px;
        transform: translateY(-50%) rotate(-45deg);
      }
  */
}
a.c5-toShorui:hover {
  text-decoration: underline;
}

.c5-faq__box {
  width: calc(100% + 15px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.c5-faq__con {
  width: calc(50% - 15px);
  margin: 0 15px 20px 0;
}
.c5-faq__img {
  margin: 0 auto;
}
.c5-faq__img img {
  display: block;
  margin: 0 auto 10px;
}
.c5-faq__img figcaption {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-faq__img figcaption span {
  display: block;
  font-size: 11px;
}
@media screen and (min-width: 500px) {
  h3.c5-hituyou__ttl span {
    left: 0;
  }
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    width: 100%;
    margin: 0 auto 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: static;
  }
  #tab-cb li {
    width: 25%;
    font-size: 125%;
    margin: 0 1px 0 0;
    padding: 15px;
    line-height: 1.6;
  }
  .stepentry_area .s5-buttonContainer {
    text-align: left;
  }
  .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: 360px;
    margin-right: 0;
    margin-top: 100px;
  }
}
@media (min-width: 750px) {
  .c5-step .c5-grayOut {
    margin-bottom: 60px;
  }
  .c5-step .c5-grayOut::after {
    top: -10px;
    height: calc(100% + 40px);
  }
  .c5-step {
    margin: 40px auto 60px;
  }
  .c5-step__con {
    margin-bottom: 40px;
  }
  .c5-step__con-ttl {
    display: block;
    position: relative;
  }
  .c5-step__con-ttl-img {
    width: 64px;
    height: 64px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .c5-step__con-ttl-img img {
    padding: 11px;
  }
  .c5-step__con-ttl-txt {
    width: 100%;
    font-size: 22px;
    position: relative;
    left: 4em;
  }
  .c5-step .c5-limit span {
    font-size: 20px;
  }
  .c5-step .c5-limit span:last-child {
    padding-left: 0.7em;
  }
  .c5-step .c5-limit2 {
    font-size: 20px;
  }
  .c5-step .c5-limit2 span {
    padding: 5px 15px;
  }
  .c5-step__list li {
    font-size: 20px;
  }
  .c5-arrow::after {
    border-width: 30px 40px 0 40px;
    bottom: -30px;
  }
  .c5-step1__inner-img {
    width: 100%;
    margin-bottom: 35px;
  }
  .c5-step2__inner-ttl {
    font-size: 20px;
  }
  .c5-step2__inner-note {
    font-size: 16px;
  }
  .c5-step2__qrcode {
    max-width: 400px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-step2__qrcode-left {
    width: 100%;
  }
  .c5-step5__inner-ttl {
    font-size: 20px;
    text-align: left;
  }
  .c5-step5__inner-note {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .c5-step5__inner-img {
    width: auto;
  }
  .c5-step5__inner-txt.c5-limit {
    justify-content: flex-start;
  }
  .c5-step5.c5-oubo .c5-step5__inner-img.c5-arrow {
    margin-bottom: 70px;
  }
  .c5-step5.c5-oubo .c5-step5__inner-img.c5-arrow::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #ff662b;
    bottom: -50px;
  }
  .cbbutton {
    padding: 15px 30px 15px 30px;
  }
  .c5-note li,
  .c5-note p {
    font-size: 16px;
  }
  .txt_area .c5-step__inner:not(:first-child) {
    margin-top: 65px;
  }
  .flexbox-term-form {
    display: flex;
    justify-content: center;
  }
  .flexbox-term-form .s5-buttonContainer .cbbutton {
    width: 100%;
  }
  .c5-ouboBtn {
    width: 290px;
    margin: 0 20px;
  }
  .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-tab__box {
    display: flex;
    justify-content: center;
  }
  .c5-gray__wrap {
    display: flex;
    justify-content: center;
  }
  .c5-gray__wrap.c5-paypay .c5-gray__con {
    width: 510px;
  }
  .c5-gray__wrap.c5-money .c5-gray__con:first-child {
    width: 55%;
    margin: 0 10px 0 0;
  }
  .c5-gray__wrap.c5-money .c5-gray__con:last-child {
    width: calc(45% - 10px);
  }
  .c5-gray__con p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .c5-gray__con .c5-note {
    font-size: 16px;
    margin-bottom: 0;
  }
  .c5-gray__con .c5-qr img {
    width: auto;
  }
  .c5-gray__con .c5-btn {
    width: 95%;
    font-size: 26px;
    line-height: 1.46;
  }
  .c5-gray__con .c5-btn.c5-genkin {
    margin-top: 40px;
  }
  .c5-gray__con-box {
    display: flex;
    justify-content: center;
  }
  .c5-gray__con-box-left {
    width: calc(80% - 110px);
  }
  .c5-gray__con-box .c5-qr {
    width: 94px;
    margin-left: 16px;
  }
  .product__area {
    margin-bottom: 30px;
  }
  .product__area-img {
    width: 425px;
    margin-bottom: 20px;
  }
  .product__area-color {
    margin-bottom: 5px;
  }
  .product__area-color span {
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  .product__area-txt {
    font-size: 24px;
  }
  .c5-barcode {
    width: 80%;
  }
  .c5-barcode__txt {
    margin-bottom: 20px;
  }
  .entry__step {
    width: calc(100% + 15px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .entry__step .step__content {
    margin: 0 15px 20px 0;
  }
  .entry__step .step__content.c5-arrow::after {
    display: none;
  }
  .entry__step .step__content.c5-step2 .c5-step2__inner-ttl, .entry__step .step__content.c5-step3 .c5-step2__inner-ttl, .entry__step .step__content.c5-step5 .c5-step2__inner-ttl {
    text-align: left;
  }
  .entry__step .step__content.c5-step1, .entry__step .step__content.c5-step2, .entry__step .step__content.c5-step3 {
    width: calc(33.333% - 15px);
  }
  .entry__step .step__content.c5-step1 .c5-step__con-ttl-img, .entry__step .step__content.c5-step2 .c5-step__con-ttl-img, .entry__step .step__content.c5-step3 .c5-step__con-ttl-img {
    width: 17%;
    height: auto;
  }
  .entry__step .step__content.c5-step4, .entry__step .step__content.c5-step5 {
    width: calc(50% - 15px);
  }
  .entry__step .step__content.c5-step4 .c5-step__con-ttl-img, .entry__step .step__content.c5-step5 .c5-step__con-ttl-img {
    width: 12%;
    height: auto;
  }
  .entry__step .step__content.c5-step5 .c5-step5__inner-img {
    position: static;
    transform: translateY(0);
  }
  .entry__step .step__content .c5-step__con-ttl-txt {
    left: 3.5em;
    letter-spacing: 0;
    font-size: 1.83vw;
  }
  .entry__step .step__content .c5-step__con-inner {
    padding: 20px 15px;
  }
  .c5-app__wrap {
    margin-bottom: 40px;
  }
  .c5-app__ttl {
    padding: 5px 0 5px 1em;
  }
  .c5-app__ttl p {
    font-size: 22px;
  }
  .c5-app__inner {
    padding: 30px;
  }
  .c5-app__catch {
    margin-bottom: 20px;
  }
  .c5-app__catch-img {
    margin-bottom: 20px;
  }
  .c5-app__catch-img img {
    width: auto;
  }
  .c5-app__catch-img.c5-box {
    display: flex;
    justify-content: center;
  }
  .c5-app__catch-img.c5-box img {
    width: 50%;
    max-width: 460px;
    margin: 0 20px;
  }
  .c5-app__catch-img.c5-box img:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-app__catch-txt {
    font-size: 20px;
  }
  .c5-app__acord-ttl::before {
    width: 27px;
    height: 4px;
    right: 30px;
  }
  .c5-app__acord-ttl::after {
    width: 4px;
    height: 27px;
    right: 42px;
  }
  .c5-app__acord-ttl {
    font-size: 24px;
    border-radius: 12px;
  }
  .c5-app__acord-ttl.active {
    border-radius: 12px 12px 0 0/12px 12px 0 0;
  }
  .c5-app__acord-con-wrap {
    padding: 30px 15px;
  }
  .c5-app__acord-con-img {
    width: 350px;
  }
  .c5-app__acord-con-img.ex {
    margin: 0;
  }
  .c5-app__acord-con-img figcaption {
    font-size: 16px;
    line-height: 1.625;
  }
  .c5-app__acord-con .c5-box {
    display: flex;
    justify-content: space-between;
  }
  .c5-app__acord-con .c5-box .c5-app__acord-con-img {
    width: 32%;
  }
  .c5-app__acord-con .c5-box .c5-app__acord-con-img:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-app__acord-con .c5-box.c5-2col {
    justify-content: center;
    flex-wrap: wrap;
  }
  .c5-app__acord-con .c5-box.c5-2col .c5-app__acord-con-img {
    width: 350px;
    margin: 0 15px 30px;
  }
  .c5-app__acord-con .c5-box.c5-2col .c5-app__acord-con-img:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .c5-app__acord-con .c5-box.c5-2col .c5-app__acord-con-img:nth-child(odd) {
    margin-left: 0;
  }
  .c5-app__acord-con .c5-box.c5-2col .c5-app__acord-con-img:nth-child(even) {
    margin-right: 0;
  }
  .c5-app__acord-con.ex {
    margin-top: 20px;
  }
  .c5-app__bottom-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-app__bottom-wrap .c5-app__icon {
    width: 112px;
    margin: 0 40px 0 0;
  }
  .c5-app__bottom-wrap .download__wrap {
    margin: 0;
    padding: 0;
  }
  .c5-faq__con {
    width: calc(20% - 15px);
  }
  .c5-faq__img figcaption {
    font-size: 14px;
  }
  .c5-faq__img figcaption span {
    font-size: 12px;
  }
}
@media screen and (min-width: 750px) {
  .c5-border {
    border-width: 4px;
    padding: 10px 15px;
  }
  .c5-five__tab-ttl {
    font-size: 24px;
  }
  .c5-five__tab-btn {
    font-size: 24px;
  }
  .c5-five__tab-btn.select {
    font-size: 30px;
  }
  .c5-five__tab-content.c5-leftTab {
    border-width: 2px;
  }
  .c5-five__tab-content.c5-rightTab {
    border-width: 2px;
  }
  .c5-five__tab-choice {
    width: 100%;
    margin-top: 20px;
  }
  .c5-btnBlue {
    margin-bottom: 0;
    text-align: left;
  }
  .c5-btnBlue-ib {
    font-size: 16px;
    padding: 20px 1.7em 20px 15px;
    margin-bottom: 0;
  }
  .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;
  }
  h3.c5-hituyou__ttl {
    font-size: 26px;
    margin: 40px auto 30px;
    padding: 8px;
    text-align: left;
    padding-left: 4em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35px, #ff662b 35px, #ff662b 100%);
  }
  h3.c5-hituyou__ttl::before {
    width: 80px;
    height: 70px;
  }
  .c5-prepageBtn a {
    width: 400px;
    font-size: 40px;
  }
  .top__section-step {
    margin-bottom: 50px;
    padding: 25px;
    border-width: 2px;
  }
  .top__section-step-ttl {
    width: auto;
    max-width: 424px;
  }
  .top__section-step-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .top__section-step-content {
    margin: 0 20px 25px;
    width: 360px;
  }
  .top__section-step-content-txt1 {
    font-size: 18px;
  }
  .top__section-step-content-img {
    width: 100%;
  }
  .top__section-step-content-txt2 {
    width: 100%;
    font-size: 18px;
  }
  .top__section-step .c5-note {
    font-size: 18px;
  }
  .c5-kakunincontent__box .c5-top__note {
    font-size: 26px;
    line-height: 1.53;
    margin-top: 20px;
  }
  .c5-kakunincontent__check label {
    font-size: 30px;
  }
  .c5-kakunincontent__check input[type=checkbox] {
    height: 28px;
    width: 28px;
    top: 3px;
  }
  .c5-kakunincontent__check input[type=checkbox]:not(:disabled)::before {
    height: 28px;
  }
  .download {
    max-width: 800px;
  }
  .download__title {
    font-size: 1.2rem;
  }
  .download__boxWrap {
    justify-content: space-between;
  }
  .download__box-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .download__box-left {
    width: calc(95% - 102px);
    margin: 0 10px 0 0;
  }
  .download__box-right {
    width: 92px;
  }
  .download__type {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  .modal-close .btn {
    width: 28px;
    height: 28px;
    top: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 900px) {
  .c5-kakunincontent {
    padding: 40px 30px;
    border-width: 6px;
  }
  .c5-kakunincontent .modal-close .btn {
    width: 40px;
    height: 40px;
    top: -34px;
    right: -21px;
  }
  .c5-kakunincontent__ttl {
    font-size: 38px;
  }
  .c5-kakunincontent__box {
    height: 400px;
    margin-bottom: 15px;
  }
  .c5-kakunincontent__box-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c5-kakunincontent__box-txt {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .c5-kakunincontent__box-txt.-big {
    font-size: 26px;
  }
  .c5-kakunincontent__box .c5-note {
    width: 60%;
  }
  .c5-kakunincontent .c5-popbtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-kakunincontent .c5-popbtn .left, .c5-kakunincontent .c5-popbtn .right {
    width: 48%;
    max-width: 380px;
  }
  .c5-kakunincontent .c5-popbtn .left {
    margin-bottom: 0;
    margin-right: 2%;
  }
  .c5-kakunincontent .c5-popbtn a.cbbutton {
    font-size: 24px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .c5-step__con-inner {
    padding: 20px 100px;
  }
  .c5-step5__inner {
    position: relative;
  }
  .c5-step5__inner-note {
    width: 45%;
  }
  .c5-step5__inner-img {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .c5-step5__inner-img img {
    margin: 0;
  }
  .c5-step5__inner-txt.c5-limit {
    width: 50%;
  }
  .c5-step5.c5-oubo .c5-step5__inner {
    padding: 20px 30px;
  }
  .c5-ouboStep {
    width: 80%;
    margin: 0 auto;
  }
  .entry__step .step__content.c5-step1 .c5-step__con-ttl-img, .entry__step .step__content.c5-step2 .c5-step__con-ttl-img, .entry__step .step__content.c5-step3 .c5-step__con-ttl-img {
    width: 64px;
  }
  .entry__step .step__content.c5-step4 .c5-step__con-ttl-img, .entry__step .step__content.c5-step5 .c5-step__con-ttl-img {
    width: 64px;
  }
  .entry__step .step__content .c5-step__con-ttl-txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c5-main__container .c5-inner {
    padding: 0;
  }
  .top__section-step-content:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .txt_area {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */