@charset "utf-8";

/* ====================================================================
 基本設定
==================================================================== */

/* 基本
----------------------------------------------------------*/
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 0;
}
input, select, textarea {
    font-size: 1.6rem;
    vertical-align: middle;
}

/* ----- 一般的なリンク ----- */
a,
a:visited {
    color: #333333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
a:hover {
    color: #0b7fc6;
    text-decoration: none;
}
.cmn-hover01:hover {
    opacity: .7;
}

/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}



/* ====================================================================
 header
==================================================================== */

/* header
----------------------------------------------------------*/
@media print, screen and (min-width: 1161px) {
    #header {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #007ec7;
        background: #ffffff;
    }
    #header.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        /*z-index: 2000;*/
        z-index: 1000;
    }
    #header > .inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        max-width: 1300px;
        margin: 0 auto;
    }
    #header > .inner > .col {}
    #header > .inner > .col:first-of-type {
        -webkit-align-self: center;
        align-self: center;
    }
    #header > .inner > .col:first-of-type .header-mainlogo {
        padding: 10px 5px;
    }
    #header > .inner > .col:first-of-type .header-mainlogo a {}
    #header > .inner > .col:first-of-type .header-mainlogo a img {}
    #header > .inner > .col:first-of-type .header-mainlogo a img:nth-of-type(2) {
        display: none;
    }
    #header > .inner > .col:nth-of-type(2) {
        margin: 0 15px 0 auto;
    }
    #header > .inner > .col:nth-of-type(2) .header-sub-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 15px 20px 0;
    }
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li {
        margin: 0 0 0 30px;
    }
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li:first-of-type {
        margin-left: 0;
    }
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li a {}
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li.header-search {}
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li.header-search i {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../img/icon-search-black01.png") 50% 50% no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #header > .inner > .col:nth-of-type(2) .header-sub-nav li.header-search input {
        display: none;
        width: 0;
        padding: 6px;
        border: 1px solid #999999;
        border-radius: 0;
        font-size: 1.4rem;
        vertical-align: middle;
        -webkit-appearance: none;
    }
    #header #global-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    #header #global-nav > li {}
    #header #global-nav > li > a {
        display: block;
        padding: 20px 15px 5px;
        font-size: 1.8rem;
        white-space: nowrap;
    }
    #header #global-nav > li > a:hover {
        color: #333333;
    }
    #header #global-nav > li > a em {
        display: inline-block;
        padding: 0 0 15px;
        border-bottom: 4px solid transparent;
        font-style: normal;
    }
    #header #global-nav > li > a:hover em,
    #header #global-nav > li.is-current > a em {
        border-bottom-color: #007fc4;
    }
    #header #global-nav > li .item {
        display: none;
        position: absolute;
        left: 0;
        /*z-index: 2000;*/
        z-index: 1000;
        width: 100%;
        border-top: 1px solid #007ec7;
        background: #ffffff;
    }
    #header #global-nav > li .item > .inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 20px;
    }
    #header #global-nav > li .item > .inner .title {
        margin: 0 0 20px;
        padding: 0 0 15px;
        border-bottom: 1px solid #6b97b2;
    }
    #header #global-nav > li .item > .inner .title a {
        padding: 0 0 0 20px;
        background: url("../img/icon-arrow-right01-blue01.png") 0 .35em no-repeat;
        background-size: 6px auto;
    }
    #header #global-nav > li .item > .inner ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 0 20px;
    }
    #header #global-nav > li .item > .inner ul li {
        width: calc((100% - 60px) / 4);
        margin: 0 20px 10px 0;
    }
    #header #global-nav > li .item > .inner ul li:nth-of-type(4n) {
        margin-right: 0;
    }
    #header #global-nav > li .item > .inner ul li a {
        padding: 0 0 0 20px;
        background: url("../img/icon-arrow-right01-blue01.png") 0 .35em no-repeat;
        background-size: 6px auto;
    }
    #header > .inner > .col:nth-of-type(3) {}
    #header > .inner > .col:nth-of-type(3) .header-donate {
        font-size: 1.8rem;
    }
    #header > .inner > .col:nth-of-type(3) .header-donate a {
        display: block;
        padding: 88px 18px 24px;
        background: #f8bb00;
        white-space: nowrap;
    }
    #header > .inner > .col:nth-of-type(3) .header-donate a:hover {
        background: #fef1cc;
        color: #f8bd01;
    }
    #header > .inner > .col:nth-of-type(4) {}
    #header > .inner > .col:nth-of-type(4) .header-logo {
        margin: 0 0 20px;
        padding: 0 5px 0 10px;
    }
    #header > .inner > .col:nth-of-type(4) .header-logo img {}
    #header > .inner > .col:nth-of-type(4) .header-login {
        font-size: 1.8rem;
    }
    #header > .inner > .col:nth-of-type(4) .header-login a {
        display: block;
        padding: 20px 15px 5px;
        text-align: center;
        white-space: nowrap;
    }
    #header > .inner > .col:nth-of-type(4) .header-login a:hover {
        color: #333333;
    }
    #header > .inner > .col:nth-of-type(4) .header-login a em {
        display: inline-block;
        padding: 0 0 15px;
        font-style: normal;
        border-bottom: 4px solid transparent;
    }
    #header > .inner > .col:nth-of-type(4) .header-login a:hover em {
        border-bottom-color: #007fc4;
    }
    #header > .inner > .col:nth-of-type(5) {
        display: none;
    }
    #header #global-nav-sp {
        display: none;
    }
}
@media print, screen and (max-width: 1220px) {
    #header #global-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media print, screen and (max-width: 1160px) {
    #header {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #007ec7;
        background: #ffffff;
    }
    #header.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        /*z-index: 2000;*/
        z-index: 1000;
    }
    #header > .inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    #header > .inner > .col {}
    #header > .inner > .col:first-of-type {
        margin: 0 auto 0 0;
    }
    #header > .inner > .col:first-of-type .header-mainlogo {
        padding: 6px 5px;
    }
    #header > .inner > .col:first-of-type .header-mainlogo a {}
    #header > .inner > .col:first-of-type .header-mainlogo a img {}
    #header > .inner > .col:first-of-type .header-mainlogo a img:nth-of-type(1) {
        display: none;
    }
    #header > .inner > .col:nth-of-type(2) {
        display: none;
    }
    #header #global-nav {
        display: none;
    }
    #header > .inner > .col:nth-of-type(3) {
        -webkit-flex: 0 0 1px;
        flex: 0 0 1px;
    }
    #header > .inner > .col:nth-of-type(3) .header-donate {}
    #header > .inner > .col:nth-of-type(3) .header-donate a {
        display: block;
        padding: 20px;
        background: #f8bb00;
        white-space: nowrap;
    }
    #header > .inner > .col:nth-of-type(3) .header-donate a:hover {
        background: #fef1cc;
        color: #f8bd01;
    }
    #header > .inner > .col:nth-of-type(4) {
        display: none;
    }
    #header > .inner > .col:nth-of-type(5) {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn {
        display: block;
        width: 46px;
        height: 50px;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn {
        display: inline-block;
        position: relative;
        width: 46px;
        height: 50px;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 4px;
        background: #0a2044;
        transition: .2s;
        transform: translate(-50%, -50%);
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .btn-icon:before,
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 26px;
        height: 4px;
        background: #0a2044;
        transition: .3s;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .btn-icon:before {
        margin-top: -10px;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .btn-icon:after {
        margin-top: 6px;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .is-open {
        background: transparent;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .is-open:before,
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .is-open:after {
        margin-top: 0;
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .is-open:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header > .inner > .col:nth-of-type(5) .header-nav-btn .btn .is-open:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #header #global-nav-sp {
        display: none;
        position: absolute;
        /*z-index: 2000;*/
        z-index: 1000;
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 100%);
        margin: 1px 0 0;
        background: rgba(0, 0, 0, .5);
        -webkit-overflow-scrolling: touch;
    }
    #header #global-nav-sp > ul {
        padding: 10px 10px 30px;
        background: #f9f9f9;
    }
    #header #global-nav-sp > ul > li {
        border-bottom: 1px solid #c1c1c1;
    }
    #header #global-nav-sp > ul > li.global-nav-sp-search {
        padding: 0 10px 10px;
        text-align: right;
    }
    #header #global-nav-sp > ul > li.global-nav-sp-search i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 10px 0 0;
        background: url("../img/icon-search-black01.png") 50% 50% no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #header #global-nav-sp > ul > li.global-nav-sp-search input {
        width: calc(100% - 40px);
        padding: 7px;
        border: 1px solid #888888;
        border-radius: 0;
        background: transparent;
        font-size: 1.4rem;
        vertical-align: middle;
        -webkit-appearance: none;
    }
    #header #global-nav-sp > ul > li > a {
        display: block;
        padding: 12px 22px 12px 10px;
        background: url("../img/icon-arrow-right01-blue01.png") calc(100% - 11px) 50% no-repeat;
        background-size: 7px auto;
    }
    #header #global-nav-sp > ul > li .title {
        display: -webkit-flex;
        display: flex;
    }
    #header #global-nav-sp > ul > li .title a {
        -webkit-flex: 1 1 1px;
        flex: 1 1 1px;
        padding: 12px 10px;
    }
    #header #global-nav-sp > ul > li .title .btn {
        -webkit-flex: 0 0 30px;
        flex: 0 0 30px;
        position: relative;
        cursor: pointer;
    }
    #header #global-nav-sp > ul > li .title .btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 11px;
        background: url("../img/icon-plus01-blue01.png") 50% 50% no-repeat;
        background-size: contain;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #header #global-nav-sp > ul > li .title .btn.is-open:before {
        background-image: url("../img/icon-minus01-blue01.png");
    }
    #header #global-nav-sp > ul > li ul {
        display: none;
        border-top: 1px solid #c1c1c1;
        font-size: 1.4rem;
    }
    #header #global-nav-sp > ul > li ul li {}
    #header #global-nav-sp > ul > li ul li a {
        display: block;
        padding: 7px 22px 7px 30px;
        background: url("../img/icon-arrow-right01-blue01.png") calc(100% - 12px) 50% no-repeat;
        background-size: 6px auto;
    }
    #header #global-nav-sp > ul > li ul li:first-of-type a {
        padding-top: 16px;
    }
    #header #global-nav-sp > ul > li ul li:last-of-type {
        margin-bottom: 8px;
    }
}
@media print, screen and (max-width: 750px) {
    #header > .inner > .col:nth-of-type(3) .header-donate {
        font-size: 1.3rem;
    }
    #header > .inner > .col:nth-of-type(3) .header-donate a {
        padding: 12px 14px;
    }
}



/* header上部固定時のスペーサー
----------------------------------------------------------*/
#header-spacer {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}



/* パンくず
----------------------------------------------------------*/
#breadcrumbs {
    font-size: 1.4rem;
}
#breadcrumbs ul {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 5px 30px;
}
#breadcrumbs ul li {
    display: inline-block;
}
#breadcrumbs ul li:before {
    display: inline-block;
    width: 6px;
    height: 1em;
    margin: 0 12px .1em 7px;
    background: url("../img/icon-arrow-right01-black01.png") 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
}
#breadcrumbs ul li:first-of-type:before {
    display: none;
}
#breadcrumbs ul li a {}



/* ====================================================================
 contents
==================================================================== */

/* wrapper
----------------------------------------------------------*/
#wrapper {
    position: relative;
}
#wrapper #wrapper-cover {
    display: none;
}
#wrapper.is-cover #wrapper-cover {
    display: block;
    position: absolute;
    /*z-index: 1000;*/
    z-index: 800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}



/* contents基本設定
----------------------------------------------------------*/
#contents {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}



/* メインコンテンツ内での各タグの基本設定
----------------------------------------------------------*/
#contents h1 {
    clear: both;
    margin: 0 0 20px;
}
#contents h2 {
    clear: both;
    margin: 0 0 20px;
}
#contents h3 {
    clear: both;
    margin: 0 0 20px;
}
#contents h4 {
    clear: both;
    margin: 0 0 20px;
}
#contents h5 {
    clear: both;
    margin: 0 0 20px;
}
#contents h6 {
    clear: both;
    margin: 0 0 20px;
}
#contents p {
    margin: 0 0 20px;
}
#contents ul {
    margin: 0 0 20px;
}
#contents ul li {
    padding: 0 0 0 1.0em;
    background: url("/assets/img/icon-disc-black01.png") .4em .65em no-repeat;
    background-size: 2px auto;
}
#contents ol {
    list-style: decimal outside;
    margin: 0 0 20px;
    padding: 0 0 0 1.4em;
}
#contents ol.cmn-ol-lower-roman {
    list-style-type: lower-roman;
}
#contents ol li {}
#contents dl {
    margin: 0 0 20px;
}
#contents dt {}
#contents dd {}
#contents figure {
    margin: 0 0 20px;
}
#contents figcaption {}
#contents a {}
#contents a:hover {}
#contents strong {
    font-weight: bold;
}
#contents em {
    font-style: italic;
}
#contents s {
    text-decoration: line-through;
}
#contents table {
    width: 100%;
    margin: 0 0 30px;
}
#contents table tr {}
#contents table tr th {
    padding: 15px 15px 14px;
    border: 1px solid #333333;
    background: #1d2737;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
#contents table tr td {
    padding: 15px 30px 14px;
    border: 1px solid #333333;
    background: #ffffff;
}
@media print, screen and (max-width: 764px) {
    #contents table tr th {
        padding: 15px 15px 14px;
    }
    #contents table tr td {
        padding: 15px 20px 14px;
    }
}
@media print, screen and (max-width: 414px) {
    #contents table tr th {
        padding: 15px 10px 14px;
    }
    #contents table tr td {
        padding: 15px 10px 14px;
    }
}



/* メインコンテンツ内で共通で使用される色など
----------------------------------------------------------*/
/* ----- 背景色 ----- */
#contents .cmn-bg-light-gray01 {
    background-color: #eeeeee;
}



/* タイトル
----------------------------------------------------------*/
#contents .cmn-title01 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 4.2rem;
    line-height: 1.2;
}
#contents .cmn-title02 {
    margin: 0 0 30px;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.2;
}
@media print, screen and (max-width: 750px) {
    #contents .cmn-title01 {
        font-size: 2.8rem;
    }
    #contents .cmn-title02 {
        font-size: 2.8rem;
    }
}



/* テキスト
----------------------------------------------------------*/
/*
#contents .cmn-text01 {}
*/



/* リンク
----------------------------------------------------------*/
#contents .cmn-link01 {
    color: #0080c5;
}



/* ボタン
----------------------------------------------------------*/
#contents .cmn-btn01 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 8px 20px;
    border:  1px solid #000000;
    background: #ffffff url("../img/icon-arrow-right01-black01.png") calc(100% - 10px) 50% no-repeat;
    background-size: 7px auto;
}
#contents .cmn-btn01.cmn-btn01-large01 {
    max-width: 360px;
    padding: 15px 20px;
}
#contents .cmn-btn01:hover {
    background-color: #eeeeee;
    color: #333333;
}
#contents .cmn-btn01.cmn-btn01-gray01 {
    background-color: #eeeeee;
}
#contents .cmn-btn01.cmn-btn01-gray01:hover {
    background-color: #dedede;
}
#contents .cmn-btn01.cmn-btn01-blue01 {
    border-color: #0078c1;
    background-color: #0078c1;
    background-image: url("../img/icon-arrow-right01-white01.png");
    color: #ffffff;
}
#contents .cmn-btn01.cmn-btn01-blue01:hover {
    border-color: #0b7fc6;
    background-color: #cee5f4;
    background-image: url("../img/icon-arrow-right01-blue01.png");
    color: #0b7fc6;
}
#contents .cmn-btn01.cmn-btn01-light-blue01 {
    border-color: #489fd4;
    background-color: #489fd4;
    background-image: url("../img/icon-arrow-right01-white01.png");
    color: #ffffff;
}
#contents .cmn-btn01.cmn-btn01-light-blue01:hover {
    background-color: #cee5f4;
    background-image: url("../img/icon-arrow-right01-blue01.png");
    color: #007ec7;
}
#contents .cmn-btn01.cmn-btn01-yellow01 {
    border-color: #f8bd01;
    background-color: #f8bd01;
}
#contents .cmn-btn01.cmn-btn01-yellow01:hover {
    border-color: #f8bd01;
    background-color: #fef1cc;
    background-image: url("../img/icon-arrow-right01-yellow01.png");
    color: #f8bd01;
}



/* 画像
----------------------------------------------------------*/



/* ボックス・ブロック・セクション
----------------------------------------------------------*/
#contents .cmn-container01 {
	width: 100%;	/*★追加★*/
}

/**/
#contents .cmn-section01 {}

/**/
#contents .cmn-w1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}
#contents .cmn-w1200 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 10px;
}
#contents .cmn-w900 {
    max-width: 920px;
    margin: 0 auto;
    padding: 50px 10px;
}

/**/
#contents .cmn-bg-box01 {
    margin: 30px 0;
    padding: 30px;
    background: #fafafa;
}
@media print, screen and (max-width: 414px) {
    #contents .cmn-bg-box01 {
        padding: 20px;
    }
}



/* リスト
----------------------------------------------------------*/
/*
#contents .cmn-list01 {}
*/
#contents .cmn-link-list01 {}
#contents .cmn-link-list01 li {
    padding: 0;
    background: none;
}
#contents .cmn-link-list01 li a {
    display: inline-block;
    padding: 0 0 0 16px;
    background: url("../img/icon-arrow-right01-blue01.png") 0 .3em no-repeat;
    background-size: 7px auto;
}



/* ナビ
----------------------------------------------------------*/
/*
#contents .cmn-nav01 {}
*/
#contents .cmn-pagination01 {
    margin: 0 0 30px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
}
#contents .cmn-pagination01 > * {
    display: inline-block;
    margin: 0 1px;
    padding: 10px 12px;
    background: #dddddd;
}
#contents .cmn-pagination01 > span {
    opacity: .5;
}
#contents .cmn-pagination01 > a {
    color: #666666;
}
#contents .cmn-pagination01 > a:hover {
    background: #0b7fc6;
    color: #ffffff;
}
#contents .cmn-pagination01 > em {
    background: #0b7fc6;
    color: #ffffff;
    font-style: normal;
}



/* テーブル
----------------------------------------------------------*/
/*
#contents .cmn-table01
*/



/* アイコン
----------------------------------------------------------*/
#contents .cmn-icon-pdf01 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: .2em;
    background: url("../img/icon-pdf01.png") 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle;
}



/* ====================================================================
 footer
==================================================================== */

/* footer
----------------------------------------------------------*/
#footer {
    background: #fafafa;
    font-size: 1.4rem;
}

/**/
#footer .footer-pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*z-index: 1500;*/
    z-index: 900;
}
#footer .footer-pagetop a {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: url("../img/footer-pagetop-icon01.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
}
@media print, screen and (max-width: 750px) {
    #footer .footer-pagetop a {
        width: 34px;
        height: 34px;
    }
}

/**/
#footer .footer-nav {
    display: -webkit-flex;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 50px;
}
#footer .footer-nav > .col {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 0 0;
}
#footer .footer-nav .col:nth-of-type(4n) {
    margin-right: 0;
}
#footer .footer-nav > .col .title {
    margin: 0 0 12px;
    font-size: 1.8rem;
}
#footer .footer-nav > .col .title a {
    display: block;
    padding: 10px 10px 10px 30px;
    background: #eeeeee url("../img/icon-arrow-right01-blue01.png") 12px calc(10px + .35em) no-repeat;
    background-size: 6px auto;
}
#footer .footer-nav > .col ul {
    margin: 0 0 40px;
    padding: 0 0 0 30px;
}
#footer .footer-nav > .col ul li {
    margin: 0 0 6px;
}
#footer .footer-nav > .col ul li a {
    padding: 0 0 0 15px;
    background: url("../img/icon-arrow-right01-blue01.png") 0 .3em no-repeat;
    background-size: 6px auto;
}
#footer .footer-nav-sp {
    display: none;
}
@media print, screen and (max-width: 1160px) {
    #footer .footer-nav {
        display: none;
    }
    #footer .footer-nav-sp {
        display: -webkit-flex;
        display: flex;
        padding: 40px 50px 50px;
    }
    #footer .footer-nav-sp > ul {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 0 0;
    }
    #footer .footer-nav-sp > ul:nth-of-type(2n) {
        margin-right: 0;
    }
    #footer .footer-nav-sp > ul > li {
        margin: 0 0 1px;
    }
    #footer .footer-nav-sp > ul > li .title {
        display: -webkit-flex;
        display: flex;
        background: #eeeeee;
    }
    #footer .footer-nav-sp > ul > li .title a {
        -webkit-flex: 1 1 1px;
        flex: 1 1 1px;
        padding: 10px 30px;
    }
    #footer .footer-nav-sp > ul > li .title .btn {
        -webkit-flex: 0 0 40px;
        flex: 0 0 40px;
        position: relative;
        cursor: pointer;
    }
    #footer .footer-nav-sp > ul > li .title .btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        background: url("../img/icon-plus01-blue01.png") 50% 50% no-repeat;
        background-size: contain;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #footer .footer-nav-sp > ul > li .title .btn.open:before {
        background-image: url("../img/icon-minus01-blue01.png");
    }
    #footer .footer-nav-sp > ul ul {
        display: none;
    }
    #footer .footer-nav-sp > ul ul li {}
    #footer .footer-nav-sp > ul ul li a {
        display: block;
        padding: 10px 30px 10px 44px;
        background: url("../img/icon-arrow-right01-blue01.png") calc(100% - 17px) 50% no-repeat;
        background-size: 6px auto;
    }
}
@media print, screen and (max-width: 880px) {
    #footer .footer-nav-sp {
        padding: 40px 30px 50px;
    }
}
@media print, screen and (max-width: 750px) {
    #footer .footer-nav-sp {
        display: block;
        padding: 40px 20px;
    }
    #footer .footer-nav-sp > ul {
        width: 100%;
        margin: 0;
    }
}

