@charset "utf-8";

.qua-unit a {
  color: #00479d;
}

.qua-unit[qua-box="bg"]{
	background-color: #f6f6f6;
}
.qua-unit[qua-box="border"]{
	border: 1px #d4e0ee solid;
	background-color: #f2f6fa;
}

/*--------------------------------------------------

見出しユニット

--------------------------------------------------*/

/* 共通 */


.qua-unit-heading[qua-level="h2"]{
	background-color: #00397e;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.qua-unit-heading[qua-level="h2"]:before{
	background-color: #fff;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
}
.qua-unit-heading[qua-level="h3"]{
	border-top: 2px #004ea2 solid;
	border-bottom: 1px #d4d4d4 solid;
	color: #00397e;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.qua-unit-heading[qua-level="h3"]:before{
	background-color: #00479d;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
}
.qua-unit-heading[qua-level="h4"]{
	background-color: #f6f6f6;
	position: relative;
	font-weight: bold;
	line-height: 1.5;
}
.qua-unit-heading[qua-level="h5"]{
	color: #00397e;
	font-weight: bold;
	line-height: 1.5;
}
.qua-unit-heading[qua-level="h6"]{
	font-weight: bold;
	line-height: 1.5;
}

/* PC */
@media print,only screen and (min-width: 768px) {

	.qua-unit-heading {
		margin-bottom: 30px;
	}
	.qua-unit-heading[qua-level="h2"]{
		font-size: 2.6rem;
		margin-bottom: 40px;
		padding: 19px 20px 14px 20px;
	}
	.qua-unit-heading[qua-level="h3"]{
		font-size: 2.4rem;
		margin-bottom: 40px;
		padding: 18px 18px 15px 18px;
	}
	.qua-unit-heading[qua-level="h4"]{
		font-size: 2.2rem;
		padding: 15px 30px 11px 30px;
		background:#f6f6f6 linear-gradient(135deg,#00397e 22px, transparent 22px ) no-repeat;
	}
	.qua-unit-heading[qua-level="h5"]{
		font-size: 2.2rem;
	}
	.qua-unit-heading[qua-level="h6"]{
		font-size: 2.2rem;
	}

}

/* SP */
@media screen and (max-width: 767px){

	.qua-unit-heading {
		margin-bottom: 4rem;
	}
	.qua-unit-heading[qua-level="h2"]{
		font-size: 4rem;
		padding: 2.5rem 2rem 1.6rem 3rem;
	}
	.qua-unit-heading[qua-level="h3"]{
		font-size: 3.6rem;
		padding: 2.2rem 2rem 1.6rem 2rem;
	}
	.qua-unit-heading[qua-level="h4"]{
		font-size: 3.2rem;
		padding: 1.8rem 2rem 1.7rem 3rem;
		background:#f6f6f6 linear-gradient(135deg,#00397e 2.2rem, transparent 2.2rem ) no-repeat;
	}
	.qua-unit-heading[qua-level="h5"]{
		font-size: 3.2rem;
	}
	.qua-unit-heading[qua-level="h6"]{
		font-size: 3.2rem;
	}
}
/*--------------------------------------------------

リストユニット

--------------------------------------------------*/

.qua-unit-list ul[qua-style="arw"]>li:before{
	width: 1em;
	height: 1.8em;
	content: "";
	background-image: url("../images/shared/arrow-list.svg");
	background-repeat: no-repeat;
}
.qua-unit-list ul[qua-style="arw2"]>li:before{
	width: 1em;
	height: 1.8em;
	content: "";
	background-image: url("../images/shared/arrow-accodion.svg");
	background-repeat: no-repeat;
}
.qua-unit-list ul[qua-style="circle"]>li:before{
	width: 1em;
	height: 1.4em;
	content: "";
	background-image: url("../images/shared/icon-check-blue.svg");
	background-repeat: no-repeat;
}
.qua-unit-files li{
	padding-left: 1.5em;
	position: relative;
}
.qua-unit-files li:before {
	width: 1em;
	height: 1em;
  	content: "";
	background-image: url("../images/shared/arrow-files.svg");
	position: absolute;
	top: 0.5em;
	left: 0;
	background-repeat: no-repeat;
	display: inline-block;
	background-position:0 0;
}
.qua-unit-files[qua-item-box="bg"] li {
	background-color: #f6f6f6;
}

