/*================================================================================
FileName: _layout.scss
================================================================================*/

/*@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");*/

/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");*/
/*休業案内*/
@import url("notice.css");

#container .tab-viewArea.gray,
#container .tabStyle04 .ts04-ttl.gray.pcOn,
#container .tabStyle04 .ts04-ttl.gray:hover,
#container .ts04-contents.gray {
    background: #e8e8e8;
}

#container .tabStyle04 .ts04-ttl.borderNone {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    #container .ts04-contents.gray {
        padding: 10px;
    }
}

#container .tabStyle04 .ts04-box .ts04-ttl.borderNone {
    border: none;
}

#container .bgMv {
    background: url("/ja/support/img/support_mv.jpg") no-repeat center center;
}

@media only screen and (max-width: 768px) {
    #container .bgMv {
        background: url("/ja/support/img/support_mv_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}

#container .ttlStyle02.lh1 {
    line-height: 1;
}

#container .searchFromFlex {
    margin: auto;
    width: 1152px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #container .searchFromFlex {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #container .tabStyle04 .ts04-ttl.noSpace {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    #container .result {
        text-align: center;
    }
}

#container .result_text {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    #container .result_text {
        display: block;
        padding-left: 0;
    }
}

#container .pager {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#container .pager_list {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #container .pager_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#container .pager_item {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    #container .pager_item {
        padding-right: 7px;
    }
}

#container .pager_item:last-child {
    padding-right: 0;
}

#container .pager_button,
#container .pager_button-next,
#container .pager_button-prev {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 37px;
    background: #ebebeb;
    color: #6c6c6c;
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    #container .pager_button,
    #container .pager_button-next,
    #container .pager_button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

#container .pager_button.active,
#container .active.pager_button-next,
#container .active.pager_button-prev,
#container .pager_button:hover,
#container .pager_button-next:hover,
#container .pager_button-prev:hover {
    background: #000000;
    color: #ffffff;
}

#container .pager_button-next,
#container .pager_button-prev {
    width: 129px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #container .pager_button-next,
    #container .pager_button-prev {
        width: 102px;
    }
}

#container .pager_button-next::after,
#container .pager_button-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 10px;
    height: 14px;
    content: "";
    background: url(/assets/img/icon_arrow01.svg) no-repeat;
    background-size: 9px;
    vertical-align: top;
}

#container .pager_button-next:hover::after,
#container .pager_button-prev:hover::after {
    background: url(/assets/img/icon_arrow01_w.svg) no-repeat;
}

#container .pager_button-next {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    #container .pager_button-next {
        padding-right: 15px;
    }
}

#container .pager_button-next::after {
    right: 20px;
}

@media only screen and (max-width: 768px) {
    #container .pager_button-next::after {
        right: 15px;
    }
}

#container .pager_button-prev {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    #container .pager_button-prev {
        padding-left: 15px;
    }
}

#container .pager_button-prev::after {
    left: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    #container .pager_button-prev::after {
        left: 15px;
    }
}

#container .controlrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    #container .controlrs {
        display: block;
    }
}

#container .sort {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#container .sort_title {
    font-size: 13px;
    padding: 0 16px;
}

#container .sort_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 205px;
}

@media only screen and (max-width: 768px) {
    #container .sort_list {
        width: 100%;
        padding: 0 2.78%;
        height: 58px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#container .sort_item {
    width: 100px;
}

@media only screen and (max-width: 768px) {
    #container .sort_item {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        line-height: 1.4;
        height: 56px;
        margin-right: 4px;
    }
    #container .sort_item:last-child {
        margin-right: 0;
    }
}

#container .sort_button {
    display: block;
    height: 37px;
    line-height: 37px;
    background: #ebebeb;
    color: #6c6c6c;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#container .sort_button.on,
#container .sort_button:hover {
    background: #000000;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    #container .sort_button.on,
    #container .sort_button:hover {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #container .sort_button {
        height: 56px;
        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;
        line-height: 1;
    }
}

@media only screen and (max-width: 768px) {
    #container .tabSort {
        width: 94.66%;
        margin: 0 auto;
        border-bottom: 1px solid #000000;
    }
}

@media only screen and (max-width: 768px) {
    #container .tabSort_list {
        border-bottom: 1px solid #000000;
        overflow: visible;
    }
}

#container .product_item {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 768px) {
    #container .product_item {
        padding: 15px 0;
    }
}

#container .product_item:first-child {
    border-top: 1px solid #cccccc;
}

#container .product_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#container .product_link::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: "";
    -webkit-transition: .2s all;
    transition: .2s all;
    background: url(/assets/img/icon_arrow01.svg) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 16px;
}

