@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
リセット
----------------------------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


/*----------------------------------------------------------------------------------------------------
基本
----------------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 62.5%;
    text-size-adjust: 100%;
    /*Chrome,Safari*/
    -webkit-text-size-adjust: 100%;
    /*EgdeMobile*/
    -ms-text-size-adjust: 100%;
    /*firefox*/
    -moz-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 154px;
}

body {
    font-family: "Meiryo", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 2;
    color: #231815;
}

img {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
}

img.img-block {
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

.single .post a {
    text-decoration: underline;
    color: #0054a2;
}

a:hover,
a div:hover,
a p:hover {
    transition: all .3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a.blank[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-size: 0.9em;
    margin: 0px 3px;
    font-weight: 900;
}

a.notarget {
    pointer-events: none;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

.sp {
    display: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.bold {
    font-weight: bold;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.m-auto {
    margin: 0 auto;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-xs {
    font-size: x-small;
}

.fs-s {
    font-size: small;
}

.fs-smaller {
    font-size: smaller;
}

.fs-m {
    font-size: medium;
}

.fs-l {
    font-size: large;
}

.fs-xl {
    font-size: x-large;
}

.fs-larger {
    font-size: larger;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left;
}

.v-rl {
    writing-mode: vertical-rl;
}

.bs-bb {
    box-sizing: border-box;
}

.border-01 {
    border: 1px solid;
}

.border-b-01 {
    border-bottom: 1px solid;
}

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s;
}

.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}


/*----------------------------------------------------------------------------------------------------
カラー
----------------------------------------------------------------------------------------------------*/

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.gray {
    color: gray;
}

.white {
    color: white;
}

.black {
    color: black;
}


/*----------------------------------------------------------------------------------------------------
flexbox
----------------------------------------------------------------------------------------------------*/

.flex,
.flex-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fd-c {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.jc-sb {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jc-sa {
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.jc-c {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.jc-fs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.fw-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ai-c {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width:767px) {
    body {
        font-size: calc(1.4rem + 0.875vw);
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .flex {
        display: block;
    }
    .flex-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}