@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
    margin: 0;
    padding: 0;
}
html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #000;
}
a:hover,
a:active {
    color: #000;
}
a:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
li,ul {
	list-style: none;
}

/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 15px;}
body {
    font-family: 'Kiwi Maru', '游ゴシック', 'YuGothic-Medium', 'YuGo-Medium', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'モトヤLシーダ3等幅', 'MotoyaLCedar', 'メイリオ', 'Meiryo', sans-serif;
    line-height: 1.7;
	text-align: justify;
    background: #fff;
    -webkit-text-size-adjust: 100%;
	color: #555555;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: auto;
	width: 100%;
}
section {
	display: block;
	padding: 50px 0;
}
#wrap {
	position: relative;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	margin: auto;
	padding-bottom: 3.0em;
	box-sizing: border-box;
}

.inner_L {
	max-width: 950px;
	width: 90%;
	margin: auto;
}
.inner_M {
	max-width: 870px;
	width: 90%;
	margin: auto;
}
.inner_S {
	max-width: 780px;
	width: 85%;
	margin: auto;
}

/***********   TEXT SETTING ***********/

.txt_XL {font-size: 3.2rem; line-height: 1.3;}
.txt_L {font-size: 1.8rem; line-height: 1.5;}
.txt_M {font-size: 1.4rem;}
.txt_S {font-size: 0.8rem;}
.txt_cnt { text-align: center; }
.txt_right { text-align: right; display: block;}

.blue { color: #359BD0; }
.strong { font-weight:700; }
strong { font-weight:700; }
small{ font-size: 0.8em; }


/*********** TITLE SETTING ***********/

h1 {
	font-weight: 400;
}
h2 {
	font-weight: 400;
}

.ttl_box {
	text-align: center;
	margin: 0 auto 40px;
}
.ttl_box h2 {
	letter-spacing: 0.15em;
	font-size: 1.0rem;
}
.ttl_box p {
	letter-spacing: 0.15em;
	font-size: 1.65rem;
	color: #8EC1DB;
	line-height: 1.3;
}

/*********** OBJECT SETTING ***********/

.col2_box,.col3_box {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.col3_box {
	justify-content:flex-start;
}
.col3_box li {
	width: 31%;
	margin:0 3.5% 5% 0;
}
.col3_box li:nth-child(3n) {
	margin-right: 0;
}

.txt_box p {
	margin-bottom: 1em;
}

.img_r_box img {
	border-radius:20px;
}

/* 記事一覧 */
.article_list_box ul li {
	position:relative;
	margin-bottom:40px;
}
.article_list_box ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
}
.article_list_box ul li img {
	margin-bottom: 10px;
} 
.cat_label {
	color: #8EC1DB;
	font-size: 0.8rem;
	border: 1px solid #8EC1DB;
	border-radius: 20px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0.7em;
	margin-top: 10px;
} 

/*********** HEADER ***********/

header {
	position:relative;
	margin-bottom: 40px;
}
header h1 {
	width: 180px;
	text-align: center;
	margin: 13px auto;
}
header .h_label {
	width: 100%;
	background: #8FC1DB;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
header .h_label span {
	background: #fff;
	display: inline-block;
	border-radius: 20px;
	color: #8EC1DB;
	margin: 0 5px;
	padding: 0.2em 1.0em;
	font-size: 0.8rem;
	line-height: 1.3;
	vertical-align:inherit;
	letter-spacing: 0;
}
header .h_illust-1 {
	position: absolute;
	width: 105px;
	top: 35px;
	left: -500px;
	right: 0;
	margin: auto;
}
header .h_illust-2 {
	position: absolute;
	width: 70px;
	top: -10px;
	left: 0;
	right: -500px;
	margin: auto;
}


/*********** FOOTER ***********/

footer {
	background: #8EC1DB;
	width:100%;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
footer p {
	margin-left: auto;
	padding: 1em 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

@media screen and (max-width: 920px) {

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/*********** OBJECT SETTING ***********/
	
.col2_box,.col3_box {
	display:flex;
	flex-wrap: wrap;
}
.col3_box li {
	width: 47%;
	margin:0 6% 6% 0;
}
.col3_box li:nth-child(3n) {
	margin-right: 6%;
}
.col3_box li:nth-child(2n) {
	margin-right: 0;
}
	
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/***********   COMMON settng ***********/
	
html { font-size: 13px; }
body { font-size: 13px; }
main {
	margin: auto;
}
section {
	display: block;
	padding: 20px 0;
}
	
/***********   TEXT SETTING ***********/

.txt_XL {font-size: 2.0rem; line-height: 1.4;}
.txt_L {font-size: 1.4rem; line-height: 1.5;}
.txt_M {font-size: 1.15rem;}
.txt_S {font-size: 0.8rem;}
	
.left { float: none;}
.right { float: none;}


/*********** TITLE SETTING ***********/

.ttl_box {
	text-align: center;
	margin: 15px auto 25px;
}

	
/*********** OBJECT SETTING ***********/
	
.col2_box,.col3_box {
	display:flex;
	flex-wrap: wrap;
}
	
.article_list_box ul li {
	position:relative;
	margin:0 auto 40px;
}
	
.img_r_box img {
	border-radius:10px;
}

/*********** HEADER ***********/

header {
	position:relative;
	margin-bottom: 40px;
}
header h1 {
	width: 150px;
	text-align: center;
	margin: 13px auto;
}
header .h_label {
	width: 100%;
	background: #8FC1DB;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	line-height: 1.4;
}
header .h_illust-1 {
	position: absolute;
	width:  70px;
	top: 35px;
	left: -300px;
	right: 0;
	margin: auto;
}
header .h_illust-2 {
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	right: -300px;
	margin: auto;
}


/*********** FOOTER ***********/

footer {
	background: #8EC1DB;
	width:100%;
}
footer p {
	margin-left: auto;
	padding: 1em 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

}


