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;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
a {
    color: #2f7fd0;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    height: 100%;
}
body {
    font-family: 'noto-sans-cjk-jp', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
    font-weight: 400;
    font-feature-settings : "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    letter-spacing: 0.2em;
    background-color: #f2f6f8;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}
::-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #eeeeee;
}
:-ms-input-placeholder {
    color: #eeeeee !important;
}
:-moz-placeholder {
    opacity: 1;
}

a img {
    opacity: 1;
    -webkit-transition: opacity .2s, filter .2s;
    transition: opacity .2s, filter .2s;
}
a:hover img {
    filter: saturate(140%);
    opacity: 0.9;
}

.red {
    color: red;
}





body {
    padding-top: 75px;
}
#container {
    width: 100%;
}
#contents {
    max-width: 1066px;
    margin: 0 auto;
}
#main {
    padding: 12px;
}

@media (min-width: 480px)
{
    #main {
        padding: 24px;
    }
}

@media (min-width: 1120px)
{
    body {
        padding-top: 0;
    }
    #container {
        width: 100%;
        min-width: 0;
        max-width: 1298px;
        margin: 0 auto;
        display: flex;
    }
    #contents {
        flex-basis: 1066px;
        min-width: 0;
    }
    #main {
        padding: 24px;
    }
}




#header {
    max-width: 100%;
    background-color: #fff;
    letter-spacing: 0.1em;
    
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#siteid {
    border-bottom: solid 1px #d4e1e7;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#siteid a {
    display: inline-block;
    padding: 12px 16px;
    background-color: #fff;
}
#siteid img {
    width: 62px;
    height: auto;
}

#gnav {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: .2s;
    transition: .2s;
}
.open #gnav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#gnav-telephone-btn {
    margin-bottom: 1px;
}
#gnav-telephone-btn a {
    display: block;
    padding: 12px;
    font-weight: 700;
    font-size: 21px; font-size: 2.1rem;
    line-height: 29px; line-height: 2.9rem;
    text-align: center;
    white-space: nowrap;
}
#gnav-telephone-btn a span {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/icon-tel-small.png) no-repeat left;
    background-position: 0 6px;
    background-size: 20px;
    -webkit-transition: transform .02s;
    transition: transform .02s;
}
#gnav-telephone-btn a span {
    -webkit-transition: transform .02s;
    transition: transform .02s;
}
#gnav-telephone-btn a:hover span {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#gnav-main {
}
#gnav-main li {
    border-bottom: solid 1px #f2f6f8;
}
#gnav-main li a {
    display: block;
    font-size: 14px; font-size: 1.4rem;
    line-height: 30px; line-height: 3.0rem;
    padding: 11px 30px 13px 18px;
    color: #000;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#gnav-main li a:hover {
    background-color: #e0ecf8;
}
#gnav-main li a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: solid 1px #3684d2;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#gnav-main li a:hover:after {
    border-width: 2px 2px 0 0;
}
#gnav-main li.blue a {
    background-color: #2f7fd0;
    color: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#gnav-main li.blue a:after {
    border-color: #fff;
}
#gnav-main li.blue a:hover {
    background-color: #236fbc;
}


#gnav-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 8px;
    max-width: 375px;
    margin: 0 auto;
}

#gnav-amazon-btn {
    margin: 0 8px;
    flex-grow: 2;
}
#gnav-amazon-btn a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: solid 3px #f78e1b;
    border-radius: 24px;
    text-align: center;
    -webkit-transition: border .02s, padding .02s, box-shadow .1s;
    transition: border .02s, padding .02s, box-shadow .1s;
}
#gnav-amazon-btn a img {
    width: 40px;
}
#gnav-amazon-btn a:hover {
    border-width: 5px;
    padding: 6px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#gnav-sns {
    display: flex;
    justify-content: center;
}
#gnav-sns li {
    width: 32px;
    min-width: 32px;
    margin: 0 8px;
}
#gnav-sns li a {}

#nav-toggle {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 3;
    display: block;
    width: 30px;
    height: 40px;
}
#nav-toggle span,
#nav-toggle:before,
#nav-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    transition: .2s;
}
#nav-toggle:before {
    bottom: 18px;
}
#nav-toggle span {
    width: 75%;
}
#nav-toggle:after {
    top: 18px;
    width: 50%;
}

.open #nav-toggle:before {
    transform: rotate(-45deg);
    bottom: 0;
}
.open #nav-toggle span {
    opacity: 0;
}
.open #nav-toggle:after {
    transform: rotate(45deg);
    top: 0;
    width: 100%;
}

