<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


    /* インフォメーション */
    div#indigolaend_pc section.main-contents .inner .cnt01 {
      background: #fff;
      padding: 50px 0px;
      border-radius: 30px;
      width: 1200px;
      margin: 0 auto 50px;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 .info-title {
      /*font-family: 'Noto Sans JP', sans-serif; *//* ゴシック */
      font-family: 'Noto Serif JP', serif; /* 明朝 */
      font-weight: 700; /* fontの線の太さ */
      font-size: 50px;
      line-height: 80px;
      text-align: center;
      color: #01195d;
      margin: 0 auto 50px;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 .info-text {
      /*font-family: 'Noto Sans JP', sans-serif; *//* ゴシック */
      font-family: 'Noto Serif JP', serif; /* 明朝 */
      font-weight: 500; /* fontの線の太さ */
      font-size: 36px;
      line-height: 56px;
      text-align: center;
      width: 1200px;
      margin: 0 auto 50px;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 .info-text .color-01{
      color: #ca0000;
      font-weight: bold;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 .info-text .color-02{
        font-size: 36px;
        color: #000000;
        font-weight: bold; 
        text-align: center!important;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 .info-text .color-03{
    font-size: 36px;
    color: #01195d;
    font-weight: bold; 
    text-align: center!important;
    }
    
    div#indigolaend_pc section.main-contents .inner .cnt01 .img-1 {
      margin-bottom: 50px;
    }

    div#indigolaend_pc section.main-contents .inner .cnt01 .img-1 img {
      width: 860px; /* max1280px */
      height: auto;
      border: solid 5px #ca0000; /* 枠線をつける */
      box-shadow: 3px 3px 10px rgba(0,0,0,0.6); /* 影をつける */
      box-sizing: border-box;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 ul.img-2 {
      display: flex;
      width: 100%;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 ul.img-2 img {
      width: 100%;
      height: auto;
      border: solid 5px #ca0000; /* 枠線をつける */
      box-shadow: 3px 3px 10px rgba(0,0,0,0.6); /* 影をつける */
      box-sizing: border-box;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 ul.img-2 li {
      width: 47%;
      margin: 0px 2% 50px 0px;
    }
    div#indigolaend_pc section.main-contents .inner .cnt01 ul.img-2 li:first-child {
      margin-left: 2%;
    }

div#indigolaend_pc section.main-contents .inner .cnt01 .present_text{
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#01195d;
    margin:50px 0;
}

div#indigolaend_pc section.main-contents .inner .cnt01 .present_open{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 20px;
    background: #01195d;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#indigolaend_pc section.main-contents .inner .cnt01 .present_open:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 20px;
    background: #1237a1;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#indigolaend_pc section.main-contents .inner .cnt01 a{
    color: #ffffff;
    text-decoration:none;
}

div#indigolaend_pc section.main-contents .inner .cnt01 a:hover{
    color: #ffffff;
    text-decoration:underline;
}

</pre></body></html>