@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background: #f5f5f5;
    font-size: 1em;
    /*font-size: 3.8vw;*/
  }
  img {
    width: 100%;
  }
  .inner {
    width: 88%;
    margin: auto;
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1% 3%;
    border-bottom: 1px solid rgba(0, 64, 151, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 100%;
  }
  header .inner img {
    width: 73%;
  }
  header .inner .contact {
  	width: 80%;
  }
  header .inner a {
    font-weight: 500;
    font-size: 4vw;
  }
  .fv {
    background: #f5f5f5;
    padding: 21vw 0 7vw;
    /*padding: 18vw 0 7vw;*/
  }
  .fv .inner {
    width: 100%;
  }
  .fv .image {
    position: relative;
    text-align: right;
  }
  .fv .image .box-1 {
    position: absolute;
    top: -7%;
    left: 4%;
    background: #fff;
    font-weight: 700;
    font-size: 3.2vw;
    -webkit-box-shadow: 1.3vw 1.3vw #a0d3f2;
            box-shadow: 1.3vw 1.3vw #a0d3f2;
    display: inline-block;
    padding: 0 2%;
  }
  .fv .image .box-1 .large {
    color: #004097;
    font-size: 3.8vw;
  }
  .fv .image .box-2 {
    position: absolute;
    top: 3%;
    right: 1.4%;
    background: #f5efe7;
    font-weight: 900;
    font-size: 4.2vw;
    -webkit-box-shadow: 1.3vw 1.3vw #a0d3f2;
            box-shadow: 1.3vw 1.3vw #a0d3f2;
    display: inline-block;
    border: 1px solid #f7b339;
    color: #004097;
    padding: 0 3%;
  }
  .fv .image img {
    width: 92%;
  }
  .fv h1 {
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5vw 0;
  }
  .fv h1 .blue {
    color: #004097;
    font-weight: 900;
    position: relative;
    padding: 0 2%;
  }
  .fv h1 .blue::before, .fv h1 .blue::after {
    content: "";
    width: 8vw;
    height: 2vw;
    position: absolute;
  }
  .fv h1 .blue::before {
    border-left: solid 1px #f7b339;
    border-top: solid 1px #f7b339;
    top: 0;
    left: 0;
  }
  .fv h1 .blue::after {
    border-right: solid 1px #f7b339;
    border-bottom: solid 1px #f7b339;
    bottom: 0;
    right: 0;
  }
  .fv h1 .small {
    font-size: 6.2vw;
  }
  .fv .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3%;
  }
  .fv .list li {
    background: #fff;
    width: 30vw;
    height: 30vw;
    text-align: center;
    border-radius: 15vw;
  }
  .fv .list li .title {
    color: #004097;
    font-weight: 900;
    font-size: 5.4vw;
    position: relative;
    line-height: 1;
    margin-bottom: 5vw;
  }
  .fv .list li .title:after {
    position: absolute;
    bottom: -3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40%;
    height: 1px;
    content: "";
    border-bottom: solid 1px #f7b339;
  }
  .fv .list li .title .small {
    font-size: 4.4vw;
  }
  .fv .list li p {
    font-weight: 500;
    font-size: 3.8vw;
    line-height: 1.6;
  }
  .fv .list li .note {
    font-size: 2.6vw;
    font-weight: 300;
  }
  .cv {
    position: relative;
  }
  .cv .inner {
    width: 90%;
    margin: auto;
  }
  .cv img {
    position: absolute;
    top: -10%;
    left: 30%;
    width: 40%;
  }
  .cv .box {
    background: #a0d3f2;
    border: 1px solid #fff;
    -webkit-box-shadow: 1.3vw 1.3vw #004097;
            box-shadow: 1.3vw 1.3vw #004097;
    border-radius: 5px;
    text-align: center;
    padding: 5% 0;
  }
  .cv .box p {
    font-size: 4vw;
  }
  .cv .box p.bold {
    font-weight: 500;
  }
  .cv .box p.small {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
  .cv .box .cta {
    background: #f7b339;
    color: #004097;
    font-weight: 700;
    font-size: 4.2vw;
    position: relative;
    display: block;
    width: 88%;
    padding: 4% 0;
    border-radius: 15vw;
    margin: 3% auto;
  }
  .cv .box .cta img {
    width: 7%;
    position: absolute;
    top: 20%;
    left: 20%;
  }
  .cv .box .tel {
    color: #fff;
    font-size: 8.6vw;
    font-weight: 700;
    text-shadow: 0.5vw 0.8vw rgba(0, 64, 151, 0.2);
    line-height: 1.1;
  }
  .cv .box .tel span {
    font-size: 8vw;
  }
  .btn {
    background: #004097;
    width: 48vw;
    font-weight: 700;
    border-radius: 10vw;
    padding: 3vw 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn .btn-text {
    font-size: 3.4vw;
    color: #fff;
  }
  .btn img {
    width: 12%;
  }
  .subtitle {
    font-family: "Satisfy", cursive;
    font-size: 4vw;
    color: #004097;
    line-height: 1;
  }
  .title-area {
    margin-bottom: 6vw;
  }
  .title-area h2 {
    border-left: 1.2vw solid #a0d3f2;
    padding-left: 4%;
    margin-left: 6%;
  }
  .title-area h2 .title {
    color: #004097;
    margin-top: 2.5vw;
    font-size: 8vw;
    font-weight: 700;
    text-shadow: 0.5vw 0.8vw rgba(247, 179, 57, 0.2);
    line-height: 1.2;
    position: relative;
    padding-bottom: 1vw;
  }
  .title-area h2 .title:after {
    position: absolute;
    top: 0;
    left: -11vw;
    content: "";
    background: #fff;
    height: 100%;
    z-index: -1;
  }
  .merit {
    padding: 10vw 0;
    background: #f5efe7;
	margin-bottom: 10vw;
  }
  .merit .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .merit .title-area .merit-title {
    position: absolute;
    top: 38px;
    left: 0;
    width: 285px;
  }
  .merit .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .merit .title-area .merit-title {
    position: absolute;
    top: 3.5vw;
    left: 0;
    width: 52%;
  }
  .merit .title-area .image {
    width: 43%;
  }
  .merit .title-area h2 {
    border-left: inherit;
    margin-left: 7vw;
  }
  .merit .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .merit .title-block .title {
    font-size: 6.4vw;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .merit .title-block .square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2vw;
  }
  .merit .title-block .square li {
    font-size: 4vw;
    font-weight: 500;
    border: 1vw solid #edca92;
    padding: 0 1.5vw;
    margin-right: 1.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
  }
  .merit .box {
    background: #fff;
    position: relative;
    padding: 7.5vw 3% 3vw;
    margin-top: 15vw;
    border-radius: 1vw;
  }
  .merit .box .icon {
    width: 11%;
    position: absolute;
    top: -7vw;
    left: 11%;
  }
  .merit .box .icon.second {
    width: 12%;
    left: 78%;
  }
  .merit .box .type {
    font-size: 4.2vw;
    font-weight: 500;
    border: 1vw solid #edca92;
    padding: 0 1.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
    background: #f5efe7;
    position: absolute;
    top: -5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33%;
    text-align: center;
  }
  .merit .box .title {
    font-size: 4.8vw;
    font-weight: 700;
    color: #004097;
    text-align: center;
    margin-bottom: 3vw;
  }
  .merit .box p {
    font-size: 3.8vw;
    margin-top: 2vw;
    padding: 0 4%;
  }
  .merit .box p .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .merit .box.time {
    border: 1px solid #a0d3f2;
    background: #f5efe7;
    padding: 7.5vw 0 0;
  }
  .merit .box.time .title .small {
    color: #333333;
    font-size: 3.8vw;
  }
  .merit .box.time .title .underline {
    border-bottom: 1px solid #f7b339;
  }
  .merit .box.time p {
    padding: 0 7%;
  }
  .merit .box.time .bottom {
    background: #fff;
    text-align: center;
    padding: 1vw 0;
    margin-top: 4vw;
  }
  .merit .box.time .bottom p {
    font-weight: 500;
    color: #004097;
    font-size: 4.2vw;
    margin-top: 0;
    position: relative;
  }
  .merit .box.time .bottom p:before, .merit .box.time .bottom p:after {
    position: absolute;
    top: 50%;
    width: 26%;
    height: 3px;
    content: "";
    border: 1px solid #a0d3f2;
  }
  .merit .box.time .bottom p:before {
    left: 10%;
  }
  .merit .box.time .bottom p:after {
    right: 10%;
  }
  .merit .box.middle {
    margin-top: 0;
    padding: 10.5vw 3% 4vw;
  }
  .merit .box.middle .instruction {
    background: #004097;
    font-weight: 700;
    text-align: center;
    width: 96%;
    margin: 0 auto 3vw;
    padding: 2vw 0;
  }
  .merit .box.middle .instruction .type {
    top: 5vw;
  }
  .merit .box.middle .instruction .title-first {
    color: #fff;
    font-size: 7vw;
    border-top: 1px solid #fff;
    padding-top: 3vw;
  }
  .merit .box.middle .instruction .title-border {
    color: #fff;
    line-height: 1.1;
    font-size: 7vw;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 5vw;
  }
  .merit .box.middle .instruction .title-border:before, .merit .box.middle .instruction .title-border:after {
    position: absolute;
    top: 30%;
    width: 29%;
    height: 3px;
    content: "";
    border: 1px solid #a0d3f2;
    background: #fff;
  }
  .merit .box.middle .instruction .title-border:before {
    left: 4%;
  }
  .merit .box.middle .instruction .title-border:after {
    right: 4%;
  }
  .merit .box.middle .text {
    text-align: center;
    font-size: 4.2vw;
  }
  .merit .point-2 {
    margin-top: 14vw;
  }
  .merit .point-2 .title-block img {
    width: 8%;
    margin-left: 3%;
  }
  .merit .point-2 .box {
    margin-top: 8vw;
    padding: 4vw;
    border-radius: 1.5vw 1.5vw 0 0;
  }
  .merit .point-2 .box .bg-orange {
    padding: 4vw;
    border-radius: 1.5vw 1.5vw 0 0;
    background: #edca92;
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.9;
  }
  .merit .point-2 .box .bg-orange .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .merit .point-3 {
    margin-top: 14vw;
  }
  .merit .point-3 .title-block img {
    width: 23%;
    margin-left: 3%;
  }
  .merit .point-3 .box {
    padding: 7.5vw 3% 6vw;
  }
  .merit .point-3 .box .btn {
    margin: 5vw 0 0 3vw;
  }

　/* 新車導入コンテンツはここから */
  .new {
    background: #f5f5f5;
    padding-top: 16vw;
    margin-bottom: 14vw;
  }
  .new .bg-blue {
    background: #004097;
    position: relative;
    text-align: center;
    padding: 6vw 0 4vw;
	margin-bottom: 7vw;
  }
  .new .bg-blue:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 93vw;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
   .new .bg-blue:after {
    content: '';
    position: absolute;
	margin: auto;
    top: 0;
    left: 0;
    right: 93vw;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
  .new .bg-blue .inner {
    width: 84%;
  }
  .new .circle {
    width: 19vw;
    position: absolute;
    top: -7vw;
  }
  .new .title {
    color: #f7b339;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  .new .title .large {
    font-size: 7vw;
  }
  .new .title .small {
    font-size: 5.4vw;
  }
  .new p {
    font-size: 3.4vw;
    color: #fff;
  }
  .new .bg-orange {
    padding: 4vw;
    border-radius: 1.5vw 1.5vw 0 0;
    background: #edca92;
    font-size: 3.8vw;
    width: 90%;
    margin: 4vw auto 0;
  }
  .new .bg-orange .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .new img {
    margin-bottom: 3vw;
  }
　/* 新車導入コンテンツはここまで */
	
  .price {
    padding: 15vw 0;
  }
  .price .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	margin-top: 15vw;
  }
  .price .title-area .title:after {
    width: 34vw;
    left: -16vw;
  }
  .price .title-area .title-box {
    width: 55%;
    font-size: 5.4vw;
    font-weight: 500;
    border: 1px solid #f7b339;
    color: #004097;
    margin-left: 4vw;
    line-height: 1;
    padding: 1.5vw 0 2vw 0;
    text-align: center;
    text-shadow: 0.5vw 0.5vw rgba(0, 64, 151, 0.2);
  }
  .price .bg-white {
    background: #fff;
    padding: 4vw 2% 6vw;
	margin-bottom: 15vw;
  }
  .price .bg-white .baloon {
    position: relative;
    width: 94%;
    margin: auto;
  }
  .price .bg-white .baloon p {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 92%;
    line-height: 1.6;
  }
  .price .bg-white .note {
    font-size: 2.6vw;
    margin-top: -6vw;
    padding: 0 4%;
    line-height: 1.5;
  }
  .price .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8vw;
  }
  .price .price-list li {
    width: 48%;
    background: #004097;
    position: relative;
    border-radius: 1vw;
    padding: 7vw 0 0;
    margin-bottom: 11vw;
  }
  .price .price-list li .number {
    font-size: 4.2vw;
    font-family: "Satisfy", cursive;
	padding-top: 1.2vw;
    color: #004097;
    background: #f5efe7;
    border: 1px solid #fff;
    position: absolute;
    top: -4vw;
    left: 2vw;
    width: 8vw;
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price .price-list li .name {
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 5vw;
    position: relative;
    z-index: 1;
    text-shadow: 0.5vw 0.5vw rgba(51, 51, 51, 0.2);
  }
  .price .price-list li .name .small {
    font-size: 3.2vw;
  }
  .price .price-list li .name:after {
    position: absolute;
    top: -15%;
    right: 5%;
    content: "";
    width: 11vw;
    height: 11vw;
    border-radius: 5.5vw;
    background: #a0d3f2;
    z-index: -1;
  }
  .price .price-list li .licence {
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    background: #a0d3f2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .price .price-list li .licence.non {
    background: #edca92;
  }
  .price .price-list li .price-box {
    padding: 6%;
  }
  .price .price-list li .type {
    font-weight: 500;
    background: #fff;
    border-radius: 0.5vw;
    padding: 0 2vw;
    display: inline-block;
    line-height: 1.5;
  }
  .price .price-list li .general-price {
    color: #f7b339;
    font-weight: 900;
    font-size: 5.4vw;
    line-height: 1.5;
  }
  .price .price-list li .general-price .small {
    font-size: 2.6vw;
    color: #fff;
    font-weight: 400;
  }
  .price .price-list li .student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price .price-list li .student .type {
    font-size: 3vw;
    padding: 0 1vw;
  }
  .price .price-list li .student .student-price {
    font-weight: 700;
    font-size: 3.8vw;
    color: #fff;
  }
  .price .price-list li .student .student-price .small {
    font-size: 2.6vw;
    color: #fff;
    font-weight: 400;
  }
  .price .price-list li:nth-child(even) {
    background: #f7b339;
  }
  .price .price-list li:nth-child(even) .name:after {
    background: #edca92;
  }
  .price .price-list li:nth-child(even) .general-price {
    color: #004097;
  }
  .price .price-list li .circle {
    border: solid 1px #a0d3f2;
    width: 11vw;
    height: 11vw;
    border-radius: 5.5vw;
    background: #fff;
    font-size: 4vw;
    font-weight: 500;
    color: #004097;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -7vw;
    right: 2vw;
  }
  .price .price-list li:nth-child(3), .price .price-list li:nth-child(4) {
    margin-bottom: 7vw;
  }
  .price .card {
    background: #f5efe7;
    padding: 2vw;
    border: solid 1px #a0d3f2;
    width: 96%;
    margin: auto;
    position: relative;
  }
  .price .card .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3vw;
  }
  .price .card .card-title img {
    width: 12%;
    margin-right: 2%;
  }
  .price .card .card-title .card-text {
    font-size: 4vw;
    font-weight: 500;
    border-bottom: 1px solid #f7b339;
  }
  .price .card:after {
    content: "";
    border: solid 1px #a0d3f2;
    position: absolute;
    top: -0.2vw;
    left: -0.2vw;
    width: 82vw;
    height: 36.5vw;
  }
  .days .title-area .title {
    text-align: center;
    width: 68vw;
  }
  .days .title-area .title:after {
    width: 81vw;
  }
  .days .inner {
    width: 100%;
  }
  .days .case {
    width: 80%;
    margin: 8vw auto 3vw;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    border: 1vw solid #edca92;
    padding: 0 1.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
    background: #f5efe7;
  }
  .days p {
    font-size: 3.4vw;
    margin-left: 9%;
  }
  .days .days-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .days .days-content .text .large {
    font-size: 6.2vw;
    font-weight: 500;
    line-height: 1.6;
  }
  .days .days-content .text .large .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5efe7));
    background: linear-gradient(transparent 60%, #f5efe7 60%);
  }
  .days .days-content .text .large .blue {
    color: #004097;
    font-weight: 700;
  }
  .days .days-content .text .note {
    font-size: 2.6vw;
    margin-top: 1.5vw;
    line-height: 1.5;
  }
  .days .days-content .image {
    width: 35%;
    margin-top: 3vw;
  }
  .flow {
    padding: 10vw 0;
  }
  .flow .title-area .title:after {
    width: 85vw;
  }
  .flow .case {
    width: 90%;
    margin: 8vw auto 3vw;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    border: 1vw solid #edca92;
    padding: 0 1.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
    background: #f5efe7;
  }
  .flow p {
    font-size: 3.8vw;
    font-weight: 500;
    padding: 0 4%;
  }
  .flow p .blue {
    color: #004097;
  }
  .flow p .underline {
    border-bottom: 1px solid #f7b339;
  }
  .flow .image {
    background: #a0d3f2;
    padding: 4vw;
    margin: 5vw 0;
  }
  .campaign {
    padding: 15vw 0;
  }
  .campaign .title-area .title:after {
    width: 85vw;
  }
  .campaign .box-blue {
    background: #004097;
    border: solid 1px #fff;
    outline: solid 5px #004097;
    border-radius: 0.5vw 0.5vw 0 0;
    position: relative;
    padding: 7.5vw 7% 6vw;
    margin: 15vw 6px 6px;
  }
  .campaign .box-blue .ribbon {
    width: 36%;
    position: absolute;
    top: -4.4vw;
    left: -6px;
  }
  .campaign .box-blue p {
    font-size: 3.4vw;
    font-weight: 500;
    color: #fff;
  }
  .campaign .box-blue .orange {
    font-size: 5.5vw;
    font-weight: 700;
    color: #f7b339;
    line-height: 1.3;
  }
  .campaign .box-blue .orange .large {
    font-size: 7vw;
  }
  .campaign .box-blue .icon {
    width: 5%;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .campaign .box-blue .campaign-text {
    color: #fff;
    line-height: 1.5;
    font-size: 5.5vw;
    font-weight: 700;
  }
  .campaign .box-blue.campaign2 {
    padding: 7.5vw 6% 0;
  }
  .campaign .box-blue.campaign2 .image {
    width: 90%;
    margin: 4vw auto 0;
  }
  .campaign .bg-white {
    background: #fff;
    border-radius: 0 0 1vw 1vw;
    padding: 5vw 5% 8vw;
  }
  .campaign .bg-white .box {
    background: #f5efe7;
    -webkit-box-shadow: 1.3vw 1.3vw #a0d3f2;
            box-shadow: 1.3vw 1.3vw #a0d3f2;
    position: relative;
    margin-bottom: 6vw;
    padding: 2vw 3% 3vw 14%;
  }
  .campaign .bg-white .box .ribbon {
    width: 10%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .campaign .bg-white .box .text {
    font-size: 4vw;
    font-weight: 700;
    color: #004097;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  .campaign .bg-white .box .text .underline {
    border-bottom: 1px solid #f7b339;
  }
  .campaign .bg-white .box .text .large {
    font-size: 5.7vw;
  }
  .campaign .bg-white .box .text .small {
    font-size: 2.8vw;
    color: #333333;
    font-weight: 400;
    margin: 0 0.5vw;
  }
  .campaign .bg-white .box .image {
    width: 19%;
    position: absolute;
    top: -13vw;
    right: 5vw;
  }
  .campaign .bg-white .box .point-list {
    background: #fff;
    padding: 0 6%;
    border-radius: 2vw;
    margin: 4vw 0 2vw;
    width: 96%;
  }
  .campaign .bg-white .box .point-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #004097;
    font-weight: 500;
    padding: 1vw 0;
  }
  .campaign .bg-white .box .point-list li .point-number {
    font-size: 2.8vw;
    background: #f7b339;
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    margin-right: 2vw;
  }
  .campaign .bg-white .box .point-list li p {
    font-size: 3.4vw;
  }
  .campaign .bg-white .box .point-list li p .large {
    font-size: 4vw;
  }
  .campaign .bg-white .box .point-list li:first-child {
    border-bottom: 1px dashed #004097;
  }
  .campaign .bg-white .box.second .text {
    font-size: 3.8vw;
  }
  .campaign .bg-white .note {
    font-size: 2.3vw;
    line-height: 1.5;
  }
  .campaign .bg-white .btn {
    margin-top: 6vw;
  }
  .campaign .bg-white.campaign2 .box .point-list {
    background: inherit;
    padding: 0;
    margin: 0 0 2vw;
    width: 100%;
  }
  .campaign .bg-white.campaign2 .box .point-list li {
    padding: 0;
  }
  .campaign .bg-white.campaign2 .box .point-list li:first-child {
    border-bottom: inherit;
  }
  .campaign .bg-white.campaign2 .box .point-list li p {
    font-weight: 700;
    font-size: 3.4vw;
  }
  .campaign .bg-white.campaign2 .box .point-list li p .underline {
    border-bottom: 1px solid #f7b339;
  }
  .campaign .bg-white.campaign2 .box.second {
    padding: 3vw 0;
  }
  .campaign .bg-white.campaign2 .box.second .text {
    padding: 0 3% 0 14%;
  }
  .campaign .bg-white.campaign2 .box.second .discount-image {
    width: 80%;
    margin: 4vw auto;
  }
  .campaign .bg-white.campaign2 .box.second .btn {
    background: #fff;
    border: 1px solid #004097;
    margin: auto;
    padding: 1.5vw 7vw;
  }
  .campaign .bg-white.campaign2 .box.second .btn .btn-text {
    color: #004097;
    font-weight: 500;
  }
  .campaign .bg-white.campaign2 .btn {
    margin-top: 9vw;
  }
  .faq {
    position: relative;
    padding-bottom: 12vw;
  }
  .faq .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq .title-area .image {
    width: 37%;
  }
  .faq .title-area .title:after {
    width: 60vw;
  }
  .faq .inner {
    width: 100%;
  }
  .faq .inner .accordion {
    width: 84%;
    margin: auto;
  }
  .faq .inner .accordion li {
    margin-bottom: 9%;
  }
  .faq .inner .accordion li .question {
    border-radius: 10px;
    background: #004097;
    font-size: 3.8vw;
    position: relative;
    height: 20vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 14%;
    line-height: 1.6;
  }
  .faq .inner .accordion li .question.open {
    border-radius: 10px 10px 0 0;
  }
  .faq .inner .accordion li .question.open::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .faq .inner .accordion li .question::before {
    position: absolute;
    left: 3%;
    top: 35%;
    content: url("/img/bike_guide/q_icon.svg");
  }
  .faq .inner .accordion li .question::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 45%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5vw 1.5vw 0 1.5vw;
    border-color: #fff transparent transparent transparent;
  }
  .faq .inner .accordion li .answer {
    padding: 3vw 5% 3vw 14%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    font-size: 3.4vw;
  }
  .faq .inner .accordion li .answer::before {
    position: absolute;
    left: 3%;
    top: 3vw;
    content: url("/img/bike_guide/a_icon.svg");
  }
  .pagetop {
    margin: 8vw auto 4vw;
    width: 8%;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background: #f5f5f5;
    font-size: 14px;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 700px;
    margin: auto;
  }
  header {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 64, 151, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
  }
  header .inner {
    width: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .inner img {
    width: 243px;
  }
  header .inner .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .inner .contact .time {
    z-index: 13px;
    margin-right: 0.5rem;
  }
  header .inner .contact a {
    font-weight: 500;
    font-size: 17px;
  }
  header .inner .contact a:hover {
	color: #004097;
  } 
  .fv {
    background: #f5f5f5;
    padding: 100px 0 40px;
  }
  .fv .inner {
    width: 800px;
  }
  .fv .image {
    position: relative;
  }
  .fv .image .box-1 {
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    -webkit-box-shadow: 5px 5px #a0d3f2;
            box-shadow: 5px 5px #a0d3f2;
    padding: 5px;
    text-align: center;
    width: 395px;
  }
  .fv .image .box-1 .large {
    color: #004097;
    font-size: 20px;
  }
  .fv .image .box-2 {
    margin-left: 40px;
    text-align: center;
    width: 435px;
    background: #f5efe7;
    font-weight: 900;
    font-size: 22px;
	letter-spacing: 1px;
    -webkit-box-shadow: 5px 5px #a0d3f2;
            box-shadow: 5px 5px #a0d3f2;
    border: 1px solid #f7b339;
    color: #004097;
    padding: 0.5rem;
    z-index: 1;
    position: relative;
  }
  .fv .image .fv-image {
    width: 445px;
    position: absolute;
    top: -20px;
    right: -70px;
  }
  .fv h1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 20px;
    width: 380px;
  }
  .fv h1 .blue {
    color: #004097;
    font-weight: 900;
    position: relative;
    padding: 0 2%;
  }
  .fv h1 .blue::before, .fv h1 .blue::after {
    content: "";
    width: 40px;
    height: 10px;
    position: absolute;
  }
  .fv h1 .blue::before {
    border-left: solid 1px #f7b339;
    border-top: solid 1px #f7b339;
    top: 0;
    left: 0;
  }
  .fv h1 .blue::after {
    border-right: solid 1px #f7b339;
    border-bottom: solid 1px #f7b339;
    bottom: 0;
    right: 0;
  }
  .fv h1 .small {
    font-size: 26px;
  }
  .fv .list {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv .list li {
    background: #fff;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 57.5px;
  }
  .fv .list li .title {
    color: #004097;
    font-weight: 900;
    font-size: 20px;
    position: relative;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .fv .list li .title:after {
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40%;
    height: 1px;
    content: "";
    border-bottom: solid 1px #f7b339;
  }
  .fv .list li .title .small {
    font-size: 17px;
  }
  .fv .list li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
	padding-top: 5px;
  }
  .fv .list li .note {
    font-size: 10px;
    font-weight: 300;
    margin-top: 1px;
  }
  .cv {
    position: relative;
  }
  .cv .inner {
    width: 800px;
    margin: auto;
  }
  .cv .icon {
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
    width: 168px;
  }
  .cv .box {
    background: #a0d3f2;
    border: 1px solid #fff;
    -webkit-box-shadow: 5px 5px #004097;
            box-shadow: 5px 5px #004097;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cv .box p {
    font-size: 15px;
  }
  .cv .box p.bold {
    font-weight: 500;
  }
  .cv .box p.small {
    font-size: 13px;
  }
  .cv .box .cta {
    background: #f7b339;
    color: #004097;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: block;
    width: 300px;
    padding: 20px 0;
    border-radius: 15vw;
    margin: 5px auto 0;
  }
  .cv .box .cta:hover {
    background-color: #e3e3e3;
  }
  .cv .box .cta img {
    width: 20px;
    position: absolute;
    top: 28%;
    left: 20%;
  }
  .cv .box .tel-block {
    margin-right: 40px;
  }
  .cv .box .tel-block .tel {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 2px rgba(0, 64, 151, 0.2);
    line-height: 1.1;
	opacity: 0.9;
  }
  .cv .box .tel-block .tel:hover {
	color: #004097;
  } 
  .cv .box .tel-block .tel span {
    font-size: 30px;
  }
  .btn {
    background: #004097;
    width: 180px;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 15px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn:hover {
    background-color: rgb(160, 211, 242);
  }
  .btn .btn-text {
    font-size: 13px;
    color: #fff;
  }
  .btn img {
    width: 14px;
  }
  .subtitle {
    font-family: "Satisfy", cursive;
    font-size: 22px;
    color: #004097;
    line-height: 1;
  }
  .title-area {
    width: 700px;
    margin: 0 auto 50px;
  }
  .title-area h2 {
    border-left: 5px solid #a0d3f2;
    padding-left: 20px;
    margin-left: 30px;
  }
  .title-area h2 .title {
    color: #004097;
    margin-top: 15px;
    font-size: 44px;
    font-weight: 700;
    text-shadow: 2px 2px rgba(247, 179, 57, 0.2);
    line-height: 1.2;
    position: relative;
    padding-bottom: 3px;
  }
  .title-area h2 .title:after {
    position: absolute;
    top: 0;
    left: -55px;
    content: "";
    background: #fff;
    height: 100%;
    z-index: -1;
  }
  .merit {
    padding: 80px 0;
    background: #f5efe7;
  }
  .merit .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .merit .title-area .merit-title {
    position: absolute;
    top: 38px;
    left: 0;
    width: 285px;
  }
  .merit .title-area h2 {
    border-left: inherit;
    margin-left: 40px;
  }
  .merit .title-area .image {
    width: 330px;
  }
  .merit .title-area .title:after {
    width: 285px;
  }
  .merit .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 70px;
  }
  .merit .title-block .title {
    font-size: 34px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: linear-gradient(transparent 60%, #fff 60%);
    line-height: 1.1;
    margin-top: 10px;
  }
  .merit .title-block .square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
  }
  .merit .title-block .square li {
    font-size: 15px;
    font-weight: 500;
    border: 4px solid #edca92;
    padding: 0 7px;
    margin-right: 10px;
    border-radius: 4px 4px 0 0;
  }
  .merit .box-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .box {
    width: 330px;
    background: #fff;
    position: relative;
    padding: 25px 10px 10px;
    border-radius: 5px;
  }
  .merit .box .icon {
    width: 33px;
    position: absolute;
    top: -25px;
    left: 30px;
  }
  .merit .box .icon.second {
    width: 39px;
    left: 270px;
  }
  .merit .box .type {
    font-size: 16px;
    font-weight: 500;
    border: 4px solid #edca92;
    border-radius: 5px 5px 0 0;
    background: #f5efe7;
    position: absolute;
    top: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110px;
    text-align: center;
  }
  .merit .box .title {
    font-size: 18px;
    font-weight: 700;
    color: #004097;
    text-align: center;
    margin-bottom: 10px;
  }
  .merit .box p {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 4%;
  }
  .merit .box p .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .merit .box.time {
    border: 1px solid #a0d3f2;
    background: #f5efe7;
    padding: 20px 0 0;
    margin-top: 42px;
  }
  .merit .box.time .title {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .merit .box.time .title .small {
    color: #333333;
    font-size: 14px;
  }
  .merit .box.time .title .underline {
    border-bottom: 1px solid #f7b339;
  }
  .merit .box.time p {
    padding: 0 8%;
  }
  .merit .box.time .bottom {
    background: #fff;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
    border-radius: 0 0 5px 5px;
  }
  .merit .box.time .bottom p {
    font-weight: 500;
    color: #004097;
    font-size: 16px;
    margin-top: 0;
    position: relative;
  }
  .merit .box.time .bottom p:before, .merit .box.time .bottom p:after {
    position: absolute;
    top: 50%;
    width: 26%;
    height: 3px;
    content: "";
    border: 1px solid #a0d3f2;
  }
  .merit .box.time .bottom p:before {
    left: 10%;
  }
  .merit .box.time .bottom p:after {
    right: 10%;
  }
  .merit .box.middle {
    margin: auto;
    padding: 50px 3% 40px;
    width: 450px;
  }
  .merit .box.middle .instruction {
    background: #004097;
    font-weight: 700;
    text-align: center;
    width: 400px;
    margin: 0 auto 20px;
    padding: 10px 0;
  }
  .merit .box.middle .instruction .type {
    top: 35px;
  }
  .merit .box.middle .instruction .title-first {
    color: #fff;
    font-size: 30px;
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  .merit .box.middle .instruction .title-border {
    color: #fff;
    line-height: 1.1;
    font-size: 30px;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .merit .box.middle .instruction .title-border:before, .merit .box.middle .instruction .title-border:after {
    position: absolute;
    top: 30%;
    width: 100px;
    height: 3px;
    content: "";
    border: 1px solid #a0d3f2;
    background: #fff;
  }
  .merit .box.middle .instruction .title-border:before {
    left: 10%;
  }
  .merit .box.middle .instruction .title-border:after {
    right: 10%;
  }
  .merit .box.middle .text {
    text-align: center;
    font-size: 16px;
  }
  .merit .point-2 {
    margin-top: 80px;
  }
  .merit .point-2 .title-block img {
    width: 38px;
    margin-left: 15px;
  }
  .merit .point-2 .box {
    margin: 60px auto 0;
    padding: 20px 20px 0 20px;
    border-radius: 5px 5px 0 0;
    width: 450px;
  }
  .merit .point-2 .box .bg-orange {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background: #edca92;
    text-align: center;
    font-size: 18px;
    line-height: 1.9;
  }
  .merit .point-2 .box .bg-orange .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .merit .point-3 {
    margin-top: 80px;
  }
  .merit .point-3 .title-block img {
    width: 85px;
    margin-left: 15px;
  }
  .merit .point-3 .box {
    padding: 25px 10px;
    width: 600px;
    margin: auto;
  }
  .merit .point-3 .box .btn {
    margin: 10px 0 0 370px;
  }
  .merit .merit-image {
    width: 700px;
    margin: auto;
  }
	
　/* 新車導入コンテンツはここから */
  .new {
    background: #f5f5f5;
    padding-top: 120px;
    margin-bottom: 80px;
  }
  .new .bg-blue {
	background: #004097;
    position: relative;
    text-align: center;
    padding: 30px 0 20px;
	margin-top: 120px;
	margin-bottom: 60px;
  }  
	.new .bg-blue:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 550px;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
    .new .bg-blue:after {
    content: '';
    position: absolute;
	margin: auto;
    top: 0;
    left: 0;
    right: 550px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
  .new .bg-blue .inner {
    width: 400px;
  }
  .new .circle {
    width: 76px;
    position: absolute;
    top: -30px;
  }
  .new .title {
    color: #f7b339;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .new .title .small {
    font-size: 26px;
  }
  .new p {
    font-size: 13px;
    color: #fff;
  }
  .new .bg-orange {
    padding: 10px;
    border-radius: 5px 5px 0 0;
    background: #edca92;
    font-size: 14px;
    width: 330px;
    margin: 30px auto 0;
  }
  .new .bg-orange .marker {
    font-weight: 500;
    color: #004097;
    background: #f5efe7;
  }
  .new img {
    margin-bottom: 15px;
  }
　/* 新車導入コンテンツはここから */

  .price {
    padding: 100px 0;
  }
  .price .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	margin-top: 90px;
  }
  .price .title-area .title:after {
    width: 150px;
  }
  .price .title-area .title-box {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #f7b339;
    color: #004097;
    margin: 0 0 10px 30px;
    line-height: 1;
    padding: 5px 5px 6px;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 64, 151, 0.2);
  }
  .price .bg-white {
    background: #fff;
    padding: 30px 30px 40px;
	margin-bottom: 100px;
  }
  .price .bg-white .baloon {
    position: relative;
  }
  .price .bg-white .baloon p {
    position: absolute;
    top: 20px;
    width: 480px;
    left: 50%;
    -webkit-transform: translateX(-220px);
            transform: translateX(-220px);
  }
  .price .bg-white .note {
    font-size: 10px;
    margin-top: -30px;
    line-height: 1.5;
  }
  .price .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 40px;
  }
  .price .price-list li {
    width: 150px;
    background: #004097;
    position: relative;
    border-radius: 5px;
    padding: 30px 0 0;
  }
  .price .price-list li .number {
    font-size: 16px;
    font-family: "Satisfy", cursive;
    color: #004097;
    background: #f5efe7;
    border: 1px solid #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 30px;
    height: 30px;
	padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price .price-list li .name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px rgba(51, 51, 51, 0.2);
  }
  .price .price-list li .name .small {
    font-size: 12px;
  }
  .price .price-list li .name:after {
    position: absolute;
    top: -15%;
    right: 5%;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #a0d3f2;
    z-index: -1;
  }
  .price .price-list li .licence {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #a0d3f2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2px 0;
  }
  .price .price-list li .licence.non {
    background: #edca92;
  }
  .price .price-list li .price-box {
    padding: 10px;
  }
  .price .price-list li .type {
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    line-height: 1.5;
  }
  .price .price-list li .general-price {
    color: #f7b339;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
  }
  .price .price-list li .general-price .small {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
  }
  .price .price-list li .student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price .price-list li .student .type {
    font-size: 11px;
    padding: 0 5px;
  }
  .price .price-list li .student .student-price {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }
  .price .price-list li .student .student-price .small {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
  }
  .price .price-list li:nth-child(even) {
    background: #f7b339;
  }
  .price .price-list li:nth-child(even) .name:after {
    background: #edca92;
  }
  .price .price-list li:nth-child(even) .general-price {
    color: #004097;
  }
  .price .price-list li .circle {
    border: solid 1px #a0d3f2;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #004097;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    right: 8px;
  }
  .price .card {
    background: #f5efe7;
    padding: 10px 20px;
    border: solid 1px #a0d3f2;
    width: 395px;
    margin: auto;
    position: relative;
  }
  .price .card .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .price .card .card-title img {
    width: 37px;
    margin-right: 10px;
  }
  .price .card .card-title .card-text {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f7b339;
  }
  .price .card:after {
    content: "";
    border: solid 1px #a0d3f2;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 400px;
    height: 146px;
  }
  .price .card .icon {
    width: 45px;
    position: absolute;
    top: 50px;
  }
  .price .card .icon.left {
    left: -80px;
  }
  .price .card .icon.right {
    right: -80px;
  }
  .days .title-area .title:after {
    width: 615px;
  }
  .days .inner {
    width: 600px;
  }
  .days .case {
    width: 300px;
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 4px solid #edca92;
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
    background: #f5efe7;
  }
  .days p {
    font-size: 13px;
  }
  .days .days-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .days .days-content .text .large {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
  }
  .days .days-content .text .large .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5efe7));
    background: linear-gradient(transparent 60%, #f5efe7 60%);
  }
  .days .days-content .text .large .blue {
    color: #004097;
    font-weight: 700;
  }
  .days .days-content .text .large .small {
    font-size: 16px;
    font-weight: 400;
  }
  .days .days-content .text .note {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .days .days-content .image {
    width: 197px;
    margin-top: -50px;
  }
  .flow {
    padding: 50px 0;
  }
  .flow .inner {
    width: 600px;
  }
  .flow .title-area .title:after {
    width: 464px;
  }
  .flow .case {
    width: 300px;
    margin: 30px auto 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 4px solid #edca92;
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
    background: #f5efe7;
  }
  .flow p {
    font-size: 14px;
    font-weight: 500;
  }
  .flow p .blue {
    color: #004097;
  }
  .flow p .underline {
    border-bottom: 1px solid #f7b339;
  }
  .flow .image {
    background: #a0d3f2;
    margin: 30px 0;
    text-align: center;
    padding: 30px 0;
  }
  .flow .image img {
    width: 500px;
  }
  .campaign {
    padding: 120px 0;
  }
  .campaign .title-area {
    margin-bottom: 70px;
  }
  .campaign .title-area .title:after {
    width: 460px;
  }
  .campaign .campaing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaign .campaing-list li {
    width: 330px;
  }
  .campaign .box-blue {
    background: #004097;
    border: solid 1px #fff;
    outline: solid 5px #004097;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 30px 25px;
    height: 170px;
    margin: 5px;
  }
  .campaign .box-blue .ribbon {
    width: 120px;
    position: absolute;
    top: -16px;
    left: -6px;
  }
  .campaign .box-blue p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }
  .campaign .box-blue .orange {
    font-size: 22px;
    font-weight: 700;
    color: #f7b339;
    line-height: 1.3;
  }
  .campaign .box-blue .orange .large {
    font-size: 26px;
  }
  .campaign .box-blue .icon {
    width: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .campaign .box-blue .campaign-text {
    color: #fff;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
  }
  .campaign .box-blue.campaign2 {
    padding: 25px 15px 0;
  }
  .campaign .box-blue.campaign2 .image {
    width: 250px;
    margin: 20px auto 0;
  }
  .campaign .bg-white {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px 15px 30px;
    height: 480px;
    position: relative;
  }
  .campaign .bg-white .box {
    background: #f5efe7;
    -webkit-box-shadow: 5px 5px #a0d3f2;
            box-shadow: 5px 5px #a0d3f2;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px 10px 40px;
  }
  .campaign .bg-white .box .ribbon {
    width: 10%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .campaign .bg-white .box .text {
    font-size: 15px;
    font-weight: 700;
    color: #004097;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .campaign .bg-white .box .text .underline {
    border-bottom: 1px solid #f7b339;
  }
  .campaign .bg-white .box .text .large {
    font-size: 22px;
  }
  .campaign .bg-white .box .text .small {
    font-size: 11px;
    color: #333333;
    font-weight: 400;
    margin: 0 2px;
  }
  .campaign .bg-white .box .image {
    width: 55px;
    position: absolute;
    top: -45px;
    right: 20px;
  }
  .campaign .bg-white .box .point-list {
    background: #fff;
    padding: 0 12px;
    border-radius: 5px;
    margin: 10px 0;
    width: 235px;
  }
  .campaign .bg-white .box .point-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #004097;
    font-weight: 500;
    padding: 5px 0;
    width: 210px;
  }
  .campaign .bg-white .box .point-list li .point-number {
    font-size: 11px;
    background: #f7b339;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    margin-right: 5px;
  }
  .campaign .bg-white .box .point-list li p {
    font-size: 13px;
  }
  .campaign .bg-white .box .point-list li p .large {
    font-size: 15px;
  }
  .campaign .bg-white .box .point-list li:first-child {
    border-bottom: 1px dashed #004097;
  }
  .campaign .bg-white .box.second {
    margin-bottom: 10px;
  }
  .campaign .bg-white .box.second .text {
    font-size: 14px;
  }
  .campaign .bg-white .note {
    font-size: 9px;
    line-height: 1.5;
  }
  .campaign .bg-white .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .campaign .bg-white.campaign2 .box .point-list {
    background: inherit;
    padding: 0;
    margin: 0 0 5px;
  }
  .campaign .bg-white.campaign2 .box .point-list li {
    width: 260px;
    padding: 0;
  }
  .campaign .bg-white.campaign2 .box .point-list li:first-child {
    border-bottom: inherit;
  }
  .campaign .bg-white.campaign2 .box .point-list li p {
    font-weight: 700;
    font-size: 13px;
  }
  .campaign .bg-white.campaign2 .box .point-list li p .underline {
    border-bottom: 1px solid #f7b339;
  }
  .campaign .bg-white.campaign2 .box.second {
    padding: 15px 0 20px;
  }
  .campaign .bg-white.campaign2 .box.second .text {
    padding: 0 10px 0 42px;
  }
  .campaign .bg-white.campaign2 .box.second .discount-image {
    width: 240px;
    margin: 10px auto 20px;
  }
  .campaign .bg-white.campaign2 .box.second .btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    background: #fff;
    border: 1px solid #004097;
    margin: auto;
    padding: 5px 30px;
  }
   .campaign .bg-white.campaign2 .box.second .btn:hover {
    background-color: #e3e3e3;
  }
  .campaign .bg-white.campaign2 .box.second .btn .btn-text {
    color: #004097;
    font-weight: 500;
  }
  .faq {
    position: relative;
    padding-bottom: 50px;
  }
  .faq .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq .title-area .image {
    width: 325px;
  }
  .faq .title-area .title:after {
    width: 326px;
  }
  .faq .inner {
    width: 600px;
  }
  .faq .inner .accordion li {
    margin-bottom: 40px;
  }
  .faq .inner .accordion li .question {
    border-radius: 10px;
    background: #004097;
    font-size: 15px;
    position: relative;
    height: 55px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 55px;
    line-height: 1.6;
  }
  .faq .inner .accordion li .question.open {
    border-radius: 10px 10px 0 0;
  }
  .faq .inner .accordion li .question.open::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .faq .inner .accordion li .question::before {
    position: absolute;
    left: 20px;
    top: 15px;
    content: url("/img/bike_guide/q_icon.svg");
  }
  .faq .inner .accordion li .question::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
  .faq .inner .accordion li .answer {
    padding: 10px 55px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    font-size: 14px;
  }
  .faq .inner .accordion li .answer::before {
    position: absolute;
    left: 20px;
    top: 10px;
    content: url("/img/bike_guide/a_icon.svg");
  }
  .pagetop {
    margin: 60px auto 40px;
    width: 28px;
    display: block;
  }
}

