@charset "shift_jis";

div.header-info-red {
	display: none;
}

.inner_content{
	max-width:1080px;
}

body {
	background:linear-gradient(135deg,rgba(228,233,240,1)0%,rgb(174,193,224)100%);
	/*background: linear-gradient(180deg, #e4e9f0 0%, #e4e9f0 39%, #c4d7d1 39%, #c4d7d1 100%);*/
}

#kanban {
	margin-bottom: 3%;
}

/*-- ボタン ----------------------------------------------------------------------------------*/
#business #btn-wrap {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    width: 100%;
    margin: 5% auto 5%;
    display: flex;
    justify-content: center;
    gap: 3%;
}
#business #btn-wrap .btn {
    width: 480px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#business #btn-wrap .btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .7em;
    height: .7em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#business #btn-wrap .btn-1 {
    background-color: #b10e1b;
    border: 2px solid #b10e1b;
}
#business #btn-wrap .btn-2 {
    background-color: #222;
    border: 2px solid #222;
}
#business #btn-wrap .btn.width {
    width: 100%;
    max-width: 860px;
    border-radius: 5px;
}
#business #btn-wrap .btn p {
    color: #FFF;
    font-size: 1.8em;
    padding: .3em 0;
    margin-right: -10px;
}
#business #btn-wrap .btn p .pc_none{
    display: none;
}

/*-- ボタン終了 ----------------------------------------------------------------------------------*/



/*-- 見出し --------------------------------------------------------------------------------------*/

#business .text-midashi {
	text-align: center;
}

#business .text-midashi p {
	font-size: 2em;
	font-weight: bold;
}

/*-- 見出し終了 ----------------------------------------------------------------------------------*/



/*-- 説明2col ----------------------------------------------------------------------------------*/
#business .explanation {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    width: 100%;
    margin: 0 auto 5%;
    display: flex;
    justify-content: center;
    gap: 2%;
}
#business .explanation .explanation-box {
    width: 425px;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
	text-align: center;
}
#business .explanation .explanation-box {
    background-color: #f8fafc;
    border: 2px solid #f8fafc;
	padding: 0.5%;
}
#business .explanation .explanation-box.width {
    width: 100%;
    max-width: 860px;
    border-radius: 5px;
}
#business .explanation .explanation-box h2 {
    color: #013f96;
	text-align: center;
    padding: 0.5em 0 0.5em;
	/* 20251111 S.TOGASHI 【シュレッダー改修】ADD STR */
	line-height: 2rem;
	/* 20251111 S.TOGASHI 【シュレッダー改修】ADD END */	
}
#business .explanation .explanation-box img {
	width: 100%;
    text-align: center;
}
#business .explanation .explanation-box p {
    color: #222222;
	text-align: left;
    font-size: 1em;
    padding: 0 1em 1em;
}

/*-- 説明2col終了 ----------------------------------------------------------------------------------*/

/*-- 説明1col ----------------------------------------------------------------------------------*/

#business .col_1 {
    margin: 5% auto 1%;
}

#business .col_1 .explanation-box {
    width: 880px;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
	text-align: center;
}

#business .col_1 .explanation-box span {
    color: #b10e1b;
}

/*-- 説明1col終了 ----------------------------------------------------------------------------------*/


/*-- アンカーボタン --------------------------------------------------------------------------------------*/

#business div.anchor_button {
    width: 900px;
    text-align: center;
    margin: 0 auto 5%;
}
#business div.anchor_button a {
    display: block;
    padding: 2%;
    font-size: 1.5rem;
    background-color: #222;
    color: #fff;
    border-radius: 50px;
}
#business div.anchor_button a:hover {
    opacity: 0.8;
    color: #fff!important;
}

/*-- アンカーボタン終了 ----------------------------------------------------------------------------------*/


/*-- 商品バナー2col ----------------------------------------------------------------------------------*/

#business .item_banner {
    max-width: 900px;
    margin:0 auto 5%;
}

