/*
Theme Name: lightning_child　
Theme URI: https://水道局指定業者.com/
Description: Child theme for lightning
Author: temstech
Author URI: https://tems-tech.com/
Template: lightning
Version: 0.2.0　
*/

/* 共通 */
body {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body {
	overflow-x: hidden;
}

/* ------------- change-screen ------------- */
body {
	animation: constant 1s ease 0s 1 normal;
	-webkit-animation: constant 1s ease 0s 1 normal;
}
@keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*==================================================
fade-animation
===================================*/

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeUpTrigger {
    opacity:0;
}


body a {
	transition: .2s;
}
body a:hover {
	opacity: 0.8;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

h3 {
	border: none;
	box-shadow: none;
}
h3:after {
	border: none;
}

.mt20,
.mt20-pc {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.mt20-pc {
		margin-top: 0;
	}
}
@media (min-width: 767px) {
	a[href^="tel:"] {
    	pointer-events: none;
	}
}
.mainSection .widget {
	margin-bottom: 0;
}
.breadSection {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfix:after {
    content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}
.page-header_pageTitle {
	display: none;
}
@media (min-width: 1200px) {
	.container {
	    width: 100%;
	}
}
@media (max-width: 768px) {
	.floatleft {
		float: none;
	}
	.floatright {
		float: none;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 0;
		padding-right: 0;
	}
}



/* ヘッダー */
.site-header-pre {
	font-size: 12px;
	padding: 5px 10px;
	background-color: #3399FF;
	color: white;
	margin-bottom: 5px;
}

#top__fullcarousel {
	width: 100%;
    margin: 0 auto;
    padding: 0.2em 15% 3em;
    border-bottom: none;
}
#top__fullcarousel>img {
	position: absolute;
    width: 79%;
    margin: 0 -5% -108px;
    z-index: 100;
}

.siteContent {
	width: 70%;
	margin: 0 auto;
}
.siteHeader .container {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.siteHeader {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .container {
	width: 100%;
	padding: 0 15%;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
    max-height: 84px;
}
.nav>li>a {
    padding: 10px 10px;
}

.menu-top-menu-container ul {
	display: flex;
}
.menu-top-menu-container li {
	width: 11.11%;
	float: none;
}

.header-tel {
	text-align: center;
}
@media (min-width: 769px){
	.header-tel {
		text-align: right;
	}
}
.header-tel img {
	max-height: 45px;
    margin-top: -10px;
}



@media (min-width: 992px) {
	.navbar-header {
	    float: none;
	}
	ul.gMenu {
	    float: none;
	}
	ul.gMenu li {
	    background-color: #033688;
	}
	ul.gMenu a {
	    background-color: #033688;
	    color: #fff;
	    font-size: 16px;
	}
	ul.gMenu>li>a:hover, ul.gMenu>li>a:active, ul.gMenu>li>a:visited {
	    background-color: #033688;
	    color: #fff;
	    opacity: .8;
	}
}





/* サイトコンテンツ */
.siteContent .container {
	width: 100%;
	padding: 0;
}

@media (min-width: 1025px) {
	.siteContent {
	    padding: 0 0 3.5em;
	}
	.carousel-inner>.item a>img, .carousel-inner>.item a>picture>img, .carousel-inner>.item img, .carousel-inner>.item picture>img {
		height: 100vh;
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}

.mainSection-title, h2 {
	background: linear-gradient(180deg, #033688 0%, #033688 70%, #032066 70%, #032066 100%);
	border-top: none;
	color: #fff;
	text-align: center;
	margin-top: 2em!important;
	font-weight: bold;
    font-size: 28px;
}


#service {
	position: relative;
    top: -2em;
}
#value,
#price-guide,
#area,
#area-city,
#voice,
#flow,
#qa,
#contact,
#about {
	position: relative;
    top: -10em;
	height: 7px;
}

.top-image-container {
	margin-top: -1.5em;
	margin-bottom: 1em;
	margin-left: 2%;
    margin-right: 2%;
	padding: 1em 2em;
	background: linear-gradient(-195deg, #FFF, #E7F5FD);
    border: 5px solid #DD0000;
}
.top-image-container .text-first {
	font-size: 28px;
    color: #DD0000;
    font-weight: bold;
    margin-bottom: 0;
}
.font-outlined {
	font-size: 40px;
    letter-spacing: 5px;
    padding-left: 6px;
	color: #fff;
	text-shadow: 
    #DD0000 2px 0px,  #DD0000 -2px 0px,
    #DD0000 0px -2px, #DD0000 0px 2px,
    #DD0000 2px 2px , #DD0000 -2px 2px,
    #DD0000 2px -2px, #DD0000 -2px -2px,
    #DD0000 1px 2px,  #DD0000 -1px 2px,
    #DD0000 1px -2px, #DD0000 -1px -2px,
    #DD0000 2px 1px,  #DD0000 -2px 1px,
    #DD0000 2px -1px, #DD0000 -2px -1px;
}

.top-image-container .text-second {
	text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: 3px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-image-container .text-second br {
	display: none;
}
.top-image-container .text-third {
	text-align: right;
    padding-right: 10%;
    margin-bottom: 0;
    font-size: 20px;
}


/* start 2020/10/19追加 */
.top-preestimate-container,
.top-corona-container {
	position: relative;
	width: 800px;
	margin: 0 auto 50px;
}
.top-preestimate-container p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
}

.corona-text {
	border: 3px solid #00A0E9;
	padding: 20px;
    color: #0255A3;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
	.top-preestimate-container,
	.top-corona-container {
		position: relative;
		width: 100%;
		margin: 0 auto 30px;
	}
	.top-preestimate-container p {
		width: 70%;
		padding: 10px 20px;
		font-size: 20px;
	}
}
@media (max-width: 568px) {
	.top-preestimate-container,
	.top-corona-container {
		position: relative;
		width: 95%;
		margin: 0 auto 30px;
	}
	.top-preestimate-container p {
		width: 75%;
		padding: 10px;
		font-size: 16px;
	}
	.corona-text {
		padding: 10px;
	    font-size: 16px;
	}
}
@media (max-width: 350px) {
	.top-preestimate-container p {
		width: 80%;
		padding: 10px;
		font-size: 14px;
	}
}
/* end 2020/10/19追加 */

.veu_3prArea .subSection-title {
	display: none;
}
.veu_3prArea_image {
	border: none;
}
.veu_3prArea_image img {
    padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
    .veu_3prArea_image {
        width: 100%;
        margin: 0 1em 0 0;
        float: left;
    }
    .veu_3prArea_image img {
	    padding: 0 2em;
	}
}
.top-after-container {
	text-align: center;
}
.top-after-title img {
	width: 3em;
}
.top-after-title span {
	font-size: 32px;
	font-weight: bold;
	transform: rotate(-15deg);
	display: inline-block;
	color: #032066;
}
.top-after-text {
	position: relative;
	top: -10px;
    background: url(/suidou/wp-content/uploads/top-after-text-back.png) no-repeat;
    padding-top: 28px;
    background-size: contain;
    width: 500px;
    margin: 0 auto;
    color: white;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 486px) {
	.top-after-text {
		width: 100%;
		padding-top: 20px;
		font-size: 26px;
	}
}

.certificate-container {
	background-color: #7AC5EE;
	border: 2px solid #032066;
    padding: 1em;
}
.certificate-container h3 {
	background-color: #032066;
	font-size: 22px;
	color: white;
	display: flex;
	text-align: center;
	justify-content: center;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.certificate-container h3 strong {
	font-size: 32px;
	color: #F0E626;
	margin: 0 3px;
}
.certificate-container h3:after {
	border: none;
}
.certificate-box {
	display: flex;
	gap: 10px;
}
.certificate-columns {
	display: flex;
	gap: 10px;
	flex-direction: row;
}
.certificate-container p {
	background-color: #E1D603;
	border: 1px solid white;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #032066;
	font-size: 32px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 10px;
}
@media screen and (max-width: 486px) {
	.certificate-container h3 {
		flex-direction: column;
	}
	.certificate-box {
		flex-direction: column;
	}
	.certificate-container p {
		font-size: 22px;
	}
}

.service-title-after {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #032066;
	margin-bottom: 10px;
}
@media screen and (max-width: 486px) {
	.service-title-after {
		font-size: 22px;
	}
}
.service-weboff {
	text-align: center;
}
.top-service-container {
	display: flex;
	flex-wrap: wrap;
}
.service-box {
	width: 50%;
	padding: 1em;
}
.service-box-inner {
	border: 3px solid #3399FF;
	background: url(/suidou/wp-content/uploads/top-service-back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.service-box-inner.service-other {
	background: none;
}

.service-title {
	display: flex;
}
.service-title-text {
	width: 70%;
	font-size: 36px;
	font-weight: bold;
	color: #0270BC;
	letter-spacing: -5px;
	padding: 0 20px;
}
.service-title-icon img {
	padding: 10px;
}
@media screen and (max-width: 1500px) {
	.service-title-text {
		font-size: 32px;
		padding: 0;
		padding-right: 0.5em;
	}
}
.service-title-text span.service-strong {
	font-size: 50px;
	font-weight: 900;
	color: #F58F01;
	margin-right: 10px;
}
.service-title-text span.service-attention {
	font-size: 48px;
	font-weight: 900;
	color: #110090;
	text-shadow: 
    #FFE100 2px 0px 0px, #FFE100 -2px 0px 0px,
    #FFE100 0px -2px 0px, #FFE100 0px 2px 0px,
    #FFE100 2px 2px 0px, #FFE100 -2px 2px 0px,
    #FFE100 2px -2px 0px, #FFE100 -2px -2px 0px,
    #FFE100 1px 2px 0px, #FFE100 -1px 2px 0px,
    #FFE100 1px -2px 0px, #FFE100 -1px -2px 0px,
    #FFE100 2px 1px 0px, #FFE100 -2px 1px 0px,
    #FFE100 2px -1px 0px, #FFE100 -2px -1px 0px,
    #FFE100 1px 1px 0px, #FFE100 -1px 1px 0px,
    #FFE100 1px -1px 0px, #FFE100 -1px -1px 0px;
}
.service-title-text span.service-low {
	text-align: right;
	display: block;
	line-height: 25px;
}
.service-title-text span.service-middle {
	text-align: right;
	display: block;
	line-height: 40px;
}

table.service-price,
table.service-price td {
	border-top: none;
	border-bottom: none;
}
.service-price td {
	vertical-align: bottom;
	color: #DF8200;
}
.service-price-left {
	font-size: 28px;
	padding: 0 0 10px 10px;
}
.service-price-right {
	font-size: 60px;
	font-weight: 900;
	padding: 0 10px 0 10px;
}
.service-price-after {
	text-align: right;
}
.service-price-after img {
	width: 260px;
}
.service-detail {
	padding: 10px;
}
.service-detail p {
	font-size: 24px;
    letter-spacing: -2px;
    margin-bottom: 0;
    line-height: 30px;
    display: flex;
	justify-content: space-between;
	text-align: justify;
}
.service-detail ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.service-detail ul li {
	padding-left: 10px;
	margin-bottom: 0;
	font-size: 20px;
}
.service-detail ul li {
	background-color: white;
}
.service-detail ul li img {
	width: 30px;
	padding-bottom: 7px;
}
.service-detail p.service-reform {
	padding: 10px;
	line-height: 1.75em;
}
.service-detail.our-confidence h4 {
	margin-top: 15px;
	background-color: #3399FF;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 10px;
}
.service-detail.our-confidence h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 20px;
}
.service-detail.our-confidence h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}
.service-detail-price {
	background-color: #92CCEC;
	padding: 1em;
}
.service-detail-price h4 {
	display: inline-block;
	background-color: white;
	border-radius: 30px;
	color: #032066;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 10px;
}
.service-detail-price p {
	margin-bottom: 0;
	text-align: right;
}
.service-detail-price p span {
	background-color: #032066;
	color: white;
	border-radius: 20px;
	font-size: 14px;
	padding: 3px 12px;
}
.service-detail-price p strong {
	color: #D31405;
	text-shadow: 3px 3px 0 white;
	font-size: 32px;
	margin-left: 10px;
}
.service-emergency {
	margin: 5px;
	padding: 5px 1em;
	background-color: #F0E626;
}
.service-emergency p {
	color: #D31405;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 32px;
}

@media (max-width: 1024px) {
	.service-box {
		width: 100%;
		padding: 1em;
	}
	.service-title-text {
		width: 100%;
		font-size: 28px;
		letter-spacing: 0;
	}
	.service-title-text span.service-strong {
		font-size: 42px;
	}
	.service-title-text span.service-attention {
		font-size: 32px;
	}
	.service-title-text span.service-middle {
		line-height: 36px;
	}
	.service-price-left {
		font-size: 22px;
	}
	.service-price-right {
		font-size: 40px;
	}
	.service-price-after img {
		width: 220px;
	}
	.service-detail p {
		font-size: 20px;
    	letter-spacing: 0;
    	padding: 5px;
	}
	.service-detail ul li {
		font-size: 18px;
	}
	.service-detail.our-confidence h5 {
		padding-left: 10px;
		font-size: 18px;
	}
	.service-detail.our-confidence h6 {
		font-size: 14px;
		padding-left: 10px;
	}

}
@media (max-width: 768px) {
	.service-box {
		width: 100%;
		padding: 1em;
	}
	.service-title-text {
		width: 100%;
		font-size: 28px;
		letter-spacing: 0;
	}
	.service-title-text span.service-strong {
		font-size: 42px;
	}
	.service-title-text span.service-attention {
		font-size: 32px;
	}
	.service-title-text span.service-middle {
		line-height: 36px;
	}
	.service-price-left {
		font-size: 22px;
	}
	.service-price-right {
		font-size: 40px;
	}
	.service-price-after img {
		width: 220px;
	}
	.service-detail p {
		font-size: 20px;
    	letter-spacing: 0;
    	padding: 5px;
	}
	.service-detail ul li {
		font-size: 18px;
	}
	.service-detail.our-confidence h5 {
		padding-left: 10px;
		font-size: 18px;
	}
	.service-detail.our-confidence h6 {
		font-size: 14px;
		padding-left: 10px;
	}
}
@media (max-width: 350px) {
	.service-title-text {
		font-size: 24px;
	}
	.service-title-text span.service-strong {
		font-size: 32px;
	}
	.service-title-text span.service-attention {
		font-size: 26px;
	}
	.service-title-text span.service-middle {
		line-height: 32px;
	}
	.service-price-left {
		font-size: 20px;
	}
	.service-price-right {
		font-size: 32px;
	}
	.service-price-after img {
		width: 180px;
	}
	.service-detail p {
		font-size: 18px;
    	letter-spacing: 0;
    	padding: 5px;
	}
	.service-detail ul li {
		font-size: 16px;
	}
	.service-detail.our-confidence h6 {
		font-size: 14px;
	}
}

.price-guide-flex {
	display: flex;
	gap: 1em;
}
.price-guide-table h4 {
	border-left: 10px solid #033688;
	padding: 0 0 0 10px;
	background-color: transparent;
	border-radius: 0;
}
.price-guide-table tbody tr:nth-child(odd) td {
	background-color: #BDE4F9;
}
.price-guide-table tbody tr td {
	padding: 5px 1em;
	width: 300px;
	font-size: 22px;
}
.price-guide-table tbody tr td.price-guide-td {
	font-size: 26px;
	font-weight: bold;
	color: #033688;
}
.price-guide-message {
	position: relative;
}
.price-guide-message img {
	width: 400px;
}
.price-guide-message p {
    position: absolute;
    bottom: 2em;
    left: 2em;
    font-size: 28px;
    font-weight: bold;
    color: #033688;
    line-height: 40px;
}
@media (max-width: 768px) {
	.price-guide-flex {
		flex-direction: column;
	}
	.price-guide-message p {
	    left: 3em;
	    font-size: 24px;
	}
}
@media (max-width: 486px) {
	.price-guide-message img {
		width: 340px;
	}
    .price-guide-message p {
        left: 5em;
        font-size: 20px;
    }
}

.price-guide-example {
	background-color: #BDE4F9;
	border: 2px solid #032066;
	padding: 1em;
	margin-top: 2em;
}
.price-guide-example h3 {
	background-color: #032066;
	color: white;
	text-align: center;
	border-radius: 5px;
}
.price-example-table {
	padding: 0 2em 0 5em;
}
.example-header,
.example-body,
.example-footer,
.example-reason-detail {
	display: flex;
	gap: 1em;
	margin-bottom: 10px;
	align-items: flex-end;
}
.example-empty,
.example-th {
	width: 15%;
}
.example-our {
	width: 30%;
	background-color: #FFF9A7;
	border-left: 8px solid #E9DE41;
	font-weight: bold;
}
.example-header .example-our {
	height: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
}
.example-header .example-other {
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.example-body div {
	height: 2em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 1em;
}
.example-footer .example-our,
.example-footer .example-other {
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 1em;
	font-weight: bold;
}
.example-footer .example-our {
	color: #FF0000;
	font-size: 24px;
}
.example-other {
	width: 20%;
}
.example-th,
.example-other {
	background-color: white;
	border-left: 8px solid #033688;
}
.example-body div.example-th {
	justify-content: flex-start;
	padding-left: 1em;
}

.example-reason {
	background-color: white;
	padding: 1em;
	margin-top: 2em;
}
.example-reason-inner {
	border: 2px solid #033688;
	padding: 0.5em;
	position: relative;
}
.example-reason-inner h4 {
	background-color: transparent;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #032066;
    margin-bottom: 0;
}
.example-reason-inner h4 strong {
	font-size: 40px;
}
.example-reason-detail .reason-person {
	position: absolute;
	bottom: -6px;
    right: -25px;
}
.example-reason-detail .reason-box {
	width: 77%;
	padding: 0.2em;
	display: flex;
}
.example-reason-detail .reason-header img {
	width: 30px;
	margin-right: 5px;
}
.example-reason-detail .reason-header {
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	color: #032066;
	white-space: nowrap;
}
.example-reason-detail .reason-text {
	font-size: 22px;
	width: calc(100% - 200px);
	padding-left: 1em;
}
.reason-person {
	width: 24%;
	height: auto;
}

@media (max-width: 768px) {
	.price-guide-example {
		overflow-x: scroll;
	}
	.price-example-table {
		padding: 0;
		width: 650px;
	}
	.example-empty,
	.example-th {
		width: 140px;
	}
	.example-our {
		width: 250px;
	}
	.example-other {
		width: 150px;
	}
	.example-reason {
		margin-top: 1em;
	}
	.example-reason-inner h4 {
	    font-size: 20px;
        white-space: nowrap;
	}
	.example-reason-inner h4 strong {
	    font-size: 28px;
	}
	.example-reason-detail {
		flex-direction: column;
	}
	.example-reason-detail .reason-box {
		width: 100%;
		flex-direction: column;
	}
	.example-reason-detail .reason-text {
		width: 100%;
	}
	.example-reason-detail .reason-person {
		position: relative;
	    bottom: -3px;
	    right: -40px;
	    width: 60%;
	}
	.example-reason-detail .reason-header {
		font-size: 22px;
	}
	.example-reason-detail .reason-text {
		font-size: 18px;
	}
	.example-footer, .example-reason-detail {
		gap: 0;
        margin-bottom: -10px;
	}
}

.top-area-container {
	padding: 1em 3em;
	display: flex;
}
.area-pref {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 1em;
}
.area-pref span {
	border: 3px solid #032066;
	padding: 0.5em 2em;
	border-radius: 8px;
	white-space: nowrap;
	text-align: center;
	width: 130px;
	color: #032066;
	font-weight: bold;
}
.area-main p {
	text-align: center;
	color: #D31405;
	font-size: 24px;
	font-weight: bold;
}
.area-main a {
	width: 220px;
	height: 60px;
	margin: 0 auto;
	color: #242424;
	font-weight: bold;
    background-color: #F58F01;
    border: 2px solid #F58F01;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 gray;
}

.city-box {
	padding: 1em;
	background-color: #FEFAC2;
	border: 2px solid #032066;
	margin-bottom: 1em;
	color: #032066;
}

@media (max-width: 768px) {
	.top-area-container {
		flex-direction: column;
	}
	.area-pref {
		justify-content: center;
	}
	.area-main p {
		font-size: 20px;
	}
	.area-main a {
		width: 300px;
		font-size: 22px;
	}
}

.voice-title-area {
	font-size: 36px;
    color: #ffff00;
}
.top-voice-text {
	text-align: center;
	margin-bottom: 0;
}
.voice-box {
    padding: 1em;
    width: 90%;
    margin: 0 auto;
}
.voice-content-title {
	font-size: 24px;
	font-weight: bold;
}
.voice-content-title th {
	width: 350px;
	background-color: #3399FF;
	border: 2px solid #3399FF;
	color: #ffffff;
	padding: 10px;
}
.voice-content-title td {
	border: 2px solid #3399FF;
	color: #3399FF;
	padding: 10px;
}
.supplier .voice-content-title th {
	background-color: #DF8200;
	border: 2px solid #DF8200;
}
.supplier .voice-content-title td {
	border: 2px solid #DF8200;
	color: #DF8200;
}
.voice-box th,
.voice-box td {
	text-align: center;
}
.voice-box .voice-image {
	width: 350px;
}
.voice-box img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.voice-box td p {
	text-align: left;
}
.voice-content-review th {
	width: 33.3%;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
.voice-content-review td {
	border-bottom: none;
	border: 1px solid #DDDDDD;
}
.voice-content-review img {
	width: 30px;
	height: 30px;
	object-fit: initial;
}
.voice-review-star {
	color: #ffde00;
	font-size: 24px;
}
.voice-review-price {
	font-size: 20px;
}
.voice-red {
	background: url(/suidou/wp-content/uploads/yellow.png) no-repeat;
	background-size: cover;
}
.voice-special {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ffffff;
	text-shadow: 
    #ff0000 2px 0px,  #ff0000 -2px 0px,
    #ff0000 0px -2px, #ff0000 0px 2px,
    #ff0000 2px 2px , #ff0000 -2px 2px,
    #ff0000 2px -2px, #ff0000 -2px -2px,
    #ff0000 1px 2px,  #ff0000 -1px 2px,
    #ff0000 1px -2px, #ff0000 -1px -2px,
    #ff0000 2px 1px,  #ff0000 -2px 1px,
    #ff0000 2px -1px, #ff0000 -2px -1px;
    word-break: keep-all; 
}
img.wp-smiley, img.emoji {
	font-size: 22px;
}
.voice-content-text {
	border: 2px solid #3399FF;
	box-shadow: 5px 5px #3399FF;
	background-color: #FFFFCC;
}
.supplier .voice-content-text {
	border: 2px solid #DF8200;
	box-shadow: 5px 5px #DF8200;
}
.voice-content-text p {
	margin-bottom: 5px;
}


.post-category-link {
	width: 300px;
	margin: 2em auto 4em;
	text-align: center;
}
.post-category-link a {
	color: #fff;
	background-color: #DF8200;
	border-radius: 10px;
    text-decoration: none;
    padding: 20px;
}

/* お客様の声 文章折りたたみ */
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
	0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@keyframes slideDown {
	0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
.slide-down {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}
@-webkit-keyframes slideUp {
	0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	}
	100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	}
}
@keyframes slideUp {
	0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	}
	100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	}
}
.slide-up {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}
.content-wrap {
	height: 135px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.close-btn, .more-btn {
	display: block;
	width: 100%;
	padding: 40px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: -moz-linear-gradient(
	top,
	rgba(255, 255, 204, 0) 0%,
	rgba(255, 255, 204, 1) 60%
	);
	background: -webkit-linear-gradient(
	top,
	rgba(255, 255, 204, 0) 0%,
	rgba(255, 255, 204, 1) 60%
	);
	background: linear-gradient(
	to bottom,
	rgba(255, 255, 204, 0) 0%,
	rgba(255, 255, 204, 1) 60%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#00ffffff',
		endColorstr='#ffffff',
		GradientType=0
	);
}
.close-btn {
	background: none;
}
.slide-up {
	height: 135px;
	padding-bottom: 0;
	overflow: hidden;
}
.slide-down {
	height: auto;
	overflow: visible;
	padding-bottom: 50px;
}
.more-btn p {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	background: #3399FF;
	padding: 5px 20px;
	width: 50%;
	border-radius: 20px;
}
.close-btn {
	padding:0;
}
.close-btn p {
	background: #000;
}


.value-box,
.flow-box {
	padding: 0.5em 2em;
}
.flow-arrow {
	text-align: center;
    font-size: 40px;
    margin: 0.5em;
}

.value-box {
	border: 5px solid #ffde00;
	border-radius: 1em;
	margin-bottom: 1em;
	background-color: #FFFFCC;
	text-indent: -3em;
    padding-left: 4em;
}

.value-box h3 {
	font-weight: bold;
    color: #003699;
    font-size: 24px;
    margin-bottom: 0;
}
.value-box h3 strong {
	font-size: 28px;
	color: #FF0000;
}
.value-num {
	background-color: #ffde00;
    font-size: 26px;
    border-radius: 50%;
    padding: 3px 9px 5px;
    color: #fff;
    margin-right: 15px;
}
.value-box .subSection-title, .value-box h3 {
	border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.value-box .subSection-title:after, .value-box h3:after {
	border-bottom: none!important;
}
.value-box p {
	font-weight: bold;
	font-size: 22px;
}
.font-red {
	color: red;
    font-size: 34px;
}
.fa-exclamation {
	margin-left: 10px;
}
.review-images {
	display: flex;
	gap: 10px;
    /*width: calc(20% - 10px);*/
    margin-left: 3em;
}
@media (max-width: 767px) {
	.review-images {
		display: flex;
	    margin-left: 1em;
	    flex-wrap: wrap;
	    gap: 10px;
	    width: 100%;
	}
	.review-images a {
		width: 30%;
	}
	.review-images img {
		width: 100px;
	}
}

.flow-box {
	background-color: #E7F5FD;
	box-shadow: 0 0 1px;
}
.top-flow-container .fa, .top-flow-container .fas {
	color: #3399FF;
}
.flow-box .subSection-title, .flow-box h3 {
	border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: bold;
    color: #003699;
}
.flow-box .subSection-title:after, .flow-box h3:after {
	border-bottom: none!important;
}
 .flow-box p {
 	padding: 1.5em;
    background-color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 22px;
 }
 .flow-box strong {
 	font-size: 26px;
    color: orange;
 }
.font-step {
	color: #fff;
	text-shadow: 
    #003699 2px 0px,  #003699 -2px 0px,
    #003699 0px -2px, #003699 0px 2px,
    #003699 2px 2px , #003699 -2px 2px,
    #003699 2px -2px, #003699 -2px -2px,
    #003699 1px 2px,  #003699 -1px 2px,
    #003699 1px -2px, #003699 -1px -2px,
    #003699 2px 1px,  #003699 -2px 1px,
    #003699 2px -1px, #003699 -2px -1px;
    letter-spacing: -5px;
}



/* よくある質問 */
.question-box {
	padding: 1em;
	border: 3px solid #3399FF;
    color: #3399FF;
    font-size: 30px;
    font-weight: bold;
	border-radius: 1em;
	background-color: #E7F5FD;
}
.question-box p {
	margin-bottom: 0;
}
.question-box p:before {
	content: 'Q.';
	display: inline-block;
}

.answer-box {
	padding: 1em 2.5em 1em 5.5em;
}
.answer-box p:before {
	content: 'A.';
	display: inline-block;
	text-indent: -1em;
	font-size: 30px;
}
.answer-box p {
	font-weight: bold;
	font-size: 20px;
}


#media_image-2 {
	width: 70%;
    margin: 0 auto;
}


/* 取り扱いメーカー */
#media_image-3 {
	text-align: center;
}
#media_image-3 img {
	width: 80%;
}


/* お問合せフォーム */
#wpcf7-f39-o1,
#wpcf7-f39-p116-o1 {
	text-align: center;
}


.wpcf7-form label {
	width: 80%;
    text-align: left;
    white-space: nowrap;
}
.wpcf7-form-control.btn {
	width: 200px;
    height: 80px;
    font-size: 24px;
}
.wpcf7-form-control-wrap.checkbox-564,
.wpcf7-form-control-wrap.checkbox-565 {
	width: 80%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

div.wpcf7-response-output {
	color: #000;
    font-weight: normal;
    margin-bottom: 2em;
}
.btn-primary {
    background-color: orange;
    border-color: orange;
    transition: .2s;
}
.btn-primary:hover {
    background-color: orange;
    border-color: orange;
    opacity: .8;
}

div.wpcf7-response-output {
    font-size: 20px;
    font-weight: bold!important;
    color: #f00!important;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
	width: 100%;
}
.wpcf7-acceptance input {
	width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
    left: -5px;
}

/* 会社概要 */
.about-text {
	width: 60%;
    float: left;
}
.about-map {
	width: 40%;
    float: right;
    height: 200px;
}
.about-map:after {
	clear: both;
}
.about-text th {
	background-color: #E7F5FD;
	padding: 0.5em;
	white-space: nowrap;
	width: 125px;
}
.about-text td {
	padding: 0.5em 1em;
}
.about-text p:last-child {
	margin-top: 1.2em;
}


/* 対応地域 */
#custom_html-9 {
	clear: both;
}

/* フッター上部 */
.sectionBox.siteContent_after {
	padding-top: 0;
	width: 70%;
    margin: 0 auto;
}
.sectionBox.siteContent_after #media_image-4 {
	text-align: center;
}
.sectionBox.siteContent_after #media_image-4 h1 {
	border-bottom: none;
    color: #3399FF;
    font-size: 24px;
    font-weight: bold;
    background: #E7F5FD;
}
.sectionBox.siteContent_after #media_image-4 h1:after {
	border-bottom: none;
}
@media (max-width: 767px) {
	.sectionBox.siteContent_after {
		width: 95%;
	}
	.sectionBox.siteContent_after #media_image-4 h1 {
	    font-size: 20px;
	}
}

