@charset "UTF-8";

/**reset**/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
}
/**reset**/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
}

i.material-icons {
  vertical-align: text-top;
}
a:link {
  color: #fff;
}
a:hover {
  color: #cdcdcd;
}

img {
  vertical-align: middle;
  max-width: 100%;
}
img.img100 {
  width: 100%;
}
img.ch100 {
  width: 100%;
  margin: 25px 0;
}

br {
  letter-spacing: 0;
}

/**BASE**/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}

main {
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}

section {
  max-width: 86rem;
  margin: 0 auto;
  background: none;
  box-shadow: 0 10px 10px #770000;
  background: #fff;
  border-radius: 10px;
}

.section_1 {
  max-width: 90rem;
  margin: 0 auto;
  background: none;
  box-shadow: none;
}

.main-text {
  max-width: 78rem;
  text-align: left;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 2rem;
  font-feature-settings: "palt";
}

.main-text2 {
  max-width: 80rem;
  text-align: left;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 2rem;
  font-feature-settings: "palt";
}

.main_1 {
  background-color: #580000;
  box-shadow: none;
  color: #fff;
}

.main_2 {
  background-color: #fff;
  box-shadow: none;
}

.main_3 {
  background: url("images/head_max1.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: lighten;
}
.main_4 {
  background: url("images/bg2.jpg") top center no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  box-shadow: 0 0 15px #6f6f6f inset;
}

.main_ev {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 100%
  );
}

.open_ani2 {
  animation: open_2 2s forwards;
}

.result {
  padding: 3rem;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #ff0000;
  background-image: linear-gradient(
    305deg,
    hsl(151, 59%, 76%),
    hsl(202.429, 59%, 76%),
    hsl(253.857, 59%, 76%),
    hsl(305.286, 59%, 76%),
    hsl(356.714, 59%, 76%),
    hsl(48.143, 59%, 76%),
    hsl(99.571, 59%, 76%)
  );
}

.result p {
  text-shadow:
    2px 2px 1px #f3f3f3,
    -2px 2px 1px #f3f3f3,
    2px -2px 1px #f3f3f3,
    -2px -2px 1px #f3f3f3,
    2px 0px 1px #f3f3f3,
    0px 2px 1px #f3f3f3,
    -2px 0px 1px #f3f3f3,
    0px -2px 1px #f3f3f3;
}

/*-----------------------*/

table.shirushi {
  border: 1px solid #555555;
  background: #fff;
  border-collapse: collapse;
  margin: 10px auto 10px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: normal;
  max-width: 750px;
  width: 100%;
  color: #000;
  text-align: center;
}

table.shirushi th {
  border: 1px solid #555555;
  font-size: 30px;
  background: #000;
  color: #fff;
  padding: 10px 0px;
}

table.shirushi td {
  border: 1px solid #555555;
  font-weight: bold;
}

.shirushi td.yel {
  background: #fed;
  color: #000;
}

/*-----------------------*/

@keyframes open_2 {
  0% {
    transform: scale(50, 50) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: scale(50, 50) rotateY(90deg);
    opacity: 0;
  }
  65% {
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) rotateY(0deg);
    opacity: 1;
  }
}

.open_ani {
  animation: open_1 2s forwards;
}
@keyframes open_1 {
  0% {
    transform: scale(50, 50) rotateY(90deg);
    opacity: 0;
  }
  70% {
    transform: scale(50, 50) rotateY(90deg);
    opacity: 0;
  }
  85% {
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) rotateY(0deg);
    opacity: 1;
  }
}

.sub_ani1 {
  position: absolute;
}
.sub_ani2 {
  position: relative;
  animation: ani2 1.5s forwards;
}

@keyframes ani2 {
  0% {
    transform: scale(10, 10) rotate(-20deg);
    opacity: 0;
  }
  70% {
    transform: scale(10, 10);
    opacity: 1;
  }
  80% {
    transform: scale(0.9, 0.9) rotate(1deg);
  }
  100% {
    transform: scale(1, 1) rotate(-1deg);
  }
}

.sub_ani3 {
  position: absolute;
  animation: ani3 1.5s forwards;
}

@keyframes ani3 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  80% {
    transform: scale(1, 1);
    opacity: 0;
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}

