@charset "UTF-8";
.main-contents {
  background: #fff;
  padding: 0;
  border-top: 1px solid #ddd;
  font-family: madf,"sans-serif";
  font-weight: 400;
  min-width: 1280px;
}
.main-contents a:hover {
  opacity: 0.7;
}

.billboard {
  background-image: radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px), radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px);
  background-position: 0 0, 11px 14px;
  background-size: 22px 28px;
  position: relative;
  padding: 1px 0 0 0;
}
.billboard.cp500 {
  background-color: #00A7C6;
}
.billboard.cp100 {
  background-color: #FCA15F;
}
.billboard .top-unit {
  background: #fff;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
}



.billboard .billboard-body {
  background: url("../../img/campaigns/all-users2-2102/blillboard_bg_bottom.png") no-repeat center bottom;
  background-size: 2580px auto;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 15px 0 57px 0;
}
.billboard .billboard-body::before {
  background: url("../../img/campaigns/all-users2-2102/billboard_side_l.png") no-repeat center center;
  background-size: 400px auto;
  content: "";
  height: 240px;
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.billboard .billboard-body::after {
  background: url("../../img/campaigns/all-users2-2102/billboard_side_r.png") no-repeat center center;
  background-size: 400px auto;
  content: "";
  height: 240px;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
.billboard .billboard-body .main-ttl {
  margin: auto;
  width: 980px;
}
.billboard .billboard-body .main-ttl img {
  display: block;
  width: 700px;
  margin: 0 auto;
}
.billboard .billboard-body .main-ttl .top-btn {
  margin-top: 11px;
}
.billboard .billboard-body .main-ttl .top-btn .other-btn {
  line-height: 1.0;
  text-align: center;
}
.billboard .billboard-body .main-ttl .top-btn .other-btn a {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 0 0 0 15px;
}
.billboard .billboard-body .main-ttl .top-btn .other-btn a::after {
  background: url("../../img/campaigns/all-users2-2102/arrow_right_yellow.png") no-repeat center center;
  content: "";
  height: 14px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.billboard .billboard-body .main-ttl .top-btn .other-btn a:hover {
  cursor: pointer;
}
.billboard .billboard-body .main-ttl .top-btn .other-btn small {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 700;
  display: block;
  margin-top: 12px;
}
.billboard .billboard-body .main-ttl .top-btn .entry-btn {
  margin: 12px auto 0;
  background: #fff;
  border-radius: 36px;
  width: 400px;
}
.billboard .billboard-body .main-ttl .top-btn .entry-btn a {
  background: #FFF960;
  border-radius: 36px;
  box-shadow: 0 4px 0 #2B2B2B;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #2B2B2B;
  height: 68px;
  margin: auto;
  text-align: center;
  line-height: 68px;
  width: 400px;
  position: relative;
}
.billboard .billboard-body .main-ttl .top-btn .entry-btn a::after {
  background: url("../../img/campaigns/all-users2-2102/arrow_right_black.png") no-repeat center center;
  background-size: contain;
  content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	right: 30px;
	top: 52%;
	transform: translateY(-48%);
}

.contents {
  background: #FAF3DB;
}
.contents .method {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 105px 0 0 0;
}
.contents .method h3 {
  background: url("../../img/campaigns/all-users2-2102/method_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}
.contents .method .top-sub {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.contents .method .top-sub span {
  color: #F84C00;
  font-weight: 900;
}
.contents .method .frame {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 95px;
  gap: 40px;
}
.contents .method .frame li {
  background: #fff;
  border-radius: 40px;
  flex-shrink: 0;
  width: 300px;
  position: relative;
  padding: 73px 10px 14px 10px;
  position: relative;
}
.contents .method .frame li::after {
  background: url("../../img/campaigns/all-users2-2102/method_flow_arrow.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 50px;
  width: 20px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.contents .method .frame li:last-of-type::after {
  display: none;
}
.contents .method .frame li .label {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  background: #00A7C6;
  border-radius: 50%;
  color: #fff;
  height: 84px;
  width: 84px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 0 #2B2B2B;
}
.contents .method .frame li .label span {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.contents .method .frame li .label span b {
  font-size: 4.4rem;
  font-weight: 700;
  display: block;
}
.contents .method .frame li .flow-body {
  padding: 0 15px;
}
.contents .method .frame li .flow-body h4 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.0;
  margin-bottom: 20px;
}
.contents .method .frame li .flow-body .step-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  min-height: 42px;
}
.contents .method .frame li .flow-body .picture {
  margin-bottom: 20px;
}
.contents .method .frame li .flow-body .picture img {
  display: block;
  margin: auto;
  width: 244px;
}
.contents .method .frame li .flow-body .step-sub {
  min-height: 57px;
}
.contents .method .frame li .flow-body .step-sub p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 13px;
}
.contents .method .frame li .flow-body .step-sub p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.contents .method .frame li .flow-body .step-sub p span {
  color: #F84C00;
  font-weight: 700;
}
.contents .method .frame li .method-btn {
  margin-top: 22px;
}
.contents .method .frame li .method-btn a {
  background: #F84C00;
  border-radius: 28px;
  box-shadow: 0 4px 0 #2B2B2B;
  color: #fff;
  display: block;
  font-size: 2.0rem;
  font-weight: 900;
  height: 56px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  position: relative;
  width: 280px;
}
.contents .method .frame li .method-btn a::after {
  background: url("../../img/campaigns/all-users2-2102/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#entry::after {
  background: url("../../img/campaigns/all-users2-2102/arrow_bottom_white.png") no-repeat center center;
  background-size: contain;
  content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	right: 19px;
	top: 55%;
  transform: translateY(-50%);
}

.contents .howto {
  background: #00A7C6;
  border-radius: 40px;
  width: 980px;
  margin: 160px auto 0;
  position: relative;
  padding: 90px 130px 75px;
  letter-spacing: 0.03em;
}
.contents .howto h3 {
  background: #fff;
  border: 5px solid #00A7C6;
  border-radius: 36px;
  color: #00A7C6;
  font-size: 3.2rem;
  font-weight: 900;
  height: 72px;
  width: 500px;
  text-align: center;
  line-height: 62px;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.contents .howto .sideimg {
  position: absolute;
  top: -131px;
  right: 45px;
  width: 202px;
}
.contents .howto .top-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}
.contents .howto .frame {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contents .howto .frame li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contents .howto .frame li dl dt {
  flex-shrink: 0;
  width: 120px;
  margin-right: 30px;
  position: relative;
}
.contents .howto .frame li dl dt .thumb-sub {
  color: #FFF960;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  padding: 0 12px;
  top: -60px;
  left: -35px;
  transform: rotate(-10deg);
}
.contents .howto .frame li dl dt .thumb-sub::before {
  background: #fff;
  content: "";
  width: 6px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: -3px;
  transform: rotate(15deg);
}
.contents .howto .frame li dl dt .thumb-sub::after {
  background: #fff;
  content: "";
  width: 6px;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: rotate(-15deg);
}
.contents .howto .frame li dl dt .thumb {
  background: #EBEBEB;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.contents .howto .frame li dl dt .thumb img {
  width: 100%;
}
.contents .howto .frame li dl dd {
  flex: 1;
}
.contents .howto .frame li dl dd h4 {
  color: #FFF960;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.0;
  margin-bottom: 18px;
}
.contents .howto .frame li dl dd .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: normal;
}
.contents .howto .frame li dl dd .text span {
  font-weight: 700;
}
.contents .reward {
  background-color: #F84C00;
  background-image: radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px), radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px);
  background-position: 0 0, 11px 14px;
  background-size: 22px 28px;
  margin-top: 155px;
}
.contents .reward .reward-bg {
  background: url("../../img/campaigns/all-users2-2102/reward_bg.png") no-repeat center bottom;
  background-size: 2580px auto;
}
.contents .reward .reward-body {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 100px 100px 194px;
}
.contents .reward .reward-body h3 {
  background: url("../../img/campaigns/all-users2-2102/reward_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}
.contents .reward .reward-body .ttl-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
}
.contents .reward .reward-body .gift {
  background: #EBEBEB;
  border-radius: 30px;
  margin: 42px auto 0;
  width: 650px;
  padding: 10px;
  position: relative;
  box-shadow: 0 6px 0 #2B2B2B;
}
.contents .reward .reward-body .gift .ribbon {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}
.contents .reward .reward-body .gift .ribbon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}
.contents .reward .reward-body .gift .star {
  position: absolute;
  right: 44px;
  top: -46px;
  width: 111px;
}
.contents .reward .reward-body .gift .gift-body {
  background: #fff;
  border-radius: 25px;
  padding: 30px 60px 15px;
}
.contents .reward .reward-body .gift .gift-body .gift-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contents .reward .reward-body .gift .gift-body .gift-price .gift-ttl {
  font-size: 2.2rem;
	font-weight: 900;
  text-align: justify;
  margin: 0 0 10px;
  line-height: 32px;
	padding-right: 16px;
}
.contents .reward .reward-body .gift .gift-body .gift-price .gift-ttl span{
  font-size: 3.2rem;
	font-weight: 900;
  text-align: justify;
  margin: 0 0 10px;
  line-height: 32px;
}
.contents .reward .reward-body .gift .gift-body .gift-price .price {
  color: #F84C00;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.0;
}
.contents .reward .reward-body .gift .gift-body .gift-price .price b {
  font-size: 10.0rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .subtext {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  counter-reset: number_gift 0;
  margin-top: 15px;
}
.contents .reward .reward-body .gift .gift-body .subtext p {
  font-size: 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.contents .reward .reward-body .gift .gift-body .subtext p::before {
  counter-increment: number_gift 1;
  content: counter(number_gift) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .reward .reward-body .gift .gift-body .subtext p a {
  color: #00A7C6;
  font-weight: 700;
  text-decoration: underline;
}
.contents .app {
  background: #00A7C6;
  border: 8px solid #00A7C6;
  box-shadow: 0 6px 0 #2B2B2B;
  border-radius: 40px;
  width: 980px;
  margin: 138px auto 0;
  position: relative;
}
.contents .app .image {
  width: 300px;
  position: absolute;
  top: -66px;
  left: 38px;
}
.contents .app .app-header {
  padding: 58px 72px 66px 366px;
}
.contents .app .app-header h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
}
.contents .app .app-header .discription {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0;
  margin-top: 20px;
}
.contents .app .app-header .app-btn {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contents .app .app-header .app-btn .store {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contents .app .app-header .app-btn .store a {
  display: block;
}
.contents .app .app-header .app-btn .store a img {
  zoom: 0.5;
}
.contents .app .app-header .app-btn .official a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 12px;
}
.contents .app .app-header .app-btn .official a::before {
  background: url("../../img/campaigns/all-users2-2102/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 12px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contents .app .app-body {
  background: #fff;
  border-radius: 0 0 32px 32px;
  padding: 55px 72px 60px;
}
.contents .app .app-body h3 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 30px;
}
.contents .app .app-body .discription {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.0;
}
.contents .app .app-body ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 38px;
}
.contents .app .app-body ul li {
  flex-shrink: 0;
  width: 190px;
  background: #F4F4F4;
}
.contents .app .app-body ul li dl dt {
  background: #00A7C6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
.contents .app .app-body ul li dl dd {
  padding: 23px 18px;
}
.contents .app .app-body ul li dl dd img {
  display: block;
  margin: auto;
  width: 154px;
}
.contents .app .app-body ul li dl dd .text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}
.contents .app .app-body ul li dl dd .text span {
  font-weight: 700;
}

.infomation {
  padding: 120px 0 0;
}
.infomation .overview {
  margin: auto;
  width: 980px;
}
.infomation .overview h3 {
  background: #00A7C6;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.infomation .overview h3:hover {
	cursor: pointer;
	opacity: 0.8;
}
.infomation .overview .overview-body {
  padding: 45px 80px 80px;
}
.infomation .overview .overview-body .overview-section {
  margin-bottom: 21px;
}
.infomation .overview .overview-body .overview-section:last-of-type {
  margin-bottom: 0;
}
.infomation .overview .overview-body .overview-section h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 10px;
}
.infomation .overview .overview-body .overview-section h4 span {
  color: #00A7C6;
  font-weight: 700;
  margin-right: 3px;
}
.infomation .overview .overview-body .overview-section .text {
  padding: 0 0 0 15px;
  counter-reset: number 0;
}
.infomation .overview .overview-body .overview-section .text p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.infomation .overview .overview-body .overview-section .text p span {
  color: #F84C00;
  font-weight: 700;
}
.infomation .overview .overview-body .overview-section .text p a {
  color: #00A7C6;
  text-decoration: underline;
  font-weight: 700;
}
.infomation .overview .overview-body .overview-section .text p.discription {
  margin-bottom: 10px;
}
.infomation .overview .overview-body .overview-section .text p.num {
  position: relative;
  padding: 0 0 0 16px;
}
.infomation .overview .overview-body .overview-section .text p.num::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.infomation .overview .overview-body .overview-section .text p.asterisk {
  position: relative;
  padding: 0 0 0 16px;
}
.infomation .overview .overview-body .overview-section .text p.asterisk::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※ ";
}

.infomation .overview .icon {
  position: absolute;
	top: 13px;
	margin-left: 19px;
}
.infomation .overview .icon.has-bg {
  width: 16px;
  height: 16px;
}
.infomation .overview .icon.has-bg::before, .icon.has-bg::after {
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.infomation .overview .icon.has-bg::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.infomation .overview .icon::before, .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #0F5991;
  transition: all 0.3s ease;
}
.infomation .overview .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.infomation .overview .accordion-header.is-open .icon::after {
  transform: translateY(-50%) rotate(0);
}
.infomation .overview .accordion-header.is-open .icon.has-bg::after {
  transform: translate(-50%, -50%) rotate(0);
}

.infomation .terms {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 105px 0 0 0;
}

.infomation .terms h3::before {
	background: url(../../img/campaigns/all-users2-2102/billboard_side_l.png) no-repeat center center;
	background-size: 260px auto;
	content: "";
	height: 159px;
	width: 260px;
	position: absolute;
	top: 30px;
	left: -238px;
}

.infomation .terms h3::after {
	background: url(../../img/campaigns/all-users2-2102/billboard_side_r.png) no-repeat center center;
	background-size: 260px auto;
	content: "";
	height: 159px;
	width: 260px;
	top: 30px;
	right: -238px;
	position: absolute;
}

.infomation .terms h3 {
  background: url("../../img/campaigns/all-users2-2102/method_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}

.infomation .terms {
  background: #fff;
  border: 8px solid #00A7C6;
  border-radius: 40px;
  width: 980px;
	margin: 92px auto 0px;
	padding: 92px 50px 42px;
  text-align: center;
}
.infomation .terms .check {
  display: inline-block;
}
.infomation .terms .text .text-body {
  position: relative;
}
.infomation .terms .text .text-body h2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}
.infomation .terms .send-btn {
  margin-top: 11px;
}
.infomation .terms .send-btn .text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}
.infomation .terms .send-btn .text span {
  color: #F84C00;
  font-weight: 700;
}
.infomation .terms .send-btn .send {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 37px auto 0;
  gap: 0 40px;
}
.infomation .terms .send-btn .send button {
  border-radius: 28px;
  display: block;
  width: 280px;
  height: 56px;
  box-shadow: 0 4px 0 #2B2B2B;
  position: relative;
  line-height: 1.0;
  font-size: 2.0rem;
  font-weight: 900;
  font-family: madf, "sans-serif";
  color: #fff;
  text-align: center;
}
.infomation .terms .send-btn .send button::after {
  background: url("../../img/campaigns/all-users2-2102/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.infomation .terms .send-btn .send button:hover {
	opacity: 0.7;
}
.infomation .terms .send-btn .send button.login {
  background: #66C541;
}
.infomation .terms .send-btn .send button.regist {
  background: #F84C00;
}
.infomation .terms .send-btn .send button span {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.infomation .faq {
  background: #00A7C6;
  margin-top: 120px;
  padding: 86px 0 120px;
}
.infomation .faq .faq-body {
  margin: auto;
  width: 980px;
}
.infomation .faq .faq-body h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.0;
  margin-bottom: 45px;
  text-align: center;
}
.infomation .faq .faq-body .accordion-body {
  margin: auto;
  width: 820px;
}
.infomation .faq .faq-body .accordion-body .faqbox {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}
.infomation .faq .faq-body .accordion-body .faqbox .icon {
  position: absolute;
  top: 30px;
  right: 18px;
}
.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg {
  width: 16px;
  height: 16px;
}
.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::before, .infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::after {
  width: 16px;
  background-color: #282828;
  transform: translate(-50%, -50%);
  left: 50%;
}
.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.infomation .faq .faq-body .accordion-body .faqbox .icon::before, .infomation .faq .faq-body .accordion-body .faqbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #0F5991;
  transition: all 0.3s ease;
}
.infomation .faq .faq-body .accordion-body .faqbox .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.infomation .faq .faq-body .accordion-body .faqbox .accordion-header.is-open .icon::after {
  transform: translateY(-50%) rotate(0);
}
.infomation .faq .faq-body .accordion-body .faqbox .accordion-header.is-open .icon.has-bg::after {
  transform: translate(-50%, -50%) rotate(0);
}
.infomation .faq .faq-body .accordion-body .faqbox:last-of-type {
  margin-bottom: 0;
}
.infomation .faq .faq-body .accordion-body .faqbox .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 56px;
  padding: 10px 73px;
  position: relative;
}
.infomation .faq .faq-body .accordion-body .faqbox .ttl::before {
  background: #00A7C6;
  border-radius: 50%;
  content: "Q";
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.infomation .faq .faq-body .accordion-body .faqbox .ttl:hover {
  cursor: pointer;
  opacity: 0.8;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer {
  font-size: 1.4rem;
  padding: 7px 73px 20px;
  position: relative;
  line-height: 1.6;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer::before {
  background: #F84C00;
  border-radius: 50%;
  content: "A";
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 36px;
  position: absolute;
  left: 20px;
  top: 0;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer ul li {
  position: relative;
  padding: 0 0 0 13px;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer ul li::before {
  background: #282828;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 8px;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer span {
  color: #F84C00;
  font-weight: 700;
}
.infomation .faq .faq-body .accordion-body .faqbox .answer a {
  color: #00A7C6;
  font-weight: 700;
  text-decoration: underline;
}

.lpcontact {
  padding: 70px 0 68px;
  width: 980px;
  margin: auto;
}

.lpcontact .section-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lpcontact .contact-box {
  border-right: 2px solid #eee;
  width: 645px;
}

.lpcontact .lpcontact-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 28px;
  text-align: center;
}

.lpcontact .contact-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 6px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}

.lpcontact .sns-box {
  width: calc(100% - 645px);
}

.lpcontact .follow-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}

.lpcontact .sns-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lpcontact .sns-list li {
  margin: 0 30px 0 0;
  width: 58px;
}

.lpcontact .sns-list li:last-of-type {
  margin-right: 0;
}

.lp-num {
  color: #a6a6a6;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 70px;
  line-height: 1.0;
}
