@charset "UTF-8";
/*
$font-family-sans-serif: -apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
"メイリオ",
Meiryo,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  cursor: help;
}

em {
  font-style: italic;
}

p {
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

.resimgs {
  width: 100%;
  height: auto;
  display: block;
}

.imgs {
  margin-bottom: 12px;
}

.spblock {
  display: none;
}

@media screen and (max-width: 767px) {
  .brblock {
    display: none;
  }
  .spblock {
    display: block;
  }
}
a:link img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn a:hover,
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  margin: 0 0 16px 0;
  padding: 0;
}
ul li {
  position: relative;
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}

ol.numList {
  padding: 0 0 0 0;
  margin: 8px 0 16px 0;
}
ol.numList li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 4px 0;
  line-height: 1.5;
}
ol.numList li::before {
  display: marker;
  content: "" counter(cnt) ". ";
  color: #949494;
  padding-left: -0.5em;
}

/* diamond */
ul.diamond {
  margin: 8px 0 16px 0;
  padding: 0 0 0 16px;
}
ul.diamond li {
  position: relative;
  font-size: 14px;
  margin: 0 0 4px 0;
  list-style: none;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 4px;
  height: 4px;
  background-color: #949494;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul {
  margin: 8px 0 16px 0;
}
ul.noteList {
  font-weight: 400;
  padding-left: 0;
}
ul.noteList li {
  padding-left: 0;
  text-indent: -1.4em;
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
}
ul.noteList li:before {
  content: "※";
  margin-right: 6px;
}

html {
  font-size: 60.7%;
}

body {
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", sans-serif;
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 0.2em;
}

h1,
.h1 {
  font-size: 2.8rem;
}

h2,
.h2 {
  font-size: 2.4rem;
}

h3,
.h3 {
  font-size: 2.1rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.3rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}
table {
  width: 100%;
  margin-bottom: 2rem;
}

th,
td {
  padding: 0.5rem;
  border: 1px solid #bbb;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

/*
p {
	line-height: 1.4;
	margin-bottom: 1.2em;
}


@media screen and (max-width: 767px) {
	p {
		line-height: 1.4;
		margin-bottom: 1em;
	}
}
*/
ol,
ul {
  margin-left: 0em;
  margin-bottom: 0em;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style-type: disc;
}

/*
ul li {
	margin-bottom: 0.3em;
	padding-left: 0;
}
*/
ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

.help_popup {
  width: 16px;
  height: 16px;
  margin: 8px;
  position: relative;
}

.help_txt {
  position: absolute;
  right: 16px;
  top: -60px;
  width: 200px;
  height: auto;
  display: none;
  background-color: #fff;
  border: #bbb 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.help_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px #bbb solid;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4px;
  cursor: pointer;
  background-color: #fff;
}

.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 4rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

.pc_content {
  display: inline;
}

.sp_content {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inline;
  }
}
a:link {
  color: #333;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #8a8a8a;
  text-decoration: underline;
  outline: 0;
  opacity: 0.6;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

.selector {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.container {
  padding-top: 128px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
  }
}
/*2020119*/
header#hd_keiso {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.8);
  z-index: 9;
}

