@charset "UTF-8";
.singlePageWrap__inner .aligncenter { display: block; margin: 15px auto;}
.singlePageWrap__inner .alignright,.l-single__inner .alignright { float: right; }
.singlePageWrap__inner .alignleft,.l-single__inner .alignleft { float: left; }
.singlePageWrap__inner .alignright,.singlePageWrap__inner .alignleft,
.l-single__inner .alignright,.l-single__inner .alignright {margin: 8px;}
.singlePageWrap__inner table:not([class]) td,.l-single__inner table:not([class]) td,
.singlePageWrap__inner table:not([class]) th,.l-single__inner table:not([class]) th 
{ width: auto; padding: 6px 10px;}

table.infotable {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 28px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-size: 1.2rem;
}

@media screen and (min-width: 767px) {
  table.infotable {
    width: 100%;
  }
}

table.infotable th {
  padding: 6px 10px;
  border-top: 1px solid #ddd;
  background: #555;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

table.infotable td {
  width: 50%;
  padding: 6px 10px;
  border-top: 1px solid #ddd;
}

table.infotable .gray {
  width: 8rem;
  background: #f0f0f0;
  color: #222;
}

table.infotable tr:last-child th, table.infotable tr:last-child td {
  border-bottom: 1px solid #ddd;
}




.related--md {
  border: 1px solid #4373c2;
  padding: 10px;
  margin: 45px 0 40px;
  position: relative;
}

.related--md .related__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0a4098;
  padding: 7px 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.related--md .related__ttl::before {
  content: "";
  width: 12px;
  height: 100%;
  background: #0a4098;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}

.related--md .related__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related--md .related__list__item .thumb {
  width: 240px;
}

.related--md .related__list__item .thumb img {
  width: 100%;
  height: auto;
}

.related--md .related__list__item .related__txt {
  width: -webkit-calc(100% - 252px);
  width: calc(100% - 252px);
  margin-left: 12px;
}

.related--md .related__list__item .related__txt a {
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: underline;
}

.related--md .related__list__item .data {
  margin: 18px 0;
}

.related--md .related__list__item .time {
  margin-left: 0;
}

.related--md .related__list__item + .related__list__item {
  margin: 10px 0 0;
}


@media screen and (min-width: 767px) {
  /*=================================
    table
  =================================*/
  table.infotable {
    max-width: 1030px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  table.infotable th {
    padding: 12px 50px;
  }
  table.infotable td {
    width: 50%;
    padding: 12px 50px;
    font-size: 1.6rem;
  }
  table.infotable .gray {
    width: 20rem;
  }
}


@media screen and (max-width: 1024px){

  .related--md{
    padding: 33px 8px 5px;
    margin: 25px auto 20px auto;
    width: calc(100% - 7%);
  }
  .related--md .related__ttl{
    font-size: 1.2rem;
    padding: 5px 5px 5px 9px;
  }
  .related--md .related__ttl::before{
    content: "";
    width: 8px;
    left: -4px;
  }
  .related--md .related__list__item .thumb{
    width: 120px;
  }
  .related--md .related__list__item .related__txt{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 0;
    padding: 0 10px;
  }
  .related--md .related__list__item .related__txt a{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .related--md .related__list__item .data{
    margin: 0 0 8px;
  }
  .related--md .related__list__item .time{
    margin-left: 0;
  }
  .related--md .related__list__item + .related__list__item{
    margin: 10px 0 0;
  }
.singlePageWrap__inner .alignright,.singlePageWrap__inner .alignleft,
.l-single__inner .alignright,.l-single__inner .alignright {float: none; display: block; margin: 8px auto;}
}