@charset "utf-8";
/*=========================================================
  Site Top Page Setting
=========================================================*/
/**********************************************************
  Common
**********************************************************/
.pdf:after {
  content: url(/common/images/icon_pdf.gif);
  position: relative;
  top: 5px;
  left: 5px;
}
.banner3Lst > li {
  display: block;
  width: 206px;
  float: left;
  margin-left: 10px;
}
.banner3Lst > li:nth-child(3n+1){
  clear: both;
  margin-left: 0;
}
.banner3Lst > li .img { text-align: center; }
.banner3Lst > li .txt {
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 120%;
}
.banner5Lst > li {
  display: block;
  width: 180px;
  float: left;
  margin-left: 12px;
}
.banner5Lst > li:nth-child(5n+1){
  clear: both;
  margin-left: 0;
}
@media screen and (max-width: 960px){
  .banner3Lst > li {
    width: 32.61648745%;
    margin-left: 1.075268817%;
  }
  .banner5Lst > li {
    width: 19.13978494%;
    margin-left: 1.075268817%;
  }
}
@media screen and (max-width: 600px){
  .banner3Lst > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
  .banner3Lst > li:nth-child(3n+1){
    clear: none;
    margin-left: 0;
  }
  .banner5Lst > li {
    width: 49.13793103%;
    margin-left: 1.724137931%;
    margin-bottom: 10px;
  }
  .banner5Lst > li:nth-child(5n+1){
    clear: none;
    margin-left: 1.724137931%;
  }
  .banner5Lst > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
}

/**********************************************************
  Layout
**********************************************************/
/*---------------------------
  Common
---------------------------*/
.l-inner {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.l-inner *,
.l-inner *:before,
.l-inner *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 960px){
  .l-inner {
    overflow: hidden;
  }
}

