@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Anton);
#innoDescription iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
#innoDescription iframe {
    width:100%;
	height:200px
}
}
.animatedParent .animated.fadeInLeftShort .aligncenter.size-full.wp-image-238 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.boxArea .box {
    display: none;
}

.picBg {
    width: 100%;
    height: 450px;
    margin-top: 45px;
    background-image: url(../img/picBg.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
    .picBg {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .picBg {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

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

.picBg.Bg_about_innoliftneo {
    background-image: url(../img/inoliftneo/picBg.jpg);
}

.picBg.Bg_fle {
    background-image: url(../img/fle/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_product_infoneo {
    background-image: url(../img/inoliftneo/picBgct.jpg);
}

.picBg.Bg_option {
    background-image: url(../img/option/picBg.jpg);
}

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

.picBg.Bg_manual-type {
    background-image: url(../img/innolift-manual-type/picBgctmanual-type.jpg);
}

.picBg.Bg_manual-type1 {
    background-image: url(../img/innolift-manual-type/picBgctmanual-type1.jpg);
}

.picBg.Bg_options {
    background-image: url(../img/option/picBg.jpg);
}

.picBg.Bg_about_tire {
    background-image: url(../img/tire/tiretop.jpg);
}

.picBg.Bg_product_tireinfos {
    background-image: url(../img/tire/picBginfo.jpg);
}

.picBg.Bg_product_beni {
    background-image: url(../img/tire/picBgbeni.jpg);
}

.picBg.Bg_product_tirecat {
    background-image: url(../img/tire/picBgcat.jpg);
}

.flexspace {
    display: flex;
    justify-content: center;
}

#catalog .alignCenter.ino {
    padding-top: 150px;
}

.productList ul {
    display: block;
    margin: 0 auto;
}

.headerAreaInner {
    position: relative;
}

.animated.fadeInLeftShort .sub li {
    height: auto !important;
}

.animated.fadeInLeftShort .sub li ul {
    display: none;
}


/**
 * menu
 */

@media screen and (max-width: 1024px) {
    body #headerArea .headerAreaInner #headerAreaFlogo #frendixLogo {
        margin-bottom: 0;
    }
    body #headerArea .headerAreaInner {
        padding: 8px;
    }
}

@media screen and (max-width: 992px) {
    #globalNavi {
        display: none !important;
    }
}

.menu {
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 1120px;
    margin: 0 auto;
}

.menu>li {
    float: left;
    width: 140px;
    height: 40px;
    line-height: normal;
    /*background: rgb(29, 33, 19);*/
}

.menu>li a {
    display: block;
    color: #333;
}

.menu>li a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .menu>li a:active {
        color: #fff;
    }
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
    /*background: #003366;*/
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

@media screen and (max-width: 1024px) {
    .menu__none:active,
    .menu__multi:active,
    .menu__mega:active,
    .menu__single:active {
        /*background: #003366;*/
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
}

.menu__second-level li {
    border-top: 1px solid #ccc;
}

.menu__third-level li {
    border-top: 1px solid #ccc;
}


/*.menu__second-level li a:hover {
  background: #efefef;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}
*/

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/**
 * single menu
 */

.menu>.menu__single {
    position: relative;
    line-height: 40px;
}

.menu__single .menu__second-level {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}

.menu__single:hover>.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}


/**
 * multi menu
 */

.menu>.menu__multi {
    position: relative;
    line-height: 40px;
}

.menu__multi .menu__second-level {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__multi .menu__second-level a {
    padding: 16px 0;
}

.menu__multi:hover .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.menu__multi .menu__second-level li {
    position: relative;
    border-left: none;
}

.menu__multi .menu__second-level li:hover {
    background: #efefef;
}

@media screen and (max-width: 1024px) {
    .menu__multi .menu__second-level li:active {
        background: #efefef;
    }
}

.menu__multi .menu__second-level li .menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #efefef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
}

.menu__multi .menu__second-level li:hover .menu__third-level {
    visibility: visible;
    opacity: 1;
}

.menu__multi .menu__second-level li .menu__third-level li {
    position: relative;
    color: #fff;
}

.menu__multi .menu__second-level li .menu__third-level li a,
.menu__single .menu__second-level li:nth-child(3) a {
    color: #333;
    line-height: normal !important;
    padding: 8px 0 !important;
}

.menu__multi .menu__second-level li .menu__third-level li:hover {
    background: #efefef;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .menu__multi .menu__second-level li .menu__third-level li:active {
        background: #efefef;
        color: #fff;
    }
}

.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #efefef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
}

.menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**
 * mega menu
 */

.menu__mega .menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__mega:hover .menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.menu__mega .menu__second-level>li {
    float: left;
    width: 32%;
    border: none;
}

.menu__mega .menu__second-level>li:nth-child(3n+2) {
    margin: 0 1%;
}

.menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 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);
    transition: width .2s;
}

@media screen and (min-width: 1299px) {
    .menu-area {
        display: none
    }
}

.menu--isOpen {
    width: 100vw;
}

.menu__button {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.animatedParent .animated.fadeInLeftShort .beni,
.clum {
    width: 1220px;
    height: auto;
    margin: 20px auto 80px auto;
}

.animatedParent .animated.fadeInLeftShort .beni h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

.animatedParent .animated.fadeInLeftShort .beni span {
    font-size: 18px;
    padding: 10px 10px 10px 0;
    display: block;
    color: #419d32;
    letter-spacing: 2px;
}

.animatedParent .animated.fadeInLeftShort .beni table {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.animatedParent .animated.fadeInLeftShort .beni tr th,
.animatedParent .animated.fadeInLeftShort .beni tr td {
    vertical-align: bottom;
    text-align: center;
    width: auto;
}

.animatedParent .animated.fadeInLeftShort .beni tr td p {
    text-align: left;
    display: block;
    padding: 20px;
    line-height: 30px;
}

.animatedParent .animated.fadeInLeftShort .beni tr td:last-child,
.hanten {
    vertical-align: bottom;
    width: 40% !important;
}

.animatedParent .animated.fadeInLeftShort .beni tr th img,
.animatedParent .animated.fadeInLeftShort .beni tr td img {
    margin: 0 auto !important;
    width: 100%;
    height: auto;
    display: block;
}

.alow img {
    width: 100px !important;
    height: auto;
    padding: 0 15px;
}

.animatedParent .clum table tr td {
    text-align: center;
    width: 48%;
}

.animatedParent .clum table tr td img {
    padding: 10px;
    width: 100%;
    height: auto;
}

.animatedParent .clum table tr td h3 {
    font-size: 18px;
    padding: 5px;
    display: block;
}

.animatedParent .clum table tr td p {
    text-align: left;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

#productInfo #product_info_tiremanagement ul {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
}

#productInfo #product_info_tiremanagement ul li {
    vertical-align: top;
    height: auto;
}

#productInfo #product_info_tiremanagement ul article p strong {
    padding: 10px 0;
    display: block;
}

.l2.animated.fadeInDownShort span ruby rt {
    font-size: 14px;
    margin-bottom: -10px;
}

.productImg figure img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#frendixJapanOverview .h-singleall iframe {
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (min-width: 960px) {
    #howtouseTabs .tab_content ul li .cardList:before {
        padding-top: 124%;
    }
    .flexspace {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 959px) {
    .picBg {
        height: 300px;
        margin-top: 50px;
        background-position: centerh;
        margin-bottom: 30px;
    }
    .productList ul {
        display: block;
    }
    .h-single-center-leftcon .h-tab-button-green.h-tab-button-green-2 .h-single-icon02 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .picBg {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.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;
    font-weight: 600;
}

.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;
    }
}

@media screen and (max-width: 767px) {
    .pic_content .description {
        font-size: 12px;
    }
}

#aboutMenu {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #aboutMenu {
        margin-bottom: 40px;
    }
}

#aboutMenu nav ul {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    #aboutMenu nav ul {
        width: 100%;
    }
}

#aboutMenu nav ul li {
    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: 1223px) {
    .animatedParent .animated.fadeInLeftShort .beni,
    .clum {
        width: 90%;
        height: auto;
    }
    #productInfo .productList ul li.gradient {
        width: 40% !important;
    }
}

@media only screen and (max-width: 959px) {
    .animatedParent .animated.fadeInLeftShort .beni,
    .clum {
        width: 90%;
        height: auto;
    }
    #productInfo .productList ul li.gradient {
        width: 40% !important;
    }
    #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;
    }
}

@media screen and (max-width: 767px) {
    #aboutMenu nav ul {
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }
    #aboutMenu nav ul li {
        width: 50%;
        padding: 0;
    }
    #aboutMenu nav ul li {
        padding: 16px 8px;
    }
}

#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 .flemainimg {
    margin-bottom: 50px;
    text-align: center;
}

.fleMovie {
    margin-bottom: 50px;
}

