/*
Theme Name: ゆうき創業株式会社
Author: RPNET
Version: 1.0
*/

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #EEE;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", Sawarabi Mincho, serif;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
}

strong {
	color: #CC3950;
}

table {
	border-collapse: collapse;
}
table td,
table th {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_center {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

img.img_right {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
}
img.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
}

img.img_pr {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	z-index: 100;
}

header .head_in {
	display: block;
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
}


/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-size: 14px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

#g_navi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
メインイメージ
-------------------------------------------*/

.top_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 40px;
	position: relative;
}

.top_img {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}

*+html .top_img {
    background-position: center top;
    background-repeat: repeat-x;
}

/*
パン屑
-------------------------------------------*/
#pankuzu {
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#pankuzu ul li {
	display: inline-block;
}
#pankuzu ul li::after {
	content: "＞";
	padding-left: 10px;
	padding-right: 10px;
	color: #BFA996;
}
#pankuzu ul li:last-child::after {
	content: "";
        padding-left: 0;
	padding-right: 0;
}
#pankuzu ul li a {
	text-decoration: none;
}

/*
メインコンテンツ
-------------------------------------------*/

.wrap {
	clear: both;
	position: relative;
}
.content {
	padding-bottom: 30px;
}

.content p {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
}


h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	letter-spacing: 1px;
	clear: both;
}

.pickup {
	width: 1280px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.pickup_list li a {
	display: block;
	float: left;
	padding-bottom: 20px;
	background-color: #FFF;
	color: #222;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	position: relative;
}

.pickup_list li a:hover {
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 0;
}

.pickup_list li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #CC3950;
	border-left: 15px solid transparent;
}
.pickup_list li a img {
	display: block;
	background-color: #333;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.pickup_list li a:hover img {
	background-color: #000;
}

.pickup_list li a .title {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.pickup_list li a p {
	font-size: 12px;
	margin: 10px;
}

.wrap .content .cont_box {
	padding-bottom: 20px;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	margin-bottom: 30px;
}

.content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 26px;
	line-height: 38px;
	padding-top: 41px;
	padding-bottom: 11px;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
	position: relative;
}

.content h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 40px;
	top: 40px;
	left: 10px;
	background-color: #CC3950;
}

.content h2 span {
	font-size: 16px;
	padding-left: 20px;
	font-weight: normal;
	color: #666;
}

.content h3 {
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	background-color: #333333;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	position: relative;
	padding-top: 15px;
	padding-right: 140px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.content h3::before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 26px;
	top: 12px;
	left: 15px;
	background-color: #CC3950;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h3 a.h3_btn {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #CC3950;
	position: absolute;
	right: 10px;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #CC3950;
	bottom: 10px;
}
.content h3 a.h3_btn:hover {
	background-color: #FFFFFF;
	color: #CC3950;
}

h2 img {
	margin-right: 10px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}

.bn_tuyomi {
	background-image: url(img/bn_tuyomi.jpg);
	background-position: left top;
	height: 360px;
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
}
.bn_tuyomi .bn_tuyomi_txt {
	position: absolute;
	top: 50px;
	right: 40px;
}
.bn_tuyomi .btn_01 a {
	width: 380px;
	position: absolute;
	right: 30px;
	bottom: 80px;
}

/*
個別　お客様の声トップ
---------------------------------------------------------*/

.content .img_base {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content .img_base img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content .img_base .voice_top {
	background-color: #CC3950;
	color: #FFF;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0;
}
.content .img_base .voice_top span {
	text-align: right;
	display: block;
	font-size: 18px;
}


/*
施工事例・ギャラリー
-------------------------------------------*/
.content .box_jirei_base,
.content ul.box_sekou,
.content ul.box_gallery {
	display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: 10px;
	margin-right: 10px;
}

.content .box_sekou li .sekou_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #DDD;
	border-left-color: #FFF;
}

.content .box_jirei_base::after,
.content ul.box_gallery::after {
  content:"";
  display: block;
  width:32%;
}

.content .box_jirei,
.content ul.box_gallery li {
	width: 32%;
	margin-bottom: 30px;
	text-align: center;
}

.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	margin-right: 5px;
	margin-left: 5px;
}

.content ul.box_sekou li p {
	margin: 10px;
	text-align: left;
}

