.section#home img.sectionHead.homeLogo {
  height: 360px;
}

.section#home img.sectionHead.news {
  margin: 60px 0 0 0;
}

.section#home .newsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section#home .newsWrap > .wordpressHeadlineWrap {
  background-color: #c6c6c6;
  -ms-flex-preferred-size: calc(100% - 320px);
      flex-basis: calc(100% - 320px);
  height: 500px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.section#home .newsWrap > .wordpressHeadlineWrap > p {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.section#home .newsWrap > .wordpressHeadlineWrap > ul#wordpressHeadline > li {
  line-height: 1.4em;
  margin: 0 0 1em 0;
}

.section#home .newsWrap > .facebook {
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .section#home img.sectionHead.homeLogo {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
  .section#home img.sectionHead.news {
    margin: 0px 0 10px 0;
  }
  .section#home .newsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section#home .newsWrap > .wordpressHeadline {
    margin: 0 0 0 0;
    width: 100%;
  }
  .section#home .newsWrap > .facebook {
    margin: 16px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section#home .newsWrap > .wordpressHeadline {
    height: auto;
  }
}

.section#jcdlab img.sectionHead {
  height: 102px;
}

.section#jcdlab figure.philosophy {
  margin: 0 0 40px 0;
}

.section#jcdlab figure.philosophy img.philosophy_title {
  height: 30px;
  width: 100%;
  margin: 0px 0 40px 0;
}

.section#jcdlab figure.philosophy img.philosophy_diagram {
  height: 840px;
  width: 100%;
}

.section#jcdlab p.articles_of_incorporation, .section#jcdlab p.code_of_ethics {
  text-align: center;
  margin: 10px;
}

.section#officer img.officer_name {
  height: 70px;
  width: 100%;
}

.section#officer p {
  text-align: center;
  margin: 10px 0 30px 0;
}

.section#project .projectWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template: 1fr 1fr 1fr / 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 940px) {
  .section#project .projectWrap {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto / 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .section#project .projectWrap {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
    gap: 10px;
  }
}

.section#project .projectWrap > div.project {
  min-height: 280px;
  background: #fcfcfc;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section#project .projectWrap > div.project {
    min-height: 80px;
  }
}

.section#project .projectWrap > div.project > img {
  height: 20px;
  width: auto;
  margin: 0 0 10px 0;
}

.section#project .projectWrap > div.project > p {
  text-align: justify;
  line-height: 1.7em;
}

.section#project .projectWrap > div.project > p:nth-of-type(2) {
  position: absolute;
  bottom: 18px;
  right: 30px;
}

.section#project div.project_index_link {
  width: 100%;
  background: #fcfcfc;
  padding: 10px 0;
  margin: 30px auto;
  left: 0;
  right: 0;
}

.section#project div.project_index_link p {
  width: 100%;
  text-align: center;
}

.section#culdela {
  padding: 60px 5%;
}

.section#culdela .magazine > section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 0px 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section#culdela .magazine > section > .thumbnail {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section#culdela .magazine > section > .thumbnail > img {
  width: 100%;
  height: auto;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section#culdela .magazine > section > .details {
  margin: 0 0 0 20px;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}

.section#culdela .magazine > section > .details * {
  line-height: 1.7em;
}

.section#culdela .magazine > section > .details > ul.magazineIndex {
  margin: 30px 0 0 0;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0px;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span {
  display: block;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span.head_title {
  font-size: 14px;
  line-height: 30px;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span.title {
  font-size: 24px;
  line-height: 32px;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span.sub_title {
  font-size: 20px;
  line-height: 30px;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span.auther {
  font-size: 16px;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span.auther + span {
  margin: 8px 0 0 0;
}

.section#culdela .magazine > section > .details > ul.magazineIndex li p > span > span {
  font-size: 15px;
}

.section#culdela .magazine > section > .details > .magazine_info {
  margin: 0 0 7px 0;
}

.section#culdela .magazine > section > .details > .magazine_info > p.title {
  font-weight: 600;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.section#culdela .magazine > section > .details > p.contents {
  margin: 0 0 0px 0;
}

@media screen and (max-width: 768px) {
  .section#culdela .magazine > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section#culdela .magazine > section > .thumbnail {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 0 40px 0;
  }
  .section#culdela .magazine > section > .thumbnail > img {
    width: 100%;
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.section#culdela .magazine > h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 0 0 60px 0;
}

.section#culdela .magazine.lastest {
  margin: 0 0 20px 0;
}

.section#culdela .magazine.lastest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section#culdela .magazine.lastest > .thumbnail {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.section#culdela .magazine.lastest > .thumbnail > img {
  width: 100%;
}

.section#culdela .magazine.lastest > .details {
  margin: 0 0 0 20px;
}

.section#culdela .magazine.lastest > .details * {
  line-height: 1.7em;
}

.section#culdela .magazine.lastest > .details > .magazine_info > p.title {
  font-weight: 600;
  font-size: 1.2em;
}

.section#culdela .magazine.lastest > .details > ul.magazineIndex p {
  padding: 0 0 0 10px;
}

.section#culdela .magazine.backNumbers > p {
  text-align: center;
}

.section#access {
  text-align: center;
}

.section#access * {
  line-height: 1.5em;
}

.section#access h1 {
  font-size: 24px;
  font-weight: 600;
}

.section#access h2 {
  margin: 20px 0 0 0;
  font-weight: 600;
}

