/*!
Theme Name: seiwa_chemical
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seiwa_chemical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html{
	font-size: 10px;
	scroll-behavior: smooth;
}

html[lang]{
	margin: 0 !important;
}
#wpadminbar{
	display: none;
	opacity: 0.3;
}

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

body{
	padding: 0;
	margin: 0;
	text-align: justify;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.9;
	color: #595959;
	/*letter-spacing: 1.5px;*/
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	font-feature-settings: "palt"; /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

h1{
	margin: 50px 0;
}

h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #595959;
	margin: 50px 0 30px;
	padding: 40px 0 0;
	background-image: url(img/common/h2.svg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}
h2 a,
h2 a:link,
h2 a:visited{
	text-decoration: none;
}

h3{
	font-size: 1.5rem;
	font-weight: normal;
	margin: 20px 0;
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
}

iframe{
	vertical-align: bottom;
	max-width: 100%;
}

a,
a:link,
a:visited{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* IE6,7 対策 */
a img{
	border-style: none;
	transition: 0.2s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	text-decoration:none;
	/*filter: brightness(1.1);*/
}

#page{
	min-height: 100vh;
}

header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
}
header .title{
	display: flex;
	align-items: center;
}
header .title a{
	text-decoration: none;
}
header .title a img{
	margin-right: 16px;
}
html.sp header{
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 20px 15px;
	z-index: 1000;
}
html.sp header .title a img{
	width: 37vmin;
}
html.sp header .title img.saiyou{
	width: 17vmin;
}
header .renraku{
	display: none;
}
html.sp #page header .renraku{
	display: block;
	font-size: 2rem;
	margin: 40px 0 0;
}
html.sp #page header .renraku a{
	display: inline-block;
	font-size: 3.7rem;
	margin: 16px 0;
}


#site-navigation{
	/*flex-grow: 1;*/
	display: flex;
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
html.sp #site-navigation{
	flex-direction: column;
	justify-content: flex-start;
	position: fixed;
	left: 0;
	top: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 0px 0px 50px;
	margin: 70px 0 0;
	background-color: #fff;
	border-top: 1px solid #666;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s linear;
}
html.sp #open_nav:checked ~ #site-navigation{
	opacity: 1;
	pointer-events: auto;
}
#site-navigation a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 6px 11px;
	color: rgb(86, 86, 86, 1);
	white-space: nowrap;
	border-radius: 6px;
	/*background: linear-gradient(90deg, rgba(97,193,236,1) 0%, rgba(234,163,124,1) 20%, rgba(155,203,121,1) 40%, rgba(188,226,160,1) 60%, rgba(167,215,236,1) 80%, rgba(234,163,124,1) 100%);*/
	/*background-color: #565656;*/
	/*-webkit-background-clip: text;*/
	/*-webkit-text-fill-color: transparent;*/
	/*-webkit-text-fill-color: linear-gradient(90deg, rgba(97,193,236,1) 0%, rgba(234,163,124,1) 20%, rgba(155,203,121,1) 40%, rgba(188,226,160,1) 60%, rgba(167,215,236,1) 80%, rgba(234,163,124,1) 100%);*/
	/*transition: 0.2s ease-in-out;*/
}
html.sp #site-navigation > a{
	font-size: 1.9rem;
	margin: 0px 0;
	padding: 25px 0;
	border-bottom: 1px solid #666;
	border-radius: 0;
}
#site-navigation a:hover{
	/*background-color: #eee;*/
	/*background: linear-gradient(90deg, rgba(97,193,236,1) 0%, rgba(234,163,124,1) 20%, rgba(155,203,121,1) 40%, rgba(188,226,160,1) 60%, rgba(167,215,236,1) 80%, rgba(234,163,124,1) 100%);*/
	/*color: rgb(86, 86, 86, 0);*/
	color: #000;
	/*-webkit-background-clip: text;*/
	/*-webkit-text-fill-color: transparent;*/
	/*box-shadow: 0 0px 0 3px #87d54d;*/
}
html.sp #site-navigation a:hover{
	box-shadow: 0 0 0 10px #eee;
}
#site-navigation a.entry,
#site-navigation a.contact{
	color: #fff;
	background: #87d54d;
	padding: 6px 18px;
	margin-left: 9px;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	transition: 0.2s ease-in-out;
}
#site-navigation a.contact{
	background: #61c1ec;
}
#site-navigation a.entry:hover,
#site-navigation a.contact:hover{
	filter: brightness(1.1);
}


