@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

body {
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  min-width: 1000px;
  color: #000;
  position: relative;
}

a {
  color: #000;
}

.container {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}

/* 動画用css */
.movie-wrap {
     position: relative;
     margin: 45px auto 0;
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp,
.spin {
  display: none;
}

/* レスポンシブ画像切り替え用 */
.img_switch {
  visibility: hidden;
}
/* /レスポンシブ画像切り替え用 */

/*FontAwesome tel*/
.ico_tel::before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
}

/*text color blue*/
.c_blue {
  color: #384a86;
}

/*text下線 border*/
.txt_border {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff0 0%) repeat scroll 0 0;
}




/* header
--------------------------------------------------------------*/

/* 共通になる基本的なスタイル */

/*フォントアウェッサム CSSで装飾する場合*/
#news dl dt::before {
  content: "\f040";
  font-family: FontAwesome;
  display: inline-block;
}
/*   /フォントアウェッサム CSSで装飾する場合*/

header {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 131px;
  z-index: 100;
  background: #fff;
  letter-spacing: 1px;
  margin-top: -131px;
}


/*ヘッダー上部*/
.hd_top {
  background: #1a1a1a;
  font-size: 12px;
  padding: 10px 0;
}

.hd_top .l_txt {
  float: left;
  color: #fff;
  padding: 8px 0 8px 10px;
}

.hd_top .r_info {
  float: right;
  width: 780px;
  color: #ebd07c;
}

.r_info .tel {
  float: left;
  width: 420px;
  padding: 8px 0;
  letter-spacing: .13em;
  font-size: 11px;
}

.r_info .tel span {
  margin: 0 5px 0 10px;
  font-size: 14px;
}

.r_info .tel .ico_tel::before {
  margin-right: 3px;
  font-size: 14px;
  vertical-align: -1px;
}

.r_info .tel .ico_tel:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1360px) {
  .hd_top .r_info {
    width: 360px;
  }

  .r_info .tel {
    display: none;
  }
}

.r_info .hd_contact {
  float: right;
  width: 360px;
  letter-spacing: .08em;
}

.r_info .hd_contact li {
  float: left;
  background: #a68231;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.r_info .hd_contact li:not(:last-of-type) {
  margin-right: 10px;
}

.r_info .hd_contact li a {
  color: #fff;
  padding: 10px;
}

.r_info .hd_contact li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.r_info .hd_contact li.ico01 a::before,
.r_info .hd_contact li.ico02 a::before,
.r_info .hd_contact li.ico03 a::before {
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}

.r_info .hd_contact li.ico01 a::before {
  content: "\f0f6";
}
.r_info .hd_contact li.ico02 a::before {
  content: "\f234";
}
.r_info .hd_contact li.ico03 a::before {
  content: "\f003";
}



/*ヘッダー下部*/
.hd_bottom {
  background: #000;
}

h1 {
  float: left;
}

#hamburger {
  display: none;
}

.global {
  float: right;
  padding-top: 20px;
}

.global ul li {
  float: left;
}

.global ul li:last-of-type {
  margin-right: 15px;
}

.global ul li a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
}

.global ul li a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 1341px) {
}
/* /header*/





/* fv
--------------------------------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background: url(../img/fv/bg.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.fv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.fv .container {
  position: relative;
}

.fv .fv_txt {
  position: absolute;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
  z-index: 10;
}

.fv .h2_top {
  margin-bottom: 30px;
}

.fv h2 {
  margin-bottom: 40px;
}

.fv .h2_bottom {
  margin-bottom: 35px;
}

.fv .h2_bottom02 {
  padding-left: 15px;
}

.fv .girl_pic {
  position: absolute;
  -webkit-transform: translate(0,50%);
     -moz-transform: translate(0,50%);
      -ms-transform: translate(0,50%);
       -o-transform: translate(0,50%);
          transform: translate(0,50%);
  bottom: -83px;
  right: -12px;
  z-index: 5;
}
/* /fv*/



/*CONTENT 共有
--------------------------------------------------------------*/
.sec01 h3 {
  background: url(../img/cmn/h3_bg_pc.png) center center repeat;
  text-align: center;
  height: 275px;
  line-height: 275px;
}

.sec01 h3 img {
  vertical-align: middle;
}

.col_contact .btn01 {
  float: left;
}

.col_contact p {
  color: #020b19;
  padding-left: 70px;
  text-indent: -1em;
  line-height: 1.66;
}

