@charset "UTF-8";
.commonWidth {
  width: 1050px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .commonWidth {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    margin: auto;
    padding: 0 20px;
  }
}
.commonPadding {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .commonPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*********************************************************

二階層目専用CSS

*********************************************************/
nav.global {
  background: #fff !important;
}

.border {
  border: 1px solid #004D07;
  padding: 15px 20px;
  margin: 15px 0px;
}

span {
  display: inline-block;
}

/* パンくず */
.bread {
  padding: 10px 0 50px;
}
.bread ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
}
.bread ul li:after {
  content: ">";
  padding: 0 10px;
}
.bread ul li:last-child:after {
  content:"";
}
@media screen and (max-width: 480px) {
  .bread {
    display: none;
  }
}
h1.title {
  font-weight: normal;
  color: #3b3b3b;
  font-size: 4rem;
  line-height: 1;
  padding: 70px 0;
}

h1.title small {
  font-size: 50%;
  display: inline-block;
  margin-left: 15px;
  letter-spacing: 1px;
}

h2.common {
  line-height: 1.15;
  color: #464646;
  /* letter-spacing: -2px; */
  font-size: 40px;
  font-weight: normal;
  padding-left: 60px;
  background: url(../img/ttl_ico.svg) no-repeat 0 4px;
  background-size: 40px;
  margin-bottom: 20px;
}

h2.common small {
  font-size: 70%;
  color: #ada185;
  letter-spacing: 0px;
  display: inline-block;
  margin-right: 10px;
}

h3.common {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 5px;
}

h3.border {
  font-size: 22px;
  border: none;
  border-bottom: 2px solid #b18100;
  color: #b18100;
  padding: 0 5px 10px;
  margin-bottom: 25px;
  line-height: 1.4;
}

nav.side dd {
  margin: 7px 0px;
}

nav.side dd a {
  font-size: 15px;
  text-decoration: none;
  color: #004D07;
  border-bottom: 1px solid #004D07;
}

nav.side dd a:hover {
  border-bottom-color: #ccc;
  color: #999;
}

#rightColumn .bn {
  padding: 0px 13px 15px;
}

#rightColumn .bn img {
  border: 1px solid #ccc;
}

#rightColumn .bn a {
  display: block;
  margin: 10px 0px;
}



.honbun {
  padding: 0px 5px;
}

.second .txt {
  margin-bottom: 50px;
}

.second .txt b {
  color: #004D07;
  font-size: 120%;
}

.txtbg {
  background-color: #fff;
  padding: 30px 25px;
  margin: 20px 0px;
}
.bgwhite {
  background-color: #fff;
  padding: 20px 25px;
  border: 2px solid #9AE19D;
  margin-bottom: 6rem;
}

.bgwhite dl {
  background-color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
}
.bgwhite dl:last-child {
  margin-bottom: 0;
}

.bgwhite dl dt {
  float: left;
  color: #004D07;
  font-weight: bold;
  font-size: 2rem;
}

.bgwhite dl dd {
  margin-left: 115px;
}

.bgwhite dl dd small {
  display: block;
  line-height: 1.3;
  font-size: 80%;
}

.second p {
  margin-bottom: 1.5rem;
}
.second p:last-child {
  margin-bottom: 0;
}

