@charset 'UTF-8';

/*
 Theme Name:venus_tcd038-child
	Template:venus_tcd038
	Description:VENUSの子テーマです、原則こちらで作業を行うこと。
	Theme Author:CHAMELEON
	Version:2.40
*/

/*=========================================*/
/* reset */
/*=========================================*/

body{
	color:#333333;
	font-family:YakuHanJP, Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'MS PGothic', Arial, sans-serif !important;
}

a{
	text-decoration:underline;
	color:#333333;
}

a:link,
a:visited{
	text-decoration:underline;
}

a:hover,
a:active{
	text-decoration:none;
}



/*=========================================*/
/* header.php */
/*=========================================*/

/* --全称-- */
.pc #header{
	width: 100%;
	background-color: #ffffff !important;
}

.pc .home #header_inner{
	width: 100%;
	max-width: 1250px;
	height: 100px;
	margin: 0px auto 0px auto;
	background: #ffffff !important;
	background-color: white !important;
}

@media screen and (max-width: 1249px){
#header{
		min-width: 100px;
}

.pc .home #header_inner{
		min-width: 100px;
		box-sizing: border-box;
		padding: 0px 20px 0px 20px;
}
}

/* スクロール・スライドダウン時 */
.header_slide_down #header{
	z-index: 999;
}

.pc .home.header_slide_down #header,
.pc .home.header_slide_up #header{
	background: #ffffff;
	background-color: white;
}


/* --ロゴ-- */

#home_logo,
#logo_image{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 190px;
	height: 60px;
	margin: -28px 0px 0px 0px;
}

#home_logo h1,
#logo_image h1{
	width: 190px;
	min-width: 190px;
	height: 60px;
	margin: 0px 0px 0px 0px;
}

.pc #logo_image{
	background-color: #ffffff !important;
}

.mobile #mobile_logo a img{
	left: 20px !important;
}

@media screen and (max-width: 1249px){
#home_logo,
#logo_image{
	left: 20px;
}
}

@media screen and (min-width: 769px){
	#home_logo,
#logo_image{
	z-index:101;
}
}

@media screen and (max-width: 768px){
.mobile #mobile_logo a img{
	width: 158px;
	height: 50px;
}
}


/* --グローバルナビ-- */

.pc #global_menu{
	width: 100%;
	height: 100px;
	margin: 0px 0px 0px 0px;
	margin-left: 0px !important;
	color: #333333;
}

/* ナビ内リンク 全称設定 */
.pc #global_menu a{
	display: block;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

.pc #global_menu li a{
	text-decoration: none;
}

/* ナビ内リンク 第1階層 */
.pc #global_menu > ul{
	width: 100%;
	max-width: 1249px;
	min-width: 100px;
	display: flex;
	justify-content: flex-end;
}

.pc #global_menu > ul > li{
	display: block;
	width: auto;
	min-width: 1em !important;
	margin: 0px 50px 0px 0px;
	text-align: left;
}

.pc #global_menu > ul > li:last-of-type{
	margin: 0px 0px 0px 0px;
}

.pc #global_menu > ul > li > a{
	position: relative;
	font-weight: 400;
	height: 100px;
	line-height: 100px;
	opacity: 1.0;
	transition: 0.2s ease;
}

.pc #global_menu > ul > li > a:hover{
	opacity: 0.5;
}

.mobile #global_menu a{
	padding: 15px 15px 15px 25px !important;
	font-size: 12px;
}

.mobile .sub-menu a{
	background-color: #333333;
}

@media screen and (max-width: 1249px){
.pc #global_menu > ul > li{
		margin: 0px 40px 0px 0px;
}
.pc #global_menu > ul > li > a{
		font-size: 14px;
}
}

/* 選択中リンク */
.pc #global_menu > ul > li.current-menu-item > a,
.pc #global_menu > ul > li.current-menu-parent > a{
	color: #333333 !important;
	font-weight: 900;
}

/* ナビ内リンク 第2階層あり */
.pc #global_menu > ul > li.menu-item-has-children{
	cursor: pointer;
}

.pc #global_menu > ul > li.menu-item-has-children > a::after{
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 9px;
	height: 6px;
	content: '';
	background-image: url("images/header/globalnavi_icon.gif");
}

/* ナビ内リンク 第2階層 */
.pc #global_menu ul ul{
	top: 83px;
	background: #333333;
	background-color: #333333;
}

.pc #global_menu ul ul a{
	border-bottom: 1px dotted #ffffff;
}

.pc #global_menu ul ul li:last-of-type a{
	border-bottom: none;
}

.pc #global_menu ul ul li a{
	color: #ffffff !important;
	transition: 0.2s ease;
}

.pc #global_menu ul ul li a:hover{
	color: #cfcfcf !important;
}



/*=========================================*/
/* footer.php */
/*=========================================*/

/* --全称-- */

#footer{
	border-top:1px solid #333333;
	background-color:#ffffff !important;
	background-color:white !important;
	color:#333333;
}

@media screen and (max-width:1249px){
#footer{
	min-width:100px;
}
}

#footer_inner{
	width:100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}

@media screen and (max-width:768px){
#footer_inner{
	padding:0px 0px 0px 0px !important;
}
}


/* --フッター上部(フッターナビ)-- */

.footer_contents{
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:1.0;
}

.footer_widget{
	display:block;
	width:100%;
	margin:0px 0px 0px 0px;
	color:#333333;
}

.footer_widget .menu{
	display:flex;
	justify-content:center;
	border-bottom:1px solid #333333;
}

.footer_widget .menu li{
	width:auto;
	height:54px;
	min-width:4em;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
}

.footer_widget.tcdw_menu_widget .menu li a{
	position:relative;
	padding:0px 0px 0px 14px;
	border:none;
	color:#333333;
	opacity:1.0;
	line-height:54px;
	transition:0.2s ease;
}

.footer_widget.tcdw_menu_widget .menu li a::before{
	position:absolute;
	top:50%;
	left:0px;
	display:block;
	width:6px;
	height:9px;
	background-image:url('images/footer/navi_icon.gif');
	content:'';
	transform:translateY(-50%);
}

.footer_widget.tcdw_menu_widget .menu li a:hover{
	color:#333333;
	opacity:0.5;
}

/* 表示・非表示 */
.pc .footer_contents{
	display:block;
}

.mobile .footer_contents{
	display:none;
}


/* --フッター下部(会社情報・各取得マーク)-- */

#footer_bottom_contents{
	width:95%;
	max-width:1250px;
	margin:0px auto;
}

/* PC表示内容 */
.pc #footer_left{
	float:left;
	display:flex;
	width:calc(100% - 442px);
	padding:36px 0px 36px 0px;
	justify-content:flex-start;
	align-items:center;
}

.pc #footer_logo{
	width:140px;
	height:45px;
	margin:0px 0px 0px 0px;
}

.pc #footer_company_data{
	width:calc(100% - 140px);
	padding:0px 0px 0px 20px;
	line-height:18px;
}

.pc #footer_company_name{
	margin:0px;
	text-align:left;
	font-size:13px;
}

.pc #footer_company_address{
	margin:0px;
	text-align:left;
	font-size:13px;
}

.pc #footer_right{
	float:right;
	width:442px;
}

.pc #footer_right a{
	position:relative;
	float:left;
	display:block;
	box-sizing:border-box;
	text-align:center;
}

.pc #footer_right a::after{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-color:#333333;
	opacity:0;
	content:'';
	transition:0.2s ease;
}

.pc #footer_right a:hover::after{
	opacity:0.2;
}

