@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
body:has(#recommended_trigger:checked), body:has(#search_trigger:checked) {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  body {
    background: #eee;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 330px) {
  body {
    font-size: 1.3rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out 0s;
}

a:hover {
  opacity: 0.8;
}

.red {
  color: #e71818;
  font-weight: bold;
}

.orange {
  color: #ff9040;
}

.line_orange {
  background: linear-gradient(transparent 65%, #e71818 65%);
  color: #fff;
  -webkit-text-stroke: #e71818 2px;
  paint-order: stroke fill;
  display: inline-block;
  padding: 0 0.25em;
}

.suptext {
  color: #646464;
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: top;
}

.small {
  color: #646464;
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
  margin: 0 0.6em 1.4em;
}

@media screen and (min-width: 750px) {
  .small {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 750px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_none {
    display: none;
  }
}
.btn a {
  position: relative;
  overflow: hidden;
  display: block;
  background: #e71818;
  background: linear-gradient(180deg, #e71818 0%, rgb(210 49 20) 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 6px 0 rgb(131, 49, 35);
}

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #fff;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
}

.btn.arrow a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  top: 48%;
  right: 8%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
header {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
}

header .top_pr {
  display: inline-block;
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  font-size: 0.9em;
  padding: 0 0.2em 0.1em;
  border-radius: 4px;
  right: 10px;
  bottom: 5px;
}

header .calendar {
  position: absolute;
  background: url(https://ranking-introduction.com/fxlp/img/fv_images.png) 0/contain no-repeat;
  color: #6e351a;
  font-size: clamp(0.8rem, 2.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  top: 7%;
  left: 2.6%;
  transform: rotate(-10deg);
}

header .calendar span {
  font-size: 0.7em;
}

section {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

@media screen and (min-width: 750px) {
  section {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 749px) {
  section {
    box-sizing: border-box;
    padding-inline: 3%;
  }
}
section h1 {
  background: rgb(46 130 20);
  background: linear-gradient(180deg, rgb(46 130 20) 0%, rgb(80 120 20) 100%);
  background-size: auto auto;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  margin: 0.6em auto;
  padding: 0.4em 0 0.5em;
  border-radius: 1em 1em 0 0;
  box-shadow: 2px 4px 6px #999;
}

section table {
  box-shadow: 2px 4px 6px #999;
}

table.top_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 1em;
}

table.top_table th {
  position: sticky;
  white-space: nowrap;
  background: rgb(46 130 20);
  color: #fff;
  font-size: 0.8em;
  border-bottom: #bbbbbb solid 1px;
  padding: 0.2em 0.4em 0.4em;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
}

table.top_table th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: #bbbbbb solid 1px;
  border-left: 1px solid rgb(46 130 20);
  top: 0;
  left: -1px;
}

table.top_table td {
  table-layout: fixed;
  min-width: 110px;
  background: #fff;
  font-size: 0.8em;
  font-weight: bold;
  border: #bbbbbb solid 1px;
  padding: 0.4em;
  box-sizing: border-box;
}

table.top_table tr.top td {
  vertical-align: bottom;
}

table.top_table tr.top td .pr_icon {
  background: #ff0000;
  color: #fff;
  margin-bottom: 0.4em;
  padding: 0.2em 0;
}

table.top_table tr.top td .rank_icon {
  width: 28%;
  margin-bottom: 0.4em;
}

table.top_table tr.top td .banner {
  margin-bottom: 0.2em;
}

table.top_table tr.top td a {
  color: rgb(46 130 20);
}

table.top_table td .icon {
  width: 20%;
  margin: 0.2em 0 0.3em;
}

table.top_table td.td_txt {
  text-align: left;
}

table.top_table td .btn a {
  width: 98%;
  font-size: 1.1em;
  border-radius: 10px;
  margin: 0.3em auto 0.6em;
  padding: 0.4em 0;
}

table.top_table tr.top td:nth-child(2) {
  border-top: 2px solid #ff0000;
}

table.top_table tr.top th::after {
  border-top: 2px solid rgb(46 130 20);
  top: -2px;
}

table.top_table td:nth-child(2) {
  background: #f7f4d4;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
}

table.top_table tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #ff0000;
}

table.top_table tr:last-child th::after {
  border-bottom: 2px solid rgb(46 130 20);
}

@media screen and (min-width: 750px) {
  table.top_table th {
    font-size: 0.7em;
  }
  table.top_table td {
    width: 15%;
    min-width: auto;
    font-size: 0.7em;
  }
}
.grad-wrap {
  position: relative;
}

.grad-wrap .grad-trigger {
  display: none;
}

.grad-wrap .grad-label {
  position: absolute;
  background: #fff;
  color: #3d3d3d;
  font-size: 0.8em;
  text-decoration: underline;
  right: 1em;
  bottom: 4px;
  z-index: 1;
}

.grad-wrap .grad-item {
  position: relative;
  overflow: hidden;
  height: 72px;
}

.grad-wrap .grad-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .grad-wrap .grad-item.small {
    width: 98%;
  }
}
.grad-wrap .grad-trigger:checked + .grad-label {
  display: none;
}

.grad-wrap .grad-trigger:checked ~ .grad-item {
  height: auto;
}

.grad-wrap .grad-trigger:checked ~ .grad-item::before {
  display: none;
}

h3.top_title {
  width: 96%;
  font-size: 1.2em;
  color: rgb(46 130 20);
  border-top: double 4px rgb(46 130 20);
  border-bottom: double 4px rgb(46 130 20);
  margin: 0 auto 0.8em;
  padding: 0.2em 0;
}

.box_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  /* background: #ebf0ff; */
  margin-bottom: 0.2em;
  padding: 0.8em 0.4em;
  overflow: auto;
}

@media screen and (min-width: 750px) {
  .box_flex {
    padding: 0.8em 5% 0.8em;
  }
}
.box_flex .box {
  width: 32%;
  min-width: 250px;
  background: #fff;
  border: rgb(46 130 20) 1px solid;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}

.box_flex .box .name {
  background: rgb(46 130 20);
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.1em 0 0.2em;
}

.box_flex .box .icon {
  width: 30%;
  max-width: 50px;
  padding: 0.5em 0 0.6em;
}

.box_flex .box .banner {
  width: auto;
	height:225px;
	border:solid 1px #999;
}

.box_flex .box .txt {
  font-size: 0.8em;
  text-align: left;
  margin: 0.2em 0.4em 0.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box_flex .box .btn a {
  width: 90%;
  font-size: 0.8em;
  margin: 0 auto 1em;
  padding: 0.3em 0;
  border-radius: 8px;
}

h3.point_title {
  position: relative;
  overflow: hidden;
  width: 96%;
  font-size: 1.3em;
  margin: 1.2em auto 0.6em;
  padding: 0.5em 0 0.3em;
  border: 2px solid rgb(46 130 20);
  box-sizing: border-box;
  border-radius: 1em 1em 0 0;
  background: #fff;
}

@media screen and (min-width: 750px) {
  h3.point_title {
    width: 90%;
  }
}
h3.point_title .sub {
  display: inline-block;
  background: rgb(46 130 20);
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 0.1em;
  padding: 0.3em 0.6em 0.4em;
}

h3.point_title::before,
h3.point_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: rgb(46 130 20);
  transform: rotate(45deg);
}

h3.point_title::before {
  left: -15px;
  top: -15px;
}

h3.point_title::after {
  right: -15px;
  bottom: -15px;
}

.accordion {
  width: 96%;
  margin: 0 auto 1em;
}

.accordion .accordion-hidden {
  display: none;
}

.accordion .accordion-open {
  display: block;
  background: rgb(46 130 20);
  cursor: pointer;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0.6em 0 0.7em;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  border-radius: 1em 1em 0 0;
}

.accordion .accordion-open::before,
.accordion .accordion-open::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.accordion .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}

.accordion .accordion-open span {
  position: relative;
  display: block;
  padding-left: 27px;
  line-height: 1;
}

.accordion .accordion-open span::before,
.accordion .accordion-open span::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.accordion .accordion-open span::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  top: 56%;
  left: 6px;
}

