﻿@charset "UTF-8";
/*Theme Name: 676_motisuki
Theme URI:
Description: 676_motisuki-template
Version: 1.0
Author: beaut imaging office.
Author URI:
*/

/*============================================================*/
/* Reset CSS
/*============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============================================================*/
/* common
/*============================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  /*default size : 10px */
}

body {
  overflow-x: hidden;
  background-color: #f1f8fd;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* anchor */
a {
  text-decoration: underline;
  color: #4a90e2;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  /* opacity: 0.7; */
  text-decoration: none;
}

/* img (anchor) */
a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* placeholder */
:placeholder-shown {
  color: #a6a6a6;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #a6a6a6;
}

/* IE 10+ */

/*========================================================
header
========================================================*/
.ghead {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  min-width: 320px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.ghead .inr {
  max-width: 1000px;
  height: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .ghead .inr {
    padding: 0 1em;
  }
}

/* logo */
.ghead h1 {
  float: left;
  margin-top: 10px;
  width: 252px;
  height: 57px;
}

.ghead h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .ghead h1 {
    width: 200px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 560px) {
  .ghead h1 {
    width: 120px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ghead h1 {
    width: 120px;
    margin-top: 9px;
  }
}

/* global navi */
.gnav {
  float: right;
  margin-top: 15px;
}

.gnav h2 {
  float: left;
  /* border-right: 1px solid #daddd9;
  border-left: 1px solid #daddd9; */

  width: 90px;
  height: 50px;
  padding: 36px 0 0;
  background: url(images/common/icon-burger.svg) no-repeat center 6px;
  background-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  cursor: pointer;

  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gnav h2:hover {
  /* background: url(images/common/icon-burger_over.svg) no-repeat center 6px; */
  /* background-size: 24px; */
  /* color: #4A90E2; */
}

.gnav ul {
  float: left;
  /* background-color: #fff; */
}

.gnav ul li {
  float: left;
  width: 75px;
  height: 50px;
  /* border-right: 1px solid #daddd9; */
}

/* .gnav ul li:first-child {
  border-left: 1px solid #daddd9;
} */

.gnav ul li a {
  display: block;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 2em;
  /* height: 50px; */
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;

  /* -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; */
  position: relative;
}

/* .gnav ul li a:hover,
.gnav ul li.current a {
  color: #fff;
  text-decoration: none;
} */

.gnav ul li a:after {
  position: absolute;
  top: 42px;
  left: 35%;
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  bottom: -0.2em;
  transform: scaleX(0);
  transform-origin: center top;
  transition: all 0.3s;
  padding-bottom: 1px;
}

.gnav ul li a:hover:after {
  transform: scale(1, 1);
}

/* .gnav ul li:nth-child(1) a {
  background: url(images/common/icon-home.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(2) a {
  background: url(images/common/icon-star.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(3) a {
  background: url(images/common/icon-doc.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(4) a {
  background: url(images/common/icon-person.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(5) a {
  background: url(images/common/icon-pin.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(6) a {
  background: url(images/common/icon-pin.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(1) a:hover,
.gnav ul li.current:nth-child(1) a {
  background: url(images/common/icon-home_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(2) a:hover,
.gnav ul li.current:nth-child(2) a {
  background: url(images/common/icon-star_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(3) a:hover,
.gnav ul li.current:nth-child(3) a {
  background: url(images/common/icon-doc_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(4) a:hover,
.gnav ul li.current:nth-child(4) a {
  background: url(images/common/icon-person_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(5) a:hover,
.gnav ul li.current:nth-child(5) a {
  background: url(images/common/icon-pin_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
}

.gnav ul li:nth-child(6) a:hover,
.gnav ul li.current:nth-child(6) a {
  background: url(images/common/icon-pin_over.svg) no-repeat center 6px;
  background-size: 24px 24px;
} */

@media screen and (min-width: 1100px) {
  .gnav h2 {
    display: none;
  }

  .gnav ul {
    display: block;
  }
}

@media screen and (max-width: 1099px) {
  .gnav h2 {
    display: block;
    position: relative;
  }

  .gnav ul {
    display: none;

    position: fixed;
    left: 0;
    top: 81px;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px 10px 10px;
    padding: 10px;
    background: #fff;
    border: 2px solid #4a90e2;

    -webkit-box-shadow: 0 0 8px 0 #666;
    box-shadow: 0 0 8px 0 #666;
    border-radius: 4px;

    /*
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
		background: rgba(0, 0, 0, 0.75);
        */
  }

  .gnav ul:not(:target) {
    -webkit-filter: none;
    filter: none;
  }

  .gnav ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 247px;
    z-index: -1;
    width: 14px;
    height: 14px;
    background-color: #4a90e2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* -webkit-box-shadow: 0 0 8px 0 #999999;
        box-shadow: 0 0 8px 0 #999999; */
  }

  .gnav ul::after {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: -6px;
    right: 247px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnav ul li {
    float: left;
    width: 50%;
    height: auto;
    border: none;
    border-bottom: 1px solid #daddd9;
  }

  .gnav ul li:first-child {
    border-left: none;
  }

  .gnav ul li:nth-child(odd) {
    border-right: 1px solid #daddd9;
  }

  .gnav ul li a {
    display: block;
    height: auto;
    padding: 10px 8px 10px 10px;
    text-align: left;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #4a90e2;
  }

  .gnav ul li a:after {
    display: none;
  }

  /* .gnav ul li:nth-child(1) a {
    background: url(images/common/icon-home.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(2) a {
    background: url(images/common/icon-star.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(3) a {
    background: url(images/common/icon-doc.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(4) a {
    background: url(images/common/icon-person.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(5) a {
    background: url(images/common/icon-pin.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(6) a {
    background: url(images/common/icon-pin.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(1) a:hover,
  .gnav ul li.current:nth-child(1) a {
    background: url(images/common/icon-home_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(2) a:hover,
  .gnav ul li.current:nth-child(2) a {
    background: url(images/common/icon-star_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(3) a:hover,
  .gnav ul li.current:nth-child(3) a {
    background: url(images/common/icon-doc_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(4) a:hover,
  .gnav ul li.current:nth-child(4) a {
    background: url(images/common/icon-person_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(5) a:hover,
  .gnav ul li.current:nth-child(5) a {
    background: url(images/common/icon-pin_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }

  .gnav ul li:nth-child(6) a:hover,
  .gnav ul li.current:nth-child(6) a {
    background: url(images/common/icon-pin_over.svg) no-repeat 12px 10px;
    background-size: 24px 24px;
  }*/
}

@media screen and (max-width: 480px) {
  .gnav {
    margin-top: 5px;
  }

  .gnav h2 {
    overflow: hidden;
    width: auto;
    height: 0;
    max-width: 40px;
    padding: 45px 0 0;
    background-color: transparent;
    border-left: none;
    border-right: none;

    background: url(images/common/icon-burger.svg) no-repeat center 2px;
    background-size: 40px;
  }

  .gnav h2:hover {
    background: url(images/common/icon-burger_over.svg) no-repeat center 2px;
    background-size: 40px;
  }

  .gnav ul::before,
  .gnav ul::after {
    right: 50%;
    margin-right: -7px;
  }

  .gnav ul li {
    width: 100% !important;
  }

  .gnav ul li:nth-child(odd) {
    border-right: none;
  }

  .gnav ul li:last-child {
    border-bottom: none;
  }
}

/* contact */
.gContact {
  float: left;
  margin-left: 20px;
}

.gContact .tel {
  padding-left: 24px;
  background: url(images/icon-tel.png) no-repeat left center;
  background-size: 20px 20px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.gContact .mail a {
  display: block;
  height: 25px;
  padding: 3px 0;
  background-color: #63d3bc;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.gContact .mail a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .gContact {
    float: none;
    position: absolute;
    left: 0;
    bottom: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    margin-left: 0;
    padding: 0 1em;
  }

  .gContact .tel {
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 1.4rem;
  }

  .gContact .mail a {
    height: 20px;
    padding: 1px 4px;
  }
}

/*========================================================
footer
========================================================*/
.gFoot {
  background-color: #104b90;
}

.gFoot .inr {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* footer navi */
.fnav {
  float: left;
  line-height: 10px;
}

.fnav li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

.fnav li:first-child {
  padding-left: 0;
  border-left: none;
}

.fnav li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .gFoot .inr {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 480px) {
  .fnav {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* copyright */
p.copyright {
  float: right;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

@media screen and (max-width: 480px) {
  p.copyright {
    float: none;
  }
}

/*========================================================
contents
========================================================*/
/* splash */
#splash {
  height: 430px;
  margin-top: 80px;
  padding: 0 10px;
  background: url(images/top/top_image.jpg) no-repeat center center;
  background-size: cover;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  #splash {
    display: block;
  }
}

#splash .block {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#splash .catch {
  /* background-color: rgba(39, 81, 151, 0.92); */
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
}

#splash .catch .catchCaption {
  line-height: 1.5;
  margin: 31px 20px 1.1rem 20px;
  letter-spacing: 0.45;
  font-size: 3rem;
  text-shadow: 0 0 10px #083c79;
}

#splash .catch h2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  /* letter-spacing: 0.08em; */
  margin: 20px 20px 3.6rem 20px;
}

#splash .catch .catchCaption-sub {
  text-shadow: 0 0 10px #083c79;
}

@media screen and (min-width: 640px) {
  #splash .catch {
    min-width: 484px;
  }
}

@media screen and (min-width: 1100px) {
  #splash .catch {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #splash .catch {
    max-width: 484px;
    padding: 0 2em;
  }

  #splash .catch .catchCaption .br,
  .catchCaption-sub .br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #splash {
    height: auto;
  }

  #splash .block {
    padding: 40px 0;
  }

  #splash .catch .catchCaption {
    font-size: 2.4rem;
  }

  #splash .catch h2 {
    font-size: 1.6rem;
  }

  #splash .catch .catchCaption-sub .br2 {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  #splash .catch .catchCaption {
    font-size: 1.6rem;
  }

  #splash .catch h2 {
    font-size: 1.4rem;
  }
}

