*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  background-color: #fff;
  border-radius: 40px;
  padding: 15px 10px;
  text-align: center;
  border: 3px solid #f0bd09;
  color: #f0bd09;
}
h3 {
  border-bottom: 3px solid #c8c8c8;
  padding: 10px;
  position: relative;
}
h3::after {
  content: "";
  display: block;
  height: 3px;
  background: #f0bd09;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  z-index: 2;
}
h4 {
  border-left: 4px solid #f0bd09;
  padding: 10px;
  border-bottom: 2px dotted #f0bd09;
  width: auto;
}
h5 {
  padding: 10px;
  border-left: 4px solid #666666
}
a:hover {
  transition: 0.5s;
}
.button {
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  color: #fff;
  background-color: #f0bd09;
  border: none;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.button:hover {
  background-color: #d9a507;
  color: #fff;
}
.button_gray {
  background-color: #666666;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.button_gray:hover {
  background-color: #4d4d4d;
  color: #fff;
}
.button::after, .button_gray::after {
  content: "";
  position: relative;
  display: inline-block;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.container {}
#top .top_main {
  margin: 0 auto 80px;
  max-width: 1350px;
	text-align: center;
}
#about .intro {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 80px;
}
#top .features {
  padding: 80px 0;
  background-color: #EDEDED;
}
#top .features_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
#top .features_wrap .feature_item {
  width: 32%;
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#top .features_wrap .feature_item h4 {
  border-left: 0;
}
#top .features_wrap .feature_item .feature_icon {
  height: 130px;
  margin-bottom: 20px;
}
#top .features_wrap .feature_item .feature_icon img {
  max-height: 100%;
  width: auto;
  height: auto;
}
#top .features_wrap .feature_item .feature_comment {
  margin: auto auto 0;
  font-weight: bold;
}
#top .features_wrap .feature_item a.feature_btn {
  padding: 10px 5px;
  display: block;
  background-color: #f0bd09;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
#top .features_wrap .feature_item a.feature_btn:hover {
  opacity: 0.8;
}
#top .cta {
  padding: 80px 0;
  background-color: #666666;
}
.angled-heading {
  border: 0;
  background-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #f0bd09;
  padding: 0 0.5em;
}
.angled-heading::before, .angled-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 4px;
  background-color: #f0bd09;
  transform-origin: center;
}
.angled-heading::before {
  left: -1em;
  transform: rotate(55deg);
}
.angled-heading::after {
  right: -1em;
  transform: rotate(-55deg);
}
.cta .cta-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 700px;
}
.cta .cta-links a {
  padding: 0 5px;
}
.cta .note {
  color: #fff;
  font-size: 0.8rem;
  margin: 0 auto 50px;
  display: flex;
  max-width: 700px;
}
.btn_cta {
  text-align: center;
}
.btn_cta a {
  font-size: 1.2rem;
  display: inline-block;
  color: #f0bd09;
  border-radius: 30px;
  padding: 10px 30px;
  border: 1px solid #f0bd09;
  position: relative;
}
.btn_cta a::after {
  content: "";
  position: relative;
  display: inline-block;
  left: 5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #f0bd09;
  border-right: 2px solid #f0bd09;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_cta a:hover {
  background-color: hsla(47, 94%, 49%, 0.20);
}
#top section.campaign {
  padding: 80px 0;
}
#service {
  background-color: #ededed;
}
#service .service_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 50px;
}
#service .service_nav li {
  width: 24%;
  text-align: center;
}
#service .service_nav li a {
  padding: 10px 5px;
  display: block;
  background-color: #666666;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
}
#service .service_block {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  border: 2px solid #f0bd09;
}
#service .service_block.bonus_notice {
  border: 2px solid #c8c8c8;
}
#service .service_block .inner {
  margin: 0 auto;
  width: 96%;
  padding-bottom: 20px;
}
#service .service_block h2 {
  border-width: 0;
  border-radius: 0;
  background-color: #f0bd09;
  padding: 20px 0;
  color: #fff;
}
#service .service_nav li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom: 3px;
}
#service .service_nav li a:hover {
  background-color: #4d4d4d;
}
#service .card_item {
  max-width: 500px;
  margin: 0 auto;
	text-align: center;
}
#service .card_wrap {
  display: flex;
  gap: 20px;
}
#service .card_wrap figcaption {
  text-align: center;
  margin: 0 auto 10px;
}
#service .bank_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#service .bank_group .bank_box {
  width: 32%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #c8c8c8;
}
#support .faq_list {
  margin-bottom: 100px;
}
#support .faq_item {
  border: 2px solid #c8c8c8;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
