@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  position: relative;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* PCを固定レイアウトに変更※リキッドにする場合は、下記の記述削除ください */
/*body{
  min-width: 1180px;
  overflow-x: auto;
}*/
@media screen and (max-width: 768px){
  body {
    min-width: 320px;
  }
}
/* --- End：固定レイアウト --- */

main {
  color: #333;
}
main a {
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, strong, b, th {
  font-weight: normal;
}
img , object, embed {
  vertical-align: top;
}
*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul, li {
  list-style: none;
}

.sp_disp,
.pc_disp{
  display: none;
}
/* sp */
@media screen and (max-width: 768px){
  .sp_disp {
    display: block;
  }
  .pc_disp{
    display: none;
  }
}
/* pc 769px~ */
@media screen and (min-width:769px) {
  .sp_disp{
    display: none;
  }
  .pc_disp{
    display: block;
  }
}


@media screen and (max-width: 768px){
  .unit02{
    padding: 0;
  }
  .pd_2rem{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
}
/* MV */

.mv{
  background: linear-gradient(0deg, #7d0005 0%,#7d0005 45%,#6d0005 65%,#6d0005 100%);
  background:-moz-linear-gradient(0deg, #7d0005 0%,#7d0005 45%,#6d0005 65%,#6d0005 100%); /* Firefox */
  background:-webkit-linear-gradient(0deg, #7d0005 0%,#7d0005 45%,#6d0005 65%,#6d0005 100%);/* safari Chrome */
  background:-ms-linear-gradient(0deg, #7d0005 0%,#7d0005 45%,#6d0005 65%,#6d0005 100%); /* IE */
  }
/* pc 769px~ */
@media screen and (min-width:769px) {
  .mv img{
    max-width: 1280px;
    margin: auto;
  }
}
/* text */
.contnt_text{
  margin: 31px auto 47px;
  text-align: center;
  /* font-size: 18px; */
  font-size: 15px;
}
/* text pc */
@media screen and (max-width:768px) {
  .contnt_text{
    width: 100%;
    margin: 12px auto 18px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    font-size: 15px;
  }
}

/* nav pc */
.nav{
  display: flex;
  width: 1024px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_bottom{
  margin: 47px auto 68px;
}
.nav li{
  width: 327px;
  height: 100px;
}
.nav a{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 23px;
  border-radius: 6px;
  z-index: 0;
  text-align: center;
  background-color: #fff;
  background-size: 49px auto;
  background-position: right 5px bottom 3px;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.nav .is_current a{
  color: #fff;
}
.nav_item_1 a{
  border: 2px solid #0a4487;
  color: #0a4487;
  background-image: url(/houjin/special/rank/img/king01_pc.png);
  box-shadow: 0 5px 0 #0a4487;
}
.nav_item_2 a{
  border: 2px solid #8e0d13;
  color: #8e0d13;
  background-image: url(/houjin/special/rank/img/king02_pc.png);
  box-shadow: 0 5px 0 #8e0d13;
}
.nav_item_3 a{
  border: 2px solid #0f8551;
  color: #0f8551;
  background-image: url(/houjin/special/rank/img/king03_pc.png);
  box-shadow: 0 5px 0 #0f8551;

}
.nav_item_4 a{
  border: 2px solid #f29714;
  color: #f29714;
  background-image: url(/houjin/special/rank/img/king04_pc.png);
  box-shadow: 0 5px 0 #f29714;
}

.is_current.nav_item_1 a{
  background-color: #0a4487;
  background-image: url(/houjin/special/rank/img/king01_01_pc.png);
  box-shadow: 0 5px 0 #00132a;
}
.is_current.nav_item_2 a{
  background-color: #8e0d13;
  background-image: url(/houjin/special/rank/img/king01_01_pc.png);
  box-shadow: 0 5px 0 #4b0004;
}
.is_current.nav_item_3 a{
  background-color: #0f8551;
  background-image: url(/houjin/special/rank/img/king01_01_pc.png);
  box-shadow: 0 5px 0 #103e2a;
}
.is_current.nav_item_4 a{
  background-color: #f29714;
  background-image: url(/houjin/special/rank/img/king01_01_pc.png);
  box-shadow: 0 5px 0 #84520a;
}

/* nav sp */
@media screen and (max-width: 768px) {
  .nav{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .nav_bottom{
    margin: 24px auto 18px;
  }
  .nav li{
    width: calc(36% - 6px);
    height: 67px;
    margin-bottom: 10px;
    margin-left: -9px;
    margin-right: -9px;
  }
  .nav a{
    padding-top: 15px;
    border-width: 1px;
    border-radius: 3px;
    background-size: 33px auto;
    box-shadow: 0 3px 0;
    font-size: 16px;
  }
  .nav .is_current a{
    box-shadow: 0 3px 0;
  }
  .nav_item_1 a{background-image: url(/houjin/special/rank/img/king01.png);box-shadow: 0 3px 0 #0a4487;}
  .nav_item_2 a{background-image: url(/houjin/special/rank/img/king02.png);box-shadow: 0 3px 0 #8e0d13;}
  .nav_item_3 a{background-image: url(/houjin/special/rank/img/king03.png);box-shadow: 0 3px 0 #0f8551;}
  .nav_item_4 a{background-image: url(/houjin/special/rank/img/king04.png);box-shadow: 0 3px 0 #f29714;}

  .is_current.nav_item_1 a{background-image: url(/houjin/special/rank/img/king01_01.png);box-shadow: 0 3px 0 #00132a;}
  .is_current.nav_item_2 a{background-image: url(/houjin/special/rank/img/king01_01.png);box-shadow: 0 3px 0 #4b0004;}
  .is_current.nav_item_3 a{background-image: url(/houjin/special/rank/img/king01_01.png);box-shadow: 0 3px 0 #103e2a;}
  .is_current.nav_item_4 a{background-image: url(/houjin/special/rank/img/king01_01.png);box-shadow: 0 3px 0 #84520a;}
}

/* タイトル */

.ttl{
  width: 1024px;
  height: 53px;
  margin: 68px auto 30px;
  color:#fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.ttl span{
  display: inline-block;
  padding: 15px 0 15px 51px;
  line-height: 1;
  background-image: url(/houjin/special/rank/img/kouza_bg_king.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 41px auto;
}
.ttl_1{
  background-image: url(/houjin/special/rank/img/kouza_bg01.png);
}
.ttl_2{
  background-image: url(/houjin/special/rank/img/kouza_bg02.png);
}
.ttl_3{
  background-image: url(/houjin/special/rank/img/kouza_bg03.png);
}
.ttl_4{
  background-image: url(/houjin/special/rank/img/kouza_bg04.png);
}
/* タイトル sp*/
@media screen and (max-width: 768px) {
  .ttl{
    width: 100%;
    height: 45px;
    margin: 18px auto 17px;
    font-size: 18px;
    text-align: left;
    background-position: top right;
    background-size: auto 45px;

  }
  .ttl span{
    padding: 15px 0 12px 56px;
    line-height: 1;
    background-image: url(/houjin/special/rank/img/kouza_bg_king_sp.png);
    background-position: 20px 10px;
    background-size: 31px auto;
  }
  .ttl_1{
    background-image: url(/houjin/special/rank/img/sp_kouza_bg01.png);
    background-color: #0a4487;
  }
  .ttl_2{
    background-image: url(/houjin/special/rank/img/sp_kouza_bg02.png);
    background-color: #8e0d13;
  }
  .ttl_3{
    background-image: url(/houjin/special/rank/img/sp_kouza_bg03.png);
    background-color: #0f8551;
  }
  .ttl_4{
    background-image: url(/houjin/special/rank/img/sp_kouza_bg04.png);
    background-color: #f29714;
  }
}
/* 320px */
@media screen and (max-width: 374px){
  .ttl{
    font-size: 16px;
  }
}


/* ランキング */
.ranking{
  width: 1024px;
  margin: auto;
}
.ranking li{
  text-align: left;
  margin-bottom: 47px;
}
/* .ranking li:last-child{
  margin-bottom: 21px;
} */
.rank_num{
  width: auto;
  height: 28px;
}
.rank_inr{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 26px;
}
.rank_left{
  position: relative;
  width: 342px;
  height: 209px;
  overflow: hidden;
}
.rank_left img{
  position: absolute;
  width: 100%;
  height: auto;
  top: -10px;
  left: 0;
}
.rank_right{
  width: calc(100% - 362px);
}
.tag{
  display: inline-block;
  padding: 6px 6px 4px;
  /* padding: 8px 8px 6px; */
  line-height: 1;
  /* font-size: 18px; */
  font-size: 15px;
}
.tag_01{
  color: #8e0d13;
  border: solid 2px #8e0d13;
}
.tag_02{
  color: #0d7e4c;
  border: solid 2px #0d7e4c;
}
.tag_03{
  color: #f1940f;
  border: solid 2px #f1940f;
}
.pr_0{
  padding-right: 0px;
}
.rank_right h2{
  padding-top: 11px;
  font-size: 24px;
  /* font-size: 20px; */
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
.lead{
  /* font-size: 18px; */
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}
.more{
  display: block;
  width: 241px;
  height: 50px;
  margin-top: 7px;
  margin-left: auto;
  padding-top: 17px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  /* font-size: 18px; */
  color: #fff;
  font-weight: bold;
  background-color: #f29714;
  border-radius: 6px;
  box-shadow: 0 5px 0 #84520a;
  background-image: url(/houjin/special/rank/img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 13px center;
}
.info_warp{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 1024px;
  margin: auto;
  /* margin: 0 auto 60px; */
  padding-bottom: 35px;
  /* padding-bottom: 58px; */
}
.note{
  /* margin: 0 0 58px; */
  font-size: 16px;
  /* font-size: 14px; */
  color: #333;
  width: 100%;
}
.check_link{
  position: relative;
  display: block;
  /* width: 352px; */
  bottom: 10px;
  right: 0;
  padding-right: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #007bff;
  margin-left: auto;
  margin-top: 24px;
}
.check_link::after{
  content: "";
  position: absolute;
  top: 11px;
  right: 4px;
  width: 13px;
  height: 13px;
  border-top: solid 3px #007bff;
  border-right: solid 3px #007bff;
  transform: rotate(45deg);
  font-weight: bold;
  color: #007bff;

}

/* ランキング sp*/
@media screen and (max-width: 768px) {
  .ranking{
    width: 100%;
  }
  .ranking li{
    margin-bottom: 30px;
  }
  .ranking li:last-child{
    margin-bottom: 44px;
  }
  .rank_num{
    width: 100%;
    height: auto;
  }
  .num_other{
    width: 26.9%;
  }
  .num_last{
    width: 30%;
  }
  .rank_inr{
    display: block;
    padding-top: 11px;
  }
  .rank_left{
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .rank_left img{
    position: static;
    width: 100%;
    height: auto;
  }
  .rank_right{
    width: 100%;
  }
  .tag{
    margin: 10px 0;
    padding: 8px 7px 6px;
    font-size: 15px;
  }
  .tag_01{
    border: solid 1px #8e0d13;
  }
  .tag_02{
    border: solid 1px #0d7e4c;
  }
  .tag_03{
    border: solid 1px #f1940f;
  }
  .pr_0{
    padding-right: 0px;
  }
  .rank_right h2{
    padding: 2px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .lead {
    font-size: 15px;
  }
  .more{
    width: 100%;
    height: 46px;
    margin-top: 12px;
    padding-top: 16px;
    border-radius: 3px;
    font-size: 18px;
    box-shadow: 0 3px 0 #84520a;
    background-size: 14px auto;
    background-position: right 11px center;
  }
  .info_warp{
    width: 100%;
    padding-bottom: 0;
    
    /* margin-bottom: 40px; */
  }
  .note{
    width: 100%;
    margin: auto;
    font-size: 13px;
    color: #333;
  }
  .check_link{
    margin-top: 12px;
    padding-right: 36px;
    bottom: 1px;
    font-size: 18px;
  }
  .check_link::after{
    top: 10px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #007bff;
    border-right: solid 2px #007bff;
  }
}
/* 320px */
@media screen and (max-width: 374px){
  .check_link{
    font-size: 17px;
  }
  .check_link::after{
    top: 9px;
  }
}
.img-05 img{
  top: 0;
}
.img-06 img{
  top: -1px;
}
.img-07 img{
  top: -2px;
}
.img-09 img{
  top: -4px;
}
.img-11 img{
  top: -18px;
}
.img-15 img{
  top: -2px;
}
.img-16 img{
  top: -17px;
}
.img-18 img{
  top: -20px;
}
.img-19 img{
  top: -20px;
}
.img-22 img{
  top: -10px;
}
.img-23 img{
  top: -1px;
}
.img-26 img{
  top: -1px;
}
.img-27 img{
  top: -16px;
}
.img-28 img{
  top: -3px;
}
.img-29 img{
  top: -16px;
}
.img-30 img{
  top: -13px;
}
.ttl_r{
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  vertical-align: top;
}
.lead .ttl_r{
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ttl_r{
    font-size: 12px;
  }
  .lead .ttl_r{
    font-size: 10px;
    line-height: 1.7;
  }
}




/* お問い合わせボタン */
.p-contact-section--full{
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 0;
}
.l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.c-button-list--center {
  justify-content: center;
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.438;
  text-align: center;
  transition: opacity 0.2s ease;
}
.p-button-contact-header, .p-button-request {
  color: #fff;
}
.p-button-apply {
  background-color: #e05043;
  color: #fff;
}
.p-button-request {
  background-color: #1bb399;
}
.p-contact-section .c-button-list__item {
  width: 29.24528%;
  max-width: 310px;
  padding: 0 5px;
}
.c-button-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-contact-section .c-button-list {
  margin: 0 -5px;
}
.l-section-box--cv .p-button-contact {
  border-radius: 30px;
}
.p-button-contact {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  font-feature-settings: "palt" 1;
  font-size: 2rem;
}
.p-button-contact::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.l-section-box--cv .p-button-contact::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 4px*2);
  height: calc(100% - 4px*2);
  border: 1px solid #ffffff;
  border-radius: 30px;
  content: "";
}
.l-section-box {
  background: #fff;
}
.l-section-box--cv {
  border-radius: 10px;
  background-color: #f3f0eb;
}
.l-section-box__inner {
  padding: 40px 30px 50px;
}
.l-section-box__inner + .l-section-box__inner {
  border-top: 1px solid #ddd;
}
.l-section-box--cv .l-section-box__inner {
  padding-top: 38px;
  padding-bottom: 38px;
}
.l-sub-section.heading-box .c-section-title {
  margin-bottom: 0;
  padding: 22px 15px;
  background: #fae7d4;
}
.c-section-title {
  margin-bottom: 45px;
  color: #e05043;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-section-title {
  margin-bottom: 16px;
}
.l-section-box--cv .p-button-contact {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact-section--full {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 0;
  }
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-section-box__inner {
    padding: 26px 20px 16px;
  }
  .l-section-box__contact {
    padding: 25px 0 10px;
  }
  .l-section.point-section .c-section-title, .l-section.case-section .c-section-title, .l-section.contact-section .c-section-title {
    margin-bottom: 12px;
  }
  .l-section.search-section .c-section-title {
    margin-bottom: 20px;
  }
  .c-section-title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .p-section-title {
    margin-bottom: 18px;
  }
  .p-contact-section .c-button-list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .p-contact-section .c-button-list__item {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .p-button-contact {
    font-size: 1.8rem;
  }

}