@media (min-width: 1120px)
{
    #header {
        position: relative;;
        flex-basis: 232px;
        min-width: 232px;
    }

    #siteid a {
        display: block;
        padding: 37px 53px;
    }
    #siteid img {
        width: 124px;
    }

    #gnav {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #gnav-telephone-btn a {
        padding: 10px;
        font-size: 21px; font-size: 2.1rem;
    }

    #gnav-main li {
        border-bottom: none;
        margin-bottom: 1px;
    }
    #gnav-main li a {
        padding: 9px 30px 11px 18px;
    }
    #gnav-main li a:after {
        right: 14px;
    }

    #gnav-footer {
        flex-direction: column;
        padding: 26px 0 2px 0;
        max-width: 100%;
    }

    #gnav-amazon-btn a {
        width: 194px;
        margin: 0 auto;
        padding: 12px;
        border-radius: 39px;
    }
    #gnav-amazon-btn a img {
        width: 80px;
    }
    #gnav-amazon-btn a:hover {
        padding: 10px;
    }

    #gnav-sns {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin-top: 38px;
        border-top: solid 1px #d4e1e7;
    }
    #gnav-sns li {
        width: 64px;
        margin: 16px 0;
    }

    #nav-toggle {
        display: none;
    }
}





#page-header {
}
#page-title {
    background-color: #2f7fd0;
    color: #fff;
    padding: 16px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#page-title span {
    min-width: 0;
}
#page-title .ja {
    font-size: 34px; font-size: 2.4rem;
    line-height: 42px; line-height: 3.0rem;
    font-weight: 700;
    margin-bottom: 1px;
}
#page-title .en {
    font-size: 17px; font-size: 1.3rem;
    line-height: 25px; line-height: 2.3rem;
    color: #9bbddf;
}

@media (min-width: 768px)
{
    #page-title {
        padding: 24px;
        min-height: 175px;
    }
    #page-title .ja {
        font-size: 34px; font-size: 3.4rem;
        line-height: 42px; line-height: 4.2rem;
        margin-bottom: 6px;
    }
    #page-title .en {
        font-size: 17px; font-size: 1.7rem;
        line-height: 25px; line-height: 2.5rem;
    }
}





#breadcrumbs {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #d4e1e7;
    border-width: 0 0 1px 1px;
    overflow: auto;
}
#breadcrumbs li {
    font-size: 11px; font-size: 1.1rem;
    line-height: 21px; line-height:  2.1rem;
    white-space: nowrap;
    min-width: 0;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}
#breadcrumbs li a {
    -webkit-transition: color .2s;
    transition: color .2s;
}
#breadcrumbs li strong {
    font-weight: 700;
}
#breadcrumbs li a,
#breadcrumbs li strong {
    display: block;
    padding: 8px 12px;
    margin: 0 5px;
    color: #546066;
    position: relative;
}
#breadcrumbs li:first-of-type a,
#breadcrumbs li:first-of-type strong {
    padding-left: 16px;
    margin-left: 0;
}
#breadcrumbs li:not(:first-of-type) a:before,
#breadcrumbs li:not(:first-of-type) a:after,
#breadcrumbs li:not(:first-of-type) strong:before,
#breadcrumbs li:not(:first-of-type) strong:after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #d4e1e7;
    position: absolute;
    left: -16px;
    pointer-events: none;
}
#breadcrumbs li:not(:first-of-type) a:before,
#breadcrumbs li:not(:first-of-type) strong:before {
    transform: rotate(60deg);
    top: 9px;
}
#breadcrumbs li:not(:first-of-type) a:after,
#breadcrumbs li:not(:first-of-type) strong:after {
    transform: rotate(-60deg);
    bottom: 9px;
}
#breadcrumbs li a:hover {
    color: #2f7fd0
}

@media (min-width: 768px)
{
    #breadcrumbs li {
        font-size: 13px; font-size: 1.3rem;
        line-height: 22px; line-height: 2.2rem;
    }
    #breadcrumbs li a,
    #breadcrumbs li strong {
        padding: 14px 17px;
        margin: 0 7px;
    }
    #breadcrumbs li:first-of-type a,
    #breadcrumbs li:first-of-type strong {
        padding-left: 24px;
        margin-left: 0;
    }
    #breadcrumbs li:not(:first-of-type) a:before,
    #breadcrumbs li:not(:first-of-type) a:after,
    #breadcrumbs li:not(:first-of-type) strong:before,
    #breadcrumbs li:not(:first-of-type) strong:after {
        width: 28px;
        left: -21px;
    }
    #breadcrumbs li:not(:first-of-type) a:before,
    #breadcrumbs li:not(:first-of-type) strong:before {
        top: 12px;
    }
    #breadcrumbs li:not(:first-of-type) a:after,
    #breadcrumbs li:not(:first-of-type) strong:after {
        bottom: 12px;
    }
}





