@charset "UTF-8";

.wrap-section{
    margin-bottom: 60px;
}

.wrap-step{margin-bottom: 2rem;padding:2rem;background: #FFEBEB;border-radius:4px;}
.list-step{display: block;text-align: center;padding:16px 8px;border-radius: 3px;position: relative;border:solid 2px #d9333f;margin-bottom: 2rem;background: #fff;color: #d9333f;}
.wrap-step .list-step:last-child{margin-bottom: 0;}
.list-step:before {
    border: 18px solid transparent;
    border-top: 18px solid #d9333f;
    left: 50%;
    content: "";
    display: block;
    bottom: -36px;
    position: absolute;
    z-index: 1;
    margin-left: -18px;
}
.list-step:after {
    border: 18px solid transparent;
    border-top: 18px solid #fff;
    left: 50%;
    content: "";
    display: block;
    bottom: -34px;
    position: absolute;
    z-index: 1;
    margin-left: -18px;
}
.wrap-step .list-step:last-child:before,
.wrap-step .list-step:last-child:after{display: none;}

.table-basic{
    width:100%;
    border-top:1px solid #eee;
    border-left: 1px solid #eee;
}
.table-basic th,
.table-basic td{
    border-bottom:1px solid #eee;
    border-right: 1px solid #eee;
    padding:10px 5px;
    font-size: 13px;
}
.table-basic th{
    background: #fafafa;
    font-weight: bold;
}
.w50{width:50%;}
.w25{width:25%;}
.w-center{text-align: center;}
.w-right{text-align: right;}


.wrap-tweet{
    background: #fff;
    border-radius: 5px;
    padding:20px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e1e8ed;
    margin-bottom: 2rem;
}
.wrap-tweet p:last-child{
    padding-bottom: 0;
}
.icon-twitter{
    text-align: center;
    padding: 0 5px 5px 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e1e8ed;
}
.icon-twitter .fa-twitter{color: rgba(29,161,242,1.00) !important;}




.tbl-hikaku{
    width:100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-spacing: 0;
    margin-bottom: 1em;
}
.tbl-header{

}
.tbl-hikaku th,
.tbl-hikaku td{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 8px;
    font-size: 13px;
    vertical-align: middle;
    width: 24%;
    text-align: center;
}
.tbl-header th{
    background: #eee;
    text-align: center;
}
.tbl-hikaku .td-bold{
    background: #fafafa;
    text-align: center;
    width:28%;
}
.tbl-hikaku th img,
.tbl-hikaku td img{
    margin:0 auto;
    max-width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
.tbl-hikaku th,
.tbl-hikaku td{
    padding: 3px;
    font-size: 11px;
}
.tbl-hikaku th img,
.tbl-hikaku td img{
    zoom:0.6;
}
}