@charset "utf-8";

ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul.list-style {
	margin-left: 20px;
}
ul.list-style, 
ul.list-style li {
	list-style-type: disc;
}
	
body{
	text-align:center;
	font-family: "メイリオ",Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333333;
	/* background:url(../img/bg.jpg) repeat-x; */
	margin:0px auto;
}



td{
	font-size:90%;
}


A:link {
	color:#690;
	text-decoration: line;
}
A:visited {
	color: #690;
	text-decoration: line;
}
A:hover {
	color:#F60;
	text-decoration: line;
}
A:active {
	color: #690; 
	text-decoration: line;
}

 A:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	/* background:#4abbefF; */
		}
		
		

p{margin-top:0px;
  margin-bottom:17px;
  }
	
	
img{
	border:0px;
	vertical-align: top;
	font-size:0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}


/* .clearfix:after {  
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
	} */
	

.clrBoth {clear:both; }
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

	
header{
	margin:0px;
	background: linear-gradient(to bottom, #0ca3e8, #cdedfa);
	background: -webkit-linear-gradient(top, #0ca3e8, #cdedfa);
	background: -moz-linear-gradient(top, #0ca3e8, #cdedfa);
}

.header-outline{
	margin-left: auto;
	margin-right: auto;
	max-width:1000px;
}

header h1{
	max-width: 100%;
	padding: 10px 0px;
	margin: 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
	}
header .headspace{
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
}

/* header #logo{
	width:357px;
	float:left;
	} */
	
/* header #btn{
	width:550px;
	float:right;
	text-align:right;
	}	
	
header #btn {
	height:70px;
	margin:0px;
}	 */
header #btn ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

header #btn ul li {
	margin: 0px;
	margin-left:10px;
	font-size:0px;
	list-style:none;
	width: calc(33.33% - 1rem);
}

.bl_btn-flex{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.kyuugo-btn_wrap{
	display: flex;
	justify-content: end;
}

.kyuugo-btn{
	display: flex;
}
.arrow_r {
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.arrow_r:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #6bbf0a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
}
.kyuugo-btn_wrap a{
color: #000;
background-color: #fff;
border: solid 1px #ccc;
padding: .5rem 1rem .5rem 2rem;
border-radius: 50vh;
}
.kyuugo-btn_wrap a:hover{
	opacity: .8;
}

h2{
	
	font-size:70%;
	margin-top:10px;
	font-weight:normal;
	color:#666;
	}
	
h2 A:link {color:#666;text-decoration: line;}
h2 A:visited {color: #666; text-decoration: line;}
h2 A:hover {color:#F60; text-decoration: line;}
h2 A:active {color: #666; text-decoration: line;}


.bigger{font-size:120%;margin-bottom:5px;}
.smaller{font-size:80%;}


.outline {
	max-width:1000px;
	/* mini-width:1000px; */
	text-align:left;
	margin:0px auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
@media screen and (max-width:768px){
	.outline{
		margin: 0!important;
	}
}
#mainimg{margin:0px;}	

#navigation {
	margin:0px;
	background: linear-gradient(to bottom, #8cd4f5, #00a0e8);
	background: -webkit-linear-gradient(top, #8cd4f5, #00a0e8);
	background: -moz-linear-gradient(top, #8cd4f5, #00a0e8);
	box-shadow: inset 0px 0px 1px #0085c2,
				inset 0px 0px 5px #0085c2;
}

#navigation ul{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style:none;
	align-items: center;
}

#navigation ul li {
	margin: 0.5rem 0;
	width: calc(25% - 1rem);
	padding: 0 1rem;
	border-left: 1px solid #fff;
}
#navigation ul li:first-child  {
	border-left: none;
}

#navigation ul li a{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 0.75rem 0;
	display: block;
	width: 100%;
	letter-spacing: 4px;
}

#navigation ul li a:hover {
	background-color: #ffffff3f;
	border-radius: 10px;
}
	
section{}	
.sec{
	max-width: 1000px;
	margin:25px 0px;
	line-height:170%;
}

   
.pointG{color:#009966;}
.pointO{color:#FF3300;}
.pointB{color:#0099CC;}
.pointR{color:#FF0000;}



#re-top{
	text-align:right;
	margin:15px 0px;
	font-size:80%;
	width: 100%;
}	
	
	
	
	
footer{}

#foot{
	padding:20px 0px;
	background:#EBEBEB;
	border-top:3px solid #CCCCCC;
	text-align:center;
	
}


	
#foot #copy{
	font-size:80%;
	margin-top:10px;
}
	


	
/*footer*/


.re-top{text-align:right;margin-top:15px;}	


/*h3{
	font-size:240%;
	color:#333333;
	font-weight:normal;
	margin-bottom:50px;
	letter-spacing:5px;
	}*/
	
	
h3{
	display: block;
	font-size: 1.85rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 50px;
	border-left: solid 5px #008fd5;
	border-top: solid 1px #d6d4d4;
	border-right: solid 1px #d6d4d4;
	border-bottom: solid 1px #d6d4d4;
	background: linear-gradient(to right, #fffeff, #f8f6f7);
	background: -webkit-linear-gradient(left, #fffeff, #f8f6f7);
	background: -moz-linear-gradient(left, #fffeff, #f8f6f7);
	border-radius: 10px;
	padding: 2rem 1.5rem;
	margin: 3rem 0;
	}
	
	
h4{
	display: block;
	font-size:150%;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:20px;
	padding:15px;
	margin-bottom:30px;
	background: linear-gradient(to bottom, #77ccf3, #25afee);
	background: -webkit-linear-gradient(top, #77ccf3, #25afee);
	background: -moz-linear-gradient(top, #77ccf3, #25afee);
	letter-spacing:3px;
}
	
	
h5{
	font-size:140%;
	color:#09F;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
	padding:7px;
	padding-left:20px;
	background:url(../img/btn3.jpg) no-repeat;
	background-position:0em 0.5em;}
	
h6	{
	font-size: 110%;
	 background:url(../img/btn4.jpg) no-repeat;
	background-position:0em 0.6em;
	padding:5px;
	padding-left:17px;
	margin:0px;
	/*font-weight:normal;*/
	font-weight: bold;
	font-size:120%;
	/*color:#690;*/
	color: #777;
}

.mb1 { margin-bottom:1rem; }
.mb2 { margin-bottom:2rem; }
.pl1 { padding-left:1rem; }

#snavi ul li{
	position: relative;
}
#snavi ul li::before { /* くの字の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 7px;    /* くの字を山なりに見た時、左側の長さ */
	height: 7px;   /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
	transform: rotate(45deg);    /* くの字の向き */
  }
  #snavi ul li a{
	width: 80%;
  }




.bl_hamburgerBtn,.bl_hamburgerTitleLogo{
	display: none;
}

.table_itiran{
	max-width: 1000px!important;
	width: 100%!important;
}
@media screen and (max-width:768px){
		/* ハンバーガーボタン */
	.bl_hamburgerBtn{
		display: block;
	}
	.bl_hamburgerBtn {
			position: fixed;
			z-index : 35;
			right : 0;
			top   : 0;
			width : 60px;
			height: 60px;
			cursor: pointer;
			text-align: center;
			background-color: rgb(0 0 0 / 15%);
	}
	.bl_hamburgerBtn span {
		display : block;
		position: absolute;
		width   : 35px;
		height  : 1px ;
		left    : 12px;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
		background-color: #fff;
	}
	.bl_hamburgerBtn .menu {
		width: 100%;
		top: 33px;
		display: block;
		font-size: 12px;
		text-align: center;
		line-height: 1em;
		color: #fff;
	} 
	.menu_ti{
		color: #fff;
		width: 100%;
		position: absolute;
		bottom: 5px;
		display: block;
		font-size: 13px;
		text-align: center;
		margin: 0px;
		font-family: 'Montserrat', sans-serif;
	}
	.bl_hamburgerBtn span:nth-child(1) {
		top: 10px;
	}
	.bl_hamburgerBtn span:nth-child(2) {
		top: 20px;
	}
	.bl_hamburgerBtn span:nth-child(3) {
		top: 30px;
	}
	/* ナビ開いてる時のボタン */
	.is_active .bl_hamburgerBtn span:nth-child(1) {
		top : 16px;
		/*left: 9px;*/
		left: 11px;
		-webkit-transform: rotate(-45deg);
		-ms-transform        : rotate(-45deg);
			transform        : rotate(-45deg);
			
	}
	.is_active .bl_hamburgerBtn span:nth-child(2),
	.is_active .bl_hamburgerBtn span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-ms-transform        : rotate(45deg);
			transform        : rotate(45deg);
			
	}

	/* 中身 */
	#btn{
		position: fixed;
		top: 0;
		height: 100%;
		/* bottom: 0; */
		right: -100%; /* 画面外 */
		background-color: #00a0e8;
		z-index: 1;
		transition: all 0.6s;
		width: 100%;
	}
	.is_active #btn{
		right: 0;
		padding: calc(60px + 30px) 10px 30px;/* ハンバーガーボタン高さ + 余白 */
		transition: all 0.6s;
		box-sizing: border-box;
	}
	.bl_hamburgerTitleLogo{
		display: block;
		max-width: 305px;
		width: 100%;
	}
	header #navigation ul{
		display: block;
	}
	#navigation{
		background: initial;
		box-shadow: initial;
	}
	header #btn ul{
		flex-wrap: wrap;
	}
	header #btn ul li{
		width: calc(50% - 1rem);
	}
	header #navigation ul li{
		border-left: none;
		width: initial;
	}
	.kyuugo-btn_wrap{
		justify-content: center;
	}

}
/*====================================
	スマホ	425px以下
=====================================*/
@media screen and (max-width: 425px) {
	#btn.sp ul{
		justify-content: flex-start;
		width: 100%;
	}

	#btn.sp ul li{
		display: flex;
		width: calc(50% - 1rem);
	}
	.logo_menu_sp img{
		max-width: 70%;
	}


}