@charset "UTF-8";
.news-archive {
  position: relative;
}

.news-archive .main_btn_top {
  position: fixed;
  bottom: 20px;
  right: 0;
}

.news-archive .main_btn_top .btn_top {
  background: #ddd;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .news-archive .main_btn_top .btn_top {
    display: none;
  }
}
.news-archive .main_btn_top .btn_top .arrow_right,
.news-archive .main_btn_top .btn_top .arrow_top {
  display: inline-block;
  position: absolute;
  top: 56%;
  left: 50%;
  width: 6px;
  height: 6px;
}

.news-archive .main_btn_top .btn_top .arrow_top {
  border-top: 1px solid #111;
  -webkit-transform: translate(-43%, -50%) rotate(-50deg);
  transform: translate(-43%, -50%) rotate(-50deg);
}

.news-archive .main_btn_top .btn_top .arrow_right {
  border-right: 1px solid #111;
  -webkit-transform: translate(-57%, -50%) rotate(-40deg);
  transform: translate(-57%, -50%) rotate(-40deg);
}

.news-archive p {
  line-height: 1.5;
}
.news-archive a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
@media only screen and (min-width: 769px) {
  .news-archive a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.news-archive a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-archive img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news-archive button,
.news-archive input,
.news-archive select,
.news-archive textArea {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  -webkit-appearance: none;
}
.news-archive select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.news-archive button {
  cursor: pointer;
}
.news-archive * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .news-archive a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 769px) {
  .news-archive a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
.news-archive .clear:after {
  content: "";
  display: block;
  clear: both;
}
.news-archive .clear_both {
  clear: both;
}
.news-archive .hidden {
  overflow: hidden;
}
.news-archive #wrapper {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-archive #wrapper {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #wrapper.mypage {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #wrapper.mypage.provisional {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .news-archive .test {
    font-size: 60px;
  }
}
.news-archive .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .news-archive .main_width {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .main_width {
    padding: 0 15px;
  }
}
.news-archive .main_width.news_main {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  gap: 100px;
  margin-top: 62px;
}
@media screen and (max-width:1024px) {
  .news-archive .main_width.news_main {
    gap: 50px;
  }
}
@media screen and (max-width:767px) {
  .news-archive .main_width.news_main {
    display: block;
    margin-top: 8vw;
  }
}
.news-archive .main_width.news_main .news_sidemenu {
  width: 200px;
  order: 2;
  border-top: solid 1px #ddd;
  padding-top: 16px;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .news-archive .main_width.news_main .news_sidemenu {
    display: none;
  }
}
.news-archive .main_width.news_main .content_section {
  order: 1;
  max-width: 900px;
  width: 100%;
}
.news-archive .cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.news-archive .cont_width .cont_in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.news-archive .border_title {
  position: relative;
  padding-bottom: 10px;
}
.news-archive .border_title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #95bcc4;
}
.news-archive .border_title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 3px;
  background-color: #00596a;
}
.news-archive .border_title.w565 {
  max-width: 565px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .border_title.w565 {
    max-width: 100%;
  }
}
.news-archive .border_title.cormorant h3 {
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .news-archive .border_title.cormorant h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .border_title.cormorant h3 {
    font-size: 32px;
  }
}
.news-archive .border_title h3 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #00596a;
}
@media only screen and (max-width: 768px) {
  .news-archive .border_title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .border_title h3 {
    font-size: 20px;
  }
}
.news-archive .border_title h3.yuGo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.news-archive .border_title + .mypage_cont {
  margin-top: 35px;
}
.news-archive .border_title + .border_title_under {
  margin-top: 10px;
}
.news-archive .border_title + .news_list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .news-archive .border_title + .news_list {
    margin-top: 20px;
  }
}
.news-archive .content_title h1,
.news-archive .content_title h2,
.news-archive .content_title h3,
.news-archive .content_title > p {
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_title h1,
  .news-archive .content_title h2,
  .news-archive .content_title h3,
  .news-archive .content_title > p {
    font-size: 18px;
  }
}
.news-archive .content_title + .content_text {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_title + .content_text {
    margin-top: 15px;
  }
}
.news-archive .content_title_border {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.news-archive .content_title_border h1,
.news-archive .content_title_border h2,
.news-archive .content_title_border h3,
.news-archive .content_title_border > p {
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_title_border h1,
  .news-archive .content_title_border h2,
  .news-archive .content_title_border h3,
  .news-archive .content_title_border > p {
    font-size: 18px;
  }
}
.news-archive .content_title_border + .content_text {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_title_border + .content_text {
    margin-top: 15px;
  }
}
.news-archive .il_b,
.news-archive .ilb {
  display: inline-block;
}
.news-archive .content_text p {
  font-weight: 500;
}
.news-archive .content_text p + p {
  margin-top: 10px;
}
.news-archive .content_text + .bg_sky {
  margin-top: 15px;
}
.news-archive .content_text + .device_img {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_text + .device_img {
    margin-top: 20px;
  }
}
.news-archive .b {
  font-weight: bold;
}
.news-archive .normal {
  font-weight: normal;
}
.news-archive .red {
  color: #e6282a;
}
.news-archive .alignright,
.news-archive .text_right {
  text-align: right;
}
.news-archive .alignleft,
.news-archive .text_left {
  text-align: left;
}
.news-archive .aligncenter,
.news-archive .text_center {
  text-align: center;
}
.news-archive .underline {
  text-decoration: underline;
}
.news-archive .lato {
  font-family: "Lato", "arial", sans-serif;
}
.news-archive .mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.news-archive table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}
.news-archive table tr td,
.news-archive table tr th {
  text-align: left;
  padding: 0px;
}
.news-archive .table {
  display: table;
  width: 100%;
}
.news-archive .table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .news-archive .table.sp_brake {
    display: block;
  }
  .news-archive .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}
