<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: YuGothicM;
	src: local(Yu Gothic Medium);
}

/* Reset
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
em {
	font-style: normal;
}

strong,
th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	text-align: left;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
fieldset {
	border: 0;
}

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

li {
	list-style-type: none;
}

input[type="submit"],
button,
label,
select {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* {
	box-sizing: border-box;
}

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

/* link
------------------------------------------------------------*/

a {
	color: #444444;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #444444;
}

p a:hover {
	opacity: 0.8;
}

button:hover {
	opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/

html {
	font-size: 18px;
	height: 100%;
}

/* 10px base */

body {
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: YuGothic, YuGothicM, "Yu Gothic", "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", "Hiragino Sans", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #444444;
	height: 100%;
	background: #ffffff;
}

body &gt; div,
input,
button,
textarea,
select {
	font-size: 18px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
button,
textarea,
select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	line-height: 1.4;
	color: #000;
	font-size: 16px;
	border: 1px solid #bbb;
	font-family: YuGothic, YuGothicM, "Yu Gothic", "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", "Hiragino Sans", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
}

/* form
------------------------------------------------------------*/

select {
	padding: 5px 30px 5px 5px;
	border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
	padding: 5px 7px;
	border-radius: 5px;
	width: 100%;
}

textarea {
	resize: none;
	min-height: 155px;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
select.error {
	background-color: #fff2f2;
	border: solid 2px #f68500;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus {
	border: 1px solid #999;
	outline: 0;
}

textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
select:focus::placeholder {
	color: transparent;
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bbb;
}

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #bbb;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
select::placeholder {
	color: #bbb;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 10px;
}

/* animation */

/* =========================
header
========================= */

#header {
	position: relative;
	background: #fff;
	min-height: 0;
	border-top: 5px solid #004098;
}

#header .official a {
	font-size: 14px;
	display: block;
	background: url(../img/cmn/ico_arrow_header.png) 97% center/16px no-repeat #f68500;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	max-width: 320px;
	padding: 7px 9px 3px;
	letter-spacing: 0.5px;
}

#header .official span {
	display: inline-block;
	vertical-align: -1px;
	margin-right: 5px;
}

#header .main_info {
	margin-top: 21px;
	float: left;
	width: 44%;
}

#header .main_info .logo{
	font-size: 38px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-bottom: 5px;
}

#header .main_info .logo a {
	color: #004098;
	text-decoration: none;
	overflow:hidden;
	display:block;
}

#header .main_info .logo .icon {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	margin-right: 10px;
	float:left;
}
#header .main_info .logo a .name{
	float:left;
	display: inline-block;
}
#header .main_info .logo.line2 a .name{
	font-size:26px;
	line-height:1.2;
	width:240px;
}

#header .sub_info {
	float: right;
	width: 55.5%;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 32px;
}

#header .sub_info .info_box01 {
	box-sizing:border-box;
	min-height:102px;
	border: 2px solid #dddddd;
	float: left;
	width: 47.4%;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px 15px 12px;
	font-weight: bold;
}
#header .sub_info .info_box01.line2 {
	padding: 7px 15px 5px;
}

#header .sub_info .info_box01 p {
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 8px;
}

#header .sub_info .info_box01 p:last-child {
	margin-bottom: 0;
}

#header .sub_info .info_box02 {
	float: right;
	width: 51%;
}

#header .sub_info .info_box02 .bnr {
	margin-bottom: 11px;
	overflow: hidden;
}

#header .sub_info .info_box02 .bnr li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	border-radius: 5px;
	position: relative;
	border-bottom: 2px solid;
	overflow: hidden;
}

#header .sub_info .info_box02 .bnr li .icon {
	margin-right: 8px;
}

#header .sub_info .info_box02 .bnr li span {
	display: inline-block;
	vertical-align: middle;
}

#header .sub_info .info_box02 .bnr li.bn01 a {
	padding: 9px 0 5px 10px;
        /*
	background: #fd6c7c;
	border-color: #b14b57;
        */
        background: #f68500;
	border-color: #cb8d00;
}

#header .sub_info .info_box02 .bnr li.bn02 a {
	padding: 9px 0 5px 20px;
	/*
        background: #f68500;
	border-color: #cb8d00;
        */
        background: #004098;
	border-color: #001e48;
}

#header .sub_info .info_box02 .tel_box .sub {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #2b5ba5;
	text-align: center;
	color: #2b5ba5;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 10px;
	margin-right: 8px;
}

