@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.hidden {
  display: none !important;
}
.clear {
  clear: both !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.line-height {
  line-height: 0 !important;
}
.clear-right {
  clear: right !important;
}
.clear-left {
  clear: left !important;
}
.center-relative {
  margin-left: auto;
  margin-right: auto;
}
.center-absolute {
  left: 50%;
}
.center-text,
.center,
.align_center {
  text-align: center !important;
}
.text-left,
.left {
  text-align: left !important;
}
.text-right,
.right {
  text-align: right !important;
}
.absolute {
  position: absolute !important;
}
.fixed {
  position: fixed !important;
}
.relative {
  position: relative !important;
}
.margin-0 {
  margin: 0 !important;
  line-height: 0 !important;
}
.top-0 {
  margin-top: 0 !important;
}
.top-5 {
  margin-top: 5px !important;
}
.top-10 {
  margin-top: 10px !important;
}
.top-15 {
  margin-top: 15px !important;
}
.top-20 {
  margin-top: 20px !important;
}
.top-25 {
  margin-top: 25px !important;
}
.top-30 {
  margin-top: 30px !important;
}
.top-50 {
  margin-top: 50px !important;
}
.top-60 {
  margin-top: 60px !important;
}
.top-70 {
  margin-top: 70px !important;
}
.top-75 {
  margin-top: 75px !important;
}
.top-80 {
  margin-top: 80px !important;
}
.top-100 {
  margin-top: 100px !important;
}
.top-105 {
  margin-top: 105px !important;
}
.top-120 {
  margin-top: 120px !important;
}
.top-150 {
  margin-top: 150px !important;
}
.top-200 {
  margin-top: 200px !important;
}
.top-negative-30 {
  margin-top: -30px !important;
}
.left-35 {
  margin-left: 35px !important;
}
.bottom-0 {
  margin-bottom: 0 !important;
}
.bottom-10 {
  margin-bottom: 10px !important;
}
.bottom-20 {
  margin-bottom: 20px !important;
}
.bottom-30 {
  margin-bottom: 30px !important;
}
.bottom-40 {
  margin-bottom: 40px !important;
}
.bottom-50 {
  margin-bottom: 50px !important;
}
.bottom-60 {
  margin-bottom: 60px !important;
}
.bottom-70 {
  margin-bottom: 70px !important;
}
.bottom-100 {
  margin-bottom: 100px !important;
}
.bottom-150 {
  margin-bottom: 150px !important;
}
.bottom-200 {
  margin-bottom: 200px !important;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bottom-0 {
  padding-bottom: 0 !important;
}
blockquote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  max-width: 400px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  font-style: italic;
  border-left: 10px solid #e625a4;
}
iframe {
  width: 100%;
}
em {
  font-style: italic;
}
ol {
  list-style-type: decimal;
}
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.underline {
  text-decoration: underline;
}
.break {
  display: none;
}
.sp-break {
  display: block;
}
.is-desktop {
  display: none !important;
}
.is-mobile {
  display: block !important;
}
.is-ipad {
  display: none !important;
}
ul.t-indent {
  text-align: left;
}
ul.t-indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.kome-caption {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 13px;
}
.fc_red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .break {
    display: block;
  }
  .sp-break {
    display: none;
  }
  .is-desktop {
    display: block !important;
  }
  .is-mobile {
    display: none !important;
  }
  .is-ipad {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .break {
    display: none;
  }
  .sp-break {
    display: block;
  }
  .is-desktop {
    display: none !important;
  }
  .is-mobile {
    display: none !important;
  }
  .is-ipad {
    display: block !important;
  }
}
a.button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 1rem 3rem;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #f0232d;
  border-radius: 80px;
  transition: all 0.2s linear;
  vertical-align: middle;
  cursor: pointer;
}
a.button:hover,
a.button:focus {
  background-color: #f3535b;
}
a.button:after {
  position: absolute;
  content: " ";
  margin-top: -9px;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  transform: rotate(45deg);
}
a.button.expanded {
  display: block;
  width: 100%;
}
.columns {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.columns:after {
  display: table;
  content: " ";
  clear: both;
}
.columns .column {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
}
.columns .col1,
.columns .col2,
.columns .col3,
.columns .col4,
.columns .col5,
.columns .col6,
.columns .col7,
.columns .col8,
.columns .col9,
.columns .col10,
.columns .col11,
.columns .col12 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .columns .col12 {
    width: 100%;
  }
  .columns .col11 {
    width: 91.66667%;
  }
  .columns .col10 {
    width: 83.33333%;
  }
  .columns .col9 {
    width: 75%;
  }
  .columns .col8 {
    width: 66.66667%;
  }
  .columns .col7 {
    width: 58.33333%;
  }
  .columns .col6 {
    width: 50%;
  }
  .columns .col5 {
    width: 41.66667%;
  }
  .columns .col4 {
    width: 33.33333%;
  }
  .columns .col3 {
    width: 25%;
  }
  .columns .col2 {
    width: 16.66667%;
  }
  .columns .col1 {
    width: 8.33333%;
  }
}
html {
  background-color: #ffffff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: inherit;
  font-family: monospace;
}
a {
  color: #0a72ff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  word-break: break-all;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
  text-decoration: underline;
}
code {
  background-color: #f5f5f5;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}
hr {
  background-color: #f5f5f5;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #363636;
  font-weight: 700;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table {
  margin-bottom: 25px;
  width: 100%;
}
#header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
#header:after {
  display: table;
  content: " ";
  clear: both;
}
#body-wrapper {
  background-color: #f1f1f1;
}
#wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
#wrapper:after {
  display: table;
  content: " ";
  clear: both;
}
#main {
  position: relative;
  padding: 0;
  padding-bottom: 24px;
  padding-top: 24px;
}
#main:after {
  display: table;
  content: " ";
  clear: both;
}
#sidebar {
  position: relative;
  display: block;
  box-sizing: border-box;
}
#sidebar .banner li a .detail-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
  height: 32px;
  font-weight: bold;
}
#sidebar .banner li a .detail-btn span {
  position: relative;
  display: block;
}
#sidebar .banner li a .detail-btn:hover,
#sidebar .banner li a .detail-btn active {
  opacity: 0.6;
}
#sidebar .voice-btn {
  margin: 60px 0 60px;
}
#sidebar .voice-btn a {
  display: block;
  color: #fff;
  background-color: #2bae97;
  border-radius: 0px;
  padding: 24px 12px;
  text-align: center;
  font-size: 14px;
  /*    box-shadow: 0 6px 0 #208372;*/
  font-weight: bold;
  margin: 20px 8%;
}
#sidebar .voice-btn a:hover,
#sidebar .voice-btn a active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
  text-decoration: none;
}
#sidebar .title h3 span {
  display: block;
  line-height: 1;
  display: block;
  padding: 60px 24px 12px 0px;
  text-align: left;
  font-size: 16px;
  color: #496f86;
  font-weight: 500;
}
#sidebar .title h3 span a {
  color: #496f86;
}
#sidebar .sidebar-contents ul li {
  margin: 6px 0;
  background-color: #ffffff;
}
#sidebar .sidebar-contents ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  padding: 12px 12px 12px 12px;
  border-left: 6px solid #869ad5;
}
@media screen and (min-width: 1025px) {
  #sidebar .sidebar-contents ul li a .rank_img {
    display: flex;
    width: 20%;
    float: left;
  }
  #sidebar .sidebar-contents ul li a .rank_sidrbartitle {
    display: flex;
    padding: 12px 12px 12px 12px;
    float: left;
    vertical-align: middle;
    width: 80%;
    font-weight: 600;
    word-break: break-all;
  }
  #sidebar .sidebar-contents ul li a .contents_img {
    display: flex;
    width: 35%;
    float: left;
  }
  #sidebar .sidebar-contents ul li a .contents_sidrbartitle {
    display: flex;
    padding: 12px 12px 12px 12px;
    float: left;
    vertical-align: middle;
    /* width: 65%; */
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar {
    margin: 0 auto;
    width: 90%;
  }
  #sidebar .banner li a {
    display: block;
    position: relative;
    line-height: 0;
  }
  #sidebar .banner li a .detail-btn span {
    position: relative;
    display: block;
  }
  #sidebar .banner li a .detail-btn:hover,
  #sidebar .banner li a .detail-btn active {
    opacity: 0.6;
  }
  #sidebar .voice-btn a:hover,
  #sidebar .voice-btn a active {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
  }
  #sidebar .sidebar-contents ul li a .rank_img {
    display: flex;
    width: 10%;
    float: left;
  }
  #sidebar .sidebar-contents ul li a .rank_sidrbartitle {
    display: flex;
    padding: 12px 12px 12px 12px;
    float: left;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
  }
  #sidebar .sidebar-contents ul li a .contents_img {
    display: flex;
    width: 35%;
    float: left;
  }
  #sidebar .sidebar-contents ul li a .contents_sidrbartitle {
    display: flex;
    padding: 12px 12px 12px 12px;
    float: left;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  #sidebar .banner li {
    margin-bottom: 24px;
    width: 50%;
    margin: 24px auto 24px;
  }
}
@media screen and (max-width: 500px) {
  #sidebar .banner li {
    margin-bottom: 24px;
    width: 90%;
    margin: 24px auto 24px;
  }
}
#key-visual {
  /* margin: 0 0 24px; */
}
#key-visual .key-visual-bottom {
  font-size: 12px;
}
#key-visual .datatext {
  font-size: 10px;
  text-align: center;
}
#contents-banner {
  position: relative;
  margin: 0 0 48px;
  padding: 0;
}
#contents-banner .banner a {
  display: block;
  line-height: 0;
  margin-top: 12px;
  position: relative;
}
#contents-banner .banner a img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #contents-banner .banner a .detail-btn {
    display: -webkit-flex;
    display: flex;
  }
}
#contents-banner .banner a .detail-btn span {
  position: relative;
  display: block;
}
#contents-banner .banner a .detail-btn:hover,
#contents-banner .banner a .detail-btn active {
  opacity: 0.6;
}
#footer {
  position: relative;
  margin: 0;
  padding: 0;
}
#footer:after {
  display: table;
  content: " ";
  clear: both;
}
@media screen and (min-width: 1025px) {
  #key-visual {
    background: transparent url(../../common/img/kv_bg.png) no-repeat 0 0;
    background-size: cover;
    margin: 0 0;
  }
  #key-visual .datatext {
    font-size: 12px;
    text-align: right;
  }
  #main {
    max-width: 1200px;
    min-width: 1025px;
    margin: 0 auto;
  }
  #main #contents {
    float: left;
    width: 70%;
  }
  #main #sidebar {
    /*
        float: right;
        width: 30%;
*/
    padding: 0 0 0 4%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #main {
    min-width: 100%;
    max-width: 100%;
    padding: 24px 2%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 320px) {
  #key-visual {
    margin: 0 0 12px;
  }
  #key-visual .datatext {
    font-size: 11px;
    text-align: left;
    text-indent: -1em;
    margin-left: 2em;
  }
}
.section {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section:after {
  display: table;
  content: " ";
  clear: both;
}
.section .about_dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #e98075;
}
.section .about_dl dd {
  margin: 0 0 24px 12px;
  font-size: 14px;
}
.content-area {
  padding-bottom: 24px;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.content-area .container .content-area-inner {
  overflow: hidden;
}
.content-area .container .content-area-inner img {
  zoom: 0.5;
}
.content-area .container .content-area-inner img.right_img {
  float: right;
  margin: 0 0 12px 12px;
}
.content-area .container .content-area-inner img.left_img {
  float: left;
  margin: 0 12px 12px 0;
}
.content-area .container .content-area-inner img.wide {
  width: 100%;
  zoom: 1;
  margin-top: 12px;
}
.content-area .container .content-area-inner .section-sub-title:first-child {
  margin-top: 0;
}
.content-area .container .content-area-inner p {
  margin-top: 12px;
  white-space: pre-line;
}
#pager ul {
  display: flex;
  margin: 0 0 24px;
}
#pager ul li {
  list-style-type: none;
  flex: 1;
}
#pager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 0;
  box-sizing: border-box;
  border: 1px solid #496f86;
  background-color: #fff;
  color: #496f86;
}
#pager ul li.active a {
  background-color: #496f86;
  color: #fff;
  border-right: 1px solid #fff;
}
#pager ul li.active:last-child a {
  border-right: none;
}
.section-title-h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  padding-left: 12px;
  border-left: 4px solid #e98075;
}

