@charset "UTF-8";
/* CSS Document */


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

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

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

/* 全体の設定 */
html {
	color: #222;
	}

body {
	width: 100%;
	font-family: YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande","hiragino kaku gothic proN";
	font-weight: 400;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	background-color: #FFF;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
fieldset, img {
	border: 0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
	}
	
ol, ul {
	list-style: none;
	}

caption, th {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

.header {
	padding: 10px 0 10px 2%;
}

.header__logo {
	display: block;
	width: auto;
	height: 120px;
}

.main {
	width: 768px;
	margin: 0 auto;
	padding: 70px 0 100px 0;
}

.hurry {
	text-align: center;
	margin-bottom: 50px;
}

.hurry__txt {
	font-size: 14px;
}

.hurry__number {
	font-size: 32px;
	font-weight: bold;
}

.hurry__link {
	display: none;
}

.hurry__time {
	font-size: 14px;
}

.h1 {
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 50px;
}

table {
	border-top: 1px solid #DDD;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 70px;
	}

table tr th {
	width: 30%;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	border-bottom: 1px solid #EEE;
	}

table tr td ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
table tr td ul li {
	width: 48%;
	line-height: 2.2;
	}
	
table tr td {
	padding: 20px;
	border-bottom: 1px solid #EEE;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
	}

input[type=text],input[type=email],input[type=tel],select {
	width: 100%;
	height: 45px;
	border: none;
	background: #F7F7F7;
	font-size: 16px;
	padding-left: 10px;
	}

select,
input[type=text],
input[type=tel] {
	width: 40%;
	padding-left: 10px;
	}

#subject {
	width: 100%;
}

.address {
	width: 100%!important;
	margin-top: 20px;
}

textarea {
	display: block;
	border: none;
	background: #F7F7F7;
	font-size: 16px;
	font-family: sans-serif;
	width: 100%;
	padding: 10px;
	resize: none;
	}

.submitArea {
	text-align: center;
}

.submitArea a {
	text-decoration: underline;
}

.submitArea p {
	line-height: 2.2;
}

.submit {
	width: 350px;
	height: 70px;
	border: 1px solid #24a33b;
	background-color: #24a33b;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: 30px;
	position: relative;
	}

.submit:hover {
	background-color: #d53739;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #d53739;
	cursor: pointer;
	}

.submit[disabled] /*sendボタンが不活性化されているときのグレーアウト*/{
	background-color: #CCC;
	border: 1px solid #CCC;
	cursor: not-allowed;
}

.submit[disabled]:hover {
	color: #FFF;
}

.must {
	color: #FFF;
	background-color: #d90000;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.alert {
	color: #D90000;
	font-weight: 600;
}

.form__submit .alert {
	text-align: center;
	margin-bottom: 50px;
}

.remain {
	background-color: #D90000;
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 5px;
	padding: 20px 20px 15px 20px;
	text-align: center;
	font-weight: 600;
}

.remain__txt {
	color: #FFF;
	font-size: 14px;
}

.remain__number {
	color: #FFF;
}

.number {
	font-size: 28px;
}

.btn__box {
	text-align: center;
}

.edit {
	width: 200px;
	height: 50px;
	border: none;
	font-weight: 600;
	color: #777;
	background-color: #EEE;
	border: 1px solid #EEE;
	transition: .2s;
	display: block;
	margin: 30px auto 0 auto;
}

.edit:hover {
	background-color: transparent;
}

.sendmail .hurry {
	margin-top: 70px;
}

.sendmail .submit,
.confirm .submit {
	display: block;
	line-height: 70px;
	text-align: center;
	margin: 0 auto;
}

input[type=checkbox] {
    display: none;
}

label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    width: auto;
}

label::before {
    background: #FFF;
    border: 1px solid #AAA;
    content: '';
    display: block;
    position: absolute;
	top: 8px;
	left: 0;
    width: 16px;
	height: 16px;
}

label::after {
    border-right: 3px solid #24a33b;
    border-bottom: 3px solid #24a33b;
    content: '';
    display: block;
    height: 12px;
    left: 4px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    width: 7px;
}

input[type=checkbox]:checked + label::after {
    opacity: 1;
}




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

タブレットの設定 960px~1199pxの場合に適用 

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

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

/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
	
}



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

タブレットの設定 768px~959pxの場合に適用 

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

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}

	
	

}



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

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

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

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

/* 全体の設定 */
body {
	max-width: 767px;
	font-size: 14px;
	}

.header__logo {
	height: 60px;
}

.main {
	width: calc(100% - 40px);
	padding: 30px 0 90px 0;
}

.hurry {
	text-align: center;
	margin-bottom: 30px;
}

.hurry__txt {
	font-size: 13px;
}

.hurry__number {
	display: none;
}

.hurry__link {
	display: block;
	font-size: 14px;
	font-weight: 600;
	width: 250px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #24a33b;
	background-color: #24a33b;
	margin: 15px auto;
	color: #FFF;
}

.hurry__time {
	font-size: 13px;
}

.h1 {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

table {
	border-top: 1px solid #DDD;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	}

table tr th {
	display: block;
	width: 100%;
	padding: 20px 10px 10px 10px;
	font-size: 14px;
	border-bottom: none;
	}
	
table tr td ul {
	display: block;
	}
	
table tr td ul li {
	width: 100%;
	line-height: 2.2;
	}
	
table tr td {
	display: block;
	width: 100%;
	padding: 0 10px 20px 10px;
	font-size: 14px;
	}

input[type=text],input[type=email],input[type=tel],select {
	width: 100%;
	height: 45px;
	font-size: 14px;
	}

select,
input[type=text],
input[type=tel] {
	width: 100%;
	padding-left: 10px;
	}

textarea {
	font-size: 14px;
	height: 100px;
	}

.submitArea {
	font-size: 14px;
}
	
.submit {
	width: 100%;
	height: 50px;
	font-size: 14px;
	margin-top: 20px;
	}

.must {
	font-size: 10px;
	font-weight: 600;
	padding: 2px 5px;
	margin-left: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.form__submit .alert {
	margin-bottom: 30px;
}

.remain {
	z-index: 9999;
	right: 5px;
	bottom: 5px;
	border-radius: 3px;
	padding: 10px 10px 5px 10px;
	text-align: center;
	font-weight: 600;
}

.remain__txt {
	color: #FFF;
	font-size: 10px;
}

.remain__number {
	color: #FFF;
}

.number {
	font-size: 20px;
}

.btn__box {
	text-align: center;
}

.edit {
	height: 45px;
	margin-top: 20px;
}

.edit:hover {
	background-color: transparent;
}

.sendmail .hurry {
	margin-top: 30px;
}

.sendmail .submit,
.confirm .submit {
	line-height: 45px;
}
	
label {
    padding: 0 22px;
}

label::before {
	top: 6px;
    width: 14px;
	height: 14px;
}

label::after {
    border-right: 3px solid #24a33b;
    border-bottom: 3px solid #24a33b;
    content: '';
    display: block;
    height: 10px;
    left: 3px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 7px;
}
	



/* iOSでのデフォルトスタイルをリセット */
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;
	}

	
	
}