*,
:after,
:before {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:root {
  --vw: 1vw
}

html {
  font-size: 10px
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none
}

img {
  border: none;
  height: auto;
  vertical-align: bottom
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  cursor: pointer
}

label {
  display: inline-block;
  cursor: pointer
}

@media (min-width:737px) {
  body {
    min-width: 986px
  }

  .is-sp {
    display: none
  }
}

@media (max-width:736px) {
  img {
    width: 100%
  }

  .is-pc {
    display: none
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
	background-color: #000;
	border-radius: 99em;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
	background-color: #fff;
	border-radius: 99em;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.cv{
	background-color: #fff77f;
}
@media (min-width:737px) {
  .cv {
    padding: 30px 0 35px
  }
}

@media (max-width:736px) {
  .cv {
    padding: 4vw 0 9.8666666667vw
  }
}

.cv__txt {
  text-align: center;
  font-weight: 700
}

.cv__txt:after,
.cv__txt:before {
  display: inline-block;
  margin: 0 0.6em;
  height: 1.2em;
  background: #000;
  content: ""
}

.cv__txt:before {
  -webkit-transform: rotate(-30deg) translateY(20%);
  transform: rotate(-30deg) translateY(20%)
}

.cv__txt:after {
  -webkit-transform: rotate(30deg) translateY(20%);
  transform: rotate(30deg) translateY(20%)
}

.cv__txt em {
  color: #f13030;
}

@media (min-width:737px) {
  .cv__txt {
    margin-bottom: 17px;
    font-size: 26px
  }

  .cv__txt:after,
  .cv__txt:before {
    width: 4px
  }
}

@media (max-width:736px) {
  .cv__txt {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw
  }

  .cv__txt:after,
  .cv__txt:before {
    width: 0.5333333333vw
  }
}

.cv__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 50vw;
  background: #f13030;
  font-weight: 700;
  color: #fff
}

.cv__btn a i {
  position: absolute;
  top: 50%;
  border-radius: 50vw;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""
}

.cv__btn a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #e92056;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
  transform: translate(-60%, -50%) rotate(-45deg)
}

@media (min-width:737px) {
  .cv__btn a {
    width: 442px;
    height: 70px;
    font-size: 26px;
    -webkit-box-shadow: 0 5px #ffd1d1;
    box-shadow: 0 5px #ffd1d1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .cv__btn a i {
    right: 25px;
    width: 28px;
    height: 28px
  }

  .cv__btn a i:after {
    border-width: 0 2px 2px 0;
    width: 9px;
    height: 9px
  }

  .cv__btn a:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: 0 0 #FFCED0;
    box-shadow: 0 0 #FFCED0
  }
}

@media (max-width:736px) {
  .cv__btn a {
    width: 80.5333333333vw;
    height: 16vw;
    font-size: 5vw;
    -webkit-box-shadow: 0 1.8666666667vw #FFCED0;
    box-shadow: 0 1.8666666667vw #FFCED0;
	  padding-right: 1.2em;
  }

  .cv__btn a i {
    right: 8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }

  .cv__btn a i:after {
    border-width: 0 0.3413333333vw 0.3413333333vw 0;
    width: 1.8666666667vw;
    height: 1.8666666667vw
  }
}

.cv-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(131, 131, 131, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.cv-sticky.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	display: block;
	text-align: center;
	padding: 10px;
}
@media (max-width:736px) {
	.cv-sticky.is-show {
		padding: 2%;
	}
	.cv-sticky.is-show .cv__txt{
		margin-bottom: 2vw;
	}
	.cv-sticky.is-show .cv__btn a{
		height: 13vw;
	}
}
@media (min-width:737px) {
	.cv-sticky {
		height: 113px
	}
	.cv-sticky.is-show .cv__txt{
		font-size: 150%;
		margin-bottom: 9px;
	}
	.cv-sticky.is-show .cv__btn a{
		width: 400px;
		height: 56px;
		font-size: 21px;
	}
}

@media (max-width:736px) {
	.cv-sticky {
		height: 26vw;
	}
}

@media (min-width:737px) {
  body {
    padding-bottom: 105px
  }
}

@media (max-width:736px) {
  body {
    padding-bottom: 28.5333333333vw
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:737px) {
  .header {
    height: 65px
  }
}

@media (max-width:736px) {
  .header {
    height: 13.8666666667vw
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (min-width:737px) {
  .header__img {
    padding-right: 38px
  }

  .header__img img {
    width: 154px
  }
}

@media (max-width:736px) {
  .header__img {
    margin-right: 2.6666666667vw;
    width: 30.4vw
  }
}

.header__txt {
  padding-bottom: 0.1em;
  font-weight: 700;
  color: #189E02
}

@media (min-width:737px) {
  .header__txt {
    font-size: 18px
  }
}

@media (max-width:736px) {
  .header__txt {
    font-size: 3.2vw
  }
}
.kv {position: relative;
	background-color: #5cc5ee;}
@media (min-width:737px) {
  .kv {
    background: url("../images/kv_bg_01_pc.png") repeat-x center top;
    background-size: 1896px;
    overflow: hidden;
  }
}

.kv__inner {
  position: relative
}

@media (min-width:737px) {
  .kv__inner {
    position: relative;
    margin: 0 auto;
    width: 980px;
	padding: 0;
  }

  .kv__inner:before {
    display: block;
	width: 100%;
	height: 517px;
/*    background: url("../images/kv_txt_01_pc.png") no-repeat;*/
    background-size: 100%;
    content: ""
  }
  .kv h1 {
    position: absolute;
    top: 0;
    right: -91px;
/*    clip-path: polygon(125px 0, 100% 0, calc(100% - 125px) 100%, 0 100%)*/
  }
  .kv h1 img {
    width: 430px
  }
}
@media (max-width:736px) {
	.kv h1 {
		position: static;
		padding-bottom: 20px;
	}
}

.kv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  font-weight: 700
}

.kv-nav__txt {
  color: #fff
}

.kv-nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50vw;
  background: #fff
}

.kv-nav__btn a i {
  position: absolute;
  top: 50%;
  border-radius: 50vw;
  background: #2BB415;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""
}

.kv-nav__btn a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff;
  content: "";
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg)
}

@media (min-width:737px) {
  .kv-nav {
    bottom: 65px;
    left: 5px
  }

  .kv-nav__txt {
    margin-right: 30px;
    font-size: 24px
  }

  .kv-nav__btn a {
    width: 175px;
    height: 37px;
    font-size: 12px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
  }

  .kv-nav__btn a i {
    right: 16px;
    width: 19px;
    height: 19px
  }

  .kv-nav__btn a i:after {
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px
  }

  .kv-nav__btn a:hover {
    background: #FAFFD9
  }
}

@media (max-width:736px) {
  .kv-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 4.8vw;
    left: 0;
    width: 100%
  }

  .kv-nav__txt {
    margin-right: 2.6666666667vw;
    font-size: 4.2666666667vw
  }

  .kv-nav__btn a {
    width: 43.2vw;
    height: 8.8vw;
    font-size: 3.4666666667vw
  }

  .kv-nav__btn a i {
    right: 2.6666666667vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }

  .kv-nav__btn a i:after {
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}

.campaign {
	background: #b1d501;
	background-size: contain;
	position: relative;
}

@media (min-width:737px) {
  .campaign {
	padding: 0 0 80px;
	  background-image: none;
	  background-size: cover;
  }
}

@media (max-width:736px) {
  .campaign {
    padding: 0 0 4vw;
  }
}

@media (min-width:737px) {
  .campaign__area {
    margin: 0 auto;
    width: 986px;
	  text-align: center;
  }
  .campaign__inner.other{
	  width: 537px;
  }
	.campaign__inner h2{
		/*background: url("../images/202512_202605cp/bk_cp_pc.png") no-repeat center center;*/
	}
}

@media (max-width:736px) {
  .campaign__area {
    padding: 0 4vw;
  }
}

.campaign__hdg {
  background: url("../images/bg_ribbon_01.svg") no-repeat center center;
  background-size: contain;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.campaign__hdg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:737px) {
  .campaign__hdg {
    margin-bottom: 30px;
    height: 74px;
    font-size: 22px;
  }

  .campaign__hdg span {
    height: 64px;
  }
}

@media (max-width:736px) {
  .campaign__hdg {
    margin-bottom: 5.3333333333vw;
    height: 13.6vw;
    font-size: 4.8vw;
  }

  .campaign__hdg span {
    height: 11.7333333333vw;
  }
}

.campaign__area {
/*  background-image: url("../images/bg_corner_01.svg"), url("../images/bg_corner_02.svg"), url("../images/bg_corner_03.svg"), url("../images/bg_corner_04.svg");
  background-repeat: no-repeat;
  background-position: left top, right top, bottom right, bottom left;*/
}

@media (min-width:737px) {
  .campaign__area {
	  position: relative;
  }
	.campaign__area h2{
		margin-top: 20px;
	}
}

@media (max-width:736px) {
  .campaign__area {
/*    padding: 5vw 1.5vw 10vw;
    background-size: 9.3333333333vw;*/
  }
	.campaign__inner.other .campaign__area {
		padding: 5vw;
	}
}

