@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* --------------------------
 * reboot
-------------------------- */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ccc;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button {
  text-transform: none;
}

select {
  text-transform: none;
  word-wrap: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input {
  border-radius: 0;
}
input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* --------------------------
 * table
-------------------------- */
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow-x: scroll;
  }
}
.tableWrap.mB50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tableWrap.mB50 {
    margin-bottom: 50px;
  }
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  /*reset*/
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .table {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 1.4rem;
    width: 750px;
  }
}
.table tr th, .table tr td {
  outline: none;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 15px 10px;
  background-color: transparent;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .table tr th, .table tr td {
    padding: 10px 10px;
  }
}
.table tr th a, .table tr td a {
  text-decoration: underline;
}
.table tr th img, .table tr td img {
  width: 15px;
  height: auto;
  display: block;
  margin-top: 7px;
}
.table tr th p, .table tr td p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.table tr th {
  font-weight: normal;
  background-color: #eee;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table tr th {
    font-size: 1.3rem;
  }
}

/* --------------------------
 * adjustment
-------------------------- */
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}
figure img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a.alpha {
  opacity: 1;
}
a.alpha img {
  opacity: 1;
  transition: opacity 0.5s ease;
}
a.alpha:hover {
  opacity: 0.75;
}
a.alpha:hover img {
  opacity: 0.75;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

dl {
  margin: 0%;
  padding: 0;
}
dl dt, dl dd {
  margin: 0%;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div, p, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

hr {
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* 16:9 */
.video169 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

/* 4:3 */
.video iframe, .video43 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------
 * font
-------------------------- */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.futura-pt-bold {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.futura-pt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

/* --------------------------
* font size
-------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}

a {
  color: #000000;
}
a:hover {
  color: #333333;
}

/* --------------------------
 * @keyframes
-------------------------- */
@keyframes linkAnime {
  0% {
    transform-origin: right top;
    transform: translateX(0);
  }
  50% {
    transform-origin: right top;
    transform: translateX(100%);
  }
  50.1% {
    transform-origin: left top;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes btmin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scrl {
  0% {
    transform: translate(0, -100px);
  }
  80% {
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 100px);
  }
}
/* --------------------------
* responsive
-------------------------- */
.pc_dspl {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_dspl {
    display: none;
  }
}

.sp_dspl {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_dspl {
    display: block;
  }
}

/* smartphone */
@media screen and (max-width: 1023px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    position: relative;
    width: 100%;
    min-width: auto;
    overflow-x: hidden;
    height: auto;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    display: block;
    position: relative;
    width: 100%;
    min-width: auto;
  }
}
/* --------------------------
* container
-------------------------- */
.container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}

/* --------------------------
* flexbox wrap
-------------------------- */
.flexWrap {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flexWrap {
    display: inherit;
    flex-wrap: inherit;
    -ms-flex-wrap: inherit;
  }
}
.flexWrap.center {
  justify-content: center;
}
.flexWrap.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .flexWrap.reverse {
    flex-flow: inherit;
  }
}
.flexWrap.col-2 > .item {
  width: 50%;
}
.flexWrap.col-3 > .item {
  width: 33.3333%;
}
.flexWrap.col-4 > .item {
  width: 25%;
}
.flexWrap.col-5 > .item {
  width: 20%;
}
.flexWrap.col-2, .flexWrap.col-3, .flexWrap.col-4, .flexWrap.col-5 {
  margin: 0 -25px;
}
@media screen and (max-width: 1023px) {
  .flexWrap.col-2, .flexWrap.col-3, .flexWrap.col-4, .flexWrap.col-5 {
    margin: 0px -15px;
  }
}
@media screen and (max-width: 767px) {
  .flexWrap.col-2, .flexWrap.col-3, .flexWrap.col-4, .flexWrap.col-5 {
    margin: 0;
  }
}
.flexWrap.col-2 .item, .flexWrap.col-3 .item, .flexWrap.col-4 .item, .flexWrap.col-5 .item {
  padding: 0px 25px;
}
@media screen and (max-width: 1023px) {
  .flexWrap.col-2 .item, .flexWrap.col-3 .item, .flexWrap.col-4 .item, .flexWrap.col-5 .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .flexWrap.col-2 .item, .flexWrap.col-3 .item, .flexWrap.col-4 .item, .flexWrap.col-5 .item {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.flexWrap.col-5 {
  margin: 0 -10px;
}
@media screen and (max-width: 1023px) {
  .flexWrap.col-5 {
    margin: 0px -5px;
  }
}
@media screen and (max-width: 767px) {
  .flexWrap.col-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flexWrap.col-5 .item {
  padding: 0px 10px;
}
@media screen and (max-width: 1023px) {
  .flexWrap.col-5 .item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .flexWrap.col-5 .item {
    width: 33.3333%;
  }
}
.flexWrap.none {
  margin: 0px;
}
.flexWrap.none .item {
  padding: 0px;
}

/* --------------------------
* list dl
-------------------------- */
dl.list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #000000;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  dl.list {
    margin: 0 0px 150px;
  }
}
dl.list > dt {
  width: 17%;
  padding: 30px 0;
  border-top: 1px solid #000000;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  dl.list > dt {
    width: 100%;
    padding: 20px 0px 10px;
    font-weight: 600;
  }
}
dl.list > dd {
  width: 83%;
  padding: 30px 0;
  border-top: 1px solid #000000;
  display: block;
}
@media screen and (max-width: 767px) {
  dl.list > dd {
    width: 100%;
    padding: 0 0px 25px;
    border-top: none;
  }
}
dl.list > dd > a {
  border-bottom: none;
  display: block;
  background-color: #1E00FF;
  width: 140px;
  height: 36px;
  line-height: 35px;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: 0 0px;
  text-align: center;
  margin-top: 5px;
}
dl.list > dd > a img {
  width: 14px;
  height: auto;
  margin-left: 10px;
  position: relative;
  top: -0.5px;
}
dl.list > dd > a:hover {
  opacity: 0.7;
}
dl.list > dd .note {
  font-size: 1.3rem;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  dl.list > dd .note {
    line-height: 1.6;
    letter-spacing: 0px;
    margin-top: 20px;
  }
}
dl.list > dd figure {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  dl.list > dd figure {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  dl.list > dd ul {
    padding-top: 5px;
  }
}
dl.list > dd ul li {
  display: list-item;
  list-style-type: disc;
  margin-left: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  dl.list > dd ul li {
    line-height: 1.6;
  }
}
dl.list > dd ul li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=common.css.map */