.fleMovie iframe {
    width: 1000px !important;
    height: 500px !important;
    display: block;
    margin: 0 auto !important;
}

#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: 24px auto
    }
    #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 .flemainimg img {
        width: 100%;
        height: auto;
    }
    .fleMovie {
        margin-bottom: 30px;
    }
    .fleMovie iframe {
        width: 100% !important;
        height: 300px !important;
    }
    #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;
    }
    #aboutMenu nav ul li,
    #aboutMenu nav ul,
    #aboutMenu nav ul li:first-child {
        border-left: none;
    }
    .h-singleall .h-single-center .h-single-center-leftcon {
        width: 100%;
        height: auto;
    }
}

#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: 24px auto
    }
    #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;
    line-height: 22px;
}

#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%;
    }
    #productInfo .productList ul {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    #howtouseTabs .tab_content ul li .cardList:before {
        padding-top: 108%;
    }
    #productInfo .productList ul {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 1100px) {
    #productInfo .productList ul {
        display: flex;
        justify-content: center;
    }
    #productInfo .productList ul li.gradient {
        width: 40% !important;
    }
}

@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,
    .animatedParent .animated.fadeInLeftShort .beni,
    .clum {
        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#product_info_tiremanagement ul li.gradient {
    width: 23.25%;
    margin: 5px;
    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.fle ul li.gradient,
#productInfo .productList.fle ul.flexspace li.gradient {
    width: 31.5%;
    margin: auto 0.5%;
    text-align: center;
}

#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;
    position: relative;
    width: 100%;
}

#productInfo .productList ul.flexspace li.gradient article .productImg {
    height: 290px;
    background-color: #fff;
    margin-bottom: 20px;
}

#productInfo .productList ul.flexspace li.gradient#manual-type article .productImg figure {
    height: 290px;
    -webkit-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center 15px;
    position: relative;
}

#productInfo .productList ul.flexspace li.gradient#manual-type article .productImg figure {
    height: 290px;
    -webkit-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center 15px;
    position: relative;
}

#productInfo .productList ul.flexspace li.gradient article .productImg figure {
    height: 290px;
    -webkit-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: center 15px;
    position: relative;
}

#productInfo .productList#product_info_tiremanagement 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,
#productInfo .productList ul.flexspace 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:last-child {
    margin-bottom: 0;
}

#productInfo .productList ul li.gradient:nth-child(1) {
    margin: 0;
}

#productInfo .productList ul.flexspace li.gradient:nth-child(1) {
    margin-left: 2%;
}

#productInfo .productList ul li.gradient#manual-type:nth-child(1) figure {
    background-image: url(../img/innolift-manual-type/innolift-manual-type.jpg);
}

#productInfo .productList ul li.gradient#manual-type:nth-child(1) figure {
    background-image: url(../img/innolift-manual-type/innolift-manual-type.jpg);
}


/*---tire---*/

#productInfo .productList#product_info_tiremanagement ul li.gradient#one figure {
    background-image: url(../img/tire/prodct1.png);
}

#productInfo .productList#product_info_tiremanagement ul li.gradient#two figure {
    background-image: url(../img/tire/prodct2.png);
}

#productInfo .productList#product_info_tiremanagement ul li.gradient#three figure {
    background-image: url(../img/tire/prodct3.png);
}

#productInfo .productList#product_info_tiremanagement ul li.gradient#for figure {
    background-image: url(../img/tire/prodct4.png);
}

#productInfo .productList ul.flexspace li.gradient:nth-child(1) figure {
    background-image: url(../img/productinfo/IL6001000NEO.png);
}

#productInfo .productList ul.flexspace li.gradient:nth-child(2) figure {
    background-image: url(../img/productinfo/IXL5501250NEO.png);
}

#productInfo .productList ul.flexspace li.gradient:nth-child(3) figure {
    background-image: url(../img/productinfo/IXXL5001400NEO.png);
}

