@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/kwj2zxg.css");

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

PC設定 768px以上の場合に適用 

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

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.drawerNav__btnIcon,
.drawerNav__btnIcon::before,
.drawerNav__btnIcon::after {
	background: #000!important;
}

.drawerNav__btnArea:hover .drawerNav__btnIcon {
	background-color: #00A2BF!important;
}

.drawerNav__btnArea.openBtn .drawerNav__btnIcon { /* トグルボタンをクリックすると真ん中の線は消える */
	background-color: transparent!important;
}



/* main */
.main {
	margin: 280px auto 250px auto;
	width: 95%;
	max-width: 700px;
}

.input__txt {
	font-size: 13px;
	margin-bottom: 10px;
}

.input__tel {
	font-size: 20px;
}

.input__tel span {
	font-size: 12px;
	margin-left: 20px;
}

.input__h1 {
	font-size: 16px;
	margin-top: 75px;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
	display: inline-block;
	padding: 0 15px 8px 0;
}

.input__remarks {
	display: inline-block;
	margin-left: 15px;
	font-size: 12px;
}

table {
	width: 100%;
	max-width: 460px;
}

table tr th {
	width: 60px;
	font-size: 13px;
	padding-bottom: 25px;
	vertical-align: top;
	line-height: 25px;
}

table tr td {
	width: calc(100% - 60px);
	font-size: 13px;
	line-height: 25px;
}

input[type=text],
input[type=mail] {
	width: 100%;
	height: 25px;
	border: 0.5px solid #7E7E7E;
	font-size: 13px;
	padding-left: 10px;
}

textarea {
	width: 100%;
	height: 160px;
	border: 0.5px solid #7E7E7E;
	font-size: 13px;
	font-family: sans-serif;
	resize: none;
	padding: 5px 10px;
}

.input__alert {
	color: #FF0000;
	font-size: 11px;
	padding-left: 10px;
}

.submit {
	text-align: center;
	padding-top: 50px;
}

input[type=submit],
input[type=button] {
	display: inline-block;
	width: 105px;
	height: 30px;
	border: 1px solid #000;
	background-color: transparent;
}

input[type=submit]:hover,
input[type=button]:hover {
	cursor: pointer;
}

input[type=button] {
	margin-left: 20px;
}

.sendmail__h1 {
	font-size: 40px;
	position: relative;
	margin-bottom: 70px;
}

.sendmail__h1::after {
	content: "";
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -35px;
}

.sendmail__txt {
	font-size: 13px;
	margin-bottom: 50px;
}

.sendmail__btn {
	width: 105px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #000;
	letter-spacing: .2em;
	padding-left: .2em;
	font-size:  12px;
}







/* footer */
.footer__txt {
	text-align: left;
	margin-left: 70px;
}



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

SPの設定 767px以下の場合に適用 

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

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

/* main */
.main {
	margin: 140px auto 200px auto;
	width: calc(100% - 40px);
}

.input__txt {
	font-size: 12px;
}

.input__tel {
	font-size: 16px;
}

.input__tel span {
	display: block;
	margin-left: 0;
}

.input__h1 {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.input__remarks {
	display: block;
	margin-left: 0;
	margin-bottom: 30px;
	font-size: 12px;
}

table {
	width: 100%;
	max-width: 460px;
}

table tr th {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	line-height: auto;
}

table tr td {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding-bottom: 15px;
}

input[type=text],
input[type=mail] {
	padding-left: 5px;
}

textarea {
	height: 120px;
	padding: 5px;
}

.input__alert {
	padding-left: 5px;
}

.submit {
	text-align: center;
	padding-top: 30px;
}

input[type=submit],
input[type=button] {
	display: inline-block;
	width: 105px;
	height: 30px;
	border: 1px solid #000;
	background-color: transparent;
}

input[type=submit]:hover,
input[type=button]:hover {
	cursor: pointer;
}

input[type=button] {
	margin-left: 20px;
}
	
.sendmail__h1 {
	font-size: 20px;
	margin-bottom: 40px;
}

.sendmail__h1::after {
	bottom: -20px;
}

.sendmail__txt {
	margin-bottom: 30px;
}

.sendmail__btn {
	width: 105px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #000;
	letter-spacing: .2em;
	padding-left: .2em;
	font-size:  12px;
}

.header__link::before{
background: url('/img/common/logo-sp.svg')no-repeat center center;
background-size: cover;
}	
	
	



/* footer */
.footer__txt {
	text-align: center;
	margin-left: 0;
}

	
/* iphone用リセット */
input[type=submit],input[type=button],input[type=text],input[type=mail],input[type=reset],textarea {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	font-weight: normal;
	}
	
	
	
}