@charset "UTF-8";
#main_contents .sitemap_area::after, #main_contents p.topics_more::after, #main_contents .current_area ul::after {
  display: block;
  content: "";
  clear: both;
}

#main_contents .btn.arw::before, .visitor #main_contents li:not(.outside)::before, #main_contents .index_main ul li:not(.outside)::before, #main_contents .current_area ul li:not(.outside)::before, #left_contents ul#sub_menu > li ul li a:not(.outside)::before {
  margin-top: -2px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 5px 0 5px 5px;
  border-left-color: #c40202;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#lang span::after, #access a::before, #search #cse-search-box input[type=submit] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cdd6dd;
}

#container, #bread ol {
  max-width: 1024px;
  margin: 0 auto;
}

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, embed {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* for html5 */
header, footer, nav, article, section, aside, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

#header ul li, #globalnavi ul li, #left_contents ul li, #footer ul li, #nav_expanded ul li {
  vertical-align: top;
}

#header li, #globalnavi li, #left_contents li, #footer li, #nav_expanded li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

img,
embed,
object {
  vertical-align: top;
}

hr {
  display: none;
}

body {
  font-size: 0.8em;
}

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

select,
textarea {
  font-size: 99%;
}

body,
input,
select,
textarea {
  line-height: 1.8;
  color: #000;
}

input {
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
}

a:hover {
  color: #c40000;
}

a.current {
  color: #c40000;
}

#header a {
  color: #000;
}
#header a:visited {
  color: #000;
}
#header a:hover {
  color: #c40000;
}

#select_menu a {
  font-size: 77%;
}

#footer_contents a, #footer_contents a:visited, #footer_contents a:hover {
  color: #fff;
}

/* sitemap */
.sitemap_main a {
  color: #000080;
}
.sitemap_main a:visited {
  color: #600060;
}
.sitemap_main a:hover {
  color: #c40000;
}

#main_contents .sitemap_area h3 {
  font-size: 100%;
}

/* main_contents */
#main_contents h2 {
  font-size: 130%;
}
#main_contents h3 {
  font-size: 130%;
}
#main_contents h4 {
  font-size: 110%;
}
#main_contents h5 {
  font-size: 100%;
}
#main_contents h6 {
  font-size: 100%;
}
#main_contents pre {
  font-size: 125%;
}
#main_contents figcaption {
  font-size: 92%;
  line-height: 1.4em;
}

html {
  min-height: 100%;
  height: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.red {
  color: #b70100;
}

/******* header *******/
@media screen and (max-width: 1023px) {
  header {
    border-top: 5px solid #0e2f92;
  }
}

@media screen and (max-width: 1023px) {
  nav#glnav, #visitor_menu, #sidenav {
    position: absolute;
    width: 100%;
    left: -100%;
    transition: 0.2s ease-in-out;
    z-index: 300;
  }
  .open nav#glnav, .open #visitor_menu, .open #sidenav {
    transform: translateX(100%);
  }
}

#top {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #top {
    border-bottom: 3px solid #0e2f92;
  }
}

#logo {
  height: 48px;
  padding: 18px 0;
}
#logo img {
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  #logo {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 1023px) {
  #logo {
    height: 37px;
    padding: 8px 10px;
  }
  #logo img {
    height: 35px;
  }
}

#sidenav {
  display: flex;
}
#sidenav > div {
  box-sizing: border-box;
  align-self: center;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  #sidenav {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #sidenav {
    height: 100vh;
    top: 5px;
    padding-top: 225px;
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
  }
  #sidenav #search {
    order: 4;
  }
  #sidenav #fund {
    order: 3;
  }
  #sidenav #access {
    order: 1;
  }
  #sidenav #lang {
    order: 2;
  }
  #sidenav #sns_list {
    order: 5;
  }
  #sidenav > div {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #sidenav {
    padding-top: 310px;
  }
}