.content .box_jirei .jirei_title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.content .icon_list {
	text-align: left;
}
.content .icon_list li {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #333;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0;
}
.content .icon_list li.i_orange {
	background-color: #F87E2E;
}
.content .icon_list li.i_blue {
	background-color: #1E94BB;
}
.content .icon_list li.i_gray {
	background-color: #666666;
}
.content .icon_list li.i_red {
	background-color: #CC3950;
}
.content .icon_list li.i_green {
	background-color: #1E957A;
}
.content .icon_list li.i_black {
	background-color: #222;
}
.content .box_jirei .btn_syousai {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 5px;
}
.content .box_jirei .btn_syousai a {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #CC3950;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #CC3950;
	margin-left: auto;
	margin-right: auto;
}
.content .box_jirei .btn_syousai a:hover {
	background-color: #FFFFFF;
	color: #CC3950;
}

.content .box_enq img {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	border: 1px solid #CCC;
}

/*
施工前　施工後
---------------------------------------------------------*/
.content .jirei_base {
	background-color: #E6E6E6;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	
}
.content .jirei_base .jirei_bf,
.content .jirei_base .jirei_af {
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	border: 1px solid #FFF;
}

.content .jirei_base .jirei_sankaku {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}

/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #CC3950;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background-image: url(img/q.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 20px;
	padding-right: 80px;
	background-image: url(img/qa_a.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content .qa.wm dd {
	background-image: url(img/qa_a_wm.png);
}


/*
スタッフ一覧
-------------------------------------------*/

ul.box_staff {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}
ul.box_staff > li {
 width: 25%;
 list-style: none;
 border: 5px solid white;
 box-sizing: border-box;
 text-align: center;
 margin-bottom: 30px;
}
ul.box_staff li p {
	margin: 0;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 22px;
}
ul.box_staff li p .staff_name {
	font-size: 16px;
	font-weight: bold;
}


/*
ボタン
-------------------------------------------*/
.btn_01 a {
	font-size: 16px;
	color: #FFF;
	display: block;
	border: 2px solid #FFFFFF;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	background-color: #CC3950;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn_01 a:hover {
	color: #CC3950;
	border: 2px solid #CC3950;
	background-color: #FFF;
	text-decoration: none;
}

/*
個別　要約部分
---------------------------------------------------------*/
.content .box_youyaku p {
	line-height: 1.6;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 15px;
}
.content .box_youyaku img {
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
}
.content .box_youyaku {
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F6F6F6;
}
.content p.p_title {
	padding-top: 10px;
	padding-bottom: 0;
	color: #CC3950;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	background-color: #F6F6F6;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 2px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
}
.content .mokuji h3 {
	margin-top: 2px;
	margin-bottom: 20px;
	background-image: url(img/i_mokuji.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 50px;
}
.content .mokuji h3::before {
	display: none;
}
.content .mokuji ul li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 7px 15px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 26px;
}
.content .mokuji ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*
リストボックス
-------------------------------------------*/

.content .cont_list {
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin: 0;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}
.content .cont_list li .btn_syousai a,
.content .cont_list2 li .btn_syousai a {
	color: #FFF;
	text-decoration: none;
	background-color: #CC3950;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #EEE;
	font-size: 15px;
	float: right;
}
.content .cont_list li .btn_syousai a:hover,
.content .cont_list2 li .btn_syousai a:hover {
	color: #CC3950;
	background-color: #FFF;
	border-top-color: #CC3950;
	border-right-color: #CC3950;
	border-bottom-color: #CC3950;
	border-left-color: #CC3950;
}

.content .cont_list2 {
	margin-bottom: 30px;
}

.content .cont_list2 li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 47%;
	margin-left: 2%;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}

