@charset "utf-8";
/* CSS Document */

/* トップ - メインビジュアル
--------------------------------------------------------------- */

.main_visual img{
	width:100%;
	height:auto;
	margin-bottom:90px;
}


/* トップ - グループ会社
--------------------------------------------------------------- */

.top_group_area{
	text-align:center;
	margin-bottom:90px;
}

.top_group_area li:not(:last-child){
	margin-bottom:40px;
}

.top_group_area dt{
	font-size:24px;
	font-weight:bold;
}

.top_group_area .img{
	float:left;
	width:55.5%;
	height:360px;
	background:#666;
	background-position:center center;
	background-size:cover;
}

.top_group_area .s_kaihatsu .img{background-image:url(../img/top/group_kaihatsu.jpg);}
.top_group_area .s_eco .img{background-image:url(../img/top/group_eco.jpg);}
.top_group_area .s_line .img{background-image:url(../img/top/group_line.jpg);}

.top_group_area .img img{
	display:none;
}

.top_group_area dl{
	box-sizing:border-box;
	position:relative;
	float:left;
	width:44.4%;
	height:360px;
	padding-top:50px;
}

.top_group_area dt{
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
}

.top_group_area dt:after{
	content:"";
	position:absolute;
	width:120px;
	height:2px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:#333;
}

.top_group_area dd{
	position:relative;
	z-index:99;
}

.top_group_area dd:not(:last-child){
	margin-bottom:30px;
}

.top_group_area dl:after{
	content:"";
	width:160px;
	height:160px;
	background:url(../img/top/ic_ss.png) 0 0 no-repeat;
	position:absolute;
	left:-80px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:98;
}


/* トップ - グループ会社 - 既存クラス改変
--------------------------------------------------------------- */

.top_group_area dd .btn_type1{
	box-sizing:border-box;
	width:160px;
	margin:0 auto;
	padding:15px 38px;
}

/* SSスチール開発 */
.top_group_area .s_kaihatsu dl:after{background-image:url(../img/top/ic_kaihatsu.png);}


/* エコクリーン */
.top_group_area .s_eco .img,
.top_group_area .s_eco dl{float:right;}

.top_group_area .s_eco dl:after{background-image:url(../img/top/ic_eco.png); left:auto; right:-80px;}


/* SSスチールライン */
.top_group_area .s_line dl:after{background-image:url(../img/top/ic_line.png);}


/* トップ - お知らせ
--------------------------------------------------------------- */

.top_news_area{
	width:680px;
	margin:0 auto 90px;
}

.top_news_area.low{width:840px;}
.top_news_area.low li .title{width:520px;}

.top_news_area ul{
	margin-bottom:40px;
}

.top_news_area li:not(:last-child){
	margin-bottom:30px;
}

.top_news_area li .tag{
	display:inline-block;
	box-sizing:border-box;
	width:160px;
	padding:0;
	margin:0 20px;
	background:#333;
	color:#FFF;
	text-align:center;
}


.top_news_area li .title{
	float:right;
	text-align:left;
	width:380px;
}

.top_news_area li:after{content:"";display:block;clear:both;}

.top_news_area .news_btn{
	width:360px;
	margin:0 auto;
}

.pagenavi{
	padding-top:10px;
	text-align:center;
}

.pagenavi a,
.pagenavi span.current{
	display: inline-block;
	min-width:56px;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 5px;
	padding:18px 0;
	border: 2px solid #00834B;
	color:#00834B;
	font-weight:bold;
	background: #FFF;
	margin:0 2.5px 10px;
}

.pagenavi a.current,
.pagenavi span.current,
.pagenavi a:hover{
	opacity:1;
	background-color:#E5F3ED;
}

.pagenavi a.prev{padding:18px 26px; margin-right:10px;}
.pagenavi a.next{padding:18px 26px; margin-left:10px;}


/* トップ - グループについて
--------------------------------------------------------------- */

.top_about_area{
	margin-bottom:120px;
}

.top_about_area ul{
	font-size:0;
	text-align:center;
	margin:0 -17px;
}

.top_about_area li{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin:0 17px;
}

.top_about_area li a{
	box-sizing:border-box;
	display:block;
	width:312px;
	height:200px;
	border:2px solid #888;
	border-radius:5px;
	text-decoration:none;
	line-height:1;
	padding-top:124px;
	letter-spacing:.05em;
	background-position:center 60px;
	background-repeat:no-repeat;
}

