@charset "UTF-8";
/*Theme Name: 647_toki
Theme URI: http://example.com/
Description: 647_toki-template
Version: 1.0
Author: beaut imaging office.
Author URI: http://example.com/
*/

/*============================================================*/
/* Reset CSS
/*============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============================================================*/
/* common
/*============================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  /*default size : 10px */
}

body {
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /*font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* anchor */
a {
  text-decoration: underline;
  color: #51860B;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
}

/* img (anchor) */
a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* placeholder */
:placeholder-shown {
  color: #a6a6a6;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #a6a6a6;
}

/* IE 10+ */

/*========================================================
fonts
========================================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?3kxpk0");
  src: url("fonts/icomoon.eot?3kxpk0#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?3kxpk0") format("truetype"),
    url("fonts/icomoon.woff?3kxpk0") format("woff"),
    url("fonts/icomoon.svg?3kxpk0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-rightarrow:before {
  content: "\e901";
}

.icon-tel:before {
  content: "\e902";
}

.icon-menu:before {
  content: "\e903";
}

@font-face {
  font-family: "hannari";
  src: url("fonts/Hannari.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*========================================================
header
========================================================*/
.ghead {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  min-width: 320px;
  width: 100%;
  background-color: #ffffff;
  border-top: 6px solid #f6f6f6;
}

.ghead .inr {
  max-width: 1100px;
  height: 102px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .ghead .inr {
    padding: 0 10px;
  }
}

/* logo */
.ghead h1 {
  float: left;
  margin-top: 25px;
  /* width: 323px;
	height: 74px; */
}

.ghead h1 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.ghead h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 769px) {
  .ghead h1 {
    max-width: 190px;
    margin-top: 16px;
  }

  /* .ghead h1 {
        width: 200px;
        height: auto;
    } */
  .ghead h1 {
    margin-top: 13px;
    /* width: 323px;
        height: 74px; */
  }

  .ghead h1 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
}

@media screen and (max-width: 480px) {
  .ghead h1 {
    max-width: 170px;
    margin-top: 5px;
  }

  .ghead .inr {
    height: 95px;
  }

  /* .ghead h1 {
		width: 105px;
		margin-top: 10px;
	} */
  .ghead h1 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    max-width: 180px;
  }
}

/* global navi */
.gnav {
  float: right;
  margin-top: 23px;
}

@media screen and (max-width: 480px) {
  .gnav {
    float: right;
    margin-top: 10px;
  }
}

