@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Anton);
.picBg {
  width: 100%;
  height: 450px;
  margin-top: 80px;
  background-image: url(../img/picBg.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 100px;
}

.picBg.Bg_about_innolift {
  background-image: url(../img/aboutINNOLIFT/picBg.jpg);
}

.picBg.Bg_contact {
  background-image: url(../img/contact/picBg.jpg);
}

.picBg.Bg_catalog {
  background-image: url(../img/catalog/picBg.jpg);
}

.picBg.Bg_how_to_use {
  background-image: url(../img/howtouse/picBg.jpg);
}

.picBg.Bg_product_info {
  background-image: url(../img/productinfo/picBg.jpg);
}

.picBg.Bg_option {
  background-image: url(../img/option/picBg.jpg);
}
@media only screen and (max-width: 959px) {
  .picBg {
    height: 300px;
    margin-top: 50px;
    background-position: centerh;
    margin-bottom: 30px;
  }
}
.pic_content {
  position: absolute;
  top: 180px;
  left: 100px;
  color: #FFF;
}
.pic_content .title {
  margin-bottom: 30px;
}
.pic_content .title h1 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
  font-size: 14px;
  margin-bottom: 20px;
}
.pic_content .title p {
  font-family: 'Anton', sans-serif;
  font-size: 65px;
}
.pic_content .description {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}

@media only screen and (max-width: 959px) {
  .pic_content {
    top: 135px;
    left: 20px;
  }
  .pic_content .title {
    margin-bottom: 10px;
  }
  .pic_content .title h1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .pic_content .title p {
    font-size: 36px;
  }
  .pic_content .description {
    font-size: 14px;
    line-height: 26px;
  }
}
#aboutMenu{
  margin-bottom: 100px;
}
#aboutMenu nav ul{
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
#aboutMenu nav ul li{
  float: left;
  width: 24%;
  padding: 0 0.5%;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
#aboutMenu nav ul li:hover{
  background-color: #444;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#aboutMenu nav ul li:hover > a{
  color: #FFF;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#aboutMenu nav ul li:first-child{
  border-left: 1px solid #ccc;
}
#aboutMenu nav ul li a{
  color: #444;
  display: block;
  padding: 5px 0;
}
#aboutMenu nav ul li span{
  display: block;
  font-size: 10px;
  font-style: normal;
}

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

