/* ===============================================================================
	PRODUCT STYLE
	LATEST UPDATE : 2022/11/01
	AUTHER : MIYAGAWA TAKAYUKI
=============================================================================== */
/*
[INDEX]
* COMMON
* TOP & BOTTOM DOWNLOAD BUTTON AREA
	- COMMON
	- TOP BUTTON AREA
	- BOTTOM BUTTON AREA
* WINDOWS APP
	- ABOUT WINDOWS APP
	- PRICE
	- OPERATING ENVIRONMENT
	- GRADE COMPARISON
	- INSTALL AND LAUNCH
	- CLOUD STRAGE
* MOBILE APP
	- PRICE
	- GRADE COMPARISON
*/
/* -------------------------------------------------------------------------------
	COMMON
------------------------------------------------------------------------------- */
.product_contents {
	font-size: 14px;
	line-height: 1.48rem;
	width: 640px;
	height: auto;
	padding: 0;
	margin: 0, 20px, 0, 0;
	float: left;
}

.product_contents section:nth-child(3) {
	border-bottom: 1px solid #D9E0E6;
}

.product_contents h2 {
	margin-bottom: 21px;
}

.product_contents h3,
.product_contents h4 {
	font-size: 24px;
	line-height: 2rem;
	text-align: center;
	width: 100%;
	margin-bottom: 42px;
}

.product_contents h5 {
	font-size: 14px;
	line-height: 1.3rem;
}

div#about-windows-app p,
div#cloud-windows-app > p,
div#about-mobile-app p {
	margin-bottom: 1.15rem;
}

div#about-windows-app p:nth-child(5),
div#about-windows-app p:nth-child(3) span,
div#cloud-windows-app > p span {
	font-size: 10px;
	text-align: right;
	line-height: 1.1rem;
}

div#about-windows-app p:nth-child(2),
div#about-mobile-app p:nth-child(2) {
	width: 520px;
	height: auto;
	margin: 0 auto 44px;
}
/* -------------------------------------------------------------------------------
	TOP & BOTTOM DOWNLOAD BUTTON AREA
------------------------------------------------------------------------------- */
/* COMMON */
section#download-btn-top dl,
section#download-btn-bottom dl {
	text-align: center;
	border: 1px solid #D9E0E6;
	border-radius: 6px;
	margin-bottom: 16px;
}

section#download-btn-top dl:last-child,
section#download-btn-bottom dl:last-child {
	margin-bottom: 0;
}

section#download-btn-top dl dt,
section#download-btn-bottom dl dt {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	padding: 0 16px;
	border-bottom: 1px solid #D9E0E6;
}

section#download-btn-top dl dd,
section#download-btn-bottom dl dd {
	text-align: left;
	height: auto;
}

section#download-btn-top dl dd ul,
section#download-btn-bottom dl dd ul {
	margin-top: 4px;
	display: flex;
	justify-content: space-between;
}

section#download-btn-top dl a,
section#download-btn-bottom dl a {
	text-decoration: none;
	width: 295px;
	height: auto;
	min-height: 60px;
	padding: 13px 12px 11px 54px;
	border-radius: 6px;
	display: inline-block;
}

section#download-btn-top dl a p,
section#download-btn-bottom dl a p {
	font-size: 12px;
	line-height: 1.1rem;
	width: 100%;
	height: auto;
	display: inline;
}

section#download-btn-top dl a p b,
section#download-btn-bottom dl a p b {
	font-size: 18px;
}

.dl-btn-windows dd,
.dl-btn-ios dd {
	padding: 16px;
}

dl.dl-btn-android dd:first-of-type {
	padding: 12px 16px 12px;
}

dl.dl-btn-android dd:last-of-type {
	padding: 0 16px 16px;
}

dl.dl-btn-android dd:only-of-type {
	padding: 12px 16px 16px;
}

dl.dl-btn-android dd span {
	text-align: left;
	display: block;
}