.footer .txt_footer{
	background:#fff;
	margin:40px 0
}
.footer a{
	color:#004de9;
	border-bottom:1px solid #004de9;
	padding-bottom:1px;
	font-size:14px;
	font-weight:700
}
.footer .copyright{
	font-size:12px;
	font-weight:400;
	color:#fff;
	background:#192f6a;
	padding:13px 0
}
.footer-bottom{
	margin-bottom:90px
}
.footer-bottom div{
	background:#000;
	padding:28px 0
}
.footer-bottom div p{
	font-size:24px;
	font-weight:500;
	text-align:center
}
.footer-bottom div p:before{
	background:url(/img/dondora/icon_arrow_white.png) no-repeat;
	width:9px;
	height:14px;
	display:inline-block;
	margin-right:17px
}
.footer-bottom div p a{
	color:#fff
}
.footer-bottom .bottom_fixed{
	position:fixed;
	bottom:0;
	width:100%;
	opacity:0
}
.footer-bottom .bottom_fixed p:hover{
	opacity:.7
}
.footer-bottom .bottom_fixed p a:hover{
	opacity:1
}

/* フッター */
.orange {
	color: #ff6600;
}

.bl {
	font-weight: bold;
}

.small {
  font-size: 90%;
}

@media (max-width:768px) {
	.small {
	  font-size: 65%;
	}
}