#search {
  position: relative;
}
#search #cse-search-box {
  border: 1px solid #cdd6dd;
  border-radius: 20px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
}
#search #cse-search-box input[type=text] {
  width: 80%;
  border: none;
  margin: 0 0 0 10px;
  background: transparent;
}
#search #cse-search-box input[type=text]:focus {
  outline: 0;
}
#search #cse-search-box input[type=submit] {
  line-height: 1;
  width: 20%;
  border: none;
  background: transparent;
  font-size: 18px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #search {
    width: 100%;
    background: #fff;
  }
  #search #cse-search-box {
    margin: 10px auto;
  }
}

#access {
  border-style: solid;
  border-color: #cdd6dd;
  border-width: 1px;
}
#access a {
  padding: 4px 18px;
  text-decoration: none;
  display: block;
}
#access a::before {
  font-size: 15px;
  margin-right: 6px;
  content: "\f3c5";
}
#access a:hover {
  background: #0e2f92;
  color: #f0f3f5;
}
@media screen and (max-width: 1023px) {
  #access {
    width: 100%;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
  }
}

#lang {
  border-color: #cdd6dd;
  border-style: solid;
  border-width: 1px;
  position: relative;
  padding: 0 18px;
  cursor: pointer;
  z-index: 900;
}
#lang span {
  padding: 4px 0;
  display: block;
}
#lang span::after {
  font-size: 15px;
  margin-left: 8px;
  content: "\f0dd";
}
#lang ul {
  display: none;
  position: absolute;
  left: -1px;
  width: 100%;
  list-style: none;
  background: #fff;
}
#lang ul li {
  text-align: center;
}
#lang ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #3b4043;
  padding: 4px 0;
}
#lang ul li a:hover {
  background: #f0f3f5;
}
#lang:hover {
  background: #0e2f92;
  color: #f0f3f5;
}
#lang:hover ul {
  display: block;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #cdd6dd;
}
@media screen and (max-width: 1023px) {
  #lang {
    width: 100%;
    background: #fff;
    border-width: 0 0 1px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #lang {
    width: 110px;
  }
}

#fund a, #fund a:visited {
  color: #f0f3f5;
}
#fund a {
  background: #0e2f92;
  padding: 6px 28px;
  text-decoration: none;
  display: block;
}
#fund a:hover {
  background: #16832e;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #fund {
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
  }
  #fund a {
    background: #16832e;
    width: auto;
  }
}

#visitor_menu {
  box-sizing: border-box;
  background: #f0f3f5;
}
@media screen and (max-width: 1023px) {
  #visitor_menu {
    top: 150px;
  }
}
@media screen and (max-width: 768px) {
  #visitor_menu {
    top: 195px;
  }
}

#visitor_menu ul {
  list-style-type: none;
  border-left: 1px solid #cdd6dd;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #visitor_menu ul {
    flex-wrap: wrap;
    border-left: none;
  }
}
#visitor_menu ul li {
  box-sizing: border-box;
  width: 100%;
  border-style: solid;
  border-color: #cdd6dd;
  border-width: 0 1px 0 0;
}
#visitor_menu ul li a, #visitor_menu ul li a:visited {
  display: block;
  text-decoration: none;
  padding: 7px 0 5px;
  color: #666;
}
#visitor_menu ul li a:hover, #visitor_menu ul li a:visited:hover {
  color: #c40202;
  background: #eaeaea;
}
@media screen and (max-width: 1023px) {
  #visitor_menu ul li {
    width: 33%;
    border-width: 0 1px 1px 0;
  }
  #visitor_menu ul li:nth-child(3n) {
    width: 34%;
    border-width: 0 0 1px 0;
  }
  #visitor_menu ul li a {
    padding: 9px 0 7px;
  }
}
@media screen and (max-width: 768px) {
  #visitor_menu ul li {
    width: 50% !important;
  }
  #visitor_menu ul li:nth-child(odd) {
    border-width: 0 1px 1px 0;
  }
  #visitor_menu ul li:nth-child(even) {
    border-width: 0 0 1px 0;
  }
}

nav#glnav {
  width: 100%;
  z-index: 10;
  background: linear-gradient(#0e2f92, #1146b1);
  background-color: #0e2f92;
}
@media screen and (max-width: 1023px) {
  nav#glnav {
    z-index: 500;
    top: 58px;
  }
}