li.windows-app a,
li.ios-free-app a,
li.ios-paid-app a {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url("../img/product/ios_btn_L_icon.png");
	background-repeat: no-repeat;
	background-position: 12px center;
}

li.windows-app a {
	background-image: url("../img/product/win_btn_L_icon.png");
}

li.google-free-app a,
li.google-paid-app a {
	color: #073042;
	background-color: #40DC84;
	background-image: url("../img/product/google_btn_L_icon.png");
	background-repeat: no-repeat;
	background-position: 12px center;
}

li.huawei-free-app a,
li.huawei-paid-app a {
	color: #FFFFFF;
	background-color: #C8102E;
	background-image: url("../img/product/huawei_btn_L_icon.png");
	background-repeat: no-repeat;
	background-position: 12px center;
}

section#download-btn-top li a,
section#download-btn-bottom li a {
	opacity: 1.0;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

section#download-btn-top li a:hover,
section#download-btn-bottom li a:hover {
	opacity: 0.75;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

/* TOP BUTTON AREA */
section#download-btn-top {
	padding-bottom: 48px;
	border-bottom: 1px solid #D9E0E6;
}

section#download-btn-top p:first-child {
	margin-bottom: 21px;
}

/* BOTTOM BUTTON AREA */
section#download-btn-bottom {
	padding-top: 48px;
	border-top: 1px solid #D9E0E6;
}
/* -------------------------------------------------------------------------------
	WINDOWS APP
------------------------------------------------------------------------------- */
section#first-app-section,
section#second-app-section {
	padding: 44px 0 48px;
}

/* ABOUT WINDOWS APP */
div#about-windows-app,
div#about-mobile-app {
	margin-bottom: 44px;
}

div#about-windows-app p:nth-child(5) {
	margin-top: 1.4rem;
}

/* PRICE */
div#price-windows-app,
div#price-mobile-app {
	margin-bottom: 48px;
}

div#price-mobile-app dl {
	padding: 0 12px;
	border-top: 1px solid #D9E0E6;
	border-bottom: 1px dashed #D9E0E6;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

div#price-mobile-app dl:nth-child(2) {
	border-top: none;
	border-bottom: 1px solid #D9E0E6;
}

div#price-mobile-app dl dt {
	text-align: center;
	line-height: 1.2rem;
	width: 234px;
	height: auto;
	min-height: 48px;
	padding: 12px 8px;
	display: flex;
	align-items: center;
}

div#price-mobile-app dl dd:nth-child(2) {
	color: #0095FF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 340px;
	height: auto;
	min-height: 48px;
	padding: 12px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#price-mobile-app dl dd:nth-child(3) {
	width: 212px;
	height: auto;
	min-height: 48px;
	padding: 12px 0 12px 8px;
	display: flex;
	align-items: center;
}

div#price-mobile-app dl dd:nth-child(3) a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	line-height: 0.9rem;
	width: 100%;
	height: auto;
	min-width: 200px;
	min-height: 32px;
	padding: 9px 8px 8px 26px;
	display: table;
	border-radius: 6px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 12px 12px;
}

div#price-windows-app dl dd:nth-child(3) a.btn-win,
div#price-windows-app dl dd:nth-child(3) span.btn-win {
	background-color: #000000;
	background-image: url("../img/product/win_btn_S_icon.png");
}

div#price-windows-app dl dd:nth-child(3) a span,
div#price-mobile-app dl dd:nth-child(3) a span {
	vertical-align: middle;
	width: 100%;
	height: auto;
	min-height: 32px;
	display: table-cell;
}

div#price-mobile-app dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

div#price-mobile-app dl dt span {
	font-size: 10px;
	font-weight: normal;
}

div#price-mobile-app li a {
	opacity: 1.0;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

div#price-mobile-app li a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

