@charset "UTF-8";

/* CSS Document */
/**********************************
Reset
**********************************/
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/**********************************
Settings
**********************************/
html {
  font-size: 14px;
}
body {
  font-family: "Noto Sans JP", serif;
  color: #111;
  font-weight: 300;
  line-height: 1.5em;
  width: 100%;
}

/**********************************
Hover
**********************************/
a {
  color: #111;
  text-decoration: underline;
  transition: all .15s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #555;
}

a img {
  transition: all .15s ease;
}

a img:hover {
  opacity: .8;
}

/**********************************
Header
**********************************/
header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.header_wrap {
  width: auto;
  padding: 14px 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header_wrap .header_logo {
  width: 74px;
}
.header_wrap .header_logo img {
  width: 100%;
  height: auto;
}
.header_wrap .header_text {
  font-size: 1.675rem;
  font-weight: 700;
}
.header_wrap .header_btn {
  width: 156px;
}
.header_wrap .header_btn a {
  display: block;
  width: auto;
  padding: 12px 10px;
  border-radius: 30px;
  background-color: #e96016;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.header_wrap .header_btn a:hover {
  border: solid 1px #e96016;
  background-color: #fff;
  color: #e96016;
}
/**********************************
Contents
**********************************/
.contents_wrap {
  width: auto;
  padding: 64px 24px;
  margin: 0 auto;
}
.contents_wrap .contact_table {
  width: 100%;
}
.contents_wrap .contact_table table {
  width: 100%;
}
.contents_wrap .contact_table table tr {
  border-bottom: solid 1px #dedede;
}
.contents_wrap .contact_table table tr:last-of-type {
  border-bottom: none;
}
.contents_wrap .contact_table th {
  width: 28%;
  padding: 32px 2%;
  text-align: right;
  vertical-align: middle;
  font-weight: 700;
  border-right: solid 1px #dedede;
}

.contents_wrap .contact_table th .required {
  font-size: 0.75rem;
  color: #fff;
  background-color: #d11b24;
  font-weight: 700;
  margin-left: 12px;
  padding: 4px 8px;
  border-radius: 8px;
}

.contents_wrap .contact_table td {
  width: 60%;
  padding: 32px 4%;
}

.contents_wrap .contact_table td .wpcf7-text {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ddd;
  padding: 10px;
  font-size: 1rem;
}
.contents_wrap .contact_table td .textL {
  width: 80%;
}
.contents_wrap .contact_table td .p-postal-code {
  width: 30%;
  margin-top: 6px;
}
.contents_wrap .contact_table td .p-region {
  width: 80%;
  margin-top: 6px;
}
.contents_wrap .contact_table td label {
  display: block;
  margin: 14px 0 12px;
}
.contents_wrap .contact_table td .address_auto {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
.contents_wrap .contact_table td .add_txt {
  margin-left: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #d11b24;
}
.contents_wrap .contact_table td .wpcf7-list-item-label {
  font-weight: 700;
}
.contents_wrap .contact_table td .wpcf7-textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ddd;
  width: 80%;
  padding: 10px;
  font-size: 1rem;
}

.submit_btn {
  margin: 48px auto;
  width: 210px;
  cursor: pointer;
  position: relative;
}

.submit_btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e96016;
  border-radius: 25px;
  padding: 12px;
  text-align: center;
  font-size: 0.875rem;
  color: #e96016;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.submit_btn input:hover {
  background-color: #e96016;
  color: #fff;
  text-decoration: none;
}

.submit_btn span {
  display: none;
}

.wpcf7-response-output {
  width: auto;
  text-align: center;
  line-height: 1.7em;
  border: none !important;
  color: #d11b24;
  margin-top: 18px;
}

.wpcf7-mail-sent-ok {
  display: block;
  color: #1b68d3;
  margin-top: 12px;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  display: block;
  color: #d11b24;
  margin-top: 12px;
}

.screen-reader-response {
  display: none;
}

/**********************************
Footer
**********************************/
footer {
  width: auto;
  background-color: #e96016;
  padding: 8px 12px;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-weight: 700;
}


@media (max-width: 640px) {
}

@media screen and (min-width: 641px) and (max-width: 1354px) {
}

@media (min-width: 1355px) {
}