/* フッター */
footer .container {
	width: 100%;
	padding: 0 15%;
	background-color: #fff;
}

.container.copySection {
	background-color: #3399FF;
	color: #fff;
}

.container.copySection p:last-child {
	display: none;
}

@media (min-width: 992px) {
footer .container .row .col-md-4:nth-child(2) {
    width: 66.66666666%;
}
}
#nav_menu-2 .menu-footer-menu-container ul {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
#nav_menu-2 .menu-footer-menu-container ul li {
	width: 20%;
}
#simple-sticky-footer {
    background: none!important;
}
@media (max-width: 767px) {
	#simple-sticky-footer p {
		margin-bottom: 0;
	}
}
@media (min-width: 767px) {
	#simple-sticky-footer {
		display: none;
	}
}

/* オンライン相談 */
.online-container {
	width: 80%;
    margin: 0 auto;
	border: 2px solid #3399FF;
}
.online-container h4 {
	text-align: center;
	font-size: 24px;
    font-weight: bold;
    background-color: #E7F5FD;
}
.online-container .online-zoom {
	position: relative;
    padding: 0 50px;
}
.online-container .online-zoom > img {
	width: 120px;
    position: absolute;
}
.online-container .online-zoom ul {
	padding-left: 140px;
}
.online-container h3 {
	text-align: center;
	border-bottom: 2px solid #3399FF;
	font-weight: bold;
	margin: 40px 30px 10px;
}
.online-container h3:after {
	border-bottom: none;
}
.online-container .online-possible {
	position: relative;
	padding: 0 40px;
}
.online-container ul li {
	list-style: none;
}
.online-container .online-possible img {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 30px;
}
.online-container p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #3399FF;
	padding: 0 20px;
}

