@charset "utf-8";

/*
//
// products style css
// /products/sl-g700/
//
*/
#sl-g700 .inContents figure {
    margin: 0;
}
/* releaseInfo */
.releaseInfo {
    text-align: center;
    margin-bottom: 50px;
}
.releaseInfo > * {
    margin-bottom: 30px;
    font-size: 15px;
    color: #777;
    line-height: 1;
}
.releaseInfo > *:last-child {
    margin-bottom: 0;
}
.productName_btn {
    margin-bottom: 10px;
    margin-top: 30px;
}
/* btn_release */
.btn_release {
    text-align: center;
}

.btn_release a {
    background-color: #656565;
    color: #fff;
    display: inline-block;
    font-size: 0.96em;
    margin: 0 auto;
    padding: 0.9em 0;
    width: 180px;
}

.btn_release a:visited,
.btn_release a:active,
.btn_release a:link {
    color: #fff;
}

.btn_release a:hover {
    opacity: 0.7;
}

#sl-g700 .headding {
    font-size: 170%;
    margin: 30px 0 0;
    text-align: center;
    line-height: 1.8;
}
#sl-g700 .content_links li.active img {
    opacity: 0.5!important;
}
#sl-g700 sup.reg {
	top: 0;
}
#sl-g700 dl.notes dt {
}
#sl-g700 dl.notes dt:nth-child(n+2) {
    margin-top: 0.5em;
}
#sl-g700 dl.notes dd {
}
#sl-g700 h1,
#sl-g700 h3 {
    line-height:0;
}

#sl-g700 h1 img {
    width: 97%;
}
#sl-g700 h1 sup {
    top: -1.5em;
    font-size: 1em;
    margin-left: 0.2em;
}
#sl-g700 .kvArea {
    position: relative;
    width: 100%;
}
#sl-g700 .kvArea figure {
    margin:0;
}
#sl-g700 .kvArea .onSlash {
    bottom: -25px;
    left: 50%;
    margin-left: -19px;
    position: absolute;
}
/* web catalog */
.web_ctlg {
    margin: 0 auto;
}

#sl-g700 .sectionSubTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 3px 0 3px 20px;
    border-left: 4px solid #666;
    margin: 0 0 40px;
    line-height: 1.2;
    text-align: left;
}
#sl-g700 .sectionSubTitle:nth-of-type(n+2) {
    margin-top: 15%;
}
@media only screen and (max-width: 640px) {
    #sl-g700 .sectionSubTitle {
        background: none;
        font-size: 14px;
        padding: 1px 0 1px 4%;
        margin: 0 0 5%;
        line-height: 1.5;
    }
}
#sl-g700 .sectionLead {
    font-size: 110%;
    line-height: 200%;
}
#sl-g700 h4 {
    margin:0 0 20px;
    text-align:center;
}
#sl-g700 .lineH0 {
    line-height:0;
}
#sl-g700 .lineH0 a {
    display:block;
}
#sl-g700 .read {
    line-height: 195%;
    margin-top: 20px;
    text-align: center;
    font-size: 108%;
}

#sl-g700 .tabAcc {
    cursor:pointer;
}
#sl-g700 .tabAcc .inner {
    position: relative;
    width: 100%;
}
#sl-g700 .tabAcc .inner .listBc {
    width:100%;
}
#sl-g700 .tabAcc .inner .tab_name {
    left: 10%;
    position: absolute;
    top: 15%;
    width: 80%;
}
#sl-g700 .tabAcc .inner .tab_name img {
    width: 14.4%;
    display:block;
}
#sl-g700 .tabAcc .inner .tab_name span {
    display: block;
    font-size: 140%;
    line-height: 150%;
    margin: 5px 0 0;
}
#sl-g700 .tabContent .tabTitle p.main_tit {
    margin-bottom: 20px;
    font-size: 150%;
}
#sl-g700 .col2-resp .co2-1.sm2 {
    width: 35%;
}
#sl-g700 .col2-resp .co2-1.sm2 + .co2-2 {
    width: 61.2%;
}
#sl-g700 .btn_tab_detail {
    float: left;
}
#sl-g700 .parts_image {
    margin:30px 0 0;
}

