@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo ,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #FFFFFF;
}
a {
	color: #0066CC;
}
.mbnone {
	margin-bottom: 0px !important;
}

::placeholder{
	color:#D5D5D5 !important;
}

.mmodal {
	backdrop-filter: blur(12px);
}
html {
	width: 100%;
	height: 100%;
}

/* parts */
.line-gray {
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(0,0,0,.125);
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
}
.btn {
	display:inline-block;
	border-radius: 8px;
}
.btn .fas , .btn .far {
	margin-left: 5px;
	margin-right: 5px;
}
.btn.right-icon i {
	margin-right: 0px;
	margin-left: 4px;
}
.btn-gray {
	background-color: #999999;
	background-image: none;
	box-shadow: none;
	border: 1px solid #999999;
	color: #FFFFFF !important;
}
.btn-gray:hover , .btn-gray:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-blue {
	background-color: #0071be;
	background-image: none;
	box-shadow: none;
	border: 1px solid #0071be;
	color: #FFFFFF !important;
}
.btn-blue:hover , .btn-blue:focus {
	color: #FFFFFF;
	background-color: #2694d4;
}
.btn-lblue {
	background-color: #2694d4;
	background-image: none;
	box-shadow: none;
	border: 1px solid #2694d4;
	color: #FFFFFF !important;
}
.btn-lblue:hover , .btn-lblue:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-sky {
	background-color: #0099FF;
	background-image: none;
	box-shadow: none;
	border: 1px solid #0066FF;
	color: #FFFFFF !important;
}
.btn-sky:hover , .btn-sky:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-green {
	background-color: #009933;
	background-image: none;
	box-shadow: none;
	color: #FFFFFF !important;
}
.btn-green:hover , .btn-green:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-brown {
	background-color: #CC6600;
	background-image: none;
	box-shadow: none;
	border: 1px solid #CC6600;
	color: #FFFFFF !important;
}
.btn-brown:hover , .btn-brown:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-red {
	background-color: #FF0000;
	background-image: none;
	box-shadow: none;
	border: 1px solid #FF0000;
	color: #FFFFFF !important;
}
.btn-red:hover , .btn-red:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-orange {
	background-color: #FF6600;
	background-image: none;
	box-shadow: none;
	border: 1px solid #FF6600;
	color: #FFFFFF !important;
}
.btn-orange:hover , .btn-orange:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-white {
	background-color: #FFFFFF;
	background-image: none;
	box-shadow: none;
	border: 1px solid #FFFFFF;
	color: #333333 !important;
}
.btn-white:hover , .btn-white:focus {
	opacity: 0.5;
	background-color: #CCCCCC;
}
.btn-white .fas , .btn-white .far {
	color: #0071be;
}
.btn-center {
	display:flex;
	justify-content: center; 
}
.btn-center .btn {
	margin-right: 2px;
	margin-left: 2px;
}
.btn-xs {
	padding: 0.20rem 0.3rem;
	font-size: 13px;
	border-radius: 0.2rem;
	white-space: nowrap;
}
.btn-cap {
	flex-basis:100%;
	font-size:10px;
}

.mark-gray {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
}
.mark-blue {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #0066FF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
}
.mark-lblue {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #0099FF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-sky {
	line-height: 1em;
	color: #333333;
	background-color: #99CCFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-green {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #0099ff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
}
.mark-lgreen {
	line-height: 1em;
	color: #333333;
	background-color: #B9DC96;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-red {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #FF3300;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-orange {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #FF9900;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:5px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-lorange {
	line-height: 1em;
	color: #333333;
	background-color: #FFDD97;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px ;
	display: inline-block;
	border-radius: 2px;
}
.mark-lbrown{
	line-height: 1em;
	color: #333333;
	background-color: #e0ca94;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 13px !important;
	display: inline-block;
	border-radius: 2px;
}

