<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#detail {
	min-width: 1000px;
}

#detail_main_info {
	display: table;
	width: 100%;
        margin: 30px 0;
}

#dm_left,
#dm_right {
	display: table-cell;
	vertical-align: top;
}

#dm_left {
	width: 360px;
}

#dm_image {
	margin: 0 0 20px;
}

#dm_image * {
	display: block;
}

#dm_download li {
	position: relative;
	display: block;
	margin: 0 0 6px;
	padding: 10px 60px 10px 13px;
	background: #f3f3f3;
	font-weight: 500;
}

#dm_download span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: #b5b5b6;
}

#dm_download a {
	display: block;
	height: 42px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 42px;
	text-align: center;
}

#dm_more_btn {
	margin: 20px 0 0;
}

#dm_more_btn a {
	position: relative;
	display: block;
	padding: 10px 0;
	border: solid 1px #e01a35;
	color: #e01a35;
	font-size: 1.2rem;
	text-align: center;
}

#dm_more_btn a:after {
	content: "›";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	line-height: 2.5;
}

#dm_right {
	padding: 0 0 0 30px;
}

#dm_icons li {
	margin: 0;
	display: inline-block;
}

#dm_icons li.sb_update {
	margin: 0;
	float: right;
	display: inline-block;
}

#dm_ttl {
	margin: 10px 0 0;
	font-size: 1.5rem;
	font-weight: 500;
}

#dm_url {
	margin: 10px 0 0;
	padding: 0 0 20px;
	border-bottom: solid 1px #e5e5e5;
}

#dm_url a {
	font-size: 1.1rem;
}

#dm_cmnt {
	margin: 20px 0;
}

#dm_cmnt * {
	line-height: normal;
	font-size: 100%;
}

#dm_area {
	padding: 20px 0;
	border-top: solid 1px #e5e5e5;
}

#dm_area h2 {
	margin: 0 0 15px;
	color: #e21836;
}

#dm_area_list {
	font-size: 0;
}

#dm_area_list li {
	display: inline-block;
	width: 120px;
	margin: 5px;
	border-radius: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	vertical-align: top;
}


#dm_device {
	padding: 20px 0;
	border-top: solid 1px #e5e5e5;
}

#dm_device h2 {
	margin: 0 0 15px;
	color: #e21836;
}

#dm_device_list {
	font-size: 0;
}

#dm_device_list li {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
}

.dm_dicon1 {
	padding: 10px 0 10px 40px;
	background: url("../images/dm_device_icon1.svg") no-repeat left center;
	background-size: 30px;
}

.dm_dicon2 {
	padding: 10px 0 10px 20px;
	background: url("../images/dm_device_icon2.svg") no-repeat left center;
	background-size: 15px;
}

.dm_dicon3 {
	padding: 10px 0 10px 15px;
	background: url("../images/dm_device_icon3.svg") no-repeat left center;
	background-size: 11px;
}

#dm_ssl {
	padding: 20px 0;
	border-top: solid 1px #e5e5e5;
}

#dm_ssl h2 {
	margin: 0 0 15px;
	color: #e21836;
}

#detail_sub_info {
	margin: 0 0 50px;
	border-bottom: solid 1px #e5e5e5;
}

#detail_sub_info h2.detail_sub_title {
	position: relative;
	padding: 30px 0 30px 35px;
	border-top: solid 1px #e5e5e5;
	font-weight: 500;
	cursor: pointer;
}

#detail_sub_info h2.detail_sub_title:before {
	content: "+";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 20px;
	height: 20px;
	margin: auto;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

#detail_sub_info h2.detail_sub_title.active:before {
	content: "-";
}

#detail_sub_info .detail_info_box {
	display: none;
	padding: 30px 0;
	border-bottom: solid 1px #e5e5e5;
}

#detail_sub_info .detail_info_box * {
	font-size: 100%;
	line-height: normal;
}

#detail_sub_info .detail_info_box table,
#detail_sub_info .detail_info_box table th,
#detail_sub_info .detail_info_box table td {
	border: solid 1px;
	border-collapse: separate;
	border-spacing: 2px;
}

