@charset "utf-8";
@import url(bootstrap_nw.css);
@import url(icomoon.css);
@import url(common.css);
@import url(text.css);
h4.tit {
	font-weight:bold;
	font-size: 140%;
	border-bottom : 1px solid #aaa;
}
.column {
	margin:0 20px;
	padding: 14px;
	font-weight:normal;
	font-size: 100%;
	line-height: 180%;
	width: 94%;
	background-color: #ffffff;
	border: 1px solid #668dff;
	border-radius: 10px;
}
.rijikai {
	padding: 3px 3px 3px 10px;
	font-weight:bold;
	font-size: 110%;
	width: 10em;
	color: #ffffff;
	background-color: #ff7c80;
	border-radius: 2px;
}
/*スマートフォン*/
@media screen and (max-width : 768px){
	.column {
		padding: 5px;
		margin:0 5px;
		width:95%;
		font-size: 110%;
	}
	.rijikai {
	}
}
/* Next ページ*/
.nextpage {
	margin: 10px auto;
	text-align:center;
	display: block;
	width: 250px;
	height:50px;
}
.nextpage a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 30px;
	background-color: #1774c1;
	border : 1px solid #888;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.nextpage a:hover {
	font-weight: bold;
	background-color: #32a2d8;
	color: #fff;
}
/*
@import url(pagepart_sp.css);
*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts2/glyphicons-halflings-regular.eot');
  src: url('../fonts2/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts2/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts2/glyphicons-halflings-regular.woff') format('woff'), url('../fonts2/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts2/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Helvetica Neue',Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.sp {display:none;}
.a_center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.list {
	text-indent: -1.1em;
	margin-left: 12px;
}
.nowrap {
	white-space: nowrap;
}
header {
	width: 100%;
	height: auto;
	padding: 8px 0 4px 0;
	color: #fff;
	background-color: #2654dd;
	background: linear-gradient(to bottom, rgba(10, 21, 191, 1.0) 0%, rgba(74, 150, 240, 1.0) 100%);
}
header img {
	filter: drop-shadow(5px 5px 10px rgba(255,255,255,0.5));
}
.main {
	width:70%;
	height:auto;
	margin: 0 auto;
	padding: 10px;
}
/*スマートフォン*/
@media screen and (max-width : 1200px){
	.main {width: 94%;}
}
footer {
	border-top : 2px solid #ffc900;
	width: 100%;
	clear: both;
	height: auto;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 4px;
	color: #fff;
	background-color: #2654dd;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 3%;
	z-index: 99;
	font-size: 60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.7;
}
.pagetop a {
	color: #007ad9;
}
.pagetop a:hover {
	color: #ffd662;
}

/**---Menu STD---
 MainMenu**/