/* category cover */
#cover {
  height: 200px;
  margin-top: 81px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cover.cat01 {
  background-image: url(images/under_image.jpg);
}

#cover.cat02 {
  background-image: url(images/under_image.jpg);
}

#cover.cat03 {
  background-image: url(images/under_image.jpg);
}

#cover.cat04 {
  background-image: url(images/under_image.jpg);
}

#cover.cat05 {
  background-image: url(images/under_image.jpg);
}

#cover.cat06 {
  background-image: url(images/under_image.jpg);
}

#cover.cat07 {
  background-image: url(images/under_image.jpg);
}

#cover.cat08 {
  background-image: url(images/under_image.jpg);
}

@media screen and (max-width: 400px) {
  #cover {
    margin-top: 51px;
  }
}

/* frame set */
.section {
  padding: 40px 10px;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
}

.section .block + .block {
  margin-top: 30px;
}



/* flex set */
.flexSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexSet.col2 {
}

.flexSet.col2 > * {
  width: calc((100% - 20px) / 2);
}

.flexSet.partition.col2 > * {
  width: 50%;
}

.flexSet.partition.col2 > *:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid #daddd9;
}

.flexSet.partition.col2 > *:nth-child(even) {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .flexSet {
    display: block;
  }

  .flexSet.col2 > * {
    width: 100%;
    margin-top: 30px;
  }

  .flexSet.col2 > *:first-child {
    margin-top: 0;
  }

  .flexSet.partition.col2 > * {
    width: 100%;
  }

  .flexSet.partition.col2 > *:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .flexSet.partition.col2 > *:nth-child(even) {
    margin-top: 0;
    padding-left: 0;
    border-top: 1px solid #daddd9;
  }
}