#business .item_banner ul {
    width:100%;
    display: flex;
    justify-content: center;
    gap: 1%;
    margin-bottom: 1%;
}

#business .item_banner ul li a:hover {
    opacity: 0.8;
}

#business .item_banner ul li img {
    width:100%;
}

/*-- 商品バナー2col終了 ----------------------------------------------------------------------------------*/


/*-- オフィスシュレッダー絞り込み -------------------------------------------------------------*/
#business .pc_none{
	display: none;
}

/*-- オフィスシュレッダー絞り込み -------------------------------------------------------------*/



/*-- ○○から選ぶボタン ----------------------------------------------------------------------------------*/

#main_contents .other {
	width: 100%;
	border-radius:0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 5px;
	padding-bottom: 1%;
}

#main_contents .other ul {
	width: 86%;
	display:flex;
	text-align: center;
}
#main_contents .other ul li {
  	width:100%;
    padding: 10px;
	list-style: none;
}


#main_contents .other a {
	color: #fff;
	font-weight: 400;
	display:inline-block;
	background: #013f96;
	border-radius: 5px;
	border: #013f96 solid 1px;
}

#main_contents .other a:hover {
	color: #fcff00!important;
}

#main_contents .other a p {
	font-size: 18px;
	padding: 20px 60px;
}

/*-- ○○から選ぶボタン -------------------------------------------------------------------------------*/


/*-- 担当者に相談するボタン -------------------------------------------------------------------------------*/
#main_contents .corp-btn {
    font-size: min(4.5cqw, 25px);
    text-align: center;
    color: #FFF;
    font-weight: 600;
    background-color: #013f96;
    border-radius: 5px;
    padding: .5em 0 .6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 3% auto 5%;
}

#main_contents .corp-btn:hover {
	color: #fcff00!important;
}

#main_contents .corp-btn p {
	font-size: 1em;
}
/*-- 担当者に相談するボタン終了 -----------------------------------------------------------------------------*/

/*-- スライダー -----------------------------------------------------------------------------*/

/* 画像-カルーセル */
#business .row.banner-carousel {
    width: 100%;

    /* 左の余白削除 */
    margin: 0 auto;

    .carousel-inner {
        width: 100%;
        display: flex;
        justify-content: start;
        gap: 1.33%;
        position: relative;
        box-sizing: border-box;
        padding: 0;
        overflow: visible;

        .carousel-item {
            width: 24%;
            min-width: auto;
            display: none;
            flex-direction: column;
            margin: 0 !important;

            & img {
                width: 100%;
                height: auto;
                display: block;
            }

            &:nth-last-child(1) {
                margin-right: 0;
            }
        }

        /* アイテム数が少ない場合の処理 */
        &.item-width-max {
            padding: 0;
            margin-bottom: var(--margin-bottom);
        }
    }

    .carousel-inner.itemcount-1-4 + .slider-radio-wrap {
        display: none;
    }

    .slider-radio-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 1em;
        padding: 10px 0;

        & input[type="radio"] {
            display: none;
        }

        .radio-label{
            display: block;
            margin-bottom: var(--margin-bottom-min);
            width: 8px;
            height: 8px;
            background-color: #FFF;
            border-radius: 100vw;
            &:has(:checked) {
                background-color: #013f96;
            }
        }
    }
    
    .slider-arrow {
        position: absolute;
        top: 50%;  
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: #001a3fd4;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 100vw;
        z-index: 1;
        animation: none !important;

        .arrow {
            position: relative;
            width: 9px;
            height: 9px;
        }
        
        .arrow::before,
        .arrow::after {
            content: "";
            position: absolute;
            top: calc(50% - 2px);
            right: 0;
            width: 11px;
            height: 3px;
            border-radius: 9999px;
            background-color: #ffffff;
            transform-origin: calc(100% - 1px) 50%;
        }
        
        .arrow::before {
          transform: rotate(45deg);
        }
        
        .arrow::after {
          transform: rotate(-45deg);
        }
    }
    .slider-arrow.prev-label {
        left: 10px;

        .arrow {
            transform: rotate(-180deg);
            margin-right: -1px;
        }
    }
    .slider-arrow.next-label {
        right: 10px;
    }

}

