@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
/*.main_img{
	position: relative;
	width: 100%;
	height: 750px;
	background-image: url(../images/index/main_img.jpg);
	background-position: center center;
	background-size: cover;
}	*/
.main_img{
	position: relative;
	width: 100%;
}
.main_img img{
	width: 100%;
}
.main_img .main_ttl{
	max-width: 1000px;
	width: 100%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main_img .main_ttl h2,.main_img .main_ttl h3{
	color: #73AD38;
	font-size: 2.4rem;
	line-height: 1;
}
.main_img .main_ttl h2 span,.main_img .main_ttl h3 span{
	font-weight: 600;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 15px 25px;
	border-radius: 20px;
}
.main_img .main_ttl h2{
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	.main_img .main_ttl{
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
.main_img .main_ttl h2, .main_img .main_ttl h3 {
    font-size: 2.0rem;
}
}
@media screen and (max-width: 550px) {
	.main_img .main_ttl{
		top: 15%;
	}
	.main_img .main_ttl h2,.main_img .main_ttl h3{
		font-size: 1.4rem;
	}
	.main_img .main_ttl h2 span,.main_img .main_ttl h3 span{
		border-radius: 50px;
	}
	.main_img .main_ttl h2{
		margin-bottom: 10px;
	}
}
/* about */
#about{
	background : -moz-linear-gradient(50% 100% 90deg,rgba(251, 242, 224, 1) 0%,rgba(255, 255, 255, 1) 68.02%);
  background : -webkit-linear-gradient(90deg, rgba(251, 242, 224, 1) 0%, rgba(255, 255, 255, 1) 68.02%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(251, 242, 224, 1) ),color-stop(0.6802,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(251, 242, 224, 1) 0%, rgba(255, 255, 255, 1) 68.02%);
  background : -ms-linear-gradient(90deg, rgba(251, 242, 224, 1) 0%, rgba(255, 255, 255, 1) 68.02%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF2E0', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(251, 242, 224, 1) 0%, rgba(255, 255, 255, 1) 68.02%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FBF2E0' , GradientType=0);
}
#about .container{
	background-image: url(../images/index/bg_about.svg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
#about dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-top: 80px;
}
#about dl dt{
	max-width: 350px;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 600;
	color: #73AD38;
	letter-spacing : 2.4px;
	line-height: 1.5;
}
#about dl dd{
	width: 100%;
}
#about dl dd h2{
  font-weight : 600;
  font-size : 3.6rem;
  letter-spacing : -0.9px;
  color : #73AD38;
	margin-bottom: 30px;
	line-height: 1.6;
}
.greeting{
	background-color: #FFFFFF;
	padding: 55px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
}
.greeting .txt{
	padding-right: 35px;
}
.greeting .img{
	max-width: 270px;
	width: 100%;
}
.greeting h2{
	color: #73AD38;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 40px;
}
.greeting h2::before{
	content:"";
  width: 24px;
  height: 24px;
  background-image:  url(../images/bg_h-gr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.greeting .txt p.name{
font-size: 2.4rem;
}
.greeting .txt p span{
font-size: 1.6rem;
margin-right: 15px;
	}
@media screen and (max-width: 991px) {
	#about dl{
		flex-direction: column;
		margin-bottom: 20px;
	}
	#about dl dt{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#about dl dd h2{
		font-weight : 600;
		font-size : 2.4rem;
		letter-spacing : -0.9px;
		color : #73AD38;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	#about dl{
		padding-top: 40px;
	}
	#about .container{
		background-image: url(../images/index/bg_about.svg);
		background-repeat: no-repeat;
		background-position: right 50px;
		background-size: 50%;
	}
	.greeting{
		background-color: #FFFFFF;
		padding: 40px 25px;
		flex-direction: column-reverse;
	}
	.greeting .txt{
		padding-right: 0;
	}
	.greeting .img{
		max-width: 270px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.greeting .txt p.name{
	font-size: 1.8rem;
	}
}
@media screen and (max-width: 550px) {
	.greeting h2{
		font-size: 2.2rem;
	}
}