@media screen and (max-width: 767px) {
  header#hd_keiso {
    padding: 4px 0;
    width: 100%;
    height: 60px;
  }
}
.intro {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .logo {
  width: 210px;
  text-align: center;
}
.intro .logo a {
  text-decoration: none;
  color: #333;
}
.intro .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.intro .logo h1 {
  margin: 0;
  font-weight: 200;
}
.intro .hd-link {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}
.intro .subtitle {
  font-size: 12px;
  text-align: center;
}

.icon_tel a {
  display: block;
  background: #fff url(../img/module/icon/icon_tel_com.svg) no-repeat 0 50%;
  background-size: 22px auto;
  margin: 0;
  padding: 4px 12px 4px 32px;
  line-height: 1;
  text-align: left;
  font-size: 23px;
  color: #4B4B4B;
  text-decoration: none;
  font-weight: 900;
}

.online {
  font-size: 13px;
  margin: 0;
}

.time {
  font-size: 13px;
  margin: 0;
}

.icon_contact a {
  display: block;
  background: #fff url(../img/module/icon/icon_mail_y.svg) no-repeat 10px 50%;
  background-size: 22px auto;
  padding: 16px 12px 16px 40px;
  line-height: 1;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-align: left;
  font-size: 15px;
  color: #4B4B4B;
  text-decoration: none;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .intro {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .intro .logo {
    width: 150px;
    text-align: center;
    margin-top: 6px;
    margin-left: 6px;
  }
  .intro .logo a {
    text-decoration: none;
    color: #333;
  }
  .intro .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .intro .logo h1 {
    margin: 0;
    font-weight: 200;
  }
  .intro .hd-link {
    display: none;
  }
  .intro .subtitle {
    font-size: 10px;
    text-align: center;
    margin-left: 1.2em;
  }
}
.primary {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #2b784e;
  -webkit-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.9);
}

.gn {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
}
.gn ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.gn ul li {
  position: relative;
  line-height: 1;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gn ul li a {
  position: relative;
  white-space: nowrap;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  font-style: normal;
  padding: 16px 6px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gn li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.gn li a.last::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.gn li a.active,
.gn li a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 -2px #fff;
          box-shadow: inset 0 -2px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

/*sp*/
@media screen and (max-width: 767px) {
  .gn,
  .intro .hd-link {
    display: none;
  }
}
.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gn li .nav_drop_down_contents {
  display: none;
  background-color: #FAFAFA;
  width: 280px;
  padding: 12px 16px;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1150;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gn li .nav_drop_down_contents a {
  text-align: left;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 3;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 0 24px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gn li .nav_drop_down_contents a::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.gn li .nav_drop_down_contents a:hover {
  color: #199043;
}
.gn li .nav_drop_down_contents a:last-child {
  border: none;
}

.tel-btn,
.menu-btn,
.dropmenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    display: inherit;
  }
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: table;
    height: 60px;
    padding: 0 2em;
    font-size: 10px;
    text-transform: uppercase;
    /*color: var.$point-color;*/
    font-weight: 900;
    z-index: 10;
    border-left: 1px solid #dedede;
  }
  .menu-btn span {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-btn em,
  .menu-btn em::after,
  .menu-btn em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 20px;
    background-color: #333;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .menu-btn em {
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .menu-btn em::before,
  .menu-btn em::after {
    position: absolute;
    content: "";
    left: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu-btn em::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .menu-btn em::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .menu-btn.active {
    position: fixed;
    z-index: 9999;
  }
  .menu-btn.active em {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-btn.active em::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-btn.active em::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .tel-btn {
    display: inherit;
  }
  .tel-btn {
    position: fixed;
    top: 9px;
    right: 70px;
    display: table;
    height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    /*color: var.$point-color;*/
  }
  .tel-btn a {
    background: url(../img/module/icon/icon_tel_com.svg) no-repeat 50% 50%;
    background-size: 32px 32px;
    margin: auto;
    display: block;
    width: 44px;
    height: 44px;
  }
  .tel-btn a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropmenu {
    position: fixed;
    top: 70px;
    left: -44px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0;
    z-index: 9;
    text-align: left;
    display: inherit;
    overflow-y: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    padding: 0 0 30px 12px;
    border-right: 1px solid #dedede;
  }
  .dropmenu.hide {
    -webkit-transform: translate(-81%);
            transform: translate(-81%);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  .dropmenu.animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .dropmenu .accordion-menu li {
    list-style: none;
    margin: 0;
  }
  .dropmenu a {
    text-decoration: none;
  }
  .dropmenu .subBox {
    margin: 0 0 0 0;
    padding-left: 30px;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 8;
    background: rgba(1, 144, 67, 0.3);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion-menu {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-y: auto;
  }
  li.header_menu_item {
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  li.header_menu_item a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 10px 16px;
    color: #333;
    font-weight: 200;
  }
  li.header_menu_item a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #a29e9d;
    border-right: solid 1px #a29e9d;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  li.header_menu_window {
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  li.header_menu_window a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 10px 16px;
    color: #333;
    font-weight: 200;
    background: url(../img/module/icon/icon_window_b.svg) no-repeat 98% 50%;
    background-size: auto 16px;
  }
  li.header_menu_itemSub {
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  li.header_menu_itemSub a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 10px 16px;
    color: #333;
    font-weight: 200;
  }
  li.header_menu_itemSub a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #a29e9d;
    border-right: solid 1px #a29e9d;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  li.header_menu_itemSub .dropdownlink a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 10px 16px;
    color: #333;
    font-weight: 200;
  }
  li.header_menu_itemSub .dropdownlink a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #a29e9d;
    border-right: solid 1px #a29e9d;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
            transform: translate(0%, -50%) rotate(135deg);
  }
  li.header_menu_itemSub.open .dropdownlink {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  }
  li.header_menu_itemSub.open .dropdownlink a {
    color: #199043;
    font-weight: 900;
  }
  li.header_menu_itemSub.open .dropdownlink a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #199043;
    border-right: solid 1px #199043;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  .submenuItems {
    display: none;
    margin: 0;
    padding: 0;
  }
  .submenuItems li {
    border-bottom: 1px solid #dedede;
  }
  .submenuItems li:last-child {
    border-bottom: none;
  }
  .submenuItems li a {
    background-color: #f3eeeb;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    padding: 12px 16px 12px 24px;
    text-decoration: none;
    /*width: 50%;
    float: left;*/
  }
  .submenuItems li a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #a29e9d;
    border-right: solid 1px #a29e9d;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .sidenav_bottom {
    background-color: #f3f3f3;
    padding: 16px 16px 48px 16px;
  }
  .sidenav_bottom .subBox {
    margin: 0 0 18px 0;
    padding-left: 30px;
  }
  .sidenav_bottom .subBox ul,
  .sidenav_bottom .subBox li {
    margin-left: 0;
    padding-left: 0;
  }
  .sidenav_bottom .subBox h1 {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 6px;
    padding: 0;
  }
  .sidenav_bottom .subBox p {
    font-size: 11px;
    margin: 0 0 12px 0;
  }
  .sidenav_bottom .subBox span {
    font-size: 11px;
    font-weight: 200;
  }
  .sidenav_bottom .subBox table {
    font-size: 12px;
    margin-bottom: 8px;
    background-color: #e6e6e6;
  }
  .sidenav_bottom .subBox table th,
  .sidenav_bottom .subBox table td {
    border: none;
    padding: 4px 6px;
  }
  .sidenav_bottom .subBox table th {
    width: 4em;
    font-size: 11px;
  }
  .side_tel {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .side_tel a {
    color: #333;
    background: #fff url(../img/module/icon/icon_tel_com.svg) no-repeat 6px 50%;
    background-size: 16px auto;
    margin: 6px 0;
    display: inline-block;
    padding: 6px 12px 6px 24px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .side_tel .online {
    font-weight: 900;
    color: #444;
  }
  .side_tel .time {
    font-weight: 200;
    color: #444;
  }
  .side_contact {
    font-size: 12px;
  }
  .side_contact a {
    color: #333;
    background: #fff url(../img/module/icon/icon_mail_y.svg) no-repeat 6px 50%;
    background-size: 16px auto;
    margin: 6px 0;
    display: inline-block;
    padding: 6px 12px 6px 24px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.is_zoom {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 9;
  width: 44px;
  height: 44px;
  background: #607d8b url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%;
  background-size: auto 18px;
}

footer {
  position: relative;
  width: 100%;
  background: url(../img/global/footer_bg.jpg);
  z-index: 1;
  color: #fff;
}
footer .footer_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_navi {
  width: 32%;
}
footer .footer_navi dt {
  font-weight: 900;
  margin-bottom: 12px;
  padding: 6px 4px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .footer_navi ul {
  margin: 0 0 0 1em;
  padding: 0;
}
footer .footer_navi li {
  list-style: none;
  margin: 0 0 2px;
  padding: 0;
}
footer .footer_navi a {
  position: relative;
  font-size: 13px;
  line-height: 1;
  font-weight: 200;
  text-decoration: underline;
  text-align: left;
  color: #fff;
}
footer .footer_add {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
footer .footer_add .ft_logo {
  width: 225px;
  margin-right: 24px;
}
footer .footer_add .ft_logo a {
  display: block;
  margin-bottom: 16px;
}
footer .footer_add .add {
  font-size: 13px;
  line-height: 1.4;
  width: 500px;
}

.copyrightBox {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 11px;
  padding: 12px 0;
  text-align: center;
  color: #a0a0a0;
}
.copyrightBox .ft_logo {
  width: 50px;
  margin: 0 auto 8px;
}
.copyrightBox .ft_logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
  .copyright {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    font-size: 12px;
    padding: 12px 0;
    text-align: center;
  }
}
.footer_fixed {
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1D507E;
  color: #fff;
  text-align: left;
  border: 2px solid #1D507E;
  padding: 0;
  overflow: hidden;
  /*.box_link_right {
  	width: 50%;
  	float: right;
  	background-color: #fff;
  }*/
}
.footer_fixed .box_link_left {
  width: 50%;
  float: left;
  background-color: #1D507E;
}
.footer_fixed .box_link_right {
  width: 100%;
  margin: 0 auto;
  float: none;
  background-color: #fff;
}
.footer_fixed .download a {
  display: block;
  color: #fff;
  padding: 12px 10px 12px 10px;
  background: url(../img/module/icon/icon_download.svg) no-repeat 10px 50%;
  background-size: auto 12px;
  font-size: 13px;
  text-align: center;
}
.footer_fixed .contact a {
  display: block;
  color: #1D507E;
  padding: 12px 10px 12px 10px;
  background: url(../img/module/icon/icon_mail_blue.svg) no-repeat 24% 50%;
  background-size: auto 20px;
  /*font-size: 13px;*/
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.owabi {
  margin-top: 24px;
}
.owabi .Box {
  border: 1px solid #dedede;
  padding: 1%;
  background-color: #f1f1f1;
  border-radius: 0;
}
.owabi h1 {
  font-size: 20px;
  color: #dc3f33;
  border: 1px solid #dc3f33;
  padding: 2%;
  background-color: #fff;
}

.field.is_atten {
  border: 2px solid #F44336;
  color: #f44336;
  padding: 2%;
  font-weight: bold;
  text-align: center;
}
.field.is_atten p {
  margin: 0;
}

/*
#visual {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 800px;
    margin-bottom: 48px;
    overflow: hidden;


    #catch {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: calc(21px + 0.25vw);
        // line-height: 40px;
        color: #fff;
        z-index: 8;
        width: 900px;


        h1 {
            width: 414px;
            text-align: center;
            margin: 0 auto 24px;
        }

        .catchBox {
            color: #fff;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.4);
            margin-bottom: 12px;
            padding: 24px 24px 12px;
            border-radius: 4px;



            h2 {
                font-size: 60px;
                color: #F8F000;
                margin: 0 auto 24px;
                padding: 0;
                line-height: 1;
                letter-spacing: -0.4px;
                text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
            }

            p {
                font-size: 17px;
                margin-bottom: 24px;
                line-height: 1.6;
            }

            .camp {
                font-size: 21px;
                margin-bottom: 16px;
                padding: 8px 120px;
                background-color: var.$point-color;
                color: #fff;
                display: inline-block;
                font-weight: 900;
            }

            .kikan {
                font-size: 36px;
                margin-bottom: 16px;
                color: #F8F000;
                font-weight: 900;
                text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
            }

        }
    }

}

#pv01 {
    background: url(../img/index/visual/pc_visual_01.jpg) no-repeat 100% 50%;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 800px;
}

#pv02 {
    background: url(../img/index/visual/pc_visual_02.jpg) no-repeat 100% 50%;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 800px;
}

#pv03 {
    background: url(../img/index/visual/pc_visual_03.jpg) no-repeat 100% 50%;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 767px) {

    #visual {
        position: relative;
        width: 100%;
        height: 100vh;
        max-height: auto;
        margin-bottom: 24px;
        overflow: hidden;


        #catch {
            position: absolute;
            top: auto;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0%);
            font-size: calc(16px + 0.25vw);
            width: 100%;
            // line-height: 40px;
            color: #fff;
            z-index: 8;


            h1 {
                width: 90%;
                max-width: 270px;
                text-align: center;
                margin: 80px auto 24px;
            }

            .catchBox {
                color: #fff;
                text-align: center;
                background-color: rgba(0, 0, 0, 0.4);
                margin-bottom: 0;
                padding: 28px 24px 12px;
                border-radius: 0px;


                h2 {
                    font-size: 24px;
                    color: #F8F000;
                    margin: 0 auto 16px;
                    padding: 0;
                    line-height: 1;
                    letter-spacing: -0.4px;
                }

                p {
                    font-size: 14px;
                    margin-bottom: 24px;
                    line-height: 1.7;
                    text-align: left;
                }

                .camp {
                    font-size: 18px;
                    margin-bottom: 16px;
                    padding: 6px 16px;
                    width: 90%;
                    background-color: var.$point-color;
                    color: #fff;
                    display: inline-block;
                    font-weight: 900;
                }

                .kikan {
                    font-size: 16px;
                    margin-bottom: 16px;
                    color: #F8F000;
                    font-weight: 900;
                }

            }
        }

    }

    #pv01 {
        background: url(../img/index/visual/smp_visual_01.jpg) no-repeat 100% 50%;
        background-size: cover;
        background-position: center bottom;
        width: 100%;
        height: 800px;
    }

    #pv02 {
        background: url(../img/index/visual/smp_visual_02.jpg) no-repeat 100% 50%;
        background-size: cover;
        background-position: center bottom;
        width: 100%;
        height: 800px;
    }

    #pv03 {
        background: url(../img/index/visual/smp_visual_03.jpg) no-repeat 100% 50%;
        background-size: cover;
        background-position: center bottom;
        width: 100%;
        height: 800px;
    }

}

#under_visual {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 200px;
    margin-bottom: 36px;
    overflow: hidden;

    &.newsvisual {
        background: url(../img/index/visual/news_visual.jpg) no-repeat 100% 50%;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 200px;
    }

    &.faciltyvisual {
        background: url(../img/index/visual/list_visual.jpg) no-repeat 100% 50%;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 200px;
    }


    h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: calc(21px + 0.25vw);
        // line-height: 40px;
        font-size: var.$h1-font-size;
        color: #fff;
        z-index: 8;
        width: 900px;
        text-align: center;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    }
}

*/
/* index.css*/
.mainContent {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mainContent {
    overflow: hidden;
    padding-bottom: 0;
  }
}
.idxContent {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 12px;
}
.idxContentGroup.is_sidenoPad {
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 16px;
  }
  .idxContent.indexList {
    position: relative;
    width: 100%;
    margin: 0 auto 8px;
    padding: 0;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

.idxContentDetail {
  width: 70%;
  float: left;
  margin-bottom: 0;
  padding: 0;
}

.idxSideDetail {
  width: 28%;
  float: right;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .idxContentDetail {
    width: 100%;
    float: none;
    margin: 0 auto 36px;
    padding: 0;
  }
  .idxSideDetail {
    width: 100%;
    float: none;
    display: inherit;
    margin-bottom: 0;
    padding: 0;
  }
}
.is_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .is_center {
    text-align: left;
  }
}
/*.idxContentBox + .Box*/
.idxContentBox {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  padding: 24px 60px 24px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .idxContentBox {
    width: auto;
    max-width: 100%;
    margin: 0 12px 36px;
    padding: 24px 12px 12px;
  }
}
/* detail thumbnail+summary*/
.BoxSingle {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .BoxSingle {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 12px 12px 12px;
    border-radius: 0px;
  }
}
/* --------------------------------

.BOX / .BoxWrap

-------------------------------- */
.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.Box a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.boxS {
  margin-bottom: 8px;
}

.bnr_sp_column {
  margin-bottom: 12px;
}
.bnr_sp_column li {
  margin-bottom: 8px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .boxS {
    margin-bottom: 12px;
  }
  .bnr_sp_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
  }
  .bnr_sp_column li {
    width: 48.2%;
  }
}
.padBox {
  padding: 0 72px;
}

@media screen and (max-width: 767px) {
  .padBox {
    padding: 0 0px;
  }
}
.overview {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
.overview .item_title {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
  padding-right: 0;
  margin-bottom: 4px;
}
.overview .detailData {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  margin-bottom: 12px;
}
.overview .detailData span {
  display: block;
}
.overview ::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .overview {
    padding: 12px 12px;
  }
  .overview .item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.news_list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_list dt {
  width: 200px;
  padding: 0.4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.news_list dd {
  width: 70%;
  width: calc(100% - 300px);
  padding: 0.4em 1em;
  font-size: 16px;
  font-weight: 900;
}
.news_list dd a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .news_list dt {
    background: none;
    color: #000;
    width: 100%;
    padding: 8px 8px 0 8px;
    display: block;
    border: none;
  }
  .news_list dd {
    padding: 0 8px 8px 8px;
    width: 100%;
  }
}
.cmn_check {
  margin-top: -12px;
  padding: 16px 24px;
  background-color: #FDF5DF;
  border: 1px solid #ecd6c7;
}
.cmn_check p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.cmn_check p span {
  font-size: 18px;
  display: block;
  font-weight: 900;
  color: #F37E2F;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.icons div {
  font-size: 12px;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #607d8b;
}

.toriatukai {
  background-color: #fff;
  margin-top: 24px;
  margin-bottom: 36px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.toriatukai h1 {
  background-color: #f5f5f5;
  margin: -8px -8px 16px -8px;
  padding: 16px 16px;
  font-size: 24px;
  color: #434343;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.toriatukai h1 span {
  color: #2b784f;
}

@media screen and (max-width: 767px) {
  .toriatukai {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .toriatukai h1 {
    background-color: #f5f5f5;
    margin: -8px -8px 16px -8px;
    padding: 16px 16px;
    font-size: 17px;
    color: #434343;
    font-weight: 900;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
  }
}
.is_handling {
  position: relative;
  margin-top: 36px;
  margin-bottom: 42px;
  padding: 8px 8px 0 8px;
  border-radius: 4px;
}
.is_handling h2 {
  font-size: 28px;
  letter-spacing: 0.08em;
}
.is_handling h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.is_handling.is_p1 {
  background-color: #2b784f;
}
.is_handling.is_p1 h2 {
  color: #2b784f;
}
.is_handling.is_p1 .btn a {
  color: #2b784f;
}
.is_handling.is_p1 .summary {
  color: #2b784f;
}
.is_handling.is_p2 {
  background-color: #175734;
}
.is_handling.is_p2 h2 {
  color: #175734;
}
.is_handling.is_p2 .btn a {
  color: #175734;
}
.is_handling.is_p2 .summary {
  color: #175734;
}
.is_handling.is_p3 {
  background-color: #0075c5;
  margin-bottom: 0;
}
.is_handling.is_p3 h2 {
  color: #0075c5;
}
.is_handling.is_p3 .btn a {
  color: #0075c5;
}
.is_handling.is_p3 .summary {
  color: #0075c5;
}
.is_handling ul {
  padding: 0 12px;
}
.is_handling li {
  font-size: 13px;
  padding: 2px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  display: block;
}
.is_handling li span {
  font-size: 11px;
}
.is_handling .inner {
  background-color: #fff;
  padding: 12px 16px;
}
.is_handling .thumb {
  width: 250px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  position: absolute;
  top: -20px;
  right: 16px;
  background-color: #fff;
}
.is_handling .summary {
  width: calc(100% - 260px);
  font-size: 14px;
  line-height: 1.5;
}

.grid_handling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.grid_handling div {
  width: 48.2%;
}

@media screen and (max-width: 767px) {
  .is_handling {
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 8px 8px 0 8px;
    border-radius: 4px;
  }
  .is_handling h2 {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .is_handling h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 0;
  }
  .is_handling .thumb {
    width: 100%;
    margin: 0 auto 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px;
    position: relative;
    top: auto;
    right: auto;
  }
  .is_handling .summary {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .grid_handling {
    display: block;
  }
  .grid_handling ul.diamond {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_handling div {
    width: 100%;
  }
}
.is_pickup {
  background-color: #d3dbde;
  margin-bottom: 24px;
  padding: 8px;
}
.is_pickup.is_gr {
  background-color: #3c483c;
}
.is_pickup .inner {
  background-color: #fff;
  padding: 12px 12px;
}

.inner {
  padding: 8px 16px;
}

.innerBlock {
  padding: 24px 70px;
}

.innerBlockLarge {
  padding: 24px 100px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8px;
  }
  .innerBlock {
    padding: 0 6px;
  }
  .innerBlockLarge {
    padding: 16px 16px;
  }
}
.is_lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.is_lawyer .lawyer_ph {
  width: 220px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
}
.is_lawyer .lawyer_summary {
  width: calc(100% - 260px);
}

.for_media {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: center;
  margin: 40px auto;
  padding: 24px 0;
}
.for_media h1 {
  font-size: 24px;
  margin-bottom: 4px;
  color: #627f8d;
}

@media screen and (max-width: 767px) {
  .is_lawyer {
    display: block;
    margin-bottom: 16px;
  }
  .is_lawyer .lawyer_ph {
    width: 100%;
  }
  .is_lawyer .lawyer_summary {
    width: 100%;
  }
  .for_media {
    text-align: left;
    margin: 16px auto;
    padding: 16px 0 8px;
  }
  .for_media h1 {
    font-size: 18px;
    margin-bottom: 4px;
    padding: 0 8px;
    color: #627f8d;
  }
}
.breadcrumbs {
  display: inherit;
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 24px;
  padding: 6px;
  border-width: 1px 0;
  font-size: 12px;
}
.breadcrumbs a {
  color: #6A6361;
  text-decoration: underline;
  font-size: 12px;
}
.breadcrumbs a::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #dedede;
  border-right: solid 1px #dedede;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.breadcrumbs li:last-child::after {
  border: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .breadcrumbs {
    width: auto;
    max-width: 100%;
    margin: 0 auto 2px;
    padding: 8px 16px;
  }
  .breadcrumbs ul {
    display: block;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* --------------------------------

step flow

-------------------------------- */
.step {
  list-style-type: none;
  display: table;
  width: 1000px;
  margin: 0 auto 48px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}

.step li {
  display: table-cell;
  position: relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}

.step li:last-child {
  padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.is-current {
  background: #9bbb30;
  font-weight: bold;
}

.step li.is-current:after {
  border-color: transparent transparent transparent #9bbb30;
}

/* --------------------------------

etc

-------------------------------- */
.is_ricon_topics {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.is_ricon_topics .inner {
  margin-bottom: 8px;
  background-color: #fff;
}
.is_ricon_topics .questionList {
  position: relative;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding: 8px 0;
}
.is_ricon_topics .questionList .moreicon {
  position: absolute;
  top: 8px;
  right: 0;
}
.is_ricon_topics .questionList .moreicon a {
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px;
  border-radius: 4px;
}
.is_ricon_topics .questionList li a {
  text-decoration: underline;
}
.is_ricon_topics h1 {
  background-color: #586ea0;
  color: #fff;
  margin: 0;
  padding: 16px 16px;
  font-size: 21px;
}
.is_ricon_topics h2 {
  position: relative;
  font-size: 17px;
}
.is_ricon_topics h2 span {
  color: #586ea0;
}

/*
.inner_divorce {
	padding: 10px;
	box-sizing: border-box;
}

.inner_divorce h2 {
	border-bottom: 1px solid #dedede;
	margin: 0 0 8px 0;
	padding: 0 0 2px 2px;
}


.inner_divorce ul {
	margin: 0 0 15px 0;
}

.inner_divorce ul li {

	margin: 0 0 4px 0;
	padding: 0;

}
*/
.half_banner {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f2ee;
  border: 1px solid #dedede;
}

.is_ricon_faq {
  background-color: #f8f3ef;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.is_ricon_faq .inner {
  margin-bottom: 8px;
  background-color: #fff;
}
.is_ricon_faq h1 {
  background-color: #d9b14a;
  color: #fff;
  margin: 0;
  padding: 16px 16px;
  font-size: 21px;
}
.is_ricon_faq h2 {
  font-size: 16px;
  color: #d9b14a;
}

.questionList {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding: 8px 0;
}
.questionList .question {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 4px 4px 4px 32px;
  font-size: 15px;
  line-height: 1.4;
}
.questionList .question a {
  text-decoration: underline;
}
.questionList .question a span {
  font-size: 12px;
  vertical-align: top;
}
.questionList .question:before {
  content: "Q";
  background: #d9b14a;
  color: #fff;
  padding-top: 2px;
  top: 0;
  left: 0;
}
.questionList .question:before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
}

.subquestion {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #dedede;
}
.subquestion li {
  font-size: 14px;
}
.subquestion li a {
  text-decoration: underline;
}

.questionBox .question {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 4px 4px 4px 32px;
  line-height: 1.4;
}
.questionBox .question h1 {
  font-size: 20px;
  margin-bottom: 4px;
}
.questionBox .question:before {
  content: "Q";
  background: #d9b14a;
  color: #fff;
  padding-top: 4px;
  top: 0;
  left: 0;
}
.questionBox .question:before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
}
.questionBox .answer {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 24px 0 0 0px;
  padding-left: 40px;
}
.questionBox .answer:before {
  content: "A";
  background: #fff;
  border: 1px solid #199043;
  color: #199043;
  padding-top: 4px;
  top: -4px;
  left: 0;
  font-weight: 700;
}
.questionBox .answer:before {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
}

.faq {
  position: relative;
}

.faq-item {
  background: #fff;
  border-radius: 6px;
  padding: 16px 8px 16px 48px;
  margin-bottom: 18px;
}

.faq-question {
  position: relative;
  cursor: pointer;
}

.faq-question h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 24px 0 0;
}

.faq-answer {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 24px 0 0 0px;
}

.faq-question:before {
  content: "Q";
  background: #07397c;
  color: #fff;
  padding-top: 4px;
  top: -6px;
  left: -40px;
}

.faq-answer:before {
  content: "A";
  background: #fff;
  border: 1px solid #07397c;
  color: #07397c;
  padding-top: 4px;
  top: -4px;
  left: -40px;
  font-weight: 700;
}

.faq-answer:before,
.faq-question:before {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
}

.faq-question h2::after {
  position: absolute;
  top: 45%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #b4b4b4;
  border-right: solid 2px #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.faq-question.open h2::after {
  position: absolute;
  top: 45%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #b4b4b4;
  border-right: solid 2px #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

/* pager */
.pagenaviBox {
  width: 100%;
  text-align: center;
}

.wp-pagenavi {
  width: 100%;
  margin: 16px auto 24px;
  padding: 0 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  font-size: 22px;
  color: #199043;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 44px;
  margin: 0 5px 5px 0;
  display: block;
  text-align: center;
  line-height: 44px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #199043;
}

.wp-pagenavi a {
  color: #333;
}

.wp-pagenavi::after {
  clear: both;
  content: "";
  display: block;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
ul {
  margin-left: 0;
  margin-bottom: 0;
}

.sitelink {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 8px;
}
.sitelink .validate {
  font-size: 12px;
  background-color: #199043;
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  margin-right: 0.8em;
}
.sitelink a {
  text-decoration: underline;
}

.small_txt {
  font-size: 11px;
}

.large_txt {
  font-size: 18px;
}

.txt_right {
  text-align: right;
}

img.img_responsive {
  display: block;
  width: 100%;
  height: auto;
}

.img_shawdow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.linebox {
  border: 3px solid #f3d1a4;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 0 5px 0;
}

.boxshadow img {
  border: 1px solid #c9caca;
  -webkit-box-shadow: 0px 0px 3px 1px #dedede;
          box-shadow: 0px 0px 3px 1px #dedede;
  margin: 0 0 3px 0;
}

.boxshadow_area {
  border: 1px solid #c9caca;
  -webkit-box-shadow: 0px 0px 3px 1px #dedede;
          box-shadow: 0px 0px 3px 1px #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radius {
  border-radius: 5px;
  border-color: #b7b7b7;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.radius img {
  border-radius: 5px;
  overflow: hidden;
}

.radius img {
  vertical-align: bottom;
}

.radius + .radius {
  margin-top: 10px;
}

.type-page .radius + p {
  margin-top: 15px;
}

p.arrow {
  margin: 0;
}
p.arrow a {
  position: relative;
}

/*
p.arrow a:link {
	color: #666;
	text-decoration: none;
	padding: 10px 15px;
	background: #fff url(../../cmn/img/parts/arrow_right.png) no-repeat 98% 50%;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: block;
}

p.arrow a:hover {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	background: #40b095 url(../../cmn/img/parts/arrow_right.png) no-repeat 98% 50%;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: block;
}
*/
/*
a:link.morelink,
a:visited.morelink {
	color: #fff;

	text-decoration: none;
	padding: 3px 15px;
	background-color: #1da179;
	border-radius: 3px;
}

a:hover.morelink {
	color: #f2f2f2;
}
*/
.arrow_right {
  display: block;
}
.arrow_right a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 10px 32px 10px 8px;
  text-decoration: none;
}
.arrow_right a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.arrow_right.is_boxlink {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#srchBox {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 8px 0;
  padding: 10px 14px 0px 14px;
  line-height: 100%;
  border: 1px solid #dedede;
}

#srchLogo {
  margin: 0;
}

#srchBox input[type=text] {
  width: 100%;
  margin: 0 0 4px 0;
  padding: 10px;
  border: 1px solid rgb(126, 157, 185);
  -webkit-border-radius: 4px;
}

#srchForm {
  text-align: center;
}

#srchLogo {
  text-align: right;
}

#srchBox input[type=submit] {
  width: 60%;
  margin: 10px auto;
  text-align: center;
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
  border: 1px #F27300 solid;
  color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  text-shadow: 1px 2px 3px #C45C00;
}

.navlist {
  margin-bottom: 16px;
}
.navlist img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.navlist a {
  position: relative;
  color: #434343;
}
.navlist a:hover {
  color: #ae9878;
  text-decoration: none;
}

.more li a:link,
.more li a:visited {
  color: #948d84;
  text-decoration: none;
}

.more li a:hover {
  color: #ae9878;
}

.infoListUnit ul li a,
footer a {
  color: #675F5D;
  text-decoration: none;
}

.infoListUnit ul li a:hover,
footer a:hover {
  color: #ae9878;
  text-decoration: none;
}

#icon_free {
  padding: 0 0 0 25px;
  background: url(../../cmn/img/parts/icon_free.gif) no-repeat 0 2px;
}

em,
cite {
  font-style: normal;
}

strong {
  font-weight: 900;
}

.expense_box.case.men strong {
  color: #1374ac;
  font-weight: bold;
}

.expense_box.case strong {
  color: #eb6f63;
  font-weight: bold;
}

abbr {
  border: 0;
}

.astrisk {
  color: #ea7a71;
}

.txt_green {
  color: #199043;
  font-size: 16px;
}

/* ===== Content ===== */
#page_tops {
  width: 100%;
  height: 187px;
}

.header_content {
  margin: 0 auto;
  width: 960px;
  height: 118px;
  overflow: hidden;
}

#logo {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 10;
}

#header_link {
  float: right;
  width: 505px;
  margin: 10px 0 0 0;
  text-align: right;
}

#header_link ul {
  float: right;
}

.subnavi li {
  float: left;
}

#content {
  position: relative;
  margin: 0 auto 0;
  padding: 45px 0 25px 0;
  width: 960px;
  text-align: left;
}

#main_content {
  float: left;
  width: 680px;
}