#header .sub_info .info_box02 .tel_box .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
	color: #2b5ba5;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "Oswald", sans-serif;
                    text-decoration:none !important;
}

#header .sub_info .info_box02 .tel_box .tel.tel_chg_true {
    font-size: 29px;
}
.tel_chg_text {
    font-size:13px;
}

/* =========================
gnavi
========================= */

#global_navi {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	background: #fef2b8;
}

#global_navi.fixed {
	position: fixed;
}

#global_navi .global_navi_main {
	/*20220615 flexbox縺ｫ螟画峩*/
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}


/*
#global_navi .global_navi_main.test li{
	20220615 荳�伐蠑上→縺ｯ繧定｡ｨ遉ｺ縺励↑縺�
	width: 16.55%;
}
*/

#global_navi .global_navi_main.public li{
	/*險ｭ螳壹＠縺ｦ縺�↑縺�憾諷九�謨吝ｮ､*/
	width: 19.9%;
}

#global_navi .global_navi_main.test.no_method li,
#global_navi .global_navi_main.public.no_method li{
	/*20220622 public縺ｧ繧ゅΓ繧ｽ繝�ラ縺ｮ縺ｪ縺�蕗螳､縺ｯ荳�伐蠑上→縺ｯ繧定｡ｨ遉ｺ縺励↑縺�*/
	width: 19.9%;
}

@media screen and (min-width:769px){	
	#global_navi .global_navi_main.test.display_method li,
	#global_navi .global_navi_main.public.display_method li{
		/*20220615 public &amp;&amp; method繝壹�繧ｸ縺ゅｊ縺ｯ陦ｨ遉ｺ縺吶ｋ*/
		width: 16.55% !important;
	}
}


#global_navi .global_navi_main li {
	
	/*20220615 flexbox縺ｫ螟画峩*/
	/*float: left;*/
	text-align: center;
	border-bottom: 5px solid #1a61c2;
	margin-right: 1px;
	
}

#global_navi .global_navi_main.test.no_method li.method,
#global_navi .global_navi_main.public.no_method li.method{
	display:none !important;
}

#global_navi .global_navi_main li:last-child {
	margin-right: 0;
}

#global_navi .global_navi_main li a {
	display: block;
	height: 75px;
	/*padding-top: 31px;*/

	opacity: 1 !important;
	-webkit-transition: none;
	transition: none;
	background: #004098;
	text-decoration: none;
}

#global_navi .global_navi_main li a:hover {
	background: #0157D0;
	text-decoration: none;
}

/*20190306霑ｽ蜉�*/
#global_navi .global_navi_main li.sp_taiken{
    /*
    background: #fd6c7c;
    border-color: #f699ae;
    */
    /*20210805螟画峩*/
    background: #f68500;
    border-color: #f6af5b;
}
#global_navi .global_navi_main li.sp_taiken a {
	/*background: #fd6c7c;*/
        background:#f68500;
}
#global_navi .global_navi_main li.sp_taiken a:hover {
	background: #f6af5b;
}

/*20220614 霑ｽ蜉�縲繝｡繝九Η繝ｼCSS縺ｫ螟画峩*/
#global_navi .global_navi_main li a span.u_pc_text{
	font-size:19px;
	font-family:"M PLUS Rounded 1c", YuGothic, YuGothicM, "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け菴�", "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", "Hiragino Sans", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	font-weight:700;
	color:#FFF;
	line-height:75px;
}


/* =========================
footer
========================= */

#footer {
	position: relative;
}

#footer #pagetop {
	width: 70px;
	position: fixed;
	right: 10px;
	bottom: -90px;
	z-index: 900;
}

#footer #pagetop.fixed {
	-webkit-animation: pageIn 1000ms both;
	animation: pageIn 1000ms both;
}

#footer #pagetop.nofix {
	-webkit-animation: pageOut 1000ms both;
	animation: pageOut 1000ms both;
}

#footer .logo {
	float: left;
	width: 30%;
}

#footer .logo p + p {
	margin-top: 20px;
}

#footer .footer_navi1 {
	background: #e5eff8;
	padding-top: 55px;
	padding-bottom: 45px;
	border-top: 3px solid #f68500;
}

#footer .f_navi1 .f_list1 li {
	line-height: 1.4;
}

#footer .f_navi1 .f_list1 a {
	background: url(../img/cmn/footer_ico1.png) left center/6px no-repeat;
	padding-left: 10px;
	font-size: 14px;
	text-decoration: none;
}

#footer .f_navi1 .f_list1 a:hover {
	text-decoration: underline;
	opacity: 1;
}

#footer .footer_info {
	font-size: 12px;
	background: #f68500;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* =========================
slick
========================= */

.slick_arrow .slick-prev,
.slick_arrow .slick-next {
	z-index: 100;
	position: absolute;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 45px;
	height: 45px;
}

.slick_arrow .slick-prev {
	left: -25px;
	background: url(../img/top/btn_slide_l.png) center center/100% no-repeat;
}

.slick_arrow .slick-next {
	right: -25px;
	background: url(../img/top/btn_slide_r.png) center center/100% no-repeat;
}

/* =========================
mod
========================= */

.mod_inner1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mod_inner1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mod_inner2 {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mod_inner2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mod_inner3 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.mod_inner3:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mod_inner3.mod_anker {
	padding-top: 100px;
	margin-top: -30px;
}

.mod_btn1 {
	position: relative;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	background-image: url(../img/cmn/arrow_w.png);
	background-repeat: no-repeat;
}

.mod_btn1:hover {
	color: #fff;
}

.mod_btn1.bg_orange {
	background-color: #f68500;
}

.mod_btn1.bg_pink {
	background-color: #fd86ad;
}

.mod_btn1.bg_blue {
	background-color: #004098;
}

.mod_btn1.size_m {
	font-size: 22px;
	padding: 5px 10px;
	background-size: 8px;
	background-position: 95% center;
}

.mod_btn1.size_b {
	padding: 4px 30px 4px 15px;
	background-size: 13px;
	background-position: 98% center;
	min-width: 250px;
	display: inline-block;
}

.mod_btn1.size_s {
	padding: 4px 20px 4px 4px;
	background-size: 13px;
	background-position: 95% center;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.mod_btn1.size_xs {
	padding: 4px;
	background-size: 10px;
	background-position: 92% center;
	font-size: 14px;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.mod_hl1 {
	text-align: center;
	margin-bottom: 20px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 2px;
	line-height: 1.6;
}

.mod_hl1.size_l {
	font-size: 40px;
}

.mod_hl1.size_m {
	font-size: 35px;
}

.mod_hl1.size_s {
	font-size: 30px;
}

.mod_hl1.cl_orange {
	color: #f68500;
}

.mod_hl1.cl_blue {
	color: #004098;
}

.mod_hl2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

.mod_hl2.size_l {
	font-size: 24px;
}

.mod_hl2.cl_orange,
.mod_hl2.cl_orange a {
	color: #f68500;
}

.mod_hl2.cl_blue,
.mod_hl2.cl_blue a {
	color: #004098;
}

.mod_hl3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(../img/cmn/ico_hl1.png) left 8px/18px no-repeat;
}

.mod_bg_yellow {
	background-color: #fef2b8;
}

.mod_bread {
	line-height: 1;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}

.mod_bread li {
	font-size: 12px;
	display: inline;
    margin-right: 5px;
}

.mod_bread li:after {
	content: "\003E";
    margin-left: 5px;
}

.mod_bread li:last-child:after {
	display: none;
}

.mod_bread li a {
	text-decoration: none;
}

.mod_page_title {
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #004098;
	font-size: 50px;
	padding-top: 33px;
	margin-bottom: 50px;
	min-height: 140px;
	background: url(../img/cmn/bg_main.png) no-repeat center top;
}

.mod_row:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mod_row li {
	float: left;
}

.mod_row li:last-child {
	margin-right: 0;
}

.mod_row .col4_1 {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.mod_row .col4_1:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.mod_row .col4_1:nth-child(4n+1) {
	clear: both;
}

.mod_row .col4_1:nth-child(4n-1) {
	margin-right: 0;
}

.mod_row .col3_1 {
	width: 30%;
	margin-right: 5%;
}

.mod_footer_bottom .mod_bnr_contact {
	margin-bottom: 80px;
}

.mod_bnr_contact {
	position: relative;
	clear: both;
	padding-top: 40px;
}

.mod_bnr_contact .img1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.mod_bnr_contact .img2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.mod_bnr_contact ul {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.mod_bnr_contact li {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1%;
}

.mod_bnr_contact li.bn01 a {
	/*background-color: #9ee3ca;*/
        /*background-color : #fd6c7c;*/
        background-color: #f68500;
}

.mod_bnr_contact li.bn02 a {
	/*background-color: #e79ad8;*/
        /*background-color: #f68500;*/
        background-color: #004098;
}

.mod_bnr_contact li a {
	display: block;
	border-radius: 100px;
	padding: 19px 0 19px 40px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	background-image: url(../img/cmn/arrow1.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 13px;
        color:#FFF;
}

.mod_bnr_contact li a .icon {
	position: absolute;
	left: 25px;
	top: 13px;
}

.mod_access {
	padding: 70px 0 70px;
}

.mod_access .mod_hl1 {
	margin-bottom: 36px;
}

.mod_access .info_box {
	padding: 28px 40px;
	width: 45.5%;
	/*height: 310px;*//*縺ｯ縺ｿ蜃ｺ繧区蕗螳､縺悟｢励∴縺溘�縺ｧ繧ｳ繝｡繝ｳ繝亥喧*/
	float: left;
	border-radius: 20px;
	background: #fff;
}

.mod_access .info_box.tel_chg_true {
    height:auto !important;
}
.mod_access .info_box dl {
	overflow: hidden;
	border-bottom: 2px dotted #ccc;
	font-size: 16px;
	padding: 10px 0;
}

.mod_access .info_box dt {
	float: left;
	width: 15%;
}

.mod_access .info_box dt.tel_chg_true {
	width: 25%;
}
.mod_access .info_box dd {
	float: right;
	width: 85%;
}
.mod_access .info_box dd.tel_chg_true {
	width: 70%;
}

.mod_access .info_box dd a {
    text-decoration:none !important;
}

.mod_access .info_box .mod_btn1 {
	text-align: center;
	padding-left: 15px;
	margin: 20px 0 0 auto;
	/*max-width: 220px;*/
        max-width: 260px;
}

.mod_access .info_box_wrapper{
    background-color:#FFF;
    padding:10px 10px 10px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}
/*20210215霑ｽ蜉�縲譁�ｭ玲焚縺ｮ螟壹＞謨吝ｮ､蜷榊ｯｾ蠢�*/
.mod_access .info_box .mod_btn_address {
        position: relative;
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        border-radius: 50px;
        /*
        background-image: url(../img/cmn/arrow_w.png);
        background-repeat: no-repeat;
        background-position: 92% center;
        background-size: 10px;
        */
	text-align: center;
	padding-left: 15px;
	margin: 20px 0 0 auto;
        max-width: 300px;
        background-color: #f68500;
        padding: 4px;
        font-size: 14px;
}


.mod_access .map {
	width: 52.5%;
	float: right;
}

.mod_access .map iframe {
	border: none;
	width: 100%;
	height: 310px;
}

/* CSS Document */

.u_sp {
	display: none;
}

@media only screen and (min-width: 769px) {

#header .sub_info .info_box02 .bnr li:nth-child(odd) {
	width: 49%;
	float: left;
}

#header .sub_info .info_box02 .bnr li:nth-child(even) {
	width: 49%;
	float: right;
}

/*20180306霑ｽ蜉�*/
#global_navi .global_navi_main li.sp_taiken{
	display:none;
}
#footer .fl {
	float: left;
}

#footer .fr {
	float: right;
}

#footer .f_navi_wrap {
	float: right;
	width: 70%;
}

