@charset "UTF-8";


.mainImgeArea h1 img {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.buttonArea {
    padding: 70px 0 100px;
}
.buttonArea:hover {
    opacity: 0.6;
}
/* ========================================
    動作環境
========================================= */
.operatingEnvironmentArea {
	background-color: #F4F4F4;
	padding: 60px 0;
}
.operatingEnvironmentArea .operatingEnvironmentArea_inner {
	width: 880px;
	margin: 0 auto;
}
.operatingEnvironmentArea h2 {
	font-size: 2.0rem;
	line-height: 1;
	font-weight: 400;
}
.operatingEnvironmentArea ul {
	margin: 20px auto 0;
}
.operatingEnvironmentArea ul li {
	line-height: 1.5;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
.operatingEnvironmentArea ul li:nth-of-type(1) span{
	display: inline-block;
	width: 28px;
}
.operatingEnvironmentArea ul li:nth-of-type(1){
	text-indent: -28px;
	margin-left: 56px;
}
.operatingEnvironmentArea ul li:nth-of-type(2) span{
	display: inline-block;
	width: 32px;
}
.operatingEnvironmentArea ul li:nth-of-type(2){
	text-indent: -32px;
	margin-left: 64px;
}


/* ========================================
    商品情報
========================================= */
.productItem {
    width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 60px;
    box-sizing: border-box;
    padding: 70px 0;
    border-bottom: 1px solid #BEBEBE;
}
.productItem_primaryImage {
    width: 250px;
    flex: 0 0 250px;
}
.productItem_primaryImage img {
    width: 100%;
}
.productItem_content {
    width: 550px;
}
.productItem_title_wrap {
    display: flex;
}
h2.productItem_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.01em;
    position: relative;
    margin: 0;
}
h2.productItem_title .productItem_lead {
    font-size: 1.6rem;
    line-height: 1.142;
    display: block;
    margin-bottom: 8px;
}
.productitem_title_svg {
    display: inline-block;
    margin-left: 5px;
}
.productItem_priceRow {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}
a.productItem_priceRow_link {
    border: 1px solid #007ECB;border-radius: 4px;
    padding: 0 6px;
    margin-left: 14px;
    font-size: 1.5rem;
    color: #007ECB;
    line-height: 1.8666;
    text-decoration: none;
}
a.productItem_priceRow_link:hover {
    opacity: 0.6;
}
a.productItem_priceRow_link .fa-long-arrow-right {
    margin-left: 5px;
}
.productItem_kakaku {
    display: inline-block;
    background: #000039;
    color: #fff;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8666;
    padding: 1px 6px 2px;
    margin-right: 14px;
    vertical-align: middle;
}
.productItem_price {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 6px;
}
.productItem_price02 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 6px;
}
.productItem_subtitle {
    margin-top: 26px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
}
.productItem_text {
    margin-top: 14px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
.productItem_listWrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productItem_listText {
    width: 540px;
}
.productItem_listLead {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
}
.productItem_list {
    margin-top: 16px;
}
.productItem_list li {
    font-size: 1.6rem;
    line-height: 1.75;
}
.productItem_list li::before {
    content: "・";
}
.productItem_image {
    width: 300px;
}
.productItem_image img {
    width: 100%;
}
a.product_banner_link img {
    display: block;
    width: 100%;
}
.productItem_table {
    width: 860px;
    margin: 0 auto;
}
.productItem_btn a.linkButton {
    width: 240px;
    margin: 30px 0 0;
    font-size: 1.6rem;
    padding: 22px 0;
}
.productItem_btn a.linkButton .fa-long-arrow-right {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 2.0rem;
}
.compareTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    table-layout: fixed;
}
.compareTable th {
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
.compareTable td {
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 19px 10px 21px;
    vertical-align: middle;
}
.compareTable thead th {
    color: #fff;
    letter-spacing: 0.01em;
}
.compareTable thead th.compareTable_head,
.compareTable thead th.compareTable_title {
    font-weight: 700;
}
.compareTable thead .compareTable_title {
    color: #000;
    background: #fff;
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.2;
    letter-spacing: 0;
}
.compareTable thead th.compareTable_head-standard {
    background: #00008F;
}
.compareTable thead th.compareTable_head-lite {
    background: #00C7FF;
}
.compareTable thead th.compareTable_head-trial {
    background: #F39B00;
}
.compareTable tbody th {
    text-align: left;
}
.compareTable tbody tr > td:nth-child(2) {
    background: #F5F8FD;
}
.compareTable tbody tr > td:nth-child(3) {
    background: #ECFDFF;
}
.compareTable tbody tr > td:nth-child(4) {
    background: #FFFCF4;
}
.compareTable tbody tr > th:first-of-type {
    background: #F4F4F4;
}
.compareTable td.compareTable_symbol {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: 700;
}


/* ========================================
    英語版
========================================= */
.versionArea {
    width: 860px;
    margin: 80px auto;
    padding: 40px 60px;
    background: url(/product/images/version_bg.png) no-repeat right bottom / 367px, #F2FAFC;
    border-radius: 10px;
    box-sizing: border-box;
}
.versionArea_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.467;
    text-align: center;
}
.versionArea_content {
    width: 353px;
    margin: 24px auto 0 0;
}
.versionArea_content p {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.03em;
    width: 353px;
}
.versionArea_image {
    display: block;
    width: 347px;
    height: 160px;
    background: #ccc;
}
