  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #373b4e;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.75;
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  /* text-align: justify; */
  word-break: break-all;
}

a {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
a:hover {
  opacity: 0.5;
}

/* header
----------------------------------------*/
header {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

header .h_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .h_inner #h_inner_left {
  flex-basis: 350px;
  display: flex;
  align-items: center;
}

header .h_inner #h_inner_left h1 {
  flex-basis: 40%;
  margin-right: 15px;
}

header .h_inner #h_inner_left h1 img {
  vertical-align: text-top;
}

header .h_inner #h_inner_left #SiteTitle {
  flex-basis: 57%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

header .h_inner #SiteTitle span {
  display: block;
}

header .h_inner #h_inner_right {
  flex-basis: calc(100% - 370px);
  max-width: 450px;
  display: flex;
  align-items: center;
}

header .h_inner #h_search {
  flex-basis: 60%;
  margin-right: 30px;
  display: flex;
  border: 1px solid #00965b;
}

header .h_inner #h_search #___gcse_0 {
  width: 100%;
}

header .h_inner #h_search form.gsc-search-box {
  margin: 0;
}

header .h_inner #h_search table {
  width: 100%;
  margin: 0;
}

header .h_inner #h_search table .gsc-input {
  width: 85%;
}

header .h_inner #h_search table .gsc-input-box {
  border: none;
}

header .h_inner #h_search table .gsc-input-box td {
  padding: 0;
}

header .h_inner #h_search table .gsc-input-box td input {
  height: 37px !important;
  padding: 5px !important;
  box-sizing: border-box;
  background: none !important;
  font-size: 1.5rem;
}

header .h_inner #h_search table td.gsc-search-button {
  width: 15%;
  border-left: 1px solid #00965b;
}

header .h_inner #h_search table td.gsc-search-button button {
  position: relative;
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0;
  border: none;
  margin: 0;
  text-align: center;
  color: #00965b;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

header .h_inner #h_search table td.gsc-search-button button:after {
  position: absolute;
  display: block;
  width: 100%;
  content: "—ÊË÷";
  font-size: 1.5rem;
  top: 6px;
  left: 0;
}

header .h_inner #h_search table td.gsc-search-button button:hover {
  background: #016e44;
  color: #ffffff;
}

header .h_inner #h_search table td.gsc-search-button button svg {
  display: none;
}

header .h_inner #h_search table .gs_tti50 {
  padding: 0;
}

header .h_inner #h_lang {
  flex-basis: 80px;
}

header .h_inner #h_lang a {
  color: #00965b;
}

header .h_inner #h_lang a:hover {
  color: #00a048;
}

header .h_inner #h_navi {
  flex-basis: 80px;
  position: relative;
}

header .h_inner #h_navi #overlay-button {
  position: absolute;
  top: -15px;
  right: 0;
  padding: 15px 10px;
  cursor: pointer;
  user-select: none;
}

header .h_inner #h_navi #overlay-button span {
  height: 4px;
  width: 37px;
  background-color: #006f44;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  text-align: right;
}

header .h_inner #h_navi #overlay-button span:before,
header .h_inner #h_navi #overlay-button span:after {
  height: 4px;
  width: 50px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
  background: #006f44;
  right: 0;
}

header .h_inner #h_navi #overlay-button span:before {
  top: -10px;
  visibility: visible;
}

header .h_inner #h_navi #overlay-button span:after {
  top: 10px;
  width: 25px;
}

header .h_inner #h_navi input[type="checkbox"] {
  display: none;
}

header .h_inner #h_navi input[type="checkbox"]:checked ~ #overlay {
  visibility: visible;
}

header .h_inner #h_navi input[type="checkbox"]:checked ~ #overlay-button {
  display: none;
}

header .h_inner #h_navi #overlay {
  height: 100vh;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 10px 0;
  box-sizing: border-box;
}

header .h_inner #h_navi #overlay:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url("/research/research-highlight/common/images/h_nav_bg_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.22;
}

header .h_inner #h_navi #overlay:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url("/research/research-highlight/common/images/h_nav_bg_bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  opacity: 0.22;
}

header .h_inner #h_navi #overlay #overlay-button-close {
  position: relative;
  padding: 15px 10px;
  margin: 0 0 50px auto;
  cursor: pointer;
  user-select: none;
}

header .h_inner #h_navi #overlay #overlay-button-close span {
  height: 4px;
  width: 37px;
  position: relative;
  margin: 0 10px 0 auto;
  display: block;
  text-align: right;
  z-index: 10;
}

header .h_inner #h_navi #overlay-button-close span:before,
header .h_inner #h_navi #overlay-button-close span:after {
  height: 4px;
  width: 50px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  background: #006f44;
  right: 0;
}

header .h_inner #h_navi #overlay #overlay-button-close span:before {
  top: -10px;
}