#productInfo .productList ul.hevy li.gradient:nth-child(1) figure {
    background-image: url(../img/productinfo/heavy-type900-1000.jpg);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul.hevy li.gradient:nth-child(2) figure {
    background-image: url(../img/productinfo/heavy-type800-1250.jpg);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul li.gradient:nth-child(1) figure {
    background-image: url(../img/productinfo/A600_750.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul li.gradient:nth-child(2) figure {
    background-image: url(../img/productinfo/A600_750.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul li.gradient:nth-child(3) figure {
    background-image: url(../img/productinfo/A600_950.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul li.gradient:nth-child(4) {
    margin-right: 0%;
}

#productInfo .productList ul li.gradient:nth-child(4) figure {
    background-image: url(../img/productinfo/A500_1200.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 370px;
}

#productInfo .productList ul li.gradient a,
#productInfo .productList ul.flexspace 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: 24px auto
    }
    #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,
    #productInfo .productList.fle 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;
    }
    .h-single-center-leftcon-img {
        margin-right: 0px;
        width: 100%;
    }
}

#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: 24px auto
    }
    #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;
        line-height: 38px;
    }
    #catalog .wrapperContent div.right .catalog_buttons .left span,
    #catalog .wrapperContent div.right .catalog_buttons .right span {
        padding-top: 0;
    }
}

.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 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: auto;
}

#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 dd p.dis {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}

#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;
    height: auto;
}

#contact_form form dl.last {
    border-bottom: none;
}

#contact_form form dl.textarea,
#contact_form form dl.privacyWrap {
    height: auto;
}

#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: auto;
}

#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;
    height: 250px;
}

#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;
	margin:0 5px
}

#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;
}
#contact_form form input[type="checkbox"]{
	-webkit-appearance: checkbox;
   -moz-appearance: checkbox;
        appearance: checkbox;

}
@media only screen and (max-width: 768px) {
    #contact_form {
        padding: 0;
        width: 90%;
        margin: 24px auto;
    }
    #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 input[type="checkbox"]{
	-webkit-appearance: checkbox;
   -moz-appearance: checkbox;
        appearance: checkbox;

}
    #contact_form form select {
        background-position: 95% center;
        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;
    }
    #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%;
    }
}

.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) {
    #productInfo #product_info_tiremanagement ul {
        display: block;
        width: 90% !important;
    }
    #productInfo #product_info_tiremanagement ul li {
        width: 100% !important;
    }
    .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) {
    /*.pc{display: none}*/
    #agency {
        width: 100%;
    }
    .animatedParent .animated.fadeInLeftShort .beni tr td p {
        font-size: 13px;
        line-height: normal;
    }
    .clum {
        width: 90%;
        height: auto;
    }
    .clum tr td {
        display: block;
        width: 100% !important;
        padding-bottom: 40px;
    }
    .clum tr td h3 {
        font-size: 16px !important;
    }
    .clum tr td p {
        font-size: 15px !important;
    }
    .animatedParent .animated.fadeInLeftShort .beni {
        width: 90% !important;
        height: auto;
        display: block;
    }
    .animatedParent .animated.fadeInLeftShort .beni table {
        margin-bottom: 100px;
    }
    .alow img {
        width: 50px !important;
        height: auto;
        padding: 0px 10px;
    }
    .animatedParent .animated.fadeInLeftShort .beni h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .animatedParent .animated.fadeInLeftShort .beni span {
        font-size: 14px;
    }
    #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;
    }
    #productInfo .productList ul li.gradient {
        width: 100% !important;
    }
}

.innercontents {
    width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width: 959px) {
    .innercontents {
        width: 90%;
    }
}

.innercontents img {
    width: 99%;
    height: auto;
}

#menuBox {
    margin-bottom: 50px;
}

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

#menuBox .inner.fle h2 {
    font-size: 36px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
    margin-bottom: 15px;
    text-align: center;
}

#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.fle ul li header h3 {
    font-size: 18px;
    text-align: center;
}

#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,
    .animatedParent .animated.fadeInLeftShort .beni {
        width: 100%;
        margin: 0 auto;
    }
    #menuBox .inner ul li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    #menuBox .inner.fle h2 {
        font-size: 24px;
    }
}

#option {
    width: 800px;
    margin: 0 auto;
}

#option .optionBox {
    overflow: hidden;
    margin: 16px auto;
}

#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;*/
    height: auto;
    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;*/
        height: auto;
        float: none;
        overflow: hidden;
    }
    #option .optionBox .rightTextImg p {
        font-size: 12px;
        margin-top: 20px;
    }
    #option .optionBox .rightTextImg {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}

#frendixJapanOverview {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
}

#frendixJapanOverview .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;
}

#frendixJapanOverview table {
    width: 100%;
    margin-bottom: 80px;
}

#frendixJapanOverview h2 {
    text-align: left;
}

#frendixJapanOverview tr {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    display: block;
}

#frendixJapanOverview tr th {
    /*width: 200px;*/
	width: 230px;
    text-align: left;
    font-size: 14px;
}

#frendixJapanOverview tr td {
    font-size: 13px;
}

@media only screen and (max-width: 959px) {
    #frendixJapanOverview {
        padding: 0 20px;
        width: 100%;
        margin: 24px auto;
    }
    #frendixJapanOverview .alignCenter h2 {
        font-size: 24px;
    }
    #frendixJapanOverview table {
        margin-bottom: 50px;
    }
    #frendixJapanOverview h2 {
        text-align: left;
    }
    #frendixJapanOverview tr {
        border-bottom: none;
        padding-bottom: 0;
    }
    #frendixJapanOverview tr th {
        width: 100%;
        font-size: 12px;
        background-color: #f6f6f6;
        display: block;
        padding: 15px;
    }
    #frendixJapanOverview tr td {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 15px;
    }
    #productInfo .productList ul li.gradient {
        width: 40%;
    }
}


/* 販売店一覧ここから */

.h-ichiranall p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.h-ichiranall .h-logos {
    margin-bottom: -200px;
    width: 50%;
}

.h-ichiranall .h-chizu {
    width: 100%;
}

.h-ichiran-title01 {
    border-bottom: solid 1px #00aa3c;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.h-ichiran-title01 p {
    display: inline-block;
}

.h-ichiran-title01 p:first-child {
    font-family: "Anton", sans-serif;
    font-size: 20px;
}


/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    border: solid 1px #aaaaaa;
    width: 100%;
    margin: 50px auto 0 auto;
}


/*タブのスタイル*/

.tab_item {
    width: calc(100% / 11);
    height: 50px;
    border-right: solid 1px #aaaaaa;
    border-bottom: 3px solid #00aa3c;
    background-color: #eeeeee;
    line-height: 50px;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.8;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

#hokkaido:checked~#hokkaido_content,
#touhoku:checked~#touhoku_content,
#koushinetsu:checked~#koushinetsu_content,
#kanto:checked~#kanto_content,
#toukai:checked~#toukai_content,
#hokuriku:checked~#hokuriku_content,
#kinki:checked~#kinki_content,
#cyugoku:checked~#cyugoku_content,
#shikoku:checked~#shikoku_content,
#kyusyu:checked~#kyusyu_content,
#okinawa:checked~#okinawa_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    background-color: #00aa3c;
    color: #fff;
}

.c-txtsp {
    padding: 10px 0;
    margin-bottom: 30px;
}

.h-tab-title {
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #00aa3c;
}

.h-tab-title img {
    width: 12px;
    height: 12px;
    margin-right: 15px;
}

.h-tab-button-green {
    cursor: pointer;
    /*display: inline-block;*/
    background-color: #00aa3c;
    border-radius: 5px;
    border-bottom: solid 5px #2d693c;
    width: 300px;
    vertical-align: top;
    min-height: 50px;
line-height:24px
    /*line-height: 45px;*/
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
	display:flex;
	justify-content:center;
	align-items:center
}

.centerlink {
    display: block;
    margin: 0 auto 20px auto;
}

.h-tab-button-green:hover {
    opacity: 0.8;
}

.h-tab-button-green:active {
    border: none;
    margin-top: 5px;
    margin-bottom: -5px;
}

.h-tab-button-green:active+.h-tab-addtelall {
    margin-bottom: 22px;
}

.h-tab-button-green p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.h-tab-addtelall {
    display: inline-block;
}

.h-tab-addtel {
    display: block;
    margin-left: 15px;
}

.h-tab-addtel p {
    font-size: 13px;
    /*display: inline-block;*/
}

.h-tab-addtel span {
    font-size: 13px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 2px;
}


/*.h-tab-addtel p:not(.h-tab-addtel-cat) {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}*/

.h-tab-cat {
    margin-bottom: 20px;
}


/* 販売店一覧ここまで */


/* 販売店詳細ここから */

.h-singleall p {
    font-size: 13px;
    letter-spacing: 2px;
}

.h-single-topcon {
    background-color: #eeeeee;
    width: 100%;
    height: auto;
    padding: 25px;
    display: flex;
}

.h-single-topcon-div {
    background-color: #ffffff;
    display: inline-block;
    width: 390px;
    height: 130px;
    padding: 25px;
    text-align: center;
    vertical-align: top;
}

.h-single-topcon-div:first-child {
    margin-right: 25px;
}

.h-single-topcon-div-span {
    display: block;
}

.h-single-topcon-div-span p {
    font-size: 26px;
    font-weight: 900;
    color: #00aa3c;
    display: inline-block;
}

.h-single-topcon-div-span .h-single-icon01 {
    width: 30px;
    height: 25px;
    margin-right: 10px;
}

.h-single-topcon-div-acontact {
    display: block;
    margin: 10px auto;
    width: 300px;
    height: 50px;
    line-height: 45px;
    padding: 0 15px;
    text-align: right;
    color: #00aa3c;
    font-size: 13px;
    border: solid 1px #00aa3c;
    text-align: center;
}

.h-single-topcon-div-acontact:hover {
    border: solid 1px #ffffff;
    background-color: #00aa3c;
    color: #ffffff;
}

.h-single-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}

.h-single-center-leftcon {
    width: 320px;
    display: inline-block;
    vertical-align: top;
}

.h-single-center-leftcon img {
    width: 100%;
    height: auto;
}

.h-single-center-leftcon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /*font-family: 'object-fit: contain';*/
}

.h-tab-button-green-2:active {
    margin-bottom: 15px;
}

.h-single-icon02 {
    width: 17px;
    height: 17px;
    margin-left: 15px;
}

.h-tab-button-green-2 p {
    display: inline-block;
}

.h-single-center-rightcon {
    float: right;
    /*width: 430px;*/
    width: 500px;
    vertical-align: top;
}

#frendixJapanOverview .h-single-center-rightcon table {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#frendixJapanOverview .h-single-center-rightcon table tr {
    padding: 0;
}

#frendixJapanOverview .h-single-center-rightcon table tr:last-child {
    border: none;
}

#frendixJapanOverview .h-single-center-rightcon table th {
    background-color: #eeeeee;
    padding: 20 0px;
    width: 90px;
    text-align: center;
}

.h-single-center-rightcon table td {
    padding: 20px;
}

.h-single-googlemap {
    width: 100%;
    margin-bottom: 100px;
}


/* 販売店詳細ここまで */

