@charset "utf-8";
body,
article,
section,
aside,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
form,
input,
textarea,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  background: #fff;
}
.font_gothic {
  font-family: "ＭＳ ゴシック";
}
ol,
ul {
  list-style: none;
}
a {
  color: #0000ee;
  text-decoration: none;
}
a span {
  color: #ff8c00;
  text-decoration: none;
}
.colorred {
  color: #ff0000;
}
.colorgreen {
  color: #008000;
}
.colorblue {
  color: #0080ff;
}
.background_color1 {
  background-color: #e9dfe5;
}
.background_color2 {
  background-color: #7cfc00;
}
.fontweight_bold {
  font-weight: bold;
}
.background_color3 {
  background-color: #fcd575;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 10;
}
.header_left {
  float: left;
}
.header_left a {
  line-height: 50px;
  font-size: 2rem;
  text-align: center;
  padding-left: 20px;
  color: #000;
  text-decoration: none;
}
.header_left a:hover {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  text-decoration: none;
}
.header_under {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000;
  z-index: 9;
}
#contents {
  width: 960px;
  margin: 80px auto 20px;
  display: flex;
}
#main {
  width: 640px;
}
aside {
  width: 300px;
  margin: 0 0 0 auto;
}
.aside_sticky {
  position: sticky;
  top: 70px;
}
footer {
  width: 100%;
  height: 30px;
  margin-top: 20px !important;
  background: #3c3c3c;
}
footer p {
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
article {
  margin-bottom: 20px;
}
section {
  margin: 0 20px 20px;
}
article h1 {
  margin-left: 20px;
  font-weight: normal;
  font-size: 3rem;
  line-height: 30px;
}

article h2 {
  font-weight: normal;
  font-size: 2rem;
  margin: 20px 0;
  padding-left: 10px;
  line-height: 30px;
  border-left: 5px solid #dc143c;
}
article h3 {
  font-weight: normal;
  font-size: 2rem;
  margin: 20px 0;
  padding-left: 10px;
  line-height: 50px;
  border: solid 1px #ccc;
  background: #fafdff;
}
article h4 {
  font-size: 2rem;
  margin: 20px 0;
}
article p {
  margin: 10px;
  line-height: 30px;
}
article a:hover {
  text-decoration: underline;
}
article ul {
  margin: 20px;
}
article ul li {
  line-height: 30px;
}
article ol {
  margin: 10px;
}
article ol li {
  line-height: 30px;
}
article ol li:before {
  padding-right: 5px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  color: #2792c3;
}
article img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
article video {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
article .text-indent {
  padding-left: 2em;
  text-indent: -2em;
}
article .text-indent2 {
  padding-left: 2em;
}
.time {
  line-height: 30px;
  color: #888;
}
.time:before {
  padding-right: 5px;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  letter-spacing: 0;
}
.jump {
  padding: 80px 0 0;
  margin: -80px 0 0;
}
.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table th,
.table td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: left;
  box-sizing: border-box;
  line-height: 2rem;
}
.table th {
  font-weight: normal;
  text-align: center;
  background: #f0f6da;
  color: #000;
}
.th2 {
  background: #eeeaec !important;
  color: #555 !important;
}
.table2 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table2 th,
.table2 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
.table2 th {
  font-weight: normal;
  text-align: center;
  background: #f0f6da;
  color: #000;
}
.table3 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table3 th,
.table3 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: left;
  box-sizing: border-box;
}
.table3 th {
  text-align: center;
  background: #f5f5f5;
}
.bio {
  font-size: 1.8rem;
}
.bioinput,
.tdcenter {
  font-size: 1.8rem;
  text-align: center !important;
  color: #f5f5f5;
}
.list_parent {
  display: flex;
  margin: 20px;
}
.list_child {
  width: 20%;
  height: 30px;
  line-height: 30px;
}
.list_child input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
}
.list_child span {
  padding-left: 5px;
}
.btn_submit {
  font-weight: bold;
  width: 222px;
  height: 50px;
  margin-left: 20px;
  border: none;
  font-size: 1.5em;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(#d20001, #8f0202);
  cursor: pointer;
}
.btn_submit:hover {
  filter: sepia(70%);
  transition: 0.5s;
}
.btn {
  font-weight: bold;
  width: 320px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  padding: 5px;
  border: none;
  font-size: 1.5em;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(#d20001, #8f0202);
  cursor: pointer;
}
.btn a {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
}
.btn:hover {
  filter: sepia(20%);
  transition: 0.5s;
}
.sub_list {
  width: 300px;
  margin: 20px 0 30px;
  border: solid 2px #2792c3;
  border-radius: 5px;
  position: relative;
}
.sub_list p {
  margin: 5px 10px 0 10px;
  font-size: 1.8rem;
}
.sub_list ul {
  margin: 0;
}
.sub_list ul li {
  line-height: 30px;
  margin-left: 30px;
  list-style-type: none !important;
}
.sub_list ul li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #d94949;
}
.sub_list2 {
  width: 300px;
  margin: 20px 0 30px;
  position: relative;
}
.sub_list2 ul {
  margin: 0;
}
.sub_list2 ul li {
  line-height: 30px;
  margin-left: 30px;
  list-style-type: none !important;
}
.sub_list2 ul li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #000;
}
.pb {
  border: #999 1px solid;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px;
  background: #fafdff;
}
img[width="1"] {
  display: none;
}
.code {
  font-weight: 600;
}
.affi {
  margin-bottom: 20px;
  text-align: center;
}
#affi_js {
  margin-bottom: 20px;
  text-align: center;
}
#affi_js img {
  margin: 0 !important;
}
.affi_r {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 12.4%;
}
.affi_r iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #contents {
    width: 100%;
    display: block;
  }
  #main {
    width: 100%;
  }
  aside {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  article h2 {
    font-size: 2.8rem;
  }

  .table .head {
    display: none;
  }
  .table {
    width: 100%;
  }
  .table td,
  .table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table td {
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: left;
  }
  .table td:before {
    color: #000;
    content: attr(data-label);
    font-weight: normal;
    padding: 0px 10px;
    display: inline;
    background-color: #f0f6da;
    margin-right: 10px;
    float: left;
  }
  .table tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .list_parent {
    width: 100%;
    display: block;
  }
  .list_child {
    width: 100%;
    margin-bottom: 10px;
  }
  .list_child input {
    width: 200px;
  }
}