#local_nav {
  float: right;
  width: 240px;
}

#menu li:hover > ul {
  display: block;
}

/* Sub-menu */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 184px;
  /*left: 0;*/
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px #666;
          box-shadow: 0px 1px 5px 1px #666;
}

#menu ul.last {
  position: absolute;
  top: 175px;
  right: 5px;
}

#menu ul li {
  text-align: left;
  float: none;
  margin: 0;
  display: block;
  -webkit-box-shadow: 0 1px 0 #dedede, 0 1px 0 #dcdcdc;
  box-shadow: 0 1px 0 #dedede, 0 1px 0 #dcdcdc;
}

#menu ul li:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu ul a {
  padding: 14px 100px 14px 25px;
  height: auto;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

* html #menu ul a {
  /* IE6 */
  height: 30px;
  width: 250px;
}

*:first-child + html #menu ul a {
  /* IE7 */
  height: 30px;
  width: 250px;
}

#menu ul li a:hover {
  color: #fff;
  background: #20A77E;
}

#menu ul li:first-child a:after {
  content: "";
  position: absolute;
  left: 60px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color: #20A77E;
}

/* Clear floated elements */
#menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #menu {
  zoom: 1;
}

/* IE6 */
*:first-child + html #menu {
  zoom: 1;
}

/* IE7 */
li.sub_title {
  color: #40b095;
  background-color: #fafaf6;
  padding: 14px 20px !important;
}

