@charset "utf-8";
@import url("/css/yutai/style.css");
@import url("/css/yutai/style_sp.css");

/* // Header
-----------------------------------------------
*/

#Header {
    padding: 0;
}

#Header h1 a {
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#Header h1 a small {
    color: #000;
    font-size: 82%;
    font-weight: normal;
}
@media screen and (max-width: 580px){
    #Header h1 a img {
        margin: 0;
    }
    #Header h1 a {
        font-size: 75%
    }
}

#Header ul.link li a:link,
#Header ul.link li a:visited {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

#Header ul.link li a i {
    color: #011;
}

#Header ul.link li a:hover {
    color: #001a72;
    text-decoration: underline;
    /* opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )"; */
}

#Header ul.link li a:hover i {
    color: #001a72;
    text-decoration: none;
    display: inline-block !important;
}

#Header ul.link li a:link,
#Header ul.link li a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#Header ul.link li a i {
    color: #000;
}

#Header ul.link li a:hover {
    color: #000;
    text-decoration: underline;
}

#Header ul.link li a:hover i {
    color: #000;
    text-decoration: none;
    display: inline-block !important;
}

/* テキスト設定 */
.headTxA {
    color: #333;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border: solid #dbdbdb;
    border-width: 0 0 2px;
    position: relative;
}

#Program .headTxA.mab35,
#List .headTxA,
#Post .headTxA.mab35,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #333;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border-top: none;
    border-right: none;
    border-bottom: solid 2px #333;
    border-left: none;
    position: relative;
}

.headTxA::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background: #ff7c1e;
}

#Program .headTxA.mab35:after,
#List .headTxA:after,
#Post .headTxA.mab35:after,
#Help .headTxA.mab35:after,
#ContentsWrap #MainContents.narrow .headTxA.mab35:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background: #ff7c1e;
}

.headTxB {
    border-bottom:1px solid #444;
    line-height:1.3;
    padding-bottom:12px;
    font-size:140%;
    font-weight:100;
    color:#444;
}

/* ログイン -［ログイン］ボタン */
#loginBtn {
    color: #333;
    background: #fff;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border: solid 1px red;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 100px;
}

#loginBtn:before {
    content: "\f105";
    color: red;
    margin: auto 0;
    font-family: FontAwesome;
    font-weight: 700;
    position: absolute;
    left: 1em;
   /* top: 0;
    left: 1em;
    bottom: 0;*/
}

#loginBtn:hover {
    text-decoration: none;
    color: #fff;
    background: red;
}

#loginBtn:hover:before  {
    color: #fff;
}

/* その他ボタン設定 */
.btnA {
    color: #fff;
    background: red;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border: solid 1px red;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 100px;
}

.btnA:hover {
    color: red;
    text-decoration: none;
    background: #fff;
}

/* Footer */
#Footer {
    color: #333;
    background: #fff;
    padding: 40px 0;
    height: 15px;
    line-height: 1;
    border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 580px){
    #Footer {
        padding: 0;
        height: 80px;
    }
}

#Footer a:link, #Footer a:visited {
    color: #333;
    text-decoration: none;
}

#Footer a:hover {
    color: red;
    text-decoration: underline;
}


/* ［アンケート］ボタン */
.surveyBtn {
    color: #fff;
    background: red;
    margin: 0 auto 10px;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px red;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 100px;

}

.surveyBtn:before {
    content:'アンケートにご協力ください';
}

.surveyBtn:after {
    content: "\f14c";
    color: #fff;
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
}

.surveyBtn a:link,
.surveyBtn a:visited {
    color: #fff;
    text-decoration: none;
}

.surveyBtn:hover {
    color: red;
    text-decoration: none;
    background: #fff;
}

/* ［メッセージを送信］ボタン */
#sendBtn {
    color: #fff;
    background: red;
    margin: 40px auto 60px;
    height: 50px;
    font-size: 1.143em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px red;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
    width: 50% !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 100px;
}

#sendBtn:hover {
    color: red;
    text-decoration: none;
    background: #fff;
}

/* reload */
.reloadPra a:hover {
    color: #fff;
    background: red;
}

.reloadPra a:before {
    content: "\f021";
    color: red;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

/* Line Switching */
.lineSwitchingPra a:hover {
    color: red;
}

#wrapOutside:hover {
    background: red;
}

#Breadcrumb {
    color: #767676;
    background: #fdfaf2;
    margin: 0 0 30px;
    padding: 16px 0;
    font-size: 82%;
    line-height: 1;
}

#Breadcrumb i {
    color: #767676;
    padding: 0 12px;
}

#Breadcrumb a:link,
#Breadcrumb a:visited {
    color: #767676;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

#Breadcrumb a:hover {
    text-decoration: none;
}
#Breadcrumb li {
    float: left;
}

.systemRequirementsNotesPra a{
    color: #000;
    text-decoration: underline;
}
.systemRequirementsNotesPra a:hover{
    text-decoration: none;
}

