/*= 1.　よくある質問TOP　　==================================*/
/* ページタイトル */
.Contents.FaqNew {
    max-width: 640px;
}
@media only screen and (min-width: 980px) {
    .Contents.FaqNew {
        max-width: 640px;
    }
}
@media only screen and (min-width: 812px) {
    .Contents.FaqNew {
        max-width: 640px;
    }
}
.FaqNew .PageTitle {
    color: #333;
    font-weight: bold;
    line-height: 1.37;
    position: relative;
    margin: 31px 10px 10px;
}
/*-- 通常は　.SubTitle h3　のもの--*/
.support .Title_Sec{
    margin: 31px 10px 10px;
}
.support .Title_Sec h2{
    /*	color: #333; */
    font-size: 94%;
    font-weight: bold;
    line-height: 1.37;
    position: relative;

}
.SectionBox .Title_Sec{
}

/* 共通 */
.FaqNew .SectionBox {
    padding-bottom: 20px;
}
.FaqNew .InnerBox {
    padding: 0 10px;
}
.FaqNew .InnerBox p {
    line-height: 1.5;
    font-size: 78%;
}
.FaqNew .Error_Msg {
    background: none;
    color: inherit !important;
    font-weight: normal;
    padding: 5px 10px 0em !important;
    color: red !important;
}
.FaqNew .LinkBtn {
    display: block;
    width: 200px;
    color: #fff;
    cursor: pointer;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px !important;
    margin: 0 auto;
    background: #0033aa;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    height: 34px;
    line-height: 1;
}
/* 登録情報表示エリア */
.UserStatus{
    padding-bottom: 13px;
}
.UserStatus .not_login{
    margin:0 10px;
    text-align: center;

}
.UserStatus .not_login p{
    font-weight: bold;
    line-height: 1.6;
    padding: 11px 10px 10px;
    background-color: #f3f3f3;
    border-radius: 7px;
    font-size: 0.8125rem;
    text-align: left;
}
.UserStatus .not_login a{
    display: inline-block;
    margin:10px 10px 20px;
    font-size: 0.8125rem;
    text-decoration: underline;
    line-height: 1.3;
}
.UserStatus .Account_Info{
    max-width:94%;
    max-width:calc(100% - 20px);
    max-width:-webkit-calc(100% - 20px);
    width: 100%;
    margin:0 10px;
    border-collapse:collapse;
}
.UserStatus .Account_Info tr {
    border-top: 1px solid #ccc;
}
.UserStatus .Account_Info tr + tr{
    border-bottom: 1px solid #ccc;
}
.UserStatus .Account_Info th{
    font-size: 0.8125rem;
    background-color: #f3f3f3;
    padding:6px 10px;
    vertical-align: middle;
    width: 30%;
}
.UserStatus .Account_Info td{
    font-size: 0.9375rem;
    text-align: left;
    vertical-align: middle;
    padding:6px 10px;
    line-height: 1.3;
}
.UserStatus .Account_Info td p{
    line-height: 1.3;
    text-align: center;
}
@media (max-width: 320px) {
    .UserStatus .Account_Info th{
        font-size: 12px;
    }
    .UserStatus .Account_Info td p{
        font-size: 13px;
    }
}
/* お知らせエリア */
.FaqNew .RecentNewsArea .NewsList li {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.FaqNew .RecentNewsArea .NewsList li + li{
    border-top: none;
}
.FaqNew .RecentNewsArea .NewsList li a {
    display: table-cell;
    padding: 1em 18px;
    color: #333;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.5;
    height: 5em;
    vertical-align: middle;
}

.FaqNew .RecentNewsArea .NewsList li a > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

/* キーワード検索 */
.FaqNew .KeywordSearchArea .SearchBox {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}
.FaqNew .KeywordSearchArea .SearchBox:focus-within{
    box-shadow: 0 0 5px 0 rgb(202 202 202 / 80%);
}
.FaqNew .KeywordSearchArea .SearchBox div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.FaqNew .KeywordSearchArea .SearchBox div:last-child {
    width: 40px;
}
.FaqNew .KeywordSearchArea input[type="text"].SearchForm {
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 35px;
    line-height: 1.4;
    padding: 6px 9px;
}
.FaqNew .KeywordSearchArea  input[type="text"].SearchForm::-webkit-input-placeholder,
.FaqNew .KeywordSearchArea  input[type="text"].SearchForm::-moz-placeholder {
    color: #b7b7b7;
}
.FaqNew .KeywordSearchArea  .SearchSubmitbtn {
    background: url(../img/icon/icon_search01_new.png) no-repeat;
    background-position: center;
    background-size: 14px;
    width: 40px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    outline: none;
}
.FaqNew .KeywordSearchArea ul {
    padding: 0 10px;
}
.FaqNew .KeywordSearchArea ul li {
    display: inline;
    margin-right: 0.1em;
    line-height: 2.18;
    word-break: keep-all;
}
.FaqNew .KeywordSearchArea ul li a {
    color: #06389b;
    font-size: 72%;
    font-weight: bold;
    display: inline-block;
    line-height: 2;
    border-radius: 1em;
    padding: 0 1em;
    white-space: nowrap;
    min-width: 56px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background: #fff;
    height: 24px;
}
.FaqNew .KeywordSearchArea p.KeywordSearchNote {
    padding: 6px 10px 0;
    font-size: 77.8%;
    line-height: 1.75;
}

/* よくある質問 */
.FaqNew .PopQuestionArea{
    padding-top: 13px;
}
.FaqNew .PopQuestionArea ul {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
}
.FaqNew .PopQuestionArea li {
    display: table;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    font-size: 85%;
    width: 100%;
    min-height: 83px;
}
.FaqNew .PopQuestionArea li:first-of-type,
.FaqNew .PopQuestionArea li:nth-of-type(2),
.FaqNew .PopQuestionArea li:nth-of-type(3) {
    font-weight: bold;
}
.FaqNew .PopQuestionArea li a {
    display: table-cell;
    padding: 15px 10px 15px 45px;
    color: #333;
    position: relative;
    line-height: 1.75;
    vertical-align: middle;
}
.FaqNew .PopQuestionArea li a span.ListNum {
    display: block;
    background-color: #fcefc6;
    color: #666;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 25px;
    left: 10px;
}
.FaqNew .PopQuestionArea li a span.ListTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

/* カテゴリーから探す */
.FaqNew .CategoryListArea ul li {
    display: table;
    width: 50%;
    float: left;
    margin-bottom: 8px;
}
.FaqNew .CategoryListArea ul li:nth-child(odd) {
    padding-right: 4px;
}
.FaqNew .CategoryListArea ul li:nth-child(even) {
    padding-left: 4px;
}
.FaqNew .CategoryListArea ul li a {
    display: table-cell;
    color: #333;
    font-size: 78%;
    font-weight: normal;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 56px;
    text-align: center;
    vertical-align: middle;
}
.FaqNew .CategoryListArea ul li a span.FontSmall {
    font-size: 75%;
}

.FaqNew .CategoryListArea ul li:nth-child(even) {
    padding-left: 4px;
}
.FaqNew .CategoryListArea ul li:nth-child(n+7) {
    display: none;
}
.FaqNew .CategoryListArea ul.Show_All li {
    display: table !important;
}



/* お問い合わせ・ご意見ご要望 */
.FaqNew .ContactArea p,
.FaqNew .MessageArea p {
    font-size: 88%;
    margin-bottom: 18px;
    line-height: 1.75;
}
.FaqNew .ContactArea p span {
    font-size: 87.5%;
}

/* もっと見る */
.LinkBtn_03 {
    margin-top: 20px;
    padding: 0 0 13px;
}
.CategoryListArea .LinkBtn_03 {
    margin-top: 12px;
}
a.LinkBtn_More {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 1.27em;
    line-height: 2.55;
    display: block;
    width: 79%;
    min-width: 142px;
    margin: 0 auto;
    position: relative;
}
a.LinkBtn_More .Icon_Arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 13px;
    width: 9px;
    height: 7px;
    background: url(../img/icon/icon_sprite_column.png?20180712) no-repeat;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    background-size: 70px auto;
    background-position: -26px -85px;
}
a.LinkBtn_More .icon_Read01 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 13px;
    width: 11px;
    height: 13px;
    background: url(../img/icon/icon_sprite_column.png?20180723) no-repeat;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    background-size: 70px auto;
    background-position: -26px -96px;
}




