@charset "utf-8";

body {
    color: #333333;
    background-color: #fefefe;
}

#layout_header_area {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width:768px) {
    #layout_header_area {
        background-color: #fefefe;
    }
}

#csb_loading {
    background-color: #fefefe;
}

.scroll::-webkit-scrollbar-track {
    background-color: #fefefe;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #777777;
}

strong {
    display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
    font-weight: bold;
    background-size: 200% 0.6em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 102, 0.5) 50%);
}

.bold {
    color: #333333;
    font-weight: bold;
}

.bold strong {
    background-color: #222222;
}

a {
    padding: 2px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    color: #777777;
}

.component_button:visited {
    color: #333333;
}

.component_radio:checked+label::after {
    background-color: #222222;
}

.triangle {
    background: #222222;
    height: calc(tan(60deg) * 20px / 2);
    width: 20px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    margin: 0 auto;
}

button:hover .triangle,
button:active .triangle {
    transition: 0.8s;
    background-color: #fefefe;
}

/* スマホ版ブラウザのスタイルを相殺する */
button {
    color: #333333;
}

select {
    color: #333333;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px !important;
}

option {
    padding: 5px !important;
}

.component_range_data span,
.component_range_data option {
    padding: 2px !important;
}

.scrolltop_button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #333333;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    line-height: normal;
}

@media (min-width:1190px) {
    .scrolltop_button {
        right: calc((100vw - 1190px) / 2 - 45px);
    }
}

.small_button.freme {
    display: inline-block;
    height: unset;
    color: #333333;
    text-decoration: none;
}

.small_button.freme:visited {
    color: #333333;
}

.small_button.freme:hover,
.small_button.freme:active {
    color: #fefefe;
    background-color: #222222;
}

/* スマホでタップ時に反応させる場合は「ontouchstart=""」をaタグに追記 */
button:hover,
button:active,
a:hover,
a:active {
    color: #fefefe;
    background-color: #222222;
    text-decoration: none;
    transition: 0.8s;
}

.component_button:hover,
.component_button:active {
    color: #fefefe;
    background-color: #222222;
    opacity: 1;
}

#csb_content .list_item_wrapper,
#csb_text_list .list_item_wrapper {
    border-radius: 0;
    border: 1px solid #777777;
    color: #333333;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.circle_data:hover,
.circle_data:active,
#csb_content .list_item_wrapper:hover,
#csb_content .list_item_wrapper:active,
#csb_text_list .list_item_wrapper:hover,
#csb_text_list .list_item_wrapper:active {
    /*color:#fefefe;
    background-color: #222222;
    opacity: 1;*/
    opacity: 0.7;
    background-color: #fefefe;
    color: #222;
}

.searchlist .list_item_thumbnail {
    margin: 4px;
}

.searchlist .list_item_name {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    border-bottom: 2px solid #222222;
}

#csb_content .list_item_caption {
    line-height: 1.4;
}

#csb_content .list_item_wrapper:hover .list_item_name,
#csb_content .list_item_wrapper:active .list_item_name,
#csb_text_list .list_item_wrapper:hover .list_item_name,
#csb_text_list .list_item_wrapper:active .list_item_name {
    border-bottom: 2px solid #777777;
}

.searchlist .list_item_caption {
    width: 100%;
}

.searchlist .list_item table {
    width: 100%
}

.searchlist .list_item table th {
    color: #fefefe;
    background-color: #777777;
    padding: 0 4px;
}

.searchlist .list_item table th,
.searchlist .list_item table td {
    border-bottom: 1px solid #777777;
    width: 50%;
}

.search_mark {
    font-size: 2rem;
    line-height: 2rem;
    color: rgba(245, 164, 58, 1);
}

.item_target,
.item_own_fg {
    display: none;
}

@media (min-width:678px) {
    .search_mark {
        margin: 0 4px;
    }
}

.search_caution {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 4px;
    color: #fefefe;
}

@media (min-width:678px) {
    .search_caution {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
}

.inversion_green {
    background-color: rgba(51, 190, 184, 1);
}

.inversion_pink {
    background-color: rgba(218, 71, 144, 1);
}

.inversion_gray {
    color: #fefefe;
    background-color: #555;
}

@media (min-width:678px) {
    .attention {
        text-align: center;
    }
}


/* 右寄せ */
/* 見出しの右端に表示 */
.heading_rihgt {
    top: -5rem;
    margin-bottom: -5rem;
    padding-bottom: 0.625rem;
}

@media (min-width:768px) {
    .heading_rihgt {
        margin-left: 20%;
    }
}

.mark {
    background-color: #222222;
}

.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(3) {
    background-color: #fefefe;
}

#js_hamburger_button:active,
#js_hamburger_button:hover,
#js_hamburger_button:active {
    background-color: transparent;
}

