@charset "UTF-8";


/*--------------------------------------------------------------------
=== [TOP] ====================================
 -------------------------------------------------------------------*/

#mvArea img {
	border-radius: 10px 10px 0 0;
	}

#mvArea {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 1s ease-in-out;
}

#mvArea figure {
  width: 100%;
  margin: 0;
  flex-shrink: 0;
}

#mvArea img {
  width: 100%;
  height: auto;
}
/*----- importantInfo -----*/

#importantInfo {
	border: 2px solid #D31B1B;
	background-color: #FFF9F9;
	padding: 40px;
	margin-bottom: 40px;
	}

@media (max-width: 950px){
#importantInfo {
	padding: 20px;
	margin-bottom: 40px;
	}
	}

#importantInfo dl {
	display: flex;
	align-items: center;
	}

#importantInfo dl dt{
	background-color: #FFEDED;
	line-height: 50px;
	width: 200px;
	border-radius: 25px;
	text-align: center;
	color: #D31B1B;
	font-size: 15px;
	font-weight: 900;
	margin: 0 75px 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	}


#importantInfo dl dt:before {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011676.svg);
	background-size: cover;
	width: 16px;
	height: 20px;
	margin-right: 5px;
	}

#importantInfo dl dd ul {
	font-size: 14px;
	}
#importantInfo dl dd ul li {
	border-bottom: dashed 1px #D31B1B;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
#importantInfo dl dd ul li:last-child{
	border: none;
	padding: 0;
	margin: 0;
	}

/*----- /importantInfo -----*/

#columnWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	}

#columnWrap #columnL {
	width: min(31.81vw, 350px);
    margin-right: min(3.63vw, 40px);
	border: 1px solid #E0E0E0;
	border-radius:5px;
	box-sizing: border-box;
	text-align: center;
	}

#columnWrap #columnL h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #E7EFFB;
	height: 50px;
	position: relative;
	padding-left: 60px;
	display: flex;
	align-items: center;
	border-radius:5px 5px 0 0;
	line-height: 1;
	text-align: left;
	}

#columnWrap #columnL h2:before {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011683.svg);
	background-size: cover;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 16px;
	top: 15px;
	z-index: 10;
}
#columnWrap #columnL h2:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #385CCA;
	position: absolute;
	left: 0;
	border-radius:5px 0 0 0;
	}

#columnWrap #columnR {
	width: min(64.54vw, 710px);
	}

#columnWrap #columnR  h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #E7EFFB;
	height: 50px;
	position: relative;
	padding-left: 60px;
	display: flex;
	align-items: center;
	border-radius:5px 5px 0 0;
	}

#columnWrap #columnR h2:before {
	content: '';
	display: inline-block;
	background-size: cover;
	position: absolute;
	z-index: 10;
}
#columnWrap #columnR h2:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #385CCA;
	position: absolute;
	left: 0;
	border-radius:5px 0 0 0;
	}

#findData h2:before {
		background-image: url(/lib/content/000011678.svg);
		width: 16px;
		height: 20px;
		left: 17px;
		top: 15px;
}

#news h2:before {
		background-image: url(/lib/content/000011677.svg);
		width: 20px;
		height: 20px;
		left: 15px;
		top: 15px;
}

/*----- findData -----*/

#findData {
	margin-bottom: 40px;
	}
#findData .tabMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	margin: 30px auto 0;
	justify-content: center;
}
#findData .tabMenu > li {
	width: calc((100% - 20px) / 3);
	max-width: 200px;
}
#findData .tabMenu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1;
	order: -1;
	width: 100%;
	max-width: 200px;
	padding:15px 5px;
	box-sizing: border-box;
	background-color: #E7EFFB;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 500;
	height: 100%;
	line-height: 1;
}

#findData .tabMenu > li > a:hover {
	opacity: 0.7;
}
#findData .tabMenu > li.active > a {
	background-color: #4169E1;
	color: #fff;
}
#findData .tabPanel {
	width: 100%;
	border-top: 2px solid #4169E1;
	background-color: #F6F5F6;
	padding: 30px 45px;
}
#findData .tabPanel .search {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
#findData .tabPanel .search label {
	width: 100%;
}

#findData .tabPanel .search input {
	width: 100%;
	height: 40px;
	padding: 15px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	outline: none;