/* topics */
#top #news{
	background : #EBB95B;
}
#top .news_list li .news_ttl a::before{
  background-image:  url(../images/arrow-or.svg);
}
#top #news h2{
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 40px;
}
#top #news h2::before{
	content:"";
  width: 24px;
  height: 24px;
  background-image:  url(../images/bg_h-or.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	left: 0;
	top: 0.2em;
}
#top #news h2 a{
	display: block;
	font-size: 1.6rem;
	color: #FFFFFF;
	position:absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#top #news h2 a:hover{
	opacity: 0.7;
}
#top #news h2 a img{
width: 25px;
}
@media screen and (max-width: 991px) {

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

}
@media screen and (max-width: 550px) {
	#top #news h2{
		font-size: 2.2rem;
	}
}




/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  font-size: 4.0rem;
	margin-bottom: 40px;
	font-weight: 500;
	letter-spacing: 8px;
font-family: "Hind", sans-serif;
	font-weight: 600;

}
.page_ttl{
	font-size: 4.0rem;
	text-align:center;
	font-weight: 500;
	margin-bottom: 60px;

}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius25 {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
.page_ttl{
	font-size: 2.8rem;
	margin-bottom: 40px;

}	
.ttl {
  font-size: 2.8rem;

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

}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_ttl {
  width: 100%;
  height: 220px;
	padding: 100px 0 0 0;
	background-color: #8FBD60;
	position: fixed;
top: 0;
left: 0;
z-index: 1;
}
#sub_ttl .inner{
	height: 120px;
	display: flex;
	align-items: center;
	max-width: 1030px;
	margin: 0 auto;
	background-image: url(../images/page/bg_subttl.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}
#sub_ttl .inner h2{
	padding: 0 15px;
	color: #FFFFFF;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing : -0.67px;
}

@media screen and (max-width: 1150px) {
	#sub_ttl {
		height: 275px;
		padding: 195px 0 0 0;
	}
	#sub_ttl .inner{
		height: 80px;
		display: flex;
		align-items: center;
		max-width: 1030px;
		margin: 0 auto;
	}
	#sub_ttl .inner h2{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 991px) {

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

}
@media screen and (max-width: 550px) {
	#sub_ttl .inner{

	}
	#sub_ttl .inner h2{
		font-size: 2.2rem;
	}
}
/*-------------------------------------*/
/*	下層ページ	施術メニュー　*/
/*-------------------------------------*/
.menu_box{
	border:3px solid #73AD38;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 30px;
}
.menu_box:last-of-type{
	margin-bottom: 0;
}
.menu_box dt{
	max-width: 288px;
}
.menu_box dd{
	max-width: 584px;
}
.menu_box h3{
	color: #73AD38;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 40px;
}
.menu_box h3::before{
	content:"";
  width: 24px;
  height: 24px;
  background-image:  url(../images/bg_h-gr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.menu_box dt h3{
display: none;
}
.menu_box ul {
	margin-bottom: 25px;
}
.menu_box ul li{
	display: inline-block;
	margin-right: 10px;
	background-color: #DCEACD;
	color: #73AD38;
	line-height: 1.5;
	padding: 0.5em 1.2em;
	border-radius: 50px;
}
.menu_box ul li:last-child{
	margin-right: 0;
}
.menu_box p{

}

.menu_box p{
	margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
	.menu_box dt{
		max-width: 25%;
	}
	.menu_box dd{
		max-width: 72%;
	}
}
@media screen and (max-width: 991px) {
	.menu_box{
		padding: 25px;
	}
	.menu_box dt{
		max-width: 23%;
	}
	.menu_box dd{
		max-width: 75%;
	}
	.menu_box ul li{
		font-size: 1.4rem;
		padding: 0.5em 1em;
		margin-right: 5px;
	}
}
@media screen and (max-width: 768px) {
	.menu_box{
		flex-direction: column;
	}
	.menu_box dt{
		max-width: 100%;
		margin-bottom: 25px;
	}
	.menu_box dd{
		max-width: 100%;
	}

	.menu_box dt h3{
		display: block;
		}
		.menu_box dd h3{
			display: none;
			}
	.menu_box h3{
		font-size: 2.2rem;
	}
	.menu_box ul li{
		font-size: 1.4rem;
		padding: 0.5em 1em;
		margin-right: 5px;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.menu_box ul li:last-child{
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 550px) {

}

/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
#page .news_list{
	margin-bottom: 40px;
}
.news_list li{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow : 0px 0px 6px rgba(4, 0, 0, 0.15);
	border-radius: 20px;
}
.news_list li:last-child{
margin-bottom: 0;
}
.news_list li .date{
	width: 120px;
	text-align: center;
	line-height: 1;
	font-size: 2.4rem;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.news_list li .date div{
	margin: 0 auto;
}
.news_list li .date span{
	display: block;
	font-size: 1.4rem;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 5px;
}
.news_list li .date span::before{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.news_list li .news_ttl{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	border-left: 1px dotted #000000;
}
.news_list li .news_ttl a{
	display: block;
	width: 100%;
	position: relative;
	padding:0.5em 65px 0.5em 1em;
	line-height: 1.5;
}
.news_list li .news_ttl a:hover{
	color: #73AD38;
}
.news_list li .news_ttl a::before{
	content:"";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
#page .news_list li .news_ttl a::before{
  background-image:  url(../images/arrow-gr.svg);
}
.news_list li .news_ttl a:hover:before{
	right: 25px;
}

@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
	.news_list li .news_ttl a{
		padding:0.5em 45px 0.5em 1em;
	}
	.news_list li .news_ttl a::before{
		width: 25px;
		height: 25px;
		right: 15px;
	}
	.news_list li .news_ttl a:hover:before{
		right: 25px;
	}
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#single .entry {
	border: 2px solid #73AD38;
	border-radius: 20px;
	margin-bottom: 50px;
}
#single .entry .date {
	padding: 25px 40px 10px 40px;
	border-bottom: 1px dotted #73AD38;
	font-size: 2.4rem;
	line-height: 1;
}
#single .entry .date span{
	font-weight: 500;
	margin-right: 5px;
	font-size: 1.4rem;
	line-height: 1;
}
#single .entry .date::before {
	content: url(../images/bg_h-gr.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#single .entry h2{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	padding:25px 40px 25px 40px;
	color: #73AD38;
	letter-spacing : -0.4px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
.thumb img {
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
#single .entry h2{
	font-size: 2.0rem;
}
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/
#single .date{
	font-size: 2.0rem;
	margin-right: 5px;
	font-weight: 500;
}
/*ページャー*/

#pager {
  margin: 40px 0;
		border-top: 2px dotted #5d4a45;
	border-bottom: 2px dotted #5d4a45;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pager li.prev {
  width: 30%;
}
#pager li.next {
  width: 30%;
  text-align: right;
}
#pager li.news_back {
  width: 30%;
  text-align: center;
	line-height: 1;
}
#pager li.news_back a{
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.7em 1.5em;
  line-height: 1.5;
  background: #FFFFFF;
  text-align: center;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.6rem;
	  color: #5d4a45 !important;
  border: 3px solid #fdd108;
	width: 100%;
}
#pager li.news_back a:hover{
  background: #fdd108;
}
#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:url("../images/pager_l.svg");
  margin-right: 5px;
}
#pager li.next a::after {
  content:url("../images/pager_r.svg");
  margin-left: 5px;
}

