@charset "UTF-8";

/************************************************************
 * パーツ名や使用ページ名（パス）を記入
 ************************************************************/


/************************************************************
 * common style
 ************************************************************/ 
.for-pc {
  display: none !important;
}
.for-sp {
  display: block !important;
}

/************************************************************
 * header
 ************************************************************/ 
.res14-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

._glonav_menu li._glonav_logo img {
  width: 220px !important;
}

._glonav_reg li ._glonav_btn.other_content_btn {
  border: 1px solid #037bba;
  box-shadow: 0px 2px 0px 0px #0385c9;
  color: #037bba;
  background: #fff;
}

._glonav_reg li ._glonav_btn.other_dispatch_btn {
  border: 1px solid #0d95dd;
  box-shadow: 0px 2px 0px 0px #0385c9;
  color: #fff;
  background: #0d95dd;
}

._glonav_reg:last-child {
  width: 100%;
  padding: 0;
}
._glonav_reg:last-child li {
  padding-right: 10px;
}
._glonav_reg li ._glonav_btn.other_invoice_btn {
  border: 1px solid #037bba;
  box-shadow: 0px 2px 0px 0px #0385c9;
  color: #037bba;
  background: #fff;
}

.res14-contents {
  padding-top: 60px;
}


/************************************************************
 * sol/contents/client/index.html
 ************************************************************/
.res14-contents.client-top {
  background: #fff;
}
.res14-contents.client-top img {
  max-width: 100%;
  height: auto;
}
.client-top-inner {
  padding: 0;
  margin: 0 auto;
  width: 92%;
}

.client-top__mv {
  position: relative;
  /* margin-bottom: 133px; */
  padding: 85px 0;
  height: 240px;
  box-sizing: border-box;
  /* background: url(../../../../sol/contents/client/images/add-img/client_top_mv.jpg) no-repeat center left 30%; */
  background: url(../../../../images/banner_edit.png) no-repeat center;
  background-size: cover;
}
.client-top__mv_title {
  /* width: 77.8%; */
  margin: 0 auto;
  text-align: center;
}
.client-top__mv_title .main {
  display: block;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-shadow: #fff 1px 1px 35px, #fff -1px 1px 35px, #fff 1px -1px 35px, #fff -1px -1px 35px, rgba(255,255,255,0.7) 1px 1px 100px, rgba(255,255,255,0.7) -1px 1px 100px, rgba(255,255,255,0.7) 1px -1px 100px, rgba(255,255,255,0.7) -1px -1px 100px;
}
.client-top__mv_title .sub {
  color: #000;
  display: block;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  /* text-shadow: #fff 1px 1px 35px, #fff -1px 1px 35px, #fff 1px -1px 35px, #fff -1px -1px 35px, #fff 1px 1px 70px, #fff -1px 1px 70px, #fff 1px -1px 70px, #fff -1px -1px 70px; */
  font-weight: 600;
    /* text-shadow: #fff 1px 1px 35px, #fff -1px 1px 35px, #fff 1px -1px 35px,
        #fff -1px -1px 35px, #fff 1px 1px 70px, #fff -1px 1px 70px,
        #fff 1px -1px 70px, #fff -1px -1px 70px; */

  text-shadow: #60a5d2 1px 1px 35px, #fff -1px 1px 35px, #d8ecfb 1px -1px 35px, #fff -1px -1px 35px, #dae6f7 1px 1px 70px, #fff -1px 1px 70px, #808387 1px -1px 70px, #fff -1px -1px 70px;
}
.client-top__mv_title span {
  display: block;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.05em;
}
.client-top__mv .client-top__contact_btns {
  position: relative;
  margin-top: 0;
}

