@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.2
*/
/*===================
 Reset  
===================*/
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;
}

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;
}

/*===================
 Native  
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}

a:focus, *:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #ff0000;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/
#header > .inner, #nav > .inner,
#contents > .inner,
#footer .inner { /* コンテンツ幅 */
  width: 1280px;
  margin: 0 auto;
  max-width: 96%;
}
.under-page, .blog {
  font-size: 14px;
}
@media screen and ( min-width : 1000px ) {
  .under-page #contents > .inner, .blog #contents > .inner {
    padding-left: 280px;
  }
}
#header > .inner {
  width: 1900px;
}

/*==========================
	#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header h1 {
  display: block;
  /* float:left; */
  max-width: 100%;
  width: 417px;
  padding-top: 0;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 600px;
  max-width: 62%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

.headerinner ul img {
  display: block;
}

.headerinner .txt {
  float: left;
  width: 50%;
}

.headerinner .txt img {
  width: 300px;
}

.headerinner .tel {
  float: right;
  width: 46.7%;
  padding-top: 0;
}

.headerinner .tel img.telimg {
  width: 280px;
}

.headerinner .inq {
  padding-top: 14px;
}

.headerinner .inq .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}

.headerinner .inq .btn {
  width: 183px;
  max-width: 65.4%;
  float: right;
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container { /* スマホ用メニューを隠す */
  display: none;
}

.fixed { /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.png);
  text-align: center;
  padding: 2em 0;
}

.page-title h2 {
  color: #183e34;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}
@media screen and ( min-width : 768px ) {
  .page-title h2 {
    max-width: 1280px;
    margin: auto;
  }
}
@media screen and ( min-width : 1000px ) {
  .page-title h2 {
    padding-left: 280px;
  }
}

/* パンくず -------------*/
.bread_wrap {
  background: #f1f1f1;
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  max-width: 96%;
}
@media screen and ( min-width : 1000px ) {
  .bread_wrap .bread {
    padding-left: 280px;
  }
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%; /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #666;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
  text-align: center;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/*==========================
	#footer
==========================*/
.bnr {
  padding: 40px 0 0;
}

.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}

#footer {
  padding: 3em 0 0.5em;
  text-align: left;
  background: #f1f1f1;
  color: #555;
  font-size: 15px;
}

#footer li.menu-item-has-children {
  margin-bottom: 2em;
}

#menu-footer-nav li.menu-item-has-children > .nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #ff0000;
}

#footer .sub-menu {
  font-size: 15px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  font-size: 15px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.6em;
  left: 4px;
  margin: -4px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #f9b94a;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer li a {
  text-decoration: none;
  color: #555;
}

#footer li a:hover {
  color: #ff0000;
}

.footer_access p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 15px;
}

.footer_access p.logo {
  margin-bottom: 1em;
}

#footer .googlemap iframe {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copyright { /**/
  text-align: center;
  padding: 0em 0 1.2em;
  font-size: 14px;
  color: #555;
  background: #f1f1f1;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }


  /*==========================
  	#contents
  ==========================*/
  #contents #main {
    min-height: 600px;
  }
  /*==========================
  	#aside
  ==========================*/
  #aside .inq { /* サイド固定バナー */
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 5;
  }
  #aside .inq a {
    display: block;
  }
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
  #footer li.menu-item-has-children {
    float: right;
    width: 58%;
  }
  #footer li.menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }
  #footer .footer_access {
    float: right;
    width: 47%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
  #footer .googlemap {
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
  }
}
@media screen and ( min-width : 1000px ) {
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 10px 0 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  /*==========================
  	#nav
  ==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #1a1a1a;
  }
  #nav .inner {
    height: 50px;
  }
  /* PC用グローバルナビゲーション */
  #nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nav a,
  #menu-header-nav > li > span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #menu-header-nav > li {
    width: 18.2%;
    position: relative;
    float: left;
  }
  #menu-header-nav > li.nav01 {
    width: 9%;
  }
  #menu-header-nav > li > a,
  #menu-header-nav > li > span { /**/
    font-size: 16px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 4px 0;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    background-color: #1a1a1a;
    line-height: 1.4em;
  }
  #menu-header-nav > li.nav01 > a {
    background-image: url(img/nav_home.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9px;
  }
  #menu-header-nav > li > a::before,
  #menu-header-nav > li > a::after {
    display: none;
    /* position:absolute;
    content:"";
    right:0;
    top:13px;
    height:24px;
    width:1px;
    background:rgba(255,255,255,0.3); */
  }
  #menu-header-nav > li.nav01 > a::before {
    left: 0;
  }
  #menu-header-nav > li > a:hover,
  #menu-header-nav > li:hover > a > span {
    color: #fff;
    cursor: pointer;
  }
  #menu-header-nav li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }
  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }
  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 96%;
    padding-top: 0;
    padding-bottom: 0;
    background: #3ba983;
  }
  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #658a81;
  }
  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 12px 5px 11px;
    display: block;
  }
  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
