@charset "UTF-8";/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------- */
/* setting */
/* ----------------------------------- */
#roadto7{
    background-color: #000;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 40px 0;
}
#roadto7:before {
    background:url(../img/rt7_bg.jpg) no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: .5;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 30%) inset;;
}
#roadto7 img {
    border-style: none;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
#roadto7 .inner_rt7 {
    max-width: 1200px;
    margin: 0 auto;
}
#roadto7 .lead_rt7{
    color: #ffffff;
    padding-top: 30px;
    }
#roadto7 .parent{
    display: flex;
    height: auto;
}

#roadto7 .child{
    font-size: 30px;
    padding: 4px 4px 15px;
    margin: 20px 6px;
    background-color: #ffffff;
    width: 150px;
    height: fit-content;
}

#roadto7 .mode1 .a1 {background: url(../img/ph_main_1.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a1 {background: url(../img/ph_main_1-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a2 {background: url(../img/ph_main_2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a2 {background: url(../img/ph_main_2-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a3 {background: url(../img/ph_main_3.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a3 {background: url(../img/ph_main_3-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a4 {background: url(../img/ph_main_4.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a4 {background: url(../img/ph_main_4-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a5 {background: url(../img/ph_main_5.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a5 {background: url(../img/ph_main_5-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a6 {background: url(../img/ph_main_6.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a6 {background: url(../img/ph_main_6-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a7 {background: url(../img/ph_main_7.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a7 {background: url(../img/ph_main_7-2.png) no-repeat center 4px/ 100%,#fff;}

#roadto7 .child .name { padding-top: 15px;}

#roadto7 .child .mov-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px;
}
#roadto7 .child .mov-box  a:nth-child(1) {
    float: left;
    width: 50%;
}
#roadto7 .child .mov-box a:nth-child(2) {
    float: right;
    width: 50%;
}
#roadto7 .child a img, button img {pointer-events: painted;}
#roadto7 .child a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: underline;
  display: inline-block;
}
#roadto7 .child a,#roadto7 .bnr_rt7 a{ transition: opacity .3s;}
@media (hover: hover) {
    #roadto7 .child a:hover,#roadto7 .bnr_rt7 a:hover { opacity: .55 }

}
@media (hover: none) {
    #roadto7 .child a:active,#roadto7 .bnr_rt7 a:active{ opacity: .55 }
}
#roadto7 .bnr_rt7 {
    width: 460px;
    margin: 0 auto;
    padding: 0 0 20px;
}