nav#glnav ul {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  list-style-type: none;
  border-left: 1px solid #1f7ebc;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  nav#glnav ul {
    border-left: none;
    flex-wrap: wrap;
  }
}
nav#glnav ul li {
  box-sizing: border-box;
  width: 100%;
  border-style: solid;
  border-color: #1f7ebc;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 1023px) {
  nav#glnav ul li {
    width: 33%;
    border-width: 0 1px 1px 0;
  }
  nav#glnav ul li:nth-child(3n) {
    width: 34%;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 768px) {
  nav#glnav ul li {
    width: 50% !important;
  }
  nav#glnav ul li:nth-child(odd) {
    border-width: 0 1px 1px 0;
  }
  nav#glnav ul li:nth-child(even) {
    border-width: 0 0 1px 0;
  }
}
nav#glnav ul a, nav#glnav ul a:visited {
  color: #fff;
}
nav#glnav ul a {
  padding: 18px 0 16px;
  font-size: 15px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  nav#glnav ul a {
    padding: 10px 0 8px;
  }
}
nav#glnav ul a:hover {
  background: #3f6fcf;
  transition: all 0.3s;
}

/******* margin *******/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

#bread {
  background: #f0f3f5;
  padding: 5px 0;
}
@media screen and (max-width: 750px) {
  #bread {
    font-size: 10px;
  }
}
#bread ol {
  list-style: none;
  padding-left: 10px;
  font-size: 12px;
}
#bread ol li {
  display: inline;
}
#bread ol li a {
  text-decoration: none;
  color: #3b4043;
}
#bread ol li a:hover {
  color: #b70100;
}
#bread ol li + li {
  padding-left: 5px;
}
#bread ol li + li::before {
  color: #98a6b5;
  margin-right: 10px;
  font-size: 0.5rem;
  content: ">";
  transform: scale(1, 1.8);
  display: inline-block;
}

/******* float *******/
.left, .float_left {
  float: left;
}

.right {
  float: right;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.center {
  text-align: center;
}

#main_contents div.float_right,
#main_contents img.float_right {
  float: right;
  text-align: center;
}

#main_contents div.float_left {
  padding: 16px 16px 8px 0;
}

#main_contents img.float_left {
  padding: 8px 8px 8px 0;
}

#main_contents div.float_right {
  padding: 16px 0 8px 16px;
}

#main_contents img.float_right {
  padding: 8px 0 8px 8px;
}

#main_contents div.float_left img,
#main_contents div.float_right img {
  border: 0;
  margin-bottom: 2px;
}

/*SNSボタン*/
aside#sns_list {
  background: #fff;
}
@media screen and (min-width: 1150px) {
  aside#sns_list {
    position: fixed;
    top: 50px;
    right: 0;
    border-style: solid;
    border-color: #cdd6dd;
    border-width: 1px 0 1px 1px;
    z-index: 99;
    padding: 10px;
  }
}

#sns_list ul {
  list-style-type: none;
}
#sns_list ul li {
  padding: 2px 0;
}
#sns_list ul li i {
  font-size: 34px;
}
#sns_list ul li i.fa-facebook-square {
  color: #385a9a;
}
#sns_list ul li i.fa-twitter-square {
  color: #1fa0f3;
}
#sns_list ul li i.fa-youtube-play {
  color: #fe0000;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 1149px) {
  #sns_list ul {
    display: flex;
    justify-content: center;
  }
  #sns_list ul li {
    padding: 0 3px;
  }
}

#sns_list .insta_btn {
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  vertical-align: top;
  line-height: 34px;
}
#sns_list .insta_btn .insta {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 7px;
}
#sns_list .insta_btn .insta::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 50px;
  height: 50px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
#sns_list .insta_btn .fa-instagram {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 25px;
  line-height: 31px;
}

#container {
  flex: 1;
  width: 1024px;
  margin: 0 auto;
  justify-content: space-between;
}

#contents {
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #contents {
    flex-direction: column-reverse;
  }
}

h2#category_title {
  color: #666;
  font-size: 2em;
  font-weight: bold;
  width: 963px;
  background-image: url("/img/common/title_border01.gif");
  background-repeat: repeat-x;
  background-position: left bottom;
}

#main_contents .outside {
  background-image: url(/img/common/icon_link.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
}

/******* left contents *******/
#left_contents {
  width: 240px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  order: 1;
}

#left_contents #sub_menu {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 15px;
}

#left_contents #sub_menu > li {
  line-height: 1.2em;
  border-top: 1px dotted #bbb;
  background: #eff0ea;
}
#left_contents #sub_menu > li > a {
  display: block;
  padding: 13px 0 13px 13px;
  text-decoration: none;
}
#left_contents #sub_menu > li > a:hover {
  background: #f8f8f6;
}

#left_contents #sub_menu li > ul {
  border-top: 1px dotted #bbb;
  padding: 5px 0 8px;
  background: #f8f8f6;
}

#left_contents #sub_menu li > ul ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 5px 0 10px 20px;
  padding: 5px 0;
}

#left_contents ul#sub_menu > li ul li a {
  line-height: 1.5em;
  padding: 3px 5px 3px 20px;
  display: block;
}
#left_contents ul#sub_menu > li ul li a:not(.outside) {
  text-indent: -10px;
}
#left_contents ul#sub_menu > li ul li a.outside {
  background-image: url(/img/common/icon_link02.gif);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  padding-left: 20px;
  padding-right: 5px;
}

#left_contents #sub_menu > li > ul ul li a {
  padding: 3px 5px 3px 10px;
}

#left_contents p a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/******* main contents *******/
#main_contents {
  width: 750px;
  margin: 0 0 1em;
  order: 2;
}
#main_contents > section {
  clear: both;
}

#main_contents h1, #main_contents h2, #main_contents h3, #main_contents h4, #main_contents h5, #main_contents h6 {
  font-weight: bold;
}
#main_contents h1 {
  font-size: 1.6rem;
  border-bottom: 4px solid #c40202;
  margin: 0.5em 0 0.5em;
  padding-bottom: 0.3em;
  line-height: 1.3;
}
#main_contents h2 {
  background-color: #dadada;
  margin: 20px 0px 10px 0px;
  padding: 7px 0px 7px 7px;
  width: auto;
  vertical-align: bottom;
}
#main_contents h3 {
  margin: 10px 0px 5px 0px;
  border-bottom: 2px solid #c0c0c0;
}
#main_contents h4 {
  margin: 8px 0px 4px 0px;
  border-left: 5px solid #c0c0c0;
  padding-left: 0.5em;
}

#main_contents p {
  margin-top: 10px;
  text-indent: 0.9em;
  font-size: 0.9rem;
}
#main_contents p.noidt {
  text-indent: 0;
}

#main_contents dt, #main_contents dd {
  font-size: 0.9rem;
}

/* NEWS */
#main_contents .news_date,
#main_contents .past_logs {
  text-align: right;
}
#main_contents .news_date a,
#main_contents .past_logs a {
  margin: 0 0.5em;
}
#main_contents .news_date a.current,
#main_contents .past_logs a.current {
  color: #333;
  text-decoration: none;
}

#main_contents .wm_left {
  text-align: left !important;
}

#main_contents .wm_center {
  text-align: center !important;
}

#main_contents .wm_right {
  text-align: right !important;
}

#main_contents .red {
  color: #cc0000;
}

#main_contents .italic {
  font-style: italic;
}

#main_contents .center {
  text-align: center;
}

#main_contents .white_text {
  font-size: 100%;
  color: #FFFFFF;
}

#main_contents p img {
  vertical-align: middle;
}

#main_contents a {
  color: #000080;
}
#main_contents a:visited {
  color: #600060;
}
#main_contents a:hover {
  color: #990000;
}

#main_contents th a:hover {
  color: #fff;
}

#main_contents sub {
  vertical-align: sub;
}

#main_contents sup {
  vertical-align: super;
}

#main_contents em {
  font-weight: bold;
}

#main_contents i {
  font-style: italic;
}

#main_contents hr {
  display: block;
  margin: 1.5em 0 1.5em 0;
  border: 0;
  height: 1px;
  background: #333;
}

