@charset "utf-8";


/* 共通パーツ */

.border-right-own{
    border-right: 1px solid #dadada;
    margin-right: -1px;
}
.border-left-own{
    border-left: 1px solid #dadada;
    margin-left: -1px;
}
.w50{
    width: 50%;
    float: left;
}
.alignCenter{
    text-align: center;
}
.bar{
    width:60px;
    height:5px;
    margin:10px auto;
    margin-bottom: 24px;
  }
.blue{
    background:#117cb8;
}
.green{
   background-color: #28a745;
}
/* 共通パーツ終わり */
#title{
    text-align: center;
    color: #117cb8;
    font-weight: bold;
    margin-bottom: 55px;
}
.wrapper{
    width:100%;
    display: table;
    height: auto;
    border-bottom: 3px solid #dadada;
}
.row{
    margin:auto;
}
.empty-box{
    height: 10px;
}
.name-title{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    color:#566985;
}
.content-box{
    text-align: left;
    padding: 20px;
    margin: 40px auto 0;
    max-width: 400px;
    border: 1px solid #9f9d9d;
    box-shadow: 9px 9px 0 -1px #efefef;
    -moz-box-shadow: 9px 9px 0 -1px #efefef;
    -webkit-box-shadow: 9px 9px 0 -1px #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#before-last-box{
    padding-bottom: 60px;
}
#last-content{
    margin: 0 auto;
}
.rear-btn{
    margin-left: 44px;
}
.originalbtn2{
    margin: 20px 20px;
}
.gradient-bg{
    margin-top:50px;
}
.btn-container{
    margin-top:80px;
}
@media screen and (min-width: 740px) {
    .flex-evenly{
        display: flex;
        justify-content: space-evenly;
    }
}
