
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Jua"); */

@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;

  margin: 0;
  padding: 0;

  vertical-align: baseline; 

  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0; 
  border-collapse: collapse;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
          box-sizing: border-box; 

  border: none;
  border-radius: 0;

  -webkit-appearance: button;
          appearance: button;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: table;
  clear: both; 

  content: "";
}

/*インラインブロック*/
.inline_block {
  display: inline-block;

  *display: inline;
  *zoom: 1;
}

/*テーブルセル*/
.table_cell {
  display: table-cell;

  vertical-align: middle; 

  *display: inline;
  *zoom: 1;
}

/*ellipsis*/
.ellipsis {
  overflow: hidden;

  white-space: nowrap;
      text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* -------------------------------- 
=base setting
-------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  display: block;
  overflow: auto;

  width: 100%;
  height: 100%; 
  margin: 0;
  padding: 0;
}

body {
  height: auto; 
	background: url(../images/bg_cloud_L.png) center top no-repeat;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 100%;
  }
}
body,
input,
button,
textarea {
  /* font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","游ゴシック",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
  /* font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,"メイリオ",Meiryo,serif;  */
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-size: 100% \9;
  line-height: 1.6;

  color: #333;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a:link,
a:visited {
  text-decoration: underline; 

  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}
img.nofit {
  width: auto;
  max-width: auto;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.fixed {
  position: fixed;

  width: 100%;
}

/* media query -> sp
=================================================================*/
@media (max-width: 960px) {
  body {
    min-width: 960px;
		background: url(../images/bg_cloud.png) center top no-repeat;
  }
}
@media (max-width: 768px) {
  body {
    min-width: 320px;
		background: url(../images/bg_cloud_sp.png) center top no-repeat;
  }
}
.main {
  position: absolute;
	background-size:cover;
  top: 0;
  left: 0;

  display: block;
  overflow: hidden; 

  width: 100%;
  height: 100%;
}

.android .main {
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;

  box-sizing: border-box; 

  -ms-flex-direction: column;
}

.container {
  position: relative;

  width: 100%;
  height: 100%;
  margin: 0 auto;

  text-align: center;
}

.head-content {
  width: 100%;
  height: auto;
}

.header {
  display: block;

  box-sizing: border-box;
  width: 100%;
  /* height: 70px; */
	height:120px;
  margin: 0;
  padding: 40px 10px 10px;

  text-align: center; 

}
.header-logo {
  text-align: center;
}

.header-logo h1 {
  font-size: 1.35em; 
  font-weight: bold;

  color: #fff;
}

.result-area {
  width: 100%;
  padding: 2px 0 0; 

}
.result-area-wrap {
  box-sizing: border-box;
}
.result-area-bg {
  padding: 10px;

}
.result-area-inner {
  position: relative;

  width: 306px;
  height: 196px;
  margin: 0 auto;
}
.result-area-inner .result-price {
  display: table;

  box-sizing: border-box;
  width: 135px;
  height: 135px;
  margin: 10px auto 0;
  padding: 6px;

  text-align: center;

  color: #fff;
	color: #000; 
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  /* background: #ff8787; */
  background: #cbfc6a;
}
.result-area-inner .result-price .price-data {
  line-height: 1.2; 

  display: table-cell;

  width: 100%;
  height: 100%;

  vertical-align: middle;
}
.result-area-inner .result-price .price-data .price-ttl {
  font-size: .95em;
  font-weight: 500;

  letter-spacing: -1px;
	color: #333333;
}
.result-area-inner .result-price .price-data .price-value dt {
  /* font-family: "Jua", sans-serif; */
  font-family: 'Bebas Neue', sans-serif;	
  font-size: 2em;
  font-weight: 500;

  margin: 0;

  letter-spacing: -1px;
}
.result-area-inner .result-price .price-data .price-value dt span {
  font-family: sans-serif;

  letter-spacing: -2px;
}
.result-area-inner .result-price .price-data .price-value dd {
  font-size: 1.2em;
  font-weight: 500; 
  line-height: .6;

  margin: 0;
	color: #333333;
}
.result-area-inner .result-price__sales .price-data .price-ttl {
  font-size: 1em;
}
.result-area-inner .result-price__sales .price-data .price-value dt {
  font-size: 3.2em;
  line-height: 1.2; 
font-family: 'Bebas Neue', sans-serif;	
  letter-spacing: -1px;
}
.result-area-inner .result-price__sales .price-data .price-value dd {
  font-size: 1.6em;
  line-height: 1;
}
.result-area-inner .result-price__loan {
  position: absolute;
  top: 82px;
  left: 1px;

  width: 96px;
  height: 96px;
  padding: 5px; 

  /* background: #fcb401; */
  /* background: rgba(255,255,255,0.9); */
	background: #cbfc6a;
}
.result-area-inner .result-price__ratio {
  position: absolute;
  top: 82px;
  right: 4px;

  width: 96px;
  height: 96px;
  padding: 5px; 

  /* background: #41b4c5; */
  /* background: rgba(255,255,255,0.9); */
background: #cbfc6a;
}


.win {
  /* winのみフォントの位置が上方向にずれるため */
}
.win .result-price__sales .price-data .price-value dt {
  line-height: 1.3; 

  margin-bottom: -10px;
}

/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  .result-area-wrap {
    padding: 0 10px 2px;
  }
  .result-area-bg {
    padding: 0;

  }
}
.g-wrap {
  position: inherit;

  overflow-y: scroll;

  width: 100%;
  height: 100%;

  -webkit-overflow-scrolling: touch;
}

.g-wrap.active {
  overflow-y: hidden; 

  height: 100%;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #efefef;
}

/*BG背景色*/
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/*BG色*/
/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}
.content {
  width: 100%;
  padding: 5px 0 0; 

  background: #fff;
}

