@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bolder;
}

:root {
  --main-color: #303035;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

canvas {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

body {
  font-size: medium;
  display: inline;
  background-color: #fff;
}

.wrap {
  overflow: hidden;
}

a:link,
a:visited {
  color: #4c4f54;
  text-decoration: none;
}

a:hover,
a:hover img,
a:active {
  color: #4a90d9;
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a img {
  border: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.small {
  font-size: 0.8em;
}

.asterlisk {
  caption-side: bottom;
  font-size: .7rem;
}

@media screen and (max-width: 480px) {
  .asterlisk {
    font-size: 2vw;
  }
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #BFDBFE 50%)
}

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

/*------------------------------------------------------------------------------- firstView -------------------------------------------------------------------------------*/
#firstView__backGround {
  position: relative;
  top: 0;
  bottom: 0;
}

#firstView__backGround li {
  position: absolute;
  width: 180%;
}

#firstView {
  position: relative;
  overflow: hidden;
  background-image: url(/sp/wp-content/themes/shouken/images/fv/topBg2.png);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: bottom;
}

#firstView::after {
  content: "";
  display: block;
  padding-top: 22rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  #firstView {
    height: 56vw;
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {

  /*FV画像サイズのwidth1000以内になると縦横比が変わるのでpaddingのサイズが変わる*/
  #firstView::after {
    padding-top: 33vw;
  }
}

#firstView__Image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: auto;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  #firstView__Image {
    width: 100%;
    height: auto;
  }
}

#firstView__backGround img {
  width: 100%;
}

#firstView__logoSlide {
  background-image: url("/sp/wp-content/themes/shouken/images/fv/itemLogo_fv.png");
  background-position: center center;
  background-size: 1200px 37px;
  background-repeat: repeat-x;
  width: 3600px;
  height: 37px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: infinitescroll 25s linear infinite;
  -moz-animation: infinitescroll 25s linear infinite;
  -ms-animation: infinitescroll 25s linear infinite;
  -o-animation: infinitescroll 25s linear infinite;
  animation: infinitescroll 25s linear infinite;
  z-index: 0;
  background-color: #fff;
  padding: 25px 0;
}

@-webkit-keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-1200px, 0, 0);
  }
}

@-moz-keyframes infinitescroll {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }

  100% {
    -moz-transform: translate3d(-1200px, 0, 0);
  }
}

@-ms-keyframes infinitescroll {
  0% {
    -ms-transform: translate3d(0, 0, 0);
  }

  100% {
    -ms-transform: translate3d(-1200px, 0, 0);
  }
}

@-o-keyframes infinitescroll {
  0% {
    -o-transform: translate3d(0, 0, 0);
  }

  100% {
    -o-transform: translate3d(-1200px, 0, 0);
  }
}

@keyframes infinitescroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-1200px, 0, 0);
  }
}

.annotion {
  font-size: .8em;
  color: #555;
}

/*------------------------------------------------------------------------------- firstView -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- ヘッダー -------------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 73px;
  background: none;
}

header img {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 488px;
  padding-top: 15px;
}

#header_logo {
  background-color: var(--main-color);
  text-align: center;
}

nav {
  width: 100%;
  background: linear-gradient(#f0f4fc, #d0d8e8);
  padding: 0px 0 0 !important;
}

nav table {
  width: 477px;
  margin: 0 auto;
}

nav table td {
  width: 159px;
  height: 54px;
  text-align: center;
}

nav table td a {
  color: #555 !important;
  width: 159px;
  font-size: 0.875em;
  display: block;
  line-height: 3.9em;
  position: relative;
}

nav table td:not(:last-of-type) a:after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 2px;
  height: 44px;
  background: linear-gradient(#c8d4e8, #aab8cc);
  content: "";
}

img.fv {
  width: 1060px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/*------------------------------------------------------------------------------- /ヘッダー -------------------------------------------------------------------------------*/
.container {
  width: 1060px;
  height: auto;
  margin: 0px auto 0;
}

/*------------------------------------------------------------------------------- left -------------------------------------------------------------------------------*/
.left {
  width: 830px;
  height: auto;
  float: left;
  background: none;
  margin-top: 1rem;
}

.bnr0 {
  width: 820px;
  margin: 8px 0 0 5px;
}

ul.bnr {
  margin: -5px auto 0;
  width: 843px;
}

ul.bnr li.leftLi {
  width: 413px;
  height: 119px;
  float: left;
  margin: -1px 0 0 3px;
}

ul.bnr li.rightLi {
  width: 408px;
  height: 119px;
  float: left;
  margin: -1px 0 0 0;
}

ul.bnr li img {
  width: 100%;
}

.rankBox {
  position: relative;
  width: 830px;
  margin: 30px auto 0;
  padding: 30px 0 30px;
  background-color: #EFF6FF;
}

.rankBox:before {
  content: "";
  display: block;
  width: 728px;
  height: 80px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.rankBox.rankBox1:before {
  background-image: url(../images/rankbox_title1.png);
}

.rankBox.rankBox2:before {
  background-image: url(../images/rankbox_title2.png);
}

.rankBox.rankBox3:before {
  background-image: url(../images/rankbox_title3.png);
}

.rankBox.rankBox4:before {
  background-image: url(../images/rankbox_title4.png);
}

.rankBox.rankBox5:before {
  background-image: url(../images/rankbox_title5.png);
}

.rankBox.rankBox6:before {
  background-image: url(../images/rankbox_title6.png);
}

.rankBox.rankBox7:before {
  background-image: url(../images/rankbox_title7.png);
}

.rankBox.rankBox8:before {
  background-image: url(../images/rankbox_title8.png);
}

.rankBox.rankBox9:before {
  background-image: url(../images/rankbox_title9.png);
}

.rankBox div {
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 40px auto 0;
  border: solid 1px transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0,0,0,0.1);
}

.rankBox ul {
  display: block;
  margin-top: -50px;
}

.rankBox ul li {
  display: block;
  padding: 0;
  margin: 0px 0 0;
  vertical-align: bottom;
}

.rankBox ul li:nth-of-type(3) {
  margin-top: 10px;
}

.rankBox ul li:nth-of-type(n + 4) {
  margin-top: 20px;
}

.rankBox ul li a {
  display: block;
  color: #323232;
  font-size: 2em;
  font-weight: bold;
}

.rankBox ul li a span {
  display: inline-block;
  width: calc(100% - 146px - 10px - 10px - 30px);
  border-bottom: solid 1px #d5d5d5;
  line-height: 250%;
}

.rankBox ul li a:before {
  content: "　";
  display: inline-block;
  width: 128px;
  margin: 0 10px 0 10px;
  background-size: cover;
  vertical-align: bottom;
}

.rankBox ul li:nth-of-type(1) a:before {
  height: 146px;
  background-image: url(../images/rankbox_icon1.png);
}

.rankBox ul li:nth-of-type(2) a:before {
  height: 114.5px;
  background-image: url(../images/rankbox_icon2.png);
}

.rankBox ul li:nth-of-type(3) a:before {
  height: 114.5px;
  background-image: url(../images/rankbox_icon3.png);
}

.rankBox ul li:nth-of-type(4) a:before {
  height: 82px;
  background-image: url(../images/rankbox_icon4.png);
}

.rankBox ul li:nth-of-type(5) a:before {
  height: 82px;
  background-image: url(../images/rankbox_icon5.png);
}

/*------------------------------------------------------------------------------- /left -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- ranking -------------------------------------------------------------------------------*/
.rankTopics {
  margin-top: 20px;
}

.ranking {
  width: 830px;
  height: auto;
  margin: 0px auto 0px;
  position: relative;
  padding-top: 32px;
}

.rankIcon {
  display: block;
  z-index: 999;
}

.searchResult .rankIcon {
  display: none;
}

.rankIcon_pickup {
  width: 85px;
  position: absolute;
  top: 12px;
  left: 10px;
}

.rankIcon1 {
  width: 100px;
  position: absolute;
  top: -20px;
  left: -10px;
}

.rankIcon2 {
  width: 100px;
  position: absolute;
  top: -15px;
  left: -10px;
}

