@charset "UTF-8";
/* ------------------------------
フォーム汎用
------------------------------ */



/* --------------------------------------------------------- フォーム共通 */
input[type="submit"]:hover{
	opacity: 0.7;
	cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea{
	border:solid 1px #d4d4d4;
	/*width: 270px;*/
	height: 50px;
	padding:1em;
	transition: all .3s;
}
input[type="text"].wide{
	width: 550px;
}
input[type="text"].zip01{
	width: 70px;
	margin:0 0.5em;
}
input[type="text"].zip02{
	width: 100px;
	margin:0 0.5em;
}
textarea{
	max-width: 100%;
	width: 500px;
	height: 200px;
}
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #0fae78;
}
button{
	display: inline-block;
	width: 270px;
	height: 60px;
	margin:0 15px;
	background-color: #0fae78;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 0;
	border:solid 0px #fff;

	background-image: url(../img/arrow_white_right.png);

	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 95% 50% ;
	transition: background-color 0.3s ease 0.1s;
	text-align: center;
}
button.return{
	background-color: #3d4042;
	background-image: url(../img/arrow_white_left.png);
	background-position: 5% 50% ;
}
button:hover{
    cursor: pointer;
	opacity: 0.7;
}
label, input[type='checkbox'] {
    cursor: pointer;
}
input[type='checkbox'] ,
input[type='radio'] {
	display: inline-block;
	margin-right: 0.5em;
}
label{
}
label.center{
}


/*placeholder*/
/* Chrome */
::-webkit-input-placeholder {
	color: #999999;
	letter-spacing: 0.2em;
}

/* Firefox */
::-moz-placeholder {
	color: #999999;
	letter-spacing: 0.2em;
}

/* IE */
:-ms-input-placeholder {
	color: #999999;
	letter-spacing: 0.2em;
}

form th span{
	    display: block;
}

.formBlock{
	padding-top:40px ;
	padding-bottom:60px ;
	background-color: #f2f2f2;
}
.formBlock .formWrap{
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px ;
	background-color: #fff;
	text-align: center;
}
.button{
	text-align: center;
}
.formWrap h3{
	padding:50px 40px;
	font-size:20px;
	font-size:2.0rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #f2f2f2;
	text-align: left;
}
.formWrap table{
	width: 100%;
	font-size:14px;
	font-size:1.4rem;
	line-height: 2;
	border-top: solid 1px #f2f2f2;
}
.formWrap h3 + table {
	border-top: solid 0px #f2f2f2;
}
.formWrap table tr:first-child td{
	padding-top:40px;
}
.formWrap table tr:last-child td{
	padding-bottom:90px;
}
.formWrap th{
	width: 25%;
	padding:20px 30px;
	border-right: solid 1px #f2f2f2;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: right;
	vertical-align: middle;
}
.formWrap th.alignTop{
	padding:40px 30px;
	vertical-align: top;
}
.formWrap td{
	width: 75%;
	padding:20px 30px;
	text-align: left;
}

/* メルマガ登録 */
.page-regist #header .pageTTL span.label{
	position: static;
	display: inline-block;
	padding:10px 20px;
	font-size:16px;
	font-size:1.6rem;
	font-family:'Roboto',"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	border:solid 1px #fff;
}
.page-regist #header .pageTTL span.label:before{
	border-bottom: solid 0 #fff;
}
.page-regist #header .pageTTL{
	top: 175px;
}
.page-regist #header .pageTTL strong{
	top: 70px;
}
.mailmagazineWrap{
	margin-top:50px ;
	margin-bottom:60px ;
	padding-top: 80px;
	padding-bottom:50px;
	color: #fff;
	background-image: url(../img/page-mail_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50% ;
}
.mailmagazineWrap a{
	color: #fff;
	text-decoration: underline;
}
.mailmagazineWrap a:hover{
	text-decoration: none;
}
.mailmagazineWrap h3{
	margin-bottom:60px;
	padding:0 3%;
	font-size:21px;
	font-size:2.1rem;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.mailmagazineWrap .text{
	width: 60%;
	margin:0 auto;
}
.mailmagazineWrap .point{
	list-style: none;
}
.mailmagazineWrap .point li{
	margin-bottom: 40px;
	padding:4px 0px 4px 42px;
	font-size:18px;
	font-size:1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	letter-spacing: 0.2em;

	background-image: url(../img/ico_check_light.png);
	background-repeat: no-repeat;
	background-position:0% 50% ;
	background-size: auto 29px;
}
.mailmagazineWrap .text .point02{
	font-size:16px;
	font-size:1.6rem;
	list-style: none;
	line-height: 2;
}
.mailmagazineWrap .text .point02 strong{
	font-size:18px;
	font-size:1.8rem;
}
.mailmagazineForm{
	margin:50px 0;
}
.mailmagazineForm h4{
	margin-bottom: 20px;
	font-size:21px;
	font-size:2.1rem;
	letter-spacing: 0.2em;
	text-align: left;
}
.mailmagazineForm input[type="text"]{
	width: 500px;
	max-width: 100%;
	height: 60px;
	border:solid 0px #fff;
}

.mailmagazineForm input[type="submit"]{
	width: auto;
	height: 60px;
	display: inline-block;
	margin: 0;
	padding:0 2.5em;
	background-color: #0fae78;
	background-image: none;
	font-size:16px;
	font-size:1.6rem;
	color: #fff;
	vertical-align: top;
	border:solid 0 #fff;
}
.mailmagazineForm input[type="submit"]:nth-child(2){
	display: inline-block;
	margin-left: 3px;
	padding:0 0.5em;
	font-size:13px;
	font-size:1.3rem;
	background-color: #99a5a1;
	color: #fff;
	border:solid 0 #fff;
}
.mailmagazineForm .newregist p{
	margin:1em 0;
}

.mailmagazineForm button{
	width: auto;
	height: 60px;
	margin: 0;
	padding:0 1.5em;
	background-image: none;
	vertical-align: top;
}
.mailmagazineForm button.return{
	margin-left: 3px;
	padding:0 0.5em;
	font-size:13px;
	font-size:1.3rem;
	background-color: #99a5a1;
}
.mailmagazineWrap .backnumber{
	font-size:16px;
	font-size:1.6rem;
	text-align: center;
}


/* プラグインの吐き出すcss上書き */
.page .iqfm-table {
	margin-bottom:0px;
}
.page .iqfm-table th, 
.page .iqfm-table td {
	border: 0px solid #DCDCDC;
	padding: 20px 30px;
}
.page .iqfm-table th {
	white-space: nowrap;
	background-color: transparent;
	text-align: right;
	vertical-align: top;
}
span.hissu{
	font-size: 16px;
	font-size: 1.6rem;
	color: red;
}
/* css上書き */
.page .iqfm-table{
	width: 100%;
	font-size:14px;
	font-size:1.4rem;
	border-bottom: solid 1px #f2f2f2;
}
.page .iqfm-table tr:first-child td{
	padding-top:40px;
}
.page .iqfm-table tr:last-child td{
	padding-bottom:20px;
}
.page .iqfm-table th{
	width: 25%;
	padding:20px 30px;
	border-right: solid 1px #f2f2f2;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: right;
	vertical-align: middle;
}
.page .iqfm-table th.alignTop{
	padding:40px 30px;
	vertical-align: top;
}
.page .iqfm-table td{
	width: 75%;
	padding:20px 30px;
}
input#inquiryformSubmit-1,
input#inquiryformSubmit-2,
input#inquiryformSubmit-3,
input#inquiryformSubmit-4,
input#inquiryformSubmit-5,
input#inquiryformSubmit-6,
input#inquiryformSubmit-7,
input#inquiryformSubmit-8{
	display: inline-block;
	width: 270px;
	height: 60px;
	margin:50px 15px 50px 15px;
	background-color: #0fae78;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 0;
	border:solid 0px #fff;

	background-image: url(../img/arrow_white_right.png);

	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 95% 50% ;
	transition: background-color 0.3s ease 0.1s;
	text-align: center;
}
.formNote {
	padding:20px 30px;
	text-align: left;
}
#main .formNote p.note{
	font-size: 12px;
	font-size: 1.2rem;
}