.linkbg {
  display: inline-block;
  background-color: #004D07;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  padding: 7px 12px 8px;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}

.linkbg:hover {
  background-color: #333;
}

.linkbg:before {
  content: "▶▷";
  letter-spacing: -0.45em;
  padding-right: 10px;
  font-size: 80%;
  position: relative;
  top: -1px;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mtNon {
  margin-top: 0px !important;
}

ul.list li {
  margin-bottom: 20px;
  line-height: 1.5;
  padding-left: 25px;
}

ul.list li:before {
  content: "";
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  margin-top: 0.47em;
  margin-left: -19px;
  border: 3px solid #555;
  border-radius: 10px;
  background-color: #ccc;
}

@media screen and (max-width: 480px) {
  .border {
    padding: 10px 15px;
    margin: 20px 0px;
  }

  #leftColumn, #rightColumn {
    width: 100%;
  }

  h1.title {
    font-size: 40px;
    border-bottom-width: 5px;
    position: relative;
    line-height: 1.2;
    height: 128px;
    display: flex;
    align-items: center;
  }

  h1.title small {
    font-size: 14px;
    margin-left: 0px;
  }

  h2.common {
    font-size: 26px;
    background-size: 30px;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  h2.common small {
    font-size: 12px;
    display: block;
    margin-right: 0px;
    margin-bottom: 2px;
  }

  h3.common {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  h3.border {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  nav.side dt {
    margin-bottom: 15px;
  }

  nav.side dd {
    margin: 0px;
    padding: 5px;
  }

  nav.side dd a {
    font-size: 14px;
    text-decoration: none;
    color: #004D07;
    border: 1px solid #c9d3ea;
    display: block;
    padding: 8px 10px;
    line-height: 1.2;
  }

  #rightColumn .bn {
    padding: 0px 0px 20px;
  }

  #rightColumn .bn a {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
  }

  .second .txt {
    margin-bottom: 40px;
  }

  .txtbg {
    padding: 25px 20px;
  }
  .bgwhite {
    padding: 15px;
  }
  .bgwhite dl {
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .bgwhite dl dt {
    float: none;
    margin-bottom: 15px;
    border-bottom: 1px dotted #004D07;
    padding-bottom: 5px;
  }

  .bgwhite dl dd {
    margin-left: 0px;
    font-size: 110%;
    margin-bottom: 20px;
  }

  .bgwhite dl dd small {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 12px;
  }

  .linkbg {
    font-size: 90%;
    padding: 10px 13px;
    margin-bottom: 5px;
  }

  ul.list li {
    line-height: 1.4;
  }
}
/*********************************************************

大会概要

*********************************************************/
#about .footbn {
  margin-top: 80px;
}

#about .footbn a:nth-child(n+2) {
  display: block;
  margin-top: 25px;
}

#about .border {
  font-weight: bold;
  font-size: 120%;
}

#about .border b {
  font-size: 100%;
}

#about .greeting h3.common {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  border: 1px solid #7e6a59;
  padding: 20px 25px;
  color: #000;
}

#about .greeting h3.common small {
  font-size: 50%;
  display: block;
  line-height: 1.2;
  margin-bottom: 0px;
}

#about a.bnImg {
  display: inline-block;
  width: 50%; 
  margin-top: 10px;
}

#about table.gradetb {
  border-collapse:collapse;
  border-spacing:0;
  border: 2px solid #9AE19D;
  margin-bottom: 6rem;
}
#about table.gradetb tr th {
  background: #f1f83b;
  border-right: 2px solid #9AE19D;
  border-bottom: 1px solid #9AE19D;
  padding: 10px;
}
#about table.gradetb tr td {
  background: #fff;
  border-right: 1px solid #9AE19D;
  border-bottom: 1px solid #9AE19D;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
#about .gradetab > div dl dd span,
#about p > span,
#about table.gradetb tr td span {
  color: #004D07;
  font-size: 1.3em;
  font-weight: bold;
}
#about table.gradetb tr:first-child th {
  background: #53d5bc;
  text-align: center;
  padding:20px 0;
  position: relative;
  font-size: 4rem;
  border-right: 2px solid #9AE19D;
  border-bottom: 2px solid #9AE19D;
}
#about table.gradetb tr:first-child th:nth-child(2) { 
  font-size: 3.4rem;
}
#about table.gradetb tr:first-child th span {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* sp用 */
#about .gradetab {
  border: 2px solid #9AE19D;
  background: #fff;
  margin-bottom: 6rem;
}
#about .gradetab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 2px solid #9AE19D;
}
#about .gradetab ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #53d5bc;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 40px;
  border-right: 2px solid #9AE19D;
  cursor: pointer;
}
#about .gradetab ul li:first-child {
  width: 31% !important;
  font-size: 2rem;
}
#about .gradetab ul li:last-child {
  border-right: none;
}
#about .gradetab ul li.act {
  background: #004D07;
  color: #fff;
}
#about .gradetab ul li span {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#about .gradetab > div[class^="grade"] {
  display: none;
  padding: 10px;
}
#about .gradetab > div.act {
  display: block !important;
}
#about .gradetab > div dl dt {
  background: #F1F83B;
  padding: 5px 10px;
  text-align: center;
}
#about .gradetab > div dl dd {
  background: #F0F0F0;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 10px;
}
#about .organizer {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004D07;
}
#about .organizer p:first-child:after {
  content: "　／　";
}