#sl-g700 .lisrArrow {
    display: none;
    line-height: 0;
    position: relative;
    text-align: center;
    top: 1px;
}
#sl-g700 .tabContent {
    display: none;
    clear:both;
    padding:40px;
    border: 1px solid #dfdfdf;
    margin-bottom:15px;
}
#sl-g700 .col3-resp{
    margin-bottom:15px;
}
#sl-g700 .tabContent .inner .col1-resp,
#sl-g700 .tabContent .inner .col2-resp,
#sl-g700 .tabContent .inner .col3-resp {
    margin-top:30px;
    margin-bottom: 20px;
}
/*h2エリアのみ適用*/
#sl-g700 .col1-resp {
    margin-bottom: 20px;
    margin-top: 45px;
}
/*特殊レイアウト img-col2 */
#sl-g700 .img-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 640px) {
    #sl-g700 .img-col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#sl-g700 .img-col2 figure {
    float: none;
    width: auto;
}
/*特殊レイアウト col2-3_1, col2-3_2*/
#sl-g700 .col2-3_1 .col1,
#sl-g700 .col2-3_2 .col1 {
    width: 48.9%;
    margin-right: 2.2%;
    float: left;
}
#sl-g700 .col2-3_1,
#sl-g700 .col2-3_2 {
	position: relative;
}
#sl-g700 .col2-3_1 .co2-1,
#sl-g700 .col2-3_2 .co2-1 {
	float: left;
    width: 100%;
    margin-right: 0;
}
#sl-g700 .col2-3_1 .col1 + .col1,
#sl-g700 .col2-3_2 .col1 + .col1 {
    float: right;
    margin-right: 0;
}
#sl-g700 .col2-3_1 .co2-2,
#sl-g700 .col2-3_2 .co2-2 {
    width: 100%;
}
#sl-g700 .col2-3_1 .co2-2 img,
#sl-g700 .col2-3_2 .co2-2 img {
    position: absolute;
    bottom: 0;
    width: 48.9%;
}
#sl-g700 .col2-3_1 .co2-2 .co2,
#sl-g700 .col2-3_2 .co2-2 .co2 {
    width: 23.726%;
    left: 0;
}
#sl-g700 .col2-3_1 .co2-2 .co2 + .co2,
#sl-g700 .col2-3_2 .co2-2 .co2 + .co2 {
	left: 25%;
}
#sl-g700 .col2-3_1 .co2-3,
#sl-g700 .col2-3_2 .co2-3 {
	float: right;
    width: 100%;
    text-align: right;
}
#sl-g700 .co2-3 img,
#sl-g700 .co2-3 img {
    vertical-align: bottom;
}

#sl-g700 .tabContent .inner .col1-resp p,
#sl-g700 .tabContent .inner .col2-resp p,
#sl-g700 .tabContent .inner .col3-resp p {
    font-size:110%;
    line-height:200%;
}
#sl-g700 .tabContent .tabTitle .gray-belt {
    overflow:hidden;
}
#sl-g700 .tabContent .tabTitle .gray-belt span {
    background: #666;
    color: #fff;
    float: left;
    font-size: 130%;
    margin: 0 0 25px;
    padding: 5px 15px;
}
#sl-g700 .tabContent .tabTitle p {
    font-size:120%;
}
#sl-g700 .tabContent .tabTitle h3 {
    border: medium none;
    display: inline;
    font-size: 200%;
    line-height: 160%;
    margin: 0 10px 0 0;
    padding: 0;
}
#sl-g700 .tabContent .tabTitle span {
    font-size:120%;
    display:block;
}
#sl-g700 .tabContent .tabTitle .pc_inline {
    display:inline;
}
.specification_detail .btn_w {
    display: inline-block;
    width: 100%;
}
#sl-g700 .specification_detail {
    margin:40px 0 0;
}
#sl-g700 .specification_detail dl.detail {
    float: left;
}
#sl-g700 .specification_detail .pc_width_free {
    width: 250%;
}
#sl-g700 .specification_detail dl.detail > p {
    font-size: 140%;
    margin-bottom: 5px;
    font-weight: bold;
}
#sl-g700 .specification_detail dt {
    display:inline;
    border-bottom:1px solid #E0E0E0;
    padding:0 0 5px;
}
#sl-g700 .specification_detail dt span {
    border-left:3px solid #B2B2B2;
    padding:0 0 0 7px;
    font-size: 140%;
    line-height: 200%;
}
#sl-g700 .specification_detail dt.row_2 {
	display: inline-block;
	padding: 0 0 3px;
}
#sl-g700 .specification_detail dt.row_2 span {
	display: inline-block;
	line-height: 155%;
}
#sl-g700 .specification_detail dt.row_2 span span:nth-child(1) {
    border-bottom: 1px solid #e0e0e0;
}
#sl-g700 .specification_detail dt.row_2 span span {
	border-left: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
	display: inline-block;
}
#sl-g700 .specification_detail dd {
    margin: 10px 0 25px;
}
#sl-g700 .specification_detail .price_detail {
    width: 63%;
    float:right;
}
#sl-g700 .specification_detail .price_detail .btn_w {
    margin-top: 20px;
}
#sl-g700 .specification_detail .price_detail .btn_w + .btn_w {
    margin-bottom: 20px;
}
#sl-g700 .specification_detail .price_detail .name {
    line-height: 0;
}
#sl-g700 .specification_detail .price_detail .price,
#sl-g700 .specification_detail .price_detail figure {
    width: 100%;
	max-width: 621px;
}
/* goods_name img -> p */
    #sl-g700 .specification_detail .price_detail .goods_name {
        font-size: 300%;
        color: #656565;
        font-family: 'DIN Regular';
        text-align: left;
    }
#sl-g700 .specification_detail .price_detail .price {
    margin-top: 10px;
    font-size: 130%;
}
#sl-g700 .specification_detail .price_detail figure {
    margin: 0;
    float: right;
    text-align: left;
}
#sl-g700 .specification_detail .price_detail figure span {
    padding: 0 0 0 10px;
    font-size: 130%;
    vertical-align: bottom;
}
#sl-g700 .specification_detail .price_detail figure img {
   height: 24px;
   vertical-align: middle;
}
#sl-g700 .specification_detail .col2-resp {
    margin-bottom:0;
    margin-top:25px;
}
.vgpmark {
    margin-top: 10%;
}
.vgpmark li img {
    width: 65%;
}
.vgpmark li+li {
    margin-top: 5%;
}
/*content_links*/
#sl-g700 .content_links {
    margin:0 0 40px;
}
#sl-g700 .content_links ul {
    overflow:hidden;
}
#sl-g700 .content_links li {
    float: left;
    margin-left: 1.7%;
    width: 49.1%;
    color:#666;
}
#sl-g700 .content_links li a {
    color:#666;
    text-decoration:none;
}
#sl-g700 .content_links li:first-child {
    margin-left:0;
}
#sl-g700 .content_links li img {
    width:100%;
    display:block;
    margin:0 0 10px;
}
#sl-g700 .content_links li span {
    display: block;
    font-size: 170%;
}
 /*movie*/
#sl-g700 #eventMovie {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

#sl-g700 #eventMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
}
#sl-g700 .notes {
    margin:30px 0 0;
	padding-left: 1.7%;
}
#sl-g700 .notes ul li:before {
	content: '●';
}
#sl-g700 .notes ul li.db-circle:before {
    content: '◎ ';
}
#sl-g700 .notes ul li.asta:before {
	content:'※';
}

#sl-g700 .notes ul li.star:before {
    content: '★';
}
#sl-g700 .notes ul li {
	text-indent: -1.7%;
}
#sl-g700 .specification_detail .price_detail figure span.order {
	display: inline !important;
	background-color: #c4c4c4;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px !important;
    vertical-align: bottom;
	margin-left: 10px;
}

#sl-g700 .specification_detail .price_detail figure.vgpmark {
    float: left;
    padding: 10% 0 5%;
    width: 100%;
}
#sl-g700 .specification_detail .price_detail figure.vgpmark img {
    width: 100%;
    height: auto;
}
#sl-g700 .specification_detail .price_detail .product_img {
    float: left;
    margin-top: 45px;
}
#sl-g700 .specification_detail .info_detail {
    clear: both;
}
#sl-g700 .specification_detail .info_detail .specificationTtl {
    font-size: 140%;
    line-height: 200%;
}
#sl-g700 .specification_detail .info_detail .spec-format {
    width: 100%;
    font-family: DIN Regular, san-serif;
    font-size: 120%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 1.5em;
}
#sl-g700 .specification_detail .info_detail .spec-format thead {
    background: #a6a6a6;
    color: #fff;
    font-weight: bold;
}
#sl-g700 .specification_detail .info_detail .spec-format tbody {
    color: #333;
}
#sl-g700 .specification_detail .info_detail .spec-format tr > * {
    border: 1px solid #fff;
    padding: 4px 5px 2px;
    vertical-align: middle;
}
#sl-g700 .specification_detail .info_detail .spec-format tbody tr:nth-child(odd) {
    background: #d9d9d9;
}
#sl-g700 .specification_detail .info_detail .spec-format tbody tr:nth-child(even) {
    background: #bfbfbf;
}
#sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(1) {
    width: 18%;
}
#sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(2) {
    width: 14%;
}
#sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(3) {
    width: 48%;
}
#sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(4) {
    width: 20%;
}

@media only screen and (min-width: 641px) {
    #sl-g700 .specification_detail .price_detail .product_img {
        text-align: right;
    }
}
#sl-g700 .specification_detail .price_detail .specification_img {
    width: 100%;
}
#sl-g700 .h2_style {
    padding: 6.4% 0 6.1% 4.864%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 1;
    border-bottom: none;
}
#sl-g700 .h2_style p {
    font-family: 'DIN Regular';
    font-size: 216%;
}
#sl-g700 .h2_style span {
    font-size: 124%;
    line-height: 1.6;
    margin: 0;
    vertical-align: initial;
}
#sl-g700 .h2_bg01{
    background-image: url(../images/h2-bg01_pc.jpg);
    color: #d2d2d2;
}

#sl-g700 .h2_bg02{
    background-image: url(../images/h2-bg02_pc.jpg);
    color: #666;
}

#sl-g700 .h2_bg03{
    background-image: url(../images/h2-bg03_pc.jpg);
    color: #d2d2d2;
}

#sl-g700 .h2_bg04{
    background-image: url(../images/h2-bg04_pc.jpg);
    color: #666;
}
#sl-g700 .mT60_top {
    margin-top: 0 !important;
}
/* campaign bnr */
#sl-g700 .bnr_cp a {
	display: block;
    width: 50%;
    margin: 3% auto 0;
}
#sl-g700 .bnr_cp a > img {
	width: 100%;
}
/*present_campaign*/
#sl-g700 .present_campaign {
    margin-bottom: -35px;
}
/*-----------870px-----------*/
/*---------------------------*/


@media only screen and (max-width:870px) {
	#sl-g700 .tabContent .inner .col2-resp.col2-3_2 p {
		font-size: 100%;
	}
}
/*-----------840px-----------*/
/*---------------------------*/


@media only screen and (max-width:840px) {
    #sl-g700 .tabAcc .inner .tab_name {
        left: 5%;
        top: 10%;
        width: 90%;
    }
    #sl-g700 .tabAcc .inner .tab_name span {
        font-size: 110%;
        line-height: 140%;
        margin: 5px 0 0;
    }
}

/*-----------800px-----------*/
/*---------------------------*/


@media only screen and (max-width:800px) {
	#sl-g700 .tabContent .inner .col2-resp.col2-3_1 p {
		font-size: 100%;
	}
    #sl-g700 .tabContent .inner .col2-resp.col2-3_2 p {
		font-size: 90%;
        line-height: 150%;
	}
}

