/*
Theme Name: amido-theme　
Theme URI: https://amido-harikae.com
Description: 網戸修理屋テーマ
Template: lightning
Version: 0.2.0　
*/

/* 共通 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ------------- スクロールフェードインDown用 ------------- */
body {
	animation: constant 3s ease 0s 1 normal;
	-webkit-animation: constant 3s ease 0s 1 normal;
}
@keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ------------- スクロールフェードインDown用 END ------------- */ 

/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */ 

body {
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
}
table, table td, table th {
	border: none;
}
figure.wp-block-image {
	margin-bottom: 0;
}

a {
	transition: .4s;
}
a:hover {
	opacity: .6;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	border-bottom: none;
}
h1:after,h2:after,h3:after,h4:after,h5:after,h6:after {
	border-bottom: none;
}

.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
@media (min-width: 769px) {
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
	a[href^="tel:"] {
    	pointer-events: none;
	}
}

.mainSection,
.mainSection .widget {
	margin-bottom: 0;
}
.main-section {
	margin-bottom: 0;
}
.breadSection {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfix:after {
    content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}

.mainSection-title, h2 {
	padding: 0;
    border-top: none;
    border-bottom: none;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.wp-block-table {
	overflow-x: hidden;
}

@media (min-width: 576px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 769px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 1024px) {

}
@media (min-width: 1200px) {
	.container {
	    width: 100%;
	}
}



/* ヘッダー */
.siteHeader .siteHeadContainer {
	padding: 0;
}
nav {
	border-bottom: none!important;
}
#site-header {
	background-color: #00973D;
}
.siteHeader {
	border-bottom: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.site-header-logo {
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site-header-logo img {
	display: inline-block;
}
.header-logo {
	width: 34%;
}
.header-logo img {
	height: auto;
	max-height: 45px;
}
#vk-mobile-nav-menu-btn {
	display: none;
}
.site-header-text {
	border: 2px solid #FFF;
    margin: 5px 3px;
    padding: 0px 5px;
    font-size: 15px;
    color: #FFF;
    height: 30px;
}
.site-header-text.t1 {
	width: 20%;
}
.header-tel {
	margin-top: -10px;
}
.header-tel img {
	height: 35px;
}

.top-message-container {
	background-color: #58B433;
    padding: 15px 10px 1px;
    margin-top: -1px;
    margin-bottom: -1px;
}
.top-message-text {
	background-color: #FFF;
	padding: 10px;
	border-radius: 20px;
    text-align: center;
}
.top-message-text h3 {
	font-size: 20px;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.top-message-text p {
	font-size: 13px;
	margin-bottom: 0;
	letter-spacing: -2px;
}

@media (max-width: 350px) {
	.site-header-text {
	    font-size: 12px;
	}
	.header-tel {
		margin-top: -5px;
	}
	.header-tel img {
		height: 30px;
	}
}

@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.site-header-logo {
		margin: 0 10px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.header-logo {
		width: auto;
	}
	.header-logo img {
		height: auto;
		max-height: 50px;
	}
	.site-header-text {
	    margin: 8px 10px;
	    padding: 0px 5px;
	    font-size: 16px;
	    height: 35px;
	}
	.site-header-text.t1 {
		width: auto;
	}
	.header-tel {
		margin-top: 6px;
	}
	.header-tel img {
		height: 40px;
	}

	.top-message-container {
	    padding: 50px 20% 1px;
	}
	.top-message-text {
	    position: absolute;
	    left: 25%;
	    right: 25%;
	    top: 25px;
	}
	.top-message-text h3 {
		font-size: 20px;
		margin-bottom: 0;
		letter-spacing: -1px;
	}
	.top-message-text p {
		font-size: 13px;
		margin-bottom: 0;
		letter-spacing: -2px;
	}
}
@media (min-width: 1024px) {
	.header-logo {
		margin-right: 15px;
	}
	.header-logo img {
		height: auto;
		max-height: 60px;
	}
	.site-header-text {
	   margin: 10px 15px;
	    padding: 5px 20px;
	    font-size: 18px;
	    height: 45px;
	}
	.site-header-text.t1 {
		width: auto;
    	padding: 5px 20px;
	}
	.header-tel {
		margin-top: 10px;
	}
	.header-tel img {
		height: 45px;
	}

	.top-message-text h3 {
		font-size: 26px;
		margin-bottom: 0;
		letter-spacing: -1px;
	}
	.top-message-text p {
		font-size: 18px;
		margin-bottom: 0;
		letter-spacing: -2px;
	}
}
@media (min-width: 1200px) {
	.top-message-text {
	    top: 40px;
	}
}


/* フッター後 */
.top-after-tel {
	background-image: url(/wp-content/uploads/top-after-background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 5px 15% 35px;
	text-align: center;
}

@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.top-after-tel {
		padding: 10px 25% 55px;
	}
}
@media (min-width: 1024px) {
	
}
@media (min-width: 1200px) {
	.top-after-tel {
	    padding: 15px 35% 60px;
	}
}


/* サイトコンテンツ */
.site-body {
    padding: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.siteContent {
	padding: 0;
}
.mainSection-col-one {
	padding: 0;
}

.font-red {
	color: #FF0000;
}
.yellow-marker {
	display: inline;
	background: linear-gradient(transparent 62%, #FFD90E 0%);
}
.content-title {
	text-align: center;
}


@media (min-width: 576px) {
	
}
@media (min-width: 769px) {
	
}
@media (min-width: 1024px) {
	
}
@media (min-width: 1200px) {
	
}


/* 網戸のお悩み */
.problems-container {
	padding: 20px 10px;
	background-image: url(/wp-content/uploads/texture-background.png);
	background-size: 200px;
	margin-top: -2px;
	background-color: whitesmoke;
}
.problems-title {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 20px;
}
.problems-title .title-deco {
	width: 20%;
	padding: 0 5px;
}
.problems-title .title-main {
	width: 60%;
}
.problems-container .wp-block-column {
    flex-basis: 50%!important;
}
.problems-container .wp-block-columns {
	margin-bottom: 10px;
}
.problems-container .wp-block-columns:last-child {
	margin-bottom: 0;
}

.problems-after {
	background-image: url(/wp-content/uploads/green-background.png);
	padding: 48px 5px 15px;
}
.problems-after:before {
    content: url(/wp-content/uploads/triangle.png);
    display: block;
    width: 115px;
    position: relative;
    top: -60px;
    margin: 0 auto;
}
.problems-after .wp-block-group__inner-container {
	margin-top: -55px;
}
.problems-after .wp-block-columns {
	margin-bottom: 0;
}
.problems-after .wp-block-column.problems-after-01 {
    flex-basis: calc(20% - 1em)!important;
}
.problems-after .wp-block-column.problems-after-01 img {
    margin-top: -3px;
}
.problems-after .wp-block-column.problems-after-02 {
    flex-basis: calc(80% - 1em)!important;
    padding: 5px 0;
	text-align: center;
}
.problems-after .wp-block-column.problems-after-02 h1 {
	font-size: 22px;
	color: #FFF;
	margin-bottom: 5px;
}
.problems-after .wp-block-column.problems-after-02 p {
	font-size: 14px;
    letter-spacing: -2px;
    background-color: #FFF;
    border-radius: 20px;
    margin-bottom: 0;
}
.problems-after-text {
	padding: 0 10px;
}

@media (max-width: 350px) {
	.problems-after .wp-block-column.problems-after-02 h1 {
		font-size: 18px;
	}
	.problems-after .wp-block-column.problems-after-02 p {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.problems-container {
		background-size: 60%;
		padding: 20px 10%;
	}
	.problems-title .title-main {
	    width: 50%;
	}
	.problems-container .wp-block-column {
	    flex-basis: calc(50% - 1em)!important;
	}
	.problems-container .wp-block-columns .wp-block-image {
		text-align: center;
	}
	.problems-container .wp-block-columns .wp-block-image img {
	    display: inline-block;
	    padding: 20px;
	}
	.problems-after {
		background-image: url(/wp-content/uploads/green-background.png);
		padding: 48px 0 15px;
	}
	.problems-after:before {
	    content: url(/wp-content/uploads/triangle.png);
	    display: block;
	    width: 80px;
	    position: relative;
	    top: -52px;
	    margin: 0 auto;
	}
	.problems-after .wp-block-group__inner-container {
		margin-top: -55px;
	}
	.problems-after .wp-block-columns {
	    margin-bottom: 0;
	    padding: 20px 15% 0;
	}
	.problems-after .wp-block-column.problems-after-02 h1 {
	    font-size: 30px;
	}
	.problems-after .wp-block-column.problems-after-02 p {
		font-size: 20px;
	}
}
@media (min-width: 1024px) {
	.problems-container {
		background-size: 55%;
	}
	.problems-container .wp-block-columns {
	    width: 90%;
    	margin: 0 auto;
	}
	.problems-after .wp-block-column.problems-after-02 h1 {
	    font-size: 36px;
	}
	.problems-after .wp-block-column.problems-after-02 p {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.problems-container {
		padding: 20px 20%;
	}
	.problems-container .wp-block-columns {
	    width: 80%;
    	margin: 0 auto;
	}
	.problems-after .wp-block-columns {
	    margin-bottom: 0;
	    padding: 20px 20% 0;
	}
	.problems-after .wp-block-column.problems-after-02 h1 {
	    font-size: 40px;
	}
	.problems-after .wp-block-column.problems-after-02 p {
		font-size: 28px;
	}
}



/* キャンペーン */
.campaign-outer {
	padding: 20px;
	background-image: url(/wp-content/uploads/campaign-background.png);
	background-repeat: repeat;
	background-size: 30%;
}
.campaign-inner {
	background-color: #FFF;
	border: 2px solid #E0D900;
	padding: 5px;
}
.campaign-questionnaire {
	font-size: 15px;
    padding: 10px 30px;
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 20px;
}
.campaign-inner hr {
	border: 1px dashed #FE9525;
}
.campaign-message h2 {
	text-align: center;
	font-size: 20px;
	position: relative;
    display: inline-block;
    padding: 0 45px;
    letter-spacing: -2px;
    width: 100%;
}
.campaign-message h2:before,
.campaign-message h2:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 0.5px;
    background-color: #666;
}
.campaign-message h2:before {
	left: 0;
}
.campaign-message h2:after {
	right: 0;
}
.campaign-message h2,
.campaign-message p {
    margin-bottom: 0;
}
.campaign-message p {
	font-size: 15px;
    letter-spacing: -2px;
}
.campaign-message .campaign-strong {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.campaign-message .campaign-strong strong {
	color: #FF0000;
}


@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.campaign-outer {
		padding: 20px 10%;
		background-size: 20%;
	}
	.campaign-inner {
		padding: 15px;
	}
	.campaign-questionnaire {
		font-size: 16px;
	    line-height: 22px;
	}
	.campaign-message {
		padding: 5px 10%;
	}
	.campaign-message h2 {
		font-size: 22px;
	    padding: 0 10%;
	}
	.campaign-message h2:before,
	.campaign-message h2:after {
	    width: 20%;
	}
	.campaign-message p {
		font-size: 16px;
	}
	.campaign-message .campaign-strong {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.campaign-outer {
		padding: 20px 15%;
	}
	.campaign-inner {
		padding: 20px;
	}
	.campaign-questionnaire {
		font-size: 18px;
	    line-height: 24px;
	}
	.campaign-message h2 {
		font-size: 22px;
	    padding: 0 15%;
	}
	.campaign-message h2:before,
	.campaign-message h2:after {
	    width: 25%;
	}
	.campaign-message p {
		font-size: 18px;
	}
	.campaign-message .campaign-strong {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.campaign-outer {
		padding: 20px 20%;
		background-size: 10%;
	}
	.campaign-questionnaire {
		font-size: 20px;
	    line-height: 24px;
	}
	.campaign-message h2 {
		font-size: 28px;
	}
	.campaign-message p {
		font-size: 20px;
	}
	.campaign-message .campaign-strong {
		font-size: 24px;
	}
}


/* ご自身で */
.self-outer {
	padding: 20px;
	background-image: url(/wp-content/uploads/net-background.png);
	background-repeat: repeat;
	background-size: 30px;
}
.self-inner {
	background-color: #FFF;
	border: 2px solid #58B433;
}
h2.self-title {
	font-size: 18px;
	border-top: 2px dashed #424240;
	border-bottom: 2px dashed #424240;
	padding: 5px 0;
    width: 85%;
    margin: 10px auto;
}
h2.self-title strong {
	font-size: 22px;
}
.self-inner img {
	width: 80%;
	margin: 0 auto;
	padding: 20px 10px 0;
}
.self-inner .self-image img {
	border-bottom: 0.5px solid #ccc;
}
.self-inner ul {
	padding-left: 25px;
	padding-right: 20px;
}
.self-inner li {
	list-style-type: none;
}
.self-inner li::before {
	position: relative;
	top: -2px;
	left: -8px;
	display: inline-block;
	width: 10px;
	height: 10px; 
	content: '';
	border-radius: 100%;
	background: #58B433;
}
.self-after {
	margin: 0 -2px 5px;
    background-color: #58B433;
    color: #FFF;
    padding: 5px;
}
.self-after strong {
	font-size: 20px;
}

.self-after-tel {
	padding: 20px;
	background-image: url(/wp-content/uploads/green-background.png);
	background-size: 120px;
	margin-bottom: 0;
}
.self-after-tel img {
	width: 280px;
}

.flow-after {
	background-color: #FFD900;
	padding: 10px;
}
.flow-after p {
	font-size: 15px;
	margin-bottom: 10px;
}
.flow-after p span {
	background-color: #FFF;
	border-radius: 5px;
	padding: 0 5px;
	margin: 0 3px;
}
.flow-after img {
	width: 80%;
	margin: 0 auto;
}
.flow-after .wp-block-image {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.self-outer {
		padding: 20px 10%;
	}
	h2.self-title {
		font-size: 22px;
	    width: 75%;
	    margin: 20px auto 10px;
	}
	h2.self-title strong {
		font-size: 26px;
	}
	.self-inner .wp-block-columns {
		width: 80%;
    	margin: 0 auto 30px;
	}
	.self-inner .wp-block-column:nth-child(2n) {
	    margin-left: 0!important;
	}
	.self-inner img {
	    width: 100%;
	}
	.self-inner ul {
	    padding-left: 10%;
	    padding-right: 10%;
	}
}
@media (min-width: 1024px) {
	.self-outer {
		padding: 20px 15%;
	}
	.self-after {
		font-size: 20px;
	}
	.self-after strong {
		font-size: 26px;
	}
}
@media (min-width: 1200px) {
	.self-outer {
		padding: 20px 20%;
	}
	.self-after-tel img {
		width: 350px;
	}
}


/* 私も依頼しました */
.metoo-outer {
	padding: 20px;
	background-color: #FFF9B8;
}
.metoo-inner {
	background-color: #FFF;
	border: 2px solid #FFD900;
	padding: 10px;
}
.metoo-title img {
	width: 250px;
}
.metoo-before-after img {
	border-bottom: 2px solid #FFD900;
}

@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.metoo-outer {
		padding: 20px 10%;
	}
	.metoo-before-after img {
		width: 90%;
    	margin: 0 auto 10px;
	}
	.metoo-check img {
		width: 90%;
    	margin: 10px auto 0;
	}
}
@media (min-width: 1024px) {
	.metoo-outer {
		padding: 20px 15%;
	}
	.metoo-check img {
		width: 80%;
    	margin: 10px auto 0;
	}
}
@media (min-width: 1200px) {
	.metoo-outer {
		padding: 20px 20%;
	}
}


/* ご利用の流れ */
.flow-container {
	padding: 20px 0;
}
.flow-container .wp-block-columns {
	margin-bottom: 10px;
}
.flow-container .flow-title-deco {
	flex-basis: calc(20% - 1em)!important;
}
.flow-container .flow-title {
	flex-basis: calc(60% - 1em)!important;
}
.flow-container .flow-title img {
	width: 150px;
}
.flow-columns .wp-block-column {
	flex-basis: calc(50% - 1em)!important;
	padding: 0 5px;
}
.flow-container h2 {
	margin: 0;
	font-size: 18px;
	background: linear-gradient(transparent 70%, #FFD900 80%);
	display: inline;
}
.flow-container p {
	font-size: 15px;
	margin: 5px 0;
}
.flow-container .flow-columns .wp-block-column:first-child figure {
	position: relative;
}
.flow-container .flow-columns .wp-block-column:first-child figure:after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 25px;
    background-image: url(/wp-content/uploads/flow-arrow.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 35%;
    right: -10px;
}


@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.flow-container {
		padding: 20px 10%;
	}
	.flow-container .flow-title-deco {
		flex-basis: calc(25% - 1em)!important;
	}
	.flow-container .flow-title {
		flex-basis: calc(50% - 1em)!important;
	}
	.flow-container .flow-title img {
		width: 200px;
	}
	.flow-container h2 {
		font-size: 22px;
	}
	.flow-container p {
		font-size: 18px;
	}
	.flow-container .flow-columns .wp-block-column:first-child figure:after {
	    width: 20px;
	    height: 40px;
	    top: 40%;
	    right: -30px;
	}
}
@media (min-width: 1024px) {
	.flow-container {
		padding: 20px 15%;
	}
}
@media (min-width: 1200px) {
	.flow-container h2 {
		font-size: 26px;
	}
	.flow-container p {
	    font-size: 20px;
	    width: 85%;
	}
	.flow-container .flow-columns {
		margin-left: 5%;
	}
	.flow-container .flow-columns .wp-block-column:first-child figure:after {
	    width: 25px;
	    height: 50px;
	    top: 40%;
	    right: -10px;
	}
}


/* よくある質問 */
.faq-container {
	padding: 20px 10px 1px;
	background-color: #CEE9D1;
	border-top: 1px solid #58B433;
}
.faq-container img {
	width: 150px;
}
.faq-table td {
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
}
.faq-question {
	background-color: #FFF;
}
.faq-table .faq-question td {
	border-bottom: 1px solid #CEE9D1;
}
.faq-answer {
	background-color: #F4FAF4;
}
.faq-after {
	background-color: #FFD900;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0;
}


@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.faq-container {
		padding: 20px 10%;
	}
	.faq-table td {
		font-size: 16px;
	}
	.faq-after {
	    font-size: 16px;
	}
}
@media (min-width: 1024px) {
	.faq-container {
		padding: 20px 15%;
	}
	.faq-table td {
		font-size: 18px;
	}
	.faq-after {
	    font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.faq-container {
		padding: 20px 20%;
	}
	.faq-after {
	    font-size: 20px;
	}
}



/* お問い合わせ */
.contact-container {
	padding: 20px 10px;
	background: url(/wp-content/uploads/texture-background-1.png);
	border-top: 20px solid #CEE9D1;
	background-size: 600px;
}
.contact-container .content-title img {
	width: 110px;
}
.contact-container .contact-inner {
	background-color: #FFF;
	border: 1px solid #58B433;
}
.contact-container .contact-tel {
	padding: 10px;
	border-bottom: 1px solid #58B433;
}
.contact-container .contact-tel img {
	width: 70%;
	margin: 0 auto;
}

.wpcf7 {
	padding: 0 10px 20px;
}
.wpcf7 form {
	padding: 5px 10px;
}
.wpcf7 table td, .wpcf7 table th {
	font-size: 20px;
	vertical-align: top;
	text-align: left;
}
.wpcf7 table th {
	padding-top: 20px;
	font-weight: normal;
	width: 35%;
}
span.form-necessary {
	color: #FF0000;
}
span.form-unnecessary {
	color: #42A9FF;
}
span.wpcf7-list-item {
	display: block;
	margin: 10px;
}
.wpcf7 input[type="checkbox" i] {
	transform: scale(1.5);
    margin-right: 10px;
}
.wpcf7 select {
	font-size: 16px;
	padding: 10px;
}
.contact-policy {
	text-align: center;
	margin-bottom: 20px;
}
.wpcf7 form p:last-child {
	text-align: center;
	margin-bottom: 0;
}
.wpcf7-submit {
	width: 300px;
    height: 80px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 20px;
}
input[type=submit].wpcf7-submit {
	background-color: #CEE9D1;
	border-radius: 20px;
    color: #111;
    border: 2px solid #58B433;
}
input[type=submit].wpcf7-submit:hover {
	background-color: #FFF;
	border-radius: 20px;
    color: #58B433;
    border: 2px solid #58B433;
}
.wpcf7 .ajax-loader {
	display: block;
}
.contact-after {
	font-size: 14px;
}
.siteContent_after.sectionBox {
	padding-bottom: 0;
}
.required {
	color: #FF0000;
}
.unnecessary {
	color: #58B433;
}

@media (max-width: 350px) {
	.wpcf7-submit {
		width: 250px;
	    height: 60px;
	    margin: 0 auto;
	    border-radius: 10px;
	    font-size: 16px;
	}
}
@media (min-width: 768px) {
	.contact-container {
		padding: 20px 10%;
	}
	.contact-container .contact-tel img {
		width: 50%;
		margin: 10px auto;
	}
	.wpcf7 form {
		padding: 5px 10%;
	}
}
@media (min-width: 1024px) {
	.contact-container {
		padding: 20px 15%;
	}
}
@media (min-width: 1200px) {
	.contact-container {
		padding: 20px 20%;
	}
}




/* 運営会社 */
.about-container {
	padding: 20px 10px;
	background: url(/wp-content/uploads/green-background.png);
	background-size: 100px;
}
.about-container h1.content-title {
	font-size: 26px;
	color: #FFF;
}
.about-container table {
	margin-bottom: 0;
}
.about-container th {
	text-align: center;
}
.about-container th, .about-container td {
	font-size: 15px;
    background-color: #FFF;
    padding: 5px 10px;
    border: 3px solid #58B433;
}
.about-area,
.about-area th, .about-area td {
	font-weight: bold;
}
.about-area td span {
	white-space: nowrap;
	background-color: #F1F1DD;
	margin: 5px;
	font-size: 14px;
	padding: 5px;
	display: inline-block;
}
table.area-address {
	display: block;
}
.area-address th, .area-address td {
	border: 2px solid #CEE9D1;
	display: inline-block;
    width: 100%;
}
.area-address .td-empty {
	display: none;
}
.area-freedial {
	height: 60px;
}
.area-freedial td {
	font-size: 17px;
	font-weight: bold;
}

@media (max-width: 350px) {
	
}
@media (min-width: 768px) {
	.about-container {
		padding: 20px 10%;
	}
	table.area-address {
		display: table;
	}
	.area-address th, .area-address td {
		display: table-cell;
		width: auto;
	}
}
@media (min-width: 1024px) {
	.about-container {
		padding: 20px 15%;
	}
}
@media (min-width: 1200px) {
	.about-container {
		padding: 20px 20%;
	}
}


/* フッター前 */
.site-body-bottom {
	padding: 60px 20%;
	background: url(/wp-content/uploads/stripe-background-red.png);
}

/* フッター */
.site-footer {
	border-top: none;
}
.site-footer .sectionBox {
	padding-top: 0;
	padding-bottom: 0;
}
.site-footer-copyright {
	background: url(/wp-content/uploads/footer-copy-background.png);
	background-size: 30px;
	padding: 1px;
}
.site-footer-copyright p {
	font-size: 13px;
}
.site-footer-copyright p:last-child {
	display: none;
}
.page_top_btn {
	background: transparent;
	border-radius: 5px;
	box-shadow: none;
	position: fixed;
    right: -20px;
    bottom: -20px;
    z-index: 99999;
    width: 120px;
    height: 120px;
    color: transparent;
    border: none;
    background-image: url(/wp-content/uploads/page-top.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
}

#simple-sticky-footer-container {
    display: block!important;
}
#simple-sticky-footer {
    opacity: 0;
	transition: all 0.65s;
	border-radius: 10px;
    background-color: rgba(255,255,255,.2);
}
#simple-sticky-footer.isActive {
    opacity: 0.8;
	transition: all 0.65s;
}
#simple-sticky-footer .wp-block-image {
	margin-bottom: 5px;
}
 
@media only screen and (min-width:1024px) {
    #simple-sticky-footer-container {
    	display: none!important;
    }
}

@media (max-width: 350px) {
	
}
@media (min-width: 768px) {
	.site-footer-copyright p {
		font-size: 14px;
	}
}
@media (min-width: 1024px) {
	.site-footer-copyright p {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	
}


/* 個人情報保護方針 */
#breadcrumb {
	display: none;
}
.page-header {
	background-color: #58B433;
}
.privacy-main-contents {
	padding: 20px 20px;
}
.privacy-main-contents h4 {
	margin-bottom: 15px;
    border-bottom: 2px solid #58B433;
    font-size: 18px;
    font-weight: bold;
    color: #58B433;
    border-radius: 0;
    background-color: transparent;
}


@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.privacy-main-contents {
		padding: 20px 10%;
	}
}
@media (min-width: 1024px) {
	.privacy-main-contents {
		padding: 30px 15%;
	}
}
@media (min-width: 1200px) {
	.privacy-main-contents {
		padding: 30px 20%;
	}
}