@charset 'UTF-8';
/*===========================
Base
===========================*/
.cFix:after,
.mainVisualBlock .mvTitle:after,
.serviceListBlock .serviceList:after,
.serviceListBlock .serviceList .listBox.left:after,
.serviceCont.app .cont ul:after {
  display: block;
  clear: both; 
  content: ' ';
}

/* =====================
ページ固有のスタイル
=====================*/
/* TOP
---------------------------- */
/* mainVisual */
.mainVisualBlock {
  min-width: 960px;
  background: #f2f2f2;
}
.mainVisualBlock .mvTitle {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px 25px;
}
.mainVisualBlock .mvTitle h2 {
  display: block;
  float: left;
  margin: 15px 0 0;
  padding: 0;
  letter-spacing: .1em;
  color: #056e4c;
  border: none; 
  font-size: 250%;
  line-height: 1;
}
.mainVisualBlock .mvTitle > div {
  float: right;
}
.mainVisualBlock .mvTitle.jp > div .cmnBtn {
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .mainVisualBlock {
    min-width: 0;
  }
  .mainVisualBlock .mvTitle {
    padding: 10px;
  }
  .mainVisualBlock .mvTitle h2 {
    float: none;
    margin: 0 0 10px;
    font-size: 175%;
    line-height: 1.2;
  }
  .mainVisualBlock .mvTitle > div {
    float: none;
  }
  .mainVisualBlock .mvTitle.jp > div .cmnBtn {
    width: auto;
  }
}

/* kvVisual */
.kvBlock {
  overflow: hidden; 
  padding: 5px 10px;
}
.kvBlock .kvSliderWrap {
  margin-left: -20px;
}
.kvBlock .kvSlider {
  max-width: 980px;
  margin: 0 auto 30px;
}
.kvBlock .kvSlider .slick-list {
  overflow: visible;
}
.kvBlock .kvSlider .slick-slide {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .kvBlock {
    padding: 5px 0;
  }
  .kvBlock .kvSliderWrap {
    margin-left: -18px;
  }
  .kvBlock .kvSlider .slick-slide {
    margin: 0 18px 0 36px;
  }
}

/* infoBlock */
.infoBlock {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px 25px;
}
.infoBlock .infoArea {
  display: table;
  width: 100%;
}
.infoBlock .infoArea .infoTitle {
  display: table-cell;
  width: 120px;
  padding: 10px;
  vertical-align: middle;
  border-radius: 4px 0 0 4px; 
  background: #dbf0ae;
}
.infoBlock .infoArea .infoTitle span {
  position: relative; 
  display: inline-block;
  padding: 0 0 0 30px;
  letter-spacing: .1em;
  font-size: 116.66667%;
  font-weight: bold;
}
.infoBlock .infoArea .infoTitle span:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  background: url('/soukin/shared/image/cmn_ico_info_pc.png') no-repeat 0 0;
}
.infoBlock .infoArea .infoBox {
  position: relative; 
  display: table-cell;
  padding: 10px 70px 10px 20px;
  border-radius: 0 4px 4px 0;
  background: #fff;
}
.infoBlock .infoArea .infoBox ul li + li {
  margin: 5px 0 0;
}
.infoBlock .infoArea .infoBox p {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .infoBlock {
    padding: 0;
  }
  .infoBlock .infoArea {
    display: block;
  }
  .infoBlock .infoArea .infoTitle {
    display: block;
    width: auto;
    padding: 8px;
    text-align: center; 
    border-radius: 0;
  }
  .infoBlock .infoArea .infoTitle span {
    padding: 0 0 0 22px;
    font-size: 116.66667%;
  }
  .infoBlock .infoArea .infoTitle span:before {
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px; 
    background: url('/soukin/shared/image/cmn_ico_info_sp.png') no-repeat 0 0;
    background-size: cover;
  }
  .infoBlock .infoArea .infoBox {
    display: block;
    padding: 15px 10px;
    border-bottom: solid 1px #ccc; 
    border-radius: 0;
  }
  .infoBlock .infoArea .infoBox ul li + li {
    margin: 5px 0 0;
  }
  .infoBlock .infoArea .infoBox p {
    position: static;
    margin: 5px 0 0;
    text-align: right;
  }
}

/* serviceListBlock */
.serviceListBlock {
  min-width: 960px;
}
.serviceListBlock .title {
  padding: 15px;
  text-align: center;
  color: #377005;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
}
.serviceListBlock .serviceList .listBox {
  float: left;
  width: 50%;
  height: 200px;
}
.serviceListBlock .serviceList .listBox.ph.left .title,
.serviceListBlock .serviceList .listBox.en.left .title {
  font-size: 216.66667%;
}
.serviceListBlock .serviceList .listBox.ph.right .title,
.serviceListBlock .serviceList .listBox.en.right .title {
  font-size: 158.33333%;
}
.serviceListBlock .serviceList .listBox.ph.right .title img,
.serviceListBlock .serviceList .listBox.en.right .title img {
  vertical-align: middle;
}
.serviceListBlock .serviceList .listBox.left {
  box-sizing: border-box; 
  padding-right: 35px;
  background: #448b07;
}
.serviceListBlock .serviceList .listBox.left > dl {
  float: right;
}
.serviceListBlock .serviceList .listBox.right {
  box-sizing: border-box; 
  padding-left: 35px;
  background: #72b737;
}
.serviceListBlock .serviceList .listBox .cmnBtn a {
  display: block;
}

