@charset "UTF-8";
/*
Theme Name: ja-challenge
Theme URI: https://org.ja-group.jp/challenge/
Description: JAグループ自己改革の取り組みのテーマ
Version: 1.0
Author: JA
Author URI: https://org.ja-group.jp/challenge/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* https://org.ja-group.jp/challenge WebSite
   ========================================================================== */
/**
 * mixin
 */
#all_wrap .disp-pc {
  display: none; }
  @media print, screen and (min-width: 768px) {
    #all_wrap .disp-pc {
      display: inline-block; } }

#all_wrap .disp-sp {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    #all_wrap .disp-sp {
      display: none; } }

/**
 * config
 */
#all_wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 14px;
  height: 100%; }

body {
  min-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #323232;
  background-color: #F5F5F5; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  body * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

#all_wrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1; }

#all_wrap a:hover {
  opacity: .7;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

/**
 * utility
 */
.mt-30 {
  margin-top: 4vw; }

.mt-60 {
  margin-top: 8vw; }

/**
 * shared.css overwride
 */
.cmnFooter {
  margin-top: 0; }

/**
 * layout
 */
#all_wrap {
  padding-top: 12rem;
  font-size: 3.467vw; }

#main {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4vw 2.667vw 8vw;
  background-color: #C20F28; }
  .home #main {
    padding: 0; }

#main_contents {
  padding: 4.688vw 0 10.938vw;
  background-color: #C20F28; }

/**
 * common_parts
 */
.common_page_ttl {
  width: 100%; }

.common_cont {
  width: 100%;
  padding: 40px 33px;
  background: #fff;
  border-radius: 10px; }

a {
  color: #323232;
  text-decoration: none; }
  a.blank::after {
    content: "";
    display: inline-block;
    width: 3.907vw;
    height: 3.125vw;
    margin-left: 2.188vw;
    background: url(../images/common/icon_blank.png) no-repeat 0 0;
    background-size: 100% auto; }
  a.pdf::after {
    content: "";
    display: inline-block;
    width: 4.063vw;
    height: 4.063vw;
    margin-left: 0.938vw;
    background: url(../images/common/icon_pdf.png) no-repeat 0 0;
    background-size: 100% auto; }
  a.movie::after {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 3.438vw;
    margin-left: 0.938vw;
    background: url(../images/common/icon_movie.png) no-repeat 0 0;
    background-size: 100% auto; }

