@charset "UTF-8";
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}

.c5-main__container img {
  max-width: 100%;
}

.c5-main__container p {
  margin: 0;
  padding: 0;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
}

.c5--colorRed {
  color: #e60012;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

h1 {
  margin-top: 0;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #f7b2bc;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #e60020;
}

.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: #f8e356;
  padding: 3px 0 3px .5em;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #121212;
}

.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/*バナー
-------------------------------------------------*/
.c5-cp__banner {
  box-sizing: border-box;
  padding: 0 15px;
}

/*LINEとmora
-------------------------------------------------*/
.c5-prizearticle {
  box-sizing: border-box;
  padding: 20px 15px 15px;
  margin-bottom: 20px;
  border: 2px solid;
  border-radius: 10px;
}

.c5-prizearticle .c5-icn {
  display: block;
  margin: 0 auto 20px;
}

.c5-prizearticle .c5-text img {
  display: block;
  margin: 0 auto 10px;
}

.c5-prizearticle .c5-text p {
  font-size: 14px;
  font-weight: bold;
}

.c5-linemusic {
  border-color: #0ee071;
}

.c5-linemusic .c5-text p {
  text-align: center;
  margin-bottom: 10px;
}

.c5-mora {
  margin-bottom: 30px;
  border-color: #176473;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.c5-pro {
  margin: 0 auto;
}

