
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/




.blog_index_section{
	width : 100% ;
	padding : 40px 0px 80px ;
}


.blog_index_back_flower{
	position: absolute;
	top : 0px ;
	left : 50% ;
	width : auto ;
	max-width : 100% ;
	transform: translate(-50%,0%);
	z-index : 3;
}








.contact_form_title{
	width : auto ;
	margin : 0px auto 80px ;
}

.rec_entry_superbox{
	width: 700px;
	margin : 0px auto;
	z-index : 4;
}

.rec_entry_superbox label{
	display: inline-block;
	cursor: pointer ;
}

.contact_form_notice{
	font-size : 13px ;
	line-height : 2.4 ;
	margin-bottom : 80px ;
}
.contact_form_notice a{
	font-weight : 700 ;
	text-decoration: underline;
}
.contact_form_notice a:hover{
	opacity : 0.7 ;
}

.contact_form_agree{
	text-align : center ;
}

.form_submit{
	display: block ;
	width : 300px ;
	height : 50px ;
	background: linear-gradient(90deg, #1AB693, #A9CD06);
	color : #FFFFFF ;
	font-weight : 700 ;
	border-radius: 25px ;
	border : none ;
	-webkit-appearance: none;
	margin : 120px auto 0px ;
}

.rec_form_zipicon{
	float : left;
	width : 24px;
	height : 40px;
	line-height: 40px;
	font-weight : 700;
}


.rec_form_itemtitle{
	float : left ;
	width : 160px ;
	height : 40px ;
	line-height : 40px ;
	text-align : right ;
	font-weight: 700 ;
	margin-bottom : 14px ;
}
.rec_form_itemtitle span{
	color : #F13737 ;
	font-size : 12px ;
	
}

.rec_form_iteminput{
	float : left;
	width: calc( 100% - 180px );
	margin-bottom : 14px;
	margin-left : 20px;
}

.form_input{
	display : block ;
	box-sizing: border-box ;
	width : 100% ;
	height : 40px ;
	padding : 0px 20px ;
	background-color: #E0F2E3 ;
	border-radius: 8px ;
	border : none ;
	-webkit-appearance: none;
}

.form_input.zip{
	width : 50% ;
	float : left ;
}

.form_textarea{
	box-sizing: border-box ;
	width : 100% ;
	height : 190px ;
	padding : 10px 20px ;
	background-color: #E0F2E3 ;
	border-radius: 8px ;
	border : none ;
	-webkit-appearance: none;
}


.form_submit input{
	width : 100% ;
	cursor: pointer;
	-webkit-appearance: none;
	cursor: pointer ;
}

/* EFO Form Styling */

/* Title */
form.inner-efo-default-theme legend {
	display: none;
}
/* Border, Outer wrapper padding (ends in form code) */
form.inner-efo-default-theme .js-efo-inner-dnlbkdyare {
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
form.inner-efo-default-theme .ttl-item label {
	width: 100%;
}
/* control labels */
form.inner-efo-default-theme label.control.control-s.radio.info {
	width: 49%;
	display: inline-block;
}
form.inner-efo-default-theme .control-label {
	margin: 0 0 0 .5rem;
	display: inline-block;
}
form.inner-efo-default-theme .efofm1  label.control.control-s.radio.info:last-child {
	width: 100%;
}
form.inner-efo-default-theme .control.radio .control-indicator {
    width: 0.6em;
    height: 0.6em;
    margin: 3px 0;
    border: 1px solid #000;
    display: inline-block;
}
form.inner-efo-default-theme .ttl-item {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 160px;
	font-weight: 700;
}
form.inner-efo-default-theme .ttl-item p,
form.inner-efo-default-theme .ttl-item label {
	height: 40px;
	line-height: 40px;
	margin-bottom: 14px;
}

form.inner-efo-default-theme .bl-item {
	display: inline-block;
	width: 334px;
}
form.inner-efo-default-theme .bl-item input {
	display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    background-color: #E0F2E3;
    border-radius: 8px;
    border: none;
}
form.inner-efo-default-theme .efofm6 .bl-item .control .input-s {
	width: 50%;
}
form.inner-efo-default-theme .bl-item textarea {
	background-color: #E0F2E3;
    border-radius: 8px;
	border: none;
	display: block;
    box-sizing: border-box;
    width: 100%;
}
form.inner-efo-default-theme .bl-item input:hover,
form.inner-efo-default-theme .bl-item textarea:hover {
	background-color: #E0F2E3;
}
form.inner-efo-default-theme .bl-item input:focus,
form.inner-efo-default-theme .bl-item textarea:focus {
	background-color: #E0F2E3;
	border: 2px solid #000;
	border-radius: 8px;
	transition: 0;
}
/* Required Icon*/
form.inner-efo-default-theme .required-icon {
	display: none;
}
/* Submit Button */
form.inner-efo-default-theme.js-efo-elements .button-primary {
	width: 300px;
	height: 50px;
	background: linear-gradient(90deg, #1AB693, #A9CD06);
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	-webkit-appearance: none;
	margin: 100px auto 0px;
}

form.inner-efo-default-theme .button-primary.button-border{
	background: linear-gradient(90deg, #1AB693, #A9CD06);
	color: #FFFFFF;
}
form.inner-efo-default-theme .button-primary.button-border:hover {
	background: linear-gradient(90deg, #1AB693, #A9CD06);
	color: #FFFFFF;
}
fieldset > div:last-child {
	text-align: center;
}
@media screen and (max-width: 1100px) {
	form.inner-efo-default-theme .bl-item,
	form.inner-efo-default-theme .ttl-item {
		display: block;
		width: 100%;
	}
	form.inner-efo-default-theme .bl-item {
		text-align: left;
	}
}

/* Contact Form 7 Form */

.wpcf7-form-control-wrap.message-type,
.wpcf7-form-control .wpcf7-radio {
	width: 100%;
    display: block;
}
.wpcf7-form-control-wrap {
    float: left;
    width: calc( 100% - 180px );
    margin-bottom: 14px;
    margin-left: 0px;
}
.wpcf7-form-control-wrap > input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	background-color: #E0F2E3;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
}
.wpcf7-form-control-wrap textarea {
	margin-left: 20px;
}
input.entry-submit {
	display: block;
    width: 300px;
    height: 50px;
    background: linear-gradient(90deg, #1AB693, #A9CD06);
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 25px;
    border: none;
    -webkit-appearance: none;
    margin: 120px auto 0px;
}
input.entry-submit:hover {
	cursor: pointer;
	opacity: .7;
	transition: .6s;
}
@media screen and (max-width: 1100px) {
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.wpcf7-form-control-wrap input {
		height: 60px;
		font-size: 28px;
	}
}
@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 1100px) {




.blog_index_section{
}


.blog_index_back_flower{
}








.contact_form_title{
}

.rec_entry_superbox{
	width : 620px ;
}

.rec_entry_superbox label{font-size: 28px;}

.contact_form_notice{
	font-size: 28px;
	line-height: 1.8;
}
.contact_form_notice a{
}
.contact_form_notice a:hover{
}

.contact_form_agree{
}

.form_submit{
	width : 400px ;
	height : 60px ;
	border-radius: 30px ;
}

.rec_form_zipicon{
	width: 40px;
}



.rec_form_itemtitle{
	width : 100%;
	text-align : left;
	margin-bottom : 4px;
	font-size: 30px;
}
.rec_form_itemtitle span{
	font-size : 20px ;
}

.rec_form_iteminput{
	float : none;
	width: 60%;
	margin-bottom : 14px;
	margin-left : 0px;
}

.form_input{
	height : 60px ;
}

.form_textarea{
	height : 300px ;
}


.form_submit{
	width : 390px ;
	margin : 80px auto 0px ;
}
.form_submit input{
}


.rec_entry_back{
	width : auto ;
	margin : 100px auto 0px;
}


.form_input.zip{
	width : 50% ;
}

.wpcf7-form-control-wrap textarea {
    margin-left: 0;
}
input.entry-submit {
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(90deg, #1AB693, #A9CD06);
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	-webkit-appearance: none;
	margin: 120px auto 0px;
}
.wpcf7-form-control-wrap input[type="radio"] {
    height: auto;
}
.wpcf7-form-control-wrap input {
    height: auto;
    padding: 20px 10px;
}

}