.socialarea ul {
  border: 1px solid #dedede;
  height: 70px;
  list-style-type: none;
  padding: 10px;
  margin: 10px 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 1px #dedede;
          box-shadow: 0px 0px 3px 1px #dedede;
  border-radius: 3px;
  border-color: #dedede;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.socialarea ul li {
  float: left;
}

.socialarea ul li.tw {
  margin-right: 15px;
}

.socialarea ul li.fb {
  margin-right: -5px;
}

.wp_social_bookmarking_light {
  border: 0 !important;
  padding: 25px 0 10px 0 !important;
  margin: 0 !important;
}

.wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  height: 23px !important;
  text-indent: 0 !important;
}

.wp_social_bookmarking_light img {
  border: 0 !important;
  padding: 0;
  margin: 0;
  vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
  clear: both !important;
}

.wsbl_twitter {
  width: 100px;
}

/* ===== side ===== */
.side_box {
  width: 300px;
  margin: 0 0 18px 0;
  overflow: hidden;
}

/* ===== side new===== */
.nav_bg {
  background-color: #fff;
  margin-bottom: 14px;
  padding: 10px 5px 5px;
  border: 1px solid #dedede;
}

/*
.nav_box h1 {
	font-size: 16px;
	margin: 0 0 5px 5px;
	font-weight: normal;
}

.nav_box h1 span {
	color: #d8b34b;
	font-weight: bold;
}
*/
.half .nav_box {
  width: 330px;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  background-color: #fafaf6;
  border: 1px solid #dedede;
}

.add_box {
  margin: 0 0 20px 0;
  padding: 5px;
}
.add_box p {
  font-size: 14px;
}

.title {
  color: #313131;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.nav_box {
  margin: 0 0 24px 0;
  padding: 12px;
  background-color: #fafaf6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.nav_box h2 {
  color: #313131;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.nav_box h2 span {
  position: absolute;
  top: 0;
  right: 0;
}
.nav_box h2 span a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 4px 18px 4px 6px;
  background-color: #434343;
  font-size: 13px;
  border-radius: 4px;
}
.nav_box h2 span a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.navlist ul li {
  font-size: 13px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.6;
}
.navlist ul li:last-child {
  border: none;
}

.navlist li ul {
  margin: 0;
}

.navContent {
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  border-bottom: 1px solid #dedede;
}
.navContent p {
  font-size: 14px;
}

.title_head {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 5px;
  color: #313131;
}

.title_head span {
  color: #40b095;
}

.title_img {
  margin: 0 0 15px 0;
}

.entry_question {
  margin: 0 0 3px 0;
  padding: 2px 0 2px 15px;
  background: url(../../cmn/img/parts/q.png) no-repeat 0 5px;
}

.navlist ul.children li {
  border: none;
  margin: 0 0 3px 5px;
  padding: 2px 0 2px 10px;
  background: url(../../cmn/img/parts/sub.png) no-repeat -5px 5px;
}

.navlist li.sub {
  border: none;
  margin: 0 0 3px 12px;
  padding: 2px 0 2px 10px;
  background: url(../../cmn/img/parts/sub.png) no-repeat -5px 5px;
}

