@media screen and (max-width:480px) { 
    .sup .sup_att li {
        width: 100%;
        margin: 1% 2%;
        background: #efefef;
        padding: 15px;
        font-size: 15px;
	}
    .sup .supbpox ul {
        margin-top: 0;
    	padding-left: 0px;
        list-style: none;
    }
}
@media screen and (min-width:480px) { 
    .sup .sup_att li {
        width: 100%;
        margin: 1% 2%;
        background: #efefef;
        padding: 15px;
        font-size: 15px;
	}
    .sup .supbpox ul {
        margin-top: 0;
    	padding-left: 0px;
        list-style: none;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    .sup .sup_att li {
        width: 48%;
        margin: 1%;
        background: #efefef;
        padding: 15px;
        font-size: 15px;
	}
}
@media screen and (min-width:1024px) {
    .sup .sup_att li {
        width: 48%;
        margin: 1%;
        background: #efefef;
        padding: 15px;
        font-size: 15px;
	} 
}

.sup {
    padding: 10px 0;
    max-width: 1200px;
    width: 96%;
    margin: 10px auto;
    position: relative;
}

.sup .sup_wrap {
    padding: 50px 15px;
}

.sup .supbpox,.supbpox-last {
    max-width: 1000px;
    width: 100%;
    background: #fff;
    border: 2px solid #28c3d4;
    border-radius: 15px;
    margin: 0 auto 60px;
    padding: 30px 15px;
    position: relative;
}

.sup .supbpox:before {
    width:0;
	height:0;
	border-right:30px solid transparent;
	border-left:30px solid transparent;
	border-top:30px solid #28c3d4;
    
    content: url(../images/sup_ar.png);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sup .supbpox h4, .supbpox-last h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #28c3d4;
}

.sup .supbox_btn a {
    background: #28c3d4;
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    display: block;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: all .5s;
    border: 1px solid #28c3d4;
}

.sup .sup_office {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sup .sup_office li{
    margin: 10px 10px;
    transition: all .5s;
}

.sup .sup_att {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
}



.sup .sup_att .kakunin {
    background: #fff;
}

.sup .sup_plicy {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    font-size: 15px;
}

.sup .supbox_btn02 a {
    background: #fff;
    color: #f56e64;
}

.sup .supbox_btn a {
    background: #28c3d4;
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    display: block;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: all .5s;
    border: 1px solid #28c3d4;
}