@charset "UTF-8";
a{
 transition:0.5s all;
}
a:hover{
 opacity:0.5;
 transition:0.5s all;
}

body{
 height:calc(100% - 124px);
 background-image:
 url(/pr-site/newtonx/assets/img/usecase/bg-top.jpg);
 background-position:100% 0;
 background-repeat:no-repeat;
 position:relative;
}
@media screen and (max-width: 768px) {
 body{
  background-image:url(/pr-site/newtonx/assets/img/usecase/bg-top-sp.jpg);
  background-size:70%;
 }
}
.contents-outer{
 width:100%;
 background-image:url(/pr-site/newtonx/assets/img/column/bg-column-bottom.jpg);
 background-size:auto;
 background-position:0 100%;
 background-repeat:no-repeat;
 padding-bottom: 130px;
 min-height:720px;
}
@media screen and (max-width: 768px) {
 .contents-outer{
    background-position: 0 100%;
    background-size: 70%;
    padding-bottom: 50px;
    min-height:200px;
 }
}
.main{
 color:#3c3c3c;
 padding-top:90px;
}
@media screen and (max-width: 768px) {
 .main{
  color:#646464;
  padding-top:30px;
 }
}

/* SNS
--------------------- */
#sns-wrap{
 position: fixed;
 width:30px;
 /* margin-top:96px;*/
 top:186px;
 margin-left:40px;
}
#sns-wrap img{
 display:block;
 margin:0 auto 15px;
}

#sns-wrap #modalBg,#sns-wrap #closeModalbtn{
 display:none;
}

@media screen and (max-width: 768px) {
  #sns-wrap #modalBg,#sns-wrap #closeModalbtn{
   display:block;
  }
  #sns-wrap{
    top:0;
    width:100%;
    margin: 48px 0 0;
    font-size:17px;
   }
  .modal-link{
   cursor: pointer;
  }
  .modal-area {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
   .modal-bg {
    width: 100%;
    height: 200vh;
    background: rgba(3, 3, 3, 0.3);
  }
   .close-modal {
    color: #707070;
    position: absolute;
    top: 14px;
    right: 1rem;
    cursor: pointer;
    font-size: 20px;
  }
  .modal-wrapper {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #fff;
    border-radius: 0;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    text-align:center;
    border-radius:10px;
    padding:30px;
  }
  #sns-wrap .modal-wrapper img{
   display:inline-block;
   width:50px;
   margin-bottom:0;
  }
  #sns-wrap .modal-wrapper a:nth-of-type(2){
   margin:0 25px 0;
  }
  #sns-wrap .modal-wrapper .sp-only{
   font-weight:bold;
   margin-bottom:24px;
  }
  .sns-modal-btn{
   z-index: 10;
   position: fixed;
   bottom: 20%;
   right: 20px;
   cursor: pointer;
  }
}


/* 右ナビ
--------------------- */
.h3-right-nav{
 font-size:18px;
 display:block;
 position:relative;
 line-height: 1;
 padding-left: 12px;
 margin-bottom:19px;
}
.h3-right-nav:before{
 content:"";
 display:block;
 width:3px;
 height:20px;
 background:#00B5B5;
 position:absolute;
 left:0;
}

.right-nav{
 max-width: 200px;
 width:100%;
 /* height:100%;*/
  display:flex; 
 
}
.right-nav > div{
  position: sticky;
  bottom:clamp(3rem,calc(2.871vw + 1.9234rem),6rem);
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
 .right-nav{
  position:static;
 }
}
.key-col{
 margin-bottom:36px;
}
.key-col .col{
 color: #0097EC;
 display: inline-block;
 font-size: 14px;
 padding: 0 6px;
 border: 1px solid #0097EC;
 border-radius: 4px;
 text-align: center;
 margin-bottom:9px;
 margin-left:6px;
}

@media screen and (max-width: 768px) {

 .key-col .col{
  padding: 10px 16px;
  margin-right:8px;
 }

}

.article{
 display:block;
 transition:0.5s all;
 margin-bottom:20px;
}
.article:hover{
 opacity:0.5;
 transition:0.5s all;
}

.article .img{
 max-width:200px;
 width:100%;
 display:block;
 border-radius: 10px;
 overflow: hidden;
 margin-bottom:16px;
}
.article .h4-txt{
 font-size: 14px;
 font-weight:bold;
 margin-bottom:0;
}
.article .col{
 color: #0097EC;
 display: inline-block;
 font-size: 12px;
}

.right-nav .btn{
   color:#fff;
  font-weight: bold;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #FF8900, #FFC917);
  padding:10px 28px;
  white-space: nowrap;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom:10px;
}