.sec01_wrap h4 {
  text-align: center;
}

.sec01_wrap .container p,
.u_disc,
.col_voice p,
.col_why p,
.col_change p,
.question p {
  line-height: 2;
  padding-bottom: 35px;
}

/* 動画用css */
.movie-wrap {
     padding-bottom: 33.75%; /*アスペクト比 16:9の場合の縦幅*/
     width: 60%;
}


/* BEST
--------------------------------------------------------------*/
.col_best .col_contact {
  padding: 45px 0;
}

/*水商売に特化したPOSレジです*/
.col_best .special h4 {
  background: #eaeaea;
  padding: 80px 0 60px;
}

.col_best .special .container {
  padding: 60px 0;
}

.col_best .special .container .img {
  text-align: center;
}

.col_best .special p {
  padding: 0 50px 0;
  margin-bottom: 35px;
  line-height: 2;
}

/*お悩み*/
.col_best .trouble {
  background: url(../img/best/trouble_bg.jpg) left top repeat;
  padding: 55px 0;
}

.col_best .trouble h4 {
  margin-bottom: 50px;background: #FFF;padding: 20px;
}

.col_best .trouble ul {
  background: #fff;
  padding: 35px 0 35px 50px;
}

.col_best .trouble ul li {
  font-size: 30px;
  line-height: 1.16;
  color: #020b19;
  width: 855px;
  border-bottom: 1px dashed #aaa9a9;
  padding: 15px 0;
}

.col_best .trouble ul li::before {
  content: "";
  display: inline-block;
  background: url(../img/best/check.jpg) left center no-repeat;
  width: 20px;
  height: 20px;
  margin-right: -5px;
}

.col_best .trouble ul li:last-of-type {
  border-bottom: none;
  width: 900px;
}

/*全て解決します！*/
.trouble_bottom {
  text-align: center;
  padding: 55px 0;
}

/*水商売専用POSレジ 特徴*/
.col_best .character {
  background: url(../img/best/character_bg.jpg) left top repeat;
  padding: 70px 0 15px;
}

.col_best .character h4 {
  margin-bottom: 60px;
}

.col_best .character ol li {
  padding: 50px 55px;
  background: #fff;
  margin-bottom: 45px;
}

.col_best .character ol li h5 {
  margin-bottom: 50px;
}

.col_best .character .txt {
  float: left;
  width: 450px;
  margin-top: -5px;
}

.col_best .character .txt p {
  line-height: 2;
}

.col_best .character .txt .adjustment {
  padding-bottom: 0;
}

.col_best .character .pic {
  float: right;
  width: 364px;
}

/*TRUSTレジ 便利な機能のまとめ*/
.col_best .summary {
  background: url(../img/best/summry_bg.jpg) left top repeat;
  padding: 80px 0 60px;
}

.col_best .summary h4 {
  margin-bottom: 60px;
}

.col_best .summary ul {
  background: #fff;
  padding: 50px 50px 0;
}

.col_best .summary ul li {
  float: left;
  width: 260px;
  margin-bottom: 50px;
  margin-right: 40px;
  letter-spacing: -.025em;
  position: relative;
}

.col_best .summary ul li p {
  line-height: 1.66;
  padding-bottom: 5px;
}

.col_best .summary ul li:nth-of-type(3n) {
  margin-right: 0;
}

.col_best .summary ul li:nth-of-type(3n+1)::after {
  content: "";
  display: inline-block;
  background: #fff;
  height: 270px;
  border: 1px dashed #dac695;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: -28px;
}

.col_best .summary ul li:nth-of-type(3n+2)::after {
  content: "";
  display: inline-block;
  background: #fff;
  height: 270px;
  border: 1px dashed #dac695;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: -28px;
}

.col_best .summary ul li .img {
  text-align: center;
  margin-bottom: 15px;
}

.col_best .summary ul li img {
  vertical-align: bottom;
}



/*圧倒的なユーザビリティ*/
.col_best .ux {
  background: url(../img/best/ux_bg.jpg) left top repeat;
  padding: 60px 0;
}

.col_best .ux h4 {
  margin-bottom: 60px;
}

.col_best .ux .container {
  background: #fff;
  padding: 40px 50px 0;
}

.col_best .ux .container .txt_img {
  padding-bottom: 35px;
}


