body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic",
    游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 20px;
  border-top: 1px solid #dcdddd;
}

ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
  clear: both;
}

a,
a:link,
a:active,
a:visited {
  color: #ed6c00;
  outline: none;
  border: none;
  text-decoration: underline;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

p {
  color: #3e3a39;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 32px;
}

a.btn:hover {
  color: #fff;
}

a.btn {
  display: block;
  width: 350px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 5px 15px 5px;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 20px 23px;
  background-color: #8cc121;
  text-decoration: none;
  border-radius: 0px;
  clear: both;
}

@media screen and (max-width: 991px) {
  a.btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/*	header
________________________________________*/

header h1,
header p {
  font-size: 0px;
  line-height: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header .wrapper {
  position: relative;
  padding: 10px 30px 5px 30px;
  z-index: 4;
}

header .switch-l {
  float: right;
}
header .switch-l ul li {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  background: url("../img/common/arrow-right-black.svg") no-repeat;
  background-size: 8px 8px;
  background-position: left 6px;
  padding-left: 15px;
}
header .switch-l a {
  color: #333;
}

header .left {
  float: left;
  width: 35%;
}

header .left img {
  width: 380px;
  margin-left: 0;
  margin-top: 10px;
}
header .right {
  margin-top: 15px;
  float: right;
  width: 65%;
}
header .right ul {
  float: right;
}
header .right ul li {
  float: left;
  margin-left: 30px;
}
header .right ul li span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
header .right ul li input {
  width: 300px;
  height: 35px;
}
header .right ul li button {
  margin-left: 10px;
  background-color: #005bac;
  color: #fff;
  border: none;
  height: 35px;
  width: 80px;
}
header .g-navi {
  background-color: #005bac;
  margin-top: 10px;
  height: 60px;
}
header .g-navi a {
  color: #fff;
}
header .g-navi a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #8aa3d4;
}

header .g-navi ul li {
  float: left;
  margin-left: -1px;
  width: 13%;
  text-align: center;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  font-size: 18px;
  height: 60px;
  padding-top: 19px;
}
header .g-navi ul li.first {
  width: 22%;
}

header .g-navi.en ul li {
  padding-top: 22px;
  font-size: 16px;
  line-height: 18px;
}
header .g-navi.en ul li.first {
  padding-top: 15px;
}




@media screen and (max-width: 1201px) {
  header .right ul li input {
    width: 200px;
    height: 35px;
  }
  header .right ul li button {
    margin-left: 5px;
    width: 60px;
  }
}

@media screen and (max-width: 991px) {
  header .left {
    float: none;
    width: 100%;
    clear: both;
  }
  header .left img {
    width: 380px;
    margin-left: auto;
    margin-top: 10px;
  }
  header .right {
    margin-top: 15px;
    float: none;
    width: 100%;
  }
  header .right ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  header .g-navi ul li {
    font-size: 15px;
    width: 11%;
  }
  header .g-navi ul li.first {
    width: 34%;
  }

  header .g-navi.en ul li {
    font-size: 14px;
    width: 12%;
  }
  header .g-navi.en ul li.first {
    width: 28%;
  }
  header .g-navi.en ul li.en01 {
    padding-top: 15px;
  }

}

@media screen and (max-width: 700px) {
  header .wrapper {
    padding: 10px 10px 5px 10px;
  }
  header .right ul li {
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  header .g-navi {
    margin-top: 5px;
    background-color: #005bac;
    margin-top: 10px;
    height: 100px;
  }

  header .g-navi ul li {
    border-left: none;
    border-right: #fff 1px solid;
    height: 50px;
    width: 25%;
    margin-right: 1px;
    padding-top: 15px;
  }
  header .g-navi ul li.first {
    border-left: #fff 1px solid;
    width: 50%;
  }
  .g-navi ul li.second {
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    clear: both;
  }
  header .g-navi ul li.third {
    border-top: #fff 1px solid;
  }

  header .g-navi.en ul li {
    width: 25%;
  }
  header .g-navi.en ul li.en02-01{
    width: 34%;
    padding-top: 10px;
  }

  header .g-navi.en ul li.en02-04{
    padding-top: 17px;
  }

  header .g-navi.en ul li.en01{
    padding-top: 17px;
  }
  header .g-navi.en ul li.en02-02,
  header .g-navi.en ul li.en02-03 {
    width: 33%;
    padding-top: 17px;
  }
}
@media screen and (max-width: 520px) {
  header .g-navi.en ul li.en02-01{
    padding-top: 3px;
    line-height: 15px;

  }
}
@media screen and (max-width: 456px) {
  header .g-navi.en ul li.en02-06{
    padding-top: 8px;
  }
}
@media screen and (max-width: 422px) {
  header .g-navi.en ul li.en02-05{
    padding-top: 8px;
  }
}






/*	home
________________________________________*/

.sc01 {
  margin-top: 40px;
}
.home .respons-8 a {
  color: #333;
  text-decoration: none;
}

.home .respons-8 .main-news {
  margin-top: 20px;
}
.home .respons-8 h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  line-break: anywhere;
}

.title {
  background: url("../img/common/line-red.svg") no-repeat;
  background-size: 4px 20px;
  background-position: 15px;
  background-color: #eaf6fd;
  height: 55px;
  padding: 5px 20px 5px 35px;
}
.title h2,
.page .title h1 {
  font-size: 22px;
  line-height: 26px;
  float: left;
  margin-top: 12px;
}
.title a.red {
  display: block;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 6px 6px;
  background-position: 5px 9px;
  background-color: #d7000f;
  color: #fff;
  padding: 7px 10px 7px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  margin-left: 25px;
  margin-top: 10px;
  width: 80px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .title a.red {
    margin-left: 15px;
    width: 60px;
  }
}

.home .respons-8 .sub-news {
  margin-top: 30px;
}
.home .respons-8 .sub-news .inner {
  clear: both;
  margin-bottom: 20px;
}

.home .respons-8 .sub-news .inner .left {
  width: 30%;
  float: left;
}
.home .respons-8 .sub-news .inner .right {
  width: 67%;
  float: right;
}
@media screen and (max-width: 700px) {
  .home .respons-8 .sub-news .inner .left,
  .home .respons-8 .sub-news .inner .right {
    width: 100%;
    float: none;
  }
}

.home .respons-4 .tags {
  margin-top: 10px;
  border: 1px solid #dcdddd;
  padding: 20px 30px 20px 30px;
}
.home .respons-4 .tags a {
  color: #333;
}
.home .respons-4 .tags li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}

.home .respons-4 .navi-blue,
.home .respons-4 .navi-blue02 {
  margin-top: 15px;
}
.home .respons-4 .navi-blue a,
.home .respons-4 .navi-blue02 a {
  color: #fff;
  text-decoration: none;
}
.home .respons-4 .navi-blue span {
  display: block;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 6px 6px;
  background-position: 15px 21px;
  background-color: #005bac;
  height: 50px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 35px;
  padding-top: 17px;
}

.home .respons-4 .navi-blue02 {
  background-color: #005bac;
  padding: 0px 7px 7px 7px;
}
.home .respons-4 .navi-blue02 span {
  display: block;
  background: url("../img/common/icon-book.svg") no-repeat;
  background-size: 20px 16px;
  background-position: 7px 18px;
  height: 65px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 35px;
  padding-top: 17px;
}
.home .respons-4 .navi-blue02 .inner {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
}
.home .respons-4 .navi-blue02 .inner p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.home .sc02,
.home .sc03 {
  margin-top: 70px;
}
.home .sc02 .news-block a,
.home .sc03 .news-block a {
  color: #333;
}
.home .sc02 .news-block {
  clear: both;
  margin-top: 20px;
}
.home .sc02 h3,
.home .sc03 h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  line-break: anywhere;
}
.home .sc02 .respons-3,
.home .sc03 .respons-6 {
  margin-bottom: 30px;
}

