@charset "Shift-JIS";

span > img, p > img, h1 > img, a > img, i > img, noscript > img{
  width: 100%;
  display: block;
  height: auto;
}

a:active, a:focus, a:hover {
  text-decoration: none;
}

.u-clear{
  clear: both;
}

h3{
  margin-block-start: 0em;
    margin-block-end: 0em;
}

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');


p{
  font-size: 16px;
  line-height: 2;
}

html{
  overflow:auto;
}

body{
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-feature-settings: "palt";
  color: #444;
  overflow-x: hidden;
}

.l-h,.l-f{
  font-family: "メイリオ","Meiryo","HiraginoSans-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka","arial","verdana",sans-serif;
}

.l-h_sns {
  min-width: 220px;
}

@keyframes horizontal {
  0% { transform:translateX( -5px); }
100% { transform:translateX(  0px); }
}
@keyframes vertical {
  0% { transform:translateY(-10px); }
100% { transform:translateY(  0px); }
}

.p-sideLinkOpenBtnWrap{
  position: fixed;
  top: 30px;
  right:30px;
  animation: horizontal 2s ease-in-out infinite alternate;
  transition: 0.46s;
  z-index: 1000; 
}

.p-sideLinkOpenBtn{
  display: block;
  width: 100px;
  height: 74px;
  position: relative;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/smallCrowd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  animation: vertical 3s ease-in-out infinite alternate;
}

.p-sideLinkOpenBtnWrap.u-open{
  transition: 0.46s;
  right: 200px;
}

@media screen and (min-width: 1101px){
  .p-sideLinkOpenBtnWrap.u-open.u-heightShort{
    right: 280px;
    top: 10px;
  }
}
.p-sideLinkOpenBtn:before{
  content: "OPEN";
  color: #fff;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: calc(100% - 5px);
  text-align: center;
  transition: .4s;
}

.p-sideLinkOpenBtnWrap.u-open .p-sideLinkOpenBtn:before{
  content: "CLOSE";
  transition: .4s;
}


.btn-trigger {
  position: absolute;
  width: 24px;
  height: 18px;
  cursor: pointer;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 7.4px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.p-sideLinkOpenBtnWrap.u-open .btn-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.p-sideLinkOpenBtnWrap.u-open .btn-trigger span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-btn06-bar02 .8s forwards;
  animation: active-btn06-bar02 .8s forwards;
}
@-webkit-keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
.p-sideLinkOpenBtnWrap.u-open .btn-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}



.p-topRead{
  width: 900px;
  margin: -60px auto 60px;
  position: relative;
}

.p-topRead:before{
  content: "";
  width: 4px;
  height: 70px;
  border-radius: 2px;
  background: -webkit-linear-gradient(90deg, #1eb7ee, #3678ce);
  position: absolute;
  top: -10px;
  left: -10px;
  transform: rotate(-30deg);
}

.p-topRead:after{
  content: "";
  width: 4px;
  height: 70px;
  border-radius: 2px;
  background: -webkit-linear-gradient(90deg, #1eb7ee, #3678ce);
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(30deg);
}

.p-topRead__ttl{
  font-size: 36px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.p-topRead__ttl strong{
  font-size: 40px;
  color: #1c98e6;
  background: -webkit-linear-gradient(0deg, #1eb7ee, #3678ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
}

.p-topRead__ttl span.u-tight{
  letter-spacing: -0.1em;
}

.p-topRead__paragraph{
  width: 750px;
  margin: 0 auto;
}

.p-sideLinkBox{
  position: fixed;
  top: 60px;
  right: 0;
  width: 0;
  background-color: #20c2f4;
  z-index: 999;
  padding: 0;
  border-radius: 10px 0 0 10px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.p-sideLinkBox.u-open{
  width: 270px;
  padding: 10px 0 10px 10px;
  height: auto;
  opacity: 1;
  transition: 0.4s;
}


@media screen and (min-width: 1101px){
  .p-sideLinkBox.u-heightShort{
    top: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    border-radius: 0;
    height: 100%;
  }

  .p-sideLinkBox.u-heightShort::-webkit-scrollbar {
    display:none;
  }
  .p-sideLinkBox.u-heightShort .p-sideLinkTtl{
    margin-top: 15px;
  }
  .p-sideLinkBox.u-heightShort .p-sideLink:last-child{
    margin-bottom: 20px;
  }
  
}
.p-sideLinkTtl{
  display: block;
  width: 250px;
  margin: 35px 0 15px 10px;
}

.p-sideLinkBox .p-sideLink,
.p-sideLinkBox .p-sideWhiteBox{
  opacity: 0;
  transition: 0.4s;
}

.p-sideLinkBox.u-open .p-sideLink,
.p-sideLinkBox.u-open .p-sideWhiteBox{
  opacity: 1;
  transition: 0.4s;
}

.p-sideLink{
  width: 240px;
  height: 40px;
  margin: 10px 0 0 auto;
  background-color: #1c98e6;
  display: block;
  border-radius: 6px 0 0 6px;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
}

.p-sideLink:hover{
  background-color: #3678ce;
}

.p-sideLink:before{
  content: "";
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--whiteArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 8px;
}

.p-sideLinkWrap .p-sideLink{
  border-radius: 10px 0 0 0;
}

.p-sideWhiteBox{
  width: 250px;
  padding: 15px 0 15px 20px;
  margin: 0 0 0 auto;
  background-color: #fff;
  border-radius: 0 0 0 10px;
}

.p-sideWhiteBox__linkMass{
  margin-bottom: 20px;
}

.p-sideWhiteBox__linkMass:last-child{
  margin-bottom: 5px;
}

.p-sideWhiteBox__hugeLink{
  font-size: 16px;
  color: #444;
  padding: 0 0 10px 0;
  margin: 0 0 0 10px;
  border-bottom: dashed 1px #909090;
  position: relative;
}

.p-sideWhiteBox__hugeLink:hover,
.p-sideWhiteBox__smallLink:hover{
  opacity: 0.6;
}

.p-sideWhiteBox__hugeLink:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #444;
  position: absolute;
  top: 5px;
  left: -10px;
}

.p-sideWhiteBox__smallLink{
  font-size: 14px;
  line-height: 26px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  color: #1cade6;
  margin: 0 0 0 20px;
  position: relative;
}

.p-sideWhiteBox__smallLink a{
  display: block;
}

.p-sideWhiteBox__smallLink:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #1cade6;
  position: absolute;
  top: 8px;
  left: -10px;
}

.p-sideWhiteBox__hugeLink + .p-sideWhiteBox__smallLink{
  margin-top: 10px;
}

.p-mainWrap{
  margin: -5px auto 10px;
  width: 100%;
  min-height: 650px; 
  padding: 1px 0;
  position: relative;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/main__chapeartBg.png);
  background-size: 880px 500px;
  background-repeat: repeat-x;
  background-position-y: 30px;
  z-index: 100;
}

.p-main{
  width: 914px;
  min-height: 650px;
  margin: 0 auto;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/main__cloud.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding: 1px 0;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: ease;
}

.p-main__ttlBomb{
  position: absolute;
  width: 136px;
  top: 0;
  left: 90px;
  opacity: 0;
  animation-name: p-main__ttlBombAppear--pc;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
}

.p-main__ttlSub{
  position: absolute;
  display: block;
  width: 167px;
  top: 61px;
  left: 264px;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}

.p-main__illust {
  position: absolute;
  width: 200px;
  top: 40px;
  right: -1000px;
  animation-name: p-main__illust;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-timing-function: ease;
}

.p-main__ttl{
  width: 518px;
  margin: 170px auto 43px;
  padding-right: 50px;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
}

.p-main__subHeading{
  width: 600px;
  padding-right: 33px;
  margin: 0 auto;
  color: #fff600;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
}

.p-main__subHeading .u-tight{
  letter-spacing: -0.5em;
}

.p-main__subHeading:before,
.p-main__subHeading:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff600;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
}

.p-main__subHeading:before {
  margin-right: 1rem;
}

.p-main__subHeading:after {
  margin-left: 1rem;
}

.p-main__paragraph{
  width: 600px;
  padding-right: 38px;
  margin: 4px auto 30px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
}

.p-cont{
  width: 1300px;
  padding: 30px 0;
  margin: 0 auto 120px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.p-topLinkBox{
  margin-top: -220px;
  padding: 22px 0 26px;
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(255,255,255,0.9);
  backdrop-filter: blur(15px);
}

.p-topLinkBox.u-footer{
  margin: -40px auto 80px;
}

.p-topLink{
  display: block;
  width: 482px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #def0fa;
  box-shadow: 0 0 0 2px #1c98e6;
  margin-right: 50px;
  margin-bottom: 24px;
  position: relative;
}

.p-topLink:nth-child(n + 2):after{
  content: "etc...";
  color: #909090;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.p-topLink.u-top{
  width: 1022px;
}

.p-topLink.u-active{
  box-shadow: 0 0 0 2px #24c7ec;
  border: solid 4px #d7f4fb;
}

.p-topLink:nth-child(2n - 1){
  margin-right: 0px;
}

.p-topLink:nth-last-child(-n + 2){
  margin-bottom: 0px;
}


.p-topLink__num{
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 10px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: -4px;
  left: -4px;
}

.p-topLink__numIn{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #1c98e6 transparent transparent transparent;
}

.p-topLink.u-active .p-topLink__numIn{
  border-color: #24c7ec transparent transparent transparent;
}


.p-topLink__numIn > span{
  position: absolute;
  z-index: 10;
  display: block;
  width: 13px;
  top: 6px;
  left: 8px;
  font-size: 24px;
}

.p-topLink__illust{
  width: 120px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: -40px;
}

.p-topLink__switch{
  width: 30px;
  height: 38px;
  background-color: #def0fa;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: .3s; 
}
.p-topLink__switch.u-open{
  height: auto;
  transition: .3s;
}

.p-topLink__switch:before{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 3px #1c98e6;
  border-right: solid 3px #1c98e6;
  transform: rotate(135deg);
  top: 8px;
  right: 8px;
}

.p-topLink__switch:after{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 3px #1c98e6;
  border-right: solid 3px #1c98e6;
  transform: rotate(135deg);
  top: 16px;
  right: 8px;
}

.p-topLink__switch.u-open:before,
.p-topLink__switch.u-open:after{
  border-top: solid 3px #c6e8fb;
  border-right: solid 3px #c6e8fb;
  transform: rotate(-45deg);
}

.p-topLink.p-topLink.u-active .p-topLink__switch{
  background-color: #d7f4fb;
}

.p-topLink.p-topLink.u-active .p-topLink__switch:before,
.p-topLink.p-topLink.u-active .p-topLink__switch:after{
  border-top: solid 3px #24c7ec;
  border-right: solid 3px #24c7ec;
}

.p-topLinkIn{
  margin: 20px 20px 20px 80px;
}

.p-topLink__ttl{
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #1c98e6;
}

.p-topLink.u-active .p-topLink__ttl{
  color: #24c7ec;
}

.p-topLink__ttl:hover{
  opacity: 0.6;
}

.p-topLink__ttlIcon{
  width: 18px;
  padding: 0;
  display: inline-block;
}

.p-topLink__ttl__span{
  display: block;
}

.p-topLink__listBox{
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.p-topLink__list{
  color: #444;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 20px);
}

.p-topLink__list.u-half{
  width: calc(40% - 20px);
}

.p-topLink__list:hover{
  opacity: 0.6;
}

.p-topLink__list:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #444;
  position: absolute;
  top: 5px;
  left: 10px;
  }

.p-topLink__list:last-child{
  margin-bottom: 0;
}

.p-topLink__listNote{
  color: #909090;
  font-size:  15px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

.p-cont__bigTtl{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  color: #c2c2c2;
  font-size: 20px;
  line-height: 52px;
  position: relative;
  z-index: 10;
  margin-top: 60px;
  margin-bottom: 150px;
}

#usefulGoods .p-cont__bigTtl{
  margin-bottom: 50px;
}

.p-cont__bigTtl > strong{
  color: #444;
  font-size: 62px;
  letter-spacing: -0.1em;
}

.p-cont__bigTtlIllust {
  width: 450px;
  position: absolute;
  top: -160px;
  left: -310px;
}

.p-cont__bigTtlSub{
  color: #c2c2c2;
  font-size: 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  margin: 10px 0 140px;
  display: block;
  position: relative;
  z-index: 10;
}

#usefulGoods .p-cont__bigTtlSub{
  margin-bottom: 50px;
}

.p-contIn_s{
  width: 1035px;
  margin: 0 auto 100px;
  position: relative;
}

#usefulGoods .p-contIn_s:first-child{
  margin-bottom: 20px;
}

