@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** common ***/
html {
  font: 300 62.5%/2 "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #464646;
}

* {
  box-sizing: border-box;
}

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

.hover_image {
  transition: all 0.5s ease;
}

.hover_image:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}

.inner_add {
  padding: 0 40px;
}

.blocktitle {
  font-size: 36px;
  font-weight: bold;
  color: #00469B;
  line-height: 63px;
  text-align: center;
}
.blocktitle .underjp {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

.btn1 {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #00469B;
  color: #FFF;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  min-width: 250px;
  transition: all 0.2s ease;
}
.btn1:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    padding: 0 10px;
  }
  .blocktitle {
    font-size: 28px;
  }
  .is-active {
    height: 100%;
    overflow: hidden;
  }
  .inner_add {
    padding: 0;
  }
}
/*** header ***/
.site-header {
  width: 100%;
  background: #FFFFFF;
  z-index: 10010;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 25%;
  padding-left: 20px;
}

.navi {
  margin-right: 0;
  margin-left: auto;
  width: 75%;
}

.header-inner .site-logo img {
  width: 100%;
  height: 100%;
  max-width: 200px;
}

.header-inner .site-logo a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.main-navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.main-navigation li {
  border-left: 1px solid #e1e1e1;
  width: 15%;
  max-width: 145px;
}

.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation .page-header-nav-tel {
  width: 40%;
  max-width: 270px;
  border-left: none;
}

#menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 34px 20px;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  color: inherit;
  transition: 0.3s;
}

#menu .current,
#menu > li > a:hover,
#menu > li > a:hover > span {
  background: #00469B;
  color: #FFF;
}

.page-header-nav-tel a {
  background-color: #00469B;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
}

.page-header-nav-tel a:hover,
.page-header-nav-tel a:active {
  color: #fff;
}

.page-header-nav-tel a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: transparent url(../img/common/icon_tel.svg) center center/cover no-repeat;
}

.page-header-nav-tel a span {
  font-size: 1.4rem;
  font-weight: 400;
}

.nav_home {
  display: none;
}

@media screen and (max-width: 1250px) {
  .site-header {
    height: 60px;
    position: fixed;
  }
  .site-header .header-inner {
    height: 100%;
  }
  .site-header .header-inner .logo {
    width: 70%;
    height: 100%;
  }
  .header-inner .site-logo img {
    max-width: 150px;
  }
  .wrapper {
    padding-top: 60px;
  }
  .main-navigation {
    display: block;
  }
  .main-navigation li {
    max-width: 100%;
  }
  .main-navigation li:last-child {
    width: 100%;
    max-width: 100%;
  }
  .main-navigation li a {
    height: auto;
    padding: 10px 0;
  }
  .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 20%;
    height: 60px;
  }
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #00469B;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
  * Spin
  */
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .is-active .hamburger--spin .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-active .hamburger--spin .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  }
  .is-active .hamburger--spin .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
  }
  .is-active .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 10010;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  .main-navigation li {
    float: none;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
  }
  .main-navigation li:last-child {
    margin-right: 0;
  }
  .main-navigation .page-header-nav-tel {
    width: 100%;
    border-left: none;
  }
  #manu {
    position: relative;
  }
  #menu a {
    display: block;
    padding: 22px 0;
    font-size: 22px;
    transition: 0.3s;
  }
  #menu a span {
    display: block;
    font-size: 12px;
    line-height: 0.8;
    text-align: center;
    transition: 0.3s;
  }
  #menu > li > a {
    padding: 10px 20px;
  }
  .nav_home {
    display: block;
  }
}
/*** END header ***/
/*** dropdownmenu ***/
.second_open > a {
  position: relative;
}
.second_open > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 20.5px 0 20.5px;
  border-color: #00469b transparent transparent transparent;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.second_open:hover {
  background: #00469B;
  color: #FFF;
}

.second_open:hover a::after {
  visibility: inherit;
  opacity: 1;
}

.second_open:hover .menu_second_wrapper {
  visibility: inherit;
  opacity: 1;
  z-index: 10;
  width: 100%;
}

