/* --------------------------------------
フォーム 全サイズ共通設定
----------------------------------------- */



.date-selection{display:;}



html > img:first-child {
	display: block;
}
h2.contactTitle {
	font-size: 140%!important;
	margin: 0 0 40px!important;
}
h2:before {
	content: none!important;
}

.grecaptcha-badge {
	bottom: 150px!important;
	visibility: visible;
	opacity: 0.7;
	z-index:50;
}
.globalsign {
	font-size: 90%;
	margin: 1em auto;
	max-width: 1000px;
	padding: 0 5%;
}
#pagetop.fixed {
/*	bottom: 10%; */
}
.policy {
	border-bottom: 1px dotted #4c4c4c;
	text-decoration: none;
}
.contact a {
    color:;
    text-decoration: none !important;
}
input::placeholder {
    font-weight: normal;
    color: #b5b5b5;
}

#main.main-contact .creator_box {
	margin: 40px auto 20px;
	padding: 0 5%;
}
#main.main-contact .creator_txt {
    background: #fbf7ef;
    padding: 10px;
    margin-top: 10px;
}

#main.main-contact .creator_picbox img {
	max-width: 240px;
}

#main.main-contact .telTap-text {
	text-align: left;
	background: #f9f9ca;
	padding: 10px;
	margin-top: 0;
	max-width: 700px;
	font-weight: 600;
}

@media (min-width:1000px) {
	#main.main-contact .creator_box {
		max-width: 1000px;
	}
	#main.main-contact .creator_about {
		margin: 0;
	}
	#main.main-contact .creator_txt {
		margin: 10px;
	}
}
@media (max-width:999px) {
	#main.main-contact .creator_box {
		max-width: 800px;
	}
}
@media (max-width:480px) {
	h2.contactTitle {
		font-size: 120%!important;
	}
}

/* --------------------------------------
		wpforms
----------------------------------------- */
/*
#formWrapper p {
	margin-bottom: 0 !important;
}
#formWrapper input[type="text"],
#formWrapper input[type="email"],
#formWrapper input[type="tel"],
#formWrapper select {
	font-size: 100%;
	padding: 0 0.5em;
	color:#333;
	border: solid 1px #ccc;
	max-width: 700px;
}
#formWrapper textarea {
	width:100%;
	padding:0.5em;
	resize: vertical;
	padding-bottom: 0;
	font-size: 120%;
	font-weight: 200;
	max-width: 700px;
}
#formWrapper .wpforms-submit-container {
	text-align: center;
}

div.wpforms-container-full {
	max-width: 800px;
    background: #f7f7f7;
    padding: 60px;
	margin-top: 40px;
}
.lp-contact div.wpforms-container-full {
    background: #fffcec;
	margin-top: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 110%;
	margin-bottom: 20px;
	font-weight: 600;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	font-size: 110%;
}
div.wpforms-field-container input {
	font-size: 100%!important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #dd7e19;
	text-decoration: none;
	color: #fff;
	background-color: rgba(221, 126, 25, 1.0);
	box-shadow: 2px 2px 3px 0px #c8cbde;
	font-weight: bold;
	width: 237.5px;
	max-width: 600px;
	letter-spacing: 0.2rem;
	font-size: 110%;
	font-family: inherit;
    margin-top: 30px;
	height: 60px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: rgba(221, 126, 25, 0.8);
	border: solid 1px #dd7e19;
}
div.wpforms-container-full .wpforms-form button[type=submit]:focus {
	background-color: rgba(221, 126, 25, 0.8);
	border: solid 1px #dd7e19;
}
div.wpforms-container-full .wpforms-form button[type=submit]:active {
	background-color: rgba(221, 126, 25, 1.0);
	border: solid 1px #dd7e19;
}
div.wpforms-container-full .wpforms-field-description {
	font-size: 90%!important;
}

@media (max-width:480px) {
	div.wpforms-container-full {
		padding: 20px 20px 40px;
	}
}

@media (min-width:1000px) {
	h1 p{
		margin-bottom: 30px;	
	}
	#formWrapper{
		display:table;
		width: 100%;
	}
	#pageContents .pageParts.contact{
		width: 100%;
		max-width: 1200px;
	}
}

@media ( max-width:999px) {
	.globalsign {
		margin: 40px auto 20px;
		text-align: left;
	}
}
*/