#open_nav{
	display: none;
}

label[for="open_nav"] {
    position: fixed;
    top: 0;
    right: 5px;
    display: flex;
    height: 70px;
    width: 60px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    z-index: 1100;
    /*background-color: #fff;*/
}
html.pc label[for="open_nav"] {
    display: none;
}
label[for="open_nav"] span,
label[for="open_nav"] span:before,
label[for="open_nav"] span:after {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    border-radius: 5px;
    background-color: #000;
    position: absolute;
    transition: 0.2s linear;
}
label[for="open_nav"] span:before {
    bottom: 12px;
}
label[for="open_nav"] span:after {
    top: 12px;
}
label[for="open_nav"] img{
	width: 70px;
}
#open_nav:checked ~ label[for="open_nav"] {
    background-color: transparent;
}
#open_nav:checked ~ label[for="open_nav"] span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#open_nav:checked ~ label[for="open_nav"] span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#open_nav:checked ~ label[for="open_nav"] span::after {
    top: 0;
    transform: rotate(-45deg);
}
.site-header .sp_gnav{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #bdad77;
	z-index: 1100;
}
label[for="open_nav"] .nav_close{
	/*display: none;*/
}
#open_nav:checked ~ label[for="open_nav"] .nav_open{
	/*display: none;*/
}
#open_nav:checked ~ label[for="open_nav"] .nav_close{
	/*display: block;*/
}