.c5-pro__cat-ttl {
  font-size: 19px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c5-pro__cat-ttl span {
  flex-shrink: 0;
  padding: 0 .5em;
}

.c5-pro__cat-ttl::before, .c5-pro__cat-ttl::after {
  content: '';
  display: block;
  width: 34%;
  height: 2px;
  background-color: #919191;
}

.c5-pro__cat-inner {
  margin-bottom: 10px;
}

.c5-pro__cat-inner.c5-cat1 .c5-pro__box-content, .c5-pro__cat-inner.c5-cat2 .c5-pro__box-content, .c5-pro__cat-inner.c5-cat3 .c5-pro__box-content {
  border-color: #f8e356;
  background-color: #fefbe6;
}

.c5-pro__cat-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c5-pro__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c5-pro__box.c5-cat4 .c5-pro__box-content {
  border-color: #01b910;
  background-color: #e5f8e7;
}

.c5-pro__box.c5-cat4 {
  margin-bottom: 10px;
}

.c5-pro__box.c5-cat5 {
  display: block;
}

.c5-pro__box.c5-cat5 .c5-pro__box-content {
  width: 100%;
  border-color: #0186ef;
  background-color: #e5f3fd;
}

.c5-pro__box.c5-cat5 .c5-flex {
  justify-content: center;
  align-items: center;
}

.c5-pro__box.c5-cat5 .c5-flex .c5-pro__name,
.c5-pro__box.c5-cat5 .c5-flex .c5-pro__btn {
  width: 48%;
}

.c5-pro__box.c5-cat5 .c5-flex .c5-pro__name {
  max-width: 177px;
  margin-right: 2%;
}

.c5-pro__box.c5-cat5 .c5-flex .c5-pro__name.ex {
  max-width: 196px;
}

.c5-pro__box-content {
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 15px;
  padding: 20px 10px 10px;
  border-top: 3px solid;
}

.c5-pro__box-content:nth-child(odd) {
  margin-right: 1%;
}

.c5-pro__box-content:nth-child(even) {
  margin-left: 1%;
}

.c5-pro__img {
  display: block;
  margin: 0 auto 10px;
}

.c5-pro__btn a, .c5-pro__btn img {
  display: block;
  margin: 0 auto;
}

.c5-pro__btn a:first-child {
  margin-bottom: 10px;
}

.c5-pro .c5-note {
  margin-bottom: 30px;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.stepnum {
  padding: 0 0.3% 0;
  color: #e60020;
  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:first-child {
  margin-bottom: 30px;
}

.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 .howto-txtarea-flex.ex .c5-renkei p {
  margin-bottom: 10px;
}

.howto-txtarea .howto-txtarea-flex.ex .howto-txt {
  margin-bottom: 0;
}

.howto-txtarea .howto-txtarea-flex.ex .howto-txt ul {
  margin-bottom: 0;
}

.howto-txtarea h4 {
  margin: 0;
}

.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto 20px;
}

ul.c5-note {
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.c5-linetokuten {
  margin: 0 auto 30px;
  padding-left: 0;
}

.c5-linetokuten li {
  position: relative;
}

.c5-linetokuten li:not(:last-child) {
  margin-bottom: 60px;
}

.c5-linetokuten li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -8%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 90px;
  height: 30px;
  background: url("../img/arrow_sp.png") no-repeat 0 0;
  background-size: contain;
}

.c5-linetokuten li img {
  display: block;
  margin: 0 auto 10px;
}

.c5-linetokuten li img.c5-arrow {
  display: none;
}

.c5-linetokuten li p {
  font-weight: bold;
}

.c5-linetokuten li p span {
  font-weight: normal;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

.c5-btn-wrap {
  margin-bottom: 50px;
}

.c5-btn-wrap .s5-buttonContainer {
  margin: 0 auto;
}

.c5-btn-wrap .s5-buttonContainer .c5-oubo {
  width: 300px;
  line-height: 1;
}

.c5-btn-wrap .s5-buttonContainer .c5-oubo span {
  font-size: 14px;
}

.c5-btn-wrap + p {
  font-size: 13px;
  text-align: center;
  color: #ff0000;
  margin-bottom: 50px;
  font-weight: bold;
}

/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #bac4d2;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}

p.c5-faq__ttl:hover {
  opacity: .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;
  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 .8em;
  min-height: 35px;
}

dl.faq dt.ex {
  margin-bottom: 0;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}

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-top: 30px;
  padding: 7px;
}

.c5-gear {
  vertical-align: middle;
  width: 14px;
}

.mod-effect img {
  transition: all .3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

.c5-precautions {
  box-sizing: border-box;
  height: 500px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}

.c5-precautions__ttl {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c5-precautions__block {
  font-size: 16px;
  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 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;
}

/* =============================================
  top__section
  ============================================== */
.top__section {
  margin-bottom: 40px;
  background-color: #fff799;
}

.top__section-note {
  box-sizing: border-box;
  font-size: 20px;
}

.top_entry_banner {
  box-sizing: border-box;
  padding: 40px 15px;
}

.top_entry_banner h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.top_entry_banner h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.top_entry_banner a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 2px 2px 9px #444;
}

.top_entry_banner .txt_area {
  margin-bottom: 0;
}

.top_entry_banner p {
  max-width: 630px;
  font-size: 18px;
  margin: 0 auto;
}

.entry__step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entry__step img {
  max-width: 100%;
  margin: 0 auto;
}

.entry__step .step__content {
  width: 33.5%;
  margin-bottom: 15px;
}

.entry__step .step__content:nth-child(3), .entry__step .step__content:last-child {
  width: 33%;
}

.btn__entry img {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 3px 15px #bbb;
}

.c5-step_dead {
  max-width: 580px;
  margin: 0 auto 25px;
}

.c5-step_dead p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.c5-step_dead p:first-child {
  margin-bottom: 5px;
}

.c5-step_dead p:last-child {
  padding: 3px 1em;
  color: #fff;
  background-color: #e60012;
}

/*640px*/
/***********step5 step6************/
.mod-column1 .c5-stepttl {
  position: relative;
  background-color: #f8e356;
}

.mod-column1 .c5-stepttl span {
  color: #121212;
  padding: 2px 0 2px 7em;
}

.mod-column1 .c5-stepttl::before {
  position: absolute;
  top: -15px;
  left: 1em;
  display: block;
  content: '';
  width: 193px;
  height: 58px;
}

.mod-column1 .c5-stepttl.c5-step5 {
  margin-bottom: 40px;
}

.mod-column1 .c5-stepttl.c5-step5::before {
  background: url("../img/step5.png") no-repeat left center;
}

.mod-column1 .c5-stepttl.c5-step6 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.mod-column1 .c5-stepttl.c5-step6::before {
  background: url("../img/step6.png") no-repeat left center;
}

/*popup*/
.mfp-close-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.mfp-close-wrap .mfp-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  background: url("../img/howto/close.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  padding: 0;
  cursor: pointer;
}

/*popup　応募はこちら*/
.c5-kakunincontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #b4342b;
}

.c5-kakunincontent .mfp-close-wrap .mfp-close {
  top: -5px;
  right: -5px;
  background: url("../img/howto/close_2.png") no-repeat center center;
  background-size: contain;
}

.c5-kakunincontent__ttl {
  width: 100px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #b4342b;
  margin: 0 auto 15px;
  padding: 5px 10px;
}

.c5-kakunincontent__txt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 30px;
}

.c5-kakunincontent__txt span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
}

.c5-kakunincontent .c5-popbtn .cbbutton {
  padding: 15px 20px 15px 20px;
}

.c5-kakunincontent .c5-popbtn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.c5-kakunincontent .c5-popbtn a:first-child {
  margin-bottom: 20px;
}

.c5-kakunincontent .c5-popbtn a span {
  font-size: 12px;
  line-height: 1.4;
}