/*使いやすさ！*/
.col_best .easy {
  background: url(../img/best/easy_bg.jpg) left top repeat;
  padding: 60px 0 0;
}

.col_best .easy h4 {
  margin-bottom: 60px;
}

.col_best .easy .container {
  background: #fff;
  padding: 50px 0 0 50px;
}

.col_best .easy .easy_ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}

.col_best .easy .easy_ul li {
  display: inline-block;
}

.col_best .easy .txt_img {
  margin-bottom: 40px;
}

.col_best .easy .col_contact {
  margin-left: -50px;
  padding: 45px 0 25px;
}
/* /BEST*/





/* VOICE 感謝の声
--------------------------------------------------------------*/
.col_voice_bg {
  background: url(../img/voice/bg.jpg) left top repeat;
  padding: 60px 0 10px;
}

.col_voice_bg section {
  background: #fff;
  margin-bottom: 50px;
  padding: 50px 50px 15px;
}

.col_voice_bg section h4 {
  margin-bottom: 50px;
}

.col_voice_bg .v_position {
  border-bottom: 1px dashed #3c3c3c;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.col_voice_bg dl {
  float: left;
  width: 416px;
}

.col_voice_bg dl dd {
  padding: 13px 0;
}

.col_voice_bg .img {
  float: right;
  width: 412px;
}
/* /VOICE */





/* WHY なぜ選ばれるのか
--------------------------------------------------------------*/
.col_why h3 {
  background: url(../img/why/h3_bg_pc.png) center center repeat;
  text-align: center;
}

.col_why .container {
  padding: 50px 0;
}

.col_why .pc {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.col_why .pc li {
  display: inline-block;
}

.col_why .pc li:not(:last-of-type) {
  margin-right: 80px;
}
/* /WHY*/






/* change 業界を変えたい
--------------------------------------------------------------*/
.col_change .col_change_bg {
  background: url(../img/change/bg.jpg) left top repeat;
  padding: 60px 0 15px;
}

.col_change .container {
  position: relative;
}

.col_change .ceo {
  position: absolute;
  top: 0;
  right: 0;
}

.col_change .ceo div {
  margin-bottom: 5px;
}

.col_change .ceo p {
  text-align: center;
  line-height: 1.77;
  padding-bottom: 0;
}

.col_change .txt .w_short {
  width: 505px;
}

.col_change .txt p {
  letter-spacing: -.025em;
}

.col_change .question {
  padding: 60px 0;
}


/*よくある質問*/
.col_change .question h4 {
  margin-bottom: 55px;
}

.col_change .question dt {
  background: #e8e8e8;
  color: #0d47a1;
  font-weight: bold;
  padding: 30px 50px 30px 125px;
}

.col_change .question dd {
  padding: 20px 50px 50px 125px;
  line-height: 2;
}

.col_change .question dd.adjustment {
  padding: 30px 50px 50px 125px;
}

.col_change .question dt,
.col_change .question dd {
  position: relative;
}

.col_change .question dt::before,
.col_change .question dd::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  position: absolute;
  left: 50px;
}

.col_change .question dt::before {
  background: url(../img/change/question.jpg) left center no-repeat;
  top: 20px;
}

.col_change .question dd::before {
  background: url(../img/change/answer.jpg) left center no-repeat;
  top: 25px;
}

.col_change .question dd.adjustment::before {
  top: 20px;
}

.col_change .txt_img {
  text-align: center;
  margin-bottom: 60px;
}

.col_change .question .upto66,
.col_change .question .disc {
  padding: 0 50px 50px 50px;
  margin-top: 35px;
}

.col_change .txt_bg {
  background: #e8e8e8;
  padding: 40px 50px 0;
  margin-bottom: 60px;
}

.col_change p.tit {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: -10px;
}

.col_change .txt_bg a:hover {
  text-decoration: underline;
}

.col_change .txt_img02 {
  text-align: center;
}
/* /change*/




/* footer
--------------------------------------------------------------*/
.cmn_footer {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 50px 0 25px;
}

.cmn_footer .footer_logo {
  margin-bottom: 40px;
}

.cmn_footer p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
}

.cmn_footer span {
  display: block;
}

.cmn_footer p .ico_tel {
  font-size: 20px;
  color: #ae8115;
  letter-spacing: -.05em;
}

.cmn_footer p .ico_tel a {
  color: #ae8115;
}

.cmn_footer p .ico_tel a:hover {
  opacity: 1;
}