.pc .footer_pmark{
	width:130px;
	height:117px;
	padding:20px 0px 26px 0px;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}

.pc .footer_isomark{
	width:312px;
	height:117px;
	padding:20px 0px 26px 0px;
	border-right:1px solid #333333;
}

/* SP */
.mobile #footer_left{
	padding:30px 0px 0px 0px;
}

.mobile #footer_logo{
	width:140px;
	height:45px;
	margin:0px auto 10px auto;
}

.mobile #footer_logo img{
	padding:0px 0px 0px 0px;
}

.mobile #footer_company_data{
	padding:0px 0px 0px 0px;
	line-height:160%;
}

.mobile #footer_company_name{
	margin:0px;
	text-align:center;
	font-size:13px;
}

.mobile #footer_company_address{
	margin:0px;
	text-align:center;
	font-size:13px;
}

.mobile #footer_right{
	width:257px;
	margin:15px auto 30px auto;
}

.mobile #footer_right a{
	position:relative;
	float:left;
	display:block;
}

.mobile #footer_right a::after{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0;
	content:'';
	transition:0.2s ease;
}

.mobile #footer_right a:hover::after{
	opacity:0.2;
}

.mobile #footer_right a img{
	width:100%;
	height:auto;
}

.mobile .footer_pmark{
	width:58px;
	height:60px;
	margin:0px 10px 0px 0px;
}

.mobile .footer_isomark{
	width:189px;
	height:60px;
}

@media screen and (max-width:768px){
.mobile #footer_company_name{
	font-size:12px;
}

.mobile #footer_company_address{
	font-size:12px;
}

.mobile #footer_right{
	width:215px;
}

.mobile .footer_pmark{
	width:48px;
	height:50px;
}

.mobile .footer_isomark{
	width:157px;
	height:50px;
}
}


/* --コピーライト-- */

#footer_bottom{
	background:#333333;
}

@media screen and (max-width:1249px){
#footer_bottom{
	min-width:100px;
}
}

#copyright{
	padding:0px 0px 0px 0px;
	font-family:Arial, sans-serif;
	line-height:70px;
}

@media screen and (max-width:768px){
#copyright{
	line-height:45px;
}
}


/* --上へ戻る-- */

#return_top{
	right:0px;
	bottom:0px;
}

#return_top a{
	position:relative;
	display:block;
	width:100%;
	width:70px;
	height:70px;
	margin:0;
	padding:0;
	border-radius:0px;
	background:#333333;
	text-decoration:none;
}

#return_top a::before{
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

@media screen and (max-width:768px){
#return_top a::before{
	top:50% !important;
	left:50% !important;
	width:10px;
	height:10px;
	font-size:10px;
	transform:translate(-50%, -50%) !important;
}
}



/*=========================================*/
/* index.php */
/*=========================================*/

/* --全称-- */

@media screen and (max-width:1249px){
#contents{
	min-width:100px;
}
}

body.home #contents_inner{
	width:100% !important;
}

@media screen and (min-width:1250px){
body.home #contents_inner{
	padding-bottom:80px !important;
}
}

@media screen and (max-width:1249px){
body.home #contents_inner{
	padding-bottom:60px !important;
}
}

@media screen and (max-width:1025px){
body.home #contents_inner{
	padding-bottom:50px !important;
}
}

@media screen and (max-width:768px){
body.home #contents_inner{
	padding-bottom:40px !important;
}
}


/* --スライダー-- */

.index_slider{
	position:relative;
	overflow:hidden;
}

@media screen and (min-width:1501px){
.index_slider{
	max-width:1500px;
}
}

@media screen and (max-width:1500px){
.index_slider{
	width:100%;
}
}

@media screen and (min-width:1250px){
.index_slider{
	margin:0px auto 80px auto;
}
}

@media screen and (max-width:1249px){
.index_slider{
	margin:0px auto 60px auto;
}
}

@media screen and (max-width:1025px){
.index_slider{
	margin:0px auto 50px auto;
}
}

@media screen and (max-width:768px){
.index_slider{
	margin:0px auto 40px auto;
}
}

/* スライダー内テキスト */
.index_slider .slide-caption-inner p{
	margin:0px 0px 0px 0px;
	font-weight:900;
	font-feature-settings:'pkna';
	letter-spacing:0.05em;
}

.index_slider .slide-caption-inner p span.sub_caption{
	display:block;
	padding:20px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
	line-height:100%;
}

.mobile .index_slider .slide-caption-inner p span.sub_caption{
	padding:15px 0px 0px 0px;
	font-size:13px;
}

@media screen and (max-width:640px){
.mobile .index_slider .slide-caption-inner p span.sub_caption{
	padding:10px 0px 0px 0px;
	font-size:11px;
}
}

/* ページャー */
.flex-control-nav{
	position:absolute;
	left:0;
	z-index:2;
	width:100%;
	text-align:center;
}

@media screen and (min-width:1501px){
.flex-control-nav{
	bottom:30px;
}
}

@media screen and (max-width:1500px){
.flex-control-nav{
	bottom:5.17%;
}
}

@media screen and (max-width:400px){
.flex-control-nav{
	display:none;
}
}

.flex-control-nav a{
	margin:0px 5px;
	box-shadow:none;
	cursor:pointer;
}

.flex-control-nav a:hover,
.flex-control-nav a.flex-active{
	background-color:#333333 !important;
}

@media screen and (max-width:1025px){
.flex-control-nav a{
	width:10px;
	height:10px;
	margin:0px 3px;
}
}


/* --新着情報・ブログ表示-- */

#index_news_box{
	width:100%;
	height:auto;
	max-width:1250px;
	margin:0px auto 80px auto;
}

#index_recent_tab{
	position:relative;
	width:100%;
	overflow:hidden;
}

#index_news_tab,
#index_news{
	background:#ffffff;
}

#index_recent_tab li{
	height:auto;
}

#index_recent .index_recent_tab_content li{
	border-bottom:1px solid #d9d9d9;
}

#index_recent .index_recent_tab_content li:first-of-type{
	border-top:1px solid #d9d9d9;
}

#index_recent .index_recent_tab_content a.link:link,
#index_recent .index_recent_tab_content a.link:visited{
	background-color:#333333;
	color:#ffffff;
}

#index_recent .index_recent_tab_content a.link:hover,
#index_recent .index_recent_tab_content a.link:active{
	background-color:#808080;
	color:#ffffff;
}

#index_recent .index_recent_tab_content a.link::after{
	display:none;
}

@media screen and (max-width:1249px){
#index_news_box{
	box-sizing:border-box;
	margin:0px auto 60px auto;
	padding:0px 20px 0px 20px;
}
}

@media screen and (min-width:1026px){
#index_recent{
	color:#333333;
	font-size:15px;
}

#index_recent_tab li a,
#index_recent_tab li span{
	padding:0px 0px 50px 0px;
	color:#333333;
	font-size:33px;
	line-height:100%;
}

#index_recent .index_recent_tab_content{
	padding:0px 0px 0px 0px;
}

#index_recent_tab_contents{
	padding:0px 0px 0px 0px;
	padding-top:0px;
}

#index_recent .index_recent_tab_content ol{
	padding-right:0px;
}

#index_recent .index_recent_tab_content li{
	padding:20px 10px 20px 10px;
}

#index_recent .index_recent_tab_content li a{
	margin-left:125px;
}

#index_recent .index_recent_tab_content a.link{
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:50%;
	display:block;
	width:270px;
	margin-top:50px;
	text-align:center;
	line-height:60px;
	transform:translateX(-50%);
	transition:0.2s ease;
}
}