@media (min-width:737px) {
  .campaign__bnr {
/*    background: #fff;*/
  }

  .campaign__bnr img {
	width:928px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .campaign__inner.other .campaign__bnr img{
	  width: 457px;
  }

  .campaign__bnr a:hover img {
    opacity: 0.7;
  }
}
.campaign__area .txt{
	font-size: 220%;
	font-weight: 700;
	text-align: center;
}
.campaign__bnr div:first-child{
	margin-bottom: 20px;
}
@media (max-width:736px) {
	.campaign__area .txt{
		font-size: 180%;
	}
}
.campaign__bnr .cp_bnr{
	position: relative;
}
.campaign__bnr .cp_bnr .icon_day{
	position: absolute;
	right: 35px;
    top: -40px;
	z-index: 20;
}
.campaign__bnr .cp_bnr .icon_day img{
	max-width: 160px;
}
.campaign__bnr .cp_bnr .bnr{
	z-index: 10
}
@media (max-width:736px) {
	.campaign__bnr .cp_bnr .icon_day img{
		max-width: 120px;
		width: 80%;
	}
	.campaign__bnr .cp_bnr .icon_day{
		left: 50%;
   		transform: translate(-50%, -50%);
		top: -6em;
		text-align: center;
	}
}



.campaign__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 50vw;
  background: #2BB415;
  font-weight: 700;
  color: #fff;
}

.campaign__btn a i {
  position: absolute;
  top: 50%;
  border-radius: 50vw;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.campaign__btn a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #2BB415;
  content: "";
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg)
}

@media (min-width:737px) {
  .campaign__btn {
    margin-top: 30px
  }

  .campaign__btn a {
    width: 260px;
    height: 56px;
    font-size: 18px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s
  }

  .campaign__btn a i {
    right: 20px;
    width: 25px;
    height: 25px
  }

  .campaign__btn a i:after {
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px
  }

  .campaign__btn a:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
  }
}

@media (max-width:736px) {
  .campaign__btn {
    margin-top: 5.3333333333vw
  }

  .campaign__btn a {
    width: 70.6666666667vw;
    height: 12.5333333333vw;
    font-size: 4.2666666667vw
  }

  .campaign__btn a i {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }

  .campaign__btn a i:after {
    border-width: 0 0.3413333333vw 0.3413333333vw 0;
    width: 1.8666666667vw;
    height: 1.8666666667vw
  }
}

.campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width:737px) {
  .campaign-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 40px
  }

  .campaign-list img {
    width: 427px
  }
}

@media (max-width:736px) {
  .campaign-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-top: 5.3333333333vw
  }
}

.campaign-info {
  background: #fff
}
.campaign-info__mask {
  position: relative;
  overflow: hidden
}

.campaign-info__mask:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  pointer-events: none
}

.campaign-info .simplebar-vertical {
  border-radius: 50vw;
  width: 6px;
  background: #EBEBEB
}

.campaign-info .simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50vw;
  background: #909090
}

.campaign-info ul li {
  padding-left: 1em;
  text-indent: -1em
}

@media (min-width:737px) {
  .campaign-info {
    margin: 30px auto 0;
    padding: 10px 15px;
    border-radius: 10px;
    width: 834px;
    font-size: 12px;
    line-height: 1.5
  }

  .campaign-info__mask:after {
    height: 25px
  }

  .campaign-info__scroll {
    height: 240px;
  }
	.privilege__scroll {
    height: 200px;
  }

  .campaign-info__gap {
    padding: 10px 25px 35px 5px
  }
}

@media (max-width:736px) {
  .campaign-info {
    margin: 1vw 0 2vw;
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.5
  }

  .campaign-info__mask:after {
    height: 6.6666666667vw
  }

  .campaign-info__scroll,
	.privilege__scroll{
    height: 49.3333333333vw
  }

  .campaign-info__gap {
    padding: 1.3333333333vw 5.3333333333vw 3.3333333333vw 1.3333333333vw
  }
}

.reason {
  position: relative;
  z-index: 0;
  background: #77D668
}

@media (min-width:737px) {
  .reason {
    padding: 90px 0; 
  }
}

@media (max-width:736px) {
  .reason {
    padding: 10vw 0
  }
}

@media (min-width:737px) {
  .reason__inner {
    margin: 0 auto;
    width: 986px
  }
}

@media (max-width:736px) {
  .reason__inner {
    padding: 0 5vw
  }
}

.reason__sub {
  border: solid #000;
  background: #FFEF69;
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .reason__sub {
    margin: 0 auto 50px;
    padding: 11px 0;
    border-width: 3px;
    border-radius: 4px;
    width: 610px;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-shadow: 9px 9px #000;
    box-shadow: 9px 9px #000
  }
}

@media (max-width:736px) {
  .reason__sub {
    padding: 1.2vw 0;
    border-width: 0.8vw;
    border-radius: 1.0666666667vw;
    width: calc(100% - 1.0666666667vw);
    font-size: 5.3333333333vw;
    line-height: 1.5;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #000;
    box-shadow: 1.0666666667vw 1.0666666667vw #000
  }
}

.reason__hdg {
  position: relative;
  text-align: center;
  font-weight: 700
}

.reason__hdg:after,
.reason__hdg:before {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""
}

.reason__hdg:before {
  background-image: url("../images/bg_star_01.png")
}

.reason__hdg:after {
  background-image: url("../images/bg_star_02.png")
}

@media (min-width:737px) {
  .reason__hdg {
    margin-bottom: 125px;
    font-size: 40px;
    line-height: 1.5
  }

  .reason__hdg:before {
    top: -35px;
    left: 65px;
    width: 90px;
    height: 108px
  }

  .reason__hdg:after {
    top: -30px;
    right: 78px;
    width: 80px;
    height: 114px
  }
}

@media (max-width:736px) {
  .reason__hdg {
    margin: 6.6666666667vw 0 14.6666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.3846153846
  }

  .reason__hdg:before {
    bottom: 0vw;
    left: -4vw;
    width: 10.6666666667vw;
    height: 12.8vw
  }

  .reason__hdg:after {
    top: -1.3333333333vw;
    right: -4vw;
    width: 9.6vw;
    height: 13.6vw
  }



}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.reason-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/bg_ribbon_02.svg") no-repeat center center;
  background-size: contain;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.reason-list__item {
  background: #fff
}
.reason-list__item .d-flex{
	display: flex;
	align-items: center;

	margin: 0 auto;
}
.reason-list__item .d-flex .reason-contents{
	width: calc(100% / 2);
}
.reason-list__item .d-flex .reason-contents img{
	width: 75%;
}
.reason-list__item .d-flex .reason-contents img.graph{
	width: 90%;
}
.reason-list__item .d-flex .reason-contents .txt{
	margin-top: 10px;
    font-size: 150%;
    line-height: 1.3em;
}
.reason-list__item .d-flex .reason-contents .txt em{
	font-weight: 700;
}
@media (max-width:736px) {
	.reason-list__item .d-flex{
		display: block; 
		width: 100%;
	}
	.reason-list__item .d-flex .reason-contents{
		width: 100%;
	}
	.reason-list__item .d-flex .reason-contents:first-child{
		border-bottom: 2px dotted #cacaca;
		margin-bottom: 5%;
	}
	.reason-list__item .d-flex .reason-contents img{
		width: 60%;
		margin-bottom: 10px;
	}
	.reason-list__item .d-flex .reason-contents img.graph{
		width: 60%;
	}
	.reason-list__item .d-flex .reason-contents .txt{
		font-size: 190%;
		font-weight: 700;
		margin-bottom: 20px;
		line-height: 1.4em;
	}
	.reason-list__item .d-flex .reason-contents .txt em{
		font-size: 120%;
	}
}
.reason-list__item .support{
	border: 2px solid #c5c5c5;
    width: 92%;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
}
@media (max-width:736px) {
	.reason-list__item .support{
		width: 95%;
		padding: 5%;
	}
}

.reason-list__txt {
  font-weight: 700
}

.reason-list__txt em {
  color: #2BB415
}

.reason-list__set {
  margin: 0 auto;
  background: #2BB415;
  font-weight: 700;
  color: #fff
}

.reason-list__set em {
  color: #FFEF69
}

.reason-list__result {
  font-weight: 700
}

.reason-list__result--01 em {
  color: #EB6168
}

.reason-list__result--02 em {
  color: #2BB415
}

.reason-list__result strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 239, 105, 0)), color-stop(70%, #ffef69), to(#ffef69));
  background: linear-gradient(180deg, rgba(255, 239, 105, 0) 70%, #ffef69 70%, #ffef69 100%)
}

.reason-list__note {
  text-align: left
}

.reason-list__note li~li {
  margin-top: 0.3em
}

@media (min-width:737px) {
  .reason-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .reason-list dt {
    height: 47px;
    font-size: 22px
  }

  .reason-list__item {
    padding-bottom: 38px;
    border-radius: 10px;
    width: 483px
  }

  .reason-list__txt {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5
  }

  .reason-list__img--01 {
    margin-top: 32px
  }

  .reason-list__img--01 img {
    width: 413px
  }

  .reason-list__img--02 {
    margin-top: 18px
  }

  .reason-list__img--02 img {
    width: 382px
  }

  .reason-list__set {
    margin-top: 30px;
    padding: 16px 0;
    width: 423px;
    font-size: 18px
  }

  .reason-list__set strong {
    font-size: 28px
  }

  .reason-list__result--01 {
    margin-top: 15px;
    font-size: 20px
  }

  .reason-list__result--01 strong {
    margin-left: 5px;
    font-size: 22px
  }

  .reason-list__result--02 {

    font-size: 18px;
    line-height: 1.5
  }

  .reason-list__note {
    display: table;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 1.5
  }
}

@media (max-width:736px) {
  .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12vw 0
  }

  .reason-list dt {
    height: 13.3333333333vw;
    font-size: 5.3333333333vw
  }

  .reason-list__item {
    padding: 0 5% 8vw;
    border-radius: 1.3333333333vw
  }

  .reason-list__txt {
    margin-top: -1.3333333333vw
  }

  .reason-list__txt--01 {
    font-size: 4.2666666667vw;
    line-height: 1.875
  }

  .reason-list__txt--02 {
    font-size: 5.3333333333vw;
    line-height: 1.5
  }

  .reason-list__img {
    margin-top: 5.3333333333vw
  }

  .reason-list__img--01 img {
    width: 69.3333333333vw
  }

  .reason-list__img--02 img {
    width: 71.4666666667vw
  }

  .reason-list__set {
    margin-top: 8vw;
    padding: 2.1333333333vw 0;
    width: 76vw;
    font-size: 6.1333333333vw;
    line-height: 8vw
  }

  .reason-list__set strong {
    font-size: 8.8vw
  }

  .reason-list__result--01 {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 8.5333333333vw
  }

  .reason-list__result--01 strong {
    font-size: 8.5333333333vw
  }

  .reason-list__result--02 {
    margin: 1vw 0 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.5
  }

  .reason-list__note {
    margin-top: 5.3333333333vw;
    padding: 0 4vw;
    font-size: 3.2vw;
    line-height: 1.5
  }
}

