﻿/****************************************

		hikkoshi_contact.css

	-hikkoshi_contact.php
	-hikkoshi_contact_check.php
	-hikkoshi_contact_thanks.php
	
*****************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
table th td{
	box-sizing: border-box;
}

span.vari{
	font-family: "Noto Sans JP",sans-serif;
}



table th td{
	box-sizing: border-box;
}
	
	
	
	div.main_title{
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 6rem 0 0 0;
	text-align: center;
}


h2.h2_main_title  {
	color: #595757;
	font-size: 2.4rem;	
	font-weight: lighter;
	text-align: center;
}


p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 2rem;
	text-align: center;
	/*margin-top: 4.5rem;*/
	margin-top: 1rem;
}

div.form_back_green{
	background: #e1edc4;
	width: 100%;
	margin: 0 auto;
	/*padding: 7rem 0;*/
}

div.form_back_white{
	background: #fff;
	width: 100%;
	margin: 0 auto;
}

h3.mail_title{
	font-size: 1.6rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	width: 90%;
	margin: 0 auto;
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

.font_green,
td.must{
	color: #22ab38;
	display:inline-block;
}

table{
	width: 90%;
	margin-top: 1rem;
	box-sizing: border-box;
	margin: 0 auto;
}

th, td{
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	/*border: 1px solid #9f9fa0;*/
	text-align: left;
	display: block;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	display: inline-block;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	margin: 0.5rem 0 2rem 0;
	width: 100%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	width: 100%;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 100%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.clear_btn,
input.comfirm_btn{
	width: 22rem;
	border: solid 1px #22ab38;
	background: #e1edc4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: block;
}

input.clear_btn{
	/*margin-right: 5rem;*/
	margin-bottom:1rem;
}

input.clear_btn:hover,
input.comfirm_btn:hover{
	border: solid 1px #1e9b3a;
	background: #d3dcb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}


center{
	margin: 2rem 0 2rem;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}

p.company_name_display{
	font-size: 1.4rem;
}





/****************************************

for タブレット～PC(980px以下)

*****************************************/

@media print,screen and (min-width:768px) and ( max-width:980px){
	table th td{
	box-sizing: border-box;
}
	
	
	
	div.main_title{
	display: block;
	position: relative;
	width: 100%;
	/*margin-top: 4rem;*/
	padding: 6rem 0 3.7rem;
	text-align: center;
}


h2.h2_main_title  {
	color: #595757;
	font-size: 2.4rem;	
	font-weight: lighter;
	text-align: center;
}


p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: center;
	margin-top: 4.5rem;
}

div.form_back_green{
	background: #e1edc4;
	width: 100%;
	margin: 0 auto;
	padding: 7rem 0;
}

div.form_back_white{
	background: #fff;
	width: 84%;
	margin: 0 auto;
	padding: 5rem;
}

h3.mail_title{
	font-size: 1.6rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	width: 100%;
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

.font_green,
td.must{
	color: #22ab38;
	display: table-cell;
}

table{
	width: 100%;
	margin-top: 1rem;
	box-sizing: border-box;
	display: table;
}

th, td{
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	border: 1px solid #9f9fa0;
	text-align: left;
	padding: 2rem;
	display: table-cell;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	width: 31.27%;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 65.83%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	width: 63.76%;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 100%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.clear_btn,
input.comfirm_btn{
	width: 22rem;
	border: solid 1px #22ab38;
	background: #e1edc4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: inline;
}

input.clear_btn{
	margin-right: 5rem;
	margin-bottom: 0;
}

input.clear_btn:hover,
input.comfirm_btn:hover{
	border: solid 1px #1e9b3a;
	background: #d3dcb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}


center{
	margin: 7rem 0 2rem;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}
}




/****************************************
for PC
*****************************************/

@media print,screen and (min-width:981px) {
	div.main_title{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 4rem;
	padding: 6rem 0 3.7rem;
	text-align: center;
}


h2.h2_main_title  {
	color: #595757;
	font-size: 2.4rem;	
	font-weight: lighter;
	text-align: center;
}


p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: center;
	margin-top: 8.5rem;
}

div.form_back_green{
	background: #e1edc4;
	width: 98%;
	margin: 0 auto;
	padding: 7rem 0;
}

div.form_back_white{
	background: #fff;
	width: 84%;
	margin: 0 auto;
	padding: 5rem;
}

h3.mail_title{
	font-size: 1.6rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	width: 100%;
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

.font_green,
td.must{
	color: #22ab38;
}

table{
	width: 100%;
	margin-top: 1rem;
	display: table;
}

th, td{
	font-size: 1.6rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	border: 1px solid #9f9fa0;
	text-align: left;
	padding: 2rem;
	display: table-cell;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	width: 31.27%;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
	display: table-cell;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 65.83%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	/*width: 50rem;*/
	width: 63.76%;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 96%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input.clear_btn,
input.comfirm_btn{
	width: 22rem;
	border: solid 1px #22ab38;
	background: #e1edc4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e1edc4 0%, #fff 50%, #e1edc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: inline-block;
}

input.clear_btn{
	margin-right: 5rem;
	margin-bottom: 0;
}

input.clear_btn:hover,
input.comfirm_btn:hover{
	border: solid 1px #1e9b3a;
	background: #d3dcb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3dcb9 0%, #f1f1f1 50%, #d3dcb9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}


center{
	margin: 7rem 0 2rem;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}
}





/************************************
	hikkoshi_contact_thanks.php
************************************/

div.thanks_box{
	border: solid 1px #ccc;
	border-radius: 1rem;
	margin: 8.5rem auto;
	width: 60%;
	padding: 5rem;
	box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-moz-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-webkit-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	
}

p.thanks_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: center;
}

button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
}

button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}