.head_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.content-voice {
  max-width: 100%;
  border: 1px solid #e7e7e7;
  padding: 24px;
  margin: 24px 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.content-voice .content-list li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 13px;
  line-height: 1.7;
}
.contents-table {
  width: 100%;
  margin-top: 12px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.contents-table th {
  padding: 10px;
  font-size: 16px;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.contents-table td {
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
.section-osusume-dl dt {
  font-weight: bold;
  margin-top: 24px;
  color: #ff9000;
}
.section-osusume-dl dt strong {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  color: #ff9000;
}
.section-osusume-dl dd {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .section .section-title {
    padding: 0;
  }
  .section .section-title .title {
    padding: 24px 12px;
    font-size: 28px;
  }
  #result .container {
    padding: 0 4% 48px;
  }
  #result .container-table {
    padding: 0 8px 48px 8px;
  }
  .content-area .container {
    padding: 0 24px 24px;
  }
  .content-area .container .content-area-inner img {
    zoom: 1;
  }
  .content-voice {
    padding: 24px;
    margin: 24px 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .section .section-title {
    padding: 0;
  }
  .section .section-title .title {
    /* padding: 24px 12px; */
    /* font-size: 20px; */
  }
}
#header {
  padding: 12px 0 12px;
}
#header .container {
  position: relativeF;
  padding-left: 0;
  padding-right: 0;
}
#header .container .logo {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#header .container .logo a {
  color: #194776;
  line-height: 1.4;
  font-weight: normal;
}
#header .container .logo a strong {
  font-size: 25px;
  font-weight: normal;
}
#header .container .logo a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
#header .container .logo-strong {
  display: none;
}
#header .container .header-info {
  display: none;
}
.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.header-nav > ul {
  position: relative;
  display: flex;
  width: 100%;
}
.header-nav > ul > li {
  background: #fff2f3;
  box-sizing: border-box;
  height: 10vw;
  text-align: center;
  width: 10vw;
  margin: 0 0 0 90vw;
}
.header-nav > ul > li.active {
  background: #fff2f3;
}
.header-nav > ul > li a,
.header-nav > ul > li span {
  color: #e98075;
}
.header-nav > ul > li:after {
  content: "&nbsp;";
  border-right: solid 2px #fff;
  position: absolute;
  top: -2px;
  right: -3px;
  line-height: 60px;
  font-size: 0;
}
.header-nav > ul > li a {
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 12px;
  height: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.header-nav > ul > li.nav-aco ul {
  display: none;
  z-index: 999;
  position: absolute;
  top: 10vw;
  left: 0;
  padding: 0;
  width: 100vw;
  max-height: 420px;
  overflow: scroll;
}
.header-nav > ul > li.nav-aco ul li {
  background: rgba(214, 95, 82, 0.9);
  width: 100%;
  border: none;
  height: auto;
}
.header-nav > ul > li.nav-aco ul li a {
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  display: block;
}
.header-nav > ul > li.nav-aco ul li:last-child a {
  border: none;
}
.header-nav > ul > li.nav-aco ul li:last-child:after {
  border: none;
}

@media screen and (min-width: 1025px) {
  #header {
    padding: 18px 0;
    margin: 0 auto;
    background-color: #fff;
  }
  #header .container {
    position: relativeF;
    min-width: 1025px;
  }
  #header .container .logo {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
  }
  #header .container .logo a strong {
    font-size: 36px;
  }
  #header .container .logo-strong {
    display: block;
    font-size: 12px;
    margin: 6px 0 0;
    line-height: 1;
    padding: 0;
  }
  #header .container .header-info {
    display: block;
    float: right;
  }
  #header .container .header-info li {
    display: inline-block;
    text-align: right;
    margin: 0 12px;
  }
  #header .container .header-info li a {
    position: relative;
    padding: 6px 0 6px 20px;
    display: block;
    color: #333;
    font-size: 14px;
    border-bottom: none;
  }
  #header .container .header-info li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e46356;
  }
  #header .container .header-info li a:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #header .container {
    min-width: 100%;
    max-width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #header .container .logo a strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  #header {
    padding: 12px 0 12px;
  }
  #header .container .logo {
    font-size: 16px;
  }
  #header .container .logo a strong {
    font-size: 21px;
  }

  .header-nav ul li a {
    font-size: 11px;
    height: 100%;
    letter-spacing: 0;
  }
}
#footer {
  padding: 24px 0 0;
  text-align: center;
}
#footer .copyright {
  font-size: 10px;
  margin-top: 24px;
  padding: 12px 0;
  font-style: normal;
  color: #fff;
  background-color: #869ad5;
}
#footer .footer-menu {
  width: 100%;
}
#footer .footer-menu .footer-menu-inner {
  text-align: left;
}
#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-title {
  background-color: #525252;
  color: #fff;
  padding: 22px 4%;
  margin: 0;
}
#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list {
  padding: 0;
}
#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a {
  position: relative;
  padding: 20px 8% 20px 4%;
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
}
#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #cacaca;
  border-top: 2px solid #cacaca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:active {
  text-decoration: none;
  background-color: #f1f1f1;
}
#footer .kuchikomi-btn {
  margin: 24px -6px;
}
#footer .kuchikomi-btn ul {
  width: 100%;
  display: table;
}
#footer .kuchikomi-btn ul li {
  width: 49%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
  box-sizing: border-box;
}
#footer .kuchikomi-btn ul li a {
  display: block;
  color: #fff;
  background-color: #2bae97;
  border-radius: 0px;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  /*    box-shadow: 0 6px 0 #208372;*/
  font-weight: bold;
  line-height: 1.4;
}
#footer .kuchikomi-btn ul li a:active,
#footer .kuchikomi-btn ul li a:hover {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
  text-decoration: none;
}
#footer .top-and-company-btn {
  margin: 24px -6px;
}
#footer .top-and-company-btn ul {
  width: 100%;
  display: table;
}
#footer .top-and-company-btn ul li {
  width: 49%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
  box-sizing: border-box;
}
#footer .top-and-company-btn ul li a {
  display: block;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  color: #333;
  box-shadow: 0 3px 0 #bbbbbb;
}
#footer .top-and-company-btn ul li a:active,
#footer .top-and-company-btn ul li a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: 0 0 0 transparent;
}
#footer-bar .container .multiple li a .icon {
  display: block;
  margin: 0 auto 5px auto;
}
#footer-bar .container .single li {
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #d9d7cb;
  border-right: 1px solid #d9d7cb;
}
#footer-bar .container .single li a {
  display: block;
  height: 3.5em;
  font-size: 5vw;
  line-height: 3.5em;
  text-decoration: none;
  color: #333;
}
#footer-bar .container .single li a .icon {
  margin-right: 0.5em;
  vertical-align: middle;
  background-size: 100%;
  width: 22px;
}
#footer-bar .container .single li a .icon.icon-ranking-no01 {
  margin-right: 0.5em;
  vertical-align: middle;
  background-size: 100%;
  width: 32px;
}
#footer-bar .icon-ranking {
  width: 25%;
  min-height: 40px;
  background: url(../img/icon_ranking.png) no-repeat;
  background-size: 80%;
}
#footer-bar .icon-check-c {
  width: 25%;
  min-height: 40px;
  background: url(../img/icon_check_c.png) no-repeat;
  background-size: 80%;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 2%;
  margin-right: auto;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 35px;
  height: 35px;
  background-color: #869ad5;
  opacity: 1;
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
#pageTop a:active {
  text-decoration: none;
  opacity: 0.6;
}
#pageTop a span {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
}
#pageTop a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  #footer .copyright {
    font-size: 12px;
  }
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #footer {
    background-color: #ffffff;
  }
  #footer .footer-menu {
    width: 100%;
  }
  #footer .footer-menu .footer-menu-inner {
    min-width: 1025px;
    max-width: 1199px;
    margin: 0 auto;
    display: table;
    text-align: left;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block {
    width: 28%;
    display: table-cell;
    vertical-align: top;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block.pc-block {
    width: 16%;
    display: table-cell;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-title {
    display: none;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list {
    padding: 0 12px;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:before {
    background: #000000;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list li {
    float: left;
    display: block;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a {
    position: relative;
    padding: 6px 30px 6px 20px;
    display: block;
    color: #696969;
    font-size: 12px;
    border-bottom: none;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #869ad5;
  }
  #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 16px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #footer .kuchikomi-btn,
  #footer .top-and-company-btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footer .footer-menu .footer-menu-inner {
    min-width: 100%;
    max-width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 320px) {
  #footer .copyright {
    text-align: left;
    padding: 12px;
  }
  #footer-bar {
    letter-spacing: 0;
    font-size: 11px;
  }
}
.linkArea02 a {
  margin: 0 auto 40px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #0e4cca;
  font-weight: bold;
  text-decoration: underline;
  font-size: 30px;
}
#result .result-area {
  position: relative;
}
body {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  body {
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}

#contents {
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.content-area .container .content-area-inner img {
  zoom: 1;
}
.ranking-box:after {
  display: table;
  content: " ";
  clear: both;
}
.ranking-box .header .title div {
  color: #4e4e4e;
  margin: auto 0;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .ranking-box .ranking {
    position: relative;
    margin: 0 auto;
    padding: 24px 0 0;
    width: 92%;
  }
}

.ranking-box .caption .recommend .catch {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}
.ranking-box .caption .recommend .check-list li {
  margin-bottom: 12px;
  padding-left: 34px;
  background: url(../img/icon-check.png) no-repeat left top;
}
.ranking-box .caption .recommend .check-list li strong {
  padding-bottom: 3px;
  background: linear-gradient(transparent 50%, #fff47d 0%);
}
.ranking-box .caption .recommend .check-list:last-child {
  margin-bottom: 0;
}
.ranking-box .action {
  margin: 0;
}
.ranking-box .action ul {
  width: 100%;
  margin: 24px 0;
}
.ranking-box .action ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.ranking-box .action ul li:first-child {
  padding-bottom: 12px;
}
.ranking-box .btn {
  display: block;
  border-radius: 0px;
  padding: 24px 12px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ranking-box .btn {
    width: 80%;
  }
}

.ranking-box .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ranking-box .btn:hover,
.ranking-box .btn active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}
.ranking-box .btn-detail {
  background: #879096;
  /*    box-shadow: 0 6px 0 #b88200;*/
}
.ranking-box .btn-official {
  /*background: #34b9b9; box-shadow: 0 6px 0 #b84425;*/
  background: #6187d3;
}
.ranking-box .call {
  margin: 0 0 36px;
}
.ranking-box .call .call-action ul li {
  text-align: center;
  width: 90%;
  margin: 18px auto;
}
.ranking-box .call .call-action ul li a {
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 12px;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 auto;
}
.ranking-box .call .call-action ul li a:hover,
.ranking-box .call .call-action ul li a active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}
.ranking-box .call .call-action ul li a span {
  font-size: 120%;
  display: inline-block;
  position: relative;
  padding: 12px 0 12px 46px;
  font-size: 18px;
  font-weight: bold;
}
.ranking-box .call .call-action ul li a span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.ranking-box .call .call-action ul li a.btn-daytime {
  border: 1px solid #4b9d89;
  color: #4b9d89;
  /*    box-shadow: 0 6px 0 #4b9d89;*/
}
.ranking-box .call .call-action ul li a.btn-daytime:active,
.ranking-box .call .call-action ul li a.btn-daytime:hover {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
  text-decoration: none;
}
.ranking-box .call .call-action ul li a.btn-daytime span:before {
  background: url(../img/icon_call03.png) no-repeat center center;
  background-size: 30px auto;
}
.ranking-box .call .call-action ul li a.btn-nighttime {
  border: 1px solid #703976;
  color: #703976;
  /*    box-shadow: 0 6px 0 #703976;*/
}
.ranking-box .call .call-action ul li a.btn-nighttime:active,
.ranking-box .call .call-action ul li a.btn-nighttime:hover {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
  text-decoration: none;
}
.ranking-box .call .call-action ul li a.btn-nighttime span:before {
  background: url(../img/icon_call04.png) no-repeat center center;
  background-size: 30px auto;
}
.ranking-box .summary {
  margin: 24px 0 36px;
  padding: 0;
  clear: both;
}
.ranking-box .summary .spec {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ranking-box .summary .spec tr {
  border-bottom: 1px solid #bababa;
  border-top: 1px solid #bababa;
}
.ranking-box .summary .spec th,
.ranking-box .summary .spec td {
  margin: 0;
  padding: 12px 2%;
  text-align: left;
}
.ranking-box .summary .spec th {
  width: 30%;
  background-color: #f8f8f8;
  font-size: 14px;
}
.ranking-box .summary .spec td {
  /* height: auto; */
  /* background-color: #ffffff; */
  /* display: flex; */
  /* align-items: center; */
  /* margin: 0; */
}
.ranking-box .summary .spec td strong {
  font-size: 12px;
  color: #b81c22;
}
.ranking-box .topicks {
  position: relative;
  margin: 0 0 36px;
  padding: 0;
  clear: both;
}
.ranking-box .topicks .title {
  font-weight: bold;
  font-size: 18px;
  color: #0f8f94;
  padding: 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid #0f8f94;
}
.ranking-box .career {
  position: relative;
  margin: 0 0 36px;
  padding: 0;
  clear: both;
}
.ranking-box .career .title {
  font-weight: bold;
  font-size: 18px;
  color: #f28d72;
  padding: 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid #f28d72;
}
.ranking-box .career .name {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  margin: 0 0 12px;
}
.ranking-box .career ul.career-detail li {
  margin-bottom: 12px;
  overflow: hidden;
}
.ranking-box .career ul.career-detail li:last-child {
  margin-bottom: 0;
}
.ranking-box .career ul.career-detail li .year {
  float: left;
  width: 70px;
}
.ranking-box .career ul.career-detail li .detail {
  margin-left: 80px;
}
.ranking-box .point {
  clear: both;
}
.ranking-box .banner {
  margin: 0;
  clear: both;
}
.ranking-box .banner a {
  display: block;
  width: 100%;
  line-height: 0;
}
.ranking-box .banner a img {
  width: 100%;
}
.ranking-box .cv-section {
  margin: 0 0;
}
.ranking-box .cv-section .title {
  border-top: 4px double #d4bf91;
  border-bottom: 4px double #d4bf91;
  padding: 10px 5px;
  text-align: center;
  margin: 20px 0 15px;
}
.ranking-box .cv-section .title h2 {
  font-size: 130%;
  letter-spacing: 1px;
  font-weight: normal;
  color: #333;
  text-align: center;
  display: table;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  before-content: "笳・;
    before-color: #aa915b;
    before-display: table-cell;
    before-vertical-align: middle;
    after-content: " 笳・;
  after-color: #aa915b;
  after-display: table-cell;
  after-vertical-align: middle;
}
.ranking-box .cv-section .title2 {
  background: -moz-linear-gradient(-45deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
  background: -webkit-linear-gradient(-45deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
  background: linear-gradient(135deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
  padding: 8px 5px;
  text-align: center;
  margin: 24px 0 24px;
}
.ranking-box .cv-section .title2 h3 {
  font-size: 130%;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.ranking-box .cv-section .title2 h3 span {
  font-weight: bold;
  font-size: 120%;
}
.ranking-box .cv-section .text {
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
}
.ranking-box .cv-section .table {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px;
  margin: 0 auto;
  padding: 0 15px;
  vertical-align: middle;
}
.ranking-box .cv-section .table th {
  padding: 10px 5px;
  background-color: #e9e9e9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 33%;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
}
.ranking-box .cv-section .table td {
  padding: 10px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.ranking-box .cv-section .cv-btn-area {
  text-align: center;
  margin: 24px 0 0;
}
.ranking-box .cv-section .cv-btn-area ul li {
  display: inline-block;
  width: 100%;
}
.ranking-box .cv-section .cv-btn-area ul li .cv-btn {
  display: block;
  border-radius: 10px;
  border: 1px solid #dd8502;
  background: -moz-linear-gradient(top, #ffb900 0%, #ff9700 100%);
  background: -webkit-linear-gradient(top, #ffb900 0%, #ff9700 100%);
  background: linear-gradient(to bottom, #ffb900 0%, #ff9700 100%);
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 10px;
}
.ranking-box .cv-section .cv-btn-area ul li .cv-btn:hover,
.ranking-box .cv-section .cv-btn-area ul li .cv-btn:active {
  background: -moz-linear-gradient(top, #ff9700 0%, #ffb900 100%);
  background: -webkit-linear-gradient(top, #ff9700 0%, #ffb900 100%);
  background: linear-gradient(to bottom, #ff9700 0%, #ffb900 100%);
}
.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide {
  border: 1px solid #ef4f81;
  padding: 24px 12px;
  background: -moz-linear-gradient(top, #f998b7 0%, #f26d99 100%);
  background: -webkit-linear-gradient(top, #f998b7 0%, #f26d99 100%);
  background: linear-gradient(to bottom, #f998b7 0%, #f26d99 100%);
}
.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide:hover,
.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide:active {
  background: -moz-linear-gradient(top, #f26d99 0%, #f998b7 100%);
  background: -webkit-linear-gradient(top, #f26d99 0%, #f998b7 100%);
  background: linear-gradient(to bottom, #f26d99 0%, #f998b7 100%);
}
.ranking-box .cv-section .cv-btn-area ul.col2 li {
  width: 48%;
  padding: 0 6px;
  box-sizing: border-box;
}
.ranking-box .cv-section .cv-btn-area ul.col2 li .cv-btn {
  font-size: 18px;
  margin-bottom: 0;
}
.ranking-box .cv-section .cv-point {
  margin: 20px 0 0;
  border: 2px solid #eee5c5;
  border-radius: 10px;
}
.ranking-box .cv-section .cv-point .point-title {
  border-radius: 8px 8px 0 0;
  background-color: #eee5c5;
  padding: 10px 0;
  margin: 0;
}
.ranking-box .cv-section .cv-point .point-title h3 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  color: #8e7133;
}
.ranking-box .cv-section .cv-point .point-detail {
  padding: 5px 15px 15px;
}
.ranking-box .cv-section .cv-point .point-detail ul {
  width: 100%;
  margin: 0 auto;
}
.ranking-box .cv-section .cv-point .point-detail ul li dl {
  display: table;
  text-align: left;
  margin: 10px 0 0;
}
.ranking-box .cv-section .cv-point .point-detail ul li dl dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ranking-box .cv-section .cv-point .point-detail ul li dl dt span {
  overflow: hidden;
  display: block;
  width: 42px;
  height: 42px;
  padding-top: 13px;
  background: #927638;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.7;
  box-sizing: border-box;
}
.ranking-box .cv-section .cv-point .point-detail ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 110%;
  padding-left: 15px;
}
.ranking-box .cv-section .title_sb h3 {
  margin: 30px 0 15px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  color: #927638;
}
.ranking-box .cv-section .step {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.ranking-box .cv-section .step ul li {
  margin-bottom: 12px;
  background-color: #fffaee;
  border-radius: 6px;
  padding: 15px;
  text-align: left;
}
.ranking-box .cv-section .step ul li:last-child {
  margin-bottom: 0;
}
.ranking-box .cv-section .step ul li .step-title {
  font-weight: bold;
  font-size: 110%;
}
.ranking-box .cv-section .step ul li .step-title span {
  color: #aa915b;
  margin-right: 12px;
  font-size: 100%;
}
.ranking-box .cv-section .step ul li .text {
  margin-top: 12px;
}
.ranking-box .cv-section .step ul li .col2-text {
  margin-top: 12px;
}
.ranking-box .cv-section .step ul li .col2-text span {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .ranking-box .caption:after {
    display: table;
    content: " ";
    clear: both;
  }
  .ranking-box .caption .image img {
    width: 100%;
  }
  .ranking-box .call .call-action ul li a:hover,
  .ranking-box .call .call-action ul li a active {
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 0 0 transparent;
  }
  .ranking-box .call .call-action ul li a span {
    font-size: 24px;
    display: block;
    position: relative;
    padding-left: 72px;
    font-weight: bold;
  }
  .ranking-box .call .call-action ul li a span:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  .ranking-box .call .call-action ul li a.btn-daytime {
    border: none;
    color: #4b9d89;
    box-shadow: 0 0 0 transparent;
  }
  .ranking-box .call .call-action ul li a.btn-daytime span:before {
    background: url(../img/icon_call03.png) no-repeat center center;
    background-size: 60px auto;
  }
  .ranking-box .call .call-action ul li a.btn-nighttime {
    border: none;
    color: #703976;
    box-shadow: 0 0 0 transparent;
  }
  .ranking-box .call .call-action ul li a.btn-nighttime span:before {
    background: url(../img/icon_call04.png) no-repeat center center;
    background-size: 60px auto;
  }
  .ranking-box .summary .spec {
    width: 100%;
  }
  .ranking-box .summary .spec th,
  .ranking-box .summary .spec td {
    padding: 12px 2%;
  }
  .ranking-box .summary .spec th {
    background-color: #f8f8f8;
  }
  .ranking-box .topicks {
    margin: 0 0 36px;
  }
  .ranking-box .topicks .title {
    color: #0f8f94;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 2px solid #0f8f94;
    background-color: #fff;
  }
  .ranking-box .topicks .container {
    padding: 0px 24px;
  }
  .ranking-box .career {
    margin: 0 0 36px;
  }
  .ranking-box .career .title {
    color: #f28d72;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 2px solid #f28d72;
    background-color: #fff;
  }
  .ranking-box .career .container {
    padding-left: 24px;
  }
  .ranking-box .banner {
    margin: 0 0 36px;
  }
  .ranking-box .point {
    margin: 0 0 48px;
  }
  .ranking-box .point .title {
    color: #7e8ac9;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 2px solid #7e8ac9;
    background-color: #fff;
    font-weight: 500;
  }
  .ranking-box .point .sub-title {
    margin: 24px 8px 12px;
    padding: 12px;
    color: #333;
    background-color: #eadee2;
    clear: both;
  }
  .ranking-box .point .detail {
    margin: 0 12px;
  }
  .ranking-box .point .detail img {
    width: 50%;
    height: auto;
    float: right;
    margin: 0 0 24px 12px;
  }
  .ranking-box .action ul {
    display: table;
    width: 100%;
    margin: 24px 0 36px;
  }
  .ranking-box .action ul li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
  }
  .ranking-box .action ul li:first-child {
    padding-right: 12px;
    padding-bottom: 0;
  }
  .ranking-box .action ul li:last-child {
    padding-left: 12px;
  }
  .ranking-box .btn:after {
    right: 12px;
  }
  .ranking-box .cv-section {
    margin: 0 -22px;
  }
  .ranking-box .cv-section .text {
    padding: 0 22px;
  }
  .ranking-box .cv-section .cv-point {
    margin: 24px 22px 0;
  }
  .ranking-box .cv-section .title_sb h3 {
    margin: 24px 22px 12px;
  }
  .ranking-box .cv-section .step {
    margin: 0 22px;
  }
  .ranking-box .cv-section .table {
    width: 95%;
  }
  .ranking-box .cv-section .table th {
    width: 40%;
  }
  .ranking-box .cv-section .cv-point .point-detail ul {
    padding: 0 10% 0 25%;
    box-sizing: border-box;
  }
  .ranking-box .cv-section .cv-point .point-detail ul li dl dd {
    font-size: 130%;
  }
  .ranking-box .cv-section .cv-btn-area ul li {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .ranking-box .caption .image {
    float: none;
    width: 65%;
    text-align: left;
    padding-right: 0;
    margin: 0 auto 12px;
  }
  .ranking-box .caption .image img {
    width: 100%;
  }
  .ranking-box .caption .recommend {
    float: none;
    width: 100%;
  }
  .ranking-box .call {
    padding: 0 24px;
  }
  .ranking-box .call .call-title {
    font-size: 18px;
    text-align: left;
    margin: 24px -24px 12px;
  }
  .ranking-box .call .call-action {
    margin: 0 -12px;
  }
  .ranking-box .call .call-action ul {
    width: 100%;
    display: block;
  }
  .ranking-box .call .call-action ul li {
    display: block;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .ranking-box .call .call-action ul li:first-child {
    margin-bottom: 12px;
  }
  .ranking-box .cv-section .cv-point .point-detail ul {
    margin: 0 5%;
    padding: 0;
  }
}

.scroll-wrapper {
  position: relative;
  padding: 0 !important;
  overflow: hidden !important;
}
.scroll-wrapper > .scroll-content {
  position: relative !important;
  margin: 0;
  padding: 0;
  width: auto !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  top: 0;
  left: 0;
  overflow: scroll !important;
  border: none !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scroll-element {
  display: none;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scroll-scrolly_visible {
  display: block;
}

.scroll-element.scroll-bar,
.scroll-element.scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  position: relative !important;
  margin: 0;
  padding: 2px;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  top: 0;
  border: none !important;
  overflow: scroll !important;
  outline: none;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  position: absolute;
  padding: 0;
  overflow: hidden;
  border: none;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  width: 100%;
  min-width: 100%;
  height: 16px;
  left: 0;
  bottom: 0;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  width: 16px;
  height: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  width: 14px;
  top: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  width: 14px;
  top: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*表スクロール表示*/
#result .result-area {
  display: flex;
  background-color: #ffffff;
  margin-left: -8px;
}
#result .result-area .no-scroll {
  width: 100px;
}
#result .result-area .scroll {
  overflow-x: scroll;
  flex: 1;
}
#result .result-area .scroll::-webkit-scrollbar {
  height: 7px;
}
#result .result-area .scroll::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
#result .result-area .scroll::-webkit-scrollbar-track-piece:start {
  background: #ddd;
  border-radius: 10px;
}
#result .result-area .scroll::-webkit-scrollbar-track-piece:end {
  background: #ddd;
  border-radius: 10px;
}
#result .result-area table {
  margin-bottom: 0;
}
#result .result-area table td {
  text-align: center;
}
#result .result-area .scroll table th,
#result .result-area .scroll table td {
  border-left: none;
}
#result .result-area table td ul {
  text-align: left;
}
#result .result-area table td ul li {
  text-indent: -1em;
}
#result .result-area table td i {
  font-style: normal;
  font-size: 90%;
}

@media screen and (min-width: 1025px) {
  #result .result-area .scroll {
    overflow-x: visible;
  }
  #result .result-area .no-scroll {
    width: 12%;
  }
  #result .result-area .scroll table {
    width: auto;
    background-color: #ffffff;
  }
  #result .result-area .scroll table td {
    table-layout: fixed;
  }
}
#result .result-table {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #999;
  border-top: 2px solid #bbb;
}
#result .result-table .empty {
  border-color: transparent #9fa0a0 transparent transparent;
  background-color: transparent;
}
#result .result-table .empty.last {
  border-color: transparent #9fa0a0 #9fa0a0 transparent;
}
#result .result-table tr td:nth-child(5),
#result .result-table tr td:nth-child(6) {
  display: none;
}
#result .result-table tr th {
  padding: 10px;
  width: 60px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #999;
  border-bottom: 2px solid #bbb;
  vertical-align: middle;
  color: #444444;
}
#result .result-table tr td {
  padding: 10px;
  width: 120px;
  line-height: 1.2;
  text-align: left;
  background-color: #ffffff;
  border-right: 1px solid #999;
  border-bottom: 2px solid #bbb;
  letter-spacing: 1px;
  vertical-align: top;
  font-size: 12px;
}
#result .result-table tr td.symbol {
  vertical-align: top;
}
#result .result-table tr td .star-rating {
  margin-bottom: 5px;
}
#result .result-table tr td .star-rating span {
  width: 12px;
}
#result .result-table tr td .block {
  display: block;
  margin: 0 auto 5px;
}
#result .result-table tr .highlight {
  width: 120px;
  border-left: 5px solid #b21e29;
  border-right: 5px solid #b21e29;
  background-color: #ffffd6;
}
#result .result-table tr .highlight strong {
  color: #b21e29;
}
#result .result-table tr .highlight.bg-red {
  background-color: #b21e29;
  color: #ffffff;
}
#result .result-table tr .highlight.first {
  border-top: 5px solid #b21e29;
  border-bottom: 1px solid #ffffff;
}
#result .result-table tr .highlight.last {
  border-bottom: 5px solid #b21e29;
}
#result .result-table tr .highlight.rank {
  font-size: 30px;
  font-weight: bold;
}
#result .result-table tr .highlight.name {
  font-size: 16px;
  font-weight: bold;
}
#result .result-table tr .highlight.name span {
  display: block;
  font-size: 20px;
}
#result .result-table tr .highlight strong {
  font-size: 22px;
}
#result .result-table tr .highlight strong.rate {
  font-size: 26px;
}
#result .result-table tr .highlight .star-rating span {
  width: 16px;
}
#result .result-table tr .small {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}
#result .result-table tr .feeling {
  font-size: 20px;
  color: #b21e29;
}
#result .result-table tr .btn-official {
  display: block;
  margin: 0;
  padding: 10px 5px;
  font-size: 13px;
  background-color: #4ab64f;
  color: #ffffff;
  border-radius: 10px;
}
#result .result-table tr .btn-official:hover {
  background-color: #42a447;
}
#result .result-table tr .highlight .feeling {
  font-size: 30px;
}
#result .result-table tr:first-child td {
  vertical-align: top;
}
#result .result-table tr:first-child td img {
  border: 1px solid #ccc;
}
#result .result-table-text {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 12px;
}

