﻿@charset "UTF-8";
/* ***************************
html, body, 基本要素
*************************** */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*============================
reset
============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	background: none;
	-webkit-print-color-adjust: exact;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

select::-ms-expand {
	display: none;
}

/* ***************************
icomoon
*************************** */
@font-face {
	font-family: "icomoon";
	src: url("/assets/css/fonts/icomoon.eot?le2o82");
	src: url("/assets/css/fonts/icomoon.eot?le2o82#iefix") format("embedded-opentype"), url("/assets/css/fonts/icomoon.ttf?le2o82") format("truetype"), url("/assets/css/fonts/icomoon.woff?le2o82") format("woff"), url("/assets/css/fonts/icomoon.svg?le2o82#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.linkicon:after, .usefullink_link:after, .usefulpanel_panel_link:after, .panelbox_panel_link:before, .linkcell_link:before, .numpanel_link:after, .anchor_link:after, .ic_window .relbnr_item_text:after, .infobox_list_item:before, .pickupmenu_btn_link:after, .pickupmenu_panel_link:after, .pickupmenu_link_link:after, .webservice_btn_link:after, .newslist_link:after, .datelist_link:after, .topics_arrow:after, .servicepanels_item_link:after, .servicelinks_head_link:after, .servicelinks_body_link:after, .emergencyinfo_head:before, .mainvisual_arrow:after, .quicklink_item_link:after, .btn:after, .borderlink_body:after, .listbreadcrumb_item:first-child .listbreadcrumb_item_link:before, #breadcrumbs .first a:before, .listlnav_item_link:before, .setting_head_body:after, .subnav_item_link:after, .listgnav_item_search .listgnav_item_btnbody:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 87.5% !important;
		line-height: 1.4284;
	}
}

body {
	width: 100%;
	background-color: #fff;
	color: #0f303f;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
		 -moz-text-size-adjust: 100%;
					text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

/* ***************************
form Tag
*************************** */
input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	font: inherit;
	color: inherit;
	text-align: inherit;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

select,
button {
	cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-expand {
	display: none;
}

table input, table select, select#contract_a {
	color: #0f303f;
	border: 1px solid #0f303f;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 2px 5px;
}

table select, select#contract_a {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}

/* ***************************
strong, em, mark
*************************** */
strong {
	font-weight: 700;
}

/*** sup / sub ***/
sup {
	vertical-align: top;
	font-size: 70%;
}
sub {
	vertical-align: bottom;
	font-size: 70%;
}

/*** faq_block***/
.faq_block > .text_indent > .icon {
	vertical-align: top;
}

.faq_block > .text_indent > .icon img {
	vertical-align: top;
	max-width: inherit;
}

.faq_block > .text_indent > .text {
	vertical-align: middle;
}

/* ***************************
a
*************************** */
a {
	color: #0069b7;
	text-decoration: none;
}
a:visited {
	color: #0069b7;
}
a:hover {
	color: #0069b7;
}
@media only screen and (min-width: 769px) {
	a:hover {
		text-decoration: underline;
	}
}
a.hover:before, a:hover:before {
	text-decoration: none;
}

a .text_white:hover {
	text-decoration: underline;
}


/* ***************************
print
*************************** */
/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
					transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
					perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
					transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
			-ms-scroll-snap-type: x mandatory;
					scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
			-ms-scroll-snap-type: y mandatory;
					scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
					transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
					transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
					transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
					transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
					transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
					transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
					transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
					transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
					transform: scale(0);
	-webkit-transform-origin: left top;
					transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
					transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
					transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
					animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
					transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
					transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
	outline: none;
	background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #b93d0c;
}
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}
.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
					animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}
.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}
.modaal-gallery-item img {
	display: block;
}
.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
	background: #afb7bc;
}
.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}
.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
	left: 22px;
}
.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}
.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}
@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
						transform: none;
		background: rgba(0, 0, 0, 0.7);
	}
	.modaal-gallery-control:before, .modaal-gallery-control:after {
		background: #fff;
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}
@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}
@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}
@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe {
		width: 600px !important;
	}
}
@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}
@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}
@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}
.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
					transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.12s;
	animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.37s;
	animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
					animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.87s;
	animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* ***************************
base
*************************** */
.base {
	position: relative;
	min-width: 1000px;
	min-height: 100vh;
	flex-direction: column;
	overflow: hidden;
}
.base_head {
	height: 173px;
}
.base_head_nomenu {
	height: 91px;
}

.base_head:has(.header),
.base_head_nomenu:has(.header) {
	height: auto;
}

@media only screen and (max-width: 768px) {
	.base {
		min-width: 0;
	}
	.base_head,
	.base_head_nomenu {
		height: 50px;
	}
}

.base_body {
	position: relative;
	flex-grow: 1;
}

.base:has(.main_middle_side) .base_foot {
	display: none;
}
.base:has(.local_navi.done) .base_foot {
	display: block;
}


/* ***************************
header
*************************** */
@media only screen and (max-width: 768px) {
	.header {
		position: relative;
		padding-top: 50px;
		z-index: 2;
	}
}

.header_top {
	background-color: #0069b7;
}
@media only screen and (max-width: 768px) {
	.header_top {
		display: none;
	}
}

.header_top_inner {
	position: relative;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 8px 13px;
	align-items: center;
	justify-content: flex-end;
}

.header_bottom {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.header_bottom {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 0;
		box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
	}
}

.header_bottom_inner {
	display: flex;
	max-width: 1230px;
	margin: 0 auto;
	padding: 18px 15px 0;
	justify-content: space-between;
	transition: padding-top 0.3s;
}
@media only screen and (max-width: 768px) {
	.header_bottom_inner {
		padding: 0;
	}
}

.header_bottom_left {
	margin-top: 6px;
	margin-left: 9px;
}
@media only screen and (max-width: 768px) {
	.header_bottom_left {
		display: flex;
		margin-top: 0;
		margin-left: 15px;
		align-items: center;
	}
}

@media only screen and (min-width: 769px) {
	.header_bottom_right {
		flex: 1 1;
	}
}

.is-headerFixed .header_bottom {
	position: fixed;
	top: 0;
	left: auto;
	box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
	z-index: 3;
}
.is-headerFixed .header_bottom_inner {
	padding-top: 0;
}

.header_nomenu .header_bottom_inner {
	padding: 10px 10px 10px 15px !important;
}
.header_nomenu .header_bottom_left {
	margin-left: 0;
}


/* ***************************
main
*************************** */
.main {
	position: relative;
}

.main_middle {
	padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
	.main_middle {
		padding-bottom: 60px;
	}
}

.main_middle_inner {
	display: flex;
	max-width: 1210px;
	margin: auto;
	padding: 80px 15px 0;
}
@media only screen and (max-width: 768px) {
	.main_middle_inner {
		display: block;
		padding: 22px 0 0;
	}
}

.main_middle_main {
	width: 100%;
	max-width: calc(100% - 320px);
	margin-left: 40px;
	order: 2;
}
@media only screen and (max-width: 768px) {
	.main_middle_main {
		max-width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
}

.main_middle_mainwide {
	width: 100%;
	max-width: 100%;
	margin-left: 40px;
	order: 2;
}
@media only screen and (max-width: 768px) {
	.main_middle_mainwide {
		max-width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
}

.main_middle_side {
	width: 280px;
}
@media only screen and (max-width: 768px) {
	.main_middle_side {
		width: 100%;
		margin-top: 60px;
	}
}

* + .main_middle_body {
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
	* + .main_middle_body {
		margin-top: 30px;
	}
}

/* ***************************
footer
*************************** */
.footer {
	position: relative;
	margin-top: 52px;
	padding-bottom: 64px;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.footer {
		margin-top: 0;
	}
}
.footer:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 140%;
	height: 46px;
	margin: auto;
	background-color: #13a74a;
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	content: "";
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
	.footer:after {
		width: 150%;
		height: 36px;
	}
}

.footer_inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
@media only screen and (max-width: 768px) {
	.footer_inner {
		padding: 26px 15px 0;
	}
}

.footer_middle {
	margin-top: 70px;
}
@media only screen and (max-width: 768px) {
	.footer_middle {
		margin-top: 40px;
	}
}

.footer_bottom {
	margin-top: 18px;
}
@media only screen and (max-width: 768px) {
	.footer_bottom {
		margin-top: 14px;
	}
}

/* ***************************
logo
*************************** */
.logo {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.is-headerFixed .logo {
	-webkit-transform: scale(0.82);
					transform: scale(0.82);
	-webkit-transform-origin: center left;
					transform-origin: center left;
}

.logo_link {
	display: block;
}
@media only screen and (max-width: 768px) {
	.logo_link {
		max-width: 75px;
	}
}

/* ***************************
navtoggle
*************************** */
.navtoggle {
	display: none;
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 768px) {
	.navtoggle {
		display: block;
	}
}

.navtoggle_btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: #0069b7;
	text-align: center;
}

.navtoggle_text {
	position: relative;
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.4;
}

.navtoggle_lines {
	position: relative;
	display: block;
	width: 26px;
	height: 16px;
	margin: auto;
}

.navtoggle_lines_item {
	position: absolute;
	right: 0;
	left: 0;
	display: inline-block;
	width: 23px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.navtoggle_lines_item:nth-of-type(1) {
	top: 0;
}
.navtoggle_lines_item:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.navtoggle_lines_item:nth-of-type(3) {
	bottom: 0;
}

.is-opened .navtoggle_lines_item {
	width: 26px;
	height: 3px;
}
.is-opened .navtoggle_lines_item:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
					transform: translateY(5px) rotate(-45deg);
}
.is-opened .navtoggle_lines_item:nth-of-type(2) {
	background-color: transparent;
}
.is-opened .navtoggle_lines_item:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
					transform: translateY(-8px) rotate(45deg);
}

/* ***************************
sitemenu
*************************** */
@media only screen and (max-width: 768px) {
	.sitemenu {
		position: absolute;
		top: auto;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100vh - 50px);
		padding-bottom: 30px;
		background-color: #e2eff8;
		overflow-y: auto;
	}
}
@media only screen and (max-width: 768px) {
	.sitemenu:after {
		display: block;
		width: 100%;
		height: 50px;
		background-color: transparent;
		content: "";
	}
}

@media only screen and (max-width: 768px) {
	.sitemenu_body {
		padding-top: 21px;
	}
}
@media only screen and (max-width: 768px) {
	.sitemenu_body:after {
		position: absolute;
		bottom: auto;
		left: 0;
		display: block;
		width: 100%;
		height: 20px;
		margin-top: -10px;
		background-color: #00a63c;
		border-radius: 10px;
		content: "";
	}
}

@media only screen and (max-width: 768px) {
	.sitemenu_nav {
		padding: 0 15px;
	}
}

.sitemenu_link {
	margin-top: 17px;
}

.sitemenu_service {
	position: relative;
	padding: 21px 35px 20px 32px;
	background-color: #fff;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.sitemenu_link,
.sitemenu_search,
.sitemenu_sns {
		display: block;
		padding: 0 15px;
	}
}

.sitemenu_link,
.sitemenu_search,
.sitemenu_sns,
.sitemenu_service {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sitemenu_link,
.sitemenu_search,
.sitemenu_sns,
.sitemenu_service {
		display: block;
	}
}

.navglobal {
	display: block;
}

/* ***************************
listgnav
*************************** */
.listgnav {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	.listgnav {
		display: block;
	}
}

.listgnav_item {
	position: static;
	margin-top: 0;
	padding-left: 0;
}
@media only screen and (max-width: 768px) {
	.listgnav_item {
		border-bottom: 2px solid #0069b7;
	}
}
.listgnav_item:before {
	content: none;
}
@media only screen and (max-width: 768px) {
	.listgnav_item:first-child {
		border-top: 2px solid #0069b7;
	}
}
.listgnav_item + .listgnav_item {
	margin-left: 40px;
}
@media only screen and (max-width: 768px) {
	.listgnav_item + .listgnav_item {
		margin-left: 0;
	}
}

.listgnav_item_btn {
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btn {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btn:before {
		right: 10px;
		width: 18px;
		height: 2px;
	}
}
.listgnav_item_btn:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	width: 100%;
	height: 16px;
	background-color: #14a74a;
	border-radius: 8px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateY(100%);
					transform: translateY(100%);
	-webkit-transform-origin: center;
					transform-origin: center;
	content: "";
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btn:after {
		right: 18px;
		left: auto;
		width: 2px;
		height: 18px;
		border-radius: 0;
		-webkit-transform: none;
						transform: none;
	}
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btn:before, .listgnav_item_btn:after {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto;
		background-color: #0069b7;
		content: "";
	}
}
.listgnav_item_btn:hover:after, .listgnav_item_btn.is-active:after {
	-webkit-transform: translateY(0);
					transform: translateY(0);
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btn.is-active:after {
		-webkit-transform: rotate(90deg);
						transform: rotate(90deg);
	}
}

.listgnav_item_btnbody {
	position: relative;
	display: inline-block;
	padding: 17px 0 19px;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	font-weight: 700;
	transition: padding 0.3s;
}
@media only screen and (max-width: 768px) {
	.listgnav_item_btnbody {
		width: 100%;
		padding: 12px 35px 15px 0;
	}
}

.listgnav_item_panel {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	background-color: #e2eff8;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.listgnav_item_panel {
		position: static;
		border-radius: 0;
	}
}

.listgnav_item_child {
	max-width: 1210px;
	margin: 0 auto;
	padding: 32px 15px 60px;
}
@media only screen and (max-width: 768px) {
	.listgnav_item_child {
		padding: 0;
	}
}

.listgnav_item_close {
	width: 100%;
	padding: 17px 0 19px;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	font-weight: 700;
	background-color: #14a74a;
	text-align: center;
	vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
	.listgnav_item_close {
		display: none;
	}
}
.listgnav_item_close:hover {
	text-decoration: underline;
}

.listgnav_item_closebody {
	position: relative;
	padding-right: 46px;
}
.listgnav_item_closebody:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.listgnav_item_closebody:after {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.listgnav_item_closebody:before, .listgnav_item_closebody:after {
	position: absolute;
	top: 1px;
	right: 15px;
	bottom: 0;
	width: 3px;
	height: 42px;
	margin: auto;
	background-color: #fff;
	content: "";
}

.listgnavsub {
	display: flex;
}
@media only screen and (max-width: 768px) {
	.listgnavsub {
		display: block;
	}
}

.listgnavsub_title {
	display: flex;
	margin-right: 50px;
	flex-direction: column;
	flex-basis: 260px;
}
@media only screen and (max-width: 768px) {
	.listgnavsub_title {
		display: block;
		margin-right: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid #0069b7;
	}
}

.listgnavsub_title_text {
	color: #0069b7;
	font-size: 1.875rem;
	line-height: 1.4;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.listgnavsub_title_text {
		display: none;
	}
}

.listgnavsub_title_link {
	display: flex;
	margin-top: 12px;
}
@media only screen and (max-width: 768px) {
	.listgnavsub_title_link {
		display: block;
		margin-top: 8px;
	}
}

.listgnavsub_link {
	margin: 12px 0 0;
	flex-basis: calc(100% - 310px);
}
@media only screen and (max-width: 768px) {
	.listgnavsub_link {
		display: block;
		margin-top: 0;
		margin-left: 33px;
	}
}

@media only screen and (max-width: 768px) {
	.listgnav_item_search {
		display: none;
	}
}
.listgnav_item + .listgnav_item_search {
	margin-left: 28px;
}
.listgnav_item_search .listgnav_item_btnbody {
	padding: 17px 29px 19px 28px;
	font-size: 0%;
	line-height: 0;
}
.listgnav_item_search .listgnav_item_btnbody:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 26px;
	margin: auto;
	background-color: #cdd6dd;
	content: "";
}
.listgnav_item_search .listgnav_item_btnbody:after {
	color: #0f303f;
	font-size: 25px;
	line-height: 1;
	content: "\e902";
}
.listgnav_item_search .listgnavsub_title {
	min-width: 60px;
	margin-right: 40px;
	flex-basis: auto;
}

.is-headerFixed .listgnav_item_btnbody {
	padding-top: 10px;
	padding-bottom: 10px;
}

.listgnavsub_search {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-top: 25px;
}

.listgnavsub_search_input {
	width: 100%;
	padding: 22px 80px 22px 40px;
	background-color: #fff;
	border: 2px solid #0069b7;
	border-radius: 8px;
}
.listgnavsub_search_input::-webkit-input-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}
.listgnavsub_search_input::-moz-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}
.listgnavsub_search_input:-ms-input-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}
.listgnavsub_search_input::placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}

.listgnavsub_search_btn {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 48px;
	height: 48px;
	margin: auto;
	background-image: url(/assets/img/icon-search.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	cursor: pointer;
}

/* ***************************
subnav
*************************** */
.subnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-left: 0;
}
@media only screen and (max-width: 768px) {
	.subnav {
		display: block;
		margin: 0;
	}
}

.subnav_item {
	display: flex;
	width: 50%;
	margin-top: 0;
	padding: 0 15px;
}
@media only screen and (max-width: 768px) {
	.subnav_item {
		display: block;
		width: 100%;
		padding: 0;
	}
}
.subnav_item:before {
	content: none;
}

.subnav_item_link {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 56px;
	padding: 5px 25px 5px 0;
	align-items: center;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 700;
	border-bottom: 1px solid #0069b7;
}
@media only screen and (max-width: 768px) {
	.subnav_item_link {
		min-height: 0;
		padding: 11px 30px 12px 0;
		font-size: 1rem;
		line-height: 1.4285714286;
		font-weight: 400;
	}
}
@media only screen and (min-width: 769px) {
	.subnav_item_link:hover {
		text-decoration: underline;
	}
}
.subnav_item_link:hover, .subnav_item_link:visited, .subnav_item_link:focus {
	color: #0f303f;
}
.subnav_item_link:after {
	position: absolute;
	top: 4px;
	right: 0;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.subnav_item_link:after {
		top: 0;
		right: 10px;
		height: 14px;
		font-size: 14px;
	}
}
.subnav_item_link:hover:after {
	text-decoration: underline;
}
.subnav_item_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.subnav_item_link:hover:after {
		right: -10px;
	}
}

a.subnav_item_link[target="_blank"]:after {
	content: none;
}
.subnav_item_link .ic_window {
	position: absolute;
	top: 4px;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.subnav_item_link .ic_window {
		top: 0;
		right: 8px;
	}
}
.subnav_item_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.subnav_item_link .ic_window:after {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.subnav_item:last-of-type .subnav_item_link {
		border-bottom: none;
	}
}

/* ***************************
headerlink
*************************** */
.headerlink {
	display: flex;
	align-items: center;
}

.headerlink_item {
	margin-top: 0;
	padding-left: 0;
}
.headerlink_item:before {
	content: none;
}
.headerlink_item + .headerlink_item {
	margin-left: 26px;
}

.headerlink_link {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 700;
}
.headerlink_link:hover, .headerlink_link:visited, .headerlink_link:focus {
	color: #fff;
}

/* ***************************
setting
*************************** */
.setting {
	margin-left: 32px;
}

.setting_head_btn {
	position: relative;
	padding-right: 3px;
}
.setting_head_btn:before {
	position: absolute;
	bottom: -10px;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}

.setting_head_body {
	position: relative;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 700;
}
.setting_head_body:after {
	display: inline-block;
	margin-left: 6px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	content: "\e900";
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

.setting_body {
	position: absolute;
	top: 100%;
	right: 4px;
	padding-top: 4px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 1;
}
.setting_body[aria-hidden=false] {
	opacity: 1;
	visibility: visible;
}

.setting_body_item {
	margin-top: 0;
	padding-left: 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.setting_body_item + .setting_body_item {
	border-radius: 0 0 8px 8px;
	border-top: 2px solid #cdd6dd;
}
.setting_body_item:before {
	content: none;
}

.setting_body_btn {
	width: 100%;
	padding: 14px 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3125;
	font-weight: 700;
	background-color: #0069b7;
	text-align: center;
}
.setting_body_btn:hover {
	text-decoration: underline;
}

.setting_body_btnbody {
	position: relative;
}

/* ***************************
servicelink
*************************** */
.servicelink {
	display: flex;
	margin-top: 0;
	margin-right: 10px;
	align-items: center;
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	.servicelink {
		display: none;
	}
}

.servicelink_item {
	margin-top: 0;
	padding-left: 0;
	line-height: 1;
}
.servicelink_item:before {
	content: none;
}
.servicelink_item + .servicelink_item {
	margin-left: 16px;
}

.servicelink_item_border {
	position: relative;
	padding-left: 12px;
}
.servicelink_item_border:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 26px;
	margin: auto;
	background-color: #cdd6dd;
	content: "";
}
.servicelink_item + .servicelink_item_border {
	margin-left: 22px;
}

.servicelink_link:after {
	content: none;
}
@media only screen and (min-width: 769px) {
	.servicelink_link:hover {
		opacity: 0.7;
	}
}

/* ***************************
snslink
*************************** */
.snslink {
	display: flex;
	align-items: center;
	justify-content: center;
}

.snslink_item {
	position: relative;
	margin-top: 0;
	padding-left: 0;
}
.snslink_item:before {
	content: none;
	border-radius: 0;
}
.snslink_item + .snslink_item {
	padding-left: 45px;
}
.snslink_item + .snslink_item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 1px;
	height: 39px;
	margin: auto;
	background-color: #0069b7;
	content: "";
}

.snslink_link:after {
	content: none;
}
@media only screen and (min-width: 769px) {
	.snslink_link:hover {
		opacity: 0.7;
	}
}

/* ***************************
spnavlink
*************************** */
.spnavlink_item {
	padding-left: 0;
}
.spnavlink_item:before {
	content: none;
}
.spnavlink_item + .spnavlink_item {
	margin-top: 10px;
}

.spnavlink_link {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.4285714286;
	font-weight: 700;
}
.spnavlink_link:hover, .spnavlink_link:visited, .spnavlink_link:focus {
	color: #0f303f;
}

/* ***************************
spnavsearch
*************************** */
.spnavsearch {
	position: relative;
	width: 100%;
}

.spnavsearch_form {
	position: relative;
	width: 100%;
}

.spnavsearch_input {
	width: 100%;
	padding: 7px 55px 7px 29px;
	background-color: #fff;
	border: 1px solid #0f303f;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.spnavsearch_input {
		padding-top: 13px;
		padding-bottom: 12px;
	}
}
.spnavsearch_input::-webkit-input-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.2857142857;
}
.spnavsearch_input::-moz-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.2857142857;
}
.spnavsearch_input:-ms-input-placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.2857142857;
}
.spnavsearch_input::placeholder {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.2857142857;
}

.spnavsearch_btn {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 33px;
	height: 33px;
	margin: auto;
	background-image: url(/assets/img/icon-search.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	cursor: pointer;
}

/* ***************************
spwebservice
*************************** */
.spwebservice {
	position: relative;
}

.spwebservice_head {
	color: #0f303f;
	font-size: 1.1428571429rem;
	line-height: 1.4375;
	font-weight: 700;
	text-align: center;
}

.spwebservice_item {
	padding: 14px 0 10px;
}
.spwebservice_item + .spwebservice_item {
	margin-top: 8px;
	padding-top: 22px;
	border-top: 1px solid #ddd;
}

/* ***************************
footernav
*************************** */
.footernav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.footernav_list {
		margin: 0;
		justify-content: flex-start;
	}
}

.footernav_item {
	position: relative;
	margin-top: 0;
	padding: 5px 0 5px 22px;
}
@media only screen and (max-width: 768px) {
	.footernav_item {
		width: 33.33333%;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 540px) {
	.footernav_item {
		width: 50%;
	}
}
.footernav_item:before {
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
}
@media only screen and (max-width: 768px) {
	.footernav_item:before {
		top: 1.1em;
		width: 17px;
		height: 17px;
	}
}
.footernav_item + .footernav_item {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.footernav_item + .footernav_item {
		margin-left: 0;
	}
}

_::-webkit-full-page-media, _:future, :root .footernav_item:before {
	top: 0.7em;
}

@media only screen and (max-width: 768px) {
	_::-webkit-full-page-media, _:future, :root .footernav_item:before {
		top: 1em;
	}
}
.footernav_link {
	font-size: 1rem;
	line-height: 1.875;
	font-weight: 700;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.footernav_link {
		font-size: 1rem;
		line-height: 1.9285714286;
	}
}
@media only screen and (min-width: 769px) {
	.footernav_link:hover {
		text-decoration: underline;
	}
}

/* ***************************
footerlink
*************************** */
.footerlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.footerlink {
		justify-content: flex-start;
	}
}