/**/
#footer .footer-main {
    background: #2c2c2c;
    color: #ffffff;
}
#footer .footer-main a {
    color: #ffffff;
}
#footer .footer-main > .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px 10px 50px;
}
#footer .footer-main > .inner .footer-sub-nav {
    margin: 0 0 45px;
    text-align: center;
}
#footer .footer-main > .inner .footer-sub-nav li {
    display: inline-block;
}
#footer .footer-main > .inner .footer-sub-nav li:after {
    display: inline-block;
    margin: 0 6px 0 0;
    content: "｜";
}
#footer .footer-main > .inner .footer-sub-nav li:last-of-type:after {
    display: none;
}
#footer .footer-main > .inner .footer-sub-nav li a {
    display: inline-block;
    margin: 0 10px 0 0;
}
#footer .footer-main > .inner .footer-sub-nav li a:hover {
    text-decoration: underline;
}
#footer .footer-main > .inner .footer-message {
    max-width: 702px;
    margin: 0 auto 80px;
    line-height: 1.85;
}
#footer .footer-main > .inner .footer-mainlogo {
    margin: 0 0 25px;
    text-align: center;
}
#footer .footer-main > .inner .footer-mainlogo img {}
#footer .footer-main > .inner .footer-copy {
    font-size: 1.2rem;
    text-align: center;
}
@media print, screen and (max-width: 750px) {
    #footer .footer-main {
        font-size: 1.2rem;
    }
    #footer .footer-main > .inner {
        padding: 30px 10px 25px;
    }
    #footer .footer-main > .inner .footer-sub-nav {
        margin: 0 0 30px;
    }
    #footer .footer-main > .inner .footer-message {
        max-width: 360px;
        margin: 0 auto 30px;
    }
}



/* ====================================================================
 各ページの設定
==================================================================== */

/* トップページ
--------------------------------------------------------- */
body.home {}
body.home #contents {}

/**/
body.home #contents .home-title01 {
    font-size: 4.2rem;
    text-align: center;
}
body.home #contents .home-title02 {
    font-size: 3.2rem;
    text-align: center;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-title01 {
        font-size: 2.8rem;
    }
    body.home #contents .home-title02 {
        font-size: 2.8rem;
    }
}

/**/
body.home #contents .home-mainimage {
    border-bottom: 1px solid #007ec7;
    background: url("../../img/home-mainimage-bg01.jpg") 50% 50% no-repeat;
    background-size: cover;
}
body.home #contents .home-mainimage > .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px 50px;
}
body.home #contents .home-mainimage > .inner .lead {
    margin: 0 0 60px;
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .7);
}
body.home #contents .home-mainimage > .inner .text {
    margin: 0 0 50px;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    line-height: 2;
}
body.home #contents .home-mainimage > .inner .btn {
    font-size: 1.4rem;
    text-align: center;
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-mainimage > .inner {
        padding: 50px 20px 15px;
    }
    body.home #contents .home-mainimage > .inner .text br {
        display: none;
    }
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-mainimage {
        background-image: url("../../img/home-mainimage-bg01-sm.jpg");
    }
    body.home #contents .home-mainimage > .inner .text {
        font-size: 1.4rem;
    }
}
@media print, screen and (max-width: 414px) {
    body.home #contents .home-mainimage > .inner .lead {
        margin: 0 0 35px;
    }
    body.home #contents .home-mainimage > .inner .text {
        margin: 0 0 25px;
    }
}

/**/
body.home #contents .home-news {
    padding: 70px 0 0;
}
body.home #contents .home-news > .wrapper {
    margin: 0 0 20px;
    background: linear-gradient(to right, #0b7fc6 0%,#0b7fc6 50%,#ffffff 50%,#ffffff 100%);
}
body.home #contents .home-news > .wrapper .row {
    display: -webkit-flex;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
body.home #contents .home-news > .wrapper .row > .col {}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) {
    padding: 20px 30px 20px 50px;
    background: #0b7fc6;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .title {
    display: block;
    font-size: 3.2rem;
    text-align: right;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .title br {
    display: none;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .ruby {
    display: block;
    text-align: right;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    padding: 20px;
    background: #ffffff;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 15px;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item:last-of-type {
    margin-bottom: 0;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item .date {
    margin: 0 30px 0 0;
}
body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item .title {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    margin: 0;
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) {
        padding: 20px 30px;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .title br {
        display: inline;
    }
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-news {
        padding: 50px 0 0;
    }
    body.home #contents .home-news > .wrapper .row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.home #contents .home-news > .wrapper .row > .col {
        width: 100%;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) {
        padding: 20px;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .title {
        font-size: 2rem;
        text-align: center;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .title br {
        display: none;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(1) h2 .ruby {
        display: none;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) {
        padding: 20px 10px;
        font-size: 1.4rem;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item .date {
        width: 100%;
        margin: 0;
    }
    body.home #contents .home-news > .wrapper .row > .col:nth-of-type(2) > .item .title {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

/**/
body.home #contents .home-search-project-form {
    margin: 0 0 20px;
    padding: 30px 50px;
    background: #f1d7d7;
}
body.home #contents .home-search-project-form p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}
body.home #contents .home-search-project-form p i {
    width: 24px;
    height: 24px;
    margin: 0 30px 0 0;
    background: url("../img/icon-search-black01.png") 50% 50% no-repeat;
    background-size: contain;
}
body.home #contents .home-search-project-form p input {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    padding: 10px 40px;
    border: 1px solid #d18888;
    border-radius: 0;
    font-size: 2.2rem;
    -webkit-appearance: none;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-search-project-form {
        padding: 20px 20px 20px 15px;
    }
    body.home #contents .home-search-project-form p i {
        margin: 0 10px 0 0;
    }
    body.home #contents .home-search-project-form p input {
        padding: 10px;
        font-size: 1.8rem;
    }
}

/**/
body.home #contents .home-project {
    overflow: hidden;
    margin: 0 0 20px;
}
body.home #contents .home-project .item-list {
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: -10px;
}
body.home #contents .home-project .item-list .slick-track {
    position: relative;
}
body.home #contents .home-project .item-list .item {
    display: flex;
    padding: 10px;
}
body.home #contents .home-project .item-list .item:hover {
    color: #333333;
}
body.home #contents .home-project .item-list .item .inner {
    background: #f4f4f4;
}
body.home #contents .home-project .item-list .item .pic {
    margin: 0;
}
body.home #contents .home-project .item-list .item .pic img {
    width: 100%;
}
body.home #contents .home-project .item-list .item .box {
    padding: 20px;
}
body.home #contents .home-project .item-list .item .box .title {
    color: #007fc4;
    font-size: 1.8rem;
    font-weight: bold;
}
body.home #contents .home-project .item-list .item .box .cat {}
body.home #contents .home-project .item-list .item .box .detail {
    margin: 0;
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-project .item-list .item {
        width: 450px;
    }
}

/**/
body.home #contents .home-project02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 0 20px;
}
body.home #contents .home-project02 .item {
    width: calc((100% - 40px) / 3.001);
    margin: 0 20px 20px 0;
    background: #f4f4f4;
}
body.home #contents .home-project02 .item:nth-of-type(3n) {
    margin-right: 0;
}
body.home #contents .home-project02 .item:hover {
    color: #333333;
}
body.home #contents .home-project02 .item .inner {}
body.home #contents .home-project02 .item .pic {
    margin: 0;
}
body.home #contents .home-project02 .item .pic img {
    width: 100%;
}
body.home #contents .home-project02 .item .box {
    padding: 20px;
}
body.home #contents .home-project02 .item .box .title {
    color: #007fc4;
    font-size: 1.8rem;
    font-weight: bold;
}
body.home #contents .home-project02 .item .box .cat {}
body.home #contents .home-project02 .item .box .detail {
    margin: 0;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-project02 {
        margin: 0;
        padding: 0 10px;
    }
    body.home #contents .home-project02 .item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    body.home #contents .home-project02 .item .box .detail {
        font-size: 1.4rem;
    }
}
@media print, screen and (max-width: 414px) {
    body.home #contents .home-project02 {
        padding: 0;
    }
}

/**/
body.home #contents .home-project-news {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.home #contents .home-project-news > a {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    padding: 20px;
    border-top: 1px dashed #0b7fc6;
    border-bottom: 1px dashed #0b7fc6;
}
body.home #contents .home-project-news > a:hover {
    background: #eeeeee;
    color: #333333;
}
body.home #contents .home-project-news > a:nth-of-type(4n) {
    margin-right: 0;
}
body.home #contents .home-project-news > a .title {
    font-size: 1.8rem;
    font-weight: bold;
}
body.home #contents .home-project-news > a .cat {}
body.home #contents .home-project-news > a .date {
    margin: 0 0 5px;
    font-size: 1.4rem;
}
body.home #contents .home-project-news > a .text {
    margin: 0;
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-project-news {
        margin: 0 0 20px;
    }
    body.home #contents .home-project-news > a {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 0 0;
    }
    body.home #contents .home-project-news > a:nth-of-type(2n) {
        margin-right: 0;
    }
    body.home #contents .home-project-news > a:nth-last-child(-n+2) {
        border-top: none;
    }
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-project-news {
        padding: 0 10px;
    }
    body.home #contents .home-project-news > a {
        width: 100%;
        margin: 0;
        border-top: none;
    }
    body.home #contents .home-project-news > a:first-of-type {
        border-top: 1px dashed #0b7fc6;
    }
    body.home #contents .home-project-news > a .title {
        font-size: 1.6rem;
    }
    body.home #contents .home-project-news > a .text {
        font-size: 1.4rem;
    }
}

/**/
body.home #contents .home-impact-story {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 5px;
}
body.home #contents .home-impact-story > a {
    width: calc((100% - 40px) / 3.001);
    margin: 0 20px 20px 0;
    background: #ffffff;
}
body.home #contents .home-impact-story > a:hover {
    color: #333333;
}
body.home #contents .home-impact-story > a:nth-of-type(3n) {
    margin-right: 0;
}
body.home #contents .home-impact-story > a .pic {
    margin: 0;
}
body.home #contents .home-impact-story > a .pic img {
    width: 100%;
}
body.home #contents .home-impact-story > a .box {
    padding: 20px;
}
body.home #contents .home-impact-story > a .box .title {
    color: #007fc4;
    font-size: 1.8rem;
    font-weight: bold;
}
body.home #contents .home-impact-story > a .box .cat {}
body.home #contents .home-impact-story > a .box .detail {
    margin: 0;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-impact-story {
        margin: 0;
        padding: 0 10px;
    }
    body.home #contents .home-impact-story > a {
        width: 100%;
        margin: 0 0 20px 0;
    }
    body.home #contents .home-impact-story > a .box .detail {
        font-size: 1.4rem;
    }
}
@media print, screen and (max-width: 414px) {
    body.home #contents .home-impact-story {
        padding: 0;
    }
}

/**/
body.home #contents .home-donor-voice {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 5px;
}
body.home #contents .home-donor-voice > * {
    width: calc((100% - 40px) / 3.001);
    margin: 0 20px 20px 0;
    background: #f4f4f4;
}
body.home #contents .home-donor-voice > a:hover {
    color: #333333;
}
body.home #contents .home-donor-voice > *:nth-child(3n) {
    margin-right: 0;
}
body.home #contents .home-donor-voice > a .pic {
    margin: 0;
}
body.home #contents .home-donor-voice > a .pic img {
    width: 100%;
}
body.home #contents .home-donor-voice > a .box {
    padding: 20px;
}
body.home #contents .home-donor-voice > a .box .title {
    font-size: 1.8rem;
    font-weight: bold;
}
body.home #contents .home-donor-voice > a .box .text {
    margin: 0;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-donor-voice {
        margin: 0;
        padding: 0 10px;
    }
    body.home #contents .home-donor-voice > * {
        width: 100%;
        margin: 0 0 20px 0;
    }
    body.home #contents .home-donor-voice > a .box .text {
        font-size: 1.4rem;
    }
}
@media print, screen and (max-width: 414px) {
    body.home #contents .home-donor-voice {
        padding: 0;
    }
}

/**/
body.home #contents .home-donor-voice .home-add-your-name {
    padding: 10px;
}
body.home #contents .home-donor-voice .home-add-your-name > .title {
    margin: 0;
    padding: 10px 10px 20px;
    font-size: 2.6rem;
}
body.home #contents .home-donor-voice .home-add-your-name > .text {
    margin: 0;
    padding: 0 10px 20px;
}
body.home #contents .home-donor-voice .home-add-your-name .box {
    /*height: 320px;*/
    height: 310px;
    /*overflow-y: scroll;*/
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 1.5rem;
    -webkit-overflow-scrolling: touch;
}
body.home #contents .home-donor-voice .home-add-your-name .box > .item {
    display: block;
    padding: 20px;
}
body.home #contents .home-donor-voice .home-add-your-name .box > .item:hover {
    color: #333333;
}
body.home #contents .home-donor-voice .home-add-your-name .box > .item:nth-of-type(even) {
    background: #e5f2f9;
}
body.home #contents .home-donor-voice .home-add-your-name .box > .item .name {
    margin: 0;
}
body.home #contents .home-donor-voice .home-add-your-name .box > .item .text {
    margin: 0;
}
@media print, screen and (max-width: 1160px) {
    body.home #contents .home-donor-voice .home-add-your-name .box {
        height: 280px;
    }
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-donor-voice .home-add-your-name .box {
        height: 260px;
    }
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-donor-voice .home-add-your-name .box {
        height: 365px;
    }
}

/**/
body.home #contents .home-other {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 70px;
}
body.home #contents .home-other > .col {
    width: 50%;
}
body.home #contents .home-other > .col > .inner {
    max-width: 590px;
    padding: 40px 20px;
    background: rgba(255, 255, 255, .9);
}
body.home #contents .home-other > .col > .inner .pic {
    margin: 0 0 35px;
    text-align: center;
}
body.home #contents .home-other > .col > .inner .pic img {}
body.home #contents .home-other > .col > .inner .title {
    font-size: 3.8rem;
    text-align: center;
}
body.home #contents .home-other > .col > .inner .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 25px;
}
body.home #contents .home-other > .col > .inner .box ul {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
}
body.home #contents .home-other > .col > .inner .box ul:nth-of-type(2) {
    margin-left: 30px;
}
body.home #contents .home-other > .col > .inner ul li {
    margin: 0 0 5px;
    padding: 0;
    background: none;
}
body.home #contents .home-other > .col > .inner ul li a {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url("../img/icon-arrow-right01-blue01.png") 0 .4em no-repeat;
    background-size: 6px auto;
}
body.home #contents .home-other > .col > .inner .btn {
    margin: 0;
    text-align: center;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-other {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 50px;
    }
    body.home #contents .home-other > .col {
        width: 100%;
    }
    body.home #contents .home-other > .col > .inner {
        max-width: none;
        width: 100%;
    }
    body.home #contents .home-other > .col > .inner .title {
        font-size: 2.8rem;
    }
    body.home #contents .home-other > .col > .inner .box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 240px;
        margin: 0 auto 25px;
    }
    body.home #contents .home-other > .col > .inner .box ul {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0;
    }
    body.home #contents .home-other > .col > .inner .box ul:nth-of-type(2) {
        margin-left: 0;
    }
}

/**/
body.home #contents .home-other > .home-how-to {
    margin-right: 20px;
    padding: 70px 0;
    background: url("../../img/home-other-bg01-01.jpg") 50% 50% no-repeat;
    background-size: cover;
}
body.home #contents .home-other > .home-how-to > .inner {
    margin: 0 0 0 auto;
}
body.home #contents .home-other > .home-benefits {
    padding: 70px 0;
    background: url("../../img/home-other-bg01-02.jpg") 50% 50% no-repeat;
    background-size: cover;
}
@media print, screen and (max-width: 750px) {
    body.home #contents .home-other > .home-how-to {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 50px 20px;
    }
    body.home #contents .home-other > .home-benefits {
        padding: 50px 20px;
    }
}

/**/
body.home #contents .home-bnr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
}
body.home #contents .home-bnr > a {
    width: calc((100% - 120px) / 4);
    margin: 0 40px 0 0;
}
body.home #contents .home-bnr > a:nth-of-type(4n) {
    margin-right: 0;
}
body.home #contents .home-bnr > a img {
    width: 100%;
}
@media print, screen and (max-width: 1160px) {
    body.home #contents .home-bnr > a {
        width: calc((100% - 90px) / 4);
        margin: 0 30px 0 0;
    }
}
@media print, screen and (max-width: 880px) {
    body.home #contents .home-bnr {
        padding: 30px 30px 10px;
    }
    body.home #contents .home-bnr > a {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    body.home #contents .home-bnr > a:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width: 414px) {
    body.home #contents .home-bnr {
        padding: 20px 10px 10px;
    }
    body.home #contents .home-bnr > a {
        width: calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }
    body.home #contents .home-bnr > a:nth-of-type(2n) {
        margin-right: 0;
    }
}



/* プロジェクトを探すページ
--------------------------------------------------------- */
body.project {}
body.project #contents {}

/**/
body.project #contents .project-mainpost {}
body.project #contents .project-mainpost > .inner {
    display: -webkit-flex;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
body.project #contents .project-mainpost > .inner .pic {
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
    margin: 0 50px 0 0;
}
body.project #contents .project-mainpost > .inner .pic figure {
    margin: 0;
}
body.project #contents .project-mainpost > .inner .pic figure a {}
body.project #contents .project-mainpost > .inner .pic figure a img {
    width: 100%;
}
body.project #contents .project-mainpost > .inner .block {
    padding: 20px 0;
}
body.project #contents .project-mainpost > .inner .block .title {
    margin: 0 0 8px;
    padding: 0 20px 0 0;
    font-size: 1.8rem;
}
body.project #contents .project-mainpost > .inner .block .title a {
    color: #007ec7;
}
body.project #contents .project-mainpost > .inner .block .cat {
    margin: 0 0 30px;
    padding: 0 20px 0 0;
    font-size: 2.8rem;
    line-height: 1.4;
}
body.project #contents .project-mainpost > .inner .block .box {
    display: -webkit-flex;
    display: flex;
    font-size: 1.4rem;
}
body.project #contents .project-mainpost > .inner .block .box .text {
    margin: 0 50px 0 0;
}
body.project #contents .project-mainpost > .inner .block .box .text p {
    margin: 0;
}
body.project #contents .project-mainpost > .inner .block .box .btn {
    -webkit-flex: 0 0 245px;
    flex: 0 0 245px;
}
body.project #contents .project-mainpost > .inner .block .box .btn p {
    margin: 10px 0 0;
}
body.project #contents .project-mainpost > .inner .block .box .btn p:first-of-type {
    margin-top: 0;
}
@media print, screen and (max-width: 880px) {
    body.project #contents .project-mainpost > .inner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.project #contents .project-mainpost > .inner .pic {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0;
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 85%,#eeeeee 85%,#eeeeee 100%);
    }
    body.project #contents .project-mainpost > .inner .pic figure {
        margin: 0;
        padding: 0 20px;
        text-align: center;
    }
    body.project #contents .project-mainpost > .inner .pic figure a img {
        width: 100%;
        max-width: 470px;
    }
    body.project #contents .project-mainpost > .inner .block {
        padding: 30px 20px 50px;
    }
    body.project #contents .project-mainpost > .inner .block .box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.project #contents .project-mainpost > .inner .block .box .text {
        width: 100%;
        margin: 0 0 30px;
    }
    body.project #contents .project-mainpost > .inner .block .box .btn {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    body.project #contents .project-mainpost > .inner .block .box .btn p {
        text-align: center;
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-mainpost > .inner .block .title {
        font-size: 1.6rem;
    }
    body.project #contents .project-mainpost > .inner .block .cat {
        font-size: 1.8rem;
        font-weight: bold;
    }
}

/**/
body.project #contents .project-search-form {
    margin: 0 0 20px;
    padding: 30px 50px;
    background: #f1d7d7;
}
body.project #contents .project-search-form p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}
body.project #contents .project-search-form p i {
    width: 24px;
    height: 24px;
    margin: 0 30px 0 0;
    background: url("../img/icon-search-black01.png") 50% 50% no-repeat;
    background-size: contain;
}
body.project #contents .project-search-form p input {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    padding: 10px 40px;
    border: 1px solid #d18888;
    border-radius: 0;
    font-size: 2.2rem;
    -webkit-appearance: none;
}
@media print, screen and (max-width: 1160px) {
    body.project #contents .project-search-form {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-search-form {
        padding: 20px 20px 20px 15px;
    }
    body.project #contents .project-search-form p i {
        margin: 0 10px 0 0;
    }
    body.project #contents .project-search-form p input {
        padding: 10px;
        font-size: 1.8rem;
    }
}

