@charset="utf-8";

body{
	background: #fff;
	color: #555;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.45;
	letter-spacing: 1px;
	margin: 0;
	min-width:800px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: none;
}


h1{
	font-size: 3.3rem;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
	padding: 0px;
	margin: 0px;
	color:#fff;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

h2{
	font-size: 1.85rem;
	font-weight: bold;
	letter-spacing: 0px;
	position: relativ;
	color:#ddd;
	text-align:center;
}

h3{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
}

h4{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
}

.text_b{
	font-size: 2.8rem;
	font-weight: 900;
}

.text_b2{
	font-size: 1.6rem;
	font-weight: 500;
}

.text_s{
	font-size: 0.85rem;
	font-weight: 100;
}

.text_at{
	font-weight: 900;
	color: #0072bc;
}

.text_r{
	display: flex;
    justify-content: flex-end;
	text-align: right;
}

.text_g{
	font-weight: 300;
	color: #fff;
	padding: 2px 5px;
	background-color: #0072bc;
}

.round{
	margin: 0 auto;
	padding: 20px 10px;
	display: block;
	width: 100%;
	max-width: 800px;
	border-radius: 100px;
	background-color: #0072bc;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 900;
}

.circle{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #0072bc;
	text-align:center;
	line-height: 35px;
	margin: 2px;
	color: #fff;
	font-size: 0.8rem;
}

.circle2{
	display: inline-block;
	width: 34px;
	height: 34px;
	border: solid 1px #0072bc;
	border-radius: 50%;
	background: #fff;
	text-align:center;
	line-height: 34px;
	margin: 2px;
	color: #0072bc;
	font-size: 0.8rem;
}

.c2{
	display: inline-block;
	width: 800px;
	padding: 4px 15px 4px;
	background: #fff;
	text-align: left;
	margin: 2px;
	color: #0072bc;
	font-size: 1.2rem;
	font-weight: 900;
	border: solid 2px #0072bc;
}

.text_l{
	border-bottom: solid 6px #fdd030;
}


/* テーブル */
table {
	width: 100%;
}

td {
	width: 38%;
	height: 10px;
	text-align: center;
}

th.co1{
	background-color: #0072bc;
	font-weight: 600;
	color: #fff;
}

th.co12{
	background-color: #ededed;
	font-weight: 300;
	color: #000;
}

td.co2{
	background-color: #009fde;
	font-weight: 600;
	color: #fff;
}

td.co3{
	background-color: #fdd02e;
	font-weight: 600;
	padding: 5px;
	color: #fff;
}

td.co32{
	background-color: #f2edcd;
	font-weight: 600;
	color: #000;
}


/* テーブル2 */
table.co {
	width: 400px;
	text-align: left;
	 border-spacing: 0;
}

th.com{
	font-weight: 300;
	width: 150px;
	padding: 10px;
	color: #000;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

td.com{
	font-weight: 300;
	padding: 10px;
	width: 250px;
	height: 40px;
	color: #000;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}


/* ヘッダー画像・メインタイトル */
.header-main{
	height: 347px;
	margin-top: 0px;
	padding: 0px;
	background-color: #0072bc;
}

.header-main-text{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-main-title{
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #000;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}


/* ヘッダー画像・メインタイトル2 */
.header2-main{
	height: 180px;
	margin-top: 0px;
	padding: 0px;
	background-color: #0072bc;
}

.header2-main-text{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header2-main-title{
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #000;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}


/*MAIN*/
.main{
	display: flex;
	justify-content: center;
}

.main-text{
	width: 800px;
	margin: 0px 0px 0px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-title{
	margin-bottom:0px;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #000;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}


/*MAIN_Content*/
.main-Co{
	display: flex;
	justify-content: center;
}

.main-Cotext{
	width: 800px;
	margin: 30px 0px 40px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-Cotitle{
	margin-bottom:0px;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #000;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}


/*MAIN2*/
.main2{
	display: flex;
	justify-content: center;
}

.main2-text{
	width: 800px;
	margin: 0px 0px 0px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main2-title{
	margin-bottom:0px;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #000;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}


/*ABOUT*/
.about{
	padding: 30px 10px 20px;
	background-color: #0072bc;
	color: #fff;
	text-align: center;
}

.about-title{
	margin:20px 0 50px;
	font-size: 1.85rem;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
}

.about-title:before{/*about-titleの上の線*/
	margin-left:-145px;
	content: "";
	display: block;
	height: 4px;
	background-color: #fff;
	width: 290px;
	position: absolute;
	top: -25px;
	left: 50%;
}

.about-title:after{/*about-titleの下の線*/
	margin-left:-145px;
	content: "";
	display: block;
	height: 4px;
	background-color: #fff;
	width: 290px;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

.about-list{
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.about-list li{
	margin: 0 14px 10px;
	padding: 0;
	list-style: none;
	width: 230px;
}

.about-list li i{
	margin-bottom: 15px;
	color: #f1f1f1;
}

.about-list-pointNo{
	margin-bottom: 13px;
	padding-bottom: 5px;
	font-size: 1.57rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.about-list-title{
	margin-bottom: 15px;
	font-size: 1.57rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

.about-list-text{
	text-align: left;
	line-height: 1.7;
}

.about-foot-comment{
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	background-color: #eaeaea;
	color: #4d4d4d;
	font-size: 1.25rem;
	position: relative;
	max-width: 450px;
}

@media(max-width: 768px){/*768px以下*/
/*ABOUT*/
	.about-title{
		margin:26px 0 80px;
		font-size: 1.44rem;
	}
	
	.about-title:before{
		margin-left: -80px;
		width: 160px;
		top: -20px;
	}
	
	.about-title:after{
		margin-left: -80px;
		width: 160px;
		bottom: -15px;
	}
	
	.about-list{
		display: block;
	}
	
	.about-list li{
		margin: 0 auto 30px;
	}
	
	.about-foot-comment{
		font-size: 1.13rem;
	}
	.about-foot-comment:before{
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #eaeaea;
	}
}


/* 下部ナビ */
.NAV_INFO{
	display: flex;
	justify-content: center;
	background-color: #fff;
	color: #0072bc;
	font-weight: 600;
}

.NAV_INFO-text{
	width: 820px;
	margin:10px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.NAV_INFO-title_h{
	text-align: center;
	width: 800px;
	margin:0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0px;
	font-size: 0.8rem;
	/* IE11用に再度font-familyを指定*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}

.NAV_INFO a:link {
	text-decoration: none;
	color: #0072bc;
}

.NAV_INFO a:hover {
	text-decoration: underline;
	color: #0072bc;
}

.NAV_INFO a:visited {
	text-decoration: none;
	color: #0072bc;
}


/* FOOTER */
.footer{
	text-align: center;
	padding: 10px 0px 20px;
	font-size: 14px;
	line-height: 1;
	background-color: #009fde;
	color:#fff;
}

.footer-text{
	margin-bottom: 10px;
}

.footer-text img {
	margin: 0px 5px 0px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}


/* スマホ */
@media(max-width: 768px){/*768px以下*/
	body{
		min-width:300px;
	}
}


/* 画像 */
@media(max-width: 768px){/*768px以下*/
	img{
		display: block;
		margin: auto;
	}
}


/* ヘッダー画像・メインタイトル */
@media(max-width: 768px){/*768px以下*/
	.header-main{
		height: 230px;
		margin-top: 0px;
		padding: 0px;
	}
	
	.header-main-text{
		width: 100%;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header-main-title{
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
		width: 1200px;
	}
	
	.header-main-title img{
		width: 100%;
	}
	
	h1{
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0px;
		position: relative;
		padding: 0px 0px 0px;
		text-align:center;
	}
	
	h2{
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.text_b{
		font-size: 1.7rem;
		font-weight: 900;
	}
	
	.text_b2{
		font-size: 1.2rem;
		font-weight: 500;
	}
	
	.text_s{
		font-size: 0.85rem;
		font-weight: 100;
	}

	.text_at{
		font-weight: 900;
		color: #0072bc;
	}
}


/* ヘッダー画像・メインタイトル2 */
@media(max-width: 768px){/*768px以下*/
	.header2-main{
		height: 120px;
		margin-top: 0px;
			padding: 0px;
	}
	
	.header2-main-text{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header2-main-title{
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
		width: 1200px;
	}
}


/*MAIN*/
@media(max-width: 768px){/*768px以下*/
	.main{
		display: flex;
		justify-content: center;
	}
	.main-text{
		width: 100%;
		margin: 0px 20px 20px;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main-title{
		margin-bottom:0px;
		font-size: 1rem;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}
}


/*MAIN2*/
@media(max-width: 768px){/*768px以下*/
	.main2{
		display: flex;
		justify-content: center;
	}
	
	.main2-text{
		width: 100%;
		margin: 0px 20px 20px;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main2-title{
		margin-bottom:0px;
		font-size: 1rem;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}
	
	.c2{
		display: inline-block;
		width: 95%;
		padding: 4px 15px 4px;
		background: #fff;
		text-align: left;
		margin: 2px;
		color: #0072bc;
		font-size: 1.2rem;
		font-weight: 900;
		border: solid 2px #0072bc;
	}
}


/*MAIN_Content*/
@media(max-width: 768px){/*768px以下*/
	.main-Co{
		display: flex;
		justify-content: center;
	}
	
	.main-Cotext{
		margin: 10px 42px 20px;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main-Cotitle{
		margin-bottom:0px;
		font-size: 1.1rem;
		line-height: 1.3;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}
}


/*ENTRY_INFO*/
@media(max-width: 768px){/*768px以下*/
	.ENTRY_INFO{
		display: flex;
		justify-content: center;
		background-color: #fff;
	}
	
	.ENTRY_INFO-text{
		width: 100%;
		margin:10px 20px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.ENTRY_INFO-title_h{
		width: 100%;
		margin:60px 20px 0px;
		font-size: 1rem;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}
	
	.ENTRY_INFO-title{
		width: 100%;
		margin-bottom:0px;
		font-size: 1rem;
		line-height: 1.7;
		letter-spacing: 0px;
		color: #000;
		border: 4px solid #999;
		border-radius: 20px;
		padding: 30px;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}
}


/* 下部ナビ */
@media(max-width: 768px){/*768px以下*/
	.NAV_INFO{
		display: flex;
		justify-content: center;
		background-color: #fff;
	}
	
	.NAV_INFO-text{
		width: 100%;
		margin:10px 0px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.NAV_INFO-title_h{
		width: 100%;
		font-size: 1rem;
		line-height: 1.7;
		letter-spacing: 0px;
		margin-left: 20px;
		font-size: 0.8rem;
		color: #999;
		/* IE11用に再度font-familyを指定*/
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	}


/* FOOTER */
@media(max-width: 768px){/*768px以下*/
	.footer{
		text-align: center;
		padding: 10px 10px 10px 10px;
		font-size: 14px;
		line-height: 1;
		background-color: #009fde;
		color:#fff;
		}

	.footer-text{
		margin-bottom: 10px;
	}
}