#aboutMenu nav ul{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#aboutMenu nav ul li{
  float: none;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
}
#innoDescription {
  margin-bottom: 50px;
}
#innoDescription .alignCenter {
  margin-bottom: 30px;
}
#innoDescription .alignCenter h2 {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
  margin-bottom: 15px;
}
#innoDescription .alignCenter h2 span:nth-child(1) {
  left: -9px;
  position: relative;
  display: inline-block;
}
#innoDescription .alignCenter h2 span:nth-child(2) {
  top: 20px;
  right: -4px;
  position: relative;
  display: inline-block;
}
#innoDescription .alignCenter p {
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}
#innoDescription .pic {
  margin-bottom: 50px;
}
#innoDescription .pic ul {
  display: -webkit-flex;
  display: flex;
}
#innoDescription .pic ul li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#innoDescription .pic ul li img {
  width: 100%;
  height: auto;
}
#innoDescription .pic ul li:first-child {
  padding-left: 20px;
}
#innoDescription .pic ul li:last-child {
  padding-right: 20px;
}
#innoDescription .text {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  #innoDescription {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #innoDescription .alignCenter {
    margin-bottom: 20px;
  }
  #innoDescription .alignCenter h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #innoDescription .alignCenter h2 span:nth-child(1) {
    left: -6px;
  }
  #innoDescription .alignCenter h2 span:nth-child(2) {
    top: 12px;
    right: -1px;
  }
  #innoDescription .alignCenter p {
    font-size: 14px;
    line-height: 24px;
  }
  #innoDescription .pic {
    margin-bottom: 20px;
  }
  #innoDescription .pic ul li img {
    width: 100%;
    height: auto;
  }
  #innoDescription .pic ul li:first-child {
    padding-left: 0;
    padding-right: 1%;
  }
  #innoDescription .pic ul li:nth-child(2) {
    padding-left: 1%;
    padding-right: 0;
  }
  #innoDescription .pic ul li:last-child {
    display: none;
  }
  #innoDescription .text {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }
}
#htuMovieBox {
  width: 100%;
}
#htuMovieBox .alignCenter {
  margin-bottom: 30px;
}
#htuMovieBox .alignCenter h2 {
  font-size: 36px;
  font-family: "Alice", serif;
  margin-bottom: 15px;
}
#htuMovieBox .alignCenter h2 span:nth-child(1) {
  top: 5px;
  left: -9px;
  position: relative;
  display: inline-block;
}
#htuMovieBox .alignCenter h2 span:nth-child(2) {
  top: 23px;
  right: -9px;
  position: relative;
  display: inline-block;
}
#htuMovieBox .alignCenter p {
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}
#htuMovieBox .iframe-content-wrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#htuMovieBox .iframe-content-wrap ul li {
  padding: 0 10px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#htuMovieBox .iframe-content-wrap ul li .iframeWrap {
  position: relative;
  width: 100%;
}
#htuMovieBox .iframe-content-wrap ul li .iframeWrap iframe {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
#htuMovieBox .iframe-content-wrap ul li .iframeWrap:before {
  
}
#htuMovieBox .iframe-content-wrap ul li:first-child, #htuMovieBox .iframe-content-wrap ul li:nth-child(5) {
  padding-left: 20px;
}
#htuMovieBox .iframe-content-wrap ul li:last-child, #htuMovieBox .iframe-content-wrap ul li:nth-child(4) {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  #htuMovieBox .alignCenter {
    margin-bottom: 20px;
  }
  #htuMovieBox .alignCenter h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #htuMovieBox .alignCenter h2 span:nth-child(1) {
    top: 3px;
    left: -9px;
  }
  #htuMovieBox .alignCenter h2 span:nth-child(2) {
    top: 15px;
    right: -9px;
  }
  #htuMovieBox .alignCenter p {
    font-size: 14px;
    line-height: 26px;
  }
  #htuMovieBox .iframe-content-wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #htuMovieBox .iframe-content-wrap ul li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 10px;
  }
  #htuMovieBox .iframe-content-wrap ul li:first-child, #htuMovieBox .iframe-content-wrap ul li:nth-child(5) {
    padding-left: 10px;
  }
  #htuMovieBox .iframe-content-wrap ul li:last-child, #htuMovieBox .iframe-content-wrap ul li:nth-child(4) {
    padding-right: 10px;
  }
  #htuMovieBox .iframe-content-wrap ul li:nth-child(even) {
    padding-left: 5px;
  }
  #htuMovieBox .iframe-content-wrap ul li:nth-child(odd) {
    padding-right: 5px;
  }
}
#howtouseTabs .tabs {
  display: -webkit-flex;
  display: flex;
  width: 810px;
  margin: 0 auto 50px;
}
#howtouseTabs .tabs li {
  width: 400px;
  text-align: center;
}
#howtouseTabs .tabs li .left, #howtouseTabs .tabs li .right {
  color: #444;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}
#howtouseTabs .tabs li .left {
  margin-right: 10px;
}
#howtouseTabs .tabs li .right {
  margin-left: 10px;
}
#howtouseTabs .tabs li .left:hover, #howtouseTabs .tabs li .right:hover {
  color: #fff;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}