@media screen and (min-width: 1025px) {
  #result .section-title {
    margin: 0;
  }
  #result .section-title .title {
    padding: 0px 0px 12px 0px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  #result .table-responsive {
    overflow-x: auto;
  }
  #result .result-area {
    position: relative;
  }
  #result .result-table tr td:nth-child(5),
  #result .result-table tr td:nth-child(6) {
    display: table-cell;
  }
  #result .result-table tr th {
    width: 160px;
    font-size: 15px;
  }
  #result .result-table tr td {
    width: 150px;
    vertical-align: middle;
    font-size: 14px;
  }
  #result .result-table tr td .star-rating span {
    width: 20px;
  }
  #result .result-table tr .highlight {
    width: 240px;
  }
  #result .result-table tr .highlight.name {
    font-size: 26px;
  }
  #result .result-table tr .highlight.name span {
    font-size: 30px;
  }
  #result .result-table tr .highlight strong {
    font-size: 24px;
  }
  #result .result-table tr .highlight strong.rate {
    font-size: 34px;
  }
  #result .result-table tr .highlight .star-rating span {
    width: 30px;
  }
  #result .result-table tr .small {
    font-size: 14px;
  }
  #result .result-table tr .btn-official {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
  #result .result-table tr .highlight .btn-official {
    padding: 15px 5px;
    height: auto;
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #result .section-title {
    margin: 0;
  }
  #result .section-title .title {
    padding: 0px 12px 12px 0;
  }
}