.menu_second_wrapper {
  visibility: hidden;
  opacity: 0;
  border-top: 10px solid #00469B;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  padding: 25px 0;
}
.menu_second_wrapper .menu_second {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_second_wrapper li {
  width: 20%;
  max-width: 210px;
  background: #FFF;
  border: none;
}
.menu_second_wrapper li figure {
  width: 22px;
  height: 34px;
  margin: 0 auto 5px;
}
.menu_second_wrapper li .icon_heater {
  width: 28px;
}
.menu_second_wrapper li .icon_other {
  width: 24px;
}
.menu_second_wrapper li .submenu_text {
  font-weight: bold;
}
.menu_second_wrapper li a {
  display: block;
  padding: 11px 20px;
  text-align: center;
  background: #FFF;
  color: #00469B;
  transition: all 0.2s ease;
}
.menu_second_wrapper li a:hover {
  background: #00469B;
  color: #FFF;
}
.menu_second_wrapper li a:hover .on_boxtitle::after {
  background: #FFF;
}
.menu_second_wrapper li a:hover .cls-1 {
  fill: #FFF;
}
.menu_second_wrapper li .cls-1 {
  transition: all 0.2s ease;
}
.menu_second_wrapper li .on_boxtitle {
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.menu_second_wrapper li .on_boxtitle::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #00469B;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease;
}
.menu_second_wrapper li .on_boxdesc {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1250px) {
  .menu_second_wrapper {
    border: none;
    position: relative;
    top: 0;
    padding: 0;
    display: none;
    visibility: inherit;
    opacity: 1;
    transition: none;
  }
  .menu_second_wrapper li {
    width: 100%;
    max-width: 100%;
  }
  .menu_second_wrapper li a {
    padding: 5px 0 5px 5% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu_second_wrapper .menu_second {
    padding: 0;
  }
  .menu_second_wrapper li figure {
    width: 8% !important;
    height: auto;
    margin: auto;
  }
  .menu_second_wrapper li .submenu_text {
    width: 85%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 5%;
  }
  .menu_second_wrapper li .on_boxtitle {
    display: none;
  }
  .menu_second_wrapper li .on_boxdesc {
    display: none !important;
  }
  .menu_second_wrapper li .on_boxtext {
    font-size: 18px;
  }
  .second_open:hover a::after {
    visibility: hidden;
    opacity: 0;
  }
  #menu .current, #menu > li > a:hover, #menu > li > a:hover > span {
    background: none;
    color: #00469B;
  }
  .second_open:hover {
    background: none;
  }
  .second_open_current {
    border-bottom: 1px solid #ccc;
  }
  .plus {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .plus span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .plus span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00469B;
  }
  .plus span::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00469B;
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
  .plus- span::before {
    transform: rotate(180deg);
  }
  #menu .current, #menu > li > a:hover, #menu > li > a:hover > span {
    color: #000;
  }
}
/*** END dropdownmenu ***/
/*** footer ***/
.mainfooter {
  margin-top: 60px;
  color: #FFF;
}
.mainfooter .footermap {
  background: url(../img/common/footermap.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  padding: 43px 0;
}
.mainfooter .blocktitle_link {
  display: block;
  width: 190px;
}
.mainfooter .blocktitle {
  background: #FFF;
  width: 100%;
  padding: 72px 0;
}
.mainfooter .footerinfo {
  background: #00469B;
  padding: 40px 0;
}
.mainfooter .footerinfo .address {
  font-size: 14px;
  line-height: 24.5px;
}
.mainfooter .footerlogo {
  margin-bottom: 15px;
}
.mainfooter .footerlogo img {
  max-width: 170px;
}
.mainfooter .footerinfo_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainfooter .footerinfo_block .footerinfo1 {
  width: 30%;
}
.mainfooter .footerinfo_block .footerinfo2 {
  width: 70%;
}
.mainfooter .footerlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.mainfooter .footerlinks li {
  margin-right: 15px;
}
.mainfooter .footerlinks li:last-child {
  margin-right: 0;
}
.mainfooter .footerlinks li a {
  color: #FFF;
}
.mainfooter .footerlinks li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .mainfooter .footermap {
    background-size: cover;
    background-position: left 40% center;
  }
  .mainfooter .blocktitle {
    padding: 40px 0;
  }
  .mainfooter .footerinfo_block .footerinfo1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainfooter .footerinfo_block .footerinfo2 {
    width: 100%;
  }
}
/*** END footer ***/
/*** page ***/
.pageheader {
  background: url(../img/common/pageheader.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 220px;
  position: relative;
}
.pageheader .inner {
  position: relative;
}
.pageheader .page_title {
  position: absolute;
  top: 75px;
  left: 0;
  background: #00469B;
  color: #FFF;
  font-size: 42px;
  font-weight: bold;
  line-height: 73.5px;
  display: inline-block;
  padding: 46px 49px;
  z-index: 1;
}
.pageheader .page_title .page_title_under {
  display: block;
  font-size: 24px;
  line-height: 42px;
}

.bread {
  padding: 5px 0;
}
.bread .breadlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bread .breadlist > span:first-child {
  display: block;
}
.bread .breadlist > span:first-child a {
  display: block;
  height: 100%;
}
.bread .breadlist > span:first-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bread .breadlist > span,
.bread .breadlist li {
  position: relative;
  margin-right: 15px;
  color: #8B8B8B;
  font-size: 14px;
}
.bread .breadlist > span:last-child,
.bread .breadlist li:last-child {
  margin-right: 0;
}
.bread .breadlist > span:last-child::after,
.bread .breadlist li:last-child::after {
  display: none;
}
.bread .breadlist li::after {
  content: ">";
  display: block;
  color: #8B8B8B;
  position: absolute;
  top: -1px;
  right: -22px;
}
.bread .breadlist a {
  color: #8B8B8B;
}
.bread .breadlist a:hover {
  text-decoration: underline;
}
.bread .icon_home {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bread .icon_home img {
  width: 14px;
}

.contents {
  padding: 65px 0 65px;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.3) 23%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#17000000", endColorstr="#ffffff",GradientType=0 );
}

.contents_title {
  text-align: center;
  color: #00469B;
  margin-bottom: 60px;
}
.contents_title .contents_icon {
  max-width: 32px;
  margin: auto;
  margin-bottom: 5px;
}
.contents_title .text_top {
  font-size: 36px;
  font-weight: bold;
  line-height: 63px;
}
.contents_title .text_top span {
  position: relative;
  padding: 0 10px;
}
.contents_title .text_top span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #00469B;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents_title .text_under {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .pageheader .page_title {
    padding: 10px 20px;
    font-size: 32px;
    top: 50px;
  }
  .pageheader .page_title .page_title_under {
    font-size: 20px;
  }
  .contents_title {
    margin-bottom: 30px;
  }
  .contents_title .text_top {
    font-size: 30px;
  }
}
/*** END page ***/
.mainimg {
  position: relative;
  margin-bottom: 70px;
}
.mainimg img {
  width: 100%;
}
.mainimg .catch {
  position: absolute;
  top: 0;
  bottom: 10%;
  left: 30%;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-shadow: #d4d4d4 1px 0 10px;
  text-align: right;
  line-height: 1.8;
}
.mainimg .maintext {
  width: 100%;
  background: rgba(0, 28, 79, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 0;
}
.mainimg .textlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
}
.mainimg .textlist li {
  margin-right: 60px;
  position: relative;
}
.mainimg .textlist li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotate(20deg);
}
.mainimg .textlist li:last-child {
  margin-right: 0;
}

