@charset "UTF-8";
/*
@mixin mPc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
#information .inner {
  padding-top: 0px; }
  @media screen and (min-width: 768px) {
    #information .inner {
      padding-top: 0px; } }

/* ------img------------ */
@media screen and (min-width: 768px) {
  #content img.alignleft {
    float: left;
    padding: 0 20px 10px 0; }

  #content img.alignright {
    float: right;
    padding: 0 0 10px 20px; } }
#content img.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

#content img.alignnone {
  clear: both; }

@media screen and (max-width: 767px) {
  #content img.alignleft,
  #content img.alignright,
  #content img.aligncenter,
  #content img.alignnone {
    margin-bottom: 15px; } }
/* ------共通------------ */
ul.informationList {
  margin-bottom: 30px;
  border-top: 1px solid #cccccc; }
  ul.informationList li {
    border-bottom: 1px solid #cccccc;
    position: relative; }
    ul.informationList li a {
      display: block;
      padding: 25px 5px;
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
      @media screen and (min-width: 961px) {
        ul.informationList li a {
          padding: 30px 5px; } }
    ul.informationList li:hover {
      background: #f7f7f7; }
    ul.informationList li::after {
      content: url("../images/common/arrow_cir_blue.svg");
      display: inline-block;
      top: 38%;
      width: 15px;
      right: 5px;
      background-size: contain;
      position: absolute; }
    ul.informationList li .date {
      font-size: 1.4rem;
      display: inline-block; }
    ul.informationList li .cat {
      display: inline-block;
      border-radius: 10px;
      padding: 1px 5px 2px 5px;
      text-align: center;
      width: 110px;
      font-size: 1.2rem;
      font-weight: bold;
      margin-left: 10px;
      color: #ffffff;
      background: #00233f; }

/* ------text------------ */
.entry-content b, .entry-content strong {
  font-weight: bold; }
.entry-content em {
  font-style: italic; }
.entry-content ul, .entry-content ol {
  margin-bottom: 1em;
  /*margin-left: 30px;*/ }
.entry-content ol {
  list-style-type: decimal; }

/* ------------------ */
.entry p a {
  text-decoration: underline;
  color: #c7161d; }
  .entry p a:visited, .entry p a:focus, .entry p a:active {
    text-decoration: underline;
    color: #c7161d; }

@media screen and (min-width: 961px) {
  #entry_ol {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 961px) {
  #entry_ol #entry-content {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px); } }
@media screen and (max-width: 960px) {
  #entry_ol #archiveArea {
    max-width: 400px;
    width: 100%;
    margin: 0px auto; } }
@media screen and (min-width: 961px) {
  #entry_ol #archiveArea {
    width: 200px; } }
#entry_ol h3.archivetitle {
  position: relative;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
  line-height: 1.0;
  font-family: "Jost", sans-serif;
  font-style: italic; }
  @media screen and (min-width: 961px) {
    #entry_ol h3.archivetitle {
      padding: 0px 0px 20px 0px;
      display: inline-block;
      width: 100%; } }
  #entry_ol h3.archivetitle span {
    width: 100%;
    display: inline-block;
    color: #005fb7; }
    @media screen and (min-width: 961px) {
      #entry_ol h3.archivetitle span {
        font-size: 2.0rem; } }
#entry_ol ul.catList {
  margin-bottom: 30px;
  border-top: 1px solid #cccccc; }
  #entry_ol ul.catList li a {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #cccccc;
    font-size: 1.4rem; }
@nclude minTabw {
  #entry_ol ul.catList li a {
    padding: 12px 0px; } }
#entry_ol .selectMonth {
  overflow: hidden;
  width: 100%;
  text-align: center; }
#entry_ol select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }
  @media screen and (max-width: 480px) {
    #entry_ol select {
      font-size: 1.4rem; } }
#entry_ol select::-ms-expand {
  display: none; }
#entry_ol .month {
  position: relative;
  border: 1px solid #cccccc;
  background: #ebebeb; }
#entry_ol .month::before {
  position: absolute;
  top: 1.4em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none; }
#entry_ol .month select {
  padding: 15px 38px 15px 8px;
  color: #333333; }

