abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
source,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 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: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

button,
datalist,
input,
select,
textarea {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html, body {
  overflow-x: hidden;
}

/* index page styles */
.index .container {
  margin: 0 auto;
}

.index header {
  width: 100%;
  text-align: center;
}

.index header h1 {
  width: 100%;
  padding: 30px 0;
  font-size: 32px;
  color: #ff7800;
  border-bottom: #2f414d solid 1px;
  font-weight: 600;
}

.index header h2 {
  width: 100%;
  padding: 15px 0;
  font-size: 26px;
  color: #2f414d;
}

.index ul {
  width: 900px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index li {
  width: 30%;
  text-align: center;
  margin-bottom: 25px;
  border: #2f414d solid 2px;
  font-weight: 600;
}

.index li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #2f414d;
  font-size: 24px;
}

.index footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-top: #2f414d solid 1px;
}

/* detail page styles */
.detail .container {
  margin: 0 auto;
}

.detail header {
  width: 100%;
  text-align: center;
}

.detail header h1 {
  width: 100%;
  padding: 30px 0;
  font-size: 32px;
  color: #ff7800;
  border-bottom: #2f414d solid 1px;
  font-weight: 600;
}

.br-mobile {
  display: none;
}

.detail .update {
  margin: 15px 0;
}

.detail header h2 {
  width: 100%;
  padding: 15px 0;
  font-size: 26px;
  color: #2f414d;
}

.detail h3 {
  margin: 15px 0;
}

.detail main {
  width: 1200px;
  margin: 0 auto;
}

.detail section {
  margin-bottom: 30px;
}

.detail section h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.detail section#contents li {
  margin-bottom: 15px;
}

.detail section#use table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.table-scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.table-scroll table {
  min-width: 1000px;
}

.detail section#use td,
.detail section#use th {
  border: solid 1px;
  padding: 1rem;
  width: 240px;
}

.detail section#use th {
  background-color: #bfd0db;
}

.detail section .toggle_btn {
  background: #fff;
  border-radius: 50%;
  padding: 3px 7px;
  cursor: pointer;
  display: inline-block;
  min-width: 6px;
}

.detail section#dpo table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  display: none;
}

.detail section#dpo td,
.detail section#dpo th {
  border: solid 1px;
  padding: 1rem;
  width: 240px;
}

.detail section#dpo th {
  background-color: #bfd0db;
}

.detail footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-top: #2f414d solid 1px;
}

@media screen and (min-width: 768px) and (max-width: 1218px) {
  .detail main {
    width: 100%;
    max-width: 95%; /* もしくは 1100px 程度 */
    padding: 0 20px;
    box-sizing: border-box;
  }

  .index ul {
    width: 100%;
    justify-content: space-around;
    gap: 20px;
  }

  .index li {
    width: 45%; /* 2列レイアウト */
  }
}

@media screen and (max-width: 767px) {
  .detail header h1 {
    font-size: 20px;
    padding: 20px 10px;
    line-height: 1.5;
  }

  .br-mobile {
    display: inline;
  }

  .detail header h2 {
    font-size: 24px;
  }

  .detail ul {
    width: 95%;
  }

  .detail main {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .index .container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .index ul {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .index li {
    width: 100%;
  }

  .index li a {
    font-size: 20px;
    padding: 15px 0;
  }
}

/*# sourceMappingURL=../maps/style.css.map */
