
/* =======================
　　　SP・共通部分
======================= */
.history_item_wrap{
    width: 100%;
    margin: 60px auto 50px;
}
.history_item{
    border-top: 1px solid #213D6F;
    padding-top: 30px;
    margin-bottom: 20px;
}
.history_item:first-child{
    border-top: none;
    padding-top: 0;
}
.history_item .history_ttl{
    color: #213D6F;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}
.history_item .history_detail{
    padding-left: 25px;
    font-weight: bold;
}

.map{
    width: 100%;
    margin-bottom: 80px;
}
.map iframe{
    width: 100%;
    height: 250px;
}

/* =======================
　　　      PC
======================= */

@media screen and (min-width:769px) {

.history_item_wrap{
    width: 90%;
    margin: 150px auto 100px;
}
.history_item{
    display: flex;
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.history_item .history_ttl{
    width: 20%;
    padding-left: 10px;
    margin: 0;
}
.history_item .history_detail{
    padding: 0;
}

.map{
    width: 100%;
    margin-bottom: 115px;
}
.map iframe{
    width: 100%;
    height: 400px;
}

}