@media (max-width: 768px) {
	#custom_html-16 h2 {
		font-size: 22px;
	}
	.online-container {
		width: 95%;
	}
	.online-container h4 {
		margin-bottom: 0;
		font-size: 18px;
	}
	.online-container .online-zoom {
	    padding: 0 20px;
	    text-align: center;
	}
	.online-container .online-zoom > img {
		width: 100px;
	    position: initial;
	}
	.online-container .online-zoom ul {
		padding-left: 30px;
	    text-align: left;
	    text-indent: -30px;
	}
	.online-container h3 {
	    margin: 40px 10px 10px;
	}
	.online-container .online-possible {
		padding: 0 30px 20px;
	}
	.online-container .online-possible ul {
		padding: 0;
	}
	.online-container .online-possible img {
		position: initial;
		width: 200px;
	}
	.online-container p {
		font-size: 18px;
		padding: 0;
	}
}



/* 個人情報保護方針 */
#post-52 .siteContent {
	padding: 0;
}
.subpage-mainSection-title {
	margin-top: 1em!important;
}
#post-52 .main-contents h4{
	width: 1100px;
	margin: 0 auto 1em;
}
#post-52 .main-contents p,
#post-52 .main-contents ul {
	width: 1050px;
	margin: 0 auto 1em;
}
@media (max-width: 767px) {
	#post-52 .main-contents h4{
		width: 95%;
	}
	#post-52 .main-contents p,
	#post-52 .main-contents ul {
		width: 90%;
	}
}


