@charset "UTF-8";

section:after{
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

.jp-function-common-text02{
  float: none;
  width: 100%;
}
.jp-function-common-funclink span{
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}
.jp-function-common-funclink a{
  float: right;
  margin: 10px 0 0;
}
.jp-function-num{
  background: #D70E18;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  color: #fff;
  font-size: 20px!important;
  font-weight: bold;
  height: 30px;
  margin: 0 0 10px;
  text-align: center;
  width: 30px;
}
p.jp-function-num:first-child{
  margin: 0;
}
.jp-function-common-flow-column dl{
  font-size: 14px;
  margin: 0 0 20px;
}
.jp-function-common-flow-column dl:last-child{
  margin: 0;
}
.jp-function-common-flow-column dt{
  float: left;
  width: 9.5em;
}

#jp-function-common-flow li:last-child{
  margin-bottom: 20px;
}

#jp-function-common-flow li{
  padding: 20px;
}

.jp-guide-detail-notFlow {
  margin: 20px 0 0;
}

.jp-function-common-flow-column{
  margin: 20px 0;
}

.jp-cmp-topics-btn-001 a {
  width: 270px;
}

.jp-function-text-inline{
  display: inline-block;
}

.jp-function-grey-text{
  width: 420px;
}

.jp-function-flex{
  display: flex;
}

.jp-function-point-img{
  margin-right: 10px;
}

.jp-function-point-img{
  width: 12%;
}

.jp-function-point-text{
  width: 88%;
}

.jp-function-point-text-title{
  font-weight: bold;
  background: #808890;
  color: #fff;
  padding: 8px;
  width: 120px;
  text-align: center;
  border-radius: 8px;
}

.jp-function-app-btn{
  text-align: right;
}

.jp-function-app-btn a{
  background: #00a5ff;
  padding: 8px 30px 8px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_r::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}

.jp-function-onseirireki{
  display: flex;
  margin-bottom: 40px;
}

.jp-function-onseirireki-text{
  width: 50%;
  max-width: 100%;
}

.jp-function-onseirireki-text p{
  width: 440px;
  font-size: 16px;
  margin-bottom: 10px;
}

.jp-function-youtube{
  margin: auto;
  width: 300px;
}

.jp-function-youtube iframe{
  aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}

.jp-function-readmore {
  position: relative;
  margin: 0 auto 50px;
  padding: 0 0 50px;
}

.jp-function-readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #808890;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  font-size: 14px;
}

.jp-function-readmore label::before{
  content: '続きを見る';
}

.jp-function-readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.jp-function-readmore input[type="checkbox"]{
  display: none;
}

.jp-function-readmore-content {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.jp-function-readmore input[type="checkbox"]:checked ~ .jp-function-readmore-content {
  height: auto;
}

.jp-function-readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.jp-function-readmore input[type="checkbox"]:checked ~ .jp-function-readmore-content::before {
  display: none;
}

.jp-function-kyokunabi-img{
  width: 400px;
  margin: 30px auto;
}

@media screen and (max-width: 767px){
  .jp-function-common-funclink span{
    font-size: 25px;
  }
  .jp-function-common-img{
    text-align: center;
  }
  .jp-function-common-funclink a{
    float: none;
  }
  .jp-function-common-flow-column dl{
    margin: 0 0 10px;
  }
  .jp-function-common-flow-column dt{
    float: none;
    width: 100%;
  }

  .jp-cmp-topics-btn-001 a {
    width: 100%;
  }

  .jp-function-onseirireki{
    display: block;
  }

  .jp-function-onseirireki-text {
    width: 100%;
  }

  .jp-function-onseirireki-text P{
    width: 100%;
  }

  .jp-function-app-btn a {
    font-size: 14px;
  }

  .jp-function-point-img {
        width: 20%;
  }

  .jp-function-point-text-title{
    width: 100%;
  }

  .jp-function-kyokunabi-img{
    width: 100%;
  }
}