.accordion .accordion-open span::after {
  width: 4px;
  height: 4px;
  border-top: 2px solid rgb(46 130 20);
  border-right: 2px solid rgb(46 130 20);
  top: calc(56% - 3px);
  left: 9px;
  transform: rotate(45deg);
}

.accordion .accordion-inner {
  display: flex;
  overflow: hidden;
  height: 0;
  border: rgb(46 130 20) 2px solid;
  border-top: none;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0.6em;
  padding: 0;
  opacity: 0;
  transition: padding 0.5s;
  background: #fff;
}

.accordion .accordion-hidden:checked + .accordion-open::after {
  transform: translateY(-50%) rotate(0);
}

.accordion .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
}

.accordion .accordion-inner .images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  /* background: #ebf0ff; */
  padding: 0.6em;
}

.accordion .accordion-inner .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 100px);
  font-size: 0.9em;
  text-align: left;
  padding: 0.6em;
}

@media screen and (min-width: 750px) {
  .accordion {
    width: 90%;
  }
  .accordion .accordion-open::before,
  .accordion .accordion-open::after {
    right: 2%;
  }
}
.matrix {
  overflow: hidden;
  background-color: #fff;
  background-size: auto auto;
  padding: 1em 0.6em 0;
  box-sizing: border-box;
}

.matrix h3 {
  background: #fff;
  color: rgb(46 130 20);
  font-size: 1.2em;
  border: rgb(46 130 20) 2px solid;
  border-width: 2px 4px 4px 2px;
  margin-bottom: 0.6em;
  padding: 0.2em 0 0.3em;
  box-sizing: border-box;
}

.matrix .matrix_inner {
  position: relative;
  width: 100%;
  background: url(../img/matrix.png) top/100% auto no-repeat;
  text-align: center;
  padding-top: 100%;
}

.matrix .circle {
  position: absolute;
  width: 44%;
  max-width: 225px;
  height: 20%;
  max-height: 125px;
  background: rgba(255, 246, 123, 0.8);
  border-radius: 50%;
  z-index: 1;
  top: 8%;
  left: 59%;
}

@media screen and (min-width: 750px) {
  .matrix h3 {
    width: 90%;
    margin-inline: auto;
  }
  .matrix .matrix_inner {
    width: 80%;
    margin-inline: auto;
    padding-top: 80%;
  }
  .matrix .circle {
    top: 9%;
    height: 14%;
  }
}
.matrix .matrix_inner .box {
  position: absolute;
  width: 30%;
  max-width: 170px;
  background: #fff;
  line-height: 1;
  border-color: #333;
  border-style: solid;
  border-width: 1px 2px 3px 1px;
  box-sizing: border-box;
  z-index: 2;
}

.matrix .matrix_inner .box:nth-child(1) {
  width: 40%;
  border-color: rgb(46 130 20);
  padding: 0.3em 0.2em 0;
  top: 8%;
  left: 61%;
}

.matrix .matrix_inner .box:nth-child(1) span {
  display: inline-block;
  color: rgb(46 130 20);
  font-size: 0.8em;
  font-weight: bold;
}

.matrix .matrix_inner .box:nth-child(2) {
  padding: 0.3em 0.4em;
  top: 11%;
  left: 27%;
}

.matrix .matrix_inner .box:nth-child(2) .pr {
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 0.4em;
}

.matrix .matrix_inner .box:nth-child(3) {
  padding: 0 0.3em;
    top: 26%;
    left: 67%;
    width: 23%;
}

.matrix .matrix_inner .box:nth-child(4) {
  padding: 0.2em 0;
  top: 42%;
  left: 70%;
}

.matrix .matrix_inner .box:nth-child(5) {
  padding: 0 0.4em;
  top: 31%;
  left: 19%;
}

.matrix .matrix_inner .box:nth-child(6) {
  padding: 0.1em 0.3em 0.2em;
  top: 54%;
  left: 51%;
}

.matrix .matrix_inner .box:nth-child(7) {
  padding: 0.3em;
  top: 45%;
  left: 14%;
}

.matrix .matrix_inner .box:nth-child(8) {
  padding: 0.1em 0.3em;
  top: 60%;
  left: 12%;
}

.matrix .matrix_inner .box:nth-child(9) {
  padding: 0.3em 0.4em 0.4em;
  top: 68%;
  left: 58%;
}

.matrix .matrix_inner .box:nth-child(10) {
  top: 78%;
  left: 26%;
  padding: 0.3em 0.4em;
}

.point_type {
  padding: 1em 0;
}

.point_type h2 {
  position: relative;
  font-size: 1.2em;
  border-bottom: 2px solid rgb(46 130 20);
  padding-bottom: 0.3em;
}

.point_type h2 span {
  display: inline-block;
  background-color: rgb(46 130 20);
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  margin-bottom: 0.1em;
  padding: 0.1em 0.6em 0.2em;
  box-sizing: border-box;
}

.type_box {
  /* background: #ebf0ff; */
  padding: 1.2em 0.6em 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.type_box .acd-check {
  display: none;
}

.type_box .acd-label {
  display: block;
  position: relative;
  width: 32%;
  background: #fff;
  color: rgb(46 130 20);
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
  padding: 0.3em 0 0.4em;
  box-sizing: border-box;
  border: 1px solid rgb(46 130 20);
  border-bottom: none !important;
  border-radius: 1em 1em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .type_box .acd-label {
    font-size: 3vw;
  }
}

.type_box .acd-label .orange {
  font-size: 1.1em;
  text-decoration: underline;
}

.type_box .acd-label::before,
.type_box .acd-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.type_box .acd-content {
  height: 0;
  overflow: hidden;
  background: #fff;
  border: rgb(46 130 20) 2px solid;
  margin-bottom: 1em;
  padding: 1.5em 3em;
  box-sizing: border-box;
  opacity: 0;
  transition: padding 0.3s;
  display: none;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .type_box .acd-content {
    padding: 0.5em;
  }
}

.type_box input[name=type_box]:checked + .acd-label {
  background: rgb(46 130 20);
  color: #fff;
}

#type_box1:checked ~ #type_box1_content,
#type_box2:checked ~ #type_box2_content,
#type_box3:checked ~ #type_box3_content {
  height: auto;
  min-height: 40em;
  overflow: auto;
  opacity: 1;
  transition: padding 0.3s;
  border-radius: 0 0 1em 1em;
  display: block;
}