footer{
	/*position: sticky;*/
	/*top: 100vh;*/
	margin: 60px auto 0;
	text-align: center;
	padding: 0 0 150px;
}
.page-template-saiyou footer{
	margin: 150px auto 150px;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
.page-template-contact footer a.saiyou,
.page-template-contact_thanks footer a.saiyou{
	display: none;
}


.copyright{
	text-align: center;
	font-size: 1.4rem;
	margin: 130px 0 0;
}
html.sp .copyright{
	font-size: 1.2rem;
	margin: 130px 0 0;
}

.gototop{
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	pointer-events: none;
}
.gototop.show{
	opacity: 1;
	pointer-events: auto;
}

.page_width1{
	max-width: 90%;
	width: 1000px;
	margin: 0 auto;
}
.page_width2{
	max-width: 90%;
	width: 940px;
	margin: 0 auto;
}
.page_width1 .page_width2{
	max-width: 100%;
}

.contents{
}

.anchor_target{
}

#wpcf7cpcnf button,
body .button1{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding: 10px 15px;
	min-width: 265px;
	border-radius: 6px;
	color: #fff;
	background-color: #87d54d;
	transition: 0.2s linear;
}
#wpcf7cpcnf button,
body input[type="submit"].button1{
	border: 0;
}
.page-template-contact #wpcf7cpcnf button,
body.page-template-contact .button1,
body.page-template-contact_thanks .button1{
	background-color: #61c1ec;
}
#wpcf7cpcnf button:hover,
body .button1:hover{
	filter: brightness(1.1);
	text-decoration: none;
}
.button1.blue{
	background-color: #61c1ec;
}

ul.type1{
	padding: 0;
	list-style: none;
}
ul.type1 li{
	display: flex;
	line-height: 1.6;
	margin: 10px 0;
}
ul.type1 li:before{
	content: "";
	display: inline-block;
	background-color: #595959;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	margin: 0.7em 0.6em;
	white-space: nowrap;
	font-feature-settings: normal;
}

table.type1{
	border-collapse: collapse;
	border-top: 1px solid #c2c2c2;
	width: 100%;
}
table.type1 th,
table.type1 td{
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #c2c2c2;
	padding: 20px 30px;
}
html.sp table.type1 th,
html.sp table.type1 td{
	padding: 15px 15px;
}
table.type1 th{
	vertical-align: top;
	white-space: nowrap;
	background-color: #eef7fa;
}
table.type1 td{
	background-color: #fff;
	width: 750px;
}
table.type1.green th{
	background-color: #f2faeb;
}
table.type1 ul.type1{
	margin: 0 0;
}

#wpcf7cpcnf table,
table.type2{
	border-collapse: collapse;
	width: 100%;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td,
table.type2 th,
table.type2 td{
	text-align: left;
	font-weight: 300;
	padding: 20px 30px;
}
#wpcf7cpcnf table tr:nth-of-type(2n+1) th,
#wpcf7cpcnf table tr:nth-of-type(2n+1) td,
table.type2 tr:nth-of-type(2n+1) th,
table.type2 tr:nth-of-type(2n+1) td{
	background-color: #f2faeb;
}
.page-template-contact #wpcf7cpcnf table tr:nth-of-type(2n+1) th,
.page-template-contact #wpcf7cpcnf table tr:nth-of-type(2n+1) td,
.page-template-contact table.type2 tr:nth-of-type(2n+1) th,
.page-template-contact table.type2 tr:nth-of-type(2n+1) td{
	background-color: #eef7fa;
}
table.type2 tr{
	display: flex;
	justify-content: space-between;
}
#wpcf7cpcnf table th,
table.type2 th{
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: max(calc((100vw - 940px) / 2), 5vw);
	padding-right: 20px;
}
#wpcf7cpcnf table th.hissu:after,
table.type2 th.hissu:after{
	content: "必須";
	display: block;
	/*position: absolute;*/
	right: 0;
	top: calc(50% - 13px);
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 9px;
	border-radius: 4px;
	margin: 0 0 0 10px;
	color: #fff;
	background-color: #61c1ec;
}
#wpcf7cpcnf table td,
table.type2 td{
	background-color: #fff;
	width: 580px;
	padding-right: max(calc((100vw - 940px) / 2), 5vw);
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p,
table.type2 th p,
table.type2 td p{
	margin: 0;
}

html.sp table.type2,
html.sp table.type2 tbody,
html.sp table.type2 tr,
html.sp table.type2 th,
html.sp table.type2 td{
	display: block;
	box-sizing: border-box;
	width: 100%;
}
html.sp table.type2 th{
	display: flex;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	padding-bottom: 0;
}
table.type2 th.hissu:after{
}
html.sp table.type2 td{
	padding-top: 10px;
}


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea{
	font-size: 1.6rem;
	font-weight: 400;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	padding: 10px;
	margin: 0;
	width: 100%;
	-webkit-appearance: none; /* iPhone の入力欄へのエフェクトを消す */
}


.main_image{
	text-align: center;
}


.news .list{
	border-top: 1px solid #d8d8d8;
}
.news .list .row{
	display: flex;
	padding: 12px 20px;
	border-bottom: 1px solid #d8d8d8;
}
html.sp .news .list .row{
	font-size: 1.4rem;
	padding: 12px 10px;
}
.news .list .row .date{
	white-space: nowrap;
	min-width: 200px;
}
html.sp .news .list .row .date{
	min-width: 170px;
}
.news .list .row .title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/* 会社概要 *************************************************** */

.page-template-kaisya_gaiyou .main_image img{
	width: 100%;
}

.page-template-kaisya_gaiyou table.type1 td[colspan="2"]{
	padding-left: 0;
	padding-right: 0;
}
.page-template-kaisya_gaiyou table.type1 td[colspan="2"] .row1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
html.sp .page-template-kaisya_gaiyou table.type1 td[colspan="2"] .row1{
	flex-direction: column;
	align-items: flex-start;
	margin-top: 30px;
}
html.sp .page-template-kaisya_gaiyou table.type1 td[colspan="2"] .row1 .col1{
	margin-bottom: 20px;
}
.page-template-kaisya_gaiyou table.type1 td[colspan="2"] h3{
	font-size: 3rem;
	font-weight: 600;
	margin: 0 30px;
}
.page-template-kaisya_gaiyou table.type1 td[colspan="2"] p{
	margin: 0 30px;
}
html.sp .page-template-kaisya_gaiyou table.type1 td[colspan="2"] p{
	margin: 0 15px;
}
.page-template-kaisya_gaiyou table.type1 iframe{
	width: 100%;
	margin: 25px 0;
}
.page-template-kaisya_gaiyou .map_img{
	display: block;
	margin: 0 auto;
}

.page-template-kaisya_gaiyou .pics1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0
}
.page-template-kaisya_gaiyou .pics1 .box{
	margin: 0 0 25px;
}
.page-template-kaisya_gaiyou .pics1 .box .name{
	margin: 5px 0 0;
}



/* 取扱商品 *************************************************** */

.page-template-toriatukai_syouhin{
}
.page-template-toriatukai_syouhin .page_width2{
	width: 765px;
	margin-bottom: 200px;
}
.page-template-toriatukai_syouhin h3{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #4f9ec1;
	margin: 50px 0 10px;
}
.page-template-toriatukai_syouhin p{
	margin: 0;
}
.page-template-toriatukai_syouhin .img1{
	display: block;
	margin: 30px auto 20px;
}
.page-template-toriatukai_syouhin .pdf{
	text-align: center;
	margin: 0;
}



/* 投稿記事 *************************************************** */

body.blog .page_width2{
	width: 780px;
}

body.blog article{
	padding: 80px 0;
	border-bottom: 1px solid #d8d8d8;
}
body.blog article .date{
	color: #000;
	font-size: 1.4rem;
}
body.blog article .title{
	color: #000;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.8;
	margin: 20px 0 20px;
}
body.blog article .content{
	color: #211915;
}

ul.page-numbers{
	text-align: center;
	padding: 0;
	margin: 50px 0 100px;
}
ul.page-numbers li{
	display: inline-block;
	list-style: none;
}
ul.page-numbers a.page-numbers,
ul.page-numbers span.page-numbers{
	display: none;
}
ul.page-numbers a.page-numbers.prev,
ul.page-numbers a.page-numbers.next{
	display: inline;
	margin: 0 30px;
}



/* 採用サイト *************************************************** */

.page-template-saiyou .main_image img{
	width: 100%;
}

.page-template-saiyou .tokuchou{
	background-color: #eef7fa;
	padding: 30px 0 60px;
	margin: 70px 0 0;
}
.page-template-saiyou .tokuchou .box{
	margin: 50px 0;
}
.page-template-saiyou .tokuchou h3{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.07em;
	color: #66afcf;
	margin: 30px 0;
}
html.sp .page-template-saiyou .tokuchou h3{
	margin: 20px 0;
}

.page-template-saiyou .message{
	padding: 150px 0 60px;
}
html.sp .page-template-saiyou .message{
	padding: 50px 0 60px;
}
.page-template-saiyou .message .row{
	/*display: flex;*/
	/*background-image: url(img/saiyou/3_1.jpg);*/
	/*background-position: 90% 90px;*/
	/*background-repeat: no-repeat;*/
	padding: 0 0 100px;
}
html.sp .page-template-saiyou .message .row{
	/*background-size: 35%;*/
	/*background-position: 100% 190px;*/
}
.page-template-saiyou .message .row .left{
	/*flex-basis: 68%;*/
	/* width: 68%; */
	z-index: 2;
}
html.sp .page-template-saiyou .message .row .left{
	/*flex-basis: 100%;*/
	width: auto;
}
.page-template-saiyou .message .row h3{
	font-size: 4.3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.07em;
	color: #66afcf;
}
html.sp .page-template-saiyou .message .row h3{
	font-size: 3rem;
}
.page-template-saiyou .message .row p{
	/* width: 85%; */
}
html.sp .page-template-saiyou .message .row p{
	width: 100%;
}
.page-template-saiyou .message .name{
	line-height: 2.6;
	margin: 70px 0 0;
}
.page-template-saiyou .message .row .right{
	float: right;
	margin: 70px 50px 0 0;
	z-index: 1;
}
html.sp .page-template-saiyou .message .row .right{
	shape-outside: border-box;
	margin: 365px 0 0 0;
	padding: 0 0 0 20px;
	width: 180px;
}

.page-template-saiyou .senpai{
	background-color: #f2faeb;
	padding: 10px 0 0;
}
.page-template-saiyou .senpai .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-template-saiyou .senpai .row .box{
	flex-basis: 48%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 100px;
}
html.sp .page-template-saiyou .senpai .row .box{
	flex-basis: 100%;
}
.page-template-saiyou .senpai .row .box .right{
	flex-basis: 60%;
}
.page-template-saiyou .senpai .row .box .right h3{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.07em;
	color: #87bf56;
	margin: 0 0 20px
}
.page-template-saiyou .senpai .row .box .right .name{
	font-size: 2rem;
	font-weight: 600;
}
.page-template-saiyou .senpai .row .box .right .job{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 20px;
}

.page-template-saiyou .saiyou .row{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.page-template-saiyou .saiyou .row img{
	margin: 30px 12px;
}
html.sp .page-template-saiyou .saiyou .row a{
	/*flex-basis: 41%;*/
}
html.sp .page-template-saiyou .saiyou .row img{
	width: 40vmin;
	margin: 20px 10px;
}

.page-template-saiyou .oubo{
	text-align: center;
}
.page-template-saiyou .oubo p{
	margin: 30px 0 40px;
}



/* 採用サイト *************************************************** */

.page-template-saiyou_jouhou .main_image{
	text-align: center;
	margin: 30px 0;
	padding: 0 5%;
}

.page-template-saiyou_jouhou .nav .row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page-template-saiyou_jouhou .nav .row a{
	margin: 9px 12px;
}
html.sp .page-template-saiyou_jouhou .nav .row a{
	font-size: 1.6rem;
	min-width: 210px;
	margin: 5px;
}
.page-template-saiyou_jouhou .nav .row .dummy{
	padding: 0;
	visibility: hidden;
}

.page-template-saiyou_jouhou .entry_button_area{
	text-align: center;
	margin: 90px 0;
}



/* エントリーフォーム *************************************************** */

body.page-template-entry_form{
	color: #211915;
}

.page-template-entry_form .main_image{
	margin: 60px 5%;
}

.page-template-entry_form .page_width2,
.page-template-contact .page_width2{
	width: 700px;
}

#page .renraku{
	text-align: center;
}
#page .renraku a{
	text-decoration: underline;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0;
	color: #87d54d;
}
.page-template-contact #page .renraku a{
	color: #61c1ec;
}
.page-template-entry_form .area1 p,
.page-template-contact .area1 p{
	margin: 60px 0;
}