div#price-windows-app table {
	padding: 0 12px;
	display: flex;
	border-top: 1px solid #D9E0E6;
	border-bottom: 1px solid #D9E0E6;
	justify-content: space-between;
	align-items: stretch;
	border-collapse: collapse;
}

div#price-windows-app tr:nth-child(1) {
	border-bottom: 1px dashed #D9E0E6;
}

div#price-windows-app tr td:nth-child(1) {
	text-align: center;
	line-height: 1.2rem;
	width: 150px;
	height: auto;
	min-height: 48px;
	padding: 12px 8px;
	display: flex;
	align-items: center;
	font-size: 13px;
}

div#price-windows-app tr td:nth-child(2) {
	color: #0095FF;
	font-size: 15px;
	width: 400px;
	height: auto;
	min-height: 48px;
}

div#price-windows-app tr td:nth-child(3) {
	height: auto;
	min-height: 48px;
	padding: 12px 0 12px 15px;
	text-align: left;
}

div#price-windows-app tr td:nth-child(3) a,
div#price-windows-app tr td:nth-child(3) span {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 0.9rem;
	width: 100%;
	height: auto;
	min-width: 200px;
	min-height: 32px;
	padding: 9px 8px 8px 26px;
	display: block;
	border-radius: 6px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 12px 12px;
}

div#price-windows-app tr td:nth-child(3) a.btn-win,
div#price-windows-app tr td:nth-child(3) span.btn-win {
	background-color: #000000;
	background-image: url("../img/product/win_btn_S_icon.png");
}

div#price-windows-app tr td:nth-child(3) span.btn-win {
	opacity: 0.35;
}

div#price-windows-app tr td:nth-child(3) a span {
	vertical-align: middle;
	width: 100%;
	height: auto;
	min-height: 32px;
	display: table-cell;
}

div#price-windows-app tr td {
	text-align: center;
	font-weight: bold;
}

div#price-windows-app tr td span {
	font-size: 10px;
	font-weight: normal;
}

div#price-windows-app p:nth-child(3),
div#grade-comparison-windows-app p:nth-child(3),
div#price-windows-app p,
div#price-mobile-app p {
	font-size: 10px;
	text-align: right;
	margin-top: 4px;
}

div#price-windows-app li a {
	opacity: 1.0;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

div#price-windows-app li a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

div#price-windows-app table {
	padding: 0 12px;
	display: flex;
	border-top: 1px solid #D9E0E6;
	border-bottom: 1px solid #D9E0E6;
	justify-content: space-between;
	align-items: stretch;
	border-collapse: collapse;
}

div#price-windows-app tr:nth-child(1) {
	border-bottom: 1px dashed #D9E0E6;
}

div#price-windows-app tr td:nth-child(1) {
	text-align: center;
	line-height: 1.2rem;
	width: 150px;
	height: auto;
	min-height: 48px;
	padding: 12px 8px;
	display: flex;
	align-items: center;
	font-size: 13px;
}

div#price-windows-app tr td:nth-child(2) {
	color: #0095FF;
	font-size: 15px;
	width: 400px;
	height: auto;
	min-height: 48px;
}

div#price-windows-app tr td:nth-child(3) {
	height: auto;
	min-height: 48px;
	padding: 12px 0 12px 15px;
	text-align: left;
}

div#price-windows-app tr td:nth-child(3) a,
div#price-windows-app tr td:nth-child(3) span {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 0.9rem;
	width: 100%;
	height: auto;
	min-width: 200px;
	min-height: 32px;
	padding: 9px 8px 8px 26px;
	display: block;
	border-radius: 6px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 12px 12px;
}

div#price-windows-app tr td:nth-child(3) a.btn-win,
div#price-windows-app tr td:nth-child(3) span.btn-win {
	background-color: #000000;
	background-image: url("../img/product/win_btn_S_icon.png");
}

div#price-windows-app tr td:nth-child(3) span.btn-win {
	opacity: 0.35;
}