.wrap {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;

}

.telephone .link-telephone {
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	margin: 0;
	white-space: nowrap;

}

.telephone .link-telephone a {
	position: relative;
	padding-left: 1em;

}

.telephone .link-telephone a .ico {
	font-size: .775em;
	position: absolute;
	top: .15em;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	background-color: #00a0e9;

}

.telephone .link-telephone a .ico svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: .6em;
	margin: auto;
	fill: #fff;

}

.telephone .link-telephone a .txt {
	font-family: 'Questrial', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	display: inline-block;
	overflow: hidden;
	vertical-align: text-top;
	color: #333;

}

.telephone .link-telephone a .txt .kerning {
	letter-spacing: -.1em;

}

article, aside, details, figcaption, figure, footer {
	display: block;

}

article, figcaption, figure, footer {
	display: block;
	margin: 0;

}

#footer {
	/*position: absolute;*/
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #d5f4ff;
	padding: 10px;

}

.menu-open #footer {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-filter: blur(4px);
	filter: blur(4px);

}

#footer .contact {
	font-size: .875em;

}

#footer .copyright {
	font-size: .625em;

}

#footer #commonFooter {
	padding-top: 30px;

}

#footer #commonFooter ul {
	list-style: none;

}

#footer #commonFooter li {
	margin-bottom: .2em;

}

