@charset "UTF-8";

/* サービス */
body.service {
  position: relative;
}
body.service .service-intro {
  background: url(/images/service-bg-1.jpg) no-repeat right center;
}
body.service .service-intro .wrapper {
  padding: 0 0 80px;
}
body.service .service-intro p {
  margin-top: -20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
}
body.service .service-intro .page-nav {
  margin: 80px 0;
}
body.service .service-intro .page-nav:after {
  content: '';
  display: block;
  clear: both;
}
body.service .service-intro .page-nav li {
  float: left;
  width: 250px;
}
body.service .service-intro .page-nav li a {
  position: relative;
  display: block;
  height: 80px;
  padding-top: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 78, 162, 0.8);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-top: 31px\9;
}
@media all and (-ms-high-contrast: none) {
  body.service .service-intro .page-nav li a {
    padding-top: 31px;
  }
}
body.service .service-intro .page-nav li a a.visited {
  color: #004EA2;
  text-decoration: none;
}
body.service .service-intro .page-nav li a:hover {
  opacity: .7;
  text-decoration: none;
}
body.service .service-intro .page-nav li a::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7.5px 0 7.5px;
  border-color: #E60012 transparent transparent transparent;
}
body.service .service-intro .page-nav li:nth-of-type(2) {
  margin: 0 125px;
}
body.service .service-intro .page-nav li:nth-of-type(3) a {
  padding-top: 16.5px;
  padding-top: 19px\9;
}
@media all and (-ms-high-contrast: none) {
  body.service .service-intro .page-nav li:nth-of-type(3) a {
    padding-top: 19px;
  }
}
body.service .service-intro a.mynumber-btn {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #004EA2;
  outline: 0;
  border-radius: 50px;
  border: 1px solid rgba(0, 78, 162, 0.5);
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-top: 6px\9;
  line-height: 44px\9;
}
@media all and (-ms-high-contrast: none) {
  body.service .service-intro a.mynumber-btn {
    padding-top: 6px;
    line-height: 44px;
  }
}
body.service .service-intro a.mynumber-btn a.visited {
  color: #004EA2;
  text-decoration: none;
}
body.service .service-intro a.mynumber-btn:hover {
  opacity: .5;
  text-decoration: none;
}
@media (max-width:768px) {
  body.service .service-intro .wrapper {
    padding: 0 30px 80px;
  }
  body.service .service-intro p {
    margin-top: -20px;
    font-size: 1.5rem;
  }
  body.service .service-intro .wrapper p br {
    display: none;
  }
  body.service .service-intro .page-nav li {
    float: none;
    margin: 25px 0px !important;
    width: 100%;
  }
  body.service .service-intro .page-nav li a {
    height: 60px;
    padding-top: 0 !important;
    font-size: 1.6rem;
    line-height: 60px;
  }
  body.service .service-intro .page-nav li a br {
    display: none;
  }
  body.service .service-intro .page-nav li a::after {
    content: '';
    position: absolute;
    left: calc(50% - 6px);
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7.5px 0 7.5px;
    border-color: #E60012 transparent transparent transparent;
  }
}
@media (max-width:360px) {
  body.service .service-intro p {
    font-size: 1.5rem;
  }
}

/* マイナンバー管理について */
body.service .about-mynumber {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(0, 78, 162, 0.1);
}
body.service .about-mynumber .text {
  float: left;
  width: calc(100% - 600px);
  padding: 50px;
}
body.service .about-mynumber .text h3 {
  margin-bottom: .5em;
  font-size: 20px;
}
body.service .about-mynumber .text p {
  font-weight: bold;
  text-align: justify;
}
body.service .about-mynumber .chart {
  float: right;
  width: 600px;
  padding: 10px;
}
@media (max-width:768px) {
  body.service .about-mynumber {
    width: 100%;
  }
  body.service .about-mynumber .text {
    float: left;
    width: 100%;
    padding: 30px;
  }
  body.service .about-mynumber .text h3 {
    margin-bottom: .5em;
    font-size: 2rem;
    text-align: center;
  }
  body.service .about-mynumber .text p {
    font-weight: bold;
    text-align: justify;
  }
  body.service .about-mynumber .chart {
    float: none;
    width: 100%;
    padding: 10px 10px 40px;
  }
  body.service .about-mynumber .chart img {
    width: 100%;
    height: auto;
  }
}

