@charset "utf-8";

/*

    base.css
    Version: 2019.02.07

*/


/* リセット
-------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
form,
fieldset,
legend,
table,
th,
td,
caption,
a,
article,
aside,
nav,
section,
figure,
figcaption,
footer,
header,
main,
audio,
canvas,
video,
menu,
details {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

fieldset,
legend,
img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.ie.ie7 audio,
.ie.ie7 canvas,
.ie.ie7 video {
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

[type=submit],
[type=button],
[type=reset],
a,
button,
label[for] {
    cursor: pointer;
}


/* ベース
-------------------------------------------------------- */
html {
    overflow-y: scroll;
    height: auto;
    font-size: 62.5%;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

html.open {
    overflow: hidden;
    height: 100%;
}

body {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: auto;
    background: #fff;
    color: #333;
    word-wrap: break-word;
    /*font-family: "hannari";*/
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ ProN W3","Lucida Grande","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    line-height: 1.8;

    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

/* @font-face {
    font-family: "hannari";
    font-style: normal;
    font-weight: normal;
    src: url("../../assets/font/hannari.eot");
    src: url("../../assets/font/hannari.eot?#iefix") format("embedded-opentype"), url("../../assets/font/hannari.woff2") format("woff2"), url("../../assets/font/hannari.woff") format("woff"), url("../../assets/font/hannari.ttf") format("truetype"), url("../../assets/font/hannari.otf") format("opentype")
} */

/* SP */
@media screen and (max-width: 769px) {
    body {
        min-width: initial;
    }
}

/* Tablet＆PC（768px以上） */
@media only screen and (min-width: 768px) {
    body {
        font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3","Lucida Grande","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    }
}


/* 要素
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    max-height: 100%;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

p,
li,
dt,
dd,
th,
td,
pre {
    -ms-word-break: break-strict;
        word-break: break-strict;

    -ms-line-break: strict;
        line-break: strict;
}

p {
    margin: 0 0 1em;
    max-height: 100%;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

dt {
    font-weight: 700;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace, serif;
}

a {
    background: transparent;
    color: #333;
    text-decoration: none;
}

a:link,
a.visited {
    text-decoration: none;
}

a:hover,
a.active {
    color: #818181;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

a img {
    border-style: none;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    border-style: none;
    vertical-align: middle;
}

.ie.ie8 img {
    width: auto;
}

.ie.ie7 img {
    width: 100%;
}

.ie.ie6 .img {
    width: 25%;
}

.ie.ie6 .img img {
    width: 100%;
}

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

address,
cite,
em,
dfn,
i,
var {
    font-style: normal;
}

em {
    font-weight: 700;
}

b,
strong {
    font-weight: bolder;
}

code,
samp,
kbd {
    font-family: monospace, sans-serif;
}

abbr {
    border: 0;
    font-variant: normal;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

del {
    text-decoration: line-through;
}

dfn {
    font-style: italic;
}

ins {
    background-color: #ff0;
    color: #333;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #333;
    font-weight: 700;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

.ie.ie7 br,
.ie.ie6 br {
    letter-spacing: 0;
}

table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: inherit;
}

th,
td {
    padding: 8px;
    border: 1px solid #c1c1c1;
    text-align: left;
    font-weight: normal;
}

th {
    background: #b0b5fa;
}

.ie.ie7 th,
.ie.ie6 th {
    border-collapse: collapse;
}

caption {
    text-align: left;
    font-weight: normal;
}


/* フォーム
-------------------------------------------------------- */
/* デフォルトCSSを非表示 */
input,
button,
textarea,
select {
    -webkit-appearance: none;
            appearance: none;
}

input,
textarea,
select {
    margin: 0;
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 1.6rem; /* iOS端末のフォーム拡大表示対策 */
    /* font-size: inherit; */
    font-family: inherit;
    resize: none;
}

input,
button {
    vertical-align: middle;
    line-height: normal;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    display: block;
    margin-bottom: 0;
    padding: .5em;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .05);
    vertical-align: middle;
    /* font-size: 1em; */
    line-height: 45px;
    transition: background-color .24s ease-in-out;
}

input[type=date] {
    display: inline-block;
    width: auto;
    cursor: pointer;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
    border: 1px solid #1b63a7;
}

select {
    padding: .5em 2.5em .5em .5em;
    line-height: normal;
    cursor: pointer;
}

/* デフォルトの矢印を非表示（IE用） */
select::-ms-expand {
    display: none;
}
.wpcf7-form-control-wrap[data-name="your-select"],
.your-select,
.first-time,
.second-time {
    position: relative;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name="your-select"]::before,
.your-select::before,
.first-time::before,
.second-time::before {
    position: absolute;
    top: 13px;
    right: .8em;
    z-index: 1;
    display: block;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(25, 114, 181, 1);
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}
.wpcf7-form-control-wrap[data-name="your-select"]::after,
.your-select::after,
.first-time::after,
.second-time::after {
    position: absolute;
    top: 24px;
    right: .8em;
    z-index: 1;
    display: block;
    border-top: 6px solid rgba(25, 114, 181, 1);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}

textarea {
    overflow: auto;
    padding: .5em;
    min-height: 180px;
    max-width: 100%;
    vertical-align: top;
    line-height: 1.5em;
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: .2em;
    width: 20px;
    height: 20px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .05);
    color: #fff;
    vertical-align: -.8rem;
    cursor: pointer;
    /* transition: all .15s ease-out 0s; */
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate,
input[type=radio]:checked::before {
    border: 1px solid rgba(25, 114, 181, 1);
    background: rgba(25, 114, 181, 1);
}

/* チェックボックス */
input[type=checkbox]::before,
input[type=checkbox]::after {
    position: absolute;
    background: #fff;
    content: "";
    /* transition: all .2s ease-in-out; */
}
input[type=checkbox]::before {
    top: 6px;
    left: 2px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
}
input[type=checkbox]::after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    /* transition-delay: .2s; */
    transform: rotate(40deg);
}
input[type=checkbox]:checked::before {
    top: 11px;
    left: 2px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked::after {
    right: 6px;
    bottom: 2px;
    width: 2px;
    height: 13px;
}
input[type=checkbox]:indeterminate::before,
input[type=checkbox]:indeterminate::after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
}
input[type=checkbox]:indeterminate::before {
    top: 7px;
    left: 1px;
}
input[type=checkbox]:indeterminate::after {
    right: 1px;
    bottom: 7px;
}

/* ラジオボタン */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked::before {
    transform: scale(1);
}
input[type=radio]::before {
    display: block;
    margin: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    /* transition: all ease-out .25s; */
    transform: scale(0);
}

label {
    cursor: pointer;
}

/* ファイルアップロード */
input[type="file"] {
    display: none;
}
.file-label {
    display: inline-block;
    padding: 10px 40px;
    background-color: #384878;
    color: #fff;
    cursor: pointer;
}
.file-txt {
    display: inline-block;
    padding: 10px;
}

legend {
    color: #020202;
}

/* 送信ボタン */
#submit-button {
    margin: 0 auto;
    text-align: center;
}

input[type="submit"] {
    display: inline-block;
    margin-top: 2em;
    padding: 1.4em .5em;
    max-width: 320px;
    width: 100%;
    height: auto;
    border: 1px solid #333;
    border-radius: 5px;
    background: #333;
    color: #fff;
    text-align: center;
    text-indent: .5em;
    letter-spacing: .5em;
    font-weight: 600;
    font-size: 90%;
    line-height: 1.3;
    cursor: pointer;
    transition: all .3s ease;
}

input[type="submit"]:hover {
    border-color: rgba(25, 114, 181, 1);
    background-color: rgba(25, 114, 181, 1);
    color: #fff;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    input[type="submit"] {
        padding: 15px 30px;
        font-size: 1.8rem;
    }
}


/* マージン系
-------------------------------------------------------- */
.m0 {
    margin: 0!important;
}

.m5 {
    margin: 5px!important;
}

.m10 {
    margin: 10px!important;
}

.m15 {
    margin: 15px!important;
}

.m20 {
    margin: 20px!important;
}

.m25 {
    margin: 25px!important;
}

.m30 {
    margin: 30px!important;
}

.m35 {
    margin: 35px!important;
}

.m40 {
    margin: 40px!important;
}

.m45 {
    margin: 45px!important;
}