#howtouseTabs .tabs li .left:hover .left:hover > span, #howtouseTabs .tabs li .right:hover .left:hover > span {
  color: #fff;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#howtouseTabs .tabs li .left:hover .right:hover > span, #howtouseTabs .tabs li .right:hover .right:hover > span {
  color: #fff;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#howtouseTabs .tabs li:first-child {
  margin-right: 10px;
}
#howtouseTabs .tab_content header {
  margin-bottom: 50px;
}
#howtouseTabs .tab_content header h2 {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
  margin-bottom: 15px;
}
#howtouseTabs .tab_content header h2 span:nth-child(1) {
  left: -9px;
  position: relative;
  display: inline-block;
}
#howtouseTabs .tab_content header h2 span:nth-child(2) {
  top: 20px;
  right: -4px;
  position: relative;
  display: inline-block;
}
#howtouseTabs .tab_content header p {
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}
#howtouseTabs .tab_content ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#howtouseTabs .tab_content ul li {
  width: 24.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/howtouse/arrow.png);
  background-position: 2.2% center;
  -webkit-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
}
#howtouseTabs .tab_content ul li .cardList {
  -webkit-box-shadow: #ccc 0px 0px 2px;
  box-shadow: #ccc 0px 0px 2px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#howtouseTabs .tab_content ul li .cardList .cardListInner {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#howtouseTabs .tab_content ul li .cardList .cardListInner header {
  margin-bottom: 15px;
}
#howtouseTabs .tab_content ul li .cardList .cardListInner header h3 {
  font-family: "Alice", serif;
  font-size: 18px;
  padding-left: 10px;
  border-left: 3px solid #000;
}
#howtouseTabs .tab_content ul li .cardList .cardListInner .img img {
  width: 100%;
  height: auto;
}
#howtouseTabs .tab_content ul li .cardList .cardListInner p {
  font-size: 12px;
}
#howtouseTabs .tab_content ul li .cardList:before {
  content: "";
  display: block;
  padding-top: 120%;
  /* 高さを幅の75%に固定 */
}
@media only screen and (min-width: 960px) {
  #howtouseTabs .tab_content ul li .cardList:before {
    padding-top: 124%;
  }
}
@media only screen and (min-width: 1100px) {
  #howtouseTabs .tab_content ul li .cardList:before {
    padding-top: 108%;
  }
}
@media only screen and (min-width: 1700px) {
  #howtouseTabs .tab_content ul li .cardList:before {
    padding-top: 90%;
  }
}
#howtouseTabs .tab_content ul li:nth-child(1) {
  padding-left: 2%;
  background-image: none;
}
#howtouseTabs .tab_content ul li:nth-child(2) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(3) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(4) {
  padding-left: 2%;
  padding-right: 2%;
  background-image: url(../img/howtouse/arrow.png), url(../img/howtouse/arrow.png);
  background-position: 2.2% center, 99% center;
  width: 26.5%;
}
#howtouseTabs .tab_content ul li:nth-child(5) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(6) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(7) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(8) {
  padding-left: 2%;
  padding-right: 2%;
  background-image: url(../img/howtouse/arrow.png), url(../img/howtouse/arrow.png);
  background-position: 2.2% center, 99% center;
  width: 26.5%;
}
#howtouseTabs .tab_content ul li:nth-child(9) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:nth-child(10) {
  padding-left: 2%;
}
#howtouseTabs .tab_content ul li:last-child {
  padding-left: 2%;
  padding-right: 2%;
  background-image: url(../img/howtouse/arrow.png), none;
  background-position: 2.2% center, 99% center;
  width: 26.5%;
}

