@charset "UTF-8";
/*---------------------------------

 	0. html / body

---------------------------------*/
body.is_fix {
	overflow-y: hidden;
}

/*---------------------------------

 	1. header

---------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	margin-bottom: 2rem;
	background: #fff;
	border-bottom: 0.1rem solid #2861C4;
}
@media (max-width: 767px) {
	.header {
		margin-bottom: 0;
		border-bottom: none;
	}
}
.header_snavi {
	padding: 0.3rem min(8%, 4rem);
	font-size: 1.2rem;
	background: #212e78;
}
@media (max-width: 767px) {
	.header_snavi {
		display: none;
	}
}
.header_snavi_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	max-width: 100rem;
	margin: 0 auto;
}
.header_snavi_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.header_snavi_list_item {
	padding: 0 1.5rem;
}
.header_snavi_list_item a {
	display: block;
	line-height: 1.25;
	/*border-bottom: 0.1rem solid transparent;*/
	color: #fff;
}
.header_snavi_list_item a:hover {
	/*border-bottom: 0.1rem solid #fff;*/
}
.header_search {
	margin-left: 2rem;
}
@media (max-width: 599px) {
	.header_search {
		margin-top: 2rem;
		margin-left: 0;
	}
}
.header_search .gsc-search-box {
	margin-bottom: 0 !important;
}
.header_search #gsc-iw-id1,
.header_search #gsc-iw-id2 {
	padding: 0 !important;
	border-radius: 0 !important;
}
.header_search #gs_tti50,
.header_search #gs_tti51 {
	padding: 1px 9px 0 9px !important;
}
.header_search #gsc-i-id1,
.header_search #gsc-i-id2 {
	width: 17rem !important;
}
.header_search .gsc-input {
	padding-right: 0 !important;
}
.header_search .gsc-search-button {
	margin-left: 0.3rem !important;
}
.header_search .gsc-search-button-v2 {
	padding: 0.7rem 2.7rem !important;
	border-radius: 0 !important;
}
.header_search .gsc-search-button-v2 svg {
	max-width: unset;
}
.gs-web-image-box, .gs-promotion-image-box {
	margin-right: 5px !important;
}
.header_content {
	padding: 1rem min(8%, 4rem) 0;
}
@media (max-width: 767px) {
	.header_content {
		padding: 0 0 0 min(5.3%, 2rem);
	}
}
.header_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
}
.header_info {
	padding-bottom: 2rem;
}
@media (max-width: 767px) {
	.header_info {
		width: calc(100% - 8.5rem);
		margin-right: 0;
		padding: 1rem 0;
	}
}
.header_info_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding-top: 0.9rem;
}
@media (max-width: 767px) {
	.header_info_inner {
		padding-top: 0;
		flex-wrap: nowrap;
	}
}
.header_info_logo {
	padding-left: 0.8rem;
}
@media (max-width: 767px) {
	.header_info_logo {
		padding-left: 0;
	}
}
@media (max-width: 599px) {
	.header_info_logo {
		padding-left: 0;
		width: 50%;
	}
}
.header_info_logo a {
	display: block;
	width: 17.5rem;
}
@media (max-width: 599px) {
	.header_info_logo a {
		width: 100%;
	}
}
.header_info_logo a:hover {
	opacity: 0.6;
}
.header_info_logo a img,
.header_info_logo a svg {
	display: block;
}
.header_info_sns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.header_info_sns {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-left: auto;
	}
}
.header_info_sns_item:not(:first-of-type) {
	margin-left: 1.2rem;
}
.header_info_sns_item a {
	display: block;
	width: 3.1rem;
}
@media (max-width: 959px) {
	.header_info_sns_item a {
		width: 2.4rem;
	}
}
@media (max-width: 599px) {
	.header_info_sns_item a {
		width: 2rem;
	}
}
.header_info_sns_item a:hover {
	opacity: 0.6;
}
.header_info_corp {
	display: none;
}
@media (max-width: 767px) {
	.header_info_corp {
		display: block;
	}
	.header_info_corp_btn a {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: 3rem;
		padding: 0.9rem 1.5rem 0.6rem 1.5rem;
		font-weight: 700;
		line-height: 1.25;
		background: #004097;
		border: 1px solid #004097;
		border-radius: 10rem;
		color: #fff;
		font-size: 1.3rem;
	}
	.header_info_corp_btn a:hover {
		background: #fff;
		color: #004097;
		text-decoration: none;
	}
	.header_info_corp_btn a i {
		display: block;
		margin: -0.5rem 0.5rem 0 0.5rem;
		width: 0.6rem;
	}
}
@media (max-width: 599px) {
	.header_info_corp {
		width: 50%;
	}
	.header_info_corp_btn a {
		margin-left: 1rem;
		padding: 0.9rem 0.5rem 0.6rem 0.5rem;
		font-size: 1.1rem;
	}
	.header_info_corp_btn a i {
		margin-top: -0.2rem;
	}
}
.header_info_site {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 1.9rem;
}
@media (max-width: 767px) {
	.header_info_site {
		display: none;
	}
}
.header_info_site_item {
	width: fit-content;
}
.header_info_site_item:first-of-type {
	border: 0.1rem solid #004097;
}
.header_info_site_item:last-of-type {
	border: 0.1rem solid #212e78;
}
.header_info_site_item a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0.5rem 1rem 0.4rem;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media (max-width: 959px) {
	.header_info_site_item a {
		font-size: 1.2rem;
	}
}
.header_info_site_item:first-of-type a:hover {
	background: #004097;
	color: #fff;
	text-decoration: none;
}
.header_info_site_item:last-of-type a {
	pointer-events: none;
	background: #212e78;
	color: #fff;
}
.header_fontsize {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}
.header_fontsize dd ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.header_fontsize dd ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*width: 6rem;*/
	height: 2.5rem;
	margin-left: 0.5rem;
	padding: 0.1rem 0.3rem;
	border: 0.1rem solid #212e78;
	border-radius: 0.3rem;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.header_fontsize dd ul li:first-of-type {
	font-size: 1.1rem;
}
.header_fontsize dd ul li:nth-of-type(2) {
	font-size: 1.3rem;
}
.header_fontsize dd ul li:nth-of-type(3) {
	font-size: 1.5rem;
}
.header_fontsize dd ul li.is_current {
	background: #212e78;
	color: #fff;
}
.header_fontsize dd ul li:hover {
	opacity: 0.6;
}
.header_gnavi {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.header_gnavi {
		display: none;
	}
}
.header_gnavi_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.header_gnavi_list_item {
	height: 5rem;
}
.header_gnavi_list_item_ttl {
	font-size: 1.6rem;
	text-align: center;
}
@media (max-width: 959px) {
	.header_gnavi_list_item_ttl {
		font-size: 1.4rem;
	}
}
.header_gnavi_list_item_ttl a {
	display: block;
	position: relative;
	width: 20rem;
	height: 2.6rem;
	padding: 0 0.3rem;
	font-size: 1.2rem;
	border-left: 0.1rem solid #ccc;
}
@media (max-width: 959px) {
	.header_gnavi_list_item_ttl a {
		width: 18rem;
	}
}
.header_gnavi_list_item_ttl a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2.1rem;
	left: 0;
	right: 0;
	z-index: 2;
	width: 2.6rem;
	height: 1.4rem;
	margin: 0 auto;
	opacity: 0;
	background: #2f3069;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.header_gnavi_list_item_ttl a span {
	display: block;
	position: absolute;
	top: -0.4rem;
	left: 0;
	right: 0;
	width: calc(100% - 1rem);
	margin: 0 auto;
	padding: 0.8rem 0;
}
.header_gnavi_list_item_ttl a span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	z-index: 1;
	width: 5.2rem;
	height: 2rem;
	margin: 0 auto;
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.header_gnavi_list_item.is_current .header_gnavi_list_item_ttl a span {
	background: #212e78;
	color: #fff;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.header_gnavi_list_item:last-of-type .header_gnavi_list_item_ttl a {
	border-right: 0.1rem solid #ccc;
}
.header_gnavi_list_item:hover .header_gnavi_list_item_ttl a::before {
	opacity: 1;
}
.header_gnavi_list_item:hover .header_gnavi_list_item_ttl a span {
	background: #fff;
	color: #414151;
}
.header_gnavi_list_item_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	position: absolute;
	top: calc(100% - 0.5rem);
	left: 0;
	right: 0;
	max-width: 100rem;
	margin: 0 auto;
	padding: 3rem 3rem 2rem;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	background: #2f3069;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.header_gnavi_list_item_menu_list {
	width: calc((100% - 6rem) / 3);
}
.header_gnavi_list_item_menu_list:not(:first-of-type) {
	margin-left: 3rem;
}
.header_gnavi_list_item_menu_list_item {
	margin-bottom: 0.5rem;
}
.header_gnavi_list_item_menu_list_item a {
	display: block;
	position: relative;
	padding-left: 1.2rem;
	color: #fff;
	font-size: 1.2rem;
}
.header_gnavi_list_item_menu_list_item a:hover {
	text-decoration: underline;
}
.header_gnavi_list_item_menu_list_item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 0.6rem;
	height: 1.2rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #fff;
}
.header_gnavi_list_item:hover .header_gnavi_list_item_menu {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

/*---------------------------------

	2. hamburger

---------------------------------*/
#btn_hamburger {
	display: none;
}
@media (max-width: 767px) {
	#btn_hamburger {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1001;
		width: 7.5rem;
		height: 5.8rem;
		padding: 0.3rem 0 0 0.8rem;
		background: #212e78;
		color: #fff;
		clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%);
	}
}
#btn_hamburger u {
	display: block;
	width: 3rem;
	height: 0.1rem;
	margin: 0.4rem auto;
	background: #fff;
}
#btn_hamburger u:nth-of-type(1), #btn_hamburger u:nth-of-type(2) {
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#btn_hamburger:hover u:nth-of-type(1) {
	transform: translateY(0.6rem);
}
@media (max-width: 959px) {
	#btn_hamburger:hover u:nth-of-type(1) {
		transform: translateY(0);
	}
}
#btn_hamburger:hover u:nth-of-type(2) {
	transform: translateY(-0.6rem);
}
@media (max-width: 959px) {
	#btn_hamburger:hover u:nth-of-type(2) {
		transform: translateY(0);
	}
}
#btn_hamburger.is_open u:nth-of-type(1) {
	transform: rotate(35deg) translate(0.2rem, 0.4rem);
}
#btn_hamburger.is_open u:nth-of-type(2) {
	transform: rotate(-35deg) translate(0.2rem, -0.4rem);
}
#btn_hamburger span {
	width: 100%;
	font-size: 2rem;
	text-align: center;
}
@media (max-width: 959px) {
	#btn_hamburger span {
		font-size: 1rem;
		margin-top: 0.5rem;
	}
}
@media (max-width: 767px) {
	#btn_hamburger span {
		margin-top: 0;
	}
}
#btn_hamburger span::before {
	content: "MENU";
	display: block;
	width: 100%;
}
#btn_hamburger.is_open span::before {
	content: "CLOSE";
	display: block;
}

