/*
Template: twentytwelve
Theme Name: ISL SILKYPIX
Theme URI: https://silkypix.isl.co.jp/
Description: child theme of twentytwelve for SILKYPIX site
Author: Ichikawa Soft Laboratory Co.,Ltd.
Version: 3.20
*/



/**
 * COMMON
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.u-txt-center {
    text-align: center;
}
.u-txt-right {
    text-align: right;
}
.u-txt-red {
    color: #d82020;
}
.u-txt-green {
    color: #019644;
}
.u-txt-blue {
    color: #2040a6;
}
.u-txt-black {
    color: #484848;
}
.u-left-block {
    display: block;
    float: left;
    max-width: 100%;
}
.u-right-block {
    display: block;
    float: right;
    max-width: 100%;
}
.u-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.u-half-block {
    display: block;
    width: 50%;
}
.u-bottom-shadow {
    box-shadow: 0px 4px 4px #e8e8e8;
}
.u-mt-1em {
    margin-top: 1em;
}
.u-mr-1em {
    margin-right: 1em;
}
.u-mb-1em {
    margin-bottom: 1em;
}
.u-ml-1em {
    margin-left: 1em;
}

.u-pc-bk {
    display: none;
}
.u-sp-bk {
    display: block;
}
.u-pc-il {
    display: none;
}
.u-sp-il {
    display: inline;
}

@media screen and (min-width: 600px) {
    .u-left-block-pc {
        display: block;
        float: left;
        max-width: 100%;
    }
    .u-right-block-pc {
        display: block;
        float: right;
        max-width: 100%;
    }
    .u-bottom-shadow {
        box-shadow: 0px 8px 8px #e8e8e8;
    }
    .u-top-inset-shadow {
        box-shadow: 0px 14px 14px -14px #b8b8b8 inset;
    }

    .u-pc-bk {
        display: block;
    }
    .u-sp-bk {
        display: none;
    }
    .u-pc-il {
        display: inline;
    }
    .u-sp-il {
        display: none;
    }
}



img {
    max-width: 100%;
}

a {
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
.widget-area .widget a {
	color: #2080c0;
}
.widget-area .widget a:visited {
	color: #2080c0;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #0f3647;
}
footer[role="contentinfo"] a,
footer[role="contentinfo"] a:visited,
footer[role="contentinfo"] a:hover {
	color: #ffffff;
}



noscript p {
    background-color: #ffff80;
    padding: 1em 0;
}



.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    text-transform: none;
}



html,
body,
body.custom-font-enabled {
    /*font: 14px/1.4 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font: 14px/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #484848;
}

body {
    min-width: 320px;
}

body .site {
	margin-top: 44px;
	margin-bottom: 0;
    padding: 0;
    box-shadow: 0 0 8px #cccccc;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    padding: 10px 0 11px;
    background-color: #000000;
    color: #ffffff;
    z-index: 100;
}
.site-header .site-title {
    width: 133px;
    height: 23px;
    margin-left: 10px;
}
.site-header h1 {
    margin-bottom: 0;
    text-align: left;
}
.site-header h1 a {
    display: block;
    font-size: 23px;
    line-height: 1;
}
.site-header h1 a,
.site-header h2 a,
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #ffffff;
}
.site-header h1 a img {
    vertical-align: top;
}

.site-header .header-nav {
    display: none;
}

.entry-content > h1 > img {
    max-width: 93.75%;
}

.wrapper section {
    padding: 20px 10px;
}
.wrapper section.u-no-pt {
    padding-top: 0;
}
.wrapper section.u-no-pb {
    padding-bottom: 0;
}

.site-content {
    margin-top: 0;
}
.site-content article {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
    vertical-align: top;
}

footer[role="contentinfo"] {
    background-color: #000000;
    color: #ffffff;
	max-width: none;
    border-top-width: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.75;
}

.widget-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
}

.site-info {
    margin-top: 24px;
	text-align: center;
}


.menu-toggle {
    position: fixed;
    width: 103px;
    height: 44px;
    padding: 0;
    top: 0;
    right: 0;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    z-index: 100;
}
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle.toggled-on {
    box-shadow: none;
    background: transparent;
}

.main-navigation {
    position: fixed;
    top: 44px;
    right: 0;
    width: 50%;
    min-width: 200px;
	margin-top: 0;
    z-index: 100;
    text-align: left;
    opacity: 0.95;
}
.main-navigation li {
    display: block;
	margin-top: 0;
	margin-right: 0;
    border-top: 1px solid #ffffff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	background-color: #000000;
	border-top-width: 0;
	border-bottom-width: 0;
	font-size: 0;
    width: 100%;
}
.main-navigation li a {
    display: block;
	padding: 0 32px;
	transition: all 0.2s ease;
	color: #ffffff;
    line-height: 3;
    text-decoration: none;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	background-color: #e8e8e8;
	color: #484848;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #ffffff;
	font-weight: normal;
}

.breadcrumb-wrapper {
    margin-bottom: 30px;
}
.breadcrumbs {
	margin: 30px 2.5% 0;
	font-size: 14px;
	font-size: 0.875rem;
    float: left;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:before {
    margin: 0 0.25rem;
    content: ">";
}
.breadcrumbs li:first-child:before {
    margin: 0;
    content: none;
}



/**
 *  Components
 */
.c-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
	transition: background-color 0.2s ease;
    padding: 0.5em 1em;
}
.c-btn--green,
a.c-btn--green,
a.c-btn--green:visited,
a.c-btn--green:active {
    background: #019644;
    color: #ffffff;
}
.c-btn--green:hover,
a.c-btn--green:hover {
    background: #02b050;
    color: #ffffff;
}
.c-btn--navy,
a.c-btn--navy,
a.c-btn--navy:visited,
a.c-btn--navy:active {
    background: #005d89;
    color: #ffffff;
}
.c-btn--navy:hover,
a.c-btn--navy:hover {
    background: #0070a3;
    color: #ffffff;
}
.c-btn--gray,
a.c-btn--gray,
a.c-btn--gray:visited,
a.c-btn--gray:active {
    background: #4d4d4d;
    color: #ffffff;
}
.c-btn--gray:hover,
a.c-btn--gray:hover {
    background: #666666;
    color: #ffffff;
}
.c-btn--red,
a.c-btn--red,
a.c-btn--red:visited,
a.c-btn--red:active {
    background: #bd2702;
    color: #ffffff;
}
.c-btn--red:hover,
a.c-btn--red:hover {
    background: #d12c02;
    color: #ffffff;
}
.c-btn--pink,
a.c-btn--pink,
a.c-btn--pink:visited,
a.c-btn--pink:active {
    background: #ff7b92;
    color: #ffffff;
}
.c-btn--pink:hover,
a.c-btn--pink:hover {
    background: #ff94a6;
    color: #ffffff;
}

.c-os-icon {
    width: 18px;
    height: 20px;
    padding: 10px 11px;
    text-align: center;
    background-color: #4d4d4d;
    border-radius: 20px;
    box-shadow: 0 0 3px #4d4d4d;
}

