@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

#main_column {
  font-style: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#main_column img{
  vertical-align:bottom;
}
#main_column h1,
#main_column h2,
#main_column h3{
  margin:0;
}
#main_column .flex{
  display:-webkit-flex;
  display:flex;
}

.mfp-iframe-holder .mfp-content{
  max-width:1040px !important;
}
.mfp-iframe-scaler iframe svg{
  width:100%;
}
.mfp-iframe-scaler iframe{
  background:#fff !important;
}


@media (min-width:651px){
  .pc{
    display:block;
  }
  .pc-i{
    display:inline;
  }
  .sp, .sp-i{
    display:none;
  }
  
  a:hover img{
    opacity:0.7;
  }
  
  #main_column{
    background:#1A1A1A;
    padding-top: 141px;
  }
  
  .main{
    text-align:center;
  }
  .main h1{
    background:#000;
  }
  
  .main div {
    background:-webkit-linear-gradient(left,  rgba(40,75,220,0) 0%,rgba(40,75,220,1) 30%,rgba(40,75,220,1) 70%,rgba(40,75,220,0) 100%);
    background:linear-gradient(to right,  rgba(40,75,220,0) 0%,rgba(40,75,220,1) 30%,rgba(40,75,220,1) 70%,rgba(40,75,220,0) 100%);
    padding:30px 0;
  }
  
  .main div > p {
    color:#fff;
    line-height:1.2;
  }
  
  .main div > p:nth-of-type(1) {
    font-size:34px;
    font-weight:700;
  }
  
  .main div > p:nth-of-type(1) > span {
    font-size:22px;
  }
  
  .main div > p:nth-of-type(2) {
    margin-top:15px;
    position:relative;
    z-index:1;
    font-size:20px;
    font-weight:500;
  }
  
  .main div > p:nth-of-type(2):before {
    content:"";
    background-color:#fff;
    width:940px;
    height:1px;
    position: absolute;
    z-index:-1;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
  }
  
  .main div > p:nth-of-type(2) > span {
    background-color:#284bdc;
    display:inline-block;
    padding:0 20px;
    position:relative;
    font-size: 22px;
  }

  #mirror .title{
    padding:60px 0 70px;
    color:#fff;
    text-align:center;
  }
  #mirror .title h2{
  }
  #mirror .title p{
    font-size:19px;
    line-height:1.52;
  }
  
  #mirror .guidance{
    padding:70px 0 90px;
    background:#fff;
    text-align:center;
  }
  #mirror .guidance p{
    margin:20px auto 60px;
    font-size:19px;
    line-height:1.5;
  }
  
  #point{
    padding:88px 0;
    color:#fff;
    text-align:center;
  }
  #point .inner{
    max-width:1000px;
    margin:0 auto;
  }
  #point h2{
    cursor:pointer;
  }
  #point h2 img:hover{
    opacity:0.7;
  }
  #point h2 img.close{
    display:none;
  }
  #point h2.on img.close{
    display:inline;
  }
  #point h2.on img.open{
    display:none;
  }
  #point .point_block{
    padding:75px 0;
  }
  #point .flex{
    margin-bottom:50px;
  }
  #point .flex .number{
    width:160px;
    margin-right:auto;
  }
  #point .flex .text{
    width:766px;
    text-align:left;
  }
  #point .flex .text h3{
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:27px;
    font-weight:bold;
    line-height:1.18;
    border-bottom:1px solid #3B1FBA;
  }
  #point .flex .text p{
    font-size:19px;
    line-height:1.684;
  }
  #point .flex .text p.comments{
    font-size:15px;
    margin-top:15px;
  }
  #point .point_image img+img{
    margin-left:10px;
  }
  #point .toggle{
    display:none;
  }
  
  #connection{
    background-color: #e6e6e6;
    padding:90px 0 115px 0;
    text-align:center;
  }
  #connection .inner{
    max-width:1000px;
    margin:0 auto;
  }
  #connection h2{
    margin-bottom:60px;
    font-size:27px;
    font-weight:bold;
    line-height:1.0;
  }
  #connection h2 span{
    display:block;
    margin-top:1.0em;
    font-size:19px;
    font-weight:normal;
    font-family:Europe,sans-selif;
  }
  #connection h3{
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
  }
  #connection h3:before{
    content: "";
    background-color: #1a1a1a;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #connection h3 span{
    background-color: #e6e6e6;
    display: inline-block;
    padding: 0 55px;
    font-size: 18px;
    font-weight: 500;
  }
  #connection .connection_btn{
    margin-bottom:50px;
  }
  #connection .connection_type{
  }
  #connection .connection_type ul{
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  #connection .connection_type ul li{
    width:49%;
  }
  #connection .connection_btn a,
  #connection .connection_type ul li a{
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    height:140px;
    color:#fff;
    font-size:20px;
    font-weight: 500;
    line-height:1.5;
    position:relative;
    border-radius: 7px;
  }
  #connection .connection_btn a:hover,
  #connection .connection_type ul li a:hover{
    text-decoration:none;
    opacity:0.7;
  }
  #connection .connection_type ul li a:before,
  #connection .connection_type ul li a:after{
    content:"";
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    right:0;
    bottom:0;
  }
  #connection .connection_type ul li a:before{
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #connection .connection_type ul li a:after{
    background:url(../../../../img/usr/freepage/mirroring/2106/icon_pdf.png) no-repeat center;
    z-index: 2;
  }
  #connection .connection_type ul.year20{
    margin-top:20px;
  }
  #connection .connection_btn a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn01_bg.png) repeat;
  }
  #connection .connection_type ul.year19 li a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn02_bg.png) repeat;
  }
  #connection .connection_type ul.year20 li a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn03_bg.png) repeat;
  }
  #connection .connection_fitting{
    background-color: #fff;
    margin-top:50px;
    padding: 45px 0 60px 0;
    position: relative;
  }
  #connection .connection_fitting:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 70px 0 70px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #connection .connection_fitting a {
    background-color: #284bdc;
    display: block;
    overflow: hidden;
    border-radius: 7px;
  }
  #connection .connection_fitting a:hover{
    text-decoration:none;
    opacity:0.7;
  }
  #connection .connection_fitting a span {
    display: block;
    text-align: center;
  }
  #connection .connection_fitting a span:nth-of-type(1) {
    background-color: #ffff3d;
    padding: 10px 15px;
    color: #284bdc;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
  }
  #connection .connection_fitting a span:nth-of-type(2) {
    padding: 15px;
    position: relative;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
  }
  #connection .connection_fitting a span:nth-of-type(2):before,
  #connection .connection_fitting a span:nth-of-type(2):after {
    content: "";
    background: url(../../../../img/usr/freepage/mirroring/2106/btn04_arrow.png) no-repeat center;
    width: 62px;
    height: 36px;
    position: absolute;
    top: 50%;
  }
  #connection .connection_fitting a span:nth-of-type(2):before {
    left: 140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #connection .connection_fitting a span:nth-of-type(2):after {
    right: 140px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  
  #lineup{
    background-color: #fff;
    padding:90px 0 170px 0;
  }
  #lineup .inner{
    max-width:1000px;
    margin:0 auto;
  }
  #lineup h2{
    margin-bottom:35px;
    font-size:23px;
    font-weight:bold;
    line-height:1.0;
    text-align:center;
  }
  #lineup h2 span {
    display: block;
    font-size: 27px;
    margin-top: 1.0em;
  }
  #lineup h2 span.eu{
    display:block;
    margin-top:1.0em;
    font-size:19px;
    font-weight:normal;
    font-family:Europe,sans-selif;
  }
  #lineup .lineup_block {
    margin-bottom: 100px;
    position: relative;
  }
  #lineup .lineup_block:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #lineup .lineup_block > dt {
    background-color: #333;
    display: block;
    padding: 10px 20px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
  }
  #lineup .lineup_block > dt > span {
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
  }
  #lineup .lineup_block > dd {
  }
  #lineup .lineup_block > dd.lineup_btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #lineup .lineup_block > dd.lineup_btn a {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 75px;
    border: 1px solid #bec9f4;
    color: #284bdc;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
  }
  #lineup .lineup_block > dd.lineup_btn a:hover {
    opacity: 0.7;
  }
  #lineup .lineup_block > dd > ul {
    padding: 0 30px;
    margin: -50px 0 0 -60px;
    list-style: none;
    letter-spacing: -.40em;
  }
  #lineup .lineup_block > dd > ul > li {
    display: inline-block;
    width: 50%;
    padding-left: 60px;
    margin-top: 50px;
    letter-spacing: normal;
    vertical-align: top;
  }
  #lineup .lineup_block > dd > ul > li > dl > dt {
    display: block;
    padding: 0 10px 5px 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(1) > dl > dt {
    color: #d4145a;
    border-bottom: 1px solid #d4145a;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(2) > dl > dt {
    color: #265cbd;
    border-bottom: 1px solid #265cbd;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(3) > dl > dt {
    color: #002364;
    border-bottom: 1px solid #002364;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd {
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul {
    list-style: none;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li {
    margin-bottom: 15px;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl {
    display: flex;
    align-items: center;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dt {
    background-color: #f2f2f2;
    display: block;
    width: 40%;
    padding: 10px;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 1000px;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd {
    width: 60%;
    padding-left: 20px;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd a {
    color: #284bdc;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd a:hover {
    opacity: 0.7;
  }
  
  #search{
    text-align:center;
    background: #dfe2f7;
  }
  #search h2{
    margin-bottom:-32px;
    position: relative;
    z-index: 1;
  }
  #search h2:before{
    content: "";
    background-color: #1a1a1a;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }
  #step{
    height:685px;
    padding-top:55px;
    background:#4a5dd3;
  }
  #choice{
    max-width:900px;
    margin:0 auto;
    position:relative;
    padding-bottom:45px;
  }
  #choice h3 {
    margin-bottom:30px;
  }
  #choice h3:after{
    content:"";
    /*display:block;*/
    display: none;
    width:60px;
    height:40px;
    margin:20px auto 30px;
    background: url(../../../../img/usr/freepage/mirroring/arrow.png) no-repeat center;
  }
  #choice input{
    width:40px;
    height:40px;
    margin:15px 0 0;
    background:#999;
    border:3px solid #000;
    border-radius:0;
    position:relative;
  }
  #choice input[type="radio"]:focus{
    outline:none;
  }
  #choice input[type="radio"]:checked{
    background:#fff;
  }
  #choice input[type="radio"]:checked:after{
    content:"";
    width:40px;
    height:40px;
    background:url(../../../../img/usr/freepage/mirroring/2110/check.png) no-repeat center;
    -webkit-transform: rotate(0deg);
    position:absolute;
    top:-3px;
    left:-3px;
  }
  #choice .flex{
    justify-content:space-between;
  }
  #choice .flex img.pc{
  }
  #step1:not(.current),
  #step2:not(.current),
  #step3:not(.current){
    display:none;
  }
  #next{
    display: -webkit-flex;
    display: flex;
    width:100%;
    justify-content:center;
    align-items:center;
    position:absolute;
    bottom:-150px;
    left:0;
  }
  #next a{
    display:inline-block;
    margin:0 65px;
  }
  #next a.next{
    /* width:101px; */
  }
  #next a.back{
    /* width:104px; */
  }
  #next a img{
    width: auto;
    height: 24px;
  }
  #selected{
    margin-bottom:75px;
  }
  #selected .inner{
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
    max-width:900px;
    margin:0 auto;
    background:#fff;
    border: 2px solid #f43a90;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing:border-box;
  }
  #selected .inner div{
    display:-webkit-flex;
    display:flex;
    align-items:center;
    width:33.33333%;
    height: 100px;
    border-left: 2px solid #f43a90;
    position: relative;
  }
  #selected .inner div:nth-of-type(1) {
    border-left: none;
  }
  #selected .inner div:nth-of-type(2) {
    background-color: #dfe2f7;
  }
  #selected .inner div span{
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height: 100%;
  }
  #selected .inner div img {
    position: absolute;
    top: -27px;
    left: -2px;
  }
  #selected .step1,
  #selected .step2,
  #selected .step3{
    font-size:20px;
    font-weight: bold;
    line-height:1.15;
  }
  #result{
    width: 900px;
    margin: 0 auto;
    padding:35px 0 50px;
    text-align:center;
  }
  #result p:nth-of-type(1){
    background-color: #1a1a1a;
    padding: 15px;
    margin-bottom:30px;
    font-size:22px;
    color: #fff;
    font-weight:bold;
    line-height: 1;
    border-radius: 10px;
    position: relative;
  }
  #result p:nth-of-type(1):after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #1a1a1a transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: -webkit-translateX(-50%);
    transform: translateX(-50%);
  }
  #result p:nth-of-type(2){
    margin-top:20px;
    color: #1a1a1a;
    font-size:22px;
    font-weight: bold;
  }
  #result .number{
    background: url(../../../../img/usr/freepage/mirroring/2110/search_results_number_bg.png) no-repeat center;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    width:900px;
    height:96px;
    padding-right: 60px;
    margin:0 auto;
    color: #1a1a1a;
    font-size:35px;
    font-weight:bold;
    line-height:1.0;
    text-decoration:underline;
  }
  #result .number a{
  }
  #result .number a:hover{
    opacity:0.7;
  }
  
  #unit{
    padding:74px 0 50px;
    background:#fff;
    text-align:center;
  }
  #unit h2{
    margin-bottom:50px;
  }
  #unit p{
    margin-top:30px;
    font-size:23px;
    line-height:1.82;
  }
  
  #banner{
    padding:60px 0;
    background:#F2F2F2;
    text-align:center;
  }
  
  #floating {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #floating a {
    background-color: #284bdc;
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 25px 25px 70px 25px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #floating a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #floating a:after {
    content: "";
    background: url(../../../../img/usr/freepage/mirroring/2106/floating_arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


@media (max-width:650px){
  .pc, .pc-i{
    display:none;
  }
  .sp{
    display:block;
  }
  .sp-i{
    display:inline;
  }
  body{
    min-width:inherit;
  }
  .wrapper{
    overflow:hidden;
  }

  #main_column{
    background:#1A1A1A;
  }
  
  .main {
    text-align: center;
  }
  
  .main h1 {
    width: 180vw;
    padding:0;
  }
  
  .main h1 img {
    display: block;
    margin-left: -40vw;
  }
  
  .main div {
    background:-webkit-linear-gradient(left,  rgba(40,75,220,0) 0%,rgba(40,75,220,1) 10%,rgba(40,75,220,1) 90%,rgba(40,75,220,0) 100%);
    background:linear-gradient(to right,  rgba(40,75,220,0) 0%,rgba(40,75,220,1) 10%,rgba(40,75,220,1) 90%,rgba(40,75,220,0) 100%);
    padding:15px 0;
  }
  
  .main div > p {
    color:#fff;
    line-height:1.2;
  }
  
  .main div > p:nth-of-type(1) {
    font-size:calc(3.384vw * 1.4);
    font-weight:700;
  }
  
  .main div > p:nth-of-type(1) > span {
    font-size:calc(3.384vw * 1.1);
  }
  
  .main div > p:nth-of-type(2) {
    margin-top:5px;
    position:relative;
    z-index:1;
    font-size:3.384vw;
    font-weight:500;
  }
  
  .main div > p:nth-of-type(2):before {
    content:"";
    background-color:#fff;
    width:92vw;
    height:1px;
    position:absolute;
    top:50%;
    left:50%;
    z-index:-1;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
  }
  
  .main div > p:nth-of-type(2) > span {
    background-color:#284bdc;
    display:inline-block;
    padding:0 5px;
    font-size:3.384vw;
  }

  #mirror .title{
    padding:6.153846vw 0;
    color:#fff;
    text-align:center;
  }
  #mirror .title h2{
    width:80vw;
    margin:auto;
  }
  #mirror .title p{
    font-size:3.384vw;
    line-height:1.36;
  }
  
  #mirror .guidance{
    padding:10.76923vw 5.384615vw 13.84615vw;
    background:#fff;
    text-align:center;
  }
  #mirror .guidance p{
    margin:4.615385vw auto 10.76923vw;
    font-size:3.384vw;
    line-height:1.36;
  }
  
  #point{
    padding:12.3vw 0 11.53846vw;
    color:#fff;
    text-align:center;
  }
  #point .inner{
    margin:0 auto;
  }
  #point h2{
    width:80vw;
    margin:auto;
    cursor:pointer;
  }
  #point h2 img:hover{
    opacity:0.7;
  }
  #point h2 img.close{
    display:none;
  }
  #point h2.on img.close{
    display:inline;
  }
  #point h2.on img.open{
    display:none;
  }
  #point .point_block{
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    width:89.23077vw;
    margin:0 auto;
    padding:6.92vw 0;
  }
  #point .flex{
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:6.92vw;
  }
  #point .flex .number{
    width:22.15385vw;
    margin-bottom:6.153846vw;
  }
  #point .flex .text{
    width:100%;
    text-align:left;
  }
  #point .flex .text h3{
    margin-bottom:3vw;
    padding-bottom:3vw;
    font-size:4.153846vw;
    font-weight:bold;
    text-align:center;
    line-height:1.18;
    border-bottom:1px solid #3B1FBA;
  }
  #point .flex .text p{
    width:80vw;
    margin:0 auto;
    font-size:3.384615vw;
    line-height:1.6;
  }
  #point .flex .text p.comments{
    font-size:calc(3.384615vw * 0.8);
    margin-top:5px;
  }
  #point .point_image img{
    width:44.15385vw;
  }
  #point .point_image img+img{
    margin-left:auto;
    float:right;
  }
  #point .toggle{
    display:none;
  }
  
  #connection{
    background-color: #e6e6e6;
    padding:13.84615vw 0 13.84615vw;
    text-align:center;
  }
  #connection .inner{
    width:89.23077vw;
    margin:0 auto;
  }
  #connection h2{
    margin-bottom:6.153846vw;
    font-size:4.461538vw;
    font-weight:bold;
    line-height:1.4;
  }
  #connection h2 span{
    display:block;
    margin-top:0.8em;
    font-size:3.384615vw;
    font-weight:normal;
    font-family:Europe,sans-selif;
  }
  #connection h3{
    margin-bottom: 4.6875vw;
    position: relative;
    z-index: 1;
  }
  #connection h3:before{
    content: "";
    background-color: #1a1a1a;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #connection h3 span{
    background-color: #e6e6e6;
    display: inline-block;
    padding: 0 20px;
    font-size: 3.75vw;
    font-weight: 500;
  }
  #connection .connection_btn{
    margin-bottom:7vw;
  }
  #connection .connection_type{
  }
  #connection .connection_type ul{
  }
  #connection .connection_type ul li{
    width:100%;
    margin-top:5.38615vw;
  }
  #connection .connection_btn a,
  #connection .connection_type ul li a{
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    height:16.92308vw;
    color:#fff;
    font-size:3.384615vw;
    line-height:1.3636;
    position:relative;
    border-radius: 5px;
  }
  #connection .connection_btn a:hover,
  #connection .connection_type ul li a:hover{
    text-decoration:none;
    opacity:0.7;
  }
  #connection .connection_type ul li a:before,
  #connection .connection_type ul li a:after{
    content:"";
    display:block;
    width:calc(100vw * (60 / 640));
    height:calc(100vw * (60 / 640));
    position:absolute;
    right:0;
    bottom:0;
  }
  #connection .connection_type ul li a:before{
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #connection .connection_type ul li a:after{
    background:url(../../../../img/usr/freepage/mirroring/2106/icon_pdf.png) no-repeat center;
    background-size: 120% auto;
    z-index: 2;
  }
  #connection .connection_type ul.year20{
  }
  #connection .connection_btn a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn01_bg.png) repeat;
  }
  #connection .connection_type ul.year19 li a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn02_bg.png) repeat;
  }
  #connection .connection_type ul.year20 li a{
    background:url(../../../../img/usr/freepage/mirroring/2106/btn03_bg.png) repeat;
  }
  #connection .connection_fitting{
    background-color: #fff;
    margin-top:calc(100vw * (60 / 640));
    padding: calc(100vw * (45 / 640)) 0 calc(100vw * (60 / 640)) 0;
    position: relative;
  }
  #connection .connection_fitting:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(100vw * (60 / 640) * 0.7) calc(100vw * (70 / 640) * 0.8) 0 calc(100vw * (70 / 640) * 0.7);
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: calc(100vw * (-59 / 640) * 0.7);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #connection .connection_fitting a {
    background-color: #284bdc;
    display: block;
    overflow: hidden;
    border-radius: 5px;
  }
  #connection .connection_fitting a:hover{
    text-decoration:none;
    opacity:0.7;
  }
  #connection .connection_fitting a span {
    display: block;
    text-align: center;
  }
  #connection .connection_fitting a span:nth-of-type(1) {
    background-color: #ffff3d;
    padding: calc(100vw * (10 / 640)) calc(100vw * (15 / 640));
    color: #284bdc;
    font-size: calc(100vw * (22 / 640));
    font-weight: 500;
    text-decoration: underline;
  }
  #connection .connection_fitting a span:nth-of-type(2) {
    padding: calc(100vw * (15 / 640));
    position: relative;
    color: #fff;
    font-size: calc(100vw * (32 / 640));
    font-weight: 700;
  }
  #connection .connection_fitting a span:nth-of-type(2):before,
  #connection .connection_fitting a span:nth-of-type(2):after {
    content: "";
    background: url(../../../../img/usr/freepage/mirroring/2106/btn04_arrow.png) no-repeat center;
    background-size: 100% auto;
    width: calc(100vw * (62 / 640) * 0.9);
    height: calc(100vw * (36 / 640) * 0.9);
    position: absolute;
    top: 50%;
  }
  #connection .connection_fitting a span:nth-of-type(2):before {
    left: calc(100vw * (20 / 640));
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #connection .connection_fitting a span:nth-of-type(2):after {
    right: calc(100vw * (20 / 640));
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  
  #lineup{
    background-color: #fff;
    padding:calc(100vw * (90 / 640)) 0 calc(100vw * (100 / 640)) 0;
  }
  #lineup .inner{
    width:89.23077vw;
    margin:0 auto;
  }
  #lineup h2{
    margin-bottom:6.153846vw;
    font-size:3.684615vw;
    font-weight:bold;
    line-height:1.4;
    text-align:center;
  }
  #lineup h2 span {
    display: block;
    font-size:4.461538vw;
    margin-top: 0.8em;
  }
  #lineup h2 span.eu{
    display:block;
    margin-top:0.8em;
    font-size:3.384615vw;
    font-weight:normal;
    font-family:Europe,sans-selif;
  }
  #lineup .lineup_block {
    margin-bottom: calc(100vw * (60 / 640));
    position: relative;
  }
   #lineup .lineup_block > dt > span {
    display: block;
    font-size: calc(100vw * (20 / 640));
  }
  #lineup .lineup_block:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #lineup .lineup_block > dt {
    background-color: #333;
    display: block;
    padding: calc(100vw * (10 / 640)) calc(100vw * (20 / 640));
    margin-bottom: calc(100vw * (40 / 640));
    color: #fff;
    font-size: calc(100vw * (26 / 640));
    font-weight: 500;
  }
  #lineup .lineup_block > dd {
  }
  #lineup .lineup_block > dd.lineup_btn {
    margin-top: calc(100vw * (40 / 640));
  }
  #lineup .lineup_block > dd.lineup_btn a {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: calc(100vw * (75 / 640));
    margin: 0 auto;
    border: 1px solid #bec9f4;
    color: #284bdc;
    font-size: calc(100vw * (22 / 640));
    font-weight: 500;
    text-decoration: underline;
  }
  #lineup .lineup_block > dd.lineup_btn a:hover {
    opacity: 0.7;
  }
  #lineup .lineup_block > dd > ul {
    padding: 0 calc(100vw * (30 / 640));
    margin: calc(100vw * (-50 / 640)) 0 0 -0;
    list-style: none;
    letter-spacing: -.40em;
  }
  #lineup .lineup_block > dd > ul > li {
    display: inline-block;
    width: 100%;
    margin-top: calc(100vw * (50 / 640));
    letter-spacing: normal;
    vertical-align: top;
  }
  #lineup .lineup_block > dd > ul > li > dl > dt {
    display: block;
    padding: 0 calc(100vw * (10 / 640)) calc(100vw * (5 / 640)) calc(100vw * (10 / 640));
    margin-bottom: calc(100vw * (30 / 640));
    font-size: calc(100vw * (22 / 640));
    font-weight: 700;
    line-height: 1.4;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(1) > dl > dt {
    color: #d4145a;
    border-bottom: 1px solid #d4145a;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(2) > dl > dt {
    color: #265cbd;
    border-bottom: 1px solid #265cbd;
  }
  #lineup .lineup_block > dd > ul > li:nth-of-type(3) > dl > dt {
    color: #002364;
    border-bottom: 1px solid #002364;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd {
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul {
    list-style: none;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li {
    margin-bottom: calc(100vw * (15 / 640));
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl {
    display: flex;
    align-items: center;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dt {
    background-color: #f2f2f2;
    display: block;
    width: 50%;
    padding: calc(100vw * (10 / 640));
    color: #4d4d4d;
    font-size: calc(100vw * (24 / 640));
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 1000px;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd {
    width: 50%;
    padding-left: calc(100vw * (20 / 640));
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd a {
    color: #284bdc;
    font-size: calc(100vw * (22 / 640));
    font-weight: 500;
    text-decoration: underline;
  }
  #lineup .lineup_block > dd > ul > li > dl > dd > ul > li > dl > dd a:hover {
    opacity: 0.7;
  }
  
  #search{
    text-align:center;
    background: #dfe2f7;
  }
  #search h2{
    margin-bottom:-5.2vw;
  }
  #step{
    height:210vw;
    padding-top:8vw;
    background:#4a5dd3;
  }
  #choice{
    max-width:1000px;
    margin:0 auto;
    position: relative;
  }
  #choice .inner{
    width:80vw;
    margin:0 auto;
  }
  #choice h3 {
    margin-bottom:4vw;
  }
  #choice h3:after{
    content:"";
    /* display:block; */
    display: none;
    width:6.923077vw;
    height:4.615385vw;
    margin:2.3vw auto 4.615385vw;
    background: url(../../../../img/usr/freepage/mirroring/arrow.png) no-repeat center/contain;
  }
  #choice input{
    display:inline-block;
    width:8.769231vw;
    height:8.769231vw;
    margin:0 0;
    background:#999;
    border:2px solid #000;
    border-radius:0;
    position:relative;
  }
  #choice input[type="radio"]:focus{
    outline:none;
  }
  #choice input[type="radio"]:checked{
    background:#fff;
  }
  #choice input[type="radio"]:checked:after{
    content:"";
    width:8.769231vw;
    height:8.769231vw;
    background: url(../../../../img/usr/freepage/mirroring/2110/check.png) no-repeat center/contain;
    -webkit-transform: rotate(0deg);
    position:absolute;
    top:-2px;
    left:-2px;
  }
  #choice .flex{
    justify-content:space-between;
    flex-direction:column;
  }
  #choice .flex .col{
    margin-bottom:4vw;
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    align-items:center;
  }
  #choice .flex .col img{
    width:66.15385vw;
  }
  #choice .flex label{
  }
  #step1:not(.current),
  #step2:not(.current),
  #step3:not(.current){
    display:none;
  }
  #next{
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    bottom: -41vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #next a{
    display:block;
    margin:0 3vw;
    line-height:1.0;
  }
  #next a.next{
    /* width:16.30769vw; */
  }
  #next a.back{
    /* width:16.92308vw; */
  }
  #next a img {
    width: auto;
    max-width: initial;
    height: 4.5vw;
  }
  #selected{
  }
  #selected .inner{
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:80vw;
    height:32.30769vw;
    margin:0 auto;
    padding:3.076923vw;
    background:#fff;
    border-radius:1.538462vw;
    border: 2px solid #f43a90;
    box-sizing:border-box;
  }
  #selected .inner div{
    display:-webkit-flex;
    display:flex;
    align-items:center;
  }
  #selected .inner div span{
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    width:calc(100% - 19.07692vw);
    font-weight: bold;
  }
  #selected .step1,
  #selected .step2{
    font-size:3.538462vw;
    line-height:1.15;
  }
  #selected .step3{
    font-size:3.076923vw;
    line-height:1.15;
  }
  #selected .step1 img,
  #selected .step2 img,
  #selected .step3 img{
    width:19.07692vw;
  }
  
  #result{
    padding:7.692308vw 0 12.30769vw;
    text-align:center;
  }
  #result p:nth-of-type(1){
    background-color: #1a1a1a;
    width:calc(100vw * (810 / 640) * 0.75);
    margin:0 auto 3.076923vw auto;
    padding: 10px;
    color: #fff;
    font-size:3.538462vw;
    font-weight:bold;
    position: relative;
    border-radius: 5px;
  }
  #result p:nth-of-type(1):after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #1a1a1a transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #result p:nth-of-type(2){
    margin-top:3.076923vw;
    color: #1a1a1a;
    font-size:calc(100vw * (21 / 640));
    font-weight: bold;
  }
  #result .number{
    background: url(../../../../img/usr/freepage/mirroring/2110/search_results_number_bg.png) no-repeat center;
    background-size: 100% auto;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    width:calc(100vw * (810 / 640) * 0.75);
    height:calc(100vw * (110 / 640) * 0.75);
    padding-right: calc(100vw * (40 / 640));
    margin:0 auto;
    color: #1a1a1a;
    font-size:4vw;
    font-weight:bold;
    line-height:1.0;
    text-decoration:underline;
  }
  
  #unit{
    padding:10vw 10vw 5.384615vw;
    background:#fff;
    text-align:center;
  }
  #unit h2{
    margin-bottom:5.384615vw;
    font-size:3.538462vw;
    line-height:1.0;
  }
  #unit p{
    margin-top:5.384615vw;
    font-size:3.538462vw;
    line-height:1.82;
  }
  
  #banner{
    padding:7.692308vw 0;
    background:#F2F2F2;
    text-align:center;
  }
  #banner a{
    display:block;
    width:89.23077vw;
    margin:0 auto;
  }
  
  #floating {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 100;
  }
  #floating a {
    background-color: #284bdc;
    display: block;
    position: relative;
    color: #fff;
    font-size: calc(100vw * (20 / 640));
    text-decoration: none;
    text-align: center;
    padding: calc(100vw * (20 / 640)) calc(100vw * (20 / 640)) calc(100vw * (60 / 640)) calc(100vw * (20 / 640));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #floating a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #floating a:after {
    content: "";
    background: url(../../../../img/usr/freepage/mirroring/2106/floating_arrow.png) no-repeat center;
    background-size: 100% auto;
    width: calc(100vw * (30 / 640));
    height: calc(100vw * (30 / 640));
    position: absolute;
    bottom: calc(100vw * (20 / 640));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}