#support .faq_item a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, .3);
  text-decoration-thickness: 1px;
}
#support .faq_question {
  padding: 10px 20px;
  background-color: #ededed;
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  position: relative;
}
#support .faq_question:hover {
  cursor: pointer;
  background-color: #D2D2D2;
  transition: 0.3s;
}
#support .faq_question span {
  display: inline-block;
  padding: 1px 6px;
  color: #2a74af;
}
#support .faq_question::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #666;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
#support .faq_question::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #666;
  transition: all .3s ease-in-out;
}
#support .faq_question.open::before {
  transform: rotate(180deg);
}
#support .faq_question.open::after {
  opacity: 0;
}
#support .faq_answer {
  padding: 10px 20px 20px;
  font-size: 1rem;
  display: none;
  line-height: 1.6;
}
#support .faq_answer span {
  display: inline-block;
  padding: 1px 6px;
  color: #d94914;
  font-size: 1.2rem;
  font-weight: bold;
}
#support .support_link.button_gray {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  max-width: 600px;
  position: relative;
  color: #fff;
}
#support .support_link.button_gray::after {
  position: absolute;
  right: 20px;
  display: block;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: auto;
}
#loan .loan_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
#loan .loan_intro .loan_intro_box {
  width: 49%;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #c8c8c8;
  margin-bottom: 30px;
}
#loan .note{
font-size: 0.8rem;	
}
#loan_home {
  padding: 80px 0;
  background-color: #ededed;
}
#loan .loan_block {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 50px;
}
#loan .loan_rate_block h3 {
	text-align: center;
	margin: 50px 0;
	border-bottom-width: 0;
}
#loan .loan_rate_block h3::after {
  right: 0px;
  margin: auto;
  left: 0px;
}
#loan .loan_rate_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#loan .loan_rate_list .loan_rate_item {
  border: 2px solid #f0bd09;
  width: 49%;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