#footer #commonFooter .button a .ico {
	position: relative;
	top: -.15em;
	display: inline-block;
	width: 1.429em;
	height: 1.429em;
	margin-right: 10px;

}

#footer #commonFooter .button a .ico svg {
	vertical-align: middle;
	fill: #fff;

}

#footer .mod-sitemap {
	padding: 20px 4px;
	letter-spacing: -.4em;

}

#footer .mod-sitemap .item {
	display: inline-block;
	width: 100%;
	margin-bottom: .5em;
	padding: 0 4px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0;

}

#footer .mod-sitemap .item .item-wrap {
	padding-left: 1em;

}

#footer .mod-sitemap h3 {
	font-weight: 100;
	padding: .5em .75em .4em;
	text-align: left;
	letter-spacing: .1em;
	color: #fff;
	border-radius: .3em;
	background-color: #00a0e9;

}

#footer .mod-sitemap h3:before, #footer .mod-sitemap li:before {
	content: '';
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;

}

#footer .mod-sitemap h3:before {
	font-size: 1.143em;
	display: inline-block;
	margin-right: .5em;
	border-radius: 1em;
	position: relative;
	top: .16em;
	width: 1em;
	height: 1em;
	background-image: url(/img/svg/ico-check-outline.svg);

}

#footer .mod-sitemap li {
	position: relative;
	padding-left: 1em;

}

