@charset "UTF-8";
/* Scss Document */
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

/*for pc*/
@media only screen and (min-width: 737px), print {
  .caution_M {
    font-size: 14px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  /*メインビュー*/
  #mv {
    width: 1200px;
    min-width: 980px;
    margin: 0 auto;
  }
  #mv .inner {
    position: relative;
    height: 510px;
    margin-bottom: 55px;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    background: url(../img/main_pc.jpg) left center no-repeat;
    background-size: cover;
  }
  #mv .inner.campaign {
    background-image: url(../img/main_campaign_pc.jpg);
  }
  #mv .inner.electric {
    background-image: url(../img/main_electric_pc.jpg);
  }
  #mv .mv_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 980px;
    margin: auto;
  }
  #mv .mv_text .mv_pc_textbox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #mv .mv_text .mv_sp_textbox {
    display: none;
  }
  #mv .slick-arrow {
    top: -55px;
  }
  #mv .slick-dots {
    bottom: 35px;
  }
  /*もしもの時も、安心の保険付き*/
  #insurance {
    padding: 50px 0;
    background: #eceff1;
  }
  #insurance .lead {
    margin-bottom: 35px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
  }
  #insurance .insuranceWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 980px;
    margin: 0 auto;
  }
  #insurance .insuranceWrapper p.ho {
    width: 427px;
  }
  #insurance .insuranceWrapper p.ho img {
    width: 100%;
  }
  #insurance .insuranceWrapper dl.hosyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
  #insurance .insuranceWrapper dl.hosyou dt {
    display: block;
    width: 178px;
  }
  #insurance .insuranceWrapper dl.hosyou dt img {
    width: 100%;
  }
  #insurance .insuranceWrapper dl.hosyou dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 322px;
    padding-left: 18px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .jikonorei {
    margin-bottom: 5px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    font-weight: bold;
  }
  #insurance .insuranceWrapper dl.hosyou dd .jikonorei.spNone {
    display: block;
    margin-bottom: 10px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .copy {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .hosyougaku {
    margin-bottom: 5px;
    color: #cc0000;
    letter-spacing: -0.005em;
  }
  #insurance .insuranceWrapper dl.hosyou dd .hosyougaku sup {
    position: relative;
    top: -0.6em;
    left: 0.2em;
    color: #2b383f;
    font-size: 12px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .caution {
    display: block;
    padding-left: 1em;
    font-size: 10px;
    letter-spacing: -0.005em;
    line-height: 1rem;
    text-indent: -1em;
  }
  /*ページ内遷移アンカーリンク*/
  .anchorLink {
    width: 980px;
    margin: 75px auto 30px;
  }
  .anchorLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchorLink ul li {
    width: 309px;
  }
  .anchorLink ul li a {
    display: block;
    height: 80px;
    background: url("../img/bg_anchorlink.png") no-repeat;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
  }
  .anchorLink ul li a span {
    display: block;
    padding-top: 15px;
    /*position: relative;*/
    /*&::after{
						content: '';
						border-top: 1px solid #009844;
						border-right: 1px solid #009844;
						position: absolute;
						left: calc(50% - 5px);
						top: 110%;
						width: 10px;
						height: 10px;
						transform: rotate(135deg);
					}*/
  }
  /*ラインアップ*/
  .lineup {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .lineup .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Line up";
  }
  .lineup .leadcopy {
    margin-bottom: 50px;
    text-align: center;
  }
  .lineup .tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 710px;
    margin: 0 auto 70px;
  }
  .lineup .tabList li {
    width: 214px;
  }
  .lineup .tabList li a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
    color: #2b383f;
    list-style: 28px;
  }
  .lineup .tabList li a[href="#handle"] {
    padding-left: 64px;
    background: url("../img/tab01_def.png") 29px center no-repeat;
    background-size: 28px auto;
  }
  .lineup .tabList li a[href="#handle"].current, .lineup .tabList li a[href="#handle"]:hover {
    background: url("../img/tab01_current.png") #009844 29px center no-repeat;
    background-size: 28px auto;
    color: #fff;
    opacity: 1;
  }
  .lineup .tabList li a[href="#kariba"] {
    padding-left: 44px;
    background: url("../img/tab02_def.png") 12px center no-repeat;
    background-size: 28px auto;
  }
  .lineup .tabList li a[href="#kariba"].current, .lineup .tabList li a[href="#kariba"]:hover {
    background: url("../img/tab02_current.png") #009844 12px center no-repeat;
    background-size: 28px auto;
    color: #fff;
    opacity: 1;
  }
  .lineup .tabList li a[href="#band"] {
    padding-left: 44px;
    background: url("../img/tab03_def.png") 12px center no-repeat;
    background-size: 28px auto;
  }
  .lineup .tabList li a[href="#band"].current, .lineup .tabList li a[href="#band"]:hover {
    background: url("../img/tab03_current.png") #009844 12px center no-repeat;
    background-size: 28px auto;
    color: #fff;
    opacity: 1;
  }
  .lineup h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #009844;
    font-size: 26px;
  }
  .lineup h4:first-of-type {
    margin-top: 0;
  }
  .lineup .productsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup .productsWrap::after {
    display: block;
    width: 300px;
    content: "";
  }
  .lineup .productsWrap .products {
    width: 300px;
    margin-bottom: 30px;
  }
  .lineup .productsWrap .products img {
    width: 100%;
  }
  .lineup .productsWrap .products .kataban {
    margin-bottom: 15px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .lineup .productsWrap .products .priceBox {
    padding: 15px;
    background: #eceff1;
    font-size: 14px;
  }
  .lineup .productsWrap .products .priceBox span {
    display: block;
    color: #cc0000;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .lineup .productsWrap .products .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup .productsWrap .products .spec li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 145px;
    min-height: 50px;
    margin-top: 10px;
    border: 1px solid #edf0f2;
    font-size: 12px;
    letter-spacing: -0.05em;
    text-align: center;
  }
  /*特徴*/
  .feature {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .feature .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Feature";
  }
  .feature .leadcopy {
    margin-bottom: 50px;
    text-align: center;
  }
  .feature h4 {
    margin-bottom: 30px;
    background: #eceff1;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .feature sup {
    position: relative;
    top: -0.3em;
    font-size: 12px;
  }
  .feature .fourstrokeEngine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  .feature .fourstrokeEngine .text {
    width: 640px;
  }
  .feature .fourstrokeEngine .photo {
    width: 300px;
  }
  .feature .fourstrokeEngine .photo img {
    width: 100%;
  }
  .feature .handleType,
  .feature .cutterHead {
    margin-bottom: 60px;
  }
  .feature .handleType ul,
  .feature .cutterHead ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature .handleType ul::after,
  .feature .cutterHead ul::after {
    display: block;
    width: 300px;
    content: "";
  }
  .feature .handleType ul li,
  .feature .cutterHead ul li {
    width: 300px;
  }
  .feature .handleType ul li img,
  .feature .cutterHead ul li img {
    width: 100%;
  }
  .feature .handleType ul li p:nth-child(1),
  .feature .cutterHead ul li p:nth-child(1) {
    margin-bottom: 10px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .feature .handleType ul li p:nth-child(2),
  .feature .cutterHead ul li p:nth-child(2) {
    margin-bottom: 10px;
  }
  /*選び方のポイント*/
  .selectPoint {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
  .selectPoint .headline_txt {
    line-height: 1.3;
  }
  .selectPoint .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Point";
  }
  .selectPoint .leadcopy {
    margin-bottom: 50px;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .selectPoint .kusa_shiba_kari a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 300px;
    padding: 25px;
    border: 4px solid #eceff1;
    border-radius: 7px;
  }
  .selectPoint .kusa_shiba_kari a:hover, .selectPoint .kusa_shiba_kari a.current {
    border: 4px solid #009844;
    opacity: 1;
  }
  .selectPoint .kusa_shiba_kari a:hover .kochira, .selectPoint .kusa_shiba_kari a.current .kochira {
    text-decoration: underline;
  }
  .selectPoint .kusa_shiba_kari a .anataha {
    margin-bottom: 20px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari a .anataha span {
    display: block;
    font-size: 26px;
  }
  .selectPoint .kusa_shiba_kari a .photo img {
    width: 100%;
    margin-bottom: 25px;
  }
  .selectPoint .kusa_shiba_kari a .photo span span {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari a .photo .kochira {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari a .txt_ti {
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    line-height: 2.5em;
  }
  /*外部リンク*/
  .linkArea {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .linkArea .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Link";
  }
  .linkArea a {
    color: #2b383f;
  }
  .linkArea .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkArea .linkList a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    width: 470px;
    border: 2px solid #eceff1;
    line-height: 64px;
    text-align: center;
  }
  .linkArea .linkList a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #2d3a41;
    border-right: 2px solid #2d3a41;
    content: "";
  }
  .linkArea .linkList a.pdf::before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 27px;
    height: 29px;
    background: url(../common/img/icon-pdf.png) left center no-repeat;
    background-size: contain;
    content: "";
  }
}

/*for sp*/
@media only screen and (max-width: 736px) {
  .caution_M {
    font-size: 12px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  /*メインビュー*/
  #mv .mv_img {
    width: 100%;
    height: 0;
    padding-top: 78.125%;
    background: url(../img/main_sp.jpg) left top no-repeat;
    background-size: 100% auto;
  }
  #mv .mv_text {
    text-align: left;
  }
  #mv .mv_text .mv_pc_textbox {
    display: none;
  }
  #mv .mv_text .mv_sp_textbox {
    padding: 25px 15px 35px;
  }
  #mv .mv_text .mv_sp_textbox h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0.8em;
    background: #009844;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
  #mv .mv_text .mv_sp_textbox .leadcopy {
    margin-bottom: 25px;
    font-size: 20px;
  }
  #mv .mv_text .mv_sp_textbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mv .mv_text .mv_sp_textbox ul li {
    width: 33.33333%;
    padding-top: 22%;
    font-size: 12px;
    text-align: center;
  }
  #mv .mv_text .mv_sp_textbox ul li:nth-child(1) {
    background: url("../img/leadicon_sp01.gif") center top no-repeat;
    background-size: 60%;
  }
  #mv .mv_text .mv_sp_textbox ul li:nth-child(2) {
    background: url("../img/leadicon_sp02.gif") center top no-repeat;
    background-size: 60%;
  }
  #mv .mv_text .mv_sp_textbox ul li:nth-child(3) {
    background: url("../img/leadicon_sp03.gif") center top no-repeat;
    background-size: 60%;
  }
  #mv .inner.campaign .mv_img {
    background-image: url(../img/main_campaign_sp.jpg);
  }
  #mv .inner.campaign .mv_text .mv_sp_textbox .leadcopy {
    font-size: 24px;
    letter-spacing: normal;
  }
  #mv .inner.electric .mv_img {
    background-image: url(../img/main_electric_sp.jpg);
  }
  #mv .inner.electric .mv_text .mv_sp_textbox .leadcopy {
    font-size: 24px;
    letter-spacing: normal;
  }
  #mv .slick-arrow {
    top: calc(78.125vw / 2 - 25px /2);
    bottom: auto;
  }
  #mv .slick-prev {
    z-index: 10;
    left: 10px;
  }
  #mv .slick-next {
    right: 10px;
  }
  /*もしもの時も、安心の保険付き*/
  #insurance {
    padding: 30px 0;
    background: #eceff1;
  }
  #insurance .lead {
    margin-bottom: 20px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }
  #insurance .lead.spShow {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  #insurance .insuranceWrapper {
    width: 90.625%;
    margin: 0 auto;
  }
  #insurance .insuranceWrapper dl {
    font-size: 12px;
  }
  #insurance .insuranceWrapper p.ho {
    margin-bottom: 30px;
  }
  #insurance .insuranceWrapper p.ho img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  #insurance .insuranceWrapper dl.hosyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #insurance .insuranceWrapper dl.hosyou dt {
    display: block;
    width: 112px;
  }
  #insurance .insuranceWrapper dl.hosyou dt img {
    width: 100%;
  }
  #insurance .insuranceWrapper dl.hosyou dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: calc(100% - 112px);
    padding-left: 15px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .jikonorei {
    margin-bottom: 5px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
  }
  #insurance .insuranceWrapper dl.hosyou dd .copy {
    margin-bottom: 5px;
  }
  #insurance .insuranceWrapper dl.hosyou dd .hosyougaku {
    margin-bottom: 5px;
    color: #cc0000;
    letter-spacing: -0.005em;
  }
  #insurance .insuranceWrapper dl.hosyou dd .hosyougaku sup {
    position: relative;
    top: -0.3em;
    left: 0.2em;
    color: #2b383f;
    font-size: 10px;
  }
  #insurance .insuranceWrapper p.caution {
    display: block;
    padding-left: 1em;
    font-size: 10px;
    line-height: 1rem;
    text-indent: -1em;
  }
  /*ページ内遷移アンカーリンク*/
  .anchorLink {
    margin: 30px auto;
  }
  .anchorLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #959b9f;
    border-bottom: 1px solid #959b9f;
  }
  .anchorLink ul li {
    width: 33.3333%;
  }
  .anchorLink ul li:nth-child(2) {
    border-right: 1px solid #959b9f;
    border-left: 1px solid #959b9f;
  }
  .anchorLink ul li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    background: url("../img/bg_anchorlink_sp.png") center bottom 12% no-repeat;
    background-size: 11px 7px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-align: center;
  }
  .anchorLink ul li a span {
    display: block;
    /*position: relative;*/
    /*&::after{
						content: '';
						border-top: 1px solid #009844;
						border-right: 1px solid #009844;
						position: absolute;
						left: calc(50% - 5px);
						top: 110%;
						width: 10px;
						height: 10px;
						transform: rotate(135deg);
					}*/
  }
  /*ラインアップ*/
  .lineup {
    width: 100%;
    padding: 40px 0;
    /**/
  }
  .lineup .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Line up";
  }
  .lineup .leadcopy {
    margin-bottom: 30px;
    text-align: center;
  }
  .lineup .tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90.625%;
    margin: 0 auto 35px;
  }
  .lineup .tabList li {
    width: 31%;
  }
  .lineup .tabList li a {
    display: block;
    padding-top: 52%;
    padding-bottom: 12%;
    border-radius: 6px;
    color: #2b383f;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .lineup .tabList li a[href="#handle"] {
    background: url("../img/tab01_def.png") #eceff1 center 18% no-repeat;
    background-size: 40% auto;
  }
  .lineup .tabList li a[href="#handle"].current, .lineup .tabList li a[href="#handle"]:hover {
    background: url("../img/tab01_current.png") #009844 center 18% no-repeat;
    background-size: 40% auto;
    color: #fff;
    opacity: 1;
  }
  .lineup .tabList li a[href="#kariba"] {
    background: url("../img/tab02_def.png") #eceff1 center 18% no-repeat;
    background-size: 40% auto;
  }
  .lineup .tabList li a[href="#kariba"].current, .lineup .tabList li a[href="#kariba"]:hover {
    background: url("../img/tab02_current.png") #009844 center 18% no-repeat;
    background-size: 40% auto;
    color: #fff;
    opacity: 1;
  }
  .lineup .tabList li a[href="#band"] {
    background: url("../img/tab03_def.png") #eceff1 center 18% no-repeat;
    background-size: 40% auto;
  }
  .lineup .tabList li a[href="#band"].current, .lineup .tabList li a[href="#band"]:hover {
    background: url("../img/tab03_current.png") #009844 center 18% no-repeat;
    background-size: 40% auto;
    color: #fff;
    opacity: 1;
  }
  .lineup h4 {
    width: 90.625%;
    margin: 20px auto 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #009844;
    font-size: 18px;
  }
  .lineup .productsWrap {
    width: 78.125%;
    margin: 0 auto;
  }
  .lineup .productsWrap .products {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  .lineup .productsWrap .products img {
    width: 100%;
  }
  .lineup .productsWrap .products .kataban {
    margin-bottom: 15px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .lineup .productsWrap .products .priceBox {
    padding: 15px;
    background: #eceff1;
    font-size: 14px;
  }
  .lineup .productsWrap .products .priceBox span {
    display: block;
    color: #cc0000;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .lineup .productsWrap .products .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup .productsWrap .products .spec li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
    min-height: 50px;
    margin-top: 10px;
    border: 1px solid #edf0f2;
    font-size: 11px;
    letter-spacing: -0.05em;
    text-align: center;
  }
  /*特徴*/
  .feature {
    width: 90.625%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .feature .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Feature";
  }
  .feature .leadcopy {
    margin-bottom: 25px;
    text-align: center;
  }
  .feature h4 {
    margin-bottom: 20px;
    padding: 12px;
    background: #eceff1;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .feature sup {
    position: relative;
    top: -0.3em;
    font-size: 12px;
  }
  .feature .fourstrokeEngine {
    margin-bottom: 30px;
  }
  .feature .fourstrokeEngine .photo {
    margin-top: 20px;
  }
  .feature .fourstrokeEngine .photo img {
    width: 100%;
  }
  .feature .handleType,
  .feature .cutterHead {
    margin-bottom: 50px;
    font-size: 14px;
  }
  .feature .handleType ul li,
  .feature .cutterHead ul li {
    margin-bottom: 30px;
  }
  .feature .handleType ul li img,
  .feature .cutterHead ul li img {
    width: 100%;
  }
  .feature .handleType ul li p:nth-child(1),
  .feature .cutterHead ul li p:nth-child(1) {
    margin-bottom: 10px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  .feature .handleType ul li p:nth-child(2),
  .feature .cutterHead ul li p:nth-child(2) {
    margin-bottom: 10px;
  }
  /*選び方のポイント*/
  .selectPoint {
    width: 90.625%;
    margin: 0 auto;
  }
  .selectPoint .headline_txt {
    line-height: 1.3;
  }
  .selectPoint .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Point";
  }
  .selectPoint .leadcopy {
    margin-bottom: 25px;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari a {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
    border: 4px solid #eceff1;
    border-radius: 7px;
  }
  .selectPoint .kusa_shiba_kari a.current {
    border: 4px solid #009844;
    opacity: 1;
  }
  .selectPoint .kusa_shiba_kari a.current .kochira {
    text-decoration: underline;
  }
  .selectPoint .kusa_shiba_kari a .anataha {
    margin-bottom: 20px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .selectPoint .kusa_shiba_kari a .anataha span {
    display: inline-block;
    padding-left: 0.2em;
    font-size: 22px;
  }
  .selectPoint .kusa_shiba_kari a .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
  .selectPoint .kusa_shiba_kari a .photo span {
    width: 50%;
  }
  .selectPoint .kusa_shiba_kari a .photo span img {
    width: 86%;
  }
  .selectPoint .kusa_shiba_kari a .photo span span {
    display: block;
    font-size: 15px;
  }
  .selectPoint .kusa_shiba_kari a .photo .kochira {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
  }
  .selectPoint .kusa_shiba_kari a .txt_ti {
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
  }
  /*外部リンク*/
  .linkArea {
    width: 90.625%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .linkArea .headline_txt::after {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    content: "Link";
  }
  .linkArea a {
    color: #2b383f;
  }
  .linkArea .linkList {
    margin-bottom: 30px;
  }
  .linkArea .linkList a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    padding: 20px 15px;
    border: 2px solid #eceff1;
  }
  .linkArea .linkList a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #2d3a41;
    border-right: 2px solid #2d3a41;
    content: "";
  }
  .linkArea .linkList a.pdf {
    margin-bottom: 15px;
    padding: 15px 15px 15px 70px;
  }
  .linkArea .linkList a.pdf::before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 40px;
    height: 43px;
    background: url(../common/img/icon-pdf.png) left center no-repeat;
    background-size: contain;
    content: "";
  }
  .linkArea .faq a {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    border: 2px solid #eceff1;
    font-size: 14px;
  }
  .linkArea .faq a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #2d3a41;
    border-right: 2px solid #2d3a41;
    content: "";
  }
  .linkArea .faq a span {
    margin-bottom: 0.4em;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
}

/*スライダー*/
@media screen and (max-width: 736px) {
  .lineup .productsWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .productsWrap .slick-prev,
  .productsWrap .slick-next {
    width: 15px;
    height: 100%;
    border-radius: 0;
    background: #a7abae;
  }
  .productsWrap .slick-prev {
    left: -30px;
  }
  .productsWrap .slick-next {
    right: -30px;
  }
  #handle {
    overflow: hidden;
  }
}

@media print {
  #side_navigation {
    display: none;
  }
  .hMenu {
    display: none;
  }
}
