@charset "utf-8";
/* CSS Document */
/*@import url(pc.css) screen and (min-width: 1000px); !* 641以上 *!*/
/*@import url(sp.css) screen and (max-width: 999px); !* 640以下 *!*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
ol,
ul {
	list-style: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a.content_link{
	color: #000;
}

a:hover{
	text-decoration: underline;
}

h2{
	font-size: 25px;
	border-left: 5px solid #ffa2a2;
	border-bottom: 1px solid #ffa2a2;
	background: #fff;
}

p{
	line-height: 1.5;
}

body{
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}
body,
#main{
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 100vh;
}

#title{
	z-index: 1;
}

#contents{
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
}


/* CONTACT *********************/
.contact dt p{
	margin: 8px 0;
	padding-left: 8px;
	border-left: 5px solid #ffa2a2;
}
.contact .txt{
	width: 100%;
	margin: 0 0 1.5rem;
	padding: 10px;
	border: solid 1px #666;
	font-size: 14px;
	border-radius: 4px;
}
.contact .txt2{
	width: 100%;
	height: 10rem;
	margin: 0 0 20px;
	padding: 10px;
	border: solid 1px #666;
	font-size: 14px;
	border-radius: 4px;
}
.contact select{
	margin-bottom: 1.5rem;
	font-size: 16px;
	border: 1px solid #eee;
}
.contact input.send {
	width: 10rem;
	padding: 1rem;
	font-size: 18px;
	border: 1px solid #ffa2a2;
	background-color: #eee;
	border-radius: 4px;
}
.contact .kome{
	font-size: .8rem;
	color: #dc143c;
}

/* STAFF *********************/
.staff > div{
	margin-bottom: 2rem
}
.staff p.name{
	padding: .5rem 1rem;
	background: #ccc;
	font-size: 18px;
	font-weight: bold;
}
.staff span.job_title{
	background: #ccc;
	font-size: 14px;
}
.staff li:first-child{
	text-align: center;
}
.staff li dt p{
	margin: 1.5rem 0 .2rem;
	padding-bottom: .5rem;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}


/* SERVICE *********************/
.service > div{
	margin: 0 auto 2rem;
	padding: 2rem 1rem 1.5rem;
	border: 1px solid #ccc;
	border-left: 8px solid #ccc;
	border-radius: 0 1rem 1rem 0;
	overflow: hidden;
}
.service dt{
	padding-bottom: .5rem;
	font-weight: bold;
}

.service img{
	width: 125px;
	height: 125px;
	border: 1px #000 solid;
}


/* RESULT *********************/
.result > div{
	margin: 0 auto 2rem;
	padding: 2rem 1rem 1.5rem;
	border: 1px solid #ccc;
	border-left: 8px solid #ccc;
	border-radius: 0 1rem 1rem 0;
	overflow: hidden;
}
.result dt{
	padding-bottom: .5rem;
	font-weight: bold;
}


/* QA *********************/
.qa .Q{
	margin-bottom:.3rem;
	color: #cd5c5c;
}
.qa .A{
	margin:.3rem 0 2rem;
}
.qa li span{
	font-weight: bold;
}


/* FOOTER */
footer{
	height: 40px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-align: center;
}