.rankIcon3 {
  width: 100px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.rankIcon_recommend {
  width: 100px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.ranking h2 {
  display: flex;
  width: 830px;
  color: #333;
  font-weight: bold;
  font-size: 2.5em;
  text-indent: 3.5em;
  line-height: 1.2em;
  border-bottom: solid 3px var(--main-color);
}

#detailPage .ranking h2 {
  text-indent: .5em;
}

.ranking h2 div:last-child {
  margin-left: auto;
  font-size: 0.7em;
}

.ranking h2 div:last-child span {
  color: #EF6D6D;
  font-size: 1.8em;
  margin: 0 .1em;
  font-weight: bolder;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.searchResult .ranking h2 {
  text-indent: 1em;
}

.rankingBg {
  width: 830px;
  height: auto;
  background: none;
  padding-bottom: 20px;
  background: #fff;
}

.rankingUnit__detailTable--veryGood {
  font-size: 3em;
  color: #ff5252;
  font-weight: bold;
}

.rankingUnit__detailTable--good {
  font-size: 3em;
  color: #ffc852;
}

.rankingUnit__detailTable--normal {
  font-size: 3em;
  color: #4a90d9;
}

.rankingUnit__detailTable--bad {
  font-size: 3em;
  color: #7b52ff;
}

ul.slider {
  width: 792px;
  height: 240px;
  margin: 0px auto 5px;
  padding-top: 20px;
  position: relative;
}

ul.slider li {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

ul.slider li.active {
  z-index: 10;
}

ul.slider li.inactive {
  z-index: 10;
}

ul.slider li.transiton {
  z-index: 11;
}

ul.slider li.transitonLeft img {
  animation: sliderTransitonLeft 1s ease 0s 1 alternate none running;
}

ul.slider li.transitonRight img {
  animation: sliderTransitonRight 1s ease 0s 1 alternate none running;
}

@keyframes sliderTransitonLeft {
  0% {
    margin-left: 100%;
    opacity: 0.5;
  }

  100% {
    margin-left: 0%;
    opacity: 1;
  }
}

@keyframes sliderTransitonRight {
  0% {
    margin-left: -100%;
    opacity: 0.5;
  }

  100% {
    margin-left: 0%;
    opacity: 1;
  }
}

.leftSliderBtn {
  position: absolute;
  top: 125px;
  left: -17px;
  width: 50px;
  z-index: 99;
}

.rightSliderBtn {
  position: absolute;
  top: 125px;
  right: -17px;
  width: 50px;
  z-index: 99;
}

.campaign {
  width: 792px;
  height: auto;
  padding: 60px 5px 5px;
  margin: 45px auto 15px;
  position: relative;
  background: #fff;
  box-shadow: 2px 3px 8px rgba(0,0,0,0.07);
}

.campaignTitle {
  width: 371px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.campaignInner {
  height: auto;
  margin: 0 auto;
  padding: 5px 20px 55px;
  width: 717px;
  min-height: 120px;
}

.campaign::before,
.campaign::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: 100% 100%;
}

.campaign::before {
  background-image: url(/sp/wp-content/themes/shouken/images/campaignRibbonLeft2.png);
  top: -5px;
  left: -7px;
}

.campaign::after {
  background-image: url(/sp/wp-content/themes/shouken/images/campaignRibbonRight2.png);
  bottom: -5px;
  right: -7px;
}

.campaign h3 {
  position: static;
  margin-bottom: 13px;
  color: #e02f2f;
  font-size: 2.125em;
  font-weight: bold;
}

.campaign p {
  width: 625px;
  position: static;
  color: #000000;
  font-size: 0.875em;
  line-height: 1.7em;
  word-break: break-all;
}

table.rankDetailTbl {
  width: 792px;
  border: 1px solid #a6a191;
  background: #DBEAFE;
  margin: 0 auto 8px;
}

table.rankDetailTbl tr:nth-of-type(2) {
  border-bottom: #a6a191 3px double;
}

table.rankDetailTbl tr th {
  width: 25%;
  border-left: 1px solid #a6a191;
  background-color: #fcfcfc;
  padding: 7px 0;
  background-image: url(/sp/wp-content/themes/shouken/images/pattern/table1.png);
  background-size: 50%;
  background-repeat: repeat;
  vertical-align: middle;
}

table.rankDetailTbl tr td {
  width: 25%;
  border-left: 1px solid #a6a191;
  background: #ffffff;
  color: #000;
  padding: 7px 0;
  text-align: center;
  border-top: 1px #a6a191 dotted;
}

table.rankDetailTbl tr td.large {
  font-size: 125%;
}

.itemDetail__detailTable,
.itemDetail__feeTable {
  width: 100%;
  border: 1px solid #a6a191;
  margin: 0 auto 8px;
}

.itemDetail__detailTable tr th,
.itemDetail__feeTable tr th {
  border-left: 1px solid #a6a191;
  background-color: #fcfcfc;
  padding: 7px 0;
  background-image: url(/sp/wp-content/themes/shouken/images/pattern/table1.png);
  background-size: 50%;
  background-repeat: repeat;
  vertical-align: middle;
}

.itemDetail__detailTable tr td.large,
.itemDetail__feeTable tr td.large {
  font-size: 125%;
}

.itemDetail__detailTable tr td,
.itemDetail__feeTable tr td {
  border-left: 1px solid #a6a191;
  background: #ffffff;
  color: #000;
  padding: 7px 0;
  text-align: center;
  border-top: 1px #a6a191 dotted;
}

.itemDetail__detailTable tr:nth-of-type(2) {
  border-bottom: #a6a191 3px double;
}

.itemDetail__detailTable tr th,
.itemDetail__detailTable tr td {
  width: 17%;
  width: calc(100% / 6);
  width: -webkit-calc(100% / 6);
}

.itemDetail__feeTable tr th,
.itemDetail__feeTable tr td {
  width: 12.5%;
  width: calc(100% / 8);
  width: -webkit-calc(100% / 8);
}

.itemDetail__h2Title {
  width: 830px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  text-indent: 1em;
  line-height: 2.1em;
  background-color: #0d2b5e;
  background: #0d2b5e;
  text-shadow: 1px 1px 0px #0a1f15;
}

.btn {
  margin: 0 auto;
  display: block;
  margin: 35px auto 0;
  width: 792px;
}

.button {
  display: block;
  width: 792px;
  height: 70px;
  margin: 35px auto 25px;
}

.button a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 792px;
  height: 70px;
  background: url("../images/btn/btn_back.png") center top no-repeat;
  background-size: 746px 70px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  margin: 0 auto;
  display: block;
}

.button a:before {
  background-size: 100%;
  background-repeat: no-repeat;
  left: 100px;
  height: 50px;
  content: "";
  position: absolute;
  z-index: 20;
  width: 170px;
  pointer-events: none;
  top: 10%;
}

.button a.anchor__sbi:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_sbi.png);
}

.button a.anchor__rakuten:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_rakuten.png);
}

.button a.anchor__matsui:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_matsui.png);
}

.button a.anchor__liveStar:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_liveStar.png);
}

.button a.anchor__neoTrade:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_neoTrade.png);
}

.button a.anchor__monex:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_monex.png);
}

.button a.anchor__okasan:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_okasan.png);
}

.button a.anchor__smbc:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_smbc.png);
}

.button a.anchor__dmm:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_dmm.png);
}

.button a.anchor__gmoClick:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_gmoClick.png);
}

.button a.anchor__iwaiCosmo:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_iwaiCosmo.png);
}

.button a.anchor__aukabucom:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_aukabucom.png);
}

.button a.anchor__neomobile:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_neoMobile.png);
}

.button a.anchor__musashi:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_musashi.png);
}

.button a.anchor__naito:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_naitou.png);
}

.button a.anchor__tachibana:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_tachibana.png);
}

.button a.anchor__nomura:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_nomura.png);
}

.button a.anchor__line:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_line.png);
}

.button a.anchor__froggy:before {
  background-image: url(/sp/wp-content/themes/shouken/images/itemLogo/itemLogo_froggy.png);
}

.button a:after {
  background-image: url(/sp/wp-content/themes/shouken/images/btn/button_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  right: 20px;
  pointer-events: none;
  bottom: 20%;
  height: 45px;
  width: 477px;
}

h3.voice__title {
  padding: 15px 10px;
  font-size: 1.375em;
  background-color: #4c4f54;
  color: #fff;
  font-weight: bold;
  background: #4c4f54;
  margin-bottom: 20px;
}

@keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.choose h2.rankH2 {
  margin-bottom: 15px;
}

h4.chooseH4 {
  position: relative;
  padding: 0.5rem 1rem;
  border-bottom: 3px solid #4c4f54;
  font-size: 20px;
  margin: 0 20px 6px;
}

h4.chooseH4:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #4a90d9;
}

.choose p {
  margin: 0 20px 15px;
  font-weight: 500;
  font-size: 15px;
  text-indent: 1em;
}

.choose table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.choose table th,
.choose table td {
  color: #000;
  text-align: center;
  border: #4a90d9 solid 2px;
  padding: 0.5rem 0;
}

.choose table th {
  background-color: #BFDBFE;
  vertical-align: middle;
}

.choose table td {
  background-color: #fff;
  vertical-align: middle;
}

.choose table th.chooseTh1 {
  min-width: 12em;
}

.choose table th.chooseTh2 {
  min-width: 8em;
}

.choose p .marker {
  background: linear-gradient(transparent 55%, #BFDBFE 55%);
  font-weight: bold;
}

.choose img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .choose table {
    width: 95%;
  }

  .choose table th,
  .choose table td {
    padding: 0.5em;
    font-size: 3.5vw;
  }
}

.columnTop {
  background-color: #fff;
}

.columnTop h2 {
  background-color: var(--main-color);
  margin-top: 17px;
  padding: 7.5px 20px;
}

.columnTop h2 a {
  font-size: 24px;
  color: #fff;
}

.columnTop p {
  padding: 0 10px;
  margin: 0 1em 1em;
  line-height: 1.8;
  color: #333;
  text-align: justify;
  font-size: 14px;
  text-indent: 1em;
}

.columnsH1 {
  font-size: 24px;
  color: #fff;
  background-color: #4c4f54;
  line-height: 1.2em;
  margin-top: 17px;
  padding: 13px 30px;
  text-indent: -1.5em;
  padding-left: 2.5em;
}

.columnsH1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ad";
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-right: 0.5em;
  width: 24px;
  height: 24px;
  top: 0;
}

.columnsH2 {
  font-size: 17px;
  position: relative;
  padding: 0.5rem 0.5rem;
  border-bottom: 3px solid #4c4f54;
  margin: 25px 0 10px;
}

.columnsH2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #60A5FA;
}

.columnsWrap {
  background-color: #fff;
  padding: 15px;
}

.columnsParagraph {
  line-height: 1.8;
  color: #333;
  text-align: justify;
  font-size: 14px;
  text-indent: 1em;
}

.hiddenHead01,
.hiddenHead02,
.hiddenHead03 {
  width: 830px;
  height: 50px;
  color: #fff;
  background: #4c4f54;
  font-weight: bold;
  font-size: 1.75em;
  text-indent: 0.5em;
  line-height: 1.8em;
  margin: 15px auto 0;
  padding-left: 20px;
}

.hiddenHead01:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.25s;
}

.hiddenHead02:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.25s;
}

.hiddenHead03:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.25s;
}

.hiddenHead01::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenHead02::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenHead03::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenHead01.open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenHead02.open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenHead03.open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -20px;
}

.hiddenParagraph01,
.hiddenParagraph02,
.hiddenParagraph03 {
  display: none;
  width: 830px;
  color: #000;
  font-size: 15px !important;
  line-height: 1.8em;
  padding: 20px 30px;
  background-color: #fff;
}

.hiddenBox {
  margin-bottom: 20px;
}

.hiddenBox p {
  margin-bottom: 20px;
}

.hiddenBox dt {
  font-size: 18px;
  border-bottom: solid 1px #2563b0;
  margin: 10px 0;
}

.hiddenBox dd {
  padding-left: 1em;
}

.areaWrap {
  background-color: #fff;
}

.areaWrap dt {
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 15px;
  position: relative;
}

.areaWrap dt:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 15%;
  height: 2px;
  content: "";
  background: #7baed6;
}

.areaWrap h2 {
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 15px;
  position: relative;
}

.areaWrap h2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 15%;
  height: 2px;
  content: "";
  background: #7baed6;
}

.areaWrap dd {
  font-size: 13px;
  color: #333;
  margin-bottom: 40px;
  padding-left: 1em;
}

.areaWrap p {
  font-size: 13px;
  color: #333;
  margin-bottom: 30px !important;
  padding-left: 1em;
}

.areaWrap h3 {
  padding-left: 5px;
}

.areaWrap h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  font-size: 16px;
  color: #000;
  position: relative;
  width: 16px;
  height: 16px;
  top: 0px;
  left: -5px;
}

.areaWrap li {
  margin-bottom: 7px;
}

.textArea {
  padding: 5px 20px 15px;
}

.areaWrap ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 15px 14px;
}

.areaWrap ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 14px;
}

.areaWrap ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #000;
}

section.areaWrap {
  margin-top: 40px;
}

section.areaWrap h2 {
  border-bottom: none;
}

section.areaWrap h2::before {
  content: none;
}

section.areaWrap textarea {
  width: 313px;
}

section.areaWrap input.wpcf7-submit {
  padding: 2px 15px;
  background-color: #4c4f54;
  color: #fff;
}

.pointTable {
  border: 2px solid #0d2b5e;
  margin: 0px auto 0;
  max-width: 100%;
}

.pointTable tr.tr2 {
  background: #EFF6FF;
}

.pointTable tr.tr2:nth-of-type(odd) {
  background: #fff;
}

.pointTable th,
.pointTable td {
  height: 70px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #c8c8c8;
  font-size: 18px;
}

.pointTable th.pointTableTh1 {
  width: 320px;
}

