@charset "UTF-8";

/* 親テーマから拡張する場合はスタイルを定義してください */

.d_pc{
	display: block !important;
}
.d_sp{
	display: none !important;
}
.d_pc_inline{
	display: inline !important;
}
.d_sp_inline{
	display: none !important;
}
.m0auto{
	margin: 0 auto;
}
.center_img{
	display: block;
	margin: 0 auto;
}
.c_red{
	color: #ff0000;
}
.d_underline{
	text-decoration: underline;
}
.font_b{
	font-weight: bold;
}
.min{
	/*
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.upto{
	display: none;
	position: fixed;
	right: 5%;
	bottom: 0;
}

.al_right {
    text-align: right;
}


.title5 {
    padding-bottom: 5px;
    padding-left: 15px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
    text-align: left;
    border-left: 5px solid rgb(250, 136, 144);
}

/* Breadcrumb */
.breadcrumb{
	width: 980px;
	margin:0 auto;
	padding-top: 40px;
	padding-left: 25px;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
}
.breadcrumb a{
	color: #ffa0a7;
}
.breadcrumb div{
	display: inline-block;
	margin-left: 5px;
}


/* Case */
.case_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.archive-case .case_box_in{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 40px;
	border: 1px #ffa0a7 solid;
	padding: 25px 25px 15px 25px;
}
.single-case .case_box{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 25px 25px 15px 25px;
}
.case_box_body{
	margin-bottom: 30px;
}
.case_age_gender{
	background: #ffeef0;
	font-size: 14px;
	padding: 3px 20px;
	margin: 15px 0px 20px 0px;
}
.case_box .title1{
	margin-bottom: 30px;
}

.case_box_in a{
	color: #51433a;
}
.case_writer_comment_box2{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  min-height: 90px;
}
.case_writer_comment_box2 .case_writer_comment1{
  float: right;
  width: 85%;
  min-height: 50px;
  font-size: 13px;
  padding:20px 20px 20px 20px;
  border: 1px #aaa solid;
  border-radius: 5px;
  position: relative;
}
.case_writer_comment_box2 .case_writer_comment1 .parts_fukidashi{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
}
.case_writer_comment_box2 .case_writer_avatar{
  float: left;
  width: 14%;
  margin-right: 1%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
}
.case_writer_comment_box2 .case_writer_avatar img{
  width: 70%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.case_writer_comment_box2 .case_writer_avatar .write_author{
  font-size: 10px;
  text-align: center;
  display: block;
}
.case_title1{
	display: inline-block;
	border-left: 8px #ffa0a7 solid;
	color: #51433a;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 10px;
	margin-bottom: 7px;
}
.case_title1.case_problem,
.case_title1.case_reason,
.case_title1.case_feel{
	border: 0px;
}
.case_title1.case_problem:before{
	content: url('./images/icon_case_problem.png');
	position: relative;
	top: 10px;
	margin-right: 10px;
}
.case_title1.case_reason:before{
	content: url('./images/icon_case_reason.png');
	position: relative;
	top: 10px;
	margin-right: 10px;
}
.case_title1.case_feel:before{
	content: url('./images/icon_case_feel.png');
	position: relative;
	top: 10px;
	margin-right: 10px;
}
.case_text1{
	padding: 0px 18px;
	font-size: 14px;
	margin-bottom: 20px;
}
.case_box_in_in{
	border: 1px #ffa0a7 solid;
	margin-bottom: 20px;
	padding: 5px 25px;
}
.case_box_in_in .case_text1{
	padding: 10px;
	background: #fff5f5;
}
.case_result{
	margin-bottom: 50px;
}
.tb_all{
	display: table;
	width: 100%;
	border-top: 1px #ffa0a7 solid;
	border-left: 1px #ffa0a7 solid;
	border-right: 1px #ffa0a7 solid;
}
.tb_all.last{
	border-bottom: 1px #ffa0a7 solid;
}
.tb_all.first .tb_td{
	background: #ffeef0;
}
.tb_all .tb_td{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0px;
}
.tb_all .tb_td:nth-child(1){
	background: #ffeef0;
	width: 24%;
	border-right: 1px #ffa0a7 solid;
}
.tb_all .tb_td:nth-child(2){
	width: 24%;
}
.tb_all .tb_td:nth-child(3){
	width: 4%;
}
.tb_all .tb_td:nth-child(4){
	width: 24%;
	border-right: 1px #ffa0a7 solid;
}
.tb_all .tb_td:nth-child(5){
	width: 24%;
}
/* /Case */




/* Menu */
.menu_box{
	margin: 0 auto;
	margin-bottom: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.image_menu1{
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
.image_menu2{
	margin: 0 auto;
	margin-bottom: 20px;
}
.image_menu3{
	margin: 0 auto;
	margin-bottom: 40px;
}
.menu_box_text1{
	font-size: 23px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.menu_box_text1 .large{
	font-size: 1.1em;
}

.menu_box_in{
	overflow: hidden;
}
.menu_box_in h2{
	font-size: 22px;
	display: table;
	margin-bottom: 15px;
}
.menu_box_in h2 span{
	display: table-cell;
	vertical-align: bottom;
}
.menu_box_in h2 span:last-child{
	padding-left: 20px;
	line-height: 1.2em;
}
.image_menu_step1,
.image_menu_step2,
.image_menu_step3,
.image_menu_step4,
.image_menu_step5,
.image_menu_step6{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.menu_step_text{
	line-height: 1.5em;
}
.menu_step_to_down{
	font-size: 48px;
	margin-left: 90px !important;
	color: #ffa0a7;
	margin-bottom: 15px !important;
}
.image_menu4{
	margin-bottom: 0px;
}
.image_menu5{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.image_front_menu01{
	margin: 0 auto;
	margin-bottom: 10px;
}
.image_front_menu11{
	margin: 0 auto;
	margin-bottom: 30px;
}
.page .faq_box .btn_more2{
	max-width: 100%;
	width: 30%;
}
/* /Menu */


/* /Breadcrumb */

/* Pagination */
/* .pagination,
.page-numbers{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.page-numbers li{
	display: inline-block;
}
.pagination a.inactive,
.page-numbers a{
	background: #ccc;
	color: #666;
	padding: 8px 13px;
	margin: 3px;
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
.pagination a:hover,
.page-numbers a:hover{
	background-color: #7e7472;
	color: #fff;
}
.pagination span.current,
.page-numbers span.current{
	background: #d40120;
	color: #fff;
	padding: 8px 13px;
	margin: 3px;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 0.9em;
}
.pagination span.current a,
.page-numbers span.current a{
	color: #fff;
}
.pagination .to_prev_page,
.pagination .to_next_page{
	padding-left: 23px;
	padding-right: 23px;
} */
/* /Pagination */

/* Header */
header{
	width: 100%;
	border-top: 5px #ffa0a7 solid;
	background: #fff;
}
.header_in{
	width: 960px;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 0;
}
.header_in_l{
	width: 62%;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.header_in_l_lr{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.header_in_l_l{
	display: table-cell;
	width: 83%;
}
.header_in_l_r{
	display: table-cell;
/* 	width: 17%; */
	vertical-align: top;
}
.header_in_l_r .mark1{
	padding: 6px 5px;
}
.header_in_l_lr2{
	display: table;
	width: 100%;
	margin-bottom: 2px;
}
.header_in_l_lr2 dt{
	display: table-cell;
	width: 142px;
}
.header_in_l_lr2 dt.mark1{
	letter-spacing: normal;
}
.header_in_l_lr2 dd{
	display: table-cell;
	width: 86%;
	padding-left: 2%;
	font-size: 16px;
	font-weight: bold;
	color: #736466;
}
.mark1{
	background: #ffa0a7;
	color: #fff;
	font-size: 13px;
	padding: 4px 5px;
	margin: 2px;
	margin-top: 0px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 0.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.header_in_r{
/* 	width: 38%; */
	padding-left: 20px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.contact{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #51433a;
}
.contact .small{
	font-size: 9px;
	font-weight: normal;
	padding-left: 3px;
}
.contact_telno{
	margin-bottom: 5px;
}
.active_time{
	font-size: 12px;
	line-height: 2;
	display: table;
	color: #51433a;
	background-image: url(http://dev.taian-diet.com/wp-content/uploads/2024/05/active_time_under_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
	padding-bottom: 10px;
}
.active_time_l{
	display: table-cell;
	text-align: left;
}
.active_time_r{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.active_time_r dl{
	display: table;
	width: 100%;
	font-weight: bold;
	line-height: 1.5em;
}
.active_time_r dt{
	display: table-cell;
	width: 50px;
	text-align: center;
}
.active_time_r dd{
	display: table-cell;
/* 	width: 90%; */
	text-align: left;
}
.active_time_r dd:before{
	content: '：';
	margin-right: 10px;
}
.gnavi{
	background: #fff;
}
.gnavi ul{
	width: 960px;
	height: 45px;
	margin: 0 auto;
	display: table;
	box-sizing: border-box;
}
.gnavi ul li{
	/*display: inline-block;*/
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px #e9e3d1 solid;
	width: 12.5%;
}
.gnavi ul li:first-child{
	border-left: 1px #e9e3d1 solid;
}
.gnavi ul li a{
	display: block;
	width: 100%;
	color: #333;
}
.gnavi_fixed{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 10;
	opacity: 0.9;
}
.sp_gnavi{
	display: none;
}
.top_bg{
	background-image: url('./images/top_bg2.png?1');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 81px;
}
/* /Header */

/* Footer */
/* footer{
	background: #ffa0a7;
	color: #fff;
	height: 290px;
} */
.footer_in{
	width: 980px;
	margin: 0 auto;
}
.footer_nav{
	font-size: 0px;
	padding: 25px 5px 15px 5px;
	border-bottom: 2px #b49fa2 solid;
}
.footer_nav li{
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	display: inline-block;
	border-right: 1px #fff solid;
	padding: 0px 10px;
	line-height: 15px;
}
.footer_nav li a{
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1rem;
}
.footer_nav li:last-child{
	border-right: 0px;
}
.footer_in_lr{
	display: table;
	width: 100%;
	margin-top: 30px;
}
.footer_in_l{
	display: table-cell;
	width: 63%;
	vertical-align: top;
}
.footer_in_r{
	display: table-cell;
	width: 37%;
	vertical-align: top;
}
.footer_logo{
	margin-bottom: 15px;
}
.footer_info1{
	display: table;
	width: 100%;
}
.footer_info1_l{
	display: table-cell;
	width: 17%;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 23px;
	letter-spacing: 0.1rem;
	text-align: center;
	padding-right: 2%;
/* 	color: #fff; */
}
.footer_info1_r{
	display: table-cell;
	width: 83%;
	font-size: 16px;
}
.footer_info1_r dl{
	display: table;
	width: 100%;
}
.footer_info1_r dt{
	display: table-cell;
	width: 16%;
/* 	color: #fff; */
}
.footer_info1_r dd{
	display: table-cell;
	width: 84%;
/* 	color: #fff; */
}
.footer_info2{
	background: #fff;
	padding: 10px 30px;
}
.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	background: #fff;
	color: #333;
	padding: 10px 0px;
}
.copyright a{
	color: #333;
}
.footer_tel_box_sp{
	display: none;
}
/* /Footer */

/* Common */
.contents{
	/*display: table;*/
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}


#main {
	position: relative;
padding-top: 25px;
}
body:not(.home) #main:before {
	content: "";
    display: block;
    position: absolute;
	top: -60px;
    width: 100%;
    padding-top: 5%;
    background: url(http://dev.taian-diet.com/wp-content/uploads/2024/05/top_bg2.png) no-repeat;
    background-size: contain;
    z-index: 2;
}

.main_contents{
	/*display: table-cell;*/
	float: left;
	width: 715px;
	/*padding-right: 15px;*/
}
.sidebar{
	/*display: table-cell;*/
	float: right;
	width: 230px;
}
.title1{
/* 	background-image: url(https://dev.taian24.com/wp-content/uploads/2024/05/title_bg.png); */
	border-bottom: 3px #f1ebe0 dotted;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
	text-align: left;
}
.title1 .small{
	font-size: 0.7em;
	font-style: italic;
	color: #8e7a4e;
	margin-left: 5px;
	letter-spacing: 0.1rem;
}
.title1 .large{
	font-size: 1.3em;
}
.title2{
	padding-bottom: 5px !important;
	padding-left: 13px !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
	text-align: left;
	border-left: 7px #ff9000 solid;
	border-bottom: 1px #ff9000 solid;
}
.title3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #51433a dotted;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.side_title1{
	background-image: url('./images/side_title_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	margin-bottom: 3px;
}
.side_title2{
	font-weight: bold;
	font-size: 16px;
}
.side_title_b{
	font-size: 15px;
}
.inline{
	display: inline;
}
.box_lr_fl{
	overflow: hidden;
}
.box_lr_fl .box_l{
	float: left;
}
.box_lr_fl .box_r{
	float: right;
}
.box_lr_tb{
	display: table;
}
.box_lr_fl .box_l{
	display: table-cell;
}
.box_lr_fl .box_r{
	display: table-cell;
}
.text14b{
	font-size: 14px;
	font-weight: bold;
}
.text16b{
	font-size: 16px;
	font-weight: bold;
}
.btn{
	display: block;
	margin: 0 auto;
}
.more{
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}
.more a{
	color: #51433a;
}
.more:after{
	content: '＞';
}
.back_to_box{
	text-align: right;
}
#ts-fab-below{
	display: none;
}
/* /Common */

/* SnsBox */
.sns_box{
	margin-bottom: 10px;
}
.sns_box ul{
	overflow: hidden;
}
.sns_box .btn_fb,
.sns_box .btn_tw,
.sns_box .btn_go,
.sns_box .btn_ha{
	float: left;
	width: 110px;
}
.sns_box .btn_fb{
	width: 105px;
}
.sns_box .btn_tw{
	width: 95px;
}
.sns_box .btn_go{
	width: 80px;
}
.sns_box .btn_ha{
	width: 60px;
}
/* /SnsBox */

/* MetaBox */
.meta_box_one_r{
	text-align: right;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
}
.meta_box{
	display: table;
	width: 100%;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
}
.meta_box .meta_box_l{
	display: table-cell;
	width: 40%;
}
.meta_box .meta_box_r{
	display: table-cell;
	width: 60%;
	text-align: right;
}
/* /MetaBox */

/* CatBox */
.cat_box{
	margin-top: 4px;
	margin-bottom: 5px;
}
.cat_menu_box{
	margin-bottom: 20px;
}
.cat_menu_box ul li,
.cat_box ul li{
	display: inline-block;
	border: 1px #51433a solid;
	background: #51433a;
	color: #fff;
	padding: 1px 7px;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
}
.cat_menu_box ul li a,
.cat_box ul li a{
	color: #fff;
}
.cat_menu_box ul li{
	margin-right: 10px;
}
.cat_box ul li{
	margin-right: 2px;
}
/* /CatBox */

/* Side */
.bn_cavitation{
	margin-bottom: 20px;
}
.side_bn_faq{
	margin-bottom: 30px;
}
.side_blog_box,
.side_access_box{
	margin-bottom: 30px;
}
.side_blog_box .side_box_in_lr{
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #333 dotted;
}
.side_blog_box .side_box_in_l{
	display: table-cell;
	width: 40%;
	padding-right: 3%;
	vertical-align: top;
}
.side_blog_box .side_box_in_r{
	display: table-cell;
	width: 55%;
	padding: 0px 2% 0px 0px;
	vertical-align: top;
}
.side_blog_box .side_box_in_r a{
	color: #51433a;
}
.side_access_box .side_title2{
	text-align: center;
}
.side_access_box .side_title_b{
	display: inline;
}
.side_image_shop,
.side_image_map{
	margin: 5px auto;
}
.side_active_time{
	margin-bottom: 10px;
}
.side_active_time dl{
	display: table;
	width: 100%;
}
.side_active_time dt{
	display: table-cell;
	width: 13%;
}
.side_active_time dd{
	display: table-cell;
	width: 87%;
}
.side_shop_detail_sp{
	display: none;
}
/* /Side */

/* Front */
.front_top{
	background-image: url('./images/image_top.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 538px;
	margin-bottom: 40px;
}
.box_lr_fl.front1{
	margin-bottom: 35px;
}
.front_introduce_box{
	margin-top: 40px;
	margin-bottom: 40px;
}
.text16b.front1{
	margin: 15px 0px;
	padding: 0px 5px;
}
.front_voice_box{
	margin-bottom: 30px;
}
.front_voice_box_in{
	padding: 25px 0px 20px 0px;
	background: #fff;
}
.image_voice1{
	margin-bottom: 15px;
}
.front_reason_box{
	padding: 0px 0px 20px 0px;
	background: #fff;
	border: 1px #ddd solid;
	margin-bottom: 30px;
}
.front_reason_image_box{
	text-align: right;
}
.front_reason_box_in{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.front_reason_box_in dl{
	display: table;
	width: 100%;
	height: 80px;
	border-bottom: 2px #51433a dotted;
}
.front_reason_box_in dt{
	display: table-cell;
	width: 8%;
	font-size: 38px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	vertical-align: middle;
	letter-spacing: 0.2rem;
}
.front_reason_box_in dd{
	display: table-cell;
	width: 92%;
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	vertical-align: middle;
	line-height: 1.1em;
}
.image_front1{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.front .meta_box_one_r {
	margin-right: 1em;
}
/* /Front */

/* Contact */
.contact_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.image_contact1{
	display: block;
	margin: 0 auto;
}
/* /Contact */

/* Access */
.access_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.image_access1,
.image_access2,
.image_access3{
	display: block;
	margin: 0 auto;
}
.image_access1{
	margin-bottom: 10px;
}
.image_access2,
.image_access3{
	margin-bottom: 50px;
}
.access_detail{
	margin: 0 auto;
	margin-bottom: 50px;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	width: 95%;
}
.access_detail dl{
	display: table;
	width: 100%;
}
.access_detail dt{
	display: table-cell;
	width: 20%;
}
.access_detail dd{
	display: table-cell;
	width: 80%;
}
/* /Access */

/* Reason */
.reason_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.reason_box_in{
	background: #fff;
	width: 100%;
	padding-bottom: 30px;
	margin: 0 auto;
	border: 1px #ddd solid;
}
.reason_image_box{
	text-align: right;
}
.reason5_box{
	padding: 0px 10px;
}
.reason5_box dl{
	display: table;
	width: 100%;
	border-bottom: 2px #51433a dotted;
	padding-bottom: 5px;
}
.reason5_box dt{
	display: table-cell;
	width: 9%;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	vertical-align: middle;
	letter-spacing: 0.3rem;
	margin-right: 5px;
}
.reason5_box dd{
	display: table-cell;
	width: 91%;
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.1em;
	letter-spacing: 0.05rem;
}
.reason5_text{
	padding: 10px 20px 30px 20px;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
}
/* /Reason */

/* Introduce */
.introduce_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.introduce_box_in{
	background-image: url(https://dev.taian24.com/wp-content/uploads/2024/05/image_introduce1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top: 190px;
	margin-top: -10px;
}
.sp_image_introduce1{
	display: none!important;
}
.introduce_text01{
	width: 70%;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px 20px 20px;
}
.introduce_text02{
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px 40px 20px;
}
.introduce_text{
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	padding: 0px 20px 40px 20px;
}
/* /Introduce */

/* Menu */
.menu_box{
	margin: 0 auto;
	margin-bottom: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.image_menu1,
.image_menu2{
	margin-bottom: 10px;
}
.image_menu3{
	margin-bottom: 20px;
}
.image_menu4{
	margin-bottom: 15px;
}
.menu_box_in1{
	background: #fff;
	width: 96%;
	margin: 0 auto;
}
.menu3_box{
	padding: 0px 15px 5px 15px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.point_title_box{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.point_title_box .point_image_box{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.point_title_box h2{
	display: table-cell;
	width: 90%;
	font-size: 28px;
	vertical-align: middle;
}
.point_body_box{
	overflow: hidden;
	/*font-size: 14px; #default#OK*/
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 0.05rem;
}
.point_body_box img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.point_to_down{
	margin-bottom: 35px;
}
.point2_images_box{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.point2_image_box{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.point2_image_box:nth-child(3),
.point2_image_box:nth-child(6){
	margin-right: 0;
}
.point2_image_box img{
	margin-bottom: 5px;
}
.image_menu5{
	margin-bottom: 30px;
}
.image_menu6{
	margin-bottom: 25px;
}
/* /Menu */

/* Faq */
.faq_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.faq_box_in{
  width: 100%;
  background: #fff;
  padding: 20px 15px 25px 15px;
  margin-bottom: 15px;
}
.faq_box_in .faq_q{
  padding-left: 3.1em;
  text-indent: -3.1em;
 /*font-size: 14px; #default#OK*/
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.faq_box_in .faq_q:before{
  content: url(http://dev.taian-diet.com/wp-content/uploads/2024/05/faq_q.png);
  position: relative;
  position: relative;
    top: 7px;
    margin-right: 10px;
    margin-left: 10px;
}
.faq_box_in .faq_a{
  padding-left: 2.6em;
  text-indent: -2.6em;
  	/*font-size: 14px; #default#OK*/
  font-size: 16px;
}
.faq_box_in .faq_a:before{
  content: url(http://dev.taian-diet.com/wp-content/uploads/2024/05/faq_a.png);
  position: relative;
    top: 7px;
    margin-right: 10px;
    margin-left: 10px;
}
/* /Faq */

/* Voice */
.voice_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.voice_box .title1{
	margin-bottom: 20px;
}
.voice_box_in{
	background: #fff;
	background-image: url('./images/voice_box_in_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	padding: 30px 20px 30px 20px;
	margin-bottom: 50px;
}
.voice_box_in a{
	color: #51433a;
}
.voice_writer_comment_box2{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  min-height: 90px;
  width: 100%;
}
.voice_writer_comment_box2 .voice_writer_comment1{
  float: right;
  width: 85%;
  min-height: 50px;
	/*font-size: 14px; #default#OK*/
  font-size: 16px;
  padding:20px 20px 20px 20px;
  border: 1px #aaa solid;
  border-radius: 5px;
  position: relative;
}
.voice_writer_comment_box2 .voice_writer_comment1 .parts_fukidashi{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
}
.voice_writer_comment_box2 .voice_writer_avatar{
  float: left;
  width: 14%;
  margin-right: 1%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
}
.voice_writer_comment_box2 .voice_writer_avatar .avatar_data_box{
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.voice_writer_comment_box2 .voice_writer_avatar .avatar_data_box img{
  width: 70%;
  border-radius: 60px;
}
.voice_writer_comment_box2 .voice_writer_avatar .avatar_data_box .write_author{
  font-size: 10px;
  text-align: center;
  display: block;
}
.voice_box_in_cl_box{
	overflow: hidden;
}
.voice_box_in_fr_box{
	float: right;
	width: 40%;
	margin-left: 2%;
}
.voice_box_in_fr_box img{
	margin-bottom: 20px;
}
.voice_title1,
.voice_title2,
.voice_title3{
	display: inline-block;
    border-left: 8px #ffa0a7 solid;
    color: #51433a;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 7px;
}
.voice_title1,
.voice_title2{
	width: 58%;
}
.voice_text1{
	/*font-size: 14px; #default*/
	font-size: 16px;
	margin-bottom: 20px;
}
.archive-voice article {
	width: 32%;
	float: left;
}
.archive-voice article .voice_box_in_fr_box {
    width: 100%;
}

/* /Voice */

/* Blog */
.blog_box{
	margin: 0 auto;
	margin-bottom: 70px;
}
.category .blog_box .thumbnail,
.front .blog_box .thumbnail{
	margin-bottom: 5px;
}
.category .blog_box_waku{
	background: #fff;
	margin: 0 auto;
	padding: 15px;
}
.category .blog_line_box,
.front .blog_line_box{
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}
.category .blog_box_in,
.front .blog_box_in{
	float:left;
	width: 32%;
	margin-right: 2%;
}
.category .blog_box_in:first-child,
.front .blog_box_in:first-child{
 	margin-left: 0%;
}
.category .blog_box_in.last,
.front .blog_box_in.last{
	margin-right: 0%;
}
.category .blog_box_title1,
.front .blog_box_title1{
	font-size: 16px;
	font-weight: bold;
}
.category .blog_box_title1 a,
.front .blog_box_title1 a{
	color: #51433a;
}
.single .blog_box .thumbnail{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.single .blog_box .cat_box{
	margin: 20px 0px 10px 0px;
}
/* /Blog */

/* Menu_list */
.menu_list {
	padding: 0 1.5em;
}
.menu_list h2 {
	margin-top: 2em;
	position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #52423B; 
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.menu_list h2:before {
	position: absolute;
  top: 5px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: #FF9003;
  content: "";
}
.menu_list h3.title4 {
	margin: 1.5em 1.5em 0;
}
.menu_list h3.title5 {
	position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 25px;
  clear: left;
}
.menu_list h3.title5:before {
	position: absolute;
  top: 5px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: #4F433A;
  content: "";
  border-radius: 100%;
}
.menu_list .p1 {
	text-align: right;
	font-size: 11px;
	margin-bottom: 1em;
}
.menu_list .p2 {
	line-height: 38px;
}
.menu_list table th,
.menu_list table td {
	text-align: center;
	padding: 0.6em;
	border: 1px solid #fff;
	font-size: 14px;
}
.menu_list .table1 {
	width: 100%;
	border: 0;
}
.menu_list .table1 th,
.menu_list .table1 td {
	width: 33.3%;
}
.menu_list .table2 {
	width: 66%;
	border: 0;
	margin-bottom: 2em;
	margin-right: 0.5em;
	float: left;
}
.menu_list .table2 th,
.menu_list .table2 td {
	width: 50%;
}
.menu_list table .td1 {
	background: #FFCCCB;
}
.menu_list table .td2 {
	background: #ECF6B3;
}
.menu_list table .td3 {
	background: #FDE3C2;
}
/* /Menu_list */

/* ABテスト用　index2
--------------------------------------------------------------------------- */
#index2 .blog_box_in {
  width: 100%;
  float: none;
  margin: 0;
}
#index2 .blog_box_in article {
  width: 33%;
  float: left;
  margin-bottom: 2em;
}

/*****************************************************************************************************************/
@media (max-width: 640px) {

.d_pc{
	display: none !important;
}
.d_sp{
	display: block !important;
}
.d_pc_inline{
	display: none !important;
}
.d_sp_inline{
	display: inline !important;
}

body{
	font-size: 14px;
}

div#container{
	padding-bottom: 0px;
	min-width: 100%;
}

/* Sp Breadcrumb */
.breadcrumb{
	display: none;
}
/* /Sp Breadcrumb */

/* Sp Header */
.header_in{
	width: 98%;
	margin-bottom: 0px;
}
.header_in_l{
	width: 100%;
}
.header_in_l_l{
/* 	width: 70%; */
	vertical-align: middle;
}

.header_in_l_r .mark{
	padding: 5% 2%;
}

	
/* .header_in_r{
	display: none;
} */
.header_in_l_lr_sp{
	float: hidden;
	width: 100%;
}
.header_in_l_l_sp{
	float: left;
	width: 55%;
	/*min-width: 290px;*/
	text-align: left;
}
.header_in_l_r_sp{
	float: right;
	width: 42%;
	margin-left: 3%;
	text-align: right;
	font-weight: bold;
}

/* .active_time_l{
	width: 20%;
	vertical-align: top;
	line-height: 1.0em;
} */
/* .active_time_r{
	width: 80%;
	vertical-align: top;
} */
/* .active_time_r dl{
	display: table;
	width: 100%;
	font-weight: normal;
	line-height: 1.0em;
} */
/* .active_time_r dt{
	display: table-cell;
	width: 26%;
	text-align: center;
}
.active_time_r dd{
	display: table-cell;
	width: 74%;
	text-align: left;
}
.active_time_r dd:before{
	content: none;
	margin-right: 0px;
} */
.gnavi{
	background: #ffa0a7;
}
.gnavi ul{
	display: table;
	width: 100%;
	margin: 0 auto;
}
.gnavi ul li:first-child{
	border-left: 0px;
}
.gnavi ul li{
	display: table-cell;
	border-right: 1px #e3e2e2 solid;
	width: 24.2%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.gnavi ul li:last-child{
	border-right: 0px;
}
.gnavi ul li a{
	display: block;
	padding: 10px 0px;
	width: 100%;
	color: #fff;
}
.gnavi ul li a:hover{
	text-decoration: none;
	/*
	padding-bottom: 0px;
	border-bottom: 0px;
	*/
}
.sp_gnavi{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	background: #ffe5e9;
	padding: 3px 20px;
	opacity: 0.9;
}
.sp_gnavi ul li{
	padding: 7px 0px;
}
.sp_gnavi ul li a{
	color: #333;
}
.top_bg{
	display: none;
}
/* /Sp Header */

/* Sp Footer */
footer{
	position: static;
	height: auto;
	padding-bottom: 100px;
	background: #fffbf0;
}
.footer_in{
	display: none;
}
.copyright{
	display: none;
	position: static;
	text-align: center;
	padding: 10px 0px;
}
.footer_tel_box_sp{
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
	bottom: 0px;
	display: block;
	text-align: center;
	background: #ffeef0;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	line-height: 1.2em;
}
.footer_tel_box_sp .text1{
	font-size: 0.6em;
	color: #51433a;
/* 	line-height: 0.6em; */
}
.footer_tel_box_sp a{
	color: #51433a;
	line-height: 0.8em;
	font-size: 34px;
}
.footer_tel_box_sp a:before{
	content: url('http://dev.taian-diet.com/wp-content/uploads/2024/05/icon_tel.png');
	position: relative;
	top: 10px;
}
/* /Sp Footer */

/* Sp Common */
.contents{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	overflow: visible;
}
.main_contents{
	float: none;
	width: 100%;
}
.sidebar{
	/*display: table-cell;*/
	float: none;
	width: 100%;
	clear: both;
}
/* .mark1{
	font-size: 13px;
	padding: 5% 2%;
	margin: 2px;
	margin-top: 0px;
	letter-spacing: 0.1rem;
} */
.title1{
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
.side_title1{
	background-image: url('./images/title_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
.side_title2{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}
.side_title_b{
	font-size: 15px;
	margin-bottom: 3px;
}
.text16b{
	font-size: 14px;
	font-weight: bold;
}
/* /Sp Common */

/* Sp MetaBox */
.meta_box_one_r{
	font-size: 14px;
}
.meta_box{
	font-size: 14px;
}
/* /Sp MetaBox */

/* Sp CatBox */
.cat_menu_box ul li,
.cat_box ul li{
	font-size: 14px;
}
/* /Sp CatBox */

/* Sp Side */
.bn_cavitation{
	margin: 0 auto;
	width: 96%;
	margin-bottom: 20px;
}
.side_blog_box{
	display: none;
}
.side_access_box{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.side_blog_box .side_box_in_lr{
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #333 dotted;
}
.side_blog_box .side_box_in_l{
	display: table-cell;
	width: 40%;
	padding-right: 3%;
	vertical-align: top;
}
.side_blog_box .side_box_in_r{
	display: table-cell;
	width: 55%;
	padding: 0px 2% 0px 0px;
	vertical-align: top;
}
.side_blog_box .side_box_in_r a{
	color: #51433a;
}
.side_access_box .side_title2{
	text-align: center;
}
.side_access_box .side_title_b{
	display: inline;
}
.side_image_map{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.side_image_shop{
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}
.side_active_time{
	margin-bottom: 10px;
}
.side_active_time dl{
	display: table;
	width: 100%;
}
.side_active_time dt{
	display: table-cell;
	width: 13%;
}
.side_active_time dd{
	display: table-cell;
	width: 87%;
}
.side_shop_detail_sp{
	display: block;
	margin-bottom: 30px;
}
.side_shop_detail_sp dl{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.side_shop_detail_sp dt{
	display: table-cell;
	width: 25%;
	font-size: 16px;
	font-weight: bold;
}
.side_shop_detail_sp dd{
	display: table-cell;
	width: 75%;
	font-size: 16px;
}
.side_shop_detail_sp dd .active_time_in{
	display: table;
	width: 100%;
	line-height: 1.0em;
}
.side_shop_detail_sp dd .active_time_in dt{
	display: table-cell;
	width: 22%;
	text-align: center;
	font-weight: normal;
}
.side_shop_detail_sp dd .active_time_in dd{
	display: table-cell;
	width: 78%;
}
/* /Sp Side */

/* Sp Front */
.front_top{
	/*
	height: 0;
	padding-top: 42%;
	background-size: 150%
	*/
	background: none;
	height: auto;
	margin-bottom: 20px;
}
.box_lr_fl.front1{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 25px;
	padding-bottom: 1px;
}
.box_lr_fl.front1 .box_l,
.box_lr_fl.front1 .box_r{
	width: 49%;
}
.front_introduce_box{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.text16b.front1{
	margin: 15px 0px;
	padding: 0px 0px;
}
.front_voice_box{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.front_voice_box_in{
	padding: 25px 0px 20px 0px;
	background: none;
}
.image_voice1{
	margin-bottom: 15px;
}
.front_reason_box{
	width: 98%;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	background: #fff;
	border: 1px #ddd solid;
	margin-bottom: 30px;
}
.front_reason_image_box{
	text-align: right;
}
.front_reason_box_in{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.front_reason_box_in dl{
	display: table;
	width: 100%;
	height: 90px;
	border-bottom: 2px #51433a dotted;
}
.front_reason_box_in dt{
	display: table-cell;
	width: 14%;
	font-size: 32px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2rem;
}
.front_reason_box_in dd{
	display: table-cell;
	width: 86%;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	vertical-align: middle;
	line-height: 1.1em;
}
.image_front1{
	width: 98%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
/* /Sp Front */

/* Sp Contact */
.contact_box{
	width: 96%;
}
/* /Sp Contact */

/* Sp Access */
.access_box{
	width: 96%;
}
.access_detail{
	font-size: 14px;
}
/* /Sp Access */

/* Sp Reason */
.reason_box{
	width: 98%;
}
.reason_box_in{
	padding-bottom: 10px;
}
.reason_image_box{
	margin-bottom: 10px;
}
.reason5_box{
	padding: 0px 5px;
}
.reason5_box dt{
	width: 14%;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2rem;
}
.reason5_box dd{
	width: 86%;
	font-size: 22px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.1em;
}
.reason5_text{
	padding: 10px 10px 30px 10px;
	font-size: 14px;
}
/* /Sp Reason */

/* Sp Introduce */
.introduce_box{
	width: 96%;
}
.introduce_box_in{
	background-image: none;
	padding-top: 0px;
	margin-top: 0px;
}
.sp_image_introduce1{
	display: block!important;
	margin: 0 auto;
	margin-bottom: 10px;
}
.introduce_text01{
	width: 100%;
	padding: 0px 20px 20px 20px;
	font-size: 14px;
}
.introduce_text02{
	padding: 0px 20px 40px 20px;
	font-size: 14px;
}
.introduce_text{
	padding: 0px 20px 40px 20px;
	font-size: 14px;
}
/* /Sp Introduce */

/* Sp Menu */
.menu_box{
	width: 96%;
}
.menu_box_in1{
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.menu3_box{
	padding: 0px 10px 5px 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.point_title_box{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.point_title_box .point_image_box{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.point_title_box .point_image_box img{
	width: 94%;
}
.point_title_box h2{
	display: table-cell;
	width: 90%;
	font-size: 27px;
	vertical-align: middle;
	line-height: 1.2em;
	padding-left: 3px;
}
.point_body_box{
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 0.05rem;
}
.point_body_box img{
	float: left;
	width: 50%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.point_to_down{
	margin-bottom: 25px;
}
.point2_images_box{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.point2_image_box{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}
.point2_image_box:nth-child(2),
.point2_image_box:nth-child(4),
.point2_image_box:nth-child(6){
	margin-right: 0;
}
.point2_image_box img{
	margin-bottom: 1px;
}
/* /Sp Menu */

/* Sp Faq */
.faq_box{
	width: 96%;
}
.faq_box_in{
  padding: 20px 5px 25px 5px;
}
.faq_box_in .faq_q{
  font-size: 14px;
}
.faq_box_in .faq_a{
  font-size: 14px;
}
/* /Sp Faq */

/* Sp Voice */
.voice_box{
	width: 96%;
}
.voice_box .title1{
	margin-bottom: 20px;
}
.voice_box_in{
	padding: 20px 10px 20px 10px;
	margin-bottom: 50px;
}
.voice_writer_comment_box2 .voice_writer_comment1{
  width: 80%;
  font-size: 14px;
}
.voice_writer_comment_box2 .voice_writer_avatar{
  width: 17%;
  padding-right: 3%;
}
.voice_box_in_fr_box img{
	margin-bottom: 10px;
}
.voice_title1,
.voice_title2,
.voice_title3{
	display: inline-block;
/* 	background: #51433a; */
/* 	color: #fff; */
	font-weight: bold;
	font-size: 14px;
	padding: 3px 15px;
	margin-bottom: 7px;
}
.voice_title1{
	width: 58%;
}
.voice_title2{
	width: 100%;
}
.voice_text1{
	font-size: 14px;
}

.archive-voice article {
	width: 100%;
	float: none;
}
.archive-voice article .voice_box_in {
	overflow: hidden;
}
.archive-voice article .voice_box_in_cl_box {
	width: 40%;
	float: left;
  margin-right: 5%;
}
.archive-voice article .voice_box_in_fr_box {
  
}
.archive-voice article h2.title3 {
	clear: none;
  border: 0;
}
/* /Sp Voice */

/* Sp Blog */
.blog_box{
	width: 96%;
}
.category .cat_menu_box{
	/*display: none;*/
}
.category .cat_menu_box ul li{
	margin-bottom: 5px;
}
.category .blog_box_waku{
	background: none;
	padding: 0px;
}
.category .blog_line_box,
.front .blog_line_box{
	display: block;
}
.category .blog_box_in,
.front .blog_box_in{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.category .blog_box .thumbnail,
.front .blog_box .thumbnail{
	float: left;
	width: 38%;
	margin-right: 2%;
}
.category .blog_box_in_in,
.front .blog_box_in_in{
	float: right;
	width: 60%;
}
/* /Sp Blog */

/* Sp Menu_list */
.menu_list {
	padding: 0 .5em;
}
.menu_list .p2 {
	width: 32%;
  float: right;
}
/* /Sp Menu_list */

/* ABテスト用　index2
--------------------------------------------------------------------------- */
#index2 .blog_box_in article {
  width: 100%;
}

}
/* /max-width: 640px *********************************************************************************************/

/* max-width: 767px *********************************************************************************************/
@media (max-width: 767px) {

.menu_list table           { display: table }
.menu_list tr              { display: table-row }
.menu_list tbody           { display: table-row-group }
.menu_list td, th          { display: table-cell; }

}
/* /max-width: 767px *********************************************************************************************/