#js_hamburger_button:active span.text,
#js_hamburger_button:hover span.text,
#js_hamburger_button:active span.text {
    color: #333333;
}


.header_logo a {
    background-color: transparent;
    padding: 0;
    font-size: unset;
    line-height: 1;
    border-bottom: none;
}

.header_logo a:hover,
.header_logo a:active {
    opacity: 0.8;
}

.header_logo img {
    height: 40px;
    max-width: calc(100vw - 70px);
    margin-left: 10px;
    object-fit: cover;
    margin: 10px 0 10px 0;
}

@media (min-width:480px) {
    .header_logo img {
        height: 50px;
        margin: 0;
    }
}

.js_header_menu li {
    background-color: #222222;
    border: 1px solid #fefefe;
}

.js_header_menu a {
    color: #fefefe;
    padding: 0;
    text-decoration: none;
}

.js_header_menu li:hover,
.js_header_menu li:active,
.js_header_menu a:hover,
.js_header_menu a:active {
    background-color: #777777;
}

.menu_button {
    width: 100%;
}

.summary_button {
    display: inline-block;
    width: 48%;
    font-size: small;
    border: 3px double #222222;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
}

.summary_button:hover>.summary_mark {
    background-color: #fefefe;
}

.component_button:hover>.button_mark {
    background-color: #fefefe;
    transition: 0.8s;
}

@media (min-width:600px) {
    .summary_button {
        width: 24%;
    }
}

.circle_list a {
    display: inline-block;
    width: 48%;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
    line-height: 0;
}

@media (min-width:480px) {
    .circle_list a {
        width: 24%;
    }
}

body,
pre,
address,
button {
    font-family: 'BIZ UDPGothic', sans-serif;
    line-height: 1.8;
}

.title_font {
    font-family: 'Yusei Magic', sans-serif;
}

.en_font {
    font-family: 'Fascinate Inline';
}

.component_button.en_font {
    font-size: 3rem;
    padding: 0.5em;
}

.component_button {
    border: 5px double;
    line-height: 20px;
}

/*  メニューアイコン */
.mark {
    display: inline-block;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: -5px;
}

.menu_mark {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #fefefe;
}

.h_mark {
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.button_mark {
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 4px;
}

.big_mark {
    width: 150px;
    height: 150px;
    background-color: transparent;
    background-size: 300% 300%;
    animation: bggradient 7s linear infinite;
}

@keyframes bggradient {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 150% 150%;
    }
}

.summary_mark {
    width: 50px;
    height: 50px;
    background: #222222;
}

.mark_siteicon {
    -webkit-mask-image: url("../images/icon.svg");
    mask-image: url("../images/icon.svg");
}

.mark_news {
    -webkit-mask-image: url("../material/news.svg");
    mask-image: url("../material/news.svg");
}

.mark_contact {
    -webkit-mask-image: url("../material/contact.svg");
    mask-image: url("../material/contact.svg");
}

.mark_person {
    -webkit-mask-image: url("../material/person.svg");
    mask-image: url("../material/person.svg");
}

.mark_home {
    -webkit-mask-image: url("../material/home.svg");
    mask-image: url("../material/home.svg");
}

.mark_info {
    -webkit-mask-image: url("../material/info.svg");
    mask-image: url("../material/info.svg");
}

.mark_patient_list {
    -webkit-mask-image: url("../material/patient_list.svg");
    mask-image: url("../material/patient_list.svg");
}

.mark_search {
    -webkit-mask-image: url("../material/search.svg");
    mask-image: url("../material/search.svg");
}

.mark_door_open {
    -webkit-mask-image: url("../material/door_open.svg");
    mask-image: url("../material/door_open.svg");
}

.mark_calendar {
    -webkit-mask-image: url("../material/calendar.svg");
    mask-image: url("../material/calendar.svg");
}

.mark_accountbox {
    -webkit-mask-image: url("../material/account_box.svg");
    mask-image: url("../material/account_box.svg");
}

.mark_description {
    -webkit-mask-image: url("../material/description.svg");
    mask-image: url("../material/description.svg");
}