.footerlink_item {
	position: relative;
	padding: 0 18px;
	margin: 5px 0 4px -1px;
}
@media only screen and (max-width: 768px) {
	.footerlink_item {
		width: 33.33333%;
		padding: 8px 10px 7px 0;
	}
}
@media only screen and (max-width: 540px) {
	.footerlink_item {
		width: 50%;
	}
}
.footerlink_item:first-child {
	padding-left: 0;
}
.footerlink_item:last-child {
	padding-right: 0;
}
.footerlink_item:before {
	content: none;
}
.footerlink_item + .footerlink_item:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 2px;
	height: 18px;
	background-color: #0f303f;
	content: "";
}
@media only screen and (max-width: 768px) {
	.footerlink_item + .footerlink_item:before {
		content: none;
	}
}

.footerlink_link {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.footerlink_link {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
@media only screen and (min-width: 769px) {
	.footerlink_link:hover {
		text-decoration: underline;
	}
}
.footerlink_link:hover, .footerlink_link:visited, .footerlink_link:focus {
	color: #0f303f;
}

/* ***************************
returntop
*************************** */
.returntop {
	position: relative;
	height: 50px;
	background-color: #e2eff8;
}

.returntop_inner {
	position: absolute;
	top: 20px;
	right: calc(50% - 590px);
	max-width: 1210px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
@media only screen and (max-width: 1240px) {
	.returntop_inner {
		right: 15px;
	}
}
.returntop_inner.is-fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}

.returntop_link {
	display: block;
	width: 60px;
	height: 60px;
	margin-left: auto;
	font-size: 0%;
	line-height: 0;
	background-color: #0069b7;
	background-image: url(/assets/img/btn-top.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border-radius: 8px;
	transition: background-position 0.3s;
}
@media only screen and (max-width: 768px) {
	.returntop_link {
		width: 50px;
		height: 50px;
		background-position: 10px 10px;
	}
}
@media only screen and (min-width: 769px) {
	.returntop_link:hover {
		background-position: 15px 9px;
	}
}

/* ***************************
copyright
*************************** */
.copyright {
	display: block;
	font-size: 0.875rem;
	line-height: 1.7142857143;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.copyright {
		font-size: 0.8571428571rem;
		line-height: 1.5;
	}
}

/* ***************************
navlocal
*************************** */
.navlocal_head {
	display: flex;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	border: none;
}
@media only screen and (max-width: 768px) {
	.navlocal_head {
		font-size: 1.1428571429rem;
		line-height: 1.375;
	}
}

.navlocal_head_link {
	display: flex;
	width: 100%;
	min-height: 91px;
	padding: 14px 20px 13px;
	color: #fff;
	align-items: center;
	background-color: #0069b7;
}
@media only screen and (max-width: 768px) {
	.navlocal_head_link {
		min-height: 60px;
		padding: 8px 15px;
	}
}
.navlocal_head_link:hover, .navlocal_head_link:visited {
	color: #fff;
}

.listlnav_item {
	margin-top: 0;
	padding-left: 0;
}
.listlnav_item:before {
	content: none;
}
.listlnav_item + .listlnav_item {
	border-top: 1px solid #cdd6dd;
}

.listlnav_item_link {
	position: relative;
	display: block;
	padding: 15px 12px 16px 38px;
	color: #0069b7;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #d6e6f2;
}
@media only screen and (max-width: 768px) {
	.listlnav_item_link {
		padding: 15px 15px 14px 30px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.listlnav_item_link:before {
	position: absolute;
	top: 1.6em;
	left: 19px;
	width: 10px;
	height: 16px;
	color: #0069b7;
	font-size: 13px;
	line-height: 1;
	content: "\e900";
}
@media only screen and (max-width: 768px) {
	.listlnav_item_link:before {
		left: 14px;
		height: 12px;
		font-size: 12px;
	}
}

.listlnav_item_link:hover:before {
	text-decoration: underline;
}
.listlnav_item_link:hover:before {
	text-decoration: none;
}
.listlnav_item_link:hover, .listlnav_item_link:visited {
	color: #0069b7;
}
.listlnav_item_link.is-current {
	background-color: #aadef5;
}

.top_level {
	background: #e3eaf5;
	margin-bottom: 30px;
}
.top_level > li {
	border-left: #bbd0e8 6px solid;
	font-weight: bold;
}
.top_level > li > a {
	border-top: #bbd0e8 1px solid;
	display: block;
	padding: 15px 12px 16px 38px;
}
.top_level > li:first-child > a {
	border-top: none;
	padding: 15px 12px 16px 38px;
}
.top_level > li.is_active {
	border-left: #0068b6 6px solid;
	background: #89aad3;
}
.top_level > li.is_open {
	border-left: #4f97cd 6px solid;
}
.top_level > li.is_active > a {
	border-top: none;
	padding: 15px 12px 16px 38px;
	color: #0f303f;
}
.top_level > li.is_open > a {
	padding: 15px 12px 16px 38px;
}
.top_level > li:first-child.is_active > a,
.top_level > li:first-child.is_open > a {
	padding: 15px 12px 16px 38px;
}

.second_level {
	border-top: #bbd0e8 1px solid;
}
.second_level > li {
	font-weight: bold;
	margin-left: -6px;
}
.second_level > li > a {
	border-left: #4f97cd 6px solid;
	background: #e2eff8 url(/assets/img/ic_lnavi_2nd.png) no-repeat 25px 22px;
	display: block;
	padding: 15px 12px 16px 48px;
	border-top: #bbd0e8 1px solid;
}
.second_level > li.is_active > a {
	border-left: #0068b6 6px solid;
	background: #a5d3f6 url(/assets/img/ic_lnavi_2nd_active.png) no-repeat 25px 22px;
	color: #0f303f;
}
.second_level > li.is_active > a,
.second_level > li:first-child > a {
	border-top: none;
}

.third_level > li {
	font-weight: normal;
}
.third_level > li > a {
	border-left: #4f97cd 6px solid;
	background: #f2f5fa url(/assets/img/ic_lnavi_3rd.png) no-repeat 33px 25px;
	display: block;
	padding: 15px 12px 16px 53px;
	border-top: #bbd0e8 1px solid;
}
.third_level > li:first-child > a {
	padding: 0 15px 0 9px;
}
.third_level > li.is_active > a {
	border-left: #0068b6 6px solid;
	background: #a5d3f6 url(/assets/img/ic_lnavi_3rd_active.png) no-repeat 33px 25px;
	color: #0f303f;
}
.third_level > li:first-child > a {
	border-top: #bbd0e8 1px solid;
	padding: 15px 12px 16px 53px;
}
.third_level > li.is_active > a {
	border-top: none;
	padding: 15px 12px 16px 53px;
}

.fourth_level > li {
	font-weight: normal;
}
.fourth_level > li > a {
	border-left: #4f97cd 6px solid;
	background: #f4f4f4 url(/assets/img/ic_lnavi_4th.png) no-repeat 38px 25px;
	display: block;
	padding: 4px 15px 0 9px;
}
.fourth_level > li.is_active > a {
	border-left: #0068b6 6px solid;
	background: #a5d3f6 url(/assets/img/ic_lnavi_4th_active.png) no-repeat 38px 25px;
	color: #0f303f;
}
.fourth_level > li > a {
	display: block;
	border-top: #bbd0e8 1px solid;
	padding: 15px 12px 16px 58px;
}

/* ***************************
heading
*************************** */
.h_h2 {
	position: relative;
	padding-bottom: 23px;
	color: #0f303f;
	font-size: 1.875rem;
	line-height: 1.4545454545;
	font-weight: 500;
	border-bottom: 1px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.h_h2 {
		padding-bottom: 13px;
		font-size: 1.5714285714rem;
		line-height: 1.4545454545;
	}
}

.h_h3 {
	position: relative;
	padding-bottom: 17px;
	color: #0f303f;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	font-weight: 700;
	border-bottom: 1px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.h_h3 {
		padding-bottom: 9px;
		font-size: 1.4285714286rem;
		line-height: 1.6;
	}
}

.h_h4 {
	position: relative;
	color: #0f303f;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.h_h4 {
		font-size: 1.4285714286rem;
		line-height: 1.6;
	}
}

.h_h5 {
	position: relative;
	color: #0f303f;
	font-size: 1.125rem;
	line-height: 1.2222222222;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.h_h5 {
		font-size: 1.2857142857rem;
		line-height: 1.7777777778;
	}
}

.h_h6 {
	position: relative;
	color: #0f303f;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.h_h6 {
		font-size: 1.1428571429rem;
		line-height: 1.375;
	}
}

.opt_has_link a {
	background: url(/assets/img/ic_c_link_b.png) no-repeat 99% 50%;
	display: block;
	padding-right: 1.7rem;
}

.opt_has_link .js_auto_height_cols {
	padding-right: 1.7rem;
}

.opt_has_link.ic_window a {
	background: url(/assets/img/ic_window_opt.png) no-repeat 99% 50%;
	display: block;
	width: initial;
	height: initial;
}
.opt_has_link.ic_window {
	width: initial;
	height: initial;
}
.opt_has_link.ic_window:after {
	content: none;
}

.ic_h2 {
	font-size: 1.875rem;
	line-height: 1.0666666667;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.ic_h2 {
		font-size: 1.5714285714rem;
		line-height: 1.4545454545;
	}
}

.ic_h3 {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.ic_h3 {
		font-size: 1.4285714286rem;
		line-height: 1.6;
	}
}

.ic_h4 {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.ic_h4 {
		font-size: 1.4285714286rem;
		line-height: 1.6;
	}
}

.ic_h5 {
	font-size: 1.125rem;
	line-height: 1.2222222222;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.ic_h5 {
		font-size: 1.2857142857rem;
		line-height: 1.7777777778;
	}
}

.ic_h2,
.ic_h3,
.ic_h4,
.ic_h5 {
	padding-bottom: 0;
	border: none;
}

.ic_h2_lfire .ic_h2_body:before {
	left: -11px;
	width: 54px;
	height: 54px;
}
@media only screen and (max-width: 768px) {
	.ic_h2_lfire .ic_h2_body:before {
		left: -9px;
		width: 40px;
		height: 40px;
	}
}

.ic_h2_rlight .ic_h2_body:after {
	right: -12px;
}

.ic_h2_llight .ic_h2_body:before {
	left: -12px;
}

.ic_h2_rlight .ic_h2_body:after,
.ic_h2_llight .ic_h2_body:before {
	width: 52px;
	height: 52px;
}
@media only screen and (max-width: 768px) {
	.ic_h2_rlight .ic_h2_body:after,
.ic_h2_llight .ic_h2_body:before {
		width: 44px;
		height: 44px;
	}
}

.ic_h3_llight .ic_h3_body:before {
	left: -11px;
}
@media only screen and (max-width: 768px) {
	.ic_h3_llight .ic_h3_body:before {
		left: -9px;
	}
}

.ic_h3_lfire .ic_h3_body:before {
	left: -9px;
	width: 44px;
	height: 44px;
}
@media only screen and (max-width: 768px) {
	.ic_h3_lfire .ic_h3_body:before {
		width: 36px;
		height: 36px;
	}
}

.ic_h3_rlight .ic_h3_body:after {
	right: -11px;
}

.ic_h3_rlight .ic_h3_body:after,
.ic_h3_llight .ic_h3_body:before {
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 768px) {
	.ic_h3_rlight .ic_h3_body:after,
.ic_h3_llight .ic_h3_body:before {
		width: 40px;
		height: 40px;
	}
}

.ic_h4_lfire .ic_h4_body:before {
	left: -9px;
	width: 42px;
	height: 42px;
}
@media only screen and (max-width: 768px) {
	.ic_h4_lfire .ic_h4_body:before {
		width: 34px;
		height: 34px;
	}
}

.ic_h4_rlight .ic_h4_body:after {
	right: -11px;
}

.ic_h4_llight .ic_h4_body:before {
	left: -10px;
}

.ic_h4_rlight .ic_h4_body:after,
.ic_h4_llight .ic_h4_body:before {
	width: 42px;
	height: 42px;
}
@media only screen and (max-width: 768px) {
	.ic_h4_rlight .ic_h4_body:after,
.ic_h4_llight .ic_h4_body:before {
		width: 38px;
		height: 38px;
	}
}

.ic_h5_lfire .ic_h5_body:before {
	left: -8px;
	width: 38px;
	height: 38px;
}
@media only screen and (max-width: 768px) {
	.ic_h5_lfire .ic_h5_body:before {
		width: 32px;
		height: 32px;
	}
}

.ic_h5_rlight .ic_h5_body:after {
	right: -10px;
}

.ic_h5_llight .ic_h5_body:before {
	left: -10px;
}

.ic_h5_rlight .ic_h5_body:after,
.ic_h5_llight .ic_h5_body:before {
	width: 40px;
	height: 40px;
}
@media only screen and (max-width: 768px) {
	.ic_h5_rlight .ic_h5_body:after,
.ic_h5_llight .ic_h5_body:before {
		width: 36px;
		height: 36px;
	}
}

.ic_h2_body,
.ic_h3_body,
.ic_h4_body,
.ic_h5_body {
	position: relative;
	display: inline-block;
}
.ic_h2_body:before, .ic_h2_body:after,
.ic_h3_body:before,
.ic_h3_body:after,
.ic_h4_body:before,
.ic_h4_body:after,
.ic_h5_body:before,
.ic_h5_body:after {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ic_h2_lfire .ic_h2_body:before,
.ic_h3_lfire .ic_h3_body:before,
.ic_h4_lfire .ic_h4_body:before,
.ic_h5_lfire .ic_h5_body:before {
	background-image: url(/assets/img/icon-fire.png);
}

.ic_h2_rlight .ic_h2_body:after,
.ic_h2_llight .ic_h2_body:before,
.ic_h3_rlight .ic_h3_body:after,
.ic_h3_llight .ic_h3_body:before,
.ic_h4_rlight .ic_h4_body:after,
.ic_h4_llight .ic_h4_body:before,
.ic_h5_rlight .ic_h5_body:after,
.ic_h5_llight .ic_h5_body:before {
	background-image: url(/assets/img/icon-light--brown.png);
}

.ic_h2_rlight .ic_h2_body,
.ic_h3_rlight .ic_h3_body,
.ic_h4_rlight .ic_h4_body,
.ic_h5_rlight .ic_h5_body {
	padding-right: 38px;
}
@media only screen and (max-width: 768px) {
	.ic_h2_rlight .ic_h2_body,
.ic_h3_rlight .ic_h3_body,
.ic_h4_rlight .ic_h4_body,
.ic_h5_rlight .ic_h5_body {
		padding-right: 29px;
	}
}
.ic_h2_rlight .ic_h2_body:after,
.ic_h3_rlight .ic_h3_body:after,
.ic_h4_rlight .ic_h4_body:after,
.ic_h5_rlight .ic_h5_body:after {
	content: "";
}

.ic_h2_llight .ic_h2_body,
.ic_h2_lfire .ic_h2_body,
.ic_h3_llight .ic_h3_body,
.ic_h3_lfire .ic_h3_body,
.ic_h4_llight .ic_h4_body,
.ic_h4_lfire .ic_h4_body,
.ic_h5_llight .ic_h5_body,
.ic_h5_lfire .ic_h5_body {
	padding-left: 39px;
}
@media only screen and (max-width: 768px) {
	.ic_h2_llight .ic_h2_body,
.ic_h2_lfire .ic_h2_body,
.ic_h3_llight .ic_h3_body,
.ic_h3_lfire .ic_h3_body,
.ic_h4_llight .ic_h4_body,
.ic_h4_lfire .ic_h4_body,
.ic_h5_llight .ic_h5_body,
.ic_h5_lfire .ic_h5_body {
		padding-left: 29px;
	}
}
.ic_h2_llight .ic_h2_body:before,
.ic_h2_lfire .ic_h2_body:before,
.ic_h3_llight .ic_h3_body:before,
.ic_h3_lfire .ic_h3_body:before,
.ic_h4_llight .ic_h4_body:before,
.ic_h4_lfire .ic_h4_body:before,
.ic_h5_llight .ic_h5_body:before,
.ic_h5_lfire .ic_h5_body:before {
	content: "";
}

/*** border_box ***/
.border_box {
	background: #fff;
	border: #a0b4bf 1px solid;
	padding: 12px 15px 11px;
}
.bg_box {
	background: #e3eaf5;
	border: #a0b4bf 1px solid;
	padding: 12px 15px 11px;
}

/* ***************************
grid
*************************** */
.opt_col2 {
	width: calc(100% - 55%);
	margin-left: 40px;
}

.opt_col1 .opt_col2 {
	width: 460px;
}

.opt_col2:first-child,
.float_left.opt_col2 {
	margin-left: 0 !important;
}

.opt_col3 {
	width: 200px;
	margin-left: 40px;
}

.border_box .opt_col3,
.bg_box .opt_col3 {
	margin-left: 26px;
}

.opt_col1 .opt_col3 {
	width: 310px;
	margin-left: 25px;
}

.opt_col3:first-child,
.float_left.opt_col3:first-child {
	margin-left: 0 !important;
}

.opt_col4 {
	width: 150px;
	margin-left: 26px;
}

.opt_col4:first-child,
.float_left.opt_col4:first-child {
	margin-left: 0 !important;
}

.opt_col1 .opt_col4 {
	width: 225px;
}

.opt_col1_3 {
	width: 200px;
	margin-left: 40px;
}

.opt_col1_3:first-child,
.float_left.opt_col1_3 {
	margin-left: 0 !important;
}

.opt_col2_3 {
	width: 440px;
	margin-left: 40px;
}

.opt_col2_3:first-child,
.float_left.opt_col2_3 {
	margin-left: 0 !important;
}

.opt_col1_4 {
	width: 150px;
	margin-left: 26px;
}

.opt_col1_4:first-child,
.float_left.opt_col1_4 {
	margin-left: 0 !important;
}

.opt_col3_4 {
	width: 502px;
	margin-left: 26px;
}

.opt_col3_4:first-child,
.float_left.opt_col3_4 {
	margin-left: 0 !important;
}

.opt_col4.opt_search {
	width: 159px;
}

.opt_col4.opt_search img {
	border: #a0b4bf 1px solid;
}


/*** float ***/
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px){
	.float_left,
	.float_right {
		float: none !important;
	}

	.float_left.opt_no_responsive {
		float: left !important;
	}

	.float_right.opt_no_responsive {
		float: right !important;
	}

	.float_left.mr_20 {
		margin-right: 0 !important;
	}

	.float_right.ml_20 {
		margin-left: 0 !important;
	}
}

/* ***************************
list
*************************** */
.common_list li {
	position: relative;
	padding-left: 14px;
}
.common_list li ul,
.common_list li ol {
	margin-top: 4px;
}
.common_list li:before, .common_white_list li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0069b7;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.common_list li:before, .common_white_list li:before {
		top: 0.5em;
		width: 6px;
		height: 6px;
	}
}
.common_white_list li:before {
	background-color: #ffffff !important;
}

.common_list li ul:not(.link_list) {
	padding-left: 5px;
}
.common_list li ul li {
	padding-left: 1.6em;
}
.common_s_list li ul li {
	padding-left: 1.6em;
}
.common_list li ul li:before {
	background-color: #0069b7;
}
.common_s_list .common_list li:before {
	top: 0.6em;
	width: 8px;
	height: 8px;
}

.common_s_list li {
	position: relative;
	padding-left: 14px;
}
.common_s_list li ul,
.common_s_list li ol, .common_s_list li + li {
	margin-top: 4px;
}
.common_s_list li:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	background-color: #0069b7;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}

@media only screen and (max-width: 768px) {
	.common_s_list li:before {
		top: 0.65em;
		width: 4px;
		height: 4px;
	}
}
.common_s_list li ul:not(.link_list) {
	padding-left: 5px;
}

.numberlist {
	counter-reset: count-number;
}
.numberlist li {
	position: relative;
	padding-left: 1.4em;
	counter-increment: count-number;
}
.numberlist li ul,
.numberlist li ol, .numberlist li + li {
	margin-top: 4px;
}
.numberlist li:before {
	content: counter(count-number) ".";
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background: none;
}

.decimal_list_brackets {
	counter-reset: cnt;
}
.decimal_list_brackets > li {
	padding-left: 2em;
	counter-increment: cnt;
	position: relative;
}
.decimal_list_brackets > li:before {
	left: -8px;
	content: "（" counter(cnt) "）";
	position: absolute;
}

.common_list .decimal_list_brackets > li:before {
	background-color: unset;
	width: auto;
	height: auto;
	top: 0;
}
.common_s_list .decimal_list_brackets > li:before {
	background-color: unset;
	width: auto;
	height: auto;
	top: 0;
}
ol.decimal_list_circle li .decimal_list_brackets {
	padding-left: 1em;
}
ol.decimal_list_circle li .decimal_list_brackets > li {
	padding-left: 5px;
}
ol.decimal_list_circle li .decimal_list_brackets > li:before {
	left: -1.8em;
	content: "（" counter(cnt) "）";
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	border: none;
	font-size: 16px;
	font-weight: unset;
	line-height: normal;
}

.decimal_list_roman {
	padding-left: 1.7em;
	list-style-type: lower-roman;
}
.decimal_list_roman > li {
	padding-left: 5px;
}
.decimal_list_roman > li:before {
	content: none;
}

ol.decimal_list_circle li .decimal_list_roman{
	padding-left: 1em;
}
ol.decimal_list_circle li .decimal_list_roman > li {
	padding-left: 5px;
}
ol.decimal_list_circle li .decimal_list_roman > li:before {
	content: none;
}

ol.decimal_list_circle {
	counter-reset: my_counter;
	list-style: none;
}

ol.decimal_list_circle li {
	position: relative;
	padding-left: 2em;
}

ol.decimal_list_circle li::before {
	position: absolute;
	top: 0.25rem;
	content: counter(my_counter);
	counter-increment: my_counter;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	border-radius: 50%;
	left: 0.2rem;
	background-color: #fff;
}

ol.decimal_list_circle li ul,
ol.decimal_list_circle li ol {
	counter-reset: my_counter;
}

ol.decimal_list_circle li ol li.text_indent::before,
ol.decimal_list_circle li ul.opt_inline li::before {
	content: none;
}

ol.decimal_list_circle li .common_list li {
	position: relative;
	padding-left: 14px;
}

ol.decimal_list_circle li .common_list li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0069b7;
	border-radius: 50%;
	border: none;
	font-size: 16px;
}

ol.decimal_list_circle li .common_s_list li {
	padding-left: 14px;
}

ol.decimal_list_circle li .common_s_list li:before {
	top: 0.7em;
	width: 5px;
	height: 5px;
}

.decimal_list {
	padding-left: 1em;
}
.decimal_list > li {
	list-style-type: decimal;
	padding-left: 0.5em;
}

.decimal_list > li:before {
	content: none;
}
.common_list .decimal_list {
	padding-left: 1.4em;
}
.common_s_list .decimal_list {
	padding-left: 1.4em;
}
ol.decimal_list_circle li .decimal_list > li {
	padding-left: 5px;
}
ol.decimal_list_circle li .decimal_list > li:before {
	content: none;
}

.line_list {
	border-top: #a0b4bf 1px dotted;
}
.line_list > li {
	padding-bottom: 10px;
	border-bottom: #a0b4bf 1px dotted;
	margin-bottom: 10px;
}
.line_list > li:first-child {
	margin-top: 10px;
}
ul li .line_list,
ol li .line_list {
	margin-top: 10px;
}

.text_indent {
	display: table;
}

ol .text_indent {
	display: table;
	position: relative;
}

.text_indent .icon {
	display: table-cell;
	padding-right: 5px;
	white-space: nowrap;
}

ol .text_indent .icon {
	display: table-cell;
	white-space: nowrap;
}

.text_indent .text {
	display: table-cell;
	width: 100%;
}

/* ***************************
table
*************************** */
.blue_table, .gray_table {
	width: 100%;
	min-width: 650px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #94a8b6;
	border-right: 1px solid #94a8b6;
	background-clip: padding-box;
	color: #0f303f;
	background-color: #ffffff;
}

.blue_table th,
.blue_table td,
.gray_table th,
.gray_table td {
	padding: 18px 22px;
	font-size: 1rem;
	line-height: 1.5;
	border-left: 1px solid #94a8b6;
	border-bottom: 1px solid #94a8b6;
	background-clip: padding-box;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.blue_table th,
.blue_table td,
.gray_table th,
.gray_table td {
		padding: 10px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}

.blue_table th {
	color: #fff;
	background-color: #0069b7;
	text-align: center;
	font-weight: 700;
}

.gray_table th {
	color: #fff;
	background-color: #4b6676;
	text-align: center;
	font-weight: 700;
}

.red_col {
	background: #fbe0e3 !important;
	color: #0f303f !important;
}

.blue_col {
	background: #d1e1f3 !important;
	color: #0f303f !important;
}

.light_blue_col {
	background: #e3eaf5 !important;
	color: #0f303f !important;
}

.white_col {
	background: #ffffff !important;
	color: #0f303f !important;
}

.border_bottom_bold {
	border-bottom-width: 3px !important;
	background-clip: padding-box;
}
.border_left_bold {
	border-left-width: 3px !important;
	background-clip: padding-box;
}
.border_bottom_double {
	border-bottom-width: 3px !important;
	border-bottom-style: double !important;
	background-clip: padding-box;
}
.border_left_double {
	border-left-width: 3px !important;
	border-left-style: double !important;
	background-clip: padding-box;
}
.no_border_left {
	border-left-style: none !important;
	background-clip: padding-box;
}
.no_border_bottom {
	border-bottom-style: none !important;
	background-clip: padding-box;
}

.blue_table .border_top, .gray_table .border_top {
	border-top: #94a8b6 1px solid;
	background-clip: padding-box;
}
.blue_table .border_right, .gray_table .border_right {
	border-right: #94a8b6 1px solid;
	background-clip: padding-box;
}


/* ***************************
pagereader
*************************** */
.pagereader {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0%;
	line-height: 0;
	outline: none;
}

/* ***************************
breadcrumb
*************************** */
.breadcrumb {
	background-color: #f7f7f7;
}

.breadcrumb_body {
	max-width: 1210px;
	margin: auto;
	padding: 6px 15px 7px;
}

/*
listbreadcrumb
--------------------------- */
.listbreadcrumb {
	font-size: 0.75rem;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.listbreadcrumb {
		font-size: 0.8571428571rem;
		line-height: 1.5;
	}
}

.listbreadcrumb_item {
	display: inline;
	margin-top: 0;
	padding-left: 0;
	vertical-align: middle;
}
.listbreadcrumb_item:before {
	display: none;
}
.listbreadcrumb_item + .listbreadcrumb_item {
	padding-left: 8px;
}
.listbreadcrumb_item + .listbreadcrumb_item:before {
	position: static;
	display: inline-block;
	margin-right: 10px;
	font-size: 0.75rem;
	line-height: 1.5;
	content: "/";
}
@media only screen and (max-width: 768px) {
	.listbreadcrumb_item + .listbreadcrumb_item:before {
		font-size: 0.8571428571rem;
		line-height: 1.5;
	}
}

.listbreadcrumb_item_link {
	position: relative;
	color: #0f303f;
}
.listbreadcrumb_item_link:visited, .listbreadcrumb_item_link:hover {
	color: #0f303f;
}

.listbreadcrumb_item:first-child .listbreadcrumb_item_link {
	padding-left: 25px;
}
.listbreadcrumb_item:first-child .listbreadcrumb_item_link:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	color: #0069b7;
	font-size: 16px;
	line-height: 1;
	content: "\e905";
}

.reader {
	position: absolute;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

#breadcrumbs {
	background-color: #f7f7f7;
	font-size: 0.75rem;
	line-height: 1.5;
}

#breadcrumbs ol {
	font-size: 0.75rem;
	line-height: 1.5;
	max-width: 1210px;
	margin: auto;
	padding: 6px 15px 7px;
}