.ranking-box {
  position: relative;
  margin: 0;
  background-color: #ffffff;
}
.ranking-box .header .title {
  text-align: center;
  letter-spacing: 2px;
  color: #420000;
  padding: 24px 12px;
  font-size: 24px;
  line-height: 1;
}
.ranking-box .header .title img {
  /* width: 12%; */
  margin: 0 3% 0 0;
  /* max-height: 120px; */
  height: 80px;
}
.ranking-box .caption:after {
  display: table;
  content: " ";
  clear: both;
}
.ranking-box .call .call-title {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .ranking-box {
    width: 100%;
    margin: 0 auto 60px;
  }
  .ranking-box .header .title {
    line-height: 1.5;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    text-align: left;
    font-weight: 600;
    padding: 36px 24px 12px 24px;
    display: flex;
  }
  .ranking-box .header .title a {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
  }
  .ranking-box .ranking {
    position: relative;
    margin: 0 0;
    padding: 22px 22px 0;
    box-sizing: border-box;
  }
  .ranking-box .caption {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .ranking-box .caption:after {
    display: table;
    content: " ";
    clear: both;
  }
  .ranking-box .caption .image {
    margin: 0 auto 42px;
    float: left;
    width: 35%;
    text-align: left;
    padding-right: 5%;
  }
  .ranking-box .caption .hyoka_title {
    margin: 12px 10% 0 10%;
    width: 80%;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
  .ranking-box .caption .image .hyoka_star {
    margin: 0 0 0 8%;
    width: 52%;
    padding: 0;
  }
  .ranking-box .caption .image img {
    width: 100%;
  }
  .ranking-box .caption .recommend {
    float: right;
    width: 65%;
  }
  .ranking-box .call {
    padding: 12px 24px 24px;
  }
  .ranking-box .call .call-title {
    font-size: 18px;
    text-align: left;
    margin: 0 auto 12px;
    width: 90%;
  }
  .ranking-box .call .call-action ul {
    width: 90%;
    display: table;
    margin: 0 auto;
  }
  .ranking-box .call .call-action ul li {
    display: table-cell;
    padding: 0 12px;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    text-align: left;
  }
  .ranking-box .call .call-action ul li a {
    pointer-events: none;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-box {
    width: 92%;
    margin: 0 auto 56px;
    padding: 24px 0;
  }
  .ranking-box .header .title {
    text-align: left;
    letter-spacing: 2px;
    color: #420000;
    padding: 12px 4% 8px;
    font-size: 24px;
    line-height: 1.5;
    display: flex;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  }
  .ranking-box .header .title img {
    /* width: 18%; */
    /* margin: 0 0 24px 0; */
  }
  .ranking-box .caption .image {
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin: 0 auto 12px;
  }
  .ranking-box .caption .image img {
    width: 100%;
  }

  .ranking-box .caption .hyoka_title {
    margin: 12px 10% 24px 10%;
    padding: 0;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .ranking-box .caption .image .hyoka_star {
    margin: 0 0 0 8%;
    width: 52%;
    padding: 0;
  }
  .ranking-box .caption .recommend {
    float: none;
    width: 100%;
  }
  .ranking-box .call {
    padding: 0 24px;
  }
  .ranking-box .call .call-title {
    font-size: 18px;
    text-align: left;
    margin: 24px -24px 12px;
  }
  .ranking-box .call .call-action {
    margin: 0 -12px;
  }
  .ranking-box .call .call-action ul {
    width: 100%;
    display: block;
  }
  .ranking-box .call .call-action ul li {
    display: block;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .ranking-box .call .call-action ul li:first-child {
    margin-bottom: 12px;
  }
  .ranking-box .call .call-action ul li a span {
    display: inline-block;
  }
  .ranking-box .cv-section .cv-point .point-detail ul {
    margin: 0 5%;
    padding: 0;
  }
  .ranking-box .point {
    margin: 0 0 48px;
    clear: both;
  }
  .ranking-box .point .title {
    color: #7e8ac9;
    margin: 36px 0 12px;
    padding: 0 0 12px 3%;
    border-bottom: 2px solid #7e8ac9;
    background-color: #fff;
    font-weight: 500;
  }
  .ranking-box .point .sub-title {
    margin: 24px 2% 12px;
    padding: 12px 2%;
    color: #333;
    background-color: #eadee2;
    clear: both;
  }
  .ranking-box .point .detail {
    margin: 0 3% 24px;
    overflow: auto;
  }
  .ranking-box .point .detail img {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 0 4px 2%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .ranking-box .header .title a {
    color: #4e4e4e;
    font-size: 4vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 640px) {
  .ranking-box .summary .spec td .spec_star_hyoka {
    float: left;
    display: none;
    width: 20%;
    margin: 0 3% 0 1%;
  }
  .ranking-box .summary .spec td .spec_star_mongon {
    /* float: left; */
    /* display: block; */
    /* width: auto; */
    /* margin: 0; */
    /* padding: 0 2%; */
  }
  .ranking-box .summary .spec td .spec_marubatsu_hyoka {
    float: left;
    display: block;
    width: 10%;
    margin: 0 3% 0 1%;
  }
  .ranking-box .summary .spec td .spec_marubatsu_mongon {
    float: left;
    display: block;
    width: 90%;
    margin: 0;
    padding: 0 2%;
  }
}
@media screen and (max-width: 639px) {
  .ranking-box .header .title a {
    color: #4e4e4e;
    font-size: 5vw;
    font-weight: 600;
    word-break: break-all;
  }
  .ranking-box .summary .spec td .spec_star_hyoka {
    display: none;
    width: 30%;
    height: auto;
    margin: 0 4% 0 1%;
  }
  .ranking-box .summary .spec td .spec_star_mongon {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 3%;
  }
  .ranking-box .summary .spec td .spec_marubatsu_hyoka {
    display: inline;
    width: 30%;
    height: auto;
    margin: 0 4% 0 1%;
  }
  .ranking-box .summary .spec td .spec_marubatsu_mongon {
    display: block;
    width: 70%;
    margin: 0;
    padding: 0 3%;
  }
}
@media screen and (max-width: 320x) {
  .ranking-box .call .call-action ul li {
    padding: 0 6px;
  }
  .ranking-box .call .call-action ul li a {
    font-size: 12px;
  }
  .ranking-box .call .call-action ul li a span {
    font-size: 14px;
  }
  .ranking-box .cv-section .title h2 {
    font-size: 110%;
  }
  .ranking-box .cv-section .cv-btn-area ul.col2 li .cv-btn {
    font-size: 16px;
  }
  .ranking-box .cv-section .cv-point .point-title h3 {
    font-size: 15px;
  }
}

.section-title {
  position: relative;
  margin: 0;
  padding: 0;
}

.section-title .title {
  text-align: left;
  color: #496f86;
  margin: 0 auto;
  padding: 18px 2% 16px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
}

.section-sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  padding: 16px 0 0 0;
  color: #383838;
  text-align: left;
}

.section-title-h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  padding-left: 12px;
  border-left: 4px solid #e98075;
}

.head_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .section-title .title {
    text-align: left;
    color: #496f86;
    margin: 0;
    padding: 18px 18px 12px 4%;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
  }
}
#contents {
  position: relative;
}

#key-visual img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

#contents-banner .banner a .detail-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 32px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .section .section-title {
    padding: 0;
  }
  .section .section-title .title {
    padding: 24px 24px;
    font-size: 28px;
  }

  .content-area .container {
    padding: 0 36px 24px;
  }
  .content-area .container .content-area-inner img {
    zoom: 1;
  }

  .content-voice {
    padding: 24px;
    margin: 24px 0;
  }
}

/*表スクロール表示*/
#result .result-area .scroll table {
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #result .result-area .scroll table {
    width: 165% !important;
  }
}

