@charset "UTF-8";

#cts {
  width: 100%;
}

#hk-contents {
  color: #333;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#hk-contents img {
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 668px) {
  #hk-contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  #hk-contents .pc {
      display: none !important;
  }
}

/*------------------------------
  Wrap
------------------------------*/
@media screen and (min-width: 668px) {
  #hk-contents .h1_border,
  #hk-contents .mv,
  #hk-contents .tab_outer,
  #hk-contents .lead,
  #hk-contents .top_contents_inn,
  #hk-contents .banner_area {
    width: 930px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
  }
}

#hk-contents {
  padding: 0 0 60px;
}
#hk-contents h1 {
border-left: 4px solid #2D52AA;
position: relative;
font-size: 150%;
padding: 0.2em 0 0 20px;
background: none;
font-weight: bold;
line-height: 1.2;
height: auto;
}

#hk-contents h1::after {
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 2px solid #CCC;
    position: absolute;
    left: -4px;
    bottom: -4px;
    display: block;
}

#hk-contents .mv {
  margin: 20px auto 30px;
}
#hk-contents .mv img {
  width: 100%;
}

/*タブ*/
@media screen and (min-width: 668px) {
  #hk-contents .tab li:before {
    font-family: メイリオ, Meiryo, Osaka, sans-serif;
    content: "▼";
    font-size: 10px;
    color: rgb(237, 159, 35);
    position: absolute;
    left: 9px;
    top: 19px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    z-index: 101;
    transform: rotate(30deg) translateX(-3px);
  }
  #hk-contents .tab li:after {
    content: "";
    background-color: #FFF;
    position: absolute;
    left: 6px;
    top: 14px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 2px solid #ED9F23;
    z-index: 100;
  }
  #hk-contents .tab .active {
    background: #e6f5ff;
  }
}

#hk-contents .tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  margin: 0 auto;
  width: 60%;
}
#hk-contents .tab li {
  border: 2px solid #2D4E9B;
  width: 100%;
  text-align: center;
  position: relative;
}
#hk-contents .tab li:first-child {
  border-right: 0;
}
#hk-contents .tab li a {
  color: #333 !important;
  font-weight: bold;
  display: inline-block;
  text-decoration: none !important;
  padding: 13px 0;
  width: 100%;
}

@media screen and (max-width: 667px) {
  #hk-contents .tab .active {
    background: #e6eeff;
  }
  #hk-contents .tab li {
    border: 1px solid #b0b0b0;
  }
  #hk-contents .tab li:nth-child(1) {
    border-radius: 5px 0 0 5px;
  }
  #hk-contents .tab li:nth-child(2) {
    border-radius: 0 5px 5px 0;
  }
  #hk-contents .tab li a {
    background-image: url(/maison/products/hikari-kaze/common/img/icon_arrow_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    font-size: 14px;
    padding: 14px 16px 14px 16px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
  }
}

/*lead*/
#hk-contents .lead {
  margin: 40px auto 50px;
}
#hk-contents .lead_plan {
  margin: 40px auto 10px;
}
#hk-contents h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
}
#hk-contents .lead p {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
#hk-contents .lead p.top {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}


/*top_contents*/
#hk-contents .top_contents {
  background: url(/maison/products/hikari-kaze/common/img/top/top_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#hk-contents .top_contents_inn {
  background: #fff;
  padding: 50px 30px 30px;
}
#hk-contents .attention {
  font-size: 11px;
  line-height: 17px;
}
#hk-contents .family {
  align-items: center;
  background: #e7f2f9;
  display: flex;
  flex-direction:row;
  margin-top: 30px;
  padding: 20px 20px 20px 30px;
}
#hk-contents .family_txt {
  margin: 0 15px 0 30px;
  font-size: 13px;
  line-height: 20px;
}
#hk-contents .family_txt a {
  color: #3367cd;
}
#hk-contents .family_txt a:hover {
  color: #333;
  text-decoration: none;
}
#hk-contents .fam_ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
#hk-contents .t_contents_top h2 span {
  color: #1fadc2;
  font-weight: bold;
  font-size: 30px;
}
#hk-contents .t_contents_top h2 span.font_b {
  font-size: 4rem;
}
#hk-contents .t_contents_top h2 {
  margin-bottom: 30px;
}
#hk-contents .t_contents_top {
  margin-bottom: 20px;
  margin-top: -66px;
}
#hk-contents .t_contents_bottom h2 span {
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin-left: 5px;
}
#hk-contents .t_contents_bottom h2 span.font_b {
  border-bottom: 7px solid #f8b500;
}
#hk-contents .t_contents_top h2:before {
  background: url("/maison/products/hikari-kaze/common/img/top/reserch.png") no-repeat;
  content: '';
  display: block;
  width: 100px;
  height: 40px;
  background-size: 88%;
  margin-bottom: 30px;
}