/*-----------640px-----------*/
/*---------------------------*/
@media only screen and (max-width:640px) {
    /* releaseInfo */
    .releaseInfo {
        margin-bottom: 10%;
    }
    .releaseInfo > * {
        margin-bottom: 5%;
        font-size: 3.5vw;
    }
    .releaseInfo > *:last-child {
        margin-bottom: 3%;
    }
    /* btn_release */
    .btn_release a {
        font-size: 3.125vw;
        width: 40%;
        padding: 3.3% 0;
    }
    #sl-g700 h1 {
        position: relative;
    }
    #sl-g700 h1 img {
        width: 100%;
    }
    #sl-g700 h1 sup {
    position: absolute;
    bottom: 1.8em;
    left: 50%;
    transform: translateX(13.5em);
    font-size: 2.8vw;
    top: auto;
    -webkit-transform: translateX(13.5em);
    -ms-transform: translateX(13.5em);
}
#sl-g700 .h2_style {
        padding: 10.1% 0 7.5% 4.864%;
}
#sl-g700 .h2_style p {
    font-size: 5.3vw;
    margin-bottom: 1.6216%;
}
#sl-g700 .h2_style span {
    font-size: 3.3vw;
    line-height: 1.1;
}
#sl-g700 .h2_bg01{
    background-image: url(../images/h2-bg01_spn.jpg);
}

#sl-g700 .h2_bg02{
    background-image: url(../images/h2-bg02_spn.jpg);
}

#sl-g700 .h2_bg03{
    background-image: url(../images/h2-bg03_spn.jpg);
}

#sl-g700 .h2_bg04{
    background-image: url(../images/h2-bg04_spn.jpg);
}
#sl-g700 .specification_detail .price_detail .goods_name {
    text-align: center;
}
#sl-g700 .col1-resp {
    margin-top: 20px;
}
    #sl-g700 .tabContent .inner .col2-resp.col2-3_1 p,
    #sl-g700 .tabContent .inner .col2-resp.col2-3_2 p {
		font-size: 110%;
        line-height: 160%;
	}
    #sl-g700 .sp_mB40 {
        margin-bottom:40px !important;
    }
    #sl-g700 .kvArea .onSlash {
        bottom: -12px;
        margin-left: -9px;
        width: 18px;
    }
   #sl-g700  h3.title-parts img {
        width: 52px;
    }
    #sl-g700 h3.title-specification img {
        width: 115px;
    }
    #sl-g700 h3.title-gallery img {
        width:68px
    }
    #sl-g700 h3 {
        padding: 0 0 12px;
    }
    #sl-g700 h4 {
        background: #efefef;
        padding: 20px;
        margin:0;
    }
    #sl-g700 h4.title-r1 img {
        width:211px;
    }
    #sl-g700 .specification_detail {
        margin: 13px 0 0;
    }
    #sl-g700 .specification_detail .price_detail .name img {
        width:202px
    }
   #sl-g700 .specification_detail .price_detail .price {
      	font-size: 110%;
    		margin:1% 0 0 0;
    		text-align: center;
       margin-bottom: 10%;
    }
	#sl-g700 .specification_detail .price_detail .price + img {
	margin-top:0;
}
    #sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(1) {
        width: 23%;
    }
    #sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(2) {
        width: 16%;
    }
    #sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(3) {
        width: 38%;
    }
    #sl-g700 .specification_detail .info_detail .spec-format thead th:nth-child(4) {
        width: 23%;
    }
    .vgpmark {
        margin-top: 10%;
        padding: 0 10%;
    }
    .vgpmark li img {
        width: 100%;
    }
    #sl-g700 .read {
        line-height: 160%;
        margin: 0 15px;
        text-align: left;
    }
    #sl-g700 dl.notes {
    font-size: 85%;
    }
    #sl-g700 dl.notes a {
    font-size: 125%;
    }
    #sl-g700 .tabAcc .inner .listBc {
        display:none;
    }
    #sl-g700 .tabAcc .inner .tab_name {
        overflow: hidden;
        padding: 20px;
        position: static;
        width: auto;
        background:url(/products/common/images/sp_open.png) 93% center no-repeat;
        background-size: 4% auto;
    }
    #sl-g700 .tab_active .inner .tab_name {
        background:url(/products/common/images/sp_close.png) 93% center no-repeat;
        background-size: 4% auto;
    }
   #sl-g700  .tabAcc .inner .tab_name img {
        float: left;
        width: 8%;
    }
    #sl-g700 .tabAcc .inner .tab_name span {
        float: right;
        margin: 0;
        padding: 0 21% 0 0;
        width: 80%;
    }
    #sl-g700 .tabContainer {
        margin-bottom:0;
    }
    #sl-g700 .tabAcc,
    #sl-g700 .tabContent {
        background:#efefef;
        border:none;
    }
    #sl-g700 .tabAcc {
        margin:1px 0 0;
    }
    #sl-g700 .tabContent {
        padding:0 10px 10px;
        margin-bottom:0;
    }
    #sl-g700 .tabContent .tabTitle h3 {
        font-size: 150%;
        line-height: 120%;
    }
    #sl-g700 .tabContent .tabTitle .pc_inline {
        display: block;
    }
    #sl-g700 .tabContent .inner {
        padding:10px;
        background:#ffffff;
    }
    #sl-g700 .tabContent .inner .col1-resp,
    #sl-g700 .tabContent .inner .col2-resp,
    #sl-g700 .tabContent .inner .col3-resp,
    #sl-g700 .tabContent .inner .col4-resp,
    #sl-g700 .tabContent .inner .col2-resp_rs {
        margin:10px 0 0;
    }
    #sl-g700 .tabContent .inner .col1-resp p,
    #sl-g700 .tabContent .inner .col2-resp p,
    #sl-g700 .tabContent .inner .col3-resp p,
    #sl-g700 .tabContent .inner .col4-resp p {
        line-height:160%;
    }
    #sl-g700 .lisrArrow {
        display:none !important;
    }
    #sl-g700 .col2-resp {
        margin-top:0 !important;
    }
    #sl-g700 .col3-resp .co3-1,
    #sl-g700 .col3-resp .co3-2,
    #sl-g700 .col3-resp .co3-3 {
        float:none;
        margin-right:0;
        width:100%;
    }
    #sl-g700 .col2-resp .co2-1,
    #sl-g700 .col2-resp .co2-2,
    #sl-g700 .col2-resp .co2-1.sm2,
    #sl-g700 .col2-resp .co2-1.sm2 + .co2-2 {
        float:none;
        width:100%;
        margin:0;
    }
    #sl-g700 .col2-resp .co2-1 img,
    #sl-g700 .col2-resp .co2-2 img,
    #sl-g700 .col3-resp .co3-1 img,
    #sl-g700 .col3-resp .co3-2 img,
    #sl-g700 .col3-resp .co3-3 img {
        width:100%;
    }
    #sl-g700 .col2-resp .co2-1,
    #sl-g700 .col2-resp .co2-2,
    #sl-g700 .tabContent .col3-resp .co3-1,
    #sl-g700 .tabContent .col3-resp .co3-2,
    #sl-g700 .tabContent .col3-resp .co3-3,
	#sl-g700 .col2-resp .co2-1.sm2 {
        margin-top:10px;
     }