.p-contIn_l{
  width: 1240px;
  margin: 0 auto 100px;
  position: relative;
}

.p-cont__mediumTtl{
  color: #444;
  font-size: 36px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
  margin-left: -3px;
  position: relative;
}

.p-cont__mediumTtl span{
  position: relative;
  z-index: 10;
}

.p-cont__mediumTtl:first-letter{
  color: #1c98e6;
}

.p-cont__mediumTtl:before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 100px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/mediumTtlIllust.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -40px;
  left: -60px;
  z-index: 1;
}

.p-cont__paragraph{
  width: 650px;
  margin-bottom: 30px;
}

#trouble .p-cont__paragraph{
  width: 630px;
}

#trouble .p-contIn_s--trouble .p-cont__paragraph{
  width: 680px
}

.p-cont__paragraph--round{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 20px;
}

.p-cont__paragraph--size_l{
  width: 1035px;
  margin-bottom: 30px;
}

.p-cont__readTxt{
  color: #444;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.p-cont__questionTxt{
  font-size: 26px;
  color: #1c98e6;
  font-weight: normal;
  line-height: 36px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: -0.05em;
  position: relative;
  margin: 60px 0 40px 40px;
}

.p-cont__questionTxt:before{
  content: "Q";
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1c98e6;
  margin-right: 6px;
  position: absolute;
  left: -40px;
}

.p-cont__topAboutPh{
  width: 320px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}

.p-cont__aboutFlowBox{
  display: flex;
  justify-content: space-between;
}

.p-cont__aboutFlow{

}

.p-cont__aboutFlow__ttl{
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
  margin-left: 1px;
  display: block;
}


.p-cont__aboutFlow__ttl > .bluetxt{
  color: #1c98e6;
}

.p-cont__aboutFlow:nth-child(n + 2) .p-cont__aboutFlow__ttl{
  margin-left: 45px;
  display: block;
}

.p-cont__aboutFlow__ph{
  height: 240px;
}

.p-subsidy{
  width: 1033px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #faa81b;
  position: relative;
  padding: 1px 0 10px;
  min-height: 280px;
  margin-top: 60px;
}

.p-subsidy__ttl{
  overflow: hidden;
  width: 400px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: -6px;

}

.p-subsidy__ttlIn{
  display: block;
  width: 400px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  border-radius: 6px;
  transform: skew(-12deg);
}

.p-subsidy__ttlIn > span{
  display: block;
  font-size: 25px;
  line-height: 40px;
  padding-left: 70px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  color: #faa81b;
  transform: skew(12deg);
  position: relative;
}

.p-subsidy__dot{
  position: relative;

}

.p-subsidy__dot:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #faa81b;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);

}

.p-subsidy__txt{
  width: 540px;
  margin: 80px 0 0 50px;
}

.p-subsidy__mediumTtlIllust{
  position: absolute;
  top: 20px;
  left: -110px;
  width: 150px;
}