/* 電話バナー */
#vkexunit_banner-4,
#vkexunit_banner-6,
#vkexunit_banner-10,
#vkexunit_banner-11  {
	text-align: center;
    margin: 2em auto 1em;
}
#vkexunit_banner-4 img {
	width: 40%;
}
#vkexunit_banner-6 img,
#vkexunit_banner-10 img {
	width: 65%;
}
#vkexunit_banner-11 img {
	width: 75%;
}
.text-align-center {
	text-align: center;
	margin: 0 auto;
}
.common-credit {
	width: 300px;
}






/**************************/
/* モバイル                 */
/**************************/

@media (max-width: 767px) {

	/* ヘッダー */
	.site-header-pre {
		display: none;
	}


	#top__fullcarousel,
	.siteContent {
		width: 100%;
		margin: 0 auto;
	}
	.siteHeader .container {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.siteHeader {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header .container {
		width: 100%;
		padding: 0 2%;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-brand img {
	    max-height: 54px;
	}
	.header-tel img {
	    max-height: 30px;
	}

	.menu-top-menu-container ul {
		display: flex;
	}
	.menu-top-menu-container li {
		width: 14.285%;
		float: none;
	}

	#top__fullcarousel {
		padding: 0;
	}
	#top__fullcarousel>img {
		display: none;
	}
	.siteHeader_logo {
/*		display: none;*/
	}
	.siteHeader {
		min-height: 0;
	}
	.vk-mobile-nav-menu-btn {
        right: 10px;
        top: 60px;
		left: initial;
	}
	.navbar-header {
	    float: none;
	    display: flex;
        justify-content: space-evenly;
	}
	ul.gMenu {
	    float: none;
	}
	ul.gMenu a {
	    background-color: #033688;
	    color: #fff;
	}
	ul.gMenu>li>a:hover, ul.gMenu>li>a:active, ul.gMenu>li>a:visited {
	    background-color: #033688;
	    color: #fff;
	    opacity: .8;
	}
}

@media (min-width: 769px){
	.header-tel {
		text-align: right;
	}
}
@media (max-width: 768px){
	.header-tel {
/*		display: none;*/
	}
	.top-voice-text br {
		display: none;
	}
	.voice-box {
		width: 100%;
	    padding: 0.5em 1em;
	}
	.voice-box > table > tbody > tr > th,
	.voice-box > table > tbody > tr > td {
		display: block;
	}
	.voice-box .voice-image {
		width: 100%;
		padding-bottom: 0;
	}
	.voice-box img {
		width: 100%;
		height: 180px;
	}
	.voice-box td {
		padding: 0.5em;
	}
	.voice-content-title th {
		width: 100%;
	}
	.voice-content-review th {
		padding: 0.5em;
	}
	.voice-box table tbody tr:nth-child(2) td .voice-content-review:nth-child(2) {
		display: none;
	}
}


@media (max-width: 767px) {

	/* サイトコンテンツ */
	.siteContent .container {
		width: 100%;
		padding: 0;
	}

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding: 0;
	}

	.mainSection-title, h2 {
		background-color: #3399FF;
		border-top: none;
		color: #fff;
		text-align: center;
		margin-top: 1em!important;
		margin-bottom: 0.5em!important;
		font-weight: bold;
	    font-size: 22px;
	}

	.top-image-container {
		margin-top: 0;
		margin-bottom: 1em;
		margin-left: 2%;
	    margin-right: 2%;
	    padding: 1em;
		background: linear-gradient(-195deg, #FFF, #E7F5FD);
	    border: 5px solid #DD0000;
	}
	.top-image-container .text-first {
		font-size: 20px;
	    color: #DD0000;
	    font-weight: bold;
	    margin-bottom: 0;
	}
	.font-outlined {
		font-size: 32px;
	    letter-spacing: 5px;
	    padding-left: 6px;
		color: #fff;
		text-shadow: 
	    #DD0000 2px 0px,  #DD0000 -2px 0px,
	    #DD0000 0px -2px, #DD0000 0px 2px,
	    #DD0000 2px 2px , #DD0000 -2px 2px,
	    #DD0000 2px -2px, #DD0000 -2px -2px,
	    #DD0000 1px 2px,  #DD0000 -1px 2px,
	    #DD0000 1px -2px, #DD0000 -1px -2px,
	    #DD0000 2px 1px,  #DD0000 -2px 1px,
	    #DD0000 2px -1px, #DD0000 -2px -1px;
	}

	.top-image-container .text-second {
		text-align: center;
	    font-size: 32px;
	    margin-bottom: 0;
	    font-weight: bold;
	    line-height: 1.2em;
	    letter-spacing: 3px;
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.top-image-container .text-second br {
		display: block;
	}

	.top-image-container .text-third {
		text-align: center;
	    padding-right: 0;
	    margin-bottom: 0;
	    font-size: 16px;
	}


	#service {
		position: relative;
	    top: -2em;
	}
	#value,
	#voice,
	#flow,
	#qa,
	#contact,
	#about {
		position: relative;
	    top: -10em;
		height: 0;
	}


	.top-area-container {
		padding: 1em;
	}
	.area-box,
	.sub-area-box {
		padding: 0.5em;
	}
	.area-box h3 span,
	.sub-area-box h3 span {
		display: block;
		padding-left: 10px;
	}
	.area-box h4,
	.sub-area-box h4 {
		font-size: 18px;
	}
	.area-box table,
	.sub-area-box table {
		font-size: 16px;
		padding: 0.5em;
	}
	.area-box table tr td {
		width: 100%;
		display: block;
	}
	.sub-area-box table tr {
		display: flex;
    	flex-wrap: wrap;
	}
	.sub-area-box table tr td {
		width: 33%;
		display: block;
	}
	.area-box table tr td br,
	.sub-area-box table tr td br {
		display: none;
	}


	.top-value-container {
		margin: 0 0.5em;
	}


	.service-box {
		width: 100%;
	    padding: 0.5em 1em;
	}
	.value-box,
	.flow-box {
		padding: 1em;
	}
	.flow-arrow {
		text-align: center;
	    font-size: 40px;
	    margin: 0.2em;
	}

	.value-box {
		border: 5px solid #ffde00;
		border-radius: 1em;
		padding: 1em 0.5em 1em 4em;
		text-indent: -3em;
	}

	.value-box h3 {
		font-weight: bold;
	    color: #003699;
	    font-size: 18px;
	    margin-bottom: 0;
	}
	.value-box h3 strong {
		font-size: 22px;
	}
	.value-num {
		background-color: #ffde00;
		font-size: 22px;
		border-radius: 50%;
		padding: 3px 8px;
	    color: #fff;
	    margin-right: 10px;
	}
	.value-box .subSection-title, .value-box h3 {
		border-bottom: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.value-box .subSection-title:after, .value-box h3:after {
		border-bottom: none!important;
	}
	.value-box p {
		font-weight: bold;
		font-size: 18px;
	}
	.font-red {
		color: red;
	    font-size: 26px;
	}
	.fa-exclamation {
		margin-left: 10px;
	}


	.top-flow-container {
		margin: 0 2%;
	}
	.flow-box {
		background-color: #E7F5FD;
		box-shadow: 0 0 1px;
	}
	.top-flow-container .fa, .top-flow-container .fas {
		color: #3399FF;
	}
	.flow-box .subSection-title, .flow-box h3 {
		border-bottom: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    font-size: 28px;
	    margin-bottom: 0;
	    font-weight: bold;
	    color: #003699;
	}
	.flow-box .subSection-title:after, .flow-box h3:after {
		border-bottom: none!important;
	}
	 .flow-box p {
	 	padding: 1em;
	    background-color: #fff;
	    font-weight: bold;
	    margin-bottom: 0;
	    font-size: 18px;
	 }
	 .flow-box strong {
	 	font-size: 24px;
	    color: orange;
	 }
	.font-step {
		color: #fff;
		text-shadow: 
	    #003699 2px 0px,  #003699 -2px 0px,
	    #003699 0px -2px, #003699 0px 2px,
	    #003699 2px 2px , #003699 -2px 2px,
	    #003699 2px -2px, #003699 -2px -2px,
	    #003699 1px 2px,  #003699 -1px 2px,
	    #003699 1px -2px, #003699 -1px -2px,
	    #003699 2px 1px,  #003699 -2px 1px,
	    #003699 2px -1px, #003699 -2px -1px;
	    letter-spacing: -5px;
	}



	/* よくある質問 */
	.top-qa-container {
		margin: 0 2%;
	}
	.question-box {
		padding: 1em 0.5em;
		border: 3px solid #3399FF;
	    color: #3399FF;
	    font-size: 22px;
	    font-weight: bold;
		border-radius: 1em;
	}
	.question-box p {
		margin-bottom: 0;
	}
	.question-box p:before {
		content: 'Q.';
		display: inline-block;
	}

	.answer-box {
		padding: 1em 1em 1em 2.5em;
	}
	.answer-box p:before {
		content: 'A.';
		display: inline-block;
		text-indent: -1em;
		font-size: 30px;
	}
	.answer-box p {
		font-weight: bold;
		font-size: 18px;
	}
	#media_image-2 {
		width: 90%;
	    margin: 0 auto;
	}

	/* 取り扱いメーカー */
	#media_image-3 img {
		width: 100%;
	}



	/* お問合せフォーム */
	.top-contact-container {
		text-align: center;
	}
	#wpcf7-f39-o1 {
		text-align: center;
	}


	.wpcf7-form label {
		width: 90%;
	    text-align: left;
	}
	.wpcf7-form-control.btn {
		width: 200px;
	    height: 80px;
	    font-size: 24px;
	}
	.wpcf7-form-control-wrap.checkbox-564,
	.wpcf7-form-control-wrap.checkbox-565 {
		width: 100%;
		padding-right: 0;
	    display: block;
	    text-align: left;
	    margin: 0 auto;
	}
	.wpcf7-form p:last-child {
		text-align: left;
	    padding: 0 0.5em;
	    font-size: 16px;
	}

	div.wpcf7-response-output {
		color: #000;
	    font-weight: normal;
	    margin-bottom: 2em;
	}
	.btn-primary {
	    background-color: orange;
	    border-color: orange;
	    transition: .2s;
	}
	.btn-primary:hover {
	    background-color: orange;
	    border-color: orange;
	    opacity: .8;
	}




	/* 会社概要 */
	.top-about-container {
		margin: 0 2%;
	}
	.about-text {
		width: 90%;
	    float: none;
	}
	.about-text table {
		margin-top: 20px;
	}
	.about-map {
		width: 90%;
	    float: none;
	}
	.about-text th {
		background-color: #E7F5FD;
	}
	.about-text p:last-child {
		margin-top: 1.2em;
	}


	/* フッター */
	footer .footerMenu {
		display: none;
	}
	footer .container {
		width: 100%;
		padding: 0.3em 5%;
		background-color: #fff;
	}

	.container.copySection {
		background-color: #3399FF;
		color: #fff;
	}

	.container.copySection p:last-child {
		display: none;
	}
}
@media (min-width: 992px) {
	footer .container .row .col-md-4:nth-child(2) {
	    width: 66.66666666%;
	}
}

