@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.8em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
}
ul li {
	list-style:none;	
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
}


.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
	margin-bottom: 10px;
}





/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	background: #edf1f3;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100vw - 30px);
	padding: 15px 0px 15px 15px;
	z-index: 100;
}
	* html #header {
		zoom: 100%;
	}
	*:first-child+html #header {
		display: inline-block;
	}
	#header:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}


	#header h1 {
		width: 250px;
		float: left;
	}
		#header h1 img {
			width: 100%;
			height: auto;
		}
	#header nav {
		float: right;
		margin-top: 25px;
	}
	#header p {
		background: #459e58;
		float: right;
		margin-top: 15px;
		margin-left: 30px;
	}
		#header p a {
			color: #FFF;
			display: block;
			padding: 10px 30px;
		}



	#header ul {
		display: -webkit-box; /*Android4.3*/
		display: -moz-box;    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content: center;
	}
	#header ul li {
		margin-left: 20px;
	}
		#header ul li a {
			display: block;
			font-weight: 500;
			text-align: center;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Main {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto;
}
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto;
}
.article{
	margin-bottom: 100px;
}

.cell {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #d3dde0;
}



.title {
	margin-bottom: 60px;
	line-height: 1;
}
	.title p img {
		width: 480px;
		height: auto;
	}
		.title h2 {
			font-weight: 700;
			font-size: 3rem;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	font-size: 1.6rem;
	text-align: center;
	position: relative;
	background: #dce4e6;
	padding: 30px 0;
}
#footer img {
	width: 100%;
	height: auto;
}
	#footer dl {
		text-align: center;
	}
		#footer dl dt {
			width: 280px;
			margin: 0 auto;
			margin-bottom: 20px;
		}
		#footer dl dd {
			font-weight: 700;
		}
		#footer dl dd p {
			margin-bottom: 15px;
		}
		#footer dl dd p.insta {
			width: 24px;
			margin: 0 auto;
		}

	#footer .copy {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	#footer .corporate {
		width: 100px;
		position: absolute;
		bottom: 30px;
		right: 30px;
	}




/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
	
	
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

	

	
.setTable {
	overflow-x: scroll;
}
	
table {
}
	table th {
		width: 100%;
		display: block;
		padding: 20px 0 0 0 !important;
	}
	table td {
		width: 100%;
		display: block;
		padding: 0 0 20px 0 !important;
	}
	table td:last-child {
	}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 6px 10px;
	z-index: 100;
	height: 60px;
	overflow: hidden;
}
	* html #header {
		zoom: 100%;
	}
	*:first-child+html #header {
		display: inline-block;
	}
	#header:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}


	#header h1 {
		width: 200px;
		float: left;
	}
		#header h1 img {
			width: 100%;
			height: auto;
		}
	#header nav {
		display: none;
	}
	#header ul li {
		margin-left: 20px;
	}
		#header ul li a {
			display: block;
			font-weight: 500;
			text-align: center;
		}

	#header ul.sns {
		margin-top: 12px;
		float: right;
		margin-right: 80px;
	}
	#header ul.sns li {
		width: 25px;
	}

	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Main {
	width: 90%;
	max-width: 1200px;
	margin: 5% auto;
}

.article{
	margin-bottom: 10%;
}

.cell {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: solid 1px #d3dde0;
}



.title {
	margin-bottom: 5%;
	line-height: 1;
}
	.title p img {
		width: auto;
		height: 80px;
	}
		.title h2 {
			font-weight: 700;
			font-size: 1.6rem;
		}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	font-size: 1.2rem;
	text-align: center;
	position: relative;
	background: #dce4e6;
	padding: 30px 0;
}
#footer img {
	width: 100%;
	height: auto;
}
	#footer dl {
		text-align: center;
	}
		#footer dl dt {
			width: 50%;
			margin: 0 auto;
			margin-bottom: 20px;
		}
		#footer dl dd {
			font-weight: 700;
		}
		#footer dl dd p {
			margin-bottom: 15px;
		}
		#footer dl dd p.insta {
			width: 24px;
			margin: 0 auto;
		}

	#footer .copy {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	#footer .corporate {
		width: 100px;
		margin: 0 auto;
		position: relative;
		bottom: auto;
		right: auto;
		
		margin-top: 10%;
	}

	
	

}