.hamburger {
	display: none;
}
@media (max-width: 767px) {
	.hamburger {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		height: 100vh;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		overflow: hidden;
		visibility: hidden;
		transform: translate(0, -100%);
		transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
}
@media (max-width: 767px) {
	.hamburger.is_open {
		opacity: 1;
		pointer-events: all;
		visibility: visible;
		transform: translate(0, 0);
	}
}
.hamburger_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.hamburger_text {
	width: 100%;
	height: 100vh;
	padding: 6rem min(6%, 3rem) 6rem min(9%, 4.5rem);
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.hamburger_text_inner {
	max-width: 80rem;
	margin: 0 auto;
	padding-right: min(6%, 3rem);
	overflow-y: scroll;
}
@media (max-width: 767px){
	.hamburger_text_inner {
		padding-bottom: 12rem;
	}
}
.hamburger_text_list_item:not(:first-of-type) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ccc;
}
.hamburger_text_list_item > p {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.hamburger_text_list_item > p {
		font-size: 1.4rem;
	}
}
.hamburger_text_list_item > p br {
	display: none;
}
.hamburger_text_list_item a {
	width: fit-content;
}
.hamburger_text_list_item a em {
	font-weight: inherit;
	position: relative;
}
.hamburger_text_list_item a:hover em::after {
	right: auto;
	left: 0;
	width: 100%;
}
.hamburger_text_list_item a[target=_blank] em {
	padding-right: 2rem;
}
@media (max-width: 767px) {
	.hamburger_text_list_item a[target=_blank] em {
		padding-right: 1.5rem;
	}
}
.hamburger_text_list_item a[target=_blank] em::after {
	content: url(/img/icn_target_blank_blue.png);
	padding-left: 5px;
}
@media (max-width: 767px) {
	.hamburger_text_list_item a[target=_blank] em::before {
		/*top: 0.4rem;
		width: 1.2789rem;
		height: 1.1186rem;*/
	}
}
.hamburger_text_list_item a.icn-japanese {
	padding-right: 2.4rem;
}
.hamburger_text_list_item_btn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.hamburger_text_list_item_btn span {
	display: block;
	padding: 0.5rem 0;
}
.hamburger_text_list_item_btn a {
	width: calc(100% - 6rem);
}
.hamburger_text_list_item_btn u {
	position: relative;
	display: block;
	width: 6rem;
	height: 2.5rem;
	border-left: 1px solid #ccc;
	cursor: pointer;
}
.hamburger_text_list_item_btn u::before, .hamburger_text_list_item_btn u::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2rem;
	height: 0.1rem;
	margin: 0 auto;
	background: #000;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.hamburger_text_list_item_btn u::before {
	transform: rotate(90deg);
}
.hamburger_text_list_item_btn u:hover::before {
	transform: rotate(180deg);
}
.hamburger_text_list_item_btn u:hover::after {
	transform: rotate(90deg);
}
.hamburger_text_list_item_btn.is_open u::before {
	transform: rotate(225deg);
}
.hamburger_text_list_item_btn.is_open u::after {
	transform: rotate(135deg);
}
.hamburger_text_list_item_menu {
	display: none;
	width: 100%;
	font-size: 1.4rem;
}
.hamburger_text_list_item_menu_item {
	position: relative;
	padding-left: 2rem;
}
.hamburger_text_list_item_menu_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 1.7rem;
	left: 0;
	width: 1.4rem;
	height: 0.1rem;
	background: #ccc;
}
.hamburger_text_list_item_menu_item a {
	display: block;
	padding: 0.5rem 0;
}
.hamburger_text_list_item_menu_item_btn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.hamburger_text_list_item_menu_item_btn span {
	display: block;
	width: calc(100% - 6rem);
	padding: 0.5rem 0;
}
.hamburger_text_list_item_menu_item_btn span a {
	padding: 0;
}
.hamburger_text_list_item_menu_item_btn u {
	position: relative;
	display: block;
	width: 6rem;
	height: 2.5rem;
	border-left: 1px solid #ccc;
	cursor: pointer;
}
.hamburger_text_list_item_menu_item_btn u::before, .hamburger_text_list_item_menu_item_btn u::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2rem;
	height: 0.1rem;
	margin: 0 auto;
	background: #000;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.hamburger_text_list_item_menu_item_btn u::before {
	transform: rotate(90deg);
}
.hamburger_text_list_item_menu_item_btn u:hover::before {
	transform: rotate(180deg);
}
.hamburger_text_list_item_menu_item_btn u:hover::after {
	transform: rotate(90deg);
}
.hamburger_text_list_item_menu_item_btn.is_open u::before {
	transform: rotate(225deg);
}
.hamburger_text_list_item_menu_item_btn.is_open u::after {
	transform: rotate(135deg);
}
.hamburger_text_list_item_menu_item ul {
	display: none;
	padding-left: 1rem;
	margin: 1rem 0 1.5rem 1rem;
	border-left: 1px solid #ccc;
}
.hamburger_text_list_item_menu_item ul li a {
	padding: 0.5rem 0;
}
.hamburger_text_slist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 3rem;
	border-top: 1px solid #ccc;
	font-size: 1.2rem;
}
.hamburger_text_slist_langlist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin-top: 3rem;
	order: 1;
}
.hamburger_text_slist_langlist_item:not(:first-of-type) {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}
.hamburger_text_slist_langlist_item a {
	display: block;
	position: relative;
}
.hamburger_text_slist_langlist_item.is_current a {
	text-decoration: underline
}
/*.hamburger_text_slist_langlist_item a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger_text_slist_langlist_item a:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}
.hamburger_text_slist_langlist_item.is_current a::after {
	right: auto;
	left: 0;
	width: 100%;
}*/
.hamburger_text_slist_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
.hamburger_text_slist_menu_item:not(:first-of-type) {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}
.hamburger_text_slist_menu_item a {
	display: block;
	position: relative;
}
/*.hamburger_text_slist_menu_item a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger_text_slist_menu_item a:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}*/
.hamburger_text_sub {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.hamburger_text_sub.fontL {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.hamburger_text_index {
	margin-top: 3rem;
}
.hamburger_text_index_item {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
.hamburger_text_index_item a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 1rem min(9%, 4.5rem);
	font-size: 1.4rem;
	font-weight: 700;
}
.hamburger_text_index_item a:hover {
	background: #212e78;
	color: #fff;
	text-decoration: none;
}
.hamburger_text_index_item a i {
	display: block;
	width: 1rem;
	margin-left: 0.5rem;
}

/*---------------------------------

 	3. footer

---------------------------------*/
.common_customer {
	padding: 0 min(5.3%, 4rem);
}
.common_customer_inner {
	max-width: 100rem;
	margin: 4rem auto 0;
}
@media (max-width: 767px) {
	.common_customer_inner {
		margin-top: 2rem;
	}
}
.common_customer a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35rem;
	color: #fff;
}
@media (max-width: 767px) {
	.common_customer a {
		height: 20rem;
	}
}
.common_customer a::before, .common_customer a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.common_customer a::before {
	background: url(/corp_index/img/common/bg_common_customer.jpg) center/cover no-repeat;
}
.common_customer a:hover {
	text-decoration: none;
}
.common_customer a:hover::before {
	transform: scale(1.05);
}
.common_customer a::after {
	z-index: 1;
	background: rgba(0, 64, 151, 0.6);
}
.common_customer_ttl {
	position: relative;
	z-index: 2;
	width: fit-content;
	padding: 0 min(5.3%, 2rem);
	font-size: 2.9rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	.common_customer_ttl {
		font-size: 2rem;
	}
}
.common_customer_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0;
	right: 0;
	width: 1.2rem;
	height: 1.6rem;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767px) {
	.common_customer_ttl::before {
		top: 0.4rem;
		width: 0.8rem;
		height: 1.2rem;
	}
}
.common_customer_caption {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	.common_customer_caption {
		font-size: 1.2rem;
	}
}
.common_customer_caption br {
	display: none;
}
@media (max-width: 767px) {
	.common_customer_caption br {
		display: block;
	}
}

