@charset "UTF-8";
/*  TOPページ
=========================================== */
@media (max-width: 768px) {
  .executiveSec dl dd,
.executiveSec dl dt {
    display: block;
  }

  .executiveSec dl + dl {
    margin-top: 5px;
  }

  .homeSec {
    padding: 25px 0 70px;
  }
}
/* .overviewSec 財団の概要
=========================================== */
@media (max-width: 768px) {
  .overviewSec .sec01 .img {
    float: none;
    margin: 0 0 15px;
  }

  .overviewSec .sec01 p {
    line-height: 2;
  }

  .overviewSec .sec02 {
    margin-top: 45px;
  }

  .overviewSec .sec02 ol,
.overviewSec .sec02 p {
    margin-top: 1em;
  }

  .overviewSec .sec02 .img-wrap {
    display: block;
    margin: 25px 0 0;
  }

  .overviewSec .sec02 .img {
    width: 100%;
    margin-top: 10px;
  }

  .overviewSec .sec03 {
    margin-top: 45px;
  }

  .overviewSec .sec03 .addressArea dl {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 10px;
  }
}
/* .executiveSec 役員一覧
=========================================== */
@media (max-width: 768px) {
  .executiveSec {
    padding-bottom: 80px;
  }

  .executiveSec table {
    font-size: 93%;
  }

  .executiveSec table th {
    width: 100%;
  }

  .executiveSec table td {
    width: 100%;
    text-align: left;
  }

  .executiveSec table td + td {
    width: 100%;
    text-align: left;
  }

  .executiveSec table .ex01 td {
    padding: 1px 0 0;
  }

  .executiveSec table .ex01 td + td {
    padding: 5px 0 0;
  }

  .executiveSec table .ex02 td {
    padding: 0;
  }

  .executiveSec table .ex02 td + td {
    padding: 5px 0 10px;
  }

  .executiveSec table .ex03 td {
    padding: 10px 0 5px;
  }

  .executiveSec table .ex03 td + td {
    padding: 0 0 10px;
  }

  .executiveSec table .ex04 td {
    padding: 10px 0;
  }

  .executiveSec dl dt {
    width: 100px;
  }

  .executiveSec .notes {
    font-size: 11px;
  }
}
/* .recruitmentSec 募集要項
=========================================== */
@media (max-width: 768px) {
  .recruitmentSec {
    padding-bottom: 80px;
  }

  .recruitmentSec .notes {
    font-size: 93%;
    line-height: 1.85;
    text-indent: -1em;
    padding-left: 1em;
  }

  .recruitmentSec ol,
.recruitmentSec ul {
    font-size: 93%;
    line-height: 1.85;
    padding-left: 1em;
    margin: 20px 0;
  }

  .recruitmentSec table td {
    padding: 15px 0;
  }

  .recruitmentSec .documentArea .document a {
    width: 100%;
    padding: 15px 40px 15px 20px;
  }

  .recruitmentSec .set {
    margin-top: 25px;
  }

  .recruitmentSec .note {
    padding-left: 1em;
    text-indent: -1em;
  }

  .documentSec .documentArea .document a {
    width: 100%;
    padding: 15px 40px 15px 20px;
  }
}
/* .newsSec 新着情報
=========================================== */
@media (max-width: 768px) {
  .newsSec .artListWrapper {
    padding: 20px;
    border: 1px solid #ddd;
  }

  .newsSec .entry {
    padding: 20px;
    border: 1px solid #ddd;
  }

  .newsSec .entryHeading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .newsSec .entryHeading .time {
    font-size: 93%;
    line-height: 1.7;
    color: #0161ae;
    border: 1px solid #0161ae;
    font-weight: 700;
    padding: 0 9px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .newsSec .entryHeading .tit {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
  }

  .newsSec .entryBody {
    line-height: 1.5;
  }

  .newsSec .entryBody > * {
    margin: 1em 0;
  }

  .newsSec .entryBody ol,
.newsSec .entryBody ul {
    font-size: 93%;
    line-height: 1.85;
    padding-left: 1em;
    margin: 20px 0;
  }

  .contactSec #errorMsg .error,
.contactSec #errorMsg .msg {
    color: #d40000;
    margin-bottom: 20px;
  }

  /* .prizeSec 受賞者一覧 */
  .prize-sec__table {
    overflow-x: scroll;
  }
  .prize-sec__table table {
    width: 800px;
  }

  .prize-sec .sub {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .prize-sec p + p {
    margin-top: 25px;
  }

  .prize-sec table th {
    width: 200px;
  }

  .prize-sec table th:nth-child(1),
.prize-sec table th:nth-child(3) {
    width: 200px;
  }

  .prize-sec .img-wrap {
    display: block;
    margin: 15px 0 0;
  }

  .prize-sec .img-wrap .img {
    width: 100%;
    margin: 0;
  }

  .prize-sec .img-wrap .img + .img {
    margin-top: 10px;
  }

  .prize-sec dl {
    display: block;
    line-height: 1.8;
  }

  .prize-sec dl dd {
    width: 100%;
    display: block;
  }

  .prize-sec dl dt {
    width: auto;
    display: inline-block;
    margin-right: 20px;
  }

  .prize-sec .item + .item {
    margin-top: 25px;
  }
}
/*! .contactSec お問合せ
=========================================== */
@media (max-width: 768px) {
  .contactSec #errorMsg .error {
    display: block;
  }

  .contactSec .formTable01 {
    font-size: 13px;
    /*! input */
  }
  .contactSec .formTable01 table, .contactSec .formTable01 thead, .contactSec .formTable01 tbody, .contactSec .formTable01 tr, .contactSec .formTable01 th, .contactSec .formTable01 td {
    display: block;
  }
  .contactSec .formTable01 tr + tr {
    border-top: 0;
  }
  .contactSec .formTable01 table th {
    width: 100% !important;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .contactSec .formTable01 table td {
    width: 100%;
    border-top: 0;
  }

  .contactSec .formTable01 th {
    background: #f5f9fc;
  }

  .contactSec .formTable01 th span {
    vertical-align: middle;
  }

  .contactSec .formTable01 .optional,
.contactSec .formTable01 .required {
    line-height: 16px;
    padding: 0 3px 2px;
    font-size: 10px;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
  }

  .contactSec .formTable01 select,
.contactSec .formTable01 textarea {
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .contactSec .formTable01 .required {
    background: #d40000;
  }

  .contactSec .formTable01 .optional {
    background: #656670;
  }

  .contactSec .formTable01 .txtConfirm {
    color: #d40000;
    margin: 7px 0;
  }

  .contactSec .formTable01 td .prefix {
    vertical-align: middle;
    margin-right: 9px;
  }

  .contactSec .formTable01 input[type=email],
.contactSec .formTable01 input[type=tel],
.contactSec .formTable01 input[type=text] {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    min-height: 30px;
    width: 100%;
    padding: 6px 0.5em;
  }

  .contactSec .formTable01 select {
    padding: 3px 0 4px;
  }

  .contactSec .formTable01 textarea {
    min-height: 150px;
    width: 100%;
  }

  .contactSec .formTable01 input[name=postcode] {
    width: 100%;
  }

  .contactSec .formTable01 select[name=pref] {
    width: 100%;
  }

  .contactSec #submitArea #mhFormAdjust,
.contactSec #submitArea #mhFormConfirm,
.contactSec #submitArea #mhFormSend {
    width: 232px;
    height: 62px;
    border: none;
    cursor: pointer;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .contactSec #submitArea {
    text-align: center;
    margin-top: 50px;
  }

  .contactSec #submitArea #mhFormConfirm {
    background: url("../img/contact/btn_confirm01.gif");
  }

  .contactSec #submitArea #mhFormAdjust {
    background: url("../img/contact/btn_back01.gif");
  }

  .contactSec #submitArea #mhFormSend {
    background: url("../img/contact/btn_submit01.gif");
    margin-left: 20px;
  }
}