@charset 'UTF-8';


/* 共通 */
.section__heading{
	color: #0057B8;
}
.section__container,
.breadcrumb{
    width: 100%;
}
.section__container p {
    text-align: center;
}
.subSection__heading{
	font-weight: bold;
	font-size: 1.43rem;
}
.subSection{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.subSection:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.icon{
	position: relative;
}
.icon:after{
	position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    top: 38%;
    right: 16px;
    border-top: 1px solid #0057B8;
    border-right: 1px solid #0057B8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btm_line{
	padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

/*メインビジュアル*/
.mv__container_fun {
	height: 420px;
	background: #f1f7ff;
	position: relative;
	background-image: url(../images/feature_bg_sp.png);
	background-size: contain;

}
.mv__container_fun .linkList{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 0 24px;
}
.mv__container_fun .linkList li{
	width: 50%;
	padding: 10px 0 0;
}
.mv__container_fun .linkList li a{
	color: #0057B8;
	text-decoration: none;
	padding: 0 25px 0 0;
}
.mv__container_fun .linkList li a:after{
	content: "";
	right: 5px;
	top: 31%;
}
.mv__container_fun .linkList li:first-child a{
	padding: 0 0 0 25px;
}
.mv__container_fun .linkList li:first-child a:after{
	content: "";
	left: 5px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #0057B8;
	border-left: 1px solid #0057B8;
}
.mv__container_fun .linkList li:nth-child(even){
	text-align: right;
}
.mv__container_fun h1,
.mv__container_fun p{
	font-size: 2.0rem;
	color: #0057B8;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.mv__container_fun h1 span,
.mv__container_fun p span{
	color: #ff7d15;
	border-bottom: 2px solid #ff7d15;
}

/* 新着情報 */
.newsList__item{
	padding:14px 0;
}
.newsList__item p {
    text-align: left;
}
.newsList__tag{
    line-height: 20px;
	background: #FFF;
    border: 1px solid #888;
}

/* imgLink_List */
.imgLink_List{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 10px;
}
.imgLink_List li{
	width: 33%;
	padding: 0 4px 0;
}
.imgLink_List li a{
	display: block;
}
.imgLink_List li img{
	margin: 10px 0 5px;
	width: 100%;
	height: auto;
    border-radius: 4px;
	object-fit: cover;
}
.imgLink_List li p {
    margin: 5px 0;
	width: 100%;
	display: table;
	height: 60px;
}
.imgLink_List li p span {
    display: table-cell;
    vertical-align: middle;
}
.buttonList img,
.imgLink_List img{
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    object-fit: cover;
}
.buttonList a:after,
.imgLink_List a:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.buttonList a,
.imgLink_List a{
    display: block;
    position: relative;
    width: 100%;
}
/* linkList2 */
.linkList2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 10px;
}
.linkList2 li{
	width: 47%;
}
.linkList2 li:first-child,
.linkList2 li:nth-child(2){
	border-top: none;
}
.linkList2 li:last-child{
	border-bottom: none;
}
.linkList2 a{
	font-size: 14px;
	padding: 12px 15px 12px 0;
	height: 100%;
	display:flex;
	align-items: center;
}
.linkList2 a:after{
    content: '';
	top:45%;
    right: 0;
}
/*feature__itemInner*/
.feature__item {
    margin: 10px 0 20px;
}
.feature__itemInner p {
    margin: 0;
}
.feature__text{
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .02)), to(rgba(0, 0, 0, .6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .6));
}
/* more */
.more {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 228px;
    border: 1px solid #888;
    padding: 0 12px;
    justify-content: center;
    transition: .25s;
    min-height: 32px;
    border-radius: 16px;
}
p.more.icon:after {
    border-top: 0;
    border-bottom: 1px solid #0057B8;
    content: "";
    top: 30%;
}
.open + div .more:after {
    content: "";
    border-left: 1px solid #0057B8;
    border-top: 1px solid #0057B8;
    border-bottom: 0;
    border-right: 0;
    top: 42%;
}
/* ボタン */
.imgButton__text{
	height: 100%;
	align-items: center;
}
/* back__btn */
.back__btn {
    margin-top: 50px;
	text-align: left;
}
.back__btn a {
    color: #333;
    text-decoration: none;
    position: absolute;
    padding-left: 20px;
}
.back__btn a:hover {
    text-decoration: underline;
}
.back__btn a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 5px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media only screen and (min-width: 481px){
.feature__itemWrapper{
	display: block;
}
.feature__itemInner{
	margin: 0 auto;
}
.feature__itemInner p{
	width: 100%;
}
}