#footer .f_navi1.type1 {
	float: left;
	width: 27%;
	margin-right: 2%;
}

#footer .f_navi1.type2 {
	float: left;
	width: 46%;
}

#footer .f_navi1.type3 {
	/*width: 23%;*/
        width: 25%;
	float: right;
}

#footer .f_navi1 .f_ttl1 {
	font-weight: bold;
	font-size: 16px;
	color: #004098;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

#footer .f_navi1 .f_list1 + .f_ttl1 {
	margin-top: 30px;
}

#footer .f_navi1 .f_list1 + .f_ttl2 {
	margin-top: 30px;
}

#footer .f_navi1 .acc {
	display: block !important;
	height: auto !important;
}

#footer .f_navi1 .acc .f_ttl2 + .f_list1 {
	display: block !important;
	height: auto !important;
}

}/*min-width 769px*/


/*************************************************/
/*蟷� 768px莉･荳�*/
/*************************************************/


@media only screen and (max-width: 768px) {

body {
	min-width: 320px;
}

#wrapper {
	margin-top: 58px !important;
}

#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	border-top: none;
	min-height:58px;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
}

#header .sp_btn {
	padding-top: 10px;
	float: right;
}

#header .sp_btn .sp_open {
	float: right;
	margin-left: 15px;
}

#header .official a {
	padding: 14px 10px 10px;
	margin: 20px auto;
}