.c5-popupcontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1056px;
  height: auto;
  background-color: #0c5084;
  margin: 0 auto;
  padding: 10px 5px 5px;
}

.c5-popupcontent h3 {
  color: #b8d199;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 10px;
}

.c5-popupcontent .c5-popinner {
  box-sizing: border-box;
  padding: 2%;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.c5-popupcontent .c5-popcontent {
  box-sizing: border-box;
  width: 100%;
  background-color: #e2f5fc;
  padding: 1.5%;
  display: flex;
  justify-content: space-between;
}

.c5-popupcontent .c5-popcontent .c5-block__wrap {
  width: 48%;
}

.c5-popupcontent .c5-popcontent:first-child {
  margin-bottom: 10px;
}

.c5-popupcontent .c5-popcontent h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #0c5084;
}

.c5-popupcontent .c5-popcontent .c5-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 p {
  margin-top: 0;
  font-weight: bold;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img.s5-iconInline {
  display: inline;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  word-break: break-all;
}

@media (min-width: 1200px) {
  .c5-cp__banner {
    padding: 0;
  }
  .mod-column1 {
    padding: 0;
  }
}

@media (min-width: 640px) {
  .c5-prizearticle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 10px;
    margin-bottom: 40px;
    border-width: 4px;
    border-radius: 20px;
  }
  .c5-prizearticle .c5-icn {
    width: 11%;
    margin: 0 auto;
  }
  .c5-prizearticle .c5-text {
    width: 80%;
    margin-left: 1%;
  }
  .c5-prizearticle .c5-text img {
    margin: 0 0 15px 0;
  }
  .c5-prizearticle .c5-text p {
    font-size: 20px;
  }
  .c5-linemusic .c5-icn {
    max-width: 96px;
  }
  .c5-linemusic .c5-text p {
    text-align: left;
  }
  .c5-mora .c5-icn {
    max-width: 116px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
  }
  #tab-cb li {
    width: 33.333%;
    margin: 0 1px 0 0;
  }
  .howto-txtarea {
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 48%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-flex:first-child {
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 69%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 31%;
  }
  .howto-txtarea .howto-txtarea-flex.ex {
    display: block;
    width: 50%;
  }
  .howto-txtarea .howto-txtarea-flex.ex .howto-txt {
    width: 100%;
  }
  .howto-txtarea .howto-txtarea-flex.ex .c5-renkei p, .howto-txtarea .howto-txtarea-flex.ex .c5-renkei a {
    display: inline-block;
    vertical-align: middle;
  }
  .c5-btn-wrap + p {
    font-size: 18px;
  }
  .howto {
    margin-bottom: 40px;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-gear {
    width: 22px;
  }
  .c5-kakunincontent {
    padding: 40px 30px;
    border-width: 6px;
  }
  .c5-kakunincontent .mfp-close-wrap .mfp-close {
    top: -15px;
    right: -15px;
  }
  .c5-kakunincontent__ttl {
    width: 200px;
    font-size: 50px;
    margin: 0 auto 30px;
    padding: 10px 20px;
  }
  .c5-kakunincontent__txt {
    font-size: 32px;
    margin: 0 auto 60px;
  }
  .c5-kakunincontent__txt span {
    font-size: 24px;
  }
  .c5-kakunincontent .c5-popbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-kakunincontent .c5-popbtn a {
    width: 48%;
    max-width: 360px;
    margin: 0;
  }
  .c5-kakunincontent .c5-popbtn a:first-child {
    margin-bottom: 0;
    padding: 40px 0;
  }
  .c5-kakunincontent .c5-popbtn a span {
    font-size: 18px;
  }
}

@media (min-width: 750px) {
  .c5-pro__cat-ttl {
    font-size: 22px;
  }
  .c5-pro__cat-ttl::before, .c5-pro__cat-ttl::after {
    width: 48%;
  }
  .c5-pro__box-content {
    border-width: 4px;
  }
  .c5-pro__box-content:nth-child(odd), .c5-pro__box-content:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
  .c5-pro .c5-cat1 .c5-pro__box-content,
  .c5-pro .c5-cat2 .c5-pro__box-content,
  .c5-pro .c5-cat3 .c5-pro__box-content,
  .c5-pro .c5-cat4 .c5-pro__box-content {
    max-width: 260px;
  }
  .c5-pro .c5-cat1 {
    max-width: 830px;
    margin: 0 auto;
  }
  .c5-pro .c5-cat1 .c5-pro__box {
    justify-content: space-between;
  }
  .c5-pro .c5-cat1 .c5-pro__box-content {
    width: 33%;
  }
  .c5-pro .c5-cat-flex {
    max-width: 1105px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  .c5-pro .c5-cat-flex .c5-cat2 {
    width: 24%;
  }
  .c5-pro .c5-cat-flex .c5-cat2 .c5-pro__box {
    width: 100%;
  }
  .c5-pro .c5-cat-flex .c5-cat2 .c5-pro__box-content {
    width: 100%;
  }
  .c5-pro .c5-cat-flex .c5-cat3 {
    width: 74.4%;
  }
  .c5-pro .c5-cat-flex .c5-cat3 .c5-pro__box {
    justify-content: space-between;
  }
  .c5-pro .c5-cat-flex .c5-cat3 .c5-pro__box-content {
    width: 33%;
  }
  .c5-pro .c5-cat4 {
    max-width: 1100px;
    margin: 0 auto 40px;
  }
  .c5-pro .c5-cat4 .c5-pro__box-content {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .c5-pro .c5-cat5 {
    display: flex;
    justify-content: space-between;
  }
  .c5-pro .c5-cat5 .c5-pro__box-content {
    width: 49%;
  }
  .c5-pro .c5-cat5 .c5-flex .c5-pro__btn {
    width: 30%;
  }
  .c5-pro .c5-note {
    margin-bottom: 50px;
  }
  .c5-linetokuten {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
  }
  .c5-linetokuten li {
    width: 23%;
    max-width: 260px;
  }
  .c5-linetokuten li:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-linetokuten li:not(:last-child)::after {
    display: none;
    position: static;
    background: none;
  }
  .c5-linetokuten li img {
    margin: 0 auto 15px;
  }
  .c5-linetokuten li img.c5-arrow {
    position: absolute;
    right: -11%;
    top: 34%;
    display: block;
    width: 8%;
    max-width: 20px;
    margin: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}

@media (max-width: 640px) {
  .c5-precautions {
    height: 300px;
    margin-bottom: 40px;
    padding: 10px 5px;
  }
  .c5-precautions__ttl {
    font-size: 16px;
  }
  .c5-precautions__block {
    font-size: 14px;
  }
  .c5-personal {
    font-size: 14px;
  }
  .c5-personal ul li.c5-list1 {
    margin-bottom: 20px;
  }
  .top__section {
    margin-bottom: 20px;
  }
  .top__section-note {
    font-size: 16px;
  }
  .top_entry_banner {
    padding: 20px 5px;
  }
  .top_entry_banner h2 {
    margin-bottom: 15px;
  }
  .top_entry_banner p {
    font-size: 11px;
  }
  .btn__entry img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .entry__step {
    display: block;
  }
  .entry__step .step__content {
    margin-bottom: 0;
  }
  .entry__step .step__content:first-child, .entry__step .step__content:nth-child(2), .entry__step .step__content:nth-child(3), .entry__step .step__content:nth-child(4), .entry__step .step__content:nth-child(5), .entry__step .step__content:last-child {
    width: 100%;
  }
  .c5-step_dead {
    margin: 0 auto 15px;
  }
  .c5-step_dead p {
    font-size: 13px;
  }
  .c5-step_dead p:last-child {
    max-width: 300px;
    padding: 3px .2em;
    margin: 0 auto;
  }
  .mod-column1 .c5-stepttl span {
    font-size: 16px;
    padding-left: 6.5em;
  }
  .mod-column1 .c5-stepttl::before {
    left: .3em;
    width: 93px;
    background-position: 0 0;
    background-size: contain;
  }
  .c5-popupcontent .c5-popcontent {
    display: block;
  }
  .c5-popupcontent .c5-popcontent h4 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .c5-popupcontent .c5-popcontent .c5-block__wrap {
    width: 100%;
  }
  .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 img {
    margin-bottom: 20px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
    margin-bottom: 10px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner .c5-pos__sp {
    position: absolute;
    left: 8%;
    width: 60px;
  }
}

@media (max-width: 768px) {
  .top__section {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .top__section-note {
    padding: 0 10px !important;
  }
}

@media (min-width: 800px) {
  .mfp-close-wrap .mfp-close {
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 800px) {
  .c5-popupcontent h3 {
    font-size: 14px;
    margin: 0 0 10px 10px;
  }
  .c5-popupcontent .c5-popinner {
    display: block;
  }
  .c5-popupcontent .c5-popcontent {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .c5-popupcontent .c5-popcontent:first-child {
    margin-bottom: 30px;
  }
  .c5-popupcontent .c5-popcontent h4 {
    max-width: 100%;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .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 img {
    margin-bottom: 20px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img.ex {
    margin-right: auto;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
    margin-bottom: 10px;
  }
}