.plan {
  position: relative;
  z-index: 0;
  background: #77D668
}

@media (min-width:737px) {
  .plan {
    padding: 80px 0 120px
  }
}

@media (max-width:736px) {
  .plan {
    padding: 10.466667vw 0 16vw
  }
}

@media (min-width:737px) {
  .plan__inner {
    margin: 0 auto;
    width: 986px
  }
}

@media (max-width:736px) {
  .plan__inner {
    padding: 0 5vw
  }
}

.plan__hdg {
  position: relative;
  text-align: center;
  font-weight: 700
}

.plan__hdg:after,
.plan__hdg:before {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""
}

.plan__hdg:before {
  background-image: url("../images/bg_star_01.png")
}

.plan__hdg:after {
  background-image: url("../images/bg_star_02.png")
}

@media (min-width:737px) {
  .plan__hdg {
    margin-bottom: 65px;
    font-size: 40px;
    line-height: 1.5
  }

  .plan__hdg:before {
    top: 15px;
    left: 78px;
    width: 100px;
    height: 120px
  }

  .plan__hdg:after {
    top: -10px;
    right: 78px;
    width: 89px;
    height: 128px
  }
}

@media (max-width:736px) {
  .plan__hdg {
    margin-bottom: 8vw;
    font-size: 6.9333333333vw;
    line-height: 1.3846153846
  }

  .plan__hdg:before {
    bottom: -1.3333333333vw;
    left: -1.3333333333vw;
    width: 10.6666666667vw;
    height: 12.8vw
  }

  .plan__hdg:after {
    top: -4vw;
    right: 0vw;
    width: 9.6vw;
    height: 13.6vw
  }
}

.plan__sub {
  border: solid #000;
  background: #FFEF69;
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .plan__sub {
    margin: 0 auto 60px;
    padding: 11px 0;
    border-width: 3px;
    border-radius: 4px;
    width: 610px;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-shadow: 9px 9px #000;
    box-shadow: 9px 9px #000
  }
}

@media (max-width:736px) {
  .plan__sub {
    padding: 1.2vw 0;
    border-width: 0.8vw;
    border-radius: 1.0666666667vw;
    width: calc(100% - 1.0666666667vw);
    font-size: 5.3333333333vw;
    line-height: 1.5;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #000;
    box-shadow: 1.0666666667vw 1.0666666667vw #000;
	  margin-bottom: 5%;
  }
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
    margin: 0 auto;
}
.plan-list .plan-list__item{
	width: calc(100% / 3 - 10px);
	margin: 0 5px 30px;
}
@media (min-width:737px) {
  .plan-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .plan-list img {
    width: 100%;
	  margin: 0 auto;
  }
	.plan-list .plan-list__item{
		position: relative;
	}
	.plan-list .plan-list__item .cp-icon{
		position: absolute;
		top: -40px;
        left: -27px;
	}
	.plan-list .plan-list__item .cp-icon img{
		width: 100px;
	}
}

@media (max-width:736px) {

  .plan-list {
    gap: 2vw 0;
    margin-top: 6.6666666667vw;
    width: 100%;
  }
	.plan-list .plan-list__item{
		width: 100%;
		margin-bottom: 0;
	}
}

.plan__area {
  border: solid #000;
  background: #fff
}

@media (min-width:737px) {
  .plan__area {
    margin-top: 30px;
    padding: 55px 0;
    border-width: 4px;
    border-radius: 10px
  }
}

@media (max-width:736px) {
  .plan__area {
    position: relative;
    margin-top: 9.8666666667vw;
    padding: 24vw 3.2vw 8vw;
    border-width: 0.8vw;
    border-radius: 1.3333333333vw
  }

  .plan__area .plan__sub {
    position: absolute;
    top: -2.6666666667vw;
    left: -0.8vw;
    width: calc(100% + 0.5333333333vw);
    font-size: 4.8vw
  }
}

.plan-other dt {
  position: relative;
  text-align: center;
  font-weight: 700;
  cursor: pointer
}

.plan-other dt.is-open button:after {
  display: none
}

.plan-other button {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50vw;
  background: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.plan-other button:after,
.plan-other button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.plan-other ul li {
  padding-left: 1em;
  text-indent: -1em
}

.plan-other ul li~li {
  margin-top: 0.5em
}

@media (min-width:737px) {
  .plan-other {
    margin: 0 auto;
    width: 874px
  }

  .plan-other dt {
    margin: 0 auto;
    width: 480px;
    font-size: 26px
  }

  .plan-other button {
    width: 31px;
    height: 31px
  }

  .plan-other button:before {
    width: 14px;
    height: 2px
  }

  .plan-other button:after {
    width: 2px;
    height: 14px
  }

  .plan-other p~p {
    margin-top: 50px
  }

  .plan-other img {
    width: 874px
  }

  .plan-other ul {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.25
  }
}

@media (max-width:736px) {
  .plan-other dt {
    font-size: 4.2666666667vw
  }

  .plan-other button {
    width: 7.2vw;
    height: 7.2vw
  }

  .plan-other button:before {
    width: 3.2vw;
    height: 0.5333333333vw
  }

  .plan-other button:after {
    width: 0.5333333333vw;
    height: 3.2vw
  }

  .plan-other dd {
    margin-top: 6.6666666667vw
  }

  .plan-other p~p {
    margin-top: 8vw
  }

  .plan-other ul {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.5
  }
}

.point {
  position: relative;
  z-index: 0;
  background: #F2F6F6
}

@media (min-width:737px) {
  .point {
    padding: 90px 0 120px
  }
}

@media (max-width:736px) {
  .point {
    padding: 10vw 0
  }
}

@media (min-width:737px) {
  .point__inner {
    margin: 0 auto;
    width: 986px
  }
}

@media (max-width:736px) {
  .point__inner {
    padding: 0 5vw
  }
}

.point__hdg {
  position: relative;
  text-align: center;
  font-weight: 700
}

.point__hdg:after,
.point__hdg:before {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""
}

.point__hdg:before {
  background-image: url("../images/bg_star_01.png")
}

.point__hdg:after {
  background-image: url("../images/bg_star_02.png")
}

@media (min-width:737px) {
  .point__hdg {
    margin-bottom: 110px;
    font-size: 40px;
    line-height: 1.5
  }

  .point__hdg:before {
    top: -25px;
    left: 70px;
    width: 90px;
    height: 108px
  }

  .point__hdg:after {
    top: -20px;
    right: 80px;
    width: 80px;
    height: 114px
  }
}

@media (max-width:736px) {
  .point__hdg {
    margin-bottom: 8vw;
    font-size: 6.9333333333vw;
    line-height: 1.3846153846
  }

  .point__hdg:before {
    bottom: 0vw;
    left: -1.3333333333vw;
    width: 10.6666666667vw;
    height: 12.8vw
  }

  .point__hdg:after {
    top: -1.3333333333vw;
    right: 1.3333333333vw;
    width: 9.6vw;
    height: 13.6vw
  }
}

.point-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.point-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: solid #2BB415;
  border-radius: 50vw;
  background: #fff;
  font-weight: 700
}

.point-nav a i {
  position: absolute;
  top: 50%;
  border-radius: 50vw;
  background: #2BB415;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""
}

.point-nav a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff;
  content: "";
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg)
}

@media (min-width:737px) {
  .point-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .point-nav a {
    border-width: 2px;
    width: 239px;
    height: 53px;
    font-size: 14px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
  }

  .point-nav a i {
    right: 23px;
    width: 18px;
    height: 18px
  }

  .point-nav a i:after {
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px
  }

  .point-nav a:hover {
    background: #FAFFD9
  }
}

@media (max-width:736px) {
  .point-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw 0
  }

  .point-nav a {
    border-width: 0.5333333333vw;
    width: 76vw;
    height: 14.4vw;
    font-size: 4.2666666667vw
  }

  .point-nav a i {
    right: 7.4666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }

  .point-nav a i:after {
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    width: 1.6vw;
    height: 1.6vw
  }
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.point-list__item {
  border: solid #2BB415;
  background: #fff;
  overflow: hidden
}

.point-list__item:first-child dt {
  background-image: url("../images/bg_tool_01.svg")
}

.point-list__item:nth-child(2) dt {
  background-image: url("../images/bg_house_01.svg")
}

.point-list__item:nth-child(3) dt {
  background-image: url("../images/bg_wave_01.svg")
}

.point-list__item:nth-child(4) dt {
  background-image: url("../images/bg_sim_01.svg")
}

.point-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2BB415;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #fff
}

.point-list dt sup {
  vertical-align: top
}

.point-list__pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 50vw;
  background: #FFF9CB;
  font-weight: 500
}

.point-list__pop:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #FFF9CB transparent transparent transparent;
  border-width: 0.7em 0.7em 0px 0.7em;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.point-list__txt {
  font-weight: 500
}

.point-list__txt em {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.1em 0.3em 0.2em;
  background: #189E02;
  font-weight: 700;
  line-height: 1;
  color: #fff
}

