/*
Theme Name: Theme for Green Materials
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	color: orange;
}

.fusion-alert.awb-alert-close-boxed .close {
	color: white !important;
}

ul.basic-ul {
	list-style: none;
	padding-left: 0.5em;
}

ul.basic-ul li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--awb-custom_color_2);
    content: "\f0da";
    padding-right: 6px;	
}

h1.fusion-title-heading, h2.fusion-title-heading, h3.fusion-title-heading {
	font-family: "TBUDGothic E", sans-serif !important;
}
h3.content-box-heading {
	font-family: "TBUDGothic E", sans-serif !important;
}
.page-header-container p {
	font-family: "TBUDGothic E", sans-serif !important;
}
.hero-title h1{
	font-family: "Ryumin Bold KL", sans-serif !important;
}
.mission-title h3 {
	font-family: "Ryumin Bold KL", sans-serif !important;	
}
.mission-message h4 {
	font-family: "Ryumin Bold KL", sans-serif !important;	
}

.message-h2-title h2{
	font-family: "Ryumin Bold KL", sans-serif !important;	
}
.message-text p{
	font-family: "Ryumin Bold KL", sans-serif !important;
}
.message-sign p{
	font-family: "Ryumin Bold KL", sans-serif !important;
	font-weight: bold !important;
}

.mission-content-box .content-box-column-last {
	min-height: 200px !important;
}

.basic-title {
	border-left: 12px solid;
	border-image: linear-gradient(to bottom, #7f7fff, #7fff7f) 1;
	border-image-slice: 1;
	padding-left: 12px !important;
}
.basic-title h2 {
	font-size: 1.8rem !important;
	color: var(--awb-custom_color_2) !important;
	
}

.new-line {
	display: inline-block;
}
.rtn {
	display: inline-block;
}
.address-list {
	padding: 6px;
	margin: 0px;
}
.address-list dt {
	font-size: 11pt;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
.address-list dd {
	font-size: 12pt;
	margin-bottom: 12px;
}
.address-list dd:last-child {
	font-size: 12pt;
	margin-bottom: 0px;
}

#content {
	margin-bottom: 0px !important;
}
.bg-gradient {
	background-image: linear-gradient(168deg, rgba(165, 238, 235, 1), rgba(247, 213, 254, 1) 77%) !important;
}

.fusion-tb-previous, .fusion-tb-next{
	color: navy;
	padding: 2px 6px !important;
	background: #e8e8e8;
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 10%, rgba(204, 207, 219, 1) 90%);
}
.fusion-tb-next {
	margin-left: 6px;
}

.fusion-tb-published-date, .fusion-single-line-meta .updated {
	color: navy;
	padding: 2px 6px !important;
	background: #dee9fa;
	background: linear-gradient(0deg, rgba(222, 233, 250, 1) 10%, rgba(167, 210, 235, 1) 90%);	
}
.fusion-tb-categories {
	color: navy;
	padding: 2px 6px !important;
	background: #e8e8e8;
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 10%, rgba(204, 207, 219, 1) 90%);
}
.fusion-tb-categories a, .fusion-tb-tags a {
	color: navy !important;
}


.tb-profile td:first-child{
	font-size: 11pt;
}

@media screen and (max-width: 900px) {

	.content-box-column {
		margin-bottom: 18px !important;
	}	

}

table{
	border-collapse: collapse !important;
}

.tb01 th, .tb01 td{
	margin: 0;
	padding: 0;
	border: none;
	box-sizing:border-box;
	background-color: white;
	vertical-align: top;
	font-size: 1rem;
	line-height: normal;
}
.tb01 th {
	background: #FFFFFF;
	text-align: left ;
	font-weight: normal;
}
.tb-r tr{
	border-bottom: 1px solid #ccc;
}
.tb-sub {
	width: 100%;
}
.tb-sub tr {
	border: none;
}
.tb-sub td {
	border-bottom: 1px solid #ccc;
}
.tb-r1c td:first-child{
	white-space: nowrap;
	width: 150px;
}
.tb-r td p {
	margin: 0;
	padding: 6px;
}
.tb-timetable {
	margin-bottom: 32px;
}

/* レスポンシブ用テーブルスタイル */
@media screen and (max-width: 900px) {
	.tb-r{
		width: 100%;
		background-color: white;
		border-collapse: collapse;
	}

	.tb-r .head{
		display:none;
	}
	.tb-r th, .tb-r td{
		display: block;
		padding: 0;
		vertical-align:top;
		white-space: normal !important;
	}
	.tb-r td:first-child{
		border-bottom: none;
		width: 100%;
		font-size: 0.8rem;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.tb-r td:not(:first-child):not(:last-child){
		width: 100%;
		border-bottom: none;
		
	}
	.tb-r td:not(:first-child) br{
		/*display: none;*/
	}
	.tb-r td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
		padding-bottom: 3px;
		margin-bottom: 6px;
	}
	.tb-sub td:last-child {
		border: none;
	}
	.tb-r td:before{
		content: attr(data-label);
		font-size: .6rem;
		font-weight:bold;
		color: #999;
		display: block;
	}
	.tb-r tr{
		border-bottom: none;
	}
	.tb-r td {
		margin: 0;
		padding: 0 0 6px 0 !important;
	}
	.tb-r td p {
		margin: 0;
		padding-left: 6px;
	}

	.tb-our-works th{
		display: none;
	}
	.tb-our-works td:first-child{
		font-size: 1.2rem;
		font-weight: bolder;
	}
	.tb-our-works tr td {
		border-bottom: none;
		padding: 0px !important;
		margin: 0px !important;		
	}
	.tb-our-works td:last-child{
		border-bottom: solid 1px var(--awb-custom_color_2);
		margin-bottom: 36px !important;
	}	

}



.icon-none::before {
	display: none !important;
}

a[href*=".pdf"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 18px;
    color: #FF0000;
    content: "\f1c1";
    padding-right: 6px;
}