.topnews {
  padding-bottom: 80px;
}
.topnews .topnews_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topnews .topnews_block .topnews1 {
  width: 23%;
}
.topnews .topnews_block .topnews2 {
  width: 77%;
}
.topnews .topnews_block .topnewstitle {
  font-size: 36px;
  font-weight: bold;
  color: #00469B;
  margin-left: 16px;
  margin-top: 15px;
}
.topnews .topnews_block .topnewstitle span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 1;
}
.topnews .topnews_block .topnewstitle span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #00469B;
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  margin: auto;
}
.topnews .topnews_block .newslist li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.topnews .topnews_block .newslist li:last-child {
  margin-bottom: 0;
}
.topnews .topnews_block .newsdate {
  font-size: 16px;
  color: #00469B;
  width: 19%;
}
.topnews .topnews_block .newstitle {
  color: #555555;
  width: 81%;
}

.topproduct {
  background: #F2F2F2;
  padding: 50px 0 100px;
  position: relative;
}
.topproduct .text_product {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
}
.topproduct .text_product img {
  width: 100%;
  height: 100%;
  max-width: 1090px;
}
.topproduct .topproduct_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.topproduct .topproduct_list li {
  position: relative;
}
.topproduct .topproduct_list li:last-child {
  width: 100%;
  margin-top: 60px;
}
.topproduct .topproduct_list li:last-child .on_box {
  align-items: center;
  padding: 0;
}
.topproduct .topproduct_list li:last-child .on_box > div {
  width: 100%;
}
.topproduct .topproduct_list li:last-child .on_boxtitle {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.topproduct .topproduct_list li:last-child .on_boxdesc {
  display: inline-block;
  margin-left: 60px;
}
.topproduct .topproduct_list a {
  display: block;
  position: relative;
}
.topproduct .topproduct_list a:hover::after {
  opacity: 1;
}
.topproduct .topproduct_list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 70, 155, 0.8);
  opacity: 0;
  transition: all 0.2s ease;
}
.topproduct .topproduct_list .on_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 10px 10px;
  z-index: 2;
}
.topproduct .topproduct_list .on_boxtitle {
  font-size: 28px;
  margin-bottom: 15px;
}
.topproduct .topproduct_list .on_boxdesc {
  display: block;
  font-size: 18px;
}
.topproduct .topproduct_icon {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  margin: auto;
  width: 38px;
  z-index: 2;
}

