@charset "utf-8";

/*初期設定*/
@font-face {
	font-family: "NotoSans";
	src: url('../fonts/NotoSansCJKjp-Regular-sub.woff2') format('woff2'),
			url('../fonts/NotoSansCJKjp-Regular-sub.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "NotoSans";
	src: url('../fonts/NotoSansCJKjp-Medium-sub.woff2') format('woff2'),
			url('../fonts/NotoSansCJKjp-Medium-sub.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "NotoSans";
	src: url('../fonts/NotoSansCJKjp-Bold-sub.woff2') format('woff2'),
			url('../fonts/NotoSansCJKjp-Bold-sub.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "NotoSerif";
	src: url('../fonts/NotoSerifCJKjp-Regular-sub.woff2') format('woff2'),
			url('../fonts/NotoSerifCJKjp-Regular-sub.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
body {
	font-family: "NotoSans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	color: #00a0e9;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	line-height: 1.36;
}
body * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
a {
	color: #00a0e9;
	text-decoration: underline;
}
.mincho {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "NotoSerif", serif;
}
.Flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.FlCenter {
	/* 上下中央 */
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.FlWrap {
	/* 折り返し */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.FlJustify {
	/* 左右均等 */
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*ヘッダー*/
#hdr {
	background-color: #00a0e9;
	color: #00a0e9;
	position: relative;
}
#hdr_cp {
	position: absolute;
	width: 100%;
	text-align: center;
}

/*コンテンツ*/
.cont_box {
	position: relative;
}
.cont_box_inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.cont_box_body {
	position: relative;
	width: 100%;
}

/*コンテンツ1*/
#cont_1 {
	background-color: #00a0e9;
	color: #fff;
}

/*コンテンツ2*/
#cont_2 .cont_box_inr {
	margin: 0 auto;
}
#cont_2_ttl {
	text-align: center;
	color: #000;
}
#cont_2_note_list li {
	text-align: center;
	color: #000;
}
#cont_2_note_list li a {
	font-weight: bold;
}
#cont_2_note_list li a:hover {
	opacity: 0.5;
}

/*コンテンツ3*/
#cont_3 {
	background-color: #eeeeef;
	margin: 0 auto;
}
#cont_3_ttl {
	text-align: center;
}
#cont_3_img_list li figure figcaption .cont_3_img_list_txt {
	color: #000;
}

/*コンテンツ4*/
#cont_4 .cont_box_inr {
	font-weight: 500;
}
#cont_4 h2 {
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
#cont_4_copy span {
	display: inline-block;
}

/*フッター*/
#ftr {
	width: 100%;
	background-color: #00a0e9;
	color: #fff;
	position: relative;
	letter-spacing: 0.025em;
	font-weight: 400;
}
#ftr address {
	font-style: normal;
}
