@charset "utf-8";
/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/

a,button{cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
a:hover,button:hover{ opacity: 0.5;}

/*画像幅100%*/
img{ max-width: 100%; height: auto;image-rendering: -webkit-optimize-contrast;}
img.wide{ width: 100%; height: auto;}

h1,h2,h3,h4,h5,h6{
  line-height: 1.3;
}

picture.img-bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

picture.img-bg img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.under{
  text-decoration: underline;
  color:#0085B2;
}

/*フレックスボックス*/
.flex{ display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
.flex.va-cent{ -webkit-align-items: center; align-items:center;}
.flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}
.flex.jc-right{ -webkit-justify-content: flex-end; justify-content: flex-end;}
.grid{ display: -webkit-flex; display: flex;justify-content: space-between;}

/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }

/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);text-align: center;z-index: 100;}
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
  @keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
  @-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

#all-wrap{ position: relative; opacity: 0; overflow: hidden;}
#all-wrap.active{ opacity: 1;}
section-total-produce
/*リサイズ時アニメーション回避*/
body.noduration *,
body .fin{ transition-delay: 0 !important; transition-duration: 0 !important;}

/*背景画像デフォルト設定*/
.bgcover{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size:cover; 
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.bgcover img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*リストマーク*/
.ul>li{ display: table; width: 100%;}
.ul>li>span{ display: table-cell;}
.ul>li>i{ display: table-cell; white-space: nowrap;width: 1px;}

em{
  color:#66AC46;
  /*font-weight: 900;*/
}

.ff1{ font-family: 'Arial', sans-serif;}


@media screen and (max-width: 1024px){
  .pc{ display:none !important; }
  .sp{ display: block !important; }
}
em{
  color:#F18610;
}

i {
  color:#FFFF26;
}

.clr-blue{
  color:#0085B2;
}

body{
  color:#333333;
  font-size: 1.8rem;
  line-height: 1.4;
}


/*
レイアウト
*/
.home #container{
  padding-top: 0px;
  padding-bottom: 0px;
}

#container{
  padding-top: 100px;
  padding-bottom: 145px;
}
@media screen and (max-width:1024px){
  #container{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}


/*
parts
*/
.cmn-head {
  position: relative;
  background: #0085B2;
  font-size: 4.4rem;
  padding: 40px 0 45px;
  color: #fff;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
}
.cmn-head::after{
  content:"";
  position: absolute;
  left: 50%;
  bottom:-34px;
    margin-left: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #0085B2 transparent transparent transparent;
}

@media screen and (max-width: 1024px){

  .cmn-head {
    font-size: 2.8rem;
    padding: 15px 0 25px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }

  .cmn-head::after {
    margin-left: -20px;
    height: 0;
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #0085B2 transparent transparent transparent;
  }

}

.cmn-title{
  position: relative;
  padding-left: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cmn-title::before{
  content:"";
  top:3px;
  left:0;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #0085B2;
}

.cmn-headline-l{
  text-align: center;
  font-size: 5.3rem;
  margin-bottom: 50px;
  font-weight: 900;
}

.cmn-headline-m{
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
}

.cmn-headline-m2{
  font-weight: 900;
  font-size: 3.6rem;
  text-align:   center;
  margin-bottom: 40px;
}

.cmn-headline-s{
  font-size: 2.8rem;
}

.cmn-headline-s{
  font-size: 2rem;
}

.cmn-headline-s2{
  position: relative;
  font-size:  2rem;
  padding-left: 15px;
  margin-bottom: 17px;
}
.cmn-headline-s2::before{
  content:"";
  position: absolute;
  display: block;
  width: 8px;
  height: 100%;
  top:0;
  left:0;
  background: #0085B2;
}


@media screen and (max-width:1024px){

  .cmn-headline-l{
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .cmn-headline-m{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
  }

  .cmn-headline-m2{
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .cmn-headline-s{
    font-size: 1.8rem;
  }

}
.cmn-body{
  padding-top: 60px;
}

@media screen and (max-width:1024px){
  .cmn-body {
    padding-top: 39px;
  }
}

.cmn-wrap{
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width:1024px){

  .cmn-wrap{
    padding: 0 3%;
  }

}

.cmn-block{
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.cmn-block-inner{
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 0 0px #CCCCCC;
}

.cmn-row{
  display:flex;
  justify-content: space-between;
}

.cmn-row>li{
  width: 31.5%;
}

.cmn-row>li{
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.cmn-row>li .inner{
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  box-shadow: 5px 5px 0 0px #CCCCCC;
}

@media screen and (max-width:1024px){

  .cmn-row{
    display: block;
  }

  .cmn-row>li{
    width: 100%;
    margin-bottom: 35px;
  }
}


/*
ヘッダー
*/

header{
  width: 100%;
  height: 55px;
}

header .cmn-wrap{
  display: flex;
  justify-content: space-between;
}

header .logo{
  width: 136px;
}
header .message{
  padding-top: 1.2em;
  font-size: 1.4rem;
}

header .cmn-wrap{
  max-width: 1200px;
}

header .cmn-wrap .tel{
	font-weight: bold;
	font-weight: 900;
	font-size: 2.4rem;
	padding-top: 0.4em;
	color: #F18800;
	background: transparent url(/common/img/freediallogoetc.png) 0 65% no-repeat;
	background-size: auto 20px;
	padding-left: 40px;
}

.tel-wrap .tel{
	font-weight: bold;
	font-weight: 900;
	font-size: 2.4rem;
	padding-top: 0.4em;
	color: #F18800;
	background: transparent url(/common/img/freediallogoetc.png) 0 80% no-repeat;
	background-size: auto 20px;
	padding-left: 40px;
}

@media screen and (max-width:1024px){
  header .message{
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1rem;
  }

  header .cmn-wrap {
    padding: 0 10px;
    margin: 0 auto;
    /*justify-content: flex-start;*/
  }
  header .message br{display: none !important;}
}
@media screen and (max-width:720px){
  header .message {padding-top: 1em;}
  header .message br{display: inline !important;}
}
@media screen and (max-width:560px){
  header .message{
    display: none;
  }
  header .cmn-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width:425px){
  header .message{
    padding-top: 1em;
    padding-left: 1em;
    font-size: 1.1rem;
  }
	header .cmn-wrap .tel{
		font-size: 1.6rem;
		padding-top: 1em;
		background-size: auto 16px;
		padding-left: 30px;
	}
}



footer{
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
footer ul{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer ul>li{
  margin: 0 15px;
}

footer ul>li a{
  color:#333;
}

footer .logo{
  display: block;
  width: 286px;
  margin: 0 auto;
}
footer .message{
  padding: 15px 30px 30px;
  font-size: 1.6rem;
}

footer .copyright{
  color:#AAAAAA;
}


/*
メインビジュアル
*/

#main-visual{
  background-color: #FEF3E7;
  background-image: url(../img/bg01.png);
  background-position: 0 98%;
  background-repeat: repeat-x;
}

#main-visual .cmn-wrap{
  max-width: 1200px;
}


#main-visual .row{
  position: relative;
  display: flex;
  align-items: flex-end;
  vertical-align: center;
  height: 544px;
}

#main-visual .parts01{
  position: absolute;
  left:0;
  top:30px;
  width: 100%;
  text-align: center;
  padding-right:20px;
}

#main-visual .parts02 {
  padding-bottom: 3.5%;
}

@media screen and (max-width:1024px){

  #main-visual .cmn-wrap{
    padding: 0;
  }

  #main-visual .row{
    display: block;
    height: auto;
  }

  #main-visual .parts02,
  #main-visual .parts01{
    position: static;
    width: 100%;
    padding-right:0px;
    padding-bottom: 0;
    padding-top: 5%;
  }

}