border-radius: 5px;
background-color: #fff;
}
#findData .tabPanel .search input::placeholder {
		color: #999;
}

#findData .tabPanel .search button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 40px;
	border: none;
	background-color: #4070ff;
	color: #fff;
	cursor: pointer;
border-radius: 5px;
font-size:14px;
transition: 0.3s;
}
#findData .tabPanel .search button:hover {
opacity: 0.7;
}

#findData .tabPanel .search button::after {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url(/lib/content/000011674.svg);
	background-repeat: no-repeat;
	content: '';
}


#findData .otherLink {
	display: flex;
	justify-content: center;
	gap:0 20px;
	margin-top: 30px;
	}
#findData .otherLink .btn {
	width: 300px;
	}
#findData .otherLink .btn a {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E7EFFB;
	text-decoration: none;
	color: #000;
	border-radius: 25px;
	font-weight: 500;
	}

#findData .otherLink .btn a:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
}

/*----- news -----*/

#news h2 {
	justify-content: space-between;
	padding-right: 10px;
	}
#news h2 a {
	padding: 2px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	text-decoration: none;
	}
#news h2 a:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
}
#news .newsList li {
	display: flex;
	padding: 20px 0;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #E0E0E0;
	}

#news .newsList li .wrap {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	gap:0;
	width:140px;
	}
#news .newsList li .date {
	margin-right: 30px;
	}

#news .newsList li .ico {
	margin-right: 10px;
	background-color: #D31B1B;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	flex-shrink: 0;
	display: inline;
	height: 100%;
	}
#news .newsList li p {
	flex-shrink: 0;
}
#news .newsList li a {
	text-decoration: underline;
}
#news .newsList li span {
	color: #D31B1B;
	 display: inline-block;
	text-decoration: none;
	}
/*----- btmBnrArea -----*/

#btmBnrArea {
	display: flex;
	align-items: center;
	gap: 0 60px;
	}

#btmBnrArea ul {
	display: flex;
	gap:0 10px;
	}



#btmBnrArea .btn a {
	width: 300px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E7EFFB;
	text-decoration: none;
	color: #000;
	border-radius: 25px;
	font-weight: 500;
	}

#btmBnrArea .btn a:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
}


/*--------------------------------------------------------------------
=== [BTM] ====================================
 -------------------------------------------------------------------*/

#btmPage #pageTtl {
	background-color: #E7EFFB;
	font-size: 30px;
	font-weight: 900;
	padding: 50px;
	border-radius: 10px 10px 0 0;
	border-bottom: 5px solid #385CCA;
	}

#btmPage .btmWrap {
	padding: 30px 50px 50px;
	}
#btmPage #breadcrumbs {
	margin-bottom: 50px;
	}
#btmPage #breadcrumbs ul {
	display: flex;
	align-items: center;
	}
#btmPage #breadcrumbs ul li:first-child:before {
	content: none;
	}
#btmPage #breadcrumbs ul li.divide {
	font-size: 20px;
	color: #ccc;
	margin: 0 15px;
	}

.unitColumn,.unitColumnL,.unitColumnR,.unitColumnW {
	margin-bottom: 35px;
	}

#btmPage h2 {
	background-color: #E7EFFB;
	font-size: 18px;
	font-weight: 700;
	border-left: 5px solid #385CCA;
	padding:15px;
	margin-bottom: 30px;
	min-height: 50px;
	}


#btmPage h3 {
	font-size: 18px;
	font-weight: 700;
	border-left: 5px solid #385CCA;
	margin-bottom: 30px;
	padding-left: 10px;
	position: relative;
	}
#btmPage h3:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #385CCA;
	position: absolute;
    left: -10px;
    bottom: -10px;
	}

#btmPage h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #385CCA;
	}


.unitColumn figure,.unitColumnL figure,.unitColumnR figure{
	max-width: 500px;
	width: 50%;
	}
.unitColumn figure,.unitColumnL .txt,.unitColumnR .txt{
	max-width: 460px;
	width: 50%;
	}
.unitColumnW .columnWrap figure {
	max-width: 480px;
	width: 50%;	
	}
.columnWrap {
	padding: 5px 50px;
	}

.unitColumn figure {
	margin: 0 auto 40px;
	}