/**
 * 共通下層ページ
**/
@media screen and (min-width: 375px) {
  .breadcrumbs {
    display: none; }
  .contents_area {
    width: 93.75vw;
    margin: 0 auto;
    padding: 12.5vw 7.032vw;
    background: #fff;
    border-radius: 4px; }
  .contents_ttl, .page_ttl {
    position: relative;
    margin-bottom: 9.375vw;
    padding-left: 7.813vw;
    padding-bottom: 3.907vw;
    font-size: 5.625vw;
    font-weight: bold;
    line-height: 1.334em;
    background: url(../images/common/icon_heading.png) no-repeat 0 2px;
    background-size: 5.313vw;
    border-bottom: solid 2px #E1E1E1; }
    .contents_ttl::before, .page_ttl::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 39.532vw;
      height: 2px;
      background-color: #C20F28; }
  .contents_lead {
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 1.429em; } }

/**
 * 記事用
 */
/*--------------------
	Responsive
--------------------*/
/*-- PC_Tablet --*/
@media print, screen and (min-width: 769px) {
  #main_contents {
    padding: 10px 0 100px; }
  a.blank::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 12px;
    background: url(../images/common/icon_blank.png) no-repeat 0 0;
    background-size: 100% auto; }
  a.pdf::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background: url(../images/common/icon_pdf.png) no-repeat 0 0;
    background-size: 100% auto; }
  a.movie::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 12px;
    background: url(../images/common/icon_movie.png) no-repeat 0 0;
    background-size: 100% auto; }
  .breadcrumbs {
    display: block;
    width: 1024px;
    margin: 0 auto 10px; }
  .breadcrumbs_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 17px 0 12px; }
    .breadcrumbs_list > li {
      font-size: 11px;
      color: #fff; }
      .breadcrumbs_list > li + li {
        padding-left: 12px; }
        .breadcrumbs_list > li + li::before {
          content: "＞";
          display: inline-block;
          margin-right: 4px; }
      .breadcrumbs_list > li a {
        text-decoration: underline;
        color: #fff; }
  #all_wrap {
    margin: 0 auto;
    font-size: 14px;
    min-width: 1024px;
    padding-top: 14.4rem; }
  .contents_area {
    width: 1024px;
    padding: 50px 60px; }
  .contents_ttl, .page_ttl {
    margin-bottom: 30px;
    padding-left: 32px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 1.72em;
    background-size: 24px;
    background-position: 0 8px;
    border-bottom: solid 2px #E1E1E1; }
    .contents_ttl::before, .page_ttl::before {
      width: 253px; }
  .contents_lead {
    font-size: 14px;
    line-height: 2.072em; } }

/**
 * TOPページ
 */
/*-- SP --*/
.top_kv {
  margin-bottom: 23.75vw; }

.top_lead {
  position: relative;
  padding-bottom: 59.063vw;
  background: url(../images/index/top_lead_bg03_sp.png) no-repeat 50% 100%;
  background-size: 100% auto; }

.top_lead_cont {
  position: relative;
  z-index: 1;
  padding: 0 12.5vw;
  background: url(../images/index/top_lead_bg02_sp.png) repeat-y 50% 0;
  background-size: 100% auto; }
  .top_lead_cont::before {
    content: "";
    display: block;
    width: 100%;
    height: 11.25vw;
    background: url(../images/index/top_lead_bg01_sp.png) no-repeat 50% 0;
    background-size: 100% auto;
    position: absolute;
    top: -11.25vw;
    left: 0; }

.top_lead_ttl {
  margin-bottom: 3.75vw;
  font-size: 5.938vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.422em; }

.top_lead_txt {
  font-size: 4.063vw;
  line-height: 1.77em; }

.top_sec_ttl {
  text-align: center;
  font-size: 5.938vw;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.316em; }
  .top_sec_ttl > span {
    display: block;
    margin-top: 0.782vw;
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1; }

.top_movie {
  margin-bottom: 9.375vw;
  padding: 6.25vw 3.125vw 4.063vw;
  background: url(../images/index/top_movie_bg_sp.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  .top_movie .top_sec_ttl {
    color: #fff; }

.top_movie_coming_soon {
  margin-top: 4.688vw;
  padding: 1.563vw;
  background-color: #fff; }

.top_movie_inr {
  position: relative;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 4.688vw; }
  .top_movie_inr > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.top_banner {
  padding: 0 3.125vw; }
  .top_banner + .top_banner {
    margin-top: 4.688vw; }

.ban_balloon a {
  display: block;
  position: relative; }
  .ban_balloon a::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.343vw;
    left: 5.469vw;
    width: 22.657vw;
    height: 8.907vw;
    z-index: 1; }

.ban_enquete a::before {
  background: url(../images/index/ban_enquete_balloon.png) no-repeat 0 0;
  background-size: contain; }

.ban_newsletter a::before {
  background: url(../images/index/ban_newsletter_balloon.png) no-repeat 0 0;
  background-size: contain; }

.top_response_report {
  margin-top: 14.063vw;
  margin-bottom: 12.5vw;
  background: url(../images/index/response_report_bg_sp.png) no-repeat 50% 12.813vw;
  background-size: 93.75vw auto; }
  .top_response_report .top_sec_ttl {
    color: #C20F28; }
    .top_response_report .top_sec_ttl > span {
      color: #323232; }
  .top_response_report .top_sec_txt {
    padding: 6.25vw 3.125vw 10.938vw;
    font-size: 4.063vw;
    line-height: 1.616em; }
    .top_response_report .top_sec_txt em {
      display: block;
      margin-top: 3.125vw;
      font-weight: bold; }
  .top_response_report .btn_response_report {
    display: block;
    width: 56.25vw;
    margin: 0 auto; }

.top_activity_report {
  margin-top: 14.063vw;
  margin-bottom: 12.5vw;
  background: url(../images/index/activity_report_bg_sp.png) no-repeat 50% 9.688vw;
  background-size: 93.75vw auto; }
  .top_activity_report .top_sec_ttl {
    color: #C20F28; }
    .top_activity_report .top_sec_ttl > span {
      color: #323232; }
  .top_activity_report .top_sec_txt {
    padding: 9.375vw 3.125vw 10.938vw;
    font-size: 4.063vw;
    line-height: 1.616em; }
    .top_activity_report .top_sec_txt em {
      display: block;
      margin-top: 3.125vw;
      font-weight: bold; }
    .top_activity_report .top_sec_txt a {
      display: inline-block;
      color: #C20F28;
      text-decoration: underline; }
  .top_activity_report .btn_activity_report {
    display: block;
    width: 56.25vw;
    margin: 0 auto; }

.whats_new {
  margin-top: 9.375vw;
  padding: 12.5vw 3.125vw 21.875vw;
  background: url(../images/index/whats_new_bg02.png) no-repeat 50% 9.688vw, url(../images/index/whats_new_bg03.png) no-repeat left 27.032vw bottom 5.625vw, url(../images/index/whats_new_bg_sp.jpg) no-repeat 50% 0;
  background-size: 81.407vw auto, 47.344vw auto, cover; }
  .whats_new .top_sec_ttl {
    color: #fff; }

.whats_new_cont {
  margin-top: 7.813vw;
  padding: 1.563vw 7.813vw 0;
  background-color: #fff; }

.whats_new_list > li {
  padding: 5.625vw 0 3.75vw;
  background: url(../images/index/line.png) repeat-x 0 100%;
  background-size: 100% auto; }
  .whats_new_list > li:last-child {
    background: none; }

.whats_new_list_cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tag_prefecture, .article_prefecture {
  margin-right: 1.563vw;
  padding: 0.938vw 3.75vw;
  font-size: 3.125vw;
  color: #fff;
  background-color: #C20F28;
  border-radius: 4px;
  text-align: center; }

.whats_new_time, .article_time {
  font-size: 3.438vw;
  font-weight: bold;
  color: #C20F28; }

.whats_new_ttl {
  margin-top: 2.5vw;
  font-size: 3.75vw;
  line-height: 1.584em; }
  .whats_new_ttl > a {
    text-decoration: none;
    color: #323232; }

.top_progress_report {
  padding: 10.938vw 0 12.5vw;
  background: url(../images/index/progress_report_bg_sp.png) no-repeat 50% 4.375vw;
  background-size: 93.75vw auto; }
  .top_progress_report .top_sec_ttl {
    margin-bottom: 7.813vw;
    color: #C20F28; }
    .top_progress_report .top_sec_ttl > span {
      color: #323232; }

.top_progress_report_keyword {
  width: 79.688vw;
  margin: 0 auto 9.375vw; }

.top_progress_report_ttl {
  margin-bottom: 3.125vw;
  font-size: 4.063vw; }

.top_progress_report_keyword_form {
  padding: 1.563vw;
  background: #fff;
  border-radius: 4px; }

.top_progress_report_keyword_form_inr {
  padding: 6.25vw 3.125vw;
  background-color: #F0DCCD;
  border-radius: 4px; }
  .top_progress_report_keyword_form_inr form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top_progress_report_keyword_form_inr input[type="text"] {
    width: 51.563vw;
    padding: 4.375vw 4.688vw;
    font-size: 3.438vw;
    border: 0;
    border-radius: 4px; }
  .top_progress_report_keyword_form_inr button[type="submit"] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17.188vw;
    height: 12.5vw;
    background-color: #C20F28;
    text-align: center;
    color: #fff;
    font-size: 3.438vw;
    border-radius: 4px;
    border-style: none; }

.top_progress_report_category {
  width: 79.688vw;
  margin: 0 auto 9.375vw; }

.top_progress_report_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -2.187vw; }
  .top_progress_report_category_list > li {
    width: 38.75vw;
    margin-bottom: 2.188vw; }

.top_progress_report_tag {
  width: 79.688vw;
  margin: 10.938vw auto 14.063vw; }

.top_progress_report_tag_select_wrap {
  padding: 1.563vw;
  background-color: #fff;
  border-radius: 4px; }

.top_progress_report_tag_select_inr {
  position: relative;
  padding: 6.25vw 3.125vw;
  background-color: #E6F2DF;
  background-size: 12.5vw auto; }
  .top_progress_report_tag_select_inr::before {
    content: "";
    display: block;
    position: absolute;
    top: 6.25vw;
    right: 3.125vw;
    width: 12.5vw;
    height: 12.5vw;
    background: url(../images/index/select_bg.png) no-repeat 50% 0;
    background-size: 100% auto;
    pointer-events: none; }

.top_progress_report_tag_select {
  width: 100%;
  padding: 4.375vw 4.688vw;
  font-size: 3.438vw;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  .top_progress_report_tag_select::-ms-expand {
    display: none; }

.top_progress_report_tag_list, .progress_report_tag_list {
  display: none; }

.top_progress_report_map {
  width: 93.75vw;
  margin: 0 auto; }

.top_progress_report_map_lead {
  width: 93.75vw;
  height: 35.157vw;
  padding-top: 7.813vw;
  padding-left: 38.282vw;
  background: url(../images/index/progress_hasashi_sp.png) no-repeat 50% 0;
  background-size: 100% auto;
  font-size: 3.438vw;
  line-height: 1.455em;
  text-align: center; }

.top_progress_report_map_cont {
  width: 79.688vw;
  margin: 0 auto;
  padding: 3.125vw;
  background-color: #C20F28; }

.top_progress_report_map_area {
  padding: 0 3.125vw;
  background-color: #fff; }
  .top_progress_report_map_area:last-of-type .area_name {
    border-bottom: none; }
  .top_progress_report_map_area:last-of-type .top_progress_report_map_list {
    border-top: dotted 1px #8C8783; }

.area_name {
  padding: 4.688vw 0 4.688vw 5.313vw;
  font-size: 4.063vw;
  font-weight: bold;
  background: url(../images/index/icon_arrow_down.png) no-repeat 0 50%;
  background-size: 3.125vw auto;
  border-bottom: dotted 1px #8C8783; }
  .area_name.is-active {
    background: url(../images/index/icon_arrow_up.png) no-repeat 0 50%;
    background-size: 3.125vw auto; }

.top_progress_report_map_list {
  display: none;
  padding: 6.25vw 4.688vw;
  border-bottom: dotted 1px #8C8783; }
  .top_progress_report_map_list > li {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    color: #B4B4B4; }
    .top_progress_report_map_list > li:last-child {
      margin-bottom: 0; }
    .top_progress_report_map_list > li > a {
      color: #C20F28;
      text-decoration: underline; }

.top_progress_report_map_bnr {
  width: 62.5vw;
  margin: 9.375vw auto 0; }

.top_strategy {
  padding: 4.688vw 0;
  background: url(../images/index/strategy_bg.png) no-repeat 50% 0;
  background-size: 86.719vw auto; }
  .top_strategy .top_sec_ttl {
    margin-bottom: 7.813vw;
    color: #C20F28; }
    .top_strategy .top_sec_ttl > span {
      color: #323232; }

.top_strategy_cont {
  width: 79.688vw;
  margin: 0 auto;
  padding: 3.125vw;
  background-color: #C20F28; }

.top_strategy_cont_area {
  padding: 0 3.125vw;
  background-color: #fff; }
  .top_strategy_cont_area:last-of-type .area_name {
    border-bottom: none; }
  .top_strategy_cont_area:last-of-type .top_strategy_pref_list_wrap {
    border-bottom: none; }
  .top_strategy_cont_area .area_name.is-active {
    border-bottom: none; }

.top_strategy_pref_list_wrap {
  padding-bottom: 6.25vw;
  border-bottom: dotted 1px #8C8783; }

.top_strategy_pref_list {
  background-color: #F0F0F0; }

.top_strategy_pref {
  position: relative;
  width: 54.688vw;
  margin: 0 auto;
  padding: 7.813vw 0; }
  .top_strategy_pref + .top_strategy_pref {
    border-top: solid 1px #CFC9C3; }
    .top_strategy_pref + .top_strategy_pref::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
  .top_strategy_pref .pref_name {
    margin-bottom: 4.688vw;
    font-size: 3.75vw;
    font-weight: bold; }
  .top_strategy_pref .pref_link {
    position: relative;
    padding-left: 1em; }
    .top_strategy_pref .pref_link:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "・";
      color: #C20F28; }
    .top_strategy_pref .pref_link a {
      color: #C20F28;
      line-height: 1.5em;
      text-decoration: underline;
      word-wrap: break-word; }
    .top_strategy_pref .pref_link + .pref_link {
      margin-top: 4.688vw; }

.top_other {
  width: 79.688vw;
  margin: 6.25vw auto 0;
  padding-bottom: 12.5vw; }
  .top_other .top_other_ttl {
    margin-bottom: 2.344vw;
    font-size: 4.688vw;
    font-weight: bold; }
  .top_other .top_other_link_list > li {
    padding-left: 1em;
    text-indent: -1em; }
  .top_other .top_other_link_list a {
    display: inline;
    font-size: 3.75vw;
    color: #C20F28;
    line-height: 1.4;
    text-decoration: underline; }

.link_bottom {
  padding: 12.5vw 3.125vw;
  background-color: #fff; }

/*--------------------
	Responsive
--------------------*/
/*-- PC_Tablet --*/
@media print, screen and (min-width: 769px) {
  .top_kv {
    height: 600px;
    margin-bottom: 42px;
    background: url(../images/index/hero_pc.jpg) no-repeat 50% 0;
    background-size: auto 100%; }
  .top_lead {
    width: 1024px;
    min-height: 611px;
    margin: 0 auto;
    position: relative;
    padding: 73px 0 0 25px;
    background: url(../images/index/top_lead_bg03_pc.png) no-repeat 100% 0;
    background-size: 100% auto; }
  .top_lead_cont {
    position: relative;
    z-index: 1;
    width: 703px;
    padding: 50px 140px 20px 50px;
    background: url(../images/index/top_lead_bg01_pc.png) no-repeat 50% 0;
    background-size: 100% auto; }
    .top_lead_cont::before {
      height: 30px;
      background: url(../images/index/top_lead_bg02_pc.png) no-repeat 50% 0;
      background-size: 100% auto;
      position: absolute;
      top: auto;
      left: 0;
      bottom: -30px; }
  .top_lead_ttl {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
    line-height: 1.308em; }
  .top_lead_txt {
    font-size: 16px;
    line-height: 2em; }
  .top_sec_ttl {
    font-size: 28px;
    letter-spacing: .2em;
    line-height: 1.667em; }
    .top_sec_ttl > span {
      margin-top: -6px;
      font-size: 14px;
      letter-spacing: .1em; }
  .top_movie {
    width: 1024px;
    margin: 80px auto;
    padding: 0;
    background: none;
    position: relative;
    z-index: 1; }
    .top_movie .top_sec_ttl {
      color: #C20F28; }
      .top_movie .top_sec_ttl span {
        color: #323232; }
  .top_movie_inr_wrap {
    margin-top: 20px;
    padding: 20px;
    background-color: #C20F28; }
  .top_movie_coming_soon {
    padding: 0; }
  .top_movie_inr {
    position: relative;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 0; }
    .top_movie_inr > iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .top_banner {
    width: 1024px;
    margin: 0 auto;
    padding: 0; }
    .top_banner + .top_banner {
      margin-top: 28px; }
  .ban_balloon a::before {
    top: -10px;
    left: -10px;
    width: 145px;
    height: 57px; }
  .top_response_report {
    margin-top: 80px;
    margin-bottom: 80px;
    background: url(../images/index/response_report_bg_pc.png) no-repeat 50% 60px; }
    .top_response_report .top_sec_txt {
      margin: 0 auto;
      padding: 30px 0 60px;
      font-size: 16px;
      line-height: 1.875em;
      text-align: center; }
      .top_response_report .top_sec_txt em {
        margin-top: 20p4; }
    .top_response_report .btn_response_report {
      width: 290px; }
  .top_activity_report {
    margin-top: 80px;
    margin-bottom: 80px;
    background: url(../images/index/activity_report_bg_pc.png) no-repeat 50% 100px;
    background-size: 1024px auto; }
    .top_activity_report .top_sec_txt {
      margin: 0 auto;
      padding: 50px 0 60px;
      font-size: 16px;
      line-height: 1.875em;
      text-align: center; }
      .top_activity_report .top_sec_txt em {
        margin-top: 20px; }
    .top_activity_report .btn_activity_report {
      width: 290px; }
  .whats_new {
    margin-top: 54px;
    padding: 60px 0 80px;
    background: url(../images/index/whats_new_bg02.png) no-repeat 138px 138px, url(../images/index/whats_new_bg03.png) no-repeat right 138px bottom 47px, url(../images/index/whats_new_bg_pc.jpg) no-repeat 50% 0;
    background-size: 521px auto,303px auto,cover; }
  .whats_new_cont {
    width: 760px;
    margin: 50px auto 0;
    padding: 24px 50px; }
  .whats_new_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    background: url(../images/index/line_pc.png) repeat-x 0 100%;
    background-size: auto; }
    .whats_new_list > li:last-child {
      background: none; }
  .whats_new_list_cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    width: 284px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .tag_prefecture, .article_prefecture {
    display: block;
    width: 64px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 16px;
    padding: 5px 0;
    font-size: 12px; }
  .whats_new_time, .article_time {
    font-size: 14px; }
  .whats_new_ttl {
    width: 690px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.572em; }
    .whats_new_ttl > a:hover {
      text-decoration: underline; }
  .top_progress_report {
    width: 1024px;
    margin: 80px auto 0;
    padding: 0;
    background: none; }
    .top_progress_report .top_sec_ttl {
      margin-bottom: 40px; }
      .top_progress_report .top_sec_ttl > span {
        color: #323232; }
  .top_progress_report_cont_above {
    width: 1000px;
    margin: 0 auto 60px;
    padding: 40px 46px;
    border: dotted 1px #646464;
    -webkit-box-shadow: 0px 0px 0px 10px #F4F4F4 inset;
    box-shadow: 0px 0px 0px 10px #F4F4F4 inset;
    background-color: #fff; }
  .top_progress_report_keyword {
    width: 298px;
    margin: 0 38px 30px 0;
    display: inline-block;
    vertical-align: top; }
  .top_progress_report_ttl {
    margin-bottom: 20px;
    font-size: 14px; }
  .top_progress_report_keyword_form {
    padding: 10px;
    background: #F5F5F5; }
  .top_progress_report_keyword_form_inr {
    padding: 10px;
    background-color: #EFDBCC; }
    .top_progress_report_keyword_form_inr input[type="text"] {
      width: 173px;
      padding: 5px;
      font-size: 12px;
      border-radius: 4px; }
    .top_progress_report_keyword_form_inr button[type="submit"] {
      width: 70px;
      height: 28px;
      text-align: right;
      font-size: 11px;
      background: #C20F28 url(../images/index/icon_search_wht.png) no-repeat 11px 50%;
      letter-spacing: .5em;
      line-height: 28px; }
      .top_progress_report_keyword_form_inr button[type="submit"]:hover {
        opacity: .7;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s; }
  .top_progress_report_category {
    width: 564px;
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top; }
  .top_progress_report_category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0; }
    .top_progress_report_category_list > li {
      margin-right: 7px;
      margin-bottom: 0; }
  .top_progress_report_tag {
    width: 100%;
    margin: 40px auto 0; }
  .top_progress_report_tag_select_wrap {
    display: none; }
  .top_progress_report_tag_list, .progress_report_tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top_progress_report_tag_list::after, .progress_report_tag_list::after {
      content: "";
      display: block;
      width: 295px; }
    .top_progress_report_tag_list > li, .progress_report_tag_list > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 295px;
      margin-bottom: 8px; }
      .top_progress_report_tag_list > li a, .progress_report_tag_list > li a {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-color: #80BC5E;
        border-radius: 4px;
        color: #fff;
        font-size: 11px;
        line-height: 1.75em; }
  .top_progress_report_map {
    position: relative;
    width: 1024px;
    margin: 0 auto; }
  .top_progress_report_map_lead {
    position: absolute;
    right: 48px;
    bottom: 0;
    z-index: 1;
    width: 276px;
    height: 472px;
    padding: 30px 40px 0 50px;
    background: url(../images/index/progress_hasashi_pc.png) no-repeat 50% 0;
    background-size: 100% auto;
    font-size: 14px;
    line-height: 1.572em;
    text-align: center; }
  .top_progress_report_map_cont {
    position: relative;
    width: 1024px;
    height: 928px;
    padding: 0;
    background: url(../images/index/top_progress_report_map_bg.png) no-repeat 50% 24px, url(../images/index/progress_report_bg_pc.png) no-repeat 0 0; }
  .top_progress_report_map_area {
    position: absolute;
    width: 84px;
    padding: 0;
    background-color: transparent; }
    .top_progress_report_map_area:last-of-type .area_name {
      border-bottom: solid 1px #CFC0B6; }
    .top_progress_report_map_area:last-of-type .top_progress_report_map_list {
      border-top: none; }
  .area_name {
    margin-bottom: 14px;
    padding: 0 0 10px 24px;
    font-size: 18px;
    background: url(../images/index/icon_heading_sub.png) no-repeat 0 0;
    background-size: 17px;
    border-bottom: solid 1px #CFC0B6;
    pointer-events: none; }
  .top_progress_report_map_list {
    display: block;
    padding: 0;
    border-bottom: 0; }
    .top_progress_report_map_list > li {
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: .1em; }
      .top_progress_report_map_list > li a {
        text-decoration: none; }
  #hokkaido {
    top: 58px;
    left: 508px; }
  #tohoku {
    top: 202px;
    left: 752px; }
  #hokuriku {
    width: 96px;
    top: 176px;
    left: 378px; }
    #hokuriku .area_name {
      padding-left: 20px;
      text-align: left; }
  #kanto {
    top: 376px;
    left: 662px; }
  #tokai {
    top: 531px;
    left: 555px; }
  #kansai {
    top: 557px;
    left: 441px; }
  #chugoku {
    top: 261px;
    left: 244px; }
  #shikoku {
    top: 618px;
    left: 308px; }
  #kyusyu {
    top: 261px;
    left: 127px; }
  #okinawa {
    top: 25px;
    left: 197px; }
  .top_progress_report_map_bnr {
    width: 160px;
    margin: 0;
    position: absolute;
    top: 578px;
    left: 20px; }
  .top_strategy {
    margin-top: -128px;
    padding: 20px 0 0;
    background: url(../images/index/strategy_bg.png) no-repeat 50% 0;
    background-size: 720px auto; }
    .top_strategy .top_sec_ttl {
      margin-bottom: 54px;
      color: #C20F28; }
      .top_strategy .top_sec_ttl > span {
        color: #323232; }
  .top_strategy_cont {
    width: 1000px;
    margin: 0 auto;
    padding: 10px; }
  .top_strategy_cont_area {
    padding: 0 40px; }
    .top_strategy_cont_area:last-of-type .area_name {
      border-bottom: none; }
    .top_strategy_cont_area:last-of-type .top_strategy_cont_list_wrap {
      border-bottom: none; }
    .top_strategy_cont_area .area_name {
      margin-bottom: 0;
      padding: 20px;
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      background: url(../images/index/icon_arrow_down.png) no-repeat 0 50%;
      background-size: 14px;
      border-bottom-width: 2px;
      border-bottom: dotted 2px #8C8783;
      pointer-events: auto; }
      .top_strategy_cont_area .area_name.is-active {
        border-bottom: none;
        background: url(../images/index/icon_arrow_up.png) no-repeat 0 50%;
        background-size: 14px; }
      .top_strategy_cont_area .area_name:hover {
        cursor: pointer; }
  .top_strategy_pref_list_wrap {
    display: none;
    padding-bottom: 20px;
    border-bottom-width: 2px; }
  .top_strategy_pref_list {
    padding: 0 34px;
    border-radius: 6px; }
  .top_strategy_pref {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 0; }
    .top_strategy_pref .pref_name {
      width: 5em;
      font-size: 14px;
      margin-bottom: 0; }
    .top_strategy_pref .pref_link::before {
      top: 4px;
      color: #323232; }
    .top_strategy_pref .pref_link + .pref_link {
      margin-top: 20px; }
  .top_other {
    width: 1000px;
    margin: 60px auto 0;
    padding-bottom: 80px; }
    .top_other .top_other_ttl {
      margin-bottom: 15px;
      font-size: 18px; }
    .top_other .top_other_link_list a {
      font-size: 16px; }
  .link_bottom {
    padding: 60px 0; }
    .link_bottom .link_img {
      display: block;
      width: 510px;
      margin: 0 auto; } }

/**
 * 検索結果
 */
.search_result_wrap {
  margin-top: 9.375vw;
  margin-bottom: 9.375vw; }

.search_result_box {
  margin-bottom: 4.688vw;
  padding: 6.25vw;
  background-color: #EBEBEB;
  border-radius: 4px; }

.search_txt {
  margin-bottom: 4.063vw;
  text-align: center;
  font-size: 3.75vw; }
  .search_txt::before {
    content: "";
    display: inline-block;
    width: 3.282vw;
    height: 3.125vw;
    margin-right: 1.563vw;
    background: url(../images/search_result/icon_search.png) no-repeat 0 0;
    background-size: 100% auto;
    position: relative;
    top: 2px; }

.search_word {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  color: #C20F28; }

.search_result {
  font-size: 3.75vw;
  text-align: center; }

.search_result_num {
  display: inline-block;
  padding: 0 2px;
  font-size: 5vw;
  font-weight: bold;
  color: #C20F28; }

.p-search_result .whats_new_ttl {
  font-size: 4.375vw;
  line-height: 1.429em; }
  .p-search_result .whats_new_ttl a {
    text-decoration: underline; }

.article_newsletter {
  margin-top: 9.375vw;
  padding: 3.125vw;
  background-color: #C20F28; }

.article_newsletter_inr {
  padding: 5.625vw;
  background-color: #fff; }

.article_newsletter_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.688vw; }
  .article_newsletter_ttl::before {
    content: "";
    display: block;
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.5vw;
    background: url(../images/common/icon_arrow_circle_gray.png) no-repeat 0 0;
    background-size: contain; }
  .article_newsletter_ttl a {
    color: #C20F28;
    font-size: 4.375vw;
    font-weight: bold;
    text-decoration: underline; }

.article_newsletter_txt {
  font-size: 4.063vw;
  font-weight: bold;
  line-height: 1.539em; }

/*--------------------
	Responsive
--------------------*/
/*-- PC_Tablet --*/
@media print, screen and (min-width: 769px) {
  .search_result_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #EBEBEB;
    border-radius: 4px; }
  .search_result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0 0;
    padding: 0;
    background-color: transparent; }
  .search_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 4px;
    text-align: left;
    font-size: 14px; }
    .search_txt::before {
      width: 15px;
      height: 14px;
      margin-right: 5px;
      top: 2px; }
  .search_word {
    font-size: 23px;
    text-align: left; }
  .search_result {
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .search_result_num {
    padding: 0 2px;
    font-size: 23px; }
  .p-search_result .whats_new_list_cap {
    width: 230px; }
  .p-search_result .whats_new_time, .p-search_result .article_time {
    font-size: 18px; }
  .p-search_result .whats_new_ttl {
    font-size: 16px;
    line-height: 1.667em; }
  .p-search_result .whats_new_list > li:last-child {
    background: url(../images/index/line_pc.png) repeat-x 0 100%;
    background-size: auto; }
  .article_newsletter {
    margin-top: 60px;
    padding: 10px; }
  .article_newsletter_inr {
    padding: 30px; }
  .article_newsletter_ttl {
    margin-bottom: 12px; }
    .article_newsletter_ttl::before {
      width: 14px;
      height: 14px;
      margin-right: 8px; }
    .article_newsletter_ttl a {
      font-size: 18px; }
  .article_newsletter_txt {
    font-size: 14px;
    line-height: 2.072em; } }

/**
 * 記事
 */
.page_ttl {
  background: none;
  margin-bottom: 4.688vw;
  padding-left: 0; }

.article_info {
  margin-bottom: 3.125vw; }

.article_prefecture {
  display: inline-block; }

.article_time {
  font-size: 3.75vw;
  display: block;
  margin: 4.688vw 0 3.125vw; }

.target_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.907vw; }
  .target_category_list > li {
    width: 25.313vw;
    margin-bottom: 2.344vw; }

.progress_report_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.813vw; }
  .progress_report_tag_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 39.063vw;
    margin-bottom: 1.563vw;
    background-color: #80BC5E;
    border-radius: 4px;
    line-height: 1.4em; }
    .progress_report_tag_list > li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.563vw;
      font-size: 3.125vw;
      color: #fff;
      min-height: 12.5vw; }

.page_img_hr {
  margin-top: 6.25vw;
  text-align: center; }
  .page_img_hr .page_img {
    margin-top: 4.688vw;
    width: auto;
    max-width: 400px; }
    .page_img_hr .page_img img {
      width: auto; }
    .page_img_hr .page_img:first-child {
      margin-top: 0; }

.page_content + .page_content {
  margin-top: 12.5vw; }

.page_content p {
  font-size: 4.063vw;
  line-height: 1.847em;
  word-wrap: break-word; }

.page_content .wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 2.667vw 0 0; }

.page_content .img_bradius {
  border-radius: 10px; }

.aligncenter {
  margin: 0 auto;
  text-align: center !important; }

.page_content_ttl {
  margin-bottom: 9.375vw;
  padding-bottom: 3.125vw;
  padding-left: 6.25vw;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.438em;
  border-bottom: dotted 2px #323232;
  background: url(../images/page/icon_heading_sub.png) no-repeat 0 4px;
  background-size: 4.063vw; }

.page_information {
  margin-top: 12.5vw;
  padding: 12.5vw 6.25vw;
  background-color: #EBEBEB; }

.page_information_ttl {
  margin-bottom: 3.75vw;
  padding-left: 5.313vw;
  font-size: 4.688vw;
  font-weight: bold;
  line-height: 1.4em;
  background: url(../images/page/icon_heading_sub.png) no-repeat 0 4px;
  background-size: 3.75vw; }

.page_information_list > li {
  margin-bottom: 5.313vw;
  font-size: 4.063vw;
  line-height: 1.539em;
  word-wrap: break-word; }
  .page_information_list > li:last-child {
    margin-bottom: 0; }
  .page_information_list > li a {
    padding-left: 5.313vw;
    color: #C20F28;
    background: url(../images/index/icon_arrow_circle.png) no-repeat 0 50%;
    background-size: 3.125vw;
    text-decoration: underline; }

.ja_prof {
  margin-top: 12.5vw;
  margin-bottom: 9.375vw; }

.ja_prof_ttl {
  margin-bottom: 3.75vw;
  font-size: 4.063vw;
  font-weight: bold; }

.ja_prof_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 3.75vw; }
  .ja_prof_list:nth-of-type(1) .ja_prof_list_ttl {
    border-top: 0; }
  .ja_prof_list:last-of-type .ja_prof_list_desc {
    border-bottom: dotted 2px #323232; }

.ja_prof_list_ttl {
  width: 31.25vw;
  padding: 4.688vw 0;
  font-weight: bold;
  line-height: 1.417em;
  text-align: center;
  color: #fff;
  background-color: #C20F28;
  border-top: dotted 2px #fff; }

.ja_prof_list_desc {
  width: 48.438vw;
  padding: 4.688vw;
  line-height: 1.417em;
  word-break: break-all;
  border-top: dotted 2px #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination {
  position: relative; }

.prev_next {
  width: 56.25vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .prev_next a {
    font-size: 4.063vw; }

.btn_back {
  width: 36.875vw;
  margin: 7.813vw auto 0; }
  .btn_back a {
    display: block;
    padding: 4.063vw 0;
    font-size: 4.063vw;
    color: #fff;
    background-color: #C20F28;
    border-radius: 4px;
    text-align: center; }
    .btn_back a::before {
      content: "";
      display: inline-block;
      width: 2.969vw;
      height: 2.969vw;
      margin-right: 1.563vw;
      background: url(../images/page/icon_arrow_circle_wht.png) no-repeat 0 50%;
      background-size: 100% auto; }

/*--------------------
	Responsive
--------------------*/
/*-- PC_Tablet --*/
@media print, screen and (min-width: 769px) {
  .article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px; }
  .article_prefecture {
    display: inline-block; }
  .article_time {
    font-size: 15px;
    display: block;
    margin: 0; }
  .page_ttl {
    margin-bottom: 20px;
    padding-bottom: 9px; }
  .target_category_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .target_category_list > li {
      width: 160px;
      margin-right: 10px;
      margin-bottom: 0; }
  .progress_report_tag_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px; }
    .progress_report_tag_list::after {
      content: "";
      display: block;
      width: 295px; }
    .progress_report_tag_list > li {
      width: 295px;
      margin-bottom: 10px;
      line-height: 2.167em; }
      .progress_report_tag_list > li a {
        padding: 8px 0;
        font-size: 11px;
        min-height: auto; }
  .page_img_hr {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .page_img_hr .page_img {
      display: inline-block;
      width: auto;
      max-width: 400px;
      margin-top: 0;
      margin-left: 14px; }
      .page_img_hr .page_img:first-of-type {
        margin-left: 0; }
  .page_content + .page_content {
    margin-top: 50px; }
  .page_content p {
    font-size: 14px;
    line-height: 1.858em; }
  .page_content .wp-caption-text {
    display: inline-block;
    text-align: left;
    margin: 8px 0; }
  .page_content .img_bradius {
    border-radius: 10px; }
  .page_content_ttl {
    margin-bottom: 24px;
    padding-bottom: 5px;
    padding-left: 28px;
    font-size: 21px;
    line-height: 2.191em;
    border-bottom: dotted 1px #323232;
    background: url(../images/page/icon_heading_sub.png) no-repeat 0 10px;
    background-size: 20px; }
  .page_information {
    margin-top: 50px;
    padding: 40px 50px; }
  .page_information_ttl {
    margin-bottom: 24px;
    padding-left: 28px;
    font-size: 18px;
    line-height: 2.112em;
    background: url(../images/page/icon_heading_sub.png) no-repeat 0 8px;
    background-size: 18px; }
  .page_information_list > li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.467em; }
    .page_information_list > li a {
      padding-left: 17px;
      background: url(../images/index/icon_arrow_circle.png) no-repeat 0 50%;
      background-size: 10px; }
  .ja_prof {
    margin-top: 60px;
    margin-bottom: 40px; }
  .ja_prof_ttl {
    margin-bottom: 10px;
    font-size: 16px; }
  .ja_prof_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px; }
    .ja_prof_list:last-of-type .ja_prof_list_desc {
      border-bottom: dotted 1px #323232; }
  .ja_prof_list_ttl {
    width: 200px;
    padding: 8px;
    line-height: 1;
    border-top: dotted 1px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ja_prof_list_desc {
    width: 706px;
    padding: 8px 30px;
    font-size: 13px;
    line-height: 2.308em;
    border-top: dotted 1px #323232; }
  .pagination {
    width: 308px;
    margin: 60px auto 0; }
  .prev_next {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .prev_next a {
      font-size: 14px;
      text-decoration: underline; }
  .btn_back {
    width: 100px;
    margin: auto;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    bottom: 0; }
    .btn_back a {
      display: block;
      padding: 14px;
      font-size: 14px; }
      .btn_back a::before {
        width: 10px;
        height: 10px;
        margin-right: 6px; } }

/**
 * ???JA???????????
 */
#declaration_contents .hero {
  height: 192.969vw;
  background: url(../images/declaration/hero_bg_sp.jpg) no-repeat 0 0;
  background-size: contain; }

#declaration_contents .hero_inr {
  position: relative; }

#declaration_contents .hero_head {
  padding-top: 24.063vw; }

#declaration_contents .hero_txt {
  padding-top: 21.875vw; }

#declaration_contents .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 33.594vw;
  right: 3.75vw; }

#declaration_contents .hero_menu01 {
  width: 1.875vw; }

#declaration_contents .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125vw;
  padding-top: 3.125vw;
  background: url(../images/declaration/hero_menu_line.png) no-repeat 50% 0;
  background-size: auto 1px; }

#declaration_contents .sns_ttl {
  width: 1.875vw;
  margin-bottom: 2.344vw; }

#declaration_contents .sns_list > li {
  width: 5.625vw;
  margin: 1.563vw 0; }

#declaration_contents .contents_area {
  width: 100%;
  background-color: #fff;
  padding: 0; }

#declaration_contents .ja_logo {
  width: 16.407vw;
  margin: 0 auto 5.625vw;
  padding-top: 9.375vw; }

#declaration_contents .lead_txt {
  position: relative;
  margin-bottom: 3.907vw;
  padding-bottom: 6.25vw;
  font-size: 3.438vw;
  font-weight: bold;
  line-height: 1.773em;
  text-align: center; }
  #declaration_contents .lead_txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 13.282vw;
    height: 1px;
    margin: auto;
    background-color: #232323; }

#declaration_contents .declaration_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.032vw; }
  #declaration_contents .declaration_area_list > li {
    width: 20.938vw;
    margin: 2.5vw;
    padding-bottom: 1.563vw;
    text-align: center;
    background: url(../images/declaration/area_list_line.png) no-repeat 0 100%;
    background-size: contain; }
    #declaration_contents .declaration_area_list > li.chugoku, #declaration_contents .declaration_area_list > li.kyushu {
      margin-left: 15.625vw; }
    #declaration_contents .declaration_area_list > li.shikoku, #declaration_contents .declaration_area_list > li.okinawa {
      margin-right: auto; }
    #declaration_contents .declaration_area_list > li a {
      display: block;
      padding: 3.907vw 0;
      font-size: 3.907vw;
      font-weight: bold; }
      #declaration_contents .declaration_area_list > li a span {
        display: block;
        margin: 0 -3.125vw; }

#declaration_contents .sec_area:not(:first-child) {
  margin-top: 7.032vw; }

#declaration_contents .declaration_area_name {
  margin-bottom: 3.125vw;
  font-size: 3.438vw;
  font-weight: bold;
  line-height: 1; }

#declaration_contents .declaration_area_contents {
  border: solid 0.782vw #232323; }

#declaration_contents .prefacture_name {
  position: relative;
  padding: 7.032vw 6.25vw;
  font-size: 5vw;
  font-weight: bold; }
  #declaration_contents .prefacture_name::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6.25vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10.313vw;
    height: 2.969vw;
    background: url(../images/declaration/more_open.png) no-repeat 0 0;
    background-size: contain; }
  #declaration_contents .prefacture_name.is-active::after {
    background: url(../images/declaration/more_close.png) no-repeat 0 0;
    background-size: contain; }

#declaration_contents .file_list {
  border-top: solid 1px #232323;
  background-color: #D0EFE7; }
  #declaration_contents .file_list + .prefacture_name {
    border-top: solid 1px #232323; }
  #declaration_contents .file_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6.25vw;
    font-size: 4.063vw;
    line-height: 1.577em; }
    #declaration_contents .file_list > li + li {
      border-top: solid 1px #BFDFD8; }
    #declaration_contents .file_list > li span {
      padding-right: 2.188vw;
      font-weight: bold; }
    #declaration_contents .file_list > li a {
      text-decoration: underline; }
      #declaration_contents .file_list > li a.ico_pdf {
        position: relative; }
        #declaration_contents .file_list > li a.ico_pdf::after {
          content: "";
          display: inline-block;
          width: 4.375vw;
          height: 4.844vw;
          margin-left: 2.188vw;
          background: url(../images/declaration/icon_pdf.png) no-repeat 0 0;
          background-size: contain; }