/*
セクション：セレクト
*/
#section-select01,
#section-select02{}

.section-select{

}
.section-select .head{
  position: relative;
  display: block;
  text-align: center;
  background: #0085B2;
  padding: 15px 0;
}

.section-select .head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  margin-left: -34px;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #0085B2 transparent transparent transparent;
}

.section-select .message{
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-select .button-area{
  text-align: center;
  padding:  54px 0 40px;  
  background: #ABD7E6;
}
.section-select .button-area .button{}

.section-select-block{
  display: flex;
  max-width: 1000px;
  margin:0 auto;
  justify-content: center;
}
.section-select-block .box01{
  width:300px ;
  display: flex;
}
.section-select-block .select-head{
  padding-top: 0.5em;
  padding-right: 10px;
}

.section-select-block .select-head span{
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  color:#fff;
  background: #F18910;
  padding: 0 5px;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.section-select-block .box02{
  width:calc(100% - 300px);
  display: flex;
}

.select-list{
  display: flex;
}

.select-list>li{
  margin-right: 10px;
}
.select-list>li:last-child{
  margin-right: 0;
}

.select-list>li .select-label::after{
  display: none;
}




@media screen and (max-width:1024px){
  .section-select .message {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }

  .section-select .head{
    padding: 10px 0;
  }

  .section-select .head::after {
    margin-left: -20px;
    height: 0;
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #0085B2 transparent transparent transparent;
  }

  .section-select .button-area {
    text-align: center;
    padding: 30px 0 20px;
    background: #ABD7E6;
  }

  .section-select-block{
    display: block;
    padding:5px 5%;
  }
  .section-select-block .box01{
    width:100%;
    display: block;
  }
  .section-select-block .select-head{
    padding-top: 0.5em;
    padding-right: 10px;
    margin-bottom: 8px;
    text-align: left;
  }

  .section-select-block .select-head span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    color:#fff;
    background: #F18910;
    padding: 0 5px;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
  }

  .section-select-block .box02{
    width:100%;
    display: block;
    margin-top: -5px;
  }

  .select-list{
    display: block;
  }

  .select-list>li{
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .select-list>li:last-child{
    margin-right: 0;
  }

  .select-list>li .select-label{
    width: 100%;
  }

  .select-list>li .select-label select{
    width: 100%;
  }

  .select-list>li .select-label::after{
    display: none;
  }


}

/*
セクション：ポイント
*/
#section-point{
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#section-point .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section-point .bg>span{
  display: block;
  width: 100%;
  height: 100%;
  background: #FEF3E7;
}

#section-point .box{
  position: relative;
  padding:65px 20px 35px;
}

#section-point .box .head {
  position: absolute;
  left: 0;
  top: -57px;
  width: 100%;
  text-align: center;
}

#section-point .box .head img{
  width: 114px;
}

#section-point .box .title{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px;
}

#section-point .box .message{
  min-height: 70px;
  display: flex;
  max-width: 300px;
  margin: 0 auto 25px;
  align-items: center;
}

#section-point .box .image{
  text-align: center;
}
#section-point .box .image img{
  width:190px;
}

#section-point .cmn-headline-m{
  margin-bottom: 100px;
}

@media screen and (max-width:1024px){

  #section-point{
    position: relative;
    padding-top: 30px;
    padding-bottom: 1px;
  }

  #section-point .cmn-headline-m {
    margin-bottom: 45px;
  }

  #section-point .box {
    position: relative;
    padding: 73px 20px 35px;
}

  #section-point .box .head img {
    width: 87px;
  }

  #section-point .box .head {
    position: absolute;
    left: 0;
    top: -23px;
    width: 100%;
    text-align: center;
  }

  #section-point .box .message {
    font-size: 1.66rem;
    max-width: 250px;
    margin: 0 auto 20px;
  }

  #section-point .box:nth-child(1) .message {
    max-width: 260px;
  }


  #section-point .box .head {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-align: center;
  }



}

