@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




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



/* マージン */
.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; }
.margin50 {	margin-bottom: 50px; }

.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }
.mt90 {	margin-top: 90px; }

.mr5 {	margin-right: 5px; }
.mr10 {	margin-right: 10px; }

/* text-align */
.txt_al_c{text-align:center;}
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}

/* 文字装飾 */
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;
}
ul { 
}
* html ul {
	zoom: 100%;
}
*:first-child+html ul {
	display: inline-block;
}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* 画像 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
img{
	max-width:100%;
	}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
a:focus {
	outline: none;
}
a:hover {
	color: #808080;
}



.com {
	opacity: 0.6;
	pointer-events: none;
	}
	.com a {
		position:relative;
		margin-top:-10px;
		}
		.com a::after {
			position:absolute;
			top:20px;
			font-size:14px;
			left:0;
			right:0;
			margin:auto;
			text-align:center;
			content:"coming soon";
			display:block;
			}

	.com2 a {
		display:block;
		margin-top:0;
		}
		.com2 a::after {
			top:30px;
			bottom:0;
			height:25px;
			color:#fff;
			font-size:16px;
			}
@media only screen and (max-width: 800px) {
	.com a {
		padding-bottom:18px;
		}
		.com2 a::after {
			font-size:14px;
			top:5px;
		}
}



/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}
.indent{
	margin-left:1em;
	text-indent:-1em;
	}
.fw_bold{
	font-weight:bold;
	}




/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #212121;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	position:relative;
	font-size:15px !important;
}

/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.yumincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}



/* 色 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.col_1{
	color:#4b6673;
	}
	
	
	
	

/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */	
	.num_list li{
			position:relative;
			padding-left:30px;
			}	
		.num_list li:not(:first-child){
			margin-top:10px;
			}
		.num_list li::before{
			position:absolute;
			left:0;
			top:3px;
			width:18px;
			height:18px;
			border-radius:100%;
			background-color:#000;
			text-align:center;
			color:#fff;
			box-sizing: border-box;
			font-weight: bold;
			padding: 2.5px 0 0 1px;
			font-size:12px;
			line-height:1em;
			}
		.num_list li:nth-of-type(1)::before{content:"1";}
		.num_list li:nth-of-type(2)::before{content:"2";}
		.num_list li:nth-of-type(3)::before{content:"3";}
		.num_list li:nth-of-type(4)::before{content:"4";}
		.num_list li:nth-of-type(5)::before{content:"5";}
		.num_list li:nth-of-type(6)::before{content:"6";}
		.num_list li:nth-of-type(7)::before{content:"7";}
		.num_list li:nth-of-type(8)::before{content:"8";}
		.num_list li:nth-of-type(9)::before{content:"9";}
		.num_list li:nth-of-type(10)::before{content:"10";}
		
	.circle_list li{
			position:relative;
			padding-left:10px;
			}
		.circle_list li::before{
			content:"";
			position:absolute;
			left:0;
			top:0.75em;
			width:2px;
			height:2px;
			border-radius:100%;
			background-color:#000;
			}
	.sec a{
		color:#009943;
	}
	ul.ListPDF li {
		text-indent:-20px;
		margin-left:20px;
	}
		ul.ListPDF li a {
			background: url(../img/icon_pdf.gif) no-repeat left center;
			padding: 8px 0px 8px 20px;
		}

.pdf{
	background: url(../img/icon_pdf.gif) no-repeat scroll right center;
	padding-right: 15px;
	margin-right: 5px;
	}
