@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;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#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;
  background: #fecfde;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #fc6092;
}

.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: #fda0be;
  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: #111;
}

.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* 概要
-------------------------------------------------*/
.c5-summary * {
  box-sizing: border-box;
}

.c5-summary__top {
  margin-bottom: 10px;
  padding: 10px 15px 20px;
  background: #ffe5ef;
  background: linear-gradient(0deg, #ffe5ef 0%, #fc608d 100%);
}

.c5-summary__top-ttl {
  display: block;
  width: 90% !important;
  margin: 0 auto !important;
}

.c5-summary__top-ttl img {
  display: block;
  margin: 0 auto;
}

.c5-summary__top-img {
  display: block;
  margin: 0 auto;
}

.c5-summary__and img {
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}

.c5-summary__bottom {
  margin-bottom: 15px;
  padding: 10px 15px 20px;
  background: #feb5cd;
  background: linear-gradient(0deg, #feb5cd 0%, #ffdee9 24%, #ffe0ea 50%, #ffd3e0 65%, #fc5c89 100%);
}

.c5-summary__bottom-ttl {
  display: block;
  margin: 0 auto !important;
}

.c5-summary__bottom-content img {
  display: block;
  margin: 0 auto;
}

.c5-summary__bottom-content img:nth-child(2) {
  width: 30%;
  position: relative;
  top: -8px;
  margin-bottom: -18px;
}

.c5-summary__bottom-left {
  margin-bottom: 25px;
}

.c5-summary__bottom-right {
  margin-bottom: 10px;
}

.c5-summary__note p {
  color: #e60012;
}

.c5-summary__note p:first-child {
  font-weight: bold;
  font-size: 18px;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.product_area {
  margin: 0 auto 30px;
}

.product_area h3 {
  font-size: 14px;
  margin: 0;
}

.c5-pro__link {
  margin: 0 auto 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  clear: both;
}

.c5-pro__link li {
  box-sizing: border-box;
  width: 48%;
  text-align: center;
  margin: 0 0 20px;
  padding: 8px 2px;
  background-color: #5887f4;
  transition: all .3s;
}

.c5-pro__link li:hover {
  opacity: .7;
}

.c5-pro__link li a {
  display: block;
  color: #fff;
  font-size: 13px;
  position: relative;
  left: -6px;
  font-weight: bold;
}

.c5-pro__link li a:hover {
  text-decoration: none;
}

.c5-pro__link li a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}

.c5-pro__link li.c5-small {
  padding: 8px 0;
}

.c5-pro__link li.c5-small a {
  font-size: 12px;
}

.c5-pro__link li.c5-small a::after {
  margin-left: 3px;
}

.c5-pro__box {
  margin: 0 auto 25px;
}

.c5-pro__ttl {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.c5-pro__ttl p {
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

.c5-pro__ttl p:first-child {
  width: 70%;
  color: #111;
  background-color: #ffdcff;
  position: relative;
}

.c5-pro__ttl p:first-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c5-pro__ttl p:last-child {
  width: 30%;
  color: #fff;
  background-color: #ff6eb4;
  border-left: 1px solid #fff;
}

.c5-pro__ttl.ex {
  display: none;
}

.c5-pro__cat {
  box-sizing: border-box;
  padding: 3px 0 !important;
  color: #fff;
  background-color: #595757;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.c5-pro__content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.c5-pro__content__left {
  width: 70%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: #faf0fa;
}

.c5-pro__content__left .c5-pro__img {
  width: 49%;
}

.c5-pro__content__left .c5-pro__info {
  width: 48%;
}

.c5-pro__content__left .c5-pro__info .c5-pro__name {
  font-size: 13px;
  font-weight: bold;
}

.c5-pro__content__left .c5-pro__info .c5-pro__color {
  display: block;
  margin-bottom: 10px;
  max-width: 60%;
}

.c5-pro__content__left .c5-pro__info a {
  display: block;
  transition: all .3s;
}

.c5-pro__content__left .c5-pro__info a:first-child {
  margin-bottom: 15px;
}

.c5-pro__content__left .c5-pro__info a:hover {
  opacity: .7;
}

.c5-pro__content__right {
  box-sizing: border-box;
  width: 30%;
  background-color: #ff6eb4;
  position: relative;
  padding: 5px;
  border-left: 1px solid #fff;
}

.c5-pro__content__right img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c5-xp__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c5-xp__top * {
  box-sizing: border-box;
}

.c5-xp__top-content {
  width: 33.1%;
  padding: 10px 2%;
  border-bottom: 1px solid #fff;
  background-color: #ff6eb4;
}

.c5-xp__top-content img {
  display: block;
  margin: 0 auto 10px;
}

.c5-xp__top-content a img {
  margin: 0 auto;
}

.c5-xp__bottom {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "c5-xp1 c5-xp7" "c5-xp2 c5-xp8" "c5-xp3 c5-xp9" "c5-xp4 c5-xp10" "c5-xp5 ..." "c5-xp6 ...";
}

.c5-xp__bottom * {
  box-sizing: border-box;
}

.c5-xp__bottom-content {
  padding: 5px;
  text-align: center;
  background-color: #ffdcff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 13px;
}

.c5-xp__bottom .c5-xp1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: c5-xp1;
}

.c5-xp__bottom .c5-xp2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: c5-xp2;
}

.c5-xp__bottom .c5-xp3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c5-xp3;
}

.c5-xp__bottom .c5-xp4 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: c5-xp4;
}

