@charset "UTF-8";

/* -- Reset --
--------------------------------------------------------------　*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

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

body {
  @media screen and (max-width: 767px) {
    font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic",
      -apple-system, BlinkMacSystemFont, sans-serif;
  }
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table caption,
table th,
table td {
  text-align: center;
}

table td:last-child {
  text-align: left;
}

.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/* -- @font-face --
--------------------------------------------------------------　*/
/* --------------------------------------------------------------　*/
/*
  印刷対応
*/
@media print {
  body {
    width: 100%;
    opacity: 1 !important;
    animation: none;
  }

  header.float {
    display: none !important;
  }

  img,
  section,
  h2 {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}

/* framework ---------------------------------*/
body {
  background: #fff;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    animation: none;
    font-size: 17px;
  }
}

header,
main,
aside,
footer {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  a:hover,
  a:active {
    outline: 0;
    opacity: 0.7;
    text-decoration: underline;
    transition: opacity 0.2s ease-out;
  }
}

a img {
  border: 0;
}

@media print, screen and (min-width: 768px) {
  a img:hover,
  a img:active {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
}

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

/* common ---------------------------------*/
.mainwrap {
  margin: 0 auto;
}

@media print, screen and (max-width: 1200px) {
  .mainwrap {
    max-width: 98%;
  }
}

@media print, screen and (min-width: 1201px) {
  .mainwrap {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) {
  #container {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1201px) {
  #container main {
    width: 930px;
  }

  #container aside {
    width: 240px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container main {
    width: 74%;
  }

  #container aside {
    width: 24%;
  }
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }

  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }

  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }

  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}

/*  breadcrumbs
/* ------------------------------------ */
#breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  color: #333;
}

@media print, screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs a {
  color: #333;
}

#breadcrumbs li:nth-child(even) {
  padding: 0 5px;
}

/*  base : clear
/* ------------------------------------ */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

/*パンくず*/
.breadcrumb li::after {
  content: "　> ";
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li {
  display: inline-block;
}

/*ページナビゲーション*/
div#page-navigation div.prev a {
  color: #4e4945;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
}

div#page-navigation .jp_pagenavi {
  text-align: center;
  position: relative;
  margin: 10px auto;
}

div#page-navigation .jp_pagenavi a {
  color: #4e4945;
  font-size: 12px;
  border-color: #4e4945;
  border-style: solid;
  display: block;
}

div#page-navigation .jp_pagenavi li {
  color: #4e4945;
  font-size: 12px;
  padding: 5px 8px;
  border-width: 1px;
  border-color: #4e4945;
  border-style: solid;
  display: inline-block;
  margin-right: 5px;
}

div#page-navigation .jp_pagenavi li:last-child {
  margin-right: 0px;
}

div#page-navigation .jp_pagenavi .current {
  color: #ffffff;
  font-size: 12px;
  background-color: #918b87;
  padding: 5px 8px;
  border-width: 1px;
  border-color: #4e4945;
  border-style: solid;
  display: inline-block;
}

div#page-navigation div.next a {
  color: #4e4945;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
}

div#page-navigation {
  text-align: center;
  position: relative;
  margin: 30px auto;
}

.page-navi {
  display: flex;
  justify-content: space-around;
  margin: 3% auto;
}

/* -- header --
---------------------------　*/
@media print, screen and (max-width: 767px) {
  header {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  header {
    background: url(../images/header_bg.png) 50% 50% no-repeat;
    background-size: cover;
  }
}

header #blogdescription {
  color: #d5d2d2;
  font-size: 12px;
}

header .description_txt {
  color: #fff;
  font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
}

