@charset "utf-8";

table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid #DDDDDD;
}
td::before {display: none;}
img.line {
	border: 1px solid #DDDDDD;
}
img.bottom {
	margin-bottom: 18px;
}
img{
	margin-bottom: 5px;
}
/* ページ内リンク */
.page_link{margin-top: 40px;margin-bottom: 50px;}
.page_link a{text-decoration: underline; font-size: 1.6rem;}
.page_link a:hover{text-decoration:none;}
.page_link a::before{display: none;}
.page_link a::after{border-color: #238CF9;}
.page_link li{margin: 0 42px 10px 0;}

/* レンタル（トランシーバー・無線機） */
.reason_list {
	display: flex;
	gap: 36px;
	list-style: none;
	padding: 0;
	margin: 85px 0 0 0;
}
.reason_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	border: 1.5px solid #1266BD;
	border-radius: 10px;
	padding: 0 24px 37px;
	margin: 0;
}
.reason_num {
	display: flex;
	justify-content: center;
	margin-top: -60px;
	margin-bottom: 29px;
	background: #fff;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
}
.reason_num img {
	display: block;
}
.reason_text {
	line-height: 1.8;
	margin: 0;
	color: #1266BD;
}
.compare_table_wrap {
	overflow-x: auto;
}
.compare_table {
	width: 100%;
	border-collapse: collapse;
}
.compare_th_empty {
	width: 18%;
	background: #fff;
	border: none;
}
.compare_th {
	padding: 16px 20px;
	text-align: center;
	font-weight: normal;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.compare_th.is_rental {
	background: #fffaf0;
	border: 2px solid #e88a2e;
}
.compare_label {
	padding: 13px;
	vertical-align: middle;
	white-space: nowrap;
	background: #EFF3F6;
}
.compare_td {
	padding: 13px;
	vertical-align: middle;
	line-height: 1.7;
}
.compare_td.center {
	text-align: center;
}
.compare_td.is_rental {
	background: #fffaf0;
	border-left: 2px solid #e88a2e;
	border-right: 2px solid #e88a2e;
}
tbody tr:last-child .compare_td.is_rental {
	border-bottom: 2px solid #e88a2e;
}
.rental_point_wrap {
    margin-top: 50px;
}
.rental_point_item {
	display: grid;
	grid-template-columns: 353fr 726fr;
	column-gap: calc(20 / 1100 * 100%);
	align-items: self-start;
	margin-bottom: 48px;
}
.rental_point_txt_area h3 {
    margin: 0 0 16px;
}
.pic_count{
	margin-bottom: 20px;
}
.lineup_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.lineup_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.lineup_item {
	flex: 1;
	list-style: none;
}
.lineup_img {
	margin-bottom: 12px;
}
.lineup_img img {
	width: 100%;
	height: auto;
}
.lineup_name {
	font-weight: bold;
	padding-left: 22px;
	margin: 14px 0 11px;
	position: relative;
}
.lineup_name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
	background: #1266BD;
}
.lineup_spec {
	line-height: 1.8;
	margin-bottom: 10px;
}
.note_area {
	border: 1px solid #DDDDDD;
	padding: 19px 19px 9px;
	margin-top: 15px;
}
.note_area p {
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.flow_list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 50px;
	position: relative;
}
.flow_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 19px;
	width: 17px;
	height: 100%;
	background: #EBECED;
	z-index: 0;
}
.flow_item {
	position: relative;
	padding-left: 94px;
	padding-bottom: 27px;
	list-style: none;
}
.flow_item:last-child {
	padding-bottom: 0;
}
.flow_head {
	display: flex;
	align-items: center;
	padding: 10px 0 18px;
}
.flow_num {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #1266BD;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	flex-shrink: 0;
	font-size: 2rem;
}
.flow_title {
	font-weight: bold;
	color: #1266BD;
	margin: 0;
}
.flow_text {
	line-height: 1.8;
	margin: 0;
}
.usecase_list {
	margin: 0;
	padding: 0;
}
.usecase_item {
	display: flex;
	align-items: baseline;
	gap: 24px;
	padding: 6px 0;
}
.usecase_dt {
	position: relative;
	padding-left: 14px;
	min-width: 180px;
	flex-shrink: 0;
}
.usecase_dt::before {
	content: '・';
	position: absolute;
	left: 0;
}
.usecase_dd {
	margin: 0;
}
.flow_img {
	display: grid;
	grid-template-columns: 362fr 100fr;
	column-gap: 0;
}

