@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #OIH #morning {
    background: #f4f3f3;
  }
  #OIH #morning .sec01 {
    padding-top: 0 !important;
  }
  #OIH #morning .sec01 p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #OIH #morning .sec02__blk {
    background: #fff3fa;
    color: #e5007f;
    padding: 30px 5%;
    text-align: left;
  }
  #OIH #morning .sec02__blk h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #OIH #morning .sec03 table th span {
    background: #e5007f;
    color: #fff;
    padding: 1px 10px;
    font-size: 1.3rem;
  }
  #OIH #morning .sec03 table th span a {
    color: #fff;
  }
  #OIH #morning .sec03 table .links a {
    color: #e5007f;
    text-decoration: underline;
  }
  #OIH #morning .sec04__title span {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  #OIH #morning .sec04 .comsec2022__df__rgt li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  #OIH #morning .sec04 .comsec2022__df__rgt li:last-of-type {
    margin-bottom: 0;
  }
  #OIH #morning .sec04 .comsec2022__whBtn {
    text-align: left;
  }
  #OIH #morning .sec04 .comsec2022__whBtn a {
    text-align: center;
    margin-top: 20px;
  }
  #OIH #morning .sec04 .comsec2022__whBtn.mt0 a {
    margin-top: 0;
  }
	
  div.notes{
	margin: 0 auto;
    max-width:605px;	
	}
}

@media screen and (max-width: 768px) {
  #OIH #morning {
    background: #f4f3f3;
  }
  #OIH #morning .sec01 {
    padding-top: 0 !important;
  }
  #OIH #morning .sec01 p {
    font-size: 1.6rem;
  }
  #OIH #morning .sec02__blk {
    background: #fff3fa;
    color: #e5007f;
    padding: 5%;
    text-align: center;
  }
  #OIH #morning .sec02__blk h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: justify;
  }
  #OIH #morning .sec03 table th span {
    background: #e5007f;
    color: #fff;
    padding: 1px 10px;
    font-size: 1.3rem;
  }
  #OIH #morning .sec03 table th span a {
    color: #fff;
  }
  #OIH #morning .sec03 table .links a {
    color: #e5007f;
    text-decoration: underline;
  }
  #OIH #morning .sec04__title span {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  #OIH #morning .sec04 .comsec2022__df__rgt li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #OIH #morning .sec04 .comsec2022__df__rgt li:last-of-type {
    margin-bottom: 0;
  }
  #OIH #morning .sec04 .comsec2022__whBtn {
    text-align: left;
  }
  #OIH #morning .sec04 .comsec2022__whBtn a {
    text-align: center;
    margin-top: 20px;
  }
  #OIH #morning .sec04 .comsec2022__whBtn.mt0 a {
    margin-top: 0;
  }
  div.notes{
	margin:0 auto;
	max-width: 306px;
	}
}
