/**************************
PRODUCT
**************************/
@import url("/common/css/lp_banner.css");

/* HEADER, FOOTER */
.global-nav {
  background-color: rgba(255,255,255,0);
}
.top-page .global-nav {
  background-color: #ddd5b7;
}
footer {
  margin-top: 0;
}
.top-page footer {
  margin-top: 20px;
}

.ag-top-ill_usercustom {
  margin-top: 120px;
}


/* PRODUCT WRAPPER */
.product-wrapper {
  padding-top: 132px;
  margin-top: -132px;
}
@media only screen and (min-width: 1750px) {
.product-wrapper {
  background-position: center -50px !important;
}
}


/* MAIN TTL BOX */
.main-ttl-box {
  text-align: center;
  margin-top: -32px;
  height: 260px;
  width: 100%;
  display: table;
}
.main-ttl-box .main-ttl-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 3%;
}
.main-ttl-box .sub-txt {
  font-family: "Noto Sans Japanese";
  font-size: 220%;
  color: #fff;
  display: block;
  text-shadow: none;
}

/* MAINVISUAL */
.mainvisual-box {
  padding: 180px 0;
}

/* CAPTION BOX*/
.caption {
  font-size: 271.42%;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: "Noto Sans Japanese";
}
.caption-box p + p {
  margin-top: 1em;
}
.small-txt {
  font-size: 85.71%;
}

.product-ag .caption {
  margin-bottom: 1.8em;
}
.product-ag .img-box {
  margin-top: 40px;
  text-align: center;
}
.product-ag .img-box.no-mgn {
  margin-top: 8px;
}
.product-ag .img-box.no-mgn img {
  padding: 0;
}

.product-ah .caption,
.product-av .caption,
.product-ap .caption,
.product-da .caption {
  margin-bottom: 1.8em;
}
.product-ah .caption-box .col2-wrapper {
  margin-top: 60px;
}
.product-ah .caption-box .col2-box {
  width: 46.75%;
  padding: 55px 20px 20px;
  border: #ccc solid 1px;
  text-align: center;
}
.product-ah .caption-box .col2-box .logo-box {
  background-color: #fff;
  margin: -55px -20px 0;
  padding: 40px 20px;
}
.product-ah .caption-box .col2-box p {
  text-align: left;
}
.product-ah .caption-box .col2-box .ttl {
  margin-top: 2.5em;
  font-weight: bold;
}

.product-wrapper .section-box img {
  max-width: 100%;
  height: auto;
}
.section-ttl + p {
  text-align: left;
}
.product-wrapper .section-box .section-box .section-ttl {
  margin-bottom: 1.4em;
  text-align: left;
}
.product-wrapper .section-box p + p {
  margin-top: 1em;
}
.product-ag .section-box .col2-box .section-ttl,
.product-wrapper .section-box .col3-box .section-ttl {
  font-size: 171.42%;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: left;
}

.img-box {
  text-align: center;
  margin-top: 8px;
}

.zoom-link {
  margin-top: 0.8em;
  text-align: center;
  font-size: 85.71%;
}
.zoom-link a {
  display: inline-block;
  padding-left: 20px;
  background: url(../../common/images/icon_zoom_pink.png) no-repeat left center;
}

/* CATEGORY PAGE LINK */
.category-page-link {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.category-page-link li {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  font-size: 85.71%;
  margin: 0 0 2px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
    .category-page-link li {
        width: 50%;
    }
}
.category-page-link li a {
  color: #000;
  display: block;
}
.category-page-link .current {
    border-color: #f82faa;
}
.product-am .category-page-link li {
	width: 20%;
}
@media only screen and (max-width: 1024px) {
    .product-am .category-page-link li {
        width: 50%;
    }
}
.category-page-link li .label {
    height: 100%;
    padding: 26px 45px;
}
.product-am .category-page-link li .label,
.product-ms .category-page-link li .label {
    height: 96px;
    padding: 26px 35px;
}
.product-ag .category-page-link li .label,
.product-dm .category-page-link li .label,
.product-az .category-page-link li .label {
    height: 96px;
    padding: 26px 20px;
}
.product-az .category-page-link .pages {
    position: absolute;
    border: 1px solid #999;
    background-color: #fff;
    padding: 15px;
    z-index: 2;
}
.product-az .category-page-link .pages li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
}
.product-az .category-page-link .pages li + li {
    margin: 15px 0 0;
}
.product-az .category-page-link .pages li .label {
    height: auto;
    padding: 3px 0;
}
@media only screen and (max-width: 1024px) {
    .product-am .category-page-link li .label,
    .product-dm .category-page-link li .label,
    .product-ms .category-page-link li .label,
    .product-ag .category-page-link li .label,
    .product-az .category-page-link li .label,
    .category-page-link li .label {
        height: auto;
        padding: 10px 12px;
    }
    .product-az .category-page-link .pages {
        left: 0;
        width: calc(100% - 10px);
        margin: 0 5px;
    }
}

/* COL2*/
.col2-box {
  width: 47%;
}
.col2-box:nth-of-type(2n-1) {
  float: left;
}
.col2-box:nth-of-type(2n) {
  float: right;
}

.col2-box-text {
  font-size: 0.9em;
}

/* COL3*/
.col3-box {
  width: 29%;
  float: left;
}
.col3-box~.col3-box {
  margin-left: 6%;
}
.col3-wrapper > .clearfix~.clearfix {
  margin-top: 100px;
}

/* TABLE */
.col-table {
  width: 100%;
  font-size: 85.71%;
}
.col-table thead {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}
.col-table tbody {
  border-bottom: 2px solid #ccc;
}
.col-table tbody tr + tr {
  border-top: 1px dotted #ccc;
}
.col-table th {
  font-weight: bold;
  padding: 1.2em 0;
}
.col-table td {
  padding: 1.7em 0;
  text-align: center;
}

.col-table th + th,
.col-table td + td,
.col-table th + td {
  border-left: 1px dotted #ccc;
}

.col-table + .common-note {
  margin-top: 1em;
}


/* MORE DETAIL */
.more-detail-box {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 60px 0 40px;
  margin-top: 180px;
  margin-bottom: 72px;
}
.more-detail-box .ttl {
  font-family: "Noto Sans Japanese";
  font-size: 40px;
  line-height: 1;
}
.more-detail-box .arrow-link-list {
  margin-top: 40px;
}
.more-detail-box .arrow-link-list li {
  display: inline-block;
  vertical-align: top;
}
.more-detail-box .arrow-link-list li~li {
  margin-left: 65px;
}

.product-am .more-detail-box .arrow-link-list li~li {
  margin-left: 34px;
}

.more-detail-box .arrow-link-list a {
  font-size: 100%;
}
.more-detail-box .arrow-link-list a:before {
  top: 9px;
}

/* CLOUD PRODUCT */
.ss-box {
  padding: 100px 0 100px;
  margin-top: 15px;
  background-color: #f8f8f8;
}
.ss-box .ttl {
  font-size: 188%;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Sans Japanese";
}
.ss-box .img-box {
  margin-top: 8px;
}
.ss-box .feature {
  width: 670px;
  max-width: 100%;
  margin: 20px auto 0;
}
.ss-box .feature li {
  margin-right: 10px;
  padding-right: 10px;
  float: left;
  border-right: #ccc solid 2px;
}
.ss-box .feature li:last-child {
  padding-right: 0;
  border-right: none;
}
.ss-box .support-service {
    box-sizing: border-box;
    margin: 15px auto;
    max-width: 1360px;
    padding-right: 22px;
    text-align: center;
    width: 100%;
}
.ss-box .support-service img {
    height: 30px;
    vertical-align: middle;
    width: auto;
}
.ss-box .support-service img.gsuite {
    height: 24px;
}
.ss-box .support-service img + img {
    margin-left: 25px;
}
.ss-box .support-service .support {
    border: 1px solid #e6bd4d;
    border-radius: 2px;
    color: #e6bd4d;
    display: inline-block;
    font-size: 91.6%;
    margin-left: 20px;
    margin-top: -30px;
    padding: 2px 6px;
}
.product-av .ss-box .support-service .support {
    border: 1px solid #9ccc58;
    color: #9ccc58;
}

/* CONTACT */
.contact-box {
  padding: 70px 0 8px;
  margin-top: 10px;
}
.contact-box .inner {
  max-width: 1082px;
}
.contact-box .ttl {
  font-size: 171.42%;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Sans Japanese";
}
.contact-box .contact-link-list {
  margin-top: 50px;
  text-align: center;
}
.contact-box .contact-link-list li {
  display: inline-block;
  width: 23%;
  text-align: center;
  border: 1px solid #c6c6c6;
  height: 100px;
  border-radius: 3px;
  font-size: 114.28%;
}
.contact-box .contact-link-list li~li {
  margin-left: 2%;
}
.contact-box .contact-link-list li a {
  display: block;
  color: #000;
  height: 100%;
  padding: 37px 10px;
}
.contact-box .phone-contact {
  text-align: center;
  margin: 65px auto 0;
  display: block;
  border-top: 1px solid #dfdfdf;
  width: 350px;
  padding-top: 6px;
}
.contact-box .phone-contact-ttl {
  font-size: 105%;
}
.contact-box .phone-num {
  font-size: 135%;
  font-weight: bold;
  margin-left: 1em;
  vertical-align: middle;
  line-height: 1.1;
}
.contact-box .phone-num-sp {
  font-size: 135%;
  font-weight: bold;
  margin-left: 1em;
  vertical-align: middle;
  line-height: 1.1;
  display: none;
}

.border-box {
  border: 1px solid #c6c6c6;
  padding: 50px 40px;
}
.border-box .ttl {
  font-weight: bold;
}