.top_about_area li a:hover{
	opacity:1;
	background-color:#4CA981;
	color:#FFF;
}

.top_about_area.style_group_top ul{
	width:1038px;
	margin:0 -17px -34px;
}

.top_about_area.style_group_top li{
	margin:0 17px 34px;
}


/* 下層 - アクセス
--------------------------------------------------------------- */

.access_block{
	width:970px;
	margin:0 auto;
}

.access_block:not(:last-child){
	margin-bottom:50px;
}

.access_block .map{
	float:left;
	width:440px;
}

.access_block .list{
	position:relative;
	float:right;
	width:500px;
	height:320px;
}

.access_block .list ul{
	margin-bottom:15px;
}

.access_block .list li{
	position:relative;
	padding:8px 0 8px 50px;
	border-bottom:1px solid #00834B;
	font-weight:bold;
	background-position:left 10px center;
	background-size:30px auto;
	background-repeat:no-repeat;

	display:flex;
	justify-content: space-between;
}

.access_block .list li .tel{
	font-weight:normal;
}

.access_block .list li .adj{
	position:absolute;
	right:0;
	bottom:-8px;
	line-height:1;
	background:#FFF;
	padding-left:10px;
}

.access_block .list a{
	position:absolute;
	left:0;
	bottom:0;
}

.access_block .s_kaihatsu{background-image:url(../img/common/mark_kaihatsu.png);}
.access_block .s_eco{background-image:url(../img/common/mark_eco.png);}
.access_block .s_line{background-image:url(../img/common/mark_line.png);}


/* 下層 - プライバシーポリシー
--------------------------------------------------------------- */

.privacy_area{
	text-align:center;
}


/* 下層 - グループポリシー
--------------------------------------------------------------- */

.policy_list li{
	background:#E5F3ED;
}

.policy_list li:not(:last-child){
	margin-bottom:40px;
}

.policy_list li img{
	float:left;
	width:400px;
	height:auto;
}