@media screen and (max-width: 1042px) {
  #nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu-header-nav > li a {
    font-size: 16px;
    padding-top: 18px;
  }
  #menu-header-nav ul.sub-menu li a {
    font-size: 16px;
  }
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and ( max-width : 999px ) {
  #header {
    padding: 16px 0 15px;
  }
  #header h1 {
    padding: 0;
    max-width: 55%;
  }
  .headerinner ul {
    float: right;
    max-width: 40%;
    width: 191px;
  }
  .headerinner ul img {
    width: 100%;
  }
  .headerinner .tel {
    float: left;
    max-width: 32%;
    margin-right: 4.5%;
    width: 61px;
  }
  .headerinner .mail {
    float: left;
    max-width: 32%;
    margin-right: 4.5%;
    width: 61px;
  }
  .headerinner #toggle {
    max-width: 25%;
    float: left;
    width: 47px;
    display: block!important;
  }
  /*==========================
  	#nav
  ==========================*/
  #nav {
    height: auto;
    padding: 0;
  }
  #nav.fixed { /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }
  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
    	top:0;
    	right:0;
    	width:auto;
    	height:86px;*/
  }
  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }
  #toggle img {
    max-height: 100%;
  }
  #toggle a:hover {
    background: none !important;
  }
  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav .sub-menu { /* スライドダウンさせるために隠す */
    display: none;
  }
  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    top: 86px;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
  }
  #nav ul li .subtxt {
    display: none;
  }
  #nav ul li > a br {
    display: none;
  }
  #nav ul li.nav03 ul.sub-menu > li:first-child {
    border-top: none;
  }
  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav ul li a,
  #nav ul li span {
    display: block;
    padding: 18px 6px 18px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #1a1a1a;
  }
  #nav ul li span {
    background: #f1f1f1;
    color: #777;
    padding-left: 28px;
    position: relative;
  }
  #nav ul li span:hover {
    cursor: pointer;
    color: #222;
  }
  #nav ul li.has-child > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav ul li a:before {
    content: "- ";
  }
  #nav ul li .sub-menu {
    background: #f7f7f7;
  }
  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }
  #nav li:first-child a {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 1.5em;
  }
  /*==========================
  	#aside
  ==========================*/
  #aside .inq {
    display: none;
  } /* サイド固定バナーを隠す */
  #aside {
    margin-bottom: 0.5em;
  }
  /*==========================
  	.contentbottom
  ==========================*/
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(207, 207, 207, 0.6);
    padding: 10px 0;
    left: 0;
    text-align: center;
    z-index: 5;
  }
  .contact a {
    display: inline-block;
    width: 200px;
    max-width: 48%;
    margin: 0 0.5%;
  }
  /*==========================
  	#footer
  ==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  #footer li.parent, #footer li.parent2, #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }
  #footer li.menu-item-has-children,
  #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }
  #footer .sub-menu li {
    vertical-align: top;
  }
  .copyright {
    padding-bottom: 14%;
  }
}
@media screen and (max-width: 480px) {
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 15px 0;
  }
  #header h1 {
    margin-bottom: 0;
  }
  /*==========================
  	#nav
  ==========================*/
  #nav ul.menu {
    top: 78px;
  }
  /*==========================
  	#contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
  /*==========================
  	#footer
  ==========================*/
  .copyright {
    padding-bottom: 22%;
  }
}
@media screen and (max-width: 320px) { /* スマホ320px */
  /*==========================
  	#header
  ==========================*/
  /*==========================
  	#nav
  ==========================*/
  #nav ul.menu {
    top: 60px;
  }
}
.hdr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 5px;
  margin-left: auto;
  gap: 0 10px;
  width: 50%;
}