@media print, screen and (min-width: 768px) {
  header .description_txt {
    width: 47%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  header .description_txt p {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 1200px) {
  header .description_txt p {
    padding-left: 15px;
  }

  header .description_txt p .res_br {
    display: block;
  }
}

@media print, screen and (min-width: 1201px) {
  header .description_txt p {
    font-size: 18px;
  }

  header .description_txt p .res_br {
    display: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  header .description_txt h1 {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 1200px) {
  header .description_txt h1 {
    padding-left: 15px;
  }

  header .description_txt h1 .res_br {
    display: block;
  }
}

@media print, screen and (min-width: 1201px) {
  header .description_txt h1 {
    font-size: 18px;
    font-weight: bold;
  }

  header .description_txt h1 .res_br {
    display: none;
  }
}

header .fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 6px;
}

header .fixed_header .toggle_btn {
  width: 70px;
}

header .fixed_header #simulation {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  max-width: 300px;
  margin-left: auto;
}

header .header_spmenu {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

header .header_spmenu li {
  width: 32%;
  margin-right: 2%;
}

header .header_spmenu li:nth-child(3n) {
  margin-right: 0;
}

header .header_spmenu li:nth-child(n + 4) {
  margin-top: 5px;
}

@media print, screen and (max-width: 767px) {
  header .header_main {
    padding: 5px 10px;
    background: url(../images/sp_headericon.png) 100% 50% no-repeat;
    background-size: auto 60%;
    border-bottom: solid 4px #005c20;
  }
}

@media print, screen and (max-width: 330px) {
  header .header_main {
    background-size: auto 45%;
  }
}

@media print, screen and (min-width: 768px) {
  header .header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  header .header_main {
    padding: 10px 0;
  }
}

header .header_main p {
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  header .header_main p {
    font-size: 11px;
  }
}

header .header_main p.subttl {
  color: #289357;
}

header .header_main dl {
  display: flex;
  align-items: center;
  padding: 5px;
}

header .header_main dl dt {
  max-width: 100px;
}

header .header_main dl dd {
  font-weight: bold;
  padding-left: 10px;
}

@media print, screen and (min-width: 768px) {
  header .header_main .logo {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  header .header_main .free_tel {
    width: 27%;
  }
}

@media print, screen and (max-width: 767px) {
  header .header_nav {
    display: none;
  }

  header .header_nav.menu_open {
    display: block;
    -webkit-animation: menuin 0.5s ease-in-out forwards;
    animation: menuin 0.5s ease-in-out forwards;
    opacity: 1;
    margin: 0;
    clear: both;
    z-index: 99;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    background-color: #222;
  }
}

@media print, screen and (min-width: 768px) {
  header .header_nav {
    background: url(../images/globalmenu_bg.png) 0 0 repeat;
    background-size: auto 100%;
  }
}

header .header_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media print, screen and (max-width: 767px) {
  header .header_nav ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}

header .header_nav ul li {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  header .header_nav ul li {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  header .header_nav ul li {
    flex-grow: 1;
    border-right: solid 1px #ccc;
    font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN",
      "Hiragino Mincho ProN", sans-serif;
  }
}

@media print, screen and (max-width: 1000px) {
  header .header_nav ul li {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1001px) {
  header .header_nav ul li {
    font-size: 18px;
  }
}

header .header_nav ul li a {
  display: block;
}

@media print, screen and (max-width: 767px) {
  header .header_nav ul li a {
    color: #fff;
    border-color: #666666;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    font-size: 11px;
    padding: 7px;
  }
}

header .header_nav ul li a span {
  font-weight: bold;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  header .header_nav ul li a span {
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  header .header_nav ul li a span {
    background-size: auto 18px;
    padding: 7px 7px 7px 25px;
  }
}

@media print, screen and (min-width: 961px) {
  header .header_nav ul li a span {
    background-size: auto 25px;
    padding: 11px 10px 11px 35px;
  }
}

@media print, screen and (min-width: 768px) {
  header .header_nav ul li:first-of-type {
    border-left: solid 1px #ccc;
  }

  header .header_nav ul li:first-of-type a span {
    background-image: url(../images/globalmenu_01.png);
  }

  header .header_nav ul li:nth-child(2) a span {
    background-image: url(../images/globalmenu_02.png);
  }

  header .header_nav ul li:nth-child(3) a span {
    background-image: url(../images/globalmenu_03.png);
  }

  header .header_nav ul li:nth-child(3) a span {
    background-image: url(../images/globalmenu_03.png);
  }

  header .header_nav ul li:nth-child(4) a span {
    background-image: url(../images/globalmenu_04.png);
  }

  header .header_nav ul li:nth-child(5) a span {
    background-image: url(../images/globalmenu_05.png);
  }

  header .header_nav ul li:nth-child(6) a span {
    background-image: url(../images/globalmenu_06.png);
  }
}

@keyframes menuin {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp_h1 {
  margin-top: 10px;
  text-align: center;
}

/********************************************/
.main-visual {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.5em 0;
  position: relative;
  overflow: hidden;
}

.main-visual__bg {
  width: 100%;
  height: auto;
  display: block;
}

.main-visual__overlay-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* ← ここを変えるだけでサイズ調整できます */
  max-width: 1200px;
  height: 100%;
}

.main-visual__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(
    4.5%,
    -50%
  ); /* ← 左寄り補正（%指定なのでサイズを変えても崩れません） */
  z-index: 9;
}

.main-visual__overlay-img {
  width: 100%;
  height: auto;
  display: none;
}

@media print, screen and (min-width: 768px) {
  .main-visual__overlay-img--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .main-visual__overlay-img--sp {
    display: block;
  }
  .main-visual__overlay-frame {
    max-width: 800px;
  }
  .main-visual__overlay {
    transform: translate(1.9%, -50%); /* SP用の補正値 */
  }
}

/********************************************/

/* .header_img_wrapper {
  position: relative;
}

.header_img_wrapper .layer_img_wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header_img_wrapper .layer_img_wrapper .layer_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
} */

.infiniteslide1 {
  margin-bottom: 20px;
}

.infiniteslide1 .bx-wrapper {
  max-width: 100% !important;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .infiniteslide1 .bx-wrapper li img.spview {
    display: block;
  }

  .infiniteslide1 .bx-wrapper li img.ta_pcview {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .infiniteslide1 .bx-wrapper li img.ta_pcview {
    display: block;
  }

  .infiniteslide1 .bx-wrapper li img.spview {
    display: none;
  }
}

/* -- sidebar --
---------------------------　*/
aside {
  margin-top: 10px;
}

@media print, screen and (max-width: 767px) {
  aside {
    padding: 0 10px;
  }

  aside .sp_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
  }

  aside .sp_flex div {
    width: 49%;
  }

  aside .sp_flex div:nth-child(odd) {
    margin-right: 2%;
  }
}

aside .links {
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  aside .links {
    text-align: center;
  }
}

aside .links a {
  display: block;
}

aside .menu-primary-container {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  aside .menu-primary-container {
    max-width: 240px;
    margin: 0 auto 20px;
  }
}

aside .menu-primary-container ul li {
  border-bottom: solid 1px #8d8d8d;
}

aside .menu-primary-container ul li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 30px;
  color: #333333;
  font-size: 12px;
}

aside .menu-primary-container ul li a:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

aside .menu-primary-container ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
}

@media print, screen and (max-width: 767px) {
  aside .area_map {
    text-align: center;
  }
}

aside .free_area {
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  aside .free_area {
    max-width: 240px;
    margin: 0 auto;
  }
}

aside .free_area p,
aside .free_area dl {
  margin-bottom: 15px;
}

aside .free_area dl dd {
  font-size: 13px;
}

aside .free_area dl dd a {
  color: #0000ee;
}

/* -- fixed_banner--
--------------------------　*/
.fixed_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.fixed_banner .ta_pcview ul li {
  position: relative;
}
.fixed_banner .ta_pcview ul li:last-child::after {
  content: "";
  display: block;
  width: 86px;
  height: 108px;
  background-image: url("/wp-content/themes/shine-paint/images/person-img.png");
  background-size: cover;
  position: absolute;
  right: -86px;
  bottom: 2px;
  pointer-events: none;
}

.fixed_banner ul {
  display: flex;
  justify-content: center;
  gap: 1em;
}

@media print, screen and (max-width: 767px) {
  .fixed_banner ul li a {
    display: inline-block;
  }

  .fixed_banner ul li:first-of-type {
    display: flex;
  }

  .fixed_banner ul li:first-of-type a {
    max-width: 112px;
    padding: 10px;
  }

  .fixed_banner ul li:last-of-type a {
    padding: 10px 7px;
    max-width: 53px;
  }
}

@media screen and (max-width: 767px) {
  .fixed_banner {
    background: #289357;
  }
  .fixed_banner:before {
    content: "";
    display: block;
    width: 86px;
    height: 108px;
    background-image: url("/wp-content/themes/shine-paint/images/person-img.png");
    background-size: cover;
    position: absolute;
    left: 5px;
    bottom: 2px;
    pointer-events: none;
  }
  .fixed_banner ul {
    justify-content: end;
    align-items: center;
    gap: 0;
  }
  .fixed_banner ul .sp_contactus a {
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .fixed_banner {
    background-color: #14904a;
  }

  .fixed_banner ul li:first-of-type {
    width: 40%;
    padding: 7px;
  }

  /* .fixed_banner ul li:last-of-type {
    width: 50%;
    display: flex;
  } */

  .fixed_banner ul li:last-of-type a {
    /* width: 49.5%; */
    display: inline-block;
  }

  .fixed_banner ul li:last-of-type a:first-of-type {
    margin-right: 1%;
  }
}

@media print, screen and (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .scroll-to-top {
    text-align: right;
    margin: 30px 0;
  }

  .scroll-to-top a {
    display: inline-block;
  }
}

/* -- fotter--
--------------------------　*/
.footer_wrap {
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .footer_wrap {
    background-color: #1c61bc;
    color: #fff;
    padding: 100px 0;
  }

  .footer_wrap a {
    color: #fff;
  }
}

.footer_wrap .footer_sp nav a {
  display: inline-block;
  font-weight: bold;
  color: #3388cc;
  padding: 0 7px;
  border-right: solid 1px #999;
  line-height: 1;
}

.footer_wrap .footer_sp .footer_freearea {
  padding: 5px;
}

.footer_wrap .footer_sp .footer_freearea .ttl {
  color: #000000;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 5px;
  border-bottom: solid 3px #b9cadc;
  margin-bottom: 15px;
}

.footer_wrap .footer_sp .card_banner {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.footer_wrap .footer_sp .footer_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}

.footer_wrap .footer_sp .footer_logo div {
  text-align: center;
}

.footer_wrap .footer_sp .footer_logo div.logo {
  width: 48%;
}

.footer_wrap .footer_sp .footer_logo div.company_name {
  width: 50%;
}

.footer_wrap .footer_sp .footer_logo div.company_name p {
  font-weight: bold;
  font-size: 12px;
}

.footer_wrap .footer_sp .footer_logo div.company_name p.company {
  font-size: 18px;
}

.footer_wrap .footer_sp .footer_logo div.company_name p a {
  color: #3388cc;
}

.footer_wrap .footer_sp .footer_banner {
  display: flex;
  justify-content: center;
  max-width: 630px;
  margin: auto;
}

.footer_wrap .footer_sp .footer_banner li {
  width: 50%;
}

.footer_wrap .footer_main {
  max-width: 980px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .footer_wrap .footer_main {
    background-color: #165996;
    color: #fff;
  }

  .footer_wrap .footer_main a {
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_main {
    display: flex;
    justify-content: space-between;
  }

  .footer_wrap .footer_main div:nth-child(-n + 2) {
    width: 35%;
  }

  .footer_wrap .footer_main div:last-of-type {
    width: 28%;
  }
}

.footer_wrap .footer_main div {
  line-height: 2;
}

@media print, screen and (max-width: 767px) {
  .footer_wrap .footer_main div p.sub_ttl {
    font-size: 16px;
    padding: 10px 32px 10px 10px;
    position: relative;
    border-top: 1px solid #1470c0;
    border-bottom: 1px solid #002d82;
  }

  .footer_wrap .footer_main div p.sub_ttl:before,
  .footer_wrap .footer_main div p.sub_ttl:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
  }

  .footer_wrap .footer_main div p.sub_ttl:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .footer_wrap .footer_main div p.sub_ttl.on:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_main div p.sub_ttl {
    margin: 20px 0;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 767px) {
  .footer_wrap .footer_main div ul {
    background-color: #0f4696;
  }

  .footer_wrap .footer_main div ul li {
    border-top: 1px solid #005cac;
    border-bottom: 1px solid #002d82;
  }

  .footer_wrap .footer_main div ul li a {
    display: block;
    padding: 10px;
    font-size: 14px;
  }

  .footer_wrap .footer_main div ul li a:before {
    content: "-";
    padding-right: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_main div ul {
    margin-left: 20px;
  }
}

.footer_wrap #copyright {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .footer_wrap #copyright {
    background-color: #165996;
    color: #fff;
    padding: 7px 0 70px;
  }
}

/* -- index--
--------------------------------------------------------------　*/
@media print, screen and (min-width: 768px) {
  #container.top {
    padding-top: 10px;
  }
}

.top_ttl {
  background: url(../images/list/ttl_gds.png) 0 0 repeat-x;
  background-size: auto 100%;
  border-bottom: dotted 1px;
  margin-bottom: 10px;
}

.top_ttl h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0;
  letter-spacing: 2px;
  color: #000;
  background: url(../images/list/telop_icon.png) left center no-repeat;
  padding-left: 30px;
  border-bottom: solid 4px #4e4945;
}

.top .text {
  color: #545454;
  font-size: 13px;
}

.top .texts {
  max-width: 900px;
  margin: 0 auto 15px;
}

@media print, screen and (max-width: 560px) {
  .top .image img {
    width: 100%;
  }
}

@media print, screen and (max-width: 560px) {
  .main_cts .col3_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .main_cts .col3_wrap li {
    width: 49%;
    margin-bottom: 7px;
  }

  .main_cts .col3_wrap li:nth-child(odd) {
    margin-right: 2%;
  }
}

.main_cts .col5_wrap {
  margin: 45px 0;
}

.top_voice .col4_wrap .image {
  margin-bottom: 15px;
  text-align: center;
}

/* .top_voice .list-link { */
.list-link {
  margin: 10px 0 15px;
  padding: 5px;
}

/* .top_voice .list-link a { */
.list-link a {
  max-width: 240px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  background: #504b47 url(../images/list/more_icon.png) right center no-repeat;
}

.top_reform {
  margin-bottom: 15px;
}

.top_reform .col4_wrap li a {
  display: block;
  margin: 10px 5px;
}

.top_reform .title h3 {
  padding-top: 10px;
  color: #4e4945;
  font-size: 14px;
}

.top_reform .reform_link a {
  display: block;
  border: #5678bb solid 1px;
  border-radius: 15px;
  color: #fff;
  background: #5678bb;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
}

.col1_wrap,
.col2_wrap,
.col3_wrap,
.col4_wrap {
  margin-bottom: 10px;
}

@media print, screen and (max-width: 560px) {
  .col1_wrap li,
  .col2_wrap li,
  .col3_wrap li,
  .col4_wrap li {
    max-width: 330px;
    margin: 0 auto 30px;
  }
}

.col1_wrap {
  text-align: center;
}

@media print, screen and (min-width: 561px) {
  .col2_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .col2_wrap li {
    width: 49%;
    margin-bottom: 30px;
  }

  .col2_wrap li:nth-child(odd) {
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 561px) {
  .col3_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .col3_wrap li {
    width: 32%;
    margin-right: 2%;
  }

  .col3_wrap li:nth-child(3n) {
    margin-right: 0;
  }

  .col3_wrap li:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media print, screen and (max-width: 560px) {
  .col3_wrap li {
    text-align: center;
  }
}

.col3_wrap li p {
  text-align: center;
}

.col4_wrap.top_btm {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 560px) {
  .col4_wrap.top_btm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .col4_wrap.top_btm li {
    width: 49%;
    margin-bottom: 7px;
  }

  .col4_wrap.top_btm li:nth-child(odd) {
    margin-right: 2%;
  }
}

@media print, screen and (max-width: 560px) {
  .col4_wrap.sp_2 {
    display: flex;
    flex-wrap: wrap;
  }

  .col4_wrap.sp_2 li {
    width: 49%;
    margin-bottom: 7px;
  }

  .col4_wrap.sp_2 li:nth-child(odd) {
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 561px) {
  .col4_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .col4_wrap li {
    width: 24%;
    margin-right: 1.3%;
  }

  .col4_wrap li:nth-child(4n) {
    margin-right: 0;
  }

  .col4_wrap li:nth-child(n + 5) {
    margin-top: 15px;
  }
}

.col4_wrap li p {
  text-align: center;
}

.col5_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 560px) {
  .col5_wrap {
    justify-content: center;
  }
}

@media print, screen and (max-width: 560px) {
  .col5_wrap li {
    width: 32%;
    margin-right: 2%;
  }

  .col5_wrap li:nth-child(3n) {
    margin-right: 0;
  }

  .col5_wrap li:nth-child(n + 4) {
    margin-top: 7px;
  }
}

@media print, screen and (min-width: 561px) {
  .col5_wrap li {
    width: 19.2%;
    margin-right: 1%;
  }

  .col5_wrap li:nth-child(5n) {
    margin-right: 0;
  }
}

/* -- list --
---------------------------　*/
#masthead {
  margin-bottom: 15px;
}

/* #masthead h1 {
  letter-spacing: 2px;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  #masthead h1 {
    color: #ffffff;
    font-size: 20px;
    background-color: #52b0bd;
    padding: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  #masthead h1 {
    color: #4d4d4d;
    font-size: 24px;
    padding: 0 10px 0 20px;
    border-bottom: solid 1px #333;
  }
} */

#masthead h1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  padding: 10px 65px 5px 10px;
  min-height: 60px;
  color: #175996;
  font-size: 1.75em;
  font-weight: 700;

  line-height: 1.35em;
  border-bottom: 3px solid #175996;
  position: relative;

  @media screen and (max-width: 767px) {
    padding: 8px 44px 5px 8px;
    font-size: 1.45em;
  }

  &::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: -10px;
    background-image: url("/wp-content/themes/shine-paint/images/jetpress/roller.png");
    background-size: cover;

    @media screen and (max-width: 767px) {
      width: 50px;
      height: 50px;
    }
  }
}

/* .gds {
  padding-left: 15px;
  border-top: dotted 1px;
  border-bottom: solid 4px #4e4945;
  background: url(../images/list/ttl_gds.png) 0 0 repeat-x;
  background-size: auto 100%;
} */

.gds h2,
.gds h3 {
  font-size: 16px;
}

.lists_ttl {
  letter-spacing: 2px;
  font-weight: bold;
}

.lists-categories2,
.lists-categories3 {
  max-width: 900px;
  margin: 0 auto 15px;
}

@media print, screen and (max-width: 767px) {
  .lists-categories2 ul,
  .lists-categories3 ul {
    max-width: 430px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .lists-categories2 ul,
  .lists-categories3 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 767px) {
  .lists-categories2 ul li:not(:last-of-type),
  .lists-categories3 ul li:not(:last-of-type),
  .lists-posts2 ul li:not(:last-of-type),
  .lists-posts3 ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.lists-categories2 ul li .ttl,
.lists-categories3 ul li .ttl,
.lists-posts2 ul li .ttl,
.lists-posts3 ul li .ttl {
  margin-bottom: 10px;
}

.lists-categories2 ul li .lists_img,
.lists-categories3 ul li .lists_img,
.lists-posts2 ul li .lists_img,
.lists-posts3 ul li .lists_img {
  margin-bottom: 5px;
}

@media print, screen and (max-width: 767px) {
  .lists-categories2 ul li .lists_img img,
  .lists-categories3 ul li .lists_img img,
  .lists-posts2 ul li .lists_img img,
  .lists-posts3 ul li .lists_img img {
    width: 100%;
  }
}

.lists-categories2 ul li .text,
.lists-categories3 ul li .text,
.lists-posts2 ul li .text,
.lists-posts3 ul li .text {
  color: #5e5e5e;
  font-size: 12px;
  padding: 5px;
}

@media print, screen and (min-width: 768px) {
  .lists-categories2 ul li {
    width: 49%;
  }

  .lists-categories2 ul li:nth-child(odd) {
    margin-right: 2%;
  }

  .lists-categories2 ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.lists-categories2 ul li .ttl h3 {
  background: url(../images/list/ttl_arrow.png) left center no-repeat;
  padding-left: 30px;
  border: solid 1px #b0ada4;
  max-height: 30px;
}

.lists-categories2 ul li .ttl h3 a {
  color: #4e4945;
  display: block;
}

.lists-categories2 ul li .lists_img img {
  background-color: #ffffff;
  padding: 4px;
  border: solid 1px #4e4945;
}

.lists-categories3 .slogan h2 {
  margin-bottom: 5px;
  color: #201e1e;
  font-size: 18px;
  padding: 7px 10px 7px 20px;
  border-bottom: solid 1px #333;
}

@media print, screen and (min-width: 768px) {
  .lists-categories3 ul li {
    width: 32%;
    margin-right: 2%;
  }

  .lists-categories3 ul li:nth-child(3n) {
    margin-right: 0;
  }

  .lists-categories3 ul li:nth-child(n + 4) {
    margin-top: 15px;
  }
}

.lists-categories3 ul li .ttl h3 {
  border-left: solid 5px #e1dfd7;
  border-bottom: solid 1px #e1dfd7;
}

.lists-categories3 ul li .ttl h3 a {
  font-size: 16px;
  color: #333;
  padding-left: 15px;
}

.lists-categories3 ul li .lists_img {
  text-align: center;
}

.lists-posts2,
.lists-posts3 {
  margin-bottom: 15px;
}

.lists-posts2 .slogan,
.lists-posts3 .slogan {
  border-top: dotted 1px;
}

.lists-posts2 .slogan h2,
.lists-posts3 .slogan h2 {
  font-size: 16px;
  letter-spacing: 2px;
}

.lists-posts2 .list-link,
.lists-posts3 .list-link {
  margin-top: 10px;
}

.lists-posts2 .list-link a,
.lists-posts3 .list-link a {
  max-width: 240px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  padding: 3px 0;
  background-color: #e0e885;
  background-image: url(../images/list/main_cate_bar2.png);
  background-repeat: no-repeat;
}

.lists-posts2 ul,
.lists-posts3 ul {
  display: flex;
  flex-wrap: wrap;
}

.lists-posts2 ul li,
.lists-posts3 ul li {
  margin-bottom: 15px;
}

@media print, screen and (max-width: 960px) {
  .lists-posts2 ul li .ttl h3,
  .lists-posts3 ul li .ttl h3 {
    line-height: 1.2;
  }
}

.lists-posts2 ul li .lists_img,
.lists-posts3 ul li .lists_img {
  text-align: center;
}

.lists-posts2 ul li .lists_img img,
.lists-posts3 ul li .lists_img img {
  background-color: #ffffff;
  padding: 4px;
  border: solid 1px #4e4945;
}

.lists-posts2 .slogan {
  margin-bottom: 5px;
}

.lists-posts2 .slogan h2 {
  border-bottom: solid 4px #cdeb8b;
  position: relative;
  padding: 7px 15px;
}

.lists-posts2 .slogan h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #aed264;
  left: 0;
  bottom: -4px;
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .lists-posts2 ul li {
    width: 48%;
  }

  .lists-posts2 ul li:nth-child(odd) {
    margin-right: 4%;
  }
}

.lists-posts2 ul li .ttl h3 a {
  padding: 7px 0;
  display: block;
}

.lists-posts2 ul li .ttl h3 a a:hover {
  color: #7d7d7d;
  font-weight: normal;
}

@media print, screen and (min-width: 961px) {
  .lists-posts2 ul li .lists-posts-inner {
    display: flex;
    justify-content: space-between;
  }

  .lists-posts2 ul li .lists-posts-inner .lists_img {
    width: 45%;
  }

  .lists-posts2 ul li .lists-posts-inner .text {
    width: 54%;
  }
}

.lists-posts3 .slogan {
  margin-bottom: 5px;
}

.lists-posts3 .slogan h2 {
  padding: 7px 0;
}

.lists-posts3.squarearea ul {
  max-width: 840px;
  margin: 0 auto;
}

.lists-posts3.squarearea ul li {
  background: none;
}

@media print, screen and (min-width: 768px) {
  .lists-posts3.squarearea ul li .lists-posts-inner {
    max-width: 250px;
    margin: auto;
  }
}

.lists-posts3.squarearea ul li .lists-posts-inner a {
  position: relative;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .lists-posts3.squarearea ul li .lists-posts-inner a .lists_img img {
    background-color: #faecec;
    width: 80%;
    margin: 3px;
    padding: 3px;
    border: solid 1px #fac294;
  }
}

@media print, screen and (min-width: 768px) {
  .lists-posts3.squarearea ul li .lists-posts-inner a .lists_img img {
    border: none;
    background: none;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lists-posts3.squarearea ul li .lists-posts-inner a .op_ttl {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.5em 3px 0.5em;
    color: #fff;
  }
}

.lists-posts3.squarearea ul li .lists-posts-inner a .op_ttl h3 {
  font-size: 15px;
}

@media print, screen and (max-width: 767px) {
  .lists-posts3.squarearea ul li .lists-posts-inner a .op_ttl h3 {
    text-decoration: underline;
    color: #3388cc;
    font-weight: bold;
  }
}

.lists-posts3.squarearea ul li .lists-posts-inner a .op_ttl h3:hover {
  text-decoration: underline;
}

.lists-posts3.squarearea .list-link {
  max-width: 840px;
  margin: 10px auto 0;
}

.lists-posts3.squarearea .list-link a {
  color: #000;
}

.lists-posts3.squarearea .list-link a:hover {
  text-decoration: none;
}

.lists-posts3 ul li {
  max-width: 430px;
  margin: 0 0 15px;
  background-color: #e3e3e1;
}

@media print, screen and (min-width: 768px) {
  .lists-posts3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .lists-posts3 ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 1201px) {
  .lists-posts3 ul li {
    width: 31.5%;
    margin-right: 2.75%;
  }
}

.lists-posts3 ul li .ttl h3 {
  padding: 0 10px;
  border-bottom: dotted 1px #4e4945;
}

.lists-posts3 ul li .ttl h3 a {
  color: #333;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .lists-posts3 ul li .ttl h3 a {
    font-size: 14px;
  }
}

.lists-posts3 ul {
  padding-bottom: 20px;

  .plan-list {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 rgba(206, 206, 206, 1);

    a {
      display: block;
      padding: 10px 10px 15px;
      height: 100%;

      img {
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;

        &:hover {
          opacity: 1;
        }
      }

      h3 {
        margin: 5px 0 10px;
        text-align: justify;
        font-weight: 600;
      }

      p {
        margin: 0;
        text-align: justify;
        color: #2d2d2d;
      }

      &:hover {
        text-decoration: none;
        opacity: 1;

        h3 {
          @media screen and (min-width: 768px) {
            text-decoration: underline;
          }
        }
      }
    }
  }
}

.lists-telop {
  margin-bottom: 15px;
}

.lists-telop .slogan {
  border-top: none;
  padding-left: 0;
}

.lists-telop .slogan h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0;
  letter-spacing: 2px;
  color: #000;
  background: url(../images/list/telop_icon.png) left center no-repeat;
  padding-left: 30px;
}

.lists-telop dl {
  border-bottom-width: 1px;
  border-bottom-color: #cecdc9;
  border-bottom-style: dotted;
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 767px) {
  .lists-telop dl {
    padding: 7px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lists-telop dl {
    padding: 15px 20px 10px;
  }
}

.lists-telop dl dt,
.lists-telop dl dd {
  font-size: 12px;
}

.lists-telop dl dt {
  color: #4e4945;
  font-weight: bold;
  background-image: url(../images/list/icon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 20px;
}

@media print, screen and (max-width: 960px) {
  .lists-telop dl dt {
    width: 37%;
  }
}

@media print, screen and (min-width: 961px) {
  .lists-telop dl dt {
    width: 260px;
  }
}

@media print, screen and (max-width: 960px) {
  .lists-telop dl dd {
    width: 60%;
  }
}

@media print, screen and (min-width: 961px) {
  .lists-telop dl dd {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}

.lists-telop dl dd a {
  text-decoration: underline;
  color: #4e4945;
}

.lists-telop .list-link {
  margin-top: 10px;
}

.lists-telop .list-link a {
  max-width: 240px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  background: #504b47 url(../images/list/more_icon.png) right center no-repeat;
}

.lists-article {
  max-width: 900px;
  margin: 0 auto 15px;
}

.lists-article .category_wrap {
  margin-bottom: 20px;
}

.lists-article .category_wrap .ttl {
  border-left: solid 5px #e1dfd7;
  padding: 10px;
  color: #0200;
}

.lists-article .category_wrap ul li {
  margin: 10px 10px 5px 40px;
  padding-bottom: 5px;
  list-style-type: disc;
}

.blog_wrap {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 961px) {
  .blog_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .blog_wrap .blog_box {
    width: 49%;
  }

  .blog_wrap .blog_box:nth-child(odd) {
    margin-right: 2%;
  }

  .blog_wrap .blog_box:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.blog_wrap .blog_box {
  padding: 10px;
  background-color: #dce6f2;
  border: 3px solid #949494;
}

@media print, screen and (max-width: 960px) {
  .blog_wrap .blog_box {
    margin-bottom: 15px;
  }
}

.blog_wrap .blog_box .ttl {
  margin-bottom: 10px;
  text-align: center;
}

.blog_wrap .blog_box .subttl {
  border-radius: 5px;
  border: 3px solid #949494;
  text-align: center;
  padding: 5px;
  max-width: 330px;
  margin: 0 auto 5px;
}

.blog_wrap .blog_box ul {
  background-color: #fff;
  border: 1px solid #949494;
  padding: 10px;
  max-width: 480px;
  margin: 0 auto;
}

.blog_wrap .blog_box ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog_wrap .blog_box ul li .blog_img {
  width: 39%;
}

.blog_wrap .blog_box ul li .text {
  width: 59%;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px;
}

.blog_wrap .blog_box ul li .text p.postday {
  margin-bottom: 7px;
}

.blog_wrap .blog_box ul li .text p.posttitle a {
  color: #333;
}

.blog_wrap .blog_box .list-link {
  margin-top: 10px;
}

.blog_wrap .blog_box .list-link a {
  max-width: 240px;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  background: #504b47 url(../images/list/more_icon.png) right center no-repeat;
}

.blog_single {
  max-width: 910px;
  margin: auto;
}

.blog_single .dateline {
  color: #666;
  font-size: 12px;
  background-color: #e1ded7;
  padding: 5px 20px;
}

.blog_single .theme {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog_single .theme a {
  color: #0000ee;
}

.blog_single .blogtitle {
  font-size: 13px;
  font-weight: bold;
  margin: 0 10px 15px 10px;
  padding: 10px 15px 5px 20px;
  border-bottom: dotted 1px #222;
}

.blog_single .blogtitle a {
  color: #0000ee;
}

.blog_single .blogtitle a h2 {
  font-size: 16px;
  font-weight: bold;
  background: url(../images/list/icon2.png) left center no-repeat;
  padding-left: 20px;
}

/* -- dansirikon --
---------------------------　*/
.mp_price_details .mp_price_detail {
  max-width: 900px;
  margin: 0 auto 25px;
}

@media print, screen and (min-width: 768px) {
  .mp_price_details .mp_price_detail {
    display: flex;
    justify-content: space-between;
  }

  .mp_price_details .mp_price_detail li:first-of-type {
    width: 45%;
  }

  .mp_price_details .mp_price_detail li:last-of-type {
    width: 52%;
  }
}

.mp_price_details .mp_price_detail li:first-of-type {
  text-align: center;
}

.mp_price_details .mp_price_detail li .price_ttl {
  text-align: right;
  font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
  color: #4c4744;
  border-bottom: solid 1px;
}

@media print, screen and (max-width: 767px) {
  .mp_price_details .mp_price_detail li .price_ttl {
    font-size: 22px;
    padding: 7px;
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .mp_price_details .mp_price_detail li .price_ttl {
    font-size: 36px;
  }
}

.mp_price_details .mp_price_detail li p.r_price {
  color: #c1bcb0;
  font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 1px;
}

.mp_price_details .mp_price_detail li p.price {
  color: #3789cd;
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  .mp_price_details .mp_price_detail li p.price {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .mp_price_details .mp_price_detail li p.price {
    font-size: 42px;
  }
}

.mp_price_details .byline {
  color: #4e4945;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #d0e9ec;
  max-width: 880px;
  margin: 0 auto 10px;
  padding: 7px 15px;
}

.mp_price_details .price_table {
  margin-bottom: 15px;
}

.mp_price_details .price_table table tr.price_table,
.mp_price_details .price_table table tr.price_table th {
  background-color: #80acb9;
}

.mp_price_details .price_table table th,
.mp_price_details .price_table table td {
  color: #4e4945;
  border: solid 1px #4e4945;
  vertical-align: middle;
}

.mp_price_details .price_table table th {
  font-size: 13px;
  font-weight: bold;
  background-color: #80acb9;
  text-align: center;
  background-color: #e3e3e3;
  width: 20%;
}

@media print, screen and (max-width: 767px) {
  .mp_price_details .price_table table th {
    font-size: 12px;
  }
}

.mp_price_details .price_table table td {
  font-size: 14px;
  padding: 10px;
}

@media print, screen and (max-width: 767px) {
  .mp_price_details .price_table table td {
    font-size: 13px;
  }
}

.mp_price_details .price_table table td.price_detai_col2,
.mp_price_details .price_table table td.price_detai_col3 {
  width: 15%;
}

@media print, screen and (max-width: 767px) {
  .mp_price_details .price_table table td.price_detai_col2,
  .mp_price_details .price_table table td.price_detai_col3 {
    width: 20%;
  }
}

.mp_price_details .price_table table td.price_detai_col4 {
  width: 40%;
}

/* -- nevada --
---------------------------　*/
.nevada .texts {
  max-width: 900px;
  margin-left: auto;
  margin-bottom: 30px;
}

.nevada .text {
  font-size: 18px;
  color: #3a3a3a;
  padding: 5px;
}

.nevada .headline {
  margin-bottom: 15px;
}

/*@media print, screen and (min-width: 768px) {
  .nevada .headline {
    margin-left: 10px;
  }
}

.nevada .headline h2 {
  color: #1c58a7;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: solid 1px #1c58a7;
}

@media print, screen and (max-width: 767px) {
  .nevada .headline h2 {
    font-size: 20px;
    padding: 18px 0 10px 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .headline h2 {
    font-size: 30px;
    padding: 28px 0 10px 28px;
  }
}*/

@media print, screen and (max-width: 767px) {
  .nevada .strapline {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .strapline {
    /* margin-left: 12px; */
    margin-bottom: 10px;
  }
}

/*.nevada .strapline h3 {
  color: #383838;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: solid 1px #c7c7c7;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .nevada .strapline h3 {
    font-size: 18px;
    padding: 7px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .strapline h3 {
    font-size: 23px;
    padding: 35px 0 0 35px;
  }
}*/

.nevada .byline {
  margin-bottom: 10px;
}

/* @media print, screen and (min-width: 768px) {
  .nevada .byline {
    margin-left: 20px;
  }
}

.nevada .byline h4 {
  color: #4e4945;
  max-width: 880px;
}

@media print, screen and (max-width: 767px) {
  .nevada .byline h4 {
    font-size: 18px;
    letter-spacing: 3px;
    padding: 5px 15px;
    font-weight: normal;
    background-color: #f7dcb7;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .byline h4 {
    font-size: 15px;
    padding: 7px 15px;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #d0e9ec;
  }
} */

.nevada .question,
.nevada .answer {
  margin-bottom: 10px;
  padding: 5px 0 5px 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .nevada .question,
  .nevada .answer {
    margin-left: 20px;
  }
}

.nevada .question:before,
.nevada .answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.nevada .question h4,
.nevada .answer h4 {
  color: #000000;
  font-size: 20px;
  letter-spacing: 10px;
  font-weight: bold;
  padding-left: 40px;
  border-bottom: dotted 1px;
}

.nevada .question:before {
  background: url(../images/nevada/question.png) 50% 50% no-repeat;
}

.nevada .answer:before {
  background: url(../images/nevada/answer.png) 50% 50% no-repeat;
}

.nevada .staffline,
.nevada .voiceline {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .nevada .staffline,
  .nevada .voiceline {
    margin-left: 10px;
  }
}

.nevada .staffline h2,
.nevada .voiceline h2 {
  color: #4e4945;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 8px 0px 7px 50px;
}

.nevada .staffline h2 {
  background: url(../images/nevada/staffline.png) left center no-repeat;
}

.nevada .voiceline h2 {
  background: url(../images/nevada/voiceline.png) left center no-repeat;
}

.nevada .columns {
  margin-bottom: 15px;
}

.nevada .columns1 .image {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .nevada .columns .liner {
    display: flex;
    justify-content: center;
  }

  .nevada .columns .liner .column2 {
    width: 49%;
  }

  .nevada .columns .liner .column2:nth-child(odd) {
    margin-right: 2%;
  }

  .nevada .columns .liner .column3 {
    width: 32%;
    margin-right: 2%;
  }

  .nevada .columns .liner .column3:nth-child(3n) {
    margin-right: 0;
  }

  .nevada .columns .liner .column4 {
    width: 24%;
    margin-right: 2%;
  }

  .nevada .columns .liner .column4:nth-child(4n) {
    margin-right: 0;
  }

  .nevada .columns .liner .column5 {
    width: 19.2%;
    margin-right: 2%;
  }

  .nevada .columns .liner .column5:nth-child(5n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .nevada .columns .liner .column {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .nevada .columns .liner .image {
    text-align: center;
  }

  .nevada .columns .liner .image img {
    width: 100%;
  }
}

.nevada .simple {
  max-width: 900px;
  margin: 0 auto 30px;
}

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

.nevada .simple div.left {
  float: left;
  margin-right: 15px;
  width: 49%;
}

.nevada .simple div.right {
  float: right;
  margin-left: 15px;
  width: 49%;
}

.nevada .detail {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .nevada .detail {
    display: flex;
    justify-content: space-between;
  }

  .nevada .detail .image {
    width: 39%;
  }

  .nevada .detail .detail-list {
    width: 59%;
  }
}

@media print, screen and (max-width: 767px) {
  .nevada .detail .image {
    text-align: center;
    margin-bottom: 15px;
  }
}

.nevada .detail .detail-list dl {
  display: flex;
  border-bottom: solid 1px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.nevada .detail .detail-list dl dt {
  width: 150px;
  color: #4e4945;
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-right: dotted 1px;
}

.nevada .detail .detail-list dl dd {
  color: #3a3a3a;
  font-size: 12px;
  padding: 5px;
  padding-left: 20px;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}

.nevada .detail .detail-list table th {
  font-weight: bold;
}

.nevada .detail .detail-list table th,
.nevada .detail .detail-list table td {
  padding: 4px;
  border: solid 1px #4e4945;
}

.nevada .table {
  max-width: 900px;
  margin: 0 auto 15px;
}

.nevada .table dl {
  padding: 10px 0 5px;
  border-bottom: solid 1px #4e4945;
  display: flex;
}

.nevada .table dl dt {
  padding: 5px;
  color: #4e4945;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  width: 150px;
  border-right: dotted 1px #4e4945;
}

.nevada .table dl dd {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}

@media print, screen and (max-width: 767px) {
  .nevada .table dl dd {
    padding: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .table dl dd {
    padding: 5px 5px 5px 20px;
  }
}

.nevada .table .table-list table th {
  color: #4e4945;
  text-align: center;
  background-color: #e3e3e3;
}

@media print, screen and (min-width: 768px) {
  .nevada .table .table-list table th {
    width: 20%;
  }
}

.nevada .table .table-list table th,
.nevada .table .table-list table td {
  padding: 10px;
  border: solid 1px #4e4945;
}

@media print, screen and (min-width: 768px) {
  .nevada .table .table-list table th,
  .nevada .table .table-list table td {
    font-size: 18px;
  }
}

.nevada .beforeafter {
  margin-bottom: 15px;
}

.nevada .beforeafter-horizontal {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 767px) {
  .nevada .beforeafter-horizontal .before {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .beforeafter-horizontal .before {
    width: 33%;
  }
}

@media print, screen and (max-width: 767px) {
  .nevada .beforeafter-horizontal .arrow {
    width: 10%;
    padding-top: 17%;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .beforeafter-horizontal .arrow {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .nevada .beforeafter-horizontal .after {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .nevada .beforeafter-horizontal .after {
    width: 45%;
  }
}

.nevada .beforeafter-vertical .before .inner {
  display: flex;
  justify-content: space-between;
}

.nevada .beforeafter-vertical .before .inner > div {
  width: 50%;
}

.nevada .beforeafter-vertical .arrow {
  text-align: center;
}

.nevada .beforeafter-vertical .after .image {
  text-align: center;
}

.material.mpFields {
  display: none;
}

div.lists-posts4 {
  margin-bottom: 15px;
}

div.top_works div.lists-posts {
  margin-bottom: 0px !important;
}

div.lists-posts4 div.headline {
  color: #000000;
  background-image: url("/wp-content/uploads/topline.png");
  margin-bottom: 5px;
}

div.lists-posts4 div.headline h2 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
  background-image: url("/wp-content/uploads/topline.png");
  height: 40px;
  padding: 0 2em;
  display: table-cell;
}

div.lists-posts4 div.button p.list-link {
  margin-top: 10px;
  float: right;
}

div.lists-posts4 div.title {
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 0;
}

div.lists-posts4 div.lists-posts {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px;
  float: left;
}

div.lists-posts4 div.lists-posts-inner div.image {
  margin-right: 5px;
  margin-bottom: 5px;
}

div.lists-posts4 div.lists-posts-inner div.text {
  color: #5e5e5e;
  font-size: 12px;
  text-align: justify;
}

div.lists-posts4 div.title h3 a:hover {
  color: #838281;
  font-weight: normal;
}

div.lists-posts4 div.title h3 a {
  color: #4e4945;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  width: 220px;
  padding-left: 10px;
  display: table-cell;
}

div.lists-posts4 div.button p.list-link a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  background-color: #4e4945;
  background-image: url("/wp-content/uploads/detail.png");
  background-repeat: no-repeat;
  width: 240px;
  height: 30px;
  display: table-cell;
}

div.lists-posts4 div.lists-posts-inner {
  text-align: center;
  margin: 10px;
}

div.lists-posts4 div.lists-posts-inner div.image img {
  background-color: #ffffff;
  padding: 3px;
  border: none;
}

div.lists-posts4 div.button p.list-link a:link {
  color: #ffffff;
}

div.lists-posts4 div.lists-posts:nth-child(4n) {
  margin-right: 0;
}

.chop {
  margin-right: 0 !important;
}

#inquiry ul li {
  width: 46%;
  margin: 2%;
  float: left;
}

.column1 {
  width: 100%;
}

/* -- jetpress --
---------------------------　*/
/* .jetpress .wp-heading-1 {
  color: #1c58a7;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: solid 1px #1c58a7;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 767px) {
  .jetpress .wp-heading-1 {
    font-size: 20px;
    padding: 18px 0 10px 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress .wp-heading-1 {
    font-size: 30px;
    padding: 28px 0 10px 28px;
    margin-left: 10px;
  }
} */

.wp-heading-1,
.headline h2 {
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  background: #334e85;
  border-bottom: 7px double #fff;

  @media screen and (max-width: 767px) {
    padding: 5px 8px;
    font-size: 1.3em;
  }
}

/* .jetpress .wp-heading-2 {
  color: #383838;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: solid 1px #c7c7c7;
}

@media print, screen and (max-width: 767px) {
  .jetpress .wp-heading-2 {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 7px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress .wp-heading-2 {
    margin-left: 12px;
    margin-bottom: 35px;
    font-size: 23px;
    padding: 35px 0 0 35px;
  }
} */

.wp-heading-2,
.strapline h3 {
  padding: 5px 10px 5px 15px;
  color: #3a3a3a;
  font-size: 1.35em;
  font-weight: 700;

  background: #e1e5ee;
  border-left: 5px solid #334e85;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 0;

  @media screen and (max-width: 767px) {
    padding: 5px 15px 5px 8px;
    font-size: 1.15em;
    overflow: hidden;
  }

  &::after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    border-left: 15px double #334e85;
    transform: skew(-25deg, 0deg);
    position: absolute;
    top: 0;
    right: 40px;
    z-index: -1;

    @media screen and (max-width: 767px) {
      height: 35px;
      right: 0;
      top: auto;
      bottom: 0;
      transform: skew(-45deg, 0deg);
    }
  }
}

/* .jetpress .wp-heading-3 {
  margin-bottom: 10px;
  color: #4e4945;
  max-width: 880px;
}

@media print, screen and (max-width: 767px) {
  .jetpress .wp-heading-3 {
    font-size: 18px;
    letter-spacing: 3px;
    padding: 5px 15px;
    font-weight: normal;
    background-color: #f7dcb7;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress .wp-heading-3 {
    font-size: 15px;
    padding: 7px 15px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 20px;
    background-color: #d0e9ec;
  }
} */

.wp-heading-3,
.byline h4 {
  padding: 2px 10px;
  color: #334e85;
  font-size: 1.2em;
  font-weight: 700;
  border-top: 2px solid #334e85;
  border-bottom: 2px solid #334e85;

  @media screen and (max-width: 767px) {
    padding: 2px 5px;
    font-size: 1.1em;
  }
}

#masthead h1,
.wp-heading-1,
.wp-heading-2,
.wp-heading-3 {
  @media screen and (max-width: 767px) {
    font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic",
      -apple-system, BlinkMacSystemFont, sans-serif;
  }

  &.gds {
    margin-bottom: 20px;
  }
}

.jetpress .wp-block-group {
  width: 100%;
  margin: 5px auto 10px;
}

.jetpress .wp-block-group__inner-container {
  padding: 0.5em;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.5;

  .link-btn {
    display: block;
    margin: auto;
    padding: 5px 30px;
    width: fit-content;
    color: #fff;
    background: #175996;
    border: 2px solid #175996;
    border-radius: 4px;

    &:hover {
      color: #175996;
      text-decoration: none;
      background: #fff;
    }
  }
}

.jetpress .wp-block-group .wp-block-group__inner-container .wp-block-image {
  width: 100%;
  height: auto;
  margin: 0 auto 7px;
  text-align: center;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-image.size-large {
  width: 70%;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-image.size-medium {
  width: 50%;
}

.jetpress .wp-block-group .wp-block-group__inner-container .wp-block-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 10px;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column {
  flex: 1 1 0px;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns.before-after
  .wp-block-column {
  flex: auto;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column:not(:last-child) {
  margin-right: 20px;
}

@media print, screen and (max-width: 767px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns
    .wp-block-column:not(:last-child) {
    margin-right: 0px;
  }
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns.before-after
  .before {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .before {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .before {
    width: 33%;
  }
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns.before-after
  .after {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .after {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .after {
    width: 45%;
  }
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns.before-after
  .before-after-icon {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 5px;
}

@media print, screen and (max-width: 767px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .before-after-icon {
    width: 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .before-after-icon {
    width: 23%;
    transform: rotate(-90deg);
  }
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-table
  table {
  width: 100%;
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-table
  table
  td:first-of-type {
  color: #4e4945;
  text-align: center;
  background-color: #e3e3e3;
}

@media print, screen and (min-width: 768px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-table
    table
    td:first-of-type {
    width: 20%;
  }
}

.jetpress .wp-block-group.left .wp-block-group__inner-container {
  .wp-block-table {
    tr {
      td {
        &:first-child {
          font-weight: bold;
        }

        &:not(:first-child) {
          text-align: left;
        }
      }
    }
  }
}

.jetpress .wp-block-group.top .wp-block-group__inner-container {
  .wp-block-table {
    tr:first-child {
      font-weight: bold;
      background-color: #e3e3e3;

      td {
        width: 50%;
      }

      td {
        text-align: center;
      }

      &:has(td:nth-child(3)) {
        td {
          width: calc(100% / 3);
        }
      }
    }

    td {
      text-align: left;

      &:first-of-type {
        text-align: left;
        background-color: transparent;
      }
    }
  }
}

.wp-block-group__inner-container {
  ul:not([class]) {
    li {
      position: relative;
      padding: 0 0 0 15px;

      @media screen and (max-width: 767px) {
        padding: 0 0 0 10px;
      }

      &::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 11px;

        @media screen and (max-width: 767px) {
          top: 12px;
        }
      }
    }
  }
}

.jetpress
  .wp-block-group
  .wp-block-group__inner-container
  .wp-block-table
  table
  td {
  padding: 10px;
  border: solid 1px #4e4945;
}

@media print, screen and (min-width: 768px) {
  .jetpress
    .wp-block-group
    .wp-block-group__inner-container
    .wp-block-table
    table
    td {
    font-size: 18px;
  }
}

.price_table.new-table {
  table {
    tr {
      &.price_table {
        background-color: #175996;

        th,
        td {
          color: #fff;
          text-align: center;
        }
      }

      &:not(.price_table) {
        th {
          background-color: #e3e3e3;
        }
      }

      th,
      td {
        padding: 5px;
        border: 1px solid #4e4945;
      }
    }
  }
}

#mp_price_details {
  margin-left: 30px;
}

#mp_price_details .mp_price_image {
  margin-right: 15px;
  float: left;
}

#mp_price_details .mp_price {
  width: 450px;
  float: left;
}

#mp_price_details .price_table {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  overflow: hidden;
}

#mp_price_details .price_table table {
  width: 100%;
  border-width: 1px;
  border-color: #4e4945;
  border-style: solid;
  border-collapse: collapse;
}

#mp_price_details .price_table table th {
  color: #4e4945;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  background-color: #e3e3e3;
  width: 20%;
  padding: 10px;
  border-width: 1px;
  border-color: #4e4945;
  border-style: solid;
}

#mp_price_details .price_table table td {
  font-size: 14px;
  padding: 10px;
  border-width: 1px;
  border-color: #4e4945;
  border-style: solid;
}

#mp_price_details .price_table table .price_table {
  background-color: #80acb9;
}

#mp_price_details .mp_price .price {
  color: #3789cd;
  font-size: 36px;
  text-align: right;
  background-image: url("/wp-content/uploads/reference_price.png");
  background-repeat: no-repeat;
  padding-top: 90px;
  background-position: right top;
}

#mp_price_details .price_table table .price_table th {
  background-color: #80acb9;
}

.price_table .price_detai_col1 {
  width: 30%;
}

.price_table .price_detai_col2 {
  width: 15%;
}

#mp_price_details #mp_price_detail {
  margin-bottom: 25px;
}

.price_table .price_detai_col3 {
  width: 15%;
}

.price_table .price_detai_col4 {
  width: 40%;
}

div.blog {
  width: 100%;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #b4a591;
  border-bottom-style: none;
}

div.blog .blogtitle {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 10px 15px 5px 20px;
  border-bottom-width: 1px;
  border-bottom-color: #222222;
  border-bottom-style: dotted;
}

div.blog .theme {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 15px;
}

div.blog .blogtitle h2 {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  background-image: url("/wp-content/uploads/icon2.png");
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 20px;
}

div.blog .dateline {
  color: #666;
  font-size: 12px;
  background-color: #e1ded7;
  background-repeat: no-repeat;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  width: 100%;
  height: 26px;
  margin-right: 15px;
  margin-left: 10px;
  padding: 5px 4px 10px 20px;
}

div.blogcategory .blogcatbox {
  width: 422px;
  float: left;
  margin-right: 30px;
  padding: 10px;
  background-color: #dce6f2;
  border: 3px solid #949494;
}

div.blogcategory .blogcatbox .disc {
  border-radius: 5px;
  border: 3px solid #949494;
  text-align: center;
  padding: 5px;
  width: 330px;
  margin: 0 auto 5px;
}

.morelist {
  padding: 10px 0 0;
  text-align: right;
}

div.blogcategory .liner {
  margin-bottom: 15px;
}

div.blogcategory .blogcatbox .title {
  margin-bottom: 10px;
  text-align: center;
}

div.blogcategory .blogcatbox .blogpostliner {
  margin-bottom: 10px;
  min-height: 123px;
}

div.blogcategory .blogcatbox .blogpostbox {
  background-color: #fff;
  border: 1px solid #949494;
  padding: 10px;
}

div.blogcategory .blogcatbox .blogpostliner p.postday {
  margin-bottom: 7px;
}

div.blogcategory .blogcatbox .blogpostliner div.image {
  width: 155px;
  float: left;
  margin-right: 10px;
}

div.blogcategory .blogcatbox .blogpostliner div.image img {
  border: none;
  padding: 0;
}

div.blogcategory .blogcatbox .blogpostliner div.text {
  width: 225px;
  float: right;
}

#main div.blogcategory .blogcatbox .blogpostliner p.posttitle a {
  color: #333;
}

/*記事一覧*/
div.bloglist {
  padding-top: 20px;
}

div.bloglist div.lists-posts-inner div.image img {
  padding: 0 !important;
  border: none !important;
}

div.bloglist div.lists-posts {
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
}

div.bloglist div.lists-posts-inner div.image {
  margin-right: 5%;
  width: 45%;
  float: left;
}

div.bloglist div.lists-posts-inner div.text {
  padding: 0;
  width: 50%;
  float: right;
}

div.bloglist div.lists-posts-inner p.days {
  font-size: 16px;
  margin-bottom: 5px;
}

div.bloglist div.lists-posts-inner p.posttitle {
  font-size: 18px;
  margin-bottom: 10px;
}

div.bloglist div.lists-posts-inner p.posttitle a {
  color: #000 !important;
}

div.bloglist div.lists-posts-inner p.exc {
  font-size: 16px;
}

div.bloglist div.singlebutton {
  text-align: right;
  padding: 15px;
}

#container .text a {
  color: #425dff;
}

#container main form {
  margin: 2%;
}

#container main form ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2% 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2%;
}

#container main form ol.chop {
  border: none;
}

#container main form ol li.f-item-ttl {
  width: 25%;
  font-weight: bold;
  color: #505050;
  padding-right: 1%;
}

#container main form ol li.f-matter {
  width: 70%;
  border-left: 1px dotted #ccc;
  padding-left: 5%;
}

#container main form ol li.f-matter input.textlines {
  width: 70%;
  line-height: 2;
  border-radius: 5px;
  border: 1px solid #646464;
}

#container main form ol li.f-matter input.textlines-half {
  width: 30%;
  line-height: 2;
  border-radius: 5px;
  border: 1px solid #646464;
}

#container main form ol li.f-matter ul {
  width: 100%;
}

#container main form ol li.f-matter ul li {
  float: left;
  margin-bottom: 1%;
  margin-right: 4%;
}

#container main form ol li.f-matter ul li:last-child {
  margin-right: 0;
}

#container main select.f-select::-ms-expand {
  display: none;
}

#container main form select.f-select {
  width: 40%;
  height: 30px;
  line-height: 2;
  border-radius: 5px;
  border: 1px solid #646464;
  margin-top: 3%;
}

#container main form textarea.area {
  width: 70%;
  border-radius: 5px;
  border: 1px solid #646464;
}

