@charset "UTF-8";

/*----------▼共通部分▼------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
.pc_dp_n{
    display: none;
    color: #ff6001;
} 
.mb20{
    margin-bottom: 20px;
}
.mt40{
    margin-top: 40px;
}
.mb0{
    margin-bottom: 0px;
}

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

/* タブ */
input[name="tab_item"] {
display: none;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content,
#tab12:checked ~ #tab12_content,
#tab13:checked ~ #tab13_content,
#tab14:checked ~ #tab14_content,
#tab15:checked ~ #tab15_content
{
display: block;
}

.case-tabs input:checked + .tab_item {
background-color: #3266cc;
color: #fff;
}

div.case-tabs {
text-align:center;
}

.tab_item {
    width: 30%;
    padding: 15px 0;
    background-color: #6c8dcd;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px 2px;
}
.tab_item:hover {
opacity: 0.75;
}

.tab_content {
    display: none;
    margin: 40px 0 0;
    padding: 25px;
    background: #fffbeb;
}

.tab_content02 {
     margin: 0 0 40px;
    padding: 25px;
    background: #fffbeb;
}
.case_btn_area {
    margin-top: 35px;
}
.case_content{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
}
.case_box {
    width: 49%;
}
.case_box table {
    width: 100%;
    border: solid 2px #6c8dcd;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #fff;
    height: 86%;
}
.case_box tbody {
    font-size: 17px;
}
p.case_box_title {
    margin: 0;
    padding: 5px 0;
    background: #3266cc;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.case_box th,.case_box td {
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #ccc;
}
.case_box tbody tr:last-child th,.case_box tbody tr:last-child td {
    border-bottom: none;
}
.case_box th {
    text-align: left;
}
.case_box td {
    width:37%;
}
h1 {
    padding: 5px 34px;
    margin-bottom: 30px;
    background: #e5e5e5;
}
h2 {
    padding: 5px 34px;
    margin-bottom: 30px;
    background: #e5e5e5;
}
.case_btn_area h3 {
    background: #dce8ff;
    color: #000;
    padding: 5px;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.case-tabs_box {
    border: 1px solid #3266cc;
    width: 95%;
    margin: auto;
    padding-bottom: 20px;
}
.case-tab_content_box {
    display: flex;
    background: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: 3px 3px 8px #c3c3c3;
    justify-content:space-between;
    margin-bottom: 20px;
}
.case-tab_content_box img{
        width: 30%;
}
.case-tab_content_text {
    text-align: left;
    width: 67%;
    padding-top: 10px;
}
.tab_content_text_days span {
    padding: 4px;
    background: #3366cc;
    color: #fff;
}
.tab_content_text_title {
    font-weight: bold;
    border-left: 5px solid #36c;
    padding-left: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.tab_content_text_btn {
    background: #fe9309;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.case-tab_content_text a{
    text-decoration: none;
}
.case-tab01_content h4 {
    margin-bottom: 30px;
    border-bottom: 5px solid #3266cc;
    width: 50%;
}

/*----------sp------------*/
@media (max-width: 767px) {    
.case_content {
    flex-wrap: wrap;
    margin-bottom: 0px;
}.case_box {
    width: 100%;
    margin-bottom: 20px;
}
.case_box tbody {
    font-size: 15px;
}
.tab_item {
    font-size: 15px;
    width: 45%;
}
.tab_content {
    margin: 20px 0 0;
}
.case_btn_area {
    margin-top: 15px;
}
h2 {
     text-align: center;
}
.case-tab_content_box{
    flex-wrap: wrap;
}
.case-tab_content_box img {
    width: 100%;
}
.case-tab_content_text {
    width: 100%;
}
.tab_content_text_days {
    line-height: 1.7;
}
.tab_content_text_title {
    line-height: 1.2;
}
.case-tab01_content h4 {
    margin-bottom: 25px;
    font-size: 19px;
    width: 100%;
}
}


/*ポップアップ 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 */