header .h_inner #h_navi #overlay #overlay-button-close span:after {
  top: 10px;
  width: 25px;
}

header .h_inner #h_navi #overlay #overlay-button-close span:before {
  width: 35px;
  transform: rotate(45deg) translate(7px, 7px);
  background: #006f44;
}

header .h_inner #h_navi #overlay #overlay-button-close span:after {
  width: 35px;
  transform: rotate(-45deg) translate(7px, -7px);
  background: #006f44;
}

header .h_inner #h_navi #overlay ul {
  position: relative;
  text-align: center;
  list-style-type: none;
  margin: 50px auto 40px auto;
  z-index: 100;
}

header .h_inner #h_navi #overlay ul li {
  margin: 0 auto 20px auto;
}

header .h_inner #h_navi #overlay ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
}

header .h_inner #h_navi #overlay ul li a:hover {
  color: #006f44;
  text-decoration: underline;
}

header .h_inner #h_navi #h_navi_search {
  position: relative;
  width: 50%;
  display: flex;
  margin: 0 auto 100px;
  border: 1px solid #00965b;
  justify-content: end;
  z-index: 100;
}

header .h_inner #h_navi #h_navi_search #___gcse_0 {
  width: 100%;
}

header .h_inner #h_navi #h_navi_search form.gsc-search-box {
  margin: 0;
}

header .h_inner #h_navi #h_navi_search table {
  width: 100%;
  margin: 0;
}

header .h_inner #h_navi #h_navi_search table .gsc-input {
  width: 85%;
}

header .h_inner #h_navi #h_navi_search table .gsc-input-box {
  border: none;
}

header .h_inner #h_navi #h_navi_search table .gsc-input-box td {
  padding: 0;
}

header .h_inner #h_navi #h_navi_search table .gsc-input-box td input {
  height: 37px !important;
  padding: 5px !important;
  box-sizing: border-box;
  background: none !important;
  font-size: 1.5rem;
}

header .h_inner #h_navi #h_navi_search table td.gsc-search-button {
  width: 15%;
  border-left: 1px solid #00965b;
}

header .h_inner #h_navi #h_navi_search table td.gsc-search-button button {
  position: relative;
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0;
  border: none;
  margin: 0;
  text-align: center;
  color: #00965b;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

header .h_inner #h_navi #h_navi_search table td.gsc-search-button button:after {
  position: absolute;
  display: block;
  width: 100%;
  content: "—ÊË÷";
  font-size: 1.5rem;
  top: 6px;
  left: 0;
}

header .h_inner #h_navi #h_navi_search table td.gsc-search-button button:hover {
  background: #016e44;
  color: #ffffff;
}

header .h_inner #h_navi #h_navi_search table td.gsc-search-button button svg {
  display: none;
}

header .h_inner #h_navi #h_navi_search table .gs_tti50 {
  padding: 0;
}

/*
header .h_inner #h_navi #h_navi_search input[type=text]{
 width: 100px ;
 padding: 1px 5px ;
 box-sizing: border-box ;
 border-right: 1px solid #00965B ;
 color: #00965B ;
}

header .h_inner #h_navi #h_navi_search input[type=submit]{
 width: 60px ;
 padding: 1px 5px ;
 box-sizing: border-box ;
 text-align: center ;
 color: #00965B ;
 font-weight: 600 ;
 font-size: 1.2rem ;
}
*/

header .h_inner #h_navi #h_navi_SiteLogo {
  position: relative;
  width: 20%;
  max-width: 250px;
  margin: 0 auto 20px auto;
  text-align: center;
  z-index: 100;
}

header .h_inner #h_navi #h_navi_SiteLogo img {
  max-width: 100%;
}

header .h_inner #h_navi #h_navi_SiteTitle {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 100;
}

header .h_inner #h_navi #h_navi_SiteTitle span {
  display: block;
}

/* main
----------------------------------------*/
main {
  padding: 0;
}

main .container {
  width: 100%;
  margin: 0 auto 120px;
  color: #363b4f;
}

main .container .m_c_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* h2 */
main .container .m_c_inner h2 {
  position: relative;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 auto 20px auto;
  color: #383b4e;
  z-index: 5;
}

main .container .m_c_inner h2:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: calc(50% - 42px);
  width: 84px;
  height: 3px;
  background: #fff95b;
}

main .container .m_c_inner .h2_sub {
  width: 100%;
  display: block;
  margin: -130px 0 40px 0;
  z-index: 2;
  font-size: 6rem;
  font-weight: bold;
  color: #f2f2f2;
  text-align: center;
  font-family: "Open Sans";
}

