@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.jpg");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
	 background-attachment: fixed;
	  	  height: 384px;
	 /* height: 440px;*/
	  padding: 0!important;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv_sp.jpg");
    background-color: #000000;
    padding: 450px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
}
@media print, screen and (min-width: 768px) {
    .p-top__inner {
        max-width: 800px!important;
    }
}
#voice .p-info-wrap {
 background-color: #e9ecf2;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 84px;
}

.mt-0 {
    margin-top: 0!important;
}
.p-issue-item {
    display: flex;
    flex-direction: column;
    margin: 2em 2em 0 2em;
}
#voice h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #003366;
    margin-bottom: 1rem;
}	
#voice h3:before {
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    left: 0;
}
#voice h3:after {
    content: '';
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    right: 0;
}
#voice h3:before, #voice h3:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}	
.voice {
    margin-bottom: 1rem;
}
.voice h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comment {
    display: flex;
    padding: 1.2rem;
    background: #f4f7fd;
    border-radius: 12px;
    margin-top: 1.2rem;
}
.comment-image {
    overflow: hidden;
}
.comment-image img {
    transition: transform 0.5s;
    border-radius: 50%;
}	
.p-issue-item {
    display: flex;
    flex-direction: column;
    margin: 2em 2em 0 2em;
}
.comment-detail {
    width: 100%;
    margin-left: 1rem;
}	
#voice .p-issue-item__image {
    border-radius: 12px;
}
.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}
.article-image-l {
  width: 60%;
}

.p-info-item_image {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-info-item_image img {
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
.comment-image {
    width: 165px;
}
.comment-detail {
    width: 100%;
    margin-left: 1rem;
}
.comment-heading {
    font-weight: bold;
}
.p-issue-item {
　　margin: 0;
    width: 100%;
}
}
@media not all and (min-width: 768px){
 .p-issue-item__head {
    height: 120px;
  }	
.comment-image {
    width: 103px;
    position: relative;
    top: 4px;
    left: 0;
  }		
.p-issue-item {
    margin: 0;
}
#voice h3 {
    margin-top: 1rem;
}	
}	
 /*フローここまで*/
@media (hover: hover) {
	.n-hover:not(.is-disabled-hover):hover .p-info-item__image img {
		transform: scale(100%)!important;
		pointer-events: none;
	}
}
.worries__heading {
  padding-left: 1.5rem;
  text-indent: -1.4rem;
}
.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}
.problem::before {
  font-size: 5rem;
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
}
span.font-sub {
 font-size: 80%;
	}
@media print, screen and (min-width: 768px) {
  /*ページ内リンク*/
  .m-PageLink {
    flex-wrap: wrap;
  }
.m-PageLink li {	
	width: 200px;
	}
}

/*-------------------------
  article-content 
-------------------------*/

.art-img {
  width: 40%;
}

.art-cont {
  margin-top: 1%;
  width: 80%;
}

.art-content {
  margin-top: 1%;
  width: fit-content;
}

.art-content-r {
  margin-left: 2rem;
  margin-top: 1%;
  width: fit-content;
}

@media not all and (min-width: 768px) {
  .art-content-r {
    margin-left: 0;
  }
}

.art-image {
  width: 40%;
}

.art-image-r {
  width: 60%;
  margin-left: 2rem;
}

@media not all and (min-width: 768px) {
  .art-image-r {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-art-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-art-item__text {
  font-size: 1rem;
  margin-top: 1rem;
	line-height: 1.75rem;
}

@media all and (min-width: 768px) {
 .art-image {
  width: 100%;
}

.art-image-r {
  width: 60%;
  margin-left: 2rem;
}
}
.txt, .txt2 {
  position: relative;
  padding: 10px;
font-size: 1.1rem;
}
.txt::before, .txt::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
}
.txt::before {
  border-left: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  left: 0;
}
.txt::after {
  border-right: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  right: 0;
}
/*-------------------------
  titleLine
-------------------------*/
.titleLine {
  margin-top: 3rem!important;
}
.titleLine span.f11 {
	font-size: 78.57%;
}
.infoList01_1 a,.p-article-item__text a,a.line {
    color: #336699;
    text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-info-item-s__detail {
    width: calc(100% - 0px) !important;
  }
}
/*-------------------------
  tour
-------------------------*/
.box_tour {
    font-size: 1rem;
    line-height: 1.75rem;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	padding: 0.5em 1em;
    margin: 2em 0;
}
/*-------------------------
 【追加】防災備蓄の使用期限を一括管理などのコンテンツ追加 
-------------------------*/
.p-top__text span.sub {
    font-size: 1.8rem;
    font-weight: bold;
}
.lead {
    font-size: 1.5rem;
    margin-top: 3em;
    font-weight: bold;
}
.mark_sub {
    background: linear-gradient(transparent 60%, #ffff75 60%);
    font-size: 1.5rem;
    font-weight: bold;
}
p.sub span.sub_title {
    font-size: 2rem;
    font-weight: bold;
}
p.sub span.info1 {
    font-size: 1.2rem;
    font-weight: bold;
}
.flow02 {
    margin: 2em auto;
    border: 5px solid #f39800;
    padding: 3em 2em 2em;
    position: relative;
}
.flow02 h3 {
    width: 480px;
    position: absolute;
    margin: 0 auto;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #FFF;
}
.flow02 h3 p {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 30px;
}
.flow02 h3 p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
	margin-left: 0.5em;
}
.mark-o {
    background: linear-gradient(transparent 60%, #fbe28e 40%);
}
.flow02 h3 p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
    margin-right: 0.5em;
}
.sl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #f39800;
    margin-top: 1rem;
	page-break-after: 20px;
	width: 90%;
	margin: auto;
}
.sl span {
font-size: 200%;	
	}