.pointTable th.pointTableTh2 {
  width: 140px;
}

.pointTable th {
  background-color: #BFDBFE;
  color: #0d2b5e;
}

/*------------------------------------------------------------------------------- /ranking -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- 一覧表 -------------------------------------------------------------------------------*/
.tableH2 {
  height: unset;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2em;
  color: var(--main-color);
  border-top: solid 3px var(--main-color);
  border-bottom: solid 3px var(--main-color);
  position: relative;
  margin-bottom: 2rem;
}

.tableH2::before,
.tableH2::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 1.5rem 2rem 0;
  left: 2rem;
  border-color: transparent;
}

.tableH2::before {
  border-top-color: var(--main-color);
  bottom: -1.5rem;
}

.tableH2::after {
  border-top-color: #fff;
  bottom: calc(-1.5rem + 3.7px);
}

.tableH2 span {
  position: relative;
  margin-left: 1.5em;
}

.tableH2 span::before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.4em;
  height: 1em;
  /* margin: 0 .5em; */
  border-radius: 0;
  background-color: var(--main-color);
  content: "";
}

#tabs ul {
  display: flex;
}

#tabs ul li {
  width: calc(100% / 3);
  text-align: center;
}

#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 0;
  line-height: 2em;
  display: inline-block;
  width: 100%;
}

table.ichiran {
  width: 100%;
  margin: 0 auto 1rem;
}

table.ichiran th,
table.ichiran td {
  text-align: center;
  vertical-align: middle;
}

table.ichiran th {
  background-color: var(--main-color);
  color: white;
  font-size: .7rem;
  padding: .5em 0;
}

table.ichiran th button {
  background-color: transparent;
  border: none;
  width: 60%;
  margin: .5em auto 0;
}

table.ichiran tbody tr {
  border-bottom: solid 1px #ccc;
}

table.ichiran .th1 {
  width: 16%;
}

table.ichiran .th3 {
  width: 20%;
}

table.ichiran .th4 {
  width: 12%;
}

#tabs-1 table.ichiran .th2 {
  width: calc(52% / 6);
}

#tabs-2 table.ichiran .th2,
#tabs-3 table.ichiran .th2 {
  width: 9%;
}

table.ichiran td {
  padding: .5em .3em;
  font-size: .7em;
}

table.ichiran .td1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

table.ichiran td .table_level {
  width: 60%;
  height: auto;
}

table.ichiran .td2 {
  text-align: left;
}

table.ichiran .td2 span {
  color: tomato;
}

/*------------------------------------------------------------------------------- /一覧表 -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- right -------------------------------------------------------------------------------*/
.right {
  width: 210px;
  height: auto;
  float: right;
  background: none;
  margin: 1em auto 30px;
}

#rightBanner {
  margin-bottom: 1em;
}

.rightRankBox {
  margin-bottom: 4rem;
}

.rightH4 {
  color: var(--main-color);
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  position: relative;
}

.rightH4::after {
  width: 80%;
  height: 3px;
  content: "";
  background-color: var(--main-color);
  position: absolute;
  left: 10%;
  bottom: 0;
}

.rightRankBox li {
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}

.rightRankBox li::before {
  content: "";
  width: 110px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 45px;
  background-position: center;
}

.rightRankBox li.rightRank1::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon1.png);
}

.rightRankBox li.rightRank2::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon2.png);
}

.rightRankBox li.rightRank3::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon3.png);
}

.rightRankBox li.rightRank4::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon4.png);
}

.rightRankBox li.rightRank5::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon5.png);
}

.rightRankBox li.rightRankRecommend::before {
  background-image: url(/sp/wp-content/themes/shouken/images/rankIcon/rankIcon_recommend.png);
}

.rightRankBox li:not(:last-child) {
  border-bottom: dashed 1px var(--main-color);
}

.rightRankBox li img {
  padding-top: 60px;
  width: 80%;
}

.rightRankBox li p {
  font-size: .7rem;
  text-align: center;
  margin: 1em 0;
}

.rightRankBtn {
  display: inline-block;
  background-color: #E9A01F;
  color: #fff !important;
  padding: 1em;
  border-radius: 2px;
  box-shadow: 0 2px 0px #B87D0F;
}

img.voiceTtl {
  margin: 16px auto 0;
  width: 210px;
}

.voice {
  padding: 13px;
  border: 1px solid #d0ddf0;
  border-left: 4px solid #4c4f54;
  margin-bottom: 6px;
  background: #fff;
}

img.face {
  width: 38px;
  float: left;
  margin-top: -5px;
}

.voiceRight {
  float: left;
  margin-left: 10px;
}

.voiceRight p {
  font-size: 0.6875em;
  color: #000000;
  font-size: 0.75em;
}

.voiceRight img {
  width: 79px;
  margin-top: 10px;
}

.name {
  font-size: 0.6875em;
  line-height: 1.5em;
  margin-top: 3px;
}

.voiceTxt {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-top: 8px;
  word-break: break-all;
}

.voiceLink {
  font-size: 0.6875em;
  color: #2563b0 !important;
  text-decoration: underline !important;
  margin-top: 0.6875em;
  display: block;
}

/*------------------------------------------------------------------------------- /right -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- footer -------------------------------------------------------------------------------*/
img.footerLogo {
  width: 488px;
  text-align: center;
  margin: 0px auto 0;
  display: block;
}

.footerMenu table {
  width: 477px;
  height: 30px;
  display: block;
  margin: 25px auto 0;
  font-size: 0.875em;
  display: block;
}

.footerMenu table td {
  width: 159px;
  padding: 5px 0px;
  border-left: 1px solid #b4b4b4;
  text-align: center;
}

.footerMenu table td:last-child {
  width: 159px;
  padding: 5px 0px;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  text-align: center;
}

.footerMenu table td a {
  color: #646464 !important;
}

footer {
  width: 100%;
  height: 46px;
  background: var(--main-color);
  text-align: center;
  border-top: solid 2px #fff;
}

footer p {
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  line-height: 3.5em;
}

footer p a {
  color: #2f2f2f !important;
}

div#footer_logo {
  display: inline-block;
  width: 1055px;
  text-align: left;
}

div#footer_logo img {
  margin-left: 10px;
}

/*------------------------------------------------------------------------------- /footer -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- footerMenu -------------------------------------------------------------------------------*/
.footerMenu table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 878px !important;
  height: auto;
  margin: 25px auto 0;
  font-size: 0.875em;
  display: block;
}

.footerMenu table td {
  width: 24% !important;
  padding: 5px 15px;
  border-left: 1px solid #fff;
  text-align: center;
}

.footerMenu table td.borderNon {
  width: 211px !important;
  padding: 0px 0px 2px;
  border: none;
  text-align: left;
  height: 30px;
}

.footerMenu table td a {
  font-size: 0.75em !important;
  color: #fff !important;
}

.footerMenu {
  width: 100%;
  height: auto;
  background: var(--main-color);
  text-align: center;
  padding: 10px 0 25px;
  margin-top: 30px;
}

/*------------------------------------------------------------------------------- /footerMenu -------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- 下層ページ -------------------------------------------------------------------------------*/
article .shoukenH2,
article .rankH2 {
  width: 830px;
  height: 50px;
  color: #fff;
  background: var(--main-color);
  font-weight: bold;
  font-size: 1.75em;
  text-indent: 0.5em;
  line-height: 1.8em;
  margin: 15px auto 30px;
}

article p {
  color: #151515;
  font-size: 1em;
  line-height: 1.5;
  text-align: justify;
}

/*------------------------------------------------------------------------------- /下層ページ -------------------------------------------------------------------------------*/

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

.searchBox {
  width: 100%;
  /* 	margin:0 auto 20px; */
  margin: 1rem 0;
  background-color: #fff;
  font-size: 1em;
}

.searchTitle {
  height: unset;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2em;
  color: var(--main-color);
  border-top: solid 3px var(--main-color);
  border-bottom: solid 3px var(--main-color);
  position: relative;
  margin-bottom: 2rem;
}

.searchTitle::before,
.searchTitle::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 2rem;
  left: 2rem;
  border-color: transparent;
}

.searchTitle::before {
  border-top-color: var(--main-color);
  bottom: -1.5rem;
}

.searchTitle::after {
  border-top-color: #fff;
  bottom: calc(-1.5rem + 3.7px);
}

.searchTitle_active::before,
.searchTitle_active::after {
  border-width: 1.5rem 2rem 0;
}

.searchTitle span {
  position: relative;
  margin-left: 1.5em;
}

.searchTitle span::before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.4em;
  height: 1em;
  /* margin: 0 .5em; */
  border-radius: 0;
  background-color: var(--main-color);
  content: "";
}

.shoukenSearchForm {
  background-color: #fff;
}

.shoukenSearchForm dl {
  display: table;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  margin-top: 1rem;
  border-bottom: solid 1px #d5d5d5;
  /* color: #000; */
}

.shoukenSearchForm dl dt {
  position: relative;
  display: table-cell;
  width: 20%;
  padding: 1.2rem 0 1.2rem;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  color: #333;
}

.shoukenSearchForm dl dd {
  display: table-cell;
  padding: 1rem 0;
  margin: 0;
  background-color: #fff;
  vertical-align: middle;
  color: #555;
  font-weight: 300;
}

.shoukenSearchForm dl dd br {
  display: none;
}

.shoukenSearchForm dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shoukenSearchForm dl dd label {
  width: 140px;
  margin: 0 0 0.5em;
}

/* .shoukenSearchForm dl:not(:nth-of-type(3)) dd label {
  display: inline-block;
}
.shoukenSearchForm dl:not(:nth-of-type(3)) dd label:nth-of-type(n + 2) {
  margin-left: 1rem;
}

.shoukenSearchForm dl:nth-of-type(3) dd {
  line-height: 150%;
}
.shoukenSearchForm dl:nth-of-type(3) dd label {
  display: inline-block;
}
.shoukenSearchForm dl:nth-of-type(3) dd label {
  width: calc((100% - 1.4rem) / 4);
}
.shoukenSearchForm dl:nth-of-type(3) dd label:nth-of-type(7) {
  width: calc((100% - 1.4rem) / 4 * 2);
}
.shoukenSearchForm dl:nth-of-type(3) dd label:nth-of-type(10) {
  width: calc((100% - 1.4rem) / 4 * 2);
}
.shoukenSearchForm dl:nth-of-type(5) dd {
  line-height: 150%;
}
.shoukenSearchForm dl:nth-of-type(5) dd label:nth-of-type(4) {
  margin-left: 0;
} */

.shoukenSearchForm p button {
  display: block;
  padding: 0;
  margin: 2rem auto 1rem;
  background-color: transparent;
  border: none;
  outline: 0;
  background-color: var(--main-color);
  color: #fff;
  width: 250px;
  line-height: 2.5em;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 3px 0px #0d2b5e;
  transition: 0.3s;
}

.shoukenSearchForm p button:hover {
  box-shadow: 0 1px 0px #0d2b5e;
  cursor: pointer;
  transition: 0.3s;
  transform: translateY(3px);

}

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