#container .product_link:hover {
    opacity: .5;
}

#container .product_thumb {
    width: 144px;
}

@media only screen and (max-width: 768px) {
    #container .product_thumb {
        width: 105px;
    }
}

#container .product_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#container .product_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #container .product_child {
        display: block;
        font-size: 10px;
        padding-left: 10px;
    }
}

#container .product_name {
    font-size: 24px;
    width: 230px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #container .product_name {
        min-height: 95px;
    }
}

@media only screen and (max-width: 768px) {
    #container .product_name {
        padding: 0 0 10px 0;
        width: 100%;
        font-size: 16px;
        line-height: 1;
    }
}

#container .product_details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
}

@media only screen and (max-width: 768px) {
    #container .product_details {
        overflow: hidden;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #container .product_details_text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

#container .product_label {
    padding: 5px 7px;
    line-height: 1;
    display: inline-block;
    background: #333333;
    color: #ffffff;
    margin-right: 12px;
}

#container .bdBPC_gray {
    border-color: #cccccc;
}

#container .bdRPC_gray {
    border-color: #cccccc;
}

#container .s-flowStyle01Wrapper {
    -webkit-transition: all .2s;
    transition: all .2s;
}

#container .s-flowStyle01Wrapper.on {
    background: #e8e8e8;
}

#container .slideToggleBtn.on:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*
#container .s-listStyle01 li {
	position: relative;
}

#container .s-listStyle01 li.arrow:after {
	content: "";
	background-size: 11px;
	display: block;
	margin-right: 11px;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

#container .s-listStyle01 li.noItem:after, #container .s-listStyle01 li.noItem:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000000;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	left: 3px;
}

#container .s-listStyle01 li.noItem span {
	background: #cccccc;
	color: #000000;
}

#container .s-listStyle01 li.noItem:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
*/