.c-common-table {
    border-collapse: collapse;
}
.c-common-table th {
    border: 1px solid #4d4d4d;
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.c-common-table td {
    border: 1px solid #4d4d4d;
    text-align: center;
    vertical-align: middle;
}


/**
 *  Projects
 */

.p-products-list {
    text-align: center;
    font-size: 0;
}
ul.p-products-list {
    list-style: none;
}
.p-products-list__item {
    display: inline-block;
    width: 48%;
}
li.p-products-list__item {
    margin: 5px 1%;
}
.p-products-list__item a {
    display: block;
    border: 1px solid #4d4d4d;
    font-size: 13px;
    text-decoration: none;
    transition: border-color 0.2s ease;
}
.p-products-list__item a:hover {
    border-color: #666666;
}
.p-products-list__item a .c-btn {
    display: block;
    padding: 8px 0;
}
.p-products-list--five .p-products-list__item a .c-btn {
    letter-spacing: -1px;
}
.p-products-list__item a:hover .c-btn--gray {
    background-color: #666666;
}

ul.p-related-info-list {
    margin-left: 0;
    list-style: none;
}
.p-related-info-list li {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
}
.p-related-info-list li .c-btn {
    padding: 1em 0;
    width: 80%;
}

.p-footer-list {
    margin-bottom: 1em;
}
.p-footer-list dt {
    margin-top: 1em;
    margin-bottom: 0.25em;
}
.p-footer-list dt:first-child {
    margin-top: 0;
}
.p-footer-list dd {
    margin-bottom: 0.25em;
    padding-top: 0.25em;
    border-top: 1px solid #595959;
}
.p-footer-list dd a {
    display: block;
}

.p-footer-list__label {
    display: inline-block;
    margin: 0.25em 0;
    padding: 0.5em 1em;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: #666666;
    border-radius: 3px;
}
.p-footer-list__label--b {
    background-color: #0d47a1;
}
.p-footer-list__label--m {
    background-color: #d81b60;
}
.p-footer-list__label--c {
    background-color: #00acc1;
}
.p-footer-list__label--o {
    background-color: #f4511e;
}

.p-footer-banner {
    text-align: center;
}



/* Footer Widget Areas */
.footer-w-area a {
    text-decoration: none;
}
.footer-w-area a:hover {
    text-decoration: underline;
}

.footer-w-area .three,
.footer-w-area .four {
    margin: 0 10px;
}

.footer-w-area .three .widget-area-footer,
.footer-w-area .four .widget-area-footer {
    margin-bottom: 20px;
}



@media screen and (min-width: 600px) {

    .site { max-width: 1200px; min-width: 1024px; }
    .site-content { width: 67.368421%; }
    .widget-area { width: 26.315789%;}

    html,
    body,
    body.custom-font-enabled {
        font-size: 16px;
    }

    body .site {
        margin-top: 0;
        padding: 0;
    }

    .site-header {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 30px 0 0;
    }

    .site-header .site-title {
        float: left;
        width: auto;
        height: auto;
        margin-left: 5%;
        line-height: 0;
    }
    .site-header .header-nav {
        float: right;
        display: block;
        margin-right: 5%;
        font-size: 16px;
        line-height: 1;
    }
    .site-header .header-nav li {
        display: inline-block;
        margin-left: 1rem;
    }
    .site-header .header-nav li a {
        text-decoration: none;
        color: #ffffff;
    }
    .site-header .header-nav li .support-link {
        padding: 0.5rem 2rem;
        border: 1px solid #ffffff;
        transition: all 0.2s ease 0s;
    }
    .site-header .header-nav li .support-link:hover,
    .site-header .header-nav li .support-link:focus {
        background-color: #e8e8e8;
        color: #484848;
    }

    .main-navigation {
        position: static;
        width: auto;
        min-width: none;
        margin-top: 40px;
        text-align: center;
        opacity: 1;
    }
    .main-navigation li {
        border-top-width: 0;
    }
    .main-navigation li a {
        line-height: 3.5;
    }

    .entry-content > h1 > img {
        max-width: none;
    }

    .wrapper section {
        padding: 50px 5%;
    }

    /**
     * Components
     */

    /*  */
    .c-pic-left,
    .c-pic-right {
        position: relative;
    }
    .c-pic-left__text {
        margin-left: 50%;
    }
    .c-pic-right__text {
        margin-right: 50%;
    }
    .c-pic-left__figure {
        position: absolute;
        top: 0;
        left: 5%;
    }
    .c-pic-right__figure {
        position: absolute;
        top: 0;
        right: 5%;
    }

    .c-os-icon {
        width: 70px;
        height: 40px;
        padding: 15px 0;
        border-radius: 35px;
        box-shadow: 0 0 5px #4d4d4d;
    }



    /**
     * Projects
     */

    .p-products-list {
        font-size: 0;
    }
    .p-products-list__item {
        width: 22.963%;
    }
    .p-products-list--five .p-products-list__item {
        width: 17.7778%;
    }
    .p-products-list--six .p-products-list__item {
        width: 15%;
    }
    .p-products-list--seven .p-products-list__item {
        width: 13%;
    }
    li.p-products-list__item {
        margin: 0 0 30px 2.6852%;
    }
    li.p-products-list__item:first-child {
        margin-left: 0;
    }
    li.p-products-list__item:nth-child(5) {
        margin-left: 0;
    }
    .p-products-list__item a {
        font-size: 16px;
    }
    .p-products-list--five .p-products-list__item a {
        font-size: 15px;
    }
    .p-products-list--six .p-products-list__item a {
        font-size: 15px;
    }
    .p-products-list--seven .p-products-list__item a {
        font-size: 14px;
    }
    .p-products-list--five li.p-products-list__item:nth-child(5) {
        margin-left: 2.6852%;
    }
    .p-products-list--six li.p-products-list__item {
        margin-left: 2%;
    }
    .p-products-list--six li.p-products-list__item:first-child {
        margin-left: 0;
    }
    .p-products-list--seven li.p-products-list__item {
        margin-left: 1.5%;
    }
    .p-products-list--seven li.p-products-list__item:first-child {
        margin-left: 0;
    }

    .p-products-list__item--jp7 a:before {
        width: 52px;
        left: -20px;
        top: -20px;
        padding: 18px 0;
        border-radius: 26px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        background-color: #d82020;
        color: #ffffff;
    }

    .p-related-info-list  {
        font-size: 0;
    }
    .p-related-info-list li {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
    }
    .p-related-info-list li .c-btn {
        width: 90%;
        font-size: 18px;
    }
    
    .p-footer-banner {
        text-align: right;
    }

    footer[role="contentinfo"] {
        padding: 1.71429rem 0;
    }
    
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation li a {
        font-size: 16px;
    }

    .p-footer-list {
        font-size: 14px;
    }
    .p-footer-list__label {
        font-size: 13px;
    }

    /* Three Footer Widget Areas */
    .footer-w-area .three {
        margin: 0 5%;
        text-align: center;
        font-size: 0;
    }
    .footer-w-area .three .widget-area-footer {
        display: inline-block;
        width: 31.4814%;
        margin-left: 2.7778%;
        text-align: left;
        font-size: 16px;
        vertical-align: top;
    }
    .footer-w-area .three .widget-area-footer:first-child {
        margin-left: 0;
    }

    /* Four Footer Widget Areas */
    .footer-w-area .four {
        margin: 0 5%;
        text-align: center;
        font-size: 0;
    }
    .footer-w-area .four .widget-area-footer {
        display: inline-block;
        width: 22.8704%;
        margin-left: 2.7778%;
        text-align: left;
        font-size: 16px;
        vertical-align: top;
    }
    .footer-w-area .four .widget-area-footer:first-child {
        margin-left: 0;
    }

    .footer-w-area .two .widget-area-footer + .widget-area-footer,
    .footer-w-area .three .widget-area-footer + .widget-area-footer + .widget-area-footer,
    .footer-w-area .four .widget-area-footer + .widget-area-footer + .widget-area-footer + .widget-area-footer {
        margin-right: 0;
    }

}



/**
 * FRONTPAGE
 */

.p-english-info {
    display: none;
    padding: 5px 2.5em;
    background-color: #ffffa9;
}
.p-english-info a {
    text-decoration: none;
}

.p-frontpage-notice {
    margin-bottom: 10px;
    padding: 4px 6px;
    border: 3px double #d82020;
}
.p-frontpage-notice h2 {
    margin: 0;
    font-size: 14px;
    color: #d82020;
}
.p-frontpage-notice p {
    margin: 0;
    font-size: 13px;
}

.p-top-menu {
    font-size: 0;
    text-align: center;
}
.p-top-menu__item {
    display: inline-block;
    width: 33.3333%;
    vertical-align: middle;
}
ul.p-top-menu {
    margin-bottom: 0;
    list-style: none;
}
li.p-top-menu__item {
    margin-left: 0;
}
.p-top-menu__item .c-btn {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
}
.p-top-menu__item.is-selected a.c-btn--green {
    background-color: #02b050;
}
.p-top-menu__item.is-not-selected a {
    opacity: 0.5;
}

.p-features-heading {
    padding: 5px 0;
    border-radius: 5px;
    font-weight: normal;
    background-color: #019644;
    color: #ffffff;
    text-align: center;
}
ul.p-features-list {
    margin-bottom: 0;
    list-style: circle;
}

/* .p-product-area also used by PRODUCT INDEX ( /product/ ) */
.p-product-area {
    position: relative;
    padding: 20px 0;
}
.p-product-area__os-icon--left {
    position: absolute;
    top: 5px;
    left: 15px;
}
.p-product-area__os-icon--right {
    position: absolute;
    top: 5px;
    left: 60px;
}
.p-product-area__copy {
    font-weight: normal;
}
.p-product-area__copy strong {
    display: block;
    padding: 2px 7px;
    border: 1px solid #484848;
    font-size: 14px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
}
.p-product-area__links li {
    width: 100%;
    margin-left: 0;
}
.p-product-area__links a.c-btn {
    display: block;
    padding: 0.5em 0;
}
.p-product-area .u-right-block {
    display: none;
}


dl.p-extension-list {
    margin: 10px 0 0;
    font-size: 0;
    text-align: center;
}
dl.p-extension-list dt {
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
    padding: 4px 0 4px 8px;
    background-color: #ededed;
    border: 1px solid #cccccc;
    border-right-width: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    text-align: left;
}
dl.p-extension-list dd {
    display: inline-block;
    width: 30%;
    margin-bottom: 10px;
    padding: 4px 0;
    border: 1px solid #cccccc;
    border-left-width: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .p-frontpage-notice {
        width: 764px;
        margin: 0 auto 20px;
        padding: 7px 14px;
        border-width: 4px;
    }
    .p-frontpage-notice h2 {
        font-size: 16px;
    }
    .p-frontpage-notice p {
        font-size: 14px;
    }

    .p-top-menu__item {
        width: 248px;
    }
    li.p-top-menu__item {
        margin-left: 30px;
    }
    li.p-top-menu__item:first-child {
        margin-left: 0;
    }
    .p-top-menu__item .c-btn {
        padding: 20px 0;
        font-size: 24px;
    }

    .p-features {
        margin: 0 5.5556%;
        font-size: 0;
    }
    .p-features-heading {
        display: inline-block;
        vertical-align: middle;
        width: 192px;
        height: 24px;
        padding: 84px 0;
        border-radius: 96px;
    }
    h2.p-features-heading {
        font-size: 24px;
        line-height: 24px;
    }
    .p-features-list {
        display: inline-block;
        vertical-align: middle;
        width: 72.5%;
        font-size: 18px;
    }

    .wrapper .p-products {
        padding: 0;
    }
    /* .p-product-area also used by PRODUCT INDEX ( /product/ ) */
    .p-product-area,
    section.p-product-area {
        padding: 150px 5% 90px;
    }
    .p-product-area__key-visual {
        top: 180px;
        width: 42.5%;
    }
    .p-product-area__os-icon--left {
        top: 150px;
        left: 4.75%;
    }
    .p-product-area__os-icon--right {
        top: 150px;
        left: 10%;
    }
    .p-product-area__title h2 {
        margin-top: 0;
        width: 74.0741%;
    }
    .p-product-area__title > h2 > img {
        width: 100%;
    }
    .p-product-area--ds7 .p-product-area__title > h2 > img,
    .p-product-area--jp7 .p-product-area__title > h2 > img {
        width: auto;
    }
    .p-product-area__title > div {
        width: 23.7038%;
        margin-top: 6px;
    }
    .p-product-area__title a.c-btn {
        display: block;
        padding: 12px 0;
        line-height: 1.25;
    }
    .p-product-area__copy {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: normal;
    }
    h3.p-product-area__copy {
        margin: 0;
        font-size: 20px;
    }
    .p-product-area__copy strong {
        display: inline-block;
        margin-right: 1rem;
        padding: 3px 15px;
        font-size: 18px;
    }
    .p-product-area__links {
        list-style: none;
    }
    .p-product-area__links li {
        width: 47.2223%;
    }
    .p-product-area__links a.c-btn {
        padding: 15px 0;
    }
    .p-product-area .u-right-block {
        display: block;
    }

    dl.p-extension-list {
        margin-bottom: 18px;
    }
    dl.p-extension-list dt {
        width: 16%;
        margin-left: 10px;
    }
    dl.p-extension-list dd {
        width: 6%;
    }
}



/**
 * PRODUCT
 */

dl.bundle-model-list {
    margin: 0;
}
dl.bundle-model-list > dt {
    padding: 0.25em 0;
    border: 1px solid #4d4d4d;
    text-align: center;
    font-weight: normal;
    color: #4d4d4d;
}
dl.bundle-model-list > dd {
    margin-bottom: 40px;
}
dl.bundle-model-list h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
dl.bundle-model-list p {
    margin-bottom: 10px;
}

.p-product-header {
    padding: 10px 10px 0;
}
.p-product-header__copy {
    margin-bottom: 10px;
    font-size: 18px;
}
.p-product-header__copy strong {
    font-weight: normal;
}
.p-product-header .c-pic-left {
    position: relative;
    padding-top: 20px;
}
.p-product-header__os-icon--left {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2;
}
.p-product-header__os-icon--right {
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 1;
}
.p-product-header__area {
    margin-bottom: 20px;
}
.p-product-header__title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-product-header__abstract {
    margin-bottom: 10px;
}
.p-product-header__price {
    float: left;
}
.p-product-header__price b {
    font-size: 18px;
}
.p-product-header__links {
    float: right;
    width: 40%;
}
.p-product-header__links li {
    margin-bottom: 10px;
}
.p-product-header__links .c-btn {
    padding: 10px 0;
    width: 100%;
    font-size: 11px;
}
.p-product-header__discontinued {
    padding: 1em 0;
    border: 1px solid #808080;
    color: #808080;
}
.p-product-header--dsp8 .youtube-popup,
.p-product-header--dsp7 .youtube-popup,
.p-product-header--ds8 .youtube-popup {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;
}
.p-product-header--dsp8 .youtube-popup img,
.p-product-header--dsp7 .youtube-popup img,
.p-product-header--ds8 .youtube-popup img {
    margin-right: 0.5em;
    vertical-align: -7px;
}
.p-product-header__bbs-guide--dsp7 {
    display: none;
}

.p-product-pager--left,
.p-product-pager--right {
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
}
.p-product-pager--left:before,
.p-product-pager--right:after {
    display: inline-block;
    height: 12px;
    width: 12px;
    padding: 3px;
    border: 1px solid #666666;
    border-radius: 10px;
    text-align: center;
    content: "\0025b2";
}
.p-product-pager--left:before {
    margin-right: 3px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.p-product-pager--right:after {
    margin-left: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.p-product-pager--left,
a.p-product-pager--left:link,
a.p-product-pager--left:visited,
a.p-product-pager--right,
a.p-product-pager--right:link,
a.p-product-pager--right:visited {
    color: #666666;
}
a.p-product-pager--left:hover,
a.p-product-pager--left:active,
a.p-product-pager--right:hover,
a.p-product-pager--right:active {
    color: #484848;
}
a.p-product-pager--left:hover:before,
a.p-product-pager--left:active:before,
a.p-product-pager--right:hover:after,
a.p-product-pager--right:active:after {
    border-color: #484848;
}

/* DSP8 */
.p-site-header--dsp8,
.p-site-header--dsp8 .main-navigation ul.nav-menu,
.p-site-header--dsp8 .main-navigation div.nav-menu > ul {
	background-color: #c4a02c;
}
.p-site-header--dsp8 .main-navigation li a:hover,
.p-site-header--dsp8 .main-navigation li a:focus,
.p-site-header--dsp8 .header-nav li .support-link:hover,
.p-site-header--dsp8 .header-nav li .support-link:focus {
	background-color: #dbb63d;
    color: #ffffff;
}

/* DSP7 */
.p-site-header--dsp7,
.p-site-header--dsp7 .main-navigation ul.nav-menu,
.p-site-header--dsp7 .main-navigation div.nav-menu > ul {
	background-color: #e8b132;
}
.p-site-header--dsp7 .main-navigation li a:hover,
.p-site-header--dsp7 .main-navigation li a:focus,
.p-site-header--dsp7 .header-nav li .support-link:hover,
.p-site-header--dsp7 .header-nav li .support-link:focus {
	background-color: #ffc847;
    color: #ffffff;
}

.p-product-detail--dsp7 section,
.p-product-detail--dsp7 section:nth-child(2n - 1) {
    background-color: #fdf7eb;
}
.p-product-detail--dsp7 section:nth-child(2n) {
    background-color: #fbf2e0;
}

/* DSP6 */
.p-site-header--dsp6,
.p-site-header--dsp6 .main-navigation ul.nav-menu,
.p-site-header--dsp6 .main-navigation div.nav-menu > ul {
	background-color: #ddae00;
}
.p-site-header--dsp6 .main-navigation li a:hover,
.p-site-header--dsp6 .main-navigation li a:focus,
.p-site-header--dsp6 .header-nav li .support-link:hover,
.p-site-header--dsp6 .header-nav li .support-link:focus {
	background-color: #f2be00;
    color: #ffffff;
}

.p-product-detail--dsp6 section,
.p-product-detail--dsp6 section:nth-child(2n - 1) {
    background-color: #fdf8e5;
}
.p-product-detail--dsp6 section:nth-child(2n) {
    background-color: #faf3d9;
}

/* DS8 */
.p-site-header--ds8,
.p-site-header--ds8 .main-navigation ul.nav-menu,
.p-site-header--ds8 .main-navigation div.nav-menu > ul {
	background-color: #4e488e;
}
.p-site-header--ds8 .main-navigation li a:hover,
.p-site-header--ds8 .main-navigation li a:focus,
.p-site-header--ds8 .header-nav li .support-link:hover,
.p-site-header--ds8 .header-nav li .support-link:focus {
	background-color: #877fdb;
    color: #ffffff;
}

/* DS7 */
.p-site-header--ds7,
.p-site-header--ds7 .main-navigation ul.nav-menu,
.p-site-header--ds7 .main-navigation div.nav-menu > ul {
	background-color: #684588;
}
.p-site-header--ds7 .main-navigation li a:hover,
.p-site-header--ds7 .main-navigation li a:focus,
.p-site-header--ds7 .header-nav li .support-link:hover,
.p-site-header--ds7 .header-nav li .support-link:focus {
	background-color: #885bb3;
    color: #ffffff;
}

.p-product-detail--ds7 section,
.p-product-detail--ds7 section:nth-child(2n - 1) {
    background-color: #eeebf1;
}
.p-product-detail--ds7 section:nth-child(2n) {
    background-color: #ddd7e4;
}

/* DS6 */
.p-site-header--ds6,
.p-site-header--ds6 .main-navigation ul.nav-menu,
.p-site-header--ds6 .main-navigation div.nav-menu > ul {
	background-color: #56397b;
}
.p-site-header--ds6 .main-navigation li a:hover,
.p-site-header--ds6 .main-navigation li a:focus,
.p-site-header--ds6 .header-nav li .support-link:hover,
.p-site-header--ds6 .header-nav li .support-link:focus {
	background-color: #714ba3;
    color: #ffffff;
}

.p-product-detail--ds6 section,
.p-product-detail--ds6 section:nth-child(2n - 1) {
    background-color: #eeebf2;
}
.p-product-detail--ds6 section:nth-child(2n) {
    background-color: #ded8e6;
}

/* MP4 */
.p-site-header--mp4,
.p-site-header--mp4 .main-navigation ul.nav-menu,
.p-site-header--mp4 .main-navigation div.nav-menu > ul {
	background-color: #456bbe;
}
.p-site-header--mp4 .main-navigation li a:hover,
.p-site-header--mp4 .main-navigation li a:focus,
.p-site-header--mp4 .header-nav li .support-link:hover,
.p-site-header--mp4 .header-nav li .support-link:focus {
	background-color: #5381e5;
    color: #ffffff;
}

.p-product-detail--mp4 section,
.p-product-detail--mp4 section:nth-child(2n - 1) {
    background-color: #ecf0f9;
}
.p-product-detail--mp4 section:nth-child(2n) {
    background-color: #dae1f3;
}

/* JP8 */
.p-site-header--jp8,
.p-site-header--jp8 .main-navigation ul.nav-menu,
.p-site-header--jp8 .main-navigation div.nav-menu > ul {
	background-color: #549f45;
}
.p-site-header--jp8 .main-navigation li a:hover,
.p-site-header--jp8 .main-navigation li a:focus,
.p-site-header--jp8 .header-nav li .support-link:hover,
.p-site-header--jp8 .header-nav li .support-link:focus {
	background-color: #6bcc58;
    color: #ffffff;
}

.p-product-detail--jp8 section,
.p-product-detail--jp8 section:nth-child(2n - 1) {
    background-color: #eef6ed;
}
.p-product-detail--jp8 section:nth-child(2n) {
    background-color: #ddecda;
}

/* JP7 */
.p-site-header--jp7,
.p-site-header--jp7 .main-navigation ul.nav-menu,
.p-site-header--jp7 .main-navigation div.nav-menu > ul {
	background-color: #2d6837;
}
.p-site-header--jp7 .main-navigation li a:hover,
.p-site-header--jp7 .main-navigation li a:focus,
.p-site-header--jp7 .header-nav li .support-link:hover,
.p-site-header--jp7 .header-nav li .support-link:focus {
	background-color: #429950;
    color: #ffffff;
}

.p-product-detail--jp7 section,
.p-product-detail--jp7 section:nth-child(2n - 1) {
    background-color: #eaf0eb;
}
.p-product-detail--jp7 section:nth-child(2n) {
    background-color: #d5e1d7;
}

/* JP3 */
.p-site-header--jp3,
.p-site-header--jp3 .main-navigation ul.nav-menu,
.p-site-header--jp3 .main-navigation div.nav-menu > ul {
	background-color: #4d4d4d;
}
.p-site-header--jp3 .main-navigation li a:hover,
.p-site-header--jp3 .main-navigation li a:focus,
.p-site-header--jp3 .header-nav li .support-link:hover,
.p-site-header--jp3 .header-nav li .support-link:focus {
	background-color: #d4d4d4;
}

.p-product-detail--jp3 section,
.p-product-detail--jp3 section:nth-child(2n - 1) {
    background-color: #ededed;
}
.p-product-detail--jp3 section:nth-child(2n) {
    background-color: #dbdbdb;
}

.p-product-nav {
    background-color: #4d4d4d;
    text-align: center;
}
.p-product-nav li a {
    display: block;
    padding: 10px 0;
    background-color: #4d4d4d;
    color: #ffffff;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #666666;
    text-decoration: none;
}
.p-product-nav li a:hover {
    background-color: #666666;
    color: #ffffff;
}
.p-product-nav li:first-child a {
    border-top: 1px solid #666666;
}
.p-product-nav li a.current {
    text-decoration: none;
}
.p-product-nav--dsp9 li a.current {
    background-color: #be9834;
}
.p-product-nav--dsp8 li a.current {
    background-color: #c4a02c;
}
.p-product-nav--dsp7 li a.current {
    background-color: #fdf7eb;
    color: #000000;
}
.p-product-nav--dsp6 li a.current {
    background-color: #fdf8e5;
    color: #000000;
}
.p-product-nav--ds9 li a.current {
    background-color: #81357e;
}
.p-product-nav--ds8 li a.current {
    background-color: #4e488e;
}
.p-product-nav--ds7 li a.current {
    background-color: #eeebf1;
    color: #000000;
}
.p-product-nav--ds6 li a.current {
    background-color: #eeebf2;
    color: #000000;
}
.p-product-nav--mp4 li a.current {
    background-color: #ecf0f9;
    color: #000000;
}
.p-product-nav--jp9 li a.current {
    background-color: #007b63;
}
.p-product-nav--jp8 li a.current {
    background-color: #eef6ed;
    color: #000000;
}
.p-product-nav--jp7 li a.current {
    background-color: #eaf0eb;
    color: #000000;
}
.p-product-nav--jp3 li a.current {
    background-color: #ededed;
    color: #000000;
}


.p-product-detail h2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
}


.p-product-main h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}
.p-product-main .sp-full-width {
    margin-right: -10px;
    margin-left: -10px;
}

.p-product-features h2,
.p-all-features h1,
.p-supported-cameras h1,
.p-beta-bbs h1 {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}
.p-product-features h2:before,
.p-all-features h1:before,
.p-supported-cameras h1:before,
.p-beta-bbs h1:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 16px;
    line-height: 1;
    margin-top: -13px;
    padding: 5px;
    border-radius: 13px;
    text-align: center;
    color: #ffffff;
    content: "\0025bc";
    cursor: default;
}
.p-product-features--dsp9 h2:before,
.p-all-features--dsp9 h1:before,
.p-supported-cameras--dsp9 h1:before {
    background-color: #be9834;
}
.p-product-features--dsp8 h2:before,
.p-all-features--dsp8 h1:before,
.p-supported-cameras--dsp8 h1:before,
.p-beta-bbs--dsp8 h1:before {
    background-color: #c4a02c;
}
.p-product-features--dsp7 h2:before,
.p-all-features--dsp7 h1:before,
.p-supported-cameras--dsp7 h1:before,
.p-beta-bbs--dsp7 h1:before {
    background-color: #e8b132;
}
.p-product-features--dsp6 h2:before,
.p-supported-cameras--dsp6 h1:before {
    background-color: #ddae00;
}
.p-product-features--ds9 h2:before,
.p-all-features--ds9 h1:before,
.p-supported-cameras--ds9 h1:before {
    background-color: #81357e;
}
.p-product-features--ds8 h2:before,
.p-all-features--ds8 h1:before,
.p-supported-cameras--ds8 h1:before {
    background-color: #4e488e;
}
.p-product-features--ds7 h2:before,
.p-all-features--ds7 h1:before,
.p-supported-cameras--ds7 h1:before {
    background-color: #684588;
}
.p-product-features--ds6 h2:before,
.p-supported-cameras--ds6 h1:before {
    background-color: #56397b;
}
.p-product-features--mp4 h2:before,
.p-supported-cameras--mp4 h1:before {
    background-color: #456bbe;
}
.p-product-features--jp9 h2:before {
    background-color: #007b63;
}
.p-all-features--jp8 h1:before {
    background-color: #549f45;
}
.p-all-features--jp7 h1:before {
    background-color: #2d6837;
}
.p-product-features--jp3 h2:before {
    background-color: #4d4d4d;
}
.p-product-features h2 {
    margin: 0 10px;
}
.p-product-features h2:first-child {
    margin-top: 20px;
}
.p-supported-cameras h1:first-child,
.p-beta-bbs h1:first-child {
    margin-top: 0;
}