#header .main_info {
	width: 100%;
	float: none;
	margin-top: 0;
}

#header .main_info .logo {
	float: left;
	font-size: 18px;
	margin: 10px 0;
}
#header .main_info .logo .icon {
	width: 26px;
}
#header .main_info .logo.line2 a .name {
	font-size: 16px;
	margin: 0;
	width:150px;
}

#header .sub_info {
	width: 100%;
	float: none;
	margin-top: 0;
	padding: 0 10px;
}

#header .sub_info .info_box01 {
	width: 100%;
	margin: 0 auto 20px;
}

#header .sub_info .info_box02 {
	width: 100%;
	margin: 0 auto 20px;
}

#header .sub_info .info_box02 .bnr {
	margin-bottom: 20px;
}

#header .sub_info .info_box02 .bnr li {
	float: none;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

#header .sub_info .info_box02 .bnr li:nth-child(even) {
	margin-top: 10px;
}

#header .sub_info .info_box02 .bnr li a {
	padding: 15px;
}

#header .sub_info .info_box02 .tel_box {
	text-align: center;
}

#header .sub_info .info_box02 .tel_box .sub {
	display: block;
	max-width: 200px;
	margin: 0 auto 10px;
}

#global_navi {
	-webkit-transition: 0.7s;
	transition: 0.7s;
	position: fixed;
	background: none;
	height: 100%;
	left: 100%;
}

#global_navi.open {
	left: 0;
}

#global_navi .sp_close {
	width: 40px;
	margin-left: auto;
	padding: 10px 0 11px 0;
	margin-right: 10px;
	display: block;
}

#global_navi #sp_menu {
	height: 100%;
	background: #fff;
	overflow-y: scroll;
	padding: 0;
}

/*20220616縲Flexbox蛹悶↓莨ｴ縺�ｨ倩ｼ芽ｿｽ蜉�*/
#global_navi .global_navi_main{
	display:block !important;
}
#global_navi .global_navi_main li {
	width: 100% !important;
	margin: 0;
}

#global_navi .global_navi_main li a {
	text-align: left;
	height: auto;
	padding: 20px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
}
#footer .fl {
	margin-bottom: 10px;
}

#footer .logo {
	width: 100%;
	float: none;
	padding: 0 10px 40px;
	text-align: center;
}

#footer .footer_navi1 {
	padding-top: 40px;
	padding-bottom: 0;
}

#footer .footer_navi1 .mod_inner1 {
	padding: 0;
}

#footer .f_navi1 .acc {
	display: none;
	padding: 15px;
}

#footer .f_navi1 .acc .f_ttl2 + .f_list1 {
	display: none;
}

#footer .f_navi1 .f_ttl1 {
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	background: #004098;
	border-bottom: 2px solid #26507d;
	position: relative;
}

#footer .f_navi1 .f_ttl1:after {
	position: absolute;
	content: "\FF0B";
	font-size: 20px;
	line-height: 20px;
	right: 5px;
	top: calc(50% - 10px);
	bottom: 0px;
}

#footer .f_navi1 .f_ttl1.open:after {
	content: "\FF0D";
}

#footer .f_navi1 .f_ttl2 {
	padding: 10px 15px;
	color: #fff;
	background: #26507d;
	position: relative;
}

#footer .f_navi1 .f_ttl2:after {
	position: absolute;
	content: "\FF0B";
	font-size: 20px;
	line-height: 20px;
	right: 5px;
	top: calc(50% - 10px);
	bottom: 0px;
}

#footer .f_navi1 .f_ttl2.open:after {
	content: "\FF0D";
}

#footer .f_navi1 .f_list1 li {
	margin-bottom: 10px;
}

#footer .f_navi1 .f_list1 li:last-child {
	margin-bottom: 0;
}

#footer .f_navi1 .f_list1 a {
	font-size: 16px;
}

.mod_inner1 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.mod_inner2 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.mod_inner3 {
	width: 100%;
	padding: 50px 10px;
}

.mod_btn1.size_m {
	font-size: 18px;
}

.mod_hl1.size_l {
	font-size: 30px;
	line-height: 1.4;
}

.mod_hl1.size_m {
	font-size: 25px;
	line-height: 1.4;
}

.mod_hl1.size_s {
	font-size: 20px;
	line-height: 1.4;
}

.mod_hl2 {
	font-size: 16px;
}

.mod_page_title {
	margin-bottom: 40px;
	background-position: center bottom;
	font-size: 26px;
	min-height: 90px;
	padding-top: 17px;
}

