@charset "UTF-8";

section article.contact_content {
	margin-top: 30px;
}
h2.subtitle {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}

.contact_tel {
	margin-bottom: 50px;
}
.contact_tel p {
	display: table;
	margin: auto;
}
.contact_tel p.contact_tel .tel_link {
	display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  background: url("../images/icon_tel.svg") no-repeat 3px bottom;
  background-size: 17px;
  padding-left: 1em;
  margin-top: 15px;
  text-decoration: none;
}

.contact_form p.contact_form_note {
	display: table;
	margin: 0 auto 1.5em;
}
.contact_form .redtext {
  color: #dc3545;
}
.contact_form table {
	width: 100%;
}
.contact_form table th {
	font-weight: normal;
	padding: 0.5em;
	text-align: left;
	display: block;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contact_form table td {
	padding: 0.5em 0;
	margin: -1px 0;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contact_form input[type=text], textarea {
	font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: solid 1px #ddd;
    background: #fff;
    padding: 3px;
    margin: 0;
    outline: 0;
	width: 100%;
}
.contact_form input#tel1,input#tel2,input#tel3{
	width: auto;
}
.contact_form p.bt_area {
	text-align: center;
	margin-top: 20px;
}
.contact_form .bt_area button,
.contact_form .bt_area input {
	text-align: center;
	font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    background: #326440;
    display: inline-block;
    padding: 0.5em 2em;
	margin: 0 10px;
	border: none;
	cursor: pointer;
}
.contact_form .bt_area input.backbt {
    color: #326440;
    background: #bbd1c1;
}
.contact_form .contact_form_note2 {
	background: #f8f7ee;
	margin-top: 2em;
	padding: 0.5em 0.8em;
}

@media (min-width: 768px) {
section article.contact_content {
	margin-top: 50px;
}
h2.subtitle {
	font-size: 3rem;
}

.contact_tel {
	margin-bottom: 80px;
}
.contact_tel p.contact_tel .tel_link {
  font-size: 3.2rem;
  background-size: 23px;
}

.contact_form table th {
	padding: 0.5em 1em;
	display: table-cell;
	width: 30%;
}
.contact_form table td {
	padding: 0.5em 1em;
	margin: 0;
	display: table-cell;
}
.contact_form input[type=text], textarea {
	font-size: 1.6rem;
    padding: 3px 5px;
}
.contact_form p.bt_area {
}
.contact_form .bt_area button,
.contact_form .bt_area input {
	font-size: 1.6rem;
    padding: 0.5em 3em;
}
.contact_form .contact_form_note2 {
	background: #f8f7ee;
	margin-top: 2.5em;
	padding: 1em 1.5em;
}
}

@media (min-width: 1200px) {
section article.contact_content {
	margin-top: 80px;
}
h2.subtitle {
	font-size: 3.8rem;
}

.contact_tel {
	margin-bottom: 120px;
}
.contact_tel p.contact_tel .tel_link {
  font-size: 4rem;
  background-position: 5px 10px;
  background-size: 26px;
}

.contact_form table td {
	padding: 0.8em 1em;
}
.contact_form input[type=text], textarea {
	font-size: 1.8rem;
    padding: 3px 5px;
}
.contact_form p.bt_area {
	margin-top: 30px;
}
.contact_form .bt_area button,
.contact_form .bt_area input {
	font-size: 1.8rem;
}
.contact_form .contact_form_note2 {
	margin-top: 3em;
}
}



/* プライバシーポリシー */
.privacypolicy {
}
.privacypolicy_detail {
	margin-bottom: 50px;
}
.privacypolicy_detail .privacypolicy_detail_note {
	display: table;
	margin: auto;
}
.privacypolicy_detail h3 {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 30px 0 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
	white-space: nowrap;
}
.privacypolicy_detail h3:before,
.privacypolicy_detail h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #333;
}
.privacypolicy_detail ol li {
	margin: 0.5em 0 0 1.5em;
}

.privacypolicy_contact table {
	margin: 0 auto;
}
.privacypolicy_contact table th {
	font-weight: normal;
  padding: 0.5em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
.privacypolicy_contact table td {
  padding: 0.5em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	border-left: 1px dotted #ddd;
}

@media (min-width: 768px) {
.privacypolicy_detail {
	margin-bottom: 80px;
}
.privacypolicy_detail h3 {
	font-size: 2.4rem;
	margin: 60px 0 30px;
}
.privacypolicy_detail h3:before,
.privacypolicy_detail h3:after {
	width: 140px;
}

.privacypolicy_contact table th {
  padding: 0.8em 2em;
}
.privacypolicy_contact table td {
  padding: 0.8em 2em;
}
}

@media (min-width: 1200px) {
.privacypolicy_detail {
	margin-bottom: 120px;
}
.privacypolicy_detail h3 {
	font-size: 2.8rem;
	margin: 100px 0 30px;
}
.privacypolicy_detail h3:before,
.privacypolicy_detail h3:after {
	width: 300px;
}

.privacypolicy_contact table th {
  padding: 0.8em 2em;
}
.privacypolicy_contact table td {
  padding: 0.8em 2em;
}
}