.client-top__contact_btns {
  padding: 0 10px;
  font-size: 0;
  text-align: center;
}
.client-top__contact_btns > a {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #037bba;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.client-top__contact_btns .ver_other {
  border: 1px solid #037bba;
  color: #037bba;
  background: #fff;
}
.client-top__contact_btns .ver_dispatch {
  border: 1px solid #0ea1ef;
  color: #fff;
  background: #0ea1ef;
}

.client-top_sect_title {
  margin-bottom: 18px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #0ea1ef;
}
.client-top_sect_title span {
  position: relative;
  z-index: 1;
}
.client-top_sect_title span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 92%;
  left: 50%;;
  height: 2px;
  background: #0ea1ef;
  z-index: -1;
  transform: translateX(-50%);
}
.client-top_sect_lead {
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
	text-align: center;
}

.client-top_sect_flow {
  padding: 49px 0 52px;
}
.client-top_step_list,.client-top_step_list_human {
  padding: 26px 0 0;
}
.client-top_step_list li, .client-top_step_list_human li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.client-top_step_list_human li{
  margin: 0;
}
.client-top_step_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 5.7%;
  bottom: 0;
  width: 15px;
  height: 8px;
  background: url(../../../../sol/contents/client/images/add-img/client_top_step_arrow.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.client-top_step_list li:last-child, .client-top_step_list_human li:last-child {
  padding: 0;
}
.client-top_step_list li:last-child::before {
  display: none;
}
.client-top_step_list li:after {
  content: "";
  clear:both;
}
.client-top_step_list_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 18%;
  padding: 0 10px 0 5px;
  box-sizing: border-box;
}
.client-top_step_list li .text_inner, .client-top_step_list_human li .text_inner {
  width: 82%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  border-left: 1px solid #333;
}
.client-top_step_list_title {
  box-sizing: border-box;
}
.client-top_step_list_title .step_cap {
  display: inline-block !important;
  margin-bottom: 6px;
  padding: 2px 4px;
  border: 1px solid #0c96de;
  font-size: 10px;
  font-weight: bold;;
  color: #0c96de;
}
.client-top_step_list_title .main_title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.client-top_step_list_text {
  padding: 10px 0 0;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.client-top_sect_faq {
  padding: 51px 0 38px;
  background: #f6f7fc;
}
.client-top_faq {
  margin: 0 0 13px;
}
.client-top_faq_q {
  position: relative;
  padding: 5px 25px 5px 0;
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
}
.client-top_faq_q:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../../../../sol/contents/client/images/add-img/client_top_faq.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.client-top_faq_q .faq_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../../../../sol/contents/client/images/add-img/client_top_faq_open.png) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.client-top_faq_q.opened .faq_icon {
  background-image: url(../../../../sol/contents/client/images/add-img/client_top_faq_close.png);
}
.client-top_faq_a {
  display: none;
  margin-top: 10px;
  padding: 17px 22px;
  font-size: 13px;
  line-height: 1.6;
  background: #fff;
}

.client-top_sect_strength {
  padding: 51px 0 50px;
}

.client-top_sect_strength_human {
  padding: 30px 0 0;
}

