@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　section

=========================================================== */

/* 上下余白 */
section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7.0rem;
    padding-bottom: 7.0rem;
}

@media only screen and (min-width: 768px) {

    /* 高さをフルスクリーンに（これにより、各ブロックが画面中央に） */
    section {
        min-height: 100vh;
    }

}

@media only screen and (min-width: 992px) {

    /* 上下余白 */
    section {
        padding-top: 10.0rem;
        padding-bottom: 10.0rem;
    }

}


/* ========================================================

　#breadCrumb

=========================================================== */

#breadCrumb {
    padding: 1.0rem 0;
    background-color: rgba(240, 240, 240, 1.00);
}

#breadCrumb p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    word-wrap: normal;
}

#breadCrumb span:first-child span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 700;
}


/* ========================================================

　main

=========================================================== */

main#mainContents {
    padding: 0;
}

.divider {
    height: 20.0rem;
    background: url("../images/midorikai.jpg") center center / cover no-repeat;
}

@media only screen and (min-width: 992px) {

    .divider {
        height: 30.0rem;
    }

}


/*　ブロックタイトル
----------------------------------------------------------- */
.blkTitle h2 {
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "serif";
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

/* 点線 */
.blkTitle h2 + aside {
    max-width: 20.0rem;
    height: 0.5rem;
    margin: 1.0rem auto 0;
    border-bottom: 0.5rem dotted;
}

/* 会長あいさつの点線色 */
#greetings .blkTitle h2 + aside {
    border-bottom-color: rgba(235, 105, 120, 1.00);
}

/* 東京みどり会の点線色 */
#midoriKai .blkTitle h2 + aside {
    border-bottom-color: rgba(145, 195, 30, 1.00);
}

/* タイトル（英字） */
.blkTitle h2 + aside + p {
    margin: 0.25rem auto 5.0rem;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "serif";
    font-style: italic;
    text-align: center;
}

@media only screen and (min-width: 992px) {

    /* ブロックタイトル */
    .blkTitle h2 {
        font-size: 3.0rem;
    }

    /* タイトル（英字） */
    .blkTitle h2 + aside + p {
        margin: 0.25rem auto 10.0rem;
    }

}


/*　最新情報見出し部分
----------------------------------------------------------- */
.heading {
    position: relative;
    margin-bottom: 4.0rem;
    padding: 2.0rem 3.5rem;
}

/* 前面レイヤー */
.heading .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* テキスト */
.heading .inner {
    position: relative; /* 文字を最前面に表示 */
}

.heading h2 {
    width: 100%;
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
    text-align: center;
}

.heading h2 span {
    display: block;
    font-size: 1.8rem;
}

.heading p {
    font-size: 1.4rem;
    line-height: 2.0rem;
}

/* ボタン */
.heading .button {
    max-width: 24.0rem;
    margin: 2.0rem auto 0;
    padding: 0.5rem;
    border: 0.2rem solid rgba(255, 255, 255, 1.00);
    border-radius: 1.0rem;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* リンク部分 */
.heading .button a {
    display: block;
    height: 3.5rem;
    border: 0.1rem solid rgba(255, 255, 255, 1.00);
    border-radius: 0.6rem;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    line-height: 3.2rem;
}

@media only screen and (min-width: 576px) {

    /* テキスト */
    .heading p {
        text-align: center;
    }

}

@media only screen and (min-width: 768px) {

    /*　最新情報見出し部分
    ----------------------------------------------------------- */
    .heading {
        height: 22.15rem;
        margin-bottom: 0;
        padding: 2.75rem 2.0rem;
    }

    /* テキスト */
    .heading h2 {
        font-size: 1.9rem;
    }

    .heading p {
        text-align: left;
    }

}

@media only screen and (min-width: 992px) {

    /*　最新情報見出し部分
    ----------------------------------------------------------- */
    .heading {
        padding: 2.75rem 3.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    /*　最新情報見出し部分
    ----------------------------------------------------------- */
    .heading {
        height: 28.0rem;
        padding: 5.0rem 3.5rem;
    }

    /* 前面レイヤー */
    .heading .layer {
        width: 27.0rem;
    }

    /* テキスト */
    .heading h2 {
        margin-bottom: 2.0rem;
        font-size: 2.4rem;
    }

    /* ボタン */
    .heading .button {
        margin: 3.0rem auto 0;
    }

}

/*　最新情報リスト部分
----------------------------------------------------------- */
/* 一般向け */
main[class*="general"]:not(.generalaffairs):not(.generalmeeting) #loop {
    background-color: rgba(250, 240, 240, 1.00);
}

main[class*="general"]:not(.generalaffairs):not(.generalmeeting) #loop .category a {
    background-color: rgba(245, 145, 160, 0.50);
}

