@charset "UTF-8";
/*
@mixin mPc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
@media screen and (min-width: 768px) {
  #List ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
#List ul li {
  background: #f7f7f7;
  padding: 20px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border-bottom: 5px solid #cccccc; }
  @media screen and (min-width: 768px) {
    #List ul li {
      padding: 30px 30px;
      width: 49%; } }
  #List ul li:hover {
    background: #dde7e9; }
#List ul li.empty {
  display: none; }
#List .titleArea {
  margin-bottom: 7px; }
#List span {
  display: inline-block; }
#List span.posttitle {
  font-weight: bold;
  font-size: 1.2rem;
  background: #005fb7;
  color: #ffffff;
  padding: 3px 7px;
  margin-bottom: 4px;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    #List span.posttitle {
      font-size: 1.4rem; } }
#List span.name {
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #List span.name {
      font-size: 1.6rem; } }
#List .catch {
  font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
  font-size: 1.7rem;
  color: #005fb7;
  font-weight: bold;
  margin-bottom: 7px; }
  @media screen and (min-width: 768px) {
    #List .catch {
      font-size: 2.2rem; } }
#List .moreBtn {
  max-width: 110px;
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  background: #333333;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center; }
  #List .moreBtn::after {
    content: url("../images/common/arrow_thin_white.svg");
    display: inline-block;
    background-size: contain;
    position: absolute;
    width: 18px;
    top: 20%;
    right: 7px; }

/*************************************
#single
*************************************/
#single #head {
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    #single #head {
      margin-bottom: 50px; } }
  #single #head h2 {
    position: relative;
    padding: 1.5rem 2rem;
    color: #fff;
    border-radius: 10px;
    background: #005fb7;
    font-size: 2.0rem;
    margin-bottom: 35px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #single #head h2 {
        padding: 30px 20px;
        font-size: 3.0rem;
        margin-bottom: 60px; } }
    #single #head h2::after {
      position: absolute;
      bottom: -9px;
      left: 1em;
      width: 0;
      height: 0;
      content: '';
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #005fb7 transparent transparent transparent; }
  #single #head h3 {
    font-weight: bold;
    display: flex;
    justify-content: space-between; }
    #single #head h3 .face {
      width: 55px; }
      @media screen and (min-width: 768px) {
        #single #head h3 .face {
          width: 90px; } }
    #single #head h3 .prof {
      width: -webkit-calc(100% -60px);
      width: calc(100% - 60px); }
      @media screen and (min-width: 768px) {
        #single #head h3 .prof {
          width: -webkit-calc(100% -110px);
          width: calc(100% - 110px); } }
      #single #head h3 .prof span {
        display: inline-block;
        width: 100%;
        font-size: 1.6rem; }
        @media screen and (min-width: 768px) {
          #single #head h3 .prof span {
            font-size: 2.2rem; } }
      #single #head h3 .prof span.posttitle {
        color: #005fb7; }
#single .ol {
  padding: 30px 30px 30px 30px;
  border-radius: 10px; }
  @media screen and (min-width: 961px) {
    #single .ol {
      display: flex;
      justify-content: space-between;
      padding: 40px 50px 30px 50px; } }
  @media screen and (min-width: 961px) {
    #single .ol .leftArea {
      width: 240px; } }
  @media screen and (min-width: 961px) {
    #single .ol .textArea {
      width: -webkit-calc(100% -280px);
      width: calc(100% - 280px); } }
#single h4 {
  font-size: clamp(2.2rem, 1.34vw, 2.6rem);
  font-weight: bold;
  margin-bottom: 20px; }
#single .leftArea {
  margin-bottom: 25px; }
  #single .leftArea span.en {
    font-family: "Jost", sans-serif;
    font-weight: 900;
    font-size: clamp(4.5rem, 6.69vw, 6.5rem);
    font-style: italic;
    line-height: 1.0; }
#single .before {
  margin-bottom: 30px;
  background: #f7f7f7;
  border: 1px solid #999999;
  border-top: 8px solid #999999; }
  @media screen and (min-width: 768px) {
    #single .before {
      margin-bottom: 50px; } }
  #single .before span.en {
    color: #00233f; }
#single .after {
  border: 1px solid #005fb7;
  border-top: 8px solid #005fb7;
  background: #FCFCEF; }
  #single .after span.en {
    color: #005fb7; }
  #single .after h4 {
    color: #005fb7; }
#single .arrow {
  width: 80px;
  margin: 0px auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #single .arrow {
      width: 100px;
      margin-bottom: 30px; } }