#footer .mod-sitemap li:before {
	position: absolute;
	top: .2em;
	left: 0;
	width: .429em;
	height: .857em;
	background-image: url(/img/svg/ico-triangle.svg);

}

#footer .mod-sitemap li li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
	background: 0 0;

}

#footer .mod-contact-info {
	padding: 20px 8px;

}

#footer .mod-contact-info .item {
	position: relative;
	padding: 2em .5em;
	border-radius: .5em;
	background: #fff;

}

#footer .mod-contact-info .item:before {
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: .5em;
	background-color: #9bdcf3;
	background-image: url(/img/svg/bg-slash-2.svg);
	background-size: 18px;

}

#footer .mod-contact-info h2 {
	font-size: 2.5em;
	line-height: 1;
	position: relative;
	display: block;
	width: 7em;
	margin: 0 auto .3em;
	/*padding-left:1.125em;*/

}

#footer .mod-contact-info h2 img {
	height: .929em;

}

#footer .mod-contact-info .access [class*=link-] a:after, #footer .mod-contact-info h2:before {
	width: 1em;
	height: 1em;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

#footer .mod-contact-info h2:before {
	/*
left:0;
position:absolute;
top:0;
background-image:url(/img/svg/logo-school-mark-1.svg);
*/
}

#footer .mod-contact-info address {
	margin-bottom: .75em;

}