@media screen and (max-width: 640px) {
  #result .result-area .scroll table {
    /* width: 740px; */
    background-color: #ffffff;
  }
}

#result .result-area table {
  margin-bottom: 0;
  background-color: #ffffff;
}
#result .result-area table th,
#result .result-area table td {
  font-size: 13px;
}
#result .result-area table td {
  vertical-align: top;
}
#result .result-area table td.middle {
  vertical-align: middle;
}
#result .result-area table td .table_hyoka_icon {
  width: 60px;
  padding: 12px 0 6px 0;
}
#result .result-area table td .table_hyoka_star {
  width: 100px;
  padding: 6px 0 6px 0;
}
#result .result-area table td p {
  display: inline-block;
  text-align: left;
  word-break: break-all;
  max-width: 168px; /* IE対応 */
}
#result .result-area table td .table_name {
  margin: 0px auto;
  color: #424242;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  font-weight: 600;
}
#result .result-area table td .hyoka_title {
  margin: 0px auto 0;
}
#result .result-area table td ul {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  padding-top: 12px;
}
#result .result-area table td i {
  font-style: normal;
  font-size: 90%;
}

#result .result-area .no-scroll table tr {
  width: 100px;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px dotted #cccccc;
}
#result .result-area .no-scroll table tr:last-child {
  width: 100px;
  padding: 10px;
  font-weight: bold;
  border-bottom: 0px dotted #cccccc;
}

