@charset "utf-8";

/* ====================
    JIN スタイルリセット
==================== */
.cts_com_list_nostyle li {
    padding-left: 0 !important;
}

.cts_com_list_nostyle li::before {
    width: 0;
    height: 0;
    content: '';
}

/* ====================
    Text
==================== */

.text_xsmall {
    font-size: 0.7rem;
}

.text_smaller {
    font-size: 0.8rem;
}

.text_small {
    font-size: 0.9rem;
}

.text_large {
    font-size: 1.25rem;
}

.text_larger {
    font-size: 1.5rem;
}

.text_xlarge {
    font-size: 1.75rem;
}

.text_red {
    color: #e03333;
}

.marker_yellow {
    background: linear-gradient(transparent 50%, #ffeb00 50%);
}

.marker_aqua {
    background: linear-gradient(transparent 50%, #26f3e9 50%);
}

.marker_pink {
    background: linear-gradient(transparent 50%, #ffcbe8 50%);
}

.text_underline {
    text-decoration: underline !important;
}

/* ====================
    Break
==================== */
.inline_block {
    display: inline-block;
}
@media (min-width: 768px) {
    .break-sp,
    .break_sp {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .break-md,
    .break_md {
        display: none !important;
    }
}

.break-pc,
.break_pc {
    display: none !important;
}
@media (min-width: 1024px) {
    .break-pc,
    .break_pc {
        display: block !important;
    }
}

/* ====================
    Table
==================== */

/* セル幅調整クラス */
.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w18 {
    width: 18%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

/*　スペック表示テーブル　*/
.cts_com_table_specification table,
.cps-post-main .cts_com_table_specification table,
.my_table_specification table,
.cps-post-main .my_table_specification table {
    margin-bottom: 20px;
    border: solid 3px #ccc;
}

.cts_com_table_specification table tr th,
.cps-post-main .cts_com_table_specification table tr th,
.my_table_specification table tr th,
.cps-post-main .my_table_specification table tr th {
    background-color: #eee;
}

.cts_com_table_specification table tr th:last-child,
.cts_com_table_specification table tr td:last-child,
.cps-post-main .cts_com_table_specification table tr th:last-child,
.cps-post-main .cts_com_table_specification table tr td:last-child,
.my_table_specification table tr th:last-child,
.my_table_specification table tr td:last-child,
.cps-post-main .my_table_specification table tr th:last-child,
.cps-post-main .my_table_specification table tr td:last-child {
    border-right: none;
}

/* 掲載組織の所在地等データ */
.my_table_data table,
.cps-post-main .my_table_data table {
    border: solid 1px #ccc;
}

.my_table_data table tr th,
.cps-post-main .my_table_data table tr th {
    text-align: left;
    white-space: nowrap;
    background-color: #fafafa;
}

.my_table_data table tr td,
.cps-post-main .my_table_data table tr td {
    font-size: 85%;
}

.building::before,
.trader_name::before,
.location::before,
.trader_location::before,
.phone::before,
.trader_phone::before,
.bizarea::before,
.trader_bizarea::before,
.website::before,
.trader_website::before {
    margin-right: 0.5rem;
    font-family: jin-icons, sans-serif;
}

.building::before,
.trader_building::before {
    content: '\e917'; /* jin_icon_home */
}

.name::before,
.trader_name::before {
    content: '\e917'; /* jin_icon_home */
}

.location::before,
.trader_location::before {
    content: '\e911'; /* jin_icon_droppin */
}

.phone::before,
.trader_phone::before {
    content: '\e994'; /* jin_icon_telephone */
}

.bizarea::before,
.trader_bizarea::before {
    content: '\e92b'; /* jin_icon_star */
}

.website::before,
.trader_website::before {
    content: '\e947'; /* jin_icon_website */
}

/* ====================
    Button
==================== */

/* 塗りつぶしボタンの文字色を白に固定する */
.wp-block-button.is-style-fill a,
.cps-post-main .wp-block-button.is-style-fill a {
    color: #fff;
}

.wp-block-button a,
.cps-post-main .wp-block-button a,
.wp-block-buttons a,
.cps-post-main .wp-block-buttons a {
    text-decoration: none;
}

/* ====================
    Accordion
==================== */
.cts_com_accord_toggler {
    position: relative;
    padding-right: 42px !important;
}

.cts_com_accord_toggler::after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome, sans-serif;
    content: '\f055'; /* plus-circle */
    transform: translateY(-50%);
}

.is__opened.cts_com_accord_toggler::after,
.is__show.cts_com_accord_toggler::after {
    content: '\f056'; /* minus-circle */
}

.cts_com_accord_container {
    display: none;
}

/* ====================
    レイアウトコンポーネント
==================== */

/* 全サイト共通 タイルレイアウト */

.cts_com_tile_box,
.my_tile_box {
    width: 100%;
    margin-bottom: 1.5rem;
}

.cts_com_tile_box_title,
.my_tile_box_title {
    padding: 1rem;
    font-weight: 700;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .cts_com_tile_container,
    .my_tile_container {
        display: flex;
        flex-wrap: wrap;
    }

    .cts_com_tile_box,
    .my_tile_box {
        width: calc(50% - 1rem);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

.cts_com_flow_wrapper {
}

.cts_com_flow .cts_com_flow_box {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border: solid 6px #ccc;
}

.cts_com_flow .cts_com_flow_box::after {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    transform: translateX(-50%);
}

.cts_com_flow .flow_01::after,
.cts_com_flow .flow_02::after {
    bottom: -31px;
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 25px 25px 0;
}

.cts_com_flow .cts_com_flow_box > .cts_com_flow_box_title {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 80px;
    font-weight: 700;
    background-color: #eee;
}

.cts_com_flow .cts_com_flow_box > .cts_com_flow_box_title::before {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 50px;
    height: 51px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

.cts_com_flow dl > dd {
    padding: 10px 20px 20px;
    font-size: 90%;
    background-color: #fff;
    border-color: transparent;
}

@media (min-width: 1024px) {
    .cts_com_flow {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .cts_com_flow::after {
        display: none;
    }

    .content .cts_com_flow dl {
        width: 28%;
        margin-top: 0;
        margin-right: 25px;
        margin-left: 25px;
    }

    .cts_com_flow dl::after {
        top: 50%;
        bottom: auto;
        left: auto;
        transform: translateX(0) rotate(45deg) translateY(-50%);
    }

    .cts_com_flow .flow_01::after,
    .cts_com_flow .flow_02::after {
        right: -10px;
        border-color: #acd86f transparent transparent;
        border-style: solid;
        border-width: 25px 0 25px 25px;
    }
}

/* ====================
    テーブル見出し固定
==================== */

.table_wrap {
    width: 100%;
    font-size: 0.8rem;
}

.cps-post-main .table_wrap table.th_fix tr th.title {
    box-shadow: 2px 0 2px 0 rgb(0 0 0 / 12.5%);
}

@media (min-width: 768px) {
    .table_wrap {
        font-size: 1rem;
    }
}

.table_wrap .th_fix {
    width: auto;
    height: auto;
}

.table_wrap .th_fix .title {
    text-align: left;
}

.table_wrap .th_fix th,
.table_wrap .th_fix td {
    text-align: center;
    white-space: nowrap;
}

/* ====================
    アニメーション
==================== */

/* 控えめにふわふわと動かす */
.cts_anm_float {
    animation-name: anm_float;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes anm_float {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -5px);
    }
}