/* body */
body {
	background-image: url(../img/body-bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

@media screen and (max-width: 1099px) {

body {
	background-image: none;
}

}

/* header */
header {
	width:1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top: solid 1px #017be2;
	border-left: solid 1px #5ba7e6;
	border-bottom: solid 10px #043295;
}
#h-box {
	margin-left: auto;
	margin-right: auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../svg/header-bg.svg);
	background-position: top 0px left 190px;
	background-size: auto 55px;
	background-repeat: no-repeat;
	height: 55px;
}
.h-logo {
	text-align: center;
	flex-basis: 178px;
	flex-shrink:0;
}
.h-logo a {
	display:flex;
	align-items: center;
	min-height: 55px;
	margin-right: auto;
	margin-left: auto;
}
.h-logo a .h-logo-pc {
	width: auto;
	height: 55px;
}
.h-logo a .h-logo-sf {
	display: none;
}
#h-box h1 {
	color:#FFF;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	margin-right: 15px;
	text-shadow: 1px 1px 2px #333;
}

@media screen and (max-width: 1099px) {

/* header */
header {
	width:100%;
	position:relative;
	border-left:none;
}
#h-box {
	width: 100%;
	height: auto;
	justify-content: center;
	padding-bottom: 0px;
    padding-right: 0px;
	background-image: none;
}
.h-logo {
	margin-bottom:0px;
	margin-right:0px;
}
.h-logo a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom: 5px;
}
.h-logo a .h-logo-pc {
	display: none;
}
.h-logo a .h-logo-sf {
	display: inherit;
	width: auto;
	height: 55px;
}
.h-login {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	flex-shrink:0;
	flex-basis: 100%;
	padding-top:5px;
	padding-bottom:10px;
	justify-content:center;
}
#h-box h1 {
	display: none;
}

}

/* content */
content {
	width:1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
content .content-left {
	flex-basis: 220px;
}
content .content-right {
	flex:1;
	margin-left:1px;
}

@media screen and (max-width: 1099px) {

content {
	width:100%;
	display: block;
}
content .content-left {
	display: none;
}

}

/* pc-menu */
#pc-menu {
	
}
#pc-menu .pc-menu-item {

}
#pc-menu .pc-menu-item a {
	display: flex;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #017be1;
	text-align: left;
	color: #FFFFFF;
	border-bottom: solid 1px #afd1f0;
	font-size:14px;
	padding-left: 15px;
}
#pc-menu .pc-menu-item a:hover, #pc-menu .pc-menu-item a:focus {
	opacity:0.5;
	text-decoration: none;
}
#pc-menu .pc-menu-item a img {
	margin-right: 5px;
}
#pc-menu .pc-menu-item a.go-top {
	padding-left: 10px;
	font-size:13px;
}
#pc-menu .pc-menu-item a.go-top img {
	width: 5px;
	height: ; 8px;
}
#pc-menu .pc-menu-bar {
	display: flex;
	align-items: center;
	width:100%;
	padding:10px;
	padding-top:5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #0161c1;
	border-bottom: solid 1px #afd1f0;
}
#pc-menu .pc-menu-bar .material-symbols-outlined {
	font-size: 16px;
}
#pc-menu .pc-menu-banner {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#pc-menu .pc-menu-banner a {
	margin-bottom: 20px;
	display: block;
}
#pc-menu .pc-menu-banner a:hover {
	opacity: 0.5;
}
#pc-menu .pc-menu-banner a img{
	width: 160px;
	height: auto;
}
#pc-menu .pc-menu-item.select a {
	background-color: #d2e9ff;
	color: #043295;
	font-weight: 600;
	border-bottom: solid 1px #FFF;
}

@media screen and (max-width: 1099px) {

/* pc-menu */
#pc-menu {
	display:none;
}

}

