@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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.6em;}



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

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

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




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
	table th {
	}
	table td {
	}


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







/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	background: #8bd8ff url("../../img/bg.png") no-repeat center top;
	background-size: contain;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 2;
	-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: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.title {
	text-align: center;
	line-height: 1.4;
	position: relative;
	margin-bottom: 40px;
	color: #FFF;
}
	.title h2 {
		font-size: 5rem;
		font-weight: 300;
		margin-bottom: 10px;
	}

.article {
	margin-bottom: 100px;
}
.cell {
	margin: 80px 0;
}




h3 {
	text-align: center;
	font-size: 4.4rem;
	font-weight: 300;
	margin-bottom: 40px;
	color: #e3007f;
}

.btn {
	background: #fe1c3e;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
	.btn a {
		display: block;
		color: #FFF;
		font-size: 2.4rem;
		padding: 20px;
	}





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

#footer {
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0;
}

	#footer p {
		color: #FFF;
	}






/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
body {
	line-height: 1.8;
	font-size: 1.4rem;
}
table {
}
	table th {
		display: block;
		width: 100%;
	}
	table td {
		display: block;
		width: 100%;
	}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.title {
	margin-bottom: 5%;
	line-height: 1.2;
}
	.title h2 {
		font-size: 2.4rem;
		font-weight: 500;
	}
	.title p {
		font-size: 1.6rem;
	}

	
.article {
	margin-bottom: 10%;
}

.cell {
	margin: 10% 0;
}
	

h3 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 5%;
	text-align: left;
}
	
	
.btn {
	background: #fe1c3e;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
	.btn a {
		display: block;
		color: #FFF;
		font-size: 1.6rem;
		padding: 20px 10px;
	}

	
}