@charset "UTF-8";
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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: -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";
}

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

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

*,
*::before,
*::after {
  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 #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: -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";
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
    font-family: -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";
    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: 3.8rem;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 2.6rem;
  }

  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.6rem;
  }
}
/* ++++ CONTAINER.SCSS ++++ */
.local_Container {
  position: relative;
}

.local_Container_inner {
  text-align: left;
  position: relative;
}

.cont_color_gray {
  background-color: #F5f5f5;
  background-color: #fff;
}

.cont_color_white {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cont_mobile_color_white {
    background-color: #fff;
  }
}
.hide_overflow {
  overflow: hidden;
}

.idx_bg_brown {
  background-color: #EEEAE2;
}

.cont_overflow {
  overflow: hidden;
}

.cont_width_static {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_width_static_mobile_fit {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_flex_col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.inner_col2_main {
  width: 600px;
  overflow: hidden;
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 6px;
}

.col2_main_body {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.inner_col2_side {
  width: 360px;
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.inner_col2_twin {
  width: 48%;
}

.cont_color_blue {
  background-color: #006D3B;
}

.cont_padding_both {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_padding_both_mini {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cont_padding_top {
  padding-top: 30px;
}

.content_box {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.content_box_pad {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.wh_box {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.wh_box_heaader img {
  width: 100%;
}

.wh_box_inner {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .cont_width_static {
    width: 100%;
  }

  .cont_width_static_mobile_fit {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 0px;
  }

  .cont_flex_col2 {
    display: block;
  }

  .inner_col2_twin {
    width: 100%;
  }

  .inner_col2_main {
    width: 100%;
    border: 0px;
    border-radius: 0px;
  }

  .inner_col2_side {
    width: 100%;
  }

  .col2_main_body {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .cont_padding_both {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cont_padding_both_mini {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_box {
    margin-left: 16px;
    margin-right: 16px;
  }

  .content_box_pad {
    width: auto;
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
table {
  width: 100%;
  background-color: #fff;
  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.8;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
ol,
ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
}

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-flex;
  display: flex;
  -webkit-align-items: 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;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
a:link {
  color: #196b99;
  text-decoration: none;
  outline: 0;
}

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

a:hover {
  color: #196b99;
  text-decoration: underline;
  outline: 0;
}

.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;
  }
}
.imagemap_responcive {
  margin-bottom: 20px;
}
.imagemap_responcive img {
  width: 100%;
  height: auto;
}

:root {
  --innerheight: 100vh;
}

.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* ++++ Web Site BODY.SCSS ++++*/
body {
  /*color: #676767;*/
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

main {
  display: block;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
}

.Index main {
  padding-top: 0px;
}

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

  .Index main {
    padding-top: 60px;
  }
}
.sp_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_header {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    text-align: left;
    background-color: #fff;
    box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 70px;
  }

  .sp_header_logo {
    -webkit-flex: 1;
            flex: 1;
    display: inline-block;
    padding-left: 8px;
    text-align: left;
    box-sizing: border-box;
    max-width: 75%;
  }

  .sp_header_logo img {
    width: auto;
    height: 40px;
  }

  .sp_menu_btn {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 500;
    -webkit-align-items: center;
            align-items: center;
    background-color: #000;
  }

  .sp_menu_btn_inner {
    display: table-cell;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #000;
  }

  .menu_btn_elm,
.menu_btn_elm::before,
.menu_btn_elm::after {
    line-height: 0;
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }

  .menu_btn_elm {
    margin: 0 auto;
    position: relative;
  }

  .menu_btn_elm::before,
.menu_btn_elm::after {
    position: absolute;
    content: "";
    left: 0;
  }

  .menu_btn_elm::before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }

  .menu_btn_elm::after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }

  .navi_active .menu_btn_elm {
    background-color: #000;
  }

  .navi_active .menu_btn_elm::before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .navi_active .menu_btn_elm::after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.non_scroll {
  height: 100%;
  overflow: hidden;
}

.mobile_navi_bg {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  height: 100vh;
}

.navi_bg_hide {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.mobile_navi {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 910;
  text-align: left;
  overflow: scroll;
  background-color: transparent;
  height: 100vh;
}

.mobile_navi.navi_hide {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  visibility: hidden;
  overflow: hidden;
  opacity: 0.8;
}

.mobile_navi_inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  min-height: calc((var(--innerheight) * 100) - 0px);
}

.mobile_navi_slide {
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.5s;
}

.mn_link {
  position: relative;
  background-color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 16px;
}

.mn_link a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0.5em;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding-right: 0.5em;
}
.mn_link a.indent {
  padding-left: 3em;
}

.mm_btn {
  padding-top: 10px;
}
.mm_btn a {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
  width: 80%;
  padding-left: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  background-color: #006D3B;
  color: #fff;
  text-decoration: none;
  line-height: 2.5;
}
.mm_btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
}

.Index header {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.idx_header {
  border-bottom: #006D3B 1px solid;
  box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
}

.idx_header_inner {
  width: 1000px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.idx_header_logo {
  margin-right: 40px;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 1;
          flex: 1;
}
.idx_header_logo img {
  height: 54px;
}

.idx_header_shortcut {
  position: relative;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 320px;
}
.idx_header_shortcut a.idx_shortcut_link {
  position: relative;
  font-size: 14px;
  display: block;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.idx_header_shortcut .or {
  background-color: #FF8205;
}
.idx_header_shortcut .gr {
  background-color: #006D3B;
}

@media screen and (max-width: 767px) {
  .idx_header {
    display: none;
  }
}
.globalHeader {
  border-bottom: #006D3B 1px solid;
  box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
}

.globalHeader_inner {
  width: 1000px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.globalHeader_nav_group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: 100%;
}

.header_logo {
  margin-right: 40px;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header_logo img {
  height: 54px;
}

.header_navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
}
.header_navi a {
  -webkit-flex: auto;
          flex: auto;
  display: block;
  height: 52px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  position: relative;
  color: #000;
  text-decoration: none;
}
.header_navi a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #006D3B;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_navi a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_navi a.active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header_icon_group {
  width: 256px;
  margin-right: 21px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.header_shortcut {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 320px;
}
.header_shortcut a.shortcut_link {
  position: relative;
  font-size: 14px;
  display: block;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.header_shortcut .or {
  background-color: #FF8205;
}
.header_shortcut .gr {
  background-color: #006D3B;
}

.globalNavi {
  border-bottom: #006D3B 1px solid;
}

.globalNavi_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 70px;
  border-left: #006D3B 1px solid;
}

.globalNavi a {
  -webkit-flex: auto;
          flex: auto;
  line-height: 1.2;
  color: #000;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 70px;
  padding-top: 28px;
  -webkit-flex: 1;
          flex: 1;
  border-right: #006D3B 1px solid;
}
.globalNavi a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #527636;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.globalNavi a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.globalNavi a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.genreNavi {
  border-bottom: #006D3B 1px solid;
  background-color: #F1EFEB;
}

.genreNavi_inner {
  width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 40px;
  border-left: #006D3B 1px solid;
}

.genreNavi_inner::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: #006D3B 1px solid;
  border-left: #006D3B 1px solid;
  background-color: #F1EFEB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 355px;
}

.genreNavi a {
  -webkit-flex: auto;
          flex: auto;
  line-height: 1.2;
  color: #006D3B;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 40px;
  padding-top: 11px;
  -webkit-flex: 1;
          flex: 1;
  border-right: #006D3B 1px solid;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
}

.genreNavi a span {
  display: inline-block;
  position: relative;
}

.genreNavi a span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .globalNavi {
    display: none;
  }
}
.scroll_up {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 8px;
  padding-top: 20px;
  text-align: right;
}

.scroll_up_btn {
  width: 48px;
  height: 48px;
  border: 2px #006D3B solid;
  border-radius: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.scroll_up_btn::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 2px #006D3B solid;
  border-top: 2px #006D3B solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
  left: 16px;
}

footer {
  background-color: #006D3B;
  width: 100%;
}

.footer_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  color: #fff;
}

.footer_inner a {
  color: #fff;
}

.footer_col {
  -webkit-flex: auto;
          flex: auto;
  font-size: 1.4rem;
}
.footer_col ul {
  margin: 0;
  margin-left: 2em;
}
.footer_col li {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}

.footer_logo {
  width: 500px;
  margin-bottom: 20px;
}
.footer_logo img {
  width: 255px;
  height: auto;
}

.footer_add h3 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0;
}
.footer_add p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer_copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sp_footer {
  display: none;
}

.fixced_tel_group {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll_up {
    display: none;
  }

  footer {
    display: none;
  }

  .footer_copy {
    display: none;
  }

  .sp_footer {
    background-color: #006D3B;
    display: block;
    padding-top: 20px;
    color: #fff;
  }

  .sp_footer_add {
    margin-bottom: 20px;
  }
  .sp_footer_add h3 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.7;
  }
  .sp_footer_add p {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .sp_footer_logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .sp_footer_logo img {
    width: 60%;
    height: auto;
  }

  .sp_copyright {
    color: #000;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
/* ++++ SECTION.SCSS ++++ */
.page_header {
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-image: url(../img/page_module/heading/header_bg.png);
}
.page_header h1 {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  font-weight: normal;
}

.page_sub_header {
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: #006D3B 1px solid;
}
.page_sub_header h2 {
  color: #006D3B;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.6rem;
}
.page_sub_header.type_entry h2 {
  color: #000;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page_date_header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_date_header dl {
  margin: 0;
  padding: 0;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
.page_date_header dt {
  margin: 0;
  padding: 0;
  padding-right: 1.5em;
  line-height: 2;
  white-space: nowrap;
  font-size: 1.6rem;
}
.page_date_header dd {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
  -webkit-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}
.page_date_header dd span {
  margin-left: 1em;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  min-width: 14em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page_header {
    width: 100%;
    height: 50px;
  }
  .page_header h1 {
    font-size: 1.6rem;
  }

  .page_sub_header {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page_sub_header h2 {
    width: 100%;
    font-size: 1.4rem;
  }
  .page_sub_header.type_entry h2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page_date_header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_date_header dl {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page_date_header dt {
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 2;
    font-size: 1.2rem;
  }
  .page_date_header dd {
    margin: 0;
    padding: 0;
    margin-left: 1.5em;
    font-size: 1.2rem;
  }
}
.PageNation {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

a.page_prev_txt,
a.page_next_txt {
  border: 1px #bbb solid;
  position: relative;
  margin-right: 1em;
  background-color: #fff;
  width: 48%;
  line-height: 2.5em;
  display: block;
  width: 100%;
  line-height: 2.5em;
  color: #000;
  text-decoration: none;
  position: relative;
}

a.page_prev_txt {
  margin-right: 1em;
}

a.page_next_txt {
  margin-left: 1em;
}

a.page_prev_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-left: 2px #bbb solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.page_next_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page_prev_txt a,
.page_next_txt a {
  display: block;
  width: 100%;
  line-height: 2.5em;
  color: #000;
  text-decoration: none;
  position: relative;
}

.page_prev {
  border: 1px #bbb solid;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 1em;
  background-color: #fff;
}

.page_prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-left: 2px #bbb solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page_next {
  border: 1px #bbb solid;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-left: 1em;
  background-color: #fff;
}

.page_next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page_number {
  font-size: 18px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  line-height: 30px;
}

.page_more {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.page_current {
  text-decoration: underline;
}

.index_tab_group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.index_tab_group a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  -webkit-flex: 1;
          flex: 1;
  border: 1px #000 solid;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  /*	&::after {
  			content: "";
  			position: absolute;
  			bottom: 0;
  			left: 0;
  			width: 100%;
  			height: 3px;
  			background-color: #527636;
  			transform: scale(0, 1);
  			transform-origin: center top;
  			//transition: transform .3s;
  		}

  		&:hover:after {
  			transform: scale(1, 1);
  		}

  		&.active:after {
  			transform: scale(1, 1);
  		}
  */
}
.index_tab_group a:hover {
  background-color: #006D3B;
  color: #fff;
}
.index_tab_group a.active {
  background-color: #006D3B;
  color: #fff;
}
.index_tab_group a.active:hover {
  background-color: #006D3B;
  color: #fff;
}
.tab_type_gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tab_type_gallery a {
  width: 20%;
  -webkit-flex: auto;
          flex: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.4rem;
}

.news_category_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_category_sp {
    display: block;
    margin-bottom: 16px;
  }

  .index_tab_group {
    display: none;
  }
  .index_tab_group.view_all {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    border: 0;
    border-top: #006D3B 1px solid;
    border-left: #006D3B 1px solid;
  }
  .index_tab_group.view_all a:nth-child(1) {
    border-left: 0;
  }
  .index_tab_group a {
    width: 33%;
    -webkit-flex: auto;
            flex: auto;
    font-size: 1rem;
    border-right: 1px #006D3B solid;
    border-bottom: 1px #006D3B solid;
  }

  .tab_type_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tab_type_gallery a {
    width: 30%;
    -webkit-flex: auto;
            flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.page_back_link {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page_back_link a {
  width: 100%;
  display: block;
  background-color: #006D3B;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 3;
}

.go_index_btn {
  text-align: center;
  padding-bottom: 20px;
}
.go_index_btn a {
  display: block;
  width: 210px;
  line-height: 2;
  text-align: left;
  padding-left: 1em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-decoration: none;
  border: 1px #000 solid;
}
.go_index_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .go_index_btn {
    padding-bottom: 10px;
  }
  .go_index_btn a {
    display: block;
    width: 90%;
    line-height: 2;
    font-size: 1.2rem;
  }
  .go_index_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/* ++++ SEARCH.SCSS ++++ */
.search_Panel {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.search_Panel_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.sp_genre_Panel {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_Panel {
    display: none;
    width: 100vw;
    height: calc(var(--innerheight) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    overflow-y: scroll;
  }

  .search_Panel_inner {
    padding-top: 0;
    width: 100%;
    min-height: calc(var(--innerheight) * 100);
  }

  .sp_genre_Panel {
    display: none;
    width: 100vw;
    height: calc(var(--innerheight) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1350;
    overflow-y: scroll;
    background-color: #fff;
  }

  .sp_genre_Panel_inne {
    padding-top: 0;
    width: 100%;
    min-height: calc(var(--innerheight) * 100);
  }

  .sp_genre_icons_header {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .sp_genre_icons_header h3 {
    font-size: 1.4rem;
  }

  .sp_genre_icons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sp_genre_icons a {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 2%;
    color: #000;
    text-decoration: none;
  }
  .sp_genre_icons a p {
    font-size: 1.2px;
    text-align: center;
  }
  .sp_genre_icons a:nth-child(3n) {
    margin-right: 0;
  }
  .sp_genre_icons .sp_genre_link {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    border: 1px #A8A7A7 solid;
    margin-bottom: 6px;
  }
  .sp_genre_icons .sp_genre_link_inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
  .sp_genre_icons span.icon01 {
    background-image: url(../img/page_module/icon/icon_genre_01.png);
  }
  .sp_genre_icons span.icon02 {
    background-image: url(../img/page_module/icon/icon_genre_02.png);
  }
  .sp_genre_icons span.icon03 {
    background-image: url(../img/page_module/icon/icon_genre_03.png);
  }
  .sp_genre_icons span.icon04 {
    background-image: url(../img/page_module/icon/icon_genre_04.png);
  }
  .sp_genre_icons span.icon05 {
    background-image: url(../img/page_module/icon/icon_genre_05.png);
  }
  .sp_genre_icons span.icon06 {
    background-image: url(../img/page_module/icon/icon_genre_06.png);
  }
}
.search_tab_content {
  display: none;
}

.search_tab_content_inner {
  background-color: #F4F7F4;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.search_tab_content_inner h3 {
  font-size: 1.8rem;
  color: #006D3B;
}

.spot_category_list {
  display: none;
}

.category_gropup .active {
  display: block;
}

.btn_group {
  padding-top: 80px;
}
.btn_group input {
  border: 0;
  outline: 0;
  background-color: #527636;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 70px;
  width: 260px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.btn_group input:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .category_gropup {
    border-bottom: #006D3B 1px solid;
    padding-bottom: 16px;
  }

  .area_group {
    padding-top: 16px;
    border-bottom: #006D3B 1px solid;
    padding-bottom: 16px;
  }

  .btn_group input {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    width: 100vw;
    border-radius: 0px;
    z-index: 1160;
  }
}
.sp_search_header {
  display: none;
}

.sp_footer_fixced_search {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_footer_fixced_search {
    display: block;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    background-color: #FF8205;
    color: #006D3B;
    font-size: 1.4rem;
    height: 40px;
    z-index: 1140;
    border-top: 1px #006D3B solid;
  }

  .sp_footer_search_btn {
    width: 50%;
    border-left: 1px #006D3B solid;
    text-align: center;
    line-height: 40px;
  }

  .sp_footer_search_btn:nth-child(1) {
    border-left: 1px #FF8205 solid;
  }

  .sp_footer_search_btn a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: #006D3B;
  }

  .search_tab_content {
    display: block;
  }

  .search_tab_content_inner {
    display: block;
  }

  .search_tab_group {
    display: none;
  }

  .sp_search_header {
    display: block;
    background-color: #fff;
  }

  .sp_search_header_logo {
    padding-left: 8px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
  }
  .sp_search_header_logo img {
    height: 50px;
    width: auto;
  }

  .sp_close_btn {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 500;
    -webkit-align-items: center;
            align-items: center;
    background-color: #000;
  }

  .sp_close_btn_elm,
.sp_close_btn_elm::before,
.sp_close_btn_elm::after {
    line-height: 0;
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }

  .sp_close_btn_elm {
    margin: 0 auto;
    position: relative;
    background-color: #000;
  }

  .sp_close_btn_elm::before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .sp_close_btn_elm::after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .sp_close_btn_elm::before,
.sp_close_btn_elm::after {
    position: absolute;
    content: "";
    left: 0;
  }

  .search_select_group {
    padding: 20px;
  }
  .search_select_group h3 {
    font-size: 1.4rem;
  }
}
.content_hidden {
  margin-bottom: 40px;
}

.search_tab_group {
  border-top: #006D3B 1px solid;
  border-bottom: #006D3B 1px solid;
  background-color: #F1EFEB;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 55px;
  border-left: #006D3B 1px solid;
}

@media screen and (max-width: 767px) {
  .search_tab_group {
    display: none;
  }
}
.search_tab_group a {
  text-align: center;
  -webkit-flex: auto;
          flex: auto;
  line-height: 1.2;
  color: #006D3B;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 55px;
  padding-top: 20px;
  -webkit-flex: 1;
          flex: 1;
  border-right: #006D3B 1px solid;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
}
.search_tab_group a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #527636;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.search_tab_group a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search_tab_group a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.search_tab_group a span {
  display: inline-block;
  position: relative;
}

.search_tab_group a span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search_tab_group a span.icon01::before {
  background-image: url(../img/page_module/icon/icon_genre_01.png);
}

.search_tab_group a span.icon02::before {
  background-image: url(../img/page_module/icon/icon_genre_02.png);
}

.search_tab_group a span.icon03::before {
  background-image: url(../img/page_module/icon/icon_genre_03.png);
}

.search_tab_group a span.icon04::before {
  background-image: url(../img/page_module/icon/icon_genre_04.png);
}

.search_tab_group a span.icon05::before {
  background-image: url(../img/page_module/icon/icon_genre_05.png);
}

.search_tab_group a span.icon06::before {
  background-image: url(../img/page_module/icon/icon_genre_06.png);
}

.search_results_header {
  border-top: 1px #006D3B solid;
  border-bottom: 1px #006D3B solid;
}

.search_results_header_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-left: 1px #006D3B solid;
  border-right: 1px #006D3B solid;
  -webkit-align-items: center;
          align-items: center;
}

.search_results_txt {
  text-align: left;
  -webkit-flex: 1;
          flex: 1;
}

.search_results_number {
  text-align: right;
}

.sp_genre_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_results_header_inner {
    width: 100%;
    display: block;
    border-left: 0;
    border-right: 0;
  }

  .sp_genre_header {
    text-align: left;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
  }

  .sp_genre_header_icon span {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #006D3B;
  }

  .sp_genre_header_icon span::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.search_results_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.spot_idx_box {
  width: 32%;
  margin-right: 2%;
  border: 1px #A8A7A7 solid;
  margin-bottom: 20px;
}

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

.spot_idx_box a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  transition: all 0.4s ease;
}
.spot_idx_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.spot_idx_box_thumb {
  width: 100%;
  position: relative;
  padding-top: 67%;
  overflow: hidden;
}

.spot_idx_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spot_idx_box_txt {
  padding: 16px;
}

.spot_idx_box_txt h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #006D3B;
}

.spot_idx_box_txt p {
  margin-bottom: 0;
  line-height: 1.2;
}

.Index .spot_idx_box_txt h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Index .spot_idx_box_txt p {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spot_idx_box_category {
  padding: 14px;
  padding-top: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.spot_idx_box_icon {
  font-size: 12px;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 6em;
  line-height: 2;
  background-color: #006D3B;
  color: #fff;
  text-align: center;
  border-radius: 1em;
  margin-right: 8px;
  margin-bottom: 8px;
}

.spot_idx_box.view_next a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.spot_idx_box.view_next a span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .search_results_list {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .spot_idx_box {
    width: 49%;
    margin-right: 0;
  }

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

  .spot_idx_box:nth-child(2n) {
    margin-right: 0;
  }

  .spot_idx_box_txt {
    padding: 8px;
  }

  .spot_idx_box_category {
    padding: 8px;
  }

  .spot_idx_box_txt h3 {
    font-size: 14px;
  }

  .spot_idx_box_txt p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .spot_idx_box.view_next {
    display: none;
  }
}
.spot_detail_header {
  border-bottom: 1px #006D3B solid;
}

.spot_detail_header_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.spot_detail_header_inner h2 {
  font-size: 2.6rem;
  color: #006D3B;
  margin-bottom: 0;
}
.spot_detail_header_inner p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .spot_detail_header_inner {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .spot_detail_header_inner h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .spot_detail_header_inner p {
    font-size: 1.2rem;
  }
}
.sppot_data_main {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.sppot_data_main_ph {
  width: 630px;
  margin-right: 30px;
}

.sppot_phbox {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  overflow: hidden;
}
.sppot_phbox .sppot_phbox_inner {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sppot_data_main_txt .sppot_data_main_label table {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.sppot_data_main_txt .sppot_data_main_label table th {
  border: 0;
  background-color: #A8A7A7;
  color: #fff;
  text-align: center;
  width: 8em;
}
.sppot_data_main_txt .sppot_data_main_label table td {
  border: 0;
  padding-left: 1em;
}
.sppot_data_main_txt .sppot_data_main_label table tr {
  border-bottom: #fff 5px solid;
}

.sppot_data_main_txt .sppot_data_main_detail table {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sppot_data_main_txt .sppot_data_main_detail table th {
  border: 0;
  width: 6em;
  vertical-align: top;
  padding: 0.8em;
}
.sppot_data_main_txt .sppot_data_main_detail table td {
  vertical-align: top;
  border: 0;
  padding: 0.8em;
}
.sppot_data_main_txt .sppot_data_main_detail table tr {
  border-bottom: #A8A7A7 1px solid;
}

.sp_tel_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sppot_data_main {
    display: block;
    margin-bottom: 16px;
  }

  .sppot_data_main_ph {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .sppot_data_main_txt .sppot_data_main_label table {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .sppot_data_main_txt .sppot_data_main_label table th {
    border: 0;
    background-color: #A8A7A7;
    color: #fff;
    text-align: center;
  }
  .sppot_data_main_txt .sppot_data_main_label table td {
    border: 0;
  }
  .sppot_data_main_txt .sppot_data_main_label table tr {
    border-bottom: #fff 5px solid;
  }

  .sppot_data_main_txt .sppot_data_main_detail table {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
  .sppot_data_main_txt .sppot_data_main_detail table th {
    border: 0;
    width: 6em;
    vertical-align: top;
    padding: 0.5em;
  }
  .sppot_data_main_txt .sppot_data_main_detail table td {
    vertical-align: top;
    border: 0;
    padding: 0.5em;
  }
  .sppot_data_main_txt .sppot_data_main_detail table tr {
    border-bottom: #A8A7A7 1px solid;
  }

  a.sp_tel_btn {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    line-height: 40px;
    position: relative;
    background-color: #DDDDDD;
    text-align: center;
    color: #000;
  }
  a.sp_tel_btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 15px;
    margin-top: -15px;
    background-image: url(../img/page_module/icon/icon_tel_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}
.spot_data_sub_group {
  padding-bottom: 20px;
}

.spot_data_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 40px;
}

.spot_data_sub_ph {
  width: 48%;
}

.spot_data_sub_txt {
  width: 48%;
}
.spot_data_sub_txt h3 {
  color: #006D3B;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .spot_data_sub {
    display: block;
    margin-bottom: 16px;
  }

  .spot_data_sub_ph {
    width: 100%;
    margin-bottom: 10px;
  }

  .spot_data_sub_txt {
    width: 100%;
  }
  .spot_data_sub_txt h3 {
    font-size: 1.6rem;
  }
  .spot_data_sub_txt p {
    font-size: 1.2rem;
  }
}
.spot_data_table_group {
  padding-bottom: 20px;
}

table.spot_data_table {
  border-top: 1px #A8A7A7 solid;
  line-height: 1.4;
}
table.spot_data_table th {
  border: 0;
  padding: 1em;
  width: 10em;
  background-color: #fff;
  padding-left: 2em;
  vertical-align: top;
}
table.spot_data_table td {
  border: 0;
  padding: 1em;
  padding-left: 2em;
  vertical-align: top;
}
table.spot_data_table tr {
  border-bottom: 1px #A8A7A7 solid;
}
table.spot_data_table .spot_sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  table.spot_data_table {
    border-top: 1px #A8A7A7 solid;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  table.spot_data_table th {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  table.spot_data_table td {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  table.spot_data_table tr {
    border-bottom: 1px #A8A7A7 solid;
  }
}
.detail_map {
  width: 100%;
  border: 1px #A8A7A7 solid;
  margin-bottom: 50px;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

.detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile_map_link {
  margin-bottom: 30px;
}

.mobile_map_link a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 2.5;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #006D3B;
  text-decoration: none;
}

.mobile_map_link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/page_module/icon/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

/* ++++ PAGES.SCSS ++++ */
.entry_main_ph {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.entry_main_ph img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .entry_main_ph {
    width: 100%;
  }
}
.entry_sub_ph_group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding-bottom: 20px;
}

.entry_sub_ph_box {
  width: 32%;
  margin-right: 2%;
}
.entry_sub_ph_box:nth-child(3n) {
  margin-right: 0;
}
.entry_sub_ph_box a {
  display: block;
  color: #006D3B;
  text-decoration: none;
}

.entry_sub_ph_box_thumb {
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  position: relative;
}
.entry_sub_ph_box_thumb .entry_sub_ph_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.entry_sub_ph_box_caption {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .entry_sub_ph_group {
    display: block;
    padding-bottom: 10px;
  }

  .entry_sub_ph_box {
    width: 100%;
    margin-right: 0%;
  }
  .entry_sub_ph_box:nth-child(3n) {
    margin-right: 0;
  }

  .entry_sub_ph_box_caption {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }
}
.entry_text_main {
  padding-bottom: 40px;
  line-height: 1.6;
}

.entry_table {
  padding-bottom: 30px;
}
.entry_table table {
  border-top: 1px #A8A7A7 solid;
}
.entry_table th {
  border: 0;
  padding: 1em;
  width: 14em;
  background-color: #fff;
  vertical-align: top;
}
.entry_table td {
  border: 0;
  padding: 1em;
  vertical-align: top;
}
.entry_table tr {
  border-bottom: 1px #A8A7A7 solid;
}

@media screen and (max-width: 767px) {
  .entry_table {
    padding-bottom: 20px;
  }
  .entry_table th {
    padding: 0.5em;
    width: 100%;
    display: block;
  }
  .entry_table td {
    padding: 0.5em;
    width: 100%;
    display: block;
  }
}
.entry_related_group {
  padding-bottom: 30px;
}

.entry_related_box {
  width: 100%;
  margin-bottom: 20px;
  border: 1px #A8A7A7 solid;
}
.entry_related_box a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  color: #006D3B;
  text-decoration: none;
}
.entry_related_box .entry_related_box_thumb_wrap {
  width: 30%;
  margin-right: 40px;
}
.entry_related_box .entry_related_box_thumb {
  width: 100%;
  padding-top: 55%;
  overflow: hidden;
  position: relative;
}
.entry_related_box .entry_related_box_thumb .entry_related_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry_related_box .entry_related_box_txt {
  -webkit-flex: 1;
          flex: 1;
}
.entry_related_box .entry_related_box_txt h3 {
  font-size: 2.2rem;
  margin-bottom: 0.3em;
}

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

  .entry_related_box {
    margin-bottom: 10px;
  }
  .entry_related_box .entry_related_box_thumb_wrap {
    width: 25%;
    margin-right: 20px;
  }
  .entry_related_box .entry_related_box_thumb {
    padding-top: 90%;
  }
  .entry_related_box .entry_related_box_txt {
    -webkit-flex: 1;
            flex: 1;
  }
  .entry_related_box .entry_related_box_txt h3 {
    font-size: 1.4rem;
  }
  .entry_related_box .entry_related_box_txt p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.event_results_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event_results_list .event_loop {
  margin-right: 2%;
}
.event_results_list .event_loop:nth-child(1),
.event_results_list .event_loop:nth-child(3n) {
  margin-right: 0;
}
.event_results_list .event_view_box {
  width: 32%;
  margin-bottom: 2%;
}
.event_results_list .view_type_picup {
  width: 66%;
}

.spot_data_event_group {
  padding-bottom: 20px;
}
.spot_data_event_group .event_view_box {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .event_results_list {
    display: block;
  }
  .event_results_list .event_loop {
    margin-right: 0;
  }
  .event_results_list .event_loop:nth-child(1),
.event_results_list .event_loop:nth-child(3n) {
    margin-right: 0;
  }
  .event_results_list .event_view_box {
    width: 100%;
    margin-bottom: 6px;
  }
  .event_results_list .view_type_picup {
    width: 100%;
  }

  .spot_data_event_group {
    padding-bottom: 10px;
  }
  .spot_data_event_group .event_view_box {
    width: 100%;
    margin-bottom: 6px;
  }

  .event_view_box a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.event_view_box {
  border: 1px #A8A7A7 solid;
}

.event_view_box_thumb_group {
  width: 100%;
}

.event_view_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}

.event_view_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.spot_data_event_group .event_view_box a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.spot_data_event_group .event_view_box_thumb_group {
  width: 28%;
  margin-right: 20px;
}

.view_type_picup .event_view_box_thumb {
  padding-top: 45%;
}

.event_view_box_txt_group {
  padding: 10px;
}
.event_view_box_txt_group h3 {
  font-size: 2rem;
  color: #006D3B;
  margin-bottom: 0.5em;
}

.event_view_box_txt_flex dl {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  font-size: 1.4rem;
  padding-top: 8px;
  margin-bottom: 8px;
  border-top: #A8A7A7 1px solid;
}
.event_view_box_txt_flex dt {
  margin-right: 1em;
  white-space: nowrap;
}
.event_view_box_txt_flex dd {
  -webkit-flex: 1;
          flex: 1;
}

.event_view_box a {
  text-decoration: none;
}
.event_view_box a .event_view_box_txt_group h3 {
  color: #006D3B;
}
.event_view_box a .event_view_box_txt_group .event_view_box_txt_flex {
  color: #000;
}

.spot_data_event_group .event_view_box_txt_group {
  padding: 20px;
  -webkit-flex: 1;
          flex: 1;
}
.spot_data_event_group .event_view_box_txt_group .event_view_box_description {
  padding-top: 8px;
  border-top: #A8A7A7 1px solid;
}

.view_type_picup .event_view_box_txt_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  border-top: #A8A7A7 1px solid;
}
.view_type_picup .event_view_box_txt_flex dl {
  border-top: 0;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .event_view_box_thumb_group {
    width: auto;
    margin-right: 3%;
  }

  .event_view_box_thumb {
    width: 25vw;
    padding-top: 100%;
  }

  .view_type_picup .event_view_box_thumb {
    padding-top: 100%;
  }

  .event_view_box_txt_group {
    padding: 4px;
    padding-left: 0px;
    -webkit-flex: 1;
            flex: 1;
  }
  .event_view_box_txt_group h3 {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }

  .event_view_box_txt_flex dl {
    font-size: 1rem;
    padding-top: 3px;
    margin-bottom: 3px;
  }

  .spot_data_event_group .event_view_box_thumb_group {
    width: 25%;
    margin-right: 3%;
  }

  .spot_data_event_group .event_view_box_txt_group {
    padding: 4px;
    -webkit-flex: 1;
            flex: 1;
  }
  .spot_data_event_group .event_view_box_txt_group .event_view_box_description {
    display: none;
  }

  .view_type_picup .event_view_box_txt_flex {
    display: block;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    border-top: 0;
  }
  .view_type_picup .event_view_box_txt_flex dl {
    border-top: #A8A7A7 1px solid;
    margin-right: 0;
  }
}
.news_results_list {
  display: block;
}

.news_view_box {
  border: #A8A7A7 1px solid;
}
.news_view_box a {
  display: -webkit-flex;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.news_view_box_thumb_group {
  width: 280px;
}

.news_view_box_thumb_group {
  -webkit-order: 1;
          order: 1;
}

.news_results_list .news_view_box {
  margin-bottom: 2%;
  width: 100%;
}
.news_results_list .news_view_box_thumb_group {
  width: 280px;
}

.idx_news_mid {
  margin-left: 70px;
  margin-right: 70px;
}

.idx_news {
  margin-left: 70px;
  margin-right: 70px;
  border-bottom: #006D3B 1px solid;
  margin-bottom: 40px;
}
.idx_news .news_view_box {
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: 0;
  border-top: #006D3B 1px solid;
}
.idx_news .news_view_box_thumb_group {
  width: 10%;
}

.news_view_box_thumb {
  position: relative;
  padding-top: 51.4%;
  overflow: hidden;
}

.news_view_box_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_view_box_txt_group {
  -webkit-flex: 1;
          flex: 1;
  -webkit-order: 1;
          order: 1;
  padding: 20px;
  padding-left: 36px;
}
.news_view_box_txt_group h3 {
  color: #000;
  font-size: 2rem;
  margin-bottom: 0.3em;
}
.news_view_box_txt_group .event_view_box_date {
  font-size: 1.4rem;
}

.news_view_box_category {
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  min-width: 14em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.category_1 {
  background-color: #53867E;
}

.category_2 {
  background-color: #A99462;
}

.category_3 {
  background-color: #895676;
}

.category_4 {
  background-color: #363B5F;
}

.category_5 {
  background-color: #707070;
}

@media screen and (max-width: 767px) {
  .news_results_list {
    display: block;
  }

  .news_view_box {
    width: 100%;
  }

  .news_view_box_category {
    width: 100%;
    font-size: 1.2rem;
  }

  .news_results_list .news_view_box {
    margin-bottom: 8px;
    width: 100%;
  }
  .news_results_list .news_view_box_thumb_group {
    width: 30%;
  }
  .news_results_list .news_view_box_thumb {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .news_results_list .news_view_box_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }

  .news_view_box_txt_group {
    padding: 10px;
    padding-left: 16px;
  }
  .news_view_box_txt_group h3 {
    font-size: 1.4rem;
  }
  .news_view_box_txt_group .event_view_box_date {
    font-size: 1rem;
  }

  .idx_news_mid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .idx_news {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: #006D3B 1px solid;
    margin-bottom: 20px;
  }
  .idx_news .news_view_box {
    padding: 4px;
    margin-bottom: 10px;
    width: 100%;
    border: 0;
    border-top: #006D3B 1px solid;
  }
  .idx_news .news_view_box_thumb_group {
    width: 25%;
  }
}
.migiro_number_navi {
  border-top: 1px #A8A7A7 solid;
  border-left: 1px #A8A7A7 solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.migiro_number_navi_item {
  -webkit-flex: auto;
          flex: auto;
  border-right: 1px #A8A7A7 solid;
  border-bottom: 1px #A8A7A7 solid;
  width: 25%;
  font-size: 1.4rem;
}
.migiro_number_navi_item a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.migiro_number_navi_item a span {
  width: 2em;
  line-height: 2em;
  border-radius: 1em;
  background-color: #FF8BB1;
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .migiro_number_navi_item {
    width: 33.3%;
    font-size: 1rem;
  }
  .migiro_number_navi_item a {
    padding: 3px;
  }
}
.migoro_main {
  margin-bottom: 30px;
  border: #A8A7A7 1px solid;
}

.migoro_main_header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}

.migoro_main_header_label {
  min-width: 12em;
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 2em;
  background-color: #F79CC7;
  color: #fff;
  line-height: 3;
  text-align: center;
}

.migoro_main_header_text {
  -webkit-flex: 1;
          flex: 1;
}

.migoro_main_img img {
  width: 100%;
  height: auto;
}

.migoro_list {
  display: block;
  position: relative;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.migoro_left {
  width: 48%;
}

.migoro_right {
  width: 48%;
}

.migoro_list_box {
  width: 100%;
  border: #A8A7A7 1px solid;
  margin-bottom: 10px;
}

.migoro_list_bar {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.migoro_list_bar:after {
  display: none;
}

.migoro_list_bar.active {
  background-color: #F5F2ED;
}

.migoro_list_num {
  width: 60px;
  line-height: 60px;
  border-right: #A8A7A7 1px solid;
  text-align: center;
  margin-right: 10px;
}

.migoro_list_icon {
  width: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 20px;
}

.migoro_list_icon img {
  width: 100%;
  height: auto;
}

.migoro_list_txt {
  -webkit-flex: 1;
          flex: 1;
}

.migoro_list_content {
  border: #A8A7A7 1px solid;
  padding: 20px;
  padding-top: 0px;
  background-color: #fff;
  display: none;
}
.migoro_list_content h4 {
  font-size: 1.8rem;
  color: #D44488;
  margin-bottom: 0.3em;
}

.migoro_list_show {
  display: block;
}

.migoro_list_content_header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: #A8A7A7 1px solid;
  margin-bottom: 20px;
  background-color: #F5F2ED;
}

.migoro_list_content_header_num {
  width: 3em;
  border-right: #A8A7A7 1px solid;
  line-height: 65px;
  text-align: center;
}

.migoro_list_content_header_txt {
  padding-left: 1em;
}

.migoro_content_icon {
  margin-bottom: 15px;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}

.migoro_icon_set {
  position: relative;
  border: #A8A7A7 1px solid;
  border-radius: 20px;
  height: 40px;
}

.migoro_icon_set img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -2px;
  top: -1px;
}

.migoro_icon_set h4 {
  padding-left: 50px;
  padding-right: 15px;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.migoro_content_icon img {
  vertical-align: middle;
}

.migoro_content_ph img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.migoro_update {
  margin-right: 2em;
}

.migoro_update {
  margin-bottom: 10px;
}

.migoro_sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 15px;
}
.migoro_sns .sns_btn {
  width: 28px;
}

.migoro_btn {
  padding-top: 25px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .migoro_list {
    min-height: auto;
  }

  .migoro_left {
    width: 100%;
  }

  .migoro_right {
    display: none;
  }

  .migoro_list_content {
    display: none;
    width: 100%;
    border: 0;
    border-top: #A8A7A7 1px solid;
    position: relative;
    padding-top: 20px;
  }

  .migoro_list_content_header {
    display: none;
  }

  .migoro_list_bar:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .migoro_list_bar.active:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .migoro_content_icon {
    display: block;
  }
}
.faq_main {
  padding-bottom: 20px;
}

dl.faq_list {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 1px #A8A7A7 solid;
  margin-bottom: 50px;
}

dt.question {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  min-height: 40px;
  position: relative;
}
dt.question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #006D3B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

dd.answer {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 50px;
  min-height: 40px;
  position: relative;
}
dd.answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #527636;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

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

  dl.faq_list {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px #A8A7A7 solid;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  dt.question {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 40px;
    position: relative;
  }
  dt.question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #006D3B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  dd.answer {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 40px;
    min-height: 40px;
    position: relative;
  }
  dd.answer::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #527636;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
}
.photo_gallery_howto {
  padding-bottom: 30px;
}

.photo_gallery_index {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px;
}

.photo_gallery_box {
  width: 32%;
  margin-right: 2%;
  border: 1px #A8A7A7 solid;
  margin-bottom: 2%;
  cursor: pointer;
}
.photo_gallery_box:nth-child(3n) {
  margin-right: 0;
}

.photo_gallery_box_thumb {
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
  position: relative;
}

.photo_gallery_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.photo_gallery_box_caption {
  padding: 10px;
}

.gallery_overlay {
  width: 100%;
  height: calc(var(--innerheight) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery_overlay_inner {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.gallery_window_wrap {
  width: 800px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px #A8A7A7 solid;
  position: relative;
}
.gallery_window_wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gallery_window_wrap::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery_overlay_image_canvas {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  overflow: hidden;
}

.gallery_overlay_image_canvas_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery_caption {
  padding-top: 20px;
  text-align: left;
}

.gallery_down {
  padding-top: 20px;
}
.gallery_down a {
  display: block;
  width: 300px;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  background-color: #006D3B;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery_overlay {
  display: none;
}

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

  .photo_gallery_index {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .photo_gallery_box {
    width: 49%;
    margin-right: 0;
    border: 1px #A8A7A7 solid;
    margin-bottom: 2%;
    cursor: pointer;
  }
  .photo_gallery_box:nth-child(3n) {
    margin-right: 0;
  }

  .photo_gallery_box_caption {
    padding: 8px;
    font-size: 1.2rem;
  }

  .gallery_window_wrap {
    width: 90%;
    padding: 10px;
  }

  .gallery_caption {
    padding-top: 10px;
  }

  .gallery_down {
    padding-top: 10px;
  }
  .gallery_down a {
    font-size: 1.2rem;
    width: 100%;
    line-height: 2.5;
  }
}
.site_search_results_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search_view_box {
  border: #006D3B 1px solid;
}
.search_view_box a {
  display: -webkit-flex;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.search_view_box_thumb_group {
  width: 25%;
}

.search_view_box_thumb_group {
  -webkit-order: 2;
          order: 2;
}

.search_view_box {
  margin-bottom: 2%;
  width: 48%;
}

.search_view_box_thumb_group {
  width: 25%;
}

.search_view_box_thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.search_view_box_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search_view_box_txt_group {
  -webkit-flex: 1;
          flex: 1;
  -webkit-order: 1;
          order: 1;
  padding: 10px;
}
.search_view_box_txt_group h3 {
  color: #006D3B;
  font-size: 2rem;
}
.search_view_box_txt_group .search_view_box_category {
  font-size: 1.4rem;
}

.site_search_header {
  padding-bottom: 20px;
}

.site_search_item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input[type=text].site_search_header_input {
  width: 75%;
  margin-right: 10px;
}

.site_search_header_btn {
  border: 0;
  outline: 0;
  background-color: #006D3B;
  color: #fff;
  line-height: 40px;
  width: 20%;
  text-align: center;
  border-radius: 6px;
}

.site_search_result {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-top: #A8A7A7 1px solid;
  border-bottom: #A8A7A7 1px solid;
  padding: 15px;
}

.site_search_result_txt {
  -webkit-flex: 1;
          flex: 1;
}

.site_search_result_count {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .site_search_results_list {
    display: block;
  }

  .search_view_box {
    width: 100%;
  }

  .search_view_box {
    margin-bottom: 8px;
    width: 100%;
  }

  .search_view_box_thumb_group {
    width: 25%;
  }

  .search_view_box_txt_group h3 {
    font-size: 1.4rem;
  }
  .search_view_box_txt_group .search_view_box_category {
    font-size: 1rem;
  }

  .site_search_header {
    padding-bottom: 15px;
  }

  .site_search_item {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
  }

  input[type=text].site_search_header_input {
    width: 75%;
    margin-right: 0px;
  }

  .site_search_header_btn {
    line-height: 30px;
    width: 20%;
  }

  .site_search_result {
    display: block;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
  }

  .site_search_result_txt {
    -webkit-flex: 1;
            flex: 1;
  }

  .site_search_result_count {
    text-align: right;
  }
}
/* ++++ Web Site UNIT.SCSS ++++ */
.unit_pageHeader {
  width: 100%;
  height: 180px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
}

@media screen and (min-width: 1600px) {
  .unit_pageHeader {
    background-size: cover;
  }
}
.unit_pageHeader h1 {
  text-shadow: 0px 0px 4px #1B1B1A;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: normal;
}
.unit_pageHeader h1 span {
  margin-top: 0.5em;
  font-weight: normal;
  display: block;
  font-size: 1.6rem;
}

/*
.unit_pageHeader {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	background-image: url(../img/page_module/heading/header_bg.png);

	h1 {
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		margin-bottom: 0;
		line-height: 1;
		color: #fff;
		text-shadow: $text-shadow-1;
	}
}


*/
.unit_page_sub_Header {
  border-bottom: 1px #006D3B solid;
  width: 100%;
}

.unit_page_sub_Header.color_dark {
  background-color: #8E8170;
}

.unit_page_sub_Header_inner {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.unit_page_sub_Header h2 {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #006D3B;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2em;
}

.unit_page_sub_Header p {
  margin-bottom: 0;
}

.unit_page_sub_Header.color_dark h2,
.unit_page_sub_Header.color_dark p {
  color: #006D3B;
}

.unit_page_sub_Header_inner.unit_submid_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .unit_pageHeader {
    height: 70px;
    background-color: #006D3B;
  }

  .unit_pageHeader h1 {
    font-size: 18px;
  }

  .unit_page_sub_Header h2 {
    font-size: 20px;
  }

  .unit_page_sub_Header_inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.unit_mid_type1 {
  width: auto;
  display: block;
  padding-left: 0.5em;
  font-size: 36px;
  color: #000;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  line-height: 1.1;
  text-align: center;
}

.unit_mid_type1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f5f4f0+60,f5f4f0+66,f5f4f0+69,f5f4f0+77,f0ede8+89,f0ede8+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

.unit_mid_type2 {
  padding-left: 0.5em;
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  line-height: 1.1;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  position: relative;
  text-align: left;
  background-image: url(../img/page_module/heading/mid1_bg.png);
  /*	&::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: -2px;
  	width: 7em;
  	height: 2px;
  	background-color: $point-color-3;

  }*/
}

.unit_mid_type3 {
  font-size: 26px;
  border-left: #006D3B 4px solid;
  padding-left: 10px;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.1;
  text-align: left;
}

.unit_mid_type4 {
  font-size: 22px;
  color: #006D3B;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  line-height: 1.1;
}

.unit_mid_type5 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.mid_set_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .unit_mid_type1,
.unit_mid_type2,
.unit_mid_type3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .unit_mid_type4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .unit_mid_type5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.unit_display1 {
  font-size: 30px;
  color: #006D3B;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
}

.unit_display2 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
}

.unit_display3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
  color: red;
}

@media screen and (max-width: 767px) {
  .unit_display1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .unit_display2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.unit_list_col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_list_box {
  width: 48%;
  border: #A8A7A7 1px solid;
  margin-bottom: 25px;
}

.unit_list_box.picup_big {
  width: 100%;
}

.unit_list_box a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
  height: 100%;
}
.unit_list_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_list_box_thumb {
  width: 100%;
  position: relative;
  padding-top: 66.6%;
  overflow: hidden;
}

.picup_big .unit_list_box_thumb {
  padding-top: 50%;
}

.unit_list_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.unit_list_box_txt {
  padding: 16px;
}

.unit_list_box_txt h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #006D3B;
}

.unit_list_box_txt p {
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .unit_list_col2 {
    display: block;
  }

  .unit_list_box {
    width: 100%;
    margin-bottom: 16px;
  }

  .unit_list_box.picup_big {
    width: 100%;
  }

  .unit_list_box_txt {
    padding: 8px;
  }

  .unit_list_box_txt h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .unit_list_box_txt p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px;
  }
}
.unit_photo_full {
  text-align: center;
}

.unit_photo_full img {
  width: 100%;
  height: auto;
}

.unit_photo_full_bg {
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
}

@media screen and (min-width: 1600px) {
  .unit_photo_full_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .unit_photo_full_bg {
    height: calc(100vw * 0.57);
  }
}
.unit_photo img {
  display: block;
  width: 100%;
}

.unit_txt h2 {
  font-size: 30px;
  color: #006D3B;
}

.unit_main_block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
  border: 1px #A8A7A7 solid;
}

.unit_main_block .unit_photo {
  width: 60%;
}

.unit_main_block .unit_txt {
  width: 40%;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .unit_txt h2 {
    font-size: 22px;
  }

  .unit_main_block {
    display: block;
    margin-bottom: 20px;
  }

  .unit_main_block .unit_photo {
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_main_block .unit_txt {
    width: 100%;
  }
}
.unit_border_box {
  border: 1px #A8A7A7 solid;
  background-color: #F7F5F1;
  padding: 16px;
}

.unit_single_txt {
  margin-bottom: 30px;
}

.unit_single_txt_border {
  margin-bottom: 30px;
}

.unit_photo_and_txt {
  margin-bottom: 30px;
}

.unit_movie_and_txt {
  margin-bottom: 30px;
}

.unit_photo_single {
  margin-bottom: 30px;
}

.unit_photo_single_origin {
  margin-bottom: 30px;
}

.unit_thumbs_2col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_thumbs_2col_origin {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_thumbs_3col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_thumbs_3col_origin {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_movie_2col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_movie_3col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_slider {
  margin-bottom: 30px;
}

.unit_simple_table {
  margin-bottom: 30px;
}

.unit_list {
  margin-bottom: 30px;
}

.unit_banner {
  margin-bottom: 30px;
}

.unit_youtube {
  margin-bottom: 30px;
}

.unit_googlemap {
  margin-bottom: 30px;
}

.unit_single_txt_border .unit_txt {
  border: 1px #A8A7A7 solid;
  padding: 16px;
}

.unit_single_txt .unit_txtarea textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 100px;
}

.unit_slider_main {
  height: auto !important;
  margin-bottom: 20px;
}

.unit_slider_main img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.unit_slider_sub img {
  height: 95px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border: 1px #fff solid;
}

.unit_slider_main.no_trim img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.unit_slider_sub.no_trim img {
  height: 95px;
  margin-right: 8px;
  -o-object-fit: ccontain;
     object-fit: ccontain;
  font-family: "object-fit: contain;";
  border: 1px #fff solid;
}

.unit_slider_sub img.lazyloaded.slick-current {
  border: 1px #006D3B solid;
}

.unit_thumbs_2col .unit_thumb_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_thumbs_2col_origin .unit_thumb_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_thumbs_3col .unit_thumb_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.unit_thumbs_3col_origin .unit_thumb_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.unit_thumbs_3col .unit_thumb_box:nth-child(3n) {
  margin-right: 0;
}

.unit_thumbs_3col_origin .unit_thumb_box:nth-child(3n) {
  margin-right: 0;
}

.unit_movie_box {
  position: relative;
}

.unit_movie_box_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.unit_movie_box_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.unit_movie_box_caption {
  margin-top: 10px;
  margin-bottom: 0;
  color: #bbb;
}

.unit_movie_2col .unit_movie_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_movie_3col .unit_movie_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.unit_movie_3col .unit_movie_box:nth-child(3n) {
  margin-right: 0;
}

.unit_photo_single .unit_photo {
  width: 100%;
}

.unit_photo_single_origin .unit_photo {
  width: auto;
  display: inline;
}
.unit_photo_single_origin .unit_photo h3 {
  text-align: left;
}

.unit_photo_single_origin .unit_photo img {
  width: auto;
  display: inline;
  max-width: 100%;
}

.unit_photo_single_origin {
  text-align: center;
}

.unit_photo_and_txt .unit_photo,
.unit_photo_and_txt .unit_txt {
  width: 48%;
}

.photo_set_left .unit_photo {
  float: left;
}

.photo_set_left .unit_txt {
  float: right;
}

.photo_set_right .unit_photo {
  float: right;
}

.photo_set_right .unit_txt {
  float: left;
}

.unit_movie_and_txt .unit_movie_box,
.unit_movie_and_txt .unit_txt {
  width: 48%;
}

.movie_set_left .unit_movie_box {
  float: left;
}

.movie_set_left .unit_txt {
  float: right;
}

.movie_set_right .unit_movie_box {
  float: right;
}

.movie_set_right .unit_txt {
  float: left;
}

.unit_caption {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.unit_thumb_box .unit_photo {
  position: relative;
  width: 100%;
}

.unit_thumbs_2col .unit_thumb_box .unit_photo img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.unit_thumbs_2col_origin .unit_thumb_box .unit_photo img {
  width: 100%;
  height: auto;
}

.unit_thumbs_3col .unit_thumb_box .unit_photo img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.unit_thumbs_3col_origin .unit_thumb_box .unit_photo img {
  width: 100%;
  height: auto;
}

.unit_banner_item {
  margin-bottom: 10px;
  border: #A8A7A7 1px solid;
}

.unit_banner_item a {
  color: #006D3B;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  transition: all 0.4s ease;
}
.unit_banner_item a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_banner_item a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 2px #006D3B solid;
  border-right: 2px #006D3B solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.unit_banner_item_thumb {
  width: 25%;
  position: relative;
  padding-top: 18%;
  overflow: hidden;
}

.unit_banner_item_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.unit_banner_item_txt {
  width: 75%;
  padding-left: 1em;
  font-size: 26px;
  line-height: 1.1;
}

.unit_youtube_content,
.unit_googlemap_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 10px;
  border: #A8A7A7 1px solid;
}

.unit_youtube_content iframe,
.unit_googlemap_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .unit_single_txt {
    margin-bottom: 20px;
  }

  .unit_photo_and_txt {
    margin-bottom: 20px;
  }

  .unit_movie_and_txt {
    margin-bottom: 20px;
  }

  .unit_photo_single {
    margin-bottom: 20px;
  }

  .unit_slider {
    margin-bottom: 20px;
  }

  .unit_simple_table {
    margin-bottom: 20px;
  }

  .unit_slider_main {
    margin-bottom: 10px;
    height: 230px;
  }

  .unit_slider_main img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .unit_slider_sub img {
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .unit_list {
    margin-bottom: 20px;
  }

  .unit_banner {
    margin-bottom: 20px;
  }

  .unit_googlemap {
    margin-bottom: 20px;
  }

  .unit_youtube {
    margin-bottom: 20px;
  }

  .unit_photo_and_txt .unit_photo,
.unit_photo_and_txt .unit_txt {
    width: 100%;
  }

  .photo_set_left .unit_photo {
    float: none;
    margin-bottom: 15px;
  }

  .photo_set_left .unit_txt {
    float: none;
  }

  .photo_set_right .unit_photo {
    float: none;
    margin-bottom: 15px;
  }

  .photo_set_right .unit_txt {
    float: none;
  }

  .unit_movie_and_txt .unit_movie_box,
.unit_movie_and_txt .unit_txt {
    width: 100%;
  }

  .movie_set_left .unit_movie_box {
    float: none;
    margin-bottom: 15px;
  }

  .movie_set_left .unit_txt {
    float: none;
  }

  .movie_set_right .unit_movie_box {
    float: none;
    margin-bottom: 15px;
  }

  .movie_set_right .unit_txt {
    float: none;
  }

  .unit_thumbs_2col {
    display: block;
  }

  .unit_thumbs_2col_origin {
    display: block;
  }

  .unit_thumbs_3col {
    display: block;
  }

  .unit_thumbs_3col_origin {
    display: block;
  }

  .unit_thumbs_2col .unit_thumb_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_thumbs_2col_origin .unit_thumb_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_thumbs_3col .unit_thumb_box {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_thumbs_3col_origin .unit_thumb_box {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_thumbs_2col .unit_thumb_box .unit_photo img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .unit_thumbs_2col_origin .unit_thumb_box .unit_photo img {
    width: 100%;
    height: auto;
  }

  .unit_thumbs_3col .unit_thumb_box .unit_photo img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .unit_thumbs_3col_origin .unit_thumb_box .unit_photo img {
    width: 100%;
    height: auto;
  }

  .unit_thumbs_3col .unit_thumb_box:nth-child(3n) {
    margin-right: 0;
  }

  .unit_banner_item_txt {
    font-size: 16px;
  }

  .unit_movie_2col {
    display: block;
  }

  .unit_movie_3col {
    display: block;
  }

  .unit_movie_2col .unit_movie_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .unit_movie_3col .unit_movie_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .unit_movie_3col .unit_movie_box:nth-child(3n) {
    margin-right: 0;
  }
}
.unit_tab_main {
  width: 100%;
  height: 600px;
}

.unit_tab_main img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: none;
}

.unit_tab_main img.tab_active {
  display: block;
}

.unit_tab_main_tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
}

.tab_txt {
  background-color: #006D3B;
  color: #fff;
  text-align: center;
  padding: 8px;
  -webkit-flex: 1;
          flex: 1;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  cursor: pointer;
}

.tab_txt.tab_active {
  background-color: #fff;
  color: #006D3B;
  border-bottom: #fff 1px solid;
}

.unit_tab_main_caption {
  margin-bottom: 40px;
}

.tab_caption {
  display: none;
}

.tab_caption.tab_active {
  display: block;
}

@media screen and (max-width: 767px) {
  .unit_tab_main {
    margin-bottom: 10px;
    height: 230px;
  }

  .unit_tab_main img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.unit_table_2col {
  margin-bottom: 50px;
}

.unit_table_2col th {
  border: #A8A7A7 1px solid;
  background-color: #fff;
  min-width: 18em;
  padding: 1em;
  padding-left: 4em;
  vertical-align: top;
  white-space: nowrap;
}

.unit_table_2col td {
  border: #A8A7A7 1px solid;
  padding: 1em;
  padding-left: 4em;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .unit_table_2col {
    margin-bottom: 30px;
  }

  .unit_table_2col th {
    border: 0;
    width: 100%;
    display: block;
    padding: 0.5em;
  }

  .unit_table_2col td {
    border: 0;
    width: 100%;
    display: block;
    padding: 0.5em;
  }
}
.unit_table_3col {
  margin-bottom: 50px;
}

.unit_table_3col th {
  width: 20%;
}

.unit_table_3col td.td1 {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .unit_table_3col {
    margin-bottom: 30px;
  }

  .unit_table_3col th {
    border: 0;
    width: 100%;
    display: block;
    background-color: #ECECEA;
  }

  .unit_table_3col td {
    border: 0;
    width: 100%;
    display: block;
  }

  .unit_table_3col td.td1 {
    width: 100%;
    border-bottom: #A8A7A7 1px solid;
  }
}
a.unit_mini_btn {
  background-color: #006D3B;
  color: #fff;
  padding: 1em;
  display: block;
  width: 90%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.4s ease;
}
a.unit_mini_btn:hover {
  opacity: 0.7;
}

a.unit_mini_btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  color: #fff;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.unit_mini_btn.type_mini_icon:after {
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  color: #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

a.unit_mini_btn.type_mini_icon.mini_icon_blank:after {
  width: 18px;
  height: 18px;
  background-size: 18px auto;
  background-image: url(../img/page_module/icon/icon_blank.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_pdf.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_word.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_excel.png);
}

@media screen and (max-width: 767px) {
  a.unit_mini_btn {
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
.unit_btn_group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.unit_btn_group_full {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}

a.unit_btn {
  display: block;
  border: #A8A7A7 1px solid;
  border-radius: 6px;
  position: relative;
  background-color: #006D3B;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
a.unit_btn:hover {
  opacity: 0.7;
}

a.unit_btn.btn_white {
  background-color: #fff;
  color: #006D3B;
  transition: all 0.4s ease;
}
a.unit_btn.btn_white:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_btn_group a.unit_btn {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .unit_btn_group {
    display: block;
  }

  .unit_btn_group a.unit_btn {
    width: 100%;
  }

  .unit_btn_group_full {
    padding-left: 0px;
    padding-right: 0px;
  }

  a.unit_btn {
    padding: 0.5em;
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
a.unit_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
}

a.unit_btn.type_arrow:after {
  right: 15px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.unit_btn.btn_white.type_arrow:after {
  border-top: 2px #006D3B solid;
  border-right: 2px #006D3B solid;
}

a.unit_btn.type_icon:after {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-size: auto 26px;
  background-repeat: no-repeat;
  background-position: center center;
}

a.unit_btn.type_icon.btn_icon_blank:after {
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  background-image: url(../img/page_module/icon/icon_blank.png);
}

a.unit_btn.type_icon.btn_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_pdf.png);
}

a.unit_btn.type_icon.btn_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_word.png);
}

a.unit_btn.type_icon.btn_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_excel.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_blank:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_blank.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_pdf.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_word.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_excel.png);
}

@media screen and (max-width: 767px) {
  a.unit_btn.type_arrow:after {
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  a.unit_btn.type_icon:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  a.unit_btn.type_icon.btn_icon_blank:after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.unit_img_banner_group {
  margin-bottom: 20px;
}

.unit_banner_img_btn img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.unit_link_module_group_col4 {
  /*display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;*/
  margin-bottom: 50px;
  width: 1020px;
}

.unit_link_module_box {
  border: #A8A7A7 1px solid;
}

.unit_link_module_box a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
.unit_link_module_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_link_module_group_col4 .unit_link_module_box {
  width: 235px;
  margin-right: 20px;
  margin-bottom: 0;
}

.unit_link_module_group_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

.unit_link_module_group_flex .unit_link_module_box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.unit_link_module_group_flex .unit_link_module_box:nth-child(4n) {
  margin-right: 0;
}

.unit_link_module_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 68%;
  overflow: hidden;
  margin-bottom: 8px;
}

.unit_link_module_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.unit_link_module_box_txt {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}

.unit_link_module_box_txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1;
}

.module_box_desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  font-size: 12px;
  color: #838383;
}

.module_box_label {
  display: inline-block;
  line-height: 26px;
  font-size: 11px;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 13px;
  background-color: #006D3B;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .unit_link_module_group_col4 {
    /*	justify-content: space-between;
    flex-wrap: wrap;*/
    margin-bottom: 40px;
    width: 100%;
    height: auto !important;
  }

  .unit_link_module_group_col4 .unit_link_module_box {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .unit_link_module_group_col4 .unit_link_module_box:nth-child(4n) {
    margin-right: 0;
  }

  .unit_link_module_group_flex {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .unit_link_module_group_flex .unit_link_module_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .unit_link_module_group_flex .unit_link_module_box:nth-child(4n) {
    margin-right: 0;
  }

  .unit_link_module_box_txt h3 {
    font-size: 14px;
  }

  .module_box_desc {
    font-size: 10px;
  }

  .module_box_label {
    line-height: 20px;
    font-size: 10px;
    border-radius: 10px;
  }
}
.unit_modelcourse_module_group {
  padding-bottom: 30px;
}

.unit_modelcourse_box {
  width: 100%;
  border: 1px #006D3B solid;
}
.unit_modelcourse_box a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
.unit_modelcourse_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_modelcourse_box_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
}

.unit_modelcourse_title_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  border-right: 1px #006D3B solid;
}

.unit_modelcourse_thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px #006D3B solid;
}

.unit_modelcourse_thumb_inner {
  width: 240px;
}

.unit_modelcourse_title {
  padding: 20px;
}
.unit_modelcourse_title h3 {
  font-size: 2rem;
  color: #006D3B;
  margin-bottom: 0;
}
.unit_modelcourse_title p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.unit_modelcourse_title_inner {
  width: 230px;
}

.unit_modelcourse_desc {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-flex: 1;
          flex: 1;
}

.unit_modelcourse_arrow {
  min-height: 90px;
  border-left: 1px #006D3B solid;
  margin-left: 50%;
  margin-right: 0;
  position: relative;
  padding: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.unit_modelcourse_arrow::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 4px;
  width: 29px;
  height: 29px;
  border-left: 1px #006D3B solid;
  border-bottom: 1px #006D3B solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.unit_modelcourse_arrow .unit_modelcourse_label {
  font-size: 1.6rem;
  display: inline-block;
  border: #A8A7A7 2px solid;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .unit_modelcourse_thumb_inner {
    width: 30vw;
  }

  .unit_modelcourse_box_inner {
    display: block;
  }

  .unit_modelcourse_title_wrap {
    border-right: 0;
    border-bottom: 1px #006D3B solid;
  }

  .unit_modelcourse_title {
    padding: 10px;
    -webkit-flex: 1;
            flex: 1;
  }
  .unit_modelcourse_title h3 {
    font-size: 1.6rem;
    color: #006D3B;
    margin-bottom: 0;
  }
  .unit_modelcourse_title p {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .unit_modelcourse_title_inner {
    width: auto;
  }

  .unit_modelcourse_desc {
    padding: 10px;
    font-size: 1.2rem;
  }

  .unit_modelcourse_arrow {
    border-left: 1px #006D3B solid;
    min-height: 80px;
    position: relative;
    padding: 10px;
    margin-left: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .unit_modelcourse_arrow::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 4px;
    width: 29px;
    height: 29px;
    border-left: 1px #006D3B solid;
    border-bottom: 1px #006D3B solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .unit_modelcourse_arrow .unit_modelcourse_label {
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.no_trim {
  background-position: center center;
  background-size: contain;
}

/* ++++ INDEX.SCSS ++++ */
.idx_main_visual {
  width: 100%;
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/visual_pc.jpg);
}

.idx_main_visual_inner {
  width: 100%;
  max-width: 1060px;
  height: 480px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.idx_main_visual_logo {
  width: 220px;
  margin-left: auto;
  margin-right: 0;
}
.idx_main_visual_logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1600px) {
  .idx_main_visual {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .idx_main_visual {
    width: 100vw;
    height: calc(100vh - 60px);
    background-image: url(../img/index/visual_sp.jpg);
    background-size: cover;
  }

  .idx_main_visual_inner {
    width: 100%;
    height: 100%;
    max-width: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }

  .idx_main_visual_logo {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_main_visual_logo img {
    width: 100%;
    height: auto;
  }
}
.cont_idx_pad {
  padding-top: 50px;
  padding-bottom: 20px;
}

.idx_mid_center {
  text-align: center;
  font-size: 3rem;
  color: #000;
  margin-bottom: 1.3em;
}
.idx_mid_center span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.5em;
  color: #006D3B;
}

@media screen and (max-width: 767px) {
  .cont_idx_pad {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .idx_mid_center {
    text-align: center;
    font-size: 2rem;
    color: #000;
    margin-bottom: 1em;
  }
  .idx_mid_center span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.5em;
    color: #006D3B;
  }
}
.cont_idx_bg_about {
  background-image: url(../img/index/bg_about.jpg);
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
}

.cont_idx_about_pad {
  padding-top: 100px;
}

.idx_about {
  background-color: rgba(255, 255, 255, 0.6);
  width: 660px;
  border: 1px #bbb solid;
  padding: 30px;
}
.idx_about h3 {
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 1600px) {
  .cont_idx_bg_about {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .cont_idx_bg_about {
    background-image: url(../img/index/bg_about_sp.jpg);
    min-height: 90vw;
  }

  .cont_idx_about_pad {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .idx_about {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    border: 1px #bbb solid;
    padding: 10px;
  }
  .idx_about h3 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.idx_btn {
  text-align: center;
  padding-bottom: 0px;
}
.idx_btn a {
  display: block;
  width: 300px;
  line-height: 2;
  text-align: left;
  padding-left: 1em;
  position: relative;
  color: #000;
  text-decoration: none;
  border: 1px #000 solid;
  margin-bottom: 8px;
}
.idx_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.idx_btn a:hover {
  opacity: 0.8;
}

.idx_btn.btn_wh a {
  color: #fff;
  border: 1px #fff solid;
}
.idx_btn.btn_wh a::after {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}
.idx_btn.btn_wh a.color_or {
  background-color: #FF8205;
}

@media screen and (max-width: 767px) {
  .idx_btn {
    padding-bottom: 10px;
  }
  .idx_btn a {
    display: block;
    width: 90%;
    line-height: 2;
    font-size: 1.2rem;
  }
  .idx_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.idx_desc_box {
  margin-bottom: 20px;
  border: 1px #000 solid;
}
.idx_desc_box a {
  color: #000;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.idx_desc_box a:hover {
  transition: all 0.4s ease;
  opacity: 0.7;
}

.idx_desc_box_txt {
  padding: 30px;
  -webkit-flex: 1;
          flex: 1;
}
.idx_desc_box_txt h3 {
  font-size: 2.4rem;
  margin-bottom: 0.7em;
}

.idx_desc_box_thumb {
  min-height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idx_desc_box_thumb_inner {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .idx_desc_box {
    margin-bottom: 10px;
    display: block;
  }
  .idx_desc_box a {
    display: block;
  }

  .idx_desc_box_txt {
    padding: 16px;
  }
  .idx_desc_box_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 0.7em;
  }

  .idx_desc_box_thumb {
    min-height: 50vw;
  }

  .idx_desc_box_thumb_inner {
    width: 100%;
  }
}
.cont_idx_bg_member {
  background-image: url(../img/index/bg_member.jpg);
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
}

.cont_idx_member_pad {
  padding-top: 100px;
}

.idx_member {
  width: 450px;
  padding-left: 120px;
  color: #fff;
}
.idx_member h3 {
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 1600px) {
  .cont_idx_bg_member {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .cont_idx_bg_member {
    background-image: url(../img/index/bg_member_sp.jpg);
    min-height: 90vw;
  }

  .cont_idx_member_pad {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .idx_member {
    width: 100%;
    padding-left: 0px;
    color: #fff;
  }
  .idx_member h3 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.idx_link_box {
  border: 1px #000 solid;
  margin-bottom: 20px;
}
.idx_link_box a {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.idx_link_box .idx_link_box_thumb {
  width: 50%;
  min-height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_link_box .idx_link_box_txt {
  width: 50%;
  padding: 30px;
  padding-right: 40px;
  position: relative;
}
.idx_link_box .idx_link_box_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.idx_link_box .idx_link_box_txt h3 {
  font-size: 3rem;
  margin-bottom: 0.2em;
}
.idx_link_box .idx_link_box_txt p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .idx_link_box {
    margin-bottom: 10px;
  }
  .idx_link_box a {
    position: relative;
    width: 100%;
    display: block;
  }
  .idx_link_box .idx_link_box_thumb {
    width: 100%;
    min-height: 30vw;
  }
  .idx_link_box .idx_link_box_txt {
    width: 100%;
    padding: 16px;
    padding-right: 40px;
  }
  .idx_link_box .idx_link_box_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .idx_link_box .idx_link_box_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
  .idx_link_box .idx_link_box_txt p {
    margin-bottom: 0;
  }
}
/* ++++ SUB.SCSS ++++ */
/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #BBB;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}

textarea {
  padding: 0.4em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
}

input[type=email]:focus {
  font-size: 24px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
  width: 80%;
}

input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
  width: 60%;
}

input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
  width: 100px;
}

input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
  width: 150px;
}

input[type=text].tel_field,
input[type=email].tel_field,
input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
  width: 100px;
}

input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
  width: 100px;
}

input[type=text].time_field {
  width: 80px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #006D3B;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.other_field {
  margin-top: 10px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }

  select {
    width: 100%;
  }

  input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }

  input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
    width: 100%;
  }

  input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
    width: 25%;
  }

  input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
    width: 100%;
  }

  .name_sei,
.name_mei {
    display: block;
  }

  input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
    width: 20%;
  }

  input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
    width: 100%;
  }

  input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
    width: 100%;
  }

  input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
    width: 25%;
  }

  input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
    width: 55%;
  }

  input[type=tel].tel_field {
    width: 100%;
  }

  input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }

  input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
    width: 100px;
  }

  input[type=text].time_field {
    width: 80px;
  }
}
/*====================================
		Form ITEM Design
		ceckbox radio select
====================================*/
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px #bbb solid;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 90%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }

  .select select {
    padding: 10px 15px;
  }

  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }

  .ymd_group_yy,
.ymd_group_mm,
.ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
.input_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.input_flex_item {
  margin-right: 1em;
}
.input_flex_item input {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .input_flex {
    display: block;
  }
}
.form_agree_box {
  padding: 30px;
  background-color: #EDF9F3;
}
.form_agree_box dl {
  margin: 0;
  padding: 0;
  text-align: center;
}
.form_agree_box dt {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.form_agree_box dd {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_box {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .form_agree_box dl {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .form_agree_box dt {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
  }
  .form_agree_box dd {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}
.date_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 8px;
}
.date_flex button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.date_flex_label {
  margin-right: 1em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .date_flex_label {
    margin-right: 0.5em;
    font-size: 12px;
  }
}
.other_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 8px;
}

/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.1;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 2em;
  padding-left: 1em;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  -webkit-flex: 1;
          flex: 1;
  box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

.field_col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.field_col2_inner {
  margin-right: 20px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }

  .Fieldset.mode_confirm dl {
    display: block;
  }

  .field_flex {
    display: block;
  }

  .name_sei,
.name_mei {
    width: 100%;
  }
  .name_sei input,
.name_mei input {
    margin-top: 6px;
  }

  .field_col2 {
    display: block;
    margin-bottom: 8px;
  }

  .field_col2_inner {
    margin-right: 0px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 8px;
  text-align: right;
  color: #00807a;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #D5133A;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

.required_label_fix,
.req-label-fix {
  background-color: #ff9800;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.required_label_inline {
  display: inline;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: right;
  color: #00807a;
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #D5133A;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
.req-label:before {
    font-size: 13px;
  }

  .required_label_inline {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff9800;
  text-align: center;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess,
form .num_total_error {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }

  .form_mailtext {
    width: auto;
  }

  .send_btn,
.gotop_btn {
    width: 80%;
  }

  .error_message {
    padding: 8px;
  }

  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #2b784e;
}

.progressbar li.active:before {
  background-color: #006D3B;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #006D3B;
}

.thanks_message {
  border: 2px #006D3B solid;
  padding: 30px;
  text-align: center;
  color: #006D3B;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

/* ++++ SUB.SCSS ++++ */
/* ++++ PRINT.SCSS ++++*/

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