/*
 * トップページ/アーカイブの記事一覧スタイル
 */
.cardtype {
  margin-bottom: 1em;
}

.cardtype__article {
  position: relative;
  float: left;
  width: calc((100% - 10px * 3) / 3);
  margin: 0 5px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.cardtype__article:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  transform: translateY(-4px);
}

.cardtype__link {
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.cardtype__link:hover {
  color: #555;
  text-decoration: none;
}

.cardtype__img {
  margin: 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 57.7%;
  margin: 0 auto;
}

.cardtype__img img {
  border-radius: 10px 10px 0 0;
}

.cardtype__link {
  padding-bottom: 25px;
}

.cardtype h3 {
  display: block;
  min-height: calc(17px * 2);
  margin: 13px 13px 8px;
  color: #555;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.cardtype time {
  display: block;
  margin: 13px 13px 8px;
  color: #b5b5b5;
  font-size: 0.8125em;
  font-weight: bold;
}

.cardtype time:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 4px;
  font-weight: normal;
  font-size: 12.5px;
}

.cat-name {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 13px;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #4a90d9;
  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 22px;
  text-decoration: none;
}

.cat-name:hover {
  background: silver;
}

/* クリアフィックスハック */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

/* Mac版IE除外 \*/
.clearfix {
  display: block;
}

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

  .sp {
    display: block;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  }

  img {
    max-width: 100%;
  }

  /*------------------------------------------------------------------------------- ヘッダー -------------------------------------------------------------------------------*/
  header {
    width: 100%;
    height: auto;
    background: #EFF6FF;
    border: 1px solid #b4b4b4;
  }

  header img {
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 90%;
    padding: 15px 0;
  }

  nav {
    width: 100%;
    background-size: 1000px 51px;
  }

  nav table {
    width: 100%;
    margin: 0 auto;
  }

  nav table td {
    width: 25%;
    text-align: center;
    height: auto;
  }

  nav table td a {
    width: 100%;
    font-size: 0.75em;
    display: block;
    line-height: 2.7em;
  }

  nav table td:not(:last-of-type) a:after {
    height: 22px;
  }

  nav table td:last-child a {
    width: 120px;
    height: 30px;
    font-size: 0.75em;
    display: block;
    line-height: 2.7em;
  }

  img.fv {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #header_logo img {
    width: 150px;
    height: auto;
  }

  /*------------------------------------------------------------------------------- /ヘッダー -------------------------------------------------------------------------------*/
  .container {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
  }

  /*------------------------------------------------------------------------------- left -------------------------------------------------------------------------------*/
  .left {
    width: 100%;
    height: auto;
    float: none;
    background: none;
    margin: 0 auto;
  }

  .bnr0 {
    width: 100%;
    margin: 0.1em auto 0;
  }

  ul.bnr {
    margin: 10px auto 0;
    width: 100%;
  }

  ul.bnr li.leftLi {
    width: 49%;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    height: auto;
    float: left;
    margin: 0 2px 0 0;
  }

  ul.bnr li.rightLi {
    width: 49%;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    height: auto;
    float: right;
    margin: 0 0 0 2px;
  }

  ul.bnr li img {
    width: 100%;
  }

  .ui-tabs-panel {
    overflow: scroll;
  }

  .tableH2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .tableH2::before,
  .tableH2::after {
    border-width: 4vw 6vw 0;
  }

  .tableH2::before {
    bottom: -4vw;
  }

  .tableH2::after {
    bottom: calc(-4vw + 4px);
  }

  table.ichiran {
    overflow: auto;
    width: 780px !important;
    border-radius: 15px !important;
    border: 1px solid #ccc;
    margin: 0px auto 0;
  }

  #tabs ul li {
    font-size: 3.5vw;
  }

  .rankBox {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 10px;
  }

  .rankBox:before {
    width: 460px;
    height: 53px;
    margin: 0 auto;
  }

  .rankBox div {
    width: 460px;
    margin-top: 20px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: none;
  }

  .rankBox ul {
    margin-top: -35px;
  }

  .rankBox ul li a {
    font-size: 1.125em;
  }

  .rankBox ul li a span {
    width: calc(100% - 64px - 10px - 10px - 25px);
    line-height: 200%;
  }

  .rankBox ul li a:before {
    width: 64px;
  }

  .rankBox ul li:nth-of-type(1) a:before {
    height: 73px;
  }

  .rankBox ul li:nth-of-type(2) a:before {
    height: 57.25px;
  }

  .rankBox ul li:nth-of-type(3) a:before {
    height: 57.25px;
  }

  .rankBox ul li:nth-of-type(4) a:before {
    height: 41px;
  }

  .rankBox ul li:nth-of-type(5) a:before {
    height: 41px;
  }

  .scroll {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll !important;
  }

  /*------------------------------------------------------------------------------- /left -------------------------------------------------------------------------------*/

  /*------------------------------------------------------------------------------- ranking -------------------------------------------------------------------------------*/
  .ranking {
    width: 100%;
    height: auto;
    margin: -15px auto 0px;
    position: relative;
    padding-top: 40px;
    z-index: 999;
  }

  .rankIcon {
    width: 17vw;
    position: absolute;
    top: 20px;
    left: -5px;
    display: block;
  }

  .rankIcon_pickup {
    width: 55px;
    top: 38px;
    left: 7px;
  }

  /* .rankIcon1{width:65px;top:21px;left:-5px;}
.rankIcon2{width:75px;top:21px;left:-5px;}
.rankIcon3{width:75px;top:21px;left:-5px;} */
  /* .ranking h2{width:100%;font-weight:bold;font-size:30px;text-indent:70px;line-height:1;padding: 15px 0;} */
  .rankingBg {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }

  ul.slider {
    width: 95%;
    height: auto;
    margin: 0px auto 0;
    padding-top: 20px;
    position: relative;
  }

  ul.slider li img {
    width: 100%;
  }

  .leftSliderBtn {
    position: absolute;
    top: 70px;
    left: -5px;
    width: 30px;
  }

  .rightSliderBtn {
    position: absolute;
    top: 70px;
    right: -5px;
    width: 30px;
  }

  .campaign {
    width: 95%;
    padding: 35px 5px 5px;
    margin: 45px auto 15px;
  }

  .campaignTitle {
    width: 250px;
    top: -20px;
  }

  .campaignInner {
    height: auto;
    margin: 0 auto;
    padding: 5px 15px 30px;
    width: 100%;
  }

  .campaign::before,
  .campaign::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
  }

  .campaign>div.camDesign3 {
    width: 36px;
  }

  .campaign h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
  }

  .campaign p {
    width: 100%;
    color: #000000;
    font-size: 0.75em;
    line-height: 1.7em;
  }

  .photo {
    margin: 0 auto;
    display: block;
    margin: 15px auto 0;
    width: 95%;
  }

  .btn {
    margin: 0 auto;
    display: block;
    margin: 15px auto 0;
    width: 95%;
    padding-bottom: 10px;
  }

  .button {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto 25px;
  }

  .button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 90%;
    height: 50px;
    background-image: url("../images/btn/btn_back.png");
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    margin: 0 auto;
    display: block;
  }

  .button a:before {
    background-size: 100%;
    background-repeat: no-repeat;
    left: 10px;
    height: 9vw;
    content: "";
    position: absolute;
    z-index: 20;
    width: 140px;
    pointer-events: none;
    bottom: 17.5%;
    width: calc(95% - 64%);
    left: 4%;
    top: unset;
  }

  .button a:after {
    bottom: 25%;
    left: 34%;
    width: 65%;
    height: 7vw;
  }

  @keyframes shiny {
    0% {
      left: -30%;
    }

    20% {
      left: 120%;
    }

    100% {
      left: 120%;
    }
  }

  @-webkit-keyframes shiny {
    0% {
      left: -30%;
    }

    20% {
      left: 120%;
    }

    100% {
      left: 120%;
    }
  }

  @-moz-keyframes shiny {
    0% {
      left: -30%;
    }

    20% {
      left: 120%;
    }

    100% {
      left: 120%;
    }
  }

  table.rankDetailTbl {
    width: 90%;
    margin: 10px auto 8px;
  }

  table.rankDetailTbl tr th {
    width: 25%;
    padding: 7px 0;
    font-size: 0.8125em;
    background-size: 100%;
  }

  table.rankDetailTbl tr td {
    width: 25%;
    padding: 7px 0;
    text-align: center;
  }

  .itemDetail__detailTable tr th,
  .itemDetail__detailTable tr td {
    font-size: 0.75em;
  }

  .itemDetail__h2Title {
    font-size: 1.5em;
    line-height: 1.5;
    text-indent: 0;
    padding: 0.2em 0.5em;
  }

  .choose p,
  .choose img {
    width: 90%;
  }

  .choose h2.rankH2 {
    width: 100%;
  }

  /*------------------------------------------------------------------------------- /ranking -------------------------------------------------------------------------------*/

  /*------------------------------------------------------------------------------- right -------------------------------------------------------------------------------*/
  .right {
    display: none;
  }

  /*------------------------------------------------------------------------------- /right -------------------------------------------------------------------------------*/

  /*------------------------------------------------------------------------------- footer -------------------------------------------------------------------------------*/
  .footerMenu {
    width: 100%;
    height: auto;
    background: #EFF6FF;
    text-align: center;
    padding-top: 10px;
  }

  img.footerLogo {
    width: 60%;
    text-align: center;
    margin: 0px auto 0;
    display: block;
  }

  .footerMenu table {
    width: 300px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
    font-size: 0.75em;
    display: block;
  }

  .footerMenu table td {
    width: 33%;
    padding: 5px 10px;
    border-left: 1px solid #b4b4b4;
  }

  .footerMenu table td:last-child {
    width: 33%;
    padding: 5px 5px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
  }

  .footerMenu table td a {
    color: #646464 !important;
  }

  footer {
    width: 100%;
    height: auto;
    background: var(--main-color);
    text-align: center;
  }

  footer p {
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    line-height: 1.3em;
    padding: 10px 0;
  }

  footer p a {
    color: #fff !important;
  }

  /*------------------------------------------------------------------------------- /footer -------------------------------------------------------------------------------*/

  /*------------------------------------------------------------------------------- 下層ページ -------------------------------------------------------------------------------*/
  article .shoukenH2,
  article .rankH2 {
    width: 95%;
    height: auto;
    font-weight: bold;
    font-size: 1.25em;
    text-indent: 0.5em;
    line-height: 1.8em;
    margin: 15px auto 15px;
  }

  article p {
    width: 95%;
    color: #151515;
    font-size: 1em;
    line-height: 1.5;
    margin: 0 auto;
  }

  /*------------------------------------------------------------------------------- /下層ページ -------------------------------------------------------------------------------*/

  .searchTitle {
    background-size: contain;
    padding: 0.2em 0;
    text-shadow: 1px 1px 0px #c1bda9;
    font-size: 6vw;
  }

  .shoukenSearchForm dl {
    display: block;
  }

  .shoukenSearchForm dl dt {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background-color: #BFDBFE;
  }

  .shoukenSearchForm dl dd {
    padding: 1rem 0.5rem 0.9rem 0.5rem;
    line-height: 150%;
    font-size: 0;
    justify-content: space-between;
  }

  .shoukenSearchForm dl dd label {
    width: 48%;
    font-size: 15px;
    line-height: 1.5em;
  }

  .shoukenSearchForm dl dd br {
    display: none;
  }

  /* .shoukenSearchForm dl:not(:nth-of-type(3)) dd label {
    display: inline-block;
  }
  .shoukenSearchForm dl:not(:nth-of-type(3)) dd label:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .shoukenSearchForm dl:not(:nth-of-type(3)) dd label {
    display: inline-block;
    width: calc((100% - 1.4rem) / 2);
  }

  .shoukenSearchForm dl:nth-of-type(3) dd label {
    width: calc(100% / 3);
  }
  .shoukenSearchForm dl:nth-of-type(3) dd label:nth-of-type(7) {
    width: calc(100% / 3 * 2);
  }
  .shoukenSearchForm dl:nth-of-type(3) dd label:nth-of-type(10) {
    width: calc(100% / 3);
  }
  .shoukenSearchForm dl:nth-of-type(5) dd label:nth-of-type(1) {
    width: 100%;
  } */
  .shoukenSearchForm p button {
    width: 100%;
  }

  .shoukenSearchForm p button img {
    width: 100%;
  }

  /*------------------------------------------------------------------------------- footerMenu -------------------------------------------------------------------------------*/
  .footerMenu {
    width: 100%;
    height: auto;
    background: var(--main-color);
    text-align: center;
    padding: 10px 0 25px;
  }

  .footerMenu table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 995px !important;
    height: auto;
    margin: 0px auto 0;
    font-size: 0.75em;
    display: block;
  }

  .footerMenu table td {
    width: 199px !important;
    padding: 5px 15px;
    border-left: 1px solid #b4b4b4;
    text-align: center;
  }

  .footerMenu table td a {
    font-size: 12px !important;
    color: #fff !important;
  }

  .footerMenu table td:last-child {
    width: 33%;
    padding: 5px 5px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
  }

  .footerMenu table td.borderNon {
    width: 199px !important;
    padding: 0px 0px 2px;
    border: none;
    text-align: left;
    height: 30px;
  }

  /*------------------------------------------------------------------------------- /footerMenu -------------------------------------------------------------------------------*/
  /**********************************/

  /*
 * トップページ/アーカイブの記事一覧スタイル
 */

  .cardtype__article {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cardtype h3 {
    min-height: 0;
  }
}

