@charset "UTF-8";

/*----------▼共通部分▼------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}

.pc_dp_n{
    display: none;
}

h4{
    background-color: #3266cc;
    color: #fff;
    margin: 5% 3.5% 0;
    padding: 0.5% 0;
}

h2 {
    text-align: center;
    color: #3366cc;
    margin-top: 3.5%;
    font-size: 2.3rem;
}
.bgblue {
    background-color: #3266CC;
    height: 80px;
    position: relative;
}

.all_trouble>img {
    margin-top: -7%;
    z-index: 2;
    position: relative;
    max-width: 600px;
}
.prize_area_arrow::after {
    z-index: 0;
}
.mb20{
    margin-bottom: 20px;
}
/*----------sp------------*/
@media (max-width: 767px) { 
    .pc_dp_n{
        display: block;
    }
    .sp_dp_n{
        display: none;
    }
}
/*----------▲共通部分▲------------*/
.customer_voice{
    background-color: #fff;
}
.qa_area{
    border-top: 15px solid #0a57bb;
}
/*トラブル*/
h1.trouble_ttl {
    margin: 0% auto 1% auto;
    text-align: center;
    font-size: 2.8em;
    font-weight: bold;
    color: #3366cc;
}
.trouble_area{
    background-color: #def3ff;
    padding: 20px 40px 100px;
}
.trouble_area .content_ttl {
    width: 65%;
    max-width: 510px;
    margin: 1% auto;
}
.trouble-area-fx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trouble-area-box {
    background: #fff;
    border-radius: 20px;
    width: calc(98% / 2);
    border: 3px solid #3266cc;
    margin-top: 20px;
}
.trouble_area .trouble-area-box:last-child {
    margin: 20px auto 0;
}
.trouble-area-box a{
    color: initial;
    text-decoration: none;
}
.trouble-area-box .trouble-box-tit {
    font-size: 1.2em;
    background: #3266cc;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
}
.trouble-area-box img {
    padding: 15px 15px 0 15px;
    margin: 0;
}
.trouble-area-box p {
    padding: 5px 15px;
    margin: 0;
}
p.trouble-price{
    padding: 5px 15px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #e50710;
}
.trouble-price span{
    font-size: 30px;
}
p.trouble-txt{
    font-size: 16px;
    color: #000;
}
p.trouble-box-lin{
    position: relative;
    border: 2px solid #3266cc;
    border-radius: 10px;
    margin: 15px 15px;
    color: #3266cc;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.trouble-box-lin::after {
    content: "▶";
    color: #3266cc;
    font-size: 90%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.trouble-area-box:hover {
    opacity: 0.7 ;
}
/*----ガラスの種類----*/
.glass-kinds{
    margin: 60px 0 70px;
}
.glass-kinds img:first-child{
    width: 60%;
    margin: 30px auto;
    display: block;
}
.glass-kinds img:nth-child(2){
    width: 70%;
    margin: 40px auto;
    display: block;
}
.glass-kinds a img:first-child{
    width: 70%;
    margin: 55px auto;
    display: block;
}
/*----実際の施工事例----*/
.casestudy_area{
    background-color: #def3ff;
}
.casestudy_area .content_ttl{
    margin: 0px auto;
    padding-top: 20px;
}
.casestudy-area-fx{
    padding: 40px;
}
.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%;
}
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) {  
    /*トラブル*/
	h1.trouble_ttl {
    margin: -2% auto 0 auto;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #3366cc;
}
    .trouble_area {
        padding: 20px 20px 50px;
    }
    .trouble_area .content_ttl {
        width: 100%;
        max-width: 100%;
        margin: 3% auto;
    }
    .trouble-area-fx{
        flex-direction: column;
    }
    .trouble-area-box {
        width: 100%;
        margin-top: 20px;
    }
    .trouble-area-box .trouble-box-tit {
        font-size: 1.2em;
        padding: 10px;
    }
    p.trouble-price{
        padding: 5px 15px;
        font-size: 40px;
    }
    .trouble-price span{
        font-size: 28px;
    }
    p.trouble-txt{
        font-size: 18px;
    }
    p.trouble-box-lin{
        margin: 15px 15px;
        padding: 10px;
    }
    /*----ガラスの種類----*/
    .glass-kinds {
        margin: 60px 0 40px;
    }
    .glass-kinds img:first-child {
        width: 90%;
        margin: 20px auto;
    }
    .glass-kinds img:nth-child(2) {
        width: 90%;
        margin: 0px auto;
    }
    .glass-kinds a img:first-child {
        width: 90%;
        margin: 30px auto;
        display: block;
    }
    /*----実際の施工事例----*/ 
    .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 */