/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    /* font-family: Helvetica,Arial,Hiragino Sans,"ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; */
    /* font-family:  Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1 {
    font-size: 24px;
    margin: 30px 0 20px 0;
}

h2 {
    font-size: 15px;
    margin: 20px 0 15px 0;
    padding: 10px 10px;
    border-left: 3px solid #4493d0;
}

h3 {
    font-size: 15px;
    margin: 15px 0 10px 0;
}

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

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #4493d0;
}


/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

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

/* クリアフィックス */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 共通カラー */
.border-gray {
    border: 1px solid rgb(194, 194, 194);
}

/* 共通 右三角アイコン */
.right-arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent gray;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.right-arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    right: 8px;
}

/* 共通、右くの字アイコン */
.right-kunozi::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px rgb(194, 194, 194);
    border-right: solid 1px rgb(194, 194, 194);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
}

.right-kunozi-double::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 13px;
    right: 21px;
}

.right-kunozi-double::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 13px;
    right: 12px;
}

/* 左くの字 */
.left-kunozi::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    /* -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); */
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
}


/* ヘッダー */
.header {
    border-bottom: 2px solid #4493d0;
    box-shadow: 0px 0px 10px -8px black;
    position: relative;
    z-index: 10;
}

.pr-wrap{
    background-color: #FAF5F0;
    text-align: center;
    width: 100%;
}
.pr-text{
    color: #333;
    font-size: 11px;
    padding: 4px 0;
}

.header-contents {
    padding: 10px 0 5px 0;
    overflow: hidden;
}

.logo {
    height: 60px;
}

#title-wrap {
    float: left;
    margin-right: 35px;
}

#title-wrap .title {
    /* font-family: "Heimat Sans"; */
    color: #4493d0;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    /* font-family: "ヒラギノ丸ゴ Pro W4"; */
}

.header-contents .catch-copy {
    padding-top: 7px;
    color: #888;
    font-size: 10px;
}

.header-contents a {
    display: block;
    width: 100%;
    text-decoration: none;
}

#page-title-wrap {
    padding: 20px 20px;
    float: left;
    border-left: 1px solid #888;
}

.page-title {
    font-size: 20px;
    color: #888;
    letter-spacing: 1px;
}

/* フッター */
#footer {
    width: 100%;
}

.site-info-wrap {
    width: 100%;
    height: auto;
    background: #F4F6F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-info-box {
    width: 100%;
}

.site-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 35px 0 15px 0;
    padding: 0;
    font-size: 13px;
}

.site-info-list li {
    margin-right: 25px;
    margin-bottom: 20px;
    list-style: none;
}

.copyright {
    padding: 10px 30px;
}

.copyright p {
    font-size: 15px;
    color: #6E6E6E;
}



.container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

/* パンくずリスト */
/* .breadcrumb-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 13px;
    margin-top: 20px;
}

.breadcrumb-wrap .home-icon{
    margin-right: 5px;
}

.breadcrumb-wrap span .fa-home-color{
    color: gray
}

.breadcrumb-item + .breadcrumb-item{
    padding-left: 7px;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    padding-right: 7px;
    color: gray
}


.breadcrumb-item a{
    color: rgb(85, 130, 255);
}

.breadcrumb-item.active{
    color:rgb(77, 77, 77);
} */

.breadcrumb-wrap {
    width: 100%;
    /* background-color: white; */
    margin-bottom: 25px;
    padding: 12px 0 10px 0;
}

.breadcrumb-content {
    width: 1140px;
}

.breadcrumb-list {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.breadcrumb-list>span {
    color: #888;
}

.breadcrumb-item {
    list-style: none;
    margin-right: 8px;
    font-size: 12px;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item.active {
    color: #888
}

.home-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding-bottom: 2px;
}

.breadcrumb-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

/* タブレット画面デザイン */
@media (max-width: 959px) {}

/* スマホ画面デザイン */
@media (max-width: 559px) {
    body {
        margin: 0;
        overflow-x: hidden;
    }

    .header {
        position: relative;
        z-index: 10;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    }

    .header-contents {
        /* padding: 20px 0 15px 0; */
        overflow: hidden;
    }

    .logo {
        height: 50px;
    }

    #title-wrap {
        float: left;
        margin-right: 20px;
    }

    #title-wrap .title {
        /* font-family: "Heimat Sans"; */
        color: #4493d0;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .header-contents .catch-copy {
        /* padding-top: 7px; */
        color: #888;
        font-size: 10px;
    }

    #page-title-wrap {
        padding: 15px 15px;
    }

    .page-title {
        font-size: 18px;
    }

    .container {
        /* max-width: 576px;
        padding-left: 10px;
        padding-right: 10px; */
        width: 95%;
        max-width: 100%;
    }

    /* パンくずリスト */
    .breadcrumb-wrap {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 0;
    }

    .breadcrumb-wrap .home-icon {
        margin-right: 3px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 3px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 3px;
    }

    .breadcrumb-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .breadcrumb-list {
        display: flex;
        height: 100%;
        /* margin: 0 10px; */
        padding: 12px 0 10px 0;
        font-size: 13px;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .site-info-list {
        margin: 20px 0 0 0;
    }
}