@charset "utf-8";

/* =========================================================
 * 共通
 * ====================================================== */
h1{
  font-size: 40px;
  font-weight: bold;
}
.sp_only{
  display: none;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  outline: none;
}
.cont_block{
  margin: 70px 0 0;
}
.cont_block .cont_inner{
  width: 1160px;
  margin: 0 auto;
}

.red_btn{
  position: relative;
  display: inline-block;
  width: 240px;
  margin: 34px 0 0;
  padding: 11px 0;
  border: 1px solid #CC023A;
  border-radius: 8px;
  background: #fff;
  color: #CC023A!important;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}
.red_btn::after{
  content: "";
  position: absolute;
  top: calc((100% - 5px) / 2);
  right: 10px;
  transform: rotate(45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #CC023A;
  border-right: 2px solid #CC023A;
}


.red_btn:hover{
  border: 1px solid #fff;
  border-radius: 8px;
  background: #CC023A;
  color: #fff!important;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}
.red_btn:hover:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagetop:hover{
  opacity: .6;
}

/* 検索系一覧アイテム統一 */
.search_list{
  display: flex;
}
.search_list .list_item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search_list .list_item a{
  text-decoration: none;
}
.search_list .list_item .top_box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.search_list .list_item .item_top{
  padding: 15px;
}
.search_list .list_item .item_top .top_img{
  text-align: center;
}
.search_list .list_item .item_top .top_img img{
  max-width: 100%;
  max-height: 145px;
  width: auto;
  vertical-align: bottom;
}
.search_list .list_item .item_top .top_txt{
  color: #333;
}

/* 検索結果リスト */
.result_link{
  position: relative;
  color: #fff!important;
  font-weight: bold;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.result_link-more{
  padding: 14px 12px 14px 0;
  background: #4C4C4C;
}
.result_link-more::after{
  content: '';
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  background: center / contain no-repeat;
  background-image: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-arrow-right-white.png);
  transition: .3s;
  vertical-align: middle;
}
.result_link-more:hover{
  background: #000;
}
.result_link-more:hover::after{
  transform: translateX(3px);
}

.result_link-contact,
.result_link-online{
  padding: 12px 2px;
  background: #CC023A;
  font-size: 12px;
}
.result_link-contact::before,
.result_link-online::before,
.result_link-online::after{
  content: '';
  display: inline-block;
  background: center / contain no-repeat;
}
.result_link-contact::before{
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  background: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-mail.svg) center / contain no-repeat;
}
.result_link-online::before{
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  margin-bottom: 3px;
  background: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-cart.png) center / contain no-repeat  ;
}
/*
.result_link-online::after{
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.8em;
  background: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-blank.svg) center / cover no-repeat;
}
*/
.result_link-contact:hover,
.result_link-online:hover{
  background: #a4000a;
}
.btm_box-col2{
  display: flex;
}
.btm_box-col2 .result_link{
  width: 50%;
}
.btm_box-col2 .result_link + .result_link{
  border-left: 1px solid #F2F2F2;
}

/* 個別設定 */
.link_block{
  margin: 80px 0 0;
}
.link_block .link_inner{
  width: 1178px;
  margin: 0 auto;
}
.link_block .search_list-col2 .list_item{
  width: calc(50% - 30px);
}
.link_block .search_list-col2 .list_item + .list_item{
  margin-left: 60px;
}
.link_block .search_list .list_item .item_top{
  padding: 0;
}
.link_block .search_list .list_item .item_top .top_ttl{
  margin: 38px 26px 0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.link_block .search_list .list_item .item_top .top_txt{
  margin: 26px 26px 0;
  color: #333;
  font-size: 14px;
}
.link_block .search_list .list_item .item_btm{
  margin-top: 35px;
}

/* 関連リスト */
.relation_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 0;
  font-size: 28px;
  font-weight: bold;
}
.relation_ttl span{
  position: relative;
  display: block;
  width: 40px;
  height: 6px;
  background: #000;
}
.relation_ttl span.before{
  margin-right: 22px;
}
.relation_ttl span.after{
  margin-left: 22px;
}
.relation_ttl span::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #CC023A;
}
.search_list-relation{
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.search_list-relation .list_item{
  position: relative;
  width: calc((100% - 34px) / 3);
  margin-right: 51px;
  margin-bottom: 50px;
}
.search_list-relation .list_item::before{
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  display: inline-block;
  width: 180px;
  height: 4px;
  background: #000;
}
.search_list-relation .list_item:nth-child(2n){
  margin-right: 0;
}
.link_block .search_list-relation .list_item .item_top .top_ttl{
  color: #CC023A;
  font-size: 14px;
  margin: 48px 10px 0;
}
.link_block .search_list-relation .list_item .item_top .top_txt{
  margin: 33px 10px 0;
}

/* 受付終了サービス */
.close_service{
  margin: 60px 0 0;
  padding: 55px 0 60px;
  background: #F2F2F2;
  text-align: center;
}
.close_service .service_ttl{
  font-size: 28px;
  font-weight: bold;
}
.close_service .service_txt{
  margin: 45px 0 0;
  font-size: 15px;
}


/* 下部バナーエリア */
.cmn-banner{
  margin: 56px 0 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-banner-bg.jpg) center / cover no-repeat;
}
.cmn-banner .container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 2%;
  overflow: hidden;
}
.cmn-banner .cmn-banner-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cmn-banner .cmn-banner-list li{
  margin: 10px;
}
.cmn-banner .cmn-banner-list li a{
  transition: .3s;
  display: block;
}
.cmn-banner .cmn-banner-list li a:hover{
  opacity: .7;
}
@media screen and (max-width:834px) {
  h1{
    margin-top: 65px;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.3;
  }
  .sp_only{
    display: block;
  }
  .cont_block{
    margin-top: 40px;
  }
  .cont_block .cont_inner{
    width: 100%;
  }

  /* 個別設定 */
  .link_block .link_inner{
    width: 100%;
  }

  /* 検索結果リスト */
  .result_link{
    height: auto;
    padding: 0.5em;
    font-size: 11px;
  }
  .btm_box-col2{
    display: block;
  }
  .btm_box-col2 .result_link{
    width: 100%;
  }
  .btm_box-col2 .result_link + .result_link{
    border-top: 1px solid #F2F2F2;
    border-left: none;
  }

  /* 個別設定 */
  .link_block{
    margin: 60px 20px 0;
  }
  .search_list-col2{
    display: block;
  }
  .link_block .search_list-col2 .list_item{
    width: 100%;
  }
  .link_block .search_list-col2 .list_item .item_top .top_ttl{
    margin: 33px 28px 0;
    font-size: 13px;
  }
  .link_block .search_list-col2 .list_item .item_top .top_txt{
    margin: 15px 28px 0;
    font-size: 12px;
  }
  .link_block .search_list-col2 .list_item .item_btm{
    margin-top: 18px;
  }
  .link_block .search_list-col2 .list_item + .list_item{
    margin: 30px 0 0;
  }

  .link_block .search_list .list_item .result_link-more{
    padding: 10px 0;
  }


  /* 関連リスト */
  .relation_ttl{
    margin-top: 65px;
    font-size: 22px;
  }
  .search_list-relation{
    display: block;
    margin-top: 35px;
  }
  .search_list-relation .list_item{
    width: 100%;
    margin: 0;
  }
  .search_list-relation .list_item + .list_item{
    margin-top: 40px;
  }
  .link_block .search_list-relation .list_item .item_top .top_ttl{
    margin: 18px 30px 0;
  }
  .link_block .search_list-relation .list_item .item_top .top_txt{
    margin: 14px 30px 0;
  }

  /* 受付終了サービス */
  .close_service{
    padding: 45px 20px 50px;
  }
  .close_service .service_ttl{
    font-size: 20px;
    line-height: 1.3;
  }
  .close_service .service_txt{
    margin-top: 20px;
  }
  .close_service .red_btn{
    width: 97%;
    margin-top: 25px;
    padding: 16px 0;
  }

  /* 下部バナーエリア */
  .cmn-banner .container{
    padding: 40px 5%;
  }
  .cmn-banner .cmn-banner-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cmn-banner .cmn-banner-list li{
    margin: 5px;
  }
  .cmn-banner .cmn-banner-list li a img{
    height: 50px;
  }

}


