/* =====================
  Add 202602
===================== */

.hp_ta-c{
    text-align: center !important;
}

.hp_ta-l{
    text-align: left !important;
}

.hp_mt20{
    margin-top: 20px !important;
}

.hp_mt40{
    margin-top: 40px;
}

.hp_fs12{
    font-size:12px !important;
}

.hp_fs13{
    font-size:13px !important;
}

.hp_fs14{
    font-size:14px !important;
}

.hp_fs16{
    font-size:16px !important;
}

.hp_fs18{
    font-size:18px !important;
}

.hp_p0{
    padding: 0 !important;
}

.hp_pb0{
    padding-bottom: 0 !important;
}

.hp_mt0{
    margin-top: 0 !important;
}

.hp_mb0{
    margin-bottom: 0 !important;
}

.hp_block{
    display: block;
}

.hp_fw-normal{
    font-weight: normal !important;
}


.hp_flex{
    display: flex;
    align-items: center;
}

.hp_ttl-box{
    background: #01B6F2;
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        padding: 4px;
}

.hp_box-ttl{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;

    span{
        font-size:14px;

    }
}

.u-accordion-contents .--lgray{
    background: #f7f7f7 !important;
}


.hp_u-set{
  --imgH: 180px;
  display:flex;
  flex-wrap:wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.hp_u-set > li{
  box-sizing:border-box;
  width:50%;
  padding: 0 40px 20px 0;
  list-style:none;
  display:flex;
}

.hp_u-set > li .hp_figure{
  width:100%;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  background: #fff;
  padding: 10px;
}

.hp_gateway-setting .hp_u-set > li .hp_figure{
/* background: #f7f7f7; */
}

.hp_u-set.hp_os > li .hp_figure{
 /* background: #f7f7f7;  */
 padding: 20px 10px 10px 10px;
}

.hp_u-set > li .hp_figure img{
  width: 100%;
  height: var(--imgH);
  object-fit: cover;
  display: block;
  border:1px solid #333;
  object-fit: contain;
}

.hp_u-set.hp_os > li .hp_figure img{
  width: fit-content;
  height: auto;
  object-fit: cover;
  display: block;
  border:none;
}

.hp_u-set.hp_wifi > li .hp_figure img{
    object-fit: contain;
    max-width: 100%;
}

.hp_u-set > li figcaption{
  width:100%;
  margin-top:10px;
  line-height:1.4;
  text-align:left;
}

.hp_u-set.hp_os > li figcaption{
    width: 84%;
}

.hp_u-set > li.arrow{
  position:relative;
}

.hp_u-set > li.arrow::after{
  content:"";
  position:absolute;
  top: calc(var(--imgH) / 2);
  right:18px;
  transform: translateY(-50%);
  width:0;
  height:0;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  border-left:20px solid #1ea7ff;
}

/* 最後は矢印なし */
.hp_u-set > li.arrow:last-child::after{
  display:none;
}

.hp_txt-icon{
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
    margin: 0 4px;
}

/*2カラムver*/

.hp_u-set2row{
  margin: 0 0 40px 0;
  background: #fff;
  padding: 10px;
}

.hp_u-set2row .media{
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0px;
  align-items: start;
}

.hp_u-set2row .card .hp_figure{
  margin: 0;
  height: auto;
  overflow: hidden;
}

.hp_u-set2row .card img{
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; */
  width: auto;
}

.hp_u-set2row .arrow{
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp_u-set2row .arrow::before{
  content:"";
  width:0;
  height:0;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  border-left:20px solid #1ea7ff;
}

/* テキストは“行全体幅”を使う（=画像幅と分離） */
.hp_u-set2row .text{
  margin-top: 10px;
}

.hp_u-set2row .text p{
  margin: 0;
  line-height: 1.6;
}

.hp_u-set2row > .text > p > span{
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 1.2em;

}

/*1カラム*/
.hp_u-set3{
  margin: 0;
  padding: 0;
}

.hp_u-set3 > li.card{
  list-style: none;
  margin: 0 0 40px 0;
  width: fit-content;
  background: #fff;
  padding: 10px;
}

.hp_u-set3 .hp_figure{
  margin: 0 0 10px 0;
}

.hp_u-set3 .hp_figure img{
  width: fit-content;
  height: auto;
  display: block;
}

.hp_u-set3 > li.card > p{
  margin: 0;
  line-height: 1.6;
}

.hp_u-set3 > li.card > p + p{
  margin-top: 8px;
}

.hp_u-set3 > li.card > p > span{
  display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 1.2em;
}


.hp_u-set3 > li.card > p:last-child{
  font-size: 13px;
}


.hp_os-ttl{
    font-size: 14px;
    margin-left: 20px;
    margin: 20px 0 20px 10px;
    background: #14a9dab8;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
}

.u-accordion.on + .u-accordion-contents.hp_pb20{
    padding-bottom: 20px !important;
}

.hp_cont-wrap{
    padding:10px;
    background: #fff;
}

.hp_cont-wrap.hp_bg-gray{
    /* background: #f7f7f7; */
}

.hp_cont-wrap img{
    border:1px solid #333;
}


.hp_figure figcaption .hp_attention{
    color:#D14141;
    font-weight: bold;
    display: block;
    margin-top:10px;
}