@media screen and (max-width: 480px) {
}

/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {
  background-color: #fff;
  box-shadow: 0 0 15px #0000000d;
}

/* frame head */
.frmBox .frmHead {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 0 20px 0 0;
  background-color: #fff;
  border-bottom: 6px double #4a90e2;
  /* border-left: 4px solid #275197; */
}

.frmBox .frmHead h3 {
  float: left;
  padding: 20px 0 20px 20px;
  text-align: left;
  /* font-weight: 600; */
  font-size: 2.8rem;
  color: #333;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.frmBox .frmHead p {
}

.frmBox .frmHead p a {
  position: relative;
  text-decoration: none;
  color: #fff;
  float: right;
  text-align: right;
  font-size: 84%;
  background-color: #4a90e2;
  margin-top: 27px;
  padding: 0.5rem 1.5rem 0.5rem 5rem;
  display: block;
  /* border-radius: 50px; */
}

.frmBox .frmHead p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.frmBox .frmHead p a::before {
  position: absolute;
  /* display: block;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  left: 1.2em;
  -webkit-transform: translateY(-50%) ;
  -ms-transform: translateY(-50%) ;
  transform: translateY(-50%) ; */
  content: "";
  width: 5.15px;
  height: 5.15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .frmBox .frmHead h3 {
    font-size: 2.1rem;
  }

  .frmBox .frmHead p a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .frmBox .frmHead h3 {
    font-size: 1.9rem;
  }
}

/* frame body */
.frmBox .frmBody {
  overflow: hidden;
  padding: 20px;
}

.frmBox .frmBody .frmBodyMain {
  float: left;
  width: 100%;
  margin-right: -280px;
  padding-right: 285px;
}

.frmBox .frmBody .frmBodySide {
  float: right;
  width: 280px;
}

