@charset "UTF-8";
/*reset*/
main *,
*::before,
*::after {
    box-sizing: border-box;
	padding: 0;
	margin: 0;
}

ol, ul {
    padding-inline-start: 0;
	list-style: none;
}

[role="list"],
ol[role="list"] {
    list-style: none;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

main img {
	width: 100%;
}

input,
button,
textarea,
select {
    font: inherit
}

body {
	position: relative;
	width: 100%;
	color: #333;
	font-family: Meiryo, "メイリオ", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 15px;
    overflow: hidden;
}
body > iframe, body > img {
	display: none
}
html {
	min-width: 320px;
}

/* TOP */
#contents .headSection .innerBlock {
	max-width: 960px;
	width:fit-content !important;
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	#contents .headSection .innerBlock {
		margin: 0 auto !important;
	}
	
}



/*base*/
.wrap {
	width: 960px;
	margin: 0 auto;
}

.spView {
    display: none !important;
}

.pcView {
    display: block !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.pcPt {
    padding-top: 20px !important;
}

.underLine {
    background: linear-gradient(transparent 70%, #ffe400 70%);
}

/* ==========hover========== */
.hoverEffect {
	transition: opacity 0.3s ease-out;
}
.hoverEffect:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ================HEADER AND FOOTER============== */
/* Layout override
================================================== */
#contents .headSection .ttl {
	width: auto !important;
}
#contents .headSection .ttl h1, #contents .headSection .ttl p {
	margin-left: 10px;
}
#contents .headSection .ttl h1 span {
	font-size: 22px;
	line-height: 1.2em;
	padding: 2px 0px;
	display: inline-block;
}
#contents .headSection .rightArea {
	padding-top: 4px;
}
#contents .detailSection {
	margin-bottom: 60px;
	line-height: 1.5;
}
#contents .subSection {
	line-height: 1.5;
}
#contents .subSection .subNav .ttl {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#contents {
		padding: 0;
	}
	#contents .headSection .innerBlock {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#contents .headSection .leftArea {
		float: none;
		width: 100%;
	}
	#contents .headSection .rightArea {
		float: none;
		width: 100%;
		padding-top: 12px;
	}
	#contents .headSection .rightArea ul {
		display: table;
		margin: 0 auto;
	}
	#contents .headSection .ttl {
		float: none;
	}
	#contents .headSection .ttl a {
		display: table;
		margin: 0 auto 15px;
	}
	#contents .headSection .ttl h1 {
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		text-align: center;
	}
	#contents .headSection .ttl h1 span {
		font-size: 20px;
	}
	#contents .detailSection {
		margin-bottom: 0;
		padding: 0 0 40px;
		width: auto;
	}

	#contents .subSection .subNav .layCol01, #contents .subSection .subNav .layCol02 {
		box-sizing: border-box;
		float: none;
		width: 100%;
	}
	#contents .subSection .subNav .ttl {
		font-size: 16px;
	}
	#contents .subSection .subNav .listBlock {
		padding: 0 !important;
	}
	#contents .subSection .subNav .list {
		font-size: 14px;
	}
	#contents .subSection .subNav .list li {
		padding: 0;
	}
	#contents .subSection .subNav .list a {
		position: relative;
		display: block;
		padding: 5px 25px 5px 15px;
	}
	#contents .subSection .subNav .list a:after {
		position: absolute;
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-style: solid;
		border-width: 0 2px 2px 0;
		border-color: #333;
		transform: rotate(-45deg);
		right: 15px;
		top: 50%;
		margin-top: -5px;
	}
	#contents .subSection .otherNav p {
		padding: 0 15px;
		font-size: 14px;
	}
}

/* 購入をご検討の方
================================================== */
#contents .detailSection .ttl h3 {
	font-size: 24px;
	text-align: center;
	padding: 40px 0 20px 0;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#contents .detailSection .ttl h3 {
		padding: 40px 0 20px 0 !important;
		font-size: 18px;
	}
}
.purchase.tbl {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 812px;
	width: 100%;
}
.purchase .tbl-cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.purchase .tbl-cell:nth-of-type(1) {
	padding-right: 6px;
}
.purchase .tbl-cell:nth-of-type(2) {
	padding-left: 6px;
}
.purchase .ico-box {
	box-sizing: border-box;
	min-height: 140px;
	max-width: 400px;
	position: relative;
	width: 100%;
}
.purchase .ico-box.bg-gry {
	background-color: #e7e7e7;
}
.purchase .ico-box.bg-gry:hover {
	opacity: .7;
}
.purchase .ico-box.bg-line1 {
	border: 1px solid #000;
}
.purchase .ico-box .ico-space {
	padding: 38px 12px 38px 98px;
}
.purchase .ico-box a, .purchase .ico-box a:hover {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.purchase .btn-dl .ico-box {
	background-image: url(/products/bizprojector/common/images/ico_dl.gif);
	background-position: left 55px center;
	background-repeat: no-repeat;
	background-size: 60px !important;
}
.purchase .btn-dl .ico-box .ico-space {
	padding: 13px 12px 13px 138px;
}
.purchase .btn-dl a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.purchase .btn-dl a > span {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.purchase .btn-tel .ico-box {
	background-image: url(/products/bizprojector/common/images/ico_ph_calling.gif);
	background-position: left 25px center;
	background-repeat: no-repeat;
	background-size: 60px !important;
}
.purchase .btn-tel .ico-box p:nth-of-type(2) {
	margin-top: 5px;
}
.purchase .btn-tel .txt-deco {
	font-size: 13px;
}
.purchase .btn-tel .txt-small {
	font-size: 12px;
	font-weight: normal;
}
.purchase .btn-tel .txt-small a {
	font-size: 12px;
	font-weight: normal;
}
.purchase .txt-cmmt {
	font-size: 10px;
	margin-top: 10px;
}

#contents .share_title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

#contents .share_list {
    margin: 25px auto 0;
}

#contents .share_list ul {
    text-align: center;
}

#contents .share_list ul li {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

#contents .detailSection {

    line-height: 1.5;
}
#contents .secLine {
		border-top: 1px solid #e5e5e5;
    height: 1px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.purchase {
		padding: 0 15px;
	}
	.purchase.tbl {
		display: block;
		width: auto;
	}
	.purchase .tbl-cell {
		display: block;
		width: auto;
		padding: 0 !important;
	}
	.purchase .ico-box.bg-gry {
		min-height: 100px;
	}
	.purchase .btn-dl {
		margin-top: 15px;
	}
	.purchase .btn-dl a > span {
		font-size: 18px;
	}

	#contents .share_list {
		margin-top: 15px;
	}

	.purchase .ico-box {
		max-width: 100%;
	}
	#contents .secLine {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.wrap {
       padding: 0 15px;
	   width: 100%;
    }

    .spView {
       display: block !important;
    }

    .pcView {
       display: none !important;
    }

    #contents .subSection .subNav .layCol01, #contents .subSection .subNav .layCol02 {
        box-sizing: border-box;
        float: none !important;
        width: 100% !important;
    }

    #contents .subSection {
        width: 100% !important;
    }
}
