/* CSS Document */


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


body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 95%;
	line-height: 1.8;
	color: #4D4D4D;
}


.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:#4D4D4D;
	text-decoration: none;
}
a:visited {
	color:#4D4D4D;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #0071BC;
	text-decoration: underline;
	}
a:active {
	color:#29ABE2;
}




/*スマホ（サイズ）のみ電話リンクイキ*/

@media (min-width: 641px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*スマホナビ消す*/
.sp_navi {
	display: none;
}





/*左からアンダーバー01*/
.cp_link {
	padding: 0 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #3FA9F5;
}
.cp_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 4px;
	background-color: #8FD3F5;
	transition: .3s;
}
.cp_link:hover::after {
	width: 100%;
}


/*左からアンダーバー02*/
.cp_link2 {
	padding: 0 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #AB47BC;
}
.cp_link2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #3FA9F5;
	transition: .3s;
}
.cp_link2:hover::after {
	width: 100%;
}



/*左から色ベタ*/
.cp_link3 {
  padding: 5px;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #FFDF3F 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.cp_link3:hover {
  background-position: -100% 0;
  color: #fff;
}




/*グレーへ*/
.cp_imghover {
	overflow: hidden;
	
}
/*grayscale*/
.cp_bw {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.cp_bw:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



/*写真拡大*/

.moimg1 {
	overflow: hidden;
	width: 395px;
	height: 300px;
}
.moimg1 img {
        width: 395px;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}



.moimg2 {
	overflow: hidden;
	width: 400px;
	height: 300px;
}
.moimg2 img {
        width: 400px;
	display: block;
	transition: 0.5s;
}
.moimg2 img:hover {
	transform: scale(1.1, 1.1);
}






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


header {
	width:100%;
}

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

header .topheader .tophead_con {
	width: 1200px;
	margin: 0 auto;
	height: 32px;
}

header .topheader .tophead_con #topmain {
	float: left;
	width: 920px;
	font-size: 80%;
	line-height: 30px;
}

header .topheader .tophead_con #yoyaku_btn {
	float: right;
	width: 210px;
	background-color: #8CC63F;
	font-size: 90%;
	line-height: 30px;
	background-image: url(../images/header_mark01.png) ;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 4px 6px;
	padding-left: 40px;
}
header .topheader .tophead_con #yoyaku_btn a {
	color: #FFF;
	display: block;
}

header .topheader .tophead_con #yoyaku_btn a:hover,
header .topheader .tophead_con #yoyaku_btn a:focus {
	text-decoration: none;
	color: #FFDF1F;
	}

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





header .topheaderutility {
	width:100%;
	margin-bottom: 15px;
}
header .topheaderutility .toputility_con {
	width: 1200px;
	margin: 0 auto;
}

header .topheaderutility .toputility_con #headerlogo {
	float: left;
	width: 185px;
}

header .topheaderutility .toputility_con .globalnavi {
	float: right;
	width: 800px;
}

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


header .topheaderutility .toputility_con .globalnavi .gnavi {
	line-height: 65px;
}


header .topheaderutility .toputility_con .globalnavi .gnavi li {
	float: left;
	padding-right: 25px;
}

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

header .topheaderutility .toputility_con .globalnavi .gnavi li a:hover,
header .topheaderutility .toputility_con .globalnavi .gnavi li a:focus {
	text-decoration: none;
	}




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

.topmain_p .topmain_p_con {
	width: 1200px;
	margin: 0 auto;
}



#topmaincontent {
	margin-bottom: 85px;
}


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

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

#topmaincontent .top_nayami_con .t_nayamiheader .t_nayamiheader_con {
	width: 1000px;
	margin: 0 auto;
}


.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist li {
	float: left;
	width: 212px;
}

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