/*movie*/
#sl-g700 #eventMovie {
    padding-bottom: 55.7%;
}

/*特殊レイアウト col2-3_1, col2-3_2*/
#sl-g700 .col2-3_1 .col1,
#sl-g700 .col2-3_2 .col1 {
    width: 100%;
    margin-right: 0;
    float: none;
}
#sl-g700 .col2-3_1 .co2-1,
#sl-g700 .col2-3_2 .co2-1 {
	float: none;
    width: 100%;
    margin-right: 0;
}
#sl-g700 .col2-3_1 .col1 + .col1,
#sl-g700 .col2-3_2 .col1 + .col1 {
    float: right;
    margin-right: 0;
}
#sl-g700 .col2-3_1 .co2-2,
#sl-g700 .col2-3_2 .co2-2 {
    width: 100%;
}
#sl-g700 .col2-3_1 .co2-2 img,
#sl-g700 .col2-3_2 .co2-2 img {
    position: relative;
    width: 100%;
}
#sl-g700 .col2-3_1 .co2-2 .co2,
#sl-g700 .col2-3_2 .co2-2 .co2 {
    width: 100%;
}
#sl-g700 .col2-3_1 .co2-2 .co2 + .co2,
#sl-g700 .col2-3_2 .co2-2 .co2 + .co2 {
	margin-top: 10px;
    left: 0;
}
#sl-g700 .col2-3_1 .co2-3,
#sl-g700 .col2-3_2 .co2-3 {
    margin-top: 10px;
	float: none;
    text-align: left;
}
#sl-g700 .co2-3 img,
#sl-g700 .co2-3 img {
    vertical-align: bottom;
}
    #sl-g700 .specification_detail dl.detail,
    #sl-g700 .specification_detail .price_detail,
    #sl-g700 .specification_detail .price_detail .price,
    #sl-g700 .specification_detail .price_detail figure,
    #sl-g700 .specification_detail .pc_width_free {
        width:100%;
        float:none;
		max-width: 100%;
    }
    #sl-g700 .specification_detail .pc_width_free {
    border-bottom: none;
    }
    #sl-g700 .specification_detail .price_detail figure {
    float: none;
    text-align: center;
}
    #sl-g700 .specification_detail .price_detail figure span {
    display: block;
    padding: 1% 0 0 0;
}
    #sl-g700 .specification_detail .price_detail figure img {
    height: 7.48vw;
}
    #sl-g700 .specification_detail dt,
	#sl-g700 .specification_detail dt.row_2 span span:nth-child(1) {
        border-bottom: none;
    }
    #sl-g700 .specification_detail dt span {
        font-size:125%;
    }
    #sl-g700 .specification_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #sl-g700 .specification_detail .detail {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #sl-g700 .specification_detail .price_detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    #sl-g700 .specification_detail .info_detail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
	#sl-g700 .tabContent .tabTitle p.main_tit {
    margin-bottom: 5%;
    font-size: 135%;
}
    #sl-g700 .specification_detail .detail dd {
        font-size: 83%;
        line-height: 160%;
        margin: 0 0 15px;
        padding: 0 0 10px;
    }
    #sl-g700 .specification_detail dd {
        border-bottom: 1px dashed #cbcbcb;
        margin: 10px 0 15px;
        padding: 0 0 15px;
    }
    #sl-g700 .specification_detail .price_detail {
        margin:30px 0 0;
    }
    #sl-g700 .specification_detail .price_detail .price_content {
        text-align:center;
    }

    /*content_other*/
    #sl-g700 .content_links li img {
        display:none;
    }
    #sl-g700 .content_links li {
        border-bottom:1px solid #efefef;
        float:none;
        width:auto;
        margin:0;
    }
    #sl-g700 .content_links li.active {
        padding:10px;
        opacity:0.6;
    }
    #sl-g700 .content_links li a {
        display:block;
        padding:10px 40px 10px 10px;
        background:url(/products/common/images/sp_right_arrow.png) 95% center no-repeat;
        background-size:2.5% auto;
    }
    #sl-g700 .content_links li span {
        display: inline;
        font-size:100%;
    }
    #sl-g700 .specification_detail .price_detail figure.vgpmark img {
        width: 80%;
    }
    #sl-g700 .specification_detail .price_detail figure.vgpmark {
    padding: 2.5% 0;
    }
}
@media only screen and (max-width: 480px) {
    #sl-g700 .specification_detail .info_detail .spec-format thead {
        font-size: 3.2vw;
        line-height: 1.5;
    }
    #sl-g700 .specification_detail .info_detail .spec-format tbody {
        font-size: 3.6vw;
        line-height: 1.5;
    }
}
/*------------------itemSlider.css02------------------*/