@media screen and (max-width: 480px) {
  #about .footbn {
    margin-top: 60px;
  }

  #about .footbn a:nth-child(n+2) {
    margin-top: 15px;
  }

  #about .greeting h3.common {
    font-size: 28px;
    border: 1px solid #7e6a59;
    padding: 17px 20px;
  }

  #about .greeting h3.common small {
    margin-bottom: 2px;
  }

  #about table.gradetb {
    display: none;
  }
  #about .organizer {
    display: block;
    font-size: 1.6rem;
  }
  #about .organizer p:first-child:after {
    content: none;
  }
}

/*********************************************************

実施概要

*********************************************************/
#guideline {
}
#guideline table.gradetb {
  border-collapse:collapse;
  border-spacing:0;
  border: 2px solid #9AE19D;
  width: 100%;
}
#guideline table.gradetb tr th {
  background: #fff;
  border-right: 2px solid #9AE19D;
  /*border-bottom: 1px dashed #9AE19D;*/
  text-align: left;
  padding: 18px;
}
#guideline table.gradetb tr td {
  background: #fff;
  border-right: 1px solid #9AE19D;
  /*border-bottom: 1px dashed #9AE19D;*/
  text-align: left;
  padding: 20px 10px;
  vertical-align: top;
}
#guideline table.gradetb tr td span {
  color: #004D07;
  font-size: 1.3em;
}
#guideline table.gradetb tr th.ttl {
  background: #9AE19D;
  text-align: center;
  font-size: 16px;
  border-bottom: 0;
  font-size: 1.8rem;
}
/*#guideline table.gradetb tr:first-child th {
  background: #53d5bc;
  text-align: center;
  padding:20px 0;
  position: relative;
  font-size: 20px;
  border-right: 2px solid #9AE19D;
  border-bottom: 2px solid #9AE19D;
}*/
#guideline table.gradetb tr th.under,
#guideline table.gradetb tr td.under,
#guideline table.gradetb tr.under {
  border-bottom: 1px solid #9AE19D;
}
#guideline table.gradetb tr td > table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#guideline table.gradetb tr td > table tr th {
  width: 30%;
  vertical-align: middle;
}
#guideline table.gradetb tr td > table tr td {
  width: 70%;
  vertical-align: middle;
}
#guideline table.gradetb tr td > table.col3 tr th:first-child{
  width: 30%;
}
#guideline table.gradetb tr td > table.col3 tr td {
  width: 35%;
}
#guideline table.gradetb tr td > table tr td,
#guideline table.gradetb tr td > table tr th {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#guideline table.gradetb tr td > table.col3 tr:nth-child(2) th,
#guideline table.gradetb tr td > table tr:first-child th {
  background: #f1f83b;
  text-align: center;
  padding:10px 0;
  position: relative;
  font-size: 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#guideline table.gradetb tr td > table tr:first-child th:first-child {
  background: #f1f83b;
}
#guideline table.gradetb tr td dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#guideline table.gradetb tr td dl dt {
  background: #F1F83B;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 10px;
}
#guideline table.gradetb tr td dl dd {
  background: #F0F0F0;
  padding: 1rem;
  margin-bottom: 1rem;
  /*display: flex;*/
  width: 70%;
  margin-bottom: 10px;
}
/* sp用 */
#guideline .gradetab {
  border: 2px solid #9AE19D;
  background: #fff;
  margin-bottom: 6rem;
}
#guideline .gradetab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 2px solid #9AE19D;
}
#guideline .gradetab ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #53d5bc;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 40px;
  border-right: 2px solid #9AE19D;
  cursor: pointer;
}
#guideline .gradetab ul li:last-child {
  border-right: none;
}
#guideline .gradetab ul li.act {
  background: #004D07;
  color: #fff;
}
#guideline .gradetab ul li span {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#guideline .gradetab > div[class^="grade"] {
  display: none;
  padding: 10px;
}
#guideline .gradetab > div.act {
  display: block !important;
}
#guideline .gradetab > div dl dt {
  background: #53d5bc;
  padding: 5px 10px;
}
#guideline .gradetab > div dl dd {
  padding: 5px 10px;
}
#guideline button {
  color: #004D07;
  background: #F1F83B;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: bold;
  transition: all .3s;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
#guideline button:disabled {
  color: #fff;
  background: #999;
  cursor:initial;
}
#guideline button:disabled:hover {
  opacity: 1;
}


