/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
.red {
  color: #ff0000;
  font-weight: bold;
  display: block;
}

/*-----------------------
mixin
-----------------------*/
.din {
  font-family: "din-2014-rounded-variable", sans-serif;
  font-variation-settings: "wght" 400;
}

/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  text-decoration: none;
}
a:link {
  color: #1a0dab;
}
a:active {
  color: #1a0dab;
}
a:visited {
  color: #1a0dab;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

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

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.under-line {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline;
  font-weight: 900;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #5F3C3C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}

.inner {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 100px 0;
}
section .inner {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}
section table {
  border: 1px solid #5F3C3C;
  width: 100%;
}
section table tr:not(section table tr:first-child) {
  border-top: 1px solid #5F3C3C;
}
section table tr th, section table tr td {
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  section table tr th, section table tr td {
    display: block;
  }
}
section table tr th {
  text-align: center;
  width: 30%;
  border-right: 1px solid #5F3C3C;
  background: #FDF8F8;
}
@media (max-width: 750px) {
  section table tr th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #5F3C3C;
  }
}
section table tr td {
  width: 70%;
}
@media (max-width: 750px) {
  section table tr td {
    width: 100%;
    text-align: center;
  }
}
section table tr td a {
  text-decoration: underline;
  font-weight: 900;
}
section .txt {
  margin: 50px auto 20px;
}

footer {
  padding-bottom: 79px;
}
@media (max-width: 750px) {
  footer {
    padding-bottom: 38px;
  }
}
footer .inner {
  border-top: 2px solid #5F3C3C;
}
@media (max-width: 750px) {
  footer .inner {
    border-top: 1px solid #5F3C3C;
  }
}
footer a {
  margin: 36px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  color: #5F3C3C;
}
@media (max-width: 750px) {
  footer a {
    margin: 18px auto 0;
    font-size: 14px;
  }
}
footer a:link {
  color: #5F3C3C;
}
footer a:active {
  color: #5F3C3C;
}
footer a:visited {
  color: #5F3C3C;
}
footer .copy {
  margin: 60px auto 0;
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 750px) {
  footer .copy {
    margin: 30px auto 0;
    font-size: 12px;
  }
}