/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
    font-family: arial !important;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 15px;
    line-height: 1.7em;
    background: #fff;
}
a {
    color: #e12d00;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.7em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
strong {
    font-weight: 700;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.5em;
    }
    p a, p a:visited {
        line-height: 1.5em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1000px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.SP_columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 5.4%; }
.row .g2.columns    { width: 14.0%; }
.row .g25.columns    { width: 18.1%; }
.row .g3.columns    { width: 22.6%; }
.row .g4.columns    { width: 31.2%; }
.row .g45.columns    { width: 35.5%; }
.row .g5.columns    { width: 39.8%; }
.row .g6.columns    { width: 48.4%; }
.row .g7.columns    { width: 57.0%; }
.row .g8.columns    { width: 65.6%; }
.row .g9.columns    { width: 74.2%; }
.row .g10.columns   { width: 82.8%; }
.row .g11.columns   { width: 91.4%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22.6%; }
.row .g4.SP_columns    { width: 31.2%; }
.row .centered { float: none; margin: 0 auto; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }
    .row .g3.SP_columns    { width: 48%; }
    .row .g4.SP_columns    { width: 48%; }
}



/* ヘッダー
================================================== */
header {
    position: relative;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background: #fff;
}
#header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header > :first-child { flex-grow: 1 }
#header #header_logo {
    display: flex;
}
#header #header_logo .inner {
    margin-left: 20px;
}
#header #header_contact {
    margin-right: 30px;
}

header #text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1em;
}
header #company {
    margin-top: 5px;
    font-size: 29px;
    font-weight: bold;
    line-height: 1em;
}
header #company small {
    font-size: 18px;
    position: relative;
    top: -4px;
}
header #address {
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 1em;
}
header #tel {
    margin-top: 3px;
    text-align: right;
}
header #fax {
    text-align: right;
    font-size: 13px;
    line-height: 1em;
}
#header_language p {
    margin-top: 8px;
    margin-bottom: 8px;
}
#header_language p img {
    opacity: 1;
}
#header_language p a img {
    opacity: 0.5 !important;
}
@media only screen and (max-width: 767px) {
    header #logo {
        display: none;
    }
    header #text {
        display: none;
    }
    header #company {
        display: none;
    }
    header .SP_header_logo {
        width: 60%;
    }
    header #address {
        display: none;
    }
    header #tel {
        display: none;
    }
    header #fax {
        display: none;
    }
    #header_language {
        position: absolute;
        top: 0;
        right: 45px;
    }
    #header_language img {
        height: 20px;
        margin-right: 10px;
    }
}




/* グローバルナビ
================================================== */
nav {
    position: relative;
    height: 60px;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-top: 3px solid #ce181e;
}
nav ul li {
    float: left;
    display: block;
    padding: 23px 0 22px 0;
    width: 14.2857142857%;
    height: 60px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    box-sizing:border-box;
    cursor: pointer;
}
nav ul li a {
    display: block;
    padding: 23px 0 22px 0;
    color: #fff;
    margin-top: -23px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
nav ul li.ec a {
    padding: 17px 0 12px 0;
}
nav ul li:hover , nav ul li a:hover {
    background: #666;
}
nav a:hover {
    background: rgba(0,0,0,0.7);
}
nav ul li.current {
    background: #ce181e;
}

nav ul li ul {
    margin: 0 0 0 0;
}
nav ul li.current ul {
    margin: 0 0 0 0;
}
nav ul li ul li {
    float: none;
    position: relative;
    padding: 0 0 0 0;
    width: 300px;
    height: 50px;
    background: rgba(0,0,0,0.8);
}
nav ul li ul li a {
    display: block;
    margin: 0 0 0 0;
    padding: 20px 32px 0 32px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    text-align: left;

}
nav ul li ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
/* OFF */
nav ul li ul {
    display: none;
}
/* ON */
nav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: rgba(0,0,0,0.8);
}



/* スマホ用バーガーメニュー
================================================== */
#SP_nav {
    display: none;
}
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2.2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 1rem;
  padding-bottom: 30px;
  padding-left: 1rem;
  -webkit-transition: all .6s cubic-bezier(255, 255, 255, 1.000);
  transition: all .6s cubic-bezier(255, 255, 255, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background: #000;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #000;
}
div.drawer-nav ul li {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
div.drawer-nav ul li a {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #333;
}
div.drawer-nav ul li a:hover {
    background: #333;
}
div.drawer-nav ul li.current {
  color: #fff;
  background-color: #e21929;
}
@media only screen and (max-width: 767px) {
    nav {
        display: none;
    }
    div#SP_nav {
        display: block;
    }
}



/* フッター
================================================== */
footer {
    padding: 50px 0;
    background: #ce181e url(../img/footer_logo.png) center center no-repeat;
}

#footer , #footer a {
    color: #fff;
}
#footer p {
    font-size: 12px;
    line-height: 1.7em;
}
#footer p.company {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}
#footer ul.footer_menu {
    float: left;
}
#footer ul.footer_menu li {
    padding-left: 23px;
    font-size: 13px;
    line-height: 2.3em;
    letter-spacing: -0.5px;
    background: url(../img/footer_arrow.png) 0 center no-repeat;
}
#footer ul.footer_menu li a {
    line-height: 2.3em;
    font-weight: normal !important;
}
#footer ul.footer_menu li a:hover {
    text-decoration: underline;
}
#footer ul.footer_menu li ul li {
    padding-left: 0;
    background: none;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 20px 0;
        background: #ce181e url(../img/footer_logo.png) right 10% center no-repeat;
        background-size: 50%;
    }
    #footer ul.footer_menu {
        display: none;
    }
}

#copyright_bg {
    padding: 30px 0;
    background: #000;
}
#copyright p.copyright , #copyright p.copyright a {
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
#copyright p.banner {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #copyright p.copyright {
        text-align: center;
    }
    #copyright p.banner {
        margin-top: 10px;
        text-align: center;
    }
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 22px 25px 22px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #444 url(../img/arrow1.png) right 10px center no-repeat;
    border-radius: 4px;
}
p.btn2 a {
    display: block;
    padding: 22px 25px 22px 15px;
    color: #444;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    border: 1px solid #444;
    box-sizing: border-box;
    background: url(../img/arrow2.png) right 10px center no-repeat;
    border-radius: 4px;
}
p.btn2 a:hover {
    background: #fff url(../img/arrow2.png) right 10px center no-repeat;
}
p.btn3 a {
    display: block;
    padding: 22px 25px 22px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: url(../img/arrow1.png) right 10px center no-repeat;
    border-radius: 4px;
}
p.btn3 a:hover {
    background: rgba(255,255,255,0.3) url(../img/arrow1.png) right 10px center no-repeat;
}
p.btn_mini a {
    padding: 10px 0 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ce181e;
    background: url(../img/arrow4.png) left center no-repeat;
}
