@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.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 ol {
  margin-top: 0;
  padding-left: 1.5em;
}

.c5-main__container h1 {
  margin-top: 0;
}

.c5-main__container * {
  box-sizing: border-box;
}

.c5-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.c5-mb0 {
  margin-bottom: 0;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* TABメニュー
-------------------------------------------------*/
#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: #5e5e5e;
  background: #b2edc9;
  border: none;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #00c24d;
  color: #fff;
}

.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: #2079cc;
  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: #fff;
}

.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.1em;
  font-weight: 700;
}

p.txtl span {
  font-size: .81em;
  vertical-align: middle;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

.c5-flex {
  display: flex;
}

/* 商品
-------------------------------------------------*/
.c5-c1 {
  background-color: #ffffff;
  border: 1px solid #111;
}

.c5-c2 {
  background-color: #000;
}

.c5-c3 {
  background-color: #d3cabe;
}

.c5-c4 {
  background-color: #adadad;
}

.product__area {
  margin: 0 auto 30px;
  padding: 0;
}

.c5-product__wrap {
  margin: 0 auto;
}

.c5-product__content {
  background-color: #efede2;
  margin: 0 auto 15px;
  padding: 15px;
}

.c5-product__content img {
  display: block;
  margin: 0 auto;
}

.c5-product__content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
}

.c5-product__content-link.ex {
  margin-bottom: 0;
}

.c5-product__content-img {
  width: 40%;
}

.c5-product__content-img.ex {
  width: 49%;
}

.c5-product__content-btn {
  width: 50%;
}

.c5-product__content-btn a {
  display: block;
}

.c5-product__content-btn a:first-child {
  margin-bottom: 15px;
}

.c5-product__color {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}

.c5-product__color span {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin: 0 3px;
}

.c5-product__name {
  font-size: 24px;
  text-align: center;
  color: #666464;
  margin: 0 auto;
  line-height: 1;
}

.c5-red__box {
  padding: 10px;
  border: 4px solid #cc0000;
}

.c5-red__box p {
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #cc0000;
}

.c5-anchorlink {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  color: #5887f4;
  border: 2px solid #5887f4;
  position: relative;
  transition: all .3s;
}

.c5-anchorlink:hover {
  opacity: .7;
  color: #5887f4;
  text-decoration: none;
}

.c5-anchorlink::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #5887f4 transparent transparent transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* 応募方法
-------------------------------------------------*/
/*
.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: #eeeeee;
}

.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;
  margin: 0 auto;
}

.howto-txtarea h4 {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: -30px;
  margin: 0 0 -10px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #343434;
  font-weight: bold;
  border-radius: 100px;
  font-size: 14px;
}

.howto-txtarea h4.ex {
  padding: 5px 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;
  font-size: 11px;
}

ul.c5-note.ex {
  font-size: 14px;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.65;
  margin-bottom: 0;
}

.c5-red {
  color: #cc0000;
}

.c5-blue,
a.c5-blue {
  color: #5887f4;
}

.c5-border {
  border: 1px solid #cc0000;
  padding: .3em .5em;
}

.txt_area .c5-step__inner {
  margin-top: 40px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form.s5-general--mb40 {
  margin-bottom: 40px !important;
}

.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}

.flexbox-term-form .s5-buttonContainer a {
  display: block;
  line-height: 1.1;
}

.flexbox-term-form .s5-buttonContainer a:hover {
  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: 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;
  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 .8em;
  min-height: 35px;
}

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: 30px 0 0;
  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;
}

.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;
}

/* =============================================
  top__section
  ============================================== */
.top__section {
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: #edffe9;
}

.top__section-catch {
  background: url("../img/illu-3.png") no-repeat 98% 10px #30c387;
  background-size: 33%;
  padding: 15px;
}

.top__section-catch h2 {
  background: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

.top__section-catch h2 img {
  display: block;
  margin-bottom: 20px;
}

.top__section-catch p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 0 3px #30c387,0 0 3px #30c387;
}