@media screen and (max-width:1025px){
#index_news_box{
	margin:0px auto 50px auto;
}

#index_recent{
	color:#333333;
	font-size:14px;
}

#index_recent_tab li a,
#index_recent_tab li span{
	padding:0px 0px 40px 0px;
	color:#333333;
	font-size:30px;
	line-height:100%;
}

#index_recent .index_recent_tab_content{
	padding:0px 0px 0px 0px;
}

#index_recent_tab_contents{
	padding:0px 0px 0px 0px;
	padding-top:0px;
}

#index_recent .index_recent_tab_content ol{
	padding-right:0px;
}

#index_recent .index_recent_tab_content li{
	padding:15px 8px 15px 8px;
}

#index_recent .index_recent_tab_content li a{
	margin-left:125px;
}

#index_recent .index_recent_tab_content a.link{
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:50%;
	display:block;
	width:250px;
	margin-top:40px;
	text-align:center;
	line-height:50px;
	transform:translateX(-50%);
	transition:0.2s ease;
}
}

@media screen and (max-width:768px){
#index_news_box{
	margin:0px auto 40px auto;
}

#index_recent{
	font-size:13px;
}

#index_recent_tab li a,
#index_recent_tab li span{
	padding:0px 0px 30px 0px;
	font-size:25px;
}

#index_recent .index_recent_tab_content ol{
	padding-right:0px;
}

#index_recent .index_recent_tab_content li{
	padding:15px 0px 15px 0px;
}

#index_recent .index_recent_tab_content li a{
	margin-left:100px;
}

#index_recent .index_recent_tab_content a.link{
	width:220px;
	margin-top:40px;
	line-height:45px;
}
}

@media screen and (max-width:640px){
#index_news_box{
	padding:0px 10px 0px 10px;
}

#index_recent .index_recent_tab_content a.link{
	width:200px;
	line-height:40px;
}
}

/* 別途上書き */
@media screen and (max-width:992px){
#index_recent .index_recent_tab_content{
	padding-left:0px !important;
}
#index_recent .index_recent_tab_content ol{
	padding-right:0px !important;
}
}


/* --グリッド-- */

#index_grid{
	max-width:1250px;
	margin:0px auto 0px auto;
}

#index_grid .caption{
	position:absolute;
	top:50%;
	left:0px;
	height:auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.7);
	transform:translateY(-50%);
}

#index_grid .caption h2{
	margin:0px 0px 0px 0px;
	font-size:25px;
}

#index_grid .caption p span{
	display:block;
}

#index_grid .caption p span.tel{
	margin:20px 0px 10px 0px;
	font-size:30px;
	font-feature-settings:'palt';
	line-height:100%;
	letter-spacing:0.03em;
}

#index_grid .caption p span.address{
	font-size:12px;
}

#index_grid .caption p span.address_only{
	margin:20px 0px 0px 0px;
	font-size:12px;
}

@media screen and (max-width:640px){
#index_grid .caption p span.tel{
	margin:10px 0px 10px 0px;
	font-size:25px;
}

#index_grid .caption p span.address{
	font-size:12px;
}

#index_grid .caption p span.address_only{
	margin:10px 0px 0px 0px;
	font-size:12px;
}
}



/*=========================================*/
/* 派生共通 */
/*=========================================*/

/* --文字色調整クラス-- */

*.color_green{color:#5bb100;}
*.color_blue{color:#0f298f;}
*.color_orange{color:#b89500;}

@media screen and (min-width:1026px){

/* --スペーサー--*/
#main_col .block_spacer{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	content:'';
}

#main_col .block_spacer_big{
	height:60px;
}

#main_col .block_spacer_small{
	height:30px;
}

/* --段落--*/
#main_col p{
	margin:0px 0px 10px 0px;
}

/* --ページタイトル--*/
h2.title{
	margin:0 0 0 0;
	padding:0px 0px 60px 0px;
	color:#333333;
	font-size:45px;
	font-weight:normal;
}

/* --タイトル字間調整--*/
#main_col h2,
#main_col h3,
#main_col h4,
#main_col h5,
#main_col h6{
	font-weight:normal;
	font-feature-settings:'palt';
	letter-spacing:0.03em;
}

#main_col h2{
	margin:0px 0px 20px 0px;
	font-size:30px;
	line-height:120%;
}

#main_col h2 small{
	font-size:70%;
}

#main_col h2.h2_disc{
	position:relative;
	padding:0px 0px 10px 1.3em;
	border-bottom:1px solid #d4d4d4;
	color:#000000;
}

#main_col h2.h2_disc::before{
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

#main_col h2.h2_disc.disc_green::before{
	color:#5bb100;
}

#main_col h2.h2_disc.disc_red::before{
	color:#ff6666;
}

#main_col h3{
	margin:0px 0px 15px 0px;
	font-size:25px;
	line-height:140%;
}

#main_col h3.h3_catch_blue{
	color:#0f298f;
}

#main_col h4{
	margin:0px 0px 10px 0px;
	font-size:20px;
}

#main_col h4.h4_square{
	box-sizing:border-box;
	padding:2px 0px 2px 10px;
	border-left:5px solid #5bb100;
	font-weight:900;
}

#main_col h5{
	margin:0px 0px 5px 0px;
	font-size:16px;
}

/* --二重丸リスト --*/
#main_col ul.list_disc{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#main_col ul.list_disc li{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1.3em;
}

#main_col ul.list_disc li::before{
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}
}

@media screen and (max-width:1025px){
#main_col .block_spacer{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	content:'';
}

#main_col .block_spacer_big{
	height:50px;
}

#main_col .block_spacer_small{
	height:25px;
}

#main_col p{
	margin:0px 0px 10px 0px;
}

h2.title{
	margin:0 0 0 0;
	padding:0px 0px 60px 0px;
	color:#333333;
	font-size:45px;
	font-weight:normal;
}

#main_col h2,
#main_col h3,
#main_col h4,
#main_col h5,
#main_col h6{
	font-weight:normal;
	font-feature-settings:'palt';
	letter-spacing:0.03em;
}

#main_col h2{
	margin:0px 0px 15px 0px;
	font-size:25px;
	line-height:120%;
}

#main_col h2.h2_disc{
	position:relative;
	padding:0px 0px 10px 1.3em;
	border-bottom:1px solid #d4d4d4;
	color:#000000;
}

#main_col h2.h2_disc::before{
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

#main_col h2.h2_disc.disc_green::before{
	color:#5bb100;
}

#main_col h2.h2_disc.disc_red::before{
	color:#ff6666;
}

#main_col h3{
	margin:0px 0px 15px 0px;
	font-size:22px;
	line-height:140%;
}

#main_col h3.h3_catch_blue{
	color:#0f298f;
}

#main_col h4{
	margin:0px 0px 10px 0px;
	font-size:18px;
}

#main_col h4.h4_square{
	box-sizing:border-box;
	padding:2px 0px 2px 10px;
	border-left:5px solid #5bb100;
	font-weight:900;
}

#main_col h5{
	margin:0px 0px 5px 0px;
	font-size:14px;
}

/* --二重丸リスト --*/
#main_col ul.list_disc{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#main_col ul.list_disc li{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1.3em;
}

#main_col ul.list_disc li::before{
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}
}


/* --アンカーリンク(リンク先)-- */

@media screen and (min-width:1026px){
a.anchor{
	display:block !important;
	width:100%;
}

a.anchor{
	margin-top:-150px;
	padding-top:150px;
}
}

@media screen and (max-width:1025px){
a.anchor{
	display:block !important;
	width:100%;
}

a.anchor{
	margin-top:-80px;
	padding-top:80px;
}
}



