@charset "utf-8";

/*---------------------------------------------
reset
---------------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
th {
 text-align: left;
}
ol,
ul {
 list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
li {
 list-style: none;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: bottom;
}
li {
  list-style: none;
}
img {
 border: none;
 background: transparent;
}
:root {
	--main-color: #098240;
	--sub-color: #18873b;
	--base-color: #edfaf1;
	--white-color: #fff;
	--gray-color: #ccc;
	--black-color: #222;
	--accent-color: #D92121;
	--light-gray-color: #f7f7f7;
	--bg-color: #f7faf8;
	--bg-accent-color: #faf2f2;
	--bg-attention-color: #fae3e3;
	--bg-beige-color: #faf6f0;
	--bg-green-color: #e6ffee;
	--bg-green-color02: #0a8742;
	--bg-deep-green-color: #4b7572;
}
/*---------------------------------------------
generic  class
---------------------------------------------*/
.txtB { font-weight: bold!important; }.txtN { font-weight: normal!important; }
.layoutC { text-align: center!important; }.layoutL { text-align: left!important; }.layoutR { text-align: right!important; }
.ov{overflow: hidden!important;}.fl{float: left!important;}.fr{float: right!important;}

.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*---------------------------------------------
contents
---------------------------------------------*/
#contents {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  line-height: 1.5;
}
#wrap.no-scroll {
  overflow: hidden;
  height: 100%;
}
#contents a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

#contents a:hover,
#contents a:active {
  text-decoration: none;
}
#contents *,#contents *:after,#contents *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#contents img { max-width: 100%; }

.inner-wrap {
  padding: 0 16px;
}
.txt-link {
  color: #fff;
  text-decoration: underline;
}
.main-visual {
  padding: 18px 0 68px;
  padding-top: 0;
  color: #fff;
  background-color: #05a555;
  background: #2cbc74 url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain;
  background: url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain ,-moz-linear-gradient(-20deg, #2cbc74 0%, #05a555 100%);
  background: url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain ,-webkit-linear-gradient(-20deg, #2cbc74 0%, #05a555 100%);
  background: url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain ,linear-gradient(110deg, #2cbc74 0%, #05a555 100%);
}
.main-visual .notes-list {
  margin-top: 4px;
}
.main-visual .notes-list li {
  font-size: 0.625rem;
}
.main-visual .notes-list li + li {
  margin-top: 0;
}
.main-visual .notes-list li .item {
  margin-right: 2px;
}
.main-visual .btn-wrap {
  margin-top: 20px;
}
.main-visual .btn.orange {
  max-width: none;
  border: 2px solid #fff;
  font-size: 1.0625rem;
  min-height: 64px;
  border-radius: 32px;
}
.main-visual .btn .sub {
  font-size: 0.812rem;
  display: inline-block;
  padding: 0 12px;
  position: relative;
  font-weight: normal;
  margin-bottom: 6px;
}
.main-visual .btn .sub::after,
.main-visual .btn .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  width: 8px;
  height: 11px;
  background: url(/kojin/loan/card/assets/images/item_btn_sub.svg) no-repeat left top / cover;
}
.main-visual .btn .sub::before {
  left: 0;
}
.main-visual .btn .sub::after {
  right: 0;
  transform: scale(-1, 1);
}


.mv-bnr {
  margin-top: 24px;
}
.mv-bnr a {
  display: block;
  transition-duration: .3s;
}
.mv-flx-box {
  margin-top: 24px;
}
.mv-flx-box .col + .col {
  margin-top: 6px;
}
.check-icon-box {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  padding-left: 32px;
  position: relative;
}
.check-icon-box span {
  display: block;
  flex: 1;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 6px;
  font-feature-settings: "palt";
}
.check-icon-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  min-height: 32px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #ffd500 url(/kojin/loan/card/assets/images/icn_check.png) no-repeat center / 16px 14.5px;
}

.mv-anchor-link-wrap {
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
}
.mv-anchor-link {
  width: 262px;
}
.mv-anchor-link + .mv-anchor-link {
  margin-top: 8px;
}
.date {
  margin-top: 10px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.check-section {
  padding: 16px 0 40px;
}
.check-ttl-wrap {
  margin-bottom: 24px;
  font-feature-settings: "palt";
  text-align: center;
}
.check-ttl-wrap .sub {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 0.812rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding: 0 15px;
}
.check-ttl-wrap .sub::after ,
.check-ttl-wrap .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  width: 10px;
  height: 14px;
  background: url(/kojin/loan/card/assets/images/item_check_ttl.svg) no-repeat left top / cover;
}
.check-ttl-wrap .sub::before {
  left: 0;
}
.check-ttl-wrap .sub::after {
  right: 0;
  transform: scale(-1,1);
}
.check-ttl-wrap .check-ttl img {
  zoom: .5;
}
.check-box {
  padding: 24px 20px;
  background: rgb(157, 199, 20);
  background: -moz-linear-gradient(left, rgba(157, 199, 20, .4) 0%, rgba(8, 195, 102, .4) 100%);
  background: -webkit-linear-gradient(left, rgba(157, 199, 20, .4) 0%, rgba(8, 195, 102, .4) 100%);
  background: linear-gradient(to right, rgba(157, 199, 20, .4) 0%, rgba(8, 195, 102, .4) 100%);
  border-radius: 10px;
}
.check-dl-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 4px;
  border-bottom: 1px solid #fff;
}
.check-dl-wrap + .check-dl-wrap {
  padding-top: 15px;
  border-bottom: 1px solid #fff;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.check-dl-wrap dt {
  display: block;
  width: 100px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.check-dl-wrap dd {
  display: flex;
  align-items: flex-end;
  flex: 1;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
.check-dl-wrap dd input {
  display: block;
  width: calc(100% - 38px);
  height: 32px;
  margin-right: 5px;
  padding: 10px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.check-dl-wrap dd input::placeholder {
  color: #b8b8b8;
}
.check-box .btn-wrap {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.btn-wrap.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-wrap.center .col {
  width: 100%;
}
.btn-wrap .btn ,
.btn-wrap input[type="button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 295px;
  width: 100%;
  min-height: 56px;
  padding: 8px 20px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  border-radius: 56px;
  background: #09a758 url(/kojin/loan/card/assets/images/icn_btn_arr.svg) no-repeat right 16px center / 9px 15px;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, .52);
}
.btn-wrap .btn.blank {
  background: #09a758 url(/kojin/loan/card/assets/images/icn_blank.png) no-repeat right 20px center / 16px;
}
.btn-wrap .btn.pdf {
  background: #09a758 url(/kojin/loan/card/assets/images/icn_pdf.png) no-repeat right 16px center / 25px 14px;
}
.btn-wrap .btn.orange {
  background: #ed5e21 url(/kojin/loan/card/assets/images/icn_btn_arr.svg) no-repeat right 20px center / 9px 15px;
}
.btn-wrap .bd-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  padding: 10px 0;
  color: #09a758;
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.866;
  letter-spacing: .06em;
  text-decoration: none;
  border: 2px solid #09a758;
  border-radius: 56px;
  background: #fff url(/kojin/loan/card/assets/images/icn_btn_arr_green.svg) no-repeat right 20px center / 9px 15px;
}

.check-box .notes-list {
  margin-top: 20px;
}
.notes-list li + li {
  margin-top: 6px;
}
.notes-list li {
  display: flex;
  font-feature-settings: "palt";
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notes-list li span {
  display: block;
}
.notes-list li .item {
  margin-right: 4px;
}
.notes-list li .txt {
  flex: 1;
}
.modal-btn-wrap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.anchor-section {
  padding-bottom: 30px;
}
.anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.anchor-nav ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 11px)/2);
  margin-right: 11px;
}
.anchor-nav ul li:nth-of-type(2n) {
  margin-right: 0;
}
.anchor-nav ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
.anchor-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 0.937rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: #ed5e21 url(/kojin/loan/card/assets/images/icn_anchor_arr.svg) no-repeat center bottom 8px / 11.5px 7px;
  border-radius: 10px;
  flex-grow: 1;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, .52);
}
.bnr-section {
  padding: 30px 0 54px;
  background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain;
}