.mod_row li {
	margin-bottom: 10px;
}

.mod_row li:last-child {
	margin-bottom: 0;
}

.mod_row .sp_col2_1 {
	margin-right: 0;
	width: 49%;
}

.mod_row .sp_col2_1:nth-child(odd) {
	clear: both;
}

.mod_row .sp_col2_1:nth-child(even) {
	float: right;
}

.mod_bnr_contact {
	padding: 0 0 110px;
}

.mod_bnr_contact .img1 {
	left: 20px;
	width: 120px;
}

.mod_bnr_contact .img2 {
	right: 20px;
	width: 60px;
}

.mod_bnr_contact li {
	display: block;
	width: 100%;
	float: none !important;
}

.mod_bnr_contact li:nth-child(even) {
	margin-top: 20px;
}

.mod_access .info_box {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 20px;
}

.mod_access .info_box dt {
	width: 20%;
}


.mod_access .info_box dd {
	width: 75%;
}

.mod_access .map {
	width: 100%;
	float: none;
}

.u_pc {
	display: none;
}

.u_sp {
	display: block;
}

/*20210614霑ｽ蜉�*/
.flow_chart .br_pc{
    display:none;
}


}/* max-width : 768px */

@-webkit-keyframes pageOut {

0% {
	bottom: 10px;
}

100% {
	bottom: -90px;
}

}

@keyframes pageOut {

0% {
	bottom: 10px;
}

100% {
	bottom: -90px;
}

}

@-webkit-keyframes pageIn {

0% {
	bottom: -90px;
}

100% {
	bottom: 10px;
}

}

@keyframes pageIn {

0% {
	bottom: -90px;
}

100% {
	bottom: 10px;
}

}

/*20190410霑ｽ蜉�*/
.center{
    text-align:center;
}
/*# sourceMappingURL=maps/common.css.map */

/*20190909霑ｽ蜉�*/
.tokucho_area .google_indoor_map{
    width:100%;
    max-width:900px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

.tokucho_area .google_indoor_map iframe,
.tokucho_area .google_indoor_map object,
.tokucho_area .google_indoor_map embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*20200108霑ｽ蜉�*/
#time_caution{
    display:none;
}

/*20210803霑ｽ蜉�縲菴馴ｨ薙Ξ繝�せ繝ｳ譁�ｸｭ繝懊ち繝ｳ*/
/*蟆�*/
.tokucho_area .bnr_taiken_s,
.tokucho_area .bnr_contact_s{
    display: inline-block;
    vertical-align:middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    border-radius: 5px;
    position: relative;
    border-bottom: 2px solid;
    overflow: hidden;
    padding: 9px 0 5px 10px;

    width:167px;
    height:52px;
}
.tokucho_area .bnr_contact_s{
padding: 9px 0 5px 20px;
}

.tokucho_area .bnr_taiken_s .icon ,
.tokucho_area .bnr_contact_s .icon {
    margin-right: 8px;
    display:inline-block;
}
.tokucho_area .bnr_taiken_s .icon{
    width:31px;
    height:25px;
}
.tokucho_area .bnr_contact_s .icon{
    width:26px;
    height:27px;
}
.tokucho_area .bnr_taiken_s .icon img{
    width:31px;
}
.tokucho_area .bnr_contact_s .icon img{
    width:26px;
}

.tokucho_area .bnr_taiken_s{
    background: #f68500;
    border-color: #cb8d00;
}
.tokucho_area .bnr_contact_s{
    background: #004098;
    border-color: #001e48;
}


.tokucho_area .bnr_taiken_s span,
.tokucho_area .bnr_contact_s span{
    display: inline-block;
    vertical-align: middle;
}

/*螟ｧ*/
.tokucho_area a.bnr_taiken_l ,
.tokucho_area a.bnr_contact_l {
    display: inline-block;
    border-radius: 100px;
    padding: 19px 0 19px 40px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-image: url(../img/cmn/arrow1.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 13px;
    color: #FFF;
    width:360px;
    height:92px;
    
}
.tokucho_area a.bnr_taiken_l{
    background: #f68500;

}
.tokucho_area a.bnr_contact_l{
    background-color:#004098;
}

.tokucho_area a.bnr_taiken_l .icon, 
.tokucho_area a.bnr_contact_l .icon{
    position: absolute;
    left: 25px;
    top: 13px;
    width:15.8%;
    
}</pre></body></html>