.point-list__note {
  text-align: left
}

.point-list__note li {
  padding-left: 1em;
  text-indent: -1em
}

.point-list__note li~li {
  margin-top: 0.4em
}

.point-list__cap {
  text-align: left;
  font-weight: 500
}

.point-list__cap em {
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 50vw;
  width: 2em;
  height: 2em;
  background: #189E02;
  text-align: center;
  line-height: 2em;
  color: #fff
}

.point-list__result {
  font-weight: 700
}

.point-list__result em {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 239, 105, 0)), color-stop(70%, #ffef69), to(#ffef69));
  background: linear-gradient(180deg, rgba(255, 239, 105, 0) 70%, #ffef69 70%, #ffef69 100%);
  color: #EB6168
}

@media (min-width:737px) {
  .point-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 0;
    margin-top: 80px
  }

  .point-list__item {
    border-width: 0 4px 4px;
    border-radius: 10px;
    width: 484px
  }

  .point-list__item:first-child dt {
    background-position: 28px 5px;
    background-size: 132px
  }

  .point-list__item:first-child dd {
    padding: 40px 0
  }

  .point-list__item:first-child img {
    margin: 10px 0 10px 25px;
    width: 217px
  }

  .point-list__item:nth-child(2) dt {
    background-position: 30px 18px;
    background-size: 116px
  }

  .point-list__item:nth-child(2) img {
    width: 437px
  }

  .point-list__item:nth-child(3) dt {
    background-position: 54px 15px;
    background-size: 59px
  }

  .point-list__item:nth-child(4) dt {
    background-position: 30px 0px;
    background-size: 120px
  }

  .point-list__item:nth-child(3) img,
  .point-list__item:nth-child(4) img {
    margin-bottom: 10px;
    width: auto;
    height: 180px
  }

  .point-list dt {
    height: 100px;
    font-size: 22px;
    line-height: 1.5
  }

  .point-list dd {
    padding: 25px 0
  }

  .point-list__pop {
    width: 200px;
    height: 30px;
    font-size: 14px
  }

  .point-list__txt {
    font-size: 16px;
    line-height: 1.5
  }

  .point-list__txt em {
    font-size: 18px
  }

  .point-list__note {
    margin: 15px auto 0;
    width: 365px;
    font-size: 12px;
    line-height: 1.5
  }

  .point-list__cap {
    margin: 10px auto;
    width: 435px;
    font-size: 10px
  }

  .point-list__result {
    margin-top: 10px;
    font-size: 20px
  }

  .point-list__result em {
    margin-left: 5px;
    font-size: 24px
  }
}

@media (max-width:736px) {
  .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-top: 8vw
  }

  .point-list__item {
    border-width: 0 0.8vw 0.8vw;
    border-radius: 1.3333333333vw
  }

  .point-list__item:first-child dt {
    background-position: -8vw -1.3333333333vw;
    background-size: 40vw
  }

  .point-list__item:first-child img {
    margin: 2.6666666667vw 0 5.3333333333vw 6.6666666667vw;
    width: 46.9333333333vw
  }

  .point-list__item:nth-child(2) dt {
    background-position: -9.3333333333vw 0vw;
    background-size: 33.8666666667vw
  }

  .point-list__item:nth-child(3) dt {
    background-position: 2.6666666667vw 1.3333333333vw;
    background-size: 14.4vw
  }

  .point-list__item:nth-child(3) img {
    width: 53.3333333333vw
  }

  .point-list__item:nth-child(4) dt {
    background-position: -4vw -1.3333333333vw;
    background-size: 31.7333333333vw
  }

  .point-list__item:nth-child(4) dd {
    padding-top: 5.3333333333vw
  }

  .point-list__item:nth-child(4) img {
    margin-bottom: 2.6666666667vw;
    width: 40vw
  }

  .point-list dt {
    height: 26.6666666667vw;
    font-size: 6.4vw;
    line-height: 1.5
  }

  .point-list dd {
    padding: 8vw 3.2vw
  }

  .point-list__pop {
    width: 48vw;
    height: 6.6666666667vw;
    font-size: 3.2vw
  }

  .point-list__txt {
    font-size: 4.2666666667vw;
    line-height: 1.5
  }

  .point-list__txt em {
    margin-top: 1.3333333333vw;
    font-size: 5.8666666667vw
  }

  .point-list__note {
    margin-top: 4vw;
    font-size: 12px;
    line-height: 1.5
  }

  .point-list__cap {
    margin: 5.3333333333vw auto 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5
  }

  .point-list__cap em {
    display: block
  }

  .point-list__result {
    margin-top: 4vw;
    font-size: 4.8vw
  }

  .point-list__result em {
    padding: 4vw 1.3333333333vw 1.3333333333vw;
    font-size: 8.5333333333vw
  }
}

.flow {
  position: relative;
  z-index: 0;
  background: #F2F6F6
}

@media (min-width:737px) {
  .flow {
    padding: 90px 0 120px
  }
}

@media (max-width:736px) {
  .flow {
    padding: 10vw 0
  }
}

@media (min-width:737px) {
  .flow__inner {
    margin: 0 auto;
    width: 986px
  }
}

@media (max-width:736px) {
  .flow__inner {
    padding: 0 5vw
  }
}

.flow__hdg {
  position: relative;
  text-align: center;
  font-weight: 700
}

.flow__hdg:after,
.flow__hdg:before {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""
}

.flow__hdg:before {
  background-image: url("../images/bg_star_01.png")
}

.flow__hdg:after {
  background-image: url("../images/bg_star_02.png")
}

@media (min-width:737px) {
  .flow__hdg {
    margin-bottom: 115px;
    font-size: 40px;
    line-height: 1.5
  }

  .flow__hdg:before {
    top: -25px;
    left: 180px;
    width: 90px;
    height: 108px
  }

  .flow__hdg:after {
    top: -30px;
    right: 180px;
    width: 80px;
    height: 114px
  }
}

@media (max-width:736px) {
  .flow__hdg {
    margin-bottom: 12vw;
    font-size: 6.9333333333vw;
    line-height: 1.3846153846
  }

  .flow__hdg:before {
    bottom: 0vw;
    left: -4vw;
    width: 10.6666666667vw;
    height: 12.8vw
  }

  .flow__hdg:after {
    top: -1.3333333333vw;
    right: -4vw;
    width: 9.6vw;
    height: 13.6vw
  }
}

.flow__sub {
  border: solid #000;
  background: #FFEF69;
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .flow__sub {
    margin: 0 auto 50px;
    padding: 11px 0;
    border-width: 3px;
    border-radius: 4px;
    width: 610px;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-shadow: 9px 9px #000;
    box-shadow: 9px 9px #000
  }
}

@media (max-width:736px) {
  .flow__sub {
    padding: 1.2vw 0;
    border-width: 0.8vw;
    border-radius: 1.0666666667vw;
    width: calc(100% - 1.0666666667vw);
    font-size: 5.3333333333vw;
    line-height: 1.5;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #000;
    box-shadow: 1.0666666667vw 1.0666666667vw #000
  }
}

.flow__3rd {
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .flow__3rd {
    margin-bottom: 70px;
    font-size: 36px
  }
}

@media (max-width:736px) {
  .flow__3rd {
    margin: 10.6666666667vw 0 9.3333333333vw;
    font-size: 6.4vw
  }
}

.flow-need {
  border: solid #2BB415;
  background: #fff
}

.flow-need__item {
  background: url("../images/line_dotted_02.svg") repeat-x left bottom;
  font-weight: 500
}

.flow-need__doc dt {
  position: relative;
  text-align: center;
  font-weight: 700;
  cursor: pointer
}

.flow-need__doc dt.is-open button:after {
  display: none
}

.flow-need__doc button {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50vw;
  background: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flow-need__doc button:after,
.flow-need__doc button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.flow-need__doc ul li~li {
  margin-top: 0.4em
}

@media (min-width:737px) {
  .flow-need {
    padding-bottom: 35px;
    border-width: 4px;
    border-radius: 10px
  }

  .flow-need__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 78px;
    margin: 0 auto;
    padding: 32px 0;
    width: 874px;
    background-size: auto 3px;
    font-size: 16px;
    line-height: 1.5
  }

  .flow-need__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .flow-need__item li:first-child img {
    width: 111px
  }

  .flow-need__item li:nth-child(2) img {
    width: 86px
  }

  .flow-need__item span {
    margin-right: 36px
  }

  .flow-need__doc {
    margin: 30px auto 0;
    width: 720px
  }

  .flow-need__doc dt {
    margin: 0 auto;
    width: 480px;
    font-size: 26px
  }

  .flow-need__doc button {
    width: 31px;
    height: 31px
  }

  .flow-need__doc button:before {
    width: 14px;
    height: 2px
  }

  .flow-need__doc button:after {
    width: 2px;
    height: 14px
  }

  .flow-need__doc p {
    margin: 25px 0 10px;
    font-size: 16px;
    line-height: 1.5
  }

  .flow-need__doc ul {
    font-size: 14px;
    line-height: 1.2857142857
  }
}