@media only screen and (max-width: 768px) {
	#breadcrumbs {
		display: none;
	}
	#breadcrumbs ol{
		font-size: 0.8571428571rem;
		line-height: 1.5;
	}
}

#breadcrumbs ol li {
	display: inline;
	margin-top: 0;
	padding-left: 0;
	vertical-align: middle;
}

#breadcrumbs a {
	color: #0f303f;
}

#breadcrumbs .first a {
	position: relative;
	padding-left: 25px;
}

#breadcrumbs .first a:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	color: #0069b7;
	font-size: 16px;
	line-height: 1;
	content: "\e905";
}

#breadcrumbs li:nth-child(n+2) {
	padding-left: 8px;
}

#breadcrumbs li:nth-child(n+2):before {
	position: static;
	display: inline-block;
	margin-right: 10px;
	font-size: 0.75rem;
	line-height: 1.5;
	content: "/";
}

body.third #breadcrumbs ol li.third {
	display: none;
}

/* ***************************
pagetitle
*************************** */
.pagetitle_body {
	max-width: 1210px;
	margin: 0 auto;
	padding: 20px 15px 34px;
}
@media only screen and (max-width: 768px) {
	.pagetitle_body {
		padding-top: 27px;
		padding-bottom: 16px;
	}
}

.pagetitle_text {
	position: relative;
	color: #0f303f;
	font-size: 2.375rem;
	line-height: 1.1052631579;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.pagetitle_text {
		font-size: 1.7857142857rem;
		line-height: 1.44;
	}
}

/* ***************************
imgtitle
*************************** */
.imgtitle_body {
	display: -ms-grid;
	display: grid;
}

.imgtitle_text {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1230px;
	margin: auto;
	padding: 0 15px;
	align-items: center;
	color: #fff;
	font-size: 2.375rem;
	line-height: 1.1052631579;
	font-weight: 500;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.imgtitle_text {
		font-size: 1.7857142857rem;
		line-height: 1.44;
	}
}

.imgtitle_img {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.imgtitle_img {
		min-height: 200px;
	}
}
.imgtitle_img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 49, 47, 0.55);
	content: "";
}
.imgtitle_img img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.imgtitle_img img {
		height: 100%;
		-o-object-fit: cover;
			 object-fit: cover;
		-o-object-position: center top;
			 object-position: center top;
		font-family: "object-fit: cover; object-position: center top;";
	}
}

.imgtitle_text,
.imgtitle_img {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}
/* ***************************
column
*************************** */
.column_body {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.column_body {
		display: block;
	}
}

.column_item {
	width: 100%;
	padding: 0 10px;
}

.column_body_col2 .column_item {
	width: 50%;
}

.column_body_col3 .column_item {
	width: 33.333333%;
}

.column_body_col4 .column_item {
	width: 25%;
}

@media only screen and (max-width: 768px) {
	.column_body:not(.column_body_spflex, .column_body_spcol2) .column_item {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.column_body_spflex, .column_body_spcol2 {
		display: flex;
	}
	.column_body_col3.column_body_spcol2 .column_item {
		width: 50%;
	}
}

.datecolumn .datecolumn_item {
	display: flex;
}
.datecolumn .datecolumn_item > div.date {
	width: 15%;
}
.datecolumn .datecolumn_item > div.text {
	width: 80%;
	margin-left: 5%;
}
@media only screen and (max-width: 768px) {
	.datecolumn .datecolumn_item {
		display: block;
	}
	.datecolumn .datecolumn_item > div.date {
		width: 100%;
	}
	.datecolumn .datecolumn_item > div.text {
		width: 95%;
		margin-left: 5%;
	}
}
/* ***************************
list_option
*************************** */
.opt_inline li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
}
.opt_inline li + li {
	margin-top: 0;
}
.main_middle_main .opt_inline li {
	margin-right: 30px;
}
.opt_inline li.opt_last {
	margin-right: 0;
}

/* ***************************
btncolumn
*************************** */

.btncolumn_body {
	display: flex;
	margin: -20px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.btncolumn_body {
		display: block;
		margin: 0;
	}
}

.btncolumn_item {
	width: 50%;
	margin-top: 20px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.btncolumn_item {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.btncolumn_item + .btncolumn_item {
		margin-top: 11px;
	}
}

/* ***************************
borderlink
*************************** */
.borderlink {
	display: flex;
}

.borderlink + .borderlink {
	margin-top: 0;
}

.borderlink_body {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 80px;
	padding: 10px 25px 9px 0;
	align-items: center;
	color: #0069b7;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 700;
	border-bottom: 1px solid #0069b7;
}
@media only screen and (max-width: 768px) {
	.borderlink_body {
		min-height: 70px;
		padding: 13px 25px 14px 3px;
		font-size: 1.1428571429rem;
		line-height: 1.3125;
	}
}
.borderlink_body:hover, .borderlink_body:visited {
	color: #0069b7;
}
.borderlink_body:after {
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.borderlink_body:after {
		top: 0;
		right: 9px;
		bottom: 1px;
		height: 14px;
		font-size: 14px;
	}
}
.borderlink_body:hover:after {
	text-decoration: underline;
}
.borderlink_body:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.borderlink_body:hover:after {
		right: -5px;
	}
}

a.borderlink_body[target="_blank"]:after {
	content: none;
}
.borderlink_body .ic_window {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.borderlink_body .ic_window {
		right: 5px;
	}
}
.borderlink_body .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.borderlink_body .ic_window:after {
		font-size: 14px;
	}
}

/* ***************************
link_list
*************************** */
.link_list {
	padding: 0;
	background: none;
}

.link_list > li {
	position: relative;
	font-size: 1rem;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.link_list > li {
		font-size: 1rem;
		line-height: 1.4285714286;
		margin-bottom: 10px;
	}
}
.ic_triangle_link {
	padding-left: 32px;
	background: url(/assets/img/ic_link.png) no-repeat 5px 0.6em;
}

.common_list .link_list li:before, .common_list li ul li.text_indent:before, .common_list li ol li.text_indent:before {
	content: none;
}
.common_list li ul li.text_indent, .common_list li ul.link_list li {
	padding: 0 !important;
}
ol.decimal_list_circle li .link_list li::before {
		content: none;
}

.common_list li .ic_c_link:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
}
ol.decimal_list_circle li .link_list .ic_c_link:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	border: none;
	font-weight: normal;
	counter-increment: auto;
}
.common_list li .ic_window:after {
	color: #0069b7;
	content: "\e901";
	background-image: none;
	font-size: 16px;
	background-color: unset;
	margin-left: 5px;
}
.decimal_list_circle li .link_list .ic_window:after {
	color: #0069b7;
	content: "\e901";
	background-image: none;
	font-size: 16px;
	position: absolute;
	bottom: 0.25em;
	border: none;
	font-weight: normal;
	counter-increment: auto;
	margin-left: 5px;
}
.common_list li .ic_pdf:after {
	color: #dc000c;
	content: "\e90a";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
}
.decimal_list_circle li .link_list .ic_pdf:after {
	color: #dc000c;
	content: "\e90a";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

.common_list li .ic_excel:after {
	color: #00a63c;
	content: "\e90b";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
}
ol.decimal_list_circle li .link_list .ic_excel:after {
	color: #00a63c;
	content: "\e90b";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

.common_list li .ic_csv:after {
	color: #00a63c;
	content: "\e906";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
}
ol.decimal_list_circle li .link_list .ic_csv:after {
	color: #00a63c;
	content: "\e906";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

.common_list li .ic_word:after {
	color: #0069b7;
	content: "\e907";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
}
ol.decimal_list_circle li .link_list .ic_word:after {
	color: #0069b7;
	content: "\e907";
	background-image: none;
	font-size: 20px;
	margin-left: 5px;
	background-color: unset;
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

li p .ic_csv:after {
	position: initial;
}

.link_list_decimal_brackets {
	list-style-type: none;
	counter-increment: cnt2;
	position: relative;
	padding-left: 32px;
}
.link_list > li.link_list_decimal_brackets {
	background: none;
}
.link_list_decimal_brackets:before {
	content: "（" counter(cnt2) "）";
	position: absolute;
	top: 0 !important;
	width: 42px !important;
	left: -8px;
}
.link_list_decimal {
	list-style-type: none;
	counter-increment: cnt3;
	position: relative;
	padding-left: 32px;
}
.link_list > li.link_list_decimal {
	background: none;
}
.link_list_decimal:before {
	content: counter(cnt3)".";
	position: absolute;
	top: 0 !important;
	width: 32px;
	left: 0px;
}

@media only screen and (max-width: 768px) {
	.link_list > li:before {
		top: 0.2em;
		width: 17px;
		height: 17px;
	}
}

.link_list > li > a {
	color: #0069b7;
}
@media only screen and (max-width: 768px) {
	.link_list > li > a:hover {
		text-decoration: none;
	}
}
.link_list > li > a:hover, .link_list > li > a:visited {
	color: #0069b7;
}

.link_list_tabitem {
	padding-bottom: 8px;
}
.link_list_tabitem .link_list_item + .link_list_item {
	margin-top: 16px;
}
@media only screen and (max-width: 768px) {
	.link_list_tabitem .link_list_item + .link_list_item {
		margin-top: 24px;
	}
}

.link_list_narrow > li {
	padding-left: 26px;
}
@media only screen and (max-width: 768px) {
	.link_list_narrow > li {
		padding-left: 22px;
	}
}

.link_list_up:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.common_list li .link_list_up:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: "";
}
ol.decimal_list_circle li .link_list .link_list_up:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

.link_list_down:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.common_list li .link_list_down:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "";
}
ol.decimal_list_circle li .link_list .link_list_down:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border: none;
	font-weight: normal;
	counter-increment: auto;
}

.link_list_left:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.common_list li .link_list_left:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
}
ol.decimal_list_circle li .link_list .link_list_left:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border: none;
	font-weight: normal;
	counter-increment: auto;
}
.link_list > li.link_list_common {
	background: none;
	padding-left: 32px;
}
li.link_list_common:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0.3em;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0069b7;
	border-radius: 50%;
}

/* ***************************
btn
*************************** */
.btn {
	position: relative;
	display: inline-flex;
	padding: 15px 45px 17px 35px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #0069b7;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.btn {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.btn:hover, .btn:visited, .btn:focus {
	color: #fff;
}
.btn:after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 10px;
	height: 16px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.btn:has(input){
  padding: 0;
}
.btn input {
	padding: 15px 45px 17px 35px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.btn:after {
		right: 10px;
		height: 14px;
		font-size: 14px;
	}
}
.btn:hover:after {
	text-decoration: underline;
}
.btn:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.btn:not(.btn.btn_anchor):hover:after {
		right: 10px;
	}
}

a.btn[target="_blank"]:after {
	content: none;
}
.btn .ic_window {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}
.btn .ic_window:after {
	margin-left: 0;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.btn .ic_window:after {
		font-size: 14px;
	}
}
.btn_textleft {
	justify-content: flex-start;
}

.btn_body {
	position: relative;
}