.mark_uploadfile {
    -webkit-mask-image: url("../material/uploadfile.svg");
    mask-image: url("../material/uploadfile.svg");
}

.mark_gridview {
    -webkit-mask-image: url("../material/gridv_iew.svg");
    mask-image: url("../material/grid_view.svg");
}

.mark_login {
    -webkit-mask-image: url("../material/login.svg");
    mask-image: url("../material/login.svg");
}

.mark_logout {
    -webkit-mask-image: url("../material/logout.svg");
    mask-image: url("../material/logout.svg");
}

.mark_openinnew {
    -webkit-mask-image: url("../material/open_in_new.svg");
    mask-image: url("../material/open_in_new.svg");
}

.mark_shoppingbag {
    -webkit-mask-image: url("../material/shopping_bag.svg");
    mask-image: url("../material/shopping_bag.svg");
}

.mark_warning {
    -webkit-mask-image: url("../material/warning.svg");
    mask-image: url("../material/warning.svg");
}

.mark_recommend {
    -webkit-mask-image: url("../material/recommend.svg");
    mask-image: url("../material/recommend.svg");
}

.mark_lightbulb {
    -webkit-mask-image: url("../material/lightbulb.svg");
    mask-image: url("../material/lightbulb.svg");
}

.mark_verified {
    -webkit-mask-image: url("../material/verified.svg");
    mask-image: url("../material/verified.svg");
}

.mark_party {
    -webkit-mask-image: url("../material/party.svg");
    mask-image: url("../material/party.svg");
}

.mark_mail {
    -webkit-mask-image: url("../material/mail_asterisk.svg");
    mask-image: url("../material/mail_asterisk.svg");
}

.mark_block {
    -webkit-mask-image: url("../material/block.svg");
    mask-image: url("../material/block.svg");
}

.mark_privacy_tip {
    -webkit-mask-image: url("../material/privacy_tip.svg");
    mask-image: url("../material/privacy_tip.svg");
}

.mark_data_table {
    -webkit-mask-image: url("../material/data_table.svg");
    mask-image: url("../material/data_table.svg");
}

.mark_settings {
    -webkit-mask-image: url("../material/settings.svg");
    mask-image: url("../material/settings.svg");
}

.mark_add_person {
    -webkit-mask-image: url("../material/person_add.svg");
    mask-image: url("../material/person_add.svg");
}

.mark_add_notes {
    -webkit-mask-image: url("../material/add_notes.svg");
    mask-image: url("../material/add_notes.svg");
}

.mark_repeat {
    -webkit-mask-image: url("../material/repeat.svg");
    mask-image: url("../material/repeat.svg");
}

.mark_calendar_clock {
    -webkit-mask-image: url("../material/calendar_clock.svg");
    mask-image: url("../material/calendar_clock.svg");
}

.mark_print {
    -webkit-mask-image: url("../material/corporate_fare.png");
    mask-image: url("../material/corporate_fare.svg");
}

.mark_print {
    -webkit-mask-image: url("../material/print.png");
    mask-image: url("../material/print.svg");
}

.mark_savings {
    -webkit-mask-image: url("../material/savings.png");
    mask-image: url("../material/savings.svg");
}

.mark_add-photo {
    -webkit-mask-image: url("../material/add_photo.png");
    mask-image: url("../material/add_photo.svg");
}
.mark_illust {
    -webkit-mask-image: url("../material/image.png");
    mask-image: url("../material/image.svg");
}
.mark_novel {
    -webkit-mask-image: url("../material/menu_book.png");
    mask-image: url("../material/menu_book.svg");
}
.mark_question {
    -webkit-mask-image: url("../material/question_mark.png");
    mask-image: url("../material/question_mark.svg");
}

/*  グラデーション */
.gradation {
    -webkit-background-clip: text;
    /* テキストで切り抜く */
    -webkit-text-fill-color: transparent;
    /* 切り抜いた部分は背景を表示 */
}

h2.content_name_text {
    font-size: 1.5em;
    margin-top: 1.25rem;
}

h2.content_name_text,
.gradation_line {
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
}

.gra_button_container {
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 60px;
    margin: 5px;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 5px;
}

.gra_button_container:hover {
    background-color: transparent;
}

.gra_button_container::before {
    content: "";
    position: absolute;
    width: 100%;
    min-width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 8px;
}

.gra_button_container::after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    min-width: 196px;
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 8px;
    border: 5px double transparent;
    background: white;
}