.content .cont_list2 li::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.content .cont_list2 li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list2 li p {
	font-size: 15px;
	margin: 0;
}
.content .cont_list2 li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}
.content .cont_list2 li .btn_syousai a {
	margin-top: -10px;
	
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
	background-color: #FFFBFC;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 2px solid #DB7181;
	margin-right: 10px;
	margin-left: 10px;
}
.content .matome h3 {
	margin-bottom: 20px;
	background-image: url(img/i_matome.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 40px;
	background-color: #CC3950;
	border: 3px solid #FFDDE8;
}
.content .matome h3::before {
	display: none;
}


/*
サイド
-------------------------------------------*/
.wrap .side h2 {
	font-size: 16px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC3950;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-right: 20px;
}
.wrap .side ul {
	background-color: #F3F3F3;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	border: 1px solid #FFF;
}
.wrap .side ul li a {
	line-height: 22px;
	color: #222;
	padding-right: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E0E2;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.wrap .side ul li a:hover {
	color: #CC3950;
	text-decoration: none;
	background-color: #FFF;
}

.wrap .side .side_box h2 {
	color: #333;
	background-color: #EEE;
	border-bottom-color: #333;
}
.wrap .side .side_box {
	background-color: #FFF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.wrap .side .side_box p {
	font-size: 12px;
	line-height: 22px;
	margin: 15px;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #DDD;
	background-color: #111111;
	background-image: url(img/foot.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_box h2 {
	font-size: 16px;
	letter-spacing: 2px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 22px;
	float: left;
	margin-right: 16px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box .footer_left {
	display: block;
	float: left;
	width: 900px;
}
.footer_box .footer_right {
	display: block;
	float: right;
	width: 280px;
}

.footer_box .footer_right p {
	font-size: 12px;
	line-height: 30px;
}


address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	clear: both;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(204,57,80,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(204,57,80,1);
}


/*
テーブル
---------------------------------------------------------*/
.content table.table_01 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.content table.table_01 th,
.content table.table_01 td {
	border: 1px solid #DDD;
}

.content table.table_01 th {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}
.content table.table_01 td {
	background-color: #F9F9F9;
}

.content table.table_02 {
	width: 92%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	margin-top: 30px;
}
.content table.table_02 th,
.content table.table_02 td {
	border: 1px solid #DDD;
	font-size: 14px;
	padding: 10px;
}

.content table.table_02 th {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CC3950;
}
.content table.table_02 td {
	background-color: #F9F9F9;
}

@media screen and (min-width:1200px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 180px;
}

header .head_in {
	width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	left: 0;
	top: 5px;
	position: absolute;
	z-index: 1000;
}

header .logo {
	left: 0;
	top: 35px;
	position: absolute;
	z-index: 1000;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none !important;
}

header #h_box_pc .h_tel {
	font-size: 28px;
	font-weight: bold;
	background-image: url(img/i_tel_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
	position: absolute;
	top: 25px;
	color: #CC3950;
	left: 600px;
}
header #h_box_pc .h_tel_txt {
	font-size: 12px;
	position: absolute;
	top: 70px;
	left: 620px;
}

header #h_box_pc .h_btn {
	position: absolute;
	top: 25px;
	right: 0;
}
header #h_box_pc .h_btn a {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	background-color: #CC3950;
	background-image: url(img/i_mail_pc.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 240px;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 20px;
}
header #h_box_pc .h_btn a:hover {
	background-color: #E66074;
}
.head_in #h_box_pc .h_btn_txt {
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	top: 65px;
	right: 40px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	width: 100%;
	display: block;
	background-color: #111;
	position: absolute;
	z-index: 1000;
	left: 0 !important;
	bottom : 0;
}

#g_navi.nav_fixed {
	position: fixed;
	top: 0;
}

#g_navi ul.navi_base {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi,
#g_navi ul.navi_base,
#g_navi ul li,
#g_navi ul li a {
	height: 60px;
}

#g_navi ul li {
	width: 170px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 200px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	top: 0;
	left: 0;
	background-color: #333;
}

#g_navi li:last-child a::after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	top: 0;
	right: 0;
	background-color: #333;
}

#g_navi li a:hover {
	background-color: #555;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.top_img {
	height: 560px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -600px;
}

.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.pickup_list li a {
	width: 240px;
	margin-left: 20px;
}

.pickup_list li:first-child a {
	margin-left: 0;
}

.wrap .content {
	float: left;
	width: 910px;
}
.wrap .side {
	float: right;
	width: 260px;
}

.content .jirei_base {
	height: 370px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}


.side .side_bn a img {
	display: block;
	margin-bottom: 30px;
}

/*
テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 560px;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 20px;
}

.content table.table_01 th {
	font-size: 18px;
}


/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

}
/*-----（/1200～）-----*/


@media screen and (max-width:1200px) {
	
img {
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 60px;
	z-index: 150;
}

header .head_in {
	padding-left: 10px;
	height: 60px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 2000;
	display: block;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
}

header img.logo {
	height: 38px;
}

header #h_box_pc {
	display: none;
}

/*
グローバルナビ
-------------------------------------------*/

.sp_menu li a,
a.menu_btn {
	display: block;
	float: right;
	height: 40px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 40px;
	width: 20%;
	text-align: center;
}
.sp_menu li a,
a.menu_btn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1D5B7;
}

.sp_menu {
	position: fixed;
	z-index: 2600;
	top: 0;
	right: 0;
	display: block;
	min-width: 130px;
	width: 50%;
}

a.close_btn {
	position: fixed;
	z-index: 5000;
	top: 7px;
	right: 15px;
}

#g_navi {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	left: 100%;
	overflow: auto;
	z-index: 3000;
	background-color: #222;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}

#g_navi ul {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB2C3F;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB2C3F;
	background-color: #CC3950;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	background-color: #F48691;
}