#container main form span.ind-spens {
  font-size: 12px;
  color: #fff;
  background: #d40000;
  border-radius: 4px;
  padding: 1% 2%;
  margin-right: 3%;
  vertical-align: middle;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

#container main form p {
  text-align: center;
}

#container main form input.f-button {
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  padding: 2% 10%;
  background: #1b568e;
  color: #ffffff;
  line-height: 1em;
  transition: 0.3s;
  box-shadow: 4px 4px 2px #c8c8c8;
  border: 2px solid #1b568e;
}

#container main form input.f-button:hover {
  box-shadow: none;
  color: #000066;
  background: #ffffff;
}

@media print, screen and (max-width: 767px) {
  #container main form {
    font-size: 14px;
  }

  #container main form ol li.f-item-ttl {
    width: 45%;
    font-weight: bold;
    color: #505050;
    padding-right: 1%;
  }

  #container main form ol li.f-matter {
    width: 55%;
    border-left: 1px dotted #ccc;
    padding-left: 5%;
  }

  #container main form ol li.f-matter ul li {
    width: 100%;
    float: left;
    margin-bottom: 1%;
  }

  #container main form ol li.f-matter input.textlines {
    width: 100%;
    line-height: 2;
    border-radius: 5px;
    border: 1px solid #646464;
  }

  #container main form ol li.f-matter input.textlines-half {
    width: 100%;
    line-height: 2;
    border-radius: 5px;
    border: 1px solid #646464;
  }

  #container main form select.f-select {
    width: 100%;
    height: 30px;
    line-height: 2;
    border-radius: 5px;
    border: 1px solid #646464;
  }

  #container main form textarea.area {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #646464;
  }
}