.ani4 {
  animation: ani4 1.5s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes ani4 {
  0% {
    transform: scale(1.2, 1.2) rotateY(90deg);
    opacity: 1;
  }

  50% {
    transform: scale(1, 1) rotateY(-10deg);
    opacity: 1;
  }

  80%,
  100% {
    transform: scale(1, 1) rotateY(0deg);
    opacity: 1;
  }
}

.ani5 {
  position: absolute;
}

.ani6 {
  position: relative;
  animation: ani6 1.5s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes ani6 {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  60% {
    transform: scale(0, 0);
    opacity: 1;
  }

  70% {
    transform: scale(1.2, 1.4);
    opacity: 1;
  }

  80% {
    transform: scale(1.4, 1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.img06_ani {
  position: absolute;
}

.img05_ani {
  position: relative;
  animation: img05_ani 1.5s forwards;
}

@keyframes img05_ani {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

p {
  padding-bottom: 6rem;
}

/**container**/

/**subhead**/
.subhead {
  background-image: url(../images/bg-sub.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  padding: 50px 0;
  margin: 100px 0;
}

.subhead img {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  padding: 2rem 0;
}

.subhead_2 {
  background-image: url(../images/bake_bg.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  padding: 50px 0;
  margin: 100px 0;
  overflow: hidden;
}

.subhead_2 img {
  box-sizing: border-box;
  max-width: 800px;
  width: 100%;
  padding: 0rem 0;
}

.slider-auto {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}

.slider-in {
  width: 550px;
  background: #3486eb;
  border: 3px solid #2a0000;
  margin: 0 1.5rem;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .slider-in {
    width: 330px;
  }
}

.sub_1 {
  margin: 0 auto;
  padding: 0;
  position: relative;

  background: url(../images/bg_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_1 img {
  box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
  padding: 0;
}

.img_ani1 {
  position: absolute;
}
.img_ani2 {
  position: relative;
  animation: img_ani2 1.5s forwards;
}

@keyframes img_ani2 {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
  80% {
    transform: scale(0.95, 0.95);
    opacity: 1;
  }
  90% {
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.max-con {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: -10;
}

.max-con-video video {
  display: block;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
}

.max-con-dot {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;

  mix-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  margin: 0 auto;

  background-position: center;
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;

  background: url(../images/bg_dots.png) repeat 50% 0;
}

/**header**/

header {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
  padding: 0;
  position: relative;
  z-index: 999;
  /*
    background: url(../images/video_pattern.png)repeat 50% 0;
	  background: url(../images/bg_dots.png)repeat 50% 0;
  */
  color: #000;
}

.head_video video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  mix-blend-mode: hard-light;
  background: #800000;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.header {
  max-width: 920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.header img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.head_1 {
  position: relative;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-left {
  0% {
    transform: translateX(5000px);
  }
  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.head_2 {
  position: relative;
  animation: atu 1s forwards;
}

@keyframes atu {
  0% {
    transform: scale(10, 10);
    opacity: 0;
  }

  50% {
    transform: scale(10, 10);
    opacity: 0;
  }

  80% {
    transform: scale(0.8, 0.8);
    opacity: 1;
  }

  90% {
    transform: scale(1.2, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.head_3 {
  position: absolute;
  animation: atu4 2.5s forwards;
}

@keyframes atu4 {
  0% {
    transform: scale(2.5, 2.5);
    transform: translateX(-50000px);
  }
  70% {
    transform: translateX(-5000px);
  }
  100% {
    transform: scale(1, 1);
    transform: translateX(0px);
  }
}

.head_4 {
  position: relative;
  animation: atu5 3.5s infinite;
}

@keyframes atu5 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.head_5 {
  position: absolute;
  animation: atu6 2s forwards;
}

@keyframes atu6 {
  0% {
    transform: translateX(-1500px);
    opacity: 1;
  }
  80% {
    transform: translateX(-1500px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}

.jello-horizontal {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

h2 {
  position: relative;
  text-align: center;
  font-size: 3.4rem;
  margin: 0rem auto;
  padding: 3rem 0rem 3rem 0rem;
  z-index: 0;
  line-height: 1.2;
  color: #fff;
}

h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 120%;
  height: 120px;
  background-color: #fff;

  transform-origin: left center;
  transform: rotate(-2deg);
  z-index: -1;
  pointer-events: none;
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  z-index: 0;
  transform: skewY(-6deg);
  transform-origin: top left;
}

.h2_mt {
  margin-top: 8rem;
}

.h2_mb {
  margin-bottom: 15rem;
}

/**main**/
.center {
  text-align: center;
  margin: 0 auto;
}

.b {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.b_h {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.clear {
  clear: both;
}

.under1 {
  border-bottom: solid 4px #000;
  padding-bottom: 0px;
}

.under2 {
  border-bottom: solid 4px red;
  padding-bottom: 0px;
}

.under3 {
  border-bottom: dotted 1px #000;
  padding-bottom: 0px;
}

.black {
  color: #000;
}
.white {
  color: #fff;
}
.red {
  color: #f12400;
}
.pink {
  color: #ff6ada;
}
.ora {
  color: #ffa800;
}
.gray {
  color: #5c5c5c;
}
.blue {
  color: #000080;
}
.pur {
  color: #c312c3;
}
.green {
  color: #228b22;
}
.yel {
  color: #ffff00;
}
.brown {
  color: #432d00;
}

.bg_y {
  background-color: yellow;
  color: #f12400;
  font-weight: bold;
  padding: 0;
}

.bg_ye {
  background: #fff000;
  display: inline;
  padding: 0 1.5rem;
}

.bg_r {
  background: #e40000;
  display: inline-block;
  color: #fff;
  padding: 0 0.5rem;
  display: inline-block;
}

.bg_r_rd {
  background-color: #e40000;
  color: #fff;
  font-weight: bold;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: block;
  border-radius: 5px;
  font-size: 2.2rem;
  border: 1px solid #e40000;
}

.bg_r_rd-in {
  background: #e40000;
  border-radius: 5px;
  padding: 0 1.5rem;
  margin-bottom: 0.8rem;
}

.bg_r_rd i.material-icons {
  vertical-align: middle;
  font-size: 3.5rem;
}

.bg_b_rd {
  background-color: #000080;
  color: #fff;
  font-weight: bold;
  padding: 0;
  display: block;
  border-radius: 10px;
  font-size: 2.2rem;
}

.bg_b_rd i.material-icons {
  vertical-align: middle;
  font-size: 3.5rem;
}

.bg_g_rd {
  background-color: #21aa33;
  color: #fff;
  font-weight: bold;
  padding: 0;
  display: block;
  border-radius: 10px;
  font-size: 2.2rem;
}

.bg_b_rd i.material-icons {
  vertical-align: middle;
  font-size: 3.5rem;
}

/**BOX**/

.box5 p {
  padding-bottom: 1.5rem;
}
.box {
  width: 100%;
  margin-bottom: 5rem;

  padding: 1.5rem;
  box-sizing: border-box;
}

.box1 {
  border: solid 1px #000;
  box-sizing: border-box;
  padding: 2.5rem 3rem;
  font-weight: bold;
  margin: 0 0 50px 0;
  font-size: 1.6rem;
  background-color: #fff;
  border-left: solid 5px rgba(252, 234, 187, 1);
  border-top: solid 5px rgba(252, 205, 77, 1);
  border-bottom: solid 5px rgba(248, 181, 0, 1);
  border-right: solid 5px rgba(251, 223, 147, 1);
  box-shadow: 0px 2px 5px #000;
}

.box2 {
  position: relative;
  box-sizing: border-box;
  padding: 0rem 1.2rem;
  margin: 0rem 0 5rem 0;
  font-size: 1.6rem;
  background: #ad0000;
  color: #fff;
  border-left: solid 5px rgba(252, 234, 187, 1);
  border-top: solid 5px rgba(252, 205, 77, 1);
  border-bottom: solid 5px rgba(248, 181, 0, 1);
  border-right: solid 5px rgba(251, 223, 147, 1);
  border-radius: 10px;
  box-shadow: 0px 2px 5px #000;
  line-height: 1.4;
  z-index: 9999;
}

.box3 {
  width: 100%;
  margin-bottom: 5rem;
  border: 2px dotted #000;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff0f3;
}

.box3_2 {
  width: 100%;
  margin: 2rem auto 5rem auto;
  border: 4px solid #000;
  padding: 3rem 4.5rem;
  box-sizing: border-box;
  background: #feffb9;
}

.box4 {
  position: relative;
  box-sizing: border-box;
  padding: 2rem 1.2rem;
  margin: 0rem 0 5rem 0;
  font-size: 1.6rem;
  background: #ad0000;
  color: #fff;
  border-left: solid 5px rgba(252, 234, 187, 1);
  border-top: solid 5px rgba(252, 205, 77, 1);
  border-bottom: solid 5px rgba(248, 181, 0, 1);
  border-right: solid 5px rgba(251, 223, 147, 1);
  border-radius: 10px;
  box-shadow: 0px 2px 5px #000;
  line-height: 1.4;
  z-index: 9999;
}

.box5 {
  width: 100%;
  margin-bottom: 5rem;
  border: solid 5px black;
  padding: 1rem;
  box-sizing: border-box;
  display: block;
}

.box5 p {
  padding-bottom: 1.5rem;
}

.box5_top {
  background-color: #fff7a2;
  background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  border: 0.5rem ridge #d50000;
  border-right: 0.5rem groove #d50000;
  border-bottom: 0.5rem groove #d50000;

  box-sizing: border-box;
}

.box5_top p {
  padding-bottom: 2rem;
}

.box5_in {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem;
  margin: 0 auto;
  border-radius: 10px;

  box-sizing: border-box;
}

.box5_in p {
  padding-bottom: 2rem;
}

.bn_img {
  box-shadow: 0px 5px 10px #000;
  transition: 0.1s;
}

.bn_img:hover {
  box-shadow: 0px 2px 5px #000;
  transition: 0.1s;
  opacity: 0.8;
}

.flex_box {
  margin-bottom: 1.5em;
  padding: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-radius: 15px;
  position: relative;
  line-height: 1.5;
  font-size: 2rem;
}

.flex_box::before {
  content: "";
  display: block;
  position: absolute;
  background: #420000;
  width: 85%;
  height: 100%;
}

.flex_box_1 {
  padding: 1.5rem 0rem 1.5rem 2rem;
  width: 65%;
  z-index: 2;
}

.flex_box_2 {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0rem 2rem 2rem;
  width: 35%;
  z-index: 2;
}

.q_c {
  background: #002774;
  padding: 0.5rem;
}

.box_future {
  box-sizing: border-box;
  padding: 4rem 2.5rem 1.5rem 2.5rem;
  margin: 0rem 0 5rem 0;
  font-size: 2rem;
  background: #fff;
  color: #000;
  border-top: 0px solid #fff;
  border-left: 6px solid #cc0101;
  border-bottom: 6px solid #cc0101;
  border-right: 6px solid #cc0101;
  border-radius: 10px;
}

/**box3_schedule**/
.box3_schedule {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  box-sizing: border-box;

  border-radius: 10px;
  display: inline-block;
  font-weight: bold;

  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.box3_schedule_in {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.5rem 1rem 1rem 1rem;
  box-sizing: border-box;

  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.box3_schedule_ex {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.5rem 2rem 1rem 2rem;
  box-sizing: border-box;

  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.box3_schedule_ex img {
  width: 80%;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.sc_bg1 {
  background-color: #cc0000;
  background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");
  border: solid 4px #800000;
  color: #fff;
}

.scin_bg1 {
  background-color: #800000;
  background-image: url("https://www.transparenttextures.com/patterns/light-sketch.png");
  border: solid 4px #800000;
  color: #fff;
}

.sc_bg2 {
  background-color: #e8f8ff;
  color: #000;
  border: solid 4px #cae2e7;
}

.scin_bg2 {
  color: #000;
  background-color: #feffff;
  background-image: url("https://www.transparenttextures.com/patterns/light-sketch.png");
  border: solid 4px #cae2e7;
}

.sc_bg3 {
  background-color: #2c72ff;
  color: #000;
  border: solid 4px #cae2e7;
}

.scin_bg3 {
  color: #fff;
  background-color: #002e86;
  background-image: url("https://www.transparenttextures.com/patterns/light-sketch.png");
  border: solid 4px #1f4aa1;
}

.arrow {
  display: block;
  align-items: baseline;
  font-size: 2.5rem;
  padding: 0rem 0 0.5rem 0;
}

.right_arrow {
  font-weight: 700;
  position: relative;
  justify-content: center;
  width: 12rem;
  height: 3.5rem;
  color: #0c1a5d;
  background-color: #fff100;
  align-items: center;
  padding: 0 1rem;
  margin-right: 1.5rem;
}

.right_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.2rem;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff100;
  border-style: solid;
  border-width: 18px 0 19px 12px;
}

/**box3_schedule**/

/*race_flex*/
.race_flex {
  display: flex;
  flex-wrap: wrap-reverse;
}

.race_flex img {
  width: 25%;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*race_flex*/

/*引用css*/
blockquote {
  position: relative;
  padding: 5px 15px 10px 50px;
  box-sizing: border-box;
  background: #420000;
  color: #fff;
  border-left: 4px solid #d70000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  content: "“";
  font-family: sans-serif;
  color: #d70000;
  font-size: 80px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/*引用css*/

/**BOX**/
/**main**/

/*-----------------------*/

/*-----------------------*/

#error {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
  color: #ff0000;
}

.r-label {
  background-color: #ff3c3c;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 10px;
  padding: 0rem 0.5rem;
  border-radius: 4px;
}

.g-label {
  background-color: #58d533;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  margin-left: 10px;
  padding: 0.2rem;
  border-radius: 4px;
}

input.size {
  height: 80px;
  width: 100%;
  display: inline-block;
  margin: 0rem auto;
  padding: 0.5rem 1.5rem;
  font-size: 2.5rem;
  border: 3px solid #ad0000;
  box-sizing: border-box;
}

/*擬似チェックボックス*/
label.my-checkbox {
  padding: 0rem 5rem;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 1.5rem auto;
  font-size: 2.8rem;
}

.my-checkbox {
  display: inline;
  position: relative;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  user-select: none;
  color: #000;
  background: none;
}

/* inputは非表示にする */
.my-checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 0; /* 上からの位置 */
  left: 0;
  height: 40px; /* 大きさ */
  width: 40px; /* 大きさ */
  border: solid 2px #d4dae2; /* 線 */
  border-radius: 4px;
  box-sizing: border-box;
  background: #b50000; /* チェック時の色 */
  border-color: #b50000; /* チェック時の色 */
}
/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 11px; /* チェックの位置 */
  top: 2px; /* チェックの位置 */
  width: 10px; /* チェックの大きさ */
  height: 22px; /* チェックの大きさ */
  border: solid #fff;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
  opacity: 1;
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
  background: #b50000; /* チェック時の色 */
  border-color: #b50000; /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
  opacity: 1; /* 透明を解除 */
}

/*擬似チェックボックス*/

table td.item_left {
  padding: 0px 20px 20px 10px;
  background: #ad0000;
  font-weight: bold;
  width: 20%;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
  border-spacing: none;
  text-align: right;
  color: #fff;
}

table td.item_right {
  padding: 20px 10px 0px 10px;
  margin: 0.5rem 1rem 0rem 5rem;
  color: #ad0000;
  background: none;
  font-weight: bold;
  width: 100%;
  border-collapse: collapse;
  border-spacing: none;
  font-size: 1.4rem;
}

table.form {
  width: 100%;
  font-size: 1.6rem;
}
table.form tr {
  width: 100%;
}
table.form td {
}

.f_ch {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-left: 0rem;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #fff;
  background: #a4a4a4;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 1rem 2.5rem;
  cursor: pointer;
  margin-right: 4rem;
  transition: 0.1s;
  border-radius: 4px;
  width: 80%;
  display: inline-block;
  margin: 2px 0;
  box-sizing: border-box;
  line-height: 1.8;
}

input[type="radio"]:hover + label {
  box-shadow: 0 0 15px #0065cf;
  transition: 0.1s;
}

input[type="radio"]:checked + label {
  color: #fff;
  background: #0065cf;
  font-size: 1.8rem;
  font-weight: 900;
  transition: 0.1s;
}

.f_ch label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}
.f_ch .rdi {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.f_ch .rdi:before {
  position: absolute;
  z-index: 1;
  top: -0.7rem;
  left: -1rem;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  transition: 0.1s;
  transform: scale(0, 0);
  border: 6px solid #e00000;
  background: #e00000;
  border-radius: 100%;
}
.f_ch .rdi:checked:before {
  transform: scale(1, 1);
}

.f_ch .rdi:after {
  position: absolute;
  top: -1.2rem;
  left: -1.5rem;
  width: 3rem;
  height: 3rem;
  content: "";
  cursor: pointer;
  border: 2px solid #000;
  background: #ffffff;
  border-radius: 100%;
}

textarea {
  height: 100px;
  width: 100%;
  margin: 6px 0;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border: 1px solid #000;
  box-sizing: border-box;
}

button.smit {
  background: url(../images/btn_icon1.png) no-repeat;
  background-position: 25px 44px;
  background-color: #da0000;
  margin: 0px auto 0px auto;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 120px;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 9px 0px #db0000;
  -o-box-shadow: 0px 9px 0px #db0000;
  -webkit-box-shadow: 0px 9px 0px #db0000;
  -moz-box-shadow: 0px 9px 0px #db0000;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  font-weight: bold;
}

button.smit:hover {
  margin: 6px auto -6px auto;
  box-shadow: 0px 3px 0px #db0000;
  -o-box-shadow: 0px 3px 0px #db0000;
  -webkit-box-shadow: 0px 3px 0px #db0000;
  -moz-box-shadow: 0px 3px 0px #db0000;
}

.button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.button:hover {
  opacity:;
  transition: 0.3s;
  transform: scale(1.2, 1.2);
}

.btn_ani {
  animation: big 1s forwards;
}

/*form end*/

/*-----------------------*/

.insize1 {
  width: 380px;
  height: 33px;
  border: 1px solid #ff0000;
  font-size: 18px;
  padding-left: 10px;
}

.insize2 {
  width: 550px;
  height: 33px;
  border: 1px solid #ff0000;
  font-size: 18px;
  padding-left: 10px;
}

table.info form p {
  margin: 18px 0px;
}

/*-----------------------*/
/*--footer--*/
#footer {
  width: 100%;
  height: auto;
  padding: 1rem 0 0 0;
  margin: 0rem auto;
  background-color: #212121;
  color: #fff;
  font-size: 1.8rem;
}

#footer_in {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #cdcdcd;
}
#footer li {
  margin: 0;
  list-style: none;
  display: inline;
  margin: 0 15px;
}
/*--footer--*/

/*youkou*/
table.youkou {
  width: 100%;
  font-size: 1.6rem;
}

table.youkou tr {
  width: 100%;
}
table.youkou td.item_left {
  padding: 10px 10px 50px 10px;
  background: #ee0000;
  font-weight: bold;
  width: 20%;
  border-collapse: collapse;
  border-spacing: none;
  text-align: right;
  color: #fff;
}

table.youkou td.item_right {
  padding: 10px 10px 10px 10px;
  margin: 0.5rem 1rem 0.5rem 5rem;
  background: #fff2c6;
  color: #000;
  font-weight: bold;
  width: 80%;
  border-collapse: collapse;
  border-spacing: none;
  font-size: 1.8rem;
}

table.youkou td.toku1 {
  color: #000;
  background: rgb(242, 255, 0);
  background: linear-gradient(
    135deg,
    rgba(242, 255, 0, 1) 17%,
    rgba(255, 196, 72, 1) 55%,
    rgba(242, 255, 0, 1) 85%
  );
}

table.youkou td.toku2 {
  color: #000;
  border: 2px solid rgb(242, 255, 0);
  background: linear-gradient(
    135deg,
    rgba(252, 255, 201, 1) 17%,
    rgba(255, 255, 255, 1) 55%,
    rgba(252, 255, 201, 1) 85%
  );
}

/*youkou end*/

/*-----------------------*/

.law {
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
}
.law th {
  width: 25%;
  background-color: #fff;
  vertical-align: center;
  padding: 7px 15px;
  color: #000;
  font-size: 1.6rem;
  border: 2px groove #ddd;
  font-weight: normal;
}

.law td {
  padding: 20px 15px;
  text-align: left;
  border: 2px groove #ddd;
  display: block;
}

.law td a {
  color: #000;
}
.law td a:hover {
  color: #ddd;
}

/*-----------------------*/

.tokuten {
  width: 740px;
  height: 760px;
  background-color: #fffcd6;
  border: 2px solid #ff0000;
  margin: 0 auto;
}

/*-----------------------*/
.question_user {
  padding: 0;
}

.prof-text {
  max-width: 65rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  font-feature-settings: "palt";
  position: relative;
}

table.prof {
  margin: 0px auto 0px auto;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

table.prof th {
  background-color: #006bff;
  color: #fff;
  padding: 1rem 1.5rem 1rem 7rem;
  text-align: center;
  border-top: 2px solid #cdcdcd;
  border-bottom: 4px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 1rem 1rem 1rem 1rem;
  text-align: left;
  border-spacing: 0px;
}

table.prof td {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  text-align: left;
  border-top: 0px solid #fff;
  border-bottom: 4px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 1rem 1rem 1rem 1rem;
  text-align: left;
  border-spacing: 0px;
}

table.prof td.pat {
  background-color: none;
  padding: 1.5rem 1rem;
  text-align: center;
  border-top: 0px solid #fff;
  border-bottom: 4px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  text-align: center;
  border-spacing: 0px;
}

table.prof td.q1 {
  background-color: #cdcdcd;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: left;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 1rem 0rem 0rem 1rem;
  text-align: left;
  border-spacing: 0px;
}

table.prof td.q2 {
  padding: 0.5rem 1rem;
  text-align: left;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 0rem 1rem 1rem 0rem;
  text-align: left;
  border-spacing: 0px;
}

table.prof td.days {
  text-align: left;
  background: #2d0600;
  color: #fff;
  font-weight: 900;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

table.prof td.teki {
  font-weight: bold;
  color: #ffe766;
  background: #fe346e;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  text-align: center;
}

table.prof td.total {
  border-bottom: 0px;
}

table.res {
  background: #fff;
  margin: 10px auto;
  border: 1px solid #fff;
  font-size: 1.4rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}

table.res th {
  padding: 0.5rem 0.2rem;
  border: 2px solid #999;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}

table.res td {
  background-color: #f1f1f1;
  padding: 0.5rem 0rem;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
  border-spacing: 0px;
  font-size: 1.2rem;
}

table.res td.days {
  color: #fff;
  font-weight: 900;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

table.res td.teki {
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  text-align: center;
}

table.res td.total {
  border-bottom: 0px;
}

table.teki {
  margin: 0 auto;
  line-height: 1.9rem;

  border-collapse: collapse;
  border-spacing: 0;
  width: 611px;
}

table.teki tr {
}
table.teki th {
  background-color: #e9d8ff;
  padding: 7px 30px;
  border: 1px solid #1d1d1d;
  font-weight: 500;
}

table.teki td {
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #1d1d1d;
}

table td.teki_1 {
  background: #fff;
  display: block;
  color: red;
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;
}

table td.teki_2 {
  display: block;
  background: red;
  color: #fff;
  border-radius: 1rem;
  border: 5px solid #fff;
  font-weight: bold;
  text-align: center;
}

table td.teki_3 {
  display: block;
  background: red;
  color: #fff;
  border: 5px solid #ffe600;
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;
}

.result_box {
  font-weight: bold;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  color: #000;

  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/diagmonds.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  text-align: left;
}

.result_box p {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}

.result_box_in {
  width: 100%;
  margin-bottom: 0rem;
  display: grid;
  font-size: 1.6rem;
  grid-template-columns: 50% 1fr;
}

.buy {
  display: inline-flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.result_hit {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: left;
  box-sizing: border-box;
}

.result_box_left {
  text-align: left;
  margin-right: 0.5rem;
}

.result_box_right {
}

.day_1 {
  color: #fff;
}

.l_1 {
  flex-basis: 30%;
  font-size: 1.7rem;
  color: #000;
  background-color: #f6f6f6;
  font-weight: normal;
  background-image: none;
  margin-right: 0.2rem;
  box-sizing: border-box;
}

.r_1 {
  font-size: 1.7rem;
  color: #000;
  background-color: #f1f1f1;
  font-weight: normal;
  background-image: none;
  margin-right: 0rem;
  flex-basis: 69.4%;
}

.l_2 {
  flex-basis: 40%;
  font-size: 1.8rem;
  color: #fff;
  background-color: #f00000;
  background-image: url("https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  margin-right: 0.2rem;
  text-align: left;
}

.l_3 {
  flex-basis: 40%;
  font-size: 3.5rem;
  color: #fff;
  background-color: #f00000;
  background-image: url("https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  margin-right: 0.2rem;
  text-align: left;
}

.r_2 {
  text-align: right;

  background-color: #f7e525;
  background-image: url("https://www.transparenttextures.com/patterns/ag-square.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  color: #ff0000;
  font-size: 2rem;
  font-weight: bold;
  flex-basis: 59.4%;
}

.r_3 {
  text-align: right;
  background-color: #f7e525;
  background-image: url("https://www.transparenttextures.com/patterns/ag-square.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  color: #ff0000;
  font-size: 3.5rem;
  font-weight: bold;
  flex-basis: 59.4%;
}

.toku_btn {
  border-radius: 20px;
  box-shadow: 0 5px 5px #000;
  transition: 0.1s;
  margin: 0 auto;
}

.toku_btn:hover {
  border-radius: 20px;
  box-shadow: 0 2px 2px #000;
  transition: 0.1s;
  margin: 0.5rem auto -0.5rem auto;
}

.ex_btn {
  border-radius: 10px;
  box-shadow: 0 3px 3px #2e0000;
  transition: 0.1s;
  margin: 0 auto;
}

.ex_btn:hover {
  border-radius: 10px;
  box-shadow: 0 1px 1px #2e0000;
  transition: 0.1s;
  margin: 0.5rem auto -0.5rem auto;
}

/*リニュ追加ここまで*/
/*リニュ追加ここまで*/
/*リニュ追加ここまで*/
/*リニュ追加ここまで*/
/*リニュ追加ここまで*/
/*リニュ追加ここまで*/

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header h1 {
  color: #000;
  font-size: 11px;
}

header nav {
  max-width: 900px;
  margin: 0 auto;
}

header ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

header li {
  line-height: 1.2;
  font-size: 11px;
}

li {
  list-style: none;
}

header li form div {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

header #login {
  display: none;
}
header li form div input {
  background: #ffffff;
  padding: 5px;
  width: 130px;
}

header li form div p:not(:last-child) {
  margin-right: 10px;
}

header #login {
  display: none;
}

header .right {
  margin-top: 7px;
}

.right {
  text-align: right;
}

.on_sp,
.on_pad,
.on_sp_sml {
  display: none;
}

header label[for="login"]:hover {
  opacity: 0.6;
}

header label[for="login"] {
  background: #db0404; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #db0404 0%,
    #ea0404 48%,
    #db0300 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #db0404 0%,
    #ea0404 48%,
    #db0300 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #db0404 0%,
    #ea0404 48%,
    #db0300 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0404', endColorstr='#db0300',GradientType=0 ); /* IE6-9 */
  padding: 15px 18px;
  border-radius: 3px;
  border: 1px solid #cd0a0b;
  cursor: pointer;
}

label {
  font-weight: bold;
}

/****************新オプトイン追加********************/

.formbox {
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background-color: #fcfcd3;
  background-image: url(https://www.transparenttextures.com/patterns/back-pattern.png);
  border: double #fce131 0.3rem;
}

.marker {
  background: linear-gradient(transparent 50%, #fdeb89 0%);
}

.box_mail {
  background: #fcfcfc;
  padding: 0 0.3rem;
  border-radius: 1rem;
  color: #e21e3e;
  font-weight: bold;
}

/************************************/

@media screen and (max-width: 980px) {
  .sp_pad,
  .kv > div {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .spn {
    display: none;
  }

  label {
    color: #000000;
  }

  header {
    position: relative;
  }

  header h1 {
    font-size: 10px;
  }

  nav {
    padding: 0 10px;
  }

  nav li:first-child img {
    max-width: 140px;
  }

  nav .menu_bars {
    display: inline-block;
    padding: 7.5px 12.5px;
    border-radius: 3px;
    background: #db0404; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0404', endColorstr='#db0300',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }

  nav form {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: calc(100% + 1px);
    left: 0;
    background: #ffffc2;
    border-bottom: 1px solid #ffd755;
    padding: 20px 10px 30px;
  }

  nav form div.flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  /*header label[for='login']{
		display: inline-block;
		margin-top: 32.5px;
		padding: 10px 75px;
		font-size: 20px;
		font-weight: 600;
	}*/
  header li form div p:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
  header li form div p:last-child {
    text-align: center;
  }
  header li form div input {
    display: block;
  }
  header .right {
    text-align: center;
  }
  .on_pad {
    display: block;
  }
  .off_pad {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  label {
    color: #000;
  }

  nav form div.flex {
  }

  header label[for="login"] {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 75px;
    font-size: 20px;
    font-weight: bold;
  }

  .on_sp {
    display: block;
  }

  .off_sp {
    display: none;
  }
}

ol,
ul {
  list-style: none;
}

input {
  vertical-align: middle;
  outline: none;
}

html {
  background: #ffffc2;
  vertical-align: middle;
  text-align: center;
  font-size: 100%;
}

.header {
  max-width: 940px;
  width: 100%;
}

#header1 {
  background: #fbd43b;
  background: -moz-linear-gradient(
    top,
    rgba(251, 203, 59, 1) 65%,
    rgba(255, 255, 193, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(251, 203, 59, 1) 65%,
    rgba(255, 255, 193, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(251, 203, 59, 1) 65%,
    rgba(255, 255, 193, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe85d', endColorstr='#ffffc1', GradientType=0);
  margin-bottom: 70px;
  padding: 0 10px;
  /*
	background: url("images/header_bg_1_1.jpg") top center no-repeat;
	*/
}

.kv-box {
  text-align: left;
  width: 100%;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  background: url("../images/kv-img.png") no-repeat right 60px;
}

.kv-box > div {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
}

.kv-box > div:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 35px;
  height: 100%;
  background: url("./images/kv-arw.png") no-repeat left top;
}

.kv-box .kv-ttl {
  margin-bottom: 20px;
}

.kv-box > div .kv-pat {
  display: inline-block;
  margin-top: 15px;
}

@media screen and (max-width: 970px) {
  .kv-box {
    background: 0;
    text-align: center;
  }

  .kv-box .kv-ttl {
    margin-bottom: -40px;
  }

  .kv-box > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 100%;
    width: 95%;
    height: 26px;
    background: url("./images/kv-arw-sp.png") no-repeat right bottom;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  #header1 {
    margin-bottom: 40px;
  }

  .kv-box .kv-ttl {
    margin-bottom: -7%;
  }

  .kv-box > div {
    padding: 10px 15px;
    width: 100%;
  }
  .kv-box > div img {
    width: 100%;
  }

  .kv-input input {
    padding: 15px 10px;
    font-size: 16px;
  }
}

iframe.count1 {
  height: 35px;
  margin-top: 20px;
}

iframe.count2 {
  height: 25px;
  margin-top: 20px;
  display: inline;
}

iframe.count3 {
  height: 36px;
  display: inline;
}

.txt-box {
  padding: 0 36px;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .txt-box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 425px) {
  .txt-box {
    padding: 0 10px;
    font-size: 16px;
  }
}

table.resall {
  margin: 10px auto;
  font-size: 16px;
  border-collapse: collapse;
  width: 95%;
  max-width: 715px;
  overflow-x: auto;
}

table.resall th {
  padding: 13px 8px 10px 8px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  color: #000;
}

table.resall th.top {
  padding: 13px 8px 10px 8px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1;
  background: #6c6;
  color: #000;
  font-size: 25px;
}

table.resall td {
  padding: 13px 8px 10px 8px;
  border: 1px solid #000;
  text-align: left;
  line-height: 1;
  background: #f5f5f5;
  letter-spacing: -0.04em;
}

table.resall td.teki {
  color: #f00;
  font-weight: bold;
}

table.resall tr td:nth-of-type(4) {
  text-align: right;
}

table.resall tr td:nth-of-type(5) {
  text-align: right;
}

table.resall tr td:nth-of-type(6) {
  text-align: right;
}

table.resall tr td:nth-of-type(7) {
  text-align: right;
  font-weight: bold;
  color: #f00;
  background: #ffe4e1;
}

@media screen and (max-width: 768px) {
  table.resall th,
  table.resall td {
    padding: 10px 5px;
    font-size: 14px;
  }

  table.resall tr td:nth-of-type(4) {
    text-align: left;
  }

  table.resall tr td.haito {
    text-align: right;
  }

  table.resall td.teki {
    font-size: 20px;
    text-align: right;
  }

  table.resall td.teki span {
    font-size: 14px;
    color: #000;
  }
}
@media screen and (max-width: 425px) {
  table.resall th,
  table.resall td {
    font-size: 12px;
  }

  table.resall td.teki {
    font-size: 16px;
  }

  table.resall td.teki span {
    font-size: 12px;
  }
}

.mailform2 {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 40px auto;
  padding: 20px 10px;
}

.insize2 {
  width: 100%;
  border: 1px solid #f00;
  font-size: 18px;
  padding: 5px 10px;
}

.law {
  margin-top: 50px;
}

.law p {
  font-size: 15px;
  line-height: 1.6;
}

.law table {
  width: 100%;
  max-width: 650px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-spacing: 0;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 425px) {
  .law .company td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }

  .law .company {
    border-bottom: 1px solid #999;
  }
}

.law td {
  border: 1px solid #999;
  padding: 12px 15px;
  line-height: 1.6;
}

.law td.t1 {
  background-color: #c8ff96;
  line-height: 1.6;
}

@media screen and (max-width: 425px) {
  img.intxt {
    width: 28%;
    margin-top: -12px;
  }
}

.abeumavoice {
  margin: 50px auto;
  background: #ffe5e5;
  border: 1px solid #000;
}

.voice {
  margin: 0 auto;
  background: url("https://www.tatsuming.com/images/v2.gif");
  background-repeat: repeat-y;
  text-align: left;
  padding: 5px 0;
}

.voice p {
  margin-left: 100px;
}

.abeuma {
  border: 3px double #000;
  margin: 50px auto;
  background: #effff7;
}

.race {
  background: #6c6;
  border-bottom: 1px double #000;
}

.a-horce {
  font-size: 20px;
  line-height: 40px;
  background: url("https://www.tatsuming.com/images/iback.gif") repeat;
}

.abeuma2 {
  border: 3px double #000;
  margin: 20px auto;
  background: url("https://www.tatsuming.com/images/iback.gif") repeat;
  font-size: 21px;
}

.race2 {
  background: #6c6;
  border-bottom: 1px double #000;
}

.a-tit2 {
  font-size: 19px;
}

.a-horce2 {
  font-size: 17px;
  line-height: 30px;
  background: url("https://www.tatsuming.com/images/iback.gif") repeat;
}

.yelbox {
  background: #fff000;
}

p.jump a {
  height: 119px;
  margin: 50px auto;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 60px;
  display: block;
  background: url("https://www.tatsuming.com/images/bt2.png") center top
    no-repeat;
}

.jump a:hover {
  border: 0;
  cursor: pointer;
  margin: 50px auto;
  background: #f00;
  color: #fff;
  display: block;
  background: url("https://www.tatsuming.com/images/bt2.png") center bottom
    no-repeat;
}

div.error-msg {
  padding: 0;
  margin: 0 auto;
  font-weight: 900;
  color: #f00;
  text-align: center;
  font-size: 2.5rem;
}

/*accordion_css*/

dl.accordion dt {
  background: #8a8a8a;
  cursor: pointer;
  border-bottom: 3.5px solid #5d5d5d;
  font-size: 35px;
  text-align: center;
  display: block;
  padding: 20px 0px;
  color: #fff;
  position: relative;
  margin: 1rem 0 5rem 0;
  line-height: 1.2;
}

dl.accordion dt::before {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top-color: #f9ff00;
  top: 50%;
  right: 30px;
  margin-top: -12.5px;
}

dl.accordion dt.open::before {
  margin-top: -37.5px;
  border-top-color: transparent;
  border-bottom-color: #f9ff00;
}

.accordion dd {
  display: none;
  text-align: center;
  margin: 1rem auto;
}

dd img {
  box-sizing: border-box;
  text-align: center;
  margin: 1rem auto;
  width: 90%;
}

ul.acrd {
  list-style: none;
  padding-left: 0;
}
/*accordion_css*/

.pcn {
  display: none;
}
.spn {
  display: block;
}
.spn2 {
  display: table-cell;
}

/*************************************************************
**************************************************************
///////////////////////レスポンシブ////////////////////////////
--------------------------------------------------------------
/*************************************************************/

@media screen and (max-width: 800px) {
  .pcn {
    display: block;
  }
  .spn {
    display: none;
  }
  .spn2 {
    display: none;
  }

  body {
    font-size: 1.6rem;
  }

  /**container**/

  /**BASE**/
  main {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
  }

  section {
    max-width: 96%;
    margin: 0 auto;
    background: none;
    box-shadow: 0 10px 10px #770000;
    background: #fff;
    border-radius: 10px;
  }

  .main-text {
    max-width: 95%;
    text-align: left;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 2rem;
    font-feature-settings: "palt";
  }

  p {
    padding-bottom: 6rem;
  }

  /**container**/

  /**subhead**/
  .subhead {
    background-image: url(../images/bg-sub.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    padding: 0.5rem 0;
    margin: 0 auto;
  }

  .subhead img {
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
    padding: 1rem 0;
  }

  /**header**/

  header {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 1rem auto;
    padding: 0;
    position: relative;
    z-index: 999;
  }

  .head_video video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: hard-light;
    background: #800000;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }

  .header {
    max-width: 920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .header img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  /**main**/
  .under1 {
    border-bottom: solid 4px #000;
    padding-bottom: 0px;
  }

  .under2 {
    border-bottom: solid 4px red;
    padding-bottom: 0px;
  }

  .under3 {
    border-bottom: dotted 1px #000;
    padding-bottom: 0px;
  }

  .bg_y {
    background-color: yellow;
    color: #f12400;
    font-weight: bold;
    padding: 0;
  }

  .bg_ye {
    background: #fff000;
    display: inline;
    padding: 0 1.5rem;
  }

  .bg_r {
    background: #e40000;
    display: inline-block;
    color: #fff;
    padding: 0 0.5rem;
    display: inline-block;
  }

  .bg_r_rd {
    background-color: #e40000;
    color: #fff;
    font-weight: bold;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    display: block;
    border-radius: 5px;
    font-size: 2.2rem;
    border: 1px solid #e40000;
  }

  .bg_r_rd-in {
    background: #e40000;
    border-radius: 5px;
    padding: 0 1.5rem;
    margin-bottom: 0.8rem;
  }

  .bg_r_rd i.material-icons {
    vertical-align: middle;
    font-size: 3.5rem;
  }

  .bg_b_rd {
    background-color: #000080;
    color: #fff;
    font-weight: bold;
    padding: 0;
    display: block;
    border-radius: 10px;
    font-size: 2.2rem;
  }

  .bg_b_rd i.material-icons {
    vertical-align: middle;
    font-size: 3.5rem;
  }

  .bg_g_rd {
    background-color: #21aa33;
    color: #fff;
    font-weight: bold;
    padding: 0;
    display: block;
    border-radius: 10px;
    font-size: 2.2rem;
  }

  .bg_b_rd i.material-icons {
    vertical-align: middle;
    font-size: 3.5rem;
  }

  /**main**/

  #error {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    color: #ff0000;
  }

  .r-label {
    background-color: #ff3c3c;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 10px;
    padding: 0rem 0.5rem;
    border-radius: 4px;
  }

  input.size {
    height: 50px;
    width: 100%;
    display: inline-block;
    margin: 0rem auto;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    border: 2px solid #ad0000;
    box-sizing: border-box;
  }

  table td.item_left {
    padding: 0px 20px 20px 10px;
    background: #ad0000;
    font-weight: bold;
    width: 20%;
    border-bottom: 1px solid #fff;
    border-collapse: collapse;
    border-spacing: none;
    text-align: right;
    color: #fff;
  }

  table td.item_right {
    padding: 1rem 0rem 0rem 0rem;
    margin: 0.5rem 1rem 0rem 5rem;
    color: #ad0000;
    background: none;
    font-weight: bold;
    width: 100%;
    border-collapse: collapse;
    border-spacing: none;
    font-size: 1.4rem;
  }

  table.form {
    width: 100%;
    font-size: 1.6rem;
  }
  table.form tr {
    width: 100%;
  }
  table.form td {
  }

  .f_ch {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 0rem;
  }

  input[type="radio"] {
    display: none;
  }
  input[type="radio"] + label {
    color: #fff;
    background: #a4a4a4;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem 1rem 2.5rem;
    cursor: pointer;
    margin-right: 4rem;
    transition: 0.1s;
    border-radius: 4px;
    width: 80%;
    display: inline-block;
    margin: 2px 0;
    box-sizing: border-box;
    line-height: 1.8;
  }

  input[type="radio"]:hover + label {
    box-shadow: 0 0 15px #0065cf;
    transition: 0.1s;
  }

  input[type="radio"]:checked + label {
    color: #fff;
    background: #0065cf;
    font-size: 1.8rem;
    font-weight: 900;
    transition: 0.1s;
  }

  .f_ch label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
  }
  .f_ch .rdi {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
  }
  .f_ch .rdi:before {
    position: absolute;
    z-index: 1;
    top: -0.7rem;
    left: -1rem;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    transition: 0.1s;
    transform: scale(0, 0);
    border: 6px solid #e00000;
    background: #e00000;
    border-radius: 100%;
  }
  .f_ch .rdi:checked:before {
    transform: scale(1, 1);
  }

  .f_ch .rdi:after {
    position: absolute;
    top: -1.2rem;
    left: -1.5rem;
    width: 3rem;
    height: 3rem;
    content: "";
    cursor: pointer;
    border: 2px solid #000;
    background: #ffffff;
    border-radius: 100%;
  }

  button.smit {
    background: url(../images/btn_icon1.png) no-repeat;
    background-position: 25px 44px;
    background-color: #da0000;
    margin: 0px auto 0px auto;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 9px 0px #db0000;
    -o-box-shadow: 0px 9px 0px #db0000;
    -webkit-box-shadow: 0px 9px 0px #db0000;
    -moz-box-shadow: 0px 9px 0px #db0000;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.3rem;
    font-weight: bold;
  }

  button.smit:hover {
    margin: 6px auto -6px auto;
    box-shadow: 0px 3px 0px #db0000;
    -o-box-shadow: 0px 3px 0px #db0000;
    -webkit-box-shadow: 0px 3px 0px #db0000;
    -moz-box-shadow: 0px 3px 0px #db0000;
  }

  .button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s;
  }

  .button:hover {
    opacity:;
    transition: 0.3s;
    transform: scale(1.2, 1.2);
  }

  .btn_ani {
    animation: big 1s forwards;
  }

  /*form end*/

  /*--footer--*/
  #footer {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0 0;
    margin: 0rem auto;
    background-color: #212121;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #footer_in {
    text-align: center;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #footer a {
    color: #fff;
  }
  #footer a:hover {
    color: #cdcdcd;
  }
  #footer li {
    margin: 0;
    list-style: none;
    display: inline;
    margin: 0 0.5rem;
  }
  /*--footer--*/

  /*youkou*/
  table.youkou {
    width: 100%;
    font-size: 1.6rem;
  }

  table.youkou tr {
    width: 100%;
  }
  table.youkou td.item_left {
    padding: 10px 10px 50px 10px;
    background: #ee0000;
    font-weight: bold;
    width: 20%;
    border-collapse: collapse;
    border-spacing: none;
    text-align: right;
    color: #fff;
  }

  table.youkou td.item_right {
    padding: 10px 10px 10px 10px;
    margin: 0.5rem 1rem 0.5rem 5rem;
    background: #fff2c6;
    color: #000;
    font-weight: bold;
    width: 80%;
    border-collapse: collapse;
    border-spacing: none;
    font-size: 1.8rem;
  }

  table.youkou td.toku1 {
    color: #000;
    background: rgb(242, 255, 0);
    background: linear-gradient(
      135deg,
      rgba(242, 255, 0, 1) 17%,
      rgba(255, 196, 72, 1) 55%,
      rgba(242, 255, 0, 1) 85%
    );
  }

  table.youkou td.toku2 {
    color: #000;
    border: 2px solid rgb(242, 255, 0);
    background: linear-gradient(
      135deg,
      rgba(252, 255, 201, 1) 17%,
      rgba(255, 255, 255, 1) 55%,
      rgba(252, 255, 201, 1) 85%
    );
  }

  /*youkou end*/

  /*リニュ追加ここまで*/
  /*リニュ追加ここまで*/
  /*リニュ追加ここまで*/
  /*リニュ追加ここまで*/
  /*リニュ追加ここまで*/
  /*リニュ追加ここまで*/

  .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  header h1 {
    color: #000;
    font-size: 11px;
  }

  header nav {
    max-width: 900px;
    margin: 0 auto;
  }

  header ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  header li {
    line-height: 1.2;
    font-size: 11px;
  }

  li {
    list-style: none;
  }

  header li form div {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  header #login {
    display: none;
  }
  header li form div input {
    background: #ffffff;
    padding: 5px;
    width: 130px;
  }

  header li form div p:not(:last-child) {
    margin-right: 10px;
  }

  header #login {
    display: none;
  }

  header .right {
    margin-top: 7px;
  }

  .right {
    text-align: right;
  }

  .on_sp,
  .on_pad,
  .on_sp_sml {
    display: none;
  }

  header label[for="login"]:hover {
    opacity: 0.6;
  }

  header label[for="login"] {
    background: #db0404; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #db0404 0%,
      #ea0404 48%,
      #db0300 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0404', endColorstr='#db0300',GradientType=0 ); /* IE6-9 */
    padding: 15px 18px;
    border-radius: 3px;
    border: 1px solid #cd0a0b;
    cursor: pointer;
  }

  label {
    font-weight: bold;
  }

  @media screen and (max-width: 980px) {
    .sp_pad,
    .kv > div {
      width: 100%;
      padding: 0 10px;
    }
  }

  @media screen and (max-width: 768px) {
    .spn {
      display: none;
    }

    label {
      color: #000000;
    }

    header {
      position: relative;
    }

    header h1 {
      font-size: 10px;
    }

    nav {
      padding: 0 10px;
    }

    nav li:first-child img {
      max-width: 140px;
    }

    nav .menu_bars {
      display: inline-block;
      padding: 7.5px 12.5px;
      border-radius: 3px;
      background: #db0404; /* Old browsers */
      background: -moz-linear-gradient(
        top,
        #db0404 0%,
        #ea0404 48%,
        #db0300 100%
      ); /* FF3.6-15 */
      background: -webkit-linear-gradient(
        top,
        #db0404 0%,
        #ea0404 48%,
        #db0300 100%
      ); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(
        to bottom,
        #db0404 0%,
        #ea0404 48%,
        #db0300 100%
      ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0404', endColorstr='#db0300',GradientType=0 ); /* IE6-9 */
      font-size: 14px;
      color: #ffffff;
      font-weight: bold;
    }

    nav form {
      position: absolute;
      z-index: 999;
      width: 100%;
      top: calc(100% + 1px);
      left: 0;
      background: #ffffc2;
      border-bottom: 1px solid #ffd755;
      padding: 20px 10px 30px;
    }

    nav form div.flex {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
    }
    /*header label[for='login']{
		display: inline-block;
		margin-top: 32.5px;
		padding: 10px 75px;
		font-size: 20px;
		font-weight: 600;
	}*/
    header li form div p:not(:last-child) {
      margin: 0;
      margin-bottom: 10px;
    }
    header li form div p:last-child {
      text-align: center;
    }
    header li form div input {
      display: block;
    }
    header .right {
      text-align: center;
    }
    .on_pad {
      display: block;
    }
    .off_pad {
      display: none;
    }
  }

  @media screen and (max-width: 425px) {
    label {
      color: #000;
    }

    nav form div.flex {
    }

    header label[for="login"] {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 75px;
      font-size: 20px;
      font-weight: bold;
    }

    .on_sp {
      display: block;
    }

    .off_sp {
      display: none;
    }
  }

  ol,
  ul {
    list-style: none;
  }

  input {
    vertical-align: middle;
    outline: none;
  }

  html {
    background: #ffffc2;
    vertical-align: middle;
    text-align: center;
    font-size: 100%;
  }

  #header1 {
    background: #fbd43b;
    background: -moz-linear-gradient(
      top,
      rgba(251, 212, 59, 1) 65%,
      rgba(255, 255, 193, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(251, 212, 59, 1) 65%,
      rgba(255, 255, 193, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(251, 212, 59, 1) 65%,
      rgba(255, 255, 193, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe85d', endColorstr='#ffffc1', GradientType=0);
    margin-bottom: 70px;
    padding: 0 10px;
    /*
	background: url("images/header_bg_1_1.jpg") top center no-repeat;
	*/
  }

  .kv-box {
    text-align: left;
    width: 100%;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    background: url("../images/kv-img.png") no-repeat right 60px;
  }

  .kv-box > div {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
  }

  .kv-box > div:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 35px;
    height: 100%;
    background: url("./images/kv-arw.png") no-repeat left top;
  }

  .kv-box .kv-ttl {
    margin-bottom: 20px;
  }

  .kv-box > div .kv-pat {
    display: inline-block;
    margin-top: 15px;
  }

  @media screen and (max-width: 970px) {
    .kv-box {
      background: 0;
      text-align: center;
    }

    .kv-box .kv-ttl {
      margin-bottom: -40px;
    }

    .kv-box > div:after {
      content: "";
      position: absolute;
      left: 0;
      top: auto;
      bottom: 100%;
      width: 95%;
      height: 26px;
      background: url("./images/kv-arw-sp.png") no-repeat right bottom;
      background-size: contain;
    }
  }

  @media screen and (max-width: 768px) {
    #header1 {
      margin-bottom: 40px;
    }

    .kv-box .kv-ttl {
      margin-bottom: -7%;
    }

    .kv-box > div {
      padding: 10px 15px;
      width: 100%;
    }
    .kv-box > div img {
      width: 100%;
    }

    .kv-input input {
      padding: 15px 10px;
      font-size: 16px;
    }
  }

  iframe.count1 {
    height: 35px;
    margin-top: 20px;
  }

  iframe.count2 {
    height: 25px;
    margin-top: 20px;
    display: inline;
  }

  iframe.count3 {
    height: 36px;
    display: inline;
  }

  .txt-box {
    padding: 0 36px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
  }

  @media screen and (max-width: 768px) {
    .txt-box {
      padding: 0 20px;
    }
  }

  @media screen and (max-width: 425px) {
    .txt-box {
      padding: 0 10px;
      font-size: 16px;
    }
  }

  table.resall {
    margin: 10px auto;
    font-size: 16px;
    border-collapse: collapse;
    width: 95%;
    max-width: 715px;
    overflow-x: auto;
  }

  table.resall th {
    padding: 13px 8px 10px 8px;
    border: 1px solid #000;
    text-align: center;
    line-height: 1;
    background: #f5f5f5;
    color: #000;
  }

  table.resall th.top {
    padding: 13px 8px 10px 8px;
    border: 1px solid #000;
    text-align: center;
    line-height: 1;
    background: #6c6;
    color: #000;
    font-size: 25px;
  }

  table.resall td {
    padding: 13px 8px 10px 8px;
    border: 1px solid #000;
    text-align: left;
    line-height: 1;
    background: #f5f5f5;
    letter-spacing: -0.04em;
  }

  table.resall td.teki {
    color: #f00;
    font-weight: bold;
  }

  table.resall tr td:nth-of-type(4) {
    text-align: right;
  }

  table.resall tr td:nth-of-type(5) {
    text-align: right;
  }

  table.resall tr td:nth-of-type(6) {
    text-align: right;
  }

  table.resall tr td:nth-of-type(7) {
    text-align: right;
    font-weight: bold;
    color: #f00;
    background: #ffe4e1;
  }

  @media screen and (max-width: 768px) {
    table.resall th,
    table.resall td {
      padding: 10px 5px;
      font-size: 14px;
    }

    table.resall tr td:nth-of-type(4) {
      text-align: left;
    }

    table.resall tr td.haito {
      text-align: right;
    }

    table.resall td.teki {
      font-size: 20px;
      text-align: right;
    }

    table.resall td.teki span {
      font-size: 14px;
      color: #000;
    }
  }
  @media screen and (max-width: 425px) {
    table.resall th,
    table.resall td {
      font-size: 12px;
    }

    table.resall td.teki {
      font-size: 16px;
    }

    table.resall td.teki span {
      font-size: 12px;
    }
  }

  .mailform2 {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    margin: 40px auto;
    padding: 20px 10px;
  }

  .insize2 {
    width: 100%;
    border: 1px solid #f00;
    font-size: 18px;
    padding: 5px 10px;
  }

  .law {
    margin-top: 50px;
  }

  .law p {
    font-size: 15px;
    line-height: 1.6;
  }

  .law table {
    width: 100%;
    max-width: 650px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.6;
    border-spacing: 0;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
  }

  @media screen and (max-width: 425px) {
    .law .company td {
      display: block;
      width: 100%;
      border-bottom: 0;
    }

    .law .company {
      border-bottom: 1px solid #999;
    }
  }

  .law td {
    border: 1px solid #999;
    padding: 12px 15px;
    line-height: 1.6;
  }

  .law td.t1 {
    background-color: #c8ff96;
    line-height: 1.6;
  }

  @media screen and (max-width: 425px) {
    img.intxt {
      width: 28%;
      margin-top: -12px;
    }
  }

  .abeumavoice {
    margin: 50px auto;
    background: #ffe5e5;
    border: 1px solid #000;
  }

  .voice {
    margin: 0 auto;
    background: url("https://www.tatsuming.com/images/v2.gif");
    background-repeat: repeat-y;
    text-align: left;
    padding: 5px 0;
  }

  .voice p {
    margin-left: 100px;
  }

  .abeuma {
    border: 3px double #000;
    margin: 50px auto;
    background: #effff7;
  }

  .race {
    background: #6c6;
    border-bottom: 1px double #000;
  }

  .a-horce {
    font-size: 20px;
    line-height: 40px;
    background: url("https://www.tatsuming.com/images/iback.gif") repeat;
  }

  .abeuma2 {
    border: 3px double #000;
    margin: 20px auto;
    background: url("https://www.tatsuming.com/images/iback.gif") repeat;
    font-size: 21px;
  }

  .race2 {
    background: #6c6;
    border-bottom: 1px double #000;
  }

  .a-tit2 {
    font-size: 19px;
  }

  .a-horce2 {
    font-size: 17px;
    line-height: 30px;
    background: url("https://www.tatsuming.com/images/iback.gif") repeat;
  }

  .yelbox {
    background: #fff000;
  }

  p.jump a {
    height: 119px;
    margin: 50px auto;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 60px;
    display: block;
    background: url("https://www.tatsuming.com/images/bt2.png") center top
      no-repeat;
  }

  .jump a:hover {
    border: 0;
    cursor: pointer;
    margin: 50px auto;
    background: #f00;
    color: #fff;
    display: block;
    background: url("https://www.tatsuming.com/images/bt2.png") center bottom
      no-repeat;
  }

  div.error-msg {
    padding: 0;
    margin: 0 auto;
    font-weight: 900;
    color: #f00;
    text-align: center;
    font-size: 2.5rem;
  }

  dl.accordion dt {
    background: #8a8a8a;
    cursor: pointer;
    border-bottom: 3.5px solid #5d5d5d;
    font-size: 35px;
    text-align: center;
    display: block;
    padding: 20px 10px;
    color: #fff;
    position: relative;
    margin-top: 100px;
    line-height: 1.2;
  }

  dl.accordion dt::before {
    content: "";
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #f9ff00;
    top: 50%;
    right: 30px;
    margin-top: -12.5px;
  }

  dl.accordion dt.open::before {
    margin-top: -37.5px;
    border-top-color: transparent;
    border-bottom-color: #f9ff00;
  }

  @media screen and (max-width: 768px) {
    dl.accordion dt {
      font-size: 22px;
      font-weight: 600;
      margin-top: 80px;
    }

    dl.accordion dt::before {
      border-width: 20px;
      right: 10px;
    }
  }

  @media screen and (max-width: 425px) {
    dl.accordion dt {
      font-size: 20px;
      font-weight: 600;
      margin-top: 50px;
      line-height: 1.2;
    }
  }

  .accordion dd {
    display: none;
    overflow-x: auto;
  }

  ul.acrd {
    list-style: none;
    padding-left: 0;
  }
}

/* Login Button - Big Orange/Red */
.btn-login {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  display: block;
}

.btn-login img {
  display: block;
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

/* 外側のネオン光 */
.btn-login::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  text-shadow:
    0 0 10px rgba(255, 87, 87, 0.6),
    0 0 20px rgba(255, 87, 87, 0.5),
    0 0 35px rgba(255, 87, 87, 0.4);
}

.btn-login:hover img {
  filter: brightness(1.15) saturate(1.3)
    drop-shadow(0 0 6px rgba(255, 87, 87, 0.6));
  transform: translateY(-1px);
}

.btn-login:hover::after {
  opacity: 1;
}

/*横並び*/
.row {
  display: flex;
  align-items: baseline;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .row {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.row img {
  height: 300px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .row img {
    height: 150px;
    width: auto;
  }
}
