@charset "utf-8";
@import url("page.css");
/* CSS Document */

#title {
	background-image: url(../images/contact/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 98.36%;
	height: 0;
	width: 100%;
}

#ph-com {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#ph-com img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#contact {
	display: block;
	margin: 0 auto 50px;
	width: 96%;
}

#contact table {
	display: block;
	margin: 40px 0;
	width: 100%;
}

#contact th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
}
#contact td {
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
}

.btn_input {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: #E24509;
	text-align: center;
	display: block;
	margin: 10px auto;
	padding: 15px;
	width: 96%;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn_input:hover {
	opacity: 0.7;
}

.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color:  #BBBBBB;
  font-size: 22px;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\f3a7";
  color: #17bcdf;
}

.txt {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 18em;
    padding: 3px;
	border: solid 1px #BBBBBB;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.textarea {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3px;
	border: solid 1px #BBBBBB;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.zip {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    padding: 3px;
	border: solid 1px #BBBBBB;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#privacy {
	font-size: 16px;
	line-height: 1.8em;
	display: block;
	margin: 50px auto;
	width: 96%;
}

#privacy dl {
	margin-top: 2em;
}

#privacy dt {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#privacy dd {
	margin-bottom: 2em;
}
#privacy dd p {
	margin-bottom: 0.5em;
}

#privacy dd ol {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}


@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/contact/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 562px;
	width: 1300px;
}

#ph-com {
	display: block;
	margin: 100px auto;
	width: 712px;
}

#contact {
	display: block;
	margin: 0 0 80px;
	width: 100%;
}

#contact table {
	margin: 50px auto;
	width: 712px;
}
#contact th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 2px 10px;
	width: 170px;
	box-sizing: border-box;
}
#contact td {
	font-size: 15px;
	display: table-cell;
	padding: 2px 10px;
	width:auto;
	box-sizing: border-box;
}
#contact-d {
	font-weight: 600;
	color: #353138;
	display: block;
	margin: 0 0 50px 257px;
	width: 630px;
}
#contact-d th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 2px 10px;
	width: 630px;
	box-sizing: border-box;
}
#contact-d td {
	font-size: 15px;
	display: block;
	padding: 2px 10px;
	width: 630px;
	box-sizing: border-box;
}

.btn_input {
	width: 712px;
}

#privacy {
	margin: 50px auto 100px;
	width: 700px;
}

#privacy dl {
	margin-top: 3em;
}
}