@charset "UTF-8";

/*common*/
.page .section_main_visual{
	position: relative;
    background: transparent  url('../images/greeting/img_main_greeting01.jpg') left center no-repeat;
    background-size: cover;
    width: 100%;
    height: 425px;
    padding-top: 21.25%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
}
.page .section_main_visual.section_main_visual_maki{
    background: transparent url('../images/maki/img_main_maki01.png') left center no-repeat;
    background-size: cover;
}
.page .section_main_visual::before {
	content: '';
	background-color: rgba(0,0,0,0.30);/* 透過した黒を重ねる */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
.page .section_main_visual::after {
	content: ' ';
    background: transparent url('../images/common/img_wood01.png') left 50% no-repeat;
	background-size: 408px 400px;
	position: absolute;
	top: -60%;
	right: 0;
	bottom: 0;
	left: 5%;
  }
.page .section_main_visual.section_main_visual_maki::after {
    background:none;
  }
.img_wood01 {
	position: absolute;
	width: 638px;
	top: 25%;
	right: 0;
	z-index: -1;
}
/*タイトル*/
.hd_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.9);
	text-align: center;
	z-index: 1;
}
.hd_ttl > h1 {
	letter-spacing: 10px;
}
.hd_ttl > h1 > span {
	display: block;
}
.hd_ttl > h1 > .ttl_en {
	font-size: 40px;
	font-size: 4.0rem;
}
.hd_ttl > h1 > .ttl_jp {
	font-size: 20px;
	font-size: 2.0rem;
}
.hd_ttl > p {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 30px;
}
/*メニュータイトル*/
.page .menu_ttl{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.page .menu_ttl_maki{
	color:#8C6200;
}
.page .menu_ttl:before {
    content: "";
    display: inline-block;
    background: transparent url('../images/greeting/ttl_menu_icon.svg') no-repeat;
    background-size: 37px 36px;
    width: 37px;
    height: 36px;
    vertical-align: top;
    margin-right: 15px;
}
.page .menu_ttl.menu_ttl_maki:before {
    background: transparent url('../images/maki/ttl_menu_makiicon.png') no-repeat center 5px;
    background-size: 37px 36px;
}

/*concept
-----------------------------*/
.page.concept .section_works .menu_ttl:before {
    content: "";
    background: transparent url('../images/concept/ttl_menu_icon.svg') no-repeat;
    background-size: 36px 30px;
    width: 36px;
    height: 30px;
    vertical-align:middle;
}
.page.concept .section_flow .menu_ttl:before {
    content: "";
    background: transparent url('../images/works/ttl_menu_icon02.svg') no-repeat;
    background-size: 38px 35px;
    width: 38px;
    height: 35px;
    vertical-align:middle;
}
.page.concept .section_main_visual{
    background: url('../images/concept/img_main_concept01.jpg') left bottom no-repeat;
}
.page.concept .section_ftmain_visual {
    background: url('../images/concept/img_main_concept02.jpg') bottom no-repeat;
	background-attachment: fixed;
}
.declaration {
	width: 78.43137254901961%;/*800px*/
	margin: 50px auto 0;	
}
.declaration > h3 {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom: 40px;
	font-size: 20px;
	font-size: 2.0rem;
}
.declaration li {
	margin-bottom: 30px;
}
.declaration li:last-child {
	margin-bottom: 0;
}
.declaration li > figure {
	width: 17.5%;/*140px*/
	margin-right: 3.75%;/*30px*/	
}
.declaration li > p {
	width: 78.75%;/*630px*/
	font-size: 20px;
	font-size: 2.0rem;
}
.moviewraper {
    position: relative;
    width: calc(100% - 10px);
    margin: 100px auto 0;
}
.iframewrap{
    height: 0;
    padding-bottom: 62.5%;
}
.iframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}

