@charset "UTF-8";
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  /* .terminate　有効時に外す
  h1{
    margin-top: 0;
  }
  */
}
.c5-main__container h1 {
  margin-bottom: 0;
}
.c5-main__container h1 img {
  display: block;
}
.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;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  background: #e88692;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #d10e25;
  color: #fff;
}
#tab-cb li:nth-child(2) {
  padding-top: 18px;
}
.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  color: #fff;
  background-color: #d10e25;
  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 {
  cursor: pointer;
}
.td--underline:hover {
  text-decoration: underline;
}

/*トップ*/
/*
.c5-h1note{
  margin-bottom: 0;
  &__wrap{
    margin: 0 auto;
    padding: 15px 15px 20px;
    @media (min-width:750px) {
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      padding: 10px 20px;
    }
    @media (min-width:1200px) {
      padding: 10px 40px;

    }
  }
  li{
    font-size: 11px;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    @media (min-width:750px) {
      font-size: 13px;
    }
  }
}
*/
.c5-catch {
  margin: 0 auto 20px;
  padding: 0 15px;
}
.c5-catch img {
  display: block;
  margin: 0 auto;
}

.c5-bg {
  background: #cc0613;
  background: linear-gradient(90deg, #cc0613 0%, #a30710 100%);
}

.c5-gaiyou {
  margin: 0 auto 30px;
  padding: 15px 10px;
}
.c5-gaiyou__ttl {
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #fff;
}
.c5-gaiyou__ttl p {
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}
.c5-gaiyou__ttl span {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: normal;
}
.c5-gaiyou img {
  display: block;
  margin: 0 auto 10px;
}
.c5-gaiyou .c5-note {
  margin-bottom: 0;
}
.c5-gaiyou .c5-note li {
  color: #fff;
  font-size: 12px;
}
.c5-wb {
  word-break: break-all;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25rem;
  font-weight: 700;
}

.txtm {
  font-size: 1.125em;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

.c5-cplink {
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.c5-stepentry2 {
  margin: 0 auto 20px;
}
.c5-stepentry2__top, .c5-stepentry2__bottom {
  padding: 15px 10px;
  background-color: #eee;
}
.c5-stepentry2__top {
  margin-bottom: 20px;
}
.c5-stepentry2__top > p {
  margin-bottom: 5px;
}
.c5-stepentry2__top-left-box {
  margin: 0 auto 20px;
}
.c5-stepentry2__top-left-box-txt p:first-child {
  margin-bottom: 10px;
}
.c5-stepentry2__top-left-box-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c5-stepentry2__bottom-left > p {
  margin-bottom: 5px;
}
.c5-stepentry2__bottom-left .c5-note {
  font-size: 12px;
  line-height: 1.3;
}
.c5-stepentry2__bottom-right-img {
  max-width: 75px;
  margin: 0 auto;
}
.c5-stepentry2__bottom-right-img img {
  display: block;
}

.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
}
.howto-txtarea .howto-txtarea-flex:not(:last-child) {
  margin-bottom: 10px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.howto-txtarea .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .c5-img .howto-qr {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.howto-txtarea h4 {
  margin-bottom: 0;
}
.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 {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.c5-red {
  color: #e60012;
}

span.c5-blue,
a.c5-blue {
  color: #5887f4;
}

/*
.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;
}
.flexbox-term-form .c5-buttonContainer .cbbutton {
  width: 90%;
  padding: 15px 10px;
  border: none;
  transition: all 0.3s;
}
.flexbox-term-form .c5-buttonContainer .cbbutton:hover {
  opacity: 0.7;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt1, .flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
  display: block;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt1 {
  font-size: 13px;
  margin-bottom: 10px;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
  font-weight: bold;
}
.flexbox-term-form .c5-buttonContainer .c5-btnArrow {
  font-size: 0.7em;
  padding-right: 5px;
}
.flexbox-term-form .c5-buttonContainer:first-child .cbbutton {
  background: rgb(235, 187, 0);
  background: linear-gradient(90deg, rgb(235, 187, 0) 0%, rgb(246, 229, 81) 40%, rgb(247, 241, 171) 50%, rgb(246, 229, 81) 60%, rgb(235, 187, 0) 100%);
  color: #111;
}
.flexbox-term-form .c5-buttonContainer:last-child .cbbutton {
  background-color: #e84478;
}

.c5-main__container p.c5-obi {
  margin: 30px auto 10px;
}
.c5-main__container p.c5-obi.ex {
  margin-top: 10px;
}
.c5-main__container p.c5-obi strong {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  box-sizing: border-box;
}

.c5-bg-color1 {
  background: rgb(235, 187, 0);
  background: linear-gradient(90deg, rgb(235, 187, 0) 0%, rgb(246, 229, 81) 40%, rgb(247, 241, 171) 50%, rgb(246, 229, 81) 60%, rgb(235, 187, 0) 100%);
}

.c5-bg-color2 {
  background-color: #D24615;
  color: #fff;
}

.c5-bg-color3 {
  background-color: #036eb8;
  color: #fff;
}

.c5-bg-color4 {
  background-color: #008484;
  color: #fff;
}

.c5-bg-color5 {
  background-color: #7b59a3;
  color: #fff;
}
.c5-tirashi {
  margin: 20px auto 0;
}
.c5-tirashi__box {
  margin-bottom: 10px;
}
.c5-tirashi__paper {
  width: 80%;
  margin: 0 auto 20px;
}
/* よくある質問
-------------------------------------------------*/
.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 #f6a0a7;
  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 #d10e25;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq.lineBg2 {
  border-top: 1px solid #bac4d2;
  padding-top: 10px;
}

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.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 auto 0;
  padding: 7px;
}
.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-banner {
  display: block;
}
.c5-banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*popup*/
/*
.mfp-close-wrap{
  width: 100%;
  height: auto;
  position: relative;
  .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;
  h3{
    color: #b8d199;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 10px;
  }
  .c5-popinner{
    box-sizing: border-box;
    padding: 2%;
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-popcontent{
    box-sizing: border-box;
    width: 100%;
    background-color: #e2f5fc;
    padding: 1.5%;

		display: flex;
		justify-content: space-between;
		.c5-block__wrap{
			width: 48%;
		}
		&:first-child{
			margin-bottom: 10px;
		}
    h4{
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 20px;;
      padding: 5px;
      text-align: center;
      color: #fff;
      background-color: #0c5084;
    }
    .c5-flex{
      justify-content: space-between;
      align-items: flex-start;
      .c5-popcontent-inner{
        width: 49%;
        p{
          margin-top: 0;
          font-weight: bold;
        }
        img{
          display: block;
          margin: 0 auto;
          max-width: 100%;
        }
        a{
          display: block;
          margin-bottom: 15px;
          font-weight: bold;
          word-break: break-all;
        }
      }
    }
  }
}

@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-popinner{
      display: block;
    }
    .c5-popcontent{
      width: 100%;
      max-width: 100%;
      padding: 15px;
      &:first-child{
        margin-bottom: 30px;
      }
      h4{
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 15px;;
      }
      .c5-flex{
        display: block;
        .c5-popcontent-inner{
          width: 100%;
          img{
            margin-bottom: 20px;
            &.ex{
              margin-right: auto;
            }
          }
          a{
            margin-bottom: 10px;
          }
        }
      }
    }
  }
}

@media (max-width: 640px) {
	.c5-popupcontent{
    .c5-popcontent{
			display: block;
      h4{
        font-size: 14px;
        margin: 0 0 15px;;
      }
			.c5-block__wrap{
				width: 100%;
			}
      .c5-flex{
        display: block;
        .c5-popcontent-inner{
          width: 100%;
          img{
            margin-bottom: 20px;
          }
          a{
            margin-bottom: 10px;
          }
					.c5-pos__sp{
						position: absolute;
						left: 8%;
						width: 60px;
					}
        }
      }
    }
  }

}
*/
/*popup　応募はこちら*/
/*
.c5-kakunincontent{
	*{
		box-sizing: border-box;
	}
  .mfp-close-wrap{
    .mfp-close{
      top: -5px;
      right: -5px;
      background: url('../img/howto/close_2.png') no-repeat center center;
      background-size: contain;
    }
  }
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #b8cefe;
  border: 3px solid #5787f4;
  &__ttl{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 15px;
  }
  &__txt{
		background-color: #fff;
		border-radius: 10px;
		margin: 0 auto 10px;
		padding: 10px;
		p{
			text-align: center;
			font-weight: bold;
			font-size: 16px;
			margin: 0 auto 10px;
		}
		.c5-note{
			list-style: none;
			width: 90%;
			margin: 0 auto;
		}
  }
  .c5-popbtn{
    .cbbutton{
     padding: 15px 20px;
		 &.left{
			background-color: #032e86;
			padding: 22px 20px;
		 }
		 &.right{
			background-color: #5787f4;
		 }
    }
    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;
      &:first-child{
        margin-bottom: 20px;
      }
			&:hover{
				opacity: .7;
				text-decoration: none;
			}
			.s5-iconInline{
				margin-left: 10px;
			}
    }
  }
}

@media (min-width: 900px) {
  .c5-kakunincontent{
    .mfp-close-wrap{
      .mfp-close{
        top: -25px;
        right: -15px;
      }
    }
    padding: 40px 30px;
    border-width: 6px;
    &__ttl{
      font-size: 38px;
    }
    &__txt{
			margin-bottom: 15px;
      p{
				font-size: 30px;
				margin: 0 auto 15px;
			}
			.c5-note{
				width: 60%;
			}
    }
    .c5-popbtn{
      display: flex;
      justify-content: space-between;
      align-items: center;
			.cbbutton{
				&.left{
				 padding: 33px 20px;
				}
			 }
      a{
        width: 48%;
        max-width: 380px;
				font-size: 24px;
        margin: 0;
        &:first-child{
          margin-bottom: 0;
          padding: 40px 0;
        }
      }
    }
  }
}

.c5-price{
  margin-top: 30px;
  padding: 20px 10px;
  img{
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 640px) {
  .c5-price{
    margin-top: 50px;
    padding: 40px 15px;
  }
}
*/
.c5-btnBlue {
  display: block;
  margin-bottom: 15px;
}
.c5-btnBlue-ib {
  display: inline-block;
  padding: 5px 1.5em 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: #135889;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
}
.c5-btnBlue-ib::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.c5-btnBlue-ib:hover {
  opacity: 0.7;
}
.c5-btnBlue.ex {
  margin-bottom: 0;
}
.c5-btnBlue.ex .c5-btnBlue-ib {
  padding: 3px 10px 3px 2em;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
.c5-step__area {
  margin: 0 auto 40px;
  padding: 20px 10px;
  border: 3px solid #d10e25;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c5-step__contents {
  width: 100%;
}
.c5-step__contents:not(:last-child) {
  margin-bottom: 25px;
}
.c5-step__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 15px;
  background-color: #d10e25;
}
.c5-step__ttl img {
  width: 10%;
  max-width: 30px;
  display: block;
  margin-right: 5px;
}
.c5-step__ttl p {
  width: calc(100% - 30px);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.c5-step__ttl p span.c5-small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.c5-step1 .c5-step__ttl p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c5-step1 .c5-step__ttl span:first-child {
  width: auto;
  flex-shrink: 0;
  line-height: 1.2;
}
.c5-step1 .c5-step__ttl span.c5-small {
  padding-left: 10px;
}
.c5-step1__left {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #121212;
}
.c5-step1__left p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.c5-step1__left p span {
  display: block;
}
.c5-step1__left-img img {
  display: block;
  margin: 0 auto;
}
.c5-step1__right-txt {
  font-size: 15px;
  line-height: 1.4;
}
.c5-step1__right-txt .c5-bold {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.c5-step1__right-img {
  width: 90%;
  margin: 0 auto;
}
.c5-step1__right-img img {
  display: block;
  margin: 0 auto;
}
.c5-step1__right-box1 {
  margin-bottom: 20px;
}
.c5-step1__right-box2 {
  margin-bottom: 30px;
}
.c5-step1__right-box2 .c5-step1__right-txt p {
  font-size: 12px;
}
.c5-step1__right-box3 {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #121212;
  position: relative;
}
.c5-step1__right-box3::before, .c5-step1__right-box3::after {
  content: "";
  width: 30px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c5-step1__right-box3::before {
  bottom: -16px;
  background: #121212;
}
.c5-step1__right-box3::after {
  bottom: -15px;
  background: #fff;
}
.c5-step1__right-box4 > p {
  margin-bottom: 5px;
}
.c5-step1__right-box4-inner {
  display: flex;
  justify-content: space-between;
}
.c5-step1__right-box4-inner .c5-step1__right-txt {
  width: calc(100% - 90px);
}
.c5-step1__right-box4-inner .c5-step1__right-img {
  width: 75px;
  margin-left: 15px;
}
.c5-step2-txt {
  font-size: 15px;
  padding-left: 1.3em !important;
  text-indent: -1.3em;
  line-height: 1.4;
}
.c5-step2-txt strong {
  font-size: 1.125em;
}
.c5-step2-txt:last-of-type {
  margin-bottom: 0;
}
.c5-step3 .c5-step__ttl p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}
.c5-step3 .c5-step__ttl p span:first-child {
  width: auto;
  font-size: 13px;
  flex-shrink: 0;
  line-height: 1.2;
}
.c5-step3 .c5-step__ttl p span.c5-small {
  font-size: 10px;
  padding-left: 5px;
}
.c5-step3-left {
  width: calc(100% - 90px);
  margin: 0 auto;
}
.c5-step3-left p {
  font-size: 15px;
}
.c5-step3-left p a {
  display: block;
}
.c5-step3-right {
  width: 75px;
  margin-left: 15px;
}

.c5-qr__area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.c5-qr__area-txt {
  width: calc(100% - 90px);
}
.c5-qr__area-txt p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
.c5-qr__area-img {
  width: 75px;
  margin-left: 15px;
}

.faq .c5-qr__area {
  width: 90%;
  margin: 20px 0;
}

@media (min-width: 500px) {
  .c5-step1 .c5-step__ttl span.c5-small {
    padding-left: 10px;
  }
  .c5-step3 .c5-step__ttl p span.c5-small {
    display: block;
    font-size: 14px;
    padding-left: 0;
  }
}

@media (min-width: 640px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
    position: static;
  }
  #tab-cb li {
    width: 33.3%;
    font-size: 125%;
    margin: 0 1px 0 0;
    padding: 15px;
    line-height: 1.6;
  }
  #tab-cb li:nth-child(2) {
    padding-top: 15px;
  }
  .c5-gaiyou {
    margin-bottom: 50px;
    padding: 20px 40px 30px;
  }
  .c5-gaiyou img {
    margin-bottom: 15px;
  }
  .c5-gaiyou .c5-note li {
    font-size: 14px;
  }
  .c5-tirashi {
    margin: 30px auto 0;
  }
  .c5-tirashi__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .c5-tirashi__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .c5-tirashi__paper {
    width: 49%;
    margin: 0;
  }
  .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;
  }
}

@media (min-width: 750px) {
  .c5-gaiyou__ttl p {
    font-size: 20px;
    line-height: 1;
  }
  .c5-gaiyou__ttl span {
    display: inline-block;
    padding-left: 2em;
  }
  .c5-stepentry2__top, .c5-stepentry2__bottom {
    padding: 20px 15px;
  }
  .c5-stepentry2__top-inner {
    display: flex;
    justify-content: space-between;
  }
  .c5-stepentry2__top-left {
    width: 60%;
  }
  .c5-stepentry2__top-left-box {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .c5-stepentry2__top-left-box:first-of-type {
    margin-bottom: 15px;
  }
  .c5-stepentry2__top-left-box-txt {
    width: 55%;
  }
  .c5-stepentry2__top-left-box-img {
    width: 40%;
  }
  .c5-stepentry2__top-left-box-img img {
    width: auto;
    margin: 0;
  }
  .c5-stepentry2__top-right {
    width: 38%;
  }
  .c5-stepentry2__top-right .c5-qr__area {
    width: 80%;
    margin: 0 auto;
  }
  .c5-stepentry2__bottom {
    display: flex;
    justify-content: flex-start;
  }
  .c5-stepentry2__bottom-left {
    width: 50%;
    margin-right: 20px;
  }
  .c5-stepentry2__bottom-left .pc p {
    margin-bottom: 5px;
  }
  .c5-stepentry2__bottom-right {
    width: calc(50% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-stepentry2__bottom-right .pc {
    width: 45%;
    margin-right: 3%;
  }
  .c5-stepentry2__bottom-right-img {
    width: 22%;
    max-width: 121px;
    margin: 0;
  }
  .c5-heading4 {
    font-size: 18px;
    padding: 10px 1.5em !important;
    line-height: 1.57;
    border-radius: 10px;
  }
  .c5-heading4.ex {
    padding: 25px 1.5em !important;
  }
  .c5-step__area {
    padding: 20px;
    border-width: 7px;
  }
  .c5-step__contents {
    width: auto;
  }
  .c5-step__ttl {
    margin-bottom: 30px;
  }
  .c5-step__ttl img {
    width: 12%;
    max-width: 60px;
    margin-right: 10px;
  }
  .c5-step__ttl p {
    width: calc(100% - 60px);
    font-size: 27px;
  }
  .c5-step__ttl p span.c5-small {
    font-size: 14px;
    display: inline;
  }
  .c5-step1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c5-step1 .c5-step__ttl p {
    align-items: flex-end;
  }
  .c5-step1__content {
    display: flex;
    justify-content: space-between;
  }
  .c5-step1__left {
    width: 37%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-right: 1px solid #121212;
  }
  .c5-step1__left p {
    font-size: 16px;
    line-height: 1.5;
  }
  .c5-step1__left-img {
    position: relative;
    top: 50px;
  }
  .c5-step1__right {
    width: 60%;
    padding-left: 2%;
  }
  .c5-step1__right-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .c5-step1__right-txt .c5-bold {
    font-size: 16px;
    line-height: 1.5;
  }
  .c5-step1__right-img {
    width: auto;
  }
  .c5-step1__right-box1-inner {
    display: flex;
    justify-content: space-between;
  }
  .c5-step1__right-box1-inner .c5-step1__right-txt {
    width: 48%;
  }
  .c5-step1__right-box1-inner .c5-step1__right-img {
    width: 48%;
  }
  .c5-step1__right-box1-inner .c5-step1__right-img img {
    width: 65%;
    margin-right: 0;
  }
  .c5-step1__right-box2 {
    display: flex;
    justify-content: space-between;
  }
  .c5-step1__right-box2 .c5-step1__right-txt {
    width: 48%;
  }
  .c5-step1__right-box2 .c5-step1__right-img {
    width: 48%;
  }
  .c5-step1__right-box2 .c5-step1__right-txt p {
    font-size: 16px;
  }
  .c5-step1__right-box3::before, .c5-step1__right-box3::after {
    width: 46px;
    height: 24px;
  }
  .c5-step1__right-box3::before {
    bottom: -24px;
  }
  .c5-step1__right-box3::after {
    bottom: -23px;
  }
  .c5-step1__right-box3 {
    display: flex;
    justify-content: space-between;
  }
  .c5-step1__right-box3 .c5-step1__right-txt {
    width: 49%;
  }
  .c5-step1__right-box3 .c5-step1__right-txt p:last-child {
    margin-bottom: 0;
  }
  .c5-step1__right-box3 .c5-step1__right-img {
    width: 49%;
  }
  .c5-step1__right-box4-inner .c5-step1__right-txt {
    width: calc(98% - 120px);
  }
  .c5-step1__right-box4-inner .c5-step1__right-img {
    width: 17%;
    max-width: 120px;
    margin: 0;
  }
  .c5-step2 {
    width: 100%;
  }
  .c5-step2-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .c5-step3 {
    width: 100%;
  }
  .c5-step3 .c5-step__ttl p {
    display: block;
  }
  .c5-step3 .c5-step__ttl p span:first-child {
    font-size: 27px;
  }
  .c5-step3-left {
    width: calc(96% - 120px);
  }
  .c5-step3-left p {
    font-size: 16px;
  }
  .c5-step3-right {
    width: 22%;
    max-width: 120px;
    margin: 0;
  }
  .c5-qr__area {
    width: 49%;
  }
  .c5-qr__area-txt {
    width: calc(98% - 120px);
    margin-right: 2%;
  }
  .c5-qr__area-txt p {
    font-size: 15px;
  }
  .c5-qr__area-img {
    width: 36%;
    max-width: 121px;
    margin: 0;
  }
  .faq .c5-qr__area {
    width: 33%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .c5-btnBlue-ib {
    font-size: 16px;
    padding: 8px 1.5em 8px 12px;
  }
  .c5-btnBlue-ib::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: 0.5em;
  }
  .c5-btnBlue.ex {
    display: inline;
  }
  .c5-btnBlue.ex .c5-btnBlue-ib {
    padding: 5px 12px 5px 2em;
  }
}

@media (min-width: 768px) {
  .c5-main__container p.c5-obi strong {
    width: auto;
  }
  .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-txt {
    word-break: break-all;
    width: 66%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stepentry_area .howto-txt.ex {
    width: 100%;
  }
  .stepentry_area .howto-txtarea-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .stepentry_area .howto-txtarea-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .stepentry_area .howto-txtarea-flex-left {
    width: 67%;
  }
  .stepentry_area .howto-txtarea-flex-right {
    width: 31%;
  }
  .howto.ex {
    width: auto;
  }
  .flexbox-term-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-term-form .s5-buttonContainer {
    width: 49%;
    max-width: 483px;
  }
  .flexbox-term-form .c5-buttonContainer {
    margin-bottom: 0;
  }
  .flexbox-term-form .c5-buttonContainer .cbbutton {
    width: 100%;
    padding: 15px 10px;
  }
  .flexbox-term-form .c5-buttonContainer .c5-btnTxt1 {
    font-size: 20px;
  }
  .flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
    font-size: 25px;
  }
  .flexbox-term-form .c5-buttonContainer:first-child {
    margin-right: 100px;
  }
  .howto-txtarea.c5-bottom {
    width: 485px;
    margin: 0 auto 30px;
  }
}

@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .c5-gaiyou__ttl p {
    position: relative;
    left: 12%;
  }
  .c5-step1__left {
    width: 32%;
  }
  .c5-step1__right {
    width: 64%;
  }
  .c5-step2 {
    width: 49%;
  }
  .c5-step3 {
    width: 49%;
  }
}
/*# sourceMappingURL=style.css.map */