@charset "UTF-8";

/* ==========KV AREA========== */
.keyVisual_area {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.keyVisual_area {
		margin-top: 30px;
	}
}

h1 {
	background: none !important;
	padding-left: 0 !important;
}

/* ==========SECTION 01========== */
.sec01 {
	margin-top: 40px;
}
.secTtl {
	padding: 10px 0;
	border: 6px solid #00267F;
	background-color: #FCD509;
	color: #00267F;
	text-align: center;
	border-radius: 30px;
	font-size: 28px;
	font-weight: bold;
}

.symptomsGroup {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.symptomItem {
	width: calc((100% - 24px) / 3);
	text-align: center;
}

.sympTomTitle {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	min-height: 35px;
}

.sympTomTitle sup {
	font-size: 15px;
}

.arrowIcon {
	width: 70px;
	margin: 13px auto 0;
}

.box {
	margin-top: 25px;
    padding: 30px 0;
    font-size: 15px;
    border-radius: 5px;
}

.symptomFix {
	padding: 0;
	position: relative;
	font-weight: bold;
}

.symptomLink {
	padding: 18.75px 0;
	color: #00267F !important;
	border: 3px solid #00267F;
	border-radius: 5px;
	display: block;
}

.symptomLink::after {
	content: '';
	background: url('/products/bizprojector/kaikae/img/sec01_linkicon.png');
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 33px;
}

.repairDetails {
	border: 2px solid #000000;
	padding: 19.75px 0;
}

.repairDetails a {
	color: #005AB4;
}

.repairDetails a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.symptomFix:hover, .btnOptions:hover {
	background-color: #00267F;
	transition: background-color 0.3s ease-out;
}

.symptomFix:hover .symptomLink,  .btnOptions:hover .optionsLink{
	color: #FFFFFF !important;
	text-decoration: none;
}

.symptomFix:hover .symptomLink::after {
	background: url('/products/bizprojector/kaikae/img/sec01_linkicon_hover.png') no-repeat;
}

.btnOptions:hover .optionsLink::after {
	background: url('/products/bizprojector/kaikae/img/icon_arrowright_hover.png');
}

.mT1 {
	margin-top: 1px;
}

.arrowGray {
	margin-top: 17px;
}

.sp390 {
	display: none;
}

@media only screen and (max-width: 767px) {
	.secTtl {
		padding: 25px 10px;
		font-size: 22px;
		border-radius: 10px;
		line-height: 1.2;
	}

	.symptomItem {
		min-width: calc((100% - 10px) / 2);
		margin-bottom: 40px;
	}

	.symptomItem:first-child .symptomFix {
		margin-top: 14px;
	}

	.symptomItem:last-child {
		margin-bottom: 0;
	}

	.sympTomTitle {
		font-size: 16px;
		min-height: auto;
	}

	.sympTomTitle sup {
		font-size: 12px !important;
	}

	.arrowIcon {
		margin-top: 8px;
	}

	.box {
		margin-top: 12px;
		padding: 12px 20px;
	}

	.symptomFix:hover, .btnOptions:hover {
		background-color: #FFFFFF;
	}

	.symptomFix:hover .symptomLink, .btnOptions:hover .optionsLink {
		color: #00267F !important;
		text-decoration: none;
	}

	.btnOptions:hover .optionsLink::after {
		background: url('/products/bizprojector/kaikae/img/icon_arrowright.png');
	}

	.symptomFix:hover .symptomLink::after {
		background: url('/products/bizprojector/kaikae/img/sec01_linkicon_sp.png');
	}

	.symptomLink::after {
		background: url('/products/bizprojector/kaikae/img/sec01_linkicon_sp.png');
		width: 14px;
		height: 14px;
		display: block;
		position: unset;
		margin: 0 auto;
	}

	.repairDetails {
		padding: 12px 10px;
	}

	.symptomFix {
		padding: 0;
		font-size: 14px;
	}

	.symptomLink {
		padding: 12px 10px;
	}

	.symptomItem:nth-child(2) .spView img {
		width: 97%;
	}

}

@media only screen and (max-width: 391px) {
	.sp390 {
		display: block;
	}
}


@media only screen and (max-width: 376px) {
	.symptomFix a {
		height: 78px;
	}
}

/* ==========SECTION 02========== */
.sec02 {
	margin-top: 70px;
}

.secTtl_underline {
	font-size: 30px;
	font-weight: bold;
	color: #00267F;
	text-align: center;
}

.sec02_subText {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-top: 15px;
}

.caseContainer01 {
	margin-top: 38px;
	padding-top: 32px;
}
.caseContainer02 {
	margin-top: 28px;
	padding-top: 32px;
}

.caseBox {
	border: 6px solid #00267F;
	/* margin-top: 70px; */
	border-radius: 5px;
	position: relative;
}

.caseTtl {
	width: 55%;
	text-align: center;
	position: absolute;
	background-color: #00267F;
	border-radius: 30px;
	padding: 15px 0;
	top: -25px;
	left: 24%;
}

.caseTtl_text {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.caseTtl_img img {
	width: auto;
	position: absolute;
	left: 0;
	top: -12px;
}

.sec02_inner {
	padding: 0 85px;
}

.caseTag_text {
	text-align: center;
	font-size: 20px;
	color: #00267F;
	border: 3px solid #00267F;
	border-radius: 30px;
	font-weight: bold;
	margin-top: 50px;
	position: relative;
	padding: 7px 0;
}

.caseTag_text::after {
	content: '';
	background: url('/products/bizprojector/kaikae/img/dialogbubble_icon.png') no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	display: block;
	position: absolute;
	left: 48%;
	top: -15px;
}

.table_caption {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}

.caption_sup {
	font-size: 11px;
	vertical-align: super;
}

.table_case  {
    border-collapse: separate;
    border-bottom: 1px solid #1A1311;
	width: 100%;
	margin-top: 8px;
}

.w30 {
	width: 30%;
}

.w20 {
	width: 20%;
}

.table_case tr th:first-child {
     border-left: 1px solid #1A1311;
}

.table_case tr > td:first-child {
     border-left: 1px solid #1A1311;
}

.table_case th, .table_case td {
    border-top: 1px solid #1A1311;
    border-right: 1px solid #1A1311;
    text-align: center;
    padding: 5px 0;
	font-size: 16px;
}

.table_case td img {
	width: auto;
}

.table_case th {
	background-color: #E7E7E7;
}

.table_note {
	font-size: 12px;
	text-align: left;
	margin-top: 12px;
}

.btnOptions {
	max-width: 390px;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 5px;
}

.optionsLink {
	font-size: 16px;
	font-weight: bold;
	color:#00267F !important;
	position: relative;
	display: block;
	border: 3px solid #00267F;
	border-radius: 5px;
	padding: 10px 0;
}

.optionsLink::after {
	content: '';
	background: url('/products/bizprojector/kaikae/img/icon_arrowright.png');
	width: 9px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.caseBoxNotes {
	background-color: #EFEFEF;
	padding: 15px 0;
	margin-top: 30px;
}

.caseBoxNotes .sec02_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.caseBoxNote_warningImg, .caseBoxNote_infoImg {
	width: auto;
}

.caseBoxNote_warningImg img {
	width: auto;
}

.caseBoxNote_infoImg img {
	max-width: 116px;
}

.caseBoxNote_text {
	width: 75%;
	font-size: 11px;
}

.mT60 {
	margin-top: 60px;
}

.mB35 {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.sec02 {
		margin-top: 55px;
	}
	.secTtl_underline {
		line-height: 1.6;
		font-size: 24px;
	}

	.sec02_inner {
		padding: 0 15px;
	}

	.sec02 .caseTtl {
		width: 102%;
		left: -6px;
	}

	.sec02 .caseTtl_img img {
		top: -7px;
	}

	.caseTtl_text {
		text-align: left;
		margin-left: 23%;
	}

	.sp_scroll {
		width: 100%;
		overflow-x: auto;
		/* transform: scale(1, -1); */
		margin-bottom: 10px;
		padding: 10px 0;
	}

	.sp_scroll .sp_scroll_cnt {
		width: 1024px;
		/* transform: scale(1, -1); */
	}

	.sp_w10 {
		width: 10%;
	}

	.sp_w30 {
		width: 30%;
	}

	.table_note {
		font-size: 14px;
		margin-top: 0;
	}

	.optionsLink {
		font-size: 16x;
		padding: 11px 0;
		height: 48px;
	}

	/* .optionsLink::after {
		top: 4px;
	} */

	.optionsLink::after {
		top: 53%;
	}

	.caseBoxNotes .sec02_inner {
		flex-direction: column;
	}

	.caseBoxNote_text {
		width: 100%;
	}

	.caseBoxNote_warningImg, .caseBoxNote_text {
		margin-bottom: 12px;
	}

	.caseBoxNote_text {
		font-size: 14px;
	}

	.sp_mT10 {
		margin-top: 10px;
	}

	.caseBoxNote_infoImg img {
		max-width: unset;
		width: 50%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 520px) {
	.sec02 .caseTtl {
		width: 102.6%;
		left: -6px;
	}
}

@media only screen and (max-width: 445px) {
	.sec02 .caseTtl {
		width: 103.2%;
		left: -6px;
	}
}


@media only screen and (max-width: 421px) {
	.caseTag_text {
		font-size: 16px;
		padding: 10px 0;
	}

	.box2 .caseTag_text::after {
		top: -34%;
	}
}

@media only screen and (max-width: 376px) {
	.sec02 .caseTtl {
		width: 103.4%;
		left: -5.5px;
	}
	.caseTtl_img img {
		width: 19%;
	}
	.caseTag_text::after {
		left: 46%;
		top: -33%;
	}

	.sec02 .optionsLink::after {
		right: 2%;
	}
}

/* ==========SECTION 03========== */
.sec03 {
	margin-top: 80px;
}

.problemItemList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.problemItem {
	width: calc((100% - 36px) / 4);
	border: 3px solid #00267F;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.problemItem img {
	width: auto;
}

.problemTtlArea {
	position: relative;
	background-color: #00267F;
	padding: 10px 0;
	margin-top: -1px;
    width: 101%;
}

.problemTtl {
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	position: relative;
}

.problemTtl::after {
	content: '';
	background: url('/products/bizprojector/kaikae/img/icon_arrowdown.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 6px;
	top: 14px;
}

.problemTtl_img {
	position: absolute;
	top: -45%;
    left: -1%;
}

.problemImgArea {
	padding: 10px 0;
}

.iconDown {
	text-align: center;
	margin-top: 12px;
}

.iconDown img {
	width: auto;
}

.isSsp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.problemItem {
		min-width: calc((100% - 20px) / 2);
	}

	.problemItem:nth-child(3), .problemItem:nth-child(4) {
		margin-top: 30px;
	}

	.problemTtl_img {
		top: -25%;
		left: -2%;
	}

	.isSsp {
		display: none;
	}

	.iconDown {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 521px) {
	.problemTtlArea {
		display: flex;
    align-items: center;
		height: 90px;
	}

	.isSsp {
		display: block;
	}

	.problemTtl_img img {
		width: 37px;
	}

	.problemImgArea {
		padding: 10px 15px;
	}

	.problemImgArea img {
		width: 100%;
	}
	.problemTtl::after {
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 391px) {
	.problemImgArea {
		padding: 5px 0;
		text-align: center;
	}

	.problemImgArea img {
		width: 75%;
	}


}

/* ==========SECTION 04========== */
.sec04 {
	margin-top: 40px;
}

.sec04_caseBox img {
	width: auto;
}

.sec04_inner {
	width: 80%;
	margin: 0 auto;
}

.sec04 h2 {
	padding: 27px 0;
	background: url('/products/bizprojector/kaikae/img/sec04_img01_pc.jpg') no-repeat;
	text-align: center;
}

.sec04 h2 .title {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}

.sec04 h2 .dialog {
	position: relative;
	width: 220px;
	margin: 0 auto 20px;
	padding: 4px 0;
	background: #FFF;
	border-radius: 30px;
	font-size: 20px;
	color: #00267F;
}

.sec04 h2 .dialog::after {
	content:'';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 9px solid #FFF;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.caseContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 45px 0 40px;
}

.contentRight {
	width: 53%;
	margin-top: 10px;
}

.contentTtl {
	font-size: 24px;
	font-weight: bold;
	color: #00267F;
}

.content_desc {
	font-size: 16px;
	margin-top: 5px;
}

.caseNoteArea {
	display: flex;
	justify-content: space-between;
	background-color: #E8FCFF;
	padding: 25px 40px 15px;
	margin-bottom: 30px;
}

.caseNoteText {
	width: 80%;
}

.caseNoteText p {
	font-size: 16px;
}

.caseNoteText_Ttl {
	font-weight: bold;
}

.contentRight {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contentRight .btnOptions {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec04_inner {
		padding: 0 15px;
		width: 100%;
	}

	.sec04 h2 {
		padding: 3.8% 0;
		background: url('/products/bizprojector/kaikae/img/sec04_img01_sp.png') no-repeat;
		background-size: 100%;
		background-position: 0 100%;
	}

	.sec04 h2 .title {
		font-size: 24px;
	}

	.sec04 h2 .dialog {
		width: 195px;
		margin: 0 auto 16px;
		font-size: 16px;
	}

	.caseContent {
		width: 100%;
		justify-content: center;
		padding: 60px 0 0;
	}

	.caseTtl {
		left: -7px;
	}

	.caseTtl_text {
		font-size: 14px;
	}

	.contentRight {
		width: 100%;
	}

	.contentRight .btnOptions {
		margin: 30px 0;
		max-width: 100%;
	}

	.sec04_caseBox .caseTtl_img img {
		top: -7px;
	}

	.first_box .caseTtl {
		top: -32px;
	}

	.first_box .caseTtl_text {
		line-height: 1.6;
	}

	.caseNoteArea {
		margin-top: 10px;
	}

	.caseNoteText {
		width: 100%;
	}

	.noteText_sp {
		display: flex;
		justify-content: space-between;
	}
	.noteText_sp .noteImg {
		text-align: right;
	}

	.noteText_sp .noteImg img {
		width: 60%;
	}

	.caseNoteText_info, .caseNoteLink {
		margin-top: 12px;
	}

	.first_box .caseTtl_img img {
		top: -6px;
	}

	.caseTtl {
		padding: 20px 0 10px;
		height: 53px;
		width: 101.8%;
	}

	.first_box .caseTtl {
		padding: 5px 0 10px;
	}

}

@media only screen and (max-width: 521px) {
	.caseNoteArea {
		padding: 15px;
	}

	.noteText_sp .noteImg img {
		width: 50%;
	}

	.caseTtl {
		padding: 20px 0 10px;
		height: 53px;
		width: 102.4%;
	}

	.first_box .caseTtl {
		padding: 5px 0 10px;
	}

}

@media only screen and (max-width: 391px) {
	.sec04 h2 {
		background-position: 0 -10px;
	}

	.sec04 .caseTtl {
		padding: 20px 0 10px;
		height: 53px;
		width: 103.4%;
		left: -6px;
	}

	.first_box .caseTtl {
		padding: 5px 0 10px;
	}

	.sec04_caseBox .caseTtl_img img {
		top: -6px;
	}

}

@media only screen and (max-width: 376px) {
	.sec04_inner {
		padding: 0 15px;
	}

	.caseContent {
		padding: 60px 0 0;
	}

	.sec04 h2 {
		background-position: 0 -4px;
	}
}

/* ==========SECTION 05========== */
.sec05 {
	margin-top: 80px;
	margin-bottom: 60px;
}

.actionMenuArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 22px;
}

.actionMenuItem {
	width: calc((100% - 12px) / 2);
}

.actionMenuItem_Ttl {
	font-size: 24px;
	font-weight: bold;
	color: #00267F;
	text-align: center;
}

.actionMenuItem_img {
	margin-top: 22px;
}

.actionMenuItem_txt {
	margin-top: 15px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.actionMenuArea {
		margin-top: 0;
	}

	.actionMenuItem {
		width: 100%;
		margin-top: 35px;
	}

	.actionMenuItem_Ttl {
		font-size: 20px;
	}

	.actionMenuItem_txt {
		margin-top: 8px;
	}
	.mt14SP {
		margin-top: 14px;
	}
}
