/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
スマホレイアウト
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*共通設定*/
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}
.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  padding: 0 0px 0;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
.in_row12{
  width:100%;
  padding: 0 0px 0;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
p{font-size: 14px}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.top_kv{
  background-position: top left 30%;
  height: 480px;
}
div.top_kv_in{
  display: flex; 
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
div.top_kv_in h3{
  width: 45%;
  position: absolute;
  top: 150px;
  left: 0px;
}

div.top_kv_in h1{
  margin-left: 10px;
  text-align: left;
  line-height: 1.1;
  font-size: 32px;
}
div.top_kv_in h1 span{
  font-size: 26px;
}
div.top_kv_in h2{
  width: 100%;
  margin: 20px 0 0px 0px;
  padding: 7px 10px 7px;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
div.top_kv_in h2 span{
  font-size: 30px;
}
div.simu_wrap{
  position: fixed;
  bottom: 0;
  top: 30px;
  right: 5px;
  z-index: 100;
  width: 30%;
  display: none;
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{

}
.cta_in{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 20px 10px;
  box-sizing: border-box;
}

.cta_text{
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.cta_text::after{
  display: none;
}
.cta_wrap{
  margin: 20px auto 0;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  padding:20px 10px 10px;
  display: block;

}
.cta_wrap img{
  float: left;
}
.cta_wrap a{
  display: inline;
}
.cta_wrap a:nth-child(2) img{
  width: 100%;
  margin-bottom: 10px;
}
.cta_wrap a:nth-child(3) img{
  width: 48%;
}
.cta_wrap a:nth-child(4) img{
  width: 48%;
}
.cta_wrap h2{
  width: 70%;
  top: -15px;
  padding: 0 10px 0;
  font-size: 18px;
}
/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.reg_btn {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 0 auto 10px;
}
.reg_btn2 {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 20px auto 10px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
}
div.footer_in{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.footer_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  width: 50%;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
}

.footer_wrap p{
  font-size: 14px;
  line-height: 1.5;
  padding-top: 0px;
  padding-left: 0px;
  width: 70%;
}
ul.foot_nav{

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

.footer_in .footer_wrap:first-child{
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  order: 4;
}
.footer_wrap img{
  text-align: center;
  width: 70%;
}

.d-none{
  display: none;
}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
div.sp_foot{
  /*display: none;*/
}
ul.footer_menu {
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  bottom:0;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  /*iphone11 固定が押せない問題のcss*/
  height: calc(45px + env(safe-area-inset-bottom));
  line-height: 45px;
  padding-bottom: calc(env(safe-area-inset-bottom));
  padding-top: calc(env(safe-area-inset-bottom) - 35px);
}
ul.footer_menu li:first-child {
  width:55%;
}

ul.footer_menu li:nth-child(2){
  width:15%;
}
ul.footer_menu li:nth-child(3){
  width:15%;
}
ul.footer_menu li:last-child {
  width:15%;
}
ul.footer_menu li {
  border:none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align:middle;
  list-style-type: none;
}
ul.footer_menu li img{
  vertical-align: bottom;
  width:100%;
}

/*--------------------------------------------------------
nayami
--------------------------------------------------------*/
.nayami{
}
.nayami_in{
  background-image: url(../images/nayami_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right 30%;
  height: 480px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.nayami_l{
  width: 100%;
}
.nayami_l h2{
  font-size: 20px;
  line-height: 1.3;
  padding-top: 20px;
}
.nayami_l h2 span{
  font-size: 24px;
  color: #ec1a71;
}
.nayami_text{
  background-color:rgba(255,255,255,0.7);
  width: 100%;
  position: absolute;
  bottom:7px;
  left: 0;
  right: 0;
  margin: 0px auto 0;
  padding: 10px;
  box-sizing: border-box;
}
.nayami_text p{
  text-align: left;
  font-size: 16px;
}
.nayami_text p span{
  color: #ec1a71;
}
.nayami_r{
  position: absolute;
  top: 100px;
  left: 0;
}



/*--------------------------------------------------------
sv
--------------------------------------------------------*/
h2.titleh2{
  font-size: 20px;
}
h2.titleh2:before{
  content: url(../images/title_icon.png);
  padding-right: 15px;
  padding-bottom: 0px;
}
h2.titleh2:after{
  content: url(../images/title_icon.png);
  padding-left: 15px;
  padding-bottom: 0px;
}
h3.titleh3{
  font-size: 18px;
  padding: 15px 0 15px;
}
h3.titleh3:before{
  content: url(../images/title_icon.png);
  padding-right: 10px;
  padding-bottom: 0px;
}

.sv_wrap{
  background: url(../images/sv_bg.png) repeat;
  background-size: contain;
  padding: 30px 15px 10px;
  box-sizing: border-box;
}
.sv_in{
  margin: 20px auto 10px;
  padding-bottom: 10px;
}
.sv_title{
  padding: 10px;
}
.sv_title span{
  padding: 5px 10px;
  font-size: 20px;

}
.sv_title h3{
  font-size: 20px;
  padding-left: 15px;
}
.sv_title b{
  font-size: 24px;
}
p.sv_text{
  font-size: 16px;
  padding: 15px;
  box-sizing: border-box;
}
.sv1_wrap{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.sv1_wrap img{
  width: 95%;
}
ul.sv1_list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.sv1_list li{
  margin: 10px;
  width: 120px;
  height: 120px;
  font-size: 20px;
}
.sv1_chk_box{
  margin: 20px auto 10px;
}
.sv1_chk_box img{
  width: 95%;
}
.sv1_chk_box h3{
  position: absolute;
  padding: 0 15px 0 ;
  top: -15px;
  left: 10px;
  font-size: 24px;
}
.sv1_chk_box p{
  font-size: 16px;
  padding: 25px 10px 10px;
  box-sizing: border-box;
}
.sv1_chk_box p span{
  color: #f99a1c;
}

.sv2_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
}
.sv2_wrap img{
  width: 100%;
  max-width: 100%;
}
table.sv_tb{
  width: 95%;
  margin: 0px auto 10px;
}
table.sv_tb th{
  font-size: 14px;
  padding: 5px;
}
table.sv_tb td{
  font-size: 14px;
  padding: 5px;
}

ul.sv3_list{
  width: 97%;
}
ul.sv3_list li{
  width: 49%;
  position: relative;
  margin-bottom: 10px;
}
ul.sv3_list li img{
  z-index: 4;
  position: relative;
}
.sv3_list_text{
  min-height: 230px;
  padding: 10px;
  margin: -30px auto 0;
}
.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: center;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
}
.sv4_wrap p{
  width: 95%;
  text-align: left;
  font-size: 16px;
  padding:0 10px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.sv4_wrap img{
  width: 95%;
  order: 2;
}

.sv7_wrap{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.sv7_l{
  width: 100%;
}
.sv7_r{
  width: 100%;
}
.sv7_l h4{
  font-size: 18px;
  padding: 20px 0 10px;
}
.sv7_l p{
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}
.sv7_r h4{
  font-size: 18px;
  padding: 20px 0 10px;
}
.sv7_r p{
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}


/*--------------------------------------------------------
plan
--------------------------------------------------------*/
.plan{
  padding: 30px 15px 10px;
  box-sizing: border-box;
}
.plan_in{
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.plan_in h2{
  width: 100%;
  padding: 20px 40px 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
dl.price_list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px dashed #ec1a71;
  padding-bottom: 10px;
  padding-top: 20px;
}
dl.price_list dt{
  width: 100%;
  margin-left: 0;
}
dl.price_list dt h3{
  font-size: 36px;
}
dl.price_list dt p{
  font-size: 16px;
}
dl.price_list dd{
  width: 100%;
}
dl.price_list dd h4{
  font-size: 36px;
}
dl.price_list dd h4 b{
  font-size: 48px;
}
dl.price_list dd h4 span{
  font-size: 14px;
  margin-top: -20px;
  margin-right: 40px;
}
ul.plan_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
ul.plan_icon li{
  padding: 5px 10px 5px;
  font-size: 14px;
}
.plan_in h5{
  padding: 10px 0 0 0;
  font-size: 14px;
}

.plan_item_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.plan_item_wrap_in{
  width: 98%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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: 12px;
}


/*--------------------------------------------------------
reason
--------------------------------------------------------*/
.reason{
  padding: 30px 15px 10px;
  box-sizing: border-box;
}
ul.reason_list{
  padding: 20px 0 0;
}
ul.reason_list li{
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reason_text{
  order: 1;
  padding: 0 0px 0 0px;
  box-sizing: border-box;
}
.reason_title{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.reason_title h3{
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 0 20px 0 0px;
}
.reason_title h3 span{
  font-family:'Roboto', sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #f99a1c;
}
.reason_text p{
  padding: 15px;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}
ul.reason_list li img {
    max-width: 100%;
    order: 2;
}


/*--------------------------------------------------------
flow
--------------------------------------------------------*/
.flow{
  padding: 30px 20px 10px;
  box-sizing: border-box;
}
.flow h2{
  position: relative;
  padding: 20px 40px 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
ul.flow_list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
ul.flow_list li{
  width: 98%;
  position: relative;
  margin-bottom: 30px;
}
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(135deg);
  position: absolute;
  top: -20px;
  left: 50%;
}
ul.flow_list li h3{
  font-size: 18px;
}

ul.flow_list li p{
  font-size: 16px;
}



/*--------------------------------------------------------
banner
--------------------------------------------------------*/
.banner{
  padding: 20px 0 10px;
}
.banner_in{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px 0;
  box-sizing: border-box;
  flex-direction: column;
}
.banner_in img{
  max-width: 100%;
  margin-bottom: 10px;
}

/*--------------------------------------------------------
area
--------------------------------------------------------*/
.area{
  padding: 0px 15px 10px;
  box-sizing: border-box;
}
.area_in{
  background: url(../images/area_bg.png) repeat;
  background-size: cover;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.area_in h2{
  width: 80%;
  padding: 20px 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.area_in_wrap{
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.area_in_wrap p{
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  padding-bottom: 20px;
}
.area_in_wrap div{
  width: 90%;
}
.area_in_wrap img{
  width: 100%;
  margin-top: 10px;
}

.about{
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
table.about_tb{
  border-collapse: collapse;
  width: 95%;
  margin: 20px auto 10px;
}
table.about_tb th{
  width: 35%;
  font-size: 13px;
  padding: 7px;
}
table.about_tb td{
  font-size: 13px;
  padding: 7px;
}

/*low contents*/
.top_low{
  padding: 10px 10px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_low img{
  width: 80%;
}
.top_low h1{
  width: 70%;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  margin-left: auto;
}
.low_kv{
  background-color: #f99a1c;
  background-image: url(../images/sv_bg.png);
  background-repeat: repeat;
  padding: 20px 10px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.low_kv_in{
  position: relative;
}
.low_kv_in h2{
  font-size: 20px;
  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: 5px;
  box-sizing: border-box;
}
ul.breadcrumb li a::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  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: 20px;
  box-sizing: border-box;
}

dl.faq_list{
  width:98%;
  margin:0 auto;
  box-sizing: border-box;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:14px;
  color:#fff;
  text-align:left;
  box-sizing: border-box;
  padding:7px 25px 7px 30px;
  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;
  content:'Q';
  font-weight: normal;
  font-size:16px;
  color:#fff;
  display: inline-block;
  top:7px;;
  left:5px;
}
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:7px 7px 7px 30px;
  box-sizing: border-box;
  position: relative;
  color:#000;
  font-size:14px;
  line-height: 1.7;
  text-align:left;
}
dl.faq_list dd::before{
  position: absolute;
  content:'A';
  font-weight: normal;
  font-size:16px;
  color:#8abd46;
  display: inline-block;
  top:7px;;
  left:5px;
}
/*accodion*/
dl.faq_list dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   width: 10px;
   height: 10px;
   top:0px;
   right: 15px;
   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:3px;
   right: 15px;
   transform: rotate(-135deg);
}

.koe{
  padding:20px;
  box-sizing: border-box;
  flex-direction: column;
}
div.koe_box{
  width:100%;
  padding:15px;
  margin:10px auto;
}
div.koe_box h4{
  font-size:18px;
}
div.koe_box p{
  font-size:14px;
}


.inquiry{
  padding:20px;
  box-sizing: border-box;
  flex-direction: column;
}
.lowtext{
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  padding: 10px;
  box-sizing: border-box;
}



/*--------------------------------------------------------
form
--------------------------------------------------------*/
.info_box{
    overflow:hidden;
    margin:20px auto 40px auto;
    padding:0;
    width:98%;
    border:4px solid #f99a1c;
    box-sizing: border-box;
    -webkit-border-radius: 10px;/* for Safari and Chrome */
    -moz-border-radius: 10px; /* for Firefox */
    -o-border-radius: 10px; /* for opera */
    border-radius: 10px;
}
.info_title img{
    width:80%;
}
dl.info_list{
    margin:10px auto;
    width: 95%;
    overflow: hidden;
    border: none;
    border-top: none;
}
dl.info_list dt{
    background:#f0f0f0;
    text-align: left;
    font-size:14px;
    width: 100%;
    float: none;
    display: block;
    padding: 5px;
    border:none;
    box-sizing: border-box;
    margin:5px auto 0px auto;
}
dl.info_list dd{
    margin:0 auto 0;
    text-align: center;
    padding: 5px;
    border:none;
}
dl.info_list dd:after{
    display: block;
    content: "";
    clear: both;
}
.info_hissu{
    position:absolute;
    text-align:center;
    margin:0px auto 0 auto;
    display: inline-block;
    width:40px;
    height:20px;
    background:red;
    color:#fff;
    font-size:12px;
    box-sizing: border-box;
    padding:1px 0 0 0;
    -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{
    font-size:100%;
    display: block;
    margin:0 auto;
    width:100%;
    -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;
    height:45px;
    padding:0px;
}
.info_box02{
    margin:0 auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.info_fm02{
    text-align: left;
    font-size:100%;
    width:60%;
    -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:45px;
    padding:0px;
}
.info_box02 a{
    padding:0 0 0 20px;
    text-decoration: underline;
    color:blue;
}
.info_cm01{
  display: block;
  margin:0 auto;
  font-size:16px;
  width:100%;
  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;
}
.info_sl{
    font-size:100%;
    width:100%;
    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;
    height:45px;
    padding:0px !important;
    background:#fff !important;
}

input[type="date"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    margin:0 auto;
    width:100%;
    box-sizing: border-box;
    border:1px solid #f99a1c;
    height:45px;
    padding:0px;
}
.info_btn_box{
    width:100%;
    margin:0 auto;
    text-align:center;
}
.info_btn{
  border:none ;
  background: #f99a1c;
  width:100% !important;
  padding:12px 10px 12px !important;
  position:relative;
  float:none;
  clear:both;
  margin:10px auto !important;
  text-align:center;
  font-size:24px !important;
  color:#fff !important;
}
.info_btn span{
    font-size:36px;
}
.info_btn:hover{
    opacity: 0.8;
}
.info_comp_btn01{
    border:none;
    background:url(../image/newform/info_comp_btn01.png) no-repeat;
    background-size:100% auto;
    width:90%;
    height:70px;
    position:relative;
    float:none;
    clear:both;
    padding:0;
    margin:10px auto !important;
    text-align:center;
    font-size:22px;
    color:#fff;
}
.info_comp_btn01:hover{
    opacity: 0.8;
}
.info_comp_btn02{
    border:none;
    background:url(../image/newform/info_comp_btn02.png) no-repeat;
    background-size:100% auto;
    width:90%;
    height:70px;
    position:relative;
    float:none;
    clear:both;
    padding:0;
    margin:10px auto !important;
    text-align:center;
    font-size:22px;
    color:#fff;
}
.info_comp_btn02:hover{
    opacity: 0.8;
}
.address_box{
    display: none;
}
div.a_left{
  text-align:left !important;
  padding:0 0 0 0px;
}
.cn_suc{
    display: none;
    position:absolute;
    margin:-35px 0 0 50px;
    text-align:center;
    width:80px;
    height:29px;
    box-sizing: border-box;
    background:#24b0c1;
    color:#fff;
    font-size:12px;
    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;
}
.cn_suc2{
    display: none;
    position:absolute;
    margin:-35px 0 0 64px;
    text-align:center;
    width:80px;
    height:29px;
    box-sizing: border-box;
    background:#24b0c1;
    color:#fff;
    font-size:12px;
    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;
}
.cn_suc3{
    display: none;
    position:absolute;
    margin:-35px 0 0 220px;
    text-align:center;
    width:80px;
    height:29px;
    box-sizing: border-box;
    background:#24b0c1;
    color:#fff;
    font-size:12px;
    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{
    color:#fff;
    float:right;
    padding:0 10px 0 0;
    display: inline-block;
}
#sp_open01{
    cursor: pointer;
}
.top_tx_box01{
    display:none;
}
#sp_open02{
    cursor: pointer;
}
.top_tx_box02{
    display:none;
}
#sp_open03{
    cursor: pointer;
}
.top_tx_box03{
    display:none;
}
#sp_open04{
    cursor: pointer;
}
.top_tx_box04{
    display:none;
}


/*--------------------------------------------------------
回収・買取情報一覧
--------------------------------------------------------*/
div.listbox{
  margin:0 auto 5px auto;
  width:98%;
}
.listleft{
}
.listright{
}

div.list_row01{
  width:100%;
  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:14px;
  padding:10px 5px 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:10px;
  box-sizing: border-box;
  border:2px solid #f99a1c;
}
div.single_in{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-direction: column;
  width:100%;
}
div.single_left{

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

.privacy h3{
  font-size: 16px;
}