.topscene {
  padding: 60px 0 0;
}
.topscene .topscene_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.topscene .topscene_list li {
  width: 45%;
  margin-bottom: 40px;
}
.topscene .topscene_list li a {
  display: block;
}
.topscene .topscene_list li a:hover .topscene_img::before {
  opacity: 1;
}
.topscene .topscene_list .topscene_img {
  margin-bottom: 10px;
  position: relative;
}
.topscene .topscene_list .topscene_img::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #00469B;
  position: absolute;
  top: 25px;
  left: -20px;
}
.topscene .topscene_list .topscene_img::before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 70, 155, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.topscene .topscene_list .topscene_title {
  font-size: 18px;
  font-weight: bold;
  color: #00469B;
  line-height: 31.5px;
  margin-bottom: 5px;
}
.topscene .topscene_list .topscene_text {
  line-height: 28px;
}

@media screen and (max-width: 769px) {
  .mainimg {
    margin-bottom: 40px;
  }
  .mainimg .textlist {
    font-size: 22px;
  }
  .mainimg .textlist li {
    margin-right: 20px;
  }
  .mainimg .textlist li::after {
    height: 40px;
    top: -3px;
    right: -8px;
  }
  .mainimg .maintext {
    position: relative;
    background: rgb(0, 28, 79);
    padding: 3% 0;
  }
  .mainimg .catch {
    font-size: 17px;
    bottom: 30%;
  }
  .topnews .topnews_block .topnews1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .topnews .topnews_block .topnews2 {
    width: 100%;
  }
  .topnews .topnews_block .topnewstitle {
    margin: 0;
    text-align: center;
    font-size: 28px;
  }
  .topnews .topnews_block .newsdate {
    width: 25%;
  }
  .topnews .topnews_block .newstitle {
    width: 70%;
  }
  .topproduct .topproduct_list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .topproduct .topproduct_icon {
    top: 10px;
    width: 30px;
  }
  .topproduct .topproduct_list .on_boxtitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .topproduct .topproduct_list .on_boxtext {
    font-size: 14px;
  }
  .topproduct .topproduct_list .on_boxdesc {
    font-size: 16px;
  }
  .topproduct .topproduct_list li:last-child {
    margin-top: 0;
  }
  .topscene .topscene li {
    width: 48%;
  }
  .topscene .topscene_list .topscene_img::after {
    display: none;
  }
}
.products .productslist {
  margin-bottom: 150px;
}
.products .productslist a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .productslist a:hover .productsbox1 {
  opacity: 0.7;
}
.products .productslist a:hover .productstitle {
  color: #6599d8;
}
.products .productslist a:hover .productstitle_sub {
  color: #6599d8;
}
.products .productslist a:hover .productstitle div::after,
.products .productslist a:hover .productstitle span::after {
  border-color: transparent transparent transparent #6599d8;
}
.products .productslist li {
  margin-bottom: 70px;
}
.products .productslist li:last-child {
  margin-bottom: 0;
}
.products .productslist .productsbox1 {
  padding-left: 20px;
  width: 33%;
  height: 250px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.products .productslist .productsbox1 img {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.products .productslist .productsbox2 {
  width: 60%;
}
.products .productslist .productsbox1 {
  position: relative;
}
.products .productslist .productsbox1::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #00469B;
  position: absolute;
  top: 25px;
  left: 0px;
}
.products .productslist .productstitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 49px;
  color: #00469B;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.products .productslist .productstitle div,
.products .productslist .productstitle span {
  position: relative;
}
.products .productslist .productstitle div::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #00469b;
  position: relative;
  top: 0;
  right: -15px;
  transition: all 0.2s ease;
}
.products .productslist .productstitle span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #00469b;
  position: relative;
  top: 0px;
  right: -10px;
  transition: all 0.2s ease;
}
.products .productslist .productstitle_sub {
  font-size: 18px;
  line-height: 31.5px;
  color: #00469B;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.products .productslist .productstitle_sub::after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #D5D5D5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products .productslist .products_text {
  line-height: 28px;
  color: #464646;
}
.products .productslist .productstitle_diamond {
  line-height: 28px;
  color: #464646;
  text-indent: -1rem;
  padding-left: 1rem;
}
.products .nav_products ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .nav_products li {
  width: 20%;
  max-width: 210px;
  background: #FFF;
  border: 1px solid #D4D4D4;
}
.products .nav_products li figure {
  width: 37px;
  height: 60px;
  margin: 0 auto 5px;
}
.products .nav_products li .icon_heater {
  width: 50px;
}
.products .nav_products li .icon_other {
  width: 37px;
}
.products .nav_products li .submenu_text {
  font-weight: bold;
}
.products .nav_products li a {
  display: block;
  height: 100%;
  padding: 18px 20px;
  text-align: center;
  background: #FFF;
  color: #00469B;
  transition: all 0.2s ease;
}
.products .nav_products li a:hover {
  background: #00469B;
  color: #FFF;
}
.products .nav_products li a:hover .on_boxtitle::after {
  background: #FFF;
}
.products .nav_products li a:hover .cls-1 {
  fill: #FFF;
}
.products .nav_products li .cls-1 {
  transition: all 0.2s ease;
}
.products .nav_products li .on_boxtitle {
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
}
.products .nav_products li .on_boxtitle::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #00469B;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease;
}
.products .nav_products li .on_boxdesc {
  display: block;
  font-size: 18px;
}
.products .wrap_detail_title {
  padding-left: 55px;
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}
.products .wrap_detail_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #00469B;
  position: absolute;
  top: 25px;
  left: 0px;
}
.products .wrap_detail_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E2EBFF;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
}
.products .detail_title {
  font-size: 36px;
  font-weight: bold;
  color: #00469B;
}
.products .detail_title .brackets {
  font-size: 28px;
}
.products .detail_title .detail_subtitle {
  font-size: 20px;
  font-weight: normal;
}
.products .detail_imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .detail_imgs li {
  width: 44%;
  margin-bottom: 30px;
}
.products .btn_detail {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #00469B;
  padding: 2px;
  margin-bottom: 40px;
  transition: all 0.2s ease;
}
.products .btn_detail .btn_detail_inner {
  background: linear-gradient(-45deg, #1555A3 0%, #1555A3 50%, #00469B 50%, #00469B 100%);
}
.products .btn_detail:hover {
  opacity: 0.7;
}
.products .btn_detail a {
  color: #FFF;
  display: block;
  padding: 17px 0px;
}
.products .btn_detail span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .btn_detail span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: cover;
  margin-right: 24px;
}
.products .btn_detail span::after {
  content: "";
  display: inline-block;
  width: 31.3px;
  height: 14.6px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  margin-left: 18px;
}
.products .detail_title1 {
  font-size: 24px;
  font-weight: bold;
  color: #00469B;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.products .detail_title1::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #00469B;
  position: absolute;
  top: 17px;
  left: 0px;
}
.products .square_list {
  padding-left: 30px;
}
.products .square_list > li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.products .square_list > li:last-child {
  margin-bottom: 0;
}
.products .square_list > li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #369DE3;
  position: absolute;
  top: 8px;
  left: 0;
}
.products .square_list_in {
  margin-top: 10px;
}
.products .square_list_in li {
  font-size: 18px;
  margin-bottom: 10px;
}
.products .square_list_in li:last-child {
  margin-bottom: 0;
}
.products .detail_block {
  margin-bottom: 45px;
}
.products .detail_block:last-of-type {
  margin-bottom: 80px;
}

