@charset "utf-8";
@import url("/css/yutai/style.css");
@import url("/css/yutai/style_sp.css");

/* // テキスト設定
----------------------------------------------- */
.headTxA,
#MainContents.narrow .headTxA.mab15,
#Help .headTxA.mab35, #ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #000;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border-top: none;
    border-right: none;
    border-bottom: solid 2px #000;
    border-left: none;
    position: relative;
}

.headTxA:after {
    content: "";
    background: #111;
    width: 14px;
    height: 1px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
    right: -1px;
}

.headTxB {
    color: #333;
    margin: 0;
    padding: 0.6em 0;
    font-size: 127%;
    font-weight: normal;
    border: solid #e8e8e8;
    border-width: 0 0 1px;
}

/* ヘッダー */
#Header {
    padding: 0;
    border-bottom: solid 1px #f5f5f5;
    border-top: solid 10px #000
}
/*
#Header h1 a {
    color: #000;
    margin: 0;
    padding: 0;
    width: 512px;
    height: 80px;
    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:hover img {
    opacity: 0.85;
}

#Header ul.link {
	position:absolute;
    top: 10px;
	right:0;
	font-size:93%;
}
#Header ul.link li {
	float:left;
	margin-left: 10px;
}
#Header ul.link li:nth-child(5) {
    clear: both;
}

#Header .fa-caret-right {
    margin-right: 0.6em;
    color: #011;
}

#Header ul.link li a{
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#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;
}
*/

#Breadcrumb {
    color: #999;
	background: #f9f9f9;
    margin: 0 0 40px;
	padding: 16px 0;
    font-size: 82%;
	line-height: 1;
    border-bottom: solid 1px #f5f5f5;
}

/* ログイン -［ログイン］ボタン */
#loginBtn {
    color: #fff;
	background: #000;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
	border: solid 4px #000;
	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;
}

#loginBtn:hover {
    text-decoration: none;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* その他ボタン設定 */
/*----------------------------------------------- */
.btnA {
    color: #fff;
	background: #212121;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
	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;
}

.formSubmit.btnA.w80.spW90 {
    background: #212121;
    border: none;
}

.btnA:hover {
    color: #fff;
	text-decoration: none;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* // Footer
----------------------------------------------- */
#Footer {
    color: #999;
    background: #000;
    padding: 40px 0;
	line-height: 1;
}

@media screen and (max-width: 580px){
	#Footer {
	    padding: 0;
	    height: 80px;
	}
}

/* ［アンケート］ボタン */
.surveyBtn {
    color: var(--btn-label-color);
    background: #212121;
     background: -moz-linear-gradient(top,  #212121 0%, #212121 100%);
    background: -webkit-linear-gradient(top,  #212121 0%,#212121 100%);
    background: linear-gradient(to bottom,  #212121 0%,#212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121',GradientType=0 );
    margin: 0 auto 10px;
    padding: 0;
    width: 40%;
    height: 50px;
    font-size: 118%;
    font-weight: normal;
	text-align: center;
    line-height: 50px;
    border: none;
    display: block;
    border: solid 1px #212121;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    position: relative;
}

.surveyBtn:before {
    content:'アンケートにご協力ください';
}

.surveyBtn:after {
    content: "\f14c";
    color: #fff;
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
}

.surveyBtn:link,
.surveyBtn:visited {
    color: #fff;
    text-decoration: none;
}

.surveyBtn:hover,
.surveyBtn:active {
	text-decoration: none;
	opacity: 0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* ［メッセージを送信］ボタン */
#sendBtn {
    color: #fff;
	background: #212121;
    margin: 40px auto 60px;
    height: 50px;
    font-size: 1.143em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border: solid 1px #212121;
	box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
    width: 50% !important;
    }

#sendBtn:hover {
    color: #fff;
	text-decoration: none;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* reload */
.reloadPra a:hover {
    background: #212121;
}

.reloadPra a:before {
    color: #212121;
}

/* Line Switching */
.lineSwitchingPra a:hover {
    color: #212121;
}

/* ［拍手］ボタン */
#wrapOutside:hover {
    background: #212121;
}