/*
セクション：target
*/
#section-target{
  position: relative;
  padding: 0 0 50px;
}

#section-target .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section-target .bg>span{
  display: block;
  width: 100%;
  height: 100%;
  background: #D5EBF2;
}

#section-target .head {
  background: #66B6D1;
  padding:15px;
  font-weight: bold;
  text-align: center;
  font-size: 3.4rem;
  /*text-shadow: 2px 2px 1px rgba(0,0,0,0.2);*/
  color:#fff;
}

#section-target .block {
  max-width: 780px;
  margin:0 auto;
  padding-bottom: 35px;
}
#section-target .cmn-block {
  margin-bottom: 50px;
}

#section-target .row {
  padding-top: 30px;
  margin-bottom: 35px;
}

#section-target .message{
  border-radius: 5px;
  background: #FEF3E7;
  padding: 1em;
  /*box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);*/
}

@media screen and (max-width: 1024px){
  #section-target .head {
    padding: 15px 10px;
    font-size: 1.8rem;
  }

  #section-target .block {
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 35px;
    padding: 0 7% 20px;
  }

  #section-target .message{
    font-size:  1.4rem;
  }

  #section-target .cmn-block {
    margin-bottom: 25px;
  }

  #section-target {
    position: relative;
    padding: 0 0 30px;
  }

}

/*
セクション：target
*/
#section-join{
  position: relative;
  background-image: url(../img/bg01.png);
  background-position: 0 98%;
  background-repeat: repeat-x;
  min-height: 447px;
  padding-top: 66px;
  margin-bottom: 50px;
}

#section-join::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  margin-left: -34px;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #D5EBF2 transparent transparent transparent;
}

#section-join .message{
  font-size:  1.8rem;
  margin-bottom: 60px;
  font-weight:  bold;
  text-align: center;
}
#section-join .ticker{}
#section-join .ticker-slider{}

.ticker-slider .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}
.ticker-slider .swiper-container .swiper-wrapper .swiper-slide{
  width: 230px;
}

.ticker-slider .swiper-container .swiper-wrapper{
  transition-duration: 100s !important;
}

@media screen and (max-width: 1024px){

  #section-join::after {
    margin-left: -20px;
    height: 0;
    border-width: 20px 20px 0 20px;
    border-color: #D5EBF2 transparent transparent transparent;
  }

  #section-join .message{
    font-size:  1.4rem;
    margin-bottom: 30px;
    font-weight:  bold;
    text-align: left;
  }
  #section-join .message br{
    display: none;
  }

  .ticker-slider .swiper-container .swiper-wrapper{
    transition-duration: 100s !important;
  }

  .ticker-slider .swiper-container .swiper-wrapper .swiper-slide{
    width: 169px;
  }

  #section-join {
    background-image: url(../img/bg01.png);
    background-position: 0 98%;
    background-repeat: repeat-x;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-bottom: 30px;
  }

}

#section-service {
  padding-bottom: 100px;
}

#section-service .block{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

#section-service .block>.block-head{
  position: relative;
  width: 130px;
  background: #F18910;
  font-size:  2rem;
  text-align:   center;
  padding: 13px 10px;
  color:#fff;
}

#section-service .block>.block-head::after{
  content:"";
  position: absolute;
  display: block;
  top:30px;
  right:-18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #F18910;
}

#section-service .block>.block-body{
  width: calc(100% - 130px);
  background: #FDE7CE;
  padding:15px 200px 15px 30px;
}

#section-service .block .block-image{
  position: absolute;
  right:0;
  top:-55px;
}

#section-service .image{
  max-width: 1100px;
  margin: 0 auto 77px;
}

@media screen and (max-width:1024px){

  #section-service {
    padding-bottom: 30px;
  }

  #section-service  .cmn-headline-m2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  #section-service .block>.block-head{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section-service .image{
    text-align: center;
  }

  #section-service .image img{
    width: 65.4%;
  }

  #section-service .block {
    margin: 0 auto;
    position: relative;
    display: flex;
    margin: 0 auto;
  }

  #section-service .block>.block-head {
    width: 50px;
    font-size: 1rem;
    padding:25px 0;
  }

  #section-service .block .block-image {
    width: 18%;
    min-width: 73px;
  }

  #section-service .block>.block-body .inner{
    display: flex;
    padding-right: 5px;

  }
  #section-service .block>.block-body .inner p{
    width: 90%;
  }


  #section-service .block>.block-head::after {
    top: 50%;
    margin-top: -3px;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #F18910;
  }

  #section-service .block .block-image {
      position: static;
      right: 5px;
      top: 14px;
  }

  #section-service .block>.block-body {
    display: flex;
    width: calc(100% - 50px);
    padding: 10px;
    padding-right: 0px;
    font-size: 1.6rem;
  }

  #section-service .image {
    max-width: 1100px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width:425px){
  #section-service .block>.block-body {
    font-size: 1.2rem;
  }

}


#section-recommend{
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:640px){
	#section-recommend{
	  padding-bottom: 30px;
	}
}
#section-recommend .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section-recommend .cmn-block{
  margin-bottom: 50px;
}

#section-recommend .bg>span{
  display: block;
  width: 100%;
  height: 100%;
  background: #D5EBF2;
}

#section-recommend .head {
  background: #F7B870;
  padding:20px;
  font-weight: bold;
  text-align: center;
  font-size: 3.4rem;
  /*text-shadow: 2px 2px 1px rgba(0,0,0,0.2);*/
  color:#fff;
  margin-bottom: 25px;
}

#section-recommend .row2{
  display: flex;
  max-width: 824px;
  margin: 0 auto;
  align-items: center;
}
#section-recommend #section-recommend-block03 .row2{
  align-items: flex-start;
}