/*=========================================*/
/* サイドバー_カスタムcss */
/*=========================================*/

@media screen and (max-width:768px){
#side_col{
	margin:50px 0 30px 0 !important;
}
}


/* --共通-- */

.custom_html_banner a.img_link,
.custom_html_group a.img_link,
.custom_html_sdgs a.img_link{
	position:relative;
	display:block;
	background-color:#ffffff;
	background-position:left top;
	background-repeat:left top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

.custom_html_banner a.img_link::after,
.custom_html_group a.img_link::after,
.custom_html_sdgs a.img_link::after{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	opacity:1.0;
	content:'';
	transition:0.2s ease opacity;
}

.custom_html_banner a.img_link:hover::after,
.custom_html_group a.img_link:hover::after,
.custom_html_sdgs a.img_link:hover::after{
	opacity:0;
}


/* --共通バナー-- */

#banner_estimation{
	width:255px;
	height:107px;
	margin:0px auto 10px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana02_ov.gif');
}

#banner_estimation::after{
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana02.gif');
}

#banner_qa{
	width:255px;
	height:107px;
	margin:0px auto 10px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana01_ov.gif');
}

#banner_qa::after{
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana01.gif');
}

#banner_recycle{
	width:255px;
	height:80px;
	margin:0px auto 0px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana03_ov.gif');
}

#banner_recycle::after{
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/side_bana03.gif');
}


/* --脱炭素アクション(210831追加)-- */

#banner_challenge{
	width:255px;
	height:109px;
	margin:0px auto 10px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2021/08/side_bana_cool-choice-e1630305100686.jpg');
	transition:0.2s ease opacity;
}

#banner_challenge:link,
#banner_challenge:visited{
	opacity:1.0;
}

#banner_challenge:hover,
#banner_challenge:active{
	opacity:0.8;
}

.custom_html_group p{
	line-height:160%;
}

.custom_html_group a:link,
.custom_html_group a:visited{
	text-decoration:underline;
}

.custom_html_group a:link,
.custom_html_group a:visited{
	text-decoration:none;
}


/* --SDGs(190904追加)-- */

#banner_sdgs{
	width:255px;
	height:165px;
	margin:0px auto 10px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/09/side_bana_sdgs.jpg');
	transition:0.2s ease opacity;
}

#banner_sdgs:link,
#banner_sdgs:visited{
	opacity:1.0;
}

#banner_sdgs:hover,
#banner_sdgs:active{
	opacity:0.8;
}

.custom_html_sdgs p{
	line-height:160%;
}

.custom_html_sdgs a:link,
.custom_html_sdgs a:visited{
	text-decoration:underline;
}

.custom_html_sdgs a:link,
.custom_html_sdgs a:visited{
	text-decoration:none;
}


/*=========================================*/
/* 新着情報 */
/*=========================================*/

/* 一覧 調整 */
#news_archive .title{
	text-decoration:underline;
}

#news_archive .title:hover,
#news_archive .title:active{
	text-decoration:none !important;
}

/* 全称 */
#news_archive .date{
	position:relative;
	bottom:auto;
	margin:0px 5% 25px;
}


/* --サムネイル有-- */

@media screen and (min-width:1251px){
#news_archive .news_image:hover img{
	opacity:1.0 !important;
}

#news_archive .news_image .img_wrap{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background-color:#ffffff;
}

#news_archive .news_image .img_wrap::after{
	position:absolute;
	z-index:20;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	opacity:0;
	content:'';
	transition:all 0.35s ease-in-out;
}

#news_archive .news_image .img_wrap:hover::after{
	opacity:1.0;
}

#news_archive .news_image .img_wrap img{
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	transform:translate(-50%, -50%);
}
}

@media screen and (max-width:1250px){
#news_archive .news_image:hover img{
	opacity:1.0 !important;
}

#news_archive .news_image .img_wrap{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	background:#ffffff;
}

#news_archive .news_image .img_wrap::after{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	opacity:0;
	content:'';
	transition:all 0.35s ease-in-out;
}

#news_archive .news_image .img_wrap:hover::after{
	opacity:1.0;
}

#news_archive .news_image .img_wrap img{
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	transform:translate(-50%, -50%);
}
}

/* サムネイルボックス 左右比率 */
@media screen and (max-width:1250px){
#news_archive .news_image .img_wrap::before{
	display:block;
	padding:65.789% 0px 0px 0px;
	content:'';
}
}

@media screen and (max-width:1050px){
#news_archive .news_image .img_wrap::before{
	padding:80% 0px 0px 0px;
}
}

@media screen and (max-width:768px){
#news_archive .news_image .img_wrap::before{
	padding:65.789% 0px 0px 0px;
}
}


/* --サムネイル無-- */

#news_archive #post_list li.news_thumbnail_off .news_text{
	float:none !important;
	width:100%;
	height:auto;
	min-height:auto;
	padding:20px 30px 0px 30px;
}

@media screen and (max-width:768px){
#news_archive #post_list li.news_thumbnail_off{
	padding:30px 20px 30px 20px;
}
}

#news_archive #post_list .news_thumbnail_on:nth-of-type(odd) .news_image{
	float:left;
}

#news_archive #post_list .news_thumbnail_on:nth-of-type(odd) .news_text{
	float:right;
}

#news_archive #post_list .news_thumbnail_on:nth-of-type(even) .news_image{
	float:right;
}

#news_archive #post_list .news_thumbnail_on:nth-of-type(even) .news_text{
	float:left;
}

.page_navi_custom .page-numbers{
	display:flex;
	width:100%;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
}

.page_navi_custom .page-numbers li{
	float:none;
	display:block;
}

@media screen and (min-width:1026px){
.page_navi_custom .page-numbers li{
	width:60px !important;
	height:60px !important;
}
}

@media screen and (max-width:1025px){
.page_navi_custom .page-numbers li{
	width:50px !important;
	height:50px !important;
}
}

@media screen and (max-width:768px){
.page_navi_custom .page-numbers li{
	width:45px !important;
	height:45px !important;
}
}

@media screen and (max-width:640px){
.page_navi_custom .page-numbers li{
	width:40px !important;
	height:40px !important;
}
}

.page_navi a,
.page_navi .current{
	background:#333333;
	text-decoration:none;
	color:#ffffff;
}

@media screen and (min-width:1026px){
.page_navi a,
.page_navi .current{
	font-size:15px !important;
	line-height:60px !important;
}
}

@media screen and (max-width:1025px){
.page_navi a,
.page_navi .current{
	font-size:14px !important;
	line-height:50px !important;
}
}

@media screen and (max-width:768px){
.page_navi a,
.page_navi .current{
	font-size:13px !important;
	line-height:45px !important;
}
}

@media screen and (max-width:640px){
.page_navi a,
.page_navi .current{
	line-height:40px !important;
}
}

.page_navi .current{
	background:#808080 !important;
	color:#ffffff;
}

.page_navi a:hover{
	background:#808080 !important;
	color:#ffffff;
}

/* 詳細 調整 */
#single_news_back{
	position:relative;
	padding:0;
	background:#ffffff;
}

#single_news_back a{
	display:block;
	margin:0px auto 0px auto;
	background:#333333;
	background-image:none;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}

#single_news_back a:hover{
	background-color:#808080;
	color:#ffffff;
}

@media screen and (min-width:1026px){
#single_news_back a{
	width:270px;
	height:60px;
	margin:50px auto 0px auto;
	font-size:15px;
	line-height:60px;
}
}