.gnav h2 {
  float: left;
  border-right: 1px solid #51860B;
  border-left: 1px solid #51860B;

  width: 90px;
  height: 50px;
  padding: 36px 0 0;
  background: url(images/common/icon-burger.svg) no-repeat center 6px;
  background-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #51860B;
  cursor: pointer;

  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gnav h2:hover {
  background: url(images/common/icon-burger_over.svg) no-repeat center 6px;
  background-size: 24px;
  color: #94B800;
}

.gnav ul {
  float: left;
}

.gnav ul li {
  float: left;
}

.gnav ul li:first-child {}

.gnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 92px;
  height: 64px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gnav ul li a:hover,
.gnav ul li.current a {
  background-color: #51860B;
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  .gnav h2 {
    display: none;
  }

  .gnav ul {
    display: block;
  }
}

@media screen and (max-width: 1099.98px) {
  .gnav h2 {
    display: block;
    position: relative;
    margin-top: 9px;
    width: 65px;
    color: #51860B;
  }

  .gnav ul {
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 114px;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px 10px 10px;
    padding: 10px;
    border: 3px solid #51860B;

    -webkit-box-shadow: 0 0 8px 0 #666;
    box-shadow: 0 0 8px 0 #666;
    border-radius: 4px;

    /*
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
		background: rgba(0, 0, 0, 0.75);
        */
  }

  .gnav ul:not(:target) {
    -webkit-filter: none;
    filter: none;
  }

  .gnav ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 235px;
    z-index: -1;
    width: 14px;
    height: 14px;
    background-color: #51860B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*-webkit-box-shadow: 0 0 8px 0 #999999;
        box-shadow: 0 0 8px 0 #999999;*/
  }

  .gnav ul::after {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: -7px;
    right: 235px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnav ul li {
    float: left;
    width: 50%;
    height: auto;
    border: none;
    border-bottom: 1px solid #daddd9;
  }

  .gnav ul li:first-child {
    border-left: none;
  }

  .gnav ul li:nth-child(odd) {
    border-right: 1px solid #daddd9;
  }

  .gnav ul li a {
    display: block;
    height: auto;
    padding: 10px 8px 10px 10px;
    text-align: left;
    line-height: 1.5;
    font-size: 1.6rem;
    width: auto;
  }
}

@media screen and (max-width: 769px) {}

@media screen and (max-width: 480px) {
  .gnav {
    margin-top: 5px;
  }

  .gnav h2 {
    overflow: hidden;
    width: auto;
    height: 0;
    max-width: 40px;
    padding: 40px 0 0;
    background-color: transparent;
    border-left: none;
    border-right: none;

    background: url(images/common/icon-burger.svg) no-repeat center 2px;
    background-size: 40px;
    margin-top: 0;
  }

  .gnav h2:hover {
    background: url(images/common/icon-burger_over.svg) no-repeat center 2px;
    background-size: 40px;
  }

  .gnav ul::before,
  .gnav ul::after {
    right: 50%;
    margin-right: -7px;
  }

  .gnav ul li {
    width: 100% !important;
  }

  .gnav ul li:nth-child(odd) {
    border-right: none;
  }

  .gnav ul li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  .gnav ul {
    top: 106px;
  }
}

/* contact */
.gContact {
  float: left;
  margin-left: 18px;
  margin-top: -6px;
}

.gContact .info {
  color: #fff;
  font-size: 1.4rem;
}

.gContact .tel {
  position: relative;
  padding-left: 27px;
  line-height: 1;
  font-size: 2.6rem;
  color: #333;
  font-weight: 500;
  /* margin-bottom: .5rem; */
}

.gContact .tel:before {
  position: absolute;
  display: block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  color: #94B800;
  font-size: (14px * 2.2);
  font-size: 2.1rem;
  line-height: 1;
  top: 1px;
  left: 0;
}

.gContact .mail a {
  display: block;
  padding: 0.55em 0.2em 0.5em 0.2em;
  background-color: #51860B;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 10em;
  margin-top: 0.3em;
}

.gContact .mail a:hover {
  background-color: #345607;
  opacity: 1;
}

@media screen and (max-width: 769px) {}

@media screen and (max-width: 769px) {
  .gnav h2 {
    margin-top: 0;
  }

  .gContact {
    float: left;
    margin-left: 13px;
    margin-top: 0;
  }

  .gContact .mail a {
    display: block;
    font-size: 1.2rem;
    padding: 0.35em 0.2em 0.3em 0.2em;
  }

  .gContact .tel {
    position: relative;
    padding-left: 24px;
    line-height: 1;
    font-size: 2rem;
    /* margin-bottom: .5rem; */
  }

  .gContact .tel:before {
    position: absolute;
    display: block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e902";
    font-size: (14px * 2.2);
    font-size: 1.8rem;
    line-height: 1;
    top: 1px;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  .gContact {
    float: none;
    position: absolute;
    left: 0;
    bottom: 6px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }

  .gContact p:not(:last-child) {
    margin-right: 10px;
  }

  .gContact .tel {}

  .gContact .tel:before {}
}

@media screen and (max-width: 480px) {
  .gContact p:not(:last-child) {
    margin-right: 0;
  }

  .gContact .tel {
    position: relative;
    padding-left: 13px;
    line-height: 1;
    font-size: 1.6rem;
    margin-top: 7px;
    /* margin-bottom: .5rem; */
  }

  .gContact .tel:before {
    position: absolute;
    display: block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e902";
    font-size: (14px * 2.2);
    font-size: 1.6rem;
    line-height: 1;
    top: -1px;
    left: -8px;
  }

  .gContact .mail a {
    margin-left: 20px;
    padding: 0.25em 0.5em 0.2em 0.5em;
  }

  /* .gContact .mail a .br{
        display: block;
    } */
}

/*========================================================
footer
========================================================*/
.gFoot {
  background-color: #51860B;
}

.gFoot .inr {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0 35px 0;
}

/* footer navi */
.fnav {
  float: left;
  line-height: 15px;
}

.fnav li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

.fnav li:first-child {
  padding-left: 0;
  border-left: none;
}

.fnav li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .gFoot .inr {
    padding: 20px 10px;
  }

  .fnav li a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .fnav {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* copyright */
p.copyright {
  float: right;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  p.copyright {
    float: right;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
  }
}

@media screen and (max-width: 480px) {
  p.copyright {
    float: none;
  }
}

/*========================================================
contents
========================================================*/
/* splash */
#splash {
  height: 480px;
  margin-top: 108px;
  padding: 0 10px;
  background: url(images/top/top_image.jpg) no-repeat center center;
  background-size: cover;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#splash .block {
  vertical-align: middle;
  margin: 0;
  margin-left: -1em;
  padding: 2.6em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 1100px;

}

#splash .block img {
  max-width: 100%;
  height: auto;
}

#splash .block .main-catch-office-name {
  font-size: 2.8rem;
  padding-top: 0.3em;
  border-top: 1px solid #fff;
}

