@charset "UTF-8";

/* *****************************************************
 *	pagetitle
 *  contents
 *	media queries
 * *****************************************************/
.sdgs-bnr img{
	display: none;
	width: 100%;
	height: auto;
}

.sdgs-bnr .large_image{
 	display: inline;
}

.sdgs-bnr.irie{
	margin-top: 80px;
}

.sdgs-bnr.irie a{
	display: block;
}

div.banner-section-wrap-machizukuri{
	width: 100%;
	max-width: 1050px;
	margin: 80px auto 0;
}

div.banner-section-wrap-machizukuri > p{
	margin: 0 auto;
}

div.banner-section-wrap-machizukuri > p img{
	display: none;
	width: 100%;
	height: auto;
}

div.banner-section-wrap-machizukuri > p .large_image{
	display: inline;
}

/* *****************************************************
 *	contents
 * *****************************************************/
div.contents > h3 {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 5px 20px;
	color: #60411d;
	border-bottom: 1px solid #60411d;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

div.contents > h3::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #cfc6bb;
}

/* scroll-img
-------------------------------------------------------*/
div.scroll-img {
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

div.scroll-img > img {
	max-width: 100%;
	height: auto;
}

/* accordion
-------------------------------------------------------*/
div.accordion {
	margin-bottom: 85px;
}

div.accordion > p {
	display: none;
}

/* contents-menu
-------------------------------------------------------*/
ul.contents-menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.contents-menu > li {
	-webkit-flex: 1;
    flex: 1;
}

ul.contents-menu > li:not(:last-child) {
	border-right: 1px solid #fff;
}

ul.contents-menu > li a {
	display: block;
	padding: 15px 0;
	background: #5f5f5f;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	text-align: center;
}

ul.contents-menu > li a:hover {
	background: #919191;
}

/* mokuzou-idea detail01.html
-------------------------------------------------------*/
div.contents h3.h-idea {
	margin-bottom: 70px;
}

div.mokuzou-idea {
	margin-bottom: 125px;
	text-align: center;
}

div.mokuzou-idea > p {
	margin-bottom: 95px;
	font-size: 2.4rem;
	line-height: 2.0;
}

div.mokuzou-idea > dl > dt {
	margin-bottom: 15px;
	color: #60411d;
	font-size: 2.4rem;
	font-weight: bold;
}

div.mokuzou-idea > dl > dd {
	font-size: 2.4rem;
	line-height: 2.0;
}

/* concepts-list detail01.html concept/detail01～03.html
-------------------------------------------------------*/
ul.concepts-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.concepts-list > li {
	width: 320px;
	height: 320px;
	padding-top: 40px;
	background: url(../mokuzou/images/concept-back.png) center no-repeat;
	text-align: center;
}

ul.concepts-list > li > p:nth-of-type(1) {
	margin-bottom: 12px;
	line-height: 0;
}

ul.concepts-list > li p img {
	max-width: 100%;
	width: 90px;
	height: auto;
}

ul.concepts-list > li > p:not(:nth-of-type(1)) {
	margin-bottom: 5px;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

ul.concepts-list > li > p > strong {
	font-size: 3.8rem;
}

ul.concepts-list > li > dl {
	min-height: 72px;
	margin-bottom: 25px;
}

ul.concepts-list > li > dl > dt {
	margin-bottom: 5px;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 2.8rem;
}

ul.concepts-list > li.concept1 > dl > dt {
	margin-bottom: 4px;
}

ul.concepts-list > li > dl > dd {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

ul.concepts-list > li > a {
	display: block;
    position: relative;
    width: 140px;
    height: 32px;
    margin: 0 auto;
    background: #f00;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

ul.concepts-list > li > a:hover {
	opacity: .5;
}

ul.concepts-list > li > a > span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

ul.concepts-list > li > a > span::before {
	content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

/* concept-title concept/detail01～03.html
-------------------------------------------------------*/
div.concept-title {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 24px;
	border-bottom: 1px solid #60411d;
	text-align: center;
}

div.concept-title::before {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-right: 35px solid transparent;
	border-left: 35px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

div.concept-title::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 20px solid #60411d;
	border-right: 35px solid transparent;
	border-left: 35px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

div.concept-title p {
	margin-bottom: 10px;
	line-height: 0;
}

div.concept-title h4 {
	margin-bottom: 10px;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 1.8rem;
	font-weight: bold;
}

div.concept-title strong {
	display: inline-block;
	padding-top: 10px;
	font-size: 5.2rem;
}

div.concept-title dt {
	margin-bottom: 5px;
	color: #a3ce6d;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 3.0rem;
}

div.concept-title dd {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* concept-detail concept/detail01～03.html
-------------------------------------------------------*/
ul.concept-detail {
	margin-bottom: 160px;
	text-align: center;
}

ul.concept-detail h5 {
	margin-bottom: 25px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cfc6bb;
	color: #559109;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

ul.concept-detail h5 br {
	display: none;
}

ul.concept-detail p {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.concept-detail > li {
	margin: 0 20px 85px;
}

ul.concept-detail > li:last-child {
	margin-bottom: 0;
}

/* mokuzou-summary detail02.html
-------------------------------------------------------*/
div.mokuzou-summary {
	padding: 0 20px;
}

div.mokuzou-summary h4 {
	margin-bottom: 15px;
	padding: 11px 14px;
	background: #efe8d8;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-summary > h4:nth-of-type(2) {
	margin-bottom: 30px;
}

div.mokuzou-summary > h4:nth-of-type(3) {
	margin-bottom: 25px;
}

div.mokuzou-summary p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.mokuzou-summary > a {
	position: relative;
	display: block;
	width: 900px;
	height: 80px;
	margin: 0 auto 100px;
	border: 2px solid #60411d;
	color: #60411d;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.mokuzou-summary > a:hover {
	background: #60411d;
	color: #fff;
}

div.mokuzou-summary > a:hover span::before {
	border-color: #fff;
}

div.mokuzou-summary > a span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

div.mokuzou-summary > a span::before {
	content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 2px #60411d solid;
    border-right: 2px #60411d solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.mokuzou-summary > a span br {
	display: none;
}

/* mokuzou-summary-list detail02.html
-------------------------------------------------------*/
ul.mokuzou-summary-list {
	margin-bottom: 45px;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
}

ul.mokuzou-summary-list > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 22px;
	line-height: 1.6;
}

ul.mokuzou-summary-list > li:last-child {
	margin-bottom: 0;
}

ul.mokuzou-summary-list > li::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #a3ce6d;
	border-radius: 50%;
}

ul.mokuzou-summary-list > li::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

/* mokuzou-summary-list2 detail02.html
-------------------------------------------------------*/
ul.mokuzou-summary-list2 {
	margin: 0 20px 50px;
	border-top: 1px solid #60411d;
	font-size: 1.6rem;
}

ul.mokuzou-summary-list2 > li {
	border-bottom: 1px solid #60411d;
}

ul.mokuzou-summary-list2 > li > dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding: 5px 0;
	line-height: 1.8;
}

ul.mokuzou-summary-list2 > li > dl > dt {
	width: 145px;
	padding: 6px 15px;
	background: #f0f0f0;
}

ul.mokuzou-summary-list2 > li > dl > dd {
	-webkit-flex: 1;
    flex: 1;
	padding: 6px 30px;
}

ul.mokuzou-summary-list2 > li.list-table > dl {
	padding: 0;
}

ul.mokuzou-summary-list2 > li.list-table > dl > dt {
	margin: 5px 0;
}

ul.mokuzou-summary-list2 > li.list-table > dl > dd {
	padding: 1px 15px;
}

ul.mokuzou-summary-list2 > li table {
	width: 100%;
}

ul.mokuzou-summary-list2 > li table tr:not(:last-child) {
	border-bottom: 1px solid #60411d;
}

ul.mokuzou-summary-list2 > li table th {
	padding: 10px 40px;
	width: 150px;
}

ul.mokuzou-summary-list2 > li table tr td {
	position: relative;
}

ul.mokuzou-summary-list2 > li table tr td::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 39px;
	background: #b2b2b2;
}

ul.mokuzou-summary-list2 > li table tr td:nth-of-type(1) {
	width: 190px;
	padding: 10px 0;
	text-align: center;
}

ul.mokuzou-summary-list2 > li table tr td:nth-of-type(2) {
	padding: 10px 30px;
}

/* mokuzou-account detail02.html
-------------------------------------------------------*/
div.mokuzou-account > h5 {
	margin-bottom: 25px;
	color: #60411d;
	font-size: 1.8rem;
	font-weight: bold;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 135px;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li {
	width: 300px;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li:not(:last-child) {
	margin-right: 5px;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li > a {
	display: block;
	padding: 22px 0;
	background: #5f5f5f;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li > a:hover {
	opacity: 0.7;
}

/* mokuzou-pdf detail02.html
-------------------------------------------------------*/
ul.mokuzou-pdf {
	position: relative;
	margin-bottom: 60px;
}

ul.mokuzou-pdf::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background: linear-gradient(to right, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background-size: 5px 1px;
}

ul.mokuzou-pdf li {
	position: relative;
}

ul.mokuzou-pdf li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background: linear-gradient(to right, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background-size: 5px 1px;
}

ul.mokuzou-pdf li dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
	padding: 20px 20px 18px;
}

ul.mokuzou-pdf li dl dt {
	font-weight: bold;
	font-size: 2.0rem;
}

ul.mokuzou-pdf li dl dd a {
	display: block;
	position: relative;
	font-size: 1.6rem;
}

ul.mokuzou-pdf li dl dd a:hover {
	text-decoration: underline;
}

ul.mokuzou-pdf li dl dd a span {
	position: relative;
	padding-left: 35px;
}

ul.mokuzou-pdf li dl dd a span::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../mokuzou/images/Adobe_file.png) no-repeat;
}

/* mokuzou-history detail02.html
-------------------------------------------------------*/
ul.mokuzou-history {
	margin-bottom: 85px;
}

/* mokuzou-guide detail02.html
-------------------------------------------------------*/
div.mokuzou-guide p {
	margin-bottom: 70px;
}

div.mokuzou-guide h5 {
	margin-bottom: 30px;
	color: #60411d;
	font-size: 1.8rem;
	font-weight: bold;
}

/* mokuzou-contact detail02.html
-------------------------------------------------------*/
ul.mokuzou-contact {
	width: 450px;
	border-top: 1px solid #60411d;
	font-size: 1.6rem;
}

ul.mokuzou-contact > li {
	border-bottom: 1px solid #60411d;
}

ul.mokuzou-contact > li > dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding: 7px 0;
}

ul.mokuzou-contact > li > dl > dt {
	width: 130px;
	padding: 18px 15px;
	background: #e5e5e5;
}

ul.mokuzou-contact > li > dl > dd {
	-webkit-flex: 1;
    flex: 1;
	padding: 18px 15px;
	text-align: right;
}

dl.mokuzou-contact > dd {
	border-top: 1px solid #60411d;
}

dl.mokuzou-contact > dd dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	padding: 7px 0;
	border-bottom: 1px solid #60411d;
	font-size: 1.6rem;
}

dl.mokuzou-contact > dd dl dt {
	padding: 18px 15px;
	width: 130px;
	background: #e5e5e5;
}

dl.mokuzou-contact > dd dl dd {
	-webkit-flex: 1;
    flex: 1;
	padding: 0 15px;
	text-align: right;
}

/* mokuzou-business business/detail01.html
-------------------------------------------------------*/
div.mokuzou-business {
	/*padding: 0 20px;*/
	margin: 0 20px;
}

div.mokuzou-business h4 {
	margin-bottom: 20px;
	padding: 12px 14px 10px;
	background: #efe8d8;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-business h5 {
	position: relative;
	margin-bottom: 15px;
	padding: 9px 0 7px 32px;
	color: #fff;
	background: url(../mokuzou/business/images/subtitle-back.png)  repeat;
	font-size: 1.8rem;
	font-weight: bold;
}

div.mokuzou-business h5::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 10px;
	width: 16px;
	height: 16px;
	background: #ffd100;
	border-radius: 50%;
}

div.mokuzou-business h5::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 12px;
	left: 13px;
	width: 10px;
	height: 10px;
	background: url(../mokuzou/business/images/subtitle-back.png) center repeat-x;
	border-radius: 50%;
}

div.mokuzou-business p {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.mokuzou-business h4.volunteer{
	margin-top: 70px;
}

div.mokuzou-business > figure{
	margin: 0 auto 70px;
	line-height: 0;
	width: 300px;
}

div.mokuzou-business > figure img{
	width: 100%;
}

div.business-accession.volunteer{
	margin-top: 40px;
}

div.mokuzou-business > figure.volunteerimg{
	width: 493px;
	margin: 0 auto 70px;
	line-height: 0;
}

div.mokuzou-business h6 {
	margin-bottom: 15px;
	color: #60411d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-business > ul.mokuzou-summary-list {
	margin-bottom: 50px;
}

div.mokuzou-business > ul.mokuzou-summary-list:nth-last-of-type(1) {
	margin-bottom: 105px;
}

div.mokuzou-business > ul.mrb0{
	margin-bottom: 0 !important;
}

div.mokuzou-business > div.table-container {
	margin: 0 20px 65px;
}

div.mokuzou-business > div  > table {
	font-size: 1.6rem;
}

div.mokuzou-business > div.table-container:nth-last-of-type(1) {
	margin-bottom: 80px;
}

div.mokuzou-business > div  > table > thead > tr {
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
}

div.mokuzou-business > div  > table > thead > tr > th {
	height: 35px;
	background: #ddd;
	font-weight: bold;
	text-align: center;
}

div.mokuzou-business > div  > table > thead > tr > th:first-child {
	width: 470px;
}

div.mokuzou-business > div  > table > thead > tr > th:nth-child(2) {
	width: 242px;
}

div.mokuzou-business > div  > table > thead > tr > th:nth-child(3) {
	width: 130px;
}

div.mokuzou-business > div  > table > thead > tr > th:last-child {
	width: 128px;
}

div.mokuzou-business > div  > table > tbody > tr:not(:last-child) {
	border-bottom: 2px solid #d5d5d5;
}

div.mokuzou-business > div  > table > tbody > tr:last-child {
	border-bottom: 2px solid #000;
}

div.mokuzou-business > div  > table > thead > tr > th:not(:last-child) {
	border-right: 2px solid #d5d5d5;
}

div.mokuzou-business > div  > table > tbody > tr > td {
	height: 35px;
	padding: 0 20px;
	font-weight: bold;
}

div.mokuzou-business > div  > table > tbody > tr > td:last-child {
	text-align: right;
}

div.mokuzou-business > div  > table > tbody > tr > td:nth-last-child(2) {
	text-align: right;
}

div.mokuzou-business > div  > table > tbody > tr > td:not(:last-child) {
	border-right: 2px solid #d5d5d5;
}

div.mokuzou-business > a {
	display: block;
	width: 900px;
	margin: 0 auto;
	line-height: 0;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	line-height: 0;
}

div.mokuzou-business > a:hover {
	opacity: 0.5;
}

div.mokuzou-business > a > img {
	max-width: 100%;
	height: auto;
}

/* business-menu business/detail01～03.html
-------------------------------------------------------*/
ul.business-menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 80px;
	font-size: 1.4rem;
}

ul.business-menu > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align:center;
	align-items:center;
	text-align: center;
	-webkit-justify-content:center;
	justify-content:center;
	font-size: 15px;
	font-size: 1.5rem;
	width: 105px;
	border-bottom: 2px solid #60411d;
	letter-spacing: -0.05em;
	line-height: 1.4;
}