.products .nav_products .current a {
  background: #00469B;
  color: #FFF;
}

.products .nav_products .current a .on_boxtitle::after {
  background: #FFF;
}

.products .nav_products .current a .cls-1 {
  fill: #FFF;
}

@media screen and (max-width: 769px) {
  .products .productslist .productsbox1 {
    width: 70%;
    margin: 0 auto 20px;
  }
  .products .productslist .productsbox2 {
    width: 100%;
  }
  .products .productslist .productstitle {
    font-size: 19px;
  }
  .products .nav_products li {
    width: 100%;
  }
  .products .productslist .productstitle span::before,
.products .productslist .productstitle span::after {
    top: 3px;
  }
  .products .nav_products li {
    width: 48%;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .products .nav_products li figure {
    width: 25px !important;
    height: auto;
  }
  .products .nav_products li .on_boxtitle {
    font-size: 22px;
  }
  .products .nav_products li a {
    padding: 10px 20px;
  }
  .products .productslist {
    margin-bottom: 80px;
  }
  .products .wrap_detail_title {
    margin-bottom: 60px;
    padding-left: 40px;
  }
  .products .detail_title {
    font-size: 24px;
  }
  .products .detail_title .brackets {
    font-size: 18px;
    display: block;
  }
  .products .detail_title .detail_subtitle {
    font-size: 18px;
  }
  .products .wrap_detail_title::after {
    width: 30px;
    height: 3px;
    top: 18px;
  }
  .products .detail_imgs li {
    width: 48%;
  }
  .products .btn_detail {
    font-size: 18px;
  }
  .products .square_list {
    padding-left: 0;
  }
  .products .square_list > li {
    padding-left: 20px;
  }
}
.about .about_title {
  font-size: 32px;
  font-weight: bold;
  color: #00469B;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.about .about_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #00469B;
  position: absolute;
  top: 24px;
  left: 0px;
}
.about .about_nav {
  margin-bottom: 70px;
}
.about .about_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about .about_nav a {
  font-size: 18px;
  font-weight: bold;
  color: #8E8E8E;
  padding: 0 5px;
  transition: all 0.2s ease;
}
.about .about_nav li {
  display: inline-block;
  position: relative;
}
.about .about_nav li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #00469B;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.2s ease;
}
.about .about_nav li:first-child {
  margin-right: 70px;
}
.about .about_nav li.current a {
  color: #00469B;
}
.about .about_nav li.current::after {
  opacity: 1;
}
.about .about_nav li:hover a {
  color: #00469B;
}
.about .about_nav li:hover::after {
  opacity: 1;
}
.about .company_table {
  width: 100%;
  font-size: 18px;
  text-align: left;
}
.about .company_table tr {
  border-bottom: 1px solid #D5D5D5;
}
.about .company_table tr:last-child {
  border: none;
}
.about .company_table th {
  color: #00469B;
  line-height: 31.5px;
  width: 180px;
  padding: 10px 5px 10px;
}
.about .company_table td {
  padding: 10px 0;
}
.about .company_table td > p {
  color: #464646;
  line-height: 31.5px;
  margin-bottom: 30px;
  word-break: break-all;
}
.about .company_table td > p:last-of-type {
  margin-bottom: 0;
}
.about .company_table .numlist {
  margin-top: 30px;
}
.about .company_table .numlist p {
  text-indent: -9rem;
  padding-left: 9rem;
  color: #464646;
  line-height: 31.5px;
}
.about .about_block {
  margin-bottom: 80px;
}
.about .about_block:last-of-type {
  margin-bottom: 0;
}
.about .gmap {
  width: 100%;
  height: 428px;
  margin-bottom: 35px;
}
.about .maptext {
  font-size: 18px;
  line-height: 31.5px;
  color: #464646;
}
.about .about_title_greeting {
  margin-bottom: 60px;
}
.about .wrap_greetingtext {
  padding: 0 90px;
}
.about .wrap_greetingtext .greeting_title {
  font-size: 22px;
  line-height: 36px;
  color: #00469B;
  margin-bottom: 30px;
}
.about .wrap_greetingtext .greeting_text {
  font-size: 18px;
  line-height: 36px;
  color: #464646;
  margin-bottom: 30px;
}
.about .wrap_greetingtext .greeting_text:last-of-type {
  margin-bottom: 0;
}
.about .wrap_greetingtext .name {
  margin-top: 75px;
  text-align: right;
}
.about .wrap_greetingtext .name img {
  max-width: 152px;
  padding-left: 15px;
}
.about .about_block_philosophy .inner {
  background: url(../../about/img/philosophy_bg.svg) no-repeat;
  background-position: top 10% right;
  background-size: 578px auto;
}
.about .philosophy {
  margin-bottom: 30px;
  padding-left: 100px;
}
.about .philosophy:last-of-type {
  margin-bottom: 0;
}
.about .philosophy dt {
  font-size: 48px;
  font-weight: bold;
  color: #A5A5A5;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.about .philosophy div {
  position: relative;
  display: inline-block;
}
.about .philosophy div::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #A5A5A5;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.about .philosophy div::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #00469B;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.about .philosophy span {
  color: #00469B;
}
.about .philosophy dd {
  font-size: 21px;
  color: #464646;
  line-height: 36px;
  padding-left: 60px;
  letter-spacing: 1px;
}
.about .history {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 0 100px;
}
.about .history dt {
  position: relative;
  width: 210px;
  padding-bottom: 30px;
  text-align: left;
  font-weight: bold;
  color: #00469B;
}
.about .history dt::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 4px;
  height: calc(100% - 10px);
  background-color: #D5D5D5;
}
.about .history dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #D5D5D5;
  border-radius: 50%;
  background-color: #D5D5D5;
}
.about .history dt:first-of-type::before {
  height: calc(100% + 15px);
}
.about .history dt:last-of-type::before {
  height: calc(100% - 30px);
  top: 0;
}
.about .history dd {
  width: calc(100% - 210px);
  padding-bottom: 20px;
  padding-left: 56px;
}