#splash .block p {
  font-size: 1.7rem;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.6em;
  text-align: center;
}

#splash .block h2 {
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}

#splash .block span.br,
#splash .block span.br2 {
  display: none;
}

@media screen and (max-width: 1000px) {
  #splash .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  #splash .block {
    margin-left: 0;
    padding: 2em 1em;
    text-align: center;
  }

  #splash .block p {
    margin-bottom: 0.3em;
  }

  #splash .block h2 {
    font-size: 2.4rem;
  }

  #splash .block .main-catch-office-name {
    font-size: 2rem;
  }

}

@media screen and (max-width: 700px) {
  #splash .block p {
    font-size: 1.5rem;
    margin-bottom: 0.3em;
  }

  #splash .block h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 540px) {
  #splash .block span.br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #splash {
    height: auto;
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #splash .block {
    margin-left: 0;
    padding: 1em 0.5em;
    text-align: center;
  }

  #splash .block p {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }

  #splash .block h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  #splash .block span.br2 {
    display: block;
  }

  #splash .block .main-catch-office-name {
    font-size: 1.4rem;
    padding-top: 0.5em;
  }
}

.main-catch-wrapper {
  box-shadow: -9px 9px #94B800;
  background: #51860B;
  position: absolute;
  padding: 1.5em;
}

@media screen and (max-width: 480px) {
  .main-catch-wrapper {
    position: static;
    padding: 1em;
  }
}


/* category cover */
#cover {
  height: 200px;
  margin-top: 108px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cover.cat {
  background-image: url(images/under_image.jpg);
}

@media screen and (max-width: 400px) {
  #cover {
    margin-top: 51px;
  }
}

/* frame set */
.section {
  padding: 40px 10px;
  padding-top: 80px;
}

.block {
  max-width: 1100px;
  margin: 0 auto;
}

.section .block+.block {
  margin-top: 30px;
}

/* flex set */
.flexSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexSet.col2 {}

.flexSet.col2>* {
  width: calc(100% / 2);
}

.flexSet.partition.col2>* {
  width: 50%;
}

.flexSet.partition.col2>*:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid #daddd9;
}

.flexSet.partition.col2>*:nth-child(even) {
  padding-left: 20px;
}

.mb-3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 998px) {
  .flexSet.col2>* {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 925px) {
  .flexSet {
    display: block;
  }

  .flexSet.col2>* {
    width: 100%;
    margin-top: 30px;
  }

  .flexSet.col2>*:first-child {
    margin-top: 0;
  }

  .flexSet.partition.col2>* {
    width: 100%;
  }

  .flexSet.partition.col2>*:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .flexSet.partition.col2>*:nth-child(even) {
    margin-top: 0;
    padding-left: 0;
    border-top: 1px solid #daddd9;
  }
}

@media screen and (max-width: 480px) {
  .mb-3 {
    margin-bottom: 0;
  }
}

.article-section {
  padding: 4em 10px;
  background: url("../images/line.png") repeat-x top left;
  margin: 0 -1em;
}

@media screen and (max-width: 480px) {
  .article-section {
    padding: 4em 15px;
    background: url("../images/line.png") repeat-x top left;
    margin: 0 -1em;
  }
}

.article-section:first-of-type {
  margin-top: 6em;
}

.section-header {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: 1.1em;
}

.link-more {
  text-align: center;
}

.section-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
  background-color: #eee;
}

.section-heading {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #000;
  padding-left: 0.8em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border-left: 2px solid #51860B;
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  border-left: 9px solid #51860B;
}

.frmBox-article {}

@media screen and (max-width: 768px) {
  .section-heading {
    position: relative;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #000;
    padding-left: 0.8em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    border-left: 2px solid #51860B;
  }
}

/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {
  background-color: #ffffff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.frmBox:first-child {
  padding-right: 1.1em;
  margin-right: 1.1em;
  border-right: 1px dotted #aaaaaa;
}

