
/* ------------------------------
 FHSSとは
------------------------------ */
.contents .headering h1 {
    font-size: 6rem;
}
.headering h1 span::before {
    content: "新登場";
    display: block;
    position: relative;
    background: none;
    left: 0;
    right: 0;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.headering h1 span::after {
    display: none;
}
.pageLink {
    margin-bottom: 80px;
}
.pageLink li {
    border-left: solid 1px #000;
    line-height: 1;
    padding: 0 15px;
}
.pageLink li:first-child {
    border-left: none;
}
.pageLink li:last-child {
    border-right: none;
}

.image_black {
    background: #070304;
    border-radius: 10px;
}
.image_black .aligncenter img {
    border-radius: 10px 10px 0 0;
}
.image_black_bottom {
    background: #070304;
    color: #fff;
    padding: 0 70px 70px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 100px;
}
.image_black_bottom h3 {
    font-size: 2.1rem;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.image_black_bottom h4 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
}
.image_black_bottom .pdfBox {
    margin-top: 20px;
}
.image_black_bottom .pdfBox a {
    color: #fff;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
}
.image_black_bottom .pdfBox a::before{
	content: "";
    position: absolute;
	background: url("/wp_sho-gun-do/wp-content/themes/sho-gun-do/shared/img/icon_pdf_h.png") no-repeat;
	width: 20px;
    height: 22px;
	left: 0;
	top: 0;
	margin: auto;
    display: inline-block;
    background-size: cover;
    margin-right: 6px;
}
@media print, screen and (min-width: 768px) {
    .image_black_bottom .w2-3 {
        width: 680px !important;
    }
    .image_black_bottom .w1-3 {
        width: 258px !important;
    }
}
@media screen and (max-width:767px) {
    .contents .headering h1 {
        font-size: 4rem;
        line-height: 1;
        margin-top: 0px;
    }
    .headering h1 span::before {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    .pageLink li {
        padding: 0 10px;
    }
    .pageLink li a {
        font-size: 1.3rem;
    }
    .image_black_bottom {
        padding: 0 5% 30px;
        margin-bottom: 80px;
    }
    .image_black_bottom .pdfBox {
        margin-bottom: 20px;
    }
}
/* ------------------------------
 FHSSの特長
------------------------------ */
.flexBox {
	display: flex;
	flex-wrap: wrap;
}
.flexBox.jc-sb {
	justify-content: space-between;
}
.featuresBox {
    margin-bottom: 80px;
}
.featuresBox .w1-3 {
    margin-bottom: 40px;
}
.featuresBox img {
    border-radius: 6px;
}
.featuresBox h3 {
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: none;
}
.featuresBox a {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767px) {
    .featuresBox h3 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .featuresBox .w1-2 + .w1-2 {
        margin-top: 40px;
    }
}
/* ------------------------------
 ユーザーボイス
------------------------------ */
.uservoiceBox {
    background: #f0ebe6;
    padding: 50px 70px;
    border-radius: 10px;
    margin-bottom: 110px;
}
.uservoiceBox h3 {
    font-size: 1.9rem;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
}
.uservoiceBox .w1-3 img {
    border-radius: 6px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
    .uservoiceBox .w2-3 {
        width: 676px !important;
    }
    .uservoiceBox .w1-3 {
        width: 274px !important;
    }
}
@media screen and (max-width:767px) {
    .uservoiceBox {
        padding: 30px 5%;
        margin-bottom: 90px;
    }
    .uservoiceBox h3 {
        margin-bottom: 10px;
    }
    .uservoiceBox .w2-3 {
        margin-bottom: 20px;
    }
}
/* ------------------------------
 よくあるご質問
------------------------------ */
.faqBox {
    margin-bottom: 50px;
}
.faqBox a {
    text-decoration: underline;
    color: #2F2725;
}
.faq_Q {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #4e454a;
    font-size: 1.9rem;
    font-weight: bold;
    display: flex;
}
.faq_Q .iconQ {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4e454a;
    border-radius: 4px;
    margin-right: 20px;
    display: inline-block;
}
.faq_A {
    display: flex;
    margin-bottom: 70px;
}
.faq_A .iconA {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #000;
    border-radius: 4px;
    margin-right: 20px;
    display: inline-block;
}
@media print, screen and (min-width: 768px) {
    .faqBox .text {
        width: 1080px;
        padding-top: 6px;
    }
}
@media screen and (max-width:767px) {
    .faqBox .text {
        width: 88%;
        padding-top: 4px;
    }
    .faq_Q {
        font-size: 1.6rem;
    }
    .faq_Q .iconQ {
        font-size: 1.4rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    .faq_A {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    .faq_A .iconA {
        font-size: 1.4rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
}
/* ------------------------------
 製品仕様
------------------------------ */
.productBox {
    margin-bottom: 120px;
}
.contents .productBox table {
    width: 100%; 
    border-top: dotted 1px #4e454a;
}
.productBox table th {
    border-bottom: dotted 1px #4e454a;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 20px 0;
}
.productBox table td {
    border-bottom: dotted 1px #4e454a;
    padding: 20px 0;
}
.productBox .w1-2 img {
    border-radius: 10px;
}
.productBox h3 {
    font-size: 1.9rem;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
}
.productBox li {
    position: relative;
    padding-left: 12px;
}
.productBox li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    vertical-align: top;
    position: absolute;
    top: .8em;
    left: 0;
    border-radius: 50%;
}
@media screen and (max-width:767px) {
    .contents .productBox table {
        width: 100%;
        margin: 0 0 30px;
    }
    .productBox table th {
        font-size: 1.6rem;
        padding: 15px 0 0;
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .productBox table td {
        font-size: 1.6rem;
        padding: 0 0 15px;
        display: block;
        width: 100%;
    }
    .productBox h3 {
        font-size: 1.7rem;
        margin-top: 10px;
        margin-bottom: 0;
    }
}
/* ------------------------------
 ご視聴・ご購入について
------------------------------ */
.purchasingtBox h3 {
    font-size: 1.9rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #4e454a;
}
.purchasingtBox .btn-white a {
    background: #fff;
    color: #2f2725;
    text-decoration: none;
}
.purchasingtBox .btn-white a:hover {
    background: #2f2725;
    color: #fff;
}
.purchasingtBox .btn-white a::after {
    display: none;
}
.purchasingtBox p a {
    text-decoration: underline;
    color: #2F2725;
}
@media screen and (max-width:767px) {
    .purchasingtBox {
        margin-bottom: 60px;
    }
}
/* ------------------------------
 製品外観・イメージ
------------------------------ */
.slideImageBox {
    margin-bottom: 90px;
}
.mainLead{
    position: relative;
}
.slideImage.slick-slider{
    width: 1140px;
    margin: 0 auto 40px;
}
.slick-slider .slick-list{
    border-radius: 10px;
    overflow: hidden;
}
/* Arrows */
.slideImage .slick-prev,
.slideImage .slick-next{
	width: 24px;
	height: 24px;
	margin-top: -20px;
}

.slideImage .slick-prev::after{
    content: "";
    width: 24px;
    height: 24px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    background-color: rgba(0,0,0,0);
    transform: rotate(-135deg);
    display: inline-block;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slideImage .slick-next::after {
	content: "";
    width: 24px;
    height: 24px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    background-color:rgba(0,0,0,0);
    transform: rotate(45deg);
    display: inline-block;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slideImage .slick-prev{
    left: -40px;
}
[dir='rtl'] .slideImage .slick-prev{
    right: 50%;
}
.slideImage .slick-next{
    right: -40px;
}
[dir='rtl'] .slideImage .slick-next{
    left: 50%;
}
/* Dots */
.slideImage .slick-dots {
	bottom: -40px;
}
/* サムネイル */
.thumbnail {
    width: 1000px;
    margin: 0 auto 30px;
}
.thumbnail-img {
    opacity: 1;
    transition: opacity .3s linear;
    margin: 0 10px;
    cursor: pointer;
}
.thumbnail .slick-current {
    opacity: .7;
    transition: opacity .3s linear;
}
.thumbnail-img img {
    border-radius: 4px;
}
@media screen and (max-width:767px){
    .slideImage .slick-prev,
    .slideImage .slick-next{
        width: 14px;
        height: 14px;
        margin-top: -25px;
    }

    .slideImage .slick-prev::after{
        width: 14px;
        height: 14px;
        left: 7px;
    }
    .slideImage .slick-next::after {
        content: "";
        width: 14px;
        height: 14px;
        right: 7px;
    }
    .slideImage .slick-prev{
        left: -5%;
    }

    .slideImage .slick-next{
        right: -5%;
    }

    .slideImage.slick-slider{
        width: 90%;
        margin-bottom: 20px;
    }
    .slick-slider .slick-list {
        border-radius: 3px;
    }
    .thumbnail {
        width: 90%;
        margin: 0 auto 10px;
    }
    .thumbnail-img {
        margin: 0 1%;
    }
    .thumbnail-img img {
        border-radius: 3px;
    }
}
/* ------------------------------
 FHSSの使用イメージ
------------------------------ */
.systemBox {
    margin-bottom: 100px;
}
.whiteBox {
    position: relative;
    background: #fff;
    padding: 50px;
    margin-bottom: 35px;
    border-radius: 10px;
}
.whiteBox .sound {
    width: 230px;
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: auto;
}
.whiteBox h3 {
    font-size: 2.4rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
}
.systemImage.slick-slider{
    width: 950px;
    margin: 80px auto 60px;
}
.systemImage .slick-list {
    width: 480px;
    margin: auto;
}
/* Arrows */
.systemImage .slick-prev,
.systemImage .slick-next{
	width: 24px;
	height: 24px;
	margin-top: -20px;
}

.systemImage .slick-prev::after{
    content: "";
    width: 24px;
    height: 24px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    background-color: rgba(0,0,0,0);
    transform: rotate(-135deg);
    display: inline-block;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.systemImage .slick-next::after {
	content: "";
    width: 24px;
    height: 24px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    background-color:rgba(0,0,0,0);
    transform: rotate(45deg);
    display: inline-block;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.systemImage .slick-prev{
    left: -40px;
}
[dir='rtl'] .systemImage .slick-prev{
    right: 50%;
}
.systemImage .slick-next{
    right: -40px;
}
[dir='rtl'] .systemImage .slick-next{
    left: 50%;
}
.systemImage .slick-dots {
    top: -60px;
}
.systemImage .slick-dots li {
    width: 90px;
    height: 30px;
}
.systemImage .slick-dots li button {
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 90px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0;
}
.systemImage .slick-dots li button::before {
    content: "大型TV";
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}
.systemImage .slick-dots li.slick-active button::before {
    border: 1px solid #29abe2;
}
.systemImage .slick-dots li:nth-child(2) button::before {
    content: "CDコンポ";
}
.systemImage .slick-dots li:nth-child(3) button::before {
    content: "ノートPC";
}
.systemImage .slick-dots li:nth-child(4) button::before {
    content: "生演奏";
}
@media screen and (max-width:767px){
    .whiteBox {
        padding: 40px 5% 25px;
        margin-bottom: 35px;
    }
    .whiteBox h3 {
        font-size: 2rem;
    }
    .systemImage.slick-slider{
        width: 90%;
        margin: 50px auto 10px;
    }
    .systemImage .slick-list {
        width: 100%;
    }
    .whiteBox .sound {
        width: 115px;
        top: -55px;
    }
    .systemImage .slick-dots li {
        width: 23%;
        margin: 0 1%;
        height: 22px;
    }
    .systemImage .slick-dots li button {
        line-height: 22px;
        width: 100%;
        height: 22px;
    }
    .systemImage .slick-dots li button::before {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        height: 22px;
    }
    .systemImage .slick-dots {
        top: -40px;
    }

    .systemImage .slick-prev,
    .systemImage .slick-next{
        width: 14px;
        height: 14px;
        margin-top: -25px;
    }

    .systemImage .slick-prev::after{
        width: 14px;
        height: 14px;
        left: 7px;
    }
    .systemImage .slick-next::after {
        content: "";
        width: 14px;
        height: 14px;
        right: 7px;
    }
    .systemImage .slick-prev{
        left: -5%;
    }
    .systemImage .slick-next{
        right: -5%;
    }
}