@charset "utf-8";
/* CSS Document */




/*タグ付けエンジン用*/
.top_green h1{
	line-height:120%;
}
#solution_single .txt_top {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    margin-top: 30px;
}
#solution_single .txt_box_01 .title {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin-bottom: 36px;
    font-weight: bold;
}
#solution_single .txt_box_01 {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 30px;
}

#solution_single .txt_box_01 .txt01 {
    text-align: center;
    color: #000;
    font-size: 14px;
}
.content_main .bg_white {
    background-color: rgba(255,255,255,0.9);
	padding: 45px 45px 45px;
}
#solution_single .mainimage{
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* singleページ戻るボタン */
.page_back {
	max-width: 275px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 999;
}
.page_back a {
	display: block;
	text-align: center;
	border: 3px solid #7cc953;
	color:#7cc953;
	font-size: 17px;
	padding: 14px 0;
	background-color:#fff;
}
.page_back a::after {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-image: url(../img/common/arrow_back.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: -0.05em;
	margin-left: 0.5em;
}

/* singleページ戻るボタン　２列 */
.page_back_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.page_back_box .page_back_01 {
	width: 36%;
}
.page_back_box .page_back_01 a {
	display: block;
	text-align: center;
	border: 3px solid #7cc953;
	color:#7cc953;
	font-size: 17px;
	padding: 14px 0;
	background-color:#fff;
}
.page_back_box .page_back_02 {
	width: 36%;
	margin-left: 26px;
}
.page_back_box .page_back_02 a {
	display: block;
	text-align: center;
	border: 3px solid #0082b5;
	color:#0082b5;
	font-size: 17px;
	padding: 14px 0;
	background-color:#fff;
}

/* タグ */
.tag-list{
	text-align: center;
	margin-bottom: 40px;
	font-size: 0;
}
.tag-list li{
	display: inline-block;
	padding:5px 10px;
	margin:0 1px;
	font-size:12px;
	color:#fff;
	text-align: center;
	line-height: 1;
	background: #83CC5C;
}



/* セクションタイトル */
#solution_single h2 {
	margin-top: 70px;
}
#solution_single .tag-list + h3 {
	margin-top: 0px;
}

/* 中タイトル(h4-6) */
#solution_single h3,
#solution_single h4,
#solution_single h5 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#solution_single h3 + .contents_txt,
#solution_single h4 + .contents_txt,
#solution_single h5 + .contents_txt {
	margin-top: 0em;
}
#solution_single h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 10px;
	border: 1px solid #000;
	display: block;
	margin-bottom: 10px;
	background: none;
	color: #000;
}
#solution_single h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#solution_single h5 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#solution_single h6::before {
	content: "■ "
}

/* テキスト */
#solution_single .contents_txt {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
	margin-top: 35px;
}

/* 大画像 */
#solution_single .big_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 35px;
}

/* 3列画像 */
#solution_single .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#solution_single .img_box + .img_box {
	margin-top: 15px;
}
#solution_single .img_box .img_block {
	flex-basis: 29%;
	margin: 0 2%;
	align-self: baseline;
}
#solution_single .img_box .img_block .img {
	margin-bottom: 10px;
    padding: 0 15%;
}
#solution_single .img_box .img_block .txt01 {
	font-size: 14px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
#solution_single .img_box .img_block .txt02 {
	font-size: 14px;
}

/* 参考文献・リンク */
.single-content .reference{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	color:#0082b5;
	font-size:16px;
	padding: 10px 20px 20px;
	background-color: #fff;
	border: 2px solid #0082b5;
}
.single-content .reference .reference_title{
	font-size: 21px;
	color: #0082b5;
	font-weight: normal;
	margin-bottom: 8px;
}
.single-content .reference ul li:before{
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background-image: url("../img/common/arrow_blue.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.single-content .reference ul li a{
	color:#0082b5;
	margin-left: 0.1em;
	font-size: 16px;
}


@media screen and (max-width: 768px) {
	/* singleページ戻るボタン　２列 */
	.page_back_box {
		margin-top: 7.8vw;
	}
	.page_back_box .page_back_01 {
		width: 40%;
	}
	.page_back_box .page_back_01 a {
		font-size: 2.2vw;
		padding: 1.8vw 0;
	}
	.page_back_box .page_back_02 {
		width: 40%;
		margin-left: 26px;
	}
	.page_back_box .page_back_02 a {
		font-size: 2.2vw;
		padding: 1.8vw 0;
	}

	/*タグ付けエンジン用*/
	#solution_single .txt_top {
		margin-top: 4.3vw;
	}
	#solution_single .txt_box_01 .title {
		margin-bottom: 4.3vw;
		font-size:2.3vw;
	}

	#solution_single .col-2-box > div{
		width: 100%;
	}
	#solution_single .col-3-box > div .text-box {
		min-height: inherit;
		margin-top: 0;
	}

	.bg_white {
		padding: 45px 0px 45px;
	}
}