div#price-windows-app tr td:nth-child(3) a span {
	vertical-align: middle;
	width: 100%;
	height: auto;
	min-height: 32px;
	display: table-cell;
}

div#price-windows-app tr td {
	text-align: center;
	font-weight: bold;
}

div#price-windows-app tr td span {
	font-size: 10px;
	font-weight: normal;
}

div#price-windows-app p:nth-child(3),
div#grade-comparison-mobile-app p:nth-child(3),
div#price-windows-app p:nth-child(4),
div#grade-comparison-mobile-app p:nth-child(4) {
	font-size: 10px;
	text-align: right;
	margin-top: 4px;
}

div#price-windows-app li a {
	opacity: 1.0;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

div#price-windows-app li a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s;
		 -moz-transition: 0.5s;
			-ms-transition: 0.5s;
					transition: 0.5s;
}

/* OPERATING ENVIRONMENT */
div#operating-environment-windows-app,
div#operating-environment-mobile-app {
	padding: 48px;
	margin-bottom: 48px;
	background-color: #F1F3F5;
	border-radius: 6px;
}

div#operating-environment-windows-app h4,
div#operating-environment-mobile-app h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 7px;
}

div#operating-environment-windows-app table,
div#operating-environment-mobile-app table {
	width: 100%;
	height: auto;
}

div#operating-environment-windows-app table th,
div#operating-environment-windows-app table td,
div#operating-environment-mobile-app table th,
div#operating-environment-mobile-app table td {
	font-size: 12px;
	padding: 8px;
	border-bottom: 1px dashed #D9E0E6;
}

div#operating-environment-windows-app table tr:first-child th,
div#operating-environment-windows-app table tr:first-child td,
div#operating-environment-mobile-app table tr:first-child th,
div#operating-environment-mobile-app table tr:first-child td {
	border-top: 1px dashed #D9E0E6;
}

div#operating-environment-windows-app table th,
div#operating-environment-mobile-app table th {
	text-align: center;
	vertical-align: middle;
	width: 30%;
}

div#operating-environment-windows-app table td,
div#operating-environment-mobile-app table td {
	text-align: left;
	vertical-align: middle;
	width: 70%;
}

/* GRADE COMPARISON */
div.wrapper {
	overflow: visible; /* stickyが効くように設定 */
}
div.grade-comparison-wrapper {
	overflow: visible; /* 必要に応じて値を修正 */
	position: relative; /* 必要に応じて値を修正 */
}

div#grade-comparison-windows-app,
div#grade-comparison-mobile-app {
	padding-top: 48px;
	border-top: 1px solid #D9E0E6;
}

div#grade-comparison-windows-app table,
div#grade-comparison-mobile-app table {
	width: 100%;
	height: auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #F3F5F7;
	border-bottom: 1px solid #D9E0E6;
}

div#grade-comparison-windows-app table tr.sticky-head th,
div#grade-comparison-mobile-app table tr.sticky-head th {
	position: -webkit-sticky;
	position: sticky;
	top: 0; /* 必要に応じて調整 */
	background-color: #D9E0E6;
	z-index: 1; /* 他の要素より前面に表示。必要に応じて調整 */
}

div#grade-comparison-windows-app table th,
div#grade-comparison-windows-app table td,
div#grade-comparison-mobile-app table th,
div#grade-comparison-mobile-app table td {
	font-size: 12px;
	line-height: 1.0rem;
	text-align: center;
	vertical-align: middle;
	padding: 14px 6px 12px;
}

div#grade-comparison-windows-app table tr:nth-child(1) span,
div#grade-comparison-mobile-app table tr:nth-child(1) span {
	font-size: 10px;
	font-weight: normal;
}

div#grade-comparison-windows-app table tr:nth-child(even),
div#grade-comparison-mobile-app table tr:nth-child(even) {
	background-color: #FFFFFF;
}