/* --------------------------------------
	相続税還付の資料請求
-------------------------------------- */

.kanpu-pf {
	padding: 0 2%;
	max-width: 500px!important;
	width: 96%;
}
.aboutOffice .officeTable {
	margin: 0 auto;
	max-width: 1000px;
}
.aboutOffice h3 {
	color: #333;
	border-bottom: 2px solid #cecece;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5;
	padding: 0.2em;
	margin-bottom: 30px;
}
.aboutOffice .officeTable .first {
	border-top: none;
}
.aboutOffice .officeTable .officeimg {
	display: inline-block;
}

@media (min-width:1000px) {
	.aboutOffice .officeTable .footerMap {
		width: 800px;
		height: 300px;
		padding: 0;
		display: inline-block;
	}
	.aboutOffice .officeTable dt {
		width: 120px;
		padding: 15px 10px;
		border-top: 1px solid #f3f3f3;
		display: table-cell;
	}
	.aboutOffice .officeTable dd {
		width: 800px;
		padding: 15px;
		border-top: 1px solid #dcdcdc;
		background-color: #ffffff;
		display: table-cell;
	}
}

@media (max-width:999px) {
	.aboutOffice .officeTable dt {
		padding: 8px 10px;
		border-top: 1px solid #f3f3f3;
		background-color: #f3f3f3;
	}
	.aboutOffice .officeTable dd {
		padding: 5px 10px 15px;
		border-top: 1px solid #f3f3f3;
		background-color: #ffffff;
		display: table-cell;
		word-break: break-all;
	}
}

@media (min-width:481px) {
	.aboutOffice .officeTable .officeimg img {
		width: 33%;
	}
}

@media (max-width:480px) {
	.aboutOffice h3 {
		font-size: 120%;
	}
	.aboutOffice .officeTable .officeimg img {
		width: 100%;
	}
	.aboutOffice .officeTable .footerMap {
		height: 300px;
	}
}

/* --------------------------------------
	問い合わせ電話番号	
-------------------------------------- */

.main-contact h2.contactTitle {
	font-size: 160%;
	font-weight: 600!important;
	margin: 20px 0;
	line-height: 1.5;
	text-align: left!important;
	color: #333!important;
	background: url(/wp-content/themes/okano_taxaccountant/images/page/common/h3_bg.gif) repeat-x bottom!important;
}
.main-contact h2.contactTitle:after {
	content: none!important;
}
.pageContactBtn {
	margin: 0 0 10px!important;
	font-size: 130%!important;
	position: relative;
}
.pageContactBtn.ContactBtn-tel{
	font-weight: 500;
	text-align: center;
/*	margin: 30px auto!important; */
	padding: 20px 0;
	color: #386641!important;
/*	background: #fff9f3; */
}
.pageContactBtn a {
	text-decoration: none!important;
	line-height: 1.6;
	padding: 20px;
	width: 50%!important;
    display: block;
	margin: 0 auto;
	position: relative;
	color: #386641!important;
/*	background: #fff9f3; */
}
.ContactBtn-tel a {
	padding: 20px 20px 30px;
}
.ContactBtn-telNo-inquiry {
	font-size: 190%;
	font-weight: 600;
	line-height: 1.8;
}

@media (max-width:999px) {
	.pageContactBtn {
		font-size: 110%!important;
	}
	.pageContactBtn a {
		width: 85%!important;
		padding: 15px 15px 15px 5px;
		max-width: 570px;
		line-height: 1.6;
	}
}

@media (max-width:480px) {
	.pageContactBtn a {
		width: 85%!important;
	}
}

/* --------------------------------------
	contact form 7	
-------------------------------------- */