@media screen and (max-width: 769px) {
  .about .company_table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  .about .company_table td {
    width: 100%;
    display: block;
  }
  .about .wrap_greetingtext {
    padding: 0;
  }
  .about .philosophy {
    padding-left: 0;
  }
  .about .philosophy dd {
    padding-left: 20px;
  }
  .about .history {
    padding: 0;
  }
  .about .history dt {
    width: 140px;
  }
  .about .history dd {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
}
.contact {
  padding: 160px 0 80px;
}
.contact .contact_title {
  font-size: 32px;
  font-weight: bold;
  color: #00469B;
  margin-bottom: 20px;
}
.contact .page_message {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #464646;
}
.contact .required {
  color: #FFF;
  font-size: 14px;
  background: #c14c4c;
  padding: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.contact .optional {
  color: #FFF;
  font-size: 14px;
  background: #00469B;
  padding: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.contact .contact_table {
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-bottom: 40px;
}
.contact .contact_table tr {
  border-bottom: 1px solid #D5D5D5;
}
.contact .contact_table th {
  color: #00469B;
  width: 280px;
  padding: 20px 0;
  vertical-align: top;
}
.contact .contact_table td {
  width: calc(100% - 280px);
  padding: 20px 0;
  vertical-align: top;
}
.contact .input1 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333333;
  font-size: 18px;
  padding: 5px 3px;
  border-radius: 4px;
  width: 80%;
}
.contact .textarea1 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333333;
  font-size: 18px;
  padding: 5px 3px;
  border-radius: 4px;
  width: 80%;
  height: 150px;
}
.contact .radios > span {
  display: block;
  margin-left: 0 !important;
}
.contact .radios label {
  cursor: pointer;
  margin-left: 15px;
}
.contact .radios label:first-child {
  margin-left: 0;
}
.contact .contactbtns {
  text-align: center;
}
.contact .complete_text {
  font-size: 18px;
  margin-bottom: 80px;
}
.contact .complete_text p {
  margin-bottom: 20px;
}
.contact .complete_text p:last-child {
  margin-bottom: 0;
}

.entry-title {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .contact {
    padding-top: 80px;
  }
  .contact .contact_table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .contact .contact_table td {
    display: block;
    width: 100%;
  }
  .contact .input1 {
    width: 100%;
    padding: 10px 3px;
  }
  .contact .radios label {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .contact .textarea1 {
    width: 100%;
  }
}
.news {
  padding: 140px 0 80px;
}
.news .news_year {
  margin-bottom: 40px;
}
.news .news_year ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.news .news_year li {
  margin-right: 20px;
  font-size: 19px;
  background: #ccc;
  transition: all 0.2s ease;
}
.news .news_year li:hover {
  opacity: 0.7;
}
.news .news_year li:last-child {
  margin-right: 0;
}
.news .news_year li a {
  display: block;
  padding: 7px 30px;
}
.news .news_year li a[aria-current] {
  background: #00469B;
  color: #FFF;
}
.news .news_year li a[aria-current] a {
  color: #FFF;
}
.news .newslist li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
}
.news .newslist .newslist1 {
  width: 300px;
  padding: 15px 0;
  font-size: 18px;
}
.news .newslist .newslist2 {
  width: calc(100% - 300px);
  padding: 10px 0;
}
.news .newslist .newstitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .newslist a {
  transition: all 0.2s ease;
}
.news .newslist a:hover {
  opacity: 0.7;
}
.news .newslist a:hover .newstitle,
.news .newslist a:hover .newslead {
  color: #00469B;
}
.news .detail_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00469B;
}
.news .detail_date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news .detail_imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .detail_imgs li {
  margin: 0 2% 4% 2%;
  text-align: center;
}
.news .detail_imgs li:nth-child(2n) {
  text-align: right;
}
.news .detail_contents {
  margin: 40px 0 80px;
  font-size: 18px;
}
.news .detail_contents p {
  margin-bottom: 20px;
}
.news .detail_contents p:last-child {
  margin-bottom: 0;
}
.news .detail_contents h2 {
  font-size: 24px;
  font-weight: bold;
  color: #00469B;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.news .detail_contents h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #00469B;
  position: absolute;
  top: 17px;
  left: 0px;
}
.news .detail_contents h3 {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.news .detail_contents h3::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #369DE3;
  position: absolute;
  top: 8px;
  left: 0;
}
.news .detail_contents ol, .news .detail_contents ul {
  list-style: initial;
}
.news .detail_btn {
  text-align: center;
}
.news .btn_detail {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #00469B;
  padding: 2px;
  margin-bottom: 40px;
  transition: all 0.2s ease;
}
.news .btn_detail .btn_detail_inner {
  background: linear-gradient(-45deg, #1555A3 0%, #1555A3 50%, #00469B 50%, #00469B 100%);
}
.news .btn_detail:hover {
  opacity: 0.7;
}
.news .btn_detail a {
  color: #FFF;
  display: block;
  padding: 17px 0px;
}
.news .btn_detail span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .btn_detail span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: cover;
  margin-right: 24px;
}
.news .btn_detail span::after {
  content: "";
  display: inline-block;
  width: 31.3px;
  height: 14.6px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  margin-left: 18px;
}