@media only screen and (max-width: 959px) {
    /* 販売店一覧ここから */
    .h-ichiranall .h-logos {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .h-ichiranall .h-chizu {
        display: block;
        width: 90%;
        margin: 30px auto;
    }
    .tab_item {
        font-size: 9px;
    }
    .h-tab-button-green {
        /*display: block;*/
        margin: 20px auto;
    }
    .h-tab-addtelall {
        display: block;
        width: 350px;
        margin: 0 auto;
    }
    .tab_content {
        padding: 30px 15px;
    }
    /* 販売店一覧ここまで */
    /* 販売店詳細ここから */
    .h-single-topcon-div {
        display: block;
        width: 80%;
        margin: 10px auto;
    }
    .h-single-topcon-div:first-child {
        margin-right: auto;
    }
    .h-single-center {
        flex-direction: column;
    }
    #frendixJapanOverview tr td {
        font-size: 13px;
    }
    .h-single-topcon-div-acontact {
        text-align: center;
    }
    .h-single-center-leftcon {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    .h-single-center-leftcon-img {
        display: block;
        margin: 0 auto;
    }
    .h-single-center-rightcon {
        width: 100%;
    }
    #frendixJapanOverview .h-single-center-rightcon table th {
        width: 100%;
    }
    .h-tab-button-green-2:active {
        margin-bottom: 45px;
    }
    .h-tab-button-green:active {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /* 販売店詳細ここまで */
}

@media only screen and (max-width: 500px) {
    .h-tab-button-green {
        /*display: block;*/
        width: 90%;
        margin: 20px auto;
    }
    .h-tab-addtelall {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .h-single-topcon-div {
        width: 100%;
    }
    .h-single-topcon-div-span p {
        font-size: 20px;
    }
    .h-single-topcon-div-acontact {
        width: 80%;
        font-size: 10px;
    }
    .h-single-center-leftcon-img {
        width: 100%;
    }
    .h-tab-button-green {
        border: none;
    }
    .h-tab-button-green-2:active {
        margin-bottom: 20px;
        margin-top: 20px;
        border: none;
    }
    .h-tab-button-green:hover {
        opacity: 1;
    }
}


/* 販売店募集ページ */

.wanted_top_001 {
    background-image: url(../img/wanted_top_001.jpg);
}

.wanted-button001 {
    background-image: linear-gradient(-45deg, #64af64 25%, #5aaa46 25%, #5aaa46 50%, #64af64 50%, #64af64 75%, #5aaa46 75%, #5aaa46);
    background-size: 40px 40px;
    box-sizing: border-box;
    width: 500px;
    height: 60px;
    display: block;
    margin: 0px auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 6px 0 0 #2e683a;
}

.wanted-button001:hover {
    /*margin: -4px auto 0 auto;*/
    /*box-shadow: 0px 10px 0 0 #2e683a;*/
    margin: 0px auto !important;
    opacity: 0.7;
}


/*.wanted-button001:hover+div {
    margin-top: 64px;
}

.wanted-button001:active {
    margin-top: 6px;
    box-shadow: none;
}

.wanted-button001:active+div {
    margin-top: 60px;
}*/

.wanted-button001 p {
    display: inline-block;
    margin: 20px auto;
    color: #ffffff;
    font-weight: 700;
}

.wantedall img {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto 30px auto;
}

.wantedall .wanted-sp-img {
    display: none;
}

.wantedall div {
    margin: 60px auto;
}

@media screen and (max-width: 850px) {
    .wanted-button001 {
        width: 300px;
        font-size: 12px;
    }
    .wantedall .wanted-pc-img {
        display: none;
    }
    .wantedall .wanted-sp-img {
        display: block;
    }
    .bottomborder {
        border-top: 1px solid #eee !important;
    }
    .h-single-topcon {
        padding: 10px;
        display: block;
    }
    .h-single-topcon-div {
        margin: 0;
        height: auto;
    }
    .h-singleall p {
        letter-spacing: 0;
    }
    .h-single-topcon-div-span {
        padding: 10px 0;
    }
    .h-single-topcon-div-acontact {
        font-size: 13px;
        width: 100%;
    }
    .h-tab-button-green p {
        font-size: 12px;
    }
}

table.title td {
    font-family: "Anton", sans-serif;
    font-weight: 600;
}

@media only screen and (min-width: 1101px) {
    table.title td {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1100px) {
    table.title td {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1099px) {
    table.title td {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    table.title td {
        font-size: 25px;
    }
}

@media only screen and (max-width: 559px) {
    table.title td {
        font-size: 20px;
    }
}


/* .widthplus  */

#frendixJapanOverview.widthplus {
    width: 950px;
}

.widthplus .tab_content .c-txtsp {
    margin-bottom: 0 !important
}

.widthplus .h-tab-con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*border-bottom: 1px solid #EDEDED;*/
    padding: 16px 0;
}

@media screen and (max-width: 767px) {
    #frendixJapanOverview.widthplus {
        width: 90%;
    }
    .widthplus .h-tab-con {
        flex-direction: column;
    }
}

.widthplus .h-tab-button-green {
    margin-bottom: 0 !important;
    /*padding: 0 18px;*/
	padding:10px 16px;
    width: 350px;
}

@media screen and (max-width: 767px) {
    .widthplus .h-tab-button-green {
        width: 100%;
        height: auto;
        list-style: none;
        /*padding: 2px 8px !important;*/
    }
}

.widthplus .h-tab-addtelall {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .widthplus .h-tab-addtelall {
        margin-top: 8px;
    }
}

.widthplus .h-tab-addtelall table,
.widthplus .h-tab-addtelall table tr {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.widthplus .h-tab-addtelall table th {
    font-weight: normal;
    width: auto !important;
    white-space: nowrap;
    font-size: 13px !important;
    padding-right: 8px;
    border-right: 1px solid #EDEDED;
    min-width: 65px;
}

.widthplus .h-tab-addtelall table td {
    width: auto;
    white-space: nowrap;
    padding-left: 8px;
}

.widthplus .h-tab-addtel span {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .widthplus .h-tab-addtelall table td {
        white-space: normal;
    }
    .widthplus .h-tab-addtel span,
    .h-single-center-rightcon table td span {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
    }
}

.widthplus .h-tab-addtelall table td p {
    padding: 4px 0;
    display: block;
}

.widthplus .h-tab-addtelall table th,
.widthplus .h-tab-addtelall table td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.widthplus .tab_item {
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .widthplus .h-tab-addtelall table th {
        padding: 4px !important
    }
    .widthplus .h-tab-addtel {
        margin-left: 0;
    }
}

@media only screen and (max-width: 959px) {
    .widthplus .h-tab-addtelall table th {
        padding: 4px !important
    }
    .widthplus .h-tab-con {
        border-bottom: 1px dotted #ededed;
    }
}

@media screen and (max-width: 767px) {
    .widthplus .tab_item {
        writing-mode: vertical-rl;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .widthplus .tab_item {
        line-height: 50px;
    }
    .pc_br {
        /*margin-left: 4px;*/
        display: block;
    }
    .widthplus .pc_br {
        display: inline
    }
}


/* 販売店募集ページend */

.social.fix {
    position: fixed;
    top: 31%;
    right: 0;
    z-index: 9999999;
}

.social.top {
    position: static;
    z-index: 9999999;
    width: 220px;
    text-align: center;
    margin-top: 30px;
}

@media screen and (min-width: 767px) {
    .bx-wrapper .bx-pager {
        bottom: 30px !important;
    }
}


/*@media screen and (max-width: 967px){
    .social.top {
        display: none;
    }
}*/


/*@media screen and (max-width: 1400px){
    .social.fix {
        position: fixed;
        top: 60px;
        right: 0px;
    }
}*/

@media screen and (max-width: 1320px) {
    .social.fix {
        position: fixed;
        top: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 960px) {
    .social.fix {
        position: fixed;
        top: 4px;
        right: 60px;
    }
}

.social,
.social.fades li a {
    transition: ease 1s;
}

.social li {
    height: auto;
}

.social.fades {
    margin-right: -126px;
}

.social.fades li a:hover {
    margin-right: 126px;
}

@media screen and (max-width: 1320px) {
    .social.fades {
        margin-right: 0
    }
    .social.fades li a:hover {
        margin-right: 0
    }
}

@media screen and (max-width: 960px) {
    .social.fades {
        margin-right: 0
    }
    .social.fades li a:hover {
        margin-right: 0
    }
}

.social li {
    border-radius: 5px;
}

.social li,
.social li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/*@media screen and (max-width: 960px) {
    .social li{
        width: 170px;
        height: 40px;
    }
}

*/

@media screen and (max-width: 767px) {
    .social.top {
        width: 100%;
        position: fixed;
        top: 30px;
        right: 10px;
        text-align: right;
    }
    .social li,
    .social li a {
        font-size: 11px;
    }
    .social li {
        display: inline-block;
        vertical-align: middle;
        width: 160px;
        height: 40px;
    }
}

.social li a {
    padding: 8px 16px 8px 8px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .social.top {
        width: 90%;
        position: fixed;
        top: 30px;
        right: 10px;
        text-align: right;
    }
    .social li,
    .social li a {
        font-size: 11px;
    }
    .social li {
        display: inline-block;
        vertical-align: middle;
        width: 160px;
        height: auto;
    }
}

.social li a {
    padding: 8px 16px 8px 8px;
}

@media screen and (max-width: 960px) {
    .social li a {
        padding: 6px;
    }
}

.social li img {
    width: 40px;
    height: auto;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 960px) {
    .social li img {
        width: 30px;
    }
}

.social li span {
    display: inline-block;
    vertical-align: middle;
}

.social li.line {
    background-color: #51B134;
    height: auto;
}

.social li.fb {
    background-color: #3F558D;
}

.fancybox-container.fancybox-is-open {
    z-index: 99999999 !important;
}

#bellfaceConnect {
    width: 230px;
    display: block;
    margin: 0 0 0 -5px;
    padding: 0;
}

#bellfaceConnect img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .social li.line {
        padding: 4px 0 0 0;
    }
    #bellfaceConnect {
        margin: -8px 0 0 0;
        width: 160px;
        height: 40px;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .social li.line {
        padding: 4px 0;
    }
    #bellfaceConnect {
        margin: 0px 0 0 0;
        width: 160px;
        height: auto;
    }
    #bellfaceConnect img {
        width: 160px;
        height: auto
    }
}

.wpcf7-list-item input[type="checkbox"] {
    transform: scale(1.5);
}

.agr {
    margin: 16px auto;
    background-color: #efefef;
    cursor: not-allowed;
    position: relative;
}

.agr {
    display: block;
    position: relative;
}

.agr span {
    display: none;
}

.agr:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '上記の規約を全てお読みいただきますと、こちらに同意のチェックボックスが表示されます。';
    font-size: 14px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.agr.active span {
    display: inline-block;
    font-size: 14px !important;
}

.agr.active:after {
    display: none;
}

.agr .accept-this input {
    display: none;
}

.agr.active {
    background-color: #fff;
    cursor: pointer;
}

.agr.active .accept-this input {
    display: inline-block;
}

.movie {
    width: 80%;
    height: auto;
    display: block;
    margin: 16px auto;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

.boxinfo{
    display: block;
    padding: 24px;
  border: 1px solid #ccc;
  margin: 20px auto 0 auto;
  }

dd.flexzone > p{
	display: flex;
  align-items: center;
}