@charset "UTF-8";
.underNone {
  text-decoration: none;
}

.underNone:hover {
  text-decoration: underline;
}

.header-inner, .contentsWrap, .footer-inner {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px clamp(20px, 6vw, 64px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mainContents, .subContents {
  margin-top: 4px;
  margin-bottom: 20px;
}

@media (min-width: 1040px) {
  /*コンテンツとサイドバーを横に並べる*/
  .contentsWrap:after {
    display: block;
    clear: both;
    content: "";
  }
  .mainContents {
    float: left;
    width: 66%;
    margin-right: 2%;
  }
  .subContents {
    float: left;
    width: 32%;
  }
}
@media (max-width: 599px) {
  .newsBlock .news img {
    width: 85px;
    height: 150px;
  }
  header img {
    width: 100%;
    height: 150px;
  }
  .globalNavi ul {
    font-size: 1.1rem;
  }
}
@media (min-width: 600px) {
  .newsBlock .news img {
    width: auto;
    height: auto;
  }
}
/*Image Hover*/
a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

img.b,
.b {
  display: block;
}

img.auto {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
  height: auto;
}

.fR {
  float: right;
  _display: inline;
}

.fL {
  float: left;
  _display: inline;
}

.iL {
  float: left;
  display: inline;
  margin: 0 10px 5px 0;
}

.iR {
  float: right;
  display: inline;
  margin: 0 0 5px 10px;
}

.clear {
  clear: both;
  font: 1px/1px monospace;
}

.aR {
  text-align: right !important;
}

.aC {
  text-align: center !important;
}

.aL {
  text-align: left !important;
}

.vT {
  vertical-align: top !important;
}

.vM {
  vertical-align: middle !important;
}

.vB {
  vertical-align: bottom !important;
}

.hidden {
  display: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* Reset
------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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, font, 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,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

/* Basic elements
------------------------------------------------------------------*/
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  /* IE7 Resize with html */
}

strong {
  font-weight: bold;
  color: #328bda;
}

em {
  font-weight: bold;
}

b {
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

ul li, ol li {
  margin-bottom: 1em !important;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dl dt {
  margin: 0;
  font-weight: bold;
}

dl dt a {
  font-weight: bold;
}

dl dd {
  margin-bottom: 1em;
}

hr {
  border-color: #ccc;
  border-style: dotted;
  border-width: 1px 0 0 0;
  height: 1px;
  margin: 15px 0;
}

hr.solid {
  border-style: solid;
  border-color: #ccc;
}

hr.dotted {
  border-style: dotted;
  border-color: #ccc;
}

hr.trans {
  border-color: transparent;
  margin: 35px 0;
}

.vT {
  vertical-align: top;
}

.vM {
  vertical-align: middle;
}

.vB {
  vertical-align: bottom;
}

.oH {
  overflow: hidden !important;
}

.oV {
  overflow: visible !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

select, input, button, textarea {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

blockquote, pre, dl, ol, ul, th, td {
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
}

p {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}

ul, ol, dl {
  list-style-position: outside;
  font-size: 15px;
  font-size: 1.5rem;
}

.supp {
  font-size: 10px;
  font-size: 1rem;
}

blockquote p, pre p, dl p, ol p, ul p, th p, td p, dd p, dt p {
  font-size: 15px;
  font-size: 1.5rem;
}

/* Base Link
------------------------------------------------------------------*/
a {
  color: #328bda;
  text-decoration: underline;
}

a:hover {
  color: #328bda;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

a.uNone {
  text-decoration: none !important;
}

a.uLine {
  text-decoration: underline !important;
}

/* Font
------------------------------------------------------------------*/
/* type */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: bold;
}

h1.type-A, h2.type-A, h3.type-A, h4.type-A, h5.type-A, h6.type-A {
  background: #eef4fb;
  border: none;
  border-left: 5px solid #328bda;
  border-bottom: 1px solid #ddd;
  color: #1f6fb2;
  font-size: 19px;
  font-size: 1.9rem;
  width: auto;
  line-height: 1.3;
  padding: 12px 16px;
  margin-bottom: 20px;
}

article.page .content > *:first-child,
article.page .content > div:first-child > :first-child {
  margin-top: 0;
}

h1.type-B, h2.type-B, h3.type-B, h4.type-B, h5.type-B, h6.type-B {
  border-left: 4px solid #328bda;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3px 0 3px 12px;
  margin-bottom: 14px;
}

h1.type-B span, h2.type-B span, h3.type-B span, h4.type-B span, h5.type-B span, h6.type-B span {
  display: inline;
  padding: 0;
  font-weight: bold;
}

h1.type-C, h2.type-C, h3.type-C, h4.type-C, h5.type-C, h6.type-C {
  background: none;
  border: none;
  border-left: 4px solid #328bda;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 0 3px 10px;
  margin-bottom: 10px;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size: 22px;
  font-size: 2.2rem;
}

h1.title span, h2.title span, h3.title span, h4.title span, h5.title span, h6.title span {
  background-position: left 14px;
}

/* UL, OL, DL
------------------------------------------------------------------*/
ul.notes li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.disc li,
ol.disc li {
  list-style-type: disc;
}

ul.circle li,
ol.circle li {
  list-style-type: circle;
}

ul.decimal li,
ol.decimal li {
  list-style-type: decimal;
}

dl.type-A:last-child {
  margin-bottom: 0;
}

table tr.aC th,
table tr.aC td {
  text-align: center;
}

table th,
table td {
  vertical-align: top;
  text-align: left;
}

table.type-A {
  width: 100%;
  margin: 0 0 0px 0;
  border: 1px solid #ccc;
}

table.type-A th,
table.type-A td {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  line-height: 1.7;
  padding: 15px 10px;
}

table.type-A thead th {
  font-weight: bold;
  background-color: #79aae7;
  color: #fff;
}

table.type-A tbody th {
  white-space: nowrap;
  font-weight: bold;
}

.inner {
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.inner:before, .inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.inner:after {
  clear: both;
}

.globalHeader {
  background: #fff;
}

.globalHeader__bar {
  border-bottom: 1px solid #ddd;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-title {
  flex: 0 0 auto;
  text-align: left;
}

.siteLogo {
  margin: 0;
  line-height: 1;
}

.siteLogo a {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.siteLogo a:hover {
  opacity: 0.85;
}

.siteLogo__sub {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #666;
}

.siteLogo__name {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1a1a1a;
}

.description {
  margin: 6px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #666;
}

.globalNavi {
  flex: 1 1 auto;
}

.globalNavi ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
}

.globalNavi ul li {
  margin: 0;
}

.globalNavi ul li a {
  display: block;
  padding: 13px 16px;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.globalNavi ul li a:hover {
  color: #328bda;
  background-color: rgba(50, 139, 218, 0.08);
}

.globalNavi ul li.current-menu-item > a,
.globalNavi ul li.current_page_item > a {
  color: #328bda;
}

.globalNavi ul li a:hover img {
  opacity: 0.8;
}

.header-img {
  max-width: 1120px;
  margin: 10px auto 0;
  padding: 0 clamp(20px, 6vw, 64px);
  box-sizing: border-box;
}

.header-img img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 45%;
}

@media (max-width: 768px) {
  .header-img img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .header-img img {
    height: 150px;
  }
}
.home .globalHeader__bar {
  border-bottom: none;
}

.home .header-img {
  margin-top: 0;
}

.globalFooter .pageTop {
  border-bottom: 1px solid #ddd;
  margin: 75px 0 15px 0;
}

.globalFooter .pageTop p {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  text-align: right;
  margin-bottom: 15px;
}

.globalFooter .pageTop p:before, .globalFooter .pageTop p:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .pageTop p:after {
  clear: both;
}

.globalFooter .pageTop p a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.globalFooter .footNavi {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin-bottom: 20px;
}

.globalFooter .footNavi:before, .globalFooter .footNavi:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .footNavi:after {
  clear: both;
}

.globalFooter .footNavi ul {
  *zoom: 1;
}

.globalFooter .footNavi ul:before, .globalFooter .footNavi ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .footNavi ul:after {
  clear: both;
}

.globalFooter .footNavi ul li {
  float: left;
  padding-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.globalFooter .footNavi ul li a {
  margin-right: 20px;
}

.globalFooter .inner {
  padding: 20px 0;
}

.globalFooter .inner .address {
  float: left;
  width: auto;
}

.globalFooter .inner .address dt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.2em;
}

.globalFooter .inner .address dd {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}

.globalFooter .inner small {
  float: right;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
}

.contentsWrap {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 5px auto;
}

.contentsWrap:before, .contentsWrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.contentsWrap .mainContents.oneColumn {
  float: none;
  width: 100%;
  margin-top: 4px;
}

article.page {
  max-width: none;
  margin: 0;
}

article.page .content {
  max-width: 820px;
  margin: 0;
}

.contentsWrap .subContents .wrapper {
  background-color: transparent;
  padding: 0;
}

.contentsWrap .subContents p.bnr a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

article.content {
  *zoom: 1;
  padding: 25px 0;
}

article.content:before, article.content:after {
  display: table;
  content: "";
  line-height: 0;
}

article.content:after {
  clear: both;
}

body.home .contentsWrap {
  margin-top: 20px;
}

select option {
  padding-right: 15px;
}

* html select option {
  padding-right: 0;
  _padding-right: 15px;
}

label {
  cursor: pointer;
}

fieldset {
  border: none;
}

input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px;
}

input.err {
  border: 3px solid #00bbcc !important;
}

textarea.textarea {
  width: 100%;
  height: 80px;
  padding: 8px 5px;
}

.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  width: auto;
}

.button:hover {
  color: #fff;
}

.button:hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.button.type01 {
  background-color: #e5007f;
}

.button.type02 {
  background-color: #ef9d27;
}

a.button {
  line-height: 1;
  text-align: center;
  display: block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
}

.block {
  margin-bottom: 35px;
}

article.page .content {
  *zoom: 1;
}

article.page .content:before, article.page .content:after {
  display: table;
  content: "";
  line-height: 0;
}

article.page .content:after {
  clear: both;
}

article.page .plan {
  *zoom: 1;
  margin-bottom: 1em;
}

article.page .plan:before, article.page .plan:after {
  display: table;
  content: "";
  line-height: 0;
}

article.page .plan:after {
  clear: both;
}

article.page .plan .left {
  width: auto;
  float: left;
}

article.page .plan .right {
  float: right;
  width: auto;
}

article.page .plan dl {
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0 !important;
  padding: 7px 0;
}

article.page .plan dl:before, article.page .plan dl:after {
  display: table;
  content: "";
  line-height: 0;
}

article.page .plan dl:after {
  clear: both;
}

article.page .plan dl dt {
  border-left: 3px solid #328bda;
  padding-left: 8px;
  float: left;
  width: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

article.page .plan dl dd {
  float: left;
  margin-bottom: 0;
  width: auto;
}

article.page .plan dl dd em {
  color: #f92c1c;
}

article.entry {
  margin: 0px 0;
}

article.entry .entryInfo {
  *zoom: 1;
  margin: 10px 0;
}

article.entry .entryInfo:before, article.entry .entryInfo:after {
  display: table;
  content: "";
  line-height: 0;
}

article.entry .entryInfo:after {
  clear: both;
}

article.entry .entryInfo .categories {
  float: left;
}

article.entry .entryInfo .categories ul {
  *zoom: 1;
}

article.entry .entryInfo .categories ul:before, article.entry .entryInfo .categories ul:after {
  display: table;
  content: "";
  line-height: 0;
}

article.entry .entryInfo .categories ul:after {
  clear: both;
}

article.entry .entryInfo .categories ul li {
  float: left;
  background-color: #53c2c5;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
}

article.entry .entryInfo .categories ul li a {
  color: #fff;
  text-decoration: none;
}

article.entry .entryInfo .categories ul li a:hover {
  text-decoration: underline;
}

article.entry .entryInfo time {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
}

article.entry .entryInfo .weather {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: bold;
  color: #328bda;
  border: 2px dotted #c6daf7;
}

article.entry .content {
  margin-bottom: 30px;
}

article.entry .content h1:first-child, article.entry .content h2:first-child, article.entry .content h3:first-child, article.entry .content h4:first-child {
  margin-top: 0;
}

article.entry .content h1 {
  border-left: 5px solid #328bda;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 0 5px 15px;
  margin-top: 2em;
  margin-bottom: 1em;
}

article.entry .content h2 {
  border-left: 2px solid #328bda;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 0 3px 18px;
  margin-top: 2em;
  margin-bottom: 1em;
}

article.entry .content h3 {
  color: #328bda;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  margin-top: 2em;
}

article.entry .content ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  margin-bottom: 0.3em !important;
}

article.entry {
  *zoom: 1;
  border: none;
}

article.entry:before, article.entry:after {
  display: table;
  content: "";
  line-height: 0;
}

article.entry:after {
  clear: both;
}

article.entry figure {
  float: left;
  width: auto;
  margin: 10px 20px;
}

article.entry figure img {
  display: block;
}

article.entry .text {
  float: right;
  width: auto;
  margin: 20px 20px 10px 0px;
}

article.entry .postNavi {
  padding-top: 25px;
  *zoom: 1;
}

article.entry .postNavi:before, article.entry .postNavi:after {
  display: table;
  content: "";
  line-height: 0;
}

article.entry .postNavi:after {
  clear: both;
}

article.entry .postNavi span {
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
}

article.entry .postNavi span.prev {
  position: relative;
  float: left;
  padding-left: 14px;
}

article.entry .postNavi span.next {
  position: relative;
  float: right;
  padding-right: 14px;
  text-align: right;
}

article.entry .postNavi span.prev:empty,
article.entry .postNavi span.next:empty {
  display: none;
}

.subContents .recentEntries,
.subContents .recentCategories,
.subContents .recentArchives {
  margin-bottom: 30px;
}

.subContents .recentEntries:last-child,
.subContents .recentCategories:last-child,
.subContents .recentArchives:last-child {
  margin-bottom: 0;
}

.subContents .entries {
  background: none;
  border-bottom: 1px solid #ccc;
}

.subContents .entries .entry {
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.subContents .entries .entry:before, .subContents .entries .entry:after {
  display: table;
  content: "";
  line-height: 0;
}

.subContents .entries .entry:after {
  clear: both;
}

.subContents .entries .entry:last-child {
  border-bottom: none;
}

.subContents .entries .entry:hover {
  background-color: #f8fcff;
}

.subContents .entries .entry a {
  display: table;
  width: 100%;
  text-decoration: none;
}

.subContents .entries .entry a .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
}

.subContents .entries .entry a .text time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.subContents .entries .entry a .text .title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.subContents .entries .entry a figure {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 10px;
}

.subContents .entries .entry a figure img {
  display: block;
}

.subContents .entries .entry a:hover .title {
  text-decoration: underline;
}

.subContents .entries .entry a:hover figure img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.subContents .categories,
.subContents .archives {
  background: none;
  border-bottom: 1px solid #ccc;
}

.subContents .categories li,
.subContents .archives li {
  position: relative;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0 !important;
  padding: 20px 10px 20px 30px;
}

.subContents .categories li:last-child,
.subContents .archives li:last-child {
  border-bottom: none;
}

.subContents .categories li:hover,
.subContents .archives li:hover {
  background-color: #f8fcff;
}

.subContents .categories li a,
.subContents .archives li a {
  color: #328bda;
}

.subContents .socialBanners {
  margin-top: 20px;
}

.subContents .socialBanners .banners ul li {
  margin-bottom: 10px;
}

.subContents .socialBanners .banners ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.subContents .socialBanners .banners ul li img {
  display: block;
}

.newsBlock h1 {
  margin-bottom: 0;
}

.newsBlock__more {
  margin: 16px 0 0;
  text-align: right;
}

.newsBlock__more a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #328bda;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

.newsBlock__more a:hover {
  text-decoration: underline;
}

.newsBlock__more a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.newsBlock .news {
  border-bottom: 1px dotted #ccc;
  padding: 25px 0;
  *zoom: 1;
}

.newsBlock .news:before, .newsBlock .news:after {
  display: table;
  content: "";
  line-height: 0;
}

.newsBlock .news:after {
  clear: both;
}

.newsBlock .news .text {
  float: right;
  width: 70%;
}

.newsBlock .news .text .entryInfo {
  *zoom: 1;
  margin: 10px 0 0;
}

.newsBlock .news .text .entryInfo:before, .newsBlock .news .text .entryInfo:after {
  display: table;
  content: "";
  line-height: 0;
}

.newsBlock .news .text .entryInfo:after {
  clear: both;
}

.newsBlock .news .text .entryInfo .categories {
  float: left;
}

.newsBlock .news .text .entryInfo .categories ul {
  *zoom: 1;
}

.newsBlock .news .text .entryInfo .categories ul:before, .newsBlock .news .text .entryInfo .categories ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.newsBlock .news .text .entryInfo .categories ul:after {
  clear: both;
}

.newsBlock .news .text .entryInfo .categories ul li {
  float: left;
  background-color: #53c2c5;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
}

.newsBlock .news .text .entryInfo .categories ul li a {
  color: #fff;
  text-decoration: none;
}

.newsBlock .news .text .entryInfo .categories ul li a:hover {
  text-decoration: underline;
}

.newsBlock .news .text .entryInfo time {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-right: 10px;
}

.newsBlock .news .text .entryInfo figure.author {
  *zoom: 1;
  float: none;
  width: auto;
}

.newsBlock .news .text .entryInfo figure.author:before, .newsBlock .news .text .entryInfo figure.author:after {
  display: table;
  content: "";
  line-height: 0;
}

.newsBlock .news .text .entryInfo figure.author:after {
  clear: both;
}

.newsBlock .news .text .entryInfo figure.author img {
  margin-right: 5px;
  vertical-align: middle;
  display: inline;
}

.newsBlock .news .text .entryInfo figure.author figcaption {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsBlock .news .text h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.newsBlock .news .text h1 a {
  color: #333;
}

.newsBlock .news .text h1 a:hover {
  text-decoration: none;
}

.newsBlock .news .text p {
  display: inline;
}

.newsBlock .news .text p a {
  color: #328bda;
}

.newsBlock .news figure {
  float: left;
  width: 30%;
}

.newsBlock .news figure a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

@media (max-width: 768px) {
  .newsBlock .news {
    display: flex;
    gap: 12px;
    padding: 16px 0;
  }
  .newsBlock .news figure {
    order: -1;
    float: none;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    margin: 0;
  }
  .newsBlock .news figure a,
  .newsBlock .news figure img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .newsBlock .news figure img {
    object-fit: cover;
    border-radius: 4px;
  }
  .newsBlock .news .text {
    float: none;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .newsBlock .news .text .entryInfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 2px;
  }
  .newsBlock .news .text .entryInfo::before,
  .newsBlock .news .text .entryInfo::after {
    display: none;
  }
  .newsBlock .news .text .entryInfo .categories,
  .newsBlock .news .text .entryInfo time {
    float: none;
  }
  .newsBlock .news .text .entryInfo .categories ul li {
    margin-right: 0;
  }
  .newsBlock .news .text .entryInfo time {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .newsBlock .news .text h1 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 4px 0 4px;
  }
  .newsBlock .news .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.planBlock h1.type-B {
  margin-bottom: 0;
}

.planBlock .plans .plan {
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 25px 0;
}

.planBlock .plans .plan:before, .planBlock .plans .plan:after {
  display: table;
  content: "";
  line-height: 0;
}

.planBlock .plans .plan:after {
  clear: both;
}

.planBlock .plans .plan:hover {
  background-color: #f8fcff;
}

.planBlock .plans .plan a {
  color: #333;
}

.planBlock .plans .plan a .text {
  float: right;
  width: auto;
}

.planBlock .plans .plan a .text .price {
  color: #f92c1c;
  margin-bottom: 0.5em;
}

.planBlock .plans .plan a .text .summary {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.planBlock .plans .plan a figure {
  float: left;
  width: auto;
}

.planBlock .plans .plan a figure img {
  display: block;
}

.planBlock .plans .plan a:hover .name {
  text-decoration: underline;
}

.planBlock .plans .plan a:hover figure img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.breadcrumbs {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0;
  margin-bottom: 5px !important;
  *zoom: 1;
  color: #999;
}

.breadcrumbs:before, .breadcrumbs:after {
  display: table;
  content: "";
  line-height: 0;
}

.breadcrumbs:after {
  clear: both;
}

.breadcrumbs:before, .breadcrumbs:after {
  display: table;
  content: "";
  line-height: 0;
}

.breadcrumbs:after {
  clear: both;
}

.breadcrumbs span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.breadcrumbs span:last-child {
  background: none;
}

.breadcrumbs span a {
  color: #999;
}

.wp-pagenavi {
  margin-top: 25px;
}

#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #aaa;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  background: #8b8b8b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a, .pagination li > span {
  font-size: 0.9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li > span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.globalFooter {
  background: #4682b4;
  color: #fafafa;
}

h4 {
  font-size: 16px;
}

@media (min-width: 600px) {
  .newsBlock .news img {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 768px) {
  .singlePagecontentsWrap:after {
    display: block;
    clear: both;
    content: "";
  }
  .singlePagemainContents {
    float: left;
    width: 70%;
    margin-right: 5%;
  }
  .singlePagesubContents {
    float: left;
    width: 25%;
  }
}
.singlePagecontentsWrap {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px clamp(20px, 6vw, 64px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.singlePagemainContents, .singlePagesubContents {
  margin-top: 4px;
  margin-bottom: 20px;
}

.singlePagecontentsWrap {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 0 auto;
}

.singlePagecontentsWrap:before, .singlePagecontentsWrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.singlePagecontentsWrap .singlePagesubContents .wrapper {
  background-color: transparent;
  padding: 0;
}

.singlePagecontentsWrap .singlePagesubContents p.bnr a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.subContents .recentEntries,
.subContents .recentCategories,
.subContents .recentArchives {
  margin-bottom: 30px;
}

.subContents .recentEntries:last-child,
.subContents .recentCategories:last-child,
.subContents .recentArchives:last-child {
  margin-bottom: 0;
}

.subContents .entries {
  background: none;
  border-bottom: 1px solid #ccc;
}

.subContents .entries .entry {
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.subContents .entries .entry:before, .subContents .entries .entry:after {
  display: table;
  content: "";
  line-height: 0;
}

.subContents .entries .entry:after {
  clear: both;
}

.subContents .entries .entry:last-child {
  border-bottom: none;
}

.subContents .entries .entry:hover {
  background-color: #f8fcff;
}

.subContents .entries .entry a {
  display: table;
  width: 100%;
  text-decoration: none;
}

.subContents .entries .entry a .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
}

.subContents .entries .entry a .text time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.subContents .entries .entry a .text .title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.subContents .entries .entry a figure {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 10px;
}

.subContents .entries .entry a figure img {
  display: block;
}

.subContents .entries .entry a:hover .title {
  text-decoration: underline;
}

.subContents .entries .entry a:hover figure img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.singlePagesubContents {
  background: none;
  border-bottom: 1px solid #ccc;
}

.singlePagesubContents li {
  position: relative;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0 !important;
  padding: 20px 10px 20px 30px;
}

.singlePagesubContents li:last-child {
  border-bottom: none;
}

.singlePagesubContents li:hover {
  background-color: #f8fcff;
}

.singlePagesubContents li a {
  color: #328bda;
}

.singlePagesubContents {
  margin-top: 20px;
}

.subContents .socialBanners .banners ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

@media (max-width: 768px) {
  .newsBlock .news img {
    width: 100px;
    height: 150px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .newsBlock .news img {
    width: 160px;
    height: 150px;
  }
}
@media (max-width: 960px) {
  .globalHeader__bar {
    border-bottom: none;
  }
  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .site-title {
    flex: 1 1 100%;
    text-align: left;
    padding: 6px 0 8px;
  }
  .globalNavi {
    flex: 0 0 auto;
    width: calc(100% + 2 * clamp(20px, 6vw, 64px));
    margin-left: calc(-1 * clamp(20px, 6vw, 64px));
    margin-right: calc(-1 * clamp(20px, 6vw, 64px));
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .globalNavi ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .globalNavi ul li {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    text-align: center;
  }
  .globalNavi ul li a {
    display: block;
    padding: 12px 8px;
    border-radius: 0;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
  }
  .globalNavi ul li a:active {
    background-color: rgba(50, 139, 218, 0.12);
  }
  .globalNavi ul li.current-menu-item > a,
  .globalNavi ul li.current_page_item > a,
  .globalNavi ul li.current-menu-parent > a {
    color: #328bda;
    border-bottom-color: #328bda;
  }
  img,
  iframe,
  embed,
  object {
    max-width: 100%;
  }
  img {
    height: auto;
  }
}
body.page-id-10 article.page .content {
  max-width: none;
}

.priceBlock__section {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  margin: 44px 0 20px;
}
.priceBlock__section:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 8px 0 0;
  background: #328bda;
  border-radius: 2px;
}
.priceBlock__section:first-child {
  margin-top: 8px;
}

.priceArea {
  margin-bottom: 32px;
}
.priceArea__cat {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #328bda;
  padding: 3px 0 3px 12px;
  margin: 0 0 14px;
}
.priceArea__note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin: 12px 0 0;
  line-height: 1.6;
}

.priceGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

@media (min-width: 1024px) {
  .priceGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.priceItem__name {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 6px;
}
.priceItem__name span {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-left: 4px;
}
.priceItem__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0;
}
.priceItem__table th,
.priceItem__table td {
  padding: 9px 14px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
}
.priceItem__table th {
  width: 1%;
  text-align: left;
  color: #666;
  background: #f8f8f8;
  white-space: nowrap;
}
.priceItem__table td {
  text-align: right;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.priceItem__table tr:last-child th,
.priceItem__table tr:last-child td {
  border-bottom: none;
}

.priceInfo {
  text-align: left;
  line-height: 1.9;
}
.priceInfo p {
  margin: 0 0 0.4em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 16px;
  border-radius: 8px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .priceGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .priceBlock__section {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.page-id-12 article.page .content {
  max-width: none;
}

.shipInfo__sec {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #328bda;
  padding: 3px 0 3px 12px;
  margin: 30px 0 14px;
}

.shipSpec {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.shipSpec th,
.shipSpec td {
  text-align: left;
  vertical-align: top;
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.shipSpec th {
  width: 130px;
  white-space: nowrap;
  color: #666;
  font-weight: bold;
}

.shipChecks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
.shipChecks li {
  position: relative;
  margin: 0 !important;
  padding: 4px 0 4px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.shipChecks li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(45deg);
}

.shipGallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 4px;
}
.shipGallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

@media (max-width: 768px) {
  .shipChecks {
    grid-template-columns: repeat(2, 1fr);
  }
  .shipGallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .shipChecks {
    grid-template-columns: 1fr;
  }
}
.reserveBlock__sec {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #328bda;
  padding: 3px 0 3px 12px;
  margin: 30px 0 12px;
}
.reserveBlock__note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin-top: 8px;
}
.reserveBlock__alert {
  border-left: 3px solid #f92c1c;
  background: #fdf3f2;
  padding: 10px 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 12px 0;
}

.reserveCta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 420px;
  margin: 4px 0 8px;
}

.rbtn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 22px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.rbtn__ic {
  font-size: 24px;
  line-height: 1;
}
.rbtn__tx {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.rbtn__tx small {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  opacity: 0.92;
}
.rbtn__tx b {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.rbtn--tel {
  background: #328bda;
}
.rbtn--line {
  background: #06c755;
}

.reserveCal {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.reserveCal iframe {
  display: block;
  width: 100%;
  border: 0;
}

.reserveCancel {
  width: 100%;
  max-width: 420px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 6px 0 4px;
}
.reserveCancel th,
.reserveCancel td {
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
}
.reserveCancel th {
  text-align: left;
  white-space: nowrap;
  background: #f8f8f8;
  color: #666;
  font-weight: bold;
}
.reserveCancel td {
  text-align: right;
  font-weight: bold;
  color: #f92c1c;
}
.reserveCancel tr:last-child th,
.reserveCancel tr:last-child td {
  border-bottom: none;
}

.lineBtn {
  display: inline-block;
  line-height: 0;
  margin: 4px 0 2px;
}
.lineBtn img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

.subContents .wrapper iframe {
  width: 100%;
  max-width: 100%;
}

.subContents .socialBanners,
.subContents .socialBanners .banners,
.subContents .socialBanners .banners iframe,
.subContents #sb_instagram {
  width: 100%;
  max-width: 100%;
}

.quickLinks {
  list-style: none;
  margin: 10px 0 6px;
  padding: 0;
  border-top: 1px solid #ddd;
  max-width: 560px;
}
.quickLinks li {
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
}
.quickLinks a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 6px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.12s ease, background-color 0.12s ease;
}
.quickLinks a::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(45deg);
}
.quickLinks a:hover {
  color: #328bda;
  background-color: #f8f8f8;
}

article.entry .content ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #328bda;
  border-radius: 50%;
  box-sizing: border-box;
  left: 0;
  top: 0.7em;
}

.subContents .categories li::before,
.subContents .archives li::before,
.singlePagesubContents li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(45deg);
  left: 13px;
  top: 50%;
  margin-top: -4px;
}

article.entry .postNavi span.prev::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(-135deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
}

article.entry .postNavi span.next::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(45deg);
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.singlePagesubContents .categories,
.singlePagesubContents .archives,
.subContents .categories,
.subContents .archives {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2px 12px;
  margin: 0 0 18px;
}

.singlePagesubContents {
  border-bottom: none;
}

.singlePagesubContents .categories li,
.singlePagesubContents .archives li,
.subContents .categories li,
.subContents .archives li {
  position: relative;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0 !important;
  padding: 9px 2px 9px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.singlePagesubContents .categories li:last-child,
.singlePagesubContents .archives li:last-child,
.subContents .categories li:last-child,
.subContents .archives li:last-child {
  border-bottom: none;
}

.singlePagesubContents .categories li:hover,
.singlePagesubContents .archives li:hover,
.subContents .categories li:hover,
.subContents .archives li:hover {
  background-color: #f8fcff;
}

.singlePagesubContents .categories li a,
.singlePagesubContents .archives li a,
.subContents .categories li a,
.subContents .archives li a {
  color: #328bda;
  text-decoration: none;
}

.singlePagesubContents .categories li a:hover,
.singlePagesubContents .archives li a:hover,
.subContents .categories li a:hover,
.subContents .archives li a:hover {
  text-decoration: underline;
}

.singlePagesubContents .categories li::before,
.singlePagesubContents .archives li::before,
.subContents .categories li::before,
.subContents .archives li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #328bda;
  border-right: 2px solid #328bda;
  transform: rotate(45deg);
}