@media (max-width: 767px) {
	#nav_menu-2 .menu-footer-menu-container ul {
		display: flex;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	#nav_menu-2 .menu-footer-menu-container ul li {
		width: 33.333%;
	}



	/* 個人情報保護方針 */
	.page-id-52 .siteContent {
		padding: 0;
	}
	.subpage-mainSection-title {
		margin-top: 1em!important;
	}



	/* 電話バナー */
	#vkexunit_banner-4,
	#vkexunit_banner-6,
	#vkexunit_banner-10,
	#vkexunit_banner-11  {
		text-align: center;
	    margin: 2em auto 1em;
	}
	#vkexunit_banner-4 img,
	#vkexunit_banner-6 img,
	#vkexunit_banner-10 img,
	#vkexunit_banner-11 img {
		width: 95%;
	}

}


/* ブログ投稿 */
.single-post .siteContent,
.archive .siteContent,
.search-results .siteContent {
	padding-top: 0;
	width: 75%;
}


.single-post .siteContent .container .row,
.archive .siteContent .container .row,
.search-results .siteContent .container .row {
	padding-top: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#vkexunit_post_list-4 img {
	display: none;
}
.single-post .type-post h1 {
	margin-top: 2em;
	line-height: 1.4em;
}

.single-post .mainSection header h1 {
	padding: 0.2em 0.5em;
	color: #fff;
	background: #516ab6;
	font-size: 30px;
	margin-top: 0em;
}
.single h1.entry-title:first-letter {
	color: #fff;
}
.single-post .mainSection header h1:before {
	content: "";
}
.single-post .type-post h1 {
	position: relative;
	color: #000;
	border-left: 5px solid #516ab6;
	border-bottom: 5px solid #516ab6;
	line-height: 1.4;
	padding: 0.2em 0.5em 0.2em 1.8em;
	font-size: 26px;
}
.single-post .type-post h1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
	left : 0.5em;
	line-height: 1.4;
}
.single-post h3, .single-post .subSection-title,
.archive h3, .archive .subSection-title {
	border-bottom: 3px solid #516ab6;
}