.btn_mid {
	max-width: 290px;
}
@media only screen and (max-width: 768px) {
	.btn_mid {
		padding: 13px 35px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.btn_mid:after {
		right: 13px;
		font-size: 14px;
	}
}

.btn_header {
	min-height: 54px;
	padding: 7px 35px 8px;
}
@media only screen and (max-width: 768px) {
	.btn_header {
		display: block;
		max-width: 100%;
		min-height: 0;
		padding: 0 30px 0 0;
		color: #0f303f;
		background-color: transparent;
		font-size: 1rem;
		line-height: 1.4285714286;
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	.btn_header:hover, .btn_header:visited, .btn_header:focus {
		color: #0f303f;
	}
}
@media only screen and (max-width: 768px) {
	.btn_header:after {
		color: #0069b7;
	}
}
.btn_header:hover:after {
	text-decoration: underline;
}
.btn_header:hover:after {
	text-decoration: none;
}

.btn_strong {
	background-color: #dc000c;
}
.btn_strong:after {
	color: #fff;
}
.btn_strong .ic_window:after {
	color: #fff;
}

.btn_weak {
	color: #0f303f;
	background-color: #fff;
	border: 2px solid #0f303f;
}
.btn_weak:hover, .btn_weak:visited, .btn_weak:focus {
	color: #0f303f;
}
.btn_weak:after {
	color: #0f303f;
}
.btn_weak .ic_window:after {
	color: #0f303f;
}

.btn_megaphone {
	padding: 24px 72px 24px 54px;
	font-size: 1.5rem;
	line-height: 1.75;
}
@media only screen and (max-width: 768px) {
	.btn_megaphone {
		padding: 14px 25px 15px 5px;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
	}
}
.btn_megaphone .btn_body:before {
	width: 54px;
	min-width: 54px;
	height: 45px;
	margin-top: -6px;
	margin-right: 16px;
	margin-left: -8px;
	background-image: url(/assets/img/icon-megaphone.png);
}
@media only screen and (max-width: 768px) {
	.btn_megaphone .btn_body:before {
		width: 32px;
		min-width: 0;
		height: 27px;
		margin-top: 0;
		margin-right: 5px;
		margin-left: 12px;
	}
}
.btn_japan {
	padding: 24px 72px 24px 54px;
	font-size: 1.5rem;
	line-height: 1.75;
}
@media only screen and (max-width: 768px) {
	.btn_japan {
		padding: 7px 25px 6px 5px;
		font-size: 1.2857142857rem;
		line-height: 1.1666666667;
		text-align: center;
	}
}
.btn_japan .btn_body:before {
	width: 46px;
	min-width: 46px;
	height: 48px;
	margin-top: -6px;
	margin-right: 16px;
	margin-left: 20px;
	background-image: url(/assets/img/icon-japan--yellow.png);
}
@media only screen and (max-width: 768px) {
	.btn_japan .btn_body:before {
		width: 29px;
		height: 30px;
		margin-top: 0;
		margin-right: 5px;
		margin-left: 20px;
	}
}

.btn_megaphone,
.btn_japan {
	display: inline-block;
	max-width: 580px;
	color: #fff;
	background-color: #0069b7;
}
@media only screen and (max-width: 768px) {
	.btn_megaphone,
.btn_japan {
		border-radius: 5px;
	}
}
.btn_megaphone:after,
.btn_japan:after {
	right: 30px;
	width: 11px;
	height: 18px;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.btn_megaphone:after,
.btn_japan:after {
		right: 8px;
		height: 14px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.btn_megaphone:hover:after,
.btn_japan:hover:after {
		right: 20px;
	}
}
.btn_megaphone .btn_body,
.btn_japan .btn_body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_megaphone .btn_body:before,
.btn_japan .btn_body:before {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.btn_megaphone .btn_body:before,
.btn_japan .btn_body:before {
		min-width: 0;
	}
}

.btn_application {
	max-width: 320px;
	width: 100%;
	padding: 14px 35px 11px;
	color: #0f303f;
	background-color: #fff;
	border: 2px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.btn_application {
		padding: 11px 35px;
	}
}
.btn_application:hover, .btn_application:visited, .btn_application:focus {
	color: #0f303f;
}
.btn_application:after {
	color: #0069b7;
}
.btn_application .btn_body:before {
	display: inline-block;
	width: 33px;
	min-width: 33px;
	height: 30px;
	margin-top: -5px;
	margin-right: 8px;
	margin-left: -11px;
	background-image: url(/assets/img/icon-application--color.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.btn_application .btn_body:before {
		width: 26px;
		min-width: 26px;
		height: 24px;
		margin-top: -5px;
		margin-right: 8px;
		margin-left: -9px;
	}
}

.btn_plan .btn_body:before {
	width: 50px;
	min-width: 50px;
	height: 57px;
	margin-right: 20px;
	background-image: url(/assets/img/icon-plan.png);
}
@media only screen and (max-width: 768px) {
	.btn_plan .btn_body:before {
		width: 32px;
		min-width: 32px;
		height: 37px;
		margin-right: 15px;
	}
}

.btn_payment .btn_body:before {
	width: 62px;
	min-width: 62px;
	height: 62px;
	margin-right: 14px;
	background-image: url(/assets/img/icon-payment--brown.png);
}
@media only screen and (max-width: 768px) {
	.btn_payment .btn_body:before {
		width: 38px;
		min-width: 38px;
		height: 38px;
		margin-right: 11px;
	}
}

.btn_plan,
.btn_payment {
	display: flex;
	max-width: 420px;
	min-height: 90px;
	padding: 12px 35px 12px 25px;
	font-size: 1.25rem;
	line-height: 1.4;
	border-color: #cdd6dd;
	justify-content: flex-start;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.btn_plan,
.btn_payment {
		min-height: 60px;
		padding: 9px 30px 9px 15px;
		font-size: 1rem;
		line-height: 1.2857142857;
	}
}
.btn_plan:after,
.btn_payment:after {
	right: 14px;
	height: 18px;
	color: #0069b7;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.btn_plan:after,
.btn_payment:after {
		right: 7px;
		height: 14px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.btn_plan .ic_window,
.btn_payment .ic_window {
		right: 6px;
	}
}
.btn_plan .ic_window:after,
.btn_payment .ic_window:after {
	color: #0069b7;
}
.btn_plan .btn_body,
.btn_payment .btn_body {
	position: relative;
	display: flex;
	align-items: center;
}
.btn_plan .btn_body:before,
.btn_payment .btn_body:before {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.newsarea .btn_weak {
	display: inline-block;
	max-width: 350px;
	width: 100%;
	padding: 13px 15px;
}
@media only screen and (max-width: 768px) {
	.newsarea .btn_weak {
		max-width: 290px;
		padding: 12px 28px 12px 15px;
	}
}

.btn_large {
	max-width: 860px;
	padding: 15px 35px 17px;
	align-items: center;
	justify-content: center;
}
.btn.btn_anchor{
	background-color: #e2eff8;
	color: #0f303f;
	border: 1px solid #0069b7;
}

.btn.btn_anchor:after{
	color: #0069b7;
	transform: rotate(90deg);
	transition: bottom 0.3s;
}

@media only screen and (min-width: 769px) {
	.btn.btn_anchor:hover:after {
		bottom: -10px;
	}
}

.btn.js_auto_height_cols .btn_body {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ***************************
paint
*************************** */
.paint {
	padding: 0;
	border-radius: 8px;
}


.paint_body {
	padding: 40px;
	background-color: #e6ebee;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.paint_body {
		padding: 22px 20px;
	}
}

.paint_blue .paint_body {
	background-color: #e2eff8;
}

.paint_red .paint_body {
	background-color: #fbe0e3;
}

.paint_img .paint_body {
	text-align: center;
}

/* ***************************
frame
*************************** */
.frame {
	border: 2px solid #0069b7;
	border-radius: 8px;
	overflow: hidden;
}


.frame_red {
	border: 2px solid #f7afb5;
}
.frame_gray {
	border: 2px solid #a0b4bf;
}

.frame .frame_head {
	padding: 18px;
	background-color: #e2eff8;
}
@media only screen and (max-width: 768px) {
	.frame_head {
		padding: 8px 9px;
	}
}

.frame_red .frame_head {
	background-color: #fbe0e3;
}

.frame_gray .frame_head {
	background-color: #e6ebee;
}

.frame_head_title {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.frame_head_title {
		font-size: 1.2857142857rem;
		line-height: 1.7777777778;
	}
}

.frame_head .h_h2 {
	padding-bottom: 0px;
	border-bottom: none;
}

.frame_body {
	padding: 39px 38px 37px;
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.frame_body {
		padding: 18px 18px 16px;
	}
}

.frame_body_title {
	position: relative;
	margin-bottom: 22px;
	padding: 0;
	color: #0f303f;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	border: none;
}
@media only screen and (max-width: 768px) {
	.frame_body_title {
		margin-bottom: 6px;
		font-size: 1.2857142857rem;
		line-height: 1.7777777778;
	}
}


.border_block {
	border-bottom: #a0b4bf 1px dotted;
}
.text_line {
	border-bottom: #a0b4bf 1px solid;
}

/* ***************************
infoarea
*************************** */
.infoarea_inner {
	padding: 60px 100px;
	background-color: #f5f6f9;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.infoarea_inner {
		padding: 28px 10px;
	}
}

/* ***************************
btnarea
*************************** */

.btnarea_inner {
	display: flex;
	padding: 20px;
	justify-content: center;
	background-color: #e2eff8;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.btnarea_inner {
		padding: 20px 28px;
	}
}

/* ***************************
telarea
*************************** */

.telarea_inner {
	display: flex;
	padding: 32px 15px 26px;
	align-items: center;
	justify-content: center;
	background-color: #e2eff8;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.telarea_inner {
		padding: 16px 15px 20px;
		border: 2px solid #0069b7;
		border-radius: 8px;
		flex-direction: column;
	}
}

.telarea_title {
	margin-right: 42px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.telarea_title {
		margin-right: 0;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}

.telarea_number {
	position: relative;
	margin-top: 0;
	padding-left: 52px;
	white-space: nowrap;
}
@media only screen and (max-width: 768px) {
	.telarea_number {
		margin-top: 9px;
		padding-left: 44px;
	}
}
.telarea_number:before {
	position: absolute;
	top: -5px;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 39px;
	height: 39px;
	margin: auto;
	background-image: url(/assets/img/icon-tel--color.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.telarea_number:before {
		top: 5px;
		width: 36px;
		height: 36px;
		background-image: url(/assets/img/icon-tel--circle.png);
	}
}

.telarea_number_link {
	display: inline-block;
	color: #0f303f;
	font-size: 2.375rem;
	line-height: 1.1052631579;
	font-weight: 700;
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	.telarea_number_link {
		font-size: 1.7857142857rem;
		line-height: 1.44;
		pointer-events: auto;
	}
}
.telarea_number_link:hover, .telarea_number_link:visited {
	color: #0f303f;
}

/* ***************************
ic_tel
*************************** */
.ic_tel_0 {
	padding-left: 40px !important;
}
.ic_tel_1 {
	background: url(/assets/img/ic_freedial.gif) no-repeat 0 0.1em !important;
	padding-left: 40px !important;
}
.ic_tel_2 {
	background: url(/assets/img/ic_freecall.gif) no-repeat 0 0.1em !important;
	padding-left: 40px !important;
}
.ic_tel_3 {
	background: url(/assets/img/ic_tele.gif) no-repeat 0 0.1em !important;
	padding-left: 40px !important;
}
.ic_tel_4 {
	background: url(/assets/img/ic_navidial.gif) no-repeat 0 0.1em !important;
	padding-left: 40px !important;
}

span.opt_inline {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/* アイコン打ち消しクラス */
.ic_none,
.link_list li.ic_none {
	background: none !important;
	background-image: none !important;
	padding-left: 32px;
}

.ic_none,
.link_list li.ic_none:before {
	background: none !important;
	background-image: none !important;
	padding-left: 32px;
}

.ic_none_h,
.link_list li.ic_none_h {
	background: none !important;
	background-image: none !important;
	padding-left: 16px;
}

.ic_none_h,
.link_list li.ic_none_h:before {
	background: none !important;
	background-image: none !important;
	padding-left: 16px;
}

.sp_tel.ic_none {
	padding-left: 0px !important;
}

.common_list .ic_none:before {
	content: none !important;
}
.common_s_list .ic_none:before {
	content: none !important;
}
.decimal_list .ic_none {
	list-style-type: none !important;
}
.decimal_list_brackets .ic_none:before {
	content: none !important;
}
.decimal_list_roman .ic_none {
	list-style-type: none !important;
}
.decimal_list_circle .ic_none:before {
	content: none !important;
}

@media screen and (max-width: 767px) {
	.ic_tel_0 {
		padding-left: 40px !important;
		margin-left: 0;
	}
	.ic_tel_1 {
		background: url(/assets/img/ic_freedial.gif) no-repeat 0 0.1em !important;
		padding-left: 40px !important;
		margin-left: 0;
	}
	.ic_tel_2 {
		background: url(/assets/img/ic_freecall.gif) no-repeat 0 0.1em !important;
		padding-left: 40px !important;
		margin-left: 0;
	}
	.ic_tel_3 {
		background: url(/assets/img/ic_tele.gif) no-repeat 0 0.1em !important;
		padding-left: 40px !important;
		margin-left: 0;
	}
	.ic_tel_4 {
		background: url(/assets/img/ic_navidial.gif) no-repeat 0 0.1em !important;
		padding-left: 40px !important;
		margin-left: 0;
	}
	.sp_tel {
	background: url(/assets/img/sp/ic_tel.png) no-repeat 0 0.2em !important;
	padding-left: 20px !important;
	background-size: 15px 15px !important;
	white-space: nowrap;
	}

/* font_90指定時 */
	.font_90.sp_tel,
	.font_90 .sp_tel {
		background-position: 0 0.3em !important;
		background-size: 12px 12px !important;
	}

/* font_110指定時 */
	.font_110.sp_tel,
	.font_110 .sp_tel {
		background-position: 0 0.28em !important;
	}

/* font_120指定時 */
	.font_120.sp_tel,
	.font_120 .sp_tel {
		background-position: 0 0.32em !important;
	}

/* インライン要素に指定時 */
/* 通常フォントサイズ想定 */
	a:not(.display_block):not(.opt_inline).sp_tel,
	span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.1em !important;
	}

/* font_90指定時 */
	a:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.font_90 a:not(.display_block):not(.opt_inline).sp_tel,
	span:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.font_90 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.16em !important;
	}

/* font_110指定時 */
	a:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.font_110 a:not(.display_block):not(.opt_inline).sp_tel,
	span:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.font_110 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.1em !important;
	}

/* font_120指定時 */
	a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.15em !important;
	}

/* table内で使用時 */
/* opt_complex指定時 */
	.opt_complex {
		font-size: 70%;
	}
	.opt_complex_ex {
		font-size: 60%;
	}
	table.opt_complex {
		min-width: initial;
	}

	table.opt_complex .sp_tel {
		background-position: 0 0.2em !important;
		background-size: 10px 10px !important;
	}

	table.opt_complex .font_90.sp_tel,
	table.opt_complex .font_90 .sp_tel {
		background-position: 0 0.4em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

	table.opt_complex .font_120.sp_tel,
	table.opt_complex .font_120 .sp_tel {
		background-position: 0 0.25em !important;
	}

/* opt_complex_ex指定時 */
	table.opt_complex_ex .sp_tel {
		background-position: 0 0.22em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

/* font_90指定時 */
	table.opt_complex_ex .font_90.sp_tel,
	table.opt_complex_ex .font_90 .sp_tel {
		background-position: 0 0.26em !important;
		background-size: 6px 6px !important;
		padding-left: 10px !important;
	}

/* font_110指定時 */
	table.opt_complex_ex .font_110.sp_tel,
	table.opt_complex_ex .font_110 .sp_tel {
		background-position: 0 0.38em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

/* font_120指定時 */
	table.opt_complex_ex .font_120.sp_tel,
	table.opt_complex_ex .font_120 .sp_tel {
		background-position: 0 0.34em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

/* table インライン要素設定時 */
/* opt_complex指定時 */
	table.opt_complex a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.25em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

	table.opt_complex a:not(.display_block):not(.opt_inline).font_90.sp_tel,
	table.opt_complex .font_90 a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex span:not(.display_block):not(.opt_inline).font_90.sp_tel,
	table.opt_complex .font_90 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.18em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

	table.opt_complex a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	table.opt_complex .font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	table.opt_complex .font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.18em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

/* opt_complex_ex指定時 */
	table.opt_complex_ex a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex_ex span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.19em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

	table.opt_complex_ex a:not(.display_block):not(.opt_inline).font_90.sp_tel,
	table.opt_complex_ex .font_90 a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex_ex span:not(.display_block):not(.opt_inline).font_90.sp_tel,
	table.opt_complex_ex .font_90 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.19em !important;
		background-size: 6px 6px !important;
		padding-left: 10px !important;
	}

/* font_110指定時 */
	table.opt_complex_ex a:not(.display_block):not(.opt_inline).font_110.sp_tel,
	table.opt_complex_ex .font_110 a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex_ex span:not(.display_block):not(.opt_inline).font_110.sp_tel,
	table.opt_complex_ex .font_110 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.19em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

/* font_120指定時 */
	table.opt_complex_ex a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	table.opt_complex_ex .font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	table.opt_complex_ex span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	table.opt_complex_ex .font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.15em !important;
		background-size: 8px 8px !important;
		padding-left: 15px !important;
	}

	table.blue_table.opt_responsive,
	table.gray_table.opt_responsive {
		min-width: initial;
	}
	table.opt_responsive th,
	table.opt_responsive td {
		display: block;
		float: left;
		clear: both;
	}
	table.opt_responsive .no_border_left {
		border-left-style: solid !important;
	}
	table.opt_responsive .no_border_bottom {
		border-bottom-style: solid !important;
	}
	table.opt_1 .light_blue_col {
    background: #fff !important;
	}

/* ここからiOS。ずれのあるものだけ修正（全体の再定義はなし） */
	.ua_ios .sp_tel {
		background-position: 0 0.25em !important;
	}

/* font_90指定時 */
	.ua_ios .font_90.sp_tel,
	.ua_ios .font_90 .sp_tel {
		background-position: 0 0.45em !important;
		background-size: 10px 10px !important;
	}

/* font_120指定時 */
	.ua_ios .font_120.sp_tel,
	.ua_ios .font_120 .sp_tel {
		background-position: 0 0.35em !important;
	}

/* table内で使用時 */
/* opt_complex指定時 */
	.ua_ios table.opt_complex .sp_tel {
		background-position: 0 0.3em !important;
	}

	.ua_ios table.opt_complex .font_90.sp_tel,
	.ua_ios table.opt_complex .font_90 .sp_tel {
		background-position: 0 0.3em !important;
	}

	.ua_ios table.opt_complex .font_110.sp_tel,
	.ua_ios table.opt_complex .font_110 .sp_tel {
		background-position: 0 0.3em !important;
	}

	.ua_ios table.opt_complex .font_120.sp_tel,
	.ua_ios table.opt_complex .font_120 .sp_tel {
		background-position: 0 0.3em !important;
	}

/* opt_complex_ex指定時 */
	.ua_ios table.opt_complex_ex .sp_tel {
		background-position: 0 0.12em !important;
	}

/* font_90指定時 */
	.ua_ios table.opt_complex_ex .font_90.sp_tel,
	.ua_ios table.opt_complex_ex .font_90 .sp_tel {
		background-position: 0 0.3em !important;
	}

/* font_110指定時 */
	.ua_ios table.opt_complex_ex .font_110.sp_tel,
	.ua_ios table.opt_complex_ex .font_110 .sp_tel {
		background-position: 0 0.3em !important;
	}

/* font_120指定時 */
	.ua_ios table.opt_complex_ex .font_120.sp_tel,
	.ua_ios table.opt_complex_ex .font_120 .sp_tel {
		background-position: 0 0.3em !important;
	}

/* インライン要素に指定時 */
/* 通常フォントサイズ想定 */
	.ua_ios a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.08em !important;
	}

/* font_90指定時 */
	.ua_ios a:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.ua_ios .font_90 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios span:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.ua_ios .font_90 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.18em !important;
	}

/* font_120指定時 */
	.ua_ios a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios .font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios .font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.08em !important;
	}

/* table内で使用時 */
/* opt_complex指定時 */
	.ua_ios table.opt_complex a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.18em !important;
	}

/* font_90指定時 */
	.ua_ios table.opt_complex a:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.ua_ios table.opt_complex .font_90 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex span:not(.display_block):not(.opt_inline).font_90.sp_tel,
	.ua_ios table.opt_complex .font_90 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.1em !important;
	}

/* font_110指定時 */
	.ua_ios table.opt_complex a:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.ua_ios table.opt_complex .font_110 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex span:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.ua_ios table.opt_complex .font_110 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.15em !important;
	}

/* font_120指定時 */
	.ua_ios table.opt_complex a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios table.opt_complex .font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios table.opt_complex .font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.2em !important;
	}

/* font_110指定時 */
	.ua_ios table.opt_complex_ex a:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.ua_ios table.opt_complex_ex .font_110 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex_ex span:not(.display_block):not(.opt_inline).font_110.sp_tel,
	.ua_ios table.opt_complex_ex .font_110 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.15em !important;
	}

/* font_120指定時 */
	.ua_ios table.opt_complex_ex a:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios table.opt_complex_ex .font_120 a:not(.display_block):not(.opt_inline).sp_tel,
	.ua_ios table.opt_complex_ex span:not(.display_block):not(.opt_inline).font_120.sp_tel,
	.ua_ios table.opt_complex_ex .font_120 span:not(.display_block):not(.opt_inline).sp_tel {
		background-position: 0 0.15em !important;
	}

/* アイコン打ち消しクラス */
	.ic_none,
	.link_list li.ic_none {
		background: none !important;
		background-image: none !important;
	}
	.ic_none,
	.link_list li.ic_none:before {
		background: none !important;
		background-image: none !important;
	}
	.sp_tel.ic_none,
	.link_list li.sp_tel.ic_none {
		padding-left: 0 !important;
	}
	.sp_tel.word_break {
		white-space: normal;
	}
}

/* ***************************
scrollTable
*************************** */
.scrollabletable {
	position: relative;
	overflow: auto;
}



/* ***************************
figure
*************************** */
.figure {
	text-align: center;
}

/* ***************************
imglink
*************************** */
.imglink {
	display: inline-block;
	overflow: hidden;
}

.imglink img {
	width: 100%;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.imglink img[width] {
	width: initial;
}

@media only screen and (min-width: 769px) {
	.imglink:hover img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
		-webkit-transform-origin: center;
						transform-origin: center;
	}
}

/* ***************************
movie
*************************** */
.movie {
	text-align: center;
}

.movie_iframe {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
.movie_iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.movie_link {
	display: inline-block;
}

.movie_text {
	display: block;
}

.movie_text .linkicon {
	padding-right: 5px;
}
.movie_text .linkicon:after {
	margin-right: 0;
}

/* ***************************
underpagetitle
*************************** */
.underpagetitle {
	padding-bottom: 20px;
	font-size: 2.125rem;
	line-height: 1.4117647059;
	font-weight: 500;
	border-bottom: 2px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.underpagetitle {
		padding-bottom: 17px;
		font-size: 1.7857142857rem;
		line-height: 1.28;
	}
}

/* ***************************
localnavi
*************************** */
.local_navi {
	display: none;
}
.local_navi.done {
	display: block;
}

/* ***************************
quicklink
*************************** */
.quicklink {
	display: none;
}

.main_middle_side:has(.local_navi.done) .quicklink{
	display: block;
}


.quicklink + .quicklink {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.quicklink + .quicklink {
		margin-top: 8px;
	}
}

.quicklink_item + .quicklink_item {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.quicklink_item + .quicklink_item {
		margin-top: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.quicklink_body {
		padding: 0 15px;
	}
}

.quicklink_item {
	display: flex;
	max-width: 345px;
	margin: 0 auto;
	padding-left: 0;
}
.quicklink_item:before {
	content: none;
}

@media only screen and (max-width:768px){
	.quicklink_item {
		max-width: 100%;
	}
}

.quicklink_item_link {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 72px;
	padding: 10px 30px 10px 25px ;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	align-items: center;
	background-color: #fff;
	border: 2px solid #cdd6dd;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.quicklink_item_link {
		min-height: 60px;
		padding: 8px 30px 8px 10px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.quicklink_item_link:hover, .quicklink_item_link:visited {
	color: #0f303f;
}
.quicklink_item_link:after {
	position: absolute;
	top: 0;
	right: 9px;
	bottom: 0;
	width: 10px;
	height: 14px;
	margin: auto;
	color: #0069b7;
	font-size: 14px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.quicklink_item_link:after {
		right: 7px;
		height: 14px;
		font-size: 14px;
	}
}
.quicklink_item_link:hover:after {
	text-decoration: underline;
}
.quicklink_item_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.quicklink_item_link:hover:after {
		right: 4px;
	}
}

a.quicklink_item_link[target="_blank"]:after {
	content: none;
}
.quicklink_item_link .ic_window {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto;
}
.quicklink_item_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.quicklink_item_link .ic_window:after {
		font-size: 14px;
	}
}

.quicklink_item_body {
	display: block;
	padding-left: 10px;
}
@media only screen and (max-width: 768px) {
	.quicklink_item_body {
		padding-left: 20px;
	}
}
.quicklink_item_body:before {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}


/* ***************************
mainvisual
*************************** */
.mainvisual {
	margin: 0 auto;
	padding: 6px 10px 0;
	background-image: linear-gradient(to bottom, #0069b7 6%, #e2eff8 100%);
}
@media only screen and (max-width: 768px) {
	.mainvisual {
		padding: 0;
	}
}

.mainvisual_inner {
	position: relative;
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	overflow: visible;
}
.mainvisual_inner:before {
	right: 100%;
	border-right: 6px solid;
}
.mainvisual_inner:after {
	left: 100%;
	border-left: 6px solid;
}
.mainvisual_inner:before, .mainvisual_inner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.36);
	-o-border-image: linear-gradient(to bottom, #0069b7 6%, #e2eff8 100%);
		 border-image: linear-gradient(to bottom, #0069b7 6%, #e2eff8 100%);
	border-image-repeat: stretch;
	border-image-slice: 6;
	content: "";
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.mainvisual_inner:before, .mainvisual_inner:after {
		content: none;
	}
}

@media only screen and (max-width: 768px) {
	.mainvisual_list {
		order: 1;
		margin-bottom: 50px;
	}
	.mainvisual_list:has(+ button) {
		margin-bottom: 0px;
	}
}

.mainvisual_item {
	margin-top: 0;
	padding: 0;
	background-color: #fff;
}
.mainvisual_item:before {
	content: none;
}

.mainvisual_item_link {
	display: block;
	transition: opacity 0.3s;
}
.mainvisual_item_link:hover {
	opacity: 0.85;
}

.mainvisual_control {
	position: absolute;
	bottom: 10px;
	left: 50%;
	display: flex;
	padding: 6px 12px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	align-items: center;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.mainvisual_control {
		position: static;
		width: 100%;
		padding: 13px 40px 18px;
		justify-content: center;
		background-color: #e2eff8;
		background-image: linear-gradient(to bottom, #fff, #e2eff8);
		border-radius: 0;
		-webkit-transform: none;
						transform: none;
		order: 2;
	}
}

.mainvisual_control_btn {
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 0%;
	line-height: 0;
}
.mainvisual_control_btn:before, .mainvisual_control_btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 13px;
	margin: auto;
	background-color: #0069b7;
	content: "";
}
.mainvisual_control_btn:before {
	left: 4px;
}
.mainvisual_control_btn:after {
	right: 4px;
}
.mainvisual_control_btn.is-paused:before {
	content: none;
}
.mainvisual_control_btn.is-paused:after {
	background-color: transparent;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #0069b7;
}

.mainvisual_pagination {
	position: static;
	display: flex;
	align-items: center;
}
.mainvisual_pagination:after {
	width: 1px;
	height: 18px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #707070;
	content: "";
}
@media only screen and (max-width: 768px) {
	.mainvisual_pagination:after {
		margin-right: 14px;
		margin-left: 15px;
	}
}

.mainvisual_pagination_item {
	display: flex;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding-left: 0;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.mainvisual_pagination_item {
		margin: 0 4px;
	}
}
.mainvisual_pagination_item:before {
	content: none;
}

.mainvisual_pagination_body {
	width: 12px;
	height: 12px;
	font-size: 0%;
	line-height: 0;
	background-color: #fff;
	border: 1px solid #0069b7;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.mainvisual_pagination_body {
		width: 11px;
		height: 11px;
	}
}
.mainvisual_pagination_item.is-active .mainvisual_pagination_body {
	background-color: #00a63c;
	border-color: #fff;
}

.mainvisual_arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 46px;
	height: 46px;
	margin: auto;
	font-size: 0%;
	line-height: 0;
	background-color: #fff;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow {
		top: auto;
		bottom: 18px;
		width: 20px;
		height: 20px;
		margin: 0;
		background-color: transparent;
		border-radius: 0;
	}
}
.mainvisual_arrow:after {
	color: #0069b7;
	font-size: 22px;
	line-height: 1;
	content: "\e900";
	transition: margin 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow:after {
		font-size: 18px;
	}
}

.mainvisual_arrow_next {
	right: -21px;
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow_next {
		right: 18px;
	}
}
.mainvisual_arrow_next:after {
	margin-left: 4px;
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow_next:after {
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px) {
	.mainvisual_arrow_next:hover:after {
		margin-left: 20px;
	}
}

.mainvisual_arrow_prev {
	left: -19px;
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow_prev {
		left: 18px;
	}
}
.mainvisual_arrow_prev:after {
	margin-right: 4px;
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
	.mainvisual_arrow_prev:after {
		margin-right: 0;
	}
}
@media only screen and (min-width: 769px) {
	.mainvisual_arrow_prev:hover:after {
		margin-right: 20px;
	}
}

.mainvisual_secondlayer {
	padding: 0 10px;
	background-image: none;
}
@media only screen and (max-width: 768px) {
	.mainvisual_secondlayer {
		padding: 0;
	}
}
.mainvisual_secondlayer .mainvisual_inner {
	max-width: 750px;
	margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
	.mainvisual_secondlayer .mainvisual_inner {
		margin-bottom: 0;
	}
}
.mainvisual_secondlayer .mainvisual_inner:before {
	border-right: 2px solid #fff;
}
.mainvisual_secondlayer .mainvisual_inner:after {
	border-left: 2px solid #fff;
}
.mainvisual_secondlayer .mainvisual_inner:before,
.mainvisual_secondlayer .mainvisual_inner:after {
	background-color: rgba(0, 0, 0, 0.55);
	-o-border-image: none;
		 border-image: none;
}
@media only screen and (min-width: 769px) {
	.mainvisual_secondlayer .mainvisual_arrow_next {
		right: -26px;
	}
}
@media only screen and (min-width: 769px) {
	.mainvisual_secondlayer .mainvisual_arrow_prev {
		left: -24px;
	}
}
.mainvisual_secondlayer .mainvisual_control {
	bottom: -37px;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
}

/* ***************************
emergencyinfo
*************************** */
.emergencyinfo {
	padding: 13px 15px 16px;
	background-color: #dc000c;
}
@media only screen and (max-width: 768px) {
	.emergencyinfo {
		padding: 15px;
	}
}

.emergencyinfo_inner {
	max-width: 1200px;
	margin: auto;
}

.emergencyinfo_item {
	padding: 40px 60px 46px;
	background-color: #fff;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.emergencyinfo_item {
		padding: 24px 23px 28px;
	}
}

.emergencyinfo_head {
	position: relative;
	margin: 0;
	padding: 0 0 0 93px;
	color: #dc000c;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	border: none;
}
@media only screen and (max-width: 768px) {
	.emergencyinfo_head {
		padding-left: 0;
		font-size: 1.1428571429rem;
		line-height: 1.5;
	}
}
.emergencyinfo_head:before {
	position: absolute;
	top: 3px;
	left: 2px;
	display: inline-block;
	color: #dc000c;
	font-size: 60px;
	line-height: 1;
	content: "\e903";
}
@media only screen and (max-width: 768px) {
	.emergencyinfo_head:before {
		position: static;
		display: block;
		margin-bottom: 10px;
		font-size: 38px;
		text-align: center;
	}
}

.emergencyinfo_body {
	padding-left: 94px;
}
@media only screen and (max-width: 768px) {
	.emergencyinfo_body {
		padding-left: 0;
	}
}

