	@charset "utf-8";

/* ----------------------------------
1.0 - Base
2.0 - Module    
 2.1 - Header
 2.2 - Gloval Nav  
 2.3 - Footer
 2.4 - Main
  2.4.1 - [Main] font style
  2.4.2 - [Main] Etc
---------------------------------- */


/* ================================

1.0 Base

=================================== */


/*　font --------------*/


/*
 * "NotoSerifJP" is licensed under the SIL Open Font License Version 1.1
 * https://www.google.com/get/noto/
 * http://scripts.sil.org/OFL
 */

@font-face {
	font-family: 'NotoSerifJP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSerifJP-Regular-sub.woff2') format('woff2'), url('../fonts/NotoSerifJP-Regular-sub.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifJP';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSerifJP-SemiBold-sub.woff2') format('woff2'), src: url('../fonts/NotoSerifJP-SemiBold-sub.woff') format('woff');
}

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
}

a {
	color: #0060b6;
}

ul.list_reset,
ol.list_reset {
	list-style: outside none none;
	padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dt {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	line-height: 1.2;
}


/*5column --------------*/

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}


/* ================================

2.1 - Header

===================================*/

#header {
	height: 80px;
}

#header .header_h {
	height: 80px;
	display: block;
}

#header .header_fix {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 101;
	box-shadow: 0px 2px 2px -2px rgba(50, 50, 50, 0.1);
}

#header .header_inner {
	height: 50px;
	margin: 15px auto;
	padding-left: 15px;
	padding-right: 15px;
}

#header .header_logo {
	width: 70%;
	position: absolute;
	left: 1.5rem;
}

@media (min-width: 768px) {
	#header {
		height: 90px;
	}
	#header .header_h {
		height: 90px;
	}
	#header .header_inner {
		height: 60px;
		width: 750px;
	}
	#header .header_logo {
		width: 50%;
		left: 3rem;
	}
}

@media (min-width: 992px) {
	#header .header_inner {
		width: 970px;
		position: relative;
	}
	#header .header_logo {
		width: 33%;
		padding-right: 5rem;
		padding-top: .5rem;
		left: 0;
	}
}

@media (min-width: 1200px) {
	#header .header_inner {
		width: 1170px;
	}
	#header .header_logo {
		padding-right: 5rem;
		padding-top: 0;
	}
}


/* ================================

 2.2 - Gloval Nav 
[sp:drawer.min.css]

===================================*/

.header_gnav {
	position: absolute;
	right: 0;
}

.drawer-menu li a:hover {
	color: #fff;
	background: #00a469;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.drawer-menu li a:focus {
	color: #222;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.header_gnav {
		width: 67%;
	}
	.drawer-hamburger,
	.drawer-nav .gnav_sp {
		display: none!important;
	}
	.drawer-menu {
		list-style: none;
		width: 100%;
		padding: 0;
		margin-top: 1rem;
		float: right;
	}
	.drawer-menu:before,
	.drawer-menu:after {
		content: "";
		display: table;
	}
	.drawer-menu:after {
		clear: both;
	}
	.drawer-menu li {
		vertical-align: top;
		position: relative;
		float: left;
		width: calc(25% - 2px);
	}
	.drawer-menu > li > a {
		color: #222;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		display: block;
		padding: 1rem 0;
		border-right: 1px solid #9f9f9f;
	}
	.drawer-menu li ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.drawer-menu li:hover ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	.drawer-menu li ul li {
		width: 100%;
	}
	.drawer-menu li ul li a {
		color: #222;
		font-size: 1.3rem;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		display: block;
		padding: 1rem 0;
		border-top: 1px solid #fff;
		background: rgba(256, 256, 256, 0.8);
	}
	.drawer-menu li ul li a:hover {
		color: #fff;
		background: rgba(0, 164, 105, 0.7);
	}
}

@media (min-width: 1200px) {
	.drawer-menu li > a {
		font-size: 1.7rem;
	}
}


/*SP drawer custom*/

