/* CSS Document */


/* ==================== 共通 =====================*/


html {
	font-size: 62.5%;
}

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #42210B;
	-webkit-text-size-adjust: 100%;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




a:link {
	color:#42210B;
	text-decoration: none;
}
a:visited {
	color:#42210B;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #42210B;
	}
a:active {
	color:#42210B;
}



/*PCナビ消す*/
.globalnavi {
	display: none;
}
#yoyaku_btn {
	display: none;
}


/* ----------------トップページ-------------------- */


header .topheader {
	width:100%;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

header .topheader .tophead_con {
	max-width: 95%;
	margin: 0 auto;
	font-size: 1.0rem;
	padding: 5px 0;
}

header .topheaderutility {
	width:100%;
	margin-bottom: 10px;
}
header .topheaderutility .toputility_con {
	max-width: 95%;
	margin: 0 auto;
}

header .topheaderutility .toputility_con #headerlogo {
	max-width: 185px;
	height: auto;
}


/* --------- sp_navi --------- */

.sp_navi {
	position: absolute;
	top: 65px;
	right: 10px;
	z-index: 99;
}

/* ------------------ */


.topmain_p {
	width:100%;
	background-color: #FFF8CC;
	margin-bottom: 10px;
}

.topmain_p .topmain_p_con {
	width:100%;
	margin: 0 auto;
}

/* ------------------ */


#topmaincontent {
	margin-bottom: 55px;
}

#topmaincontent .top_nayami_con {
	width:100%;
	margin-bottom: 65px;
}


/* ------------ */

#topmaincontent .top_nayami_con .t_nayamiheader {
	width:100%;
	background-color: #FFDF3F;
	padding: 20px 0 10px 0;
	margin-bottom: 35px;
}

#topmaincontent .top_nayami_con .t_nayamiheader .t_nayamiheader_con {
	width: 95%;
	margin: 0 auto;
}

.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist {
	margin-bottom: 15px;
}
.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist li {
	text-align: center;
	margin-bottom: 5px;
}
.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist li img {
	width: 212px;
	height: auto;
}

.top_nayami_con .t_nayamiheader .t_nayamiheader_con h2 {
	text-align: center;
	color: #000;
	font-size: 1.9rem;
	font-weight: bold;
	padding-bottom: 10px;
}

.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamiheader_conimg {
	text-align: center;
	
}