.fixed {
	overflow: hidden;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2500;
	top: 0;
	left: 0;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.top_img {
	height: 240px;
	margin-bottom: 20px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -180px;
}
.top_img_txt img {
	width: 360px;
}

.wrap {
	width: 100%;
	padding-bottom: 30px;
}

.pickup {
	width: 100%;
	margin-bottom: 20px;
}

.pickup_list li a .title {
	font-size: 18px;
}

.pickup_list li a {
	width: 18%;
	margin-left: 2%;
}

.pickup_list li:first-child a {
	margin-left: 1%;
}

img.img_right,
img.img_left {
	max-width: 120px !important;
	margin-right: 20px;
	margin-left: 20px;
}

img.img_pr {
	max-width: 80% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.content h4 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

/*
お客様の声、施工事例
-------------------------------------------*/

.content .jirei_base {
	height: 260px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 200px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 10px;
}

.content table.table_01 th {
	font-size: 15px;
	white-space: nowrap;
}
.content table.table_01 td {
	font-size: 14px;
}

/*
-------------------------------------------*/
.wrap .side .side_box {
	text-align: center;
}

.side .side_bn {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}

.side .side_bn a {
 width: 33%;
 padding: 5px;
 box-sizing: border-box;
 text-align: center;
 margin-bottom: 30px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box .footer_left {
	width: 68%;
}
.footer_box .footer_right {
	width: 30%;
}

}
/*-----（/～1200）-----*/


@media screen and (min-width:840px) {
.content .img_base img {
	float: left;
	width: 63%;
}

.content .img_base .voice_top {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	float: right;
	width: 36%;
}
}
/*-----（/840～）-----*/


@media screen and (max-width:760px) {

.pickup_list li a {
	width: 32%;
	margin-left: 1%;
	margin-bottom: 20px;
}

.pickup {
	margin-bottom: 10px;
}

.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.footer_box .footer_left,
.footer_box .footer_right {
	float: none;
	width: 100%;
}

.footer_box .footer_right {
	text-align: center;
	padding-top: 30px;
	clear: both;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:640px) {
.content .img_base .voice_top {
	font-size: 18px;
	padding: 15px;
}
.content .img_base .voice_top span {
	font-size: 14px;
}

.content ul.box_sekou li {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}


}
/*-----（/～640）-----*/

@media screen and (min-width:560px) {
.content table.table_01 th {
	border-right-width: 4px;
	border-right-color: #CC3950;
}
}
/*-----（/560～）-----*/

@media screen and (max-width:560px) {
	

/*
コンテンツ
-------------------------------------------*/

.wrap .content h2 {
	font-size: 22px;
	line-height: 32px;
	padding-top: 44px;
	padding-bottom: 14px;
	padding-left: 30px;
}


table td,
table th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.table_01 th,
table.table_01 td {
	display: block;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pickup_list li a {
	width: 47%;
	margin-left: 2%;
}


.bn_tuyomi {
	background-size: cover;
	height: 300px;
}
.bn_tuyomi .bn_tuyomi_txt {
	width: 300px;
	top: 120px;
}
.bn_tuyomi .btn_01 a {
	width: 300px;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	bottom: 0;
}

.content .box_jirei_base::after,
.content ul.box_gallery::after {
  width:49%;
}

.content .box_jirei,
.content ul.box_gallery li {
	width: 49%;
}


ul.box_staff > li {
 width: 33%;
}

.content .cont_list2 li {
	display: block !important;
	width: 96% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.content table.table_01 th {
	border-right-width: 1px;
	border-right-color: #DDD;
	border-bottom-width: 4px;
	border-bottom-color: #CC3950;
}

/*
フッター
-------------------------------------------*/


.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

}
/*-----（/～560）-----*/

@media screen and (max-width:480px) {

.content .img_base .voice_top {
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
}
.content .img_base .voice_top span {
	font-size: 12px;
}
.content .jirei_base {
	height: 210px;
}

.content .jirei_base .jirei_bf {
	left: 5px;
}

.content .jirei_base .jirei_af {
	right: 5px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 140px;
}

.content .qa dt {
	font-size: 18px;
	line-height: 26px;
	padding-left: 40px;
	background-position: 15px 8px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	background-image: none !important;
}

}
/*-----（/～480）-----*/
	
@media screen and (max-width:400px) {

header h1 {
	font-size: 8px;
}

.content .box_jirei_base::after{
  width:100%;
}

.content .box_jirei {
	width: 100%;
}


ul.box_staff > li {
 width: 50%;
}


}
/*-----（/～400）-----*/



#recruit .wrap .content {
	float: none;
	width: 100%;
}
#recruit .top_img {
	height: 80%;
}
#recruit .top_img .recruit_catch {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
}

@media screen and (min-width:800px) {
	#recruit .top_img {
	min-height: 500px;
}
}
/*-----（/800～）-----*/

#recruit .wrap h2 {
	font-size: 60px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", Sawarabi Mincho, serif;
	padding-top: 70px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	line-height: 1.6;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0px;
}
#recruit .wrap h2 strong {
	font-size: 80px;
}
#recruit .wrap h2::before {
	display: none;
}
#recruit .content p {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