.navlist li.sub ul li {
  margin: 0;
  padding: 2px 0 2px 10px;
  border: none;
  background: url(../../cmn/img/parts/sub_icon.png) no-repeat 0 center !important;
}

.navlist li img {
  padding-top: 5px;
}

.list_normal {
  margin-bottom: 10px;
}

.list_normal li {
  margin: 0 0 0 5px;
  padding: 2px 0 2px 10px;
  border: none;
  background: url(../../cmn/img/parts/sub_icon.png) no-repeat 0 8px;
}

ul.noteList {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 18px;
}

ul.noteList > li {
  padding-left: 0;
  text-indent: -1.2em;
}

ul.noteList > li:before {
  content: "※";
  margin-right: 3px;
  color: #b60d23;
}

/* ===== side under===== */
#side_link {
  width: 100%;
  background-color: #F9FAF7;
  border: 1px solid #dedede;
  margin-bottom: 25px;
}

#side_link li {
  font-size: 12px;
  margin: 5px 0;
  padding: 8px;
  border-bottom: 1px solid #dedede;
}

#side_link li.last {
  border: 0;
}

#side_link .title {
  font-size: 16px;
  /*padding:25px 0 5px 10px;*/
  padding: 10px 0 5px 10px;
}

#event dl {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dedede;
}

.entry_log_inner {
  padding: 5px 15px;
}

/* ===== float ===== */
/*
.view_thumb_left {
	float: left;
}

.view_thumb_right {
	float: right;
}

@media screen and (max-width: 767px) {

	.view_thumb_left,
	.view_thumb_right {
		float: none;
		width: 100%;
	}
}
*/
.thumb_list li {
  margin: 0 0 10px 0;
}

.half_prof {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 20px 20px 10px 20px;
}

.half_prof .view_thumb_left {
  width: 150px;
}
.half_prof .view_thumb_right {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .half_prof .view_thumb_left {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .half_prof .view_thumb_right {
    float: none;
    width: 100%;
  }
}
.women_boxs {
  background-color: #f9f5ee;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  background: url(../img/divorce/women_grad.jpg) repeat-x 0 0;
}

.women_boxs .view_thumb_left {
  width: 150px;
}

.women_boxs .view_thumb_right {
  width: 460px;
}

.women_boxs h2 {
  color: #eb6f63;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

.men_boxs {
  background-color: #f9f5ee;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  background: url(../img/divorce/mens_grad.jpg) repeat-x 0 0;
}

.men_boxs .view_thumb_left {
  width: 150px;
}

.men_boxs .view_thumb_right {
  width: 460px;
}

.men_boxs h2 {
  color: #1374ac;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

#men_box {
  margin-bottom: 20px;
  background: url(../../cmn/img/divorce/bg_mens.jpg) no-repeat right bottom;
}

#men_box ul li {
  font-size: 15px;
  color: #23475f;
  padding: 16px 0 16px 56px;
  background: url(../../cmn/img/divorce/case.png) no-repeat left center;
}

.mens_copy {
  color: #1c3c50;
  font-size: 18px;
}

.mens_copy strong {
  color: #1c3c50;
  font-weight: bold;
}

.mens_area {
  width: 420px;
  margin: 0 auto 20px auto;
  padding: 10px;
  border: 3px solid #008e75;
}

.mens_area p {
  font-size: 16px;
  margin: 0;
}

.list_left {
  float: left;
  width: 200px;
}

.list_right {
  float: right;
  width: 120px;
}

/* women new */
.box_case {
  padding: 10px;
  margin-bottom: 0;
  background-color: #f9f4ed;
  border-left: 1px solid #eb6f63;
  border-top: 1px solid #eb6f63;
  border-right: 1px solid #eb6f63;
  border-radius: 18px 18px 0 0;
}

.box_case.men {
  padding: 10px;
  margin-bottom: 0;
  background-color: #f9f4ed;
  border-left: 1px solid #1374ac;
  border-top: 1px solid #1374ac;
  border-right: 1px solid #1374ac;
  border-radius: 18px 18px 0 0;
}

.box_case .view_thumb_left {
  width: 60px;
}

.box_case .view_thumb_right {
  padding-top: 10px;
  width: 580px;
}

.bengo_case .view_thumb_left {
  width: 60px;
}

.bengo_case .view_thumb_right {
  padding-top: 5px;
  width: 560px;
}

.title_case {
  font-size: 16px;
  color: #eb6f63;
  margin: 0 0 10px 0;
}

.title_case span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #eb6f63;
  border-radius: 6px;
  padding: 5px 20px;
  margin-right: 0.8em;
}

.men .title_case {
  color: #1374ac;
}

.men .title_case span {
  background-color: #1374ac;
}

/* 離婚問題 */
#half_divorce {
  font-size: 12px;
  margin: 0 0 20px 0;
}

#half_divorce .view_thumb_left,
#half_divorce .view_thumb_right {
  background-color: #f7f2ee;
  width: 330px;
}

#divorce {
  margin-bottom: 14px;
  border: 1px solid #dedede;
}

#divorce h1 {
  color: #fff;
  background-color: #586ea0;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: normal;
}

.divorce_left {
  width: 210px;
  float: left;
  margin-right: 14px;
}

.divorce_center {
  width: 210px;
  float: left;
}

.divorce_right {
  width: 210px;
  float: right;
}

.root_half .view_thumb_left,
.root_half .view_thumb_right {
  width: 310px;
}

.half .view_thumb_left,
.half .view_thumb_right {
  width: 330px;
}

@media screen and (max-width: 767px) {
  .root_half .view_thumb_left,
  .root_half .view_thumb_right {
    width: 100%;
  }
  .half .view_thumb_left,
  .half .view_thumb_right {
    width: 100%;
  }
}
.half_div .view_thumb_left,
.half_div .view_thumb_right {
  width: 332px;
}

.half_div .view_thumb_left img {
  margin: 3px 0 0 3px;
  text-align: center;
}

.half_div .nav_box ul li {
  padding: 5px;
}

.footer_content .view_thumb_left {
  width: 295px;
}

.footer_content .view_thumb_right {
  width: 295px;
}

.footer_content .view_thumb_left {
  margin-left: 25px;
}

.column_one .view_thumb_left,
.column_one .view_thumb_right {
  width: 460px;
}

.column_medical .view_thumb_left {
  width: 428px;
}

.column_medical .view_thumb_right {
  width: 470px;
}

.thumb_page .view_thumb_left {
  width: 410px;
}

.thumb_page .view_thumb_right {
  width: 220px;
}

.thumb_page2 .view_thumb_left {
  width: 260px;
}

.thumb_page2 .view_thumb_right {
  width: 370px;
}

.point .view_thumb_left {
  width: 130px;
}

.point .view_thumb_right {
  width: 530px;
}

/* ===== float 好きの集まる ===== */
.thumb_loop .view_thumb_left {
  width: 54px;
}

.thumb_loop .view_thumb_right {
  width: 500px;
}

.thumb_loop_half .view_thumb_left {
  width: 54px;
}

.thumb_loop_half .view_thumb_right {
  width: 360px;
}

/* ===== float 看護ブログ、認定詳細、インタビュー ===== */
.thumb_loop2 .view_thumb_left {
  width: 460px;
}

.thumb_loop2 .view_thumb_right {
  width: 164px;
}

/* ===== float 各事業所 ===== */
.thumb_loop2h .view_thumb_left {
  width: 300px;
}

.thumb_loop2h .view_thumb_right {
  width: 328px;
}

/* ===== float 認定看護 ===== */
.thumb_loop3 .view_thumb_left {
  width: 164px;
}

.thumb_loop3 .view_thumb_right {
  width: 460px;
}

.thumb_loop4 .view_thumb_left {
  width: 54px;
}

.thumb_loop4 .view_thumb_right {
  width: 550px;
}

.threes .view_thumb_left {
  width: 202px;
  margin: 0 25px 0 0;
}

.threes .view_thumb_center {
  width: 202px;
  float: left;
}

.threes .view_thumb_right {
  width: 202px;
}

/* ===== 医師 ===== */
.three_small {
  width: 650px;
  overflow: hidden;
}

.three_small .view_inline {
  width: 130px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 25px;
}

.three_small .view_inline.final {
  margin-right: 0;
}

.one_thr .view_thumb_left {
  width: 305px;
  margin: 0 17px 0 0;
}

.one_thr .view_thumb_center {
  width: 305px;
  float: left;
}

.one_thr .view_thumb_right {
  width: 305px;
}

.one_thr .view_thumb_lefts {
  float: left;
  width: 625px;
}

#module_response .view_thumb_left {
  width: 400px;
  padding: 0 15px 0 0;
  border-right: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

#module_response .view_thumb_right {
  width: 210px;
}

#list_consul .view_thumb_left {
  width: 212px;
  margin: 0 30px 0 0;
}

#list_consul .view_thumb_center {
  width: 490px;
  float: left;
}

#list_consul .view_thumb_right {
  width: 189px;
}

.list_ccontent {
  letter-spacing: -0.4em;
}