.p-product-features h3,
.p-product-features--dsp9 h2,
.p-product-features--dsp8 h2,
.p-product-features--ds9 h2,
.p-product-features--ds8 h2,
.p-product-features--jp9 h2,
.p-product-features--jp8 h2,
.p-product-features--jp7 h2,
.p-all-features h2,
.p-supported-cameras h2,
.p-beta-bbs h2 {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.25;
}
.p-product-features h3:before,
.p-product-features--dsp9 h2:before,
.p-product-features--dsp8 h2:before,
.p-product-features--ds9 h2:before,
.p-product-features--ds8 h2:before,
.p-product-features--jp9 h2:before,
.p-product-features--jp8 h2:before,
.p-product-features--jp7 h2:before,
.p-all-features h2:before,
.p-supported-cameras h2:before,
.p-beta-bbs h2:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "\0020";
    display: block;
    height: 14px;
    width: 14px;
    margin-top: -12px;
    padding: 3px;
    border-radius: 12px;
    text-align: center;
    background-color: #ffffff;
    color: #ffffff;
    border: 2px solid #000000;
    cursor: default;
}
.p-product-features--dsp9 h2,
.p-all-features--dsp9 h2,
.p-supported-cameras--dsp9 h2 {
    color: #be9834;
}
.p-product-features--dsp8 h2,
.p-all-features--dsp8 h2,
.p-supported-cameras--dsp8 h2,
.p-beta-bbs--dsp8 h2 {
    color: #c4a02c;
}
.p-product-features--dsp7 h3,
.p-all-features--dsp7 h2,
.p-supported-cameras--dsp7 h2,
.p-beta-bbs--dsp7 h2 {
    color: #e8b132;
}
.p-product-features--dsp6 h3,
.p-supported-cameras--dsp6 h2 {
    color: #ddae00;
}
.p-product-features--ds9 h2,
.p-all-features--ds9 h2,
.p-supported-cameras--ds9 h2 {
    color: #81357e;
}
.p-product-features--ds8 h2,
.p-all-features--ds8 h2,
.p-supported-cameras--ds8 h2 {
    color: #4e488e;
}
.p-product-features--ds7 h3,
.p-all-features--ds7 h2,
.p-supported-cameras--ds7 h2 {
    color: #684588;
}
.p-product-features--ds6 h3,
.p-supported-cameras--ds6 h2 {
    color: #56397b;
}
.p-product-features--mp4 h3,
.p-supported-cameras--mp4 h2 {
    color: #456bbe;
}
.p-product-features--jp9 h2 {
    color: #007b63;
}
.p-product-features--jp8 h2,
.p-all-features--jp8 h2 {
    color: #549f45;
}
.p-product-features--jp7 h2,
.p-all-features--jp7 h2 {
    color: #2d6837;
}
.p-product-features--jp3 h3 {
    color: #4d4d4d;
}
.p-product-features--dsp9 h2:before,
.p-all-features--dsp9 h2:before,
.p-supported-cameras--dsp9 h2:before {
    border-color: #be9834;
}
.p-product-features--dsp8 h2:before,
.p-all-features--dsp8 h2:before,
.p-supported-cameras--dsp8 h2:before,
.p-beta-bbs--dsp8 h2:before {
    border-color: #c4a02c;
}
.p-product-features--dsp7 h3:before,
.p-all-features--dsp7 h2:before,
.p-supported-cameras--dsp7 h2:before,
.p-beta-bbs--dsp7 h2:before {
    border-color: #e8b132;
}
.p-product-features--dsp6 h3:before,
.p-supported-cameras--dsp6 h2:before {
    border-color: #ddae00;
}
.p-product-features--ds9 h2:before,
.p-all-features--ds9 h2:before,
.p-supported-cameras--ds9 h2:before {
    border-color: #81357e;
}
.p-product-features--ds8 h2:before,
.p-all-features--ds8 h2:before,
.p-supported-cameras--ds8 h2:before,
.p-beta-bbs--ds8 h2:before {
    border-color: #4e488e;
}
.p-product-features--ds7 h3:before,
.p-all-features--ds7 h2:before,
.p-supported-cameras--ds7 h2:before {
    border-color: #684588;
}
.p-product-features--ds6 h3:before,
.p-supported-cameras--ds6 h2:before {
    border-color: #56397b;
}
.p-product-features--mp4 h3:before,
.p-supported-cameras--mp4 h2:before {
    border-color: #456bbe;
}
.p-product-features--jp9 h2:before {
    border-color: #007b63;
}
.p-product-features--jp8 h2:before,
.p-all-features--jp8 h2:before {
    border-color: #549f45;
}
.p-product-features--jp7 h2:before,
.p-all-features--jp7 h2:before {
    border-color: #2d6837;
}
.p-product-features--jp3 h3:before {
    border-color: #4d4d4d;
}