/* frame head */
.frmHead {
  position: relative;
  margin-bottom: 2em;
}

.box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-area {
  padding: 0 5px;
}

.box-area .box-intro {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8em;
}

.box-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.box-txt {
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.box-main dl {
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .box-main dl {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .box-main dl {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.box-main dl dt {
  font-size: 1.6rem;
  color: #51860B;
  line-height: 1.2;
  font-weight: 500;
  padding-right: 0.2em;
}

.box-main dl dd {
  font-size: 2.4rem;
  color: #333;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .box-main dl dd {
    font-size: 2rem;
  }
}

.box-main dl dd span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

.box-area-list li {
  list-style: none;
  color: #eb8585;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  line-height: 1.2;
}

.box-area-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 21px;
  background: url("../images/common/icon-check_pink.svg") no-repeat center;
  background-size: cover;
}

.box-area-list li:not(:last-child) {
  margin-right: 2em;
}

.box-wrap .br {
  display: block;
}

.box-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.box-main p {
  font-size: 1.5rem;
}

.box-main p:not(:last-child) {
  margin-bottom: 0.8em;
}

.link-more {
  text-align: right;
}

.box-side {
  margin-left: 1em;
}

.box-list {
  line-height: 1.8;
}

.box-list li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 0.8em;
  list-style: none;
  color: #333;
}

.box-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #51860B;
}

.link-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #51860B;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.65em 1.6em 0.55em 1.7em;
  max-width: 220px;
  width: 100%;
  font-weight: 500;
  text-align: left;
  margin-top: 1em;
}

.link-button:hover {
  background-color: #345607;
}

.link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.box-side .staff-name {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin-top: 0.1em;
}

.frmHead h3 {
  position: relative;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  padding: 1.5rem 2rem 1.5rem 130px;
  background-color: #94B800;
  overflow: hidden;
}

.frmHead h3::after {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #51860B;
}

.frmHead h3::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0.3em;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}

.frmHead span {
  color: #aec4e5;
  font-size: 2.4rem;
  padding-left: 15px;
}

.frmHead p a {
  text-decoration: underline;
  color: #f7931e;
}