.frmBox .frmBody .frmBodySide .frmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frmBox .frmBody .frmBodySide .frmList > li:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .frmBox .frmBody .frmBodyMain {
    float: none;
    margin: 0 0 1em 0;
    padding-right: 0;
  }

  .frmBox .frmBody .frmBodySide {
    float: none;
    width: auto;
  }

  .frmBox .frmBody .frmBodySide .frmList > li {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .frmBox .frmBody .frmBodySide .frmList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .frmBox .frmBody .frmBodySide .frmList li img {
    max-width: 100%;
    height: auto;
  }

  .frmBox .frmBody .frmBodySide .frmList > li:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* category frame --------------------------------------*/
.catFrm {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}

.catFrm .catFrmHead {
  position: relative;
  margin-top: -1px;
  padding: 0 20px 0 0;
  background-color: #4a90e2;
  color: #fff;
}

.catFrm .catFrmHead .catPass {
  float: left;
  padding: 20px 0 20px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 76%;
}

.catFrm .catFrmHead .catPass a {
  color: #fff;
}

.catFrm .catFrmBody {
  padding: 59px;
}

@media screen and (max-width: 768px) {
  .catFrm .catFrmBody {
    padding: 29px;
  }
}

@media screen and (max-width: 400px) {
  .catFrm .catFrmBody {
    padding: 9px;
  }
}

/* category title */
.catTitle {
}

.catTitle h2 {
  font-size: 3rem;
  color: #333;
  font-weight: 600;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.catTitle p {
  margin-top: 30px;
  font-size: 108%;
}

/* inner block */
.catFrm .catFrmBody .catBlock:not(:first-child) {
  margin-top: 60px;
}

.catFrm .catFrmBody .catBox {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .catFrm .catFrmBody .catBlock {
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .catFrm .catFrmBody .catBlock {
    margin-top: 20px;
  }
}

.catBlockTitle {
  margin-bottom: 30px;
}

.catBlockTitle h3 {
  padding-bottom: 10px;
  border-bottom: 6px double #4a90e2;
  font-weight: bold;
  font-size: 2rem;
  color: #333;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.catBlockTitle p {
  margin-top: 30px;
  font-size: 116%;
}

/* detail */
.catBlock .catBoxTitle {
  margin: 60px 0 10px;
  padding: 9px 0;
  border-bottom: 1px solid #4a90e2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4a90e2;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.catBlock .catBoxTitle:first-child {
  margin-top: 0;
}

.catBlock .hdlv04 {
  margin-top: 30px;
  font-weight: bold;
}

.catBlock p {
  line-height: 1.5;
}

/* .catBlock * + p {
	margin-top: 1em;
} */
.catBlock .flt-l + p,
.catBlock .flt-r + p {
  margin-top: 0;
}

.catBlock p em {
  font-weight: bold;
}

.catBlock p strong {
  font-weight: bold;
}

/* page index */
.catBlockTitle + dl.catIndexPage {
  margin-top: 60px;
}

dl.catIndexPage {
  margin-top: 30px;
  border: 2px solid #daddd9;
  border-radius: 2px;
}

dl.catIndexPage dt {
  padding: 14px;
  background-color: #fff6e1;
  font-weight: bold;
  font-size: 116%;
}

dl.catIndexPage dd {
  padding: 29px;
}

dl.catIndexPage dd p {
  font-size: 108%;
}

dl.catIndexPage dd p:first-child {
  margin-top: 0;
}

dl.catIndexPage dd ul.pageList {
  margin-top: 30px;
}

dl.catIndexPage dd ul.pageList li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-top: -1px;
  padding: 15px 0;
  border-top: 1px dotted #daddd9;
  border-bottom: 1px dotted #daddd9;
}

dl.catIndexPage dd ul.pageList li.clr {
  margin-left: 0;
}

dl.catIndexPage dd ul.pageList li a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 20px;
  background: url(images/common/link_bullet_arr.png) no-repeat left 0.1em;
  font-size: 116%;
}

@media screen and (max-width: 400px) {
  dl.catIndexPage dd {
    padding: 9px;
  }
}

/* hedding ------------------------------------------*/
.blockTitle {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #4a90e2;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  border-radius: 2px;
}

/* form ----------------------------------------------*/
#formArea {
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  background-color: #fff;
  border: 2px solid #daddd9;
}

.formList dt {
  position: relative;
  width: 240px;
  padding: 10px 30px 10px 10px;
  border-top: 1px solid #daddd9;
  font-weight: bold;
  font-size: 1.2rem;
}

.formList dt small {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
  padding: 0 4px;
  background-color: #4a90e2;
  font-size: 1rem;
  color: #fff;
  border-radius: 2px;
}

.formList > *:nth-child(-n + 2) {
  border-top: none;
}

.formList dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  width: calc(100% - 240px);
  padding: 10px;
  border-top: 1px solid #daddd9;
}

.formList dd > div:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formList dd > div:nth-child(even) {
  width: 200px;
  padding-left: 10px;
}

.formList dd > div:nth-child(even) p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .formList dd {
    display: block;
  }

  .formList dd > div:nth-child(even) {
    width: auto;
    margin-top: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .formList {
    display: block;
  }

  .formList dt {
    position: relative;
    width: auto;
    padding: 10px;
  }

  .formList dt small {
    position: static;
    margin-left: 10px;
  }

  .formList dd {
    width: 100%;
    padding: 0 10px 10px;
    border-top: none;
  }
}