.policy_list li .txt{
	box-sizing:border-box;
	float:left;
	width:600px;
	padding:50px 40px 40px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.policy_list li:nth-of-type(2n) img,
.policy_list li:nth-of-type(2n) .txt{
	float:right;
}


/* 下層 - グループ概要
--------------------------------------------------------------- */

.group_about_area .intro{
	text-align:center;
	margin-bottom:70px;
}

.group_about_area .intro h2{
	font-size:36px;
	line-height:1.7;
	margin-bottom:1em;
}

.company_list > li:not(:last-child){
	margin-bottom:80px;
}

.company_list dt{
	font-size:24px;
	font-weight:bold;
}

.company_list .img{
	float:left;
	width:580px;
	height:auto;
}

.company_list dl{
	box-sizing:border-box;
	position:relative;
	float:left;
	width:420px;
	height:360px;
	padding-top:50px;
	text-align:center;
}

.company_list dt{
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
}

.company_list dt:after{
	content:"";
	position:absolute;
	width:120px;
	height:2px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:#333;
}

.company_list dd{
	position:relative;
	z-index:99;
}

.company_list dd:not(:last-child){
	margin-bottom:30px;
}

.company_list dl:after{
	content:"";
	width:160px;
	height:160px;
	background:url(../img/top/ic_ss.png) 0 0 no-repeat;
	position:absolute;
	left:-80px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:98;
}

.company_list .fig{
	clear:both;
	padding-top:20px;
}

.company_list .fig li{
	float:left;
	width:320px;
}

.company_list .fig li:not(:last-child){
	margin-right:20px;
}


/* 下層 - グループ概要 - 既存クラス改変
--------------------------------------------------------------- */

.company_list dd .btn_type1{
	box-sizing:border-box;
	width:160px;
	margin:0 auto;
	padding:15px 38px;
}

/* SSスチール開発 */
.company_list .s_kaihatsu dl:after{background-image:url(../img/top/ic_kaihatsu.png);}


/* エコクリーン */
.company_list .s_eco .img,
.company_list .s_eco dl{float:right;}

.company_list .s_eco dl:after{background-image:url(../img/top/ic_eco.png); left:auto; right:-80px;}


/* SSスチールライン */
.company_list .s_line dl:after{background-image:url(../img/top/ic_line.png);}


/* 下層 - お問い合わせ
--------------------------------------------------------------- */

.h_type1.caption_contact:after{
	content:"Contact";
	position:absolute;
	font-size:16px;
	left:0;
	right:0;
	bottom:-20px;
}

.contact_form{

}

.contact_form .contact_intro{
	width:640px;
	margin:0 auto 50px;
}

.contact_form .contact_intro.is_confirm{
	text-align:center;
}

.contact_form .contact_homebtn{
	width:360px;
	margin:0 auto;
}

.contact_form .contact_homebtn .btn_type1{
	border-color:#00834B;
	color:#00834B;
}

.contact_form .contact_homebtn .btn_type1:after{
	border-color:#00834B;
}

.contact_form .contact_homebtn .btn_type1:hover{
	background-color:#E5F3ED;
}

.contact_form em{
	font-size:116%;
	font-weight:bold;
}

.contact_form table{
	width:740px;
	margin:0 auto 20px;
}

.contact_form th,
.contact_form td{
	text-align:left;
	vertical-align:top;
}

.contact_form th{
	width:240px;
	text-align:right;
	padding: 22px 20px 22px 0;
}

.contact_form td{
	padding: 15px 0 10px;
}

.contact_form input[type="text"],
.contact_form input[type="tel"]{
	box-sizing:border-box;
	box-shadow:none;
	width:100%;
	border:1px solid #00834B;
	border-radius:5px;
	padding:12px;
	margin-bottom: 5px;
}

.w-auto {
	width: auto !important;
}

.contact_form .fexpm {
	font-size: 14px;
}

.contact_form textarea{
	box-sizing:border-box;
	box-shadow:none;
	width:100%;
	border:1px solid #00834B;
	border-radius:5px;
	padding:12px;
	height:200px;
	margin-bottom: 5px;
}

.contact_form .req{
	color:#ff1e1e;
}

.contact_form .note{
	font-size:14px;
	margin-top:.5em;
}

.contact_form .note a{
	color:#00834b;
}

.contact_form .error {
	font-weight: normal;
	margin-top: 3px;
}

.contact_form .note a[target="_blank"]{
	padding-right:18px;
	background:url(../img/common/ic_blank_g.png) right center / 13px auto no-repeat;
	margin-right:.5em;
}

.contact_form .c_list{
	width:280px;
	font-weight:bold;
	margin-top:-5px;
	margin-left:40px;
}

.contact_form .c_list li{
	position:relative;
	padding:15px 0 15px 50px;
	line-height:1;
	background-size:30px auto;
	background-position:8px center;
	background-repeat:no-repeat;
}

.contact_form .c_list li.c_kaihatsu{background-image:url(../img/common/mark_kaihatsu.png);}
.contact_form .c_list li.c_eco{background-image:url(../img/common/mark_eco.png);}
.contact_form .c_list li.c_line{background-image:url(../img/common/mark_line.png);}
.contact_form .c_list li.c_other{padding-left:10px;}

.contact_form .c_list li:not(:last-child){
	border-bottom:1px solid #00834B;
}

.contact_form .c_list input[type="radio"]{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}

.contact_form .c_list label{
	display:block;
}

.contact_form .c_list label:hover{
	cursor:pointer;
}

.contact_form .c_list label span:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	top:0;
	bottom:0;
	left:-44px;
	margin:auto;
	border-radius:3px;
	border:1px solid #00834B;
}

.contact_form .c_list input[type="radio"]:checked + label span:before{
	background:url(../img/common/ic_check.png) center center / 18px auto no-repeat;
}

.contact_form .mw_wp_form_confirm th {
	padding: 15px 20px 15px 0;
}
.contact_form .mw_wp_form_confirm td {
	padding: 15px 0;
}
.contact_form .mw_wp_form_confirm .douichc,
.contact_form .mw_wp_form_confirm td .fexpm {
	display: none;
}

.contact_form .catalogbtb {
	font-size: 22px;
	padding: 30px;
	border-color: #00834B;
    color: #00834B;
}
.contact_form .catalogbtb:hover {
	background-color: #E5F3ED;
}

/* 仕様変更 */

.wpc_list{
	font-weight:bold;
	margin:0;
}

.wpc_list .mwform-checkbox-field label,
.wpc_list .mwform-radio-field label{font-weight:bold;}

.wpc_list .mwform-radio-field{
	display:block;
	position:relative;
	padding:12px 0 12px 50px;
	line-height:1.5;
	background-size:30px auto;
	background-position:8px center;
	background-repeat:no-repeat;
	margin-left:40px;
}

