@charset "UTF-8";
/*---------------------------------------
	carry5g.js用
---------------------------------------*/
/*SP時スクロール位置調整*/
.dummny-menu{height:0px !important;}

/*PC時スクロール位置調整（1つ目のリンク先コンテンツが白背景の場合）*/
.c-article{
	padding: 0;
}
@media screen and (min-width: 769px){
	.c-article {
		padding: 0;
	}
}
section#anc-01{
	margin:70px 0 0;
}




/* 赤帯
----------------------------------------------- */
.subttl{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	background-color:#CC0033;
	padding:5px 10px;
	margin:0 0 15px;
}

/* ラインナップ
----------------------------------------------- */
/*外側2カラム*/
.lineup .outer_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.lineup .outer_box{
	width:47%;
}
@media screen and (max-width: 768px){
	.lineup .outer_box{
		width:100%;
	}
	.lineup .outer_box{
		margin-bottom:20px;
	}
}
/*内側2カラム*/
.lineup .inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
}
.lineup .inner_box01{
	width:42%;
	text-align:center;
}
.lineup .inner_box02{
	width:57%;
}
.lineup .inner_box01 img{
	max-width:100%;
}

/* 特長
----------------------------------------------- */
/*＞＞特徴*/
.heading{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 20px;
}
/*2カラム*/
.features .outer_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
}
.features .outer_box01{
	width:30%;
	text-align:center;
}
.features .outer_box02{
	width:65%;
}
.features .outer_box01 img{
	max-width:100%;
}
@media screen and (max-width: 480px){
	.features .outer_box01,
	.features .outer_box02{
		width:100%;
	}
	.features .outer_box{
		margin-bottom:20px;
	}
}

/* 利用イメージ・詳細情報
----------------------------------------------- */
.usage img,
.detail img{
	max-width:100%;
}

/* 料金
----------------------------------------------- */
.price{
	font-size:32px;
	font-weight:bold;
	text-align:center;
}

/* 導入事例
----------------------------------------------- */
.case-list img {
	width: 100%;
	height: auto;
}

.case-list {
	display: flex;
	max-width: 695px;
	margin: auto;

	flex-wrap: wrap;
	justify-content: space-between;
}
.case-item {
	display: flex;
	margin-bottom: 35px;
	max-height: 600px;
	flex: 0 1 325px;
}
/*
.case-item:last-child {
	margin-bottom: 0;
}
*/
.case-item-cont {
	position: relative;
	margin-top: 36px;
	padding-bottom: 90px;
	background: #f6f6f6;
	box-shadow: 4px 7px 9px rgba(181,181,181,.3);
	transition: box-shadow .5s;
}
.case-item-cont:hover,
.case-item-cont:hover .case-item-num::before {
	/* box-shadow: 0 4px 6px rgb(0 0 0 / 40%); */
}
.case-item-num {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: -36px;
	left: 0;
	width: 100px;
	height: 38px;
	padding: 9px 0 0 20px;
	color: #696969;
}
.case-item-num::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	transform: scaleY(1.2) perspective(.6em) rotateX(4deg);
	transform-origin: bottom left;
	background: #f6f6f6;
	box-shadow: 4px 7px 9px rgba(181,181,181,.3);
	transition: box-shadow .5s;
}
.case-item-img {
	position: relative;
	z-index: 2;
}
.case-item-ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 15px 20px 0;
}
.case-item-txt1 {
	font-size: 16px;
	margin: 5px 20px 8px;
	padding-bottom: 5px;
	color: #6c6c6c;
	border-bottom: 1px solid #ddd;
}
.case-item-txt2 {
	font-size: 18px;
	line-height: 1.44;
	margin: 10px 20px;
}
.case-item-group {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	display: flex;
	margin: 0 15px;
}
.case-item-lnk {
	padding: 0 5px;

	flex: 1 1 50%;
}
.case-item-lnk a {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	display: block;
	width: 100%;
	transition: box-shadow .5s, background .5s, border .5s, color .3s;
	text-align: center;
	text-decoration: none;
	/*color: #6c6c6c!important;*/
	color: #000;
	border: 2px solid #ddd;
	background: #fff;
}
.case-item-lnk a:hover {
	border-color: #d3d3d3;
	background-color: #d3d3d3;
}
.case-item-lnk a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	transition: border .5s;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.case-item-lnk a:hover::after {
	border-color: #b5b5b5;
}

/*----------------------------------------------- */
@media screen and (max-width: 768px) {

	.case-item-cont:hover,
	.case-item-cont:hover .case-item-num::before,
	.solution-item-cont:hover {
		box-shadow: none;
	}

	.sp-slider-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.case-list {
		display: block;
		max-width: 100%;
		/*
		margin-bottom: -30px;
		*/
	}
	.case-item {
		width: 280px;
		width: 74.67vw;
		max-width: 350px;
		/*
		margin-bottom: 20px;
		*/
		margin:0 auto 20px;
	}
	/*
	.case-item:last-child {
		margin-bottom: 20px;
	}
	*/
	.case-item-cont {
		width: 100%;
		margin-top: 28px;
		padding-bottom: 84px;
		box-shadow: 2px 4px 7px rgb(181 181 181 / 30%);
	}
	.case-item-num {
		font-size: 13px;
		top: -27px;
		width: 70px;
		height: 28px;
		padding: 6px 0 0 12px;
	}
	.case-item-num::before {
		box-shadow: 2px 4px 7px rgb(181 181 181 / 30%);
	}
	.case-item-ttl {
		font-size: 16px;
		margin: 8px 15px 0;
	}
	.case-item-txt1 {
		font-size: 12px;
		margin: 3px 15px 8px;
		padding-bottom: 5px;
	}
	.case-item-txt2 {
		font-size: 14px;
		line-height: 1.44;
		margin: 10px 15px;
	}
	.case-item-group {
		bottom: 12px;
		display: block;
		margin: 0 15px;
	}
	.case-item-lnk {
		padding: 3px 0;
	}
	.case-item-lnk a {
		font-size: 12px;
		line-height: 28px;
	}
	.case-item-lnk a::after {
		width: 8px;
		height: 8px;
	}
}