@charset "UTF-8";

.contents {
	padding-top: 20px;
	background: #fafafa;
}

footer {
	margin-top: 0px;
}

.hero_efnoteaura {
	position: relative;
}

.hero_efnoteaura .float {
	position: relative;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
}

.hero_efnoteaura .logo {
	width: 40%;
	position: static;
}

.hero_efnoteaura .title{
	position: absolute;
	top: 50%;
	left: 70%;
	width: 55%;
	transform: translate(-50%, -50%);
}

.hero_efnoteaura h1 {
	font-size: 32px;
	text-align: center;
	margin: 0;
	padding: 0;	
	color: rgba(54, 54, 53, 0.75);
}

.hero_efnoteaura .image {
	width: 100%;
}

.hero_efnoteaura .divNotes {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.hero_efnoteaura .notes {
	color: #888888;
	text-align: right;
	font-size: 14px;
}

.tab-content {
	padding-bottom: 50px;
}

.description {
	position: relative;
}

.div_button_in_cube {
	position: absolute;
	width: 100%;
	top: 75%;
	text-align: center;
	z-index: 20;
}

.div_button_in_cube a.button {
	border: 2px #e9e9e9 solid;
	border-radius: 30px;
	padding: 8px 30px;
	color: #555555;
	text-decoration: none;
}

.div_button_in_cube a.button:hover {
	background-color: #e9e9e9;
	color: #333333;
}

.div_button_in_cube_dark {
	position: absolute;
	width: 100%;
	top: 75%;
	text-align: center;
	z-index: 20;
}

.div_button_in_cube_dark a.button {
	border: 2px #333333 solid;
	border-radius: 30px;
	padding: 8px 30px;
	color: #333333;
	text-decoration: none;
}

.div_button_in_cube_dark a.button:hover {
	background-color: #e9e9e9;
	color: #333333;
}

.category h3 {
	color: #666666;
}

.text {
	position: static;
	padding: 20px 30px;
	background-color: #ffffff;
	margin: 5px 0px;
	height: auto;
}

.text.onImg {
	display: block;
	position: absolute;
	top: 0px;
	z-index: 10;
	margin: auto;
	background-color: transparent;
	overflow: hidden;
}

.text h4 {
	font-size: 14px;
	color: #999999;
	margin-top: -15px;
}

.text.items h4 {
	margin-top: 0px;
}

.text h3 {
	margin-bottom: 15px;
}

.text.onImg h3 {
	font-size: 22px;
}

.text.onImg h2 {
	font-size: 28px;
}

.text p,
.text li {
	font-size: 15px;
	margin-bottom: 4px;
	color: #666666;
}

.text p.notes {
	font-size: 11px;
}

.text ul.second {
	padding-top: 5px;
	padding-left: 20px;
}

.text ul.second li {
	font-size: 15px;	
}

.text a {
	color: #888888;	
	text-decoration: underline;
}

.cubic {
	display: none;
}

.compare {
	width: 50%;
	margin: 40px auto 0px auto;
}

.compare a {
	display: block;
	text-align: center;
}

span.hi {
	color: #000000;
}

.sla {
	width: 80%;
	margin: 0 auto 50px auto;
}

textarea {
	width: 100%;
	resize: none;
	padding: 5px;
}

.div_video_tutorial {
	margin-bottom: 5px;
}

.support-box {
	display: none;
	margin-top: 10px;
	margin-right: 30px;
	padding: 40px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	background-color: #fafafa;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
}

.support-box .category:first-child {
	margin-top: 0;
}

.support-box .squareH3 {
	margin-top: 80px;
}

.support-box .category:first-child .squareH3:first-child {
	margin-top: 0;
}

.support-selection-wrapper {
	text-align: center;
	margin-bottom: 40px;
}

.support-selection-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.support-selection-container::after {
	content: "";
	width: 64px;
	display: block;
	flex-shrink: 0;
}

.support-icon-side {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	border-radius: 50%;
	flex-shrink: 0;
}

.support-icon-side img {
	width: 36px;
	height: 36px;
	opacity: 1.0;
}

.support-form-side {
	flex-grow: 0;
	width: 100%;
	max-width: 460px;
}

.modern-select {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	padding: 10px 40px 10px 15px;
	height: 52px;
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 14px;
	cursor: pointer;
}

.applinks {
	max-width: 400px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 52px;
	margin-right: 0;
	display: flex;
}

.applinks .item {
	width: calc(100% / 2);
	margin-right: 4%;
	text-align: left;
}

.applinks .item img {
	width: 100%;
	height: auto;
	display: block;
}

.support-step {
	margin-left: -18px;
}

.support-step p:has(.step-num) {
	color: #666666;
	display: flex;
	align-items: baseline;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}

.support-step p:has(.step-num):not(:first-child) {
	margin-top: 20px;
}

.support-step p:not(:has(.step-num)) {
	margin-left: 52px;
	font-size: 15px;
	color: #666666;
	display: block;
	margin-bottom: 15px;
}

.support-step .step-num {
	color: #cccccc;
	margin-right: 12px;
	font-size: 26px;
	line-height: 1;
	flex-shrink: 0;
	text-align: left;
}

.support-step table {
	margin-left: 52px;
	width: calc(100% - 52px);
}

.support-step table p {
	margin-left: 0 !important;
	margin-bottom: 5px;
}

.support-step table ul {
	padding-left: 1.2em;
	margin-bottom: 10px;
}

.step-image {
	margin-left: 52px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.step-image img {
	max-width: 200px;
	height: auto;
	display: block;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.step-image.wide img {
	max-width: 800px;
}

.faq-item {
	margin-left: -18px;
	margin-bottom: 40px;
}

/* 既存HTMLの後方互換維持 */
.faq-item p {
	display: flex;
	align-items: baseline;
	margin-left: 0 !important;
	margin-bottom: 10px;
	line-height: 1.6;
}

/* --- 新しいFAQのぶら下がりインデントレイアウト --- */
.faq-row {
	display: flex !important;
	align-items: baseline;
	margin-bottom: 15px;
	line-height: 1.6;
}

/* Aの下の余白（セット間の間隔）を広くする */
.faq-row:nth-child(even) {
	margin-bottom: 40px;
}

.faq-label {
	flex-shrink: 0 !important;
	width: 25px;
	color: #cccccc;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	margin-right: 12px;
	text-align: left;
}

.faq-content {
	flex: 1 !important;
	color: #666666;
	font-size: 15px;
}

.faq-content p {
	margin-left: 0 !important;
	margin-bottom: 10px;
}

.faq-content ol, .faq-content ul {
	margin: 5px 0 15px 20px;
	padding: 0;
}

.faq-content li {
	margin-bottom: 8px;
	color: #666666;
	font-size: 15px;
}

.faq-item ol {
	margin-left: 25px;
	margin-bottom: 25px;
}

.faq-item ol li {
	margin-bottom: 8px;
	color: #666666;
	font-size: 18px;
}

.distributor-box {
	display: none;
	margin-top: 10px;
	padding-right: 30px;
}

.distributor-cell {
	border-radius: 2px;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 5px;
}

.distributor-cell h3 {
	color: #000000;
}

.distributor-cell p {
	margin-bottom: 10px;
	color: #000000;
}

.distributor-cell .region {
	color: #777777;
}

.distributor-cell a {
	text-decoration: none;
	color: #555555;
}

select {
	font-size: 20px;
	color: #000000;
}

select option {
	color: #000000;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px !important;
}

caption {
	font-size: 22px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}

th, td {
	padding: 8px;
	border: solid 1px #cccccc;
	border-left: none;
	border-right: none;
}

th {
	background-color: #eeeeee;
	width: 20%;
}

table ul {
	padding-left: 20px;
}

table li {
	font-size: 16px;
	margin-bottom: 4px;
}

#downloads table .dl-item {
	margin-top: 10px;
	margin-bottom: 10px;
}

#downloads table .dl-item a:hover {
	text-decoration: underline;
}

#downloads table .soon {
	color: #aaaaaa;
}