/* 吹き出し本体 */
.input-info {
  position: relative;

  box-sizing: border-box;
  width: 84%;
  max-width: 280px;
  margin: 0 auto 0;
  padding: 7px 10px;

	/*
  border-radius: 30px; 
  background-color: #fff;
	*/
}
.input-info p {
  font-size: .9em;
  line-height: 1.4; 

  color: #fcb401;
  color: #FFF;
}

/* 色付きの半円 */
/*
.input-info:before {
  position: absolute;
  right: 70px;
  bottom: -14px;

  display: block;

  width: 0;
  height: 0;

  content: "";
  transform: rotate(225deg);

  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left: 20px solid #fff;
  border-radius: 50%;
}
*/

/* 白い半円 */
/*
.input-info:after {
  position: absolute;
  right: 78px;
  bottom: -20px;

  display: block;

  width: 0;
  height: 0;

  content: "";
  transform: rotate(225deg);

  border-top: 20px solid #d3f6fc;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left: 20px solid #d3f6fc;
  border-radius: 50%;
}
*/

.input-area {
  box-sizing: border-box; 
  width: 100%;
  margin: 10px 0 0;
  padding: 15px 16px 0;
}
.input-area .input-area-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 10px 0 0;

  -webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0; 
     -moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
          border-radius: 20px 20px 0 0 / 20px 20px 0 0;
  /* background: #fff; */
}
.input-area .input-area-bottom {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 5px 0 0;

  -webkit-border-radius: 0 0 20px 20px / 0 0 20px 20px; 
     -moz-border-radius: 0 0 20px 20px / 0 0 20px 20px;
          border-radius: 0 0 20px 20px / 0 0 20px 20px;
  /* background: #fff; */
}
.input-area .form-group {
  box-sizing: border-box; 
  width: 100%;
  padding: 12px 1px 12px;
}
.input-area .android .form-group {
  display: -ms-flexbox;
  display: flex; 
      flex-direction: row;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
}
.input-area .input-item {
  width: 100%;
}
.input-area .input-item__ttl {
  display: table;
  overflow: hidden; 

  box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
}
.input-area .input-item__ttl h4 {
  font-weight: 500;

  display: table-cell;

  width: 48%;

  text-align: left;
  vertical-align: bottom; 
  letter-spacing: -1.2px;

  /* color: #f72847; */
  color: #000;
}
.input-area .input-item__ttl h4:before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 4px;

  content: "";
  vertical-align: middle;

  background: url("../images/ico_tsuki.png") no-repeat 0 0;
  background-size: cover;
}
.input-area .input-item__form {
  display: table-cell;

  width: 52%;

  text-align: right;
}
.input-area .input-item__form input.form-input {
  font-size: 1.8em;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;	
  letter-spacing: 0px;

  display: inline-block;

  box-sizing: border-box;
  width: 4.2em;
  padding: 0 4px;

  text-align: right; 
  vertical-align: bottom;

  /* color: #f72847; */
  color: #000;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.input-area .input-item__form label.input-unit {
  font-size: .8em;

  display: inline-block;

  width: 3.6em;

  text-align: left; 
  letter-spacing: -1px;

  /* color: #f72847; */
  color: #000;
}
.input-area .input-item__pbar {
  box-sizing: border-box; 
  width: 100%;
  margin-top: 7px;
  padding: 0 10px;
}
.input-area .input-item__pbar .pbar-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;

  border-radius: 6px;
  background: #fee9ec;
  background: #F5FEE1;
	
}
.input-area .input-item__pbar .pbar-inner span {
  display: none;
}
.input-area .input-item__exp {
  font-size: .8em;

  margin: 5px 0 10px 0;
  padding-right: 6px;

  text-align: right;

  color: #777;
}