.sl_2 {
   font-size: 1.6rem;
    font-weight: bold;
	margin: 1rem auto;
}	
@media not all and (min-width: 768px) {
.sub {
    text-align: left;
    margin-top: 1em!important;
}
.lead {
    font-size: 1.3rem;
}	
p.sub span.sub_title {
    font-size: 1.5rem;
}
    .flow02 h3 {
        width: 290px;
    }
.flow02 {
    padding: 2em 1em;
}
.flow02 h3 p::before {
    margin-left: 5px;
}
.flow02 h3 p::after {
    margin-right: 5px;
}
.flow02 h3 p {
        font-size: 1.45rem;
        padding: 0;
    }	
.sl {
    font-size: 1.3rem;
	margin-top: 2rem;
}
.sl_2 {
   font-size: 1.3rem;
}	
}
/*-------------------------
  20251016 HIS Mobile追加
-------------------------*/
.inner_section {
  padding: 80px 0;
}
.bkg_color {
  background-color: #ebf6ff;
}
.deviceCatch {
    border: 3px solid #0072ce;
    border-radius: 10px;
    max-width: 655px;
    margin: 3rem auto;
    position: relative;
}
.deviceCatchHead {
    position: absolute;
    top: -16px;
    left: 50%;
    color: #0072ce;
    background: #ffffff;
    font-weight: bold;
    font-size: 19px;
    transform: translateX(-50%);
    padding: 0 10px;
}
.deviceCatchContent {
    padding: 1.5rem 15px 1rem;
    font-size: 15px;
    text-align: center;
}
#mainImage img {
  width: 515px;
}
@media screen and (max-width: 784px) {
  #mainImage img {
    width: 100%;
  }
}
#imageList {
  padding: 0 100px;
  margin: 60px 0 0;
}
@media screen and (max-width: 784px) {
  #imageList {
    padding: 0 50px;
    margin: 30px 0 0;
  }
}
#imageList ul {
  justify-content: space-between;
}
@media screen and (max-width: 784px) {
  #imageList ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#imageList ul li img {
  width: 105px;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dflex {
    display: flex;
}
.dflex-center {
    justify-content: center;
    align-items: center;
}
#imageList ul {
    justify-content: space-between;
}
@media screen and (max-width: 784px) {
    .deviceCatchHead {
        padding: 0 0px;
        width: 200px;
        max-width: 316px;
        text-align: center;
        font-size: 17px;
    }
}
/*-------------------------
  20251016 HIS Mobile追加　スペック表
-------------------------*/
summary {
    cursor: pointer;
    display: block;
    list-style: none;
}
.c-accordion-table_ttl {
    text-align: center;
    background-color: #d0dbef;
    line-height: 60px;
    color: #154bb5;
    transition: all 0.3s 
ease-in-out;
    font-size: 18px;
    position: relative;
}
.c-accordion-table {
    margin: 60px 0 0;
}
.c-accordion-table_ttl {
    text-align: center;
    background-color: #d0dbef;
    line-height: 60px;
    color: #154bb5;
    transition: all 0.3s 
ease-in-out;
    font-size: 18px;
    position: relative;
}
.c-accordion-table_ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
    height: 12px;
    background: url(https://his-mobile.com/wp-content/themes/hismobile/images/hiswifi/common/icon_arrow_blue_bottom_spec.png) no-repeat center;
    background-size: contain;
    right: 20px;
}
.c-accordion-table dl {
    padding: 0 135px;
    font-size: 16px;
}
.c-accordion-table dl div {
    height: 44px;
    align-items: center;
}
.c-accordion-table dl div:not(:last-of-type) {
    border-bottom: 1px solid #d2d2d2;
}
.c-accordion-table dl dt {
    width: 265px;
}
.c-accordion-table dl dd {
    width: 465px;
}
.p-info__item.n-hover {
    pointer-events: none;
}
@media screen and (max-width: 784px) {
  .c-accordion-table_ttl {
        font-size: 16px;
    }	
    .c-accordion-table dl {
        font-size: 14px;
        padding: 0;
    }
    .c-accordion-table dl dd {
        width: 60%;
        word-break: break-all;
    }
	    .c-accordion-table dl dt {
        width: 40%;
    }

}

