<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.about {
	overflow: hidden
}
.about .mv-block {
	position: relative
}
.about .mv-block .mv {
	min-height: 35rem;
	padding-bottom: 25%;
	background: url(/common/img/about/mv.jpg) no-repeat center center;
	background-size: cover
}
.about .mv-block .mv-catch {
	position: absolute;
	top: 48.57143%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%)
}
.about .mv-block .mv-catch p {
	color: #fff;
	line-height: 1.5
}
.about .mv-block .mv-catch span.small {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: .5rem .8rem;
	background: #0e62aa;
	font-size: 1.8rem;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: .25rem;
	line-height: 1
}
.about .mv-block .mv-catch span.lg {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1
}
@media (max-width: 640px) {
	.about .pc {
		display: none
	}
	.about .sp {
		display: block
	}
	.about .sp-w100 {
		width: 100%
	}
	.about .mv-block .mv {
		min-height: 2.25rem;
		padding-bottom: 60%;
		background: url(/common/img/about/sp-mv.jpg) no-repeat center center;
		background-size: cover
	}
	.about .mv-block .mv-catch {
    width: 80%;
		position: absolute;
		top: 42.85714%;
		left: 50%;
		text-align: center;
		transform: translateX(-50%)
	}
	.about .mv-block .mv-catch span.small {
		margin-bottom: .8rem;
		font-size: 1.2rem
	}
	.about .mv-block .mv-catch span.lg {
		font-size: 2.6rem
	}
}
.block {
  padding: 6rem 0;
}
.tk-proxima-nova {
  font-size: 22px;
  text-align: center;
}

.faq_wrap {
  padding: 40px 0;
}


.return_link {
	margin-top: 100px;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.content {
	width: 100%;
	margin: auto;
	padding-bottom: 200px;
}
.qa_set {
  margin-top: 60px;
	border: 1px solid #230806;
	padding: 10px;
	background: #fafafa;
}
@media only screen and (max-width:768px) {
  .tk-proxima-nova {
    font-size: 22px;
  }
  .qa_set {
    margin-top: 34px;
  }
}
.question_dl {
	border-bottom: 1px dotted #a9a9a9;
	cursor: pointer;
	margin: 15px 0;
	color: #000;
}
.question_dl p, .answer_dl p {
	margin-bottom: 0 !important;
	font-size: 18px !important;
}
.answer_dl p {
	padding: 10px;
	color: #cd0000 !important
}
/* .open_h3:after, .open_h3.active:after {
	font-size: 0.8em;
	margin-left: 20px;
}
.open_h3.active::after {
	content: "▲";
}
.open_h3::after {
	content: "▼";
} */
.info {
	font-size: 1em;
	padding-left: 15px;
}
.title {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: lighter;
}
.img-close, .img-close img {
	width: 50px;
	height: 50px;
}
.open-6.ul_open {
	position: relative;
}
.open-6 li.img-close {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 150px;
	margin: auto;
}
.open-6 li:last-child {
	list-style-type: none;
}
.sp-ip {
	display: block;
}
@media screen and (max-width: 600px) {
	.sp-ip {
		display: none;
	}
}

#pankuzu span{padding-left:10px;color:#cd0000;font-weight:600}



.faq_box{
    display: flex;
    justify-content: space-around;
    max-width:1100px;
    margin: 50px auto;
    width: 98%;
}



.btnSet{
    width: 23%;
    background: #2686d8;
    position: relative;
    overflow: hidden;
    border-radius: 0.5em;
    text-align: center;
    color: #fff;
}

.btnSet_2{
    width: 48%;
    background: #2686d8;
    position: relative;
    overflow: hidden;
    border-radius: 0.5em;
    text-align: center;
    color: #fff;
}



.btnSet a,.btnSet_2 a{
    color: #fff;
}

.btnSet a:hover, .btnSet_2 a:hover{
    color: #fff;
	cursor:pointer;
}


@media screen and (max-width: 600px) {
  .faq_box{
    flex-direction: column;
  }

  .btnSet{
      width: 180px;
      margin: 3px auto;
  }
	
  .btnSet_2{
    width: 100%;
}

}





.btnSet:hover,.btnSet_2:hover{
  opacity:0.9;
  cursor:pointer
}


.btnSet a::before{
    content: "";
    padding-top: 100%;
    display: block;
}

.btnSet_2 a::before{
    content: "";
    padding-top: 60%;
    display: block;
}



.btnSet p,.btnSet_2 p{
    position: absolute;
    top: 15px;
    padding: 5px;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}


.btnSet img{
    position: absolute;
    top: 30%;
    width: 70%;
    left: 15%;
    right: 0;
    padding: 10px;
    margin: 0;
}

.btnSet_2 img{
    position: absolute;
    top: 15%;
    width: 60%;
    left: 20%;
    right: 0;
    padding: 10px;
    margin: 0;
}





@media screen and (max-width: 600px) {
  .btnSet img, .btnSet_2 img  {
      top: 35%;
  }

  .btnSet p,.btnSet_2 p{
      line-height:1.1;
  }

}


.boxContact {
	position: relative;
	margin-top: 1em;
	padding: 2.5em 1em 1em 1em;
	text-align: center;
	border: 2px solid #2589d0;
	max-width: 600px;
	margin: 0 auto;
	}
  
  .boxContact &gt; div {
	position: absolute;
	top: -1.15em;
	left: 1em;
	padding: .4em 1.4em;
	border-radius: 25px;
	background-color: #2589d0;
	color: #fff;
	font-size: 1.1em;
	left: 20%;
	right: 20%;
	}
  
  .boxContact &gt; div::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 10px;
	background-color: #2589d0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
  }
  
  .boxContact p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5;
	}
@media screen and (max-width: 600px) {
	
	.boxContact &gt; div {
	    left: 10%;
	    right: 10%;
	    padding: 0.4em 1em;
	    font-size: 1.1em;
	}

    .boxContact p {
		font-size: 1em;
		}
}</pre></body></html>