@media only screen and (max-width: 768px) {
  .serviceListBlock {
    min-width: 0;
  }
  .serviceListBlock .title {
    padding: 20px 10px;
    font-size: 116.66667%;
  }
  .serviceListBlock .serviceList .listBox {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 10px 15px !important;
  }
  .serviceListBlock .serviceList .listBox.left > dl {
    float: none;
  }
}

.serviceCont {
  width: 100%;
  max-width: 445px;
}
.serviceCont .title {
  margin: 0 0 15px;
  padding: 20px 0 10px;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
  border-bottom: dotted 2px #c7e2af; 
  font-size: 250%;
  font-weight: bold;
}
.serviceCont .title img {
  margin: 0 14px 0 0;
}
.serviceCont .title span {
  font-size: 80%;
}
.serviceCont .title a {
  color: #fff;
}
.serviceCont.beginner .title {
  padding-top: 28px;
}
.serviceCont.beginner .title img {
  width: 105px;
  vertical-align: middle;
}
.serviceCont.app .title img {
  width: 42px;
  vertical-align: text-top;
}
.serviceCont.app .cont ul li {
  float: left;
}
.serviceCont.app .cont ul li + li {
  float: right;
}
.serviceCont.app .cont ul li a {
  display: inline-block;
  max-width: 135px;
  vertical-align: middle;
}
.serviceCont.app .cont ul li a img {
  width: 100%;
}
.serviceCont.app .cont ul li a + img {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.serviceCont.app .cont ul li .qr {
  width: 70px;
}
.serviceCont.app .cont p {
  margin: 10px 0 0;
  text-align: right;
}
.serviceCont.app .cont p a {
  color: #fff;
  font-size: 108.33333%;
}
.serviceCont.app .cont p a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.serviceCont.app .cont p a span:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 14px;
  margin-top: -9px; 
  content: '';
  background: url('/soukin/jp/image/index_sl_ico_arrow_pc.png') no-repeat 0 0;
}
.serviceCont.app .cont p a span:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .serviceCont {
    max-width: none;
  }
  .serviceCont .title {
    margin: 0 0 10px;
    padding: 10px 0 8px;
    font-size: 175%;
  }
  .serviceCont .title img {
    margin: 0 10px 0 0;
  }
  .serviceCont .title span {
    font-size: 66.7%;
  }
  .serviceCont.beginner .title {
    padding-top: 20px;
  }
  .serviceCont.beginner .title img {
    width: 64px;
  }
  .serviceCont.app .title img {
    width: 27px;
  }
  .serviceCont.app .cont ul li {
    width: 48%;
  }
  .serviceCont.app .cont ul li + li {
    margin: 0 0 0 4%;
  }
  .serviceCont.app .cont ul li a {
    display: block;
    max-width: none;
  }
  .serviceCont.app .cont ul li a + img {
    display: none;
  }
  .serviceCont.app .cont p a {
    font-size: 100%;
  }
  .serviceCont.app .cont p a span:after {
    width: 6px;
    height: 10px;
    margin-top: -5px; 
    background: url('/soukin/jp/image/index_sl_ico_arrow_sp.png') no-repeat 0 0;
    background-size: cover;
  }
}

/* soukinAppBlock */
.soukinAppBlock {
  min-width: 960px;
  background: #f5f5ee;
}
.soukinAppBlock .inner {
  box-sizing: border-box; 
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px 50px;
}

@media only screen and (max-width: 768px) {
  .soukinAppBlock {
    min-width: 0;
  }
  .soukinAppBlock .inner {
    padding: 30px 10px;
  }
}

/* soukinInquiryBlock */
.soukinInquiryBlock {
  min-width: 960px;
  border-top: solid 1px #dadada; 
  background: #f5f5ee;
}
.soukinInquiryBlock .inner {
  box-sizing: border-box; 
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px;
}

.soukinCustomerBlock {
  text-align: center;
}
.soukinCustomerBlock .title {
  letter-spacing: .1em; 
  color: #4c4c4c;
  font-size: 116.66667%;
  font-weight: bold;
}
.soukinCustomerBlock .call {
  margin: 10px 0;
}
.soukinCustomerBlock .call img {
  width: 60px;
  margin-right: 10px;
  vertical-align: baseline;
}
.soukinCustomerBlock .call span {
  letter-spacing: .05em;
  color: #ff290b;
  font-size: 316.66667%;
  font-weight: bold;
  line-height: 1;
}
.soukinCustomerBlock .call a {
  display: block;
}
.soukinCustomerBlock .data {
  letter-spacing: .05em; 
  font-size: 116.66667%;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  .soukinInquiryBlock {
    min-width: 0;
  }
  .soukinInquiryBlock .inner {
    padding: 30px 10px;
  }
  .soukinCustomerBlock .title {
    font-size: 83.33333%;
    line-height: 2.4;
  }
  .soukinCustomerBlock .call img {
    width: 42px;
    margin-right: 5px;
  }
  .soukinCustomerBlock .call span {
    font-size: 208.33333%;
  }
  .soukinCustomerBlock .data {
    font-size: 83.33333%;
    line-height: 1.6;
  }
}

/* layout */
.tabIndexblock + .contentInner {
  padding: 30px 0 60px;
}

.tabNewsBlock + .contentInner {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .tabIndexblock + .contentInner {
    padding: 0 10px 30px;
  }
  .tabNewsBlock + .contentInner {
    padding-top: 50px;
  }
}
