/* 閲覧：部活詳細/一覧系画面用 */
textarea {
    min-height: 6rem;
}

/*
body.thema1  input[type=button] { background-color: #F78181; }
body.thema2  input[type=button] { background-color: #FF8000; }
body.thema3  input[type=button] { background-color: #F79F81; }
body.thema4  input[type=button] { background-color: #F7D358; }
body.thema5  input[type=button] { background-color: #F3F781; }
body.thema6  input[type=button] { background-color: #ACFA58; }
body.thema7  input[type=button] { background-color: #00FF00; }
body.thema8  input[type=button] { background-color: #58ACFA; }
body.thema9  input[type=button] { background-color: #81BEF7; }
body.thema10 input[type=button] { background-color: #81DAF5; }
body.thema11 input[type=button] { background-color: #D358F7; }
body.thema12 input[type=button] { background-color: #DA81F5; }
body.thema13 input[type=button] { background-color: #F781F3; }
body.thema14 input[type=button] { background-color: #F781D8; }
body.thema15 input[type=button] { background-color: #7401DF; }
body.thema16 input[type=button] { background-color: #6E6E6E; }
body.thema17 input[type=button] { background-color: #F8BEBE; }
body.thema18 input[type=button] { background-color: #6FC2FF; }
body.thema19 input[type=button] { background-color: #24A78E; }
*/
input[type=button] {
    padding: 0.5rem 3rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem !important;
    color:var(--color-text);
    background-color: var(--color-light);
    text-align: center;
    cursor: pointer;
    transition: background-color 250ms;
    border: none;
}
input[type=button].color-default {
    background-color: #e26000 !important;
}
input[type=button].color-default:hover {
    opacity: 0.65;
}