ul.business-menu > li.active {
	border-bottom: 3px solid #60411d;
}

ul.business-menu > li.active a::after {
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 50%;
	bottom: -22px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border: 9px solid transparent;
    border-top: 8px #a7d074 solid;
}

ul.business-menu > li:not(.active) > a:hover::after {
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 50%;
	bottom: -21px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border: 9px solid transparent;
    border-top: 8px #a7d074 solid;
}

ul.business-menu > li > a {
	display: block;
	padding: 13px 0;
	font-weight: bold;
	text-align: center;
}

/* business-accession business/detail02.html
-------------------------------------------------------*/
ol.business-accession {
	margin-bottom: 90px;
}

ol.business-accession p {
	margin-bottom: 0;
}

ol.business-accession > li {
	margin-bottom: 40px;
	counter-increment: count;
}

ol.business-accession > li:first-of-type > p{
	margin-bottom: 20px;
}

ol.business-accession > li:nth-child(4) > p {
	margin-bottom: 25px;
}

ol.business-accession > li:nth-child(4) > ul.mokuzou-summary-list {
	margin-bottom: 0;
}

ol.business-accession > li:last-child {
	margin-bottom: 0;
}

ol.business-accession > li > h5 > span {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}

ol.business-accession > li > h5 > span::before {
	content: counter(count) ". ";
	position: absolute;
	left: 0;
}

ol.business-accession > li > h5 br {
	display: none;
}

ol.business-accession > li > div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

ol.business-accession > li > div > p {
	-webkit-flex: 1;
    flex: 1;
}

ol.business-accession > li > div > figure {
	width: 300px;
	margin-left: 25px;
	line-height: 0;
}

ol.business-accession > li > div > figure > img {
	max-width: 100%;
	height: auto;
}

/* mokuzou-business03 business/detail03.html
-------------------------------------------------------*/
div.mokuzou-business03 h4 {
	margin-bottom: 25px;
}

div.mokuzou-business.mokuzou-business03 > ul.mokuzou-summary-list {
	margin-bottom: 0;
}


/* mokuzou-business detail04.html
-------------------------------------------------------*/
.detail04_title-contents {
	margin-bottom: 25px;
}

p.detail04_title span{
	display: block;
	font-size: 1.6rem;
}

p.detail04_title{
	color: #60411d;
	font-size: 1.9rem !important;
	font-weight: bold;
	text-align: center;
}

p.detail04_title:not(:last-child) {
	margin-bottom: 10px;
}

ol.hojyojigyo li{
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.8;
	counter-increment: count;
}

ol.hojyojigyo li span {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}

ol.hojyojigyo li span::before{
	content: counter(count) ". ";
	position: absolute;
	left: 0;
}

ol.hojyojigyo:nth-of-type(2){
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
}

ol.hojyojigyo:nth-of-type(2) li{
	position: relative;
	width: 49%;
	padding: 20px 0 20px 45px;
	color: #000;
	font-weight: 500;
	background: #f0f0f0;
}

ol.hojyojigyo:nth-of-type(2) li::before{
	content: counter(count) ". ";
	position: absolute;
	left: 20px;
}