#main_contents b, #main_contents strong {
  font-weight: bold;
}

#main_contents blockquote {
  text-align: left;
  border: 1px #333333 solid;
  margin: 0.5em auto 0.5em auto;
  padding: 1em;
}

#main_contents .centering * {
  margin-left: auto;
  margin-right: auto;
}

#main_contents .centering * * {
  margin-left: 0;
  margin-right: 0;
}

#main_contents h2#title {
  margin: 0 0 2ex 0;
}

/*banner*/
#main_contents .banner {
  margin: 0.5em 0;
}

/* table */
#main_contents table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  border-spacing: 0;
  margin: 0.5em 0;
}
#main_contents table th, #main_contents table td {
  padding: 3px 6px;
  border: 1px solid #000;
}
#main_contents table th {
  background-color: #b70100;
  color: #ffffff;
}

#main_contents .g-bg {
  background-color: #EEE;
}

/* half column -------------------------------- */
.half_L, .half_R {
  width: 49%;
  box-sizing: border-box;
  float: left;
}

.half_R {
  float: right;
}

/* wm-border */
#main_contents .wm-border,
#main_contents .wm-background,
#main_contents .wm-border-background {
  margin-top: 1em;
  padding: 1em;
}

#main_contents .wm-border strong,
#main_contents .wm-background strong,
#main_contents .wm-border-background strong {
  font-weight: bold !important;
}

#main_contents .wm-border {
  border: 1px solid #ddd;
}

#main_contents .wm-background {
  border: 1px solid #990000;
}

#main_contents .wm-border-background {
  background-color: #eee;
  border: 1px solid #990000;
}

#main_contents .wm-border *:first-child,
#main_contents .wm-background *:first-child,
#main_contents .wm-border-background *:first-child {
  margin-top: 0;
}

/* image layout ------------------------------- */
#main_contents figure {
  margin-top: 1em;
}
#main_contents figure img {
  max-width: 100%;
}
#main_contents figure figcaption {
  margin-top: 0.3em;
  font-size: 90%;
}

#main_contents .sizeL, #main_contents .sizeM, #main_contents .sizeS {
  margin-top: 1em;
}
#main_contents .round_R figure, #main_contents .parallel_R figure, #main_contents .parallel_L .sentence {
  float: right;
  margin-top: 0;
}
#main_contents .round_L figure, #main_contents .parallel_L figure, #main_contents .parallel_R .sentence {
  float: left;
  margin-top: 0;
}
#main_contents .round_R figure {
  margin: 0 0 10px 20px;
}
#main_contents .round_L figure {
  margin: 0 20px 10px 0;
}
#main_contents .sizeL figure {
  width: 52%;
  max-width: 360px;
}
#main_contents .sizeL .sentence {
  width: 46%;
}

#main_contents .sizeM figure {
  width: 32%;
  max-width: 220px;
}

#main_contents .sizeM .sentence {
  width: 66%;
}

#main_contents .sizeS figure {
  width: 20%;
  max-width: 140px;
}

#main_contents .sizeS .sentence {
  width: 78%;
}

#main_contents div figure + *,
#main_contents div .sentence > *:first-child {
  margin-top: 0;
}

#main_contents .round_R:after,
#main_contents .round_L:after,
#main_contents .parallel_R:after,
#main_contents .parallel_L:after {
  content: "";
  display: block;
  clear: both;
}

/* list --------------------------------------- */
#main_contents ul, #main_contents ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  list-style-position: outside;
}
#main_contents li {
  margin: 0 0 0.2em 0;
}

ul.nomark {
  list-style-type: none;
  margin-left: -1em;
}

#main_contents .wm_lower-roman li {
  list-style-type: lower-roman;
}

#main_contents .wm_upper-roman li {
  list-style-type: upper-roman;
}

#main_contents .wm_lower-alpha li {
  list-style-type: lower-alpha;
}

#main_contents .wm_upper-alpha li {
  list-style-type: upper-alpha;
}

#main_contents .wm_decimal li {
  list-style-type: decimal;
}

