@charset "UTF-8";
/* CSS Document */
.back {
  padding: 14px 70px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 70px 0 !important;
}

.search {
  padding: 14px 70px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.mainBox {
  text-align: center;
  word-wrap: break-word;
}

.mainBox .articleMain {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mainBox .articleMain .prof-img img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.reset-button {
  display: block;
  margin: 20px auto 0;
  background: none;
  border: none;
  padding: 0;
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.reset-button:hover {
  background: none;
  text-decoration: none;
}

/*--
.mainBox .articleMain img {
  height: auto;
  width: 100%;
}
--*/
.mainBox .name {
  font-size: 43px;
}

.mainBox .name span {
  font-size: 23px;
}

.mainBox .years {
  font-size: 22px;
  padding-top: 20px;
}

.mainBox .workTit {
  background: #ffec00;
  color: #00adda;
  display: inline-block;
  font-size: 20px;
  padding: 7px 30px 5px;
  line-height: 1;
  margin-top: 30px;
}

.mainBox .work {
  color: #00adda;
  font-size: 23px;
  padding: 20px 0 15px;
}

.mainBox .workAbout {
  font-size: 16px;
}

.mainBox .childhood {
  margin: 0 auto;
  padding: 60px 0;
  background: #dbf7f4;
}

.mainBox .childhood .title {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 407px;
}

.mainBox .childhood .title img {
  width: 100%;
}

.mainBox .childhood .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainBox .childhood .left {
  width: 40%;
  padding: 0 20px;
}

.mainBox .childhood .right {
  width: 60%;
  padding: 0 20px;
}

.mainBox .interview {
  text-align: center;
}
.mainBox .interview a {
  text-decoration: underline;
  color: #ff8100;
}

.mainBox .interview h2 {
  padding: 60px 0;
}

.mainBox dl {
  line-height: 1.6;
  text-align: left;
}

.mainBox dt {
  background: url(../images/wp/question.png) no-repeat 0 -1px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 23px;
  margin-bottom: 5px;
}

.mainBox dd {
  font-size: 15px;
  padding-left: 23px;
}

.mainBox dd {
  margin-bottom: 25px;
}

.mainBox dd span:not(:nth-child(1)):before {
  content: "、";
}

.mainBox .honbun {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  text-align: left;
}

.mainBox .honbun img {
  margin: 0 auto;
  display: block;
  height: auto;
  padding: 0 0 30px;
  max-width: 100%;
}

.mainBox .info {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-top: 80px;
}
.mainBox .info .block {
  text-align: left;
}
.mainBox .info .title {
  padding-bottom: 20px;
}
.mainBox .info .officeName {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 1.5;
}
.mainBox .info .free {
  line-height: 1.5;
  font-size: 14px;
}
.mainBox .info .office-img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.searchBox {
  padding-top: 70px;
}

.searchBox h3 {
  color: #ff8100;
  font-size: 22px;
  text-align: center;
}

.searchBox h4 {
  margin: 0 auto;
  color: #00adda;
  font-size: 20px;
  border-bottom: #00adda 2px solid;
  display: inline-block;
  margin-bottom: 40px;
}

.searchBox h5 {
  color: #0091db;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.searchBox .check {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffe5;
  border-radius: 5px;
  text-align: center;
  max-width: 1000px;
  padding: 45px;
}

.searchBox .check ul {
  margin-bottom: 40px;
}

.searchBox .check ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.searchBox .check .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.searchBox .check .column3 li {
  width: 33.33%;
  line-height: 1.2;
}

.searchBox .check .column-no::after {
  clear: both;
  content: "";
  display: table;
}

.searchBox .check .column-no li {
  float: left;
  line-height: 1.2;
}

.searchBox .check label {
  position: relative;
  display: block;
  word-break: break-all;
}

.searchBox .check label input[type=checkbox] + span, .searchBox .check label input[type=radio] + span {
  position: relative;
  padding: 0 15px 0 25px;
}

.searchBox .check label span {
  display: inline-block;
}

.searchBox .check label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.searchBox .check label input[type=checkbox] + span::before, .searchBox .check label input[type=checkbox] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.searchBox .check label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: #ccc;
  width: 17px;
  height: 17px;
  border-radius: 3px;
}

.searchBox .check label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}

.searchBox .check label input[type=checkbox]:checked + span::before {
  background-color: #0091db;
}

.searchBox .check label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.searchBox .word {
  text-align: center;
  padding: 60px 0;
}

.searchBox dl.search2 {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.searchBox dl.search2 dt {
  margin-right: 200px;
  background-color: white;
  border: #ccc 1px solid;
  border-radius: 3px;
}

.searchBox dl.search2 dt input {
  width: calc(100% - 20px);
  height: 35px;
  line-height: 24px;
  background: none;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

.searchBox dl.search2 dd {
  position: absolute;
  top: 0;
  right: 0;
}

.searchBox dl.search2 dd button {
  display: block;
  width: 183px;
  height: 38px;
  color: white;
  line-height: 40px;
  text-align: center;
  background-color: #ff9d00;
  border: 1px solid #ff9d00;
  font-size: 16px;
  letter-spacing: 1em;
  text-indent: 1em;
}

.searchBox dl.search2 dd button:hover {
  background-color: #808080;
  border: 1px solid #808080;
}

.searchBox .result {
  background: #f1ffff;
  padding: 70px 0;
  margin: 0 0 50px !important;
}

.searchBox .result .title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
}

.searchBox .result .title span {
  color: red;
}

.searchBox .result ul.list li {
  padding-bottom: 20px;
}

.searchBox .result ul.list li img {
  height: auto;
  width: 100%;
}

.pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em 0;
  font-size: 12px;
}

.pagenav .link_page,
.pagenav a.link_next,
.pagenav a.link_before,
.pagenav span {
  background-color: #e8e8e8;
  padding: 13px 15px;
  margin: 0 2px;
}

.pagenav span {
  background-color: #ff9d00;
  color: #fff;
}

.technique {
  background: #fff;
}

.technique .tech {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: #1a1a1a 2px solid;
  -webkit-box-shadow: 5px 5px 0px 0px #ffec00;
          box-shadow: 5px 5px 0px 0px #ffec00;
  width: 100%;
  background: white;
  padding: 45px;
  margin-bottom: 90px;
}

.technique .tech .tit, .technique .tech .messe {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #ffff00), to(transparent));
  background-image: linear-gradient(to top, #ffff00 100%, transparent 100%);
  color: black;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.technique .tech ul {
  text-align: left;
  padding: 0 30px;
}

.technique .tech li {
  padding: 0 0 30px 70px;
}

.technique .tech li.mark1 {
  background: url(../images/top/point1.png) no-repeat 0 0;
}

.technique .tech li.mark2 {
  background: url(../images/top/point2.png) no-repeat 0 0;
}

.technique .tech li.mark3 {
  background: url(../images/top/point3.png) no-repeat 0 0;
}

.technique .tech .messe {
  font-size: 25px;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .back {
    margin: 30px 0 !important;
  }
  .search {
    padding: 14px 40px;
  }
  .mainBox .articleMain {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .mainBox .articleMain .prof-img img {
    margin-bottom: 40px;
  }
  .mainBox .name {
    font-size: 32px;
  }
  .mainBox .name span {
    font-size: 18px;
  }
  .mainBox .years {
    font-size: 16px;
    padding-top: 10px;
  }
  .mainBox .workTit {
    font-size: 14px;
    margin-top: 30px;
  }
  .mainBox .work {
    font-size: 16px;
    padding: 10px 0 10px;
  }
  .mainBox .workAbout {
    font-size: 14px;
  }
  .mainBox .interview h2 {
    padding: 40px 0;
  }
  .mainBox dt {
    font-size: 16px;
  }
  .mainBox dd {
    font-size: 14px;
  }
  .mainBox .info .title {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .searchBox {
    padding-top: 50px;
  }
  .searchBox .check {
    padding: 20px;
  }
  .searchBox .check ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .searchBox .check .column3 li {
    width: 50%;
  }
  .searchBox .check label input[type=checkbox] + span, .searchBox .check label input[type=radio] + span {
    padding: 0 5px 0 25px;
  }
  .searchBox .word {
    padding: 40px 0 70px;
  }
  .searchBox dl.search2 dt {
    margin-right: 0;
  }
  .searchBox dl.search2 dd {
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .searchBox dl.search2 dd button {
    margin: 0 auto;
  }
  .searchBox .result {
    padding: 30px 0;
    margin: 30px 0 0 !important;
  }
  .searchBox .result ul.list {
    box-orient: horizontal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -3%;
  }
  .searchBox .result ul.list li {
    width: -webkit-calc(50% - 3%);
    width: 47%;
    padding-left: 3%;
  }
  .technique .tech {
    padding: 20px;
    margin-bottom: 40px;
  }
  .technique .tech ul {
    padding: 0;
    text-align: center;
  }
  .technique .tech li {
    padding: 70px 0 20px;
  }
  .technique .tech li.mark1 {
    background-position: center 0;
  }
  .technique .tech li.mark2 {
    background-position: center 0;
  }
  .technique .tech li.mark3 {
    background-position: center 0;
  }
  .technique .tech .messe {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mainBox .articleMain {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .mainBox .articleMain .prof-img img {
    margin-bottom: 60px;
  }
  .mainBox .childhood .question {
    box-orient: vertical;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainBox .childhood .left {
    width: 100%;
    padding: 0;
  }
  .mainBox .childhood .right {
    width: 100%;
    padding: 0;
  }
  .mainBox .honbun img {
    max-width: 100%;
    padding: 20px 0;
  }
  .mainBox .info {
    margin-top: 40px;
  }
  .searchBox .check {
    width: 100%;
  }
}