/* =========================================================
 * ナビ
 * ====================================================== */
.p-gnav.--pc .p-gnav__list{
  margin-top: 55px;
}
.p-gnav__list .list_item:not(:first-of-type){
  border-left: 1px solid #666;
}
@media screen and (max-width:834px) {
  .p-gnav.--pc .p-gnav__list{
    margin-top: 38px;
  }
  .cmn-pagenav .cmn-pagenav-box{
    display: flex;
  }
  .p-gnav .navi_btn{
    text-align: center;
  }
  .p-gnav.--pc .p-gnav__item a{
    font-size: 13px;
    height: 60px;
  }
}

/* =========================================================
 * 検索結果
 * ====================================================== */
.result_block{
  margin: 60px 0 0;
  background: #F2F2F2;
}
.result_block .result_inner{
  width: 1178px;
  margin: 0 auto;
  padding: 55px 0 60px;
}
.result_block .result_inner > h2{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.result_block .result_inner > p{
  margin: 48px 0 0;
  font-size: 15px;
  text-align: center;
}

.search_list-result{
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.search_list-result .list_item{
  width: calc(25% - 30px);
  margin-right: 40px;
  background: #F2F2F2;
}
.search_list-result .list_item:nth-child(4n){
  margin-right: 0;
}
.search_list-result .list_item:nth-child(n + 5){
  margin-top: 40px;
}
.search_list-result .list_item .item_top .top_ttl{
  position: relative;
  width: calc(100% - 15px);
  margin-top: -20px;
  padding: 30px 15px 30px 0;
  background: #F2F2F2;
}
@media screen and (max-width:834px) {
  .result_block{
    margin-top: 70px;
  }
  .result_block + .result_block{
    margin-top: 30px;
  }
  .result_block .result_inner{
    width: 100%;
    padding: 30px 20px 60px;
  }
  .result_block .result_inner > h2{
    font-size: 20px;
  }
  .result_block .result_inner > p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
  }
  .search_list-result{
    margin-top: 38px;
  }
  .search_list-result .list_item{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .search_list-result .list_item:nth-child(n + 3){
    margin-top: 30px;
  }
  .search_list-result .list_item:nth-child(even){
    margin-right: 0;
  }
  .search_list .list_item .item_top{
    padding: 10px;
  }
  .search_list-result .list_item .item_top .top_ttl{
    width: 100%;
    margin: 13px 0 0;
    padding: 0;
    font-weight: bold;
  }
  .search_list .list_item .item_top .top_txt{
    margin-top: 12px;
    font-size: 12px;
  }


}

/* =========================================================
 * カテゴリー
 * ====================================================== */
.cont_block-category{
  margin-top: 60px;
}
.cont_block-category .category_topTxt{
  font-size: 16px;
  text-align: center;
}
.cont_block-category .category_links{
  margin: 17px 0 0;
  text-align: center;
}
.cont_block-category .category_links .red_btn{
  margin: 0;
}
.cont_block-category .category_links .red_btn + .red_btn{
  margin-left: 15px;
}

.category_list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.category_list .list_item{
  width: 24%;
}
.category_list .list_item .category_btn{
  position: relative;
  display: block;
  padding: 19px 0;
  border: 1px solid #B2B2B2;
  text-align: center;
  text-decoration: none;
}
.category_list .list_item .category_btn:hover{
  border-color: #CC023A;
}
.category_list .list_item .category_btn.is-select{
  border-color: #CC023A;
  background: #CC023A;
}
.category_list .list_item .category_btn p{
  color: #333;
  font-weight: bold;
}
.category_list .list_item .category_btn.is-select p{
  color: #fff;
}
.category_list .list_item .category_btn p::before{
  content: "";
  display: block;
  width: 58px;
  height: 46px;
  margin: 0 auto 13px;
}
.category_list .list_item .category_btn-network p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate01.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-5g p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate02.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-cloud p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate03.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-tel p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate04.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-om p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate05.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-security p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate06.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-iot p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate07.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-ai p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate08.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-data p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate09.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-bs p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate10.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-dm p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate11.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-industry p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate12.png) center / cover no-repeat;
}