.single-post .entry-body,
.single-post .entry-footer {
	padding: 0;
	margin: 0;
}
.single-post .siteContent_after,
.single-post .siteContent_after .row {
	margin-top: 0;
	padding-top: 0;
}
/*body.single-post article.type-post p:nth-child(5) {
	display: none;
}*/
@media screen and (max-width: 768px) {
	/* ブログ投稿 */
	.single-post .siteContent,
	.archive .siteContent,
	.search-results .siteContent {
		padding-top: 0;
		width: 95%;
	}
	.single-post .mainSection header h1 {
		font-size: 24px;
	}
	.single-post .type-post h1 {
		font-size: 24px;
	}z
}



/* 地域細分化 */
.page-template > .section.siteContent {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

/* svgで文字の縁取り */
.svgSample1 text {
  stroke            : #ff0000;
  fill              : #ffffff;
  text-anchor       : middle;
  dominant-baseline : alphabetic;
}
.svgSample1 > svg > use:nth-of-type(1) {
  stroke-width      : 12px;
  paint-order       : stroke;
}
.svgSample1 > svg > use:nth-of-type(2) {
  stroke-width      : 0;
}

.page-template h2.post_title {
	color: #FFF;
    background-color: transparent;
    margin: 0!important;
    position: absolute;
    z-index: 110;
    border-bottom: none;
}
.page-template h2.post_title.text2 {
    width: 400px;
    font-size: 140px;
    top: 10px;
    left: 100px;
}
.page-template h2.post_title.text3 {
    width: 400px;
    font-size: 120px;
    top: 30px;
    left: 80px;
}
.page-template h2.post_title.text4 {
    width: 480px;
    font-size: 100px;
    top: 30px;
    left: 2%;
}
.page-template h2.post_title.text5 {
    width: 480px;
    font-size: 85px;
    top: 35px;
    left: 2%;
}
.veu_socialSet {
	display: none;
}
.page-template .entry-body, .widget .entry-body {
	padding-bottom: 0;
}
@media screen and (max-width: 1600px) {
	.page-template h2.post_title.text3 {
	    width: 360px;
	    font-size: 100px;
	    top: 10px;
	    left: 120px;
	}
	.page-template h2.post_title.text4 {
	    width: 400px;
	    font-size: 80px;
	    top: 10px;
	    left: 70px;
	}
	.page-template h2.post_title.text5 {
	    width: 400px;
	    font-size: 65px;
	    top: 20px;
	    left: 50px;
	}
}
@media screen and (max-width: 1500px) {
	.page-template h2.post_title.text2 {
	    width: 280px;
	    font-size: 100px;
	    top: 10px;
	    left: 130px;
	}
	.page-template h2.post_title.text3 {
	    width: 280px;
	    font-size: 80px;
	    top: 10px;
	    left: 130px;
	}
	.page-template h2.post_title.text4 {
	    width: 400px;
	    font-size: 70px;
	    top: 10px;
	    left: 50px;
	}
	.page-template h2.post_title.text5 {
	    width: 400px;
	    font-size: 65px;
	    top: 20px;
	    left: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.page-template h2.post_title.text2 {
		width: 200px;
	    font-size: 80px;
	    top: 0;
	    left: 100px;
	    padding: 0;
	}
	.page-template h2.post_title.text3 {
		width: 200px;
	    font-size: 60px;
	    top: 0;
	    left: 100px;
	    padding: 0;
	}
	.page-template h2.post_title.text4 {
		width: 230px;
	    font-size: 55px;
	    top: 0;
	    left: 80px;
	    padding: 0;
	}
	.page-template h2.post_title.text5 {
		width: 260px;
	    font-size: 50px;
	    top: 0;
	    left: 50px;
	    padding: 0;
	}
}

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

}

@media screen and (max-width: 768px) {
	.page-template h2.post_title.text2 {
		width: 160px;
	    font-size: 60px;
	    top: -20px;
	    left: 60px;
	}
	.page-template h2.post_title.text3 {
		width: 160px;
	    font-size: 45px;
	    top: -20px;
    	left: 60px;
	}
	.page-template h2.post_title.text4 {
		width: 180px;
	    font-size: 40px;
	    top: -20px;
	    left: 50px;
	}
	.page-template h2.post_title.text5 {
		width: 190px;
	    font-size: 35px;
	    top: -20px;
    	left: 40px;
	}
}

@media screen and (max-width: 568px) {
	.page-template h2.post_title.text2 {
		width: 160px;
	    font-size: 45px;
	    top: 35px;
	    left: 0;
	}
	.page-template h2.post_title.text3 {
		width: 160px;
	    font-size: 40px;
	    top: 35px;
	    left: 0;
	}
	.page-template h2.post_title.text4 {
		width: 160px;
	    font-size: 35px;
	    top: 35px;
	    left: 10px;
	}
	.page-template h2.post_title.text5 {
		width: 160px;
	    font-size: 30px;
	    top: 40px;
	    left: 10px;
	}
}

@media screen and (max-width: 413px) {
	.page-template h2.post_title.text2 {
		width: 160px;
	    font-size: 40px;
	    top: 25px;
	    left: 0;
	}
	.page-template h2.post_title.text3 {
		width: 160px;
	    font-size: 40px;
	    top: 25px;
	    left: 0;
	}
	.page-template h2.post_title.text4 {
		width: 160px;
	    font-size: 35px;
	    top: 25px;
	    left: 0;
	}
	.page-template h2.post_title.text5 {
		width: 160px;
	    font-size: 30px;
	    top: 30px;
	    left: 0;
	}
}

@media screen and (max-width: 350px) {
	.page-template h2.post_title.text2 {
		width: 140px;
	    font-size: 35px;
	    top: 10px;
	    left: 0;
	}
	.page-template h2.post_title.text3 {
		width: 140px;
	    font-size: 35px;
	    top: 10px;
	    left: 0;
	}
	.page-template h2.post_title.text4 {
		width: 140px;
	    font-size: 30px;
	    top: 10px;
	    left: 0;
	}
	.page-template h2.post_title.text5 {
		width: 140px;
	    font-size: 25px;
	    top: 15px;
	    left: 0;
	}
}


/* お知らせ */
.archive .menu-top-menu-container,
.search .menu-top-menu-container,
.post-template-default .menu-top-menu-container,
.page-id-52 .menu-top-menu-container {
	display: none;
}
.archive .siteFooter .widget_nav_menu,
.search .siteFooter .widget_nav_menu,
.post-template-default .widget_nav_menu,
.page-id-52 .widget_nav_menu {
	display: none;
}


@media screen and (max-width: 768px) {
	.archive .siteHeader_logo,
	.search .siteHeader_logo,
	.post-template-default .siteHeader_logo,
	.page-id-52 .siteHeader_logo {
		display: block!important;
	}
	.archive .vk-mobile-nav-menu-btn,
	.search .vk-mobile-nav-menu-btn,
	.post-template-default .vk-mobile-nav-menu-btn,
	.page-id-52 .vk-mobile-nav-menu-btn {
		display: none!important;
	}
	.archive .page-header_pageTitle,
	.search .page-header_pageTitle,
	.post-template-default .page-header_pageTitle,
	.page-id-52 .page-header_pageTitle {
		display: block!important;
		text-align: center;
	}
	.page-header {
		background-color: #3399FF;
	}
	.archive .media,
	.search .media,
	.post-template-default .media,
	.page-id-52 .media {
		padding-top: 0;
		padding: 1em 0;
	}
}

/* 20230614削除 */
#custom_html-14 {
	display: none;
}