.page-template-entry_form table.type2{
	color: #000;
}
.page-template-entry_form th small{
	display: inline-block;
	text-align: justify;
	white-space: normal;
	width: 180px;
}
html.sp .page-template-entry_form th small{
	width: auto;
}

.submit_area{
	text-align: center;
	margin: 0 0 150px;
}
.submit_area a{
	color: #0080cb;
}
.submit_area input[type="submit"]{
	margin: 30px 0 0;
}
.submit_area .wpcf7-spinner{
	position: relative;
	top: 5px;
	left: -10px;
	margin: 0 0 0 -25px;
	background-color: rgba(255,255,255,0.3);
	opacity: 1;
}
.submit_area .wpcf7-spinner:before{
	background-color: #fff;
}

input.text1{
	width: 200px;
	margin: 0 50px 0 0;
}
.page-template-entry_form input.text2{
	text-align: center;
	width: 120px;
	margin: 0 8px 0 0;
}
.page-template-entry_form input.text3{
	text-align: center;
	width: 70px;
	margin: 0 8px 0 0;
}

.page-template-entry_form select,
.page-template-contact select{
    font-size: 1.8rem;
    line-height: 2;
	color: #fff;
    /*color: #2c3338;*/
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    padding: 1px 30px 1px 10px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
	/*background-color: #87d54d;*/
    background: #87d54d url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}
.page-template-contact select{
    background: #61c1ec url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.wpcf7 form .wpcf7-response-output{
	width: 940px;
	max-width: 90%;
	margin: 10px auto;
}

.wpcf7cp-btns{
	text-align: center;
}
html.sp #wpcf7cpcnf .wpcf7cp-btns button{
	min-width: 200px;
}



/* エントリーフォーム サンクス *************************************************** */

body.page-template-entry_thanks{
	color: #211915;
}

.page-template-entry_thanks .main_image{
	margin: 60px 0;
}

.page-template-entry_thanks .page_width2{
	width: 700px;
}

.page-template-entry_thanks .button_area{
	text-align: center;
	margin: 160px 0 0;
}


/* お問い合わせ サンクス *************************************************** */

.page-template-contact_thanks{
	font-feature-settings: normal;
}
.page-template-contact_thanks .page_width2{
	width: 700px;
}

.page-template-contact_thanks .button_area{
	text-align: center;
	margin: 60px 0 200px;
}







