


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  word-break: break-all;
  overflow-wrap: break-down;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1080px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block !important;
  }
}
.container {
  /* min-height: 100%; */
  background: #f3f3f3;
  color: #1c221e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 個別設定 */



.container {
  background-color: #fff;
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  min-width: 1080px;
  margin: auto;
  padding: 24px;
  line-height: 1.6;
}
.main__title {
  font-size: 32px;
}
.main__body {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main {
    min-width: auto;
    padding: 16px;
  }
}
.main-section {
  margin-top: 32px;
}
.main-section__title {
  font-weight: normal;
}
.main-section__block {
  display: flex;
}
.main-section__block:first-of-type {
  margin-top: 24px;
}
.main-section__block-title {
  width: 50px;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
}
.main-section__block-body {
  width: calc(100% - 60px);
  padding-left: 16px;
  font-size: 16px;
}
.table {
  width: 100%;
  margin: 16px 0 16px 16px;
  border: 1px solid #8facae;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .table {
    margin-left: 0;
  }
}
.table__head-tr {
  background: #8facae;
}
@media screen and (max-width: 768px) {
  .table__head-tr {
    display: none;
  }
}
.table__head-th {
  padding: 8px;
  border-left: 1px solid #fff;
}
.table__head-th:first-of-type {
  border-left: 0;
}
.table__body-tr {
  border-bottom: 1px solid #8facae;
}
.table__body-tr:last-of-type {
  border-bottom: 0;
}
.table__body-th-number {
  padding: 8px;
  background: #becaca;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .table__body-th-number {
    display: block;
  }
}
.table__body-td {
  /* width: 25%; */
  padding: 8px;
  border-left: 1px solid #8facae;
}
.table__body-td:first-of-type {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .table__body-td {
    position: relative;
    display: block;
    width: auto;
    padding-left: 116px;
    border-bottom: solid 1px #ccc;
  }
  .table__body-td:first-of-type {
    border-left: 1px solid #8facae;
  }
  .table__body-td::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 8px;
    background: #8facae;
    font-weight: bold;
    box-sizing: border-box;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