#form ol.accent .f-item-ttl {
  color: red !important;
  font-size: 1.2rem;
}

#form ol.accent {
  color: #000;
  font-size: 1.2rem;
}

.form_foot {
  margin: 4% auto;
  text-align: center;
}

#sitemap ul li::before {
  content: url("/wp-content/uploads/icon.jpg");
}

#sitemap ul li {
  display: inline flow-root list-item;
  padding: 1em;
}

/*詳細ページサイド*/
.sideblogwrapp {
  border-bottom: 1px solid #7a7a7a;
}

#side_blog dl dt.blogmidashi {
  border: 1px solid #081d8f;
  padding: 10px;
  background-color: #0e6cc4;
  color: #fff;
}

#side_blog dl dd {
  border-right: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  padding: 5px 10px;
}

#side_blog dl dd a {
  color: #000;
  font-size: 16px;
}

#side_blog dl.sidecat dd {
  padding: 10px 10px 10px 10px;
}

#side_blog dl.sidecat dd a {
  font-weight: bold;
}

iframe[src*="https://www.youtube.com"],
.column .image iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 12/7;
}
.archive-list.voice {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0.8em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .archive-list.voice {
    grid-template-columns: repeat(1, auto);
  }
}

.archive-list.voice .archive-item {
  border: #ccc solid 1px;
}

.archive-list.voice .archive-item .post-anchor {
  display: block;
  padding-bottom: 30px;
  height: 100%;
  text-decoration: none;
}

.archive-list.voice .archive-item .post-title {
  color: #175996;
  padding: 0.2em 0.4em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.archive-list.voice .archive-item .post-thumbnail {
  display: block;
  margin: 1em auto;
}

.archive-list.voice .archive-item .post-details {
  padding: 0 0.4em;
  font-size: 16px;
}

.archive-list.voice .archive-item .data-term {
  padding: 0.3em;
  text-indent: 0.5em;
  background-color: #175996;
  color: #fff;
}

.archive-list.voice .archive-item .data-description {
  padding: 0.5em;
}

.archive-list.voice .archive-item .read-more {
  padding: 0.1em 2em;
  background: #175996;
  color: white;
  border-radius: 0.5em;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 0.5em auto;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* =========================================================
   Plugin for Google Reviews（widget-google-reviews / RichPlugins）
   カルーセル（スライダー）表示のカスタマイズ
========================================================= */
.wp-gr[data-layout="slider"] .grw-row {
  flex-direction: column !important;
  align-items: stretch !important;
}

.wp-gr[data-layout="slider"] .grw-row > .grw-header,
.wp-gr[data-layout="slider"] .grw-row > .grw-content {
  width: 100% !important;
  flex: 1 1 100% !important;
}

/* アカウント情報ボックスの下に少し余白を追加（お好みで調整/削除可） */
.wp-gr[data-layout="slider"] .grw-header {
  margin-bottom: 8px !important;
}