/*works
-----------------------------*/
.page.works .section_works .menu_ttl:before {
    content: "";
    background: transparent url('../images/works/ttl_menu_icon01.svg') no-repeat;
    background-size: 38px 37px;
    width: 38px;
    height: 37px;
    vertical-align:middle;
}
.page.works .section_flow .menu_ttl:before {
    content: "";
    background: transparent url('../images/works/ttl_menu_icon02.svg') no-repeat;
    background-size: 38px 35px;
    width: 38px;
    height: 35px;
    vertical-align:middle;
}
.page.works .section_main_visual{
    background: transparent  url('../images/works/img_main_works01.jpg') left bottom no-repeat;
}
.page.works .section_ftmain_visual {
    background: transparent  url('../images/works/img_main_works02.jpg') top no-repeat;
	background-attachment: fixed;
}
.section_works dl {
	margin-bottom: 50px;
}
.section_works dl > dt {
	display: inline-block;
	width: 30%;
	border: 2px solid #333;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
.section_works dl > dd {
	margin-bottom: 30px;
}
.section_works dl > dd:last-child {
	margin-bottom: 0;
}
.section_works .bnr_inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
 }
.section_works .bnr_inner img {
	display: block;
	border: 3px solid #e5e5e5;
}
/*flow*/
.section_flow .figure_flow{
	position:relative;
	background-image:url('../images/works/bg_flow_figure.png');
	background-size: 768px 744px;
	background-position: center;
	background-repeat:no-repeat;
	width: 800px;
	height: 800px;
	margin: 50px auto;
}
.section_flow .figure_flow_new{
	background-image:url('../images/works/bg_flow_figure_new.png');
}
.section_flow .figure_flow .circlelist{
	position:absolute;
	transition: 0.3s ease-in-out;
}
.section_flow .figure_flow .circlelist img{
	width: 273px;
	height: 280px;
}
.section_flow .figure_flow #img-circle01{
	left: 265px;
	top: 30px;
}
.section_flow .figure_flow #img-circle02{
	right: 15px;
	top: 205px;
}
.section_flow .figure_flow #img-circle03{
	right: 115px;
	bottom: 30px;
}
.section_flow .figure_flow #img-circle04{
	left: 110px;
	bottom: 30px;
}
.section_flow .figure_flow #img-circle05{
	left: 15px;
	top: 205px;
}

/*company
-----------------------------*/
.section_greeting {
	position: relative;
}
.greeting_box {
	/*margin-bottom: 240px;*/
	margin-bottom: 100px;
}
.greeting_box > figure {
	width: 28.431372549019606%;/*290px*/
	margin-right: 3.9215686274509802%;/*40px*/
}
.greeting_box > .txt {
	width: 67.64705882352942%;/*690px*/
}
.greeting_box > .txt > h3 {
	margin-bottom: 30px;
}
.greeting_box > .txt .name {
	margin-top: 30px;
}
.greeting_box > .txt .name > span {
	display: inline-block;
	margin-left: 20px;
	font-size: 25px;
	font-size: 2.5rem;
}
.section_ftmain_visual {
	position: relative;
    background: transparent  url('../images/company/img_main_company02.jpg') center;
	background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 450px;
	margin-top: 100px;
}
.page.company .section_ftmain_visual {
    background: transparent  url('../images/company/img_main_company02.jpg') center bottom;
	background-attachment: fixed;
}
#recruit .company_box dl {
	font-size: 17px;
}
.company_box dl dt {
	width: 230px;
	float: left;
	clear: left;
	padding: 20px 0;
	font-weight: bold;
}
.company_box dl dd {
	border-top: 1px solid #333;
	padding: 20px 0 20px 240px;
}
.company_box dl dd:last-child {
	border-bottom: 1px solid #333;
}
.company_box dl dd > ul > li {
	margin-bottom: 10px;
}