#section-recommend #section-recommend-block03 .title{
  margin-top: 20px;
}

#section-recommend .row2>.image{
  width: 324px;
  text-align: center;

}

#section-recommend .row2>.text{
  width: calc(100% - 324px);
  padding-left: 50px;
}

#section-recommend .title{
  font-size: 2.6rem;
  margin-top: 0px;
  margin-bottom: 20px;
}

#section-recommend .title02{
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 10px;
}

#section-recommend .image02{
  text-align: center;
}

#section-recommend .message{
  font-size: 2rem;
  margin-bottom: 1em;
}
#section-recommend .block{
  padding-bottom: 50px;
}

@media screen and (max-width:1024px){

  #section-recommend .block {
      padding-bottom: 30px;
      padding: 0 7% 30px;
      min-height: 355px;
  }
  #section-recommend .head {
    margin-bottom: 25px;
    font-size: 1.85rem;
  }

  #section-recommend .row2 .image{
    text-align: center;
    margin-bottom: 20px;
  }

  #section-recommend .row2 .image img{
    width: 64%;
  }

  section-recommend .image02 {
    text-align: center;
    margin-top:20px;
  }

  #section-recommend .row1 ,
  #section-recommend .row2 {
    display: block;
  }

  #section-recommend .row2>.image {
    width: 100%;
    text-align: center;
  }

  #section-recommend .row2>.text {
    width: 100%;
    padding-left: 0px;
  }

  #section-recommend .cmn-block {
    margin-bottom: 20px;
  }

  #section-recommend .title{
    font-size:1.7rem;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #section-recommend .title02{
    font-size:1.7rem;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  #section-recommend .image02{
    text-align: center;
  }

  #section-recommend .message{
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

}

/*
セクション：flow
*/
#section-flow .cmn-row>li .inner {
  background:#FEF3E7;
}

/*
セクション：faq
*/
#section-faq{

}

/*
セクション：ポイント
*/
#section-flow{
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#section-flow .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section-flow .bg>span{
  display: block;
  width: 100%;
  height: 100%;
  background: #FEF3E7;
}

#section-flow .box{
  position: relative;
  padding:65px 20px 35px;
}

#section-flow .box .head {
  position: absolute;
  left: 0;
  top: -57px;
  width: 100%;
  text-align: center;
}

#section-flow .box .head img{
  width: 114px;
}

#section-flow .box .title{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-flow .box .message{
  min-height: 70px;
  display: flex;
  max-width: 300px;
  margin: 0 auto 25px;
  align-items: center;
}

#section-flow .box .image{
  text-align: center;
}
#section-flow .box .image img{
  width:142px;
}

#section-flow .cmn-headline-m{
  margin-bottom: 100px;
}

@media screen and (max-width:1024px){

  #section-flow{
    position: relative;
    padding-top: 30px;
    padding-bottom: 1px;
  }

    #section-flow .cmn-row .inner{
      background:#FEF3E7 
    }


  #section-flow .cmn-headline-m {
    margin-bottom: 45px;
  }

  #section-flow .box {
    position: relative;
    padding: 73px 20px 35px;
}

  #section-flow .box .head img {
    width: 87px;
  }

  #section-flow .box .head {
    position: absolute;
    left: 0;
    top: -23px;
    width: 100%;
    text-align: center;
  }

  #section-flow .box .message {
    font-size: 1.66rem;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  #section-flow .box .head {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-align: center;
  }

}




#section-faq{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#section-faq .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section-faq .block{
  padding: 40px 50px 30px;
}

#section-faq .cmn-block{
  margin-bottom: 30px;
}

#section-faq .bg>span{
  display: block;
  width: 100%;
  height: 100%;
  background: #D5EBF2;
}

#section-faq .head {
  display: flex;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
}
#section-faq .head em {
  margin-top: 0;
}

#section-faq .row{
  display: flex;
}
#section-faq .row >.image{
  width: 150px;
  text-align: right;
  padding-right: 30px;
}

#section-faq .row >.text{
  width: calc(100% - 150px);
  padding-left: 0px;
}

#section-faq .row >.text p{
  background: #FEF3E7;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 10px 1em;
}

#section-faq .title{
  font-size: 2.6rem;
  margin-top: 0px;
  margin-bottom: 20px;
}

#section-faq .title02{
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 10px;
}

#section-faq .image02{
  text-align: center;
}

#section-faq .message{
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width:1024px){

  #section-faq{
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #section-faq .head {
    position:relative;
    display: flex;
    font-size: 2rem;
    padding-left: 50px;
    margin-bottom: 10px;
  }

  #section-faq .head em {
    position: absolute;
    left:0;
    top:0;
    margin-top: 0;
  }

  #section-faq .block{
    padding: 30px;
  }

  #section-faq .cmn-block{
    margin-bottom: 30px;
  }

  #section-faq .row >.image{
    width: 50px;
    text-align: right;
    padding-right: 10px;
  }

  #section-faq .row >.text{
    width: calc(100% - 50px);
    padding-left: 0px;
  }

  #section-faq .row >.text p {
    font-size: 1.2rem;
  }



}



/***********************************************************************************************************************
* animation
***********************************************************************************************************************/
/*delay*/
.dt_3{ transition-delay: 0.3s !important; -webkit-transition-delay: 0.3s !important;}
.dt_5{ transition-delay: 0.5s !important; -webkit-transition-delay: 0.5s !important;}
.dt_6{ transition-delay: 0.6s !important; -webkit-transition-delay: 0.6s !important;}
.dt_7{ transition-delay: 0.7s !important; -webkit-transition-delay: 0.7s !important;}
.dt_8{ transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important;}
.dt_9{ transition-delay: 0.9s !important; -webkit-transition-delay: 0.9s !important;}
.dt_10{ transition-delay: 1.0s !important; -webkit-transition-delay: 1.0s !important;}
.dt_12{ transition-delay: 1.2s !important; -webkit-transition-delay: 1.2s !important;}
.dt_15{ transition-delay: 1.5s !important; -webkit-transition-delay: 1.5s !important;}
.dt_18{ transition-delay: 1.8s !important; -webkit-transition-delay: 1.8s !important;}