.rower-section {
    background-color: #fff;
    padding: 20px;
}
.section-title {
    font-size: 18px; font-size: 1.8rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}
.section-title:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #2f7fd0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.section-content {
    border-top: solid 1px #2f7fd0;
}

.section-content+.section-title {
    margin-top: 32px;
}
.common-section-content {
    padding-top: 16px;
}
.common-section-content p {
    font-size: 12px; font-size: 1.2rem;
    line-height: 2.4px; line-height: 2.4rem;
}
.common-section-content p span {
    display: inline-block;
}

.common-cross-title {
    font-size: 18px; font-size: 1.4rem;
    line-height: 34px; line-height: 3.0rem;
    font-weight: 700;
    margin-top: 8px;
}

.common-list {
    font-size: 12px; font-size: 1.2rem;
    line-height: 24px; line-height: 2.4rem;
    position: relative;
    margin-top: 6px;
}
.common-list li:before {
    position: absolute;
    left: 0;
}
.common-list-astarisk li {
    padding-left: 1.4em;
}
.common-list-astarisk li:before {
    content: "※";
    position: absolute;
    left: 0;
}
.common-list-alphabet li {
    padding-left: 1.4em;
}
.common-list-alphabet li:nth-child(1):before {
    content: "a)";
}
.common-list-alphabet li:nth-child(2):before {
    content: "b)";
}
.common-list-number {
    counter-reset: numlist;
}
.common-list-number li {
    padding-left: 1.4em;
    counter-increment: numlist;
}
.common-list-number li:before {
    content: counter(numlist)".";
}

@media (min-width: 768px)
{
    .rower-section {
        padding: 38px 45px;
    }
    .section-title {
        font-size: 28px; font-size: 2.8rem;
        line-height: 36px; line-height: 3.6rem;
        padding-left: 26px;
        margin-bottom: 34px;
    }
    .section-title:before {
        width: 8px;
    }
    .section-content {
        border-top: solid 1px #2f7fd0;
    }
    .section-content+.section-title {
        margin-top: 58px;
    }
    .common-section-content {
        padding-top: 32px;
    }
    .common-section-content p {
        font-size: 16px; font-size: 1.6rem;
        line-height: 32px; line-height: 3.2rem;
    }

    .common-cross-title {
        font-size: 18px; font-size: 1.8rem;
        line-height: 34px; line-height: 3.4rem;
        font-weight: 700;
        margin-top: 16px;
    }

    .common-list {
        font-size: 16px; font-size: 1.6rem;
        line-height: 32px; line-height: 3.2rem;
        position: relative;
        margin-top: 16px;
    }
}




.common-table,
.common-table tr,
.common-table th,
.common-table td {
    display: block;
}
.common-table {
    width: 100%;
}
.common-table tr {
    padding: 12px 0;
    border-bottom: solid 1px #d4e1e7;
}
.common-table th,
.common-table td {
    font-size: 12px; font-size: 1.2rem;
    line-height: 2.2px; line-height: 2.2rem;
    text-align: left;
}
.common-table th {
    font-weight: 700;
    margin-bottom: 4px;
}

@media (min-width: 480px)
{
    .common-table {
        display: table;
        width: 100%;
    }
    .common-table tr {
        display: table-row;
        padding: 0;
        border-bottom: none;
    }
    .common-table th,
    .common-table td {
        display: table-cell;
        text-align: left;
        border-bottom: solid 1px #d4e1e7;
        padding: 16px 0;
    }
    .common-table th {
        white-space: nowrap;
        width: 100px; width: 20.8333vw;
        padding-right: 16px;
    }
}

@media (min-width: 768px)
{
    .common-table th,
    .common-table td {
        font-size: 16px; font-size: 1.6rem;
        line-height: 30px; line-height: 3.0rem;
        padding: 20px 0 22px 0;
    }
    .common-table th {
        padding-right: 20px;
    }
}

@media (min-width: 1120px)
{
    .common-table th {
        width: 230px;
    }
}





.post-tag {
    display: inline-block;
    min-width: 88px;
    padding: 1px 4px 3px 4px;
    border-radius: 10px;
    font-size: 10px; font-size: 1.0rem;
    line-height: 16px; line-height: 1.6rem;
    letter-spacing: 0.1em;
    background-color: #aaa;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: box-shadow .2s, background .2s;
    transition: box-shadow .2s, background .2s;
}
.post-tag:hover {
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}
.post-tag-2 {
    background-color: #04b887;
}
.post-tag-3 {
    background-color: #0041a2;
}
.post-tag-4 {
    background-color: #cc66b5;
}
.post-tag-2:hover {
    background-color: #02cf97;
}
.post-tag-3:hover {
    background-color: #0051ca;
}
.post-tag-4:hover {
    background-color: #ee71d2;
}