body.thema1  input[type=button]:hover { background-color: #FF0000; }
body.thema2  input[type=button]:hover { background-color: #B40404; }
body.thema3  input[type=button]:hover { background-color: #FF8000; }
body.thema4  input[type=button]:hover { background-color: #FFBF00; }
body.thema5  input[type=button]:hover { background-color: #FFFF00; }
body.thema6  input[type=button]:hover { background-color: #00FF00; }
body.thema7  input[type=button]:hover { background-color: #088A08; }
body.thema8  input[type=button]:hover { background-color: #0000FF; }
body.thema9  input[type=button]:hover { background-color: #00BFFF; }
body.thema10 input[type=button]:hover { background-color: #00FFFF; }
body.thema11 input[type=button]:hover { background-color: #8A0886; }
body.thema12 input[type=button]:hover { background-color: #BF00FF; }
body.thema13 input[type=button]:hover { background-color: #FF00BF; }
body.thema14 input[type=button]:hover { background-color: #ff1493; }
body.thema15 input[type=button]:hover { background-color: #000080; }
body.thema16 input[type=button]:hover { background-color: #2E2E2E; }
body.thema17 input[type=button]:hover { background-color: #FC9090; }
body.thema18 input[type=button]:hover { background-color: #0093FF; }
body.thema19 input[type=button]:hover { background-color: #0B7964; }

input[type=button]:disabled {
    background-color: #979797 !important;
    cursor: default;
}

body.thema1  .detail_title::before { background-image: url(../img/page/title_details_filter_t1.png); }
body.thema2  .detail_title::before { background-image: url(../img/page/title_details_filter_t2.png); }
body.thema3  .detail_title::before { background-image: url(../img/page/title_details_filter_t3.png); }
body.thema4  .detail_title::before { background-image: url(../img/page/title_details_filter_t4.png); }
body.thema5  .detail_title::before { background-image: url(../img/page/title_details_filter_t5.png); }
body.thema6  .detail_title::before { background-image: url(../img/page/title_details_filter_t6.png); }
body.thema7  .detail_title::before { background-image: url(../img/page/title_details_filter_t7.png); }
body.thema8  .detail_title::before { background-image: url(../img/page/title_details_filter_t8.png); }
body.thema9  .detail_title::before { background-image: url(../img/page/title_details_filter_t9.png); }
body.thema10 .detail_title::before { background-image: url(../img/page/title_details_filter_t10.png); }
body.thema11 .detail_title::before { background-image: url(../img/page/title_details_filter_t11.png); }
body.thema12 .detail_title::before { background-image: url(../img/page/title_details_filter_t12.png); }
body.thema13 .detail_title::before { background-image: url(../img/page/title_details_filter_t13.png); }
body.thema14 .detail_title::before { background-image: url(../img/page/title_details_filter_t14.png); }
body.thema15 .detail_title::before { background-image: url(../img/page/title_details_filter_t15.png); }
body.thema16 .detail_title::before { background-image: url(../img/page/title_details_filter_t16.png); }
body.thema17 .detail_title::before { background-image: url(../img/page/title_details_filter_t17.png); }
body.thema18 .detail_title::before { background-image: url(../img/page/title_details_filter_t18.png); }
body.thema19 .detail_title::before { background-image: url(../img/page/title_details_filter_t19.png); }

.detail_title::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 7rem;
    background-image: url(../img/page/title_details_filter.png);
    background-size: contain;
    position: absolute;
}

.detail_title .title_image {
    width: 100vw;
    height: 7rem;
    object-fit: cover;
}

body.thema4  .detail_title h2,
body.thema5  .detail_title h2,
body.thema6  .detail_title h2,
body.thema10 .detail_title h2 {
    color: #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    background-image: url(../img/page/title_under_black.png); 
}

.detail_title h2 {
    position: absolute;
    padding-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.9rem;
    color: #ffffff;
    margin-left: 5rem;
    border-bottom: 1px solid #ffffff;
    background-image: url(../img/page/title_under_white.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: calc(100% - 5rem);
}

body.thema4  .detail_title h2 > .suffix { color: #2E2E2E; }
body.thema5  .detail_title h2 > .suffix { color: #2E2E2E; }
body.thema6  .detail_title h2 > .suffix { color: #2E2E2E; }
body.thema10 .detail_title h2 > .suffix { color: #2E2E2E; }

.detail_title h2 > .suffix {
    float: right;
    right: 0px;
    font-size: 2.8rem;
    color: #ffffff;
    font-family: Helvetica, Arial;
    margin-bottom: -2rem;
    margin-top: -0.6rem;
}

body.thema4  .detail_title h2 > .suffix::after { background-color: #2E2E2E; }
body.thema5  .detail_title h2 > .suffix::after { background-color: #2E2E2E; }
body.thema6  .detail_title h2 > .suffix::after { background-color: #2E2E2E; }
body.thema10 .detail_title h2 > .suffix::after { background-color: #2E2E2E; }

.detail_title h2 > .suffix::after {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    height: 1.5rem;
    width: 4.7rem;
    margin-left: 0.3rem;
    margin-bottom: -0.2rem;
}

.detail_title_text {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 3rem 2rem 0.5rem 2rem;
}

/* 詳細デザインB サブタイトル */
body.detailsB .main-inner h2 {
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto 3rem auto;
    border-bottom: none;
    background-position: bottom;
    background-size: 7rem 5px;
    padding-top: 4rem;
    padding-bottom: 26px;
}
body.detailsB .main-inner h2 > .suffix {
    margin-top: -4.5rem;
    font-size: 2.5rem;
    float: none;
}
body.detailsB .main-inner h2 > .suffix::after{
    content: none;
}

.gallery_box > img.inFolder {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    margin-top: 70px !important;
    margin-left: 7px !important;
    margin-bottom: 38px !important;
    border-radius: 0 0 0 0 !important;
}

.inline-icon-gallery-inFolder {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* 詳細デザインB 枠ラウンド */
body.detailsB .news_thumbnail,
body.detailsB .news_image{
    border-radius: 10px;
}

body.detailsB .news_image{
    display: block;
    width: unset;
    max-width: 100%;
    margin: 0 auto;
}

.breadcrumb {
    margin-left: 5rem;
}
.breadcrumb > div {
    float: left;
}
.breadcrumb > div {
    margin-right: 0.5rem;
}

.content_area {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.content_narrow {
    margin-left: 5rem;
    margin-right: 5rem;
}

.content_fix {
    width: 700px;
    margin-left: auto !important;
    margin-right: auto;
}

/* 詳細デザインB */
body.detailsB .tag {
    border-radius: 10px;
}

body.detailsB .member_box{
    background-color: #F7F7F7;
    margin: 1rem 2rem 1rem 0;
    padding: 2vw;
}
body.detailsB .member_box img{
    width: calc((100vw - 15rem) / 4 - 4vw);
    height: calc((100vw - 15rem) / 4 - 4vw);
    border-radius: 10px;
}

/* 詳細デザインB 以上 */

/* ニュース */
.tag {
    min-width: 5rem;
    width: fit-content;
    padding: 0.1rem 0.5rem;
    text-align: center;
    color:white;    
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 50%);
}

.news_area {
    padding: 0 3rem 1rem 3rem;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.news_area .tag {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.news_area::after {
    content: "";
    display: block;
    clear: both;
}

.news_tag_area {
    width: 100%;
}

.news_tag_area .tag {
    float: left;
    cursor: pointer;
    margin: 0px 1rem 1rem 0;
}

.news_tag_area::after {
    content: "";
    display: block;
    clear: both;
}

.news_box {
    position: relative;
    width: 350px;
    height: 283px;
    margin: 1rem 2rem 1rem 0;
    /*float: left;*/
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.news_thumbnail {
    width: 350px; /* 700 x 430比率 */
    height: 215px;
    object-fit: cover;
}

/* 限定ニュース */
.member_calendar {
    margin: 0 auto 2rem auto;
    width: fit-content;
}
.member_calendar iframe{
    max-width: 100%;
}

/* スタッフ・メンバー */
.content_area {
    margin-left: 5rem;
}
.member_full_area{
    display: flex;
    flex-wrap: wrap;
}
.member_box {
    vertical-align: top;
    display: inline-block;
}
/* 体験入部申込み */
.trial_input .scheduleBox {
    width: 900px;
    max-width: calc(100% - 6rem);
    margin: 0 auto 2rem auto;
    padding: 0.5rem;
    border: 1px solid #e5e5e5;
}
.trial_input .scheduleBox pre{
    display: inline-block;
    vertical-align: top;
    padding-top: 0 !important;
}

/* 単票入力項目 */
.input_box {
    display: flex;
    margin-bottom: 1.6rem;
}

.input_label {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 13rem;
    padding-bottom: 0.2rem;
}
.input_label .hint {
    font-size: 0.8rem;
}
.input_field {
    max-width: calc(100% - 18rem);
}

.err_message {
    display: block;
    position: absolute;
    font-size: 0.8rem;
    color: #ff3333;
}

/* ページング */
.paging_area {
    position: relative;
    margin: 0 auto;
    display: flex;
    width: fit-content;
}

.paging_area::after {
    content: "";
    display: block;
    clear: both;
}

.paging_area > div {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    padding-top: 0.1rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.paging_area > div:hover {
    border: 1px solid #AAAAAA;
}

.paging_area > div.current {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.paging_area > .page_prev {
    background-image: url(../img/page/icon_page_prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.paging_area > .page_next {
    background-image: url(../img/page/icon_page_next.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.paging_area> .page_results {
    line-height: 32px;
    margin-left: 1rem;
    display: none;
}

.prev_link {
    background-image: url(../img/page/icon_page_prev.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.5rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    border: 1px solid #ffffff;
    word-break: break-all;
}

.next_link {
    background-image: url(../img/page/icon_page_next.svg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
    cursor: pointer;
    border: 1px solid #ffffff;
    word-break: break-all;
}
.prev_link:hover, .next_link:hover {
    border: 1px solid #AAAAAA;
}

.img_div_55 {
    display: inline-block;
    border: 1px dotted #a3a9a7;
    width: 55px;
    height: 55px;
    vertical-align: middle;
}
.img_div_55 > img {
    width: 100%;
    height: 100%;
}

.wIcon-upload{
    background-image: url(../img/icon/bukatsunavi_icon-17W.svg);
    margin-right: 5px;
}
button.icon-btn {
    padding: 0 !important;
}
.icon-btn > .wIcon-upload {
    margin-right: 0;
}
.icon-cancel{
    background-image: url(../img/icon/bukatsunavi_icon-11.svg);
    cursor: pointer;
}

/* FAQダイアログ */
#faqLinkParent .selected {
    background-color: #DDEBF7;
    font-weight: bold;
}

.faqLink {
    cursor: pointer;
}

.faqHighlight {
    font-weight: bold;
    background-color: #fff000;
}

.faq_title {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 10px;
}

.faq_part {
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 20px;
    margin: 30px 0;
}

.faq_content {
    text-align: left;
    white-space: pre-line;
    padding: 10px;
}

.faq_title_toggle {
    float: right;
    margin-right: 5px;
}

/* ニュースピン留め */
.newsListPin {
    width: 30px !important;
    float: right;
    height: 30px !important;
    margin-top: -30px;
    z-index: 1;
    position: inherit;
    margin-right: 10px;
    top: 67px;
}

.deductibleMark {
    float: left;
    margin-top: -50px;
    border: 1px #5abeea solid;
    border-radius: 20px;
    width: 100px;
    color: #5abeea;
}

#headerMessage {
    background-image: url(../img/icon/bukatsunavi_icon-32.png);
    cursor: pointer;
}