@media (max-width: 640px) {
  main .container {
    margin: 0 auto 60px auto;
  }

  /* h2 */
  main .container .m_c_inner h2 {
    font-size: 2rem;
  }

  main .container .m_c_inner .h2_sub {
    margin: -70px 0 40px 0;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

/* pageHeader
--------------------*/
.pageHeader {
  position: relative;
  width: 100%;
}

.pageHeader .pageHeader_bg {
  width: calc(100% - 20%);
  position: absolute;
  overflow: hidden;
  display: block;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    150deg,
    rgba(0, 160, 72, 1) 0%,
    rgba(0, 111, 68, 1) 100%
  );
}

.pageHeader .pageHeader_bg:after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("/research/research-highlight/common/images/pageHeader_bg_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  top: 0;
  left: -19%;
  z-index: 5;
}

.pageHeader .pageHeader_bg:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("/research/research-highlight/common/images/pageHeader_bg_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  top: 0;
  right: -10%;
  z-index: 5;
}

.pageHeader:after {
  width: 20%;
  position: absolute;
  display: block;
  content: "";
  height: 90%;
  top: 0;
  right: 0;
  background-image: url("/research/research-highlight/common/images/theme_bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageHeader .pageHeader_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 30px 5%;
}

.pageHeader .pageHeader_inner h2 {
  position: relative;
  width: 60%;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
  margin-left: 50px;
}

.pageHeader .pageHeader_inner p {
  position: relative;
  width: 60%;
  color: #42b576;
  font-size: 7.5rem;
  font-family: "Open Sans";
  font-weight: bold;
  margin: -130px 0 0 0;
  z-index: 2;
}

@media (max-width: 640px) {
  .pageHeader .pageHeader_inner {
    width: 95%;
    padding: 35px 0 45px 5%;
  }

  .pageHeader .pageHeader_inner h2 {
    width: 70%;
    font-size: 2rem;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .pageHeader .pageHeader_inner p {
    width: 70%;
    font-size: 3rem;
    margin: -90px 0 0 0;
  }
}

/* breadcrumb
--------------------*/
main .breadcrumb {
  margin: 10px auto 60px;
}

main .breadcrumb .m_b_inner {
  max-width: 1100px;
  margin: 0 auto;
}

main .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

main .breadcrumb ul li {
  font-size: 1.2rem;
}

main .breadcrumb ul li:not(:last-of-type)::after {
  content: "?";
  margin: 0 0.6em; /* Ó›ºÅ¤Î×óÓÒ¤ÎÓà°× */
  color: #777; /* Ó›ºÅ¤ÎÉ« */
}

@media (max-width: 640px) {
  main .breadcrumb .m_b_inner {
    width: 95%;
  }
}

/* top
----------------------------------------*/
#top .slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px auto;
}

#top .slider .slider_inner {
}

#top .slider .slider_inner ul {
}

#top .slider .slider_inner ul li {
  position: relative;
}

#top .slider .slider_inner ul li img {
  max-width: 100%;
}

#top .slider .slider_inner ul li p {
  /* position: absolute; */
  height: auto;
  max-width: 1100px;
  text-align: left;
  right: calc(50% - 550px);
  background: #006f44;
}

#top .slider .slider_inner ul li p span {
  display: inline-block;
  color: white;
  line-height: 30px;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 30px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 640px) {
  #top .slider {
    margin: 0 auto 80px auto;
  }

  #top .slider .slider_inner ul li p {
    top: auto;
    bottom: 0;
    height: auto;
    text-align: left;
    right: 0;
  }

  #top .slider .slider_inner ul li p span {
    margin: 0 0 0 auto;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

/* top
----------------------------------------*/
#menu {
}

#menu ul {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px auto;
}

#menu ul li {
  list-style: none;
  flex-basis: 32%;
}

#menu ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(
    150deg,
    rgba(0, 160, 72, 1) 0%,
    rgba(0, 111, 68, 1) 100%
  );
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  border: 1px solid #016e44;
}

#menu ul li a:hover {
  opacity: 1;
  background: #ffffff;
  color: #373b4e;
  border: 1px solid #373b4e;
}

#menu .search {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #363b4e;
}

#menu .search #___gcse_1,
#menu .search #___gcse_2,
#menu .search #___gcse_3 {
  width: 100%;
}

#menu .search form.gsc-search-box {
  margin: 0;
}

#menu .search table {
  width: 100%;
  margin: 0;
}

#menu .search table .gsc-input {
  width: calc(100% - 100px);
}

#menu .search table .gsc-input-box {
  border: none;
}

#menu .search table .gsc-input-box td {
  padding: 0;
}

#menu .search table .gsc-input-box td input {
  height: 37px !important;
  padding: 5px !important;
  box-sizing: border-box;
  background: none !important;
  font-size: 1.5rem;
}

#menu .search table td.gsc-search-button {
  width: 100px;
  border-left: 1px solid #363b4e;
}

#menu .search table td.gsc-search-button button {
  position: relative;
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0;
  border: none;
  margin: 0;
  text-align: center;
  color: #363b4e;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

