@charset "UTF-8";
#news .entry_heading h2.entrytitle {
  position: relative;
  border-bottom: 2px solid #4c4c4c;
  padding: 0px 0px 20px 0px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #news .entry_heading h2.entrytitle {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    #news .entry_heading h2.entrytitle {
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1281px) {
    #news .entry_heading h2.entrytitle {
      margin-bottom: 20px; } }
#news .entry_heading .date {
  font-size: 1.4rem !important;
  margin-bottom: 20px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #news .entry_heading .date {
      font-size: 1.2rem !important; } }
  @media screen and (min-width: 961px) {
    #news .entry_heading .date {
      margin-bottom: 30px; } }
#news .entry_heading span.cat {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  width: 80px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 10px;
  color: #ffffff; }
#news .entry_heading span.topic {
  background: #1d2088; }
#news .entry_heading span.event {
  background: #4c4c4c; }
#news .entry_heading .tit {
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    #news .entry_heading .tit {
      font-size: 2.0rem; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    #news .entry_heading .tit {
      font-size: 2.3rem; } }
  @media screen and (min-width: 961px) {
    #news .entry_heading .tit {
      font-size: 3.0rem; } }

#content .inner {
  padding-top: 0px !important; }

/* ------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.newsList {
  margin-bottom: 30px; }
  ul.newsList li {
    border-top: 1px solid #cccccc; }
    ul.newsList li a {
      display: block;
      padding: 25px 0px;
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
      @media screen and (min-width: 961px) {
        ul.newsList li a {
          padding: 30px 0px; } }
      ul.newsList li a:hover {
        background: #ebebeb; }
    ul.newsList li .date {
      font-size: 1.4rem;
      display: inline-block; }
    ul.newsList li .cat {
      display: inline-block;
      border-radius: 5px;
      padding: 1px 5px;
      text-align: center;
      width: 80px;
      font-size: 1.3rem;
      font-weight: bold;
      margin-left: 10px;
      color: #ffffff; }
    ul.newsList li span.topic {
      background: #1d2088; }
    ul.newsList li span.event {
      background: #4c4c4c; }

/* ------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 (min-width: 1281px) {
  #entry_ol #entry-content {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px); } }
@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; } }
@media screen and (min-width: 1281px) {
  #entry_ol #archiveArea {
    width: 300px; } }
#entry_ol h3.archivetitle {
  position: relative;
  color: #3f3530;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0px 0px 15px 0px;
  line-height: 1.0;
  font-family: "Lato", serif; }
  @media screen and (min-width: 961px) {
    #entry_ol h3.archivetitle {
      font-size: 3.0rem;
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%; } }
  #entry_ol h3.archivetitle span {
    width: 100%;
    display: inline-block; }
    @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; }

/* ----------------------------------------
	#news
---------------------------------------- */
@media screen and (max-width: 960px) {
  #news ul.list_news {
    max-width: 650px;
    margin: 0px auto;
    margin-bottom: 80px; } }
@media screen and (max-width: 480px) {
  #news ul.list_news {
    margin-bottom: 50px; } }
#news ul.list_news li {
  position: relative;
  transition: all .25s ease-out; }
  #news ul.list_news li a {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 10px 5px;
    line-height: 1.0; }
    @media screen and (min-width: 961px) {
      #news ul.list_news li a {
        padding: 25px 15px; } }
    #news ul.list_news li a .thumb {
      width: 140px;
      min-height: 60px; }
      #news ul.list_news li a .thumb img {
        min-height: 60px; }
    #news ul.list_news li a .titArea {
      width: -webkit-calc(100% - 150px);
      width: calc(100% - 150px); }
  #news ul.list_news li:hover {
    background: #ebebeb;
    transition: all .25s ease-out; }
  #news ul.list_news li span.date {
    color: #000000;
    font-size: 1.4rem !important;
    padding-right: 7px; }
    @media screen and (max-width: 767px) {
      #news ul.list_news li span.date {
        font-size: 1.2rem !important; } }
  #news ul.list_news 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; }
  #news ul.list_news li .topics {
    background: #1d2088; }
  #news ul.list_news li .event {
    background: #d1121b; }
  #news ul.list_news li .blog {
    background: #032f7c; }
  #news ul.list_news li .tit {
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-weight: bold; }
  #news ul.list_news 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) {
      #news ul.list_news li::after {
        width: 20px;
        top: 33%;
        right: 5px; } }
  #news ul.list_news li:nth-child(odd) {
    background: #ebebeb; }
#news #single .date {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 5px; }
#news #single span.cat {
  font-size: 1.2rem; }

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

#information .entry_heading h2.entrytitle {
  position: relative;
  border-bottom: 1px solid #dce3f5;
  padding: 0px 0px 20px 0px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #information .entry_heading h2.entrytitle {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #information .entry_heading h2.entrytitle {
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1281px) {
    #information .entry_heading h2.entrytitle {
      margin-bottom: 50px; } }
#information .entry_heading span.date {
  color: #666666;
  font-size: 1.4rem !important;
  padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    #information .entry_heading span.date {
      font-size: 1.2rem !important; } }
#information .entry_heading span.cat {
  color: #ffffff;
  font-size: 1.2rem !important;
  padding: 2px 8px 3px 8px;
  margin-left: 7px; }
#information .entry_heading span.news {
  background: #1d2088; }
#information .entry_heading span.recruit {
  background: #032f7c; }
#information .entry_heading .tit {
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    #information .entry_heading .tit {
      font-size: 2.0rem; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    #information .entry_heading .tit {
      font-size: 2.3rem; } }
  @media screen and (min-width: 961px) {
    #information .entry_heading .tit {
      font-size: 2.7rem; } }
#information .entry .detail {
  margin-bottom: 10px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    #information .entry .detail {
      margin-bottom: 15px; } }
  #information .entry .detail span {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    padding: 3px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    background: #d1121b; }
    @media screen and (min-width: 768px) {
      #information .entry .detail span {
        width: 100px;
        margin-right: 10px;
        padding: 3px 10px;
        font-size: 1.5rem; } }
#information .entry img {
  margin-top: 30px; }

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