.voice__block {
  padding: 10px 15px;
  margin: 0 auto 10px;
  border-radius: 4px;
  width: 92%;
  min-height: 300px;
  position: relative;
  background-color: #fff;
}

.voice__fukidashi p {
  font-size: 1em;
  line-height: 1.2;
}

.voice__person {
  text-align: right;
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.voice__person:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 90px;
  position: absolute;
  right: -90px;
  width: 80px;
  bottom: -4px;
}

.voice__person--man1:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/man1.png);
}

.voice__person--man2:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/man2.png);
}

.voice__person--man3:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/man3.png);
}

.voice__person--woman1:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/woman1.png);
}

.voice__person--woman2:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/woman2.png);
}

.voice__person--woman3:after {
  background-image: url(/sp/wp-content/themes/shouken/images/man/woman3.png);
}

.voice__person {
  position: absolute;
  bottom: 20px;
  right: 85px;
  font-size: 1em;
  line-height: 1;
}

h2.contentsTitle {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.875em;
  background: var(--main-color);
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

.contentsTitle__span {
  font-size: 0.7em;
}

.sortButton {
  font-size: 0;
}

.sortButton__button {
  width: 12%;
  width: -webkit-calc(100%/6);
  width: calc(100% / 6);
  height: 35px;
  border: #fff solid 1px;
  background: #333;
  color: #fff;
  font-size: 0.75rem;
}

.sortButton__button img {
  width: 25px;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .voice__block {
    padding: 10px 12px;
    margin: 0 auto 10px;
    border-radius: 10px;
    width: 98%;
    min-height: 450px;
  }

  h2.contentsTitle {
    width: 100%;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.2em;
  }

  .sortButton__button {
    height: 65px;
    position: relative;
  }

  .sortButton__button img {
    width: 25px;
    margin-left: unset;
    display: block;
    bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#sideColumn li {
  line-height: 1.5;
}

#sideColumn a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #313131;
  padding: 10px 30px 10px 0;
  line-height: 1.5;
  margin: 1% 0;
  font-weight: bold;
  height: 70px;
  color: #333;
  font-size: 0.8rem;
  border-bottom: dashed 1px var(--main-color);
}

#sideColumn li:not(:last-child) a::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-size: 2em;
  color: var(--main-color);
  top: calc(50% -1em);
  right: 10px;
}

#sideColumn a:hover {
  text-decoration: none;
}

#sideColumn li:last-child a {
  text-align: center;
  font-size: 1.2rem;
  color: var(--main-color);
  padding: 0;
}

/*========== 新規 ==========*/
.ranking__firstBlock::after {
  display: block;
  content: "";
  clear: both;
}

.ranking__itemImage {
  width: 100%;
}

.ranking__raderChart {
  width: 49%;
  padding: 10px;
  display: inline-block;
}

.ranking__scoreBlock {
  text-align: center;
  font-size: 1.875em;
  font-weight: bold;
}

.ranking__score {
  font-size: 2em;
  color: #f00;
}

h3.ranking__feeTitle {
  padding: 15px 10px;
  font-size: 1.375em;
  background-color: #4c4f54;
  color: #fff;
  font-weight: bold;
  background: #4c4f54;
  margin-bottom: 10px;
}

@keyframes tabAnim {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

.feeTable {
  width: 50%;
  height: auto;
  margin: 0px auto 10px;
  display: inline-block;
  vertical-align: top;
}

input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
}

.tab_area label {
  width: 46%;
  width: -webkit-calc(50% - 7.5px);
  width: calc(50% - 7.5px);
  margin: 0 5px 0 2.5px;
  display: inline-block;
  padding: 12px 0;
  color: #e7e7e7;
  background: #f3cf6e;
  text-align: center;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 1px 4px #00000036;
}

.tab_area label:hover {
  opacity: 0.5;
}

.panel_area {
  overflow: hidden;
  height: 313px;
  position: relative;
  box-shadow: 0px 1px 4px #00000036;
}

.tab_panel {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  height: 100%;
}

.tab_panel p {
  font-size: 0.875em;
  letter-spacing: 1px;
  text-align: center;
  padding: 80px 0;
}

#tabs {
  font-size: 1em;
}

#feeTableTab1__sbi:checked~.panel_area #panel1__sbi,
#feeTableTab2__sbi:checked~.panel_area #panel2__sbi,
#feeTableTab1__rakuten:checked~.panel_area #panel1__rakuten,
#feeTableTab2__rakuten:checked~.panel_area #panel2__rakuten,
#feeTableTab1__matsui:checked~.panel_area #panel1__matsui,
#feeTableTab2__matsui:checked~.panel_area #panel2__matsui,
#feeTableTab1__neoTrade:checked~.panel_area #panel1__neoTrade,
#feeTableTab2__neoTrade:checked~.panel_area #panel2__neoTrade,
#feeTableTab1__monex:checked~.panel_area #panel1__monex,
#feeTableTab2__monex:checked~.panel_area #panel2__monex,
#feeTableTab1__smbc:checked~.panel_area #panel1__smbc,
#feeTableTab2__smbc:checked~.panel_area #panel2__smbc,
#feeTableTab1__okasan:checked~.panel_area #panel1__okasan,
#feeTableTab2__okasan:checked~.panel_area #panel2__okasan,
#feeTableTab1__iwaiCosmo:checked~.panel_area #panel1__iwaiCosmo,
#feeTableTab2__iwaiCosmo:checked~.panel_area #panel2__iwaiCosmo,
#feeTableTab1__gmoClick:checked~.panel_area #panel1__gmoClick,
#feeTableTab2__gmoClick:checked~.panel_area #panel2__gmoClick,
#feeTableTab1__aukabucom:checked~.panel_area #panel1__aukabucom,
#feeTableTab2__aukabucom:checked~.panel_area #panel2__aukabucom,
#feeTableTab1__neomobile:checked~.panel_area #panel1__neomobile,
#feeTableTab2__neomobile:checked~.panel_area #panel2__neomobile,
#feeTableTab1__musashi:checked~.panel_area #panel1__musashi,
#feeTableTab2__musashi:checked~.panel_area #panel2__musashi,
#feeTableTab1__dmm:checked~.panel_area #panel1__dmm,
#feeTableTab2__dmm:checked~.panel_area #panel2__dmm,
#feeTableTab1__naito:checked~.panel_area #panel1__naito,
#feeTableTab2__naito:checked~.panel_area #panel2__naito,
#feeTableTab1__tachibana:checked~.panel_area #panel1__tachibana,
#feeTableTab2__tachibana:checked~.panel_area #panel2__tachibana,
#feeTableTab1__line:checked~.panel_area #panel1__line,
#feeTableTab2__line:checked~.panel_area #panel2__line,
#feeTableTab1__froggy:checked~.panel_area #panel1__froggy,
#feeTableTab2__froggy:checked~.panel_area #panel2__froggy {
  animation: tabAnim ease 0.4s forwards;
  -ms-animation: tabAnim ease 0.4s forwards;
  z-index: 1;
}

#feeTableTab1__sbi:checked~.tab_area .feeTableLabel1,
#feeTableTab2__sbi:checked~.tab_area .feeTableLabel2,
#feeTableTab1__rakuten:checked~.tab_area .feeTableLabel1,
#feeTableTab2__rakuten:checked~.tab_area .feeTableLabel2,
#feeTableTab1__matsui:checked~.tab_area .feeTableLabel1,
#feeTableTab2__matsui:checked~.tab_area .feeTableLabel2,
#feeTableTab1__neoTrade:checked~.tab_area .feeTableLabel1,
#feeTableTab2__neoTrade:checked~.tab_area .feeTableLabel2,
#feeTableTab1__monex:checked~.tab_area .feeTableLabel1,
#feeTableTab2__monex:checked~.tab_area .feeTableLabel2,
#feeTableTab1__smbc:checked~.tab_area .feeTableLabel1,
#feeTableTab2__smbc:checked~.tab_area .feeTableLabel2,
#feeTableTab1__okasan:checked~.tab_area .feeTableLabel1,
#feeTableTab2__okasan:checked~.tab_area .feeTableLabel2,
#feeTableTab1__iwaiCosmo:checked~.tab_area .feeTableLabel1,
#feeTableTab2__iwaiCosmo:checked~.tab_area .feeTableLabel2,
#feeTableTab1__gmoClick:checked~.tab_area .feeTableLabel1,
#feeTableTab2__gmoClick:checked~.tab_area .feeTableLabel2,
#feeTableTab1__aukabucom:checked~.tab_area .feeTableLabel1,
#feeTableTab2__aukabucom:checked~.tab_area .feeTableLabel2,
#feeTableTab1__neomobile:checked~.tab_area .feeTableLabel1,
#feeTableTab2__neomobile:checked~.tab_area .feeTableLabel2,
#feeTableTab1__musashi:checked~.tab_area .feeTableLabel1,
#feeTableTab2__musashi:checked~.tab_area .feeTableLabel2,
#feeTableTab1__dmm:checked~.tab_area .feeTableLabel1,
#feeTableTab2__dmm:checked~.tab_area .feeTableLabel2,
#feeTableTab1__naito:checked~.tab_area .feeTableLabel1,
#feeTableTab2__naito:checked~.tab_area .feeTableLabel2,
#feeTableTab1__tachibana:checked~.tab_area .feeTableLabel1,
#feeTableTab2__tachibana:checked~.tab_area .feeTableLabel2,
#feeTableTab1__line:checked~.tab_area .feeTableLabel1,
#feeTableTab2__line:checked~.tab_area .feeTableLabel2,
#feeTableTab1__froggy:checked~.tab_area .feeTableLabel1,
#feeTableTab2__froggy:checked~.tab_area .feeTableLabel2 {
  background: #4a90d9;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.feeTable table {
  width: 95%;
  margin: 10px auto 10px;
}

