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

.keyv-ttl {
	font-size: 3.0rem;
}
.service-detail h3{
	font-size: 2.1rem;
}
.intro-list {
	width: 100%;
}
/*--------------------------------------------------------------------------
 * tablet
----------------------------------------------------------------------------*/
@media only screen and (max-width: 912px) {

.tablet-block {
	display: block;
}
h3.section-subttl {
	font-size: 2.4rem;
}
.flex-box {
	display: block;
}
.flow-box {
	display: block;
}
/*----------------------------------
	header
-----------------------------------*/
header {

}
header h1{
	width: 250px;
}
/*----------------------------------
	index
-----------------------------------*/
.intro-list{
	width: 100%;
	margin: 0 auto;
}
.intro-list li{
	width: 100%;
	margin-bottom: 2.0rem;
}
.flow-list li{
	width: 100%;
	margin-bottom: 2.0rem;
}
#diagnose {
	padding: 5.0rem 2.0rem;
}
.diagnose-input select, .diagnose-input-input input{
	font-size: 1.4rem;
}
.diagnose-input:after {
	width: 30px;
}
.contact-form-block article{
	width: 100%;
}
.contact-form tr td{
	padding: 2.0rem 1.0rem;
}
.diagnose-form li h4{
	font-size: 1.4rem;
}
#faq {
	background: #666;
	margin-bottom: 0;
}
#faq h2.section-ttl {
	color: #fff;
}
.faq-q {
	font-size: 1.8rem;
}
footer .footer-inner {
	width: 90%;
	display: block;
}
footer .footer-inner .footer-right, footer .footer-inner .footer-left, footer .footer-inner .footer-center {
	width: 40%;
	margin: 0 auto 5.0rem;
}
.footer-sign {
	font-size: 1.2rem;
}
	footer .footer-inner .footer-right ul{
		border: none;
		padding: 0;
	}
 @media screen and (max-width: 768px) {
	.header-nav {
		display: none;
	}
/*--------------------------------------------------------------------------
 * SP
----------------------------------------------------------------------------*/
 @media screen and (max-width: 480px) {
	header h1{
		padding: 1.5rem 3.0rem 1.5rem 1.5rem;
	}
	.header-nav {
		display: none;
	}
	#top {
		width: 100%;
		margin-bottom: 5.0rem;
	}
	.tablet-block {
		display: none;
	}
	.sp {
		display: block;
	}
	h2.section-ttl {
		font-size: 2.2rem;
	}
	.intro-list li{
		padding: 1.0rem 0;
		font-size: 1.6rem;
		width: 100%;
	}
	#intro {
		margin-bottom: 5.0rem;
	}
	#flow {
		padding: 5.0rem 0;
	}
	#diagnose {
		padding: 5.0rem 2.0rem;
	}
	.section-block {
		padding: 0 2.0rem;
	}
	.intro-txt {
		font-size: 1.4rem;
	}
	.flow-list {
		padding: 0 2.0rem;
	}
	.flow-list li {
		padding: 5.0rem 2.0rem;
	}
	.diagnose-form li{
		width: 100%;
	}
	.diagnose-btn {
		width: 90%;
		font-size: 1.8rem;
	}
	#faq {
		padding: 5.0rem 2.0rem;
	}
	.faq-content:after {
		inset-block-start: 1.25rem;
		inset-inline-end: 0.55em;
	}
	.faq-q {
		font-size: 1.4rem;
	}
	.diagnose-btn {
		font-size: 1.4rem;
		padding: 1.0rem 0;
	}
	#contact {
		padding: 5.0rem 0;
	}
	.contact-form {
		margin-bottom: 5.0rem;
	}
	.contact-form li {
		font-size: 1.4rem;
		flex-wrap: wrap;
	}
	.contact-form li h4, .contact-form li .contact-input {
		width: 100%;
	}
	.contact-btn {
		width: 80%;
		font-size: 1.4rem;
	}
	footer{
		padding: 5.0rem 0;
	}
	footer .footer-inner {
		flex-wrap: wrap;
	}
	footer .footer-inner .footer-left {
		margin-bottom: 3.0rem;
	}
	footer .footer-inner .footer-left, footer .footer-inner .footer-right {
		width: 100%;
	}
	footer .footer-inner .footer-left .footer-left-img {
		width: 200px;
		margin: 0 auto 3.0rem;
	}
	footer .footer-inner .footer-center {
		width: 80%;
		margin-bottom: 3.0rem;
	}
	footer .footer-inner .footer-right {
		width: 80%;
		border: none;

	}

.footer-sign {
	font-size: 1.2rem;
}

}