.emergencyinfo_text {
	font-size: 1rem;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.emergencyinfo_text {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.emergencyinfo_links {
	padding: 0;
	background: none;
}

@media only screen and (max-width: 768px) {
	.emergencyinfo_links li {
		font-size: 1rem;
		line-height: 1.5;
	}
	.emergencyinfo_links > li{
		margin-bottom: 10px;
	}
}

.emergencyinfo_links li a {
	color: #0069b7;
	font-weight: 700;
	display: block;
}
.emergencyinfo_links li a:hover, .emergencyinfo_links li a:visited {
	color: #0069b7;
}

_::-webkit-full-page-media, _:future, :root .emergencyinfo_links li:before {
	top: 0.2em;
}

@media only screen and (max-width: 768px) {
	_::-webkit-full-page-media, _:future, :root .emergencyinfo_links li:before {
		top: 0.1em;
	}
}
/* ***************************
section
*************************** */
.section_inner {
	max-width: 1210px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.section_title {
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 2.125rem;
	line-height: 1.2352941176;
	border-bottom: 2px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.section_title {
		padding-bottom: 14px;
		font-size: 1.7857142857rem;
		line-height: 1.52;
	}
}
.section_title:before, .section_title:after {
	content: none;
}

.section_rss {
	display: block;
	margin-top: 30px;
}

.section_rss_link {
	display: flex;
	align-items: center;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.section_rss_link:hover {
		text-decoration: underline;
	}
}
.section_rss_link:hover, .section_rss_link:visited {
	color: #0f303f;
}
.section_rss_link:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 9px;
	background-color: transparent;
	background-image: url(/assets/img/icon-rss.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	content: "";
}
@media only screen and (max-width: 768px) {
	.section_rss_link:before {
		margin-top: -1px;
		margin-right: 8px;
	}
}

.section_pickup {
	background-color: #0069b7;
}
.section_pickup .section_inner {
	padding-top: 30px;
	padding-bottom: 43px;
}

.section_service .section_inner {
	padding-top: 104px;
	padding-bottom: 52px;
}
@media only screen and (max-width: 768px) {
	.section_service .section_inner {
		padding-top: 59px;
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 768px) {
	.section_service .section_body {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.section_service .section_foot {
	padding: 30px 40px;
	background-color: #e2eff8;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.section_service .section_foot {
		margin-left:-15px;
		margin-right: -15px;
		padding: 21px 22px 24px;
	}
}

.section_corporate {
	background-color: #e2eff8;
}
.section_corporate .section_inner {
	padding-top: 60px;
	padding-bottom: 52px;
}
@media only screen and (max-width: 768px) {
	.section_corporate .section_inner {
		padding-top: 38px;
		padding-bottom: 34px;
	}
}
.section_corporate .section_title {
	padding: 0;
	font-size: 1.875rem;
	line-height: 1.4;
	border: none;
}
@media only screen and (max-width: 768px) {
	.section_corporate .section_title {
		font-size: 1.5714285714rem;
		line-height: 1.6818181818;
	}
}

.section_news .section_inner {
	margin: 0;
	padding: 0;
}
.section_news .section_title {
	display: flex;
	padding: 0 10px 9px 0;
	justify-content: space-between;
	font-size: 1.875rem;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
	.section_news .section_title {
		padding-right: 0;
		padding-bottom: 13px;
		font-size: 1.5714285714rem;
		line-height: 1.4545454545;
	}
}

.section_news .section_foot {
	text-align: center;
}

.section_topics .section_inner {
	max-width: none;
	padding-top: 52px;
	padding-bottom: 98px;
}
@media only screen and (max-width: 768px) {
	.section_topics .section_inner {
		padding-top: 35px;
		padding-bottom: 58px;
	}
}
.section_topics .section_body {
	margin-right: auto;
	margin-left: auto;
}

.section_recommend .section_body {
	margin-right: auto;
	margin-left: auto;
}

.section_recommend .section_foot {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2eff8;
}

.section_topics .section_inner,
.section_recommend .section_inner {
	max-width: none;
}
.section_topics .section_head,
.section_recommend .section_head {
	max-width: 1180px;
	margin: 0 auto;
}
.section_topics .section_body,
.section_recommend .section_body {
	max-width: 1180px;
	overflow: visible;
}

.section_links .section_foot {
	padding: 30px 40px;
	background-color: #e2eff8;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.section_links .section_foot {
		margin-left:-15px;
		margin-right: -15px;
		padding: 21px 22px 24px;
	}
}



/* ***************************
servicetab
*************************** */
.servicetab_tab {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #0069b7;
}
@media only screen and (max-width: 768px) {
	.servicetab_tab {
		padding: 0 17px;
		border-bottom-width: 4px;
	}
}

.servicetab_tab_item {
	width: 100%;
	max-width: 580px;
	margin-top: 0;
	padding: 0;
}
.servicetab_tab_item:before {
	content: none;
}
.servicetab_tab_item + .servicetab_tab_item {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.servicetab_tab_item + .servicetab_tab_item {
		margin-left: 10px;
	}
}

.servicetab_tab_btn {
	width: 100%;
	height: 100%;
	padding: 14px 15px;
	color: #0069b7;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #fff;
	border-color: #0069b7;
	border-style: solid;
	border-radius: 8px 8px 0 0;
	border-width: 2px 2px 0 2px;
	text-align: center;
	transition: color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
	.servicetab_tab_btn {
		padding: 16px 10px 21px;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
	}
}
.servicetab_tab_btn:hover, .servicetab_tab_btn.is-active {
	color: #fff;
	background-color: #0069b7;
}

.servicetab_body_item {
	padding: 40px 40px 30px;
	background-color: #e2eff8;
}
@media only screen and (max-width: 768px) {
	.servicetab_body_item {
		padding: 20px 15px;
	}
}
.servicetab_body_item:not(.is-shown) {
	display: none;
}

/* ***************************
servicecolumn
*************************** */
.servicecolumn {
	display: flex;
	margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
	.servicecolumn {
		display: block;
		margin: 0;
	}
}

.servicecolumn_item {
	width: 50%;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.servicecolumn_item {
		width: 100%;
		padding: 0;
	}
}


/* ***************************
servicelinks
*************************** */
.servicelinks {
	height: 100%;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.servicelinks {
		padding: 7px 7px 5px;
	}
}

.servicelinks_head {
	margin: 0;
	padding: 0;
	border: none;
}

.servicelinks_head_link {
	position: relative;
	display: flex;
	padding: 14px 45px 11px 28px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.2916666667;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	background-color: #0895c8;
	border-radius: 8px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.servicelinks_head_link {
		padding: 12px 45px 13px 25px;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
		border-radius: 5px;
	}
}
.servicelinks_head_link:hover, .servicelinks_head_link:visited {
	color: #fff;
}
.servicelinks_head_link:after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.servicelinks_head_link:after {
		right: 9px;
		height: 14px;
		font-size: 14px;
	}
}
.servicelinks_head_link:hover:after {
	text-decoration: underline;
}
.servicelinks_head_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.servicelinks_head_link:hover:after {
		right: 15px;
	}
}

a.servicelinks_head_link[target="_blank"]:after {
	content: none;
}
.servicelinks_head_link .ic_window {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.servicelinks_head_link .ic_window {
		right: 8px;
	}
}
.servicelinks_head_link .ic_window:after {
	margin-left: 0;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.servicelinks_head_link .ic_window:after {
		font-size: 14px;
	}
}

.servicelinks_head_icon {
	width: 21px;
	min-width: 21px;
	margin-right: 12px;
}
@media only screen and (min-width: 769px) {
	.servicelinks_head_icon {
		width: 32px;
		min-width: 32px;
		margin-right: 14px;
	}
}

.servicelinks_head_text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servicelinks_electricity .servicelinks_head_link {
	background-color: #ac8300;
}

.servicelinks_body {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.servicelinks_body {
		margin-top: 0;
	}
}

.servicelinks_body_item {
	margin-top: 0;
	padding-left: 0;
	border-bottom: 1px solid #cdd6dd;
}
.servicelinks_body_item:before {
	content: none;
}
.servicelinks_body_item:last-of-type {
	border-bottom: none;
}

.servicelinks_body_link {
	position: relative;
	display: flex;
	padding: 19px 50px 21px 100px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.servicelinks_body_link {
		padding: 16px 25px 16px 55px;
		font-size: 1rem;
		line-height: 1.1428571429;
	}
}
@media only screen and (min-width: 769px) {
	.servicelinks_body_link:hover {
		text-decoration: underline;
	}
}
.servicelinks_body_link:hover, .servicelinks_body_link:visited {
	color: #0f303f;
}
.servicelinks_body_link:after {
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.servicelinks_body_link:after {
		right: 8px;
		height: 14px;
		font-size: 14px;
	}
}
.servicelinks_body_link:hover:after {
	text-decoration: underline;
}
.servicelinks_body_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.servicelinks_body_link:hover:after {
		right: 14px;
	}
}

a.servicelinks_body_link[target="_blank"]:after {
	content: none;
}
.servicelinks_body_link .ic_window {
	position: absolute;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.servicelinks_body_link .ic_window {
		right: 8px;
	}
}
.servicelinks_body_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.servicelinks_body_link .ic_window:after {
		font-size: 14px;
	}
}

.servicelinks_body_icon {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	display: flex;
	width: auto;
	max-width: 34px;
	margin: auto 0;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.servicelinks_body_icon {
		left: 32px;
		width: 50px;
		max-width: 50px;
	}
}

/* ***************************
servicepanels
*************************** */
.servicepanels_list {
	display: flex;
	margin: -10px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.servicepanels_list {
		display: block;
		margin: 0;
	}
}

.servicepanels_item {
	display: flex;
	width: 33.33333%;
	margin-top: 0;
	padding: 10px;
}
@media only screen and (max-width: 768px) {
	.servicepanels_item {
		width: 100%;
		padding: 0;
	}
}
.servicepanels_item:before {
	content: none;
}
@media only screen and (max-width: 768px) {
	.servicepanels_item + .servicepanels_item {
		margin-top: 10px;
	}
}

.servicepanels_item_link {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 80px;
	padding: 15px 45px 15px 85px;
	align-items: center;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #fff;
	border-radius: 8px;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.servicepanels_item_link {
		width: 100%;
		min-height: 55px;
		padding: 9px 35px 9px 62px;
		font-size: 1rem;
		line-height: 1.2857142857;
	}
}
.servicepanels_item_link:hover, .servicepanels_item_link:visited {
	color: #0f303f;
}
.servicepanels_item_link:after {
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.servicepanels_item_link:after {
		right: 14px;
		height: 14px;
		font-size: 14px;
		transition: none;
	}
}
.servicepanels_item_link:hover:after {
	text-decoration: underline;
}
.servicepanels_item_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.servicepanels_item_link:hover:after {
		right: 7px;
	}
}

a.servicepanels_item_link[target="_blank"]:after {
	content: none;
}
.servicepanels_item_link .ic_window {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.servicepanels_item_link .ic_window {
		right: 10px;
	}
}
.servicepanels_item_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.servicepanels_item_link .ic_window:after {
		font-size: 14px;
	}
}

.servicepanels_item_icon {
	position: absolute;
	top: 0;
	left: 18px;
	bottom: 0;
	display: flex;
	width: auto;
	max-width: 34px;
	margin: auto 0;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.servicepanels_item_icon {
		left: 19px;
		width: 50px;
		max-width: 50px;
	}
}

/* ***************************
topics
*************************** */
.topics {
	overflow: visible;
}

.topics_body {
	display: flex;
	width: auto;
	margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
	.topics_body {
		margin: 0 -7px 0 -8px;
	}
}

.topics_item {
	width: 33.33333%;
	max-width: 400px;
	margin-top: 0;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.topics_item {
		width: auto;
		max-width: 294px;
		padding: 0 7px 0 8px;
	}
}
.topics_item:before {
	content: none;
}

.topics_item_link {
	display: block;
}
.topics_item_link:hover {
	text-decoration: none;
}

.topics_item_link .ic_window:after {
	display: inline-block;
	text-decoration: none;
}

.topics_item_title {
	position: relative;
	margin-top: 13px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.topics_item_title {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}

.topics_secondlayer .topics_item_title:after {
	display: block;
	width: 50px;
	height: 1px;
	margin-top: 7px;
	background-color: #00a63c;
	content: "";
}
@media only screen and (max-width: 768px) {
	.topics_secondlayer .topics_item_title:after {
		width: 60px;
		margin-top: 14px;
	}
}

.topics_item_text {
	margin-top: 15px;
	color: #0f303f;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	font-weight: 500;
	order: 3;
}
@media only screen and (max-width: 768px) {
	.topics_item_text {
		font-size: 0.8571428571rem;
		line-height: 1.5;
	}
}

.topics_item_img {
	border: 1px solid #cdd6dd;
	border-radius: 8px;
	overflow: hidden;
}
.topics_item_img img {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (min-width: 769px) {
	.topics_item_link:hover .topics_item_title {
		text-decoration: underline;
	}
}
@media only screen and (min-width: 769px) {
	.topics_item_link:hover .topics_item_img img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
		-webkit-transform-origin: center;
						transform-origin: center;
	}
}

.topics_secondlayer .topics_item_link:hover .topics_item_title {
	text-decoration: none;
}

.topics_control {
	display: none;
	margin-top: 48px;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.topics_control {
		margin-top: 27px;
	}
}
.swiper-container-initialized .topics_control {
	display: flex;
}

.topics_pagination {
	position: static;
	display: flex;
	margin-top: 0;
	align-items: center;
	order: 2;
}

.topics_pagination_item {
	display: flex;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding-left: 0;
	align-items: center;
	justify-content: center;
}
.topics_pagination_item:before {
	content: none;
}

.topics_pagination_body {
	width: 12px;
	height: 12px;
	font-size: 0%;
	line-height: 0;
	background-color: #fff;
	border: 1px solid #0069b7;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.topics_pagination_body {
		width: 11px;
		height: 11px;
	}
}
.topics_pagination_item.is-active .topics_pagination_body {
	background-color: #00a63c;
	border-color: #00a63c;
}

.topics_arrow {
	position: static;
	width: 20px;
	height: 20px;
	margin-top: 0;
	font-size: 0%;
	line-height: 0;
}
.topics_arrow:after {
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
}

.topics_arrow_next {
	margin-left: 62px;
	order: 3;
}
@media only screen and (max-width: 768px) {
	.topics_arrow_next {
		margin-left: 54px;
	}
}
.topics_arrow_next:after {
	margin-left: 4px;
}