@media (max-width:736px) {
  .flow-need {
    padding: 0 3.4666666667vw 6.1333333333vw;
    border-width: 0.8vw;
    border-radius: 1.3333333333vw
  }

  .flow-need__item {
    padding: 3.2vw 0;
    background-size: auto 0.5333333333vw;
    font-size: 3.2vw;
    line-height: 1.6666666667
  }

  .flow-need__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2vw 0
  }

  .flow-need__item li:first-child img {
    width: 16.8vw
  }

  .flow-need__item li:nth-child(2) img {
    width: 13.0666666667vw
  }

  .flow-need__item span {
    margin-right: 7.2vw;
    width: 22.1333333333vw;
    text-align: center
  }

  .flow-need__doc {
    margin-top: 5.8666666667vw
  }

  .flow-need__doc dt {
    font-size: 4.2666666667vw
  }

  .flow-need__doc button {
    width: 7.2vw;
    height: 7.2vw
  }

  .flow-need__doc button:before {
    width: 3.2vw;
    height: 0.5333333333vw
  }

  .flow-need__doc button:after {
    width: 0.5333333333vw;
    height: 3.2vw
  }

  .flow-need__doc p {
    margin: 6.6666666667vw 0 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.5
  }

  .flow-need__doc ul {
    font-size: 3.2vw;
    line-height: 1.5
  }
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.flow-step:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent transparent #2BB415;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.flow-step__item {
  border: solid #2BB415;
  background: #fff;
  text-align: center
}

.flow-step__hdg img {
  width: auto
}

.flow-step__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50vw;
  background: #FFF9CB;
  font-weight: 700
}

.flow-step__txt {
  font-weight: 500
}

.flow-step__txt em {
  color: #2BB415
}

@media (min-width:737px) {
  .flow-step {
    margin-top: 40px
  }

  .flow-step:after {
    border-width: 58px 0px 58px 60px
  }

  .flow-step__item {
    padding: 43px 0 20px;
    border-width: 4px;
    border-radius: 10px;
    width: 488px
  }

  .flow-step__item:first-child .flow-step__img img {
    width: 85px
  }

  .flow-step__item:nth-child(2) .flow-step__hdg {
    padding-bottom: 50px
  }

  .flow-step__item:nth-child(2) .flow-step__img img {
    width: 157px
  }

  .flow-step__hdg {
    margin-bottom: 23px
  }

  .flow-step__hdg img {
    height: 26px
  }

  .flow-step__sub {
    width: 212px;
    height: 37px;
    font-size: 14px
  }

  .flow-step__img {
    margin-top: 13px;
    height: 140px
  }

  .flow-step__txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5
  }

  .flow-step__note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.25
  }
}

@media (max-width:736px) {
  .flow-step {
    margin-top: 5.3333333333vw
  }

  .flow-step:after {
    border-width: 7.7333333333vw 0px 7.7333333333vw 8.5333333333vw
  }

  .flow-step__item {
    padding: 6.6666666667vw 0 2.6666666667vw;
    border-width: 0.8vw;
    border-radius: 1.3333333333vw;
    width: 39.4666666667vw
  }

  .flow-step__item:first-child .flow-step__img img {
    width: 9.3333333333vw
  }

  .flow-step__item:nth-child(2) .flow-step__hdg {
    padding-bottom: 7.4666666667vw
  }

  .flow-step__item:nth-child(2) .flow-step__img img {
    width: 19.4666666667vw
  }

  .flow-step__hdg {
    margin-bottom: 5.3333333333vw
  }

  .flow-step__hdg img {
    height: 6.1333333333vw
  }

  .flow-step__sub {
    width: 25.8666666667vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw
  }

  .flow-step__img {
    margin-top: 2.1333333333vw;
    height: 15.7333333333vw
  }

  .flow-step__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.5
  }

  .flow-step__note {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5
  }
}

.contact {
  background: #FAFFD9
}

@media (min-width:737px) {
  .contact {
    padding: 80px 0
  }
}

@media (max-width:736px) {
  .contact {
    padding: 10vw 0
  }
}

@media (min-width:737px) {
  .contact__inner {
    margin: 0 auto;
    width: 720px
  }
}

@media (max-width:736px) {
  .contact__inner {
    padding: 0 8vw
  }
}

.contact__sub {
  border: solid #000;
  background: #FFEF69;
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .contact__sub {
    margin: 0 auto 50px;
    padding: 11px 0;
    border-width: 3px;
    border-radius: 4px;
    width: 610px;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-shadow: 9px 9px #000;
    box-shadow: 9px 9px #000
  }
}

@media (max-width:736px) {
  .contact__sub {
    padding: 1.2vw 0;
    border-width: 0.8vw;
    border-radius: 1.0666666667vw;
    width: calc(100% - 1.0666666667vw);
    font-size: 5.3333333333vw;
    line-height: 1.5;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #000;
    box-shadow: 1.0666666667vw 1.0666666667vw #000
  }
}

.contact__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/contact_img_01.png") no-repeat;
  font-weight: 700
}

@media (min-width:737px) {
  .contact__hdg {
    padding-left: 105px;
    height: 220px;
    background-position: 423px 0;
    background-size: 257px;
    font-size: 36px;
    line-height: 1.5
  }
}

@media (max-width:736px) {
  .contact__hdg {
    height: 40vw;
    background-position: right 1.3333333333vw;
    background-size: 33.6vw;
    font-size: 6.4vw;
    line-height: 1.5
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid #838383;
  overflow: hidden
}

.contact-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333%;
  text-align: center
}

.contact-list__item~* dd,
.contact-list__item~* dt {
  position: relative
}

.contact-list__item~* dd:before,
.contact-list__item~* dt:before {
  position: absolute;
  left: 0;
  content: ""
}

.contact-list__item~* dt:before {
  background: #fff
}

.contact-list__item~* dd:before {
  background: url("../images/line_dotted_01.svg") repeat-y;
  background-size: 100%
}

.contact-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #838383;
  font-weight: 700;
  color: #fff
}

.contact-list dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff
}

.contact-list span {
  display: block
}

.contact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 50vw;
  background: #EB6168;
  font-weight: 700;
  color: #fff
}

.contact-list a:after {
  position: absolute;
  top: 50%;
  border: solid #fff;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
  transform: translate(-60%, -50%) rotate(-45deg)
}

.contact-list .contact-list__item.tel a {
	color: #EB6168;
	background: transparent;
	font-size: 150%;
}

@media (min-width:737px) {
  .contact-list {
    border-width: 0 4px 4px;
    border-radius: 10px
  }

  .contact-list__item dd:before,
  .contact-list__item dt:before {
    top: 13px;
    width: 2px;
    height: calc(100% - 26px)
  }

  .contact-list__item:first-child img {
    width: 50px
  }

  .contact-list__item:nth-child(2) img {
    width: 72px
  }

  .contact-list__item:nth-child(3) img {
    width: 66px
  }

  .contact-list dt {
    height: 66px;
    font-size: 22px
  }

  .contact-list dd {
    padding: 19px 0 12px
  }

  .contact-list span {
    height: 70px
  }

  .contact-list a {
    width: 162px;
    height: 32px;
    font-size: 12px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s
  }

  .contact-list a:after {
    right: 10px;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px
  }

  .contact-list a:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
  }
}

@media (max-width:736px) {
  .contact-list {
    margin-top: -0.2666666667vw;
    border-width: 0 0.5333333333vw 0.5333333333vw;
    border-radius: 1.3333333333vw
  }

  .contact-list__item dd:before,
  .contact-list__item dt:before {
    top: 3.4666666667vw;
    width: 0.5333333333vw;
    height: calc(100% - 6.9333333333vw)
  }

  .contact-list__item:first-child {
    width: 24%
  }

  .contact-list__item:first-child img {
    width: 11.4666666667vw
  }

  .contact-list__item:nth-child(2) {
    width: 34%
  }

  .contact-list__item:nth-child(2) img {
    width: 14.1333333333vw
  }

  .contact-list__item:nth-child(3) {
    width: 42%
  }

  .contact-list__item:nth-child(3) img {
    width: 14.9333333333vw
  }

  .contact-list dt {
    height: 16vw;
    font-size: 4.2666666667vw;
    line-height: 1.125
  }

  .contact-list dd {
    padding: 6.4vw 0
  }

  .contact-list span {
    height: 14.1333333333vw
  }

  .contact-list a {
    width: 85%;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw
  }

  .contact-list a:after {
    right: 0.8vw;
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    width: 1.3333333333vw;
    height: 1.3333333333vw
  }
}

.faq {
  padding-bottom: 1px;
  background: #FAFFD9;
  overflow: hidden
}

.faq__inner {
  background: no-repeat center center;
  background-size: cover
}

@media (min-width:737px) {
  .faq__inner {
    padding: 60px 0;
    background-image: url("../images/faq_bg_01_pc.png")
  }
}

@media (max-width:736px) {
  .faq__inner {
    padding: 8.333333vw 5vw 8.666667vw;
    background-image: url("../images/faq_bg_01_sp.png")
  }
}

.faq__hdg {
  text-align: center;
  font-weight: 700
}

@media (min-width:737px) {
  .faq__hdg {
    margin-bottom: 50px;
    font-size: 36px
  }
}

@media (max-width:736px) {
  .faq__hdg {
    margin-bottom: 9.3333333333vw;
    font-size: 6.4vw
  }
}

.faq-list__item {
  border: solid #000;
  font-weight: 700;
  overflow: hidden
}

.faq-list dd,
.faq-list dt {
  position: relative
}

.faq-list dd:before,
.faq-list dt:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border: solid #fff;
  border-radius: 50vw
}

.faq-list dt {
  background: #fff;
  color: #2BB415;
  cursor: pointer
}