.wpc_list .mwform-radio-field:nth-of-type(1){background-image:url(../img/common/mark_kaihatsu.png); padding-top:0; background-position:8px 8px;}
.wpc_list .mwform-radio-field:nth-of-type(2){background-image:url(../img/common/mark_eco.png);}
.wpc_list .mwform-radio-field:nth-of-type(3){background-image:url(../img/common/mark_line.png);}
.wpc_list .mwform-radio-field:nth-of-type(4){background-image:url(../img/common/mark_ss.png);}

.wpc_list .mwform-radio-field:nth-of-type(1):after{content:"SS STEEL KAIHATSU CO.";}
.wpc_list .mwform-radio-field:nth-of-type(2):after{content:"ECO CLEAN CO.";}
.wpc_list .mwform-radio-field:nth-of-type(3):after{content:"SS STEEL LINE CO.";}
.wpc_list .mwform-radio-field:nth-of-type(4):after{content:"SS STEEL GROUP";}

.wpc_list .mwform-radio-field:not(:last-child){
	border-bottom:1px solid #00834B;
}

.wpc_list .mwform-radio-field label{
	position:relative;
	display:block;
}

.wpc_list .mwform-radio-field label:hover{
	cursor:pointer;
}

.wpc_list .mwform-radio-field input{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}

.wpc_list .mwform-radio-field input + span{
	position:relative;
	display:inline-block;
}

.wpc_list .mwform-radio-field input + span:before{
	content:"";
	position:absolute;
	top:20px;
	left:-90px;
	bottom:0;
	width:24px;
	height:24px;
	margin:auto;
	border-radius:3px;
	border:1px solid #00834B;
}

/*.wpc_list .mwform-radio-field:nth-of-type(4) input + span:before{
	left:-50px;
}*/

.wpc_list .mwform-radio-field input[type="radio"]:checked + span:before{
	background:url(../img/common/ic_check.png) center center / 18px auto no-repeat;
}


.submit_area{
	text-align:center;
}

/* input型 */

.input_submit{
	display:inline-block;
	width:320px;
	text-align:center;
	border:2px solid #37A878;
	border-radius:5px;
	line-height:1;
	padding:28px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	background:#FFF;
	color:#37A878;
	margin:0 10px;
	transition:.3s;
}

.input_submit:hover{
	background-color:#E5F3ED;
	cursor:pointer;
}

.input_submit.is_back{
	border-color:#888;
	color:#333;
}

.input_submit.is_back:hover{
	background-color:#ccc;
	cursor:pointer;
}

/* button型 */

.submit_area button{
	display:inline-block;
	width:320px;
	text-align:center;
	border:2px solid #37A878;
	border-radius:5px;
	line-height:1;
	padding:15px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	background:#FFF;
	color:#37A878;
	margin:0 10px 10px;
	transition:.3s;
	cursor:pointer;
}

.submit_area button:hover{
	background-color:#E5F3ED;
}

.submit_area button .en{
	display:inline-block;
	font-size:12px;
	margin-top:7px;
	padding-top:5px;
	border-top:1px solid #37A878;
}

.submit_area button.is_back{
	border-color:#666;
	color:#666;
}

.submit_area button.is_back .en{
	border-color:#666;
}

.submit_area button.is_back:hover{
	background-color:#CCC;
}

/* 予備 - input型(背景画像ver) */

.img_submit{
	border:0;
	width:320px;
	height:0;
	padding-top:76px;
	margin:0 10px 10px;
	overflow:hidden;
	cursor:pointer;
	background-color:#fff;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	transition:.3s;
}

.img_submit.is_confirm{
	background-image:url(../img/contact/btn_confirmation.png);
}

.img_submit.is_back{
	background-image:url(../img/contact/btn_back.png);
}

.img_submit.is_send{
	background-image:url(../img/contact/btn_send.png);
}

.mw_wp_form_input .img_submit.is_send{
	background-image:url(../img/contact/btn_confirmation.png);
}

.img_submit:hover{
	opacity:.6;
}


/* 下層 - 採用情報
--------------------------------------------------------------- */

.contact_intro.is_recruit table{
	margin:-5px auto 40px;
}

.contact_intro.is_recruit th,
.contact_intro.is_recruit td{
	padding:2.5px 0;
}

.contact_intro.is_recruit th{
	padding-right:20px;
}