.topics_arrow_prev {
	margin-right: 62px;
	order: 1;
}
.topics_arrow_prev:after {
	margin-right: 4px;
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.swiper-container-initialized .topics_body {
	margin: 0;
}
.swiper-container-initialized .topics_item {
	max-width: 380px;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.swiper-container-initialized .topics_item {
		max-width: 279px;
	}
}

/* ***************************
corporate
*************************** */
.corporate {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.corporate {
		margin: 0 -5px 0 -6px;
	}
}

.corporate_item {
	width: 25%;
	margin-top: 0;
	padding: 10px;
}
@media only screen and (max-width: 768px) {
	.corporate_item {
		width: 50%;
		padding: 5px 5px 6px 6px;
	}
}
.corporate_item:before {
	content: none;
}

.corporate_item_link {
	display: block;
	height: 100%;
	color: #0f303f;
	background-color: #fff;
	border-radius: 8px;
	text-decoration: none;
	overflow: hidden;
}
@media only screen and (min-width: 769px) {
	.corporate_item_link:hover {
		text-decoration: underline;
	}
}
.corporate_item_link:hover, .corporate_item_link:visited {
	color: #0f303f;
}

.corporate_item_img {
	border: 1px solid #cdd6dd;
	border-radius: 8px;
	overflow: hidden;
}
.corporate_item_img img {
	width: 100%;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (min-width: 769px) {
	.corporate_item_link:hover .corporate_item_img img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
		-webkit-transform-origin: center;
						transform-origin: center;
	}
}

.corporate_item_text {
	padding: 14px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.corporate_item_text {
		min-height: 50px;
		padding: 8px 6px 9px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
body.corporate {
	display: block;
	margin: 0 0;
}
/* ***************************
newsarea
*************************** */
.newsarea_inner {
	display: flex;
	max-width: 1210px;
	margin-right: auto;
	margin-left: auto;
	padding: 102px 5px 103px;
}
@media only screen and (max-width: 768px) {
	.newsarea_inner {
		display: block;
		padding: 60px 15px;
	}
}

.newsarea_item {
	width: 50%;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.newsarea_item {
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.newsarea_item + .newsarea_item {
		margin-top: 60px;
	}
}

/* ***************************
linktabarea
*************************** */

.linktabarea_inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

/* ***************************
applicationarea
*************************** */
.applicationarea {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

.applicationarea_inner {
	display: flex;
	padding: 30px 60px;
	background-color: #e2eff8;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.applicationarea_inner {
		display: block;
		padding: 25px 20px 30px;
	}
}

.applicationarea_text {
	display: flex;
	margin-right: 20px;
	flex-basis: calc(100% - 310px);
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.applicationarea_text {
		display: block;
		margin-right: 0;
		text-align: center;
	}
}
.applicationarea_text:before {
	display: inline-block;
	width: 43px;
	height: 44px;
	margin-top: 0;
	margin-right: 22px;
	background-image: url(/assets/img/icon-tool.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.applicationarea_text:before {
		content: none;
	}
}

.applicationarea_text_small {
	display: block;
	margin-top: 7px;
	margin-right: 4px;
	color: #0069b7;
	font-size: 1.25rem;
	line-height: 1.7;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.applicationarea_text_small {
		margin: 0;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
	}
}

.applicationarea_text_large {
	display: inline-block;
	margin-top: 2px;
	font-size: 1.5rem;
	line-height: 1.4166666667;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.applicationarea_text_large {
		position: relative;
		margin-top: 12px;
		padding-left: 50px;
		font-size: 1.4285714286rem;
		line-height: 1.25;
	}
}
@media only screen and (max-width: 768px) {
	.applicationarea_text_large:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 35px;
		height: 36px;
		margin: auto 0;
		background-image: url(/assets/img/icon-tool.png);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
	}
}

.applicationarea_btn {
	flex-basis: 290px;
}
@media only screen and (max-width: 768px) {
	.applicationarea_btn {
		display: flex;
		justify-content: center;
	}
}


/* ***************************
recommendarea
*************************** */
.recommendarea_inner {
	display: flex;
	padding: 30px 15px;
	background-color: #e2eff8;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.recommendarea_inner {
		padding: 26px 5px 30px;
	}
}

.recommendarea_title {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	color: #0069b7;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.recommendarea_title {
		font-size: 1.1428571429rem;
		line-height: 1.375;
	}
}
.recommendarea_title:before {
	left: 7px;
	-webkit-transform: rotate(-30deg);
					transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
	.recommendarea_title:before {
		left: 10px;
	}
}
.recommendarea_title:after {
	right: 6px;
	-webkit-transform: rotate(30deg);
					transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
	.recommendarea_title:after {
		right: 10px;
	}
}
.recommendarea_title:before, .recommendarea_title:after {
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 28px;
	background-color: #0069b7;
	content: "";
}
@media only screen and (max-width: 768px) {
	.recommendarea_title:before, .recommendarea_title:after {
		height: 32px;
	}
}

.recommendarea_text {
	text-align: center;
}

/* ***************************
newslist
*************************** */
.newslist_item {
	margin-top: 0;
	padding-left: 0;
	border-bottom: 1px solid #cdd6dd;
}
.newslist_item:before {
	content: none;
}

.newslist_link {
	position: relative;
	display: block;
	height: 100%;
	padding: 5px 70px 11px 0;
	color: #0f303f;
}
@media only screen and (max-width: 768px) {
	.newslist_link {
		padding-top: 8px;
		padding-right: 25px;
	}
}
.newslist_link:hover, .newslist_link:visited {
	color: #0f303f;
	text-decoration: none;
}
.newslist_link:after {
	position: absolute;
	top: -2px;
	right: 16px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.newslist_link:after {
		top: 0;
		right: 6px;
		height: 14px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.newslist_link:hover:after {
		right: 8px;
	}
}

.newslist_head {
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1.875;
}
@media only screen and (max-width: 768px) {
	.newslist_head {
		font-size: 1rem;
		line-height: 1.0714285714;
	}
}

.newslist_tag {
	margin-left: 8px;
	padding: 2px 4px 3px;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.2;
	background-color: #0069b7;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.newslist_tag {
		margin-left: 10px;
		padding: 4px 13px;
		font-size: 0.8571428571rem;
		line-height: 1;
	}
}

.newslist_title {
	margin-top: 2px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.newslist_title {
		margin-top: 8px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
@media only screen and (min-width: 769px) {
	.newslist_link:hover .newslist_title {
		text-decoration: underline;
	}
}
a.newslist_link[target="_blank"]:after {
	content: none;
}
.newslist_link .ic_window {
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	margin: auto 0;
}
.newslist_link .ic_pdf,
.newslist_link .ic_excel,
.newslist_link .ic_csv,
.newslist_link .ic_word {
	position: absolute;
	top: calc(50% - 7px);
	right: 13px;
	bottom: 0;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.newslist_link .ic_window,
	.newslist_link .ic_pdf,
	.newslist_link .ic_excel,
	.newslist_link .ic_csv,
	.newslist_link .ic_word {
		right: 6px;
	}
}
.newslist_link .ic_window:after,
.newslist_link .ic_pdf:after,
.newslist_link .ic_excel:after,
.newslist_link .ic_csv:after,
.newslist_link .ic_word:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.newslist_link .ic_window:after,
	.newslist_link .ic_pdf:after,
	.newslist_link .ic_excel:after,
	.newslist_link .ic_csv:after,
	.newslist_link .ic_word:after {
		font-size: 14px;
	}
}

/* ***************************
datelist
*************************** */
.datelist_item {
	margin-top: 0;
	border-bottom: 1px solid #cdd6dd;
	padding: 5px 25px 11px 0;
}
.datelist_item:before {
	content: none;
}

.datelist_link {
	position: relative;
	display: block;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.datelist_link {
		padding-top: 8px;
	}
}
.datelist_link:hover{
	text-decoration: underline;
}
.datelist_link:visited {
	text-decoration: none;
}

.datelist_head {
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1.875;
	color: #0f303f;
}
@media only screen and (max-width: 768px) {
	.datelist_head {
		font-size: 1rem;
		line-height: 1.0714285714;
	}
}

.datelist_link .datelist_head {
	color: #0069b7;
}

.datelist_tag {
	margin-left: 8px;
	padding: 2px 4px 3px;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.2;
	background-color: #0069b7;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.datelist_tag {
		margin-left: 10px;
		padding: 4px 13px;
		font-size: 0.8571428571rem;
		line-height: 1;
	}
}

.datelist_title {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.datelist_title {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
@media only screen and (min-width: 769px) {
	.datelist_link:hover .datelist_title {
		text-decoration: underline;
	}
}

a.datelist_link[target="_blank"]:after {
	content: none;
}
.datelist_link .ic_window {
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.datelist_link .ic_window {
		right: 6px;
	}
}
.datelist_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
	.datelist_link .ic_window:after {
		font-size: 14px;
	}
}

/* ***************************
footerbnr
*************************** */
.footerbnr {
	background-color: #e2eff8;
}

.footerbnr_inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 30px 15px 16px;
}
@media only screen and (max-width: 768px) {
	.footerbnr_inner {
		padding-top: 27px;
		padding-bottom: 27px;
	}
}

.footerbnr_list {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.footerbnr_list {
		margin: 0 -4px 0 -5px;
	}
}

.footerbnr_item {
	width: 25%;
	margin-top: 0;
	padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
	.footerbnr_item {
		width: 50%;
		padding: 14px 4px 14px 5px;
	}
}
.footerbnr_item:before {
	content: none;
}

.footerbnr_item_link {
	display: block;
	color: #0069b7;
	text-decoration: none;
}
.footerbnr_item_link:after {
	content: none !important;
}
.footerbnr_item_link:visited {
	color: #0069b7;
}
.footerbnr_item_link:hover {
	color: #0069b7;
	text-decoration: none;
}

.footerbnr_item_link .ic_window:after {
	display: inline-block;
	text-decoration: none;
}

.footerbnr_item_img {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.footerbnr_item_img img {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 768px) {
	.footerbnr_item_img img {
		width: 100%;
	}
}
@media only screen and (min-width: 769px) {
	.footerbnr_item_link:hover .footerbnr_item_img img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
		-webkit-transform-origin: center;
						transform-origin: center;
	}
}

.footerbnr_item_text {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.footerbnr_item_text {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.footerbnr_item_img + .footerbnr_item_text {
	margin-top: 6px;
	color: #0f303f;
}
@media only screen and (min-width: 769px) {
	.footerbnr_item_link:hover .footerbnr_item_text {
		text-decoration: underline;
	}
}
.footerbnr_item_text .footerbnr_item_link:hover:after {
	text-decoration: none;
}

/* ***************************
fixedlink
*************************** */
.fixedlink {
	position: fixed;
	top: 150px;
	right: -350px;
	display: flex;
	z-index: 2;
	transition: right 0.2s;
}
@media only screen and (max-width: 768px) {
	.fixedlink {
		display: none !important;
	}
}
.fixedlink.is-opened {
	right: 0;
}
.fixedlink_head{
	position: absolute;
	left: -82px;
}

.fixedlink_head_btn {
	position: relative;
	border: 4px solid #ed6008;
	border-radius: 32px 0 0 32px;
	background-color: #fff;
}

.fixedlink_head_body {
	position: relative;
	display: inline-block;
	min-width: 88px;
	padding: 60px 5px 49px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
.fixedlink_head_body:after {
	display: block;
	width: 30px;
	height: 37px;
	margin: 10px auto 0;
	background-image: url(/assets/img/icon-sheet.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
.fixedlink_head_btn:hover .fixedlink_head_body {
	text-decoration: underline;
}

.fixedlink_body {
	width: 360px;
	padding: 18px 26px 19px;
	background-color: #fff;
	border-color: #ed6008;
	border-style: solid;
	border-width: 4px 4px 4px 14px;
	border-radius: 0 0 0 12px;
}

.fixedlink_heading {
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
}

.fixedlink_item {
	padding: 15px 0 13px;
}
* + .fixedlink_item {
	margin-top: 10px;
}
.fixedlink_item + .fixedlink_item {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px solid #ddd;
}

/* ***************************
webservsection
*************************** */
.webservsection {
	background-color: #e2eff8;
}

.webservsection_inner {
	display: flex;
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	padding: 24px 15px 18px;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.webservsection_inner {
		display: block;
		padding: 20px 15px;
	}
}

.webservsection_secondlayer .webservsection_inner {
	padding: 30px 15px 25px;
}
@media only screen and (max-width: 768px) {
	.webservsection_secondlayer .webservsection_inner {
		padding: 24px 15px 20px;
	}
}

.webservsection_head {
	display: flex;
	min-width: 226px;
	margin: 5px 10px 12px 5px;
	padding: 0;
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: 700;
	border: none;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.webservsection_head {
		display: block;
		min-width: initial;
		margin: 0;
		font-size: 1.1428571429rem;
		line-height: 1.4375;
	}
}

.webservsection_body {
	display: flex;
	max-width: calc(100% - 241px);
	margin: -20px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.webservsection_body {
		display: block;
		max-width: 100%;
		margin: 16px 0 0;
	}
}

.webservsection_item {
	min-width: 310px;
	margin-top: 20px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.webservsection_item {
		width: 100%;
		max-width: 308px;
		min-width: 0;
		margin: auto;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.webservsection_item + .webservsection_item {
		margin-top: 22px;
		padding-top: 22px;
		border-top: 1px solid #ddd;
	}
}

/* ***************************
webservice
*************************** */
.webservice {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.webservice_btn {
	display: flex;
	width: 100%;
	max-width: 290px;
}

.webservice_btn_link {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 56px;
	margin: auto;
	padding: 8px 40px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	background-color: #0069b7;
	border-radius: 8px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link {
		min-height: 48px;
		padding: 5px 38px 5px 5px;
		font-size: 1rem;
		line-height: 1.2142857143;
	}
}
.webservice_btn_link:before {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link:before {
		position: static;
	}
}
.webservice_btn_link:after {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link:after {
		right: 14px;
		height: 16px;
		font-size: 14px;
	}
}
.webservice_btn_link:hover:after {
	right: 8px;
}
.webservice_btn_link:hover, .webservice_btn_link:visited, .webservice_btn_link:focus {
	color: #fff;
}

a.webservice_btn_link[target="_blank"]:after {
	content: none;
}
.webservice_btn_link .ic_window {
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link .ic_window {
		right: 10px;
	}
}
.webservice_btn_link .ic_window:after {
	margin-left: 0;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link .ic_window:after {
		font-size: 14px;
	}
}

.webservice_btn_body {
	display: flex;
	align-items: center;
}

.webservice_btn_link_login:before {
	left: 16px;
	width: 23px;
	min-width: 23px;
	height: 30px;
	background-image: url(/assets/img/icon-lock.png);
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link_login:before {
		margin: 0 10px 0 33px;
	}
}

@media only screen and (max-width: 768px) {
	.webservice_btn_link_mall {
		padding-left: 5px;
	}
}
.webservice_btn_link_mall:before {
	left: 19px;
	width: 30px;
	min-width: 30px;
	height: 31px;
	background-image: url(/assets/img/icon-mall.png);
}
@media only screen and (max-width: 768px) {
	.webservice_btn_link_mall:before {
		margin: -3px 10px 0 0;
		width: 24px;
		min-width: 24px;
		height: 25px;
	}
}

* + .webservice_link {
	margin-top: 7px;
}
@media only screen and (max-width: 768px) {
	* + .webservice_link {
		margin-top: 10px;
	}
}

.webservice_link_item {
	position: relative;
	padding-left: 30px;
}
.webservice_link_item:before {
	position: absolute;
	top: 0.4em;
	left: 5px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
}
@media only screen and (max-width: 768px) {
	.webservice_link_item:before {
		top: 0.15em;
		left: 7px;
		width: 17px;
		height: 17px;
	}
}
.webservice_link_item + .webservice_link_item {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.webservice_link_item + .webservice_link_item {
		margin-top: 16px;
	}
}

_::-webkit-full-page-media, _:future, :root .webservice_link_item:before {
	top: 0.35em;
}

@media only screen and (max-width: 768px) {
	_::-webkit-full-page-media, _:future, :root .webservice_link_item:before {
		top: 0.1em;
	}
}
.webservice_link_link {
	position: relative;
	font-size: 1rem;
	line-height: 1.875;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.webservice_link_link {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}

.webservice_fixed * + .webservice_link {
	margin-top: 14px;
}
.webservice_fixed .webservice_link_item {
	padding-left: 30px;
}
.webservice_fixed .webservice_link_item:before {
	left: 1px;
}


/* ***************************
pickupmenu
*************************** */
.pickupmenu_btn {
	display: flex;
	margin: 0 -10px;
	flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn {
		margin: 0 -5px 0 -6px;
	}
}

.pickupmenu_btn_item {
	width: 33.33333%;
	margin-top: 0;
	padding: 10px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_item {
		padding: 5px 5px 6px 6px;
	}
}
.pickupmenu_btn_item:before {
	content: none;
}

.pickupmenu_btn_link {
	position: relative;
	display: flex;
	height: 100%;
	padding: 16px 55px 13px 10px;
	color: #0f303f;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_link {
		padding: 17px 5px 38px;
		font-size: 1rem;
		line-height: 1.2857142857;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}
.pickupmenu_btn_link:hover, .pickupmenu_btn_link:visited {
	color: #0f303f;
}
.pickupmenu_btn_link:after {
	position: absolute;
	top: 0;
	right: 29px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_link:after {
		top: auto;
		right: 0;
		bottom: 12px;
		left: 0;
		height: 14px;
		font-size: 14px;
	}
}
.pickupmenu_btn_link:hover:after {
	text-decoration: underline;
}
.pickupmenu_btn_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.pickupmenu_btn_link:hover:after {
		right: 19px;
	}
}

a.pickupmenu_btn_link[target="_blank"]:after {
	content: none;
}
.pickupmenu_btn_link .ic_window {
	position: absolute;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_link .ic_window {
		top: auto;
		right: 0;
		bottom: 10px;
		left: 0;
	}
}
.pickupmenu_btn_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_link .ic_window:after {
		font-size: 14px;
	}
}

.pickupmenu_btn_icon {
	display: block;
	width: 67px;
	min-width: 67px;
	height: 51px;
	margin-right: 10px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_icon {
		width: 64px;
		height: 49px;
		margin: 0;
	}
}

.pickupmenu_btn_text {
	position: relative;
	display: block;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_btn_text {
		width: 100%;
		margin-top: 10px;
	}
}

.pickupmenu_panel {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel {
		display: block;
		margin: 0;
	}
}

.pickupmenu_panel_item {
	width: 25%;
	margin-top: 0;
	padding: 10px;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_item {
		width: 100%;
		margin: auto;
		padding: 7px 0 8px;
	}
}
.pickupmenu_panel_item:before {
	content: none;
}

.pickupmenu_panel_item_wide {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_item_wide {
		width: 100%;
	}
}

.pickupmenu_panel_body {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_body {
		display: block;
		height: auto;
	}
}

.pickupmenu_panel_heading {
	width: 100%;
	padding: 15px;
	color: #0069b7;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	background-color: #e2eff8;
	border-radius: 8px 8px 0 0;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_heading {
		padding: 6px 15px 9px;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
	}
}

.pickupmenu_panel_card {
	flex-grow: 1;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}
.pickupmenu_panel_card + .pickupmenu_panel_card {
	margin-left: 2px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_card + .pickupmenu_panel_card {
		margin-top: 2px;
		margin-left: 0;
		border-radius: 8px;
	}
}

.pickupmenu_panel_link {
	position: relative;
	display: flex;
	width: 100%;
	padding: 36px 15px 29px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_link {
		padding: 34px 85px 35px 85px;
		font-size: 1rem;
		line-height: 1.4285714286;
		flex-direction: row;
		justify-content: center;
	}
}
@media only screen and (max-width: 540px) {
	.pickupmenu_panel_link {
		padding-right: 28px;
	}
}
.pickupmenu_panel_link:hover, .pickupmenu_panel_link:visited {
	color: #0f303f;
}
.pickupmenu_panel_link:after {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_link:after {
		right: 12px;
		height: 14px;
		font-size: 14px;
	}
}
.pickupmenu_panel_link:hover:after {
	text-decoration: underline;
}
.pickupmenu_panel_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.pickupmenu_panel_link:hover:after {
		right: 8px;
	}
}

a.pickupmenu_panel_link[target="_blank"]:after {
	content: none;
}
.pickupmenu_panel_link .ic_window {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_link .ic_window {
		right: 6px;
	}
}
.pickupmenu_panel_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_link .ic_window:after {
		font-size: 14px;
	}
}

.pickupmenu_panel_icon {
	display: block;
	width: 100%;
	max-width: 109px;
	min-height: 0%;
	margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_panel_icon {
		position: absolute;
		top: 50%;
		left: 25px;
		width: 60px;
		max-width: 100%;
		margin: 0;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}
}

.pickupmenu_link {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link {
		display: block;
	}
}

.pickupmenu_link_item {
	position: relative;
	margin-top: 0;
	width: 50%;
	padding-left: 0;
	border-right: 2px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_item {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
}
.pickupmenu_link_item:before {
	content: none;
}
@media only screen and (min-width: 769px) {
	.pickupmenu_link_item:nth-child(odd) {
		border-left: 2px solid #cdd6dd;
	}
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_item:first-child {
		border-top: 1px solid #ddd;
	}
}

.pickupmenu_link_link {
	display: flex;
	padding: 8px 42px 7px 40px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_link {
		padding: 20px 42px 21px 24px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.pickupmenu_link_link:hover, .pickupmenu_link_link:visited {
	color: #fff;
}
.pickupmenu_link_link:after {
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_link:after {
		right: 12px;
		height: 14px;
		font-size: 14px;
	}
}
.pickupmenu_link_link:hover:after {
	text-decoration: underline;
}
.pickupmenu_link_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.pickupmenu_link_link:hover:after {
		right: 14px;
	}
}

a.pickupmenu_link_link[target="_blank"]:after {
	content: none;
}
.pickupmenu_link_link .ic_window {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_link .ic_window {
		right: 8px;
	}
}
.pickupmenu_link_link .ic_window:after {
	margin-left: 0;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_link .ic_window:after {
		font-size: 14px;
	}
}

.pickupmenu_link_icon {
	display: inline-block;
	width: 100%;
	max-width: 91px;
	height: 76px;
	margin-right: 22px;
}
@media only screen and (max-width: 768px) {
	.pickupmenu_link_icon {
		width: 61px;
		max-width: 61px;
		height: 51px;
		margin-right: 30px;
	}
}

/* ***************************
infobox
*************************** */

.infobox_body {
	padding: 16px 34px;
	background-color: #e2eff8;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.infobox_body {
		padding: 16px 10px 18px;
	}
}

.infobox_list_item {
	position: relative;
	padding-left: 28px;
	font-size: 1rem;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.infobox_list_item {
		padding-left: 18px;
		font-size: 1rem;
		line-height: 1.2857142857;
	}
}
.infobox_list_item:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: auto;
	height: auto;
	color: #e50012;
	font-size: 18px;
	line-height: 1;
	background: none;
	border-radius: 0;
	content: "\e904";
}
@media only screen and (max-width: 768px) {
	.infobox_list_item:before {
		top: 0.1em;
		font-size: 13px;
	}
}
.infobox_list_item + .infobox_list_item {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.infobox_list_item + .infobox_list_item {
		margin-top: 13px;
	}
}

.infobox_list_link {
	color: #0069b7;
}
.infobox_list_link:hover, .infobox_list_link:visited {
	color: #0069b7;
}


/* ***************************
tabbox
*************************** */
@media only screen and (max-width: 768px) {
	.tabbox {
		margin: 0 -15px;
	}
}

.tabbox_tab {
	display: flex;
	justify-content: space-between;
	border-bottom: 6px solid #0069b7;
}
@media only screen and (max-width: 768px) {
	.tabbox_tab {
		padding: 0 10px;
		border-bottom-width: 4px;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}

.tabbox_tab_item {
	width: 100%;
	min-width: 85px;
	margin-top: 0;
	padding: 0;
}
.tabbox_tab_item:before {
	content: none;
}
.tabbox_tab_item + .tabbox_tab_item {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.tabbox_tab_item + .tabbox_tab_item {
		margin-left: 5px;
	}
}

.tabbox_tab_btn {
	width: 100%;
	height: 100%;
	padding: 14px 10px 12px;
	color: #0078be;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	background-color: #fff;
	border-color: #0078be;
	border-style: solid;
	border-radius: 8px 8px 0 0;
	border-width: 2px 2px 0 2px;
	text-align: center;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
	.tabbox_tab_btn {
		padding: 10px 4px 16px;
		font-size: 1rem;
		line-height: 1.2857142857;
	}
}
.tabbox_tab_btn:hover, .tabbox_tab_btn.is-active {
	color: #fff;
	border-color: #0069b7;
	background-color: #0069b7;
}

.tabbox_body_item {
	padding: 50px 80px;
	background-color: #e2eff8;
}
@media only screen and (max-width: 768px) {
	.tabbox_body_item {
		padding: 20px 15px;
	}
}
.tabbox_body_item:not(.is-shown) {
	display: none;
}

.tabboxcolumn_item {
	width: 50%;
	padding: 0 30px;
}
@media only screen and (max-width: 768px) {
	.tabboxcolumn_item {
		width: 100%;
	}
}

.tabboxcolumn_body {
	display: flex;
	margin: 0 -30px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.tabboxcolumn_body {
		display: block;
	}
}

/* ***************************
linkbox
*************************** */
.linkbox_title {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.linkbox_title {
		margin-top: 15px;
		font-size: 1.1428571429rem;
		line-height: 1.75;
	}
}

.linkbox_links {
	padding-left: 20px;
}

.linkbox_title + .linkbox_links {
	margin-top: 18px;
}

.tabboxcolumn:last-child .tabboxcolumn_item:last-child .linkbox:last-child .linkbox_largelink:last-child {
	margin-bottom: 20px;
}

/* ***************************
indexbox
*************************** */
.indexbox_body {
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.indexbox_body {
		display: block;
		margin: 0;
	}
}

.indexbox_item {
	width: 33.3333%;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.indexbox_item {
		width: 100%;
		padding: 0;
	}
}

/* ***************************
indexcard
*************************** */
.indexcard {
	height: 100%;
	background-color: #e2eff8;
	border-radius: 8px;
	overflow: hidden;
}

.indexcard_img {
	border: 1px solid #cdd6dd;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.indexcard_img img {
	width: 100%;
}

.indexcard_body {
	padding: 16px 40px 38px;
}
@media only screen and (max-width: 768px) {
	.indexcard_body {
		padding: 9px 20px 30px;
	}
}


/* ***************************
relbnr
*************************** */
.relbnr_body {
	display: flex;
	margin: -20px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.relbnr_body {
		display: block;
		margin: 0;
	}
}

.relbnr_item {
	width: 33.33333%;
	margin-top: 20px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.relbnr_item {
		width: 100%;
		padding: 0;
	}
}
.relbnr_item:before {
	content: none;
}
@media only screen and (max-width: 768px) {
	.relbnr_item + .relbnr_item {
		margin-top: 35px;
	}
}

.relbnr_item_link {
	display: block;
	color: #0f303f;
	text-decoration: none;
}
.relbnr_item_link:after {
	content: none !important;
}
.relbnr_item_link:visited {
	color: #0f303f;
}
.relbnr_item_link:hover {
	color: #0f303f;
	text-decoration: none;
}

.relbnr_item_img {
	display: block;
	border: 1px solid #cdd6dd;
	border-radius: 8px;
	overflow: hidden;
}
.relbnr_item_img img {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 768px) {
	.relbnr_item_img img {
		width: 100%;
	}
}
@media only screen and (min-width: 769px) {
	.relbnr_item_link:hover .relbnr_item_img img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
		-webkit-transform-origin: center;
						transform-origin: center;
	}
}

.relbnr_item_text {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.relbnr_item_text {
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.relbnr_item_img + .relbnr_item_text {
	margin-top: 14px;
}
.ic_window .relbnr_item_text:after {
	display: inline-block;
	margin-left: 7px;
	color: #0069b7;
	font-size: 17px;
	line-height: 1;
	content: "\e901";
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.relbnr_item_link:hover .relbnr_item_text {
		text-decoration: underline;
	}
}
.relbnr_item_text .relbnr_item_link:hover:after {
	text-decoration: none;
}

/* ***************************
anchor
*************************** */

.anchor_list {
	display: flex;
	margin: -10px -5px 0;
	flex-wrap: wrap;
}
* + .anchor_list {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	* + .anchor_list {
		margin-top: 0;
	}
}

.anchor_item {
	display: flex;
	margin-top: 10px;
	width: 100%;
	padding: 0 5px;
}
.anchor_item:before {
	content: none;
}

.anchor_list_col2 {
	margin-right: -10px;
	margin-left: -10px;
}
@media only screen and (max-width: 768px) {
	.anchor_list_col2 {
		margin-right: -5px;
		margin-left: -6px;
	}
}
.anchor_list_col2 .anchor_item {
	width: 50%;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.anchor_list_col2 .anchor_item {
		margin-top: 11px;
		padding-right: 5px;
		padding-left: 6px;
	}
}

@media only screen and (max-width: 768px) {
	.anchor_list_col3 {
		margin: -5px -2px 0 -3px;
	}
}
.anchor_list_col3 .anchor_item {
	width: 33.33333%;
}
@media only screen and (max-width: 768px) {
	.anchor_list_col3 .anchor_item {
		width: 50%;
		padding: 0 2px 0 3px;
		margin-top: 5px;
	}
}

.anchor_link {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 70px;
	padding: 10px 35px 10px 18px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #e2eff8;
	border: 1px solid #0069b7;
	border-radius: 8px;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.anchor_link {
		min-height: 45px;
		padding: 6px 24px 7px 10px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.anchor_link:hover, .anchor_link:visited {
	color: #0f303f;
}
.anchor_link:after {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 10px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: bottom 0.3s;
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
	.anchor_link:after {
		right: 8px;
		height: 14px;
		font-size: 14px;
	}
}
.anchor_link:hover:after {
	text-decoration: underline;
}
.anchor_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.anchor_link:hover:after {
		bottom: -10px;
	}
}

.anchor_link_icon {
	padding: 13px 15px 21px;
	font-size: 1.25rem;
	line-height: 1.6;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.anchor_link_icon {
		padding: 13px 15px 29px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.anchor_link_icon:after {
	top: auto;
	right: 0;
	bottom: 6px;
	left: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.anchor_link_icon:after {
		right: 0;
		bottom: 0;
	}
}
@media only screen and (min-width: 769px) {
	.anchor_link_icon:hover:after {
		bottom: 0;
	}
}
.anchor_link_icon .anchor_link_body {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.anchor_link_icon .anchor_link_body {
		flex-direction: column;
		justify-content: center;
	}
}
.anchor_link_icon .anchor_link_body:before {
	display: inline-block;
	width: 64px;
	height: 64px;
	min-width: 64px;
	margin-right: 16px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.anchor_link_icon .anchor_link_body:before {
		width: 60px;
		height: 60px;
		min-width: 60px;
		margin: 0 0 10px;
	}
}

.anchor_link_large {
	padding: 13px 15px 23px;
	font-size: 1.875rem;
	line-height: 1.0666666667;
}
@media only screen and (max-width: 768px) {
	.anchor_link_large {
		padding: 17px 15px 23px;
		font-size: 1.2857142857rem;
		line-height: 1.4444444444;
	}
}
@media only screen and (max-width: 768px) {
	.anchor_link_large .anchor_link_body {
		flex-direction: row;
	}
}
.anchor_link_large .anchor_link_body:before {
	width: 100px;
	height: 100px;
	min-width: 100px;
	margin-right: 23px;
	margin-left: 12px;
}
@media only screen and (max-width: 768px) {
	.anchor_link_large .anchor_link_body:before {
		width: 75px;
		height: 75px;
		min-width: 75px;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 0;
	}
}

.anchor_link_device .anchor_link_body:before {
	background-image: url(/assets/img/icon-device--circle.png);
}

.anchor_link_tel .anchor_link_body:before {
	background-image: url(/assets/img/icon-tel--circle.png);
}

.anchor_link_fax .anchor_link_body:before {
	background-image: url(/assets/img/icon-fax--circle.png);
}

/* ***************************
linkpanel
*************************** */
.linkpanel_list {
	display: flex;
	margin: -21px -11px 0 -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.linkpanel_list {
		margin: -11px -5px 0 -6px;
	}
}

.linkpanel_item {
	width: 33.33333%;
	margin-top: 21px;
	padding: 0 11px 0 10px;
}
@media only screen and (max-width: 768px) {
	.linkpanel_item {
		width: 100%;
		padding: 0 5px 0 6px;
		margin-top: 11px;
	}
}
.linkpanel_item:before {
	content: none;
}

.linkpanel_link {
	display: block;
	height: 100%;
	padding: 22px 18px 24px;
	border: 2px solid #cdd6dd;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.linkpanel_link {
		padding: 12px 13px 8px;
	}
}
.linkpanel_link:hover {
	text-decoration: none;
}
.linkpanel_link:hover, .linkpanel_link:visited {
	color: #0f303f;
}

.linkpanel_body_title {
	position: relative;
	padding-left: 32px;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.linkpanel_body_title {
		padding-left: 22px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.linkpanel_body_title:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
}
@media only screen and (max-width: 768px) {
	.linkpanel_body_title:before {
		top: 0.2em;
		width: 17px;
		height: 17px;
	}
}
.linkpanel_link:hover .linkpanel_body_title {
	text-decoration: underline;
}

.linkpanel_body_text {
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
}
* + .linkpanel_body_text {
	margin-top: 16px;
}
@media only screen and (max-width: 768px) {
	* + .linkpanel_body_text {
		margin-top: 10px;
	}
}

/* ***************************
numpanel
*************************** */

.numpanel_list {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.numpanel_list {
		display: block;
		margin: 0;
	}
}

.numpanel_item {
	display: flex;
	width: 50%;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.numpanel_item {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
.numpanel_item:before {
	content: none;
}
.numpanel_item:nth-child(n+3) {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.numpanel_item + .numpanel_item {
		margin-top: 10px;
	}
}

.numpanel_link {
	position: relative;
	display: block;
	width: 100%;
	color: #0f303f;
	border-radius: 8px;
	border: 2px solid #cdd6dd;
	overflow: hidden;
}
.numpanel_link:hover {
	text-decoration: none;
}
.numpanel_link:hover, .numpanel_link:visited {
	color: #0f303f;
}
.numpanel_link:after {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 10px;
	height: 16px;
	margin: auto;
	color: #0069b7;
	font-size: 16px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.numpanel_link:after {
		right: 10px;
		height: 18px;
		font-size: 18px;
	}
}
@media only screen and (min-width: 769px) {
	.numpanel_link:hover:after {
		right: 10px;
	}
}

a.numpanel_link[target="_blank"]:after {
	content: none;
}
.numpanel_link .ic_window {
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.numpanel_link .ic_window {
		right: 6px;
	}
}
.numpanel_link .ic_window:after {
	margin-left: 0;
	color: #0069b7;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.numpanel_link .ic_window:after {
		font-size: 14px;
	}
}

.numpanel_body {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.numpanel_num {
	display: flex;
	min-width: 58px;
	padding: 10px;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	background-color: #0069b7;
}
@media only screen and (max-width: 768px) {
	.numpanel_num {
		min-width: 38px;
		padding: 10px 5px;
		font-size: 1.1428571429rem;
		line-height: 1;
	}
}

.numpanel_text {
	display: flex;
	max-width: calc(100% - 58px);
	padding: 15px 49px 19px 21px;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.numpanel_text {
		max-width: calc(100% - 38px);
		padding: 13px 36px 10px 15px;
	}
}

.numpanel_heading {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.numpanel_heading {
		font-size: 1.1428571429rem;
		line-height: 1.375;
	}
}
@media only screen and (min-width: 769px) {
	.numpanel_link:hover .numpanel_heading {
		text-decoration: underline;
	}
}

* + .numpanel_desc {
	margin-top: 8px;
}

/* ***************************
linkcell
*************************** */
.linkcell {
	height: 0;
	padding: 0 !important;
}

.linkcell_link {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 18px 22px 18px 48px;
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	font-weight: 700;
	align-items: center;
	text-align: left;
}
@-moz-document url-prefix() {
	.linkcell_link{
		padding: 41px 0px 41px 48px;
	}
}
@media only screen and (max-width: 768px) {
	.linkcell_link {
		padding: 10px 10px 10px 33px;
		font-size: 1.0714285714rem;
		line-height: 1.4;
	}
	@-moz-document url-prefix() {
		.linkcell_link{
			padding: 28px 10px 28px 33px;
		}
	}
}
.blue_col .linkcell_link{
	color: #0069b7;
}

.linkcell_link:hover, .linkcell_link:visited {
	color: #ffffff;
}
.blue_col .linkcell_link:hover, .blue_col .linkcell_link:visited{
	color: #0069b7;
}

.linkcell_link:before {
	position: absolute;
	top: 0;
	bottom: -4px;
	left: 22px;
	width: 10px;
	height: 18px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: bottom 0.3s;
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
	.linkcell_link:before {
		left: 14px;
		height: 12px;
		font-size: 12px;
	}
}
.blue_col .linkcell_link:before{
	color: #0069b7;
}

.linkcell_link:hover:before {
	text-decoration: underline;
}
.linkcell_link:hover:before {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.linkcell_link:hover:before {
		bottom: -10px;
	}
}

/* ***************************
titleimgbox
*************************** */
.titleimgbox {
	text-align: center;
}

.titleimgbox_title {
	font-size: 1.875rem;
	line-height: 1.0666666667;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.titleimgbox_title {
		font-size: 1.5714285714rem;
		line-height: 1.2727272727;
	}
}



/* ***************************
panelbox
*************************** */
.panelbox {
	padding: 20px;
	background-color: #e2eff8;
}
@media only screen and (max-width: 768px) {
	.panelbox {
		padding: 18px 18px 17px 17px;
	}
}
* + .panelbox {
	margin-top: 35px;
}
@media only screen and (max-width: 768px) {
	* + .panelbox {
		margin-top: 25px;
	}
}

.panelbox_list {
	display: flex;
	margin: -20px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.panelbox_list {
		margin: -10px -5px 0;
		justify-content: center;
	}
}
* + .panelbox_list {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	* + .panelbox_list {
		margin-top: 10px;
	}
}

.panelbox_item {
	width: 100%;
	margin-top: 20px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.panelbox_item {
		margin-top: 10px;
		padding: 0 5px;
	}
}
.panelbox_item:before {
	content: none;
}

.panelbox_panel {
	height: 100%;
}

.panelbox_panel_link {
	position: relative;
	display: flex;
	height: 100%;
	padding: 54px 38px 54px 340px;
	flex-direction: column;
	color: #0f303f;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #0069b7;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.panelbox_panel_link {
		padding: 40px 35px 40px 140px;
		font-size: 1rem;
		line-height: 1.2857142857;
	}
}
.panelbox_panel_link:hover {
	text-decoration: none;
}
.panelbox_panel_link:hover, .panelbox_panel_link:visited {
	color: #0f303f;
}
.panelbox_panel_link:before {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.panelbox_panel_link:before {
		right: 3px;
		height: 13px;
		font-size: 13px;
	}
}
.panelbox_panel_link:hover:before {
	text-decoration: underline;
}
.panelbox_panel_link:hover:before {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.panelbox_panel_link:hover:before {
		right: 4px;
	}
}
.panelbox_panel_link:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	display: block;
	width: 100%;
	max-width: 216px;
	height: 118px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media only screen and (max-width: 768px) {
	.panelbox_panel_link:after {
		left: 10px;
		max-width: 128px;
		height: 67px;
	}
}

a.panelbox_panel_link[target="_blank"]:before {
	content: none;
}
.panelbox_panel_link .ic_window {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.panelbox_panel_link .ic_window {
		right: 6px;
	}
}
.panelbox_panel_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.panelbox_panel_link .ic_window:after {
		font-size: 14px;
	}
}

.panelbox_panel_link_change:after {
	background-image: url(/assets/img/icon-move.png);
}

.panelbox_panel_link_contract:after {
	background-image: url(/assets/img/icon-hokkaido--green.png);
}

.panelbox_panel_link_capital:after {
	background-image: url(/assets/img/icon-japan--blue.png);
}

.panelbox_panel_body {
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	.panelbox_panel_link:hover .panelbox_panel_body {
		text-decoration: underline;
	}
}

.panelbox_list_col2 .panelbox_item {
	width: 50%;
}
.panelbox_list_col2 .panelbox_panel_link {
	padding: 20px 15px;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.panelbox_list_col2 .panelbox_panel_link {
		padding: 8px 10px 11px;
		justify-content: flex-start;
	}
}

.panelbox_list_col3 .panelbox_item {
	width: 33.3333%;
}
@media only screen and (max-width: 768px) {
	.panelbox_list_col3 .panelbox_item {
		width: 50%;
	}
}
.panelbox_list_col3 .panelbox_panel_link {
	padding: 23px 15px 17px;
}
@media only screen and (max-width: 768px) {
	.panelbox_list_col3 .panelbox_panel_link {
		padding: 8px 10px 11px;
	}
}

.panelbox_list_col2 .panelbox_panel_link,
.panelbox_list_col3 .panelbox_panel_link {
	text-align: center;
}
.panelbox_list_col2 .panelbox_panel_link:after,
.panelbox_list_col3 .panelbox_panel_link:after {
	position: static;
	display: block;
	margin: 22px auto 0;
	content: "";
}
@media only screen and (max-width: 768px) {
	.panelbox_list_col2 .panelbox_panel_link:after,
.panelbox_list_col3 .panelbox_panel_link:after {
		margin-top: 6px;
	}
}

/* ***************************
modal
*************************** */
.modalbtn {
	font-weight: 700;
	text-decoration: underline;
}
.modalbtn:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(/assets/img/icon-question--blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.modalbtn:after {
		width: 15px;
		height: 15px;
		margin-left: 1px;
	}
}
@media only screen and (min-width: 769px) {
	.modalbtn:hover {
		text-decoration: none;
	}
}

.modalcontents {
	display: none;
}

.modalcontents_title {
	padding-right: 40px;
	font-size: 1.875rem;
	line-height: 1.0666666667;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.modalcontents_title {
		font-size: 1.5714285714rem;
		line-height: 1.4545454545;
	}
}

.modalcontents_body {
	text-align: center;
}
* + .modalcontents_body {
	margin-top: 65px;
}
@media only screen and (max-width: 768px) {
	* + .modalcontents_body {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.modalcontents_body img {
		width: 100%;
	}
}

.detailmodal .modaal-inner-wrapper {
	padding-right: 15px;
	padding-left: 15px;
}
.detailmodal .modaal-container {
	max-width: 960px;
	border-radius: 8px;
	box-shadow: none;
}
.detailmodal .modaal-content-container {
	padding: 45px 60px 100px;
}
@media only screen and (max-width: 768px) {
	.detailmodal .modaal-content-container {
		padding: 18px 10px 60px;
	}
}
.detailmodal .modaal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 64px;
	height: 64px;
	border: 2px solid #0069b7;
	transition: none;
}
@media only screen and (max-width: 768px) {
	.detailmodal .modaal-close {
		top: 11px;
		right: 11px;
		width: 44px;
		height: 44px;
	}
}
.detailmodal .modaal-close:before,
.detailmodal .modaal-close:after {
	top: 10px;
	left: 28px;
	width: 4px;
	height: 40px;
	background-color: #0069b7;
	transition: none;
}
@media only screen and (max-width: 768px) {
	.detailmodal .modaal-close:before,
.detailmodal .modaal-close:after {
		top: 7px;
		left: 18px;
		height: 26px;
	}
}

/* ***************************
imgmodal
*************************** */
.imgmodal {
	text-align: center;
}
.imgmodal + .imgmodal {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.imgmodal + .imgmodal {
		margin-top: 10px;
	}
}
.imgmodal .linkicon {
	padding-right: 5px;
}

.imgmodal_link {
	display: inline-block;
	color: #0f303f;
}
.imgmodal_link:hover, .imgmodal_link:visited {
	color: #0f303f;
}

.imgmodal_text {
	display: block;
}
* + .imgmodal_text {
	margin-top: 10px;
}

.gallerymodal .modaal-inner-wrapper {
	padding-right: 15px;
	padding-left: 15px;
}
.gallerymodal .modaal-container {
	max-width: 1180px;
	padding: 95px 60px 60px;
	border-radius: 8px;
	box-shadow: none;
	transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
	.gallerymodal .modaal-container {
		padding: 65px 10px 20px;
	}
}
.gallerymodal .modaal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 64px;
	height: 64px;
	border: 2px solid #0069b7;
	transition: none;
}
@media only screen and (max-width: 768px) {
	.gallerymodal .modaal-close {
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
	}
}
.gallerymodal .modaal-close:before,
.gallerymodal .modaal-close:after {
	top: 10px;
	left: 28px;
	width: 4px;
	height: 40px;
	background-color: #0069b7;
	transition: none;
}
@media only screen and (max-width: 768px) {
	.gallerymodal .modaal-close:before,
.gallerymodal .modaal-close:after {
		top: 7px;
		left: 18px;
		height: 26px;
	}
}

/* ***************************
usefulpanel
*************************** */

.usefulpanel_body {
	display: flex;
	margin: -15px -10px 0;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_body {
		margin: -11px -5px 0 -6px;
	}
}

.usefulpanel_item {
	display: block;
	width: 25%;
	margin-top: 15px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_item {
		width: 50%;
		margin-top: 11px;
		padding: 0 5px 0 6px;
	}
}
.usefulpanel_item:before {
	content: none;
}

.usefulpanel_item_col2 {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_item_col2 {
		width: 100%;
	}
}

.usefulpanel_item_col3 {
	width: 33.33333%;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_item_col3 {
		width: 100%;
	}
}

.usefulpanel_panel {
	height: 100%;
}

.usefulpanel_panel_link {
	position: relative;
	display: flex;
	height: 100%;
	padding: 18px 20px 14px;
	align-items: center;
	flex-direction: column;
	color: #0f303f;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #e2eff8;
	border: 2px solid #0069b7;
	border-radius: 8px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_link {
		min-height: 153px;
		padding: 13px 15px;
		font-size: 1rem;
		line-height: 1.4285714286;
	}
}
.usefulpanel_panel_link:hover, .usefulpanel_panel_link:visited {
	color: #0f303f;
}
.usefulpanel_panel_link:after {
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_link:after {
		right: 6px;
		height: 14px;
		font-size: 14px;
	}
}
.usefulpanel_panel_link:hover:after {
	text-decoration: underline;
}
.usefulpanel_panel_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.usefulpanel_panel_link:hover:after {
		right: 11px;
	}
}

.usefulpanel_panel_wide .usefulpanel_panel_link {
	padding: 34px 40px 34px 48px;
	flex-direction: row;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_wide .usefulpanel_panel_link {
		padding: 20px 50px 21px 30px;
		text-align: left;
	}
}
.usefulpanel_panel_wide .usefulpanel_panel_icon {
	margin: 0;
}
.usefulpanel_panel_wide .usefulpanel_panel_text {
	margin: 0 0 0 22px;
}

a.usefulpanel_panel_link[target="_blank"]:after {
	content: none;
}
.usefulpanel_panel_link .ic_window {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_link .ic_window {
		right: 6px;
	}
}
.usefulpanel_panel_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_link .ic_window:after {
		font-size: 14px;
	}
}

.usefulpanel_panel_icon {
	width: 128px;
	min-width: 128px;
	min-height: 0%;
	margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
	.usefulpanel_panel_icon {
		width: 75px;
		min-width: 75px;
	}
}

.usefulpanel_panel_text {
	display: inline-block;
	max-width: 100%;
	margin: auto 0;
	font-size: 1.1rem;
}

/* ***************************
usefullink
*************************** */
.usefullink_body {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.usefullink_body {
		display: block;
	}
}

.usefullink_item {
	position: relative;
	margin-top: 0;
	width: 50%;
	padding-left: 0;
	border-right: 2px solid #cdd6dd;
}
@media only screen and (max-width: 768px) {
	.usefullink_item {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
}
.usefullink_item:before {
	content: none;
}
@media only screen and (min-width: 769px) {
	.usefullink_item:nth-child(odd) {
		border-left: 2px solid #cdd6dd;
	}
}
@media only screen and (max-width: 768px) {
	.usefullink_item:first-child {
		border-top: 1px solid #ddd;
	}
}

.usefullink_link {
	display: flex;
	padding: 4px 42px 4px 38px;
	color: #0f303f;
	font-size: 1.1rem;
	line-height: 1.25;
	font-weight: 700;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.usefullink_link {
		padding: 19px 35px 20px 20px;
		font-size: 1.1rem;
		line-height: 1.4285714286;
	}
}
.usefullink_link:hover, .usefullink_link:visited {
	color: #0f303f;
}
.usefullink_link:after {
	position: absolute;
	top: 0;
	right: 26px;
	bottom: 0;
	width: 11px;
	height: 18px;
	margin: auto;
	color: #0069b7;
	font-size: 18px;
	line-height: 1;
	content: "\e900";
	transition: right 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.usefullink_link:after {
		right: 9px;
		height: 14px;
		font-size: 14px;
	}
}
.usefullink_link:hover:after {
	text-decoration: underline;
}
.usefullink_link:hover:after {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.usefullink_link:hover:after {
		right: 14px;
	}
}

a.usefullink_link[target="_blank"]:after {
	content: none;
}
.usefullink_link .ic_window {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.usefullink_link .ic_window {
		right: 8px;
	}
}
.usefullink_link .ic_window:after {
	margin-left: 0;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.usefullink_link .ic_window:after {
		font-size: 14px;
	}
}

.usefullink_icon {
	display: inline-block;
	width: 100%;
	max-width: 92px;
	margin-right: 22px;
}
@media only screen and (max-width: 768px) {
	.usefullink_icon {
		max-width: 60px;
	}
}

/* ***************************
display
*************************** */
@media screen and (max-width: 768px) {
	.pc_vis {
		display: none !important;
	}
}

@media print, screen and (min-width: 769px) {
	.sp_vis {
		display: none !important;
	}
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inlineblock {
	display: inline-block;
}

.display_table {
	display: table;
}
.display_table_cell {
	display: table-cell;
}

/* ***************************
icon
*************************** */
.linkicon {
	font-size: 0%;
	line-height: 0;
}
.linkicon:after {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	background-color: transparent;
	background-image: none;
	text-decoration: none;
}

.ic_c_link {
	padding-left: 32px;
	position: relative;
}

.ic_c_link:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
}
@media only screen and (max-width: 768px){
	.ic_c_link:before {
		top: 0.15em;
	}
}

.ic_c_link.ic_anchor:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media only screen and (max-width: 768px){
	.ic_c_link.ic_anchor:before {
		top: 0.15em;
	}
}

.ic_c_link.ic_anchor_top:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media only screen and (max-width: 768px){
	.ic_c_link.ic_anchor_top:before {
		top: 0.15em;
	}
}

.ic_c_link.ic_back:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	background-image: url(/assets/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	content: "";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media only screen and (max-width: 768px){
	.ic_c_link.ic_back:before {
		top: 0.15em;
	}
}

.ic_window {
	width: 20px;
	height: 18px;
}
@media only screen and (max-width: 768px) {
	.ic_window {
		width: 16px;
		height: 14px;
	}
}
.ic_window:after {
	margin-left: 7px;
	color: #0069b7;
	font-size: 16px;
	content: "\e901";
}
@media only screen and (max-width: 768px) {
	.ic_window:after {
		font-size: 14px;
	}
}

.ic_rss {
	padding-right: 5px;
}
.ic_rss:after {
	color: #ed6008;
	content: "\e909";
}

.ic_pdf:after {
	color: #dc000c;
	font-weight: 600;
	content: "\e90a";
}

.ic_word:after {
	color: #0069b7;
	font-weight: 600;
	content: "\e907";
}

.ic_excel:after {
	color: #00a63c;
	font-weight: 600;
	content: "\e90b";
}

.ic_csv:after {
	color: #00a63c;
	font-weight: 600;
	content: "\e906";
}

.ic_zoom {
	padding-right: 5px;
}
.ic_zoom:after {
	color: #0069b7;
	content: "\e908";
}

.ic_map {
	padding-right: 7px;
}
.ic_map:after {
	margin-left: 3px;
	color: #0069b7;
	content: "\e90c";
}

.ic_pdf,
.ic_word,
.ic_excel,
.ic_csv {
	vertical-align: middle;
}
.ic_pdf:after,
.ic_word:after,
.ic_excel:after,
.ic_csv:after {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}
.ic_white.ic_window:after,
.ic_white.ic_pdf:after,
.ic_white.ic_word:after,
.ic_white.ic_excel:after,
.ic_white.ic_csv:after,
.ic_white.ic_rss:after,
.ic_white.ic_zoom:after,
.ic_white.ic_map:after {
	color: #ffffff !important;
}


/* ***************************
text
*************************** */
/* ------------------------
text-align
------------------------ */
.text_center {
	text-align: center !important;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

@media only screen and (min-width: 769px) {
	.text_centerpc {
		text-align: center !important;
	}

	.text_leftpc {
		text-align: left !important;
	}

	.text_rightpc {
		text-align: right !important;
	}
}
@media only screen and (max-width: 768px) {
	.text_centersp {
		text-align: center !important;
	}

	.text_leftsp {
		text-align: left !important;
	}

	.text_rightsp {
		text-align: right !important;
	}
}
/* ------------------------
vertical-align
------------------------ */
.v_align_top {
	vertical-align: top !important;
}

.v_align_middle {
	vertical-align: middle !important;
}

.v_align_bottom {
	vertical-align: bottom !important;
}


/* ------------------------
font-weight
------------------------ */
.font_normal {
	font-weight: 400 !important;
}

.font_bold {
	font-weight: 700 !important;
}

/* ------------------------
font-size
------------------------ */
.font_120 {
	font-size: 120%;
}

.font_110 {
	font-size: 110%;
}

.font_100 {
	font-size: 100%;
}

.font_90 {
	font-size: 90%;
}

.font_80 {
	font-size: 80%;
}

/* ------------------------
word break
------------------------ */
.word_break {
	word-break: break-all;
}

.no_wrap {
	white-space: nowrap;
}



/* ***************************
width
*************************** */
.width_05 {
	width: 5% !important;
}

.width_10 {
	width: 10% !important;
}

.width_15 {
	width: 15% !important;
}

.width_20 {
	width: 20% !important;
}

.width_25 {
	width: 25% !important;
}

.width_30 {
	width: 30% !important;
}

.width_35 {
	width: 35% !important;
}

.width_40 {
	width: 40% !important;
}

.width_45 {
	width: 45% !important;
}

.width_50 {
	width: 50% !important;
}

.width_55 {
	width: 55% !important;
}

.width_60 {
	width: 60% !important;
}

.width_65 {
	width: 65% !important;
}

.width_70 {
	width: 70% !important;
}

.width_75 {
	width: 75% !important;
}

.width_80 {
	width: 80% !important;
}

.width_85 {
	width: 85% !important;
}

.width_90 {
	width: 90% !important;
}

.width_95 {
	width: 95% !important;
}

.width_100 {
	width: 100% !important;
}

.width_33 {
	width: 33.33333%;
}
/* パーセント pc用 */
@media only screen and (min-width: 769px) {
	.width_05_pc {
		width: 5% !important;
	}

	.width_10_pc {
		width: 10% !important;
	}

	.width_15_pc {
		width: 15% !important;
	}

	.width_20_pc {
		width: 20% !important;
	}

	.width_25_pc {
		width: 25% !important;
	}

	.width_30_pc {
		width: 30% !important;
	}

	.width_35_pc {
		width: 35% !important;
	}

	.width_40_pc {
		width: 40% !important;
	}

	.width_45_pc {
		width: 45% !important;
	}

	.width_50_pc {
		width: 50% !important;
	}

	.width_55_pc {
		width: 55% !important;
	}

	.width_60_pc {
		width: 60% !important;
	}

	.width_65_pc {
		width: 65% !important;
	}

	.width_70_pc {
		width: 70% !important;
	}

	.width_75_pc {
		width: 75% !important;
	}

	.width_80_pc {
		width: 80% !important;
	}

	.width_85_pc {
		width: 85% !important;
	}

	.width_90_pc {
		width: 90% !important;
	}

	.width_95_pc {
		width: 95% !important;
	}

	.width_100_pc {
		width: 100% !important;
	}
}
/* パーセント sp用 */
@media only screen and (max-width: 768px) {
	.width_05_sp {
		width: 5% !important;
	}

	.width_10_sp {
		width: 10% !important;
	}

	.width_15_sp {
		width: 15% !important;
	}

	.width_20_sp {
		width: 20% !important;
	}

	.width_25_sp {
		width: 25% !important;
	}

	.width_30_sp {
		width: 30% !important;
	}

	.width_35_sp {
		width: 35% !important;
	}

	.width_40_sp {
		width: 40% !important;
	}

	.width_45_sp {
		width: 45% !important;
	}

	.width_50_sp {
		width: 50% !important;
	}

	.width_55_sp {
		width: 55% !important;
	}

	.width_60_sp {
		width: 60% !important;
	}

	.width_65_sp {
		width: 65% !important;
	}

	.width_70_sp {
		width: 70% !important;
	}

	.width_75_sp {
		width: 75% !important;
	}

	.width_80_sp {
		width: 80% !important;
	}

	.width_85_sp {
		width: 85% !important;
	}

	.width_90_sp {
		width: 90% !important;
	}

	.width_95_sp {
		width: 95% !important;
	}

	.width_100_sp {
		width: 100% !important;
	}
}


/* ***************************
margin
*************************** */
.margin_auto {
	margin: 0 auto;
}

.margin_0 {
	margin: 0 !important;
}

/* top */
.mt_00 {
	margin-top: 0 !important;
}

.mt_05 {
	margin-top: 5px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_25 {
	margin-top: 25px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_35 {
	margin-top: 35px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_45 {
	margin-top: 45px !important;
}

.mt_50 {
	margin-top: 50px !important;
}

.mt_55 {
	margin-top: 55px !important;
}

.mt_60 {
	margin-top: 60px !important;
}

.mt_65{
	margin-top: 65px !important;
}

.mt_70 {
	margin-top: 70px !important;
}

.mt_75 {
	margin-top: 75px !important;
}

.mt_80 {
	margin-top: 80px !important;
}

.mt_85 {
	margin-top: 85px !important;
}

.mt_90 {
	margin-top: 90px !important;
}

.mt_95 {
	margin-top: 95px !important;
}

.mt_100 {
	margin-top: 100px !important;
}

.mt_1em {
	margin-top: 1em !important;
}

/* top sp */
@media screen and (max-width: 768px) {
	.mt_00_sp {
		margin-top: 0 !important;
	}

	.mt_05_sp {
		margin-top: 5px !important;
	}

	.mt_10_sp {
		margin-top: 10px !important;
	}

	.mt_15_sp {
		margin-top: 15px !important;
	}

	.mt_20_sp {
		margin-top: 20px !important;
	}

	.mt_25_sp {
		margin-top: 25px !important;
	}

	.mt_30_sp {
		margin-top: 30px !important;
	}

	.mt_35_sp {
		margin-top: 35px !important;
	}

	.mt_40_sp {
		margin-top: 40px !important;
	}

	.mt_45_sp {
		margin-top: 45px !important;
	}

	.mt_50_sp {
		margin-top: 50px !important;
	}

	.mt_55_sp {
		margin-top: 55px !important;
	}

	.mt_60_sp {
		margin-top: 60px !important;
	}

	.mt_65_sp {
		margin-top: 65px !important;
	}

	.mt_70_sp {
		margin-top: 70px !important;
	}

	.mt_75_sp {
		margin-top: 75px !important;
	}

	.mt_80_sp {
		margin-top: 80px !important;
	}

	.mt_85_sp {
		margin-top: 85px !important;
	}

	.mt_90_sp {
		margin-top: 90px !important;
	}

	.mt_95_sp {
		margin-top: 95px !important;
	}

	.mt_100_sp {
		margin-top: 100px !important;
	}

	.mt_1em_sp {
		margin-top: 1em !important;
	}
}
/* bottom */
.mb_00 {
	margin-bottom: 0 !important;
}

.mb_05 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_35 {
	margin-bottom: 35px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_45 {
	margin-bottom: 45px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_55 {
	margin-bottom: 55px !important;
}

.mb_60 {
	margin-bottom: 60px !important;
}

.mb_65 {
	margin-bottom: 65px !important;
}

.mb_70 {
	margin-bottom: 70px !important;
}

.mb_75 {
	margin-bottom: 75px !important;
}

.mb_80 {
	margin-bottom: 80px !important;
}

.mb_85 {
	margin-bottom: 85px !important;
}

.mb_90 {
	margin-bottom: 90px !important;
}

.mb_95 {
	margin-bottom: 95px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

.mb_1em {
	margin-bottom: 1em !important;
}

/* bottom --sp */
@media screen and (max-width: 768px) {
	.mb_00_sp {
		margin-bottom: 0 !important;
	}

	.mb_05_sp {
		margin-bottom: 5px !important;
	}

	.mb_10_sp {
		margin-bottom: 10px !important;
	}

	.mb_15_sp {
		margin-bottom: 15px !important;
	}

	.mb_20_sp {
		margin-bottom: 20px !important;
	}

	.mb_25_sp {
		margin-bottom: 25px !important;
	}

	.mb_30_sp {
		margin-bottom: 30px !important;
	}

	.mb_35_sp {
		margin-bottom: 35px !important;
	}

	.mb_40_sp {
		margin-bottom: 40px !important;
	}

	.mb_45_sp {
		margin-bottom: 45px !important;
	}

	.mb_50_sp {
		margin-bottom: 50px !important;
	}

	.mb_55_sp {
		margin-bottom: 55px !important;
	}

	.mb_60_sp {
		margin-bottom: 60px !important;
	}

	.mb_65_sp {
		margin-bottom: 65px !important;
	}

	.mb_70_sp {
		margin-bottom: 70px !important;
	}

	.mb_75_sp {
		margin-bottom: 75px !important;
	}

	.mb_80_sp {
		margin-bottom: 80px !important;
	}

	.mb_85_sp {
		margin-bottom: 85px !important;
	}

	.mb_90_sp {
		margin-bottom: 90px !important;
	}

	.mb_95_sp {
		margin-bottom: 95px !important;
	}

	.mb_100_sp {
		margin-bottom: 100px !important;
	}

	.mb_1em_sp {
		margin-bottom: 1em !important;
	}
}

/* right */
.mr_00 {
	margin-right: 0 !important;
}

.mr_05 {
	margin-right: 5px !important;
}

.mr_10 {
	margin-right: 10px !important;
}

.mr_15 {
	margin-right: 15px !important;
}

.mr_20 {
	margin-right: 20px !important;
}

.mr_25 {
	margin-right: 25px !important;
}

.mr_30 {
	margin-right: 30px !important;
}

.mr_35 {
	margin-right: 35px !important;
}

.mr_40 {
	margin-right: 40px !important;
}

.mr_45 {
	margin-right: 45px !important;
}

.mr_50 {
	margin-right: 50px !important;
}

.mr_55 {
	margin-right: 55px !important;
}

.mr_60 {
	margin-right: 60px !important;
}

.mr_65 {
	margin-right: 65px !important;
}

.mr_70 {
	margin-right: 70px !important;
}

.mr_75 {
	margin-right: 75px !important;
}

.mr_80 {
	margin-right: 80px !important;
}

.mr_85 {
	margin-right: 85px !important;
}

.mr_90 {
	margin-right: 90px !important;
}

.mr_95 {
	margin-right: 95px !important;
}

.mr_100 {
	margin-right: 100px !important;
}

.mr_1em {
	margin-right: 1em !important;
}

/* left */
.ml_00 {
	margin-left: 0 !important;
}

.ml_05 {
	margin-left: 5px !important;
}

.ml_10 {
	margin-left: 10px !important;
}

.ml_15 {
	margin-left: 15px !important;
}

.ml_20 {
	margin-left: 20px !important;
}

.ml_25 {
	margin-left: 25px !important;
}

.ml_30 {
	margin-left: 30px !important;
}

.ml_35 {
	margin-left: 35px !important;
}

.ml_40 {
	margin-left: 40px !important;
}

.ml_45 {
	margin-left: 45px !important;
}

.ml_50 {
	margin-left: 50px !important;
}

.ml_55 {
	margin-left: 55px !important;
}

.ml_60 {
	margin-left: 60px !important;
}

.ml_65 {
	margin-left: 65px !important;
}

.ml_70 {
	margin-left: 70px !important;
}

.ml_75 {
	margin-left: 75px !important;
}

.ml_80 {
	margin-left: 80px !important;
}

.ml_85 {
	margin-left: 85px !important;
}

.ml_90 {
	margin-left: 90px !important;
}

.ml_95 {
	margin-left: 95px !important;
}

.ml_100 {
	margin-left: 100px !important;
}

.ml_1em {
	margin-left: 1em !important;
}

/* ***************************
padding
*************************** */
.section {
	padding-left: 20px;
}

@media screen and (max-width: 768px){
	.section {
			padding-left: 0;
	}
}
.padding_0 {
	padding: 0 !important;
}

/* right */
.pr_00 {
	padding-right: 0 !important;
}

.pr_05 {
	padding-right: 5px !important;
}

.pr_10 {
	padding-right: 10px !important;
}

.pr_15 {
	padding-right: 15px !important;
}

.pr_20 {
	padding-right: 20px !important;
}

.pr_25 {
	padding-right: 25px !important;
}

.pr_30 {
	padding-right: 30px !important;
}

.pr_35 {
	padding-right: 35px !important;
}

.pr_40 {
	padding-right: 40px !important;
}

.pr_45 {
	padding-right: 45px !important;
}

.pr_50 {
	padding-right: 50px !important;
}

.pr_1em {
	padding-right: 1em !important;
}

/* right --sp */
@media screen and (max-width: 768px) {
	.pr_00_sp {
		padding-right: 0 !important;
	}

	.pr_05_sp {
		padding-right: 5px !important;
	}

	.pr_10_sp {
		padding-right: 10px !important;
	}

	.pr_15_sp {
		padding-right: 15px !important;
	}

	.pr_20_sp {
		padding-right: 20px !important;
	}

	.pr_25_sp {
		padding-right: 25px !important;
	}

	.pr_30_sp {
		padding-right: 30px !important;
	}

	.pr_35_sp {
		padding-right: 35px !important;
	}

	.pr_40_sp {
		padding-right: 40px !important;
	}

	.pr_45_sp {
		padding-right: 45px !important;
	}

	.pr_50_sp {
		padding-right: 50px !important;
	}

	.pr_1em_sp {
		padding-right: 1em !important;
	}
}
/* left */
.pl_00 {
	padding-left: 0 !important;
}

.pl_05 {
	padding-left: 5px !important;
}

.pl_10 {
	padding-left: 10px !important;
}

.pl_15 {
	padding-left: 15px !important;
}

.pl_20 {
	padding-left: 20px !important;
}

.pl_25 {
	padding-left: 25px !important;
}

.pl_30 {
	padding-left: 30px !important;
}

.pl_35 {
	padding-left: 35px !important;
}

.pl_40 {
	padding-left: 40px !important;
}

.pl_45 {
	padding-left: 45px !important;
}

.pl_50 {
	padding-left: 50px !important;
}

.pl_1em {
	padding-left: 1em !important;
}

.pl_icon {
	padding-left: 32px !important;
}
/* left --sp */
@media screen and (max-width: 768px) {
	.pl_00_sp {
		padding-left: 0 !important;
	}

	.pl_05_sp {
		padding-left: 5px !important;
	}

	.pl_10_sp {
		padding-left: 10px !important;
	}

	.pl_15_sp {
		padding-left: 15px !important;
	}

	.pl_20_sp {
		padding-left: 20px !important;
	}

	.pl_25_sp {
		padding-left: 25px !important;
	}

	.pl_30_sp {
		padding-left: 30px !important;
	}

	.pl_35_sp {
		padding-left: 35px !important;
	}

	.pl_40_sp {
		padding-left: 40px !important;
	}

	.pl_45_sp {
		padding-left: 45px !important;
	}

	.pl_50_sp {
		padding-left: 50px !important;
	}

	.pl_1em_sp {
		padding-left: 1em !important;
	}
}

/* top */
.pt_00 {
	padding-top: 0 !important;
}

.pt_05 {
	padding-top: 5px !important;
}

.pt_10 {
	padding-top: 10px !important;
}

.pt_15 {
	padding-top: 15px !important;
}

.pt_20 {
	padding-top: 20px !important;
}

.pt_25 {
	padding-top: 25px !important;
}

.pt_30 {
	padding-top: 30px !important;
}

.pt_35 {
	padding-top: 35px !important;
}

.pt_40 {
	padding-top: 40px !important;
}

.pt_45 {
	padding-top: 45px !important;
}

.pt_50 {
	padding-top: 50px !important;
}

.pt_1em {
	padding-top: 1em !important;
}

/* bottom */
.pb_00 {
	padding-bottom: 0 !important;
}

.pb_05 {
	padding-bottom: 5px !important;
}

.pb_10 {
	padding-bottom: 10px !important;
}

.pb_15 {
	padding-bottom: 15px !important;
}

.pb_20 {
	padding-bottom: 20px !important;
}

.pb_25 {
	padding-bottom: 25px !important;
}

.pb_30 {
	padding-bottom: 30px !important;
}

.pb_35 {
	padding-bottom: 35px !important;
}

.pb_40 {
	padding-bottom: 40px !important;
}

.pb_45 {
	padding-bottom: 45px !important;
}

.pb_50 {
	padding-bottom: 50px !important;
}

.pb_1em {
	padding-bottom: 1em !important;
}
/* ***************************
color
*************************** */
.text_blue {
	color: #0069b7;
}

.text_red {
	color: #dc000c;
}

.text_white {
	color: #ffffff;
}

/* ***************************
clearfix
*************************** */
.clear_fix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear_fix {
	min-height: 1px;
}
* html .clear_fix {
	height: 1px;
}

/* ***************************
responsive
*************************** */
/* ***************************
grid
*************************** */
@media screen and (max-width: 767px) {
	.opt_col2,
	.opt_col3,
	.opt_col4,
	.opt_col1_3,
	.opt_col2_3,
	.opt_col1_4,
	.opt_col3_4 {
		width: auto !important;
		margin: 0 0 30px !important;
	}

	.opt_col2.opt_no_responsive,
	.opt_col3.opt_no_responsive {
		width: 48% !important;
	}

	.opt_col3.opt_no_responsive {
		margin-right: 1%;
	}

	.opt_col2:last-child,
	.opt_col3:last-child,
	.opt_col4:last-child,
	.opt_col1_3:last-child,
	.opt_col2_3:last-child,
	.opt_col1_4:last-child,
	.opt_col3_4:last-child {
		margin-bottom: 0 !important;
	}

	.border_right_block {
		border: none;
		border-bottom: #a0b4bf 1px dotted;
		padding: 0 0 20px !important;
	}
}


@media only print {
	.no_wrap {
		white-space: initial;
	}
	.is-headerFixed .header_bottom {
		position: relative !important;
	}
	#header.header {
		padding-bottom: 0 !important;
	}
	.returntop_inner {
		display: none;
	}
	th, td {
		break-inside: avoid;
	}
}

/* ***************************
2022/12/07 改修追記
*************************** */
.titleimgbox_body ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.titleimgbox_body ul li {
	width: calc(100% / 3 - 56px / 3 - 2px);
	/* height: 240px; */
	border: 1px solid #231815;
	position: relative;
	border-radius: 8px;
	padding: 15px 5px 15px 5px;
}
.titleimgbox_body ul li:not(:last-of-type):before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateX(100%) translateY(-50%);
	background-image: url(/home/move/img/img_cc_step--arrow_pc.png);
	background-size: cover;
	width: 16px;
	height: 24px;
}
.titleimgbox_body ul li .step_num_txt {
	font-size: 18px;
	font-weight: bold;
	/* margin-top: 14px; */
}
.titleimgbox_body ul li .step_copy_txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.562;
 	/* color: #0069b7;*/
	text-align: center;
	/* position: absolute;
	top: 148px;
	left: 0; */
	width: 100%;
	margin: 0;
}
.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko {
	font-size: 12px;
	line-height: 1.362;
	display: inline-block;
	position: relative;
}
.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::before,
.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::after {
	position: absolute;
	top: -2px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}
.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::before {
	content: "（";
	left: -4px;
	transform: translateX(-100%);
}
.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::after {
	content: "）";
	right: -4px;
	transform: translateX(100%);
}
.titleimgbox_body ul li picture {
	margin: 8px auto 0 auto;
	display: block;
}
.titleimgbox_body ul li:nth-of-type(1) picture {
	width: 126px;
}
.titleimgbox_body ul li:nth-of-type(2) picture {
	width: 108px;
}
.titleimgbox_body ul li:nth-of-type(3) picture {
	width: 50px;
}
@media only screen and (max-width: 768px) {
	.titleimgbox_body ul {
		flex-direction: column;
	}
	.titleimgbox_body ul li {
		width: 100%;
		height: 140px;
	}
	.titleimgbox_body ul li:not(:last-of-type):before {
		top: auto;
		bottom: -9px;
		right: 50%;
		transform: translateX(50%) translateY(100%);
		background-image: url(/home/move/img/img_cc_step--arrow_sp.png);
		width: 24px;
		height: 15px;
	}
	.titleimgbox_body ul li + li {
		margin-top: 32px;
	}
	.titleimgbox_body ul li .step_num_txt {
		font-size: 19px;
	}
	.titleimgbox_body ul li .step_copy_txt {
		font-size: 14px;
		line-height: 1.428;
		width: 100%;
		position: absolute;
		width: auto;
	}
	.titleimgbox_body ul li:nth-of-type(1) .step_copy_txt {
		top: 69px;
		left: calc(50% - 24px);
	}
	.titleimgbox_body ul li:nth-of-type(2) .step_copy_txt {
		top: 60px;
		left: calc(50% - 16px);
	}
	.titleimgbox_body ul li:nth-of-type(3) .step_copy_txt {
		top: 51px;
		left: calc(50% - 44px);
	}
	.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko {
		font-size: 10px;
		line-height: 1.363;
		margin-top: 4px;
	}
	.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::before,
	.titleimgbox_body ul li .step_copy_txt .step_copy_txt_kakkko::after {
		top: -3px;
		font-size: 29px;
	}
	.titleimgbox_body ul li picture {
		margin: 0 auto;
		position: absolute;
	}
	.titleimgbox_body ul li:nth-of-type(1) picture {
		width: 92px;
		bottom: 13px;
		left: calc(50% - 92px - 42px);
	}
	.titleimgbox_body ul li:nth-of-type(2) picture {
		width: 79px;
		bottom: 15px;
		left: calc(50% - 79px - 45px);
	}
	.titleimgbox_body ul li:nth-of-type(3) picture {
		width: 44px;
		bottom: 13px;
		left: calc(50% - 44px - 66px);
	}
}
.area_index {
	width: 2.3em;
	height: 2.1em;
	line-height: 2.1em;
	padding-top: 2px;
	float: left;
	border: #bbd0e8 1px solid;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background: #fff;
}
.area_index a {
	display: block;
}
.area_body {
	padding-left: 5.5em;
}
.area_sub_list {
	padding-left: 11em;
}
.area_index_block {
	width: 18em;
	background: #f2f5fa;
	padding: 10px 8px 0 18px;
	*display: inline;
	zoom: 1;
}
.area_index_block .area_index {
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px){
	.area_index {
		float: none;
		margin-bottom: 15px;
	}
	.area_body {
		padding-left: 0;
	}
	.area_index {
		width: 2.7em;
		height: 2.5em;
		line-height: 2.5em;
		padding-top: 2px;
		border: #bbd0e8 1px solid;
		text-align: center;
		font-weight: bold;
		font-size: 110%;
		background: #fff;
	}
	.area_index a {
		display: block;
	}
	.area_index_block {
		width: auto;
		text-align: center;
		padding: 10px 10px 0 10px;
		display: block;
	}
	.area_index_block .area_index {
		display: inline-block;
		float: none;
		margin: 0 10px 10px 0;
		vertical-align: top;
	}
	.area_index_block .area_index:last-child {
		margin-right: 0;
	}
}

.kokuban {
	background-image: url(/corporate/nextgeneration/omoshiro/img/chalkboard_bk.gif) !important;
}
.kokuban_ttl {
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.kokuban ul {
	margin-left: 30px;
}
.kokuban ul a,
.kokuban p{
	color: #ffffff;
	font-weight: bold;
}

.kokuban ul li{
	background: url(/assets/img/ic_c_link_w.png) no-repeat 0 0.25em;
	margin-bottom: 10px;
	padding-left: 20px;

}
.kokuban img {
	vertical-align:bottom;
}

.mailform_button {
	cursor: pointer;
}

/* form_table */
.form_table_a1,
.form_table_a2,
.form_table_a3 {
	width: 100%;
	background: #fff;
}
.form_table_a1 input[type="text"],
.form_table_a1 select,
.form_table_a1 textarea,
.form_table_a2 input[type="text"],
.form_table_a2 select,
.form_table_a2 textarea,
.form_table_a3 input[type="text"],
.form_table_a3 select,
.form_table_a3 textarea{
	font-size:100%;
	}
.form_table_a1 {
	border-right: #acacac 1px solid;
	border-top: #acacac 1px solid;
}
.form_table_a1 th,
.form_table_a1 td {
	border-left: #acacac 1px solid;
	border-bottom: #acacac 1px solid;
	padding: 5px;
	float: none !important;
}
.form_table_a1 th {
	background: #ededed;
	border-right: #acacac 1px solid;
}
.form_table_a2 {
	border-right: #9cb3ce 1px solid;
	border-top: #9cb3ce 1px solid;
}
.form_table_a2 th,
.form_table_a2 td {
	border-left: #9cb3ce 1px solid;
	border-bottom: #9cb3ce 1px solid;
	padding: 5px;
	float: none !important;
}
.form_table_a2 th {
	background: #d1e1f3;
	border-right: #9cb3ce 1px solid;

}
.form_table_a2 td {
	background: #e3eaf5;
}
.form_table_a3 {
	border-right: #de99a1 1px solid;
	border-top: #de99a1 1px solid;
}
.form_table_a3 th,
.form_table_a3 td {
	border-left: #de99a1 1px solid;
	border-bottom: #de99a1 1px solid;
	padding: 5px;
	float: none !important;
}
.form_table_a3 th {
	background: #fbe0e3;
	border-right: #de99a1 1px solid;
}
.form_table_a3 td {
	background: #fdf6f7;
}

.form_table_a1 input, .form_table_a1 table select, .form_table_a1 select#contract_a, .form_table_a1 textarea,
.form_table_a2 input, .form_table_a2 table select, .form_table_a2 select#contract_a, .form_table_a2 textarea,
.form_table_a3 input, .form_table_a3 table select, .form_table_a3 select#contract_a, .form_table_a3 textarea {
	color: #0f303f;
	border: 1px solid #0f303f;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 2px 5px;
}

.form_table_a1 input[type="button"],
.form_table_a2 input[type="button"],
.form_table_a3 input[type="button"] {
    position: relative;
    display: inline-flex;
    padding: 4px 10px 4px 10px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #0069b7 !important;
    border-radius: 6px !important;
    text-align: center;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
	.form_table_a1 input, .form_table_a1 table select, select#contract_a, .form_table_a1 textarea,
	.form_table_a2 input, .form_table_a2 table select, .form_table_a2 textarea,
	.form_table_a3 input, .form_table_a3 table select, .form_table_a3 textarea {
		width: 100%;
	}

	.form_table_a1 input[type="button"],
	.form_table_a2 input[type="button"],
	.form_table_a3 input[type="button"] {
		width: 80px;
	}
	.form_table_a1 input[type="radio"],
	.form_table_a2 input[type="radio"],
	.form_table_a3 input[type="radio"] {
		width: auto;
	}
}

.form_table_a1 input[type="checkbox"],
.form_table_a1 input[type="radio"],
.form_table_a2 input[type="checkbox"],
.form_table_a2 input[type="radio"],
.form_table_a3 input[type="checkbox"],
.form_table_a3 input[type="radio"] {
	/* -webkit-appearance: auto; */
	-moz-appearance: auto;
	appearance: auto;
}

.form_button_zip_input{
    position: relative;
    display: inline-flex;
    padding: 6px 15px 6px 15px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 500;
    background-color: #0069b7 !important;
    border-radius: 6px !important;
    text-align: center;
    border: none;
    cursor: pointer;
}

.form_button_zip_close{
    position: relative;
    display: inline-flex;
    padding: 6px 15px 6px 15px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 500;
    background-color: #aaaaaa !important;
    border-radius: 6px !important;
    text-align: center;
    border: none;
    cursor: pointer;
}

.form_table_a1 input[type~="checkbox"], .form_table_a2 input[type~="checkbox"], .form_table_a3 input[type~="checkbox"] {
    width: 20px;
}