@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

@media screen and (min-width: 62em) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

table {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
}

p {
  margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

big {
  font-size: 125%;
}

embed,
iframe,
object {
  max-width: 100%;
}

main {
  display: block;
}

/*------------------------------------
	anchor,a
------------------------------------*/
a {
  color: #1a0dab;
  text-decoration: none;
}

a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:visited {
  color: #660099;
  text-decoration: none;
}

/*------------------------------------
	heading
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.75em;
}

@media screen and (min-width: 62em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.875em;
  }
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row_center {
  justify-content: center;
}

.row_between {
  justify-content: space-between;
}

.row_around {
  justify-content: space-around;
}

.row_end {
  justify-content: flex-end;
}

/* ----------------------
  no-gutter
---------------------- */
.no-gutter > [class*='column-'] {
  padding: 0;
}

/* ----------------------
  Basic_glid
---------------------- */
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  margin: 1em 0;
  padding: 0 10px;
}

.column-12 {
  width: 100%;
}

.column-11 {
  width: 91.66666667%;
}

.column-10 {
  width: 83.33333333%;
}

.column-9 {
  width: 75%;
}

.column-8 {
  width: 66.66666667%;
}

.column-7 {
  width: 58.33333333%;
}

.column-6 {
  width: 50%;
}

.column-5 {
  width: 41.66666667%;
}

.column-4 {
  width: 33.33333333%;
}

.column-3 {
  width: 25%;
}

.column-2 {
  width: 16.66666667%;
}

.column-1 {
  width: 8.33333333%;
}

/* ----------------------
  Limited_glid (sp)
---------------------- */
.column-xs-1,
.column-sm-1,
.column-md-1,
.column-lg-1,
.column-xs-2,
.column-sm-2,
.column-md-2,
.column-lg-2,
.column-xs-3,
.column-sm-3,
.column-md-3,
.column-lg-3,
.column-xs-4,
.column-sm-4,
.column-md-4,
.column-lg-4,
.column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5,
.column-xs-6,
.column-sm-6,
.column-md-6,
.column-lg-6,
.column-xs-7,
.column-sm-7,
.column-md-7,
.column-lg-7,
.column-xs-8,
.column-sm-8,
.column-md-8,
.column-lg-8,
.column-xs-9,
.column-sm-9,
.column-md-9,
.column-lg-9,
.column-xs-10,
.column-sm-10,
.column-md-10,
.column-lg-10,
.column-xs-11,
.column-sm-11,
.column-md-11,
.column-lg-11,
.column-xs-12,
.column-sm-12,
.column-md-12,
.column-lg-12 {
  margin: 1em 0;
  padding: 0 10px;
}

.column-xs-12 {
  width: 100%;
}

.column-xs-11 {
  width: 91.66666667%;
}

.column-xs-10 {
  width: 83.33333333%;
}

.column-xs-9 {
  width: 75%;
}

.column-xs-8 {
  width: 66.66666667%;
}

.column-xs-7 {
  width: 58.33333333%;
}

.column-xs-6 {
  width: 50%;
}

.column-xs-5 {
  width: 41.66666667%;
}

.column-xs-4 {
  width: 33.33333333%;
}

.column-xs-3 {
  width: 25%;
}

.column-xs-2 {
  width: 16.66666667%;
}

.column-xs-1 {
  width: 8.33333333%;
}