@charset "utf-8";

.item-slide{
	display: none;
}
.galleryContiner02{
	position: relative;
	margin-top: 30px;
}
#gallerySlider02 li{
	float: left;
	zoom:1;
	display: block;
	width: auto;
}
#gallerySlider02 li a{
	display: block;
	width: 100%;
	height: 100%;
}
#gallerySlider02 li img{
	display: block;
	width: auto;
}
.caroufredsel_wrapper{
	position: relative;
}
.tecGallery-indicators02{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.tecGallery-indicators02 a{
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #c8c8c8;
}
.tecGallery-indicators02 a.selected{
	background-color: #666666;
}
.carousel-control02{
	position: absolute;
	top: 50%;
	margin-top: -69px;
	display: block;
	width: 34px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	background-repeat: no-repeat;
}
.carousel-control02.left02{
	left: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: left center;
}
.carousel-control02.right02{
	right: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: right center;
}

@media only screen and (max-width:640px) {
	.parts_image{
		display: none;
	}
	.item-slide {
	    position: relative;
	    display: block;
	    width: auto;
	    margin-left: 0;
		margin-top: 13px;
	}
	.item-slide ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    display: block;
	}
	.item-slide li {
	    font-size: 40px;
	    color: #999;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    display: block;
	    float: left;
	}
	.item-slide li img{
	    width: 100%;
	}
	#parts-prev,
	#parts-next,
	.carousel-control02.left02,
	.carousel-control02.right02{
		cursor:pointer;
	    position: absolute;
	    top:50%;
	    width: 22px;
	    height: 56px;
	    margin-top: -28px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-color: rgba(255,255,255,.7);
	    background-size: 8px 12px;
	}
	.carousel-control02.left02,
	.carousel-control02.right02{
		margin-top: -53px;
	}
	#parts-prev,.carousel-control02.left02{
	    left:0;
	    background-image: url(/products/common/images/slide-prev.png);
	}
	#parts-next,.carousel-control02.right02{
	    right: 0;
	    background-image: url(/products/common/images/slide-next.png);
	}
	.galleryContiner002{
		margin-top:13px;
	}
}