ol.hojyojigyo:nth-of-type(2) > p{
	margin: 0 auto 60px;
}

ol.hojyojigyo:nth-of-type(2) > p img{
	display: none;
	width: 100%;
	height: auto;
}

p.add-business:last-of-type{
	margin-bottom: 70px;
}

p.add-business{
	position: relative;
	margin-bottom: 25px;
	padding-left: 44px;
	font-size: 1.6rem;
	line-height: 1.8;
}

p.add-business::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 7px;
	left: 20px;
	width: 12px;
	height: 12px;
	background: #a3ce6d;
	border-radius: 50%;
}

p.add-business::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 22px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

/* mokuzou-business shool_table detail02.html
-------------------------------------------------------*/
ol.business-accession li.school div > div:nth-child(2){
	margin-left: 40px;
}

ol.business-accession li.school div p:first-of-type{
	margin-bottom: 20px;
}

ol.business-accession li.school div div.table-container > p{
	margin-bottom: 0;
}

ol.business-accession li.school div div.table-container table{
	width: 632px;
	font-size: 1.5rem;
	border-top: 2px solid #d5d5d5;
	border-left: 2px solid #d5d5d5;
}

ol.business-accession li.school div div.table-container{
	margin-bottom: 20px;
}

ol.business-accession li.school div div.table-container:last-of-type{
	margin-bottom: 40px;
}

ol.business-accession li.school div div.table-container table tr{
	border-bottom: 2px solid #d5d5d5;
}

ol.business-accession li.school div div.table-container table tr th{
	width: 75px;
	padding: 8px 5px;
	background: #f0f0f0;
	border-right: 2px solid #d5d5d5;
	text-align: center;
}

ol.business-accession li.school div div.table-container table tr td{
	width: 50px;
	padding: 8px 10px;
	border-right: 2px solid #d5d5d5;
	text-align: center;
}

ol.business-accession li.school div ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

ol.business-accession li.school div ul li{
	width: 50%;
}

ol.business-accession li.school div ul li:nth-of-type(9){
	width: 100%;
	margin-bottom: 20px;
}

ol.business-accession li.school div ul li:nth-of-type(10),
ol.business-accession li.school div ul li:nth-of-type(11){
	width: 100%;
}

ol.business-accession li.school div figure{
	line-height: 0;
}

ol.business-accession li.school div p:last-of-type{
	margin-bottom: 10px;
}

ul.mokuzou-summary-list.jisedai{
	padding-left: 0;
}

ul.mokuzou-summary-list.jisedai li::before,
ul.mokuzou-summary-list.jisedai li::after{
	display: none;
}

/* mokuzou-idea detail08.html
-------------------------------------------------------*/
div.mokuzou-business > .mokuzou-business-img {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom: 45px;
}

div.mokuzou-business > .mokuzou-business-img > li {
	width: 300px;
	margin: 0 15px;
	line-height: 0;
}

div.mokuzou-business > .mokuzou-business-img > li > img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	div.mokuzou-business > .mokuzou-business-img > li:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* mokuzou-idea detail09.html
-------------------------------------------------------*/
div.mokuzou-business > .business-contents {
	margin-bottom: 45px;
}

/* mokuzou-woodpark woodpark/index.html
-------------------------------------------------------*/
div.mokuzou-woodpark {
	padding: 0 20px;
}

div.mokuzou-woodpark > p {
	margin-bottom: 90px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.mokuzou-woodpark > div {
	position: relative;
	height: 1335px;
}

div.mokuzou-woodpark > div > figure {
	position: absolute;
	line-height: 0;
}

div.mokuzou-woodpark > div > figure:not(:nth-of-type(1)) > img {
	display: none;
}

div.mokuzou-woodpark > div > figure:nth-of-type(1) {
	top: 0;
	left: 55px;
}

div.mokuzou-woodpark > div > figure:nth-of-type(2) {
	top: 40px;
	right: 0;
	width: 657px;
	height: 452px;
	background: url(../mokuzou/woodpark/images/kodatuno-img_pc.png) center no-repeat;
}

div.mokuzou-woodpark > div > figure:nth-of-type(3) {
	top: 445px;
	left: 0;
	width: 608px;
	height: 461px;
	background: url(../mokuzou/woodpark/images/kasamai-img_pc.png) center no-repeat;
}

div.mokuzou-woodpark > div > figure:nth-of-type(4) {
	right: 0;
	bottom: 0;
	width: 767px;
	height: 436px;
	background: url(../mokuzou/woodpark/images/higasi-img_pc.png) center no-repeat;
}

div.mokuzou-woodpark > div > figure > img {
	max-width: 100%;
	height: auto;
}

div.mokuzou-woodpark > div > ul {
	position: absolute;
	top: 565px;
	right: 0;
}

div.mokuzou-woodpark > div > ul > li {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}

div.mokuzou-woodpark > div > ul > li > span::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	margin: 0 15px;
	background: #fff1b2;
	border-radius: 50%;
}

/* mokuzou-housing housing/index.html
-------------------------------------------------------*/
div.mokuzou-housing > a {
	position: relative;
	display: block;
	width: auto;
	height: 80px;
	margin: 0 20px;
	background: #60411d;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.mokuzou-housing > a:hover {
	opacity: .5;
}

div.mokuzou-housing > a > img {
	max-width: 100%;
	height: auto;
}

div.mokuzou-housing > a > span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

