@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body{
  font-family:"游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
イメージカラー
#1a476d　青
#9a0d21　ボタン系ワイン色
*/

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.wrapper{
  margin: 0 auto;
  max-width: 1280px;
  box-shadow: 2px 0px 4px rgba(0,0,0,0.25),-2px 0px 4px rgba(0,0,0,0.25);
}

h2.title {
  text-align: center;
  font-size: 18px;
}

h2.title:after{
  content: "";
  border-bottom: 1px solid #a7b0c2;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding-top: 12px;
}
img {
  max-width: 100%;
  height: auto;
}


/* ヘッダー */
.header{
  max-width: 1280px;
  background: #eee;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.21);
}

.nav{
  width: 80%;
  height: 90px;
  margin: 0 auto;
}

.topLogo{
  float: left;
  text-align: center;
  margin-top: 18px;
  width: 15%;
  box-sizing: border-box;
  transition: .3s;
}
.topLogo a {
  width: 136px;
  display: block;
}
.topLogo img {
  width: 75%;
}
.topLogo:hover{
  opacity: .6;
}

.nav li {
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    float: left;
    width: 17%;
    text-align: center;
    font-size: 13px;
    border-right: 1px #e2e2e2 solid;
    box-sizing: border-box;
}
.nav li:last-child {
  border-right:none;
}


/* PC用nav */
.scrollNav {
  width: 85%;
  box-sizing: border-box;
  float: left;
}
.scrollNav a{
  display: block;
  text-decoration: none;
  color: #000;
  transition: .3s;
}
.scrollNav a:hover{
  opacity: .6;
}

li.last-second-nav {
  border-right: none;
}
li.contact {
    width: 15%;
    margin: 0;
    height: 90px;
    transition: .3s;
    text-align: right;
}
.contact img{
  height: 90px;
}
.contact:hover{
  opacity: .6;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 32px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #2e3740;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* SP用nav */
.scrollNav_sp {
  display: none;
}

/* パンクズリスト */
ol.cd-breadcrumb.custom-separator {
    margin-bottom: 40px;
}
.cd-breadcrumb li {
  display: inline-block;
  float: left;
}
.cd-breadcrumb li a {
  font-size: 14px;
  color: #06c;
  text-decoration: none;
}
.cd-breadcrumb li a:hover {
  text-decoration: underline;
}
.cd-breadcrumb li.current em {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.cd-breadcrumb li.current em:hover {
  text-decoration: none;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    content: "＞\00a0";
    font-size: 14px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin: 0 0px 0 5px;
}
.cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}
li.current:after {
    display: none;
}


/* メインイメージ */
.header_pg {
  padding-top: 90px;
}
.mainImg {
    height: 0;
    padding-top: 34.2%;
    background: url(../img/main_img2.png) 0 0 no-repeat;
    width: 100%;
    background-size: contain;
}


/* ビクセスの特徴 */

.characteristic h2 {
  padding: 40px 0 30px;
}
.characteristic-bg {
  background: url(../img/characteristic.png) 0 0 no-repeat;
  width: 100%;
  padding-top: 34.2%;
  height: 0px;
  position: relative;
  background-size: contain;
}
.characteristic-bg ul {
    width: 50%;
    height: 50%;
    top: 0;
    left: 15%;
    bottom: 0;
    right: 0;
    margin: auto 0;
    position: absolute;
}
li.second,
li.third {
  padding-top: 6%;
}

.characteristic span{
  font-size: 30px;
}


/* ビクセスの仕事 */
.work{
  padding-top: 40px;
}

.workBox{
  width: 100%;
  margin-top: 30px;
}

.workBox h3{
  text-align: center;
  padding: 10px 30px;
  position: absolute;
  background: #1a476d;
  color: #fff;
  transition: .3s;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
  width: 33.3%;
  float: left;
  background: no-repeat url(../img/top_box1.png) 0 0;
  background-size: cover;
  position: relative;
  height: 0;
  padding-top: 22%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover,
.box5:hover {
  opacity: .7;
}

.box1 {
  background: no-repeat url(../img/work/work001/000_1.jpg) 0 0;
}
.box2 {
  background: no-repeat url(../img/work/work002/000_1.jpg) 0 0;
}
.box3 {
  background: no-repeat url(../img/work/work003/000_1.jpg) 0 0;
}
.box4 {
  background: no-repeat url(../img/work/work004/000_1.jpg) 0 0;
}
.box5 {
  background: no-repeat url(../img/work/work005/000_1.jpg) 0 0;
}
.box6 {
  background: #1a476d;
}
.box1 h3,
.box2 h3,
.box3 h3,
.box4 h3,
.box5 h3
 {
  right: 0;
  top: 0;
}

.textArea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
  height: 125px;
}

.textArea p {
  color: #fff;
  line-height: 20px;
}
.btn {
  text-align: center;
  margin-top: 15px;
  width: 203px;
}
.btn a{
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  box-sizing:border-box;
  transition: .3s;
}
.btn a:hover{
  background: #fff;
  color: #1a476d;
}

/* リフォームの流れ */
.renovation {
  background: #eeeeee;
  padding: 50px 0 60px;
}
.renovation h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.renovation p {
  font-size: 14px;
  line-height: 22px;
}

.renovation ul{
  text-align: center;
}

.renovation h3:before{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 50px auto 15px;
}

.one h3:before{
  background: url(../img/one.png) no-repeat center / cover;
}

.two h3:before{
  background: url(../img/two.png) no-repeat center / cover;
}

.three h3:before{
  background: url(../img/three.png) no-repeat center / cover;
}

.four h3:before{
  background: url(../img/four.png) no-repeat center / cover;
}

.five h3:before{
  background: url(../img/five.png) no-repeat center / cover;
}

.six h3:before{
  background: url(../img/six.png) no-repeat center / cover;
}



/* 会社情報 */
.company{
  width: 100%;
  padding-top: 50px;
}
.company h2 {
  padding-bottom: 20px;
}

.idea{
  width: 50%;
  float: left;
  background: #1a476d;
  color: #fff;
  overflow:hidden;
  height:300px;
  box-sizing: border-box;
}
.idea .inner{
  width: 70%;
  margin: 40px 60px 40px auto;
}
.idea h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.idea p {
  font-size: 14px;
  line-height: 25px;
}
.information{
  width: 50%;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  height: 300px;
}
.information .inner {
  width: 90%;
  margin: 40px auto 0px 0px;
}
.information th,
.information td {
  font-size: 14px;
  line-height: 25px;

}
.information th {
  text-align: right;
  padding-right: 25px;
  width: 35%;
  box-sizing: border-box;
}
.information td {
  width: 59%;
  box-sizing: border-box;
}
#map {
  display: none;
}


/*お問い合わせ*/
.contactForm {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #eeeeee;
}
.contactForm .inner {
  width: 50%;
  margin: 0 auto;
}
.contactForm h2 {
  padding-bottom: 20px;
}
form {
  margin: 0 auto;
}
.formplate {
  margin: 0;
}
label{
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
input {
  width: 100%;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  background-clip: padding-box;
  z-index: 1;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
textarea {
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  line-height: 20px;
  margin: 1px 0 1.3em;
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  /*box-shadow: 0 0 7px #1abc9c;*/
  /*border: 1px solid #1abc9c;*/
}
.submit_btn {
    cursor: pointer;
    text-align: center;
    margin: 10px auto 0;
    width: 190px;
    height: 50px;
    line-height: 45px;
    display: block;
    background: #9a0d21;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    border-radius: 4px;
}
.submit_btn:hover{
  opacity: .6;
}


/* php */
.php-content {
  font-size: 16px;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 20px;
  line-height: 25px;
}
.php-btn {
  width: 200px;
  cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    margin: 10px auto 65px;
    background: #1a476d;
    border: 0px solid #092500;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
}
.php-btn a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
}
.php-btn:hover {
  opacity: 0.7;
}


/*フッター*/
.footer {
  background: #2e3740;
  text-align: center;
  padding:20px 0;
}
.footer small {
  font-size: 14px;
  color: #fff;
}


/* ビクセスの仕事 works */

.works {
  padding: 130px 10px 0 10px;
  max-width: 980px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.works h2 {
  margin-bottom: 40px;
}
.works ul {
  margin-left:-20px; /*１カラムのpadding分マイナスマージン*/
  overflow:hidden;
  background-color:transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.works ul li {
  list-style-type:none;
  float:left;
  padding-left:20px; /*カラム間のガター*/
  margin-bottom:30px;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.works ul li img {
  transition: .3s;
}
.works ul li img:hover{
  opacity: .7;
}
.works h3 {
  margin-top: 10px;
}
.works h3 a {
  text-decoration: none;
  color: #000;
}
.works h3 a:hover {
  text-decoration: underline;
}
ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.works_btn {
  text-align: center;
  margin: 50px auto 70px;
  width: 190px;
  height: 50px;
  line-height: 45px;
}
.works_btn a {
  display: block;
  background: #9a0d21;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  border-radius: 4px;
}
.works_btn a:hover {
  opacity: .6;
}


/* ビクセスの仕事 works_page */

.works_page {
    padding: 130px 15px 0 15px;
    max-width: 980px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.works_page .main_con ul {
  width: 100%;
  margin-bottom: -15%;
  overflow:hidden;
  background-color:transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.works_page .main_con ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.left_box  {width: 33.29%;}
.right_box  {width: 66.71%;}
/*.title_box {width: 30%;}*/

.works_title {
    position: relative;
    height: 0;
    padding-top: 68.8%;
    background: #1a476d;
    background-size: contain;
}
.works_title h2 {
  position: absolute;
  left: 8%;
  top: 25%;
  color: #fff;
  font-size: 160%;
  line-height: 160%;
}
h2.works_title_sp {
  display: none;
}
.works_before {
    position: relative;
    height: 0;
    padding-top: 68.75%;
}
.works_before_001 {
    background: url(../img/work/work001/b.JPG) 0 0 no-repeat;
    background-size: contain;
}
.works_before_002 {
    background: url(../img/work/work002/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_003 {
    background: url(../img/work/work003/b.png) 0 0 no-repeat;
    background-size: contain;
}
.works_before_004 {
    background: url(../img/work/work004/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_005 {
    background: url(../img/work/work005/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_006 {
    background: url(../img/work/work006/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_007 {
    background: url(../img/work/work007/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_008 {
    background: url(../img/work/work008/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_009 {
    background: url(../img/work/work009/b.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_before_010 {
    background: url(../img/work/work010/b.JPG) 0 0 no-repeat;
    background-size: contain;
}
.works_before h3{
  position: absolute;
  bottom: 0;
  left:0;
  background: #2e3740;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
}
.works_after {
    position: relative;
    height: 0;
    padding-top: 68.75%;
    z-index: 0;
}
.works_after_001 {
    background: url(../img/work/work001/a.JPG) 0 0 no-repeat;
    background-size: contain;
}
.works_after_002 {
    background: url(../img/work/work002/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_003 {
    background: url(../img/work/work003/a.png) 0 0 no-repeat;
    background-size: contain;
}
.works_after_004 {
    background: url(../img/work/work004/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_005 {
    background: url(../img/work/work005/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_006 {
    background: url(../img/work/work006/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_007 {
    background: url(../img/work/work007/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_008 {
    background: url(../img/work/work008/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_009 {
    background: url(../img/work/work009/a.jpg) 0 0 no-repeat;
    background-size: contain;
}
.works_after_010 {
    background: url(../img/work/work010/a.JPG) 0 0 no-repeat;
    background-size: contain;
}
.works_after h3{
  position: absolute;
  bottom: 33.4%;
  left:0;
  background: #1a476d;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
}
.introduction {
    position: relative;
    top: -15px;
}
.introduction table {
  width: 80%;
  margin: 0 auto 30px;
}
.introduction table tr {
  margin-bottom: 50px;
}
.introduction table th{
  width: 15%;
  font-size: 15px;
  text-align: left;
}
.introduction table td{
  width: 85%;
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.introduction-last{
  padding-bottom: 0 !important;
}

.works_etc ul {
  margin-left:-15px; /*１カラムのpadding分マイナスマージン*/
  overflow:hidden;
  z-index: 1;
  position: relative;
  background-color:transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.works_etc ul li {
  list-style-type:none;
  float:left;
  padding-left:15px; /*カラム間のガター*/
  margin-bottom:15px;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* よくある質問　qa */

.qa {
    padding: 130px 15px 0 15px;
    max-width: 980px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.qa h2.title {
   margin-bottom: 55px;
}
.question_block {
    border-bottom: 1px dotted #a7b0c2;
}
.question_block ul {
    position: relative;
    margin: 30px 0;
}
.question_block li {
    list-style: none;
    display: block;
}
.question_block li.mark {
    position: absolute;
    top: -18%;
}
.question_block li.text,
.question_block li.q_text {
    padding-left: 50px;
    line-height: 25px;
    font-size: 14px;
}
.qa_title {
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
}
.qa_bottom_con {
    margin-top: 50px;
    margin-bottom: 65px;
}
.qa_bottom_left {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing:border-box;
}
.qa_bottom_right {
  width: 50%;
  float: left;
  line-height: 12px;
  box-sizing:border-box;
}
.etc_contact a {
    color: #a7b0c2;
    font-size: 30px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 70px;
}
.qa_tel {
  display: inline-block;
  padding-right: 25px;
  padding-top: 4px;
  border-right: 1px solid #a7b0c2;
}
.qa_contact_to {
  display: inline-block;
  transition: .3s;
  margin-left: 25px;
}
.qa_contact_to:hover {
  opacity: .6;
}
/*    border-left: 1px solid #a7b0c2;*/



/*PC 大*/
@media screen and (min-width: 1281px) {

h2.title {
  font-size: 140%;
}
.idea .inner {
  width: 55%;
  margin: 40px 60px 40px auto;
}

}


/*PC 中*/
@media (min-width: 1024px) and (max-width: 1280px) {
.topLogo {
  width: 19%;
}
.scrollNav {
  width: 81%;
}
.nav li {
  width: 16%;
}
li.contact {
  width: 20%;
}



}


/*PC 小〜スマホ*/
@media (max-width: 1024px) {

.nav {
  width: 100%;
  height: 86px !important;
}
.header_pg {
  padding-top: 86px;
}
.nav li {
  width:100%;
  margin-top:0;
  box-sizing: border-box;
  border-bottom: 1px solid #82878d;
  border-right: none;
  line-height: 67px;
  height: 67px;
}
.nav li:last-child {
  border-bottom: none;
}
.header.fixed {
  padding-top: 0;
  background: transparent;
}
#mobile-head {
  background: #eee;
  width: 100%;
  height: 86px;
  z-index: 999;
  position: fixed;
}
.header.fixed .logo,
.header .logo {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #333;
  font-size: 26px;
}
.scrollNav_sp {
  display: block;
  width: 100%;
  background: rgba(46,55,64,0.9);
  padding:0;
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -470px;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
}
.scrollNav_sp a{
  display: block;
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.scrollNav_sp a:hover{
  opacity: .6;
}
.scrollNav {
  display: none;
}
.topLogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 18px auto 0;
    width: 136px;
}
#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* スライドアニメーション */
.open .scrollNav_sp {
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}
.idea {
  width: 100%;
  float: none;
  height: auto;
}
.idea .inner {
  margin: 40px auto;
  width: 65%;
}
.information{
  width: 100%;
  float: none;
  height: auto;
}
.information .inner {
  margin: 40px auto;
}
.information table {
  margin: 0px auto;
}
.information th {
  padding-right: 40px;
}
.contactForm .inner {
  width: 65%;
}
.introduction table th{
  width: 20%;
}
.introduction table td{
  width: 80%;
}
.qa_bottom_left {
  display: none;
}
.qa_bottom_right {
  width: 452px;
  float: right;
  margin: 0 auto;
}
.qa_tel {
  padding-right: 15px;
}
.qa_contact_to {
    margin-left: 15px;
}

}


@media (max-width: 980px) {

.box1, .box2, .box3, .box4, .box5 {
  width: 50%;
  padding-top: 33%;
  background-size: cover;
}
.box4 {
  display: none;
}
.box6 {
  width: 100%;
}
.btn {
  margin: 20px auto;
}
.characteristic-bg ul {
  left: 12%;
}

}



/*PC 小*/
@media (min-width: 641px) and (max-width: 1280px) {

.nav {
  max-width: none;
  height: 90px;
}
.topLogo {
}
.topLogo img {
 height: auto;
}
.contact img {
  width: 148px;
}

}


/*スマホ*/
@media screen and (max-width: 640px) {
.header_pg {
  padding-top: 60px;
}
.topLogo img {
  width: 50% !important;
}
.nav {
  height: 60px !important;
}
.nav li {
  font-size:14px;
  line-height: 50px;
  height: 50px;
}
#nav-toggle {
  right: 20px;
  top: 20px;
  width: 28px;
  height: 22px;
}
#nav-toggle span {
    height: 4px;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}
.scrollNav_sp {
  top: -496px;
}
.topLogo {
  margin: 15px auto 0 !important;
}
#mobile-head {
  height: 60px;
}
.mainImg {
    padding-top: 55.6%;
    background: url(../img/main_img_sp.png) 0 0 no-repeat;
    background-size: contain;
}
.characteristic-bg {
  background: none;
  /*background-color: #eeeeee;*/
  padding: 0;
  height: 200px;
}

.characteristic-bg ul {
  margin:0;
    width: 100%;
    height: 100%;
}

.box1, .box2, .box3, .box4, .box5 {
  width: 100%;
  padding-top: 66%;
}
.box4 {
  display: block;
}
.box6 {
  padding-top: 0;
  height:180px;
}

.idea .inner {
  margin: 40px auto;
  width: 80%;
}
.idea h3 {
  text-align: center;
}
.information th {
  padding-right: 25px;
}
.contactForm .inner {
  width: 90%;
}
.submit_btn {
    width: 200px;
}

.works ul.cols-3 li{
  width:50%; /*３列を２列に*/
}
.works_etc ul.cols-3 li{
  width:50%; /*３列を２列に*/
}
.works ul li img {
    width: 98%;
}

.main_con {
  position: relative;
  margin-bottom: 80px;
}
.works_page .main_con ul li {
  float: none;
}
.left_box  {width: 100%; margin-bottom: 15px;}
.right_box  {width: 100%;}

.works_title {
  background: none;
  padding-top: 0px;
}
.works_title h2 {
  display: none;
}

h2.works_title_sp {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
h2.works_title_sp:after {
    content: "";
    border-bottom: 1px solid #a7b0c2;
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-top: 12px;
}
.works_after {
  margin-bottom: 60px;
}
.works_after h3{
  bottom: 0;
}
.introduction table {
    width: 100%;
}
.introduction table th {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    font-size: 18px;
    margin-bottom: 8px;
}
.introduction table td {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 24px;
}
.introduction table tr:last-child td {
    padding-bottom: 0;
}
.works_etc ul {
  margin-left:-10px; /*１カラムのpadding分マイナスマージン*/
}
.works_etc ul li {
  padding-left:10px; /*カラム間のガター*/
  margin-bottom:10px;
}





}

@media screen and (max-width: 480px) {

.characteristic-bg ul {
  width: 88%;
  font-size: 14px;
}
.characteristic-bg {
  height: 160px;
}
.works ul[class*='cols-'] > li{
  width: 100%; /*すべてを１列に*/
}
.works_after {
    margin-bottom: 0px;
}
.qa_bottom_right {
    width: 100%;
}
.qa_tel {
  padding-right: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-right: none;
}
.qa_contact_to {
  margin-left: 0px;
  width: 100%;
  text-align: center;
}
.textArea {
  height: 150px;
}
.box6 {
  height: 200px;
}

}