.footer {
	margin-top: 5rem;
	padding-top: 2rem;
	border-top: 0.2rem solid #212e78;
}
@media (max-width: 767px) {
	.footer {
		margin-top: 3rem;
		padding: 0 0 6rem;
		border-top: none;
	}
}
.footer_menu {
	padding: 0 min(8%, 4rem);
}
@media (max-width: 767px) {
	.footer_menu {
		display: none;
	}
}
.footer_menu_inner {
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
}
.footer_menu_inner .pagetop {
	position: absolute;
	top: -5rem;
	right: 0;
	padding-right: 1.5rem;
	cursor: pointer;
}
.footer_menu_inner .pagetop:hover {
	text-decoration: underline;
}
.footer_menu_inner .pagetop::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	margin-top: -0.6rem;
	background: #212e78;
	border-radius: 50%;
}
.footer_menu_inner .pagetop::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	z-index: 1;
	width: 0.6rem;
	height: 0.5rem;
	margin-top: -0.4rem;
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.footer_menu_inner .pagetop span {
	/*border-bottom: 0.1rem solid transparent;*/
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.footer_menu_inner .pagetop:hover span {
	/*border-bottom: 0.1rem solid #414151;*/
}
.footer_menu_item:not(:first-of-type) {
	margin-top: 2rem;
}
.footer_menu_item_ttl {
	margin-bottom: 0.6rem;
	padding-bottom: 0.6rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}
.footer_menu_item_ttl a {
	display: inline-block;
	/*border-bottom: 0.1rem solid transparent;*/
}
.footer_menu_item_ttl a:hover {
	/*border-bottom: 0.1rem solid #414151;*/
}
.footer_menu_item_list + .footer_menu_item_ttl {
	margin-top: 2rem;
}
.footer_menu_item_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 0.3rem;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.footer_menu_item_list {
		display: none;
	}
}
.footer_menu_item_list_item {
	position: relative;
	margin-top: 0.3rem;
	margin-right: 2rem;
}
.footer_menu_item_list_item a {
	display: inline-block;
	position: relative;
	line-height: 1.5;
	/*border-bottom: 0.1rem solid transparent;*/
}
.footer_menu_item_list_item a:hover {
	/*border-bottom: 0.1rem solid #414151;*/
}
.footer_menu_item_list_item a[target=_blank].icn-japanese {
	padding-right: 4.4rem;
}
.footer_menu_item_list_item a[target=_blank].icn-japanese::after {
	right: 2.4rem;
}
.footer_spmenu {
	display: none;
}
@media (max-width: 767px) {
	.footer_spmenu {
		display: block;
	}
}
.footer_spmenu .pagetop {
	text-align: right;
	margin: 2rem min(5.3%, 2rem);
	padding-right: 2rem;
	cursor: pointer;
	position: relative;
	
}
.footer_spmenu .pagetop:hover {
	text-decoration: underline;
}
.footer_spmenu .pagetop::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	margin-top: -0.6rem;
	background: #212e78;
	border-radius: 50%;
}
.footer_spmenu .pagetop::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	z-index: 1;
	width: 0.6rem;
	height: 0.5rem;
	margin-top: -0.4rem;
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.footer_spmenu .pagetop span {
	/*border-bottom: 0.1rem solid transparent;*/
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.footer_spmenu .pagetop:hover span {
	/*border-bottom: 0.1rem solid #414151;*/
}

.footer_spmenu_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.footer_spmenu_list_item {
	width: 50%;
}
/*.footer_spmenu_list_item:nth-of-type(2n) {
	border-left: 0.1rem solid #fff;
}
.footer_spmenu_list_item:nth-of-type(n+3) {
	border-top: 0.1rem solid #fff;
}*/
.footer_spmenu_list_item a {
	display: block;
	padding: 1rem min(8%, 3rem) 0.8rem;
	border: 0.1rem solid #fff;
	font-weight: 700;
	background: #212e78;
	color: #fff;
}
.footer_spmenu_list_item a:hover {
	border: 0.1rem solid #212e78;
	background: #fff;
	color: #212e78;
	text-decoration: none;
}
.footer_spmenu_logo {
	margin-top: 2rem;
	padding: 0 min(5.3%, 2rem);
}
.footer_spmenu_logo a {
	display: block;
	width: 17.5rem;
}
@media (max-width: 599px) {
	.footer_spmenu_logo a {
		width: 15.5rem;
	}
}
.footer_spmenu_logo a:hover {
	opacity: 0.6;
}
.footer_spmenu_logo a img,
.footer_spmenu_logo a svg {
	display: block;
}
.footer_smenu {
	margin-top: 2rem;
	padding: 2.5rem min(8%, 4rem);
	border-top: 0.1rem solid #ccc;
	border-bottom: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.footer_smenu {
		padding: 1.5rem 0;
		background: rgba(209, 240, 254, 0.5);
		border-top: none;
		border-bottom: none;
	}
}
.footer_smenu_inner {
	max-width: 100rem;
	margin: 0 auto;
}
.footer_smenu_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.footer_smenu_list {
		font-size: 1rem;
		font-weight: 700;
	}
}
.footer_smenu_list_item {
	width: fit-content;
	padding: 0 1.8rem;
	line-height: 1;
	border-right: 0.1rem solid #666;
}
@media (max-width: 767px) {
	.footer_smenu_list_item {
		width: 50%;
		padding: 0;
		border-right: none;
	}
}
.footer_smenu_list_item:first-of-type {
	padding-left: 0;
}
.footer_smenu_list_item:last-of-type {
	border-right: none;
}
/*.footer_smenu_list_item a {
	border-bottom: 0.1rem solid transparent;
}
.footer_smenu_list_item a:hover {
    border-bottom: 0.1rem solid #414151;
}*/
@media (max-width: 767px) {
	.footer_smenu_list_item a {
		display: block;
		padding: 0.5rem min(8%, 3rem) 0.4rem;
		color: #212e78;
	}
}
.footer_copy {
	/*padding: 0.8rem min(8%, 3rem) 6.5rem;*/
	padding: 5px min(8%, 4rem);
	background: #212e78;
	color: #fff;
}
@media (max-width: 767px) {
	.footer_copy {
		padding: 1rem min(5.3%, 2rem) 0.8rem;
		background: #fff;
		color: #414151;
	}
}
.footer_copy_inner {
	max-width: 100rem;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: right;
}
@media (max-width: 767px) {
	.footer_copy_inner {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: left;
	}
}