/* 監視カメラ・ネットワーク機器 */
.camera-network .content_area{
	padding: 4px 20px 120px;
}
.camera_explanation {
	background: #EFF3F6;
	border-radius: 10px;
	padding: 14px 22px 7px;
	margin: 30px 0;
}
.camera_txt {
	color: #1266BD;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.type_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 0;
}
.type_item {
	list-style: none;
}
.type_img {
	margin-bottom: 17px;
}
.type_title{
	font-weight: bold;
	margin-bottom: 5px;
}

/* ビジネスフォン・PBX */
.phone-pbx .content_area{
	padding: 0 20px 120px;
}
.phone-pbx th{
	background: #EFF3F6;
}
.icom_table th, .icom_table td{
	text-align: center;
}

/* IP同報システム */
.t_center {
    font-size: 1.4rem;
    text-align: center;
}
.mstation_list{
	padding: 0;
}
.mstation_list li{
	list-style: none;
}
.substation_area {
    border: 1px solid #1266BD;
    border-radius: 10px;
	padding: 29px 28px 25px 40px;
	margin-top: 20px;
}
.substation_area .column_2 {
	margin-bottom: 0;
}
.substation_icon {
	font-size: 1.8rem;
	color: #fff;
	background: #1266BD;
	border-radius: 18px;
	display: inline-block;
	padding: 3px 20px;
	margin-bottom: 20px;
}
.substation_txt {
	color: #1266BD;
	font-size: 2rem;
}
.substation_txt span {
	font-size: 1.6rem;
}
.rental_point_txt_area h4 {
	margin: 2px 0 11px;
}
.flow_item ul li{    list-style: circle;
	list-style: disc;
}
.flow_item ul li ul li{
	list-style: circle;
}
.goyoi {
	margin-top: 30px;
}

