/* 部活ナビ共通スタイル */
h1 {
   font-size: 2rem !important;
}

h2 {
    clear: both;
    padding-top: 30px;
}

pre {
    white-space: pre-wrap;
    padding-top: 0.3rem !important;
}

a:hover, a:focus {
    color: #00aaf8 !important;
}

.none_imp {
    display: none !important;
}
.none {
    display: none;
}

.clickable {
    cursor: pointer;
}

.link {
    cursor: pointer;
    color: #0000ff;
}
.link:hover {
    text-decoration: underline;
}
div.link {
    width: fit-content;
}

.inline-block {
    display: inline-block;
}
.t-right {
    text-align: right;
}

.right {
    margin-left: auto;
    margin-right: 0;
}

.center {
    text-align: center;
}

.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;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}
.row > div {
    float: left;
}

.row:before {
  display: inline-table;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.flexbox,.pc-flexbox {
    display: flex;
    justify-content: space-between;
}

.gr1,
.gr2,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12,
.gld-sub,
.gld-main,
.gr1-5 {
  float: left;
  box-sizing: border-box;
}

.gr1 {  width: 8.33%;}
.gr2 {  width: 16.66%;}
.gr3 {  width: 25%;}
.gr4 {  width: 33.33%;}
.gr5 {  width: 41.66%;}
.gr6 {  width: 50%;}
.gr7 {  width: 58.33%;}
.gr8 {  width: 66.66%;}
.gr9 {  width: 75%;}
.gr10 {  width: 83.33%;}
.gr11 {  width: 91.33%;}
.gr12 {  width: 100%;}
.gr1-5 {  width: 20%;}

.textTitle {
    font-size: 1.3rem;
}

.textXL {
    font-size: 1.5rem;
}
.textXLB {
    font-size: 1.5rem;
    font-weight: 600;
}
.textL {
    font-size: 1.2rem;
}
.textLB {
    font-size: 1.2rem;
    font-weight: 600;
}
.textM {
    font-size: 1.1rem;
}
.textMB {
    font-size: 1.1rem;
    font-weight: 600;
}

/* 入力枠(数値は半角文字相当) */
.input10 {
    width: 10rem;
}
.input16 {
    width: 16rem;
}
.input80 {
    width: 43rem;
}
.input100 {
    width: 60rem;
}
.input160 {
    width: 83rem;
}

.sp {
    display: none;
}

/* アイコン */
.inline-icon-big100 {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-very-big{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-big{
    width: 33px;
    height: 33px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}
.icon-middle{
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.inline-icon-middle{
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.icon-small{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.inline-icon-small{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-very-small {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.icon-search{
    background-image: url(../img/page/icon_search.svg);
}
.icon-arrowdown{
    background-image: url(../img/icon/bukatsunavi_icon-28red.svg);
}

/* ヘッダ */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: #ffffff90;
    backdrop-filter: blur(6px);
    z-index: 1;
}
.header a{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.header a:hover{
    color: #000000 !important;
}
.header .left {
    width: 240px;
    display: inline-block;
    padding-top: 6px;
}
.header .right {
    width: calc(100% - 250px);
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.header .menu {
    position: relative;
    height: 60px;
    line-height: 60px;
    width: fit-content;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 500;
}
.header .menu.active {
    color: #107BF8;
    border-bottom: 4px solid #107BF8;
}

.header .icon {
    width: 60px;
    vertical-align: middle;
    background-color: #107BF8;
    text-align: center;
}

.header_space{
    height: 60px;
}
.navi_logo {
    width: 350px;
}

.navi_login {
    height: 40px;
}

.headerUser {
    background-image: url(../img/icon/bukatsunavi_icon-31.png);
    border-radius: 20px;
    cursor: pointer;
}

#footer_button {
    display: block;
}
#footer_button_sp {
    display: none;
}

.footer_ad_space {
    height: 90px;
}

.content,.pc-content {
    margin-left: 5%;
    margin-right: 5%;
}

/* ヘッダ内ポップアップメニュー */
.header .pop_menu {
    position: absolute;
    right: 1rem;
    margin-top: -10px;
    width: fit-content;
    line-height: 1rem;
    padding: 1rem;
    text-align: left;
    border: 1px solid #999999;
    background-color: #ffffff;
    z-index: 1;
}
.header .login_user {
    width: max-content;
    max-width: 200px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.header .pop_item {
    margin: 20px 10px 5px 10px;
    font-size: 1rem;
    font-weight: 500;
    width: max-content;
    color: #107BF8;
    cursor: pointer;
}
.header .pop_item:hover {
    color: #80BAFD;
}

/* トップ画面 */
.toplabel {
    height: 700px;
    background-image: url(../img/navi/topimage.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 300px;
    text-align: center;
}
.toptext_area {
    width: fit-content;
    margin: 0 auto;
}
.toptext {
    width: fit-content;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    background-color: #000000;
    margin-top: 1rem;
    padding: 0.6rem 4rem 0.6rem 1rem;
    text-align: left;
    font-weight: 500;
}

.toptabs {
    width: 800px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
}
.toptab {
    display: inline-block;
    width: calc(100% / 3 - 4px);
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #80BAFD;
    font-weight: 500;
    background-color: #EDF6FF !important;
    cursor: pointer;
}
.toptab:not(.active){
    box-shadow: inset 0px -10px 8px -8px #ddd;
}
.toptab.active{
    color: #107BF8;
    background-color: #ffffff !important;
    box-shadow: 0 -7px 7px 0 #ddd;
}

.dialogtabs {
    width: 800px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
}
.dialogtab {
    display: inline-block;
    width: calc(100% / 3);
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #80BAFD;
    font-weight: 500;
    background-color: #EDF6FF !important;
    cursor: pointer;
}
.dialogtab:not(.active){
    box-shadow: inset 0px -10px 8px -8px #ddd;
}
.dialogtab.active{
    color: #107BF8;
    background-color: #ffffff !important;
    box-shadow: 0 -7px 7px 0 #ddd;
}

.topsearch {
    width: 800px;
    height: 310px;
    padding: 2rem 1rem 1rem 1rem;
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 3px #ddd;
    margin: 0 auto;
}
.topsearch .tab_content {
    margin: 0 auto;
}

.topsearch .label {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.topsearch .count {
    color: #107BF8;
}

.topsearch hr {
    background-color: #F0F0F0;
    height: 2px;
    margin: 2rem 0;
    border: none;
}
.topsearch .details {
    margin: 2rem 0 1rem 0;
    text-align: center;
    color: #107BF8;
}
#tabContentClub {
    max-width: 560px;
}

#tabContentClub .popup {
    width: 246px;
    max-width: calc(50% - 36px);
    background-image: url(../img/navi/icon_popup.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 26px;
}
#tabContentTrial .popup {
    width: 230px;
    max-width: calc(33.3% - 26px);
    background-image: url(../img/navi/icon_popup.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 26px;
}
#tabContentEvent .popup {
    width: 230px;
    max-width: calc(33.3% - 26px);
    background-image: url(../img/navi/icon_popup.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 26px;
}

#topkeyword {
    width: 500px;
    max-width: calc(100% - 65px);
    margin: 0;
}
#search_button {
    height: 46px;
    width: 145px;
    color: #ffffff;
    border: 0;
    font-weight: bold;
}

.sns_box {
    max-width: 18rem;
    margin: 3rem auto auto auto;
    display: flex;
    justify-content: space-evenly;
}

.sns_twitter {
    background-image: url(../img/page/icon_sns_x_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_facebook {
    background-image: url(../img/page/icon_sns_facebook.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_line {
    background-image: url(../img/page/icon_sns_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_text {
    width: fit-content !important;
    vertical-align: top;
    padding-top: 7px;
}

.sns_line_friends {
    display: inline-block;
}

.sns_line_friends img {
    height: 36px;
    vertical-align: bottom;
    margin-top: 1rem;
}

.sns_instagram {
    background-image: url(../img/page/icon_sns_instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_youtube {
    background-image: url(../img/page/icon_sns_youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon_search {
    background-image: url(../img/navi/icon_search.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

/* 新着（ニュース） */
.news-box {
    width: calc(100vw - 29rem);
    max-width: 600px;
    height: auto;
    margin: 1rem 2rem 3rem 0rem;
}

.slide_box .news-box {
    margin-bottom: 0;
    word-break: break-all;
}

.news-box > img {
    width: calc(((100vw - 29rem) / 3 - (0vw)));
    max-width: 410px;
    height: calc(((100vw - 29rem) / 3 - (0vw)) * .6);
    max-height: 246px;
    margin-bottom: 1rem;
    object-fit: cover;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.news-box > .news_title {
    max-width: 100%;
    max-height: 6rem;
    white-space: pre-wrap;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    /* 三点リーダ */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-box > .news_school_name {
    max-width: 100%;
    overflow-x: hidden;
    white-space: pre-wrap;
    text-align: center;
}

.news-box > .news_club_name {
    max-width: 100%;
    overflow-x: hidden;
    white-space: pre-wrap;
    text-align: center;
}

/* 新着（コラム） */
.column-box {
    width: calc(100vw - 29rem);
    max-width: 600px;
    height: auto;
    margin: 1rem 2rem 3rem 0rem;
}

.slide_box .column-box {
    margin-bottom: 0;
    word-break: break-all;
}

.column-box > img {
    width: calc(((100vw - 29rem) / 3 - (0vw)));
    max-width: 410px;
    height: calc(((100vw - 29rem) / 3 - (0vw)) * .6);
    max-height: 246px;
    margin-bottom: 1rem;
    object-fit: cover;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.column-box > .column_title {
    max-width: 100%;
    max-height: 6rem;
    white-space: pre-wrap;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    /* 三点リーダ */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.column-box > .column_school_name {
    max-width: 100%;
    overflow-x: hidden;
    white-space: pre-wrap;
    text-align: center;
}

.column-box > .column_club_name {
    max-width: 100%;
    overflow-x: hidden;
    white-space: pre-wrap;
    text-align: center;
}

/*コラム一覧*/
.column_top {
    height: 263px;
    background-image: url(../img/navi/topimage.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 60px;
    text-align: center;
}
.column_breadcrumb {
    text-align: left;
    padding-left: 20px;
    background-color: white;
}
.column_title {
}
.column_title_img {
    opacity: 0.9;
    width: 100%;
    height: 177px;
}
.column_title_text1 {
    width: fit-content;
    font-size: 3rem;
    line-height: 2rem;
    color: #ffffff;
    margin-top: 1rem;
    font-weight: 500;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.column_title_text2 {
    width: fit-content;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    margin-top: 1rem;
    font-weight: 500;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.column_keyword {
    margin: 20px 10px 20px 10px;
    padding: 5px 10px 20px 10px;
}
.column_keyword_title {
    font-size: 1.2rem;
    text-align: center;
}
.column_keyword_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.column_keyword_content_tag {
    cursor: pointer;
}
.column_list {
    width: 1250px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-left: 20%;
    margin-bottom: 20px;
}
.column_list_image_box {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.column_list_top_image {
    max-width: 300px;
    max-height: 500px;
    margin: 0 auto;
}
.column_list_content_box {
    width: calc(75vw - 300px);
    float: right;
    margin-left: 30px;
    margin-top: 5px;
    text-align: left;
}
.column_result_box {
    display: flex;
    cursor: pointer;
}
.column_list_title {
    font-size: 1.2rem;
    font-weight: bold;
}
.column_list_date {
    display: flex;
}
.column_list_date_icon {
    width: 25px;
    height: 25px;
}
.column_list_date_text {
    font-size: 0.8rem;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.column_list_tag {
    font-size: 1.0rem;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
}
.column_list_lead {
    font-size: 1.0rem;
    margin-top: 10px;
}

.column_detail_second_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.column_detail_lead {
    width: 100%;
    padding: 10px;
    margin: 20px;
    text-align: left;
}

.column_detail_keyword {
    width: 300px;
    padding: 5px;
    margin: 20px;
}

.column_detail_keyword_title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.column_detail_keyword_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.column_detail_tag {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
}

.column_detail_tag_item {
    cursor: pointer;
}

.column_detail_content {
    padding: 10px;
    margin: 0px 20px 20px 20px;
    text-align: left;
}


/* ヘッダー */ 
.top_title {
    width: 100%;
    /*float: left;*/
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 5rem 1rem 5rem;
}

.top_title > h1 {
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 5px;
}

.school_logo {
    max-width: 60px;
    max-height: 60px;
}

/* コンテントレイアウト */
.navi_top {
    max-width: 1680px;
    margin: 0 auto;
}
.left_content {
    display: inline-block;
    width: 250px;
    background-color: #0E76F8;
    min-height: 2800px;
    vertical-align: top;
    text-align: center;
}
.right_content {
    display: inline-block;
    width: calc(100% - 260px);
    margin-left: 10px;
    vertical-align: top;
}

.left_content .sns_area {
    margin: 2rem 0 0 0;
}
.left_content .sns {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
}

.top_box {
    position: relative;
    margin: 0;
    padding: 3rem 0 4rem 0;
    z-index: 0;
}

.top_box:nth-child(odd) {
    background-color: #FFFFFF;
}

.top_box:nth-child(even) {
    background-color: #F2F3F7;
}

.box_title {
    color: #107BF8;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem 0;
}
.box_title .sub {
    font-size: 1.6rem;
    color: #000000;
    padding-top: 10px;
    font-weight: 500;
    text-align: center;
}

.box_middletitle {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 2rem;
    padding: 0 4rem;
    display:flex;
    align-items: center;
    justify-content: center;
}
.box_middletitle::before,
.box_middletitle::after{
    content: "";
    flex-grow: 1;
    border-top: 1px solid #D5D5D5;
}
.box_middletitle:before {
    margin-right: 2rem; 
}
.box_middletitle:after {
    margin-left: 2rem; 
}

.back_image1 {
    position: absolute;
    left: 3rem;
    bottom: 4rem;
    width: 100px;
    height: 196px;
    background-image: url(../img/navi/addition1.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image2 {
    position: absolute;
    right: 3rem;
    top: 5rem;
    width: 98px;
    height: 168px;
    background-image: url(../img/navi/addition2.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image3 {
    position: absolute;
    right: 4rem;
    top: -4rem;
    width: 187px;
    height: 167px;
    background-image: url(../img/navi/addition3.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image4 {
    position: absolute;
    left: 4rem;
    top: -6rem;
    width: 245px;
    height: 161px;
    background-image: url(../img/navi/addition4.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image5 {
    position: absolute;
    right: 4rem;
    top: -7rem;
    width: 163px;
    height: 196px;
    background-image: url(../img/navi/addition5.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image6 {
    position: absolute;
    left: 4rem;
    top: -7rem;
    width: 166px;
    height: 215px;
    background-image: url(../img/navi/addition6.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.back_image7 {
    position: absolute;
    right: 2rem;
    top: -8rem;
    width: 230px;
    height: 194px;
    background-image: url(../img/navi/addition7.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

/* 最新情報 */
.notice {
    margin-top: 1rem;
}
.notice .date {
    margin-left: 4rem;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}
.notice .text {
    display: inline-block;
    width: calc(100% - 140px - 4rem);
    vertical-align: top;
    padding-top: 0;
}

/* フッター */
#footer{
    color: #ffffff;
    background-color: #464646;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 1px;
}
.footer_banner {
    height: 100px;
    margin-top: 1rem;
    background-image: url(../img/logo/bukatsu_navi_white.png);
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}

#footer_row {
    text-align: center;
    padding: 5px 0 5px 0;
}

#footer .item {
    text-align: center;
    width: fit-content;
    padding: 0 10px;
    display: inline-block;
}

#footer .sns_area {
    padding-right: 60px;
    margin: 1rem 0;
}
#footer .sns {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 15px;
}
.copyright{
    height: 50px;
    line-height: 50px;
    background-color: #242424;
    vertical-align: middle;
}

/* ボタン */
.button_link_middle {
    margin-top: -8px;
    right: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #ffffff;
    width: 15rem;
    min-width: 15rem;
    height: 2.5rem;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
}

.button_link_samll {
    margin-left: auto;
    margin-right: 5rem;
    width: 6rem;
    min-width: 6rem;
    height: 1.5rem;
    padding-top: 0.2rem;
    border-radius: 2rem;    
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 0.8rem;
}
.button_link_samll.news {
    position: absolute;
    right: 0;
    margin-top: -28px;
}

.button_link_samll::before {
    position: absolute;
    content: "";
    background-image: url(../img/page/icon_arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
    margin: 0.2rem 0 0 -1.5rem;
    transition: margin 250ms;
}
.button_link_samll:hover::before {
    margin: 0.2rem 0 0 -1.1rem;
}

.button_search {
    width: 56px;
    height: 46px;
    min-width: unset;
    min-height: unset;
    vertical-align: top;
    background-image: url(../img/navi/icon_search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #107BF8;
    border: unset;
}

.button_more {
    height: 2.5rem;
    width: 200px;
    color: #107BF8;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 20px !important;
    border: 1px solid #107BF8;
}

.button_close {
    width: 6.5rem;
    height: 1.5rem;
    margin: 3rem 1rem 0 auto;
    background-image: url(../img/page/icon_close.svg);
    background-size: 4.5rem;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.button_close::after {
    position: absolute;
    content: "";
    width: 6.5rem;
    height: 1.5rem;
    background-image: url(../img/page/icon_close_escape.svg); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    animation:0.2s linear 1 rotation0;
    transform-origin:calc(100% - 10px) center;
}
.button_close:hover::after {
    transform: rotate(90deg);
    animation:0.2s linear 1 rotation90;
    transform-origin:calc(100% - 10px) center;
}
.button_close:active {
    transform: rotate(0deg);
}

.icon_close {
    cursor: pointer;
    margin-top: -8px;
    margin-left: calc(100% - 25px);
    position: absolute;
}
.icon_close::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/page/icon_close_escape.svg); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    animation:0.2s linear 1 rotation0;
    transform-origin:calc(100% - 10px) center;
}
.icon_close:hover::after {
    transform: rotate(90deg);
    animation:0.2s linear 1 rotation90;
    transform-origin:calc(100% - 10px) center;
}
.icon_close:active {
    transform: rotate(0deg);
}
@keyframes rotation0{
    0%{ transform:rotate(90deg);}
    100%{ transform:rotate(0deg); }
}
@keyframes rotation90{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(90deg); }
}

.dialog .button_close {
    margin: 2rem 5rem 0 auto;
}
.dialog .button_close::after {
    width: 3.5rem;
}

.active {
    background-color: #ba0000 !important;
}
.slide_left {
    margin: auto 0 auto 1rem;
    width: 3rem;
    height: 50px;
    background-image: url(../img/page/icon_slide_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: margin 500ms;
}
.slide_left:hover {
    margin: auto 0.9rem auto 0.1rem;
}

.slide_right {
    margin: auto 1rem auto 0;
    width: 3rem;
    height: 50px;
    background-image: url(../img/page/icon_slide_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: margin 500ms;
}
.slide_right:hover {
    margin: auto 0.1rem auto 0.9rem;
}

.dialog .slide_left {
    background-image: url(../img/page/icon_slide_left2.svg);
    width: 4rem;
    height: 60px;
    position: fixed;
    left: 1rem;
    top: calc(50vh - 30px);

}
.dialog .slide_right {
    background-image: url(../img/page/icon_slide_right2.svg);
    width: 4rem;
    height: 60px;
    position: fixed;
    right: 1rem;
    top: calc(50vh - 30px);
}

.text_counter{
    position: relative;
    display: inline-block;
}

.text_num{
    position: absolute;
    right: 2px;
    top: -20px;
    font-size: 0.8rem;
}

/*
 * 閉じるボタン
 */
.button_dialog_close {
    font-size: 1.3rem;
    color: #ffffff;
    background-color: unset;
    cursor: pointer;
    border: unset;
}

.outer_buttons {
    position: relative;
    top: 20px;
}
.buttons_inner {
    position: absolute;
    width: 100%;
}

/* タグ */
.tag_area {
    display: inline-flex;
    padding: 0 0 0.5rem 0;
    vertical-align: top;
}
.tags:first-child {
    margin-left: 0;
}

.tags { background-color: #669CDB; }
.tags {
    color: #ffffff;
    width: fit-content;
    padding: 0 0.8rem;
    font-weight: 600;
    margin-left: 1rem;
}
.tag_icon {
    border-radius: 3px;
}
.tag_foundation {
    border-radius: 1rem;
}
.tag_education{
    border-radius: 0.5rem;
}

/* 検索 */
.cond_title {
    font-size: 1.2rem;
}
.search_count {
    font-size: 1.2rem;
    color: #246EA7;
}

/* ダイアログ共通 */
.dialog {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000CC;
    text-align: center;
    z-index: 100;
}

.dialog .dialog_content {
    background-color: #ffffff;
    margin: 1rem;
    padding: 1rem 0.5rem;
}

/* ページング */
.paging_area {
    position: relative;
    margin: 20px 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;
}

/* 入力フォーム共通 */
.input_form {
    margin: 2rem auto 2rem auto;
    max-width: 786px;
}
.input_form .required::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}
.required_label::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}

.input_form .row {
    min-height: 4rem;
    margin: 1rem 0 1rem 0;
    border-bottom: 1px solid #E8E8E8;
}
.input_form .title {
    display: inline-block;
    min-width: 200px;
    margin-left: 1rem;
    line-height: 2.7rem;
}
.input_form .field {
    width: 560px;
    min-width: 400px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 0.3rem;
}
.input_form .field input {
    width: 550px;
}
.input_form .field input.p50 {
    width: calc(50% - 7px);
}

.input_form select {
    border-radius: 3px;
    padding: 8px 13px;
    max-height: 2.4rem;
    max-width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}

.agreement_area{
    padding: 0 1rem;
}
.agreement_area .title {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 32px;
    font-weight: 700;
}
.agreement_area .text {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.privacy_agree {
    margin-top: 1rem;
}

.input_form .button_area {
    width: 100%;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    margin: 2rem 0 4rem 0;
    padding-top: 2rem;
}

.input_form .save {
    border-radius: 30px;
    background-color: #F79F11;
}

.input_form .clear_button {
    border-radius: 30px;
    color: #F79F11;
    background-color: #FFFFFF;
    border: 1px solid #F79F11;
}

/** ログイン */
.navi_top_content{
    height: 958px;
}

/** ユーザー登録 */
.form-select-wrap{
    display: flex;
    max-width: 300px;
    align-items: center;
}
.form-select-wrap > select{
    padding: 8px 16px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 14px;
}

h2.register_title {
    text-align: center;
    color: #C4202B;
    padding: 50px 0 30px 0 !important;
    background-color: #F2F3F7;
    line-height: 1.5rem !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}
h2.register_title .sub {
    font-size: 0.8rem;
    color: #454545;
    padding: 5px 0 0 0;
    font-weight: 500 !important;
}

.button_bordered {
    min-width: 15rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FB2A3A;
    background-color: #FFFFFF;
    border: 1px solid #FB2A3A;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.button_bordered.small {
    height: 2rem;
    line-height: 2rem;
    width: unset !important;
    min-width: unset;
    padding: 0 1rem;
}

.msg_span{
    font-size: 75%;
    bottom: -25px;
    left: 2px;
    position: absolute;
    width: max-content;
    width: -moz-max-content;
    white-space: nowrap;
}

.msg_span.textarea{
    bottom: -140px;
}
.msg_span_font_size{
    font-size: 75%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    width: 510px;
}
.msg_span.ta{
    bottom: -22px;
}
.err_color{
    color: #ff3333;
}

/* 部活選択ダイアログ */
.club-box {
    width: 200px;
    margin: 5px 0;
    padding-left: 5px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 40px;
    border: 1px solid #A3CEFF;
    border-radius: 4px;
  }
  .club-box > span {
    font-size: 0.8rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1rem;
    display: inline-block;
  }

  .club-box.selected {
    background-color: #A3CEFF;
  }
  
  /* エリア選択ダイアログ */
  #mapArea {
    height: 565px;
    background-image: url(../img/japan_map2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 490px;
    text-align: center;
  }
  
  #mapArea > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  
  .area_box {
    position: absolute;
    border: 1px solid #1DA9E6;
    border-radius: 8px;
    box-shadow: 0 0 10px 3px #ddd;
    background-color: #ffffff;
  }
  .area_box.tohoku {
    color: #1DA9E6;
    border-color: #1DA9E6;
    top: 0px;
    right: 0;
    width: 180px;
  }
  .area_box.kantou {
    color: #71D5CB;
    border-color: #71D5CB;
    top: 220px;
    right: 0;
    width: 180px;
  }
  .area_box.chubu {
    color: #6BBB9C;
    border-color: #6BBB9C;
    top: 440px;
    right: 0;
    width: 424px;
  }
  .area_box.kansai {
    color: #F4BB65;
    border-color: #F4BB65;
    top: 400px;
    left: 0px;
    width: 260px;
  }
  .area_box.shikoku {
    color: #EB4C47;
    border-color: #EB4C47;
    top: 0;
    left: 250px;
    width: 180px;
  }
  .area_box.kyusyu {
    color: #FDAEBF;
    border-color: #FDAEBF;
    top: 40px;
    left: 0px;
    width: 180px;
  }

  .area_box .head {
    color: #ffffff;
    padding: 5px 0 5px 20px;
    font-weight: 700;
    cursor: pointer;
  }
  .area_box.tohoku .head {
    background-color: #1DA9E6;
  }
  .area_box.kantou .head {
    background-color: #71D5CB;
  }
  .area_box.chubu .head {
    background-color: #6BBB9C;
  }
  .area_box.kansai .head {
    background-color: #F4BB65;
  }
  .area_box.shikoku .head {
    background-color: #EB4C47;
  }
  .area_box.kyusyu .head {
    background-color: #FDAEBF;
  }
  .prefecture_box {
    padding: 10px;
  }

  .area_box.tohoku .selected {
    color: #ffffff;
    background-color: #1DA9E6;
  }
  .area_box.kantou .selected {
    color: #ffffff;
    background-color: #71D5CB;
  }
  .area_box.chubu .selected {
    color: #ffffff;
    background-color: #6BBB9C;
  }
  .area_box.kansai .selected {
    color: #ffffff;
    background-color: #F4BB65;
  }
  .area_box.shikoku .selected {
    color: #ffffff;
    background-color: #EB4C47;
  }
  .area_box.kyusyu .selected {
    color: #ffffff;
    background-color: #FDAEBF;
  }

  .prefecture {
    display: inline-block;
    text-align: center;
    width: 65px;
    min-height: 28px;
    font-weight: 500;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid;
    border-color: inherit;
    background-color: #FFFFFF;
    cursor: pointer;
  }
  .prefecture.selected {
    background-color: inherit;
  }
  .prefectureCenter {
    position: relative;
    width: 100%;
  }

/* プロジェクト枠 */
.project_wrap {
    display: inline-block;
}
.project_box {
    position: relative;
    width: 300px;
    height: 380px;
    margin: 1rem 1rem 0 1rem;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.project_box.past {
    background-color: #f0f0f0;
    border: 1px solid #a0a0a0;
}

.project_box .label {
    display: inline;
}
.project_box .value {
    font-weight: 600;
}

.project_top_image{
    width: 300px;
    height: 180px;
    object-fit: cover;
}
.project_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background-color: #C4202B;
}
.continuation .project_tag {
    background-color: #2ABC8B;
}
.continuation.sponsor .project_tag {
    background-color: #0099e6;
}

.trial .project_tag {
    background-color: #9D00FC;
}
.event .project_tag {
    background-color: #E1776B;
}

.project_title {
    overflow: hidden;
    height: 58px;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    line-height: 21px;
    border-top: 2px solid #C4202B;
    font-weight: 500;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
}
.continuation .project_title {
    border-color: #2ABC8B;
}
.continuation.sponsor .project_title {
    border-color: #0099e6;
}
.trial .project_title {
    border-color: #9D00FC;
    height: 100px;
    -webkit-line-clamp: 4;
}
.event .project_title {
    border-color: #E1776B;
}

.project_club_name {
    font-size: 11px;
    line-height: 14px;
    color: #767676;
    height: 30px;
    padding: 0 15px;
    overflow-y: hidden;
    word-break: break-all;
}

.project_border {
    height: 10px;
    border-top: 1px solid #E8E8E8 ;
}
.continuation .project_border {
    height: 30px;
    margin-top: 30px;
}

.project_progress_back {
    position: relative;
    margin: 17px 15px;
    height: 16px;
    background-color: #DFE1E6;
    border-radius: 20px;
}
.event_progress_back {
    position: relative;
    margin: 8px 15px;
    height: 16px;
    background-color: #DFE1E6;
    border-radius: 20px;
}
.project_progress {
    height: 16px;
    border-radius: 20px;
    background: linear-gradient(to right, #373EF6, #7E83FF);
}
.project_progress.goal {
    background: linear-gradient(to right, #FF000A, #FF9196);
}

.project_target_amount {
    position: absolute;
    top: 0;
    margin: 0 0 0px 10px;
    font-size: 10px;
    color: #ffffff;
    padding: 0;
    line-height: 17px;
}

.project_status {
    font-size: 11px;
    letter-spacing: 1px;
    color: #000000;
}

.project_current_amount {
    display: inline-block;
    margin-left: 15px;
    width: 110px;
}

.project_members {
    display: inline-block;
    width: 95px;
}
.continuation .project_members{
    width: 100%;
    text-align: center;
}

.project_remaining {
    display: inline-block;
    min-width: 55px;
}

.project_left {
    margin-left: 15px;
}
.project_line {
    display: inline-block;
    margin-left: 15px;
    width: 100%;
}

.continuation .project_progress_back,
.continuation .project_current_amount,
.continuation .project_remaining {
    display: none;
}

/* トライアル */
.top_box.trial {
    padding-bottom: 7rem;
}
#trialArea {
    padding-bottom: 1rem;
}
#trialArea .project_box {
    height: 330px;
}

/* プロジェクトスクロール（横１行） */
.project_area {
    display: flex;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.project_area .slide_box {
    width: fit-content;
    max-width: 100vw;
    display: flex;
    overflow: hidden;
    padding: 0 40px;
    margin: 0 auto;
}

.project_area .slide_box .project_wrap {
    margin-left: 0.5rem;
    margin-left: 0.5rem;
}

#btnProjectLeft,
#btnTrialLeft,
#btnEventLeft {
    position: absolute;
    margin-top: 210px;
    margin-left: 0;
    z-index: 1;
}
#btnProjectRight,
#btnTrialRight,
#btnEventRight {
    position: absolute;
    margin-top: 210px;
    margin-right: 0;
    right: 0;
}

.project_area .slide_left {
    margin: auto 0.2rem auto 1.8rem;
    width: 40px;
    height: 40px;
    background-image: url(../img/fan/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    transition: margin 500ms;
}
.project_area .slide_left:hover {
    margin: auto 1rem auto 1rem;
}

.project_area .slide_right {
    margin: auto 1.8rem auto 0.2rem;
    width: 40px;
    height: 40px;
    background-image: url(../img/fan/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    transition: margin 500ms;
}
.project_area .slide_right:hover {
    margin: auto 1rem auto 1rem;
}

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

/* ダイアログ共通 */
.dialog {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000CC;
    text-align: center;
    z-index: 100;
}

.dialog .dialog_content {
    background-color: #ffffff;
    margin: 1rem;
    padding: 1rem 0.5rem;
    max-width: 100%;
}

.dialog.center .dialog_content {
    position: relative;
    margin: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 120px);
}
.dialog .dialog_inner {
    max-height: calc(100vh - 150px);
    padding: 1rem 0.5rem;
    overflow-y: auto;
    overscroll-behavior-y: none;
}

.dialog .dialog_title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
}
.dialog .row {
    padding: 0.5rem 0 1rem 0;
    text-align: left;
}
.dialog .msg_span {
    bottom: -23px;
} 

.dialog .label {
    margin-left: 1rem;
    min-width: 200px;
    text-align: left;
    line-height: 2.7rem;
}

.dialog .title {
    display: inline-block;
    min-width: 110px;
    line-height: 2.7rem;
}

.dialog .field {
    position: relative;
    width: 400px;
    min-width: 400px;
    display: inline-block;
    margin-top: 0.3rem;
}

.dialog select {
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}

.dialog .required::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}

.dialog .buttons {
    width: 100%;
    margin-top: 1rem;
}

.dialog .buttons input {
    margin-top: 0.5rem;
}

.dialog .err_message {
    font-size: 0.8rem;
}
/* ダイアログ（パスワード変更）*/
#changePasswordForm .field {
    width: 470px;
}
/* プロフィールダイアログ */
#profileUserIcon {
    background-image: url(../img/icon/bukatsunavi_icon-09W.svg);
    background-color: #cccccc;
    border-radius: 50px;
    cursor: pointer;
}
.profileDetails {
    width: fit-content;
    max-width: 100%;
    text-align: left;
    margin: 1rem auto;
}
.profileDetails div {
    margin-top: 0.6rem;
}

.profileEdit {
    width: fit-content;
    max-width: 100%;
    text-align: left;
    margin: 1rem auto;
}
.profileEdit .row .title {
    min-width: 150px;
}

#profileDialog .buttons {
    text-align: right;
    padding-right: 0.5rem;
}

#profileEditDialog .icon-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.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%;
}
#withdrawalDialog textarea {
    width: 400px;
    max-width: 100%;
}
/* 体験入部ダイアログ */
#myTrialDialog .dialog_content {
    width: 1490px;
    max-width: calc(100% - 4rem);
}
#myTrialDialog .template{
    display: none;
}

/* 体験入部枠 */
.trial_wrap {
    display: inline-block;
}
.trial_box {
    position: relative;
    width: 300px;
    min-height: 380px;
    margin: 1rem 1rem 3rem 1rem;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border: 1px solid #E8E8E8;
}
.trial_box .value {
    font-weight: 600;
}

.trial_top_image{
    width: 300px;
    height: 180px;
    object-fit: cover;
}

.trial_title {
    overflow-y: hidden;
    height: 58px;
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    line-height: 21px;
    border-top: 2px solid #0E76F8;
    font-weight: 500;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.trial_club_name {
    font-size: 11px;
    line-height: 14px;
    color: #767676;
    height: 30px;
    padding: 0 15px;
    overflow-y: hidden;
    word-break: break-all;
}
.trial_start_date_div {
    font-size: 0.8rem;
    line-height: 14px;
    color: #767676;
    height: 30px;
    padding: 0 15px;
    overflow-y: hidden;
    word-break: break-all;
}

.trial_status_name {
    display: inline-block;
    margin-right: 2rem;
}

.trial_border {
    height: 10px;
    border-top: 1px solid #E8E8E8;
}

.trial_user_full_name_div {
    padding: 0 15px;
    font-size: 0.8rem;
}
.trial_reservation_datetime_div{
    padding: 0 15px;
    font-size: 0.8rem;
}
.trial_border_flat {
    height: 10px;
    border-top: 1px solid #E8E8E8;
}

.trial_buttons {
    text-align: center;
    padding-bottom: 5px;
}
.trial_buttons input[type="button"] {
    padding: 2px 10px;
    min-width: unset;
    line-height: unset;
    height: unset;
    font-size: 0.8rem;
    border-radius: 2px;
}

/* 日程選択ダイアログ */
#dialogDateSelection .dialog_content {
    padding: 1rem 0 0 0;
}
#dialogDateSelection .dialog_inner {
    padding: 0.5rem 0 0 0;
}
#dialogDateSelection #monthSelection{
    margin-bottom: 0.5rem;
    color: #107BF8;
    font-size: 1.1rem;
}

#dialogDateSelection .prevMonth {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../img/navi/icon_shift_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
#dialogDateSelection .monthName {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
}

#dialogDateSelection .nextMonth {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../img/navi/icon_shift_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

#dialogDateSelection #dateSelection{
    margin: 0 auto;
    border: unset;
}
#dialogDateSelection #dateSelection thead tr{
    border: unset;
}
#dialogDateSelection #dateSelection th{
    border: unset;
    padding: 0;
    width: 45px;
    text-align: center;
}
#dialogDateSelection #dateSelection td{
    padding: 0;
    width: 45px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
#dialogDateSelection .sun{
    color: #ff0000;
}
#dialogDateSelection .sat{
    color: #10B1F8;
}
#dialogDateSelection .selected{
    color: #ffffff;
    background-color: #489CFF;
}
#dialogDateSelection .old{
    color: #818181;
    background-color: #E3E3E3;
    cursor: not-allowed !important;
}
#dialogDateSelection .current_month{
    font-weight: 600;
}

#dialogLinksArea {
    padding: 1rem 0;
}
#dialogLinksArea span{
    color: #107BF8;
    cursor: pointer;
}
#dialogSelectedDateArea {
    padding: 1rem 0 0 1rem;
    background-color: #F2F3F7;
    text-align: left;
}

#dialogSelectedDateList {
    padding-top: 0.5rem;
    text-align: left;
}
#dialogSelectedDateList .date_label{
    display: inline-block;
    margin: 0 5px 0 0;
    width: 75px;
    min-width: fit-content;
    text-align: left;
}

#dialogDateSelection .buttons {
    background-color: #F2F3F7;
    margin: 0;
    padding: 0.5rem 0 1rem 0;
}