@media screen and (max-width: 480px) {
  #guideline table.gradetb tr td dl {
    display: block;
  }
  #guideline table.gradetb tr td dl dt {
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  #guideline table.gradetb tr td dl dd {
    width: 100%;
  }
  #guideline table.gradetb tr td > table tr th {
    padding: 0;
  }
  #guideline button {
    width: 100%;
    margin-bottom: 0;
  }
  #guideline button + span {
    margin-bottom: 10px;
  }
}
/*********************************************************

受検される方へ

*********************************************************/
#taking .bgwhite h3 {
  font-size: 24px;
}
#taking .bgwhite ul {
  background: #F0F0F0;
  padding: 10px;
}
#taking .bgwhite ul li {
  font-size: 16px;
}
#taking .bgwhite ul.caution {
  background: #fff;
  padding: 0;
}
/*
#taking .bgwhite ul.caution li {
  font-size: .9em;
  padding-left: 1em;
  text-indent: -1.2em;
}
#taking .bgwhite ul.caution li:before {
  content:"※";
}*/
#taking .bgwhite table {
  width: 100%;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}
#taking .bgwhite table th {
  background: #f1f83b;
  text-align: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#taking .bgwhite table td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#taking .bgwhite table tr:first-child th {
  background: #53d5bc;
}


/*********************************************************

QA

*********************************************************/
#faq .index {
  display: flex;
  flex-wrap: wrap;
}
#faq .index li {
  margin-left: 1em;
}
#faq .index a {
  text-decoration: none;
}
#faq .index a::before {
  content: "▶ ";
}
#faq .bgwhite dl dt {
  background: #fff;
  padding-left: 6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #004D07;
  color: #464646;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  padding-bottom: 2.5rem;
}

#faq div dl dt:before {
  position: absolute;
  font-family: "Nanum Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  content: "Q";
  left: 0;
  font-size: 2em;
  top: -.46em;
  color: #004D07;
}

#faq div dl dd {
  padding-left: 6rem;
  padding-top: 8rem;
  position: relative;
  margin-left: 0;
  min-height: 8em;
}

#faq div dl dd:before {
  position: absolute;
  font-family: "Nanum Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  content: "A";
  left: 0;
  font-size: 3.4em;
  top: 1.1em;
  color: #004D07;
}

#faq div dl dd p {
  font-size: .9em;
  padding-left: 1em;
  text-indent: -1.2em;
}
#faq div dl dd p:before {
  content:"※";
}

@media screen and (max-width: 480px) {
  #faq .index {
    display: block;
  }
  #faq .bgwhite dl dt {
    font-size: 2.2rem;
    padding-bottom: 1.4rem;
    min-height: 7rem;
  }
  #faq div dl dt:before {
    top: -.3em;
    font-size: 2.6em;
  }
  #faq div dl dd {
    padding-top: 0;
    min-height: 4em;
    margin-bottom: 0;
  }
  #faq div dl dd:before {
    top: -.2em;
  }
}

/*********************************************************

example

*********************************************************/
#example {

}
#example .bgwhite dl dt,
#example .bgwhite dl dd {
  display: block;
  float: none;
}
#example .bgwhite dl dt {
  border-bottom: 1px dashed #004D07;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  min-height: 8rem;
  padding-left: 12rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
#example .bgwhite dl dt span {
  position: absolute;
  left: 0;
  font-family: "Nanum Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.5em;
}
#example .bgwhite dl dd {
  margin-left: 0;
  padding-top: 1rem;
}
#example .bgwhite dl dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
}
#example .bgwhite dl dd ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  vertical-align: top;
  width: 25%;
  margin-right: .3rem;
  box-sizing: border-box;
}
#example .bgwhite dl dd ul li input {
  display: none;
}

#example .bgwhite dl dd ul li label span {
  position: relative;
  padding-left: .8rem;
  margin-left: 1.5rem;
}
#example .bgwhite dl dd ul li label span::before {
  position: absolute;
  content: "";
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #707070;
  left: -1.5rem;
}
#example .bgwhite dl dd ul li label input:checked + span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #004D07;
  top: 7px;
  left: -12px;
}
@media screen and (max-width: 480px) {
  #example .bgwhite dl dt {
    padding-left: 0;
    font-size: 1.6rem;
    padding-top: 5rem;
    padding-bottom: 1.8rem;
  }
  #example .bgwhite dl dt span {
    /*position: relative;*/
    display: block;
    text-align: center;
    font-size: 2em;
    top: 0;
  }
  #example .bgwhite dl dd {
    margin-bottom: 0;
  }
  #example .bgwhite dl dd ul {
    display: block;
  }
  #example .bgwhite dl dd ul li {
    width: 100%;
  }
}
#example .submit button {
  background: #F8AF3B;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  width: 30%;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: bold;
}