.frmHead p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 925px) {
  .frmBox:first-child {
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px dotted #aaaaaa;
    border-right: none;
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .frmHead h3 {
    font-size: 2.1rem;
    padding: 1.5rem 2rem 1.5rem 90px;
  }

  .frmHead h3::after {
    width: 170px;
  }

  .frmHead h3::before {
    font-size: 3.3rem;
  }

  .frmHead {
    position: relative;
    margin-bottom: 1em;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .box-side {
    margin-left: 0;
    margin-bottom: 1em;
  }

  .box-main {
    width: 100%;
  }
}

/* frame body */
.frmBox .frmBody {
  overflow: hidden;
}

.frmBox .frmBody .box {
  float: right;
  width: 48.5%;
}

.frmBox .frmBody .box:first-child {
  float: left;
}

@media screen and (max-width: 639px) {
  .box-wrap .br {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .frmBox .frmBody .box {
    float: none;
    width: auto;
    margin-top: 20px;
  }

  .frmBox .frmBody .box:first-child {
    float: none;
    margin-top: 0;
  }
}

.business-section {
  padding: 5em 1em;
  margin: 0 -1em;
  background-color: #eee;
}

.business-wrap .business-item {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-item p {
  font-size: 1.5rem;
  text-align: left;
}

.business-more {
  text-align: center;
  margin-top: 1em;
}

.business-wrap .business-item a:hover {
  border-color: #51860B;
  opacity: 1;
}

.business-image {
  position: relative;
  padding-right: 1.5em;
}

.business-image img {
  width: 100%;
}

.business-body {
  background-color: #fff;
  padding: 2em;
}

@media screen and (max-width: 639px) {
  .business-body {
    padding: 1em;
  }
}

.business-heading {
  font-size: 2rem;
  color: #51860B;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0.2em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .business-section {
    padding: 3em 1em;
    margin: 0 -1em;
  }

  .business-heading {
    font-size: 1.5rem;
  }

  .business-wrap .business-item {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 480px) {

  .business-heading {
    margin-bottom: 0.5em;
  }

  .business-image {
    padding-right: 0;
    padding-bottom: 0.8em;
  }

  .business-wrap .business-item a {
    padding: 1.8em 1em 3em 1em;
  }
}

.access-section {
  padding: 5em 1em;
  margin: 0 -1em;
  background-color: #fcffef;
}

.access-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  padding: 2em 2em 3.5em 2em;
}

.access-main {
  margin-right: 2em;
}

.access-main,
.access-map {
  width: 50%;
}

.access-map {
  position: relative;
  padding-top: 42%;
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-more {
  text-align: right;
  margin-top: 2em;
}

.access-table {
  display: table;
  border-collapse: collapse;
}

.access-table th,
.access-table td {
  font-size: 1.5rem;
  vertical-align: top;
  text-align: left;
  padding: 13px 0;
}

.access-table th {
  width: 7em;
}

@media screen and (max-width: 900px) {
  .access-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 2em 3.5em 2em;
  }

  .access-main,
  .access-map {
    width: 100%;
  }

  .access-main {
    margin-right: 0;
    margin-bottom: 2em;
  }

  .access-section {
    padding: 3em 1em;
  }
}

@media screen and (max-width: 639px) {
  .access-wrap {
    padding: 1em;
  }

  .access-table th,
  .access-table td {
    padding: 8px 0;
    display: block;
  }

  .access-table {
    width: 100%;
  }

  .access-table th {
    width: 100%;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
  }

  .access-more {
    margin-top: 0;
  }

  .access-map {
    position: relative;
    padding-top: 77%;
  }
}

.news-section {
  padding: 3em 1em 0 1em;
  margin: 0 -1em;
}

.news-section .frmBody {
  margin-top: 1.5em;
}

.news-section .frmBox:first-child {
  margin-right: 2.5em;
  padding-right: 2.5em;
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-wrap .frmBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.news-more {
  text-align: right;
  margin-top: 2em;
}

@media screen and (max-width: 998px) {
  .news-section .frmBox:first-child {
    margin-right: 1.1em;
    padding-right: 1.1em;
  }
}

@media screen and (max-width: 925px) {
  .news-section .frmBox:first-child {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 2em;
  }

  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-wrap .frmBox {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .news-section {
    padding: 1em 1em 0 1em;
  }

  .news-section .frmBox:first-child {
    margin-bottom: 1em;
    padding-bottom: 2em;
  }
}

/* category frame --------------------------------------*/
.catFrm {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #daddd9;
  border-radius: 4px;
}

.catFrm .catFrmHead {
  margin-top: -1px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #daddd9;
}

.catFrm .catFrmHead .catPass {
  float: left;
  padding-top: 15px;
  border-top: 4px solid #51860B;
  text-align: left;
  font-weight: bold;
  font-size: 0.7em;
}

.catFrm .catFrmHead .catPass a {
  color: #51860B;
}

.catFrm .catFrmBody {
  padding: 59px;
}

@media screen and (max-width: 768px) {
  .catFrm .catFrmBody {
    padding: 29px;
  }
}

@media screen and (max-width: 400px) {
  .catFrm .catFrmBody {
    padding: 15px;
  }
}

/* category title */
.catTitle {}

.catTitle h2 {
  font-size: 3rem;
  color: #51860B;
}

.catTitle p {
  margin-top: 30px;
  font-size: 108%;
}

/* inner block */
.catFrm .catFrmBody .catBlock {
  margin-top: 60px;
}

.catFrm .catFrmBody .catBox {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .catFrm .catFrmBody .catBlock {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .catFrm .catFrmBody .catBlock {
    margin-top: 20px;
  }
}

.catBlockTitle {
  margin-bottom: 30px;
}

.catBlockTitle h2 {
  padding: 10px;
  background-color: #94B800;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5em;
  border-left: 3px solid #51860B;
}

.catBlockTitle p {
  font-size: 1.2em;
}

/* detail */
.catBlock .catBoxTitle {
  margin: 60px 0 10px;
  padding: 9px 8px;
  border-bottom: 1px solid #51860B;
  font-weight: bold;
  font-size: 1.6rem;
  color: #51860B;
}

.catBlock .catBoxTitle:first-child {
  margin-top: 0;
}

.catBlock .hdlv04 {
  margin-top: 30px;
  font-weight: bold;
}

.catBlock p {
  line-height: 1.5;
}

.catBlock .flt-l+p,
.catBlock .flt-r+p {
  margin-top: 0;
}

.catBlock p em {
  font-weight: bold;
}

.catBlock p strong {
  font-weight: bold;
}

/* page index */
.catBlockTitle+dl.catIndexPage {
  margin-top: 60px;
}

dl.catIndexPage {
  margin-top: 30px;
  border: 2px solid #daddd9;
  border-radius: 2px;
}

dl.catIndexPage dt {
  padding: 14px;
  background-color: #fff6e1;
  font-weight: bold;
  font-size: 116%;
}

dl.catIndexPage dd {
  padding: 29px;
}

dl.catIndexPage dd p {
  font-size: 1.1em;
}

dl.catIndexPage dd p:first-child {
  margin-top: 0;
}

dl.catIndexPage dd ul.pageList {
  margin-top: 30px;
}

dl.catIndexPage dd ul.pageList li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-top: -1px;
  padding: 15px 0;
  border-top: 1px dotted #daddd9;
  border-bottom: 1px dotted #daddd9;
}

dl.catIndexPage dd ul.pageList li.clr {
  margin-left: 0;
}

dl.catIndexPage dd ul.pageList li a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 20px;
  background: url(images/common/link_bullet_arr.png) no-repeat left 0.1em;
  font-size: 1.2em;
}

@media screen and (max-width: 400px) {
  dl.catIndexPage dd {
    padding: 9px;
  }
}

/* hedding ------------------------------------------*/
.blockTitle {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #009245;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  border-radius: 2px;
}

/* form ----------------------------------------------*/
#formArea {}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  background-color: #fff;
  border: 2px solid #daddd9;
}

.formList dt {
  position: relative;
  width: 240px;
  padding: 10px 30px 10px 10px;
  border-top: 1px solid #daddd9;
  font-weight: bold;
  font-size: 1.2rem;
}

.formList dt small {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
  padding: 0 4px;
  background-color: #51860B;
  font-size: 1rem;
  color: #fff;
  border-radius: 2px;
}

.formList>*:nth-child(-n + 2) {
  border-top: none;
}

.formList dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  width: calc(100% - 240px);
  padding: 10px;
  border-top: 1px solid #daddd9;
}

.formList dd>div:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formList dd>div:nth-child(even) {
  width: 200px;
  padding-left: 10px;
}

.formList dd>div:nth-child(even) p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .formList dd {
    display: block;
  }

  .formList dd>div:nth-child(even) {
    width: auto;
    margin-top: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .formList {
    display: block;
  }

  .formList dt {
    position: relative;
    width: auto;
    padding: 10px;
  }

  .formList dt small {
    position: static;
    margin-left: 10px;
  }

  .formList dd {
    width: 100%;
    padding: 0 10px 10px;
    border-top: none;
  }
}

/* フォームボタン */
#formArea .btnArea {
  margin-top: 30px;
}

#formArea .btnArea input[type="submit"] {
  display: inline-block;
  width: 200px;
  background-color: #51860B;
}

