body {
    font-family: 'メイリオ',Meiryo,sans-serif;
    color: #555555;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-light-blue {
    color: #0A9EE5;
}

.button {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 25px;
}

.button:hover {
    background-color: #EA5504;
    color: white;
	
}

.button-blue {
    background-color: #004EA2;
    font-size: 21px;
    color: white;
}

.button-red {
    background-color: #D50000;
    font-size: 25px;
    color: white;
}

.button-icon {
    margin-right: 5px;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
}

.header-nav {
    padding: 20px 10px;
}

.header-button-back {
    display: inline-block;
    max-width: 200px;
}

.header-button-mail {
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #004EA2;
    color: white;
}

/* トップバナー */
.top-banner {
    padding: 60px 10px;
    background: rgba(63,191,255,1);
    background: -moz-radial-gradient(1% 1%, ellipse cover, rgba(63,191,255,1) 0%, rgba(0,74,127,1) 69%, rgba(0,27,63,1) 100%);
    background: -webkit-gradient(radial, 1% 1%, 0px, center center, 100%, color-stop(0%, rgba(63,191,255,1)), color-stop(69%, rgba(0,74,127,1)), color-stop(100%, rgba(0,27,63,1)));
    background: -webkit-radial-gradient(1% 1%, ellipse cover, rgba(63,191,255,1) 0%, rgba(0,74,127,1) 69%, rgba(0,27,63,1) 100%);
    background: -o-radial-gradient(1% 1%, ellipse cover, rgba(63,191,255,1) 0%, rgba(0,74,127,1) 69%, rgba(0,27,63,1) 100%);
    background: -ms-radial-gradient(1% 1%, ellipse cover, rgba(63,191,255,1) 0%, rgba(0,74,127,1) 69%, rgba(0,27,63,1) 100%);
    background: radial-gradient(ellipse at 1% 1%, rgba(63,191,255,1) 0%, rgba(0,74,127,1) 69%, rgba(0,27,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fbfff', endColorstr='#001b3f', GradientType=1 );
    color: white;
}

.top-banner-title {
    margin: 20px 0 0;
    color: #F9E206;
}

.top-banner-title-main {
    display: block;
    font-size: 90px;
}

.top-banner-title-sub {
    align-items: center;
    display: flex;
    font-size: 35px;
    #font-weight:normal;
    letter-spacing: 5px;
}

.top-banner-title-sub:before,
.top-banner-title-sub:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.top-banner-title-sub:before {
margin-right: 2rem;
}
.top-banner-title-sub:after {
margin-left: 2rem;
}

.top-banner-content {
    float: left;
}

.top-banner-text {
    margin: 40px 0;
    font-size: 32px;
    line-height: 1.8em;
}

.top-banner-prdnum-title {
    font-size: 18px;
}

.top-banner-prdnum {
    font-size: 72px;
    font-weight: bold;
}

.top-banner-image {
    position: relative;
    float: left;
    width: 200px;
}

.top-banner-image img {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: none;
    width: 659px;
}

/* ビデオ */
.video-section {
    overflow: hidden;
    position: relative;
    padding: 30px 10px 60px;
}

.video-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -36%;
    z-index: -1;
    transform: rotate(50deg);
    border-radius: 50%;
    width: 180%;
    height: 140%;
    background: #E9F2F4;
}

.video-title {
    margin-top: 0;
}

.video-title-sub {
    display: block;
    font-size: 40px;
    line-height: 1.5em;
    font-weight: normal;
}

.video-title-main {
    display: block;
    font-size: 72px;
}

.video-title-sub:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 52px;
    height: 41px;
    background: url('../img/stopwatch-icon.png') no-repeat top/100%;
}

.video-wrapper {
    margin: 0 auto;
    max-width: 840px;
}

.video-caption {
    margin-bottom: 10px;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/* タッチパネル */
.display-section {
    overflow: hidden;
    padding: 0 10px;
    background-color: #EDEDED;
}

.display-content {
    float: left;
    padding: 40px 0;
}

.display-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 50px;
    color: #161470;
}

.display-title:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 25px;
    height: 53px;
    background: url('../img/touch-icon.png') no-repeat top/100%;
}

.display-image {
    float: left;
    margin: 10px;
    width: 132px;
}

.display-image-caption {
    margin-top: 5px;
    text-align: center;
    color: #161470;
}

.display-bg-image {
    position: relative;
    float: left;
}

.display-bg-image img {
    position: absolute;
    top: -80px;
    left: 0;
    max-width: none;
    width: 838px;
}

/* 仕様 */
.specs-table-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 10px;
}

.specs-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
}

.specs-title:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 35px;
    height: 55px;
    background: url('../img/spec-icon.png') no-repeat top/100%;
}

.table-container {
    overflow-x: auto;
}

.specs-table {
    min-width: 600px;
    border-collapse: collapse;
    font-size: 18px;
}

.specs-table, .specs-table th, .specs-table td {
    border: 1px solid #D1D1D1;
 } 

.specs-table thead th {
    padding: 10px;
    background-color: #004EA2;
    color: white;
}

.specs-table tbody th, .specs-table tbody td {
    padding: 14px 22px;
}

.specs-table tbody th {
    background-color: #EDEDED;
}

/* カタログ */
.catalog-section {
    background-color: #EDEDED;
    text-align: center;
}

.catalog-image {
    display: inline-block;
    max-width: 345px;
    padding: 50px 40px;
    vertical-align: middle;
}

.catalog-content {
    display: inline-block;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.catalog-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: normal;
    color: #004EA2;
}

/* フッター */
.footer {
    padding: 30px 0;
    text-align: center;
}

.footer-logo {
    display: inline-block;
    max-width: 250px;
}

/* モバイル CSS */
@media only screen and (max-width: 640px) {
    .sp-hide {
        display: none;
    }

    .button {
        font-size: 16px;
    }

    .top-banner {
        margin-top: 10px;
        padding: 30px 10px 0;
    }

    .top-banner-title-main {
        margin: 40px 0 0;
        font-size: 50px;
    }

    .top-banner-title-sub {
        font-size: 24px;
    }

    .top-banner-text {
        font-size: 24px;
        line-height: 1.8em;
    }

    .top-banner-prdnum {
        font-size: 60px;
    }

    .top-banner-image {
        width: 100%;
    }

    .top-banner-image img {
        position: relative;
        max-width: 100%;
    }

    .video-title-sub:before {
        display: block;
    }

    .video-title-sub {
        font-size: 26px;
    }

    .video-title-main {
        font-size: 50px;
    }

    .display-title {
        font-size: 32px;
    }

    .catalog-image {
        padding: 20px 0;
        vertical-align: middle;
    }

    .catalog-title {
        font-size: 36px;
    }
}