@media only screen and (max-width: 768px) {
    #container .mv-txt {
        padding-bottom: 35px;
        padding-top: 9px;
    }
    #container .mv-txt .date {
        color: #a3a3a3;
        padding-bottom: 10px;
    }
    #container .mv-txt .linkArea {
        padding-top: 11px;
        line-height: 1.5;
        font-size: 14px;
        padding-right: 7px;
    }
    #container .s-txtStyle01 {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }
    #container .s-txtStyle01 a {
        font-size: 14px;
    }
    /*
	#container .s-listStyle01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 12px 0 32px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		border-bottom: solid #cccccc 1px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#container .s-listStyle01 li {
		width: 47.76%;
	}
	#container .s-listStyle01 li.arrow:after {
		content: "";
		background: url("/ja/support/img/icon_arrow_w_down01.svg") no-repeat center left;
		background-size: 11px;
		margin-right: 11px;
		margin: auto;
		height: 7px;
		width: 11px;
		right: 11px;
	}
	#container .s-listStyle01 li.noItem:after, #container .s-listStyle01 li.noItem:before {
		width: 18px;
		height: 2px;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		left: 3px;
	}
	#container .s-listStyle01 li.noItem:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#container .s-listStyle01 li.window:after {
		background: url("/assets/img/icon_window_w.svg") no-repeat center left;
		background-size: 11px;
		display: block;
		margin-right: 11px;
		content: "";
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		height: 13px;
		width: 15px;
		right: 7px;
	}
	#container .s-listStyle01 li:before {
		width: 7px;
		height: 7px;
		border-radius: 10px;
		display: block;
		margin-right: 11px;
		content: "";
		background: #ffffff;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		left: 8px;
	}
	#container .s-listStyle01 li:nth-child(n+3) {
		margin-top: 16px;
	}
	#container .s-listStyle01 li span {
		background: #000000;
		color: #ffffff;
		padding: 0 25px 0 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.2;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 45px;
	}
	*/
    #container .s-listStyle02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #container .s-listStyle02 li {
        width: 504px;
        position: relative;
    }
    #container .s-listStyle02 li.window:after {
        background: url("https://assets.jpn.pioneer/ja/assets/img/icon_window.svg") no-repeat center left;
        background-size: 18px;
        display: block;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        height: 16px;
        width: 18px;
        right: 16px;
    }
    #container .s-listStyle02 li .gray {
        color: #767676;
        font-size: 11px;
    }
    #container .s-listStyle02 li:nth-child(n + 2) {
        margin-top: 4px;
    }
    #container .s-listStyle02 li a {
        background-color: #ffffff;
        font-size: 14px;
        padding: 19px 50px 22px 17px;
        display: block;
        line-height: 1.4;
    }
    #container .s-listStyle03 {
        color: #767676;
        font-size: 10px;
    }
    #container .s-flowStyle01 {
        padding: 0 7.46%;
    }
    #container .s-flowStyle01 .inner {
        background: #ffffff;
        padding: 14px 8.77% 30px;
    }
    #container .s-flowStyle01 .inner .ttl {
        color: #b91440;
        margin-bottom: 9px;
        font-size: 16px;
        text-align: center;
    }
    #container .s-flowStyle01 .inner .txt {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #container .s-flowStyle01 > li:not(:last-child):after {
        background: url("/ja/support/img/s-flow_arrow01.png") no-repeat;
        width: 45px;
        height: 30px;
        margin: 20px auto 5px;
        content: "";
        display: block;
        background-size: 45px;
    }
    #container .s-flowStyle01 .attention {
        line-height: 1.65;
        font-size: 10px;
    }
    #container .s-slideTrigger {
        text-align: center;
        color: #515151;
        font-size: 14px;
        font-weight: 500;
        padding: 25px 0;
    }
    #container .s-slideTrigger .open:after {
        background: url("/assets/img/icon_plus.svg") no-repeat 98%;
        background-size: 25px;
        width: 25px;
        height: 25px;
        content: "";
        display: inline-block;
        margin-left: 10px;
        vertical-align: bottom;
    }
    #container .s-slideTrigger .close {
        display: none;
    }
    #container .s-slideTrigger .close:after {
        background: url("/assets/img/icon_minus.svg") no-repeat 98%;
        background-size: 25px;
        width: 25px;
        height: 25px;
        content: "";
        display: inline-block;
        margin-left: 10px;
        vertical-align: bottom;
    }
    #container .s-slideTrigger.ac-open .open {
        display: none;
    }
    #container .s-slideTrigger.ac-open .close {
        display: block;
    }
    #container .s-blockStyle01Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 94.5%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    #container .s-blockStyle01Wrapper.one {
        width: 100%;
    }
    #container .s-blockStyle01Wrapper.one .taC {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #container .s-blockStyle01Wrapper .plus {
        width: 60px;
        position: relative;
        display: block;
    }
    #container .s-blockStyle01Wrapper .plus:after,
    #container .s-blockStyle01Wrapper .plus:before {
        position: absolute;
        height: 2px;
        width: 15px;
        display: block;
        content: "";
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #333333;
    }
    #container .s-blockStyle01Wrapper .plus:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #container .one .s-blockStyle01 {
        max-width: 100%;
        width: 100%;
    }
    #container .s-blockStyle01 {
        height: 100%;
        background: #000000;
        min-width: 144px;
        width: 42.98%;
        padding: 8px 0;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
    }
    #container .s-blockStyle01.oneBlock {
        width: 94.02%;
        margin: 0 auto;
    }
    #container .s-blockStyle01 .small {
        font-size: 11px;
    }
    #container .s-blockStyle02Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        padding: 0 2.98%;
    }
    #container .s-blockStyle02 {
        width: 47.01%;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 30px;
    }
    #container .s-blockStyle02:nth-child(odd) {
        margin-right: 2.23%;
        position: relative;
    }
    #container .s-blockStyle02:nth-child(odd):after {
        height: calc(100% - 15px);
        width: 1px;
        background-color: #cccccc;
        display: block;
        position: absolute;
        right: -7.24%;
        top: 0;
        margin: auto;
        content: "";
    }
    #container .s-blockStyle02:nth-child(even) {
        margin-left: 2.23%;
    }
    #container .s-blockStyle02:nth-child(n + 3) {
        margin-top: 15px;
    }
    #container .s-blockStyle02 .imgBox img {
        width: 100%;
    }
    #container .s-blockStyle02 .txt {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 10px;
        font-weight: 500;
    }
    #container .s-blockStyle02.oneBlock {
        width: 94.02%;
        margin: 0 auto;
    }
    #container .s-blockStyle02 .small {
        font-size: 11px;
    }
   
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    #container .s-supportBlock03 {
        margin: 20px 2.98% 0;
        padding: 36px 10px;
    }
}

@media only screen and (max-width: 768px) {
    #container .s-supportBlock03 .txtStyle03 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 769px) {
    #container .mvWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #container .dataFlex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: solid #cccccc 1px;
        padding: 30px 0;
    }
    #container .dataFlex .txtStyle02 {
        font-size: 24px;
        text-align: left;
    }
    #container .dataFlex_title {
        width: 295px;
    }
    #container .dataFlex_data {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    /*
	#container .dataFlex .s-listStyle01 {
		padding: 0;
		border-bottom: none;
	}
	*/
    #container .buyFlex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #container .buyFlex_thumb {
        width: 368px;
    }
}

@media only screen and (max-width: 896px){
	 #container .s-supportBlock01 {
        background: url("/ja/support/img/s-supportBlock01_bg_sp.jpg") no-repeat;
        background-size: cover;
         /*margin: 0 2.98%; 20200403 tn*/
        color: #ffffff;
        font-size: 18px;
        line-height: 1.5;
        padding: 25px 0;
    }
    #container .s-supportBlock01 h4 {
        /*20190809 tn*/
        text-align: center;
        padding: 0 25px;
        font-weight: normal;
    }
    #container .s-supportBlock01 .small {
        font-size: 14px;
    }
    #container .s-supportBlock01 .num {
        font-size: 28px;
        display: block;
    }
    #container .s-supportBlock01 .txt {
        font-size: 11px;
        padding-left: 5px;
    }
    #container .s-supportBlock01 .icon {
        width: 65px;
    }
    #container .s-supportBlock01 .numBlock {
        padding-top: 20px;
    }
    #container .s-supportBlock01 .cellBlock,
    #container .s-supportBlock01 .tellBlock {
        line-height: 1.3;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
        /*border-bottom: 1px solid #ffffff; 20190809 tn */
    }
    #container .s-supportBlock01 .cellBlock {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #container .s-supportBlock02 {
        background: #ffffff;
        padding: 0 0 10px;
        /*margin: 0 2.98%; 20200403 tn*/
    }
    #container .s-supportBlock02 .numBlock dd,
    #container .s-supportBlock02 .numBlock dt {
        margin-bottom: 1px;
        text-align: center;
    }
    #container .s-supportBlock02 .numBlock dt {
        font-size: 14px;
    }
    #container .s-supportBlock02 .numBlock dd {
        font-size: 28px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: .05em;
        padding-bottom: 20px;
        display: block;
        /*20190809 tn*/
    }
    #container .s-supportBlock02 .numBlock dd .small {
        font-size: 11px;
        font-weight: normal;
        display: block;
        color: #666666;
    }
    #container .s-supportBlock03 {
        margin: 20px 2.98% 80px;
        padding: 36px 30px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
    #container .buyFlex_thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 769px) {
    #container .buyFlex_detail {
        padding-left: 50px;
        width: 380px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
    #container .buyFlex_detail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width: 769px) {
    #container .buyFlex_detail .s-txtStyle01 {
        font-size: 14px;
        color: #000000;
        text-align: left;
    }
    #container .buyFlex_detail .s-listStyle03 {
        font-size: 12px;
        text-align: left;
    }
    #container .mv-txt {
        padding-left: 42px;
        padding-bottom: 80px;
        width: 400px;
    }
    #container .mv-txt .date {
        color: #767676;
        padding-bottom: 25px;
    }
    #container .mv-txt .linkArea {
        padding-top: 40px;
    }
    #container .s-txtStyle01 {
        text-align: center;
    }
    /*
	#container .s-listStyle01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 0 65px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		border-bottom: solid #cccccc 1px;
	}
	#container .s-listStyle01 li {
		width: 264px;
		position: relative;
	}
	#container .s-listStyle01 li.arrow:after {
		content: "";
		background: url("/ja/support/img/icon_arrow_w_down01.svg") no-repeat center left;
		background-size: 11px;
		display: block;
		margin-right: 11px;
		content: "";
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		height: 7px;
		width: 11px;
		right: 17px;
	}
	#container .s-listStyle01 li.noItem span {
		background: #cccccc;
		cursor: auto;
	}
	#container .s-listStyle01 li.noItem:after, #container .s-listStyle01 li.noItem:before {
		content: "";
		width: 14px;
		height: 2px;
		display: block;
		position: absolute;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		left: 10px;
	}
	#container .s-listStyle01 li.noItem:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#container .s-listStyle01 li.window:after {
		content: "";
		background: url("/assets/img/icon_window_w.svg") no-repeat center left;
		background-size: 15px;
		display: block;
		margin-right: 11px;
		content: "";
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		height: 13px;
		width: 15px;
		right: 17px;
	}
	#container .s-listStyle01 li:before {
		width: 6px;
		height: 6px;
		border-radius: 6px;
		display: block;
		margin-right: 10px;
		content: "";
		background: #ffffff;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		left: 17px;
	}
	#container .s-listStyle01 li:nth-child(n+4) {
		margin-top: 16px;
	}
	#container .s-listStyle01 li:not(:nth-child(3n)) {
		margin-right: 30px;
	}
	#container .s-listStyle01 li span {
		background: #000000;
		color: #ffffff;
		font-size: 16px;
		padding: 7px 35px 8px 30px;
		display: block;
		cursor: pointer;
	}
	*/
    #container .s-listStyle02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #container .s-listStyle02 li {
        width: 504px;
        position: relative;
    }
    #container .s-listStyle02 li.window:after {
        content: "";
        background-size: 15px;
        background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg) no-repeat center left;
        display: block;
        margin-right: 11px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        height: 13px;
        width: 15px;
        right: 25px;
    }
    #container .s-listStyle02 li .gray {
        color: #767676;
    }
    #container .s-listStyle02 li:nth-child(n + 3) {
        margin-top: 8px;
    }
    #container .s-listStyle02 li:not(:nth-child(2n)) {
        margin-right: 24px;
    }
    #container .s-listStyle02 li a {
        background-color: #ffffff;
        font-size: 15px;
        padding: 15px 50px 17px 24px;
        display: block;
        line-height: 1.6;
    }
    #container .s-listStyle03 {
        color: #767676;
        text-align: center;
    }
    #container .s-flowStyle01 {
        padding: 0 48px;
    }
    #container .s-flowStyle01 .inner {
        background: #ffffff;
        text-align: center;
        padding: 27px 0;
    }
    #container .s-flowStyle01 .inner .ttl {
        color: #b91440;
        margin-bottom: 22px;
        font-size: 24px;
    }
    #container .s-flowStyle01 .inner .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #container .s-flowStyle01 > li:not(:last-child):after {
        background: url("/ja/support/img/s-flow_arrow01.png") no-repeat;
        width: 90px;
        height: 30px;
        margin: 40px auto;
        content: "";
        display: block;
    }
    #container .s-flowStyle01 .attention {
        line-height: 1.75;
    }
    #container .s-slideTrigger {
        text-align: center;
        color: #515151;
        font-size: 18px;
        font-weight: 500;
        padding: 25px 0;
        cursor: pointer;
    }
    #container .s-slideTrigger .open:after {
        background: url("/assets/img/icon_plus.svg") no-repeat 98%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        content: "";
        display: inline-block;
        margin-left: 10px;
        vertical-align: baseline;
        vertical-align: initial;
    }
    #container .s-slideTrigger .close {
        display: none;
    }
    #container .s-slideTrigger .close:after {
        background: url("/assets/img/icon_minus.svg") no-repeat 98%;
        background-size: 16px;
        width: 16px;
        height: 16px;
        content: "";
        display: inline-block;
        margin-left: 10px;
        vertical-align: baseline;
        vertical-align: initial;
    }
    #container .s-slideTrigger.ac-open .open {
        display: none;
    }
    #container .s-slideTrigger.ac-open .close {
        display: block;
    }
    #container .s-blockStyle01Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #container .s-blockStyle01Wrapper .plus {
        width: 60px;
        position: relative;
        display: block;
    }
    #container .s-blockStyle01Wrapper .plus:after,
    #container .s-blockStyle01Wrapper .plus:before {
        position: absolute;
        height: 2px;
        width: 15px;
        display: block;
        content: "";
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #333333;
    }
    #container .s-blockStyle01Wrapper .plus:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #container .s-blockStyle01 {
        height: 100%;
        background: #000000;
        min-width: 240px;
        padding: 8px 0;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.5;
    }
    #container .s-blockStyle01 .small {
        font-size: 14px;
    }
    #container .s-blockStyle02Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }
    #container .s-blockStyle02 {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 30px;
    }
    #container .s-blockStyle02 .txt {
        font-size: 19px;
        line-height: 1.4;
        padding-top: 0;
        font-weight: 500;
    }
    #container .s-blockStyle02.oneBlock {
        width: 94.02%;
        margin: 0 auto;
    }
    #container .s-blockStyle02 .small {
        font-size: 11px;
    }

}
@media only screen and (min-width: 897px) {
    #container .s-supportBlock01 {
        height: 313px;
        height: auto;
        /*20190809 tn*/
        background: url("/ja/support/img/s-supportBlock01_bg.jpg") no-repeat 98%;
        background-size: cover;
        /*20190809 tn*/
        padding: 36px 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.5;
    }
    #container .s-supportBlock01 h4 {
        /* added 20190809 tn*/
        padding-left: 60px;
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 30px;
    }
    #container .s-supportBlock01 .num {
        font-size: 40px;
        display: block;
        letter-spacing: .08em;
    }
    #container .s-supportBlock01 .txt {
        font-size: 16px;
        line-height: 1;
    }
    #container .s-supportBlock01 .cellBlock,
    #container .s-supportBlock01 .tellBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.3;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
    @media (min-width: 769px) and (max-width: 896px) {
        #container .s-supportBlock01 .cellBlock,
        #container .s-supportBlock01 .tellBlock {
            margin-bottom: 20px;
            /*20190816 tn*/
        }
    }
    #container .s-supportBlock01 .cellBlock .icon img,
    #container .s-supportBlock01 .tellBlock .icon img {
        width: 100%;
    }
    #container .s-supportBlock01 .cellBlock .txt {
        padding-left: 35px;
    }
    #container .s-supportBlock01 .cellBlock .icon {
        width: 33px;
    }
    #container .s-supportBlock01 .tellBlock .txt {
        padding-left: 23px;
    }
    #container .s-supportBlock01 .tellBlock .icon {
        width: 44px;
    }
    #container .s-supportBlock02 {
        background: #ffffff;
    }
    #container .s-supportBlock02 .numBlock dt {
        font-size: 16px;
    }
    #container .s-supportBlock02 .numBlock dd {
        font-size: 28px;
        line-height: 1.1;
        font-weight: bold;
        letter-spacing: .05em;
    }
    #container .s-supportBlock02 .numBlock dd.fax {
        font-size: 24px;
        padding-left: 14px;
    }
    #container .s-supportBlock02 .numBlock dd .small {
        font-size: 14px;
        color: #666/*767676*/;
        font-weight: normal;
    }
    #container .s-supportBlock04 {
        height: 296px;
        background: url("/ja/support/img/s-supportBlock03_bg.jpg") no-repeat 98%;
        padding: 70px 20px 50px;
        text-align: center;
        color: #ffffff;
        line-height: 1.5;
    }