/* フォームボタン */
#formArea .btnArea {
  margin-top: 30px;
}

#formArea .btnArea input[type="submit"] {
  display: inline-block;
  width: 200px;
  background-color: #4a90e2;
}

/* form */
.formList input[type="text"],
.formList input[type="passward"],
.formList input[type="email"],
.formList input[type="tel"],
.formList textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #ccc;
  line-height: 1.2;
  text-align: left;
  font-size: 1.4rem;
  border-radius: 2px;
  outline: none;
}

.formList input[type="text"]:focus,
.formList input[type="passward"]:focus,
.formList input[type="email"]:focus,
.formList input[type="tel"]:focus,
.formList textarea:focus {
  border: 1px solid #4a90e2;
}

.formList input[type="radio"],
.formList input[type="checkbox"] {
}

.formList select {
  height: 36px;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
}

.formList select:focus {
  border: 1px solid #4a90e2;
}

.full {
  width: 100%;
}

.zip1,
.zip2,
.tel1,
.tel2,
.tel3 {
  width: 60px;
}

/* pager -----------------------------------------------*/
.pager {
  clear: both;
  margin: 30px 0;
  position: relative;
  line-height: 1em;
  text-align: center;
  /*font-size: 0;*/
}

.pager .inr {
  display: inline-block;
}

.pager span,
.pager a {
  float: left;
  display: block;
  margin-left: 8px;
  width: 36px;
  height: 36px;
  padding: 8px 0;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #4a90e2;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4a90e2;
  border-radius: 50%;
}

.pager *:first-child {
  margin-left: 0;
}

.pager a:hover {
  opacity: 1;
  background-color: #cce9da;
  color: #47bea0;
}

.pager .current {
  background-color: #4a90e2;
  color: #fff;
}

.pager .page-prev,
.pager .page-next {
  overflow: hidden;
  width: 36px;
  height: 0;
  padding: 32px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.pager .page-prev {
  background-image: url(images/common/pager_prev_gr.svg);
}

.pager .page-next {
  background-image: url(images/common/pager_next_gr.svg);
}

.pager .page-of {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pager {
    font-size: 12px;
    line-height: 12px;
  }

  .pager span,
  .pagination a {
    padding: 7px 10px 7px 10px;
  }

  .pager .current {
    padding: 7px 10px 7px 10px;
  }
}

/* box layout */
.flt-r {
  float: right;
  margin-left: 30px;
}

.flt-l {
  float: left;
  margin-right: 30px;
}

.flt-r + *,
.flt-r + * {
  margin-top: 0 !important;
}

.flt-r img,
.flt-l img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .flt-r,
  .flt-l {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.8em;
  }
}

/* ２列リスト（交互背景） */
ul.plaid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