#footer .mod-contact-info .access {
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: -.4em;

}

#footer .mod-contact-info .access [class*=link-] {
	display: inline-block;
	width: 46%;
	max-width: 15em;
	letter-spacing: 0;

}

#footer .mod-contact-info .access [class*=link-] a {
	display: block;
	padding: .6em .5em .4em;
	color: #00a0e9;
	border: 2px solid;
	border-radius: .5em;
	background-color: #fff;

}

#footer .mod-contact-info .access [class*=link-] a:after {
	position: relative;
	top: -.1em;
	display: inline-block;
	margin-left: .3em;
	vertical-align: middle;
	border-radius: 1em;
	background-color: #00a0e9;
	background-image: url(/img/svg/ico-arrow-right.svg);

}

#footer .mod-contact-info .access [class*=link-]:nth-child(odd) {
	padding-right: .5em;

}

#footer .mod-contact-info .access [class*=link-]:nth-child(even) {
	padding-left: .5em;

}

#footer .mod-contact-info .button {
	font-size: 1.286em;
	margin-bottom: 1.75em;

}

#footer .mod-contact-info .button h3 {
	font-weight: 100;
	margin-bottom: .5em;

}

#footer .mod-contact-info .button h3:after, #footer .mod-contact-info .button h3:before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;

}

