@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#main_wrap{
  position: relative;
}
.main_img{
  background-image: url("../images/main_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}
.main_img h2{
  max-width: 1000px;
  width: 100%;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: right;
}
#main_wrap .pickup_news{
  background-color: #FFFFFF;
  max-width: 1000px;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      position: absolute;
    bottom:30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}  
#main_wrap .pickup_news dt{
  width: 30%;
  padding: 1em 20px 1em 30px;
  display: flex;
  align-items: center;
}
#main_wrap .pickup_news dt .date{
margin-right: 10px;
}  
#main_wrap .pickup_news dd{
  width: 70%;
  padding: 1em 0;
} 
#main_wrap .pickup_news dd a{
  display: block;
  position: relative;
  padding-right: 50px;
}
#main_wrap .pickup_news dd a::before{
  content: "\f054";
  position:absolute;
  top:50%;
  right:20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
  font-family: FontAwesome;
}
@media screen and (max-width: 1000px){
  #main_wrap h2{
  width: 85%;
   text-align: center;
} 
#main_wrap .pickup_news{
  max-width: 1000px;
  width: 100%;
  border-radius: 0;
  flex-direction: column;
  box-shadow: none;
      position: relative;
    bottom:auto;
    left: auto;
    transform:none;
    -webkit-transform: none;
    -ms-transform: none;
    border-bottom: 1px solid #003F67;
}  
#main_wrap .pickup_news dt{
  width: 100%;
  padding: 1em 20px 0 20px;
  display: flex;
  align-items: center;
} 
#main_wrap .pickup_news dd{
  width: 100%;
  padding: 0;
} 
#main_wrap .pickup_news dd a{
  display: block;
  position: relative;
  padding: 1em 20px;
}
#main_wrap .pickup_news dd a::before{
  right:10px;
}
}

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

}
@media screen and (max-width: 550px){
    .main_img{
  background-image: url("../images/main_img_sp.jpg");
  width: 100%;
  height: 450px;
  position: relative;
}
}

