@charset "UTF-8";
/* Font
================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700;800;900&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

b,
strong {
  font-weight: bold;
}

main {
  display: block;
}

ruby > rt {
  font-size: 50%;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

video {
  outline: none;
}

svg:not([fill]) {
  fill: currentColor;
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

/* Form */
button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

/* Show the overflow in IE. */
button,
input { /* Show the overflow in Edge. */
  overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.  */
button,
select { /* Remove the inheritance of text transform in Firefox. */
  text-transform: none;
}

/* button */
button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: button;
}

[role=button] {
  cursor: pointer;
}

/* normalize 通り */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* normalize 通り */
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

input,
textarea,
select,
button {
  padding: 0.25em 0.5em;
  color: #333;
  border: 1px solid var(--ark-color--border);
  border-radius: 0;
}

[type=color] {
  padding: 0;
}

[type=range] {
  vertical-align: middle;
}

/*
 * Accessibility
 */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* variables
================================================== */
:root {
  --dp2-color_main: #222a2a;
  --dp2-color_sub: #334040;
  --dp2-color_bg: #f7f8f8;
  --dp2-color_border: rgba(200, 200, 200, .5);
  --dp2-color_border_table: #ededed;
  --dp2-color_link: #77bb00;
  --dp2-color_link_hover: #77dd22;
  --dp2-color_transparent_wh_25: rgba(245, 250, 250, .25);
  --dp2-color_transparent_wh_50: rgba(245, 250, 250, .5);
  --dp2-color_transparent_wh_75: rgba(245, 250, 250, .75);
  --dp2-color_transparent_bk_25: rgba(0, 0, 0, .25);
  --dp2-color_transparent_bk_50: rgba(0, 0, 0, .5);
  --dp2-color_transparent_bk_75: rgba(0, 0, 0, .75);
  --dp2-color_gray: #8d8d8d;
  --dp2-color_gray_hover: rgba(150, 150, 150, .05);
  --dp2-color_right-gray: #f7f7f7;
  --dp2-color_red: #cc0000;
  --dp2-color_red: #ea3333;
  --dp2-border-radius: 3px;
  --dp2-text_shadow_wh: rgba(255, 255, 255, .2) 1px 1px 5px;
  --dp2-text_shadow_bk: rgba(0, 0, 0, .2) 1px 1px 5px;
  --dp2-text-shadow-min_wh: 1px 1px 0 #ffffff1a;
  --dp2-text-shadow-min_bk: 1px 1px 0 #0000001a;
  --dp2-backdrop-blur_radius: 8px;
  --dp2-global-header_height: 64px;
  --dp2-font-size: 16px;
  --dp2-font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --dp2-font-family_notosansjp: "Noto Sans JP", sans-serif;
  --dp2-font-family_notoserifjp: "Noto Serif JP", serif;
  --dp2-font-family_mplus1p: "M PLUS 1p", sans-serif;
  --dp2-font-family_mplus1: "M PLUS 1", sans-serif;
  --dp2-font-family_mplus2: "M PLUS 2", sans-serif;
  --dp2-font-family_mplus1code: "M PLUS 1 Code", monospace;
  --dp2-font-family_ibmplexjp: "IBM Plex Sans JP", sans-serif;
  --dp2-font-family_shipporimincho: "Shippori Mincho", serif;
  --dp2-font-family_shipporiminshob1: "Shippori Mincho B1", serif;
  --dp2-font-family_zenkakugothicnew: "Zen Kaku Gothic New", sans-serif;
  --dp2-font-family_zenmarugothic: "Zen Maru Gothic", serif;
  --dp2-font-family_zenoldmincho: "Zen Old Mincho", serif;
  --dp2-font-family_albertsans: "Albert Sans", sans-serif;
  --dp2-font-family_roboto: "Roboto", sans-serif;
  --dp2-font-family_prompt: "Prompt", sans-serif;
  --dp2-line-height: 1.5;
  --custom-color_main: #008080;
  --custom-color_main_hover:#009090;
  --custom-color_bg: #fdfdfd;
  --custom-color_transparent_wh: rgba(255,255,255,.15);
  --custom-color_transparent_bk: rgba(0,0,0,.35);
  --custom-color_gray: #8d8d8d;
  --custom-color_right-gray: #f7f7f7;
  --custom-border_radius: 3px;
  --custom-blur_radius: 10px;
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format(‘opentype’);
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format(‘opentype’);
}
@font-face {
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "MellowGlyph";
  src: url("../../assets/fonts/MellowGlyph.eot"); /* IE9 Compat Modes */
  src: url("../../assets/fonts/MellowGlyph.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/MellowGlyph.woff") format("woff"), url("../../assets/fonts/MellowGlyph.ttf") format("truetype"), url("../../assets/fonts/MellowGlyph.svg#0a233e62e8434c2083482d7df970e4a4") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
/* Utility ------------------------------ */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(0.03deg);
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: rotate(0.03deg);
}

.serif {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  transform: rotate(0.03deg);
}

.serif-en {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  transform: rotate(0.03deg);
}

.sans-serif {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  transform: rotate(0.03deg);
}

.sans-serif-en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  transform: rotate(0.03deg);
}

.font-size-xx-small,
.font-size-xx-small p,
.font-size-xx-small *:is(h1, h2, h3, h4, h5, h6) {
  font-size: xx-small !important;
}

.font-size-x-small,
.font-size-x-small p,
.font-size-x-small *:is(h1, h2, h3, h4, h5, h6) {
  font-size: x-small !important;
}

.font-size-small,
.font-size-small p,
.font-size-small *:is(h1, h2, h3, h4, h5, h6) {
  font-size: small !important;
}

.font-size-medium,
.font-size-medium p,
.font-size-medium *:is(h1, h2, h3, h4, h5, h6) {
  font-size: medium !important;
}

.font-size-large,
.font-size-large p,
.font-size-large *:is(h1, h2, h3, h4, h5, h6) {
  font-size: large !important;
}

.font-size-x-large,
.font-size-x-large p,
.font-size-x-large *:is(h1, h2, h3, h4, h5, h6) {
  font-size: x-large !important;
}

.font-size-xx-large,
.font-size-xx-large p,
.font-size-xx-large *:is(h1, h2, h3, h4, h5, h6) {
  font-size: xx-large !important;
}

.font-weight-bold,
.font-weight-bold p,
.font-weight-bold *:is(h1, h2, h3, h4, h5, h6) {
  font-weight: bold !important;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--dp2-font-family);
  font-size: var(--dp2-font-size);
  line-height: var(--dp2-line-height);
  color: var(--dp2-color_main);
  background-color: var(--dp2-color_bg);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dp2-color_main);
}

p {
  font: var(--the7-base-font);
  font-size: var(--dp2-font-size);
  margin: 0;
}

ul, ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

a {
  color: var(dp2-color_link);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(dp2-color_link_hover);
  text-decoration: underline;
}

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

input, select, textarea, button {
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}

th, td {
  padding: 0.5em;
  text-align: left;
}

blockquote {
  margin: 0 0 1em;
  padding: 0 1em;
  border-left: 4px solid #ccc;
  color: #555;
}

/* Media query
================================================== */
/* Mobile menu close button
============================================================================ */
.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  top: 20px;
  right: 3%;
  margin: 0px;
  padding: 5px;
  border-radius: 2px;
}

@media screen and (max-width: 782px) {
  .admin-bar .dt-close-mobile-menu-icon {
    top: 20px;
    right: 12px;
    margin: 0px;
    padding: 5px;
    border-radius: 2px;
  }
  .admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
    padding-top: 64px;
  }
}
/* The7 -> MegaMenu
================================================== */
/* The7 -> Header
================================================== */
.top-header .l-to-r-line > li.act > a i.underline,
.top-header .l-to-r-line > li.dt-hovered > a i.underline,
.top-header .l-to-r-line > li > a:hover i.underline {
  width: 100%;
  background-color: #008080;
}