/* PRODUCT TOP
*******************/
.top-page .global-nav {
  background-color: rgba(255,255,255,0);
}
.product-top {
  background: url(../../images/product/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-top .sub-txt {
  color: #000;
  text-shadow: none;
}
.product-top .main-ttl-box {
  margin-bottom: 40px;
  height: 420px;
}
@media only screen and (max-width: 1366px) {
.product-top .main-ttl-box {
  height: 370px;
}
}
.product-top .main-ttl-box .main-ttl-inner {
  padding-bottom: 2em;
}
.product-top .main-ttl-box .main-txt {
  font-size: 178.57%;
  font-family: "Noto Sans Japanese";
  text-shadow: 1px 1px 3px #FFF;
  color: #000;
}
.product-top .main-ttl-box .summary {
  font-weight: bold;
  margin-top: 0.5em;
  text-shadow: 0px 0px 5px #FFF;
}
.section-box.total-solution {
  padding-top: 130px;
  padding-bottom: 75px;
}
.section-box.mail-archive {
  padding-bottom: 65px;
}
.section-box.anti-spam {
  padding-bottom: 65px;
}
.section-box.wrong-mail {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-top h1.section-ttl {
  margin-bottom: 0;
}
.product-wrapper.product-top .section-box h2.section-ttl {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding-bottom: 0.1em;
}
.product-top .each-product-box {
  display: table;
  width: 100%;
  margin-top:60px;
}
.product-top .each-product-box .product-logo,
.product-top .each-product-box .summary {
  display: table-cell;
  vertical-align: middle;
}
.product-top .each-product-box .product-logo {
  text-align: center;
  width: 26%;
}
.product-top .each-product-box .summary {
  font-size: 85.71%;
  padding-left: 4%;
}




/* PRODUCT SUMMARY PAGE*/
.product-summary.section-box {
  margin-top: 81px;
  padding-bottom: 0;
  margin-bottom: 120px;
}
.product-summary h2.section-ttl .icon {
  display: block;
  margin-bottom: 15px;
}
.product-summary h3.section-ttl {
  display: table;
}
.product-summary h3.section-ttl .icon {
  display: table-cell;
  vertical-align: middle;
  width: 62px;
}
.product-summary h3.section-ttl .text {
  display: table-cell;
  vertical-align: middle;
}

.product-ag .product-summary .col2-wrapper div.clearfix + div.clearfix,
.product-av .product-summary .col2-wrapper div.clearfix + div.clearfix ,
.product-da .product-summary .col2-wrapper div.clearfix + div.clearfix {
  margin-top: 80px;
}

.product-ap .product-summary.section-box {
  padding-bottom: 20px;
}
.product-ap .product-management {
  margin-top: 0;
}
.product-ap .function-table {
  width: 100%;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.product-ap .function-table tr~tr {
  border-top: 1px solid #eee;
}
.product-ap .function-table th,
.product-ap .function-table td {
  padding: 1.5em 0.5em;
}
.product-ap .function-table th {
  width: 22%;
}
.product-ap .function-table td:nth-child(2) {
  width: 30%;
}
.product-ap .function-table td:nth-child(3) {
  width: 48%;
}
.product-ap .common-list li {
  margin-top: 0.2em;
}


/* FUNCTION PAGE
******************/
.product-wrapper .page-summary {
  font-weight: bold;
  margin-top: 1.5em;
}
.section-box.product-function {
  margin-top: 180px;
}
.section-box.product-function + .section-box.product-function {
}
.product-function .section-ttl {
  text-align: left;
}
.product-function > .section-ttl {
  margin-bottom: 1em;
}
.function-txt {
  color: #999;
  margin-bottom: 0.6em;
}
.function-table {
  width: 100%;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.function-table tr~tr {
  border-top: 1px solid #eee;
}
.function-table th,
.function-table td {
  padding: 1em;
}
.function-table th {
  font-weight: bold;
  text-align: left;
  width: 33%;
  vertical-align: middle;
}
.function-table td {
  font-size: 85.71%;
}
.function-table td a {
  text-decoration: underline;
  font-weight: normal;
}
.product-ag .function-table th {
  width: 21%;
}
.function-table th.icon {
  width: 12%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.product-ah .function-table th.num {
  padding-left: 2.5em;
  text-indent: -1.5em;
}

.product-av .av-table th {
  width: 21%;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}


.product-ag .comparison-table tr {
  border-top: 1px solid #eee;
}
.product-ag .comparison-table thead th {
  background-color: #f8f8f8;
}
.product-ag .comparison-table th,
.product-ag .comparison-table td {
  border-right: 1px solid #eee;
}
.product-ag .comparison-table thead th {
  text-align: center;
}
.product-ag .comparison-table tbody th {
  width: 27%;
  vertical-align: middle;
}
.product-ag .comparison-table thead th,
.product-ag .comparison-table tbody td {
  text-align: center;
}


/* CUSTOMER PAGE
******************/
.in-page-link {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 90px;
}
.in-page-link li {
  display: inline-block;
  font-size: 114.28%;
}
.in-page-link li .small-txt {
  font-size: 87.5%;
}
.in-page-link li + li {
  margin-left: 4%;
}
.in-page-link li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em 0.5em;
}
.in-page-link li a:before {
  content: "";
  border-left: 2px solid #f82faa;
  border-bottom: 2px solid #f82faa;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto auto 0 auto;
  width: 6px;
  height: 6px;
  display: block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.section-box.product-customer {
}
.in-page-link + .section-box.product-customer {
}
.product-customer .section-ttl {
  text-align: left;
  margin-bottom: 1em;
}
.customer-list-box {
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  padding: 1em 0;
}
.customer-list {
  width: 26%;
  float: left;
}
.customer-list + .customer-list {
  margin-left: 11%;
}
.customer-list li {
  padding-left: 1em;
}
.customer-list li:before {
  content: "・";
  margin-left: -1em;
}

/* SPEC
******************/
.product-spec > .section-box {
  margin:180px 0;
}
.product-spec > .section-box + .section-box {
}
.product-spec > .section-box + .section-box.no-border {
  border-top: none;
}
.product-spec > .section-box .section-ttl {
  text-align: left;
  font-size: 200%;
  margin-bottom: 1.3em;
}
.product-spec > .section-box .section-ttl .small-txt {
  font-size: 64.28%; /* 18px */
}

.sub-section-box {
  margin-top: 80px;
  margin-bottom: 80px;
}
.sub-section-box.small {
  margin:40px 0;
}
.sub-section-box.lastChild {
  margin-bottom: 0;
}
.sub-section-box .sub-section-ttl,
.sub-section-box.small .sub-section-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-spec .arrow-link-list li {
  margin-top: 0.4em;
}
.product-spec .disc-list li {
  margin-top: 0.8em;
}

.product-spec .disc-list + .small-txt {
  margin-top: 1em;
}

.spec-txt {
  color: #999;
  margin-bottom: 1em;
}

/* PRICE
******************/
/* LICENSE */
.product-license-price {
}
.product-license-price + .product-license-price {
  margin-top: 0;
  padding-top: 20px;
}
.product-license-price .section-ttl {
  text-align: left;
}
.product-license-price .caption {
  font-family: "Noto Sans Japanese";
  font-size: 235%;
  line-height: 1.27;
  margin: 65px 0 18px;
}
.product-license-price .sub-caption {
  font-weight: bold;
  margin: 68px 0 0;
}
.product-license-price .sub-caption + .price-table {
  margin-top: 40px;
}

.product-da .product-license-price:last-of-type,
.product-dm .product-license-price:last-of-type,
.product-ms .product-license-price:last-of-type,
.product-sb .product-license-price:last-of-type {
  border-bottom: none;
}

.option-table {
  margin-top: 40px;
  margin-bottom: 75px;
}
.option-table:last-child {
  margin-bottom: 0;
}
.price-table {
  width: 100%;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.option-table .price-table {
  border-top: none;
}
.price-table caption {
  padding: 1em 1em 1em 1em;
  background-color: #f8f8f8;
  font-size: 120%;
  text-align: left;
  font-weight:bold;
}
.price-table thead tr {
  border-bottom: 3px solid #eee;
}
.price-table thead th {
  padding: 1.2em;
  font-size: 80.71%;
  font-weight: bold;
  text-align: right;
}

.price-table thead td.sub-title {
  padding:20px;
  font-weight:bold;
}

.price-table thead th:nth-child(1) {
  font-weight: bold;
  text-align: right;
  width: 16%;
}
.price-table thead th:nth-child(2) {
  padding-right: 13.5em;
}
.price-table tbody tr~tr {
  border-top: 1px solid #eee;
}
.price-table tbody th,
.price-table tbody td {
  padding: 0.59em;
}
.price-table tbody th {
  font-size: 115%;
  font-weight: bold;
  text-align: right;
  width: 16%;
  padding-right: 2em;
}
.price-table tbody td {
  font-size: 110%;
  text-align: right;
}
.price-table tbody .price {
  width: 64.2%;
  font-size: 115%;
  font-weight: bold;
}

.limitless-table .price,
.metered-table .price {
  padding-right: 0;
}

.limitless-table {
  margin-bottom: 75px;
  border-top: none;
}
.limitless-table:last-of-type {
  margin-bottom: 0;
}
.limitless-table thead th:nth-child(1),
.limitless-table thead th:nth-child(2),
.limitless-table tbody th {
  width: 50%;
  padding: 1.2em;
  text-align: center;
}
.limitless-table tbody th,
.limitless-table tbody td {
  text-align: center;
}

.metered-table thead th,
.metered-table thead th:nth-child(1),
.metered-table thead th:nth-child(2),
.metered-table tbody th {
  width: 30%;
  padding: 1.2em;
  text-align: center;
}
.metered-table tbody td {
  width: 30%;
  text-align: center;
}

.note-list {
  margin-top: 12px;
}
.note-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 85%;
  line-height: 2.2;
}

.h4-ttl {
  margin-top: 2em;
  font-size: 130%;
  font-weight: bold;
}
.number-list li {
  list-style: decimal;
  margin-left: 1.5em;
}

/* MAINTENANCE */
.product-maintenance-price {
  padding-top: 80px;
  padding-bottom: 72px;
}
.product-maintenance-price .section-ttl {
  margin-bottom: 35px;
  font-size: 230%;
  text-align: left;
}
.product-maintenance-price p {
  line-height: 2.5;
}

.arrow-list {
  margin-top: 8px;
}
.arrow-list a {
  position: relative;
  padding-left: 1.5em;
  font-size: 85.71%;
}
.arrow-list a:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  border-top: 2px solid #f82faa;
  border-right: 2px solid #f82faa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/* HOW ABOUT */
.product-howabout-buy {
}
.product-howabout-buy .section-ttl {
  margin-bottom: 35px;
  font-size: 230%;
  text-align: left;
}
.product-howabout-buy p {
  line-height: 2.5;
}
.product-howabout-buy p:nth-child(n+1) {
  margin-top: 2em;
}

/* CASE
******************/
.product-case {
  margin-top: 30px;
}
.product-case > div:first-child {
  margin-top: 150px;
}
.case-category-list {
  text-align: center;
  margin-bottom: 180px;
}
.case-category-list li {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 3px;
  font-weight: bold;
  font-size: 114.28%;
  color: #f82faa;
  padding: 0.5em 1.5em;
  margin: 0 18px;
}
.case-category-list li.active {
  border-color: #f82faa;
}
.case-category-list li:hover {
  border-color: #f82faa;
  background-color: #f8f8f8;
  cursor: pointer;
}
.product-case .each-case-box {
  border: 1px solid #eee;
  border-radius: 3px;
  display: table;
  width: 100%;
  margin-top: 2em;
  position: relative;
}
.product-case .each-case-box:hover {
  border-color: #f82faa;
  background-color: #f8f8f8;
}
.product-case .each-case-box a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-case .each-case-box .logo-box,
.product-case .each-case-box .txt-box,
.product-case .each-case-box .photo-box {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.product-case .each-case-box .logo-box {
  width: 21%;
  text-align: center;
}
.each-case-box .txt-box {
  font-weight: bold;
}
.each-case-box .txt-box .ttl {
  font-size: 128.57%;
  color: #f82faa;
}
.product-case .each-case-box .photo-box {
  width: 16%;
}

/* EXAMPLE
******************/
.section-box.product-example {
  padding-top: 40px;
  margin: 40px 0;
}
.section-box.product-example:first-of-type {
  margin-top: 180px;
  padding-top: 0;
  margin-bottom: 40px !important;
}
.section-box.product-example + .section-box.product-example {
  border-top: 1px solid #eee;
}
.product-example .section-ttl {
  font-size: 200%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.product-example .section-ttl .case-num {
  font-size: 50%;
  display: block;
  width: 120px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  padding: 6px 10px;
  margin-bottom: 13px;
  margin-top: 2px;
}
.product-example .col2-box {
  font-size: 85.71%;
}
.product-example .col2-box:nth-of-type(2n-1) {
  width: 36%;
}
.product-example .col2-box:nth-of-type(2n) {
  width: 60%;
  text-align: center;
}



/* Active! mail
******************/
.product-am {
  background: url(../../images/product/am/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-am .mainvisual-box {
  background: url(../../images/product/am/index_mainvisual.jpg) #102634 no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-am .sub-txt {
  color: #73acd0;
  text-shadow: none;
}
.product-am .function .img-box {
  margin-top: 25px;
}
.product-am .caption-box .col2-box:first-of-type {
  padding-top: 2em;
  width: 53%;
}
.product-am .security .col2-box:first-of-type {
  width: 70%;
}
.product-am .security .col2-box:last-of-type {
  width: 23%;
}

.product-am .contact-box {
  background-color: #0f2433;
}
.product-am .contact-box .ttl {
  color: #eee;
}
.product-am .contact-link-list li {
  border-color: #5c8aa6;
}
.product-am .contact-link-list a {
  background-color: #73acd0;
}
.product-am .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}


.product-am .base-structure .arrow-link-list {
  margin-top: 2em;
}

/* #infographic-wrap
--------------------------------------------------------------*/
.product-am .base-structure #infographic-wrap .item h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.1em;
  color: #999;
}

.product-am .base-structure #infographic-wrap {

  width: 63%;
}
.product-am  .base-structure #text-box {
  width: 33%;
}
/*------------------------------------ media */
@media screen and ( max-width: 1024px ){
  .product-am .base-structure #infographic-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .product-am  .base-structure #text-box {
    width: 100%;
  }
}
.product-am .base-structure #infographic-nav li {
  color: #f82faa;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
.product-am .base-structure #infographic-nav li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  border-top: 2px solid #f82faa;
  border-right: 2px solid #f82faa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.product-am .base-structure #infographic-nav li.synced {
  color: #000;
}
.product-am .base-structure #infographic-nav li.synced:before {
  border-color: #000;
}

/* Active! gate
******************/
.product-ag {
  background: url(../../images/product/ag/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-ag .mainvisual-box {
  background: url(../../images/product/ag/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-ag .sub-txt {
  color: #e6bd4d;
  text-shadow: none;
}
.product-ag .caption-box .col2-box:first-of-type {
  padding-top: 2em;
  width: 53%;
}
.product-ag .security .col2-box:first-of-type {
  width: 65%;
}
.product-ag .security .col2-box:last-of-type {
  width: 23%;
}

.ss-box + .contact-box {
  margin-top: 0;
}
.product-ag .contact-box {
  background-color: #332e0f;
}
.product-ag .contact-box .ttl {
  color: #eee;
}
.product-ag .contact-link-list li {
  border-color: #b8973e;
}
.product-ag .contact-link-list a {
  background-color: #e7be41;
}
.product-ag .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-wrapper.product-ag .page-summary {
  margin-top: 2em;
}
.product-ag .product-example .section-ttl .case-num {
  color: #e6bd4d;
}
.product-ag .product-example:last-of-type {
}
.product-ag .section-box.product-example:nth-of-type(6) {
  padding-bottom: 50px;
}

.product-ag .base-structure img {
  margin-top: 0px;
  /*border: 1px solid #ddd;*/
  padding: 20px 0;
}

/* Active! hunter
******************/
.product-ah {
  background: url(../../images/product/ah/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-ah .mainvisual-box {
  background: url(../../images/product/ah/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-ah .caption-box .col2-box {
  color: #fff;
}


/**************************************
MEDIA QUERY SP
***************************************/
.product-a .mainvisual-box {
  background: url(../../images/product/ah/index_mainvisual.jpg) no-repeat center bottom;
  background-size: 100% auto;


}



/**************************************
MEDIA QUERY SP
***************************************/
.product-a .mainvisual-box {
  background: url(../../images/product/ah/index_mainvisual.jpg) no-repeat center bottom;
  background-size: 100% auto;


}
.product-ah .sub-txt {
  color: #ef7579;
  text-shadow: none;
}
.product-ah .contact-box {
  background-color: #330f11;
}
.product-ah .contact-box .ttl {
  color: #eee;
}
.product-ah .contact-link-list li {
  border-color: #bf5e61;
}
.product-ah .contact-link-list a {
  background-color: #ef7579;
}
.product-ah .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-ah .logo-list {
  margin-top: 30px;
}
.product-ah .logo-list li {
  float: left;
}
.product-ah .logo-list li + li {
  margin-left: 38px;
}
.product-ah #ig-function_filter {
  margin: 20px 0 60px;
}

/* Active! vault
******************/

.product-av {
  background: url(../../images/product/av/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-av .mainvisual-box {
  background: url(../../images/product/av/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}

.product-av .sub-txt {
  color: #9ccc58;
  text-shadow: none;
}
.product-av .contact-box {
  background-color: #25330f;
}
.product-av .contact-box .ttl {
  color: #eee;
}
.product-av .contact-link-list li {
  border-color: #7da346;
}
.product-av .contact-link-list a {
  background-color: #9ccc58;
}
.product-av .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}


/* Active! prime
******************/
.product-ap {
  background: url(../../images/product/ap/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-ap .mainvisual-box {
  background: url(../../images/product/ap/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-ap .sub-txt {
  color: #9589c0;
  text-shadow: none;
}
.product-ap .contact-box {
  background-color: #1e0f33;
}
.product-ap .contact-box .ttl {
  color: #eee;
}
.product-ap .contact-link-list li {
  border-color: #776e9a;
}
.product-ap .contact-link-list a {
  background-color: #9589c0;
}
.product-ap .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}

/* DEEPMail
******************/
.product-dm {
  background: url(../../images/product/dm/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-dm .mainvisual-box {
  background: url(../../images/product/dm/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-dm .mainvisual-box {
  background: url(../../images/product/dm/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-dm .sub-txt {
  color: #fe7a10;
  text-shadow: none;
}
.product-dm .main-ttl-box .sub-txt {
  margin-top: 0.4em;
}
.product-dm .product-summary.section-box {
  padding-bottom: 0;
  margin-top: 130px;
}
.product-dm .caption-box .caption {
  margin-bottom: 1.6em;
}
.product-dm .caption-box .col2-box:nth-of-type(2n-1) {
  width: 53%;
}

.product-dm .contact-box {
  background-color: #331e0f;
}
.product-dm .contact-box .ttl {
  color: #eee;
}
.product-dm .contact-link-list li {
  border-color: #c17539;
}
.product-dm .contact-link-list a {
  background-color: #fe7a10;
}
.product-dm .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-dm .mail-engine .col3-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom:30px }
.product-dm .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}

.product-dm.product-wrapper .mail-engine > .section-ttl {
  margin-bottom: 1em;
}
.product-dm.product-wrapper .mail-engine .col3-box .section-ttl {
  font-size: 100%;
  color: #f19247;
  margin-bottom: 1em;
}
.product-dm .mail-engine .section-ttl .ttl-num {
  font-size: 85.71%;
  display: block;
  margin-bottom: 1em;
}
.product-dm .mail-engine .section-ttl .ttl {
  font-size: 142.85%;
}
.additional-info {
  border-top: 1px solid #ddd;
}
.additional-info .ttl {
  font-weight: bold;
  margin-top: 2.8em;
  margin-bottom: 1em;
}
.product-dm .product-summary .col-table tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.product-dm .product-summary .col-table tr th:first-child {
  width: 27%;
}





/* DEEPAnchor
******************/
.product-da {
  background: url(../../images/product/da/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-da .mainvisual-box {
  background: url(../../images/product/da/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-da .sub-txt {
  color: #fe7a10;
  text-shadow: none;
}
.product-da .contact-box {
  background-color: #331e0f;
}
.product-da .contact-box .ttl {
  color: #eee;
}
.product-da .contact-link-list li {
  border-color: #c17539;
}
.product-da .contact-link-list a {
  background-color: #fe7a10;
}
.product-da .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-da #price-simuration-fig {
  margin-top: 20px;
  text-align: center;
}


/* MailSuite
******************/
.product-ms .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-ms {
  background: url(../../images/product/ms/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-ms .mainvisual-box {
  background: url(../../images/product/ms/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-ms .sub-txt {
  color: #fe7a10;
  text-shadow: none;
}
.product-ms .product-summary.section-box {
  padding-bottom: 0;

}
.product-ms .product-summary .small-txt {
  padding-left: 1em;
  text-indent: -1em;
}
.product-ms .caption-box .caption {
  margin-bottom: 1.6em;
}
.product-ms .caption-box .col2-box:nth-of-type(2n-1) {
  width: 53%;
}
.product-ms .mail-engine .col2-wrapper {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 50px;
}
.product-ms .mail-engine .col2-wrapper:nth-of-type(1)  {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
}
.product-ms.product-wrapper .mail-engine > .section-ttl {
  margin-bottom: 1em;
}
.product-ms.product-wrapper .mail-engine .col2-box .section-ttl {
  font-size: 100%;
  color: #fe7a10;
  margin-bottom: 1em;
}
.product-ms .mail-engine .section-ttl .ttl-num {
  font-size: 85.71%;
  display: block;
  margin-bottom: 1em;
}
.product-ms .mail-engine .section-ttl .ttl {
  font-size: 142.85%;
}
.product-ms .product-summary .col-table tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.product-ms .product-summary .col-table tr th:first-child {
  width: 27%;
}
.product-ms .contact-box {
  background-color: #331e0f;
}
.product-ms .contact-box .ttl {
  color: #eee;
}
.product-ms .contact-link-list a {
  background-color: #fe7a10;
}
.product-ms .contact-link-list li {
  border-color: #c17539;
}
.product-ms .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}

/**************************************
MEDIA QUERY SP
***************************************/
.product-ms .product-spec > .section-box + .se .product-ms .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;


}



/**************************************
MEDIA QUERY SP
***************************************/
ction-box {
  border-top: none;


}
.product-ms .product-license-price + .product-license-price {
  padding-top: 85px;
}

/* SPAMBlock
******************/
.product-sb {
  background: url(../../images/product/sb/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-sb .mainvisual-box {
  background: url(../../images/product/sb/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.product-sb .sub-txt {
  color: #FE7A09;
  text-shadow: none;
}
.product-wrapper.product-sb .section-box.spam-filter .section-ttl {
  margin-bottom: 1em;
}
.product-sb .col3-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
.product-sb .section-box.spam-filter {
  padding-bottom: 0;
  margin-bottom: 65px;
}
.product-sb .col3-box:nth-of-type(2) {
  width: 30%;
  margin-left: 7%;
}
.product-sb .col3-box:nth-of-type(3) {
  width: 28%;
  margin-left: 5%;
}

.product-sb .contact-box {
  background-color: #331e0f;
}
.product-sb .contact-box .ttl {
  color: #eee;
}
.product-sb .contact-link-list li {
  border-color: #c17539;
}
.product-sb .contact-link-list a {
  background-color: #fe7a10;
}
.product-sb .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;
}
.product-sb .border-box {
  margin-top: 55px;
  padding: 0;
  display: table;
}
.product-sb .border-box .col2-box {
  float: none;
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  display: table-cell;
  padding: 50px 40px;
  color: #fff;
}
.product-sb .phone-contact {
  border-color: rgba(255,255,255,0.2);
  color: #eee;

}
.product-sb .border-box .logo-box {
  background: #fff;
  width: 44.6%;
  text-align: center;
}
.product-sb .border-box .logo-box + .col2-box {
  padding-left: 50px;
}

.product-sb .product-summary {
}


/**************************************
MEDIA QUERY SP
***************************************/
@media only screen and (max-width: 1024px) {
.product-wrapper {
  padding-top: 0;
  margin-top: 0;
}
 .product-am,
 .product-ag,
 .product-ah,
 .product-ap,
 .product-av,
 .product-da,
 .product-dm,
 .product-ms,
 .product-sb {
  background-position: -10px top;
  background-size: 140% auto;
}

.main-ttl-box img {
  transform: scale(0.5, 0.5);
  -ms-transform:scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
}
.product-wrapper .section-box {
  padding: 0;
}
.product-summary.section-box {
  margin-top: 50px !important;
margin-bottom: 0;
  padding-bottom: 0;
}
.section-box.product-function {
  margin-top: 60px;
}

/* COL2*/
.product-wrapper .section-box.col2-wrapper {
  padding-top: 0;
}
.col2-box {
  width: 100%;
}
.col2-box:nth-of-type(2n-1) {
  float: none;
}
.col2-box:nth-of-type(2n) {
  float: none;
}
.col2-box + .col2-box {
  padding-top: 20px;
}


.product-ag .col2-box {
  padding: 40px 0 40px;
}

.product-ah .caption-box .col2-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 55px 20px 20px;
  border: #ccc solid 1px;
  text-align: center;
}

/* COL3*/
.product-wrapper .section-box.col3-wrapper {
  padding-top: 0;
}
.col3-box {
  width: 100%;
  float: none;
  padding: 40px 0 40px;
}
.col3-box~.col3-box {
  margin-left: 0;
}
.col3-wrapper > .clearfix ~ .clearfix {
  margin-top: 0;
}
.section-box .col3-box .section-ttl {
  font-size: 128.57%;
  margin-bottom: 1em;
}

/* MAIN TTL BOX */
.main-ttl-box .main-ttl-inner {
  padding: 0px 3% 10px;
}
.main-ttl-box .sub-txt {
  font-size: 171.42%;
  line-height: 1.4;
}
/* MAINVISUAL */
.mainvisual-box {
  padding: 50px 0;
}

/* CAPTION BOX*/
.caption {
  font-size: 157.14%;
  margin-bottom: 1em;
}


/* MORE DETAIL */
.more-detail-box {
 text-align: left;
 margin: 0;
 padding: 40px 0;
}
.more-detail-box .ttl {
  font-size: 150%;
  line-height: 1.6;
text-align: center;
}
.more-detail-box .arrow-link-list {
  margin-top: 20px;
}
.more-detail-box .arrow-link-list li {
  width: 47%;
  margin-top: 1em;
}
.more-detail-box .arrow-link-list li~li {
  margin-left: 0;
}
  
.product-am .more-detail-box .arrow-link-list li~li {
  margin-left: 0;
}
  
.product-am .more-detail-box .arrow-link-list li:nth-of-type(2n)  {
  margin-left: 3%;
}
.more-detail-box .arrow-link-list li:nth-of-type(2n) {
  margin-left: 3%;
}



/* CATEGORY PAGE LINK */
.category-page-link{display: flex;flex-wrap: wrap;align-items: center;}

/* CLOUD PRODUCT */
.ss-box .ttl {
  font-size: 142.85%;
  text-align: left;
}
.ss-box .feature {
  margin: 40px auto;
}
.ss-box .feature li {
  margin-right: 0;
  padding-right: 0;
  float: none;
  border-right: none;
  text-align: center;
}

/* CONTACT */
.contact-box {
  padding: 50px 0 8px;
}
.contact-box .ttl {
  font-size: 142.85%;
  line-height: 1.6;
  text-align: left;
}
.contact-box .contact-link-list li {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  font-size: 100%;
}
.contact-box .contact-link-list li a {
  padding: 20px 5px;
}
.contact-box .contact-link-list li ~ li {
  margin-left: 0;
}

.contact-box .phone-contact {
  max-width: 100%;
margin-top: 40px;
}
.contact-box .phone-contact-ttl {
  font-size: 100%;
}
.contact-box .phone-num {
  display: none;
}
.contact-box .phone-num-sp {
display:inline-block;
  font-size: 115%;
}

.product-am .product-summary > .section-ttl {
  margin-bottom: 0;
}
.product-am .caption-box .col2-box:first-of-type {
  padding-top: 0;
}
.product-am .caption-box .col2-box + .col2-box {
  padding-top: 20px;
}
.product-am .caption-box .col2-box + .col2-box img {
  max-width: 80%;
}
.product-am .caption-box .col2-box:first-of-type,
.product-am .security .col2-box:first-of-type {
  width: 100%;
}


/* PRODUCT TOP
*******************/
.product-top .main-ttl-box {
  margin-bottom: 30px;
height: 280px;
}
.product-top .main-ttl-box .main-txt {
  line-height: 1.4;
  font-size: 135.71%;
}
.product-top .main-ttl-box .summary {
  line-height: 1.4;
}
.product-top .each-product-box {
  margin-top: 40px;
}
h2.section-ttl + .each-product-box {
  margin-top: 0;
}
.product-top .each-product-box .product-logo,
.product-top .each-product-box .summary {
  display: block;
  width: auto;
}
.product-top .each-product-box .product-logo img {
  max-width: 50%;
  height: auto;
}
.product-top .each-product-box .summary {
  margin-top: 1em;
  padding-left: 0;
}
.ss-box {
  padding: 50px 0;
}
.ss-box .img-box {
  margin: 20px 0;
}
.ss-box .img-box img {
  zoom: 0.7;
}
.ss-box .feature {
  margin: 0 0 20px;
}
.ss-box .support-service {
  margin-bottom: 0;
}
.ss-box .support-service img {
  zoom: 0.7;
}


/* FUNCTION PAGE
******************/
.section-box.product-function + .section-box.product-function {
  padding-top: 30px;
}
.product-ag .function-table th,
.function-table th.icon,
.product-ag .function-table td,
.function-table th,
.function-table td {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.function-table td {
  padding-top: 0;
}

.function-table th.icon {
  padding: 1em;
  text-align: left;
}

.product-ag .comparison-table th,
.product-ag .comparison-table td {
  display: table-cell;
  width: auto;
  float: none;
}
.product-ag .comparison-table tbody th {
  width: 27%;
  vertical-align: middle;
}

/* CUSTOMER PAGE
******************/
.in-page-link {
  margin: 20px -10px 0;
background: #EEE;
font-size: 0;
text-align: left;
}
.in-page-link li {
  width: 50%;
  font-size: 13px;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
padding-bottom: 10px;
vertical-align: top;
text-align: center;
line-height: 1.4;
}
.in-page-link li + li {
  margin-left: 0;
}
.in-page-link li .small-txt {
  display: inline-block;
}
.in-page-link li a {
  padding: 1em 0;
}
.customer-list {
  width: 100%;
  float: none;
}
.customer-list + .customer-list {
  margin-left: 0;
}

/* file_op
******************/
.product-file_op > .section-box {
  padding: 50px 0;
margin: 0;
}
.product-file_op > .section-box .section-ttl {
  font-size: 128.57%;
}
.product-file_op > .section-box .section-ttl .small-txt {
  font-size: 77.77%; /* 14px */
  display: block;
}
.sub-section-box {
  margin-top: 35px;
}

/* SPEC
******************/
.product-spec > .section-box {
  padding: 50px 0;
margin: 0;
}
.product-spec > .section-box .section-ttl {
  font-size: 128.57%;
}
.product-spec > .section-box .section-ttl .small-txt {
  font-size: 77.77%; /* 14px */
  display: block;
}
.sub-section-box {
  margin-top: 35px;
}

/* PRICE
******************/
/* LICENSE */
.product-license-price {
  margin-top: 50px;
  padding-bottom: 50px;
}
.product-license-price .caption {
  font-size: 128.57%;
  margin: 30px 0 7px;
}
.product-license-price .sub-caption {
  margin: 30px 0 0;
}

.option-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
.price-table {
  display: block;
  width: 100%;
}
.option-table .price-table {
  border-top: none;
}
.price-table caption {
  display: block;
  width: 100%;
  font-size: 100%;
}
.price-table thead,
.price-table thead tr,
.price-table tbody,
.price-table tbody tr {
  display: block;
  width: 100%;
}
.price-table thead th,
.price-table thead th:nth-child(1),
.price-table thead th:nth-child(2),
.price-table tbody th,
.price-table tbody td {
  display: inline-block;
  width: 100%;
  padding: 0.59em;
  font-size: 100%;
  text-align: left;
}
.price-table tbody .price {
  width: 100%;
}

.product-ah .price-table thead th:nth-child(1),
.product-ah .price-table tbody th {
  width: 100%;
}

.h4-ttl {
  font-size: 100%;
}

/* MAINTENANCE */
.product-maintenance-price {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-maintenance-price .section-ttl {
  margin-bottom: 30px;
  font-size: 128.57%;
}
.product-maintenance-price p {
  line-height: 1.6;
}

/* HOW ABOUT */
.product-howabout-buy {
  padding-top: 30px;
  padding-bottom: 60px;
}
.product-howabout-buy .section-ttl {
  margin-bottom: 35px;
  font-size: 128.57%;
}
.product-howabout-buy p {
  line-height: 1.6;
}

/* CASE
******************/
.product-case {
  margin-bottom: 60px;
}
.product-case > div:first-child {
  margin-top: 70px;
}
.case-category-list {
  margin-bottom: 50px;
}
.case-category-list li {
  width: 48%;
  margin: 0;
  padding: 0.5em;
  font-size: 100%;
  margin-top: 1em;
}
.case-category-list li:nth-of-type(2n) {
  margin-left: 3%;
}
.product-case .each-case-box {
  display: block;
}
.product-case .each-case-box .logo-box,
.product-case .each-case-box .txt-box,
.product-case .each-case-box .photo-box {
  display: block;
  clear: both;
}
.product-case .each-case-box .logo-box,
.product-case .each-case-box .photo-box {
  text-align: center;
  width: 100%;
}
.product-case .each-case-box .logo-box {
  padding-bottom: 0;
}
.product-case .each-case-box .photo-box {
  padding-top: 0;
}
.each-case-box .txt-box .ttl {
  font-size: 114.28%;
}


/* SV
******************/
.product-sv .section-ttl {
  font-size: 142.85%;
}
.product-sv .section-ttl .case-num {
  font-size: 60%;
  margin-top: 20px;
}
.product-sv .col2-box {
  font-size: 100%;
  padding: 20px 0;
}
.product-sv .col2-box:nth-of-type(2n-1),
.product-sv .col2-box:nth-of-type(2n) {
  width: 100%;
}
.section-box.product-sv:first-of-type {
  margin-top: 50px;
}

/* EXAMPLE
******************/
.product-example .section-ttl {
  font-size: 142.85%;
}
.product-example .section-ttl .case-num {
  font-size: 60%;
  margin-top: 20px;
}
.product-example .col2-box {
  font-size: 100%;
  padding: 20px 0;
}
.product-example .col2-box:nth-of-type(2n-1),
.product-example .col2-box:nth-of-type(2n) {
  width: 100%;
}
.section-box.product-example:first-of-type {
  margin-top: 50px;
}

  /* Active! mail
  ******************/
.product-am .security .col2-box:last-of-type {
  width: 100%;
}

/* Active! gate
******************/
.product-ag .img-box {
  margin-top: 20px;
}
.product-ag .interface .col2-box {
  padding: 0px;
}
.product-ag .product-example:last-of-type {
  padding-bottom: 0;
}
 .product-ag .section-box.product-example:nth-of-type(6) {
  padding-bottom: 0;
}
.ag-top-ill_usercustom {
  margin-top: 0;
  padding: 0 !important;
}
.product-ag .product-summary .col2-wrapper div.clearfix + div.clearfix {
  margin-top: 0;
}
.function-table th.icon {
  padding-bottom: 0;
}
.product-ag .comparison-table th,
.product-ag .comparison-table td {
  line-height: 1.4;
  vertical-align: middle;
}
.product-ag .base-structure {
  padding-bottom: 0;
}
.product-ag .base-structure .sub-section-box {
  margin-bottom: 30px;
}
.product-ag .base-structure .sub-section-box h3 {
  margin-bottom: 0;
}

/* Active! zone
******************/
.az-functin {
  margin-top: 25px;
}

.list-ol-az {
  padding-top: 10px;
}

.list-li-az {
  list-style:none;
  text-indent:-1.5em;
  padding-left:1.5em;
}


/* Active! prime
  ******************/
.product-ap .col3-wrapper .clearfix .col3-box:first-child {
	padding-top: 20px;
}
.product-ap .function-table th,
.product-ap .function-table td {
	width: 100% !important;
}
.product-ap .function-table th {
	padding: 25px 0.6em 20px;
}
.product-ap .function-table td {
	padding: 0 0.5em 20px;
}

/* Active! vault
  ******************/
.product-av .section-box.col2-wrapper .col2-box {
	margin-bottom: 50px;
}

/* Active! hunter
******************/
.product-ah .logo-list {
  margin-top: 0.5em;
}
.product-ah .logo-list li {
  width: auto;
  max-width: 46%;
}
.product-ah .logo-list li + li {
  margin-left: 8%;
}

/* DEEPMail
******************/
.product-dm .caption-box .col2-box:nth-of-type(2n-1) {
  width: 100%;
}
.product-dm .mail-engine .col3-box {
  padding: 20px 0;
}
.product-dm .mail-engine .section-ttl .ttl-num {
  margin-bottom: 0.5em;
}
.product-dm .mail-engine .col3-wrapper {
  padding: 20px 0;
}
.product-dm .mail-engine .section-ttl .ttl {
  font-size: 114.28%;
}

/* MailSuite
******************/
.product-ms .mail-engine .col2-wrapper {
  padding-top: 0;
  padding-bottom: 30px;
}
.product-ms .mail-engine .col2-wrapper:nth-of-type(1) {
  padding-bottom: 0;
}
.product-ms .caption-box .col2-box:nth-of-type(2n-1) {
  width: 100%;
}
.product-ms .mail-engine .col2-box {
  padding: 20px 0;
}
.product-ms .mail-engine .section-ttl .ttl-num {
  margin-bottom: 0.5em;
}
.product-ms .mail-engine .col3-wrapper {
  padding: 20px 0;
}
.product-ms .mail-engine .section-ttl .ttl {
  font-size: 114.28%;
}
.product-ms .product-spec .col-table thead th {
  padding-left: 5px;
  padding-right: 5px;
}
.product-ms .product-spec .col-table td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

/* SPAMBlock
******************/
.product-sb .border-box {
  padding: 20px;
}
.product-sb .border-box .col2-box {
  width: 100%;
  display: block;
}
.product-sb .border-box .logo-box {
  margin: -20px -20px 0;
  padding: 40px 20px;
  box-sizing: 0;
}
.product-sb .border-box .logo-box + .col2-box {
  padding: 20px 0 0;
}
.product-sb .col3-box:nth-of-type(2),
.product-sb .col3-box:nth-of-type(3) {
  width: 100%;
  margin-left: 0;
}
.product-sb.product-wrapper .col3-box .section-ttl {
  font-size: 142.85%;
}
}
.product-az-img-box {
  margin-top: 40px;
}
.product-az-mainvisual {
  background: url(../../images/product/az/img_main.jpg) no-repeat center top;
  background-size: 100% auto;
}
.product-az-mainvisual-box {
  background: url(../../images/product/az/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover;
  color: #eee;
}
.main-ttl-box .product-az-txt {color:#AA85BC;}

.product-az-contact-box {
  background-color: #563779;
  color: #fff;
}

.product-az-contact-list {
  border-color: #c17539;
}
.product-az-contact-txt {
  background-color: #AA85BC;
}

.product-az-icon-box{
  margin-top: 40px;
}

.product-az-icon-box figcaption{
/*  color: #AA85BC; */
  color: #B287BB;
  font-family: "Noto Sans Japanese";
  font-size: 170%;
}

.product-az-icon-box .arrow-link-list a {
    font-size: 100%;
}

.product-az-icon-box .arrow-link-list a:before {
    top: 9px;
}

.product-az-screen-box{
  margin-top: 15px;
}

.product-az .product-az-screen-box h4{
  padding-top: 10px;
  font-weight:bold
}

.product-az .product-az-screen-box ol {
  margin-top: 8px;
  padding-top: 8px;
}

.product-az .product-az-screen-box li {
  list-style:none;
  text-indent:-1.3em;
  padding-left:1.3em;
}

.example img{
  display: block;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  
}
.example .col2-box-text{
  margin-top: 20px;
  margin-left: 20px;
}
.example1 .arrow{
  margin-bottom: 47px;
  margin-top: 34px;
}

.example2 .arrow {
  margin-bottom: 19px;
  margin-top: 10px;
}
