/* :::::: リセット :::::: */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, a, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
fieldset, img, iframe {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* :::::: 基本設定 :::::: */
body {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;/* iPhoneのリサイズ対策 */
	line-height: 1.8;
}
/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /* IE6-7 */
}
/* 画像ボタン＆背景色hoverで半透明設定 */
.transparent a:hover img, .transparent a:hover {
	filter: alpha(opacity=60); /* IE5.5-7 */
	-ms-filter: alpha(opacity=60); /* IE8 */
	opacity: 0.6;
}
html, button, input, select, textarea {
	color: #333;
}

/* テキスト選択時仕様 */
::-moz-selection {
 background: #b3d4fc;
}
::selection {
	background: #b3d4fc;
}
/* aタグ設定 */
a {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #ff874c;
}
p.no_indent {
	text-indent: 0 !important;
}
/* :::::: 全体設計 :::::: */

.contents {
	width: 100%;
	max-width: 1000px;
	background-color: #ffffff; 
    margin: auto;
    padding: 0 1em 0;
	margin-bottom:50px;
}
/* :::::: ヘッダー :::::: */
.head_sdgs{
	width: 100%;
	max-width: 1030px;
    margin: auto;
}
.header_tag {
	margin: 0;
	padding: 1px 0;
	font-size: 12px;
	color: #fff;
	background: #006330;
	line-height: 14px;
	height: 13px;
	text-align: center;
}
img{
	width:100%;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#sdgs_txt p:not(.no_adapt){
	text-indent:1em;
}
#sdgs_txt p{
	line-height: 1.8em;
	font-size:16px;
}
.goal_sec h2{
	clear:both;
	font-size: 1.1em;
	font-weight: bold;
    padding-bottom: 0.3em;
    border-bottom: #ccc 1px solid;
}
/* :::::: フッター :::::: */
.footer{
	background: #006330;
	padding: 20px 0 10px;
}
footer p{
	color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
}
footer p.group{
	padding-top: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}
footer p.pp{
	padding-top: 0.5em;
}
footer p a{
	color: #fff;
	text-decoration: none;
}

footer p a:hover{
	text-decoration: underline;
}
/*	スマホ
---------------------------------------------------- */
@media screen and (max-width: 599px){
	body{
		margin: 0px 2.5%;
	}
	h1{
		font-size: 5.5147vw;
		line-height: 1.25em;
		padding: .5em;
	}
	h2{
		font-size: 5.41444vw;
		margin:1.6em 0 .6em;
	}
	#sdgs_txt{
		margin-bottom:60px;
	}

	#sdgs_txt p{
		font-size:5vw;
	}
	#sdgs_txt p a{
		text-align:center;
		font-size:5vw;
	}
	.goal_sec{
		margin-bottom:60px;
	}
	.sdgs_bnr{
		text-align:center;
	}
	.sdgs_bnr img{
		width:40%;
		padding-bottom:.7em;
	}
	.sp_space{
		letter-spacing: -0.1em;
	}
}
@media screen and (min-width: 600px){
	body{
		margin: 0px;
		width: 100%;
	}
	h1{
		font-size:20px;
		padding: 10px;
	}
	h2{
		font-size: 1.1em;
		margin: 1em 0 .5em;
	}
	#sdgs_txt{
		margin-bottom:50px;
	}
	.sdgs_bnr img{
	float:left;
	width:10%;
	padding-right:.7em;
	margin-bottom:1.5em;
	}
	.sp_none{
		display:none;
	}
}