@charset "UTF-8";

/*----------▼共通部分▼------------*/

ol, ul {
    list-style: none;
}
.pc_dp_n{
    display: none;
    color: #ff6001;
} 
.mb20{
    margin-bottom: 20px;
}

/*----------sp------------*/
@media (max-width: 767px) { 
.pc_dp_n{
    display: block;
}
.sp_dp_n{
    display: none;
}
}
/*----------▲共通部分▲------------*/

.case_det_h1 {
    padding: 10px 10px;
    margin-bottom: 15px;
    line-height: 1.4;
    background: #fff6d1;
}
.case_detail_days {
    margin: 0;
}
.case_detail_days span {
    padding: 4px;
    background: #3366cc;
    color: #fff;
}
.case_detail {
    width: 95%;
    margin: auto;
}
.case_detail_img {
    display: flex;
    justify-content:space-between;
    width: 100%;
}
.case_detail_img img {
    width: 100%;
}
.case_detail_place {
    margin: 5px 0 20px;
}
.case_detail_text {
    padding: 10px;
    background: #fffcf0;
}
.case_detail_btn {
    text-align: center;
    background: #3266cc;
    margin: auto;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}
.case_detail a {
    text-decoration: none;
}

/*----------sp------------*/
@media (max-width: 767px) {

h2 {
    text-align:center;
}

.case_detail_days {
    line-height: 1.8;
}
}

/*---------------------------------------------

case_detail 事例内容表　追加 220616

-----------------------------------------------*/
tbody{
    font-size: 15px;
}
.case_table_d{
    margin: 42px auto;
    width: 100%;
    border-collapse: collapse;
}
.case_table_d a{
    color: #9919af;
    text-decoration: underline;
}
.case_table_d th{
    background: #3266cc;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    width: 30%;
}
.case_table_d td{
    border: solid 1px #3266cc;
    padding: 10px;
}

/*----------  case_detail ここまで　　-----------*/


/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */