<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

:root {
  --primary: #E78933;
  --secondary: #F6AD17;
  --accent: #F8E237;
  --gradation: linear-gradient(70deg, #A7874A, #F6AD17);
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&amp;display=swap');
body
{
background:#FFFFFF !important;
}
/*-----------------------------
pc/sp
------------------------------*/
.sp {
  display: none !important;
}

@media (max-width: 900px) {
  .sp {
    display:inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 1000px) {
.explan-sp {
  display: none!important;
	}
	.kaidan_area p{
  		font-size: 145%;
	}
}
@media (min-width: 1000px) {
  .explan-pc {
    display: none !important;
  }
	.kaidan_area p{
  		font-size: 180%;
	}
}


/*-----------------------------
common
------------------------------*/

h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.small {
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 900px) {
  .small {
    display: block;
  }
}

/*-----------------------------
追加コンテンツ　explan箇所
------------------------------*/
.price-report {
  max-width: 740px;
  
}
.price-report .caution{
  width:90%;
  margin:0 auto 40px;
  text-align:center;
  }

.price-report table {
  border: 1px solid #A7874A;
  margin-top: 30px;
  margin-bottom: 0px;

}
.price-report table th {
  color: #FFF;
  background-color: #A7874A;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  width: 55%;
  vertical-align: middle;
}

@media (min-width: 767px) {
    .price-report {
      margin:0 auto;
      width: 100%;
    }
    .price-report table{
        width: 100%;
    }
}
@media (max-width: 767px) {
  .price-report table th {
    font-size: 16px;
    display: block;
    padding: 10px;
    width: auto;
  }
      .price-report table{
        width: 90%;
        margin:30px auto 0px
        ;
    }
}

.price-report table td {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .price-report table td {
    display: block;
    padding: 15px;
    width: auto;
  }
}

hr {
    border-top: 1px solid #A7874A!important;
}
.support-explan{
    /* background-image: url( "../image/explan.jpg"); */
    /* background: linear-gradient(#A7874A, #fff); */
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding: 60px 2%;
}

.explan_area{
  max-width:1000px;
  width:100%;
  margin: 0 auto;
  /* padding: 0 2%; */
}
.catch {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 21px;
    line-height: 1.8;
    text-align: center;
    margin: 30px auto;
}


.explan_content{
  border:solid 1px #A7874A;
  margin:30px 0;
  /* padding:20px 10px; */
  clear:both;
  overflow:hidden;
  background: #fff;
  /* width: 50%; */

}
 
.support_img{
  max-width:500px;
  width:100%;
  overflow:hidden;
  margin:0 auto;
}
@media (min-width: 1000px) {
    .explan_content{
     height:280px;
    }
    .support_img{
      float:left;
      margin:0 10px 0 0;
        }
    .cv-btn{
        position: relative;
        top:160px;

        
    }
    .explan_content .p_position{
      position: relative;
      top: -70px;
    }
    .explan_content .small{
      position:relative;
      top: -85px;
    }
}
@media (max-width: 1000px) {
    .explan_content h3{
  font-size:16px;
  padding: 15px 15px 10px 10px!important;
  }
}

.explan_content p{
  padding: 0 10px;
  margin-bottom: 10px;
}
.explan_cv{
  text-align:right;
}
.cv-btn {
    background: #A7874A;
    color: #fff;
    padding: 14px 24px;
    /* margin: 40px auto 0px; */
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    /* padding: 23px 10px 23px; */
    text-align: center;
    line-height: 1.2;
    border: 2px solid #A7874A;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin: 10px;
}

.cv-btn:hover {
  background: #fff;
  color: #A7874A;
  border: 2px solid #A7874A;
}
.support-contents .support-blocks ul li a :hover{
	opacity: 1;
	background:#ccc;
	
}

@media (max-width: 767px) {
    .explan_content h3{
  font-size:16px;
  padding: 15px 15px 0px 10px;
  }
    .image_pc{
        display: none;
    }
}
@media (min-width: 767px) {
    .explan_content h3{
      font-size: 18px;
      padding: 10px 0px;
    }
    .image_sp{
    display: none;
    }
}

.cv-btn2 {
    background: #A7874A;
    color: #fff;
    padding: 15px 45px 21px;
    margin: 40px auto 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    /* padding: 23px 10px 23px; */
    text-align: center;
    line-height: 1.2;
    position: relative;
    border: 2px solid #A7874A;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.cv-btn2 .arrow {
    position: relative;
    bottom: -5px;
}
   .cv-btn2:hover {
  background: #fff;
  color: #A7874A;
  border: 2px solid #A7874A;
}

.p_position span {
	/* color:#A7874A; */
	font-size: 110%;
	font-weight: bold;
}

.negative {
    background-image: url(../image/double.png);
    background-repeat: repeat-x;
    background-position: center;
}
.text_style{
	font-size: 110%;
	font-weight: bold;
}
.small2 {
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.2;
}
.kaidan_area{
  margin: 0 auto 40px;
  width:100%;
  text-align:center;
}
.kaidan_area p{
  	color: #ff5e00;
  	font-weight:bolder;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
    margin: 0 0 10px;
    max-height: 100%;}

.image_pc,.image_sp{
  max-width:1280px;
  width:100%;
}
.image_sp{
  max-width:1000px;
  width:100%;
}

</pre></body></html>