.right-nav .traial{
  color:#fff;
 font-weight: bold;
 border-radius: 40px;
 background-image: linear-gradient(90deg, #00A0FB, #11CBCB);
 padding:10px 28px;
 white-space: nowrap;
 display: block;
 text-align: center;
 width: 100%;
 margin-bottom:10px;
}

@media screen and (max-width: 768px) {

 .right-nav {
  max-width: initial
 }
 .key-col {
  width:100%;
 }
 

 .article{
  display:inline-block;
  vertical-align: text-top;
  width: 47%;
  max-width: 160px;
  
 }
 .col .article:nth-of-type(odd){
   margin-right:7px;
 }
 .col .article:nth-of-type(even){
   margin-left:7px;
 }
 
 .right-nav .btn{
  padding:18px 28px;
  font-size:17px;
 }
 
 .h3-right-nav + .col{
  margin-bottom:50px;
 }
 
}







/* 詳細ページ
--------------------- */
.main .detail-wrap{
 max-width: 980px;
 display:flex;
 justify-content: space-between;
 align-items: stretch; 
 position:relative;
}

.left-content{
 max-width: 720px;
 width:100%;
}
.left-content .inner-w-shadow{
 max-width: 700px;
 padding:36px 30px;
 margin-bottom:40px;
 box-shadow: 0px 0px 10px 0px #cccccceb;
}

.left-content #pickupSlider{
  display: none;
}
.left-content #pickupSlider.slick-initialized{
  display: block; 
}


@media screen and (max-width: 768px) {
 .main .detail-wrap{
  display:block;
 }
 .left-content {
  margin-bottom:50px;
 }
 .left-content .inner-w-shadow{
  max-width:initial;
  padding:15px;
  
 }
}
.left-content .inner-w-shadow a{
 text-decoration: underline;
 transition:0.3s all;
}
.left-content .inner-w-shadow a:hover{
 color:#0097EC;
 opacity:1;
 transition:0.3s all;
}



.detail-wrap .return{
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto;
}
.detail-wrap .return img{
 display:block;
 margin-right:9px;
}

.inner-w-shadow .date{
 font-size:14px;
 display: block;
 margin-bottom:22px;
}
.inner-w-shadow .h2-txt{
 font-size:24px;
 text-align:left;
 margin-bottom:18px;
 padding-bottom:0;
}
@media screen and (max-width: 768px) {
 .inner-w-shadow .date{
  margin-bottom:20px;
 }
 .inner-w-shadow .h2-txt{
  font-size:21px;
  margin-bottom:16px;
  
 }
}

.inner-w-shadow .h2-txt:after{
 content:none;
}
.inner-w-shadow p{
 line-height:1.8;
}
.inner-w-shadow p.mb{
 margin-bottom:24px;
}
.inner-w-shadow .keywords{
 font-size:14px;
 color:#0097EC;
 margin-bottom:24px;
 padding-bottom:16px;
 border-bottom:2px solid #EBEBEB;
 position:relative;
}

.inner-w-shadow .keywords:before{
 content:"";
 display:block;
 background:#0097EC;
 width:120px;
 height:2px;
 position: absolute;
 bottom: -2px;
}
.inner-w-shadow .main-img{
 border-radius: 10px;
 overflow: hidden;
 margin-bottom: 25px 
}
.inner-w-shadow .h3-col-txt{
 background:#ECF5FB;
 padding:10px 14px;
 font-size:20px;
 margin:40px 0 20px;
 border-radius:4px 4px 0 0;
}
.inner-w-shadow .h3-col-txt span{
 border-left:2px solid #0097EC;
 padding-left:8px;
 display:inline-block;
}


.inner-w-shadow .h4-col-txt{
 font-size:18px;
 margin:30px 0 12px;
 position:relative;
 display: block;
 padding-bottom:8px;
 border-bottom:4px solid rgb(0 151 236 / 20%);
}
/* .inner-w-shadow .h4-col-txt:before{
 content:"■";
 font-size:10px;
 color:#0097EC;
 display: inline;
 vertical-align: middle;
 padding-right:8px;
}*/

.inner-w-shadow .sub-img{
 margin:24px auto 0;
 text-align:center;
}
.inner-w-shadow .sub-img img{
 display:block;
 margin:auto;
}

.inner-w-shadow .h5-col-txt{
 font-size:16px;
}

@media screen and (max-width: 768px) {
 .inner-w-shadow .main-img{
  margin-bottom: 18px
 }
 .inner-w-shadow .h3-col-txt{
  margin:18px 0 ;
 }
 .inner-w-shadow .h4-col-txt{
  font-size:17px;
  margin:25px 0 18px;
  position:relative;
 }
 .inner-w-shadow .sub-img{
  margin:18px auto 0;
 }
}