/*---------------------------
  l-mainImg
---------------------------*/
.l-mainImg {
  padding: 27px 0 26px;
}
@media screen and (max-width: 960px){
  .l-mainImg {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

/***** l-mainImg-left *****/
.l-mainImg-left {
  display: block;
  width: 690px;
  height: 360px;
  margin-bottom: 24px;
  position: relative;
  float: left;
}
@media screen and (max-width: 960px){
  .l-mainImg-left {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    float: none;
  }
}
@media screen and (max-width: 600px){
  .l-mainImg-left {}
}

/***** l-mainImg-right *****/
.l-mainImg-right {
  display: block;
  width: 240px;
  height: 360px;
  margin-bottom: 24px;
  position: relative;
  float: right;
  background: url(/images/site-top/service_bg.png) no-repeat left top;
}
@media screen and (max-width: 960px){
  .l-mainImg-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none;
    background-image: none;
    background-color: #22a6e4;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

/***** l-mainImg-bottom *****/
.l-mainImg-bottom {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 24px;
  padding-top: 4px;
  background: url(/images/site-top/attention_red_bg_rnd01.png) no-repeat left top;
}
.l-mainImg-bg {
  padding-bottom: 5px;
  background: url(/images/site-top/attention_red_bg_rnd02.png) no-repeat left bottom;
}
.l-mainImg-inner {
  border-left: 2px solid #e5508d;
  border-right: 2px solid #e5508d;
  display: table;
  width: 100%;
}
.l-mainImg-inner h2 {
  padding-left: 28px;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  background: url(/images/site-top/attention_red_bg_rnd03.png) repeat-y;
}
.l-mainImg-inner .txtCell {
  display: table-cell;
  vertical-align: middle;
  padding: 9px 0 10px 0;
}
.l-mainImg-inner .txtCell p {
  padding-right: 28px;
  line-height: 1.4;
  font-size: 130%; /*13px*/
  text-indent:-11px;
}
.l-mainImg-inner .txtCell p a {
  color: #333;
}
.l-mainImg-inner .txtCell p::before {
  content: url(/images/site-top/icon_attention_red_arrow.png);
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 960px){
  .l-mainImg-bottom {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
  }
  .l-mainImg-bg {
    background-image: none;
    border-top: 2px solid #e5508d;
    border-bottom: 2px solid #e5508d;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px){
  .l-mainImg-bg {
    border-top: 2px solid #ff4f90;
    border-bottom: 2px solid #ff4f90;
  }
  .l-mainImg-inner {
    border-left: 2px solid #ff4f90;
    border-right: 2px solid #ff4f90;
  }
  .l-mainImg-inner h2 {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    background-image: none;
    background-color: #ff4f90;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-mainImg-inner .txtCell {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-mainImg-inner .txtCell p {
    margin-left:10px;
    padding-right:0;
  }
}

/*---------------------------
  l-contact
---------------------------*/
.l-contact {
  display: block;
  width: 100%;
  padding: 18px 0 23px;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 960px){
  .l-contact {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 600px){}

/*---------------------------
  l-main
---------------------------*/
.l-main {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  page-break-before: always;/*印刷時の改ページ部分指定*/
  overflow: hidden;
}

/***** l-main-notes *****/
.l-main-notes {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding-top: 5px;
  background: url(/images/site-top/attention_bg_rnd01.png) no-repeat left top;
}
.l-main-notes-bg {
  padding-bottom: 5px;
  background: url(/images/site-top/attention_bg_rnd02.png) no-repeat left bottom;
}
.l-main-notes-inner {
  padding: 4px 28px;
  border-left: 2px solid #0EB1A3;
  border-right: 2px solid #0EB1A3;
  display: table;
  width: 100%;
}
.l-main-notes-inner .txtTit {
  display: table-cell;
  vertical-align: middle;
  width: 172px;
}
.l-main-notes-inner .txtCell {
  display: table-cell;
  vertical-align: middle;
}
.l-main-notes-inner .txtCell p {
  line-height: 1.4;
  font-size: 130%; /*13px*/
  margin-bottom: 5px;
}
.l-main-notes-inner .txtCell .notice {
  color: #D90000;
  font-size: 120%; /*12px*/
}
@media screen and (max-width: 960px){
  .l-main-notes {
    margin-top: 20px;
    padding-top: 0;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-main-notes-bg {
    background-image: none;
    padding-bottom: 0;
    border-top: 2px solid #0eb1a3;
    border-bottom: 2px solid #0eb1a3;
  }
}
@media screen and (max-width: 600px){
  .l-main-notes-inner {
    padding: 10px;
  }
  .l-main-notes-inner .txtTit {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .l-main-notes-inner .txtCell {
    display: block;
    width: 100%;
  }
}

/***** l-main-lineup *****/
.l-main-lineup {
  display: block;
  width: 464px;
  float: left;
  margin-top: 35px;
}
@media screen and (max-width: 960px){
  .l-main-lineup {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px){
  .l-main-lineup {
    padding-left: 0;
    padding-right: 0;
  }
}

/***** l-main-customer *****/
.l-main-customer {
  display: block;
  width: 464px;
  float: right;
  margin-top: 35px;
}
@media screen and (max-width: 960px){
  .l-main-customer {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px){
  .l-main-customer {
    padding-left: 0;
    padding-right: 0;
  }
}

/***** l-main-banner1 *****/
.l-main-banner1 {
  display: block;
  width: 100%;
  padding: 20px 0;
  clear: both;
}
.l-main-banner1-left {
  display: block;
  width: 277px;
  margin-top: 20px;
  padding-right: 40px;
  border-right: 1px solid #ddd;
  float: left;
}
.l-main-banner1-left .tbTxt { display: none; }
.l-main-banner1-left .banner3Lst > li { width: 100%; }
.l-main-banner1-right {
  display: block;
  width: 673px;
  margin-top: 20px;
  padding-left: 35px;
  float: right;
}
.l-main-banner1-right .tbTxt { display: none; }
@media screen and (max-width: 960px){
  .l-main-banner1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-main-banner1-left {
    display: none;
    /*width: 100%;
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-right-width: 0;
    border-bottom: 1px solid #ddd;
    float: none;*/
  }
  /*.l-main-banner1-left .tbTxt {
    display: inline;
    font-size: 180%;
    font-weight: bold;
  }
  .l-main-banner1-left .banner3Lst > li {
    width: 64.1666666%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .l-main-banner1-left .banner3Lst > li .img {
    display: inline-block;
    width: 27.11864406%;
    vertical-align: middle;
  }
  .l-main-banner1-left .banner3Lst > li .txt {
    display: inline-block;
    width: 69.49152542%;
    vertical-align: middle;
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
  }*/
  .l-main-banner1-right {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
    float: none;
  }
  .l-main-banner1-right .tbTxt {
    display: inline;
    font-size: 180%;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px){
  .l-main-banner1 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .l-main-banner1-left .mb20,
  .l-main-banner1-right .mb20 { margin-bottom: 10px !important; }
  .l-main-banner1-left .banner3Lst > li,
  .l-main-banner1-right .banner3Lst > li {
    width: 100%;
    text-align: left;
    float: none;
    margin-left: 0;
  }
  .l-main-banner1-right .banner3Lst > li + li { margin-top: 10px; }
  .l-main-banner1-left .banner3Lst > li .img {
    display: block;
    width: 100%;
  }
  .l-main-banner1-left .banner3Lst > li .txt {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .l-main-banner1-right .banner3Lst > li .img {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .l-main-banner1-right .banner3Lst > li .txt {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
  }
}

/*----- type2 -----*/
.l-main-banner1.type2 {
  display: table;
  padding: 40px 0;
}

.l-main-banner1.type2 .l-main-banner1-left,
.l-main-banner1.type2 .l-main-banner1-right {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.l-main-banner1.type2 .l-main-banner1-left {
  width: 30%;
}

.l-main-banner1.type2 .l-main-banner1-left.health {
  padding: 0 20px 0 0;
}

.l-main-banner1.type2 .l-main-banner1-right.iryo {
  padding-right: 20px;
}

.l-main-banner1.type2 .l-main-banner1-left.kokokaradiary {
  padding: 0 0 0 20px;
  border-right: 0;
  border-left: 1px solid #ddd;
}

.l-main-banner1.type2 .l-main-banner1-left .tbTxt {
  display: none;
}

.l-main-banner1.type2 .l-main-banner1-right {
  width: 40%;
  padding: 0;
}

.l-main-banner1.type2 .l-main-banner1-right .banner3Lst > li {
  width: 50%;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 960px){
  .l-main-banner1.type2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .l-main-banner1.type2 .l-main-banner1-left.health {
    display: none;
  }
  
  .l-main-banner1.type2 .l-main-banner1-left .tbTxt {
    display: inline;
    font-size: 180%;
    font-weight: bold;
  }
  
  .l-main-banner1.type2 .l-main-banner1-right .banner3Lst > li:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px){
  .l-main-banner1.type2 {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .l-main-banner1.type2 .l-main-banner1-left,
  .l-main-banner1.type2 .l-main-banner1-right {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .l-main-banner1.type2 .l-main-banner1-left {
    border-right: 0;
  }
  
  .l-main-banner1.type2 .l-main-banner1-left .tbTxt {
    display: inline;
    font-size: 180%;
    font-weight: bold;
  }

  .l-main-banner1.type2 .l-main-banner1-right .banner3Lst > li {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  
  .l-main-banner1.type2 .l-main-banner1-right.iryo {
    padding-right: 0;
  }
  
  .l-main-banner1.type2 .l-main-banner1-left.kokokaradiary {
    padding: 0;
    border-right: 0;
    border-left: 0;
  }
}

/***** l-main-slider *****/
.l-main-slider {
  display: block;
  width: 100%;
}

/***** information *****/
#information {
  overflow: hidden;
  margin: 55px -30px 0 0;
}
#information .section {
  display: block;
  float: left;
  width: 460px;
  height: 279px;
  margin: 0 30px 0 0;
  background: url(/images/site-top/bg_top_info01.png) no-repeat 0 30px #fff;
}
#information .section h2 {
  position: relative;
  margin: 0 0 15px;
}
#information .section h2 a {
  position: absolute;
  right: 0;
}
#information .section ul {
  overflow-y: auto;
  height: 236px;
  padding: 10px 10px;
  box-sizing: border-box;
}
#information .section ul li {
  margin: 0 0 11px;
  list-style: none;
  line-height: 1.3;
  font-size: 120%;
  font-weight: bold;
  color: #777;
}
#information .section ul li a {
  display: inline-block;
  font-weight: normal;
}
@media screen and (max-width: 960px){
  #information {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #information .section {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background-image: url(/shared_rwd/images/top/bg_top_info01_tablet.png);
    background-repeat: repeat-x;
  }
  #information .section ul li {
    font-size: 140%;
  }
}
@media screen and (max-width: 600px){
  #information .section:nth-of-type(2) h2 img {
    height: auto;
    margin-top: 3px;
  }
}

/***** l-main-banner2 *****/
.l-main-banner2 {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 0;
  background: url(/shared/images/bg_shadow01.png) no-repeat top #fff;
}
@media screen and (max-width: 960px){
  .l-main-banner2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
  }
}

/***** l-main-banner3 *****/
.l-main-banner3 {
  display: block;
  padding-top: 45px;
  background: url(/shared/images/bg_shadow02.png) no-repeat top #fff;
}
@media screen and (max-width: 960px){
  .l-main-banner3 {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
  }
}

.l-main-banner3-left {
  display: block;
  width: 568px;
  height: 115px;
  background: url(/images/site-top/ms-ad-group01_bg.png) no-repeat left top;
  float: left;
}
.l-main-banner3-left > ul > li {
  display: inline;
  margin-left: 20px;
  vertical-align: middle;
}
.l-main-banner3-left > ul > li:first-child { margin-left: 14px; }
@media screen and (max-width: 960px){
  .l-main-banner3-left {
    width: 100%;
    height: auto;
    float: none;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
  }
  .l-main-banner3-left .pt20 { padding-top: 0 !important; }
  .l-main-banner3-left .mb35 { margin-bottom: 10px !important; }
  .l-main-banner3-left > ul:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .l-main-banner3-left > ul > li {
    display: block;
    width: 31.86490454%;
    float: left;
    margin-left: 2.202643171%;
    text-align: center;
  }
  .l-main-banner3-left > ul > li:nth-child(3n+1){ margin-left: 0; }
}
@media screen and (max-width: 600px){
  .l-main-banner3-left > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .l-main-banner3-left > ul > li + li {
    margin-top: 10px;
  }
}

.l-main-banner3-right {
  display: block;
  width: 360px;
  min-height: 115px;
  text-align: center;
  /*background: url(/images/site-top/rating_bg01.png) no-repeat left top;*/
  border: 1px solid #ccc;
  float: right;
  text-align: center;
  padding-top: 9px;
}
.l-main-banner3-right > ul {
  display: inline-block;
  margin-bottom: 6px;
}
.l-main-banner3-right > ul > li {
  display: inline;
  margin-left: 6px;
}
.l-main-banner3-right > ul > li:first-child { margin-left: 0; }
.l-main-banner3-right > p {
  display: inline-block;
  width: 325px;
  font-size: 120%;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 960px){
  .l-main-banner3-right {
    width: 100%;
    height: auto;
    float: none;
    background-image: none;
    padding: 10px;
  }
  .l-main-banner3-right > ul {
    display: block;
    margin-bottom: 10px;
  }
  .l-main-banner3-right > p { width: 100%; }
}

/***** l-main-banner4 *****/
.l-main-banner4 {
  display: block;
  clear: both;
  margin-top: 40px;
}
@media screen and (max-width: 960px){
  .l-main-banner4 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/**********************************************************
  Parts
**********************************************************/
/****** Slide *****/
.mainSlider {
  display: block;
  width: 100%;
  position: relative;
}
#thumb {
  display: block;
  width: 600px;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
}
#thumb .slick-list .slick-slide {
  position: relative;
  padding-top: 7px;
}
#thumb .slick-list .slick-current:before {
  content: "";
  display: block;
  width: 140px;
  height: 57px;
  background: url(/images/site-top/main_thum_select.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 0;
}
@media screen and (max-width: 960px){
  #thumb { display: none; }
}
@media screen and (max-width: 600px){
}

/***** service *****/
.service-tit {
  padding-top: 17px;
  height: 46px;
  line-height: 1;
  text-align: center;
}
.service-tit .tbTxt { display: none; }
.service-box {
  height: 239px;
  text-align: center;
}
.service-box .webserviceCol dt {
  padding-top: 13px;
  height: 42px;
}
.service-box .webserviceCol dd {
  width: 205px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px dotted #BBB;
}
.service-box .webserviceCol dd .lead {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7px;
}
.service-box .webserviceCol dd .txtLink {
  font-size: 11px;
  line-height: 1;
  margin-top: 6px;
}
.service-box .webserviceCol dd .txtLink a {
  color: #111;
  text-decoration: underline;
}
.service-box .webserviceCol dd .txtLink a:hover {
  text-decoration: none;
}
.service-box .consultCol {
  margin-bottom: 22px;
}
.service-box .consultCol dt {
  margin-top: 7px;
}
.service-box .consultCol-tit {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.service-box .consultCol-tit br { display: none; }
.service-box .consultCol dd {
  margin-top: 8px;
}
.service-box .service-btn {
  text-align: center;
  overflow:hidden;
}
@media screen and (max-width: 960px){
  .service-box .webserviceCol dd .lead {
    font-size:12px;
  }
  .service-tit {
    height: auto;
    line-height: 1.125;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service-tit .tbTxt {
    display: inline;
    font-size: 160%;
    font-weight: bold;
    color: #fff;
  }
  .service-box {
    height: auto;
  }
  .service-box .webserviceCol {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .service-box .webserviceCol dt {
    height: auto;
  }
  .service-box .webserviceCol dd {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 13px;
    border-bottom-width: 0;
  }
  .service-box .consultCol {
    display: block;
    width: 49.4623655%;
    margin-bottom: 0;
    float: left;
    background-color: #fff;
    border-radius: 5px;
  }
  .service-box .consultCol dt {
    display: inline-block;
    width: 30.4347826%;
    margin-top: 0;
    vertical-align: middle;
  }
  .service-box .consultCol-tit {
    font-size: 14px;
    text-align: left;
  }
  .service-box .consultCol dd {
    display: inline-block;
    width: 65.2173913%;
    margin-top: 0;
    vertical-align: middle;
    padding: 9px 0;
  }
  .service-box .service-btn {
    display: block;
    width: 49.4623655%;
    float: right;
    background-color: #fff;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px){
  .service-box .consultCol dt {
    display: block;
    width: 100%;
    padding-top: 6px;
  }
  .service-box .consultCol-tit {
    font-size: 100%;
    text-align: center;
  }
  .service-box .consultCol-tit br { display: inline; }
  .service-box .consultCol dd {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-box .service-btn {
  }
  .service-box .service-btn a {
    vertical-align:middle;
  }

}

/***** faqTel *****/
.faqTel {
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}

.faqTel:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faqTel .ttlArea {
  position: relative;
  display: table;
}
.faqTel .tit {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
  font-size:145%;
  color:#666666;
  font-weight:bold;
}
.faqTel .lead {
  display: table-cell;
  vertical-align: middle;
  font-size: 110%; /*11px;*/
  text-indent:-1em;
  padding-left:1em;
}
.faqTel .floatWrap {
  margin-top: 12px;
  position: relative;
}
.faqTel .floatWrap .numCell {
  float: left;
  width: 700px;
  margin-bottom: 10px;
}
.faqTel .floatWrap .numCell .numLine .pcShow .num01 {
  padding-right: 12px;
  float: left;
}
.faqTel .floatWrap .numCell .numLine .pcShow .num02 {
  padding-right: 12px;
  border-right: 1px solid #BBB;
  margin-right: 13px;
  float: left;
}
.faqTel .floatWrap .numCell .numLine .pcShow .time {
  float: left;
}
.faqTel .floatWrap .numCell .numLine .tbShow {
  display: none;
}
.faqTel .floatWrap .note {
  display: block;
  width: 700px;
  clear: both;
  color: #525252;
  font-size: 110%; /*11px;*/
  text-indent:-1em;
  padding-left:1em;
}
.faqTel .floatWrap .note br { display: none; }
.faqTel .floatWrap .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.faqTel .floatWrap .btn .tbBtn {
  display: none;
}

.certificate {
}
.certificate .ttlArea {
  position: relative;
  display: table;
}
.certificate .tit {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
  font-size:145%;
  color:#666666;
  font-weight:bold;
  padding-top:20px;
}
.certificate .lead {
  display: table-cell;
  vertical-align: middle;
  font-size: 110%; /*11px;*/
  text-indent:-1em;
  padding-left:1em;
  padding-top:20px;
}
.certificate .floatWrap {
  margin-top: 12px;
  position: relative;
}
.certificate .numCell {
  margin-bottom:10px;
}
.certificate .numCell .txt {
	padding:0 0 6px;
}
.certificate .numCell .num {
	padding:0 0 10px;
}
.certificate .floatWrap .numCell .numLine .tbShow {
  display: none;
}
.certificate .floatWrap .note {
  display: block;
  width: 700px;
  clear: both;
  color: #525252;
  font-size: 110%; /*11px;*/
  text-indent:-1em;
  padding-left:1em;
}
.certificate .floatWrap .note br { display: none; }
.certificate .floatWrap .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.certificate .floatWrap .btn .tbBtn {
  display: none;
}

@media screen and (max-width: 960px){
  .faqTel {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .faqTel .ttlArea {
    display: block;
  }
  .faqTel .tit {
    display: block;
    padding-right: 0;
  }
  .faqTel .lead {
    display: block;
    font-size: 120%;
    margin-top: 10px;
  }
  .faqTel .floatWrap {
    margin-top: 10px;
  }
  .faqTel .floatWrap .numCell {
    float: none;
    width: 100%;
  }
  .faqTel .floatWrap .numCell .numLine .pcShow {
    display: none;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow {
    display: block;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 {
    display: block;
    width: 48.3870967%;
    float: left;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tit {
    font-size: 160%;
    font-weight: bold;
    color: #333;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tel {
    font-size: 440%;
    font-weight: bold;
    line-height: 1.125;
    color: #e5508d;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 {
    display: block;
    width: 48.3870967%;
    float: right;
    padding-right: 0;
    border-right-width: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 .tit {
    font-size: 160%;
    font-weight: bold;
    color: #333;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 .tel {
    font-size: 440%;
    font-weight: bold;
    line-height: 1.125;
    color: #009385;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .time {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    font-size: 140%;
    font-weight: bold;
  }
  .faqTel .floatWrap .note {
    clear: both;
    width: 48.9247311%;
    font-size: 120%;
    float: left;
  }
  .faqTel .floatWrap .note br { display: inline; }
  .faqTel .floatWrap .btn {
    display: block;
    width: 48.9247311%;
    position: static;
    float: right;
  }
  .faqTel .floatWrap .btn .tbBtn {
    display: block;
    background-color: #00b199;
    padding: 10px;
  }
  .faqTel .floatWrap .btn .tbBtn p {
    text-align: center;
    font-size: 130%;
    color: #ffffff;
  }
  .faqTel .floatWrap .btn .tbBtn p img {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .faqTel .floatWrap .btn .tbBtn .tit {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .certificate {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .certificate .ttlArea {
    display: block;
    margin-top:20px;
    border-top:1px solid #CCC;
  }
  .certificate .tit {
    display: block;
    padding-right: 0;
  }
  .certificate .lead {
    display: block;
    font-size: 120%;
    margin-top: 10px;
    padding-top:0;
  }
  .certificate .floatWrap {
    margin-top: 10px;
  }
  .certificate .floatWrap .numCell {
    float: none;
    width: 100%;
  }
  .certificate .floatWrap .numCell .numLine .pcShow {
    display: none;
  }
  .certificate .floatWrap .numCell .numLine .tbShow {
    display: block;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 {
    display: block;
    float: left;
    padding-right: 0;
    margin-bottom: 0;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tit {
    font-size: 160%;
    font-weight: bold;
    color: #333;
    padding-top:0;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tel {
    font-size: 440%;
    font-weight: bold;
    line-height: 1.125;
    color: #e5508d;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 {
    display: block;
    width: 48.3870967%;
    float: right;
    padding-right: 0;
    border-right-width: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 .tit {
    font-size: 160%;
    font-weight: bold;
    color: #333;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 .tel {
    font-size: 440%;
    font-weight: bold;
    line-height: 1.125;
    color: #009385;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .time {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    font-size: 140%;
    font-weight: bold;
  }
  .certificate .floatWrap .note {
    clear: both;
    width: 48.9247311%;
    font-size: 120%;
    float: left;
  }
  .certificate .floatWrap .note br { display: inline; }
  .certificate .floatWrap .btn {
    display: block;
    width: 48.9247311%;
    position: static;
    float: right;
  }
  .certificate .floatWrap .btn .tbBtn {
    display: block;
    background-color: #00b199;
    padding: 10px 0;
  }
  .certificate .floatWrap .btn .tbBtn p {
    text-align: center;
    font-size: 130%;
    color: #ffffff;
  }
  .certificate .floatWrap .btn .tbBtn p img {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .certificate .floatWrap .btn .tbBtn .tit {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top:10px;
  }

}
@media screen and (max-width: 600px){
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 {
    display: block;
    width: 100%;
    float: none;
    line-height: 1.125;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tit {
    font-size: 140%;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tel {
    font-size: 360%;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tel span:active,
  .faqTel .floatWrap .numCell .numLine .tbShow .num01 .tel span:hover {
    text-decoration:none;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 {
    display: block;
    width: 100%;
    float: none;
    line-height: 1.125;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 .tit {
    font-size: 140%;
  }
  .faqTel .floatWrap .numCell .numLine .tbShow .num02 .tel {
    font-size: 360%;
  }
  .faqTel .floatWrap .note {
    width: 100%;
    float: none;
  }
  .faqTel .floatWrap .btn {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 {
    display: block;
    width: 100%;
    float: none;
    line-height: 1.125;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tit {
    font-size: 140%;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tel {
    font-size: 360%;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tel span:active,
  .certificate .floatWrap .numCell .numLine .tbShow .num01 .tel span:hover {
    text-decoration:none;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 {
    display: block;
    width: 100%;
    float: none;
    line-height: 1.125;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 .tit {
    font-size: 140%;
  }
  .certificate .floatWrap .numCell .numLine .tbShow .num02 .tel {
    font-size: 400%;
  }
  .certificate .floatWrap .note {
    width: 100%;
    float: none;
  }
  .certificate .floatWrap .btn {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .certificate .floatWrap .btn {
    padding-left:5px;
    padding-right:5px;
  }


}

/***** lineup *****/
.lineup {}
.lineup .tbTxt { display: none; }
.lineup .lineupBox {
  border-left: 1px solid #00AC97;
  border-right: 1px solid #00AC97;
  border-bottom: 1px solid #00AC97;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 21px 20px 27px 20px;
}
.lineup .lineupBox h3 .tbTxt { display: none; }
.lineup .lineupBox .purpose {}
.lineup .lineupBox .purpose ul {
  margin-top: 14px;
}
.lineup .lineupBox .purpose ul li {
  margin-left: 10px;
  float: left;
  list-style: none;
}
.lineup .lineupBox .purpose ul li .spBtn { display: none; }
.lineup .lineupBox .purpose ul li:first-child {
  margin-left: 0;
}
.lineup .lineupBox .reco {
  margin-top: 22px;
}
.lineup .lineupBox .reco ul {
  margin-top: 12px;
}
.lineup .lineupBox .reco ul li {
  margin-left: 10px;
  float: left;
  list-style: none;
}
.lineup .lineupBox .reco ul li:first-child {
  margin-left: 0;
}
.lineup .lineupBox .reco ul li .tbBtn {
  display: none;
}
.lineup .lineupBox .other {
  margin-top: 23px;
}
.lineup .lineupBox .other ul {
  margin-top: 12px;
}
.lineup .lineupBox .other ul li {
  margin-left: 10px;
  float: left;
  list-style: none;
}
.lineup .lineupBox .other ul li:first-child {
  margin-left: 0;
}
.lineup .lineupBox .other ul li a .tbBtn {
  display: none;
}
.lineup .lineupBox .bnrWrap {
  margin-top: 29px;
}
.lineup .lineupBox .meet {
  float: left;
  width: 204px;
  text-align: left;
}
.lineup .lineupBox .meet h3 {
  margin-bottom: 12px;
}
.lineup .lineupBox .meet .tbBtn {
  display: none;
}
.lineup .lineupBox .detail {
  float: right;
  width: 204px;
  text-align: left;
}
.lineup .lineupBox .detail h3 {
  margin-bottom: 12px;
}
.lineup .lineupBox .detail .tbBtn {
  display: none;
}
@media screen and (max-width: 960px){
  .lineup h2 {
    font-size: 180%;
    font-weight: bold;
    background-color: #00AC97;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
  }
  .lineup .tbTxt { display: inline; }
  .lineup .lineupBox h3 {
    font-size: 160%;
    font-weight: bold;
  }
  .lineup .lineupBox h3 .tbTxt { display: inline; }
  .lineup .lineupBox .purpose ul li {
    display: block;
    width: 32.5825825%;
    margin-left: 1.1261261%;
  }
  .lineup .lineupBox .reco ul li {
    display: block;
    width: 32.5825825%;
    margin-left: 1.1261261%;
    text-align: center;
  }
  .lineup .lineupBox .reco ul li:nth-child(1) a {
    display: block;
    background-color: #f67122;
    color: #fff;
  }
  .lineup .lineupBox .reco ul li:nth-child(2) a {
    display: block;
    background-color: #10ab8d;
    color: #fff;
  }
  .lineup .lineupBox .reco ul li:nth-child(3) a {
    display: block;
    background-color: #0facb0;
    color: #fff;
  }
  .lineup .lineupBox .reco ul li .tbBtn {
    display: block;
    padding: 10px;
  }
  .lineup .lineupBox .reco ul li .tbBtn img {
    width: 41.9540229%;
    margin-bottom: 10px;
  }
  .lineup .lineupBox .reco ul li .tbBtn .tit {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.125;
  }
  .lineup .lineupBox .reco ul li .tbBtn .tit:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #ffffff;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-right: 5px;
  }
  .lineup .lineupBox .reco ul li .tbBtn .txt {
    font-size: 120%;
    line-height: 1.125;
  }
  .lineup .lineupBox .other ul {
    margin-top: 12px;
  }
  .lineup .lineupBox .other ul li {
    display: block;
    width: 32.5825825%;
    margin-left: 1.1261261%;
  }
  .lineup .lineupBox .other ul li a {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    position: relative;
  }
  .lineup .lineupBox .other ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #00ac98;
  }
  .lineup .lineupBox .other ul li a .tbBtn {
    display: table-cell;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    font-size: 140%;
    font-weight: bold;
    color: #555555;
    padding: 10px 10px 10px 20px;
  }
  .lineup .lineupBox .meet {
    display: block;
    width: 48.8738738%;
  }
  .lineup .lineupBox .meet .bnr { width: 100%; }
  .lineup .lineupBox .meet .bnr > a {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #f8f8f8;
    color: #555555;
    position: relative;
  }
  .lineup .lineupBox .meet .bnr > a:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/shared_rwd/images/top/consider_meet_bnr01_tablet.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
  .lineup .lineupBox .meet .bnr > a .tbBtn {
    display: table-cell;
    width: 100%;
    padding-left: 35px;
    vertical-align: middle;
  }
  .lineup .lineupBox .meet .bnr > a .tbBtn .tit {
    font-size: 140%;
    font-weight: bold;
  }
  .lineup .lineupBox .meet .bnr > a .tbBtn .txt {
    font-size: 120%;
  }
  .lineup .lineupBox .detail {
    display: block;
    width: 48.8738738%;
  }
  .lineup .lineupBox .detail .bnr > a {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    color: #555555;
    position: relative;
  }
  .lineup .lineupBox .detail .bnr > a:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/shared_rwd/images/top/consider_detail_bnr01_tablet.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
  .lineup .lineupBox .detail .bnr > a .tbBtn {
    display: table-cell;
    width: 100%;
    padding-left: 35px;
    vertical-align: middle;
  }
  .lineup .lineupBox .detail .bnr > a .tbBtn .tit {
    font-size: 140%;
    font-weight: bold;
  }
  .lineup .lineupBox .detail .bnr > a .tbBtn .txt {
    font-size: 120%;
  }
}
@media screen and (max-width: 600px){
  .lineup h2 {
    border-radius: 0;
  }
  .lineup .lineupBox {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 10px;
  }
  .lineup .lineupBox .purpose ul li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    margin-left: 0;
  }
  .lineup .lineupBox .purpose ul li .spBtn {
    display: table;
    width: 100%;
    position: relative;
  }
  .lineup .lineupBox .purpose ul li .spBtn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #00ac98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
  }
  .lineup .lineupBox .purpose ul li .spBtn .img {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
  }
  .lineup .lineupBox .purpose ul li .spBtn .txt {
    display: table-cell;
    vertical-align: middle;
    background-color: #f0f4e5;
    color: #666666;
    padding: 10px 20px 10px 10px;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.125;
    height:73px;
  }
  .lineup .lineupBox .reco ul li {
    width: 100%;
    margin-left: 0;
    text-align: left;
    float: none;
    margin-bottom: 10px;
  }
  .lineup .lineupBox .reco ul li .tbBtn {
    display: table;
    width: 100%;
    position: relative;
  }
  .lineup .lineupBox .reco ul li .tbBtn img {
    display: table-cell;
    width: 70px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .lineup .lineupBox .reco ul li .tbBtn .spBox {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 15px;
  }
  .lineup .lineupBox .reco ul li .tbBtn .tit:before {
    display: block;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
  }
  .lineup .lineupBox .other ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .lineup .lineupBox .other ul li a:before {
    left: auto;
    right: 9px;
  }
  .lineup .lineupBox .other ul li a .tbBtn {
    padding-left: 10px;
    padding-right: 20px;
  }
  .lineup .lineupBox .meet {
    width: 100%;
    float: none;
  }
  .lineup .lineupBox .meet .bnr {
    margin-bottom: 10px;
  }
  .lineup .lineupBox .meet .bnr > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #00ac98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto 0;
  }
  .lineup .lineupBox .meet .bnr > a .tbBtn {
    padding-right: 10px;
  }
  .lineup .lineupBox .detail {
    width: 100%;
    float: none;
    position: relative;
    z-index: -1;
  }
  .lineup .lineupBox .detail .bnr > a {
    padding-right: 20px;
  }
  .lineup .lineupBox .detail .bnr > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #00ac98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto 0;
  }
}

/***** popbox *****/
.popbox {
  overflow: visible;
  width: 100% !important;
  z-index: 97;
}
.popbox .popboxIn01 {
  float: left;
}
.popbox .popboxIn01 .open {
  padding: 0;
  box-shadow: none;
  border: 0;
  background: none;
}
.popbox .popboxIn01 .collapse_pop .box {
  top: 140px !important;
  left: 0 !important;
}
.popbox .popboxIn01 .collapse_pop .box .arrow,
.popbox .popboxIn01 .collapse_pop .box .arrow-border {
  left: 100px !important;
}
.popbox .popboxIn01 .collapse_pop .box .block {
  padding: 20px 0;
  font-size: 13px;
  text-align: left;
}
.popbox .popboxIn01 .collapse_pop .box .block .pr_noh {
  padding: 0 20px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.popbox .popboxIn01 .collapse_pop .box .block .inner > p {
  padding: 20px;
  background: #f7f7f7;
}
.popbox .popboxIn02 {
  float: right;
}
#search_area dl {
  padding: 20px 20px;
  border-bottom: 1px dashed #ccc;
}
#search_area .btnArea {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 960px){}
@media screen and (max-width: 600px){}

/***** customer *****/
.customer {}
.customer .tbTxt { display: none; }
.customer .customerBox {
  border-left: 1px solid #2EA7E1;
  border-right: 1px solid #2EA7E1;
  border-bottom: 1px solid #2EA7E1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 21px 20px 27px 20px;
}
.customer .customerBox .bnrWrap {}
.customer .customerBox .benefits {
  float: left;
  width: 204px;
}
.customer .customerBox .benefits .tbTxt { display: none; }
.customer .customerBox .benefits .bnr {
  margin-top: 14px;
}
.customer .customerBox .benefits .bnr .tbBtn { display: none; }
.customer .customerBox .webservice {
  float: right;
  width: 204px;
  background: url(/images/site-top/holder_webservice_bg01.png) no-repeat left top;
  height: 184px;
}
.customer .customerBox .webservice h3 {
  margin-top: 14px;
  text-align: center;
}
.customer .customerBox .webservice .bnr {
  text-align: center;
}
.customer .customerBox .webservice .bnr .btn {
  padding-top: 18px;
}
.customer .customerBox .webservice .bnr .txt {
  margin-top: 11px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.customer .customerBox .webservice .bnr .txtLink {
  font-size: 11px;
  line-height: 1;
  margin-top: 13px;
}
.customer .customerBox .webservice .bnr .txtLink a {
  color: #111;
  text-decoration: underline;
}
.customer .customerBox .webservice .bnr .txtLink a:hover {
  text-decoration: none;
}
.customer .customerBox .webservice .bnr .txt br {
  display:none;
}
.customer .customerBox .procedures {
  margin-top: 22px;
}
.customer .customerBox .procedures .tbTxt { display: none; }
.customer .customerBox .procedures ul {
  margin-top: 12px;
}
.customer .customerBox .procedures ul li {
  float: right;
  list-style: none;
}
.customer .customerBox .procedures ul li:first-child {
  float: left;
}
.customer .customerBox .procedures ul li .tbBtn { display: none; }
.customer .customerBox .faq {
  margin-top: 23px;
}
.customer .customerBox .faq .tbTxt { display: none; }
.customer .customerBox .faq ul {
  margin-top: 12px;
}
.customer .customerBox .faq ul li {
  margin-left: 10px;
  float: left;
  list-style: none;
}
.customer .customerBox .faq ul li:first-child {
  margin-left: 0;
}
.customer .customerBox .faq ul li .tbBtn { display: none; }
.customer .customerBox .guidance {
  margin-top: 29px;
}
.customer .customerBox .guidance .tbTxt { display: none; }
.customer .customerBox .guidance ul {
  margin-top: 12px;
}
.customer .customerBox .guidance ul li {
  float: right;
  list-style: none;
}
.customer .customerBox .guidance ul li:first-child {
  float: left;
}
.customer .customerBox .guidance ul li .tbBtn { display: none; }
@media screen and (max-width: 960px){
	.customer .customerBox .webservice h3 {
	  margin-top: 5px;
	}
	.customer .customerBox .webservice .bnr .btn {
	  padding-top: 8px;
	}
	.customer .customerBox .webservice .bnr .btn a img {
		height:40px;
	}
	.customer .customerBox .webservice .bnr .txt {
	  margin-top: 5px;
	}
	.customer .customerBox .webservice .bnr .txtLink {
	  margin-top: 5px;
	}

  .customer .customerBox .webservice .bnr .txt {
    font-size:120%;
  }
  .customer .customerBox .webservice .bnr .txt br {
    display:inline;
  }
  .customer h2 {
    font-size: 180%;
    font-weight: bold;
    background-color: #2EA7E1;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
  }
  .customer .tbTxt { display: inline; }
  .customer .customerBox .benefits .tbTxt,
  .customer .customerBox .procedures .tbTxt,
  .customer .customerBox .faq .tbTxt,
  .customer .customerBox .guidance .tbTxt {
    display: inline;
    font-size: 160%;
    font-weight: bold;
    color: #2EA7E1;
  }
  .customer .customerBox .benefits {
    width: 48.8738738%;
  }
  .customer .customerBox .benefits .bnr {
    display: block;
    width: 100%;
  }
  .customer .customerBox .benefits .bnr a {
    display: block;
    width: 100%;
    border: 1px solid #cfe9f8;
    background-color: #f5fbfe;
    padding: 10px;
    text-align: center;
  }
  .customer .customerBox .benefits .bnr .tbBtn {
    display: block;
  }
  .customer .customerBox .benefits .bnr .tbBtn .ico {
    margin-bottom: 10px;
  }
  .customer .customerBox .benefits .bnr .tbBtn .txt {
    font-size: 140%;
    font-weight: bold;
    color: #555555;
  }
  .customer .customerBox .benefits .bnr .tbBtn .txt:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #2ea8e1;
    vertical-align: middle;
    margin-right: 5px;
    transform: translateY(-2px);
  }
  .customer .customerBox .webservice {
    width: 48.8738738%;
    height: auto;
    background-image: none;
    padding: 10px;
    border: 1px solid #cfe9f8;
    background-color: #f5fbfe;
  }
  .customer .customerBox .procedures ul li {
    width: 48.8738738%;
    float: left;
    margin-left: 2.2522522%;
  }
  .customer .customerBox .procedures ul li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .customer .customerBox .procedures ul li a {
    display: block;
    width: 100%;
    border: 1px solid #cfe9f8;
    background-color: #f5fbfe;
    padding: 10px;
  }
  .customer .customerBox .procedures ul li .tbBtn {
    display: block;
    text-align: center;
  }
  .customer .customerBox .procedures ul li .tbBtn .ico {
    margin-bottom: 10px;
  }
  .customer .customerBox .procedures ul li .tbBtn .txt {
    font-size: 140%;
    font-weight: bold;
    color: #555555;
  }
  .customer .customerBox .procedures ul li .tbBtn .txt:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #2ea8e1;
    vertical-align: middle;
    margin-right: 5px;
    transform: translateY(-2px);
  }
  .customer .customerBox .faq ul li {
    display: block;
    width: 31.8318318%;
    margin-left: 2.2522522%;
  }
  .customer .customerBox .faq ul li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
  }
  .customer .customerBox .faq ul li a {
    display: table;
    width: 100%;
    border: 1px solid #cfe9f8;
    background-color: #f5fbfe;
    padding: 10px;
    position: relative;
  }
  .customer .customerBox .faq ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #2ea8e1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
  .customer .customerBox .faq ul li .tbBtn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 13px;
  }
  .customer .customerBox .faq ul li .tbBtn p {
    font-size: 140%;
    font-weight: bold;
    color: #555555;
  }
  .customer .customerBox .guidance ul li {
    width: 48.8738738%;
    float: left;
    margin-left: 2.2522522%;
  }
  .customer .customerBox .guidance ul li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .customer .customerBox .guidance ul li a {
    display: block;
    width: 100%;
    border: 1px solid #cfe9f8;
    background-color: #f5fbfe;
    padding: 10px;
    position: relative;
    padding-left: 45px;
  }
  .customer .customerBox .guidance ul li a:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
  .customer .customerBox .guidance ul li:nth-child(1) a:before {
    background: url(/shared_rwd/images/top/holder_guidance_bnr01_tablet.png) no-repeat center;
    background-size: contain;
  }
  .customer .customerBox .guidance ul li:nth-child(2) a:before {
    background: url(/shared_rwd/images/top/holder_guidance_bnr02_tablet.png) no-repeat center;
    background-size: contain;
  }
  .customer .customerBox .guidance ul li .tbBtn {
    display: block;
    color: #555555;
  }
  .customer .customerBox .guidance ul li .tbBtn .tit {
    font-size: 140%;
    font-weight: bold;
  }
  .customer .customerBox .guidance ul li .tbBtn .txt {
    font-size: 120%;
  }
}
@media screen and (max-width: 600px){
  .customer h2 {
    border-radius: 0;
  }
  .customer .customerBox {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 10px;
  }
  .customer .customerBox .benefits {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .customer .customerBox .benefits .bnr .tbBtn {
    display: table;
    width: 100%;
    position: relative;
  }
  .customer .customerBox .benefits .bnr .tbBtn .ico {
    display: table-cell;
    width: 25px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .customer .customerBox .benefits .bnr .tbBtn .ico img {
    width: 25px;
    height: 25px;
  }
  .customer .customerBox .benefits .bnr .tbBtn .txt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
  }
  .customer .customerBox .benefits .bnr .tbBtn .txt:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .customer .customerBox .webservice {
    width: 100%;
    float: none;
    margin-bottom:30px;
  }
  .customer .customerBox .procedures ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .customer .customerBox .procedures ul li:first-child {
    float: none;
  }
  .customer .customerBox .procedures ul li .tbBtn {
    display: table;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .customer .customerBox .procedures ul li .tbBtn .ico {
    display: table-cell;
    width: 25px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .customer .customerBox .procedures ul li .tbBtn .ico img {
    width: 25px;
    height: 25px;
  }
  .customer .customerBox .procedures ul li .tbBtn .txt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
  }
  .customer .customerBox .procedures ul li .tbBtn .txt:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .customer .customerBox .faq ul li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
  .customer .customerBox .faq ul li .tbBtn {
    position: relative;
  }
  .customer .customerBox .faq ul li .tbBtn p {
    padding-right: 10px;
  }
  .customer .customerBox .faq ul li .tbBtn p:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .customer .customerBox .guidance ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .customer .customerBox .guidance ul li:first-child {
    float: none;
  }
  .customer .customerBox .guidance ul li a :after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #2ea8e1;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto 0;
  }
}

/***** carouBnr *****/
#carouBnr {
  width: 950px;
  height: 113px;
  margin: 0 auto;
  padding: 13px 0 0;
  background: url(/images/site-top/bg_top_slidebnr.png) no-repeat #fff;
  position: relative;
  z-index: 0;
  overflow:hidden;
}
.carouBnr-container {
  display: block;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
#carouBnr .slick-slide img {
  width:160px;
}
@media screen and (max-width: 960px){
  #carouBnr {
    width: 100%;
    max-width: 950px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
  }
}
@media screen and (max-width: 600px){
  .carouBnr-container {
    padding-right: 70px;
    padding-left: 70px;
  }
  #carouBnr .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
    text-align:center;
  }
}
/***** Slider *****/
.slick-slider {
  position: relative;
  z-index: 0;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img.pcImg {
  display: block;
}
.slick-slide img.tbImg {
  display: none;
}
.slick-slide img.spImg {
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media screen and (max-width: 960px){
  .slick-slide {
    padding-right: 10px;
  }
  #slide .slick-slide {
    padding-right: 0;
  }
  .slick-slide img.pcImg {
    display: none;
  }
  .slick-slide img.tbImg {
    display: block;
  }
  .slick-slide img {
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 600px){
  .slick-slide img.tbImg {
    display: none;
  }
  .slick-slide img.spImg {
    display: block;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  width: 15px;
  height: 34px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev {
  left: -30px;
}
.slick-prev:before {
  content: '';
  display: block;
  width: 15px;
  height: 34px;
  background: url(/images/site-top/btn_top_prevarrow01.png) no-repeat center;
  background-size: contain;
}
.slick-next {
  right: -30px;
}
.slick-next:before {
  content: '';
  display: block;
  width: 15px;
  height: 34px;
  background: url(/images/site-top/btn_top_nextarrow01.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 960px){
  .jsBannerSlide.slick-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jsBannerSlide .slick-prev {
    left: 0;
  }
  .jsBannerSlide .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 600px){
  .carouBnr-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .carouBnr-slide .slick-prev {
    left: -15px;
  }
  .carouBnr-slide .slick-next {
    right: -15px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #aaaaaa;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #00665a;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*---------------------------
  2017.12.14 Add
---------------------------*/
.l-main-sp-banner { display: none; }
@media screen and (max-width: 960px){
  .l-main-sp-banner {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 26px 20px;
    background-color: #e7f8fa;
  }
  .l-main-sp-banner .inner {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 0;
  }
  .l-main-sp-banner .inner::before,
  .l-main-sp-banner .inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(/shared_rwd/images/top/line.png) no-repeat center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-main-sp-banner .inner::before {
    top: -18px;
  }
  .l-main-sp-banner .inner::after {
    bottom: -18px;
  }
  .l-main-sp-banner .inner .tit {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .l-main-sp-banner .inner .wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .l-main-sp-banner .inner .wrap .img {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
  }
  .l-main-sp-banner .inner .wrap .img img {
    width: 100%;
    max-width: 200px;
  }
  .l-main-sp-banner .inner .wrap .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  .l-main-sp-banner .inner .wrap .txt p {
    font-size: 120%;
    line-height: 1.6;
  }
  .l-main-sp-banner .inner .wrap .txt p a {
    color: #333;
  }
}
@media screen and (max-width: 600px){
  .l-main-sp-banner .inner .wrap {
    display: block;
    width: 100%;
    max-width: 596px;
  }
  .l-main-sp-banner .inner .wrap .img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .l-main-sp-banner .inner .wrap .img p {
    text-align: center;
  }
  .l-main-sp-banner .inner .wrap .img img {
    max-width: 280px;
  }
  .l-main-sp-banner .inner .wrap .txt {
    display: block;
    padding-left: 0;
  }
}