/* form */
.formList input[type="text"],
.formList input[type="password"],
.formList input[type="email"],
.formList input[type="tel"],
.formList textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #ccc;
  line-height: 1.2;
  text-align: left;
  font-size: 1.4rem;
  border-radius: 2px;
  outline: none;
}

.formList input[type="text"]:focus,
.formList input[type="password"]:focus,
.formList input[type="email"]:focus,
.formList input[type="tel"]:focus,
.formList textarea:focus {
  border: 1px solid #51860B;
}

.formList input[type="radio"],
.formList input[type="checkbox"] {}

.formList select {
  height: 36px;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
}

.formList select:focus {
  border: 1px solid #51860B;
}

.full {
  width: 100%;
}

.zip1,
.zip2,
.tel1,
.tel2,
.tel3 {
  width: 60px;
}

/* pager -----------------------------------------------*/
.pager {
  clear: both;
  margin: 30px 0;
  position: relative;
  line-height: 1em;
  text-align: center;
  /*font-size: 0;*/
}

.pager .inr {
  display: inline-block;
}

.pager span,
.pager a {
  float: left;
  display: block;
  margin-left: 8px;
  width: 36px;
  height: 36px;
  padding: 8px 0;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #009245;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #009245;
  border-radius: 50%;
}

.pager *:first-child {
  margin-left: 0;
}

.pager a:hover {
  opacity: 1;
  background-color: #cce9da;
  color: #47bea0;
}

.pager .current {
  background-color: #009245;
  color: #fff;
}