#header .inner:after {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width : 999px ) {
  #header {
    padding-bottom: 60px!important;
  }
  .headerinner .hdr_list {
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 1vw;
    left: 0;
    right: 0;
    max-width: 98%;
    width: 767px;
    justify-content: center;
  }
  .hdr_side {
    display: none!important;
  }
}
@media screen and ( max-width : 767px ) {
  #header {
    padding-bottom: 10vw!important;
  }
}
@media screen and ( min-width : 1000px ) {
  .hdr_side {
    position: absolute;
    left: 20px;
    right: auto;
    top: 108px;
    bottom: auto;
    width: 240px;
  }
  .hdr_side .side_img_list li {
    margin-top: 10px;
  }
  .hdr_side .hdr_side_box {
    background: #00497c;
    width: 240px;
    padding: 20px 0;
  }
  .hdr_side .hdr_side_box .hdr_list_nav {
    display: block;
    margin: 0;
  }
  .hdr_side .hdr_side_box .hdr_list_nav > li {
    cursor: pointer;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-family: "Zen Kaku Gothic New", serif;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    line-height: 28px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding-right: 20px;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li:hover a {
    text-decoration: underline;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li {
    margin: 0;
    line-height: 28px;
  }

  .hdr_side .hdr_side_box .hdr_list_nav li:not(:first-child) {
    margin-top: 7px;
  }
  body:not(.home) .hdr_side .hdr_side_box .hdr_list_nav li:not(:first-child) {
    margin-top: 6px;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon01:after {
    background: url("img/hdr_side_icon01.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon02:after {
    background: url("img/hdr_side_icon02.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon03:after {
    background: url("img/hdr_side_icon03.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon04:after {
    background: url("img/hdr_side_icon04.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon05:after {
    background: url("img/hdr_side_icon05.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon06:after {
    background: url("img/hdr_side_icon06.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon07:after {
    background: url("img/hdr_side_icon07.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_list_nav li a.side_icon08:after {
    background: url("img/hdr_side_icon08.png") no-repeat center / cover;
  }
  .hdr_side .hdr_side_box .hdr_btn {
    margin: 0 20px;
    margin-top: 15px;
  }
  .hdr_side .hdr_side_box .hdr_btn a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-decoration: none;
    background: #fff;
    color: #006cb8;
    font-weight: 500;
    padding: 9px 0;
    border: 1px solid #006cb8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: .2s;
  }
  .hdr_side .hdr_side_box .hdr_btn a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 3px;
    top: auto;
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #006cb8 transparent;
    border-width: 0px 0px 8px 8px;
  }
  .hdr_side .hdr_side_box .hdr_btn a:hover {
    background: #006cb8;
    color: #fff;
    transition: .2s;
  }
  .hdr_side .hdr_side_box .hdr_btn a:hover:after {
    border-color: transparent transparent #fff transparent;
  }
  .sub_nav_box {
    display: none;
    min-height: 369px;
    background: rgba(198,225 ,243,0.95);
    padding: 30px;
    width: 71vw;
    margin: auto;
    position: absolute;
    left: auto;
    right: -1040px;
    right: -71vw;
    top: 0;
    bottom: auto;
    flex-direction: column;
    /* justify-content: center; */
    cursor: default;
  }
  .wide_nav:hover .sub_nav_box {
    display: flex;
  }
  .sub_nav_box .sub_nav_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
    margin: 0;
  }
  .sub_nav_box .sub_nav_menu:not(:first-child) {
    margin-top: 15px;
  }
  .sub_nav_box .sub_nav_menu li {
    width: 32%;
    line-height: 1.3!important;
    margin: 0!important;
  }
  .sub_nav_box .sub_nav_menu li.sub_nav_title {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin: 0 0 5px;
    color: #006cb8;
    border-bottom: 1px solid #006cb8;
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", serif;
  }
  .sub_nav_box .sub_nav_menu li.sub_nav_title:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 7px;
    bottom: auto;
    width: 10px;
    height: 10px;
    background: #006cb8;
  }
  .sub_nav_box .sub_nav_menu li a {
    color: #333333!important;
    font-size: 14px!important;
    padding: 0!important;
    font-family: "Zen Kaku Gothic New", serif!important;
    text-decoration: none!important;
    font-weight: 500!important;
  }
  .sub_nav_box .sub_nav_menu li a:hover {
    text-decoration: underline!important;
  }
  .sub_nav_box .sub_nav_menu li a:hover {
    color: #333333!important;
  }
}
@media screen and ( min-width : 1300px ) {
  .hdr_side {
    left: calc((100vw - 1280px) / 2);
  }
}
@media screen and ( min-width : 1350px ) {
  .sub_nav_box {
    padding: 30px;
    width: 1040px;
    right: -1040px;
    max-width: initial;
  }
}



/* @media screen and ( min-width : 768px ) {
  .hdr_side {
    display: none;
  }
  .copyright .sec_span {
    width: 1200px!important;
    padding-left: 0!important;
  }
  .topinner {
    padding-left: 0!important;
  }
  .topinner {
    width: 1200px!important;
  }
  .page-title h2 {
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
  }
  .bread_wrap .bread {
    width: 1200px;
    padding-left: 0;
  }
  #contents > .inner, #footer .inner {
    width: 1200px;
  }
  .under-page #contents > .inner, .blog #contents > .inner {
    padding-left: 0;
  }
} */
/*# sourceMappingURL=common.css.map */