@charset "UTF-8";

/* page_title */
.page_title {
	padding: 40px 0 30px;
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 400px;
	}
@media screen and (max-width: 560px) {
.page_title {
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 50%;
	}
}
.page_title h1 {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
	}
.page_title h1 span {
	display: block;
	font-size: 20px;
	}


/* .service_about */
.service_about {
	padding: 60px 0;
	background: #eef2f2;
	}
@media screen and (max-width: 560px) {
.service_about {
	padding: 35px 15px 20px;
	}
}
.service_about .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 50px;
	background: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	}
@media screen and (max-width: 560px) {
.service_about .inner {
	padding: 30px;
	}
}
.service_about h2 {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	}
.service_about h3 {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	}
.service_about p {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 16px;
	line-height: 2em;
	}
@media screen and (max-width: 560px) {
.service_about p {
	padding: 0 0 15px;
	font-size: 13px;
	line-height: 1.5em;
	}
}
.service_about p.notice {
	max-width: 500px;
	padding: 10px 0 10px 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-indent: -1em;
	}
@media screen and (max-width: 560px) {
.service_about p.notice {
	font-size: 10px;
	text-align: left;
	}
}
.service_about img.price {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	}


/* .service_point */
.service_point {
	padding: 20px 15px;
	background: #eef2f2;
	}
.service_point .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 20px;
	background: #ffffff;
	border-top: 20px solid #cddafc;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	}
.service_point .inner img.title {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%,0);
	width: 50px;
	}
.service_point h2 {
	display: block;
	margin: 0 0 20px;
	color: #1f4e97;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.service_point h2 {
	margin: 0 0 20px;
	font-size: 24px;
	padding: 0 12px;
	}
}
.service_point h2 span {
	color: #f39800;
	}
.service_point .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 50px 30px;
	}
.service_point:nth-child(even) .content ,
.service_point6 .content {
	flex-direction: row-reverse;
	}
@media screen and (max-width: 560px) {
.service_point .content {
	padding: 0;
	}
}
.service_point .illust {
	width: 40%;
	max-height: 250px;
	padding: 50px;
	background: linear-gradient(25deg, rgba(168, 210, 243, 1) 0%, rgba(225, 197, 243, 1) 100%);
	}
@media screen and (max-width: 560px) {
.service_point .illust {
	width: 100%;
	padding: 35px;
	}
}
.service_point .text {
	width: 60%;
	padding: 20px 20px 20px 50px;
	}
.service_point:nth-child(even) .text,
.service_point6 .text {
	padding: 20px 50px 20px 20px;
	}
@media screen and (max-width: 560px) {
.service_point .text {
	width: 100%;
	padding: 0;
	}
.service_point:nth-child(even) .text,
.service_point6 .text {
	padding: 0;
	}
}
.service_point .illust img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	}
.service_point p {
	display: block;
	width: 100%;
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 2em;
	}
@media screen and (max-width: 560px) {
.service_point p {
	padding: 30px 30px 10px;
	font-size: 13px;
	text-align: left;
	}
}
.service_point .inner ul {
	display: block;
	width: fit-content;
	margin: 10px auto -20px;
	padding: 0;
	color: #313131;
	font-size: 16px;
	line-height: 1.5em;
	}
@media screen and (max-width: 560px) {
.service_point .inner ul {
	padding: 0 30px 30px;
	font-size: 13px;
	}
}
.service_point .inner ul li {
	display: block;
	padding: 0 0 5px 1em;
	font-weight: 500;
	text-indent: -1em;
	}
.service_point .inner ul li:before {
	content: "・";
	}
.service_point .inner ol {
	display: block;
	width: fit-content;
	margin: 10px auto -20px;
	padding: 0 0 30px;
	color: #313131;
	font-size: 16px;
	line-height: 1.5em;
	}
@media screen and (max-width: 560px) {
.service_point .inner ol {
	padding: 0 30px 0;
	color: #313131;
	font-size: 13px;
	}
}
.service_point .inner ol li {
	display: block;
	padding: 0 0 5px 1em;
	font-weight: 500;
	text-indent: -1em;
	}
.service_point .inner ol li p.notice {
	margin: 0;
	padding: 10px 0;
	font-weight: 300;
	line-height: 1.25em;
	}
.service_point .device {
	padding: 0 50px 60px;
	}
@media screen and (max-width: 560px) {
.service_point .device {
	padding: 0 30px;
	}
}
.service_point .device h3 {
	display: block;
	font-size: 1em;
	}
@media screen and (max-width: 560px) {
.service_point .device h3 {
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5em;
	background: #e1e8f9;
	border-radius: 10px 10px 0 0;
	}
}
.service_point .device ul.list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 30px;
	background: #eef2f2;
	}
@media screen and (max-width: 560px) {
.service_point .device ul.list {
	margin: 0;
	padding: 10px 20px 20px;
	font-size: 16px;
	line-height: 1.5em;
	background: #e1e8f9;
	border-radius: 0 0 10px 10px;
	}
}
.service_point .device ul.list li {
	display: block;
	width: 33%;
	}
@media screen and (max-width: 560px) {
.service_point .device ul.list li {
	width: 100%;
	}
}
.service_point .device ul.list li::before {
	content: "・";
	}
.service_point .device ul.notice {
	display: block;
	width: 100%;
	flex-wrap: wrap;
	padding: 30px 0 0;
	font-size: 12px;
	font-weight: 300;
	}
@media screen and (max-width: 560px) {
.service_point .device ul.notice {
	padding: 0 0 20px;
	}
}
.service_point .device ul.notice li {
	display: block;
	}
