@charset "utf-8";
/* CSS Document */

header .header_inner nav > ul > li#cat-1085 {
	background-color: #efefef;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.cf:after {
    content: " ";
    display: block;
    clear: both;
}
	
.outside_left {
	width: 220px;
	float: left;
}
	
.outside_right {
	width: calc(100% - 220px);
	float: right;
}
	
/*レフト*/
.left_ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 10px 0;
}	
	
.left_link li {
	font-size: 16px;
	padding: 10px 10px 10px 20px;
}

.left_link li.arrow {
	position: relative;
}

.left_link li.arrow:before {
	content: "";
    position: absolute;
    top: 17px;
    left: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #005837;
}
	
.txt_left {
	text-align: left;
}
	
.ct_inner {
	padding: 0 60px;
}
	
.padding_30 {
	padding-bottom: 30px;
}

.padding_50,
.cat_links {
	padding-bottom: 50px;
}
	
.banner_container {
	padding: 0 0 80px;
}	
	
.outside h1 {
    position: relative;
    display: table;
    margin: -66px auto 0;
    padding: 10px 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    font-family: Times New Roman,Times,serif;
    font-weight: 400;
    font-size: 48px;
    z-index: 99;
    color: #000;
}
	
.outside h2 {
    font-size: 32px;
    font-weight: normal;
    font-family: Times New Roman,Times,serif;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.2;
}

.outside .japan_ttl {
	font-size: 28px;
	font-weight: bold;
}
	
.outside h3 {
    font-size: 20px;
    font-weight: normal;
	margin-bottom: 10px;
}
	
.outside h4 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 1;
    margin: 0 0 15px;
}
	
.outside p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .5px;
}
	
.icon_list {
	padding-bottom: 100px;
}
	