.memo {
 font-size:14px;
 background:#FAFAFA;
 border:2px solid #EBEBEB;
 padding:20px;
 border-radius: 4px ;
 position:relative;
}
.memo:before{
 content:url(/pr-site/newtonx/assets/img/column/icon-memo.svg);
 display:block;
 position:absolute;
 top: -8px;
}
.references{
 margin-top:12px;
}
.txt-c-pink{
 background:rgb(255 139 168 / 20%);
}
.txt-c-green{
 background:rgb(58 198 198 / 20%);
}

.inner-w-shadow .author{
 margin:40px auto;
}

.inner-w-shadow .author .name{
 border-radius:4px 4px 0 0;
 background:#F5F5F5;
 text-align:left;
 font-weight:bold;
 padding:8px 10px;
 border-top:1px solid #D2D2D2;
 border-left:1px solid #D2D2D2;
 border-right:1px solid #D2D2D2;
 
}
.inner-w-shadow .author .flex{
 border-radius:0 0 4px 4px ;
 border-bottom:1px solid #D2D2D2;
 border-left:1px solid #D2D2D2;
 border-right:1px solid #D2D2D2;
 padding:20px;
 display:flex;
}

.inner-w-shadow .author .flex div:first-child{
 flex-shrink: 0;
 
}
.inner-w-shadow .author .flex div:last-child{
 padding-left:20px;
 font-size:14px;
}
.inner-w-shadow .author .flex div .bold{
 font-weight:bold;
}
@media screen and (max-width: 768px) {

 .inner-w-shadow .author .flex{
  display:block;
 }
 .inner-w-shadow .author .flex div:first-child img{
  display:block;
  margin:auto;
 }
 .inner-w-shadow .author .flex div:last-child{
  padding-left:0;
  padding-top:10px;
 }

}

.inner-w-shadow .title-related{
 font-weight:bold;
 position:relative;
 padding-left:21px;
 line-height:1;
 margin-bottom:14px;
}
.inner-w-shadow .title-related:before{
 content:url(/pr-site/newtonx/assets/img/column/icon-related.svg);
 display:block;
 position:absolute;
 top: 0;
 left:0
}

.inner-w-shadow .related{
 border:1px solid rgb(0 151 236 / 50%);
 border-radius:4px;
 padding:20px;
 font-size:14px;
}


.related > div{
 display:flex;
 border-bottom:1px dashed rgb(0 151 236 / 50%);
 margin-bottom:20px;
 padding-bottom:20px;
}

.related > div:last-child{
 border-bottom:none;
 margin-bottom:0;
 padding-bottom:0;
}
.related .img{
 flex-shrink: 0;
 max-width:200px;
 width:100%;
}
.related .img img{
 flex-shrink: 0;
 width:100%;
}
.related .img a:hover{
 opacity:0.8;
 transition:0.3s all;
}

.related .txt{
 padding-left:16px;

}
.related .txt p{
 line-height:1.6;
}
.related .txt .bold{
 font-weight:bold;
 margin-bottom:10px;
}

@media screen and (max-width: 768px) {
 .inner-w-shadow .related{
  padding:16px;
 }
 .related > div{
  flex-direction: column;
 }
 .related .img{
  max-width:initial;
 }
 .related .txt {
  padding-left: 0;
  padding-top: 10px;
 }
 
}

.col-content{
 
 margin-top:32px;
}
.col-content .content{
 background:#D8F4F4;
 font-size:18px;
 font-weight:bold;
 color:#00B5B5;
 padding:12px 20px;
 border-radius:4px 4px 0 0;
 position:relative;
}
.col-content .content:before,
.col-content .content:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #00B5B5;
  top: 50%;
  right: 14px;
}
.col-content .content:after{
  transform: rotate(0deg);
  right: 14px;
  transition: .3s;
}
.col-content .content.close:after{
  transform: rotate(90deg);
  right: 14px;
  transition: .3s;
}


.col-content .list{
 border:2px solid #D8F4F4;
 border-radius:0 0 4px 4px;
 padding:20px;
}
.col-content .list .num{
 color:#00B5B5;
 display:inline-block;
 margin-right:8px;
}
.col-content .list dt{
 font-weight:bold;
 margin-bottom:8px;
}
.col-content .list dd{
 margin-left:16px;
 position:relative;
 font-size:14px;
 margin-bottom:6px;
}
.col-content .list dd:before{
 content:"・";
}
.col-content .list dd:last-child{
 margin-bottom:0;
}

@media screen and (max-width: 768px) {
 .col-content .list dt{
  display:flex;
 
 }
 .col-content .list dd{
  text-indent: -14px;
  margin-left: 28px
 }
}