#main_contents dl {
  text-align: left;
  margin-left: 1em;
}
#main_contents dt {
  margin-top: 1.5ex;
  font-weight: bolder;
}
#main_contents dd {
  margin-top: 0.5ex;
  margin-left: 2em;
}

/* button ------------------------------------- */
#main_contents .wm_btn {
  display: inline-block;
  margin: 5px 0.5em;
  padding: 0.5em 20px 0.5em 20px !important;
  color: #394650;
  text-decoration: none !important;
  background-color: #eee;
  border-style: none;
  border-radius: 3px;
  cursor: pointer;
}

#main_contents .wm_btn {
  text-indent: -5px;
}

#main_contents .wm_btn:link,
#main_contents .wm_btn:visited,
#main_contents .wm_btn input:link,
#main_contents .wm_btn input:visited {
  background-color: #eee;
}

#main_contents .wm_btn:hover,
#main_contents .wm_btn:focus,
#main_contents .wm_btn:active,
#main_contents .wm_btn input:hover,
#main_contents .wm_btn input:focus,
#main_contents .wm_btn input:active {
  background-color: #ccc;
}

/* iframe */
#main_contents iframe {
  max-width: 100%;
}

/******* footer *******/
#footer_contents {
  background: #0e2f92;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#footer_contents .logo svg {
  fill: #fff;
  width: 220px;
  padding: 20px;
}
#footer_contents #footer_link {
  display: flex;
  list-style: none;
  margin-right: 10px;
  justify-content: center;
}
#footer_contents #footer_link li a {
  text-decoration: none;
  padding: 12px;
  white-space: nowrap;
}
#footer_contents #footer_link li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  #footer_contents {
    justify-content: center;
  }
  #footer_contents .logo {
    display: none;
  }
  #footer_contents #footer_link {
    flex-wrap: wrap;
  }
}

footer .copyright {
  font-size: 15px;
  text-align: center;
  background: #3b4043;
  color: #f0f3f5;
  padding: 12px;
}

/******* index page *******/
#main_contents .current_area {
  width: 100%;
  margin-top: 15px;
}

#main_contents .current_area ul {
  box-sizing: border-box;
  margin: 15px 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  list-style: none;
}

#main_contents .current_area ul li {
  margin: 0;
  line-height: 1.4em;
  font-size: 13px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 5px 20px 5px 19px;
  vertical-align: top;
}
#main_contents .current_area ul li:not(.outside) {
  text-indent: -14px;
}
#main_contents .current_area ul li:not(.outside)::before {
  border-left-color: #888;
}

#main_contents .current_area p.more {
  border-bottom: 1px solid #999;
  margin-bottom: 1.5em;
}

#main_contents .index_area {
  width: 100%;
  padding: 15px 0;
  float: left;
}

#main_contents .current_area h2,
#main_contents .index_area h2,
#main_contents .index_area h3 {
  color: #fff;
  background-color: #333;
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 0;
  padding: 2px 10px;
}

/* １階層目TOP */
#main_contents .index_main {
  width: 530px;
}

#main_contents .index_main ul {
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
  padding-left: 0;
  font-size: 0;
}

#main_contents .index_main ul li {
  font-size: 13px;
  line-height: 1.4em;
  width: 50%;
  box-sizing: border-box;
  padding: 5px 20px 0 16px;
  display: inline-block;
  vertical-align: top;
}
#main_contents .index_main ul li:not(.outside) {
  text-indent: -10px;
}
#main_contents .index_main ul li:not(.outside)::before {
  border-left-color: #888;
  margin: 0;
}

/******* topics page *******/
#main_contents .topics dl {
  line-height: 1.2em;
  width: 663px;
  padding: 6px 0 6px 0;
}

#main_contents .topics dt {
  width: 6.5em;
  margin: 0 0 0 5px;
  padding-left: 14px;
  padding-bottom: 1em;
  background-image: url(/img/common/arrow05.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  clear: left;
  float: left;
}

#main_contents .topics dd {
  padding: 0 0 1em 8em;
  margin: 0;
}

#main_contents p.topics_more {
  float: right;
  margin-top: 0;
  padding-bottom: 1em;
}
#main_contents p.topics_more a {
  padding-left: 14px;
  background-image: url(/img/common/arrow_bread.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

#main_contents .past_logs {
  text-align: right;
}