/**/
body.project #contents .project-word {
    margin: 0 0 70px;
}
body.project #contents .project-word .project-word-title {
    margin: 0 0 30px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #d18888;
    font-size: 2rem;
    line-height: 1.2;
}
body.project #contents .project-word .project-word-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 1.4rem;
}
body.project #contents .project-word .project-word-list a {
    width: calc((100% - 100px) / 6);
    margin: 0 20px 20px 0;
    padding: 8px 10px;
    border: 1px solid #d18888;
    border-radius: 5px;
    text-align: center;
}
body.project #contents .project-word .project-word-list a:hover {
    background: #fcf2f2;
    color: #333333;
}
body.project #contents .project-word .project-word-list a:nth-of-type(6n) {
    margin-right: 0;
}
@media print, screen and (max-width: 1160px) {
    body.project #contents .project-word .project-word-list a {
        width: calc((100% - 40px) / 3.001);
    }
    @media print, screen and (min-width: 751px) and (max-width: 1160px) {
        body.project #contents .project-word .project-word-list a:nth-of-type(3n) {
            margin-right: 0;
        }
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-word {
        margin: 0 0 50px;
    }
    body.project #contents .project-word .project-word-list a {
        width: calc((100% - 20px) / 2);
    }
    body.project #contents .project-word .project-word-list a:nth-of-type(2n) {
        margin-right: 0;
    }
}

/**/
body.project #contents .project-cat-list {}
body.project #contents .project-cat-list .project-cat-list-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 5px 20px;
    border-bottom: 1px solid #0b7fc6;
    font-size: 2rem;
    cursor: pointer;
}
body.project #contents .project-cat-list .project-cat-list-header em {
    margin: 0 20px 0 0;
    font-style: normal;
}
body.project #contents .project-cat-list .project-cat-list-header i {
    width: 14px;
    height: 18px;
    background: url("../img/icon-plus01-blue01.png") 50% 0 no-repeat;
    background-size: contain;
}
body.project #contents .project-cat-list .project-cat-list-header.is-open i {
    background-image: url("../img/icon-cross01-blue01.png");
}
body.project #contents .project-cat-list .project-cat-list-item {
    display: none;
}
body.project #contents .project-cat-list .project-cat-list-item ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}
body.project #contents .project-cat-list .project-cat-list-item ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 5px 0;
    padding: 0;
    background: none;
}
body.project #contents .project-cat-list .project-cat-list-item ul li:nth-of-type(2n) {
    margin-right: 0;
}
body.project #contents .project-cat-list .project-cat-list-item ul li a {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url("../img/icon-arrow-right01-blue01.png") 0 .35em no-repeat;
    background-size: 6px auto;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-cat-list .project-cat-list-header {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 0 5px;
    }
    body.project #contents .project-cat-list .project-cat-list-item ul li {
        width: 100%;
        margin: 0 0 5px;
    }
}

/**/
body.project #contents .project-list {}
body.project #contents .project-list .item-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.project #contents .project-list .item-list > .item {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    border: 1px solid #0b7fc6;
}
@media print, screen and (min-width: 1161px) {
    body.project #contents .project-list .item-list > .item:nth-of-type(4n) {
        margin-right: 0;
    }
}
body.project #contents .project-list .item-list > .item .pic {
    margin: 0;
}
body.project #contents .project-list .item-list > .item .pic a {
    display: block;
}
body.project #contents .project-list .item-list > .item .pic a img {
    width: 100%;
}
body.project #contents .project-list .item-list > .item .block {
    padding: 15px 20px 20px;
}
body.project #contents .project-list .item-list > .item .block .title {
    margin: 0 0 15px;
    font-size: 1.7rem;
}
body.project #contents .project-list .item-list > .item .block .title a {
    color: #0b7fc6;
    font-weight: bold;
}
body.project #contents .project-list .item-list > .item .block .cat {}
body.project #contents .project-list .item-list > .item .block .box {
    display: -webkit-flex;
    display: flex;
}
body.project #contents .project-list .item-list > .item .block .box p {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
    font-size: 1.4rem;
}
body.project #contents .project-list .item-list > .item .block .box p.end {
    background: #dddddd;
    padding: 8px 20px;
    border: 1px solid #dddddd;
    text-align: center;
}
body.project #contents .project-list .item-list > .item .block .box p:nth-of-type(2n) {
    margin-right: 0;
}
body.project #contents .project-list .item-list > .item .block .box p a {
    padding-left: 10px;
}
@media print, screen and (max-width: 1160px) {
    body.project #contents .project-list .item-list > .item {
        width: calc((100% - 40px) / 3.001);
    }
    @media print, screen and (min-width: 881px) and (max-width: 1160px) {
        body.project #contents .project-list .item-list > .item:nth-of-type(3n) {
            margin-right: 0;
        }
    }
}
@media print, screen and (max-width: 880px) {
    body.project #contents .project-list .item-list > .item {
        width: calc((100% - 20px) / 2);
    }
    body.project #contents .project-list .item-list > .item:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width: 519px) {
    body.project #contents .project-list .item-list > .item {
        width: 100%;
        margin-right: 0;
    }
    body.project #contents .project-list .item-list > .item .block .title {
        font-size: 1.6rem;
    }
}

/**/
@media print, screen and (min-width: 751px) {
    body.project #contents .project-tabs {
        width: 66.666%;
        margin: 0;
    }
    body.project #contents .project-tabs > .inner {
        display: -webkit-flex;
        display: flex;
    }
    body.project #contents .project-tabs > .inner .item {
        flex: 1 1 1px;
        position: relative;
        font-size: 2.2rem;
    }
    body.project #contents .project-tabs > .inner .item a {
        display: block;
        height: 100%;
        padding: 5px 5px 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #007fc4;
    }
    body.project #contents .project-tabs > .inner .item:first-of-type a {
        padding-left: 0;
    }
    body.project #contents .project-tabs > .inner .item:last-of-type a {
        padding-right: 0;
    }
    body.project #contents .project-tabs > .inner .item a:hover,
    body.project #contents .project-tabs > .inner .item a.is-active {
        border: 1px solid #007fc4;
        border-bottom: 1px solid transparent;
    }
    body.project #contents .project-tabs > .inner .item:first-of-type a:hover,
    body.project #contents .project-tabs > .inner .item:first-of-type a.is-active {
        border-left: 0 none;
    }
    body.project #contents .project-tabs > .inner .item:nth-of-type(3) a:hover,
    body.project #contents .project-tabs > .inner .item:nth-of-type(3) a.is-active {
        border-right: 0 none;
    }
    body.project #contents .project-tabs > .inner .item a em {
        display: block;
        height: 100%;
        padding: 10px;
        text-align: center;
    }
    body.project #contents .project-tabs > .inner .item a:hover em,
    body.project #contents .project-tabs > .inner .item a.is-active em {
        background: #007fc4;
        color: #ffffff;
    }
    body.project #contents .project-tabs > .inner .project-share {
        flex: 0 0 60px;
        margin: 0 0 0 4px;
        font-size: 1.4rem;
    }
    body.project #contents .project-tabs > .inner .project-share a {
        display: block;
        height: 100%;
        padding: 5px 5px 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #007fc4;
    }
    body.project #contents .project-tabs > .inner .project-share a:hover {
        color: #333333;
    }
    body.project #contents .project-tabs > .inner .project-share a em {
        display: block;
        height: 100%;
        padding: 30px 10px 5px;
        background: url("../img/icon-share01-gray01.png") 50% 5px no-repeat;
        background-size: 32px 24px;
        text-align: center;
    }
    body.project #contents .project-tabs > .inner .project-share a:hover em {
        background-image: url("../img/icon-share01-blue01.png");
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-tabs {
        position: fixed;
        left: 0;
        top: 55px;
        z-index: 700;
        width: 100%;
        margin: 0;
        padding: 0 20px 5px;
        background: #ffffff;
    }
    body.project #contents .project-tabs > .inner {
        display: -webkit-flex;
        display: flex;
    }
    body.project #contents .project-tabs > .inner .item {
        flex: 1 1 1px;
        position: relative;
        margin: 0 0 0 20px;
        font-size: 1.4rem;
    }
    body.project #contents .project-tabs > .inner .item:first-of-type {
        margin-left: 0;
    }
    body.project #contents .project-tabs > .inner .item a {
        display: block;
        height: 100%;
        padding: 12px 2px 6px;
        border-bottom: 2px solid transparent;
        text-align: center;
    }
    body.project #contents .project-tabs > .inner .item a:hover,
    body.project #contents .project-tabs > .inner .item a.is-active {
        color: #007fc4;
        border-bottom-color: #007fc4;
    }
    body.project #contents .project-tabs > .inner .item a em {
        font-style: normal;
    }
    body.project #contents .project-tabs > .inner .item a:hover em,
    body.project #contents .project-tabs > .inner .item a.is-active em {}
    body.project #contents .project-tabs > .inner .project-share {
        display: none;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-tabs {
        padding: 0 10px 5px;
    }
}

/**/
body.project #contents .project-tab-content {
  display: none;
}
body.project #contents .project-tab-content.is-show {
  display: block;
}

/**/
@media print, screen and (max-width: 750px) {
    body.project #contents .is-temporary-hide {
       display: none;
    }
    body.project #contents .project-tabs > .inner .item {
        margin: 0 0 0 10px;
    }
}

/**/
body.project #contents .project-main-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 50px;
}
body.project #contents .project-main-row .project-main-col {
    width: 66.666%;
    padding: 40px 0 0;
    line-height: 1.75;
}
body.project #contents .project-main-row .project-sub-col {
    width: 30%;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-main-row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -30px 0 50px;
    }
    body.project #contents .project-main-row .project-main-col {
        width: 100%;
        padding: 0;
    }
    body.project #contents .project-main-row .project-sub-col {
        width: 100%;
    }
}

/* プロジェクト詳細のメインカラムの各タグの初期設定 */
body.project #contents .project-main-col h1,
body.project #contents .project-main-col h2,
body.project #contents .project-main-col h3,
body.project #contents .project-main-col h4,
body.project #contents .project-main-col h5,
body.project #contents .project-main-col h6,
body.project #contents .project-main-col p,
body.project #contents .project-main-col ul,
body.project #contents .project-main-col ol,
body.project #contents .project-main-col dl,
body.project #contents .project-main-col figure {
    margin-bottom: 30px;
}
body.project #contents .project-main-col figcaption {
    line-height: 1.5;
}

/**/
body.project #contents .project-main-col .project-title01 {
    margin: 50px 0 25px;
    font-size: 3.4rem;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-main-col .project-title01 {
        margin: 40px 0 25px;
        font-size: 3rem;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-main-col .project-title01 {
        margin: 30px 0 20px;
        font-size: 2.6rem;
    }
}
body.project #contents .project-title02 {
    margin: 0 0 10px;
    border-bottom: 1px solid #333333;
    font-size: 2rem;
    text-align: center;
}
body.project #contents .project-title03 {
    margin: 0 0 20px;
    padding: 0 10px 5px;
    border-bottom: 1px solid #0b7fc6;
    font-size: 2rem;
}

/**/
body.project #contents .project-contents-nav01 {
    margin: 0 0 30px;
}
body.project #contents .project-contents-nav01 li {
    margin: 0 0 10px;
    padding: 0;
    background: none;
}
body.project #contents .project-contents-nav01 li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border: 1px solid #aaaaaa;
}
body.project #contents .project-contents-nav01 li a:hover {
    color: #333333;
}
body.project #contents .project-contents-nav01 li a p {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
}
body.project #contents .project-contents-nav01 li a figure {
    -webkit-flex: 0 1 41.131%;
    flex: 0 1 41.131%;
    margin: 0 0 0 10px;
}
body.project #contents .project-contents-nav01 li a figure img {}
@media print, screen and (max-width: 1160px) {
    body.project #contents .project-contents-nav01 li a p {
        font-size: 1.6rem;
    }
    body.project #contents .project-contents-nav01 li a figure {
        -webkit-flex: 0 1 46%;
        flex: 0 1 46%;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-contents-nav01 li a {
        padding: 10px;
    }
    body.project #contents .project-contents-nav01 li a p {
        font-size: 1.4rem;
    }
    body.project #contents .project-contents-nav01 li a figure {
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

/**/
#contents .project-contents-nav02 {
    margin: 0 0 30px;
}
#contents .project-contents-nav02 li {
    margin: 0 0 10px;
    padding: 0;
    background: none;
}
#contents .project-contents-nav02 li a {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url("../img/icon-outside01-blue01.png") 0 .25em no-repeat;
    background-size: 17px auto;
}

/**/
body.project #contents .project-main-imgbox01 {
    display: -webkit-flex;
    display: flex;
}
body.project #contents .project-main-imgbox01 figure {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
}
body.project #contents .project-main-imgbox01 figure:nth-of-type(2n) {
    margin-right: 0;
}
body.project #contents .project-main-imgbox01 figure img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
body.project #contents .project-main-imgbox01 figure figcaption {
    font-size: 1.4rem;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-main-imgbox01 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.project #contents .project-main-imgbox01 figure {
        width: 100%;
        margin: 0 0 20px;
    }
    body.project #contents .project-main-imgbox01 figure img {
        max-width: 390px;
        margin: 0 auto 15px;
    }
    body.project #contents .project-main-imgbox01 figure figcaption {
        font-size: 1.4rem;
    }
}

/**/
body.project #contents .project-img-right01 {
    float: right;
    width: 26.25%;
    margin: 0 0 20px 20px;
}
body.project #contents .project-img-right01 img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
body.project #contents .project-img-right01 figcaption {
    font-size: 1.4rem;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-img-right01 {
        float: none;
        width: 100%;
        max-width: 210px;
        margin: 0 auto 20px;
    }
    body.project #contents .project-img-right01 img {
        width: 100%;
    }
}

/**/
body.project #contents .project-side-imgbox01 {
    margin: 0 0 20px;
}
body.project #contents .project-side-imgbox01 img {
    width: 100%;
    margin: 0 0 5px;
}
body.project #contents .project-side-imgbox01 figcaption {
    font-size: 1.4rem;
    text-align: center;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-side-imgbox01 {
        width: auto;
        max-width: 320px;
        margin: 0 auto 20px;
    }
}

/**/
body.project #contents .project-side-imgbox02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
body.project #contents .project-side-imgbox02 figure {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
}
body.project #contents .project-side-imgbox02 figure:nth-of-type(2n) {
    margin-right: 0;
}
body.project #contents .project-side-imgbox02 figure img {
    width: 100%;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-side-imgbox02 {
        width: auto;
        max-width: 320px;
        margin: 0 auto 10px;
    }
}

/**/
body.project #contents .project-project-end01 {
    width: auto;
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 15px 20px;
    background: #dddddd;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

/**/
body.project #contents .project-post-list {
    margin: 70px 0 30px;
}
body.project #contents .project-post-list > .item {
    margin: 0 0 40px;
}
body.project #contents .project-post-list > .item > .title {
    display: none;
}
body.project #contents .project-post-list > .item .main {
    display: -webkit-flex;
    display: flex;
}
body.project #contents .project-post-list > .item .main .pic {
    -webkit-flex: 0 0 180px;
    flex: 0 0 180px;
}
body.project #contents .project-post-list > .item .main .pic img {
    width: 100%;
}
body.project #contents .project-post-list > .item .main .detail {
    margin: 0 0 0 30px;
}
body.project #contents .project-post-list > .item .main .detail .title {
    font-size: 2.4rem;
    line-height: 1.4;
}
body.project #contents .project-post-list > .item .main .detail .date {
    margin: 0 0 5px;
    font-size: 1.4rem;
}
body.project #contents .project-post-list > .item .main .detail .text {}
body.project #contents .project-post-list > .item .main .detail .more {
    margin: 0;
    font-size: 1.4rem;
}
body.project #contents .project-post-list > .item .main .detail .more a {
    padding: 0 18px 0 0;
    background: url("../img/icon-arrow-right01-black01.png") 100% .35em no-repeat;
    background-size: 6px auto;
}
body.project #contents .project-post-list > .item > .text {
    display: none;
}
body.project #contents .project-post-list > .item > .more {
    display: none;
}
@media print, screen and (max-width: 880px) {
    body.project #contents .project-post-list > .item {
        margin: 0 0 40px;
    }
    body.project #contents .project-post-list > .item .main .detail .date {
        margin: 0 0 10px;
    }
    body.project #contents .project-post-list > .item .main .detail .text {
        display: none;
    }
    body.project #contents .project-post-list > .item .main .detail .more {
        display: none;
    }
    body.project #contents .project-post-list > .item > .text {
        display: block;
    }
    body.project #contents .project-post-list > .item > .more {
        display: block;
        font-size: 1.4rem;
    }
    body.project #contents .project-post-list > .item > .more a {
        padding: 0 18px 0 0;
        background: url("../img/icon-arrow-right01-black01.png") 100% .35em no-repeat;
        background-size: 6px auto;
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-post-list > .item > .title {
        display: block;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    body.project #contents .project-post-list > .item .main {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    body.project #contents .project-post-list > .item .main .pic {
        -webkit-flex: 0 0 180px;
        flex: 0 0 180px;
        margin: 0 0 10px;
    }
    body.project #contents .project-post-list > .item .main .pic img {
        width: 100%;
    }
    body.project #contents .project-post-list > .item .main .detail {
        width: 100%;
        margin: 0;
    }
    body.project #contents .project-post-list > .item .main .detail .title {
        display: none;
    }
    body.project #contents .project-post-list > .item .main .detail .date {
        margin: 0 0 5px;
        font-size: 1.4rem;
    }
}

/**/
body.project #contents .project-comment-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
body.project #contents .project-comment-list > .item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
    padding: 20px;
    border-radius: 5px;
}
body.project #contents .project-comment-list > .item:nth-of-type(2n) {
    margin-right: 0;
}
body.project #contents .project-comment-list > .item:nth-of-type(4n + 1),
body.project #contents .project-comment-list > .item:nth-of-type(4n + 2) {
    background: #f1f8fc;
}
body.project #contents .project-comment-list > .item:nth-of-type(4n + 3),
body.project #contents .project-comment-list > .item:nth-of-type(4n + 4) {
    background: #f7f7f7;
}
body.project #contents .project-comment-list > .item .name {
    margin: 0 0 5px;
}
body.project #contents .project-comment-list > .item .date {
    margin: 0 0 5px;
}
body.project #contents .project-comment-list > .item .number {
    margin: 0 0 20px;
}
body.project #contents .project-comment-list > .item .text {
    margin: 0;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-comment-list {
        margin: 0 0 30px;
    }
    body.project #contents .project-comment-list > .item {
        width: 100%;
        margin: 0 0 20px;
    }
    body.project #contents .project-comment-list > .item:nth-of-type(odd) {
        background: #f1f8fc;
    }
    body.project #contents .project-comment-list > .item:nth-of-type(even) {
        background: #f7f7f7;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-comment-list {
        margin: 0 0 10px;
        font-size: 1.4rem;
    }
    body.project #contents .project-comment-list > .item {
        margin: 0 0 15px;
        padding: 10px;
    }
}

/**/
body.project #contents .project-sub-col .project-sub-box {
    margin: 0 0 20px;
    padding: 20px;
    background: #f7f7f7;
}

/**/
body.project #contents .project-owner-box01 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
body.project #contents .project-owner-box01 figure {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
}
body.project #contents .project-owner-box01 figure img {
    width: 100%;
}
body.project #contents .project-owner-box01 .detail {
    margin: 0 0 0 20px;
}
body.project #contents .project-owner-box01 .detail .title {
    margin: 0 0 10px;
    font-weight: bold;
}
body.project #contents .project-owner-box01 .detail .name {}
@media print, screen and (min-width: 751px) and (max-width: 1160px) {
    body.project #contents .project-owner-box01 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.project #contents .project-owner-box01 figure {
        margin: 0 auto 15px;
    }
    body.project #contents .project-owner-box01 .detail {
        width: 100%;
        margin: 0;
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-owner-box01 {
        max-width: 520px;
        margin: 50px auto 0;
    }
    body.project #contents .project-owner-box01 figure {
        -webkit-flex: 0 0 150px;
        flex: 0 0 150px;
    }
    body.project #contents .project-owner-box01 figure img {
        width: 100%;
    }
    body.project #contents .project-owner-box01 .detail {
        margin: 0 0 0 20px;
    }
    body.project #contents .project-owner-box01 .detail .title {
        margin: 0 0 10px;
        font-weight: bold;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-owner-box01 {
        margin: 30px auto 0;
    }
}

/**/
#contents .project-sns-box01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 20px;
}
#contents .project-sns-box01 a {
    margin: 0 0 10px 20px;
}
#contents .project-sns-box01 a:first-of-type {
    margin-left: 0;
}
#contents .project-sns-box01 a img {
    width: 32px;
    height: 32px;
}
@media print, screen and (max-width: 750px) {}

