@charset "utf-8";

.qua-unit[qua-box="bg"]{
	background-color: #eef5fc;
	position: relative;
	border-radius: 1rem;
}
.qua-unit[qua-box="border"]{
	border: 2px #e7f9e2 solid;
	position: relative;
	border-radius: 1rem;
	box-shadow: 0 0 0 1px #b2d6fd inset;
}
.qua-unit[qua-box="bg"] .qua-unit-in,
.qua-unit[qua-box="border"] .qua-unit-in{
	position: relative;
}
/* PC */
@media print,only screen and (min-width: 768px) {
	.qua-unit[qua-box="border"]{
		border: 2px #e7f9e2 solid;
		box-shadow: 0 0 0 1px #b2d6fd inset;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.qua-unit[qua-box="border"]{
		border: 0.3rem #e7f9e2 solid;
		box-shadow: 0 0 0 0.1rem #b2d6fd inset;
	}
}
/*--------------------------------------------------

画像

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


/* PC */
@media print,only screen and (min-width: 768px) {
	.qua-picture-img img,
	.images-pager-item-in{
		border-radius: 7px;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.qua-picture-img img,
	.images-pager-item-in{
		border-radius: 0.8rem;
	}
}
/*--------------------------------------------------

見出し

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

.qua-unit-heading{
	font-weight: bold;
	line-height: 1.5
}

.qua-unit-heading[qua-level="h2"]{
	position: relative;
	border-radius: 1rem;
	color: #fff;
}
.qua-unit-heading[qua-level="h3"]{
	background: url("../img/unit/h3_icon.svg") left 0.6em no-repeat;
	border-bottom: 0.2rem dashed #80c269;
}
.qua-unit-heading[qua-level="h4"]{
	background-color: #eef5fc;
	border-radius: 0 0 1rem 1rem;
	position: relative;
}
.qua-unit-heading[qua-level="h4"]:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
.qua-unit-heading[qua-level="h5"]{
	color: #6bb153;
}
/* PC */
@media print,only screen and (min-width: 768px) {

	.qua-unit-heading[qua-level="h2"]{
		font-size: 2.8rem;
		padding: 1rem 3rem;
		background: repeating-linear-gradient(-45deg, #80c269, #80c269 9px, #86c571 9px, #86c571 15px);
		box-shadow: 0 0 0 1px #fff inset;
		border: 3px #c9e8be solid;
	}
	.qua-unit-heading[qua-level="h3"]{
		font-size: 2.6rem;
		padding: 0 0 13px 40px;
	}
	.qua-unit-heading[qua-level="h4"]{
		font-size: 2.4rem;
		padding:1rem 2.3rem 1.2rem 2.3rem;
		border-top: 1px #b2d6fd solid;
	}
	.qua-unit-heading[qua-level="h4"]:before{
		border-top: 2px #7fb8f4 solid;
		top: -6px;
	}
	.qua-unit-heading[qua-level="h5"]{
		font-size: 2.4rem;
	}
	.qua-unit-heading[qua-level="h6"]{
		font-size: 2.4rem;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.qua-unit-heading[qua-level="h2"]{
		font-size: 3.6rem;
		padding:1.6rem 3rem 1.4rem 3rem;
		background: repeating-linear-gradient(-45deg, #80c269, #80c269 0.8rem, #86c571 0.8rem, #86c571 1.4rem);
		box-shadow: 0 0 0 0.1rem #fff inset;
		border: 0.3rem #c9e8be solid;
	}
	.qua-unit-heading[qua-level="h3"]{
		font-size: 3.6rem;
		padding: 0 0 1rem 6.2rem;
		background-size: 4rem auto,1rem auto;
	}
	.qua-unit-heading[qua-level="h4"]{
		font-size: 3.4rem;
		padding:1.3rem 2.8rem 1.4rem 2.8rem;
		border-top: 0.1rem #b2d6fd solid;
	}
	.qua-unit-heading[qua-level="h4"]:before{
		border-top: 0.2rem #7fb8f4 solid;
		top: -0.6rem;
	}
	.qua-unit-heading[qua-level="h5"]{
		font-size: 3.4rem;
	}
	.qua-unit-heading[qua-level="h6"]{
		font-size: 3.4rem;
	}
}
/*--------------------------------------------------

リストユニット

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

.qua-unit-list ul[qua-style="arw"]>li{
	padding-left: 1.2em;
}
.qua-unit-list ul[qua-style="arw2"]>li{
	padding-left: 1.2em;
}
.qua-unit-list ul[qua-style="circle"]>li{
	padding-left: 1.4em;
}

.qua-unit-list ul[qua-style="arw"]>li:before{
	width: 1em;
	height: 1.8em;
	content: "";
	background-image: url("../img/unit/arw_g.svg");
	background-repeat: no-repeat;
}
.qua-unit-list ul[qua-style="arw2"]>li:before{
	width: 1em;
	height: 1.8em;
	content: "";
	background-image: url("../img/unit/arw_g_down.svg");
	background-repeat: no-repeat;
}
.qua-unit-list ul[qua-style="circle"]>li:before{
	width: 1em;
	height: 1.5em;
	content: "";
	background-image: url("../img/unit/arw_list_g.svg");
	background-repeat: no-repeat;
}
.qua-unit-files li a{
	padding-left: 1.5em!important;
	position: relative;
	display: block;
}
.qua-unit-files li a:before {
	width: 1em;
	height: 1em;
  	content: "";
	background: url("../img/unit/arw_g_file.svg") left center no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
}

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

	.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.6em;
	}
	.qua-unit-list ul[qua-style="circle"]>li:before{
		background-size: 12px auto;
		background-position: left 0.5em;
	}
	.qua-unit-files li a:before {
		background-size: 13px auto;
	}

}

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

	.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: 2rem auto;
		background-position: left 0.5em;
	}
	.qua-unit-list ul[qua-style="circle"]>li:before{
		background-size: 2rem auto;
		background-position: left 0.4em;
	}
	.qua-unit-files li a:before {
		background-size: 2rem auto;
	}
}
/*--------------------------------------------------

ボタンユニット

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

.qua-unit-button li{
	color: #004f9b;
	background:url("../img/unit/arw_g_file.svg") right 20px center no-repeat,url("../img/unit/arw_w.svg") 0 -9999px no-repeat;
	background-color: #eef5fc;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 0 rgba(178,214,253,1);
}
.qua-unit-button li a{
	text-decoration: none;
	color: #004f9b;
}

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

	.qua-unit-button li{
		background-size: 18px auto,18px auto;
		padding: 16px 60px 16px 40px;
		font-size: 20px;
		border-radius: 29px;
		text-indent: -10px;
	}
	.qua-unit-button li:hover{
		background-position:0 -9999px,right 20px center;
		background-size: 18px auto,18px auto;
		background-color: #6da0ed;
		color: #fff;
		text-decoration: none;
	}
	.qua-unit-button li:hover a{
		color: #fff;
	}

}

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

	.qua-unit-button li{
		background-position: right 2.9rem center,0 -9999px;
		background-size: 3rem auto,3rem auto;
		padding: 2.5rem 6.5rem;
		font-size: 3.2rem;
		border-radius: 4.8rem;
	}

}

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

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

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

.qua-unit-accordion{
	line-height: 1.5;
	background-color: #eef5fc;
	position: relative;
	padding:0;
	cursor: pointer;
	font-weight: bold;
}
.qua-unit-accordion:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
.qua-unit-accordion .qua-unit-in{
	position: relative;
}
.qua-unit-accordion .qua-unit-in:before{
	content: "";
	display: block;
	background-color: #b2d6fd;
	position: absolute;
}
.qua-unit-accordion:after{
	content: "";
	background:url("../img/unit/arw_g_down.svg") center center no-repeat;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.qua-unit-accordion.qua-open .qua-unit-in:after{
	transform:rotate(180deg);
}

@media print,only screen and (min-width: 768px) {
	.qua-unit-accordion{
		border-radius: 0 0 10px 10px;
		font-size: 24px;
		border-top: 1px #b2d6fd solid;
	}
	.qua-unit-accordion:hover{
		background-color: #e0effd;
	}
	.qua-unit-accordion:before{
		border-top: 2px #7fb8f4 solid;
		top: -6px;
	}
	.qua-unit-accordion .qua-unit-in{
		padding:10px 23px 12px 23px;
	}
	.qua-unit-accordion .qua-unit-in:before{
		width: 1px;
		top: 10px;
		bottom: 10px;
		right: 58px;
	}
	.qua-unit-accordion:after{
		width: 58px;
		height: 58px;
		background-size: 18px auto;
	}
}

@media screen and (max-width: 767px) {
	.qua-unit-accordion{
		border-radius: 0 0 1rem 1rem;
		font-size: 3.4rem;
		border-top: 0.1rem #b2d6fd solid;
	}
	.qua-unit-accordion:before{
		border-top: 0.2rem #7fb8f4 solid;
		top: -0.6rem;
	}
	.qua-unit-accordion .qua-unit-in{
		padding:1rem 2.3rem 1.2rem 2.3rem;
	}
	.qua-unit-accordion .qua-unit-in:before{
		width: 0.1rem;
		top: 1.6rem;
		bottom: 1.6rem;
		right: 7.3rem;
	}
	.qua-unit-accordion:after{
		width: 7.3rem;
		height: 7.3rem;
		background-size: 2.3rem auto;
	}
}

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

qua-unit-frames2

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

.qua-unit-frames2 .qua-unit-frames-item a{
	display: block;
	line-height: 1.3;
}

.qua-unit-frames2 .qua-unit-frames-text{
	background:url("../img/unit/arw_g_file.svg") 24px center no-repeat,url("../img/unit/arw_w.svg") 0 -9999px no-repeat;
	background-color: #e9f3fe;
	color: #004ea2;
}
.qua-unit-frames2 .qua-unit-frames-image{
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 48.5%;
}


/* pc */
@media print,only screen and (min-width: 768px){
	.qua-unit-frames2 .qua-unit-frames-item{
		margin-bottom: 30px;
	}

	.qua-unit-frames2 .qua-unit-frames-text{
		background-size: 18px auto;
		font-size: 20px;
		padding: 12px 15px 12px 50px;
		border-radius:0 0 18px 18px;
	}

	.qua-unit-frames2 .qua-unit-frames-item a:hover .qua-unit-frames-text{
		background-position: 0 -9999px,24px center;
		color: #fff;
		background-color: #6da0ed;
	}
	.qua-unit-frames2 .qua-unit-frames-image{
		border-radius: 18px 18px 0 0;
	}
}

/* sp */
@media screen and (max-width: 767px){
	.qua-unit-frames2 .qua-unit-frames-item{
		width: 100%;
		margin-bottom: 4rem;
	}

	.qua-unit-frames2 .qua-unit-frames-text{
		background-size: 2.8rem auto;
		background-position: right 3.2rem center;
		font-size: 3.2rem;
		padding: 1rem 5.5rem 1rem 3rem;
		border-radius:0 0 2rem 2rem;
	}
	.qua-unit-frames2 .qua-unit-frames-image{
		border-radius: 2rem 2rem 0 0;
	}

}

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

.frame03

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

.qua-unit-frames3 .qua-unit-frames-item a{
	display: block;
}
.qua-unit-frames3 .qua-unit-frames-text{
	background:url("../img/unit/arw_g_file.svg") 9px 1.05em no-repeat,url("../img/unit/arw_w.svg") 0 -9999px no-repeat;
	color: #004ea2;
}
.qua-unit-frames3 .qua-unit-frames-image{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* pc */
@media print,only screen and (min-width: 768px){
	.qua-unit-frames3 .qua-unit-frames-item{
		margin-bottom: 20px;
	}
	.qua-unit-frames3 .qua-unit-frames-item a{
		border-radius: 8px;
		border: 2px #e7f9e2 solid;
		box-shadow: 0 0 0 1px #b2d6fd inset;
		padding: 4px;
	}
	.qua-unit-frames3 .qua-unit-frames-text{
		border-radius: 0 0 8px 8px;
		background-size: 16px auto;
		font-size: 18px;
		padding: 12px 15px 8px 34px;
	}
	.qua-unit-frames3 .qua-unit-frames-item a:hover{
		background-color: #6da0ed;
	}
	.qua-unit-frames3 .qua-unit-frames-item a:hover .qua-unit-frames-text{
		background-position: 0 -9999px, 9px 1.05em;
		color: #fff;
	}
	.qua-unit-frames3 .qua-unit-frames-image{
		border-radius: 5px 5px 0 0;
		padding-top: 65.2%;
	}
}

/* sp */
@media screen and (max-width: 767px){
	.qua-unit-frames3 .qua-unit-frames-item{
		width: 100%;
		margin-bottom: 4rem;
	}
	.qua-unit-frames3 .qua-unit-frames-item a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 1rem;
		border: 0.3rem #e7f9e2 solid;
		box-shadow: 0 0 0 0.1rem #b2d6fd inset;
		padding: 0.4rem;
	}
	.qua-unit-frames3 .qua-unit-frames-text{
		width: calc( 100% - 43% - 3.2rem );
		background-size: 2.6rem auto;
		background-position: right 2.3rem center;
		font-size: 2.8rem;
		padding: 1rem 5rem 1rem 0;
	}
	.qua-unit-frames3 .qua-unit-frames-image{
		width: 43%;
		padding-top: 28%;
		border-radius: 0.5rem;
	}

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

ギャラリー

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

.gallery-item__caption {
	color: #707070;
}
/* PC */
@media print,only screen and (min-width: 768px) {
	.gallery-item__caption {
		font-size: 13px;
		margin: 10px 0 15px 0;
	}
	.gallery-item__image img{
		border-radius: 5px;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.gallery-item__caption {
		font-size: 2rem;
		margin: 1rem 0 1.5rem 0;
	}
	.gallery-item__image img{
		border-radius: 0.5rem;
	}
}
/*--------------------------------------------------

アーカイブ

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

.qua-unit-archive .heading02 {
	display: flex;
	justify-content:space-between;
	border-bottom: 0.2rem dashed #80c269;
}
.qua-unit-archive .heading02 a{
	font-size: 16px;
	background: url("../img/unit/arw_g_file.svg") right 17px top 0.1em no-repeat;
	position: relative;
	display: inline-block;
}
.qua-unit-archive .heading02 a:hover{
	text-decoration: underline;
}
.post_list {
    background-image:none;
}
/* PC */
@media print,only screen and (min-width: 768px) {
	.qua-unit-archive .heading02 a{
		font-size: 16px;
		background-size: 16px auto;
		padding-right: 46px;
		top: 12px;
	}
	.qua-unit-archive .heading02 a:hover{
		text-decoration: underline;
	}

}
/* SP */
@media screen and (max-width: 767px) {
	.qua-unit-archive .heading02 a{
		font-size: 2.6rem;
		background-size: 2.6rem auto;
		background-position: right 0.2rem top 0.1em;
		padding-right: 4.6rem;
		top: 1.6rem;
	}

}

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

アーカイブ

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

.qua-unit-line[qua-line-style=color] {
	border-top: 1px #b9d6f9 solid;
}