.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist li.aki {
	padding-right: 10px;
}
.top_nayami_con .t_nayamiheader .t_nayamiheader_con .t_nayamilist {
	width: 656px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.top_nayami_con .t_nayamiheader .t_nayamiheader_con h2 {
	text-align: center;
	color: #000;
	font-size: 230%;
	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:1200px;
	margin: 0 auto;
	background-image: url(../images/top_backg_01.jpg) ;
	background-position: center 330px;
	background-repeat: no-repeat;
	background-size: 1175px 755px;
	color: #000;
}

.top_nayami_con .t_nayami .t_nayami_con {
	width:1000px;
	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 {
	float: left;
	width: 480px;
	background-color: #F7F8F8;
	margin-top: -35px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right {
	float: right;
	width: 480px;
	background-color: #F7F8F8;
	margin-top: -35px;
}

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


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

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left .t_nayami_con_sub {
	width: 310px;
	margin: 0 auto;
	margin-top: -20px;
	padding-bottom: 25px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_left h3 {
	text-align: center;
	font-size: 125%;
	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: 360px;
	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: 13px;
	padding-bottom: 13px;
	padding-left: 70px;
}
.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: 50px 40px;
}
.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: 50px 40px;
}
.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: 50px 40px;
}
.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_copy {
	width: 380px;
	margin: 0 auto;
	background-color: #FFDF1F;
	padding: 15px 20px;
	margin-bottom: 25px;
}

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


.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right .t_nayami_con_sub {
	width: 310px;
	margin: 0 auto;
	margin-top: -20px;
	padding-bottom: 25px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_a .t_nayami_con_a_right h3 {
	text-align: center;
	font-size: 125%;
	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: 360px;
	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: 13px;
	padding-bottom: 13px;
	padding-left: 70px;
}
.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: 50px 40px;
}
.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: 50px 40px;
}
.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: 50px 40px;
}
.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_copy {
	width: 380px;
	margin: 0 auto;
	background-color: #FFDF1F;
	padding: 15px 20px;
	margin-bottom: 25px;
}

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


.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b {
	background-color: #F7F8F8;
	padding: 45px 25px 25px 60px;
	position:relative;
	margin-bottom: 50px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_sub {
	position:absolute;
 	top:-20px;
	left:350px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b h3 {
	text-align: center;
	font-size: 125%;
	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: 15px;
}

.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul {
	float: left;
	width: 360px;
	padding-bottom: 10px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b ul li {
	line-height: 55px;
	padding-left: 70px;
}
.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: 55px 45px;
}
.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: 55px 45px;
}
.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: 55px 45px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_b_sirusi {
	float: left;
	padding-top: 45px;
}
.top_nayami_con .t_nayami .t_nayami_con .t_nayami_con_b .t_nayami_con_b_copy {
	float: right;
	width: 410px;
	background-color: #FFDF1F;
	padding: 15px 20px;
	margin-top: 35px;
}


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

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


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

.t_nayami .t_nayami_toiawase {
	text-align: center;
	padding-bottom: 15px;
}



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



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

.top_buken {
	width:100%;
}

.top_buken .top_buken_con {
	width:1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}

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

.top_buken .top_buken_con h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #3FA9F5;
	font-size: 150%;
	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: 45px;
}
.top_buken_a .top_buken_a_con {
	width:1000px;
	margin: 0 auto;
	padding: 30px 0 35px 0;
}
.top_buken_a .top_buken_a_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: 6px 20px;
	padding-left: 15px;
}