@media screen and (max-width: 769px) {
  .news {
    padding: 80px 0 80px;
  }
  .news .news_year ul {
    justify-content: space-between;
  }
  .news .news_year li {
    width: 31%;
    margin-right: 0;
  }
  .news .newslist .newslist1 {
    width: 100%;
    padding-bottom: 10px;
  }
  .news .newslist .newslist2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .news .detail_title {
    font-size: 24px;
  }
  .news .detail_imgs li {
    width: 100%;
  }
  .news .detail_imgs li figure {
    text-align: center;
  }
  .news .btn_detail {
    font-size: 18px;
  }
}
.sitemap {
  padding: 140px 0 0;
}
.sitemap .sitemaptitle {
  font-size: 22px;
  font-weight: bold;
  color: #00469B;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #00469B;
}
.sitemap .sitemaptitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #00469B;
  position: absolute;
  top: 14px;
  left: 0px;
}
.sitemap .sitemapsubtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 40px;
  border-bottom: 2px solid;
}
.sitemap .sitemapsubtitle_upnone {
  padding-top: 55px;
}
.sitemap .sitemaplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
.sitemap .sitemaplist .sitemaplist_block {
  width: 46%;
  margin-bottom: 50px;
}
.sitemap .sitemaplist ul {
  list-style-type: disc;
  padding-left: 60px;
}
.sitemap .sitemaplist li {
  margin-bottom: 10px;
}
.sitemap .sitemaplist li:last-child {
  margin-bottom: 0;
}
.sitemap .sitemaplist li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .sitemap {
    padding-top: 80px;
  }
  .sitemap .sitemaplist {
    width: 100%;
  }
  .sitemap .sitemaplist .sitemaplist_block {
    width: 100%;
  }
  .sitemap .sitemapsubtitle_upnone {
    padding-top: 0;
  }
  .sitemap .sitemaplist .sitemaplist_block {
    margin-bottom: 30px;
  }
  .sitemap .sitemaptitle {
    padding-left: 25px;
  }
  .sitemap .sitemaptitle::after {
    width: 15px;
  }
  .sitemap .sitemaplist ul {
    padding-left: 45px;
  }
  .sitemap .sitemapsubtitle {
    margin-left: 25px;
  }
}
/*# sourceMappingURL=import.css.map */