/*from*/
.init{
    opacity: 0;
    transition-duration: 1s;
}

/*to*/
#main-visual.animated .init,
[data-scl].animated .init{
    opacity: 1;
    transform: translate(0,0) scale(1,1) rotate(0);
    transition-property: opacity transform;
    transition-timing-function: ease-in-out;
}

/*from*/
.init.move_up{
  opacity:0;
  -webkit-transform: translate(0,7%);
    transform: translate(0%,7%);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-property: opacity transform;
    -webkit-transition-timing-function:cubic-bezier(0.79,0.14,0.15,0.86);
}

/*to*/
[data-scl].animated .init.move_up{
  opacity: 1;
  -webkit-transform: translate(0,0) scale(1,1);
  transform: translate(0,0) scale(1,1);
}


/*from*/
.init.zoom{
  opacity:0;
    transform: scale(0.7,0.7);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-property: opacity transform;
    -webkit-transition-timing-function:cubic-bezier(0.79,0.14,0.15,0.86);
}

/*to*/
#main-visual .animated .init.zoom,
[data-scl].animated .init.zoom{
  opacity: 1;
  transform: scale(1,1);
}

/*from*/
.init.zoom2{
  opacity:0;
    transform: scale(0.7,0.7) translate(0 ,50px);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-property: opacity transform;
    -webkit-transition-timing-function:cubic-bezier(0.79,0.14,0.15,0.86);
}

/*to*/
[data-scl].animated .init.zoom2{
  opacity: 1;
  transform: scale(1,1) translate(0 ,0);
}



[data-scl].animated .init.mask_left{
  opacity: 1;
  transform: translate(-120%,0) scale(1,1) skewX(2.8deg) ;
}

[data-scl].animated .init.mask_right{
  opacity: 1;
  transform: translate(120%,0) scale(1,1) skewX(2.8deg);
}

[data-scl].animated.business_section_row .init.mask_left{
  opacity: 1;
  transform: translate(-120%,0) scale(1,1) skewX(-10deg) ;
}

[data-scl].animated.business_section_row .init.mask_right{
  opacity: 1;
  transform: translate(120%,0) scale(1,1) skewX(-10deg);
}


.top-main{
  height: calc(100vh - 100px);
  position: relative;
  background-position:center 80%;
}

/*
コンタクト
*/
/*input*/
.input,
button,
textarea,
select{
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: none;
  border-radius: none;
  border-radius: 0;
  border:none;
  border:0;
  background: transparent;
  font-family: inherit;
  border:none;
  box-shadow: 0;
}

select::-ms-expand {
  display: none;
}


.input,
textarea,
select{
    width: 100%;
    max-width: 555px;
    background: #ffffff;
    border:1px solid #C7C7C7;
    height: 32px;
    font-size: 1.6rem;
    text-indent: 1em;
}

.input{
  max-width: 304px;
}

.input.size-s{
  width: 98px;
}
.input.size-m{
  width: 142px;
}
.input.size-l{
  max-width: 194px;
}
.input.size-ll{
  max-width: 246px;
}

.input:disabled{
  background: #eee;
  border:1px solid #eee;
}

textarea{
  height: 123px;
  padding: 1em 0;
  max-width: 493px;
  border:1px solid #C7C7C7;
}

@media screen and (max-width:1024px){
  .input.size-ll {
    max-width: none;
  }
}

/*::placeholder{
  color:#bfbfbf;
}*/


/*セレクト*/

.select-list>li .select-label{
  position: relative;
  display: inline-block;
  border:3px solid #C7C7C7;
  width: 195px;
  color:#000;
  background: #fff;
}
@media screen and (max-width:1024px){
  .select-list>li{
    width: 100%;
  }
	.select-list>li .select-label{
	  width: 100%;
	}
}

.select-list>li .select-label>select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 1.6rem;
  height: 42px;
  cursor: pointer;

  white-space: nowrap;
  border: none;
  box-sizing: border-box;
  z-index: 1;
  max-width: none;
}

.select-list>li .select-label::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right:12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
}
/**/

.select-label{
  position: relative;
  display: inline-block;
  border:1px solid #C7C7C7;
  width: 195px;
  color:#000;
  background: #EEEEEE;
}

.select-label>select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 1.6rem;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  box-sizing: border-box;
  z-index: 1;
  color: #000;
  background: #E1E1E1;
}

.select-label::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right:12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
}

/*チェックボックス*/
.check-group label{
    display: block;
    margin-right: 10px;
    padding:0;
    line-height: 1em;
    cursor: pointer;
}

.check-group label span{
  padding-right: 10px;
}


.check-group>label>input{
  display: none;
}
.check-group>label.other>input{
  width: auto;
}
.check-group>label.other-text>input{
  display: block;
}


.check-group input{
  display: none;
}

.check-group span{
  padding-left: 1.8em;
  position:relative;
  padding-top: 5px;
  line-height: 1.3em;
  display: block;
}

