@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #040922;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

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

button, input, select, textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

/*
スマホを基本設計にする
- 〜319px：スマートフォン小
- 320px〜479px：スマートフォン大
- 480px〜767px：スマートフォン横
- 768px〜1023px：タブレット
- 1024px〜1279px：PC小
- 1280px〜：PC大
*/
@font-face {
  font-family: "icomoon";
  src: url("../icon/fonts/icomoon.eot?u99gzq");
  src: url("../icon/fonts/icomoon.eot?u99gzq#iefix") format("embedded-opentype"), url("../icon/fonts/icomoon.woff?u99gzq") format("woff"), url("../icon/fonts/icomoon.ttf?u99gzq") format("truetype"), url("../icon/fonts/icomoon.svg?u99gzq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 16px;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: initial;
  transition: initial;
  padding-top: 0;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width:1024px) {
  a:hover {
    opacity: 0.8;
  }
}

.pcOnly {
  display: none !important;
}

.pcMinOnly {
  display: none !important;
}

.pcLargeOnly {
  display: none !important;
}

.spNone {
  display: none !important;
}

@media only screen and (min-width:361px) {
  .pcNone {
    display: block !important;
  }
  .spOnly {
    display: inline-block !important;
  }
}
@media only screen and (min-width:768px) {
  .pcOnly {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1024px) {
  .pcNone {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .pcMinOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1281px) {
  .pcMinOnly {
    display: none !important;
  }
  .pcLargeOnly {
    display: block !important;
  }
}
/* wrapper */
.wrapper {
  padding-top: 50px;
}
@media only screen and (min-width:1024px) {
  .wrapper {
    padding-top: 0;
  }
}

/* header */
.header {
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header {
    position: relative;
    height: auto;
  }
}
.header .headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (min-width:1024px) {
  .header .headerIn {
    padding: 13px 20px 5px;
  }
}
@media only screen and (min-width:1281px) {
  .header .headerIn {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0 0;
  }
}
.header .headerIn .desc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: -5px;
    font-size: 10px;
    color: #888;
  }
}
.header .headerIn h1 {
  width: 220px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 {
    width: 240px;
  }
}
@media only screen and (min-width:1281px) {
  .header .headerIn h1 {
    width: auto;
  }
}
.header .headerIn h1 a {
  display: block;
  position: relative;
  top: -2px;
  left: -5px;
  padding-left: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 a {
    top: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width:1024px) {
  .header .headerIn .publication {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
}
.header .headerIn .publication:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 11px;
  color: #999;
}
.header .headerIn .publication span {
  display: inline-block;
  background: #ff9b00;
  position: absolute;
  top: -19px;
  left: 5px;
  border-radius: 50px;
  width: 105px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.header .headerIn .publication span:before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ff9b00;
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 12px;
  height: 10px;
}
.header .headerIn .menuBtn {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn {
    display: none;
    width: 40px;
    height: 40px;
  }
}
.header .headerIn .menuBtn.active {
  background: #fff;
}
.header .headerIn .menuBtn .icon {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: block;
  background: #222;
  border-radius: 50px;
  position: relative;
  top: 15px;
  height: 2px;
  width: 27px;
  margin: 0 auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn .icon {
    top: 10px;
  }
}
.header .headerIn .menuBtn .icon:nth-child(2) {
  margin: 7px auto;
}
.header .headerIn .menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 2px;
}
.header .headerIn .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .headerIn .menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 24px;
}
.header .headerIn .closeBtn {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
}
.header .headerIn .closeBtn.active {
  display: block;
}

/* menu_pc */
.menu_pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .menu_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 auto;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc {
    margin: 0 30px 0 auto;
  }
}
@media only screen and (min-width:1024px) {
  .menu_pc li + li {
    margin-left: 12px;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc li + li {
    margin-left: 17px;
  }
}
.menu_pc li a {
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .menu_pc li a {
    font-size: 13px;
  }
}
.menu_pc li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  top: 0;
  left: 0;
  font-size: 11px;
  color: #999;
}