#menu .search table td.gsc-search-button button:after {
  position: absolute;
  display: block;
  width: 100%;
  content: "—ÊË÷";
  font-size: 1.5rem;
  top: 6px;
  left: 0;
}

#menu .search table td.gsc-search-button button:hover {
  background: #016e44;
  color: #ffffff;
}

#menu .search table td.gsc-search-button button svg {
  display: none;
}

#menu .search table .gs_tti50 {
  padding: 0;
}

@media (max-width: 640px) {
  #menu ul li a {
    padding: 10px 5px;
  }

  #menu .search {
    width: 95%;
    max-width: 450px;
  }
}

/* back
++++++++++++++++++++*/
main .container .m_c_inner .more_link {
  text-align: center;
  margin: 0 auto;
}

main .container .m_c_inner .more_link a {
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  min-width: 300px;
  border: 2px solid #373b4e;
  font-size: 1.5rem;
  font-weight: 600;
  color: #373b4e;
  transition: background 0.3s ease 0s;
}

main .container .m_c_inner .more_link a:hover {
  opacity: 1;
  background-image: linear-gradient(
    150deg,
    rgba(247, 166, 12, 1),
    rgba(1, 159, 72, 1) 0%,
    rgba(1, 110, 68, 1) 100%,
    rgba(35, 102, 247, 1)
  );
  border: 2px solid #016e44;
  color: #ffffff;
}

/* research_list
----------------------------------------*/
#research_list {
}

#research_list ul {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#research_list ul li {
  list-style: none;
  flex-basis: 32%;
  margin-left: 1%;
}

#research_list ul li img {
  max-width: 100%;
  margin: 0 auto 20px auto;
}

#research_list ul li .theme {
  margin: 0 auto 20px auto;
  line-height: 1;
}

#research_list ul li .theme span {
  background: #008d49;
  color: #ffffff;
  line-height: 1;
  padding: 1px 5px;
  font-size: 1.3rem;
  box-sizing: border-box;
}

#research_list ul li h3 {
  font-size: 1.5rem;
  color: #373b4e;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media (max-width: 640px) {
  #research_list ul li h3 {
    margin-bottom: 20px;
  }
}
/* ÑÐ¾¿Õß—ÊË÷¥Ú©`¥¸¤Î¤ß³õÆÚ‚Ž¤Ç·Ç±íÊ¾ */
body.researcher #research_list ul li {
  display: none;
}

body.researcher #research_list ul li.active {
  display: block;
}

@media (max-width: 640px) {
  #research_list ul {
    margin: 0 auto;
  }

  #research_list ul li {
    flex-basis: 100%;
    margin-left: 0%;
    margin-bottom: 25px;
  }
}

/* researcher_list
----------------------------------------*/
#researcher_list {
}

#researcher_list .m_c_inner h3 {
  margin: 0 auto 20px auto;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #373b4e;
  text-align: center;
}

#researcher_list .m_c_inner div {
  text-align: center;
  font-size: 1.5rem;
}

#researcher_list .m_c_inner div select {
  border: 1px solid #cccccc;
  width: 50%;
  max-width: 350px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  -webkit-appearance: auto;
  appearance: auto;
}

/* related_links
----------------------------------------*/
#related_links {
}

#related_links ul {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#related_links ul li {
  list-style: none;
  flex-basis: 30%;
  margin-bottom: 20px;
}

#related_links ul li img {
  max-width: 100%;
  margin: 0 auto 5px auto;
}

#related_links ul li p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: normal;
}

@media (max-width: 640px) {
  #related_links ul {
    width: 95%;
  }

  #related_links ul li {
    flex-basis: 100%;
  }
}

/* menu_list
----------------------------------------*/
#menu_list {
}

#menu_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#menu_list ul li {
  flex-basis: 48%;
  list-style: none;
  margin: 0 0 15px 0;
}

#menu_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #006f44;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #006f44;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

#menu_list ul li a:hover {
  opacity: 1;
  background-image: linear-gradient(
    150deg,
    rgba(247, 166, 12, 1),
    rgba(1, 159, 72, 1) 0%,
    rgba(1, 110, 68, 1) 100%,
    rgba(35, 102, 247, 1)
  );
  border: 1px solid #016e44;
  color: #ffffff;
}

@media (max-width: 640px) {
  #menu_list ul li {
    flex-basis: 100%;
  }
}

/* other_menu_list
----------------------------------------*/
#other_menu_list {
}

#other_menu_list h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

#other_menu_list h2:after {
  background: #00a048;
}

#other_menu_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#other_menu_list ul li {
  list-style: none;
  margin: 0 10px 15px 10px;
}

#other_menu_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #373b4e;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #373b4e;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

#other_menu_list ul li a:hover {
  opacity: 1;
  background-image: linear-gradient(
    150deg,
    rgba(247, 166, 12, 1),
    rgba(1, 159, 72, 1) 0%,
    rgba(1, 110, 68, 1) 100%,
    rgba(35, 102, 247, 1)
  );
  border: 1px solid #016e44;
  color: #ffffff;
}