/**/
body.project #contents .project-donation-data01 {
    margin: 0 0 40px;
    line-height: 1.4;
}
body.project #contents .project-donation-data01 dt {
    margin: 0;
    font-size: 1.8rem;
}
body.project #contents .project-donation-data01 dd {
    margin: 0 0 15px;
    font-size: 3rem;
    text-align: right;
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-donation-data01 {
        max-width: 520px;
        margin: 0 auto 40px;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-donation-data01 dd {
        font-size: 2.6rem;
    }
}

/**/
body.project #contents .project-search-mainbar01 {
    background: #f1d7d8;
}
body.project #contents .project-search-mainbar01 > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
body.project #contents .project-search-mainbar01 > .inner h2 {
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.2;
}
body.project #contents .project-search-mainbar02 {}
body.project #contents .project-search-mainbar02 > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 10px;
}
body.project #contents .project-search-tag {
    display: -webkit-flex;
    display: flex;
}
body.project #contents .project-search-tag .project-search-tag-title {
    -webkit-flex: 0 0 108px;
    flex: 0 0 108px;
    padding: .2em 0 0;
    font-size: 2rem;
}
body.project #contents .project-search-tag .project-search-tag-list {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    font-size: 1.4rem;
}
body.project #contents .project-search-tag .project-search-tag-list a {
    width: calc((100% - 80px) / 5.001);
    margin: 0 20px 15px 0;
    padding: 8px 10px;
    border: 1px solid #d18888;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
}
body.project #contents .project-search-tag .project-search-tag-list a:hover {
    background: #fcf2f2;
    color: #333333;
}
@media print, screen and (min-width: 1161px) {
    body.project #contents .project-search-tag .project-search-tag-list a:nth-of-type(5n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width: 1160px) {
    body.project #contents .project-search-tag .project-search-tag-list a {
        width: calc((100% - 40px) / 3.001);
    }
    @media print, screen and (min-width: 751px) and (max-width: 1160px) {
        body.project #contents .project-search-tag .project-search-tag-list a:nth-of-type(3n) {
            margin-right: 0;
        }
    }
}
@media print, screen and (max-width: 750px) {
    body.project #contents .project-search-mainbar01 > .inner {
        padding: 15px 20px;
    }
    body.project #contents .project-search-mainbar01 > .inner h2 {
        font-size: 2rem;
    }
    body.project #contents .project-search-mainbar02 > .inner {
        padding: 16px 20px 1px;
    }
    body.project #contents .project-search-tag .project-search-tag-title {
        font-size: 1.8rem;
    }
    body.project #contents .project-search-tag .project-search-tag-list a {
        width: calc((100% - 20px) / 2);
    }
    body.project #contents .project-search-tag .project-search-tag-list a:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width: 414px) {
    body.project #contents .project-search-mainbar01 > .inner {
        padding-right: 10px;
        padding-left: 10px;
    }
    body.project #contents .project-search-mainbar02 > .inner {
        padding: 16px 20px 10px 10px;
    }
    body.project #contents .project-search-tag .project-search-tag-title {
        -webkit-flex: 0 0 70px;
        flex: 0 0 70px;
    }
    body.project #contents .project-search-tag .project-search-tag-list a {
        margin: 0 20px 5px 0;
    }
}





/* 寄付者の声
--------------------------------------------------------- */
body.interview {}
body.interview #contents {}

/* 寄付者の声のメインカラムの各タグ・パーツの初期設定 */
body.interview #contents p,
body.interview #contents ul,
body.interview #contents ol,
body.interview #contents dl,
body.interview #contents figure {
    margin-bottom: 30px;
    line-height: 1.9;
}
body.interview #contents figcaption {
    line-height: 1.5;
}
body.interview #contents ul li {
    background-position-y: .8em;
}
body.interview #contents .cmn-link-list01 li a {
    background-position-y: .5em;
}

/**/
#contents .interview-title01 {
    margin: 0 0 35px;
    padding: 0 0 10px;
    font-size: 2.8rem;
    border-bottom: 1px solid #9d9d9d;
    text-align: center;
    line-height: 1.5;
}
#contents .interview-title02 {
    margin: 60px 0 35px;
    font-size: 2.8rem;
    color: #007fc4;
    text-align: center;
    line-height: 1.5;
}
@media print, screen and (max-width: 750px) {
    #contents .interview-title02 {
        font-size: 2.4rem;
    }
}
@media print, screen and (max-width: 414px) {
    #contents .interview-title01 {
        margin: 0 0 15px;
    }
    #contents .interview-title02 {
        margin: 35px 0 15px;
        font-size: 2.2rem;
    }
}

/**/
body.interview #contents .interview-mainimage {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 50px 30px;
    background: #eeeeee;
}
body.interview #contents .interview-mainimage .pic {
    float: right;
    width: 34.333%;
    margin: -100px 0 30px 60px;
}
body.interview #contents .interview-mainimage .pic img {
    width: 100%;
}
body.interview #contents .interview-mainimage .name {
    margin: 0 0 10px;
    font-size: 2.4rem;
    line-height: 1.5;
}
body.interview #contents .interview-mainimage .info {}
body.interview #contents .interview-mainimage .detail {}
@media print, screen and (max-width: 880px) {
    body.interview #contents .interview-mainimage {
        padding: 50px 20px 30px;
    }
}
@media print, screen and (max-width: 750px) {
    body.interview #contents .interview-mainimage {
        padding: 0 20px 30px;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 250px, #eeeeee 250px, #eeeeee 100%);
    }
    body.interview #contents .interview-mainimage .pic {
        float: none;
        width: auto;
        max-width: 330px;
        margin: 0 auto 50px;
    }
}
@media print, screen and (max-width: 414px) {
    body.interview #contents .interview-mainimage {
        padding: 0 10px 30px;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 250px, #eeeeee 250px, #eeeeee 100%);
    }
    body.interview #contents .interview-mainimage .pic {
        margin: 0 auto 30px;
    }
    body.interview #contents .interview-mainimage .info {
        margin: 0 0 15px;
    }
}

/**/
body.interview #contents .interview-imgbox01 {
    width: 100%;
    max-width: 464px;
    margin: 0 auto 20px;
}
body.interview #contents .interview-imgbox01 img {
    display: block;
    margin: 0 0 8px;
}
body.interview #contents .interview-imgbox01 figcaption {
    font-size: 1.4rem;
    text-align: center;
}

/**/
body.interview #contents .interview-sns-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px 0 30px;
}
body.interview #contents .interview-sns-nav li {
    width: 64px;
    margin: 0 0 0 15px;
    padding: 0;
    background: none;
}
body.interview #contents .interview-sns-nav li:first-of-type {
    margin-left: 0;
}
body.interview #contents .interview-sns-nav li a {}
body.interview #contents .interview-sns-nav li a img {
    width: 100%;
}
@media print, screen and (max-width: 750px) {
    body.interview #contents .interview-sns-nav {
        margin: 30px 0;
    }
    body.interview #contents .interview-sns-nav li {
        width: 38px;
        margin: 0 0 0 10px;
    }
    body.interview #contents .interview-sns-nav li:first-of-type {
        margin-left: 0;
    }
}



/* ====================================================================
 汎用クラス
==================================================================== */