/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 40px auto auto;
	text-align: center;
	font-size: 2.0rem;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.9em 1em!important;
	margin: 0;
	display: inline-block;
	color:#000000!important;
	background:#FFFFFF;
	border: none!important;
	-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;
	position: relative;
	font-weight: 500;
}
.wp-pagenavi a::before,.wp-pagenavi span.current::before{
	content: "";
	width: 1px;
	height: 20px;
	background: #000000;
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.wp-pagenavi a:last-of-type::before{
	content: none;

}
.wp-pagenavi span{
	color:#000000;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.9em 1em!important;
	margin: 0;
	display: inline-block;
	border: none!important;
	color:#73AD38;
	font-weight: 500;
	background:#FFFFFF;
	position: relative;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #73AD38!important;
}
.wp-pagenavi a:hover{
	border: none!important;
	color: #73AD38!important;
	text-decoration: none!important;
	background:#FFFFFF;
}
.wp-pagenavi a:hover span{
	color:#73AD38;
}
.wp-pagenavi span {
    border: none!important;
}

.extend{
	padding: 0 10px 0 10px;
}

@media screen and (max-width: 768px) {
.wp-pagenavi {
	font-size: 1.4rem;
}	
.previouspostslink,.nextpostslink{
	font-size: 1.4rem;
}
	#pager li.prev {
  width: 20%;
}
#pager li.next {
  width: 20%;
  text-align: right;
}
#pager li.news_back {
  width: 50%;
  text-align: center;
}
	#pager li.prev span,#pager li.next span{
  display: none;
}
#pager li.news_back a{
  padding: 0.7em 1em;
  font-size: 1.4rem;
	width: 100%;
}	
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#contact .tel_box{
  max-width: 525px;
  background-color: rgba(115, 173, 56, 0.7);
  border: 1px solid #FFFFFF;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
	margin: 0 auto 40px auto;
}
#contact .tel_box .tel{
  font-size: 3.2rem;
  font-weight: 600;
	letter-spacing : 2px;
	line-height: 1;
	margin-bottom: 5px;
}