/* research_detail
----------------------------------------*/
#research_detail {
}

#research_detail .m_c_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#research_detail .m_c_inner a {
  text-decoration: underline;
}

#research_detail .m_c_inner .theme {
  margin: 0 auto 40px auto;
  line-height: 1;
}

#research_detail .m_c_inner .theme span {
  background: #008d49;
  color: #ffffff;
  line-height: 1;
  padding: 10px 10px;
  font-size: 1.5rem;
  box-sizing: border-box;
}

#research_detail .m_c_inner .date {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.2rem;
}

#research_detail .m_c_inner h2 {
  margin: 0 auto 20px auto;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #373b4e;
  text-align: left;
}

#research_detail .m_c_inner h2 span{
 display: block ;
 font-size: 1.5rem ;
}

#research_detail .m_c_inner h2:after {
  display: none;
}

#research_detail .m_c_inner .mainvisual {
  margin: 0 auto 60px auto;
  text-align: center;
}

#research_detail .m_c_inner .mainvisual img {
  max-width: 100%;
}

#research_detail .m_c_inner .summary {
  max-width: 100%;
  background: #f4f5f4;
  padding: 20px;
  box-sizing: border-box;
  border: 5px solid #008d49;
  margin: 0 auto 100px auto;
}

#research_detail .m_c_inner .summary p {
  font-size: 1.7rem;
  font-weight: 600;
}


/* ENÔO¶¨ */
.en #page_detail .m_c_inner .section .body p,
.en #research_detail .m_c_inner h2,
.en .author_top_contents,
.en #research_detail .m_c_inner .summary p,
.en #research_detail .m_c_inner .section p {
  word-break: normal;
}

.author_top .midashi {
  display: flex;
  padding-right: 10px;
  justify-content: center;

  white-space: nowrap;
}
.author_top {
  font-weight: 600;
  display: flex;
}
.author_top p{
 padding-right: 1.5rem ;
}

.author_top p span{
 display: inline-block ;
 margin-left: 1rem ;
}

.ronbun a[target="_blank"]::after ,
.author .info dd a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/research/research-highlight/common/images/linkicon.png);
  background-size: contain;
}

@media (max-width: 640px) {
  .midashi {
    margin: 4px 0;
  }
}
.author_top .midashi::after {
  width: 1px;
  height: 18px;
  content: "";
  background-color: #363b4e;
  margin: 6px 10px 0;
  transform: rotate(30deg);
}

@media (max-width: 640px) {
  .author_top .midashi::after {
    margin: 4px 10px 0;
    height: 15px;
  }
}
.author_top_wrap {
  text-align: left;
}
.author_top_contents {
  display: flex;
}

@media (max-width: 640px) {
  .author_top_contents {
    display: block;
  }
  .author_top_contents p {
    margin: 9px 0 0;
    line-height: 1;
  }
}

#research_detail .m_c_inner .section {
  margin: 0 auto 60px auto;
}

#research_detail .m_c_inner .section h3 {
  position: relative;
  border: 2px solid #008d49;
  border-left: 5px solid #008d49;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  font-size: 1.7rem;
  font-weight: 600;
}
#research_detail a {
  color: blue;
}
#research_detail a:visited {
  color: purple;
}

#research_detail .more_link a {
  color: #373b4e;
  text-decoration: none;
}

#research_detail .more_link a:visited {
  color: #373b4e;
}

#research_detail .more_link a:hover {
  color: #ffffff;
}

#research_detail .m_c_inner .section h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 2px;
  background: #008d49;
}
#research_detail .m_c_inner .section .headline {
  border-bottom: 2px solid #008d49;
  padding: 10px 0;
  margin: 0 auto 20px auto;
  font-size: 2rem;
  font-weight: 600;
}
#research_detail .m_c_inner .section .block {
  margin: 0 auto 20px auto;
}

/* »­Ïñ£ºÉÏ */
#research_detail .m_c_inner .section .block.column2_top {
  display: flex;
  flex-wrap: wrap;
}

#research_detail .m_c_inner .section .block.column2_top .body {
  flex-basis: 100%;
  order: 2;
}

#research_detail .m_c_inner .section .block.column2_top.big .img {
  width: 100%;
  order: 1;
  margin: 0 auto 0 auto;
}

#research_detail .m_c_inner .section .block.column2_top.big .img figure {
  width: 100%;
  margin: 0 auto 30px auto;
}

#research_detail .m_c_inner .section .block.column2_top.small .img {
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 30px auto;
  display: flex;
}

#research_detail .m_c_inner .section .block.column2_top.small .img figure {
  flex-basis: 32%;
  margin-right: 2%;
}

#research_detail
  .m_c_inner
  .section
  .block.column2_top.small
  .img
  figure:last-child {
  margin-right: 0;
}

