/* 追加 */

img {
  max-width: 100% !important;
  height: auto !important;
}

.main_content img.w100 {
  width: 100%;
  height: auto;
}
span.bg_yellow {
  background-color: yellow;
  color: red;
}
h5 {
  font-size: 20px;
  /* border-bottom: #b55757; */
  /* border-bottom-style: solid; */
  /* width: 50%; */
}
h5::before {
  content: "◉ ";
  color: #009fb1;
}

.main_content p {
  font-size: 18px;
  line-height: 2.8;
}

.main_content p:nth-child(1) {
  margin-top: 0px;
}

.main_content strong {
  color: #009fb1;
}

/*
Theme Name:センターラインPC
Author:hieida
Description:PC用テーマ
*/
body,
h1,
h2,
h3,
ul,
input {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body {
  background: url("img/bg.png");
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 30px;
  color: #333;
  font-size: 16px;
}
.block_center {
  margin: 0 auto;
}
a,
a:link,
a:visited {
  color: #2fb1bf;
}
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
strong {
}
.yellow {
  background-color: #fff000;
}
/*-----------------------------------------------
ヘッダ部分
-----------------------------------------------*/
h1 {
  /*padding-top:6px;*/
  padding-left: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  z-index: 2;
}
.header_wrap {
  background: url("img/header_bg.jpg");
}
header {
  width: 1000px;
  min-width: 1000px;
  height: 94px;
  position: relative;
  background: url("img/header_bg.jpg");
}
.header_logo {
  position: absolute;
  top: 0;
  z-index: 1;
}
.header_search {
  position: absolute;
  top: 18px;
  right: 0;
  width: 356px;
  height: 52px;
  background: url("img/search_bg.png");
}
.header_form {
  position: absolute;
  top: 12px;
  left: 18px;
  display: table;
}
.search_label {
  font-size: 13px;
  display: table-cell;
  vertical-align: top;
  color: #cfcfcf;
  /*padding-top:1px;*/
  position: relative;
  top: -4px;
  font-family: Verdana;
  padding-right: 8px;
  font-weight: 100;
}
.search_input {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  border: 1px solid #cfcfcf;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 8px;
  width: 162px;
}
/*-----------------------------------------------
キービジュアル
-----------------------------------------------*/
.kv {
  background: -webkit-gradient(
    linear,
    left,
    right,
    color-stop(0.88, #b8e0e8),
    color-stop(0, #cfedf6)
  );
  background: -webkit-linear-gradient(left, #cfedf6 0%, #b8e0e8 88%);
  background: -moz-linear-gradient(left, #cfedf6 0%, #b8e0e8 88%);
  background: -o-linear-gradient(left, #cfedf6 0%, #b8e0e8 88%);
  background: -ms-linear-gradient(left, #cfedf6 0%, #b8e0e8 88%);
  background: linear-gradient(to right, #cfedf6 0%, #b8e0e8 88%);
  border-bottom: 2px solid #fff;
  height: 300px;
  min-width: 1000px;
}
.kv.-ranking {
  height: auto;
  background: #fefdee;
}
.kv img {
  display: block;
  margin: 0 auto;
}
.kv.-ranking img {
  position: relative;
  left: 45px;
}
/*-----------------------------------------------
wrap
-----------------------------------------------*/
.wrap {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  top: -20px;
  position: relative;
  margin-bottom: 60px;
}
.breadcrumbs {
  position: absolute;
  top: -40px;
  left: 42px;
  font-size: 10px;
}
.breadcrumbs.-ranking {
  top: -34px;
}
/*-----------------------------------------------
サイドバー
-----------------------------------------------*/
aside {
  width: 300px;
  float: left;
  top: -20px;
}
.aside_bnr {
  margin-bottom: 20px;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -o-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow: 0px 0px 3px 1px #e5e5e5;
  box-shadow: 0px 0px 3px 1px #e5e5e5;
}
.aside_box {
  -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -o-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow: 0px 0px 3px 1px #e5e5e5;
  box-shadow: 0px 0px 3px 1px #e5e5e5;
}
.menu_click {
  font-weight: bold;
  font-size: 12px;
  background: #fff000;
  color: #019fb1;
  padding: 4px;
  vertical-align: top;
  border-radius: 4px;
  position: relative;
  right: -84px;
  top: 12px;
  cursor: pointer;
  line-height: 1;
}

.aside_ul_ttl {
  width: 300px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.88, #797979),
    color-stop(0, #868686)
  );
  background: -webkit-linear-gradient(top, #868686 0%, #797979 88%);
  background: -moz-linear-gradient(top, #868686 0%, #797979 88%);
  background: -o-linear-gradient(top, #868686 0%, #797979 88%);
  background: -ms-linear-gradient(top, #868686 0%, #797979 88%);
  background: linear-gradient(to bottom, #868686 0%, #797979 88%);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  cursor: pointer;
  /*position: relative;*/
}
.aside_ul {
  margin: 0;
  padding: 0;
}
.aside_li {
  background-color: #fff;
  background-image: url("img/aside_li.png");
  background-repeat: no-repeat;
  background-position: 15px 20px;
  padding-left: 40px;
  list-style: none;
  border-bottom: 2px #e5e5e5 solid;
  color: #333;
}
.aside_ul li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 20px;
}
.aside_li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 25px;
}

/*-----------------------------------------------
コンテンツ部分
-----------------------------------------------*/
#content {
  /*height:100%;*/
  float: left;
  margin-left: 20px;
  top: -20px;
  left: 320px;
  width: 680px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow:0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow:0px 0px 3px 1px #e5e5e5;
  -o-box-shadow:0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow:0px 0px 3px 1px #e5e5e5;
  box-shadow:0px 0px 3px 1px #e5e5e5;*/
  padding-bottom: 20px;
}
#content_detail {
  top: -20px;
  left: 320px;
  width: 680px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow:0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow:0px 0px 3px 1px #e5e5e5;
  -o-box-shadow:0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow:0px 0px 3px 1px #e5e5e5;
  box-shadow:0px 0px 3px 1px #e5e5e5;*/
  padding-bottom: 20px;
}
.ranking_top {
  width: 680px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -o-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow: 0px 0px 3px 1px #e5e5e5;
  box-shadow: 0px 0px 3px 1px #e5e5e5;
  margin-bottom: 20px;
}
#ranking_content {
  top: 310px;
  left: 320px;
  width: 680px;
  margin-top: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -o-box-shadow: 0px 0px 3px 1px #e5e5e5;
  -ms-box-shadow: 0px 0px 3px 1px #e5e5e5;
  box-shadow: 0px 0px 3px 1px #e5e5e5;
  padding-bottom: 20px;
}
#content:after {
  clear: both;
  content: "";
  display: block;
}

.ranking_top_box:after {
  clear: both;
  content: "";
  display: block;
}
.ranking_top_box_left {
  /*float:left;
  width:59%;*/
  font-size: 12px;
  line-height: 23px;
}
.ranking_top_box_right {
  float: right;
  width: 41%;
}
.ranking_top_box_right img {
  display: block;
  margin-left: auto;
}
.content_ttl {
  color: #003e72;
  padding: 7px 10px 7px 25px;
  font-size: 20px;
  border-bottom: #003e72;
  border-bottom-style: solid;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#f7f7f7, #d7d7d7);
}
.main_content {
  margin-bottom: 30px;
}
.main_content ul,
.main ul {
  background-color: #f5f5f5;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.main_content ul li,
.main ul li {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("img/check_icon.png");
  background-repeat: no-repeat;
  background-position: 0px 12px;
  list-style: none;
}
.main {
  padding: 20px 20px 5px 20px;
}
h3 {
  background-color: #003e72;
  background-image: url("img/h3_li_icon.png");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  padding: 11px 10px 7px 20px;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 60px;
}
h3 li {
  list-style-image: url("img/h3_li_icon.png");
  display: inline-block;
  vertical-align: top;
}
h4 {
  background-image: url(img/cross_icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  font-size: 20px;
  /* padding: 10px 10px 10px 35px; */
  padding-left: 35px;
  /* border: #009fb1; */
  /* border-style: solid; */
  /* border-left: none; */
  /* border-right: none; */
  color: #009fb1;
  margin-top: 50px;
}
.main_bnr_box_bnr2 {
  float: right;
}
.main_bnr_box_bnr2:after {
  clear: both;
  content: "";
  display: block;
}
.next_prev_box:after {
  display: block;
  content: "";
  clear: both;
}
.prev {
  float: left;
  width: 40%;
}
.next {
  float: right;
  width: 40%;
}
/*-----------------------------------------------
ranking
-----------------------------------------------*/
.rank1_ttl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-image: url("img/rank1_ttl_bg.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 56px;
  width: 640px;
}
.rank2_ttl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-image: url("img/rank2_ttl_bg.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 56px;
  width: 640px;
}
.rank3_ttl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-image: url("img/rank3_ttl_bg.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 56px;
  width: 640px;
}
.rank4_ttl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-image: url("img/rank4_ttl_bg.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 56px;
  width: 640px;
}
.rank_logo {
  position: absolute;
  top: -14px;
  left: -12px;
}
.rank_h2.-noBadge {
  padding-left: 20px;
}
.rank_h2 {
  padding-left: 88px;
}
.site_img a {
  width: 330px;
  display: block;
}
.site_img img {
  width: 100%;
  max-width: none !important;
}
.site_img_table_box {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.site_img_table_box:after {
  content: "";
  display: block;
  clear: both;
}
.site_table {
  width: 450px;
  border-collapse: collapse;
  font-size: 12px;
}
.site_table th {
  background-color: #d8eef0;
  border: 1px solid #fff;
  padding: 5px;
  width: 50%;
}
.site_table td {
  border: 1px solid #eaeaea;
  padding: 5px;
  width: 50%;
  text-align: center;
}
.site_content {
}
.point_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.point_ttl {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #009fb1;
  background: #fff;
  margin: 0px;
  margin-left: 20px;
  position: relative;
}
.point_ttl_img {
  position: absolute;
  top: -12px;
  left: -20px;
}
.point_h3 {
  margin: 0px;
  background-image: none;
  background-color: #fff;
  color: #333;
  margin: 5px;
  font-size: 20px;
  padding: 0px;
  padding-left: 54px;
}
.point_txt {
  margin-top: 10px;
  padding: 10px;
  line-height: 25px;
}

/* 2020.12.3追加 */
.point-intro__desc_ttl,
.point-intro__recommend_ttl {
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 3px solid #003e72;
}

.point-intro__recommend_ttl_strong {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.point-intro__merit.raiten {
  margin-top: 15px;
}
/*-----------------------------------------------
category
-----------------------------------------------*/
.category h3 a,
.category h3 a:link,
.category h3 a:visited {
  color: #fff;
  text-decoration: none;
}
.continue_box {
  text-align: right;
}
/*-----------------------------------------------
search
-----------------------------------------------*/
.search_continue {
  text-align: right;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
/*footer{
  display:none;
}*/
.footer_wrap1 {
  background: url("img/footer_bg1.png");
}
.footer_up {
  background: url("img/footer_bg1.png");
  width: 1000px;
  min-width: 1000px;
  position: relative;
  color: #4d4d4d;
  font-size: 13px;
}
.footer_up ul {
  display: block;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 0;
}
.footer_up li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid #4d4d4d;
  padding-right: 10px;
  padding-left: 10px;
}
.footer_up ul li:last-child {
  border: none;
}
.siteName {
  position: absolute;
  right: 0;
  top: 21px;
}
.siteName:after {
  clear: both;
  content: "";
  display: block;
}
.footer_down {
  background: #003e72;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
/*-----------------------------------------------
pagetop
-----------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 100px;
  right: 100px;
  font-size: 77%;
  z-index: 9999;
}
#page-top a {
  text-decoration: none;
  text-align: center;
  display: block;
}

/* 2020.08.18 */
.feature {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #003e72;
  border-bottom: double 4px;
  padding-bottom: 10px;
}

/* 2020.11.25 口コミ */
.reviews__ttl {
  font-size: 20px;
  position: relative;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  background-color: #009fb1;
  color: #fff;
}

.reviews-item-wrap {
  display: none;
}

.reviews-item-wrap.show {
  display: block;
}

/* 2020.08.19 口コミ */
.reviews__item {
  display: flex;
  justify-content: space-between;
}

.reviews__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.reviews__item:last-of-type {
  margin-bottom: 25px;
}

.reviews__item + .reviews__item {
  margin-top: 20px;
}

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

.review_img img {
  max-width: 100%;
}

.review-gender {
  font-size: 14px;
  font-weight: bold;
}
.revews_spouse,
.revews_children {
  font-size: 12px;
  line-height: 1.5;
}
.review-content {
  position: relative;
  max-width: 470px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px;
  text-align: left;
  border: 2px solid #231815;
  color: #333333;
  font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.review-content p {
  margin: 0;
  padding: 0;
}

.review-content:after,
.review-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 21%;
}

.review-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #ffffff;
}

.review-content:before {
  border-color: rgba(35, 24, 21, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-top: -12px;
  margin-right: 2px;
  border-right-color: #231815;
}

.reviews__item:nth-of-type(2n) .review-content {
  position: relative;
  max-width: 470px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px;
  text-align: left;
  border: 2px solid #231815;
  color: #333333;
  font-size: 16px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.reviews__item:nth-of-type(2n) .review-content::after,
.reviews__item:nth-of-type(2n) .review-content::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 21%;
}
.reviews__item:nth-of-type(2n) .review-content::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-left-color: #ffffff;
}
.reviews__item:nth-of-type(2n) .review-content::before {
  border-color: rgba(35, 24, 21, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color: #231815;
}

/* 2020.08.26公式サイトへボタン */
.link-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 2% 4%;
  background: #ff8300;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1, #ffc479),
    color-stop(0.48, #ff8300),
    color-stop(0, #ff8300)
  );
  background: -webkit-linear-gradient(
    top,
    #ff8300 0%,
    #ff8300 48%,
    #ffc479 100%
  );
  background: -moz-linear-gradient(top, #ff8300 0%, #ff8300 48%, #ffc479 100%);
  background: -o-linear-gradient(top, #ff8300 0%, #ff8300 48%, #ffc479 100%);
  background: -ms-linear-gradient(top, #ff8300 0%, #ff8300 48%, #ffc479 100%);
  background: linear-gradient(to bottom, #ff8300 0%, #ff8300 48%, #ffc479 100%); */
  font-weight: bold;
  font-size: 140%;
  opacity: 10;
  margin: 40px auto 40px;
  margin-top: 80px;
  border-radius: 8px;
  text-align: center;
  /* border: 2px solid #fff; */
  /* box-shadow: 0 0 2px gray; */
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  background: url(img/Arrow__btn.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}

a.link-btn,
a.link-btn:visited {
  color: #fff;
}

.link-btn:hover {
  opacity: 0.8;
}

/* ３つのポイントh4見出しアイコンをカウンターに */
.ranking_top_box {
  counter-reset: point;
}

h4.counter {
  background-image: none;
}

h4.counter::before {
  counter-increment: point;
  content: counter(point);
  margin-left: -25px;
  padding-right: 15px;
}
/* /////////////////////////////////////////////////rankingページのみ追加 hieida */
#content.-ranking .rank4_ttl,
#content.-ranking .rank3_ttl,
#content.-ranking .rank2_ttl,
#content.-ranking .rank1_ttl {
  width: 900px;
}
#content.-ranking .site_img_table_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#content.-ranking .campaign__img {
  margin: auto;
}
#content.-ranking .review-content {
  max-width: 650px;
}
#content.-ranking .site_img_table_box .site_table {
  float: none;
  margin-left: 40px;
}
#content.-shouhinken img {
  display: block;
  margin: auto;
}
#content.-ranking {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 900px;
}
#content.-ranking #content_detail,
#content.-ranking .ranking_top,
#content.-ranking #ranking_content {
  width: 100%;
}
#content.-ranking .main,
#content.-shouhinken .main {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.main_bnr1 {
  margin-top: 30px;
}
#content.-shouhinken img.main_bnr1 {
  margin-top: 30px;
}
.Img__lead {
  width: 50%;
  display: block;
  margin: 20px auto 40px;
}
.main.-ranking {
  background-color: #fff;
}
.main_content.-point .point_txt {
  padding: 20px 30px 10px;
}
blockquote {
  margin: 20px 0;
  padding: 20px 40px;
  background: #eee;
  border-radius: 5px;
}
blockquote h3 {
  background: none;
  padding-left: 0;
  padding-top: 0;
  color: #003e72;
  font-weight: bold;
  border-bottom: 2px solid;
  border-radius: 0;
  margin-top: 0;
}
.rank_box {
  margin-top: 60px;
}
.reviews {
  margin-top: 40px;
}
.benefit {
  position: absolute;
  left: -46px;
  top: -20px;
  display: block;
  padding: 6px 12px;
  background-color: #009fb1;
  color: #fff;
  transform: rotate(-5deg);
  line-height: 1;
  font-size: 14px;
  z-index: 2;
}

/*--campaign2020.09.23--*/
.campaign {
  margin-top: 2.5rem;
}
.campaign__img {
}

.campaign__img img {
  width: 100%;
}
.campaign__ttl {
  margin-bottom: 20px;
}

/* --ranking table 2020.11.09-- */
.rank-table__ttl {
  font-size: 20px;
  position: relative;
  border: 2px solid #333;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  background-color: #009fb1;
  color: #fff;
}

.rank-table__ttl:hover {
  opacity: 0.8;
}

.rank-table__ttl-triangle {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.rank-table__content {
  display: none;
}

.rank-table__content_ttl {
  font-size: 18px;
}

.rank-table__content.open {
  display: block;
}

.rank_table ul {
  background-color: initial;
  padding: 0;
  border-radius: none;
}

.rank_table ul li {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  text-align: left;
  font-size: 5px;
}

.rank_table ul li::before {
  content: "・";
  display: inline-block;
}

.rank_table th,
.rank_table td {
  text-align: center;
}

.rank_table th {
  font-size: 14px;
}

.rank_table-ttl {
}

.rank_table-rank {
  width: 5%;
}

.rank_table-service {
  width: 15%;
}

.rank_table-satisfaction {
  width: 9.5%;
}

.rank_table-num {
  width: 9.5%;
}

.rank_table-years {
  width: 9.5%;
}

.rank_table-online {
  width: 9.5%;
}

.rank_table-feature {
  width: 29%;
}

.rank_table-link {
  width: 13%;
}

.rank1-wrap.-bottom .rank1_ttl {
  margin-top: 5rem;
}

/*  */
.-shouhinken .hokenminaoshilabo,
.-shouhinken .minnanoseimeihokenadviser,
.-shouhinken .hokennozenbu,
.-shouhinken .hokenmanmos,
.-shouhinken .hokennojikan,
.-shouhinken .hokenconnect {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  text-align: center;
  /* width: 100%; */
  border-top: 0;
  border-bottom: 0;
  margin-top: 200px;
  text-align-last: left;
  position: relative;
}

.-shouhinken .hokenminaoshilabo {
  margin-top: 3rem;
}

.-shouhinken .hokenminaoshilabo::before,
.-shouhinken .minnanoseimeihokenadviser::before,
.-shouhinken .hokennozenbu::before,
.-shouhinken .hokenmanmos::before,
.-shouhinken .hokennojikan::before,
.-shouhinken .hokenconnect::before {
  content: "＊";
}

/* .-shouhinken .hokenminaoshilabo::after, */
.-shouhinken .minnanoseimeihokenadviser::after,
.-shouhinken .hokennozenbu::after,
.-shouhinken .hokenmanmos::after,
.-shouhinken .hokennojikan::after,
.-shouhinken .hokenconnect::after {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  background-color: #009fb1;
  position: absolute;
  top: -5rem;
  left: 0;
}