.list_ccontent li {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.cmn {
  margin: 0 0 16px;
}

.in {
  padding: 0 0 0 10px;
}

.cmn_large {
  margin-bottom: 35px;
}

.cmn_xlarge {
  margin-bottom: 60px;
}

.cmn_border {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dedede;
}

.cmn_flow {
  margin: 0 0 15px;
  padding: 0 0 15px;
  background: url(../img/parts/flow.png) no-repeat center bottom;
}

.cmn_box {
  background-color: #fff;
  padding: 14px 20px 10px 20px;
  border-radius: 6px;
  margin-bottom: 24px;
  border: 2px solid #40b195;
  color: #40b195;
}
.cmn_box p {
  font-size: 18px;
}

.cmn_root {
  margin-bottom: 16px;
}
.cmn_root h2 {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cmn_root h2 span {
  border-left: 4px solid #68b8d6;
  padding: 4px 10px;
}

.cmn_ad {
  margin-bottom: 24px;
}
.cmn_ad p {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.cmn_ad p span {
  display: block;
  padding: 12px 40px;
  background: url(../../cmn/img/divorce/icon_re.png) no-repeat left center;
}

.thumb_loop {
  margin-bottom: 20px;
}

.infoListPad {
  clear: both;
  padding: 0 10px 10px 10px;
}

.infoListBox {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.infoListBox_s {
  clear: both;
  margin-bottom: 10px;
  padding: 0 12px 15px 12px;
  border-bottom: 1px solid #dedede;
}

.infoListMini {
  clear: both;
  padding: 5px 10px;
  border-bottom: 1px solid #dedede;
}

.infoListMini p {
  margin: 0;
}

ul.status {
  margin: 0;
  padding: 0;
}
ul.status li {
  float: left;
  margin-right: 5px;
}

p.person_data {
  font-size: 12px !important;
  line-height: 1.4;
}

.detile_box {
  position: relative;
  clear: both;
  border-bottom: 1px solid #cbcbcb;
  width: 960px;
  margin: 0 auto 18px auto;
  padding: 0 0 15px 0;
}

.ft_box {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cbcbcb;
}

.btn_detile {
  position: absolute;
  top: 15px;
  right: 0;
}

/* ===== meta ===== */
.edata,
.etag {
  font-size: 12px;
}

.edata {
  margin: 0 0 2px 0;
}

.etag {
  margin: 0 0 10px 0;
}

.etag a {
  color: #9D9B9B;
  display: inline-block;
}

#local_nav span.edata a {
  color: #9D9B9B;
  text-decoration: underline;
}

.shikaku {
  font-size: 11px;
  color: #9E5F40;
}

.etitle {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
}
.etitle:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #199043;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -9px;
}
.etitle :after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .etitle {
    font-size: 16px;
  }
}
span.the_title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px;
}

/* ==== Heading ===== */
.title_contents {
  margin: 0 0 25px 0;
}

.img_shawdow {
  margin-bottom: 12px;
}

.img_shawdow img {
  border: 1px solid #c9caca;
  -webkit-box-shadow: 0px 0px 3px 1px #dedede;
          box-shadow: 0px 0px 3px 1px #dedede;
  margin: 0;
  padding: 0;
}

/* ==== pages ===== */
.nmg {
  margin-bottom: 0 !important;
}

.img_title {
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0 15px 0;
  line-height: 1.5;
}

/* ===== Text ===== */
li.day img {
  padding: 0 10px;
}

p#icon_all {
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cbcbcb;
}

p#icon_all img {
  padding: 0 0 0 20px;
}

div.address {
  margin: 0 15px 15px;
  font-size: 0.8125em;
}

.more li {
  font-size: 14px;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background-image: linear-gradient(to bottom, #fff, #efefef);
  border-color: #b7b7b7;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 10px 20px;
  margin: 2px;
  -webkit-box-shadow: 0px 0px 1px 1px #dedede;
          box-shadow: 0px 0px 1px 1px #dedede;
}

.more li a {
  display: block;
  text-decoration: none;
  padding-right: 10px;
  background: url(../../cmn/img/parts/arrow_left.png) no-repeat center left;
}

.more li.mr {
  float: right;
}

.more li.ml {
  float: left;
}

.more li.ce {
  margin: 0 auto;
  width: 50%;
  clear: both;
}

/* ===== List ===== */
ol {
  margin: 0;
}

ul ul,
ol ol {
  margin-bottom: 0;
}

ul.normal {
  margin: 10px 0;
}

ul.normal li {
  background: url(../../cmn/img/parts/list_dot.gif) no-repeat 0 5px;
  margin: 0 0 5px 5px;
  padding: 0 0 0 10px;
}

.baselines {
  margin: 0 0 10px 0;
}

.baselines li {
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #dedede;
}

.baselines li span.txt_right {
  display: block;
  width: 120px;
  float: right;
}

/* num1 */
ol.num1 {
  margin: 0 0 10px 0;
}

ol.num1 li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 2em;
  border-bottom: 1px solid #dedede;
}

ol.num1 li span {
  position: absolute;
  top: 5px;
  left: 0;
}

* html ol.num1 li span {
  top: 0em;
}

/* for win ie6 */
*:first-child + html ol.num1 li span {
  top: 0em;
}

#bg_rikon {
  position: relative;
  width: 680px;
  height: 240px;
  background: url(../../cmn/img/root/bg_rikon.png) no-repeat 0 0;
  background-size: contain;
}

.btn_rikon {
  position: absolute;
  top: 200px;
  left: 10px;
}

#women_bg {
  margin-bottom: 20px;
  border: 2px solid #f8edec;
  border-radius: 4px;
  background: url(../../cmn/img/divorce/women_bg.jpg) no-repeat bottom right;
}

#women_bg h2 {
  color: #eb6f63;
  margin: 0;
  padding: 8px 14px;
  background-color: #f8edec;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

ul.women_normal {
  margin: 14px 14px;
}

.women_normal li {
  font-size: 14px;
  padding: 8px 2px 2px 40px;
  background: url(../../cmn/img/parts/women_normal.png) no-repeat 0;
}

.entry-content {
  width: 100%;
  overflow: hidden;
}

/*
.entry-content p{
	font-size:14px;
}
*/
h2.title_pages {
  clear: both;
  color: #d14f3d;
  margin: 10px 0 30px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
}

.title_q {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(229, 229, 229)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5", GradientType=0);
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #dedede;
}

.title_q.case {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(229, 229, 229)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5", GradientType=0);
  font-weight: normal;
  color: #eb6f63;
  font-size: 16px;
  margin: 0 auto;
  padding: 2px 10px;
  border: 1px solid #eb6f63;
  width: 100%;
}

.title_q.case.men {
  color: #1374ac;
  border: 1px solid #1374ac;
  background-color: #1374ac;
}

.button-toggle {
  display: block;
  cursor: pointer;
  padding: 14px 20px;
  background: url(../../cmn/img/parts/nav.png) no-repeat 98% 50%;
}

.title_q.case .button-toggle {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 14px 20px;
  background: url(../../cmn/img/parts/nav_case.png) no-repeat 98% 50%;
}

.expense_box {
  margin-bottom: 20px;
  padding: 20px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-radius: 0 0 6px 6px;
}

.expense_box.case {
  margin-bottom: 10px;
  padding: 20px;
  border: none;
  background-color: #fff;
  border-left: 1px solid #eb6f63;
  border-bottom: 1px solid #eb6f63;
  border-right: 1px solid #eb6f63;
  border-radius: 0 0 18px 18px;
}

.expense_box.case.men {
  border-left: 1px solid #1374ac;
  border-bottom: 1px solid #1374ac;
  border-right: 1px solid #1374ac;
}

/*.navigation ------------------------------------------*/
.navigation {
  color: #40210f;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 0px 10px;
  clear: both;
  border-top: 1px solid #dedede;
}

.navigation a:link,
.navigation a:visited {
  color: #666;
  text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
  color: #9a7f57;
}

#nav-below {
  margin: 10px 0;
}

.nav-previous {
  background: url(../../cmn/img/parts/left.gif) no-repeat left top;
  padding: 0;
  float: left;
  width: 45%;
}

.nav-next {
  background: url(../../cmn/img/parts/right.gif) no-repeat right top;
  padding: 0;
  float: right;
  text-align: right;
  width: 45%;
}

/*.header ------------------------------------------*/
body.single .entry-content h2 {
  clear: both;
  color: #40b095;
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 3px solid #40b095;
}

body.single-recruit h2.title {
  position: relative;
  color: #FF75A3;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #FF75A3;
}