/* Firefox , IEでスピンボタン非表示（Firefoxで挙動がおかしいため） */
input.form-input[type="number"] {
  -moz-appearance: textfield;
}

/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  .input-area {
    padding: 10px 16px 0;
  }
  .input-area .input-area-inner {
    width: 100%;

    -webkit-border-radius: 14px 14px 0 0 / 14px 14px 0 0; 
       -moz-border-radius: 14px 14px 0 0 / 14px 14px 0 0;
            border-radius: 14px 14px 0 0 / 14px 14px 0 0;
  }
  .input-area .input-area-bottom {
    width: 100%;

    -webkit-border-radius: 0 0 14px 14px / 0 0 14px 14px; 
       -moz-border-radius: 0 0 14px 14px / 0 0 14px 14px;
            border-radius: 0 0 14px 14px / 0 0 14px 14px;
  }
  .input-area .input-item__exp {
    font-size: .75em;
  }
}
.rangeslider--horizontal {
  height: 4px;
}

.rangeslider__fill {
  /* background: #f72847; */
	background:#000;
	
}

.rangeslider {
  /* background: #fb9caa; */
	background:#000;
}

.rangeslider,
.rangeslider__fill {
  -webkit-box-shadow: none; 
     -moz-box-shadow: none;
          box-shadow: none;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -7px;
}

.rangeslider__handle:after {
  display: none;
}

.rangeslider__handle {
  width: 18px;
  height: 18px;

  border: none;
  /* background: #f72847; */
	background: #000;
  -webkit-box-shadow: none; 
     -moz-box-shadow: none;
          box-shadow: none;
}

/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
  }

  .rangeslider__handle {
    width: 24px;
    height: 24px;
  }
}
.form-group__bonus .input-item__ttl h4 {
  /* color: #f3991f; */
}
.form-group__bonus .input-item__ttl h4:before {
  background-image: url("../images/ico_bonus.png");
}
.form-group__bonus .input-item__form input.form-input {
  /* color: #f3991f; */
}
.form-group__bonus .input-item__form label.input-unit {
  letter-spacing: -1.3px; 

  /* color: #f3991f; */
}
.form-group__bonus .input-item__pbar .pbar-inner {
  /* background: #fef5e8; */
}
.form-group__bonus .rangeslider__fill {
  /* background: #f3991f; */
}
.form-group__bonus .rangeslider {
  /* background: #fbdcb2; */
}
.form-group__bonus .rangeslider__handle {
  /* background: #f3991f; */
}

.form-group__nensyu .input-item__ttl h4 {
  /* color: #d9d900; */
  color: #CBFC6A;
}
.form-group__nensyu .input-item__ttl h4:before {
  background-image: url("../images/ico_nensyu.png");
}
.form-group__nensyu .input-item__form input.form-input {
  /* color: #d9d900; */
  color: #CBFC6A;
}
.form-group__nensyu .input-item__form label.input-unit {
  /* color: #d9d900; */
}
.form-group__nensyu .input-item__pbar .pbar-inner {
  /* background: #fdfde6; */
}
.form-group__nensyu .rangeslider__fill {
  /* background: #d9d900; */
}
.form-group__nensyu .rangeslider {
  /* background: #f7f58c; */
}
.form-group__nensyu .rangeslider__handle {
  /* background: #d9d900; */
}