@media screen and (max-width:640px) {
	#recruit .wrap h2 {
	font-size: 28px;
	}
	#recruit .wrap h2 strong {
	font-size: 40px;
	}
	#recruit .content p {
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	}
}
/*-----（/～640）-----*/
body#recruit {
	background-color: #FFF;
}
#recruit .wrap{
	width: 100%;
}

#recruit .wrap .content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#recruit .wrap .message_head {
	color: #FFF;
	background-color: #C1364C;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

@media screen and (min-width:960px) {

#recruit .wrap .message_head img {
	float: left;
	width: 50%;
}
#recruit .wrap .message_head .m_title {
	font-size: 44px;
	position: absolute;
	left: 55%;
	top: 20%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", Sawarabi Mincho, serif;
}
#recruit .wrap .message_head .m_sub {
	font-size: 26px;
	position: absolute;
	right: 7%;
	bottom: 10%;
}

#recruit .wrap .message_head.img_r img {
	float: right;
	margin-left: 0px;
}
#recruit .wrap .message_head.img_r .m_title {
	left: 5% !important;
}
#recruit .wrap .message_head.img_r .m_sub {
	left: 7% !important;
}

}

@media screen and (max-width:1200px) {
	#recruit .wrap .message_head .m_title {
	font-size: 34px;
}
#recruit .wrap .message_head .m_sub {
	font-size: 22px;
}
}


@media screen and (min-width:1600px) {

#recruit .wrap .message_head .m_title {
	font-size: 56px;
}

}

@media screen and (max-width:960px) {

#recruit .wrap .message_head img {
	display: block;
}
#recruit .wrap .message_head .m_title {
	font-size: 38px;
	padding: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", Sawarabi Mincho, serif;
	text-align: center;
}
#recruit .wrap .message_head .m_sub {
	font-size: 20px;
	text-align: right;
	padding: 20px;
}

}

#recruit .wrap .obi_m {
	font-size: 60px;
	line-height: 200px;
	font-weight: bold;
	color: #FFF;
	background-color: #111111;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", Sawarabi Mincho, serif;
}

#recruit .wrap .obi_suku {
	background-image: url(img/obi_suku.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	width: 100%;
	height: 600px;
	position: relative;
	margin-bottom: 50px;
}

#recruit .wrap .obi_suku img {
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -550px;
	position: absolute;
}
@media screen and (max-width:1100px) {
#recruit .wrap .obi_suku {
	height: 400px;
}
#recruit .wrap .obi_suku img {
	top: 35%;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
}

@media screen and (max-width:640px) {

#recruit .wrap .message_head .m_title {
	font-size: 28px;
}
#recruit .wrap .message_head .m_sub {
	font-size: 18px;
}

#recruit .wrap .obi_m {
	font-size: 30px;
	line-height: 30px;
}

#recruit .wrap .obi_suku img {
	top: 40%;
}

}

.obi_chousen {
	text-align: center;
	background-color: #F6F6F6;
	margin-top: 50px;
	margin-bottom: 30px;
}
.obi_chousen img {
	width: 100%;
	max-width: 1200px;
}
#recruit .content h3 {
	color: #222;
	background-color: #F6F6F6;
	font-size: 22px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 20px;
	padding-left: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
}


.content table.table_03 {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.content table.table_03 th,
.content table.table_03 td {
	padding: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.content table.table_03 th {
	background-color: #F6F6F6;
	letter-spacing: 1px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
}
.content table.table_03 td {
	font-size: 14px;
	color: #555;
}
#recruit .content h4 {
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	text-align: center;
}
#recruit .kouken {
	background-color: #F6F6F6;
	padding-top: 50px;
	padding-bottom: 50px;
}

#recruit .kouken li {
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#recruit .kouken li strong {
	font-size: larger;
}

.wpcf7 input[type="file"] {
	font-size: 16px;
}

.wp-gr .wp-google-content-inner {
	height: 350px;
	overflow: auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
	padding: 20px !important;
	background: #ffffff !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

.index_bnr{
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
	flex-wrap: wrap;
}

.index_bnr li{
	margin: 5px;
}