/* 各グループ会社 - 共通パーツ
--------------------------------------------------------------- */

.contact_box{
	position:relative;
	box-sizing:border-box;
	width:655px;
	margin:0 auto;
	padding:55px 55px 35px;
	background:#EAF6EE;
	border-radius:5px;
}

.contact_box h3{
	position:absolute;
	top:0;
	bottom:0;
	height:50px;
	line-height:50px;
	margin:auto;
	padding-left:60px;
	background:url(../img/common/ic_contact.png) left center / auto no-repeat;
}

.contact_box .tbl{
	float:right;
	width:320px;
}

.contact_box table{
	width:100%;
}

.contact_box th,
.contact_box td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:10px;
	letter-spacing:.05em;
}

.contact_box th{
	width:40px;
	color:#33a757;
}

.contact_box .btn_type2{
	margin-bottom:5px;
}


/* 各グループ会社 - 共通お知らせ改変
--------------------------------------------------------------- */

.top_news_area.style_group_company{
	width:890px;
}

.top_news_area.style_group_company li .title{
	width:760px;
}


/* 各グループ会社 - 共通お知らせ - 記事ページ
--------------------------------------------------------------- */

.news_single{
	width:960px;
	margin:0 auto;
}

.news_single a{
	position:relative;
	text-decoration:none;
	color:#37A878;
	border-bottom:1px solid #37A878;
}

.news_single .date{
	width:160px;
	background:#37A878;
	color:#FFF;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
	margin:0 0 10px auto;
	line-height:1;
}

.news_single .thumbnail_area{
	text-align:center;
	margin-bottom:10px;
}

.news_single .thumbnail_area img{
	max-width:100%;
	width:auto;
	height:auto;
}

.news_single .txt_area{
	margin-bottom:1em;
}

.news_single .link_area{
	margin-bottom:2em;
}

.news_single .link_area p:not(:last-child){
	margin-bottom:1em;
}

.news_single .link{
	padding-left:20px;
	background:url(../img/eco/common/ic_arrow.png) 5px 3px / 8px auto no-repeat;
}

.news_single .dl{
	padding-left:20px;
	background:url(../img/eco/common/ic_dl.png) left 3px / 15px auto no-repeat;
}

.back_btn{
	margin-bottom:60px;
}

.back_btn a{
	position:relative;
	box-sizing:border-box;
	display:block;
	width:320px;
	margin:0 auto;
	border-radius:5px;
	border:2px solid #37A878;
	color:#37A878;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	line-height:1;
	padding:25px;
}

.back_btn a:hover{
	opacity:1;
	background-color:#C6ECD2;
}


/* 各グループ会社 - 共通会社概要
--------------------------------------------------------------- */

.outline_area{
	position:relative;
	margin-bottom:50px;
}

.outline_area .title{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-bottom:25px;
	border-bottom:2px solid #33A757;
	margin-bottom:25px;
}

.outline_area .btn{
	box-sizing:border-box;
	position:absolute;
	top:0;
	right:0;

	display:block;
	width:160px;
	color:#33A757;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:2px solid #33A757;
	border-radius:5px;
	line-height:1;
	padding:15px;
}

.outline_area .btn:hover{
	opacity:1;
	background-color:#E5F3ED;
}

.outline_area .img{
	float:right;
	width:360px;
}

.outline_area .img img{
	width:100%;
	height:auto;
}

.outline_area .detail{
	float:left;
	width:620px;
}

.outline_area .detail table{
	width:100%;
}

.outline_area .detail th,
.outline_area .detail td{
	padding-bottom:15px;
}

.outline_area .detail th{
	width:100px;
}

.outline_area .detail td{
	padding-left:10px;
}

.outline_area .detail th span{
	display:block;
	text-align:center;
	background:#33A757;
	color:#FFF;
	padding:4px;
	line-height:1;
}


/* 各グループ会社 - 共通 保有車両・機器、資格 ※詳細スタイルは各会社CSSへ
--------------------------------------------------------------- */

.equipment_area{
	margin-bottom:80px;
}

.equipment_area .dl_type1 > dd{
	text-align:left;
	margin-bottom:4em;
}


.tellink {
  text-decoration: none;
  color: #333;
}



/* youtube グリッド */
.ytmlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -17px 52px;
}
.ytmlist > * {
	width: 310px;
	margin: 0 17px 28px;
}