/* »­Ïñ£ºÏÂ */
#research_detail .m_c_inner .section .block.column2_bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

#research_detail .m_c_inner .section .block.column2_bottom .body {
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 30px auto;
}

#research_detail .m_c_inner .section .block.column2_bottom.big .img {
  width: 100%;
  order: 2;
}

#research_detail .m_c_inner .section .block.column2_bottom.big .img figure {
  width: 100%;
  margin: 0 auto 30px auto;
}

#research_detail .m_c_inner .section .block.column2_bottom.small .img {
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 30px auto;
  display: flex;
}

#research_detail .m_c_inner .section .block.column2_bottom.small .img figure {
  flex-basis: 32%;
  margin-right: 2%;
}

#research_detail
  .m_c_inner
  .section
  .block.column2_bottom.small
  .img
  figure:last-child {
  margin-right: 0;
}

/* »­Ïñ×ó */
#research_detail .m_c_inner .section .block.column2_left {
  display: flex;
  justify-content: space-between;
}

#research_detail .m_c_inner .section .block.column2_left .body {
  flex-basis: 66%;
  order: 2;
}

#research_detail .m_c_inner .section .block.column2_left .img {
  flex-basis: 32%;
  order: 1;
  margin: 0 15px 10px 0;
}

#research_detail .m_c_inner .section .block.column2_left .img figure {
  margin: 0 auto 15px auto;
}

/* »­Ïñ£ºÓÒ */
#research_detail .m_c_inner .section .block.column2_right {
  display: flex;
  justify-content: space-between;
}

#research_detail .m_c_inner .section .block.column2_right .body {
  flex-basis: 66%;
  order: 1;
}

#research_detail .m_c_inner .section .block.column2_right .img {
  flex-basis: 32%;
  order: 2;
  margin: 0 0 10px 15px;
}

#research_detail .m_c_inner .section .block.column2_right .img figure {
  margin: 0 auto 15px auto;
}

.point {
  padding-top: 60px;
}

#research_detail .m_c_inner .section .block .img img {
  max-width: 100%;
 border: 1px solid #cccccc ;
 box-sizing: border-box ;
 margin-bottom: 5px ;
}

#research_detail .m_c_inner .section .block .img figcaption{
 font-size: 1.4rem ;
}

#research_detail .m_c_inner .section.point ul {
  margin-left: 5rem;
}

#research_detail .m_c_inner .section.point ul li {
  list-style: disc;
}

#research_detail .m_c_inner .section.word dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1e0e0;
}

#research_detail .m_c_inner .section.word dl:last-child {
  border-bottom: 1px solid #e1e0e0;
}

#research_detail .m_c_inner .section.word dl dt {
  flex-basis: 200px;
  color: #006f44;
  padding: 10px 0;
}

#research_detail .m_c_inner .section.word dl dd {
  flex-basis: calc(100% - 150px);
  box-sizing: border-box;
  padding: 10px 0 10px 30px;
}

#research_detail .m_c_inner .section.author {
}
.author #research_detail .m_c_inner .section.author .item {
  margin: 0 auto 40px auto;
}

#research_detail .m_c_inner .section.author .item h4 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 auto 15px auto;
}

#research_detail .m_c_inner .section.author .item .info {
  margin: 0 auto 20px 2rem;
  padding-bottom: 20px;
  border-bottom: 5px double #16a560;
}

#research_detail .m_c_inner .section.author .item .info dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #e1e0e0;
}

#research_detail .m_c_inner .section.author .item .info dl dt {
  padding: 5px 0;
  box-sizing: border-box;
  flex-basis: 120px;
  color: #006f44;
}

#research_detail .m_c_inner .section.author .item .info dl dd {
  padding: 5px 0;
  box-sizing: border-box;
  flex-basis: calc(100% - 120px);
}

#research_detail .m_c_inner .section.author .item .info dl dd a {
  display: inline-block;
  margin: 0 10px 0 0;
}

/*#research_detail .m_c_inner .section.author .item .info a{
 display: inline-block ;
 padding: 10px 10px ;
 text-align: center ;
 box-sizing: border-box ;
 min-width: 150px ;
 border: 2px solid #373B4E ;
 font-size: 1.5rem ;
 font-weight: 600 ;
 color: #373B4E ;
 transition: background 0.3s ease 0s,color 0.3s ease 0s;
}
 
#research_detail .m_c_inner .section.author .item .info a:hover{
 opacity: 1 ;
 background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(1, 159, 72, 1) 0%, rgba(1, 110, 68, 1) 100%, rgba(35, 102, 247, 1));
 border: 2px solid #016e44;
 color: #ffffff ;
}*/

#research_detail .m_c_inner .section.author .item dl.qa {
  margin: 0 0 5px 2rem;
}

