@charset "utf-8";

/* -----------------------------------------------
    基本設定
----------------------------------------------- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: none;
    color: #222;
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-text-size-adjust: 100%;
    /* text-rendering: auto; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

li {
    list-style: none;
}

/****** link, hover ******/
a {
    color: #333;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

@media screen and (min-width: 1199px) {
    .over:hover {
        opacity: 0.8;
    }
}


/****** text ******/
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #e5e5e5 solid;
    background: #fafafa;
}

/*
blockquote:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 36px;
    color: #e7e7e7;
    position: absolute;
    top: 10px;
    left: 10px;
}
*/

blockquote cite {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #808080;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
    overflow-x: scroll;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul.kome li,
p.kome {
    padding-left: 1em;
    text-indent: -1em;
}

video {
    max-width: 100%;
    height: auto;
}

/****** float ******/

.floatL {
    float: left;
}

.floatR {
    float: right;
}

/****** clear ******/

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    display: inline-table;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.text-L {
    font-size: 112.5%;
}

.text-M {
    font-size: 100%;
}

.text-S {
    font-size: 90%;
}

.text-SS {
    font-size: 80%;
}


/* 上下のマージン設定
-------------------------------- */
.contentBox-LL {
    /*margin-top: 30px;*/
    margin-bottom: 60px;
}

.contentBox-L {
    /*margin-top: 30px;*/
    margin-bottom: 40px;
}

.contentBox-M {
    /*margin-top: 25px;*/
    margin-bottom: 25px;
}

.contentBox-S {
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .contentBox-LL {
        /*margin-top: 45px;*/
        margin-bottom: 70px;
    }

    .contentBox-L {
        /*margin-top: 45px;*/
        margin-bottom: 50px;
    }

    .contentBox-M {
        /*margin-top: 35px;*/
        margin-bottom: 35px;
    }

    .contentBox-S {
        /*margin-top: 30px;*/
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .contentBox-LL {
        /*margin-top: 60px;*/
        margin-bottom: 80px;
    }

    .contentBox-L {
        /*margin-top: 60px;*/
        margin-bottom: 60px;
    }

    .contentBox-M {
        /*margin-top: 45px;*/
        margin-bottom: 45px;
    }

    .contentBox-S {
        /*margin-top: 30px;*/
        margin-bottom: 30px;
    }
}