.c5-xp__bottom .c5-xp5 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: c5-xp5;
}

.c5-xp__bottom .c5-xp6 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: c5-xp6;
}

.c5-xp__bottom .c5-xp7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: c5-xp7;
}

.c5-xp__bottom .c5-xp8 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c5-xp8;
}

.c5-xp__bottom .c5-xp9 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: c5-xp9;
}

.c5-xp__bottom .c5-xp10 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: c5-xp10;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.c5-oubo__link {
  margin: 20px 0 25px 0;
  justify-content: center;
}

.c5-oubo__link li {
  margin: 0;
}

.c5-oubo__link li:first-child {
  margin-right: 2%;
}

.c5-oubo__ttl {
  box-sizing: border-box;
  padding: 5px 10px 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fffd70;
}

.c5-oubo__ttl-xperia {
  position: relative;
  margin-bottom: 0 !important;
  cursor: pointer;
  background: url("../img/howto/arrow.png") no-repeat 96% 50% #fffd70;
  background-size: 22.5px 16px;
}

.c5-oubo__note {
  font-size: 12px;
}

.c5-oubo__note a {
  font-weight: normal !important;
}

.c5-oubo__range {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px !important;
}

.c5-oubo__xperia {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px 15px 0;
  border: 3px solid #fffd70;
}

.mod-column1 h2.c5-margin {
  margin-top: 30px;
}

.stepnum {
  padding: 0 0.3% 0;
  color: #fc6092;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 10px;
}

.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:not(:last-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 h4 {
  margin: 0;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin: 0;
  padding: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

.c5-step__fimg {
  margin-bottom: 30px;
}

.c5-step__flex img {
  display: block;
}

.c5-step__flex img:first-child {
  margin-bottom: 30px;
}

.c5-btn-wrap {
  margin-bottom: 50px;
}

.c5-btn-wrap .s5-buttonContainer {
  margin: 0 auto;
}

.c5-btn-wrap .s5-buttonContainer .c5-oubo__btn {
  width: 300px;
  line-height: 1;
}

.c5-btn-wrap .s5-buttonContainer .c5-oubo__btn 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 #fecfde;
  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 #fecfde;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #fecfde;
  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 dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}

h1 {
  margin-top: 0;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin-top: 20px;
  padding: 7px;
}

.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;
}

/*popup*/
.mfp-close-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.mfp-close-wrap .mfp-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  background: url("../img/howto/close.png") no-repeat center center;
  opacity: 1;
  padding: 0;
  cursor: pointer;
}

.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: #fff;
  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;
}

.c5-popupcontent .c5-popcontent {
  box-sizing: border-box;
  width: 49%;
  max-width: 490px;
  background-color: #e2f5fc;
  padding: 1.5%;
}

.c5-popupcontent .c5-popcontent h4 {
  max-width: 250px;
  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.ex {
  margin-right: 0;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  word-break: break-all;
}

.c5-bnr__wrap {
  box-sizing: border-box;
  margin: 30px auto;
  padding: 0 3%;
}

.c5-anchor__top {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 12px;
  background-color: #fffd70;
}

.c5-anchor__top h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  color: #fc4b83;
}

.c5-anchor__top .c5-pro__link li:nth-child(3), .c5-anchor__top .c5-pro__link li:last-child {
  margin-bottom: 0;
}

.c5-login {
  margin: 0 auto 30px;
}

.c5-login__ttl {
  box-sizing: border-box;
  background-color: #ce1d01;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px !important;
  text-align: center;
}

.c5-login__link a, .c5-login__link img {
  display: block;
}

.c5-login__link a {
  border: 1px solid #ccc;
  transition: all .3s;
}

.c5-login__link a:first-child {
  border-bottom: none;
}

.c5-login__link a:hover {
  opacity: .6;
}