/*------------------itemSlider.css01------------------*/

@charset "utf-8";

.item-slide{
	display: none;
}
.galleryContiner01{
	position: relative;
	margin-top: 30px;
}
#gallerySlider01 li{
	float: left;
	zoom:1;
	display: block;
	width: auto;
}
#gallerySlider01 li a{
	display: block;
	width: 100%;
	height: 100%;
}
#gallerySlider01 li img{
	display: block;
	width: auto;
}
.caroufredsel_wrapper{
	position: relative;
}
.tecGallery-indicators01{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.tecGallery-indicators01 a{
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #c8c8c8;
}
.tecGallery-indicators01 a.selected{
	background-color: #666666;
}
.carousel-control01{
	position: absolute;
	top: 50%;
	margin-top: -69px;
	display: block;
	width: 34px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	background-repeat: no-repeat;
}
.carousel-control01.left01{
	left: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: left center;
}
.carousel-control01.right01{
	right: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: right center;
}
@media only screen and (max-width:640px) {
	.parts_image{
		display: none;
	}
	.item-slide {
	    position: relative;
	    display: block;
	    width: auto;
	    margin-left: 0;
		margin-top: 13px;
	}
	.item-slide ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    display: block;
	}
	.item-slide li {
	    font-size: 40px;
	    color: #999;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    display: block;
	    float: left;
	}
	.item-slide li img{
	    width: 100%;
	}
	#parts-prev,
	#parts-next,
	.carousel-control01.left01,
	.carousel-control01.right01{
		cursor:pointer;
	    position: absolute;
	    top:50%;
	    width: 22px;
	    height: 56px;
	    margin-top: -28px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-color: rgba(255,255,255,.7);
	    background-size: 8px 12px;
	}
	.carousel-control01.left01,
	.carousel-control01.right01{
		margin-top: -53px;
	}
	#parts-prev,.carousel-control01.left01{
	    left:0;
	    background-image: url(/products/common/images/slide-prev.png);
	}
	#parts-next,.carousel-control01.right01{
	    right: 0;
	    background-image: url(/products/common/images/slide-next.png);
	}
	.galleryContiner01{
		margin-top:13px;
	}
/* campaign bnr  -SP*/
#sl-g700 .bnr_cp a {
    width: 100%;
    margin: 7% auto 0;
}
}

#sl-g700 .section-application img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 5%;
}
#sl-g700 .section-application ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
}
#sl-g700 .section-application ul li {
    margin: 0 6px;
}
#sl-g700 .tabContent .inner p.content_note {
    font-size: 100%;
}
.sectionTitle {
    font-family: 'DIN Regular';
    font-size: 36px;
    padding: 60px 0 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 50px;
    line-height: 1;
}

#sl-g700 .sectionTitle span {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: baseline;
    margin: auto;
}

p.specificationTtl {
    font-size: 150%;
    line-height: 200%;
    font-weight: bold;
}