.disaster_prevention {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0.8rem 0;
	background: #ee333e;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 959px) {
	.disaster_prevention {
		bottom: 5.1rem;
	}
}
@media (max-width: 599px) {
	.disaster_prevention {
		padding: 0.3rem 0;
	}
}
.disaster_prevention.is_show {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.disaster_prevention_swiper_wrapper {
	transition-timing-function: linear !important;
}
.disaster_prevention_swiper_item {
	width: fit-content !important;
}
.disaster_prevention_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}
@media (max-width: 1159px) {
	.disaster_prevention_list {
		white-space: nowrap;
		flex-wrap: nowrap;
	}
}
@media (max-width: 959px) {
	.disaster_prevention_list div {
		font-size: 1.4rem;
	}
}
@media (max-width: 599px) {
	.disaster_prevention_list div {
		font-size: 1.2rem;
		font-weight: 500;
	}
}
.disaster_prevention_list div a {
	display: block;
	position: relative;
	color: #fff;
}

/*---------------------------------

	4. snavi

---------------------------------*/
.snavi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 959px) {
	.snavi {
		display: block;
		top: unset;
		bottom: 0;
		right: 0;
		height: auto;
	}
}
.snavi.is_hide {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
@media (max-width: 959px) {
	.snavi_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
	}
}
@media (max-width: 959px) {
	.snavi_list_item {
		width: 25%;
		height: 5.1rem;
	}
}
.snavi_list_item:first-of-type {
	display: none;
}
@media (max-width: 959px) {
	.snavi_list_item:first-of-type {
		display: block;
	}
}
.snavi_list_item:not(:first-of-type) {
	margin-top: 1rem;
}
@media (max-width: 959px) {
	.snavi_list_item:not(:first-of-type) {
		margin-top: 0;
	}
}
.snavi_list_item a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0.2rem 1.5rem 0.2rem;
	background: #212e78;
	color: #fff;
	border: 1px solid #212e78;
	border-radius: 0 1rem 1rem 0;
}
@media (max-width: 959px) {
	.snavi_list_item a {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 1rem 0.5rem 0.8rem;
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.snavi_list_item a {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0.5rem;
	}
}
.snavi_list_item a:hover {
	background: #fff;
	color: #212e78;
	text-decoration: none;
}
.snavi_list_item a i {
	display: block;
	width: 2rem;
	margin-left: 0.2rem;
	text-align: center;
}
@media (max-width: 1159px) {
	.snavi_list_item a i {
		width: 1.7rem;
		margin-left: 0;
	}
}
@media (max-width: 959px) {
	.snavi_list_item a i {
		margin-right: 1rem;
	}
}
@media (max-width: 767px) {
	.snavi_list_item a i {
		margin: 0 auto;
	}
}
.snavi_list_item a span {
	display: block;
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.3em;
	line-height: 1.25;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media (max-width: 1159px) {
	.snavi_list_item a span {
		font-size: 1.1rem;
	}
}
@media (max-width: 959px) {
	.snavi_list_item a span {
		letter-spacing: 0.1em;
		margin-top: 0;
		-ms-writing-mode: unset;
		writing-mode: unset;
		text-orientation: unset;
	}
}
@media (max-width: 767px) {
	.snavi_list_item a span {
		width: 100%;
		margin-top: 0.2rem;
		font-size: 0.5rem;
		line-height: 1.2;
		text-align: center;
	}
}
@media (max-width: 959px) {
	.snavi_list_item a span br {
		display: none;
	}
}
.snavi_list_item a:hover span {
	font-weight: 400;
}
.snavi_list_item:nth-of-type(3) a i {
	width: 1.5rem;
}
@media (max-width: 959px) {
	.snavi_list_item:nth-of-type(3) a i {
		width: 1.3rem;
	}
}

/*---------------------------------

	5. main

---------------------------------*/
.main {
	margin-top: 18.4rem;
	padding: 0 min(5.3%, 4rem);
}
@media (max-width: 959px) {
	.main {
		margin-top: 18.7rem;
	}
}
@media (max-width: 767px) {
	.main {
		margin-top: 5.8rem;
	}
}
.main_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	max-width: 100rem;
	margin: 0 auto;
}
.main_inner section:not([class]) {
	width: 100%;
}

/*---------------------------------

	1. bread

---------------------------------*/
.bread {
	width: 100%;
	padding-top: 2rem;
	margin-bottom: 30px;
}
.bread ol {
	letter-spacing: -0.4em;
}
.bread li {
	display: inline-block;
	letter-spacing: 0.9px;
}
.bread li:after {
	content: "＞";
	display: inline-block;
	padding: 0 10px;
}
.bread li:last-child:after {
	display: none;
}
.bread li a {
	color: #2861c4;
	text-decoration: none;
}
.bread li a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.bread li {
		font-size: 1.2rem;
	}
}

/*----------------------------------------------

	3. sidebar

----------------------------------------------*/
.under-left-inner {
	width: 73%;
}
@media (max-width: 767px) {
	.under-left-inner {
		width: 100%;
		margin-top: 0;
	}
}
.under-left-inner a {
	color: #2861C4;
}
.under-left-inner a:hover {
	text-decoration: underline;
}
.under-left-inner #map_canvas {
	width: 100% !important;
	max-width: 100%;
}
@media (max-width: 767px) {
	.under-left-inner #map_canvas {
		max-height: 25rem;
	}
}

.content {
	padding-left: 2rem;
}
.content a {
	color: #2861C4;
}
.content a:hover {
	text-decoration: underline;
}