.category_list .list_item .category_btn-network.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate01-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-5g.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate02-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-cloud.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate03-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-tel.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate04-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-om.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate05-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-security.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate06-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-iot.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate07-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-ai.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate08-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-data.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate09-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-bs.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate10-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-dm.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate11-w.png) center / cover no-repeat;
}
.category_list .list_item .category_btn-industry.is-select p::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate12-w.png) center / cover no-repeat;
}

.category_body{
  position: absolute;
  top: 120px;
  left: 0;
  display: none;
  width: 1160px;
  padding: 30px 40px 20px;
  background: #CC023A;
}
.category_body > p{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.category_body .select_hash{
  margin-top: 12px;
}
.select_hash .hash_list .list_item .is-check{
  color: #fff;
  background: #4C4C4C;
}
@media screen and (max-width:834px) {
  .cont_block-category{
    margin-top: 43px;
  }
  .cont_block-category .category_topTxt{
    padding: 0 30px;
    font-size: 14px;
    text-align: left;
  }
  .cont_block-category .category_links{
    margin-top: 36px;
    padding: 0 25px;
  }

  .cont_block-category .category_links .red_btn{
    width: 100%;
    padding: 15px 0;
  }
  .cont_block-category .category_links .red_btn + .red_btn{
    margin: 20px 0 0;
  }

  .category_list{
    display: block;
  }
  .category_list + .category_list{
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .category_list .list_item{
    width: 100%;
  }
  .category_list .list_item .category_btn{
    padding: 15px 25px;
    background: #CC023A;
    border: none;
  }
  .category_list .list_item .category_btn::before,
  .category_list .list_item .category_btn::after{
    position: absolute;
    content: "";
    display: inline-block;
    background: #fff;
  }
  .category_list .list_item .category_btn::before{
    top: calc(50% - 6px);
    right: 29px;
    width: 2px;
    height: 12px;
  }
  .category_list .list_item .category_btn::after{
    top: calc(50% - 1px);
    right: 24px;
    width: 12px;
    height: 2px;
  }
  .category_list .list_item .category_btn.is-select::before{
    display: none;
  }
  .category_list .list_item + .list_item .category_btn{
    border-top: 1px solid #fff;
  }
  .category_list .list_item .category_btn p{
    color: #fff;
    text-align: left;
  }
  .category_list .list_item .category_btn p::before{
    display: inline-block;
    width: 36px;
    height: 29px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

  .category_list .list_item .category_btn-network p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate01-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-5g p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate02-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-cloud p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate03-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-tel p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate04-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-om p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate05-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-security p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate06-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-iot p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate07-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-ai p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate08-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-data p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate09-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-bs p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate10-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-dm p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate11-w.png) center / cover no-repeat;
  }
  .category_list .list_item .category_btn-industry p::before{
    background: url(/content/dam/nttcom/hq/jp/business/services/img/icon_cate12-w.png) center / cover no-repeat;
  }

  .category_body{
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .category_body > p{
    padding: 13px 27px;
    background: #666;
    font-size: 13px;
    line-height: 1.3;
  }

  .category_body .select_hash{
    margin: 0;
  }

}




/* =========================================================
 * ニーズ
 * ====================================================== */
.tgl_box{
  background: #CC023A;
  color: #fff;
}
.tgl_box + .tgl_box{
  margin-top: 20px;
}
.tgl_box .tgl_head{
  position: relative;
  padding: 20px 40px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.tgl_box .tgl_head::before,
.tgl_box .tgl_head::after{
  position: absolute;
  content: "";
  display: inline-block;
  background: #fff;
}
.tgl_box .tgl_head::before{
  top: calc(50% - 7px);
  right: 28px;
  width: 4px;
  height: 16px;
}
.tgl_box .tgl_head::after{
  top: calc(50% - 2px);
  right: 22px;
  width: 16px;
  height: 4px;
}
.tgl_box .tgl_head.is-open::before{
  display: none;
}
.tgl_box .tgl_body{
  margin: 0;
  padding: 0 40px 20px;
}
@media screen and (max-width:834px) {
  .tgl_box + .tgl_box{
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .tgl_box .tgl_body{
    padding: 0;
  }
  .tgl_box .tgl_head::before{
    top: calc(50% - 6px);
    right: 29px;
    width: 2px;
    height: 12px;
  }
  .tgl_box .tgl_head::after{
    top: calc(50% - 1px);
    right: 24px;
    width: 12px;
    height: 2px;
  }
}


/* =========================================================
 * キーワード
 * ====================================================== */
.keyword_search{
  padding: 30px 40px 20px;
  background: #CC023A;
}
.search_box{
  position: relative;
  flex-wrap: wrap;
}
.search_box .search-input{
  height: auto;
  padding: 9px 7px;
}
.search_box .search-icon{
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  width: 16px;
  height: 16px;
}
.select_hash{
  margin: 20px 0 0;
}
.select_hash .hash_list{
  display: flex;
  flex-wrap: wrap;
}
.select_hash .hash_list .list_item{
  margin: 0 14px 10px 0;
}
.category_list .select_hash .hash_list .list_item:nth-of-type(4n){
  margin: 0 0 10px 0;
}
.select_hash .hash_list .list_item a{
  display: block;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
  color: #4C4C4C;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  padding: 10px 12px;
}
@media screen and (max-width:834px) {
  .keyword_search{
    padding: 10px 0 0;
  }
  .keyword_search .select_hash{
    margin-top: 10px;
  }
  .keyword_search .select_hash .hash_list .list_item:last-of-type a{
    border-bottom: 1px solid #B2B2B2;
  }
  .search_box{
    margin: 0 25px;
  }
  .select_hash .hash_list .list_item{
    width: 100%;
    margin: 0;
  }
  .category_list .select_hash .hash_list .list_item:nth-of-type(4n) {
    margin: 0;
  }
  .select_hash .hash_list .list_item a{
    position: relative;
    padding: 16px 27px;
    border-radius: 0;
    border-top: 1px solid #B2B2B2;
  }
  .select_hash .hash_list .list_item:last-of-type a{
    border-bottom: 1px solid #B2B2B2;
  }
  .select_hash .hash_list .list_item a:not(.is-check){
    padding-left: 50px;
  }
  .select_hash .hash_list .list_item a:not(.is-check):before{
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 28px;
    transform: rotate(45deg);
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #004386;
    border-bottom: 2px solid #004386;
  }
  .select_hash .hash_list .list_item .is-check{
    text-decoration: underline;
  }



  

}

.p-gnav.--pc .p-gnav__item a{
	height: 44px;
}

@media screen and (max-width:834px) {
	.p-gnav.--pc .p-gnav__item a{
		height: 60px;
	}
}