#example .result {
  position: absolute;
  background: rgba(0,0,0,.8);
  top: 0;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .3s ease-out;
}

#example .result.act {
  opacity: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#example .result .result_dip {
  vertical-align: middle;
  width: 50vw;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-height: 90vh;
}
#example .result_box {
  height: calc(90vh - 320px);
  overflow-y: scroll;
}

#example .result .result_dip h3 {
  font-size: 3em;
}
#example .result .result_dip .point {
  color: #004D07;
  font-size: 2em;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#example .result .result_dip .comment {
  font-size: 2em;
}
#example .result .result_dip button {
  font-size: 1.5em;
  background: #F8AF3B;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
}
#example .classLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
#example .classLabel li {
  background: #53d5bc;
  border: 2px solid #9AE19D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  padding: 10px 30px;
  cursor: pointer;
  margin-right: 20px;
}
#example .classLabel li:last-child {
  margin-right: 0;
}
#example .classLabel li.act {
  background: #004D07;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #example .submit button,
  #example .result .result_dip {
    width: 90vw;
  }
  #example .result .result_dip {
    padding: 10px;
  }
  #example .classLabel {
    flex-wrap:wrap;
  }
  #example .classLabel li:first-of-type {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #example .classLabel li {
    font-size: 2rem;
  }
  #example .result .result_dip h3 {
    font-size: 3rem;
  }
  #example .result .result_dip .comment {
    font-size: 2.4rem;
  }
  #example .bgwhite {
    margin-bottom: 2rem;
  }
  #example .result_box {
    height: calc(90vh - 210px);
  }
}
#example .bgwhite input {
  border: 1px solid #d8d8d8;
  background-color: #f0f0f0;
  width: 100%;
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 2rem;
}
#example .result_dip table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
#example .result_dip table th {
  background: #f1f83b;
  padding:10px;
}
#example .result_dip table td {
  background: #eee;
  padding:10px;
}

/*********************************************************

contact

*********************************************************/
#contact .hissu {
  color: #e20000;
  font-weight: bold;
}
#contact #formArea dt {
  float: none;
}
#contact #formArea dd {
  margin-left: 0;
  margin-bottom: 2rem;
}
#contact #formArea input, 
#contact #formArea textarea {
  border: 1px solid #d8d8d8;
  background-color: #f0f0f0;
  width: 100%;
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 2rem;
}
#contact #formArea .submit {
  text-align: center;
}
#contact #formArea button {
  margin-bottom: 10px;
  background-color: #004D07;
  color: #fff;
  font-size: 2rem;
  padding: 20px 40px;
}
#contact #formArea strong {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/*********************************************************

info

*********************************************************/
#info .infoTop {
  padding: 0.6rem 0;
  font-size: 2.0rem;
  border-bottom: 1px dashed #9AE19D;
}
#info .infoTop span {
  color: #9a9a9a;
  margin-right: 2em;
}
#info a.prev-link:before {
  content: "< ";
}
#info a.next-link {
  float: right;
}
#info a.next-link:after {
  content: " >";
}


/* 二階層目以降のタイトルエリア背景 */
.ttl_area {
  background-size: cover;
  background-position: center;
} 
#about .ttl_area {
  background-image: url(../img/bg_ttl_about.jpg);
}
#guideline .ttl_area {
  background-image: url(../img/bg_ttl_guideline.jpg);
}
#application .ttl_area {
  background-image: url(../img/bg_ttl_application.jpg);
}
#taking .ttl_area {
  background-image: url(../img/bg_ttl_taking.jpg);
}
#faq .ttl_area {
  background-image: url(../img/bg_ttl_faq.jpg);
}
#example .ttl_area {
  background-image: url(../img/bg_ttl_example.jpg);
}
#contact .ttl_area {
  background-image: url(../img/bg_ttl_contact.jpg);
}
#info .ttl_area {
  background-image: url(../img/bg_ttl_info.jpg);
}

/* headinfo */
@media screen and (min-width: 481px) {
  #headinfo {
    display: block;
  }
}

/* ※文字列1.4rem */
.caution {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1.2em;
}
.caution:before {
  content: "※";
}

/* 横スクロールテーブル */
@media screen and (max-width: 480px) {
  .tableWrap {
    overflow-x: scroll;
  }
}
.tableWrap table {
  width: 100%;
  white-space: nowrap;
}