/* nav */
#sf-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transition: .2s ease-in-out;
}
#sf-menu.open {
	display: block;
	opacity: 1;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);/*背景色*/
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
#sf-menu.open:before {
	content: '';
	overflow: hidden;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	z-index: -1;/*重なり順序を一番下にしておく*/
}
#sf-menu .sf-menu-wrap {
	display:block;
	height: 100%;
	background-color: #0062AE;
	margin-left: 60px;
	overflow-y: auto;
	direction: rtl;
    padding-bottom: 20px;
}
#sf-menu .sf-menu-title {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #043295;
	text-align: left;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	font-size:14px;
	padding-left: 15px;
}
#sf-menu .sf-menu-item a:after {
    vertical-align: middle;
}
#sf-menu .sf-menu-item a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #0062AE;
	text-align: left;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	font-size:14px;
	padding-left: 15px;
}
#sf-menu .sf-menu-item a:hover , #sf-menu .sf-menu-item a:focus {
	text-decoration:none;
	background-color: #2694d4;
	border-left:none;
}
#sf-menu .sf-menu-item i {
	margin-right:3px;
}
#sf-menu .sf-menu-item.select a {
	background-color: #cfe8ff;
	color: #000;
	font-weight: 600;
}

/* nav */
#nav-open {
	width: 62px;
	height: 62px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	cursor: pointer;
	left: 0px;
	display: inline-block;
	z-index: 300;
}
#nav-open .nav-inner {
	width: 32px;
	height: 32px;
    position: relative;
    margin:15px;
}
#nav-open .nav-inner span, #nav-open .nav-inner span:before, #nav-open .nav-inner span:after {
	position: absolute;
	transition: all 0.1s;
	height: 4px;
	width: 32px;
	border-radius: 3px;
	background-color: #0161c1;
	display: block;
	content: '';
	z-index: 200;
}
#nav-open .nav-inner span:before {
  bottom: -11px;
}
#nav-open .nav-inner span:after {
  bottom: -22px;
}
#nav-open.active .nav-inner {
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
}
#nav-open.active .nav-inner span {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
	background-color: #0161c1;
}
#nav-open.active .nav-inner span:before {
	height:32px;
	width: 32px;
	border-radius: 0px;
	opacity: 0;
}
#nav-open.active .nav-inner span:after {
	-webkit-transform: translateY(-22px) rotate(45deg);
	transform: translateY(-22px) rotate(90deg);
	background-color: #0161c1;
}

@media screen and (min-width: 1100px) {

#nav-open {
	display:none;
}

}