.m50 {
    margin: 50px!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt45 {
    margin-top: 45px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 45px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.ml0 {
    margin-left: 0!important;
}

.ml5 {
    margin-left: 5px!important;
}

.ml10 {
    margin-left: 10px!important;
}

.ml15 {
    margin-left: 15px!important;
}

.ml20 {
    margin-left: 20px!important;
}

.ml25 {
    margin-left: 25px!important;
}

.ml30 {
    margin-left: 30px!important;
}

.ml35 {
    margin-left: 35px!important;
}

.ml40 {
    margin-left: 40px!important;
}

.ml45 {
    margin-left: 45px!important;
}

.ml50 {
    margin-left: 50px!important;
}

.mr0 {
    margin-right: 0!important;
}

.mr5 {
    margin-right: 5px!important;
}

.mr10 {
    margin-right: 10px!important;
}

.mr15 {
    margin-right: 15px!important;
}

.mr20 {
    margin-right: 20px!important;
}

.mr25 {
    margin-right: 25px!important;
}

.mr30 {
    margin-right: 30px!important;
}

.mr35 {
    margin-right: 35px!important;
}

.mr40 {
    margin-right: 40px!important;
}

.mr45 {
    margin-right: 45px!important;
}

.mr50 {
    margin-right: 50px!important;
}


/* パディング系
-------------------------------------------------------- */
.p0 {
    padding: 0!important;
}

.p5 {
    padding: 5px!important;
}

.p10 {
    padding: 10px!important;
}

.p15 {
    padding: 15px!important;
}

.p20 {
    padding: 20px!important;
}

.p25 {
    padding: 25px!important;
}

.p30 {
    padding: 30px!important;
}

.p35 {
    padding: 35px!important;
}

.p40 {
    padding: 40px!important;
}

.p45 {
    padding: 45px!important;
}

.p50 {
    padding: 50px!important;
}

.pt0 {
    padding-top: 0!important;
}

.pt5 {
    padding-top: 5px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt15 {
    padding-top: 15px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt25 {
    padding-top: 25px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt35 {
    padding-top: 35px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt45 {
    padding-top: 45px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pb0 {
    padding-bottom: 0!important;
}

.pb5 {
    padding-bottom: 5px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb15 {
    padding-bottom: 15px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb25 {
    padding-bottom: 25px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb35 {
    padding-bottom: 35px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb45 {
    padding-bottom: 45px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pl0 {
    padding-left: 0!important;
}

.pl5 {
    padding-left: 5px!important;
}

.pl10 {
    padding-left: 10px!important;
}

.pl15 {
    padding-left: 15px!important;
}

.pl20 {
    padding-left: 20px!important;
}

.pl25 {
    padding-left: 25px!important;
}

.pl30 {
    padding-left: 30px!important;
}

.pl35 {
    padding-left: 35px!important;
}

.pl40 {
    padding-left: 40px!important;
}

.pl45 {
    padding-left: 45px!important;
}

.pl50 {
    padding-left: 50px!important;
}

.pr0 {
    padding-right: 0!important;
}

.pr5 {
    padding-right: 5px!important;
}

.pr10 {
    padding-right: 10px!important;
}

.pr15 {
    padding-right: 15px!important;
}

.pr20 {
    padding-right: 20px!important;
}

.pr25 {
    padding-right: 25px!important;
}

.pr30 {
    padding-right: 30px!important;
}

.pr35 {
    padding-right: 35px!important;
}

.pr40 {
    padding-right: 40px!important;
}

.pr45 {
    padding-right: 45px!important;
}

.pr50 {
    padding-right: 50px!important;
}


/* 幅指定(%)
-------------------------------------------------------- */
.w5per {
    width: 5%!important;
}

.w10per {
    width: 10%!important;
}

.w15per {
    width: 15%!important;
}

.w20per {
    width: 20%!important;
}

.w25per {
    width: 25%!important;
}

.w30per {
    width: 30%!important;
}

.w35per {
    width: 35%!important;
}

.w40per {
    width: 40%!important;
}

.w45per {
    width: 45%!important;
}

.w50per {
    width: 50%!important;
}

.w55per {
    width: 55%!important;
}

.w60per {
    width: 60%!important;
}

.w65per {
    width: 65%!important;
}

.w70per {
    width: 70%!important;
}

.w75per {
    width: 75%!important;
}

.w80per {
    width: 80%!important;
}

.w85per {
    width: 85%!important;
}

.w90per {
    width: 90%!important;
}

.w95per {
    width: 95%!important;
}

.w100per {
    width: 100%!important;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .w5per-s {
        width: 5%!important;
    }

    .w10per-s {
        width: 10%!important;
    }

    .w15per-s {
        width: 15%!important;
    }

    .w20per-s {
        width: 20%!important;
    }

    .w25per-s {
        width: 25%!important;
    }

    .w30per-s {
        width: 30%!important;
    }

    .w35per-s {
        width: 35%!important;
    }

    .w40per-s {
        width: 40%!important;
    }

    .w45per-s {
        width: 45%!important;
    }

    .w50per-s {
        width: 50%!important;
    }

    .w55per-s {
        width: 55%!important;
    }

    .w60per-s {
        width: 60%!important;
    }

    .w65per-s {
        width: 65%!important;
    }

    .w70per-s {
        width: 70%!important;
    }

    .w75per-s {
        width: 75%!important;
    }

    .w80per-s {
        width: 80%!important;
    }

    .w85per-s {
        width: 85%!important;
    }

    .w90per-s {
        width: 90%!important;
    }

    .w95per-s {
        width: 95%!important;
    }

    .w100per-s {
        width: 100%!important;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .w5per-m {
        width: 5%!important;
    }

    .w10per-m {
        width: 10%!important;
    }

    .w15per-m {
        width: 15%!important;
    }

    .w20per-m {
        width: 20%!important;
    }

    .w25per-m {
        width: 25%!important;
    }

    .w30per-m {
        width: 30%!important;
    }

    .w35per-m {
        width: 35%!important;
    }

    .w40per-m {
        width: 40%!important;
    }

    .w45per-m {
        width: 45%!important;
    }

    .w50per-m {
        width: 50%!important;
    }

    .w55per-m {
        width: 55%!important;
    }

    .w60per-m {
        width: 60%!important;
    }

    .w65per-m {
        width: 65%!important;
    }

    .w70per-m {
        width: 70%!important;
    }

    .w75per-m {
        width: 75%!important;
    }

    .w80per-m {
        width: 80%!important;
    }

    .w85per-m {
        width: 85%!important;
    }

    .w90per-m {
        width: 90%!important;
    }

    .w95per-m {
        width: 95%!important;
    }

    .w100per-m {
        width: 100%!important;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .w5per-l {
        width: 5%!important;
    }

    .w10per-l {
        width: 10%!important;
    }

    .w15per-l {
        width: 15%!important;
    }

    .w20per-l {
        width: 20%!important;
    }

    .w25per-l {
        width: 25%!important;
    }

    .w30per-l {
        width: 30%!important;
    }

    .w35per-l {
        width: 35%!important;
    }

    .w40per-l {
        width: 40%!important;
    }

    .w45per-l {
        width: 45%!important;
    }

    .w50per-l {
        width: 50%!important;
    }

    .w55per-l {
        width: 55%!important;
    }

    .w60per-l {
        width: 60%!important;
    }

    .w65per-l {
        width: 65%!important;
    }

    .w70per-l {
        width: 70%!important;
    }

    .w75per-l {
        width: 75%!important;
    }

    .w80per-l {
        width: 80%!important;
    }

    .w85per-l {
        width: 85%!important;
    }

    .w90per-l {
        width: 90%!important;
    }

    .w95per-l {
        width: 95%!important;
    }

    .w100per-l {
        width: 100%!important;
    }
}


/* フロート
-------------------------------------------------------- */
.fl {
    float: left!important;
}

.fr {
    float: right!important;
}


/* レイアウトシステム / .flex
-------------------------------------------------------- */
.flex {
    position: relative;
    display: flex;
    margin: 0 auto;

    flex-wrap: wrap;
}
.flex::after {
    display: none;
}
.flex.inline {
    display: inline-flex;
}
.flex.inline > * {
    width: 100%;
}
.flex.start {
    justify-content: flex-start;
}
.flex.end {
    justify-content: flex-end;
}
.flex.center {
    justify-content: center;
}
.flex.around {
    justify-content: space-around;
}
.flex.between {
    justify-content: space-between;
}
.flex.ai-stretch {
    align-items: stretch;
}
.flex.ai-center {
    align-items: center;
}
.flex.ai-baseline {
    align-items: baseline;
}
.flex.ai-start {
    align-items: flex-start;
}
.flex.ai-end {
    align-items: flex-end;
}
.flex.nowrap {
    flex-wrap: nowrap;
}
.flex.column {
    flex-direction: column;
}
.flex.row {
    flex-direction: row;
}
.flex.c-reverse {
    flex-direction: column-reverse;
}
.flex.r-reverse {
    flex-direction: row-reverse;
}

/* .flex img */
.flex img {
    margin: 0 auto;
}

/* .flex-item */
.flex-item {
    flex: 1;
}

/* 2分割 */
.flex.col2 > .flex-item {
    width: calc(100% / 2);
}

/* 3分割 */
.flex.col3 > .flex-item {
    width: calc(100% / 3);
}

/* 4分割 */
.flex.col4 > .flex-item {
    width: calc(100% / 4);
}

/* 5分割 */
.flex.col5 > .flex-item {
    width: calc(100% / 5);
}

/* 6分割 */
.flex.col6 > .flex-item {
    width: calc(100% / 6);
}

.flex.col2 > .flex-item,
.flex.col3 > .flex-item,
.flex.col4 > .flex-item,
.flex.col5 > .flex-item,
.flex.col6 > .flex-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;

    flex: none;
}

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    .flex.sp-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flex.sp-col1 > .flex-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flex.col3.sp-col2 > .flex-item,
    .flex.col4.sp-col2 > .flex-item,
    .flex.col5.sp-col2 > .flex-item,
    .flex.col6.sp-col2 > .flex-item {
        width: calc(100% / 2);
    }
    /* 3分割 */
    .flex.col3.sp-col3 > .flex-item,
    .flex.col4.sp-col3 > .flex-item,
    .flex.col5.sp-col3 > .flex-item,
    .flex.col6.sp-col3 > .flex-item {
        width: calc(100% / 3);
    }
}

/* tb（1200px未満の場合に適用） */
@media (max-width: 1199.98px) {
    .flex.tb-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flex.tb-col1 > .flex-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flex.col3.tb-col2 > .flex-item,
    .flex.col4.tb-col2 > .flex-item,
    .flex.col5.tb-col2 > .flex-item,
    .flex.col6.tb-col2 > .flex-item {
        width: calc(100% / 2);
    }
    /* 3分割 */
    .flex.col3.tb-col3 > .flex-item,
    .flex.col4.tb-col3 > .flex-item,
    .flex.col5.tb-col3 > .flex-item,
    .flex.col6.tb-col3 > .flex-item {
        width: calc(100% / 3);
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .flex.pc-reverse {
        flex-direction: row-reverse;
    }
}


/* テキスト系
-------------------------------------------------------- */
.tal {
    text-align: left!important;
}

.tar {
    text-align: right!important;
}

.tac {
    text-align: center!important;
}

.break-all {
    word-break: break-all!important;
}


/* 表示系
-------------------------------------------------------- */
.disp-n {
    display: none!important;
}

.disp-i {
    display: inline!important;
}

.disp-ib {
    display: inline-block!important;
}

.disp-b {
    display: block!important;
}


/* フォント系
-------------------------------------------------------- */
.font-normal {
    font-weight: normal!important;
}

.font-bold {
    font-weight: bold!important;
}

.font-xs {
    font-size: 10px!important;
}

.font-s {
    font-size: 12px!important;
}

.font-m {
    font-size: 14px!important;
}

.font-l {
    font-size: 16px!important;
}

.font-xl {
    font-size: 18px!important;
}


/* カラー系
-------------------------------------------------------- */
.base-color {
    color: #1b63a7!important;
}

.orange {
    color: #f88522!important;
}

.yellow {
    color: #ecc200!important;
}

.bright-yellow {
    color: #eca700!important;
}

.red {
    color: #eb1010!important;
}

.light-blue {
    color: #87b4de!important;
}

.green {
    color: #00a498!important;
}

.light-green {
    color: #6cc104!important;
}

.light-gray {
    color: #ccc!important;
}

.dark-gray {
    color: #aaa!important;
}

.white {
    color: #fff!important;
}


/* Clearfix
-------------------------------------------------------- */
.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

/*.clearfix {
    *zoom: 1
}*/

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* 擬似クラスclearfix */
div:after,
ul:after,
ol:after,
dl:after {
    display: block;
    clear: both;
} /* この記述は固定 */

div,
ul,
ol,
dl {
    zoom: 1;
} /* clearfix IE6, 7 */

div:after,
ul:after,
ol:after,
dl:after {
    content: "";
} /* clearfix */



/* 可変幅(常に100%)
-------------------------------------------------------- */
.fluid {
    display: block;
    width: 100%;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fluid-s,
    .fluid-sm {
        display: block;
        width: 100%;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .fluid-m,
    .fluid-sm {
        display: block;
        width: 100%;
    }
}


/* 可変幅(画像幅以下の場合のみ100%)
-------------------------------------------------------- */
.flex {
    max-width: 100%;
}


/* 表示・非表示設定
-------------------------------------------------------- */
/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .visible-m {
        display: none!important;
    }

    .visible-l {
        display: none!important;
    }

    .hidden-s {
        display: none!important;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .visible-s {
        display: none!important;
    }

    .visible-l {
        display: none!important;
    }

    .hidden-m {
        display: none!important;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .visible-s {
        display: none!important;
    }

    .visible-m {
        display: none!important;
    }

    .hidden-l {
        display: none!important;
    }
}


/* ホバーエフェクト
-------------------------------------------------------- */
/* PC */
@media only screen and (min-width: 980px) {
    .hover {
        -webkit-transition: opacity .1s ease-out;
             -o-transition: opacity .1s ease-out;
                transition: opacity .1s ease-out;
    }

    .hover:hover {
               opacity: .7;
        -ms-filter: "alpha(opacity=70)";
            filter: alpha(opacity=70);

        -khtml-opacity: .7;
          -moz-opacity: .7;
    }

    .ie8 .hover:hover img {
        -ms-filter: "alpha(opacity=70)";
    }
}


/* 印刷用css
-------------------------------------------------------- */
@media print {
    @page {
        margin: .5cm;
        margin-top: .4cm;
    }

    body {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
        background: none!important;
        color: #000;
        font-size: 12pt;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
        line-height: 1.45;
    }

    /* Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    h1 {
        font-size: 19pt;
    }

    h2 {
        font-size: 17pt;
    }

    h3 {
        font-size: 15pt;
    }

    h4,
    h5,
    h6 {
        font-size: 14pt;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        orphans: 3;
        widows: 3;
    }

    code {
        font: 12pt Courier, monospace;
    }

    blockquote {
        margin: 1.2em;
        padding: 1em;
        font-size: 12pt;
    }

    hr {
        background-color: #ccc;
    }

    /* Images */
    img {
        margin: 1em 1.5em 1.5em 0;
        max-width: 100%!important;
    }

    a img {
        border: 0;
    }

    /* Links */
    a:link,
    a:visited {
        background: transparent;
        color: #333;
        text-decoration: underline;
        font-weight: 700;
    }

    a:link[href^="http://"]:after,
    a[href^="http://"]:visited:after {
        content: " (" attr(href) ") ";
        font-size: 90%;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Don't show linked images  */
    a[href^="http://"] {
        color: #000;
    }

    a[href$=".jpg"]:after,
    a[href$=".jpeg"]:after,
    a[href$=".gif"]:after,
    a[href$=".png"]:after {
        display: none;
        content: " (" attr(href) ") ";
    }

    /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /* Table */
    table {
        margin: 1px;
        text-align: left;
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: 700;
    }

    td {
        border-bottom: 1px solid #333;
    }

    th,
    td {
        padding: 4px 10px 4px 0;
    }

    tfoot {
        font-style: italic;
    }

    caption {
        margin-bottom: 2em;
        background: #fff;
        text-align: left;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    /* Parts */
    .wrap {
        position: relative!important;
        display: block!important;
        float: none!important;
        clear: both!important;
    }

    .no-js,
    .hdr,
    .cnts-sub,
    .ftr,
    #pagetop,
    .slidemenu {
        display: none!important;
    }

    .cnts table th {
        box-shadow: none!important;
    }

    .cnts-main {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
    }

    .no-print {
        display: none!important;
    }

    .visual-bg {
        display: none!important;
    }
}


/* アイコン / .ico
-------------------------------------------------------- */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "webfont";
    src: url("../../assets/font/webfont.eot?63494488");
    src: url("../../assets/font/webfont.eot?63494488#iefix") format("embedded-opentype"), url("../../assets/font/webfont.woff2?63494488") format("woff2"), url("../../assets/font/webfont.woff?63494488") format("woff"), url("../../assets/font/webfont.ttf?63494488") format("truetype"), url("../../assets/font/webfont.svg?63494488#webfont") format("svg");
}

.ico {
    width: 1.2857142857142858em;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "webfont";
    line-height: 1;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-search:before {
    content: "\e800";
}

.ico-mail-empty:before {
    content: "\e801";
}

.ico-mail:before {
    content: "\e802";
}

.ico-mail-squared:before {
    content: "\e803";
}

.ico-heart:before {
    content: "\e804";
}

.ico-heart-empty:before {
    content: "\e805";
}

.ico-star-1:before {
    content: "\e806";
}

.ico-star-2:before {
    content: "\e807";
}

.ico-star-4:before {
    content: "\e808";
}

.ico-star-3:before {
    content: "\e809";
}

.ico-videocam:before {
    content: "\e80a";
}

.ico-camera:before {
    content: "\e80b";
}

.ico-camera-2:before {
    content: "\e80c";
}

.ico-ok:before {
    content: "\e80d";
}

.ico-ok-circled:before {
    content: "\e80e";
}

.ico-ok-circled-2:before {
    content: "\e80f";
}

.ico-ok-squared:before {
    content: "\e810";
}

.ico-cancel:before {
    content: "\e811";
}

.ico-cancel-circled:before {
    content: "\e812";
}

.ico-cancel-circled-2:before {
    content: "\e813";
}

.ico-plus:before {
    content: "\e814";
}

.ico-plus-circled:before {
    content: "\e815";
}

.ico-plus-squared:before {
    content: "\e816";
}

.ico-plus-squared-2:before {
    content: "\e817";
}

.ico-minus:before {
    content: "\e818";
}

.ico-minus-circled:before {
    content: "\e819";
}

.ico-minus-squared:before {
    content: "\e81a";
}

.ico-minus-squared-2:before {
    content: "\e81b";
}

.ico-help:before {
    content: "\e81c";
}

.ico-help-circled:before {
    content: "\e81d";
}

.ico-home-1:before {
    content: "\e81e";
}

.ico-link-ext:before {
    content: "\e81f";
}

.ico-link-ext-2:before {
    content: "\e820";
}

.ico-tag:before {
    content: "\e821";
}

.ico-tags:before {
    content: "\e822";
}

.ico-bookmark:before {
    content: "\e823";
}

.ico-bookmark-empty:before {
    content: "\e824";
}

.ico-flag:before {
    content: "\e825";
}

.ico-flag-empty:before {
    content: "\e826";
}

.ico-flag-checkered:before {
    content: "\e827";
}

.ico-comment:before {
    content: "\e828";
}

.ico-chat:before {
    content: "\e829";
}

.ico-comment-empty:before {
    content: "\e82a";
}

.ico-chat-empty:before {
    content: "\e82b";
}

.ico-location:before {
    content: "\e82c";
}

.ico-doc-text:before {
    content: "\e82d";
}

.ico-file-pdf:before {
    content: "\e82e";
}

.ico-file-word:before {
    content: "\e82f";
}

.ico-file-excel:before {
    content: "\e830";
}

.ico-file-powerpoint:before {
    content: "\e831";
}

.ico-rss:before {
    content: "\e832";
}

.ico-rss-squared:before {
    content: "\e833";
}

.ico-phone:before {
    content: "\e834";
}

.ico-phone-squared:before {
    content: "\e835";
}

.ico-fax:before {
    content: "\e836";
}

.ico-menu:before {
    content: "\e837";
}

.ico-calendar:before {
    content: "\e838";
}

.ico-zoom-in:before {
    content: "\e839";
}

.ico-zoom-out:before {
    content: "\e83a";
}

.ico-down-circled-2:before {
    content: "\e83b";
}

.ico-up-circled-2:before {
    content: "\e83c";
}

.ico-left-circled-2:before {
    content: "\e83d";
}

.ico-right-circled-2:before {
    content: "\e83e";
}

.ico-down-dir:before {
    content: "\e83f";
}

.ico-up-dir:before {
    content: "\e840";
}

.ico-left-dir:before {
    content: "\e841";
}

.ico-right-dir:before {
    content: "\e842";
}

.ico-down-open:before {
    content: "\e843";
}

.ico-left-open:before {
    content: "\e844";
}

.ico-right-open:before {
    content: "\e845";
}

.ico-up-open:before {
    content: "\e846";
}

.ico-angle-left:before {
    content: "\e847";
}

.ico-angle-right:before {
    content: "\e848";
}

.ico-angle-up:before {
    content: "\e849";
}

.ico-angle-down:before {
    content: "\e84a";
}

.ico-angle-circled-left:before {
    content: "\e84b";
}

.ico-angle-circled-right:before {
    content: "\e84c";
}

.ico-angle-circled-up:before {
    content: "\e84d";
}

.ico-angle-circled-down:before {
    content: "\e84e";
}

.ico-angle-double-left:before {
    content: "\e84f";
}

.ico-angle-double-right:before {
    content: "\e850";
}

.ico-angle-double-up:before {
    content: "\e851";
}

.ico-angle-double-down:before {
    content: "\e852";
}

.ico-down:before {
    content: "\e853";
}

.ico-left:before {
    content: "\e854";
}

.ico-right:before {
    content: "\e855";
}

.ico-up:before {
    content: "\e856";
}

.ico-down-big:before {
    content: "\e857";
}

.ico-left-big:before {
    content: "\e858";
}

.ico-right-big:before {
    content: "\e859";
}

.ico-up-big:before {
    content: "\e85a";
}

.ico-left-circled:before {
    content: "\e85b";
}

.ico-right-circled:before {
    content: "\e85c";
}

.ico-up-circled:before {
    content: "\e85d";
}

.ico-down-circled:before {
    content: "\e85e";
}

.ico-collapse-left:before {
    content: "\e85f";
}

.ico-expand-right:before {
    content: "\e860";
}

.ico-collapse:before {
    content: "\e861";
}

.ico-expand:before {
    content: "\e862";
}

.ico-globe:before {
    content: "\e863";
}

.ico-laptop:before {
    content: "\e864";
}

.ico-user:before {
    content: "\e865";
}

.ico-chart-line:before {
    content: "\e866";
}

.ico-chart-area:before {
    content: "\e867";
}

.ico-chart-bar:before {
    content: "\e868";
}

.ico-chart-pie:before {
    content: "\e869";
}

.ico-cab:before {
    content: "\e86a";
}

.ico-building-filled:before {
    content: "\e86b";
}

.ico-calc:before {
    content: "\e86c";
}

.ico-briefcase:before {
    content: "\e86d";
}

.ico-award:before {
    content: "\e86e";
}

.ico-desktop:before {
    content: "\e86f";
}

.ico-tablet:before {
    content: "\e870";
}

.ico-gift:before {
    content: "\e871";
}

.ico-money:before {
    content: "\e872";
}

.ico-play-circled:before {
    content: "\e873";
}

.ico-play-circled-2:before {
    content: "\e874";
}

.ico-play:before {
    content: "\e875";
}

.ico-stop:before {
    content: "\e876";
}

.ico-book:before {
    content: "\e877";
}

.ico-basket:before {
    content: "\e878";
}

.ico-brush:before {
    content: "\e879";
}

.ico-birthday:before {
    content: "\e87a";
}

.ico-diamond:before {
    content: "\e87b";
}

.ico-music:before {
    content: "\e87c";
}

.ico-pin:before {
    content: "\e87d";
}

.ico-direction:before {
    content: "\e87e";
}

.ico-pencil:before {
    content: "\e87f";
}

.ico-pencil-squared:before {
    content: "\e880";
}

.ico-edit:before {
    content: "\e881";
}

.ico-link:before {
    content: "\e882";
}

.ico-unlink:before {
    content: "\e883";
}

.ico-popup:before {
    content: "\e884";
}

.ico-popup-1:before {
    content: "\e885";
}

.ico-down-open-2:before {
    content: "\e886";
}

.ico-left-open-2:before {
    content: "\e887";
}

.ico-down-circle:before {
    content: "\e888";
}

.ico-left-circle:before {
    content: "\e889";
}

.ico-right-circle:before {
    content: "\e88a";
}

.ico-up-circle:before {
    content: "\e88b";
}

.ico-contact:before {
    content: "\e88c";
}

.ico-btn-right:before {
    content: "\e88d";
}

.ico-down-micro:before {
    content: "\e88e";
}

.ico-up-micro:before {
    content: "\e88f";
}

.ico-attention:before {
    content: "\e890";
}

.ico-attention-circled:before {
    content: "\e891";
}

.ico-clock:before {
    content: "\e892";
}

.ico-folder:before {
    content: "\e893";
}

.ico-truck:before {
    content: "\e894";
}

.ico-clock-1:before {
    content: "\e895";
}

.ico-line:before {
    content: "\e896";
}

.ico-down-open-1:before {
    content: "\e897";
}

.ico-left-open-1:before {
    content: "\e898";
}

.ico-right-open-1:before {
    content: "\e899";
}

.ico-up-open-1:before {
    content: "\e89a";
}

.ico-down-open-mini:before {
    content: "\e89b";
}

.ico-left-open-mini:before {
    content: "\e89c";
}

.ico-right-open-mini:before {
    content: "\e89d";
}

.ico-up-open-mini:before {
    content: "\e89e";
}

.ico-down-open-big:before {
    content: "\e89f";
}

.ico-left-open-big:before {
    content: "\e8a0";
}

.ico-right-open-big:before {
    content: "\e8a1";
}

.ico-up-open-big:before {
    content: "\e8a2";
}

.ico-down-dir-1:before {
    content: "\e8a3";
}

.ico-left-dir-1:before {
    content: "\e8a4";
}

.ico-right-dir-1:before {
    content: "\e8a5";
}

.ico-up-dir-1:before {
    content: "\e8a6";
}

.ico-dot-1:before {
    content: "\e8a7";
}

.ico-dot-2:before {
    content: "\e8a8";
}

.ico-dot-3:before {
    content: "\e8a9";
}

.ico-pencil-1:before {
    content: "\e8aa";
}

.ico-right-open-2:before {
    content: "\e8ab";
}

.ico-up-open-2:before {
    content: "\e8ac";
}

.ico-btn-up:before {
    content: "\e8ad";
}

.ico-home:before {
    content: "\e8ae";
}

.ico-company:before {
    content: "\e8af";
}

.ico-business:before {
    content: "\e8b0";
}

.ico-products:before {
    content: "\e8b1";
}

.ico-news:before {
    content: "\e8b2";
}

.ico-blog:before {
    content: "\e8b3";
}

.ico-schedule:before {
    content: "\e8b4";
}

.ico-gap:before {
    content: "\e8b5";
}

.ico-law:before {
    content: "\e8b6";
}

.ico-marketing:before {
    content: "\e8b7";
}

.ico-privacy:before {
    content: "\e8b8";
}

.ico-cooking:before {
    content: "\e8b9";
}

.ico-onlineshop:before {
    content: "\e8ba";
}

.ico-sitemap:before {
    content: "\e8bb";
}

.ico-folder-empty:before {
    content: "\f114";
}

.ico-male:before {
    content: "\f183";
}

.ico-taxi:before {
    content: "\f1ba";
}

.ico-bus:before {
    content: "\f207";
}

.ico-ship:before {
    content: "\f21a";
}

.ico-subway:before {
    content: "\f239";
}

.ico-facebook:before {
    content: "\f300";
}

.ico-facebook-rect:before {
    content: "\f301";
}

.ico-twitter-1:before {
    content: "\f302";
}

.ico-twitter-bird:before {
    content: "\f303";
}

.ico-googleplus-rect:before {
    content: "\f309";
}

.ico-vkontakte-rect:before {
    content: "\f30a";
}

.ico-tumblr-rect:before {
    content: "\f310";
}

.ico-tumblr:before {
    content: "\f311";
}

.ico-youtube:before {
    content: "\f313";
}

.ico-instagram:before {
    content: "\f31e";
}

.ico-instagram-filled:before {
    content: "\f31f";
}


/* 画像アイコン / .imgico
-------------------------------------------------------- */
.imgico {
    display: inline-block;
    background: url(../../assets/img/common/ico_imgico.png) 0 0 no-repeat;
    vertical-align: middle;
    line-height: 0;
}

.ie.ie6 .imgico,
.ie.ie7 .imgico {
    display: inline;
    zoom: 1;
}


/* ボタン / .btn
-------------------------------------------------------- */
.btn {
    display: inline-block;
    margin: 0 0 5px;
    border: 0;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: opacity .1s ease-out;
         -o-transition: opacity .1s ease-out;
            transition: opacity .1s ease-out;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.ie.ie6 .btn,
.ie.ie7 .btn {
    display: inline;
    zoom: 1;
}

.ie.ie7 .btn,
.ie.ie8 .btn {
    filter: none;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn:hover {
               opacity: .7;
        -ms-filter: "alpha(opacity=70)";
            filter: alpha(opacity=70);

        -khtml-opacity: .7;
          -moz-opacity: .7;
    }
}

a.btn {
    text-decoration: none!important;
}

.btn .ico {
    margin-left: 5px;
}

.btn .imgico {
    margin-left: 5px;
}

/* 青+白文字 */
.btn-blue {
    padding: 12px 22px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #447bc7;
    box-shadow: 0 3px 0 #17419f;
    color: #fff!important;
    font-weight: 700;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-blue:hover {
        color: #fff;
    }
}

/* オレンジ+白文字 */
.btn-orange {
    padding: 12px 22px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #f7790b;
    box-shadow: 0 3px 0 #cc3100;
    color: #fff!important;
    font-weight: 700;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-orange:hover {
        color: #fff;
    }
}

/* 白+黒文字 */
.btn-white {
    padding: 12px 22px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #f0f0f0;
    box-shadow: 0 3px 0 #b0b0b0;
    color: #222!important;
    font-weight: 700;
}

.btn-white .ico {
    color: #1b63a7;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-white:hover {
        color: #222;
    }
}

/* 赤+白文字 */
.btn-red {
    padding: 12px 22px;
    /*border: solid 1px #e6000f;*/
    border: 0;
    border-radius: 4px;
    background: #dc1d1d;
    box-shadow: 0 3px 0 #960202;
    color: #fff!important;
    font-weight: 700;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-red:hover {
        color: #fff;
    }
}

/* 緑+白文字 */
.btn-green {
    padding: 12px 22px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #65bc1f;
    box-shadow: 0 3px 0 #288b04;
    color: #fff!important;
    font-weight: 700;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-green:hover {
        color: #fff;
    }
}

/* 黒+白文字 */
.btn-black {
    padding: 12px 22px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #444;
    box-shadow: 0 3px 0 #000;
    color: #fff!important;
    font-weight: 700;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-black:hover {
        color: #fff;
    }
}

/* 青+白文字（大） */
.btn-blue-l {
    padding: 18px 27px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #447bc7;
    box-shadow: 0 3px 0 #17419f;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-blue-l:hover {
        color: #fff;
    }
}

/* オレンジ+白文字（大） */
.btn-orange-l {
    padding: 18px 27px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #f7790b;
    box-shadow: 0 3px 0 #cc3100;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-orange-l:hover {
        color: #fff;
    }
}

/* 白+黒文字（大） */
.btn-white-l {
    padding: 18px 27px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #f0f0f0;
    box-shadow: 0 3px 0 #b0b0b0;
    color: #222!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-white-l .ico {
    color: #1b63a7;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-white-l:hover {
        color: #222;
    }
}

/* 赤+白文字（大） */
.btn-red-l {
    padding: 18px 27px;
    /*border: solid 1px #e6000f;*/
    border: 0;
    border-radius: 4px;
    background: #dc1d1d;
    box-shadow: 0 3px 0 #960202;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-red-l:hover {
        color: #fff;
    }
}

/* 緑+白文字（大） */
.btn-green-l {
    padding: 18px 27px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #65bc1f;
    box-shadow: 0 3px 0 #288b04;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-green-l:hover {
        color: #fff;
    }
}

/* 黒+白文字（大） */
.btn-black-l {
    padding: 18px 27px;
    /*border: solid 1px #e3e3e3;*/
    border: 0;
    border-radius: 4px;
    background: #444;
    box-shadow: 0 3px 0 #000;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

/* PC */
@media only screen and (min-width: 980px) {
    .btn-black-l:hover {
        color: #fff;
    }
}


/* ステッカー / .sticker
-------------------------------------------------------- */
.sticker {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fc9c43;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
       -moz-box-shadow: 0 0 3px 0 #ccc;
            box-shadow: 0 1px 1px 0 #ccc;
    color: #fff;
    vertical-align: middle;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: background-color .1s ease-out;
         -o-transition: background-color .1s ease-out;
            transition: background-color .1s ease-out;
}

.ie.ie6 .sticker,
.ie.ie7 .sticker {
    display: inline;
    zoom: 1;
}

a.sticker:hover {
    background: #e59600;
    color: #fff;
}


/* 幅、余白確保ボックス / .holder-
-------------------------------------------------------- */
/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .holder-s,
    .holder-sm,
    .holder-sl,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 93.75%;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .holder-m,
    .holder-sm,
    .holder-ml,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 94.79%;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .holder-l,
    .holder-sl,
    .holder-ml,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 970px;
    }
}


/* テーブル / .table
-------------------------------------------------------- */
.table {
    margin: 0 0 20px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.table caption {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #f99408;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.table tr:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}

.table th {
    width: 28%;
}

.table th,
.table td {
    padding: 15px 30px;
    border: 0;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

.table th {
    font-size: 16px;
    font-size: 1.6rem;
}

.table td {
    font-size: 14px;
    font-size: 1.4rem;
}

.table th > :last-child,
.table td > :last-child {
    margin-bottom: 0;
}

.table thead th {
    background: #f99408;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.table tbody th {
    background: #fafafa;
}

.table-striped tbody tr:nth-child(even) th {
    background: #e7eaed;
}

.table-striped tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

.table-use-caption thead th {
    background: #999;
    filter: none;
}

.table table {
    font-size: 14px;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .table-responsive {
        width: 100%;
    }

    .table-responsive th,
    .table-responsive td {
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        border-bottom: 0;
        text-align: center;
    }

    .table-responsive th {
        padding: 10px;
        background-position: 0 100%;
    }
}

.table-ttl {
    background: #cbd9e6!important;
    color: #355d7d;
}


/* レスポンシブテーブル / .primary-table, .secondly-table
-------------------------------------------------------- */
.no-js .primary-table-ml,
.no-js .primary-table-l {
    display: table!important;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .primary-table-ml,
    .primary-table-l {
        display: none;
    }

    .secondly-table-s,
    .secondly-table-sm {
        margin: 0 0 10px;
    }

    .secondly-table-s caption,
    .secondly-table-s th,
    .secondly-table-s td,
    .secondly-table-sm caption,
    .secondly-table-sm th,
    .secondly-table-sm td {
        padding: 5px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .primary-table-l {
        display: none;
    }

    .secondly-table-s {
        display: none;
    }

    .secondly-table-sm {
        margin: 0 0 10px;
    }

    .secondly-table-sm caption,
    .secondly-table-sm th,
    .secondly-table-sm td {
        padding: 5px;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .secondly-table-s,
    .secondly-table-sm {
        display: none;
    }
}


/* 注釈 / .note, note-list
-------------------------------------------------------- */
.note,
.note-list li {
    margin-left: 1em;
    text-indent: -1em;
}

.note-list-margin li {
    margin-bottom: 10px;
}

.note-list-margin li:last-child {
    margin-bottom: 0;
}


/* 画像付きボックス / .media
-------------------------------------------------------- */
.media {
    clear: both;
}

.media:before,
.media:after {
    display: table;
    content: " ";
}

.media:after {
    clear: both;
}

/*.media {
    *zoom: 1
}*/

.media-img {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: center;
}

.media-img > img {
    display: inline;
}

.media-img-rev {
    float: none;
    margin: 0 0 10px;
}

.media-body {
    overflow: visible;
}

.media-body > :last-child {
    margin-bottom: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .media-img {
        float: left;
        margin-right: 2.564102564102564%;/*30px*/
        width: 48.71794871794872%;/*570px*/
    }

    .media-img > img {
        display: block;
    }

    .media-img-rev {
        float: right;
        margin-right: 0;
        margin-left: 2.564102564102564%;/*30px*/
    }

    .media-body {
        float: left;
        overflow: hidden;
        width: 48.71794871794872%;/*570px*/
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .media {
        margin: 0 0 50px 0;
        padding: 0;
    }

    .media-img {
        float: left;
        margin-right: 2.564102564102564%;/*30px*/
        width: 48.71794871794872%;/*570px*/
    }

    .media-img > img {
        display: block;
    }

    .media-img-rev {
        float: right;
        margin-right: 0;
        margin-left: 2.564102564102564%;/*30px*/
    }

    .media-body {
        float: left;
        overflow: hidden;
        width: 48.71794871794872%;/*570px*/
    }
}


/* Informatio / .headlines
-------------------------------------------------------- */
.headlines {
    margin-bottom: 40px;
}

.page-home .headlines {
    overflow: auto;
    height: 190px;
}

.headlines-box {
    border-bottom: 1px dotted #aeb6ab;
    /*margin: 1em 0 0;
    padding: 0 0 1em;*/
    background: #fff;
    line-height: 35px;
}

.page-home .headlines-box {
    /*margin: 1.2em 0 0;
    padding: 0 0 1.2em;*/
}

.headlines-box:hover {
    background: #f4f2eb;
}

.headlines-box:first-child {
    /*margin: 0;*/
}

.headlines-box-date {
    padding-left: 5px;
    color: #f99408;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
}

.headlines-box-date .ico {
    position: relative;
    top: -2px;
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.headlines-box-list {
    /*margin: .5em 0 0 1.3em;
    text-indent: -1.3em;*/
    overflow: hidden;
    /*margin-top: .6rem;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headlines-box-list:first-child {
    /*margin-top: 0;*/
}

.headlines-box-list .ico {
    position: relative;
    top: -2px;
    margin: 0 1em 0 0;
    color: #586f12;
    font-size: 13px;
    font-size: 1.3rem;
}

.headlines-box-list .category {
    display: inline-block;
    overflow: hidden;
    margin-top: -2px;
    margin-right: 20px;
    padding: 1px 5px;
    width: 150px;
    border-radius: 2px;
    background: #a5a5a5;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.headlines-box-list .category.information {
    background: #00acee;
}

.headlines-box-list .category.blog {
    background: #ffab3c;
}

.headlines-box-list .category.campaign {
    background: #87c040;
}

.headlines-box-list .category.event {
    background: #db4a39;
}

.headlines-box-list .category.voice {
    background: #3979db;
}

.headlines-box-list .category.youtube {
    background: #db4a39;
}

.headlines-box-list .ttl {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.headlines-ftr {
    text-align: center;
}

.headlines-ftr .btn {
    margin: 15px 0 0 0;
}

.headlines-ftr .btn:first-child {
    margin: 0;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .headlines {
        margin-bottom: 40px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .headlines {
        margin-bottom: 30px;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .headlines {
        margin-bottom: 35px;
    }

    .page-home .headlines {
        height: 280px;
    }

    .headlines-box {
        line-height: 55px;
    }

    .headlines-box-date {
        float: left;
        width: 14.957264957264956%;/*175px;*/
    }

    .headlines-box-list {
        float: left;
        width: 85.04273504273505%;/*995px;*/
    }

    .page-home .headlines-box-list {
        width: 85.04273504273505%;/*995px;*/
    }

    .headlines-ftr {
        text-align: center;
    }

    .headlines-ftr .btn {
        margin: 0 0 0 15px;
        padding: 18px 150px;
    }

    .headlines-ftr .btn .ico {
        margin: 15px;
    }
}


/* ブロック / .block
-------------------------------------------------------- */
.block {
    margin: 0 0 50px;
}

.block:last-child {
    margin: 0;
}

.block-ttl {
    margin: 0 0 25px;
    padding: 3px 10px 10px 3px;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
}

.block-ttl .ico {
    padding: 6px 6px 6px 2px;
    color: #f99408;
    font-size: 24px;
    font-size: 2.4rem;
}

.block-body {
    padding: 0 0 0 0;
}

.block-body > :last-child {
    margin-bottom: 0;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .block-body {
        padding: 0;
    }
}


/* 画像フレーム / .imgflame
-------------------------------------------------------- */
.imgflame {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    border: 1px solid #ededed;
    background: #fff;
}


/* 影フレーム / .shadowflame
-------------------------------------------------------- */
.shadowflame {
    position: relative;
    -webkit-box-shadow: 0 0 12px 0 rgba(219, 216, 200, 1);
       -moz-box-shadow: 0 0 12px 0 rgba(219, 216, 200, 1);
            box-shadow: 0 0 12px 0 rgba(219, 216, 200, 1);
    zoom: 1;

    behavior: url(/common/css/PIE.htc);
}


/* マーカー / .marker
-------------------------------------------------------- */
.marker {
    display: inline;
    background: -webkit-linear-gradient(transparent 67%, #fced40 67%, #fced40);
    background:         linear-gradient(transparent 67%, #fced40 67%, #fced40);
}


/* リンク / .link
-------------------------------------------------------- */
.link {
    display: inline-block;
}

.link .ico {
    margin: 0 5px;
    color: #1b63a7;
}

.ie.ie6 .link,
.ie.ie7 .link {
    display: inline;
    zoom: 1;
}


/* リスト(デフォルトスタイル) / .ul, .ol
-------------------------------------------------------- */
.ul {
    margin: 0 0 1em 1.5em;
    list-style: disc outside;
}

.ul-square {
    margin: 0 0 0 1.5em;
    list-style: square outside;
}

.ul-margin > li {
    margin-bottom: 1em;
}

.ol {
    margin: 0 0 1em 2em;
    list-style: decimal outside;
}

.ol-lower-roman {
    list-style-type: lower-roman;
}

.ol-margin > li {
    margin-bottom: 1em;
}


/* リスト(アイコン付き) / .list, list_*
-------------------------------------------------------- */
.list {
    margin: 0 0 1em 1.5em;
}

.list li {
    position: relative;
}

.list li li {
    margin: 0 0 0 13px;
}

.list li:after {
    position: absolute;
    top: .5em;
    left: -1.1em;
    display: block;
    content: "";
}

.ie6 .list,
.ie7 .list {
    margin: 0 0 1em 1.5em;
    list-style: disc outside;
}

.ie8 .list {
    margin: 0 0 1em 1.5em;
}

.list-margin > li {
    margin-bottom: 1em;
}

.list-arrow-down li:after {
    top: .6em;
    width: 0;
    height: 0;
    border-top: 5px solid #f99408;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.list-arrow-up li:after {
    top: .6em;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f99408;
    border-left: 5px solid transparent;
}

.list-arrow-right li:after {
    top: .6em;
    width: 0;
    height: 0;
    border-top: 5px solid #f99408;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.list-chevron-down li:after {
    top: .4em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #f99408;
    border-bottom: 1px solid #f99408;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list-chevron-up li:after {
    top: .6em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #f99408;
    border-bottom: 1px solid #f99408;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.list-chevron-right li:after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #f99408;
    border-bottom: 1px solid #f99408;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.list-circle li:after {
    width: 5px;
    height: 5px;
    border: 1px solid #f99408;
    border-radius: 100%;
    background-color: #fff;
}

.list-check li:after {
    width: 8px;
    height: 3px;
    border-bottom: 2px solid #f99408;
    border-left: 2px solid #f99408;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


/* 定義 / .dl
-------------------------------------------------------- */
.dl {
    margin: 0 0 1em;
    padding: 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.dl dt {
    margin: 0 0 10px;
    padding: 8px 11px;
    background: #eee;
    font-weight: 700;
}

.dl dd {
    margin: 0 0 20px;
    padding: 0 0 0 11px;
}

.dl dd:last-child {
    margin: 0;
}

.dl dd > :last-child {
    margin-bottom: 0;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .dl dd {
        padding: 0;
    }
}


/* メッセージ / .msg
-------------------------------------------------------- */
.msg {
    margin: 0 0 20px;
    padding: 20px 25px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.msg > :last-child {
    margin-bottom: 0;
}

.msg .btn {
    margin: 0 5px 5px 0;
}

.msg-ttl {
    margin: 0 0 10px;
    color: #69b000;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

.msg-ttl .ico {
    margin: 0 5px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.msg-body > :last-child {
    margin-bottom: 0;
}

.msg-notice {
    border-color: #e7e3d3;
    background: #fbf8ea;
}

.msg-notice .msg-ttl {
    color: #eca700;
}

.msg-caution {
    border-color: #ebd5d5;
    background: #fbeded;
}

.msg-caution .msg-ttl {
    color: #bf1517;
}


/* 条 / .article
-------------------------------------------------------- */
.article {
    margin-bottom: 20px;
}

.article-ttl {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.article-ttl:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 7px;
    width: 11px;
    height: 11px;
    border: 3px solid #f99408;
    border-radius: 6px;
    content: "";
}

.article-body {
    padding: 0 0 0 0;
}

.article-body > :last-child {
    margin-bottom: 0;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .article-body {
        padding: 0;
    }
}


/* 文書 / .doc
-------------------------------------------------------- */
.doc .ol li {
    margin-bottom: .5em;
}

.doc-ttl {
    margin-bottom: 1em;
    font-weight: normal;
}

.doc-body {
    padding-left: 1.5em;
}


/* ボーダーボックス / .border
-------------------------------------------------------- */
.border {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.border > :last-child {
    margin-bottom: 0;
}

.border-gray {
    border-color: #ddd;
    background-color: #fcfcfc;
}

.border-green {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.border-blue {
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.border-yellow {
    border-color: #efe6c0;
    background-color: #fffdf5;
}

.border-red {
    border-color: #ebccd1;
    background-color: #f2dede;
}


/* ナンバーリスト / .number-list
-------------------------------------------------------- */
.number-list {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none!important; /*数字を一旦消す*/
    counter-reset: number; /*数字をリセット*/
}
.number-list li {
    position: relative;
    margin-bottom: 5px;
    padding: 1.2em;
    border-left: solid 48px #f99408;
    background: #fafafa;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
}
.number-list li span {
    margin-bottom: 5px;
    color: #f99408;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.number-list li::before {
    /* 以下数字をつける */
    position: absolute;
    top: 50%;
    left: -48px;
    /*数字のデザイン変える*/
    display: inline-block;
    width: 48px;
    height: 1em;
    color: white;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Avenir","Arial Black","Arial",sans-serif;
    line-height: 1;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* wrapwidth / .wrap
-------------------------------------------------------- */
.wrap980,
.wrap1000,
.wrap1100,
.wrap1120,
.wrap1160,
.wrap1200,
.wrap1240,
.wrap1340,
.wrap1364,
.wrap1400,
.wrap1480,
.wrap1920 {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

/* PC */
@media only screen and (min-width: 980px) {
    .wrap980,
    .wrap1000,
    .wrap1100,
    .wrap1120,
    .wrap1160,
    .wrap1200,
    .wrap1240,
    .wrap1340,
    .wrap1364,
    .wrap1400,
    .wrap1480,
    .wrap1920 {
        min-width: 1200px;
        width: calc(100% - 40px);
    }
    .wrap980 {
        max-width: 980px; /*facebook*/
    }
    .wrap1000 {
        max-width: 1000px; /*アットホーム*/
    }
    .wrap1100 {
        max-width: 1100px; /*東急電鉄*/
    }
    .wrap1120 {
        max-width: 1120px; /*-*/
    }
    .wrap1160 {
        max-width: 1160px; /*トヨタ自動車*/
    }
    .wrap1200 {
        max-width: 1200px; /*SONY*/
    }
    .wrap1240 {
        max-width: 1240px; /*みずほ銀行*/
    }
    .wrap1340 {
        max-width: 1340px; /*楽天*/
    }
    .wrap1364 {
        max-width: 1364px; /*-*/
    }
    .wrap1400 {
        max-width: 1400px; /*電通*/
    }
    .wrap1480 {
        max-width: 1480px; /*Amazon、食べログ*/
    }
    .wrap1920 {
        max-width: 1920px; /*YouTube*/
    }
}


/* .flexbox
-------------------------------------------------------- */
.flexbox {
    position: relative;
    display: flex;
    margin: 0 auto;

    flex-wrap: wrap;
}
.flexbox::after {
    display: none;
}
.flexbox.start {
    justify-content: flex-start;
}
.flexbox.end {
    justify-content: flex-end;
}
.flexbox.center {
    justify-content: center;
}
.flexbox.around {
    justify-content: space-around;
}
.flexbox.between {
    justify-content: space-between;
}
.flexbox.ai-stretch {
    align-items: stretch;
}
.flexbox.ai-center {
    align-items: center;
}
.flexbox.ai-baseline {
    align-items: baseline;
}
.flexbox.ai-start {
    align-items: flex-start;
}
.flexbox.ai-end {
    align-items: flex-end;
}
.flexbox.nowrap {
    flex-wrap: nowrap;
}
.flexbox.column {
    flex-direction: column;
}
.flexbox.row {
    flex-direction: row;
}
.flexbox.c-reverse {
    flex-direction: column-reverse;
}
.flexbox.r-reverse {
    flex-direction: row-reverse;
}

/* .flexbox img */
.flexbox img {
    margin: 0 auto;
}

/* .flexbox-item */
.flexbox-item {
    flex: 1;
}

/* 2分割 */
.flexbox.col2 > .flexbox-item {
    width: calc((100% - 2%) / 2); /* 49% */
}

/* 3分割 */
.flexbox.col3 > .flexbox-item {
    width: calc((100% - 4%) / 3); /* 32% */
}

/* 4分割 */
.flexbox.col4 > .flexbox-item {
    width: calc((100% - 6%) / 4); /* 23.5% */
}

/* 5分割 */
.flexbox.col5 > .flexbox-item {
    width: calc((100% - 8%) / 5); /* 18.4% */
}

/* 6分割 */
.flexbox.col6 > .flexbox-item {
    width: calc((100% - 10%) / 6); /* 15% */
}

.flexbox.col2 > .flexbox-item,
.flexbox.col3 > .flexbox-item,
.flexbox.col4 > .flexbox-item,
.flexbox.col5 > .flexbox-item,
.flexbox.col6 > .flexbox-item {
    margin-right: 1%;
    margin-bottom: 2%;
    margin-left: 1%;

    flex: none;
}
.flexbox.col2 > .flexbox-item:nth-child(odd) {
    margin-left: 0;
}
.flexbox.col2 > .flexbox-item:nth-child(even) {
    margin-right: 0;
}
.flexbox.col3 > .flexbox-item:first-child,
.flexbox.col3 > .flexbox-item:nth-child(3n+1),
.flexbox.col4 > .flexbox-item:first-child,
.flexbox.col4 > .flexbox-item:nth-child(4n+1),
.flexbox.col5 > .flexbox-item:first-child,
.flexbox.col5 > .flexbox-item:nth-child(5n+1),
.flexbox.col6 > .flexbox-item:first-child,
.flexbox.col6 > .flexbox-item:nth-child(6n+1) {
    margin-left: 0;
}
.flexbox.col3 > .flexbox-item:nth-child(3n),
.flexbox.col4 > .flexbox-item:nth-child(4n),
.flexbox.col5 > .flexbox-item:nth-child(5n),
.flexbox.col6 > .flexbox-item:nth-child(6n) {
    margin-right: 0;
}

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    .flexbox.sp-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flexbox.sp-col1 > .flexbox-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flexbox.col3.sp-col2 > .flexbox-item,
    .flexbox.col4.sp-col2 > .flexbox-item,
    .flexbox.col5.sp-col2 > .flexbox-item,
    .flexbox.col6.sp-col2 > .flexbox-item {
        width: calc((100% - 2%) / 2); /* 49% */
    }
    .flexbox.col3.sp-col2 > .flexbox-item:first-child,
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(3n+1),
    .flexbox.col4.sp-col2 > .flexbox-item:first-child,
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.sp-col2 > .flexbox-item:first-child,
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.sp-col2 > .flexbox-item:first-child,
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1%;
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(3n),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(4n),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(5n),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(6n) {
        margin-right: 1%;
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(odd) {
        margin-left: 0;
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(even) {
        margin-right: 0;
    }
}

/* tb（1200px未満の場合に適用） */
@media (max-width: 1199.98px) {
    .flexbox.tb-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flexbox.tb-col1 > .flexbox-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flexbox.col3.tb-col2 > .flexbox-item,
    .flexbox.col4.tb-col2 > .flexbox-item,
    .flexbox.col5.tb-col2 > .flexbox-item,
    .flexbox.col6.tb-col2 > .flexbox-item {
        width: calc((100% - 2%) / 2); /* 49% */
    }
    .flexbox.col3.tb-col2 > .flexbox-item:first-child,
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(3n+1),
    .flexbox.col4.tb-col2 > .flexbox-item:first-child,
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.tb-col2 > .flexbox-item:first-child,
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.tb-col2 > .flexbox-item:first-child,
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1%;
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(3n),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(4n),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(5n),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(6n) {
        margin-right: 1%;
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(odd) {
        margin-left: 0;
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(even) {
        margin-right: 0;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .flexbox.pc-reverse {
        flex-direction: row-reverse;
    }
}


/* サイドバナー（4列） / .sbnr
-------------------------------------------------------- */
.sbnr {
    overflow: hidden;
    margin-bottom: 30px;
}

.sbnr-list-item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 2%;
    margin-right: 2%;
    padding: 0;
    width: 23.5%;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .sbnr-list-item:nth-child(1),
    .sbnr-list-item:nth-child(2),
    .sbnr-list-item:nth-child(3),
    .sbnr-list-item:nth-child(4) {
        margin-top: 0;
    }

    .sbnr-list-item:nth-child(4n) {
        margin-right: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .sbnr-list-item:nth-child(1),
    .sbnr-list-item:nth-child(2),
    .sbnr-list-item:nth-child(3),
    .sbnr-list-item:nth-child(4) {
        margin-top: 0;
    }

    .sbnr-list-item:nth-child(4n) {
        margin-right: 0;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .sbnr-list-item {
        float: none;
        margin-top: 15px;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .sbnr-list-item:nth-child(1) {
        margin-top: 0;
    }
}


/* サイドバナー（3列） / .mbnr
-------------------------------------------------------- */
.mbnr {
    overflow: hidden;
    margin-bottom: 30px;
}

.mbnr-list-item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 2%;
    margin-right: 2%;
    padding: 0;
    width: 32%;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .mbnr-list-item:nth-child(1),
    .mbnr-list-item:nth-child(2),
    .mbnr-list-item:nth-child(3) {
        margin-top: 0;
    }

    .mbnr-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .mbnr-list-item:nth-child(1),
    .mbnr-list-item:nth-child(2),
    .mbnr-list-item:nth-child(3) {
        margin-top: 0;
    }

    .mbnr-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .mbnr-list-item {
        float: none;
        margin-top: 15px;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .mbnr-list-item:nth-child(1) {
        margin-top: 0;
    }
}


/* サイドバナー（2列） / .lbnr
-------------------------------------------------------- */
.lbnr {
    overflow: hidden;
    margin-bottom: 30px;
}

.lbnr-list-item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 2%;
    margin-right: 2%;
    padding: 0;
    width: 49%;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .lbnr-list-item:nth-child(1),
    .lbnr-list-item:nth-child(2) {
        margin-top: 0;
    }

    .lbnr-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .lbnr-list-item:nth-child(1),
    .lbnr-list-item:nth-child(2) {
        margin-top: 0;
    }

    .lbnr-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .lbnr-list-item {
        float: none;
        margin-top: 15px;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .lbnr-list-item:nth-child(1) {
        margin-top: 0;
    }
}


/* サイドバナー（1列） / .xlbnr
-------------------------------------------------------- */
.xlbnr {
    overflow: hidden;
    margin-bottom: 30px;
}

.xlbnr-list-item {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.xlbnr-list-item:nth-child(1) {
    margin-top: 0;
}