.client-top_sect_strength_human h3{
  color: #fff;
}
.client-top_strength li {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.client-top_strength li .bg {
  width: 100%;
  height: auto;
}
.client-top_strength li a {
  color: #fff;
  text-shadow: 4px 5px 9px #000000;
}
.client-top_strength li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.client-top_strength_texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.client-top_strength_texts p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.client-top_strength_texts h3 {
  font-size: 24px;
}

.client-top_sect_lineup {
  margin-bottom: 23px;
  padding: 48px 0 32px;
  background: #f6f7fc;
}
/* .client-top_lineup {
  padding: 25px 0 0;
} */
.client-top_lineup li {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.client-top_lineup li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 38px 17px 20px;
  color: #333333;
  background: #fff;
}
.client-top_lineup li a:hover {
  background: rgba(44, 149, 204, 0.3);
  text-decoration: none;
}
.client-top_lineup li a p {
  font-size: 13px;
  line-height: 1.6;
}
.client-top_lineup_title {
  margin: 0 0 16px;
  text-align: center;
}
.client-top_lineup_title h4 {
  padding: 15px 0 0;
  font-size: 18px;
}
.client-top_lineup_title .lineup_icon1 {
  width: 54px;
}
.client-top_lineup_title .lineup_icon2 {
  width: 46px;
}
.client-top_lineup_title .lineup_icon3 {
  width: 45px;
}
.client-top_lineup_title .lineup_icon4 {
  width: 65px;
}
.client-top_lineup_title .lineup_icon5 {
  width: 61px;
}
.client-top_lineup_title .lineup_icon6 {
  width: 60px;
}

.client-top_sect_contact {
  margin-bottom: 25px;
  padding: 36px 0 31px;
  background: url(../../../../sol/contents/client/images/add-img/bg_dot.png);
}
.client-top_sect_contact .client-top__contact_btns {
  padding: 0;
}
.client-top_sect_contact .client-top__contact_btns > a {
  width: 100%;
  height: 50px;
  margin: 0;
  font-size: 16px;
  line-height: 50px;
}
.client-top_sect_contact .client-top__contact_btns > a:first-child {
  margin-bottom: 10px;
}

.client-top_sect_service {
  margin-bottom: 25px;
  padding: 54px 0 42px;
  background: #eff8fe
}
.client-top_sect_service .client-top_sect_lead {
  margin-bottom: 20px;
  text-align: center;
}
.client-top_sect_service .client-top_sect_lead:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../../../../sol/contents/client/images/add-img/client_top_icon_blank.png) no-repeat;
  background-size: 100% auto;
}
.client-top_service li {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
  background: #fff;
}
.client-top_service_sub {
  margin: 0 0 16px;
  padding: 21px 0 32px;
  background: url(../../../../sol/contents/client/images/add-img/client_top_service_headbg.png) no-repeat bottom center;
  background-size: cover;
}
.client-top_service_sub p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.client-top_service li > a {
  color: #333333;
}
.client-top_service li h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.4;
}
.client-top_service li .service_icon1 {
  width: 50px;
}
.client-top_service li .service_icon2 {
  width: 64px;
}
.client-top_service li .service_logo {
  width: 156px;
}
.client-top_service_descarea {
  padding: 23px 17px 20px;
  text-align: left;
}
.client-top_service_descarea p {
  margin-bottom: 21px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.client-top_service_descarea .pdf_button {
  letter-spacing: -0.03em;
}
.client-top_service_descarea .pdf_button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  background: url(../../../../sol/contents/client/images/add-img/client_top_icon_pdf.png) no-repeat;
  background-size: 100% auto;
}
.client-top_service_descarea .notes {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.client-top_sect_relation {
  padding: 54px 0 70px;
  background: #f6f7fc url(../../../../sol/contents/client/images/add-img/bg_dot.png);
}
.client-top_relation li {
  width: 100%;
  margin: 0 0 15px;
}
.client-top_relation li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  color: #fff;
  background: #1b95d4;
}
.client-top_relation li a:hover {
  text-decoration: none;
}
.client-top_relation li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 108, 150, 0.3);
  z-index: 1;
}
.client-top_relation li a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../../sol/contents/client/images/add-img/client_top_relation_arrow.png) no-repeat;
  background-size: 100% auto;
}
.client-top_relation li .tag {
  display: inline-block;
  min-width: 54px;
  margin-bottom: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #cee9f3;
  text-align: center;
  background: #1988c1;
}
.client-top_relation li h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.8;
}
.client-top_relation li p {
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.6;
}


/************************************************************
 * sol/contents/client/map_c.html
 ************************************************************/
.res14-contents.page-map-c {
  color: #333333;
  background: #fff;
}
.res14-contents.page-map-c .res14-breadcrumbs {
  display: none;
  padding: 8px 0 0 ;
}
.map_c-contents-inner {
  padding: 0;
  margin: 0 auto;
  width: 92%;
}