/* Desktop menu */
.masthead {
  position: relative;
}
.masthead header.header-bar {
  position: relative;
}
.masthead header.header-bar ul#primary-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
}
.masthead header.header-bar ul#primary-menu > li.menu-item {
  position: relative;
  height: 100%;
  margin: 0;
}
.masthead header.header-bar ul#primary-menu > li.menu-item > a {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0;
  padding: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.masthead header.header-bar ul#primary-menu > li.menu-item > a span.menu-item-text {
  display: block;
  width: 76px;
  height: 68px;
  line-height: 1;
  padding: 0;
  border: none;
}
.masthead header.header-bar ul#primary-menu > li.menu-item > a span.menu-item-text span.menu-text {
  visibility: hidden;
  width: 1px;
  height: 1px;
  color: rgba(255, 255, 255, 0) !important;
}
.masthead header.header-bar ul#primary-menu > li.menu-item > a span.menu-item-text span.menu-text:after {
  color: var(--dp2-color_main);
}
.masthead header.header-bar ul#primary-menu > li.menu-item > a span.menu-item-text i.underline {
  display: none;
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(1) > a {
  background-image: url(../../assets/img/menu128x128_01.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(1) .dt-mega-menu-wrap > ul.sub-nav {
  background-image: url(../../assets/img/mega-menu-title180x120_01.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(2) > a {
  background-image: url(../../assets/img/menu128x128_02.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(2) .dt-mega-menu-wrap > ul.sub-nav {
  background-image: url(../../assets/img/mega-menu-title180x120_02.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(3) > a {
  background-image: url(../../assets/img/menu128x128_03.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(3) .dt-mega-menu-wrap > ul.sub-nav {
  background-image: url(../../assets/img/mega-menu-title180x120_03.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(4) {
  margin-left: 3vw;
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(4) > a {
  background-image: url(../../assets/img/menu128x128_04_2.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(4) .dt-mega-menu-wrap {
  background: rgb(0, 128, 128);
  background: linear-gradient(180deg, rgb(0, 110, 110) 0%, rgb(0, 128, 128) 5%, rgb(0, 128, 128) 100%) !important;
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(4) .dt-mega-menu-wrap > ul.sub-nav {
  background-image: url(../../assets/img/mega-menu-title180x120_04_1.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(5) > a {
  background-image: url(../../assets/img/menu128x128_05.png);
}
.masthead header.header-bar ul#primary-menu > li.menu-item:nth-child(6) > a {
  background-image: url(../../assets/img/menu128x128_06.png);
}
.masthead header.header-bar ul#primary-menu li.menu-item ul.sub-nav {
  max-width: 1200px !important;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap {
  width: calc(100vw + 20px) !important;
  min-height: 30vh;
  background: rgb(0, 64, 64);
  background: linear-gradient(180deg, rgb(0, 48, 48) 0%, rgb(0, 64, 64) 5%, rgb(0, 64, 64) 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav {
  min-height: 120px;
  margin: auto;
  padding: 30px 0px 20px 35%;
  background-repeat: no-repeat;
  background-position: 10% 0;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim.menu-item-99359 {
  display: none !important;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent {
  width: auto;
  max-width: 100%;
  min-width: 30%;
  margin-bottom: 10px;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent a {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent a span.menu-item-text {
  visibility: visible;
  width: auto;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent a span.menu-item-text span.menu-text {
  color: var(--dp2-color_bg) !important;
  text-transform: none !important;
}
.masthead header.header-bar ul#primary-menu li.menu-item .dt-mega-menu-wrap ul.sub-nav li.menu-item .mega-menu-widgets form[id*=feas-searchform-] {
  margin: 0;
  padding: 0;
}

/* Mobile menu */
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item:before {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item ul.sub-nav li.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim.menu-item-99358.depth-1 {
  display: none;
}
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item:nth-child(7) {
  margin-top: 2.5rem;
}
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item:nth-child(7)::before {
  border: none;
}
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item:last-child {
  margin-top: 2.5rem;
}
.dt-mobile-header .mobile-header-scrollbar-wrap ul#mobile-menu > li.menu-item:last-child::before {
  border: none;
}

/* hamburger menu */
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background: rgba(255, 255, 255, 0) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines-button .menu-line:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines-button .menu-line:before {
  background: #008080 !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon.floating-btn .lines-button .menu-line:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon.floating-btn .lines-button .menu-line:before {
  background: #ffffff !important;
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before,
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
  background: #008080 !important;
}

#footer *:is(h1, h2, h3, h4, h5, h6) {
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.35rem;
  font-size: small;
  font-size: 1.25rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}
#footer *:is(h1, h2, h3, h4, h5, h6) a {
  color: #FFF !important;
}
#footer *:is(h1, h2, h3, h4, h5, h6) a:link {
  color: #FFF !important;
}
#footer *:is(h1, h2, h3, h4, h5, h6) a:visited {
  color: #FFF !important;
}
#footer *:is(h1, h2, h3, h4, h5, h6) a:active {
  color: #FFF !important;
}
#footer *:is(h1, h2, h3, h4, h5, h6) a:hover {
  color: #FFF !important;
}
#footer *:is(h1, h2, h3, h4, h5, h6) span {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: large;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget {
  width: 100%;
  margin-bottom: 1.5rem;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget:nth-child(3) .wp-block-columns .wp-block-column .widget div[class*=menu-footer-widget-menu-] ul.menu li:nth-child(1)::before {
  content: "■ ";
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget:nth-child(3) .wp-block-columns .wp-block-column .widget div[class*=menu-footer-widget-menu-] ul.menu li:nth-child(2)::before {
  content: "■ ";
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget:nth-child(3) .wp-block-columns .wp-block-column .widget div[class*=menu-footer-widget-menu-] ul.menu li:nth-child(3)::before {
  content: "■ ";
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget .footer-info {
  text-align: center;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget .footer-info *:is(h1, h2, h3, h4, h5, h6) {
  border: none;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget .footer-info p {
  font-size: 1rem;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu {
  padding: 0;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu div[class*=menu-footer-widget-menu-] ul[id*=menu-footer-widget-menu-] li[id*=menu-item-] a {
  color: #FFF !important;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu div[class*=menu-footer-widget-menu-] ul[id*=menu-footer-widget-menu-] li[id*=menu-item-] a:link {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu div[class*=menu-footer-widget-menu-] ul[id*=menu-footer-widget-menu-] li[id*=menu-item-] a:visited {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu div[class*=menu-footer-widget-menu-] ul[id*=menu-footer-widget-menu-] li[id*=menu-item-] a:active {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu div[class*=menu-footer-widget-menu-] ul[id*=menu-footer-widget-menu-] li[id*=menu-item-] a:hover {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget div.widget.widget_nav_menu ul.menu li.menu-item {
  margin: 0.5rem 0;
  padding: 0;
  font-size: 1rem;
  border: none;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget form[id*=feas-searchform] {
  margin: 0;
  padding: 0;
  background: var(--dp2-color_transparent_wh_25);
  background: none;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget form[id*=feas-searchform] input.feas_archive_freeword {
  width: 70%;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget form[id*=feas-searchform] input.feas-submit-button {
  padding: 0.45rem 0;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu {
  margin: 0;
  font-size: 0.75rem;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu {
  display: flex;
  justify-content: center;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item {
  margin: 0 0.5rem;
  padding: 0;
  border: none;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item a {
  color: #FFF !important;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item a:link {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item a:visited {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item a:active {
  color: #FFF;
}
#footer .wf-wrap .wf-container-footer .wf-container section.widget_nav_menu ul#menu-footer-menu li.menu-item a:hover {
  color: #FFF;
}
#footer #bottom-bar {
  background: var(--dp2-color_transparent_bk_25);
}
#footer #bottom-bar .wf-wrap .wf-container-bottom {
  font-size: 0.75rem;
  border: none;
}
#footer #bottom-bar .wf-wrap .wf-container-bottom .wf-float-left {
  align-items: center;
}
#footer #bottom-bar .wf-wrap .wf-container-bottom .wf-float-right {
  display: none;
}

/* The7 -> Footer -> Loged-in-out
================================================== */
.wp-block-loginout {
  margin-top: 1rem;
  padding: 0.5rem 0;
}
.wp-block-loginout a {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.25rem 1rem;
  color: #FFF !important;
  background: #008080 !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.wp-block-loginout a:hover {
  background: #008888 !important;
}
.wp-block-loginout a:first-child {
  background: #fd8f0e !important;
}
.wp-block-loginout a:first-child:hover {
  background: #fda20e !important;
}
.wp-block-loginout a:first-child:before {
  font-family: "dashicons";
  font-size: 1rem;
  content: "\f135";
  vertical-align: -3px;
  margin-right: 0.5em;
}
.wp-block-loginout a:nth-child(2):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  margin-right: 0.5em;
}

/* Table
================================================== */
.table table {
  background-color: var(--dp2-color--transparent_wh);
  backdrop-filter: blur(var(--dp2-backdrop-blur-radius));
  margin: 0 !important;
  border: none !important;
}
.table table tr th {
  font-weight: 600;
}
.table table tr th p {
  margin-bottom: 0 !important;
}
.table table tr th, .table table tr td {
  color: var(--dp2-color--main);
  background: rgba(255, 255, 255, 0.5);
  border: transparent !important;
  padding: 10px 15px !important;
}
.table table tr td {
  color: #555555;
  text-align: left;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.35);
}
.table table tr td:first-child {
  width: 35%;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.table table tr td p {
  margin-bottom: 0 !important;
}

/* Store -> Price table  ------------------------------ */
/* Pricing ------------------------------ */
.pricing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
}
.pricing .plan {
  flex-grow: 1;
  background-color: #fff;
  margin: 1rem 1rem 3rem 1rem;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.pricing .plan h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  padding: 1.5rem 2rem 1rem 2rem;
  color: #FFFFFF;
  background: var(--dp2-color--link);
  border-radius: var(--dp2-border--radius) var(--dp2-border--radius) 0 0;
}
.pricing .plan h2 div {
  font-size: 0.75rem;
  font-weight: 200;
}
.pricing .plan .eyecatch {
  color: var(--dp2-color--link);
  font-size: 5rem;
}
.pricing .plan .price {
  opacity: 0.9;
  margin: 0 1rem;
  font-size: 1.75rem;
  font-weight: 800;
}
.pricing .plan .price span {
  font-size: 1rem;
  font-weight: 400;
}
.pricing .plan ul.features {
  max-width: 300px;
  margin: auto;
  padding: 1rem 1.5rem;
  list-style-type: none;
  text-align: left;
}
.pricing .plan ul.features li {
  font-size: 0.9rem;
  margin: 0.5rem;
}
.pricing .plan ul.features li .fas {
  margin-right: 0.5rem;
}
.pricing .plan ul.features li .fa-check-circle,
.pricing .plan ul.features li .fa-circle-check {
  color: var(--dp2-color--link);
}
.pricing .plan ul.features li .fa-times-circle,
.pricing .plan ul.features li .fa-circle-xmark {
  color: var(--dp2-color--red);
}
.pricing .plan ul.features li span {
  font-weight: bold;
}
.pricing .plan button {
  border: none;
  width: calc(100% - 5rem);
  padding: 12px 35px;
  margin: 1rem 2.5rem 2.5rem 2.5rem;
  background-color: var(--dp2-color--link);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.pricing .plan.popular {
  border: 2px solid var(--dp2-color--link);
  position: relative;
  transform: scale(1.05);
  text-wrap: nowrap;
}
.pricing .plan.popular .svg-inline--fa {
  margin-right: 0.5rem;
}
.pricing .plan.popular .popular-notation {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat";
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  background-color: var(--dp2-color--link);
  background: var(--dp2-color--main);
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.pricing.enterprise .plan h2 {
  background: var(--dp2-color--main);
}
.pricing.enterprise .plan .eyecatch {
  color: var(--dp2-color--main);
}
.pricing.enterprise .plan button {
  background-color: var(--dp2-color--link);
}
.pricing.enterprise .plan.popular {
  border: 2px solid var(--dp2-color--main);
}
.pricing.enterprise .plan.popular .popular-notation {
  background-color: var(--dp2-color--link);
}

.invisible-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.invisible-btn div a {
  background: transparent !important;
  color: transparent !important;
}

/* Utility ------------------------------ */
.mb0 {
  margin-bottom: 0 !important;
}

.border-box {
  padding: 1rem 1.5rem;
  border: solid 1px var(--dp2-color_transparent_bk);
  border-radius: var(--dp2-border--radius);
  font-size: 0.9rem;
}

.bg-transparent_wh {
  background: var(--dp2-color_transparent_wh_50);
}

.rounded,
.rounded:before {
  border-radius: var(--dp2-border--radius);
}

.text-shadow_wh,
.text-shadow_wh *:is(h1, h2, h3, h4, h5, h6) {
  text-shadow: var(--dp2-text-shadow-min_wh);
}

.text-shadow_bk,
.text-shadow_bk *:is(h1, h2, h3, h4, h5, h6) {
  text-shadow: var(--dp2-text-shadow-min_bk);
}

/* Maintenance (wp_die)
============================================================================ */
html.error-page {
  height: 100%;
  margin: 0;
  color: #ffffff;
  background: rgb(128, 86, 32);
  background: radial-gradient(circle, rgb(128, 86, 32) 0%, rgb(76, 48, 32) 100%) center center no-repeat;
}

.wp-die-message {
  height: 100%;
  font-size: initial !important;
}

.wp-die-message h1,
.wp-die-message p {
  text-align: center;
}

.maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 1rem 0;
  text-align: center;
}

.maintenance header {
  width: 100%;
}

.maintenance header img {
  display: none;
  object-fit: cover;
  width: 100%;
  max-width: 256px;
}

.maintenance article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  min-height: 360px;
  margin: 1rem auto;
  /* background: url("https:///wp-content/themes/ji-n.net/assets/img/img_maintenance.png") center center no-repeat; */
  background-size: 960px 360px;
}

.maintenance article h1 {
  text-align: center;
}

.maintenance article p {
  text-align: center;
}

.maintenance footer {
  width: 100%;
  margin: 1rem;
}

/* Layout
================================================== */
/* Extend Plugins
================================================== */
/* WP Form ------------------------------ */
.wpforms-field-label {
  font-weight: bold !important;
  font-size: 0.95rem !important;
  border-left: solid 3px #333 !important;
  padding-left: 0.5rem !important;
}

.wpforms-required-label {
  color: #7ac500 !important;
}

.wpforms-field-email-primary,
.wpforms-field-email-secondary {
  margin-bottom: 0.5rem !important;
}

.wpforms-field-sublabel {
  margin-top: 0 !important;
}

.wpforms-field-sublabel.after {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 100 !important;
}

.wpforms-field-container input,
.wpforms-field-container textarea {
  border-radius: var(--dp2-border_radius);
}

.wpforms-submit {
  padding: 0.5rem 2rem !important;
  background: #7ac500 !important;
}

.wpforms-submit:hover {
  background: #7ad633 !important;
}

#top .avia_codeblock_section .avia_textblock {
  color: #ffffff !important;
}

/* Contact Form 7 ------------------------------ */
/* Contact
================================================== */
table.CF7_table {
  display: table;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

table.CF7_table tr th,
table.CF7_table tr td {
  padding: 0.5rem 0.75rem;
}

table.CF7_table tr th {
  font-size: 0.9rem;
  font-weight: 500;
}

/* 入力欄 */
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table input[type=text]:not(.elementor-field):not(.searchform-s),
.CF7_table input[type=email]:not(.elementor-field):not(.searchform-s),
.CF7_table input[type=tel]:not(.elementor-field):not(.searchform-s),
.CF7_table select:not(.elementor-field),
.CF7_table textarea:not(.elementor-field) {
  margin-bottom: 0;
}

.CF7_table ::placeholder {
  color: #797979;
}

.CF7_req,
.CF7_unreq {
  font-size: 0.75em;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 3px;
  margin-right: 0.5rem;
}

/*「必須」 */
.CF7_req {
  background: #f79034; /*オレンジ*/
}

/*「任意」 */
.CF7_unreq {
  background: #bdbdbd; /*グレー*/
}

/* 「送信する」 */
.wpcf7 input.wpcf7-submit {
  border: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  background: #008181;
  border-radius: 4px;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px !important;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/* Media Query */
/* タイトル列 */
@media screen and (min-width: 768px) {
  table.CF7_table {
    width: 100%;
  }
  .CF7_table th {
    width: 30%;
    background-color: #eeefef; /*ブルーグレー*/
  }
}
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 100%;
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    /* width: 100%; */
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
.table.CF7 {
  margin-bottom: 0;
  border-radius: var(--dp2-border_radius) !important;
  background: transparent !important;
}
.table.CF7 tbody tr th, .table.CF7 tbody tr td {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.table.CF7 tbody tr th p {
  margin-bottom: 0;
}
.table.CF7 tbody tr th p span {
  font-size: small;
  font-weight: 300;
}
.table.CF7 tbody tr td p {
  margin-bottom: 0;
}

@media not all and (min-width: 600px) {
  .table.CF7 tr th, .table.CF7 tr td {
    display: block;
  }
  .table.CF7 tr th {
    padding-bottom: 0 !important;
  }
  .table.CF7 tr th p {
    margin-bottom: 0;
  }
  .table.CF7 tr td p {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .table.CF7 tr th {
    min-width: 12rem !important;
    max-width: 14rem !important;
    width: 12rem;
  }
}
.CF7,
.CF7 tr,
.CF7 tr th,
.CF7 tr td {
  border-width: 0;
}

.CF7 tr th p,
.CF7 tr td p,
.CF7 tr td p span.wpcf7-form-control-wrap,
.CF7 tr td p span.wpcf7-form-control-wrap input,
.CF7 tr td p span.wpcf7-form-control-wrap select,
.CF7 tr td p span.wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: var(--dp2-border_radius);
}

/* 入力欄 */
.CF7 input,
.CF7 textarea {
  border: 1px solid #d8d8d8;
}

.CF7 textarea {
  height: 9rem;
}

.CF7 button, .CF7 input, .CF7 select, .CF7 textarea {
  border: 1px solid var(--ark-color--border);
  border-radius: 0;
  color: #333;
  padding: 0.25em 0.75em;
}
.CF7 input, .CF7 select {
  height: 2.5rem;
}
.CF7 input[name=your-name] {
  width: 60% !important;
}
.CF7 input[type=tel] {
  width: 60% !important;
}
.CF7 select[name=menu-875] {
  width: 60% !important;
}

.CF7 ::placeholder {
  color: #888;
}

.CF7_req,
.CF7_unreq {
  font-size: 0.75em;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: var(--dp2-border_radius);
  margin-right: 0.5rem;
}

.CF7_req {
  background: #f79034;
}

.CF7_unreq {
  background: #bbb;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.CF7_btn input {
  border-radius: var(--dp2-border_radius);
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  letter-spacing: 0;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/* Google reCAPTCHA ------------------------------ */
.grecaptcha-container {
  font-size: 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--color_border);
  border-radius: var(--dp2-border_radius);
}

.grecaptcha-badge {
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
  bottom: 6rem !important;
  box-shadow: var(--dp2-color_transparent_bk) 0px 0px 4px !important;
  border-radius: var(--dp2-border_radius) !important;
  z-index: 2;
}

/* FontAwesome ------------------------------ */
.svg-inline--fa {
  display: inline-block;
}

.p-breadcrumb__list .svg-inline--fa {
  margin: 0 0.25rem;
}

.woocommerce-page .p-breadcrumb__list .svg-inline--fa {
  margin: 0 0.35rem;
}

/* Popup Login ------------------------------ */
.xoo-el-inmodal .xoo-el-wrap .xoo-el-sidebar {
  background-image: url(https://office2125.com/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg);
  min-width: 40%;
}
/* Search -> FEAS
================================================== */
form[id^=feas-] {
  margin: 1rem 0px;
}

form[id*=feas-searchform-] {
  margin: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
}
form[id*=feas-searchform-] label {
  margin-right: 0.5rem;
  line-height: 1.5rem;
}
form[id*=feas-searchform-] input,
form[id*=feas-searchform-] select {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
form[id*=feas-searchform-] input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
form[id*=feas-result-] {
  background-color: #efefff;
  border-top: 2px solid #d0d0ff;
  font-size: 120%;
  font-weight: bold;
  text-align: right;
  padding: 2px;
}

.feas-submit-button {
  display: block;
  width: 100%;
  /* margin-left: calc( 20% ); */
  margin: 0 !important;
  font-weight: 400 !important;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px !important;
}

/* Search -> Mega Menu Widget
================================================== */
select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--the7-input-color) 50%), linear-gradient(135deg, var(--the7-input-color) 50%, transparent 50%);
  background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding-right: calc(var(--the7-right-input-padding) + 15px);
}

.mega-menu-widgets form[id*=feas-searchform-] {
  width: 100%;
  margin: 0;
  padding: 1rem !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.mega-menu-widgets form[id*=feas-searchform-] div {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
.mega-menu-widgets form[id*=feas-searchform-] div.label p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.mega-menu-widgets form[id*=feas-searchform-] div.feas-textbox input {
  width: 12rem;
  margin: 0 0.75rem 0 0;
  padding: 0.65rem !important;
  font-size: 0.85rem;
  line-height: 1.2;
}
.mega-menu-widgets form[id*=feas-searchform-] div.feas-selectbox select {
  width: 12rem !important;
  margin: 0 0.75rem 0 0;
  appearance: auto !important;
  background-image: none;
  color: #333;
  font-size: 0.85rem;
}
.mega-menu-widgets form[id*=feas-searchform-] div.feas-selectbox select option {
  color: #333;
  font-size: 0.85rem;
  padding-left: 0.5rem;
}
.mega-menu-widgets form[id*=feas-searchform-] div.btn-group:link, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group:active, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group:visited, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group:hover {
  text-decoration: none;
}
.mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field {
  border: none;
  background: none;
}
.mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field:link, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field:active, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field:visited, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field:hover {
  text-decoration: none;
}
.mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field a:link, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field a:active, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field a:visited, .mega-menu-widgets form[id*=feas-searchform-] div.btn-group .field a:hover {
  text-decoration: none;
}
.mega-menu-widgets form[id*=feas-searchform-] div .after-text {
  display: inline-block;
}
.mega-menu-widgets form[id*=feas-searchform-] input.feas-submit-button {
  width: 100% !important;
  padding: 0.5rem !important;
  background: var(--the7-btn-bg, transparent linear-gradient(0deg, #008080 30%, #009090 100%));
}
.mega-menu-widgets .search-more {
  padding: 0 2px;
  text-align: right;
}
.mega-menu-widgets .search-more a.search-more-btn {
  display: inline-block;
  margin: 5px 0 !important;
  padding: 0.25rem 1rem !important;
  color: #FFF;
  font-size: 0.8rem;
  line-height: 1.5;
  text-decoration: underline;
  border-radius: 5px;
}

.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent {
  position: relative;
  width: 100%;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets {
  visibility: visible !important;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] {
  display: flex;
  flex-direction: column;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div {
  position: relative;
  width: 100%;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div:last-child {
  margin-bottom: 1rem;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div.btn-group a {
  width: 100%;
  margin-right: 1rem;
  font-size: 0.85rem;
  text-align: right;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.label p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.field input {
  margin: 0;
  line-height: 1;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.field label {
  flex: 1;
  display: flex;
  background: #888;
  min-width: 30%;
  max-width: 33%;
  margin-bottom: 10px;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.field label input {
  margin-top: -1px;
  vertical-align: top;
  line-height: 1;
}
.masthead header.header-bar ul#primary-menu li.menu-item:nth-child(3) .dt-mega-menu-wrap ul.sub-nav li.menu-item.dt-mega-parent ul.sub-nav-widgets li div.mega-menu-widgets form[id*=feas-searchform-] div div.field label span {
  width: 100%;
  max-width: 100%;
  color: #333;
  background: #CC8800;
  font-size: 0.85rem;
  line-height: 1;
}
/* Search -> Page
================================================== */
.search #feas-searchform-2 input {
  display: none;
}
.search > .wps_row {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background-color: rgba(0, 128, 128, 0.25);
  border-radius: 5px;
}
.search > .wps_row p {
  font-size: 1rem;
}
.search > .wps_row:first-child .wps_column .title {
  margin-top: 0;
  padding: 2.5rem 0 0 1.25rem;
  color: #345;
  font-size: 1em;
  vertical-align: top;
}
.search > .wps_row:first-child .wps_column .title span {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: top;
}

.search > .wps_row:first-child .wps_column div[class*=temple-] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.search > .wps_row:first-child .wps_column div[class*=temple-submit] {
  margin-bottom: 0;
}

.search > .wps_row:first-child .wps_column div[class*=temple-] .label {
  width: 100%;
  margin-right: 1rem;
  text-align: left;
  line-height: 2rem;
}

.search > .wps_row:first-child .wps_column div[class*=temple-] .label p {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  /* border-bottom: 3px solid #008080; */
}

.search > .wps_row:first-child .wps_column div[class*=temple-] .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.35rem 0;
}

.search > .wps_row:first-child .wps_column div[class*=temple-] label,
.search > .wps_row:first-child .wps_column div[class*=temple-] label input,
.search > .wps_row:first-child .wps_column div[class*=temple-] label span {
  display: inline-block;
  line-height: 2rem !important;
}

.search > .wps_row:first-child .wps_column div[class*=temple-] .field input,
.search > .wps_row:first-child .wps_column div[class*=temple-] .field select {
  font-size: 1rem;
}

.search > .wps_row:first-child .wps_column div[class*=temple-name] .field input {
  width: auto !important;
  min-width: 10rem;
  max-width: 20rem;
  height: 2.5rem;
}

.search > .wps_row:first-child .wps_column div[class*=temple-prefecture] .field select {
  width: auto !important;
  min-width: 10rem;
  max-width: 20rem;
}

@media only screen and (min-width: 768px) {
  .feas-submit-button {
    display: block;
    width: 25%;
  }
  .search > .wps_row:first-child .wps_column .title {
    padding: 2.5rem 0 0 1.25rem;
  }
  .search > .wps_row:first-child .wps_column div[class*=temple-] {
    flex-direction: row;
    font-size: 1rem;
  }
  .search > .wps_row:first-child .wps_column div[class*=temple-] .label {
    width: 8rem;
    text-align: right;
  }
  .search > .wps_row:first-child .wps_column div[class*=temple-] .field {
    width: 80%;
  }
}
/* screen > 993 Global Menu BreakPoint */
@media screen and (min-width: 993px) {
  .search > .wps_row:first-child .wps_column .title {
    padding: 0rem 0 0 1.25rem;
  }
}
/* Search Result page
================================================== */
.post.no-results.not-found {
  margin-top: 80px;
}

.search-no-results .page-title {
  display: none;
}

.search-results #main {
  padding: 80px 0;
}

.search-results #main h3 {
  color: #334455;
  font-size: 1.5rem;
  margin: 0.5em 0;
}

.search-results #main .search-result-title-line {
  margin-bottom: 1.5rem;
}

a.search-item,
a.search-item:hover {
  color: #234;
  text-decoration: none !important;
}

a.search-item {
  display: flex;
  flex-wrap: wrap;
  background: none;
  background: #f5f5f5;
}

a.search-item:hover {
  background: #efefef;
}

a.search-item .post-image {
  /* display: block; */
  width: 120px !important;
  min-width: 120px;
  height: 90px !important;
  min-width: 90px;
  margin-right: 1em;
}

a.search-item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.search-item .post-title {
  white-space: nowrap;
  margin-right: 1em;
}

a.search-item .post-title *:is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0;
}

a.search-item .post-title p.temple-reading {
  margin-bottom: 0;
}

a.search-item .post-temple-field {
  margin: 1em;
}

/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait)*/
@media only screen and (max-width: 767px) {
  a.search-item .post-temple-field {
    /* width: 100%; */
  }
}
/* #Tablet (Portrait) & Mobile (Landscape) 480 - 768 ----------------------- #Tablet (Portrait) & Mobile (Landscape) 480 - 768 */
/* Sitemap
================================================== */
/*
*  MellowGlyph  1.0.0 by @sirochro - http://mellowglyph.github.io - @mellowglyph
*  License - http://mellowglyph.github.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
.mg {
  display: inline-block;
  font: normal normal normal 14px/1 MellowGlyph;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mg-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.mg-2x {
  font-size: 2em;
}

.mg-3x {
  font-size: 3em;
}

.mg-4x {
  font-size: 4em;
}

.mg-5x {
  font-size: 5em;
}

.mg-6x {
  font-size: 6em;
}

.mg-7x {
  font-size: 7em;
}

.mg-8x {
  font-size: 8em;
}

.mg-9x {
  font-size: 9em;
}

.mg-10x {
  font-size: 10em;
}

.mg-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.mg-ul > li {
  position: relative;
}

.mg-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  /*top: 0.14285714em;*/
  top: 0.375em;
  text-align: center;
}

.mg-li.mg-lg {
  left: -1.85714286em;
}

.mg-border {
  padding: 0.25em;
  border: solid 0.08em #ccc;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.mg.pull-left {
  margin-right: 0.3em;
}

.mg.pull-right {
  margin-left: 0.3em;
}

.mg-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(45deg);
}

.mg-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.mg-rotate-135 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(135deg);
}

.mg-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.mg-rotate-225 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(225deg);
}

.mg-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.mg-rotate-315 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(315deg);
}

.mg-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.mg-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .mg-rotate-90,
:root .mg-rotate-180,
:root .mg-rotate-270,
:root .mg-flip-horizontal,
:root .mg-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.mg-sleep {
  -webkit-animation: mg-opacity-toggle 1.25s ease-in-out infinite alternate;
  animation: mg-opacity-toggle 1.25s ease-in-out infinite alternate;
}

@-webkit-keyframes mg-opacity-toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mg-opacity-toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mg-pulse {
  -webkit-animation: mg-pulse 1s infinite steps(2);
  animation: mg-pulse 1s infinite steps(2);
}

@-webkit-keyframes mg-pulse {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes mg-pulse {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.mg-spin-right {
  -webkit-animation: mg-spin-right 2s infinite linear;
  animation: mg-spin 2s infinite linear;
}

.mg-spin-left {
  -webkit-animation: mg-spin-left 2s infinite linear;
  animation: mg-spin-rev 2s infinite linear;
}

@-webkit-keyframes mg-spin-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes mg-spin-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mg-spin-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes mg-spin-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.mg-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.mg-stack-1x,
.mg-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.mg-stack-1x {
  line-height: inherit;
}

.mg-stack-2x {
  font-size: 2em;
}

.mg-inverse {
  color: #ffffff;
}

.mg-angle-up:before {
  content: "\e000";
}

.mg-angle-down:before {
  content: "\e001";
}

.mg-angle-left:before {
  content: "\e002";
}

.mg-angle-right:before {
  content: "\e003";
}

.mg-angle-circle-up:before {
  content: "\e004";
}

.mg-angle-circle-down:before {
  content: "\e005";
}

.mg-angle-circle-left:before {
  content: "\e006";
}

.mg-angle-circle-right:before {
  content: "\e007";
}

.mg-angle-circle-o-up:before {
  content: "\e008";
}

.mg-angle-circle-o-down:before {
  content: "\e009";
}

.mg-angle-circle-o-left:before {
  content: "\e00a";
}

.mg-angle-circle-o-right:before {
  content: "\e00b";
}

.mg-arrow-alt-up:before {
  content: "\e00c";
}

.mg-arrow-alt-down:before {
  content: "\e00d";
}

.mg-arrow-alt-left:before {
  content: "\e00e";
}

.mg-arrow-alt-right:before {
  content: "\e00f";
}

.mg-caret-up:before {
  content: "\e010";
}

.mg-caret-down:before {
  content: "\e011";
}

.mg-caret-left:before {
  content: "\e012";
}

.mg-caret-right:before {
  content: "\e013";
}

.mg-caret-circle-up:before {
  content: "\e014";
}

.mg-caret-circle-down:before {
  content: "\e015";
}

.mg-caret-circle-left:before {
  content: "\e016";
}

.mg-caret-circle-right:before {
  content: "\e017";
}

.mg-caret-circle-o-up:before {
  content: "\e018";
}

.mg-caret-circle-o-down:before {
  content: "\e019";
}

.mg-caret-circle-o-left:before {
  content: "\e01a";
}

.mg-caret-circle-o-right:before {
  content: "\e01b";
}

.mg-caret-square-up:before {
  content: "\e01c";
}

.mg-caret-square-down:before {
  content: "\e01d";
}

.mg-caret-square-left:before {
  content: "\e01e";
}

.mg-caret-square-right:before {
  content: "\e01f";
}

.mg-caret-square-o-up:before {
  content: "\e020";
}

.mg-caret-square-o-down:before {
  content: "\e021";
}

.mg-caret-square-o-left:before {
  content: "\e022";
}

.mg-caret-square-o-right:before {
  content: "\e023";
}

.mg-angle-thin-up:before {
  content: "\e024";
}

.mg-angle-thin-down:before {
  content: "\e025";
}

.mg-angle-thin-left:before {
  content: "\e026";
}

.mg-angle-thin-right:before {
  content: "\e027";
}

.mg-angle-double-up:before {
  content: "\e028";
}

.mg-angle-double-down:before {
  content: "\e029";
}

.mg-angle-double-left:before {
  content: "\e02a";
}

.mg-angle-double-right:before {
  content: "\e02b";
}

.mg-long-arrow-up:before {
  content: "\e02c";
}

.mg-long-arrow-down:before {
  content: "\e02d";
}

.mg-long-arrow-left:before {
  content: "\e02e";
}

.mg-long-arrow-right:before {
  content: "\e02f";
}

.mg-arrow-u:before {
  content: "\e030";
}

.mg-arrow-ur:before {
  content: "\e031";
}

.mg-arrow-r:before {
  content: "\e032";
}

.mg-arrow-dr:before {
  content: "\e033";
}

.mg-arrow-d:before {
  content: "\e034";
}

.mg-arrow-dl:before {
  content: "\e035";
}

.mg-arrow-l:before {
  content: "\e036";
}

.mg-arrow-ul:before {
  content: "\e037";
}

.mg-arrow-square-u:before {
  content: "\e038";
}

.mg-arrow-square-ur:before {
  content: "\e039";
}

.mg-arrow-square-r:before {
  content: "\e03a";
}

.mg-arrow-square-dr:before {
  content: "\e03b";
}

.mg-arrow-square-d:before {
  content: "\e03c";
}

.mg-arrow-square-dl:before {
  content: "\e03d";
}

.mg-arrow-square-l:before {
  content: "\e03e";
}

.mg-arrow-square-ul:before {
  content: "\e03f";
}

.mg-arrow-square-o-u:before {
  content: "\e040";
}

.mg-arrow-square-o-ur:before {
  content: "\e041";
}

.mg-arrow-square-o-r:before {
  content: "\e042";
}

.mg-arrow-square-o-dr:before {
  content: "\e043";
}

.mg-arrow-square-o-d:before {
  content: "\e044";
}

.mg-arrow-square-o-dl:before {
  content: "\e045";
}

.mg-arrow-square-o-l:before {
  content: "\e046";
}

.mg-arrow-square-o-ul:before {
  content: "\e047";
}

.mg-arrow-circle-up:before {
  content: "\e048";
}

.mg-arrow-circle-down:before {
  content: "\e049";
}

.mg-arrow-circle-left:before {
  content: "\e04a";
}

.mg-arrow-circle-right:before {
  content: "\e04b";
}

.mg-arrow-circle-o-up:before {
  content: "\e04c";
}

.mg-arrow-circle-o-down:before {
  content: "\e04d";
}

.mg-arrow-circle-o-left:before {
  content: "\e04e";
}

.mg-arrow-circle-o-right:before {
  content: "\e04f";
}

.mg-exchange:before {
  content: "\e050";
}

.mg-updown:before {
  content: "\e051";
}

.mg-level-up:before {
  content: "\e052";
}

.mg-level-down:before {
  content: "\e053";
}

.mg-vertical:before {
  content: "\e054";
}

.mg-horizontal:before {
  content: "\e055";
}

.mg-expand:before {
  content: "\e056";
}

.mg-compress:before {
  content: "\e057";
}

.mg-expand-alt:before {
  content: "\e058";
}

.mg-compress-alt:before {
  content: "\e059";
}

.mg-expand-cross:before {
  content: "\e05a";
}

.mg-expand-cross-alt:before {
  content: "\e05b";
}

.mg-diffusion:before {
  content: "\e05c";
}

.mg-diffusion-alt:before {
  content: "\e05d";
}

.mg-convergence:before {
  content: "\e05e";
}

.mg-convergence-alt:before {
  content: "\e05f";
}

.mg-return-ur:before {
  content: "\e060";
}

.mg-return-ul:before {
  content: "\e061";
}

.mg-return-dr:before {
  content: "\e062";
}

.mg-return-dl:before {
  content: "\e063";
}

.mg-zigzag-ur:before {
  content: "\e064";
}

.mg-zigzag-ul:before {
  content: "\e065";
}

.mg-zigzag-dr:before {
  content: "\e066";
}

.mg-zigzag-dl:before {
  content: "\e067";
}

.mg-zigzag-round-ur:before {
  content: "\e068";
}

.mg-zigzag-round-ul:before {
  content: "\e069";
}

.mg-zigzag-round-dr:before {
  content: "\e06a";
}

.mg-zigzag-round-dl:before {
  content: "\e06b";
}

.mg-shuffle:before {
  content: "\e06c";
}

.mg-rotation-right:before {
  content: "\e06d";
}

.mg-rotation-left:before {
  content: "\e06e";
}

.mg-cycle:before {
  content: "\e06f";
}

.mg-check:before {
  content: "\e070";
}

.mg-check-circle:before {
  content: "\e071";
}

.mg-check-circle-o:before {
  content: "\e072";
}

.mg-check-square:before {
  content: "\e073";
}

.mg-check-square-o:before {
  content: "\e074";
}

.mg-plus:before {
  content: "\e075";
}

.mg-plus-square:before {
  content: "\e076";
}

.mg-plus-square-o:before {
  content: "\e077";
}

.mg-plus-circle:before {
  content: "\e078";
}

.mg-plus-circle-o:before {
  content: "\e079";
}

.mg-minus:before {
  content: "\e07a";
}

.mg-minus-square:before {
  content: "\e07b";
}

.mg-minus-square-o:before {
  content: "\e07c";
}

.mg-minus-circle:before {
  content: "\e07d";
}

.mg-minus-circle-o:before {
  content: "\e07e";
}

.mg-o-mark:before {
  content: "\e07f";
}

.mg-o-mark-square:before {
  content: "\e080";
}

.mg-o-mark-square-o:before {
  content: "\e081";
}

.mg-o-mark-circle:before {
  content: "\e082";
}

.mg-o-mark-circle-o:before {
  content: "\e083";
}

.mg-ex-mark:before {
  content: "\e084";
}

.mg-ex-mark-square:before {
  content: "\e085";
}

.mg-ex-mark-square-o:before {
  content: "\e086";
}

.mg-ex-mark-circle:before {
  content: "\e087";
}

.mg-ex-mark-circle-o:before {
  content: "\e088";
}

.mg-ban:before {
  content: "\e089";
}

.mg-bullseye:before {
  content: "\e08a";
}

.mg-exclamation:before {
  content: "\e08b";
}

.mg-exclamation-triangle:before {
  content: "\e08c";
}

.mg-exclamation-triangle-o:before {
  content: "\e08d";
}

.mg-exclamation-circle:before {
  content: "\e08e";
}

.mg-exclamation-circle-o:before {
  content: "\e08f";
}

.mg-question:before {
  content: "\e090";
}

.mg-question-circle:before {
  content: "\e091";
}

.mg-question-circle-o:before {
  content: "\e092";
}

.mg-information:before {
  content: "\e093";
}

.mg-information-circle:before {
  content: "\e094";
}

.mg-sort:before {
  content: "\e095";
}

.mg-sort-up:before {
  content: "\e096";
}

.mg-sort-down:before {
  content: "\e097";
}

.mg-sort-alpha-asc:before {
  content: "\e098";
}

.mg-sort-alpha-desc:before {
  content: "\e099";
}

.mg-sort-num-asc:before {
  content: "\e09a";
}

.mg-sort-num-desc:before {
  content: "\e09b";
}

.mg-backward-step:before {
  content: "\e09c";
}

.mg-backward-fast:before {
  content: "\e09d";
}

.mg-backward:before {
  content: "\e09e";
}

.mg-reverse:before {
  content: "\e09f";
}

.mg-stop:before {
  content: "\e0a0";
}

.mg-play:before {
  content: "\e0a1";
}

.mg-forward:before {
  content: "\e0a2";
}

.mg-forward-fast:before {
  content: "\e0a3";
}

.mg-forward-step:before {
  content: "\e0a4";
}

.mg-move-up:before {
  content: "\e0a5";
}

.mg-move-down:before {
  content: "\e0a6";
}

.mg-up-step:before {
  content: "\e0a7";
}

.mg-down-step:before {
  content: "\e0a8";
}

.mg-pause:before {
  content: "\e0a9";
}

.mg-up-double:before {
  content: "\e0aa";
}

.mg-down-double:before {
  content: "\e0ab";
}

.mg-up-double-fast:before {
  content: "\e0ac";
}

.mg-down-double-fast:before {
  content: "\e0ad";
}

.mg-circle:before {
  content: "\e0ae";
}

.mg-circle-o-thin:before {
  content: "\e0af";
}

.mg-circle-o:before {
  content: "\e0b0";
}

.mg-circle-o-bold:before {
  content: "\e0b1";
}

.mg-square:before {
  content: "\e0b2";
}

.mg-square-o-thin:before {
  content: "\e0b3";
}

.mg-square-o:before {
  content: "\e0b4";
}

.mg-square-o-bold:before {
  content: "\e0b5";
}

.mg-terminal:before {
  content: "\e0b6";
}

.mg-terminal-o:before {
  content: "\e0b7";
}

.mg-bug:before {
  content: "\e0b8";
}

.mg-bug-alt:before {
  content: "\e0b9";
}

.mg-male:before {
  content: "\e0ba";
}

.mg-female:before {
  content: "\e0bb";
}

.mg-child:before {
  content: "\e0bc";
}

.mg-bed:before {
  content: "\e0bd";
}

.mg-coffee:before {
  content: "\e0be";
}

.mg-cutlery:before {
  content: "\e0bf";
}

.mg-walk:before {
  content: "\e0c0";
}

.mg-run:before {
  content: "\e0c1";
}

.mg-car:before {
  content: "\e0c2";
}

.mg-truck:before {
  content: "\e0c3";
}

.mg-bicycle:before {
  content: "\e0c4";
}

.mg-motorcycle:before {
  content: "\e0c5";
}

.mg-train:before {
  content: "\e0c6";
}

.mg-ship:before {
  content: "\e0c7";
}

.mg-rocket:before {
  content: "\e0c8";
}

.mg-tree:before {
  content: "\e0c9";
}

.mg-tree-alt:before {
  content: "\e0ca";
}

.mg-leaf:before {
  content: "\e0cb";
}

.mg-share:before {
  content: "\e0cc";
}

.mg-reply:before {
  content: "\e0cd";
}

.mg-chare-all:before {
  content: "\e0ce";
}

.mg-reply-all:before {
  content: "\e0cf";
}

.mg-face-glad:before {
  content: "\e0d0";
}

.mg-face-smile:before {
  content: "\e0d1";
}

.mg-face-normal:before {
  content: "\e0d2";
}

.mg-face-frown:before {
  content: "\e0d3";
}

.mg-face-sad:before {
  content: "\e0d4";
}

.mg-face-angry:before {
  content: "\e0d5";
}

.mg-kitty-black:before {
  content: "\e0d6";
}

.mg-kitty-white:before {
  content: "\e0d7";
}

.mg-kitty-dapple:before {
  content: "\e0d8";
}

.mg-star:before {
  content: "\e0d9";
}

.mg-star-o:before {
  content: "\e0da";
}

.mg-star-half:before {
  content: "\e0db";
}

.mg-star-half-o:before {
  content: "\e0dc";
}

.mg-star-half-o-alt:before {
  content: "\e0dd";
}

.mg-thumbs-up:before {
  content: "\e0de";
}

.mg-thumbs-down:before {
  content: "\e0df";
}

.mg-bell:before {
  content: "\e0e0";
}

.mg-bell-o:before {
  content: "\e0e1";
}

.mg-bookmark:before {
  content: "\e0e2";
}

.mg-bookmark-o:before {
  content: "\e0e3";
}

.mg-phone:before {
  content: "\e0e4";
}

.mg-phone-square:before {
  content: "\e0e5";
}

.mg-message:before {
  content: "\e0e6";
}

.mg-message-o:before {
  content: "\e0e7";
}

.mg-message-alt:before {
  content: "\e0e8";
}

.mg-message-alt-o:before {
  content: "\e0e9";
}

.mg-discussion:before {
  content: "\e0ea";
}

.mg-discussion-o:before {
  content: "\e0eb";
}

.mg-discussion-alt:before {
  content: "\e0ec";
}

.mg-mail:before {
  content: "\e0ed";
}

.mg-mail-o:before {
  content: "\e0ee";
}

.mg-mail-square:before {
  content: "\e0ef";
}

.mg-heart:before {
  content: "\e0f0";
}

.mg-heart-o:before {
  content: "\e0f1";
}

.mg-flag:before {
  content: "\e0f2";
}

.mg-flag-o:before {
  content: "\e0f3";
}

.mg-upload:before {
  content: "\e0f4";
}

.mg-download:before {
  content: "\e0f5";
}

.mg-cloud:before {
  content: "\e0f6";
}

.mg-cloud-o:before {
  content: "\e0f7";
}

.mg-cloud-upload:before {
  content: "\e0f8";
}

.mg-cloud-download:before {
  content: "\e0f9";
}

.mg-toggle-off:before {
  content: "\e0fa";
}

.mg-toggle-on:before {
  content: "\e0fb";
}

.mg-microphone:before {
  content: "\e0fc";
}

.mg-microphone-slash:before {
  content: "\e0fd";
}

.mg-share-square:before {
  content: "\e0fe";
}

.mg-share-square-o:before {
  content: "\e0ff";
}

.mg-command-key:before {
  content: "\e100";
}

.mg-option-key:before {
  content: "\e101";
}

.mg-shift-key:before {
  content: "\e102";
}

.mg-escape-key:before {
  content: "\e103";
}

.mg-control-key:before {
  content: "\e104";
}

.mg-retrun-key:before {
  content: "\e105";
}

.mg-delete-key:before {
  content: "\e106";
}

.mg-delete-key-alt:before {
  content: "\e107";
}

.mg-caps-lock-key:before {
  content: "\e108";
}

.mg-eject-key:before {
  content: "\e109";
}

.mg-atmark:before {
  content: "\e10a";
}

.mg-asterisk:before {
  content: "\e10b";
}

.mg-copyright:before {
  content: "\e10c";
}

.mg-registration:before {
  content: "\e10d";
}

.mg-infinity:before {
  content: "\e10e";
}

.mg-code:before {
  content: "\e10f";
}

.mg-flashlight:before {
  content: "\e110";
}

.mg-timer:before {
  content: "\e111";
}

.mg-airplay:before {
  content: "\e112";
}

.mg-rss:before {
  content: "\e113";
}

.mg-rss-square:before {
  content: "\e114";
}

.mg-airplane:before {
  content: "\e115";
}

.mg-lock:before {
  content: "\e116";
}

.mg-password:before {
  content: "\e117";
}

.mg-unlock:before {
  content: "\e118";
}

.mg-wifi:before {
  content: "\e119";
}

.mg-airdrop:before {
  content: "\e11a";
}

.mg-target:before {
  content: "\e11b";
}

.mg-meter:before {
  content: "\e11c";
}

.mg-compass:before {
  content: "\e11d";
}

.mg-photo:before {
  content: "\e11e";
}

.mg-podcast:before {
  content: "\e11f";
}

.mg-volume-off:before {
  content: "\e120";
}

.mg-volume-down:before {
  content: "\e121";
}

.mg-volume-up:before {
  content: "\e122";
}

.mg-brightness-down:before {
  content: "\e123";
}

.mg-brightness-up:before {
  content: "\e124";
}

.mg-power:before {
  content: "\e125";
}

.mg-bluetooth:before {
  content: "\e126";
}

.mg-moon:before {
  content: "\e127";
}

.mg-moon-o:before {
  content: "\e128";
}

.mg-volt:before {
  content: "\e129";
}

.mg-battery-zoro:before {
  content: "\e12a";
}

.mg-battery-low:before {
  content: "\e12b";
}

.mg-battery-middle:before {
  content: "\e12c";
}

.mg-battery-high:before {
  content: "\e12d";
}

.mg-battery-charge:before {
  content: "\e12e";
}

.mg-battery-charge-o:before {
  content: "\e12f";
}

.mg-desktop:before {
  content: "\e130";
}

.mg-laptop:before {
  content: "\e131";
}

.mg-mobile:before {
  content: "\e132";
}

.mg-tablet:before {
  content: "\e133";
}

.mg-font-big:before {
  content: "\e134";
}

.mg-font-small:before {
  content: "\e135";
}

.mg-font-bold:before {
  content: "\e136";
}

.mg-font-italic:before {
  content: "\e137";
}

.mg-font-underline:before {
  content: "\e138";
}

.mg-header:before {
  content: "\e139";
}

.mg-crop:before {
  content: "\e13a";
}

.mg-keyhole:before {
  content: "\e13b";
}

.mg-keyhole-alt:before {
  content: "\e13c";
}

.mg-hole:before {
  content: "\e13d";
}

.mg-location-arrow:before {
  content: "\e13e";
}

.mg-map-marker:before {
  content: "\e13f";
}

.mg-search:before {
  content: "\e140";
}

.mg-search-plus:before {
  content: "\e141";
}

.mg-search-minus:before {
  content: "\e142";
}

.mg-camera:before {
  content: "\e143";
}

.mg-video-camera:before {
  content: "\e144";
}

.mg-briefcase:before {
  content: "\e145";
}

.mg-file:before {
  content: "\e146";
}

.mg-file-o:before {
  content: "\e147";
}

.mg-text:before {
  content: "\e148";
}

.mg-text-o:before {
  content: "\e149";
}

.mg-folder:before {
  content: "\e14a";
}

.mg-folder-o:before {
  content: "\e14b";
}

.mg-folder-open:before {
  content: "\e14c";
}

.mg-folder-open-o:before {
  content: "\e14d";
}

.mg-calendar:before {
  content: "\e14e";
}

.mg-calendar-o:before {
  content: "\e14f";
}

.mg-home:before {
  content: "\e150";
}

.mg-media-play:before {
  content: "\e151";
}

.mg-book:before {
  content: "\e152";
}

.mg-pencil:before {
  content: "\e153";
}

.mg-pencil-square:before {
  content: "\e154";
}

.mg-pencil-square-o:before {
  content: "\e155";
}

.mg-calculator:before {
  content: "\e156";
}

.mg-gavel:before {
  content: "\e157";
}

.mg-shopping-cart:before {
  content: "\e158";
}

.mg-picture:before {
  content: "\e159";
}

.mg-movie:before {
  content: "\e15a";
}

.mg-trash:before {
  content: "\e15b";
}

.mg-connect:before {
  content: "\e15c";
}

.mg-wrench:before {
  content: "\e15d";
}

.mg-adjust:before {
  content: "\e15e";
}

.mg-notification:before {
  content: "\e15f";
}

.mg-algorism:before {
  content: "\e160";
}

.mg-merge:before {
  content: "\e161";
}

.mg-branch:before {
  content: "\e162";
}

.mg-sitemap:before {
  content: "\e163";
}

.mg-inbox:before {
  content: "\e164";
}

.mg-hdd:before {
  content: "\e165";
}

.mg-paperclip:before {
  content: "\e166";
}

.mg-tag:before {
  content: "\e167";
}

.mg-tags:before {
  content: "\e168";
}

.mg-headphones:before {
  content: "\e169";
}

.mg-thumb-tack:before {
  content: "\e16a";
}

.mg-clock:before {
  content: "\e16b";
}

.mg-clock-o:before {
  content: "\e16c";
}

.mg-link:before {
  content: "\e16d";
}

.mg-tint:before {
  content: "\e16e";
}

.mg-umbrella:before {
  content: "\e16f";
}

.mg-table:before {
  content: "\e170";
}

.mg-equally:before {
  content: "\e171";
}

.mg-equally-alt:before {
  content: "\e172";
}

.mg-list:before {
  content: "\e173";
}

.mg-list-alt:before {
  content: "\e174";
}

.mg-list-ul:before {
  content: "\e175";
}

.mg-list-ol:before {
  content: "\e176";
}

.mg-menu:before {
  content: "\e177";
}

.mg-align-justfy:before {
  content: "\e178";
}

.mg-align-left:before {
  content: "\e179";
}

.mg-align-center:before {
  content: "\e17a";
}

.mg-align-right:before {
  content: "\e17b";
}

.mg-rudder:before {
  content: "\e17c";
}

.mg-app:before {
  content: "\e17d";
}

.mg-app-circle:before {
  content: "\e17e";
}

.mg-app-circle-alt:before {
  content: "\e17f";
}

.mg-music:before {
  content: "\e180";
}

.mg-music-circle:before {
  content: "\e181";
}

.mg-music-circle-alt:before {
  content: "\e182";
}

.mg-xcode:before {
  content: "\e183";
}

.mg-xcode-o:before {
  content: "\e184";
}

.mg-tool:before {
  content: "\e185";
}

.mg-tool-alt:before {
  content: "\e186";
}

.mg-user:before {
  content: "\e187";
}

.mg-users:before {
  content: "\e188";
}

.mg-login:before {
  content: "\e189";
}

.mg-logout:before {
  content: "\e18a";
}

.mg-key:before {
  content: "\e18b";
}

.mg-switch:before {
  content: "\e18c";
}

.mg-share-alt:before {
  content: "\e18d";
}

.mg-gear:before {
  content: "\e18e";
}

.mg-button:before {
  content: "\e18f";
}

.mg-lattice:before {
  content: "\e190";
}

.mg-lattice-alt:before {
  content: "\e191";
}

.mg-scope:before {
  content: "\e192";
}

.mg-vibration:before {
  content: "\e193";
}

.mg-shake:before {
  content: "\e194";
}

.mg-globe:before {
  content: "\e195";
}

.mg-anchor:before {
  content: "\e196";
}

.mg-sword:before {
  content: "\e197";
}

.mg-shield:before {
  content: "\e198";
}

.mg-magnet:before {
  content: "\e199";
}

.mg-scissors:before {
  content: "\e19a";
}

.mg-paper-plane:before {
  content: "\e19b";
}

.mg-eyedropper:before {
  content: "\e19c";
}

.mg-flask:before {
  content: "\e19d";
}

.mg-flask-alt:before {
  content: "\e19e";
}

.mg-bomb:before {
  content: "\e19f";
}

.mg-cube:before {
  content: "\e1a0";
}

.mg-database:before {
  content: "\e1a1";
}

.mg-bank:before {
  content: "\e1a2";
}

.mg-archive:before {
  content: "\e1a3";
}

.mg-archive-alt:before {
  content: "\e1a4";
}

.mg-signal:before {
  content: "\e1a5";
}

.mg-certificate:before {
  content: "\e1a6";
}

.mg-gem:before {
  content: "\e1a7";
}

.mg-printer:before {
  content: "\e1a8";
}

.mg-game-pad-round:before {
  content: "\e1a9";
}

.mg-game-pad-square:before {
  content: "\e1aa";
}

.mg-lamp:before {
  content: "\e1ab";
}

.mg-fire:before {
  content: "\e1ac";
}

.mg-trophy:before {
  content: "\e1ad";
}

.mg-crown:before {
  content: "\e1ae";
}

.mg-medal:before {
  content: "\e1af";
}

.mg-spin-circle:before {
  content: "\e1b0";
}

.mg-lifeling:before {
  content: "\e1b1";
}

.mg-baseball:before {
  content: "\e1b2";
}

.mg-football:before {
  content: "\e1b3";
}

.mg-basketball:before {
  content: "\e1b4";
}

.mg-mushroom:before {
  content: "\e1b5";
}

.mg-hatena-block:before {
  content: "\e1b6";
}

.mg-brick:before {
  content: "\e1b7";
}

.mg-block:before {
  content: "\e1b8";
}

.mg-block-alt:before {
  content: "\e1b9";
}

.mg-ground-block:before {
  content: "\e1ba";
}

.mg-coin:before {
  content: "\e1bb";
}

.mg-vase:before {
  content: "\e1bc";
}

.mg-credit-card:before {
  content: "\e1bd";
}

.mg-eye:before {
  content: "\e1be";
}

.mg-eye-alt:before {
  content: "\e1bf";
}

.mg-boolean-split:before {
  content: "\e1c0";
}

.mg-boolean-union:before {
  content: "\e1c1";
}

.mg-boolean-difference:before {
  content: "\e1c2";
}

.mg-boolean-intersection:before {
  content: "\e1c3";
}

.mg-boolean-xor:before {
  content: "\e1c4";
}

.mg-recycle:before {
  content: "\e1c5";
}

.mg-recycle-alt:before {
  content: "\e1c6";
}

.mg-biohazard:before {
  content: "\e1c7";
}

.mg-wheelchair:before {
  content: "\e1c8";
}

.mg-r18:before {
  content: "\e1c9";
}

.mg-jpy:before {
  content: "\e1ca";
}

.mg-usd:before {
  content: "\e1cb";
}

.mg-eur:before {
  content: "\e1cc";
}

.mg-gbp:before {
  content: "\e1cd";
}

.mg-btc:before {
  content: "\e1ce";
}

.mg-hammer:before {
  content: "\e1cf";
}

.mg-hammer-square:before {
  content: "\e1d0";
}

.mg-swift:before {
  content: "\e1d1";
}

.mg-swift-square:before {
  content: "\e1d2";
}

.mg-c-lang-square:before {
  content: "\e1d3";
}

.mg-cpp-square:before {
  content: "\e1d4";
}

.mg-c-sharp-square:before {
  content: "\e1d5";
}

.mg-go-lang-square:before {
  content: "\e1d6";
}

.mg-python-square:before {
  content: "\e1d7";
}

.mg-perl-square:before {
  content: "\e1d8";
}

.mg-ruby-square:before {
  content: "\e1d9";
}

.mg-rails-square:before {
  content: "\e1da";
}

.mg-java-square:before {
  content: "\e1db";
}

.mg-objc-square:before {
  content: "\e1dc";
}

.mg-php-square:before {
  content: "\e1dd";
}

.mg-unix-square:before {
  content: "\e1de";
}

.mg-osx-square:before {
  content: "\e1df";
}

.mg-ios-square:before {
  content: "\e1e0";
}

.mg-mac-square:before {
  content: "\e1e1";
}

.mg-win-square:before {
  content: "\e1e2";
}

.mg-js-square:before {
  content: "\e1e3";
}

.mg-html-square:before {
  content: "\e1e4";
}

.mg-xml-square:before {
  content: "\e1e5";
}

.mg-css-square:before {
  content: "\e1e6";
}

.mg-scss-square:before {
  content: "\e1e7";
}

.mg-less-square:before {
  content: "\e1e8";
}

.mg-sql-square:before {
  content: "\e1e9";
}

.mg-x-square:before {
  content: "\e1ea";
}

.mg-bargraph:before {
  content: "\e1eb";
}

.mg-butterfly:before {
  content: "\f000";
}

.mg-butterfly-square:before {
  content: "\f001";
}

.mg-apple:before {
  content: "\f002";
}

.mg-windows:before {
  content: "\f003";
}

.mg-google-play:before {
  content: "\f004";
}

.mg-android:before {
  content: "\f005";
}

.mg-google:before {
  content: "\f006";
}

.mg-googleplus:before {
  content: "\f007";
}

.mg-googleplus-square:before {
  content: "\f008";
}

.mg-youtube:before {
  content: "\f009";
}

.mg-youtube-square:before {
  content: "\f00a";
}

.mg-tumblr:before {
  content: "\f00b";
}

.mg-tumblr-square:before {
  content: "\f00c";
}

.mg-facebook:before {
  content: "\f00d";
}

.mg-facebook-square:before {
  content: "\f00e";
}

.mg-facebook-official:before {
  content: "\f00f";
}

.mg-twitter:before {
  content: "\f010";
}

.mg-twitter-square:before {
  content: "\f011";
}

.mg-github:before {
  content: "\f012";
}

.mg-github-alt:before {
  content: "\f013";
}

.mg-bitbucket:before {
  content: "\f014";
}

.mg-bitbucket-square:before {
  content: "\f015";
}

.mg-skype:before {
  content: "\f016";
}

.mg-pinterest:before {
  content: "\f017";
}

.mg-wordpress:before {
  content: "\f018";
}

.mg-wordpress-alt:before {
  content: "\f019";
}

.mg-stackoverflow:before {
  content: "\f01a";
}

.mg-behance:before {
  content: "\f01b";
}

.mg-wikipedia:before {
  content: "\f01c";
}

.mg-vimeo:before {
  content: "\f01d";
}

.mg-dropbox:before {
  content: "\f01e";
}

.mg-bing:before {
  content: "\f01f";
}

.mg-flickr:before {
  content: "\f020";
}

.mg-instagram:before {
  content: "\f021";
}

.mg-hackernews:before {
  content: "\f022";
}

.mg-amazon:before {
  content: "\f023";
}

.mg-yahoo:before {
  content: "\f024";
}

.mg-paypal:before {
  content: "\f025";
}

.mg-unity:before {
  content: "\f026";
}

.mg-cocos2d:before {
  content: "\f027";
}

.mg-raspberry:before {
  content: "\f028";
}

.mg-line:before {
  content: "\f029";
}

.mg-hatenabookmark:before {
  content: "\f02a";
}

.mg-tex:before {
  content: "\f02b";
}

.mg-seiren:before {
  content: "\f02c";
}

.mg-html5:before {
  content: "\f02d";
}

.mg-css3:before {
  content: "\f02e";
}

.mg-chrome:before {
  content: "\f02f";
}

.mg-safari:before {
  content: "\f030";
}

.mg-ie:before {
  content: "\f031";
}

.mg-edge:before {
  content: "\f032";
}

.mg-firefox:before {
  content: "\f033";
}

.mg-oprera:before {
  content: "\f034";
}

/* WPS -> information-list
================================================== */
/* mobile */
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container {
  margin-bottom: 0;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  margin: 0 !important;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  padding: 0.25rem 1rem;
  font-size: 1rem;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: #e8e8e8;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 10px !important;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post {
  margin-top: 0;
  padding: 0 !important;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-thumbnail-wrap {
  display: none !important;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-entry-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.1rem 0 !important;
  padding: 0.2rem 0.5rem !important;
  background: rgba(255, 255, 255, 0.9);
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-entry-content .entry-title {
  order: 2;
  font-size: medium !important;
  font-weight: 400;
  margin: 0 !important;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-entry-content .entry-meta {
  order: 1;
  width: 100%;
  font-size: small;
  flex-wrap: nowrap;
  margin: 0 1rem 0 0;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-entry-content .entry-meta:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 0.5rem;
}
.wps_information-list .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body div.articles-list article.post .post-entry-content .entry-meta a.data-link {
  pointer-events: none;
}
.wps_information-list .vc_column-inner .wpb_wrapper .default-btn-shortcode {
  position: absolute;
  top: 0.6rem;
  right: 1.5rem;
  z-index: 100;
}

/* #Desktop & Tablet (Landscape) > 600(default:768)) */
@media (min-width: 600px) {
  .wps_information-list .vc_column-inner .wpb_wrapper .articles-list article.post .post-entry-content {
    flex-wrap: nowrap;
  }
  .wps_information-list .vc_column-inner .wpb_wrapper .articles-list article.post .post-entry-content .entry-title {
    font-size: medium !important;
    margin: 0;
  }
  .wps_information-list .vc_column-inner .wpb_wrapper .articles-list article.post .post-entry-content .entry-meta {
    display: inline-block;
    width: auto !important;
    font-size: medium !important;
    margin: 0 1rem 0 0 !important;
  }
  .wps_information-list .vc_column-inner .wpb_wrapper .default-btn-shortcode {
    top: 0.25rem;
  }
}
body.page-id-54552 .post-thumbnail-wrap {
  display: none;
}

/* WPS -> custom-loop-list
================================================== */
ul.wps_custom-loop-list {
  display: block !important;
  position: relative;
  width: 100%;
  margin: 0.25rem 0;
  list-style: none !important;
}
ul.wps_custom-loop-list li.wps_column {
  margin: 0.25rem 0;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner {
  display: flex;
  box-sizing: border-box;
  padding: 0.25rem 0.75rem;
  color: #334455;
  text-decoration: none;
  background: #f1f3f5;
  border-radius: 3px;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner:hover {
  opacity: 0.75;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  vertical-align: middle;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta * {
  padding: 0 0.25rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta .date {
  width: 7rem;
  font-size: small;
  margin-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: #667788;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta .date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 0.5rem;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta .tag {
  margin-right: 0.25rem;
  padding: 0.2rem 0.5rem;
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1rem !important;
  border: 1px solid #ccc;
  border-radius: 3px;
}
ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-title .title {
  font-weight: 500;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width: 768px) {
  ul.wps_custom-loop-list li.wps_column a.wps_column-inner {
    padding: 0.125rem 0.75rem;
  }
  ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-title .title {
    line-height: 2rem;
  }
  ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta {
    margin: 0 1rem 0 0 !important;
    padding: 0 0.25rem;
  }
  ul.wps_custom-loop-list li.wps_column a.wps_column-inner .post-content .entry-meta .date {
    font-size: 0.9rem;
  }
}
.tag.tag_name-PDF {
  color: #cc0000 !important;
  background: #fff;
  border: 1px solid #cc0000 !important;
}

.tag.tag_name-PPT {
  color: #f57c1b !important;
  background: #fff;
  border: 1px solid #f57c1b !important;
}

/* Word
================================================== */
ul.list-word {
  margin: 0 !important;
  list-style: none !important;
}
ul.list-word li {
  margin: 0;
  padding: 10px 20px;
  background: #009090;
  background: rgba(0, 128, 128, 0.75);
}
ul.list-word li a img {
  width: 200px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
ul.list-word li a p {
  line-height: 1.5 !important;
}

.date.post-type-archive-word #fancy-header .wf-wrap,
.post-type-archive-word .page-title,
.single-word .page-title {
  display: none !important;
}

.date.post-type-archive-word #main {
  padding-top: 0;
}

.post-type-archive-word #main {
  padding-top: 0;
}

.single-word #main {
  padding-top: 0;
}

.post-type-archive-word .wf-wrap,
.post-type-archive-word .content {
  position: static !important;
}

.post-type-archive-word .word-title {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 12.5rem;
  /* margin-left: -50px; */
  margin-left: -0.5rem;
  /* margin-right: -50px; */
  padding: 3rem 0;
  text-align: center;
  background: rgb(231, 231, 231);
  background: linear-gradient(110deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 40%, rgb(0, 144, 144) 75%, rgb(0, 144, 144) 100%);
}
.post-type-archive-word .word-title h2 {
  width: 50%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2rem;
  margin: auto;
  padding: 2rem;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.post-type-archive-word .word-title img {
  max-width: 100%;
  max-height: 320px;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.post-type-archive-word .archive-posts {
  padding-top: 250px;
}
.post-type-archive-word .word-text {
  padding: 25px 100px;
}

.single-word .word-title {
  padding: 40px;
  background: #e7e7e7;
  background: rgb(231, 231, 231);
  background: linear-gradient(110deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 40%, rgb(0, 144, 144) 75%, rgb(0, 144, 144) 100%);
}
.single-word .word-title img {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.single-word .word-text {
  padding: 25px 100px;
}
.single-word .word-text * {
  color: #009090;
}
.single-word .word-text blockquote {
  margin: 0;
  padding: 0;
  text-align: center;
  quotes: none;
  background: none;
  border: none;
}
.single-word .word-text blockquote > h2:before {
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  content: "“";
  left: 0;
  top: -10px;
}
.single-word .word-text blockquote > h2:after {
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  content: "”";
  right: 0;
  top: calc(100% - 30px);
}
.single-word .word-text p {
  font-size: 1rem !important;
  text-align: right;
}
.single-word .word-text p span {
  display: inline-block;
  margin-left: 1rem;
}
.single-word .word-text-desc h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  position: relative;
  color: #009090;
  font-size: 1.5rem;
}
.single-word .word-text-desc p {
  font-size: 1rem;
  white-space: pre-wrap;
  line-height: 2rem;
}
.single-word .word-ctr .btn-bookshop {
  border-radius: 5px;
}

.post-type-archive-word blockquote .word-text h2,
.single-word .word-text blockquote h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  position: relative;
  padding: 0 2rem;
  vertical-align: top;
  color: #009090;
  font-size: 2.5rem;
  line-height: 1.75;
  white-space: pre-wrap;
  text-align: center;
}

.hr-dot {
  margin: 3rem 0;
  border: 1px dashed #ccc;
}

@media screen and (max-width: 992px) {
  .post-type-archive-word .word-text,
  .single-word .word-text {
    margin-bottom: 60px;
    padding: 0;
  }
  .post-type-archive-word blockquote .word-text h2,
  .single-word .word-text blockquote h2 {
    font-size: 1.5rem;
  }
  .post-type-archive-word #main,
  .single-word #main {
    padding: 74px 0;
  }
  .post-type-archive-word .word-title h2 {
    width: 80%;
  }
}
/* related post | archive date */
.word-archive .wp-block-heading,
.single-related-posts .wp-block-heading {
  color: var(--the7-h3-color) !important;
  font: var(--the7-h3-font) !important;
  font-size: var(--the7-h3-font-size) !important;
  font-weight: 600 !important;
  text-transform: var(--the7-h3-text-transform) !important;
  letter-spacing: var(--the7-h3-letter-spacing) !important;
  word-spacing: var(--the7-h3-word-spacing) !important;
  text-decoration: var(--the7-h3-text-decoration) !important;
  margin-bottom: 30px;
  border-bottom: 2px #CCC;
}

.word-archive .wp-block-heading {
  margin-top: 30px;
}

ul.list-word-related-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
ul.list-word-related-post li.post-item {
  width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem !important;
}
ul.list-word-related-post li.post-item a {
  text-decoration: none !important;
}
ul.list-word-related-post li.post-item a img {
  border: 3px solid #009090;
  border-radius: 3px;
}
ul.list-word-related-post li.post-item a h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #009090;
  margin: 1.1rem 0 1rem 0;
}
ul.list-word-related-post li.post-item a p {
  color: #234;
  margin: 1rem 0;
  line-height: 1.5 !important;
}

ul.list-word-date-archive {
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 992px) {
  ul.list-word-related-post li.post-item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  ul.list-word-related-post li.post-item {
    width: 100%;
    margin: 10px 0;
  }
}
/* Related Posts
================================================== */
/* 関連コンテンツ */
.single-related-posts {
  border: none;
}
.single-related-posts .post-content .text-secondary {
  display: none;
}
.single-related-posts .items-grid .related-item {
  padding: 0 20px 20px;
}
.single-related-posts .items-grid .related-item article.post-format-standard .mini-post-img a {
  margin: 0 10px 10px 0;
}
.single-related-posts .items-grid .related-item article.post-format-standard .post-content a {
  font-size: calc(var(--dp2-font-size) - 1px) !important;
  font-weight: 500;
  line-height: 1.5rem;
}
.single-related-posts .items-grid .related-item article.post-format-standard .post-content a:hover {
  color: var(--custom-color_main);
  text-decoration: underline;
}

.section-related-adjustment .wps-column-inner {
  display: flex;
  flex-direction: column;
}

.section-related-adjustment .wps-column-inner .image {
  order: 1;
}

.section-related-adjustment .wps-column-inner .desc {
  order: 2;
}

.section-related-adjustment .wps-column-inner .date_label {
  order: 3;
}

.section-related-adjustment .desc a.button {
  display: none;
}

/* DT -> css grid
 blog-shortcode  mode-grid bottom-overlap-layout-list 
 content-bg-on meta-info-off dt-css-grid-wrap 
 dt-icon-bg-off resize-by-browser-width 
 loading-effect-fade-in description-under-image


 blog-shortcode blog-masonry-shortcode-id-e65316b84126ddb2b0a71e2ee01b745c mode-grid bottom-overlap-layout-list jquery-filter scale-img dt-css-grid-wrap dt-icon-bg-off resize-by-browser-width loading-effect-fade-in description-under-image 

================================================== */
.mode-grid.bottom-overlap-layout-list.dt-css-grid-wrap .dt-css-grid .visible.wf-cell article.post .post-thumbnail-wrap {
  height: auto;
  padding: 0;
}
.mode-grid.bottom-overlap-layout-list.dt-css-grid-wrap .dt-css-grid .visible.wf-cell article.post .post-thumbnail-wrap .post-thumbnail a img {
  border-radius: var(--dp2-border-radius);
}
.mode-grid.bottom-overlap-layout-list.dt-css-grid-wrap .dt-css-grid .visible.wf-cell article.post .post-entry-content {
  margin-top: 0;
  padding: 0.5rem 0;
}
.mode-grid.bottom-overlap-layout-list.dt-css-grid-wrap .dt-css-grid .visible.wf-cell article.post .post-entry-content .entry-title {
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Temple
================================================== */
article[class*=post-].temple * {
  font-family: "Noto Sans JP";
}
article[class*=post-].temple h3 {
  font-size: 1.75rem !important;
  padding-bottom: 0.5rem;
}
article[class*=post-].temple p {
  font-size: var(--dp2-font-size);
  line-height: 1.75;
}

article.temple {
  width: 100%;
}
article.temple p {
  white-space: pre-wrap;
}
article.temple .wps_row {
  margin-bottom: 3rem;
  /* 寺院基本情報 */
  /* アクセス */
}
article.temple .wps_row *:is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 2rem;
  border-bottom: 3px solid #008080;
}
article.temple .wps_row:nth-child(1) {
  /* 寺院名 */
  /* 読み */
  /* social list */
  /* action buttons */
}
article.temple .wps_row:nth-child(1) .wps_column {
  /* min-height: 350px; */
}
article.temple .wps_row:nth-child(1) .wps_heading {
  margin-bottom: 2rem;
}
article.temple .wps_row:nth-child(1) .title {
  font-family: "Noto Sans JP";
  color: rgb(96, 96, 64);
  margin-top: 0;
  padding-bottom: 0.5rem;
  font-weight: 600;
  border-bottom: 3px solid rgba(128, 128, 96, 0.5);
}
article.temple .wps_row:nth-child(1) .temple-reading {
  margin-bottom: 2rem;
}
article.temple .wps_row:nth-child(1) .temple-homepage {
  display: inline-block;
}
article.temple .wps_row:nth-child(1) ul.social-list {
  /* position: absolute;
  min-width: 40%;
  right: 0;
  top: 10px; */
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 1rem 0;
  padding: 0.35rem 0 0.25rem 0;
  background: rgba(255, 255, 255, 0.9);
}
article.temple .wps_row:nth-child(1) ul.social-list li {
  margin: 0 1.5rem 0 0 !important;
}
article.temple .wps_row:nth-child(1) ul.social-list li a:hover {
  opacity: 0.8;
}
article.temple .wps_row:nth-child(1) ul.social-list li i {
  font-size: 1.25rem;
}
article.temple .wps_row:nth-child(1) .action-button-group {
  display: flex;
  justify-content: stretch;
  gap: 0.25rem;
  position: relative;
  width: 100%;
  margin: 2rem auto;
}
article.temple .wps_row:nth-child(1) .action-button-group a.dt-btn {
  display: inline-block;
  align-self: stretch;
  flex-basis: 50%;
  font-size: small;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 5px;
  background: #f57c1b !important;
}
article.temple .wps_row:nth-child(1) .action-button-group a.dt-btn:hover {
  opacity: 0.8;
}
article.temple .wps_row:nth-child(1) .action-button-group a.dt-btn i {
  margin-right: 0.25rem;
}
article.temple .wps_row:nth-child(1) .action-button-group a.dt-btn + a.dt-btn {
  margin-left: 0.25rem;
}
article.temple .wps_row:last-child .flxmap-container {
  margin-bottom: 2rem;
}
article.temple .wps_row:last-child p {
  line-height: 1.5 !important;
}

@media only screen and (min-width: 768px) {
  .temple .wps_row:nth-child(1) .wps_column {
    min-height: 350px;
  }
  .action-button-group {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
  }
  .action-button-group a.dt-btn {
    font-size: medium;
  }
}
/* Swiper
================================================== */
.swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
  /* max-height: 300px; */
}
.swiper .swiper-wrapper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 350px;
  max-height: 350px;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /* border-radius: 3px; */
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: calc(50% - 0.5rem);
  padding: 0.5rem 0.1rem;
  background: rgba(255, 255, 255, 0.75) !important;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  color: #008080 !important;
  font-size: calc(var(--swiper-navigation-size) / 2) !important;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev:before {
  content: "＜";
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next:before {
  content: "＞";
}

/* Table
================================================== */
.table.temple-info {
  border-collapse: separate;
  border-spacing: 2px;
  border: none;
}
.table.temple-info * {
  box-sizing: border-box;
}
.table.temple-info a.button {
  overflow: visible;
}
.table.temple-info th, .table.temple-info td {
  display: block;
  font-size: 1rem;
  background: none;
  border-color: #fff;
  box-shadow: none;
}
.table.temple-info th {
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  padding: 0.65em 1em;
  background: #eee;
  line-height: 1;
}
.table.temple-info td {
  padding: 0.65em 0.25em 0.65em 0.5em;
  text-align: left;
  font-size: small;
  vertical-align: middle;
}
.table.temple-info td p {
  margin: 0 !important;
}
.table.temple-info th.negative-bottom,
.table.temple-info td.negative-bottom {
  padding-bottom: 0.3em;
}

@media only screen and (min-width: 768px) {
  .table.temple-info th,
  .table.temple-info td {
    display: table-cell;
  }
  .table.temple-info th {
    text-align: right;
    border-color: #fff;
  }
  .table.temple-info td {
    font-size: 1rem;
  }
}
/* ACF class
================================================== */
.acf-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  list-style: none !important;
}
.acf-checkbox-list li {
  margin: 0 0.35rem 0.35rem 0 !important;
  padding: 0 0.5rem;
  border-radius: 5px;
}
.acf-checkbox-list li.selected {
  background: #fff;
  border: 1px solid #18c408;
}
.acf-checkbox-list li.selected p:before {
  /* font-family: "Font Awesome 5 Brands"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* font-weight: 400; */
  content: "\f00c";
  color: #18c408;
  margin-right: 0.25em;
}
.acf-checkbox-list li.not_selected {
  background: #eee;
  border: 1px solid #eee;
}
.acf-checkbox-list li.not_selected p {
  color: #ccc;
}
.acf-checkbox-list li.not_selected p:before {
  /* font-family: "Font Awesome 5 Brands"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* font-weight: 400; */
  content: "\f00c";
  color: #aaa;
  margin-right: 0.25em;
}
.acf-checkbox-list li p {
  margin: 0.5em 1em 0.5em 0.5em;
  line-height: 1em;
  white-space: nowrap;
}

/* Temple -> List
================================================== */
ul.temple-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none !important;
}
ul.temple-list li {
  margin: 0 0 1rem 0 !important;
}
ul.temple-list li a:hover {
  opacity: 0.9;
}
ul.temple-list li a.wps_column-inner {
  display: flex;
  flex-direction: row;
  padding: 0;
  text-decoration: none;
  background: #f9f9f9;
  /* background: #EEE; */
}
ul.temple-list li a .post-image {
  width: 140px !important;
  min-width: 140px;
  height: 140px !important;
  min-height: 140px;
}
ul.temple-list li a .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.temple-list li a .post-content {
  width: 100%;
  padding: 0.35rem 0.75rem;
}
ul.temple-list li a .post-content .title {
  font-family: "Noto Sans JP";
  color: rgb(96, 96, 64);
  margin-top: 0;
  margin-bottom: 0.3rem;
  padding-bottom: 0.35rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 3px solid rgba(128, 128, 96, 0.5);
}
ul.temple-list li a .custom-field {
  color: #334455;
  line-height: 1rem;
}
ul.temple-list li a .custom-field p {
  margin: 0 !important;
  line-height: 1.5 !important;
}
ul.temple-list li a .custom-field p.temple-reading {
  margin: 0 0 0.5rem 0 !important;
  font-size: 0.75rem !important;
}
ul.temple-list li a .custom-field p.temple-address {
  font-size: 0.9rem !important;
}

/* Sidebar
================================================== */
.sidebar .sidebar-content {
  padding-left: 0;
}
.sidebar .sidebar-content section.widget .wp-block-group .wp-block-heading {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem !important;
  line-height: 3rem;
  letter-spacing: 0.05em;
}
.sidebar .sidebar-content section.widget ul {
  margin: 0 0 1em 0;
}
.sidebar .sidebar-content section.widget ul li a {
  font-size: var(--dp2-font-size);
  font-size: calc(var(--dp2-font-size) - 1px);
  font-weight: 500;
  line-height: 1.5rem;
}
.sidebar .sidebar-content section.widget ul li a:hover {
  color: var(--custom-color_main);
  text-decoration: underline;
}
.sidebar .sidebar-content section.widget .widget-title {
  margin-bottom: 1rem !important;
}

/* Extend Contents
================================================== */
.wp-block-heading {
  font-weight: 500;
}

/* しんらんさまめぐり */
.wp-block-columns.is-layout-flex {
  margin-bottom: 1.5rem;
}
.wp-block-columns.is-layout-flex .wp-block-column.is-layout-flow figure.wp-block-embed,
.wp-block-columns.is-layout-flex .wp-block-column.is-layout-flow figure.wp-block-image {
  margin-bottom: 1.5rem;
}

.heading-border-left {
  padding-left: 1rem;
  border-left: 6px solid var(--dp2-color--main);
  line-height: 2rem;
}

.invisible-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.invisible-btn div a {
  background: transparent !important;
  color: transparent !important;
}

/* cp_kyoku -> Page title
================================================== */
body.cp_kyoku-template-default #page .page-title .wf-wrap,
body.post-type-archive-cp_kyoku #page .page-title .wf-wrap {
  align-items: flex-start;
}
/* Post content
================================================== */
#main .wf-wrap .wf-container-main .content p, #main .wf-wrap .wf-container-main .content li {
  margin-bottom: 2.5rem;
  margin: 0.25rem 0;
  font-size: var(--dp2-font-size);
  line-height: 2rem;
}
#main .wf-wrap .wf-container-main .content p:first-child, #main .wf-wrap .wf-container-main .content li:first-child {
  margin-top: 0 !important;
}
#main .wf-wrap .wf-container-main .content p.has-medium-font-size, #main .wf-wrap .wf-container-main .content li.has-medium-font-size {
  margin-bottom: 2.5rem;
  margin: 1rem 0;
  font-size: var(--dp2-font-size) !important;
  line-height: 2rem;
}

article.post.type-post div.entry-content *:is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 2rem 0;
  line-height: 3rem;
  letter-spacing: 0.05em;
}
article.post.type-post div.entry-content *:is(h1, h2, h3, h4, h5, h6):after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 0.5rem;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
article.post.type-post div.entry-content p {
  margin-bottom: 2.5rem;
  margin: 1rem 0;
  font-size: var(--dp2-font-size);
  line-height: 2rem;
}
article.post.type-post div.entry-content p:first-child {
  margin-top: 0 !important;
}
article.post.type-post div.entry-content p.has-medium-font-size {
  margin-bottom: 2.5rem;
  margin: 1rem 0;
  font-size: var(--dp2-font-size) !important;
  line-height: 2rem;
}
article.post.type-post .navigation.post-navigation .nav-links {
  display: flex;
  flex-flow: row;
  justify-content: center;
  border-width: 0;
}
article.post.type-post .navigation.post-navigation .nav-links a {
  width: 50%;
}
article.post.type-post .navigation.post-navigation .nav-links a.nav-previous {
  padding-left: 30px;
  margin-right: 5px;
}
article.post.type-post .navigation.post-navigation .nav-links a.nav-previous svg {
  width: 24px;
}
article.post.type-post .navigation.post-navigation .nav-links a.nav-next {
  padding-right: 30px;
  margin-left: 5px;
}
article.post.type-post .navigation.post-navigation .nav-links a.nav-next svg {
  width: 24px;
}
article.post.type-post .navigation.post-navigation .nav-links a span.post-title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: calc(var(--dp2-font-size) - 1px);
  line-height: 1.5rem;
}
article.post.type-post .single-related-posts h3 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  padding: 0.5rem 0;
  border-bottom: 3px solid;
  border-color: rgb(0, 128, 128);
  border-color: var(--custom-color_main);
}

.selector .visually-hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}

/* Spacing
================================================== */
.mb0 {
  margin-bottom: 0 !important;
}

/* Utility
================================================== */
/* Utility style
================================================== */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wp-block-heading {
  font-weight: 500;
}

.heading-border-left {
  padding-left: 1rem;
  border-left: 6px solid var(--dp2-color--main);
  line-height: 2rem;
}

.border-box {
  padding: 1rem 1.5rem;
  border: solid 1px var(--dp2-color_transparent_bk);
  border-radius: var(--dp2-border--radius);
  font-size: 0.9rem;
}

.bg-transparent_wh {
  background: var(--dp2-color_transparent_wh_50);
}

.rounded,
.rounded:before {
  border-radius: var(--dp2-border--radius);
}

.text-shadow_wh,
.text-shadow_wh *:is(h1, h2, h3, h4, h5, h6) {
  text-shadow: var(--dp2-text-shadow-min_wh);
}

.text-shadow_bk,
.text-shadow_bk *:is(h1, h2, h3, h4, h5, h6) {
  text-shadow: var(--dp2-text-shadow-min_bk);
}

hr {
  margin: 10px 0;
}

.hr {
  clear: both;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  position: relative;
  margin: 10px 0 20px 0;
  /* 30px 0; */
  float: left;
}

.hr.hr-default .hr-inner {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eee;
}

.hr.hr-default .hr-inner:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr.hr-default .hr-inner:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #334455, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
}

.hr-text-wh {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
}

.m-none {
  margin: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.ml-none {
  margin-left: 0 !important;
}

.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-xs {
  margin: 0.25rem !important;
}

.mt-xs {
  margin-top: 0.25rem !important;
}

.mr-xs {
  margin-right: 0.25rem !important;
}

.mb-xs {
  margin-bottom: 0.25rem !important;
}

.ml-xs {
  margin-left: 0.25rem !important;
}

.mx-xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-sm {
  margin: 0.5rem !important;
}

.mt-sm {
  margin-top: 0.5rem !important;
}

.mr-sm {
  margin-right: 0.5rem !important;
}

.mb-sm {
  margin-bottom: 0.5rem !important;
}

.ml-sm {
  margin-left: 0.5rem !important;
}

.mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-md {
  margin: 1rem !important;
}

.mt-md {
  margin-top: 1rem !important;
}

.mr-md {
  margin-right: 1rem !important;
}

.mb-md {
  margin-bottom: 1rem !important;
}

.ml-md {
  margin-left: 1rem !important;
}

.mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-lg {
  margin: 1.5rem !important;
}

.mt-lg {
  margin-top: 1.5rem !important;
}

.mr-lg {
  margin-right: 1.5rem !important;
}

.mb-lg {
  margin-bottom: 1.5rem !important;
}

.ml-lg {
  margin-left: 1.5rem !important;
}

.mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-xl {
  margin: 2rem !important;
}

.mt-xl {
  margin-top: 2rem !important;
}

.mr-xl {
  margin-right: 2rem !important;
}

.mb-xl {
  margin-bottom: 2rem !important;
}

.ml-xl {
  margin-left: 2rem !important;
}

.mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-none {
  padding: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-xs {
  padding: 0.25rem !important;
}

.pt-xs {
  padding-top: 0.25rem !important;
}

.pr-xs {
  padding-right: 0.25rem !important;
}

.pb-xs {
  padding-bottom: 0.25rem !important;
}

.pl-xs {
  padding-left: 0.25rem !important;
}

.px-xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-sm {
  padding: 0.5rem !important;
}

.pt-sm {
  padding-top: 0.5rem !important;
}

.pr-sm {
  padding-right: 0.5rem !important;
}

.pb-sm {
  padding-bottom: 0.5rem !important;
}

.pl-sm {
  padding-left: 0.5rem !important;
}

.px-sm {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-md {
  padding: 1rem !important;
}

.pt-md {
  padding-top: 1rem !important;
}

.pr-md {
  padding-right: 1rem !important;
}

.pb-md {
  padding-bottom: 1rem !important;
}

.pl-md {
  padding-left: 1rem !important;
}

.px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-lg {
  padding: 1.5rem !important;
}

.pt-lg {
  padding-top: 1.5rem !important;
}

.pr-lg {
  padding-right: 1.5rem !important;
}

.pb-lg {
  padding-bottom: 1.5rem !important;
}

.pl-lg {
  padding-left: 1.5rem !important;
}

.px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-xl {
  padding: 2rem !important;
}

.pt-xl {
  padding-top: 2rem !important;
}

.pr-xl {
  padding-right: 2rem !important;
}

.pb-xl {
  padding-bottom: 2rem !important;
}

.pl-xl {
  padding-left: 2rem !important;
}

.px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* Reference
============================================================================ */
article#post-0.no-results {
  margin-top: 0;
}

.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .container {
    background: lightgray;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 1rem;
  }
}

.selector {
  font-size: 1rem;
}
@media (prefers-color-scheme: dark) {
  .selector {
    background: #333;
    color: #fff;
  }
}
/* #Desktop & Tablet (Landscape) > 768 --------------------------------------------------- #Desktop & Tablet (Landscape) > 768 */
/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait)*/
/* #Tablet (Portrait) & Mobile (Landscape) 480 - 768 ----------------------- #Tablet (Portrait) & Mobile (Landscape) 480 - 768 */
/* The7 -> Base
================================================== */
#main {
  padding: 50px 0;
}

.wpb_wrapper p {
  font-size: 1rem;
}

/* The7 -> Fancy Header
================================================== */
.fancy-header .fancy-title-head *:is(h1, h2, h3, h4, h5, h6) span {
  /* text-shadow: 1px 1px 3px #334455; */
}

/* The7 -> Scroll Top
================================================== */
a.scroll-top:hover {
  text-decoration: none;
}
a.scroll-top.on:before {
  font-family: "MellowGlyph";
  content: "\e00c" !important;
  color: rgba(255, 255, 255, 0.75);
}
a.scroll-top.on:focus {
  color: #043959;
  box-shadow: none;
  outline: 1px solid transparent;
}
a.scroll-top.on svg {
  display: none;
}

/* The7 -> Fancy Title
================================================== */
.dt-fancy-separator,
.dt-fancy-separator * {
  margin: 1rem 0;
  color: var(--the7-secondary-text-color);
}

.wps_heading {
  box-sizing: border-box;
}
.wps_heading *:is(h1, h2, h3, h4, h5, h6) {
  color: #234;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.wps_heading div[class*=sub-heading] {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.wps_heading.wps_sans *:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Noto Sans JP" !important;
  font-weight: 500 !important;
}
.wps_heading .wps_column-inner {
  position: relative;
  margin: 0 0 2em 0;
}
.wps_heading .wps_column-inner div[class*=main-heading] {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #008080;
}

.wps_bg-heading {
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem 0.4rem 0.75rem;
  background: #008080;
  border-radius: 3px;
}
.wps_bg-heading *:is(h1, h2, h3, h4, h5, h6) {
  margin: 0 !important;
  color: #fff;
  font-weight: 500;
}

/* The7 -> WPS Heading & SubHeading
================================================== */
.wps_heading-subheading div.uvc-main-heading *:is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.5rem;
}

.wps_heading-subheading div.uvc-heading-spacer {
  margin-bottom: 0.5rem;
}

.wps_heading-subheading div.uvc-heading-spacer span.uvc-headings-line {
  border: none;
  border-top: 1px solid #008080;
}

.wps_heading-subheading div.uvc-sub-heading {
  margin-bottom: 0.5rem;
}

/* WordPress -> Widget Title
================================================== */
.sidebar .sidebar-content .widget_block *:is(h1, h2, h3, h4, h5, h6),
.sidebar .sidebar-content .widget_nav_menu .widget-title {
  color: var(--the7-h3-color) !important;
  font: var(--the7-h3-font) !important;
  font-size: var(--the7-h3-font-size) !important;
  font-weight: 600 !important;
  text-transform: var(--the7-h3-text-transform) !important;
  letter-spacing: var(--the7-h3-letter-spacing) !important;
  word-spacing: var(--the7-h3-word-spacing) !important;
  text-decoration: var(--the7-h3-text-decoration) !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
  border-bottom: 2px #CCC;
}

/* WordPress -> EZ TOC
================================================== */
#ez-toc-container {
  width: 100% !important;
  margin: 2rem 0;
  padding: 10px 20px;
}
#ez-toc-container ul.ez-toc-list li {
  margin: 0.1rem 0 !important;
}

/* The7 -> Navigation
================================================== */
.post-navigation .nav-previous {
  padding-left: 40px;
  margin-right: 30px;
}

.post-navigation .nav-next {
  padding-right: 40px;
  margin-left: 30px;
}

span.meta-nav {
  display: none;
}

/* 翻訳 -> カテゴリ */
span.category-link {
  font-size: 0;
}

span.category-link:before {
  font-size: 0.75rem;
  content: "";
}

span.category-link a {
  font-size: 0.75rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.15rem 0.35rem;
  line-height: 0.75rem;
  border: 1px solid rgba(32, 64, 96, 0.5);
  border-radius: 3px;
}

/* 翻訳 -> 投稿者 */
.author {
  display: none;
  font-size: 0;
}

.entry-meta > a:after,
.entry-meta > span:after,
.portfolio-categories > a:after,
.portfolio-categories > span:after {
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: none;
  width: 0px;
  height: 0px;
  content: "";
  border-radius: 50%; */
  content: none;
}

/* 翻訳 -> Read more */
.post-details.details-type-link {
  font-size: 0;
}

.post-details.details-type-link {
  font-size: 0.75rem;
  content: "もっと読む";
}

/* The 7 -> breadcrumb
================================================== */
/* The7 -> Category & Archive Post-Grid
================================================== */
.vc_grid-item .vc-gitem-zone-height-mode-auto:before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 70%;
}

.vc_grid-item .vc_gitem-zone {
  background-color: #FFF !important;
}

.vc_grid-item .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

.vc_grid-item .vc_gitem_row .vc_gitem-col .vc_custom_heading {
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
}

.vc_grid-item .vc_gitem_row .vc_gitem-col .vc_custom_heading *:is(h1, h2, h3, h4, h5, h6) {
  margin: 0.5rem 0;
  line-height: 1.5;
}

.vc_grid-item .vc_gitem_row .vc_gitem-col .vc_btn3 {
  color: #fff;
  background-color: var(--custom-color_main) !important;
  padding: 0.35rem 1rem 0.5rem 1rem;
}

article.post .blog-media.wf-td > p {
  margin-top: 0;
}

/* The 7 -> Blog Masonry
================================================== */
.wpb_wrapper .blog-shortcode .dt-css-grid .wf-cell article.post .post-entry-content {
  margin-top: -50px;
  padding: 15px 0;
}

.wpb_wrapper .blog-shortcode .dt-css-grid .wf-cell article.post .post-entry-content .entry-title {
  margin: 0;
  font-weight: 500;
}

.wpb_wrapper .blog-shortcode .dt-css-grid .wf-cell article.post .post-entry-content .entry-excerpt {
  display: none !important;
}

/* The7 -> Postthumbnail
================================================== */
.post-thumbnail {
  display: none;
}

/* The7 -> Post
================================================== */
.vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_custom_heading .vc_gitem-post-data-source-post_excerpt {
  display: none;
}

.vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_custom_heading .vc_btn3-container {
  display: none;
}

.post-thumbnail-wrap,
.post-thumbnail-wrap .post-thumbnail,
.post-thumbnail-wrap .post-thumbnail a,
.post-thumbnail-wrap .post-thumbnail a img {
  height: 100%;
}

/* The 7 -> Paginator && WPS Pagination
================================================== */
.paginator {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.paginator a.page-numbers {
  display: inline-block;
  color: #334455;
  /* font-family: "Noto Serif Japanese"; */
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem 0.35rem 0.5rem;
  line-height: 1rem !important;
}

.paginator a.page-numbers.act {
  color: #ffffff;
  background: #008080;
  border-radius: 3px;
}

.paginator a.page-numbers.act:after {
  content: "";
  height: 0;
}

/* pagination */
.pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 1.75rem 0;
  font-size: 0.9rem;
}

.pagination * {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.25rem 0.6rem 0.35rem 0.6rem;
  text-decoration: none;
  line-height: 1rem;
  background: #ccc;
  border-radius: 3px;
}

.pagination a {
  color: #fff;
  background: #008080;
  font-weight: 500;
}

.pagination a:hover {
  opacity: 0.8;
}

.pagination span {
  color: #888;
  background: #eee;
}

.pagination span.page-numbers.dots {
  color: #888;
  background: none;
}

.pagination .prev,
.pagination .next {
  font-size: 0;
  color: #008080;
  background: none;
}

.pagination .prev:before {
  /* font-family: "Font Awesome 5 Free"; */
  font-family: icomoon-the7-font !important;
  font-size: 1.25rem;
  content: "\f012";
  line-height: 2.25rem;
}

.pagination .next:before {
  /* font-family: "Font Awesome 5 Free"; */
  font-family: icomoon-the7-font !important;
  font-size: 1.25rem;
  content: "\f013";
  line-height: 2.25rem;
}

/* The 7 -> Paginator && WPS Pagination
================================================== */
/* Load more
================================================== */
.paginator .button-load-more {
  border: none;
  background: #009090;
  border-radius: 5px;
  color: #FFF;
  font-weight: 600;
}

.paginator .button-load-more::before {
  display: inline-block;
  font-size: 1rem;
  content: "もっとみる";
}

.paginator .button-load-more .button-caption {
  font-size: 0;
}

.paginator .button-load-more .button-caption::before {
  width: 0;
  height: 0;
  background: none;
}

/* PDFEmbedder
================================================== */
.pdfemb-viewer {
  border: 1px solid #ccc !important;
}

.pdfemb-viewer .pdfemb-pages-container {
  /* border: none !important; */
}

.pdfemb-viewer .pdfemb-pages-container .pdfemb-inner-div {
  /* border: none !important; */
}

.pdfemb-viewer .pdfemb-inner-div-wantmobile-fswrap.pdfemb-wantmobile div.pdfemb-wantmobile-fsarea {
  width: 80%;
  margin: 40% auto 0 auto;
  padding: 1rem 0 0.75rem 0;
  height: auto !important;
  max-height: 35px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #008080;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  color: #008080;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 0;
  line-height: 1rem;
}

.pdfemb-viewer .pdfemb-inner-div-wantmobile-fswrap.pdfemb-wantmobile div.pdfemb-wantmobile-fsarea:before {
  font-family: "icomoon-the7-font" !important;
  font-size: 1rem;
  content: "\ed07";
  margin-right: 0.5rem;
}

.pdfemb-viewer .pdfemb-inner-div-wantmobile-fswrap.pdfemb-wantmobile div.pdfemb-wantmobile-fsarea:after {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 500;
  content: "フルスクリーンで見る";
}

.pdfemb-toolbar {
  position: relative;
  box-sizing: border-box;
  display: flex !important;
  justify-content: end;
  align-items: center;
  width: 100% !important;
  height: 50px !important;
  padding: 0.5rem 0.75rem !important;
  background: rgba(0, 128, 128, 0.75) !important;
}

.pdfemb-toolbar > * {
  margin: 0 0.2rem !important;
  padding: 0.35rem 0.45rem 0.25rem 0.45rem !important;
  background: rgba(0, 128, 128, 0.75) !important;
}

.pdfemb-toolbar .pdfemb-prev,
.pdfemb-toolbar .pdfemb-next,
.pdfemb-toolbar .pdfemb-zoomout,
.pdfemb-toolbar .pdfemb-zoomin,
.pdfemb-toolbar .pdfemb-download,
.pdfemb-toolbar .pdfemb-fs {
  border-radius: 5px !important;
}

.pdfemb-toolbar .pdfemb-page-area,
.pdfemb-toolbar div {
  color: #fff !important;
  background: none !important;
}

/* WPS -> info-banner
================================================== */
.wps_info-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1 !important;
  margin-bottom: 1.5rem !important;
  background: #ccc;
}

.wps_info-banner figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.wps_info-banner a {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wps_info-banner a img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wps_info-banner div[id^=Info-banner-wrap] {
  visibility: hidden;
  margin: 0;
  padding: 0;
  top: 0 !important;
}

.wps_info-banner div[id^=Info-banner-] a {
  visibility: hidden;
}

.wps_table-lesson th {
  white-space: nowrap;
}

/* WPS Grid
================================================== */
.d-flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* WPS Grid
================================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wps_row,
.wps_column {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.wps_row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
  /* gap: 2%; */
}

.wps_column {
  position: relative;
  width: 100%;
  /* min-height: 300px; */
}

.wps_col-sm-2,
.wps_col-sm-3,
.wps_col-sm-4,
.wps_col-sm-5,
.wps_col-sm-6,
.wps_col-sm-7,
.wps_col-sm-8,
.wps_col-sm-9,
.wps_col-sm-10,
.wps_col-sm-12 {
  width: 100%;
}

.wps_column > .wps_column-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* #Desktop & Tablet (Landscape) > 768  #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width: 768px) {
  .wps_row {
    flex-direction: row;
  }
  .wps_col-sm-4 {
    width: 48.2%; /* fix */
  }
}
/* screen > 993 Global Menu BreakPoint */
@media screen and (min-width: 993px) {
  .wps_row {
    flex-direction: row;
  }
  .wps_col-sm-2 {
    width: 16.2%; /* fix */
  }
  .wps_col-sm-3 {
    width: 23%;
  }
  .wps_col-sm-4 {
    width: 31.4%; /* fix */
  }
  .wps_col-sm-5 {
    width: 41%; /* fix */
  }
  .wps_col-sm-6 {
    width: 48%;
  }
  .wps_col-sm-7 {
    width: 56.8%; /* fix */
    width: 56.2%;
  }
  .wps_col-sm-8 {
    width: 66.6%;
  }
  .wps_col-sm-9 {
    width: 72%;
  }
  .wps_col-sm-10 {
    width: 81%; /* fix */
  }
}
/* WPS -> button
================================================== */
.wps_btn_top {
  color: #008080;
  background: none;
  /* border: solid 1px #008080; */
  border-radius: 5px;
}

/* Bookshop
================================================== */
.bookshop-index .smile_icon_list li.icon_list_item {
  margin-bottom: 0.25rem !important;
}

.bookshop-index .smile_icon_list.left li .icon_description {
  padding-left: 0;
}

/* WPS -> sticky-btn
================================================== */
.wps_sticky-btn {
  position: absolute;
  top: 20px;
}

/* CP Kyoku -> List
================================================== */
.cp_kyoku-list {
  display: block !important;
  position: relative;
  width: 100%;
  margin: 0 0 1rem 0 !important;
  list-style: none !important;
}

.cp_kyoku-list li {
  margin: 0.25rem 0;
}

.cp_kyoku-list li a {
  display: inline-block;
  box-sizing: border-box;
  /* padding: 0.125rem 1.5rem; */
  color: #334455;
  text-decoration: none;
  /* background: #efefef; */
  border-radius: 3px;
}

.cp_kyoku-list li a:hover {
  opacity: 0.75;
}

.cp_kyoku-list li a .post-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.1rem 0 !important;
  padding: 0.25rem 0.25rem !important;
  background: rgba(255, 255, 255, 0.9);
}

.cp_kyoku-list li a .post-content .entry-meta .date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 0.5rem;
}

.cp_kyoku-list li a .post-content .entry-meta .date {
  width: 7.5rem;
  margin-top: 0.125rem;
  margin: 0.125rem 0;
  padding-bottom: 0.125rem;
  color: #667788;
}

.cp_kyoku-list li a .post-content .entry-title .title {
  font-size: medium !important;
  font-weight: 400;
  margin: 0 0 0.25rem 0 !important;
}

/* #Desktop & Tablet (Landscape) > 768  #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width: 768px) {
  .cp_kyoku-list li a .post-content {
    flex-wrap: nowrap;
    /* padding: 0 !important; */
  }
  .cp_kyoku-list li a .post-content .entry-title .title {
    font-size: medium !important;
    margin: 0;
  }
  .cp_kyoku-list li a .post-content .entry-meta .date {
    width: 8rem;
    font-size: medium !important;
    margin: 0 0.5rem 0 0 !important;
  }
}
/* Home
================================================== */
/* Newest word */
.info-right-column .vc_column-inner .wpb_wrapper .vc_custom_heading {
  /* font-family: 'Noto Sans JP';
  font-weight: 500; */
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #234;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  text-align: center;
}

.info-right-column .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .info-right-column .vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 2rem;
  }
  ul.list-word li {
    padding: 25px 50px;
  }
}
/* info right banner */
@media only screen and (max-width: 767px) {
  .info-right-column .vc_column-inner .wpb_single_image {
    /* padding: 0 50px; */
    background: none;
  }
}
/*  */
.blog-shortcode .entry-meta > a:after, .blog-shortcode .entry-meta > span:after {
  right: 0;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

/* Interactive banner slider */
.ult-banner-block,
.wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
  margin-bottom: 0;
}

.owl-carousel .owl-dots button.owl-dot {
  margin: 0 4px;
}

.owl-carousel.bullets-stroke .owl-dot span,
.owl-carousel.bullets-stroke .owl-dot:hover span {
  background: RGBA(0, 128, 128, 1);
  border: 0;
}

.owl-carousel.bullets-stroke .owl-dot.active span {
  box-shadow: none;
}

.owl-carousel.bullets-stroke .owl-dot:not(.active) span,
.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
  background: RGBA(0, 0, 0, 0.3);
}

/* Book shop
================================================== */
.bookshop-content-row .uvc-sub-heading {
  font-size: 0.9rem;
}

.bookshop-content-row p {
  font-size: 0.8rem;
}

/* download
================================================== */
.download-header {
  margin-top: 0 !important;
  color: #334455;
}

.download-header:after {
  margin-top: 0.25rem;
  background: -webkit-linear-gradient(to right, rgb(64, 128, 128), #334455) !important;
  background: linear-gradient(to right, rgb(64, 128, 128), #334455) !important;
}

.download-description {
  line-height: 1.5rem !important;
}

ul.download-list {
  margin: 0;
}

ul.download-list li {
  list-style: none;
}

/* 404
================================================== */
#Error_404 {
  width: 100%;
  top: 40%;
}

#Error_404 .container .column .wps-column-inner .error_desk p a.button {
  color: #fff;
  background: #008080;
}

/* Front End PM
================================================== */
#fep-footer div {
  display: none;
}

/* Plugin -> CM Tooltip Glossary
================================================== */
#glossaryList-nav {
  display: none;
}

ul.glossaryList {
  display: flex;
}

ul.glossaryList li {
  margin: 0.25rem;
  padding: 0.25rem 1rem;
}

/* SmartSlider Class
================================================== */
.slider01_css-about {
  position: absolute !important;
  /* top: calc(50% - 20px); */
  /* bottom: auto; */
  bottom: 3.75rem;
}

/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait)*/
@media only screen and (max-width: 767px) {
  .slider01_css-about {
    position: relative !important;
    bottom: auto;
  }
}
/* Main
================================================== */
.emphasis-underline {
  display: inline-block;
  background: linear-gradient(transparent 50%, #fff783 50%);
}

/* Switch
================================================== */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  min-width: 42px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbbbbb;
  border-radius: 3px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 2px;
  transition: 0.4s;
  box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.35);
}

input:checked + .slider {
  background-color: #2299ff;
  box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2) inset;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.marker-red {
  color: #fa766b;
}

.marker-blue {
  color: #6891f2;
}

.marker-purple {
  color: #673ab7;
}

/* single.php navigation
====================================================================================================*/
.nav-entry {
  display: flex;
  max-width: 800px;
  margin: 0.5rem auto;
}

.nav-entry .nav-entry-previous,
.nav-entry .nav-entry-next {
  position: relative;
  width: 50%;
  margin: 0.5rem;
}

.nav-entry .nav-entry-previous a,
.nav-entry .nav-entry-next a {
  color: #555;
  font-weight: bold;
}

.nav-entry .nav-entry-previous a:hover,
.nav-entry .nav-entry-next a:hover {
  color: #888;
  text-decoration: none;
}

.nav-entry .nav-entry-previous a .mg,
.nav-entry .nav-entry-next a .mg {
  margin: 0 0.5rem;
}

.nav-entry .nav-entry-previous.nav-entry-previous a:before,
.nav-entry .nav-entry-next.nav-entry-previous a:before {
  position: absolute;
  top: calc(50% - 0.675rem);
  font-family: "MellowGlyph";
  content: "\e002";
  color: #aaa;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
}

.nav-entry .nav-entry-previous.nav-entry-next,
.nav-entry .nav-entry-next.nav-entry-next {
  text-align: right;
}

.nav-entry .nav-entry-previous.nav-entry-next a:after,
.nav-entry .nav-entry-next.nav-entry-next a:after {
  position: absolute;
  top: calc(50% - 0.675rem);
  font-family: "MellowGlyph";
  content: "\e003";
  color: #aaa;
  margin-left: 0.5rem;
  margin-right: -1.25rem;
}