div.mokuzou-housing > a > span::before {
	content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* school-join housing/index.html
-------------------------------------------------------*/
div.school-join {
	margin: 0 20px 50px;
	padding: 35px 0 25px;
	border: 1px solid #60411d;
	text-align: center;
}

div.school-join > dl > dt {
	margin-bottom: 15px;
	color: #60411d;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

/* div.school-join br {
	display: none;
} */

div.school-join > dl > dd {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: bold;
}

div.school-join > dl > dd > a {
	position: relative;
	display: block;
	width: 900px;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #60411d;
	color: #60411d;
	line-height: 1.2;
	-moz-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

div.school-join > dl > dd > a:hover {
	background: #60411d;
	color: #fff;
}

div.school-join > dl > dd > a > span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

div.school-join > dl > dd > a > span::before {
	content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 2px #60411d solid;
    border-right: 2px #60411d solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-moz-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

div.school-join > dl > dd > a:hover > span::before {
	border-color: #fff;
}

div.school-join > dl > dd:nth-of-type(1) > a > span {
	display: inline-block;
	padding-right: 34px;
}

div.school-join > dl > dd:nth-of-type(1) > a > span::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../mokuzou/housing/images/Adobe_file.png) center no-repeat;
}

div.school-join > p {
	font-size: 1.6rem;
	line-height: 1.6;
}

div.school-join > p:not(:nth-last-of-type(1)) {
	margin-bottom: 10px;
}

div.school-join > p.caution {
	text-indent: -1em;
	margin-left: 1em;
}

div.school-join > p.caution::before {
	content: "※";
}

/* housing-title housing/index.html detail.html
-------------------------------------------------------*/
div.housing-title {
	margin-bottom: 70px;
}

div.housing-title > p {
	width: 1050px;
	/* height: 166px; */
	/* height: 270px; */
	height: 422px;
	padding: 0 15px;
}

div.housing-title1 > p {
	background: url(../mokuzou/housing/images/housing-title-r07_2.jpg) center no-repeat;
	background-size: contain;
}

div.housing-title2 > p {
	background: url(../mokuzou/housing/images/housing-title-r06.jpg) center no-repeat;
	background-size: contain;
}

div.housing-title > p > img {
	display: none;
}

/* housing-list housing/index.html
-------------------------------------------------------*/
ul.housing-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px 50px;
}

ul.housing-list > li {
	width: 490px;
	margin: 0 30px 55px 0;
}

ul{
	&.housing-list{
		>li{
			position: relative;

			&.close{
				&::before{
					content: "";
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					background: rgba(0, 0, 0, 0.35);
				}
	
				&::after{
					content: "講座は\A終了しました";
					display: block;
					position:absolute;
					-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					top: 50%;
					left: 50%;
					width: max-content;
					color: #fff;
					font-size: 3.6rem;
					font-weight: 700;
					text-align: center;
					letter-spacing: 0.05em;
					line-height: 1.3;
					white-space: pre-wrap;
				}
			}
		}
	}
}

ul.housing-list > li.w100p {
	width: 100%;
}

ul.housing-list > li:nth-child(2n) {
	margin-right: 0;
}

ul.housing-list > li > dl {
	margin-bottom: 20px;
}

ul.housing-list > li > dl > dt {
	padding: 7px 0 5px;
	background: #666;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

ul.housing-list > li > dl > dd {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #e4d9c2;
	text-align: center;
}

ul.housing-list > li > dl > dd > p {
	display: table-cell;
    vertical-align: middle;
	height: 70px;
	padding: 8px 5px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}

ul.housing-list.high > li > dl > dd > p{
	height: 100px;
}

ul.housing-list > li > dl > dd p br.sp-br {
	display: none;
}

ul.housing-list > li > dl > dd > p > span {
	font-size: 1.8rem;
}

ul.housing-list > li > dl > dd > p > span::before,
ul.housing-list > li > dl > dd > p > span::after {
	content: "―";
}

ul.housing-list > li > p {
	min-height: 84px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > .detail-text{
	min-height: 84px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > .detail-text .number li{
	position: relative;
	padding-left: 16px;
}

ul.housing-list > li > .detail-text .number li::before{
	position: absolute;
	top: 0;
	left: 0;
}

ul.housing-list > li > .detail-text .number li:first-child:before{
	content: "\02460";
}

ul.housing-list > li > .detail-text .number li:nth-child(2):before{
	content: "\02461";
}

ul.housing-list > li > .detail-text .number li:nth-child(3):before{
	content: "\02462";
}

ul.housing-list > li > .detail-text .number li:nth-child(4):before{
	content: "\02463";
}

ul.housing-list > li > .detail-text .number li:nth-child(5):before{
	content: "\02464";
}

ul.housing-list > li > .detail-text .circle li{
	position: relative;
	padding-left: 16px;
}

ul.housing-list > li > .detail-text .circle li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
}


ul.housing-list > li > ul {
	min-height: 208px;
	margin-bottom: 40px;
}

ul.housing-list > li > ul > li:not(:last-child) {
	margin-bottom: 10px;
}

ul.housing-list > li > ul > li > dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

ul.housing-list > li > ul > li > dl > dt {
	-webkit-align-self: flex-start;
    align-self: flex-start;
	width: 60px;
	background: #fff1b2;
	color: #60411d;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
}

ul.housing-list > li > ul > li > dl > dd {
	-webkit-flex: 1;
    flex: 1;
	padding: 0 8px;
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > ul > li > dl > dd .number li{
	position: relative;
	padding-left: 16px;
}

ul.housing-list > li > ul > li > dl > dd .number li::before{
	position: absolute;
	top: 0;
	left: 0;
}

ul.housing-list > li > ul > li > dl > dd .number li:first-child:before{
	content: "\02460";
}

ul.housing-list > li > ul > li > dl > dd .number li:nth-child(2):before{
	content: "\02461";
}

ul.housing-list > li > ul > li > dl > dd .number li:nth-child(3):before{
	content: "\02462";
}

ul.housing-list > li > a {
	position: relative;
	display: block;
	width: 320px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid #f00;
	color: #f00;
	font-size: 1.8rem;
	font-weight: bold;
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

ul.housing-list > li > a:hover {
	opacity: .5;
}

ul.housing-list > li > a > span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

ul.housing-list > li > a > span::before {
	content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-top: 2px #f00 solid;
    border-right: 2px #f00 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.housing-list > li .notes-box{
	padding: 10px;
	background: #fff;
	border: 2px solid #231916;
}

ul.housing-list > li .notes-box dl dt{
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	background: #231916;
	color: #fff;
	text-align: center;
}

ul.housing-list > li .notes-box dl dd > p:first-child{
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #231916;
	text-align: center;
}

ul.housing-list > li .notes-box dl dd ul{
	margin-bottom: 10px;
}

ul.housing-list > li .notes-box dl dd ul li{
	position: relative;
	padding-left: 14px;
	font-size: 1.5rem;
	line-height: 1.5;
}

ul.housing-list > li .notes-box dl dd ul li:before{
	content:"・";
	position: absolute;
	top: 0;
	left: 0;
}

ul.housing-list > li .notes-box dl dd > p:nth-of-type(2){
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ff0000;
	text-decoration: underline;
}

ul.housing-list > li .notes-box + p{
	min-height: auto;
	margin: 8px 0 0;
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
	background: #ff0000;
}

ul.housing-list > li .notes-box-more{
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: #231916;
}

ul.housing-list > li .notes-box-more span{
	color: #ff0000;
}


/* housing-detail housing/detail.html
-------------------------------------------------------*/
ul.housing-detail {
	margin: 0 20px;
}

ul.housing-detail > li:not(:last-child) {
	margin-bottom: 60px;
}

ul.housing-detail > li > p {
	padding: 7px 0 5px;
	background: #666;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

ul.housing-detail > li > h4 {
	margin-bottom: 30px;
	padding: 13px 5px;
	background: #e4d9c2;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

ul.housing-detail > li > h4 > br.sp-br {
	display: none;
}

/* housing-detail-list housing/detail.html
-------------------------------------------------------*/
.housing-detail-list {

}

.housing-detail-list > li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.housing-detail-list > li:not(:last-child) {
	margin-bottom: 10px;
}

ol.housing-detail-list > li {
	counter-increment: count;
}

.housing-detail-list > li > div {
	-webkit-flex: 1;
    flex: 1;
	font-size: 1.6rem;
}

.housing-detail-list > li > div > h5 {
	color: #60411d;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}

ol.housing-detail-list > li > div > h5 {
	/*margin-left: 1em;
	text-indent: -1em;*/
	position: relative;
	padding-left: 1em;
}

ol.housing-detail-list > li > div > h5::before {
	content: counter(count) ". ";;
	position: absolute;
	left: 0;
}

.housing-detail-list > li > div > p {
	line-height: 1.8;
}

.housing-detail-list > li > ul {
	margin-left: 40px;
	padding-top: 5px;
}

.housing-detail-list > li > ul > li {
	width: 280px;
	height: 187px;
	margin-bottom: 10px;
	line-height: 0;
}

.housing-detail-list > li > ul > li:last-child {
	margin-bottom: 0;
}

.housing-detail-list > li > ul > li > img {
	display: none;
	max-width: 100%;
	height: auto;
}

ul.housing-detail > li:first-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail01.jpg) center no-repeat;
}

ul.housing-detail > li:first-child ul.img-change > li:nth-child(2) {
	background: url(../mokuzou/housing/images/detail02.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:first-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail03.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:first-child ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail04.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:nth-child(2) ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail05.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:nth-child(2) ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail06.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:last-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail07.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(2) .housing-detail-list > li:last-child ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail08.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(3) .housing-detail-list > li:first-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail09.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(3) .housing-detail-list > li:first-child ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail10.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(4) .housing-detail-list > li:first-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail11.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(4) .housing-detail-list > li:first-child ul.img-change > li:nth-child(2) {
	background: url(../mokuzou/housing/images/detail12.jpg) center no-repeat;
}

ul.housing-detail > li:nth-child(4) .housing-detail-list > li:first-child ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail13.jpg) center no-repeat;
}

ul.housing-detail > li:last-child .housing-detail-list > li:first-child ul.img-change > li:first-child {
	background: url(../mokuzou/housing/images/detail14.jpg) center no-repeat;
}

ul.housing-detail > li:last-child .housing-detail-list > li:first-child ul.img-change > li:last-child {
	background: url(../mokuzou/housing/images/detail15.jpg) center no-repeat;
}

/* housing-detail-list2 housing/detail.html
-------------------------------------------------------*/
ul.housing-detail-list2 {
	margin-bottom: 10px;
}

ul.housing-detail-list2 > li {
	margin-left: 1em;
	line-height: 1.8;
	text-indent: -1em;
}

ul.housing-detail-list2 > li::before {
	content: "○";
}

/* mokouzou-csr csr/index.html
-------------------------------------------------------*/
div.mokuzou-csr {
	margin: 0 20px;
}

div.mokuzou-csr > h4 {
	margin-bottom: 15px;
	padding: 11px 14px;
	background: #efe8d8;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-csr > h4 > br {
	display: none;
}

div.mokuzou-csr p {
	font-size: 1.6rem;
	line-height: 1.8;
	text-indent: 1em;
}

div.mokuzou-csr > p:nth-of-type(1) {
	margin-bottom: 60px;
}

div.mokuzou-csr > ol > li {
	counter-increment: count;
}

div.mokuzou-csr > ol > li:not(:last-child) {
	margin-bottom: 60px;
}

div.mokuzou-csr > ol > li:last-child > p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}

div.mokuzou-csr > ol > li > h5 {
	margin-bottom: 20px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #60411d;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-csr > ol > li > h5 > span {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}

div.mokuzou-csr > ol > li > h5 > span::before {
	content: counter(count) ". ";
	position: absolute;
	left: 0;
}

div.mokuzou-csr > ol > li > p {
	margin: 0 20px;
}

div.mokuzou-csr > ol > li > ol {
	margin: 0 20px 50px;
}

div.mokuzou-csr > ol > li > ol > li {
	counter-increment: count1;
}

div.mokuzou-csr > ol > li > ol > li:not(:last-child) {
	margin-bottom: 20px;
}

div.mokuzou-csr > ol > li > ol > li > h6 {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
	color: #60411d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

div.mokuzou-csr > ol > li > ol > li > h6::before {
	content: "(" counter(count1) ") ";
	position: absolute;
	left: 0;
}

div.banner-section-wrap{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

div.banner-section-wrap > p{
	margin: 0 auto;
}

div.banner-section-wrap > p img{
	display: none;
	width: 100%;
	height: auto;
}

div.banner-section-wrap > p .large_image{
	display: inline;
}

div.add > h3{
	margin-bottom: 25px;
}

div.add-contents > p{
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 0 0 0 20px;
	letter-spacing: 0.05em;
}

div.add-contents div.table-container{
	margin-bottom: 60px;
}

div.add-contents div.table-container table{
	width: 1050px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	table-layout:fixed;
}

div.add-contents div.table-container table tr th,
div.add-contents div.table-container table tr td{
	text-align: center;
	height: 78px;
}

div.add-contents div.table-container table thead tr {
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
}

div.add-contents div.table-container table thead tr th{
	height: 35px;
	background: #ddd;
	font-weight: bold;
	text-align: center;
}

div.add-contents div.table-container table thead tr th:not(:last-child){
	border-right: 2px solid #d5d5d5;
}


div.add-contents div.table-container table thead tr th:first-child{
	width: 158px;
}

div.add-contents div.table-container table thead tr th:nth-child(2){
	width: 735px;
}

div.add-contents div.table-container table thead tr th:nth-child(3){
	width: 158px;
}

div.add-contents div.table-container table tbody tr{
	border-bottom: 2px solid #d5d5d5;
}

div.add-contents div.table-container table tbody tr td:nth-child(2){
	padding: 10px 20px;
	text-align: left;
}

div.add-contents div.table-container table tbody tr td:not(:last-child) {
	border-right: 2px solid #d5d5d5;
}

div.add-contents div.table-container table tbody tr td em{
	font-size: 15px;
	font-size: 1.5rem;
	font-style: normal;
	word-wrap:break-word;
}

div.add-contents div.table-container p.notice{
	width: 1050px;
	position: relative;
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: right;
}

div.add-contents div.table-container p.notice::before{
	content:"※";
	padding-right: 2px;
	font-size: 1.5rem;
}

div.add-contents > h4{
	margin-bottom: 20px;
	padding: 12px 14px 10px;
	background: #efe8d8;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.add-contents a.btn_detail{
	position: relative;
	display: block;
	width: 600px;
	height: 55px;
	margin: 0 auto 80px;
	background: #5f5f5f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

div.add-contents ul.mokuzou-summary-list{
	margin-bottom: 60px;
}

div.add-contents a.btn_detail span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

div.add-contents a.btn_detail span:before{
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 15px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.add-contents > p.notice{
	position: relative;
	margin-bottom: 15px;
	padding-left: 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

div.add-contents > p.notice::before{
	content:"※";
}

div.add-contents dl.contact{
	padding: 25px;
	background: #f0f0f0;
}

div.add-contents dl.contact > dt{
	padding-bottom: 10px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000;
}

div.add-contents dl.contact > dd{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.9;
	letter-spacing:0.1em;
	text-align: center;
}

div.add-contents dl.contact > dd > ul{
	margin-top: 20px;
}

div.add-contents dl.contact > dd > ul > li > dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

div.add-contents dl.contact > dd > ul > li > dl > dt:after{
	content:"：";
	padding: 0 5px;
}

div.add-contents ul.intro li a{
	position: relative;
	display: block;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 25px;
	padding: 30px 0;
	border: 1px solid #ccc;
}

div.add-contents ul.intro li a p{
	display: block;
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 140px;
	height: 34px;
	margin-left: auto;
	background: #60411D;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

div.add-contents ul.intro li a p span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

div.add-contents ul.intro li a p span:before{
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

div.add-contents ul.intro li figure{
	position: relative;
	width: 380px;
	height: 80px;
	line-height: 0;
}

div.add-contents ul.intro li figure img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.add-contents ul.intro li:not(:last-child){
	margin-bottom: 35px;
}

div.add-contents ul.intro li dl{
	flex: 1;
	-webkit-flex: 1;
}

div.add-contents ul.intro li dl dt{
	position: relative;
	margin-bottom: 5px;
	color: #60411d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

div.add-contents ul.intro li dl dd{
	font-size: 1.6rem;
	line-height: 1.8;
}

/* *****************************************************
 *	sdgs-contents
 * *****************************************************/
.sdgs-contents{
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin-top: 100px;
}

.sdgs-contents img{
	display: none;
}

.sdgs-contents img.large_image{
	display: inline;
}

.sdgs-contents img.all{
	display: inline;
}

.sdgs-contents .sdgs-head-contents{
	position: relative;
	margin-bottom: 40px;
	padding: 20px 0 10px;
}

.sdgs-contents .sdgs-head-contents:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../mokuzou/business/images/sdgs/bg_gradation.svg) no-repeat;
}

.sdgs-contents .sdgs-head-contents:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../mokuzou/business/images/sdgs/bg_gradation.svg) no-repeat;
}

.sdgs-contents .sdgs-head-contents .sdgs-head{
	width: 100%;
	height: 55px;
	border-top: 2px solid #3E3A39;
	border-bottom: 2px solid #3E3A39;
}

.sdgs-contents .sdgs-head-contents .sdgs-head dl{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
}

.sdgs-contents .sdgs-head-contents .sdgs-head dl dt{
	font-size: 2.4rem;
	font-weight: bold;
}

.sdgs-contents .sdgs-head-contents .sdgs-head dl dd{
	font-size: 2.4rem;
	font-weight: bold;
}

.sdgs-contents .sdgs-head-contents .sdgs-head + h3{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width: 100%;
	height: 140px;
	text-align: center;
}

.sdgs-contents .sdgs-head-contents .sdgs-head + h3 img{
	margin: 0 auto;
}

.sdgs-contents .sdgs-case-list{
	margin-bottom: 60px;
}

.sdgs-contents .sdgs-case-list > li .case-txt-title{
	margin-bottom: 25px;
	line-height: 0;
}

.sdgs-contents .sdgs-case-list > li:not(:last-child){
	margin-bottom: 60px;
}

.sdgs-contents .sdgs-case-list > li .detail-block .img-item > figure img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit:cover;object-position:center center;";
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item{
	margin-right: 30px;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item{
	width: 400px;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item > figure{
	position: relative;
	width: 100%;
	/* height: 500px;
	background: #333; */
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item > figure:before{
	content: "";
	display: block;
	padding-top: 125%;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .txt-block{
	flex: 1;
	-webkit-flex: 1;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .detail-block .img-item{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-bottom: 20px;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .detail-block .img-item > figure{
	position: relative;
	width: 49.5%;
	/* height: 230px;
	background: #333; */
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .detail-block .img-item > figure:before{
	content: "";
	display: block;
	padding-top: 45%;
}

.sdgs-contents .sdgs-case-list > li:nth-child(3) .detail-block .img-item{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.sdgs-contents .sdgs-case-list > li:nth-child(3) .detail-block .img-item > figure:before{
	content: "";
	display: block;
	padding-top: 36.95%;
}

.sdgs-contents .sdgs-case-list > li .case-title{
	position: relative;
}

.sdgs-contents .sdgs-case-list > li .case-title h4{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width: 100%;
	height: 76px;
	margin-bottom: 30px;
	padding: 0 40px;
	background: #333;
	background: url(../mokuzou/business/images/sdgs/bg_case.svg) center / cover no-repeat;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	position:absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top: 50%;
	right: 70px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon li{
	width: 60px;
	line-height: 0;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon li:not(:first-child){
	margin-left: 10px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon li img{
	width: 100%;
}

.sdgs-contents .sdgs-case-list > li .detail-block .txt-block p{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.sdgs-contents .sdgs-case-list > li .detail-block .txt-block p:not(:last-child){
	margin-bottom: 30px;
}

.sdgs-contents .target-block{
	margin-top: 35px;
	padding: 30px 40px 35px;
	background: #e5f6ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #e5f6ff 0%, #e0f8e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5f6ff 0%,#e0f8e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5f6ff 0%,#e0f8e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f6ff', endColorstr='#e0f8e5',GradientType=1 ); /* IE6-9 */
}

.sdgs-contents .target-block > dt{
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.sdgs-contents .target-block > dd ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.sdgs-contents .target-block > dd ul li{
	width: 49%;
	padding: 35px;
	background: #fff;
}

.sdgs-contents .target-block > dd ul li.full{
	width: 100%;
}

.sdgs-contents .target-block > dd ul li dl dt{
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.sdgs-contents .target-block > dd ul li dl dd{
	font-size: 1.5rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

.sdgs-contents .sdgs-effort{
	margin-bottom: 60px;
}

.sdgs-contents .sdgs-effort > dt{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width: 100%;
	height: 80px;
	color: #fff;
	margin-bottom: 25px;
	font-size: 3.2rem;
	font-weight: bold;
	background: #8dcbea; /* Old browsers */
	background: -moz-linear-gradient(left,  #8dcbea 0%, #93cc9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #8dcbea 0%,#93cc9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #8dcbea 0%,#93cc9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcbea', endColorstr='#93cc9e',GradientType=1 ); /* IE6-9 */
	border-radius: 40px;
	text-align: center;
	letter-spacing: 0.05em;
}

.sdgs-contents .sdgs-effort > dd > ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.sdgs-contents .sdgs-effort > dd > ul > li{
	position: relative;
	width: 49%;
	padding: 55px 45px 45px;
	background: #e5f6ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #e5f6ff 0%, #e0f8e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5f6ff 0%,#e0f8e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5f6ff 0%,#e0f8e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f6ff', endColorstr='#e0f8e5',GradientType=1 ); /* IE6-9 */
}

.sdgs-contents .sdgs-effort > dd > ul > li .num{
	position: absolute;
	top: 0;
	left: 0;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dt{
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dd ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dd ul li{
	width: 60px;
	line-height: 0;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dd ul li img{
	width: 100%;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dd ul li:not(:last-child){
	margin-right: 10px;
}

.sdgs-contents .sdgs-foot{
	position: relative;
	padding-bottom: 10px;
}

.sdgs-contents .sdgs-foot:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../mokuzou/business/images/sdgs/bg_gradation.svg) no-repeat;
}

.sdgs-contents .sdgs-foot .jiwood-com-info{
	position: relative;
	padding: 40px 0;
	border-top: 2px solid #3E3A39;
	border-bottom: 2px solid #3E3A39;
}

.sdgs-contents .sdgs-foot .jiwood-com-info dl{
	margin-bottom: 25px;
}

.sdgs-contents .sdgs-foot .jiwood-com-info dl dt{
	margin-bottom: 15px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sdgs-contents .sdgs-foot .jiwood-com-info dl dd{

	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.sdgs-contents .sdgs-foot .jiwood-com-info p{
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sdgs-contents .sdgs-foot .sdgs-info{
	width: 100%;
	height: 120px;
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.sdgs-contents .sdgs-foot .sdgs-info figure{
	width: 100%;
	max-width: 420px;
	line-height: 0;
}

.sdgs-contents .sdgs-foot .sdgs-info figure img{
	width: 100%;
}

.sdgs-contents .sdgs-foot .sdgs-info dl dt{
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: right;
}

.sdgs-contents .sdgs-foot .sdgs-info dl dd{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: right;
	line-height: 1.5;
}

@media screen and (min-width: 768px){
/* ------------------------------------------------------*/
/* base
-------------------------------------------------------*/
br.spbr{
	display:none;
}

br.pcbr{
	display:block;
}

.sdgs-bnr a{
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.sdgs-bnr a:hover{
	opacity: .7;
}

div.add-contents a.btn_detail {
	-moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.add-contents a.btn_detail:hover {
	background: #919191;
}

div.add-contents ul.intro li a{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

div.add-contents ul.intro li a:hover {
	opacity: 0.6;
}
/* ------------------------------------------------------*/
}

/* *****************************************************
 *	media queries
 * *****************************************************/
@media screen and (min-width: 768px){
/* ------------------------------------------------------*/
/* pagetitle
-------------------------------------------------------*/
div.pagetitle {
   	background: url(../mokuzou/images/title-img.jpg) no-repeat center;
   	background-size: cover;
}

div.pagetitle > h2 {
  	padding-left: 50px;
   	color: #000;
}

div.pagetitle > h2::before {
	top:-10px;
	left:0;
	display:block;
	width:34px;
   	height:59px;
   	background:url(../mokuzou/images/title-icon.png) 0 no-repeat;
	background-size: 34px 59px;
}

*::-ms-backdrop, div.pagetitle > h2::before {
	top: -18px;
}

br.sp_br{
	display: none;
}
/* school-join housing/index.html
-------------------------------------------------------*/
/* div.school-join br.pcbr{
	display: block;
} */
/* ------------------------------------------------------*/
}

@media screen and (max-width: 767px){
.sdgs-bnr img{
	display: inline;
}

.sdgs-bnr .large_image{
	display: none;
}

.sdgs-bnr.irie{
	margin: 50px 10px 0;
}

.sdgs-btn span:before{
	top:0 !important;
}

div.banner-section-wrap-machizukuri{
	margin: 40px auto 0;
	padding: 0 10px;
}

div.banner-section-wrap-machizukuri > p{
	margin-bottom: 0;
}

div.banner-section-wrap-machizukuri > p img{
	display: inline;
}

div.banner-section-wrap-machizukuri > p .large_image{
	display: none;
}

/* contents
-------------------------------------------------------*/
div.contents > h3 {
	margin: 0 10px 30px;
	padding-left: 5px;
	font-size: 2.0rem;
}

div.table-container {
	overflow: auto;
    white-space: nowrap;
}

div.scroll-img {
	display: block;
}

/* pagetitle
-------------------------------------------------------*/
div.pagetitle {
   	background: url(../mokuzou/images/title-img_sp.jpg) no-repeat center;
   	background-size: cover;
}

div.pagetitle > h2 {
  	padding-left: 40px;
   	color: #000;
}

div.pagetitle > h2::before {
	top:-4px;
	left:0;
	display:block;
	width:30px;
   	height:50px;
   	background:url(../mokuzou/images/title-icon.png) 0 no-repeat;
	background-size: 30px 50px;
}

*::-ms-backdrop, div.pagetitle > h2::before {
	top: -8px;
}

div.pagetitle > h2 > br {
	display: block;
}

/* accordion
-------------------------------------------------------*/
div.accordion {
	position: relative;
	margin-bottom: 35px;
}

div.accordion > p {
	position: relative;
	display: block;
	padding: 15px 0 35px;
	background: #5f5f5f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

div.accordion > p::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
    width: 12px;
    height: 12px;
	margin-left: -7px;
    border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* contents-menu
-------------------------------------------------------*/
ul.contents-menu {
	visibility: hidden;
	position: absolute;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	z-index: 100;
}

ul.contents-menu > li {
	position: relative;
	width: 100%;
	border-top: 1px solid #fff;
	flex: auto;
	-webkit-flex: auto;
}

ul.contents-menu > li a{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0;
	background: #9f9f9f;
}

/* mokuzou-idea
-------------------------------------------------------*/
div.contents h3.h-idea {
	margin-bottom: 45px;
}

div.mokuzou-idea {
	margin-bottom: 60px;
}

div.mokuzou-idea > p {
	margin: 0 10px 55px;
	font-size: 1.6rem;
}

div.mokuzou-idea > dl {
	margin: 0 10px;
}

div.mokuzou-idea > dl > dt {
	font-size: 1.8rem;
}

div.mokuzou-idea > dl > dd {
	font-size: 1.6rem;
}

/* concept-list
-------------------------------------------------------*/
ul.concepts-list {
	display: block;
}

ul.concepts-list > li {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	background-size: 300px;
}

ul.concepts-list > li:last-child {
	margin-bottom: 0;
}

ul.concepts-list > li > dl {
	min-height: 65px;
	margin-bottom: 5px;
}

ul.concepts-list > li > a {
	height: 44px;
}

ul.concepts-list > li > p:not(:nth-of-type(1)) {
	font-size: 1.6rem;
}

ul.concepts-list > li > p > strong {
	font-size: 3.2rem;
}

ul.concepts-list > li > dl > dt {
	font-size: 2.2rem;
}

ul.concepts-list > li > dl > dd {
	font-size: 1.6rem;
}

/* concept-title concept/detail01～03.html
-------------------------------------------------------*/
div.concept-title {
	margin: 0 10px 75px;
}

div.concept-title p img {
	width: 100px;
}

div.concept-title h4 {
	font-size: 1.6rem;
}

div.concept-title strong {
	font-size: 3.0rem;
}

div.concept-title dt {
	font-size: 2.6rem;
}

div.concept-title dd {
	font-size: 1.6rem;
}

/* concept-detail concept/detail01～03.html
-------------------------------------------------------*/
ul.concept-detail {
	margin-bottom: 80px;
}

ul.concept-detail h5 {
	margin-bottom: 15px;
	padding: 0 5px 4px;
	font-size: 1.8rem;
}

ul.concept-detail h5 br {
	display: block;
}

ul.concept-detail p {
	padding: 0 5px;
}

ul.concept-detail > li {
	margin: 0 10px 50px;
}

/* mokuzou-summary detail02.html
-------------------------------------------------------*/
div.mokuzou-summary {
	padding: 0 10px;
}

div.mokuzou-summary h4 {
	padding: 12px 10px 10px;
	font-size: 1.8rem;
}

div.mokuzou-summary div.table-container {
	margin-bottom: 50px;
}

div.mokuzou-summary ul.mokuzou-summary-list2 {
	margin: 0;
}

div.mokuzou-summary > a {
	width: auto;
	margin: 0 auto 50px;
	font-size: 1.6rem;
	line-height: 1.2;
}

div.mokuzou-summary > a span::before {
    top: 10px;
}

div.mokuzou-summary > a span br {
	display: block;
}

/* mokuzou-summary-list detail02.html
-------------------------------------------------------*/
ul.mokuzou-summary-list {
	margin-bottom: 30px;
	padding-left: 0;
}

ul.mokuzou-summary-list.jisedai li{
	padding-left: 0;
}

/* mokuzou-summary-list2 detail02.html
-------------------------------------------------------*/
ul.mokuzou-summary-list2 {
	width: 970px;
}

/* mokuzou-account detail02.html
-------------------------------------------------------*/
div.mokuzou-account > ul:not(.mokuzou-pdf) {
	display: block;
	margin-bottom: 50px;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li {
	width: auto;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li:not(:last-child) {
	margin: 0 0 30px;
}

div.mokuzou-account > ul:not(.mokuzou-pdf) > li > a {
	display: block;
	font-size: 1.6rem;
}

/* mokuzou-pdf detail02.html
-------------------------------------------------------*/
ul.mokuzou-pdf li dl {
	display: block;
	padding: 20px 10px 34px;
}

ul.mokuzou-pdf li dl dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

ul.mokuzou-pdf li dl dd a {
	height: 50px;
	border: 1px solid #60411d;
}

ul.mokuzou-pdf li dl dd a span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/* mokuzou-guide detail02.html
-------------------------------------------------------*/
div.mokuzou-guide > div.table-container {
	margin-bottom: 0;
}

div.mokuzou-guide p {
	margin-bottom: 40px;
}

/* mokuzou-business business/detail01.html
-------------------------------------------------------*/
div.mokuzou-business {
	margin: 0 10px;
}

div.mokuzou-business h4 {
	padding: 12px 10px 10px;
	font-size: 1.8rem;
}

div.mokuzou-business h5 {
	margin-bottom: 10px;
	padding: 5px 0 4px 32px;
	line-height: 1.4;
}

div.mokuzou-business p {
	margin-bottom: 25px;
}

div.mokuzou-business > figure{
	margin-bottom: 50px;
	width: 80%;
}

div.mokuzou-business > figure.volunteerimg{
	width: 100%;
}

div.mokuzou-business h6 {
	margin-bottom: 15px;
}

div.mokuzou-business > ul.mokuzou-summary-list:nth-last-of-type(1) {
	margin-bottom: 50px;
}

div.mokuzou-business > div.table-container {
	margin: 0 0 60px;
}

div.mokuzou-business > div.scroll-img {
	margin-bottom: 10px;
}

div.mokuzou-business > div.table-container:nth-last-of-type(1) {
	margin-bottom: 50px;
}

div.mokuzou-business > div > table {
	width: 970px;
}

div.mokuzou-business > div > table > thead > tr {
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
}

div.mokuzou-business > a {
	display: block;
	width: auto;
}

/* business-menu business/detail01～03.html
-------------------------------------------------------*/
ul.business-menu {
	display: block;
	width: 100%;
	margin: 0 0 55px;
	font-size: 1.6rem;
	text-align: left;
}

ul.business-menu > li {
	width: 32%;
	margin: 0 0 20px;
	display:inline-block;
	text-align:justify;
}

ul.business-menu > li:last-child{
	margin-bottom: 0;
}

ul.business-menu > li > a{
	padding: 0 0 5px;
	font-size: 1.4rem;
	line-height: 1.3;
}
/* business-accession business/detail02.html
-------------------------------------------------------*/
ol.business-accession {
	margin-bottom: 50px;
}

ol.business-accession > li > h5 {
	padding: 5px 0 3px 32px;
	line-height: 1.4;
}

ol.business-accession > li > h5 br {
	display: block;
}

ol.business-accession > li:nth-child(4) > p {
	margin-bottom: 25px;
}

ol.business-accession > li:nth-child(4) > ul.mokuzou-summary-list {
	margin-bottom: 0;
}

ol.business-accession > li > div {
	display: block;
}

ol.business-accession > li > div > p {
	margin-bottom: 10px;
}

ol.business-accession > li:first-of-type > figure img{
	width: 100%;
}

ol.business-accession li.school div figure img{
	width: 100%;
}
/* mokuzou-business detail04.html
-------------------------------------------------------*/
p.detail04_title span{
	font-size: 1.4rem;
}

p.detail04_title{
	font-size: 1.6rem !important;
	text-align: left;
}

ol.hojyojigyo:nth-of-type(2){
	margin-bottom: 30px;
}

ol.hojyojigyo:nth-of-type(2) li{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 10px 10px 30px;
}

ol.hojyojigyo:nth-of-type(2) li::before{
	left: 10px;
}

ol.hojyojigyo:nth-of-type(2) + p{
	width:100%;
	height:0;
	margin:0 auto;
	padding-top:34.166%;
	background:url(../images/sp_bnr_jyutakustock.jpg) no-repeat;
	background-size:cover;
}

ol.hojyojigyo:nth-of-type(2) + p img{
	display: none;
}

/* mokuzou-business shool_table detail02.html
-------------------------------------------------------*/
ol.business-accession li.school div > div:nth-child(2){
	margin-left: 0;
}

ol.business-accession li.school div div.table-container{
	margin-bottom: 40px;
}

ol.business-accession li.school div p:last-of-type{
	margin-bottom: 20px;
}

ol.business-accession li.school div ul{
	margin-bottom: 20px;
}

ol.business-accession li.school div ul li{
	width: 100%;
}

ol.business-accession li.school div ul li:nth-of-type(9){
	margin-bottom: 20px;
}

/* mokuzou-woodpark woodpark/index.html
-------------------------------------------------------*/
div.mokuzou-woodpark {
	padding: 0 10px;
}

div.mokuzou-woodpark > p {
	margin-bottom: 70px;
	font-size: 1.6rem;
}

div.mokuzou-woodpark > div {
	position: static;
	height: auto;
}

div.mokuzou-woodpark > div > figure {
	position: static;
	text-align: center;
	line-height: 0;
}

div.mokuzou-woodpark > div > figure:not(:nth-last-of-type(1)) {
	margin-bottom: 50px;
}

div.mokuzou-woodpark > div > figure:not(:nth-of-type(1)) > img {
	display: inline;
}

div.mokuzou-woodpark > div > figure:nth-of-type(2) {
	width: auto;
	height: auto;
	background: none;
}

div.mokuzou-woodpark > div > figure:nth-of-type(3) {
	width: auto;
	height: auto;
	background: none;
}

div.mokuzou-woodpark > div > figure:nth-of-type(4) {
	width: auto;
	height: auto;
	background: none;
}

div.mokuzou-woodpark > div > ul {
	position: static;
}

div.mokuzou-woodpark > div > ul {
	width: 280px;
	margin: 0 auto 80px;
}

div.mokuzou-woodpark > div > ul > li {
	font-size: 1.3rem;
	white-space: nowrap;
}

div.mokuzou-woodpark > div > ul > li > span::before {
	width: 12px;
	height: 12px;
	margin: 0 8px;
}

/* housing-title housing/index.html detail.html
-------------------------------------------------------*/
div.housing-title {
	margin-bottom: 45px;
}

div.housing-title > p {
	width: auto;
	height: auto;
	background: none;
	text-align: center;
	line-height: 0;
}

div.housing-title > p > img {
	display: inline;
	max-width: 100%;
	height: auto;
}

/* mokuzou-housing housing/index.html
-------------------------------------------------------*/
div.mokuzou-housing > a {
	width: auto;
	margin: 0 10px;
	font-size: 1.8rem;
}

div.mokuzou-housing > a > span::before {
    top: -2px;
    width: 8px;
    height: 8px;
}

/* school-join housing/index.html
-------------------------------------------------------*/
div.school-join {
	margin: 0 10px 50px;
	padding: 30px 0 20px;
}

div.school-join > dl > dt {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

/* div.school-join br {
	display: block;
} */

div.school-join > dl > dd {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

div.school-join > dl > dd > a {
	width: auto;
	height: 80px;
	margin: 0 10px;
}

div.school-join > dl > dd > a > span::before {
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

div.school-join > dl > dd:nth-of-type(1) > a > span {
	padding-right: 30px;
}

div.school-join > dl > dd:nth-of-type(1) > a > span::after {
	top: 0;
	width: 18px;
	height: 18px;
	background: url(../mokuzou/housing/images/Adobe_file.png) center no-repeat;
	background-size: 18px;
}

div.school-join > dl > dd:nth-of-type(2) > a > span::before {
	top: 10px;
	width: 10px;
	height: 10px;
}

div.school-join > p {
	margin: 0 10px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

div.school-join > p.caution {
	margin: 0 10px 0 26px;
}

/* housing-list housing/index.html
-------------------------------------------------------*/
ul.housing-list {
	display: block;
	margin: 0 10px 50px;
}

ul.housing-list > li {
	width: auto;
	margin: 0 0 50px;
}

ul.housing-list > li .notes-box dl dt{
	font-size: 1.8rem;
}

ul.housing-list > li .notes-box dl dd > p:first-child{
	font-size: 1.6rem;
}

ul.housing-list.high > li > dl > dd > p{
	height: 80px;
}

ul.housing-list > li .notes-box-more{
	font-size: 1.5rem;
}

ul.housing-list > li .notes-box dl dd ul li{
	font-size: 1.4rem;
}

ul.housing-list > li .notes-box dl dd > p:nth-of-type(2){
	font-size: 1.4rem;
}

ul.housing-list > li .notes-box + p{
	font-size: 1.4rem;
}

ul.housing-list > li > dl {
	margin-bottom: 15px;
}

ul.housing-list > li > dl > dd p {
	font-size: 1.8rem;
}

ul.housing-list > li > dl > dd p br.sp-br {
	display: block;
}

ul.housing-list > li > dl > dd p > span {
	font-size: 1.4rem;
}

ul.housing-list > li > p {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > .detail-text {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > ul {
	margin-bottom: 30px;
}

ul.housing-list > li > ul > li:not(:last-child) {
	margin-bottom: 15px;
}

ul.housing-list > li > ul > li > dl {

}

ul.housing-list > li > ul > li > dl > dt {
	width: 60px;
	font-size: 1.4rem;
}

ul.housing-list > li > ul > li > dl > dd {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.housing-list > li > a {
	width: auto;
	height: 50px;
	font-size: 1.8rem;
}

/* housing-detail housing/detail.html
-------------------------------------------------------*/
ul.housing-detail {
	margin: 0 10px;
}

ul.housing-detail > li:not(:last-child) {
	margin-bottom: 70px;
}

ul.housing-detail > li > p {
	font-size: 1.8rem;
}

ul.housing-detail > li > h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.2;
}

ul.housing-detail > li > h4 > br.sp-br {
	display: block;
}

/* housing-detail-list housing/detail.html
-------------------------------------------------------*/
.housing-detail-list > li {
	display: block;
}

.housing-detail-list > li:not(:last-child) {
	margin-bottom: 40px;
}

.housing-detail-list > li > div {
	margin-bottom: 35px;
	font-size: 1.6rem;
}

.housing-detail-list > li > div > h5 {
	font-size: 1.6rem;
	line-height: 1.8;
}

.housing-detail-list > li > div > p {
	font-size: 1.6rem;
	line-height: 1.8;
}

.housing-detail-list > li > ul {
	margin-left: 0;
	padding-top: 0;
}

.housing-detail-list > li > ul > li {
	width: auto;
	height: auto;
}

.housing-detail-list > li > ul > li > img {
	display: inline;
}

.housing-detail-list ul.img-change > li {
	background: none !important;
	text-align: center;
}

/* housing-detail-list2 housing/detail.html
-------------------------------------------------------*/
ul.housing-detail-list2 > li {
	line-height: 1.8;
}

/* mokouzou-csr csr/index.html
-------------------------------------------------------*/
div.mokuzou-csr {
	margin: 0 10px;
}

div.mokuzou-csr > h4 {
	padding: 12px 10px 10px;
    font-size: 1.8rem;
}

div.mokuzou-csr > h4 > br {
	display: block;
}

div.mokuzou-csr > p:nth-of-type(1) {
	margin-bottom: 65px;
}

div.mokuzou-csr > ol > li > h5 {
	padding: 0 5px 10px;
    font-size: 1.8rem;
}

div.mokuzou-csr > ol > li:not(:last-child) {
	margin-bottom: 65px;
}

div.mokuzou-csr > ol > li > p {
	margin: 0 5px;
}

div.mokuzou-csr > ol > li > ol {
	margin: 0 5px 50px;
}

div.mokuzou-csr > ol > li > ol > li > h6 {
	font-size: 1.6rem;
}

/* banner link
-------------------------------------------------------*/
div.banner-section-wrap > p{
	margin-bottom: 0;
}

div.banner-section-wrap > p img{
	display: inline;
}

div.banner-section-wrap > p .large_image{
	display: none;
}

div.add > h3{
	margin-bottom: 20px;
}

div.add-contents{
	padding: 0 10px;
}

div.add-contents div.table-container{
	margin-bottom: 50px;
}

div.add-contents > p{
	margin-bottom: 20px;
	padding-left: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.add-contents > h4{
	padding: 12px 10px 10px;
	font-size: 1.8rem;
}

div.add-contents ul.mokuzou-summary-list{
	margin-bottom: 35px;
}

div.add-contents a.btn_detail{
	margin-bottom: 45px;
	width: 100%;
}

div.add-contents > p.notice{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

div.add-contents dl.contact > dt{
	font-size: 18px;
	font-size: 1.8rem;
}

div.add-contents dl.contact > dd{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
}

div.add-contents dl.contact > dd > ul{
	margin-top: 10px;
}

div.add-contents dl.contact > dd > ul > li > dl > dt:after{
	padding: 0 5px;
}

div.add-contents ul.intro li figure{
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	text-align: center;
}

div.add-contents ul.intro li figure img{
	height: 45px;
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

div.add-contents ul.intro li a{
	padding: 40px 20px 50px;
}

div.add-contents ul.intro li dl{
	flex: auto;
	-webkit-flex: auto;
	width: 100%;
}

div.add-contents ul.intro li dl dt{
	font-size: 1.6rem;
}

div.add-contents ul.intro li dl dd{
	font-size: 1.4rem;
}

div.add-contents ul.intro li a p{
	width: 120px;
	font-size: 1.4rem;
}

/* *****************************************************
 *	sdgs-contents
 * *****************************************************/
.sdgs-contents{
	margin-top: 80px;
}

.sdgs-contents img{
	display: inline;
}

.sdgs-contents img.large_image{
	display: none;
}

.sdgs-contents .sdgs-head-contents .sdgs-head {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	border-top: 1px solid #3E3A39;
	border-bottom: 1px solid #3E3A39;
}

.sdgs-contents .sdgs-head-contents .sdgs-head dl dt,
.sdgs-contents .sdgs-head-contents .sdgs-head dl dd{
	font-size: 1.6rem;
}

.sdgs-contents .sdgs-head-contents .sdgs-head + h3{
	margin-bottom: 0 !important;
	height: auto;
	padding: 20px;
}

.sdgs-contents .sdgs-head-contents .sdgs-head + h3 img{
	width: 100%;
	max-width: 305px;
}

.sdgs-contents .sdgs-head-contents:before,
.sdgs-contents .sdgs-head-contents:after {
	background: url(../mokuzou/business/images/sdgs/bg_gradation_sp.svg) center / cover no-repeat;
}

.sdgs-contents .sdgs-case-list{
	margin-bottom: 40px;
	padding: 0 20px;
}

.sdgs-contents .sdgs-case-list > li:not(:last-child){
	margin-bottom: 40px;
}

.sdgs-contents .sdgs-case-list > li .case-title h4{
	margin-bottom: 20px;
	padding: 0 20px;
	height: 70px;
	background: url(../mokuzou/business/images/sdgs/bg_case_sp.svg) right / cover no-repeat;
}

.sdgs-contents .sdgs-case-list > li .case-title h4 img{
	height: 32px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon{
	right: 45px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon li{
	width: 40px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon li:not(:first-child){
	margin-left: 5px;
}

.sdgs-contents .sdgs-case-list > li .case-txt-title{
	margin-bottom: 20px;
}

.sdgs-contents .sdgs-case-list > li .case-txt-title img{
	max-width: 100%;
}

.sdgs-contents .sdgs-case-list > li:first-child .case-txt-title img{
	width: 100%;
	max-width: 300px;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .case-txt-title,
.sdgs-contents .sdgs-case-list > li:nth-child(3) .case-txt-title{
	border-bottom: 1px solid #3e3a39;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .case-txt-title img,
.sdgs-contents .sdgs-case-list > li:nth-child(3) .case-txt-title img{
	height: 42px;
}

.sdgs-contents .sdgs-case-list > li .detail-block .txt-block p{
	line-height: 1.5;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item > figure{
	width: 100%;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item{
	width: 100%;
	margin: 0 0 20px;
}

.sdgs-contents .sdgs-case-list > li:first-child .detail-block .img-item > figure:before{
	padding-top: 60%;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .detail-block .img-item > figure{
	width: 100%;
}

.sdgs-contents .sdgs-case-list > li:nth-child(2) .detail-block .img-item > figure:first-child{
	margin-bottom: 5px;
}

.sdgs-contents .sdgs-case-list > li:nth-child(3) .detail-block .img-item > figure:before{
	padding-top: 85%;
}

.sdgs-contents .sdgs-case-list > li .detail-block .txt-block p:not(:last-child){
	margin-bottom: 25px;
}

.sdgs-contents .target-block{
	margin-top: 30px;
	padding: 25px 15px;
}

.sdgs-contents .target-block > dt{
	margin-bottom: 18px;
	font-size: 2.0rem;
}

.sdgs-contents .target-block > dd ul li{
	width: 100%;
}

.sdgs-contents .target-block > dd ul li:not(:last-child){
	margin-bottom: 15px;
}

.sdgs-contents .target-block > dd ul li{
	padding: 20px;
}

.sdgs-contents .target-block > dd ul li dl dt{
	font-size: 1.8rem;
}

.sdgs-contents .sdgs-effort{
	margin-bottom: 40px;
	padding: 0 20px;
}

.sdgs-contents .sdgs-effort > dt{
	height: 60px;
	font-size: 2.4rem;
}

.sdgs-contents .sdgs-effort > dd > ul > li{
	width: 100%;
	padding: 35px 20px;
}

.sdgs-contents .sdgs-effort > dd > ul > li:not(:last-child){
	margin-bottom: 15px;
}

.sdgs-contents .sdgs-effort > dd > ul > li .num img{
	height: 100px;
}

.sdgs-contents .sdgs-effort > dd > ul > li dl dt{
	line-height: 1.5;
}

.sdgs-contents .sdgs-foot .jiwood-com-info{
	padding: 40px 20px;
	border-top: 1px solid #3E3A39;
	border-bottom: 1px solid #3E3A39;
}

.sdgs-contents .sdgs-foot .jiwood-com-info dl{
	margin-bottom: 20px;
}

.sdgs-contents .sdgs-foot .jiwood-com-info dl dd{
	font-size: 2.0rem;
	line-height: 1.5;
}

.sdgs-contents .sdgs-foot .sdgs-info{
	height: auto;
	padding: 40px 20px;
}

.sdgs-contents .sdgs-foot .sdgs-info figure{
	margin: 0 auto 20px;
}

.sdgs-contents .sdgs-foot .sdgs-info dl{
	width: 100%;
}

.sdgs-contents .sdgs-foot .sdgs-info dl dt{
	font-size: 2.0rem;
	text-align: center;
}

.sdgs-contents .sdgs-foot .sdgs-info dl dd{
	text-align: center;
}

.sdgs-contents .sdgs-foot:after{
	background: url(../mokuzou/business/images/sdgs/bg_gradation_sp.svg) center / cover no-repeat;
}
}

@media screen and (min-width: 568px) and (max-width: 767px){
/* ------------------------------------------------------*/
/* pagetitle
-------------------------------------------------------*/
div.pagetitle > h2::before{
	top:7px;
}

*::-ms-backdrop, div.pagetitle > h2::before {
	top: 2px;
}

/* ------------------------------------------------------*/
}

@media screen and (max-width: 320px) {
.sdgs-contents .sdgs-case-list > li .case-title h4{
	padding: 0 10px;
	background: url(../mokuzou/business/images/sdgs/bg_case_sp.svg) left / cover no-repeat;
}

.sdgs-contents .sdgs-case-list > li .case-title h4 img{
	height: 28px;
}

.sdgs-contents .sdgs-case-list > li .case-title .sdgs-icon{
	right: 10px;
}
}
