@charset "UTF-8";


body {
  font-family: sans-serif;
  font-size: 100%;
  margin: inherit;
}

.page-header{
  position: relative;
  background: #1d2132;
  display: block;
  width: 100%;
  height: 75px;
  color: #FFF;
}

.logo img{
  width: 38%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 8px;
}

/*----------------------------------

ボタン関連

---------------------------------- */


@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}


.btn_header , .btn_web , .btn_line , .btn_tel{
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  padding: 8px 0;
  box-shadow: 1px 1px 2px #a5a5a5;
  position: relative;
}

.btn_header{
  background: linear-gradient(to top, rgba(246, 162, 4, 1), rgba(244, 130, 1, 1) 20%,  rgba(246, 162, 4, 1));
  position: absolute;
  top: 50%;
  right: 0%;
  margin-right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2rem;
  width: 50%;
}

.btn_web , .btn_line , .btn_tel{
  font-size: 1.5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.btn_web , .btn_line{
  margin-bottom: 20px;
}

.btn_tel{
  margin-bottom: 0;
}

.btn_web{
  background: linear-gradient(to top, rgba(246, 162, 4, 1), rgba(244, 130, 1, 1) 20%,  rgba(246, 162, 4, 1));
}

.btn_line{
  background: linear-gradient(to top, rgba(9, 215, 111, 1), rgba(86, 211, 131, 1) 20%,  rgba(9, 215, 111, 1));
}

.btn_tel{
    background: linear-gradient(to top, rgba(48, 85, 246, 1), rgba(85, 112, 247, 1) 20%,  rgba(48, 85, 246, 1));
}

.btn_web > p , .btn_line > p , .btn_tel > p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_web > p , .btn_tel > p {
  right: 45px;
}

.btn_line > p {
  right: 40px;
}

.btn_web::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(images/icon_web.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_line::before{
  content: '';
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: url(images/icon_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_tel::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(images/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}



.btn_header::after , .btn_web::after , .btn_line::after , .btn_tel::after{
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


/*----------------------------------

main

---------------------------------- */

#main_content {
  min-height: 100vh;
  position: relative;
  /*←footerの高さ*/
  padding-bottom: 90px;
  box-sizing: border-box;
}

footer{
  width: 100%;
  background: #1d2132;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  font-size: 0.8rem;
}

.top_main_sp{
  display: block;
  width: 100%;
}

.top_main_pc{
  display: none;
}

.concept{
  background: #1d2132;
  color: #FFF;
  word-break: break-all;
  padding: 12px;
  line-height: 2.0;
  font-size: 0.9rem;
}

.bg , .bg2 {
  display: block;
  padding: 16px 0 ;
}

.bg{
  background: #ef8b4f;
}

.bg2 , .bg4{
  background: #fef6e3;
}

.bg3 {
  background: #1d2132;
  padding: 16px 8px;
}

.bg > h2 , .bg3 > h2{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
}

.flex-wrap , .flex-wrap4{
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 4px;
}

.item-box {
  width : calc(95% / 2) ;
  display: block;
  border: solid 1px #1d2132;
}

.item-box img{
  width: 100%;
  text-align: center;
  display: block;
}

.item-box .box-title {
  font-size: 1.2rem;
  background: #1d2132;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

p.red{
  color: #fb3439;
  text-align: center;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: bold;
}

p.sub_t{
  color: #1d2132;
  /*padding: 12px 0;*/
  font-size: 1.3rem;
  font-weight: bold;
}


.reason {
    position: relative;
    margin-top: 28px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 12px;
    padding: 24px 12px 12px;
    border: solid 1px #1d2132;
    border-radius: 6px;
    text-align: center;
}

.reason:first-child {
    margin-top: 10px;
}

.reason .reason-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 4px;
  line-height: 1;
  font-size: 1.3rem;
  background: #fef6e3;
  color: #ef8b4f;
  font-weight: bold;
}

.reason-title::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/icon_light.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reason > p{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}

.reason > span{
  font-size: 3rem;
  font-weight: 900;
  color: #ef8b4f;
}

.flex-wrap2 , .flex-wrap3{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.flex-wrap3{
  background: #FFF;
  border-radius: 8px;
  height: 100px;
  margin-top: 12px;
}

.area-left{
  position: absolute;
  top: 30px;
  left: 12px;
  width: 60%;
  text-align: center;
  color: #1d2132;
  font-size: 2rem;
  font-weight: bold;
}

.area-right{
  position: absolute;
  top: -8px;
  right: 0;
  width: 40%;
}

.area-right img{
  width: 100%;
  display: block;
}

.icon-p , .p-text , .icon-p_r , .p-text_r{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.icon-p{
  left: 8px;
}

.icon-p_r{
  right: 8px;
}

.p-text{
  right: 8px;
  width: 70%;
  font-weight: bold;
  color: #333;
}

.p-text_r{
  left: 16px;
  width: 70%;
  font-weight: bold;
  color: #333;
}

.icon-p img , .icon-p_r img{
  width: 80px;
  height: 80px;
  display: block;
}

.arrow{
  position: relative;
	display: inline-block;
	padding: 0 2.5em;
  margin: 15px 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.arrow:before,
.arrow:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 35px;
	height: 2px;
	background-color: #333;
}

.arrow:before{
  -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.arrow:after{
  -webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.arrow:before {
	left:0;
}
.arrow:after {
	right: 0;
}

p.text{
  text-align: center;
  padding: 12px 0;
  font-size: 0.95rem;
  line-height: 2.0;
}

.group{
  border: solid 1px #1d2132;
  padding: 6px;
  width : calc(89% / 2) ;
}

.group > p{
  font-size: 0.85rem;
}

.group img{
  width: 100%;
  display: block;
}

.b_logo img{
  width: 30%;
  display: block;
}

.amount{
  font-size: 1.6rem;
  font-weight: 900;
  color: #fc2121;
  border-bottom: solid 2px #333;
  padding: 4px 0;
}

.flow-wrap{
  margin-top: 25px;
}

.flow {
    position: relative;
    margin: 0 8px;
    padding: 0.5em 1em;
    border: solid 1px #1d2132;
}

.flow .step-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -1px;
    padding: 0 9px;
    height: 27px;
    line-height: 29px;
    font-size: 1.1rem;
    background: #1d2132;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1d2132;
  margin: 0 auto;
}

.document-wrap{
    margin-top: 12px;
    padding: 0 8px;
}

.document-wrap > h3{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #1d2132;
  padding: 8px 0;
  color: #FFF;
}

.detail{
    padding: 12px 8px;
}

ul.document {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


.policy{
  color: #1d2132;
  text-decoration:underline;
}


/*----------------------------------

パーツ

---------------------------------- */

.center{
  text-align: center;
}

.left{
  text-align: left!important;
  font-weight: bold;
  margin: 0 8px;
}

.yellow{
  color: #ffff00;
  font-size: 1.1rem;
}

.red{
  color: #fc2121!important;
}

.under {
  background: linear-gradient(transparent 70%, #fc2121 70%);
  font-size: 1.2rem;
}

.height38{
  margin-top: 38%;
}

.bottom{
  margin-bottom: 24px;
}

.top{
  margin-top: 4px;
}

.font{
  font-size: 1.2rem;
}

.weight{
  font-weight: bold;
}

/*----------------------------------

追従バナー

---------------------------------- */

.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 8px;
  left: 8px;
  background-color:rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 -8px;
  padding-top: 6px;
  padding-bottom: 3px;
  text-align: center;
}

.pc {
    width: 250px;
}


.sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}

.shadow {
    filter: drop-shadow(3px 3px 3px #777);
}

@media screen and (max-width: 560px) {
    .sp {
      display: inline-block;/* 消していたスマホ用のバナーを表示させる */
      margin: auto;
      /*width: 100%;*/
    }
}

@media screen and (max-width: 990px) {
    .pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

/*----------------------------------

よくある質問

---------------------------------- */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    /*max-width: 900px;*/
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}


.title {
  position: relative;
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}


.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}

.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after{
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}


.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}


.box {
  display: none;
  background: #fef6e3;
  margin:0 3% 3% 3%;
  padding: 3%;
}

/*----------------------------------

フォーム　 レスポンシブ

---------------------------------- */

.form_wrapper {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;*/
  padding: 0 8px;
}

.form-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.form-item:first-child {
  border-top: inherit;
}

.add_name{
  margin-top: 9px;
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
}

.form-item:nth-child(6) {
  border-top: 0px solid #fff;
}


.Label_name {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Label_name .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #fd1616;
  color: #fff;
  font-size: 14px;
}

.form-item-input,
.postal-code-item_left,
.postal-code-item_right{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
}

.form-item-input{
  margin-left: 40px;
  width: 100%;
  max-width: 410px;
}

.postal-code-item_left{
  margin-left: 40px;
  width: 30%;
}

.postal-code-item_right{
  width: 30%;
}

.form-item-textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.form_btn {
    border-radius: 6px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #fd7e00;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: solid 1px #e07001;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}

/*　---- ここからフォーム　スマホ対応　---- */
@media screen and (max-width: 480px) {
  .form_wrapper {
    margin-top: 40px;
  }
  .form-item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .form-item:nth-child(6) {
    padding-top: inherit;
  }

　.postal_code{
    display: flex;
  }

  .add_name{
    margin-top: 9px;
  }

  .postal-code-item_left,
  .postal-code-item_right{
    width: 30%;
    margin-left: 0;
    margin-top: 9px;
    height: 40px;
    border-radius: 6px;
    background: #eaedf2;
    font-size: 16px;
  }


  .Label_name {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .Label_name .isMsg {
    margin-top: 0;
  }
  .required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 34px;
    font-size: 12px;
  }

  .form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 16px;
  }

  .form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 150px;
    flex: inherit;
    font-size: 16px;
  }
}


/*----------------------------------

デフォルトリセット

---------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
}

a,
a:visited,
a:hover,
a:active {
  color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    padding-inline-start: inherit;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

/* ==================================================================================== */
/*  タブレット用
/* ==================================================================================== */

@media screen and (min-width:600px){

  .page-header{
    height: 90px;
  }

  .logo img{
    width: 25%;
    padding-left: 40px;
  }

  .btn_header{
    margin-right: 40px;
    width: 30%;
    padding: 16px 0;
  }

  .top_main_sp{
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

 /* ここから下はPCと同じ*/

  #main_content {
    max-width: 700px;
    margin: 0 auto;
  }

  .concept{
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-size: 1rem;
  }

  .concept > p , .reason{
    max-width: 700px;
  }

  .reason{
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 12px;
  }

  .flex-wrap3{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .concept > p{
    margin: 0 auto;
  }

  .bg , .bg2  , .bg3 {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  footer{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .bg2 {
    padding: 12px;
  }

  .bg{
    padding: 20px 0 ;
  }

  .bg > h2 {
    font-size: 2rem;
  }

  .item-box {
    width : calc(95% / 3) ;
  }

  .area-left{
    top: 40px;
    font-size: 4rem;
  }

  .height38{
    margin-top: 40%;
  }

  .btn_web , .btn_line , .btn_tel{
    font-size: 1.5rem;
    width: 450px;
    padding: 40px 0;
  }

  .btn_web > p , .btn_tel > p {
    right: 120px;
  }

  .btn_line > p{
    right: 110px;
  }

  .btn_web::before{
    width: 40px;
    height: 40px;
    top: 50%;
    left: 100px;
  }

  .btn_line::before{
    width: 55px;
    height: 55px;
    top: 50%;
    left: 90px;
  }

  .btn_tel::before{
    width: 40px;
    height: 40px;
    top: 50%;
    left: 100px;
  }

  .p-text_r {
      left: 100px;
  }

}

/* ==================================================================================== */
/*  PC用
/* ==================================================================================== */


@media screen and (min-width:1025px){

  .page-header{
    height: 150px;
  }

  .logo img{
    width: 15%;
    padding-left: 40px;
  }

  .btn_header{
    margin-right: 40px;
    width: 30%;
    padding: 26px 0;
    font-size: 2rem;
  }


  #main_content {
    max-width: 700px;
    margin: 0 auto;
  }

  .top_main_sp{
    display: none;
  }

  .top_main_pc{
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .concept{
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-size: 1rem;
  }

  .concept > p , .reason ,.flex-wrap3{
    max-width: 700px;
  }

  .flex-wrap3 , .document-wrap  , .bg4{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .reason{
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 12px;
  }

  .concept > p{
    margin: 0 auto;
  }

  .bg , .bg2 , .bg3{
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  footer{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .bg{
    padding: 20px 0 ;
  }

  .bg > h2 {
    font-size: 2rem;
  }

  .item-box {
    width : calc(98% / 3) ;
  }

  .area-left{
    top: 40px;
    font-size: 4rem;
  }

  .height38{
    margin-top: 40%;
  }

  .btn_web , .btn_line , .btn_tel{
    font-size: 1.5rem;
    width: 450px;
    padding: 40px 0;
  }

  .btn_web > p , .btn_tel > p {
    right: 120px;
  }

  .btn_line > p{
    right: 110px;
  }

  .btn_web::before{
    width: 40px;
    height: 40px;
    top: 50%;
    left: 100px;
  }

  .btn_line::before{
    width: 55px;
    height: 55px;
    top: 50%;
    left: 90px;
  }

  .btn_tel::before{
    width: 40px;
    height: 40px;
    top: 50%;
    left: 100px;
  }

  .p-text_r {
      left: 100px;
  }

  .detail{
      padding: 12px;
  }


}