ul.plaid li {
  width: 50%;
  padding: 8px;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

ul.plaid li:nth-child(4n + 1),
ul.plaid li:nth-child(4n) {
  background-color: #f2f2f2;
}

/* リンクリスト */
.linkList {
}

.linkList li {
  padding: 4px 0;
  border-top: 1px solid #daddd9;
}

.linkList li:first-child {
  border-top: none;
}

.linkList li a {
  display: inline-block;
  padding-left: 14px;
  background: url(images/common/blt_wdg_r_gr.svg) no-repeat left 0.2em;
  background-size: 14px 14px;
}

/* general tag format ----------------------------------*/
/* table - format01 */
table.fmt01 {
  width: 100%;
  font-size: 92%;
}

table.fmt01 th {
  padding: 8px 4px;
  background-color: #f8faf7;
  border: 1px solid #daddd9;
}

table.fmt01 td {
  padding: 8px 4px;
  border: 1px solid #daddd9;
  text-align: center;
  line-height: 1.2;
}

/* table - format02 */
table.fmt02 {
  width: 100%;
  font-size: 92%;
}

table.fmt02 thead th,
table.fmt02 thead td {
  padding: 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

table.fmt02 tbody th,
table.fmt02 tbody td {
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}

table.fmt02 th {
  width: 20%;
  background-color: #eee;
  text-align: center;
}

/* table - text decoration */
table span.cap {
  display: inline-block;
  font-size: 76%;
}

/* ul - default */
ul.default {
  margin-top: 20px;
  list-style: disc;
  margin-left: 30px;
}

ul.default li {
  margin-top: 3px;
}

/* ol - default */
ol.default {
  margin-top: 20px;
  list-style: decimal;
  margin-left: 30px;
}

ol.default li {
  margin-top: 3px;
}

/* ul - data format */
ul.dataFmt {
  margin-top: 20px;
}

ul.dataFmt li {
  position: relative;
  margin-top: 3px;
  padding-left: 30px;
}

ul.dataFmt li:before {
  position: absolute;
  left: 13px;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #4a90e2;
  border-radius: 2px;
}

/* dl - data format */
dl.dataBox {
  margin-top: 30px;
  border: 2px solid #daddd9;
}

dl.dataBox dt {
  padding: 8px;
  background-color: #4a90e2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}

dl.dataBox dd {
  padding: 28px;
}

/* dl - data format */
dl.dataFmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

dl.dataFmt dt {
  position: relative;
  min-width: 100px;
  padding: 10px 0;
  border-top: 1px solid #daddd9;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2rem;
}

dl.dataFmt dt::before {
  position: absolute;
  right: -2px;
  top: 10px;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: #4a90e2;
  border-radius: 2px;
}

dl.dataFmt dt:nth-of-type(1)::before {
  top: 0;
  height: calc(100% - 10px);
}

dl.dataFmt dt:nth-last-of-type(1)::before {
  height: calc(100% - 10px);
}

dl.dataFmt dd {
  min-width: calc(100% - 100px);
  padding: 10px 0 10px 10px;
  border-top: 1px solid #daddd9;
  font-size: 1.4rem;
}

dl.dataFmt > *:nth-child(-n + 2) {
  padding-top: 0;
  border-top: none;
}

dl.dataFmt > *:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

/* button */
.btnArea {
  text-align: center;
}

.btn {
  display: block;
  padding: 10px;
  background-color: #4a90e2;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;

  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn:hover {
  text-decoration: none;

  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* anchor */
a.anc {
  display: inline-block;
  padding-left: 20px;
}

a.anc:link {
  background: url(images/common/link_bullet_arr.png) no-repeat left center;
  color: #4a90e2;
}

a.anc:visited {
  background: url(images/common/link_bullet_arr_visited.png) no-repeat left center;
  color: #7e46a7;
}

a.anc:hover {
  background: url(images/common/link_bullet_arr_hover.png) no-repeat left center;
  color: #095c57;
}

a.anc:active {
  background: url(images/common/link_bullet_arr.png) no-repeat left center;
  color: #4a90e2;
}

/* notes  */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

.notes li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}

.notes li:first-child {
  margin-top: 0;
}

/*========================================================
   個別装飾
========================================================*/
/* top -----------------------------------------------------*/

/* グーグルマップ */
.map {
  width: 100%;
  height: 360px;
  background-color: #dbdbdb;
}

/* アクセスマップ */
#accessMap .map {
  margin-bottom: 10px;
}

/* お知らせ一覧 */
ul.infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  padding: 16px 0;
  border-top: 1px solid #daddd9;
}

ul.infoList li:first-child {
  border-top: none;
  padding-top: 0;
}

ul.infoList li em {
  width: 110px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
}

ul.infoList li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 0;
  padding-left: 24px;
  line-height: 1.2;
  font-size: 1.6rem;
}

ul.infoList li p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #4a90e2;
  border-radius: 2px;
}

.catBlock ul.infoList {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  ul.infoList li {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #daddd9;
  }

  ul.infoList li em {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  ul.infoList li p {
    padding-left: 14px;
  }
}

/* 関連サイト */
.relatedSite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.relatedSite li {
  position: relative;
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
  padding-bottom: 50px;
  background-color: #ffffff;
  border: 1px solid #daddd9;
  border-radius: 4px;
}

.relatedSite li:nth-child(1) {
  margin-left: 0;
}

.relatedSite li h3 {
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.relatedSite li img {
  width: 100%;
  height: auto;
}

.relatedSite li dl {
  margin: 15px 20px 5px;
}

.relatedSite li dl dt {
  font-weight: bold;
  color: #4a90e2;
}

.relatedSite li dl dd {
  font-size: 1.2rem;
}

.relatedSite li dl dd span {
  display: block;
}

.relatedSite li .btnArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 15px;
}

.relatedSite li .btnArea a.btn {
  margin: 0 20px;
  padding: 6px 0;
  background-color: #4a90e2;
  text-decoration: none;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .relatedSite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .relatedSite li {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
  }

  .relatedSite li:nth-child(odd) {
    margin-left: 0;
  }

  .relatedSite li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .relatedSite {
    display: block;
  }

  .relatedSite li {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .relatedSite li:nth-child(-n + 2) {
    margin-top: 20px;
  }

  .relatedSite li:nth-child(1) {
    margin-top: 0;
  }
}

/* access --------------------------------------------*/
/* company info */
#companyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

#companyInfo .col-l {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#companyInfo .col-l > *:first-child {
  margin-top: 0;
}

#companyInfo .col-r {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  #companyInfo {
    display: block;
  }

  #companyInfo .col-r {
    margin-left: 0;
    text-align: center;
  }

  #companyInfo .col-l {
    margin-top: 30px;
  }
}