.home .sc03 .news-block {
  clear: both;
  padding-top: 20px;
}
.home .sc03 .respons-6 .inner {
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 30px;
}

/*	footer
________________________________________*/

footer {
  margin-top: 50px;
  background-color: #005bac;
  padding: 30px 0px 30px 0px;
}
footer .left {
  margin-top: 40px;
  width: 66%;
  float: left;
}
footer .left a {
  color: #fff;
}
footer .left li {
  float: left;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 6px 6px;
  background-position: 0px 9px;
  margin-right: 20px;
  padding-left: 12px;
  font-size: 16px;
}

footer .right {
  width: 30%;
  float: right;
}
footer .right img {
  float: right;
  width: 320px;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
footer .copy {
  clear: both;
  margin-top: 30px;
  display: block;
  width: 300px;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #333;
}
footer .jn{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
  sans-serif;
}

@media screen and (max-width: 1201px) {
  footer .left li {
    margin-right: 10px;
    padding-left: 10px;
    background: url("../img/common/arrow-right-white.svg") no-repeat;
    background-size: 6px 6px;
    background-position: 0px 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer .left,
  footer .right {
    width: 100%;
    float: none;
  }
  footer .left {
    margin-top: 0px;
  }
  footer .left a {
    text-decoration: none;
  }

  footer .left li {
    float: none;
    margin-right: 15px;
    padding-left: 12px;
    font-size: 16px;
    border-bottom: solid 1px #dcdddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  footer .right img {
    margin-top: 20px;
    float: none;
    width: 280px;
  }
}

/*	page
________________________________________*/

.page.jn{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
  sans-serif;
}

.page .title {
  margin-bottom: 10px;
  margin-top: 50px;
}
.page .title.first {
  margin-top: 0px;
}

.page.static h3 {
  font-size: 18px;
  background-color: #f7f8f8;
  padding: 15px 20px 15px 15px;
  line-break: anywhere;
}
.page.static p.small {
  font-size: 16px;
  line-height: 22px;
}
.page span.red {
  color: #d7000f;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.table > tbody > tr > th {
  background-color: #f9f8f8;
  padding: 30px 30px;
  white-space: nowrap;
}
.table > tbody > tr > td ul {
  list-style: disc;
  margin-left: 20px;
}
.table > tbody > tr > td ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 20px 20px;
  }
}