main[class*="general"]:not(.generalaffairs):not(.generalmeeting) #loop .category a:hover {
    background-color: rgba(245, 145, 160, 1.00);
}

/* 会員向け */
#loop {
    background-color: rgba(250, 245, 225, 1.00);
}

#loop .category a {
    background-color: rgba(250, 180, 80, 0.50);
}

#loop .category a:hover {
    background-color: rgba(250, 180, 80, 1.00);
}

/* 理事向け */
main[class*="director"] #loop {
    background-color: rgba(230, 250, 255, 1.00);
}

main[class*="director"] #loop .category a {
    background-color: rgba(125, 205, 245, 0.50);
}

main[class*="director"] #loop .category a:hover {
    background-color: rgba(125, 205, 245, 1.00);
}

.loopList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.loopList li {
    position: relative;
    margin-bottom: 2.0rem;
    border-right: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-bottom: 0.1rem solid rgba(220, 220, 220, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

/* 日付 */
.loopList .date {
    color: rgba(85, 85, 85, 1.00);
    font-family: Georgia, "Times New Roman", Times, "serif";
    font-size: 1.8rem;
}

.loopList .date span {
    margin-left: 1.0rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.2rem;
}

/* カテゴリー */
.loopList .category {
    position: absolute;
    top: 0;
    right: 0;
}

.loopList .category a {
    width: 12.0rem;
    padding: 0;
    background-color: rgba(220, 220, 220, 1.00);
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.2rem;
    text-align: center;
}

.loopList .category a:hover {
    background-color: rgba(180, 180, 180, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

/* 記事タイトル */
.loopList a {
    display: block;
    padding: 1.0rem 2.0rem 1.35rem;
}

.loopList h3 {
    color: rgba(85, 85, 85, 1.00);
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.loopList a:hover {
    margin-left: 1.0rem;
}

.loopList a:hover h3 {
    color: rgba(235, 95, 0, 1.00);
}

.loopList h3::after {
    visibility: hidden;
    position: relative;
    top: -0.1rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    font-weight: 700;
    content: "\f061";
    color: rgba(255, 255, 255, 1.00);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.loopList a:hover h3::after {
    visibility: visible;
    padding-left: 0.5rem;
    content: "\f061";
    color: rgba(235, 95, 0, 1.00)
}

/*　最新情報（一般）
----------------------------------------------------------- */
#forGeneral {
    background-color: rgba(250, 240, 240, 1.00);
}

/* 見出し部分 */
#forGeneral .heading {
    background: url("../images/heading_general.jpg") left top no-repeat;
    background-size: cover;
}

#forGeneral .heading .layer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.50);
}

/* ボタン */
#forGeneral .heading .button {
    background-color: rgba(245, 145, 160, 0.50);
}

#forGeneral .heading .button:hover {
    background-color: rgba(245, 145, 160, 1.00);
}

#forGeneral .heading .button a {
    background-color: rgba(245, 145, 160, 1.00);
}

/* カテゴリー */
#forGeneral .loopList .category a {
    background-color: rgba(245, 145, 160, 0.50);
}

#forGeneral .loopList .category a:hover {
    background-color: rgba(245, 145, 160, 1.00);
}

/*　最新情報（会員）
----------------------------------------------------------- */
#forMembers {
    background-color: rgba(250, 245, 225, 1.00);
}

/* 見出し部分 */
#forMembers .heading {
    background: url("../images/heading_members.jpg") left top no-repeat;
    background-size: cover;
}

#forMembers .heading .layer {
    background-color: rgba(255, 255, 255, 0.70);
}

/* ボタン */
#forMembers .heading .button {
    background-color: rgba(250, 180, 80, 0.50);
}