@media only screen and (max-width: 959px) {
  #howtouseTabs .tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto 30px;
  }
  #howtouseTabs .tabs li {
    width: 50%;
  }
  #howtouseTabs .tabs li .left, #howtouseTabs .tabs li .right {
    padding-top: 11px;
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
  #howtouseTabs .tabs li .left {
    margin-right: 0;
    border-left: none;
  }
  #howtouseTabs .tabs li .right {
    margin-left: 0;
    border-left: none;
    border-right: none;
  }
  #howtouseTabs .tabs li:first-child {
    margin: 0;
  }
  #howtouseTabs .tabs li:last-child {
    margin: 0;
  }
  #howtouseTabs .tab_content header {
    margin-bottom: 30px;
  }
  #howtouseTabs .tab_content header h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #howtouseTabs .tab_content header h2 span:nth-child(1) {
    left: -4px;
  }
  #howtouseTabs .tab_content header h2 span:nth-child(2) {
    top: 15px;
    right: -4px;
  }
  #howtouseTabs .tab_content header p {
    font-size: 14px;
    line-height: 24px;
  }
  #howtouseTabs .tab_content ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #howtouseTabs .tab_content ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
  }
  #howtouseTabs .tab_content ul li .cardList {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #howtouseTabs .tab_content ul li .cardList .cardListInner {
    padding: 0 15px;
    position: relative;
  }
  #howtouseTabs .tab_content ul li .cardList .cardListInner header {
    margin-bottom: 15px;
  }
  #howtouseTabs .tab_content ul li .cardList .cardListInner header h3 {
    font-size: 16px;
  }
  #howtouseTabs .tab_content ul li .cardList .cardListInner .img img {
    width: 100%;
    height: auto;
  }
  #howtouseTabs .tab_content ul li .cardList .cardListInner p {
    font-size: 12px;
    line-height: 22px;
  }
  #howtouseTabs .tab_content ul li .cardList:before {
    content: none;
    padding-top: auto;
    /* 高さを幅の75%に固定 */
  }
  #howtouseTabs .tab_content ul li:nth-child(1) {
    padding-left: 0%;
    background-image: none;
  }
  #howtouseTabs .tab_content ul li:nth-child(2) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(3) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(4) {
    padding-left: 0%;
    padding-right: 0%;
    background-image: none;
    width: 100%;
  }
  #howtouseTabs .tab_content ul li:nth-child(5) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(6) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(7) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(8) {
    padding-left: 0%;
    padding-right: 0%;
    background-image: none;
    width: 100%;
  }
  #howtouseTabs .tab_content ul li:nth-child(9) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:nth-child(10) {
    padding-left: 0%;
  }
  #howtouseTabs .tab_content ul li:last-child {
    padding-left: 0%;
    padding-right: 0%;
    background-image: none;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #howtouseTabs .tab_content ul li:last-child .cardList {
    border-bottom: none;
  }
}
#productInfo .alignCenter {
  margin-bottom: 50px;
}
#productInfo .alignCenter h2 {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
  margin-bottom: 15px;
}
#productInfo .alignCenter h2 span:nth-child(1) {
  left: -9px;
  position: relative;
  display: inline-block;
}
#productInfo .alignCenter h2 span:nth-child(2) {
  top: 20px;
  right: -4px;
  position: relative;
  display: inline-block;
}
#productInfo .alignCenter p {
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}
#productInfo .productList {
  margin-bottom: 1%;
}
#productInfo .productList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productInfo.underpage{
  width: 1100px;
  margin: 0 auto;
}
#productInfo.underpage .productList ul.firstul{
  width: 300px;
  float: left;
}
#productInfo.underpage .supportVehicles{
  width: 780px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
}
#productInfo.underpage .supportVehicles header{
  margin-bottom: 20px;
}
#productInfo.underpage .supportVehicles header h3{
  font-size: 24px;
  font-weight: normal;
  border-bottom: #91a7d0 3px solid;
  padding-bottom: 8px;
}
#productInfo.underpage .supportVehicles .vehiclesBox{
}

#productInfo.underpage .supportVehicles .vehiclesBox div{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#productInfo.underpage .supportVehicles .vehiclesBox h4{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
#productInfo.underpage .supportVehicles .vehiclesBox p{
  font-size: 14px;
  line-height: 30px;
}
#productInfo .productList ul li.gradient {
  width: 23.25%;
  margin: auto 0.5%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}
#productInfo .productList ul li.gradient.underpage{
  width: 300px;
  margin: 0;
}
#productInfo .productList ul li.gradient article .productImg {
  height: 370px;
  background-color: #FFF;
  margin-bottom: 10px;
}
#productInfo .productList ul li.gradient article .productImg figure {
  height: 370px;
  -webkit-background-size: 250px auto;
  -o-background-size: 250px auto;
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-position: center 90%;
  position: relative;
}
#productInfo .productList ul li.gradient article .productImg figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 18px;
}
#productInfo .productList ul li.gradient ul li {
  background-color: #FFF;
  color: #000;
  font-size: 14px;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#productInfo .productList ul li.gradient ul li.two{
  height: 55px;
}
#productInfo .productList ul li.gradient ul li:last-child {
  margin-bottom: 0;
}
#productInfo .productList ul li.gradient:nth-child(1) {
  margin-left: 2%;
}
#productInfo .productList ul li.gradient:nth-child(1) figure {
  background-image: url(../img/productinfo/A250_800.png);
}
#productInfo .productList ul li.gradient:nth-child(2) figure {
  background-image: url(../img/productinfo/A600_750.png);
}
#productInfo .productList ul li.gradient:nth-child(3) figure {
  background-image: url(../img/productinfo/A600_950.png);
}
#productInfo .productList ul li.gradient:nth-child(4) {
  margin-right: 2%;
}
#productInfo .productList ul li.gradient:nth-child(4) figure {
  background-image: url(../img/productinfo/A500_1200.png);
}
#productInfo .productList ul li.gradient a{
  margin-top: 10px;
  padding: 5px 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#productInfo .productList ul li.gradient a:hover{
  color: #000;
  background-color: #FFF;
}
#productInfo .productCommon {
  margin: 0 2%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
  clear: both;
}
#productInfo .productCommon.underpage{
  margin: 0;
}
#productInfo .productCommon .inner {
  background-color: #FFF;
  padding: 20px;
}
#productInfo .productCommon .inner header {
  text-align: center;
  margin-bottom: 20px;
}
#productInfo .productCommon .inner header p {
  font-size: 18px;
}
#productInfo .productCommon .inner .content {
  font-size: 14px;
  line-height: 36px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #productInfo .alignCenter {
    margin-bottom: 30px;
  }
  #productInfo .alignCenter h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #productInfo .alignCenter h2 span:nth-child(1) {
    left: -4px;
  }
  #productInfo .alignCenter h2 span:nth-child(2) {
    top: 15px;
    right: -4px;
  }
  #productInfo .alignCenter p {
    font-size: 14px;
    line-height: 24px;
  }
  #productInfo .productList {
    margin-bottom: 1%;
  }
  #productInfo .productList ul li.gradient {
    width: 100%;
    margin: 0 auto 20px;
  }
  #productInfo .productList ul li.gradient ul li {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 4px;
  }
  #productInfo .productList ul li.gradient:nth-child(1) {
    margin-left: 0;
  }
  #productInfo .productList ul li.gradient:nth-child(4) {
    margin-right: 0;
  }
  #productInfo .productCommon {
    margin: 0;
    padding: 10px;
  }
  #productInfo .productCommon .inner header {
    margin-bottom: 10px;
  }
  #productInfo .productCommon .inner header p {
    font-size: 14px;
  }
  #productInfo .productCommon .inner .content {
    font-size: 12px;
    line-height: 24px;
    width: 95%;
  }