/* ----------------------------------------
	#information
---------------------------------------- */
#information {
  /**index_page**/
  /**single_page**/ }
  @media screen and (max-width: 960px) {
    #information ul.list_information {
      max-width: 650px;
      margin: 0px auto;
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    #information ul.list_information {
      margin-bottom: 50px; } }
  #information ul.list_information li {
    position: relative;
    transition: all .25s ease-out; }
    #information ul.list_information li a {
      display: flex;
      justify-content: space-between;
      padding: 10px 5px 10px 5px;
      line-height: 1.0; }
      @media screen and (min-width: 961px) {
        #information ul.list_information li a {
          padding: 25px 15px; } }
      #information ul.list_information li a .thumb {
        width: 140px;
        min-height: 60px; }
        #information ul.list_information li a .thumb img {
          min-height: 60px; }
      #information ul.list_information li a .titArea {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px); }
    #information ul.list_information li:hover {
      background: #ebebeb;
      transition: all .25s ease-out; }
    #information ul.list_information li span.date {
      color: #000000;
      font-size: 1.4rem !important;
      padding-right: 7px; }
      @media screen and (max-width: 767px) {
        #information ul.list_information li span.date {
          font-size: 1.2rem !important; } }
    #information ul.list_information li .cat {
      display: inline-block;
      color: #ffffff;
      border-radius: 15px;
      padding: 3px 5px;
      text-align: center;
      width: 80px;
      font-size: 1.3rem;
      font-weight: bold;
      margin-left: 10px;
      background: #00233f; }
    #information ul.list_information li .tit {
      color: #000000;
      position: relative;
      line-height: 1.2;
      font-weight: bold; }
    #information ul.list_information li::after {
      content: url("../images/common/arrow_blue.svg");
      display: inline-block;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      width: 15px;
      top: 30%;
      right: 5px; }
      @media screen and (min-width: 768px) {
        #information ul.list_information li::after {
          width: 20px;
          top: 33%;
          right: 5px; } }
    #information ul.list_information li:nth-child(odd) {
      background: #ebebeb; }
  #information #single .entry_heading {
    margin-bottom: 25px; }
    @media screen and (min-width: 961px) {
      #information #single .entry_heading {
        margin-bottom: 40px; } }
    #information #single .entry_heading h2.entrytitle {
      position: relative;
      font-weight: bold;
      color: #fff;
      background-image: linear-gradient(90deg, #00233f, black); }
      @media screen and (max-width: 767px) {
        #information #single .entry_heading h2.entrytitle {
          margin-bottom: 20px;
          padding: 10px 10px; } }
      @media screen and (min-width: 768px) {
        #information #single .entry_heading h2.entrytitle {
          padding: 30px 20px;
          display: inline-block;
          width: 100%;
          margin-bottom: 30px; } }
      #information #single .entry_heading h2.entrytitle div.tit {
        font-weight: bold;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          #information #single .entry_heading h2.entrytitle div.tit {
            font-size: 2.0rem; } }
        @media screen and (min-width: 481px) and (max-width: 960px) {
          #information #single .entry_heading h2.entrytitle div.tit {
            font-size: 2.3rem; } }
        @media screen and (min-width: 961px) {
          #information #single .entry_heading h2.entrytitle div.tit {
            font-size: 2.7rem; } }
    #information #single .entry_heading span.date {
      color: #666666;
      font-size: 1.4rem !important;
      padding-bottom: 5px; }
      @media screen and (max-width: 767px) {
        #information #single .entry_heading span.date {
          font-size: 1.2rem !important; } }
    #information #single .entry_heading span.cat {
      color: #ffffff;
      font-size: 1.2rem !important;
      padding: 2px 8px 3px 8px;
      margin-left: 7px;
      background: #005fb7;
      border-radius: 15px; }
  #information #single .entry p {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #information #single .entry p {
        margin-bottom: 50px; } }
  #information #single .entry h2 {
    margin-bottom: 12px;
    color: #005fb7;
    padding-bottom: 6px;
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 3px solid #005fb7; }
    @media screen and (min-width: 768px) {
      #information #single .entry h2 {
        font-size: 2.8rem;
        margin-bottom: 15px; } }
  #information #single .entry h3 {
    font-weight: bold;
    font-size: 2.0rem;
    color: #00233f;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #005fb7; }
    @media screen and (min-width: 768px) {
      #information #single .entry h3 {
        font-size: 2.2rem; } }
  #information #single .entry h4 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #00233f;
    margin-bottom: 10px;
    background: linear-gradient(transparent 60%, #ebebeb 60%); }
    @media screen and (min-width: 768px) {
      #information #single .entry h4 {
        font-size: 2.0rem; } }
  #information #single .entry h5 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
    border-left: 2px solid #005fb7;
    padding-left: 7px; }
    @media screen and (min-width: 768px) {
      #information #single .entry h5 {
        font-size: 1.8rem; } }
  #information #single .entry h6 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 7px;
    padding-left: 7px; }
    @media screen and (min-width: 768px) {
      #information #single .entry h6 {
        font-size: 1.8rem; } }
  #information #single .entry ul {
    list-style: circle !important;
    padding-left: 15px;
    margin-bottom: 50px; }
    #information #single .entry ul li {
      padding-left: 1em;
      text-indent: -1em; }
  #information #single .entry ol {
    list-style: conic-gradient !important;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 50px; }
    #information #single .entry ol li {
      padding-left: 1em;
      text-indent: -1em; }
  #information #single .entry .wp-block-button__link {
    background: #005fb7 !important; }
  #information #single .entry .is-style-outline--1 a {
    color: #005fb7 !important;
    background: #fff !important;
    border: 2px solid #005fb7 !important; }
  #information #single .entry .has-small-font-size {
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      #information #single .entry .has-small-font-size {
        font-size: 1.4rem; } }
  #information #single .entry .has-medium-font-size {
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #information #single .entry .has-medium-font-size {
        font-size: 2.3rem; } }
  #information #single .entry .has-large-font-size {
    font-size: 2.4rem; }
    @media screen and (min-width: 768px) {
      #information #single .entry .has-large-font-size {
        font-size: 3.0rem; } }
  #information #single .entry .has-x-large-font-size {
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #information #single .entry .has-x-large-font-size {
        font-size: 4.0rem; } }
  #information #single .entry .has-small-font-size strong, #information #single .entry .has-medium-font-size strong, #information #single .entry .has-large-font-size strong, #information #single .entry .has-x-large-font-size strong {
    font-size: inherit; }
  #information #single .entry img {
    margin-top: 30px; }
  #information #single .entry div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px; }
    #information #single .entry div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.single-post #entry-content {
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .single-post #entry-content {
      margin-bottom: 50px; } }

/* ----------------------------------------
	.error404
---------------------------------------- */
.error404 #main {
  text-align: center; }
  @media screen and (min-width: 961px) {
    .error404 #main {
      padding-top: 80px !important; } }
