/*
 * _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 rashiku_maintenance.css
 */
/* ---------------------------------------
	eachtitle
--------------------------------------- */
#breadcrumb {
  margin-bottom: 0;
}

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

#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: 20px 0;
  margin-bottom: 50px;
}

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

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

#sec_1 .cnt_right p {
  font-weight: bold;
  padding-top: 20px;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  #sec_1 {
    padding: 25px 0;
    margin-bottom: 50px;
  }
  #sec_1 .cnt_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  #sec_1 .cnt_right {
    float: none;
    width: 100%;
  }
  #sec_1 .cnt_right p {
    font-size: 1em;
  }
}
#sec_2 {
  padding: 20px 20px;
}

#sec_2 .inbox a {
  text-decoration: none;
}

#sec_2 .inbox .ico_new {
  position: absolute;
  top: 2px;
  left: 20px;
}

#sec_2 .cnt_left {
  float: left;
  width: 48%;
}

#sec_2 .cnt_right {
  float: right;
  width: 48%;
}

.vol_tit {
  color: #232A2C;
  font-weight: bold;
  margin-bottom: 20px;
}

.box_tit {
  color: #847344;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 15px;
}

.box_txt {
  font-size: 0.9em;
  font-weight: bold;
}

.pdf2 .box_tit a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
}

.pdf2 .box_tit a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  text-decoration: underline !important;
}

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

#sec_3 .vol_tit {
  padding-left: 0;
  margin-bottom: 10px;
}

#sec_3 .box_wrap {
  margin-right: -24px;
  margin-bottom: 30px;
}

#sec_3 .inbox {
  float: left;
  width: 300px;
  margin: 0 24px 24px 0;
  padding: 20px 20px;
  box-sizing: content-box;
}

#sec_3 .inbox .cnt_left {
  width: 48%;
}

#sec_3 .inbox .cnt_right {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #sec_3 .box_wrap {
    margin-right: 0;
  }
  #sec_3 .inbox {
    float: none;
    width: 92%;
    margin: 0 0 20px 0;
    padding: 10px 4%;
  }
  #sec_3 .box_tit {
    margin-bottom: 10px;
  }
  #sec_3 .inbox .box_top {
    padding: 0 4%;
    border-bottom: 1px solid #C4BEB7;
    margin-bottom: 20px;
  }
  #sec_3 .inbox .box_cnt {
    padding: 0 4%;
  }
}
.page_nav {
  background: #E8E5DF;
  background: #F4F4EF;
  padding: 30px 0;
}

.page_nav ul {
  text-align: center;
}

.page_nav ul li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .page_nav {
    padding: 20px 0 10px;
    width: 106%;
    margin-left: -3%;
    padding: 20px 0 10px;
    margin-bottom: 30px;
  }
  .page_nav ul li {
    display: block;
    margin: 0 0 10px;
  }
}/*# sourceMappingURL=rashiku_maintenance.css.map */