@media screen and (max-width:1025px){
#single_news_back a{
	width:250px;
	height:50px;
	margin:40px auto 0px auto;
	font-size:14px;
	line-height:50px;
}
}

@media screen and (max-width:768px){
#single_news_back a{
	width:220px;
	height:45px;
	margin:0px auto 40px auto;
	font-size:13px;
	line-height:45px;
}
}

@media screen and (max-width:640px){
#single_news_back a{
	width:200px;
	height:40px;
	line-height:40px;
}
}

#single_news_headline{
	margin:0px 0px 30px 0px;
	background:#333333;
	background-color:#333333;
	color:#ffffff;
}

@media screen and (min-width:1026px){
#single_news_headline{
	height:45px;
	padding:0px 30px 0px 30px;
	font-size:20px !important;
	line-height:45px !important;
}
}

@media screen and (max-width:1025px){
#single_news_headline{
	height:40px !important;
	padding:0px 15px 0px 15px;
	font-size:16px !important;
	line-height:40px !important;
}
}



/*=========================================*/
/* 業務案内(catgory --> business) */
/*=========================================*/

/* --業務紹介 -- */

@media screen and (min-width:1026px){
.business_link_list{
	width:100%;
}

.business_link_list:not(:last-of-type){
	margin:0px 0px 20px 0px !important;
}

.business_link_list:last-of-type{
	margin:0px 0px 0px 0px !important;
}

.business_link_list li{
	width:100%;
	margin:0px 0px 5px 0px;
	list-style-type:none;
	background:#ffffff;
}

.business_link_list li:last-of-type{
	margin:0px 0px 0px 0px;
}

.business_link_list a{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	min-height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:5px;
	text-align:center;
	transition:0.2s ease all;
}

.business_link_list a span{
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	display:block;
	width:100%;
	font-size:18px;
	font-weight:900;
	line-height:100%;
}

.business_link_list a span small{
	display:block;
	padding:10px 0px 0px 0px;
	font-size:13px;
	font-weight:400;
}

.business_link_list a::before{
	position:absolute;
	top:50%;
	right:20px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f105';
	transform:translateY(-50%);
}

.business_link_list a:link,
.business_link_list a:visited{
	background:#5bb100;
	color:#ffffff;
	text-decoration:none;
	opacity:1.0;
}

.business_link_list a:hover,
.business_link_list a:active{
	background:#5bb100 !important;
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.8;
}
}

@media screen and (max-width:1025px){
.business_link_list{
	width:100%;
}

.business_link_list:not(:last-of-type){
	margin:0px 0px 15px 0px !important;
}

.business_link_list:last-of-type{
	margin:0px 0px 0px 0px !important;
}

.business_link_list li{
	width:100%;
	margin:0px 0px 5px 0px;
	list-style-type:none;
}

.business_link_list li:last-of-type{
	margin:0px 0px 0px 0px;
}

.business_link_list a{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:3px;
	text-align:center;
	transition:0.2s ease all;
}

.business_link_list a span{
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0px 30px 0px 30px;
	font-size:16px;
	font-weight:900;
	line-height:140%;
}

.business_link_list a span small{
	display:block;
	padding:2px 0px 0px 0px;
	font-size:12px;
	font-weight:400;
}

.business_link_list a::before{
	position:absolute;
	top:50%;
	right:15px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f105';
	transform:translateY(-50%);
}

.business_link_list a:link,
.business_link_list a:visited{
	background:#5bb100;
	color:#ffffff;
	text-decoration:none;
	opacity:1.0;
}

.business_link_list a:hover,
.business_link_list a:active{
	background:#5bb100 !important;
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.8;
}
}

@media screen and (max-width:640px){
.business_link_list a{
	height:80px;
}

.business_link_list a span{
	padding:0px 25px 0px 20px;
	font-size:14px;
}

.business_link_list a span small{
	padding:0px 0px 0px 0px;
	font-size:11px;
}

.business_link_list a::before{
	right:10px;
}
}


/* --機密文章リサイクル-- */

/* 上部イメージ */
@media screen and (min-width:1251px){
.secret_topimg{
	display:table;
	width:100%;
	height:300px;
}

.secret_topimg .img_main,
.secret_topimg .img_privacy,
.secret_topimg .img_paper{
	display:table-cell;
}

.secret_topimg .img_main{
	width:65%;
	vertical-align:top;
}

.secret_topimg .img_main img{
	width:100%;
	height:auto;
}

.secret_topimg .img_privacy{
	width:13%;
	vertical-align:bottom;
}

.secret_topimg .img_privacy img{
	display:block;
	width:70%;
	height:auto;
	margin:0px auto 0px 25px;
}

.secret_topimg .img_paper{;
	width:22%;
	vertical-align:top;
}

.secret_topimg .img_paper img{
	display:block;
	width:100%;
	height:auto;
}
}

@media screen and (max-width:1250px){
.secret_topimg span{
	display:block;
}

.secret_topimg span img{
	display:block;
	width:100%;
	height:auto;
	margin:0px auto 0px auto;
}

.secret_topimg .img_main{
	margin:0px auto 20px auto;
}

.secret_topimg .img_main img{
	max-width:590px;
}

.secret_topimg .img_privacy{
	margin:0px auto 20px auto;
}

.secret_topimg .img_privacy img{
	max-width:100px;
}

.secret_topimg .img_paper img{
	max-width:220px;
}
}

@media screen and (max-width:640px){
.secret_topimg .img_privacy{
	margin:0px auto 10px auto;
}

	.secret_topimg .img_privacy img{
	max-width:70px;
}

.secret_topimg .img_paper img{
	max-width:180px;
}
}

/* こんな時に便利です！ */
h3.secret_title01{
	position:relative;
	padding:0px 0px 0px 1.5em;
	color:#000000;
}