#productInfo.underpage{
  width: 100%;
  margin: 0 auto;
}
#productInfo.underpage .productList ul.firstul{
  width: 100%;
  float: none;
}
#productInfo.underpage .supportVehicles{
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-bottom: 30px;
  padding: 0 20px;
}
#productInfo.underpage .supportVehicles header{
  margin-bottom: 20px;
}
#productInfo.underpage .supportVehicles header h3{
  font-size: 18px;
  font-weight: normal;
  border-bottom: #91a7d0 3px solid;
  padding-bottom: 8px;
}
#productInfo.underpage .supportVehicles .vehiclesBox{
}

#productInfo.underpage .supportVehicles .vehiclesBox div{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#productInfo.underpage .supportVehicles .vehiclesBox h4{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
#productInfo.underpage .supportVehicles .vehiclesBox p{
  font-size: 12px;
  line-height: 30px;
}


}
#catalog {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1220px;
  margin: 0 auto;
}
#catalog .alignCenter {
  margin-bottom: 50px;
}
#catalog .alignCenter h2 {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
  margin-bottom: 15px;
}
#catalog .alignCenter h2 span:nth-child(1) {
  left: -9px;
  position: relative;
  display: inline-block;
}
#catalog .alignCenter h2 span:nth-child(2) {
  top: 20px;
  right: -4px;
  position: relative;
  display: inline-block;
}
#catalog .alignCenter p {
  font-size: 18px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}
#catalog .wrapperContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#catalog .wrapperContent div.left {
  flex: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#catalog .wrapperContent div.left div {
  width: 46%;
  margin: 0 2%;
}
#catalog .wrapperContent div.left div img {
  width: 100%;
  height: auto;
}
#catalog .wrapperContent div.right {
  flex: 1;
  flex-grow: 1;
  padding: 30px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#catalog .wrapperContent div.right h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