/* 一覧ページ
---------------------- */
.left-content .inner-w-shadow.pick-up {
 padding:30px;
 position:relative;
 max-width:700px;
 margin:10px;
}
@media screen and (max-width: 768px) {
.left-content .inner-w-shadow.pick-up {
  margin-bottom:40px;
 }
}
.left-content .inner-w-shadow.pick-up:before{
content: "";
position: absolute;
display: block;
width: 50px;
height: 4px;
background-image: linear-gradient(90deg, #00A0FB, #36DBDB);
top: 0;
left: 30px;
}




.left-content .inner-w-shadow.pick-up .h2-txt{
 margin-bottom:20px;
}
.pick-up .inner{
 display:flex;
}
@media screen and (max-width: 768px) {
 .pick-up .inner{
  display:block;
 }

}

.pick-up .inner .main-img{
 max-width:300px;
 width:100%;
 flex-shrink: 0;
 
}
.pick-up .inner .h3-txt{
 font-size:20px;
 text-align:left;
 margin-bottom:20px;
}
.pick-up .inner .date{
 margin-bottom:20px;
}
.pick-up .inner .keywords{
 text-align:left;
 border:none;
 padding:0;
 margin:0;
}

.pick-up .inner .keywords:before{
 content:none;
}
.pick-up .inner >div:last-child{
 padding-left:20px;
}

#pickupSlider .slick-next {
  right: -13px;
}


#pickupSlider .slick-prev {
  left: -13px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
 .pick-up .inner >div:last-child{
  padding-left:0;
 }

  .pick-up .inner .h3-txt{
   margin-bottom:18px;
  }
  .pick-up .inner .date{
   margin-bottom:18px;
  }

  #pickupSlider .slick-next , #pickupSlider .slick-prev {
    top: 33%;
  }

}


/* コラム一覧
----------------------------- */
.col-list{
 display: flex;
 flex-wrap: wrap;
 padding:50px 0 0;
 max-width: 700px;
 width:100%;
 margin: 0 auto 80px;
}


.col-list > .article{
 max-width:208px;
 width:100%;
 margin-right:38px;
}
.col-list > .article .h4-txt{
 font-size:16px;
}
.col-list > .article .col{
 font-size:14px;
 margin-right:3px;
}
.col-list > .article .img{
 max-width:208px;
 width:100%;
}

.col-list > .article:nth-of-type(3n){
 margin-right:0;
}

@media screen and (max-width: 768px) {
  .wrap .main-wrap{
   padding:0 15px;
  }
  .col-list{
    display: block;
    padding:0 5px;
    margin: 0 auto 0;
   }
 .col-list > .article{
   max-width:initial;
   margin-right:0;
   margin-bottom:42px;
 }
/*  .col-list > .article:last-child{
  margin-bottom:0;
 } */
 .col-list > .article .img{
  max-width:initial;
 }

}

.pager{
 display:flex;
 color:#0097EC;
 font-size:18px;
 font-weight:bold;
 justify-content: center;
 align-items: end;
}

.pager a{
 color:#0097EC;
 display:flex;
 width:40px;
 height:40px;
 border:2px solid #0097EC;
 border-radius: 50%;
 align-items: center;
 justify-content: center;
 margin:0 8px 0;
 flex-shrink: 0;
}

.pager a.current{
 border:2px solid #ECF5FB;
 background:#ECF5FB;
}
.pager .dot{
 
}

@media screen and (max-width: 768px) {
 .pager{
  flex-wrap: wrap;
 }
 .pager a{
  margin:0 6px 6px;
 }
}


/* ポイント
------------------- */
.point{
 background:#F5F5F5;
 border-radius:4px;
 padding:25px 20px;
 font-size:16px;
 font-weight:bold;
 margin-bottom:20px;
}
.point-t{
 font-weight:bold;
 font-size:18px;
 border-bottom:1px dashed #0097EC;
 padding-bottom:10px;
  margin-bottom:18px;
}
@media screen and (max-width: 768px) {
.point-t{
  font-size: 17px;
 }

}
.point ul li{
 position:relative;
 padding-left: 16px;
 padding-left: 16px;
 text-indent: -16px;
 line-height:1.8;
}
@media screen and (max-width: 768px) {


}

.point ul li:before{
 content:"";
 display: inline-block;
 width:6px;
 height:6px;
 background:#0097EC;
 border-radius:50%;
 margin-bottom: 3px;
 margin-right: 10px;
}


/*20250812追加*/
.inner-w-shadow ol.mb {
  list-style: decimal;
  position: relative;
  left: 20px;
  margin-bottom: 24px;
  padding-right: 1rem;
  word-break: auto-phrase;
}
.inner-w-shadow ul.mb {
  list-style: disc;
  position: relative;
  left: 20px;
  margin-bottom: 24px;
  padding-right: 1rem;
  word-break: auto-phrase;
}
ul >.mb, ol > .mb {
  padding-right: 2rem!important;
  padding-left: 1rem;
}
.mb > li {
  padding-bottom:1rem;
}
/*20250812追加ここまで*/