@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Roboto:wght@400;500;700&display=swap');
@charset "UTF-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 18px;
  line-height:1.5;
  color:#000;
  font-family: 'Kosugi','Roboto', sans-serif;
}

input,select,textarea,button{
  font-family: 'Kosugi','Roboto', sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: 'Kosugi','Roboto', sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: 'Kosugi','Roboto', sans-serif;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{
  margin:0;padding:0px;
  font-family: 'Kosugi','Roboto', sans-serif;
}

.font-robot{
  font-family:'Roboto', sans-serif !important;

}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,p,span,table,th,td{
  /*mplus 1 のジャギをとる*/
  /*transform: rotate(0.05deg);*/
}
a {
  /*mplus 1 のジャギをとる*/
  transform: rotate(0.05deg);
  text-decoration: none; 
  color:#e73e3b;
}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a:hover{
  opacity: 0.8;
}

/*共通設定*/
.pc-none{
  display: none;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row12{
  width:1200px;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:980px;
  margin:0 auto;
  text-align:center;
}
/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .in_row{
    width:100%;
    margin:0 auto;
    text-align:center;
  }
  .in_row12{
    width:100%;
    margin:0 auto;
    text-align:center;
    box-sizing: border-box;
  }
}

.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.clearfix{
  clear:both;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header.header_main{
  width: 100%;
  background: #fff;
}
div.top_kv{
  background-image: url(../images/kv_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 657px;
  display: flex;
}
div.top_kv_in{
  display: flex; 
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
div.top_kv_in h3{
  position: absolute;
  top: 20px;
  left: 20px;
}

div.top_kv_in h1{
  margin-left: 20px;
  text-align: left;
  line-height: 0.97;
  color: #f99a1c;
  font-size: 90px;
  text-shadow: 1px 1px 0 #fff,
               -1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff;  
}
div.top_kv_in h1 span{
  font-size: 48px;
}
div.top_kv_in h2{
  margin: 10px 0 20px 40px;
  padding: 0 40px 0;
  line-height: 1;
  background: #ec1a71;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
}
div.top_kv_in h2 span{
  font-size: 48px;
}

@media screen and (max-width: 1200px) {
  div.top_kv_in h3 img{
    width: 80%;
  }
  div.top_kv_in h1{
    font-size: 63px;
  }
  div.top_kv_in h1 span{
    font-size: 34px;
  }
  div.top_kv_in h2{
    font-size: 25px;
  }
  div.top_kv_in h2 span{
    font-size: 34x;
  }
}

div.simu_wrap{
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
  display: none;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* 繰り返し */
.anime-fuwafuwa {
  animation: 2s fuwafuwa infinite;
}

/*--------------------------------------------------------
cta
--------------------------------------------------------*/

.cta{
  background: #f99a1c;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.cta_in{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 10px 20px;
}

.cta_text{
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 20px;
}
.cta_text::after{
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-top: solid 3px #fff;   /* 好みで色を変えてください */  
  border-right: solid 3px #fff;   /* 好みで色を変えてください */  
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -35px;
}
.cta_wrap{
  margin-left: auto;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 20px 20px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cta_wrap img{
  max-width: 100%;
  margin: 0 3px 0;
}
.cta_wrap h2{
  background: #f99a1c;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  padding: 0 20px 0;
  font-size: 30px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
/*  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;*/
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fixed h2{
  display: none;
}

.fixed .cta_in{
  padding: 5px 0 5px;
}
.fixed .cta_text{
  padding: 15px 20px 0px;
}
.fixed .cta_wrap{
  padding: 5px 20px 5px;
}

@media screen and (max-width: 1200px) {
  .cta_in{
    justify-content: center;
    align-items: center;
  }
  .cta_text{display: none;}
  .cta_text::after{display: none;}
  .cta_wrap{
    margin-left: 0;
  }
}

/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.head_btn{
  font-size: 16px;
  padding: 10px 40px 10px;
  color: #fff;
  border-radius: 100vh;
  background: #008bd5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
}
.head_btn:hover{
  background: #fff;
  color: #008bd5;
  border: 2px solid #008bd5;
  font-weight: 500;
}
.reg_btn {
  font-size: 18px;
  padding: 25px 0px 25px;
  color: #fff;
  border-radius: 10px;
  background: #f99a1c;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.reg_btn:hover {
  background: #fff;
  color: #e73e3b;
  border: 2px solid #e73e3b;
  font-weight: 500;
}
.reg_btn2 {
  font-size: 24px;
  padding: 25px 0px 25px;
  color: #000;
  border-radius: 10px;
  background: #fde916;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 60%;
  margin: 20px auto 10px;
  text-align: center;
}
.reg_btn2:hover {
  background: #fff;
  color: #fde916;
  border: 2px solid #fde916;
  font-weight: 500;
}




/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
}
div.footer_in{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 40px;
  box-sizing: border-box;
}
.footer_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  width: 25%;
}
.footer_wrap p{
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
  padding-left: 10px;
}
ul.foot_nav{

}
ul.foot_nav li{
  position: relative;
}
ul.foot_nav li:before {
  content: '・';
}
ul.foot_nav li a{
  font-size: 16px;
  color: #000;
}
.copy{
  border-top: 1px solid #000;
  padding: 20px 0 40px;
}
.copy h5{
  font-size: 14px;
}




/*page top*/
#page_top{
  z-index: 200;
  position: fixed;
  right: 5px;
  bottom: 20px;
  opacity: 0.8;
}
#page_top a{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  height:60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f102';
  font-size: 30px;
  color: #ec1a71;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.d-none{
  display: none;
}

.side_banner{
  position: fixed;
  bottom: 70px;
  right:0;
}

/*--------------------------------------------------------
nayami
--------------------------------------------------------*/
.nayami{
}
.nayami_in{
  background-image: url(../images/nayami_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 584px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 15px;
  box-sizing: border-box;
}
.nayami_l{

}
.nayami_l h2{
  font-size: 48px;
  line-height: 1.3;
}
.nayami_l h2 span{
  font-size: 60px;
  color: #ec1a71;
}
.nayami_text{
  background-color:rgba(255,255,255,0.7);
  width: 80%;
  margin: 20px auto;
  padding: 30px;
  box-sizing: border-box;
}
.nayami_text p{
  text-align: left;
  font-size: 24px;
}
.nayami_text p span{
  color: #ec1a71;
}
@media screen and (max-width: 1200px) {
  .nayami_in{
    align-items: center;
  }
  .nayami_l, .nayami_r{
    width: 50%;
  }
  .nayami_r img{
    width: 100%;
  }
  .nayami_text{
    width: 97%;
  }
  .nayami_l h2{
    font-size: 34px;
  }
  .nayami_l h2 span{
    font-size: 42px;
  }
  .nayami_text{
    padding: 21px;
  }
  .nayami_text p{
    font-size: 17px;
  }
}


/*--------------------------------------------------------
sv
--------------------------------------------------------*/
h2.titleh2{
  font-size: 36px;
  color: #f99a1c;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.titleh2:before{
  content: url(../images/title_icon.png);
  padding-right: 30px;
  padding-bottom: 10px;
}
h2.titleh2:after{
  content: url(../images/title_icon.png);
  padding-left: 30px;
  padding-bottom: 10px;
}
h3.titleh3{
  font-size: 24px;
  color: #f99a1c;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
h3.titleh3:before{
  content: url(../images/title_icon.png);
  padding-right: 30px;
  padding-bottom: 10px;
}

.sv_wrap{
  background: url(../images/sv_bg.png) repeat;
  background-size: contain;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1200px) {
  .sv_wrap{
    padding: 60px 15px 40px;
    box-sizing: border-box;
  }
}
.sv_in{
  margin: 40px auto 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #adadad;
  padding-bottom: 15px;
}
.sv_title{
  background: #f99a1c;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
.sv_title span{
  display: block;
  background: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-size: 24px;
  color: #f99a1c;
  font-family:'Roboto', sans-serif;

}
.sv_title h3{
  font-size: 30px;
  color: #fff;
  padding-left: 40px;
}
.sv_title b{
  margin-left: auto;
  color: #fff;
  font-size: 30px;
  font-family:'Roboto', sans-serif;
  font-weight: normal;
  opacity: 0.7;
}
p.sv_text{
  font-size: 24px;
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
}
p.sv_text span{
  color: #ec1a71;
}
@media screen and (max-width: 1200px) {
  p.sv_text{
    font-size: 18px;
  }
}
.sv1_wrap{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.sv1_list{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.sv1_list li{
  margin: 10px;
  background: #f99a1c;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.sv1_list li:nth-child(2){
  background: #ec1a71;
}
ul.sv1_list li:nth-child(3){
  background: #ec1a71;
}
.sv1_chk_box{
  border: 2px solid #f99a1c;
  width: 97%;
  margin: 20px auto 20px;
  position: relative;
  border-radius: 5px;
}
.sv1_chk_box h3{
  position: absolute;
  padding: 0 15px 0 ;
  top: -25px;
  left: 20px;
  background: #fff;
  font-size: 30px;
  color: #f99a1c;
  font-family:'Roboto', sans-serif;
}
.sv1_chk_box p{
  font-size: 24px;
  padding: 35px 0 15px;
}
.sv1_chk_box p span{
  color: #f99a1c;
}

.sv2_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px){
  .sv2_wrap{
    padding: 15px;
    box-sizing: border-box;
  }
  .sv2_wrap img{
    max-width: 50%;
  } 
}

table.sv_tb{
  border-collapse: collapse;
  width: 90%;
  margin: 0px auto 20px;
}
table.sv_tb th{
  background: #8abd46;
  border: 1px solid #65ab31;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 7px;
}
table.sv_tb td{
  font-weight: normal;
  font-size: 18px;
  border: 1px solid #65ab31;
  padding: 7px;
}

ul.sv3_list{
  width: 97%;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
ul.sv3_list li{
  width: 32%;
  position: relative;
  margin-bottom: 20px;
}
ul.sv3_list li img{
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 1200px){
  ul.sv3_list li img{
    width: 100%;
  }
}
.sv3_list_text{
  background: #8abd46;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  width: 95%;
  margin: -80px auto 0;
  position: relative;
  z-index: 6;
}
.sv3_list_text h4{
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0 10px;
  color: #fff;
}
.sv3_list_text p{
  font-size: 12px;
  text-align: left;
  color: #fff;
}

.sv4_wrap{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 20px;
}
.sv4_wrap p{
  width: 50%;
  text-align: left;
  font-size: 24px;
  padding:0 20px 20px;
  box-sizing: border-box;
  line-height: 1.5;
}
.sv4_wrap p span{
  color: #ec1a71;
}
.sv4_wrap p b{
  display: block;
  color: #f99a1c;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1200px){
  .sv4_wrap p{
    font-size: 18px;
  }
}
.sv7_wrap{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 20px 0;
  box-sizing: border-box;
}
.sv7_l{
  width: 45%;
}
.sv7_r{
  width: 45%;
}
.sv7_l h4{
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
}
.sv7_l p{
  font-size: 16px;
  text-align: left;
  padding-top: 20px;
}
.sv7_r h4{
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
}
.sv7_r p{
  font-size: 16px;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 1200px){
  .sv7_wrap img{
    width: 100%;
  }
  .sv7_l{
    width: 49%;
  }
  .sv7_r{
    width: 49%;
  }
  .sv7_l h4{
    font-size: 18px;
  }
  .sv7_r h4{
    font-size: 18px;
  }
}

/*--------------------------------------------------------
plan
--------------------------------------------------------*/
.plan{
  background: #f5f5f5;
  padding: 60px 0 20px;
}
.plan_in{
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.plan_in h2{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background: #f99a1c;
  padding: 20px 80px 20px;
  line-height: 1;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
  outline: 2px dashed rgb(255, 255, 255);
  outline-offset: -7px;
  margin-bottom: 20px;
}
dl.price_list{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: 1px dashed #ec1a71;
  padding-bottom: 20px;
  padding-top: 40px;
}
dl.price_list dt{
  width: 55%;
  margin-left: auto;
}
dl.price_list dt h3{
  font-size: 72px;
  color: #ec1a71;
  line-height: 1;
}
dl.price_list dt p{
  font-size: 18px;
  line-height: 2;
}
dl.price_list dd{
  width: 45%;
}
dl.price_list dd h4{
  color: #ec1a71;
  font-size: 72px;
  font-family:'Roboto', sans-serif;
  line-height: 1;
}
dl.price_list dd h4 b{
  font-size: 120px;
}
dl.price_list dd h4 span{
  display: block;
  font-size: 18px;
  text-align: right;
  line-height: 1;
  margin-top: -20px;
  margin-right: 40px;
}
ul.plan_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
ul.plan_icon li{
  margin: 0 5px 0;
  border-radius: 5px;
  background: #ec1a71;
  line-height: 1;
  padding: 5px 15px 5px;
  font-size: 18px;
  color: #fff;
}
.plan_in h5{
  padding: 20px 0 0 0;
  font-size: 16px;
  color: #f99a1c;
  font-weight: normal;
}

.plan_item_wrap{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.plan_item_wrap_in{
  width: 48%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan_item_wrap_in h3{
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
}
ul.tag_list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
ul.tag_list li{
  background: #eeeeee;
  margin: 5px;
  border-radius: 5px;
  padding: 5px 10px 5px;
  line-height: 1;
  font-size: 14px;
}

@media screen and (max-width: 1200px){
  .plan{
    padding: 60px 15px 20px;
    box-sizing: border-box;
  }
  dl.price_list dt h3{
    font-size: 50px;
  }
  dl.price_list dt p{
    font-size: 16px;
  }
  dl.price_list dd h4{
    font-size: 50px;
  }
  dl.price_list dd h4 b{
    font-size: 84px;
  }
  dl.price_list dd h4 span{
    font-size: 16px;
  }



}

/*--------------------------------------------------------
reason
--------------------------------------------------------*/
.reason{
  padding: 60px 0 20px;
}
ul.reason_list{
  padding: 40px 0 0;
}
ul.reason_list li{
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.reason_text{
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
.reason_title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.reason_title h3{
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  padding: 0 0 0 20px;
}
.reason_title h3 span{
  font-family:'Roboto', sans-serif;
  line-height: 1;
  font-size: 36px;
  color: #f99a1c;
}
.reason_text p{
  padding-top: 20px;
  text-align: left;
}

@media screen and (max-width: 1200px){
  .reason{
    padding: 60px 15px 20px;
    box-sizing: border-box;
  }
  ul.reason_list li img{
    max-width: 70%;
  }
  .reason_title h3{
    font-size: 18px;
  }
  .reason_title h3 span{
    font-size: 26px;
  }
  .reason_text p{
    padding-top: 16px;
  }
}


/*--------------------------------------------------------
flow
--------------------------------------------------------*/
.flow{
  padding: 60px 0 60px;
  background: #8abd46;
}
.flow h2{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  padding: 20px 80px 20px;
  line-height: 1;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
}
ul.flow_list{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
ul.flow_list li{
  background: #fff;
  border-radius: 5px;
  width: 18%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
ul.flow_list li:first-child:before{
  display: none;
}
ul.flow_list li:before{
  content: '';
  width: 14px;
  height: 14px;
  margin-top: -10px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -30px;
}
ul.flow_list li h3{
  margin-top: 0;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 21px;
  border-radius: 5px 5px 0 0;
  padding: 10px 0 10px;
}
ul.flow_list li img{
  margin: 20px auto 20px;
}
ul.flow_list li:nth-child(3) img{
  margin-bottom: 0;
}
ul.flow_list li p{
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}
ul.flow_list li p span{
  color: #f99a1c;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1200px){
  ul.flow_list{
    /*justify-content: flex-start;*/
  }
  ul.flow_list li{
    width: 30%;
    margin-bottom: 20px;
  }
}



/*--------------------------------------------------------
banner
--------------------------------------------------------*/
.banner{
  padding: 60px 0 60px;
}
.banner_in{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner_in img{
  max-width: 100%;
}
@media screen and (max-width: 1200px){
  .banner_in img{
    max-width: 95%;
  }
}

/*--------------------------------------------------------
area
--------------------------------------------------------*/
.area{
  padding: 0px 0 60px;
}
.area_in{
  background: url(../images/area_bg.png) no-repeat;
  background-size: cover;
  height: 566px;
  padding: 40px;
  box-sizing: border-box;
}
.area_in h2{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  padding: 20px 160px 20px;
  border: 1px solid #000;
  line-height: 1;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
}
.area_in_wrap{
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.area_in_wrap p{
  line-height: 1.8;
  text-align: left;
  font-size: 24px;
  padding-bottom: 40px;
}

.about{
  padding: 0 0 40px;
}
table.about_tb{
  border-collapse: collapse;
  width: 90%;
  margin: 20px auto 20px;
}
table.about_tb th{
  width: 35%;
  background: #523722;
  border: 1px solid #523722;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  text-align: right;
  font-family:'Roboto', sans-serif;
}
table.about_tb td{
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #523722;
  padding: 10px;
  font-family:'Roboto', sans-serif;
}

@media screen and (max-width: 1200px){
  .area{
    padding: 0px 15px 60px;
    box-sizing: border-box;
  }
  .area_in{
    background: url(../images/area_bg.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 566px;
    padding: 40px;
    box-sizing: border-box;
  }
  .area_in img{
    width: 55%;
  }
  .area_in_wrap p{
    font-size: 18px;
  }
}

/*low contents*/
.top_low{
  padding: 10px 20px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_low h1{
  font-size: 24px;
  line-height: 1.2;
  margin-left: auto;
}

.low_kv{
  background-color: #f99a1c;
  background-image: url(../images/sv_bg.png);
  background-repeat: repeat;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.low_kv_in{
  position: relative;
}
.low_kv_in h2{
  font-size: 24px;
  color: #fff;
  padding: 40px 0 40px;
}
ul.breadcrumb{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.breadcrumb li{
  position: relative;

}
ul.breadcrumb li a{
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
ul.breadcrumb li a::after {
  display: inline-block;
  content: '';
  margin-left: 15px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul.breadcrumb li:last-child a::after {
  display: none;
}

.faq_wrap{
  padding: 40px 80px 40px;
  box-sizing: border-box;
}
dl.faq_list{
  box-sizing: border-box;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:18px;
  color:#fff;
  text-align:left;
  box-sizing: border-box;
  padding:20px 0 20px 60px;
  margin:10px 0 0px 0px;
  background: #8abd46;
  -webkit-border-radius: 50px;/* for Safari and Chrome */
  -moz-border-radius: 50px; /* for Firefox */
  -o-border-radius: 50px; /* for opera */
  border-radius: 50px;
}
dl.faq_list dt::before{
  position: absolute;
  font-family:'Roboto', sans-serif;
  content:'Q';
  font-weight: normal;
  font-size:30px;
  color:#fff;
  display: inline-block;
  top:10px;;
  left:20px;
}
dl.faq_list dd{
  margin:10px auto;
  -webkit-border-radius: 50px;/* for Safari and Chrome */
  -moz-border-radius: 50px; /* for Firefox */
  -o-border-radius: 50px; /* for opera */
  border-radius: 50px;
  border:2px solid #8abd46;
  background: #fff;
  padding:20px 20px 20px 60px;
  box-sizing: border-box;
  position: relative;
  color:#000;
  font-size:18px;
  line-height: 1.7;
  text-align:left;
}
dl.faq_list dd::before{
  position: absolute;
  font-family:'Roboto', sans-serif;
  content:'A';
  font-weight: normal;
  font-size:30px;
  color:#8abd46;
  display: inline-block;
  top:10px;;
  left:20px;
}
/*accodion*/
dl.faq_list dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   width: 10px;
   height: 10px;
   top:15px;
   right: 20px;
   bottom:0;
   margin:12px 0 0 0;
   transform: rotate(45deg);
}
dl.faq_list dt.ac:after {
   content: "";
   position: absolute;
   border-right: 0;
   border-bottom: 0;
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   width: 10px;
   height: 10px;
   top:20px;
   right: 20px;
   transform: rotate(-135deg);
}


.koe{
  padding:40px 0 40px;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: space-around; /* 子要素をflexboxにより中央に配置する */
  align-items: stretch;  /* 子要素をflexboxにより中央に配置する */
  flex-wrap: wrap;
}
div.koe_box{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
  align-items: flex-start;  /* 子要素をflexboxにより中央に配置する */
  flex-direction: column;
  width:48%;
  padding:15px;
  box-sizing: border-box;
  margin:20px auto;
  border:2px solid #f99a1c;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  background:#fff;
  text-align:left;
}
div.koe_box h4{
  text-align:center;
  width:100%;
  padding:7px;
  font-size:24px;
  background:#f99a1c;
  color:#fff;
}
div.koe_box p{
  font-size:16px;
  line-height: 1.7em;
  width:100%;
  padding:15px 5px 15px;
  box-sizing: border-box;
}
div.koe_box img{
  width: 100%;
  margin-top: auto;
}


.inquiry{
  padding:40px 0 40px;

}
.lowtext{
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  padding: 20px;
  box-sizing: border-box;
}

/*--------------------------------------------------------
form
--------------------------------------------------------*/
/* input全体に指定する場合は以下 */



dl.info_list{
  margin:10px auto;
  width: 95%;
  overflow: hidden;
  border: 1px solid #f99a1c;
  border-top: none;
}
dl.info_list dt{
  vertical-align: middle;
  text-align: center;
  font-size:16px;
  width: 30%;
  float: left;
  padding: 20px 0 10px 0;
  border-top: 1px solid #f99a1c;
  box-sizing: border-box;

}
dl.info_list dd{
  margin-left: 30%;
  text-align: center;
  padding: 10px 0 10px 0;
  border-left: 1px solid #f99a1c;
  border-top: 1px solid #f99a1c;
}
dl.info_list dd:after{
  display: block;
  content: "";
  clear: both;
}
.info_hissu{
  position:absolute;
  margin:-23px 0 0 220px;
  width:45px;
  display: block;
  padding:2px 0 0 0;
  height:25px;
  box-sizing: border-box;
  background:red;
  color:#fff;
  font-size:14px;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}

/* input */
.info_fm01{
  display: block;
  margin:0 auto;
  font-size:16px;
  width:90%;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  box-sizing: border-box;
  border:1px solid #f99a1c !important;
  height:30px;
  padding:20px 10px 20px 10px !important;
}

.info_box02{
  margin:0 auto;
  text-align: center;
  width: 90%;
  box-sizing: border-box;
  font-size:16px;
  display: flex;
}
.info_fm02{
  text-align: left;
  font-size:16px;
  width:50%;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  box-sizing: border-box;
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  border:1px solid #f99a1c;
  height:30px;
  padding:20px 10px 20px 10px;
}
.info_box02 a{
  padding:0 0 0 20px;
  text-decoration: underline;
  color:blue;
}
.info_sl{
  font-size:16px;
  width:90%;
  height:45px !important;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  box-sizing: border-box;
  border:1px solid #f99a1c;
  background:#fff !important;
}
.info_cm01{
  display: block;
  margin:0 auto;
  font-size:16px;
  width:90%;
  height:130px;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  box-sizing: border-box;
  border:1px solid #f99a1c;
  padding:10px 10px 10px 10px;
}
input[type="date"] {
  -webkit-appearance: none;
  text-align: left !important;
  background: #fff;
  margin:0 auto;
  font-size:16px;
  width:90%;
  border-radius: 5px;
  box-sizing: border-box;
  border:1px solid #f99a1c !important;
  height:30px;
  padding:20px 10px 20px 10px !important;

}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
  .info_fm01{
    height:40px;
    padding:10px 10px 10px 10px;
  } 
  .info_fm02{
    height:40px;
    padding:10px 10px 10px 10px;
  }
  .info_sl{
    height:40px;
    padding:10px 10px 10px 10px;
  }
}
.info_btn_box{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.info_btn{
  border:none ;
  background: #f99a1c !important;
  width:40% !important;
  padding:15px 20px 15px !important;
  position:relative;
  float:none;
  clear:both;
  margin:10px auto !important;
  text-align:center;
  font-size:30px !important;
  color:#fff !important;
}
.info_btn span{
  font-size:42px;
}
.info_btn:hover{
  opacity: 0.8;
}
.address_box{
  display: none;
}
div.a_left{
  text-align:left !important;
  padding:0 0 0 40px;
}
.cn_suc{
  display: none;
  position:absolute;
  margin:6px 0 0 250px;
  text-align:center;
  left:50%;
  width:80px;
  height:29px;
  box-sizing: border-box;
  background:#24b0c1;
  color:#fff;
  font-size:14px;
  padding:5px 5px 5px 5px;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}
.cn_suc2{
  display: none;
  position:absolute;
  margin:6px 0 0 250px;
  left:50%;
  text-align:center;
  width:80px;
  height:29px;
  box-sizing: border-box;
  background:#24b0c1;
  color:#fff;
  font-size:14px;
  padding:5px 5px 5px 5px;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}
.cn_suc3{
  display: none;
  position:absolute;
  margin:5px 0 0 250px;
  left:50%;
  text-align:center;
  width:80px;
  height:29px;
  box-sizing: border-box;
  background:#24b0c1;
  color:#fff;
  font-size:14px;
  padding:6px 5px 5px 5px;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}
.open_icon{
  display: none;
}


.info_comp_btn01{
  border:none ;
  background:url(../image/newform/info_comp_btn01.png) no-repeat;
  width:641px;
  height:115px;
  position:relative;
  float:none;
  clear:both;
  margin:10px auto !important;
  text-align:center;
  font-size:24px !important;
  color:#fff;
}
.info_comp_btn01:hover{
  opacity: 0.8;
}
.info_comp_btn02{
  border:none ;
  background:url(../image/newform/info_comp_btn02.png) no-repeat;
  width:641px;
  height:115px;
  position:relative;
  float:none;
  clear:both;
  margin:10px auto !important;
  text-align:center;
  font-size:24px !important;
  color:#fff;
}
.info_comp_btn02:hover{
  opacity: 0.8;
}

.info_comp_btn01 a, .info_comp_btn02 a{
  font-size:24px !important;
}

/* info-input */
.oneinfo{
  width:100%;
  margin:0 auto;
  text-align:center;
}


/*--------------------------------------------------------
回収・買取情報一覧
--------------------------------------------------------*/
div.bloglist{
  padding:40px 0 40px;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-wrap: wrap;
}
div.listbox{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-direction: column;
  margin:0;
  border:1px dotted #eaeaea;
  width:48%;
  padding:20px 10px 10px;
  box-sizing: border-box;
  box-shadow:3px 4px 6px -6px #020202;
}
.listleft{

}
.listright{
  text-align:left;
  width:80%;
}

div.list_row01{
  border-bottom:1px dotted #fff;
  padding:10px 0 10px;
}
div.list_row01 span{
  display: inline-block;
  font-size:16px;
}
h4.listtitle{
  background: #fff5e3;
  width:100%;
  min-height:60px;
  font-size:16px;
  padding:10px;
  box-sizing: border-box;
}
h4.listtitle a{color:#57423c;}
.listcomment{
  font-size: 14px;
  padding:10px 0 10px;
  min-height:90px;

}
div.pnavi{
  vertical-align: top;
  clear:both;
  display: block;
  width:100%;
  margin:20px auto 10px;
  text-align: center;
}
.page-numbers {
  vertical-align: top;
  background:#fff5e3;
  color:#57423c;
  padding:10px;
  display:inline-block;
  font-size:14px;
}
.current{
  vertical-align: top;
  background: #f99a1c;
  color:#fff;
}
div.pnavi a{
  color:#57423c;
}
/*--------------------------------------------------------
回収・買取情報 詳細　single page
--------------------------------------------------------*/
div.single_box{
  width:100%;
  padding:20px;
  box-sizing: border-box;
  border:2px solid #f99a1c;
}
div.single_in{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  width:100%;
}
div.single_left{

}
div.single_right{
  width:100%;
  margin:0 0 0 30px;
}
div.single_in h2{
  font-size:24px;
  width:100%;
  padding:10px 0 10px;
  border-bottom:2px solid #f99a1c;
  text-align:left;
  margin:0 0 10px 0;
}
div.single_date{
  text-align:left;
}
div.single_wrap{
  text-align:left;
  padding:30px 0 30px;
  line-height:2em;
}


.privacy{
  text-align: left;
}
.privacy h3{
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid orange;
}
.privacy p{
  line-height: 1.5;
  font-size: 14px;
  padding: 10px;
}