.unitColumnL .columnWrap,.unitColumnR .columnWrap,.unitColumnW .columnWrap {
	display: flex;
	}

.unitColumnL .columnWrap figure,.unitColumnR .columnWrap figure,.unitColumnW .columnWrap figure {
	text-align: center;
	}
.unitColumnL .columnWrap figure {
	margin-right: 40px;
	}
.unitColumnR .columnWrap {
	flex-direction: row-reverse;
	}
.unitColumnR .columnWrap figure {
	margin-left: 40px;
	}
figcaption{
	text-align: center;
}

#btmPage figcaption {
	font-size: 14px;
	margin-top: 15px;
	}

.unitColumnW .columnWrap {
	gap:0 40px;
	}

.unitColumn .columnWrap .wrap {
	display: flex;
	gap:0 80px;
	}

#btmPage .linkList li a {
/*	color: #000; */
	text-decoration: none;
	}
#btmPage .linkList li:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
	flex-shrink: 0;
}	
#btmPage .linkList li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	}
#btmPage .linkList li img {
	margin-left: 5px;
	display: inline-block;
    width: 16px;
    height: 24px;
	}

#btmPage .anchorLink {
	display: flex;
	margin-bottom: 20px;
	}

#btmPage .anchorLink a {
	border: 2px solid #385CCA;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 1;
	}

#btmPage .anchorLink a:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011689.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 5px;
	flex-shrink: 0;
}

#btmPage .anchorLink.columnTwo {
	gap:0 40px;
	}
#btmPage .anchorLink.columnThree {
	gap:0 20px;
	}
#btmPage .anchorLink.columnTwo li {
	width: 45%;
	display: flex;
	align-items: stretch;
	}
#btmPage .anchorLink.columnThree li {
    width: 320px;
	}

#btmPage .anchorLink.columnTwo li a {
	width: 100%;
	}
#btmPage .anchorLink.columnThree li a {
    width: 100%;
	}


#btmPage .btmNews {
	position: relative;
	}

#btmPage .btmNews h2 {
	margin-bottom: 0;
	}

#btmPage .btmNews .newsDate {
    display: inline-flex;
    align-items: center;
    position: absolute;
	top: 10px;
	right: 10px;
}

#btmPage .btmNews .newsDate::after {
    position: absolute;
    right: 10px;
    width: 9px;
    height: 5px;
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011686.svg);
    background-size: cover;
    pointer-events: none;
}

#btmPage .btmNews .newsDate select {
    appearance: none;
    min-width: 200px;
    height: 30px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border-radius:5px;
    background-color: #fff;
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}
#btmPage .btmNews .newsList li {
	display: flex;
	padding: 20px 0;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #E0E0E0;
	}

#btmPage .btmNews .newsList li .wrap {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	gap:0;
	width:140px;
	}
#btmPage .btmNews .newsList li .date {
	margin-right: 30px;
	}

#btmPage .btmNews .newsList li .ico {
	margin-right: 10px;
	background-color: #D31B1B;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	flex-shrink: 0;
	display:inline;
	height:100%;
	}
#btmPage .btmNews .newsList li p {
	flex-shrink: 0;
}
#btmPage .btmNews .newsList li a {
	text-decoration: underline;
}
#btmPage .btmNews .newsList li span {
	color: #D31B1B;
	 display: inline-block;
	text-decoration: none;
	}
#btmPage table {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
#btmPage table th {
 padding: 10px;
 background: #E7EFFB;
 border: solid 1px #E0E0E0;
}
#btmPage table td {
 padding: 10px;
 border: solid 1px #E0E0E0;
}


/*----- add -----*/



.txt ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 0.5em;
    text-indent: -0.8em;
}
.txt ul li::before{
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
    flex-shrink: 0;
}
.txt ul{
    margin: 10px 5px;
    position: relative;
    list-style-position: outside;
    padding-left: 0.5em;
}
.txt ol{
    margin: 10px 5px;
    position: relative;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.5em;
}
.txt ol li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 0.5em;
/*    text-indent: -0.5em;  */
}

.txt ul li a{
    display: inline-block;
    text-indent: 0em;
}


.txt p{
    margin-bottom: 15px;
}

.txt table{
    margin-bottom: 15px;
}

.txt img{
    margin-bottom: 15px;
}