/* menu_sp */
.menu_sp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .menu_sp {
    display: none;
  }
}
.menu_sp.open {
  opacity: 1;
  visibility: visible;
}
.menu_sp.open .menu_spIn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu_sp .menu_spIn {
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 52px 0 20px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn {
    width: 40%;
  }
}
.menu_sp .menu_spIn .menuList {
  border-top: 1px solid #ddd;
  /*@media only screen and (min-width:768px) {
  	display: flex;
  	flex-wrap: wrap;
  }*/
}
.menu_sp .menu_spIn .menuList li {
  border-bottom: 1px dotted #ddd;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li:nth-child(2n) {
    border-left: 1px dotted #ddd;
  }
}
@media only screen and (min-width:1024px) {
  .menu_sp .menu_spIn .menuList li + li {
    margin-left: 30px;
  }
}
.menu_sp .menu_spIn .menuList li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 13px 0 23px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
}
.menu_sp .menu_spIn .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 1px;
  left: 10px;
  color: #2e97e5;
  font-size: 12px;
}
.menu_sp .menu_spIn .linkList {
  margin: 15px 13px 20px;
}
.menu_sp .menu_spIn .linkList li + li {
  margin-top: 3px;
}
.menu_sp .menu_spIn .linkList li a {
  font-size: 12px;
  font-weight: bold;
}
.menu_sp .menu_spIn .linkList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  color: #999;
  font-size: 10px;
}
.menu_sp .menu_spIn .linkList li a.blank:before {
  content: "\e909";
  margin-right: 1px;
  font-size: 13px;
}
.menu_sp .menu_spIn .publication {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  height: 50px;
  margin: 0 15px 15px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.menu_sp .menu_spIn .publication:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 11px;
  color: #999;
}
.menu_sp .menu_spIn .publication span {
  display: inline-block;
  background: #ff9b00;
  position: absolute;
  top: -13px;
  left: 5px;
  border-radius: 50px;
  width: 105px;
  height: 23px;
  margin-right: 7px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .menu_sp .menu_spIn .publication span {
    position: relative;
    top: -2px;
    left: 0;
  }
}
.menu_sp .menu_spIn .publication span:before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ff9b00;
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 12px;
  height: 10px;
}
@media only screen and (min-width:1024px) {
  .menu_sp .menu_spIn .publication span:before {
    content: none;
  }
}
.menu_sp .menuBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* contents */
@media only screen and (min-width:1024px) {
  .contents {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width:1281px) {
  .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    padding: 40px 0 60px;
  }
}

/* main */
@media only screen and (min-width:1024px) {
  .main {
    -ms-flex-preferred-size: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
  }
}