#detail_sub_info .detail_info_box table th,
#detail_sub_info .detail_info_box table td {
	padding: 3px;
}

.ds1 {
	background: url("../images/ds1_icon.svg") no-repeat left center;
	background-size: 20px;
}

.ds2 {
	background: url("../images/ds2_icon.svg") no-repeat left center;
	background-size: 20px;
}

.ds3 {
	background: url("../images/ds3_icon.svg") no-repeat left center;
	background-size: 20px;
}

.ds4 {
	background: url("../images/ds4_icon.svg") no-repeat left center;
	background-size: 25px;
}

.ds5 {
	background: url("../images/ds5_icon.svg") no-repeat left center;
	background-size: 20px;
}

.ds6 {
	background: url("../images/ds6_icon.svg") no-repeat left center;
	background-size: 20px;
}

#detail_back_btn {
	margin: 50px 0 0;
	text-align: center;
}

#detail_back_btn a {
	font-weight: 500;
        cursor:pointer;
}

#detail_back_btn a:before {
	content: "◀︎";
	margin: 0 5px 0 0;
	color: #d92b3a;
	font-size: 0.8rem;
}

#list_history {
	padding: 30px 0;
	background: #fff;
}

#list_history_inner {
	max-width: 1500px;
	min-width: 1200px;
	margin: 0 auto;
}

#list_history_inner h3 {
	margin: 0 0 30px;
}

#lh_list {
	padding: 20px 10px 35px;
	font-size: 0;
}

#detail_thumbs {
	padding: 0;
	min-width: 1200px;
	font-size: 0;
	text-align: center;
}

#detail_thumbs li {
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	padding: 30px 0;
}

.tr_ttl {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.tr_subttl {
	display: block;
	font-weight: normal;
}

.tr_list {
	margin: 0 0 35px;
	padding: 20px 0 35px;
	border-bottom: solid 1px #000;
}

.tr_list_inner {
}

.tr_list_inner2 {
	font-size: 0;
}

.tr_list_inner .site_box,
.tr_list_inner2 .site_box {
	position: relative;
	margin: 0 0.3% 25px;
}

.tr_list_inner .site_box_inner,
.tr_list_inner2 .site_box_inner {
	margin: 0 10px;
}

.tr_list_inner2 .site_box:nth-child(5n) {
	margin: 0 0 0;
}

.tr_list_inner .slide_prev,
.tr_list_inner .slide_next {
	position: absolute;
	top: 45%;
}

.tr_list_inner .slide_prev {
	left: 0;
}

.tr_list_inner .slide_next {
	right: 0;
}

.tr_list_inner .slide_prev svg,
.tr_list_inner .slide_next svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.tr_list_inner .slide_prev:hover svg,
.tr_list_inner .slide_next:hover svg {
	transform: scale(0.8,0.8);
	opacity: 0.5;
}

.tr_more {
	text-align: right;
}

.tr_more a {
       color: #D92B3A;
}

.tr_more:before {
	content: "▶︎";
	margin: 0 10px 0 0;
	color: #d92b3a;
	font-size: 0.7rem;
}

.search_area {
	padding: 30px 0 100px;
	font-size: 0;
}

.search_area h2 {
	margin: 0 0 35px;
	font-size: 1.8rem;
	font-weight: 500;
}

.search_area_inner {
        height: 1000px;
        overflow: auto;
}

#dm_icons .sb_camp {
    display: inline-block;
    margin: 0 5px;
    padding: 1px 15px;
    border-radius: 10px;
    background: #d92b3a;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    vertical-align: top;
}

.tr_ttl__heading {
	display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 10px;
}

#faq dt {
	margin-bottom: 20px;
	color: #FF0000;
	border-bottom: solid 1px #FF0000;
	font-size: 18px!important;
	font-weight: 600;
}

#faq dd {
	margin-bottom: 40px;
}

#dm_right{
  width: 50%;
}
#list_history_inner,
#detail{
  min-width: initial;
}</pre></body></html>