div#grade-comparison-windows-app table tr:last-child td,
div#grade-comparison-mobile-app table tr:last-child td {
	color: #0095FF;
	font-size: 16px;
	line-height: 1.8rem;
	font-weight: bold;
}

div#grade-comparison-windows-app table tr:last-child td span,
div#grade-comparison-mobile-app table tr:last-child td span {
	font-size: 12px;
}

div#grade-comparison-windows-app table tr:last-child td li,
div#grade-comparison-mobile-app table tr:last-child td li {
	margin-bottom: 6px;
}

div#grade-comparison-windows-app table tr:last-child td li:last-child,
div#grade-comparison-mobile-app table tr:last-child td li:last-child {
	margin-bottom: 0;
}

div#grade-comparison-mobile-app table td.grade_yes_txt,
div#grade-comparison-windows-app table td.grade_yes_txt {
	font-weight: bold;
	color: #33b85b;
}

div#grade-comparison-mobile-app table td.comparison-table_txt_annotation{
    padding: 0 0 0 17px;
}
div#grade-comparison-mobile-app table td.comparison-table_txt_annotation:dir(rtl) {
    padding: 0 5px 0 0;
}

/* INSTALL AND LAUNCH */
div#Install-and-launch-windows-app,
div#cloud-windows-app {
	padding-top: 48px;
	margin-top: 48px;
	border-top: 1px solid #D9E0E6;
}

div#Install-and-launch-windows-app h5,
div#cloud-windows-app h5 {
	margin-bottom: 14px;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}

div#Install-and-launch-windows-app h5 span,
div#cloud-windows-app h5 span {
	display: flex;
}

div#Install-and-launch-windows-app div,
div#cloud-windows-app div {
	padding: 0 0 21px;
	margin-bottom: 21px;
	border-bottom: 1px dashed #D9E0E6;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}

div#Install-and-launch-windows-app div:last-child,
div#cloud-windows-app div:last-child {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

div#Install-and-launch-windows-app div p:first-child,
div#cloud-windows-app div p:first-child {
	width: 308px;
	padding: 0 10px 0 0;
}

div#Install-and-launch-windows-app div p:last-child,
div#cloud-windows-app div p:last-child {
	width: 320px;
	padding: 0 0 0 10px;
}

div#Install-and-launch-windows-app div p:last-child img,
div#cloud-windows-app div p:last-child img {
	border-radius: 6px;
	border: 1px solid #D9E0E6;
}

/* CLOUD STRAGE */
div#cloud-windows-app > p:nth-child(3) {
	margin-bottom: 1.4rem;
}

div#cloud-windows-app ul {
	margin-bottom: 46px;
}

div#cloud-windows-app ul li {
	font-size: 10px;
	line-height: 1.0rem;
	margin-bottom: 4px;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}

div#cloud-windows-app ul li span {
	display: flex;
}
/* -------------------------------------------------------------------------------
	MOBILE APP
------------------------------------------------------------------------------- */
/* PRICE */
div#price-mobile-app dl dd:nth-child(3) li {
	margin-bottom: 8px;
}

div#price-mobile-app dl dd:nth-child(3) li:last-child {
	margin-bottom: 0;
}

div#price-mobile-app dl dd:nth-child(3) a.btn-ios {
	background-color: #000000;
	background-image: url("../img/product/ios_btn_S_icon.png");
}

div#price-mobile-app dl dd:nth-child(3) a.btn-google {
	color: #073042;
	background-color: #40DC84;
	background-image: url("../img/product/google_btn_S_icon.png");
}

div#price-mobile-app dl dd:nth-child(3) a.btn-huawei {
	background-color: #C8102E;
	background-image: url("../img/product/huawei_btn_S_icon.png");
}

/* GRADE COMPARISON */
div#grade-comparison-mobile-app table tr:last-child td:last-child {
	line-height: 1.25rem;
}

div#grade-comparison-mobile-app table tr:last-child td span {
	font-size: 10px;
}

.EduPage_link{
	margin: 20px 0 0;
}