.form-group__atama .input-item__ttl h4 {
  /* color: #aacf34; */
}
.form-group__atama .input-item__ttl h4:before {
  background-image: url("../images/ico_atama.png");
}
.form-group__atama .input-item__form input.form-input {
  /* color: #aacf34; */
}
.form-group__atama .input-item__form label.input-unit {
  /* color: #aacf34; */
}
.form-group__atama .input-item__pbar .pbar-inner {
  /* background: #f9fcf1; */
}
.form-group__atama .rangeslider__fill {
  /* background: #aacf34; */
}
.form-group__atama .rangeslider {
  /* background: #d9eaa5; */
}
.form-group__atama .rangeslider__handle {
  /* background: #aacf34; */
}

.form-group__kinri .input-item__ttl h4 {
  /* color: #00a3d8; */
}
.form-group__kinri .input-item__ttl h4:before {
  background-image: url("../images/ico_kinri.png");
}
.form-group__kinri .input-item__form input.form-input {
  /* color: #00a3d8; */
}
.form-group__kinri .input-item__form label.input-unit {
  /* color: #00a3d8; */
}
.form-group__kinri .input-item__pbar .pbar-inner {
  /* background: #f2f8fc; */
}
.form-group__kinri .rangeslider__fill {
  /* background: #00a3d8; */
}
.form-group__kinri .rangeslider {
  /* background: #c3e0f2; */
}
.form-group__kinri .rangeslider__handle {
  /* background: #00a3d8; */
}

.form-group__kikan .input-item__ttl h4 {
  /* color: #8b72b1; */
}
.form-group__kikan .input-item__ttl h4:before {
  background-image: url("../images/ico_kikan.png");
}
.form-group__kikan .input-item__form input.form-input {
  /* color: #8b72b1; */
}
.form-group__kikan .input-item__form label.input-unit {
  /* color: #8b72b1; */
}
.form-group__kikan .input-item__pbar .pbar-inner {
  /* background: #f3f1f7; */
}
.form-group__kikan .rangeslider__fill {
  /* background: #8b72b1; */
}
.form-group__kikan .rangeslider {
  /* background: #c9bedb; */
}
.form-group__kikan .rangeslider__handle {
  /* background: #8b72b1; */
}

.buttons {
  width: 80%;
  margin: 20px auto 0;
}
.buttons .btn-submit {
  font-size: 1.1em;
  font-weight: 600;
  box-sizing: border-box;
  width: 240px;
  margin-bottom: 50px;
  padding: 10px 18px;

  cursor: pointer; 
  text-align: center;

  color: #000;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  /* background: #ff7373; */
	background:url(../images/icon_submit.png) 5% 50% #CBFC6A no-repeat;
	background-size:10%;
}
.buttons .btn-submit:hover {
  transition: .3s ease-in-out; 

  opacity: .7;

  filter: alpha(opacity=70);
}

.g-submit-btn {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;

  box-sizing: border-box;
  width: 100%;
  padding: 0;

  transition: .2s;
}
.g-submit-btn .g-submit-inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;

  text-align: center; 

  border-top: 1px solid #eee;
  background: rgba(255, 255, 255, .7);
}
.g-submit-btn .g-submit-inner .buttons {
  margin-top: 10px;
}
.g-submit-btn .g-submit-inner .buttons .btn-submit {
  margin-bottom: 20px;
}

/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  .g-submit-btn .g-submit-inner {
    padding: 5px 0;
  }
  .g-submit-btn .g-submit-inner .buttons {
    margin-top: 5px;
  }
  .g-submit-btn .g-submit-inner .buttons .btn-submit {
    margin-bottom: 10px;
  }
}
.foot-btmimg {
  position: relative;

  width: 100%;
  /* height: 120px; */

  /* background: #d3f6fc; */
	background:url(../images/bg_contents.jpg);
}
.foot-btmimg:after {
  position: absolute;
  z-index: 999;
  top: -44px;
  right: 0;
  left: 0;

  display: block;

  width: 400px;
	/* height: 298px; */
  margin: 0 auto;

  content: "";
  text-align: center;

  /* background: url("../images/img01.png") no-repeat 46% 0;
  background-size: cover; */
}

footer#Footer {
  position: relative;

  width: 100%;
  /* padding: 140px 0 25px; */ 
  padding: 0px 0 25px; 

  background-color: #fff;
	/* background:url(../images/bg_contents.jpg); */
}
footer#Footer .footer_container {
  box-sizing: border-box; 
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px;
}
footer#Footer .footer_container .attention {
  font-size: .8em;
  line-height: 1.6; 

  box-sizing: border-box;
  width: 100%;
  padding: 20px;

  text-align: left;

  color: #666;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: #F5FEE1;
}
footer#Footer .footer_copyright {
  font-size: .5em;

  margin-top: 35px;

  text-align: center; 

  color: #666;
}