@media only screen and (max-width: 768px) {
    #container .s-supportBlock04 {
        background: url("/ja/support/img/s-supportBlock03_bg_sp.jpg") no-repeat 98%;
        background-size: cover;
        margin: 0 -5.33vw;
        padding: 50px 0;
        text-align: center;
        color: #ffffff;
        line-height: 1.5;
    }
    #container .buybutton {
        padding: 6px 38px 7px;
    }
}

.repairBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .repairBox {
        display: block;
    }
}

.repairBox_item {
    width: 50%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .repairBox_item {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #cccccc;
    }
    .repairBox_item:first-child {
        border-top: 1px solid #cccccc;
    }
}

.repairBox.threeCol .repairBox_item {
    width: 33%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .repairBox.threeCol .repairBox_item {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #cccccc;
    }
    .repairBox.threeCol .repairBox_item:first-child {
        border-top: 1px solid #cccccc;
    }
}

.repairBox .border {
    border-left: 1px solid #cccccc;
}

@media only screen and (max-width: 768px) {
    .repairBox .border {
        border-left: none;
    }
}

.lh1 {
    line-height: 1;
}

.repairStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .repairStep {
        display: block;
    }
}

.repairStep_item {
    width: 352px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .repairStep_item {
        width: 100%;
        padding: 20px;
        margin-bottom: 45px;
    }
}