/*=　FAQ詳細ページ　　==================================*/
.FaqNew .FaqArea dt {
    background-color: #fbf6e5;
    padding: 20px;
    position: relative;
}
.FaqNew .FaqArea dt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #fbf6e5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 20px;
    bottom: -19px;
    z-index: 1;
}
.FaqNew .FaqArea dt .TitleQestion {
    color: #2c4ebe;
    font-size: 83.34%;
    font-weight: bold;
}
.FaqNew .FaqArea dt .Title,
.FaqNew .FaqArea dd .Title {
    margin-bottom: 15px;
}
.FaqNew .FaqArea dt .Title span,
.FaqNew .FaqArea dd .Title span {
    display: inline-block;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    margin-right: 6px;
    margin-bottom: -2px;
}
.FaqNew .FaqArea dt .TitleQestion span {
    background-color: #2c4ebe;
    font-size: 95%;
}
.FaqNew .FaqArea dt .text {
    color: #333;
    font-weight: bold;
    line-height: 1.75;
    font-size: 95%;
}
.FaqNew .FaqArea dd {
    background-color: #fff;
    padding: 25px 20px;
}
.FaqNew .FaqArea dd .TitleAnswer {
    font-size: 83.34%;
    font-weight: bold;
    color: #ff943d;
    line-height: 1;
}
.FaqNew .FaqArea dd .TitleAnswer span {
    background-color: #ff943d;
    font-size: 90%;
}
.FaqNew .FaqArea dd .answer {
    line-height: 1.75;
    font-size: 89%;
}
.FaqNew .FaqArea dd p {
    margin: 15px 0;
    line-height: 1.75;
    font-size: 88%;
}
.FaqNew .FaqArea dd .ImgFit {
    width: 100%;
}
.FaqNew .FaqArea dd .ImgFit img {
    width: 100%;
    height: auto;
}
.FaqNew .FaqArea dd .ImgCenter {
    text-align: center;
}
.FaqNew .FaqArea dd a {
    display: inline;
    color: #06389b;
    font-weight: bold;
    text-decoration: none;
}
.FaqNew .FaqArea dd .LinkBtn {
    display: block;
    width: 100%;
    background-color: #67b463;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    line-height: 1.2;
    box-shadow: 0 1px 0 rgb(88,157,85);
}