/*チェック枠*/
.check-group span::before{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border:1px solid #AAAAAA;
  background: linear-gradient(180deg,#EEEEEE 0%,  #CECECE 100%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/*チェック*/
.check-group input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 9px;
  height: 5px;
  border-left: 4px solid #666;
  border-bottom: 4px solid #666;
}

/*ラジオボックス*/
.radio-group {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  flex-wrap:wrap;
}

.radio-group label{
  line-height: 17px;
  white-space: nowrap;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 10px;
}


.radio-group>label>input{
  display: none;
}
.radio-group>label.other-text>input{
  display: block;
}

.radio-group span {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.5em;
  display: block;
}

.radio-group span::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:1px solid #AAAAAA;
  background: linear-gradient(180deg,#EEEEEE 0%,  #CECECE 100%);
}

.radio-group input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height:20px;
  background: #666666;
  border:1px solid #666666;
  transform: scale(0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


/*******************
不動産売却 無料査定
******************/

/*
不動産売却 無料査定：基本設定
*/

.page-form{
  background: #D5EBF2;
}

.form-block .head{
  position: relative;
  padding: 40px 0;
  background: #0085B2;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
  text-align: center;
}

.form-block .head::after{
  content:"";
  position: absolute;
  left: 50%;
  bottom:-34px;
  margin-left: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #0085B2 transparent transparent transparent;
}

.form-block .head .title{
  font-size: 3.4rem;
  margin-bottom: 10px;
}

.form-block .head .message{
  font-size: 2.6rem;
}

.form-block .body{
  background: #fff;
  padding:65px 7%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.form-block .body .inner{
  max-width: 800px;
  margin: 0 auto;
}


.form-block .teble-group{
  margin-bottom: 35px;
}


.form-block .cmn-table-head{
  background: #0085B2;
  color: #fff;
  padding: 10px 20px;
}

@media screen and (max-width:1024px){

  .form-block .head{
    position: relative;
    padding: 20px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    text-align: center;
  }

  .form-block .head::after{
    bottom:-20px;
    margin-left: -20px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
  }

  .form-block .head .title{
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .form-block .head .message{
    font-size: 1.6rem;
  }

  .form-block .body{
    padding: 40px 4%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .form-block .teble-group{
    margin-bottom: 20px;
  }

}
@media screen and (max-width:620px){
  .form-block .head .title{
    font-size: 2.0rem;
  }
}


/*
テーブル
*/
.cmn-table{
  font-size:  1.6rem;
}
.cmn-table th{
  padding: 20px 17px;
  width: 240px;
  background: #F5F5F5;
  text-align: left;
  border:1px solid #DDDDDD;
}
.cmn-table td{
  padding: 15px 10px 15px 30px;
  border:1px solid #DDDDDD;
  vertical-align: top;
}
.cmn-table th .req{
  position: relative;
  padding-left: 40px;
}

.cmn-table th .req::after{
  content:"必須";
  position: absolute;
  display: inline-block;
  left:0;
  top:0;
  height: 21px;
  width: 36px;
  color: #fff;
  background: #FF4D4D;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 5px;
  line-height: 21px;
  border-radius: 3px;
}

.cmn-table th .free{
  position: relative;
  padding-left: 40px;
}

.cmn-table th .free::after{
  content:"任意";
  position: absolute;
  display: inline-block;
  left:0;
  top:0;
  height: 21px;
  width: 36px;
  color: #fff;
  background: #FF4D4D;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 5px;
  line-height: 21px;
  border-radius: 3px;
  background:#999999;
}


.cmn-table th span{
  display: inline-block;
  line-height: 21px;
}

.cmn-table .house{
  display: flex;
  align-items: center;
}

.cmn-table .house .input{
  margin-right: 10px;
}
.cmn-table .house span{
  display: inline-block;
  margin-left: -5px;
}


@media screen and (max-width:1024px){
  .cmn-table,
  .cmn-table tbody,
  .cmn-table tr,
  .cmn-table th,
  .cmn-table td{
    display: block;
    padding: 0;
  }

  .cmn-table{
    border-bottom:1px solid #DDDDDD;
  }

  .cmn-table th{
    width: 100%;
    padding: 15px;
  }
  .cmn-table td{
    width: 100%;
    border-top:0;
    border-bottom:0;
    padding: 15px;
    vertical-align: top;
  }
  .cmn-table th .req{
    position: relative;
    padding-left: 40px;
  }

  .cmn-table th span{
    display: inline-block;
    line-height: 21px;
  }

  .cmn-table .house{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
  }

  .cmn-table .house .input{
    margin-right: 10px;
  }

  .cmn-table .house .input.size-l{
    width: 100%;
    max-width: none;
  }

  .cmn-table .house span{
    display: inline-block;
    margin-left: -5px;
  }
}


.form-block .select-list02{
  margin-top: 15px;
  margin-bottom: 20px;
}

.form-block .select-list02>li>p{
  margin-bottom: 5px;
}
@media screen and (max-width:1024px){


  .form-block .select-list02{
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .form-block .select-list02>li>p{
    margin-bottom: 5px;
  }

  .form-block .select-list02>li .input{
    margin-bottom: 15px;
  }
  .form-block .select-list02>li .input.size-m{
    margin-bottom: 0;
  }



}

/*
物件の種類
*/
.radio-group-list01{
  position: relative;
}

.radio-group-list01 .radio-group{
  display: flex;
  flex-wrap:wrap;
}

.radio-group-list01 .radio-group>label{
  width: 50%;
  margin: 7px 0;
}

.radio-group-list01 .radio-group>label.other{
  width: auto;
}

.radio-group-list01 .input-block{
  position: absolute;
  left:95px;
  bottom:5px;
}

@media screen and (max-width:1024px){

  .radio-group-list01 .radio-group{
    display: flex;
    flex-wrap:wrap;
  }

  .radio-group-list01 .radio-group>label {
    width: 100%;
    margin: 5px 0;
  }

  .radio-group-list01 .radio-group>label.other {
    width: 100px;
  }

   .radio-group-list01 .radio-group>label.other-text {
    width: calc(100% - 100px);
  }

}

/*
物件の所在地
*/
.form-block .select-list02>li{
  margin-bottom: 10px;
}

.form-block .live-state{
  padding: 15px 0;
}

.form-block .output .live-state{
  display: flex;
}
.form-block .output .live-state-list{
  padding-left: 15px;
}

.form-block .live-state-list .radio-group{
  display: flex;
  flex-wrap:wrap;
}

/*
延べ床面積
*/

.form-block .input-block01{
  display: flex;
  align-items: center;
}

.form-block .input-block01 .size-s{
  margin-right: 15px;
}

.form-block .input-block01 .box01 {
  width: 250px;
  display: flex;
  align-items: center;
}

.form-block .input-block01 .radio-group{
  display: flex;
  align-items: center;
}


.form-block .input-block02{
  display:flex;
  align-items: center;
}

.form-block .input-block02 .box01{
  padding-right: 30px;
  align-items: center;
}

.form-block .radio-list01 .radio-group{
  display: block;
}

.form-block .radio-list01 .radio-group label:not(:last-child){
  margin-bottom: 10px;
}

.form-block .check-group-list01 .check-group{
  display: flex;
  flex-wrap:wrap;
}

.form-block .check-group-list01 .check-group label {
  width: 50%;
  margin-right: 0;
  margin: 5px 0;
}

.form-block .check-group-list01 .check-group label.other{
  width: auto;
}

@media screen and (max-width:1024px){
  .form-block .input-block01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .form-block .input-block01 .box02{
    width: 100%;
    margin-top: 5px;
  }

  .form-block .input-block01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .form-block .input-block01 .box02{
    width: 100%;
    margin-top: 5px;
  }

  .form-block .input-block02{
    flex-wrap:wrap;
  }

  .form-block .input-block02 .box02{
    padding-right: 0px;
    width: 100%;
    margin-top: 5px;
  }

  .form-block .check-group-list01 .check-group {
   display: flex;
   flex-wrap:wrap;
  }

  .form-block .check-group-list01 .check-group label{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .form-block .check-group-list01 .check-group>label.other {
    width: 100px;
  }

  .form-block .check-group-list01 .check-group>label.other-text {
    width: calc(100% - 100px);
  }

}

/*
査定の方法
*/

.howto-evaluate:not(:last-child){
  margin-bottom: 20px;
}

.howto-evaluate .radio-group{
  display: flex;
  margin-bottom: 10px;
}

.howto-evaluate .radio-group label>span{
  font-weight:  bold;
}


.howto-evaluate .radio-group .text{
  background: #CCCCCC;
  padding:3px 10px;
  display: inline-block;
}

.howto-evaluate .note>li{
  position: relative;
  padding-left: 1em;
  font-size:  1.3rem;
  margin-bottom: 0.5em;
}

.howto-evaluate .note>li::after{
  content:"※";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top:0;
  left:0;
}

@media screen and (max-width:1024px){

  .howto-evaluate .radio-group label{
    width: 100%;
    margin-bottom: 10px;
  }

}

/*
知りたい売却方法と
査定額
*/

.howto-sellout{
  padding: 5px 0;
}

.howto-sellout .check-group label:not(:last-child){
  margin-bottom: 10px;
}

.howto-sellout .check-group label strong{
  padding-right: 0.5em;
}

/*お客様情報*/

.name .block{
  display: flex;
}
.name .block:not(:last-child){
  margin-bottom: 15px;
}
.name .block .box01{
  padding-right: 30px;
}
.name .block .box01 span,
.name .block .box02 span{
  padding-right: 0.5em;
}

.old .block span{
  padding-left: 0.5em;
}

.radio-list02 .radio-group>label{
  width: 50%;
  margin: 7px 0;
}

@media screen and (max-width:1024px){

  .name .block{
    display: block;
  }

  .name .block .input{
    margin-bottom: 15px;
    max-width:none;
    width: 100%;
  }

  .name .block .box01,
  .name .block .box02{
    display: flex;
    padding-right: 0;
    align-items: center;
    margin-bottom: 10px;
  }
  .name .block span{
    display: block;
    width: 40px;
    text-align: left;
  }
  .name .block .input{
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
  .name .block:not(:last-child) {
    margin-bottom: 15px;
  }

  .radio-list02 .radio-group{
    width: 100%;
  }
  .radio-list02 .radio-group>label{
    width: 100%;
    margin: 7px 0;
  }

}

/*
プライバシー
*/

.form-privacy{
  margin-top: 40px;
}

.form-privacy-title{
  font-weight:  bold;
  font-size:  1.6rem;
  padding:0px 10px 15px;
}

.form-privacy-block {
  font-size:  1.2rem;
  border:1px solid #DDDDDD;
  padding:30px 20px;
}

.form-privacy-block .box{
  position: relative;
  overflow-y: scroll;
  height:   200px;
  padding-right: 40px;
}

.form-privacy-block ul>li{
  position: relative;
  padding-left: 1em;
}

.form-privacy-block ul>li::before{
  content:"・";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top:0;
  left:0;
}
.form-privacy dl{
	padding: 0.5em;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.form-privacy dl dt{
	font-weight: 700;
	margin-bottom: 0.5em;
}
.form-privacy dl table{
	margin: 15px 0 0;
}
.form-privacy dl table th,
.form-privacy dl table td{
	border: 1px solid #CCC;
	padding: 0.7em 1em;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: middle;
}
.form-privacy dl table td a{
	color: #F18910;
	text-decoration: underline;
}
.form-privacy dl table th{
	width: 30%;
	background: #EEE;
}

@media screen and (max-width:680px){
	.form-privacy dl table,
	.form-privacy dl tbody,
	.form-privacy dl tr,
	.form-privacy dl table th,
	.form-privacy dl table td{
		display: block;
		width: 100%;
	}
	.form-privacy dl table th,
	.form-privacy dl table td{
		margin-bottom: -1px;
	}
}

.form-button-area{
  padding-top: 50px;
}

.submit-button{
  display: block;
  margin: 0 auto;
  width: 322px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  font-size:  2.4rem;
  color:#fff;
  font-weight: bold;
  font-family: inherit;
  background: linear-gradient(to bottom, #FF8080 0%, #FF4D4D 100%);
}


.submit-back{
  display: block;
  margin-top: -20px;
  margin-bottom: 30px;
  width: 165px;
  height: 37px;
  line-height: 35px;
  border-radius: 50px;
  font-size:  1.6rem;
  font-family: inherit;
  border:1px solid #D6D6D6;
  background: linear-gradient(to bottom, #FFFFFF 0%, #D6D6D6 100%);
}



@media screen and (max-width:1024px){
  .form-button-area {
    padding-top: 30px;
  }

  .submit-button{
    width: 260px;
    height: 55px;
    line-height: 55px;
    font-size:  2rem;
  }

  .submit-back {
    margin-top: -10px;
    margin-bottom: 20px;
  }

}

.form-block .inner-title{
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}


.form-block .select-company{}

.form-block .select-company-group{
  max-width: 800px;
  margin:0 auto;
}

.form-block .select-company >.select-company-group:not(:last-child){
  margin:0 auto 32px;
}


.form-block .select-company-head{
  position: relative;
  min-height: 70px;
  display: block;
}

.form-block .select-company-head input{
  display:none;
}

.form-block .select-company-head span.check-text {
    position: absolute;
    right: 15px;
    top: 42px;
    font-size: 1.2rem;
}



.form-block .select-company-head .check{
  position:relative;
  padding-top: 5px;
  line-height: 1.3em;
  display: block;
  width: 100%;
  height: 100%;
  padding:15px 26px;
  font-size: 1.2rem;
  background: #DDDDDD;
}

.form-block .select-company-head input:checked + .check{
  background: #0085B2;
  color:#fff;
}


/*チェック枠*/
.form-block .select-company-head .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 27px;
  width: 22px;
  height: 22px;
  position: absolute;
  border: 1px solid #BBBBBB;
  background: #fff;
}


/*チェック*/
.form-block .select-company-head input:checked + .check::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 32px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px;
  height: 6px;
  border-left: 4px solid #666;
  border-bottom: 4px solid #666;
  z-index: 3;
}

.form-block .select-company-head strong{
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: 8px;
  font-size: 2rem;
  padding-right: 60px;
}
.form-block .select-company-head .address{
  position: relative;
  display: block;
  z-index: 2;
  font-size: 1.5rem;
  padding-right: 65px;
}
.form-block .select-company-head .check-group{}
.form-block .select-company-body{
  border:1px solid #DDDDDD;
  border-top: 0;
}

.form-block .select-company-body{
  padding: 30px;
}

.form-block .select-company-body .title{
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
.form-block .select-company-body .title::after{
  width: 8px;
  content:"";
  position: absolute;
  display: block;
  height: 100%;
  top:0;
  left:0;
  background: #F18910;
}
.form-block .select-company-body .list{
  font-size: 1.6rem;
  padding:20px 18px;
  border:1px solid #F18910;
  margin-bottom: 20px;
}
.form-block .select-company-body .list>li {
  position: relative;
  display: flex;
}

.form-block .select-company-body .list>li:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 10px;
  margin-bottom: 10px;

}

.form-block .select-company-body .list>li .box01{
  display: block;
  width:55px;
  height: 23px;
  line-height: 23px;
  background: #F18910;
  align-self: flex-start;
  text-align: center;
  color: #fff;
}

.form-block .select-company-body .list>li .box02{
  display: block;
  width: calc(100% - 55px);
  padding-left: 0.9em;
}

.form-block .select-company-body .message{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.form-block .select-company-body .hours{
  font-size: 1.6rem;
  font-weight: bold;
}


.form-block .select-company-body {
  padding: 15px 4%;
}

@media screen and (max-width:1024px){

  .form-block .select-company-body .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .form-block .select-company-body .list {
    font-size: 1.3rem;
    padding: 15px 15px;
    margin-bottom: 10px;
  }

  .form-block .select-company-body .message {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .form-block .select-company-body .address {
    margin-bottom: 10px;
    font-size:1.3rem;
  }
}

/*
確認画面
*/

.form-block .select-company-confirm>li{
  padding: 15px 26px;
  background: #DDDDDD;
}

.form-block .select-company-confirm>li:not(:last-child){
  margin-bottom: 7px;
}

.form-block .select-company-confirm>li strong{
  font-size:  1.8rem;
  display: block;
}

.form-block .select-company-confirm>li span{
  font-size:  1.6rem;
}


/*
確認画面
*/

.form-block .complete{}
.form-block .complete-title{
  font-size:  2.4rem;
  text-align:   center;
  margin-bottom: 35px;
}

.form-block .complete .list{
  margin-bottom: 40px;
}

.form-block .complete .list>li{
  font-size:  1.5rem;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.form-block .complete .list>li::before{
  content:"※";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top:0;
  left:0;
}


.form-block .complete .go-home{
  text-align:   center;
  font-size:  1.5rem;
}

.form-block .complete .go-home a{
  text-decoration: underline;
  color:#0085B2;
}

@media screen and (max-width: 1024px){

  .form-block .complete{}
  .form-block .complete-title{
    font-size:  2rem;
    text-align:   center;
    margin-bottom: 20px;
  }

  .form-block .complete .list{
    margin-bottom: 20px;
  }
}

/**/
.period-not{
  border: 1px solid #ff0000;
  margin-top: 15px;
}
.period-not p{
  padding: 0.5em;
}
.period-not .title{
  background: #ff0000;
  color: #fff;
}


.error-msg{
  margin-top: 10px;
  font-weight: bold;
  color: #ff0000;
}