/*-------------------------
  20251016 HIS Wi-Fi端末はここが違う!
-------------------------*/
.col-with-header {
    padding: 0.5rem;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1a398c;
}
.txt-center {
    text-align: center;
}
/*-------------------------
  20251016 HIS Wi-Fi端末はここが違う!
-------------------------*/
.pointLabel {
    border: 2px solid #0072ce;
    border-radius: 100px;
    position: absolute;
    /*top: -14px;*/
    width: 135px;
    /*left: 50%;*/
	/*transform: translateX(-50%);*/
    transform: translate(40px, -30px);;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-weight: bold;
    color: #0072ce;
    font-size: 14px;
    background-color: #fff;
	}
.pointLabelNum {
    color: #fff;
    background: #0072ce;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}
@media screen and (max-width: 784px) {
.pointLabel {
    transform: translate(100px, -40px);	
}	
#service .p-info-item__head {
height: 200px;
    }
}
/*-------------------------
  20251016 あんしん補償ワイド
-------------------------*/
.anshinWide {
    background-color: #fff;
    border: solid 1px #0072ce;
    outline: solid 3px #0072ce;
    outline-offset: 2px;
    padding: 2rem;
}
.mt-60 {
    margin-top: 60px;
}
.anshinWide h4 {
    font-size: 30px;
    margin-bottom: 24px;
 font-weight: bold;
}
.text-center {
    text-align: center;
}
.anshinWideContentBoxText .textPink {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.anshinWideContentBoxTextPrice span {
    font-size: 60px;
}
.anshinWideContentBox {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.anshinWideContentBoxImage {
    display: flex;
    justify-content: space-between;
    width: 44%;
}
.anshinWideContentBoxImageRow {
    margin-top: 0 !important;
}
.anshinWideContentBoxImage img {
    max-width: 174px;
    width: 100%;
    border: 1px solid #333;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}
.anshinWideContentBoxImageRow p {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin-top: 12px;
}
.anshinWideContentBoxText {
    width: 56%;
    margin-top: 0 !important;
}
.anshinWideContentBoxTextRecommend {
    font-size: 20px;
    font-weight: bold;
}
.anshinWideContentBoxText .textorange {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.textorange {
    color: #f39800;
}
.anshinWideContentBoxTextDefault {
    margin-top: 2rem !important;
    font-weight: bold;
    font-size: 24px;
}
.anshinWideContentBoxTextPrice {
    margin-top: 4px !important;
    font-size: 28px;
    font-weight: bold;
}
@media screen and (max-width: 784px) {
    .anshinWideContentBoxImage img {	
        max-width: min(322px, 39vw);
    }
.anshinWideContentBoxImage, .anshinWideContentBoxText {
        width: 100%;
    }
.anshinWideContentBox {
        flex-direction: column;
    }	
    .anshinWideContentBoxTextRecommend {
        font-size: 18px;
    }
    .anshinWideContentBoxTextDefault {
        font-size: 22px;
    }
	    .anshinWideContentBoxTextPrice {
        font-size: 25px;
}	
}
/*-------------------------
  20251016 レンタル付属品（1日あたり）
-------------------------*/
.p-info-dvd-5 {
    display: flex;
    justify-content: space-between;
    margin-top: 84px;
}
.dvd-5 {
width: calc(20% - 5px);
border: 1px solid rgba(0, 0, 0, .15);
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-image: initial;
    border-radius: 12px;
    padding: 20px;
	margin-left: 10px!important;
	background: #FFF;
}
.noticeLayout li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.noticeLayout li {
    position: relative;
    padding-left: 18px;
	margin-bottom: 5px;
	font-size: 1rem;
}
@media not all and (min-width: 768px) {
    .p-info-dvd-5 {
        display: block;
        margin-top: 52px;
    }
.dvd-5 {
width: 100%;	
}
	}
/*-------------------------
  20251016 HISモバイルフッター
-------------------------*/
.l_hiswifi_footer {
    background-color: #def1ff;
    padding: 80px 0;
    display: block !important;
}
.l_hiswifi_footer_logo img {
    width: 280px;
    display: block;
    margin: 0 auto;
}
.l_hiswifi_footer small {
    display: block;
    text-align: center;
}
@media screen and (min-width: 784.1px) {
    footer .subNavi {
        display: flex;
        white-space: nowrap;
        padding: 15px 0;
    }
}
.l_hiswifi_footer_links {
    gap: 20px;
    border: none !important;
	margin-top: 10px;
}
@media not all and (min-width: 768px) {
.l_hiswifi_footer_links {
	margin: 10px!important;
}
}	