#main_contents .past_logs a {
  margin: 0 0.5em;
}

#main_contents .past_logs a.current {
  color: #333;
  text-decoration: none;
}

/******* visitor *******/
.visitor #main_contents, .guid #main_contents {
  width: 100%;
  float: none;
}

.visitor #main_contents .topics dl {
  float: inherit;
  padding-bottom: 40px;
}
.visitor #main_contents .topics dl dt {
  margin-right: 10px;
}

.visitor #main_contents h2 {
  color: #fff;
  background-color: #333;
  font-weight: normal;
  font-size: 1.2em;
  padding: 2px 10px;
}

.visitor #main_contents ul {
  padding: 0;
  margin: 0;
}

.visitor #main_contents li {
  margin: 0;
  line-height: 1.4em;
  list-style: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px 5px 19px;
  vertical-align: top;
}
.visitor #main_contents li:not(.outside) {
  text-indent: -14px;
}
.visitor #main_contents li:not(.outside)::before {
  border-left-color: #888;
}

.visitor #main_contents .current_area {
  position: relative;
}

.visitor #main_contents p.topics_more {
  padding-bottom: 1em;
  position: absolute;
  bottom: 3px;
  right: 5px;
}
.visitor #main_contents p.topics_more a {
  padding: 0;
  background-image: none;
}
.visitor #main_contents p.topics_more a::before {
  display: inline-block;
  content: "≫";
  padding-right: 5px;
}

/******* sitemap page *******/
#main_contents .main_category {
  background-color: transparent;
  background-image: url(/img/common/arrow08.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  font-weight: bold;
  font-size: 1.4em;
  padding: 2px 10px 2px 18px;
  margin: 20px 0 3px;
}

#main_contents .sitemap_area {
  border-top: 1px solid #999999;
}
#main_contents .sitemap_area h3 {
  box-sizing: border-box;
  width: 25%;
  background-image: url(/img/common/arrow02.gif);
  background-repeat: no-repeat;
  background-position: 15px 6px;
  padding: 0 10px 0 30px;
  border-bottom: none;
  float: left;
}

.uline {
  border-bottom: 1px solid #999999;
}

#main_contents .sitemap_main {
  width: 75%;
  box-sizing: border-box;
  border-left: 1px dotted #cccccc;
  padding-top: 8px;
}
#main_contents .sitemap_main li {
  line-height: 1.6em;
  width: 203px;
  list-style: none;
  background-image: url(/img/common/arrow05.gif);
  background-repeat: no-repeat;
  background-position: 8px 5px;
  margin-left: 10px;
  padding: 2px 0 2px 20px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  #main_contents .sitemap_area h3 {
    float: none;
    width: 100%;
  }

  #main_contents .sitemap_main {
    border-left: none;
    width: 100%;
  }
}
#main_contents .wide {
  width: 100%;
}

.wideT {
  overflow: auto;
  white-space: nowrap;
}

.wideT::-webkit-scrollbar {
  height: 15px;
}

.wideT::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.wideT::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

@media print {
  #sns_list,
#sidenav,
#visitor_menu,
#glnav,
#mbbtn,
footer,
#snsbutton {
    display: none;
  }
}
#mbbtn {
  z-index: 999;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 58px;
  cursor: pointer;
  background: linear-gradient(#0e2f92, #1146b1);
  background-color: #0e2f92;
}
#mbbtn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 60%;
  background: #f0f3f5;
  left: 13px;
  transition: 0.35s ease-in-out;
}
#mbbtn span:nth-child(1) {
  top: 8px;
}
#mbbtn span:nth-child(2) {
  top: 18px;
}
#mbbtn span:nth-child(3) {
  top: 28px;
}
.open #mbbtn span:nth-child(1) {
  top: 18px;
  transform: rotate(315deg);
}
.open #mbbtn span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #mbbtn span:nth-child(3) {
  top: 18px;
  transform: rotate(-315deg);
}
@media screen and (min-width: 1023px) {
  #mbbtn {
    display: none;
  }
}
#mbbtn::after {
  color: #f0f3f5;
  display: block;
  content: "MENU";
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 14px;
}