/* media query -> sp
=================================================================*/
@media (min-width: 321px) and (max-width: 400px) {
  .foot-btmimg {
    margin-bottom: 0;
  }
  .foot-btmimg:after {
    top: -46px;

    width: 100%;

    background-size: 112% auto;
  }

  footer#Footer {
    padding-top: 120px;
  }
}
@media (max-width: 320px) {
  .foot-btmimg:after {
    top: -40px;

    width: 100%;

    background-size: 112% auto;
  }

  footer#Footer {
    padding-top: 110px;
  }
}
/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  footer#Footer .footer_container .attention {
    font-size: .7em;
  }
  footer#Footer .footer_copyright {
    font-size: .5em;
  }
}
/*--------------------------------------------------------------------------
   utility
---------------------------------------------------------------------------*/
.u_show_pc {
  display: inherit;
}

img.u_show_pc,
.u_showi_pc {
  display: inline;
}

.u_showb_pc {
  display: block;
}

.u_showib_pc {
  display: inline-block;
}

.u_show_sp {
  display: none;
}

img.u_show_sp,
.u_showi_sp {
  display: none;
}

.u_showb_sp {
  display: none;
}

.u_showib_sp {
  display: none;
}

/* media query -> sp
=================================================================*/
@media (max-width: 768px) {
  .u_show_sp {
    display: inherit;
  }

  img.u_show_sp,
  .u_showi_sp {
    display: inline;
  }

  .u_showb_sp {
    display: block;
  }

  .u_showib_sp {
    display: inline-block;
  }

  .u_show_pc {
    display: none;
  }

  img.u_show_pc,
  .u_showi_pc {
    display: none;
  }

  .u_showb_pc {
    display: none;
  }

  .u_showib_pc {
    display: none;
  }
}
/* -------------------------------- 
=media query
-------------------------------- */



/* 2025.05.13 追記 */


.checkbox_wrap{
  padding: 3% 2% 0;
}
.checkbox_wrap .kanrihi,
.checkbox_wrap .shuzen{
  display: flex;
  justify-content: space-between;
  padding-bottom: 1%;
}
.checkbox_wrap .checkbox_form input{
  border: none;
  border-bottom: 1px solid #000;
  width: 50px;
}
.checkbox_wrap .checkbox_form label{
  font-size: .8em;
  font-weight: 600;
}

.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}

.checkbox:checked {
  background-color: #cbfc6a;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
}



.Repayment_example{
  text-align: center;
  padding: 24px 0;
}

.Repayment_example a{
  text-decoration: none;
  background-color: #CBFC6A;
  border: 3px solid #000;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: .3s;
}
.Repayment_example a:hover{opacity: .7;}

.Repayment_example .arrow {
  position: relative;
  display: inline-block;
  width: 9.1px;
  height: 5.5px;
  padding-left: 8px;
  padding-bottom: 3px;
}

.Repayment_example .arrow::before,
.Repayment_example .arrow::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: calc(50% - 1px);
  width: 2px;
  height: 7px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}

.Repayment_example .arrow::before {
  transform: rotate(45deg);
}

.Repayment_example .arrow::after {
  transform: rotate(-45deg);
}

.btn_area{
  max-width: 1000px;
  margin: 3% auto;
}
.btn_area h4{
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.btn_area h4::before,
.btn_area h4::after{
  border-top: 1px solid;
  content: "";
  width: 6em; /* 線の長さ */
}
.btn_area h4::before{
  margin-right: 1em; /* 文字の右隣 */
}
.btn_area h4::after{
  margin-left: 1em; /* 文字の左隣 */
}
.btn_area .cap{
  text-align: center;
  font-size: 11px;
}
.btn_area ul{
  display: flex;
  justify-content: space-between;
  margin: 4% auto 2%;
}
.btn_area li{
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .btn_area h4{
  font-size: 16px;
}
.btn_area h4::before,
.btn_area h4::after{
  width: 3em; /* 線の長さ */
}
.btn_area .cap{
  text-align: left;
  font-size: 10px;
}
}