/*-- PC_Tablet --*/
@media print, screen and (min-width: 768px) {
  #declaration_contents img {
    width: auto; }
  #declaration_contents .hero {
    height: 967px;
    margin: auto;
    background: url(../images/declaration/hero_bg_pc.jpg) no-repeat 50% 0;
    background-size: cover; }
  #declaration_contents .hero_inr {
    width: 1024px;
    margin: 0 auto; }
  #declaration_contents .hero_head {
    width: 696px;
    margin: 0 auto;
    padding-top: 113px; }
  #declaration_contents .hero_txt {
    width: 696px;
    margin: 0 auto;
    padding-top: 40px; }
  #declaration_contents .sns_area {
    top: 186px;
    right: 140px; }
  #declaration_contents .hero_menu01 {
    width: 10px; }
  #declaration_contents .sns_wrap {
    margin-top: 12px;
    padding-top: 12px;
    background: url(../images/declaration/hero_menu_line.png) no-repeat 50% 0;
    background-size: auto 1px; }
  #declaration_contents .sns_ttl {
    width: 10px;
    margin-bottom: 14px; }
  #declaration_contents .sns_list > li {
    width: 18px;
    height: 18px;
    margin: 6px 0; }
    #declaration_contents .sns_list > li a img {
      vertical-align: top; }
  #declaration_contents .contents_area_inr {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 130px; }
  #declaration_contents .ja_logo {
    width: 85px;
    margin: 0 auto 25px;
    padding-top: 0; }
  #declaration_contents .lead_txt {
    margin-bottom: 50px;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 1.706em; }
    #declaration_contents .lead_txt::after {
      width: 74px; }
  #declaration_contents .declaration_area_list {
    width: 850px;
    margin: 0 auto 75px; }
    #declaration_contents .declaration_area_list > li {
      width: 120px;
      margin: 10px 25px;
      padding-bottom: 15px;
      background: url(../images/declaration/area_list_line.png) no-repeat 0 100%;
      background-size: contain; }
      #declaration_contents .declaration_area_list > li.chugoku, #declaration_contents .declaration_area_list > li.kyushu {
        margin-left: 25px; }
      #declaration_contents .declaration_area_list > li.shikoku, #declaration_contents .declaration_area_list > li.okinawa {
        margin-right: 25px; }
      #declaration_contents .declaration_area_list > li a {
        padding: 20px 0;
        font-size: 22px; }
        #declaration_contents .declaration_area_list > li a span {
          display: block;
          margin: 0 -10px; }
  #declaration_contents .sec_area {
    width: 850px;
    margin: 0 auto; }
    #declaration_contents .sec_area:not(:first-child) {
      margin-top: 40px; }
  #declaration_contents .declaration_area_name {
    margin-bottom: 20px;
    font-size: 24px; }
  #declaration_contents .declaration_area_contents {
    border: solid 6px #232323; }
  #declaration_contents .prefacture_name {
    padding: 45px 60px;
    font-size: 24px;
    cursor: pointer; }
    #declaration_contents .prefacture_name::after {
      right: 60px;
      width: 58px;
      height: 13px; }
    #declaration_contents .prefacture_name.is-active::after {
      background: url(../images/declaration/more_close.png) no-repeat 0 0;
      background-size: contain; }
  #declaration_contents .file_list {
    display: none; }
    #declaration_contents .file_list > li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 60px;
      font-size: 14px;
      line-height: 0.5em; }
      #declaration_contents .file_list > li span {
        padding-right: 20px; }
      #declaration_contents .file_list > li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #declaration_contents .file_list > li a.ico_pdf {
          position: relative; }
          #declaration_contents .file_list > li a.ico_pdf::after {
            width: 20px;
            height: 20px;
            margin-left: 7px; } }