.type_box .acd-content .acd_name {
  font-weight: bold;
  font-size: 1.4em;
  color: #ff0000;
  margin-bottom: 0.4em;
}

.type_box .acd-content .acd_img {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 0.4em;
}

.type_box .acd-content .acd_txt {
  text-align: left;
  margin: 0 0.6em;
  min-height: 6.5em;
}

@media screen and (min-width: 750px) {
  .type_box .acd-content .acd_txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.type_box .acd-content .btn a {
  width: 90%;
  font-size: 1.1em;
  border-radius: 10px;
  margin: 0.8em auto;
  padding: 0.5em 0 0.6em;
}

#recommended_trigger_btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 15vw;
  height: auto;
  z-index: 9999;
  box-shadow: 2px 4px 6px #999;
}

#recommended {
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  max-width: unset;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#recommended:has(input:checked) {
  opacity: 1;
  pointer-events: auto;
}
#recommended .sec__inner {
  width: 90%;
  max-width: 700px;
  margin: auto;
  height: 95vh;
  overflow: auto;
  border: 2px solid #e71818;
  border-radius: 1em;
  background: #fff;
}

.pickup {
  margin: 0 0.6em 0.4em;
  box-sizing: border-box;
  box-shadow: 2px 4px 6px #999;
}

@media screen and (min-width: 750px) {
  .pickup {
    width: 90%;
    margin-inline: auto;
  }
}
.pickup .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.6em 1em;
}

.pickup .title .icon {
  width: 18%;
  max-width: 72px;
  margin-right: 0.6em;
}

.pickup .title .right {
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.pickup .title .right a {
  color: #1379ff;
  font-size: 1.4em;
}

.pickup .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1em 0.8em 0.6em;
}

.pickup .banner {
  width: 50%;
}

.pickup table {
  width: 48%;
  border-collapse: collapse;
  border-spacing: 0;
}

.pickup table th,
.pickup table td {
  font-size: 0.8em;
  padding: 0.4em;
  box-sizing: border-box;
}

.pickup table th {
  background: #e71818;
  color: #fff;
  border-bottom: 1px solid #fff;
}

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

.pickup table tr:first-child th {
  border-top: #e71818 1px solid;
}

.pickup table tr:last-child th {
  border-bottom: #e71818 1px solid;
}

@media screen and (min-width: 750px) {
  .pickup .flex {
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .pickup .banner {
    width: 100%;
  }
  .pickup table {
    width: 38%;
    margin: 1.6em 0 0.6em;
  }
}
.pickup .pickup_list {
  position: relative;
  width: 100%;
  border-top: #acacac 1px solid;
  border-bottom: #acacac 1px solid;
  margin: 1.6em 0 0.6em;
}

@media screen and (min-width: 750px) {
  .pickup .pickup_list {
    width: 58%;
  }
}
.pickup .pickup_list .list_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
}

.pickup .pickup_list .list_title span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 0.9em;
  border: #acacac 1px solid;
  border-radius: 10px;
  margin-top: 0.8em;
  padding: 0 0.6em 0.1em 1.3em;
}

.pickup .pickup_list .list_title span::before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/light.svg) 0/contain no-repeat;
  top: 50%;
  left: 0.4em;
  transform: translateY(-50%);
}

.pickup .pickup_list ul {
  list-style-type: none;
  margin: 1em 0.5em 0.6em;
}

.pickup .pickup_list ul li {
  background: url(../img/check.svg) left center/auto 15px no-repeat;
  font-weight: bold;
  text-align: left;
  padding: 0.2em 0 0.2em 1.6em;
}

.pickup .pick_txt {
  text-align: left;
  border: #acacac 1px solid;
  border-radius: 10px;
  margin: 0.6em 0.8em 0.8em;
  padding: 0.6em;
}

.pickup .campaign {
  position: relative;
  /* background: #f8dede; */
  border-radius: 8px;
  margin: 1.8em 0.8em 1em;
  padding: 2.2em 0.8em 0.8em;
  box-sizing: border-box;
  box-shadow: 2px 4px 6px #999;
}