.section#access p + p {
  margin: 0 0 40px 0;
}

.section#access img.access_gm {
  height: 60px;
}

.section#member_recruiting .typeSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section#member_recruiting .typeSwitch > p {
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  text-align: center;
  background: #514d4a;
  padding: 20px;
  color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #514d4a;
  cursor: pointer;
}

.section#member_recruiting .typeSwitch > p:hover {
  background: #949190;
  color: #fcfcfc;
  border: 1px solid #949190;
}

.section#member_recruiting .typeSwitch > p.active {
  background: #fcfcfc;
  color: #514d4a;
  border-bottom: none;
}

.section#member_recruiting .typeSwitch > p.active:hover {
  background: #fcfcfc;
  color: #514d4a;
  border: 1px solid #514d4a;
  border-bottom: none;
}

.section#member_recruiting .details div {
  display: none;
  border: 1px solid #514d4a;
  border-top: none;
  padding: 30px;
  background: #fcfcfc;
}

.section#member_recruiting .details div > * {
  line-height: 1.7em;
}

.section#member_recruiting .details .active {
  display: block;
}

.section#member_recruiting .details tr {
  height: 25px;
}

.section#member_recruiting .details tr td {
  padding: 0 10px;
}

.section#member_recruiting .buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 30px auto;
  left: 0;
  right: 0;
}

/* .section#member_recruiting .buttonWrap > a, */
.section#member_recruiting .buttonWrap > a {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  height: 60px;
  text-align: center;
}

.section#member_recruiting .buttonWrap img {
  width: 60%;
  height: 60px;
}

.section#contact form {
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.section#contact form div {
  margin: 10px 0 0 0;
}

.section#contact form div > p.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section#contact form div > p.sec > span {
  display: block;
}

.section#contact form div > p.sec > span.sec_error {
  color: #d40;
}

.section#contact form input, textarea {
  border: 1px solid #c6c6c6;
  background: #f0f0f0;
  outline: none;
}

.section#contact form input[type=text], textarea {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1.3em;
  padding: .5em .8em;
  font-family: serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section#contact form input:hover, textarea:hover {
  background: #fcfcfc;
}

.section#contact form input:focus, textarea:focus {
  border: 1px solid #514d4a;
  background: #fcfcfc;
}

.section#contact form #ch_btn {
  border: 1px solid #514d4a;
  background: #514d4a;
  padding: 20px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.section#contact form #ch_btn.active {
  border: 1px solid #514d4a;
  background: #514d4a;
  color: #fcfcfc;
}

.section#contact #result {
  height: 20px;
}

.section#contact #result.error {
  color: #d40;
}

@media screen and (max-width: 768px) {
  .section#jcdlab img.sectionHead {
    height: 56px;
  }
  .section#jcdlab figure.philosophy img.philosophy_title {
    height: 28px;
    width: 100%;
    margin: 0px 0 30px 0;
  }
  .section#jcdlab figure.philosophy img.philosophy_diagram {
    height: 517px;
    width: 100%;
  }
  .section#jcdlab p.articles_of_incorporation, .section#jcdlab p.code_of_ethics {
    text-align: center;
  }
  .section#officer img.officer_name {
    height: 50px;
    width: 100%;
  }
  .section#project .projectWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section#project .projectWrap > div.project {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0px 0px;
    padding: 20px 24px;
    height: auto;
  }
  .section#project .projectWrap > div.project > img {
    height: 20px;
    width: auto;
    margin: 0 0 14px 0;
  }
  .section#project .projectWrap > div.project > p {
    margin: 0 0 30px 0;
  }
  .section#project .projectWrap > div.project > p:nth-of-type(2) {
    margin: 0 0 0px 0;
    position: absolute;
    bottom: 18px;
    right: 18px;
  }
  .section#culdela .magazine.lastest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section#culdela .magazine.lastest > .thumbnail {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    text-align: center;
  }
  .section#culdela .magazine.lastest > .thumbnail > img {
    width: 80%;
    margin: 0 0 20px 0;
  }
  .section#culdela .magazine.lastest > .details {
    margin: 0 0 0 0px;
  }
  .section#culdela .magazine.lastest > .details > .magazine_info > p.title {
    font-weight: 600;
    font-size: 1.2em;
  }
  .section#culdela .magazine.backNumbers > p {
    text-align: center;
  }
  .section#member_recruiting .typeSwitch > p {
    padding: 10px;
  }
  .section#member_recruiting .details div {
    padding: 10px;
  }
  .section#member_recruiting .details table {
    width: 100%;
  }
  .section#member_recruiting .details tr {
    width: 100%;
  }
  .section#member_recruiting .details tr td {
    display: block;
  }
  .section#member_recruiting .details tr td:first-child {
    margin: 16px 0 0 0;
    text-align: center;
    font-weight: 600;
  }
  .section#member_recruiting .buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 30px auto;
    left: 0;
    right: 0;
  }
  .section#member_recruiting .buttonWrap > img {
    margin: 10px 0;
  }
  .section#contact form {
    width: 100%;
  }
  .section#contact form #ch_btn {
    border: 1px solid #c6c6c6;
    background: #c6c6c6;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fcfcfc;
  }
  .section#contact form #ch_btn.active {
    border: 1px solid #514d4a;
    background: #514d4a;
    color: #fcfcfc;
  }
}
/*# sourceMappingURL=index.css.map */