@charset "UTF-8";
/*---------------------------
            共通
---------------------------*/
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.milano_cortina2026 {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.milano_cortina2026 strong {
  color: #00A4E7;
  font-weight: 500;
}
.milano_cortina2026 img {
  max-width: 100%;
  vertical-align: bottom;
}
.milano_cortina2026 sup {
  top: 7px;
  font-size: 150%;
}

.bg-lightblue {
  background-color: #F2FAFE;
}

.milano-title {
  color: #3151AD;
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c';
}
@media (max-width: 767px) {
  .milano-title {
    font-size: 23px;
  }
}
.milano-title span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .milano-title span {
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 8px;
  }
}

.milano-btn {
  display: block;
  min-width: 81.2%;
  margin: auto;
}

.milano-btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 260px;
  border: 1px solid #EE1C26;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #EE1C26;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 16px;
}
@media (min-width: 768px) {
  .milano-btn-link {
    border-width: 2px;
    cursor: pointer;
    height: 55px;
    max-width: 378px;
    font-size: 16px;
    line-height: 20px;
  }
}
.milano-btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #EE1C26;
  border-right: 2px solid #EE1C26;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .milano-btn-link:after {
    border-top: 1px solid #EE1C26;
    border-right: 1px solid #EE1C26;
    right: 15px;
    width: 6px;
    height: 6px;
  }
}
.milano-btn-link:hover {
  background: #EE1C26;
  color: #fff;
  text-decoration: none;
}
.milano-btn-link:hover:after {
  border-color: #fff;
}

.milano-contents .inner {
  width: 100%;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}

.sec-block {
  background-color: #CCEDFA;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec-block {
    border-radius: 10px;
    padding-bottom: 15px;
  }
}
.sec-block__title {
  font-weight: 600;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .sec-block__title {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    padding-left: 75px;
  }
}
.sec-block__inner {
  background-color: #fff;
  padding: 30px 27px 30px 35px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .sec-block__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec-block__inner {
    padding: 25px 15px 19px;
  }
}
.sec-block__inner:before {
  content: '';
  position: absolute;
  top: -90px;
  width: 90px;
  height: 90px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .sec-block__inner:before {
    width: 65px;
    height: 72px;
    top: -72px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .sec-block__text {
    flex-basis: calc(100% - 400px);
    padding-right: 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .sec-block__text {
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .sec-block__image {
    flex-basis: 400px;
  }
}

/*---------------------------
            KV
---------------------------*/
.milano-kv {
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.milano-kv__lead {
  text-align: center;
  padding-top: 43px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .milano-kv__lead {
    padding-top: 19px;
    padding-bottom: 35px;
    line-height: 26px;
  }
}

/*---------------------------
          sec01
---------------------------*/
.sec01 {
  padding-top: 68px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .sec01 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.sec01__img {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec01__img {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.sec01 .sec-block {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec01 .sec-block {
    margin-top: 40px;
  }
}
.sec01 .sec-block__inner:before {
  background-image: url("icon01.png");
}
@media (min-width: 768px) {
  .sec01 .sec-block__inner:before {
    left: 35px;
  }
}

/*---------------------------
          sec02
---------------------------*/
.sec02 {
  padding-top: 83px;
  padding-bottom: 79px;
}
@media (max-width: 767px) {
  .sec02 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.sec02__lead {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec02__lead {
    text-align: center;
    margin-top: 20px;
  }
}
.sec02__img {
  margin-top: 31px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sec02__img {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.sec02 .sec-block {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec02 .sec-block {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .sec02 .sec-block__inner {
    padding-bottom: 30px;
  }
}
.sec02 .sec-block__inner:before {
  background-image: url("icon02.png");
}
@media (min-width: 768px) {
  .sec02 .sec-block__inner:before {
    left: 41px;
  }
}
.sec02 .sec-block__btn {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .sec02 .sec-block__btn {
    flex-basis: 100%;
    margin-top: 15px;
  }
}

/*---------------------------
          sec03
---------------------------*/
.sec03 {
  padding-top: 70px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .sec03 {
    padding-top: 50px;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .sec03 .milano-title span {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .sec03__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sec03__links {
    margin-top: 25px;
  }
}
.sec03__img {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec03__img {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .sec03__img.img01 {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .sec03__img.img02, .sec03__img.img03 {
    flex-basis: 48.7%;
  }
}
.sec03__caption {
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
}

/*---------------------------
          sec04
---------------------------*/
.sec04 {
  padding-top: 90px;
  padding-bottom: 61px;
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 66px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .sec04__lead {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec04__lead {
    margin-top: 25px;
  }
}
.sec04__img {
  margin-top: 12px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .sec04__img {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.sec04 .sec-block {
  margin-top: 37px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #F2FAFE;
}
@media (max-width: 767px) {
  .sec04 .sec-block {
    margin-top: 36px;
    padding: 23px 20px 39px;
  }
}
.sec04 .sec-block__soon {
  text-align: center;
}
@media (max-width: 767px) {
  .sec04 .sec-block__soon img {
    width: 90px;
  }
}
.sec04 .sec-block__soon-text {
  color: #3151AD;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .sec04 .sec-block__soon-text {
    margin-top: 5px;
    text-align: left;
  }
}

/*---------------------------
          バナー
---------------------------*/
.milano-bnr {
  padding-top: 68px;
  padding-bottom: 0;
  border-top: 1px solid #DDDDDD;
  max-width: 1100px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 767px) {
  .milano-bnr {
    padding-top: 60px;
    max-width: calc(100% - 40px);
  }
}

.milano-bnr-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .milano-bnr-links {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .milano-bnr-links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

.milano-bnr-link {
  flex-basis: calc((100% - 52px) / 5);
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .milano-bnr-link {
    flex-basis: calc((100% - 8px) / 2);
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .milano-bnr-link:first-child {
    margin-left: 3px;
    padding-right: 3px;
  }
  .milano-bnr-link:nth-child(even) {
    margin-right: 8px;
  }
}