/*-------------------------------------*/
/*	ピアノを売りたい方	*/
/*-------------------------------------*/
.check_box{
  background-color: #F8ECBA;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 20px;
}
.check_box .inner{
  display: flex;
  justify-content: space-between;
}
.check_box ul{
  color: #003F67;
  width: 70%;
}
.check_box ul li{
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.check_box ul li:last-child{
  margin-bottom: 0;
}
.check_box ul li::before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.check_box p{
width: 30%;
text-align: center;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .check_box{
  padding: 40px;
}
.check_box ul{
  width: 70%;
}
.check_box ul li{
  margin-bottom: 10px;
  padding-left: 25px;
}
.check_box ul li::before{
  content: "";
  width: 15px;
  height: 15px;
  top: 0.3em;
}
.check_box p{
width: 30%;
text-align: center;
}
.check_box p img{
  max-width: 250px;
  width: 50%;
}
}
@media screen and (max-width: 550px) {
  .check_box .inner{
  flex-direction: column-reverse;
}
.check_box{
  padding: 40px 20px;
}
.check_box ul{
  width: 100%;
    max-width: 400px;
  margin: 0 auto;
  display: inline-block;
}
.check_box p{
width: 100%;
margin-bottom: 20px;
}
.check_box p img{
  max-width: 150px;
  width: 40%;
}
}
/*-------------------------------------*/
/*	ピアノ買取の３つの安心	*/
/*-------------------------------------*/
#point{
  background-color: #F8F8F8;
  background-image: url("../images/bg_piano02.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 150px;
}
.point_box{
  background-color: #FFFFFF;
  border: 2px solid #003F67;
  border-radius: 20px;
  position: relative;
}
.point_box .no{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #003F67;
  position: absolute;
  top: 20px;
  left: 20px;
}
.point_box .img{
  text-align: center;
  padding: 20px;
}
.point_box h3{
  background-color: #003F67;
  color: #F8ECBA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 0.5em;
  font-size: 2.4rem;
}
.point_box .inner{
  padding: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .point_box .inner{
  padding: 15px;
  font-size: 1.4rem;
}
.col-3_list .col_box.point_box{
max-width: 300px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	買取の流れ	*/
/*-------------------------------------*/
#flow{
  background-color: #F8ECBA;
}
.flow_box dl{
  background-color: #FFFFFF;
  border: 2px solid #003F67;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow_box dl:not(:last-of-type):before{
  content: "";
  display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 30px 32.5px 0px 32.5px;
    border-color: #FFFFFF transparent transparent transparent;
        position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.flow_box dl dt{
  max-width: 190px;
  width: 100%;
}
.flow_box dl dd{
  width: 100%;
  padding-left: 40px;
}
.flow_box dl dd .no{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #003F67;
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 5px;
}
.flow_box dl dd h3{
font-size: 2.8rem;
margin-bottom: 20px;
line-height: 1.5;
color: #003F67;
 font-family: "Zen Maru Gothic", sans-serif;
}
.flow_box dl dd h3 span{
font-weight: 700;
border-bottom: 2px solid #003F67;
}
.flow_box dl dd p{
  font-size: 1.8rem;
}
.flow_box dl dd ul{
  margin-top: 20px;
}
.flow_box dl dd ul li{
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 20px;
  color: #003F67;
  font-weight: 500;
  position: relative;
  padding:0 0 0 20px;
  margin-bottom: 10px;
}
.flow_box dl dd ul li:last-child{
  margin-bottom: 0;
}
.flow_box dl dd ul li::before{
  content: "";
   display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 5px 0px 5px 10px;
    border-color: transparent transparent transparent #003F67;
    position: absolute;
    left: 0;
    top: 0.5em;

}
.flow_box dl dd ul li a{
  color: #003F67;
  text-decoration: underline;
}
.info{
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 20px;
}
.info  .inner{
 text-align: center;
}
.info  .inner ol{
  display: inline-block;
   max-width: 500px;
   list-style: none;
  counter-reset: number;
}
.info  .inner ol li{
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #003F67;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 1.5em;
}

.info  .inner ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #003F67;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.info .piano_box h4{
  text-align: center;
  margin-bottom: 30px;
  color: #003F67;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
}
.info .piano_box p{
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .flow_box dl{
  padding: 40px 20px;
  margin-bottom: 60px;
}
.flow_box dl:not(:last-of-type):before{
    border-width: 30px 32.5px 0px 32.5px;
    border-color: #FFFFFF transparent transparent transparent;
    bottom: -50px;
}
.flow_box dl dt{
  max-width: 150px;
  width: 100%;
}
.flow_box dl dd{
  width: 100%;
  padding-left: 20px;
}
.flow_box dl dd .no{
  font-size: 3.0rem;
}
.flow_box dl dd h3{
font-size: 2.4rem;
}
.flow_box dl dd p{
  font-size: 1.6rem;
}
.flow_box dl dd ul{
  margin-top: 20px;
}
.info{
  padding: 40px;
}
.info .piano_box p{
  margin-top: 20px;
  margin-bottom: 40px;
}
.info .piano_box:last-of-type p{
  margin-bottom: 0;
}
}
@media screen and (max-width: 550px) {
    .flow_box dl{
  padding: 20px 20px;
  margin-bottom: 60px;
  flex-direction: column;
}
.flow_box dl dt{
  max-width: 150px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.flow_box dl dd{
  width: 100%;
  padding-left: 0;
}
.info{
  background-color: #FFFFFF;
  padding: 20px;
}
}
/*-------------------------------------*/
/*	service	*/
/*-------------------------------------*/
#service{
  background-image: url("../images/bg_service.jpg");
  background-position: center;
  background-size: cover;
}
.service_box{
  background-color: #003F67;
  border-radius: 20px;
  padding: 40px 20px;
  color: #FFFFFF;
}
.service_box h3{
  font-size: 2.6rem;
  color: #F8ECBA;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.service_box p{

}
.service_box .no{
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 2.8rem;
text-align: center;
text-transform:capitalize;
line-height: 1;
margin-bottom: 20px;
}
.service_box .no span{
font-weight: 700;
font-size: 5rem;
display: block;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .service_box h3{
  font-size: 2.4rem;
}
.service_box .no{
font-size: 2.0rem;
}
.service_box .no span{
font-size: 4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	おんぷ堂について	*/
/*-------------------------------------*/
#company .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#company .inner img{
  max-width: 380px;
}
#company .inner > div{
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  #company .inner{
  flex-direction: column;
}
#company .inner img{
  max-width: 300px;
  margin-bottom: 40px;
  width: 80%;
}
#company .inner > div{
  width: 100%;
  padding-left: 0;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	よくある質問	*/
/*-------------------------------------*/
#faq{
 background-color: #003F67;

}
#faq .ttl{
  color: #F8ECBA;
}
#faq .ttl::before{
  background-image: url("../images/ico_piano_y.svg");
}
#faq .faq_box{
background-color: #FFFFFF;
padding: 60px;
border-radius: 20px;
}
#faq .faq_box{
background-color: #FFFFFF;
padding: 60px;
border-radius: 20px;
}
#faq .faq_box dl dt{
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
#faq .faq_box dl dd{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #003F67;
padding-left: 40px;
position: relative;
}
#faq .faq_box dl dd:last-of-type{
border-bottom: none;
}

