@charset "UTF-8";
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
body.is_fixed .header20 {
  z-index: 100;
}
body.is_fixed .modal {
  display: flex;
  z-index: 200;
}
.breadcrumb_area {
  background: #fff;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents {
  color: #555;
  padding: 0 0 80px;
}
.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents p {
  font-size: 1.4rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.44;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contents p a {
  color: #1da2aa;
  text-decoration: underline;
}
.contents .txt_red {
  color: #f30000;
}
.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade_in.lazyloaded {
  opacity: 1;
}
.contents .sec_hero .hero_title {
  text-align: center;
}
.contents .sec_benefits .sec_inner {
  margin: 0 auto;
  margin-bottom: 0 auto 20px;
  max-width: 1000px;
  padding-top: 34px;
  width: 100%;
}
.contents .sec_benefits .sec_inner .benefit_box {
  background: #fff;
  border: 1px solid #00b900;
}
.contents .sec_benefits .sec_inner .benefit_tit {
  background: #00b900;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: flex-start;
  min-height: 66px;
  padding: 7px 0;
}
.contents .sec_benefits .sec_inner .benefit_tit .num {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  width: 67px;
}
.contents .sec_benefits .sec_inner .benefit_tit .num::before {
  content: "特典";
  font-size: 40%;
  font-weight: 900;
}
.contents .sec_benefits .sec_inner .benefit_tit .num::after {
  background: url(../img/title_line_dot.svg) center center/100% auto repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
.contents .sec_benefits .sec_inner .benefit_tit .txt {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 900;
  line-height: 1.25;
}

.contents .sec_benefits .sec_inner .benefit_tit .txt .end{
	background: #f30000;
	color: #fff;
	padding: 2px 10px 4px;
	border-radius: 5px;
	font-size: 1.5rem;
}
.contents .sec_benefits .sec_inner .benefit_txt {
  padding: 15px 20px 20px;
}
.contents .sec_benefits .sec_inner .benefit_txt h3 {
  color: #00b900;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 15px 0 8px;
}
.contents .sec_benefits .sec_inner .benefit_txt .img {
  margin: 15px auto;
  width: 310px;
}
.contents .sec_benefits .sec_inner .benefit_txt p small {
  color: #555;
  display: block;
  font-size: 92.86%;
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn::after {
  background: url(../img/arr_green.svg) center center/cover no-repeat;
  content: "";
  height: 1.3333vw;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.6667vw;
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box.is_open .more_btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.contents .sec_howto .sec_inner {
  margin: 0 auto;
  margin-bottom: 0 auto 45px;
  max-width: 1000px;
  padding-top: 25px;
  width: 100%;
}
.contents .sec_howto .sec_inner .sec_head {
  border-bottom: 1px solid #019aef;
  margin-bottom: 44px;
  padding: 0 0 23px 31px;
  position: relative;
}
.contents .sec_howto .sec_inner .sec_head::after {
  background: #fff url(../img/title_bar.svg) center center no-repeat;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}
.contents .sec_howto .sec_inner .sec_title {
  color: #019aef;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.contents .sec_howto .sec_inner .sec_title b {
  font-weight: 900;
}
.contents .sec_howto .sec_inner .howto_box .tit {
  color: #00b900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  min-height: 52px;
  padding-left: 63px;
  position: relative;
}
.contents .sec_howto .sec_inner .howto_box .tit i {
  align-items: center;
  background: #00b900;
  border-radius: 50px;
  color: #fff;
  color: #fff;
  display: flex;
  font-size: 115%;
  height: 50px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}
.contents .sec_howto .sec_inner .howto_box .img {
  margin-bottom: 14px;
}
.contents .sec_howto .sec_inner .howto_box .img img {
  width: 100%;
}
.sec_contactus {
  background: #f5f5f5;
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px;
  text-align: center;
  width: 100%;
}
.sec_contactus .contactus_title {
  color: #00b900;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
}
.sec_contactus .contactus_time {
  font-size: 1.6rem;
  line-height: 1.88;
}
@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .contents .sec_benefits .sec_inner .benefit_tit .txt {
    font-size: 2rem;
    padding: 4px 0 4px 17px;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn {
    display: none;
  }
  .contents .sec_howto .sec_inner .sec_head {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .contents .sec_howto .sec_inner .sec_title {
    font-size: 4.2rem;
    margin: 0 30px 0 34px;
  }
  .contents .sec_howto .sec_inner .howto_list {
    display: flex;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .contents .sec_howto .sec_inner .howto_box {
    margin: 0 10px;
    width: calc(33.333% - 20px);
  }
  .sec_contactus {
    margin: 30px 0 0;
  }
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px), print {
  .contents .sec_hero .hero_title {
    height: 320px;
  }
  .contents .sec_hero .hero_title img {
    height: 100%;
    max-width: 200%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
  }
  .contents .sec_benefits .sec_inner .benefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }
  .contents .sec_howto .sec_inner .howto_list {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .contents .sec_howto .sec_inner .howto_box {
    margin: 0 20px;
    width: calc(33.333% - 40px);
  }
}
@media screen and (min-width: 1001px), print {
  .sec_contactus {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .contents .sec_benefits .sec_inner {
    margin-bottom: 40px;
    padding: 34px 15px 0;
  }
  .contents .sec_howto .sec_inner {
    padding: 20px 15px 0;
    width: 96%;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .sec_hero .hero_title img {
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 25px;
  }
  .contents .sec_howto .sec_inner .sec_title b {
    display: block;
  }
  .contents .sec_howto .sec_inner .howto_box:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
  .contents .sec_howto .sec_inner .howto_box .tit {
    font-size: 1.6rem;
    min-height: 42px;
    padding-left: 53px;
  }
  .contents .sec_howto .sec_inner .howto_box .tit i {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area > nav {
    padding: 3px 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents {
    padding: 0 0 8vw;
  }
  .contents p {
    font-size: 3.7333vw;
  }
  .contents .sec_benefits .sec_inner {
    margin-bottom: 8vw;
    padding: 4vw 4vw 0;
  }
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 6.6667vw;
  }
  .contents .sec_benefits .sec_inner .benefit_tit {
    min-height: 14.9333vw;
    padding: 1.8667vw 0;
  }
  .contents .sec_benefits .sec_inner .benefit_tit .num {
    font-size: 8vw;
    width: 12.9333vw;
  }
  .contents .sec_benefits .sec_inner .benefit_tit .txt {
    font-size: 4.2667vw;
    padding-left: 4.5333vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt {
    padding: 3.4667vw 4vw 0;
  }
  .contents .sec_benefits .sec_inner .benefit_txt h3 {
    font-size: 3.7333vw;
    margin: 4.2667vw 0 1.6vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .img {
    margin: 4vw auto;
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .img img {
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_txt p small {
    margin-top: 2.6667vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_txt {
    margin-bottom: 3.2vw;
    overflow: hidden;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn {
    align-items: center;
    background: #f5f5f5;
    border-top: 1px solid #00b900;
    color: #00b900;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin: 0 -4vw;
    position: relative;
    width: calc(100% + 8vw);
  }
  .contents .sec_howto .sec_inner {
    margin-bottom: 4.2667vw;
    padding: 4vw 0 0;
    width: 84%;
  }
  .contents .sec_howto .sec_inner .sec_head {
    margin-bottom: 6.4vw;
    padding-bottom: 2.6667vw;
    padding-left: 14.1333vw;
  }
  .contents .sec_howto .sec_inner .sec_head::after {
    height: 3.4667vw;
    width: 8vw;
  }
  .contents .sec_howto .sec_inner .sec_head .icon_01 {
    left: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10.1333vw;
  }
  .contents .sec_howto .sec_inner .sec_head .icon_02 {
    position: absolute;
    right: 2.1333vw;
    top: 1.6vw;
    width: 10.1333vw;
  }
  .contents .sec_howto .sec_inner .sec_title {
    font-size: 8vw;
    line-height: 1.22;
  }
  .contents .sec_howto .sec_inner .sec_title b {
    font-size: 106.67%;
  }
  .contents .sec_howto .sec_inner .howto_box {
    border-top: 1px solid #00b900;
    padding: 5.3333vw 0 4.2667vw;
  }
  .contents .sec_howto .sec_inner .howto_box .tit {
    align-items: center;
    display: flex;
    font-size: 5.3333vw;
    margin-bottom: 3.2vw;
    min-height: 14.6667vw;
    padding-left: 16.8vw;
  }
  .contents .sec_howto .sec_inner .howto_box .tit i {
    height: 13.3333vw;
    width: 13.3333vw;
  }
  .contents .sec_howto .sec_inner .howto_box .img {
    margin-bottom: 3.7333vw;
  }
  .sec_contactus {
    padding: 7.2vw 4vw 8vw;
  }
  .sec_contactus .contactus_title {
    font-size: 4.2667vw;
    line-height: 1.5;
  }
  .sec_contactus .contactus_time {
    font-size: 3.7333vw;
    line-height: 1.71;
  }
}
@media print {
  body {
    min-width: 1000px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }
}