/* main-img */
.main-img {
	width:100%;
	height:380px;
	display: flex;
	background-image: url(../img/main-img-bg.png);
	background-size: auto 380px;
	background-position: top 0px left 0px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFF;
	margin-bottom: 1px;
}
.main-img-left {
	flex:1;
	padding:90px;
	padding-top:90px;
	padding-right:0px;
	padding-bottom:0px;
}
.main-img-left h2 {
	color:#000057;
	font-size: 1.3rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	line-height: 2.4rem;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8);
}
.main-img-right {
	flex-basis:360px;
	background-image: url(../svg/main-img-right-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-img-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.main-img-link-item {
	flex-basis: 150px;
	height: 150px;
	border:solid 5px #FFF;
}
.main-img-link-item a {
	display: block;
	width: 150px;
	height: 140px;
	background-color: rgba(0, 155, 255, 0.8);
	padding:10px;
	color:#FFF;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.4rem;
	text-align: center;
}
.main-img-link-item.blue-bg a {
	background-color: rgba(0, 102, 204, 0.8);
}
.main-img-link-item a p {
	border:solid 1px #FFF;
	margin-bottom: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../svg/main-img-arrow.svg);
	background-position: right bottom;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
.main-img-link-item a:hover {
	text-decoration: none;
}
.main-img-link-item a:hover p {
	color:#FF6600;
	background-color: #FFF;
}

@media screen and (max-width: 1099px) {

.main-img {
	width:100%;
	height:auto;
	display: block;
	background-image: url(../img/main-img-bg.png);
	background-size: auto 380px;
	background-position: top center;
	background-repeat: no-repeat;
}
.main-img-left {
	width:100%;
	text-align: center;
	padding:20px;
	padding-top:90px;
	padding-bottom:90px;
}
.main-img-left h2 {
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.main-img-right {
	width:100%;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-img-link {
	margin-bottom: 20px;
	max-width: 470px;
}
.main-img-link-item {
	flex-basis: 150px;
	height: 150px;
	border:solid 5px #FFF;
}
.main-img-link-item a {
	display: block;
	width: 150px;
	height: 140px;
	background-color: rgba(0, 155, 255, 0.8);
	padding:10px;
	color:#FFF;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.4rem;
	text-align: center;
}

}

.main-img-bottom-bar {
	border-top:solid 20px #00309c;
	border-bottom: solid 5px #ff9900;
	margin-bottom: 30px;
}

/* top-linkbox */
.top-linkbox {
	background-color: #f0f0f0;
	border: solid 1px #888;
	margin:60px;
	padding:20px;
	display: flex;
}
.top-linkbox .top-linkbox-left {
	flex:1;
	padding-right: 20px;
	border-right:dotted 1px #333;
}
.top-linkbox .top-linkbox-right {
	flex:1;
	padding-left: 20px;
}
.top-linkbox-title {
	display: flex;
	align-items: center;
	color:#192f6a;
	font-size: 0.9rem;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #999;
}
.top-linkbox-title p ,  .top-linkbox-item p{
	margin-bottom: 0px;
}
.top-linkbox-title .iconbox {
	color:#ffcc00;
	width:15px;
	height: 16px;
	background-color: #192f6a;
	margin-right: 5px;
	margin-top:2px;
}
.top-linkbox-title .iconbox .material-symbols-outlined {
	font-size: 16px !important;
}
.top-linkbox-title a {
	color:#192f6a;
}
.top-linkbox-title a:hover {
	color:#FF6600;
	text-decoration: none;
}
.top-linkbox-item {
	display: flex;
	align-items: center;
	font-weight: 600;
}
.top-linkbox-item .iconbox {
	color: #192f6a;
	margin-top:2px;
}
.top-linkbox-item a {
	color:#192f6a;
}
.top-linkbox-item a:hover {
	color:#FF6600;
	text-decoration: none;
}

@media screen and (max-width: 1099px) {

.top-linkbox {
	background-color: #f0f0f0;
	border: solid 1px #888;
	margin:10px;
	padding:10px;
	display: block;
	margin-bottom: 30px;
}
.top-linkbox .top-linkbox-left {
    width:100%;
	padding-right: 0px;
	border-right:none;
	padding-bottom: 30px;
}
.top-linkbox .top-linkbox-right {
    width:100%;
	padding-left: 0px;
}

}

/* page-block */
.page-block {
	padding:20px;
}
.page-title {
	width:100%;
	background-image: url(../img/page-title-back.png);
	background-position: bottom center;
	background-repeat:repeat-x; 
	display:flex;
	margin-bottom: 30px;
}
.page-title-left {
	width:15px;
	display: flex;
	align-items:flex-end;
}
.page-title-right {
	width:15px;
	display: flex;
	align-items:flex-end;
}
.page-title h2 {
	color:#004eac;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	flex:1;
	padding-left:5px;
	padding-right:5px;
}
.page-box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.page-line {
	height: 0px;
	border-top:none;
    border-bottom:dotted 1px #999;
	margin-top: 0px;
	margin-bottom: 20px;
}
.page-text {
	font-size: 13px;
	line-height: 1.5rem;
	margin-bottom: 30px;
}
.page-text.page-text-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-text ul {
	margin-left:0px;
}
.detail-box .page-text:last-child {
	margin-bottom: 0px;
}
.detail-box {
	background-color: #f0f0f0;
    border: solid 1px #888;
	padding:20px;
}
.detail-box-title {
	border-left:solid 4px #02339b;
	padding-left: 8px;
	margin-bottom: 30px;
}
.detail-box-title h3 {
	color: #02339b;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
}
.detail-box-stitle {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.detail-box-stitle h4 {
	font-size:15px;
	padding-left: 5px;
	margin-bottom: 0px;
	font-weight: 600;
}
.detail-box-item {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #999;
}
.detail-box .detail-box-item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom:none;
}
.detail-box-item .detail-box-left {
	flex-basis: 180px;
	display: flex;
	align-items: center;
}
.detail-box-item .detail-box-left img {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.detail-box-item .detail-box-left h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.detail-box-item .detail-box-right {
	flex:1;
}
.detail-table {
	display: flex;
	align-items:flex-end;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #ccc;
}
.detail-box-right .detail-table:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border:none;
}
.detail-table .detail-table-left {
	 white-space: nowrap;
	 padding-right: 15px;
	 min-width: 280px;
}
.detail-table .detail-table-right {
	flex:1;
}
.detail-box-history .detail-box-item {
	flex-wrap: wrap;
	border-bottom:none;
	font-size: 13px;
}
.detail-box-history .detail-box-item .detail-box-left {
	flex-basis: 25%;
	border-right:dotted 1px #999;
	align-items: flex-start;
	justify-content: right;
	margin-bottom: 1px;
}
.detail-box-history .detail-box-item .detail-box-left .box-in {
	padding-right: 10px;
	margin-bottom: 15px;
}
.detail-box-history .detail-box-item .detail-box-left h4 {
	font-size: 14px;
	display: inline-block;
	color: #000057;
}
.detail-box-history .detail-box-item .detail-box-right {
	flex-basis: 75%;
	align-items: flex-start;
	margin-bottom: 1px;
}
.detail-box-history .detail-box-item .detail-box-right .box-in {
	padding-left: 10px;
	margin-bottom: 15px;
}
.detail-box-customer {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}
.detail-box-customer-left {
	flex-basis: 50%;
}
.detail-box-customer-right {
	flex-basis: 50%;
}
.detail-box-customer .detail-box-customer-item {
	margin-bottom: 10px;
}
.detail-box-customer .detail-box-customer-item-all {
	flex-basis: 100%;
	padding-top:30px;
	color:#666;
	font-size: 12px;
}
.detail-box-office {
	
}
.detail-box-office .detail-box-item {
	display: block;
}
.detail-box-item .detail-box-left {
	margin-bottom: 5px;
}
.detail-box-item .detail-box-left h4 {
	
}
.detail-box-item .detail-box-right {
	padding-left:10px;
}
.detail-box-recruit {
	background-color: #F4FAFF;
}
.detail-box-recruit .detail-box-item {
	flex-wrap: wrap;
	border-bottom:none;
	font-size: 13px;
}
.detail-box-recruit .detail-box-item .detail-box-left {
	flex-basis: 20%;;
	align-items: flex-start;
	justify-content: right;
	margin-bottom: 1px;
}
.detail-box-recruit .detail-box-item .detail-box-left .box-in {
	margin-bottom: 15px;
}
.detail-box-recruit .detail-box-item .detail-box-left h5 {
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
}
.detail-box-recruit .detail-box-item .detail-box-right {
	flex-basis: 80%;
	align-items: flex-start;
	margin-bottom: 1px;
}
.detail-box-recruit .detail-box-item .detail-box-right .box-in {
	margin-bottom: 15px;
}
.detail-box-disclosur {
	background-color: #F4FAFF;
}
.disclosur-table {
	width:100%;
	border:solid 2px #666;
	background-color: #FFF;
	font-size: 12px;
}
.disclosur-table table {
	min-width: 700px;
}
.disclosur-table th , .disclosur-table td {
	padding:10px;
	text-align: center;
	border-right:dotted 1px #999;
	border-bottom: solid 1px #999;
	width:16.666%;
}
.disclosur-table tr th:last-child , .disclosur-table tr td:last-child {
	border-right:none;
}
.disclosur-table tr:last-child th , .disclosur-table tr:last-child td {
	border-bottom:none;
}
.disclosur-table th {
	font-weight: normal;
	background-color: #DCE6F1;
}
.detail-box-contact {
	margin-bottom: 20px;
}
.detail-box-contact .detail-box-item {
	flex-wrap: wrap;
	border-bottom:none;
	font-size: 13px;
}
.detail-box-contact .detail-box-item .detail-box-left {
	flex-basis: 45%;
	border-right:dotted 1px #999;
	align-items: flex-start;
	justify-content: right;
	margin-bottom: 1px;
}
.detail-box-contact .detail-box-item .detail-box-left .box-in {
	padding-right: 10px;
}
.detail-box-contact .detail-box-item .detail-box-left .box-in img {
	width: 100%;
	height: auto;
}
.detail-box-contact .detail-box-item .detail-box-right {
	flex-basis: 55%;
	align-items: flex-start;
	margin-bottom: 1px;
}
.detail-box-history .detail-box-item .detail-box-right .box-in {
	padding-left: 10px;
}

@media screen and (min-width:840px) and ( max-width:1099px) {

.disclosur-table table {
	min-width: 100%;
}

}

.contact-bottom {
	display: flex;
	align-items: center;
}
.service-head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.service-head .service-head-left {
	flex:1;
	display: flex;
	align-items: center;
	justify-content: left;
}
.service-head .service-head-left h3 {
	color:#000;
	font-size: 19px;
	font-weight: 600;
	line-height: 2rem;
	margin-left:30px;
	max-width: 500px;
}
.service-head .service-head-right {
	padding-left:15px;
	padding-right: 15px;
}
.service-head .service-head-right img {
	
}
.service-title {
	padding:15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #0156ae;
	border-radius: 10px;
	margin-bottom: 15px;
}
.service-title h4 {
	color:#FFF;
	font-size: 18px;
	margin-bottom: 0px;
}
.service-2w {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.service-2w .service-2w-item {
	flex-basis: 50%;
}

.merit-box {
	display: flex;
	align-items:center;
	border-top:solid 1px #FF6600;
	padding-top:15px;
	padding-bottom:15px;
}
.page-box .merit-box:last-child {
	border-bottom:solid 1px #FF6600;
}
.merit-box .merit-box-left {

}
.merit-box .merit-box-left h3 {
	width: 160px;
	height: 160px;
	color:#FFF;
	font-size: 24px;
	line-height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FF6600;
	text-align: center;
	border-radius: 10px;
}
.merit-box .merit-box-right {
	flex:1;
	padding-left: 15px;
}
.merit-box .merit-box-right h4 {
	color: #FF6600;
	font-size: 18px;
	font-weight: 600;
}
.merit-box .merit-box-right h4 .fas {
	margin-right: 5px;
}
.merit-box .merit-box-right p:last-child {
	margin-bottom: 0px;
}
.service-stitle {
	padding:10px;
	padding-left: 30px;
	background-color: #0156ae;
	border-radius:20px;
	margin-bottom: 15px;
}
.service-stitle h4 {
	color:#FFF;
	font-size: 18px;
	margin-bottom: 0px;
}
.merit-textbox {
	display: flex;
	align-items:flex-start;
	justify-content: center;
	margin-bottom: 15px;
}
.merit-textbox .merit-textbox-left {
	text-align: center;
}
.merit-textbox .merit-textbox-left img {
	width:193px;
	height: auto;
}
.merit-textbox .merit-textbox-right {
	flex:1;
	padding-left: 15px;
	padding-top: 15px;
}
.merit-textbox .merit-textbox-right h4{
	color: #0167ce;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 2px #0167ce;
}
.merit-textbox .merit-textbox-right p {
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: 600;	
}
.page-text-merit {
	font-size: 14px;
	padding-left:30px;
	padding-right: 30px;
}
.use-title {
	text-align: center;
	border-bottom: solid 2px #003399;
	margin-bottom: 15px;
}
.use-title h3 {
	color:#000;
	font-size: 18px;
	line-height: 1.6rem;
	font-weight: 600;
	margin-bottom: 8px;
}
.use-arrow {
	text-align: center;
	margin-bottom: 30px;
}
.qa-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.qa-title .q-mark {
}
.qa-title h3 {
	color:#000;
	font-size: 18px;
	line-height: 1.6rem;
	font-weight: 600;
	margin-bottom: 0px;	
}
.faq-mark-q {
	font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF0000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    line-height: 1em;
    text-align: center;
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
}
.faq-mark-a {
	font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0161c1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    line-height: 1em;
    text-align: center;
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
}

.detail-box-sitemap {

}
.detail-box-sitemap .detail-box-left {
	align-items: flex-start;
	padding-top:3px;
}
.detail-box-sitemap .detail-box-left img {
	margin-top:3px;
}
.detail-box-sitemap .detail-box-right {
	align-items: flex-start;
}
.detail-box-sitemap .detail-box-right a {
	display: flex;
	align-items: center;
	color:#333;
	margin-bottom: 5px;
}
.detail-box-sitemap .detail-box-right a:last-child {
	margin-bottom: 0px;
}
.detail-box-sitemap .detail-box-right a img {
	width:5px;
	height: auto;
	margin-right: 5px;
}
.base-head {
	display: flex;
	margin-bottom: 20px;
}
.base-head-left {
	flex-basis: 55%;
}
.base-head-left img {
	width:100%;
	height: auto;
}
.base-head-right {
	flex:1;
	padding-left:15px;
}
.base-head-right p {
	text-indent:15px;
	color:#043295;
	font-weight: 600;
}
.base-table {
	display: flex;
	margin-bottom: 20px;
}
.base-table .base-table-left {
	flex-basis: 48%;
}
.base-table .base-table-right {
	flex:1;
	padding-left:10px;	
}
.base-table table {
	width:100%;
	height: 300px;
	background-color: #FFF;
	border-top: solid 1px #043295;
	border-left: solid 1px #043295;
}
.base-table table th , .base-table table td {
	background-color: #FFF;
	border-right: solid 1px #043295;
	border-bottom: solid 1px #043295;
	padding:10px;
}
.base-table table th {
	white-space:nowrap;
	background-color: #dbedff;
}
.base-bottom {
	display: flex;
	background-color: #FFF;
	padding:20px;
}
.base-bottom-left {
	flex-basis:35%;
}
.base-bottom-left p {
	text-indent:15px;
	color:#043295;
	font-weight: 600;
}
.base-bottom-left ul {
	margin:0;
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.base-bottom-right {
	flex:1;
	padding-left:15px;
}
.base-bottom-right img {
	width:100%;
	height: auto;
}
.base-bottom .detail-box-stitle span {
	font-size: 34px;
	color:#043295;
}

@media screen and (max-width: 1099px) {

.page-title h2 {
	font-size: 1.4rem;
}
.page-block {
	padding:10px;
}
.page-box {
	margin-left: 0px;
	margin-right: 0px;
}
.page-text.page-text-flex {
	display: block;
}
.detail-box {
	padding:15px;
}
.detail-box-item {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #999;
}
.detail-box-item .detail-box-left {
	width:100%;
	margin-bottom: 10px;
}
.detail-box-item .detail-box-right {
	width:100%;
}
.detail-table {
	display: block;
}
.detail-table .detail-table-left {
	margin-bottom: 5px;
}
.detail-table .detail-table-right {

}

.detail-box-history .detail-box-item {
	display: flex;
	flex-wrap: wrap;
	border-bottom:none;
	font-size: 13px;
}
.detail-box-history .detail-box-item .detail-box-left {
	flex-basis: 20%;
}
.detail-box-history .detail-box-item .detail-box-right {
	flex-basis: 80%;
}
.detail-box-history .detail-box-item .detail-box-right .box-in {
	padding-left: 10px;
	margin-bottom: 15px;
}
.detail-box-customer {
	display: block;
}
.detail-box-recruit .detail-box-item .detail-box-left {
	justify-content: left;
}
.detail-box-recruit .detail-box-item .detail-box-left .box-in {
	margin-bottom: 0px;
}
.detail-box-contact .detail-box-item {
	display: block;
}
.detail-box-contact .detail-box-item .detail-box-left {
	width:100%;
	justify-content: center;
	border-right:none;
	border-bottom:dotted 1px #999;
}
.detail-box-contact .detail-box-item .detail-box-left .box-in {
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.detail-box-contact .detail-box-item .detail-box-left .box-in img {
	width: 100%;
	max-width: 454px;
	height: auto;
}
.detail-box-contact .detail-box-item .detail-box-right {
	flex-basis: 55%;
	align-items: flex-start;
	margin-bottom: 1px;
}
.detail-box-contact .detail-box-item .detail-box-right .box-in {
	padding-top:15px;
	padding-left:0px;
}
.service-head {
	display: block;
	margin-bottom: 15px;
}
.service-head .service-head-left {
	text-align: center;
	justify-content: center;
}
.service-head .service-head-left h3 {
	font-size: 18px;
	margin-left: 0px;
}
.service-head .service-head-right {
	text-align: center;
}
.service-head .service-head-right img {
	
}
.service-title {
	padding:15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #0156ae;
	border-radius: 10px;
	margin-bottom: 15px;
}
.service-title h4 {
	color:#FFF;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.6rem;
}
.service-2w {
	padding-left:15px;
	padding-right: 15px;
}
.service-2w .service-2w-item {
	flex-basis: 100%;
}
.merit-box {
	display: block;
}
.merit-box .merit-box-left {
	text-align: center;
}
.merit-box .merit-box-left h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.merit-box .merit-box-right {
	text-align: center;
	padding-left: 0px;
}
.merit-box .merit-box-right h4 {
	font-size: 16px;
}
.merit-textbox {
	display: block;
}
.merit-textbox .merit-textbox-left {
	text-align: center;
}
.merit-textbox .merit-textbox-left img {
	width:193px;
	height: auto;
	margin-bottom: 15px;
}
.merit-textbox .merit-textbox-right {
	flex:1;
	padding-left: 15px;
	padding-top: 15px;
}
.merit-textbox .merit-textbox-right h4{
	color: #0167ce;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 2px #0167ce;
}
.merit-textbox .merit-textbox-right p {
	font-size: 15px;
	line-height: 1.6rem;
	font-weight: 600;	
}
.page-text-merit {
	padding-left:0px;
	padding-right: 0px;
}
.detail-box-sitemap .detail-box-left-none {
	display: none;
}
.base-head {
	display: block;
}
.base-head .base-head-left {
	text-align: center;
}
.base-head .base-head-left img {
	max-width: 400px;
	height: auto;
}
.base-head .base-head-right {
	padding-top:10px;
}
.base-table {
	display: block;
}
.base-table .base-table-right {
	padding-top:10px;
	padding-left: 0px;
}
.base-bottom {
	display: block;
	padding:10px;
}
.base-bottom .base-bottom-right {
	padding-top:15px ;
	padding-left:0px;
}

}

.page-bottom {
	text-align: center;
	margin-bottom: 30px;
}

/* footer */
#footer {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	background-color: #888;
	padding:10px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer .f-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 13px;
}
#footer .f-menu .f-menu-item {
	margin-left: 10px;
	margin-right: 10px;
}
#footer .f-menu .f-menu-item a {
	color:#FFF;
	display: block;
}
#footer .f-banner {
	display: none;
}
#footer .f-menu a img {
	margin-right: 3px;
}
#footer .copyright {
	text-align: right;
	font-size: 10px;
	color: #FFF;
}

@media screen and (max-width: 1099px) {

#footer {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer .f-menu {
	display: block;
	margin-bottom: 30px;
}
#footer .f-menu .f-menu-item {
	margin-bottom: 5px;
}
#footer .f-banner {
	display:inherit;
	text-align: center;
	margin-bottom: 30px;
}
#footer .f-banner a {
	display: block;
	width: 170px;
	height: auto;
	border:solid 5px #FFF;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#footer .f-banner a:hover {
	opacity: 0.5;
}
#footer .f-banner a img {
	width: 160px;
	height: auto;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
}

}

/* page-top */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60%;
	z-index: 200;
}
.page-top a {
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	display: block;
	background-color:#043295;
	line-height: 0;
	border: 2px solid #FFF;
	height: 35px;
	width: 35px;
	border-radius:50%;
}
.page-top a .fas {
	font-size: 20px;
	margin-bottom: 2px;
}
.page-top a .material-symbols-outlined {
	line-height: 0.8;
}
.page-top a br {
}
.page-top a:hover , .page-top a:focus {
	text-decoration: none;
	background-color: #0062AE;
	color: #FFF !important;
}

/* 20250922 */
.history-end-text {
	font-size: 13px;
	text-align: right;
	margin-bottom: 0px;
}

/* 20250924 */
.sf-menu-title-space {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