/* ASPについて */
.about-asp {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.about-asp .frame {
  margin: 0 auto;
  background-color: #fff;
}
.about-asp h3 {
  padding: 0 30px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background-color: rgba(0, 78, 162, 0.7);
}
.about-asp .inner {
  padding: 40px 50px;
}
.about-asp p {
  margin-bottom: 1.5em;
  font-weight: bold;
  text-align: justify;
}
.about-asp .chart {
  margin: 2em 0;
}
.about-asp .close-btn {
  width: 300px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: .3em;
  color: #004EA2;
  outline: 0;
  border-radius: 50px;
  border: 1px solid rgba(0, 78, 162, 0.5);
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about-asp .close-btn:hover {
  opacity: .5;
}
.about-asp .close-btn-icon {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about-asp .close-btn-icon:hover {
  opacity: .5;
}
@media (max-width:768px) {
  .about-asp {
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    /* [disabled]display: block; */
  }
  .about-asp .chart img {
    width: 100%;
    height: auto;
  }
  .about-asp .close-btn {
    width: 90%;
  }
  .about-asp .inner {
    padding: 30px;
  }
  .about-asp .frame {
    width: 100% !important;
  }
  .about-asp .close-btn-icon {
   display: none;
  }
}


body.service .service-detail {
  background-repeat: no-repeat;
  background-position: right 80px;
}
body.service .service-detail#p1 {
  background-image: url(/images/service-bg-2.jpg);
}
body.service .service-detail#p2 {
  background-image: url(/images/service-bg-3.jpg);
}
body.service .service-detail#p3 {
  background-image: url(/images/service-bg-4.jpg);
}
body.service .lead {
  width: 640px;
  padding: 100px 0;
}
body.service .lead p {
  margin-bottom: 1.5em;
  font-weight: bold;
}
body.service .lead p small {
  font-size: 16px;
  font-weight: normal;
}
body.service .lead p:last-of-type {
  margin-bottom: 0;
}
@media (max-width:768px) {
  body.service .service-detail {
    background-image: none !important;
  }
  body.service .service-detail .wrapper.sp-bg{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  body.service .service-detail#p1 .wrapper.sp-bg {
    background-image: url(/images/service-bg-2.jpg);
  }
  body.service .service-detail#p2 .wrapper.sp-bg {
    background-image: url(/images/service-bg-3.jpg);
  }
  body.service .service-detail#p3 .wrapper.sp-bg {
    background-image: url(/images/service-bg-4.jpg);
  }
  body.service .service-detail#p1, body.service .service-detail#p2, body.service .service-detail#p3 {
    margin-top: -70px;
    padding-top: 70px;
  }
  body.service .lead {
    width: 100%;
    padding: 50px 0px;
  }
}


body.service .contact-box {
  position: relative;
  z-index: 1;
  height: 306px;
  margin: 50px 0;
  padding-top: 60px;
  text-align: center;
  background: url(/images/bg-contact-small.svg) no-repeat center;
  background-size: 100% 306px;
}
body.service .contact-box p {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
body.service .section-title-2 {
  margin: 50px 0 30px;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(0, 78, 162, 0.7);
  padding: 20px 30px 12px\9;
}
@media all and (-ms-high-contrast: none) {
  body.service .section-title-2 {
    padding: 20px 30px 12px;
  }
}
body.service .common-service-list {
  margin-bottom: -20px;
  overflow: hidden;
}
body.service .common-service-list li {
  float: left;
  width: 490px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 7px 15px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid rgba(0, 78, 162, 0.5);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px 4px\9;
}
@media all and (-ms-high-contrast: none) {
  body.service .common-service-list li {
    padding: 10px 15px 4px;
  }
}
body.service .common-service-list li:nth-of-type(2n) {
  margin-right: 0;
}
@media (max-width:768px) {
  body.service .contact-box p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  body.service .common-service-list li {
    float: none;
    width: 100%;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}



body.service .service-accordion {
  width: 1000px;
  margin: 0 auto;
}
body.service .service-accordion li {
  margin-top: 20px;
  box-shadow: 0 0 5px rgba(0, 78, 162, 0.5);
  border: 1px solid rgba(0, 78, 162, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
body.service .service-accordion li:first-child {
  margin-top: 0;
}
body.service .service-accordion h5 button {
  display: block;
  width: 100%;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #004EA2;
  outline: 0;
  border: 0;
  background: transparent url(/images/icon-plus.svg) no-repeat 98% center;
  background-size: 24px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.service .service-accordion h5 button:hover {
  background-color: rgba(0, 78, 162, 0.05);
}
body.service .service-accordion h5 button.open {
  background-image: url(/images/icon-minus.svg);
}
body.service .service-accordion h5 button.open:hover {
  background-color: transparent;
}
body.service .service-accordion .desc {
  display: none;
  padding: 0 30px 30px;
  overflow: hidden;
}
body.service .service-accordion .desc .img {
  float: left;
}
body.service .service-accordion .desc p {
  float: right;
  width: 510px;
  text-align: justify;
}
@media (max-width:768px) {
  body.service .service-accordion {
    width: 100%;
  }
  body.service .service-accordion h5 button {
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url(/images/icon-plus.svg);
    background-color: transparent;
    background-size: 1.3rem;
    padding: 15px 15px;
  }
  body.service .service-accordion .desc {
    padding: 0 20px 20px;
  }
  body.service .service-accordion .desc .img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  body.service .service-accordion .desc .img img {
    width: 100%;
    height: auto;
  }
  body.service .service-accordion .desc p {
    font-size: 1.5rem;
    float: none;
    width: 100%;
    padding: 0;
  }
}


body.service .option-service-list li {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 78, 162, 0.3);
}
body.service .option-service-list li:first-child {
  border-top: 1px solid rgba(0, 78, 162, 0.3);
}
body.service .option-service-list li h5 {
  float: left;
  width: 250px;
  padding: 26px 20px;
  line-height: 1.7;
}
body.service .option-service-list li p {
  float: right;
  width: calc(100% - 250px);
  padding: 26px 20px;
  line-height: 1.7;
}
@media (max-width:768px) {
  body.service .option-service-list li h5 {
width: 100%;
padding: 25px 10px 0px;
font-size: 1.5rem;
  }
  body.service .option-service-list li p {
width: 100%;
padding: 0px 10px 25px;
font-size: 1.5rem;
  }
}