/* ----------------------
  Limited_glid (tb)
---------------------- */
@media screen and (min-width: 48em) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    margin: 1em 0;
    padding: 0 12px;
  }
  .column-xs-1,
  .column-sm-1,
  .column-md-1,
  .column-lg-1,
  .column-xs-2,
  .column-sm-2,
  .column-md-2,
  .column-lg-2,
  .column-xs-3,
  .column-sm-3,
  .column-md-3,
  .column-lg-3,
  .column-xs-4,
  .column-sm-4,
  .column-md-4,
  .column-lg-4,
  .column-xs-5,
  .column-sm-5,
  .column-md-5,
  .column-lg-5,
  .column-xs-6,
  .column-sm-6,
  .column-md-6,
  .column-lg-6,
  .column-xs-7,
  .column-sm-7,
  .column-md-7,
  .column-lg-7,
  .column-xs-8,
  .column-sm-8,
  .column-md-8,
  .column-lg-8,
  .column-xs-9,
  .column-sm-9,
  .column-md-9,
  .column-lg-9,
  .column-xs-10,
  .column-sm-10,
  .column-md-10,
  .column-lg-10,
  .column-xs-11,
  .column-sm-11,
  .column-md-11,
  .column-lg-11,
  .column-xs-12,
  .column-sm-12,
  .column-md-12,
  .column-lg-12 {
    margin: 1em 0;
    padding: 0 12px;
  }
  .column-sm-12 {
    width: 100%;
  }
  .column-sm-11 {
    width: 91.66666667%;
  }
  .column-sm-10 {
    width: 83.33333333%;
  }
  .column-sm-9 {
    width: 75%;
  }
  .column-sm-8 {
    width: 66.66666667%;
  }
  .column-sm-7 {
    width: 58.33333333%;
  }
  .column-sm-6 {
    width: 50%;
  }
  .column-sm-5 {
    width: 41.66666667%;
  }
  .column-sm-4 {
    width: 33.33333333%;
  }
  .column-sm-3 {
    width: 25%;
  }
  .column-sm-2 {
    width: 16.66666667%;
  }
  .column-sm-1 {
    width: 8.33333333%;
  }
}