/* 保健福祉ソリューション */
.health-welfare .content_area{
	padding: 0 20px 120px;
}
.koko_helper {
	margin: 38px auto 43px;
	text-align: center;
}
.koko_helper_list {
	background: #FFEFDB;
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 28px 42px 16px;
	margin-bottom: 10px;
	gap: 0 30px;
}
.kokohelper_arrow {
	margin: auto;
}
.koko_helper_after p {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 4.2rem;
}
.koko_helper_after p span {
	font-size: 2rem;
	margin-top: 11px;
}
.card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 58px 20px;
	margin: 55px 0px;
}
.card {
	border: 1px solid #FFB65A;
	border-radius: 10px;
	padding: 20px 28px 40px;
	position: relative;
}
.num-line {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.num {
	color: #FF6830;
	font-size: 4.6rem;
	font-weight: bold;
	position: absolute;
	top: -14px;
	left: 16px;
	background: #fff;
	padding: 0 10px;
}
.card-title {
	color: #FF6830;
	font-weight: bold;
	margin: 22px 0 10px;
}
.card-body {
    line-height: 2.8rem;
}

.kokohelpa_vp {
	border: 1px solid #D7C4E8;
	border-radius: 10px;
	margin: 24px 0 30px;
	padding: 12px 0 26px;
}
.kokohelpa_vp p,.kokohelpa_vcam p {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.kokohelpa_vp img,.kokohelpa_vcam img {
	max-width: 267px;
	margin: auto;
}
.kokohelpa_txt {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 31px;
}
.kokohelpa_vcam {
    border: 1px solid #ECCECE;
    border-radius: 10px;
    margin: 24px 0 30px;
    padding: 12px 0 26px;
}

.kokohelpa_voice {
	display: grid;
	grid-template-columns: 353fr 726fr;
	column-gap: calc(20 / 1100 * 100%);
	align-items: self-start;
	margin: 30px 0 30px;
}
.profile {
	margin: 0 0 9px;
}
.kokohelpa_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.comment {
	background: #EFF3F6;
	padding: 38px 30px 25px;
	border-radius: 10px;
}
.comment_title {
	font-size: 2rem;
	font-weight: bold;
}

/* 公共インフラソリューション */
.public-infrastructure_column {
	display: grid;
	grid-template-columns: 353px 1fr;
	column-gap: 20px;
	align-items: start;
	margin-top: 2px;
}
.public-infrastructure_column > div:first-child {order: 2;}
.public-infrastructure_column > div:last-child {order: 1;}



.only_sp{display:none;}





@media screen and (max-width:767px){
.reason_list {
	flex-direction: column;
}

ul li.reason_item {
	padding: 0 20px 24px;
	margin-bottom: 40px;
}

.compare_table {
	white-space: nowrap;
}
.compare_label {
	padding: 16px 10px;
}
.compare_td {
	padding: 16px 10px;
}
.rental_point_item {
	grid-template-columns: 1fr;
	margin-bottom: 35px;
}
.lineup_list {
	grid-template-columns: repeat(1, 1fr);
}
.flow_list {
	margin-left:0;
}
.flow_list::before {
	left: 16px;
	width: 13px;
}
.flow_head {
	padding: 3px 0 10px;
}

.flow_item {
	padding-left: 56px;
}
.flow_num {
	width: 45px;
	height: 45px;
}
.flow_item h3{
	font-size: 1.8rem;
}
.usecase_item {
	flex-direction: column;
	gap: 2px;
	padding: 8px 0;
}
.usecase_dt {
	min-width: auto;
}
.flow_img {
    grid-template-columns: 1fr;
}
/* 監視カメラ・ネットワーク機器 */
.type_list {
	grid-template-columns: repeat(2, 1fr);
}
.sp_column_2{
	grid-template-columns: repeat(auto-fit, calc(50% - 10px));
	gap: 15px;
}
.camera_txt {font-size:1.8rem;}

/* IP同報システム/地域情報伝達無線システム */
.substation_area{padding:24px;}
.substation_area p:last-child{margin-bottom:0;}
.substation_txt{font-size:1.8rem;}
.substation_txt span{font-size:1.4rem;}
.mstation_list{margin-bottom:0;}
.column_2:has(.mstation_list) {gap:0;}
.substation_icon{font-size:1.6rem; padding:5px 20px;}

/* 公共インフラソリューション */
.public-infrastructure_column {
	grid-template-columns: 1fr;
}
.public-infrastructure_column > div:first-child {order: 1;}
.public-infrastructure_column > div:last-child {order: 2;}

/* 保健福祉ソリューション */
.koko_helper_list {
	grid-template-columns: 1fr;
	padding: 24px 24px 14px 37px;
	font-size: 1.4rem;
}
h3.koko_helper{
	font-size: 1.8rem;
	line-height: 1.5em;
	margin: 20px 0;
}
.koko_helper_after p{font-size: 2.6rem;}
.koko_helper_after p span{font-size: 1.6rem;}
.card-grid {
	grid-template-columns: 1fr;
	gap: 60px;
}
.card{padding: 20px 20px 30px;}
.card-title{font-size: 1.4rem;}
.card-body{font-size: 1.4rem;}
.kokohelpa_vp,
.kokohelpa_vcam{padding:20px;}
.kokohelpa_vp p,
.kokohelpa_vcam p{font-size:1.6rem; margin-bottom:10px;}
.kokohelpa_vp img,
.kokohelpa_vcam img{max-width:200px;}
.kokohelpa_txt{font-size:1.6rem; margin-bottom:20px;}
.kokohelpa_voice{grid-template-columns: 1fr;}
.kokohelpa_list{grid-template-columns: 1fr;}
.comment{padding: 20px;}





/* その他 */
.only_pc{display:none;}
.only_sp{display:inline;}

}