.max_img {
	max-width:100%;
	height:auto;
}
.inbl_span {
	display:inline-block;
	text-indent:0;
}
.name_font {
    letter-spacing: 0.2em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.name_ceo {
    letter-spacing: 0.3em;
    font-weight: bold;
}
.company_tel:before {
    content: '☎';
}
.company_business_ul{
    list-style: disc;
    padding: 0 0 0 20px;
}
.company_qp_ul:first-child{
	margin-right: 70px;
}
.company_qp_ul {
    list-style: disc;
    display: inline-block;
    padding: 0 0 0 20px;
}
.company_cert_ul{
    list-style: disc;
    padding: 0 0 0 20px;
}
.company_map{
	width:100%;
	height:200px;
	margin:20px 0;
}

/*news
-----------------------------*/
.l_content {
	width: 74.50980392156863%;/*760px*/
	margin-right: 4.901960784313726%;/*50px*/
}
.r_nav {
	width: 20.588235294117645%;/*210px*/
}
/*シングル*/
.news.single .entry_box {
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
/*一覧*/
.news .entry_box {
	border-bottom: 3px solid #666;
	margin-bottom: 50px;
	padding-bottom: 60px;
}
.entry_box > h3 {
	font-size: 25px;
	font-size: 2.5rem;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.entry_box .date,
.entry_box .cat {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
.entry_box .cat::before {
	display: inline-block;
	content: "/";
	padding: 0 10px;
}
.entry_txt {
	margin-top: 30px;
}
.entry_txt img {
	display: block;
	margin: 20px 0;
}
.r_nav h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
.r_nav nav .category {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.r_nav nav ul li {
	margin-bottom: 5px;
}
.navigation > div{
	width: 49%;
	height: 40px;
	text-align: center;
}
.navigation .alignright{
	float:right;
}	
.navigation .alignleft{
	float: left;
}
.navigation a{
	display: block;
	background-color: rgb(128,128,128);
	line-height: 40px;
	color: #fff;
}
.navigation a:hover{
	background-color: rgba(128,128,128,.8);
}
/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after,
.pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: rgb(128,128,128);
    color: #fff;
    cursor: not-allowed;
    padding: 5px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 rgba(128,128,128,.8);
    color: #fff;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: rgba(128,128,128,.8);
    color: #fff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*wastetreatment
-----------------------------*/
.waste_t_sub_ttl {
    font-size: 22px;
}
.waste_t_text {
	font-size: 18px;
	margin: 20px 0px 30px 0px;
}
.contents_box {
    margin: 40px 0px;
}
.wt_content03_ul {
    list-style: disc;
    padding-left: 20px;
}
.wt_content03 dl dt {
    width: 230px;
    float: left;
    clear: left;
    padding: 20px 0;
    font-weight: bold;
}
.wt_content03 dl dd {
    border-top: 1px solid #333;
    padding: 20px 0 20px 240px;
}
.wt_content03 dl dd:last-child {
    border-bottom: 1px solid #333;
}
.wt_content04_text01 {
    border-bottom: solid 1px;
    margin-bottom: 30px;
	line-height: 40px;
}
.wt_content04_table {
    width: 100%;
    margin: 10px 0px 50px;
}
.wt_content04_table th {
    width: 90px;
	border-top: solid 1px;
    border-right: solid 1px;
    padding: 10px;
	text-align: center;
}
.wt_content04_table th:nth-child(4n){
    width: 45px;
}
.wt_content04_table th:last-child{
	border-right: 0px;
}
th.wt_content04_table_details_ttl {
    width: 170px;
}
.wt_content04_table tr {
    border-bottom: solid 1px;
}
.wt_content04_table td:first-child{
    border-left: solid 1px;
}
.wt_content04_table td {
    border-right: solid 1px;
    padding: 10px;
	vertical-align: top;
}
.wt_content04_table td:last-child{
    border-right: 0px;
}
.wt_content04_table_span {
    font-size: 14px;
}
.wt_content04_ol {
    list-style: decimal;
    padding-left: 20px;
}
.wt_content_inline{
	display: inline-block;
}
.wt_content05 {
	width: 100%;
	height: 108px;
	background: #666666;
	text-align: center;
}
.wt_content05_text_box {
	width: 270px;
	height: 50px;
	background: #ffff00;
	border-radius: 10px;
	margin-right: 30px;
}
.wt_content05_text {
    color: #666666;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Impact';
    font-weight: bold;
}
.wt_content05_tel {
    font-style: normal;
    font-size: 70px;
    letter-spacing: 5px;
    vertical-align: middle;
    font-family: 'Impact';
    line-height: 100px;
}
.wt_content05_tel a {
    color: #ffff00;
}

/*loggingwork
------------------------*/
.loggingwork_page_img {
    width: 98%;
    margin: 30px auto;
}
.loggingwork_table {
    max-width: 700px;
    font-size: 18px;
}
.loggingwork_table_td {
    padding: 10px;
    border: solid 1px #bbb;
}
.loggingwork_table_month {
    background: #deebcc;
    text-align: right;
	padding: 5px;
	border: solid 1px #bbb;
}

/*eo
-----------------------------*/
.eo_page_img {
    width: 90%;
    margin: 20px 0;
}
.page.wastetreatment .section_main_visual {
    background: url(../images/concept/img_main_concept01.jpg) left bottom no-repeat;
}
.eo_spec_table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 650px;
	table-layout: fixed;
}
.eo_spec_table tr {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: .35em;
}
.eo_spec_table th,
.eo_spec_table td {
	padding: 4px 10px 4px 4px;
	border-right: 1px solid #bbb;
}
.eo_spec_table th {
	font-size: .85em;
	background: #deebcc;
}
.eo_spec_table thead tr{
	background-color: #eee;
}
.txt{
	text-align: left;
	font-size: .85em;
}
.spec{
	text-align: left;
}


.eo_property_table {
	border-collapse: collapse;
	margin: 0 ;
	padding: 0;
	width: 650px;
}
.eo_property_table tr {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: .35em;
}
.eo_property_table th,
.eo_property_table td {
	padding: 4px 10px 4px 4px;
	border-right: 1px solid #bbb;
}
.eo_property_table th {
	font-size: .85em;
	background: #deebcc;
}
.eo_property_table thead tr{
	background-color: #eee;
}
.type{
	text-align: left;
	font-size: .85em;
	width: 70%;
}
.number{
	text-align: right;
	width: 9%;
}

/*404
-----------------------------*/
.notfound {
	min-height: 500px;
	text-align: center;
}

.notfound .btn{
	display: inline-block;
	background-color: rgb(128,128,128);
	line-height: 40px;
	color: #fff;
	padding: 10px;
}
.notfound .btn:hover{
	background-color: rgba(128,128,128,.8);
}

/*recruit
-----------------------------*/

.recruit_section01 {
	position:relative;
}

.recruit_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 50px;
}

.recruit_box01_title {
	width: 180px;
	padding: 10px 10px;
	background: #111;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	line-height: 23px;
	text-align: center;
}

.recruit_box01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	width: calc(100% - 180px - 30px);
	margin: 0;
	padding: 0;
}

.recruit_box01_ul01_li {
	margin-bottom: 30px;
	margin-right: 50px;
	padding: 8px 10px;
	border-top: #111 2px solid;
	border-bottom: #111 2px solid;
	font-size: 16px;
	color: #111;
	line-height: 23px;
	position: relative;
}

.recruit_box01_ul01_li:last-child {
	margin-right: 0px;
}

.recruit_box01_ul01_li:after {
	content: "";
	width: 10px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
    background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #111 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #111 50.5%) no-repeat bottom right/100% 50%;
}

.recruit_box01_ul01_li:last-child:after {
	display: none;
}

/*maki
-----------------------------*/

.maki_section01 {
	padding:0 70px;
	background:#F0EBE3;
	position:relative;
	overflow:hidden;
}

.maki_section01:after {
	content:"";
	width:638px;
	height:630px;
	background:url(../images/common/img_wood03.png) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:0;
	right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maki_box02 {
	padding:30px 0 70px;
	position:relative;
	z-index:2;
}

.maki_box02_imgbox01 {
	margin-bottom:30px;
	font-size:0;
	text-align:center;
}

.maki_box02_imgbox01_img {
	max-width:calc(50% - 20.3px);
	margin-right:40px;
	vertical-align:middle;
}

.maki_box02_imgbox01_img:last-child {
	margin-right:0px;
}

.maki_box02_textbox01 {
	font-size:23px;
	color:#333;
	line-height:30px;
	text-align:left;
}

.maki_table01 {
	border-collapse:collapse;
	width:100%;
	margin:0 auto 70px;
}

.maki_table01_th {
	padding:10px 0;
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
	font-size:22px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:left;
	position:relative;
}

.maki_table01_td {
	padding:10px 15px;
	border-bottom:#000 1px solid;
	font-size:18px;
	color:#000;
	line-height:30px;
	text-align:left;
	vertical-align:middle;
	position:relative;
}

.maki_table01_td_w01 {
	width:129px;
	border-right:#000 1px solid;
}

.maki_table01_td_w02 {
	width:229px;
	border-right:#000 1px solid;
}

.maki_table01_td_w03 {
	width:calc(100% - 150px - 250px - 30px);
}

.maki_table01_td_span_c01 {
	font-size:22px;
	font-weight:bold;
	color:#8C6200;
}

.maki_table01_ico01 {
	padding:5px 20px;
	background:#FBB03B;
	border-radius:5px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	line-height:24px;
	letter-spacing:1px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maki_section02 {
	padding:0 70px;
	background:#F0EBE3;
}

.maki_section02_b01 {
	background:#f7f9f9;
}

.maki_container {
	padding:120px 20px;
	background:#E5DBC6;
}

.maki_container_b01 {
	background:#eef7f6;
}

.maki_content {
	max-width:calc(100% - 20px);
	width:910px;
	margin:0 auto;
}
.maki_content p {
	display:inline-block;
	margin:0;
	font-size:13px;
	vertical-align:top;
}

.maki_content p.wpcf7c-elm-step2 {
	color:#F00;
}

.maki_content .vorsicht {
	margin:0 10px 10px;
	padding:5px;
	background:#F00;
	font-size:15px;
	color:#FFF;
	text-align:center;
}

.maki_box01 {
	margin:0 auto 30px;
	font-size:0;
}

.maki_box01_left {
	display:inline-block;
	width:320px;
	margin-right:20px;
	padding:20px;
	background:#8C6200;
	vertical-align:middle;
}

.maki_box01_left_span01 {
	display:block;
	margin-bottom:10px;
	font-size:23px;
	font-weight:bold;
	color:#FFFF00;
	line-height:30px;
	letter-spacing:2px;
	text-align:center;
}

.maki_box01_left_span02 {
	display:block;
	margin-bottom:10px;
	padding:10px;
	background:#FFF;
	border-radius:20px;
	font-size:20px;
	font-weight:bold;
	color:#A67C52;
	line-height:24px;
	letter-spacing:2px;
	text-align:center;
}

.maki_box01_left_span03 {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
}

.maki_text01_big {
	font-size:0;
	text-align:center;
}

.maki_text01 {
	display:inline-block;
	padding:20px 40px;
	background:#8C6200;
	border-radius:10px;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
	position:relative;
}

.maki_text01:before {
	content:"";
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:#FFF 1px solid;
	border-radius:30px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1;
}

.maki_text01_span01 {
	display:block;
	margin-bottom:5px;
	font-size:23px;
	font-weight:bold;
	color:#FFFF00;
	line-height:30px;
	text-align:center;
	position:relative;
	z-index:2;
}

.maki_text01_span02 {
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
	position:relative;
	z-index:2;
}

.maki_box01_right {
	display:inline-block;
	width:calc(100% - 340.5px);
	vertical-align:middle;
}

.maki_box01_right .maki_table01 {
	margin:0 auto;
}

.inquiry_box {
	max-width:100%;
	width:780px;
	margin:0 auto 30px;
	padding-bottom:30px;
	border-bottom:#8C6200 1px solid;
	font-size:0;
	text-align:left;
}

.inquiry_box_long {
	display:block;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:left;
}

.inquiry_box_left {
	display:inline-block;
	width:210px;
	margin-top: 5px;
	padding-top:5px;
	padding-right:10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.inquiry_box_left_oneshort {
	width:auto;
	padding:0 5px;
}

.inquiry_box_left_ico {
	display:inline-block;
	padding:3px 4px;
	background: #F15A24;
	font-size:13px;
	color:#FFF;
	line-height:13px;
	position:absolute;
	top:3px;
	right:10px;
}

.inquiry_box_right {
	box-sizing:border-box;
	display:inline-block;
	width:570px;
	height:30px;
	padding:5px;
	background:#FFF;
	border:#CCC 1px solid;
	font-size:15px;
	color:#000;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right_short {
	width:370px;
}

.inquiry_box_right_twoshort {
	width:190px !important;
}

.inquiry_box_right_fourshort {
	width:50px;
	height:auto;
	padding:0 5px;
	font-size:12px;
	line-height:12px;
	vertical-align:top;
}

.inquiry_box_right_long {
	display:block;
	margin:5px 0 10px;
	padding-left:210px;
	font-size:15px;
	color:#F15A24;
	line-height:23px;
	text-align:left;
}

.inquiry_box_right_ul_big {
	display:inline-block;
	width:570px;
	margin-bottom:30px;
}

.inquiry_box_right_ul {
	box-sizing:border-box;
	list-style:none;
	margin:0 auto 30px;
	padding:20px;
	background:#EBE6D7;
	border:#8C6200 1px solid;
	font-size:0;
}

.inquiry_box_right_ul_li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#8C6200 1px solid;
	font-size:0;
}

.inquiry_box_right_ul_li_left {
	display:inline-block;
	width:50%;
	font-size:15px;
	color:#666666;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right_ul_li_right {
	display:inline-block;
	width:50%;
	font-size:15px;
	color:#000000;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right_radio {
}

.inquiry_box_right_radio>span {
	display:inline-block;
	min-width:80px;
	margin-right:10px;
	font-size:15px;
	color:#000000;
	line-height:20px;
	vertical-align:middle;
}

.inquiry_box_right_radio_label {
	display:inline-block;
	width:150px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_right_radio_round {
	display:inline-block;
	width:14px;
	height:14px;
	margin-right:5px;
	background:#FFF;
	border:#00BFFF 1px solid;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.inquiry_box_right_radio:checked + .inquiry_box_right_radio_round {
	background:#00BFFF;
	transition-duration:0.2s;
}

.inquiry_box_right_radio_round_in {
	width:12px;
	height:12px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.inquiry_box_right_radio_span {
	display:inline-block;
	width:calc(100% - 35px);
	font-size:13px;
	color:#212121;
	line-height:23px;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_right_select {
	padding:0 10px !important;
}

.inquiry_box_right_labelitem {
	display:inline-block;
	height:auto !important;
	border-bottom:none !important;
}

.inquiry_box_red {
	color: #F15A24;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	height:212px !important;
}

.inquiry_box_off {
	margin:0 auto;
	padding:20px 0;
	font-size:0;
	text-align:center;
}

.inquiry_box_decide {
	display:block !important;
	width:150px !important;
	margin:0 auto 20px;
	background:#F15A24;
	font-size:14px !important;
	font-weight:bold;
	color:#FFF;
	line-height:38px;
	border:1px solid #F15A24;
	transition-duration:0.7s;
}

.inquiry_box_decide:hover {
	background:#FBB03B;
	transition-duration:0.35s;
}

.inquiry_box_decide:before {
	content:">";
	width:28px;
	height:28px;
	background:#FBB03B;
	border-radius:50%;
	font-size:28px !important;
	color:#FFF;
	line-height:28px;
	text-align:center;
	transition-duration:0.7s;
}

.inquiry_box_decide:hover:before {
	background:#F15A24;
	transition-duration:0.35s;
}

.inquiry_text {
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	width:660px;
	margin:0 auto 30px;
	padding:0;
}

.inquiry_ul_li {
	color:#F15846;
	text-align:left;
}

.inquiry_subtitle {
	margin:0 auto 30px;
	color:#000;
	font-size:12px;
	text-align:center;
}

.inquiry_text_bold {
	font-weight:bold;
}