@charset "utf-8";

.pc_none {display: none !important;}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header02 .header_main h1 {
	width: 255px;
	margin-top: 12px;
    margin-left: 10px;
}

.header02 .header_main_home {
	width: 70px;
}

.header02 .header_info_box {
	float: right;
}

.header02 .header_main_home + nav .nav_li:first-of-type {
	border-left: 0;
}

.header02 nav {
	float: left;
}

.header02 nav a {
	text-decoration: none;
}

.header02 .nav_li {
	display: block;
	float: left;
	border-left: 1px solid #ccc;
	max-height: 70px;
}

.header02 .nav_li > a {
	padding: 0 25px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 70px;
	text-align: center;
	line-height: 1.5;
}

.header02 .sub_menu_block {
	max-height: 0;
	opacity: 0;
	transition: all .5s;
	background: #66b821;
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}

.sub_menu_block .sub_in_none {
	display: none;
}

.header02 .has_child {
	cursor: pointer;
}

.header02 .has_child:hover > .sub_menu_block {
	max-height: 9999px;
	opacity: 1;
	cursor: auto;
}

.header02 .sub_menu_block .inner {
	padding: 30px 0;
}

.header02 .sub_menu {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.header02 .sub_menu_block_ttl {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #fff;
}

.header02 .sub_menu > li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	margin-right: 20px;
}

.header02 .sub_menu > li a {
	color: #fff;
	    font-size: 1.5rem;
    letter-spacing: 0;
}

.header02 .sub_menu > li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	transition: .7s;
}

.header02 .sub_menu li:hover:before {
	opacity: 0.7;
}

.header02 .sub_menu_ttl {
	font-size: 2.4rem;
	color: #66b821;
}

.header02 .header_info_other {
	float: right;
	overflow: hidden;
	min-height: 1px;
}

.header02 .header_info_big {
	position: fixed;
	top: 0;
	right: 0;
}

.header02 .header_info_other_mini {
	float: left;
	margin-right: 161px;
}

.header02 .header_info_other_mini a {
	display: block;
}

.header02 .header_info_first {
	background: #003784;
	margin-bottom: 1px;
}

.header02 .header_info_second {
	background: #3476d3;
}

.header02 .header_info_big {
	background: #66b821;
	margin-left: 1px;
}

.header02_nav_sp {
	display: none !important;
}

.header02 .nav_li_child.has_grand {
    display:  block;
    float:  left;
    width: 23.5%;
    margin-right: 2%;
}

.header02 .nav_li_child.has_grand:nth-of-type(4n) {
    margin-right: 0;
}

.header02 .nav_li_child.has_grand:nth-of-type(4n + 5) {
    clear: both;

}

.header02 .nav_li_child.has_grand:nth-of-type(n + 5) {
    margin-top: 20px;
}

.header02 .sub_menu.clearfix {
    overflow: hidden;
}

.header02 .sub_menu_block_grand .nav_li_child {
    display: block;
    padding-left: 1em;
}

.header02 .sub_menu_block_ttl_grand {
	color: #fff;
}

.header02 .sub_menu > li.has_grand:before {
	display: none;
}

.header02 .sub_menu_block_grand > li {
	position: relative;
}

.header02 .sub_menu_block_grand > li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    transition: .7s;
}

.header02 .header_home_box {
	float: left;
		border-left: 1px solid #ccc;
}

.header02 .sub_menu_block br {
    display: none !important;
}

.header02 .nav_li_child.has_grand {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

.header02 .sub_menu {
    padding-bottom: 0;
}

.header02 .list_parent>li>div>ul>li .sub_menu_block {
    position: relative;
    display: block;
    opacity: 1;
    left: inherit;
    top: inherit;
    max-height: inherit;
}

.header02 .sub_menu > li.has_grand>a {
    font-size: 2rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-top: 20px;
    display: inline-block;
}

.header02 .sub_menu > li.has_grand .sub_menu_block_ttl {
    display: none;
}

.header02 .nav_li_child.has_grand a+.sub_menu_block {
    margin-top: 20px;
}

.header02 .sub_menu_block {
    border: none;
}

.header02 .sub_menu > li a[href]:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    transition: .7s;
}

.header02 .sub_menu > li:before {
    display: none;
}


.header02 .sub_menu > li {
    padding-left: 0;
}

.header02 .sub_menu > li a[href] {
    padding-left: 15px;
}
.header02 .sub_menu > li a:not([href]):hover {
    opacity: 1;
}

.header02 .sub_menu > li.has_grand>a:before {top: 34px;}

.header02 .nav_li.has_child>.sub_menu_block>*:last-child {
    padding-bottom: 30px;
}

/*****************************
------------------------------
header03
------------------------------
*****************************/

.header03 .header_main {
	width: 214px;
}


.header03 .has_child {
	position: relative;
}

.header03 .has_child:before,
.header03 .has_child:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #66b821;
	border-radius: 10px;
	position: absolute;
	bottom: 12px;
}

.header03 .has_child:before {
	left: 50%;
	transform: translateX(-8px) rotate(45deg);
}

.header03 .has_child:after {
	left: 50%;
	transform: translateX(-2px) rotate(-45deg);
}

.header03 .nav_li_child:not(:last-of-type) {
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.header03 .sub_menu_block {
	max-height: 0;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	left: 50%;
	top: auto;
	width: 220px;
	display: block;
	overflow: hidden;
	margin-left: -110px;
}

.header03 .sub_menu {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	background: #f67797;
	padding: 13px 10px;
}

.header03 .sub_menu > li > a {
	text-align: center;
	line-height: 1.4;
}

.header03 .sub_menu a {
	color: #fff;
	display: block;
}

.header03 .sub_menu li+li {
	margin-top: 8px;
}

.header03 .has_child:hover > .sub_menu_block {
	max-height: 9999px;
	opacity: 1;
}


.header03 .nav_li {
	float: left;
}

.header03 .nav_li > a {
	padding: 21px 15px;
	display: block;
	position: relative;
}

.header03 .nav_li:not(:last-of-type) > a:before {
	content: '';
	position: absolute;
	top: 26px;
	right: 0;
	width: 1px;
	height: 16px;
	background: #000;
}

.header03 .nav_li:first-of-type > a {
	padding: 20px 15px 20px 0;
}

.header03 nav {
	margin-right: 210px;
}

.header03 .header_info_other {
	position: fixed;
	top: 0;
	right: 20px;
	width: 190px;
	background: #66b821;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 9px;
	z-index: 1000;
}