.pickup .campaign .cp_head {
  position: absolute;
  width: 70%;
  top: -10px;
  background: #e71818;
  -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: auto;
  padding: 0.5em 0;
  left: 0;
  right: 0;
}

.pickup .campaign .cp_head::before,
.pickup .campaign .cp_head::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed #fff;
  left: 0;
}

.pickup .campaign .cp_head::before {
  top: 4px;
}

.pickup .campaign .cp_head::after {
  bottom: 4px;
}

.pickup .campaign .txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4em;
}

.btn .cta_txt {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.btn a {
  width: 94%;
  font-size: 1.3em;
  border-radius: 1em;
  margin: 0 auto 1.6em;
  padding: 0.6em 0;
}

.btn a img {
  width: 70%;
  max-width: 250px;
  margin-bottom: 0.2em;
}

section h2 {
  background: rgb(46 130 20);
  color: #fff;
  font-size: 1.3em;
  margin: 1.2em auto 0.6em;
  padding: 0.6em 0 0.5em;
  box-shadow: 2px 4px 6px #999;
  border-radius: 1em 1em 0 0;
}

.ranking h2 .bg_w {
  display: inline-block;
  background: #fff;
  color: rgb(46 130 20);
  font-size: 0.9em;
  border-radius: 10px;
  margin-bottom: 0.2em;
  padding: 0.1em 0.6em 0.2em;
}

.rank_box {
  width: 100%;
  overflow: hidden;
  border: rgb(46 130 20) 1px solid;
  border-radius: 1em;
  margin: 0 auto 1.4em;
  padding: 0 0 1.5em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 4px 6px #999;
}
.rank_box .box_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: rgb(46 130 20) 1px solid;
  padding: 0 0.4em 0.4em;
  margin: 0.4em 0.6em;
  box-shadow: 0 4px 4px #999;
}
.rank_box .box_head .icon {
  width: 30px;
  margin-right: 0.6em;
}
.rank_box .box_head .name {
  color: rgb(46 130 20);
  font-size: 1.4em;
  font-weight: bold;
}
.rank_box .box_head .title {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.rank_box .rank_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5em;
  margin: 1.5em 0;
}
.rank_box .rank_flex > * {
  width: calc((100% - 2.5em) / 2);
}
.rank_box .rank_flex .banner {
  aspect-ratio: 300/280;
  box-shadow: 2px 4px 6px #999;
  overflow: hidden;
  position: relative;
}
.rank_box .rank_flex .banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .rank_box .rank_flex {
    width: auto;
    padding: 0 1em;
    margin: 1em 0;
  }
  .rank_box .rank_flex > * {
    width: 48%;
  }
}
.rank_box .box_foot .btn_box a {
  width: calc(100% - 4em);
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0.4em 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 0.5em 2em 2em 0.5em;
  box-shadow: 2px 4px 6px #999;
  background: linear-gradient(45deg, #ff1900, #ff5132, #ff705b, #ff9b8d);
  background-size: 400% 400%;
  animation: gradationAnime 3s ease infinite;
}
.rank_box .box_foot .btn_box a img {
  width: auto;
  height: 1.5lh;
}
@media screen and (max-width: 750px) {
  .rank_box .box_foot .btn_box a {
    width: calc(100% - 2em);
  }
}

@keyframes gradationAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.rank_box table {
  width: 48%;
  border-collapse: collapse;
  border-spacing: 0;
}

.rank_box table th,
.rank_box table td {
  font-size: 0.8em;
  border: 1px #666666 solid;
  padding: 0.4em;
}

.rank_box table th {
  background: rgb(46 130 20);
  color: #fff;
  border-bottom: 1px #fff solid;
}

.rank_box table td {
  font-weight: bold;
  white-space: nowrap;
}

.rank_box table tr:last-child th {
  border-bottom: #666 1px solid;
}

.rank_box .small {
  width: 96%;
  margin: 0.2em auto 0;
}

@media screen and (min-width: 750px) {
  .rank_box .small {
    width: 90%;
  }
}
.rank_box table.spread {
  width: 96%;
  margin: auto;
}

.rank_box table.spread th {
  border-right: #fff 1px solid;
  border-bottom: #666 solid 1px;
}

.rank_box table.spread th.table_title {
  background: rgb(46 130 20);
  border-bottom: #fff 1px solid;
}

.rank_box table.spread th:last-child {
  border-right: #666 1px solid;
}

.rank_box table.spread img {
  width: 56%;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 750px) {
  .rank_box table.spread {
    width: 90%;
  }
  .rank_box table.spread th .pc_table {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rank_box table.spread th .pc_table .images {
    width: 30%;
    margin-right: 0.6em;
  }
  .rank_box table.spread th .pc_table .images img {
    width: 100%;
  }
}
.rank_box .rank_point {
  text-align: left;
  margin: 1em 0.7em;
}

@media screen and (min-width: 750px) {
  .rank_box .rank_point {
    width: 90%;
    margin-inline: auto;
  }
}
.rank_box .rank_point .rank_point_title {
  display: inline-block;
  background: rgb(46 130 20);
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em 0.1em;
  border-radius: 10px 10px 0 0;
}

.rank_box .rank_point .inner {
  border: rgb(46 130 20) 2px solid;
  padding: 0.6em 0.6em 0;
  border-radius: 0 1em 1em 1em;
  box-shadow: 2px 4px 6px #999;
}

.rank_box .rank_point .inner p {
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 1em;
}

.rank_box .rank_point .inner .list_title {
  position: relative;
  color: rgb(46 130 20);
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 1.4em;
}

.rank_box .rank_point .inner .list_title::before {
  content: "◆";
  position: absolute;
  left: 0;
}

.rank_box .cta_box {
  /* background: #ebf0ff; */
  padding: 1em 0.4em 1px;
}

.rank_box .cta_box .btn a {
  margin-bottom: 1.2em;
}

@media screen and (min-width: 750px) {
  .rank_box .cta_box .btn a {
    width: 90%;
  }
}
h3.step {
  font-size: 1.3em;
  border-bottom: rgb(46 130 20) 2px solid;
  margin: 1.2em 0 0.6em;
  padding-bottom: 0.3em;
}

@media screen and (min-width: 750px) {
  h3.step {
    width: 90%;
    margin-inline: auto;
  }
}
h3.step span {
  display: inline-block;
  background: rgb(46 130 20);
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.1em;
  padding: 0.1em 0.6em 0.2em;
  border-radius: 10px;
}

.tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
  /* background: #ebf0ff; */
  margin-bottom: 1em;
  padding-top: 1em;
}

@media screen and (min-width: 750px) {
  .tab-wrap {
    width: 90%;
    margin-inline: auto;
  }
}
.tab-wrap .tab-switch {
  display: none;
}

.tab-wrap .tab-label {
  position: relative;
  cursor: pointer;
  order: -1;
  width: 28%;
  background: #fff;
  color: rgb(46 130 20);
  font-weight: bold;
  text-align: center;
  border: rgb(46 130 20) 1px solid;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
  padding: 0 0.6em 0.1em;
  box-sizing: border-box;
}

.tab-wrap .tab-content {
  width: 100%;
  height: 0;
  background: rgb(46 130 20);
  padding: 0 0.6em;
  opacity: 0;
  border-radius: 1em;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
}

.tab-wrap .tab-switch:checked + .tab-label {
  background: rgb(46 130 20);
  color: #fff;
}

.tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  order: 1;
  height: auto;
  opacity: 1;
  transform: translateX(0);
}