/* -- Modal -- */
.bl-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background-color: #fff; }
  @media only screen and (min-width: 651px) {
    .bl-modal-wrapper {
      margin: 60px auto 60px;
      padding: 40px 45px;
      width: 1100px; } }
  @media only screen and (max-width: 650px) {
    .bl-modal-wrapper {
      margin-top: 4vw;
      padding: 4vw;
      width: 100%; } }
  .bl-modal-wrapper .el-btn-img {
    margin-top: 20px; }

.modal-hd {
  background-color: #28489a;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%; }
  .bl-modal-wrapper .modal-hd {
    background-color: #005bab; }
  .modal-hd.modal-hd-big {
    background-color: #000; }
  @media only screen and (min-width: 651px) {
    .modal-hd {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      height: 74px; }
      .modal-hd:first-child {
        font-size: 36px; }
      .modal-hd.modal-hd-big {
        font-size: 36px; } }
  .bl-modal-wrapper .modal-hd:first-child {
    background-color: #000; }
  @media only screen and (max-width: 650px) {
    .modal-hd {
      font-size: 16px;
      padding: 2vw;
      text-align: center; }
      .modal-hd:first-child {
        font-size: 16px; }
      .modal-hd.modal-hd-big {
        font-size: 16px; } }
  .modal-hd sup {
    position: relative;
    top: -0.5em; }
    @media only screen and (min-width: 651px) {
      .modal-hd sup {
        font-size: 15px; } }
    @media only screen and (max-width: 650px) {
      .modal-hd sup {
        font-size: 10px; } }
  .modal-hd sub {
    position: relative;
    bottom: -0.5em; }
    @media only screen and (min-width: 651px) {
      .modal-hd sub {
        font-size: 15px; } }
    @media only screen and (max-width: 650px) {
      .modal-hd sub {
        font-size: 10px; } }

.bl-modal-2col {
  width: 100%; }
  @media only screen and (min-width: 651px) {
    .bl-modal-2col {
      display: flex;
      justify-content: space-between; } }

@media only screen and (min-width: 651px) {
  .bl-modal-col-item {
    width: 47%; } }

@media only screen and (max-width: 650px) {
  .bl-modal-col-item {
    width: 100%; }
    .bl-modal-col-item + .bl-modal-col-item {
      margin-top: 3.33vw; } }

.bl-modal-1col {
  width: 100%; }
  @media only screen and (min-width: 651px) {
    .bl-modal-1col .bl-modal-col-item {
      width: 80%; }
    .bl-modal-1col .bl-modal-col-item + .bl-modal-col-item {
      margin-top: 40px; } }

.el-modal-col-item-strong {
  display: block;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #28489a;
  position: relative; }
  .el-modal-col-item-strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #28489a; }
  @media only screen and (min-width: 651px) {
    .el-modal-col-item-strong {
      font-size: 24px; } }
  @media only screen and (max-width: 650px) {
    .el-modal-col-item-strong {
      font-size: 14px; } }

.el-modal-col-item-p {
  line-height: 1.2; }
  @media only screen and (min-width: 651px) {
    .el-modal-col-item-p {
      font-size: 18px; } }
  @media only screen and (max-width: 650px) {
    .el-modal-col-item-p {
      font-size: 12px; } }
  .el-modal-col-item-p.indent {
    text-indent: -1.2em;
    padding-left: 1em; }
    .el-modal-col-item-p.indent small {
      position: relative;
      left: -18px; }
      @media only screen and (min-width: 651px) {
        .el-modal-col-item-p.indent small {
          white-space: nowrap; } }
  .el-modal-col-item-p + .el-modal-col-item-p {
    margin-top: 20px; }
  .el-modal-col-item-p em {
    font-size: 20px;
    color: #28489a;
    position: relative; }
    .el-modal-col-item-p em::before {
      content: "";
      content: "■";
      margin-right: 0.2em; }

.el-modal-movie-wrap {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  width: 100%; }
  @media only screen and (max-width: 650px) {
    .el-modal-movie-wrap {
      flex-wrap: wrap; } }

.el-modal-movie-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  @media only screen and (max-width: 650px) {
    .el-modal-movie-item:first-child {
      margin-bottom: 6vw; } }
  @media only screen and (min-width: 651px) {
    .el-modal-movie-item .bl-youtube-wrap {
      width: 460px;
      height: 300px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 650px) {
    .el-modal-movie-item .bl-youtube-wrap {
      width: 100%;
      height: auto;
      margin-bottom: 1vw; } }
  .el-modal-movie-item iframe {
    width: 100%;
    height: 100%; }


@media only screen and (min-width: 651px) {
  #modal-14 > * {
    margin-top: 40px; }
  #modal-14 .modal-hd {
    margin-top: 60px; }
  #modal-14 .modal-hd:nth-of-type(1) {
    margin-top: 0; }
  #modal-14 > p {
    margin-top: 10px;
    font-size: 19px; } }

@media only screen and (max-width: 650px) {
  #modal-14 > * {
    margin-top: 20px; }
  #modal-14 .modal-hd {
    margin-top: 30px; }
  #modal-14 .modal-hd:nth-of-type(1) {
    margin-top: 0; }
  #modal-14 > p {
    margin-top: 5px;
    font-size: 12px; } }

#modal-14 .mfp-close { display: none; }
