/*  --------------------------------------------------
        :: 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;
}



/* 初期設定
================================================== */
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, '游ゴシック体', 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 1.7em;
    background: #fff;
    overflow-x: hidden;
}
::selection {
    background: #222;
    color: #fff;
}
::-moz-selection {
    background: #222;
    color: #fff;
}
a {
    color: #fa4100;
    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;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.6em;
}
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: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #fa4100;
}
ul.disc li {
    font-size: 15px;
    text-indent: -1.3em;
}
ul.decimal {
    list-style: decimal;
}
ul.decimal li {
    font-size: 15px;
    margin-left: 1.3em;
    margin-bottom: 10px;
}

ul.decimal2 {
    list-style: none;
}
ul.decimal2 li {
    font-size: 15px;
    margin-left: 2em;
    margin-bottom: 20px;
}
ul.decimal2 li span.num {
    padding: 5px 8.5px;
    color: #fff;
    font-weight: bold;
    background: #fa4100;
    margin-left: -2em;
    margin-right: 5px;
    border-radius: 100%;
}

strong {
    font-weight: bold;
    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;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.5em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.3em;
    }
}



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

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

.row .g1.columns    { width: 4.666666666666667%; }
.row .g15.columns    { width: 9%; }
.row .g2.columns    { width: 13.333333333333334%; }
.row .g25.columns    { width: 17.666666666666668%; }
.row .g3.columns    { width: 22%; }
.row .g4.columns    { width: 30.666666666666664%; }
.row .g5.columns    { width: 39.33333333333333%; }
.row .g6.columns    { width: 48%; }
.row .g7.columns    { width: 56.666666666666664%; }
.row .g8.columns    { width: 65.33333333333333%; }
.row .g9.columns    { width: 74%; }
.row .g10.columns   { width: 82.66666666666667%; }
.row .g11.columns   { width: 91.33333333333333%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22%; }
.row .g4.SP_columns    { width: 30.666666666666664%; }
.row .g6.SP_columns    { width: 48%; }
.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;
    }
    .SP_row {
        width: 100% !important;
    }
    .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_bg {
    height: 80px;
    background: linear-gradient(90deg,#000 50%,#fa4100 50%);
}
#header_bg #header {
    height: 80px;
}
#header_logo {
    float: left;
    width: 48%;
    margin-right: 2%;
}
#header_cont {
    float: left;
    width: 48%;
    margin-left: 2%;
}
#header_cont h1 {
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: right;
}
#header_cont_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    #header_bg {
        height: auto;
        background: #000;
    }
    #header_bg #header {
        height: auto;
        background: none;
    }
    #header_logo {
        float: none;
        width: 73%;
        margin-left: auto;
        margin-right: auto;
    }
    #header_cont {
        display: none;
    }
    #header_cont_SP {
        display: block;
        text-align: center;
    }
    #header_cont_SP h1 {
        padding: 5px 10px;
        color: #fff;
        font-size: 12px;
        line-height: 1.3em;
        font-weight: bold;
        background: #fa4100;
    }
}

nav {
    background: #fff;
    position: relative;
}
nav ul li {
    margin: 0 0 0 0;
    box-sizing: border-box;
}
nav ul li a {
    display: block;
    float: left;
    padding: 12px 0 13px 0;
    width: 20%;
    /* width: 16.666667%; */
    margin: 0 0 0 0;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    box-sizing: border-box;
}
nav ul li.toppage a,nav ul li.company a {
    padding: 21px 0;
}
nav ul li a:hover {
    background: #f0f0f0;
}
nav ul li.current a {
    color: #fff;
    background: #fa4100;
    pointer-events: none;
}

nav #header_layer {
    position: absolute;
    right: 0;
    z-index: 1;
}
nav #header_layer #header_tel, nav #header_layer #header_mail {
    text-align: right;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}
nav.fixed {
    background: #f4f4f4;
}
nav.fixed ul li a {
    padding: 9px 0;
    font-size: 12px;
}
nav.fixed ul li.toppage a,nav.fixed ul li.company a {
    padding: 15px 0 16px 0;
}
nav.fixed #header_layer {
    transform-origin: top right;
    transform: scale(0.72);
}

@media only screen and (max-width: 1060px) {
    nav ul li a {
        font-size: 12px;
    }
    nav ul li a {
        padding: 13px 0;
    }
    nav ul li.toppage a, nav ul li.company a {
        padding: 22px 0;
    }
    nav.fixed ul li.toppage a, nav.fixed ul li.company a {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    nav {
        display: none;
    }
}

/* スマホ用バーガーメニュー */
#SP_gnav_bg {
    display: none;
}
@media only screen and (max-width: 767px) {
    #SP_gnav_bg {
        display: block;
    }
}
.drawer-nav ul {
    padding: 50px;
}
.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}
.drawer-nav ul li a {
    display: block;
    padding: 15px 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 1px solid #ccc;
}
.drawer-nav ul li.contact a {
    border-bottom: none !important;
}
.drawer-nav ul li a:hover {
    background: #f0f0f0;
}
.drawer-nav ul li.current a {
    color: #fff;
    background: #fa4100;
}



/* フッター
================================================== */
footer {
    padding: 50px 0;
    background: #000;
}
footer #footer p, footer #footer p a {
    color: #fff;
    font-size: 14px;
}
#footer address {
    color: #fff;
    font-size: 15px;
}
#footer address strong {
    font-size: 28px;
    font-weight: bold;
}

#footer_menu {
	margin: 0 auto;
	text-align: right;
	display: block;
}
#footer_menu ul {
    text-align: left;
	display: inline-block;
}
#footer_menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 2em;

}
#footer_menu ul li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-right: 5px;
    background: url(../img/arrow1.png) 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0
    }
    #footer_menu {
        display: none;
    }
    #footer address {
        font-size: 13px;
        line-height: 1.5em;
    }
    #footer address strong {
        font-size: 21px;
    }
}
#banner {
    margin-top: 50px;
}
#copyright {
    margin-top: 15px;
    color: #fff;
    font-size: 11px !important;
}
@media only screen and (max-width: 767px) {
    #banner {
        margin-top: 20px;
    }
    #copyright {
        margin: 10px 0 30px 0;
        font-size: 9px;
    }
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    background: #222 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 4px;
}