.pager .page-prev,
.pager .page-next {
  overflow: hidden;
  width: 36px;
  height: 0;
  padding: 32px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.pager .page-prev {
  background-image: url(images/common/pager_prev_gr.svg);
}

.pager .page-next {
  background-image: url(images/common/pager_next_gr.svg);
}

.pager .page-of {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pager {
    font-size: 12px;
    line-height: 12px;
  }

  .pager span,
  .pagination a {
    padding: 7px 10px 7px 10px;
  }

  .pager .current {
    padding: 7px 10px 7px 10px;
  }
}

/* box layout */
.flt-r {
  float: right;
  margin-left: 20px;
}

.flt-l {
  float: left;
  margin-right: 20px;
}

.flt-r+*,
.flt-r+* {
  margin-top: 0 !important;
}

.flt-r img,
.flt-l img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {

  .flt-r,
  .flt-l {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

/* ２列リスト（交互背景） */
ul.plaid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

ul.plaid li {
  width: 50%;
  padding: 8px;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

ul.plaid li:nth-child(4n + 1),
ul.plaid li:nth-child(4n) {
  background-color: #f2f2f2;
}

/* リンクリスト */
.linkList {}

.linkList li {
  padding: 4px 0;
  border-top: 1px solid #daddd9;
}

.linkList li:first-child {
  border-top: none;
}

.linkList li a {
  display: inline-block;
  padding-left: 14px;
  background: url(images/common/blt_wdg_r_gr.svg) no-repeat left 0.2em;
  background-size: 14px 14px;
}

/* general tag format ----------------------------------*/
/* table - format01 */
table.fmt01 {
  width: 100%;
  font-size: 92%;
}

table.fmt01 th {
  padding: 8px 4px;
  background-color: #f8faf7;
  border: 1px solid #daddd9;
}

table.fmt01 td {
  padding: 8px 4px;
  border: 1px solid #daddd9;
  text-align: center;
  line-height: 1.2;
}

/* table - format02 */
table.fmt02 {
  width: 100%;
  font-size: 92%;
}

table.fmt02 thead th,
table.fmt02 thead td {
  padding: 8px;
  background-color: #ddd;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

table.fmt02 tbody th,
table.fmt02 tbody td {
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}

table.fmt02 th {
  width: 20%;
  background-color: #eee;
  text-align: center;
}

/* table - text decoration */
table span.cap {
  display: inline-block;
  font-size: 0.8em;
}

/* ul - default */
ul.default {
  margin-top: 20px;
  list-style: disc;
  margin-left: 30px;
}

ul.default li {
  margin-top: 3px;
}

/* ol - default */
ol.default {
  margin-top: 20px;
  list-style: decimal;
  margin-left: 30px;
}

ol.default li {
  margin-top: 3px;
}

/* ul - data format */
ul.dataFmt {
  margin-top: 20px;
}

ul.dataFmt li {
  position: relative;
  margin-top: 8px;
  padding-left: 30px;
}

ul.dataFmt li:before {
  position: absolute;
  left: 13px;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #f7931e;
  border-radius: 2px;
}

/* dl - data format */
dl.dataBox {
  margin-top: 30px;
  border: 2px solid #daddd9;
}

dl.dataBox dt {
  padding: 8px;
  background-color: #66be8f;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}

dl.dataBox dd {
  padding: 28px;
}

/* dl - data format */
dl.dataFmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

dl.dataFmt dt {
  position: relative;
  min-width: 100px;
  padding: 10px 0;
  border-top: 1px solid #daddd9;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2rem;
}

dl.dataFmt dt::before {
  position: absolute;
  right: -2px;
  top: 10px;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: #f7931e;
  border-radius: 2px;
}

dl.dataFmt dt:nth-of-type(1)::before {
  top: 0;
  height: calc(100% - 10px);
}

dl.dataFmt dt:nth-last-of-type(1)::before {
  height: calc(100% - 10px);
}

dl.dataFmt dd {
  min-width: calc(100% - 100px);
  padding: 10px 0 10px 10px;
  border-top: 1px solid #daddd9;
  font-size: 1.4rem;
}

dl.dataFmt>*:nth-child(-n + 2) {
  padding-top: 0;
  border-top: none;
}

dl.dataFmt>*:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

/* button */
.btnArea {
  text-align: center;
}

.btn {
  display: block;
  padding: 10px;
  background-color: #f7931d;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;

  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn:hover {
  text-decoration: none;

  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* anchor */
a.anc {
  display: inline-block;
  padding-left: 20px;
}

a.anc:link {
  background: url(images/common/link_bullet_arr.png) no-repeat left center;
  color: #009245;
}

a.anc:visited {
  background: url(images/common/link_bullet_arr_visited.png) no-repeat left center;
  color: #7e46a7;
}

a.anc:hover {
  background: url(images/common/link_bullet_arr_hover.png) no-repeat left center;
  color: #095c57;
}

a.anc:active {
  background: url(images/common/link_bullet_arr.png) no-repeat left center;
  color: #009245;
}

/* notes  */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

.notes li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}

.notes li:first-child {
  margin-top: 0;
}

/*========================================================
   個別装飾
========================================================*/
/* top -----------------------------------------------------*/

/* グーグルマップ */
.map {
  width: 100%;
  height: 360px;
  background-color: #fff;
}

/* アクセスマップ */
#accessMap .map {
  margin-bottom: 10px;
}

/* お知らせ一覧 */
ul.infoList {
  max-width: 1060px;
  margin: 0 auto 1em;
}

ul.infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  padding: 17px 0;
  padding-left: 13px;
  border-bottom: 1px dotted #cccccc;
}

ul.infoList li:first-child {
  border-top: none;
  padding-top: 0;
}

ul.infoList li em {
  width: 110px;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #51860B;
}

ul.infoList li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
}

ul.infoList li a:hover {
  color: #473fe2;
}

ul.infoList li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 0;
  font-size: 1.5rem;
}

.catBlock ul.infoList {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  ul.infoList li {
    display: block;
    padding: 10px 5px;
  }

  ul.infoList li em {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}

/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
  display: table;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #daddd9;
}

dl.articleFmt dt {
  clear: both;
  display: table-cell;
  width: 9em;
  padding: 5px 10px 0 0;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.5;
  font-weight: bold;
}

dl.articleFmt dd {
  position: relative;
  display: table-cell;
  padding-left: 14px;
  vertical-align: top;
  line-height: 1.5;
}

dl.articleFmt dd:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #009245;
  border-radius: 2px;
}

dl.articleFmt dd em {}

dl.articleFmt dd h3 {
  line-height: 1.5;
}

dl.articleFmt dd h3 a {
  font-size: 164%;
}

dl.articleFmt dd p {}

dl.articleFmt dd p.continue {
  text-align: right;
}

@media screen and (max-width: 600px) {
  dl.articleFmt {
    display: block;
  }

  dl.articleFmt dt {
    position: relative;
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0 0 0 10px;
  }

  dl.articleFmt dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #009245;
    border-radius: 2px;
  }

  dl.articleFmt dd {
    display: block;
    width: auto;
    padding: 10px 0 0 10px;
    line-height: 1.5;
  }

  dl.articleFmt dd:before,
  dl.articleFmt dd:after {
    display: none;
  }
}

/* detail --------------------------------------------- */
p.detailPageDate {
  margin: 0;
  margin-bottom: 20px;
}

.detailPageNavi p {
  text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {}

.normalize h2 {
  display: block;
  margin-top: 0.83em;
  /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
  font-size: 1.5em;
  font-weight: bold;
  page-break-after: avoid;
  /* IEのみ */
  padding: 10px;
  background-color: #94B800;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5em;
  border-left: 3px solid #51860B;
}

.normalize h3 {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1.17em;
  font-weight: bold;
  page-break-after: avoid;
  /* IEのみ */
}

.normalize p {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize ul {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: disc;
  list-style-position: outside;
}

.normalize ol {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: decimal;
  list-style-position: outside;
}

.normalize li {
  display: list-item;
}

.normalize dl {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize dt {
  display: block;
}

.normalize dd {
  display: block;
  margin-left: 40px;
  /* Webkit, Firefoxは、margin-start: 40px; */
}

.normalize img {}

.normalize strong {
  font-weight: bold;
}

.normalize em {
  font-weight: italic;
}

/* サイトマップ */
.wsp-pages-list {
  list-style: disc;
  list-style-position: inside;
}

/* 前の記事へ、次の記事へ　リンク  */
.paging {
  overflow: hidden;
  padding: 20px 0;
}

.paging .prev {
  float: left;
}

.paging .prev a {
  font-size: 16px;
  font-weight: bold;
}

.paging .next {
  float: right;
}

.paging .next a {
  font-size: 16px;
  font-weight: bold;
}

.paging .back {
  text-align: center;
}

.paging .back a {
  font-size: 16px;
  font-weight: bold;
}

/*追加*/
.text-strong {
  font-size: 1.7rem;
  color: #51860B;
  font-weight: 600;
}