.top__section-shoukai {
  margin: 20px auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.top__section-shoukai img {
  display: block;
}

.top__section-shou-1 {
  width: 38%;
}

.top__section-shou-1 p {
  font-size: 8px;
  margin: 10px 0 0;
  line-height: 1.6;
  font-weight: bold;
}

.top__section-shou-2 {
  width: calc(24% - 5px);
  margin: 60px 5px 0;
}

.top__section-shou-2 p {
  font-size: 8px;
  font-weight: bold;
  color: #919191;
  margin: 10px 0 0;
  padding: 1px;
  border: 1px solid #919191;
  background-color: #fff;
  text-align: center;
}

.top__section-shou-3 {
  width: 38%;
}

.top__section-more {
  margin: 0 auto 20px;
  padding: 0 15px;
}

.top__section-more h3 {
  margin: 0;
  padding: 5px 8px;
  color: #fff;
  background-color: #30c387;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.top__section-more h3:hover {
  opacity: .7;
}

.top__section-more h3 .icon-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.top__section-more h3 .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.top__section-more h3 .icon-wrap .icon:before,
.top__section-more h3 .icon-wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  transform: translate(-50%, -50%);
}

.top__section-more h3 .icon-wrap .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.top__section-more h3 .icon-wrap .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.top__section-more-content {
  display: none;
  padding: 10px 8px;
  background-color: #fff;
  border: 1px solid #30c387;
}

.top__section-more-content p {
  font-size: 14px;
  margin: 0 auto 10px;
}

.top__section-more-content p span {
  font-size: 12px;
}

.top__section-more-shou {
  display: flex;
  justify-content: space-between;
}

.top__section-more-shou-1 {
  width: 38%;
}

.top__section-more-shou-2 {
  width: calc(24% - 5px);
  margin: 60px 5px 0;
}

.top__section-more-shou-3 {
  width: 38%;
}

.top__section-txt {
  padding: 0 15px;
}

.top__section-txt .c5-note {
  font-size: 11px;
}

/*エントリーバナー*/
.c5-entry__banner {
  margin: 0 auto 30px;
}

.c5-entry__banner a {
  display: block;
}

.c5-entry__banner img {
  display: block;
}

.c5-entry__banner-friend {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  background-color: #5e5e5e;
}

.c5-entry__banner-friend picture {
  width: 22%;
}

.c5-entry__banner-friend picture img {
  display: block;
}

.c5-entry__banner-friend p {
  width: 75%;
  margin: 0 0 0 3%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.term-form {
  margin-bottom: 30px;
}

.term-form .s5-buttonContainer {
  margin: 0 10px;
}

.c5-link {
  text-decoration: underline;
}

.c5-osversion {
  margin-top: 0;
}

/* =============================================
  製品
============================================== */
.c5-textl {
  font-size: 23px;
}

.c5-textl2 {
  font-size: 18px;
}

.c5-banner {
  display: block;
}

.c5-banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.c5-js--switch {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.c5-iconInline {
  vertical-align: middle;
  padding-left: 5px;
}

.c5-tab {
  display: flex;
  justify-content: space-between;
}

.c5-tab__wrap {
  max-width: 800px;
  margin: 30px auto;
}

.c5-tab__btn {
  position: relative;
  width: 49%;
  padding: 10px 10px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #edf9fe;
  color: #006cdc;
  font-weight: bold;
}

.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: 6px 6px 0 6px;
  border-color: #006adc transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

.c5-tab__content {
  padding: 20px 10px;
  border: 2px 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: 120px;
  overflow-y: scroll;
}

h2.c5-stepttl {
  background-color: #fff;
  border: 2px solid #0fb3f0;
  padding-left: 3.5em;
}

h2.c5-stepttl span {
  color: #121212;
}

#hituyou {
  padding-top: 10px;
}

.c5-stepttl::before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.c5-stepttl.c5-nine::before {
  background: url("../img/s_8.png") no-repeat left center;
  background-size: contain;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}

p.c5-entry__ttl {
  font-size: 18px;
  margin: 0 auto;
  padding: 3px 0 3px .5em;
  color: #2079cc;
  border: 2px solid #2079cc;
  background-color: #fff100;
  font-weight: bold;
}

p.c5-entry__note {
  margin: 0;
  font-size: 14px;
}

.c5-step__content {
  position: relative;
  margin: 0 auto -15px;
}

.c5-step__content:last-child {
  margin-bottom: 0;
}

.c5-step__content.ex {
  margin-bottom: 15px;
}

.c5-step__content img {
  display: block;
  margin: 0 auto;
}

.c5-step__content a {
  display: block;
  position: absolute;
  z-index: 1;
}

.c5-step__content__inner {
  display: flex;
  justify-content: space-between;
}

.c5-step__content__inner picture {
  width: 48%;
}

.c5-step__content .c5-btn1 {
  width: 70%;
  bottom: 39%;
  left: 50%;
  transform: translateX(-50%);
}

.c5-step__content .c5-btn2 {
  width: 70%;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
}

.c5-step__content .c5-oubo1,
.c5-step__content .c5-oubo2 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 42%;
}