#research_detail .m_c_inner .section.author .item dl.qa dt {
  position: relative;
  font-weight: 600;
  margin: 0 auto 5px auto;
  padding-left: 45px;
  box-sizing: border-box;
}

#research_detail .m_c_inner .section.author .item dl.qa dt:before {
  position: absolute;
  display: block;
  content: "Q";
  background: #006f44;
  color: #ffffff;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 0 0 0 0;
  box-sizing: border-box;
  left: 0;
}

#research_detail .m_c_inner .section.author .item dl.qa dd {
  position: relative;
  margin: 0 auto 20px auto;
  padding-left: 45px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e0e0;
}

#research_detail .m_c_inner .section.author .item dl.qa dd:before {
  position: absolute;
  display: block;
  content: "A";
  font-weight: bold;
  background: #00a048;
  color: #ffffff;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 0px 0 0 0;
  box-sizing: border-box;
  left: 0;
}

@media (max-width: 1100px) {
  main .container {
    width: 95%;
  }
}

@media (max-width: 640px) {
  #research_detail {
    margin-top: 80px;
  }

  #research_detail .m_c_inner {
    width: 95%;
  }

  #research_detail .m_c_inner .theme {
    margin: 0 auto 20px auto;
  }

  #research_detail .m_c_inner .date {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 15px auto;
    text-align: right;
  }

  #research_detail .m_c_inner h2 {
    font-size: 2rem;
  }

  #research_detail .m_c_inner p {
    font-size: 1.3rem;
  }

  #research_detail .m_c_inner .summary {
    padding: 20px;
    margin: 0 auto 40px auto;
  }

  #research_detail .m_c_inner .summary p {
    font-size: 1.4rem;
  }

  #research_detail .m_c_inner .section {
    margin: 0 auto 30px auto;
  }

  #research_detail .m_c_inner .section h3 {
    font-size: 1.5rem;
  }

  #research_detail .m_c_inner .section .block.column2_top.small .img {
    flex-wrap: wrap;
  }

  #research_detail .m_c_inner .section .block.column2_top.small .img figure {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }

  #research_detail .m_c_inner .section .block.column2_bottom.small .img {
    flex-wrap: wrap;
  }

  #research_detail .m_c_inner .section .block.column2_bottom.small .img figure {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }

  /* »­Ïñ×ó */
  #research_detail .m_c_inner .section .block.column2_left {
    flex-wrap: wrap;
  }

  #research_detail .m_c_inner .section .block.column2_left .body {
    flex-basis: 100%;
  }

  #research_detail .m_c_inner .section .block.column2_left .img {
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  /* »­Ïñ£ºÓÒ */
  #research_detail .m_c_inner .section .block.column2_right {
    flex-wrap: wrap;
  }

  #research_detail .m_c_inner .section .block.column2_right .body {
    flex-basis: 100%;
   margin-bottom: 20px ;
  }

  #research_detail .m_c_inner .section .block.column2_right .img {
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  #research_detail .m_c_inner .section.author .item .info dl {
    margin-bottom: 0;
  }
  #research_detail .m_c_inner .section.author .item .info dl dt {
    font-size: 1.3rem;
  }

  #research_detail .m_c_inner .section.author .item .info dl dd p {
    margin: 0;
  }

  #research_detail .m_c_inner .section.word dl {
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }

  #research_detail .m_c_inner .section.word dl:last-child {
    border-bottom: none;
  }

  #research_detail .m_c_inner .section.word dl dt {
    flex-basis: 100%;
    margin: 0 0 10px 0;
  }

  #research_detail .m_c_inner .section.word dl dd {
    flex-basis: 100%;
    padding: 0;
  }

  #research_detail .m_c_inner .section.author .item h4 {
    font-size: 1.4rem;
  }

  #research_detail .m_c_inner .section.author .item .info {
    flex-wrap: wrap;
  }

  #research_detail .m_c_inner .section.author .item .info p {
    flex-basis: 100%;
    margin: 0 auto 15px auto;
  }

  #research_detail .m_c_inner .section.author .item .info a {
    flex-basis: 100%;
    font-size: 1.3rem;
  }
}

/* page_detail
----------------------------------------*/
#page_detail {
}

#page_detail .m_c_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#page_detail .m_c_inner h2 {
  margin: 0 auto 20px auto;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #373b4e;
  text-align: left;
}

#page_detail .m_c_inner h2:after {
  display: none;
}

#page_detail .m_c_inner .date {
  width: 100%;
  text-align: right;
  margin: 0 auto 15px auto;
  font-size: 1.2rem;
}

#page_detail .m_c_inner .section {
  margin: 0 auto 60px auto;
}

#page_detail .m_c_inner .section h3 {
  position: relative;
  border: 2px solid #008d49;
  border-left: 5px solid #008d49;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  font-size: 1.7rem;
  font-weight: 600;
}

#page_detail .m_c_inner .section h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 2px;
  background: #008d49;
}