/* レイアウト関連
--------------------------------------------------------- */
.d-b { display: block !important; }
.d-ib { display: inline-block !important; }
.d-i { display: inline !important; }
.d-n { display: none !important; }
.fl-l { float: left !important; }
.fl-r { float: right !important; }
.cl { clear: both !important; }
.cl-l { clear: left !important; }
.cl-r { clear: right !important; }
@media print, screen and (max-width: 414px) {
    .d-b-xs { display: block !important; }
    .d-ib-xs { display: inline-block !important; }
    .d-i-xs { display: inline !important; }
    .d-n-xs { display: none !important; }
    .fl-l-xs { float: left !important; }
    .fl-r-xs { float: right !important; }
    .cl-xs { clear: both !important; }
    .cl-l-xs { clear: left !important; }
    .cl-r-xs { clear: right !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .d-b-sm { display: block !important; }
    .d-ib-sm { display: inline-block !important; }
    .d-i-sm { display: inline !important; }
    .d-n-sm { display: none !important; }
    .fl-l-sm { float: left !important; }
    .fl-r-sm { float: right !important; }
    .cl-sm { clear: both !important; }
    .cl-l-sm { clear: left !important; }
    .cl-r-sm { clear: right !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .d-b-md { display: block !important; }
    .d-ib-md { display: inline-block !important; }
    .d-i-md { display: inline !important; }
    .d-n-md { display: none !important; }
    .fl-l-md { float: left !important; }
    .fl-r-md { float: right !important; }
    .cl-md { clear: both !important; }
    .cl-l-md { clear: left !important; }
    .cl-r-md { clear: right !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .d-b-lg { display: block !important; }
    .d-ib-lg { display: inline-block !important; }
    .d-i-lg { display: inline !important; }
    .d-n-lg { display: none !important; }
    .fl-l-lg { float: left !important; }
    .fl-r-lg { float: right !important; }
    .cl-lg { clear: both !important; }
    .cl-l-lg { clear: left !important; }
    .cl-r-lg { clear: right !important; }
}
@media print, screen and (min-width: 1161px) {
    .d-b-xl { display: block !important; }
    .d-ib-xl { display: inline-block !important; }
    .d-i-xl { display: inline !important; }
    .d-n-xl { display: none !important; }
    .fl-l-xl { float: left !important; }
    .fl-r-xl { float: right !important; }
    .cl-xl { clear: both !important; }
    .cl-l-xl { clear: left !important; }
    .cl-r-xl { clear: right !important; }
}



/* 幅・高さ
--------------------------------------------------------- */
.w-0 { width: 0 !important; }
.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
.w-100 { width: 100% !important; }
@media print, screen and (max-width: 414px) {
    .w-0-xs { width: 0 !important; }
    .w-5-xs { width: 5% !important; }
    .w-10-xs { width: 10% !important; }
    .w-15-xs { width: 15% !important; }
    .w-20-xs { width: 20% !important; }
    .w-25-xs { width: 25% !important; }
    .w-30-xs { width: 30% !important; }
    .w-35-xs { width: 35% !important; }
    .w-40-xs { width: 40% !important; }
    .w-45-xs { width: 45% !important; }
    .w-50-xs { width: 50% !important; }
    .w-55-xs { width: 55% !important; }
    .w-60-xs { width: 60% !important; }
    .w-65-xs { width: 65% !important; }
    .w-70-xs { width: 70% !important; }
    .w-75-xs { width: 75% !important; }
    .w-80-xs { width: 80% !important; }
    .w-85-xs { width: 85% !important; }
    .w-90-xs { width: 90% !important; }
    .w-95-xs { width: 95% !important; }
    .w-100-xs { width: 100% !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .w-0-sm { width: 0 !important; }
    .w-5-sm { width: 5% !important; }
    .w-10-sm { width: 10% !important; }
    .w-15-sm { width: 15% !important; }
    .w-20-sm { width: 20% !important; }
    .w-25-sm { width: 25% !important; }
    .w-30-sm { width: 30% !important; }
    .w-35-sm { width: 35% !important; }
    .w-40-sm { width: 40% !important; }
    .w-45-sm { width: 45% !important; }
    .w-50-sm { width: 50% !important; }
    .w-55-sm { width: 55% !important; }
    .w-60-sm { width: 60% !important; }
    .w-65-sm { width: 65% !important; }
    .w-70-sm { width: 70% !important; }
    .w-75-sm { width: 75% !important; }
    .w-80-sm { width: 80% !important; }
    .w-85-sm { width: 85% !important; }
    .w-90-sm { width: 90% !important; }
    .w-95-sm { width: 95% !important; }
    .w-100-sm { width: 100% !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .w-0-md { width: 0 !important; }
    .w-5-md { width: 5% !important; }
    .w-10-md { width: 10% !important; }
    .w-15-md { width: 15% !important; }
    .w-20-md { width: 20% !important; }
    .w-25-md { width: 25% !important; }
    .w-30-md { width: 30% !important; }
    .w-35-md { width: 35% !important; }
    .w-40-md { width: 40% !important; }
    .w-45-md { width: 45% !important; }
    .w-50-md { width: 50% !important; }
    .w-55-md { width: 55% !important; }
    .w-60-md { width: 60% !important; }
    .w-65-md { width: 65% !important; }
    .w-70-md { width: 70% !important; }
    .w-75-md { width: 75% !important; }
    .w-80-md { width: 80% !important; }
    .w-85-md { width: 85% !important; }
    .w-90-md { width: 90% !important; }
    .w-95-md { width: 95% !important; }
    .w-100-md { width: 100% !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .w-0-lg { width: 0 !important; }
    .w-5-lg { width: 5% !important; }
    .w-10-lg { width: 10% !important; }
    .w-15-lg { width: 15% !important; }
    .w-20-lg { width: 20% !important; }
    .w-25-lg { width: 25% !important; }
    .w-30-lg { width: 30% !important; }
    .w-35-lg { width: 35% !important; }
    .w-40-lg { width: 40% !important; }
    .w-45-lg { width: 45% !important; }
    .w-50-lg { width: 50% !important; }
    .w-55-lg { width: 55% !important; }
    .w-60-lg { width: 60% !important; }
    .w-65-lg { width: 65% !important; }
    .w-70-lg { width: 70% !important; }
    .w-75-lg { width: 75% !important; }
    .w-80-lg { width: 80% !important; }
    .w-85-lg { width: 85% !important; }
    .w-90-lg { width: 90% !important; }
    .w-95-lg { width: 95% !important; }
    .w-100-lg { width: 100% !important; }
}
@media print, screen and (min-width: 1161px) {
    .w-0-xl { width: 0 !important; }
    .w-5-xl { width: 5% !important; }
    .w-10-xl { width: 10% !important; }
    .w-15-xl { width: 15% !important; }
    .w-20-xl { width: 20% !important; }
    .w-25-xl { width: 25% !important; }
    .w-30-xl { width: 30% !important; }
    .w-35-xl { width: 35% !important; }
    .w-40-xl { width: 40% !important; }
    .w-45-xl { width: 45% !important; }
    .w-50-xl { width: 50% !important; }
    .w-55-xl { width: 55% !important; }
    .w-60-xl { width: 60% !important; }
    .w-65-xl { width: 65% !important; }
    .w-70-xl { width: 70% !important; }
    .w-75-xl { width: 75% !important; }
    .w-80-xl { width: 80% !important; }
    .w-85-xl { width: 85% !important; }
    .w-90-xl { width: 90% !important; }
    .w-95-xl { width: 95% !important; }
    .w-100-xl { width: 100% !important; }
}


/* マージン
--------------------------------------------------------- */
.m-0 { margin: 0 !important; }
.m-auto{ margin: auto !important; }
.m-t-50 { margin-top: -50px !important; }
.m-t-45 { margin-top: -45px !important; }
.m-t-40 { margin-top: -40px !important; }
.m-t-35 { margin-top: -35px !important; }
.m-t-30 { margin-top: -30px !important; }
.m-t-25 { margin-top: -25px !important; }
.m-t-20 { margin-top: -20px !important; }
.m-t-15 { margin-top: -15px !important; }
.m-t-10 { margin-top: -10px !important; }
.m-t-5 { margin-top: -5px !important; }
.m-t0 { margin-top: 0 !important; }
.m-t5 { margin-top: 5px !important; }
.m-t10 { margin-top: 10px !important; }
.m-t15 { margin-top: 15px !important; }
.m-t20 { margin-top: 20px !important; }
.m-t25 { margin-top: 25px !important; }
.m-t30 { margin-top: 30px !important; }
.m-t35 { margin-top: 35px !important; }
.m-t40 { margin-top: 40px !important; }
.m-t45 { margin-top: 45px !important; }
.m-t50 { margin-top: 50px !important; }
.m-t55 { margin-top: 55px !important; }
.m-t60 { margin-top: 60px !important; }
.m-t65 { margin-top: 65px !important; }
.m-t70 { margin-top: 70px !important; }
.m-t75 { margin-top: 75px !important; }
.m-t80 { margin-top: 80px !important; }
.m-t85 { margin-top: 85px !important; }
.m-t90 { margin-top: 90px !important; }
.m-t95 { margin-top: 95px !important; }
.m-t100 { margin-top: 100px !important; }
.m-r-50 { margin-right: -50px !important; }
.m-r-45 { margin-right: -45px !important; }
.m-r-40 { margin-right: -40px !important; }
.m-r-35 { margin-right: -35px !important; }
.m-r-30 { margin-right: -30px !important; }
.m-r-25 { margin-right: -25px !important; }
.m-r-20 { margin-right: -20px !important; }
.m-r-15 { margin-right: -15px !important; }
.m-r-10 { margin-right: -10px !important; }
.m-r-5 { margin-right: -5px !important; }
.m-r0 { margin-right: 0 !important; }
.m-r5 { margin-right: 5px !important; }
.m-r10 { margin-right: 10px !important; }
.m-r15 { margin-right: 15px !important; }
.m-r20 { margin-right: 20px !important; }
.m-r25 { margin-right: 25px !important; }
.m-r30 { margin-right: 30px !important; }
.m-r35 { margin-right: 35px !important; }
.m-r40 { margin-right: 40px !important; }
.m-r45 { margin-right: 45px !important; }
.m-r50 { margin-right: 50px !important; }
.m-r55 { margin-right: 55px !important; }
.m-r60 { margin-right: 60px !important; }
.m-r65 { margin-right: 65px !important; }
.m-r70 { margin-right: 70px !important; }
.m-r75 { margin-right: 75px !important; }
.m-r80 { margin-right: 80px !important; }
.m-r85 { margin-right: 85px !important; }
.m-r90 { margin-right: 90px !important; }
.m-r95 { margin-right: 95px !important; }
.m-r100 { margin-right: 100px !important; }
.m-b-50 { margin-bottom: -50px !important; }
.m-b-45 { margin-bottom: -45px !important; }
.m-b-40 { margin-bottom: -40px !important; }
.m-b-35 { margin-bottom: -35px !important; }
.m-b-30 { margin-bottom: -30px !important; }
.m-b-25 { margin-bottom: -25px !important; }
.m-b-20 { margin-bottom: -20px !important; }
.m-b-15 { margin-bottom: -15px !important; }
.m-b-10 { margin-bottom: -10px !important; }
.m-b-5 { margin-bottom: -5px !important; }
.m-b0 { margin-bottom: 0 !important; }
.m-b5 { margin-bottom: 5px !important; }
.m-b10 { margin-bottom: 10px !important; }
.m-b15 { margin-bottom: 15px !important; }
.m-b20 { margin-bottom: 20px !important; }
.m-b25 { margin-bottom: 25px !important; }
.m-b30 { margin-bottom: 30px !important; }
.m-b35 { margin-bottom: 35px !important; }
.m-b40 { margin-bottom: 40px !important; }
.m-b45 { margin-bottom: 45px !important; }
.m-b50 { margin-bottom: 50px !important; }
.m-b55 { margin-bottom: 55px !important; }
.m-b60 { margin-bottom: 60px !important; }
.m-b65 { margin-bottom: 65px !important; }
.m-b70 { margin-bottom: 70px !important; }
.m-b75 { margin-bottom: 75px !important; }
.m-b80 { margin-bottom: 80px !important; }
.m-b85 { margin-bottom: 85px !important; }
.m-b90 { margin-bottom: 90px !important; }
.m-b95 { margin-bottom: 95px !important; }
.m-b100 { margin-bottom: 100px !important; }
.m-l-50 { margin-left: -50px !important; }
.m-l-45 { margin-left: -45px !important; }
.m-l-40 { margin-left: -40px !important; }
.m-l-35 { margin-left: -35px !important; }
.m-l-30 { margin-left: -30px !important; }
.m-l-25 { margin-left: -25px !important; }
.m-l-20 { margin-left: -20px !important; }
.m-l-15 { margin-left: -15px !important; }
.m-l-10 { margin-left: -10px !important; }
.m-l-5 { margin-left: -5px !important; }
.m-l0 { margin-left: 0 !important; }
.m-l5 { margin-left: 5px !important; }
.m-l10 { margin-left: 10px !important; }
.m-l15 { margin-left: 15px !important; }
.m-l20 { margin-left: 20px !important; }
.m-l25 { margin-left: 25px !important; }
.m-l30 { margin-left: 30px !important; }
.m-l35 { margin-left: 35px !important; }
.m-l40 { margin-left: 40px !important; }
.m-l45 { margin-left: 45px !important; }
.m-l50 { margin-left: 50px !important; }
.m-l55 { margin-left: 55px !important; }
.m-l60 { margin-left: 60px !important; }
.m-l65 { margin-left: 65px !important; }
.m-l70 { margin-left: 70px !important; }
.m-l75 { margin-left: 75px !important; }
.m-l80 { margin-left: 80px !important; }
.m-l85 { margin-left: 85px !important; }
.m-l90 { margin-left: 90px !important; }
.m-l95 { margin-left: 95px !important; }
.m-l100 { margin-left: 100px !important; }
@media print, screen and (max-width: 414px) {
    .m-0-xs { margin: 0 !important; }
    .m-t-50-xs { margin-top: -50px !important; }
    .m-t-45-xs { margin-top: -45px !important; }
    .m-t-40-xs { margin-top: -40px !important; }
    .m-t-35-xs { margin-top: -35px !important; }
    .m-t-30-xs { margin-top: -30px !important; }
    .m-t-25-xs { margin-top: -25px !important; }
    .m-t-20-xs { margin-top: -20px !important; }
    .m-t-15-xs { margin-top: -15px !important; }
    .m-t-10-xs { margin-top: -10px !important; }
    .m-t-5 { margin-top: -5px !important; }
    .m-t0-xs { margin-top: 0 !important; }
    .m-t5-xs { margin-top: 5px !important; }
    .m-t10-xs { margin-top: 10px !important; }
    .m-t15-xs { margin-top: 15px !important; }
    .m-t20-xs { margin-top: 20px !important; }
    .m-t25-xs { margin-top: 25px !important; }
    .m-t30-xs { margin-top: 30px !important; }
    .m-t35-xs { margin-top: 35px !important; }
    .m-t40-xs { margin-top: 40px !important; }
    .m-t45-xs { margin-top: 45px !important; }
    .m-t50-xs { margin-top: 50px !important; }
    .m-t55-xs { margin-top: 55px !important; }
    .m-t60-xs { margin-top: 60px !important; }
    .m-t65-xs { margin-top: 65px !important; }
    .m-t70-xs { margin-top: 70px !important; }
    .m-t75-xs { margin-top: 75px !important; }
    .m-t80-xs { margin-top: 80px !important; }
    .m-t85-xs { margin-top: 85px !important; }
    .m-t90-xs { margin-top: 90px !important; }
    .m-t95-xs { margin-top: 95px !important; }
    .m-t100-xs { margin-top: 100px !important; }
    .m-r-50-xs { margin-right: -50px !important; }
    .m-r-45-xs { margin-right: -45px !important; }
    .m-r-40-xs { margin-right: -40px !important; }
    .m-r-35-xs { margin-right: -35px !important; }
    .m-r-30-xs { margin-right: -30px !important; }
    .m-r-25-xs { margin-right: -25px !important; }
    .m-r-20-xs { margin-right: -20px !important; }
    .m-r-15-xs { margin-right: -15px !important; }
    .m-r-10-xs { margin-right: -10px !important; }
    .m-r-5-xs { margin-right: -5px !important; }
    .m-r0-xs { margin-right: 0 !important; }
    .m-r5-xs { margin-right: 5px !important; }
    .m-r10-xs { margin-right: 10px !important; }
    .m-r15-xs { margin-right: 15px !important; }
    .m-r20-xs { margin-right: 20px !important; }
    .m-r25-xs { margin-right: 25px !important; }
    .m-r30-xs { margin-right: 30px !important; }
    .m-r35-xs { margin-right: 35px !important; }
    .m-r40-xs { margin-right: 40px !important; }
    .m-r45-xs { margin-right: 45px !important; }
    .m-r50-xs { margin-right: 50px !important; }
    .m-r55-xs { margin-right: 55px !important; }
    .m-r60-xs { margin-right: 60px !important; }
    .m-r65-xs { margin-right: 65px !important; }
    .m-r70-xs { margin-right: 70px !important; }
    .m-r75-xs { margin-right: 75px !important; }
    .m-r80-xs { margin-right: 80px !important; }
    .m-r85-xs { margin-right: 85px !important; }
    .m-r90-xs { margin-right: 90px !important; }
    .m-r95-xs { margin-right: 95px !important; }
    .m-r100-xs { margin-right: 100px !important; }
    .m-b-50-xs { margin-bottom: -50px !important; }
    .m-b-45-xs { margin-bottom: -45px !important; }
    .m-b-40-xs { margin-bottom: -40px !important; }
    .m-b-35-xs { margin-bottom: -35px !important; }
    .m-b-30-xs { margin-bottom: -30px !important; }
    .m-b-25-xs { margin-bottom: -25px !important; }
    .m-b-20-xs { margin-bottom: -20px !important; }
    .m-b-15-xs { margin-bottom: -15px !important; }
    .m-b-10-xs { margin-bottom: -10px !important; }
    .m-b-5-xs { margin-bottom: -5px !important; }
    .m-b0-xs { margin-bottom: 0 !important; }
    .m-b5-xs { margin-bottom: 5px !important; }
    .m-b10-xs { margin-bottom: 10px !important; }
    .m-b15-xs { margin-bottom: 15px !important; }
    .m-b20-xs { margin-bottom: 20px !important; }
    .m-b25-xs { margin-bottom: 25px !important; }
    .m-b30-xs { margin-bottom: 30px !important; }
    .m-b35-xs { margin-bottom: 35px !important; }
    .m-b40-xs { margin-bottom: 40px !important; }
    .m-b45-xs { margin-bottom: 45px !important; }
    .m-b50-xs { margin-bottom: 50px !important; }
    .m-b55-xs { margin-bottom: 55px !important; }
    .m-b60-xs { margin-bottom: 60px !important; }
    .m-b65-xs { margin-bottom: 65px !important; }
    .m-b70-xs { margin-bottom: 70px !important; }
    .m-b75-xs { margin-bottom: 75px !important; }
    .m-b80-xs { margin-bottom: 80px !important; }
    .m-b85-xs { margin-bottom: 85px !important; }
    .m-b90-xs { margin-bottom: 90px !important; }
    .m-b95-xs { margin-bottom: 95px !important; }
    .m-b100-xs { margin-bottom: 100px !important; }
    .m-l-50-xs { margin-left: -50px !important; }
    .m-l-45-xs { margin-left: -45px !important; }
    .m-l-40-xs { margin-left: -40px !important; }
    .m-l-35-xs { margin-left: -35px !important; }
    .m-l-30-xs { margin-left: -30px !important; }
    .m-l-25-xs { margin-left: -25px !important; }
    .m-l-20-xs { margin-left: -20px !important; }
    .m-l-15-xs { margin-left: -15px !important; }
    .m-l-10-xs { margin-left: -10px !important; }
    .m-l-5-xs { margin-left: -5px !important; }
    .m-l0-xs { margin-left: 0 !important; }
    .m-l5-xs { margin-left: 5px !important; }
    .m-l10-xs { margin-left: 10px !important; }
    .m-l15-xs { margin-left: 15px !important; }
    .m-l20-xs { margin-left: 20px !important; }
    .m-l25-xs { margin-left: 25px !important; }
    .m-l30-xs { margin-left: 30px !important; }
    .m-l35-xs { margin-left: 35px !important; }
    .m-l40-xs { margin-left: 40px !important; }
    .m-l45-xs { margin-left: 45px !important; }
    .m-l50-xs { margin-left: 50px !important; }
    .m-l55-xs { margin-left: 55px !important; }
    .m-l60-xs { margin-left: 60px !important; }
    .m-l65-xs { margin-left: 65px !important; }
    .m-l70-xs { margin-left: 70px !important; }
    .m-l75-xs { margin-left: 75px !important; }
    .m-l80-xs { margin-left: 80px !important; }
    .m-l85-xs { margin-left: 85px !important; }
    .m-l90-xs { margin-left: 90px !important; }
    .m-l95-xs { margin-left: 95px !important; }
    .m-l100-xs { margin-left: 100px !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .m-0-sm { margin: 0 !important; }
    .m-t-50-sm { margin-top: -50px !important; }
    .m-t-45-sm { margin-top: -45px !important; }
    .m-t-40-sm { margin-top: -40px !important; }
    .m-t-35-sm { margin-top: -35px !important; }
    .m-t-30-sm { margin-top: -30px !important; }
    .m-t-25-sm { margin-top: -25px !important; }
    .m-t-20-sm { margin-top: -20px !important; }
    .m-t-15-sm { margin-top: -15px !important; }
    .m-t-10-sm { margin-top: -10px !important; }
    .m-t-5-sm { margin-top: -5px !important; }
    .m-t0-sm { margin-top: 0 !important; }
    .m-t5-sm { margin-top: 5px !important; }
    .m-t10-sm { margin-top: 10px !important; }
    .m-t15-sm { margin-top: 15px !important; }
    .m-t20-sm { margin-top: 20px !important; }
    .m-t25-sm { margin-top: 25px !important; }
    .m-t30-sm { margin-top: 30px !important; }
    .m-t35-sm { margin-top: 35px !important; }
    .m-t40-sm { margin-top: 40px !important; }
    .m-t45-sm { margin-top: 45px !important; }
    .m-t50-sm { margin-top: 50px !important; }
    .m-t55-sm { margin-top: 55px !important; }
    .m-t60-sm { margin-top: 60px !important; }
    .m-t65-sm { margin-top: 65px !important; }
    .m-t70-sm { margin-top: 70px !important; }
    .m-t75-sm { margin-top: 75px !important; }
    .m-t80-sm { margin-top: 80px !important; }
    .m-t85-sm { margin-top: 85px !important; }
    .m-t90-sm { margin-top: 90px !important; }
    .m-t95-sm { margin-top: 95px !important; }
    .m-t100-sm { margin-top: 100px !important; }
    .m-r-50-sm { margin-right: -50px !important; }
    .m-r-45-sm { margin-right: -45px !important; }
    .m-r-40-sm { margin-right: -40px !important; }
    .m-r-35-sm { margin-right: -35px !important; }
    .m-r-30-sm { margin-right: -30px !important; }
    .m-r-25-sm { margin-right: -25px !important; }
    .m-r-20-sm { margin-right: -20px !important; }
    .m-r-15-sm { margin-right: -15px !important; }
    .m-r-10-sm { margin-right: -10px !important; }
    .m-r-5-sm { margin-right: -5px !important; }
    .m-r0-sm { margin-right: 0 !important; }
    .m-r5-sm { margin-right: 5px !important; }
    .m-r10-sm { margin-right: 10px !important; }
    .m-r15-sm { margin-right: 15px !important; }
    .m-r20-sm { margin-right: 20px !important; }
    .m-r25-sm { margin-right: 25px !important; }
    .m-r30-sm { margin-right: 30px !important; }
    .m-r35-sm { margin-right: 35px !important; }
    .m-r40-sm { margin-right: 40px !important; }
    .m-r45-sm { margin-right: 45px !important; }
    .m-r50-sm { margin-right: 50px !important; }
    .m-r55-sm { margin-right: 55px !important; }
    .m-r60-sm { margin-right: 60px !important; }
    .m-r65-sm { margin-right: 65px !important; }
    .m-r70-sm { margin-right: 70px !important; }
    .m-r75-sm { margin-right: 75px !important; }
    .m-r80-sm { margin-right: 80px !important; }
    .m-r85-sm { margin-right: 85px !important; }
    .m-r90-sm { margin-right: 90px !important; }
    .m-r95-sm { margin-right: 95px !important; }
    .m-r100-sm { margin-right: 100px !important; }
    .m-b-50-sm { margin-bottom: -50px !important; }
    .m-b-45-sm { margin-bottom: -45px !important; }
    .m-b-40-sm { margin-bottom: -40px !important; }
    .m-b-35-sm { margin-bottom: -35px !important; }
    .m-b-30-sm { margin-bottom: -30px !important; }
    .m-b-25-sm { margin-bottom: -25px !important; }
    .m-b-20-sm { margin-bottom: -20px !important; }
    .m-b-15-sm { margin-bottom: -15px !important; }
    .m-b-10-sm { margin-bottom: -10px !important; }
    .m-b-5-sm { margin-bottom: -5px !important; }
    .m-b0-sm { margin-bottom: 0 !important; }
    .m-b5-sm { margin-bottom: 5px !important; }
    .m-b10-sm { margin-bottom: 10px !important; }
    .m-b15-sm { margin-bottom: 15px !important; }
    .m-b20-sm { margin-bottom: 20px !important; }
    .m-b25-sm { margin-bottom: 25px !important; }
    .m-b30-sm { margin-bottom: 30px !important; }
    .m-b35-sm { margin-bottom: 35px !important; }
    .m-b40-sm { margin-bottom: 40px !important; }
    .m-b45-sm { margin-bottom: 45px !important; }
    .m-b50-sm { margin-bottom: 50px !important; }
    .m-b55-sm { margin-bottom: 55px !important; }
    .m-b60-sm { margin-bottom: 60px !important; }
    .m-b65-sm { margin-bottom: 65px !important; }
    .m-b70-sm { margin-bottom: 70px !important; }
    .m-b75-sm { margin-bottom: 75px !important; }
    .m-b80-sm { margin-bottom: 80px !important; }
    .m-b85-sm { margin-bottom: 85px !important; }
    .m-b90-sm { margin-bottom: 90px !important; }
    .m-b95-sm { margin-bottom: 95px !important; }
    .m-b100-sm { margin-bottom: 100px !important; }
    .m-l-50-sm { margin-left: -50px !important; }
    .m-l-45-sm { margin-left: -45px !important; }
    .m-l-40-sm { margin-left: -40px !important; }
    .m-l-35-sm { margin-left: -35px !important; }
    .m-l-30-sm { margin-left: -30px !important; }
    .m-l-25-sm { margin-left: -25px !important; }
    .m-l-20-sm { margin-left: -20px !important; }
    .m-l-15-sm { margin-left: -15px !important; }
    .m-l-10-sm { margin-left: -10px !important; }
    .m-l-5-sm { margin-left: -5px !important; }
    .m-l0-sm { margin-left: 0 !important; }
    .m-l5-sm { margin-left: 5px !important; }
    .m-l10-sm { margin-left: 10px !important; }
    .m-l15-sm { margin-left: 15px !important; }
    .m-l20-sm { margin-left: 20px !important; }
    .m-l25-sm { margin-left: 25px !important; }
    .m-l30-sm { margin-left: 30px !important; }
    .m-l35-sm { margin-left: 35px !important; }
    .m-l40-sm { margin-left: 40px !important; }
    .m-l45-sm { margin-left: 45px !important; }
    .m-l50-sm { margin-left: 50px !important; }
    .m-l55-sm { margin-left: 55px !important; }
    .m-l60-sm { margin-left: 60px !important; }
    .m-l65-sm { margin-left: 65px !important; }
    .m-l70-sm { margin-left: 70px !important; }
    .m-l75-sm { margin-left: 75px !important; }
    .m-l80-sm { margin-left: 80px !important; }
    .m-l85-sm { margin-left: 85px !important; }
    .m-l90-sm { margin-left: 90px !important; }
    .m-l95-sm { margin-left: 95px !important; }
    .m-l100-sm { margin-left: 100px !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .m-0-md { margin: 0 !important; }
    .m-t-50-md { margin-top: -50px !important; }
    .m-t-45-md { margin-top: -45px !important; }
    .m-t-40-md { margin-top: -40px !important; }
    .m-t-35-md { margin-top: -35px !important; }
    .m-t-30-md { margin-top: -30px !important; }
    .m-t-25-md { margin-top: -25px !important; }
    .m-t-20-md { margin-top: -20px !important; }
    .m-t-15-md { margin-top: -15px !important; }
    .m-t-10-md { margin-top: -10px !important; }
    .m-t-5-md { margin-top: -5px !important; }
    .m-t0-md { margin-top: 0 !important; }
    .m-t5-md { margin-top: 5px !important; }
    .m-t10-md { margin-top: 10px !important; }
    .m-t15-md { margin-top: 15px !important; }
    .m-t20-md { margin-top: 20px !important; }
    .m-t25-md { margin-top: 25px !important; }
    .m-t30-md { margin-top: 30px !important; }
    .m-t35-md { margin-top: 35px !important; }
    .m-t40-md { margin-top: 40px !important; }
    .m-t45-md { margin-top: 45px !important; }
    .m-t50-md { margin-top: 50px !important; }
    .m-t55-md { margin-top: 55px !important; }
    .m-t60-md { margin-top: 60px !important; }
    .m-t65-md { margin-top: 65px !important; }
    .m-t70-md { margin-top: 70px !important; }
    .m-t75-md { margin-top: 75px !important; }
    .m-t80-md { margin-top: 80px !important; }
    .m-t85-md { margin-top: 85px !important; }
    .m-t90-md { margin-top: 90px !important; }
    .m-t95-md { margin-top: 95px !important; }
    .m-t100-md { margin-top: 100px !important; }
    .m-r-50-md { margin-right: -50px !important; }
    .m-r-45-md { margin-right: -45px !important; }
    .m-r-40-md { margin-right: -40px !important; }
    .m-r-35-md { margin-right: -35px !important; }
    .m-r-30-md { margin-right: -30px !important; }
    .m-r-25-md { margin-right: -25px !important; }
    .m-r-20-md { margin-right: -20px !important; }
    .m-r-15-md { margin-right: -15px !important; }
    .m-r-10-md { margin-right: -10px !important; }
    .m-r-5-md { margin-right: -5px !important; }
    .m-r0-md { margin-right: 0 !important; }
    .m-r5-md { margin-right: 5px !important; }
    .m-r10-md { margin-right: 10px !important; }
    .m-r15-md { margin-right: 15px !important; }
    .m-r20-md { margin-right: 20px !important; }
    .m-r25-md { margin-right: 25px !important; }
    .m-r30-md { margin-right: 30px !important; }
    .m-r35-md { margin-right: 35px !important; }
    .m-r40-md { margin-right: 40px !important; }
    .m-r45-md { margin-right: 45px !important; }
    .m-r50-md { margin-right: 50px !important; }
    .m-r55-md { margin-right: 55px !important; }
    .m-r60-md { margin-right: 60px !important; }
    .m-r65-md { margin-right: 65px !important; }
    .m-r70-md { margin-right: 70px !important; }
    .m-r75-md { margin-right: 75px !important; }
    .m-r80-md { margin-right: 80px !important; }
    .m-r85-md { margin-right: 85px !important; }
    .m-r90-md { margin-right: 90px !important; }
    .m-r95-md { margin-right: 95px !important; }
    .m-r100-md { margin-right: 100px !important; }
    .m-b-50-md { margin-bottom: -50px !important; }
    .m-b-45-md { margin-bottom: -45px !important; }
    .m-b-40-md { margin-bottom: -40px !important; }
    .m-b-35-md { margin-bottom: -35px !important; }
    .m-b-30-md { margin-bottom: -30px !important; }
    .m-b-25-md { margin-bottom: -25px !important; }
    .m-b-20-md { margin-bottom: -20px !important; }
    .m-b-15-md { margin-bottom: -15px !important; }
    .m-b-10-md { margin-bottom: -10px !important; }
    .m-b-5-md { margin-bottom: -5px !important; }
    .m-b0-md { margin-bottom: 0 !important; }
    .m-b5-md { margin-bottom: 5px !important; }
    .m-b10-md { margin-bottom: 10px !important; }
    .m-b15-md { margin-bottom: 15px !important; }
    .m-b20-md { margin-bottom: 20px !important; }
    .m-b25-md { margin-bottom: 25px !important; }
    .m-b30-md { margin-bottom: 30px !important; }
    .m-b35-md { margin-bottom: 35px !important; }
    .m-b40-md { margin-bottom: 40px !important; }
    .m-b45-md { margin-bottom: 45px !important; }
    .m-b50-md { margin-bottom: 50px !important; }
    .m-b55-md { margin-bottom: 55px !important; }
    .m-b60-md { margin-bottom: 60px !important; }
    .m-b65-md { margin-bottom: 65px !important; }
    .m-b70-md { margin-bottom: 70px !important; }
    .m-b75-md { margin-bottom: 75px !important; }
    .m-b80-md { margin-bottom: 80px !important; }
    .m-b85-md { margin-bottom: 85px !important; }
    .m-b90-md { margin-bottom: 90px !important; }
    .m-b95-md { margin-bottom: 95px !important; }
    .m-b100-md { margin-bottom: 100px !important; }
    .m-l-50-md { margin-left: -50px !important; }
    .m-l-45-md { margin-left: -45px !important; }
    .m-l-40-md { margin-left: -40px !important; }
    .m-l-35-md { margin-left: -35px !important; }
    .m-l-30-md { margin-left: -30px !important; }
    .m-l-25-md { margin-left: -25px !important; }
    .m-l-20-md { margin-left: -20px !important; }
    .m-l-15-md { margin-left: -15px !important; }
    .m-l-10-md { margin-left: -10px !important; }
    .m-l-5-md { margin-left: -5px !important; }
    .m-l0-md { margin-left: 0 !important; }
    .m-l5-md { margin-left: 5px !important; }
    .m-l10-md { margin-left: 10px !important; }
    .m-l15-md { margin-left: 15px !important; }
    .m-l20-md { margin-left: 20px !important; }
    .m-l25-md { margin-left: 25px !important; }
    .m-l30-md { margin-left: 30px !important; }
    .m-l35-md { margin-left: 35px !important; }
    .m-l40-md { margin-left: 40px !important; }
    .m-l45-md { margin-left: 45px !important; }
    .m-l50-md { margin-left: 50px !important; }
    .m-l55-md { margin-left: 55px !important; }
    .m-l60-md { margin-left: 60px !important; }
    .m-l65-md { margin-left: 65px !important; }
    .m-l70-md { margin-left: 70px !important; }
    .m-l75-md { margin-left: 75px !important; }
    .m-l80-md { margin-left: 80px !important; }
    .m-l85-md { margin-left: 85px !important; }
    .m-l90-md { margin-left: 90px !important; }
    .m-l95-md { margin-left: 95px !important; }
    .m-l100-md { margin-left: 100px !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .m-0-lg { margin: 0 !important; }
    .m-t-50-lg { margin-top: -50px !important; }
    .m-t-45-lg { margin-top: -45px !important; }
    .m-t-40-lg { margin-top: -40px !important; }
    .m-t-35-lg { margin-top: -35px !important; }
    .m-t-30-lg { margin-top: -30px !important; }
    .m-t-25-lg { margin-top: -25px !important; }
    .m-t-20-lg { margin-top: -20px !important; }
    .m-t-15-lg { margin-top: -15px !important; }
    .m-t-10-lg { margin-top: -10px !important; }
    .m-t-5-lg { margin-top: -5px !important; }
    .m-t0-lg { margin-top: 0 !important; }
    .m-t5-lg { margin-top: 5px !important; }
    .m-t10-lg { margin-top: 10px !important; }
    .m-t15-lg { margin-top: 15px !important; }
    .m-t20-lg { margin-top: 20px !important; }
    .m-t25-lg { margin-top: 25px !important; }
    .m-t30-lg { margin-top: 30px !important; }
    .m-t35-lg { margin-top: 35px !important; }
    .m-t40-lg { margin-top: 40px !important; }
    .m-t45-lg { margin-top: 45px !important; }
    .m-t50-lg { margin-top: 50px !important; }
    .m-t55-lg { margin-top: 55px !important; }
    .m-t60-lg { margin-top: 60px !important; }
    .m-t65-lg { margin-top: 65px !important; }
    .m-t70-lg { margin-top: 70px !important; }
    .m-t75-lg { margin-top: 75px !important; }
    .m-t80-lg { margin-top: 80px !important; }
    .m-t85-lg { margin-top: 85px !important; }
    .m-t90-lg { margin-top: 90px !important; }
    .m-t95-lg { margin-top: 95px !important; }
    .m-t100-lg { margin-top: 100px !important; }
    .m-r-50-lg { margin-right: -50px !important; }
    .m-r-45-lg { margin-right: -45px !important; }
    .m-r-40-lg { margin-right: -40px !important; }
    .m-r-35-lg { margin-right: -35px !important; }
    .m-r-30-lg { margin-right: -30px !important; }
    .m-r-25-lg { margin-right: -25px !important; }
    .m-r-20-lg { margin-right: -20px !important; }
    .m-r-15-lg { margin-right: -15px !important; }
    .m-r-10-lg { margin-right: -10px !important; }
    .m-r-5-lg { margin-right: -5px !important; }
    .m-r0-lg { margin-right: 0 !important; }
    .m-r5-lg { margin-right: 5px !important; }
    .m-r10-lg { margin-right: 10px !important; }
    .m-r15-lg { margin-right: 15px !important; }
    .m-r20-lg { margin-right: 20px !important; }
    .m-r25-lg { margin-right: 25px !important; }
    .m-r30-lg { margin-right: 30px !important; }
    .m-r35-lg { margin-right: 35px !important; }
    .m-r40-lg { margin-right: 40px !important; }
    .m-r45-lg { margin-right: 45px !important; }
    .m-r50-lg { margin-right: 50px !important; }
    .m-r55-lg { margin-right: 55px !important; }
    .m-r60-lg { margin-right: 60px !important; }
    .m-r65-lg { margin-right: 65px !important; }
    .m-r70-lg { margin-right: 70px !important; }
    .m-r75-lg { margin-right: 75px !important; }
    .m-r80-lg { margin-right: 80px !important; }
    .m-r85-lg { margin-right: 85px !important; }
    .m-r90-lg { margin-right: 90px !important; }
    .m-r95-lg { margin-right: 95px !important; }
    .m-r100-lg { margin-right: 100px !important; }
    .m-b-50-lg { margin-bottom: -50px !important; }
    .m-b-45-lg { margin-bottom: -45px !important; }
    .m-b-40-lg { margin-bottom: -40px !important; }
    .m-b-35-lg { margin-bottom: -35px !important; }
    .m-b-30-lg { margin-bottom: -30px !important; }
    .m-b-25-lg { margin-bottom: -25px !important; }
    .m-b-20-lg { margin-bottom: -20px !important; }
    .m-b-15-lg { margin-bottom: -15px !important; }
    .m-b-10-lg { margin-bottom: -10px !important; }
    .m-b-5-lg { margin-bottom: -5px !important; }
    .m-b0-lg { margin-bottom: 0 !important; }
    .m-b5-lg { margin-bottom: 5px !important; }
    .m-b10-lg { margin-bottom: 10px !important; }
    .m-b15-lg { margin-bottom: 15px !important; }
    .m-b20-lg { margin-bottom: 20px !important; }
    .m-b25-lg { margin-bottom: 25px !important; }
    .m-b30-lg { margin-bottom: 30px !important; }
    .m-b35-lg { margin-bottom: 35px !important; }
    .m-b40-lg { margin-bottom: 40px !important; }
    .m-b45-lg { margin-bottom: 45px !important; }
    .m-b50-lg { margin-bottom: 50px !important; }
    .m-b55-lg { margin-bottom: 55px !important; }
    .m-b60-lg { margin-bottom: 60px !important; }
    .m-b65-lg { margin-bottom: 65px !important; }
    .m-b70-lg { margin-bottom: 70px !important; }
    .m-b75-lg { margin-bottom: 75px !important; }
    .m-b80-lg { margin-bottom: 80px !important; }
    .m-b85-lg { margin-bottom: 85px !important; }
    .m-b90-lg { margin-bottom: 90px !important; }
    .m-b95-lg { margin-bottom: 95px !important; }
    .m-b100-lg { margin-bottom: 100px !important; }
    .m-l-50-lg { margin-left: -50px !important; }
    .m-l-45-lg { margin-left: -45px !important; }
    .m-l-40-lg { margin-left: -40px !important; }
    .m-l-35-lg { margin-left: -35px !important; }
    .m-l-30-lg { margin-left: -30px !important; }
    .m-l-25-lg { margin-left: -25px !important; }
    .m-l-20-lg { margin-left: -20px !important; }
    .m-l-15-lg { margin-left: -15px !important; }
    .m-l-10-lg { margin-left: -10px !important; }
    .m-l-5-lg { margin-left: -5px !important; }
    .m-l0-lg { margin-left: 0 !important; }
    .m-l5-lg { margin-left: 5px !important; }
    .m-l10-lg { margin-left: 10px !important; }
    .m-l15-lg { margin-left: 15px !important; }
    .m-l20-lg { margin-left: 20px !important; }
    .m-l25-lg { margin-left: 25px !important; }
    .m-l30-lg { margin-left: 30px !important; }
    .m-l35-lg { margin-left: 35px !important; }
    .m-l40-lg { margin-left: 40px !important; }
    .m-l45-lg { margin-left: 45px !important; }
    .m-l50-lg { margin-left: 50px !important; }
    .m-l55-lg { margin-left: 55px !important; }
    .m-l60-lg { margin-left: 60px !important; }
    .m-l65-lg { margin-left: 65px !important; }
    .m-l70-lg { margin-left: 70px !important; }
    .m-l75-lg { margin-left: 75px !important; }
    .m-l80-lg { margin-left: 80px !important; }
    .m-l85-lg { margin-left: 85px !important; }
    .m-l90-lg { margin-left: 90px !important; }
    .m-l95-lg { margin-left: 95px !important; }
    .m-l100-lg { margin-left: 100px !important; }
}
@media print, screen and (min-width: 1161px) {
    .m-0-xl { margin: 0 !important; }
    .m-t-50-xl { margin-top: -50px !important; }
    .m-t-45-xl { margin-top: -45px !important; }
    .m-t-40-xl { margin-top: -40px !important; }
    .m-t-35-xl { margin-top: -35px !important; }
    .m-t-30-xl { margin-top: -30px !important; }
    .m-t-25-xl { margin-top: -25px !important; }
    .m-t-20-xl { margin-top: -20px !important; }
    .m-t-15-xl { margin-top: -15px !important; }
    .m-t-10-xl { margin-top: -10px !important; }
    .m-t-5 { margin-top: -5px !important; }
    .m-t0-xl { margin-top: 0 !important; }
    .m-t5-xl { margin-top: 5px !important; }
    .m-t10-xl { margin-top: 10px !important; }
    .m-t15-xl { margin-top: 15px !important; }
    .m-t20-xl { margin-top: 20px !important; }
    .m-t25-xl { margin-top: 25px !important; }
    .m-t30-xl { margin-top: 30px !important; }
    .m-t35-xl { margin-top: 35px !important; }
    .m-t40-xl { margin-top: 40px !important; }
    .m-t45-xl { margin-top: 45px !important; }
    .m-t50-xl { margin-top: 50px !important; }
    .m-t55-xl { margin-top: 55px !important; }
    .m-t60-xl { margin-top: 60px !important; }
    .m-t65-xl { margin-top: 65px !important; }
    .m-t70-xl { margin-top: 70px !important; }
    .m-t75-xl { margin-top: 75px !important; }
    .m-t80-xl { margin-top: 80px !important; }
    .m-t85-xl { margin-top: 85px !important; }
    .m-t90-xl { margin-top: 90px !important; }
    .m-t95-xl { margin-top: 95px !important; }
    .m-t100-xl { margin-top: 100px !important; }
    .m-r-50-xl { margin-right: -50px !important; }
    .m-r-45-xl { margin-right: -45px !important; }
    .m-r-40-xl { margin-right: -40px !important; }
    .m-r-35-xl { margin-right: -35px !important; }
    .m-r-30-xl { margin-right: -30px !important; }
    .m-r-25-xl { margin-right: -25px !important; }
    .m-r-20-xl { margin-right: -20px !important; }
    .m-r-15-xl { margin-right: -15px !important; }
    .m-r-10-xl { margin-right: -10px !important; }
    .m-r-5-xl { margin-right: -5px !important; }
    .m-r0-xl { margin-right: 0 !important; }
    .m-r5-xl { margin-right: 5px !important; }
    .m-r10-xl { margin-right: 10px !important; }
    .m-r15-xl { margin-right: 15px !important; }
    .m-r20-xl { margin-right: 20px !important; }
    .m-r25-xl { margin-right: 25px !important; }
    .m-r30-xl { margin-right: 30px !important; }
    .m-r35-xl { margin-right: 35px !important; }
    .m-r40-xl { margin-right: 40px !important; }
    .m-r45-xl { margin-right: 45px !important; }
    .m-r50-xl { margin-right: 50px !important; }
    .m-r55-xl { margin-right: 55px !important; }
    .m-r60-xl { margin-right: 60px !important; }
    .m-r65-xl { margin-right: 65px !important; }
    .m-r70-xl { margin-right: 70px !important; }
    .m-r75-xl { margin-right: 75px !important; }
    .m-r80-xl { margin-right: 80px !important; }
    .m-r85-xl { margin-right: 85px !important; }
    .m-r90-xl { margin-right: 90px !important; }
    .m-r95-xl { margin-right: 95px !important; }
    .m-r100-xl { margin-right: 100px !important; }
    .m-b-50-xl { margin-bottom: -50px !important; }
    .m-b-45-xl { margin-bottom: -45px !important; }
    .m-b-40-xl { margin-bottom: -40px !important; }
    .m-b-35-xl { margin-bottom: -35px !important; }
    .m-b-30-xl { margin-bottom: -30px !important; }
    .m-b-25-xl { margin-bottom: -25px !important; }
    .m-b-20-xl { margin-bottom: -20px !important; }
    .m-b-15-xl { margin-bottom: -15px !important; }
    .m-b-10-xl { margin-bottom: -10px !important; }
    .m-b-5-xl { margin-bottom: -5px !important; }
    .m-b0-xl { margin-bottom: 0 !important; }
    .m-b5-xl { margin-bottom: 5px !important; }
    .m-b10-xl { margin-bottom: 10px !important; }
    .m-b15-xl { margin-bottom: 15px !important; }
    .m-b20-xl { margin-bottom: 20px !important; }
    .m-b25-xl { margin-bottom: 25px !important; }
    .m-b30-xl { margin-bottom: 30px !important; }
    .m-b35-xl { margin-bottom: 35px !important; }
    .m-b40-xl { margin-bottom: 40px !important; }
    .m-b45-xl { margin-bottom: 45px !important; }
    .m-b50-xl { margin-bottom: 50px !important; }
    .m-b55-xl { margin-bottom: 55px !important; }
    .m-b60-xl { margin-bottom: 60px !important; }
    .m-b65-xl { margin-bottom: 65px !important; }
    .m-b70-xl { margin-bottom: 70px !important; }
    .m-b75-xl { margin-bottom: 75px !important; }
    .m-b80-xl { margin-bottom: 80px !important; }
    .m-b85-xl { margin-bottom: 85px !important; }
    .m-b90-xl { margin-bottom: 90px !important; }
    .m-b95-xl { margin-bottom: 95px !important; }
    .m-b100-xl { margin-bottom: 100px !important; }
    .m-l-50-xl { margin-left: -50px !important; }
    .m-l-45-xl { margin-left: -45px !important; }
    .m-l-40-xl { margin-left: -40px !important; }
    .m-l-35-xl { margin-left: -35px !important; }
    .m-l-30-xl { margin-left: -30px !important; }
    .m-l-25-xl { margin-left: -25px !important; }
    .m-l-20-xl { margin-left: -20px !important; }
    .m-l-15-xl { margin-left: -15px !important; }
    .m-l-10-xl { margin-left: -10px !important; }
    .m-l-5-xl { margin-left: -5px !important; }
    .m-l0-xl { margin-left: 0 !important; }
    .m-l5-xl { margin-left: 5px !important; }
    .m-l10-xl { margin-left: 10px !important; }
    .m-l15-xl { margin-left: 15px !important; }
    .m-l20-xl { margin-left: 20px !important; }
    .m-l25-xl { margin-left: 25px !important; }
    .m-l30-xl { margin-left: 30px !important; }
    .m-l35-xl { margin-left: 35px !important; }
    .m-l40-xl { margin-left: 40px !important; }
    .m-l45-xl { margin-left: 45px !important; }
    .m-l50-xl { margin-left: 50px !important; }
    .m-l55-xl { margin-left: 55px !important; }
    .m-l60-xl { margin-left: 60px !important; }
    .m-l65-xl { margin-left: 65px !important; }
    .m-l70-xl { margin-left: 70px !important; }
    .m-l75-xl { margin-left: 75px !important; }
    .m-l80-xl { margin-left: 80px !important; }
    .m-l85-xl { margin-left: 85px !important; }
    .m-l90-xl { margin-left: 90px !important; }
    .m-l95-xl { margin-left: 95px !important; }
    .m-l100-xl { margin-left: 100px !important; }
}



/* パディング
--------------------------------------------------------- */
.p-0 { padding: 0 !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-t0 { padding-top: 0 !important; }
.p-t5 { padding-top: 5px !important; }
.p-t10 { padding-top: 10px !important; }
.p-t15 { padding-top: 15px !important; }
.p-t20 { padding-top: 20px !important; }
.p-t25 { padding-top: 25px !important; }
.p-t30 { padding-top: 30px !important; }
.p-t35 { padding-top: 35px !important; }
.p-t40 { padding-top: 40px !important; }
.p-t45 { padding-top: 45px !important; }
.p-t50 { padding-top: 50px !important; }
.p-t55 { padding-top: 55px !important; }
.p-t60 { padding-top: 60px !important; }
.p-t65 { padding-top: 65px !important; }
.p-t70 { padding-top: 70px !important; }
.p-t75 { padding-top: 75px !important; }
.p-t80 { padding-top: 80px !important; }
.p-t85 { padding-top: 85px !important; }
.p-t90 { padding-top: 90px !important; }
.p-t95 { padding-top: 95px !important; }
.p-t100 { padding-top: 100px !important; }
.p-r0 { padding-right: 0 !important; }
.p-r5 { padding-right: 5px !important; }
.p-r10 { padding-right: 10px !important; }
.p-r15 { padding-right: 15px !important; }
.p-r20 { padding-right: 20px !important; }
.p-r25 { padding-right: 25px !important; }
.p-r30 { padding-right: 30px !important; }
.p-r35 { padding-right: 35px !important; }
.p-r40 { padding-right: 40px !important; }
.p-r45 { padding-right: 45px !important; }
.p-r50 { padding-right: 50px !important; }
.p-r55 { padding-right: 55px !important; }
.p-r60 { padding-right: 60px !important; }
.p-r65 { padding-right: 65px !important; }
.p-r70 { padding-right: 70px !important; }
.p-r75 { padding-right: 75px !important; }
.p-r80 { padding-right: 80px !important; }
.p-r85 { padding-right: 85px !important; }
.p-r90 { padding-right: 90px !important; }
.p-r95 { padding-right: 95px !important; }
.p-r100 { padding-right: 100px !important; }
.p-b0 { padding-bottom: 0 !important; }
.p-b5 { padding-bottom: 5px !important; }
.p-b10 { padding-bottom: 10px !important; }
.p-b15 { padding-bottom: 15px !important; }
.p-b20 { padding-bottom: 20px !important; }
.p-b25 { padding-bottom: 25px !important; }
.p-b30 { padding-bottom: 30px !important; }
.p-b35 { padding-bottom: 35px !important; }
.p-b40 { padding-bottom: 40px !important; }
.p-b45 { padding-bottom: 45px !important; }
.p-b50 { padding-bottom: 50px !important; }
.p-b55 { padding-bottom: 55px !important; }
.p-b60 { padding-bottom: 60px !important; }
.p-b65 { padding-bottom: 65px !important; }
.p-b70 { padding-bottom: 70px !important; }
.p-b75 { padding-bottom: 75px !important; }
.p-b80 { padding-bottom: 80px !important; }
.p-b85 { padding-bottom: 85px !important; }
.p-b90 { padding-bottom: 90px !important; }
.p-b95 { padding-bottom: 95px !important; }
.p-b100 { padding-bottom: 100px !important; }
.p-l0 { padding-left: 0 !important; }
.p-l5 { padding-left: 5px !important; }
.p-l10 { padding-left: 10px !important; }
.p-l15 { padding-left: 15px !important; }
.p-l20 { padding-left: 20px !important; }
.p-l25 { padding-left: 25px !important; }
.p-l30 { padding-left: 30px !important; }
.p-l35 { padding-left: 35px !important; }
.p-l40 { padding-left: 40px !important; }
.p-l45 { padding-left: 45px !important; }
.p-l50 { padding-left: 50px !important; }
.p-l55 { padding-left: 55px !important; }
.p-l60 { padding-left: 60px !important; }
.p-l65 { padding-left: 65px !important; }
.p-l70 { padding-left: 70px !important; }
.p-l75 { padding-left: 75px !important; }
.p-l80 { padding-left: 80px !important; }
.p-l85 { padding-left: 85px !important; }
.p-l90 { padding-left: 90px !important; }
.p-l95 { padding-left: 95px !important; }
.p-l100 { padding-left: 100px !important; }
@media print, screen and (max-width: 414px) {
    .p-0-xs { padding: 0 !important; }
    .p-t0-xs { padding-top: 0 !important; }
    .p-t5-xs { padding-top: 5px !important; }
    .p-t10-xs { padding-top: 10px !important; }
    .p-t15-xs { padding-top: 15px !important; }
    .p-t20-xs { padding-top: 20px !important; }
    .p-t25-xs { padding-top: 25px !important; }
    .p-t30-xs { padding-top: 30px !important; }
    .p-t35-xs { padding-top: 35px !important; }
    .p-t40-xs { padding-top: 40px !important; }
    .p-t45-xs { padding-top: 45px !important; }
    .p-t50-xs { padding-top: 50px !important; }
    .p-t55-xs { padding-top: 55px !important; }
    .p-t60-xs { padding-top: 60px !important; }
    .p-t65-xs { padding-top: 65px !important; }
    .p-t70-xs { padding-top: 70px !important; }
    .p-t75-xs { padding-top: 75px !important; }
    .p-t80-xs { padding-top: 80px !important; }
    .p-t85-xs { padding-top: 85px !important; }
    .p-t90-xs { padding-top: 90px !important; }
    .p-t95-xs { padding-top: 95px !important; }
    .p-t100-xs { padding-top: 100px !important; }
    .p-r0-xs { padding-right: 0 !important; }
    .p-r5-xs { padding-right: 5px !important; }
    .p-r10-xs { padding-right: 10px !important; }
    .p-r15-xs { padding-right: 15px !important; }
    .p-r20-xs { padding-right: 20px !important; }
    .p-r25-xs { padding-right: 25px !important; }
    .p-r30-xs { padding-right: 30px !important; }
    .p-r35-xs { padding-right: 35px !important; }
    .p-r40-xs { padding-right: 40px !important; }
    .p-r45-xs { padding-right: 45px !important; }
    .p-r50-xs { padding-right: 50px !important; }
    .p-r55-xs { padding-right: 55px !important; }
    .p-r60-xs { padding-right: 60px !important; }
    .p-r65-xs { padding-right: 65px !important; }
    .p-r70-xs { padding-right: 70px !important; }
    .p-r75-xs { padding-right: 75px !important; }
    .p-r80-xs { padding-right: 80px !important; }
    .p-r85-xs { padding-right: 85px !important; }
    .p-r90-xs { padding-right: 90px !important; }
    .p-r95-xs { padding-right: 95px !important; }
    .p-r100-xs { padding-right: 100px !important; }
    .p-b0-xs { padding-bottom: 0 !important; }
    .p-b5-xs { padding-bottom: 5px !important; }
    .p-b10-xs { padding-bottom: 10px !important; }
    .p-b15-xs { padding-bottom: 15px !important; }
    .p-b20-xs { padding-bottom: 20px !important; }
    .p-b25-xs { padding-bottom: 25px !important; }
    .p-b30-xs { padding-bottom: 30px !important; }
    .p-b35-xs { padding-bottom: 35px !important; }
    .p-b40-xs { padding-bottom: 40px !important; }
    .p-b45-xs { padding-bottom: 45px !important; }
    .p-b50-xs { padding-bottom: 50px !important; }
    .p-b55-xs { padding-bottom: 55px !important; }
    .p-b60-xs { padding-bottom: 60px !important; }
    .p-b65-xs { padding-bottom: 65px !important; }
    .p-b70-xs { padding-bottom: 70px !important; }
    .p-b75-xs { padding-bottom: 75px !important; }
    .p-b80-xs { padding-bottom: 80px !important; }
    .p-b85-xs { padding-bottom: 85px !important; }
    .p-b90-xs { padding-bottom: 90px !important; }
    .p-b95-xs { padding-bottom: 95px !important; }
    .p-b100-xs { padding-bottom: 100px !important; }
    .p-l0-xs { padding-left: 0 !important; }
    .p-l5-xs { padding-left: 5px !important; }
    .p-l10-xs { padding-left: 10px !important; }
    .p-l15-xs { padding-left: 15px !important; }
    .p-l20-xs { padding-left: 20px !important; }
    .p-l25-xs { padding-left: 25px !important; }
    .p-l30-xs { padding-left: 30px !important; }
    .p-l35-xs { padding-left: 35px !important; }
    .p-l40-xs { padding-left: 40px !important; }
    .p-l45-xs { padding-left: 45px !important; }
    .p-l50-xs { padding-left: 50px !important; }
    .p-l55-xs { padding-left: 55px !important; }
    .p-l60-xs { padding-left: 60px !important; }
    .p-l65-xs { padding-left: 65px !important; }
    .p-l70-xs { padding-left: 70px !important; }
    .p-l75-xs { padding-left: 75px !important; }
    .p-l80-xs { padding-left: 80px !important; }
    .p-l85-xs { padding-left: 85px !important; }
    .p-l90-xs { padding-left: 90px !important; }
    .p-l95-xs { padding-left: 95px !important; }
    .p-l100-xs { padding-left: 100px !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .p-0-sm { padding: 0 !important; }
    .p-t0-sm { padding-top: 0 !important; }
    .p-t5-sm { padding-top: 5px !important; }
    .p-t10-sm { padding-top: 10px !important; }
    .p-t15-sm { padding-top: 15px !important; }
    .p-t20-sm { padding-top: 20px !important; }
    .p-t25-sm { padding-top: 25px !important; }
    .p-t30-sm { padding-top: 30px !important; }
    .p-t35-sm { padding-top: 35px !important; }
    .p-t40-sm { padding-top: 40px !important; }
    .p-t45-sm { padding-top: 45px !important; }
    .p-t50-sm { padding-top: 50px !important; }
    .p-t55-sm { padding-top: 55px !important; }
    .p-t60-sm { padding-top: 60px !important; }
    .p-t65-sm { padding-top: 65px !important; }
    .p-t70-sm { padding-top: 70px !important; }
    .p-t75-sm { padding-top: 75px !important; }
    .p-t80-sm { padding-top: 80px !important; }
    .p-t85-sm { padding-top: 85px !important; }
    .p-t90-sm { padding-top: 90px !important; }
    .p-t95-sm { padding-top: 95px !important; }
    .p-t100-sm { padding-top: 100px !important; }
    .p-r0-sm { padding-right: 0 !important; }
    .p-r5-sm { padding-right: 5px !important; }
    .p-r10-sm { padding-right: 10px !important; }
    .p-r15-sm { padding-right: 15px !important; }
    .p-r20-sm { padding-right: 20px !important; }
    .p-r25-sm { padding-right: 25px !important; }
    .p-r30-sm { padding-right: 30px !important; }
    .p-r35-sm { padding-right: 35px !important; }
    .p-r40-sm { padding-right: 40px !important; }
    .p-r45-sm { padding-right: 45px !important; }
    .p-r50-sm { padding-right: 50px !important; }
    .p-r55-sm { padding-right: 55px !important; }
    .p-r60-sm { padding-right: 60px !important; }
    .p-r65-sm { padding-right: 65px !important; }
    .p-r70-sm { padding-right: 70px !important; }
    .p-r75-sm { padding-right: 75px !important; }
    .p-r80-sm { padding-right: 80px !important; }
    .p-r85-sm { padding-right: 85px !important; }
    .p-r90-sm { padding-right: 90px !important; }
    .p-r95-sm { padding-right: 95px !important; }
    .p-r100-sm { padding-right: 100px !important; }
    .p-b0-sm { padding-bottom: 0 !important; }
    .p-b5-sm { padding-bottom: 5px !important; }
    .p-b10-sm { padding-bottom: 10px !important; }
    .p-b15-sm { padding-bottom: 15px !important; }
    .p-b20-sm { padding-bottom: 20px !important; }
    .p-b25-sm { padding-bottom: 25px !important; }
    .p-b30-sm { padding-bottom: 30px !important; }
    .p-b35-sm { padding-bottom: 35px !important; }
    .p-b40-sm { padding-bottom: 40px !important; }
    .p-b45-sm { padding-bottom: 45px !important; }
    .p-b50-sm { padding-bottom: 50px !important; }
    .p-b55-sm { padding-bottom: 55px !important; }
    .p-b60-sm { padding-bottom: 60px !important; }
    .p-b65-sm { padding-bottom: 65px !important; }
    .p-b70-sm { padding-bottom: 70px !important; }
    .p-b75-sm { padding-bottom: 75px !important; }
    .p-b80-sm { padding-bottom: 80px !important; }
    .p-b85-sm { padding-bottom: 85px !important; }
    .p-b90-sm { padding-bottom: 90px !important; }
    .p-b95-sm { padding-bottom: 95px !important; }
    .p-b100-sm { padding-bottom: 100px !important; }
    .p-l0-sm { padding-left: 0 !important; }
    .p-l5-sm { padding-left: 5px !important; }
    .p-l10-sm { padding-left: 10px !important; }
    .p-l15-sm { padding-left: 15px !important; }
    .p-l20-sm { padding-left: 20px !important; }
    .p-l25-sm { padding-left: 25px !important; }
    .p-l30-sm { padding-left: 30px !important; }
    .p-l35-sm { padding-left: 35px !important; }
    .p-l40-sm { padding-left: 40px !important; }
    .p-l45-sm { padding-left: 45px !important; }
    .p-l50-sm { padding-left: 50px !important; }
    .p-l55-sm { padding-left: 55px !important; }
    .p-l60-sm { padding-left: 60px !important; }
    .p-l65-sm { padding-left: 65px !important; }
    .p-l70-sm { padding-left: 70px !important; }
    .p-l75-sm { padding-left: 75px !important; }
    .p-l80-sm { padding-left: 80px !important; }
    .p-l85-sm { padding-left: 85px !important; }
    .p-l90-sm { padding-left: 90px !important; }
    .p-l95-sm { padding-left: 95px !important; }
    .p-l100-sm { padding-left: 100px !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .p-0-md { padding: 0 !important; }
    .p-t0-md { padding-top: 0 !important; }
    .p-t5-md { padding-top: 5px !important; }
    .p-t10-md { padding-top: 10px !important; }
    .p-t15-md { padding-top: 15px !important; }
    .p-t20-md { padding-top: 20px !important; }
    .p-t25-md { padding-top: 25px !important; }
    .p-t30-md { padding-top: 30px !important; }
    .p-t35-md { padding-top: 35px !important; }
    .p-t40-md { padding-top: 40px !important; }
    .p-t45-md { padding-top: 45px !important; }
    .p-t50-md { padding-top: 50px !important; }
    .p-t55-md { padding-top: 55px !important; }
    .p-t60-md { padding-top: 60px !important; }
    .p-t65-md { padding-top: 65px !important; }
    .p-t70-md { padding-top: 70px !important; }
    .p-t75-md { padding-top: 75px !important; }
    .p-t80-md { padding-top: 80px !important; }
    .p-t85-md { padding-top: 85px !important; }
    .p-t90-md { padding-top: 90px !important; }
    .p-t95-md { padding-top: 95px !important; }
    .p-t100-md { padding-top: 100px !important; }
    .p-r0-md { padding-right: 0 !important; }
    .p-r5-md { padding-right: 5px !important; }
    .p-r10-md { padding-right: 10px !important; }
    .p-r15-md { padding-right: 15px !important; }
    .p-r20-md { padding-right: 20px !important; }
    .p-r25-md { padding-right: 25px !important; }
    .p-r30-md { padding-right: 30px !important; }
    .p-r35-md { padding-right: 35px !important; }
    .p-r40-md { padding-right: 40px !important; }
    .p-r45-md { padding-right: 45px !important; }
    .p-r50-md { padding-right: 50px !important; }
    .p-r55-md { padding-right: 55px !important; }
    .p-r60-md { padding-right: 60px !important; }
    .p-r65-md { padding-right: 65px !important; }
    .p-r70-md { padding-right: 70px !important; }
    .p-r75-md { padding-right: 75px !important; }
    .p-r80-md { padding-right: 80px !important; }
    .p-r85-md { padding-right: 85px !important; }
    .p-r90-md { padding-right: 90px !important; }
    .p-r95-md { padding-right: 95px !important; }
    .p-r100-md { padding-right: 100px !important; }
    .p-b0-md { padding-bottom: 0 !important; }
    .p-b5-md { padding-bottom: 5px !important; }
    .p-b10-md { padding-bottom: 10px !important; }
    .p-b15-md { padding-bottom: 15px !important; }
    .p-b20-md { padding-bottom: 20px !important; }
    .p-b25-md { padding-bottom: 25px !important; }
    .p-b30-md { padding-bottom: 30px !important; }
    .p-b35-md { padding-bottom: 35px !important; }
    .p-b40-md { padding-bottom: 40px !important; }
    .p-b45-md { padding-bottom: 45px !important; }
    .p-b50-md { padding-bottom: 50px !important; }
    .p-b55-md { padding-bottom: 55px !important; }
    .p-b60-md { padding-bottom: 60px !important; }
    .p-b65-md { padding-bottom: 65px !important; }
    .p-b70-md { padding-bottom: 70px !important; }
    .p-b75-md { padding-bottom: 75px !important; }
    .p-b80-md { padding-bottom: 80px !important; }
    .p-b85-md { padding-bottom: 85px !important; }
    .p-b90-md { padding-bottom: 90px !important; }
    .p-b95-md { padding-bottom: 95px !important; }
    .p-b100-md { padding-bottom: 100px !important; }
    .p-l0-md { padding-left: 0 !important; }
    .p-l5-md { padding-left: 5px !important; }
    .p-l10-md { padding-left: 10px !important; }
    .p-l15-md { padding-left: 15px !important; }
    .p-l20-md { padding-left: 20px !important; }
    .p-l25-md { padding-left: 25px !important; }
    .p-l30-md { padding-left: 30px !important; }
    .p-l35-md { padding-left: 35px !important; }
    .p-l40-md { padding-left: 40px !important; }
    .p-l45-md { padding-left: 45px !important; }
    .p-l50-md { padding-left: 50px !important; }
    .p-l55-md { padding-left: 55px !important; }
    .p-l60-md { padding-left: 60px !important; }
    .p-l65-md { padding-left: 65px !important; }
    .p-l70-md { padding-left: 70px !important; }
    .p-l75-md { padding-left: 75px !important; }
    .p-l80-md { padding-left: 80px !important; }
    .p-l85-md { padding-left: 85px !important; }
    .p-l90-md { padding-left: 90px !important; }
    .p-l95-md { padding-left: 95px !important; }
    .p-l100-md { padding-left: 100px !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .p-0-lg { padding: 0 !important; }
    .p-t0-lg { padding-top: 0 !important; }
    .p-t5-lg { padding-top: 5px !important; }
    .p-t10-lg { padding-top: 10px !important; }
    .p-t15-lg { padding-top: 15px !important; }
    .p-t20-lg { padding-top: 20px !important; }
    .p-t25-lg { padding-top: 25px !important; }
    .p-t30-lg { padding-top: 30px !important; }
    .p-t35-lg { padding-top: 35px !important; }
    .p-t40-lg { padding-top: 40px !important; }
    .p-t45-lg { padding-top: 45px !important; }
    .p-t50-lg { padding-top: 50px !important; }
    .p-t55-lg { padding-top: 55px !important; }
    .p-t60-lg { padding-top: 60px !important; }
    .p-t65-lg { padding-top: 65px !important; }
    .p-t70-lg { padding-top: 70px !important; }
    .p-t75-lg { padding-top: 75px !important; }
    .p-t80-lg { padding-top: 80px !important; }
    .p-t85-lg { padding-top: 85px !important; }
    .p-t90-lg { padding-top: 90px !important; }
    .p-t95-lg { padding-top: 95px !important; }
    .p-t100-lg { padding-top: 100px !important; }
    .p-r0-lg { padding-right: 0 !important; }
    .p-r5-lg { padding-right: 5px !important; }
    .p-r10-lg { padding-right: 10px !important; }
    .p-r15-lg { padding-right: 15px !important; }
    .p-r20-lg { padding-right: 20px !important; }
    .p-r25-lg { padding-right: 25px !important; }
    .p-r30-lg { padding-right: 30px !important; }
    .p-r35-lg { padding-right: 35px !important; }
    .p-r40-lg { padding-right: 40px !important; }
    .p-r45-lg { padding-right: 45px !important; }
    .p-r50-lg { padding-right: 50px !important; }
    .p-r55-lg { padding-right: 55px !important; }
    .p-r60-lg { padding-right: 60px !important; }
    .p-r65-lg { padding-right: 65px !important; }
    .p-r70-lg { padding-right: 70px !important; }
    .p-r75-lg { padding-right: 75px !important; }
    .p-r80-lg { padding-right: 80px !important; }
    .p-r85-lg { padding-right: 85px !important; }
    .p-r90-lg { padding-right: 90px !important; }
    .p-r95-lg { padding-right: 95px !important; }
    .p-r100-lg { padding-right: 100px !important; }
    .p-b0-lg { padding-bottom: 0 !important; }
    .p-b5-lg { padding-bottom: 5px !important; }
    .p-b10-lg { padding-bottom: 10px !important; }
    .p-b15-lg { padding-bottom: 15px !important; }
    .p-b20-lg { padding-bottom: 20px !important; }
    .p-b25-lg { padding-bottom: 25px !important; }
    .p-b30-lg { padding-bottom: 30px !important; }
    .p-b35-lg { padding-bottom: 35px !important; }
    .p-b40-lg { padding-bottom: 40px !important; }
    .p-b45-lg { padding-bottom: 45px !important; }
    .p-b50-lg { padding-bottom: 50px !important; }
    .p-b55-lg { padding-bottom: 55px !important; }
    .p-b60-lg { padding-bottom: 60px !important; }
    .p-b65-lg { padding-bottom: 65px !important; }
    .p-b70-lg { padding-bottom: 70px !important; }
    .p-b75-lg { padding-bottom: 75px !important; }
    .p-b80-lg { padding-bottom: 80px !important; }
    .p-b85-lg { padding-bottom: 85px !important; }
    .p-b90-lg { padding-bottom: 90px !important; }
    .p-b95-lg { padding-bottom: 95px !important; }
    .p-b100-lg { padding-bottom: 100px !important; }
    .p-l0-lg { padding-left: 0 !important; }
    .p-l5-lg { padding-left: 5px !important; }
    .p-l10-lg { padding-left: 10px !important; }
    .p-l15-lg { padding-left: 15px !important; }
    .p-l20-lg { padding-left: 20px !important; }
    .p-l25-lg { padding-left: 25px !important; }
    .p-l30-lg { padding-left: 30px !important; }
    .p-l35-lg { padding-left: 35px !important; }
    .p-l40-lg { padding-left: 40px !important; }
    .p-l45-lg { padding-left: 45px !important; }
    .p-l50-lg { padding-left: 50px !important; }
    .p-l55-lg { padding-left: 55px !important; }
    .p-l60-lg { padding-left: 60px !important; }
    .p-l65-lg { padding-left: 65px !important; }
    .p-l70-lg { padding-left: 70px !important; }
    .p-l75-lg { padding-left: 75px !important; }
    .p-l80-lg { padding-left: 80px !important; }
    .p-l85-lg { padding-left: 85px !important; }
    .p-l90-lg { padding-left: 90px !important; }
    .p-l95-lg { padding-left: 95px !important; }
    .p-l100-lg { padding-left: 100px !important; }
}
@media print, screen and (min-width: 1161px) {
    .p-0-xl { padding: 0 !important; }
    .p-t0-xl { padding-top: 0 !important; }
    .p-t5-xl { padding-top: 5px !important; }
    .p-t10-xl { padding-top: 10px !important; }
    .p-t15-xl { padding-top: 15px !important; }
    .p-t20-xl { padding-top: 20px !important; }
    .p-t25-xl { padding-top: 25px !important; }
    .p-t30-xl { padding-top: 30px !important; }
    .p-t35-xl { padding-top: 35px !important; }
    .p-t40-xl { padding-top: 40px !important; }
    .p-t45-xl { padding-top: 45px !important; }
    .p-t50-xl { padding-top: 50px !important; }
    .p-t55-xl { padding-top: 55px !important; }
    .p-t60-xl { padding-top: 60px !important; }
    .p-t65-xl { padding-top: 65px !important; }
    .p-t70-xl { padding-top: 70px !important; }
    .p-t75-xl { padding-top: 75px !important; }
    .p-t80-xl { padding-top: 80px !important; }
    .p-t85-xl { padding-top: 85px !important; }
    .p-t90-xl { padding-top: 90px !important; }
    .p-t95-xl { padding-top: 95px !important; }
    .p-t100-xl { padding-top: 100px !important; }
    .p-r0-xl { padding-right: 0 !important; }
    .p-r5-xl { padding-right: 5px !important; }
    .p-r10-xl { padding-right: 10px !important; }
    .p-r15-xl { padding-right: 15px !important; }
    .p-r20-xl { padding-right: 20px !important; }
    .p-r25-xl { padding-right: 25px !important; }
    .p-r30-xl { padding-right: 30px !important; }
    .p-r35-xl { padding-right: 35px !important; }
    .p-r40-xl { padding-right: 40px !important; }
    .p-r45-xl { padding-right: 45px !important; }
    .p-r50-xl { padding-right: 50px !important; }
    .p-r55-xl { padding-right: 55px !important; }
    .p-r60-xl { padding-right: 60px !important; }
    .p-r65-xl { padding-right: 65px !important; }
    .p-r70-xl { padding-right: 70px !important; }
    .p-r75-xl { padding-right: 75px !important; }
    .p-r80-xl { padding-right: 80px !important; }
    .p-r85-xl { padding-right: 85px !important; }
    .p-r90-xl { padding-right: 90px !important; }
    .p-r95-xl { padding-right: 95px !important; }
    .p-r100-xl { padding-right: 100px !important; }
    .p-b0-xl { padding-bottom: 0 !important; }
    .p-b5-xl { padding-bottom: 5px !important; }
    .p-b10-xl { padding-bottom: 10px !important; }
    .p-b15-xl { padding-bottom: 15px !important; }
    .p-b20-xl { padding-bottom: 20px !important; }
    .p-b25-xl { padding-bottom: 25px !important; }
    .p-b30-xl { padding-bottom: 30px !important; }
    .p-b35-xl { padding-bottom: 35px !important; }
    .p-b40-xl { padding-bottom: 40px !important; }
    .p-b45-xl { padding-bottom: 45px !important; }
    .p-b50-xl { padding-bottom: 50px !important; }
    .p-b55-xl { padding-bottom: 55px !important; }
    .p-b60-xl { padding-bottom: 60px !important; }
    .p-b65-xl { padding-bottom: 65px !important; }
    .p-b70-xl { padding-bottom: 70px !important; }
    .p-b75-xl { padding-bottom: 75px !important; }
    .p-b80-xl { padding-bottom: 80px !important; }
    .p-b85-xl { padding-bottom: 85px !important; }
    .p-b90-xl { padding-bottom: 90px !important; }
    .p-b95-xl { padding-bottom: 95px !important; }
    .p-b100-xl { padding-bottom: 100px !important; }
    .p-l0-xl { padding-left: 0 !important; }
    .p-l5-xl { padding-left: 5px !important; }
    .p-l10-xl { padding-left: 10px !important; }
    .p-l15-xl { padding-left: 15px !important; }
    .p-l20-xl { padding-left: 20px !important; }
    .p-l25-xl { padding-left: 25px !important; }
    .p-l30-xl { padding-left: 30px !important; }
    .p-l35-xl { padding-left: 35px !important; }
    .p-l40-xl { padding-left: 40px !important; }
    .p-l45-xl { padding-left: 45px !important; }
    .p-l50-xl { padding-left: 50px !important; }
    .p-l55-xl { padding-left: 55px !important; }
    .p-l60-xl { padding-left: 60px !important; }
    .p-l65-xl { padding-left: 65px !important; }
    .p-l70-xl { padding-left: 70px !important; }
    .p-l75-xl { padding-left: 75px !important; }
    .p-l80-xl { padding-left: 80px !important; }
    .p-l85-xl { padding-left: 85px !important; }
    .p-l90-xl { padding-left: 90px !important; }
    .p-l95-xl { padding-left: 95px !important; }
    .p-l100-xl { padding-left: 100px !important; }
}



/* フォント・テキスト
--------------------------------------------------------- */
/* ----- font-size ----- */
.fs-9 { font-size: 0.9rem !important; }
.fs-10 { font-size: 1.0rem !important; }
.fs-11 { font-size: 1.1rem !important; }
.fs-12 { font-size: 1.2rem !important; }
.fs-13 { font-size: 1.3rem !important; }
.fs-14 { font-size: 1.4rem !important; }
.fs-15 { font-size: 1.5rem !important; }
.fs-16 { font-size: 1.6rem !important; }
.fs-17 { font-size: 1.7rem !important; }
.fs-18 { font-size: 1.8rem !important; }
.fs-19 { font-size: 1.9rem !important; }
.fs-20 { font-size: 2.0rem !important; }
.fs-21 { font-size: 2.1rem !important; }
.fs-22 { font-size: 2.2rem !important; }
.fs-23 { font-size: 2.3rem !important; }
.fs-24 { font-size: 2.4rem !important; }
.fs-25 { font-size: 2.5rem !important; }
.fs-26 { font-size: 2.6rem !important; }
.fs-27 { font-size: 2.7rem !important; }
.fs-28 { font-size: 2.8rem !important; }
.fs-29 { font-size: 2.9rem !important; }
.fs-30 { font-size: 3.0rem !important; }
.fs-31 { font-size: 3.1rem !important; }
.fs-32 { font-size: 3.2rem !important; }
.fs-33 { font-size: 3.3rem !important; }
.fs-34 { font-size: 3.4rem !important; }
.fs-35 { font-size: 3.5rem !important; }
.fs-36 { font-size: 3.6rem !important; }
.fs-37 { font-size: 3.7rem !important; }
.fs-38 { font-size: 3.8rem !important; }
.fs-39 { font-size: 3.9rem !important; }
.fs-40 { font-size: 4.0rem !important; }
@media print, screen and (max-width: 414px) {
    .fs-9-xs { font-size: 0.9rem !important; }
    .fs-10-xs { font-size: 1.0rem !important; }
    .fs-11-xs { font-size: 1.1rem !important; }
    .fs-12-xs { font-size: 1.2rem !important; }
    .fs-13-xs { font-size: 1.3rem !important; }
    .fs-14-xs { font-size: 1.4rem !important; }
    .fs-15-xs { font-size: 1.5rem !important; }
    .fs-16-xs { font-size: 1.6rem !important; }
    .fs-17-xs { font-size: 1.7rem !important; }
    .fs-18-xs { font-size: 1.8rem !important; }
    .fs-19-xs { font-size: 1.9rem !important; }
    .fs-20-xs { font-size: 2.0rem !important; }
    .fs-21-xs { font-size: 2.1rem !important; }
    .fs-22-xs { font-size: 2.2rem !important; }
    .fs-23-xs { font-size: 2.3rem !important; }
    .fs-24-xs { font-size: 2.4rem !important; }
    .fs-25-xs { font-size: 2.5rem !important; }
    .fs-26-xs { font-size: 2.6rem !important; }
    .fs-27-xs { font-size: 2.7rem !important; }
    .fs-28-xs { font-size: 2.8rem !important; }
    .fs-29-xs { font-size: 2.9rem !important; }
    .fs-30-xs { font-size: 3.0rem !important; }
    .fs-31-xs { font-size: 3.1rem !important; }
    .fs-32-xs { font-size: 3.2rem !important; }
    .fs-33-xs { font-size: 3.3rem !important; }
    .fs-34-xs { font-size: 3.4rem !important; }
    .fs-35-xs { font-size: 3.5rem !important; }
    .fs-36-xs { font-size: 3.6rem !important; }
    .fs-37-xs { font-size: 3.7rem !important; }
    .fs-38-xs { font-size: 3.8rem !important; }
    .fs-39-xs { font-size: 3.9rem !important; }
    .fs-40-xs { font-size: 4.0rem !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .fs-9-sm { font-size: 0.9rem !important; }
    .fs-10-sm { font-size: 1.0rem !important; }
    .fs-11-sm { font-size: 1.1rem !important; }
    .fs-12-sm { font-size: 1.2rem !important; }
    .fs-13-sm { font-size: 1.3rem !important; }
    .fs-14-sm { font-size: 1.4rem !important; }
    .fs-15-sm { font-size: 1.5rem !important; }
    .fs-16-sm { font-size: 1.6rem !important; }
    .fs-17-sm { font-size: 1.7rem !important; }
    .fs-18-sm { font-size: 1.8rem !important; }
    .fs-19-sm { font-size: 1.9rem !important; }
    .fs-20-sm { font-size: 2.0rem !important; }
    .fs-21-sm { font-size: 2.1rem !important; }
    .fs-22-sm { font-size: 2.2rem !important; }
    .fs-23-sm { font-size: 2.3rem !important; }
    .fs-24-sm { font-size: 2.4rem !important; }
    .fs-25-sm { font-size: 2.5rem !important; }
    .fs-26-sm { font-size: 2.6rem !important; }
    .fs-27-sm { font-size: 2.7rem !important; }
    .fs-28-sm { font-size: 2.8rem !important; }
    .fs-29-sm { font-size: 2.9rem !important; }
    .fs-30-sm { font-size: 3.0rem !important; }
    .fs-31-sm { font-size: 3.1rem !important; }
    .fs-32-sm { font-size: 3.2rem !important; }
    .fs-33-sm { font-size: 3.3rem !important; }
    .fs-34-sm { font-size: 3.4rem !important; }
    .fs-35-sm { font-size: 3.5rem !important; }
    .fs-36-sm { font-size: 3.6rem !important; }
    .fs-37-sm { font-size: 3.7rem !important; }
    .fs-38-sm { font-size: 3.8rem !important; }
    .fs-39-sm { font-size: 3.9rem !important; }
    .fs-40-sm { font-size: 4.0rem !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .fs-9-md { font-size: 0.9rem !important; }
    .fs-10-md { font-size: 1.0rem !important; }
    .fs-11-md { font-size: 1.1rem !important; }
    .fs-12-md { font-size: 1.2rem !important; }
    .fs-13-md { font-size: 1.3rem !important; }
    .fs-14-md { font-size: 1.4rem !important; }
    .fs-15-md { font-size: 1.5rem !important; }
    .fs-16-md { font-size: 1.6rem !important; }
    .fs-17-md { font-size: 1.7rem !important; }
    .fs-18-md { font-size: 1.8rem !important; }
    .fs-19-md { font-size: 1.9rem !important; }
    .fs-20-md { font-size: 2.0rem !important; }
    .fs-21-md { font-size: 2.1rem !important; }
    .fs-22-md { font-size: 2.2rem !important; }
    .fs-23-md { font-size: 2.3rem !important; }
    .fs-24-md { font-size: 2.4rem !important; }
    .fs-25-md { font-size: 2.5rem !important; }
    .fs-26-md { font-size: 2.6rem !important; }
    .fs-27-md { font-size: 2.7rem !important; }
    .fs-28-md { font-size: 2.8rem !important; }
    .fs-29-md { font-size: 2.9rem !important; }
    .fs-30-md { font-size: 3.0rem !important; }
    .fs-31-md { font-size: 3.1rem !important; }
    .fs-32-md { font-size: 3.2rem !important; }
    .fs-33-md { font-size: 3.3rem !important; }
    .fs-34-md { font-size: 3.4rem !important; }
    .fs-35-md { font-size: 3.5rem !important; }
    .fs-36-md { font-size: 3.6rem !important; }
    .fs-37-md { font-size: 3.7rem !important; }
    .fs-38-md { font-size: 3.8rem !important; }
    .fs-39-md { font-size: 3.9rem !important; }
    .fs-40-md { font-size: 4.0rem !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .fs-9-lg { font-size: 0.9rem !important; }
    .fs-10-lg { font-size: 1.0rem !important; }
    .fs-11-lg { font-size: 1.1rem !important; }
    .fs-12-lg { font-size: 1.2rem !important; }
    .fs-13-lg { font-size: 1.3rem !important; }
    .fs-14-lg { font-size: 1.4rem !important; }
    .fs-15-lg { font-size: 1.5rem !important; }
    .fs-16-lg { font-size: 1.6rem !important; }
    .fs-17-lg { font-size: 1.7rem !important; }
    .fs-18-lg { font-size: 1.8rem !important; }
    .fs-19-lg { font-size: 1.9rem !important; }
    .fs-20-lg { font-size: 2.0rem !important; }
    .fs-21-lg { font-size: 2.1rem !important; }
    .fs-22-lg { font-size: 2.2rem !important; }
    .fs-23-lg { font-size: 2.3rem !important; }
    .fs-24-lg { font-size: 2.4rem !important; }
    .fs-25-lg { font-size: 2.5rem !important; }
    .fs-26-lg { font-size: 2.6rem !important; }
    .fs-27-lg { font-size: 2.7rem !important; }
    .fs-28-lg { font-size: 2.8rem !important; }
    .fs-29-lg { font-size: 2.9rem !important; }
    .fs-30-lg { font-size: 3.0rem !important; }
    .fs-31-lg { font-size: 3.1rem !important; }
    .fs-32-lg { font-size: 3.2rem !important; }
    .fs-33-lg { font-size: 3.3rem !important; }
    .fs-34-lg { font-size: 3.4rem !important; }
    .fs-35-lg { font-size: 3.5rem !important; }
    .fs-36-lg { font-size: 3.6rem !important; }
    .fs-37-lg { font-size: 3.7rem !important; }
    .fs-38-lg { font-size: 3.8rem !important; }
    .fs-39-lg { font-size: 3.9rem !important; }
    .fs-40-lg { font-size: 4.0rem !important; }
}
@media print, screen and (min-width: 1161px) {
    .fs-9-xl { font-size: 0.9rem !important; }
    .fs-10-xl { font-size: 1.0rem !important; }
    .fs-11-xl { font-size: 1.1rem !important; }
    .fs-12-xl { font-size: 1.2rem !important; }
    .fs-13-xl { font-size: 1.3rem !important; }
    .fs-14-xl { font-size: 1.4rem !important; }
    .fs-15-xl { font-size: 1.5rem !important; }
    .fs-16-xl { font-size: 1.6rem !important; }
    .fs-17-xl { font-size: 1.7rem !important; }
    .fs-18-xl { font-size: 1.8rem !important; }
    .fs-19-xl { font-size: 1.9rem !important; }
    .fs-20-xl { font-size: 2.0rem !important; }
    .fs-21-xl { font-size: 2.1rem !important; }
    .fs-22-xl { font-size: 2.2rem !important; }
    .fs-23-xl { font-size: 2.3rem !important; }
    .fs-24-xl { font-size: 2.4rem !important; }
    .fs-25-xl { font-size: 2.5rem !important; }
    .fs-26-xl { font-size: 2.6rem !important; }
    .fs-27-xl { font-size: 2.7rem !important; }
    .fs-28-xl { font-size: 2.8rem !important; }
    .fs-29-xl { font-size: 2.9rem !important; }
    .fs-30-xl { font-size: 3.0rem !important; }
    .fs-31-xl { font-size: 3.1rem !important; }
    .fs-32-xl { font-size: 3.2rem !important; }
    .fs-33-xl { font-size: 3.3rem !important; }
    .fs-34-xl { font-size: 3.4rem !important; }
    .fs-35-xl { font-size: 3.5rem !important; }
    .fs-36-xl { font-size: 3.6rem !important; }
    .fs-37-xl { font-size: 3.7rem !important; }
    .fs-38-xl { font-size: 3.8rem !important; }
    .fs-39-xl { font-size: 3.9rem !important; }
    .fs-40-xl { font-size: 4.0rem !important; }
}

/* ----- font-weight ----- */
.fw-n { font-weight: normal !important; }
.fw-b { font-weight: bold !important; }
@media print, screen and (max-width: 414px) {
    .fw-n-xs { font-weight: normal !important; }
    .fw-b-xs { font-weight: bold !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .fw-n-sm { font-weight: normal !important; }
    .fw-b-sm { font-weight: bold !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .fw-n-md { font-weight: normal !important; }
    .fw-b-md { font-weight: bold !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .fw-n-lg { font-weight: normal !important; }
    .fw-b-lg { font-weight: bold !important; }
}
@media print, screen and (min-width: 1161px) {
    .fw-n-xl { font-weight: normal !important; }
    .fw-b-xl { font-weight: bold !important; }
}

/* ----- text-decoration ----- */
.td-n { text-decoration: none !important; }
.td-u { text-decoration: underline !important; }
@media print, screen and (max-width: 414px) {
    .td-n-xs { text-decoration: none !important; }
    .td-u-xs { text-decoration: underline !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .td-n-sm { text-decoration: none !important; }
    .td-u-sm { text-decoration: underline !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .td-n-md { text-decoration: none !important; }
    .td-u-md { text-decoration: underline !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .td-n-lg { text-decoration: none !important; }
    .td-u-lg { text-decoration: underline !important; }
}
@media print, screen and (min-width: 1161px) {
    .td-n-xl { text-decoration: none !important; }
    .td-u-xl { text-decoration: underline !important; }
}

/* ----- text-align ----- */
.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.ta-j { text-align: justify !important; }
@media print, screen and (max-width: 414px) {
    .ta-l-xs { text-align: left !important; }
    .ta-c-xs { text-align: center !important; }
    .ta-r-xs { text-align: right !important; }
    .ta-j-xs { text-align: justify !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .ta-l-sm { text-align: left !important; }
    .ta-c-sm { text-align: center !important; }
    .ta-r-sm { text-align: right !important; }
    .ta-j-sm { text-align: justify !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .ta-l-md { text-align: left !important; }
    .ta-c-md { text-align: center !important; }
    .ta-r-md { text-align: right !important; }
    .ta-j-md { text-align: justify !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .ta-l-lg { text-align: left !important; }
    .ta-c-lg { text-align: center !important; }
    .ta-r-lg { text-align: right !important; }
    .ta-j-lg { text-align: justify !important; }
}
@media print, screen and (min-width: 1161px) {
    .ta-l-xl { text-align: left !important; }
    .ta-c-xl { text-align: center !important; }
    .ta-r-xl { text-align: right !important; }
    .ta-j-xl { text-align: justify !important; }
}

/* ----- vertical-align ----- */
.va-t { vertical-align: top !important; }
.va-m { vertical-align: middle !important; }
.va-b { vertical-align: bottom !important; }
@media print, screen and (max-width: 414px) {
    .va-t-xs { vertical-align: top !important; }
    .va-m-xs { vertical-align: middle !important; }
    .va-b-xs { vertical-align: bottom !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .va-t-sm { vertical-align: top !important; }
    .va-m-sm { vertical-align: middle !important; }
    .va-b-sm { vertical-align: bottom !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .va-t-md { vertical-align: top !important; }
    .va-m-md { vertical-align: middle !important; }
    .va-b-md { vertical-align: bottom !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .va-t-lg { vertical-align: top !important; }
    .va-m-lg { vertical-align: middle !important; }
    .va-b-lg { vertical-align: bottom !important; }
}
@media print, screen and (min-width: 1161px) {
    .va-t-xl { vertical-align: top !important; }
    .va-m-xl { vertical-align: middle !important; }
    .va-b-xl { vertical-align: bottom !important; }
}

/* ----- white-space ----- */
.ws-n { white-space: normal !important; }
.ws-nw { white-space: nowrap !important; }
@media print, screen and (max-width: 414px) {
    .ws-n-xs { white-space: normal !important; }
    .ws-nw-xs { white-space: nowrap !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .ws-n-sm { white-space: normal !important; }
    .ws-nw-sm { white-space: nowrap !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .ws-n-md { white-space: normal !important; }
    .ws-nw-md { white-space: nowrap !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .ws-n-lg { white-space: normal !important; }
    .ws-nw-lg { white-space: nowrap !important; }
}
@media print, screen and (min-width: 1161px) {
    .ws-n-xl { white-space: normal !important; }
    .ws-nw-xl { white-space: nowrap !important; }
}

/* ----- line-height ----- */
.lh-10 { line-height: 1.0 !important; }
.lh-11 { line-height: 1.1 !important; }
.lh-12 { line-height: 1.2 !important; }
.lh-13 { line-height: 1.3 !important; }
.lh-14 { line-height: 1.4 !important; }
.lh-15 { line-height: 1.5 !important; }
.lh-16 { line-height: 1.6 !important; }
.lh-17 { line-height: 1.7 !important; }
.lh-18 { line-height: 1.8 !important; }
.lh-19 { line-height: 1.9 !important; }
.lh-20 { line-height: 2.0 !important; }
@media print, screen and (max-width: 414px) {
    .lh-10-xs { line-height: 1.0 !important; }
    .lh-11-xs { line-height: 1.1 !important; }
    .lh-12-xs { line-height: 1.2 !important; }
    .lh-13-xs { line-height: 1.3 !important; }
    .lh-14-xs { line-height: 1.4 !important; }
    .lh-15-xs { line-height: 1.5 !important; }
    .lh-16-xs { line-height: 1.6 !important; }
    .lh-17-xs { line-height: 1.7 !important; }
    .lh-18-xs { line-height: 1.8 !important; }
    .lh-19-xs { line-height: 1.9 !important; }
    .lh-20-xs { line-height: 2.0 !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 750px) {
    .lh-10-sm { line-height: 1.0 !important; }
    .lh-11-sm { line-height: 1.1 !important; }
    .lh-12-sm { line-height: 1.2 !important; }
    .lh-13-sm { line-height: 1.3 !important; }
    .lh-14-sm { line-height: 1.4 !important; }
    .lh-15-sm { line-height: 1.5 !important; }
    .lh-16-sm { line-height: 1.6 !important; }
    .lh-17-sm { line-height: 1.7 !important; }
    .lh-18-sm { line-height: 1.8 !important; }
    .lh-19-sm { line-height: 1.9 !important; }
    .lh-20-sm { line-height: 2.0 !important; }
}
@media print, screen and (min-width: 751px) and (max-width: 880px) {
    .lh-10-md { line-height: 1.0 !important; }
    .lh-11-md { line-height: 1.1 !important; }
    .lh-12-md { line-height: 1.2 !important; }
    .lh-13-md { line-height: 1.3 !important; }
    .lh-14-md { line-height: 1.4 !important; }
    .lh-15-md { line-height: 1.5 !important; }
    .lh-16-md { line-height: 1.6 !important; }
    .lh-17-md { line-height: 1.7 !important; }
    .lh-18-md { line-height: 1.8 !important; }
    .lh-19-md { line-height: 1.9 !important; }
    .lh-20-md { line-height: 2.0 !important; }
}
@media print, screen and (min-width: 881px) and (max-width: 1160px) {
    .lh-10-lg { line-height: 1.0 !important; }
    .lh-11-lg { line-height: 1.1 !important; }
    .lh-12-lg { line-height: 1.2 !important; }
    .lh-13-lg { line-height: 1.3 !important; }
    .lh-14-lg { line-height: 1.4 !important; }
    .lh-15-lg { line-height: 1.5 !important; }
    .lh-16-lg { line-height: 1.6 !important; }
    .lh-17-lg { line-height: 1.7 !important; }
    .lh-18-lg { line-height: 1.8 !important; }
    .lh-19-lg { line-height: 1.9 !important; }
    .lh-20-lg { line-height: 2.0 !important; }
}
@media print, screen and (min-width: 1161px) {
    .lh-10-xl { line-height: 1.0 !important; }
    .lh-11-xl { line-height: 1.1 !important; }
    .lh-12-xl { line-height: 1.2 !important; }
    .lh-13-xl { line-height: 1.3 !important; }
    .lh-14-xl { line-height: 1.4 !important; }
    .lh-15-xl { line-height: 1.5 !important; }
    .lh-16-xl { line-height: 1.6 !important; }
    .lh-17-xl { line-height: 1.7 !important; }
    .lh-18-xl { line-height: 1.8 !important; }
    .lh-19-xl { line-height: 1.9 !important; }
    .lh-20-xl { line-height: 2.0 !important; }
}
