/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * CSS month_maintenance.css
 */
/* ---------------------------------------
	section
--------------------------------------- */
.btn_check {
  display: block;
  background: #ddd;
  margin-bottom: 20px;
}

.btn_check.notlogin {
  background: #000;
}

.checked {
  background: #ddd;
}

.done {
  background: #f0f;
}

.eachtitle {
  color: #847344;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.eachtitle2 {
  font-size: 1.3em;
  padding: 6px 12px;
  font-weight: bold;
  background: #847344;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .eachtitle {
    font-size: 1.3em;
  }
}
#breadcrumb {
  margin-bottom: 0;
}

.section_type {
  overflow: hidden;
  border: 2px solid #C3BDB6;
  margin-bottom: 30px;
}

.title {
  font-size: 1.5em;
  color: #847344;
  font-weight: bold;
  position: relative;
}

.title > span {
  padding: 0 10px 0 0;
  display: inline-block;
  font-weight: inherit;
  position: relative;
  background: #FFF;
  z-index: 10;
}

.title:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed;
  position: absolute;
  top: 50%;
  left: 0;
}

#cnt_main {
  width: 712px;
  float: left;
}

#aside {
  width: 221px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #cnt_main {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #aside {
    width: 100%;
    float: none;
  }
}
#sec_1 {
  background: #F4F4EF;
  padding: 50px 0;
  margin-bottom: 50px;
}

#sec_1 .cnt_left {
  float: left;
  width: 325px;
}

#sec_1 .cnt_right {
  float: right;
  width: 600px;
}

#sec_1 .cnt_right p {
  font-weight: bold;
  font-size: 1.15em;
}

.title_box {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 30px;
}

.title_box .month_txt {
  color: #847344;
  float: left;
  font-weight: bold;
  width: 90px;
  text-align: center;
}

.title_box .tit {
  font-weight: bold;
  border-left: 1px solid #58463D;
  margin-left: 90px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .title_box {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .title_box .month_txt {
    float: none;
    width: 90px;
    margin: 0 auto 10px;
    border-left: 1px solid #58463D;
    border-right: 1px solid #58463D;
  }
  .title_box .tit {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  #sec_1 .cnt_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec_1 .cnt_right {
    float: none;
    width: 100%;
  }
}
#sec_2 {
  padding: 20px 30px;
}

#sec_2 .inbox {
  margin-bottom: 20px;
}

#sec_2 .cnt_left {
  float: left;
  width: 300px;
}

#sec_2 .cnt_right {
  float: right;
  width: 330px;
}

#sec_2 .cnt_right p {
  font-weight: bold;
  font-size: 1.15em;
}

#sec_2 .ol_list {
  padding-left: 1em;
}

#sec_2 .ol_list li {
  font-size: 1.15em;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  border-top: 1px solid #E0E0E0;
  padding: 10px 0;
}

#sec_2 .ol_list li p {
  font-weight: bold;
  display: inline;
}

#sec_2 .ol_list li:first-child {
  border-top: none;
}

@media screen and (max-width: 767px) {
  #sec_2 .cnt_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #sec_2 .cnt_right {
    float: none;
    width: 100%;
  }
}
#sec_3 .ul_link {
  padding: 20px 30px 10px;
}

#sec_3 .ul_link li {
  padding: 4px 0;
  font-weight: bold;
}

#sec_3 .ul_link li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #sec_3 .ul_link {
    padding: 0;
  }
  #sec_3 .ul_link li {
    padding: 6px 20px;
    border-top: 1px solid #C4BEB7;
  }
}
#sec_4 .inbox {
  padding: 20px 30px;
}

#sec_4 .inbox .cnt_left {
  width: 200px;
  text-align: center;
}

#sec_4 .inbox .cnt_right {
  width: 420px;
}

#sec_4 .inbox .cnt_right .p_name {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 5px;
}

#sec_4 .inbox .cnt_right .p_cap {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #sec_4 .inbox {
    padding: 20px 30px 10px;
  }
  #sec_4 .inbox .cnt_left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #sec_4 .inbox .cnt_right {
    width: 100%;
    float: none;
  }
}
.page_nav {
  background: #F4F4EF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .page_nav {
    padding: 20px 0;
    margin-left: -3%;
    margin-right: -3%;
    margin-bottom: 30px;
  }
}

.page_nav ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page_nav ul {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=month_maintenance.css.map */