/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {

.formBlock .formWrap{
	margin-right: 2%;
	margin-left: 2%;
}

.mailmagazineWrap .text{
	width: 90%;
}


}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 768px){

input[type="text"],
input[type="password"],
textarea{
	width: 100%;
}
input[type="text"].wide{
	width: 100%;
}
input[type="text"].zip01{
	width: 70px;
	margin:0 0.5em;
}
input[type="text"].zip02{
	width: 100px;
	margin:0 0.5em;
}
textarea{
	height: 300px;
}

button{
	display: block;
	width: 100%;
	margin:1em auto;
}
button.return{
	background-color: #ccc;
}

.formBlock .formWrap{
	margin-right: 3%;
	margin-left: 3%;
}
.formBlock .button{
	margin-right: 3%;
	margin-left: 3%;
}
.formWrap h3{
	padding:40px 10px;
}
.formWrap table{
	width: 100%;
	font-size:14px;
	font-size:1.4rem;
}
.formWrap table tr:first-child td{
	padding-top:10px;
}
.formWrap table tr:last-child td{
	padding-bottom:10px;
}
.formWrap th{
	display: block;
	width: 100%;
	padding:20px 10px 0px 10px;
	border-right: solid 0px #f2f2f2;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	vertical-align: middle;
}
.formWrap th.alignTop{
	padding:20px 10px 0px 10px;
	vertical-align: top;
}
.formWrap td{
	display: block;
	width: 100%;
	padding:10px 10px 20px 10px;
	border-bottom: solid 1px #f2f2f2;
}
.formWrap tr:last-child td{
	border-bottom: solid 0px #f2f2f2;
}
/* css上書き */
.page .iqfm-table tr:first-child td{
	padding-top:10px;
}
.page .iqfm-table tr:last-child td{
	padding-bottom:10px;
}
.page .iqfm-table th{
	display: block;
	width: 100%;
	padding:20px 10px 0px 10px;
	border-right: solid 0px #f2f2f2;
	text-align: left;
}
.page .iqfm-table th.alignTop{
	padding:20px 10px 0px 10px;
	vertical-align: top;
}
.page .iqfm-table td{
	display: block;
	width: 100%;
	padding:10px 10px 20px 10px;
	border-bottom: solid 1px #f2f2f2;
}



/* メルマガ登録 */
.page-regist #header .pageTTL span.label{
	padding:5px 15px;
	font-size:13px;
	font-size:1.3rem;
}
.mailmagazineWrap{
	padding:5% 0%;
}
.mailmagazineForm input[type="text"]{
	width: 100%;
}
.mailmagazineForm button{
	width: 100%;
	margin: 10px auto;
	padding:0 1.5em;
}
.mailmagazineForm button.return{
	width: 100%;
	height: 40px;
	margin: 10px auto;
}
.mailmagazineWrap h3{
	width: 90%;
	margin:0 auto 30px;
	padding:5% 0;
	line-height: 1.5;
	text-align: left;
}
.mailmagazineWrap .point li{
	margin-bottom: 20px;
}




}

