/*
Theme Name: ishiwata_form
Description: 石綿調査.com
Author: ACEWEB

Version:1.0
License:ACEWEB
License URI:http://aceweb.jp

Tags:
*/

@charset "utf-8";

a{ text-decoration: none !important; }

.form_wrapper{padding: 60px 0;}
.form_sec{width: 90%; max-width: 1000px; margin: 0 auto;}
.form_sec .form_tit{font-size: 2rem; margin-bottom: 20px;}
.form_sec h3{font-size: 1.8rem; margin-bottom: 10px; padding-top: 5px;}
.form_sec fieldset legend{font-size: 1.8rem; margin-bottom: 10px;}
.form_sec .nf-add-fieldset{padding: 10px;}
.form_sec input[type=submit]{padding: 10px 20px;}

.form_xls_btn{width: 400px; text-align: center; max-width: 90%; margin: 0 auto 30px;}
.form_xls_btn a{display: block; color: #fff; background-color: #128D50; border: 1px solid #128D50; border-radius: 10px; padding: 10px; font-size: 20px; transition: .5s;}
.form_xls_btn a:hover{color: #128D50; background-color: #fff; transition: .5s;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1024px){



}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:767px){

/* Wordpress用 */
img {
	max-width: 100%;
	margin: auto;
	display: block;
}



}