/* ----------------------
  Limited_glid (pc)
---------------------- */
@media screen and (min-width: 62em) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    margin: 1em 0;
    padding: 0 15px;
  }
  .column-xs-1,
  .column-sm-1,
  .column-md-1,
  .column-lg-1,
  .column-xs-2,
  .column-sm-2,
  .column-md-2,
  .column-lg-2,
  .column-xs-3,
  .column-sm-3,
  .column-md-3,
  .column-lg-3,
  .column-xs-4,
  .column-sm-4,
  .column-md-4,
  .column-lg-4,
  .column-xs-5,
  .column-sm-5,
  .column-md-5,
  .column-lg-5,
  .column-xs-6,
  .column-sm-6,
  .column-md-6,
  .column-lg-6,
  .column-xs-7,
  .column-sm-7,
  .column-md-7,
  .column-lg-7,
  .column-xs-8,
  .column-sm-8,
  .column-md-8,
  .column-lg-8,
  .column-xs-9,
  .column-sm-9,
  .column-md-9,
  .column-lg-9,
  .column-xs-10,
  .column-sm-10,
  .column-md-10,
  .column-lg-10,
  .column-xs-11,
  .column-sm-11,
  .column-md-11,
  .column-lg-11,
  .column-xs-12,
  .column-sm-12,
  .column-md-12,
  .column-lg-12 {
    margin: 1em 0;
    padding: 0 15px;
  }
  .column-md-12 {
    width: 100%;
  }
  .column-md-11 {
    width: 91.66666667%;
  }
  .column-md-10 {
    width: 83.33333333%;
  }
  .column-md-9 {
    width: 75%;
  }
  .column-md-8 {
    width: 66.66666667%;
  }
  .column-md-7 {
    width: 58.33333333%;
  }
  .column-md-6 {
    width: 50%;
  }
  .column-md-5 {
    width: 41.66666667%;
  }
  .column-md-4 {
    width: 33.33333333%;
  }
  .column-md-3 {
    width: 25%;
  }
  .column-md-2 {
    width: 16.66666667%;
  }
  .column-md-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 75em) {
  .column-lg-12 {
    width: 100%;
  }
  .column-lg-11 {
    width: 91.66666667%;
  }
  .column-lg-10 {
    width: 83.33333333%;
  }
  .column-lg-9 {
    width: 75%;
  }
  .column-lg-8 {
    width: 66.66666667%;
  }
  .column-lg-7 {
    width: 58.33333333%;
  }
  .column-lg-6 {
    width: 50%;
  }
  .column-lg-5 {
    width: 41.66666667%;
  }
  .column-lg-4 {
    width: 33.33333333%;
  }
  .column-lg-3 {
    width: 25%;
  }
  .column-lg-2 {
    width: 16.66666667%;
  }
  .column-lg-1 {
    width: 8.33333333%;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding-top: 63px;
}

a:hover {
  text-decoration: none;
}

.sp_hidden {
  display: none;
}

.c-navi_container {
  padding: 0 10px;
  position: relative;
}

.row_rev {
  flex-direction: row-reverse;
}

.page_title {
  height: 100vw;
  overflow: hidden;
}

.page_title .page_title_bar {
  display: inline-block;
  background-color: #79B531;
  color: #fff;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  font-size: 10px;
  border-radius: 1em;
  margin: 0 0 10px;
}

.page_title .page_title_sub {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 10px;
}

.page_title .page_title_main {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}

.page_title .page_title_img {
  display: block;
  margin: 0 auto;
}

.default_ttl_lv01 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.default_ttl_lv01::before {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #A1CB6F;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.default_ttl_lv01 span {
  font-size: 0.75em;
}

.next_page_bnr {
  margin-top: 30px;
}

.pdf_link dd {
  font-weight: bold;
}

.pdf_link dd a {
  color: #79B531;
  text-decoration: underline;
  font-size: 1.0rem;
}

@media screen and (min-width: 48em) {
  body {
    padding-top: 89px;
  }
  .sp_hidden {
    display: block;
  }
  .sp_visible {
    display: none;
  }
  .c-navi_container {
    padding: 0 15px;
  }
  .page_title {
    height: 180px;
  }
  .page_title .c-navi_container {
    height: 100%;
  }
  .page_title .row {
    align-items: center;
    height: 100%;
  }
  .page_title .page_title_bar {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .page_title .page_title_sub {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page_title .page_title_main {
    font-size: 32px;
  }
  .page_title .page_title_img {
    margin: 0;
  }
  .default_ttl_lv01 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .default_ttl_lv01::before {
    bottom: -16px;
  }
  .next_page_bnr {
    width: 74%;
    margin: 40px auto 0;
  }
  .pdf_link {
    display: flex;
    align-items: center;
  }
  .pdf_link dd {
    padding-left: 10px;
  }
  .pdf_link dd a {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 62em) {
  body {
    padding-top: 121px;
  }
  .c-navi_container {
    padding: 0;
    width: 980px;
    margin: 0 auto;
  }
  .page_title {
    height: 240px;
  }
  .page_title .page_title_bar {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page_title .page_title_sub {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .page_title .page_title_main {
    font-size: 36px;
  }
  .page_title .page_title_img {
    width: 70%;
    margin: 0;
  }
  .default_ttl_lv01 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .default_ttl_lv01::before {
    bottom: -20px;
  }
  .next_content_bnr {
    width: 700px;
    margin: 0 auto;
  }
  .over_alpha {
    opacity: 1.0;
    transition: opacity 0.3s ease 0s;
  }
  .over_alpha:hover {
    opacity: 0.8;
  }
  .pdf_link dd a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 75em) {
  .c-navi_container {
    padding: 0;
    width: 1050px;
    margin: 0 auto;
  }
  .page_title {
    height: 280px;
  }
  .page_title .page_title_bar {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page_title .page_title_sub {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .page_title .page_title_main {
    font-size: 40px;
  }
  .default_ttl_lv01 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .default_ttl_lv01::before {
    bottom: -20px;
  }
}

header {
  background-color: #fff;
  border-top: 3px solid #0055c4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

header .header_logo_area {
  padding: 7px 10px;
}

header .header_chikuden-navi {
  background-color: #653B10;
  color: #fff;
  padding: 2px 10px;
}

header .header_chikuden-navi p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
}

header .header_exterminal_link {
  display: none;
}

.sp_navi_switch {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 30px;
  height: 24px;
}

.sp_navi_switch span, .sp_navi_switch::before, .sp_navi_switch::after {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #999;
  position: absolute;
  left: 0;
  transition: all 0.4s ease 0s;
}

.sp_navi_switch span {
  top: 50%;
  transform: translate(0, -50%);
}

.sp_navi_switch::before {
  content: " ";
  top: 0;
}

.sp_navi_switch::after {
  top: 100%;
  content: " ";
  transform: translate(0, -100%);
}

.sp_navi_close span {
  left: 50%;
  opacity: 0;
}

.sp_navi_close::before {
  top: 46%;
  transform: rotate(45deg) translate(0, 0);
}

.sp_navi_close::after {
  top: 46%;
  transform: rotate(-45deg) translate(0, 0);
}

.g_nav {
  position: fixed;
  display: none;
  top: 63px;
  left: 0;
  width: 100%;
  background-color: #fff;
  min-height: calc(100vh - 63px);
  z-index: 4;
}

.g_nav_inner ul {
  margin: 0;
  list-style-type: none;
}

.g_nav_inner ul .g_nav_main_category {
  display: block;
  padding: 10px 0;
  color: #358B00;
  font-weight: 500;
}

.g_nav_inner > ul {
  padding: 0 10px;
}

.g_nav_inner > ul > li {
  border-bottom: dashed 1px #358B00;
}

.g_nav_inner .g_sub_nav {
  padding: 0;
  margin-bottom: 5px;
}

.g_nav_inner .g_sub_nav li {
  background-color: #653B10;
  margin-bottom: 2px;
}

.g_nav_inner .g_sub_nav li a {
  color: #fff;
  display: block;
  padding: 10px;
}

@media screen and (min-width: 48em) {
  header .header_logo_area {
    padding: 15px;
  }
  header .header_chikuden-navi {
    padding: 2px 10px;
  }
  header .header_chikuden-navi p {
    font-size: 14px;
  }
  .sp_navi_switch {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 24px;
  }
  .g_nav {
    top: 89px;
    min-height: calc(100vh - 89px);
  }
  .g_nav_inner ul .g_nav_main_category {
    padding: 14px 0;
  }
  .g_nav_inner > ul {
    padding: 0 14px;
  }
  .g_nav_inner .g_sub_nav {
    margin-bottom: 10px;
  }
  .g_nav_inner .g_sub_nav li a {
    padding: 14px;
  }
}

@media screen and (min-width: 62em) {
  .header_inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
  }
  .header_inner .header_logo_area {
    padding: 15px;
    width: 42%;
  }
  .header_inner .header_chikuden-navi {
    width: 28%;
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
  }
  .header_inner .header_chikuden-navi p {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    background-color: #653B10;
    border-radius: 1em;
    text-align: center;
    padding: 0 2em;
  }
  .header_inner .header_exterminal_link {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_inner .header_exterminal_link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .header_inner .header_exterminal_link ul li {
    font-size: 12px;
    margin-right: 20px;
  }
  .sp_navi_switch {
    display: none;
  }
  .g_nav {
    display: block;
    background-color: #653B10;
    color: #fff;
    position: fixed;
    min-height: auto;
    top: 65px;
  }
  .g_nav_inner {
    width: 980px;
    margin: 0 auto;
    border-left: dashed 1px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 5;
  }
  .g_nav_inner ul .g_nav_main_category {
    padding: 14px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.4s ease 0s;
  }
  .g_nav_inner ul .g_nav_main_category:hover {
    opacity: 0.6;
  }
  .g_nav_inner > ul {
    display: flex;
    padding: 0;
  }
  .g_nav_inner > ul > li {
    width: 180px;
    border-right: dashed 1px rgba(255, 255, 255, 0.5);
    border-bottom: none;
  }
  .g_nav_inner > ul > li:hover .g_sub_nav {
    display: flex;
  }
  .g_nav_inner .g_sub_nav {
    display: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    position: absolute;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px / 0 0 8px 8px;
  }
  .g_nav_inner .g_sub_nav li {
    background: none;
    font-weight: 500;
    position: relative;
    top: 0;
    transition: top 0.3s ease 0s;
  }
  .g_nav_inner .g_sub_nav li:hover {
    top: -4px;
  }
  .g_nav_inner .g_sub_nav li a {
    padding: 14px;
    color: #358B00;
  }
}

footer .footer_bnr_area {
  padding: 10px;
}

footer nav {
  display: none;
}

footer .footer_btm ul {
  list-style-type: none;
  padding: 5px;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
}

footer .footer_btm ul li {
  font-size: 11px;
  margin-right: 10px;
}

footer .footer_btm p {
  width: 50%;
  margin: 0 auto 10px;
}

@media screen and (min-width: 48em) {
  footer .footer_bnr_area {
    display: none;
  }
  footer nav {
    display: block;
    background-color: #653B10;
  }
  footer nav > ul {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    display: flex;
  }
  footer nav > ul > li {
    margin-right: 30px;
  }
  footer nav > ul > li span {
    color: #fff;
  }
  footer nav > ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  footer nav > ul .footer_bnr_pc {
    margin-right: 0;
    width: 36%;
    transition: opacity 0.4s ease 0s;
  }
  footer nav > ul .footer_bnr_pc:hover {
    opacity: 0.8;
  }
  footer nav a, footer nav a:visited, footer nav a:hover {
    color: #fff;
  }
  footer .footer_btm ul {
    list-style-type: none;
    padding: 5px;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
  }
  footer .footer_btm ul li {
    font-size: 11px;
    margin-right: 30px;
  }
  footer .footer_btm p {
    width: 20%;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 62em) {
  footer nav > ul {
    width: 980px;
    margin: 0 auto;
  }
  footer nav > ul > li {
    margin-right: 40px;
  }
  footer nav > ul ul {
    font-size: 12px;
  }
  footer nav > ul .footer_bnr_pc {
    width: 46%;
  }
  footer .footer_btm .footer_btm_row {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
  }
  footer .footer_btm .footer_btm_row ul {
    padding: 5px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
  }
  footer .footer_btm .footer_btm_row ul li {
    font-size: 12px;
    margin-right: 30px;
  }
  footer .footer_btm .footer_btm_row p {
    width: 24%;
    margin: 0;
  }
}

.cont_nav_title {
  color: #643a0f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cont_nav_title span {
  display: block;
  font-size: 12px;
  border-top: solid 1px #643a0f;
  margin-top: 2px;
  padding-top: 2px;
}

.site_story_map {
  padding: 0 24px;
  margin: 10px 0 50px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.site_story_map li {
  position: relative;
  z-index: 2;
  border: solid 4px #fff;
  border-radius: 10px;
}

.site_story_map li .cmap_page_title {
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  font-size: 10px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1.4;
  display: none;
}

.site_story_map li .cmap_category {
  display: block;
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 10px;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.site_story_map li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ccc;
}

.site_story_map li.here .cmap_page_title {
  display: block;
  color: #F57405;
  font-weight: 500;
}

.site_story_map li.here a {
  background-color: #F57405;
}

.site_story_map::before {
  content: " ";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

@media screen and (min-width: 62em) {
  .cont_nav_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .cont_nav_title span {
    font-size: 16px;
    margin-top: 3px;
    padding-top: 3px;
  }
  .site_story_map {
    padding: 0 40px;
    margin: 30px 0 80px;
  }
  .site_story_map li {
    border: solid 6px #fff;
    border-radius: 16px;
  }
  .site_story_map li .cmap_page_title {
    display: block;
    width: 120px;
    font-size: 12px;
    top: 32px;
  }
  .site_story_map li .cmap_category {
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    top: -30px;
  }
  .site_story_map li a {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .site_story_map li.here::before {
    width: 160px;
    height: 60px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    bottom: -80px;
  }
  .site_story_map li.here::after {
    border: solid 10px transparent;
    border-bottom: solid 10px #fff;
    bottom: -20px;
  }
  .site_story_map::before {
    height: 6px;
    margin-top: -3px;
  }
}