#page_detail .m_c_inner .section .body {
  margin: 0 auto 20px auto;
}

#page_detail .m_c_inner .section .body p {
  margin-bottom: 2rem;
}

#page_detail .m_c_inner .section .body img {
  max-width: 100%;
}

#page_detail .m_c_inner .section ul {
  margin-left: 5rem;
}

#page_detail .m_c_inner .section ul li {
  list-style: disc;
}



/* footer
----------------------------------------*/
footer {
  position: relative;
  background: #373b4e;
  overflow: hidden;
}

footer:after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("/research/research-highlight/common/images/f_bg_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -28px;
  left: -18%;
  z-index: 5;
}

footer:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("/research/research-highlight/common/images/f_bg_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -25px;
  right: -12%;
  z-index: 5;
}

footer .f_inner {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 15px 30px;
  box-sizing: border-box;
  display: flex;
  z-index: 10;
}

footer .f_inner .f_address {
  flex-basis: 50%;
}

footer .f_inner .f_address .f_address_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

footer .f_inner .f_address .f_address_flex #f_a_logo {
  flex-basis: 150px;
}

footer .f_inner .f_address .f_address_flex #f_a_sitetitle {
  color: #ffffff;
  flex-basis: calc(100% - 170px);
  line-height: 1.2;
}

footer .f_inner .f_address .f_address_flex #f_a_sitetitle span {
  display: block;
}

footer .f_inner .f_address #f_a_info {
  color: #ffffff;
  font-size: 1.2rem;
}

footer .f_inner .f_navi {
  flex-basis: 50%;
  padding-top: 50px;
}

footer .f_inner .f_navi ul {
  display: flex;
  margin-bottom: 30px;
}

footer .f_inner .f_navi ul li {
  margin-right: 30px;
  list-style: none;
  font-size: 1.2rem;
}

footer .f_inner .f_navi ul li a {
  color: #ffffff;
}

footer .f_inner .f_navi #copyright {
  text-align: left;
  color: #ffffff;
  font-size: 1.2rem;
}

footer .f_inner .pagetop {
  position: fixed;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  bottom: 50px;
  right: 50px;
}

footer .f_inner .pagetop a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #373b4e;
  text-indent: -9999rem;
}

footer .f_inner .pagetop a::before {
  position: absolute;
  display: block;
  content: "";
  top: 25px;
  left: calc(50% - 7px);
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer .f_inner #copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}

@media (max-width: 640px) {
  footer .f_inner {
    flex-wrap: wrap;
    padding: 20px 15px 70px;
  }

  footer .f_inner .f_address {
    flex-basis: 100%;
  }

  footer .f_inner .f_address .f_address_flex {
    flex-wrap: wrap;
  }

  footer .f_inner .f_address .f_address_flex #f_a_logo {
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto 15px auto;
  }

  footer .f_inner .f_address .f_address_flex #f_a_logo img {
    max-width: 150px;
  }

  footer .f_inner .f_address .f_address_flex #f_a_sitetitle {
    flex-basis: 100%;
  }

  footer .f_inner .f_navi {
    flex-basis: 100%;
    padding-top: 20px;
  }

  footer .f_inner .f_navi ul {
    flex-wrap: wrap;
  }

  footer .f_inner .f_navi ul li {
    flex-basis: 100%;
  }

  footer .f_inner .pagetop {
    right: 10px;
    bottom: 10px;
  }

  .f_inner #copyright {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  /* header
 ----------------------------------------*/
  header .h_inner {
    padding: 10px 15px;
  }

  header .h_top .h_inner {
    font-size: 1rem;
  }

  header .h_inner #h_inner_left {
    flex-basis: calc(100% - 100px);
  }

  header .h_inner h1 {
    flex-basis: 30%;
    font-size: 2.5rem;
  }

  header .h_inner #h_inner_left #SiteTitle {
    font-size: 1.2rem;
  }

  header .h_inner #h_inner_right {
    flex-basis: 80px;
  }

  header .h_inner #h_search {
    display: none;
  }

  header .h_inner #h_lang {
    display: none;
  }

  header .h_inner nav {
    flex-basis: calc(100% - 32%);
  }

  header .h_inner nav ul li a {
    font-size: 1.2rem;
  }

  /* breadcrumb
 --------------------*/
  main .breadcrumb {
    margin: 10px auto 20px;
  }

  main .breadcrumb ol li {
    font-size: 1rem;
  }

  /* ul
 --------------------*/
  main .container .m_c_inner ul {
    padding: 10px 15px 5px 15px;
  }

  main .container .m_c_inner ul li {
    font-size: 1.2rem;
  }

  main .container .m_c_inner ul li a {
    display: block;
  }

  /* newsletter
 ++++++++++++++++++++*/
  #newsletter ul li span {
    margin: 0 0 0 0;
    font-size: 1.2rem;
  }
}