.description_with_button .text {
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.block-pile tr,
	.block-pile th,
	.block-pile td {
		display: block;
		border: none;
	}

	.block-pile th {
		border-top: solid 1px #cccccc;
		width: 100%;
	}

	.block-pile td {
		border-top: dashed 1px #cccccc;
		border-bottom: dashed 1px #cccccc;
	}

	.support-box {
		padding: 30px 25px;
		margin-right: 20px;
	}

	.support-box .squareH3 {
		margin-left: -14px;
	}

	.support-step {
		margin-left: -14px;
	}

	.support-selection-container {
		gap: 15px;
		margin-top: 30px;
		justify-content: center;
	}

	.support-selection-container::after {
		width: 18px;
	}

	.support-form-side {
		flex: 1;
		max-width: none;
	}

	.modern-select {
		font-size: 16px;
		height: 50px;
	}

	.applinks {
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 37px;
	}

	.support-step p:not(:has(.step-num)) {
		margin-left: 37px;
	}

	.support-step table {
		margin-left: 37px;
		width: calc(100% - 37px);
	}

	table {
		margin-bottom: 40px !important;
	}

	.sla {
		margin-bottom: 40px;
	}

	.step-image {
		margin-left: 37px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	
	.step-image img {
		max-width: 160px;
	}

	.step-image.wide img {
		max-width: 100%;
	}

	.faq-item {
		margin-left: -14px;
	}

	.faq-label {
		width: 25px;
		font-size: 26px;
	}

	.faq-item ol {
		margin-left: 20px;
	}

	.faq-item ol li, .faq-content li {
		font-size: 15px;
	}
}

@media (min-width: 768px){

	.hero_efnoteaura .float {
		position: absolute;		
	}
	
	.hero_efnoteaura .logo {
		width: 25%;
		float: left;
	}
	
	.hero_efnoteaura .title {
		top: 145%;
		left: 50%;
		width: 100%;
	}

	.hero_efnoteaura h1 {
		font-size: 48px;
		width: 100%;
		padding: 0 20%;
	}

	.hero_efnoteaura .notes {
		font-size: 16px;
	}

	.text {
		display: block;
		position: absolute;
		top: 0px;
		z-index: 10;
		margin: auto;
		background-color: transparent;
		overflow: hidden;
	}

	.text.onImg h2 {
		font-size: 26px;	
	}

	.text.onImg h3 {	
		font-size: 24px;
	}

	.text h4,
	.text.items h4 {
		font-size: 18px;
	}

	.text p,
	.text li {
		font-size: 18px;
	}

	.text p.notes {
		font-size: 13px;	
	}

	.cubic {
		display: inline;
	}

	.col {
		padding-right: 0px;
		padding-left: 0px;
	}

	.col-lg-one-third-mobile {
		width: 40%;
		float: left;
	}

	.col-lg-one-third-mobile .text h3 {
		font-size: 28px;
		color: #ffffff;
	}

	.col-lg-one-third-mobile .text p {
		font-size: 16px;
		color: #ffffff;
	}

	.col-lg-two-third-mobile {
		width: 60%;
		float: left;
	}

	table td.model {
		text-align: center;
		max-width: 15%;
		border-right: dotted 1px #cccccc;
	}

	.div_video {
		display: inline-block;
		width: 49.5%;
	}

	.div_video_tutorial {
		display: inline-block;
		width: 32.9%;
	}

	.support-step p:has(.step-num) {
		font-size: 28px;
	}

	.support-step p:not(:has(.step-num)) {
		font-size: 18px;
	}

	.support-step .step-num {
		font-size: 40px;
	}

	.faq-label {
		width: 40px;
		font-size: 40px;
	}
	
	.faq-content {
		font-size: 18px;
	}
}

@media (min-width: 1440px){
	.text p,
	.text li {
		font-size: 18px;
	}

	.text p.notes {
		font-size: 13px;	
	}

	h3 {
		font-size: 28px;
	}

	.hero_efnoteaura h1 {
		font-size: 88px;
	}

	.text.onImg h2 {	
		font-size: 32px;	
	}

	.col-lg-one-third-mobile .text h3 {
		font-size: 36px;
		padding-bottom: 10px;
	}

	.col-lg-one-third-mobile .text p {
		font-size: 21px;
	}

	.compare {
		width: 30%;
		margin: 60px auto 10px auto;
	}

	.div_video {
		display: inline-block;
		width: 49.5%;
	}

	.div_video_tutorial {
		display: inline-block;
		width: 24.5%;
	}
}