body.single .entry-content h3 {
  font-weight: normal;
  border-bottom: dotted 1px #dedede;
  padding: 12px 0 6px 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

body.single .entry-content h4 {
  font-weight: normal;
  margin: 10px 0;
  padding: 8px 0 6px 8px;
  font-size: 14px;
  line-height: 100%;
  background-color: #e2f0e4;
}

.entry-content h2.normal {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin: 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dd4b39;
}

.title_typeA {
  clear: both;
  margin: 0 0 20px 0;
  padding: 18px 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.title_typeA span {
  padding-left: 10px;
  display: block;
  border-left: 4px solid #eb6f63;
}

.title_typeB {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.title_typeB span {
  color: #eeac56;
}

.title_typeF {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 10px;
  padding: 16px;
  background-color: #e4e4e4;
}

.title_typeG {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #00B094;
  padding: 16px 0 16px 56px;
  background: url(../../cmn/img/divorce/case.png) no-repeat left center;
}

.title_typeH {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 10px 10px 44px;
  background: url(../../cmn/img/parts/women_normal.png) no-repeat 10px 10px;
}

.title_typeC {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: normal;
}

.title_typeD {
  font-size: 16px;
  color: #18A177;
  margin-bottom: 5px;
  font-weight: bold;
}

.pu {
  padding: 4px 40px;
  background: url(../../cmn/img/divorce/icon_pu.png) no-repeat 0 0;
}

.bl {
  padding: 4px 40px;
  background: url(../../cmn/img/divorce/icon_bl.png) no-repeat 0 0;
}

.gr {
  padding: 4px 40px;
  background: url(../../cmn/img/divorce/icon_gr.png) no-repeat 0 0;
}

.re {
  padding: 4px 40px;
  background: url(../../cmn/img/divorce/icon_re.png) no-repeat 0 0;
}

.title_olive {
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  padding: 12px 12px;
  margin-bottom: 16px;
  font-weight: 200;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  background: rgb(223, 195, 92);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(223, 195, 92)), to(rgb(203, 157, 56)));
  background: linear-gradient(to bottom, rgb(223, 195, 92) 0%, rgb(203, 157, 56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfc35c", endColorstr="#cb9d38", GradientType=0);
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.etitle_min {
  clear: both;
  margin: 0 0 25px 0;
  font-size: 21px;
  font-weight: normal;
}

/*.header ------------------------------------------*/
.entry-content blockquote {
  border: 1px solid #c9caca;
  background-color: #f5f5f5;
  padding: 20px 15px 0px;
  margin-bottom: 15px;
  clear: both;
}

.entry-content table {
  margin: 10px -1px 10px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}

.entry-content table th {
  border-bottom: 1px solid #dedede;
  vertical-align: top;
  font-weight: normal;
  padding: 12px 10px;
  background-color: #f8f8f6;
  white-space: nowrap;
  width: 20%;
}

.entry-content table td {
  border-bottom: 1px solid #dedede;
  padding: 12px 10px;
  vertical-align: top;
}

.entry-content table td span {
  font-weight: 900;
}

.entry-content table strong {
  color: #666;
}

.arrow_boxs {
  position: relative;
  background: #333;
  border: 4px solid #dedede;
}

.arrow_boxs:after,
.arrow_boxs:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_boxs:after {
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #333;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}

.arrow_boxs:before {
  border-color: rgba(222, 222, 222, 0);
  border-left-color: #dedede;
  border-width: 26px;
  top: 50%;
  margin-top: -26px;
}

/* --------------------------------

grid setting

-------------------------------- */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.gridindex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.gridindex img {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .grid,
  .gridindex {
    padding: 0;
  }
}
.cell_left {
  width: 24.4%;
}

.cell_center {
  width: 49.6%;
}

.cell_right {
  width: 24.4%;
}

@media screen and (max-width: 767px) {
  .cell_left {
    width: 100%;
  }
  .cell_center {
    width: 49%;
  }
  .cell_right {
    width: 49%;
  }
}
.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_3column .cell {
  width: 31.4%;
}

.ph_4column .cell {
  width: 24.6%;
}
.ph_4column .cell img {
  margin-bottom: 8px;
}

.ph_5column .cell {
  width: 19.6%;
}

.is_assets .ph_3column .cell {
  width: 31.4%;
}
.is_assets .Box .inner {
  padding: 4%;
}
.is_assets .Box .thumb {
  width: 300px;
}
.is_assets .Box h2 {
  font-size: 24px;
  margin: 16px auto 24px;
  color: #607d8b;
}
.is_assets .Box p,
.is_assets .Box li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .is_assets .ph_3column .cell {
    width: 48.4%;
  }
}
.left {
  width: 49%;
  float: left;
}

.right {
  width: 49%;
  float: right;
}

.is_pageContact {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.is_pageContact .cell {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .is_pageContact {
    margin-bottom: 32px;
    padding: 16px 16px 0;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .is_pageContact .cell {
    width: 100%;
    margin-bottom: 14px;
  }
  .is_pageContact .cell .icon_tel a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
  }
  .root_rikon .ph_2column .cell {
    width: 49%;
  }
  .ph_3column .cell {
    width: 100%;
  }
  .ph_4column .cell {
    width: 49%;
  }
  .ph_5column .cell {
    width: 49%;
  }
  .ph_5column .cell img {
    margin-bottom: 8px;
  }
}
.thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 24px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.cmn_jimu {
  margin: 0 0 24px;
  padding: 0;
}
.cmn_jimu .thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 24px;
}
.cmn_jimu .thumb .ph_caption {
  font-size: 12px;
  line-height: 1.5;
}
.cmn_jimu .summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.cmn_jimu .summary h2 {
  font-size: 18px;
}
.cmn_jimu .summary p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cmn_jimu .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .cmn_jimu .thumb img {
    width: 80%;
    margin: 0 auto 16px;
  }
  .cmn_jimu .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.view_thumb_left {
  float: left;
  width: 49%;
}

.view_thumb_right {
  float: right;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .view_thumb_left,
  .view_thumb_right {
    float: none;
    width: 100%;
  }
}
.cmn_keisou {
  position: relative;
  padding: 24px 0 0 0;
  border-top: 2px solid #68b8d6;
}
.cmn_keisou h1 {
  margin: 24px auto 24px;
  padding: 0 12px;
}
.cmn_keisou .view_thumb_left {
  float: left;
  width: 48%;
}
.cmn_keisou .view_thumb_right {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .cmn_keisou {
    position: relative;
    padding: 24px 0 0 0;
    border-top: 2px solid #68b8d6;
  }
  .cmn_keisou h1 {
    margin: 24px auto 24px;
    padding: 0 44px;
  }
  .cmn_keisou .view_thumb_left,
  .cmn_keisou .view_thumb_right {
    float: none;
    width: 100%;
  }
}
.btn_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px auto;
}

@media screen and (max-width: 767px) {
  .btn_inline {
    display: block;
    -webkit-box-pack: auto;
        -ms-flex-pack: auto;
            justify-content: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12px auto 24px;
  }
  .btn_inline .is_arrows {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.grid_max3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.grid_max3 img {
  margin-bottom: 8px;
}
.grid_max3 .cell {
  width: 306px;
  margin: 0 8px;
}

.cimg {
  border: 5px solid #d8b34b;
}

.bdimg {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* title */
#pagetitle {
  font-size: 23px;
  margin: 0 0 24px 0;
  padding: 24px 8px;
  font-weight: 900;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}
#pagetitle span {
  float: right;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #pagetitle {
    font-size: 18px;
    margin: 0 0 18px 0;
    padding: 16px 6px;
  }
  #pagetitle span {
    float: right;
    font-size: 14px;
    font-weight: 200;
    color: #6d6d6d;
    margin-top: 4px;
  }
}
.icon_zoom {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 8px 0 8px 32px;
  font-weight: 900;
  text-align: left;
  color: #4f99b0;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 0 50%;
  background-size: auto 24px;
}

.icon_teams {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 8px 0 8px 32px;
  font-weight: 900;
  text-align: left;
  color: #5658ae;
  background: url(../img/module/icon/icon_teams.svg) no-repeat 0 50%;
  background-size: auto 24px;
}

@media screen and (max-width: 767px) {
  .icon_zoom,
  .icon_teams {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
/* acf.css*/
/* --------------------------------
Advanced Custom Fields
-------------------------------- */
.headblock {
  margin-top: 0;
  margin-bottom: 24px;
}
.headblock #pagetitle {
  margin-bottom: 4px;
}
.headblock .caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px;
}

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

@media screen and (max-width: 767px) {
  .headblock {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.headinfo {
  position: relative;
  width: 100%;
  background-color: #199043;
  padding: 60px;
  margin-bottom: 32px;
  text-align: center;
}
.headinfo .caption {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  font-size: 2.8rem;
  color: #fff;
}
.headinfo .caption h1 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .headinfo {
    position: relative;
    width: 100%;
    background-color: #199043;
    padding: 48px;
    margin-bottom: 24px;
    text-align: center;
  }
  .headinfo .caption {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    font-size: 2.3rem;
    color: #fff;
  }
  .headinfo .caption h1 {
    margin: 0;
    padding: 0;
  }
}
/*見出し1 中央揃え*/
.headings_center_1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 36px;
  font-weight: 900;
  text-align: center;
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_1.is_lit {
  margin-bottom: 20px;
}

.headings_center_2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 900;
  text-align: center;
  color: #1D507E;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_2 span {
  color: #dc9523;
}

.headings_center_3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  padding: 4px 8px;
  font-weight: 600;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_3 span {
  color: #dc9523;
}

.headings_display_block {
  position: relative;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 12px 16px 12px 12px;
  font-weight: 200;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
}
.headings_display_block span {
  border-left: 5px solid #607d8b;
  padding: 4px 12px;
}
.headings_display_block span.is_or {
  border-left: 5px solid #988d74;
}

.headings_display_1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-bottom: 6px;
  font-weight: 200;
  text-align: left;
  color: #2c784f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_display_1.is_nbo {
  margin-bottom: 24px;
  border: none;
}

@media screen and (max-width: 767px) {
  .headings_display_1 {
    font-size: 2.3rem;
    margin-bottom: 8px;
  }
}
/*見出し2*/
.headings_display_2 {
  position: relative;
  font-size: 2.1rem;
  font-weight: 200;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.headings_display_2 span {
  font-size: 14px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .headings_display_2 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px;
  }
}
.title_min {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 200;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}

.furigana {
  font-size: 14px;
  color: #848484;
}

@media screen and (max-width: 767px) {
  .title_min {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
/*見出し2 装飾*/
.headings_display_3 {
  position: relative;
  font-size: 18px;
  color: #607d8b;
  font-weight: 900;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 8px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.headings_display_3 span {
  font-size: 14px;
}

/*見出し3*/
.headings_display_4 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #7e6b5a;
  font-weight: 200;
  padding: 0;
  display: block;
}
.headings_display_4 span {
  font-size: 1.6rem;
  font-weight: 200;
}

.headings_box {
  background-color: #607d8b;
  margin: 0 0 8px;
  padding: 18px 16px;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}

.catch {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 16px;
}

.centering {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 1.8rem;
  }
  .catch.centering {
    text-align: left;
  }
  .catch.centering br {
    display: none;
  }
}
.info {
  position: relative;
  margin-bottom: 16px;
}
.info .data {
  color: rgba(0, 0, 0, 0.5);
}

.voiceBox {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  padding: 0;
}
.voiceBox h2 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 16px;
  padding: 10px 16px;
  background-color: #efeadf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.voiceBox h3 {
  font-size: 14px;
  font-weight: 200;
  background-color: #988d74;
  color: #fff;
  margin: 0 0 4px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

/* --------------------------------

thumb summary

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

/* thumbnail+summary*/
.post_Box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* --------------------------------

img thumbnail over

-------------------------------- */
.thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.is_thumbnail_fit {
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 100%;
}

/* zoom */
a .thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .is_thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
a .thumbnail {
	opacity: 1;
	-webkit-transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-ms-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
*/
a .thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

a .is_thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

@media screen and (max-width: 767px) {
  a .thumbnail,
  a .thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
  a .is_thumbnail,
  a .is_thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 50%;
}

/* --------------------------------

thumbnail
表示画像の高さ ÷ 表示画像の幅 × 100

-------------------------------- */
/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 38.25%;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 135.8%;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust {
    padding-top: 78%;
  }
  .visual .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 80.25%;
  }
  .post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_horizon.is_ajust {
    padding-top: 78%;
  }
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust_half {
    padding-top: 60.8%;
  }
  .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_length.is_ajust {
    padding-top: 78%;
  }
}
/* --------------------------------

arrow

-------------------------------- */
/*arrow*/
.arrowLeft,
.arrowRight {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.6rem;
}

.arrowLeft a {
  display: block;
}

.arrowLeft::before,
.arrowLeft::after,
.arrowRight::before,
.arrowRight::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowLeft::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowRight::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.arrowFile a {
  font-size: 1.6rem;
  background-image: url(../img/module/icon/is_file.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 4px 4px 4px 28px;
  display: block;
}

/* --------------------------------

acf map

-------------------------------- */
.acf-map {
  width: 100%;
  height: 500px;
}

.idxContentBox hr {
  margin: 2em -60px;
}

@media screen and (max-width: 767px) {
  .idxContentBox hr {
    margin: 1em -48px;
  }
}
/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
}
table.cell2 th {
  font-weight: 200;
  vertical-align: top;
  text-align: left;
  width: 50%;
  padding: 16px 24px;
  background-color: #F3EEDE;
}
table.cell2 td {
  vertical-align: top;
  padding: 16px 24px;
}

@media screen and (max-width: 767px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  table.cell2 th {
    font-weight: 200;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    padding: 12px;
    background-color: #F3EEDE;
  }
  table.cell2 td {
    vertical-align: middle;
    padding: 12px;
  }
}
/* 表3段 */
table.cell3 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

table.cell3 tr:last-child {
  border-bottom: none;
}

table.cell3 th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #7b7b7b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 16px 16px 16px;
  white-space: nowrap;
  width: 10em;
}