.service_point .device ul.notice li::before {
	content: "※";
	}


/* .service_accident */
.service_accident {
	padding: 20px 15px;
	background: #eef2f2;
	}
.service_accident .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px;
	background: #fdf6d3;
	box-sizing: border-box;
	}
.service_accident h2 {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 15px;
	padding-left: 33px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	}
.service_accident h2::after {
	position: absolute;
	left: 0px;
	top: -3px;
	display: block;
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	content: "!";
	background: #e69c3f;
	border-radius: 13px;
	}
.service_accident p {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.service_accident p {
	font-size: 10px;
	}
}
.service_accident .tel {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto;
	}
.service_accident h3 {
	position: absolute;
	left: 0px;
	top: 12px;
	display: block;
	width: fit-content;
	margin: 0 0 10px;
	padding: 3px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #313131;
	}
@media screen and (max-width: 560px) {
.service_accident h3 {
	top: 6px;
	}
}
.service_accident h3 img {
	display: inline-block;
	width: 10px;
	height: 10px;
	}
.service_accident p.num {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 85px;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 600;
	line-height: 1em;
	}
@media screen and (max-width: 560px) {
.service_accident p.num {
	font-size: 30px;
	}
}
.service_accident .time span {
	font-size: 20px;
	font-family: Roboto;
	font-weight: 600;
	}
@media screen and (max-width: 560px) {
.service_accident .time span {
	font-size: 16px;
	}
}

/* .service_content */
.service_content {
	padding: 10px 15px 60px;
	background: #eef2f2;
	}
.service_content .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #bdcffc;
	border: 1px solid #0044f2;
	border-bottom: 0;
	box-sizing: border-box;
	}
@media screen and (max-width: 560px) {
.service_content .inner {
	border-top: 0;
	}
}
.service_content .inner:last-child {
	border-bottom: 1px solid #0044f2;
	}
@media screen and (max-width: 560px) {
.service_content .inner:first-child {
	border-top: 1px solid #0044f2;
	}
}
.service_content .inner h2 {
	display: block;
	width: 20%;
	margin: 0;
	padding: 14px 20px;
	color: #313131;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	}
@media screen and (max-width: 560px) {
.service_content .inner h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	}
}
.service_content .inner h2:first-child {
	margin-top: 0;
	}

.service_content .inner .text {
	display: block;
	width: 80%;
	padding: 20px;
	background: #fff;
	}
@media screen and (max-width: 560px) {
.service_content .inner .text {
	width: 100%;
	}
}

.service_content .inner h3 {
	display: block;
	padding: 20px 0 10px;
	color: #313131;
	font-size: 17px;
	font-weight: 500;
	line-height: 1em;
	}
@media screen and (max-width: 560px) {
.service_content .inner h3 {
	font-size: 14px;
	text-align: center;
	}
}
.service_content .inner p {
	display: block;
	color: #313131;
	font-size: 16px;
	line-height: 1.5em;
	}
@media screen and (max-width: 560px) {
.service_content .inner p {
	font-size: 13px;
	}
}
@media screen and (max-width: 560px) {
.service_content .inner p.txt-c {
	text-align: center;
	}
}
.service_content .inner p.num {
	display: block;
	color: #313131;
	font-size: 33px;
	font-weight: 500;
	line-height: 1em;
	}
.service_content .inner p.num span {
	font-size: 20px;
	}
.service_content .inner p.notice {
	font-size: 12px;
	}
@media screen and (max-width: 560px) {
.service_content .inner p.notice {
	padding-left: 24px;
	font-size: 9px;
	text-align: left !important;
	text-indent: -1em;
	}
}
.service_content .text.price {
	padding: 0;
	}
@media screen and (max-width: 560px) {
.service_content .text.price {
	padding: 20px;
	}
}
.service_content .text.price table {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #313131;
	box-sizing: border-box;
	}
@media screen and (max-width: 560px) {
.service_content .text.price table {
	width: content-fit;
	margin: 0 auto;
	border: 1px solid #313131;
	}
}
.service_content .inner table thead {
	background: linear-gradient(-90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	}
.service_content .inner table thead th {
	width: 50%;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
	}
.service_content .inner table thead th:first-child {
	border-right: 1px solid #fff;
	}
.service_content .inner table tbody td {
	padding: 10px;
	color: #313131;
	font-size: 18px;
	font-weight: 600;
	}
.service_content .inner table tbody td:first-child {
	border-right: 1px solid #313131;
	}
.service_content .inner table tbody td span {
	font-size: 33px;
	}
.service_content .inner table tbody td span.sub {
	display: block;
	font-size: 10px;
	}
.service_content .text.price p.notice {
	padding: 10px;
	}
.service_content .inner ul {
	display: block;
	margin: 10px 0;
	color: #313131;
	font-size: 16px;
	line-height: 1.5em;
	}
@media screen and (max-width: 560px) {
.service_content .inner ul {
	font-size: 13px;
	}
}
.service_content .inner ul li {
	display: block;
	padding: 0 0 5px 1em;
	text-indent: -1em;
	}
.service_content .inner li:before {
	content: "・";
	}

.Service_movie{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.Service_movie .video.pc{
    display: block;
}
.Service_movie .video.sp{
    display: none;
}

@media screen and (max-width: 1024px){
    .Service_movie .video.pc{
        display: none;
    }
    .Service_movie .video.sp{
        display: block;
    }
}

.Service_movie .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    margin-bottom: 80px;
}

.Service_movie .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