.top_nayami_con .t_nayami {
	width: 95%;
	margin: 0 auto;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a {
	margin-bottom: 45px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left {
	background-color: #F7F8F8;
	margin-bottom: 35px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right {
	background-color: #F7F8F8;
	margin-bottom: 35px;
}



/* ------------ */


.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_sub {
	text-align: center;
	
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_sub img {
	width: 280px;
	height: auto;
	margin-top: -20px;
	padding-bottom: 20px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left h3 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 12px;
	background-image: url(../images/top_mark_02.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 120px 5px;
	margin-bottom: 25px;
}


.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left ul {
	width: 270px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left ul li {
	/*line-height: 55px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left ul #icon_a {
	background-image: url(../images/top_illust_01.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left ul #icon_b {
	background-image: url(../images/top_illust_02.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left ul #icon_c {
	background-image: url(../images/top_illust_03.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_a_sirusi {
	text-align: center;
	margin-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_a_sirusi img {
	width: 50px;
	height: auto;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_a_copy {
	margin: 0 auto;
	background-color: #FFDF1F;
	padding: 15px 15px;
	margin-bottom: 25px;
}


/* ------------ */


.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_sub {
	text-align: center;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_sub img {
	width: 280px;
	height: auto;
	margin-top: -20px;
	padding-bottom: 20px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right h3 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 12px;
	background-image: url(../images/top_mark_02.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 120px 5px;
	margin-bottom: 25px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right ul {
	width: 270px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right ul li {
	/*line-height: 55px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right ul #icon_d {
	background-image: url(../images/top_illust_04.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right ul #icon_e {
	background-image: url(../images/top_illust_05.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right ul #icon_f {
	background-image: url(../images/top_illust_06.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_a_sirusi {
	text-align: center;
	margin-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_a_sirusi img {
	width: 50px;
	height: auto;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_a_copy {
	margin: 0 auto;
	background-color: #FFDF1F;
	padding: 15px 15px;
	margin-bottom: 25px;
}


/* ------------ */



.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b {
	background-color: #F7F8F8;
	margin-bottom: 30px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_sub {
	text-align: center;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_sub img {
	width: 280px;
	height: auto;
	margin-top: -20px;
	padding-bottom: 20px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b h3 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 12px;
	background-image: url(../images/top_mark_02.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 120px 5px;
	margin-bottom: 25px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul {
	width: 270px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul li {
	/*line-height: 55px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul #icon_g {
	background-image: url(../images/top_illust_07.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul #icon_h {
	background-image: url(../images/top_illust_08.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul #icon_i {
	background-image: url(../images/top_illust_09.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 37px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_b_sirusi {
	text-align: center;
	margin-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_b_sirusi img {
	width: 50px;
	height: auto;
	transform: rotate(90deg);
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_b_copy {
	margin: 0 auto;
	background-color: #FFDF1F;
	padding: 15px 15px;
	margin-bottom: 25px;
}


/* ------------ */



.t_nayami .t_nayami_yajirusi {
	text-align: center;
	margin-bottom: 25px;
}

.t_nayami .t_nayami_toiawase {
	text-align: center;
	padding-bottom: 15px;
}
.t_nayami .t_nayami_toiawase img {
	width: 320px;
	height: auto;
}


.top_nayami_con .t_nayami #chuititle_a {
	text-align: center;
	color: #ED1C24;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}


/* ------------ */


.top_buken {
	width:100%;
}

.top_buken .top_buken_con {
	width:95%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.top_buken .top_buken_con .top_buken_con_sub {
	text-align: center;
	margin-bottom: 2px;
	color: #000;
	font-size: 1.2rem;
}

.top_buken .top_buken_con h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #3FA9F5;
	font-size: 1.7rem;
	font-weight: bold;
	background-image: url(../images/top_mark_06.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 80px 5px;
	padding-bottom: 10px;
}


/* ------------ */


.top_buken_a {
	width:100%;
	background-color: #F7F8F8;
	margin-bottom: 35px;
}
.top_buken_a .top_buken_a_con {
	width:95%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}
.top_buken_a .top_buken_a_con h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	margin-bottom: 5px;
	background-image: url(../images/top_mark_08.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 5px 18px;
	padding-left: 12px;
}



.top_buken_a .top_buken_a_con .buken_a_con .buken_a_left{
	text-align: center;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_left img{
	width: 310px;
	height: 200px;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_center {
	text-align: center;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_center img {
	width: 310px;
	height: 200px;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_right {
	text-align: center;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_right img {
	width: 310px;
	height: 200px;
}


.top_buken_a .top_buken_a_con .buken_a_con {
	margin-bottom: 25px;
}
.top_buken_a .top_buken_a_con .buken_link_btn {
	text-align: center;
}

.top_buken_a .top_buken_a_con .buken_a_con .buken_photo_a {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_photo_a img {
	object-fit: cover;
}



.top_buken_a .top_buken_a_con .buken_a_con .bukentable_a {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.top_buken_a .top_buken_a_con .buken_a_con .bukentable_a th {
	border: solid 1px #E6E6E6;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 1.2rem;
	font-weight: bold;
	width: 30%;
}
.top_buken_a .top_buken_a_con .buken_a_con .bukentable_a td {
	border: solid 1px #E6E6E6;;
	background-color: #FFF;
	padding: 5px 10px;
}


/* ------------ */


.top_buken_b {
	width:100%;
	background-color: #FFF;
	margin-bottom: 35px;
}
.top_buken_b .top_buken_b_con {
	width:95%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}
.top_buken_b .top_buken_b_con h3 {
	font-size: 125%;
	font-weight: bold;
	color: #F15A24;
	margin-bottom: 5px;
	background-image: url(../images/top_mark_08.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 5px 18px;
	padding-left: 12px;
}



.top_buken_b .top_buken_b_con .buken_b_con .buken_b_left{
	text-align: center;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_left img{
	width: 310px;
	height: 200px;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_center {
	text-align: center;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_center img {
	width: 310px;
	height: 200px;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_right {
	text-align: center;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_right img {
	width: 310px;
	height: 200px;
}



.top_buken_b .top_buken_b_con .buken_b_con {
	margin-bottom: 25px;
}
.top_buken_b .top_buken_b_con .buken_link_btn {
	text-align: center;
}

.top_buken_b .top_buken_b_con .buken_b_con .buken_photo_b {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_photo_b img {
	object-fit: cover;
}

.top_buken_b .top_buken_b_con .buken_b_con .bukentable_b {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.top_buken_b .top_buken_b_con .buken_b_con .bukentable_b th {
	border: solid 1px #E6E6E6;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 1.2rem;
	font-weight: bold;
	width: 30%;
}
.top_buken_b .top_buken_b_con .buken_b_con .bukentable_b td {
	border: solid 1px #E6E6E6;
	background-color: #FFF;
	padding: 5px 10px;
}


/* ------------ */


.top_buken_c {
	width:100%;
	background-color: #F7F8F8;
	margin-bottom: 35px;
}
.top_buken_c .top_buken_c_con {
	width:95%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}
.top_buken_c .top_buken_c_con h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	margin-bottom: 5px;
	background-image: url(../images/top_mark_08.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 5px 18px;
	padding-left: 12px;
}



.top_buken_c .top_buken_c_con .buken_c_con .buken_c_left{
	text-align: center;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_left img{
	width: 310px;
	height: 200px;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_center {
	text-align: center;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_center img {
	width: 310px;
	height: 200px;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_right {
	text-align: center;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_right img {
	width: 310px;
	height: 200px;
}


.top_buken_c .top_buken_c_con .buken_c_con {
	margin-bottom: 25px;
}
.top_buken_c .top_buken_c_con .buken_link_btn {
	text-align: center;
}

.top_buken_c .top_buken_c_con .buken_c_con .buken_photo_c {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_photo_c img {
	object-fit: cover;
}



.top_buken_c .top_buken_c_con .buken_c_con .bukentable_c {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.top_buken_c .top_buken_c_con .buken_c_con .bukentable_c th {
	border: solid 1px #E6E6E6;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 1.2rem;
	font-weight: bold;
	width: 30%;
}
.top_buken_c .top_buken_c_con .buken_c_con .bukentable_c td {
	border: solid 1px #E6E6E6;;
	background-color: #FFF;
	padding: 5px 10px;
}


/* ------------ */






.top_news {
	width:100%;
}

.top_news .top_news_con {
	width:95%;
	margin: 0 auto;
	border: solid 1px #CCC;
	border-radius: 10px;
	
	margin-top: 70px;
	margin-bottom: 60px;
}

.top_news .top_news_con h3 {
	border-bottom: solid 1px #E6E6E6;
	padding: 12px 15px 7px 15px;
}
.top_news .top_news_con .top_news_info {
	width:90%;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}



/* ---------------------------cms----------------------------- */

.top_news .top_news_con .top_news_info .cms_p {
	padding-bottom: 10px;
}

/* ---------------------------cmsここまで----------------------------- */





/*pageback*/

/* -------ページトップへ（矢印）------- */

#ptop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.7;
}






/* -------footer------- */


footer {
	width:100%;
}
footer #sitemap_con {
	width:100%;
	background-color: #B3B3B3;
	padding: 10px 0;
	font-size: 1.2rem;
}
footer #sitemap_con .sitemap_con_list {
	width:95%;
	margin: 0 auto;
	text-align: center;
}
footer #sitemap_con .sitemap_con_list p a {
	color: #FFF;
}

footer #sitemap_con .sitemap_con_list p a:hover,
footer #sitemap_con .sitemap_con_list p a:focus {
	text-decoration: none;
	color: #FFDF1F;
	}

footer #footerback {
	width:100%;
	background-color: #EFEFEF;
	padding: 25px 0;
	font-size: 1.1rem;
}
footer #footerback .footercon {
	width:95%;
	margin: 0 auto;
}


footer #footerback .footercon .footercon_left {
}
footer #footerback .footercon .footercon_right {
	margin-bottom: 35px;
	text-align: center;
}
footer #footerback .footercon .footercon_right img {
	width: 300px;
	height: auto;
}



footer #footerback .footercon .footercon_left h3 {
	margin-bottom: 10px;
}
footer #footerback .footercon .footercon_left h3 img {
	width: 200px;
	height: auto;
}

footer #footerback .footercon .footercon_left p {
	margin-bottom: 5px;
}

footer #copyri_back {
	width:100%;
	background-color: #FFF;
	padding: 20px 0;
	font-size: 1.0rem;
}
footer #copyri_back .copyri_back_pink {
	width:95%;
	margin: 0 auto;
	text-align: center;
}







/* ---------------------------consulting------------------------------- */



.submain_title {
	width:100%;
	background-color: #FDD23E;
	margin-bottom: 35px;
}
.submain_title .submain_title_con {
	width:95%;
	margin: 0 auto;
}
.submain_title .submain_title_con h2 {
	font-size: 1.5rem;
	color: #000;
	background-image: url(../images/sub_title_mark01.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 46px 46px;
	padding-left: 70px;
	line-height: 70px;
}


.subpagetitle {
	width:100%;
	background-color: #FFF;
	margin-bottom: 35px;
}
.subpagetitle .subpagetitle_con {
	width:95%;
	margin: 0 auto;
	text-align: center;
}
.subpagetitle .subpagetitle_con .subpagetitle_con_sub {
	margin-bottom: 5px;
	color: #F15A24;
	font-size: 1.0rem;
}
.subpagetitle .subpagetitle_con h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 20px;
	background-image: url(../images/consul_line01.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 112px 7px;
	margin-bottom: 25px;
}
.subpagetitle .subpagetitle_con p {
	width:80%;
	margin: 0 auto;
}


/* ------------ */


.consulcon{
	width:100%;
	background-color: #F7F8F8;
}
.consulcon .consulcon_con{
	width:95%;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	margin-bottom: 10px;
}

.consulcon .consulcon_con .consulcon_con_a {
	margin-bottom: 35px;
}

.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_left {
	margin-bottom: 25px;
}
.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_right {
	text-align: center;
}
.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_right img {
	max-width: 330px;
	height: auto;
}


.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_left h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 5px #FFF;
}


/* ------------ */


.consulcon .consulcon_con .consulcon_con_b {
	width:95%;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 33px;
	border-radius: 15px;
	padding: 20px 0 5px 0;
}

.consulcon .consulcon_con .consulcon_con_b .consulcon_con_icono1 {
	text-align: center;
	margin-bottom: 10px;
}
.consulcon .consulcon_con .consulcon_con_b h3 {
	width:95%;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #3FA9F5;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 5px #F2F2F2;
}
.consulcon .consulcon_con .consulcon_con_b p {
	width:95%;
	margin: 0 auto;
	margin-bottom: 25px;
}


.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb .consulcon_con_bb_left {
	margin-bottom: 25px;
}
.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb .consulcon_con_bb_right {
	margin-bottom: 15px;
}


.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb h4 {
	background-color: #3FA9F5;
	font-weight: bold;
	margin-bottom: 15px;
	color: #FFF;
	padding: 3px 15px;
}

.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb h5 {
	width:95%;
	margin: 0 auto;
	margin-bottom: 5px;
	color: #F15A24;
	font-weight: bold;
}

.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb ul {
	width:95%;
	margin: 0 auto;
}
.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb ul li {
	background-color: #FFFADD;
	color: #F15A24;
	margin-bottom: 10px;
	padding: 3px 15px;
}



/* ------------ */


.consulcon .consulcon_con .consulcon_con_c {
	width:95%;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 15px;
	border-radius: 15px;
	padding: 20px 0 5px 0;
}

.consulcon .consulcon_con .consulcon_con_c .consulcon_con_icono1 {
	text-align: center;
	margin-bottom: 10px;
}
.consulcon .consulcon_con .consulcon_con_c h3 {
	width:95%;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #3FA9F5;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 5px #F2F2F2;
}
.consulcon .consulcon_con .consulcon_con_c p {
	width:95%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left {
	margin-bottom: 25px;
}
.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_right {
	text-align: center;
	margin-bottom: 15px;
}
.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_right img {
	max-width: 320px;
	height: auto;
}

.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left table {
	width:95%;
	margin: 0 auto;
}
.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left table th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 10px;
	color: #3FA9F5;
	font-size: 1.2rem;
	font-weight: bold;
	width: 20%;
	vertical-align: top;
}
.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left table td {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 10px;
	font-size: 1.2rem;
}


/* ------------ */


.consulcon_b {
	width:100%;
}

.consulcon_b .consulcon_b_con {
	width:95%;
	margin: 0 auto;
}

.consulcon_b .consulcon_b_con .consulcon_b_yajirusi {
	text-align: center;
	margin-bottom: 35px;
}
.consulcon_b .consulcon_b_con .consulcon_b_yajirusi img {
	max-width: 60px;
	height: auto;
}

.consulcon_b .consulcon_b_con .consulcon_b_toiawase {
	text-align: center;
}
.consulcon_b .consulcon_b_con .consulcon_b_toiawase img {
	max-width: 320px;
	height: auto;
}









/* ---------------------------baibai------------------------------- */


.searchcontent {
	width:100%;
	margin-bottom: 50px;
}

.searchcontent .searchtitle_con {
	background-color: #42210B;
}
.searchcontent .searchtitle_con .searchtitl {
	width:95%;
	margin: 0 auto;
}
.searchcontent .searchtitle_con .searchtitl h3 {
	text-align: center;
	padding: 10px 5px 5px 5px;
}

.searchcontent .search_con {
	width:100%;
	background-color: #F2F2F2;
	margin-bottom: 5px;
}
.searchcontent .search_con .search_info {
	width:90%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}



.searchcontent .search_con .search_info .search_info_a {
	margin-bottom: 15px;
}
.searchcontent .search_con .search_info .search_info_b {
	margin-bottom: 15px;
}
.searchcontent .search_con .search_info .search_info_c {
	margin-bottom:20px;
}
.searchcontent .search_con .search_info .search_info_d {
	margin-bottom: 15px;
}
.searchcontent .search_con .search_info .search_info_e {
}




select {

  /* styling */
  background-color: white;
  border: thin solid #CCC;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #CCC;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



.searchcontent .search_con .search_info .search_info_a h4 {
	background-image: url(../images/search_jyouken_bg.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4px 16px;
	padding-left: 10px;
	color: #000;font-weight: bold;
	margin-bottom: 2px;
}
.searchcontent .search_con .search_info .search_info_b h4 {
	background-image: url(../images/search_jyouken_bg.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4px 16px;
	padding-left: 10px;
	color: #000;font-weight: bold;
	margin-bottom: 2px;
}
.searchcontent .search_con .search_info .search_info_c h4 {
	background-image: url(../images/search_jyouken_bg.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4px 16px;
	padding-left: 10px;
	color: #000;font-weight: bold;
	margin-bottom: 2px;
}





.searchcontent .search_con .search_info .search_info_e span {
	padding: 10px 15px;
	background-color: white;
}
.searchcontent .search_con .search_info .search_info_e .search_info_e_sub {
	margin-bottom: 25px;
	margin-top: 20px;
}



.searchcontent .clr {
	width: 95%;
	margin: 0 auto;
	font-size: 1.2rem;
}



/* ------------------- */



.searchlist {
	width:100%;
	background-color: #F2F2F2;
}

.searchlist .searchlist_con {
	width: 95%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
}

.searchlist .searchlist_con .s_list_title {
	padding: 5px 10px;
	background-color: white;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	color: #F15A24;
	border-radius: 22px;
}



.searchlist .searchlist_con .s_list_con {
	padding: 20px 0 30px 0;
	background-color: white;
	border-top: solid 5px #FDD23E; 
	margin-bottom: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}




.searchlist .searchlist_con .s_list_con .s_list_con_left {
	margin-bottom: 10px;
	text-align: center;
}
.searchlist .searchlist_con .s_list_con .s_list_con_right {
	width: 90%;
	margin: 0 auto;
}


.searchlist .searchlist_con .s_list_con .s_list_con_left .s_list_con_img01 img {
	width: 285px;
	height: 180px;
	object-fit: cover;
}


.s_list_con_right .s_list_con_title .s_list_con_title_left {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	background-color: #F15A24;
	color: #FFF;
	text-align: center;
}
.s_list_con_right .s_list_con_title .s_list_con_title_right {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background-color: #FEF0BD;
	color: #F15A24;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}


.s_list_con_right .s_list_con_title {
	margin-bottom: 15px;
}



.s_list_con_right .icon_no_list_a li{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

ul.icon_no_list_a:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.icon_no_list_a{
	zoom: 1;
}

.s_list_con_right .icon_no_list_a .no_list01 {
	padding-right: 30px;
	color: #000;
}
.s_list_con_right .icon_no_list_a{
	margin-bottom: 15px;
}


.s_list_con_right .s_list_con_info .s_list_con_info_left {
	margin-bottom: 20px;
}
.s_list_con_right .s_list_con_info .s_list_con_info_right {
	
}






.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table {
	border-collapse: separate;
	border-spacing: 5px;
}
.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table th {
	font-weight: bold;
	color: #F15A24;
	border-right: solid 1px #CCC;
	width: 45px;
}
.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table td {
	padding-left: 10px;
}
.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table .big_orange {
	color: #F15A24;
}
.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table .big_orange span {
	font-size: 1.7rem;
}

.s_list_con_right .s_list_con_info .s_list_con_info_right .s_list_con_info_right_copy {
	color: #F15A24;
	margin-bottom: 25px;
}
.s_list_con_right .s_list_con_info {
	position: relative;
}
.s_list_con_right .s_list_con_info .s_list_con_info_right .bukken_s_btn {
	text-align: center;
}
.s_list_con_right .s_list_con_info .s_list_con_info_right .bukken_s_btn img {
	width: 230px;
	height: auto;
}






/* ------------------- */




.listpage_con .listpage_content li {
	float: left;
	border: solid 1px #B3B3B3;
	background-color: white;
	padding: 0 7px;
	margin-right: 10px;
}

ul.listpage_content:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.listpage_content{
	zoom: 1;
}




/* ---------------------------baibai　details（詳細ページ）------------------------------- */


.detailscontent {
	width:100%;
	margin-bottom: 50px;
}
.detailscontent .details_con {
	width: 95%;
	margin: 0 auto;
}


.detailscontent .details_con .details_con_utility .icon_no_list_b {
	margin-bottom: 10px;
}
.detailscontent .details_con .details_con_utility .print_btn {
	display: none;
}


.detailscontent .details_con .details_con_utility .icon_no_list_b li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.icon_no_list_b:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.icon_no_list_b{
	zoom: 1;
}

.detailscontent .details_con .details_con_utility .icon_no_list_b .no_list01 {
	margin-right: 15px;
	color: #000;
}
.detailscontent .details_con .details_con_utility {
	margin-bottom: 5px;
}


/* ------------------------ */


.detailscontent .details_con .details_con_title .details_con_title_left {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	background-color: #F15A24;
	color: #FFF;
	text-align: center;
}
.detailscontent .details_con .details_con_title .details_con_title_right {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background-color: #FEF0BD;
	color: #F15A24;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}

.detailscontent .details_con .details_con_title {
	margin-bottom: 15px;
	
}



.detailscontent .details_con .details_con_photo .details_con_photo_left {
	margin-bottom: 30px;
	
}
.detailscontent .details_con .details_con_photo .details_con_photo_right {
	margin-bottom: 30px;
}







.detailscontent .details_con .details_con_photo .details_con_photo_left .g_gallery_wrapper {
	margin-bottom: 10px;
	text-align: center;
}

.detailscontent .details_con .details_con_photo .details_con_photo_left .gallery_thumbs .g_thumbs {
	float: left;
	width: 155px;
	height: 100px;
	padding-bottom: 10px;
	padding-right: 10px;
}
div.gallery_thumbs:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.gallery_thumbs{
	zoom: 1;
}

.detailscontent .details_con .details_con_photo .details_con_photo_left .g_gallery_wrapper img {
	object-fit: contain;
	width: 100%;
	height: auto;
}

.detailscontent .details_con .details_con_photo .details_con_photo_left .gallery_thumbs .g_thumbs img {
	object-fit: contain;
}





.detailscontent .details_con .details_con_photo .details_con_photo_right .detail_zumen_waku {
	border: solid 1px #CCC;
	height: 360px;
	margin-bottom: 25px;
}

.detailscontent .details_con .details_con_photo .details_con_photo_right .detail_zumen_waku .detail_zumen {
	width: 100%;
	margin: 0 auto;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detailscontent .details_con .details_con_photo .details_con_photo_right .detail_zumen_waku .detail_zumen img {
	object-fit: contain;
}


.detailscontent .details_con .details_con_photo .details_con_photo_right .point_copy {
	color: #F15A24;
	padding: 10px;
}




/* -------------------- */


.detailslist {
	width:100%;
	margin-bottom: 35px;
}
.detailslist .details_info {
	width: 95%;
	margin: 0 auto;
}

.detailslist .details_info h3 {
	background-color: #F15A24;
	color: #FFF;
	padding: 5px 15px;
	margin-bottom: 10px;
}



.detailslist .details_info .details_table td {
	border: solid 1px #CCC;
	padding: 5px 15px;
	font-size: 1.2rem;
}
.detailslist .details_info .details_table th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1.2rem;
	vertical-align: top;
	width: 30%;
}


.detailslist .details_info .details_table .details_table_left {
	margin-bottom: 5px;
}


/* ------------ */

.gmapcon {
	width:100%;
	margin-bottom: 50px;
}
.gmapcon .gmap_content {
	width: 95%;
	margin: 0 auto;
}

.gmapcon .gmap_content p {
	font-size: 1.2rem;
}

/* ------------ */

.gmap_info {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap_info iframe,
.gmap_info object,
.gmap_info embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ------------ */



.consultation_con {
	width:100%;
}
.consultation_con .consultation_info {
	width: 95%;
	margin: 0 auto;
}
.consultation_con .consultation_info .consultation_btn {
	text-align: center;
	margin-bottom: 50px;
}
.consultation_con .consultation_info .consultation_btn img {
	width: 300px;
	height: auto;
}


.consultation_con .consultation_info .modoru_btn {
	border: solid 1px #CCC;
	text-align: center;
	width: 100px;
	line-height: 50px;
	margin: 0 auto;
}
.consultation_con .consultation_info .modoru_btn a {
	display: block;
}

.consultation_con .consultation_info .modoru_btn a:hover,
.consultation_con .consultation_info .modoru_btn a:focus {
	background-color: #CCC;
	color:#FFF;
	text-decoration: none;
	}










/* ---------------------------company------------------------------- */


.company_aisatsu {
	background-color: #F2F2F2;
	width:100%;
	border-top: #E6E6E6 solid 1px;
	border-bottom: #E6E6E6 solid 1px;
	margin-bottom: 50px;
}

.company_aisatsu .company_aisatsu_con {
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.company_aisatsu .company_aisatsu_con h3 {
	text-align: center;
	padding-bottom: 20px;
}
.company_aisatsu .company_aisatsu_con h3 img {
	width: 100px;
	height: auto;
}

.company_aisatsu .company_aisatsu_con .company_aisatsu_left {
	margin-bottom: 30px;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_right {
	
}

.company_aisatsu .company_aisatsu_con .company_aisatsu_left p {
	margin-bottom: 10px;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_left .company_aisatsu_president {
	text-align: right;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_left .company_aisatsu_president img {
	width: 170px;
	height: auto;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_right {
	font-size: 1.2rem;
}

.company_aisatsu .company_aisatsu_con .company_aisatsu_right h4 {
	font-weight: bold;
	color: #000;
}

.company_aisatsu .company_aisatsu_con .company_aisatsu_right table td {
	padding: 5px 10px;
	vertical-align: top;
}

.company_aisatsu .company_aisatsu_con .company_aisatsu_right table .w_bg {
	background-color: #FFF;
	border: solid 2px #F2F2F2;
}


/* ------------ */


.company_gaiyo {
	width:100%;
	margin-bottom: 70px;
}

.company_gaiyo .company_gaiyo_con {
	width: 95%;
	margin: 0 auto;
}

.company_gaiyo .company_gaiyo_con h3 {
	margin-bottom: 3px;
	color: #F15A24;
	font-weight: bold;
}
.company_gaiyo .company_gaiyo_con table {
	margin-bottom: 35px;
}

.company_gaiyo .company_gaiyo_con table th {
	width: 27%;
	vertical-align: top;
	background-color: #F2F2F2;
	border: solid 1px #E6E6E6;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 10px 15px;
}

.company_gaiyo .company_gaiyo_con table td {
	border: solid 1px #E6E6E6;
	padding: 10px 15px;
	font-size: 1.2rem;
}


/* ------------ */


.company_gaiyo .company_gaiyo_con .company_photo .company_photo_left {
	text-align: center;
	margin-bottom: 20px;
}
.company_gaiyo .company_gaiyo_con .company_photo .company_photo_left img {
	width: 320px;
	height: auto;
}

.company_gaiyo .company_gaiyo_con .company_photo .company_photo_right {
	text-align: center;
}
.company_gaiyo .company_gaiyo_con .company_photo .company_photo_right img {
	width: 320px;
	height: auto;
}

.company_gaiyo .company_gaiyo_con .company_photo {
	margin-bottom: 30px;
}


/* ------------ */

.company_gmap {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.company_gmap iframe,
.company_gmap object,
.company_gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ------------ */



.company_copyright {
	width:95%;
	margin: 0 auto;
	border: solid 1px #E6E6E6;
	padding: 20px 0 10px 0;
}

.company_copyright .company_copyright_con {
	width: 90%;
	margin: 0 auto;
	font-size: 1.2rem;
	
}

.company_copyright .company_copyright_con h4 {
	color: #3FA9F5;
}
.company_copyright .company_copyright_con p {
	margin-bottom: 15px;
}









/* ---------------------------contact------------------------------- */



.contact_info {
	background-color: #F2F2F2;
	width:100%;
	margin-bottom: 50px;
}
.contact_info .contact_info_con {
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.contact_info .contact_info_con h3 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 20px;
	background-image: url(../images/consul_line01.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 112px 7px;
	margin-bottom: 25px;
}

.contact_info .contact_info_con .contact_number {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #FFF;
	border-radius: 10px;/* -----角丸----- */
}


.contact_info .contact_info_con .contact_number .contact_number_left {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
.contact_info .contact_info_con .contact_number .contact_number_right {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


.contact_info .contact_info_con .contact_number .contact_number_left h4 {
	font-weight: bold;
	color: #F15A24;
}
.contact_info .contact_info_con .contact_number .contact_number_left .contact_telfax {
	font-size: 2.7rem;
	color: #F15A24;
	line-height: 1.3;
}
.contact_info .contact_info_con .contact_number .contact_number_left .contact_telfax span {
	font-size: 1.0rem;
	color: #F7931E;
	line-height: 1.1;
}
.contact_info .contact_info_con .contact_number .contact_number_left p {
	font-size: 1.2rem;
}
.contact_info .contact_info_con .contact_number .contact_number_left .contact_telfax a {
	color: #F15A24;
}


.contact_info .contact_info_con .contact_number .contact_number_right h4 {
	font-weight: bold;
	color: #F15A24;
}
.contact_info .contact_info_con .contact_number .contact_number_right .contact_telfax {
	font-size: 2.7rem;
	color: #F15A24;
	line-height: 1.3;
}
.contact_info .contact_info_con .contact_number .contact_number_right .contact_telfax span {
	font-size: 1.0rem;
	color: #F7931E;
	line-height: 1.1;
}


/* ------------ */



.contactcon {
	width:100%;
}

.contactcon .contactcon_con {
	width: 95%;
	margin: 0 auto;
}

.contactcon .contactcon_con #contactcon_title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 15px;
}
.contactcon .contactcon_con #contactcon_copy {
	text-align: center;
	margin-bottom: 20px;
}
.contactcon .contactcon_con #contactcon_copy .aka {
	color: #C1272D;
}
.contactcon .contactcon_con #contactcon_copy .font_s {
	font-size: 1.2rem;
}



/*-------------------*/


.table_content_a {
	margin-bottom: 40px;
}

.table_content_a .table_group {
	border-bottom: #E6E6E6 solid 1px;
	padding : 25px 10px;
}

.table_content_a .table_group_line {
	border-bottom: #E6E6E6 solid 2px;
	border-top: #E6E6E6 solid 2px;
	padding : 25px 10px;
}

.table_group_line .table_left .required {
	color: #C1272D;
	font-size: 1.2rem;
}



.table_group .table_left .required {
	color: #C1272D;
	font-size: 1.2rem;
}

.table_group .table_right .exa {
	font-size: 1.2rem;
}


.table_group .table_right .minimal {
	margin-bottom: 12px;
}


.table_content_a .b_box {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
}

.table_content_a .b_box_b {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
	font-size: 1.2rem;
}

.table_content_a .b_box_bb {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
	width: 60px;
}


.table_content_a_title_A {
	margin-top: 50px;
	font-size: 1.7rem;
	font-weight: bold;
}


.table_group .table_left {
	
}
.table_group .table_right {
	padding-top: 5px;
}



form .btn_a {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 35px;
}



/*-------------------*/




.table_content_b {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.table_content_b h2 {
	margin-bottom: 7px;
	font-weight: bold;
}



.table_content_b_chui .chui_a_title {
	font-weight: bold;
	padding-bottom: 5px;
}
.table_content_b_chui .chui_a_title_a {
	padding-bottom: 10px;
	text-align: center;
	color: #C1272D;
}
.table_content_b_chui .chui_a {
	font-size: 1.2rem;
	padding-bottom: 30px;
}



#policy_p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: bold;
}



/* ===============*/


.table_content_b_chui {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 250px;
	overflow-y:scroll;
	background-color: #F6F6F6;
	padding: 10px;
}
	/*スクロールバーの横幅指定*/
.table_content_b_chui::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.table_content_b_chui::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.table_content_b_chui::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#FFCC40;
}


.table_right .exa .redmoji {
	color: #ED1C24;
}



/* ===============*/


label, input[type='checkbox'] {
    cursor: pointer;
}

label, input[type='submit'] {
    cursor: pointer;
}

















/* ----------------トップページ-------------------- */

/*
#tophead {
	background-image: url(../images/t_mainimg_bg.jpg) ;
	background-position: left top;
	background-repeat: repeat;
	background-size: 30px 30px;
	width:100%;
}

#tophead #topheadcon {
	background-image: url(../images/t_line01_bg.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 30px 30px;
	width:100%;
}

#tophead #topheadcon #topmain {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#tophead #topheadcon #topmain img {
	max-width: 90%;
	height: auto;
}


#topmaincontent {
	margin-bottom: 55px;
}

#topmaincontent .top_maincopy {
	background-image: url(../images/t_line02_bg.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 30px 15px;
	width:100%;
}

#topmaincontent .top_maincopy h2 {
	width: 90%;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 50px;
	font-size: 1.5rem;
}


#topmaincontent .top_copy_a {
	background-color: #FEFAF6;
	width:100%;
	margin-bottom: 50px;
}

#topmaincontent .top_copy_a .top_copy_a_con {
	width: 95%;
	margin: 0 auto;
	background-image: url(../images/t_w_bg.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 250px 120px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
}


#topmaincontent .top_copy_a .top_copy_a_con .top_copy_illust_a {
	padding-bottom: 10px;
}
#topmaincontent .top_copy_a .top_copy_a_con .top_copy_illust_a img {
	max-width: 50px;
	height: auto;
}

#topmaincontent .top_copy_a .top_copy_a_con h3 {
	font-size: 1.5rem;
}



#topmaincontent .top_move {
	width: 100%;
	margin: 0 auto;
}

#topmaincontent .top_move .top_move_head {
	width:100%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin-bottom: 30px;/* 200520 *//*
}

#topmaincontent .top_move .top_move_head .top_move_head_con {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;/* 200520 *//*
}

#topmaincontent .top_move .top_move_head .top_move_head_con .top_copy_illust_b {
	padding-bottom: 10px;
}
#topmaincontent .top_move .top_move_head .top_move_head_con .top_copy_illust_b img {
	max-width: 170px;
	height: auto;
}

#topmaincontent .top_move .top_move_head .top_move_head_con h4 {
	font-size: 1.8rem;
	padding-bottom: 5px;
}

#topmaincontent .top_move .top_move_head .top_move_head_con p {
	margin-bottom: 15px;/* 200520 *//*
}


#topmaincontent .top_move .top_move_content {
	width: 95%;/* 200520 *//*
	margin: 0 auto;/* 200520 *//*
	margin-bottom: 45px;
}


#topmaincontent .top_move .top_move_content .top_move_con01 {
	width: 260px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.top_move .top_move_content .top_move_con01 .top_move_conleft {
	padding-bottom: 25px;
}
.top_move .top_move_content .top_move_con01 .top_move_conleft img {
	width: 260px;
	height: auto;
}
.top_move .top_move_content .top_move_con01 .top_move_concenter {
	padding-bottom: 25px;
}
.top_move .top_move_content .top_move_con01 .top_move_concenter img {
	width: 260px;
	height: auto;
}
.top_move .top_move_content .top_move_con01 .top_move_conright {
	padding-bottom: 25px;
}
.top_move .top_move_content .top_move_con01 .top_move_conright img {
	width: 260px;
	height: auto;
}



#topmaincontent .top_move .top_move_content .top_move_con01 h3 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
#topmaincontent .top_move .top_move_content .top_move_con01 p {
	font-size: 1.2rem;
	color: #F15A24;
}




#pageback {
	margin: 0 auto;
	text-align:center;
	padding-bottom:15px;
	}





footer {
	background-image: url(../images/t_line02_bg.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 30px 15px;
	width:100%;
}


footer #footerback{
	width: 95%;
	margin: 0 auto;
	padding-top: 35px;
}

footer #footerback .footercon {
	padding-bottom:15px;
}


.footercon .footercon_left {
	margin-bottom: 20px;
}
.footercon .footercon_right {
	text-align: center;
	margin-bottom: 20px;
}



.footercon .footercon_left h3 {
	padding-bottom: 15px;
}
.footercon .footercon_left h3 img {
	width: 260px;
	height: auto;
}

.footercon .footercon_left h4 {
	font-weight: bold;
	padding-bottom: 5px;
}

.footercon .footercon_left p {
	font-size: 1.2rem;
	padding-bottom: 10px;
}


footer #footerback .chui {
	font-size: 1.0rem;
	text-align: center;
	padding-bottom:10px;
}

footer #copyri_back {
	width:100%;
	background-color: #FFE178;
}

footer #copyri_back .copyri_back_pink {
	width: 95%;
	margin: 0 auto;
}

footer #copyri_back .copyri_back_pink .copyright {
	font-size: 1.0rem;
	text-align: center;
	padding: 15px;
}





/* --------200520追加　料理・花で分ける、フッターなど--------- */
/*

.top_move .top_move_head .top_move_head_con .btn_con li {
	float: left;
	width: 110px;
}

ul.btn_con:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.btn_con{
	zoom: 1;
}

.top_move .top_move_head .top_move_head_con .btn_con li.btn_con_aki {
	padding-right: 25px;
}

.top_move .top_move_head .top_move_head_con .btn_con {
	width: 245px;
	margin: 0 auto;
}



.top_move_content .title_category {
	background-color: #FFF2C7;
	border: solid 1px #FFE17C;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 3px 15px;
	border-radius: 7px;
	margin-bottom: 10px;
}

.top_move_content .title_category_copy {
	margin-bottom: 25px;
	color: #4D4D4D;
}


footer #footerback .footercon .footercon_left #toiawase {
	font-weight: bold;
	font-size: 90%;
}









/* ----------------recipe-------------------- */

/*
#subhead {
	background-image: url(../images/t_line02_bg.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 30px 15px;
	width:100%;
}

#subhead .subheadcon {
	width: 95%;
	margin: 0 auto;
}



#subhead .subheadcon #subheadlogo {
	float: left;
	padding-top: 25px;
	padding-bottom: 15px;
}
#subhead .subheadcon #subheadlogo img {
	width: 250px;
	height: auto;
}
#subhead .subheadcon #subhead_back {
	float: right;
	width: 35px;
	padding-top: 30px;
}

section.subheadcon:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
section.subheadcon{
	zoom: 1;
}



#submaincontent {
	clear: both;
	margin-bottom: 55px;
}


#submaincontent .sub_maintitle {
	background-color: #FEFAF6;
	width: 100%;
}
#submaincontent .sub_maintitle .sub_maintitle_con {
	width: 95%;
	margin: 0 auto;
}

#submaincontent .sub_maintitle h2 {
	font-size: 1.6rem;
	padding: 15px 0;
	margin-bottom: 35px;
	color: #F15A24;
}



#submaincontent .sub_content_a {
	width: 100%;
	margin-bottom: 50px;
}

#submaincontent .sub_content_a .sub_con_a {
	width: 95%;
	margin: 0 auto;
}

.sub_content_a .sub_con_a .sub_con_a_left .kansei_p {
	margin-bottom: 35px;
}

.sub_content_a .sub_con_a .sub_con_a_left .kansei_p img {
	width: 100%;
	height: auto;
}

.sub_content_a .sub_con_a .sub_con_a_left .yt_move_con {
	margin-bottom: 35px;
}






/* ------yt_move------ */
/*
.yt_move_con {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*//*
     height: 0;
     overflow: hidden;
}
 
.yt_move_con iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ------yt_move end------ */




/*

.sub_content_a .sub_con_a .sub_con_a_right .con_a_type {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.sub_content_a .sub_con_a .sub_con_a_right .con_a_type_a {
	margin-bottom: 10px;
}


.con_a_type dl dt {
	float: left;
	background-color: #FFE178;
	padding: 3px 15px;
	border-radius: 7px;
	margin-right: 10px;
}
.con_a_type dl dd {
	float: left;
	padding: 3px 5px;
	margin-right: 15px;
}


div.con_a_type:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.con_a_type{
	zoom: 1;
}


.con_a_type_a dl dt {
	float: left;
	background-color: #FFE178;
	padding: 3px 15px;
	border-radius: 7px;
	margin-right: 10px;
}
.con_a_type_a dl dd {
	float: left;
	padding: 3px 5px;
	margin-right: 15px;
}


div.con_a_type_a:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.con_a_type_a{
	zoom: 1;
}







.sub_content_a .sub_con_a .sub_con_a_right .con_a_point {
	margin-bottom: 35px;
}

.sub_content_a .sub_con_a .sub_con_a_right .con_a_point h4 {
	font-weight: bold;
	color: #68803A;
	margin-bottom: 5px;
	font-size: 1.5rem;
	background-color: #FFE178;
	padding: 5px 7px;
}


.sub_content_a .sub_con_a .sub_con_a_right .con_a_material {
	background-color: #FFF9E5;
	padding: 20px 20px 10px 20px;
}
.sub_content_a .sub_con_a .sub_con_a_right .con_a_material table {
	margin-bottom: 20px;
}
.sub_content_a .sub_con_a .sub_con_a_right .con_a_material h4 {
	font-weight: bold;
	color: #68803A;
	font-size: 1.6rem;
}
.sub_content_a .sub_con_a .sub_con_a_right .con_a_material h5 {
	font-weight: bold;
	font-size: 1.2rem;
}

.sub_content_a .sub_con_a .sub_con_a_right .con_a_material table th {
	border-bottom: solid 1px #CCC;
	padding: 7px 0;
}
.sub_content_a .sub_con_a .sub_con_a_right .con_a_material table td {
	border-bottom: solid 1px #CCC;
	text-align: right;
	padding: 7px 0;
	font-size: 1.2rem;
}




#submaincontent .sub_content_b {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 85px;
}
#submaincontent .sub_content_b .sub_con_b_head h3 {
	font-size: 1.7rem;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}

#submaincontent .sub_content_b .sub_con_b {
	margin-bottom: 15px;
}

#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_01 {
	background-image: url(../images/re_cook_no01.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_02 {
	background-image: url(../images/re_cook_no02.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_03 {
	background-image: url(../images/re_cook_no03.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_04 {
	background-image: url(../images/re_cook_no04.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_05 {
	background-image: url(../images/re_cook_no05.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_06 {
	background-image: url(../images/re_cook_no06.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_07 {
	background-image: url(../images/re_cook_no07.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_08 {
	background-image: url(../images/re_cook_no08.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_09 {
	background-image: url(../images/re_cook_no09.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}
#submaincontent .sub_content_b .sub_con_b .b_recipe_list ul li.n_10 {
	background-image: url(../images/re_cook_no10.png) ;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 12px;
	height: auto;
}

#submaincontent .sub_content_b .sub_con_b .b_recipe_list h4 {
	font-weight: bold;
	padding: 10px 0 0 0;
}


#submaincontent .sub_content_b .sub_con_b .recipe_chui {
	font-size: 1.2rem;
	padding: 25px 0;
}



#submaincontent .b_recipe_column {
	border: solid 1px #ccc;
	font-size: 1.2rem;
	padding: 15px 12px;
}
#submaincontent .b_recipe_column h4 {
	color: #68803A;
	font-weight: bold;
}
#submaincontent .b_recipe_column table th {
	padding: 5px;
	vertical-align: top;
}
#submaincontent .b_recipe_column table td {
	padding: 5px;
}









#submaincontent .introduction_column {
	width: 100%;
	background-color: #FFFCF9;
	border-top: solid 1px #FDE9D7;
	border-bottom: solid 1px #FDE9D7;
	margin-bottom: 65px;
	padding-bottom: 45px;
}

#submaincontent .introduction_column .introduction_column_con {
	width: 95%;
	margin: 0 auto;
}

#submaincontent .introduction_column .introduction_column_con .foodstuff_head_illust {
	text-align: center;
	margin-top: -35px;
	padding-bottom: 10px;
}
#submaincontent .introduction_column .introduction_column_con h2 {
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 10px;
}
#submaincontent .introduction_column .introduction_column_con .foodstuff_head_line {
	text-align: center;
	padding-bottom: 10px;
}


.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left {
	margin-bottom: 35px;
}

.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_right img {
	padding-bottom: 20px;
}


.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #F15A24;
	margin-bottom: 5px;
}

.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left #foodstuff_title {
	border: solid 1px #ccc;
	display: inline-block;
	background-color: #FFF;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}


.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left .copy_a {
	color: #F15A24;
	margin-bottom: 20px;
}

.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left h4 {
	color: #68803A;
	background-color: #FFFF00;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.5rem;
}


.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left h5 {
	color: #F15A24;
	font-size: 1.6rem;
	margin-bottom: 3px;
}
.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_right {
	text-align: center
}





