/*	news
________________________________________*/

.news h1 {
  background-color: #005bac;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  padding: 17px 15px 15px 15px;
  margin-top: 0px;
  line-break: anywhere;
}

/*	news single
________________________________________*/
span.ctgry {
  margin-left: 20px;
}

.single .respons-8 .tag {
  background-color: #eaf6fd;
  padding: 15px 20px 10px 20px;
}
.single .respons-8 .tag ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.single .respons-8 .tag ul li a {
  text-decoration: underline;
}

.single .respons-8 h1.midashi {
  margin-top: 8px;
  font-size: 32px;
  line-height: 38px;
}

.single .respons-8 h2 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #005bac;
  padding: 15px 15px 15px 18px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
  line-break: anywhere;
}

.single .respons-8 h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 15px 10px 18px;
  color: #333;
  background-color: #eaf6fd;
  margin-top: 40px;
  margin-bottom: 10px;
  clear: both;
  line-break: anywhere;
}
.single .respons-8 h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 15px 10px 18px;
  color: #333;
  background-color: #f9f8f8;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
  line-break: anywhere;
}
.single .respons-8 h5 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 0px 0px 10px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  border-left: #d7000f solid 2px;
  clear: both;
  line-break: anywhere;
}
.single .respons-8 h6 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 0px 0px 10px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  border-left: #333 solid 2px;
  clear: both;
  line-break: anywhere;
}

.single .respons-8 p {
  margin-bottom: 20px;
  background-color: none;
  line-height: 28px;
  line-break: anywhere;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 0px;
  margin: 0 0 20px 10px;
  display: inline;
}

img.alignleft {
  padding: 0px;
  margin: 0 20px 20px 0;
  display: inline;
}

img.alignleft.clear {
  padding: 0px;
  margin: 0 20px 20px 0;
  display: block;
  float: none;
  clear: both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*	search
________________________________________*/

.search h1{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #005bac;
  padding: 15px 15px 15px 18px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: both;
  line-break: anywhere;
}

.search h3{
  border-bottom: 1px #cdcdcd solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


/*	pagenavi
________________________*/

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
  padding: 30px 0px 50px 0px;
}

.wp-pagenavi span {
  color: #777;
  text-decoration: none;
  border: 1px solid #ed6c00;
  padding: 10px 15px;
  margin: 2px;
}

.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #ed6c00;
  padding: 10px 15px;
  margin: 2px;
}
.wp-pagenavi a {
  border: 1px solid #ed6c00;
  background-color: #ed6c00;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #ed6c00;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/*	wp-calendar
________________________*/

#wp-calendar{
  width: 100%;
  margin: 0 auto;
  caption-side: top;
  text-align: center;
  a {
      color: #ed6c00;
      text-decoration: underline;
  }
  th{
    text-align: center;
    width: 14%;
    background-color: #eaf6fd;
  }
  caption{
    color: #333;
    letter-spacing: 1px;

  }
}
.month01 {
  text-align: center;
  margin-top: 5px;
}

.month01 a{
  margin-right: 20px;
}