@media print,only screen and (min-width: 768px){
	.qua-unit-list ul[qua-style="arw"]>li{
		padding-left: 1.3em;
	}
	.qua-unit-list ul[qua-style="arw2"]>li{
		padding-left: 1.3em;
	}
	.qua-unit-list ul[qua-style="circle"]>li{
		padding-left: 1.45em;
	}
	.qua-unit-list ul[qua-style="arw"]>li:before{
		background-size: 9px auto;
		background-position: left 0.4em;
	}
	.qua-unit-list ul[qua-style="arw2"]>li:before{
		background-size: 11px auto;
		background-position: left 0.5em;
	}
	.qua-unit-list ul[qua-style="circle"]>li:before{
		background-size: 12px auto;
		background-position: left 0.4em;
	}
	.qua-unit-files li:before {
		background-size: 10px auto;
	}
	.qua-unit-files[qua-item-box="bg"] li {
		padding:15px 15px 15px 43px;
	}
	.qua-unit-files[qua-item-box="bg"] li:before {
		top: 1.5em;
		left: 20px;
	}

}

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

	.qua-unit-list ul[qua-style="arw"]>li{
		padding-left: 1.4em;
	}
	.qua-unit-list ul[qua-style="arw2"]>li{
		padding-left: 1.4em;
	}
	.qua-unit-list ul[qua-style="circle"]>li{
		padding-left: 1.1em;
	}
	.qua-unit-list ul[qua-style="arw"]>li:before{
		background-size: 1.6rem auto;
		background-position: left 0.4em;
	}
	.qua-unit-list ul[qua-style="arw2"]>li:before{
		background-size: 1.9rem auto;
		background-position: left 0.5em;
	}
	.qua-unit-list ul[qua-style="circle"]>li:before{
		background-size: 1.7rem auto;
        background-position: left 0.5em;
	}
	.qua-unit-files li:before {
		background-size: 1.6rem auto;
	}
	.qua-unit-files[qua-item-box="bg"] li {
		padding:1rem 2.5rem 1rem 6.7rem;
	}
	.qua-unit-files[qua-item-box="bg"] li:before {
		top: 0.9em;
		left: 3rem;
	}



}
/*--------------------------------------------------

ボタンユニット

--------------------------------------------------*/

.qua-unit-button li{
    border: 1px solid #00397e;
    border-radius: 3em;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.qua-unit-button[qua-layout="1"] {
	text-align: center;
}
.qua-unit-button li>.in{
    color: #00397e;
	font-weight: bold;
	display: inline-block;
	transform-origin: left bottom;
	position: relative;
	display: block;
}
.qua-unit-button li .inin{
	display: block;
}
.qua-unit-button li>.in:after{
	content: "";
	background:url("../images/shared/button-arrow.png") 0 0 no-repeat,url("../images/shared/button-arrow-on.png") -9999px 0 no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}

/* PC */
@media print,only screen and (min-width: 768px) {

	.qua-unit-button li>.in{
		font-size: 2rem;
		padding: 20px 65px 20px 30px;
	}
    .qua-unit-button[qua-layout="1"] li>.in{
        padding: 20px 100px 20px 100px;
    }
    .qua-unit-button[qua-layout="4"] li>.in{
        padding: 15px 65px 15px 30px;
        font-size: 1.8rem;
    }
    .qua-unit-button li>.in:after{
		width: 35px;
		height: 7px;
		right: 20px;
		top: calc( 50% - 2px );
	}
    .qua-unit-button li:hover{
		background-color:#103a79;
	}
	.qua-unit-button li:hover>.in,
	.qua-unit-button li:hover>.in a {
        color: #fff;
    }
    .qua-unit-button li>.in:hover:after{
		background-position: -9999px 0,0 0;
	}

}

/* SP */
@media screen and (max-width: 767px){

    .qua-unit-button[qua-sp-vertical="1"][qua-layout="4"] li {
        width: 100%!important;
        margin-left: 0 !important;
    }

	.qua-unit-button li>.in{
		font-size: 3.6rem;
        padding: 1.9rem 12rem 1.9rem 4rem;
		display: block;
	}
	.qua-unit-button li>.in:after{
		width: 5.5rem;
        height: 1.1rem;
        right: 4rem;
        background-size: 5.5rem 1.1rem;
		top: calc( 50% - 0.4rem);
	}

}

/*--------------------------------------------------

アコーディオン見出しユニット

--------------------------------------------------*/

.qua-unit-accordion{
	background-color:#f6f6f6;
	color: #00397e;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
}
.qua-unit-accordion:before{
	background-color:#e6e6e6;
	width:1px;
	height:auto;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom:10px;
	right:60px;
}
.qua-unit-accordion:after{
	content: "";
	background: url(../images/shared/arrow-accodion.svg) center center no-repeat;
	position: absolute;
	top:0;
	right:0;
	display: block;
	transition: 0.3s ease-in-out;
}
.qua-unit-accordion.qua-open:after{
	transform:rotate(180deg);
}

@media print,only screen and (min-width: 768px) {

	.qua-unit-accordion{
		background:#f6f6f6 linear-gradient(135deg,#00397e 22px, transparent 22px ) no-repeat;
		cursor:pointer;
		padding: 15px 60px 11px 30px;
	}
	.qua-unit-accordion .qua-unit-in{
		font-size: 2.2rem;
	}
	.qua-unit-accordion:after{
		background-size: 20px auto;
		width: 60px;
		height: 60px;
	}
}

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

	.qua-unit-accordion{
		background:#f6f6f6 linear-gradient(135deg,#00397e 2.2rem, transparent 2.2rem ) no-repeat;
		font-size: 3.2rem;
		padding: 1.5rem 6rem 1.2rem 3.3rem;
	}
	.qua-unit-accordion:before{
		top: 1.6rem;
		bottom:1.6rem;
		right:7.2rem;
	}
	.qua-unit-accordion:after{
		background-size: 2.4rem auto;
		width: 7.2rem;
		height: 7.2rem;
	}
}