#footer .mod-contact-info .button h3:after {
	left: .5em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}

#footer .mod-contact-info .button [class*=link-] {
	max-width: 24.222em;
	margin: 0 auto .75em;

}

#footer .mod-contact-info .button [class*=link-] a {
	display: block;
	padding: .5em;
	color: #fff;
	border-radius: .3em;
	background-color: #fa436e;

}

#footer .mod-contact-info .button .link-request a {
	background-color: #00a0e9;
}

#footer .mod-contact-info .button .link-application a {
	background-color: #fa436e;
}

#footer .mod-contact-info .button .link-lodge a {
	background-color: #00cc00;
}

#footer .mod-contact-info .button .link-line-attend a {
	background-color: #F58E7E;
}

#footer .mod-contact-info .button .link-line-lodge a {
	background-color: #8DCF3F;
}

#footer .mod-contact-info .telephone .link-telephone {
	font-size: 35px;

}

#footer .mod-contact-info .openingHours {
	margin-top: 1em;

}

#footer .mod-contact-info .openingHours dt {
	font-size: .857em;
	display: inline-block;
	padding: 0 .5em;
	vertical-align: top;

}

#footer .mod-contact-info .openingHours dd {
	display: inline-block;
	text-align: left;
	vertical-align: top;

}

#footer .mod-contact-info .openingHours dd dl dt {
	font-size: 1em;
	display: inline-block;
	width: 6em;

}