/* map*/
#mapArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mapArea .accessMmap {
  width: 600px;
  height: 474px;
  background-color: #e6e6e6;
  margin-right: 40px;
}

#mapArea .trafficInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#mapArea .trafficInfo dt {
  margin-top: 30px;
  padding: 9px 8px;
  border: 2px solid #daddd9;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4a90e2;
  border-radius: 2px;
}

#mapArea .trafficInfo dt:first-child {
  margin-top: 0;
}

#mapArea .trafficInfo dd {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  #mapArea {
    display: block;
  }

  #mapArea .accessMmap {
    width: 100%;
  }

  #mapArea .trafficInfo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #mapArea .accessMmap {
    height: 300px;
  }
}

/* recruit -------------------------------------------- */

/* 募集要項 */
#recruit_guidelines {
}

#recruit_guidelines .btnArea p {
  margin-top: 40px;
  text-align: center;
}

#recruit_guidelines .btnArea p .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
}

/* contact -------------------------------------------- */
#contactFormBox {
}

/* ボタン */
#contactFormBox .btnArea {
  margin-top: 40px;
  text-align: center;
}

#contactFormBox .btnArea input {
  display: inline-block;
  padding: 8px 10px;
  background-color: #4a90e2;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;

  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#contactFormBox .btnArea input:hover {
  text-decoration: none;

  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* 確認ボタン */
#contactFormBox .btnArea .wpcf7-confirm {
}

/* 編集へ戻るボタン */
#contactFormBox .btnArea .wpcf7-back {
  float: left;
  background-color: #999999;
}

/* 送信ボタン */
#contactFormBox .btnArea .wpcf7-submit {
  float: right;
  padding: 12px 16px;
  background-color: #f47b50;
  font-size: 16px;
}

/* 送信中ローダー */
#contactFormBox .btnArea .ajax-loader {
  display: block;
  width: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  #contactFormBox .btnArea {
    margin-top: 20px;
  }

  #contactFormBox .btnArea input {
    padding: 8px 4px;
    font-size: 12px;
  }

  #contactFormBox .btnArea .wpcf7-submit {
    padding: 8px 4px;
    font-size: 14px;
  }
}

/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
  display: table;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #daddd9;
}

dl.articleFmt dt {
  clear: both;
  display: table-cell;
  width: 9em;
  padding: 5px 10px 0 0;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.5;
  font-weight: bold;
}

dl.articleFmt dd {
  position: relative;
  display: table-cell;
  padding-left: 14px;
  vertical-align: top;
  line-height: 1.5;
}

dl.articleFmt dd:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #4a90e2;
  border-radius: 2px;
}

dl.articleFmt dd em {
}

dl.articleFmt dd h3 {
  line-height: 1.5;
}

dl.articleFmt dd h3 a {
  font-size: 164%;
}

dl.articleFmt dd p {
}

dl.articleFmt dd p.continue {
  text-align: right;
}

@media screen and (max-width: 600px) {
  dl.articleFmt {
    display: block;
  }

  dl.articleFmt dt {
    position: relative;
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0 0 0 10px;
  }

  dl.articleFmt dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #4a90e2;
    border-radius: 2px;
  }

  dl.articleFmt dd {
    display: block;
    width: auto;
    padding: 10px 0 0 10px;
    line-height: 1.5;
  }

  dl.articleFmt dd:before,
  dl.articleFmt dd:after {
    display: none;
  }
}

/* detail --------------------------------------------- */
p.detailPageDate {
  margin: 0;
  margin-bottom: 20px;
}

.detailPageNavi p {
  text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {
}

.normalize h2 {
  display: block;
  margin: 0.83em 0;
  /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
  font-size: 1.5em;
  font-weight: bold;
  page-break-after: avoid;
  color: #4a90e2;
  border-bottom: 3px solid #4a90e2;
  padding-bottom: 0.5em;
  /* IEのみ */
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.normalize h3 {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1.17em;
  font-weight: bold;
  page-break-after: avoid;
  color: #333;
  padding-bottom: 0.5em;
  /* IEのみ */
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #eee;
  padding: 0.5em ;
}

.normalize h4 {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1em;
  font-weight: bold;
  page-break-after: avoid;
  border-bottom: 1px solid #4a90e2;
  color: #4a90e2;
  padding-bottom: 0.5em;
  /* IEのみ */
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.normalize p {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize ul {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: disc;
  list-style-position: inside;
}

.normalize ol {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: decimal;
  list-style-position: outside;
}

.normalize li {
  display: list-item;
}


.normalize dl {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize dt {
  display: block;
}

.normalize dd {
  display: block;
  margin-left: 40px;
  /* Webkit, Firefoxは、margin-start: 40px; */
}

.normalize img {
}

.normalize strong {
  font-weight: bold;
}

.normalize em {
  font-weight: italic;
}

.normalize table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.normalize table th {
 padding: 8px;
 background: #eee;
 border: solid 1px #ccc;
}

.normalize table td {
 padding: 8px;
 border: solid 1px #ccc;
}
/* plivacypolicy -------------------------------------- */
#policy_terms {
}

#policy_terms h3 {
}

#policy_terms h4 {
  color: #4a90e2;
}

#policy_terms dl {
  margin-top: 20px;
}

#policy_terms dl dt {
  margin-top: 20px;
  font-weight: bold;
}