.gra_button_container.gra_button_bv::before {
    background: linear-gradient(to right, rgba(51, 190, 184, 1), rgba(51, 146, 184, 1) 50%, rgba(67, 74, 214, 1));
}

.gra_button_container.gra_button_bv:hover::before {
    background: linear-gradient(to right, rgba(67, 74, 214, 1), rgba(51, 146, 184, 1) 50%, rgba(51, 190, 184, 1));
}

.gra_button_container.gra_button_vr::before {
    background: linear-gradient(90deg, rgba(67, 74, 214, 1), rgba(218, 71, 144, 1) 50%, rgba(218, 71, 71, 1));
}

.gra_button_container.gra_button_vr:hover::before {
    background: linear-gradient(to right, rgba(218, 71, 71, 1), rgba(218, 71, 144, 1) 50%, rgba(67, 74, 214, 1));
}

.gra_color_icon {
    background-image: linear-gradient(90deg, rgba(224, 104, 0, 1), rgba(245, 164, 58, 1), rgba(196, 206, 0, 1), rgba(51, 190, 184, 1), rgba(51, 146, 184, 1), rgba(67, 74, 214, 1), rgba(218, 71, 144, 1), rgba(218, 71, 71, 1), rgba(224, 104, 0, 1));
}

.gra_color_icon45 {
    background-image: linear-gradient(45deg, rgba(224, 104, 0, 1), rgba(245, 164, 58, 1), rgba(196, 206, 0, 1), rgba(51, 190, 184, 1), rgba(51, 146, 184, 1), rgba(67, 74, 214, 1), rgba(218, 71, 144, 1), rgba(218, 71, 71, 1), rgba(224, 104, 0, 1));
    box-shadow: #222;
}

h2.content_name_text,
.gra_yg_line,
.gra_yg {
    background-image: linear-gradient(90deg, rgba(224, 104, 0, 1), rgba(245, 164, 58, 1) 30%, rgba(196, 206, 0, 1) 74%, rgba(51, 190, 184, 1));
}

.gra_yg_icon {
    background-image: linear-gradient(90deg, rgba(224, 104, 0, 1), rgba(245, 164, 58, 1));
}

.gra_bv_line,
.gra_bv {
    background-image: linear-gradient(90deg, rgba(51, 190, 184, 1), rgba(51, 146, 184, 1) 50%, rgba(67, 74, 214, 1));
}

.gra_bv_icon {
    background-image: linear-gradient(90deg, rgba(51, 190, 184, 1), rgba(51, 146, 184, 1));
}

.gra_vr_line,
.gra_vr {
    background-image: linear-gradient(90deg, rgba(67, 74, 214, 1), rgba(218, 71, 144, 1) 50%, rgba(218, 71, 71, 1));
}

.gra_vr_icon {
    background-image: linear-gradient(90deg, rgba(67, 74, 214, 1), rgba(187, 115, 223, 1));
}

blockquote,
.outline {
    padding: 5px;
    border: 1px solid #777777;
}

/* リスト */
.component_dl dt {
    color: #fefefe;
    background-color: #222222;
    border: 1px solid #222222;
}

.component_dl dd {
    align-items: center;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    padding: auto;
}

.component_dl dd:last-child {
    border-bottom: 1px solid #222222;
}

/* テーブル */
.detail_table {
    border-collapse: collapse;
    width: 100%;
}

.detail_table th,
.detail_table td {
    padding: 4px;
    text-align: left;
}


.detail_table th,
.component_table th {
    color: #fefefe;
    background-color: #222222;
    border: 1px solid #222222;
}

.detail_table td,
.component_table td {
    color: #333333;
    border: 1px solid #222222;
}

.component_table .sub {
    background-color: #ddd;
}

.component_table .empty {
    background-color: #fefefe;
    border: none;
}

@media (min-width:480px) {

    .component_dl dt,
    .component_table th {
        border-bottom: 1px solid #fefefe;
    }

    .component_dl:last-child dt,
    .component_table tr:last-child th {
        border-bottom: 1px solid #222222;
    }
}

@media (min-width:480px) {
    .component_table {
        min-width: 50%;
    }
}

.searchlist th,
.searchlist td {
    font-size: 0.8em;
}

.simple-table {
    width: 100%;
    border-collapse: collapse;
}

.simple-table th {
    background-color: #222;
    color: #fefefe
}

@media (min-width:678px) {
    .simple-table {
        width: auto;
        min-width: 50%;
    }
}