.repairStep_item:not(:nth-child(3n)) {
    margin-right: 48px;
}

@media only screen and (max-width: 768px) {
    .repairStep_item:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

.repairStep_item:not(:nth-child(3n))::after {
    position: absolute;
    top: 50%;
    right: -34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    border-left: 20px solid black;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

@media only screen and (max-width: 768px) {
    .repairStep_item:not(:nth-child(3n))::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 15px solid #000000;
        border-bottom: 0 solid transparent;
    }
}

@media only screen and (max-width: 768px) {
    .repairStep_item:nth-child(3)::after {
        position: absolute;
        content: "";
        display: block;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 15px solid #000000;
        border-bottom: 0 solid transparent;
    }
}

@media only screen and (max-width: 768px) {
    .repairStep_item:last-child {
        margin-bottom: 0;
    }
}

.repairStep_item:last-child::after {
    display: none;
}

.repairStep_item:nth-of-type(n + 4) {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .repairStep_item:nth-of-type(n + 4) {
        margin-top: 0;
    }
}

.repairStep_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    color: #b81340;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .repairStep_title {
        font-size: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.repairStep_num {
    background: #000000;
    color: #ffffff;
    border-radius: 4px;
    width: 40px;
    font-size: 24px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .repairStep_num {
        width: 45px;
        height: 45px;
        font-size: 21px;
        margin-right: 8px;
    }
}

.repairStep_text {
    padding-top: 20px;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .repairStep_text {
        padding-top: 10px;
    }
}

.repairStep_text.small {
    font-size: 12px;
    color: #767676;
}

@media only screen and (max-width: 768px) {
    .contentBorder {
        border-top: 1px solid #cccccc;
    }
}

.ButtonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .ButtonList {
        display: block;
    }
}

.s-supportFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 896px) {
    .s-supportFlex {
        display: block;
    }
}

.s-supportFlex_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 60px;
    min-height: 100px;
    /*20190809 tn*/
}