.feeTable table td {}

.feeTable table th,
.feeTable table td {
  width: 50%;
  font-size: 1em;
  padding: 9px 2px;
  text-align: center;
  border: #4a90d9 solid 2px;
  background-color: #fff;
  vertical-align: middle;
}

.feeTable table tr:first-of-type th,
.feeTable table tr:first-of-type td {
  background-color: #4a90d9;
  color: #fff;
}

.feeTable table tr:first-of-type th {
  border-right: #fff solid 2px;
}

.recommendPoint {
  margin: 1rem 0;
}

.recommendPoint__title {
  display: inline-block;
  padding: 0 12px;
  margin: 0;
  line-height: 30px;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  color: white;
  background: var(--main-color);
}

.recommendPoint__inner {
  padding: 0.5em;
  border: solid 4px var(--main-color);
}

.recommendPoint__inner p {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  color: #333;
}

.recommendPoint__highlight {
  background-color: #BFDBFE;
  background: -webkit-linear-gradient(180deg, transparent 60%, #BFDBFE 60%);
  background: linear-gradient(180deg, transparent 60%, #BFDBFE 60%);
}

.swiper-container {
  width: 742px;
  height: 300px;
  margin-bottom: 80px;
}

.recommendText p {
  color: #333;
  line-height: 2em;
  width: 95%;
  margin: 0 auto;
}

.recommendText p .important {
  background: linear-gradient(transparent 0%,
      transparent 60%,
      #ffff00 60%,
      #ffff00 100%);
}

@media screen and (max-width: 480px) {
  .tab_area label:hover {
    opacity: unset;
  }

  .ranking__itemImage,
  .ranking__raderChart {
    display: inline-block;
    float: unset;
  }

  .ranking__itemImage {
    width: 100%;
  }

  .ranking__raderChart {
    width: 80%;
    padding: 5px;
    margin: auto;
    display: block;
  }

  .ranking__scoreBlock {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
  }

  .feeTable {
    width: 100%;
    float: unset;
  }

  .swiper-container {
    width: 100%;
    height: 450px;
  }

  .ranking .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
  }

  .ranking .swiper-button-next,
  .ranking .swiper-button-prev {
    height: 27px;
  }
}

/*=============== 証券会社詳細ページ ================*/
h3.itemDetail__h3Title {
  font-size: 28px;
  line-height: 2em;
  color: #0d2b5e;
}

article p.cardParagraph {
  margin-bottom: 2em;
}

.cardParagraph {
  line-height: 1.8em;
}

h3.itemDetail__h3Title,
.cardParagraph {
  margin-left: 39px;
}

.stepCard {
  background-color: #ffe;
  padding: 1.5em 1.5em 1.5em 15px;
  box-shadow: 2px 2px 4px 1px #aaa;
  position: relative;
}

.circle {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #f3f2ea;
  top: calc(50% - 12px);
  box-shadow: 2px 2px 4px 1px #aaa inset;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0d2b5e;
  margin: 0.5em auto;
}

.kaisetsu_btn {
  animation: fluffy1 3s ease infinite;
  margin-bottom: 1.5em;
}

kaisetsu_btn:hover {
  opacity: 0.9;
  transition: 0.25s;
}

h1.itemDetail__h1Title {
  width: 100%;
  font-size: 70px;
  font-weight: 800;
  line-height: 130px;
  padding-left: 1em;
  border-radius: 4px;
  color: #fff;
  margin: 16px 0 10px 0;
  box-shadow: 2px 2px 4px 1px #aaa;
}

.stepCard dl,
.stepCard ul {
  margin-left: 39px;
}

.stepCard dt {
  color: #0d2b5e;
  margin-bottom: 0.5em;
}

.stepCard dd {
  text-indent: 1em;
  font-weight: 400;
}

.reviewWrap {
  width: 97%;
  margin: 0 auto;
}

.reviewContainer {
  width: 100%;
  margin-top: 1.5em;
}

.reviewer {
  width: 15%;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

.reviewer img {
  width: 85%;
  vertical-align: bottom;
}

.reviewBox_left,
.reviewBox_right {
  min-height: 180px;
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 84%;
  background-color: #eee;
  border: 1px solid #666;
  border-radius: 6px;
}

.reviewBox_left::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 70%;
  border-left: 15px solid #666;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.reviewBox_left::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13.5px;
  top: 70%;
  border-left: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.reviewBox_right::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 70%;
  border-right: 15px solid #666;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.reviewBox_right::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13.5px;
  top: 70%;
  border-right: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 780px) {
  .stepCard {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  h1.itemDetail__h1Title {
    line-height: 60px;
    font-size: 8vw;
  }

  h2.itemDetail__h2Title {
    font-size: 4.7vw;
    -webkit-text-size-adjust: 100%;
  }

  article p.cardParagraph {
    width: auto;
    margin-bottom: 0;
  }

  h3.itemDetail__h3Title {
    font-size: 22px;
  }

  .reviewBox_left,
  .reviewBox_right {
    width: 75%;
  }

  .reviewer {
    width: 23%;
  }

  .reviewBox_left::before,
  .reviewBox_left::after,
  .reviewBox_right::before,
  .reviewBox_right::after {
    top: 80%;
  }

  img.kaisetsu_btn {
    width: 95%;
  }

  .itemDetail__feeTable th,
  .itemDetail__feeTable td {
    font-size: 2.5vw;
    -webkit-text-size-adjust: 100%;
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*=============== サイトマップ ================*/
.siteMap {
  background-color: #fff;
}

.siteMap h1 {
  width: 830px;
  height: 50px;
  color: #fff;
  background: #2563b0;
  font-weight: bold;
  font-size: 1.75em;
  text-indent: 0.5em;
  line-height: 1.8em;
  margin: 15px auto;
}

.siteMapLeft,
.siteMapRight {
  width: 50%;
  padding: 1em;
}

.siteMapWrap {
  display: flex;
}

.siteMapH2 {
  line-height: 2em;
  border: solid 1px #333;
  border-left: solid 3px #2563b0;
  padding: 0 1em;
  margin-bottom: 0.5em;
  color: #333;
}

.siteMapH2 a {
  color: #333;
}

.siteMapUl {
  margin-bottom: 1em;
}

.siteMapUl li::before {
  font-family: "Font Awesome 5 Free";
  color: #2563b0;
  content: "\f105";
  position: absolute;
  top: 0.15em;
  left: -1em;
}

.siteMapUl li {
  position: relative;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.siteMapUl li a {
  font-size: 14px;
  color: #333;
  text-indent: 1.5em;
  line-height: 1.5em;
}

@media screen and (max-width: 480px) {

  .siteMapLeft,
  .siteMapRight {
    display: block;
    width: 100%;
    padding: 0 0.5em;
  }

  .siteMapWrap {
    display: block;
  }
}

/*  */
/*  */
/*  */
/*=============== タブレット対応用 ================*/
/*============== トップページ ================*/
@media screen and (max-width: 1000px) {
  .searchBox {
    max-width: 780px;
    margin: 0 auto;
  }

  /* h2.searchTitle{width:780px;} */
  .container {
    width: 100%;
  }

  #tabs,
  .topTopic {
    max-width: 780px;
    margin: 0 auto;
  }

  .right {
    display: none;
  }

  .left {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .ranking,
  .rankingBg {
    width: 100%;
    max-width: 780px;
  }

  .campaign {
    width: 90%;
    height: auto;
  }

  .swiper-container {
    width: 90%;
  }

  .campaignInner {
    width: 100%;
  }

  .campaign p {
    width: 100%;
  }

  .button {
    width: 90%;
  }

  .button a {
    width: 100%;
    background-size: 100% 100%;
  }

  .button a::before {
    width: calc(95% - 64%);
    left: 2%;
    height: 100%;
    top: 0;
    background-position: center;
  }

  .button a::after {
    width: calc(95% - 31%);
    height: 100%;
    top: 0;
    background-position: center;
  }

  .cardtype h3 {
    height: 89px;
  }

  a.cardtype__link {
    padding: 0;
  }

  .hiddenHead01,
  .hiddenHead02,
  .hiddenHead03,
  .hiddenParagraph01,
  .hiddenParagraph02,
  .hiddenParagraph03 {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }
}

/* @media screen and (max-width: 600px){
	nav table{width:480px;}
	nav table td{width:120px;}
	nav table td a{width:120px;font-size:13.2px;}
} */
/*============= ランキングページ ==============*/
@media screen and (max-width: 1000px) {
  table.sp {
    display: block;
    width: 100%;
    max-width: 780px;
  }

  ul.pc,
  a.pc {
    display: none;
  }
}

/*============= スマホで口コミの影非表示 ==============*/
@media screen and (max-width: 480px) {
  .swiper-container-cube .swiper-cube-shadow {
    display: none;
  }
}

/* -----------------個別コンテナ-------------- */
.itemTableTtl {
  font-size: 2rem;
  line-height: 2em;
}

.itemTableTtl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-right: 0.5em;
  color: var(--main-color);
}

.basicInfoTable_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.basicInfoTable {
  width: 24%;
  text-align: center;
}

.basicInfoTable th {
  background-color: #333;
  color: #fff;
}

.basicInfoTable th,
.basicInfoTable td {
  border: solid 1px #ccc;
  padding: 0.5em 0;
  vertical-align: middle;
}

.basicInfoTable tr:last-of-type td {
  padding: 0;
}

.basicInfoTable td img {
  width: 50px;
  height: 50px;
}

.basicInfoTable1 th {
  height: 70px;
}

.basicInfoTable2 th {
  height: 35px;
}

.basicInfoTable2 tr:nth-of-type(2) th {
  font-size: 0.7em;
  width: 50%;
}

.pairTable_container {
  display: flex;
  flex-wrap: wrap;
}

.pairTable_container .pairTable {
  width: calc(100% / 7);
}

.pairTable_container .pairTable div {
  text-align: center;
  vertical-align: middle;
}

.pairTable_container .pairTable div:first-of-type {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
}

.pairTable_container .pairTable div:last-of-type {
  color: #333;
  height: 3em;
  padding: 0.5em 0;
  display: flex;
  border: solid 1px #333;
  justify-content: center;
  align-items: center;
}

.pairTable_container .pairTable_false div:first-of-type {
  background-color: #bbb;
  color: #eee;
}

.pairTable_container .pairTable_false div:last-of-type {
  background-color: #eee;
  color: #bbb;
  border-color: #bbb;
}

.voiceTtl {
  font-size: 2rem;
  line-height: 2em;
  border-bottom: solid 3px var(--main-color);
  margin: 1.5rem 0;
}

.voice_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

.voice_container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.voice_container img {
  width: 15%;
  height: auto;
}

.voice_container .voice_textBox {
  width: 82%;
  border: solid 2px #ddd;
  border-radius: 6px;
  position: relative;
}

.voice_container .voice_textBox::before,
.voice_container .voice_textBox::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 1em;
  top: calc(50% - 1.5em);
}

.voice_container:nth-of-type(odd) .voice_textBox::before {
  border-color: transparent #ddd transparent transparent;
  left: -2em;
}

.voice_container:nth-of-type(odd) .voice_textBox::after {
  border-color: transparent #fff transparent transparent;
  left: calc(-2em + 3px);
}

.voice_container:nth-of-type(even) .voice_textBox::before {
  border-color: transparent transparent transparent #ddd;
  right: -2em;
}

.voice_container:nth-of-type(even) .voice_textBox::after {
  border-color: transparent transparent transparent #fff;
  right: calc(-2em + 3px);
}

.voice_container .voice_textBox {
  padding: 0.5em 1em;
}

.voice_container .voice_textBox p {
  color: #333;
  line-height: 2em;
}

.voice_container .voice_textBox .voice_man::after,
.voice_container .voice_textBox .voice_woman::after {
  margin-left: 1em;
}

.voice_container .voice_textBox .voice_man::after {
  content: "男性";
}

.voice_container .voice_textBox .voice_woman::after {
  content: "女性";
}

.campaignH3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px 1px var(--main-color), -2px 2px 1px var(--main-color), 2px -2px 1px var(--main-color),
    -2px -2px 1px var(--main-color), 2px 0px 1px var(--main-color), 0px 2px 1px var(--main-color),
    -2px 0px 1px var(--main-color), 0px -2px 1px var(--main-color);
  text-align: center;
  position: relative;
  line-height: 2em;
  margin: 1rem 0;
  padding: 0 20%;
  background-color: #FFEBB7;
  border-radius: 1em;
}

.campaignH3::before,
.campaignH3::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  width: 15%;
  height: 100px;
  background-image: url(/sp/wp-content/themes/shouken/images/campaignTtl.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.campaignH3::before {
  left: 5%;
  transform: scale(-1, 1);
}

.campaignH3::after {
  right: 5%;
}

.campaign_container h4 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2em;
  color: var(--main-color);
}

.campaign_container img {
  width: 95%;
  margin: 0 2.5%;
}

.officialBtn {
  text-align: center;
  margin: 2rem auto;
  width: 95%;
}

.detailBtn {
  text-align: center;
  margin: -1rem auto 2rem;
  width: 50%;
}

.detailBtn a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 1.3rem;
  width: 100%;
  color: #555;
}

.detailBtn a:hover {
  text-decoration: none;
}

.detailBtn a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  padding-left: 1.5em;
}

@media screen and (max-width: 480px) {
  .ranking h2 {
    font-size: 6vw;
    padding: 1vw;
    text-indent: 0;
    width: 100%;
  }

  .ranking h2 div.itemName {
    text-indent: 14vw;
  }

  #detailPage .ranking h2 div.itemName {
    text-indent: 2vw;
  }

  .ranking h2 div:last-child {
    font-size: 4vw;
  }

  .recommendPoint__title {
    font-size: 3.5vw;
  }

  .recommendPoint {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .recommendPoint .recommendPoint__inner p {
    font-size: 4.5vw;
  }

  .recommendText p {
    font-size: 3.3vw;
  }

  .itemTableTtl {
    font-size: 5vw;
    padding-left: 0.5em;
  }

  .basicInfoTable {
    width: 49%;
    margin-bottom: 5px;
  }

  .basicInfoTable1 th {
    height: 35px;
  }

  .pairTable_container {
    font-size: 3vw;
  }

  .pairTable_container .pairTable {
    width: calc(100% / 5);
  }

  .voiceTtl {
    font-size: 5vw;
    padding-left: 0.5em;
  }

  .voice_container {
    margin: 0.5em;
  }

  .voice_container .voice_textBox {
    font-size: 3.3vw;
  }

  .campaignH3 {
    font-size: 5vw;
  }

  .campaignH3::before,
  .campaignH3::after {
    bottom: -3rem;
  }

  .campaign_container h4 {
    font-size: 4vw;
  }

  .detailBtn {
    margin-top: -1.5rem;
  }

  .detailBtn a {
    font-size: 4vw;
  }
}

/* ---------コラムページ-------- */
.column .columnTtl {
  border-bottom: double 5px var(--main-color);
  border-top: solid 2px var(--main-color);
  text-indent: 0;
  margin-bottom: 1rem;
  padding: .2em;
}

.column h3 {
  color: var(--main-color);
  font-size: 1.2em;
  position: relative;
  margin-bottom: .5em;
}

.column h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--main-color), transparent);
}

