@charset "UTF-8";
/*
Theme Name: digital_asagaku_original_apps
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0.1
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  font-family: "MFW-UDDigiKyokashoProN-Regular", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #000;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_udd_r {
  font-family: "MFW-UDDigiKyokashoProN-Regular";
}

.f_udd_m {
  font-family: "MFW-UDDigiKyokashoProN-Medium";
}

.f_udd_b {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
}

.f_udd_h {
  font-family: "MFW-UDDigiKyokashoProN-Heavy";
}

.f_int {
  /* regular 400 SemiBold 600 */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

ruby {
  ruby-align: center;
}
ruby rt {
  margin-bottom: 3px;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}
.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
		Base Setting 
*****************************************/
body ._all_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(./img/common/bg_pict.svg);
  background-repeat: repeat-x;
  background-position: center calc(50% + 120px);
  background-size: 1364px;
}
body.-lock {
  overflow: hidden;
}
body.-font-sm {
  font-size: 14px;
}
body.-font-lg {
  font-size: 20px;
}

.wrap {
  position: relative;
  max-width: 982px;
  margin: 0 auto;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header ._inner {
  position: relative;
  height: 80px;
}
.header ._logo {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.header ._logo h1 {
  display: block;
}
.header ._logo img {
  display: block;
  width: 200px;
}

.header_tit {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}
.header_tit ._hinn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  gap: 24px;
}
.header_tit p {
  font-size: 20px;
}

.header_btns {
  position: fixed;
  z-index: 10;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.header_btns ._inn {
  position: relative;
  height: 80px;
}
.header_btns.__menu {
  z-index: 901;
  right: 0;
  width: 99px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  background-color: #0366ac;
}
.header_btns.__menu.-active i {
  left: 30px;
  width: 37px;
}
.header_btns.__menu.-active i:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_btns.__menu.-active i:nth-child(2) {
  opacity: 0;
}
.header_btns.__menu.-active i:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_btns.__menu:hover {
  background-color: #077cd1;
}
.header_btns.__menu i {
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 43px;
  height: 2px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  background-color: #fff;
}
.header_btns.__menu i:nth-child(1) {
  top: 14px;
}
.header_btns.__menu i:nth-child(2) {
  top: 25px;
}
.header_btns.__menu i:nth-child(3) {
  top: 36px;
}
.header_btns.__menu p {
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  color: #fff;
}
.header_btns.__base {
  width: 94px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  background-color: #fff;
}
.header_btns.__base:hover {
  background-color: #f6f6f6;
}
.header_btns.__base ._ico {
  position: relative;
}
.header_btns.__base p {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
.header_btns.__base p rt {
  margin-bottom: 2px;
}
.header_btns.__setting {
  z-index: 911;
  right: 99px;
}
.header_btns.__setting.-active {
  background-color: #f6f6f6;
}
.header_btns.__setting.-active ._card {
  display: block;
}
.header_btns.__setting ._ico {
  top: 11px;
}
.header_btns.__setting ._card {
  position: absolute;
  top: 88px;
  left: 50%;
  display: none;
  width: 211px;
  cursor: default;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
}
.header_btns.__setting ._card .__inn {
  padding: 20px 20px 24px;
}
.header_btns.__setting ._card dl:nth-child(1) {
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}
.header_btns.__setting ._card dl:nth-child(2) {
  padding-top: 18px;
}
.header_btns.__setting ._card dl dt {
  font-size: 14px;
}
.header_btns.__setting ._card dl dt rt {
  margin-bottom: 3px;
}
.header_btns.__setting ._card dl dd {
  padding-top: 3px;
}
.header_btns.__setting ._card dl dd ul._col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_btns.__setting ._card dl dd ul._col3 li {
  width: calc((100% - 8px) / 3);
  margin-right: 4px;
}
.header_btns.__setting ._card dl dd ul._col3 li:last-child {
  margin-right: 0;
}
.header_btns.__setting ._card dl dd ul li, .header_btns.__setting ._card dl dd ul a {
  font-size: 14px;
  display: block;
  padding: 2px 4px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #e6e6e6;
}
.header_btns.__setting ._card dl dd ul li.-on, .header_btns.__setting ._card dl dd ul a.-on {
  color: #fff;
  background-color: #a3a3a3;
}
.header_btns.__setting ._card dl dd ul li.-on svg path, .header_btns.__setting ._card dl dd ul a.-on svg path {
  fill: #fff;
}
.header_btns.__setting ._card dl dd ul li svg, .header_btns.__setting ._card dl dd ul a svg {
  position: relative;
  top: 1px;
}
.header_btns.__setting ._card ._close {
  font-size: 14px;
  padding: 6px 4px;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  background-color: #e6e6e6;
}
.header_btns.__setting ._card ._close svg {
  position: relative;
  top: 2px;
}
.header_btns.__single_back {
  z-index: 11;
  right: 381px;
}
.header_btns.__single_back.-active {
  background-color: #f6f6f6;
}
.header_btns.__single_back p {
  bottom: 9px;
}
.header_btns.__single_back ._ico {
  top: 11px;
}
.header_btns.__single_zoom {
  z-index: 11;
  right: 287px;
}
.header_btns.__single_zoom.-active {
  background-color: #f6f6f6;
}
.header_btns.__single_zoom ._ico {
  top: 11px;
}
.header_btns.__single_tts {
  z-index: 11;
  right: 193px;
}
.header_btns.__single_tts .__pause {
  display: none;
}
.header_btns.__single_tts.-playing {
  background-color: #f6f6f6;
}
.header_btns.__single_tts.-playing ._ico {
  top: 7px;
}
.header_btns.__single_tts.-playing .__pause {
  display: inline;
}
.header_btns.__single_tts.-playing .__play {
  display: none;
}
.header_btns.__single_tts ._ico {
  top: 11px;
}
.header_btns.__archive_back {
  z-index: 11;
  right: 193px;
}
.header_btns.__archive_back.-active {
  background-color: #f6f6f6;
}
.header_btns.__archive_back p {
  bottom: 9px;
}
.header_btns.__archive_back ._ico {
  top: 11px;
}

.gnav {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #72c8f5;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gnav::-webkit-scrollbar {
  display: none;
}
.gnav.-active {
  display: block;
}
.gnav ._inn {
  position: relative;
  z-index: 21;
  max-width: 598px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 100px 41px;
  background-color: #fff;
}
.gnav ._inn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav ._inn ul li {
  width: calc((100% - 39px) / 2);
  margin-right: 39px;
  margin-bottom: 30px;
}
.gnav ._inn ul li:nth-child(2n) {
  margin-right: 0;
}
.gnav ._inn ol {
  max-width: 193px;
  margin: 8px auto 0;
}
.gnav ._inn ol li {
  margin-bottom: 16px;
}
.gnav ._inn ol li:last-child {
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
}
.btn.__home {
  border-color: #72c8f5;
}
.btn.__home:hover ._binn p {
  color: #72c8f5;
}
.btn.__home i {
  background-color: #72c8f5;
}
.btn.__rank {
  border-color: #ff6b50;
}
.btn.__rank:hover ._binn p {
  color: #ff6b50;
}
.btn.__rank i {
  background-color: #ff6b50;
}
.btn.__new {
  border-color: #e60012;
}
.btn.__new:hover ._binn p {
  color: #e60012;
}
.btn.__new i {
  background-color: #e60012;
}
.btn.__notice {
  border-color: #a1d264;
}
.btn.__notice:hover ._binn p {
  color: #a1d264;
}
.btn.__notice i {
  background-color: #a1d264;
}
.btn.__past {
  border-color: #0052cc;
}
.btn.__past:hover ._binn p {
  color: #0052cc;
}
.btn.__past i {
  background-color: #0052cc;
}
.btn.__movie {
  border-color: #9b60c2;
}
.btn.__movie:hover ._binn p {
  color: #9b60c2;
}
.btn.__movie i {
  background-color: #9b60c2;
}
.btn.__search {
  border-color: #ebc91d;
}
.btn.__search:hover ._binn p {
  color: #ebc91d;
}
.btn.__search i {
  background-color: #ebc91d;
}
.btn.__worksheet {
  border-color: #238e19;
}
.btn.__worksheet:hover ._binn p {
  color: #238e19;
}
.btn.__worksheet i {
  background-color: #238e19;
}
.btn.__quiz {
  border-color: #ff55e3;
}
.btn.__quiz:hover ._binn p {
  color: #ff55e3;
}
.btn.__quiz i {
  background-color: #ff55e3;
}
.btn.__print {
  border-color: #238e19;
}
.btn.__print:hover ._binn p {
  color: #238e19;
}
.btn.__print i {
  background-color: #238e19;
}
.btn.__prev {
  border-color: #d1d1d1;
}
.btn.__prev:hover ._binn p {
  color: #d1d1d1;
}
.btn.__prev i {
  background-color: #d1d1d1;
}
.btn ._binn {
  position: relative;
  height: 64px;
}
.btn ._binn i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 100%;
}
.btn ._binn p {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 56%;
  width: 100%;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.btn ._binn p rt {
  margin-bottom: 5px;
}
.btn ._binn ._ico {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.btn_s {
  display: block;
  overflow: hidden;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
}
.btn_s:hover ._binn p {
  color: #808080;
}
.btn_s:hover ._binn ._ico path {
  fill: #808080;
}
.btn_s ._binn {
  position: relative;
  height: 28px;
}
.btn_s ._binn i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 100%;
}
.btn_s ._binn p {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 56%;
  width: 100%;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.btn_s ._binn ._ico {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.btn_s ._binn ._ico path {
  -webkit-transition: fill 200ms 0s ease;
  transition: fill 200ms 0s ease;
}

.btn_m {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  -webkit-transition: border-color 200ms 0s ease;
  transition: border-color 200ms 0s ease;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
}
.btn_m.__single_zoom {
  width: 123px;
  border-color: #0366ac;
}
.btn_m.__single_zoom ._binn p {
  color: #0366ac;
}
.btn_m.__single_zoom:hover {
  background-color: #0366ac;
}
.btn_m.__single_zoom:hover ._binn p {
  color: #fff;
}
.btn_m.__single_zoom:hover ._ico path {
  fill: #fff;
}
.btn_m.__single_print {
  width: 110px;
  border-color: #238e19;
}
.btn_m.__single_print ._binn p {
  color: #238e19;
}
.btn_m.__single_print:hover {
  background-color: #238e19;
}
.btn_m.__single_print:hover ._binn p {
  color: #fff;
}
.btn_m.__single_print:hover ._ico path {
  fill: #fff;
}
.btn_m.__single_save {
  width: 160px;
  border-color: #ff2d7a;
}
.btn_m.__single_save ._binn p {
  color: #ff2d7a;
}
.btn_m.__single_save:hover {
  background-color: #ff2d7a;
}
.btn_m.__single_save:hover ._binn p {
  color: #fff;
}
.btn_m.__single_save:hover ._ico path {
  fill: #fff;
}
.btn_m.__single_modal_close {
  position: relative;
  width: 36px;
  -webkit-transition: border-color, background-color 200ms 0s ease;
  transition: border-color, background-color 200ms 0s ease;
  border-color: #fff;
}
.btn_m.__single_modal_close ._ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.btn_m ._binn {
  position: relative;
  height: 33px;
}
.btn_m ._binn p {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.btn_m ._binn ._ico {
  position: relative;
  top: 5px;
}
.btn_m ._binn ._ico path {
  -webkit-transition: fill 200ms 0s ease;
  transition: fill 200ms 0s ease;
}
.btn_m ._binn span {
  font-size: 13px;
  line-height: 1;
}

.btn_b {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  -webkit-transition: border-color, background-color 200ms 0s ease;
  transition: border-color, background-color 200ms 0s ease;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
.btn_b.__worksheet_submit {
  width: 176px;
  border-color: #0366ac;
  background-color: #0366ac;
}
.btn_b.__worksheet_submit ._binn p {
  color: #fff;
}
.btn_b.__worksheet_submit:disabled, .btn_b.__worksheet_submit.-disabled {
  cursor: not-allowed;
  color: #fff;
  border-color: #b7b7b7;
  background: #b7b7b7;
}
.btn_b.__worksheet_submit:disabled:hover, .btn_b.__worksheet_submit.-disabled:hover {
  background-color: #b7b7b7;
}
.btn_b.__worksheet_submit:hover {
  background-color: #077cd1;
}
.btn_b.__worksheet_submit:hover ._binn p {
  color: #fff;
}
.btn_b.__worksheet_submit:hover ._ico path {
  fill: #fff;
}
.btn_b ._binn {
  position: relative;
  height: 51px;
}
.btn_b ._binn p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.btn_b ._binn ._ico {
  position: relative;
  top: 5px;
}
.btn_b ._binn ._ico path {
  -webkit-transition: fill 200ms 0s ease;
  transition: fill 200ms 0s ease;
}
.btn_b ._binn span {
  font-size: 24px;
  line-height: 1;
}

.main {
  padding-top: 80px;
}

.sec_bread {
  position: relative;
  padding: 7px 0;
  background-color: #f6f6f6;
}
.sec_bread ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
}
.sec_bread ._list a, .sec_bread ._list span {
  font-size: 12px;
  line-height: 1;
  margin-right: 5px;
}

/****************************************
		top Setting 
*****************************************/
body {
  background-color: #72c8f5;
}
body._body_top .wrap {
  max-width: 1366px;
  padding-right: 20px;
  padding-left: 20px;
}
body._body_top .header {
  background-color: transparent;
}
body._body_top .header ._logo img {
  width: 259px;
  -webkit-filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 0 2px #fff);
          filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 0 2px #fff);
}
body._body_top .main {
  padding-top: 12px;
}

.sec_top ._bg {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 0;
  width: 100%;
  height: 242px;
  background-color: #fff;
}
.sec_top .boxs {
  position: relative;
  z-index: 2;
}
.sec_top .boxs .box {
  position: relative;
  width: 320px;
}
.sec_top .boxs .box:nth-child(2) {
  width: calc(100% - 640px);
}
.sec_top .box_date {
  padding-top: 80px;
}
.sec_top .box_date p._year {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.sec_top .box_date p._date {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ccc;
}
.sec_top .box_date p._date span {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
}
.sec_top .box_date p._date small {
  font-size: 24px;
}
.sec_top .box_img {
  text-align: center;
}
.sec_top .box_img:hover ._clm {
  background-color: rgba(0, 131, 225, 0.91);
}
.sec_top .box_img ._inn {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec_top .box_img ._inn img, .sec_top .box_img ._inn canvas {
  max-height: 743px;
  border: 1px solid #8f8f8f;
}
.sec_top .box_img ._clm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 147px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: rgba(3, 102, 173, 0.91);
}
.sec_top .box_img ._clm .__inn {
  position: relative;
  height: 147px;
}
.sec_top .box_img ._clm .__inn p {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.sec_top .box_img ._clm .__inn p span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.sec_top .box_img ._clm .__inn p span rt {
  margin-bottom: 10px;
}
.sec_top .box_img ._clm .__inn p small {
  font-size: 14px;
  display: block;
}
.sec_top .box_nav {
  padding-top: 102px;
}
.sec_top .box_nav ul {
  max-width: 239px;
  margin-left: auto;
}
.sec_top .box_nav ul li {
  margin-bottom: 20px;
}
.sec_top .box_nav ul li:last-child {
  margin-bottom: 0;
}
.sec_top .box_copy {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.sec_top .box_copy p {
  font-size: 10px;
}

.top_notice_bg {
  position: fixed;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}
.top_notice_bg.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_notice {
  display: none;
  width: 350px;
  margin-top: -100px;
  border-radius: 6px;
  background-color: #fff;
}
.top_notice.-active {
  display: block;
}
.top_notice ._outer {
  position: relative;
  padding: 16px 16px 25px;
}
.top_notice ._close {
  position: absolute;
  top: -29px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #fff;
}
.top_notice ._ico {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #a1d264;
}
.top_notice ._date {
  font-size: 12px;
  color: #0366ac;
}
.top_notice ._tag {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 100px;
  background-color: #d7eeff;
}
.top_notice ._tit {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.top_notice ._tit p {
  font-size: 16px;
}
.top_notice ._clms {
  padding-top: 7px;
}
.top_notice ._clms p {
  font-size: 14px;
  line-height: 1.8;
}

/****************************************
		Entry Setting 
*****************************************/
body._body_single .header_btns.__base ._inn, body._body_archive .header_btns.__base ._inn {
  border-left: 1px solid #ededed;
}

.sec_entry {
  margin: 0 auto;
  padding: 40px 0 140px;
}
.sec_entry._single {
  max-width: 980px;
}
.sec_entry ._entry ._meta {
  padding-bottom: 8px;
}
.sec_entry ._entry ._meta ._date {
  font-size: 16px;
  color: #0366ac;
}
.sec_entry ._entry ._tag {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 20px;
  border-radius: 100px;
  background-color: #d7eeff;
}
.sec_entry ._entry ._cau {
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff29a;
}
.sec_entry ._entry ._cau p {
  font-size: 20px;
}
.sec_entry ._entry ._head {
  margin-bottom: 26px;
  padding: 11px 0;
  border-radius: 5px;
  background-color: #fff;
}
.sec_entry ._entry ._head .wrap {
  padding-right: 44px;
  padding-left: 44px;
}
.sec_entry ._entry ._head h1 {
  font-size: 134%;
  line-height: 1.3;
}
.sec_entry ._entry ._menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 13px 0 16px;
}
.sec_entry ._entry ._menu .btn_m {
  margin-left: 16px;
}
.sec_entry ._entry ._thms {
  display: none;
  padding: 5px;
  background-color: #f8f8f8;
}
.sec_entry ._entry ._thms.-visble {
  display: block;
}
.sec_entry ._entry ._thms .__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 397px;
}
.sec_entry ._entry ._thms .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec_entry ._entry ._viewerimg {
  padding: 5px;
  cursor: pointer;
  background: #f8f8f8;
}
.sec_entry ._entry ._viewerimg .__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 397px;
}
.sec_entry ._entry ._viewerimg .__frame::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: transparent;
  inset: 0;
}
.sec_entry ._entry ._viewerimg .__frame .__copyright {
  font-size: 10px;
  padding: 6px 10px;
  text-align: center;
  background-color: #fff;
}
.sec_entry ._entry ._viewerimg .__frame .__copyright .__line1 {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
  font-size: 10px;
}
.sec_entry ._entry ._viewerimg .__frame .__copyright .__line2 {
  font-size: 8px;
}
.sec_entry ._entry ._viewerimg .__img {
  position: relative;
  overflow: hidden;
}
.sec_entry ._entry ._viewerimg.-loading .__frame {
  visibility: hidden;
}
.sec_entry ._entry ._viewerimg.-ready .__frame {
  visibility: visible;
}
.sec_entry ._entry ._modal {
  position: fixed;
  z-index: 9999;
  display: none;
  inset: 0;
}
.sec_entry ._entry ._modal.-active {
  display: block;
}
.sec_entry ._entry ._modal ._bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}
.sec_entry ._entry ._modal .__box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 40px auto;
  padding: 24px;
  pointer-events: none;
}
.sec_entry ._entry ._modal .__head ._menu {
  position: relative;
  z-index: 2;
}
.sec_entry ._entry ._modal .__head ._menu .btn_m {
  pointer-events: auto;
}
.sec_entry ._entry ._modal ._viewerimg {
  cursor: auto;
  background-color: transparent;
}
.sec_entry ._entry ._modal ._viewerimg .__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.sec_entry ._entry ._modal .__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  pointer-events: auto;
}
.sec_entry ._entry ._outer {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}
.sec_entry ._entry ._outer .wrap {
  max-width: 713px;
}
.sec_entry ._entry ._body {
  padding: 40px 0 1px;
  word-break: break-all;
}
.sec_entry ._entry ._body .btn_b ._binn p, .sec_entry ._entry ._body .btn ._binn p {
  line-height: 1;
  padding: 0;
}
.sec_entry ._entry ._body h1, .sec_entry ._entry ._body h2 {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
  font-size: 134%;
  font-weight: 700;
  margin: 10px 0;
  padding: 14px 20px 7px;
  border-width: 3px 3px 3px 18px;
  border-style: solid;
  border-color: #72c8f5;
}
.sec_entry ._entry ._body h3 {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
  font-size: 107%;
  position: relative;
  margin: 10px 0;
  padding: 8px 8px 8px 15px;
  border-bottom: 1px solid #707070;
}
.sec_entry ._entry ._body h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #72c8f5;
}
.sec_entry ._entry ._body p {
  font-size: 107%;
  line-height: 2.5;
  padding: 10px 0;
}
.sec_entry ._entry ._body strong {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
}
.sec_entry ._entry ._body a:not(.btn, .wp-block-file__button) {
  text-decoration: underline;
  color: #0366ac;
}
.sec_entry ._entry ._body .wp-block-image {
  margin: 30px 0;
}
.sec_entry ._entry ._body .wp-block-video, .sec_entry ._entry ._body .wp-block-embed {
  margin: 0 0 30px;
}
.sec_entry ._entry ._body .wp-block-video video, .sec_entry ._entry ._body .wp-block-embed video {
  width: 100%;
  height: auto;
}
.sec_entry ._entry ._body .wp-element-caption {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #707070;
}
.sec_entry ._entry ._body ul, .sec_entry ._entry ._body ol {
  font-size: 107%;
  padding: 20px;
  padding-left: 55px;
}
.sec_entry ._entry ._body ul li, .sec_entry ._entry ._body ol li {
  margin-bottom: 10px;
}
.sec_entry ._entry ._body ul li:last-child, .sec_entry ._entry ._body ol li:last-child {
  margin-bottom: 0;
}
.sec_entry ._entry ._body ul.wp-block-list li {
  list-style: disc;
}
.sec_entry ._entry ._body ol.wp-block-list li {
  list-style: decimal;
}
.sec_entry ._entry ._body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.sec_entry ._entry ._body .wp-block-file {
  margin: 24px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.sec_entry ._entry ._body .wp-block-file__embed {
  display: block;
  width: 100%;
  height: 600px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.sec_entry ._entry ._body .wp-block-file__button {
  display: inline-block;
  margin-left: 0.75em;
  padding: 8px 16px;
  text-decoration: none;
  color: #fff;
  border-radius: 999px;
  background: #333;
}
.sec_entry ._entry ._body .wp-block-file__button:hover {
  opacity: 0.8;
  color: #fff;
}
.sec_entry ._entry ._foot {
  padding-bottom: 56px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
.sec_entry ._entry ._foot .wrap {
  max-width: 713px;
}
.sec_entry ._entry ._foot ._btns {
  max-width: 358px;
  margin: 0 auto;
  padding-top: 30px;
}
.sec_entry ._entry ._foot ._btns ul li {
  margin-bottom: 32px;
}
.sec_entry ._entry ._foot ._btns ul li:last-child {
  margin-bottom: 0;
}
.sec_entry ._entry ._foot ._tags {
  margin-top: 40px;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.sec_entry ._entry ._foot ._tags p {
  font-size: 14px;
  margin-bottom: 10px;
}
.sec_entry ._entry ._foot ._tags ._tag:nth-child(2) {
  margin-left: 0;
}
.sec_entry ._entry ._foot ._tags .wrap {
  max-width: 713px;
}
.sec_entry ._entry ._foot ._sbtns {
  padding-top: 32px;
}
.sec_entry ._entry ._foot ._sbtns ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_entry ._entry ._foot ._sbtns ol li {
  width: 193px;
}
.sec_entry ._entry ._morelist {
  margin-top: 50px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}
.sec_entry ._entry ._morelist ._btit {
  margin-bottom: 17px;
}
.sec_entry ._entry ._morelist ._btit p {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  border-width: 2px 2px 2px 11px;
  border-style: solid;
  border-color: #72c8f5;
}
.sec_entry ._entry ._morelist ._itemo {
  margin-bottom: 32px;
}
.sec_entry ._entry ._morelist ._itemo:last-child {
  margin-bottom: 0;
}
.sec_entry ._entry ._morelist ._items {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}
.sec_entry ._entry ._morelist ._items ._item {
  display: block;
  min-height: 132px;
  padding: 0 8px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 5px;
  background-color: #fff;
}
.sec_entry ._entry ._morelist ._items ._item:hover {
  background-color: #f8f8f8;
}
.sec_entry ._entry ._morelist ._items ._item ._meta {
  padding-top: 3px;
  padding-bottom: 3px;
}
.sec_entry ._entry ._morelist ._items ._item ._date {
  font-size: 10px;
}
.sec_entry ._entry ._morelist ._items ._item ._tag {
  font-size: 10px;
  padding: 2px 8px;
}
.sec_entry ._entry ._morelist ._items ._item ._tit {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.sec_entry ._entry ._morelist ._items ._item ._tit p {
  font-size: 12px;
}
.sec_entry ._entry ._morelist ._items ._nbtn {
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border: 1px solid #707070;
  border-radius: 2px;
  background-color: #fff;
}
.sec_entry ._entry ._morelist ._items ._nbtn._prev {
  left: 0;
}
.sec_entry ._entry ._morelist ._items ._nbtn._next {
  right: 0;
}

/****************************************
		Archive Setting 
*****************************************/
.sec_archive {
  max-width: 980px;
  margin: 40px auto 140px;
  padding: 40px 40px 80px;
  border-radius: 5px;
  background-color: #fff;
}
.sec_archive ._none {
  font-size: 24px;
  padding-top: 60px;
  text-align: center;
}
.sec_archive ._head ._total {
  font-size: 16px;
  padding: 4px 0 26px;
}
.sec_archive ._head .choices {
  font-size: 24px;
  line-height: 1;
  width: 155px;
  margin-bottom: 0;
  margin-left: 40px;
}
.sec_archive ._head .choices:nth-child(1) {
  margin-left: 0;
}
.sec_archive ._head .choices__inner {
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  border: none;
  border: 1px solid #b8b8b8;
  border-radius: 50px;
  background-color: #fff;
}
.sec_archive ._head .choices__list--dropdown {
  left: 10%;
  width: 80%;
}
.sec_archive ._head .choices .choices__list--single {
  padding-top: 0;
  padding-bottom: 0;
}
.sec_archive ._head .choices .choices__list--single .choices__item {
  line-height: 1;
}
.sec_archive ._head .choices .choices__list--single .choices__item.choices__placeholder {
  font-size: 20px;
}
.sec_archive ._head .choices::after {
  right: 15px;
}
.sec_archive ._pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  gap: 35px;
}
.sec_archive ._pagination .page-numbers {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
  font-size: 24px;
  position: relative;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  color: #d1d1d1;
}
.sec_archive ._pagination .page-numbers::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: none;
  width: 18px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background-color: #0366ac;
}
.sec_archive ._pagination .page-numbers.current {
  color: #0366ac;
}
.sec_archive ._pagination .page-numbers.current::after {
  display: block;
}
.sec_archive ._pagination .page-numbers:hover {
  color: #0366ac;
}
.sec_archive ._pagination .page-numbers.next, .sec_archive ._pagination .page-numbers.prev {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-color: #0366ac;
}
.sec_archive ._pagination .page-numbers.next svg, .sec_archive ._pagination .page-numbers.prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.sec_archive ._pagination .page-numbers.dots {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 -12px;
  padding: 0;
}
.sec_archive.__news-paper ._body {
  margin-top: 73px;
}
.sec_archive.__news-paper ._head form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_archive.__news-paper ._head form [type=submit] {
  display: none;
}
.sec_archive.__worksheet ._body {
  margin-top: 40px;
}
.sec_archive.__worksheet ._btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.sec_archive.__worksheet ._btns a {
  display: block;
  width: 154px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-radius: 10px;
  background-color: #d7eeff;
}
.sec_archive.__worksheet ._btns a:hover, .sec_archive.__worksheet ._btns a.-active {
  background-color: #0366ac;
}
.sec_archive.__worksheet ._btns a:hover ._binn p, .sec_archive.__worksheet ._btns a.-active ._binn p {
  color: #fff;
}
.sec_archive.__worksheet ._btns a ._binn {
  position: relative;
  height: 40px;
}
.sec_archive.__worksheet ._btns a ._binn p {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.sec_archive.__post {
  padding: 40px 80px 80px;
}
.sec_archive.__post ._head {
  padding-bottom: 12px;
}
.sec_archive.__post ._head .choices {
  width: 186px;
  margin-left: 0;
}
.sec_archive.__post ._pagination {
  gap: 12px;
}
.sec_archive.__post ._pagination .page-numbers {
  padding: 5px 12px;
  color: #fff;
  border-radius: 5px;
  background-color: #d1d1d1;
}
.sec_archive.__post ._pagination .page-numbers::after {
  display: none;
}
.sec_archive.__post ._pagination .page-numbers.dots {
  top: 7px;
  color: #d1d1d1;
  background-color: transparent;
}
.sec_archive.__post ._pagination .page-numbers.current {
  background-color: #0366ac;
}
.sec_archive.__post ._pagination .page-numbers.next, .sec_archive.__post ._pagination .page-numbers.prev {
  border-radius: 2px;
  background-color: #0366ac;
}
.sec_archive.__ranking .archive_post {
  margin: 0 auto;
}
.sec_archive.__ranking .archive_post .box_outer {
  position: relative;
  padding-left: 120px;
}
.sec_archive.__ranking .archive_post .box_ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.sec_archive.__nosearch {
  padding: 0;
}

.archive_news-paper_items .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
}
.archive_news-paper_items .boxs .box {
  display: block;
  width: calc((100% - 80px) / 5);
}
.archive_news-paper_items .boxs .box:hover .box_btn {
  background-color: #077cd1;
}
.archive_news-paper_items .box_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_news-paper_items .box_date span {
  font-size: 20px;
}
.archive_news-paper_items .box_date small {
  font-size: 12px;
  position: relative;
  top: 3px;
  margin-left: auto;
}
.archive_news-paper_items .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  border: 1px solid #707070;
  aspect-ratio: 164/231;
}
.archive_news-paper_items .box_btn {
  margin-top: 7px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-radius: 3px;
  background-color: #0366ac;
}
.archive_news-paper_items .box_btn ._binn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}
.archive_news-paper_items .box_btn ._binn p {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}
.archive_news-paper_items .box_btn ._binn ._ico {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.archive_worksheet_items .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.archive_worksheet_items .boxs .box {
  display: block;
  width: calc((100% - 90px) / 3);
  border-bottom: 1px solid #ccc;
}
.archive_worksheet_items .boxs .box:hover .box_meta {
  background-color: #f6f6f6;
}
.archive_worksheet_items .box_img {
  position: relative;
  padding: 5px;
  background-color: #f3f3f3;
}
.archive_worksheet_items .box_img::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: transparent;
  inset: 0;
}
.archive_worksheet_items .box_img .__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.archive_worksheet_items .box_img .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive_worksheet_items .box_meta {
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 13px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
}
.archive_worksheet_items .box_tag span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  padding: 2px 12px;
  border-radius: 100px;
  background-color: #d7eeff;
}
.archive_worksheet_items .box_tag span._nn {
  background-color: transparent;
}
.archive_worksheet_items .box_tag span:last-child {
  margin-right: 0;
}
.archive_worksheet_items .box_tit {
  margin-top: 16px;
}
.archive_worksheet_items .box_tit p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.archive_worksheet_items .box_date {
  line-height: 1;
  margin-top: 15px;
}
.archive_worksheet_items .box_date span {
  font-size: 12px;
  color: #0366ac;
}

.sec_search {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 40px 84px 48px;
  border-radius: 5px;
  background-color: #fff;
}

.search_items ._items {
  margin-bottom: 40px;
}
.search_items ._items.__keyword ._head {
  margin-bottom: 0;
  background-color: transparent;
}
.search_items ._head {
  margin-bottom: 20px;
  padding: 6px;
  text-align: center;
  background-color: #d7eeff;
}
.search_items ._head p {
  font-size: 20px;
  color: #0366ac;
}
.search_items ._body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 40px;
}
.search_items ._body.__md ._checkbox {
  width: calc((100% - 160px) / 5);
}
.search_items ._body.__md ._checkbox span {
  width: 100%;
}
.search_items ._body.__sm ._checkbox span {
  font-size: 16px;
}
.search_items ._body ._keyword {
  font-family: "MFW-UDDigiKyokashoProN-Regular";
  font-size: 20px;
  width: 100%;
  padding: 0 12px;
  border: 2px solid #0366ac;
  border-radius: 3px;
}
.search_items ._body ._checkbox {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search_items ._body ._checkbox input {
  display: none;
}
.search_items ._body ._checkbox input:checked + span {
  color: #fff;
  background-color: #0366ac;
}
.search_items ._body ._checkbox span {
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  padding: 8px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
  color: #0366ac;
  border: 2px solid #0366ac;
  border-radius: 30px;
  background-color: #fff;
}

.search_btn {
  padding-top: 22px;
}
.search_btn ._submit {
  display: block;
  width: 277px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border: none;
  border-radius: 5px;
  background-color: #0366ac;
}
.search_btn ._submit:hover {
  background-color: #077cd1;
}
.search_btn ._submit ._binn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
}
.search_btn ._submit ._binn p {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}
.search_btn ._submit ._binn ._ico {
  position: relative;
  top: 8px;
  margin-right: 10px;
}

.search_rank_btn {
  position: absolute;
  top: 505px;
  right: calc((100% - 980px) / 2 - 127px - 34px);
}
.search_rank_btn .btn {
  width: 127px;
}
.search_rank_btn .btn ._binn {
  height: 97px;
}
.search_rank_btn .btn ._binn i {
  width: 100%;
  height: 4px;
}
.search_rank_btn .btn ._binn ._ico {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 7px;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}
.search_rank_btn .btn ._binn p {
  font-size: 16px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive_post .boxs {
  display: block;
}
.archive_post .boxs .box {
  display: block;
  padding: 30px 0;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.archive_post .boxs .box:hover {
  background-color: #f6f6f6;
}
.archive_post .box_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_post .box_date {
  width: 98px;
}
.archive_post .box_date span {
  font-size: 12px;
  color: #0366ac;
}
.archive_post .box_tag {
  width: 115px;
}
.archive_post .box_tag span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  padding: 2px 12px;
  border-radius: 100px;
  background-color: #d7eeff;
}
.archive_post .box_tag span:last-child {
  margin-right: 0;
}
.archive_post .box_tit {
  position: relative;
  top: -3px;
  width: calc(100% - 98px - 115px);
}
.archive_post .box_tit p {
  font-size: 20px;
}

.rank_btns {
  max-width: 358px;
  margin: 0 auto;
  padding-top: 64px;
}
.rank_btns ul li {
  margin-bottom: 32px;
}
.rank_btns ul li:last-child {
  margin-bottom: 0;
}

/****************************************
		404 Setting 
*****************************************/
.sec_none {
  max-width: 980px;
  margin: 40px auto 140px;
  padding: 40px 40px 80px;
  border-radius: 5px;
  background-color: #fff;
}
.sec_none ._none {
  font-size: 24px;
  padding-top: 60px;
  text-align: center;
}

/****************************************
	single viewer Setting
*****************************************/
.js-single-modal-viewerimg {
  -ms-touch-action: none;
      touch-action: none;
}
.js-single-modal-viewerimg .__frame {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
.js-single-modal-viewerimg .__frame.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.js-single-modal-viewerimg img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/****************************************
	page Setting
*****************************************/
body._body_page .header_btns.__base ._inn {
  border-left: 1px solid #ededed;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1365px) {
  .search_rank_btn {
    right: 7px;
  }
}
@media (max-width: 1239px) {
  .sec_top .boxs {
    padding-top: 260px;
  }
  .sec_top .boxs .box {
    position: relative;
    width: 320px;
  }
  .sec_top .boxs .box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec_top .boxs .box:nth-child(2) {
    width: calc(100% - 320px);
  }
  .sec_top .box_img ._inn img {
    max-height: 931px;
  }
}
@media (max-width: 1180px) {
  .sec_top .boxs .box:nth-child(2) {
    padding-right: 40px;
  }
  .sec_top .box_nav {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  body._body_top .main {
    padding-right: 0;
    padding-left: 0;
  }
  .main {
    padding-right: 48px;
    padding-left: 48px;
  }
  .sec_bread {
    left: -48px;
    width: calc(100% + 96px);
  }
  .sec_search {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .gnav ._inn {
      min-height: -webkit-fill-available;
    }
  }
  .sec_entry ._outer, .sec_entry ._foot {
    padding-right: 40px;
    padding-left: 40px;
  }
  .archive_news-paper_items .boxs {
    gap: 50px 24px;
  }
  .archive_news-paper_items .boxs .box {
    width: calc((100% - 80px) / 3);
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  	Base Setting 
  *****************************************/
  body ._all_bg {
    background-position: center 100%;
    background-size: 390px;
  }
  .header ._inner {
    height: 46px;
  }
  .header ._logo img {
    width: 63px;
  }
  .header_tit ._hinn {
    height: 46px;
    gap: 5px;
  }
  .header_tit img {
    width: 20px;
  }
  .header_tit p {
    font-size: 10px;
  }
  .header_btns ._inn {
    position: relative;
    height: 46px;
  }
  .header_btns.__menu {
    width: 54px;
  }
  .header_btns.__menu.-active i {
    left: 15px;
    width: 23px;
  }
  .header_btns.__menu.-active i:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_btns.__menu.-active i:nth-child(2) {
    opacity: 0;
  }
  .header_btns.__menu.-active i:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_btns.__menu i {
    left: 17px;
    width: 23px;
  }
  .header_btns.__menu i:nth-child(1) {
    top: 8px;
  }
  .header_btns.__menu i:nth-child(2) {
    top: 14px;
  }
  .header_btns.__menu i:nth-child(3) {
    top: 20px;
  }
  .header_btns.__menu p {
    font-size: 11px;
    bottom: 3px;
  }
  .header_btns.__base {
    width: 51px;
  }
  .header_btns.__base p {
    font-size: 10px;
    bottom: 2px;
  }
  .header_btns.__base p rt {
    margin-bottom: 1px;
  }
  .header_btns.__setting {
    right: 54px;
  }
  .header_btns.__setting ._ico {
    top: 6px;
    width: 14px;
  }
  .header_btns.__setting ._card {
    top: 54px;
    right: 0;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .header_btns.__single_back {
    right: 207px;
  }
  .header_btns.__single_back ._ico {
    top: 6px;
    width: 12px;
  }
  .header_btns.__single_back p {
    bottom: 4px;
  }
  .header_btns.__single_zoom {
    right: 156px;
  }
  .header_btns.__single_zoom ._ico {
    top: 6px;
    width: 12px;
  }
  .header_btns.__single_tts {
    right: 105px;
  }
  .header_btns.__single_tts.-playing ._ico {
    top: -3px;
  }
  .header_btns.__single_tts ._ico {
    top: 6px;
  }
  .header_btns.__single_tts ._ico img {
    width: 17px;
  }
  .header_btns.__single_tts ._ico svg {
    width: 17px;
  }
  .header_btns.__archive_back {
    right: 105px;
  }
  .header_btns.__archive_back ._ico {
    top: 6px;
    width: 12px;
  }
  .header_btns.__archive_back p {
    bottom: 4px;
  }
  .btn_m.__single_zoom ._binn ._ico {
    top: 7px;
    width: 14px;
  }
  .btn_m.__single_print ._binn ._ico {
    top: 7px;
    width: 18px;
  }
  .btn_m ._binn {
    height: 30px;
  }
  .btn_m ._binn span {
    font-size: 11px;
  }
  .btn_m ._binn p {
    top: 40%;
  }
  .gnav ._inn {
    padding-bottom: 56px;
  }
  .gnav ._inn ul {
    display: block;
  }
  .gnav ._inn ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .main {
    padding-top: 46px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .sec_bread {
    left: -16px;
    width: calc(100% + 32px);
  }
  /****************************************
  		top Setting 
  *****************************************/
  body._body_top .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  body._body_top .header ._logo img {
    width: 151px;
  }
  .sec_top {
    padding-bottom: 80px;
  }
  .sec_top ._bg {
    height: 203px;
  }
  .sec_top .boxs {
    display: block;
    padding-top: 220px;
  }
  .sec_top .boxs .box:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
  .sec_top .boxs .box:nth-child(3) {
    display: none;
  }
  .sec_top .box_date {
    padding-top: 50px;
  }
  /****************************************
  		Entry Setting 
  *****************************************/
  body._body_single .header_btns.__base ._inn, body._body_archive .header_btns.__base ._inn {
    border-left: 1px solid #ededed;
  }
  .sec_entry {
    padding: 20px 0 140px;
  }
  .sec_entry ._entry ._meta {
    padding-bottom: 8px;
  }
  .sec_entry ._entry ._meta ._date {
    font-size: 14px;
  }
  .sec_entry ._entry ._tag {
    font-size: 10px;
    padding: 3px 10px;
  }
  .sec_entry ._entry ._head {
    margin-bottom: 16px;
  }
  .sec_entry ._entry ._head .wrap {
    padding-right: 8px;
    padding-left: 8px;
  }
  .sec_entry ._entry ._head h1 {
    font-size: 107%;
  }
  .sec_entry ._entry ._menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 13px 0 16px;
  }
  .sec_entry ._entry ._menu .btn_m {
    margin-left: 10px;
  }
  .sec_entry ._entry ._thms .__img {
    height: 397px;
  }
  .sec_entry ._entry ._viewerimg .__frame {
    height: 397px;
  }
  .sec_entry ._entry ._outer {
    padding-right: 11px;
    padding-left: 11px;
  }
  .sec_entry ._entry ._body {
    padding: 40px 5px 1px;
    word-break: break-all;
  }
  .sec_entry ._entry ._body .btn_b ._binn p, .sec_entry ._entry ._body .btn ._binn p {
    line-height: 1;
    padding: 0;
  }
  .sec_entry ._entry ._body h1, .sec_entry ._entry ._body h2 {
    font-size: 107%;
  }
  .sec_entry ._entry ._body h3 {
    font-size: 94%;
  }
  .sec_entry ._entry ._body p {
    font-size: 94%;
    padding: 10px 0;
  }
  .sec_entry ._entry ._foot .btn ._binn p {
    font-size: 16px;
  }
  .sec_entry ._entry ._morelist {
    margin-top: 40px;
    padding: 40px 0;
  }
  .sec_entry ._entry ._morelist ._btit {
    padding-right: 11px;
    padding-left: 11px;
  }
  .sec_entry ._entry ._morelist ._btit p {
    width: 100%;
  }
  .sec_entry ._entry ._morelist ._items {
    padding-right: 0;
    padding-left: 0;
  }
  .sec_entry ._entry ._morelist ._items ._item {
    display: block;
    min-height: 132px;
    padding: 0 8px;
    -webkit-transition: background-color 200ms 0s ease;
    transition: background-color 200ms 0s ease;
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: 5px;
    background-color: #fff;
  }
  .sec_entry ._entry ._morelist ._items ._item:hover {
    background-color: #f8f8f8;
  }
  .sec_entry ._entry ._morelist ._items ._item ._meta {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sec_entry ._entry ._morelist ._items ._item ._date {
    font-size: 10px;
  }
  .sec_entry ._entry ._morelist ._items ._item ._tag {
    font-size: 10px;
    padding: 2px 8px;
  }
  .sec_entry ._entry ._morelist ._items ._item ._tit {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  .sec_entry ._entry ._morelist ._items ._item ._tit p {
    font-size: 12px;
  }
  .sec_entry ._entry ._morelist ._items ._nbtn._prev {
    left: 12px;
  }
  .sec_entry ._entry ._morelist ._items ._nbtn._next {
    right: 12px;
  }
  /****************************************
  		Archive Setting 
  *****************************************/
  .sec_archive {
    padding: 20px;
  }
  .sec_archive ._none {
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .sec_archive ._head ._total {
    font-size: 12px;
    padding: 4px 0 16px;
  }
  .sec_archive ._head .choices {
    font-size: 20px;
    line-height: 1;
    width: 155px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  .sec_archive ._head .choices:nth-child(1) {
    margin-left: 0;
  }
  .sec_archive ._head .choices__inner {
    font-size: 20px;
    min-height: 38px;
  }
  .sec_archive ._head .choices .choices__list--single .choices__item.choices__placeholder {
    font-size: 20px;
  }
  .sec_archive.__news-paper ._body {
    margin-top: 23px;
  }
  .sec_archive.__news-paper ._head form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_archive.__news-paper ._head form [type=submit] {
    display: none;
  }
  .sec_archive.__worksheet ._body {
    margin-top: 20px;
  }
  .sec_archive.__worksheet ._btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 22px;
  }
  .sec_archive.__worksheet ._btns a {
    width: calc((100% - 22px) / 2);
  }
  .sec_archive.__worksheet ._btns a ._binn {
    height: 30px;
  }
  .sec_archive.__worksheet ._btns a ._binn p {
    font-size: 14px;
  }
  .sec_archive.__post {
    padding: 20px;
  }
  .sec_archive.__post ._head {
    padding-bottom: 12px;
  }
  .sec_archive.__post ._head .choices {
    width: 186px;
    margin-left: 0;
  }
  .sec_archive.__post ._pagination {
    gap: 12px;
  }
  .sec_archive.__ranking {
    padding-bottom: 80px;
  }
  .sec_archive.__ranking .archive_post {
    margin: 0 auto;
  }
  .sec_archive.__ranking .archive_post .box_outer {
    position: relative;
    padding-left: 0;
  }
  .sec_archive.__ranking .archive_post .box_ico {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    width: 60px;
    margin: 0 auto 16px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .sec_archive.__nosearch {
    padding: 0;
  }
  .archive_news-paper_items .boxs {
    gap: 32px 20px;
  }
  .archive_news-paper_items .boxs .box {
    width: calc((100% - 20px) / 2);
  }
  .archive_news-paper_items .box_date span {
    font-size: 16px;
  }
  .archive_news-paper_items .box_date small {
    font-size: 12px;
  }
  .archive_news-paper_items .box_btn ._binn {
    height: 30px;
  }
  .archive_news-paper_items .box_btn ._binn p {
    font-size: 14px;
  }
  .archive_worksheet_items .boxs {
    display: block;
    gap: 0;
  }
  .archive_worksheet_items .boxs .box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .archive_worksheet_items .boxs .box:last-child {
    margin-bottom: 0;
  }
  .archive_worksheet_items .box_img {
    width: 70%;
    margin: 0 auto;
  }
  .archive_worksheet_items .box_meta {
    margin-top: 12px;
    padding-top: 8px;
    padding-bottom: 13px;
    -webkit-transition: background-color 200ms 0s ease;
    transition: background-color 200ms 0s ease;
  }
  .archive_worksheet_items .box_tit {
    margin-top: 5px;
  }
  .sec_search {
    padding: 20px 20px 80px;
  }
  .search_items ._items {
    margin-bottom: 32px;
  }
  .search_items ._head {
    margin-bottom: 16px;
  }
  .search_items ._head p {
    font-size: 16px;
  }
  .search_items ._body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 19px 9px;
  }
  .search_items ._body.__md ._checkbox {
    width: calc((100% - 18px) / 3);
  }
  .search_items ._body.__md ._checkbox span {
    width: 100%;
  }
  .search_items ._body.__sm ._checkbox {
    width: calc((100% - 9px) / 2);
  }
  .search_items ._body.__sm ._checkbox span {
    font-size: 16px;
    width: 100%;
  }
  .search_items ._body ._keyword {
    font-size: 16px;
  }
  .search_items ._body ._checkbox span {
    font-size: 16px;
    width: 100px;
  }
  .search_rank_btn {
    position: relative;
    top: inherit;
    padding-top: 20px;
  }
  .search_rank_btn .btn {
    width: 242px;
    margin: 0 auto;
  }
  .search_rank_btn .btn ._binn {
    height: 54px;
  }
  .search_rank_btn .btn ._binn i {
    width: 7px;
    height: 100%;
  }
  .search_rank_btn .btn ._binn ._ico {
    position: absolute;
    top: 50%;
    left: 18px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .search_rank_btn .btn ._binn p {
    left: 56%;
  }
  .archive_post .boxs .box {
    padding: 20px 0;
  }
  .archive_post .box_meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive_post .box_date {
    width: auto;
    margin-right: 15px;
  }
  .archive_post .box_tag {
    width: auto;
  }
  .archive_post .box_tag span {
    margin-right: 8px;
  }
  .archive_post .box_tag span:last-child {
    margin-right: 0;
  }
  .archive_post .box_tit {
    top: 0;
    width: 100%;
  }
  .archive_post .box_tit p {
    font-size: 16px;
    display: block;
  }
  .archive_post .box_tit p ruby rt {
    margin-bottom: 0;
  }
  .rank_btns {
    max-width: 358px;
    margin: 0 auto;
    padding-top: 64px;
  }
  .rank_btns ul li {
    margin-bottom: 32px;
  }
  .rank_btns ul li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */