@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: 1.5em;
	font-weight: bold;
}

/*-- 見出し終了 ----------------------------------------------------------------------------------*/



/*-- 説明2col ----------------------------------------------------------------------------------*/
#business .explanation {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    width: 100%;
    margin: 5% auto -2.5%;
    display: flex;
    justify-content: center;
    gap: 3%;
}
#business .explanation .explanation-box {
    width: 420px;
    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;
}
#business .explanation .explanation-box.width {
    width: 100%;
    max-width: 860px;
    border-radius: 5px;
}
#business .explanation .explanation-box h2 {
    color: #b10e1b;
	text-align: center;
    padding: 0.5em 0 0;
}
#business .explanation .explanation-box img {
    text-align: center;
}
#business .explanation .explanation-box p {
    color: #222222;
	text-align: center;
    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 .innyoumoto {
	text-align: center;
}

/*-- 注釈終了 ----------------------------------------------------------------------------------*/



/*-- 場面ごとの商品紹介 -------------------------------------------------------------*/

#business #ranking {
	background-color: #c4d7d1;
	border-radius:10px 10px 0 0;
	margin-top: 5%;
	padding: 2% 2% 0;
	text-align: center;
}
#business #ranking h2 {
	font-size: 30px;
	margin: 1% 0;
	text-align: center;
}
#business #ranking h2 .pc_none{
	display: none;
}
#business #ranking-list {
	width: 100%;
	overflow-x:auto;
	padding: 0 0 5%;
}
#business #ranking-list h3 {
	font-size: 30px;
	margin-bottom: 1%;
}
#business #ranking-list::-webkit-scrollbar {
	background: #fff;
	width: 5px;
	height: 8px;
}
#business #ranking-list::-webkit-scrollbar-thumb {
	background-color: #222;
}
#business #list_2 {
	margin-bottom: 0%;
}
#business #ranking-list ul.item {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	/*gap:15px;*/
	width: 100%;
	/*padding: 50px 0 0;*/
	/*background-color: #f4f4f5;*/
}
#business #ranking-list ul li {
	position: relative;
	width: 85%;
	margin:0 0 6% 4%;
	padding: 4%;
	background-color: #fff;
}
#business #ranking-list ul li.price {
	width: 100%;
	margin: 0;
	padding: 0;
}
#business #ranking-list ul dd.price {
	text-align: center;
}
#business #ranking-list ul li dl dt a p.item_name,
#business #ranking-list ul li dl dt a p.item_name span {
	color: #020202;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	margin: 2% 0 2%;
}
#business #ranking-list ul li dl dt a p.waribiki {
	color: #fff;
	background-color: #ea0f0f;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}
#business #ranking-list ul li div.buy_price {
	/*background-color: #ffd5d5;*/
	border-radius: 0 0 5px 5px;
	text-align: center;
}
#business #ranking-list ul li img {
	width: 100%;
}
#business #ranking-list ul li dd li.price a {
	color: #020202;
	font-size: 24px;
	letter-spacing: -0.01em;
}
#business #ranking-list ul li dd.price span.spesicalprice {
	/*display: none;*/
	float: left;
	font-size: 10px;
	margin: 5px 5px 0 0;
}
#business #ranking-list ul li dd.price span.spesicalprice {
	/*display: none;*/
	float: left;
	font-size: 10px;
	margin: 5px 5px 0 0;
}

/*-- 場面ごとの商品紹介 -------------------------------------------------------------*/



/*-- その他対策グッズはこちら ----------------------------------------------------------------------------------*/

#main_contents .other {
	width: 100%;
	background-color: #c4d7d1;
	border-radius:0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 5%;
	padding-bottom: 2%;
}

#main_contents .other a {
	color: #fff;
	font-weight: 400;
	display:inline-block;
	background: #222222;
	border-radius: 5px;
	border: #222222 solid 1px;
}

#main_contents .other a p {
	padding: 10px 50px;
}

/*-- その他対策グッズはこちら -------------------------------------------------------------------------------*/