#faq .faq_box dl dt::before{
  content: "Q.";
  position: absolute;
  left: 0;
  color: #FF5E5E;
  font-size: 3rem;
  font-weight: 700;
}
#faq .faq_box dl dd::before{
  content: "A.";
  position: absolute;
  left: 0;
  color: #003F67;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #faq .faq_box{
padding: 40px;
}
}
@media screen and (max-width: 550px) {
    #faq .faq_box{
padding: 40px 20px;
}
}
/*-------------------------------------*/
/*	NEWS	*/
/*-------------------------------------*/
#top #news{
border-bottom: 2px solid #003F67;
}
#top #news h2{
 color: #003F67;
 font-family: "Zen Maru Gothic", sans-serif;
 margin-bottom: 40px;
}

#top #news h2 span{
font-family: "Poppins", sans-serif;
font-weight: 700;
display: block;
font-size: 6.0rem;
margin-bottom: 10px;
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 800;
  margin-bottom: 60px;
  position: relative;
  padding-top: 80px;
  line-height: 1.5;
  color: #003F67;
}
.ttl::before{
  content: "";
  width: 80px;
  height: 60px;
  background-image: url("../images/ico_piano.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ttl02{
  font-size: 3.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 800;
  color: #003F67;
  line-height: 1.5;
}
.ttl02::before{
  content: "";
  width: 280px;
  height: 2px;
  border-bottom: 3px dotted #003f67;
      position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
.ttl{
  font-size: 2.6rem;
  margin-bottom: 40px;
  padding-top: 50px;
}
.ttl::before{
  content: "";
  width: 50px;
  height: 40px;
}
.ttl02{
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.ttl02::before{
  content: "";
  width: 150px;
  height: 2px;
}
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
	border-top: 1px solid #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px solid #707070;

 
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0.5em 15px 0;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
#single hr{
  border-top: 1px dotted #003F67;
  margin-top: 40px;
  margin-bottom: 40px;

}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  color: #FFFFFF!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  background: #003F67;
	border-radius: 5px;
}
a.cat:hover {
  opacity: 0.7;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #003F67 !important;
  background: #FFFFFF;
  border: 1px solid #003F67;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #003F67;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #003F67;
  color: #FFFFFF;
  background: #003F67;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #003F67 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #003F67;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #003F67;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact_list{
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_list li:first-child{
  margin-right: 40px;
}
.contact_list li:first-child img{
  width: 350px;
}
.form_area{

}
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #003F67;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 2px solid #003F67;
  background: #003F67;
  border-radius: 50px;
  color: #F8ECBA;
   font-family: "Zen Maru Gothic", sans-serif;
}
.submit_btn:hover {
  background: #F8ECBA;
  text-decoration: none;
  color: #003F67;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #FF5E5E;
  margin-right: 10px;
  vertical-align: middle;
}
.nini {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #003F67;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  border: 1px solid #4d4d4d;
  overflow: hidden;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.consent_check_wrap {
  padding: 20px;
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FF5E5E;
}
.form_area .consent_check_wrap label{
  margin-bottom: 0;

}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #F8F8F8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .contact_list{
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto 60px auto;
}
.contact_list li:first-child{
  margin-right: 0;
  margin-bottom: 40px;
}
.contact_list li:first-child img{
  width: 350px;
}

  .form_area h4 {
  font-size: 1.8rem;
}
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  font-size: 1.6rem;
}
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}