@media (min-width:425px) {
	#footer .mod-sitemap .item-1 .item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#footer .mod-sitemap .item-1 .item-wrap ul, #footer .mod-sitemap .item-2, #footer .mod-sitemap .item-3 {
		width: 45%;
	}

	#footer .mod-contact-info h2 {
		font-size: 3.5em;
	}

}

@media (min-width:768px) {
	#footer #commonFooter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

	}

	#footer .mod-sitemap {
		width: 50%;
		padding: 20px 10px;

	}

	#footer .mod-sitemap .item {
		padding: 0 10px;

	}

	#footer .mod-sitemap .item .item-wrap {
		padding-left: 0;

	}

	#footer .mod-sitemap a:focus, #footer .mod-sitemap a:hover {
		text-decoration: underline;

	}

	#footer .mod-contact-info {
		width: 50%;
		padding: 20px;

	}

	#footer .mod-contact-info .item {
		padding: 2em 1em;

	}

	#footer .mod-contact-info .telephone .link-telephone, #footer .mod-contact-info h2 {
		font-size: 3em;

	}

	#footer .mod-contact-info .access [class*=link-] a:focus, #footer .mod-contact-info .access [class*=link-] a:hover {
		opacity: 0.5;
	}

	#footer .mod-contact-info .access [class*=link-] a:focus:after, #footer .mod-contact-info .access [class*=link-] a:hover:after {
		opacity: 0.5;
	}

	#footer .mod-contact-info .button [class*=link-] a:focus, #footer .mod-contact-info .button [class*=link-] a:hover {
		opacity: 0.7;
	}
}

@media (min-width:1024px) {
	#footer .mod-contact-info h2 {
		font-size: 4em;
	}

	#footer .mod-contact-info .access [class*=link-]:nth-child(odd) {
		padding-right: 1em;
	}

	#footer .mod-contact-info .access [class*=link-]:nth-child(even) {
		padding-left: 1em;
	}

	#footer .mod-contact-info .telephone .link-telephone {
		font-size: 3.6em;
	}

	.wrap {
		max-width: 1024px;
	}

}

/* 外国籍の方用電話番号 */
.other-languages {
	margin-top:30px;
	text-align:center;
}

.other-languages p {
	font-weight:bold;
}

.other-languages div {
	display:flex;
	justify-content:center;
	gap:10px;
	flex-wrap:wrap;
	margin-top:10px;
}

.other-languages a {
	 padding:10px 20px;
	 border-radius:30px;
	 text-decoration:none;
	 display:flex;
}

.other-languages img {
	 width:16px;
	 height:16px;
	 margin-top:8px;
	 margin-right:5px;
}

@media screen and (max-width: 768px) {
	.other-languages img {
		 margin-top:3px;
	}
}

.other-languages-footer {
	 width:16px;
	 height:16px;
	 margin-bottom:5px;
	 margin-right:5px;
}

/* ポップアップ */
/* --------------------------
 * 1. 開くボタンのスタイル
 * -------------------------- */
.modalNationality-open-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #007BFF;
    border-radius: 5px;
    font-size: 16px;
}

/* --------------------------
 * 2. モーダル本体 (初期設定: 非表示)
 * -------------------------- */
.modalNationality-overlay {
    /* 最前面に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* 確実に最前面に来るよう高い値を設定 */
    
    /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    
    /* 背景を半透明の黒にする */
    background-color: rgba(0, 0, 0, 0.6);
    
    /* 初期状態は非表示 */
    display: none; 
    
    /* 中身の要素を中央に配置するための設定 */
    align-items: center;
    justify-content: center;
}

/* JavaScriptで付与され、モーダルを表示させるクラス */
.modalNationality-overlay.is-active {
    display: flex;
}

/* --------------------------
 * 3. モーダルの白い枠 (コンテンツラッパー)
 * -------------------------- */
.modalNationality-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh; /* 画面の高さの90%に制限 */
    overflow-y: auto; /* コンテンツがはみ出したら縦スクロール可能にする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --------------------------
 * 4. 閉じるボタン
 * -------------------------- */
.modalNationality-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 1; /* 高さを調整 */
}

.modalNationality-close-button:hover {
    color: #333333;
}

/* --------------------------
 * 5. コンテンツのスタイル
 * -------------------------- */
.modalNationality-content h1 {
    font-size: 28px; /* 大きすぎるフォントサイズを修正 */
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.modalNationality-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.modalNationality-content img {
	width: 100%;
	height: auto;
}

.modalNationalityBlock a{
	margin-left: 20px;
}

@media (max-width: 768px) {
	.modalNationalityBlock a{
		margin-bottom: 20px;
	}
}