.top_buken_a .top_buken_a_con .buken_a_con .buken_a_left {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_center {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_a .top_buken_a_con .buken_a_con .buken_a_right {
	float: right;
	width: 310px;
}

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

.top_buken_a .top_buken_a_con .buken_a_con {
	margin-bottom: 35px;
}
.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 {
	margin-bottom: 15px;
	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 th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 90%;
	font-weight: bold;
	width: 30%;
}
.top_buken_a .top_buken_a_con .buken_a_con .bukentable_a td {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 5px 10px;
}


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


.top_buken_b {
	width:100%;
	background-color: #FFF;
	margin-bottom: 45px;
}
.top_buken_b .top_buken_b_con {
	width:1000px;
	margin: 0 auto;
	padding: 30px 0 35px 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: 6px 20px;
	padding-left: 15px;
}


.top_buken_b .top_buken_b_con .buken_b_con .buken_b_left {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_center {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_b .top_buken_b_con .buken_b_con .buken_b_right {
	float: right;
	width: 310px;
}

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

.top_buken_b .top_buken_b_con .buken_b_con {
	margin-bottom: 35px;
}
.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 {
	margin-bottom: 15px;
	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 th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 90%;
	font-weight: bold;
	width: 30%;
}
.top_buken_b .top_buken_b_con .buken_b_con .bukentable_b td {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 5px 10px;
}


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


.top_buken_c {
	width:100%;
	background-color: #F7F8F8;
	margin-bottom: 45px;
}
.top_buken_c .top_buken_c_con {
	width:1000px;
	margin: 0 auto;
	padding: 30px 0 35px 0;
}
.top_buken_c .top_buken_c_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: 6px 20px;
	padding-left: 15px;
}


.top_buken_c .top_buken_c_con .buken_c_con .buken_c_left {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_center {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.top_buken_c .top_buken_c_con .buken_c_con .buken_c_right {
	float: right;
	width: 310px;
}

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

.top_buken_c .top_buken_c_con .buken_c_con {
	margin-bottom: 35px;
}
.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 {
	margin-bottom: 15px;
	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 th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px 10px;
	color: #3FA9F5;
	font-size: 90%;
	font-weight: bold;
	width: 30%;
}
.top_buken_c .top_buken_c_con .buken_c_con .bukentable_c td {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 5px 10px;
}


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



.top_news {
	width:100%;
}

.top_news .top_news_con {
	width:1000px;
	margin: 0 auto;
	border: solid 1px #CCC;
	border-radius: 10px;
	padding: 20px 25px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.top_news .top_news_con h3 {
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 5px;
	margin-bottom: 15px;
}



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

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

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



.top_banner {
	width:100%;
}

.top_banner .top_banner_con {
	width:1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}



/*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;
	font-size: 80%;
}
footer #sitemap_con .sitemap_con_list {
	width:1200px;
	margin: 0 auto;
	text-align: right;
}
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;
	font-size: 90%;
}
footer #footerback .footercon {
	width:1200px;
	margin: 0 auto;
}


footer #footerback .footercon .footercon_left {
	float: left;
	width: 650px;
}
footer #footerback .footercon .footercon_right {
	float: right;
	width: 425px;
}

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


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

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






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



.submain_title {
	width:100%;
	background-color: #FDD23E;
	margin-bottom: 45px;
}
.submain_title .submain_title_con {
	width:1200px;
	margin: 0 auto;
}
.submain_title .submain_title_con h2 {
	font-size: 120%;
	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: 55px;
}
.subpagetitle .subpagetitle_con {
	width:1200px;
	margin: 0 auto;
	text-align: center;
}
.subpagetitle .subpagetitle_con .subpagetitle_con_sub {
	margin-bottom: 5px;
	color: #F15A24;
	font-size: 80%;
}
.subpagetitle .subpagetitle_con h3 {
	font-size: 130%;
	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;
}


.consulcon{
	width:100%;
	background-color: #F7F8F8;
	background-image: url(../images/top_backg_02.png) ;
	background-position: center 20px;
	background-repeat: repeat-y;
	background-size: 1172px 810px;
}
.consulcon .consulcon_con{
	width:1100px;
	margin: 0 auto;
	padding: 35px 0 65px 0;
}

.consulcon .consulcon_con .consulcon_con_a {
	width:1000px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_left {
	float: left;
	width: 610px;
}
.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_right {
	float: right;
	width: 338px;
}

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


.consulcon .consulcon_con .consulcon_con_a .consulcon_con_a_left h3 {
	font-size: 125%;
	font-weight: bold;
	color: #F15A24;
	padding-bottom: 3px;
	margin-bottom: 12px;
	border-bottom: solid 5px #FFF;
}




.consulcon .consulcon_con .consulcon_con_b {
	width:970px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 33px;
	border-radius: 25px;
	padding: 30px 65px;
}

.consulcon .consulcon_con .consulcon_con_b .consulcon_con_icono1 {
	text-align: center;
	margin-bottom: 10px;
}
.consulcon .consulcon_con .consulcon_con_b h3 {
	font-size: 150%;
	color: #3FA9F5;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 5px #F2F2F2;
}
.consulcon .consulcon_con .consulcon_con_b p {
	margin-bottom: 30px;
}

.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb .consulcon_con_bb_left {
	float: left;
	width: 465px;
}
.consulcon .consulcon_con .consulcon_con_b .consulcon_con_bb .consulcon_con_bb_right {
	float: right;
	width: 465px;
}

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


.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 {
	margin-bottom: 5px;
	color: #F15A24;
	font-weight: bold;
}

.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:970px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 33px;
	border-radius: 25px;
	padding: 30px 65px 40px 65px;
}

.consulcon .consulcon_con .consulcon_con_c .consulcon_con_icono1 {
	text-align: center;
	margin-bottom: 10px;
}
.consulcon .consulcon_con .consulcon_con_c h3 {
	font-size: 150%;
	color: #3FA9F5;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 5px #F2F2F2;
}
.consulcon .consulcon_con .consulcon_con_c p {
	margin-bottom: 30px;
}


.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left {
	float: left;
	width: 510px;
}
.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_right {
	float: right;
	width: 415px;
}

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

.consulcon .consulcon_con .consulcon_con_c .consulcon_con_cc .consulcon_con_cc_left table th {
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 10px 15px;
	color: #3FA9F5;
	font-size: 90%;
	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 15px;
	font-size: 90%;
}


.consulcon_b {
	width:100%;
}

.consulcon_b .consulcon_b_con {
	width:1200px;
	margin: 0 auto;
}

.consulcon_b .consulcon_b_con .consulcon_b_yajirusi {
	text-align: center;
	margin-top: -25px;
	margin-bottom: 35px;
}
.consulcon_b .consulcon_b_con .consulcon_b_toiawase {
	text-align: center;
}







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


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

.searchcontent .searchtitle_con {
	background-color: #42210B;
}
.searchcontent .searchtitle_con .searchtitl {
	width:1200px;
	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:1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}


.searchcontent .search_con .search_info .search_info_a {
	float: left;
	padding-right: 20px;
}
.searchcontent .search_con .search_info .search_info_b {
	float: left;
	padding-right: 20px;
}
.searchcontent .search_con .search_info .search_info_c {
	float: left;
	padding-right: 20px;
}
.searchcontent .search_con .search_info .search_info_d {
	float: left;
	padding-top: 33px;
	padding-right: 30px;
}
.searchcontent .search_con .search_info .search_info_e {
	float: left;
}
div.search_info:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.search_info{
	zoom: 1;
}




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: 5px 10px;
	background-color: white;
	font-size: 90%;
}
.searchcontent .search_con .search_info .search_info_e .search_info_e_sub {
	margin-bottom: 10px;
	margin-top: 10px;
}




.searchcontent .clr {
	width: 1000px;
	margin: 0 auto;
}





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

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

.searchlist .searchlist_con .s_list_title {
	padding: 5px 10px;
	background-color: white;
	font-size: 135%;
	margin-bottom: 20px;
	text-align: center;
	color: #F15A24;
	border-radius: 22px;
}



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

.searchlist .searchlist_con .s_list_con .s_list_con_left {
	float: left;
	width: 285px;
	
}
.searchlist .searchlist_con .s_list_con .s_list_con_right {
	float: right;
	width: 635px;
	
}
div.s_list_con:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.s_list_con{
	zoom: 1;
}

.searchlist .searchlist_con .s_list_con .s_list_con_left .s_list_con_img01 img {
	object-fit: cover;
	
}

.s_list_con_right .s_list_con_title .s_list_con_title_left {
	float: left;
	width: 120px;
	height: 45px;
	line-height: 45px;
	background-color: #F15A24;
	color: #FFF;
	text-align: center;
}
.s_list_con_right .s_list_con_title .s_list_con_title_right {
	float: left;
	width: 495px;
	height: 45px;
	line-height: 45px;
	background-color: #FEF0BD;
	color: #F15A24;
	font-size: 125%;
	padding-left: 20px;
}
div.s_list_con_title:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.s_list_con_title{
	zoom: 1;
}
.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;
}

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 {
	float: left;
	width: 300px;
}
.s_list_con_right .s_list_con_info .s_list_con_info_right {
	float: right;
	width: 300px;
	
}

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



.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;
	font-size: 90%;
}
.s_list_con_right .s_list_con_info .s_list_con_info_left .information_table td {
	padding-left: 10px;
	font-size: 90%;
}
.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: 125%;
}

.s_list_con_right .s_list_con_info .s_list_con_info_right .s_list_con_info_right_copy {
	color: #F15A24;
	margin-bottom: 45px;
}
.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 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}





.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: 1000px;
	margin: 0 auto;
}


.detailscontent .details_con .details_con_utility .icon_no_list_b {
	float: left;
	width: 890px;
}
.detailscontent .details_con .details_con_utility .print_btn {
	float: right;
	width: 103px;
}
div.details_con_utility:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.details_con_utility{
	zoom: 1;
}


.detailscontent .details_con .details_con_utility .icon_no_list_b li {
	float: left;
	margin-right: 15px;
}
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: 35px;
	color: #000;
	font-size: 110%;
}
.detailscontent .details_con .details_con_utility {
	margin-bottom: 5px;
}



.detailscontent .details_con .details_con_title .details_con_title_left {
	float: left;
	width: 285px;
	
}
.detailscontent .details_con .details_con_title .details_con_title_right {
	float: right;
	width: 635px;
	
}
div.details_con_title:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.details_con_title{
	zoom: 1;
}

.detailscontent .details_con .details_con_title .details_con_title_left {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #F15A24;
	color: #FFF;
	text-align: center;
}
.detailscontent .details_con .details_con_title .details_con_title_right {
	float: left;
	width: 830px;
	height: 50px;
	line-height: 50px;
	background-color: #FEF0BD;
	color: #F15A24;
	font-size: 135%;
	padding-left: 20px;
}

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



.detailscontent .details_con .details_con_photo .details_con_photo_left {
	float: left;
	width: 495px;
	
}
.detailscontent .details_con .details_con_photo .details_con_photo_right {
	float: right;
	width: 485px;
	
}
div.details_con_photo:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.details_con_photo{
	zoom: 1;
}



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

.detailscontent .details_con .details_con_photo .details_con_photo_left .gallery_thumbs .g_thumbs {
	float: left;
	width: 155px;
	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;
}

.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: 465px;
	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;
	font-size: 125%;
	padding: 10px;
}







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

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

.detailslist .details_info .details_table .details_table_left {
	float: left;
	width: 485px;
}
.detailslist .details_info .details_table .details_table_right {
	float: right;
	width: 485px;
}
div.details_table:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.details_table{
	zoom: 1;
}


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






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






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

.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: 60px;
}

.company_aisatsu .company_aisatsu_con {
	width: 1000px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 45px;
}

.company_aisatsu .company_aisatsu_con h3 {
	text-align: center;
	padding-bottom: 30px;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_left {
	float: left;
	width: 550px;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_right {
	float: right;
	width: 375px;
}

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

.company_aisatsu .company_aisatsu_con .company_aisatsu_left p {
	margin-bottom: 35px;
	line-height: 2.0;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_left .company_aisatsu_president {
	text-align: right;
}
.company_aisatsu .company_aisatsu_con .company_aisatsu_right {
	font-size: 80%;
}

.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: 1000px;
	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: 45px;
}

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

.company_gaiyo .company_gaiyo_con table td {
	border: solid 1px #E6E6E6;
	padding: 10px 15px;
}





.company_gaiyo .company_gaiyo_con .company_photo .company_photo_left {
	float: left;
	width: 490px;
}
.company_gaiyo .company_gaiyo_con .company_photo .company_photo_right {
	float: right;
	width: 490px;
}

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

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




.company_copyright {
	width:100%;
}

.company_copyright .company_copyright_con {
	width: 940px;
	margin: 0 auto;
	font-size: 90%;
	border: solid 1px #E6E6E6;
	padding: 25px 30px;
}

.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: 60px;
}
.contact_info .contact_info_con {
	width: 740px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.contact_info .contact_info_con h3 {
	text-align: center;
	font-size: 130%;
	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: 650px;
	margin: 0 auto;
	padding: 20px 45px;
	background-color: #FFF;
	border-radius: 25px;/* -----角丸----- */
}


.contact_info .contact_info_con .contact_number .contact_number_left {
	float: left;
	width: 310px;
}
.contact_info .contact_info_con .contact_number .contact_number_right {
	float: right;
	width: 310px;
}
div.contact_number:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.contact_number{
	zoom: 1;
}


.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: 210%;
	color: #F15A24;
	line-height: 1.3;
}
.contact_info .contact_info_con .contact_number .contact_number_left .contact_telfax span {
	font-size: 80%;
	color: #F7931E;
	line-height: 1.1;
}
.contact_info .contact_info_con .contact_number .contact_number_left p {
	font-size: 90%;
}
.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: 210%;
	color: #F15A24;
	line-height: 1.3;
}
.contact_info .contact_info_con .contact_number .contact_number_right .contact_telfax span {
	font-size: 80%;
	color: #F7931E;
	line-height: 1.1;
}




.contactcon {
	width:100%;
}

.contactcon .contactcon_con {
	width: 740px;
	margin: 0 auto;
}

.contactcon .contactcon_con #contactcon_title {
	text-align: center;
	font-size: 130%;
	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: 90%;
}



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


.table_content_a {
	margin-bottom: 50px;
}

.table_group .table_left {
	float: left;
	width: 25%;
}

.table_group .table_right {
	float: right;
	width: 75%;
}

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

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




.table_group_line .table_left {
	float: left;
	width: 25%;
}

.table_group_line .table_right {
	float: right;
	width: 75%;
}

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

.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: 85%;
}







.table_group .table_left .required {
	color: #C1272D;
	font-size: 85%;
}

.table_group .table_right .exa {
	font-size: 85%;
}

.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;
	width: 80px;
}