/*==  お問い合わせページ  =============*/
.FaqNew.ContactPage .ContactEntryArea p {
    font-size: 77.8%;
    line-height: 1.5;
}
.FaqNew.ContactPage .ContactEntryArea p + p{
    margin-top: 6px;
}
/* お問い合わせ前のよくある質問エリア */
.FaqNew.ContactPage .SectionBox.PopQuestion3Area .Title_Sec {
    margin: 26px 0 0;
}
.FaqNew .PopQuestion3Area ul {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.FaqNew .PopQuestion3Area ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    font-size: 78%;
}
.FaqNew .PopQuestion3Area ul li a {
    display: block;
    padding: 15px 10px 15px 45px;
    color: #333;
    position: relative;
    line-height: 1.75;
}
.FaqNew .PopQuestion3Area ul li a span {
    display: block;
    background-color: #fcefc6;
    color: #666;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 14px;
    left: 10px;
}
/* お問い合わせフォーム */
.FaqNew .ContactEntryArea .FormWrap {
    background-color: #fff;
    padding: 17px 0;
}
.FaqNew .ContactEntryArea .FormWrap .required {
    background-color: #ff5c5c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 77.8%;
    font-weight: bold;
    padding: 3px 5px;
}
.FaqNew .ContactEntryArea .FormWrap dl {
    margin-bottom: 25px;
}
.FaqNew .ContactEntryArea .FormWrap dt {
    margin-bottom: 10px;
}
.FaqNew .ContactEntryArea .FormWrap dl dd{
    position: relative;
}