.word{
	background: url(../img/icon_doc.gif) no-repeat scroll right center;
	padding-right: 20px;
	margin-right: 5px;
	}


	.table_1{
		border-collapse:collapse;
		width:100%;
		}
	.table_1 tr:not(:first-child) th{
		border-top:1px solid #d384af;
		}
	.table_1 tr:not(:first-child) td{
		border-top:1px solid #bdbdbd;
		}
	.table_1 th{
		color:#fff;
		background-color:#A20061;
		padding:15px 20px;
		font-weight:normal;
		}
	.table_1 td{
		background-color:#fff;
		padding:15px 20px;
		}

	.table_2{
		border-collapse:collapse;
		width:100%;
		}
	.table_2 tr th:not(:first-child){
		border-left:1px solid #d384af;
		}
	.table_2 tr td:not(:first-child){
		border-left:1px solid #bdbdbd;
		}
	.table_2 tr:not(:first-child){
		border-bottom:1px solid #bdbdbd;
		}
	.table_2 tr:last-child{
		border-bottom:none;
		}
	.table_2 th{
		color:#fff;
		background-color:#A20061;
		padding:15px 20px;
		font-weight:normal;
		}
	.table_2 th.bdr{
		border-bottom:1px solid #d384af;
		}
	.table_2 td{
		background-color:#fff;
		padding:15px 20px;
		}

	
	.midashi{
		font-size:108%;
		color:#A20061;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	.link_li{
		margin-top:10px;
		}
		.link_li li{
			position:relative;
			padding-left:15px;
			}
			.link_li a{
				color:#a20061;
				}
			.link_li li:before {
				content: "";
				position: absolute;
				left: 0;
				top: 0.5em;
				box-sizing: border-box;
				width: 4px;
				height: 4px;
				border: 4px solid transparent;
				border-left: 4px solid #a20061;	
				}

		.link_span{
			position:relative;
			padding-left:15px;
			display:block;
			}
			.link_span:before {
				content: "";
				position: absolute;
				left: 0;
				top: 0.5em;
				box-sizing: border-box;
				width: 4px;
				height: 4px;
				border: 4px solid transparent;
				border-left: 4px solid #a20061;	
				}


	.address_en a {
		color:#fff;
	}


	/* 下層　扉ページ */