/* 計測タグ */
.header-tel-banner span {
	display: inline-block;
	color: #ffffff;
	font-size: 28pt;
	letter-spacing: 4px;
	position: relative;
    top: 5px;
	text-shadow: 
       2px  2px 1px #003698,
      -2px  2px 1px #003698,
       2px -2px 1px #003698,
      -2px -2px 1px #003698,
       2px  0px 1px #003698,
       0px  2px 1px #003698,
      -2px  0px 1px #003698,
       0px -2px 1px #003698;
}
.common-tel-banner span {
	display: block;
	color: #ffffff;
	font-size: 46pt;
	letter-spacing: 6px;
	text-shadow: 
       3px  3px 2px #003698,
      -3px  3px 2px #003698,
       3px -3px 2px #003698,
      -3px -3px 2px #003698,
       3px  0px 2px #003698,
       0px  3px 2px #003698,
      -3px  0px 2px #003698,
       0px -3px 2px #003698;
}

@media screen and (max-width: 768px) {
	.common-tel-banner span {
		display: none;
	}
	.header-tel-banner span {
	    font-size: 18pt;
	    letter-spacing: 2px;
	    top: 0px;
	}
}
#simple-sticky-footer-container {
	display: block !important;
}
#vkexunit_banner-2 img {
	padding: 15px;
}