@charset "UTF-8";

.accordeon_title {
    margin-bottom: 20px;
}

.accordeon_detail {
    display: none;
    background: #eeeeeeee;
}

.accordeon_title_text {
    background: var(--i_btn_color);
    padding: 5px 40px 5px 20px;
    border-radius: 0.5em;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
}

.accordeon span.more {
    position: relative;
}

.accordeon .accordeon_title.active .more:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

span.more:after {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    background: url(/common/upload_data/zeirishi-wingcom/image/20221111134628.png) no-repeat left top;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -4.5px;
}


/中身/
.accordeon_detail {
    display: none;
    background: #eeeeeeee;
}

.accordeon_detail h5 {
    background: #e5e3e3;
    border-bottom: 1px solid black;
}

h5 {
    color: #333;
    background: #eee;
    padding: 5px 5px 4px 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 2rem;
}

.zoom_apli_detail_content {
    padding: 0px 20px;
}

.aligned_img_center {
    max-width: 70%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    padding: 20px 0px;
}

.aligned_img_center_item {
    max-width: 100%;
    margin-right: 20px;
    min-height: 150px;
    width: 50%;
}

.aligned_img_left {
    max-width: 30%;
    padding: 20px 0px;
    margin: 0 auto;
}

.aligned_img_center_item img {
    margin-right: 20px;
    width: 100%!important;
    height: 100%;
}

.contents_block img {
    max-width: 100%;
}