/* aside */
@media only screen and (min-width:1024px) {
  .aside {
    -ms-flex-preferred-size: 263px;
        flex-basis: 263px;
  }
}
.aside .bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
  background: #f7f7f7;
  padding: 20px 10px;
}
@media only screen and (min-width:361px) {
  .aside .bnrList {
    gap: 10px;
  }
}
@media only screen and (min-width:768px) {
  .aside .bnrList {
    padding: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .bnrList {
    gap: 16px;
    margin: 40px 0;
  }
}
@media only screen and (min-width:1281px) {
  .aside .bnrList {
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
  }
}
.aside .bnrList li {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
}
@media only screen and (min-width:768px) {
  .aside .bnrList li {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
@media only screen and (min-width:1281px) {
  .aside .bnrList li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.aside .bnrList li a {
  display: block;
}
.aside .announceArea {
  margin-bottom: 18px;
}
@media only screen and (min-width:1024px) {
  .aside .announceArea {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:1281px) {
  .aside .announceArea {
    margin-bottom: 18px;
  }
}
.aside .announceArea .title {
  background: #ebf6ff;
  border-top: 1px solid #2e97e5;
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00335d;
}
@media only screen and (min-width:768px) {
  .aside .announceArea .title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .announceArea .title {
    height: 50px;
    padding: 0 12px;
    line-height: 48px;
    font-size: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .title {
    height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 38px;
    text-align: left;
    font-size: 14px;
  }
}
.aside .announceArea .title:before {
  content: "";
  display: inline-block;
  background: url("../img/common/announce.svg") no-repeat;
  position: relative;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
@media only screen and (min-width:1024px) {
  .aside .announceArea .title:before {
    margin-right: 7px;
  }
}
.aside .announceArea .announceIn {
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .aside .announceArea .announceIn {
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .announceArea .announceIn {
    padding: 0;
  }
}
.aside .announceArea .announceList {
  margin-bottom: 10px;
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .announceList {
    margin-bottom: 5px;
  }
}
.aside .announceArea .announceList li {
  border-bottom: 1px dotted #ddd;
}
.aside .announceArea .announceList li a {
  display: block;
  position: relative;
  padding: 13px 13px 13px 0;
  line-height: 1.5;
}
.aside .announceArea .announceList li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  font-size: 12px;
  color: #999;
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .announceList li a:after {
    font-size: 10px;
  }
}
.aside .announceArea .announceList li a .date {
  margin-bottom: 2px;
  font-size: 11px;
  color: #666;
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .announceList li a .date {
    font-size: 10px;
  }
}
.aside .announceArea .announceList li a .txt {
  font-size: 14px;
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .announceList li a .txt {
    font-size: 12px;
  }
}
.aside .announceArea .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
}
@media only screen and (min-width:1281px) {
  .aside .announceArea .link {
    font-size: 11px;
  }
}
.aside .announceArea .link:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  top: -1px;
  font-size: 10px;
  color: #999;
}
.aside .newArea {
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .aside .newArea {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:1281px) {
  .aside .newArea {
    margin-bottom: 25px;
  }
}
.aside .newArea .title {
  background: #ebf6ff;
  border-top: 1px solid #2e97e5;
  height: 50px;
  line-height: 48px;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00335d;
}
@media only screen and (min-width:768px) {
  .aside .newArea .title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .newArea .title {
    height: 50px;
    padding: 0 12px;
    line-height: 48px;
    font-size: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .aside .newArea .title {
    height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 38px;
    text-align: left;
    font-size: 14px;
  }
}
.aside .newArea .title:before {
  content: "";
  display: inline-block;
  background: url("../img/common/new.svg") no-repeat;
  position: relative;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  margin-right: 3px;
}
@media only screen and (min-width:1024px) {
  .aside .newArea .title:before {
    top: 4px;
  }
}
.aside .newArea .newList {
  margin: 0 20px;
}
@media only screen and (min-width:768px) {
  .aside .newArea .newList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .newArea .newList {
    margin: 0;
  }
}
@media only screen and (min-width:1281px) {
  .aside .newArea .newList {
    display: block;
  }
}
.aside .newArea .newList li {
  border-bottom: 1px dotted #ddd;
}
@media only screen and (min-width:768px) {
  .aside .newArea .newList li {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}
.aside .newArea .newList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 13px 14px 13px 0;
  line-height: 1.5;
}
.aside .newArea .newList li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  font-size: 12px;
  color: #999;
}
@media only screen and (min-width:1281px) {
  .aside .newArea .newList li a:after {
    font-size: 10px;
  }
}
.aside .newArea .newList li a .img {
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
}
.aside .newArea .newList li a .img img {
  border: 1px solid #ddd;
}
.aside .newArea .newList li a .txt {
  -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px);
}
.aside .newArea .newList li a .txt .date {
  margin-bottom: 2px;
  font-size: 11px;
  color: #666;
}
@media only screen and (min-width:1281px) {
  .aside .newArea .newList li a .txt .date {
    font-size: 10px;
  }
}
.aside .newArea .newList li a .txt .name {
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width:1281px) {
  .aside .newArea .newList li a .txt .name {
    font-size: 12px;
  }
}
.aside .columnArea .title {
  background: #ebf6ff;
  border-top: 1px solid #2e97e5;
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00335d;
}
@media only screen and (min-width:768px) {
  .aside .columnArea .title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .columnArea .title {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .aside .columnArea .title {
    height: 40px;
    margin-bottom: 0;
    text-align: left;
    line-height: 38px;
    font-size: 14px;
  }
}
.aside .columnArea .title:before {
  content: "";
  display: inline-block;
  background: url("../img/common/column.svg") no-repeat;
  position: relative;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
@media only screen and (min-width:1024px) {
  .aside .columnArea .title:before {
    top: 5px;
    margin-right: 4px;
  }
}
.aside .columnArea .columnList {
  margin: 0 20px 25px;
}
@media only screen and (min-width:768px) {
  .aside .columnArea .columnList {
    margin: 0 40px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .aside .columnArea .columnList {
    margin: 0;
  }
}
.aside .columnArea .columnList li {
  border-bottom: 1px dotted #ddd;
}
.aside .columnArea .columnList li a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 0;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width:1281px) {
  .aside .columnArea .columnList li a {
    padding: 13px 13px 13px 0;
    font-size: 12px;
  }
}
.aside .columnArea .columnList li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  font-size: 12px;
  color: #999;
}
@media only screen and (min-width:1281px) {
  .aside .columnArea .columnList li a:after {
    font-size: 10px;
  }
}

/* footer */
.footer {
  position: relative;
  border-top: 2px solid #2e97e5;
  padding-bottom: 20px;
}
.footer .footerIn {
  padding: 12px 20px 30px;
}
@media only screen and (min-width:768px) {
  .footer .footerIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 40px 30px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerIn {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn {
    width: 1200px;
  }
}
.footer .pagetop {
  display: block;
  background: rgba(255, 255, 252, 0.8);
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  text-align: center;
  /*&:hover{
  	&:before{
  		top: 4px;
  		transition: inherit;
  	}
  }*/
}
@media only screen and (min-width:768px) {
  .footer .pagetop {
    bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    z-index: 1;
    bottom: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .pagetop {
    width: 50px;
    height: 50px;
  }
}
.footer .pagetop:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e904";
  top: 6px;
  color: #2e97e5;
  font-size: 19px;
}
@media only screen and (min-width:1281px) {
  .footer .pagetop:before {
    top: 7px;
  }
}
.footer .sitelogo {
  display: block;
  width: 140px;
  margin: 0 auto 7px;
}
@media only screen and (min-width:1024px) {
  .footer .sitelogo {
    -ms-flex-preferred-size: 146px;
        flex-basis: 146px;
    margin: 0;
  }
}
@media only screen and (min-width:768px) {
  .footer .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu {
    -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu {
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
  }
}
@media only screen and (min-width:768px) {
  .footer .footerMenu .menuSet {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuSet {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
  }
}
.footer .footerMenu .menuSet + .menuSet {
  margin-top: 22px;
}
@media only screen and (min-width:768px) {
  .footer .footerMenu .menuSet + .menuSet {
    margin-top: 0;
  }
}
.footer .footerMenu .menuSet.client .title {
  margin-bottom: 18px;
}
.footer .footerMenu .menuSet.client .linkList li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuSet.client .linkList li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
.footer .footerMenu .menuSet .title {
  background: #ebf6ff;
  height: 40px;
  margin-bottom: 12px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.footer .footerMenu .menuSet .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
}
.footer .footerMenu .menuSet .linkList li {
  -ms-flex-preferred-size: 48.3%;
      flex-basis: 48.3%;
}
.footer .footerMenu .menuSet .linkList li a {
  display: block;
  position: relative;
  padding-left: 11px;
  line-height: 1.2;
  font-size: 12px;
}
.footer .footerMenu .menuSet .linkList li a:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 2px;
  left: 0;
  color: #999;
  font-size: 10px;
}
.footer .footerMenu .menuSet .linkList li.company a:before {
  content: "\e909";
  left: -1px;
}
.footer .footerMenu .menuSet .publication {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  height: 50px;
  margin: 15px 0 13px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuSet .publication {
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuSet .publication {
    width: 340px;
    margin: 15px auto;
  }
}
.footer .footerMenu .menuSet .publication:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 11px;
  color: #999;
}
.footer .footerMenu .menuSet .publication span {
  display: inline-block;
  background: #ff9b00;
  position: absolute;
  top: -13px;
  left: 5px;
  border-radius: 50px;
  width: 105px;
  height: 23px;
  margin-right: 7px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  /*@media only screen and (min-width:1281px) {
  	position: relative;
  	top: -2px;
  	left: 0;
  }*/
}
.footer .footerMenu .menuSet .publication span:before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ff9b00;
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 12px;
  height: 10px;
  /*@media only screen and (min-width:1281px) {
  	content: none;
  }*/
}
.footer .copy {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #888;
}

/* Scss Document */
/* contents */
@media only screen and (min-width:1281px) {
  .contents {
    padding-top: 30px;
  }
}

/* bread */
.bread {
  background: #f7f7f7;
}

.breadList {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 10px;
}
@media only screen and (min-width:768px) {
  .breadList {
    width: 100%;
  }
}
@media only screen and (min-width:1024px) {
  .breadList {
    width: 900px;
    margin: 0 auto;
    padding: 5px 0;
  }
}
@media only screen and (min-width:1281px) {
  .breadList {
    width: 1200px;
  }
}
.breadList li {
  display: inline;
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .breadList li {
    font-size: 13px;
  }
}
.breadList li + li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  top: -1px;
  margin: 0 3px 0 0;
  font-size: 10px;
  color: #aaa;
}
@media only screen and (min-width:1024px) {
  .breadList li + li:before {
    margin: 0 5px;
  }
}
.breadList li a {
  text-decoration: underline;
}

.cntTitle {
  background: #2e97e5;
  margin-bottom: 18px;
  padding: 13px;
  line-height: 1.3;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width:768px) {
  .cntTitle {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:1024px) {
  .cntTitle {
    margin-bottom: 18px;
    font-size: 20px;
  }
}

/* info */
.info {
  border: 1px solid #ddd;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .info {
    border-left: none;
    border-right: none;
  }
}
.info tr:last-of-type td {
  border-bottom: none;
}
.info th {
  display: block;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 11px;
  text-align: left;
  line-height: 1.3;
  font-size: 13px;
}
@media only screen and (min-width:768px) {
  .info th {
    display: table-cell;
    padding: 14px;
  }
}
.info td {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 11px;
  line-height: 1.4;
  font-size: 13px;
}
@media only screen and (min-width:768px) {
  .info td {
    display: table-cell;
    padding: 14px;
  }
}
.info td span {
  display: inline-block;
}
.info td span + span:before {
  content: "/";
  margin: 0 3px;
  color: #ccc;
}
.info td a {
  position: relative;
  text-decoration: underline;
  padding-left: 12px;
}
.info td a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e909";
  position: absolute;
  top: 4px;
  left: 0;
  text-decoration: none;
  font-size: 10px;
  color: #999;
}

/* Scss Document */
/* common */
.cnt + .cnt {
  margin-top: 25px;
}
@media only screen and (min-width:768px) {
  .cnt + .cnt {
    margin-top: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt + .cnt {
    margin-top: 50px;
  }
}

.infoSet {
  border: 2px solid #ebf6ff;
  border-radius: 10px;
  margin: 0 20px;
}
@media only screen and (min-width:768px) {
  .infoSet {
    margin: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .infoSet {
    margin: 0;
  }
}
.infoSet + .infoSet {
  margin-top: 12px;
}
@media only screen and (min-width:1024px) {
  .infoSet + .infoSet {
    margin-top: 15px;
  }
}
.infoSet dt {
  background: #ebf6ff;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #00335d;
}
.infoSet dd {
  padding: 15px;
}
@media only screen and (min-width:361px) {
  .infoSet dd {
    padding: 17px;
  }
}
@media only screen and (min-width:1024px) {
  .infoSet dd {
    padding: 20px;
  }
}
.infoSet dd .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.infoSet dd .list li {
  position: relative;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-left: 9px;
  line-height: 1.2;
  font-size: 12px;
}
@media only screen and (min-width:361px) {
  .infoSet dd .list li {
    font-size: 13px;
  }
}
@media only screen and (min-width:768px) {
  .infoSet dd .list li {
    -ms-flex-preferred-size: calc((100% - 30px) / 4);
        flex-basis: calc((100% - 30px) / 4);
  }
}
@media only screen and (min-width:1024px) {
  .infoSet dd .list li {
    -ms-flex-preferred-size: calc((100% - 50px) / 6);
        flex-basis: calc((100% - 50px) / 6);
  }
}
.infoSet dd .list li:before {
  content: "";
  display: block;
  background: #2e97e5;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.infoSet dd .list.obsession {
  gap: 9px;
}
@media only screen and (min-width:361px) {
  .infoSet dd .list.obsession {
    gap: 10px;
  }
}
.infoSet dd .list.obsession li {
  padding-left: 18px;
  letter-spacing: 0;
}
.infoSet dd .list.obsession li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  background: none;
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
}
.infoSet dd .list.obsession li.sun:before {
  content: "\e918";
  top: -1px;
  color: #e8372f;
  font-size: 15px;
}
.infoSet dd .list.obsession li.free:before {
  content: "\e917";
  top: -1px;
  color: #2e97e5;
  font-size: 16px;
}
.infoSet dd .list.obsession li.private:before {
  content: "\e916";
  top: -1px;
  color: #ffcc5c;
  font-size: 14px;
}
.infoSet dd .list.obsession li.daycare:before {
  content: "\e915";
  top: -1px;
  color: #ff96e3;
  font-size: 15px;
}
.infoSet dd .list.obsession li.parking:before {
  content: "\e914";
  top: -1px;
  color: #53a55a;
  font-size: 15px;
}
.infoSet dd .list.obsession li.pay:before {
  content: "\e913";
  top: 1px;
  left: 2px;
  color: #ff8033;
  font-size: 13px;
}
.infoSet dd .list.obsession li.card:before {
  content: "\e912";
  color: #005fa6;
  font-size: 14px;
}
.infoSet dd .list.obsession li.emergency:before {
  content: "\e911";
  color: #747474;
  font-size: 14px;
}
.infoSet dd .list.obsession li.visit:before {
  content: "\e910";
  top: -1px;
  color: #8f5d22;
  font-size: 15px;
}
.infoSet dd .list.obsession li.analgesic:before {
  content: "\e90f";
  color: #77c1fe;
  font-size: 15px;
}
.infoSet dd .list.obsession li.maternity:before {
  content: "\e90e";
  top: -3px;
  left: -1px;
  color: #fb628e;
  font-size: 17px;
}
.infoSet dd .list.obsession li.other:before {
  content: "\e90d";
  top: -2px;
  color: #ffcc5c;
  font-size: 15px;
}

.table {
  border: 1px solid #ddd;
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .table {
    border: none;
  }
}
.table tr:first-child th {
  border-top: none;
}
@media only screen and (min-width:1024px) {
  .table tr:first-child th {
    border: 1px solid #ddd;
  }
}
.table th {
  display: block;
  background: #ebf6ff;
  border-top: 1px dotted #ddd;
  padding: 15px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .table th {
    display: table-cell;
    border: 1px solid #ddd;
    width: 23%;
    padding: 14px;
    font-size: 14px;
  }
}
.table td {
  display: block;
  padding: 15px;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .table td {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 14px;
    font-size: 14px;
  }
}

/* keyinfoArea */
.keyinfoArea {
  margin: 20px;
}
@media only screen and (min-width:768px) {
  .keyinfoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .keyinfoArea {
    margin: 0 0 30px;
  }
}
.keyinfoArea .keyinfo {
  -ms-flex-preferred-size: calc(100% - 260px);
      flex-basis: calc(100% - 260px);
  margin-bottom: 13px;
}
@media only screen and (min-width:768px) {
  .keyinfoArea .keyinfo {
    margin-bottom: 0;
  }
}
.keyinfoArea .keyinfo .clinicName {
  margin-bottom: 13px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #2e97e5;
}
@media only screen and (min-width:1024px) {
  .keyinfoArea .keyinfo .clinicName {
    font-size: 25px;
  }
}
.keyinfoArea .keyinfo .infoList li {
  position: relative;
  padding-left: 16px;
  line-height: 1.3;
  font-size: 12px;
}
.keyinfoArea .keyinfo .infoList li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  color: #2e97e5;
  font-size: 14px;
}
.keyinfoArea .keyinfo .infoList li + li {
  margin-top: 5px;
}
@media only screen and (min-width:1024px) {
  .keyinfoArea .keyinfo .infoList li + li {
    margin-top: 7px;
  }
}
.keyinfoArea .keyinfo .infoList li.access:before {
  content: "\e90c";
}
.keyinfoArea .keyinfo .infoList li.address:before {
  content: "\e90b";
}
.keyinfoArea .tel {
  display: block;
  border: 3px solid #ebf6ff;
  border-radius: 6px;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  padding: 6px;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (min-width:1024px) {
  .keyinfoArea .tel {
    pointer-events: none;
    padding: 10px;
    line-height: inherit;
  }
}
.keyinfoArea .tel .caption {
  font-size: 12px;
}
.keyinfoArea .tel .num {
  font-size: 18px;
  font-weight: bold;
  color: #2e97e5;
}
@media only screen and (min-width:1024px) {
  .keyinfoArea .tel .num {
    pointer-events: none;
  }
}
.keyinfoArea .tel .num:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
}

/* tab */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-bottom: 2px solid #86cbff;
  margin-bottom: 1px;
  padding: 0 10px;
}
@media only screen and (min-width:768px) {
  .tab {
    padding: 0 20px;
  }
}
@media only screen and (min-width:1024px) {
  .tab {
    margin-bottom: 20px;
    padding: 0;
  }
}
.tab li {
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
      flex-basis: calc((100% - 20px) / 3);
}
@media only screen and (min-width:768px) {
  .tab li {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}
.tab li a {
  display: block;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.tab li.now a {
  background: #86cbff;
  border: 1px solid #6cc0ff;
  border-bottom: none;
  color: #fff;
}

/* aboutCnt */
.aboutCnt .aboutIn {
  padding: 0 20px 20px;
}
@media only screen and (min-width:768px) {
  .aboutCnt .aboutIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 20px;
  }
}
@media only screen and (min-width:1024px) {
  .aboutCnt .aboutIn {
    padding: 0 0 20px;
  }
}
.aboutCnt .aboutIn .txt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .aboutCnt .aboutIn .txt {
    -ms-flex-preferred-size: calc(100% - 210px);
        flex-basis: calc(100% - 210px);
  }
}
@media only screen and (min-width:1024px) {
  .aboutCnt .aboutIn .txt {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.aboutCnt .aboutIn .img {
  width: 190px;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .aboutCnt .aboutIn .img {
    margin: 0;
  }
}

/* officeCnt */
.officeCnt .officeList {
  margin: 0 20px;
}
@media only screen and (min-width:768px) {
  .officeCnt .officeList {
    margin: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .officeCnt .officeList {
    margin: 0;
  }
}
@media only screen and (min-width:768px) {
  .officeCnt .officeList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.officeCnt .officeList li + li {
  border-top: 1px dotted #ddd;
  margin-top: 12px;
  padding-top: 15px;
}
.officeCnt .officeList li .img {
  width: 190px;
  margin: 0 auto 10px;
}
@media only screen and (min-width:768px) {
  .officeCnt .officeList li .img {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    margin: 0;
  }
}
@media only screen and (min-width:768px) {
  .officeCnt .officeList li .txtSet {
    -ms-flex-preferred-size: calc(100% - 185px);
        flex-basis: calc(100% - 185px);
  }
}
.officeCnt .officeList li .txtSet .caption {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: bold;
  color: #2e97e5;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .officeCnt .officeList li .txtSet .caption {
    font-size: 15px;
  }
}
.officeCnt .officeList li .txtSet .txt {
  line-height: 1.4;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .officeCnt .officeList li .txtSet .txt {
    font-size: 14px;
  }
}

/* profileCnt */
.profileCnt .profileIn {
  margin-bottom: 15px;
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .profileCnt .profileIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .profileCnt .profileIn {
    padding: 0;
  }
}
.profileCnt .img {
  width: 150px;
  margin: 0 auto 15px;
}
@media only screen and (min-width:768px) {
  .profileCnt .img {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    margin: 0;
  }
}
@media only screen and (min-width:768px) {
  .profileCnt .info {
    -ms-flex-preferred-size: calc(100% - 170px);
        flex-basis: calc(100% - 170px);
  }
}
.profileCnt .info th {
  text-align: left;
}
@media only screen and (min-width:768px) {
  .profileCnt .info th {
    width: 120px;
  }
}
@media only screen and (min-width:1024px) {
  .profileCnt .info th {
    width: 130px;
  }
}
.profileCnt .infoSet {
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .profileCnt .infoSet {
    margin-bottom: 20px;
  }
}
.profileCnt .infoSet dd .list li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width:1024px) {
  .profileCnt .infoSet dd .list li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.profileCnt .comment {
  border: 2px solid #2e97e5;
  border-radius: 13px;
  margin: 0 20px;
  padding: 15px;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (min-width:361px) {
  .profileCnt .comment {
    padding: 20px;
  }
}
@media only screen and (min-width:768px) {
  .profileCnt .comment {
    margin: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .profileCnt .comment {
    margin: 0;
    padding: 22px 25px;
  }
}

/* basicCnt */
.basicCnt .basicCntIn {
  padding: 0 20px 25px;
}
@media only screen and (min-width:768px) {
  .basicCnt .basicCntIn {
    padding: 0 40px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .basicCnt .basicCntIn {
    padding: 0;
  }
}
.basicCnt .map {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .basicCnt .map {
    margin-bottom: 20px;
  }
}
.basicCnt .map iframe {
  display: block;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width:361px) {
  .basicCnt .map iframe {
    height: 240px;
  }
}
@media only screen and (min-width:768px) {
  .basicCnt .map iframe {
    height: 280px;
  }
}
@media only screen and (min-width:1024px) {
  .basicCnt .map iframe {
    height: 350px;
  }
}
@media only screen and (min-width:768px) {
  .basicCnt .info th {
    width: 100px;
  }
}
.basicCnt .time {
  margin-bottom: 10px;
}
.basicCnt .time li {
  line-height: 1.2;
}
.basicCnt .time li + li {
  margin-top: 5px;
}
.basicCnt .hours {
  border: 1px solid #ddd;
  width: 100%;
}
.basicCnt .hours th {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.basicCnt .hours th.time {
  width: 162px;
}
.basicCnt .hours th.remark {
  width: 200px;
}
.basicCnt .hours th.sat {
  background: #ebf6ff;
}
.basicCnt .hours th.sun {
  background: #f8e2dc;
}
.basicCnt .hours td {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.basicCnt .hours td.time {
  text-align: left;
}
.basicCnt .hours td.remark {
  text-align: left;
}

/* overviewCnt */
.overviewCnt .overviewIn {
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .overviewCnt .overviewIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .overviewCnt .overviewIn {
    padding: 0;
  }
}
.overviewCnt .overviewIn .txt {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .overviewCnt .overviewIn .txt {
    -ms-flex-preferred-size: calc(100% - 210px);
        flex-basis: calc(100% - 210px);
  }
}
@media only screen and (min-width:1024px) {
  .overviewCnt .overviewIn .txt {
    font-size: 15px;
  }
}
@media only screen and (min-width:768px) {
  .overviewCnt .overviewIn .txt.all {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.overviewCnt .overviewIn .img {
  width: 190px;
  margin: 0 auto 10px;
}
@media only screen and (min-width:768px) {
  .overviewCnt .overviewIn .img {
    margin: 0;
  }
}
.overviewCnt:last-of-type .overviewIn {
  padding: 0 20px 25px;
}
@media only screen and (min-width:768px) {
  .overviewCnt:last-of-type .overviewIn {
    padding: 0 40px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .overviewCnt:last-of-type .overviewIn {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .overviewCnt:last-of-type .overviewIn {
    margin-bottom: 0;
  }
}

/* contactCnt */
.contactCnt .contactIn {
  padding: 0 20px 25px;
}
@media only screen and (min-width:768px) {
  .contactCnt .contactIn {
    padding: 0 40px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .contactCnt .contactIn {
    padding: 0;
  }
}
.contactCnt .info th .must {
  background: #f5574f;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 30px;
  height: 16px;
  margin-left: 5px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
.contactCnt .info td .input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .contactCnt .info td .input {
    font-size: 15px;
  }
}
.contactCnt .info td textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .contactCnt .info td textarea {
    height: 200px;
    font-size: 15px;
  }
}
.contactCnt .btnList {
  margin-top: 20px;
}
.contactCnt .btnList li + li {
  margin-top: 15px;
}
.contactCnt .btnList li .btn {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
}
.contactCnt .btnList li .btn.confirm {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: -webkit-gradient(linear, left top, right top, from(#ff920a), to(#ffbb02));
  background: linear-gradient(to right, #ff920a 0%, #ffbb02 100%);
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.contactCnt .btnList li .btn.confirm:before {
  pointer-events: none;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e900";
  z-index: 1;
  top: -2px;
  left: 0;
  margin-right: 3px;
  font-size: 18px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .contactCnt .btnList li .btn.confirm:before {
    top: -2px;
    font-size: 19px;
  }
}
.contactCnt .btnList li .btn.confirm:before {
  content: none;
}
.contactCnt .btnList li .btn.confirm:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  right: 8px;
  color: #fff;
  font-size: 12px;
}
.contactCnt .btnList li .btn.reset {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  height: 45px;
  line-height: 43px;
  font-size: 13px;
}
.contactCnt .btnList li .btn.reset:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  right: 8px;
  color: #2e97e5;
  font-size: 12px;
}
.contactCnt .btnList li .btn.reset:after {
  content: none;
}