#forMembers .heading .button:hover {
    background-color: rgba(250, 180, 80, 1.00);
}

#forMembers .heading .button a {
    background-color: rgba(250, 180, 80, 1.00);
}

/* カテゴリー */
#forMembers .loopList .category a {
    background-color: rgba(250, 180, 80, 0.50);
}

#forMembers .loopList .category a:hover {
    background-color: rgba(250, 180, 80, 1.00);
}

/*　最新情報（理事）
----------------------------------------------------------- */
#forDirector {
    background-color: rgba(230, 250, 255, 1.00);
}

/* 見出し部分 */
#forDirector .heading {
    background: url("../images/heading_director.jpg") left top no-repeat;
    background-size: cover;
}

#forDirector .heading .layer {
    background-color: rgba(255, 255, 255, 0.70);
}

/* ボタン */
#forDirector .heading .button {
    background-color: rgba(125, 205, 245, 0.50);
}

#forDirector .heading .button:hover {
    background-color: rgba(125, 205, 245, 1.00);
}

#forDirector .heading .button a {
    background-color: rgba(125, 205, 245, 1.00);
}

/* カテゴリー */
#forDirector .loopList .category a {
    background-color: rgba(125, 205, 245, 0.50);
}

#forDirector .loopList .category a:hover {
    background-color: rgba(125, 205, 245, 1.00);
}

/*　会長あいさつ
----------------------------------------------------------- */
#greetings p:not(.lead) {
    font-size: 1.8rem;
    text-align: justify;
}

/*　東京みどり会
----------------------------------------------------------- */
#midoriKai p:not(.lead) {
    font-size: 1.8rem;
    text-align: justify;
}

#midoriKai p em {
    color: rgba(0, 0, 0, 1.00);
    font-style: normal;
}

@media only screen and (min-width: 1200px) {

    /*　最新情報
    ----------------------------------------------------------- */

    /* 見出し部分 */
    #forGeneral .heading,
    #forMembers .heading,
    #forDirector .heading {
        /*background-size: 27.0rem auto;*/
    }

}


/* ========================================================

　Constitution

=========================================================== */

#constitution dt {
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
}

#constitution dt:nth-child(n+2) {
    margin-top: 3.0rem;
}

#constitution dd {
    line-height: 3.0rem;
}

#constitution ol {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

#constitution .inner {
    margin: 1.0rem 0 1.5rem 3.4rem;
}


/* ========================================================

　Guide

=========================================================== */

#guide dt {
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 1.00);
}

#guide dt:nth-child(n+2) {
    margin-top: 3.0rem;
}

#guide dd {
    line-height: 3.0rem;
}

#guide ol {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

#guide span {
    font-size: 1.4rem;
}

#guide .inner {
    margin: 1.0rem 0 1.5rem 3.4rem;
}


/* ========================================================

　Midori-kai

=========================================================== */

#midorikai p em {
    color: rgba(0, 0, 0, 1.00);
    font-style: normal;
}

/*　form
----------------------------------------------------------- */
.form_set {
    margin-top: 5.0rem;
}

.form_set h2 {
    margin-bottom: 2.0rem;
}

/* 注意書き */
.form_set h5 {
    margin-bottom: 2.0rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
    line-height: 150%;
}

.form_set script + h5 {
    margin-top: 4.0rem;
}

.form_set h5:last-of-type {
    color: rgba(51, 51, 51, 1.00);
    font-weight: 400;
}

.form_set #mailformpro dl dd:nth-of-type(even) {
    background-color: rgba(250, 250, 250, 1.00);
}

/* 項目 */
.form_set #mailformpro dt {
    padding-top: 2.0rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}

/* 必須 */
.form_set #mailformpro dt .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background-color: rgba(235, 105, 120, 1.00);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.2rem;
    line-height: 1.4rem;
}

/* 入力欄 */
.form_set #mailformpro dd {
    padding-bottom: 2.0rem;
    padding-left: 0;
    padding-right: 0;
}

.form_set #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(210, 210, 210, 1.00);
}

.form_set #mailformpro dd span {
    display: inline-block;
    margin-top: 0.25rem;
    color: rgba(0, 160, 230, 1.00);
    font-size: min(4.0vw, 1.4rem);
}

