﻿* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "思源黑体 CN", sans-serif;
  word-break: break-word;
  font-feature-settings: "palt";
}
a {
  display: block;
}
a:hover {
  opacity: 0.9;
}
img,
video {
  max-width: 100%;
}
.pc_hide {
  display: block;
}
@media (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
.sp_hide {
  display: none;
}
@media (min-width: 768px) {
  .sp_hide {
    display: block;
  }
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.c_red {
  color: #ed1e1e !important;
}
.c_pink {
  color: #ff56c9 !important;
}
.c_yellow {
  color: #ffdc4f !important;
}
.c_blue {
  color: #3921ee !important;
}
.c_green {
  color: #1bb1aa !important;
}
.c_orange {
  color: #f5781d !important;
}
.marker {
  line-height: 1.8em;
  background: linear-gradient(
    to bottom,
    rgba(76, 122, 192, 0) 0%,
    rgba(76, 122, 192, 0) 70%,
    #ffdc4f 30%,
    #ffdc4f 100%
  );
  display: inline;
}
.marker_02 {
  background: #ffdc4f;
  display: inline;
}
.fwb {
  font-weight: bold;
}
.fzb {
  font-size: 130%;
}
@media (min-width: 768px) {
  .fzb {
    font-size: 130%;
  }
}
.fzx {
  font-size: 170%;
}
@media (min-width: 768px) {
  .fzx {
    font-size: 200%;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.link_01 {
  color: #3852ee;
  border-bottom: 1px solid;
  font-weight: bold;
}
.hdg_02 {
  font-size: 2.4rem;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .hdg_02 {
    margin: 0 0 40px;
  }
}
.txt {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .txt {
    padding: 0;
    margin: 0 0 40px;
    line-height: 1.8;
  }
}
.lead_txt {
  text-align: right;
  padding: 0 0 10px;
  font-size: 1.4rem;
}
.container {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 2px 2px 30px 0 #ccc;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .container {
    font-size: 1.8rem;
  }
}
.img_wrap {
  text-align: center;
}
.img_wrap_01 {
  position: relative;
}
.img_wrap_01 .img_btn {
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 80%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .img_wrap_01 .img_btn {
    bottom: 3%;
    width: 67%;
  }
}
.img_wrap_02 {
  position: relative;
}
.img_wrap_02 .kmts_btn_list {
  width: 100%;
  margin: 0 !important;
  background: none !important;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.img_wrap_02 .img_mv {
  position: absolute;
  left: 6.2%;
  width: 47%;
  top: 22.7%;
}
.img_wrap_03 {
  position: relative;
}
.img_wrap_03 .box {
  background-color: #3ebbb7;
  color: #141414;
  padding: 20px 20px 40px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .img_wrap_03 .box {
    font-size: 2rem;
    padding: 30px 60px 60px;
  }
  .img_wrap_03 .box .txt {
    margin-bottom: 60px;
    color: #494e51;
  }
}
.img_wrap_03 .img_btn a {
  background-color: #fff;
  color: #494e51;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .img_wrap_03 .img_btn a {
    padding: 20px;
  }
}
.header_01 {
  position: relative;
}
.header_01 .sponsored {
  position: absolute;
  right: 5px;
  bottom: -15px;
  color: #3a505d;
  font-size: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .header_01 .sponsored {
    right: 10px;
    bottom: -25px;
    font-size: 1.4rem;
  }
}
.box_detail {
  background: #e7f5ff;
  color: #494e51;
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .box_detail {
    padding: 40px 40px 80px;
  }
}
.box_detail .table_01 {
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  .box_detail .table_01 {
    margin: 0 0 80px;
  }
}
.box_detail .table_01 th {
  width: 30%;
  border-right: 1px solid #3a505d;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .box_detail .table_01 th {
    width: 20%;
  }
}
.box_detail .table_01 td {
  width: 65%;
  padding: 20px 0 20px 5%;
}
@media (min-width: 768px) {
  .box_detail .table_01 td {
    width: 75%;
  }
}
.list_01 li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
}
.list_01 li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.btn_anime {
  animation: tryslw_btn 2s linear infinite;
}
@keyframes tryslw_btn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.btn_shiny {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.btn_shiny::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -200px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    #fff 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation: shiny 3s ease-in-out infinite;
}
