﻿html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 80px;
}

body {
    font-family: a-otf-ud-shin-go-pr6n,trajan-sans-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0px;
    margin: 0 auto;
    color: #333;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.eot');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.woff') format('woff');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.woff2') format('woff2');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.ttf') format('truetype');
}

::selection {
    background: #70584f;
    color: #fff;
}

::-moz-selection {
    background: #70584f;
    color: #fff;
}

/* スクロールバー */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

a:link,
a:visited {
    text-decoration: none;
    color: blue;
}

@media (min-width: 767px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*ul {
    padding: 0;
    margin: 0;
    list-style: none;
}*/

.BoldRed {
    font-weight: bold;
    color: red;
}

.main-content {
    margin-top: 80px;
}

/*ボディ*/
div.main {
    position: relative;
    margin: 80px auto 0;
    padding: 0 10px;
    max-width: 1400px;
}

div.main2 {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1400px;
}

div.caption {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid #666;
}

div.tips {
    position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.5em;
    border-bottom: 2px solid #4169E1;
}

    div.tips:before {
        position: absolute;
        content: "□";
        font-size: 200%;
        color: #40E0D0;
        top: -0.8em;
        left: 0.3em;
        height: 12px;
        width: 12px;
    }

    div.tips:after {
        position: absolute;
        content: "□";
        font-size: 200%;
        color: #4169E1;
        top: -0.5em;
        left: 0;
        height: 12px;
        width: 12px;
    }

div.tips-sub {
    font-weight: bold;
    font-size: 1.05em;
    color: #069;
}

    div.tips-sub:before {
        font-family: "Font Awesome 5 Free";
        content: "\f100\00A0";
        color: #069;
    }

    div.tips-sub:after {
        font-family: "Font Awesome 5 Free";
        content: "\00A0\f101";
        color: #069;
    }

div.backBtn a:link,
div.backBtn a:visited {
    border: 1px solid #555;
    padding: 10px 20px;
    color: #000;
    transition: 0.3s;
}

div.backBtn a:hover {
    background-color: #000;
    color: #fff;
}

/*ヘッダー*/
div#header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 99;
}

div#header-bk {
    background-color: #333;
    padding: 5px 0 20px;
    height: 40px;
    width: 100%;
}

div#header {
    position: relative;
    font-family: MyFont;
    font-size: 40px;
    color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

    div#header a:link,
    div#header a:visited {
        color: #fff;
    }

    div#header span {
        display: inline-block;
        font-family: serif;
        margin: 0 20px;
        font-size: 0.7em;
    }

.remote-link {
    position: absolute;
    top: 25%;
    right: 0;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
}

    .remote-link:visited {
        position: absolute;
        top: 25%;
        right: 0;
        display: inline-block;
        border: 1px solid #fff;
        padding: 5px 15px;
        color: #fff;
        font-size: 15px;
    }

@media screen and (max-width: 769px) {
    div #header {
        text-align: center;
    }

    .remote-link:link,
    .remote-link:visited {
        display: none;
    }
}

/*フッター*/
#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #333;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0;
    height: 40px;
    width: 100%;
}

    #footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #footer ul li {
        display: inline-block;
        border-right: 1px solid #ccc;
        padding-right: 15px;
        padding-left: 10px;
    }

        #footer ul li:first-child {
            border-left: 1px solid #ccc;
            padding-left: 15px;
        }

    #footer a:link,
    #footer a:visited {
        font-size: 0.8em;
        color: #fff;
    }

    #footer a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    #footer {
        font-size: 0.8em;
    }
}

/*下部セクション*/
ul.bottomInfo {
    max-width: 1680px;
    margin: 190px auto;
    text-align: center;
    padding-left: 0px;
}

    ul.bottomInfo li {
        display: inline-block;
        border-radius: 5px;
        margin: 10px 15px;
        text-align: left;
        vertical-align: top;
        height: auto;
        width: 40%;
    }

@media screen and (max-width: 768px) {
    ul.bottomInfo {
        width: 95%;
        margin-top: 0px;
        padding-left: 0px;
    }

        ul.bottomInfo li {
            display: block;
            margin: 50px auto;
            width: 100%;
        }

    .br::before {
        content: "\A";
        white-space: pre;
    }
}

/*問い合わせ*/
div.inquiry {
    padding: 10px 15px;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 5px;
}