.p-product-features h4,
.p-product-features--dsp9 h3,
.p-product-features--dsp8 h3,
.p-product-features--ds9 h3,
.p-product-features--ds8 h3,
.p-product-features--jp9 h3,
.p-product-features--jp8 h3,
.p-product-features--jp7 h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1;
}
.p-product-features h4:before,
.p-product-features--dsp9 h3:before,
.p-product-features--dsp8 h3:before,
.p-product-features--ds9 h3:before,
.p-product-features--ds8 h3:before,
.p-product-features--jp9 h3:before,
.p-product-features--jp8 h3:before,
.p-product-features--jp7 h3:before {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 4px;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    cursor: default;
    content: "\0025b2";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.p-product-features--dsp9 h3 { color: #be9834; }
.p-product-features--dsp8 h3 { color: #c4a02c; }
.p-product-features--dsp7 h4 { color: #e8b132; }
.p-product-features--dsp6 h4 { color: #ddae00; }
.p-product-features--ds9 h3 { color: #81357e; }
.p-product-features--ds8 h3 { color: #4e488e; }
.p-product-features--ds7 h4 { color: #684588; }
.p-product-features--ds6 h4 { color: #56397b; }
.p-product-features--mp4 h4 { color: #456bbe; }
.p-product-features--jp9 h3 { color: #007b63; }
.p-product-features--jp8 h3 { color: #549f45; }
.p-product-features--jp7 h3 { color: #2d6837; }
.p-product-features--jp3 h4 { color: #4d4d4d; }
.p-product-features--dsp9 h3:before { background-color: #be9834; }
.p-product-features--dsp8 h3:before { background-color: #c4a02c; }
.p-product-features--dsp7 h4:before { background-color: #e8b132; }
.p-product-features--dsp6 h4:before { background-color: #ddae00; }
.p-product-features--ds9 h3:before { background-color: #81357e; }
.p-product-features--ds8 h3:before { background-color: #4e488e; }
.p-product-features--ds7 h4:before { background-color: #684588; }
.p-product-features--ds6 h4:before { background-color: #56397b; }
.p-product-features--mp4 h4:before { background-color: #456bbe; }
.p-product-features--jp9 h3:before { background-color: #007b63; }
.p-product-features--jp8 h3:before { background-color: #549f45; }
.p-product-features--jp7 h3:before { background-color: #2d6837; }
.p-product-features--jp3 h4:before { background-color: #4d4d4d; }
.p-product-features__note {
    padding: 6px 0.5em;
    border-radius: 4px;
    border: 1px solid #000000;
}

.p-product-features figure,
.p-product-features--dsp9 figure,
.p-product-features--dsp8 figure,
.p-product-features--ds9 figure,
.p-product-features--ds8 figure,
.p-product-features--jp9 figure,
.p-product-features--jp8 figure,
.p-product-features--jp7 figure {
    margin: 0 0 10px;
}
.p-product-features figure img,
.p-product-features--dsp9 figure img,
.p-product-features--dsp8 figure img,
.p-product-features--ds9 figure img,
.p-product-features--ds8 figure img,
.p-product-features--jp9 figure img,
.p-product-features--jp8 figure img,
.p-product-features--jp7 figure img {
    vertical-align: middle;
}
.p-product-features--dsp9 .sp-full-width,
.p-product-features--dsp8 .sp-full-width,
.p-product-features--ds9 .sp-full-width,
.p-product-features--ds8 .sp-full-width,
.p-product-features--jp9 .sp-full-width,
.p-product-features--jp8 .sp-full-width {
    margin-right: -10px;
    margin-left: -10px;
}

.p-product-features__note--dsp9 { border-color: #be9834; }
.p-product-features__note--dsp8 { border-color: #c4a02c; }
.p-product-features__note--dsp7 { border-color: #e8b132; }
.p-product-features__note--dsp6 { border-color: #ddae00; }
.p-product-features__note--ds9 { border-color: #81357e; }
.p-product-features__note--ds8 { border-color: #4e488e; }
.p-product-features__note--ds7 { border-color: #684588; }
.p-product-features__note--ds6 { border-color: #56397b; }
.p-product-features__note--mp4 { border-color: #456bbe; }
.p-product-features__note--jp9 { border-color: #007b63; }
.p-product-features__note--jp8 { border-color: #549f45; }
.p-product-features__note--jp7 { border-color: #2d6837; }
.p-product-features__note--jp3 { border-color: #4d4d4d; }

ul.p-product-features__note {
    list-style: circle;
}
ul.p-product-features__note li {
    margin-left: 1.25em;
}
ul.p-product-features__note--taste li {
    display: inline-block;
    margin-left: 0;
}
ul.p-product-features__note--taste li:after {
    content: " /";
}
ul.p-product-features__note--taste li:last-child:after {
    content: none;
}

.p-product-features__new-feature:after {
    content: 'NEW!';
    display: inline-block;
    vertical-align: 3px;
    margin-left: 10px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #d82020;
    border-radius: 6px;
}


.function-table,
.function-table tbody,
.function-table tr,
.function-table td {
    display: block;
}
table.function-table {
    margin-bottom: 30px;
    border-bottom-width: 0;
}
.function-table td {
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    background-color: #4d4d4d;
    border-top-width: 0;
}
.function-table td h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
}
.function-table td h3:before {
    content: "\0025cf";
    margin-right: 2px;
}
.function-table td ul {
    margin: 12px 0 0;
    list-style: none;
    font-size: 14px;
}
.function-table td ul li {
    margin-top: 8px;
    margin-left: 0;
    line-height: 1.25;
}
.function-table td ul li.new-function span {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}
.function-table td ul li.new-function span:after {
    content: "NEW!";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    margin-top: -3px;
    margin-left: 6px;
    padding: 4px 6px;
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
}
.function-table td ul li small {
    display: inline-block;
    font-size: 12px;
}
.function-table td ul li a,
.function-table td ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}
.function-table--dsp9 td h3:before,
.function-table--dsp9 td ul li a:hover {
    color: #be9834;
}
.function-table--dsp8 td h3:before,
.function-table--dsp8 td ul li a:hover {
    color: #c4a02c;
}
.function-table--ds9 td h3:before,
.function-table--ds9 td ul li a:hover {
    color: #bf4ebb;
}
.function-table--ds8 td h3:before,
.function-table--ds8 td ul li a:hover {
    color: #877fdb;
}


.spec-table th,
.spec-table td {
    border: 1px solid #cccccc;
    padding: 8px;
    font-size: 11px;
    color: #484848;
    vertical-align: top;
}
.spec-table th {
    width: 25%;
    background-color: #f0f0f0;
}
.spec-table td {
    width: 75%;
}
.spec-table--jp8 th {
    background-color: #eef6ed;
    border-color: #ddecda;
}
.spec-table--jp8 td {
    border-color: #ddecda;
}
.spec-table--jp7 th {
    background-color: #eaf0eb;
    border-color: #d5e1d7;
}
.spec-table--jp7 td {
    border-color: #d5e1d7;
}
.spec-table .new-function {
    display: inline-block;
}
.spec-table .new-function:after {
    content: "NEW";
    margin: 0 4px;
    padding: 3px 6px;
    color: #ffffff;
    background-color: #d82020;
    border-radius: 4px;
    font-size: 80%;
    font-weight: bold;
}


.p-camera-search {
    font-size: 14px;
}
.p-camera-search > h2,
.p-camera-search > div {
    vertical-align: middle;
    margin-bottom: 8px;
}
.p-camera-search select {
    font-size: 16px;
}

.p-camera-list-area {
    margin-right: 48px;
    height: 400px;
    position: relative;
    overflow-y: scroll;
    border: solid 1px #cccccc;
}

h3.p-maker-name {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 38px;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #4d4d4d;
}
h3.p-maker-name:before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "\0020";
    display: block;
    height: 14px;
    width: 14px;
    margin-top: -10px;
    padding: 1px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    cursor: default;
}
h3.p-maker-name.is-selected-maker {
    background-color: #d82020;
}

.p-camera-list {
    font-size: 0;
}
ul.p-camera-list {
    margin-bottom: 0;
    list-style: none;
}
.p-camera-list__item {
    padding: 6px 4px;
    font-size: 14px;
    font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
    border-bottom: solid 1px #cccccc;
    transition: background-color ease 0.15s;
}
.p-camera-list__item--new:after {
    content: "NEW";
    display: inline-block;
    margin-left: 0.5em;
    padding: 1px 0.5em;
    background-color: #d82020;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
}
.p-camera-list__item.is-selected-camera {
    background-color: #ffff80;
}
li.p-camera-list__item {
    margin-left: 0;
}
.p-camera-list__item.is-selected-camera .p-camera-list__name {
    font-weight: bold;
}
.p-camera-list__note {
    color: #d82020;
}

@media screen and (min-width: 600px) {

    dl.bundle-model-list {
        position: relative;
        height: 360px;
    }
    dl.bundle-model-list > dt {
        display: inline-block;
        width: 18%;
        margin-left: 1.5%;
        padding: 0.75em 0;
        transition: all 0.15s ease;
        cursor: pointer;
    }
    dl.bundle-model-list > dt:first-child {
        margin-left: 0;
    }
    dl.bundle-model-list > dt:hover,
    dl.bundle-model-list > dt.current {
        background-color: #4d4d4d;
        color: #ffffff;
    }
    dl.bundle-model-list > dd {
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
    dl.bundle-model-list > dd.current {
        display: block;
    }
    dl.bundle-model-list .c-pic-left__figure {
        left: 0;
        max-width: 47.2223%;
    }
    dl.bundle-model-list h3 {
        margin-top: 0;
        margin-bottom: 0;
    }
    dl.bundle-model-list p {
        min-height: 110px;
        margin-bottom: 20px;
    }

    .p-product-header {
        padding: 0;
    }
    .p-product-header--dsp9,
    .p-product-header--ds9,
    .p-product-header--jp9 {
        padding-top: 60px;
    }
    .p-product-header__copy {
        margin-bottom: 0;
        padding-top: 60px;
        text-align: center;
        font-size: 24px;
    }
    .p-product-header .c-pic-left {
        padding-top: 0;
    }
    .p-product-header--dsp8 .youtube-popup,
    .p-product-header--dsp7 .youtube-popup,
    .p-product-header--ds8 .youtube-popup {
        position: absolute;
        top: 370px;
        left: 10.3334%;
        width: 32.6667%;
        padding: 15px 0;
    }
    .p-product-header--dsp8 .youtube-popup img,
    .p-product-header--dsp7 .youtube-popup img,
    .p-product-header--ds8 .youtube-popup img {
        vertical-align: -6px;
    }
    .p-product-header__area {
        min-height: 400px;
        margin-top: 40px;
        padding-left: 50%;
        padding-right: 5%;
    }
    .p-product-header__key-visual--dsp9,
    .p-product-header__key-visual--dsp8,
    .p-product-header__key-visual--dsp7,
    .p-product-header__key-visual--dsp6,
    .p-product-header__key-visual--ds9,
    .p-product-header__key-visual--ds8,
    .p-product-header__key-visual--ds7,
    .p-product-header__key-visual--ds6,
    .p-product-header__key-visual--mp4,
    .p-product-header__key-visual--jp9,
    .p-product-header__key-visual--jp8,
    .p-product-header__key-visual--jp7,
    .p-product-header__key-visual--jp3 {
        position: absolute;
        top: 80px;
        left: 5%;
        width: 42.5%;
    }
    .p-product-header__os-icon--left {
        top: 50px;
        left: 4.75%;
    }
    .p-product-header__os-icon--right {
        top: 50px;
        left: 10%;
    }
    .p-product-header__campaign {
        position: absolute;
        top: 35px;
        right: 54%;
        z-index: 1;
    }
    .p-product-header__title {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .p-product-header__abstract {
        margin-bottom: 50px;
    }
    .p-product-header--dsp7 .p-product-header__abstract,
    .p-product-header--ds7 .p-product-header__abstract {
        margin-bottom: 30px;
    }
    .p-product-header__price b {
        font-size: 32px;
    }
    .p-product-header__links {
        width: 47.2223%;
    }
    .p-product-header__links li {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .p-product-header__links .c-btn {
        padding: 15px 0;
        font-size: 100%;
    }
    .p-product-header__discontinued {
        max-width: 498px;
    }
    .p-product-header__bbs-guide--dsp7 {
        display: block;
        position: absolute;
        bottom: -95px;
        right: 5.5%;
        max-width: 44%;
    }


    .p-product-pager--left,
    .p-product-pager--right {
        font-size: 16px;
    }
    .p-product-pager--left:before,
    .p-product-pager--right:after {
        height: 16px;
        width: 16px;
        padding: 3px;
        border: 1px solid #666666;
        border-radius: 12px;
    }
    .p-product-pager--left:before {
        margin-right: 8px;
    }
    .p-product-pager--right:after {
        margin-left: 8px;
    }

    
    .p-product-nav {
        font-size: 0;
    }
    .p-product-nav li {
        display: inline-block;
    }
    .p-product-nav li a {
        padding: 16px 32px;
        font-size: 16px;
        border-bottom-width: 0;
    }
    .p-product-nav li:first-child a {
        border-top-width: 0;
    }

    .p-product-detail h2 {
        margin-top: 0;
        font-size: 28px;
    }

    .p-product-detail .c-pic-left__figure,
    .p-product-detail .c-pic-right__figure {
        top: 50px;
    }
    .p-product-detail .c-pic-left,
    .p-product-detail .c-pic-right {
        min-height: 240px;
    }

    .p-product-main section {
        margin: 80px 0;
    }
    .p-product-main section:first-child {
        margin-top: 0;
    }
    .p-product-main section.with-margin:first-child {
        margin-top: 80px;
    }
    .p-product-main section:last-child {
        margin-bottom: 0;
    }
    .p-product-main h2 {
        margin-bottom: 14px;
        font-size: 28px;
    }
    .p-product-main .sp-full-width {
        margin-right: 0;
        margin-left: 0;
    }

    .p-product-main section.c-pic-full {
        padding-right: 0;
        padding-left: 0;
    }
    .p-product-main .c-pic-full h2 {
        text-align: center;
    }
    .p-product-main .c-pic-full p {
        margin-right: 5%;
        margin-left: 5%;
    }
    .p-product-main .c-pic-left__figure,
    .p-product-main .c-pic-right__figure {
        top: 50px;
        max-width: 40%;
    }
    .p-product-main .c-pic-left--large .c-pic-left__figure,
    .p-product-main .c-pic-right--large .c-pic-right__figure {
        top: 0;
        max-width: 54%;
    }
    .p-product-main .c-pic-left,
    .p-product-main .c-pic-right {
        min-height: 140px;
    }
    .p-product-main .c-pic-left--large,
    .p-product-main .c-pic-right--large {
        min-height: 400px;
    }
    .p-product-main .c-pic-left--large h2,
    .p-product-main .c-pic-right--large h2 {
        margin-top: 10px;
    }
    .p-product-main .c-pic-left__text {
        margin-left: 46.2963%;
    }
    .p-product-main .c-pic-right__text {
        margin-right: 46.2963%;
    }
    .p-product-main .c-pic-left--large .c-pic-left__text {
        margin-left: 62.963%;
    }
    .p-product-main .c-pic-right--large .c-pic-right__text {
        margin-right: 62.963%;
    }

    .p-product-features h2,
    .p-all-features h1,
    .p-supported-cameras h1,
    .p-beta-bbs h1 {
        padding-left: 52px;
        font-size: 24px;
    }
    .p-product-features h2:before,
    .p-all-features h1:before,
    .p-supported-cameras h1:before,
    .p-beta-bbs h1:before {
        height: 24px;
        width: 24px;
        font-size: 24px;
        margin-top: -20px;
        padding: 8px;
        border-radius: 20px;
    }
    .p-product-features h2 {
        margin: 0 5%;
    }
    .p-product-features h2:first-child {
        margin-top: 50px;
    }
    .p-all-features h1:first-child,
    .p-supported-cameras h1:first-child,
    .p-beta-bbs h1:first-child {
        margin-top: 0;
    }

    .p-product-features h3,
    .p-product-features--dsp9 h2,
    .p-product-features--dsp8 h2,
    .p-product-features--ds9 h2,
    .p-product-features--ds8 h2,
    .p-product-features--jp9 h2,
    .p-product-features--jp8 h2,
    .p-product-features--jp7 h2,
    .p-all-features h2,
    .p-supported-cameras h2,
    .p-beta-bbs h2 {
        position: relative;
        padding-left: 52px;
        font-size: 22px;
    }
    .p-product-features h3:before,
    .p-product-features--dsp9 h2:before,
    .p-product-features--dsp8 h2:before,
    .p-product-features--ds9 h2:before,
    .p-product-features--ds8 h2:before,
    .p-product-features--jp9 h2:before,
    .p-product-features--jp8 h2:before,
    .p-product-features--jp7 h2:before,
    .p-all-features h2:before,
    .p-supported-cameras h2:before,
    .p-beta-bbs h2:before {
        height: 24px;
        width: 24px;
        margin-top: -20px;
        padding: 5px;
        border-radius: 20px;
        border-width: 3px;
    }

    .p-product-features h4,
    .p-product-features--jp7 h3 {
        margin: 0 8.3334% 8px;
        font-size: 16px;
    }
    .p-product-features--dsp9 h3,
    .p-product-features--dsp8 h3,
    .p-product-features--ds9 h3,
    .p-product-features--ds8 h3,
    .p-product-features--jp9 h3,
    .p-product-features--jp8 h3 {
        margin: 0 0 16px;
        font-size: 16px;
    }
    .p-product-features h4:before,
    .p-product-features--dsp9 h3:before,
    .p-product-features--dsp8 h3:before,
    .p-product-features--ds9 h3:before,
    .p-product-features--ds8 h3:before,
    .p-product-features--jp9 h3:before,
    .p-product-features--jp8 h3:before,
    .p-product-features--jp7 h3:before {
        height: 16px;
        width: 16px;
        margin-right: 8px;
        padding: 4px;
        border-radius: 12px;
    }

    .p-product-features figure {
        margin-bottom: 20px;
    }
    .p-product-features--jp7 figure {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .p-product-features--dsp9 .sp-full-width,
    .p-product-features--dsp8 .sp-full-width,
    .p-product-features--ds9 .sp-full-width,
    .p-product-features--ds8 .sp-full-width,
    .p-product-features--jp9 .sp-full-width,
    .p-product-features--jp8 .sp-full-width {
        margin-right: 0;
        margin-left: 0;
    }

    .p-product-features__note {
        padding: 8px 0.75em;
        border-radius: 10px;
    }

    p.p-product-features__note,
    ul.p-product-features__note,
    dl.p-product-features__note {
        margin-right: 8.3334%;
        margin-left: 8.3334%;
    }

    ul.p-product-features__note li {
        margin-left: 1em;
    }

    .p-product-features__new-feature:after {
        vertical-align: 4px;
        font-size: 16px;
    }

    .p-product-features__multi-column--two .p-product-features__multi-column-cell {
        display: inline-block;
        width: 48.6112%;
        margin-left: 2.7778%;
        vertical-align: top;
    }
    .p-product-features__multi-column--two .p-product-features__multi-column-cell:nth-child(2n - 1) {
        margin-left: 0;
    }

    .function-table {
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 15px;
    }
    table.function-table {
        width: 930px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .function-table tbody {
        display: table-row-group;
    }
    .function-table tr {
        display: table-row;
    }
    .function-table td {
        display: table-cell;
        width: 270px;
        margin-bottom: 0;
        padding: 20px 0 20px 20px;
    }
    .function-table td h3,
    .function-table td ul {
        font-size: 16px;
    }
    .function-table td ul li small {
        font-size: 14px;
    }
    .function-table td ul li.new-function span {
        max-width: 192px;
    }

    .spec-table th,
    .spec-table td {
        font-size: 14px;
    }

    .p-camera-search {
        margin-bottom: 16px;
        font-size: 0;
    }
    .p-camera-search > h2 {
        display: inline-block;
        margin: 0;
    }
    .p-camera-search > div {
        display: inline-block;
        margin: 0 0 0 16px;
        font-size: 16px;
    }
    #select-maker {
        width: 208px;
    }
    #select-camera {
        width: 288px;
    }

    .p-camera-list-area {
        margin-right: 0;
        height: 500px;
        overflow-y: scroll;
        border: solid 1px #cccccc;
    }

    h3.p-maker-name {
        position: relative;
        margin: 0;
        padding: 12px 0 12px 50px;
        font-size: 18px;
        line-height: 1.2;
        color: #ffffff;
        background-color: #4d4d4d;
    }
    h3.p-maker-name:before {
        position: absolute;
        top: 50%;
        left: 10px;
        content: "\0020";
        display: block;
        height: 18px;
        width: 18px;
        margin-top: -15px;
        padding: 3px;
        border-radius: 15px;
        text-align: center;
        border: 3px solid #ffffff;
        cursor: default;
    }
    h3.p-maker-name.is-selected-maker {
        background-color: #d82020;
    }

    .p-camera-list {
        font-size: 0;
    }
    ul.p-camera-list {
        margin-bottom: 0;
        list-style: none;
    }
    .p-camera-list__item {
        display: inline-block;
        width: 18.4%;
        padding: 6px 0.8%;
        font-size: 14px;
        font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
        border-bottom: solid 1px #cccccc;
        transition: background-color ease 0.15s;
    }
    .p-camera-list__item--no-bb {
        border-bottom-width: 0;
    }
    .p-camera-list__item.is-selected-camera {
        background-color: #ffff80;
    }
    li.p-camera-list__item {
        margin-left: 0;
    }
    .p-camera-list__item.is-selected-camera .p-camera-list__name {
        font-weight: bold;
    }

    .p-beta-bbs__intro {
        width: 892px;
        padding: 24px 0;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        border: 4px solid #4d4d4d;
        border-radius: 40px;
    }
    p.p-beta-bbs__intro {
        margin-right: auto;
        margin-left: auto;
        line-height: 1;
    }
    .p-beta-bbs--dsp8 .p-beta-bbs__intro {
        color: #c4a02c;
    }
    .p-beta-bbs--dsp7 .p-beta-bbs__intro {
        color: #e7b130;
    }
    .p-beta-bbs__link {
        margin-bottom: 60px;
    }
    .p-beta-bbs__link img {
        vertical-align: middle;
    }
    .p-beta-bbs__link .c-btn {
        width: 50%;
        margin-left: 2.5%;
        padding: 46px 0;
        font-size: 18px;
        line-height: 1;
    }
}

/**
 * DOWNLOAD
 */

.p-download-notice {
    margin: 0 10px 10px;
    padding: 4px 6px;
    border: 3px double #d82020;
}
.p-download-notice h2 {
    margin: 0;
    font-size: 14px;
    color: #d82020;
}
.p-download-notice p {
    margin: 0;
    font-size: 13px;
}

.p-download-info {
    margin: 0 10px;
    text-align: center;
}
.p-download-info p {
    display: inline-block;
    margin: 0;
    padding: 0.5em 2em;
    font-weight: bold;
    color: #019644;
    border: 3px solid #019644;
}

#mobile-dl-info {
    display: none;
}
.p-mobile-dl-info {
    display: none;
    margin: 0 10px;
}

.p-mobile-dl-info ul {
    list-style: none;
}
.p-mobile-dl-info ul li {
    margin: 10px 0;
}
.p-mobile-dl-info ul li .c-btn {
    width: 90%;
    padding: 10px 5%;
}

.p-after-dl-banner {
    display: none;
}

.p-install-guide-menu {
    font-size: 0;
}
ul.p-install-guide-menu {
    list-style: none;
    margin-bottom: 0;
}
.p-install-guide-menu__item {
    display: inline-block;
    font-size: 12px;
}
li.p-install-guide-menu__item {
    margin-left: 12px;
}
li.p-install-guide-menu__item:first-child {
    margin-left: 0;
}
.p-install-guide-menu__item img {
    width: 18px;
    vertical-align: middle;
}
.p-install-guide-menu__item span {
    margin-left: 0.25em;
}

@media screen and (min-width: 600px) {
    .p-download-notice {
        width: 764px;
        margin: 20px auto;
        padding: 7px 14px;
        border-width: 4px;
    }
    .p-download-notice h2 {
        font-size: 16px;
    }
    .p-download-notice p {
        font-size: 14px;
    }

    .p-download-form {
        width: 800px;
        margin: 0 auto;
    }
    section.p-download-form {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .p-download-form__note {
        font-size: 16px;
    }
    p.p-download-form__note {
        margin: 20px 0;
    }
    .p-download-form__text {
        text-align: center;
    }
    dl.p-download-form__text {
        margin: 0;
        font-size: 0;
    }
    .p-download-form__text dt {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        margin-bottom: 20px;
        padding: 7px 0;
        font-size: 18px;
        font-weight: normal;
    }
    .p-download-form__text dd {
        display: inline-block;
        width: 580px;
        margin: 0 0 20px 20px;
        text-align: left;
    }
    .p-download-form__text input[type="text"] {
        width: 540px;
        padding: 7px;
        font-size: 18px;
    }
    .p-download-form__text input[name="EMAIL"] {
        ime-mode: disabled;
        font-size: 22px;
    }
    .p-download-form__text #select-maker,
    .p-download-form__text #select-camera {
        width: 556px;
        margin-bottom: 10px;
        padding: 7px;
        font-size: 18px;
    }
    .p-download-form__mailmagazine {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #ededed;
        font-size: 0;
        text-align: center;
    }
    .p-download-form__mailmagazine > input[type="checkbox"] {
        display: none;
        -webkit-appearance: none;
    }
    .p-download-form__mailmagazine > input[type="checkbox"]+label:before{
        display: inline-block;
        content: "";
        vertical-align: top;
        background-color: #ffffff;
        border: 2px solid #019644;
        width: 32px;
        height: 32px;
        margin: 8px 0 0 -36px;
        padding: 2px;
        font-size: 32px;
        line-height: 1.0;
    }
    .p-download-form__mailmagazine > input[type="checkbox"]:checked+label:before{
        content: "\2714";
        color: #019644;
    }
    .p-download-form__mailmagazine > input[type="checkbox"]:hover+label:before{
        color: #02b050;
        border-color: #02b050;
    }
    .p-download-form__mailmagazine > p {
        display: inline-block;
        margin: 0 0 0 20px;
        font-size: 18px;
        text-align: left;
    }
    .p-download-form__button {
        width: 375px;
    }
    li.p-download-form__button {
        margin-left: 0;
        list-style: none;
    }
    .p-download-form__button .c-btn {
        width: 100%;
    }
    .p-download-form__button button.c-btn {
        margin-bottom: 8px;
        padding: 15px 0;
        font-size: 24px;
        border-width: 0;
        border-radius: 0;
    }
    .p-download-form__button .c-btn span {
        margin-left: 18px;
        vertical-align: middle;
    }
    .p-download-form__previous .c-btn {
        width: 100%;
        padding: 15px 0;
    }

    .p-mobile-dl-info {
        width: 680px;
        margin: 0 auto;
    }

    .p-after-dl-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        min-width: 1024px;
        padding: 20px 0;
        text-align: center;
        background-color: #1a1a1a;
        background-color: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s ease, opacity 0.25s ease;
    }
    .p-after-dl-banner.shown {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.5s ease 1s, opacity 0.5s ease 1s;
    }
    .p-after-dl-banner.hidden {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s ease, opacity 0.25s ease;
    }
    .p-after-dl-banner a img {
        vertical-align: top;
    }
    .p-after-dl-banner .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 1em;
        height: 1em;
        padding: 0.5em;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 4px;
        text-align: center;
        line-height: 1;
        cursor: pointer;
    }

    .p-install-guide-menu__item {
        font-size: 20px;
    }
    li.p-install-guide-menu__item {
        margin-left: 40px;
    }
    .p-install-guide-menu__item img {
        width: auto;
    }
    .p-install-guide-menu__item span {
        margin-left: 0.5em;
    }

    .p-install-step .c-pic-left {
        min-height: 275px;
    }
    .p-install-step .c-pic-left__figure {
        width: 42.5%;
    }
}

/**
 * SHOPPING
 */

#s {
    width: 90%;
    font-size: 16px;
    ime-mode: disabled;
}
.p-check-serial {
    min-height: 360px;
    margin-bottom: 20px;
}
.p-check-serial .c-btn {
    width: 80%;
    padding: 12px 0;
    font-size: 16px;
    border-width: 0;
    border-radius: 0;
}
#message-area {
    margin-top: 20px;
}
#message-area.is-error {
    color: #ff0000;
}
#loader-area {
    display: none;
}
#purchase-info-area {
    display: none;
    width: 80%;
    max-width: 698px;
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #bdbdbd;
}
.p-purchase-product-name {
    padding-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
}
.p-purchase-price {
    font-size: 2em;
}
#cart-form-area {
    display: none;
    margin-bottom: 10px;
}
#reinput-area {
    display: none;
}

.p-bundle-shopping-info table {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 10px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #cccccc;
    text-align: center
}
.p-bundle-shopping-info table th {
    background-color: #f0f0f0;
}
.p-bundle-shopping-info table th,
.p-bundle-shopping-info table td {
    padding: 0.125em 0.5em;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}
.p-bundle-shopping-info__price {
    white-space: nowrap;
}
.p-bundle-shopping-info p {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 24px;
    font-size: smaller;
}
.p-bundle-select-intro {
    display: inline-block;
    text-align: left;
}
.p-bundle-list {
    width: 90%;
    max-width: 640px;
}
ul.p-bundle-list {
    margin: 0 auto;
    font-size: 0;
    border-bottom: solid 1px #dcdcdc;
    list-style: none;
}
.p-bundle-list__item {
    position: relative;
    padding: 14px 74px 14px 14px;
    font-size: 14px;
    text-align: center;
    border-top: solid 1px #dcdcdc;
    background-color: #ffffff;
    transition: all ease 0.15s;
    cursor: pointer;
    line-height: 1.5;
}
li.p-bundle-list__item {
    margin-left: 0;
}
.p-bundle-list__item:hover {
    background-color: #f0fff4;
    color: #02b050;
}
.p-bundle-list__item:after {
    content: "\0025b2";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    background-color: #019644;
    color: #ffffff;
    border-radius: 20px;
    transition: background-color ease 0.15s;
}
.p-bundle-list__item:hover:after {
    background-color: #02b050;
}

@media screen and (min-width: 600px) {
    .p-shopping-notice {
        width: 764px;
        margin: 20px auto;
        padding: 7px 14px;
        border: 4px double #d82020;
    }
    .p-shopping-notice h2 {
        margin: 0;
        font-size: 16px;
        color: #d82020;
    }
    .p-shopping-notice p {
        margin: 0;
        font-size: 14px;
    }

    .p-toggle-btn {
        cursor: pointer;
    }
    .p-toggle-btn:before {
        content: "\00ff0b";
        margin-right: 6px;
        padding: 0 4px;
        border: 1px solid #d82020;
        border-radius: 4px;
        font-weight: normal;
    }
    .p-toggle-btn--opened:before {
        content: "\00ff0d";
    }
    .p-shopping-notice h2.p-toggle-btn {
        margin: 4px 0;
    }

    .p-about-shopping {
        font-size: 14px;
    }
    h2.p-about-shopping__heading {
        margin: 0 0.5em 10px;
        border-bottom: 1px solid #ededed;
        font-size: 20px;
    }
    h3.p-about-shopping__subheading {
        margin: 0 0.5em 10px;
        border-bottom: 1px solid #ededed;
        font-size: 20px;
    }

    .p-shopping {
        width: 800px;
        margin: 0 auto;
        font-size: 14px;
    }
    .p-shopping__heading {
        padding: 10px 0;
        background-color: #4d4d4d;
        color: #ffffff;
        font-weight: normal;
    }
    h2.p-shopping__heading {
        font-size: 20px;
        margin: 50px 0 5px;
    }
    table.p-item-table {
        margin-bottom: 5px;
    }
    .p-item-table th,
    .p-item-table td {
        padding: 10px 0;
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
        vertical-align: middle;
    }
    .p-item-cell--price-type { width: 200px; }
    .p-item-cell--os { width: 180px; }
    .p-item-cell--software-type { width: 150px; }
    .p-item-cell--price { width: 110px; }
    .p-item-cell--buy { width: 160px; }
    .p-item-cell--buy .c-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 18px;
        line-height: 1;
        border-width: 0;
        border-radius: 0;
        vertical-align: middle;
    }
    .p-item-target {
        margin-bottom: 10px;
        padding: 12px 0;
        border-bottom: 1px solid #ededed;
    }
    .p-item-target ul {
        margin-bottom: 0;
    }

    #s {
        width: 400px;
    }
    .p-check-serial .c-btn {
        width: 480px;
    }

    .p-bundle-shopping-info table th,
    .p-bundle-shopping-info table td {
        font-size: 16px;
    }
    .p-bundle-shopping-info p {
        margin-bottom: 50px;
        text-align: right;
    }
    .p-bundle-list__item {
        padding: 16px 60px;
        text-align: center;
        font-size: 16px;
    }
}


/**
 * COMMUNITY
 */

ul.p-community-page-list {
    margin-bottom: 0;
    list-style: none;
}
.p-community-page-list li {
    margin-top: 10px;
    margin-left: 0;
}
.p-community-page-list li:first-child {
    margin-top: 0;
}
.p-community-page-list li a {
    text-decoration: none;
    font-size: 16px;
}
.p-community-page-list li a:before,
.p-community-page h1 a:before {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    padding: 4px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #019644;
    color: #ffffff;
}
.p-community-page-list li a:before {
    content: "\0025b2";
}
.p-community-page-list li a:hover:before,
.p-community-page h1 a:hover:before {
    background-color: #02b050;
}

ul.p-top-menu.p-top-menu--community {
    margin-right: -10px;
    margin-left: -10px;
}

.p-community-footer-menu {
    font-size: 0;
}
ul.p-community-footer-menu {
    list-style: none;
    margin-bottom: 0;
}
.p-community-footer-menu__item {
    display: inline-block;
    width: 48%;
}
li.p-community-footer-menu__item {
    margin: 5px 1%;
}
.p-community-footer-menu__item a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.p-community-footer-menu__item a:hover {
    opacity: 0.85;
}


.p-community-page h1 {
    font-size: 20px;
    font-weight: normal;
}
.p-community-page h1.align-top-nav {
    margin-top: 34px;
}
.p-community-page h1 a:before {
    content: "\0025bc";
}
.p-community-page h1 a {
    text-decoration: none;
}
.p-community-page h1 a,
.p-community-page h1 a:link,
.p-community-page h1 a:visited,
.p-community-page h1 a:hover,
.p-community-page h1 a:active {
    color: #484848;
}
.p-community-page h2 {
    font-size: 16px;
    color: #019644;
}
.p-community-page h2 img {
    vertical-align: middle;
    height: 24px;
}
.p-community-page h2.mark-circle {
    position: relative;
    padding-left: 30px;
}
.p-community-page h2.mark-circle:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "\0020";
    display: block;
    height: 12px;
    width: 12px;
    margin-top: -12px;
    padding: 4px;
    border-radius: 12px;
    text-align: center;
    background-color: #ffffff;
    color: #ffffff;
    border: 2px solid #019644;
    cursor: default;
}
.p-community-page h3 {
    font-size: 14px;
}
.p-community-page h3.mark-square {
    border-left: 8px solid #019644;
    padding-left: 8px;
}
.p-community-page ul {
    list-style: circle;
}

.p-community-page-nav--top {
    padding: 20px 10px 0;
}
.p-community-page-nav--bottom {
    padding: 0 10px 20px;
}

.p-color-separation-block h3 {
    font-size: 16px;
}
.p-color-separation-block dl {
    font-size: 14px;
}
.p-color-separation-block dl dt.original {
    margin-bottom: 30px;
}
.p-color-separation-block dl dd {
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: 60px;
}

.p-spatial-frequency-wrapper {
    font-size: 0;
}
.p-spatial-frequency-block {
    font-size: 14px;
    text-align: left;
}
.p-spatial-frequency-block figcaption {
    margin-top: 8px;
    line-height: 1.4;
}

ul.p-left-align-list > li {
    margin-left: 0;
    list-style: none;
}
ul.p-left-align-list--dot > li:before {
    content: "\0030fb";
}

@media screen and (min-width: 600px) {
    /* INDEX */
    .p-community-page-list li {
        margin-top: 20px;
    }
    .p-community-page-list li a {
        font-size: 24px;
    }
    .p-community-page-list li a:before,
    .p-community-page h1 a:before {
        height: 24px;
        width: 24px;
        margin-right: 12px;
        padding: 8px;
        border-radius: 20px;
        font-size: 24px;
        line-height: 24px;
    }

    ul.p-top-menu.p-top-menu--community {
        margin-right: 0;
        margin-left: 0;
    }

    .p-community-footer-menu {
        width: 804px;
    }
    ul.p-community-footer-menu {
        margin: 0 auto;
    }
    .p-community-footer-menu__item {
        width: 248px;
    }
    li.p-community-footer-menu__item {
        margin: 0 0 30px 30px;
    }
    li.p-community-footer-menu__item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .p-community-page-nav--top {
        padding: 50px 5% 0;
    }
    .p-community-page-nav--bottom {
        padding: 0 5% 50px;
    }

    .wrapper .p-community-page section {
        padding: 15px 5%;
    }

    .p-community-page h1 {
        font-size: 24px;
    }
    .p-community-page h1.align-top-nav {
        margin-top: 5px;
    }
    .p-community-page h2 {
        font-size: 20px;
    }
    .p-community-page h2 img {
        height: auto;
    }
    .p-community-page h2.mark-circle {
        padding-left: 52px;
    }
    .p-community-page h2.mark-circle:before {
        height: 24px;
        width: 24px;
        margin-top: -20px;
        padding: 5px;
        border-width: 3px;
        border-radius: 20px;
    }
    .p-community-page h3 {
        font-size: 20px;
    }
    .p-community-page h3.mark-square {
        border-left-width: 10px;
        padding-left: 10px;
    }

    .p-color-separation-wrapper {
        font-size: 0;
    }
    .p-color-separation-block {
        display: inline-block;
        width: 30%;
        max-width: 300px;
        margin-left: 3%;
        vertical-align: top;
    }
    .p-color-separation-block:first-child {
        margin-left: 0;
    }
    .p-color-separation-block dl {
        margin: 0;
    }

    .p-spatial-frequency-block {
        width: 400px;
        display: inline-block;
        margin-top: 10px;
        vertical-align: bottom;
    }
    .p-spatial-frequency-block--02 {
        width: 443px;
        margin-left: 7px;
    }
    .p-spatial-frequency-block--02 figcaption {
        margin-left: 43px;
    }
    .p-spatial-frequency-block--04 {
        margin-left: 50px;
    }
}


/**
 * SEMINAR/EVENT
 */
.seminar-event-info h2 {
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    background-color: #fafafa;
    border-bottom: 4px solid #ebebeb;
}

.seminar-event-info table {
    border-bottom-width: 0;
    line-height: 1.5;
}

.seminar-event-info table thead {
    display: none;
}

.seminar-event-info table tbody tr,
.seminar-event-info table tbody td {
    display: block;
}
.seminar-event-info table tbody tr {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}
.seminar-event-info table tbody tr:first-child {
    padding-top: 0;
    border-top-width: 0;
}
.seminar-event-info table tbody td {
    padding: 0;
    border-top-width: 0;
    font-size: 13px;
}
.seminar-event-info table tbody td.cell-date .message-end,
.seminar-event-info table tbody td.cell-date .message-private {
    display: inline-block;
    margin: 0 0 0.5em 0.5em;
    color: #ffffff;
    border-radius: 4px;
}
.seminar-event-info table tbody td.cell-date .message-end {
    padding: 0.25em 1em;
    background-color: #999999;
}
.seminar-event-info table tbody td.cell-date .message-private {
    padding: 0.25em 0.5em;
    background-color: #d82020;
}
.seminar-event-info table tbody td.cell-content .item-title {
    margin-bottom: 0.5em;
    font-size: 16px;
    font-weight: bold;
}
.seminar-event-info table tbody td.cell-price,
.seminar-event-info table tbody td.cell-place {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.seminar-event-info table tbody td.cell-price:before {
    /* content: "受講料: "; */
    content: "\0053d7\008b1b\006599\003a\0020";
}
.seminar-event-info table tbody td.cell-place:before {
    /* content: "会場: "; */
    content: "\004f1a\005834\003a\0020";
}
.seminar-event-info table tbody td.cell-detail .c-btn {
    width: 100%;
    padding: 10px 0;
}
.seminar-event-info table tbody td.cell-detail img {
    width: 44px;
    min-width: 44px;
    vertical-align: middle;
}
.seminar-event-info table tbody td.cell-date br,
.seminar-event-info table tbody td.cell-price br {
    display: none;
}

.seminar-event-info aside {
    margin-top: 4em;
}

.seminar-event-download-area {
    display: none;
}

@media screen and (min-width: 600px) {
    .seminar-event-info table thead {
        display: table-header-group;
    }

    .seminar-event-info table thead th {
        border: 1px solid #cccccc;
        color: #666666;
        background-color: #ededed;
        padding: 4px 8px;
        text-align: center;
        font-size: 14px;
        white-space: nowrap;
    }

    .seminar-event-info table tbody tr {
        display: table-row;
        border-top-width: 0;
    }
    .seminar-event-info table tbody td {
        display: table-cell;
        border: 1px solid #cccccc;
        color: #484848;
        background-color: #ffffff;
        padding: 6px 10px;
        font-size: 14px;
    }
    .seminar-event-info table tbody td.cell-date .message-end,
    .seminar-event-info table tbody td.cell-date .message-private {
        margin: 4px 0;
    }
    .seminar-event-info table tbody td.cell-content .item-title {
        margin-bottom: 0.75em;
        border-bottom: 1px solid #dedede;
    }
    .seminar-event-info table tbody td.cell-date,
    .seminar-event-info table tbody td.cell-price,
    .seminar-event-info table tbody td.cell-place,
    .seminar-event-info table tbody td.cell-detail {
        white-space: nowrap;
        text-align: center;
    }
    .seminar-event-info table tbody td.cell-price,
    .seminar-event-info table tbody td.cell-place {
        margin-top: 0;
        margin-bottom: 0;
    }
    .seminar-event-info table tbody td.cell-price:before,
    .seminar-event-info table tbody td.cell-place:before {
        content: none;
    }
    .seminar-event-info table tbody td.cell-detail .c-btn {
        width: auto;
        padding: 0.5em 1em;
    }
    .seminar-event-info table tbody td.cell-date br,
    .seminar-event-info table tbody td.cell-price br {
        display: inline;
    }

    .seminar-event-download-area {
        display: block;
    }
}


/**
 * ARCHIVE (HOW TO, NEWS)
 */

.archive-header {
    margin-bottom: 36px;
    padding-bottom: 0;
    border-bottom-width: 0;
}
.archive-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}
@media screen and (min-width: 600px) {
    .archive-title {
        font-size: 24px;
    }
}


/**
 * HOW TO
 */

.how-to-archive-subheader {
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    background-color: #fafafa;
    border-bottom: 4px solid #ebebeb;
    font-size: 18px;
}

ul.p-how-to-archive-list,
ul.p-how-to-recent-list,
ul.p-how-to-movie-list {
    margin-bottom: 20px;
    font-size: 0;
    list-style: none;
}
ul.p-how-to-archive-list li a,
ul.p-how-to-recent-list li a,
ul.p-how-to-movie-list li a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #4d4d4d;
    border-bottom: 1px solid #e5e5e5;
}
ul.p-how-to-archive-list li a:hover,
ul.p-how-to-recent-list li a:hover,
ul.p-how-to-movie-list li a:hover {
    background-color: #f5f5f5;
}
ul.p-how-to-recent-list li:last-child a,
ul.p-how-to-movie-list li:last-child a {
    border-bottom-width: 0;
}
ul.p-how-to-archive-list .how-to-thumb,
ul.p-how-to-recent-list .how-to-thumb,
ul.p-how-to-movie-list .how-to-thumb {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #808080;
    background-position: 50% 50%;
    background-size: cover;
}
ul.p-how-to-archive-list .how-to-thumb,
ul.p-how-to-recent-list .how-to-thumb {
    width: 105px;
    height: 105px;
}
ul.p-how-to-movie-list .how-to-thumb {
    width: 160px;
    height: 90px;
    box-shadow: 0 0 2px #cccccc;
}
ul.p-how-to-archive-list .no-thumb,
ul.p-how-to-recent-list .no-thumb {
    background-color: #445566;
    transition: background-color 0.2s ease;
}
ul.p-how-to-archive-list a:hover .no-thumb,
ul.p-how-to-recent-list a:hover .no-thumb {
    background-color: #223344;
}
ul.p-how-to-movie-list .how-to-thumb .how-to-time {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 0.75em;
    color: #ffffff;
    background: #333333;
    background: rgba(51, 51, 51, 0.9);
    font-size: 12px;
}
ul.p-how-to-archive-list .how-to-content-wrap,
ul.p-how-to-recent-list .how-to-content-wrap {
    min-height: 105px;
    margin-left: 115px;
}
ul.p-how-to-movie-list .how-to-content-wrap {
    min-height: 95px;
    margin-left: 170px;
}
ul.p-how-to-archive-list .how-to-content-wrap .how-to-cat,
ul.p-how-to-recent-list .how-to-content-wrap .how-to-cat {
    display: inline-block;
    margin-bottom: 4px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
    background: #333333;
    background: rgba(51, 51, 51, 0.9);
    color: #ffffff;
    text-align: right;
    border-radius: 2px;
}
ul.p-how-to-archive-list--movie .how-to-content-wrap .how-to-cat {
    margin-bottom: 8px;
}
ul.p-how-to-archive-list .how-to-content-wrap .how-to-tag,
ul.p-how-to-recent-list .how-to-content-wrap .how-to-tag {
    display: inline-block;
    margin-bottom: 4px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.75);
    color: #333333;
    text-align: right;
}
ul.p-how-to-recent-list .how-to-date {
    margin-bottom: 6px;
    font-size: 13px;
    color: #666666;
}
ul.p-how-to-archive-list .how-to-content-wrap .how-to-title,
ul.p-how-to-recent-list .how-to-content-wrap .how-to-title,
ul.p-how-to-movie-list .how-to-content-wrap .how-to-title {
    margin-bottom: 5px;
}
ul.p-how-to-archive-list .how-to-content-wrap .how-to-title span,
ul.p-how-to-recent-list .how-to-content-wrap .how-to-title span,
ul.p-how-to-movie-list .how-to-content-wrap .how-to-title span {
    font-size: 15px;
    font-weight: bold;
}
ul.p-how-to-archive-list .how-to-content-wrap .how-to-content,
ul.p-how-to-recent-list .how-to-content-wrap .how-to-content,
ul.p-how-to-movie-list .how-to-content-wrap .how-to-content {
    font-size: 13px;
}
ul.p-how-to-movie-list .how-to-content-wrap .how-to-content .c-btn {
    margin-top: 10px;
}

ul.p-how-to-category-list {
    margin-top: 20px;
    font-size: 0;
}
ul.p-how-to-category-list li {
    margin: 0 0 40px;
    text-align: center;
}
ul.p-how-to-category-list li a.how-to-category-name {
    display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
}
ul.p-how-to-category-list li a.how-to-category-name img {
    vertical-align: middle;
    width: 36px;
    padding: 12px;
    border-radius: 50%;
    background-color: #4d4d4d;
    transition: background-color 0.15s ease;
}
ul.p-how-to-category-list li a.how-to-category-name:hover img {
    background-color: #02b050;
}
ul.p-how-to-category-list li a.how-to-category-name h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 16px;
}
ul.p-how-to-category-list li p {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
}
ul.p-how-to-category-list li a.c-btn {
    margin-top: 14px;
    padding: 0.75em 1.25em;
    font-size: 14px;
    color: #ffffff;
}

ul.p-how-to-pickup-list {
    margin: 0 10px;
    list-style: none;
}
ul.p-how-to-pickup-list li {
    max-width: 480px;
    margin: 0 auto 20px;
}
ul.p-how-to-pickup-list li a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 4px #999999;
    text-decoration: none;
}
ul.p-how-to-pickup-list li a .how-to-thumb {
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-position: center;
    background-size: cover;
}
ul.p-how-to-pickup-list li a .how-to-title {
    padding: 0.75em;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    transition: background-color 0.15s ease;
}
ul.p-how-to-pickup-list li a .how-to-title span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    text-align: left;
}
ul.p-how-to-pickup-list li a .how-to-title span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-radius: 9px;
    background-color: #ffffff;
}
ul.p-how-to-pickup-list li a .how-to-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333333;
    transition: border-left-color 0.15s ease;
}
ul.p-how-to-pickup-list li a:hover .how-to-title {
    background-color: #02b050;
}
ul.p-how-to-pickup-list li a:hover .how-to-title span:after {
    border-left-color: #02b050;
}
ul.p-how-to-pickup-list li.coming-soon {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #a6a6a6;
    color: #ffffff;
    border-radius: 10px;
}
ul.p-how-to-pickup-list li.coming-soon .text-box {
    padding: 40px 60px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
}
ul.p-how-to-pickup-list li.coming-soon .text-box .text-ja {
    font-size: 24px;
}
ul.p-how-to-pickup-list li.coming-soon .text-box .text-en {
    font-size: 16px;
}

.p-how-to-metas {
    margin-bottom: 4px;
}
.p-how-to-metas__category,
.p-how-to-metas__tag {
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 4px;
}
.p-how-to-metas__category {
    padding: 6px 12px;
    background-color: #4d4d4d;
    color: #ffffff;
}
.p-how-to-metas__tag {
    padding: 5px 11px;
    border: 1px solid #4d4d4d;
}

@media screen and (min-width: 600px) {
    .how-to-archive-subheader {
        font-size: 20px;
    }

    ul.p-how-to-archive-list {
        margin-bottom: 40px;
    }
    ul.p-how-to-archive-list li {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        width: -webkit-calc(33.3334% - 2px);
        width: calc(33.3334% - 2px);
        margin-bottom: 3px;
        margin-left: 3px;
        overflow: hidden;
    }
    ul.p-how-to-archive-list li:nth-child(3n + 1) {
        margin-left: 0;
    }
    ul.p-how-to-archive-list li a {
        height: 240px;
        padding: 0;
        background-color: #000000;
        border-bottom-width: 0;
    }
    ul.p-how-to-archive-list li a:hover {
        background-color: #000000;
    }
    ul.p-how-to-archive-list .how-to-thumb {
        top: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.2s linear, opacity 0.2s ease;
    }
    ul.p-how-to-archive-list a:hover .how-to-thumb {
        transform: scale(1.0625);
        opacity: 0.5;
    }
    ul.p-how-to-archive-list--movie .how-to-thumb {
        background-color: #000000;
        background-size: contain;
        background-repeat: no-repeat;
    }
    ul.p-how-to-archive-list .how-to-content-wrap {
        min-height: none;
        margin-left: 0;
    }
    ul.p-how-to-archive-list .how-to-content-wrap .how-to-cat {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        padding: 9px 14px;
        font-size: 14px;
        border-radius: 0;
    }
    ul.p-how-to-archive-list--movie .how-to-content-wrap .how-to-cat {
        margin-bottom: 0;
    }
    ul.p-how-to-archive-list .how-to-content-wrap .how-to-tag {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        padding: 9px 14px;
        font-size: 14px;
    }
    ul.p-how-to-archive-list .how-to-content-wrap .how-to-title {
        position: absolute;
        top: 0;
        left: 0;
        display: table;
        height: 100%;
        margin-bottom: 0;
        transition: height 0.3s ease;
    }
    ul.p-how-to-archive-list a:hover .how-to-content-wrap .how-to-title {
        height: 50%;
    }
    ul.p-how-to-archive-list .how-to-content-wrap .how-to-title span {
        display: table-cell;
        padding: 0 18px; 
        color: #ffffff;
        text-shadow: 0 1px 2px #1a1a1a;
        font-size: 18px;
        vertical-align: middle;
    }
    ul.p-how-to-archive-list .how-to-content-wrap .how-to-content {
        position: absolute;
        bottom: 0;
        display: block;
        min-height: 6em;
        padding: 10px 18px; 
        font-size: 14px;
        line-height: 1.5;
        color: #ffffff;
        opacity: 0;
        transition: bottom 0.3s ease, opacity 0.3s ease;
    }
    ul.p-how-to-archive-list a:hover .how-to-content-wrap .how-to-content {
        bottom: 32px;
        opacity: 1;
    }

    ul.p-how-to-recent-list {
        margin-bottom: 40px;
    }
    ul.p-how-to-recent-list li a,
    ul.p-how-to-movie-list li a {
        padding: 15px;
        transition: background-color 0.15s ease;
    }
    ul.p-how-to-recent-list li a {
        border-bottom-width: 0;
    }
    ul.p-how-to-recent-list .how-to-date {
        display: inline-block;
        margin-left: 8px;
        margin-bottom: 0;
    }
    ul.p-how-to-recent-list .how-to-thumb,
    ul.p-how-to-movie-list .how-to-thumb {
        left: 15px;
        width: 240px;
    }
    ul.p-how-to-recent-list .how-to-thumb {
        height: 160px;
    }
    ul.p-how-to-movie-list .how-to-thumb {
        height: 135px;
    }
    ul.p-how-to-recent-list .how-to-content-wrap,
    ul.p-how-to-movie-list .how-to-content-wrap {
        margin-left: 260px;
    }
    ul.p-how-to-recent-list .how-to-content-wrap {
        min-height: 160px;
    }
    ul.p-how-to-movie-list .how-to-content-wrap {
        min-height: 135px;
    }
    ul.p-how-to-recent-list .how-to-content-wrap .how-to-cat,
    ul.p-how-to-recent-list .how-to-content-wrap .how-to-tag {
        margin-bottom: 8px;
    }
    ul.p-how-to-recent-list .how-to-content-wrap .how-to-title {
        padding-top: 8px;
        border-top: 1px solid #e5e5e5;
    }
    ul.p-how-to-recent-list .how-to-content-wrap .how-to-title span,
    ul.p-how-to-movie-list .how-to-content-wrap .how-to-title span {
        font-size: 20px;
    }
    ul.p-how-to-recent-list .how-to-content-wrap .how-to-content,
    ul.p-how-to-movie-list .how-to-content-wrap .how-to-content {
        font-size: 14px;
    }

    ul.p-how-to-category-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    ul.p-how-to-category-list li {
        width: 30%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 2%;
        padding: 0 1%;
    }
    ul.p-how-to-category-list li:nth-child(3n + 1) {
        margin-left: 0;
    }
    ul.p-how-to-category-list li a.how-to-category-name {
        position: relative;
        display: block;
        text-align: left;
    }
    ul.p-how-to-category-list li a.how-to-category-name img {
        width: 40px;
        padding: 15px;
    }
    ul.p-how-to-category-list li a.how-to-category-name h3 {
        font-size: 22px;
    }
    ul.p-how-to-category-list li a.how-to-category-name::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 20px;
        height: 20px;
        margin-top: -4px;
        border-top: 4px solid #e2e2e2;
        border-right: 4px solid #e2e2e2;
        border-radius: 4px;
        transform: rotate(45deg) translateY(-50%);
        transition: border-color 0.15s ease;
    }
    ul.p-how-to-category-list li a.how-to-category-name:hover::after {
        border-color: #b2b2b2;
    }
    ul.p-how-to-category-list li p {
        margin-top: 14px;
        font-size: 14px;
    }
    ul.p-how-to-category-list li a.c-btn {
        display: none;
    }

    ul.p-how-to-pickup-list {
        display: flex;
        justify-content: space-between;
        margin: 0 15px 40px;
    }
    ul.p-how-to-pickup-list li {
        flex: 0 0 46.2858%;
        margin: 0;
    }
    ul.p-how-to-pickup-list li a .how-to-title.how-to-title--one-line {
        padding-top: 1.4375em;
        padding-bottom: 1.4375em;
    }
    ul.p-how-to-pickup-list li.coming-soon {
        display: flex;
        padding: 0;
    }
    ul.p-how-to-pickup-list li.coming-soon .text-box .text-ja {
        font-size: 30px;
    }
    ul.p-how-to-pickup-list li.coming-soon .text-box .text-en {
        font-size: 20px;
    }
}


/**
 * NEWS
 */

.p-news-materials {
    display: none;
}

.p-news-arivice-heading {
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #666666;
    border-bottom: 2px solid #dcdcdc;
}

.p-news-arivice-list {
    margin-bottom: 30px;
}
.p-news-arivice-list a {
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    transition: background-color 0.15s ease;
}
.p-news-arivice-list a:hover {
    background-color: #f7f7f7;
}
.p-news-arivice-list time {
    display: block;
    color: #484848;
}
.p-news-arivice-list span {
    display: block;
    margin-top: 4px;
}
.p-news-arivice-list a:hover span {
    color: #21759b;
    text-decoration: underline;
}

.post.category-news h1 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.post.category-news .entry-header {
    padding-bottom: 10px;
    border-bottom: 5px solid #ededed;
}
.post.category-news h2 {
    border-bottom: 1px solid #cbcbcb;
    font-size: 16px;
    font-weight: normal;
}
.post.category-news h2:before {
    content: "\0025a0";
    margin-right: 4px;
    color: #cbcbcb;
}
.post.category-news h3 {
    margin-bottom: 8px;
    padding-left: 7px;
    font-size: 14px;
    border-left: 7px double #dcdcdc;
}
.post.category-news h4 {
    margin-bottom: 14px;
    font-size: 14px;
    border-bottom: 1px dashed #cbcbcb;
}

.post.category-news table th {
    border: 1px solid #cbcbcb;
    color: #666666;
    background-color: #ededed;
    padding: 4px 8px;
    text-transform: none;
}
.post.category-news table td {
    border: 1px solid #cbcbcb;
    color: #484848;
    background-color: #ffffff;
    padding: 4px 8px;
}
.post.category-news table td.u-cell-nowrap {
    white-space: nowrap;
}
.post.category-news table td > ul {
    margin-bottom: 0;
}
.post.category-news table td > ul > li {
    margin-left: 1.5em;
}
.post.category-news table td > dl {
    margin: 0;
}
.post.category-news table td > dl:last-child > dd:last-child {
    margin-bottom: 0;
}

.post.category-news table.functions-table {
    display: block;
    border-bottom-width: 0;
}
.post.category-news table.functions-table tbody {
    display: block;
}
.post.category-news table.functions-table tr {
    display: block;
}
.post.category-news table.functions-table td {
    display: block;
    margin-bottom: 10px;
}
.post.category-news table.functions-table td h3 {
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 0;
    border-left-width: 0;
}
.post.category-news table.functions-table td ul li.new-function:before {
    content: "[NEW]";
    display: inline-block;
    margin-right: 4px;
    color: #ff0000;
    font-weight: bold;
}

.post.category-news a:visited {
	color: #21759b;
}
.post.category-news a:visited:hover {
	color: #0f3647;
}
.post.category-news a[target="_blank"]:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/files/images/icon-external-link.png") no-repeat;
    background-size: contain;
    margin-left: 6px;
}

.post.category-news .c-border-box {
    border: 1px solid #cbcbcb;
    padding: 4px 8px;
}

.post.category-news ol.notes-list {
    list-style: none;
    counter-reset: note-counter;
}
.post.category-news ol.notes-list li {
    position: relative;
    margin-left: 0;
    padding-left: 2.5em;
}
.post.category-news ol.notes-list li::before {
    counter-increment: note-counter;
    content: "\00203b" counter(note-counter) ".";
    position: absolute;
    left: 0;
}

@media screen and (min-width: 600px) {
    .p-news-archive-title {
        float: left;
        line-height: 1;
    }
    .p-news-materials {
        float: right;
        display: block;
        line-height: 1;
    }
    .p-news-materials a {
        padding: 8px 16px;
        color: #019644;
        border: 1px solid #019644;
        text-decoration: none;
    }
    .p-news-materials a:hover {
        color: #02b050;
        border-color: #02b050;
    }

    .p-news-arivice-heading {
        padding-bottom: 4px;
        font-size: 28px;
    }

    .p-news-arivice-list li {
        display: table;
        width: 100%;
    }
    .p-news-arivice-list a {
        display: table-row;
    }
    .p-news-arivice-list time {
        display: table-cell;
        width: 10em;
        padding: 18px 0 18px 10px;
        vertical-align: top;
        font-size: 14px;
        border-bottom: 1px solid #ebebeb;
    }
    .p-news-arivice-list span {
        display: table-cell;
        padding: 18px 10px 18px 0;
        vertical-align: top;
        font-size: 14px;
        border-bottom: 1px solid #ebebeb;
    }

    .post.category-news h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .post.category-news h2 {
        font-size: 21px;
    }
    .post.category-news h3 {
        padding-left: 11px;
        font-size: 18px;
    }
    .post.category-news h4 {
        margin-bottom: 16px;
        font-size: 16px;
    }
    .post.category-news table {
        margin: 0px auto 1.71429rem;
        width: 88.8889%;
    }
    .post.category-news table th {
        white-space: nowrap;
    }
    .post.category-news table.functions-table {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 8px;
    }
    .post.category-news table.functions-table tbody {
        display: table-row-group;
    }
    .post.category-news table.functions-table tr {
        display: table-row;
    }
    .post.category-news table.functions-table td {
        display: table-cell;
        width: 33.3334%;
        padding: 1em 0.5em 1em 1em;
    }
    .post.category-news table.functions-table td h3 {
        line-height: 1.5;
    }
    .post.category-news .table-caption {
        margin-right: auto;
        margin-left: auto;
        width: 88.8889%;
    }

    .post.category-news .c-border-box {
        margin-right: 5.5556%;
        margin-left: 5.5556%;
    }
}

@media print {
    .site-header {
        position: absolute;
    }
    .main-navigation,
    .wp_social_bookmarking_light {
        display: none;
    }
}