@media (min-width: 640px) {
  .c5-summary__top {
    margin-bottom: 20px;
    padding: 5px 15px 30px;
  }
  .c5-summary__top-ttl {
    width: 100% !important;
  }
  .c5-summary__and img {
    width: 235px;
    margin: 0 auto 20px;
  }
  .c5-summary__bottom {
    margin-bottom: 20px;
    padding: 10px 0 20px;
  }
  .c5-summary__bottom-ttl {
    padding: 0 15px;
  }
  .c5-summary__bottom-content-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 3%;
  }
  .c5-summary__bottom-content img:nth-child(2) {
    width: 100%;
    max-width: 193px;
    top: -20px;
    margin-bottom: -38px;
  }
  .c5-summary__bottom-left {
    width: 32.342%;
    margin-bottom: 0;
  }
  .c5-summary__bottom-left img:nth-child(2) {
    width: 60%;
  }
  .c5-summary__bottom-right {
    width: 65.535%;
    margin-bottom: 0;
  }
  .c5-summary__bottom-right img:nth-child(2) {
    width: 29%;
  }
  .c5-summary__bottom .c5-note {
    padding: 0 3%;
  }
  .c5-summary__note p:first-child {
    font-size: 20px;
  }
  .product_area h3 {
    font-size: 22px;
  }
  .c5-pro__link {
    margin: 0 auto 30px;
    flex-wrap: nowrap;
  }
  .c5-pro__link li {
    width: 24%;
    margin: 0;
    padding: 8px 2px;
  }
  .c5-pro__link li a {
    font-size: calc(0.8125rem + ((1vw - 6.4px) * 1.25));
    min-height: 0vw;
  }
  .c5-pro__link li.c5-small {
    padding: 8px 2px;
  }
  .c5-pro__link li.c5-small a {
    font-size: calc(0.8125rem + ((1vw - 6.4px) * 1.25));
    min-height: 0vw;
  }
  .c5-pro__link li.c5-small a::after {
    margin-left: 8px;
  }
  .c5-pro__box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    flex-wrap: wrap;
  }
  .c5-pro__ttl {
    width: 49%;
  }
  .c5-pro__ttl p {
    font-size: 18px;
    padding: 7px 0;
  }
  .c5-pro__ttl p:first-child {
    width: 65%;
  }
  .c5-pro__ttl p:last-child {
    width: 35%;
  }
  .c5-pro__ttl.ex {
    display: flex;
  }
  .c5-pro__content {
    width: 49%;
  }
  .c5-pro__content__left {
    width: 65%;
    padding: 3% 2%;
  }
  .c5-pro__content__left .c5-pro__img {
    width: 48%;
  }
  .c5-pro__content__left .c5-pro__info {
    width: 48%;
  }
  .c5-pro__content__left .c5-pro__info .c5-pro__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c5-pro__content__left .c5-pro__info .c5-pro__color {
    padding-bottom: 10px;
    max-width: 100%;
  }
  .c5-pro__content__left .c5-pro__info a:first-child {
    margin-bottom: 15px;
  }
  .c5-pro__content__right {
    width: 35%;
    padding: 3%;
  }
  .c5-pro__content__right img {
    width: 70%;
  }
  .c5-pro__cat {
    padding: 2px 0 !important;
    letter-spacing: -1px;
    font-weight: normal;
  }
  .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;
  }
  .c5-oubo__link {
    margin: 20px 0 30px 0;
    justify-content: center;
  }
  .c5-oubo__link li:first-child {
    margin-right: 40px;
  }
  .c5-oubo__ttl {
    padding: 5px 15px 5px;
    font-size: 22px;
  }
  .c5-oubo__ttl-xperia {
    cursor: default;
    margin-bottom: 20px !important;
    background-image: none;
  }
  .c5-oubo__note {
    font-size: 14px;
  }
  .c5-oubo__range {
    font-size: 20px;
    margin-bottom: 40px !important;
  }
  .c5-oubo__xperia {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }
  .howto-txtarea {
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 33%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 70%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex:last-child .howto-txt {
    width: 100%;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 29%;
  }
  .howto-txtarea .howto-txtarea-flex.ex {
    width: 50%;
    max-width: 483px;
    margin: 0 auto;
  }
  .c5-btn-wrap + p {
    font-size: 18px;
  }
  .c5-step__flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  .c5-step__flex img:first-child {
    width: 47%;
    max-width: 542px;
  }
  .c5-step__flex img:last-child {
    width: 36%;
    max-width: 413px;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    margin-top: 30px;
    padding: 10px;
  }
  .c5-bnr__wrap {
    margin: 60px auto 80px;
  }
  .c5-login {
    margin: 0 auto 30px;
  }
  .c5-login__ttl {
    font-size: 36px;
    line-height: 1.5;
    padding: 15px !important;
  }
  .c5-login__link {
    display: flex;
  }
  .c5-login__link a {
    width: 50%;
  }
  .c5-login__link a:first-child {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}

@media (min-width: 795px) {
  .c5-xp__top {
    flex-wrap: nowrap;
  }
  .c5-xp__top-content {
    width: 12%;
    padding: 15px 0;
    border-bottom: none;
  }
  .c5-xp__top-content:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .c5-xp__bottom {
    width: 100%;
    max-width: 350px;
  }
  .c5-xp__bottom-content {
    padding: 5px;
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  .c5-pro__link li {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .c5-pro__link li a,
  .c5-pro__link li.c5-small a {
    font-size: 20px;
  }
  .mod-column1 {
    padding: 0;
  }
  .c5-bnr__wrap {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}

@media (max-width: 800px) {
  .mfp-close-wrap .mfp-close {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .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;
  }
}