#policy_terms dl dd {
  margin-top: 10px;
  line-height: 1.5;
}

#policy_terms dl dd ul {
  margin-top: 10px;
  margin-left: 30px;
  list-style: disc;
}

#policy_terms > ul.default {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 92%;
}

/* サイトマップ */
.wsp-pages-list {
  list-style: disc;
  list-style-position: inside;
}

/* TOPページ */
.nameArea {
  color: #275197;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.nameArea .qualification {
  display: inline-block;
  border: 1px solid #275197;
  margin-right: 1rem;
  padding: 0 1rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nameArea .name {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lead-text-strong {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #275197;
  letter-spacing: -0.05em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 弁護士紹介 */
table.history-table th {
  width: 10em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  table.history-table th,
  table.history-table td {
    display: block;
  }

  table.history-table th {
    width: 100%;
  }

  table.history-table td {
    padding: 0 0 0.5em 1em;
  }
}

/* 取扱業務 */
.lead-text-strong-list {
  min-width: 500px;
  margin-bottom: 0.5em;
}

.lead-text-strong-list .lead-text-list {
  font-size: 1.8rem;
  color: #4a90e2;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lead-text-list::after {
  content: "";
  width: 30%;
}

.lead-text-list li {
  width: 30%;
  margin-bottom: 0.5em;
}

.lead-text-list li::before {
  content: "";
  background-color: #4a90e2;
  display: inline-block;
  position: relative;
  left: 0;
  top: -5%;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

@media screen and (max-width: 500px) {
  .lead-text-strong-list .lead-text-list {
    flex-direction: column;
  }
}


/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}

/* 前の記事へ、次の記事へ　リンク  */
.paging {
  overflow: hidden;
  padding: 20px 0;
}

.paging .prev {
  float: left;
}

.paging .prev a {
  font-size: 16px;
  font-weight: bold;
}

.paging .next {
  float: right;
}

.paging .next a {
  font-size: 16px;
  font-weight: bold;
}

.paging .back {
  text-align: center;
}

.paging .back a {
  font-size: 16px;
  font-weight: bold;
}

/*追加*/
.left-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-item {
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 740px) {
  .left-img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-item {
    margin: 0 auto 1.5em;
  }
}

.feature-list {
  margin: 1.5em 0;
}

.feature-list li {
  margin-bottom: 1em;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-item dt {
  width: 4.5em;
  margin-right: 0.2em;
  font-weight: bold;
}

.feature-item dd {
  text-align: left;
  width: calc(100% - 4.5em);
}

/* access-dl */
.about-branch {
  color: #009a7e;
}

.about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.about dl dt {
  width: 6.5em;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  word-break: keep-all;
}

.about dl dd {
  width: 90%;
}

.about dl dt::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  background-color: #4a90e2;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .about dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
  }
}

/* ==== 背景スライダー用追加（最小差分） ==== */
#splash {
  position: relative;
} /* レイヤーの基準にする */

.splash-bg {
  position: absolute;
  inset: 0;
  z-index: 0; /* 背景。キャッチ(.block)はz-index未指定でも前面 */
  pointer-events: none; /* 背景なのでイベント不要 */
}

/* 交互にフェードさせる2枚のキャンバス */
.splash-bg__img {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.splash-bg__img.is-active {
  opacity: 1;
}

/* ドット（任意表示） */
.splash-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  gap: 4px;
  justify-content: center;
  z-index: 2; /* キャッチよりも上に置きたい場合は3、下に置きたい場合は0～1に */
}
.splash-dots button {
  width: 12px; /* 正方形の一辺の長さ */
  height: 12px;
  border: 0;
  /* border-radius: 2px; */
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.splash-dots button[aria-selected="true"] {
  background: #fff;
}

/* JS無効時：既存CSSの静的背景が出るので何もしない（フォールバック完了） */

.catBox ul li:not(:first-child){
  margin-top: 1em;
}