#loan .loan_rate_list .loan_rate_title {
  padding: 10px 0;
  background-color: #f0bd09;
  font-weight: bold;
  font-size: 1.2rem;
}
#loan .loan_rate_note {
  font-weight: bold;
  margin-bottom: 0px;
	font-size: 1.2rem;
}
#loan .loan_rate_sub {
  font-weight: bold;
}
#loan .loan_rate_att {
	font-weight: bold;
	font-size: 0.8rem;
	color: #ed3023;
	margin-bottom: 0px;
}
#loan .loan_rate_value {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
	color: #ed3023;
	margin-bottom: 0px;
}
#loan .loan_rate_value::after {
	/* [disabled]content: "※"; */
	font-size: 0.8rem;
	position: relative;
	top: -20px;
	right: 0;
	vertical-align: top;
}
#loan .loan_entry_btn.button {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 30px;
  border-radius: 40px;
  max-width: 600px;
}
#loan .loan_entry_btn.button::after {
  width: 15px;
  height: 15px;
}
#loan_others {
  padding: 80px 0;
}
#account section:nth-of-type(even) {
  padding: 80px 0;
  background-color: #ededed;
}
#account section:nth-of-type(odd) {
  padding: 80px 0;
}
#account section:first-child {
  padding-top: 0px;
}
#account .lead_txt {
  font-size: 1.5rem;
  text-align: center;
}
#account .account_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 50px;
  max-width: 900px;
}
#account .account_tabs .tab_btn {
  width: 49%;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px;
  border: 2px solid #666666;
  font-weight: bold;
  cursor: pointer;
	    position: relative;
}
#account .account_tabs .tab_btn:hover {
  background-color: #666666;
  color: #fff;
  transition: 0.3s;
}
#account .account_tabs .tab_btn.active {
  background-color: #666666;
  color: #fff;
}
#account .account_tabs .tab_btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #444444;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-bottom: 3px;
}
#account .account_tabs .tab_btn:hover::after,
#account .account_tabs .tab_btn.active::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-bottom: 3px;
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.step_item {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
  border: 2px solid #ededed;
}
.step_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  color: #666;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.step_item:last-child::after {
  display: none;
}
#account .identity_item {}
#account .identity_item .identity_title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px;
  max-width: 600px;
  position: relative;
  border: 2px solid #c8c8c8;
  border-radius: 40px;
  overflow: hidden;
}
#account .identity_item .identity_title:hover {
  cursor: pointer;
  background-color: #D2D2D2;
  transition: 0.3s;
}
#account .identity_item .identity_title::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #666;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
#account .identity_item .identity_title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #666;
  transition: all .3s ease-in-out;
}
#account .identity_item .identity_title.open::before {
  transform: rotate(180deg);
}
#account .identity_item .identity_title.open::after {
  opacity: 0;
}
#account .identity_item .identity_txt {
  display: none;
  margin-bottom: 50px;
}
#account .identity_item .identity_txt dt {
  border-bottom: 1px dotted #c8c8c8;
  padding: 10px 0;
  margin-bottom: 10px;
}
#account .identity_item .identity_txt dd {
  margin-bottom: 30px;
}
#account .identity_item .identity_txt.open {
  display: block;
}
.app_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 20px auto;
}
.app_wrap .app_bnr .cta-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.app_wrap .app_bnr .cta-links a {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.app_wrap .note {
  font-size: 0.8rem;
  width: 100%;
}
.step_item .step_title {
  font-size: 1.4rem;
  font-weight: bold;
	margin-bottom: 20px;
}
.step_item .step_title span {
	padding: 0 10px 0 0;
	color: #f0bd09;
}
.step_wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
	flex-wrap: wrap;
}
.step_wrap .step_box {
  width: calc(50% - 16px);
  border: 2px solid #ededed;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.step_box .step_box_title {
  font-size: 1.2rem;
  padding: 10px 0;
  border-bottom: 2px dotted #f0bd09;
  margin-bottom: 10px;
}
.step_box .step_img {
  max-width: 320px;
  margin: 0 auto;
}
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.caption{
	list-style: none;
}
ul.caption li{
	text-indent: -1rem;
	padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  h3::after {
    width: 100px;
  }
  #top .top_main, #about .intro {
    margin-bottom: 30px
  }
  #about .intro {
    font-size: 1.3rem;
  }
  #top .features_wrap .feature_item {
    width: 100%;
    padding: 15px 10px;
  }
  #top .features_wrap .feature_item .feature_icon {
    height: 80px;
  }
  #service .service_block .inner {
    width: 90%;
  }
  #service .service_nav li {
    width: 48%;
    margin-bottom: 10px;
  }
  #service .card_wrap {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  #service .bank_group .bank_box {
    width: 100%;
  }
  #service .bank_group .bank_box:last-child {
    margin-bottom: 0px;
  }
  #support .faq_question::before {
    right: 10px;
    height: 2px;
    width: 10px;
  }
  #support .faq_question::after {
    right: 10px;
    height: 2px;
    width: 10px;
  }
  #loan .loan_rate_list .loan_rate_item {
    width: 100%;
  }
  #loan .loan_intro .loan_intro_box {
    width: 100%;
  }
  #account .account_tabs {
    margin-bottom: 20px;
  }
  #account .account_tabs .tab_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .app_wrap {
    flex-direction: column;
  }
  .app_wrap .app_bnr .cta-links {
    gap: 0px;
    flex-direction: column;
  }
	.app_wrap .app_bnr .cta-links a {
  width: 100%;
  margin-bottom: 10px;
}
  .app_wrap .app_bnr {
    margin: 0px auto;
  }
  .step_wrap {
    flex-direction: column;
    gap: 0;
  }
  .step_wrap .step_box {
    width: 100%;
    margin-bottom: 0;
  }
}