div.inquiryBody {
    margin-left: 1.5em;
    font-size: 0.9em;
}

    div.inquiryBody a:link,
    div.inquiryBody a:visited {
        display: block;
        color: red;
        font-size: 1.4em;
        font-weight: bold;
        margin: 10px auto;
        transition: 0.2s;
    }

    div.inquiryBody a:hover {
        text-decoration: underline;
    }

    div.inquiryBody span::after {
        content: "\A";
        white-space: pre;
    }

@media screen and (max-width: 767px) {
    ul.bottomInfo {
        width: 95%;
    }

        ul.bottomInfo li {
            display: block;
            margin: 50px auto;
            width: 100%;
        }

    .br::before {
        content: "\A";
        white-space: pre;
    }
}

div.inquiryTips {
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px auto 15px auto;
}

div.inquiryAlert {
    border-top: 1.5px dashed #333;
    border-bottom: 1.5px dashed #333;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}

    div.inquiryAlert a.faqLink {
        display: initial;
        color: black;
        font-size: 1em;
        margin: initial;
    }

label.consentCheck {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

    label.consentCheck input[type=checkbox] {
        position: relative;
        top: 2px;
        border-radius: 0;
        margin: 10px 5px;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

span.required {
    display: inline-block;
    background-color: red;
    border-radius: 20px;
    padding: 1px 10px;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

a.btnInquiry {
    display: block;
    padding: 10px 16px;
    width: 95%;
    max-width: 400px;
    box-sizing: border-box;
}

    a.btnInquiry span.it-inquiry,
    a.btnInquiry span.it-study {
        font-weight: bold;
    }

    a.btnInquiry span.it-inquiry {
        font-size: 23px;
    }

    a.btnInquiry span.it-study {
        font-size: 22px;
    }

a.btnValid {
    background-color: #4169E1;
    color: #fff;
    pointer-events: auto;
    transition: 0.2s;
}

    a.btnValid:hover {
        background-color: #2e4a9e;
    }

a.btnInvalid {
    background-color: #aaa;
    color: #fff;
    pointer-events: none;
}

/*マニュアル*/
dl.manual dt {
    font-weight: bold;
    margin: 5px auto;
}

    dl.manual dt:before {
        font-family: "Font Awesome 5 Free";
        content: "\f152";
        margin-right: 10px;
    }

dl.manual dd a:link,
dl.manual dd a:visited {
    color: blue;
    letter-spacing: 1px;
    transition: 0.2s;
}

dl.manual dd a:hover {
    color: red;
    text-decoration: underline;
}

/*▼リンク▼*/
div.link-area {
    margin-top: 15px;
}

    div.link-area > div {
        margin-bottom: 10px;
    }

ul.weblink {
    display: flex;
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

    ul.weblink li {
        display: inline-flex;
        margin: 0 10px 5px;
        width: 50%;
    }

        ul.weblink li a:link,
        ul.weblink li a:visited {
            display: block;
            background-color: #f6f7fb;
            border: 1px solid #666;
            border-radius: 3px;
            margin: 0 auto;
            padding: 7px 35px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            color: #333;
            width: 100%;
            box-sizing: border-box;
            transition: 0.2s;
        }

        ul.weblink li a:hover {
            background-color: #666;
            color: #fff;
        }

@media screen and (max-width: 959px) {
    ul.weblink {
        display: block;
        width: 100%;
    }

        ul.weblink li {
            display: inline-flex;
            width: 45%;
        }
}

@media screen and (max-width: 559px) {
    ul.weblink {
        width: 95%;
    }

        ul.weblink li {
            display: block;
            width: 100%;
        }

            ul.weblink li a:link,
            ul.weblink li a:visited {
                text-align: left;
            }
}
/*▲リンク▲*/

/*パンくずリスト*/
.breadcrumbs ol {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcrumbs ol li {
        display: inline;
        list-style-type: none;
        font-size: 0.8em;
    }

        .breadcrumbs ol li:before {
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            font-weight: 600;
            margin: 0 10px;
        }

        .breadcrumbs ol li:first-child:before {
            content: none;
        }

        .breadcrumbs ol li a:link,
        .breadcrumbs ol li a:visited {
            color: #000;
        }

        .breadcrumbs ol li a:hover {
            text-decoration: underline;
        }

.tel-support {
    margin-top: 8px;
    font-size: 1.1em;
}