.c5-step__content .c5-oubo1 img,
.c5-step__content .c5-oubo2 img {
  margin: 0 auto;
}

.c5-step__content .c5-oubo1 {
  left: 3%;
  bottom: 22%;
}

.c5-step__content .c5-oubo2 {
  right: 3%;
  bottom: 18%;
}

.c5-junbi__user {
  width: 58%;
  margin: 0 0 10px;
  text-align: center;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100px;
}

.c5-junbi__user.user1 {
  background-color: #feabb5;
}

.c5-junbi__user.user2 {
  margin-top: 25px;
  background-color: #fdcc64;
}

.c5-junbi__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 7px;
}

.c5-serial {
  width: calc(100% + 20px);
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  left: -10px;
}

.c5-serial picture {
  display: block;
  margin: 0;
}

.c5-serial picture img {
  display: block;
}

.c5-serial picture:first-child {
  width: calc(30% - 10px);
  margin-right: 10px;
}

.c5-serial picture:nth-child(2) {
  width: calc(26% - 10px);
  margin-right: 10px;
}

.c5-serial picture:last-child {
  width: 41%;
}

.c5-entry__annai {
  margin: 10px auto 30px;
  position: relative;
}

.c5-entry__annai p {
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}

.c5-entry__annai p:first-child {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 45px;
}

.c5-entry__annai p:first-child::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #00b900 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c5-entry__annai p:last-child {
  font-size: 18px;
}

.c5-entry__oubo {
  margin: 0 auto 40px;
  padding: 20px 15px;
  background-color: #f8f371;
}

.c5-entry__oubo__link {
  margin: 0 auto;
  position: relative;
}

.c5-entry__oubo__link:first-child {
  margin-bottom: 30px;
}

.c5-entry__oubo__name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
}

.c5-entry__oubo__note {
  margin: 15px auto 0;
}

.c5-entry__oubo__note p {
  line-height: 1;
  margin-bottom: 0;
}

.c5-entry__oubo img {
  display: block;
  width: 35%;
  margin: 0 auto 10px;
}

.c5-entry__oubo__btn {
  margin: 0 auto;
  color: #fff;
  line-height: 2.3;
  text-align: center;
  background-color: #cc0000;
}

.c5-entry__oubo__btn span {
  position: relative;
}