.simple-table th,
.simple-table td {
    padding: 10px;
    border: 1px solid #222;
}

.survey_answer {
    font-weight: bolder;
}

.survey_star {
    color: rgba(245, 164, 58, 1);
}

.back0per.pink {
    background: linear-gradient(90deg, rgba(255, 112, 183, 0.3) 10%, transparent 20%);
}

.back50per.pink {
    background: linear-gradient(90deg, rgba(255, 112, 183, 0.3) 20%, transparent 60%);
}

.back100per.pink {
    background: linear-gradient(90deg, rgba(255, 112, 183, 0.3) 80%, transparent 100%);
}

.back0per.orange {
    background: linear-gradient(90deg, rgba(255, 119, 0, 0.3) 10%, transparent 20%);
}

.back50per.orange {
    background: linear-gradient(90deg, rgba(255, 119, 0, 0.3) 20%, transparent 60%);
}

.back100per.orange {
    background: linear-gradient(90deg, rgba(255, 119, 0, 0.3) 80%, transparent 100%);
}

.back0per.blue {
    background: linear-gradient(90deg, rgba(62, 198, 235, 0.3) 10%, transparent 20%);
}

.back50per.blue {
    background: linear-gradient(90deg, rgba(62, 198, 235, 0.3) 20%, transparent 60%);
}

.back100per.blue {
    background: linear-gradient(90deg, rgba(62, 198, 235, 0.3) 80%, transparent 100%);
}

.back0per.purple {
    background: linear-gradient(90deg, rgba(67, 74, 214, 0.3) 10%, transparent 20%);
}

.back50per.purple {
    background: linear-gradient(90deg, rgba(67, 74, 214, 0.3) 20%, transparent 60%);
}

.back100per.purple {
    background: linear-gradient(90deg, rgba(67, 74, 214, 0.3) 80%, transparent 100%);
}

.narrow_area th,
.narrow_area dt,
.narrow_area td,
.narrow_area dd {
    width: 100%;
    padding: 4px;
}

.page_eyecatch {
    width: 100%;
}

/* カレンダー表示 */
.calendar_table {
    font-size: x-small;
    vertical-align: top;
    border-collapse: collapse;
}

.calendar_table th {
    color: #fefefe;
    background-color: #222222;
    border: 1px solid #222222;
}

.calendar_table td {
    color: #333333;
    border: 1px solid #222222;
}

.calendar_table td {
    position: relative;
    width: 6.6%;
    height: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.calendar_table .sche_date {
    position: absolute;
    top: 0;
    left: 0;
}

.sche_sun_th {
    color: rgb(255, 163, 193) !important
}

.sche_sun_td {
    color: #bb0c0c !important
}

.sche_sat_th {
    color: rgb(150, 173, 255) !important
}

.sche_sat_td {
    color: #0c52bb !important
}

.sche_tokusetsu {
    background-color: #ffdcdc !important;
}

.sche_airboo {
    background-color: #ffbebe !important;
}

.sche_boshuu {
    background-color: #daedc3 !important;
}

.sche_check {
    background-color: #fffca0 !important;
}

.sche_deadline a {
    font-weight: bold;
    color: #bb0c0c !important;
}

/* 丸数字 */
.circle_num1 {
    font-size: 0.7em;
    border: 2px solid;
    border-radius: 50%;
    padding: 2px 4px;
}

.calendar_table .circle_num1 {
    font-size: 0.7em;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px 2px;
}

.circle_num2 {
    font-size: 0.7em;
    border: 2px solid;
    border-radius: 50%;
    padding: 2px 1px;
}

::selection {
    color: #fefefe;
    background-color: #222222;
    font-weight: normal;
    padding: 3px 5px;
}

.gradation::selection {
    background-color: #fefefe;
    background-color: #222222;
}

.circle_data {
    display: flex;
    width: 90%;
    border: 1px solid #777777;
    margin: 0 auto;
    text-decoration: none;
}

.circle_info {
    padding: 5px;
}

.circle_cut {
    width: 40%;
    text-align: center;
    padding: 10px;
}

.circle_info {
    text-align: left;
}

.circle_name {
    width: 100%;
    padding-left: 10px;
}

.author_name {
    width: 100%;
    padding-left: 10px;
}

@media (min-width:480px) {
    .pcdisp_left {
        float: left;
        width: 48%;
    }

    .pcdisp_right {
        float: right;
        width: 48%;
    }

    .pcdisp_left .component_table,
    .pcdisp_right .component_table {
        width: 100%;
    }
}

@media (min-width:480px) {
    .circle_info {
        padding: 10px;
    }

    .circle_cut {
        width: 30%;
    }

    .circle_name {
        font-size: 2rem;
        padding-left: 20px;
    }

    .author_name {
        font-size: 2rem;
        padding-left: 20px;
    }
}

/*------------------------------------------------------------
     画像表示
------------------------------------------------------------*/
/* 検索詳細画面用 */
.img_sum {
    max-height: 50vh !important;
}

/* ▼カルーセル▼ */
.carousel {
    width: 100%;
    position: relative;
    display: inline-block;
}

.carousel_prev label,
.carousel_next label {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
}

.carousel_prev label {
    border-width: 10px 12px 10px 0;
    border-color: transparent #333 transparent transparent;
    left: 10px;
}

.carousel_next label {
    right: 10px;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #333;
}

.carousel_controller {
    margin-top: 10px;
}

.carousel_controller label {
    content: '';
    display: inline-block;
    margin: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-style: solid;
    border-color: #333;
}

.carousel_controller label:after {
    content: '';
    display: none;
    width: 8px;
    height: 8px;
    margin: 1px;
    border-radius: 50%;
    border-style: solid;
    background-color: #333;
    border-color: #333;
}

.carousel img {
    display: none;
    margin: auto;
    max-width: 65vw;
}

@media (min-width:480px) {
    .carousel img {
        max-width: 80%;
    }
}

/* ▼ モーダル ▼ */
#csb_modal_backscreen {
    background-color: rgba(0, 0, 0, 0.4);
}