.multicol {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.multicol.flex_thum_wrap {
	justify-content: flex-start;
	margin: 0 -10px;
}
	
.multicol>div {
    width: 48%;
	padding-bottom: 60px;
	align-self: flex-start;
}

/*
.sub_box {
	margin-bottom: 100px;
}
*/

.sub_box h2 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.outside .thum_ttl {
	margin-bottom: 10px;
	font-size: 24px;
	border-bottom:1px solid #000;
	font-weight: normal;
    font-family: Times New Roman,Times,serif;
}
	
.multicol>div.flex_thum {
	width: 33.333%;
    padding: 0 10px 20px;
    align-self: start;
    text-align: center;
}

.multicol>div.flex_thum p {
	padding: 10px 0;
}
	
.multicol>div.flex_thum a {
	display: block;
	margin-top: 5px;
}

.multicol>div.flex_thum img {
	margin-bottom: 5px;
}

.flex_thum .ytubewrapper {
	margin-top: 5px;
}
	
.multicol>div.sub_img {
	position: relative;
	width: 55%;
	padding-right: 30px;
}

.multicol>div.sub_img.newartcl:before {
    width: 55px;
    max-width: none;
    min-width: auto;
    height: 15px;
    font-size: 13px;
    right: 30px;
    content: "NEW";
    position: absolute;
    display: block;
    background: #869e2c;
    color: white;
    padding: 5px 0;
    font-weight: bold;
    top: 0;
    text-align: center;
}

.col_img {
	position: relative;
}

.col_img.newartcl:before {
    width: 55px;
    max-width: none;
    min-width: auto;
    height: 15px;
    font-size: 13px;
    right: 0;
    content: "NEW";
    position: absolute;
    display: block;
    background: #869e2c;
    color: white;
    padding: 5px 0;
    font-weight: bold;
    top: 0;
    text-align: center;
}
	
.multicol>div.sub_text {
	width: 45%;
	align-self: center;
}

.multicol p {
	margin-bottom: 10px;
}
	
.box_ttl {
	font-size: 24px;
	margin: 0 0 10px;
}
	
.box_txt {
	font-size: 16px;
}
	
.outside .ytubewrapper {
	padding-bottom: 65.3%;
}

.outside .flex_thum .ytubewrapper {
	padding-bottom: 65%;
}	
	
.ytubewrapper>iframe {
	top: 0;
	left: 0;
}
	
.footer_link {
	margin-top: 50px;
	padding-bottom: 30px;
}
	
.footer_link li {
	position: relative;
	padding: 0 0 1em 1em;
}
	
.footer_link li:before {
	position: absolute;
	top: 5px;
	left: 0;
    width: 8px;
    content: " ";
    width: 5px;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0c5641;
    display: inline-block;
}
	
.footer_link li a:focus {
	outline: none;
}

.link_list {
	display: block;
	text-align: right;
}

.sustainability_icon_list {
	padding: 50px 0 80px;
}

.multicol>div.flex_icon {
	width: 31.333%;
	margin: 0 1% 20px;
	padding-bottom: 0;
	align-self: center;
	text-align: center;
}
	
.multicol>div.flex_icon img {
	display: block;
	margin: 0 auto 5px;
}

div.sustainability h2.japan_ttl {
	font-size: 27px;
	font-weight: 400;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.sustainability_icon_list div.flex_icon {
	margin-bottom: 0;
	align-self: flex-start;
}

.sustainability_icon_list div.flex_icon img {
	max-width: 250px;
	width: 100%;
}

.sustainability_icon_list div.flex_icon p {
	margin-top: 20px;
	padding: 0 5px;
	text-align: left;
}

.sustainability_icon_list div.flex_icon a {
	text-decoration: none;
	font-weight: bold;
    text-decoration: none;
    font-size: 24px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.sustainability_icon_list div.flex_icon a.link_text {
	display: block;
	padding: 0 5px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	text-decoration: underline;
}

.sustainability .col_img {
	padding-bottom: 5px;
}

.multicol>div.small_box {
	width: 30%;
	align-self: center;
}	

.multicol>div.large_box {
	width: 70%;
	padding-left: 50px;
	padding-right: 0;
	align-self: center;
}
	
.multicol div.left {
	padding-left: 50px;
	padding-right: 0;
}

.multicol>div.small_box.pc_hidden + div.large_box {
	padding-left: 0;
	padding-right: 50px;
}
	
.multicol>p.icon {
	width: 18%;
	padding: 20px 0 0 0;
	align-self: center;
}
	
.multicol>div.large_box_inner {
	width: 82%;
}
	
div.large_box_inner {
	padding: 20px 0 0;
}
	
p.icon + div.large_box_inner {
	padding-left: 10px;	
}
	
div.large_box_inner p:first-child {
	margin-bottom: 0;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #4A5E5C;
}

div.large_box_inner li {
	padding-bottom: 10px;
}

div.large_box_inner li span {
	font-weight: bold;
}

.youtube_text {
	margin-bottom: 15px;
}

.youtube_text + h2.japan_ttl {
	margin-top: 20px;
}

.large_box_inner.multicol>div {
	width: 47%;
	padding: 20px 0 0;
}
	
@media screen and (max-width: 900px) {
	.small_box .pc_hidden,
	.small_box.pc_hidden {
		display: block !important;
	}

	.small_box .sp_hidden,
	.small_box.sp_hidden{
		display: none !important;
	}

	.multicol>div.small_box {
		width: 100%;
		padding-bottom: 20px;
	}	

	.multicol>div.large_box {
		width: 100%;
	}
	
	.multicol div.left {
		padding-right: 0;
	}
	
	.multicol>div.small_box + div.large_box {
		padding-left: 0;
	}
	
	.multicol>div.small_box.pc_hidden + div.large_box {
		padding-right: 0;
	}
	
	p.icon + div.large_box_inner {
		padding-left: 20px;
		padding-bottom: 0;
	}
	
	div.large_box_inner {
		padding: 10px 0 0;
	}
	
	.large_box_inner.multicol>div {
		width: 100%;
	}
	 
}
	
@media screen and (max-width: 767px){
	main {
		padding: 0 15px !important;
	}
	
	.outside_left {
		display: none;
	}
	
	.outside_right {
		width: 100%;
	}
	
	.banner_container {
		padding-bottom: 50px;
	}
	
	.outside h1 {
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: 1px;
		margin: -46px auto 0;

	}
	
	.sub_text h2 {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.read_text {
		margin-bottom: 50px;	
	}
	
	.first_box {
		margin-bottom: 0;
	}
	
	.sub_box {
		margin-bottom: 0;
	}
	
	.multicol {
		padding-bottom: 0;
	}
	
	.multicol>div {
		width: 100%;
		padding-bottom: 50px;
	}
	
	.multicol>div.sub_img {
		width: 100%;
		margin-bottom: 5px;
		padding: 0;
	}
	
	.multicol>div.sub_img.newartcl:before {
		right: 0;	
	}
	
	.multicol>div.sub_text {
		width: 100%;
	}
	
	.multicol>div.flex_thum {
		width: 50%;
	}
	
	.breadcrumb {
		padding: 20px 0 0 10px;
	}
	
	.sustainability_icon_list {
		margin-right: 0;
		margin-left: 0;
		padding-top: 0;
	}
	
	.sustainability_icon_list div.flex_icon {
		width: 100%;
	}
	
}
	
@media screen and (max-width: 470px){
	
	.ct_inner {
		padding: 0 40px;
	}

	.banner_container {
		padding: 0 0 50px;
	}
	
	.outside h1 {
		width: 70%;
    	padding: 5px;

	}
		
}