@charset "utf-8";

/* none */
.edit-area.contact{
	/*display: none;*/
}

a{
	word-break: break-all;
}

.ophover a{
	transition: ease .25s opacity;
}
@media screen and (min-width: 1025px){
	.ophover a:hover{
		opacity: .8;
	}
}

/* ------------------------------------------- */
/* edit-area keyvisual */
/* ------------------------------------------- */
.edit-area.keyvisual{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 550px;
	background: url(../img/accounting/keyvisual_bg.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual{
		height: 300px;
	}
}
@media screen and (max-width: 320px){
	.edit-area.keyvisual{
		height: 200px;
	}
}

.edit-area.keyvisual .main{
	margin-left: auto;
	width: 600px;
	color: #000;
	font-size: 4.1rem;
	font-weight: bold;
	line-height: 160%;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual .main{
		width: auto;
		padding-left: 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.edit-area.keyvisual .main br{
		/*display: none;*/
	}
}
@media screen and (max-width: 320px){
	.edit-area.keyvisual .main{
		font-size: 1.6rem;
	}
}

/* keyvisual-photo-set */
.keyvisual-photo-set{
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
	width: 1080px;
	background: url(../img/accounting/keyvisual_bg01.jpg) no-repeat right center;
	box-sizing: border-box;
}
@media screen and (max-width: 1080px){
	.keyvisual-photo-set{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set{
		padding: 200px 0 40px;
		background-position: center 20px;
		background-size: auto 180px;
	}
}

.keyvisual-photo-set .main{
	margin-bottom: 30px;
	max-width: 540px;
	text-align: center;
	font-weight: bold;
	font-size: 4.2rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set .main{
		margin-bottom: 10px;
		font-size: 2.4rem;
		text-align: center;
	}
}


.keyvisual-photo-set .label-set{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 540px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set .label-set{
		margin-bottom: 15px;
	}
}
.keyvisual-photo-set .label-set .label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	width: 260px;
	height: 40px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set .label-set .label{
		width: 70%;
		font-size: 13px;
		height: 30px;
		border-radius: 15px;
	}
}
@media screen and (max-width: 374px){
	.keyvisual-photo-set .label-set .label{
		width: 90%;
	}
}
@media print,screen and (min-width: 768px){
	.keyvisual-photo-set .label-set .label.c1{ width: 320px;}
	.keyvisual-photo-set .label-set .label.c3{ margin-left: 5px;}
}
.keyvisual-photo-set .label-set .label.c1{ background: #ab1738;}
.keyvisual-photo-set .label-set .label.c2{ background: #49bccf;}
.keyvisual-photo-set .label-set .label.c3{ background: #8ec21e;}


.keyvisual-photo-set .logomark{
	max-width: 540px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set .logomark{
		text-align: center;
	}
	.keyvisual-photo-set .logomark img{
		max-width: 250px;
	}
}

.keyvisual-photo-set .logomark a{
	display: inline-block;
	transition: ease .25s opacity;
}
@media screen and (min-width: 1025px){
	.keyvisual-photo-set .logomark a:hover{
		opacity: .8;
	}
}

.keyvisual-photo-set .index-btn{
	max-width: 540px;
	text-align: center;
}
.keyvisual-photo-set .index-btn.large .cover{
	display: inline-flex;
	margin: 0;
}
@media screen and (max-width: 767px){
	.keyvisual-photo-set .index-btn{
	}
	.keyvisual-photo-set .index-btn.large .cover{
		margin: 0 auto;
	}
}


/* ------------------------------------------- */
/* index-title */
/* ------------------------------------------- */
/* 01 */
.index-title01{
	margin: 0 0 70px;
	padding: 37px 0;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	background: #29C5A0;
}
@media screen and (max-width: 767px){
	.index-title01{
		margin-bottom: 40px;
		padding: 15px 10px;
		font-size: 2rem;
		letter-spacing: 1px;
	}
}

/* 02 */
.index-title02{
	position: relative;
	margin-bottom: 55px;
	padding-bottom: 14px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	letter-spacing: 2px;
}
@media screen and (max-width: 767px){
	.index-title02{
		margin-bottom: 30px;
		font-size: 1.8rem;
		line-height: 170%;
		letter-spacing: 0;
	}
	.index-title02 span{
		display: block;
	}
}

.index-title02:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background: #29C5A0;
}
@media screen and (max-width: 767px){
	.index-title02:after{
		height: 2px;
	}
}

/* 03 */
.index-title03{
	margin-bottom: 40px;
	padding: 9px 0 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	background: #92D050;
}
@media screen and (max-width: 767px){
	.index-title03{
		margin-bottom: 20px;
		padding: 8px 0;
		font-size: 1.6rem;
	}
}
.index-title03.mini{
	padding: 7px 0;
}
@media screen and (max-width: 767px){
	.index-title03.mini{
		padding: 5px 0;
	}
}
.index-title03.type02{
	background: #EDB605;
}

/* arrow */
.index-title03.arrow{
	position: relative;
}
.index-title03.arrow:after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #92D050;
}
.index-title03.type02.arrow:after{
	border-top-color: #EDB605;
}

/* 04 */
.index-title04{
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 14px 60px;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 140%;
	border-bottom: 2px solid #CCC;
}
@media screen and (max-width: 767px){
	.index-title04{
		margin-bottom: 20px;
		font-size: 1.6rem;
		padding: 0 0 8px 20px;
		border-bottom-width: 1px;
	}
}
.index-title04:after{
	content: "";
	position: absolute;
	left: 30px;
	top: 5px;
	display: block;
	width: 7px;
	height: 24px;
	background: #2CC49D;
}

@media screen and (max-width: 767px){
	.index-title04:after{
		top: 2px;
		left: 5px;
		width: 3px;
		height: 20px;
	}
}

.index-title04.type01{
	padding-left: 34px;
}
@media screen and (max-width: 767px){
	.index-title04.type01{
		padding-left: 14px;
	}
}
.index-title04.type01:after{
	left: 0;
}


/* index-btn */

.index-btn{
	text-align: center;
}
.index-btn .cover{
	position: relative;
	display: inline-block;
	padding: 11px 0;
	width: 270px;
	color: #FFF;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	background: #00A0E8;
	border-radius: 3px;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: ease .25s all;
}
.index-btn.large .cover{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 420px;
	font-size: 1.8rem;
	line-height: 130%;
	height: 62px;
}
@media screen and (max-width: 767px){
	.index-btn .cover,
	.index-btn.large .cover{
		width: 300px;
		font-size: 1.4rem;
	}
}


@media screen and (min-width: 1025px){
	.index-btn .cover:hover{
		color: #00A0E8;
		background: #FFF;
		border-color: #00A0E8;
	}
}
.index-btn .cover:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #00A0E8;
}

.index-btn .cover:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #FFF;
}


/* center-text */
.edit-area .center-text{
	margin: 0 auto 40px;
	width: 680px;
}
@media screen and (max-width: 767px){
	.edit-area .center-text{
		margin-bottom: 20px;
		width: 100%;
	}
}
.edit-area .center-text p{
	line-height: 180%;
}
@media screen and (max-width: 767px){
	.edit-area .center-text p{
		font-size: 1.4rem;
	}
}
.edit-area .center-text.type02{
	width: auto;
	text-align: center;
}

/* three-list */
.edit-area .three-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-bottom: 80px;
}
@media screen and (max-width: 767px){
	.edit-area .three-list{
		margin-bottom: 40px;
	}
}
.edit-area .three-list li{
	max-width: 234px;
	width: 33.33%;
	text-align: center;
}
.edit-area .three-list .three-icon{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.edit-area .three-list .three-icon img{
		max-height: 40px;
	}
}
.edit-area .three-list .three-title{
	margin-bottom: 12px;
	line-height: 160%;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.edit-area .three-list .three-title{
		font-size: 1.4rem;
	}
}
.edit-area .three-list .three-text{
}
.edit-area .three-list .three-text p{
	line-height: 140%;
	text-align: left;
}
@media screen and (max-width: 767px){
	.edit-area .three-list .three-text p{
		font-size: 1.2rem;
	}
	.edit-area .three-list .three-text p br{
		display: none;
	}
}