.column p {
  color: #555;
  line-height: 2em;
  text-indent: 1em;
  margin-bottom: 2em;
}

.column img {
  width: 70%;
  margin: 1em 15%;
}

.column ol,
.column ul {
  counter-reset: item;
  margin-bottom: 2em;
  margin-left: 1em;
}

.column ol li,
.column ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  color: #555;
  line-height: 2em;
}

.column ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: var(--main-color);
}

.column ul li:before {
  content: "・";
  padding-right: .5em;
  font-weight: bold;
}

.column table {
  margin: 0 auto 2rem;
}

.column table th,
.column table td {
  padding: .5em;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.column table th {
  background-color: var(--main-color);
  color: #fff;
}

.column table td {
  color: #555;
}

@media screen and (max-width: 480px) {
  .column {
    width: 95%;
  }
}

.bnr_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.bnr_container .bnr {
  width: 49%;
  margin-bottom: 1rem;
}

.bnr_container .bnr_top {
  width: 100%;
}

/* -------------FX会社一覧------------ */
.ichiranH2 {
  font-size: 1.5rem;
  line-height: 2em;
  text-indent: 1em;
  background-color: var(--main-color);
  color: #fff;
}

.ichiran_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ichiran_container .item_box {
  width: 180px;
  margin-bottom: 2rem;
}

.ichiran_container a {
  text-decoration: none;
}

.ichiran_container img {
  width: 94%;
  margin: 0 3%;
}

.ichiran_container p {
  text-align: center;
  color: #777;
  font-size: 0.8rem;
}

.rankingPageTtl {
  font-size: 2rem;
  line-height: 2em;
  text-indent: 1em;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
  .rankingPageTtl {
    font-size: 5vw;
    margin-bottom: 0;
  }
}

.spreadTable_container,
.swapTable_container {
  display: flex;
  flex-wrap: wrap;
}

.spreadTable_container .divCell,
.swapTable_container .divCell {
  width: calc(100% / 8);
  text-align: center;
}

.spreadTable_container .divCell div:nth-of-type(1),
.swapTable_container .divCell div:nth-of-type(1) {
  background-color: #333;
  color: #fff;
  padding: .5em 0;
}

.spreadTable_container .divCell div:nth-of-type(2),
.swapTable_container .divCell div:nth-of-type(2) {
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #ccc;
  padding: .5em 0;
  height: 83px;
}

.spreadTable_container .divCell div:nth-of-type(2) img,
.swapTable_container .divCell div:nth-of-type(2) img {
  width: 50%;
}

.orderTable_container {
  display: flex;
  flex-wrap: wrap;
}

.orderTable {
  width: calc(100% / 5);
  text-align: center;
  padding: 1em 0;
  border: solid 1px #ccc;
  background-color: #bbb;
  color: #eee;
}

.orderTable_true {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 480px) {

  .spreadTable_container .divCell,
  .swapTable_container .divCell {
    width: calc(100% / 4);
  }

  .orderTable {
    width: calc(100% / 4);
    font-size: 3vw;
  }
}

/* ============詳細ページ20220415=============== */
.detailPage_table {
  width: 100%;
}

.detailPage_table tr th,
.detailPage_table tr td {
  vertical-align: middle;
  padding: .5em;
  font-size: 1.2rem;
  border: solid 1px #ddd;
}

.detailPage_table tr th {
  text-align: center;
  width: 50%;
  background-color: #FFFBE7;
  color: #333;
  text-shadow: 2px 2px 0 #fff;
}

.detailPage_table tr td {
  text-align: right;
  width: 50%;
}

.spread_container .detailPage_table th,
.swap_container .detailPage_table th {
  width: 25%;
}

.spread_container .detailPage_table td,
.swap_container .detailPage_table td {
  width: 25%;
}

.spread_container .detailPage_table .td_data,
.swap_container .detailPage_table .td_data {
  border-right: none;
}

.spread_container .detailPage_table .td_mark,
.swap_container .detailPage_table .td_mark {
  width: 1.5em;
  padding: 0;
  text-align: center;
  border-left: none;
}

.spread_container .detailPage_table td img,
.swap_container .detailPage_table td img {
  width: 1em;
  margin-left: .5em;
}

.pair_container .detailPage_table th,
.pair_container .detailPage_table td,
.order_container .detailPage_table th,
.order_container .detailPage_table td {
  width: 25%;
}

.pair_container .detailPage_table td img,
.order_container .detailPage_table td img {
  width: 1em;
}

@media (max-width: 480px) {
  .detailPage_table {
    width: 96%;
    margin: 0 auto;
  }

  .detailPage_table tr th,
  .detailPage_table tr td {
    font-size: 3.2vw;
  }

  .detailPage_table tr th {
    text-shadow: 1px 1px 0 #fff;
  }

  .spread_container p.small,
  .swap_container p.small,
  .pair_container p.small,
  .order_container p.small {
    font-size: 2.8vw;
  }
}

.link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 1rem auto;
}

.link_detail {
  width: 15%;
  text-align: center;
}

.link_detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #eee;
  color: #555;
  font-size: 1.2rem;
  border: solid 2px #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 0 #ccc;
}

.link_official {
  width: 84%;
  margin: 0 auto;
}

.link_official a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background-color: #F45050;
  color: #fff;
  border: solid 2px #E44040;
  border-radius: 999px;
  box-shadow: 0 4px 0 #E44040;
  position: relative;
}

.link_official a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
}

.link_wrap a {
  text-decoration: none;
}