.under-right-inner {
	width: 22%;
}
@media (max-width: 767px) {
	.under-right-inner {
		width: 100%;
		margin-top: 3rem;
	}
}
.under-right-inner ul {
	border: 0.1rem solid #ccc;
	border-bottom: none;
}
.under-right-inner ul li {
	border-bottom: 0.1rem solid #ccc;
}
.under-right-inner ul li a {
	display: block;
	position: relative;
	padding: 0.8rem 1.4rem 0.8rem 2.5rem;
}
.under-right-inner ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 1rem;
	height: 1rem;
	margin-top: -0.5rem;
	background: #212e78 url(/corp_index/img/common/icn_sidebar_arrow.svg) 0.3rem center/auto no-repeat;
	border-radius: 50%;
}
.under-right-inner ul li a[target=_blank]:hover::after {
	content: url(../img/icn_target_blank.png);
}
.under-right-inner ul li a .icn-japanese {
	/*display: inline;*/
}
.under-right-inner ul li a .icn-japanese::before {
	left: 0;
}
@media (max-width: 599px){
	.under-right-inner ul li a .icn-japanese::before {
		top: -1rem;
	}
}
.under-right-inner ul li.is_current a {
	background: #666;
	color: #fff;
}
.under-right-inner ul li.is_current a::before {
	background: #fff url(/corp_index/img/common/icn_sidebar_arrow_current.svg) 0.3rem center/auto no-repeat;
}
.under-right-inner ul li:hover a {
	background: #212e78;
	color: #fff;
	text-decoration: none;
}
.under-right-inner ul li.top a {
	background: #212e78;
	color: #fff;
	padding: 0.8rem 1.5rem;
}
.under-right-inner ul li.top a::before, .under-right-inner ul li.top a::after {
	display: none;
}
.under-right-inner ul li.top.link-none {
	background: #202b7a;
	color: #fff;
	padding: 8px 15px;
}

/*----------------------------------------------

	middle common

----------------------------------------------*/
.middle-title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
    padding: 30px 62% 20px 2%;
	background: #212e78;
	color: #fff;
}
@media (max-width: 959px) {
	.middle-title {
		padding-right: 52%;
	}
}
@media (max-width: 767px) {
	.middle-title {
		margin-bottom: 3rem;
		padding: 2rem min(5.3%, 2rem);
	}
}
.middle-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
@media (max-width: 959px) {
	.middle-title::after {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.middle-title::after {
		background: none !important;
	}
	.middle-title p.pb50 {
		padding-bottom: 0;
	}
	.middle-title p.pb50.mb20 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.middle-title.company::after {
	background: url(/corp_index/company/img/bg_middle_title.jpg) center top/cover no-repeat;
}
.middle-title.technology::after {
	background: url(/corp_index/technology/img/bg_middle_title.jpg) center top/cover no-repeat;
}
.middle-title.ir::after {
	background: url(/corp_index/ir/img/bg_middle_title.jpg) center top/cover no-repeat;
}
.middle-title.keiyaku::after {
	background: url(/corp_index/keiyaku/img/bg_middle_title.jpg) center top/cover no-repeat;
}
.middle-title.saiyo::after {
	background: url(/corp_index/saiyo/img/bg_middle_title.jpg) center top/cover no-repeat;
}
.middle-title.caption-none {
	min-height: 200px;
	padding: 0 620px 0 20px;
}
@media (max-width: 767px) {
	.middle-title.caption-none {
		min-height: auto;
		padding: 2rem min(5.3%, 2rem);
	}
}
.middle-title.caption-none .h1-middle {
	padding-top: 20px;
	border-bottom: none;
}
.middle-title .h1-middle {
	margin-bottom: 1.3rem;
	padding-bottom: 0.5rem;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.05;
	border-bottom: 0.1rem solid #fff;
}
@media (max-width: 767px) {
	.middle-title .h1-middle {
		font-size: 2.1rem;
		line-height: 1.5;
		padding-top: 0 !important;
		padding-bottom: 0;
	}
	.middle-title.caption-none .h1-middle {
		margin-bottom: 0;
	} 
}
.middle-title .h1-middle span {
	display: block;
	font-size: 1.05rem;
	font-weight: 400;
}
.middle-title > p {
	line-height: 1.3;
}
.middle-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.middle-list ul.large {
	margin-bottom: 3rem;
}
.middle-list ul.large > li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc(50% - 1rem);
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.middle-list ul.large > li {
		width: 100%;
	}
}
.middle-list ul.large > li:not(:nth-of-type(2n+1)) {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.middle-list ul.large > li:not(:nth-of-type(2n+1)) {
		margin-left: 0;
	}
}
.middle-list ul.large > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.2rem;
	background: #fff;
	border: 0.1rem solid #ccc;
}
.middle-list ul.large > li > a:hover {
	text-decoration: none;
}
.middle-list ul.large > li > a img {
	width: 100%;
}
.middle-list ul.large > li > a h2 {
	padding: 2.5rem 3rem 1rem;
	font-size: 1.75rem;
	font-weight: 700;
}
.middle-list ul.large > li > a h2 span.icn-japanese::before {
	top: 2px;
}
@media (max-width: 767px) {
	.middle-list ul.large > li > a h2 {
		font-size: 1.6rem;
	}
	.middle-list ul.large > li > a h2 span.icn-japanese::before {
		top: 2px;
	}
}
@media (max-width: 599px) {
	.middle-list ul.large > li > a h2 span.icn-japanese::before {
		top: 5px;
	}
}
.middle-list ul.large > li > a p {
	position: relative;
	padding: 0 5.5rem 2rem 3rem;
}
/*.middle-list ul.large > li > a h2 span.icn-japanese::before {
	top: 1px;
}*/
@media (max-width: 767px) {
	.middle-list ul.large > li > a p {
		font-size: 1.2rem;
	}
}
.middle-list ul.large > li > a p::before, .middle-list ul.large > li > a p::after {
	content: "";
	display: block;
	position: absolute;
}
.middle-list ul.large > li > a p::before {
	top: 0;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background: #212e78;
}
.middle-list ul.large > li > a p::after {
	top: 0.5rem;
	right: 1.6rem;
	width: 0.6rem;
	height: 1rem;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.middle-list ul.small > li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: calc(33.3333333333% - 1.5rem);
	margin-bottom: 1.8rem;
	border: 0.1rem solid #ccc;
}
@media (max-width: 959px) {
	.middle-list ul.small > li {
		width: calc(50% - 1rem);
	}
}
@media (max-width: 767px) {
	.middle-list ul.small > li {
		width: 100%;
	}
}
.middle-list ul.small > li:not(:nth-of-type(3n+1)) {
	margin-left: 2rem;
}
@media (max-width: 959px) {
	.middle-list ul.small > li:not(:nth-of-type(3n+1)) {
		margin-left: 0;
	}
}
@media (max-width: 959px) {
	.middle-list ul.small > li:not(:nth-of-type(2n+1)) {
		margin-left: 2rem;
	}
}
@media (max-width: 767px) {
	.middle-list ul.small > li:not(:nth-of-type(2n+1)) {
		margin-left: 0;
	}
}
.middle-list ul.small > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0.3rem;
	height: 10rem;
	background: #212e78;
}
.middle-list ul.small > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 15rem;
	padding: 2rem;
	background: #fff;
}
.middle-list ul.small > li > a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.middle-list ul.small > li > a {
		min-height: 12rem;
	}
}
.middle-list ul.small > li > a::before, .middle-list ul.small > li > a::after {
	content: "";
	display: block;
	position: absolute;
}
.middle-list ul.small > li > a::before {
	top: 5rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background: #212e78;
}
.middle-list ul.small > li > a::after {
	top: 5.5rem;
	right: 1.6rem;
	width: 0.6rem;
	height: 1rem;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.middle-list ul.small > li > a:hover {
	background: #212e78;
	color: #fff;
}
.middle-list ul.small > li > a h2 {
	margin-bottom: 0.5rem;
	padding-right: 3.5rem;
	font-size: 1.75rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.middle-list ul.small > li > a h2 {
		font-size: 1.6rem;
	}
}
.middle-list ul.small > li > a > p {
	padding-right: 3.5rem;
}
@media (max-width: 767px) {
	.middle-list ul.small > li > a > p {
		font-size: 1.2rem;
	}
}

/*----------------------------------------------

	detail common

----------------------------------------------*/
.main h1.h1 {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 700;
}
.main h1.bg-line {
	padding: 1rem 0;
	border-bottom: 0.2rem solid #212e78;
}
.main h1.bg-line span {
	display: block;
	padding: 0.5rem 2rem;
	border-left: 0.5rem solid #212e78;
}
.main h1.rss-link {
	position: relative;
	padding-right: 14rem;
}
@media (max-width: 767px) {
	.main h1.rss-link {
		padding-right: 2rem;
		padding-bottom: 3rem;
	}
}
.main h1.rss-link a {
	position: absolute;
	bottom: 1rem;
	right: 35px;
	font-size: 65%;
}
.main h1.rss-link a img {
	margin-left: 0.5rem;
}
.main h1.rss-link .icn {
	position: absolute;
	right: 1rem;
}
.main .h2 {
	font-size: 1.8rem;
}
.main .h2.bg-gray {
	margin-bottom: 2.5rem;
	background: #f6f6f6;
	border-left: 1rem solid #212E78;
}
.main .h2.bg-gray span {
	display: block;
	padding: 1rem 0 0.8rem 1.5rem;
	line-height: 1.25;
	border: 0.1rem solid #ccc;
	border-left: none;
}

.main .h2.bg-gray:not(:first-of-type) {
	margin-top: 5rem;
}
.main .h3 {
	position: relative;
	margin-bottom: 1rem;
}
.main .h3.circle {
	padding-left: 2.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	color: #004097;
}
@media (max-width: 767px) {
	.main .h3.circle {
		padding-left: 1.6rem;
	}
}
.main .h3.circle::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	border: 0.3rem solid #004097;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.main .h3.circle::before {
		top: 0.4rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}