/*バナー*/
#hk-contents .banner_area {
  margin: 50px auto 60px;
}
#hk-contents .banner_area a:hover {
  opacity: .8;
}

@media screen and (max-width: 667px) {
  #hk-contents .h1_border,
  #hk-contents .mv,
  #hk-contents .tab_outer,
  #hk-contents .lead,
  #hk-contents .top_contents_inn,
  #hk-contents .banner_area {
    padding: 0 10px;
    max-width: 100%;
    width: auto;
    line-height: normal;
  }

.lnavi03{
padding: 0 10px;
font-size: 1rem;
}
.lnavi03 li.list {
    padding: 0 0 0 28px;
    background: url("/maison/smp/images/icon_list.png") 0 5px no-repeat;
    background-size: 25px;
    margin: 0 0 5px 0;
}
.lnavi03 li a {
    color: #003e8b !important;
    font-size: 0.8rem;
    display: inline-block;
}

#hk-contents h1 {
padding: 10px 0 10px 10px !important;
border-left: 7px solid #2A52A7;
background-color: #f5f5f5;
background-image: none !important;
font-size: 1.2rem;
box-shadow: 0 1px rgba(0,0,0,0.2);
height: auto;
width: auto;
line-height: normal;

}

#hk-contents h1::after {
border:none;
}
  #hk-contents {
    padding: 0 0 20px;
    overflow: hidden;
  }
  #hk-contents .tab {
    width: 100%;
  }
  #hk-contents .lead {
    margin: 30px auto 40px;
  }
  #hk-contents .lead p {
    text-align: left;
  }
  #hk-contents .lead p.top {
    width: 100%;
  }
  #hk-contents h2 {
    margin-bottom: 15px;
  }
  #hk-contents .top_contents {
    padding: 50px 15px;
  }
  #hk-contents .top_contents_inn {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }
  #hk-contents .family {
    display: block;
    padding: 25px 15px 15px 15px;
  }
  #hk-contents .familyimg01 img {
    width: 40% !important;
    margin: 0 auto;
    display: block;
  }
  #hk-contents .family_txt {
    margin: 20px auto;
  }
  #hk-contents .banner_area {
    margin: 30px auto;
  }
  #hk-contents .sp.top_c_sp {
    display: block;
  }
  #hk-contents .t_contents_top {
    margin-top: -30px;
  }
  #hk-contents .t_contents_top h2 {
    margin-bottom: 50px;
  }
  #hk-contents .t_contents_bottom h2 span {
    display: inline;
    margin-left: 0;
    line-height: 40px;
    font-size: 21px;
  }
  #hk-contents .t_contents_bottom h2 {
    margin-bottom: 60px;
  }
  #hk-contents .t_contents_bottom h2 span.font_b .sp_border {
    border-bottom: 7px solid #f8b500;
  }
  #hk-contents .attention {
    margin-top: 15px;
  }
}