/* 入力ボックス */
.form_set #mailformpro input,
.form_set #mailformpro textarea {
    height: 4.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.10);
    font-size: 1.6rem;
}

.form_set #mailformpro input {
    width: 100%;
}

.form_set #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
    line-height: 120%;
}

.form_set #mailformpro .type label {
    line-height: 120%;
}

.form_set #mailformpro .type label span {
    font-size: 1.4rem;
}

/* 送信前チェック */
.form_set #mailformpro input.check {
    position: relative;
    top: 0.4rem;
    width: 2.0rem;
    height: 2.0rem;
}

/* 通常時 */
.form_set #mailformpro label.mfp_not_checked {
    border: none;
}

.form_set #mailformpro label.mfp_not_checked em {
    color: rgba(75, 75, 70, 1.00);
    font-size: 1.3rem;
    font-style: normal;
    letter-spacing: 0;
}

/* チェック時 */
.form_set #mailformpro label.mfp_checked {
    border: none;
    background: none;
}

.form_set #mailformpro label.mfp_checked em {
    color: rgba(235, 95, 0, 1.00);
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}

/* エラー表示 */
div.mfp_err {
    background: none;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
    font-weight: 500;
}

div.mfp_err:before {
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f071";
}

/* ボタン */
div.mfp_buttons {
    clear: both;
    margin-top: 3.0rem;
    text-align: center;
}

.form_set #mailformpro .mfp_buttons button {
    width: 22.0rem;
    height: 6.0rem;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_set #mailformpro .mfp_buttons button:first-of-type {
    margin-bottom: 2.0rem;
    background-color: rgba(230, 230, 230, 1.00);
}

.form_set #mailformpro .mfp_buttons button:first-of-type:hover {
    background-color: rgba(200, 200, 200, 1.00);
}

.form_set #mailformpro .mfp_buttons button:last-of-type {
    background-color: rgba(125, 205, 245, 1.00);
}

.form_set #mailformpro .mfp_buttons button:last-of-type:hover {
    background-color: rgba(0, 70, 160, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

/* ボタン（確認画面） */
div.mfp_buttons button {
    width: 22.0rem !important;
    height: 6.0rem !important;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.0rem !important;
    cursor: pointer;
}

div.mfp_buttons button:first-of-type {
    background-color: rgba(230, 230, 230, 1.00);
    color: rgba(0, 0, 0, 1.00);
}

div.mfp_buttons button:first-of-type:hover {
    background-color: rgba(200, 200, 200, 1.00);
}

div.mfp_buttons button:last-of-type {
    background-color: rgba(125, 205, 245, 1.00);
}

div.mfp_buttons button:last-of-type:hover {
    background-color: rgba(0, 70, 160, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (min-width: 576px) {


    .form_set #mailformpro label.mfp_not_checked em,
    .form_set #mailformpro label.mfp_checked em {
        font-size: 1.6rem;
    }

    .form_set #mailformpro .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

    /* 種別ラジオボタンを横並びに */
    .form_set #mailformpro .type label {
        display: inline-block;
        margin-right: 3.0rem;
    }

}

@media only screen and (min-width: 768px) {

    .form_set #mailformpro dt {
        padding: 2.0rem 1.0rem;
        width: 24.0rem;
        border: none;
        background-color: transparent;
    }

    .form_set #mailformpro dd {
        padding: 2.0rem 1.0rem 2.0rem 26.0rem;
    }

}

@media only screen and (min-width: 1400px) {

    .form_set #mailformpro dt {
        width: 34.0rem;
    }

    .form_set #mailformpro dd {
        padding-left: 38.0rem;
    }

}

/*　送信完了
/*-------------------------------------------*/
#mfp_thanks {
    padding-bottom: 1.0rem;
    border-bottom: 0.3rem double rgba(245, 150, 0, 1.00);
    font-size: 2.0rem;
    text-align: center;
}

#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(235, 95, 0, 1.00);
    font-size: 3.0rem;
    font-weight: 500;
}

/* お礼文 */
.thanks #thanks h3 {
    margin-top: 3.0rem;
    margin-bottom: 2.0rem;
    padding: 0;
    border-radius: 0;
    background: inherit;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: inherit;
}