#catalog .wrapperContent div.right p {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
#catalog .wrapperContent div.right .catalog_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#catalog .wrapperContent div.right .catalog_buttons .left, #catalog .wrapperContent div.right .catalog_buttons .right {
  width: 260px;
  height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 12px;
}
#catalog .wrapperContent div.right .catalog_buttons .left span, #catalog .wrapperContent div.right .catalog_buttons .right span {
  padding-top: 15px;
  display: block;
  color: #444;
}
#catalog .wrapperContent div.right .catalog_buttons .left:hover, #catalog .wrapperContent div.right .catalog_buttons .right:hover {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}
#catalog .wrapperContent div.right .catalog_buttons .left:hover > span {
  color: #FFF;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#catalog .wrapperContent div.right .catalog_buttons .right:hover > span {
  color: #FFF;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  #catalog {
    width: 100%;
  }
  #catalog .alignCenter {
    margin-bottom: 30px;
  }
  #catalog .alignCenter h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #catalog .alignCenter h2 span:nth-child(1) {
    left: -4px;
  }
  #catalog .alignCenter h2 span:nth-child(2) {
    top: 15px;
    right: -4px;
  }
  #catalog .alignCenter p {
    font-size: 14px;
    line-height: 24px;
  }
  #catalog .wrapperContent {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #catalog .wrapperContent div.right {
    padding: 30px 0 0;
  }
  #catalog .wrapperContent div.right h2 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #catalog .wrapperContent div.right p {
    font-size: 12px;
    line-height: 22px;
  }
  #catalog .wrapperContent div.right .catalog_buttons .left, #catalog .wrapperContent div.right .catalog_buttons .right {
    width: 48%;
    height: 40px;
    margin: 0 1%;
    font-size: 12px;
  }
  #catalog .wrapperContent div.right .catalog_buttons .left span, #catalog .wrapperContent div.right .catalog_buttons .right span {
    padding-top: 13px;
  }
}
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 10px 15px !important;
  font-size: 13px !important;
  margin: 0 3px !important;
  color: #444 !important;
  -moz-border-radius: 3px / 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px / 3px;
  font-weight: normal !important;
  border: 1px solid #ccc !important;
}
.wp-pagenavi a:hover {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
  color: #FFF !important;
  border: 1px solid #fff !important;
}

#contact_form {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1220px;
  margin: 0 auto;
}
#contact_form form input, #contact_form form textarea {
  background: #f6f6f6;
  width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  border: 1px solid #f6f6f6;
  transition: background-color ease 0.5s, border-color ease 0.5s;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
}
#contact_form form input[type="checkbox"]{
	-webkit-appearance: checkbox;
   -moz-appearance: checkbox;
        appearance: checkbox;

}
#contact_form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EEE url(../img/contact/under_arrow.png) no-repeat;
  background-size: 10px 9px;
  background-position: 375px center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  width: 400px;
  padding-right: 15px;
  padding-left: 15px;
}
@-moz-document url-prefix() {
  #contact_form form {
    /* for firefox */
  }
  #contact_form form select {
    background-color: #FFF;
    background-image: none;
    background: #f6f6f6;
    border: none;
  }
}
#contact_form form dl {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccc;
  height: 90px;
}
#contact_form form dl dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
  font-size: 14px;
  margin-left: 15px;
  padding: 25px 0;
}
#contact_form form dl dt .red {
  color: red;
  margin-left: 8px;
  font-weight: bold;
}
#contact_form form dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 970px;
  padding-left: 15px;
  padding: 25px 0;
}
#contact_form form dl.last {
  border-bottom: none;
}
#contact_form form dl.textarea, #contact_form form dl.privacyWrap {
  height: 250px;
}
#contact_form form dl.textarea dt, #contact_form form dl.textarea dd, #contact_form form dl.privacyWrap dt, #contact_form form dl.privacyWrap dd {
  height: 250px;
}
#contact_form form dl.textarea dt textarea, #contact_form form dl.textarea dd textarea, #contact_form form dl.privacyWrap dt textarea, #contact_form form dl.privacyWrap dd textarea {
  height: 100%;
  padding-top: 15px;
}
#contact_form form dl.textarea dt .privacy, #contact_form form dl.textarea dd .privacy, #contact_form form dl.privacyWrap dt .privacy, #contact_form form dl.privacyWrap dd .privacy {
  height: 100%;
  overflow: scroll;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 15px;
  padding-top: 0;
  font-size: 14px;
  line-height: 26px;
}
#contact_form form dl.textarea dt .privacy h3, #contact_form form dl.textarea dd .privacy h3, #contact_form form dl.privacyWrap dt .privacy h3, #contact_form form dl.privacyWrap dd .privacy h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
}
#contact_form form dl.privacyWrap {
  border-bottom: none;
}
#contact_form form dl.privacyWrap dd {
  padding-bottom: 0;
}
#contact_form form .accept-this input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
  font-size: 12px;
}
#contact_form form span {
  font-size: 12px;
}
#contact_form .wpcf7-submit {
  width: 260px;
  height: 50px;
  border: 1px solid #ccc;
  background-color: #FFF;
  margin: 20px auto 0;
  display: block;
  color: #444;
}
#contact_form .wpcf7-submit:hover {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
  color: #FFF;
}
#contact_form .wpcf7-not-valid-tip {
  margin-top: 5px 0;
  padding-left: 15px;
}
#contact_form .wpcf7-validation-errors {
  border: none;
  color: red;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