#result .result-area .scroll table tr {
}
#result .result-area .scroll table td {
  /* table-layout: fixed; */
  border-left: 8px solid #f1f1f1;
  padding: 12px 2%;
  width: 20%;
  border-bottom: 2px solid #f1f1f1;
}

#result .result-area .scroll table .table_first td {
  border-bottom: 0px;
  padding-bottom: 0px;
}
#result .result-area .scroll table .table_last td {
  border-bottom: 0px;
  /* margin-top: 12px; */
}

@media screen and (min-width: 1025px) {
  .hyoka_icon {
    padding: 5%;
    margin: 8px 20% 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .hyoka_icon {
    width: 70%;
    padding: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .hyoka_icon {
    width: 40%;
    margin: 0 30%;
    padding: 5%;
  }
}

#result .result-area .scroll table .table_first {
  /* border-bottom: 0px dotted #cccccc; */
}
#result .result-area .scroll .table_action {
  table-layout: fixed;
  border-left: 8px solid #f1f1f1;
  width: 20%;
}
.table_action .btn {
  width: 100%;
}
.table_action .btn:hover,
.ranking-box .btn active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}
.table_action .btn-detail {
  background: #929fa7;
  /*    box-shadow: 0 6px 0 #b88200;*/
}
.table_action .btn-official {
  background: #6187d3;
  /*    box-shadow: 0 6px 0 #b84425;*/
}