.c5-entry__oubo__btn span::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.c5-entry__oubo a {
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c5-entry__oubo a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.c5-package p:first-child {
  margin-bottom: 8px;
  font-weight: bold;
}

/*popup　応募はこちら*/
.c5-kakunincontent {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #b8cefe;
  border: 3px solid #5787f4;
}

.c5-kakunincontent * {
  box-sizing: border-box;
}

.c5-kakunincontent .mfp-close-wrap .mfp-close {
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
  background: url("../img/howto/close_2.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  cursor: pointer;
}

.c5-kakunincontent__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 15px;
}

.c5-kakunincontent__txt {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 10px;
  padding: 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.left {
  background-color: #032e86;
  padding: 22px 20px;
}

.c5-kakunincontent .c5-popbtn .right img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.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 .3s;
}

.c5-kakunincontent .c5-popbtn a:first-child {
  margin-bottom: 20px;
}

.c5-kakunincontent .c5-popbtn a:hover {
  opacity: .7;
  text-decoration: none;
}

.c5-kakunincontent .c5-popbtn a .s5-iconInline {
  margin-left: 10px;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  p.txtl {
    font-size: 1.25em;
  }
  p.txtl span {
    font-size: 1em;
    vertical-align: baseline;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  #tab-cb li {
    width: 49.9%;
    margin: 0 1px 0 0;
  }
  .product__area {
    margin-bottom: 40px;
  }
  .c5-product__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .c5-product__content {
    width: calc(33.333% - 20px);
    max-width: 540px;
    margin: 0 10px 0;
  }
  .c5-product__content:not(:last-child) {
    padding-top: 3.6%;
  }
  .c5-product__content-link {
    margin-bottom: 28px;
  }
  .c5-product__content-img {
    width: 40%;
  }
  .c5-product__content-btn {
    width: 50%;
  }
  .c5-product__content-btn a:first-child {
    margin-bottom: 20px;
  }
  .c5-product__color span {
    width: 16px;
    height: 16px;
  }
  .c5-product__name {
    font-size: 28px;
  }
  .c5-red__box {
    padding: 15px 10px;
  }
  .c5-red__box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
  }
  .c5-anchorlink {
    width: 340px;
    font-size: 20px;
    padding: 5px 10px;
  }
  .c5-anchorlink::before {
    border-width: 9px 9px 0 9px;
    left: 10px;
  }
  ul.c5-note {
    font-size: 16px;
  }
  ul.c5-note.ex {
    font-size: 16px;
  }
  .c5-note li,
  .c5-note p {
    line-height: 1.5;
  }
  .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;
  }
  .top__section {
    margin-bottom: 50px;
  }
  .top__section-catch {
    background: url("../img/illu-1.png") no-repeat 15px 170%, url("../img/illu-2.png") no-repeat 99% 230% #30c387;
    padding: 30px 20px 15px;
  }
  .top__section-catch h2 {
    width: 100%;
  }
  .top__section-catch h2 img {
    margin: 0 auto 20px;
  }
  .top__section-catch p {
    width: 65%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.625;
    position: relative;
    left: -4%;
  }
  .top__section-shoukai {
    margin: 30px auto 40px;
    padding: 0 5.6%;
    display: block;
  }
  .top__section-shou-1 {
    width: 72.2%;
    max-width: 769px;
  }
  .top__section-shou-1 p {
    width: 415px;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }
  .top__section-shou-2 {
    width: auto;
    margin: 0 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 9%;
  }
  .top__section-shou-2 p {
    width: 420px;
    position: relative;
    font-size: 18px;
    padding: 5px;
    border-width: 2px;
  }
  .top__section-shou-3 {
    width: 100%;
  }
  .top__section-more h3 {
    padding: 8px 10px;
    font-size: 24px;
  }
  .top__section-more h3 .txt {
    display: inline-block;
    width: 90%;
  }
  .top__section-more h3 .icon-wrap {
    right: 5px;
  }
  .top__section-more h3 .icon-wrap .icon:before,
  .top__section-more h3 .icon-wrap .icon:after {
    width: 26px;
    height: 6px;
  }
  .top__section-more-content {
    padding: 10px;
    border-width: 2px;
  }
  .top__section-more-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top__section-more-content p span {
    font-size: 14px;
  }
  .top__section-more-shou {
    display: block;
    max-width: 920px;
    margin: 0 auto;
  }
  .top__section-more-shou-1 {
    width: 73%;
    max-width: 670px;
  }
  .top__section-more-shou-2 {
    max-width: 168px;
    margin: 20px 0 20px 10%;
  }
  .top__section-more-shou-3 {
    width: 100%;
  }
  .top__section-txt .c5-note {
    font-size: 14px;
  }
  .c5-entry__banner {
    margin-bottom: 50px;
  }
  .c5-entry__banner-friend {
    padding: 15px;
  }
  .c5-entry__banner-friend img {
    width: 219px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .c5-entry__banner-friend p {
    width: 80%;
    font-size: 26px;
    line-height: 1.65;
  }
  .c5-scroll {
    padding: 12px !important;
  }
  h2.c5-stepttl {
    padding-left: 5em;
  }
  #hituyou {
    padding-top: 20px;
  }
  .c5-stepttl::before {
    width: 93px;
    height: 92px;
    left: 5px;
  }
  .c5-stepttl.c5-nine {
    margin-top: 0;
  }
  .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;
  }
  p.c5-entry__ttl {
    font-size: 20px;
  }
  .c5-step__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c5-step__content {
    width: 25%;
    margin: 0 auto;
  }
  .c5-step__content.ex {
    margin-bottom: 0;
  }
  .c5-step__content__inner {
    display: block;
  }
  .c5-step__content__inner picture {
    width: 100%;
  }
  .c5-step__content__inner picture:first-child {
    display: block;
    margin-bottom: 5px;
  }
  .c5-step__content .c5-btn1 {
    width: 78%;
    bottom: 36%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .c5-step__content .c5-btn2 {
    width: 74%;
    bottom: 17%;
    left: 45%;
  }
  .c5-step__content .c5-oubo1,
  .c5-step__content .c5-oubo2 {
    width: 93.4%;
    height: 34px;
    max-width: 280px;
  }
  .c5-step__content .c5-oubo1 {
    left: 3.3%;
    bottom: 0;
    top: 36%;
  }
  .c5-step__content .c5-oubo2 {
    right: 0;
    left: 3.3%;
    bottom: 0;
    top: 87%;
  }
  p.c5-entry__note {
    font-size: 16px;
    text-align: right;
  }
  .c5-junbi__user {
    width: 226px;
    font-size: 18px;
  }
  .c5-junbi__list li {
    font-size: 18px;
  }
  .c5-serial {
    justify-content: center;
    width: calc(100% + 30px);
    position: static;
  }
  .c5-serial picture {
    margin: 0 30px 0 0;
  }
  .c5-serial picture:first-child, .c5-serial picture:nth-child(2), .c5-serial picture:last-child {
    width: calc(33.333% - 30px);
  }
  .c5-entry__annai p:first-child {
    font-size: 38px;
    margin-bottom: 30px;
    padding-bottom: 45px;
  }
  .c5-entry__annai p:last-child {
    font-size: 20px;
  }
  .c5-entry__oubo {
    margin-bottom: 50px;
    padding: 30px 15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c5-entry__oubo__link {
    width: 420px;
    margin: 0 5% 20px;
  }
  .c5-entry__oubo__name {
    font-size: 20px;
  }
  .c5-entry__oubo img {
    display: block;
    width: 40.5%;
    margin: 0 auto 10px;
  }
  .c5-entry__oubo__btn {
    font-size: 20px;
    line-height: 1.6;
    padding: 10px;
  }
  .c5-entry__oubo__btn span::before {
    border-width: 5px 0 5px 5px;
    left: -15px;
  }
}

@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
}