/*--------------------------------------------------

罫線

--------------------------------------------------*/

.qua-unit-line hr{
	display: none;
}
.qua-unit-line[qua-line-style="glay"]{
	border-top: 1px #d4d4d4 solid;
}
.qua-unit-line[qua-line-style="blue"]{
	border-top: 1px #004ea2 solid;
}
.qua-unit-line[qua-line-style="dot"]{
	width: 100%;
	height: 1px;
	background: url("../images/shared/line-dot.gif") 0 0 repeat-x;
}



/* フレーム
--------------------------------------------------*/
.qua-unit-frames-item {
	overflow: hidden;
	position: relative;
}
.qua-unit-frames-items a{
	width: 100%;
	height: 100%;
	display: block;
	color: #00397e;
}
.qua-unit-frames-items a:after{
	display: none!important;
}
.qua-unit-frames-text{
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
}
.qua-unit-frames-text span {
    display: block;
    position: relative;
}
.qua-unit-frames-text span::after {
    content: "";
    background: url(../images/shared/button-arrow.png) 0 0 no-repeat,url(../images/shared/button-arrow-on.png) -9999px 0 no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}
.qua-unit-frames-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

/* pc */
@media print,only screen and (min-width: 768px){

	.qua-unit-frames-items{
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.qua-unit-frames-item{
		width: calc( ( 100% / 2 ) - 20px )!important;
		height: 220px;
		margin: 0 40px 40px 0;
	}
	.qua-unit-frames-item:nth-child(even){
		margin-right: 0;
	}
	.qua-unit-frames-text{
        line-height: 1.5;
		font-size: 2rem;
	}
    .qua-unit-frames-items a:hover .qua-unit-frames-text {
        color: #fff;
        background-color: #00397e;
    }
    .qua-unit-frames-text span {
        padding: 12px 65px 12px 20px;
    }
    .qua-unit-frames-text span::after {
        width: 35px;
        height: 7px;
        right: 15px;
        top: calc( 50% - 2px );
    }
    .qua-unit-frames-items a:hover .qua-unit-frames-text span::after {
        background-position: -9999px 0,0 0;
    }
	.qua-unit-frames-image{
		transition: all 0.3s ease;
	}
	.qua-unit-frames-item a:hover .qua-unit-frames-image{
		transform: scale(1.15);
	}

}

/* sp */
@media screen and (max-width: 767px){

	.qua-unit-frames-item{
		width: auto!important;
		height: 54.9vw;
		font-size: 3.6rem;
		margin-bottom: 3rem;
	}
    .qua-unit-frames-text {
        line-height: 1.5;
    }
    .qua-unit-frames-text span {
        padding: 1.5rem 10rem 1.5rem 3rem;
    }
    .qua-unit-frames-text span::after {
        width: 5.5rem;
        height: 1.1rem;
        right: 3rem;
        background-size: 5.5rem 1.1rem;
        top: calc( 50% - 0.4rem);
    }
}

/*--------------------------------------------------

アーカイブ

--------------------------------------------------*/

.qua-unit-archive {
    position: relative;
    border-top: 2px solid #004ea2;
	background-color: #f6f6f6;
}
.qua-unit-archive::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #004ea2;
}

/* PC */
@media print,only screen and (min-width: 768px) {

	.qua-unit-archive{
		padding: 23px 20px 35px 20px;
		margin-bottom: 70px;
	}
	.qua-unit-archive_posts{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.qua-unit-archive .m-newsPost {
		width: calc( ( 100% / 3 ) - 15px );
		margin: 0 0 45px 0;
		position: relative;
	}
	.qua-unit-archive .m-newsPost_image {
		width: 230px;
		height: 160px;
	}
	.qua-unit-archive .m-button{
		text-align: center;
		margin: 0 auto;
	}

}

/* SP */
@media screen and (max-width: 767px){

	.qua-unit-archive{
		margin-bottom: 6rem;
		padding-bottom: 1px;
		text-align: center;
	}
	.qua-unit-archive .m-newsPost{
		border-bottom: 1px #b8b8b8 dotted;
		padding: 3rem;
		text-align: left;
	}
    .qua-unit-archive .m-newsPost:first-child {
        border-top: 0;
    }
	.qua-unit-archive .m-button{
		margin: 4rem 0;
	}

}

/*--------------------------------------------------

イメージスライダー

--------------------------------------------------*/
.qua-unit.qua-unit-images .images-text p {
  font-size: 1.3rem;
}