.FaqNew .ContactEntryArea .FormWrap dl.ContactCategory {
    margin-bottom: 0;
}

.FaqNew .ContactEntryArea p.AdviseText {
    text-align: right;
}
.FaqNew .ContactEntryArea p.AdviseText a {
    margin-top: 6px;
    text-decoration: underline !important;
}

.FaqNew .ContactEntryArea .FormWrap dd input{
    background-color: #f3f3f3;
    padding: 0px 15px 0 15px;
    font-size: 77.8%;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 1;
}
.FaqNew .ContactEntryArea .FormWrap label,
.FaqNew .ContactEntryArea .FormWrap label + span {
    display: inline-block;
    vertical-align: middle;
}
.FaqNew .ContactEntryArea .FormWrap label {
    font-size: 88.9%;
    font-weight: bold;
    padding-right: 10px;
}
.FaqNew .ContactEntryArea .FormWrap .Mail input[type="email"] {
    width: 100%;
    padding: 11px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfddd6;
    background: #f5f5f5;
    box-shadow: 0 2px 2px rgba(0,0,0,0.35) inset;
    margin-bottom: 8px;
}

.FaqNew .ContactEntryArea .FormWrap select {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 10px 13px 7px 13px;
    font-size: 1rem;
    background-color: #fff;
    background-image: url(../image/baseball/regist02/arrow_select.png);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
}
.FaqNew .ContactEntryArea .FormWrap .ContactDetail textarea {
    width: 100%;
    height: 190px;
    background-color: #f3f3f3;
    padding: 15px;
    font-size: 77.8%;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.5;
}
.FaqNew .ContactEntryArea .FormWrap .AccountInfo dd:first-of-type {
    margin-bottom: 20px;
}
.FaqNew .ContactEntryArea .FormWrap .ContactEntryBtn {
    display: block;
    background-color: #0033aa;
    color: #fff;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 77.8%;
    font-weight: bold;
    text-shadow: none;
}
.formError{
    position: absolute !important;
}
.FaqNew .Mail .formError{
    top: -21px !important;
}
.FaqNew .formErrorContent:after{
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 11px 8px;
    border-color: transparent transparent #e75050 transparent;
}
.FaqNew .Common_Form .Confirm_Box{
    margin: 0 -18px;
}
.FaqNew .Common_Form .Confirm_Box dl{
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.FaqNew .Common_Form .Confirm_Box dl + dl{
    border-top: none;
}
.FaqNew .Common_Form .Confirm_Box dl dt{
    color: #444;
    font-size: 72.3%;
}
.FaqNew .Common_Form .Confirm_Box dl dd{
    color: #444;
    font-size: 83.4%;
    font-weight: bold;
    padding-top: 6px;
}
.FaqNew .Common_Form .Confirm_Box dl:nth-child(2) dd + dd{
    font-weight: normal;
}
.FaqNew .Common_Form ul.Btn_1col li input.jqm-btn,
.FaqNew .Common_Form .jqm-btn-gray{
    margin:10px 0 0;
    width: 100%;
    height: 45px;
    text-shadow: none;
}
.FaqNew .Common_Form .jqm-btn-gray{
    /*padding: 16px 15px 15px;*/
    color: #0033aa;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #0033aa;
    border-radius: 4px;
    background: none;
    background-image: none;
    box-shadow: none;
}
.CompleteMessage .Inner_Box.Support_Form p{
    font-size: 78%;
}
.CompleteMessage .Inner_Box.Support_Form p + p{
    margin-top: 6px !important;
}
.CompleteMessage .Inner_Box.Support_Form h3{
    font-size: 100%;
    margin-top: 30px;
}
.CompleteMessage .Inner_Box.Support_Form h3 + p{
    margin-top: 6px;
}
.CompleteMessage .Inner_Box.Support_Form .Title_Sec{
    margin:21px 0 0;
    margin-left: -6px;
    margin-right: -6px;
}
.CompleteMessage .Inner_Box.Support_Form .Title_Sec h2{
    margin-bottom: 0px;
}
.CompleteMessage ul.List_Box{
    margin: 10px 10px 20px;
}
.CompleteMessage ul.List_Box li{
    text-align: center;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(201, 201, 201);
    border-image: initial;
    width:33.3%;
    width:calc(100% / 3);
    width:-webkikt-calc(100 / 3);
    display: inline-block;
    float: left;
    margin: 0;
}
.CompleteMessage ul.List_Box li + li{
    border-left:none;
}
.CompleteMessage ul.List_Box li:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.CompleteMessage ul.List_Box li:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.CompleteMessage ul.List_Box li a{
    display: block;
    color: rgb(102, 102, 102);
    font-size: 66.7%;
    height: 100%;
    padding: 8px 0px 7px;
}


/*=　FAQ検索結果ページ　　==================================*/

/* キーワード検索 */
.FaqNew .SearchResultArea .SearchBox {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}
.FaqNew .SearchResultArea .SearchBox div {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.FaqNew .SearchResultArea .SearchBox div:last-child {
    width: 40px;
}
.FaqNew .SearchResultArea input[type="text"].SearchForm {
    background-color: #fff;
    padding: 6px 9px;
    font-size: 16px;
    border: none;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    line-height: 1.4;
}
.FaqNew .SearchResultArea .SearchSubmitbtn {
    background: url(../img/icon/icon_search01_new.png) no-repeat;
    background-position: center;
    background-size: 14px;
    width: 40px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    outline: none;
}
.SearchResultArea.SectionBox #result{
    display:block;
    opacity: 1 !important;
}

/* 検索結果リスト */
.FaqNew .SearchResultArea .SearchWord {
    font-size: 83.3%;
    padding: 20px 0;
    margin-bottom: 10px;
}
.FaqNew .SearchResultArea .SearchWord span {
    font-size: 120%;
    font-weight: bold;
}
.FaqNew .SearchResultArea .SearchResultList li {
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}
.FaqNew .SearchResultArea .SearchResultList li a{
    display: block;
}
.FaqNew .SearchResultArea .SearchResultList li dt {
    background-color: #fbf6e5;
    padding: 12px 15px 12px 50px;
    position: relative;
    color: #2c4ebe;
    font-weight: bold;
    line-height: 1.75;
    font-size: 72.22%;
}
.FaqNew .SearchResultArea .SearchResultList li dt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #fbf6e5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 20px;
    bottom: -19px;
    z-index: 1;
}
.FaqNew .SearchResultArea .SearchResultList li dt span {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: -2px;
    background-color: #2c4ebe;
    font-size: 90%;
}
.FaqNew .SearchResultArea .SearchResultList li  dd {
    background-color: #fff;
    color: #333;
    padding: 19px 20px;
    font-size: 78%;
    line-height: 1.75;
}
.FaqNew .SearchResultArea .SearchResultList li  dd span {
    font-weight: bold;
}