@media (min-width: 768px)
{
    .post-tag {
        min-width: 100px;
        padding: 1px 4px 3px 4px;
        border-radius: 12px;
        font-size: 12px; font-size: 1.2rem;
        line-height: 20px; line-height: 2.0rem;
        letter-spacing: inherit;
    }
}





#footer {
}
#footer-primary {
    padding: 0 12px 12px 12px;
}

#footer-primary-tel-btn {
    text-align: center;
    border: solid 1px #d8e1e6;
    border-width: 1px 0;
    margin-bottom: 24px;
}
#footer-primary-tel-btn a {
    display: block;
    padding: 16px 0;
    font-weight: 700;
    font-size: 26px; font-size: 2.6rem;
    line-height: 34px; line-height: 3.4rem;
    text-align: center;
}
#footer-primary-tel-btn a span {
    display: inline-block;
    padding-left: 36px;
    background: url(../img/common/icon-tel-large.png) no-repeat left;
    background-position: 0 6px;
    background-size: 26px;
    -webkit-transition: transform .04s;
    transition: transform .04s;
}
#footer-primary-tel-btn a:hover span {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#footer-primary-amazon-btn {
    margin-bottom: 12px;
}
#footer-primary-amazon-btn a {
    display: block;
    width: 80%;
    max-width: 494px;
    margin: 0 auto;
    padding: 20px 32px;
    border: solid 3px #f78e1b;
    border-radius: 47px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: border .02s, padding .02s, box-shadow .1s;
    transition: border .02s, padding .02s, box-shadow .1s;
}
#footer-primary-amazon-btn a img {
    max-width: 265px;
}
#footer-primary-amazon-btn a:hover {
    border-width: 5px;
    padding: 18px 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#footer-secondary {
    background-color: #2f7fd0;
    color: #fff;
    letter-spacing: 0.1em;
}
#footer-nav {
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

#footer-nav ul {
}
#footer-nav ul li {
    font-size: 14px; font-size: 1.4rem;
    line-height: 22px; line-height: 2.2rem;
    white-space: nowrap;
    min-width: 0;
}
#footer-nav ul li+li {
    border-top: solid 1px rgba(255,255,255,0.2);
}
#footer-nav ul li a {
    display: block;
    padding: 16px 18px;
    color: #fff;
    position: relative;
}
#footer-nav ul li a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: solid 1px #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#copyright {
    padding: 12px 8px;
    text-align: center;
    font-size: 10px; font-size: 1.0rem;
    line-height: 16px; line-height: 1.6rem;
    letter-spacing: 0;
    color: #a0cfff;
}
#copyright a {
    color: #a0cfff;
}
#copyright a:hover {
    text-decoration: underline;
}

@media (min-width: 480px)
{
    #footer-primary {
        padding: 0 24px 24px 24px;
    }
}

@media (min-width: 768px)
{
    #footer-primary-tel-btn {
        margin-bottom: 44px;
    }
    #footer-primary-tel-btn a {
        padding: 26px;
        font-size: 38px; font-size: 3.8rem;
        line-height: 46px; line-height: 4.6rem;
    }
    #footer-primary-tel-btn a span {
        padding-left: 48px;
        background-position: 0 9px;
        background-size: 36px;
    }

    #footer-primary-amazon-btn {
        margin-bottom: 32px;
    }
    #footer-primary-amazon-btn a {
        padding: 23px;
    }
    #footer-primary-amazon-btn a:hover {
        padding: 21px;
    }

    #footer-nav {
        padding: 22px 0 10px 0;
    }
    #footer-nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 760px;
        margin: 0 auto;
        padding: 16px 16px;
    }
    #footer-nav ul li {
        font-size: 13px; font-size: 1.3rem;
        line-height: 21px; line-height: 2.1rem;
        margin: 8px 16px;
    }
    #footer-nav ul li+li {
        border-top: none;
    }
    #footer-nav ul li a {
        display: inline;
        padding: 0;
        color: #fff;
    }
    #footer-nav ul li a:after {
        display: none;
    }
    #footer-nav ul li a:hover {
        text-decoration: underline;
    }

    #copyright {
        padding: 30px 24px;
        font-size: 12px; font-size: 1.2rem;
        line-height: 20px; line-height: 2.0rem;
    }
}