/* 画像-長方形カルーセル */
#business .row.banner-carousel__category {
    .carousel-inner {

        .carousel-item {
            width: 100%;
        }

    }

    /* 表示処理 */
    &:has(.radio-label:nth-of-type(1) .radio-slider:checked) .carousel-item:nth-of-type(1),
    &:has(.radio-label:nth-of-type(1) .radio-slider:checked) .slider-arrow.slider-1,
    &:has(.radio-label:nth-of-type(2) .radio-slider:checked) .carousel-item:nth-of-type(2),
    &:has(.radio-label:nth-of-type(2) .radio-slider:checked) .slider-arrow.slider-2,
    &:has(.radio-label:nth-of-type(3) .radio-slider:checked) .carousel-item:nth-of-type(3),
    &:has(.radio-label:nth-of-type(3) .radio-slider:checked) .slider-arrow.slider-3,
    &:has(.radio-label:nth-of-type(4) .radio-slider:checked) .carousel-item:nth-of-type(4),
    &:has(.radio-label:nth-of-type(4) .radio-slider:checked) .slider-arrow.slider-4,
    &:has(.radio-label:nth-of-type(5) .radio-slider:checked) .carousel-item:nth-of-type(5),
    &:has(.radio-label:nth-of-type(5) .radio-slider:checked) .slider-arrow.slider-5,
    &:has(.radio-label:nth-of-type(6) .radio-slider:checked) .carousel-item:nth-of-type(6),
    &:has(.radio-label:nth-of-type(6) .radio-slider:checked) .slider-arrow.slider-6,
    &:has(.radio-label:nth-of-type(7) .radio-slider:checked) .carousel-item:nth-of-type(7),
    &:has(.radio-label:nth-of-type(7) .radio-slider:checked) .slider-arrow.slider-7,
    &:has(.radio-label:nth-of-type(8) .radio-slider:checked) .carousel-item:nth-of-type(8),
    &:has(.radio-label:nth-of-type(8) .radio-slider:checked) .slider-arrow.slider-8,
    &:has(.radio-label:nth-of-type(9) .radio-slider:checked) .carousel-item:nth-of-type(9),
    &:has(.radio-label:nth-of-type(9) .radio-slider:checked) .slider-arrow.slider-9,
    &:has(.radio-label:nth-of-type(10) .radio-slider:checked) .carousel-item:nth-of-type(10),
    &:has(.radio-label:nth-of-type(10) .radio-slider:checked) .slider-arrow.slider-10,
    &:has(.radio-label:nth-of-type(11) .radio-slider:checked) .carousel-item:nth-of-type(11),
    &:has(.radio-label:nth-of-type(11) .radio-slider:checked) .slider-arrow.slider-11,
    &:has(.radio-label:nth-of-type(12) .radio-slider:checked) .carousel-item:nth-of-type(12),
    &:has(.radio-label:nth-of-type(12) .radio-slider:checked) .slider-arrow.slider-12 {
        display: flex;
        z-index: 2;
        animation: fadein 0.6s;
    }
}

/*-- スライダー 終了 -----------------------------------------------------------------------------*/