@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: 31%;
  }
  .stepentry_area .howto-txtarea:nth-child(2) {
    width: 34%;
  }
  .stepentry_area .howto-txtarea h4 {
    width: calc(100% + 40px);
    left: -20px;
    top: -40px;
    margin: 0 0 -20px;
    padding: 22px 0;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.4;
  }
  .stepentry_area .howto-txtarea h4.ex {
    padding: 8px 0;
  }
  .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 .howto-txt {
    word-break: break-all;
    width: 66%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stepentry_area .howto-txtarea-flex .howto-txt.ex {
    width: 100%;
  }
  .stepentry_area .howto-txtarea-flex .c5-img {
    width: 100px;
  }
  .howto.ex {
    width: auto;
  }
}

@media (max-width: 750px) {
  .txt_area {
    margin-left: 5px;
    margin-right: 5px;
  }
  .txt_area.ex {
    margin-bottom: 0;
  }
  .contents03 .txt_area {
    margin-left: 0;
    margin-right: 0;
  }
  .term-form {
    display: block;
  }
  .term-form .s5-buttonContainer {
    margin: 0 auto;
  }
  .c5-tab__wrap {
    margin: 15px auto 30px;
  }
  .c5-tab__btn {
    font-size: 10px;
    padding: 5px 5px 10px;
  }
  .c5-tab__btn::after {
    border-width: 4px 4px 0 4px;
    bottom: 3px;
  }
  .c5-tab__content {
    padding: 10px;
    border-width: 1px;
  }
}

@media screen and (max-width: 750px) {
  .c5-textl {
    font-size: 18px;
  }
  .c5-textl2 {
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  .c5-kakunincontent {
    padding: 40px 30px;
    border-width: 6px;
  }
  .c5-kakunincontent .mfp-close-wrap .mfp-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 20px;
  }
  .c5-kakunincontent__ttl {
    font-size: 38px;
  }
  .c5-kakunincontent__txt {
    margin-bottom: 30px;
  }
  .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;
  }
}
