@charset 'UTF-8';
/* **********************************************
*
*howto/index.html  プルダウン選択とボタンの追加cssファイル
*
************************************************* */
.bg-service{
  background: #CDE9EE;
}

.htcp_howto_select_filter {
  padding: 0px 120px;
  margin: 0 auto;
  text-align: center;
  width: 980px;
}

@media screen and (max-width: 736px) {
  .htcp_howto_select_filter {
    text-align: center;
    /* padding: 3.06rem 0.34rem 2.72rem; */
    padding: 0rem 0.34rem;
    width: 80%;
  }
}

.htcp_howto_select_filter h3:nth-of-type(1){
  font-size:1.5em;
  text-align: center;
  margin: 4em auto 1em;
}
@media screen and (max-width: 736px) {
  .htcp_howto_select_filter h3:nth-of-type(1){
    margin: 2em auto 1em;
  }
}

.htcp_howto_select_filter h3:nth-of-type(2){
  font-size:1.5em;
  text-align: center;
  margin: 2em auto 1em;
}

/* **********************************************
*
*howto/index.html  車種選択のtab 220425
*
************************************************* */


.htcp_howto_category .layout .tab {
  justify-content: flex-start !important;
}

@media screen and (min-width: 737px) {
.htcp_howto_category .layout .tab_btn:not(:nth-child(3n)) {
  margin-right: 40px;
}
}

@media screen and (max-width: 736px) {
  .htcp_howto_category .layout .tab_btn:not(:nth-child(3n)) {
    width: 32%;
    max-width: 32%;
    margin-right: 10px;
  }
}

/*****************************************************
* select 矢印の表示用
***************************************************** */
.htcp_howto_select_filter_wrap {
  position: relative;
}

.htcp_howto_select_filter select {
  border: 1px solid #21b8ce;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 440px;
  height: 4em;
  padding: 6px 8px 7px;
  border-radius: 0;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  cursor: pointer;
}
.htcp_howto_select_filter select::-ms-expand {
  display: none;
}

@media screen and (max-width: 736px) {
.htcp_howto_select_filter select {
  width: 100%;
}
}

.htcp_howto_select_filter select:focus {
  border: 1px solid #21b8ce;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 1px solid #21b8ce;
}

.htcp_howto_select_filter_wrap::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: translateY(-1.5px) rotate(135deg);
  transform: translateY(-1.5px) rotate(135deg);
  border-top: 1px solid #21b8ce;
  border-right: 1px solid #21b8ce;
  font-size: 0;
  line-height: 1;
  content: '';
}

/*****************************************************
* 検索用のコンテンツメニュー 
***************************************************** */
.htcp_howto_lineup .column3 .col li.detail a {
  background-color: #21b8ce;
  /* background-color: #8a8a8a; */
  padding: 1em 0;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  .htcp_howto_select_filter {
  }
}

.htcp_howto_select_filter_btn {
  margin: 4em auto 0px;
  padding: 0.8em 6em;
}

.htcp_howto_select_filter_btn button {
  box-shadow: 1px 1px 3px inset #fff;
  background-color: #383838;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1.6em 6em;
  text-align: center;
  border-radius: 40px;
  width: 440px;
}


@media screen and (max-width: 736px) {
  .htcp_howto_select_filter_btn {
    margin: 30px auto 0;
    padding: 1em 0;
  }

  .htcp_howto_select_filter_btn button {
    display: inline-flex;
    margin: 0 auto;
    padding: 1em 2em;
    width: 100%;
  }
}

.htcp_howto_select_filter_btn button::before {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  background: url(../images/premium-howto/icon-search.png) no-repeat;
  background-size: contain;
  line-height: 1em;
  content: "";
  margin-right: 0.5em;
}
.htcp_howto_select_filter_btn button:hover,
.htcp_howto_select_filter_btn button:disabled {
  opacity: 0.7;
}


.hidden-contents:not(.htcp_howto_select_filter_btn) {
  display: none;
}

.htcp_howto_select_filter_btn.hidden-contents{
  visibility: hidden;
}


.contents-mask {
  filter: grayscale(1);
  opacity: .5;
}

.contents-mask .detail{
  display: none;
}

.contents-none {
  display: none;
}

@media screen and (max-width: 736px) {
  .contents-mask {
    display: none;
  }
}

/*****************************************************
* サービスの横並びを折り返しありに制御
***************************************************** */

#automatic_notification .htcp_howto_lineup .column3 {
  display: flex;
  flex-wrap: wrap;
}

/*****************************************************
* 各サービスの役立つポイントはこちら  TOPのみ
***************************************************** */


@media screen and (max-width: 736px) {
  .for_point.bg{
    padding: 90px 5%;
    background: #CDE9EE;
  }
}
