@charset "Shift_jis";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}


/*
structure
--------------------------------------------------------------------------------------*/

body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

div.wrapper {
    background: #000;
}

.contents_bg {
    background: #000 url(../images/slide_bg.jpg) no-repeat center top;
    background-size: cover;
    border-top: 9px solid #20508D;
    color: #fff;

}

.contents_bg a {
    color: #fff;

}

.top-contents {
    width: 980px;
    margin: 0 auto 50px;
    overflow: hidden;
    padding: 20px 0;
    background: #000;
}

section {
    margin: 0 auto;
}


/* header
------------------*/

.header {
    position: relative;
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.header h1 {
    height: 40px;
    padding-right: 30px;
}

.header h1 img {
    height: 40px;
}


h2.officalBtn {
    width: 70px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.header p {
    width: 480px;
    margin-left: auto;
    text-align: right;
}


/* footer
------------------*/
div#SPfooter {
    display: none;
}

div#PCfooter .inner .section_footer .title {
    font-size: 13px;
    color: #EDF0F5;
    margin: 0 0 20px;
}


/* ----------------------------------
contents
------------------------------------ */

.reviewBox .title_contents {
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
}

.title_contents img {
    padding: 0 0 20px 0;
    width: 150px;
}



/* ----------------------------------
reviewBox
------------------------------------ */
.reviewBox {
    width: 620px;
    float: left;
}

.reviewBox ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.reviewBox li {
    width: 300px;
    margin-bottom: 40px;
}

.reviewBox li:nth-child(2n) {
    margin-left: 20px;
}


.newsBox .pic {
    margin-bottom: 10px;
}

.newsBox .pic img {
    display: block;
    width: 100%;
    /*任意の横幅を指定*/
    height: 200px;
    /*任意の高さを指定*/
    object-fit: contain;
    background: #FFF;
}

.newsBox .newsCatch a {
    font-size: 16px;
    color: #FFF;
}

.newsDate {
    color: #FFF;
    font-size: 12px;
    display: block;
}

.btn_more {
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
}

.btn_close {
    display: none;
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
}


/* ----------------------------------
rightBox
------------------------------------ */
.rightBox {
    width: 300px;
    margin-top: 45px;
    float: right;
}

.facebook {
    width: 100%;
}

.rightBox ul.btn li {
    margin: 10px 0 0 0;
    font-size: 22px;
    text-align: center;
}

.btn_official a {
    display: block;
    width: 300px;
}

.btn_technology a {
    width: 300px;
    display: block;
}



/* ----------------------------------
aboutBox
------------------------------------ */
.aboutBox {
    clear: both;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #000000 0%, #3D3D3D 50%, #545454 100%);
}

.aboutBox .title_brand {
    width: 860px;
    margin: 0 auto 20px;
}

.aboutBox p.text {
    width: 800px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    line-height: 2;
}



/* -----------------------------
slide 
-------------------------- */

div#slideArea {
    width: 750px;
    margin: auto;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
    padding-bottom: 50px;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}

.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0px;
}

.bx-wrapper .bx-prev::after {
    left: -90px;
    content: "\f053";
}

.bx-wrapper .bx-next::after {
    right: -90px;
    content: "\f054";
}

.bx-wrapper .bx-prev:hover::after,
.bx-wrapper .bx-next:hover::after {}

.bx-wrapper .bx-controls-direction a {
    z-index: 9998;
}

.bx-wrapper .bx-pager {
    color: #FFF;
    bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #707070;
    width: 15px;
    height: 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FFF;
}

.bx-wrapper .bx-caption {
    padding: 10px;
}

.bx-wrapper .bx-caption span {
    font-size: 16px;
}

.bx-wrapper .bx-loading {
    background: url('../images/slide/bx_loader.gif') center center no-repeat #ffffff;
}