.s-supportFlex_item h3.txtStyle03 {
    /*20190809 tn*/
    padding-top: 0 !important;
}

@media only screen and (max-width: 896px) {
    .s-supportFlex_item {
        width: 100%;
        padding: 0 25px;
    }
}

.s-supportFlex_item:first-child {
    border-right: 1px solid #ffffff;
}

@media only screen and (max-width: 896px) {
    .s-supportFlex_item:first-child {
        border-right: none;
    }
}

.phoneList_item {
    border-top: 1px solid #ffffff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phoneList_item:first-child {
    padding-top: 0;
    border-top: none;
}

@media only screen and (max-width: 896px) {
    .phoneList_item:first-child .phoneList_title {
        width: 100%;
    }
}

.phoneList_item:last-child {
    padding-bottom: 0;
}

.phoneList_title {
    width: 150px;
    /*width: 180px; 20190809 tn del*/
    width: 50%;
    /*20190809 tn*/
    margin-right: 10px;
    /*20190809 tn*/
    color: #ffffff;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .phoneList_title {
        width: 50%;
        font-size: 14px;
        padding: 0 15px;
    }
}

.phoneList_data {
    font-size: 32px;
    font-size: 22px;
    /*20190809 tn*/
    line-height: 1.18;
}
.phoneList_data span {
    font-size: 16px; /*20200409*/
}

@media only screen and (max-width: 768px) {
    .phoneList_data {
        font-size: 21px;
    }
    .phoneList_data span {
        font-size: 14px; /*20200409*/
    }
}

.phoneList_data.small {
    font-size: 22px;
    font-size: 18px;
    /*20190809 tn*/
}

.s-supportBlock02Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}

@media only screen and (max-width: 896px) {
    .s-supportBlock02Flex {
        display: block;
        padding: 25px 0;
    }
}

.s-supportBlock02Flex_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 30px;
    min-height: 139px;
    /*20190809 tn*/
}

@media only screen and (max-width: 896px) {
    .s-supportBlock02Flex_item {
        width: 100%;
        padding: 0 15px;
    }
}

.s-supportBlock02Flex_item:first-child {
    border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 896px) {
    .s-supportBlock02Flex_item:first-child {
        border-right: none;
    }
}

.s-supportBlock02_attention {
    color: #666666;
    font-size: 12px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 896px) {
    .flex {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .flexSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*20190809 added tn*/

.lh1_5 {
    line-height: 1.5 !important;
}

@media only screen and (max-width: 896px) {
    .linkStyle01.contact,
    .linkStyle01_white.contact {
        width: 90%;
    }
}

/*20190809 end tn*/


/*20190925 added ks*/
/*商品一覧・生産終了・受付終了*/
#container .product_details .black {
    padding: 5px 7px;
    line-height: 1;
    display: inline-block;
    background: #333333;
    color: #ffffff;
    margin-right: 12px;
}

/*商品一覧・品薄*/
#container .product_details .gray {
    padding: 5px/*21*/
    7px;
    line-height: 1;
    display: inline-block;
    background: #cccccc;
    color: #000000;
    margin-right: 12px;
}

/*商品一覧・品薄*/
.imgFlag .gray {
    background: #cccccc;
    color: #000000;
}

/*商品一覧・製造年*/
.flexTbl > div.flexTbl-block p.main {
    margin-top: -1em;
    padding: 0 18px 18px;
    color: #b91440;
    font-size: 16px;
}

.flexTbl .flexTbl-ttl {
    padding: 5px 20px 20px;
}

/*機種別サポート・NEW*/
.price .red {
    background: #a70035;
}

/*機種別サポート・NEW・品薄・生産終了・受付終了*/
.price span.red,
.price span.gray,
.price span.black {
    padding: 1px 9px;
    color: #ffffff;
    line-height: 1;
    font-size: 13px;
    margin-left: 14px;
}

/*機種別サポート・生産終了・受付終了*/
.price .black {
    background: #333333;
}

/*機種別サポート・品薄*/
.price span.gray {
    background: #cccccc;
    color: #000000 !important;
}
/*20190925 end ks*/


/*20191003 added ks*/
/*機種別サポート全体*/
#container.kisyu {
    min-height: auto;
}

.kisyu .ts02-contents .flexTbl ul.flexTbl-list li.box .imgBox {
    height: 100px;
    width: auto;
}

/*機種別サポートお問い合わせアイコンのサイズ調整*/
@media only screen and (max-width: 768px) {
    .kisyu #contents .ts02-contents .flexTbl ul.flexTbl-list li.box .imgBox {
        height: auto;
    }
    .kisyu .ts02-contents .flexTbl ul.flexTbl-list li.box .imgBox img {
        width: 100%;
        height: auto;
    }
}

