/* タイトル下マージン調整 */
.is__ins_dsc{
    text-align: center;
    margin-top: 0;
}
.is__box01{
    margin-top: 0;
}
@media (max-width: 768px){
.is__ins_dsc{
    text-align: left;
}
}
.ins__inr > .cmn__ttl{
    margin-bottom: 1.2em;
}
.ins__inr .is__box:not(:first-of-type){
    margin-top: 70px;
    margin-bottom: 0;
}
.ins__inr .is__box:first-of-type{
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 768px){
.ins__inr .is__box:not(:first-of-type){
    margin-top: 0;
}
.cmn__inr.is__box{
    margin-top: 0;
}
}
/* SP時boxのborder */
@media (max-width: 768px){
.ins__inr{
    overflow: hidden;
}
.cmn__inr.is__box {
    border-bottom: none;
}
.cmn__inr.is__box:first-of-type {
    border-top: none;
    position: relative;
}
.cmn__inr.is__box:last-of-type {
    padding-bottom: 6.9vw;
    border-bottom: 1px solid #E2E2E2;
}
.cmn__inr.is__box:first-of-type::before{
    content: '';
    display: inline-block;
    height: 1px;
    width: 200%;
    position: absolute;
    top: 0;
    left: -10%;
    background: #E2E2E2;
}
}
.tmp__box .cmn__ttl.is__m{
    margin-bottom: 20px;
}

/* SP時の画像 */
@media (max-width: 768px){
.cmn__img{
    max-width: 57.3vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}