.faq-list dt:before {
  top: 50% !important;
  content: "Q";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.faq-list dt.is-open button:after {
  display: none
}

.faq-list dd {
  background: #2BB415;
  color: #fff
}

.faq-list dd:before {
  content: "A"
}

.faq-list button {
  position: absolute;
  top: 50%;
  border: solid #2BB415;
  border-radius: 50vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.faq-list button:after,
.faq-list button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2BB415;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.faq-list a {
  text-decoration: underline
}

@media (min-width:737px) {
  .faq-list {
    margin: 0 auto;
    width: 986px
  }

  .faq-list__item {
    border-width: 4px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5
  }

  .faq-list__item~* {
    margin-top: 20px
  }

  .faq-list dd:before,
  .faq-list dt:before {
    top: 23px;
    left: 17px;
    border-width: 1px;
    width: 27px;
    height: 27px;
    font-size: 17px
  }

  .faq-list dt {
    padding: 25px 90px 25px 57px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
  }

  .faq-list dt:hover {
    background: #FAFFD9
  }

  .faq-list dd {
    padding: 25px 57px
  }

  .faq-list button {
    right: 57px;
    border-width: 1px;
    width: 23px;
    height: 23px
  }

  .faq-list button:before {
    width: 12px;
    height: 2px
  }

  .faq-list button:after {
    width: 2px;
    height: 12px
  }

  .faq-list a:hover {
    text-decoration: none
  }
}

@media (max-width:736px) {
  .faq-list__item {
    border-width: 0.8vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857
  }

  .faq-list__item~* {
    margin-top: 5.3333333333vw
  }

  .faq-list dd:before,
  .faq-list dt:before {
    top: 6.9333333333vw;
    left: 2.1333333333vw;
    border-width: 0.2666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw
  }

  .faq-list dt {
    padding: 6.6666666667vw 12.5333333333vw 6.6666666667vw 9.3333333333vw
  }

  .faq-list dt:before {
    font-size: 4.5333333333vw
  }

  .faq-list dd {
    padding: 6.6666666667vw 4vw 6.6666666667vw 9.3333333333vw
  }

  .faq-list dd:before {
    font-size: 3.2vw
  }

  .faq-list button {
    right: 4vw;
    border-width: 0.2666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw
  }

  .faq-list button:before {
    width: 2.9333333333vw;
    height: 0.5333333333vw
  }

  .faq-list button:after {
    width: 0.5333333333vw;
    height: 2.9333333333vw
  }
}

@media (min-width:737px) {
  .faq__txt {
    margin: 15px auto 0;
    width: 986px;
    font-size: 14px;
    line-height: 1.5
  }
}

@media (max-width:736px) {
  .faq__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.5
  }
}

.faq-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: solid #2BB415;
  background: #fff url("../images/ico_shop_01.svg") no-repeat
}

.faq-shop__txt {
  font-weight: 700
}

.faq-shop__txt em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 239, 105, 0)), color-stop(70%, #ffef69), to(#ffef69));
  background: linear-gradient(180deg, rgba(255, 239, 105, 0) 70%, #ffef69 70%, #ffef69 100%)
}

.faq-shop__btn {
  position: absolute;
  top: 100%;
  left: 50%
}

.faq-shop__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 50vw;
  background: #2BB415;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.faq-shop__btn a i {
  position: absolute;
  top: 50%;
  border-radius: 50vw;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""
}

.faq-shop__btn a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #2BB415;
  content: "";
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
  transform: translate(-60%, -50%) rotate(-45deg)
}

@media (min-width:737px) {
  .faq-shop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px auto 43px;
    padding-left: 142px;
    border-width: 4px;
    border-radius: 10px;
    width: 724px;
    height: 171px;
    background-position: 53px center;
    background-size: 89px
  }

  .faq-shop__txt {
    font-size: 24px;
    line-height: 2
  }

  .faq-shop__btn a {
    width: 260px;
    height: 56px;
    font-size: 18px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s
  }

  .faq-shop__btn a i {
    right: 20px;
    width: 25px;
    height: 25px
  }

  .faq-shop__btn a i:after {
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px
  }

  .faq-shop__btn a:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
  }
}

@media (max-width:736px) {
  .faq-shop {
    margin: 16vw auto 11.4666666667vw;
    padding-top: 4vw;
    border-width: 0.8vw;
    border-radius: 1.3333333333vw;
    width: 84vw;
    height: 62.4vw;
    background-position: center 29.3333333333vw;
    background-size: 23.7333333333vw
  }

  .faq-shop__txt {
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.5
  }

  .faq-shop__btn a {
    width: 70.6666666667vw;
    height: 12.5333333333vw;
    font-size: 4.2666666667vw
  }

  .faq-shop__btn a i {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }

  .faq-shop__btn a i:after {
    border-width: 0 0.3413333333vw 0.3413333333vw 0;
    width: 1.8666666667vw;
    height: 1.8666666667vw
  }
}

.faq__note {
  margin: 0 auto
}

.faq__note li {
  padding-left: 1em;
  text-indent: -1em
}

.faq__note li~li {
  margin-top: 0.4em
}

@media (min-width:737px) {
  .faq__note {
    padding-bottom: 35px;
    width: 986px;
    font-size: 12px;
    line-height: 1.5;
	margin: 30px auto 0;
  }
}

@media (max-width:736px) {
  .faq__note {
    padding-bottom: 8.466667vw;
    width: 84vw;
    font-size: 3.2vw;
    line-height: 1.5;
	  margin: 6.666667vw auto 0;
  }
}

.footer {
  border-top: solid #A4CF41;
  color: #333
}

@media (min-width:737px) {
  .footer {
    padding: 20px 0 30px;
    border-top-width: 5px;
    font-size: 13px
  }
}

@media (max-width:736px) {
  .footer {
    padding: 4vw 0 6.6666666667vw;
    border-top-width: 1.3333333333vw;
    font-size: 2.9333333333vw
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em
}

.footer-nav li {
  padding-right: 0.6em;
  border-right: 1px solid #000
}

.footer-nav li:last-child {
  border-right: none
}

.footer-nav a[target=_blank]:after {
  display: inline-block;
  margin-left: 0.3em;
  width: 1em;
  height: 1em;
  background: url("../images/ico_blank_01.svg") no-repeat center center;
  background-size: contain;
  content: ""
}

@media (min-width:737px) {
  .footer-nav {
    margin-bottom: 20px
  }

  .footer-nav a:hover {
    text-decoration: underline
  }
}

@media (max-width:736px) {
  .footer-nav {
    margin-bottom: 4vw
  }
}

.footer__copyright {
  text-align: center
}


/*browser -------------------------------------------------*/
@media screen and (min-width:641px) {
	.sp { display:none!important; }
	.pc { display:block!important; }
}

@media screen and (max-width:640px) {
	.sp { display:block!important; }
	.pc { display:none!important; }
}

/*CVボタンのふきだし  -------------------------------------------------*/
.cv_balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 0.8% 2%;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	background: #FFF;
	border: solid 2px #000;
	box-sizing: border-box;
	font-size: 14px!important;
	border-radius: 99em;
	font-weight: 700;
	line-height: 1.8em;
}
.cv_balloon:before {
	    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
}
.cv_balloon:after {
	content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-top: 10px solid #000;
    z-index: 1;
}
.cv_balloon p.txt {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.cv_balloon p.txt a{
	color: #f13030;
	font-weight: 700;
}
@media only screen and (max-width: 736px){
	.cv_balloon {
		padding: 2% 5%;
		font-size: 12px!important;
		border-radius: 10px;
	}
	.cv_balloon p.txt {
		font-size: 1.4rem;
		line-height: 1.5em;
	}
}

/*margin padding  -------------------------------------------------*/
.m_auto{margin: 0 auto;}

.ta-c{text-align: center;}


/*みんなのアオハル  -------------------------------------------------*/
.campaign__area .cp_info{
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}
.campaign__area .cp_info:last-child{
	margin-bottom: 0;
}
.campaign__area .cp_info .scroll-cp{
	margin-top: 10px!important;
}
.campaign__area .cp_info.black{
	background-color: #000;
	padding: 3%;
}
.campaign__area .cp_info .tokuten_ttl{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.campaign__area .cp_info .tokuten_txt{
	color: #6a6a6a;
	margin: 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
}
.campaign__area .cp_info .tokuten02{
	display: flex;
}
.campaign__area .cp_info .tokuten02 p{
	width: 50%;
}

.campaign__area .cp_info .tokuten_txt small{
	font-size: 60%;
}
.campaign__area .cp_info .tokuten_txt .pink{
	color: #e6074a;
}
.campaign__area .cp_info .cp_info_in{
	background-color: #EFF1F4;
	border-radius: 10px;
	padding: 3%;
	width: 80%;
	margin: 0 auto 5%;
}
.campaign__area .cp_info .cp_info_in.cb5000{
	width: 834px;
	margin: 0 auto;
}
.campaign__area .cp_ttl img{
	text-align: center;
	margin: 0 auto;
}
.campaign__area .cp_attention{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 4% 0;
	text-align: left;
	font-size: 12px;
	width: 700px;
	margin: 40px auto 0;
}
.campaign__area .cp_attention .indent{
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 736px){
	.campaign__area .cp_attention{
		width: 100%;
		margin: 5% auto;
	}
}
.campaign__area .cp_info .cp_link{
	font-size: 150%;
}
.campaign__area .cp_info .cp_link a {
	position: relative;
	color: #0073BC;
}
.campaign__area .cp_info .cp_link a::after {
	content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #0073BC;
    border-right: solid 2px #0073BC;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -4px;
    top: 50%;
    left: 130px;
}
@media only screen and (max-width: 736px){
	.campaign__area .cp_info{
		width: 100%;
		margin-top: 0;
	}
	.campaign__area .cp_info .tokuten_ttl{
        width: 80%;
	}
	.campaign__area .cp_info .tokuten_txt{
		color: #6a6a6a;
        margin: 10px 0;
        font-size: 160%;
        font-weight: 700;
        line-height: 1.3em;
	}
	.campaign__area .cp_info .tokuten02{
		display: block;
	}
	.campaign__area .cp_info .tokuten02 p{
		display: block;
		margin-bottom: 2em;
		padding-bottom: 2em;
		border-bottom: 3px dotted #ef82a3;
		width: 100%;
	}
	.campaign__area .cp_info .tokuten02 p:last-child{
		border-bottom: none;
		margin-bottom: 0;
	}
	.campaign__area .cp_ttl{
		width: 100%;
		margin: 0 auto;
	}
	.campaign__area .cp_info .cp_info_in{
		padding: 5% 3%;
		margin-bottom: 6%;
		width: 100%;
	}
	.campaign__area .cp_attention{
		font-size: 14px;
	}
	.campaign__area .cp_info .cp_info_in.cb5000{
		width: 95%;
	}
}
.cord_box{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
.cord_box .cord_box_in{
	background-color: #fff;
	border-radius: 30px;
	border: 3px solid #000;
	padding: 5% 0;
	width: 700px;
	margin: 0 auto;
}
.cord_box .cord-txt{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #6a6a6a;
}
.cord_box .cord-txt .pink{
	color: #e60448;
}
.cord_box .cord{
	/*background-color: #fff;*/
	border-radius: 99em;
/*	padding: 3% 2%;*/
/*	width: 60%;*/
    margin: 0 auto;
    vertical-align: middle;
    font-size: 250%;
    font-weight: 700;
}
.campaign__area .cp_info .info_txt{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.3em;
	font-weight: 700;
	color: #e50046;
}

@media only screen and (max-width: 736px){
	.cord_box{
		padding-top: 0;
	}
	.cord_box .cord_box_in{
		width: 100%;
		border-radius: 15px;
	}
	.cord_box .cord-txt{
		font-size: 160%;
		margin-bottom: 2%;
		line-height: 1.4em;
	}
	.cord_box .cord{
/*		width: 85%;*/
		font-size: 120%;
/*		padding: 4% 0;*/
/*		border: 1px solid #221914;*/
	}
/*	.campaign__area .cp_info .cp_info_in .cord p{
		font-size: 150%;
	}*/
	.campaign__area .cp_info .info_txt{
		font-size: 13px;
		margin-bottom: 10px;
	}
}

/*5000円キャッシュバック  -------------------------------------------------*/
/*注意事項_スクロールバー(キャンペーン用)*/
.scroll-cp{
	overflow-y: scroll;
	height: 150px;
	width: 834px;
	margin: auto;
	padding: 0 2%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.scroll-cp::-webkit-scrollbar {
	width: 7px;
	background-color: #ededed;
	border-radius: 99em;
}
.scroll-cp::-webkit-scrollbar-thumb {
	background-color: #6A6A6A;
	border-radius: 99em;
}
hr.border-caption{
	width: 834px;
	border-top: 1px solid #ededed!important;
}
@media only screen and (max-width: 736px){
	.scroll-cp{
		width: 90%;
		height: 200px;
	}
	hr.border-caption{
		width: 95%;
	}
}
.scroll-cp.cb5000{
	color: #fff;
    margin: 0 auto;
    width: 98%;
	height: 100px;
}
.scroll-cp_cb5000 {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 1%;
	width: 834px;
	margin: 20px auto;
}
@media only screen and (max-width: 736px){
	.scroll-cp_cb5000 {
		padding: 3%;
		width: 95%;
		margin: 3% auto;
	}
}

/***追従するトップへ戻るボタン***/
html {
    scroll-behavior: smooth!important;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 120px;
    background: rgba(131, 131, 131, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 736px){
	.pagetop {
		bottom: 28vw;
	}
}

/*margin padding -------------------------------------------------*/
/*フォント*/
.color_red{color: #c00 !important;}
.color_pink{color: #eb6168 !important;}

.fontb{font-weight: 700;}
.fonts{font-size: 80%!important;}

/*margin*/
.mb0{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mb70{margin-bottom:70px !important;}

.mt0{margin-top:0!important;}
.mt05{margin-top:5px!important;}
@media screen and (max-width:640px) {
	.mb0_sp{margin-bottom:0 !important;}
	.mb10_sp{margin-bottom:10px !important;}
	.mb20_sp{margin-bottom:20px !important;}
	.mb30_sp{margin-bottom:30px !important;}
	
	.mt0_sp{margin-top:0!important;}
}

.m_auto{margin: 0 auto;}

/*文字寄せ*/
.ta-r{text-align: right;}
.txt_red{color: #f14c4c;}


/*クーポンコード 「コピーしました！」*/
.cord_box .cord{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:640px) {
	.cord_box .cord{
		display: block;
	}
}
.copycode {
	position: relative;    /* バルーンを表示するための基準値とする */
	display: inline-block; /* インラインブロック要素にする */
}
.copycode span {
	opacity: 0;            /* 最初は透明にして見えなくする */
	position: absolute;    /* 表示を相対位置にする */
	color: #fff;           /* 文字色を白に指定 */
	background: #ff737380;  /* 背景色を半透明の黒にする */
	padding: 5px 15px;             /* 適度な余白を指定 */
	top: 6em;
    left: 50%;
	transform: translate(-50%, -50%);  /* 右側に出したかったので、バルーンの大きさ分右にずらす */
	font-size: 60%;
	border-radius: 20px;
}
.copycode input{
	border: none;
	width: 95%;
	text-align: center;
	padding: 2%;
    border-radius: 10px;
	color: #e6074a;
	margin-bottom: 10px;
}
.copycode input:focus + span {
	animation: fade-out 2s ease-in; /* inputが選択状態になったときにだけアニメーションを1回実行する */
	color: inherit;
}
.copycode + .copycode_btn{
	background-color: #5e5e5e;
    color: #fff;
    padding: 2% 5%;
    border-radius: 99em;
    font-size: 50%;
	display: inline-block;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.copycode span {
		top: 1em;
		font-size: 100%;
	}
	.copycode input{
		font-size: 130%;
	}
	.copycode + .copycode_btn{
		font-size: 90%;
	}
}
@keyframes fade-out {
  0% {visibility: visible; opacity: 1;}  /* 最初は表示して、 */
  100% {visibility: hidden; opacity: 0;} /* フェードアウトする */
}

/*「端末一覧」のアコーディオン*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


/*波線*/
.wave{
	height: auto;
	display: grid;
}
.wave_top{
	height: auto;
    position: absolute;
    bottom: -2px;
    width: 100%;
    overflow: hidden;
}
.wave_bottom{
	height: auto;
    position: absolute;
    top: -2px;
    width: 100%;
    overflow: hidden;
	z-index: 20;
}


/*8-10cp 4.20GB割引キャンペーン---------------------*/
/*「使い方に合わせてえらべる」2プラン*/
.campaign .txtimg{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width:640px) {
	.campaign .txtimg{
		padding-top: 5%;
	}
	.campaign .txtimg img{
		width: 70%;
		max-width: 317px;
	}
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	width: 700px;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.tabs {
		width: 100%;
	}
}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/3);
	height: auto;
	border-radius: 30px 30px 0 0;
	text-align: center;
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 3%;
	background-color: #939393;
	border-bottom: 0;
}
.tab_item:hover {
	opacity: 0.75;
}
.tab_item .tab_txt{
	font-size: 15px;
	font-family: "A P-OTF A1ゴシック StdN","Noto Sans JP", sans-serif;
	text-box: trim-both cap alphabetic;
	margin-bottom: 15px;
}
.tab_item .tab_gb{
	font-size: 55px;
	font-family: "A P-OTF A1ゴシック StdN","Noto Sans JP", sans-serif;
	text-box: trim-both cap alphabetic;
}
.tab_item .tab_gb span{
	font-size: 80%;
}
@media screen and (max-width:640px) {
	.tab_item {
		padding: 3% 1% 3%;
		border-radius: 20px 20px 0 0;
	}
	.tab_item .tab_txt{
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 5%;
	}
	.tab_item .tab_gb{
		font-size: 35px;
		font-weight: 700;
	}
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	margin-bottom: 50px;
}
@media screen and (max-width:640px) {
	.tab_content {
		padding: 3% 0 4%;
		text-align: center;
		margin: 0;
	}
}
.tab_content .service_ttl{
	margin: 0 0 10px;
}
@media screen and (max-width:640px) {
	.tab_content .service_ttl img{
		width: 95%;
		margin: 0 0 5%;
	}
}
.tab_content .service_d-flex {
	width: 70%;
	margin: 0 auto;
}
.tab_content .service_d-flex .service_content{
	background-color: #65bd23;
	border-radius: 20px;
	color: #fff;
	padding: 6%;
	position: relative;
	margin-bottom: 30px;
}
.tab_content .service_d-flex .service_content:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:640px) {
	.tab_content .service_d-flex{
		display:block;
		width: 90%;
	}
	.tab_content .service_d-flex h3 img{
		width: 90%;
	}
	.tab_content .service_d-flex .service_content{
		margin-bottom: 9%;
		padding: 6% 8%;
	}
}
.tab_content .service_d-flex .service_content .pointaicon{
	position: absolute;
	top: -20px;
    left: -10px;
}
@media screen and (max-width:640px) {
	.tab_content .service_d-flex .service_content .pointaicon img{
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.tab_content .service_d-flex .service_content .pointaicon img{
		width: 90%;
	}
}
.tab_content .service_d-flex .service_content h4{
	font-weight: 700;
	font-size: 28px;
	border-bottom: 2px solid #fff;
	padding-bottom: 4%;
	line-height: 1.2em;
}
.tab_content .service_d-flex .service_content .txt p{
	font-weight: 400;
	font-size: 80%;
	text-align: left;
    line-height: 1.4em;
	margin-bottom: 0;
}
@media screen and (max-width:640px) {
	.tab_content .service_d-flex .service_content h4{
		font-size: 250%;
	}
}

/*選択されているタブのコンテンツのみを表示*/
#gb6:checked ~ #gb6_content,
#gb10:checked ~ #gb10_content,
#gb30:checked ~ #gb30_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #ff4f01;
	border-bottom: 0;
	color: #fff;
}

.tab_content .price{
	width: 90%;
	margin: 0 auto 50px;
}
@media screen and (max-width:640px) {
	.tab_content .price{
		width: 80%;
		margin: 5% auto;
	}
	.tab_content .price img{
		max-width: 488px;
	}
}
.tab_content .worry{
	background-color: #f7f7f7;
	position: relative;
}
.tab_content .worry .worry_inner{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
@media screen and (max-width:640px) {
	.tab_content .worry .worry_inner{
		width: 90%;
		margin: 0 auto;
		padding: 6% 0px;
	}
}
/*矢印*/
.tab_content .worry .cp_arrow{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tab_content .worry .cp_arrow img{
	max-width: 56px;
}
@media screen and (max-width:640px) {
	.tab_content .worry .cp_arrow{
		bottom: -40px;
	}
}
/*ライン*/
.line{
	text-align: center;
	margin: 30px 0;
}
@media screen and (max-width:640px) {
	.line{
		margin: 8% 0;
	}
	.line img{
		width: 80%;
	}
}

/*適用条件*/
.campaign .conditions{
	background-color: #fff;
	border: 3px solid #f13030;
	border-radius: 15px;
	padding: 8% 5% 3%;
	position: relative;
	margin: 60px auto 0;
	width: 700px;
}
.campaign .conditions h3{
	position: absolute;
	top: 0;
	left:50%;
	transform: translate(-50%, -50%);
}
.campaign .conditions h3 img{
    min-width: 300px;
}
.campaign .conditions .txt{
	font-size: 150%;
}
@media screen and (max-width:640px) {
	.campaign .conditions{
		width: 100%;
		margin: 2% auto 0;
	}
}

/*キャンペーンごとのタイトル*/
.cp_2000cb_box{
	background-color: #fff;
	border-radius: 15px;
	border: 3px solid #000;
	padding: 30px 20px;
	width: 700px;
	margin: 0 auto;
}
.cp_2000cb_box .ttl{
	font-size: 20px;
}
.cp_2000cb_box img{
	width: 500px;
}
@media screen and (max-width:640px) {
	.cp_2000cb_box{
		width: 100%;
		padding: 5%;
	}
	.cp_2000cb_box .ttl{
		font-size: 13px;
		text-align: center;
	}
	.cp_2000cb_box img{
		width: 100%;;
	}
}

.cpttl_sub {
	position: relative;
	display: inline-block;

	margin: 0 0 1.5em;
	padding: 15px 30px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background: #000;
	border-radius: 99em;
}
.cpttl_sub:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #000;
}
.cpttl_sub p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:640px) {
	.cpttl_sub {
		padding: 2% 5%;
		font-size: 19px;
		margin: 1em 0 0.5em;
		transform: translate(-50%, -50%);
    	left: 50%;
	}
}


/*料金表*/
.table_data{
	margin: 30px 0 0;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}
.table_data thead th {
    color: #000;
	background-clip: padding-box;
	border-bottom: 1px solid #DEE1E5;
	font-size: 20px;
	font-weight: 700;
	padding: 3% 1%;
}
.table_data thead th small{
	font-size: 80%;
}
.table_data thead th:nth-of-type(2) {
	background-color: #a6ce39;
	color: #fff;
	line-height: 1.3em;
}
.table_data thead th:nth-of-type(3) {
	background-color: #007ac0;
	color: #fff;
	line-height: 1.3em;
}
.table_data thead th:nth-of-type(4) {
	background-color: #2e2e2e;
	color: #fff;
}

.table_data tbody th {
	background: #838383;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding: 3% 1%;
}
.table_data tbody td {
	padding: 3% 1%;
	font-size: 25px;
    font-weight: 700;
}
.table_data tbody td small{
	font-size: 60%;
}
.table_data tbody tr.cp th{
	background: #ed6e74;
}
.table_data tbody tr.cp td{
	color: #ed6e74;
	font-size: 35px;
}
.table_data tbody td .before_price{
	font-size: 50%;
	color: #000;
}
.table_data td:nth-of-type(1) {
	background-color: #f3ffe6;
}
.table_data td:nth-of-type(2) {
	background-color: #ecfffe;
}
.table_data td:nth-of-type(3) {
	background-color: #f7f7f7;
}

.table_data thead tr:first-child th:first-child{
	border-radius: 10px 0 0 0;
}
.table_data thead tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.table_data tbody tr.last th{
	border-radius: 0 0 0 10px;
}
.table_data tbody tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
}

.table_data tbody tr.others td{
	background-color: #fff;
}
.table_data tbody tr.others:last-child td,
.table_data tbody tr.last td{
	font-size: 20px;
	font-weight: 400;
}
.table_data tbody tr.others:last-child td +td,
.table_data tbody tr.last td +td{
	font-size: 20px;
	font-weight: 700;
}
.table_data tbody tr.others:last-child td{
	border-bottom: none;
}

@media screen and (max-width:640px) {
	.table_data{
		margin: 5% 0 0;
	}
	.table_data thead th {
		font-size: 12px;
		padding: 5% 1%;
	}
	.table_data tbody th {
		font-size: 14px;
		padding: 5% 1%;
	}
	.table_data tbody td {
		font-size: 17px;
		padding: 3% 1%;
	}
	.table_data tbody tr.cp td{
		font-size: 18px;
	}
	.table_data tbody tr.others:last-child td,
	.table_data tbody tr.last td{
		font-size: 10px;
		font-weight: 400;
	}
	.table_data tbody tr.others:last-child td +td,
	.table_data tbody tr.last td +td{
		font-size: 17px;
		font-weight: 700;
	}
}

/*QTモバイル特典---------------------*/
.privilege{
	background-color: #5cc5ee;
	padding-bottom: 20px;
	font-family: "ヒラギノUD角ゴF std","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-image: url(../images/privilege_bk_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.privilege__inner{
}
.privilege__area{
	width: 700px;
	background-color: #fff;
	border-radius: 20px;
	border: 4px solid #aacd06;
	margin: 0 auto;
	padding: 50px 60px;
	position: relative;
	font-size: 18px;
}
@media screen and (max-width:640px) {
	.privilege{
		padding: 5% 0;
		background-image:none;
	}
	.privilege__area{
		width: 90%;
		padding: 8% 5% 5%;
		border: 2px solid #aacd06;
	}
}
.privilege h1 img{
	text-align: center;
	margin: 0 auto 20px;
}
.privilege__area h2{
	background-color: #aacd06;
	border-radius: 99em;
	padding: 8px 30px;
	position: absolute;
	left: 50%;
  	transform: translate(-50%, -50%);
	top: 0;
	font-size: 25px;
	color: #fff;
}
@media screen and (max-width:640px) {
	.privilege__area h2{
		padding: 2% 5%;
		font-size: 120%;
		font-weight: 700;
		width: 70%;
		text-align: center;
		top: -0.8%;
	}
}
.privilege__area .txt{
	color: #565656;
	text-align: center;
/*	font-weight: 700;*/
	margin-bottom: 20px;
	line-height: 1.3em;
}
.privilege__area .img{
	max-width: 400px;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.privilege__area .txt{
		width: 95%;
		margin: 0 auto 15px;
	}
	.privilege__area .img{
		width: 90%;
		margin: 0 auto;
	}
}

/*クーポン部分*/
.privilege .coupon{
	background-color: #f5b9bf;
	border-radius: 20px;
	padding: 20px;
}
@media screen and (max-width:640px) {
	.privilege .coupon{
		padding: 4% 5%;
		border-radius: 10px;
	}
}
.privilege .coupon h3{
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.privilege .coupon .campaign_code_box{
	text-align: center;
}
.privilege .coupon .campaign_code_box .copycode{
	display: block;
	margin: 0 auto;
	border: none;
}

/*Web以外の方*/
.privilege .tell {
	position: relative;
	border: solid 1px #aacd06;
	border-radius: 20px;
	padding: 25px;
	color: #565656;
	line-height: 1.3em;
	font-size: 17px
}
.privilege .tell .tell__label {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translate(-50%, -50%);
	padding: 0 20px;
	background-color: #fff;
	border-radius: 99em;
	color: #aacd06;
	font-size: 20px;
	font-weight: 700;
}
.privilege .tell .under {
	background: -webkit-linear-gradient(transparent 50%, #a8eaff 50%);
	background: -o-linear-gradient(transparent 50%, #a8eaff 50%);
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	display: inline;
	margin: 0 5px;
	font-weight: 700;
}
@media screen and (max-width:640px) {
	.privilege .tell {
		padding: 5%;
		border-radius: 10px;
		font-size: 15px
	}
	.privilege .tell .tell__label {
		width: 80%;
    	text-align: center;
		font-size: 17px;
	}
}

/*注意事項*/
.privilege .privilege_attention{
	background-color: #fff;
	border-radius: 20px;
	width: 700px;
	padding: 40px;
	margin: 0 auto;
	color: #565656;
	font-size: 12px;
}
@media screen and (max-width:640px) {
	.privilege .privilege_attention{
		width: 90%;
		padding: 5%;
	}
}
.privilege .privilege_attention .simplebar-track.simplebar-vertical{
	background-color: #dfdfdf;
}


/*テキストリンク*/
.tell .txt_link{
	font-size: 110%;
}
.tell .txt_link a {
	position: relative;
	color: #0073BC;
}
.tell .txt_link a::after {
	content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #0073BC;
    border-right: solid 2px #0073BC;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -4px;
    top: 50%;
	right: -10px;
}
@media screen and (max-width:640px) {
	.tell .txt_link img{
	    width: revert-layer!important;
	}
}	
.tell .d-flex{
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width:640px) {
	.tell .d-flex{
		display: block;
	}
	.tell .d-flex p:first-child{
		margin-bottom: 5px;
	}
}