/* 20251111 S.TOGASHI 【シュレッダー改修】ADD STR */
.item_list {
    max-width: 900px;
    margin: 0 auto 5%;
}
/* シュレッダー容量別2種の配置 */
#capa_2pattern {
    display: flex;
}
#capa_2pattern div {
    margin-top: 1%;
    width:49.5%;
    background-color: #fff;
}
#capa_2pattern div:nth-child(1) {
    margin-right: 1%;
}
#capa_2pattern div a {
    display: block;
    height: 100%;
}
#capa_2pattern div a:hover {
    opacity: 0.6;
    color: #222!important;;
}
#capa_2pattern div img {
    width: 50%;
    float: left;
}
#capa_2pattern div a li.point {
    width: 50%;
    font-size: 1.2rem;
    float: left;
    text-align: center;
}
#capa_2pattern div a li.first_point {
    margin-top: 4%;
}
/* シュレッダー容量別2種の配置の価格表示 */
#capa_2pattern div a div.item_price_business {
    width: 50%;
    margin-top: 4%;
    float: left;
    text-align: center;
}
#capa_2pattern div a div.item_price_business span {
    background-color: #e50012;
    border-radius: 5px;
    padding: 1% 10%;
    color: #fff;
}
#capa_2pattern div a div.item_price_business .buy_price {
    width: 100%;
}
#capa_2pattern div a div.item_price_business .buy_price ul li.price {
    font-size: 2.4rem;
    color: #e50012;
}
#capa_2pattern div a div.item_price_business .buy_price span.spesicalprice {
    display: none;
}


/* シュレッダー4カラム表示の配置 */
#business .item_list .col_4 {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:10px;
    margin-top: 1%;
}
#business .item_list .col_4   {
	& h2 {
		text-align: center;
		padding-bottom: 10px;
	}
	& li {
		border: 2px solid #fff;
		border-radius: 5px;
        background-color: #fff;
	}
	& li a:hover {
        opacity: 0.6;
	}
	& dd.item_sale_price {
		font-size: 1.7rem;
		color: #d00012 !important;
		font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
		font-weight: 700;
		display: flex;
		height: 2rem;
		align-items: center;
		justify-content: center;
		padding-bottom: 4px;
	}
	& .item-list-text {
		color: #000000;
		text-align: center;
        line-height: 1.2rem;
	}
	& dd.aka-obi {
		width: 80%;
		margin: 0 auto;
		background-color: #d00012;
		border-radius: 5px;
	}
	& dd p {
		font-size: 12px;
		line-height: 1.4em;
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
}
#business .text_box .item_price_business {
	display: flex;
	justify-content: center;
    margin-top: 1%;
}
#business .text_box .item_price_business span {
	font-size: 0.6rem;
	line-height: 0.7rem;
	margin: 2% 2% 0 0;
	color:#d00012 !important;
}
#business .text_box .item_price_business .buy_price {
	text-align: center;
}
#business .text_box .item_price_business .buy_price ul li.price {
	border: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color:#d00012 !important;
	display: flex;
	text-align: center;
	justify-content:center;
	padding-bottom:2%;
}
#business .text_box .item_price_business .buy_price ul li.price span {
	display: none;
}
/* シュレッダー4カラム表示の配置終了 */


/* シュレッダー同時購入品2カラム表示の配置 */
#business .item_list div.matome-item {
    display: flex;
    margin-bottom: 4%;
}
#business .item_list div.matome-item div.item-box {
    width: 50%;
}
#business .item_list div.matome-item div.item-box:nth-child(1) {
    margin-right: 10px;
}
#business .item_list div .col_2 {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
#business .item_list div .col_2 li {
    background-color: #fff;
    text-align: center;
}
#business .item_list .item-box div.another-button {
    margin-top: 2%;
    background-color: #222;
    border-radius: 5px;
    color: #fff;
    line-height: 1.2rem;
    font-weight: bold;
    text-align: center;    
}
#business .item_list .item-box div.another-button a {
    font-size: 1.2rem;
}

#business .item_list .text-midashi p.youto,
#business .item_list .text-midashi .col_2 li {
    font-size: 1.2rem;
    font-weight: bold;
}
#business .item_list .item-box .col_2 li a:hover {
    opacity: 0.6;
    color: #222!important;
}
#business .item-box .another-button a {
    display: block;
}
#business .item-box .another-button a:hover {
    opacity: 0.6;
    color: #fff!important;
}
/* シュレッダー同時購入品2カラム表示の配置終了 */
