@charset "utf-8";

/* Global */
@import url('https://use.fontawesome.com/releases/v5.10.1/css/all.css');

html,
html * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, a {
	color: #172248;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	transition: .2s;
}


/* font */
html * {
	font-size: 1.6rem;
	letter-spacing: 1px;
}
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 2.1rem;
	text-align: center;
}
.en-font {
	font-family: Avenir, sans-serif;
	font-weight: normal !important;
}
.mincho-font {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal !important;
}
.rp-s-txt {
	font-size: 1vw;
}
.rp-m-txt {
	font-size: 1.2vw;
}
.rp-t-txt {
	font-size: 1.4vw;
}
.rp-h-txt {
	font-size: 1.6vw;
}
.rp-l-txt {
	font-size: 1.8vw;
}
.rp-g-txt {
	font-size: 2.2vw;
}
.txt-right {
	text-align: right;
	padding-top: 40px;
}
.txt-center {
	text-align: center;
	padding-top: 40px;
}
.contact-btn {
	background: #03a9f4;
	padding: 10px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
}

/* img init style */
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/* base */
.flex-col2,
.flex-col3 {
	display: flex;
	justify-content: space-between;
}
.flex-col2 > * {
	width: calc(100%/2 - 2%);
}
.flex-col3 {
	flex-wrap: wrap;
}
.flex-col3 > * {
	width: calc(100%/3);
}
.inner {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}
.mainContents {
	padding-top: 80px;
}
@media (min-width: 767px) {
	.mainContents {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
	}
}
.graybg-wrap {
	background: #e2e8e2;
	padding: 5% 0;
}
main {
	margin-bottom: 6%;
	width: 100%;
}
/* sidebar */
aside {
	width: 28%;
	max-width: 310px;
}
/* main contents */
.box-main {
	width: 72%;
	max-width: 710px;
	margin-left: 30px;
}

/* header */
.header-inner {
	position: relative;
}

/* sp menu/navigation */
.sp-menu {
	display: none;
}


/* footer */
footer {
	width: 100%;
}
.copyright {
	font-size: 1rem;
	text-align: center;
}

/* contents */
.contents-wrap {
	margin-bottom: 60px;
}
.ttl {
	letter-spacing: 2px;
}
.ttl-btm {
	margin-bottom: 10%;
}
.subttl {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
}
.subttl-border-btm {
	border-bottom: 1px solid #504a44;
}
.subttl-label {
	display: inline-block;
	padding: 6px 12px;
	font-weight: normal;
}

/* breadcrumbs */
#breadcrumbs {
	width: 98%;
	margin: 0 auto 2%;
}
#breadcrumbs a {
	font-size: 1.2rem;
	border-bottom: 1px dotted #3c87c8;
	line-height: 1.4;
	padding: 0 1%;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #3c87c8;
}
#breadcrumbs span {
	color: #8caeb9;
}
.breadcrumb_last {
	color: #222;
	font-size: 1.4rem;
	padding-left: 1%;
}

/* button */
.btn-ablt-r {
	position: absolute;
	bottom: 0;
	right: 0;
}
.base-btn {
	background: #172248;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 4px 10px;
	font-size: 1rem;
}

/* post list a link */
.post a {
	display: block;
}

/* animation */
a:hover {
	opacity: .8;
}

/* 1200px 以上 */
@media (min-width: 1200px) {
	/* font */
	.rp-s-txt {
		font-size: 1.2rem;
	}
	.rp-m-txt {
		font-size: 1.4rem;
	}
	.rp-t-txt {
		font-size: 1.6rem;
	}
	.rp-h-txt {
		font-size: 2.1rem;
	}
	.rp-l-txt {
		font-size: 2.4rem;
	}
	.rp-g-txt {
		font-size: 3.2rem;
	}
}
/* 1024px 以下 (PC レスポンシブ & タブレットの最大幅) */
@media (max-width: 1024px) {
	.inner {
		min-width: 700px;
	}
	/* font */
	.rp-s-txt {
		font-size: 1rem;
	}
	.rp-m-txt {
		font-size: 1.2rem;
	}
	.rp-t-txt {
		font-size: 1.4rem;
	}
	.rp-h-txt {
		font-size: 1.8rem;
	}
	.rp-l-txt {
		font-size: 2rem;
	}
	.rp-g-txt {
		font-size: 2.8rem;
	}
}


/* 767px 以下 (PCレスポンシブ最小幅 & スマホレスポンシブ)*/
@media (max-width: 767px) {
	.inner {
		min-width: 360px;
		width: 90%;
	}
	/* font */
	html * {
		font-size: 1.25rem;
		line-height: 1.6;
	}
	body, a {
		font-size: 1.4rem;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
	.rp-t-txt {
		font-size: 1.2rem;
	}
	.rp-h-txt {
		font-size: 1.6rem;
	}
	.rp-l-txt {
		font-size: 1.8rem;
	}
	.rp-g-txt {
		font-size: 2.4rem;
	}
	/* base */
	.flex-col2 {
		display: block;
		justify-content: space-between;
	}
	.flex-col2 > *,
	.flex-col3 > * {
		width: 100%;
	}
	main {
		position: relative;
		margin-bottom: 0;
	}
	aside {
		width: 100%;
		max-width: unset;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.box-main {
		width: 100%;
	}
	/* header */

	/* sp menu/navigation */
	#navigation {
		display: none;
		background: #e1e8e2 !important;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		padding-top: 56px;
		overflow: scroll;
	}
	nav ul {
		display: inline-block;
		margin-right: 0;
	}
	nav ul li {
		margin: 0;
	}
	nav ul li a {
		padding: 20px 0;
		width: 100%;
		height: 100%;
		text-align: left;
	}
	nav ul li a {
		color: #172248;
		display: block;
	}
	.sp-menu {
		display: block;
		position: fixed;
		top: 0px;
		right: 0;
		width: 50px;
		height: 50px;
		padding: 18px 14px;
		z-index: 9999;
		background: #e2e8e2;
	}
	.menu-trigger {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #172148;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 6px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);

	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
	#breadcrumbs {
		margin-bottom: 8%;
	}
	#breadcrumbs span {
		font-size: 1.4rem;
	}
	/* contents */
	.ttl {
	}
	.subttl {
	}
	/* footer */
	footer {
		padding: 0;
	}
}

.search{
	margin-bottom: 20px;
}
.search input{
	width: 230px;
	height: 30px;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 75%;
	color: #565658;
	line-height: 30px;
	background-color: #f3f3f3;
	background-image: url(../../img/leftColSerchIcon.png);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 35px;
}
.search input:focus {
	outline: none;
}