.thanks #thanks p {
    line-height: 140%;
}

/* メールが届かない場合 */
.thanks #thanks ul {
    margin: 3.0rem 0;
    color: rgba(255, 0, 0, 1.00);
    font-weight: 500;
    list-style: disc;
}

/* うまくいかない場合 */
.thanks #thanks p:last-of-type {
    margin-top: 2.0rem;
}

.thanks #thanks p:last-of-type i {
    position: relative;
    top: 0.2rem;
    margin-right: 0.25rem;
    font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
    }

}

/*　Placeholder color
----------------------------------------------------------- */
*::-webkit-input-placeholder {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-moz-placeholder {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-ms-input-placeholder {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*:-ms-input-placeholder {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::placeholder {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*　Pseudo-hide placeholders when in focus
----------------------------------------------------------- */
*:focus::-webkit-input-placeholder {
    color: transparent;
}

*:focus::-moz-placeholder {
    color: transparent;
}

*:focus::-ms-input-placeholder {
    color: transparent;
}


*:focus:-ms-input-placeholder {
    color: transparent;
}

*:focus::placeholder {
    color: transparent;
}


/* ========================================================

　Privacy policy

=========================================================== */

#privacy-policy h2 {
    margin-bottom: 2.0rem;
    height: 6.0rem;
    font-size: 2.2rem;
    background: -o-repeating-linear-gradient(135deg, rgba(145, 195, 30, 0.25), rgba(145, 195, 30, 0.25) 0.5rem, rgba(255, 255, 250, 1.00) 0.5rem, rgba(255, 255, 250, 1.00) 1.0rem);
    background: repeating-linear-gradient(-45deg, rgba(145, 195, 30, 0.25), rgba(145, 195, 30, 0.25) 0.5rem, rgba(255, 255, 250, 1.00) 0.5rem, rgba(255, 255, 250, 1.00) 1.0rem);
}

#privacy-policy h3 {
    margin: 2.0rem 0;
}

#privacy-policy p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2.0rem;
}

#privacy-policy dl {
    margin: 5.0rem 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.0rem;
}

#privacy-policy dt {
    margin-bottom: 1.0rem;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
}

#privacy-policy dt:nth-child(n+2) {
    margin-top: 4.0rem;
}

#privacy-policy dd {
    text-align: justify;
}

#privacy-policy dd ul {
    margin: 0;
    margin-top: 1.0rem;
    margin-left: 4.0rem;
    margin-bottom: 2.0rem;
    padding: 0;
}

#privacy-policy .box {
    margin-bottom: 3.0rem;
    padding: 1.0rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-radius: 0.6rem;
}

@media only screen and (min-width: 768px) {

    #privacy-policy h2 {
        height: 8.0rem;
        font-size: 3.0rem;
    }

}


/* ========================================================

　Login Failure

=========================================================== */

#failure h3 {
    color: rgba(255, 0, 0, 1.00);
}

#failure h5 {
    margin-top: 1.0rem;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: inherit;
}


/* ========================================================

　404 & Search

=========================================================== */

header#low h1.page404 {
    color: rgba(255, 0, 0, 1.00);
}

#page404 h3,
#search h3 {
    color: rgba(255, 0, 0, 1.00);
}

#page404 h5,
#search h5 {
    margin: 1.0rem 0 2.0rem;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: inherit;
}

#page404 h5 i,
#search h5 i {
    color: rgba(255, 0, 0, 1.00);
}

#page404 hr,
#search hr {
    margin-top: 5.0rem;
}

#page404 input,
#search input {
    height: 4.0rem;
    font-weight: 300;
}

#page404 input:first-child,
#search input:first-child {
    padding-left: 3.0rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    background: rgba(255, 255, 255, 1.00) url("../images/search.png") left 0.5rem center / 2.0rem auto no-repeat;
}

#page404 input:last-child,
#search input:last-child {
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    background-color: rgba(255, 255, 240, 1.00);
}

#search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#search li {
    margin-bottom: 1.0rem;
}

#search li::before {
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f0da";
}

#search .prev {
    float: left;
}

#search .prev a::before {
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f104";
}

#search .next {
    float: right;
}

#search .next a::after {
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
}



/* ---- End of file --------------------------------------- */