#contact_form .wpcf7-mail-sent-ok {
  border: none;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #contact_form {
    padding: 0 10px;
    width: 100%;
  }
  #contact_form form input, #contact_form form textarea {
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  }
  #contact_form form select {
    height: 30px;
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  @-moz-document url-prefix() {
    #contact_form form {
      /* for firefox */
    }
    #contact_form form select {
      background-color: #FFF;
      background-image: none;
      background: #f6f6f6;
      border: none;
    }
  }
  #contact_form form dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  #contact_form form dl dt {
    width: 100%;
    font-size: 12px;
    margin-left: 0;
    padding: 10px 0 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  #contact_form form dl dd {
    width: 100%;
    padding-left: 15px;
    padding: 0 0 10px;
  }
  #contact_form form dl.textarea, #contact_form form dl.privacyWrap {
    height: auto;
  }
  #contact_form form dl.textarea dd, #contact_form form dl.privacyWrap dd {
    height: 150px;
  }
  #contact_form form dl.textarea dd textarea, #contact_form form dl.privacyWrap dd textarea {
    height: 100%;
    padding-top: 15px;
  }
  #contact_form form dl.textarea dd .privacy, #contact_form form dl.privacyWrap dd .privacy {
    font-size: 12px;
    line-height: 22px;
  }
  #contact_form form dl.textarea dd .privacy h3, #contact_form form dl.privacyWrap dd .privacy h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
  }
  #contact_form form dl.textarea dt, #contact_form form dl.privacyWrap dt {
    height: 40px;
  }
  #contact_form form dl.privacyWrap {
    border-bottom: none;
  }
  #contact_form form dl.privacyWrap dd {
    padding-bottom: 0;
  }
  #contact_form form span {
    font-size: 12px;
  }
  #contact_form .wpcf7-submit {
    width: 100%;
    height: 40px;
  }
  #contact_form .wpcf7-not-valid-tip {
    margin: 5px 0;
    padding-left: 10px;
  }
  #contact_form .wpcf7-validation-errors {
    font-size: 10px;
    margin-top: 10px;
  }
  #contact_form .wpcf7-mail-sent-ok {
    font-size: 12px;
    margin-top: 10px;
  }
}
#policy {
  width: 1220px;
  margin: 0 auto;
}
#policy h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#policy p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #policy {
    width: 100%;
    padding: 0 20px;
  }
  #policy h3 {
    font-size: 14px;
  }
  #policy p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
.picBg.article_single {
  height: 200px;
  margin-bottom: 50px;
}

.pic_content.article_single {
  top: 140px;
}

#single {
  width: 1220px;
  margin: 0 auto -50px;
}
#single .article_header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#single .article_header .img {
  width: 170px;
  height: 113px;
  overflow: hidden;
  margin-right: 0;
}
#single .article_header .img img {
  width: 100%;
  height: auto;
}
#single .article_header .text {
  padding-left: 20px;
  margin-right: auto;
}
#single .article_header .text .time_cat time, #single .article_header .text .time_cat .cat {
  color: #444;
  font-size: 14px;
  line-height: 34px;
  font-family: "Alice", serif;
  padding-left: 22px;
}
#single .article_header .text .time_cat .time {
  background-image: url(../img/news_article/timeIcon.png);
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
#single .article_header .text .time_cat .cat {
  background-image: url(../img/news_article/catIcon.png);
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 15px;
}
#single .article_header .title h1 {
  font-size: 18px;
  line-height: 30px;
  padding-right: 400px;
}
#single .main_content {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .picBg.article_single {
    height: 200px;
    margin-bottom: 50px;
  }

  .pic_content.article_single {
    top: 140px;
  }

  #single {
    width: 100%;
    margin-bottom: 0;
  }
  #single .article_header {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #single .article_header .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 20px;
  }
  #single .article_header .text {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #single .article_header .text .time_cat time, #single .article_header .text .time_cat .cat {
    font-size: 12px;
    padding-left: 20px;
  }
  #single .article_header .text .time_cat .time {
    -moz-background-size: 12px;
    -o-background-size: 12px;
    -webkit-background-size: 12px;
    background-size: 12px;
  }
  #single .article_header .text .time_cat .cat {
    -moz-background-size: 12px;
    -o-background-size: 12px;
    -webkit-background-size: 12px;
    background-size: 12px;
  }
  #single .article_header .title h1 {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding-right: 0;
  }
  #single .main_content {
    font-size: 12px;
    line-height: 22px;
    padding: 0 20px;
  }
}
#agency {
  width: 1180px;
  margin: 0 auto;
}
#agency .agencyMap {
  width: 650px;
  margin: 0 auto;
}
#agency .agencyMap img {
  width: 100%;
  height: auto;
}
#agency table {
  margin: 0 auto;
}
#agency table tr {
  vertical-align: middle;
  font-size: 13px;
}
#agency table tr th {
  text-align: left;
  padding: 20px 30px 20px 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}