/*機種別サポート商品画像のサイズ調整*/
.kisyu #contents ul.swiper-wrapper {
    height: 400px;
}

.kisyu #contents li.swiper-slide {
    width: 600px;
    max-width: 600px;
    display: block;
    height: 300px;
    line-height: 300px;
    max-height: 300px;
    text-align: center;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    padding: 0 48px 0;
}

.kisyu #contents li.swiper-slide img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*機種別サポート商品画像横の矢印の高さ調整*/
#container.kisyu .swiperOneCol .swiper-button-prev,
#container.kisyu .swiperOneCol .swiper-button-next {
    top: 126px;
}

/*機種別サポート上部余白の調整*/
#container.kisyu .swiperOneCol {
    padding-top: 75px;
    width: 600px;
    position: relative;
}

/*機種別サポート商品スライド画像の大きさ固定*/
#container.kisyu .swiper-pagination.swiper-thumb.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 600px;
    height: 95px;
}

#container.kisyu .swiper-thumb .swiper-pagination-bullet {
    position: relative;
    width: 136px;
    height: 93px;
    padding: 10px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    contain: content;
    overflow: hidden;
    margin: 0 7px;
    box-sizing: border-box;
}

#container.kisyu .swiper-thumb .swiper-pagination-bullet img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-height: 83px;
    width: auto;
    max-width: 126px;
    vertical-align: middle;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    .kisyu #contents ul.swiper-wrapper {
        height: 250px;
    }
    
    .kisyu #contents li.swiper-slide {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 160px;
        line-height: 160px;
        max-height: 160px;
        text-align: center;
        vertical-align: middle;
        margin-right: auto;
        margin-left: auto;
        padding: 10px 30px 10px;
    }

    .kisyu #contents li.swiper-slide img {
        height: auto;
        width: auto;
        max-width: 260px;
        vertical-align: middle;
    }

    #container.kisyu .swiperOneCol .swiper-button-prev,
    #container.kisyu .swiperOneCol .swiper-button-next {
        top: 80px;
    }

    #container.kisyu .swiper-button-next,
    #container.kisyu .swiper-container-rtl .swiper-button-prev {
        background-size: 21px;
        height: 56px;
        width: 41px;
        right: 0 !important;
        left: auto;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    #container.kisyu .swiperOneCol {
        padding-top: 30px;
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 280px;
    }

    #container.kisyu .swiper-container {
        padding-bottom: 50px;
        max-height: 370px;
        height: 370px;
    }

    #container.kisyu .innerContainer .tabStyle02 .tab02-group .swiper-container.ts02-listWrapper {
        padding-bottom: 30px;
        max-height: auto;
        height: auto;
    }

    #container.kisyu .swiper-pagination.swiper-thumb.swiper-pagination-clickable.swiper-pagination-bullets {
        width: 335px;
        height: 50px;
    }

    #container.kisyu .swiper-thumb .swiper-pagination-bullet {
        position: relative;
        width: 72px;
        height: 50px;
        padding: 2px;
        background: #fff;
        text-align: center;
        vertical-align: middle;
        contain: content;
        overflow: hidden;
        margin: 0 7px;
        box-sizing: border-box;
    }

    #container.kisyu .swiper-thumb .swiper-pagination-bullet img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 48px;
        width: auto;
        max-width: 70px;
        vertical-align: middle;
        text-align: center;
    }

/*機種別サポート右側の商品詳細のサイズ調整*/
    #container.kisyu .boxStyle09 .bs09-wrapper {
        padding-top: 75px !important;
    }
}
/*20190925 end ks*/


/*20191009 added ks 検索ボタン修正*/

.searchForm .searchForm-input .clearBtn {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: url(/ja/support/img/icon_search.png) 50% 50% no-repeat #dfdfdf;
    vertical-align: top;
    box-sizing: border-box;
    position: absolute;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
}

.searchForm .searchForm-input input[type="text"] {
    padding: 8px 56px 8px 25px;
}

input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

@media only screen and (max-width: 896px) {
    .searchForm .searchForm-input .clearBtn {
        width: 40px;
        height: 40px;
    }
    .searchForm .searchForm-input input[type="text"] {
        padding: 8px 56px 8px 10px;
        height: 40px;
    }
}

/*20191009 end ks*/

/*20200611 oto*/
.icon_oshirase {
	margin: 0 10px 2px 0;
	width: 35px;
	vertical-align: bottom;
}
/*20200611 end*/

@media screen and (min-width: 897px){/*20220120 tn*/
.wPC60{
    width: 60% !important;
  }
}