.p-subsidy__linkBox{
  width: 342px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.p-subsidy__link{
  display: flex;
  width: calc(100% - 2px);
  padding: 2px;
  background-color: #fff;
  border: solid 1px #2b81d1;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}

.p-subsidy__link:hover{
  opacity: 0.6;
}

.p-subsidy__link:hover p{
  text-decoration: underline;
}

.p-subsidy__link:before{
content: "";
display: block;
width: 25px;
min-height: 50px;
background-color: #0867bf;
padding: 2px;
border-radius: 3px 0 0 3px;
margin-right: 15px;
position: relative;
z-index: 1;
}


.p-subsidy__link:last-child{
  margin-bottom: 0;
}

.p-subsidy__link p{
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #0867bf;
  padding: 20px  20px 20px 0;
}

.p-subsidy__link:after{
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--literature.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  z-index: 2;
}

.p-flowBox{
  display: flex;
  justify-content: space-between;
}

.p-meritDemeritBox{
  width: calc(50% - 50px);
  margin-right: 40px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  color: #5fc353;
  border: solid 1px #5fc353;
}

.p-meritDemeritBox:last-child{
  margin-right: 0;
}

.p-demeritBox{
  color: #d46161;
  background-color: #fff;
  border: solid 1px #ea8181;
}

.p-meritDemeritBox h4{
  font-size: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  padding-left: 40px;
  margin-top: 10px;
  position: relative;
}

.p-meritDemeritBox h4:before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 4px #5fc353;
  position: absolute;
  top: 1px;
  left: 10px;
}

.p-demeritBox h4:before{
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background-color: #d46161;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 10px;
}

.p-demeritBox h4:after{
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background-color: #d46161;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 10px;
}

.p-meritDemeritBox ul{
  margin: 15px 0 20px 15px;
  font-size: 16px;
  line-height: 26px;
}

.p-bringingBox{
  width: 1000px;
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
}

.p-contBg--blue .p-contIn_s.p-bringingBox{
  margin-bottom: 100px;
}

.p-bringingBox h3{
  font-size: 22px;
  color: #1c98e6;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.p-bringingChild{
  position: relative;
  width: 155px;
  height: 40px;
  padding: 20px 0px 20px 15px;
  margin: 25px 45px 0 0;
  background-color: #1c98e6;
  border-radius: 10px 0 0 10px;
}

.p-bringingChild:last-child{
  margin-right: 0;
  padding: 20px 15px;
  width: 170px;
  border-radius: 10px;
}

.p-bringingChild p{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.p-bringingChild__arrow{
  position: absolute;
  width: 40.5px;
  height: 70px;
  top: 0;
  right: -40px;
}

.p-bringing_num{
  color: #fff600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-shadow: 
  #1c98e6 2px 0px 0px, #1c98e6 -2px 0px 0px,
  #1c98e6 0px -2px 0px, #1c98e6 0px 2px 0px,
  #1c98e6 2px 2px 0px, #1c98e6 -2px 2px 0px,
  #1c98e6 2px -2px 0px, #1c98e6 -2px -2px 0px,
  #1c98e6 1px 2px 0px, #1c98e6 -1px 2px 0px,
  #1c98e6 1px -2px 0px, #1c98e6 -1px -2px 0px,
  #1c98e6 2px 1px 0px, #1c98e6 -2px 1px 0px,
  #1c98e6 2px -1px 0px, #1c98e6 -2px -1px 0px,
  #1c98e6 1px 1px 0px, #1c98e6 -1px 1px 0px,
  #1c98e6 1px -1px 0px, #1c98e6 -1px -1px 0px;
  position: absolute;
  top: -5px;
  left: 15px;
}

.p-leftBorderTtl{
  margin: 0 0 30px  16px;
  font-size: 26px;
  line-height: 32px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
}

.p-leftBorderTtl:before{
  content: "";
  width: 4px;
  height: 32px;
  background-color: #1c98e6;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: -14px;

}

.p-cont__topPh{
  width: 430px;
  position: absolute;
  top: 0;
  right: -90px;
}

.p-teleworkBtn{
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  width: 380px;
  height: 60px;
  border-radius: 30px;
  background: -moz-linear-gradient(top, #249dcf, #3c84d0);
  background: -webkit-linear-gradient(top, #249dcf, #3c84d0);
  background: linear-gradient(to bottom, #249dcf, #3c84d0);
  border: solid 1px #297ac7;
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  position: relative;
}

.p-teleworkBtn.with-stxt{
  font-size: 18px;
}

.p-teleworkBtn:hover{
  transition: .4s;
  border-color: #039cb3;
  background: -moz-linear-gradient(top, #04c9e6, #1a95c8);
  background: -webkit-linear-gradient(top, #04c9e6, #1a95c8);
  background: linear-gradient(to bottom, #04c9e6, #1a95c8);
}

.p-teleworkBtn:before{
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--whiteArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right: 18px;
}

.p-contBg--blue .p-teleworkBtn.p-teleworkBtn--center{
  position: relative;
  margin: 10px auto 20px;
  width: 380px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
}

.p-contBg--blue .p-teleworkBtn.p-teleworkBtn--center:before{
  content: "";
  width: 24px;
  height: 24px;
  top: 18px;
  right: 18px;
}

.p-mainWrap--usefulGoods{
  margin-top: 6px;
  padding: 1px calc(50% - 517.5px);
  width: 1035px;
  min-height: 489px;
  background-position-y: 20px;
}

.p-mainWrap--usefulGoods .p-main{
  width: 460px;
  min-height: 489px;
  margin: 0 0 0 -50px;
}

.p-mainWrap--usefulGoods .p-main__ttlBomb{
  width: 105px;
  top: 0px;
  left: -40px;
  animation-name: p-mainWrap--usefulGoods;
}

.p-mainWrap--usefulGoods .p-main__ttlSub{
  width: 135px;
  top: 73px;
  left: 120px;
}

.p-mainWrap--usefulGoods .p-main__ttl{
  width: 330px;
  margin: 160px auto 7px;
  padding-right: 40px;
}

.p-mainWrap--usefulGoods .p-main__subHeading{
  width: 320px;
  padding-left: 10px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.p-mainWrap--usefulGoods .p-main__subHeading:before,
.p-mainWrap--usefulGoods .p-main__subHeading:after{
  display: none;
}

.p-main__ttlRequired{
  position: absolute;
  width: 390px;
  top: 57px;
  left: 500px;
  z-index: 1;
}

.p-main__ttl--usefulGoods{
  position: absolute;
  width: 700px;
  top: -50px;
  left: 2000px;
  z-index: 120;
  animation-name: p-main__ttl--usefulGoods;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease;
}

.p-main__ttl--trouble{
  position: absolute;
  width: 660px;
  top: -30px;
  left: 2000px;
  z-index: 120;
  animation-name: p-main__ttl--usefulGoods;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease;
}

.p-mainWrap--usefulGoods .p-main__illust{
  width: 243px;
  top: 12px;
  right: -646px;
}

.p-mainWrap--usefulGoods .p-main__paragraph{
  color: #444;
  width: 580px;
  top: 195px;
  right: -661px;
  position: absolute;
}

.p-transitionDestination{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.p-contIn_l.p-contBg--blue{
  background-color: #f2fafe;
  padding: 1px 0 50px;
  margin: 0 auto 120px;
  position: relative;
}

.p-contIn_l.p-contBg--blue:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom,  #e8f6fd 1%,#f2fafe 60%);

}

#usefulGoods .p-contBg--blue{
  padding-top: 80px;
}

#usefulGoods .p-contBg--blue:before{
  top: 0;
}

.p-contIn_l.p-contBg--blue:last-child{
  margin-bottom: 0;
}

.p-contBg--blue .p-contIn_s{
  margin-bottom: 40px;
}

.p-contBg--blue .p-contIn_s--trouble{
  margin-bottom: 100px;
}

.p-contIn_s--trouble:first-of-type{
  margin-bottom: 160px;
}

.p-contBg--blue .p-contIn_s.p-contIn_s--half{
  width: 510px;
  margin: 0 0 40px 0; 
}

.p-contBg--blue .p-cont__mediumTtl{
  margin-top: -20px;
}

.p-contBg--blue .p-cont__paragraph{
  margin-bottom: 10px;
}

.p-contBg--blue .p-cont__paragraph.u-space{
  margin-bottom: 150px;
}

/*
.p-contBg--blue .p-teleworkBtn {
    font-size: 18px;
    line-height: 48px;
    width: 300px;
    height: 48px;
    border-radius: 24px;
}

.p-contBg--blue .p-teleworkBtn:before {
  width: 20px;
  height: 20px;
  top: 13px;
  right: 13px;
}
*/
.p-contBg--blue .p-contIn_s--navyBg{
  width: 975px;
  padding: 50px 30px 20px;
  background: #1eb7ee;
  background: linear-gradient(110deg,#3678ce 30%,#1caaed 50%,#1eb7ee 70%,#1eb7ee 100%);
  min-height: 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.p-contBg--blue .p-contIn_s--navyBg:before,
.p-contBg--blue .p-contIn_s--lightBlueBg:before{
  content: "";
  width: 420px;
  min-height: 150px;
  background-size: cover;
  height: 100%;
  position: absolute;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/p-contBg_pattern.svg);
  background-repeat: no-repeat;
  opacity: 0.2;
  top: 0;
  right: 0;
  z-index: 1;
}

.p-contBg--blue .p-contIn_s--lightBlueBg.u-withoutWhiteBox,
.p-contBg--blue .p-contIn_s--navyBg.u-withoutWhiteBox{
  border-radius: 10px;
  margin-top: 70px;
  margin-bottom: 60px;
}

.p-contBg--blue .p-contIn_s--lightBlueBg{
  width: 975px;
  padding: 50px 30px 20px;
  background: #8bb4cd;
  /*background: linear-gradient(110deg,#3678ce 30%,#1caaed 50%,#1eb7ee 70%,#1eb7ee 100%);*/
  min-height: 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.p-contBg--blue .p-contIn_s--yellowBg{
  width: 975px;
  padding: 50px 30px 20px;
  background: #fff2ca;
  background: linear-gradient(110deg,#ffea3a 30%,#f9ff5e 50%,#ffe400 70%,#ffe400 100%);
  min-height: 100px;
  margin-bottom: 0;
  margin-top: 70px;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.p-contBg--blue .p-contIn_s--yellowBg:before{
  content: "";
  width: 420px;
  min-height: 150px;
  background-size: cover;
  height: 100%;
  position: absolute;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/p-contBg_pattern.svg);
  background-repeat: no-repeat;
  opacity: 0.4;
  top: 0;
  right: 0;
}

.p-navyTtl{
  color: #fff600;
  font-size: 21px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 8px 16px;
  background-color: #3678ce;
  border: solid 5px #e9f3f8;
  display: block;
  position: absolute;
  border-radius: 10px;
  transform: skewX(-15deg);
  top: -20px;
  left: -20px;
  z-index: 2;
}

.p-yellowTtl{
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 8px 16px;
  background-color: #f89d00;
  border: solid 5px #e9f3f8;
  display: block;
  position: absolute;
  border-radius: 10px;
  transform: skewX(-15deg);
  top: -20px;
  left: -20px;
  z-index: 2;
}

.p-lightBlueTtl{
  color: #fff600;
  font-size: 21px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 8px 16px;
  background-color: #8bb4cd;
  border: solid 5px #e9f3f8;
  display: block;
  position: absolute;
  border-radius: 10px;
  transform: skewX(-15deg);
  top: -20px;
  left: -20px;
  z-index: 2;
}

.p-navyTtl > span,
.p-yellowTtl > span,
.p-lightBlueTtl > span{
  display: block;
  transform: skewX(15deg); 
}

.p-point__list{
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 30px;
  margin-left: 30px;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}

.p-point__list.u-tight{
  letter-spacing: -0.05em;
}

.p-contBg--blue .p-contIn_s--navyBg .p-point__list,
.p-contBg--blue .p-contIn_s--lightBlueBg .p-point__list{
  width: 630px;
}

.p-contBg--blue .p-contIn_s--navyBg.u-width_L .p-point__list,
.p-contBg--blue .p-contIn_s--lightBlueBg.u-width_L .p-point__list{
  width: 100%;
}

.p-contBg--blue .p-contIn_s--yellowBg .p-point__list{
  color: #723305;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 30px;
  text-shadow: none;
}

.p-point__list:before{
  content: "\30fb\0020";
  margin-left: -30px;
}


.p-point__list.u-mark:before{
  content: "";
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/telework-icon_mark.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  position: absolute;
  top: 3px;
}

.p-point__list.u-triangle:before{
  content: "";
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/telework-icon_triangle.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  position: absolute;
  top: 3px;
}

.p-contBg--blue .p-contIn_s--whiteBg{
  width: 975px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.p-contIn_s--navyBg + .p-contIn_s--whiteBg,
.p-contIn_s--yellowBg + .p-contIn_s--whiteBg,
.p-contIn_s--lightBlueBg + .p-contIn_s--whiteBg{
  margin-bottom: 100px;
  border-radius: 0 0 10px 10px;
}

.p-cont__smallTtl{
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.p-contIn_s--whiteBg:after{
  content: "";
  clear: both;
  display: block;
}

.p-contIn_s--whiteBg .p-linkBoxBlueWrap{
  width: 530px;
  float: left;
}

.p-contIn_s--whiteBg .p-linkBoxBlue{
  display: block;
  width: calc(100% - 62px);
  padding: 16px 20px 16px 40px;
  background-color: #eef6ff;
  border: solid 1px #d5e8fe;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}

.p-linkBoxBlue:hover{
  transition: .4s;
  border-color: #0867bf;
  background-color: #fff;
}

.p-linkBoxBlue:hover p,
.p-linkBoxBlue:hover p strong{
  text-decoration: underline;
}


.p-linkBoxBlue p{
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

.p-linkBoxBlue p strong{
  color: #0867bf;
}

.p-linkBoxBlue .p-icon--arrow{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0867bf;
  position: absolute;
  top: calc(50% - 4px);
  left: 20px;
}

.p-bandBoxWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-bandPh{
  width: 320px;
  height: 206px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: -360px;
  top: 0;
}

.p-bandPh.u-sizeL{
  width: 720px;
  height: 280px;
  margin: 15px 0;
  position: relative;
  top: auto;
  right: auto;
}

.p-bandBox{
  border-left: solid 4px #1c98e6;
  padding: 5px 0 5px 20px;
  width: 450px;
  position: relative;
  margin-bottom: 40px;
}

.p-bandBox.u-sizeM{
  width: 590px;
}

.p-bandBox.u-sizeL{
  width: 940px;
}

.p-bandBox.u-colorYellow{
  border-left: solid 4px #f89d00;
}

.p-bandBox__name{
  color: #1c98e6;
  font-size: 21px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  height: 30px;
  padding: 0 15px;
  border: solid 2px #1c98e6;
  border-radius: 17px;
  line-height: 30px;
  display: inline-block;
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}

.p-bandBox__name.u-tight{
  letter-spacing: -0.1em;
}

.p-bandBox__ttl{
  color: #444;
  font-size: 23px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 28px;
  margin: 0 0 15px;
  letter-spacing: -0.04em;
}

.p-bandBox__ttl.w-590px{
  width: 590px;
}

.p-bandBox__paragraph{
  font-size: 16px;
  line-height: 24px;
}

.p-bandBox__name.u-colorYellow{
  color: #faa81b;
  border: solid 2px #faa81b;
}

.p-bandBox__link{
  color: #0867bf;
  font-size: 16px;
  padding-left: 15px;
  margin: 15px 0 10px;
  display: block;
  position: relative;
}

.p-bandBox__link:hover{
  text-decoration: underline;
}

.p-bandBox__linkWrap .p-bandBox__link{
  display: inline-block;
  margin-right: 10px;
}

.p-bandBox__link:nth-of-type(n + 1){
  margin-bottom: 0;
}

.p-bandBox__link:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0867bf;
  position: absolute;
  top: 3px;
  left: 2px;
}

.p-bandBox:before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1c98e6;
  position: absolute;
  left: -4px;
  top: -2px;
}

.p-bandBox:after{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1c98e6;
  position: absolute;
  left: -4px;
  bottom: -2px;
}

.p-bandBox.u-colorYellow:before,
.p-bandBox.u-colorYellow:after{
  background-color: #f89d00;
}

.p-contIn_s--whiteBg .p-linkBoxOrangeWrap{
  float: right;
  width: 420px;
}

.p-contIn_s--whiteBg .p-linkBoxOrange{
  display: block;
  background-color: #fffbee;
  border: solid 1px #fbe9b2;
  width: calc(100% - 67px);
  padding: 25px 20px 23px 45px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}

.p-contIn_s--whiteBg .p-linkBoxOrange:hover{
  background-color: #fff;
  border: solid 1px #faac25;
  transition: .4s;
}

.p-linkBoxOrange p{
  font-size: 14px;
  line-height: 24px;
  color: #faa81b;
}

.p-contIn_s--whiteBg .p-linkBoxOrange:hover p{
  text-decoration: underline;
  transition: .4s;
}

.p-linkBoxOrange .p-icon--king{
  width: 15px;
  height: 12px;
  background-color: #faa81b;
  clip-path: polygon(50% 0%, 75% 40%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 40%);
  -webkit-clip-path: polygon(50% 0%, 75% 40%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 40%);
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
}

.p-contIn_s--blueBand{
  background-color: #fff;
  /*border-left: solid 4px #1c98e6;*/
  border-radius: 10px; 
  position: relative;
  overflow: hidden;
  display: flex;
}

.p-contIn_s--blueBand_in{
  padding: 30px 30px 40px 26px;
  width: 971px;
}

.p-contIn_s--blueBand:before{
  content: "";
  width: 4px;
  min-height: 100px;
  background-color: #1c98e6;
  position: relative;
  top: 0;
  left: 0;
}

.p-contIn_s--blueBand_ttl{
  font-size: 22px;
  line-height: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.p-contIn_s--blueBand_ttl strong{
  color: #1c98e6;
}

.p-contIn_s--blueBand_subtxt{
  margin-bottom: 20px;
}

.p-contIn_s--blueBand .p-cont__paragraph{
  float: left;
}

.p-cont__paragraph--size_l{
  width: 100%;
}

.p-contIn_s--blueBand_ph{
  width: 320px;
  height: 210px;
  border-radius: 10px;
  float: right;
  overflow: hidden;
}

.p-cont_smallTtl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 40px;
}

.p-cont_smallTtl.u-first{
  margin-top: 0;
}

.p-itemBoxWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-itemBox {
  width: 440px;
  padding: 26px 26px 97px;
  background-color: #fff;
  border: solid 4px #def0fa;
  box-shadow: 0 0 0 2px #1c98e6;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
}

.p-itemBox__feature--tablet{
  color: #fff;
  background-color: #f443a5;
  border: solid 5px #f2fafe;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  transform: skewX(-15deg);
  top: -20px;
  right: -20px;
  position: absolute;
}

.p-itemBox__feature--tablet > span{
  display: inline-block;
  transform: skewX(15deg);
  position: relative;
  margin-left: 14px;
}

.p-itemBox__feature--tablet > span:before{
  content: "";
  width: 7px;
  height: 11px;
  border: solid 2px #f9deed;
  border-radius: 2px;
  position: absolute;
  left: -16px;
}

.p-itemBox__feature--tablet.is--earphone > span:before{
  content: "";
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--earphone.svg);
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 1px;
  left: -16px;
}

.p-itemBox__feature--tablet.is--headphone > span:before{
  content: "";
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--headphone.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 0;
  top: 1px;
  position: absolute;
  left: -16px;
}

.p-itemBoxIn{
  display: flex;
  justify-content: space-between;
}

.p-itemBox__phBox{
  width: 230px;

}

.p-itemBox__ph{
  display: block;
  width: 190px;
  height: 190px;
  margin-bottom: 10px;
  position: relative;
}

a.p-itemBox__ph:hover{
  opacity: 0.6;
}

#usefulGoods .p-itemBox__ph{
  width: 300px;
  height: 220px;
  margin: 20px auto;
}

.p-itemBox__ph > img,
.p-itemBox__ph > noscript > img{
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.p-itemBox__noteWrap{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.p-itemBox__note{
  display: flex;
  margin: 0 10px 2px 0;
}

.p-itemBox__note i{
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #c6d0d5;
  border-radius: 3px;
  margin-right: 3px;
}

.p-itemBox__note span{
  display: block;
  height: 26px;
  color: #a1b2bc;
  font-size: 14px;
  line-height: 18px;
}

.p-itemBox__note.u-stxt span{
  letter-spacing: -0.1em;
}

.p-itemBox__note.u-active span{
  color: #1cade6;
  font-weight: bold;
}

.p-itemBox__note.u-active i{
  background-color: #1cade6;
  background: linear-gradient(45deg, #1c98e6, #1cb9e6);
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
}

.p-itemBox__note.u-active i:before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--mark.svg);
  background-size: cover;
  background-position: center center;
}

.p-itemBox__note.u-active i img{
  display: block;
  width: 100%;
}

.p-itemBox__txtBox{
  width: 240px;
}

.p-itemBox__makerName{
  display: inline-block;
  color: #a1b2bc;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

.p-itemBox__itemName{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#usefulGoods .p-itemBox__itemName{
  font-size: 20px;
}

.pcItemTxtPrice{
  margin-top: 10px;
}

.pcItemTxtPrice strong{
  color: #c70000;
  font-size: 15px;
  font-weight: bold;
}

.p-itemBox__paragraph{
  font-size: 14px;
  line-height: 20px;
}

.p-itemBox__specBox{
  width: calc(100% - 22px);
  padding: 10px;
  border: dashed 1px #d5cbb4;
  margin: 10px 0;
}

.p-itemBox__spec{
  margin-bottom: 5px;
}

.p-itemBox__specProperty{
  display: inline;
  width: 50px;
  height: 18px;
  border-radius: 2px;
  color: #b3a177;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.p-itemBox__specProperty:after{
  content: ":";
}

.p-itemBox__specValue{
  display: inline;
  width: calc(100% - 55px);
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.p-itemBox__btn{
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    width: 260px;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #f6c003, #e59313);
    border: solid 1px #e59a1d;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    position: absolute;
    left: calc(50% - 120px);
    bottom: 20px;
}

.p-itemBox__btn:hover{
  transition: .4s;
  background: linear-gradient(to bottom, #f5e104, #e6ad12);
  border: solid 1px #e6c00d;
}

.p-itemBox__btn:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 13px;
  right: 13px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--whiteArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

#usefulGoods .p-itemBox__btn{
  left: calc(50% - 210px);
  width: 420px;
}

.p-cont__topBluePh{
  width: 400px;
  height: 300px;
  position: absolute;
  top: -20px;
  right: -70px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/illustBlueBackCrowd.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.p-cont__topBluePh img,
.p-cont__topBluePh noscript{
  display: block;
  width: 300px;
  margin: 50px auto 0;
}

.p-cont__readTxt{
  z-index: 10;
  position: relative;
}

.p-cont__questionTxt{
  font-size: 22px;
  color: #1c98e6;
  font-weight: normal;
  line-height: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: -0.05em;
  position: relative;
  margin: 30px 0 15px 30px;
}

.p-cont__questionTxt:before{
  content: "Q";
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #1c98e6;
  margin-right: 6px;
  position: absolute;
  left: -34px;
}

.p-cont__answerTxt{
  font-size: 21px;
  color: #444;
  font-weight: normal;
  line-height: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: -0.05em;
  position: relative;
  margin: 0 0 15px 30px;
}

.p-cont__answerTxt:before{
  content: "A";
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #24c7ec;
  margin-right: 6px;
  position: absolute;
  left: -34px;
}


.p-contIn_s--flex{
  display: flex;
  justify-content: space-between;
}

.p-contIn_s--flex .p-halfBox{
  width: 496px;
  display: block;
}

.p-cont__detailLink{
  display: block;
  width: 494px;
  border: solid 1px #2b81d1;
  padding: 2px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.p-cont__detailLink:hover{
  opacity: 0.6;
}

.p-cont__detailLink:hover h5,
.p-cont__detailLink--simple:hover h5{
  text-decoration: underline;
}

.p-contIn_s--whiteBg .p-cont__detailLink{
  width: 454px;
}

.p-cont__detailLink:before{
  content: "";
  display: block;
  width: 25px;
  min-height: 43px;
  background-color: #0867bf;
  padding: 2px;
  border-radius: 3px 0 0 3px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.p-cont__detailLink:after{
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 5;
}


.p-cont__detailLink.p-cont__detailLink--guide{
  border: solid 1px #2b81d1;
}
.p-cont__detailLink.p-cont__detailLink--guide:before{
  background-color: #2b81d1;
}
.p-cont__detailLink.p-cont__detailLink--guide:after{
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #fff;
  left: 12px;
  top: calc(50% - 5px);
}

.p-cont__detailLink.p-cont__detailLink--ranking{
  border: solid 1px #faa81b;
}
.p-cont__detailLink.p-cont__detailLink--ranking:before{
  background-color: #faa81b;
}
.p-cont__detailLink.p-cont__detailLink--ranking:after{
  clip-path: polygon(50% 0%, 75% 45%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 45%);
  -webkit-clip-path: polygon(50% 0%, 75% 45%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 45%);
  width: 14px;
  height: 10px;
  left: 9px;
  top: calc(50% - 5px);
}

.p-cont__detailLink.p-cont__detailLink--provider{
  border: solid 1px #8bb4cd;
}
.p-cont__detailLink.p-cont__detailLink--provider:before{
  background-color: #6597b6;
}
.p-cont__detailLink.p-cont__detailLink--provider:after{
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #fff;
  left: 12px;
  top: calc(50% - 5px);
}

.p-cont__detailLink--simple{
  background-color: #fff;
  border: solid 1px #1c98e6;
  display: block;
  width: 494px;
  border-radius: 6px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  padding: 15px 0;
}


.p-cont__detailLink--simple.p-cont__detailLink--ranking{
  border: solid 1px #faa81b;
}

.p-cont__detailLink--simple.p-cont__detailLink--guide:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #0867bf;
  left: 18px;
  top: calc(50% - 4px);
}

.p-cont__detailLink--simple.p-cont__detailLink--ranking:after{
  content: "";
  position: absolute;
  clip-path: polygon(50% 0%, 75% 45%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 45%);
  -webkit-clip-path: polygon(50% 0%, 75% 45%, 100% 0, 100% 100%, 0 100%, 0 0, 25% 45%);
  width: 14px;
  height: 10px;
  left: 14px;
  top: calc(50% - 6px);
  background-color: #faa81b;
}


.p-cont__detailLink__txtBox{
  width: calc(100% - 30px);
}

.p-cont__detailLink__ttl{
  color: #0867bf;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 15px 20px 5px 0px;
  position: relative;
}

.p-cont__detailLink__ttl.u-stxt{
  font-size: 15px;
}

.p-cont__detailLink--simple .p-cont__detailLink__ttl{
  margin: 0 0 0 40px;
  font-size: 16px;
}

.p-cont__detailLink--guide .p-cont__detailLink__ttl{
  color: #0867bf;
}

.p-cont__detailLink--ranking .p-cont__detailLink__ttl{
  color: #faa81b;
}

.p-cont__detailLink--provider .p-cont__detailLink__ttl{
  color: #6597b6;
}

.p-cont__detailLink--provider .p-cont__detailLink__ttl:before{
  content: "";
  margin-right: 32px;
}

.p-cont__detailLink--provider .p-cont__detailLink__ttl:after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/icon--provider.svg);
  background-position: center center;
  background-size: cover;
  top: -7px;
  left: 0;

}


.p-cont__detailLink__paragraph{
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px 10px 0px;
}

.c-specTable{
  width: 962px;
  border: solid 1px #e4e4e4;
  margin: 20px auto;
}

.c-specTable tr{
  border-bottom: solid 1px #e4e4e4;
}
.c-specTable tr:last-child{
  border: none;
}
.c-specTable td{
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
  border-right: solid 1px #e4e4e4;
}
.c-specTable td:last-child{
  border: none;
}
.c-specTable_head{
  font-weight: bold;
  background-color: #eee;
}
td.u-paragraph{
  text-align: left;
}
.c-specTable_data{
  font-weight: bold;
}
.c-specTable_data.u-blue{
  color: #1c98e6;
}
.c-specTable_data.u-brown{
  color: #ae6230;
}
.c-specTable_data.u-red{
  color: #e72c2c;
}

.p-share {
  margin-top: 30px
}

.p-share_buttons {
  margin: 0 auto;
  height: 50px;
  width: 290px
}

.p-share_button {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px
}

.p-share_button_link {
  display: block;
  height: 100%;
  border-radius: 25px;
  background-image: url(https://img1.kakaku.k-img.com/images/okurimono/seasonalevent/oseibo/2016/snsbtn.png);
  background-size: 250px 50px
}

.p-share_button:last-child {
  margin-right: 0
}

.p-share_button_link-1 {
  background-position: 0 0;
  background-color: #1da1f2
}

.p-share_button_link-2 {
  background-position: -50px 0;
  background-color: #3664a2
}

.p-share_button_link-3 {
  background-position: -100px 0;
  background-color: #00b900
}

.p-share_button_link-4 {
  background-position: -150px 0;
  background-color: #00a4de
}

.p-share_button_link-5 {
  background-position: -200px 0;
  background-color: #e8374a
}

.p-share_button_link:hover {
  opacity: .8
}


@media screen and (max-width: 1650px){
  .p-cont__bigTtlIllust{
    left: -200px;
  }
  .p-cont__bigTtl{
    margin-left: 120px;
  }
  #trouble .p-cont__bigTtl{
    margin-left: 100px;
  }
  #trouble .p-cont__bigTtl > strong{
    font-size: 55px;
  }
}

@media screen and (max-width: 1300px){
  .p-cont{
    width: 100%;
  }
  .p-contIn_l{
    width: calc(100% - 40px);
  }
  .p-cont__bigTtlIllust{
    left: -100px;
  }
  .p-cont__bigTtl{
    margin-left: 220px;
  }
  #trouble .p-cont__bigTtl{
    margin-left: 160px;
  }
  #trouble .p-cont__bigTtl > strong{
    font-size: 50px;
  }
}

@media screen and (min-width:1501px){
  /*.p-sideLinkOpenBtnWrap{
    display: none;
  }*/
}


@media screen and (min-width:1101px){
  .u-spView{
    display: none !important;
  }
}

@media screen and (max-width:1100px){

  body{
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt";
    color: #444;
    overflow-x: hidden;
  }

  body.u-open {
    /*overflow: hidden;*/
    width: 100%;
  }

  html.u-open{
    /*overflow: hidden;*/
  }

  .p-cont{
    opacity: 1;
  }

  .p-cont--blur{
    transition: .4s;
  }

  .p-cont--blur.u-open{
    filter: blur(1.5rem);
    transition: .4s;
  }

  .p-boxBlur{
    transition: .4s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 998;
  }

  .p-boxBlur.u-open{
    overflow: hidden;
    pointer-events: none;
    cursor: none;
    -webkit-overflow-scrolling: none;
    touch-action: none;
    transition: .4s;
  }

  .p-topRead{
    width: calc(100% - 20px);
    max-width: 360px;
    margin: 0px auto 40px;
  }
  
  .p-topRead:before{
    content: "";
    width: 2px;
    height: 36px;
    border-radius: 2px;
    top: 2px;
    left: 0px;
  }
  
  .p-topRead:after{
    content: "";
    width: 2px;
    height: 36px;
    border-radius: 2px;
    top: 2px;
    right: 0px;
  }
  
  .p-topRead__ttl{
    font-size: 16px;
    line-height: 22px;
  }
  
  .p-topRead__ttl strong{
    font-size: 20px;
  }
  
  .p-topRead__paragraph{
    width: calc(100% - 30px);
  }

  .p-sideLinkOpenBtnWrap{
    position: fixed;
    top: auto;
    bottom: 30px;
    right:10px;
    animation: horizontal 2s ease-in-out infinite alternate;
    transition: .46s;
    z-index: 1000;
  }

  .p-sideLinkOpenBtnWrap.u-open{
    right: 280px;
    transition: .4s;
  }

  .p-sideLinkOpenBtn{
    width: 80px;
    height: 60px;
  }

  .p-sideLinkOpenBtn:before{
    font-size: 12px;
    bottom: 12px;
  }

  .p-sideLinkBoxWrap{
    display: block;
    position: fixed;
    filter: blur(0);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    transition: .3s ;
  }

  .p-sideLinkBoxWrap.u-open{
    z-index: 997;
  }

  .p-sideLinkBox{
    top: 0;
    border-radius: 0;
  }

  .p-sideLinkBox.u-open{
    padding: 10px 0 10px 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    z-index: 9999;
  }

  .p-sideLinkTtl{
    margin: 10px 0 10px 10px;
  }

  .p-sideLinkWrap{
    filter: blur(0);
  }

  .p-sideLink:last-child{
    margin-bottom: 20px;
  }

  p{
    font-size: 15px;
    line-height: 1.5;
  }

  .l-wrap-regular {
    width: 100%;
    overflow: hidden;
  }
  .l-h {
    border-top: none;
    position: relative;
    z-index: 1;
    padding: 3px 0 0;
  }
  .l-h_in {
    border-bottom: 4px solid #405086;
  }
  .l-h_in_cell-location {
    padding: 10px 0 11px;
  }
  .l-h_siteTtl {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 121px;
    float: none;
    padding: 0;
  }
  .l-h_siteTtl a {
    background: url(https://img1.kakaku.k-img.com/images/smartphone/logo.png);
    background-size: 121px 23px;
    background-repeat: no-repeat;
    width: 121px;
    height: 23px;
    display: block;
  }

  .l-h_siteTtl a img {
    display: none;
  }

  .l-h_catTtl a {
    display: none;
  }
  .l-h_ttl {
    position: relative;
  }


  .l-h_in-2 {
    border: none;
    padding-top: 25px;
  }

  .l-h_in-top {
    padding-top: 0;
  }

  .l-h_in_cell-pageTtl {
    background: #2669ad;
    background-image: linear-gradient(to bottom, #2669ad, #4787c8);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #356aa0;
  }

  .l-h_pageTtl {
    display: block;
    border-top: 1px solid #83b3e5;
    padding: 7px 10px;
    letter-spacing: -0.001em;
    padding: 8px 12px;
  }


  .l-h_sns {
    display: none;
  }

  .l-h_bread {
    position: relative;
    overflow: hidden;
    background: #b3c5dd;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-size: inherit;
  }
  .l-h_bread ul {
    overflow: hidden;
    display: table;
    background: #d8e1ed;
    background: -moz-linear-gradient(top, #f0f4fa, #d8e1ed);
  }
  .l-h_bread ul li {
    display: table-cell;
  }

  .l-h_bread ul li:first-child, .l-h_bread ul li:last-child {
    display: none;
  }
  .l-h_bread ul li > span {
    display: block;
    background: url(https://img1.kakaku.k-img.com/images/smartphone/breadcrumbs_01.png) no-repeat right top;
    background-size: 11px 26px;
    padding: 0 11px 0 0;
  }
  .l-h_bread ul li:nth-last-child(2) > span {
    background: url(https://img1.kakaku.k-img.com/images/smartphone/breadcrumbs_02.png) no-repeat right top;
    background-size: 11px 26px;
    padding-right: 11px;
  }

  .l-h_bread ul li > span > a, .l-h_bread ul li > span > span {
    overflow: hidden;
    display: block;
    padding: 0 0 0 4px;
    height: 24px;
    color: #000;
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-all;
    border-top: 1px solid #fff;
  }

  .l-h_bread_drops:before {
    display: none;
  }

  .l-f {
    position: relative;
  }
  .p-pagetop {
    background: #dfe5f1;
    height: 36px;
    margin: 0;
    width: 100%;
    border-top: 1px solid #bbb;
  }

  .p-pagetop:before {
    content: '';
    display: block;
    background: #fff;
    height: 1px;
  }
  .p-pagetop a {
    display: block;
    padding: 11px 7px 0 0;
    text-align: right;
    background: none;
    line-height: 1;
    font-size: 14px;
  }
  .p-pagetop a span {
    display: inline-block;
    background-image: url(https://img1.kakaku.k-img.com/images/smartphone/icon_arrow.png);
    background-size: 22px 165px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 20px;
    color: #000;
  }
  .l-f_catch {
    display: none;
  }
  .l-f_copy {
    display: block;
    background: #405080;
    padding: 3px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
  .l-f_copy span {
    display: none;
  }
  .l-f_copy:after {
    content: '\00a9\00A0Kakaku.com,\00A0Inc.';
  }

  .p-mainWrap{
    margin: 0 auto 10px;
    min-height: 370px;
    background-size: 440px 250px;
  }

  .p-main{
    width: 540px;
    position: absolute;
    top: 0;
    left: calc(50% - 270px);
    background-size: contain;
    background-position: center -25px;
    background-repeat: no-repeat;
    min-height: 380px;
    opacity: 1;
  }

  .p-main__ttlBomb{
    width: 80px;
    left: 65px;
    top: 15px;
    opacity: 1;
  }

  .p-main__ttlSub{
    width: 110px;
    top: 25px;
    left: 145px;
    opacity: 1;
  }

  .p-main__ttl{
    width: 300px;
    margin: 100px auto 20px;
    padding-right: 20px;
    position: relative;
    z-index: 51;
    opacity: 1;
  }

  .p-main__ttl--usefulGoods,
  .p-main__ttl--trouble{
    width: 300px;
    top: 57px;
    left: 0px;
    position: absolute;
    z-index: 51;
  }

  .p-main__illust{
    width: 130px;
    top: -10px;
    right: 40px;
    z-index: 50;
  }

  .p-main__subHeading{
    width: calc(100vw - 30px);
    max-width: 400px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    opacity: 1;
  }

  .p-main__subHeading:before,
  .p-main__subHeading:after{
    opacity: 1;
  }

  .p-main__paragraph{
    width: calc(100vw - 30px);
    max-width: 400px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 0px auto 20px;
    opacity: 1;
  }

  .p-cont{
    width: 100%;
    max-width: 460px;
    margin: 0 auto 40px;
  }

  .p-topLinkBox{
    margin-top: -50px;
    padding: 20px 0;
    display: block;
  }


  .p-topLink{
    width: calc(100% - 40px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .p-topLink:nth-child(n + 2):after{
    display: none;
  }

  .p-topLink.u-top{
    width: calc(100% - 40px);
  }

  .p-topLink:nth-child(2n - 1) {
    margin-right: auto;
}

  .p-topLink:nth-last-child(-n + 2){
    margin-bottom: 15px;
  }
  .p-topLink:nth-child(2n) {
    margin-right: auto;
  }

  .p-topLink:last-child{
    margin-bottom: 0;
  }

  .p-topLink__num{
    display: none;
  }

  .p-topLink__illust {
    width: 60px;
    height: 70px;
    top: -13px;
    left: -16px;
  }

  .p-topLinkIn{
    margin: 0px 20px 0px 0px;
    height: 100%;
    max-height: 38px;
    overflow: hidden;
    transition: .4s;
  }

  .p-topLinkIn.u-open{
    max-height: 500px;
    padding-bottom: 15px;
    transition: .4s;
  }

  .p-topLink__ttl{
    font-size: 16px;
    margin-left: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 38px;
    color: #1c98e6;
    display: inline-block;
    width: calc(100% - 60px);
    height: 38px;
  }

  .p-topLink__ttlIcon{
    width: 15px;
  }

  .p-topLink__listBox{
    margin-top: 20px;
  }

  .p-topLink__list{
    line-height: 18px;
    display: inline-block;
  }

  .p-topLink__list > a{
    display: block;
  }

  .p-topLink__listNote {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
    display: inline-block;
}

  .p-topLink__list.u-half{
   width: calc(50% - 20px); 
  }

  .p-contIn_s, .p-contIn_l{
    width: calc(100% - 30px);
    max-width: 430px;
    margin: 0 auto 30px;
    position: relative;
  }

  .p-transitionDestination {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }

  .p-cont__bigTtlIllust{
    width: 200px;
    top: -50px;
    left: -55px;
  }

  #usefulGoods .p-cont__bigTtlIllust{
    width: 180px;
    left: -42px; 
  }

  .p-cont__bigTtl{
    font-size: 13px;
    line-height: 28px; 
    margin-top: -30px;
    margin-left: 80px;
    margin-bottom: 80px;
  }

  .p-cont__bigTtl > strong{
    font-size: 30px;
  }

  #usefulGoods .p-cont__bigTtl > strong{
    letter-spacing: -0.08em;
  }

  #trouble .p-cont__bigTtl > strong{
    letter-spacing: -0.08em;
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
  }

  .p-cont__bigTtlSub{
    font-size: 11px;
    margin: 5px 0 40px 80px;
  }

  #usefulGoods .p-cont__bigTtlSub {
    margin-bottom: 20px;
}

  .p-cont__mediumTtl{
    font-size: 22px;
    margin-bottom: 20px;
  }

  .p-cont__mediumTtl.u-stxt{
    font-size: 18px;
  }

  .p-cont__readTxt{
    font-size: 15px;
    line-height: 22px;
  }

  .p-cont__mediumTtl:before {
    width: 60px;
    height: 50px;
    top: -25px;
    left: -10px;
  }

  .p-cont_smallTtl{
    font-size: 16px;
    margin-bottom: 5px;
  }

  .p-cont__paragraph{
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }

  #trouble .p-cont__paragraph,
  #trouble .p-contIn_s--trouble .p-cont__paragraph{
    width: 100%;
  }

  .p-cont__topAboutPh{
    position: relative;
    width: 60vw;
    min-width: 160px;
    max-width: 320px;
    margin: 0 auto;
    top: auto;
  }

  .p-cont__aboutFlowBox{
    display: block;
  }

  .p-cont__aboutFlow{
    width: 100%;
    height: 130px;
    background-color: #fff;
    padding: 1px 0 0;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px; 
    overflow: hidden;
  }

  .p-cont__aboutFlow__ttl, .p-cont__aboutFlow:nth-child(n + 2) .p-cont__aboutFlow__ttl {
    margin-top: 40px;
    margin-left: 15px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
  }

  .p-cont__aboutFlow__ph{
    position: absolute;
    width: calc(100% - 120px);
    height: 130px;
    overflow: hidden;
    top: 0;
    right: -25px;
    background-color: #ccc;
    transform: skew(-15deg,0);
  }

  .p-cont__aboutFlow__ph img{
    transform: skew(15deg,0);
    margin-left: -15px;
  }

  .p-contBg--blue .p-contIn_s.p-bringingBox{
    margin-bottom: 50px;
  }

  .p-subsidy {
    width: calc(100% - 32px);
  }
  .p-subsidy__ttl{
    display: block;
    width: calc(100% + 12px);
    position: relative;
    margin-top: -16px;
  }

  .p-subsidy__ttlIn{
    display: block;
    width: 100%;
    top: 10px;
    right: 0;
    transform: skew(0deg);
    border-radius: 10px 10px 0 0;
  }

  .p-subsidy__ttlIn > span{
    transform: skew(0deg);
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    text-align: center;
  }

  .p-subsidy__dot:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #faa81b;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: calc(50% - 3px);
}

  .p-subsidy__mediumTtlIllust{
    width: 60px;
    top: -30px;
    left: -15px;
  }

  .p-subsidy__txt{
    width: calc(100% - 30px);
    margin: 10px auto;

  }

  .p-subsidy__linkBox{
    position: relative;
    width: calc(100% - 30px);
    margin: 10px auto;
    top: 0px;
    right: 0px;
  }

  .p-subsidy__link{
    padding: 2px;
    margin-bottom: 15px;
  }

  .p-subsidy__link:hover .p-cont__detailLink__txtBox > p{
    text-decoration: underline;
  }

  .p-flowBox{
    display: block;
  }

  .p-contIn_s.p-meritDemeritBoxWrap{
    margin: 0;
  }

  .p-meritDemeritBox {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    color: #5fc353;
  }

  .p-demeritBox {
    color: #d46161;
    margin-bottom: 0;
  }

  #about{
    margin-bottom: 0;
    position: relative;
    z-index: 101;
  }

  .p-bringingChild{
    border-radius: 10px;
    width: calc(100% - 30px);
    height: auto;
    padding: 20px 15px;
    margin: 15px 45px 0 0;
    position: relative;
  }

  .p-bringingChild:last-child{
    width: calc(100% - 30px);
    padding: 20px 15px;
  }

  .p-bringingChild:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #1c98e6 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 13px);
  }

  .p-bringingChild:last-child:after{
    display: none;
  }

  .p-leftBorderTtl{
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px 16px;
  }

  .p-leftBorderTtl:before{
    height: 25px;
  }

  .p-cont__topPh{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 160px;
    margin: 20px auto 0;
  }

  .p-cont__topBluePh{
    width: 200px;
    height: 150px;
    position: absolute;
    top: -35px;
    right: -20px;
    background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/illustBlueBackCrowd.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
  }
  
  .p-cont__topBluePh img,
  .p-cont__topBluePh noscript{
    display: block;
    width: 140px;
    margin: 30px auto 0;
  }

  .p-cont__topBluePh noscript > img{
    margin: 0 auto;
    width: 100%;
  }


  .p-teleworkBtn {
    width: calc(100% - 2px);
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }

  .p-teleworkBtn:before {
    content: "";
    width: 19px;
    height: 19px;
    top: 13px;
    right: 13px;
  }

  #usefulGoods .p-itemBox__btn{
    width: calc(100% - 40px);
    left: 20px;
  }

  .p-mainWrap--usefulGoods{
    width: 100%;
    padding: 0;
    margin-top: 0;
    background-position-y: -40px;
    background-position-x: -20px;
    min-height: 315px;
  }
  .p-mainWrap--usefulGoods .p-main{
    width: calc(100% - 45px);
    max-width: 330px;
    margin: 10px auto;
    background-image: none;
    background: rgb(88,101,185);
    background: -moz-linear-gradient(top,  rgba(88,101,185,1) 0%, rgba(28,145,226,1) 50%, rgba(34,220,253,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(88,101,185,1) 0%,rgba(28,145,226,1) 50%,rgba(34,220,253,1) 100%);
    background: linear-gradient(to bottom,  rgba(88,101,185,1) 0%,rgba(28,145,226,1) 50%,rgba(34,220,253,1) 100%);
    position: relative;
    top: 0;
    left: 0;
    min-height: 80px;
    border-radius: 20px;
  }

  .p-mainWrap--usefulGoods .p-main__ttlBomb {
    width: 60px;
    top: -5px;
    left: -20px;
  }

  .p-mainWrap--usefulGoods .p-main__ttl{
    width: 200px;
    position: absolute;
    top: 10px;
    left: 115px;
    padding-right: 0;
    margin: 0;
  }

  .p-mainWrap--usefulGoods .p-main__ttlSub {
    width: 70px;
    top: 10px;
    left: 40px;
  }

  .p-mainWrap--usefulGoods .p-main__subHeading {
    width: 100%;
    padding: 0;
    display: block;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 50px;
  }

  .p-main__ttlRequired{
    width: 185px;
    top: 95px;
    left: 0px;
  }

  .p-mainWrap--usefulGoods .p-main__illust{
    width: 130px;
    right: 5px;
    top: 75px;
  }
 
  .p-mainWrap--usefulGoods .p-main__paragraph {
    color: #444;
    width: 100%;
    max-width: 330px;
    top: 165px;
    right: 0;
    position: absolute;
  }

  .p-mainWrap--trouble{
    min-height: 320px;
  }

  .p-contIn_l.p-contBg--blue {
    width: 100%;
    padding: 1px 0 20px;
    margin: 0 auto 50px;
  }
  
  #usefulGoods .p-contBg--blue{
    padding-top: 1px;
  }

  .p-contIn_s, .p-contIn_l {
    margin: 20px auto 30px;
  }

  .p-contBg--blue .p-cont__mediumTtl {
      margin-top: -28px;
  }

  .p-cont__questionTxt{
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 15px 20px;
  }

  .p-cont__questionTxt:before {
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    left: -28px;
}

  .p-cont__answerTxt {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 20px;
  }

  .p-cont__answerTxt:before {
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -28px;
  }

  .p-contBg--blue .p-contIn_s--whiteBg {
    width: calc(100% - 60px);
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .p-contIn_s--whiteBg .p-linkBoxBlueWrap{
    width: 100%;
    float: none;
  }
  .p-contIn_s--whiteBg .p-linkBoxOrangeWrap {
    float: none;
    width: 100%;
  }

  .p-contIn_s--yellowBg + .p-contIn_s--whiteBg{
    margin-bottom: 40px;
  }
  
  .p-contIn_s--whiteBg .p-cont__detailLink {
    width: calc(100% - 6px);
  }

  .p-cont__smallTtl{
    font-size: 16px;
    letter-spacing: -0.08em;
    margin-bottom: 15px;
  }

  .p-contBg--blue .p-teleworkBtn {
    margin: 10px auto;
  }

  .p-contBg--blue .p-teleworkBtn.with-stxt{
    font-size: 13px;
  }

  .p-contBg--blue .p-teleworkBtn.p-teleworkBtn--center{
    max-width: calc(100% - 30px);
    padding-right: 20px;
    font-size: 15px;
    line-height: 48px;
    height: 48px;
    border-radius: 24px;
  }

  .p-contBg--blue .p-teleworkBtn.p-teleworkBtn--center:before {
    content: "";
    width: 20px;
    height: 20px;
    top: 13px;
    right: 13px;
}

  .p-itemBox{
    width: calc(100% - 38px);
    padding: 15px 15px 85px;
  }

  .p-itemBoxIn{
    display: block;
  }

  .p-itemBox__noteWrap{
    display: block;
  }
  .p-itemBox__note{
    margin: 0 10px 3px 0;
  }

  .p-itemBox__phBox{
    width: 100%;
    margin: 0 auto;
  }
  .p-itemBox__ph {
    display: block;
    width: calc(100vw - 100px);
    max-width: 280px;
    height: calc(100vw - 100px);
    max-height: 280px;
    margin: 0 auto 10px;
  }

  .p-itemBox__txtBox{
    width: 100%;
  }

  .p-itemBox__itemName{
    font-size: 14px;
    margin-bottom: 10px;
  }

  #usefulGoods .p-itemBox__itemName{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .p-contBg--blue .p-contIn_s--navyBg,
  .p-contBg--blue .p-contIn_s--yellowBg,
  .p-contBg--blue .p-contIn_s--lightBlueBg{
    width: calc(100% - 60px);
    border-radius: 10px 10px 0 0;
    padding: 32px 15px 15px;
    min-height: 60px;
    z-index: 10;
  }

  .p-contBg--blue .p-contIn_s--navyBg:before,
  .p-contBg--blue .p-contIn_s--lightBlueBg:before{
    content: "";
    width: 200px;
    min-height: 150px;
    background-size: cover;
    height: 100%;
    position: absolute;
    background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/p-contBg_pattern--sp.svg);
    background-repeat: no-repeat;
    opacity: 0.2;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .p-contBg--blue .p-contIn_s--yellowBg:before{
    content: "";
    width: 200px;
    min-height: 150px;
    background-size: cover;
    height: 100%;
    position: absolute;
    background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/p-contBg_pattern--sp.svg);
    background-repeat: no-repeat;
    opacity: 0.4;
    top: 0;
    right: 0;
  }

  .p-navyTtl, .p-yellowTtl{
    left: calc(50% - 130px);
    font-size: 18px;
  }

  .p-lightBlueTtl{
    left: calc(50% - 110px);
    font-size: 18px;
  }

  .p-point__list,
  .p-contBg--blue .p-contIn_s--yellowBg .p-point__list{
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
  }

  .p-point__list:before {
    content: "\30fb\0020";
    margin-left: -20px;
  }
  
  .p-point__list.u-mark:before{
    content: "";
    background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/telework-icon_mark.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center center;
    position: absolute;
    top: 3px;
  }
  
  .p-point__list.u-triangle:before{
    content: "";
    background-image: url(https://img1.kakaku.k-img.com/images/pc/article/telework/telework-icon_triangle.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center center;
    position: absolute;
    top: 3px;
  }

  .p-contBg--blue .p-contIn_s--navyBg .p-point__list,
  .p-contBg--blue .p-contIn_s--lightBlueBg .p-point__list,
  .p-contBg--blue .p-contIn_s--navyBg.u-width_L .p-point__list,
  .p-contBg--blue .p-contIn_s--lightBlueBg.u-width_L .p-point__list{
    width: calc(100% - 30px);
  }

  .p-contIn_s--navyBg + .p-contIn_s--whiteBg,
  .p-contIn_s--yellowBg + .p-contIn_s--whiteBg{
    margin-top: 0;
  }

  .p-contIn_s--flex {
    display: block;
  }

  .p-contBg--blue .p-contIn_s--trouble{
    margin-bottom: 40px;
  }

  .p-contIn_s--flex .p-halfBox{
    width: 100%;
    margin-bottom: 40px;
  }

  .p-contIn_s--flex .p-halfBox:last-child{
    margin-bottom: 0;
  }


  .p-contIn_s--blueBand{
    display: block;
  }
  
  .p-contIn_s--blueBand:before {
    content: "";
    width: 100%;
    min-height: 4px;
    background-color: #1c98e6;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  
  .p-contIn_s--blueBand_in{
    padding: 30px 15px 40px 15px;
    width: calc(100% - 30px);
  }
  
  .p-contIn_s--blueBand .p-cont__paragraph{
    float: none;
  }

  .p-contBg--blue .p-cont__paragraph.u-space{
    margin-bottom: 10px;
  }
  
  .p-contIn_s--blueBand_ph{
    float: none;
    width: 100%;
    min-height: 150px;
    height: auto;
  }

  .p-contIn_s--blueBand_ttl{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .p-cont__detailLink--simple{
    width: calc(100% - 2px);
  }

  .p-bandBox.u-sizeM,.p-bandBox.u-sizeL{
    width: calc(100% - 20px);
  }

  .p-bandBox__name{
    font-size: 16px;
    line-height: 18px;
    height: auto;
    padding: 5px 20px;
    border-radius: 30px;
  }

  .p-bandBox__ttl,.p-bandBox__paragraph,.p-bandBox__link{
    font-size: 15px;
    line-height: 22px;
  }
  .p-bandBox__link:before{
    top: 5px;
  }

  .p-bandPh,
  .p-bandPh.u-sizeL{
    width: 100%;
    margin: 10px auto 20px;
    height: auto;
  }

  .p-bandPh{
    position: relative;
    top: auto;
    right: auto;
  }

  .p-cont__detailLink{
    width: calc(100% - 6px);
  }

  .p-cont__detailLink__ttl{
    font-size: 15px;
    line-height: 22px;
    margin: 15px 10px 5px 0px;
  }

  .c-specTableWrap{
    width: 100%;
    overflow-x: hidden;
  }
  
  .c-specTableWrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-specTable{
    white-space: nowrap;
  }

  .p-topLinkBox.u-footer{
    margin-top: 30px;
    margin-bottom: 0;
  }

  .u-pcView{
    display: none !important;
  }
}

@media screen and (max-width: 460px){

  .p-topLinkBox {
    margin-top: -50px;
  }

}

@media screen and (max-width: 440px){

  body{
    overflow-x: hidden;
  }

  .p-main__illust {
    right: 70px;
  }

}

@media screen and (max-width: 380px){

  .p-main__ttlBomb {
    width: 80px;
    left: 130px;
    top: 15px;
  }

  .p-main__ttlSub{
    top: 25px;
    left: 210px;
  }

  .p-mainWrap--usefulGoods .p-main__ttlSub{
    width: 60px;
    
  }

  .p-main__illust{
    right: 120px;
  }

  .p-main {
    width: 600px;
    left: calc(50% - 300px);
    min-height: 420px;
  }

  .p-topLinkBox {
    margin-top: -30px;
  }
  
  .p-sideLinkOpenBtnWrap.u-open{
    right: 260px;
    transition: .4s;
    opacity: 1;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-delay: 0.6s;
  }  
  
  .p-mainWrap--usefulGoods {
    min-height: 290px;
  }
  .p-mainWrap--usefulGoods .p-main__ttl {
    width: 180px;
    position: absolute;
    top: 10px;
    left: 110px;
    padding-right: 0;
    margin: 0;
  }

  .p-mainWrap--usefulGoods .p-main__subHeading{
    width: 250px;
    font-size: 12px;
    left: 30px;
  }

  .p-mainWrap--usefulGoods .p-main__illust {
    width: 100px;
  }

  .p-main__ttlRequired {
    width: 170px;
    top: 88px;
  }

  .p-mainWrap--usefulGoods .p-main__paragraph {
    top: 160px;
  }

  .p-mainWrap--trouble{
    min-height: 310px;
  }

  .p-topLink__ttl.u-stxt{
    font-size: 15px;
  }

  .p-topLink__ttl.u-stxt .p-topLink__ttl__delete{
    display: none;
  }

  .p-cont__aboutFlow__ph img {
    width: 240px;
    margin-left: -20px;
  }

  .p-cont__topBluePh {
    right:auto;
    left: 200px;
  }
}

@media screen and (max-width: 340px){
  
  .p-topRead__ttl{
    font-size: 15px;
    line-height: 22px;
  }
  
  .p-topRead__ttl strong{
    font-size: 18px;
  }

  .p-main__ttl{
    padding-right: 0px;
  }

  .p-main__ttlSub{
    display: none;
  }

  .p-main__ttlSub.u-top{
    display: block;
  }

  .p-cont__bigTtl{
    font-size: 12px;
  }

  #usefulGoods .p-itemBox__ph{
    width: 260px;
  }

  .p-mainWrap--usefulGoods .p-main__ttl {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 40px;
    padding-right: 0;
    margin: 0;
  }

  .p-main__ttl--trouble{
    width: 280px;
  }

  .p-topLinkBox {
    margin-top: -12px;
  }
  .p-sideLinkOpenBtnWrap.u-open{
    right: 250px;
    transition: .4s;
  }  

  .p-contBg--blue .p-teleworkBtn.p-teleworkBtn--center{
    font-size: 13px;
  }

  .p-cont__aboutFlow__ph img {
    margin-left: -40px;
  }

  .p-cont__mediumTtl.u-stxt{
    font-size: 15px;
  }

  .p-cont__readTxt.u-stxt{
    font-size: 13px;
  }

  .p-cont__topBluePh {
    right:auto;
    left: 150px;
  }

}

/*animation*/

@media screen and (min-width: 1101px){

@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes p-main__ttlBombAppear--pc{
  0%{
    opacity: 0;
  }
  100%{
    top: 31px;
    left: 126px;
    opacity: 1;
  }
}

@keyframes p-mainWrap--usefulGoods{
  0%{
    opacity: 0;
  }
  100%{
    top: 50px;
    left: 15px;
    opacity: 1;
  }
}

@keyframes p-main__illust{
  0%{
    right: -1000px;
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    right: 5px;
    opacity: 1;
  }
}

@keyframes p-main__ttl--usefulGoods{
  0%{
    left: 2000px;
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    left: 485px;
    opacity: 1;
  }
}

}