#agency table tr th a {
  color: #181818;
}
#agency table tr th span {
  display: block;
  font-size: 11px;
  text-decoration: underline;
  margin-top: 5px;
}
#agency table tr td {
  padding-left: 30px;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #agency {
    width: 100%;
    margin: 0 auto;
  }
  #agency .agencyMap {
    width: 100%;
  }
  #agency .agencyMap img {
    width: 100%;
    height: auto;
  }
  #agency table {
    width: 100%;
  }
  #agency table tr {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  #agency table tr th {
    text-align: left;
    padding: 0px 0px 10px 0;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  #agency table tr th a {
    color: #181818;
  }
  #agency table tr th span {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    margin-top: 5px;
  }
  #agency table tr td {
    padding-left: 0px;
    vertical-align: middle;
    width: 100%;
    display: block;
  }
}

#menuBox{
  margin-bottom: 50px;
}

#menuBox .inner{
  width: 800px;
  margin: 0 auto;
}

#menuBox .inner ul{
  overflow: hidden;
}

#menuBox .inner ul li{
  width: 50%;
  float: left;
  margin-bottom: 30px;
  padding: 0 10px;
}

#menuBox .inner ul li header{
  margin-bottom: 15px;
}

#menuBox .inner ul li header h3{
  font-size: 22px;
  line-height: 24px;
}

#menuBox .inner ul li header span{
  font-size: 12px;
}

#menuBox .inner ul li .contentBox .img img{
  width: 100%;
  height: auto;
}

#menuBox .inner ul li .contentBox .text{
  font-size: 14px;
  margin: 10px 0;
}

#menuBox .inner ul li a{
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  color: #444;
}

#menuBox .inner ul li a:hover{
  color: #FFF;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

@media only screen and (max-width: 959px) {
#menuBox .inner{
  width: 100%;
  margin: 0 auto;
}
#menuBox .inner ul li{
  width: 100%;
  float: none;
  margin-bottom: 30px;
  padding: 0 10px;
}
}

#option{
  width: 800px;
  margin: 0 auto;
}
#option .optionBox{
  overflow: hidden;
}
#option .optionBox header{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#option .optionBox header h2{
  font-size: 20px;
}
#option .optionBox header span{
  font-size: 12px;
  display: block;
}
#option .optionBox .leftBimg{
  width: 400px;
  height: 220px;
  float: left;
  overflow: hidden;
}
#option .optionBox .leftBimg img{
  width: 100%;
  height: auto;
}
#option .optionBox .rightTextImg{
  width: 380px;
  float: right;
  margin-left: 20px;
}
#option .optionBox .rightTextImg p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
#option .optionBox .rightTextImg ul{
  overflow: hidden;
}
#option .optionBox .rightTextImg ul li{
  float: left;
  width: 30%;
  margin: 0 1.5%;
  overflow: hidden;
}
#option .optionBox .rightTextImg ul li img{
  width: 100%;
  height: auto;
}

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

#option{
  width: 100%;
  padding: 0 20px;
}
#option .optionBox .leftBimg{
  width: 100%;
  height: 220px;
  float: none;
  overflow: hidden;
}
#option .optionBox .rightTextImg p{
  font-size: 12px;
  margin-top: 20px;
}
#option .optionBox .rightTextImg{
  width: 100%;
  float: none;
  margin-left: 0px;
}
}