.tab-wrap .tab-switch:checked ~ .tab-content {
  transform: translateX(100%);
}

.tab-content .point_box {
  border: rgb(46 130 20) solid 2px;
  margin-top: 0.8em;
}
.tab-content .point_box p {
  color: #fff;
}

.tab-content .point_box .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  color: rgb(46 130 20);
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
  padding: 0.4em 0.6em 0.6em;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.5em;
}

.tab-content .point_box .title span {
  display: inline-block;
  background: #fff;
  color: rgb(46 130 20);
  font-size: 0.8em;
  border-radius: 10px;
  margin-right: 0.5em;
  padding: 0.3em 0.8em;
}

.tab-content .point_box .inner {
  margin: 1em 0 0.8em;
}

.tab-content .point_box .inner p {
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (min-width: 750px) {
  .tab-content .point_box .inner {
    display: flex;
  }
  .tab-content .point_box .inner .images {
    width: 50%;
    margin: 0 0.6em 0 0;
  }
  .tab-content .point_box .inner div {
    width: 50%;
  }
  .tab-content .point_box .inner p:last-child {
    margin-bottom: 0;
  }
}
.documen_title {
  position: relative;
  background: #e71818;
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  margin: 0 0.6em 1.7em;
  padding: 0.3em 0.8em 0.4em;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .documen_title {
    width: 90%;
    margin-inline: auto;
  }
}
.documen_title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #e71818 transparent transparent transparent;
  left: 50px;
  bottom: -21px;
}

.document_tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.6em 1em;
}

.document_tab input {
  display: none;
}

.document_tab .item {
  display: block;
  width: 33.3333333333%;
  background: #e0ffe0;
  text-align: center;
  font-weight: bold;
  padding: 0.4em 0;
  box-sizing: border-box;
}

.document_tab .item:first-of-type {
  background: #ffe7e7;
}

