@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定およびスマートフォン向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	background-color: #ffffff;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #001643;
	text-decoration: none;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
header {
	width: 100%;
	padding: 10px 0;
}
#section {
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #dfdfdf;
}
#section div {
	width: 100%;
	padding: 30px 10px;
	text-align: center;
	color: #000;
	margin: 0 auto;
}
#section p.title {
	color:#001642;
	font-size: 3.0em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 0.6em;
	margin: 0 0 20px 0;
}
#section p.title span {
	font-size: 0.5em;
	letter-spacing: 0.5em;
}
#section p.main {
	color: #555555;
	padding: 0;
	margin: 0;
}
#masthead {
	padding: 16px 0;
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#masthead h1 {
	margin: 0;
	text-align: center;
}
#masthead.scrolled {
	color: #6488d1;
	background: rgba(0, 0, 0, 0.8);
	padding: 16px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#masthead.scrolled a {
	color: #6488d1;
}
#masthead.scrolled a:hover {
	color: #fff;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	width: 160px;
	margin-right: auto;
}
.button {
	display: inline-block;
	text-decoration: none;
	outline: none;
	list-style: none;
}
.button:hover {
	color: #6488d1;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*3列ボックス*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3 {
	width: 100%;
	color: #555555;
	font-size: 0.8em;
	line-height: 1.3em;
	display: flex;
	flex-wrap: wrap;
	background-color: #eeeeee;
	text-align: center;
	padding-bottom: 20px;
}
.col_3 img {
	width: 90%;
	margin-bottom: 10px;
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
.col_3 img > div {
	width: 23%;
}
.col_3 > div > div {
	height: 120px;
	position: relative;
	overflow: hidden;
}
/*PCのスタイル*/
header nav {
	margin-right: -16px;
	font-size: 1.2em;
}
header nav ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li a {
	color: #000;
	text-decoration: none;
	list-style: none;
	font-weight: bold;
	padding: 16px;
}
#nav_toggle {
	display: none;
}
.change_btn {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 20px;
	margin-top: 40px;
}
footer {
	font-size: 0.8em;
	color: #fff;
	line-height: 1.2em;
	background-color: #001643;
	text-align: center;
	padding: 20px 0;
}
footer img {
	width: 100px;
	margin-bottom: 10px;
}
/* pc　768px以上 */
.wrap{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:0 30px 30px 30px;
	background-color: #adb9d3;
}
.left-menu{
	float: left;
	width: 50%;
	height: 300px;
	text-align:right;
}
.right-menu{
	float: right;
	width: 50%;
}
.right-menu li a{
	display: block;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
}
/*DESIGNER*/
/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	.wrap{
		width: 100%;
	}
	.left-menu{
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.right-menu{
		/*　floatを解除 */
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*メニュー部分*/
@media screen and (max-width:960px) {
header {
	padding: 16px 0;
	position: relative;
}
h1 {
	width: 120px;
	margin: 0;
}
.inner {
	width: 90%;
}
#main_img {
	width: 100%;
}
.change_btn {
	width: 90%;
	margin: 32px auto;
}
.col_3 > div {
	width: 50%;
}
.col_3 img > div {
	width: 40%;
}
/*メニュー部分*/
nav {
	display: none;
	position: absolute;
	top: 90px;
	width: 100%;
	background: #000;
	left: 0;
}
header nav ul {
	display: block;
	margin: 0 auto;
	width: 90%;
}
header nav ul li {
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #666;
}
header nav ul li:last-child {
	border: none;
}
header nav ul li a {
	color: #fff;
	display: block;
}
header nav ul li a:hover {
	color: #fff;
}
/*開閉ボタン*/
#nav_toggle {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	top: 4px;
	z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #000;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media screen and (max-width: 480px) {
 .col_3 > div {
 width: 100%;
}
 .col_3 img > div {
 width: 90%;
}
}