@media (max-width: 480px) {
  .link_wrap {
    width: 96%;
  }

  .link_detail {
    width: 15%;
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
  }

  .link_detail a {
    font-size: 4vw;
    height: 3em;
  }

  .link_official {
    width: 84%;
    margin-bottom: .7rem;
    margin-top: .7rem;
  }

  .link_official a {
    font-size: 4vw;
    height: 3em;
  }

  .link_official a img {
    width: auto;
    height: 2.5em;
  }

  .link_official a::after {
    right: .5em;
  }
}

.itemTable {
  width: 100%;
  margin: 0 auto 1rem;
}

.itemTable table {
  width: 100%;
}

.itemTable table th,
.itemTable table td {
  width: calc(100% / 6);
  padding: .5em 0;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.itemTable table th {
  background-color: #F9F5EB;
}

.itemTable table td img {
  width: 1.2em;
  vertical-align: bottom;
  margin-right: .2em;
}

.itemTable table.pc {
  display: table;
}

.itemTable table.sp {
  display: none;
}

@media (max-width: 480px) {
  .itemTable table.pc {
    display: none;
  }

  .itemTable table.sp {
    display: table;
    width: 98%;
    margin: 0 auto 1rem;
    font-size: 4vw;
  }
}

/* 結論コンテンツ */
.summary {
  width: 100%;
  margin: 2rem auto 1rem;
  border: solid 2px var(--main-color);
}

.summary h2 {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: .5em .5em .5em 4em;
  position: relative;
}

.summary h2::before {
  position: absolute;
  content: "";
  left: -8px;
  bottom: .5em;
  background-image: url(/wp-content/themes/shouken/images/summary_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 4.5em;
  height: 100px;
}

.summary .summary_inner {
  padding: 0 .5rem .5rem;
}

.summary .summary_inner .summary_article {
  width: 100%;
  background-color: rgb(228, 245, 255);
  padding: 1em;
  border-radius: 16px;
}

.summary .summary_inner .summary_article p {
  line-height: 1.75em;
}

.summary .summary_inner .summary_article p:not(:last-of-type) {
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .summary {
    width: 96%;
  }

  .summary h2 {
    font-size: 4.5vw;
  }
}

.start {
  width: 100%;
  margin: 0 auto 1rem;
}

.start .start-title {
  height: unset;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2em;
  color: var(--main-color);
  border-top: solid 3px var(--main-color);
  border-bottom: solid 3px var(--main-color);
  position: relative;
  margin-bottom: 2rem;
}

.start .start-title::before,
.start .start-title::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 1.5rem 2rem 0;
  left: 2rem;
  border-color: transparent;
}

.start .start-title::before {
  border-top-color: var(--main-color);
  bottom: -1.5rem;
}

.start .start-title::after {
  border-top-color: #fff;
  bottom: calc(-1.5rem + 3.7px);
}

.start .start-title span {
  position: relative;
  margin-left: 1.5em;
}

.start .start-title span::before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.4em;
  height: 1em;
  /* margin: 0 .5em; */
  border-radius: 0;
  background-color: var(--main-color);
  content: "";
}

.start .start-container .start-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
}

.start .start-container .start-tab-wrap .start-tab {
  display: block;
  width: calc((100% - 6px) / 3);
  padding: .5em 0;
  background-color: #ddd;
  color: #777;
  border: none;
  font-size: .9rem;
  font-weight: bold;
}

.start .start-container .start-tab-wrap .start-tab.start-tab-active {
  background-color: var(--main-color);
  background: linear-gradient(#4c4f54 50%, var(--main-color) 50%);
  color: #ffffff;
  font-size: 1.1rem;
}

.start .start-container .start-tab-wrap .start-tab.start-tab-active strong {
  color: #ffca37;
}

.start .start-container .start-content {
  display: none;
  padding: 1rem;
  border: solid 3px var(--main-color);
  background: linear-gradient(-45deg, #f5f5f5 25%, #fff 25%, #fff 50%, #f5f5f5 50%, #f5f5f5 75%, #fff 75%);
  background-size: 10px 10px;
}

.start .start-container .start-content.start-content-active {
  display: inherit;
}

.start .start-container .start-content p {
  line-height: 1.75em;
  width: 100%;
}

.start .start-container .start-content p:not(:last-of-type) {
  margin-bottom: 1em;
}

.start .start-container .start-content img {
  border-radius: 8px;
  margin-bottom: .5em;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 480px) {
  .start .start-title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .start .start-container .start-tab-wrap .start-tab {
    font-size: 3.5vw;
    line-height: 1.1em;
  }

  .start .start-container .start-tab-wrap .start-tab.start-tab-active {
    font-size: 4.2vw;
  }

  .start .start-container .start-content img {
    height: auto;
  }
}

.compare-table-more-btn {
  width: 100%;
  margin: -1.5rem auto 1rem;
  text-align: center;
}

.compare-table-more-btn .compare-table-more-btn-inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  border: dashed 1px #ccc;
  color: #aaa;
  line-height: 1.7em;
  padding: .25em 1em;
  font-weight: bold;
  min-width: 200px;
  display: inline-block;
}



.tabs-container {
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* 角丸を適用するために必要 */
}

/* タブのナビゲーションスタイル */
.tab-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 2px solid #eee;
  gap: 8px;
}

.tab-link {
  width: calc((100% - 16px) / 3);
  padding: 15px 20px;
  cursor: pointer;
  background-color: #eee;
  color: #555;
  transition: background-color 0.1s ease, color 0.1s ease;
  border-right: 1px solid #eee;
  /* タブ間の区切り線 */
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.tab-link:last-child {
  border-right: none;
  /* 最後のタブの区切り線を削除 */
}

.tab-link:hover {
  background-color: #e9e9e9;
  color: #333;
}

.tab-link.active {
  background-color: #4c4f54;
  color: #fff;
  border-bottom: 2px solid #4c4f54;
  /* アクティブタブの下線 */
  position: relative;
  top: 2px;
  /* 少し持ち上げて、下線を強調 */
}

/* タブのコンテンツスタイル */
.tab-content {
  padding: 20px;
  background-color: #fff;
  display: none;
  /* デフォルトでは非表示 */
  border: solid 2px #eee;
  overflow: scroll;
}

.tab-content.active {
  display: block;
  /* アクティブなコンテンツのみ表示 */
}

.tab-content h3 {
  margin-top: 0;
  color: #333;
}

.tab-content p {
  line-height: 1.6;
  color: #666;
}

.tab-content table td a {
  color: #222222;
}

.pr {
  text-align: right;
  margin: .4em 0;
  color: #414141;
}
a.compareAnchor {
    color: #666;
}

html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }

@media screen and ( max-width: 782px ) {
	html { margin-top: 0 !important; }
	* html body { margin-top: 0 !important; }
}



/*------------------------------------------------------------------------------- ichiran -------------------------------------------------------------------------------*/
table.ichiran tr.tr1 th.th1 {width: 95px;font-size: 15px;text-align: center;padding: 10px 0;border-right: 1px solid #c8c8c8;}
table.ichiran tr.tr2 td.td2{vertical-align: middle;text-align: left;border-right: 1px solid #c8c8c8;word-break: break-all !important;font-size: 9px !important;line-height: 1.6em !important;width: 210px !important;}
table.ichiran tr.tr2 td.td2 span {color: #ef5355 !important;font-size: 1.5em;}
table.ichiran tr.tr2 td.td2 a {color: #002cb2;}
@media screen and (max-width: 480px) {
table.ichiran tr.tr2 td.td2 span {font-size:3vw;display:inline-block}
}
/*------------------------------------------------------------------------------- /ichiran -------------------------------------------------------------------------------*/

  .recommend_container {
    width: 96%;
    margin: 1rem auto;
    background: #0C7B93;
    background-size: 12px 12px;
    padding: 2px;
  }

  .recommend_inner {
    background: #fff;
    width: 100%;
    padding: 1em;
  }

  .recommend_inner h2 {
    color: #0C7B93;
    font-size: 2rem;
    padding-bottom: .3em;
    text-shadow: 2px 2px 0 #fff;
    border-bottom: solid 3px #0C7B93;
    margin-bottom: .3em;
    text-align: center;
  }

  .recommend_inner h2 span {
    background: linear-gradient(transparent 50%, #FFFF7D 50%);
  }

  .recommend_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }

  .recommend_list a:hover {
    text-decoration: none;
  }

  .recommend_list .recommend_card {
    width: calc((100% - 8px*2) / 3);
    background: #f7f7f7;
    border: solid 1px #e0e0e0;
    border-radius: 6px;
    padding: .5em;
  }

  .recommend_list .recommend_card h3 {
    font-size: 1.1rem;
    text-align: center;
    color: rgb(232, 159, 15);
  }

  .recommend_list .recommend_card>a {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .recommend_list .recommend_card .recommend_wrap_txt {
    display: flex;
    flex-direction: column;
    gap: .5em;

  }

  .recommend_list .recommend_card .recommend_wrap_txt h4 {
    text-align: center;
  }

  .recommend_list .recommend_card .recommend_wrap_txt>p {
    font-size: .8rem;
    line-height: 1.3;
    color: #666;
    background: #fff;
    padding: .5em;
    border-radius: 6px;
    width: 100%;
    border: solid 1px #e0e0e0;
  }

  .recommend_list .recommend_card .recommend_wrap_txt>a {
    display: block;
    width: 100%;
    background: rgb(13, 174, 29);
    box-shadow: 0 3px 0px rgb(9, 147, 23);
    color: #fff;
    padding: .5em;
    border-radius: 6px;
    text-align: center;
    margin: auto auto 0;
  }

  .recommend_list .recommend_card1 {
    background: rgb(255, 251, 228);
	  box-shadow: 0 0 6px rgba(0,0,250,0.3);
  }

  .recommend_list .recommend_card1 h3 {
    width: 100%;
  }



  @media screen and (max-width: 480px) {

    .recommend_inner {
      padding: 2vw;
    }

    .recommend_inner h2 {
      font-size: 5vw;
    }

    .recommend_list .recommend_card {
      width: calc((100% - 8px) / 2);
      padding: 2vw;
    }

    .recommend_list .recommend_card1 {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: .5em;
    }

    .recommend_list .recommend_card1>a {
      width: calc(40% - .5em / 2);
    }

    .recommend_list .recommend_card1 .recommend_wrap_txt {
      width: calc(60% - .5em / 2);
    }

    .recommend_list .recommend_card>a {
      width: 100%;
    }

    .recommend_list .recommend_card1>a {
      width: calc((100% - .5em) / 2);
    }

    .recommend_list .recommend_card>a h4 {
      font-size: 4vw;
      margin: .5em 0;
      color: #333;
    }

    .recommend_list .recommend_card1 .recommend_wrap_txt {
      width: calc((100% - .5em) / 2);
    }

    .recommend_list .recommend_card .recommend_wrap_txt>p {
      font-size: 3vw;
      line-height: 1.3;
    }

    .recommend_list .recommend_card .recommend_wrap_txt>a {
      font-size: 3.5vw;
    }


  }