.main .h3.border {
	padding-bottom: 0.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	border-bottom: 0.1rem solid #004097;
}
.main .h4 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 959px) {
	.main .h4 {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.main .h4 {
		font-size: 1.4rem;
	}
}
.main .box-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.main .box-wrap {
		margin-bottom: 2rem !important;
	}
}
.main .box-wrap.cal2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.main .box-wrap.red-border .box {
	border: 0.2rem solid #ee333e;
	padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
	.main .box-wrap.red-border .box {
		padding: 1rem 1.5rem;
	}
}
.main .box-wrap.red-border-double {
	padding: 0.3rem;
	border: 0.2rem solid #ee333e;
}
@media (max-width: 767px) {
	.main .box-wrap.red-border-double {
		padding: 0.2rem;
		border: 0.1rem solid #ee333e;
	}
}
.main .box-wrap.red-border-double .box {
	border: 0.2rem solid #ee333e;
	padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
	.main .box-wrap.red-border-double .box {
		padding: 1rem 1.5rem;
		border: 0.1rem solid #ee333e;
	}
}
.main img.box {
	width: auto !important;
}
.main .box {
	width: 100%;
}
.main .box img.auto {
	width: auto !important;
}
.main .box.w3-1 {
	width: 38%;
}
@media (max-width: 767px) {
	.main .box.w3-1 {
		width: 100%;
	}
}
.main .box.w3-2 {
	width: 58.6%;
}
@media (max-width: 767px) {
	.main .box.w3-2 {
		width: 100%;
	}
}
.main .box.w3-1 + .w3-2, .main .box.w3-2 + .w3-1 {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.main .box.w3-1 + .w3-2, .main .box.w3-2 + .w3-1 {
		margin-left: 0;
		margin-top: 2rem;
	}
}
.main .box.w4-1 {
	width: calc(25% - 1rem);
}
@media (max-width: 767px) {
	.main .box.w4-1 {
		width: 100%;
	}
}
.main .box.w4-3 {
	width: calc(75% - 1rem);
}
@media (max-width: 767px) {
	.main .box.w4-3 {
		width: 100%;
	}
}
.main .box.w4-1 + .w4-3, .main .box.w4-3 + .w4-1 {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.main .box.w4-1 + .w4-3, .main .box.w4-3 + .w4-1 {
		margin-left: 0;
		margin-top: 2rem;
	}
}
.main .box.w2-part {
	width: 48%;
}
@media (max-width: 767px) {
	.main .box.w2-part {
		width: 100%;
	}
}
.main .box.w2-part:nth-of-type(even) {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.main .box.w2-part:nth-of-type(even) {
		margin-left: 0;
		margin-top: 2rem;
	}
}
.main .box.w2-part:not(:nth-of-type(n+3)) {
	/*margin-top: 2rem;*/
}
@media (max-width: 767px) {
	.main .box.w2-part:not(:nth-of-type(n+3)) {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.main .box.w2-part:not(:first-of-type) {
		margin-top: 2rem;
	}
}
.main .box.w3-part {
	width: calc(33.3333333333% - 1.3333333333rem);
}
@media (max-width: 767px) {
	.main .box.w3-part {
		width: 100%;
	}
}
.main .box.w3-part:not(:nth-of-type(3n+1)) {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.main .box.w3-part:not(:nth-of-type(3n+1)) {
		margin-left: 0;
		margin-top: 1rem;
	}
}
.main .box.w3-part:not(:nth-of-type(n+4)) {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.main .box.w3-part:not(:nth-of-type(n+4)) {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.main .box.w3-part:not(:first-of-type) {
		margin-top: 1rem;
	}
}
.main .box.w4-part {
	width: calc(25% - 1.5rem);
}
@media (max-width: 767px) {
	.main .box.w4-part {
		width: 100%;
	}
}
.main .box.w4-part:not(:first-of-type) {
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.main .box.w4-part:not(:first-of-type) {
		margin-left: 0;
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.main .box.w2-part-sp {
		width: calc(50% - 1rem);
	}
}
@media (max-width: 767px) {
	.main .box.w2-part-sp:nth-child(odd) {
		margin-left: 0 !important;
	}
}
@media (max-width: 767px) {
	.main .box.w2-part-sp:nth-child(even) {
		margin-left: 2rem;
	}
}
@media (max-width: 767px) {
	.main .box.w2-part-sp:nth-child(n+3) {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.main .box.w2-part-sp:nth-last-child(2) {
		margin-bottom: 0;
	}
}
.main .box.border {
	padding: 1.5rem 2rem;
	border: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .box.border {
		padding: 1rem 1.5rem;
	}
}
.main .box.border.bold {
	border: 0.3rem solid #ccc;
}
.main .box.border.double {
	border: 0.3rem double #ccc;
}
.main .box.border.dotted {
	border: 0.1rem dotted #ccc;
}
.main .box.border.blue {
	border: 0.1rem solid #004097;
}
.main .box.border.thin-blue {
	border: 0.1rem solid #acc6e3;
}
.main .box.border.dark-blue {
	border: 0.1rem solid #0d3264;
}
.main .box.border.brown {
	border: 0.1rem solid #d99694;
}
.main .box.border.red {
	border: 0.1rem solid #ee333e;
}
.main .box.bg-yellow {
	padding: 1.5rem 2rem;
	background: #ffc;
}
@media (max-width: 767px) {
	.main .box.bg-yellow {
		padding: 1rem 1.5rem;
	}
}
.main .box.bg-blue {
	padding: 1.5rem 2rem;
	background: #f0f4fd;
}
@media (max-width: 767px) {
	.main .box.bg-blue {
		padding: 1rem 1.5rem;
	}
}
.main .box.photo-frame,
.main .box .photo-frame {
	padding: 1.5rem 2rem;
	background: #fff;
	border: 0.1rem solid #ccc;
	box-shadow: 0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
	.main .box.photo-frame,
.main .box .photo-frame {
		padding: 1rem 1.5rem;
	}
}
.main .box.photo-frame.dark,
.main .box .photo-frame.dark {
	padding: 0.5rem 0.8rem;
	border: 0.1rem solid #666;
}
.main .box.parenthesis {
	position: relative;
	margin: 1rem 0;
	padding: 1.5rem 3rem;
}
@media (max-width: 767px) {
	.main .box.parenthesis {
		padding: 1rem 2rem;
	}
}
.main .box.parenthesis::before, .main .box.parenthesis::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1rem;
	height: 100%;
	border-top: 0.1rem solid #666;
	border-bottom: 0.1rem solid #666;
}
.main .box.parenthesis::before {
	left: 0;
	border-left: 0.1rem solid #666;
	border-radius: 0.5rem 0 0 0.5rem;
}
.main .box.parenthesis::after {
	right: 0;
	border-right: 0.1rem solid #666;
	border-radius: 0 0.5rem 0.5rem 0;
}
.main .box.parenthesis.after-none::after {
	content: none;
}
.main .box.pb5 {
	padding: 1.5rem 1.5rem 0.5rem;
}
@media (max-width: 767px) {
	.main .box.pb5 {
		padding: 1rem 1.5rem 0 0.5rem;
	}
}
@media (max-width: 767px) {
	.main .table-td {
		display: block;
		width: 100%;
	}
}
.main .table-td table {
	width: 100%;
}
.main .table-td table th,
.main .table-td table td {
	padding: 1rem;
	border: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .table-td table th,
.main .table-td table td {
		padding: 0.5rem;
	}
}
.main .table-td table td.bg {
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-all-td {
		display: block;
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
	}
}
.main .table-all-td table {
	width: 100%;
}
.main .table-all-td table td {
	padding: 5px 10px;
	border: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .table-all-td table td {
		padding: 0.5rem;
	}
}
.main .table-all-td table td.bg {
	background: #f8f8f8;
}
.main .table-th-td table {
	width: 100%;
}
.main .table-th-td table th,
.main .table-th-td table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
@media (max-width: 767px) {
	.main .table-th-td table th,
.main .table-th-td table td {
		display: block;
		padding: 0.5rem 1rem;
	}
}
.main .table-th-td table th {
	/*width: 30%;*/
	text-align: left;
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-th-td table th {
		width: 100%;
		border-top: none;
	}
}
@media (max-width: 767px) {
	.main .table-th-td table tr:first-child th {
		border-top: 0.1rem solid #ccc;
	}
}
.main .table-th-td table td {
	width: 70%;
}
@media (max-width: 767px) {
	.main .table-th-td table td {
		width: 100%;
		border-top: none;
	}
}
.main .table-th-td50 table {
	width: 100%;
}
.main .table-th-td50 table th,
.main .table-th-td50 table td {
	padding: 1rem 1.5rem;
	border: 0.1rem solid #ccc;
	width: 50%;
}
@media (max-width: 767px) {
	.main .table-th-td50 table th,
.main .table-th-td50 table td {
		display: block;
		width: 100%;
		padding: 0.5rem 1rem;
	}
}
.main .table-th-td50 table th {
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-th-td50 table th {
		border-top: none;
	}
}
@media (max-width: 767px) {
	.main .table-th-td50 table tr:first-child th {
		border-top: 0.1rem solid #ccc;
	}
}
.main .table-th-td-more {
	display: block;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.main .table-th-td-more.scroll-none {
	overflow-x: inherit;
	white-space: pre-wrap;
}
.main .table-th-td-more table {
	width: 100%;
}
.main .table-th-td-more table th,
.main .table-th-td-more table td {
	padding: 5px;
	border: 1px solid #ccc;
}
@media (max-width: 767px) {
	.main .table-th-td-more table th,
.main .table-th-td-more table td {
		padding: 0.5rem 1rem;
	}
}
.main .table-th-td-more table th {
	background: #f8f8f8;
}
.main .table-th-td-more table td.bg {
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-th-more-td-more {
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
}
.main .table-th-more-td-more table {
	width: 100%;
}
.main .table-th-more-td-more table th,
.main .table-th-more-td-more table td {
	padding: 0.5rem;
	border: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .table-th-more-td-more table th,
.main .table-th-more-td-more table td {
		padding: 0.5rem;
	}
}
.main .table-th-more-td-more table th {
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-th-more-td-more table th {
		background: transparent;
	}
}
.main .table-th-more-td-more table td.bg {
	background: #f8f8f8;
}
@media (max-width: 767px) {
	.main .table-th-more-td-more table td.bg {
		/*background: transparent;*/
	}
}
.main .table-border-none th,
.main .table-border-none td {
	border: none !important;
}
.main .table-border-top-none {
	border-top: none !important;
}
.main .table-border-bottom-none {
	border-bottom: none !important;
}
.main .table-border-left-none {
	border-left: none !important;
}
.main .table-border-right-none {
	border-right: none !important;
}
.main .table-rateseach table {
	border: 0.2rem solid #004097;
}
.main .table-rateseach table th {
	font-weight: 700;
	background: #d7e6fb;
	color: #004097;
}
.main .table-rateseach table td.back-icon {
	padding: 1rem 0.5rem 1rem 10rem;
	background: url(/img/car.jpg) 2rem center/auto no-repeat;
}
.main .th-blue th {
	background: #e4edfc !important;
}
.main .cell1-center th:first-child,
.main .cell1-center td:first-child {
	text-align: center;
}
.main .cell2-center th:nth-child(2),
.main .cell2-center td:nth-child(2) {
	text-align: center;
}
.main .cell3-center th:nth-child(3),
.main .cell3-center td:nth-child(3) {
	text-align: center;
}
.main .cell4-center th:nth-child(4),
.main .cell4-center td:nth-child(4) {
	text-align: center;
}
.main .cell5-center th:nth-child(5),
.main .cell5-center td:nth-child(5) {
	text-align: center;
}
.main .cell6-center th:nth-child(6),
.main .cell6-center td:nth-child(6) {
	text-align: center;
}
.main .cell7-center th:nth-child(7),
.main .cell7-center td:nth-child(7) {
	text-align: center;
}
.main .cell8-center th:nth-child(8),
.main .cell8-center td:nth-child(8) {
	text-align: center;
}
.main table .w10 {
	width: 10%;
}
.main table .w14-5 {
	width: 14.5%;
}
.main table .w15 {
	width: 15%;
}
.main table .w20 {
	width: 20%;
}
.main table .w25 {
	width: 25%;
}
.main table .w30 {
	width: 30%;
}
.main table .w35 {
	width: 35%;
}
.main table .w40 {
	width: 40%;
}
.main table .w45 {
	width: 45%;
}
.main table .w50 {
	width: 50% !important;
}
.main table .bg-white {
	background: #fff !important;
}
.main table .bg-pink {
	background: #e6b8b7 !important;
}
.main table .bg-redpink {
	background: #f9c !important;
}
.main table .bg-red {
	background: #f00 !important;
}
.main table .bg-green {
	background: #339966 !important;
}
.main table .bg-gold {
	background: #948a54 !important;
}
.main table .bg-peach {
	background: #fcd5b4 !important;
}
.main table .bg-blue {
	background: #0070c0 !important;
}
.main table .bg-thin-blue {
	background: #b7dee8 !important;
}
.main table .bg-bluegray {
	background: #b3c8e0 !important;
}
.main table .bg-thin-bluegray {
	background: #e4edfc !important;
}
.main table .bg-ygreen {
	background: #92d050 !important;
}
.main table .bg-thin-ygreen {
	background: #d8e4bc !important;
}
.main table .bg-lawngreen {
	background: #6f0 !important;
}
.main table .bg-gray {
	background: #595959 !important;
}
.main table .bg-thin-gray {
	background: #bfbfbf !important;
}
.main table .bg-purple {
	background: #7030a0 !important;
}
.main table .bg-thin-purple {
	background: #ccc0da !important;
}
.main table .bg-yellow {
	background: #ffc000 !important;
}
.main table .bg-thin-yellow {
	background: #ff0 !important;
}
.main table .bg-cream-yellow {
	background: #ffc !important;
}
.main table .bg-orange {
	background: #f93 none repeat scroll 0 0;
}
.main table .bg-aquablue {
	background: #0FF !important;
}
.main table .bg-navy {
	background: #212E78 !important;
}
.main table.va-top td {
	vertical-align: top !important;
}
.main table.auto {
	width: auto !important;
}
.main table .border-double {
	border-bottom: 3px double #ddd;
}

@media (max-width: 767px) {
	.main .small-table {
		overflow: visible;
		white-space: normal;
	}
}
.main .list-wrap {
	margin-bottom: 2rem;
}
.main .list-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.main .list-wrap li {
	width: 100%;
	margin-bottom: 0.5rem;
}
.main .list-wrap li.none {
	display: none !important;
}
@media (max-width: 767px) {
	.main .list-wrap li.none {
		background: none !important;
	}
}
.main .list-wrap li.none::before {
	content: none;
}
.main .list-wrap.cal2 li {
	width: calc(50% - 1.5rem);
}
@media (max-width: 767px) {
	.main .list-wrap.cal2 li {
		width: 100%;
	}
}
.main .list-wrap.cal2 li:nth-of-type(even) {
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.main .list-wrap.cal2 li:nth-of-type(even) {
		margin-left: 0;
	}
}
.main .list-wrap.cal3 li {
	width: calc(33.3333333333% - 2rem);
}
@media (max-width: 767px) {
	.main .list-wrap.cal3 li {
		width: 100%;
	}
}
.main .list-wrap.cal3 li:not(:nth-of-type(3n+1)) {
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.main .list-wrap.cal3 li:not(:nth-of-type(3n+1)) {
		margin-left: 0;
	}
}
.main .list-wrap.dash-border li {
	border-bottom: 0.1rem dashed #ccc;
}
.main .list-wrap.dash-border li a {
	border-bottom: none;
}
.main .list-wrap.list-wrap-itiran li a {
	color: #414151;
}
.main .circle-list > ul > li {
	position: relative;
	padding: 0 3%;
}
@media (max-width: 767px) {
	.main .circle-list > ul > li {
		padding-left: 1.4rem;
	}
}
.main .circle-list > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 0.9rem;
	height: 0.9rem;
	border: 0.2rem solid #004097;
	border-radius: 50%;
}
.main .circle-list.red > ul > li {
	position: relative;
}
.main .circle-list.red > ul > li::before {
	border: 0.2rem solid #ee333e;
}
.main .num-list > ul {
	padding-left: 8%;
}
@media (max-width: 767px) {
	.main .num-list > ul {
		padding-left: 1.5rem;
	}
}
.main .num-list > ul > li {
	list-style: outside decimal;
}
.main .num-parenthesis-list > ul > li {
	padding-left: 2em;
	text-indent: -2em;
	list-style: none;
}
.main .disc-list > ul {
	padding-left: 3rem;
}
@media (max-width: 767px) {
	.main .disc-list > ul {
		padding-left: 2rem;
	}
}
.main .disc-list > ul > li {
	list-style: outside disc;
}
.main .float-dl-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid #ccc;
}
.main .float-dl-list.none {
	border-bottom: none;
}
.main .float-dl-list dt {
	width: 14rem;
	padding: 1rem 0 0.8rem;
	border-top: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .float-dl-list dt {
		width: 100%;
		padding-bottom: 0;
	}
}
.main .float-dl-list dt.pl25 {
	width: 16.5rem;
	padding-left: 2.5rem;
}
.main .float-dl-list dt.pl25 + dd {
	width: calc(100% - 16.5rem);
}
.main .float-dl-list dt.circle {
	position: relative;
	padding: 0.5rem 0 0.5rem 1.5rem;
}
@media (max-width: 767px) {
	.main .float-dl-list dt.circle {
		padding-left: 1.5rem !important;
		padding-bottom: 0;
	}
}
.main .float-dl-list dt.circle::before {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #004097;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.main .float-dl-list dt.circle::before {
		top: 1.1rem;
	}
}
.main .float-dl-list dd {
	width: calc(100% - 14rem);
	padding: 1rem 0 0.8rem 1rem;
	border-top: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
	.main .float-dl-list dd {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		border-top: none;
	}
}
.main .float-dl-list.colon dd {
	padding-left: 1rem;
}
.main .float-dl-list.colon dd::before {
	content: "：";
	position: absolute;
	top: 0.9rem;
	left: -0.5rem;
}
.main .float-dl-list.small dt {
	width: 8rem;
}
@media (max-width: 767px) {
	.main .float-dl-list.small dt {
		padding-bottom: 0.8rem;
	}
}
.main .float-dl-list.small dd {
	width: calc(100% - 8rem);
	padding: 1rem 0 0.8rem 1rem;
	border-top: 0.1rem solid #ccc;
}
.main .float-dl-list.midium dt {
	width: 20rem;
}
@media (max-width: 767px) {
	.main .float-dl-list.midium dt {
		width: 100%;
	}
}
.main .float-dl-list.midium dd {
	width: calc(100% - 20rem);
}
@media (max-width: 767px) {
	.main .float-dl-list.midium dd {
		width: 100%;
	}
}
.main .float-dl-list.large dt {
	width: 27rem;
}
@media (max-width: 767px) {
	.main .float-dl-list.large dt {
		width: 100%;
	}
}
.main .float-dl-list.large dd {
	width: calc(100% - 27rem);
}
@media (max-width: 767px) {
	.main .float-dl-list.large dd {
		width: 100%;
	}
}
.main .float-dl-list.more-large dt {
	width: 34rem;
	padding: 0 0 0 1.5em !important;
}
@media (max-width: 767px) {
	.main .float-dl-list.more-large dt {
		width: 100%;
		padding-left: 0 !important;
	}
}
.main .float-dl-list.more-large dt.w100 {
	width: 100%;
	padding-left: 0;
	border-top: none;
}
.main .float-dl-list.more-large dd {
	width: calc(100% - 34rem);
}
@media (max-width: 767px) {
	.main .float-dl-list.more-large dd {
		width: 100%;
	}
}
.main .float-dl-list.none dt {
	padding: 0.5rem 0;
	border-top: none;
}
@media (max-width: 767px) {
	.main .float-dl-list.none dt {
		padding-bottom: 0;
	}
}
.main .float-dl-list.none dd {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: none;
}
@media (max-width: 767px) {
	.main .float-dl-list.none dd {
		padding-top: 0;
	}
}
.main .coat-square::before {
	content: "◆ ";
}
.main .coat-square.large::before {
	font-size: 1.8rem;
	line-height: 1;
}
@media (max-width: 767px) {
	.main .coat-square.large::before {
		font-size: 1.2rem;
	}
}
.main .border-square::before {
	content: "◇ ";
}
.main .border-list li {
	display: inline-block;
	padding: 0 1.5rem 0 1.1rem;
	line-height: 1;
	border-right: 0.1rem solid #666;
}
.main .border-list li:first-child {
	border-left: 0.1rem solid #666;
}

.btn-deco-blue a {
	background: #2b63c0;
	border: 1px solid #02659C;
	border-radius: 10px;
	-webkit-box-shadow: 1px 3px 0 #132385, inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 3px 0 #132385, inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 1px 3px 0 #132385, inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-size: 14pt;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 1px;
	width: 250px;
	max-width: 100%;
	margin: 10px auto;
	padding: 15px 0;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.btn-deco-blue.small a {
	font-size: 65%;
	font-weight: normal;
	width: 180px;
	margin: 5px auto;
	padding: 5px 0;
}

.btn-deco-blue a:hover {
	background-color: #6a95d9;
	text-decoration: none;
}

.btn-deco-blue a:active {
	background-color: #6a95d9;
	box-shadow: none;
	top: 2px;
}

.btn-deco-blue a img {
	vertical-align: baseline;
}

/*↓↓↓ 20160906 add 重要なお知らせ*/
/*↑↑↑ 20160906 add 重要なお知らせ*/
/* 高速道路ナンバリング緑枠 */