.cmn_footer p .ico_tel::before {
  margin-right: 5px;
}

.cmn_footer p .ico_tel:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cmn_footer p .time {
  font-weight: normal;
}

.cmn_footer .consultation {
  margin-bottom: 45px;
}

.cmn_footer .customer {
  margin-bottom: 35px;
}

.cmn_footer .customer .ico_tel {
  font-size: 24px;
}

.cmn_footer ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.cmn_footer ul li {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.cmn_footer ul li:not(:last-of-type) {
  margin-right: 45px;
}

.cmn_footer ul li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  background: #363636;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -25px;
}

.cmn_footer ul li a {
  display: block;
  color: #989898;
}

.cmn_footer ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.cmn_footer .copy small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* /footer*/











/* キャンペーン PC*/

.camp_first_view {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 536px;
    background-size: cover;
    position: relative;
    background: url(../img/camp/camp_head_bg_01.png) center center repeat;
    top: 0;
    text-align: center;
    }

.camp_first_view p {
  color: #0027A9;
  font-weight: bold;
}

.camp_first_view .h2_top{
   margin-top: 15px;
   font-size: 50px;
}
.camp_first_view .h2_mid{
   margin-top: 30px;
   font-size: 70px;
   line-height: 120%;
}
.camp_first_view .h2_bottom{
   margin-top: 20px;
   font-size: 30px;
}
.camp_first_view .icon_sq {position:absolute;top:45%;left:15%;width:250px;height:250px;border:15px #001C7B solid;border-radius:50%;background:#FFF;font-size: 40px;color: #0027A9;font-weight: bold;padding: 45px 0px 0px 0px;}

.text_description {
  position:absolute;
  top: 72%;
  left: 30%;
  color:#FFF;
  font-weight:bold;
  width: 43%;
  /* background: #FFF; */
  font-size: 25px;
}

.camp_common {overflow: auto;margin-top: 131px;background: url(../img/fv/bg.jpg) top center repeat;padding-bottom: 100px;border-top: 5px double #001C7B;border-bottom: 5px double #001C7B;}

.camp_common .container{background:#FFF;border-radius:5px;border: solid 5px #001C7B;overflow: auto;margin-top: 50px;}

.camp_common_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
    background: url(../img/camp/camp_head_bg_.png) center center repeat;
    top: 0;
    text-align: center;
}

.camp_common_head .h2_top{
   margin-top: 30px;
}
.camp_common_head .h2_mid{
   margin-top: 10px;
}

.camp_contents_01,
.camp_contents_02{
  width: 50%;
  padding: 20px 0;
}

.camp_contents_01{
  float:left;
  padding-left:4%;
  padding-right:2%;
  }

.camp_contents_02{
  float:right;
  padding-left:2%;
  padding-right:4%;  
}
.camp_title{
  
background: #001C7B;
  
border-radius: 5px;
  
color: #FFF;
  
padding: 5px;
  
text-align: center;
  
font-weight: bold;
  
margin-bottom: 20px;
}
.camp_des_text {font-size:30px;display: inline-block;text-align: center;width: 100%;margin-bottom: 50px;margin-top: 50px;}
.camp_price{color:#e95470;text-align:center;}
.camp_price_pick {font-size: 40px;}
.line-through{
  text-decoration:line-through;
}

.camp_img{
  
margin-top: 18px;
  
text-align: center;
}



/*=============================================================================================================

 レスポンシブ

=============================================================================================================*/


/* レスポンシブ スマホ*/
@media screen and (max-width: 640px) {

  /* 共通
  --------------------------------------------------------------*/
  body {
    min-width: 320px;
    font-size: 16px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .pc {
    display: none;
  }

  .spin {
    display: inline;
  }

  .sp {
    display: block;
  }

}


/*header -----------------------------*/

/* SPサイズでメニューを閉じてPCサイズにしたときの対策 */
@media only screen and (min-width: 641px) {
  #global {
    display: none !important;
  }
}
/*   /SPサイズでメニューを閉じてPCサイズにしたときの対策 */


/* レスポンシブ スマホ*/
@media only screen and (max-width: 640px) {
  header {
    height: 60px;
    margin-top: -60px;
  }

  /*ヘッダー下部*/
  .hd_bottom {
    height: 60px;
    position: relative;
  }

  h1 {
    width: 200px;
    padding-top: 5px;
    padding-left: 10px;
  }

  h1 img {
    width: 100%;
  }

  #hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 13%;
    width: 22px;
  }

  #global {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(18,18,18,0.97);
    display: none;
    float: none;
    padding: 0;
    z-index: 500;
    line-height: 1.3;
  }

  #global ul li {
    float: none;
    margin-left: 0;
  }

  #global ul li.ico01 a::before,
  #global ul li.ico02 a::before,
  #global ul li.ico03 a::before {
    display: inline-block;
    font-family: FontAwesome;
    color: rgba(255,255,255,0.7);
  }

  #global ul li.ico01 a::before {
    content: "\f0f6";
  }
  #global ul li.ico02 a::before {
    content: "\f234";
  }
  #global ul li.ico03 a::before {
    content: "\f003";
  }

  #global ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 11px;
    padding: 0 10px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.065);
  }

  #global ul li a:hover {
    color: #fff;
    opacity: 1;
  }
  /* /header*/

  /*FV*/
  .fv02 {
    position: static;
    margin-top: 0px;
  }

  /* CONTENT 共有 -----------------------------*/
  .sec01 h3 {
    background: url(../img/cmn/h3_bg_sp.png) center center no-repeat;
    text-align: center;
    height: 107px;
    line-height: 107px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec01 h3 img {
    height: 60px;
  }

  .col_contact .btn01 {
    float: none;
  }

  .col_contact p {
    font-size: 14px;
    padding-left: 20px;
    text-indent: -1em;
    line-height: 1.2;
  }

  .sec01_wrap h4 {
    text-align: center;
  }

  .sec01_wrap .container p,
  .u_disc,
  .col_voice p,
  .col_why p,
  .col_change p,
  .question p {
    line-height: 1.5;
    padding-bottom: 18px;
  }

  .u_disc li {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* 動画用css */
  .movie-wrap {
    padding-bottom: 50.625%; /*アスペクト比 16:9の場合の縦幅*/
    width: 90%;
  }

  /*BEST -----------------------------*/


  .col_best .col_contact {
    padding: 25px 0;
  }

  /*水商売に特化したPOSレジです*/
  .col_best .special h4 {
    padding: 20px 10px;
  }

  .col_best .special h4 img {
    height: 59px;
  }

  .col_best .special .container {
    padding: 20px 0;
  }

  .col_best .special p {
    padding: 0;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  /*お悩み*/
  .col_best .trouble {
    background: url(../img/best/trouble_bg_sp.jpg) left top repeat;
    padding: 20px 0 25px;
  }

  .col_best .trouble h4 {
    margin-bottom: 20px;background: #FFF;padding: 10px;
  }

  .col_best .trouble h4 img {
    height: 75px;
  }

  .col_best .trouble ul {
    padding: 10px;
  }

  .col_best .trouble ul li {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    border-bottom: 1px dashed #aaa9a9;
    padding: 10px 0 10px 10px;
    text-indent: -1em;
  }

  .col_best .trouble ul li::before {
    background-size: 70%;
    vertical-align: -4px;
  }

  .col_best .trouble ul li:last-of-type {
    width: 100%;
  }

  /*全て解決します！*/
  .trouble_bottom {
    text-align: center;
    padding: 5px 25px 20px;
  }

  /*水商売専用POSレジ 特徴*/
  .col_best .character {
    padding: 22px 0 25px;
  }

  .col_best .character h4 {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .col_best .character h4 img {
    height: 86px;
  }

  .col_best .character ol li {
    padding: 25px;
    margin-bottom: 25px;
  }

  .col_best .character ol li:last-of-type {
    margin-bottom: 0;
  }

  .col_best .character ol li h5 {
    margin-bottom: 25px;
  }

  .col_best .character .txt {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .col_best .character .txt .adjustment {
    padding-bottom: 18px;
  }

  .col_best .character .txt p {
    line-height: 1.5;
  }

  .col_best .character .txt p .adjustment {
    display: block;
    padding-top: 20px;
  }

  .col_best .character .pic {
    float: none;
    width: 100%;
  }

  .col_best .character .pic img {
    width: 100%;
  }

  /*TRUSTレジ 便利な機能のまとめ*/
  .col_best .summary {
    background: url(../img/best/summry_bg.jpg) left top repeat;
    padding: 25px 0;
  }

  .col_best .summary h4 {
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .col_best .summary h4 img {
    height: 77px;
  }

  .col_best .summary ul {
    padding: 10px;
  }

  .col_best .summary ul li {
    float: none;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 15px 0;
    border-bottom: 1px dashed #e3d2ac;
  }

  .col_best .summary ul li:last-of-type {
    border-bottom: none;
  }

  .col_best .summary ul li:nth-of-type(3n+1)::after,
  .col_best .summary ul li:nth-of-type(3n+2)::after {
    content: none;
  }

  .col_best .summary ul li .img {
    float: left;
    clear: left;
    width: 65px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .col_best .summary ul li .img img {
    height: 40px;
  }

  .col_best .summary ul li .txt {
    padding: 0 5% 0 60px;
    font-size: 12px;
  }


  /*圧倒的なユーザビリティ*/
  .col_best .ux {
    background: url(../img/best/ux_bg.jpg) left top repeat;
    padding: 0;
  }

  .col_best .ux h4 {
    background: url(../img/best/h4_05_bg.jpg) center center no-repeat;
    background-size: contain;
    padding: 8% 10px;
    margin-bottom: 0;
  }

  .col_best .ux h4 img {
    vertical-align: middle;
    height: 53px;
  }

  .col_best .ux .container {
    background: #fff;
    padding: 25px 25px 0;
  }


  /*使いやすさ！*/
  .col_best .easy {
    background: url(../img/best/ux_bg.jpg) left top repeat;
    padding: 0 0 25px;
  }

  .col_best .easy h4 {
    background: url(../img/best/h4_06_bg.jpg) center center no-repeat;
    background-size: contain;
    padding: 8% 10px;
    margin-bottom: 0;
  }

  .col_best .easy h4 img {
    vertical-align: middle;
    height: 47px;
  }

  .col_best .easy .container {
    background: #fff;
    padding: 25px;
  }

  .col_best .easy .easy_ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .col_best .easy .easy_ul li {
    display: inline-block;
    width: 50%;
  }

  .col_best .easy .easy_ul li img {
    width: 100%;
  }

  .col_best .easy .txt_img {
    margin-bottom: 20px;
  }

  .col_best .col_contact.cc_bottom {
    padding: 25px 15px;
  }
  /* /BEST */

  /* VOICE 感謝の声 -----------------------------*/
  .col_voice h3 {
    padding-top: 0;
    background: #fff;
    height: auto;
    line-height: 1;
    margin-bottom: 25px;
  }

  .col_voice_bg {
    background: #fff;
    padding: 0;
  }

  .col_voice_bg section {
    background: #f0f0f0;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .col_voice_top {
    background: url(../img/voice/bg02_sp.png) left center repeat;
    width: 100%;
    padding: 3px;
    margin-bottom: 25px;
  }

  .col_voice_bg section h4 {
    margin-bottom: 0;
  }

  .col_voice_bg .v_position {
    background: #fff;
    border-bottom: none;
    padding: 15px 14px 10px;
    margin-bottom: 0;
    width: 100%;
  }

  .col_voice_bg .v_position dl {
    width: 55%;
  }

  .col_voice_bg .v_position .img {
    width: 40%;
  }

  .col_voice_bg dl dd {
    padding: 5px 0 5px;
    font-size: 12px;
  }

  .col_voice_bg .v_position dl dt img,
  .col_voice_bg dl dd img {
    width: 100%;
  }

  .col_voice_bg dl dd.adjustment {
    margin-right: -130px;
  }

  .col_voice_bottom {
    padding: 0 22px 0;
  }
  /* /VOICE */




  /* WHY なぜ選ばれるのか -----------------------------*/
  .col_why h3 {
    background: url(../img/why/h3_bg_sp.png) center center no-repeat;
    background-size: cover;
    height: 171px;
    line-height: 171px;
    padding: 0 10px;
  }

  .col_why h3 img {
    vertical-align: middle;
    height: 120px;
  }

  .col_why .container {
    padding: 25px 0;
  }

  .col_why .pc {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .col_why .pc li {
    display: inline-block;
  }

  .col_why .pc li:not(:last-of-type) {
    margin-right: 80px;
  }
  /* /WHY */



  /* change 業界を変えたい -----------------------------*/
  .col_change h3 {
    padding-top: 0;
  }

  .col_change .col_change_bg {
    background: url(../img/change/bg.jpg) left top repeat;
    padding: 25px 0 15px;
  }

  .col_change .container {
    position: static;
  }

  .col_change .ceo {
    position: static;
    width: 50%;
    margin: 0 auto 25px;
  }

  .col_change .ceo img {
    width: 100%;
  }

  .col_change .ceo div {
    margin-bottom: 5px;
  }

  .col_change .ceo p {
    text-align: center;
    line-height: 1.77;
    padding-bottom: 0;
  }

  .col_change .txt .w_short {
    width: 100%;
  }

  .col_change .txt .w_short.adjustment {
    margin-bottom: -18px;
  }

  .col_change .txt p {
    letter-spacing: 0;
  }

  .col_change .question {
    padding: 25px 0 15px;
  }


  /*よくある質問*/
  .col_change .question h4 {
    margin-bottom: 27px;
    padding: 0 10px;
  }

  .col_change .question h4 img {
    height: 95px;
  }

  .col_change .question dt {
    padding: 15px 20px 15px 50px;
    line-height: 1.5;
  }

  .col_change .question dd {
    padding: 15px 20px 15px 50px;
    line-height: 1.5;
  }

  .col_change .question dd.adjustment {
    padding: 15px 20px 15px 50px;
  }

  .col_change .question dt::before,
  .col_change .question dd::before {
    left: 10px;
  }

  .col_change .question dt::before {
    background-size: 55%;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .col_change .question dd::before {
    background-size: 55%;
    top: 3px;
  }

  .col_change .question dd.adjustment::before {
    top: 0;
    bottom: 0;
  }

  @media only screen and (max-width: 575px) {
    .col_change .question dd.adjustment::before {
      top: 3px;
    }
  }

  .col_change .txt_img {
    margin-bottom: 25px;
  }

  .col_change .question .upto66 {
    padding: 0 0 25px;
    margin-top: 20px;
  }

  .col_change .txt_bg {
    padding: 25px 10px 0;
    margin-bottom: 20px;
  }

  .col_change .txt_bg .link {
    display: block;
    margin-top: 20px;
  }

  .col_change p.tit {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .col_change .question .disc {
    padding: 20px 0;
    margin-top: 0;
  }

  .col_change .txt_img02 img {
    height: 105px;
  }
  /* /change */


  /* footer -----------------------------*/
  .cmn_footer {
    width: 100%;
    padding: 60px 0 5px;
    border-top: 1px solid #ededed;
  }

  .cmn_footer .footer_logo {
    width: 200px;
    margin: 0 auto 40px;
  }

  .cmn_footer .footer_logo img {
    width: 100%;
  }

  .cmn_footer p {
    font-size: 12px;
    line-height: 1.5;
  }

  .cmn_footer p .ico_tel {
    font-size: 22px;
  }

  .cmn_footer p .ico_tel::before {
    margin-right: 10px;
  }

  .cmn_footer p .time {
    font-weight: normal;
  }

  .cmn_footer .consultation {
    margin-bottom: 35px;
  }

  .cmn_footer .customer {
    margin-bottom: 18px;
  }

  .cmn_footer .customer .ico_tel {
    font-size: 24px;
  }

  .cmn_footer ul {
    margin-bottom: 20px;
  }

  .cmn_footer ul li {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }

  .cmn_footer ul li:not(:last-of-type) {
    margin-right: 0;
  }

  .cmn_footer ul li:not(:last-of-type)::after {
    content: none;
  }

  .cmn_footer .copy small {
    font-weight: 300;
  }
  /* /footer */

/* キャンペーン スマフォ*/
.camp_first_view{margin-top: 60px;height: 300px;padding: 0px 10px;}

.camp_first_view .h2_top{
  margin-top: 10px;
  }
.camp_first_view .h2_mid{
  margin-top: 10px;  
  }
.camp_first_view .h2_bottom{
  margin-top: 15px;
  }
.camp_common_head{  
  height: 250px;
  padding: 0px 10px;
  }
.camp_common{  
  margin-top: 60px;
  padding-bottom: 50px;
  }
.camp_common .container{  
  margin-top: 20px;
  }
.camp_des_text{font-size: 20px;margin: 20px 0;padding: 0px 10px;}
.camp_des_text br {display: none;}
.camp_contents_01,
.camp_contents_02{
  width:100%;
  padding: 10px;
  }
.camp_contents_02{
  clear:both;
  }
.camp_title{
  margin-top:10px;
  margin-bottom:5px;
  }
.camp_img{
  margin-top:0px;
  }

}





