@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.table_c {
  display: table-cell;
  vertical-align: top;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.txt_c {
  text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.6em;
  color: #444547;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

img {
  width: 100%;
}

.pcitem {
  display: block;
}

.spitem {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pcitem {
    display: none;
  }
  .spitem {
    display: block;
  }
}
.container {
  width: 100%;
  background-image: url(../img/pc/bg_pc.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container * {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .container {
    background-image: url(../img/sp/bg_sp.jpg);
  }
}
.container header {
  width: 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .container header {
    padding-top: 9.3%;
  }
}
.container header .header_logo {
  width: 200px;
  margin-left: 145px;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 768px) {
  .container header .header_logo {
    width: 30%;
    margin-left: 4.8%;
  }
}
.container header .header_logo:hover {
  opacity: 0.7;
}
.container .tokutei_title {
  width: 516px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_title {
    width: 73%;
    margin: 4.8% auto 7.5%;
  }
}
.container .tokutei_list {
  width: 54%;
  min-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list {
    width: 90.7%;
    min-width: unset;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
  }
}
.container .tokutei_list tbody {
  display: block;
  padding: 6.25% 8.75% 7.5%;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tbody {
    padding: 3%;
  }
}
.container .tokutei_list tr {
  display: flex;
  justify-content: space-between;
  height: 88px;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tr {
    flex-wrap: wrap;
    height: auto;
  }
}
.container .tokutei_list tr th {
  width: 39.39%;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #3e8ea9;
  border-bottom: solid 2px #93cfe3;
  font-size: 18px;
  font-weight: 700;
}
.container .tokutei_list tr th span {
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tr th {
    width: 100%;
    padding: 4.4%;
    border: none;
    background-color: #eff7f9;
    font-size: 4.8vw;
  }
  .container .tokutei_list tr th span {
    font-size: 4.8vw;
  }
}
.container .tokutei_list tr th::after {
  position: absolute;
  content: "";
  background-image: url(../img/pc/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 22px;
  left: 0;
  bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tr th::after {
    display: none;
  }
}
.container .tokutei_list tr td {
  width: 59%;
  border-bottom: solid 2px #e4e4e4;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tr td {
    width: 100%;
    border: none;
    padding: 3.8%;
    margin-bottom: 6.9%;
    font-size: 4.3vw;
  }
}
.container .tokutei_list tr th, .container .tokutei_list tr td {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .container .tokutei_list tr th, .container .tokutei_list tr td {
    display: block;
  }
}

footer {
  width: 100%;
  padding-bottom: 20px;
}
footer .footer_logo {
  width: 260px;
  margin: 50px auto;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 768px) {
  footer .footer_logo {
    width: 29.3%;
    margin: 9.5% auto;
  }
}
footer .footer_logo:hover {
  opacity: 0.7;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    width: 100%;
  }
}
/*# sourceMappingURL=tokutei.css.map */