@media screen and (max-width: 991px) {
	.drawer-hamburger {
		width: 4rem;
		right: 24rem;
		position: absolute;
		z-index: 121;
	}
	.drawer--right .drawer-hamburger {
		right: 3rem;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 24rem;
		background-color: rgba(256, 256, 256, .8);
	}
	.drawer-hamburger-icon {
		background-color: #00A469;
	}
	.drawer-hamburger-icon::after,
	.drawer-hamburger-icon::before {
		top: -15px;
		background-color: #00A469;
	}
	.drawer--right.drawer-open .drawer-hamburger-icon::after,
	.drawer--right.drawer-open .drawer-hamburger-icon::before {
		background-color: #00A469;
	}
	.drawer-hamburger-icon::after {
		top: 15px;
	}
	.drawer--right .drawer-nav {
		right: -24rem;
	}
	.drawer-nav {
		width: 24rem;
		padding: 2rem;
		background: #00A469;
		z-index: 120;
	}
	.drawer-menu > li {
		background: #fff;
		margin-bottom: .5rem;
		border: none;
	}
	.drawer-menu > li:last-child {
		background-color: transparent;
	}
	.drawer-menu li > a {
		color: #00A469;
		font-size: 1.4rem;
		font-weight: 400;
		text-decoration: none;
		line-height: 1.5;
		padding: 1.5rem;
		display: block;
	}
	.drawer-menu li a:hover {
		color: #fff;
		background: #20C686;
	}
	.drawer-menu li a:focus {
		color: #00A469;
		background: #fff;
	}
	.drawer-dropdown > a {
		font-weight: 700;
	}
	.drawer-dropdown .drawer-caret {
		border-top-color: #00A469;
	}
	.drawer-dropdown-menu > li > a {
		padding-left: 2rem;
		text-indent: -1rem;
	}
	.drawer-dropdown-menu > li > a::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #00A469;
		padding-right: 0.3rem;
	}
	.drawer-menu > li li {
		border-top: 1px dotted #ccc;
	}
	.drawer-overlay {
		background-color: rgba(0, 0, 0, .8);
	}
}

@media screen and (max-width: 767px) {
	.drawer--right .drawer-hamburger {
		right: 1.5rem;
	}
}


/* ================================

2.3 - Footer

===================================*/

footer .footer_ill {
	height: 150px;
	background: url(../images/common/bg_footer.gif) center bottom no-repeat;
	background-size: contain;
	padding: 0;
}

footer .footer_menu {
	padding: 2rem 0;
	background: #00a469;
}

footer .footer_menu .footer_logo {
	width: 28%;
	padding-right: 3rem;
	float: left;
	clear: left;
}

footer .footer_menu ul {
	color: #fff;
	margin-left: 28%;
}

@media screen and (max-width: 991px) {
	footer .footer_ill {
		width: 100%;
	}
	footer .footer_menu .footer_logo {
		width: 35%;
	}
	footer .footer_menu ul {
		font-size: 1.3rem;
		margin-left: 35%;
	}
}

@media screen and (max-width: 767px) {
	footer .footer_ill {
		background-position: left bottom;
		background-size: 220%;
	}
	footer .footer_menu .footer_logo {
		text-align: center;
		width: 100%;
		padding-right: 0;
		padding-bottom: 1rem;
		float: none;
	}
	footer .footer_menu ul {
		font-size: 1.2rem;
		text-align: center;
		margin-left: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

#pagetop {
	text-align: center;
	padding: 1rem;
	position: fixed;
	bottom: 0;
	right: 5rem;
	background: rgba(256, 256, 256, .5);
}

#pagetop img:first-child {
	display: none;
}

.copyright {
	padding: 1.5rem;
	background: #fff;
}

.copyright address {
	font-size: 1.3rem;
	text-align: right;
}

.copyright .pri_navi li {
	display: inline-block;
	padding-left: 2rem;
}

.copyright .pri_navi li a {
	font-size: 1.3rem;
	color: #222;
	text-decoration: none;
}

.copyright .pri_navi li a:hover {
	color: #888;
}

@media screen and (max-width: 991px) {
	.copyright * {
		text-align: center!important;
	}
	.copyright .pri_navi {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	#pagetop {
		position: static;
		padding-bottom: 2rem;
		border-bottom: 1px solid #ccc;
	}
	#pagetop img {
		width: 3rem;
	}
}
/* ================================

  2.4 - [Main] 

===================================*/
/* ----------------------------------
  2.4.1 - [Main] font style
---------------------------------- */
.f_bold {
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
		font-weight: 700;
}

.f_serif {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", NotoSerifJP, HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
}

.f_serif_bold {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", NotoSerifJP, HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 700;
}


/* ----------------------------------
  2.4.2 - [Main] Etc
---------------------------------- */

.clear {
	clear: both;
}


/*br*/

@media screen and (min-width: 768px) {
	br.br_tab {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	:not(br).br_tab::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (min-width: 481px) {
	br.br_sp {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	:not(br).br_sp::before {
		content: "\A";
		white-space: pre;
	}
}


/*hover*/

.hover_o {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover_o:hover {
	text-decoration: none;
	opacity: 0.6;
}

.txt_indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

/*カラムの高さを揃える*/
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

/*アイコン追加*/
.ext_link > a::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	padding-left: 0.5rem;
	font-weight: 900;
}

.pdf_link > a::after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	padding-left: 0.5rem;
}

/*リンク無効*/
.a_disable {
	pointer-events: none;
}

/*rowの入れ子時の余白除去*/
.row_inner {
	margin-left: 0;
	margin-right: 0;
}