@charset "UTF-8";

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

a{
  transition: .3s all;
}
a:link {
  color: #990100;
  text-decoration: none;
}
a:visited {
  color: #990100;
}
a:hover {
  color: #EB3323;
}
a:active {
  color: #EB3323;
}
p a:link{
  text-decoration: underline;
  margin: 0 2px;
  color: #105DB7;
}
p a:hover{
  color: #199DCE;
}
p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

h2 {
  font-size: 25px;
  padding: 0;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 0;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
  h3 {
    margin: 0 0 20px;
  }
}
table {
  border-collapse: collapse;
  margin: 30px 0;
  border-top: 1px solid #B9AA9D;
  border-left: 1px solid #E5DFD6;
  width: 100%;
  table-layout: fixed;
}
th,td {
  border-bottom: 1px solid #B9AA9D;
  border-right: 1px solid #E5DFD6;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.5;
}
td {
  font-size: 13px;
}
th {
  background: #E5DFD6;
  font-weight: bold;
  text-align: center;
}

main{
  padding: 70px 0 80px;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main{ padding: 60px 0;}
}

.onlypc { display: block!important;}
.onlysp { display: none!important;}
@media screen and (max-width: 767px) {
.onlypc { display: none!important;}
.onlysp { display: block!important;}
}

.mt100 { margin-top: 100px!important;}
.mt80 { margin-top: 80px!important;}
.mt50 { margin-top: 50px!important;}
.mt30 { margin-top: 30px!important;}
@media screen and (max-width: 767px) {
  .mt100 { margin-top: 70px!important;}
  .mt80 { margin-top: 60px!important;}
  .mt50 { margin-top: 30px!important;}
  .mt30 { margin-top: 20px!important;}
}

.inner {
  width: 95vw;
  max-width: 1200px;
  margin: 0 auto;
}

.in_inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

.center{
  text-align: center;
}