.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: 120%;
	font-weight: bold;
}








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








.table_content_b {
	width: 740px;
	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: 90%;
	padding-bottom: 30px;
}



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






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


.table_content_b_chui {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 200px;
	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;
}











/* ----------------トップページ-------------------- */
/*
font: inherit;
.footercon .footercon_left {
	float: left;
	width: 800px;
}
.footercon .footercon_right {
	float: right;
	width: 140px;
	padding-top: 5px;/* 200520 *//*
}

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




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

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

#tophead #topheadcon #topmain {
	width: 865px;
	margin: 0 auto;
	height: 500px;
	padding-top: 65px;
	padding-bottom: 35px;
}

#topmaincontent {
	margin-bottom: 85px;
}

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

#topmaincontent .top_maincopy h2 {
	width: 800px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 70px;
	font-size: 125%;
}


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

#topmaincontent .top_copy_a .top_copy_a_con {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/t_w_bg.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 445px 220px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 55px;
}

#topmaincontent .top_copy_a .top_copy_a_con .top_copy_illust_a {
	padding-bottom: 10px;
}

#topmaincontent .top_copy_a .top_copy_a_con h3 {
	font-size: 170%;
}



#topmaincontent .top_move {
	width:100%;
}

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

#topmaincontent .top_move .top_move_head .top_move_head_con {
	width: 1000px;
	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: 15px;
}

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

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

#topmaincontent .top_move .top_move_content {
	width: 1000px;
	margin: 0 auto;
}


#topmaincontent .top_move .top_move_content .top_move_con01 {
	margin-bottom: 45px;
}

.top_move .top_move_content .top_move_con01 .top_move_conleft {
	float: left;
	width: 300px;
	padding-right: 50px;
}
.top_move .top_move_content .top_move_con01 .top_move_concenter {
	float: left;
	width: 300px;
}
.top_move .top_move_content .top_move_con01 .top_move_conright {
	float: right;
	width: 300px;
}

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


#topmaincontent .top_move .top_move_content .top_move_con01 h3 {
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#topmaincontent .top_move .top_move_content .top_move_con01 p {
	font-size: 80%;
	color: #F15A24;
}




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






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


footer #footerback{
	width: 1200px;/* 200520 *//*
	margin: 0 auto;
	padding-top: 45px;
}

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


.footercon .footercon_left {
	float: left;
	width: 800px;
}
.footercon .footercon_right {
	float: right;
	width: 140px;
	padding-top: 5px;/* 200520 *//*
}

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



.footercon .footercon_left h3 {
	padding-bottom: 15px;
}

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

.footercon .footercon_left p {
	font-size: 80%;
	padding-bottom: 10px;
}


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

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

footer #copyri_back .copyri_back_pink {
	width: 1000px;
	margin: 0 auto;
}

footer #copyri_back .copyri_back_pink .copyright {
	font-size: 80%;
	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: 120%;
	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: 50px 25px;
	width:100%;
}

#subhead .subheadcon {
	width: 1200px;
	margin: 0 auto;
}



#subhead .subheadcon #subheadlogo {
	float: left;
	width: 325px;
	padding-top: 45px;
	padding-bottom: 25px;
}
#subhead .subheadcon #subhead_back {
	float: right;
	width: 100px;
	padding-top: 50px;
}

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

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


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

#submaincontent .sub_maintitle h2 {
	font-size: 150%;
	padding: 15px;
	padding-left: 35px;
	margin-bottom: 45px;
	color: #F15A24;
}

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

#submaincontent .sub_content_a .sub_con_a {
	width: 1000px;
	margin: 0 auto;
}


.sub_content_a .sub_con_a .sub_con_a_left {
	float: left;
	width: 600px;
}
.sub_content_a .sub_con_a .sub_con_a_right {
	float: right;
	width: 350px;
}

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


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


.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: 3px;
	font-size: 110%;
}


.sub_content_a .sub_con_a .sub_con_a_right .con_a_material {
	background-color: #FFF9E5;
	padding: 20px 30px 10px 30px;
}
.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: 110%;
}
.sub_content_a .sub_con_a .sub_con_a_right .con_a_material h5 {
	font-weight: bold;
	font-size: 80%;
}

.sub_content_a .sub_con_a .sub_con_a_right .con_a_material table th {
	border-bottom: solid 1px #CCC;
	padding: 3px 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: 3px 0;
	font-size: 90%;
}



#submaincontent .sub_content_b {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 120px;
}
#submaincontent .sub_content_b .sub_con_b_head h3 {
	font-size: 150%;
	border-bottom: solid 1px #CCC;
	margin-bottom: 25px;
}

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

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

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


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



#submaincontent .b_recipe_column {
	border: solid 1px #ccc;
	font-size: 90%;
	padding: 20px;
}
#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: 1000px;
	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: 130%;
	padding-bottom: 10px;
}
#submaincontent .introduction_column .introduction_column_con .foodstuff_head_line {
	text-align: center;
	padding-bottom: 20px;
}


.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left {
	float: left;
	width: 735px;
}
.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_right {
	float: right;
	width: 210px;
}

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

.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 {
	background-image: url(../images/re_title_line_b.png) ;
	background-size: 6px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
	color: #F15A24;
	padding-left: 15px;
	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: 15px;
	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;
}

.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left h5 {
	color: #F15A24;
	font-size: 120%;
	margin-bottom: 3px;
}
.introduction_column .introduction_column_con .foodstuff_con .foodstuff_con_left .copy_b {
	margin-bottom: 20px;
}








