@charset "UTF-8";

.main-header{
  background-image: url("../images/bg-page-header.jpg");
}



.btn-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn-list > li > a{
  display: block;
}
@media (max-width: 767px){
  .btn-list > li{
    margin-bottom: 10px;
  }
  .btn-list > li:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .btn-list{
    display: flex;
  }
  .btn-list > li{
    margin-right: 20px;
  }
  .btn-list > li:last-child{
    margin-right: 0;
  }
  .btn-list.center{
    justify-content: center;
  }
}



/* Index */
.service-index-section:last-child{
  margin-bottom: 0 !important;
}
.section-header{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-header-01{
  background-image: url("../images/bg-index-01.jpg");
}
.section-header-02{
  background-image: url("../images/bg-index-02.jpg");
}
.section-header-03{
  background-image: url("../images/bg-index-03.jpg");
}
.section-header-04{
  background-image: url("../images/bg-index-04.jpg");
}
.section-header-05{
  background-image: url("../images/bg-index-05.jpg");
}
.section-header-06{
  background-image: url("../images/bg-index-06.jpg");
}
.section-header .title{
  margin: 0;
  background: #fff;
  line-height: 1.3;
}

@media (max-width: 767px){
  .service-index-section{
    margin-bottom: 40px;
  }
  .section-header{
    margin-bottom: 30px;
    height: 80px;
  }
  .section-header .title{
    margin-bottom: -20px;
    padding: 8px 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .service-index-section{
    margin-bottom: 100px;
  }
  .section-header{
    margin-bottom: 40px;
    height: 150px;
  }
  .section-header .title{
    margin-bottom: -20px;
    padding: 12px 30px;
    font-size: 2.6rem;
  }
}



/* Detail Intro */
.section-intro{
  background: url("../images/bg-service-intro.svg") center bottom no-repeat;
  background-size: 100% auto;
}

.section-intro .service-title{
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: .1em;
}
.section-intro .service-title .icon{
  margin-right: 20px;
}
.section-intro .service-lead{
  margin-top: 0;
}
.section-intro .banners{
  margin-top: 0;
}
.section-intro .banners.dl{
  display: flex;
  flex-wrap: wrap;
}
.section-intro .banners.dl a{
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px){
  .section-intro{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-intro .intro-image{
    position: absolute;
    top: -35px;
    right: 0;
    width: 40%;
  }
  .section-intro .intro-image img{
    width: 100%;
    height: auto;
  }
  .section-intro .service-title{
    margin-bottom: 20px;
    width: 60%;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
  .section-intro .intro-content.wide .service-title{
    width: auto;
  }
  .section-intro .intro-content.app{
    width: 57%;
  }
  .section-intro .service-title .icon{
    margin-right: 10px;
    max-height: 50px;
  }
  .section-intro .service-lead{
    font-size: 1.4rem;
  }
  .section-intro .dl{
    flex-basis: auto;
    flex: 1;
  }
  .section-intro .dl a{
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .section-intro .dl a img{
    width: 80%;
    height: auto;
  }
}
@media (min-width: 768px){
  .section-intro .intro-image{
    float: right;
    margin-right: -60px;
  }
  .section-intro .intro-image.iphone{
    margin-right: 0;
    width: 515px;
    text-align: center;
  }
  .section-intro .intro-content{
    float: left;
    width: 485px;
  }
  .section-intro .intro-content.wide{
    float: none;
    padding-bottom: 60px;
    width: auto;
  }
  .section-intro .service-title{
    margin-bottom: 40px;
  }
  .section-intro .service-lead{
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .section-intro .service-lead-more{
    margin-top: 0;
    margin-bottom: 60px;
  }
  .section-intro .banners{
    margin-bottom: 60px;
  }
  .section-intro .banners.dl{
    margin-bottom: 0;
  }
  .section-intro .banners.dl a img{
    width: auto;
    height: 66px;
  }
}

.intro-thumbs{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px){
  .intro-thumbs{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-thumbs li{
    margin-bottom: 10px;
    width: 49%;
  }
  .intro-thumbs li:nth-child(odd){
    margin-right: 2%;
  }
}
@media (min-width: 768px){
  .intro-thumbs{
    margin-top: -60px;
    margin-bottom: 60px;
  }
  .intro-thumbs li{
    margin-bottom: 10px;
    margin-left: 1.2%;
    width: 24.1%;
  }
  .intro-thumbs li:nth-child(4n-3){
    margin-left: 0;
  }
}



/* Detail Feature */
.service-feature{
  background: url("../images/bg-feature.jpg") center center no-repeat;
  background-size: cover;
}

.service-feature.print{
  background-image: url("../images/bg-feature-print.jpg");
}

.feature-movie{
  text-align: center;
}

.feature-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-list > li{
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.feature-list .icon{
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.feature-list .title{
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
.feature-list .title-02{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  background: #ccecf8;
  color: #666;
  border-radius: 40px 40px 40px 40px / 100% 100% 100% 100%;
}
.feature-list .text{
  margin: 0;
  line-height: 1.7;
  font-size: 1.4rem;
}
.feature-list .text-lg{
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}
.feature-list .text strong{
  font-weight: bold;
  color: #f15a24;
}

.feature-text{
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.feature-text-02{
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px){
  .service-feature{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-feature-heading{
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
  .feature-movie{
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .feature-movie iframe{
    max-width: 100%;
    height: auto;
  }
  .feature-list > li{
    margin-bottom: 35px;
    padding: 35px 15px 20px 15px;
  }
  .feature-list-noicon > li{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .feature-text-02{
    padding: 15px;
  }
}
@media (min-width: 768px){
  .service-feature{
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .service-feature-heading{
    margin-bottom: 60px;
  }
  .feature-movie{
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .feature-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-list > li{
    margin-bottom: 50px;
    margin-left: 29px;
    padding: 40px 30px 30px 30px;
    width: 314px;
  }
  .feature-list > li:nth-child(3n-2){
    margin-left: 0;
  }
  .feature-list-noicon > li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-list-noicon > li .image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
    height: 100%;
  }
  .feature-list-col2,
  .feature-list-col4{
    justify-content: space-between;
  }
  .feature-list-col1 > li,
  .feature-list-col2 > li,
  .feature-list-col4 > li{
    margin-left: 0 !important;
  }
  .feature-list-col2 > li{
    width: 49%;
  }
  .feature-list-col4 > li{
    width: 24%;
  }
  .feature-list-col1 > li{
    width: 100%;
  }
  .feature-list .text-lg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .feature-text-02{
    padding: 40px 100px;
  }
}



/* Detail Function */
.function-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.function-list > li{
  margin-bottom: 10px;
}
.function-list > li .num{
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #00a0dc;
  padding: 4px 10px 5px 4px;
  line-height: 1;
  text-align: center;
  color: #2e3192;
  font-style: italic;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 3rem;
}
.function-list > li .inner{
  position: relative;
  border: 2px solid #00a0dc;
}
.function-list > li .inner .icon{
  position: absolute;
  top: -16px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
}
.function-list > li .inner .icon-new{
  background: #f46a39;
  color: #fff;
}
.function-list > li .inner .title{
  margin: 0;
  background: #00a0dc;
  padding: 8px 10px 10px 10px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.function-list > li .inner .text,
.function-list > li .inner .image{
  margin: 0;
  padding: 15px;
}
.function-list > li .inner .text{
  line-height: 1.5;
  font-size: 1.4rem;
}

.section-function-subtitle{
  color: #2e3192;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
}
.section-function-subtitle::before,
.section-function-subtitle::after{
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  background: #2e3192;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  vertical-align: middle;
}
.section-function-subtitle::before{
  margin-right: .5em;
}
.section-function-subtitle::after{
  margin-left: .5em;
}
.section-function-table{
  font-size: 1.4rem;
  line-height: 1.5;
}
.section-function-table.mail tbody th{
  width: 26%;
}
.section-function-table.mail .td01,
.section-function-table.mail .td02{
  width: 9%;
  line-height: 1.3;
  text-align: center;
}
.section-function-table th,
.section-function-table td{
  vertical-align: middle;
}
.section-function-table thead th,
.section-function-table thead td{
  background-color: #00a0dc;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.section-function-table thead .td01,
.section-function-table thead .td02{
  padding-right: 0;
  padding-left: 0;
  font-size: 1.2rem;
}

.case-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-list .image{
  margin-bottom: 10px;
  text-align: center;
}
.case-list .image img{
  border: 1px solid #eee;
  width: 100%;
  height: auto;
}
.case-list .title{
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}

@media (max-width: 767px){
  .section-function{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-function-heading{
    font-size: 2.4rem;
  }
  .function-list .common-check-list{
    padding: 15px;
  }
  .case-list{
    text-align: center;
  }
  .case-list li{
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
  .section-function{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-function-heading{
    margin-bottom: 40px;
  }
  .function-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .function-list > li{
    margin-bottom: 30px;
    margin-left: 29px;
    width: 314px;
  }
  .function-list > li:nth-child(3n-2){
    margin-left: 0;
  }
  .function-list-col1 > li{
    width: auto;
  }
  .function-list-col2 > li{
    margin-left: 29px !important;
    width: 485px;
  }
  .function-list-col2 > li:nth-child(2n-1){
    margin-left: 0 !important;
  }
  .function-list-col4{
    justify-content: space-between;
  }
  .function-list-col4 > li{
    margin-left: 0 !important;
    width: 24%;
  }
  .function-list > li .inner{
    height: calc(100% - 42px);
  }
  .function-list-nonum > li .inner{
    height: 100%;
  }
  .function-list-col1 > li > .inner{
    height: auto;
  }
  .function-list .common-check-list{
    padding: 15px;
  }
  .case-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .case-list > li{
    margin-bottom: 40px;
    margin-left: 29px;
    width: 314px;
  }
  .case-list > li:nth-child(3n-2){
    margin-left: 0;
  }
  .case-list-col2{
    justify-content: space-between;
  }
  .case-list-col2 > li{
    margin-left: 0 !important;
    width: 49%;
  }
}



/* Detail Flow */
.section-flow{
  background: #edf5fb;
}
@media (max-width: 767px){
  .section-flow{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px){
  .section-flow{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flow{
  margin: 0;
  background: #fafafa;
  padding: 0;
  text-align: center;
  list-style: none;
}
.flow li{
  position: relative;
  /*border-bottom: 1px solid #ccc;*/
}
.flow li::before,
.flow li::after{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  width: 0;
  height: 0;
}
.flow li::before{
  bottom: -20px;
  border-color: #ccc transparent transparent transparent;
}
.flow li::after{
  border-color: #fafafa transparent transparent transparent;
  bottom: -16px;
}
.flow li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
.flow li:last-child::before,
.flow li:last-child::after{
  display: none;
}
.flow .title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background: #48b5de;
  padding-right: 20px;
  padding-left: 20px;
  height: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 16px;
}
.flow .title .num{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  background: #fff;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: #00a0dc;
  border-radius: 50%;
}
.flow .text{
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px){
  .flow{
    margin-bottom: 30px;
    padding: 10px;
  }
  .flow li{
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .flow .title{
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .flow .text{
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .flow{
    margin: 0 auto 60px auto;
    padding: 20px 50px;
    width: 700px;
  }
  .flow li{
    margin-bottom: 20px;
    padding: 20px;
  }
  .flow .title{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .flow .text{
  }
}



/* Detail FAQ */
.section-faq{
  background: #edf5fb;
}

.faq-list dt,
.faq-list dd{
  background: #fff;
}
.faq-list dt{
  display: flex;
  border-top: 1px solid #00a0dc;
  border-right: 1px solid #00a0dc;
  border-left: 1px solid #00a0dc;
  padding-right: 15px;
}
.faq-list dd{
  display: flex;
  align-items: stretch;
  margin: 0 0 20px 0;
  border-right: 1px solid #00a0dc;
  border-bottom: 1px solid #00a0dc;
  border-left: 1px solid #00a0dc;
}
.faq-list dt .num,
.faq-list dd .num{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}
.faq-list dt .num{
  background: #00a0dc;
  margin-right: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.faq-list dt .text{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e6e6e6;
  font-weight: bold;
  width: 100%;
}
.faq-list dd{
  align-items: flex-start;
}
.faq-list dd .num{
  color: #00a0dc;
  flex-basis: 60px;
}
.faq-list dd .text{
  padding: 15px 15px 15px 0;
  flex-basis: auto;
  width: 100%;
  flex: 1;
}

@media (max-width: 767px){
  .section-faq{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-faq-heading{
    font-size: 2.4rem;
  }
  .faq-list dt .num,
  .faq-list dd .num{
    flex-basis: 40px;
    margin: 0;
    width: 40px;
    min-height: 40px;
    font-size: 1.8rem;
  }
  .faq-list dt .text,
  .faq-list dd .text{
    flex: 1;
  }
  .faq-list dt .text{
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    font-size: 1.6rem;
  }
  .faq-list dd .num{
    padding-top: 10px;
    width: 40px;
    min-height: 40px;
  }
  .faq-list dd .text{
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .section-faq{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-faq-heading{
    margin-bottom: 40px;
  }
  .faq-list dt .num,
  .faq-list dd .num{
    width: 60px;
    min-height: 60px;
    font-size: 2.2rem;
  }
  .faq-list dt .text{
    font-size: 1.8rem;
  }
  .faq-list dd .num{
    width: 60px;
    min-height: 60px;
    font-size: 2.2rem;
  }
  .faq-list dd .text{
    margin-left: 16px;
  }
}



/* Detail Link */
.section-link{
  text-align: center;
}
.section-link-heading{
  margin-top: 0;
}
.section-link .banners{
  margin-bottom: 0;
}
.section-link .banners a img{
  box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}
.section-link .banners.dl img{
  width: auto;
  height: 58px;
}

.service-feature .section-link{
  color: #fff;
}

@media (max-width: 767px){
  .section-link{
    padding-top: 20px;
  }
  .section-link-heading{
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .service-feature .section-link{
    padding-bottom: 40px;
  }
  .section-link .banners.dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-link .banners.dl a{
  }
  .section-link .banners.dl img{
    margin-bottom: 14px;
    height: 52px;
  }
}
@media (min-width: 768px){
  .section-link{
    padding-top: 40px;
  }
  .service-feature .section-link{
    padding-bottom: 60px;
  }
}



/* Detail Price */
.section-price{
  background: url("../images/bg-price.png") 0 0 repeat;
}
.section-price > .container{
  background: #fff;
}
@media (max-width: 767px){
  .section-price{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-price > .container{
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px){
  .section-price{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-price > .container{
    padding: 30px 100px;
    width: 900px;
  }
  .table-print-price th{
    width: 30%;
  }
}



/* Detail Gallery */
.section-gallery{}
.section-gallery > .container{
  border-style: solid;
  border-color: #eee;
}
.gallery-thumbs{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px){
  .section-gallery{
    padding-bottom: 30px;
  }
  .section-gallery > .container{
    margin-right: 15px;
    margin-left: 15px;
    border-width: 2px;
    padding: 20px 15px 15px 15px;
  }
  .gallery-thumbs li{
    margin-bottom: 8px;
    width: 49%;
  }
  .gallery-thumbs li:nth-child(odd){
    margin-right: 2%;
  }
}
@media (min-width: 768px){
  .section-gallery{
    padding-bottom: 60px;
  }
  .section-gallery > .container{
    border-width: 4px;
    padding: 40px 100px;
  }
  .gallery-thumbs{
    justify-content: space-between;
  }
  .gallery-thumbs li{
    width: 32%;
  }
}