/* center-image */
.edit-area .center-image{
	text-align: center;
}


/* click-img */
.click-img{
	pointer-events: none;
}

@media screen and (max-width: 767px){
	.click-img{
		display: block;
		position: relative;
		padding-bottom: 25px;
		pointer-events: auto;
	}
	.click-img:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 14px;
		background: url(../img/index/click_text.jpg) no-repeat center center / auto 100%;
	}
}

/* support-btn */
.edit-area .support-btn{
	margin: 0 auto;
	width: 680px;
}
@media screen and (max-width: 767px){
	.edit-area .support-btn{
		margin-bottom: 20px;
		width: auto;
	}
}
.edit-area .support-btn a{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 36px 42px;
	text-align: center;
	text-decoration: none;
	border: 3px solid transparent;
	transition: ease .25s background;
}
@media screen and (max-width: 767px){
	.edit-area .support-btn a{
		display: block;
		padding: 20px;
	}
}

.edit-area .support-btn a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 29px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.edit-area .support-btn a:after{
		right: 16px;
	}
}
.edit-area .support-btn a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 11px;
}
.edit-area .support-btn.type01 a:before{ background: #49BDCF;}
.edit-area .support-btn.type02 a:before{ background: #1a7d5a;}
.edit-area .support-btn.type03 a:before{ background: #8EC31F;}

@media screen and (max-width: 767px){
	.edit-area .support-btn a:before{
		right: 10px;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}
}

.edit-area .support-btn.type01 a{	border-color: #49BDCF;}
.edit-area .support-btn.type02 a{	border-color: #1a7d5a;}
.edit-area .support-btn.type03 a{	border-color: #8EC31F;}
@media screen and (min-width: 1025px){
	.edit-area .support-btn.type01 a:hover,
	.edit-area .support-btn.type02 a:hover,
	.edit-area .support-btn.type03 a:hover{	background: #FAFAFA;}
}

.edit-area .support-btn .logomark{
	width: 160px;
	margin-right: 30px;
}
@media screen and (max-width: 767px){
	.edit-area .support-btn .logomark{
		margin: 0 auto 10px;
	}
}
.edit-area .support-btn .text{
	width: calc(100% - 190px);
	text-align: left;
	font-size: 1.4rem;
	line-height: 140%;
}
@media screen and (max-width: 767px){
	.edit-area .support-btn .text{
		width: auto;
	}
}


/* margin-text-box */
.edit-area .margin-text-box{
	margin: 0 auto;
	width: 960px;
}
@media screen and (max-width: 960px){
	.edit-area .margin-text-box{
		width: auto;
	}
}
.edit-area .margin-text-box p{
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px){
	.edit-area .margin-text-box p{
		font-size: 1.4rem;
	}
}
.edit-area .margin-text-box p:last-child{
	margin-bottom: 0;
}




/* ------------------------------------------- */
/* document */
/* ------------------------------------------- */

.edit-area .material-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.edit-area .material-list > li{
	margin-bottom: 90px;
	width: 304px;
}
@media screen and (max-width: 767px){
	.edit-area .material-list > li{
		margin: 0 auto 50px;
		width: 80%;
	}
}

.edit-area .material-list .number{
	position: relative;
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	background-color: #29C5A0;
	border-radius: 50px;
}
@media screen and (max-width: 767px){
	.edit-area .material-list .number{
		width: 60px;
		height: 60px;
		font-size: 2rem;
		line-height: 60px;
		border-radius: 30px;
	}
}

.edit-area .material-list .title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: flex;
	-moz-flex-wrap: flex;
	-ms-flex-wrap: flex;
	-o-flex-wrap: flex;
	flex-wrap: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 80px;
	margin-bottom: 20px;
	color: #29C5A0;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}
@media screen and (max-width: 767px){
	.edit-area .material-list .title{
		min-height: auto;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.edit-area .material-list .title br{
		display: none;
	}
}


.edit-area .material-list .text{
	margin-bottom: 30px;
	min-height: 120px;
}
@media screen and (max-width: 767px){
	.edit-area .material-list .text{
		margin-bottom: 16px;
		font-size: 1.4rem;
		min-height: auto;
	}
}

.edit-area .material-list .trial{

}
.edit-area .material-list .link-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
}
.edit-area .material-list .link-list > li{
	width: 145px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px){
	.edit-area .material-list .link-list > li{
		width: 49%;
	}
}
.edit-area .material-list .common-btn.type02 a{
	min-width: auto;
	width: 100%;
	padding: 8px 8px 9px;
	font-size: 1.4rem;
	background: #00A0E8;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	.edit-area .material-list a{
		border-radius: 3px;
	}
}

.edit-area .material-list .common-btn.type02 a:after{
	right: 10px;
}
@media screen and (min-width: 1025px){
	.edit-area .material-list .common-btn.type02 a:hover{
		background-color: #C00;
	}
	.edit-area .material-list .common-btn.type02 a:hover:before{
		border-color: #C00;
	}
}


.edit-area .material-list .link-list .toc a{
	position: relative;
	display: block;
	padding: 8px;
	color: #1F7AC6;
	text-align: center;
	line-height: 135%;
	background: url(/common/img/icon/icon_pdf.png) no-repeat 10px center;
	background-size: 18px auto;
	border: 1px solid #1F7BC7;
	box-sizing: border-box;
	transition: ease 0.25s all;
}
.edit-area .material-list .link-list .toc a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1F7BC7;
	border-right: 2px solid #1F7BC7;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media screen and (min-width: 1025px){
	.edit-area .material-list .link-list .toc a:hover{
		color: #FFF;
		background-color: #1F7BC7;
	}
	.edit-area .material-list .link-list .toc a:hover:after{
		border-top-color: #FFF;
		border-right-color: #FFF;
	}
	.edit-area .material-list .link-list .toc a:before{
		content: "";
		display: block;
		position: absolute;
		left: -10%;
		top: -10%;
		opacity: 0;
		width: 120%;
		height: 120%;
		box-sizing: border-box;
		border: 2px solid #1F7BC7;
		transition: ease 0.25s all;
		pointer-events: none;
	}
	.edit-area .material-list .link-list .toc a:hover:before{
		opacity: 1;
		left: -4px;
		top: -4px;
		width: calc(100% + 8px);
		height: calc(100% + 8px);
		border-color: #1F7BC7;
	}
}

.edit-area .material-list .link-list .toc a span{
	display: inline-block;
	pointer-events: none;
}

/* ------------------------------------------- */
/* save */
/* ------------------------------------------- */

/* big-notes */
.edit-area.save .big-notes{
	margin-bottom: 60px;
	padding: 16px 0;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	background: #eee;
}
@media screen and (max-width: 767px){
	.edit-area.save .big-notes{
		margin-bottom: 30px;
		padding: 10px;
		font-size: 14px;
	}
}

/* lp-table type01 */
.edit-area.save .lp-table.type01{
	margin-bottom: 40px;
}
.edit-area.save .lp-table.type01 th,
.edit-area.save .lp-table.type01 td{
	padding: 30px 20px;
	font-size: 14px;
	border: 1px solid #555;
}
.edit-area.save .lp-table.type01 th{
	width: 260px;
	padding-left: 30px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	line-height: 2.29;
	background: #EEE;
	box-sizing: border-box;
}
.edit-area.save .lp-table.type01 td{
	line-height: 1.86;
}

.edit-area.save .lp-table.type01 .c1 th{ background: #EEF6DD;}
.edit-area.save .lp-table.type01 .c2 th{ background: #D9EEFF;}
/*.edit-area.save .lp-table.type01 .c3 th{ background: #000;}*/

@media screen and (max-width: 767px){
	.edit-area.save .lp-table.type01 th,
	.edit-area.save .lp-table.type01 td{
		display: block;
		width: 100%;
		padding: 10px;
		line-height: 1.6;
		box-sizing: border-box;
	}
	.edit-area.save .lp-table.type01 td{
		margin-bottom: 10px;
		border-top: 0;
	}
}


.edit-area.save .lp-table.type01 td ul{
	color: #3F3D40;
	letter-spacing: 0.05em;
}
.edit-area.save .lp-table.type01 td ul li:last-child{
	margin-bottom: 0;
}
.edit-area.save .lp-table.type01 td ul li{
	position: relative;
	padding-left: 18px;
}
@media screen and (max-width: 767px){
	.edit-area.save .lp-table.type01 td ul li{
		padding-left: 16px;
	}
}
.edit-area.save .lp-table.type01 td ul li:before{
	content: "・";
	position: absolute;
	left: 0;
}
.edit-area.save .lp-table.type01 td ul li span{
	color: #FF7D44;
	font-weight: bold;
}

.edit-area.save .lp-table.type01 td .notes{
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.4;
	color: #b6b6b6;
}
@media screen and (max-width: 767px){
	.edit-area.save .lp-table.type01 td .notes{
		padding-left: 16px;
		font-size: 11px;
	}
}

/* toc-box */
.edit-area.save .toc-box{
	padding: 38px;
	margin: 0 auto 60px;
	max-width: 500px;
	border: 2px solid #eee;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	.edit-area.save .toc-box{
		margin-bottom: 20px;
		padding: 15px;
	}
}

.edit-area.save .toc-box .index-title04{
	margin-bottom: 20px;
}
@media screen and ( max-width: 767px ){
	.edit-area.save .toc-box .index-title04{
		padding: 0 0 8px 40px;
	}
}

.edit-area.save .toc-box .index-title04:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	display: block;
	width: 36px;
	height: 31px;
	background: no-repeat url("../img/accounting/index-title04_icon.png");
}
@media screen and ( max-width: 767px ){
	.edit-area.save .toc-box .index-title04:after{
		background-size: 70%;
	}
}


.edit-area.save .toc-box .list{
	counter-reset: number;
	font-size: 14px;
	line-height: 1.86;
}
.edit-area.save .toc-box .list li{
	position: relative;
	padding-left: 22px;
}
.edit-area.save .toc-box .list li:before{
	position: absolute;
	left: 0;
	content: counter(number)"．";
	counter-increment: number;
}
.edit-area.save .toc-box .list li a{
	text-decoration: none;
}
@media screen and (min-width: 1025px){
	.edit-area.save .toc-box .list li a:hover{
		text-decoration: underline;
	}
}

/* center-movie */
.edit-area.save .center-movie{
	text-align: center;
}
.edit-area.save .center-movie iframe{
	display: block;
	margin: 0 auto;
	width: 750px;
	height: 460px;
}
@media screen and (max-width: 767px){
	.edit-area.save .center-movie iframe{
		width: 100%;
		height: 56.25vw;
	}
}

/* case-list */
.edit-area.save .case-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.edit-area.save .case-list li{
	margin-left: 60px;
	width: calc(33.33% - 40px);
}
@media screen and (max-width: 767px){
	.edit-area.save .case-list li{
		margin: 0 0 50px;
		width: 100%;
	}
	.edit-area.save .case-list li:last-child{
		margin-bottom: 0;
	}
}
.edit-area.save .case-list li:nth-child(3n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.edit-area.save .case-list .text-box{
		margin-bottom: 20px;
	}
}
.edit-area.save .case-list .text-box .sub{
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.edit-area.save .case-list .text-box .sub{
	}
}
.edit-area.save .case-list .text-box .main{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 767px){
	.edit-area.save .case-list .text-box .main{
		font-size: 22px;
	}
}

.edit-area.save .case-list .photo-box{
	text-align: center;
}
@media screen and (max-width: 767px){
	.edit-area.save .case-list .photo-box img{
		max-width: 200px;
	}
}


/* save-table01 */
.edit-area.save .save-table01{
	margin-bottom: 50px;
	width: 100%;
}
@media screen and (max-width: 767px){
	.edit-area.save .save-table01{
		margin-bottom: 30px;
		border-bottom: 1px solid #000;
	}
}
.edit-area.save .save-table01 th,
.edit-area.save .save-table01 td{
	padding: 14px 22px;
	font-size: 1.7rem;
	line-height: 135%;
	text-align: left;
	border: 1px solid #000;
}
@media screen and (max-width: 767px){
	.edit-area.save .save-table01 th,
	.edit-area.save .save-table01 td{
		display: block;
		padding: 10px;
		font-size: 1.4rem;
		box-sizing: border-box;
		border-bottom: 0;
	}
}
.edit-area.save .save-table01 th{
	font-weight: normal;
	background: #DDEBF7;
}

.edit-area.save .save-table01 th{	width: 334px;}
.edit-area.save .save-table01 td:nth-child(2){	width: 499px;}
.edit-area.save .save-table01 td:nth-child(3){	width: 249px;}

@media screen and (max-width: 767px){
	.edit-area.save .save-table01 th,
	.edit-area.save .save-table01 td:nth-child(2),
	.edit-area.save .save-table01 td:nth-child(3){	width: 100%;}

	.edit-area.save .save-table01 td:nth-child(3){
		border-top: 0;
	}
}


.edit-area.save .save-table01.type01 td span{ color: #1a7d5a;}
.edit-area.save .save-table01.type02 td span{ color: #00B1F1;}
.edit-area.save .save-table01.type03 td span{ color: #8EC31F;}


.edit-area.save .table-notes{
	margin: 0 auto;
	width: 960px;
	font-size: 1.4rem;
	line-height: 160%;
}
@media screen and (max-width: 960px){
	.edit-area.save .table-notes{
		width: auto;
	}
}
.edit-area.save .table-notes .link{
	color: #116839;
	text-decoration: underline;
}
@media screen and (min-width: 1025px){
	.edit-area.save .table-notes .link:hover{
		text-decoration: none;
	}
}

.edit-area.save .material-list > li{
	position: relative;
	padding-bottom: 30px;
}
@media screen and (max-width: 767px){
	.edit-area.save .material-list > li{
		padding-bottom: 0;
	}
}
.edit-area.save .material-list li .title{
	min-height: auto;
}

.edit-area.save .material-list li:nth-child(1) .number{	background: #1a7d5a;}
.edit-area.save .material-list li:nth-child(2) .number{	background: #00B1F1;}
.edit-area.save .material-list li:nth-child(3) .number{	background: #8EC31F;}

.edit-area.save .material-list li:nth-child(1) .title{	color: #1a7d5a;}
.edit-area.save .material-list li:nth-child(2) .title{	color: #00B1F1;}
.edit-area.save .material-list li:nth-child(3) .title{	color: #8EC31F;}

.edit-area.save .material-list .link-list{
	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: center;
}
@media screen and (max-width: 767px){
	.edit-area.save .material-list .link-list{
		position: static;
	}
}

div[id^=N]{
	padding-top: 130px;
	margin-top: -130px;
}
@media screen and (max-width: 767px){
	div[id^=N]{
		padding-top: 80px;
		margin-top: -80px;
	}
}

/* ------------------------------------------- */
/* efficiency */
/* ------------------------------------------- */
.edit-area.efficiency{
}
.edit-area.efficiency p{
	margin: 0 auto;
	width: 960px;
	line-height: 180%;
}
@media screen and (max-width: 960px){
	.edit-area.efficiency p{
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.edit-area.efficiency p{
		font-size: 1.4rem;
	}
}

.edit-area .image-notes{
	margin: 0 auto;
	width: 690px;
	font-size: 1.4rem;
	line-height: 160%;
}
@media screen and (max-width: 767px){
	.edit-area .image-notes{
		width: auto;
	}
}
.edit-area .image-notes.type01{
	width: 960px;
}
@media screen and (max-width: 960px){
	.edit-area .image-notes.type01{
		width: auto;
	}
}
.edit-area .image-notes .link{
	color: #116839;
	text-decoration: underline;
}
@media screen and (min-width: 1025px){
	.edit-area .image-notes .link:hover{
		text-decoration: none;
	}
}


/* ------------------------------------------- */
/* case */
/* ------------------------------------------- */

.edit-area.case .other-list{
	letter-spacing: -0.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.edit-area.case .other-list li{
	position: relative;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 27px;
	width: 31.3%;
	vertical-align: top;
	letter-spacing: 1px;
	background-color: #F8F8F8;
	border: 1px solid #CCC;
	box-sizing: border-box;
	transition: ease 0.25s background-color;
}
@media screen and (max-width: 767px){
	.edit-area.case .other-list li{
		width: 49%;
		margin-bottom: 2%;
	}
	.edit-area.case .other-list li:nth-child(2n+1){
		margin-left: 0;
	}
}
@media screen and (max-width: 412px){
	.edit-area.case .other-list li{
		margin: 0 0 20px;
		width: 100%;
	}
}

@media screen and (min-width: 768px){
	.edit-area.case .other-list li:nth-child(3n+1){
		margin-left: 0;
	}
}

@media screen and (min-width: 1025px){
	.edit-area.case .other-list li:hover{
		background-color: #D9EFE4;
	}
}



.edit-area.case .other-list li a{
	display: block;
	text-decoration: none;
}
.edit-area.case .other-list li a:after,
.edit-area.case .other-list li a:before,
.edit-area.case .other-list li:after,
.edit-area.case .other-list li:before{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	display: block;
	transition: ease 0.25s all;
	background: #00954A;
}
.edit-area.case .other-list li:after,
.edit-area.case .other-list li:before{
	top: auto;
	bottom: -1px;
	left: auto;
	right: -1px;
}

.edit-area.case .other-list li a:after,
.edit-area.case .other-list li:after{
	width: 0;
	height: 2px;
}


@media screen and (min-width: 1025px){
	.edit-area.case .other-list li:hover a:after,
	.edit-area.case .other-list li:hover:after{
		padding: 0 1px;
		width: 100%;
		height: 2px;
	}
}
.edit-area.case .other-list li a:before,
.edit-area.case .other-list li:before{
	width: 2px;
	height: 0;
}

@media screen and (min-width: 1025px){
	.edit-area.case .other-list li:hover a:before,
	.edit-area.case .other-list li:hover:before{
		padding: 1px 0;
		width: 2px;
		height: 100%;
	}
}




.edit-area.case .other-list li .photo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: center;
	align-items: center;
	justify-content: center;

	height: 191px;
	background: #FFF;
}
@media screen and (max-width: 412px){
	.edit-area.case .other-list li .photo{
		height: 140px;
	}
}

.edit-area.case .other-list li .text{
	padding: 20px;
}


.edit-area.case .other-list li .text span{
	display: block;
	margin-bottom: 10px;
}

.edit-area.case .other-list li .text .sub{
	color: #006633;
	font-size: 12px;
	font-weight: bold;
}
.edit-area.case .other-list li .text .main{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.edit-area.case .other-list li .text .detail{
	margin-bottom: 20px;
	color: #000;
	line-height: 130%;
}

.edit-area.case .other-list li .text .target{
	margin-bottom: 0;
	color: #006633;
	font-size: 12px;
}

/* ------------------------------------------- */
/* start */
/* ------------------------------------------- */
.edit-area.start{
	padding-bottom: 80px;
}
@media screen and (max-width: 767px){
	.edit-area.start{
		margin-bottom: 40px;
	}
}

.edit-area.start .text-box{
	margin: 0 auto;
	width: 690px;
}
@media screen and (max-width: 767px){
	.edit-area.start .text-box{
		width: auto;
	}
}
.edit-area.start .text-box p{
	line-height: 180%;
}
@media screen and (max-width: 767px){
	.edit-area.start .text-box p{
		font-size: 1.4rem;
	}
}




/* ------------------------------------------- */
/* edit-area sdgs */
/* ------------------------------------------- */
.sdgs-box{
	padding: 70px 0 40px;
}
@media screen and (max-width: 767px){
	.sdgs-box{
		padding: 40px 0 10px;
	}
}

.sdgs-box .sdgs-title{
	margin-bottom: 40px;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px){
	.sdgs-box .sdgs-title{
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
}

/*li*/
.sdgs-box .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 30px;
}
.sdgs-box .list li{
	margin: 0 0 0 30px;
	width: 450px;
	text-align: center;
}
.sdgs-box .list li:nth-child(2n+1){
	margin-left: 0;
}
@media screen and (max-width: 1080px){
	.sdgs-box .list li{
		margin: 0 0 50px 2%;
		width: 49%;
	}
}
@media screen and (max-width: 767px){
	.sdgs-box .list li{
		margin: 0;
		width: 100%;
	}
}

.sdgs-box .list li .photo-box{
	position: relative;
	margin-bottom: 18px;
}
@media screen and (max-width: 767px){
	.sdgs-box .list li .photo-box{
		margin-bottom: 15px;
	}
}

.sdgs-box .list li .photo-box img{
	max-width: 100%;
	height: auto;
}