table.cell3 td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 24px;
  color: #111;
}

.bg_pick {
  background-color: #fbf8f2;
}

@media screen and (max-width: 767px) {
  table {
    font-size: 1.6rem;
  }
  /* 表3段 */
  table.cell3 th {
    font-weight: 200;
    vertical-align: middle;
    text-align: left;
    color: #6A6361;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
  }
  table.cell3 td {
    vertical-align: middle;
    border: none;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    word-break: break-all;
    display: block;
  }
}
.side_scroll {
  overflow-x: inherit;
}

.page_table {
  position: relative;
  border: none;
}
.page_table th {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 8px;
  line-height: 1.6;
  width: 9em;
  vertical-align: top;
}
.page_table td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 8px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .side_scroll {
    overflow-x: scroll;
    margin-bottom: 64px;
  }
  .side_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
  }
  .side_scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .side_scroll table th,
  .side_scroll table td {
    white-space: nowrap;
  }
}
.is_tablelist {
  margin-bottom: 48px;
}
.is_tablelist dl {
  margin-bottom: 24px;
}
.is_tablelist dt {
  font-weight: 200;
  font-size: 1.6rem;
}
.is_tablelist dd {
  font-size: 1.6rem;
  padding: 0 12px;
}
.is_tablelist .noteList li {
  font-size: 1.6rem;
}

/* --------------------------------

textContent

-------------------------------- */
.textContent {
  margin-top: 24px;
  margin-bottom: 32px;
}
.textContentis_center {
  text-align: center;
}
.textContent p {
  line-height: 1.6;
}

.is_bold {
  font-weight: 900;
  color: #199043;
}

.textGuide {
  margin-top: 3px;
  margin-bottom: 12px;
}
.textGuide p {
  font-size: 1.8rem;
}

.ph_caption {
  font-size: 1.6rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 4px 8px 0;
}

/* --------------------------------

GalleryBox

-------------------------------- */
.galleryBox {
  position: relative;
  margin-bottom: 0px;
}

.galleryBox {
  margin-bottom: 24px;
}

.galleryBox .ph_3column .cell {
  width: 15%;
}

.zoom {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%, rgba(76, 175, 80, 0.8);
  background-size: 16px 16px;
  border-radius: 100px;
  z-index: 1;
}

.galleryBox .ph_4column .cell {
  width: 22.8%;
}

@media screen and (max-width: 767px) {
  .galleryBox .ph_4column .cell {
    width: 48.6%;
  }
  .galleryBox {
    margin-bottom: 12px;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

.postHorizon.is_subvisual {
  margin: -24px -60px 24px -60px;
}

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

/* --------------------------------

写真+見出し/テキスト

-------------------------------- */
.ph_block {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.ph_left .thumb {
  width: 340px;
  float: left;
  margin-bottom: 0px;
  margin-right: 60px;
  margin-left: 0;
}

.ph_right .thumb {
  width: 310px;
  float: right;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .ph_block {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .ph_left .thumb {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .ph_right .thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
section {
  margin-bottom: 48px;
}

.field {
  margin-bottom: 24px;
}

section::after,
.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 24px;
  }
  .field {
    margin-bottom: 12px;
  }
}
/* --------------------------------

leadblock list index

-------------------------------- */
/* --------------------------------

内部リンク

-------------------------------- */
a.textlink {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 8px;
  width: auto;
}
.btn a {
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: 200;
  padding: 12px 32px 12px 12px;
  text-align: left;
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    text-align: center;
    width: 100%;
  }
  .btn a {
    position: relative;
    margin: 0 auto;
    display: block;
    font-weight: 200;
    padding: 12px 16px 12px 16px;
    text-align: left;
    text-decoration: none !important;
    border-radius: 4px;
  }
}
.is_arrows {
  display: block;
  overflow: hidden;
}
.is_arrows a {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.is_arrows a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.is_arrows.is_shawdow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.is_arrows.is_shawdow a {
  font-weight: 200;
}

.is_point {
  display: block;
  text-align: center;
  width: 70%;
  border-radius: 4px;
  margin: 0 auto 8px;
}
.is_point a {
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 200;
  padding: 16px 24px 16px 24px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.is_point a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.is_point a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .is_point {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto 8px;
  }
  .is_point a {
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 200;
    padding: 16px 24px 16px 24px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.is_window {
  border: none;
  background-color: #8B7C68;
  width: 100%;
  border-radius: 6px;
}
.is_window a {
  position: relative;
  color: #fff;
  font-weight: 200;
  padding: 16px 16px 16px 16px;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/module/icon/icon_window.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.is_pdf {
  border: none;
  width: 100%;
  border-radius: 6px;
}
.is_pdf a {
  position: relative;
  font-weight: 200;
  padding: 8px 24px 8px 8px;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/module/icon/icon_pdf.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.is_line {
  display: block;
  margin: 0 auto 8px;
  overflow: hidden;
}
.is_line a {
  background-color: #00B900;
  border-radius: 4px;
}
.is_line a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.is_shawdow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.is_rev {
  display: inline-block;
  margin: 8px auto 16px;
  overflow: hidden;
}
.is_rev a {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 8px 8px 32px;
}
.is_rev a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}

/* --------------------------------

link

-------------------------------- */
.box_link {
  border: 2px solid #333;
  display: inline-block;
  margin-bottom: 1em;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}

.box_link a {
  position: relative;
  font-size: 1.6rem;
  color: #333;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-decoration: none;
}

.box_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.box_link > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.box_link.is_pdf {
  border: none;
  background-color: #852029;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}

.box_link.is_pdf a {
  position: relative;
  color: #fff;
  font-weight: 200;
  padding: 18px 12px 18px 12px;
  text-align: center;
  text-decoration: none;
}

.box_link.is_pdf > a::after {
  position: relative;
  top: auto;
  right: auto;
  content: "";
  width: 0px;
  height: 0px;
  border: none;
  -webkit-transform: none;
  transform: none;
}

.box_link.is_pdf > a {
  color: #fff;
  background-image: url(../img/module/icon/is_pdf.png);
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.buy_link {
  width: 100%;
  background: rgb(222, 186, 30);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 186, 30)), to(rgb(218, 124, 39)));
  background: linear-gradient(to bottom, rgb(222, 186, 30) 0%, rgb(218, 124, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deba1e", endColorstr="#da7c27", GradientType=0);
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}

.buy_link a {
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 2.1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.buy_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.buy_link > a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .buy_link a {
    font-size: 16px;
  }
}
.box_text {
  border: 2px solid #333;
  display: inline-block;
  margin-bottom: 1em;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}

.box_text a {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 200;
  text-decoration: none;
  padding: 44px 24px 44px 36px;
  display: block;
  text-decoration: none;
}

.box_text > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.box_text > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .box_text a {
    padding: 24px 24px 24px 24px;
  }
}
/* ==========================================================================

  .linkArea

   ========================================================================== */
.linkArea {
  text-align: center;
  margin-top: 55px;
}

.linkArea a.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fefefe;
  background: #004097;
  margin: 0 5px;
  border: #004097 2px solid;
}

.linkArea a.btn:before {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  font-size: 16px;
  font-family: "themify";
  content: "\e649";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linkArea a.btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #fefefe;
  content: "";
  z-index: -1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.linkArea a.btn:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.linkArea a.btn:hover {
  color: #004097;
}

.linkArea a.btnBorder {
  color: #004097;
  background: #fefefe;
}

.linkArea a.btnBorder:hover {
  color: #fefefe;
}

.linkArea a.btnBorder:after {
  background: #004097;
}

/* ======== a.btnSmall ======== */
.linkArea a.btnSmall {
  max-width: 230px;
  font-size: 13px;
  line-height: 45px;
}

.linkArea a.btnSmall:before {
  right: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  .linkArea {
    margin-top: 50px;
  }
  .linkArea a.btn {
    line-height: 60px;
    margin: 0 5px;
  }
  .linkArea a.btn:after {
    display: none;
  }
  .linkArea a.btn:hover {
    color: #fefefe;
  }
  .linkArea a.btnBorder:hover {
    color: #004097;
  }
}
@media screen and (max-width: 767px) {
  .linkArea {
    margin-top: 45px;
  }
  .linkArea a.btn {
    display: block;
    max-width: 280px;
    line-height: 50px;
    margin: 7px auto 0;
    border: #004097 2px solid;
  }
  .linkArea a.btn:first-child {
    margin-top: 0;
  }
  .linkArea a.btn:before {
    font-size: 12px;
  }
}
.is_one {
  width: 100%;
}

.is_two {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box_link {
    font-size: 1.6rem;
  }
  .is_one {
    width: 100%;
  }
}
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=import.css.map */