.table_action .action {
  margin: 0;
}
.table_action .action ul {
  width: 100%;
  margin: 24px 0;
}
.table_action .action ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.table_action .action ul li:first-child {
  padding-bottom: 12px;
}
.table_action .btn {
  display: block;
  border-radius: 0px;
  padding: 12px 12px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  margin: 0px auto 18px;
  text-align: center;
  font-weight: bold;
  text-indent: 0em;
}
.banner {
  position: relative;
  margin: 0px 0 12px 0;
}
@media screen and (min-width: 1025px) {
  #sp_result_form_bg_displaynone {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #pc_result_form_bg_displaynone {
    display: none;
  }
}
.ranking_result_state {
  margin: 12px auto 0px;
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .ranking_result_state {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .ranking_result_state {
    width: 100%;
  }
}

.ranking_result_state .ranking_result_state_li {
  display: flex;
  margin: 8px 0;
  width: 100%;
}
.ranking_result_state .ranking_result_state_title {
  display: block;
  margin: 0 0 0 0;
  min-width: 80px;
}
.ranking_result_state .ranking_result_state_contents {
  display: block;
  text-align: left;
  margin: 0 10px 0 0;
}

#ranking_result_kv {
  margin: 0 auto 24px;
  padding: 36px 0;
  text-align: center;
  width: 100%;
  font-size: 2.4vw;
  font-weight: 600;
  color: #444444;
  background: transparent url(../../common/img/kv_bg.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  #ranking_result_kv {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1024px) {
  #ranking_result_kv {
    font-size: 3.2vw;
  }
}