.wpcf7 {
    max-width: 800px;
    background: #f7f7f7;
    padding: 5%;
    margin: 40px auto 0;
}
.wpcf7 label {
	font-size: 105%;
	font-weight: 600;
	display: block;
}
.wpcf7 .wpcf7-list-item label {
	margin-bottom: 0;
	font-weight: normal;
}
.wpcf7 .wpcf7-form-control-wrap {
	margin: 10px 0 10px 10px;
	display: inline; /*block*/
	max-width: 90%;
}
.wpcf7 input {
	font-size:120%;
	max-width: 90%;
    padding: 0 0.5em;
    color: #333;
    border: solid 1px #ccc;
	width: 450px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
/*	height: 38px; */
	height: 50px;	
    line-height: 1.3;
}
.wpcf7 input[type=checkbox] {
/*	height: 15px;
    width: 15px; */
	height: 20px;
	width: 20px;
	vertical-align: text-top;
	margin-right: 5px;
}
.wpcf7 input[type=radio] {
/*  width: auto; */
	height: 20px;
	width: 20px;
	vertical-align: text-top;
	margin-right: 5px;
}
.wpcf7 textarea {
	max-width: 90%;
    padding: 0.5em;
    color: #333;
    border: solid 1px #ccc;
	width: 450px;
	font-size: 120%;
}
.wpcf7 .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.wpcf7 input.contact-form-button[type=submit] {
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #dd7e19;
	text-decoration: none;
	color: #fff;
	background-color: rgba(221, 126, 25, 1.0);
	box-shadow: 2px 2px 3px 0px #c8cbde;
	font-weight: bold;
	width: 237.5px;
	max-width: 100%;
	letter-spacing: 0.2rem;
	font-size: 120%;
	font-family: inherit;
    margin-top: 30px;
	height: 60px;
}
input.contact-form-button[type=submit]:hover {
	background-color: rgba(221, 126, 25, 0.8);
	border: solid 1px #dd7e19;
	cursor: pointer;
}
input.contact-form-button[type=submit]:focus {
	background-color: rgba(221, 126, 25, 0.8);
	border: solid 1px #dd7e19;
}
input.contact-form-button[type=submit]:active {
	background-color: rgba(221, 126, 25, 1.0);
	border: solid 1px #dd7e19;
}

@media (max-width:999px) {
	.wpcf7 {
		padding: 5% 0;
	}
}
/* --------------------------------------
		lp-contact
-------------------------------------- */

#lp-contact {
	text-align: center;
	padding: 60px 0;
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

#lp-contact .lparea-header {
	color: #604725;
    font-weight: bold;
	margin-bottom: 40px;
}

#lp-contact .lparea-contents {
	text-align: left;
}

#lp-contact .wpforms-submit-container {
	text-align: center;
}

#lp-contact div.wpforms-container-full {
	margin-top: 0;
}

#lp-contact .contactTitle {
	text-align: left;
	max-width: 1000px;
	font-size: 120%;
/*	color: #604725; */
	border-bottom: 2px solid #f0f0f0;
}

#lp-contact .contact {
	width: 100%;
	max-width: 1200px;
}

#lp-contact .contactBtnTel {
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 30px;
	max-width: 800px;
}

#lp-contact .contactBtnTel a {
	line-height: 1.6;
	padding: 20px;
	display: block;
	color: #418822;
	background: #fff9f3;
}

@media (min-width:1000px) {
	#lp-contact .contactBtnTel > a {
		pointer-events: none;
	}
}

@media (max-width:999px) {
	#lp-contact .lparea-contents {
		margin: 20px 10px 0;
	}
	#lp-contact .contactTitle {
		margin: 0 10px 30px;
		text-align: center;
	}
	.ContactBtn-telNo-inquiry {
		font-size: 180%!important;
	}
}

/* --------------------------------------
		tab
-------------------------------------- */

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

.tab_item {
	width: 50%;
/*	height: 80px; */
	border-bottom: 1px solid #184805;
	background-color: #efefef;
/*	line-height: 80px; */
	line-height: 1.6;
	padding: 30px 0;
	margin-top: 20px;
	text-align: center;
	color: #184805;
	display: block;
	float: left;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
	position: relative;
}
.tab_item[for="about_contact"] {
	background: #fcca3d;
}
.tab_item[for="action_contact"] {
	background: #fcca3d;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 40px 0 0;
	clear: both;
	overflow: hidden;
}
#action_contact:checked ~ #action_contact_content,
#about_contact:checked ~ #about_contact_content {
	display: block;
}
.tabs input:checked + .tab_item {
	background-color: #207100;
	color: #fff;
}
.tabs input:checked + .tab_item:after {
	content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #386641 transparent transparent transparent;		
}
.tabs input:checked + .tab_item[for="about_contact"]:after {
	color: #386641;
}
@media (min-width:1000px) {
	.tab_item:hover {
		opacity: 0.75;
	}
}
@media (max-width:999px) {
	.tab_item {
		font-size: 110%;
	}
}