/*------------------------------
  Plan
------------------------------*/
@media screen and (min-width: 668px) {
  #hk-contents .plan_area,#hk-contents .plan_wrapper {
    width: 930px;
    margin: 0 auto;
    max-width: 100%;
  }
}
#hk-contents .plan_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#hk-contents .plan_floor {
  width: 50%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#hk-contents .plan_left {
  margin-bottom: 15px;
}
#hk-contents .left02 {
  width: 30%;
  height: 30%;
}
#hk-contents .left01 {
  width: 60%;
  height: 60%;
}
#hk-contents .plan_area p {
  font-size: 14px;
  line-height: 21px;
}
#hk-contents .palan_area_item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
  padding: 8px 14px;
  margin-bottom: 10px;
}
#hk-contents .palan_area_item h3.color_01 {
  background-color: #1fadc2;
}
#hk-contents .palan_area_item h3.color_02 {
  background-color: #f48417;
}
#hk-contents .palan_area_item h3.color_03 {
  background-color: #0c9e39;
}
#hk-contents .palan_area_item {
  margin-bottom: 50px;
  width: 32%;
}
#hk-contents .plan_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hk-contents .plan_item {
  width: 24%;
}
#hk-contents .plan_item p {
  color: #0D4A75;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
}
#hk-contents .plan_item p span {
  color: #333;
  font-size: 12px;
  display: block;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 5px;
}
#hk-contents .plan_top_contents h3 {
  color: #231814;
  background: none;
  font-size: 26px;
  line-height: 30px;
  margin-top: -65px;
  margin-bottom: 20px;
  padding: 0;
}
#hk-contents .plan_top_contents h3 span {
  font-size: 15px;
  display: block;
}
#hk-contents .plan_top_contents h3:before {
  background: url("/maison/products/hikari-kaze/common/img/plan/pickup.png") no-repeat;
  content: '';
  display: block;
  width: 81px;
  height: 37px;
  background-size: 82%;
}
#hk-contents .plan_top_contents .top_contents_inn_plan2 h3:before {
  background: url("/maison/products/hikari-kaze/common/img/top/reserch.png") no-repeat;
  content: '';
  display: block;
  width: 100px;
  height: 40px;
  background-size: 88%;
}
#hk-contents .plan_item_ttl {
  font-size: 15px;
}
#hk-contents .plan_item img {
  margin: 10px auto;
}
#hk-contents .tfl {
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 23px;
}
#hk-contents .tfl p {
  color: #231814;
  font-weight: bold;
}
#hk-contents .tfl p span {
  font-weight: normal;
  font-size: 13px;
}
#hk-contents .tfl ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
}
#hk-contents .tfl01 {
  background: #fff;
  width: 33%;
  text-align: center;
  margin-right: 15px;
}
#hk-contents .tfl01 span {
  display: block;
  margin-top: 5px;
}
#hk-contents .tfl02 {
  background: #bee2e6;
  height: 100%;
}
#hk-contents .top_contents_inn_plan2 {
  margin-top: 40px;
}
#hk-contents .top_contents_inn_plan2 p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 667px) {
  #hk-contents .plan_area_inn {
    flex-direction: column;
    padding: 15px 15px 0;
  }
  #hk-contents .plan_area {
    flex-direction: column;
  }
  #hk-contents .plan_right {
    order: 1;
    text-align: center;
  }
  #hk-contents .plan_right img {
    width: 60%;
  }
  #hk-contents .plan_area p {
    text-align: left;
    margin-top: -5px;
  }
  #hk-contents .palan_area_item {
    margin-bottom: 40px;
    width: 100%;
  }
  #hk-contents .plan_floor {
    width: 90%;
    margin-bottom: 15px;
  }
  #hk-contents .plan_top_contents h3 {
    text-align: center;
    margin-top: -30px;
  }
  #hk-contents .plan_flex {
    flex-wrap: wrap;
  }
  #hk-contents .plan_item {
    width: 48%;
    margin-bottom: 20px;
  }
  #hk-contents .plan_item img {
    margin: 5px auto 10px;
  }
  #hk-contents .tfl {
    margin: 5px auto 0;
  }
  #hk-contents .tfl ul {
    display: block;
    background: none;
    margin-top: 15px;
  }
  #hk-contents .tfl01 {
    width: 100%;
    margin: 0 auto 15px;
  }
  #hk-contents .tfl01 img {
    width: 70%;
  }
  #hk-contents .plan_item p {
    font-size: 12px;
    line-height: 16px;
  }
  #hk-contents .top_contents_inn_plan2 {
    margin-top: 40px;
  }
  #hk-contents .plan_top_contents h3 {
    font-size: 20px;
  }
  #hk-contents .left01 {
    width: 56%;
    height: 56%;
  }
  #hk-contents .left02 {
    width: 40%;
    height: 40%;
  }
}

@media screen and (max-width: 340px) {
  #hk-contents .sp_ttl {
    min-height: 70px;
  }
}