h3.secret_title01::after{
	position:absolute;
	top:0;
	left:0;
	color:#02683e;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

.secret_check_list{
	margin-left:0px !important;
}

.secret_check_list li{
	position:relative;
	padding:0px 0px 0px 2.5em;
	border-radius:16px;
	background-color:#02683e;
	color:#ffffff;
	line-height:32px;
}

.secret_check_list li:not(:last-of-type){
	margin:0px 0px 8px 0px;
}

.secret_check_list li::before{
	position:absolute;
	top:0;
	left:1em;
	font-family:'Font Awesome 5 Free';
	font-weight:400;
	content:'\f14a';
}

@media screen and (max-width:1025px){
.secret_check_list li{
	padding:5px 5px 5px 2.5em;
	border-radius:5px;
	line-height:140%;
}

.secret_check_list li:not(:last-of-type){
	margin:0px 0px 10px 0px;
}

.secret_check_list li::before{
	top:5px;
}
}

/* ナンバリング */
@media screen and (min-width:1101px){
.secret_numarea{
	counter-increment:secret_num;
}

.secret_numarea h3{
	position:relative;
	padding:0px 0px 5px 50px;
	border-bottom:1px solid #000000;
	font-size:16px !important;
}

.secret_numarea h3::before{
	position:absolute;
	top:50%;
	left:0;
	padding:5px 8px 5px 0px;
	border-right:1px dotted #000000;
	color:#3f2411;
	font-size:25px;
	letter-spacing:0;
	content:'0'counter(secret_num);
	transform:translateY(-50%);
}

.secret_numarea h3 span:first-child{
	display:inline-block;
	padding:0px 3px 0px 3px;
	background-color:#3f2411;
	color:#ffffff;
	font-size:70%;
}

.secret_numarea h3 span:last-child{
	display:block;
	padding:5px 0px 0px 0px;
	color:#000000;
	font-weight:900 !important;
}

.secret_numarea_text{
	width:100%;
	display:table;
}

.secret_numarea_text .text,
.secret_numarea_text .img{
	display:table-cell;
	vertical-align:top;
}

.secret_numarea_text .text{
	width:80%;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}

.secret_numarea_text .img{
	width:20%;
	margin:0px 0px 0px 0px;
}

.secret_numarea_text .img img{
	display:block;
	width:100%;
	height:auto;
}
}

@media screen and (max-width:1100px){
.secret_numarea{
	counter-increment:secret_num;
}

.secret_numarea h3{
	position:relative;
	padding:0px 0px 5px 50px;
	border-bottom:1px solid #000000;
	font-size:16px !important;
}

.secret_numarea h3::before{
	position:absolute;
	top:50%;
	left:0;
	padding:5px 8px 5px 0px;
	border-right:1px dotted #000000;
	color:#3f2411;
	font-size:25px;
	letter-spacing:0;
	content:'0'counter(secret_num);
	transform:translateY(-50%);
}

.secret_numarea h3 span:first-child{
	display:inline-block;
	padding:0px 3px 0px 3px;
	background-color:#3f2411;
	color:#ffffff;
	font-size:70%;
}

.secret_numarea h3 span:last-child{
	display:block;
	padding:5px 0px 0px 0px;
	color:#000000;
	font-weight:900 !important;
}

.secret_numarea_text{
	width:100%;
}

.secret_numarea_text .img{
	width:100%;
	margin:0px 0px 0px 0px;
}

.secret_numarea_text .img img{
	display:block;
	width:100%;
	height:auto;
}
}




.secret_link{
	position:relative;
	width:100%;
	max-width:590px;
	margin:0px auto;
}

.secret_link::before{
	display:block;
	padding:13.559% 0px 0px 0px;
	content:'';
}

.secret_link a{
	position:absolute;
	top:0;
	top:0;
	right:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	margin:0px auto 0px auto;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/secret_link_on.gif');
	background-size:contain;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

.secret_link a::before{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-image:url('https://www.eco-nagano.jp/wp-content/uploads/2019/08/secret_link_off.gif');
	background-size:contain;
	opacity:1.0;
	content:'';
	transition:0.2s ease opacity;
}

.secret_link a:hover::before{
	opacity:0;
}


/* --ゴミのQ&A-- */

.qanda_linkarea ul{
	margin-left:0px !important;
}

.qanda_linkarea ul li{
	position:relative;
	padding:5px 10px 5px 2em;
	border-radius:3px;
	list-style-type:none;
}

.qanda_linkarea ul li:not(:last-of-type){
	margin:0px 0px 5px 0px;
}

.qanda_linkarea ul li::before{
	position:absolute;
	top:50%;
	left:10px;
	content:'Q';
	transform:translateY(-50%);
}

/* 色毎 */
.qanda_linkarea li:first-of-type{ background-color:#f5f0c7; }
.qanda_linkarea li:first-of-type::before{ color:#d2bd00; }

.qanda_linkarea li:nth-of-type(2){ background-color:#ffebeb; }
.qanda_linkarea li:nth-of-type(2)::before{ color:#ff9999; }

.qanda_linkarea li:nth-of-type(3){ background-color:#f1e3f1; }
.qanda_linkarea li:nth-of-type(3)::before{ color:#cc99cc; }

.qanda_linkarea li:nth-of-type(4){ background-color:#CFFFE0; }
.qanda_linkarea li:nth-of-type(4)::before{ color:#70DB97; }

.qanda_linkarea li:nth-of-type(5){ background-color:#e2f5f9; }
.qanda_linkarea li:nth-of-type(5)::before{ color:#8bd3e5; }

/* 各項目 数字タイトル */
h3.qanda_title{
	position:relative;
	padding:0px 0px 0px 1.5em;
}

h3.qanda_title::before{
	position:absolute;
	top:50%;
	left:0;
	font-weight:900 !important;
	content:'Q';
	transform:translateY(-50%);
}

/* 各項目 本文 */
.qanda_textarea{
	margin:0px 0px 20px 0px;
	padding:10px 15px 10px 15px;
	border-radius:5px;
	background-color:#eef0e3;
}

.qanda_textarea p.question{
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #b2b4aa;
	color:#5bb100;
	font-weight:900;
}

.qanda_textarea p.question::before{
	content:'Q. ';
}

.qanda_textarea p.answer{
	margin:0px 0px 0px 0px;
}

.qanda_textarea p.answer::before{
	font-weight:900;
	content:'A. ';
}

/* 各項目 色 */
h3.qanda_title.qanda_01::before,
.qanda_textarea p.question.qanda_01::before,
.qanda_textarea p.answer.qanda_01::before{
	color:#d2bd00;
}

h3.qanda_title.qanda_02::before,
.qanda_textarea p.question.qanda_02::before,
.qanda_textarea p.answer.qanda_02::before{
	color:#ff9999;
}

h3.qanda_title.qanda_03::before,
.qanda_textarea p.question.qanda_03::before,
.qanda_textarea p.answer.qanda_03::before{
	color:#cc99cc;
}

h3.qanda_title.qanda_04::before,
.qanda_textarea p.question.qanda_04::before,
.qanda_textarea p.answer.qanda_04::before{
	color:#70DB97;
}

h3.qanda_title.qanda_05::before,
.qanda_textarea p.question.qanda_05::before,
.qanda_textarea p.answer.qanda_05::before{
	color:#8bd3e5;
}



/*=========================================*/
/* お役立ち情報(catgory --> useful) */
/*=========================================*/

/* --環境問題とECO-- */

/* 地球温暖化で起こる被害 */
.ecology_list1{
	margin-left:0px !important;
	padding:15px 20px 15px 20px;
	border-radius:10px;
	background-color:#e8f9cf;
}

.ecology_list1 li{
	color:#006c00;
	list-style-type:none;
	counter-increment:list1;
}

.ecology_list1 li::before{
	padding:0px 0.5em 0px 0px;
	content:counter(list1) '. ';
}

.ecology_list1 li strong{
	color:#ff6800;
}

/* 地球温暖化防止対策 */
.giteisyo_text img{
	display:block;
	width:255px;
	height:169px;
}

@media screen and (min-width:1026px){
.giteisyo_text img{
	float:left;
	margin:0px 10px 10px 0px;
}
}

@media screen and (max-width:1025px){
.giteisyo_text img{
	margin:0px auto 10px auto;
}
}


/* --みんなで守ろう地球環境-- */

.everyone_title_round{
	margin:0px 0px 20px 0px !important;
	padding:0px 10px 0px 10px;
	border-radius:20px;
	text-align:center;
	color:#ffffff;
	font-size:18px !important;
	font-weight:bold;
	line-height:40px !important;
}

.everyone_title_round.bg_pink{
	background-color:#ff6666;
}

.everyone_title_round.bg_green{
	background-color:#5bb100;
}

.everyone_title_round.bg_blue{
	background-color:#60c0ff;
}

.everyone_title_error{
	position:relative;
	padding:0px 0px 0px 1.5em !important;
	color:#000000;
}

.everyone_title_error::before{
	position:absolute;
	top:0;
	left:0;
	color:#ff6666;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f071';
}

@media screen and (min-width:1026px){
.everyone_2col{
	display:table;
	width:100%;
}

.everyone_2col p{
	display:table-cell;
	box-sizing:border-box;
	margin:0px 0px 0px 0px !important;
}

.everyone_2col_img{
	vertical-align:middle;
}

.everyone_2col_text{
	padding:0px 0px 0px 15px;
}

.everyone_2col_problem .everyone_2col_img{
	width:175px;
}

.everyone_2col_problem .everyone_2col_text{
	width:calc(100% - 175px);
}

.everyone_2col_recycle .everyone_2col_img{
	width:125px;
}

.everyone_2col_recycle .everyone_2col_text{
	width:calc(100% - 125px);
}
}

@media screen and (max-width:1025px){
.everyone_2col_img img{
	display:block;
	width:100%;
	height:auto;
	margin:0px auto 0px auto;
}

.everyone_2col_text{
	padding:10px 0px 0px 0px;
}

.everyone_2col_problem .everyone_2col_img img{
	max-width:175px;
}

.everyone_2col_recycle .everyone_2col_img img{
	max-width:125px;
}
}

.everyone_list_disc li{
	margin:0px 0px 10px 0px !important;
	padding-bottom:10px !important;
	border-bottom:1px dotted #c6c6c6;
	font-size:110%;
}

.everyone_list_disc li:last-of-type{
	margin:0px 0px 10px 0px !important;
}

.everyone_list_disc li::before{
	color:#5bb100;
}

.everyone_title_recycle{
	position:relative;
	padding:0px 0px 0px 0px !important;
	color:#ff6407;
}

@media screen and (min-width:1026px){
.everyone_recycle_list{
	display:flex;
	width:100%;
	margin-left:0 !important;
	flex-flow:row wrap;
	justify-content:space-between;
}

.everyone_recycle_list li{
	display:table;
	box-sizing:border-box;
	width:48%;
	margin:0px 0.5% 10px 0.5%;
	padding:0px 10px 10px 10px;
	border-bottom:1px dotted #c6c6c6;
	list-style-type:none;
}

.everyone_recycle_list li p{
	display:table-cell;
	box-sizing:border-box;
}

.everyone_recycle_list li .everyone_recycle_img{
	width:71px;
	vertical-align:middle;
	text-align:center;
}

.everyone_recycle_list li .everyone_recycle_text{
	width:calc(100% - 71px);
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 10px;
}

.everyone_recycle_list li .everyone_recycle_text span{
	display:block;
	color:#000000;
	font-size:110%;
	font-weight:900;
}
}

@media screen and (max-width:1025px){
.everyone_recycle_list{
	width:100%;
	margin-left:0 !important;
}

.everyone_recycle_list li{
	display:table;
	box-sizing:border-box;
	width:100%;
	margin:0px 0.5% 10px 0.5%;
	padding:0px 10px 10px 10px;
	border-bottom:1px dotted #c6c6c6;
	list-style-type:none;
}

.everyone_recycle_list li p{
	display:table-cell;
	box-sizing:border-box;
}

.everyone_recycle_list li .everyone_recycle_img{
	width:80px;
	vertical-align:middle;
	text-align:center;
}

.everyone_recycle_list li .everyone_recycle_text{
	width:calc(100% - 80px);
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 10px;
}

.everyone_recycle_list li .everyone_recycle_text span{
	display:block;
	color:#000000;
	font-size:110%;
	font-weight:900;
}
}

.everyone_title_3r{
	position:relative;
	padding:0px 0px 0px 55px !important;
	counter-increment:number_3r;
}

.everyone_title_3r::before{
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#60c0ff;
	text-align:center;
	color:#000000;
	line-height:40px;
	content:counter(number_3r);
	transform:translateY(-50%);
}

.everyone_title_3r span{
	font-weight:900;
}

.everyone_title_3r span:first-child{
	display:block;
}

.everyone_title_3r span.black{
	color:#000000;
	font-size:70%;
}

.everyone_title_3r span.blue{
	color:#0076e5;
	font-size:120%;
}


/* --リサイクルのポイント-- */

@media screen and (min-width:1026px){
h3.recycle_title_disc{
	position:relative;
	margin:0px 0px 5px 0px !important;
	padding:0px 0px 0px 1.3em;
	color:#007ce6;
	font-weight:900 !important;
}

h3.recycle_title_disc::before{
	position:absolute;
	top:0;
	left:0;
	color:#cccccc;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

h3.recycle_title_disc span{
	padding:0px 0px 0px 5px;
	color:#b89500;
	font-size:50%;
	font-weight:900;
}

.recycle_text_line{
	height:1px;
	margin:0px 0px 0px 0px;
	border-top:1px dotted #c3c3c3;
}

.recycle_text{
	padding:20px 15px 15px 15px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-color:#eef0e3;
}
}

@media screen and (max-width:1025px){
h3.recycle_title_disc{
	position:relative;
	margin:0px 0px 5px 0px !important;
	padding:0px 0px 0px 1.3em;
	color:#007ce6;
	font-weight:900 !important;
}

h3.recycle_title_disc::before{
	position:absolute;
	top:0;
	left:0;
	color:#cccccc;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

h3.recycle_title_disc span{
	display:block;
	color:#b89500;
	font-size:50%;
	font-weight:900;
}

.recycle_text_line{
	height:1px;
	margin:0px 0px 0px 0px;
	border-top:1px dotted #c3c3c3;
}

.recycle_text{
	padding:20px 15px 15px 15px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-color:#eef0e3;
}
}



/*=========================================*/
/* 会社案内(catgory --> company) */
/*=========================================*/

/* --会社概要・沿革-- */

/* リスト全称 */
.company_2col_list,
.company_4col_list{
	margin-left:0 !important;
}

.company_2col_list li,
.company_4col_list li{
	list-style-type:none;
}

/* リスト2列 */
@media screen and (min-width:1026px){
.company_2col_list li{
	display:table;
	width:100%;
	padding:15px 0px 15px 0px;
	border-bottom:1px dotted #cfcfcf;
	list-style-type:none;
}

.company_2col_list li:first-of-type{
	padding:0px 0px 15px 0px;
}

.company_2col_list li p{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}

.company_2col_list li p:first-child{
	width:25%;
	padding:0px 10px 0px 0px;
}

.company_2col_list li p:last-child{
	width:75%;
}
}

@media screen and (max-width:1025px){
.company_2col_list li{
	width:100%;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #cfcfcf;
}

.company_2col_list li:first-of-type{
	padding:0px 0px 0px 0px;
}

.company_2col_list li p:first-child{
	margin:0px 0px 0px 0px !important;
	font-size:16px;
	font-weight:bold;
}
}

/* 会社概要 リスト内 */
#company_name_wrap > .company_name_text{
	color:#000000;
	text-align:left;
	font-size:130%;
	font-weight:900;
}

@media screen and (min-width:1026px){
#company_name_wrap{
	display:table;
	width:100%;
	margin:0px 0px 0px 0px !important;
}

#company_name_wrap > .company_name_text{
	display:table-cell;
	width:55%;
	vertical-align:top;
}

#company_name_wrap > .company_name_link{
	display:table-cell;
	width:45%;
	padding:0px 40px 0px 0px;
	vertical-align:top;
}
}

@media screen and (max-width:1025px){
#company_name_wrap > .company_name_link{
	display: block;
}
}

/* 事業沿革 */
.company_history_list li p:first-child{
	font-weight:900;
}

/* 許可証 */
@media screen and (min-width:1026px){
.company_permit_list li p:first-child{
	width:30%;
	font-weight:900;
}

.company_permit_list li p:last-child{
	width:70%;
}
}

/* リスト４列(主要取引先) */
@media screen and (min-width:1026px){
.company_4col_list{
	display:table;
	width:100%;
}

.company_4col_list li{
	display:table-cell;
	box-sizing:border-box;
	padding:0px 1em 0px 0px;
}

.company_4col_list li:nth-of-type(1){
	width:25%;
}

.company_4col_list li:nth-of-type(2){
	width:25%;
}

.company_4col_list li:nth-of-type(3){
	width:25%;
}

.company_4col_list li:nth-of-type(4){
	width:25%;
}
}

@media screen and (max-width:1025px){
.company_4col_list{
	display:table;
	width:100%;
}

.company_4col_list li{
	display:table-cell;
	box-sizing:border-box;
	padding:0px 1em 0px 0px;
	font-size:12px;
}

.company_4col_list li:nth-of-type(1){
	width:25%;
}

.company_4col_list li:nth-of-type(2){
	width:25%;
}

.company_4col_list li:nth-of-type(3){
	width:25%;
}

.company_4col_list li:nth-of-type(4){
	width:25%;
}

.company_4col_list li p{
	margin:0px 0px 0px 0px !important;
}
}

@media screen and (max-width:1025px){
.company_4col_list{
	display:block;
}

.company_4col_list li{
	display:block;
	padding:0px 0px 0px 0px;
}

.company_4col_list li:nth-of-type(1){
	width:100%;
}

.company_4col_list li:nth-of-type(2){
	width:100%;
}

.company_4col_list li:nth-of-type(3){
	width:100%;
}

.company_4col_list li:nth-of-type(4){
	width:100%;
}
}


/* --車両紹介-- */

/* 新着情報 */
.car_new_name{
	color:#000000;
	font-size:150%;
	font-weight:900 !important;
}

.car_new_img img{
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px auto 0px auto;
}

.car_new_catch{
	display:block;
	color:#ff6666;
	font-size:120%;
	font-weight:900;
}

.car_new_text{
	margin:0px 0px 0px 0px !important;
}

.car_gps_title{
	color:#b89500;
	font-size:120%;
	font-weight:900;
}

.car_gps_title::before{
	padding:0px 0.5em 0px 0px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

hr.car_separate_line{
	width:60%;
	height:1px;
	margin:20px auto 20px auto;
	border-top:1px solid #dcdcdc;
}

/* 新着以外 */
.car_textarea{
	margin:0px 0px 30px 0px;
}

.car_textarea.margin_0{
	margin:0px 0px 0px 0px;
}

.car_catch{
	margin:0px 0px 0px 0px !important;
	color:#5bb100;
	font-size:120%;
	font-weight:900;
}

.car_count{
	color:#48493b;
	font-size:120%;
}

.car_text{
	margin:0px 0px 0px 0px !important;
}

@media screen and (min-width:1026px){
.car_new_wrap{
	display:table;
}

.car_new_area{
	display:table-cell;
	box-sizing:border-box;
	width:50%;
}

.car_new_wrap .car_new_area:nth-of-type(odd){
	padding:0px 10px 0px 0px;
}

.car_new_wrap .car_new_area:nth-of-type(even){
	padding:0px 0px 0px 10px;
}

.car_count{
	margin:0px 0px 15px 0px !important;
}

}

@media screen and (max-width:1025px){
.car_new_wrap .car_new_area:nth-of-type(odd){
	padding:0px 0px 10px 0px;
}

.car_count{
	margin:0px 0px 5px 0px !important;
	font-size:14px;
	font-weight:900;
}
}


/* --ご挨拶・基本理念-- */

.greet_text p{
	text-align:center;
}

.greet_text p:last-child{
	font-weight:900;
}


/* --設備MAP-- */

@media screen and (min-width:1026px){
.facility_text_title{
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 1.2em !important;
	color:#000000;
	font-size:20px !important;
}

.facility_text_title::before{
	position:absolute;
	top:0;
	left:0;
	color:#5bb100;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

.facility_text_subtitle{
	color:#b89500;
	font-size:16px;
}

.facility_info_list{
	display:table;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.facility_info_list div,
.facility_info_list ul{
	display:table-cell;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}

.facility_info_list div{
	width:55%;
}

.facility_info_list div img{
	display:block;
	width:100%;
	height:auto;
}

.facility_info_list ul{
	display:table-cell;
	width:45%;
	margin-left:0 !important;
}

.facility_info_list ul li{
	display:table;
	width:100%;
	padding:0px 0px 0px 30px;
	list-style-type:none;
}

.facility_info_list p:first-child{
	display:table-cell;
	width:3em;
	font-weight:900;
}

.facility_info_list p:last-child{
	display:table-cell;
	width:-webkit-calc(100% - 3em);
	width:-moz-calc(100% - 3em);
	width:calc(100% - 3em);
}
}

@media screen and (max-width:1025px){
.facility_text_title{
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 1.2em !important;
	color:#000000;
	font-size:20px !important;
}

.facility_text_title::before{
	position:absolute;
	top:0;
	left:0;
	color:#5bb100;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content:'\f192';
}

.facility_text_subtitle{
	color:#b89500;
	font-size:16px;
}

.facility_info_list div{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.facility_info_list div img{
	display:block;
	width:100%;
	height:auto;
}

.facility_info_list ul{
	width:100%;
	margin-left:0 !important;
}

.facility_info_list ul li{
	display:table;
	width:100%;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

.facility_info_list p:first-child{
	display:table-cell;
	width:3em;
	font-weight:900;
}

.facility_info_list p:last-child{
	display:table-cell;
	width:-webkit-calc(100% - 3em);
	width:-moz-calc(100% - 3em);
	width:calc(100% - 3em);
}
}

/* --ISO認証取得-- */

.iso_text small{
	font-size:0.9em;
	line-height:100%;
}


/* --環境方針-- */

.activity_policy_textarea{
	position:relative;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 2em;
	border-bottom:1px dotted #cfcfcf;
	counter-increment:policy_number;
}

.activity_policy_textarea *:last-child{
	margin-bottom:0px !important;
}

.activity_policy_textarea::before{
	position:absolute;
	top:3px;
	left:0;
	color:#5bb100;
	font-weight:900;
	line-height:160%;
	content:counter(policy_number) '.';
}

.activity_policy_textarea li{
	color:#b89500;
}

.activity_img p{
	text-align:center;
}


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

.h4_privacy,
.h5_privacy{
	font-weight:bold;
}

.h4_privacy{
	color:#5bb100;
}

#main_col ul.list_privacy li::before{
	color:#8cc919;
}

#main_col .wp-block-separator.saparator_privacy{
	margin:20px 0px 20px 0px;
	border-top:1px dotted #dfdfdf;
}



/*=========================================*/
/* ゴミ回収のお見積もり */
/*=========================================*/

.estimation_topimg{
	padding:20px 0px 0px 0px;
}

.estimation_topimg img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0px auto;
}

.estimation_link strong{
	padding:0px 2px 0px 2px;
	background-color:#fb4e32;
	color:#ffffff;
}

.estimation_link a{
	display:block;
	width:220px;
	margin:0px auto 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	line-height:45px;
	transition:0.2s ease all;
}

.estimation_link a:link,
.estimation_link a:visited{
	background-color:#ff7400;
	color:#ffffff;
}

.estimation_link a:hover,
.estimation_link a:active{
	background-color:#ff2600;
	color:#ffffff !important;
}

@media screen and (max-width:1025px){
.estimation_link a{
	width:100%;
	margin:0px auto 0px auto;
}
}

.text-theme{
	font-size: 24px;
  color: #5bb100;
  font-weight: 700;
  line-height: 1.6 !important;
}

.text-theme .text-theme--large{
	font-size: 30px;
}

@media screen and (max-width:1025px){
	.text-theme{
		font-size: 18px;
	}
}