#csb_modal_frontmessage {
    background-color: #FEFEFE;
}

/* ▲ モーダル ▲ */

.border_gray {
    border: 1px solid #ccc;
}

.message_help {
    width: 100%;
    border: 1px solid #222;
    padding: 0.625rem;
    border-radius: 0.25rem;
}

.join-flow {
    text-align: center;
}

.join-flow .step {
    display: inline-block;
    border: 3px #222 double;
    opacity: 0.8;
    font-size: x-small;
    text-align: center;
    width: 30%;
    padding: 1% 0;
    margin-bottom: 0.3125rem;
}

.join-flow .step .mark {
    width: 60px;
    height: 60px;
    background-color: #222;
}

@media (min-width:678px) {
    .join-flow {
        text-align: left;
    }

    .join-flow .step {
        font-size: small;
        max-width: 130px;
    }

    .join-flow .step .mark {
        width: 80px;
        height: 80px;
        background-color: #222;
    }
}

.graphlist .component_table th {
    font-size: 1.6rem;
}

@media (min-width:678px) {
    .graphlist .component_table th {
        width: 20%;
    }
}

.graphlist #csb_content .list_item_name {
    color: #fefefe;
    background-color: #222;
}

.graphlist #csb_content .list_item_graph .label {
    color: #777;
}

.graphlist #csb_content .search_mark {
    color: rgb(255, 220, 100);
}

.graphlist #csb_content .list_item_caption {
    color: #222222;
    border-color: #777;
}

.graphlist #csb_content .list_item th {
    color: #fefefe;
    background-color: #777;
}

.graphlist .search_caution {
    margin-right: 4px;
}

.graphlist .search_labels.inversion_gray {
    display: inline-block;
    padding: 3px 6px;
}

.component_range_data span,
.component_range_data option {
    font-size: x-small;
}

.component_range.blue {
    background: linear-gradient(90deg, #fefefe, #007aff);
}

.component_range.blue::-webkit-slider-thumb {
    background: #007aff;
}

.component_range.blue::-moz-range-thumb {
    background: #007aff;
}

.component_range.pink {
    background: linear-gradient(90deg, #fefefe, #ff1493);
}

.component_range.pink::-webkit-slider-thumb {
    background: #ff1493;
}

.component_range.pink::-moz-range-thumb {
    background: #ff1493;
}

.component_range.purple {
    background: linear-gradient(90deg, #fefefe, #772ccc);
}

.component_range.purple::-webkit-slider-thumb {
    background: #772ccc;
}

.component_range.purple::-moz-range-thumb {
    background: #772ccc;
}

.component_range.orange {
    background: linear-gradient(90deg, #fefefe, #ff8c00);
}

.component_range.orange::-webkit-slider-thumb {
    background: #ff8c00;
}

.component_range.orange::-moz-range-thumb {
    background: #ff8c00;
}