@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
	background: #fff;
	word-wrap: break-word;
	/* 英数字折り返し */
	font-family: 'M PLUS 1p', sans-serif;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_column01,
.Pickup_box,
.sp_box_column,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_column01:after,
.Pickup_box:after,
.sp_box_column:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.Clear {
	clear: both;
}

a {
	color: #009ACA;
	text-decoration: underline;
}

a:hover {
	color: #009ACA;
	text-decoration: none;
}

#row {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.Main_Cont {
	width: 75%;
	margin: 0 auto;
}

p {
	margin-top: 10px;
}

/* !汎用コンテンツ
---------------------------------------------------------- */
header {
	position: relative;
	height: 60px;
	width: 100%;
	background: #006881;
	font-size: 12px;
	color: #fff;
	padding-top: 17px;
	padding-left: 20px;
}

#Photo {
	position: relative;
	height: 996px;
	width: 100%;
	background: url(../img/main.jpg) no-repeat right top;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#Message {
	position: absolute;
	top: 780px;
	height: 470px;
	width: 960px;
	background: #f2f2f2;
	border-bottom: 4px solid #006881;
	padding: 30px 40px;
	line-height: 2em;
}

#Message .contL {
	float: left;
	display: table-cell;
	width: 72%;
}

#Message .contR {
	float: right;
	display: table-cell;
	width: 28%;
}

#Message .contR img {
	width: 270px;
	position: absolute;
	bottom: 0;
}

.signature {
	float: right;
	width: 140px;
}

#Policy {
	margin-top: 330px;
}

/*---見出し---*/
h1 span {
	font-size: 26px;
	font-weight: 700;
}

h3 {
	color: #006881;
	font-size: 42px;
}

/*---見出し・下線（中央）---*/
.Txt_Line_bottom_Center {
	font-size: 40px;
	font-weight: 700;
	color: #006881;
	position: relative;
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 0.8em;
}

.Txt_Line_bottom_Center .sub_tit {
	font-size: 16px;
	font-weight: 400;
	color: #006881;
	letter-spacing: 0;
}

#Profile {
	position: relative;
	height: 853px;
	width: 100%;
	background: url(../img/profile.jpg) no-repeat left top;
	background-size: cover;
	margin: 0;
	padding-top: 68px;
}

#Profile .Cont {
	width: 62%;
	background: #fff;
	opacity: 0.9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
}

#Profile .Photo {
	width: 310px;
	position: absolute;
	right: 190px;
	bottom: 130px;
	z-index: 100;
}

#Thanks {
	padding: 80px 0 120px;
}

footer {
	height: 130px;
	width: 100%;
	color: #fff;
	padding-top: 16px;
	background-color: #006881;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
}

/*---エリア分け---*/
footer .contL {
	width: 36%;
	float: left;
}

footer .contR {
	width: 60%;
	float: right;
}

/*---スマホ レイアウト---*/
.sp_box_column {
	margin: 0;
}

.sp_box_column .col {
	float: left;
}

.sp_box_column.col3 .col {
	margin: 16px 4% 0 0;
	width: 30.66%;
}

.sp_box_column.col3 .col:nth-child(3n) {
	margin-right: 0;
}

.sp_box_column.col3 .col:nth-child(3n+1) {
	clear: both;
}

@media screen and (max-width:767px) {
	.sp_box_column {
		margin: 0;
	}

	/*---3→1---*/
	.sp_box_column.col3 .col {
		margin-bottom: 10px;
		width: 100%;
	}

}

/*---リスト（黒丸）---*/
.Disc {
	margin: 0px 0px 0px 18px;
}

.Disc li {
	list-style-type: disc;
	margin-bottom: 2px;
}

/*---区切り---*/
.Line {
	display: block;
	height: 1px;
	background: #006881;
	margin-top: 20px;
}

/*---コピーライト---*/
#copy {
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
}

/*---ページの先頭へ---*/
#back-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 5;
}

#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/pagetop.png) no-repeat left top;
	text-indent: -9999px;
	z-index: 5;
}

#back-top a:hover {
	background: url(../img/pagetop.png) no-repeat left -60px;
	z-index: 5;
}

/* !Fonts -------------------------------------------------------------- */
.fwB {
	font-weight: 700;
}

.fz24 {
	font-size: 24px;
}

.lh1 {
	line-height: 1.4em;
}

/* !Margin ------------------------------------------------------------------ */
.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.ml40 {
	margin-left: 40px !important;
}

/* !Width ------------------------------------------------------------------- */
.w30per {
	width: 30% !important;
}

/* !Inline Align ------------------------------------------------------------ */
.taC {
	text-align: center !important;
}

.taC_spL {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}


.ImgC {




	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* !Floats ------------------------------------------------------------------ */
.flL {
	display: inline;
	float: left;
}

.flR {
	display: inline;
	float: right;
}


/* 政策について詳しく */
.policy_detail {
	width: 100%;
	padding: 0 0.5%;
	display: flex;
}

.policy_detail li {
	width: 19%;
	margin: 0 0.5%;
	background: #f2f2f2;
	box-shadow: 2px 2px 0px 0px #0d657d;
}

.policy_detail li dl {
	padding: 30px 16px;
}

.policy_detail li dl img {
	display: block;
	width: 50%;
	max-width: 96px;
	margin: 0 auto 0.5rem;
}

.policy_detail li dl dt {
	text-align: center;
	font-size: 140%;
	color: #0d657d;
}

.policy_detail li dl dd {
	padding-top: 0.5rem;
}

/* 活動報告 */
.report {
	background: #0d657d;
	padding: 60px 2%;
}

.report h2,
.report h2 span.sub_tit {
	color: #fff;
}

.report_list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 36px;
	width: 90%;
	margin: 0 auto;
}

.report_list li {
	width: 19%;
	margin: 0 0.5%;
}

.report_list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	padding: 5%;
}

.report_list li a:hover {
	background: #297f96;
}

.report_list li .date {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 80%;
}

.report_list li p {
	margin-top: 0;
	line-height: 1.4;
}

/* ヘッダーにナビ追加 */
header {
	display: flex;
	width: 100%;
	padding-right: 1rem;
}

h1 {
	width: 30%;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

.nav {
	width: 70%;
	display: flex;
	justify-content: flex-end;
	font-size: 120%;
}

.nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 2rem;
	padding: 0 1rem;
	transition: .3s;
}

.nav a:hover {
	background: #297f96;
}

.nav li:last-child a {
	line-height: 1rem;
}

.nav a i {
	font-size: 2rem;
}

/* メッセージ改修 */
#Photo {
	position: relative;
	height: auto;
	width: 100%;
	background: url(../img/main.jpg) no-repeat right top;
	background-size: cover;
	margin: 0;
	padding-top: 77.91%;
}

#Message {
	position: relative;
	top: auto;
	height: auto;
	width: 94%;
	max-width: 960px;
	margin: -16% auto auto;
	display: flex;
}

.message_left {
	width: calc(100% - 300px);
	padding-right: 2%;
}

.message_right {
	width: 300px;
	height: auto;
}

.fb-page {
	width: 300px;
	min-height: 360px;
}

h3 {
	font-size: 1.8rem;
	text-align: center;
}

#Policy {
	margin-top: 80px;
}