/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	.sp {display: none !important;}
	
	body{
		min-width:1040px;
		border:solid 8px #009943;
		}
	
	/* ヘッダー pc */
	#header {
		width:100%;
		min-width:1040px;
		overflow:hidden;
		}
		#header h1 {
			float:left;
			font-size:0;
			line-height:0;
			width:76.5px;
			height:79px;
			display:table;
			background-color:#009943;
			border-radius:30px;
			margin-left:10px;
			}
			#header h1 > a {
				display:table-cell;
				vertical-align:middle;
				text-align:center;
				}
				#header h1 a img {
					width:61px;
					}
		#header .inner {
			float:right;
			background-color:#009943;
			border-radius:30px;
			position:relative;
			font-size:17px;
			display: flex;
			width: calc(100% - 119px);
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			padding-left:30px;
			box-sizing:border-box;
			}
		#header .inner::before {
			position:absolute;
			content:"";
			left:30px;
			width:1000%;
			height:100%;
			background-color:#009943;
			z-index:-1;
			}
			#header ul li {
				}
				#header ul li a {
					color:#fff;
					display:block;
					line-height:79px;
					}
				#header ul li a:hover,
				#header ul li a.on {
					color: #ffda00;
					}



	/* ヘッダー pc end */


	
	/* フッター pc  */
	footer {
		margin:120px auto 0px;
		position:relative;
		}

		footer .ft_logo{
			width:89px;
			margin:0 auto 15px;
			}
		footer .copyright{
			text-align:center;
			font-size:10px;
			letter-spacing:0.2em;
			padding-bottom:30px;
			}
		.pagetop {
			position:absolute;
			right:10px;
			bottom:0;
			width:93px;
			}
	/********************
	SNS ボタン追加
	********************/
	.social-buttons {
		height: 20px;
		}
		.page-snsbtn {
		display: flex;
		margin: 10px auto 30px;
		justify-content: center;
		max-width: 800px;
		}
		.page-snsbtn iframe,
		.page-snsbtn div {
		margin-right: 5px;
		}
		.social-buttons iframe,
		.social-buttons span {
		vertical-align: top !important;
		}
		.social-buttons div iframe {
		margin-right: 1px !important;
		}

	/* フッター pc end */
	
	
	/*  contents  */
	.wrap{
		margin-left:auto;
		margin-right:auto;
		width:1040px;
		}

		
		
	/* 下層ページ */
	/* 下層ページ end */

}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
	
	body {
		border:solid 4px #009943;
		}
	.pc {display: none !important;}
	div.fat-nav__wrapper{
		height: 100%!important;
		}
	img {
		max-width:100%;
		}

	/* ヘッダー sp */
	#header {
		width:100%;
		overflow:hidden;
		}
		#header h1 {
			float:left;
			font-size:0;
			line-height:0;
			width:70px;
			height:70px;
			display:table;
			background-color:#009943;
			border-radius:30px;
			}
			#header h1 a {
				display:table-cell;
				vertical-align:middle;
				text-align:center;
				}
				#header h1 a img {
					width:61px;
					}
			#header .accordion {
				float:right;
				background-color:#009943;
				border-radius:30px;
				position:relative;
				font-size:17px;
				text-align:center;
				box-sizing:border-box;
				width:calc(100% - 85px);
				color:#fff;
				line-height:70px;
				}
			#header .accordion::before {
				position:absolute;
				content:"";
				left:30px;
				width:1000%;
				height:100%;
				background-color:#009943;
				z-index:-1;
				}
				#header .accordion .menuArea {
					cursor: pointer;
					font-size:0;
					position:relative;
					}
				#header .accordion .menuArea.active::before {
					position:absolute;
					left:0;
					bottom:0;
					content:"";
					width:1000%;
					}
				#header .accordion .menuArea::after {
					position: absolute;
					top: 0;
					bottom:0;
					margin:auto;
					right: 10px;
					content: '';
					width: 6px;
					height: 6px;
					box-sizing: border-box;
					border: 6px solid transparent;
					border-left: 7.5px solid #fff;
					-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
					}
				#header .accordion .menuArea.active::after {
					position: absolute;
					top: -10px;
					bottom:0;
					margin:auto;
					-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
					}
				#header .accordion .menuArea .menu_img {
					margin:auto;
					width:50px;
					line-height:70px;
					}
					#header .accordion .menuArea .menu_img img {
						vertical-align:middle;
						}
				#header .accordion .inner {
					display: none;
					}
					#header .inner a {
						color:#fff;
						display:block;
						}



	/* ヘッダー sp end */
	
	
	
	/* フッター sp  */
	footer {
		margin:50px 0 0px;
		position:relative;
		}
		footer .ft_logo{
			width:89px;
			margin:0 auto 15px;
			}
		footer .copyright{
			margin-top:25px;
			font-size:12px;
			width:calc(100% - 80px);
			line-height: 1.5;
			padding-bottom: 2.5%;
			}
		.pagetop {
			position:absolute;
			right:3%;
			bottom:0;
			width:70px;
			}
	/********************
	SNS ボタン追加
	********************/
	.social-buttons {
		height: 20px;
		}
		.page-snsbtn {
		display: flex;
		margin: 10px auto 30px;
		justify-content: center;
		max-width: 800px;
		}
		.page-snsbtn iframe,
		.page-snsbtn div {
		margin-right: 5px;
		}
		.social-buttons iframe,
		.social-buttons span {
		vertical-align: top !important;
		}
		.social-buttons div iframe {
		margin-right: 1px !important;
		}

	/* フッター sp end */

	.pt {
		width:50px !important;
		}

	
	/*  contents sp  */
	.wrap {
		padding:0 5%;
		}

	#topcontrol {
		right:5% !important;
		bottom:72px !important;
		}
	.pt {
		width:50px !important;
		}

	
	/*  contents sp  */
	.wrap {
		padding:0 3%;
		}

	table th{
		padding:10px 10px !important;
		}
	table td{
		font-size:13px;
		padding:10px 10px !important;
		}

	.scroll {
		overflow: scroll;
		position: relative;
		}
	.scroll:before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		z-index: 1;
		}
	.scroll:after {
		position: absolute;
		display: block;
		top: 0;
		bottom:0;
		left: 0;
		right:0;
		margin:auto;
		content: "";
		width: 51px;
		height: 60px;
		background-image: url(../img/img_flick.png);
		background-size: cover;
		z-index: 2;
		}			
	.scroll.off:before, .scroll.off:after {
		display: none;
		}	
		.scroll table {
			overflow: auto;
			width: 600px;
			background: #fff;
			}
			
	
	/* contents sp end */
	

		
	/* 下層ページ */
	/* 下層ページ end */
	
}