.news-archive .page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.news-archive .page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .news-archive .page_top {
    bottom: 0px;
    right: 0;
  }
  .news-archive .page_top img {
    width: 36px;
    height: 36px;
  }
}
.news-archive #pagetop {
  z-index: 999;
}
.news-archive .row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.news-archive .row img {
  width: 100%;
}
.news-archive .row .col1,
.news-archive .row .col10,
.news-archive .row .col11,
.news-archive .row .col12,
.news-archive .row .col2,
.news-archive .row .col3,
.news-archive .row .col4,
.news-archive .row .col5,
.news-archive .row .col6,
.news-archive .row .col7,
.news-archive .row .col8,
.news-archive .row .col9 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .row .col1,
  .news-archive .row .col10,
  .news-archive .row .col11,
  .news-archive .row .col12,
  .news-archive .row .col2,
  .news-archive .row .col3,
  .news-archive .row .col4,
  .news-archive .row .col5,
  .news-archive .row .col6,
  .news-archive .row .col7,
  .news-archive .row .col8,
  .news-archive .row .col9 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .row .col1,
  .news-archive .row .col10,
  .news-archive .row .col11,
  .news-archive .row .col12,
  .news-archive .row .col2,
  .news-archive .row .col3,
  .news-archive .row .col4,
  .news-archive .row .col5,
  .news-archive .row .col6,
  .news-archive .row .col7,
  .news-archive .row .col8,
  .news-archive .row .col9 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.news-archive .row .tab1,
.news-archive .row .tab2,
.news-archive .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .row .tab1,
  .news-archive .row .tab2,
  .news-archive .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .row .tab1,
  .news-archive .row .tab2,
  .news-archive .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.news-archive .square {
  overflow: hidden;
}
.news-archive .square .col1,
.news-archive .square .col10,
.news-archive .square .col11,
.news-archive .square .col12,
.news-archive .square .col2,
.news-archive .square .col3,
.news-archive .square .col4,
.news-archive .square .col5,
.news-archive .square .col6,
.news-archive .square .col7,
.news-archive .square .col8,
.news-archive .square .col9 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}
.news-archive .col12 {
  width: 100%;
}
.news-archive .col11 {
  width: 91.66666667%;
}
.news-archive .col10 {
  width: 83.33333333%;
}
.news-archive .col9 {
  width: 75%;
}
.news-archive .col8 {
  width: 66.66666667%;
}
.news-archive .col7 {
  width: 58.33333333%;
}
.news-archive .col6 {
  width: 50%;
}
.news-archive .col5 {
  width: 41.66666667%;
}
.news-archive .col4 {
  width: 33.33333333%;
}
.news-archive .col3 {
  width: 25%;
}
.news-archive .col2 {
  width: 16.66666667%;
}
.news-archive .col1 {
  width: 8.33333333%;
}
@media only screen and (max-width: 1024px) {
  .news-archive .pc1024Col12 {
    width: 100%;
  }
  .news-archive .pc1024Col6 {
    width: 50%;
  }
  .news-archive .pc1024Col3 {
    width: 25%;
  }
  .news-archive .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .tab12 {
    width: 100%;
  }
  .news-archive .tab6 {
    width: 50%;
  }
  .news-archive .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive .sp12 {
    width: 100%;
  }
  .news-archive .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .sps12 {
    width: 100%;
  }
  .news-archive .sps6 {
    width: 50%;
  }
}
.news-archive .frame_respon .fb_iframe_widget,
.news-archive .frame_respon .fb_iframe_widget iframe[style],
.news-archive .frame_respon .fb_iframe_widget span {
  width: 100% !important;
}
.news-archive .gmap {
  background-color: #ccc;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.news-archive .gmap embed,
.news-archive .gmap iframe,
.news-archive .gmap object {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-archive #header {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  .news-archive #header {
    padding: 0 0 0 25px;
  }
}
.news-archive #header.scroll #gnavi_area {
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-archive #header.scroll #hd_logo {
  width: 52px;
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-archive #header.scroll #hd_logo .logo_inner h1 span,
.news-archive #header.scroll #hd_logo .logo_inner p span {
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
  .news-archive #header.scroll #hd_logo {
    width: 52px;
    height: 50px;
  }
  .news-archive #header.scroll #hd_logo .logo_inner h1 span,
  .news-archive #header.scroll #hd_logo .logo_inner p span {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-archive #header.scroll #sp_menu_btn,
  .news-archive #header.scroll #sp_menu_mypage_btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 60px;
  }
}
.news-archive #header.scroll #sp_menu_btn .sp_btn_cont,
.news-archive #header.scroll #sp_menu_mypage_btn .sp_btn_cont {
  position: relative;
  width: 30px;
  height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-archive #header.scroll #sp_menu_btn .sp_btn_cont span,
.news-archive #header.scroll #sp_menu_mypage_btn .sp_btn_cont span {
  width: 30px;
  height: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-archive #header.scroll #sp_menu_btn .sp_btn_cont span.border01,
.news-archive #header.scroll #sp_menu_mypage_btn .sp_btn_cont span.border01 {
  top: 0;
}
.news-archive #header.scroll #sp_menu_btn .sp_btn_cont span.border02,
.news-archive #header.scroll #sp_menu_mypage_btn .sp_btn_cont span.border02 {
  top: 12px;
}
.news-archive #header.scroll #sp_menu_btn .sp_btn_cont span.border03,
.news-archive #header.scroll #sp_menu_mypage_btn .sp_btn_cont span.border03 {
  top: 24px;
}
.news-archive #header.scroll #gnavi .mega_menu_outer {
  top: 60px;
}
.news-archive #header #hd_logo {
  width: 99px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #hd_logo {
    width: 52px;
    height: 50px;
  }
}
.news-archive #header #hd_logo .logo_inner {
  display: inline-block;
}
.news-archive #header #hd_logo .logo_inner h1,
.news-archive #header #hd_logo .logo_inner p {
  display: inline-block;
}
.news-archive #header #hd_logo .logo_inner h1 span,
.news-archive #header #hd_logo .logo_inner p span {
  display: block;
  width: auto;
  height: 96px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 3px;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #hd_logo .logo_inner h1 span,
  .news-archive #header #hd_logo .logo_inner p span {
    height: 50px;
    padding: 2px;
  }
}
.news-archive #header #hd_logo .logo_inner h1 span img,
.news-archive #header #hd_logo .logo_inner p span img {
  height: 100%;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-archive #header #gnavi_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 96px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: animation;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #gnavi_area {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-archive #header #gnavi {
    display: none;
  }
}
.news-archive #header #gnavi > ul {
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .news-archive #header #gnavi > ul {
    width: 580px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #gnavi > ul {
    width: 520px;
  }
}
.news-archive #header #gnavi > ul > li > a,
.news-archive #header #gnavi > ul > li > span {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 1400px) {
  .news-archive #header #gnavi > ul > li > a,
  .news-archive #header #gnavi > ul > li > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .news-archive #header #gnavi > ul > li > a:after,
  .news-archive #header #gnavi > ul > li > span:after {
    border-bottom: solid 2px #fff;
    bottom: -4px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
  }
  .news-archive #header #gnavi > ul > li > a:hover:after,
  .news-archive #header #gnavi > ul > li > span:hover:after {
    width: 100%;
  }
}
.news-archive #header #gnavi > ul > li.hover_menu > a,
.news-archive #header #gnavi > ul > li.hover_menu > span {
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .news-archive #header #gnavi > ul > li.hover_menu > a:active:before,
  .news-archive #header #gnavi > ul > li.hover_menu > a:hover:before,
  .news-archive #header #gnavi > ul > li.hover_menu > span:active:before,
  .news-archive #header #gnavi > ul > li.hover_menu > span:hover:before {
    position: absolute;
    left: -400%;
    width: 900%;
    height: 100px;
    top: 0px;
    content: "";
    display: block;
  }
}
.news-archive #header #gnavi .mega_menu_outer {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 98;
}
@media only screen and (max-width: 1024px) {
  .news-archive #header #gnavi .mega_menu_outer {
    display: none !important;
  }
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner {
  padding-left: 250px;
  position: relative;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #000;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title p {
  width: 100%;
  color: #fff;
  font-size: 143.8%;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi {
  padding: 30px 15px 30px 0;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi {
    padding: 20px 10px 20px 0;
  }
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 75px;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li {
    margin-left: 50px;
    padding-right: 0px;
  }
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span {
  display: block;
  color: #fff;
  font-weight: 600;
  padding-left: 0.5em;
  position: relative;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a > span,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span > span {
  display: inline-block;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a:hover,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span:hover {
  text-decoration: none;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul {
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span {
  font-size: 87.5%;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-top: 0.5em;
  position: relative;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span {
  display: inline-block;
}
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover,
.news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span,
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span {
    position: relative;
  }
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span:after,
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span:after {
    border-bottom: solid 1px #fff;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
  }
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover > span,
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover > span {
    color: #fff;
  }
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover > span:after,
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover > span:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner {
    padding-left: 200px;
  }
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title {
    width: 200px;
  }
  .news-archive #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title p {
    font-size: 125%;
  }
}
.news-archive #header #hd_right {
  height: 100%;
  padding: 0 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #hd_right {
    padding: 0 30px 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-archive #header #hd_right {
    display: none;
  }
}
.news-archive #header #hd_right.l_green {
  background: #e2f2f5;
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #hd_right.l_green {
    margin-left: 0px;
  }
}
.news-archive #header #hd_right #hd_join {
  position: relative;
}
.news-archive #header #hd_right #hd_join.unread > a:before {
  content: "!";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 12px;
  background-color: #e6282a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive #header #hd_right #hd_join.unread #hd_join_list > ul li.news > a:after {
  content: "1";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  background-color: #e6282a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive #header #hd_right #hd_join > a {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #00596a;
  border: 1px #00596a solid;
  width: 170px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.news-archive #header #hd_right #hd_join > a img + span {
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #hd_right #hd_join > a {
    font-size: 14px;
    width: 100px;
    padding: 6px 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .news-archive #header #hd_right #hd_join > a:hover img {
    opacity: 1;
  }
}
.news-archive #header #hd_right #hd_join #hd_join_list {
  display: none;
  border: 1px solid #00596a;
  padding: 10px 20px;
  position: absolute;
  top: 36px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 98;
}
.news-archive #header #hd_right #hd_join #hd_join_list > ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 14px;
  position: relative;
}
.news-archive #header #hd_right #hd_join #hd_join_list > ul li > a:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.news-archive #header #hd_right #hd_join #hd_join_list > ul li + li {
  border-top: 1px solid #ccc;
}
.news-archive #header #hd_right #hd_join #hd_join_list > ul li + li.green_border {
  border-top: 1px solid #00596a;
}
.news-archive #header #hd_right #hd_login {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #hd_right #hd_login {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive #header #hd_right #hd_login {
    display: none;
  }
}
.news-archive #header #hd_right #hd_login a {
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  border: 1px #00596a solid;
  color: #00596a;
  padding: 10px 0 7px;
  display: block;
  width: 140px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .news-archive #header #hd_right #hd_login a {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #header #hd_right #hd_login a {
    font-size: 14px;
    width: 100px;
    padding: 6px 0 5px;
  }
}
.news-archive #header #hd_right #hd_login a:hover {
  background: #00596a;
  color: #fff;
}
.news-archive #header #sp_menu_btn,
.news-archive #header #sp_menu_mypage_btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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: 100px;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .news-archive #header #sp_menu_btn,
  .news-archive #header #sp_menu_mypage_btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #header #sp_menu_btn,
  .news-archive #header #sp_menu_mypage_btn {
    width: 60px;
  }
}
.news-archive #header #sp_menu_btn .sp_btn_cont,
.news-archive #header #sp_menu_mypage_btn .sp_btn_cont {
  position: relative;
  width: 40px;
  height: 24px;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #sp_menu_btn .sp_btn_cont,
  .news-archive #header #sp_menu_mypage_btn .sp_btn_cont {
    width: 30px;
    height: 24px;
  }
}
.news-archive #header #sp_menu_btn .sp_btn_cont span,
.news-archive #header #sp_menu_mypage_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00596a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .news-archive #header #sp_menu_btn .sp_btn_cont span,
  .news-archive #header #sp_menu_mypage_btn .sp_btn_cont span {
    width: 30px;
  }
}
.news-archive #header #sp_menu_btn .sp_btn_cont span.border01,
.news-archive #header #sp_menu_mypage_btn .sp_btn_cont span.border01 {
  top: 0;
}
.news-archive #header #sp_menu_btn .sp_btn_cont span.border02,
.news-archive #header #sp_menu_mypage_btn .sp_btn_cont span.border02 {
  top: 12px;
}
.news-archive #header #sp_menu_btn .sp_btn_cont span.border03,
.news-archive #header #sp_menu_mypage_btn .sp_btn_cont span.border03 {
  top: 24px;
}
.news-archive #header #gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-archive #header #gnavi > ul > li > a,
.news-archive #header #gnavi > ul > li > div {
  display: block;
  position: relative;
}
.news-archive .sp_menu_btn {
  position: fixed;
  right: 20px;
  top: 26px;
  cursor: pointer;
  z-index: 1000;
}
.news-archive .sp_menu_btn .sp_btn_cont {
  position: relative;
  display: block;
  height: 28px;
  width: 40px;
  top: 3px;
}
.news-archive .sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
}
.news-archive .sp_menu_btn .sp_btn_cont span.border01 {
  top: 0px;
}
.news-archive .sp_menu_btn .sp_btn_cont span.border02 {
  top: 13px;
}
.news-archive .sp_menu_btn .sp_btn_cont span.border03 {
  top: 26px;
}
.news-archive .sp_menu_btn.active .sp_btn_cont span.border01 {
  top: 6px;
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.news-archive .sp_menu_btn.active .sp_btn_cont span.border02 {
  opacity: 0;
}
.news-archive .sp_menu_btn.active .sp_btn_cont span.border03 {
  top: 17px;
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_menu_btn {
    right: 20px;
    top: 14px;
  }
  .news-archive .sp_menu_btn .sp_btn_cont {
    height: 22px;
    width: 22px;
    top: 3px;
  }
  .news-archive .sp_menu_btn .sp_btn_cont span {
    width: 22px;
    height: 1px;
    right: 0;
  }
  .news-archive .sp_menu_btn .sp_btn_cont span.border01 {
    top: 0px;
  }
  .news-archive .sp_menu_btn .sp_btn_cont span.border02 {
    top: 8px;
  }
  .news-archive .sp_menu_btn .sp_btn_cont span.border03 {
    top: 16px;
  }
  .news-archive .sp_menu_btn.active .sp_btn_cont span.border01 {
    top: 0;
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .news-archive .sp_menu_btn.active .sp_btn_cont span.border02 {
    opacity: 0;
  }
  .news-archive .sp_menu_btn.active .sp_btn_cont span.border03 {
    top: 11px;
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
.news-archive #sp_menu,
.news-archive #sp_menu_mypage {
  display: block;
  position: fixed;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #055c6d;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding-bottom: 50px;
  color: #ffffff;
  font-size: 93.8%;
}
.news-archive #sp_menu #sp_menu_area,
.news-archive #sp_menu_mypage #sp_menu_area {
  padding: 30px 30px;
}
@media only screen and (max-width: 768px) {
  .news-archive #sp_menu #sp_menu_area,
  .news-archive #sp_menu_mypage #sp_menu_area {
    padding: 0px 30px;
  }
}
.news-archive #sp_menu #sp_menu_area .sp_menu_title,
.news-archive #sp_menu_mypage #sp_menu_area .sp_menu_title {
  margin-bottom: 25px;
}
.news-archive #sp_menu #sp_menu_area .sp_menu_title span,
.news-archive #sp_menu_mypage #sp_menu_area .sp_menu_title span {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.news-archive #sp_menu #sp_menu_area .sp_menu_section + .sp_menu_section,
.news-archive #sp_menu_mypage #sp_menu_area .sp_menu_section + .sp_menu_section {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .news-archive #sp_menu #sp_menu_area .sp_menu_section + .sp_menu_section,
  .news-archive #sp_menu_mypage #sp_menu_area .sp_menu_section + .sp_menu_section {
    margin-top: 30px;
  }
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li {
  width: 100%;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li > a,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li > span,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li > a,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li > span {
  padding: 16px 26px 16px 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 100%;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li > a:after,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li > a:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li > span:after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.w50p,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.w50p {
  width: 50%;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu > a:after,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu > a:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu > span:after {
  top: 6px;
  right: 0px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu.open,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu.open {
  padding-bottom: 0;
  border-bottom: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu.open > a:after,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu.open > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu.open > a:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu.open > span:after {
  top: 3px;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title {
  padding-bottom: 0;
  border-bottom: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title > span:after {
  display: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title > ul,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.acc_menu .pro_sub_title > ul {
  margin-bottom: 0;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li .menu_panel,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li .menu_panel {
  display: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li .menu_panel ul,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li .menu_panel ul {
  margin-bottom: 0;
  border-bottom: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat > a:after,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat > a:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat > span:after {
  display: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li {
  width: 50%;
  padding: 8px;
  border-bottom-style: none;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > a,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > span,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > a,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > span {
  padding-left: 1em;
}
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > a:after,
.news-archive #sp_menu #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > span:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > a:after,
.news-archive #sp_menu_mypage #sp_menu_area .sp_gnavi ul li.products_cat .sub_menu ul li > span:after {
  left: 0;
  top: 6px;
  right: auto;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info {
  margin-top: 30px;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul li,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .news-archive #sp_menu #sp_menu_area #sp_menu_info ul li,
  .news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li {
    padding: 0 14px;
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 600px) {
  .news-archive #sp_menu #sp_menu_area #sp_menu_info ul li,
  .news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li {
    font-size: 75%;
  }
}
@media only screen and (max-width: 400px) {
  .news-archive #sp_menu #sp_menu_area #sp_menu_info ul li,
  .news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li {
    font-size: 68.8%;
  }
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul li a,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul li a .facebook:before,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li a .facebook:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f09a";
  font-size: 30px;
  color: #fff;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul li a .twitter:before,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li a .twitter:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f099";
  font-size: 30px;
  color: #fff;
}
.news-archive #sp_menu #sp_menu_area #sp_menu_info ul li a .instagram:before,
.news-archive #sp_menu_mypage #sp_menu_area #sp_menu_info ul li a .instagram:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f16d";
  font-size: 30px;
  color: #fff;
}
.news-archive #sp_menu .fuchs_logo,
.news-archive #sp_menu_mypage .fuchs_logo {
  width: 142px;
  margin: auto;
}
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > a,
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > div,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > a,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > a > span,
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > div > span,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > a > span,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > div > span {
  display: block;
  width: 100%;
}
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > a > span + span,
.news-archive #sp_menu .fuchs_logo .fushs_logo_inner > div > span + span,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > a > span + span,
.news-archive #sp_menu_mypage .fuchs_logo .fushs_logo_inner > div > span + span {
  margin-top: 5px;
}
.news-archive body.sp_menu_open {
  overflow: hidden;
}
.news-archive .sp_menu_open #sp_menu,
.news-archive .sp_menu_open #sp_menu_mypage {
  top: 96px;
  z-index: 9999;
  -webkit-transition: 400ms;
  transition: 400ms;
  height: calc(100% - 50px);
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_menu_open #sp_menu,
  .news-archive .sp_menu_open #sp_menu_mypage {
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_menu_open header #header {
    background-color: #055c6d;
  }
}
.news-archive .sp_menu_open header #header #hd_logo {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_menu_open header #header #sp_menu_btn,
  .news-archive .sp_menu_open header #header #sp_menu_mypage_btn {
    background-color: #055c6d;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_menu_open header #header #sp_menu_btn .sp_btn_cont span,
  .news-archive .sp_menu_open header #header #sp_menu_mypage_btn .sp_btn_cont span {
    background-color: #fff;
  }
}
.news-archive .sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border01,
.news-archive .sp_menu_open header #header #sp_menu_mypage_btn .sp_btn_cont span.border01 {
  top: 2px;
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.news-archive .sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border02,
.news-archive .sp_menu_open header #header #sp_menu_mypage_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
.news-archive .sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border03,
.news-archive .sp_menu_open header #header #sp_menu_mypage_btn .sp_btn_cont span.border03 {
  top: 14px;
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}
.news-archive .sp_menu_open#sp_menu.scroll,
.news-archive .sp_menu_open#sp_menu_mypage.scroll {
  top: 50px;
}
.news-archive .content_wrapper {
  padding: 60px 0px 100px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_wrapper {
    padding: 30px 0px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .content_wrapper {
    padding: 30px 0px 30px;
  }
}
.news-archive .content_wrapper.mypage {
  padding: 5px 0px 100px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_wrapper.mypage {
    padding: 5px 0px 30px;
  }
}
.news-archive .more_btn {
  margin-top: 34px;
  width: 100%;
}
.news-archive .more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: auto;
  background-color: #00843d;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #00843d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .news-archive .more_btn a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #00843d;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .more_btn a {
    width: 100%;
  }
}
.news-archive .more_btn a span {
  display: inline-block;
}
.news-archive .detail_cont_area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-archive .detail_cont_area > .block-editor-block-list__layout,
.news-archive .detail_cont_area > .wp-block-audio,
.news-archive .detail_cont_area > .wp-block-button,
.news-archive .detail_cont_area > .wp-block-button__link,
.news-archive .detail_cont_area > .wp-block-code,
.news-archive .detail_cont_area > .wp-block-image,
.news-archive .detail_cont_area > .wp-block-media-text,
.news-archive .detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 600px) {
  .news-archive .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.news-archive .detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .news-archive .detail_cont_area a:hover {
    text-decoration: none;
  }
}
.news-archive #footer {
  padding: 0 50px;
  background: no-repeat bottom url(/asset_nmb/media/images/common/footer_bg.png);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive #footer {
    padding: 0 15px;
  }
}
.news-archive #footer .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-archive #footer .sns_area .sns_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .sns_area .sns_set {
    padding: 0 20px;
  }
}
.news-archive #footer .sns_area .sns_set a {
  display: block;
}
.news-archive #footer .sns_area .sns_set a .facebook:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f09a";
  font-size: 30px;
  color: #00596a;
}
.news-archive #footer .sns_area .sns_set a .twitter:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f099";
  font-size: 30px;
  color: #00596a;
}
.news-archive #footer .sns_area .sns_set a .instagram:before {
  font-family: "Font Awesome 5 brands";
  font-weight: 500;
  content: "\f16d";
  font-size: 30px;
  color: #00596a;
}
.news-archive #footer .main_width {
  padding: 0;
}
.news-archive #footer .main_width .brand_list {
  margin-top: 65px;
}
.news-archive #footer .main_width .brand_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-archive #footer .main_width .brand_list ul li {
  padding: 4px 0;
  border-left: solid 2px #616161;
  width: 20%;
}
.news-archive #footer .main_width .brand_list ul li:last-child {
  border-right: solid 2px #616161;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .brand_list ul li:last-child {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .brand_list ul li {
    margin-bottom: 20px;
    border-left: none;
    width: 33.3333%;
  }
  .news-archive #footer .main_width .brand_list ul li.col_2 {
    width: 40%;
  }
}
.news-archive #footer .main_width .brand_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive #footer .main_width .brand_list ul li a img {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .news-archive #footer .main_width .brand_list ul li a img {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .brand_list ul li a img {
    height: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .news-archive #footer .main_width .brand_list ul li a img {
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive #footer .main_width .brand_list ul li a img {
    height: 40px;
  }
}
.news-archive #footer .main_width .ft_navi_area {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-archive #footer .main_width .ft_navi_area .ft_navi {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .ft_navi_area .ft_navi {
    width: 100%;
  }
  .news-archive #footer .main_width .ft_navi_area .ft_navi + .ft_navi {
    margin-top: 1.5em;
  }
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .navi_title p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul {
  width: 50%;
  max-width: 240px;
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul {
    width: 100%;
    max-width: initial;
    padding-right: 0;
  }
  .news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul + ul {
    margin-top: 1em;
  }
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul li {
  font-size: 87.5%;
  font-weight: 500;
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul li a {
  display: block;
  text-decoration: none;
}
.news-archive #footer .main_width .ft_navi_area .ft_navi .ft_navi_list ul li + li {
  margin-top: 1em;
}
.news-archive #footer .main_width .ft_company {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .ft_company {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.news-archive #footer .main_width .ft_company .company_name p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .ft_company .company_name p {
    padding-bottom: 0.75em;
  }
}
.news-archive #footer .main_width .ft_company .company_info p {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .news-archive #footer .main_width .ft_company .company_info p {
    font-size: 12px;
  }
}
.news-archive #footer .main_width .ft_company .company_info p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .news-archive #footer .main_width .ft_company .company_info p + p {
    margin-top: 0.5em;
  }
}
.news-archive #footer .main_width .ft_company .company_info p span {
  display: inline-block;
}
.news-archive #footer .main_width .ft_company .company_info p span.block {
  display: block;
}
.news-archive #footer .main_width .ft_company .company_info p span a {
  color: #fff;
}
.news-archive #footer .main_width .ft_company .company_info p.kome_jirushi {
  text-indent: -3em;
  margin-left: 3em;
}
.news-archive #footer .main_width .ft_company .company_info p.kome_jirushi span {
  display: inline-block;
  text-indent: 0;
}
.news-archive #footer .ft_logo {
  margin-top: 50px;
  text-align: center;
}
.news-archive .copy {
  background-color: #111;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.news-archive .copy p {
  color: #fff;
  font-size: 75%;
}
.news-archive .copy p span {
  display: inline-block;
}
.news-archive .ft_menu {
  border-top: 1px solid #666;
  background: #111;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .news-archive .ft_menu {
    display: none;
  }
}
.news-archive .ft_menu.mypage {
  height: 42px;
}
.news-archive .ft_menu .ft_menu_btn,
.news-archive .ft_menu .ft_menu_btn_mypage {
  width: calc((100% - 36px) / 3);
}
.news-archive .ft_menu .ft_menu_btn a,
.news-archive .ft_menu .ft_menu_btn_mypage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #666;
  width: 100%;
  height: 100%;
  color: #fff;
}
.news-archive .ft_menu .ft_menu_btn a img,
.news-archive .ft_menu .ft_menu_btn_mypage a img {
  height: 14px;
  width: auto;
}
.news-archive .ft_menu .ft_menu_btn a span,
.news-archive .ft_menu .ft_menu_btn_mypage a span {
  padding-left: 0.5em;
  font-size: 14px;
}
.news-archive .ft_menu .ft_menu_btn_mypage {
  width: 16.6666%;
}
.news-archive .ft_menu .ft_menu_btn_mypage a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-archive .ft_menu .ft_menu_btn_mypage a img {
  margin-top: 3px;
}
.news-archive .ft_menu .ft_menu_btn_mypage a span {
  padding-left: 0;
  padding-top: 3px;
  font-size: 10px;
}
.news-archive .ft_menu .ft_menu_top {
  width: 35px;
}
.news-archive .ft_menu .ft_menu_top a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.news-archive .ft_menu .ft_menu_top a .arrow_right,
.news-archive .ft_menu .ft_menu_top a .arrow_top {
  display: inline-block;
  position: absolute;
  top: 56%;
  left: 50%;
  width: 6px;
  height: 6px;
}
.news-archive .ft_menu .ft_menu_top a .arrow_top {
  border-top: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.news-archive .ft_menu .ft_menu_top a .arrow_right {
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.news-archive .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.news-archive .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.news-archive .slick-list:focus {
  outline: none;
}
.news-archive .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.news-archive .slick-slider .slick-list,
.news-archive .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news-archive .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-archive .slick-track:after {
  clear: both;
}
.news-archive .slick-loading .slick-track {
  visibility: hidden;
}
.news-archive .slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.news-archive [dir=rtl] .slick-slide {
  float: right;
}
.news-archive .slick-slide img {
  display: block;
}
.news-archive .slick-slide.slick-loading img {
  display: none;
}
.news-archive .slick-slide.dragging img {
  pointer-events: none;
}
.news-archive .slick-initialized .slick-slide {
  display: block;
}
.news-archive .slick-loading .slick-slide {
  visibility: hidden;
}
.news-archive .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.news-archive .slick-arrow.slick-hidden {
  display: none;
}
@media only screen and (min-width: 769px) {
  .news-archive .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .sp_none {
    display: none;
  }
}
.news-archive .content_section {
  margin-bottom: 40px;
  position: relative;
}
.news-archive .content_section + .content_section,
.news-archive .content_section + .content_section_high {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section + .content_section,
  .news-archive .content_section + .content_section_high {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .content_section + .content_section,
  .news-archive .content_section + .content_section_high {
    margin-top: 30px;
  }
}
.news-archive .content_section + .lower_kv_area {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section + .lower_kv_area {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .content_section + .lower_kv_area {
    margin-top: 30px;
  }
}
.news-archive .content_section.title_only {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section.title_only {
    margin-bottom: 15px;
  }
}
.news-archive .content_section.title_only + .content_section {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section.title_only + .content_section {
    margin-top: 15px;
  }
}
.news-archive .content_section_high {
  position: relative;
}
.news-archive .content_section_high + .content_section_high {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high + .content_section_high {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .content_section_high + .content_section_high {
    margin-top: 60px;
  }
}
.news-archive .cormorant_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .news-archive .cormorant_title {
    margin-bottom: 20px;
  }
}
.news-archive .cormorant_title h2 span {
  font-weight: 500;
}
.news-archive .cormorant_title .cormorant_subtitle {
  position: relative;
}
.news-archive .cormorant_title .cormorant_subtitle p {
  font-family: "Cormorant Infant", serif;
  font-size: 58px;
  font-weight: 500;
  color: #00596a;
}
@media only screen and (max-width: 768px) {
  .news-archive .cormorant_title .cormorant_subtitle p {
    font-size: 34px;
  }
}
.news-archive .content_section_high,
.news-archive .news_section {
  position: relative;
}
.news-archive .content_section_high .arr_link,
.news-archive .news_section .arr_link {
  position: absolute;
  top: 46px;
  right: 0;
  display: inline-block;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .arr_link,
  .news-archive .news_section .arr_link {
    top: auto;
    bottom: 0px;
    display: block;
    width: 100%;
  }
}
.news-archive .content_section_high .arr_link a,
.news-archive .news_section .arr_link a {
  font-size: 14px;
  font-weight: 500;
  border: 1px #999 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .arr_link a,
  .news-archive .news_section .arr_link a {
    width: 100%;
    font-size: 16px;
  }
}
.news-archive .content_section_high .arr_link a:hover,
.news-archive .news_section .arr_link a:hover {
  background: #111;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list,
  .news-archive .news_section .news_list {
    padding-bottom: 60px;
  }
}
.news-archive .content_section_high .news_list ul,
.news-archive .news_section .news_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-archive .content_section_high .news_list ul li,
.news-archive .news_section .news_list ul li {
  padding: 0 30px;
  width: 33.3333%;
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 1024px) {
  .news-archive .content_section_high .news_list ul li,
  .news-archive .news_section .news_list ul li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list ul li,
  .news-archive .news_section .news_list ul li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
  }
}
.news-archive .content_section_high .news_list ul li a .news_head,
.news-archive .news_section .news_list ul li a .news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list ul li a .news_head,
  .news-archive .news_section .news_list ul li a .news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
}
.news-archive .content_section_high .news_list ul li a .news_head .date,
.news-archive .news_section .news_list ul li a .news_head .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list ul li a .news_head .date,
  .news-archive .news_section .news_list ul li a .news_head .date {
    margin-right: 0px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.news-archive .content_section_high .news_list ul li a .news_head .cate,
.news-archive .news_section .news_list ul li a .news_head .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #00596a;
  max-width: 100px;
  width: 100%;
  padding: 3px 2px 1px;
}
.news-archive .content_section_high .news_list ul li a .title,
.news-archive .news_section .news_list ul li a .title {
  font-weight: 500;
}
.news-archive .content_section_high .news_list ul li:last-child,
.news-archive .news_section .news_list ul li:last-child {
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list ul li:last-child,
  .news-archive .news_section .news_list ul li:last-child {
    border-right: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .news_list ul li + li,
  .news-archive .news_section .news_list ul li + li {
    margin-top: 15px;
  }
}
.news-archive .content_section_high .arr_link {
  top: 9px;
}
@media only screen and (max-width: 768px) {
  .news-archive .content_section_high .arr_link {
    top: auto;
  }
}
.news-archive .img_full img {
  width: 100%;
  height: auto;
}
.news-archive .half_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.news-archive .half_box_area .half_box {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .news-archive .half_box_area .half_box {
    width: 100%;
  }
}
.news-archive .onethird_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.news-archive .onethird_box_area .onethird_box {
  width: 33.3333%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .onethird_box_area .onethird_box {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .onethird_box_area .onethird_box {
    width: 100%;
  }
}
.news-archive .quater_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.news-archive .quater_box_area .quater_box {
  width: 25%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .news-archive .quater_box_area .quater_box {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .quater_box_area .quater_box {
    width: 100%;
  }
}
.news-archive .indicator {
  position: relative;
}
.news-archive .indicator:before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  border: 5px solid transparent;
  border-bottom-color: #00596a;
}
.news-archive .indicator:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  border: 5px solid transparent;
  border-top-color: #00596a;
}
.news-archive .kome_list ul li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
}
@media only screen and (max-width: 400px) {
  .news-archive .kome_list ul li {
    font-size: 87.5%;
  }
}
.news-archive .kome_list ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.news-archive .kome_list ul li a {
  color: #00596a;
  font-weight: bold;
}
.news-archive .kome_list.center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-archive .kome_list.center ul li {
  display: inline-block;
}
.news-archive .project_wrapper .project_title h3 {
  font-size: 40px;
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  color: #00596a;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .news-archive .project_wrapper .project_title h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .project_wrapper .project_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .project_wrapper .project_title h3 {
    font-size: 18px;
  }
}
.news-archive .project_wrapper .project_title img {
  width: 100%;
}
.news-archive .project_wrapper .project_title p {
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: bold;
  color: #00596a;
}
.news-archive .project_wrapper .project_cont {
  margin-top: 34px;
  background-color: #e6f7fa;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news-archive .project_wrapper .project_cont {
    padding: 15px;
  }
}
.news-archive .project_wrapper .project_cont > .fund_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -11px;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund {
  width: 33.3333%;
  padding: 11px;
}
@media only screen and (max-width: 1200px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 1024px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund {
    width: 100%;
  }
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (max-width: 1024px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon {
    padding: 30px 15px;
  }
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon > .img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon > .en {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon > .en p {
  font-size: 18px;
  font-weight: bold;
  font-family: "Cormorant Infant", serif;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon > .ja {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a > .icon > .ja p {
  font-size: 28px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img {
  position: relative;
  width: 100%;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img img {
  width: 100%;
  height: auto;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state {
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 92px;
  height: 24px;
  text-align: center;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.state01 {
  color: #fff;
  background-color: #00596a;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.red01 {
  color: #fff;
  background-color: #dc143c;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.blue01 {
  color: #fff;
  background-color: #103B9E;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.lightblue01 {
  color: #fff;
  background-color: #299ECC;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.yellow01 {
  color: #fff;
  background-color: #F9D63A;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state.gray01 {
  color: #fff;
  background-color: #808080;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_img .fund_state p {
  font-size: 12px;
  font-weight: bold;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_title {
  width: 100%;
  padding: 30px 20px 15px;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_title h1,
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_title p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_info {
  width: 100%;
  padding: 0px 20px 20px;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_info .fund_info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_info .fund_info_detail .info_head p {
  font-size: 14px;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .fund_info .fund_info_detail .info_cont p {
  font-size: 14px;
  font-weight: bold;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .logo_img {
  padding-top: 20px;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .to_fundlist {
  margin-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.news-archive .project_wrapper .project_cont > .fund_cont > .fund a .to_fundlist p {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund a .to_fundlist p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund a .to_fundlist p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-archive .project_wrapper .project_cont > .fund_cont > .fund.list {
    width: 100%;
  }
}
.news-archive .project_wrapper .project_cont .project {
  margin: 23px;
}
.news-archive .project_wrapper .project_cont .project:nth-child(2) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .news-archive .project_wrapper .project_cont .project {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 23px;
  }
}
.news-archive .project_wrapper .project_cont .project .bg_image img {
  max-width: 780px;
}
@media only screen and (max-width: 800px) {
  .news-archive .project_wrapper .project_cont .project .bg_image img {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .news-archive .project_wrapper .project_cont .project .bg_image img {
    width: 100%;
  }
}
.news-archive .project_wrapper .project_cont .project .bg_logo {
  max-width: 100px;
}
.news-archive .project_wrapper .project_cont .project .bg_logo img {
  width: 100%;
}
.news-archive .project_wrapper .project_cont .project dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-archive .project_wrapper .project_cont .project dl .bg_title {
  margin-top: 25px;
}
.news-archive .project_wrapper .project_cont .project dl dt {
  margin-top: 13px;
  width: 40%;
  font-weight: bold;
}
.news-archive .project_wrapper .project_cont .project dl dd {
  margin-top: 13px;
  width: 52%;
  font-weight: bold;
  text-align: right;
}
.news-archive .project_wrapper .all_project {
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 23px;
}
@media only screen and (max-width: 800px) {
  .news-archive .project_wrapper .all_project {
    margin: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .project_wrapper .all_project {
    margin: 10px;
  }
}
.news-archive .project_wrapper .all_project .project_link {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-archive .project_wrapper .all_project .project_link img {
  max-width: 100px;
}
.news-archive .project_wrapper .all_project .project_link p {
  font-size: 18px;
  font-weight: bold;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}
.news-archive .project_wrapper .all_project .project_link h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
}
.news-archive .mb-30 {
  margin-bottom: 30px;
}
.news-archive .banner_cont {
  text-align: center;
}
.news-archive .banner_cont + .content_section {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont + .content_section {
    margin-top: 30px;
  }
}
.news-archive .banner_cont + .fourth_cont {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont + .fourth_cont {
    margin-top: 40px;
  }
}
.news-archive .banner_cont + .title_only {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont + .title_only {
    margin-top: 50px;
  }
}
.news-archive .banner_cont2 {
  text-align: center;
  margin-top: 50px;
}
.news-archive .banner_cont2 + .content_section {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont2 + .content_section {
    margin-top: 30px;
  }
}
.news-archive .banner_cont2 + .fourth_cont {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont2 + .fourth_cont {
    margin-top: 40px;
  }
}
.news-archive .banner_cont2 + .title_only {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .news-archive .banner_cont2 + .title_only {
    margin-top: 50px;
  }
}
.news-archive .pc {
  display: block !important;
}
.news-archive .sp {
  display: none !important;
}
@media only screen and (max-width: 780px) {
  .news-archive .pc {
    display: none !important;
  }
  .news-archive .sp {
    display: block !important;
  }
}/*# sourceMappingURL=news-archive.css.map */