/* FAQ入力用表 table.FaqAnswerTable01 */
table.FaqAnswerTable01 {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
table.FaqAnswerTable01 caption {
    font-size: 74%;
    font-weight:bold;
    border: 1px solid #E3E5EB;
    background: #dfe6f9;
    padding: 8px 2px;
    line-height: 1.4;
}
table.FaqAnswerTable01 tr th {
    background: #f0f4ff;
    font-size: 74%;
    font-weight:bold;
    color: #777;
    border-left: 1px solid #E3E5EB;
    border-bottom: 1px solid #E3E5EB;
    padding: 8px 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
}
table.FaqAnswerTable01 tr th.ThColor02 {
    background: #dfe6f9;
}
table.FaqAnswerTable01 tr td {
    vertical-align: middle;
    text-align: left;
    font-size: 74%;
    font-weight:bold;
    color: #555;
    border-left: 1px solid #E3E5EB;
    border-right: 1px solid #E3E5EB;
    border-bottom: 1px solid #E3E5EB;
    padding: 8px 2px;
    line-height: 1.4;
}
table.FaqAnswerTable01 tr td span.RaceServiceNotes{
    font-size: 66%;
}
table.FaqAnswerTable01 tr td span.RaceServiceNotes.Notes2{
    color: #c03;
}


/*お問い合わせ*/
.Support_Form.Inner_Box{
    padding: 0 10px 21px;
    border:none;
}

.Support_Form.Inner_Box p{
    font-size: 78%;
    line-height:1.5;
}
.Support_Form.Inner_Box p + p{
    margin-top: 20px;
}
.Support_Form.Inner_Box p.notice{
    font-size: 66.6%;
    color:#797979;
}

.CarrierLogin_Btn{
    margin:8px 8px 12px;
}
.CarrierLogin_Btn ul:after{
    clear:both;
    content:" ";
    display:block;
}
.CarrierLogin_Btn ul{
    margin-right:-2px;
}
.CarrierLogin_Btn ul li{
    float:left;
    width:33.3%;
    width:calc(100% / 3);
    width:-webkit-calc(100% / 3);
}
.CarrierLogin_Btn ul li div{
    display:table;
    border-spacing:0;
    width:100%;
}
.CarrierLogin_Btn ul li div a{
    display:table-cell;
    width:100%;
    height:46px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    vertical-align:middle;
    text-align:center;
}
.CarrierLogin_Btn ul li:first-child div a{
    border-left: 1px solid #bbb !important;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.CarrierLogin_Btn ul li:last-child div a{
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.CarrierLogin_Btn ul li div a span{
    display:inline-block;
}
/*キャリアロゴ画像表示*/
span[class^="PaymentImage_"]{
    display:inline-block;
    background-image: url("../img/regist/payment_image.png");
    background-repeat:no-repeat;
    background-size:350px 350px;
    -moz-background-size: 350px 350px;
    -webkit-background-size:350px 350px;
    -o-background-size: 350px 350px;
    -ms-background-size:350px 350px;
    text-indent:-9999px;
}
span.PaymentImage_docomo_login{
    height:18px;
    width:72px;
    background-position:-233px -225px;
}
span.PaymentImage_au_login{
    height:18px;
    width:38px;
    background-position:-233px -264px;
}
span.PaymentImage_softbank_login{
    height:18px;
    width:96px;
    background-position:-233px -305px;
}
.jqm-btn{
    display: block;
    width: 200px;
    color: #fff;
    cursor: pointer;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px !important;
    margin: 21px auto 0;
    background: #0033aa;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    height: 34px;
    line-height: 1;
}

/*--- 満足度調査のお願い ---*/
.FaqEnqInfoArea {
    margin: 0 20px 18px;
    color: #777;
    border: 1px solid #e7e7e7;
    padding: 18px;
}
.FaqEnqInfoArea .FaqEnqInfoTitle {
    font-size: 83.34%;
    font-weight: bold;
}
.FaqEnqInfoArea p {
    font-size: 72.3%;
    line-height: 1.5;
    margin: 9px 0;
}
.FaqEnqInfoBtn a {
    color: #666;
    font-size: 83.34%;
    font-weight: bold;
    text-align: center;
    border: 1px solid #888;
    border-radius: 4px;
    line-height: 3.21;
    display: block;
}

/*--- 満足度調査のお願い投稿ページ ---*/
.FaqEnqEntry {

}
.FaqNew.ContactPage .ContactEntryArea p.FaqEnqEntryTxt01 {
    font-size: 88.89%;
    font-weight: bold;
}
.FaqEnqEntry p.FaqEnqEntryTxt01 a {
    font-weight: bold;
}
.FaqEnqEntry .FaqEnqSelect {
    padding: 20px 0;
}
.FaqEnqEntry .FaqEnqSelect .SelectBox {
    min-height: 22px;
}
.FaqEnqEntry .FaqEnqSelect .SelectBox + .SelectBox {
    margin-top: 20px;
}

.FaqEnqEntry .FaqEnqSelect .SelectBox input,
.FaqEnqEntry .FaqEnqSelect02 li input {
    position: absolute;
    top: 0;
    left: 0;
}
.FaqEnqEntry .FaqEnqSelect .SelectBox label,
.FaqEnqEntry .FaqEnqSelect02 li label {
    display: block;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 ;
    cursor: pointer;
    padding: 0 0 0 30px
}
.FaqEnqEntry .FaqEnqSelect .SelectBox label:before,
.FaqEnqEntry .FaqEnqSelect02 li label:before {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    border-radius: 50%;
    background: #4f76c4;
}
.FaqEnqEntry .FaqEnqSelect .SelectBox input:checked + label:before,
.FaqEnqEntry .FaqEnqSelect02 li input:checked + label:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.FaqEnqEntry .FaqEnqSelect .SelectBox label:after,
.FaqEnqEntry .FaqEnqSelect02 li label:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
}
.FaqEnqEntry .ContactEntryBtn {
    display: block;
    background-color: #03a;
    color: #fff;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 77.8%;
    font-weight: bold;
    text-shadow: none;
}

/*--- 満足度調査のお願い投稿ページ(メール) ---*/
.FaqEnqSelect02 {
    padding: 20px 0;
}
.FaqEnqEntry .FaqEnqSelect02 li {
    min-height: 22px;
}
.FaqEnqEntry .FaqEnqSelect02 li + li {
    margin-top: 20px;
}
.FaqEnqEntry .FaqEnqSelect02 li span.AnswerIcon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 1px 4px 0 0;
}
.FaqEnqEntry .FaqEnqSelect02 li.Good span.AnswerIcon:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #666;
    border-radius: 50%;
}
.FaqEnqEntry .FaqEnqSelect02 li.Soso span.AnswerIcon:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid #666;
    position: absolute;
    top: -16px;
    left: 0;
}
.FaqEnqEntry .FaqEnqSelect02 li.Soso span.AnswerIcon:after {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid #fff;
    position: absolute;
    top: -13px;
    left: 0;
    -webkit-transform: scale(0.75,0.75);
    transform: scale(0.75,0.75);
}

/*--- 満足度調査のお願い投稿ページ(完了) ---*/
.FaqEnqLinkBtn {
    margin: 25px 10px;
}
.FaqEnqLinkBtn a {
    display: block;
    width: 100%;
    height: 45px;
    padding: 16px 15px 15px;
    color: #0033aa;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border: 1px solid currentColor;
    border-radius: 7px;
}


/***  2. フォーム 入力エラー表示   ***/
.formError {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.formErrorContent {
    position: relative;
    min-width: 120px;
    margin-top: 6px;
    padding: 6px 10px 5px;
    color: #fff;
    font-size: 0.6875rem;
    line-height: 1.4;
    background-color: #e75050;
    border-radius: 3px;
}
.formErrorArrow {
    position: absolute;
    top: 0;
    left: 12px;
    border: 0 solid transparent;
    border-width: 0 6px 6px;
    border-bottom-color: #e75050;
}


.FaqNew .ContactEntryArea .FormWrap .ContactEntryBtn,
.FaqNew .Common_Form ul.Btn_1col li input.jqm-btn,
.FaqNew .Common_Form .jqm-btn-gray{
    background: #e9e9e9;
    background-image: -moz-linear-gradient( center top,#ffffff 0,#e9e9e9 50%);
    background-image: -o-linear-gradient(top, #ffffff 0,    #e9e9e9 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,  color-stop(0 ,#ffffff),    color-stop(0.5 , #e9e9e9));
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#e9e9e9')";
    border:1px solid #ccc;
    -moz-box-shadow:    0 1px 0 0 #ccc;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -o-box-shadow:      0 1px 0 0 #ccc;
    box-shadow:         0 1px 0 0 #ccc;
    width: 240px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    font-weight: bold;
    color: #124B9D;
    font-size: 16.2px;
    cursor: pointer;
}

.FaqNew .Common_Form .jqm-btn-gray {
    background: none;
}

.Captcha .refresh-captcha {
    background-color: transparent !important;
    background: url('../image/baseball/icon/icon_more.png');
    width: 48px !important;
    height: 40px !important;
    background-position: 0 82px;
    margin-left: 10px;
    margin-top: -42px;
    border: none;
}

.refresh-captcha:active {
    opacity: 0.5;
}

.captcha-image {
    min-width: 100px;
    min-height: 50px;
}