@media screen and (max-width: 1039px) {
  body {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
  }

  #contents {
    width: 100%;
  }

  #wrapper,
#top_menu,
#container,
#main_contents,
#contents #knhome_contents,
#contents aside.login {
    width: auto;
  }

  #container {
    margin: 0 15px;
    clear: both;
  }

  #main_contents h1,
#contents #knhome_contents,
#contents aside.login {
    float: none;
  }

  #main_contents h1 {
    width: auto;
    margin-top: 10px;
  }

  #left_contents {
    display: none;
  }

  /*******------------ left contents
  *******/
  #main_contents .index_main {
    width: 100%;
  }

  #main_contents .index_main ul li {
    width: 50%;
  }

  #main_contents .index_main ul,
#main_contents .index_main h3,
#main_contents .index_main h4 {
    width: auto;
  }

  #main_contents .index_area .left {
    margin-top: 1em;
  }

  #main_contents .current_area {
    width: 100%;
    float: none;
  }

  #main_contents .current_area h2,
#main_contents .current_area h4,
#main_contents .current_area ul {
    width: auto;
  }

  #main_contents .clearfix .half_L,
#main_contents .clearfix .half_R {
    float: none;
    width: auto;
    max-width: 100%;
  }

  /* NEWS */
  #main_contents .topics dl {
    width: auto;
  }

  /****** image layout ******/
  #main_contents .sizeS figure,
#main_contents .sizeS .sentence,
#main_contents .sizeM figure,
#main_contents .sizeM .sentence,
#main_contents .sizeL figure,
#main_contents .sizeL .sentence {
    float: none;
    width: auto;
    max-width: 100%;
  }

  #main_contents .round_R figure {
    margin-left: 0;
  }

  #main_contents .round_L figure {
    margin-right: 0;
  }

  #main_contents .sizeS figure,
#main_contents .sizeM figure,
#main_contents .sizeL figure {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  #main_contents .index_main ul li {
    width: 100%;
  }

  #main_contents .current_area ul li {
    width: 100%;
  }

  #main_contents .list_3col li {
    width: 100%;
    float: none;
  }

  /* table */
  #main_contents table,
#main_contents .wide {
    width: 101%;
  }

  /* NEWS */
  #main_contents .topics dl {
    margin-left: 0;
  }

  #main_contents .topics dt {
    float: none;
    padding-bottom: 0.2em;
  }

  #main_contents .topics dd {
    padding-left: 20px;
  }
}
#sideN ul {
  list-style: none !important;
}

#sideN li {
  margin-top: 2px !important;
}

#sideN li:last-child {
  margin: 0 0 0 54px !important;
}

#snsbutton {
  margin-top: 20px;
  clear: both;
  padding: 20px 10px;
  border-top: 1px solid #ccc;
  text-align: right;
}

#sideN a:hover img, #linkMenu a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*--------パーツ--------*/
#main_contents .btn {
  color: #000 !important;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  min-width: 150px;
  padding: 0.6em 2em;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #b70100;
  font-size: 13px;
  background-image: linear-gradient(#fff 0%, #ebeaea 100%);
  text-indent: initial;
}
#main_contents .btn:hover {
  background-image: linear-gradient(#fff 0%, #d6d4d4 100%);
}
#main_contents .btn.arw::before {
  margin-right: 10px;
}
#main_contents .btn.red {
  background: #b70100;
  background-image: linear-gradient(#ce1818 0%, #b70100 100%);
  color: #fff !important;
}
#main_contents .btn.red:hover {
  background-image: linear-gradient(#aa1616 0%, #960807 100%);
}
#main_contents .btn.red.arw::before {
  border-left-color: #fff;
}

.scroll {
  box-sizing: border-box;
  height: 9em;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 1em;
}
.scroll.bdr {
  padding: 1em;
  border: 1px solid #cdd6dd;
}
.scroll.bg {
  padding: 1em;
  background: #f0f3f5;
}
.scroll.em15 {
  height: 15em;
}