nav {
	height: auto;
	margin: 0 auto;
}
ul.menu {
	position: relative;
	top: 30px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:68%;
	border-radius: 30px;
	text-align: center;
	background: #2654dd;
	border-bottom : 2px solid #ffc900;
}
ul.menu > li.main_menu {
	display: inline-block;
}
ul.menu > li.main_menu > p {
	text-align:center;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
ul.menu > li.main_menu > a {
	text-align:center;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
ul.menu > li.main_menu:first-child > p ,
ul.menu > li.main_menu:first-child > a {
}

ul.menu > li.main_menu > a.home_icon:before {
	color: #ffc900;
	content: "\e900";	/*home icomoon*/
	padding-right: 10px;
}
ul.menu > li.main_menu > a.home_icon:hover:before {
	color: #ffc900;
	content: "\e072";	/*► bootstrap*/
	cursor: pointer;
	padding-right: 10px;
}
ul.menu > li.main_menu > a.column_icon:before {
	color: #ffc900;
	content: "\e904";	/*column icomoon*/
	padding-right: 10px;
}
ul.menu > li.main_menu > a.column_icon:hover:before {
	color: #ffc900;
	content: "\e072";	/*► bootstrap*/
	cursor: pointer;
	padding-right: 10px;
}
ul.menu > li.main_menu > a.tel_icon:before {
	color: #ffc900;
	content: "\e942";	/*tel*/
	padding-right: 10px;
}
ul.menu > li.main_menu > a.tel_icon:hover:before {
	color: #ffc900;
	content: "\e072";	/*► bootstrap*/
	cursor: pointer;
	padding-right: 10px;
}
ul.menu > li.main_menu > a.email_icon:before {
	color: #ffc900;
	content: "\e945";	/*email icomoon*/
	padding-right: 10px;
}
ul.menu > li.main_menu > a.email_icon:hover:before {
	color: #ffc900;
	content: "\e072";	/*► bootstrap*/
	cursor: pointer;
	padding-right: 10px;
}

ul.menu > li.main_menu > p.updown:before {
	color: #ffc900;
	font-size: 0.8rem;
	content: "▼ ";
}

ul.menu > li.main_menu > p:hover ,
ul.menu > li.main_menu > a:hover {
/*
	border-left : 1px solid #33ad33;
	border-bottom : 1px solid #33ad33;
*/
	cursor: pointer;
}
ul.menu > li.main_menu > p.updown:hover:before {
	color: #2654dd;	/*背景色でアイコンを消す*/
	font-size: 0.8rem;
	content: "▼ ";
}
ul.menu > li.main_menu > p:active ,
ul.menu > li.main_menu > a:active {
	color: #ff0055;	/*Red*/
}
ul.menu li.main_menu_x {
	display: none;
}
/*左から右underline 
ul.menu > li.main_menu > p::after ,
ul.menu > li.main_menu > a::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 2px solid #f00;
}
ul.menu > li.main_menu > p:hover::after ,
ul.menu > li.main_menu > a:hover::after {
	text-align:center;
	width: 100%;
}
*/
/*hover時の中央からのundeline アニメーション*/
ul.menu > li.main_menu > p ,
ul.menu > li.main_menu > a {
	position: relative;
	text-decoration: none;
}
ul.menu > li.main_menu > p::after ,
ul.menu > li.main_menu > a::after {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
ul.menu > li.main_menu > p::after {
	color: #ffc900;	/**/
	font-size: 0.8rem;
	content: "▼";
}
ul.menu > li.main_menu > a::after {
	content: '';
}
ul.menu > li.main_menu > p:hover::after ,
ul.menu > li.main_menu > a:hover::after {
	transform: scale(1, 1);
}

/* ===== sub menu ===== */
ul.sub {
	display: none;
	position: relative;
	/*script offのとき onのときはabsoluteに切り替わる*/
/*	*/
	width: 300px;
	height: auto;
	z-index: 12;
	margin: 0;
	padding : 15px;
	border: 1px solid #4198fc;
	border-radius: 4px;
	text-align: left;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	background-color: #fff;
}
ul.sub > li.sub_menu {
/*	float: left;
	color: #1774c1;*/
	display:block;	/*subメニュー横全体にクリックエリアが広がる*/
	padding: 2px;
	border-bottom : 1px dotted #999;
}

ul.sub > li.sub_menu > a {
	padding: 5px 5px 5px 0;
	text-decoration: none;
	color : #0f3d8b;
/*	width: 100%;	これを指定しないとfloatが効かない→都合により削除*/
	display: block;/**/
}
ul.sub > li.sub_menu > a.rightleft:before {
	color: #33ad33;
	font-size: 0.8rem;
	content: "▶";	/*utf8*/
	padding-right: 10px;
}
ul.sub > li.sub_menu > a.rightleft:hover:before {
	color: #ffc900;
	font-size: 0.8rem;
	content: "▶";	/*utf8*/
}

ul.sub > li.sub_menu > a:hover {
	background-color:#e0f3f3;
/*	color: #ff5500;
	text-decoration: underline;*/
}
ul.sub > li.sub_menu > a:active {
	color: #ff0055;
}
ul.sub > li.sub_menu_x {
	cursor: pointer;
	color: #555;
	text-align: right;
	margin: 10px 10px 0;
	font-size: 140%;
	display: none;
	/*script offのとき onのときはblockに切り替わる*/
}
@media screen and (min-width:767px) {
	.font_sw {
		font-size: 100%;
	}
	ul.menu {
		display: block !important;
	}
}
/*スマートフォン*/
@media screen and (max-width : 768px){
	.sp {display:block;}
	.font_sw {
		font-size: 80%;
	}
	header {
		padding: 8px 0;
		font-size: 75%;
		border-bottom : 2px solid #ffc900;
	}
	nav > .menubtn	{
		width: 40px;
		height: 50px;
	/*	padding: 4px;	*/
		border: solid 1px #aaa;
		border-radius: 4px;
		background-color: #fff;
		background : url(../img2/icon_menu_bar.png) #ffffff 0px 0px no-repeat;
		background-size: 40px auto;
		cursor: pointer;
		position: absolute;
		top: 8px;
		right: 2px;
		z-index: 11;
	}
	ul.menu {
		background-color: #fff;
		position: absolute;
		top: 60px;
		right: 2px;
		z-index: 10;
		width: 95%;
		margin-left:0;
		margin-right:0;
		text-align: left;
		border: 2px solid #aaa;
		border-radius: 4px;
	}
	ul.menu > li.main_menu {
		width: 98%;
	}
	ul.menu > li.main_menu > p ,
	ul.menu > li.main_menu > a {
		width: auto;
		color : #0f3d8b;
		text-align: left;
		border-bottom: 2px dotted #aaa;
		border-left: 4px solid #fff;
		padding: 14px;
	}
	ul.menu > li.main_menu > p:hover ,
	ul.menu > li.main_menu > a:hover {
		background-color:#e0f3f3;
		border-bottom: 2px dotted #aaa;
		border-left: 4px solid #33ad33;
		padding-bottom: 14px;
	}
	ul.menu > li.main_menu > a.email_icon:before {
		color: #93c351;
	}
	ul.menu > li.main_menu > p.updown:before {
		color: #93c351;
	}
	ul.menu > li.main_menu > a.tel_icon:before {
		color: #93c351;
	}
	ul.menu > li.main_menu > a.home_icon:before {
		color: #93c351;
	}
	ul.menu > li.main_menu > a.column_icon:before {
		color: #93c351;
	}
	ul.menu li.main_menu_x {
		cursor: pointer;
		color: #555;
	/*	float: right;*/
		text-align: right;
		margin: 10px;
		font-size: 140%;
		display: block;
		/*script offのとき onのときはblockに切り替わる*/
	}
/*スマホメニューの下線をアニメーションなしにしてドットライン１００％にする*/
	ul.menu > li.main_menu > p ,
	ul.menu > li.main_menu > a {
		display: block;
	}
	ul.menu > li.main_menu > p::after ,
	ul.menu > li.main_menu > a::after {
		transform: scale(0, 0);
	}
	ul.menu > li.main_menu > p:hover::after ,
	ul.menu > li.main_menu > a:hover::after {
		transform: scale(0, 0);;
	}

	ul.sub {
		left: 20px;
		width: 90%;
		padding : 5px;
		border: 1px solid #aaa;
		background-color: #fffff9;
	}
	ul.sub > li.sub_menu > a {
		padding: 10px;
	}
	ul.sub > li.sub_menu > a.rightleft:before {
	}
	ul.sub > li.sub_menu_x {
	}
}