.document_tab .item:last-of-type {
  background: #fff4e4;
}

.document_tab .tab_content {
  display: none;
  width: 100%;
  background: #e0ffe0;
  color: #09c203;
  font-weight: bold;
  padding: 0.6em 0;
}

.document_tab .tab_content:first-of-type {
  background: #ffe7e7;
  color: #ff0b0b;
}

.document_tab .tab_content:last-of-type {
  background: #fff4e4;
  color: #ff7300;
}

.document_tab .tab_content .images {
  width: 90%;
  margin: 0.6em auto 0.2em;
}

.document_tab #patternA:checked ~ #patternA_con,
.document_tab #patternB:checked ~ #patternB_con,
.document_tab #patternC:checked ~ #patternC_con {
  display: block;
}

@media screen and (min-width: 750px) {
  .document_tab {
    width: 90%;
    margin-inline: auto;
  }
  .document_tab .item {
    background: #09c203;
    color: #fff;
  }
  .document_tab .item:first-of-type {
    background: #ff0b0b;
  }
  .document_tab .item:last-of-type {
    background: #ff7300;
  }
  .document_tab .tab_content {
    display: block;
    width: 33.3333333333%;
    font-size: 0.9em;
  }
  .document_tab .tab_content p {
    margin: 0;
  }
  .document_tab .tab_content img {
    width: 76%;
  }
}
h2.table_title .sub {
  position: relative;
  display: inline-block;
  width: 80%;
  background: rgb(46 130 20);
  padding: 0 0.8em;
  z-index: 1;
}

h2.table_title .sub span {
  background: rgb(46 130 20);
  padding: 0 0.5em;
}

h2.table_title .sub span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
  z-index: -1;
}

table.table_contents {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 750px) {
  table.table_contents {
    margin: 0 auto 0.4em;
  }
}
table.table_contents th,
table.table_contents td {
  white-space: nowrap;
  font-size: 0.8em;
  border: 1px #666666 solid;
  padding: 0.5em 0.6em 0.4em;
}

table.table_contents th {
  background: rgba(0, 222, 242, 0.09);
  color: #333;
}

table.table_contents td {
  min-height: 78px;
  background: #fff;
  font-weight: bold;
}

table.table_contents td .logo {
  border: #d3d3d3 1px solid;
  margin-bottom: 0.2em;
  box-sizing: border-box;
}

table.table_contents td .icon {
  width: 25px;
  margin-bottom: 0.4em;
}

table.table_contents td .btn a {
  width: 100%;
  font-size: 1.2em;
  border-radius: 10px;
  margin: auto;
  padding: 0.4em 1.4em;
  box-sizing: border-box;
}

table.table_contents tr:nth-child(2) {
  border-top: #ff0000 2px solid;
  border-bottom: #ff0000 2px solid;
}

table.table_contents tr:nth-child(2) td:first-child {
  padding: 0;
  text-align: left;
}

table.table_contents tr:nth-child(2) td .txt_box {
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0.7em;
  padding: 0 0.6em 0.2em;
  text-align: left;
  width: 56%;
}

table.table_contents tr:nth-child(2) td .txt_box .table_icon {
  width: 20%;
  margin-right: 0.4em;
  vertical-align: unset;
}

table.table_contents tr:nth-child(2) td p {
  text-align: center;
  margin: 0 0.4em 0.6em;
}

.rank_box .last_point {
  width: 96%;
  text-align: left;
  border: #b6b6b6 1px solid;
  margin: 1em auto;
  padding: 0.5em;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .rank_box .last_point {
    width: 90%;
  }
}
#search_container {
  position: fixed;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  max-width: 450px;
  padding: 0;
  border-radius: 2em 0 0 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  translate: 100% 0;
  transition: all 0.2s;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 4px 6px #999;
}
#search_container:has(input#search_trigger:checked) {
  translate: 0 0;
}
#search_container .sec__inner {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  box-shadow: 2px 4px 6px #999;
  position: relative;
  max-height: 95vh;
  overflow: auto;
}

#search_trigger_btn {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  cursor: pointer;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e71818;
  border-radius: 50%;
  box-shadow: 2px 4px 6px #999;
  z-index: 9999;
}
#search_trigger_btn.front_page {
  right: 1em;
  bottom: calc(15vw + 1em);
}

.close_btn {
  position: relative;
  font-size: 1em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  cursor: pointer;
}
.close_btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

h3.search_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  color: #333;
  font-size: 1.3em;
  border-bottom: rgb(46 130 20) 2px solid;
  margin-bottom: 0.8em;
  padding: 0 0.8em 0.2em 0.1em;
}
h3.search_title img {
  width: 26px;
  margin-right: 0.4em;
}