.map_c__txt-h1 {
  padding: 15px 0;
  font-size: 18px;
  font-weight: normal;
}
.map_c__text {
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.6;
}

.map_c__contents {
  padding: 20px 0 25px;
  background: #f6f7fc;
}

.map_c__page_nav {
  margin-bottom: 28px;
}
.map_c__page_nav ul {
  font-size: 0;
}
.map_c__page_nav ul li {
  display: inline-block;
  width: 32.33%;
  height: 50px;
  margin: 0 1.4% 10px 0;
  vertical-align: top;
}
.map_c__page_nav ul li:nth-child(3n) {
  margin-right: 0;
}
.map_c__page_nav ul li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center; 
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 8px 0 0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0ba6f6;
}
.map_c__page_nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 5px;
  background: url(../../../../sol/contents/client/images/add-img/nav_icon_arrow.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.map_c__sect_detail {
  margin: 0 0 22px;
  padding: 20px 15px 10px;
  background: #fff;
}
.map_c__sect_title {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.map_c__sect_title .small {
  font-size: 14px;
}
.map_c__detail_list li {
  width: 100%;
}
.map_c__detail_texts dt {
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: #0d79ce;
}
.map_c__detail_texts dd {
  padding: 13px 10px 15px;
  font-size: 14px;
  line-height: 1.6;
}
.map_c__detail_texts dd .map_c__detail_text_address {
  margin-bottom: 10px;
  font-weight: bold;
}
.map_c__detail_texts dd .map_c__detail_text_address .indent {
  vertical-align: top;
}
.map_c__detail_texts dd .map_c__detail_text_tel a[href^="tel:"] {
  font-size: 17px;
  color: #333333;
}
.map_c__detail_texts dd .map_c__detail_text_tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../../../../sol/contents/client/images/add-img/map_icon_tel.png) no-repeat;
  background-size: cover;
}
.map_c__detail_texts dd .col .text-left {
  margin-bottom: 6px;
  s  }
.map_c__detail_texts dd .col .map_c__detail_text_tel {
  margin-bottom: 20px;
}
.map_c__detail_texts dd .col .map_c__detail_text_tel:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 365px) {
  .map_c__page_nav ul li a{
    font-size: 12px;
  }
}


.nets_modules__table-type1 th {
  margin-bottom: 5px;
}
.nets_modules__table-type1 input[type="radio"]{
  width: 15px !important;
}

.nets_modules__table-type1 th,.nets_modules__table-type1 td{
  padding: 10px 0 2px 0;
  vertical-align: top;
  border-radius: 5px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nets_modules__text-type7 {
  color: #F172AC;
}

.nets_modules__table-type1 input{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* min-width: 332px; */
  /* height: 37px; */
  width: calc(100% - 20px);
}

.nets_modules__table-type1 .nets_modules__layout-type1 input{
  min-width: 0 !important;
}
.res14-contents-inner{
  padding-left: 10px;
  padding-right: 10px;
}
.nets_modules__txt-h1{
  text-align: left;
  line-height: 1.5;
  color: #696969;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.formTitle{ 
  font-size: 18px;
  color: #007bc7;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.contContactTellBox{ 
  font-size: 20px;
  margin: 20px 0 20px;
}
.contContactMailTxtBox {
  margin: 0 0 20px 0;
}
.contContactTellBox span{
  display: block;
  font-size: 0.7em;
}

.contCaptionImg{ 
	position: relative;
	vertical-align: middle;
}
.contCaptionIcon {
  position: absolute;
  top: -6px;
  width: 50px;
}
.contCaptionImg h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0 60px;
  padding: 0 0 8px 0;
  line-height: 1.3em;
  background: url(https://www.ib-system.co.jp/wordpress/images/common/bg_caption.gif) left bottom repeat-x;
}