.label-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.label-ttl-wrap .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 20px;
  margin-bottom: 12px;
  font-size: 0.812rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 10px;
  background-color: #ffd500;
}
.label-ttl-wrap .label img {
  zoom: .5;
}
.label-ttl-wrap .label-ttl {
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .06em;
  background: #27bd72;
  background: -moz-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
  background: -webkit-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
  background: linear-gradient(135deg, #27bd72 0%, #05a555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.point-contents .label-ttl-wrap {
  margin-bottom: 18px;
}
.point-contents .label-ttl-wrap .label-ttl {
  font-size: 1.5rem;
  color: #05a555;
  -webkit-background-clip: unset;
  -webkit-text-fill-color:unset;
  background: none;
}
.scene-section {
  padding-top: 16px;
  padding-bottom: 32px;
}


.cv-section {
  padding: 56px 0 90px;
  background-color: #faf7d9;
  background: url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom / contain , #faf7d9 url(/kojin/loan/card/assets/images/bg_ball_item.png) no-repeat center top 22px / contain;
}
.cv-section .btn-wrap {
  margin-top: 100px;
  position: relative;
}
.cv-section .btn-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 112px;
  height: 128px;
  left: calc(50% - 56px);
  bottom: 8px;
  z-index: 1;
  background: url(/kojin/loan/card/assets/images/item_btn_character.png) no-repeat left top / cover;
}
.cv-section .btn-wrap .btn.character {
  max-width: none;
  position: relative;
  z-index: 2;
}
.cv-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv-ttl-wrap .cv-ttl {
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.333;
  text-align: center;
}
.cv-ttl-wrap .cv-ttl span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  background: #7bb801;
  background: -moz-linear-gradient(-45deg, #7bb801 0%, #13b564 100%);
  background: -webkit-linear-gradient(-45deg, #7bb801 0%, #13b564 100%);
  background: linear-gradient(135deg, #7bb801 0%, #13b564 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img-ttl-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.img-ttl-wrap .img-ttl img {
  zoom: .5;
}
.lead {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .06em;
}
sup {
  position: static;
  font-size: 50%;
  line-height: 1;
}

.point-contents {
  padding-top: 36px;
  padding-bottom: 50px;
}
.point-contents:nth-of-type(2n){
  background-color: #f8f6e2;
}
.point-contents .btn-wrap {
  margin-top: 20px;
}
.point-contents .notes-list {
  margin-top: 4px;
}
.point-contents-06 ,
.point-contents-05 ,
.point-contents-04 ,
.point-contents-03 {
  padding-top: 50px;
}
.point-contents-03 .notes-list {
  margin-top: 12px;
}
.bd-top-box {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
.bd-top-box .bd-box-ttl {
  color: #09a758;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
  padding-bottom: 10px;
}
.point-txt {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
}
.green-txt {
  color: #09a758;
  font-weight: bold;
}

.img-flx-wrap {
  margin-top: 20px;
}

.img-flx-wrap .img-wrap {
  width: 295px;
  margin: 0 auto;
}

.img-flx-wrap .bd-top-box {
  margin-top: 12px;
  padding-top: 0;
  border-top: none;
}

.example-box {
  width: 100%;
  margin-top: 20px;
  padding: 4px;
  background: #7bb801;
  background: -moz-linear-gradient(-45deg, #7bb801 0%, #13b564 100%);
  background: -webkit-linear-gradient(-45deg, #7bb801 0%, #13b564 100%);
  background: linear-gradient(135deg, #7bb801 0%, #13b564 100%);
  border-radius: 8px;
}

.example-box-inner {
  padding: 24px 16px 25px;
  background-color: #fff;
  border-radius: 4px;
}
.example-box-inner .img-wrap {
  text-align: center;
}
.example-dl {
  margin-bottom: 16px;
}
.example-dl dt {
  display: block;
  color: #09a758;
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.example-dl dd {
  padding-top: 8px;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  text-align: center;
}

.btn-section {
  padding: 30px 0 112px;
  background-color: #ebebeb;
  background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_point_item.png) no-repeat left bottom -1px/ contain;
}
.btn-section.merchandise {
  padding: 30px 0 102px;
  background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_merchandise_item.png) no-repeat left bottom -1px/ contain;
}
.btn-section.qa {
  padding: 30px 0 112px;
  background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_qa_item.png) no-repeat left bottom -1px/ contain;
}
.btn-section.normal {
  padding: 30px 0 64px;
  background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_mv_item.png) no-repeat left bottom -1px/ contain;
}
.btn-section .btn {
  max-width: none;
}
.btn-section .img-wrap {
  margin-top: 30px;
}

.step-section {
  padding-top: 56px;
  padding-bottom: 30px;
}
.bg-box.color-01 {
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: #f8f6e2;
}
.merchandise-section .bg-box.color-01 {
  min-height: 77px;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merchandise-section .bg-box.color-01 .bg-txt {
  font-size: 0.937rem;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  text-align: center;
}
.step-section .bg-box {
  margin-top: 20px;
  padding: 24px 12px;
  background-color: #f8f6e2;
}
.line-ttl {
  text-align: center;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
}
.line-ttl .line-txt {
  display: inline-block;
  position: relative;
}
.line-ttl .line-txt span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 4px;
}
.line-ttl .line-txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 5px;
  z-index: 1;
  background-color: #ffd500;
}
.line-ttl img {
  zoom: .5;
}
.bg-txt {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.step-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: calc((100% - 30px)/2);
  margin-right: 30px;
  padding: 24px 0 12px;
  border: 1px solid #09a758;
  border-radius: 10px;
}
.step-list li:nth-of-type(2n) {
  margin-right: 0;
}
.step-list li:nth-of-type(n+3) {
  margin-top: 36px;
}
.step-list li::after {
  content: "";
  display: none;
  position: absolute;
  width: 21px;
  height: 12px;
  left: calc(100% + 7px);
  top: calc(50% - 6px);
  background: url(/kojin/loan/card/assets/images/icn_step_arr.svg) no-repeat left top / cover;
}
.step-list li:nth-of-type(2n-1):after {
  display: block;
}
.step-list li:nth-of-type(2):after {
  display: block;
  left: auto;
  right: calc(100% + 7px);
  top: calc(100% + 12px);
  transform: rotate(135deg);
}
.step-list li .label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: calc(100% - 10px);
  left: calc(50% - 43px);
  width: 86px;
  height: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  background-color: #ffd500;
  border-radius: 10px;
}
.step-list li .icn-wrap {
  margin-bottom: 12px;
}
.step-list li .label img ,
.step-list li .icn-wrap img {
  zoom: .5;
}
.step-list li .ttl {
  font-feature-settings: "palt";
  font-size: 0.812rem;
  line-height: 1.4;
  text-align: center;
}

.tel-section .label-ttl-wrap {
  margin-bottom: 0;
}
.tel-section {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #9dc714;
  background: -moz-linear-gradient(-20deg, #9dc714 0%, #08c366 100%);
  background: -webkit-linear-gradient(-20deg, #9dc714 0%, #08c366 100%);
  background: linear-gradient(110deg, #9dc714 0%, #08c366 100%);
}
.tel-section .normal-ttl {
  color: #fff;
  font-feature-settings: "palt";
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.tel-dl {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 4px 4px;
}
.tel-dl dt {
  position: relative;
  padding-top: 54px;
  color: #09a758;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.tel-dl dd .bg-box {
  border-radius: 10px;
}
.tel-dl dt .icn-wrap {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
}
.step-dl {
  margin-top: 76px;
}
.contents-pop-inner .h2-ttl-wrap .h2-ttl {
  font-size: 1.5rem;
}
.contents-pop-inner .step-list {
  padding: 0 8px;
}
.contents-pop-inner .step-list li {
  padding-left: 8px;
  padding-right: 8px;
}
.contents-pop-inner .step-list li .ttl {
  font-size: 0.875rem;
}
.contents-pop-inner .line-ttl {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.contents-pop-inner .step-dl {
  margin-top: 0;
}
.step-dl-inner + .step-dl-inner {
  margin-top: 64px;
}
.contents-pop-inner .step-dl-inner + .step-dl-inner {
  margin-top: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.contents-pop-inner .step-dl-inner {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.contents-pop-inner .step-dl-inner dt {
  padding-top: 32px;
  padding: 32px 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.contents-pop-inner .step-dl-inner dt .icn-wrap {
  position: static;
  margin-right: 10px;
  display: flex;
}
.contents-pop-inner .step-dl-inner dt span {
  display: block;
  text-align: left;
}
.contents-pop-inner .step-dl-inner dt .icn-wrap img {
  zoom: .25;
}
.contents-pop-inner .step-dl-inner dd {
  border-radius: 0;
  padding: 16px 8px 32px;
}
.contents-pop-inner .step-dl-inner .step-dl-ttl {
  letter-spacing: 0.04em;
}
.contents-pop-inner .step-dl-inner .label-ttl-wrap .tel-ttl {
  justify-content: center;
  font-size: 1.5rem;
}
.step-dl-inner + .step-dl-inner {
  margin-top: 64px;
}
.step-dl-inner {
  background: #27bd72;
  background: -moz-linear-gradient(-20deg, #27bd72 0%, #05a555 100%);
  background: -webkit-linear-gradient(-20deg, #27bd72 0%, #05a555 100%);
  background: linear-gradient(110deg, #27bd72 0%, #05a555 100%);
  border-radius: 10px;
  padding: 0 4px 4px;
}
.step-dl-inner dt {
  position: relative;
  padding-top: 56px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.step-dl-inner dt h3 {
  font-weight: bold;
}
.step-dl-03.active dt {
  line-height: 1.5;
}
.step-dl-inner dt .icn-wrap {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
}
.tel-dl dt .icn-wrap img ,
.step-dl-inner dd .icn-wrap img ,
.step-dl-inner dt .icn-wrap img {
  zoom: .5;
}
.step-dl-inner dd .icn-wrap {
  text-align: center;
  margin-bottom: 12px;
}
.step-dl-inner dd {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 16px 26px;
}
.js-acc-wrap.show dd {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 32px;
}
.step-dl-inner dd .btn:not(.acc-btn) {
  max-width: none;
}
.step-dl-ttl {
  color: #09a758;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.step-dl-ttl.small {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.btn-ttl {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
}
.btn-ttl::after,
.btn-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  width: 10px;
  height: 14px;
  background: url(/kojin/loan/card/assets/images/item_btn_lead_ttl.svg) no-repeat left top / cover;
}
.btn-ttl::before {
  left: 0;
}

.btn-ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
.step-dl-txt {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
}
.step-dl .btn-wrap {
  margin-top: 20px;
}
.step-dl .step-dd-contents {
  height: 180px;
  overflow: hidden;
  position: relative;
  transition-duration: .3s;
}
.contents-pop-inner .step-dl dd .step-dd-contents ,
.step-dl dd.show .step-dd-contents {
  height: auto;
}
.step-dl .step-dd-contents::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  transition-duration: .3s;
  z-index: 2;
}
.contents-pop-inner .step-dl dd .step-dd-contents::before {
  content: none;
}
.step-dl dd.show .step-dd-contents::before {
  opacity: 0;
  pointer-events: none;
}
.step-dl .btn-wrap.acc-btn-wrap {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
  transition-duration: .3s;
  z-index: 3;
}
.step-dl dd.show .btn-wrap.acc-btn-wrap {
  margin-top: 24px;
  position: static;
  width: 100%;
}
.step-dl .bd-top-box {
  margin-top: 30px;
  padding: 20px 0 0;
  margin-bottom: 24px;
}
.step-dl .normal-list {
  margin-top: 22px;
}
.step-dl .label-ttl-wrap {
  margin-bottom: 0;
}
.step-dl .label-ttl-wrap .label {
  margin-bottom: 10px;
}
.label-ttl-wrap .sub {
  font-feature-settings: "palt";
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 10px;
}
.label-ttl-wrap .tel-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #09a758;
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
}
.label-ttl-wrap .tel-ttl .freedial {
  display: flex;
  align-items: center;
  margin-right: 3px;
  width: 40px;
}
.label-ttl-wrap .tel-ttl .freedial img {
  width: 100%;
}
.label-ttl-wrap .date {
  text-align: center;
  margin-top: 12px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: .06em;
}
.step-dl dd .notes-list {
  margin-top: 4px;
}
.label-ttl-wrap .notes-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point-contents-05 .notes-list ,
.point-contents-01 .notes-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.normal-list > li {
  position: relative;
  padding-left: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: .06em;
}
.normal-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #09a758;
  left: 0;
  top: 6px;
}

.normal-list > li + li {
  margin-top: 4px;
}
.normal-list > li .notes-list {
  margin-top: 6px;
}

.prepare-num-list > li {
  display: flex;
}
.prepare-num-list > li + li {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.prepare-num-list > li .img-wrap {
  margin-right: 12px;
}
.prepare-num-list > li .img-wrap img {
  zoom: .5;
}
.prepare-num-list > li .txt-wrap {
  padding-top: 5px;
  flex: 1;
}
.prepare-num-list > li .txt-wrap p {
  text-align: left;
}

.app-dl-list {
  margin-top: 12px;
}
.app-dl-list > li + li {
  margin-top: 12px;
}
.app-dl-list > li {
  display: flex;
  align-items: center;
}
.app-dl-list > li img {
  zoom: .5;
}
.app-dl-list > li a {
  display: none;
}
.app-dl-list > li .apple-btn.show ,
.app-dl-list > li .android-btn.show {
  display: block;
}
.app-dl-list + .notes-list {
  margin-top: 16px;
  text-align: left;
}

.qa-section ,
.merchandise-section {
  padding-top: 24px;
  padding-bottom: 30px;
  background-color: #fff;
}
.merchandise-section .date {
  color: #000;
}
.normal-acc-dt .normal-acc-wrap + .normal-acc-wrap {
  border-top: 3px solid #fff;
}
.normal-acc-dt .normal-acc-wrap dt {
  display: block;
}
.normal-acc-dt .normal-acc-wrap:first-of-type .normal-acc-ttl {
  border-radius: 10px 10px 0 0;
}
.normal-acc-dt .normal-acc-wrap:last-of-type .normal-acc-ttl {
  border-radius: 0 0 10px 10px;
}
.normal-acc-dt .normal-acc-wrap:last-of-type .normal-acc-ttl.cur {
  border-radius: 0;
}
.normal-acc-dt .normal-acc-wrap h3 {
  height: 100%;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-ttl {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 0.937rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 18px 42px 18px 18px;
  background: rgb(157, 199, 20);
  background: -moz-linear-gradient(left, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: linear-gradient(to right, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
}
.qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-ttl {
  justify-content: flex-start;
  text-align: left;
  padding: 18px 36px;
}
.qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-contents .qa-item {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 20px;
}
.qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-ttl .qa-item {
  display: block;
  font-size: 1.0625rem;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner {
  position: relative;
  padding-left: 36px;
  padding-right: 12px;
}
.normal-acc-dt .normal-acc-ttl:after,
.normal-acc-dt .normal-acc-ttl:before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 12px;
  width: 20px;
  height: 2px;
  transition-duration: .3s;
}
.normal-acc-dt .normal-acc-ttl:before {
  transform: rotate(90deg);
}
.normal-acc-dt .normal-acc-ttl.cur:before {
  opacity: 0;
}

.normal-acc-dt .normal-acc-wrap .normal-acc-contents {
  display: none;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents .btn-wrap + .ttl {
  margin-top: 24px;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents .ttl {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents .normal-list li {
  font-feature-settings: "palt";
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents .green-txt {
  font-feature-settings: normal;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner {
  padding: 22px 16px;
  background-color: #f8f6e2;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .normal-txt {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: .06em;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .txt-link {
  color: #09a758;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .notes-list {
  margin-top: 6px;
}
.normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .btn-wrap {
  margin-top: 22px;
}
.table-wrap {
  margin: 18px 0 10px;
}
.normal-table {
  width: 100%;
}
.normal-table thead tr {
  width: 100%;
  background-color: #404040;
  border-bottom: 1px solid #f8f6e2;
}
.normal-table thead tr th {
  width: 50%;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .06em;
  padding: 14px 16px;
  text-align: center;
}
.normal-table thead tr th + th {
  border-left: 1px solid #fff;
}
.normal-table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.normal-table tbody tr td {
  width: 50%;
  padding: 14px 12px;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
}
.normal-table tbody tr td + td {
  border-left: 1px solid #ccc;
}
.normal-table tbody tr:last-of-type {
  border-bottom: none;
}
.normal-table + .normal-table {
  border-top: 1px solid #ccc;
}

.h2-ttl-wrap {
  margin-bottom: 24px;
  text-align: center;
}
.h2-ttl-wrap .sub {
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .06em;
  margin-bottom: 6px;
}
.h2-ttl-wrap .h2-ttl {
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .06em;
  background: #27bd72;
  background: -moz-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
  background: -webkit-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
  background: linear-gradient(135deg, #27bd72 0%, #05a555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-color-section {
  background-color: #f8f6e2;
  padding-top: 50px;
  padding-bottom: 48px;
}
.bg-color-section .btn-wrap{
  margin-bottom: 38px;
}
.bg-color-section .notes-list {
  margin-top: 8px;
}
.bg-color-section .bnr-wrap img {
  zoom: .5;
}

.normal-ttl {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 40px;
}
.arr-link {
  display: flex;
  padding-left: 8px;
  padding-bottom: 9px;
  flex-direction: column;
  max-width: 136px;
  width: 100%;
  color: #05a555;
  font-weight: bold;
  font-size: 0.937rem;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #05a555;
}
.arr-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 7px;
  height: 11px;
  background: url(/kojin/loan/card/assets/images/icn_btn_arr_green.svg) no-repeat right center / cover;
}

.txt-link-wrap.m-top {
  margin-top: 20px !important;
}
.txt-link-wrap.m-bottom {
  margin-bottom: 20px !important;
}

.simulation-bnr {
  padding: 32px 16px;
  border-radius: 10px;
  margin-top: 48px;
  background: linear-gradient(to bottom, #f9f6d6 0%, #fbd3c2 100%);
}
.simulation-bnr .btn-wrap {
  margin-top: 24px;
}

.example-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.example-list li {
  padding: 20px 8px;
  background: #fff;
  border: 4px solid #ffd500;
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  margin: 0 6px 12px;
  border-radius: 6px;
}

.example-list li .example-txt {
  font-size: 0.937rem;
  line-height: 1.333;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.rate-section .notes-list {
  padding-top: 10px;
}
.rate-section .btn-wrap {
  margin-top: 16px;
}
.col2-wrap {
  margin-bottom: -10px;
}
.col2-wrap .col {
  margin-bottom: 10px;
}

.cmn-contents-box {
  background: #f8f6e2;
  border-radius: 10px;
}

.cmn-contents-ttl {
  padding: 18px;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 0.937rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, #9dc714 0%, #08c366 100%);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.cmn-contents-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 6px;
  top: 100%;
  left: calc(50% - 6px);
  background: url(/kojin/loan/card/assets/images/item_arr.png) no-repeat center / cover;
}
.cmn-contents-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 65px;
  color: #ed5e21;
  font-size: 1rem;
  font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.06em;
}
.cmn-contents-txt .txt-rate span ,
.cmn-contents-txt .txt-limit span {
  font-size: 1.75rem;
  font-weight: 600;
}
.breadcrumbs {
	padding: 18px 0;
}
.breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs-list li {
	padding-right: 12px;
	position: relative;
	font-size: 0.875rem;
}
.breadcrumbs-list li a {
	font-size: 0.875rem;
	color: var(--main-color);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.breadcrumbs-list li + li {
	padding-left: 20px;
}
.breadcrumbs-list li:not(:first-of-type):before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	width: 8px;
	height: 12px;
	background: url(/common_2/img/icn_breadcrumbs_arr.svg) no-repeat left top / cover;
}
.breadcrumbs-list li a {
	font-size: 0.875rem;
	color: var(--main-color);
	text-decoration: underline;
	transition: all 0.3s ease;
}
#contents .icn-excel,
#contents .icn-word,
#contents .icn-pdf,
#contents .icn-external {
  display: none;
}
/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 641px){
  .sp-only {display: none !important;}
  body {
    min-width: 1440px;
  }
  .h2-ttl-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .h2-ttl-wrap .sub {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .h2-ttl-wrap .h2-ttl {
    font-size: 2.625rem;
    line-height: 1.3;
  }

  .txt-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .main-visual {
    padding: 56px 0 108px;
    padding-top: 0;
    color: #fff;
    background-color: #05a555;
    background: #2cbc74 url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain;
    background: url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain ,-moz-linear-gradient(-20deg, #2cbc74 0%, #05a555 100%);
    background: url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain ,-webkit-linear-gradient(-20deg, #2cbc74 0%, #05a555 100%);
    background: url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain ,linear-gradient(110deg, #2cbc74 0%, #05a555 100%);
  }
  .main-visual .notes-list {
    margin-top: 10px;
  }
  .main-visual .notes-list li {
    font-size: 0.875rem;
    line-height: 1.28;
  }
  .main-visual .notes-list li .item {
    margin-right: 4px;
  }
  .main-visual .btn-wrap {
    margin-top: 28px;
  }
  .main-visual .btn.orange {
    max-width: 500px;
    font-size: 1.5rem;
    min-height: 96px;
    padding-top: 4px;
    border-radius: 48px;
  }
  .main-visual .btn .sub {
    font-size: 1.125rem;
    padding: 0 14px 0 18px;
    margin-bottom: 6px;
  }
  .main-visual .btn .sub::after,
  .main-visual .btn .sub::before {
    top: calc(50% - 7px);
    width: 11px;
    height: 14px;
  }
  .main-visual .btn .sub::before {
    left: 0;
  }
  .main-visual .btn .sub::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .main-visual .img-wrap {
    position: relative;
    z-index: 2 !important;
    background-image: url(/kojin/loan/card/assets/images/bg_left.png);
    margin: auto;
    text-align: center;
    height: 333px;
    background-repeat: repeat;
  }
  .main-visual .img-wrap::after {
    position: absolute;
    content: "";
    background-image: url(/kojin/loan/card/assets/images/bg_right.png);
    z-index: 1 !important;
    width: 50%;
    right: 0;
    height: 333px;
    background-size: contain;
    background-repeat: repeat;
  }
  .main-visual .img-wrap > img{
    position: relative;
    z-index: 2;
  }
  .main-visual .mv-ttl-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    background-color: #04914b;
    height: 56px;
  }
  .main-visual .mv-ttl-wrap > div {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .main-visual .mv-ttl-wrap .ttl-box {
    border: 1px solid #fff;
    display: inline-block;
    padding: 1px 8px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .main-visual .mv-ttl-wrap > div > p {
    font-size: 18px;
  }
  .main-visual .mv-ttl-wrap > div > p .max {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  .main-visual .mv-ttl-wrap .note {
    position: relative;
  }
  .main-visual .mv-ttl-wrap .note sup {
    position: absolute;
    top: -13px;
    right: 2px;
    font-size: 12px;
  }

  .mv-bnr {
    margin-top: 32px;
  }
  .mv-bnr a:hover {
    opacity: 0.7;
  }
  .mv-flx-box {
    margin-top: 32px;
    display: flex;
  }
  .mv-flx-box .col + .col {
    margin-top: 0;
    margin-left: 20px;
    flex: 1;
  }
  .check-icon-box {
    line-height: 1;
    border-radius: 6px;
    padding-left: 50px;
  }
  .check-icon-box span {
    font-size: 1.1875rem;
    line-height: 1;
    padding: 15px;
    min-height: 50px;
  }
  .check-icon-box::before {
    width: 50px;
    min-height: 50px;
    border-radius: 6px 0 0 6px;
    background: #ffd500 url(/kojin/loan/card/assets/images/icn_check.png) no-repeat center / 23px 20px;
  }

  .mv-anchor-link-wrap {
    margin: 28px 0;
    flex-direction: unset;
    align-items: end;
  }
  .mv-anchor-link + .mv-anchor-link {
    margin-left: 48px;
    margin-top: 0;
  }
  .mv-anchor-link {
    width: 380px;
  }
  .mv-anchor-link:nth-of-type(2) {
    width: 410px;
  }
  .date {
    margin-top: 14px;
    font-size: 0.875rem;
  }

  .inner-wrap {
    padding: 0;
    max-width: 1010px;
    margin: 0 auto;;
  }

  .check-section {
    padding: 10px 0 64px;
  }
  .check-ttl-wrap {
    margin-bottom: 40px;
  }
  .check-ttl-wrap .check-ttl img {
    zoom: 1;
  }
  .check-box {
    padding: 40px;
  }
  .check-dl {
    display: flex;
  }
  .check-dl-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 40px 8px 12px;
    padding-right: 40px;
    border-bottom: none;
  }
  .check-dl-wrap + .check-dl-wrap {
    padding-left: 40px;
    border-bottom: none;
    border-left: 1px solid #fff;
  }
  .check-dl-wrap:last-of-type {
    padding-right: 25px;
    border-bottom: none;
  }
  .check-dl-wrap dt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .check-dl-wrap dd {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  
  .check-dl-wrap dd input {
    max-width: 200px;
    width: 100%;
    height: 48px;
    margin-right: 10px;
    padding: 12px;
    font-size: 1.25rem;
    border: 2px solid #ccc;
  }
  .check-box .btn-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .btn-wrap .btn ,
  .btn-wrap input[type="button"] {
    max-width: 500px;
    height: 68px;
    padding: 0 24px;
    font-size: 1.25rem;
    border-radius: 34px;
    transition-duration: .3s;
  }
  .btn-wrap input[type="button"] {
    max-width: 500px;
    height: 68px;
    padding: 0 24px;
    font-size: 1.25rem;
    border-radius: 34px;
    cursor: pointer;
  }
  .btn-wrap input[type="button"]:hover{
    opacity: 0.7;
  }
  .btn-wrap .btn.orange {
    background: #ed5e21 url(/kojin/loan/card/assets/images/icn_btn_arr.svg) no-repeat right 18px center / 9px 15px;
  }
  .btn-wrap .bd-btn {
    max-width: 400px;
    width: 100%;
    padding: 24px 0;
    color: #09a758;
    font-size: 1.25rem;
    line-height: 1;
    border: 2px solid #09a758;
    border-radius: 56px;
    transition-duration: .3s;
    background: #fff url(/kojin/loan/card/assets/images/icn_btn_arr_green.svg) no-repeat right 20px center / 9px 15px;
  }

  a {
    transition-duration: .3s;
  }
  a:hover ,
  .btn-wrap .btn:hover ,
  .btn-wrap input[type="button"]:hover ,
  .btn-wrap .bd-btn:hover {
    opacity: 0.7;
    box-shadow: 0;
  }
  .check-box .notes-list {
    margin-top: 24px;
  }
  .notes-list.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
  .notes-list li {
    font-size: 0.875rem;
    line-height: 1.28;
  }
  .notes-list li .item {
    margin-right: 4px;
  }
  .notes-list li .txt {
    flex: 1;
  }


  .anchor-section {
    padding-bottom: 80px;
  }
  .anchor-nav ul {
    justify-content: space-between;
  }
  .anchor-nav ul li {
    width: calc((100% - 42px)/4);
    margin-right: 0;
  }
  .anchor-nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .anchor-nav ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .anchor-nav ul li a {
    padding: 25px 0;
    font-size: 1.125rem;
    line-height: 1.444;
    background: #ed5e21 url(/kojin/loan/card/assets/images/icn_anchor_arr.svg) no-repeat center bottom 6px / 12px 8px;
  }

  .bnr-section {
    padding: 80px 0 140px;
    background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain;
  }

  .label-ttl-wrap {
    margin-bottom: 40px;
  }

  .label-ttl-wrap .label {
    width: 154px;
    height: 36px;
    padding: 10px 0 8px;
    margin-bottom: 16px;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 18px;
  }
  .label-ttl-wrap .label img {
    zoom: 1;
    width: auto;
    height: 16px;
  }
  .label-ttl-wrap .label-ttl {
    font-size: 2.625rem;
    line-height: 1.2;
    background: #27bd72;
    background: -moz-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
    background: -webkit-linear-gradient(-45deg, #27bd72 0%, #05a555 100%);
    background: linear-gradient(135deg, #27bd72 0%, #05a555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scene-section {
    padding-bottom: 80px;
  }

  .cv-section {
    padding: 94px 0 148px;
    background-color: #faf7d9;
    background: url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom / contain , #faf7d9 url(/kojin/loan/card/assets/images/bg_ball_item_pc.png) no-repeat center top 40px / contain;
  }
  .cv-section .inner-wrap {
    display: flex;
    justify-content: center;
  }
  .cv-section .inner-wrap .cv-ttl-wrap {
    margin-right: 110px;
  }
  .cv-section .btn-wrap {
    margin-top: 145px;
    position: relative;
    flex: 1;
  }
  .cv-section .btn-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 192px;
    height: 213px;
    left: calc(50% - 96px);
    bottom: 0;
    z-index: 1;
    background: url(/kojin/loan/card/assets/images/item_btn_character_pc.png) no-repeat left top / cover;
  }
  .cv-section .btn-wrap .btn.character {
    font-size: 1.25rem;
    height: 68px;
    border-radius: 34px;
  }
  .cv-ttl-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cv-ttl-wrap .cv-ttl {
    font-size: 2rem;
    line-height: 1.375;
  }
  .cv-ttl-wrap .cv-ttl span {
    font-size: 2.625rem;
    line-height: 1.2;
  }

  .img-ttl-wrap {
    margin-bottom: 64px;
  }
  .img-ttl-wrap .img-ttl img {
    zoom: 1;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.4;
  }

  .point-section {
    display: flex;
    flex-wrap: wrap;
  }
  .point-contents-03 ,
  .point-contents-02 ,
  .point-contents-01 {
    width: 100%;
  }
  .point-contents-06 .inner-wrap ,
  .point-contents-05 .inner-wrap ,
  .point-contents-04 .inner-wrap ,
  .point-contents-03 .inner-wrap ,
  .point-contents-02 .inner-wrap ,
  .point-contents-01 .inner-wrap {
    max-width: 880px;
    margin: 0 auto;
  }
  .point-contents-06 ,
  .point-contents-05 ,
  .point-contents-04 {
    width: 33.333%;
  }
  .point-contents-06 .inner-wrap ,
  .point-contents-05 .inner-wrap ,
  .point-contents-04 .inner-wrap {
    min-width: calc(1440px / 3);
  }
  .point-contents {
    padding-top: 36px;
    padding-bottom: 50px;
  }
  .point-contents-06 ,
  .point-contents-05 ,
  .point-contents-04 ,
  .point-contents-03 ,
  .point-contents-02 {
    padding: 64px 0;
  }
  .point-contents .label-ttl-wrap {
    margin-bottom: 28px;
  }
  .point-contents .label-ttl-wrap .label-ttl {
    font-size: 2rem;
    line-height: 1.375;
  }
  .point-contents:nth-of-type(2n){
    background-color: #f8f6e2;
  }
  .point-contents .btn-wrap {
    margin-top: 20px;
  }
  .point-contents .notes-list {
    margin-top: 4px;
  }
  .point-contents-05 .notes-list ,
  .point-contents-01 .notes-list {
    margin-top: 15px;
  }
  .point-contents-03 .notes-list {
    margin-top: 12px;
  }
  .bd-top-box {
    display: flex;
    position: relative;
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
  }
  .point-contents-01 .bd-top-box {
    padding-top: 54px;
  }
  .point-contents-01 .bd-box-ttl {
    top: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .point-contents-01 .btn-wrap {
    margin-top: 0;
  }
  .bd-top-box .txt-wrap {
    flex: 1;
    margin-right: 42px;
  }
  .bd-top-box .bd-box-ttl {
    color: #09a758;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .06em;
    text-align: left;
    padding-bottom: 16px;
  }
  .bd-top-box .point-txt {
    text-align: left;
  }
  .point-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .bd-top-box .btn-wrap .bd-btn {
    width: 400px;
  }
  .point-contents-03 .inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .img-flx-wrap {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
    display: flex;
  }

  .img-flx-wrap .img-wrap {
    width: auto;
    margin: 0 auto;
    order: 2;
  }

  .img-flx-wrap .bd-top-box {
    flex-direction: column;
    flex: 1;
    margin-right: 72px;
    margin-top: 0;
    padding-top: 0;
    order: 1;
  }
  .img-flx-wrap .bd-top-box .txt-wrap { 
    margin-right: 0;
    flex: 0 1 auto;
  }
  .img-flx-wrap .bd-top-box .txt-wrap .bd-box-ttl { 
    position: static;
    transform: none;
    text-align: center;
  }
  .img-flx-wrap .bd-top-box .btn-wrap { 
    margin-top: 32px;
  }

  
  .example-box {
    margin-top: 30px;
  }

  .example-box-inner {
    padding: 28px 44px 32px;
  }
  .example-dl {
    margin-bottom: 20px;
  }
  .example-dl dt {
    font-size: 1.25rem;
    padding-bottom: 14px;
  }
  .example-dl dd {
    padding-top: 14px;
    font-size: 1rem;
    letter-spacing: .06em;
    line-height: 1.5;
  }

  .btn-section {
    padding: 80px 0 184px;
    background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_point_item_pc.png) no-repeat left bottom -1px/ contain;
  }
  .btn-section.merchandise {
    padding: 80px 0 154px;
    background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_merchandise_item_pc.png) no-repeat left bottom -1px/ contain;
  }
  .btn-section.qa {
    padding: 80px 0 184px;
    background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_qa_item_pc.png) no-repeat left bottom -1px/ contain;
  }
  .btn-section.normal {
    padding: 80px 0 154px;
    background: #f8f6e2 url(/kojin/loan/card/assets/images/bg_mv_item_pc.png) no-repeat left bottom -1px/ contain;
  }
  .btn-section .btn {
    max-width: 500px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 24px 0;
    height: 68px;
    border-radius: 34px;
  }

  .step-section .img-ttl-wrap .img-ttl img {
    zoom: .65;
  }
  .line-ttl img {
    zoom: .65;
  }
  .line-ttl {
    margin-bottom: 24px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .line-ttl .line-txt span {
    padding: 0;
  }
  .line-ttl {
    margin-bottom: 24px;
  }
  .bg-txt {
    font-size: 1rem;
  }
  .step-section .bg-box {
    margin-top: 0;
    padding: 40px;
    background-color: #f8f6e2;
  }
  .step-list {
    margin-top: 64px;
  }
  .step-list li {
    width: calc((100% - 120px)/4);
    margin-right: 40px;
    padding: 40px 0 20px;
  }
  .step-list li:nth-of-type(2n) {
    margin-right: 40px;
  }
  .step-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .step-list li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .step-list li::after ,
  .step-list li:nth-of-type(2n-1):after ,
  .step-list li:nth-of-type(2):after {
    width: 28px;
    height: 16px;
    left: calc(100% + 8px);
    top: calc(50% - 8px);
    right: auto;
    transform: none;
  }
  .step-list li .label {
    bottom: calc(100% - 18px);
    left: calc(50% - 77px);
    width: 154px;
    height: 36px;
    font-size: 1.25rem;
    border-radius: 18px;
  }
  .step-list li .icn-wrap {
    margin-bottom: 16px;
  }
  .step-list li .label img {
    zoom: 1;
    width: auto;
    height: 18px;
  }
  .step-list li .icn-wrap img {
    zoom: .85;
  }
  .step-list li .ttl {
    font-size: 1rem;
    line-height: 1.5;
  }

  .step-dl {
    margin-top: 110px;
  }
  .step-dl-inner {
    padding: 0 4px 4px;
  }
  
  .tel-dl {
    margin-top: 80px;
  }
  .tel-dl dt ,
  .step-dl-inner dt {
    padding-top: 80px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 32px;
  }
  .tel-dl dt .icn-wrap ,
  .step-dl-inner dt .icn-wrap {
    position: absolute;
    top: -48px;
    left: calc(50% - 48px);
  }
  .tel-dl dt .icn-wrap img ,
  .step-dl-inner dt .icn-wrap img {
    zoom: .685;
  }
  .step-dl-inner dd .icn-wrap img {
    zoom: .75;
  }
  .step-dl-inner dd .icn-wrap {
    margin-bottom: 24px;
  }
  .tel-dl dd {
    padding: 0 40px 48px;
  }
  .step-dl-inner dd {
    padding: 32px 40px 48px;
  }
  .step-dl-inner dd .btn:not(.acc-btn) {
    max-width: 500px;
    margin: 0 auto;
    height: 68px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 24px 0;
    border-radius: 34px;
  }
  
  .step-dl-ttl {
    color: #09a758;
    font-feature-settings: "palt";
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .step-dl-ttl.small {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .btn-ttl {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
  }
  .btn-ttl::after,
  .btn-ttl::before {
    top: calc(50% - 7px);
    width: 10px;
    height: 14px;
    background: url(/kojin/loan/card/assets/images/item_btn_lead_ttl.svg) no-repeat left top / cover;
  }
  .btn-ttl::before {
    left: 0;
  }

  .btn-ttl::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .step-dl-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .step-dl .btn-wrap {
    margin-top: 20px;
  }
  .step-dl .step-dd-contents {
    height: 260px;
    transition-duration: .7s;
  }
  .step-dl dd.show .step-dd-contents {
    height: auto;
  }
  .step-dl dd.show .btn-wrap.acc-btn-wrap {
    margin-top: 24px;
    position: static;
    width: 100%;
  }
  .step-dl .bd-top-box {
    margin-top: 48px;
    padding: 32px 0 0;
    margin-bottom: 32px;
  }
  .step-dl .bd-box-inner {
    width: 100%;
  }
  .step-dl .normal-list {
    margin-top: 22px;
  }
  .step-dl-01 .normal-list {
    margin-top: 38px;
  }
  .step-dl .label-ttl-wrap {
    margin-bottom: 0;
  }
  .step-dl .label-ttl-wrap .label {
    width: 120px;
    height: 28px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .tel-dl .label-ttl-inner ,
  .step-dl .label-ttl-wrap .label-ttl-inner {
    display: flex;
    justify-content: center;
  }
  .step-dl .label-ttl-wrap .label-right ,
  .step-dl .label-ttl-wrap .label-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tel-dl .label-left ,
  .step-dl .label-ttl-wrap .label-left {
    margin-right: 24px;
  }
  .tel-dl .label-left ,
  .step-dl .label-ttl-wrap .label-left {
    margin-right: 24px;
  }
  .label-contents-inner {
    display: flex;
    align-items: center;
  }
  .tel-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tel-section .normal-ttl {
    color: #fff;
    font-feature-settings: "palt";
    font-size: 1.25rem;
  }
  .tel-section .bg-box {
    padding: 20px 0 16px;
  }


  .label-ttl-wrap .sub {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .label-ttl-wrap .tel-ttl {
    font-size: 3rem;
  }
  .label-ttl-wrap .tel-ttl .freedial {
    margin-right: 6px;
    width: 60px;
  }
  .label-ttl-wrap .date {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .step-dl dd .notes-list {
    margin-top: 8px;
  }
  .label-ttl-wrap .notes-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .normal-list > li {
    padding-left: 12px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .normal-list > li::before {
    top: 9px;
  }

  .normal-list > li + li {
    margin-top: 6px;
  }

  .prepare-num-list {
    display: flex;
  }
  .prepare-num-list > li {
    width: calc((100% - 75px)/4);
    flex-direction: column;
    margin-right: 25px;
  }
  .prepare-num-list li:last-of-type {
    margin-right: 0;
  }
  .prepare-num-list > li + li {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .prepare-num-list > li .img-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .prepare-num-list > li .img-wrap img {
    zoom: 1;
  }
  .prepare-num-list > li .txt-wrap {
    padding-top: 0;
    flex: 1;
  }
  .prepare-num-list > li .txt-wrap p {
    text-align: left;
  }

  .app-dl-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .app-dl-list > li + li {
    margin-top: 0;
    margin-left: 80px;
  }
  .step-dd-contents .app-dl-list > li + li {
    margin-left: 40px;
  }
  .app-dl-list > li {
    display: flex;
    align-items: center;
    position: relative;
  }
  .app-dl-list > li + li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: -44px;
  }
  .step-dd-contents .app-dl-list > li + li::before {
    left: -24px;
  }
  .app-dl-list > li .qr-wrap {
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  .step-dd-contents .app-dl-list > li .qr-wrap {
    margin-left: 10px;
  }
  .app-dl-list > li .qr-wrap img {
    aspect-ratio: 1 / 1;
  }

  .app-dl-list > li a {
    display: block;
    height: 74px;
  }
  .step-dd-contents .app-dl-list > li a {
    height: 70px;
  }
  .app-dl-list > li .apple-btn ,
  .app-dl-list > li .android-btn {
    display: block;
  }
  .app-dl-list > li img {
    zoom: 1;
    height: 100%;
    width: auto;
  }
  .app-dl-list > li .apple-btn {
    aspect-ratio: 496 / 182;
  }
  .app-dl-list > li .android-btn {
    aspect-ratio: 496 / 148;
  }
  .step-dl dd .app-dl-list + .notes-list {
    margin-top: 24px;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap {
    display: flex;
  }
  .normal-acc-dt .normal-acc-wrap + .normal-acc-wrap {
    border-top: 3px solid #fff;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap:first-of-type .normal-acc-ttl {
    border-radius: 10px 0 0 0;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap:last-of-type .normal-acc-ttl {
    border-radius: 0 0 0 10px;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap:last-of-type .normal-acc-ttl.cur {
    border-radius: 0;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-ttl {
    pointer-events: none;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-ttl {
    font-size: 1.25rem;
    line-height: 1;
    padding: 18px 0;
    min-height: 72px;
  }
  .qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-contents .qa-item {
    font-size: 1.125rem;
    top: 20px;
    left: 16px;
  }
  .qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-ttl .qa-item {
    font-size: 1.375rem;
    left: 16px;
  }
  .qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-ttl {
    padding-left: 42px;
  }
  .qa-section .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner {
    padding-left: 42px;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap .normal-acc-ttl {
    font-size: 1.25rem;
    line-height: 1;
    padding: 18px;
    width: 230px;
    height: 100%;
  }
  .normal-acc-dt .normal-acc-ttl:after,
  .normal-acc-dt .normal-acc-ttl:before {
    display: none;
  }
  .normal-acc-dt .normal-acc-wrap:last-of-type .normal-acc-ttl {
    border-radius: 0;
  }
  .normal-acc-dt .normal-acc-wrap:last-of-type .normal-acc-contents-inner {
    border-radius: 0 0 10px 10px;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap:first-of-type .normal-acc-contents-inner ,
  .normal-acc-dt.pc-table .normal-acc-wrap:first-of-type .normal-acc-contents {
    border-radius: 0 10px 0 0 ;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap:last-of-type .normal-acc-contents-inner ,
  .normal-acc-dt.pc-table .normal-acc-wrap:last-of-type .normal-acc-contents {
    border-radius: 0 0 10px 0;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents {
    display: block;
    flex: 1;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents .btn-wrap + .ttl {
    margin-top: 32px;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents .ttl {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap .normal-acc-contents .ttl {
    text-align: left;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents .bd-top-box .bd-box-inner {
    width: 100%;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner {
    height: 100%;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .normal-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .normal-acc-dt.pc-table .normal-acc-wrap .normal-acc-contents-inner .normal-txt {
    text-align: left;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .txt-link {
    color: #09a758;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .notes-list {
    margin-top: 6px;
  }
  .normal-acc-dt .normal-acc-wrap .normal-acc-contents-inner .btn-wrap {
    margin-top: 22px;
  }
  .table-wrap {
    margin: 10px 0;
    display: flex;
  }
  .normal-table {
    width: calc((100% - 14px)/2);
  }
  .normal-table + .normal-table {
    border: none;
    margin-left: 14px;
  }
  .normal-table thead tr th {
    font-size: 1rem;
    line-height: 1.5;
    padding: 12px 16px;
    vertical-align: middle;
    height: 102px;
  }
  .normal-table tbody tr td {
    padding: 0 16px;
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    height: 68px;
  }
  .normal-table tbody tr:last-of-type {
    border-bottom: none;
  }
  .arr-link:hover ,
  .txt-link.green-txt:hover {
    color: #09a758;
  }
  .merchandise-section .bg-box.color-01 .bg-txt {
    font-size: 1.25rem;
  }
  .bg-color-section .notes-list {
    display: flex;
    justify-content: center;
  }
  .normal-ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
  .link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .qa-section,
  .step-section,
  .merchandise-section {
    padding-bottom: 80px;
  }
  .step-section {
    padding-top: 100px;
  }

  .contents-pop-inner .step-dl-inner {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .contents-pop-inner .step-dl-inner dt {
    padding-top: 32px;
    padding: 32px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .contents-pop-inner .step-dl-inner dt span {
    padding-top: 4px;
    display: block;
    text-align: left;
  }
  .contents-pop-inner .step-dl-inner dt .icn-wrap img {
    zoom: .45;
  }
  .contents-pop-inner .step-dl-inner dd {
    border-radius: 0;
    padding: 16px 24px 32px;
  }
  .contents-pop-inner .step-dl-inner .label-ttl-wrap .tel-ttl {
    justify-content: center;
    font-size: 2.5rem;
  }
  .contents-pop-inner .step-dl-inner .label-ttl-wrap .sub {
    font-size: 1rem;
  }
  .contents-pop-inner .step-list {
    padding: 0 24px;
  }
  .contents-pop-inner .step-list li .label {
    bottom: calc(100% - 10px);
    left: calc(50% - 43px);
    width: 86px;
    height: 20px;
    font-size: 0.75rem;
    border-radius: 18px;
  }
  .contents-pop-inner .step-list li .label img {
    zoom: .5;
    width: auto;
    height: auto;
  }
  .contents-pop-inner .step-list li .icn-wrap img {
    zoom: 0.5;
  }
  .contents-pop-inner .step-list li .ttl {
    font-size: 0.75rem;
  }
  .contents-pop-inner .line-ttl {
    margin-bottom: 12px;
    font-size: 1.375rem;
  }
  .contents-pop-inner .h2-ttl-wrap .sub {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .contents-pop-inner .h2-ttl-wrap .h2-ttl {
    font-size: 2rem;
  }
  
  .simulation-bnr {
    padding: 0;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 192px;
    background: linear-gradient(to right, #f9f6d6 0%, #fbd3c2 100%);
  }
  .simulation-bnr .btn-wrap {
    margin-top: 0;
    margin-left: 32px;
  }
  .simulation-bnr .btn-wrap .btn {
    min-width: 440px;
  }

    
  .example-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .example-list li {
    padding: 30px 16px 24px;
    background: #fff;
    border: 4px solid #ffd500;
    display: flex;
    flex-direction: column;
    width: calc(25% - 16px);
    margin: 0 8px;
    border-radius: 6px;
  }

  .example-list li .example-txt {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

  .example-list li .example-icn {
    margin-top: 10px;
    text-align: center;
  }

  .rate-section .notes-list {
    padding-top: 24px;
  }
  .rate-section .btn-wrap {
    margin-top: 40px;
  }
  .col2-wrap {
    display: flex;
    margin: 0 -8px;
  }

  .col2-wrap .col {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .cmn-contents-box {
    background: #f8f6e2;
    border-radius: 10px;
  }

  .cmn-contents-ttl {
    padding: 18px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
  }
  .cmn-contents-ttl::after {
    width: 24px;
    height: 12px;
  }
  .cmn-contents-txt {
    min-height: 100px;
    font-size: 1.25rem;
  }
  .cmn-contents-txt .txt-rate span ,
  .cmn-contents-txt .txt-limit span {
    font-size: 2.5rem;
  }
}

/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 640px){
  #wrap {
    padding-top: 55px;
  }
  #hd_btnlist,
  .pc-only { display: none !important; }

  .anchor-nav ul li a {
    min-height: 86px;
  }
  
  .app-dl-list > li {
    flex-direction: column;
  }
  .app-dl-list > li .qr-wrap {
    display: none;
  }
  .notes-list .apple-notes ,
  .notes-list .android-notes {
    display: none;
  }
  .notes-list .android-notes.show ,
  .notes-list .apple-notes.show {
    display: flex;
  }

  .example-list li .example-icn {
    height: 60px;
    margin: 12px auto 0;
  }

  .example-list li .example-icn img {
    width: auto;
    height: 100%;
  }

  .img-flx-wrap {
    display: flex;
    flex-direction: column;
  }

  .img-flx-wrap .img-wrap {
    order: 2;
  }
  .img-flx-wrap .bd-top-box {
    display: contents;
  }
  .img-flx-wrap .bd-top-box .txt-wrap {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    order: 1;
  }
  .img-flx-wrap .bd-top-box .btn-wrap {
    order: 3;
  }
  .breadcrumbs {
		padding: 12px 0;
		overflow-x: scroll;
	}
	.breadcrumbs-list {
		max-width: 9999px;
		flex-wrap: nowrap;
	}
	.breadcrumbs-list li {
		padding-right: 8px;
	}
	.breadcrumbs-list li a ,
	.breadcrumbs-list li{
		font-size: 12px;
		white-space: nowrap;
		line-height: 1;
	}
	.breadcrumbs-list li + li {
		padding-left: 12px;
	}
	.breadcrumbs-list li:not(:first-of-type):before {
		top: calc(50% - 5px);
		width: 6px;
		height: 10px;
	}
}