@charset "utf-8";
* html body {
	overflow: hidden;
}
html {
	font-size: 55%;
	position: relative;
}
.pointer {
	cursor: pointer;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
	width: 100%;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #007FFF;
	text-decoration: underline;
}
.inner {
	max-width: 750px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.cv {
	margin: 0 auto;
	text-align: center;
}
.cv_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}
.clearfix {
	min-height: 1px;
	zoom: 1;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrap {
	max-width: 640px;
	margin: 0 auto;
	box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.2);
	/* padding-bottom: 50px; */

}


 @media screen and (max-width:767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.inner {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#wrap {
	max-width: 100%;
	margin: 0 auto;
}

}


/* header
------------------------------------------------------------------------------- */
header {
	background: #FFF;
	height: 100px;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
header ul {
	float: left;
	padding-left: 20px;
}
header ul li {
	display: inline-block;
	vertical-align: middle;
}
header ul li.logo img {
	width: 211px;
	padding-top: 15px;
}
header ul li h1 {
	font-size: 13px;
	padding-left: 10px;
	padding-top: 27px;
}
header .head_tel {
	float: right;
	padding-right: 22px;
	padding-top: 26px;
}
header .head_contact {
	float: right;
	padding-right: 20px;
	padding-top: 17px;
}
 @media screen and (max-width:767px) {
header {
	height: 55px;
}
header ul {
	padding-left: 10px;
}
header ul li {
	display: inline-block;
	vertical-align: middle;
}
header ul li.logo img {
	width: 120px;
	padding-top: 10px;
}
header ul li h1 {
	font-size: 10px;
	padding-left: 6px;
	padding-top: 13px;
	line-height: 140%;
}
header .head_tel {
	display: none;
}
header .head_contact {
	display: none;
}
}



/* cv
------------------------------------------------------------------------------- */
.cv_wrap {
	position: relative;
}


/*cnt01
------------------------------------------------------------------------------- */
#cnt01{
text-align: center;
width: 100%;
}




/*cnt07
------------------------------------------------------------------------------- */


#cnt07 p.ttl{
	padding:60px 0 30px 0 ;
	font-size: 1.5em;
	text-align: center;
}
#cnt07 table {
	font-size: 19px;
	width: 100%;
	text-align: left;

}
#cnt07 table th {
	background: #E8F3F9;
	border-bottom: #FFF 1px solid;
	width: 20%;
	padding: 25px;
	vertical-align: top;
}
#cnt07 table td {
	width: 80%;
	padding: 25px;
	border: #DDDDDD 1px solid;
	border-left: none;
	/* vertical-align: top; */
}



/*cnt08
------------------------------------------------------------------------------- */
#cnt08 p.ttl{
	padding:60px 0 00px 0 ;
	font-size: 1.5em;
	text-align: center;
}

#faqarea {
	padding-top: 10px;
	margin-bottom: 60px;
}
.faqbox {
	padding-top: 35px;
}
/* .faqbox dl {
	width: 100%;
	font-size: 0;
}
.faqbox dl.question {
	padding-bottom: 15px;
	height: 70px;
}
.faqbox dl.question dt {
	background-color: #1C85C2;
	display: inline-block;
	width: 7%;
	box-sizing: border-box;
	color: #fff;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	vertical-align: top;
	padding-left: 24px;
}
.faqbox dl.question dd {
	background-color: #E8F3F9;
	font-size: 24px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	padding-left: 20px;
}
.faqbox dl.answer dt {
	display: inline-block;
	width: 7%;
	box-sizing: border-box;
	color: #FE5457;
	line-height: 30px;
	font-size: 26px;
	vertical-align: top;
	padding-left: 24px;
}
.faqbox dl dd {
	display: inline-block;
	width: 93%;
	box-sizing: border-box;
	font-size: 19px;
	vertical-align: top;
} */

.question{
    background-color: #E8F3F9;
    font-size: 21px;
    font-weight: bold;
    /* height: 70px; */
    /* line-height: 70px; */
    padding: 10px 20px;
}

.answer{
	
	padding-top: 20px;
	padding-left: 20px;
	display: flex
}
.answer_a{
	display: inline-block;
	box-sizing: border-box;
	color: #FE5457;
	line-height: 30px;
	font-size: 26px;
	vertical-align: top;
}

.answer_txt{
    display: inline-block;
    width: 89%;
    padding-left: 11px;
    box-sizing: border-box;
    font-size: 19px;
    vertical-align: top;
}

/* footer
------------------------------------------------------------------------------- */


footer{
	width: 100%;
	color: #5f5f5f;
	background: #f3f3f3;
}
footer .inner{padding:4% 0 0 0;}
footer .company_name {
	text-align: center;
	font-size: 18px;
	border-bottom: #808080 1px solid;
	padding-bottom: 15px;
	margin-bottom: 25px;
}


.cr {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}


@media screen and (max-width:767px) {
footer {
	background: #f3f3f3;
}
footer .company_name {
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
footer .company_profile {
	margin: 0 auto;
	text-align: center;
}
footer .company_left {
	text-align: left;
	vertical-align: top;
}
footer .company_right {
	text-align: left;
	vertical-align: top;
}
footer table th {
	width: 51%;
}
footer table td {
	width: 50%;
}
.cr {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-bottom:100px;
}
}

.footer02 {
	text-align: center;
	padding: 30px ;
   }
   .footer02 .company{
	margin: 10px auto 30px;
   }
   .footer02 a {
	color: #808080;
	text-decoration: none;
   }
   .footer02 a:hover {
	text-decoration: underline;
   }
   .footer02 .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
   }
   .footer02 .menu li {
	margin: 0;
	padding: 0 20px;
   }









#banner_sp {
	display: block;
	width: 100%;
	bottom: 0;
	position: fixed;

	background-color: #5aaa00;
}
#banner_sp ul {
	font-size: 0;
}
#banner_sp li {
	width: 63%;
	margin: auto;
}




.responsive {
	width: 90%;
	aspect-ratio: 16/9;
	margin: 30px auto;
	}