#contact .tel_box .tel::before{
  content: url(../images/f_tel.svg);
  display: block;
}
#contact .tel_box .tel span{
  font-size: 1.8rem;
  font-weight: 500;
	margin-bottom: 10px;
  display: block;
}
#contact .tel_box p{
  font-size: 1.8rem;
  line-height: 1.5;
}
#contact .tel_box p span{
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}
#contact .tel_box a{
  color: #FFFFFF;
}

.submit_btn_wrap {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
	width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.8em 2.5em;
  line-height: 1.5;
  background: #73AD38;
  color: #FFFFFF!important;
  text-align: center;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.6rem;
  box-shadow: 0px 6px #3f9600;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
		border: none!important;
}
.submit_btn:hover {
	color: #FFFFFF !important;
	background: #73AD38;
  transform: translateY(4px);
  box-shadow: 0px 2px #3f9600;
}
.back_btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.8em 2.5em;
  line-height: 1.5;
  background: #666666;
  color: #FFFFFF!important;
  text-align: center;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.6rem;
  box-shadow: 0px 6px #333333;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
		border: none!important;
}
.back_btn:hover {
	color: #FFFFFF !important;
	background: #333333;
  transform: translateY(4px);
  box-shadow: 0px 2px #333333;
}
.privacy_box {
background-color: #F1F7EB;
  margin-bottom: 70px;
  border-radius: 10px;
	padding: 20px;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
	padding:25px;
}
.privacy_inner h5{
	font-size: 2.4rem;
	color: #73AD38;
	font-weight: 600;
	margin-bottom: 10px;
}
/*-------------------------------------*/
/*	フォーム関連	*/

table.contact_tb {
	width: 100%;
	margin-bottom: 40px;
}
table.contact_tb th,table.contact_tb td {

}

table.contact_tb th {
	text-align: right;
	font-weight: 500;
	width: 25%;
	padding: 0.7em 0.5em;
	font-size: 2.0rem;
		vertical-align: middle;

}
table.contact_tb td {
position: relative;
		padding: 0.7em 0 0.7em 0.5em;
	font-size: 2.0rem;
}
table.contact_tb td span.must_label{
	position: absolute;
	right: 0;
	top: 1.4em;
  padding: 0.5em 1em;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 50px;
  background: #E6A732;
  margin-right: 10px;
  vertical-align: middle;
	line-height: 1;
}
.mw_wp_form_confirm.mw_wp_form_preview table.contact_tb td span.must_label{
	display: none;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}

.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 #323232;
  font-family: inherit;
  font-size: 2.0rem;
  padding: 0.5em 0.5em;
  margin: 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area .must input[type="text"], .form_area .must input[type="email"], .form_area .must input[type="tel"], .form_area .must textarea, .form_area .must select {
  padding: 0.5em 75px 0.5em 0.5em;
}
.form_area select {
	width: calc( 100% - 80px );
}
.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;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
	#contact .tel_box .tel span{
		font-size: 1.4rem;
	}
	.privacy_box {
			padding: 10px 0 0 10px;
		}
		.privacy_inner {
			padding:15px;
		}
	.privacy_inner h5{
		font-size: 2.0rem;
	}
table.contact_tb th {
	text-align: left;
	width: 100%;
	padding: 0.5em 0;
	font-size: 1.6rem;
	display: block;
}
.mw_wp_form_confirm.mw_wp_form_preview table.contact_tb th{
	padding: 0.5em;
	background: #EEEEEE;
}
.mw_wp_form_confirm.mw_wp_form_preview table.contact_tb td{
	padding: 0.5em;
}	
table.contact_tb td {
display: block;
		padding:0 0 0.5em 0;
	font-size: 1.6rem;
}
table.contact_tb td span.must_label{
  font-size: 1.2rem;
	top: 0.7em;
}
	
  .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;
}
.form_area .must input[type="text"], .form_area .must input[type="email"], .form_area .must input[type="tel"], .form_area .must textarea, .form_area .must select {
  padding: 0.5em 75px 0.5em 0.5em;
}	
	
  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;
  }
}