#info_contents {
  width: 100%;
  background-color: #ffffff;
  padding: 0 5% 36px;
  margin: 0 0 36px;
}

.container .result-area .scroll h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #666;
}
.compare_star {
  width: 60%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

@media screen and (min-width: 1025px) {
  .pc-display-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp-display-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #sidebar-wrap {
    width: 30%;
    float: right;
  }
}
.table_first a div {
  /* margin: 8px 0 0 0; */
  /* height:150px; */
  /* display: table-cell; */
  /* vertical-align: middle; */
}
.table_first a .table_name {
  height: auto !important;
}

#sort_select {
  /* width: 92%; */ /* height: 48px; */ /* margin: 24px 4% 12px 4%; */ /* padding: 8px 12px; */ /* max-width: 320px; */ /* border-radius: 8px; */ /* font-size:16px; */ /* background-color: #fff; */ /* border-color: #999; */ /* border-style: solid; */ /* border-width: 1px; */
}

@media screen and (min-width: 1024px) {
  #sort_select {
    /* margin: 48px 0 12px 0; */
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .header .title img {
    /* width: 20%; */
    /* max-height: 60px; */
  }
}

/* 2021_06_08_IE対応のため追加 START */
#main {
  display: block;
}
#result .result-area table .table_first img {
  width: 100%;
}
#result .result-area table td .table_hyoka_icon {
  width: 60px;
}

/* #result .result-area .scroll table td {
  border-left: 8px solid #000000;
}
#result .result-area .scroll .table_action {
  border-left: 8px solid #000000;
} */

@media screen and (min-width: 1025px) {
  .ranking-box .summary .spec td {
    max-width: 600px;
  }
  .ranking-box .summary .spec th {
    width: 200px;
  }
}
/* 2021_06_08_IE対応のため追加 END */

.select-details {
  border-style: solid;
  border-color: #efefef;
  border-width: 2px;
  border-radius: 12px;
}
.select-details__summary {
  padding: 4%;
}
.select-details__p {
  padding: 4%;
  border-style: solid;
  border-color: #efefef;
  border-width: 2px 0 0 0;
}

.select-sort {
  margin: 24px auto 12px;
  width: 90%;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: #f1f1f1;
}
.select-sort__summary {
  padding: 14px 4%;
}
.select-sort__p {
  padding: 12px 4%;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #f1f1f1;
}

.sort_result--display {
  padding: 0 4% 12px;
}
@media screen and (min-width: 1025px) {
  .sort_result--display {
    padding: 0 0 12px 0;
  }
  .select-sort {
    width: 50%;
    margin: 40px 0 0 0;
  }
}

/* エリア別比較表用に追加 2022_02_21 */
.table3__whole td {
  /* padding: 12px 6% !important; */
}
.table5__whole td {
  /* padding: 12px 8% !important; */
}
.table__rank td {
  padding: 12px 2% 0px !important;
}

.d-flex {
  display: flex;
}
.table5__whole {
  width: 992px !important;
}

.table5__rank_1 {
  width: 20%;
}

.table5__rank_2 {
  width: 20%;
}

.table5__rank_3 {
  width: 20%;
}

.table5__rank_4 {
  width: 20%;
}

.table5__rank_5 {
  width: 20%;
}

@media screen and (min-width: 1025px) {
  .table5__whole {
    width: 100% !important;
  }

  .table5__rank_1 {
    width: 20%;
  }

  .table5__rank_2 {
    width: 20%;
  }

  .table5__rank_3 {
    width: 20%;
  }

  .table5__rank_4 {
    width: 20%;
  }

  .table5__rank_5 {
    width: 20%;
  }
}

.table3__whole {
  width: 99.9% !important;
}

.table3__rank_1 {
  width: 33.3% !important;
}

.table3__rank_2 {
  width: 33.3% !important;
}

.table3__rank_3 {
  width: 33.3% !important;
}

.table3__rank_4 {
  width: 33.3% !important;
  display: none !important;
}

.table3__rank_5 {
  width: 33.3% !important;
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .table3__whole {
    width: 100% !important;
  }

  .table3__rank_1 {
    width: 20% !important;
  }

  .table3__rank_2 {
    width: 20% !important;
  }

  .table3__rank_3 {
    width: 20% !important;
  }

  .table3__rank_4 {
    width: 20% !important;
    display: table-cell !important;
  }

  .table3__rank_5 {
    width: 20% !important;
    display: table-cell !important;
  }
}

.table5__order_1 {
  width: 20% !important;
  order: 1;
}

.table5__order_2 {
  width: 20% !important;
  order: 2;
}

.table5__order_3 {
  width: 20% !important;
  order: 3;
}

.table5__order_4 {
  width: 20% !important;
  order: 4;
}

.table5__order_5 {
  width: 20% !important;
  order: 5;
}
.table5__order_0 {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .table5__order_1 {
    width: 20% !important;
    order: 1;
  }

  .table5__order_2 {
    width: 20% !important;
    order: 2;
  }

  .table5__order_3 {
    width: 20% !important;
    order: 3;
  }

  .table5__order_4 {
    width: 20% !important;
    order: 4;
  }

  .table5__order_5 {
    width: 20% !important;
    order: 5;
  }
  .table5__order_0 {
    display: none !important;
  }
}

.table3__order_1 {
  width: 33.3% !important;
  order: 1;
}

.table3__order_2 {
  width: 33.3% !important;
  order: 2;
}

.table3__order_3 {
  width: 33.3% !important;
  order: 3;
}

.table3__order_4 {
  width: 33.3% !important;
  display: none !important;
  order: 4;
}

.table3__order_5 {
  width: 33.3% !important;
  display: none !important;
  order: 5;
}
.table3__order_0 {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .table3__order_1 {
    width: 20% !important;
    order: 1;
  }

  .table3__order_2 {
    width: 20% !important;
    order: 2;
  }

  .table3__order_3 {
    width: 20% !important;
    order: 3;
  }

  .table3__order_4 {
    width: 20% !important;
    display: table-cell !important;
    order: 4;
  }

  .table3__order_5 {
    width: 20% !important;
    display: table-cell !important;
    order: 5;
  }
  .table3__order_0 {
    display: none !important;
  }
}

.d-none {
  display: none;
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .table5__order_1 {
    width: 168px !important;
    order: 1;
  }

  .table5__order_2 {
    width: 168px !important;
    order: 2;
  }

  .table5__order_3 {
    width: 168px !important;
    order: 3;
  }

  .table5__order_4 {
    width: 168px !important;
    order: 4;
  }

  .table5__order_5 {
    width: 168px !important;
    order: 5;
  }
  .table5__order_0 {
    display: none !important;
  }
  #result .result-area .scroll table tr {
    max-width: 840px; /*  IE対応 */
  }
  #result .result-area .scroll table td {
    width: 168px; /*  IE対応 */
  }
  #result .result-area table td .table_name {
    max-width: 150px; /* IE対応 */
    word-wrap: break-word; /* IE対応 */
  }
  .select-sort {
    display: none;
  }
}

/* SP_KV下調整用 */
@media screen and (max-width: 768px) {
  #main {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .ranking-box .point .title {
    color: #7e8ac9;
    border-bottom: 2px solid #7e8ac9;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-box .point .title {
    color: #7e8ac9;
    border-bottom: 2px solid #7e8ac9;
  }
}
@media screen and (min-width: 1025px) {
  .ranking-box .point .sub-title {
    background-color: #decae2;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-box .point .sub-title {
    background-color: #decae2;
  }
}

option {
  display: block;
}

/**アフィ文言**/
.afi-att {
    max-width: 992px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.afi-att p {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .afi-att {
        text-align: left;
    }
}