<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

/* FAQ繝壹�繧ｸ */


.top_title{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img/top.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;

}

.top_title h1{
	display:flex;
    justify-content:center;
    align-items: center;
	width:400px;
	height:60px;
	background-color:rgba(255, 255, 255,0.75);
    font-family: 'Sawarabi Mincho';
	font-size:25px;
	letter-spacing: 2px;
	border-left: 5px #ffffff solid;
}


.faq_wrap{
	width:1100px;
	margin: auto;
}
.top_title_01{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img/title_01.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;
}

.top_title_02{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img/title_02.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;

}

.top_title_03{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img/title_03.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;

}

.top_title_04{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img/title_04.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;

}
.top_title_01 h3,.top_title_02 h3,.top_title_03 h3,.top_title_04 h3{
	display:flex;
    justify-content:center;
    align-items: center;
	width:400px;
	height:60px;
	background-color:rgba(255, 255, 255,0.75);
    font-family: 'Sawarabi Mincho';
	font-size:25px;
	letter-spacing: 2px;
	border-left: 5px #ffffff solid;
}

.readmore{
	border-bottom:1px solid #657e90;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 41px;
	font-size: 18px;
}

.faq_q:before{
	content: '';
	display: inline-block;
	background-image: url("../img/faq_q.svg");
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-top: 1.5em;
	margin-right: 1em;
	position:absolute;
	left:0;
	top:0;
}
.faq_q{
	font-weight: bold;
	padding: 30px 0;
	font-size: 18px;
	padding-left:4em;
	position:relative;
}


.faq_a:before{
	content: '';
	display: inline-block;
	background-image: url("../img/faq_a.svg");
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-left: -2.5em;
}
.faq_a{
	margin-left: 2.5em;
	margin-bottom: 30px;
}
.faq_a p{
	margin-top: -3em;
}
.read-more-4 label{
	display: none;
}

.top_menu2{margin-bottom: 100px;}

.faq_service{
	width: 400px;
	margin:30px auto;
}
@media screen and (max-width: 1280px) {
.top_menu1,.faq_wrap{
	width: 100%;
	margin-top: 80px;
}

.top_title,.top_title_01,.top_title_02,.top_title_03,.top_title_04{
    height: 80px;
    margin-bottom:55px;
}

.top_title h1 ,.top_title_01 h3 ,.top_title_02 h3 ,.top_title_03 h3 ,.top_title_04 h3{
    background-color: unset;
	border-left:unset;
	margin-top: 140px;
	}
.readmore {
  width: 90%;
  position: relative;
  margin: 0px auto 30px;
  padding: 0 ;
}


.read-more-4 {
    position: relative;
}

.read-more-4 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 髢九￥蜑阪↓隕九○縺溘＞陦梧焚繧呈欠螳� */
	margin-top: -3em;
}

.read-more-4:has(:checked) p {
    display: block;
}

.read-more-4 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-4:has(:checked) p::after {
    content: none;
}

.read-more-4 label {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 20px;
    border-radius: 20px;
	border: 1px solid #657e90;
    background-color: #fff;
    color: #657e90;
}

.read-more-4 label:hover {
    border:1px solid #657e90;
    background-color: #fff;
    color: #657e90;
    cursor: pointer;
}

.read-more-4:has(:checked) label {
    display: none;
}

.read-more-4 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-4 label:hover::after{
    background-color: #657e90;
}

.read-more-4 input {
    display: none;
}	
.faq_service{width: 80%;}
}</pre></body></html>