@media screen and (max-width: 420px) {
	
	/* singleページ戻るボタン */
	.page_back {
		margin-top: 12vw;
	}
	.page_back a {
		font-size: 4vw;
		padding: 3vw 0;
	}

	/* singleページ戻るボタン　２列 */
	.page_back_box {
		display: block;
		margin-top: 11.4vw;
	}
	.page_back_box .page_back_01 {
		width: 100%;
	}
	.page_back_box .page_back_01 a {
		font-size: 4vw;
		padding: 3vw 0;
	}
	.page_back_box .page_back_02 {
		width: 100%;
		margin-left: 0;
		margin-top: 5vw;
	}
	.page_back_box .page_back_02 a {
		font-size: 4vw;
		padding: 3vw 0;
	}

	/* メインイメージ */
	.single-content .mainimage {
		margin-bottom: 14vw;
	}
	#solution_single .mainimage{
		margin-bottom: 6vw;
	}


	/* 枠付き */
	#solution_single .mainimage {
		margin-bottom: 12vw;
	}
	#solution_single .txt_box_01 .title{
		font-size:4.4vw;
	}
	#solution_single .txt_box_01 {
		margin: 12vw auto 3.7vw;
	}
	.single-content .border {
		padding: 7vw 6vw 6vw;
	}
	
	.content_main .bg_white {
		background-color: rgba(255,255,255,0.9);
		padding: 5% 0% 5%;
	}

	/* タグ */
	.tag-list li{
		display: inline-block;
		padding:3% 3%;
		width: 47%;
		margin:3px 1%;
		font-size:3vw;
		color:#fff;
		text-align: center;
		line-height: 1;
		background: #1B7CAB;
	}







	/* セクションタイトル */
	#solution_single h2 {
		margin-top: 18vw;
	}

	/* 中タイトル(h4-6) */
	#solution_single h3,
	#solution_single h4,
	#solution_single h5 {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10vw;
	}
	/* 中タイトル(h3-6) */
	#solution_single h3,
	#solution_single h4,
	#solution_single h5 {
		width: 92%;
		margin-top: 7vw;
	}
	.single-content h3 {
		font-size: 4.5vw;
		margin-bottom: 1vw;
	}
	.single-content h4 {
		font-size: 4.5vw;
	}
	.single-content h5 {
		font-size: 4vw;
	}


	/* テキスト */
	#solution_single .contents_txt {
		margin-top: 7vw;
	}

	/* 大画像 */
	#solution_single .big_img {
		width: 90%;
		margin-top: 7vw
	}

	/* 3列画像 */
	#solution_single .img_box {
		margin-top: 7vw;
	}
	#solution_single .img_box + .img_box {
		margin-top: 3vw;
	}
	#solution_single .img_box .img_block {
		flex-basis: 80%;
		margin: 0 1%;
	}
	#solution_single .img_box .img_block + .img_block {
		margin-top: 7vw;
	}
	#solution_single .img_box .img_block .img {
		margin-bottom: 1.3vw;
	}



	/* 参考文献・リンク */
	.single-content .reference{
		word-break: break-all;
	}
	.single-content .reference{
		font-size: 3.5vw;
		padding: 1.5vw 3vw 3vw;
	}
	.single-content .reference .reference_title {
		font-size: 4.8vw;
		text-align: center;
		margin-bottom: 0.5vw;
	}
	.single-content .reference ul li a{
		font-size: 3.5vw;
	}
}