.search_box {
  width: 100%;
  border: rgb(46 130 20) 2px solid;
  margin: 0 auto 1em;
  box-shadow: 2px 4px 6px #999;
}
.search_box h4 {
  color: #fff;
  background: rgb(46 130 20);
  text-align: left;
  font-size: 1em;
  padding: 0.3em 0 0.4em 0.6em;
}
.search_box .radio_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1em 0.6em 0.4em;
}
.search_box .radio_box input {
  display: none;
}
.search_box .radio_box label {
  width: 31%;
  font-size: 0.9em;
  font-weight: bold;
  border: #333 solid 1px;
  box-shadow: 0px -6px 6px -1px #ccc inset;
  border-radius: 10px;
  margin-bottom: 0.8em;
  padding: 0.4em 0 0.6em;
}
.search_box .radio_box.radio_box2 {
  flex-wrap: wrap;
}
.search_box .radio_box.radio_box2 label {
  width: 48%;
}
.search_box .radio_box input:checked + label {
  background: rgb(46 130 20);
  color: #fff;
  box-shadow: 0px -6px 6px -1px rgb(2, 126, 150) inset;
}
.search_box button {
  display: inline-block;
  width: 90%;
  background: #ff7300;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-style: none;
  border-bottom: 4px solid #853c00;
  border-radius: 1em;
  margin: 0 auto 0.8em;
  padding: 0.6em 0;
  box-sizing: border-box;
}
.search_box button img {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.3em;
}
@media screen and (min-width: 750px) {
  .search_box .radio_box {
    width: 90%;
    margin-inline: auto;
  }
}

footer {
  display: block;
  width: 100%;
  background: rgb(46 130 20);
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 0.8em 0;
}

footer a {
  color: #fff;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.2em;
  padding: 0;
}

footer ul li {
  border-left: 1px solid #fff;
  padding: 0 0.6em;
}

footer ul li:first-child {
  border-left: none;
}

.modal_wrap input {
  display: none;
}

.modal_wrap .modal_overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0s 0.2s;
}

.modal_wrap .modal_overlay .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_wrap .modal_overlay .modal_content {
  position: absolute;
  width: 97%;
  max-width: 500px;
  align-self: flex-start;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}

.modal_wrap input:checked ~ #example {
  border: rgb(46 130 20) 2px solid;
  animation: 0.1s linear rotation1;
}

.modal_wrap h2 {
  position: relative;
  background: rgb(46 130 20);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.4em 0;
}

.modal_wrap .modal_fx {
  display: flex;
  align-items: center;
}

.modal_wrap .modal_fx .box {
  width: 50%;
  background: #f8dede;
  padding: 0.4em;
}

.modal_wrap .modal_fx .box:last-of-type {
  /* background: #ebf0ff; */
}

.modal_wrap .modal_fx .box .txt {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}

.modal_wrap .modal_fx .box .banner {
  width: 96%;
  margin: auto;
}

.modal_wrap .modal_fx .box .btn {
  width: 100%;
  margin: auto;
}

.modal_wrap .modal_fx .box .btn a {
  font-size: 1em;
  margin: 0.7em 0 0.9em;
  padding: 0.4em 0;
}

.modal_wrap .close-btn {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  top: -26px;
  right: 0;
}

.modal_wrap .close-btn::before,
.modal_wrap .close-btn::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.modal_wrap .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_wrap .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes rotation1 {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
.result h3 {
  width: 96%;
  font-size: 1.2em;
  text-align: left;
  margin: auto;
  padding: 1em 0.6em 0;
}

.result_table {
  width: 100%;
  margin: 0.4em auto 1.6em;
  border-radius: 10px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.1568627451);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
}
.result_table p {
  background: #487af8;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
  padding: 0.2em 0 0.4em;
}
.result_table table {
  width: 96%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
  margin: auto;
}
.result_table table th {
  width: 45%;
  /* background: #ebf0ff; */
  color: rgb(46 130 20);
  text-align: left;
  border: 1px solid #666;
  padding: 0.2em 0.4em;
}
.result_table table td {
  width: 55%;
  text-align: left;
  font-weight: bold;
  border: 1px solid #666;
  padding: 0.2em 0.4em;
}

.result .rank_box .box_head {
  background: rgb(46 130 20);
  border: none;
  margin: 0 0 0.8em;
  padding: 0.2em 0.8em 0.4em;
}

.result .rank_box .box_head .icon {
  display: none;
}

.result .rank_box .box_head .name {
  color: #fff;
}

.result .rank_box .cta_box {
  background: #fff;
  margin: 0.8em 0 0.4em;
}

.__shadow {
  box-shadow: 2px 4px 6px #999;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */