@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
:root {
  --kon: #011d64;
  --blue: #0067a4;
  --green: #00A73C;
}

.todai_first {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  margin: 16px auto 8px;
}
@media all and (max-width: 896px) {
  .todai_first {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .todai_first {
    font-size: min(5vw, 1.6rem);
  }
}
.todai_mainvisual {
  max-width: 1100px;
  margin-inline: auto;
}
.todai_lead {
  text-align: center;
  padding-top: 50px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .todai_lead {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .todai_lead {
    font-size: min(4.5vw, 1.5rem);
  }
}
@media all and (max-width: 480px) {
  .todai_lead br.sponly {
    display: none;
  }
}
.todai_largetxt {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  padding: 10px 37px;
  margin-top: 20px !important;
}
@media all and (max-width: 480px) {
  .todai_largetxt {
    font-size: min(4.5vw, 1.5rem);
    padding: 10px;
    margin-top: 10px !important;
  }
}
.todai_largetit {
  position: relative;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--kon);
  padding-left: 5rem;
}
@media all and (max-width: 896px) {
  .todai_largetit {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .todai_largetit {
    font-size: 1.8rem;
    font-size: min(5vw, 1.8rem);
    padding-left: 4rem;
  }
}
.todai_largetit.blue {
  color: var(--blue);
}
.todai_largetit.blue::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2215%22%20viewBox%3D%220%200%2029%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4046_32)%22%3E%3Cg%20style%3D%22mix-blend-mode%3Amultiply%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.56%200L0%2014.56H14.01L28.57%200H14.56Z%22%20fill%3D%22%230067A4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4046_32%22%3E%3Crect%20width%3D%2228.57%22%20height%3D%2214.56%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
.todai_largetit::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.88%2019.3%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23011d64%3B%20fill-rule%3A%20evenodd%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2219.3%200%200%2019.3%2018.58%2019.3%2037.88%200%2019.3%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  width: 38px;
  height: 19px;
}
@media all and (max-width: 480px) {
  .todai_largetit::before {
    width: 30px;
  }
}
.todai_largetit span.small {
  color: #000;
  font-size: 55%;
}
.todai_middletit {
  font-size: 2rem;
  font-weight: 700;
  color: var(--kon);
}
@media all and (max-width: 480px) {
  .todai_middletit {
    font-size: min(4.5vw, 1.55rem);
  }
}
.todai_middletit + p {
  padding: 10px 3px;
  font-family: "Noto Sans JP", sans-serif;
}
.todai_red {
  color: #d7000f;
  font-weight: 600;
}
.todai_yellow {
  color: #ffe600;
}
.todai_pink {
  color: #e3007f;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding: 0 35px;
}
@media all and (max-width: 896px) {
  .todai_pink {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .todai_pink {
    font-size: min(5vw, 2rem);
    padding: 0 10px;
  }
}
.todai_second {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .todai_second {
    margin-top: 40px;
  }
}
.todai_second--katsu {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin-inline: auto;
  gap: 50px 0;
}
@media all and (max-width: 480px) {
  .todai_second--katsu {
    gap: 25px 0;
  }
}
.todai_second--katsu img {
  width: 100%;
}
.todai_second .imageBox_wrap {
  margin: 80px auto 0;
  max-width: 1000px;
  padding: 0 30px 30px 30px;
  border: 3px solid #005EAE;
  border-radius: 10px;
}
@media all and (max-width: 480px) {
  .todai_second .imageBox_wrap {
    margin: 40px auto 0;
    padding: 0 15px 15px 15px;
  }
}
.todai_second .imageBox_wrap ul.imageBox {
  align-items: center;
}
.todai_second .imageBox_wrap ul.imageBox > li.text p {
  font-size: 1.7rem;
}
@media all and (max-width: 896px) {
  .todai_second .imageBox_wrap ul.imageBox > li.text p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .todai_second .imageBox_wrap ul.imageBox > li.text p {
    font-size: min(4.5vw, 1.5rem);
  }
}
.todai_second .imageBox_wrap ul.imageBox > li.image {
  text-align: center;
}
.todai_second .imageBox_wrap ul.imageBox > li.image img {
  max-width: 250px;
}
@media all and (max-width: 480px) {
  .todai_second .imageBox_wrap ul.imageBox > li.image img {
    max-width: 200px;
  }
}
.todai_second--tit {
  color: #fff;
  background: url(../images/bg.jpg) top right/cover no-repeat;
  padding: 20px 30px;
  container-type: inline-size;
  font-family: "Noto Serif JP", serif;
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .todai_second--tit {
    background: url(../images/bg.jpg) bottom right 35%/cover no-repeat;
    padding: 15px;
    margin-top: 40px;
  }
}
.todai_second--tit h2 {
  font-size: 3rem;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .todai_second--tit h2 {
    font-size: min(6.2vw, 2.2rem);
  }
}
.todai_second--tit p {
  padding: 0 10px;
  margin-top: 5px;
  padding-top: 10px;
}
@media all and (max-width: 480px) {
  .todai_second--tit p {
    padding: 0;
    font-size: 1.3rem;
  }
}
.todai_second--tit .line {
  background: #B89046;
  background: linear-gradient(90deg, rgb(184, 144, 70) 0%, rgb(29, 17, 5) 65%, rgb(0, 81, 132) 100%);
  height: 3px;
  margin-top: 5px;
  margin-left: -30px;
  width: 80cqw;
}
@media all and (max-width: 480px) {
  .todai_second--tit .line {
    height: 2px;
    margin-top: 10px;
    margin-left: -15px;
    width: 100%;
  }
}
.todai_second--box {
  padding-left: 5rem;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
  .todai_second--box {
    padding-left: 0;
  }
}
.todai_second--box img.price {
  width: 100%;
}
.todai_second--box ul {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media all and (max-width: 480px) {
  .todai_second--box ul {
    display: block;
  }
}
.todai_second--box ul li.border {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media all and (max-width: 480px) {
  .todai_second--box ul li.border {
    padding: 5px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.todai_second--box ul li span.color {
  color: var(--blue);
  margin: 0 0.5em;
}
.todai_borderbox {
  border: 1px solid var(--blue);
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  font-size: 1.8rem;
}
@media all and (max-width: 480px) {
  .todai_borderbox {
    padding: 10px 15px;
    display: block;
    font-size: 1.5rem;
  }
}
.todai_borderbox p:first-child {
  color: var(--blue);
  font-weight: 700;
}
.todai .noticeTxt {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.todai ul.stickoutBox > li.text h2 {
  color: var(--kon);
  font-size: 5.8rem;
}
@media all and (max-width: 1025px) {
  .todai ul.stickoutBox > li.text h2 {
    font-size: 5rem;
  }
}
@media all and (max-width: 896px) {
  .todai ul.stickoutBox > li.text h2 {
    text-align: center;
    font-size: 4rem;
  }
}
@media all and (max-width: 480px) {
  .todai ul.stickoutBox > li.text h2 {
    font-size: min(8vw, 4rem);
  }
}
.todai ul.stickoutBox > li.text h2 span {
  display: inline-block;
  border-top: 1px solid var(--kon);
  border-bottom: 1px solid var(--kon);
  padding: 5px 50px;
  font-size: 50%;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .todai ul.stickoutBox > li.text h2 span {
    font-size: 60%;
  }
}
.todai ul.stickoutBox {
  margin-top: 50px;
  align-items: flex-end;
}
.todai ul.stickoutBox h3 {
  color: var(--kon);
  font-size: 2.2rem;
  font-weight: 600;
  margin: 30px 0 10px;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
  .todai ul.stickoutBox h3 {
    font-size: 1.7rem;
  }
}
.todai ul.stickoutBox > li.image {
  width: 37%;
}
@media all and (max-width: 896px) {
  .todai ul.stickoutBox > li.image {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
}
@media all and (max-width: 480px) {
  .todai ul.stickoutBox > li.image {
    max-width: 250px;
  }
}
.todai ul.stickoutBox > li.text {
  width: 63%;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
  .todai ul.stickoutBox > li.text {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .todai .more.mt50 {
    margin-top: -10px !important;
  }
}
.todai .more a {
  color: var(--kon);
  border: 1px solid var(--kon);
  font-family: "Noto Serif JP", serif;
}
.todai .more a:hover {
  background: var(--kon);
  color: #fff;
}
.todai ul.listBox {
  padding: 0;
  border-radius: 3px;
  margin-top: 50px;
  background: transparent;
}
@media all and (max-width: 480px) {
  .todai ul.listBox {
    margin-top: 30px;
  }
}
.todai ul.listBox.mt0 {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .todai ul.listBox > li.text ul li {
    padding: 10px 0;
  }
}
.todai ul.listBox > li.text ul li.title {
  color: var(--kon);
  padding: 0;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .todai ul.listBox > li.text ul li.title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .todai ul.listBox > li.text ul li.title {
    font-size: min(5vw, 1.8rem);
  }
}
.todai ul.listBox > li.text ul li.bg {
  position: relative;
  color: #fff;
  flex-wrap: wrap;
  background: #002044;
  background: linear-gradient(90deg, rgb(0, 49, 89) 0%, rgb(0, 16, 37) 100%);
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 20px 50px 25px;
}
@media all and (max-width: 480px) {
  .todai ul.listBox > li.text ul li.bg {
    margin-bottom: 35px;
    padding: 25px 15px;
  }
}
.todai ul.listBox > li.text ul li.bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -26px;
  background: url(../../toudaiishin/images/kado2.svg) top left/cover no-repeat;
  width: 52px;
  height: 26px;
}
.todai ul.listBox > li.text ul li.bg p {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
@media all and (max-width: 480px) {
  .todai ul.listBox > li.text ul li.bg p {
    font-size: 1.4rem;
  }
}
.todai ul.listBox > li.text ul li.bg p span.underLine {
  background: #ffe600;
  color: var(--kon);
  padding: 1px 5px 3px;
  font-weight: 600;
  margin: 0 2px;
}
.todai ul.listBox > li.text ul li.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .todai ul.listBox > li.text ul li.sponly {
    display: block;
    margin-bottom: 0;
  }
}
.todai ul.listBox > li.text ul li.sponly h3 {
  color: var(--kon);
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
  .todai ul.listBox > li.text ul li.sponly h3 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .todai ul.listBox > li.text ul li.sponly h3 {
    font-size: min(5vw, 1.8rem);
  }
}
.todai .contact {
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .todai .contact {
    margin-top: 15px;
  }
}
.todai .contact a {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.todai .apptit {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .todai .apptit {
    margin-top: 40px;
  }
}
.todai .apptit img {
  width: 300px;
}
@media all and (max-width: 480px) {
  .todai .apptit img {
    width: 200px;
  }
}
.todai .iconTitle {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  background: var(--kon);
  color: #fff;
  padding: 10px 100px 10px 35px;
}
@media all and (max-width: 1367px) {
  .todai .iconTitle {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 896px) {
  .todai .iconTitle {
    font-size: 2rem;
    padding: 10px 100px 10px 35px;
  }
}
@media all and (max-width: 480px) {
  .todai .iconTitle {
    font-size: min(5vw, 1.8rem);
    padding: 10px 50px 10px 10px;
  }
}
.todai .iconTitle::before {
  position: absolute;
  content: "";
  top: auto;
  transform: translateY(0);
  bottom: 0;
  left: auto;
  right: 0;
  background: url(../../toudaiishin/images/kado.svg) bottom right/contain no-repeat;
  width: 122px;
  height: 62px;
}
@media all and (max-width: 1367px) {
  .todai .iconTitle::before {
    width: 116px;
    height: 59px;
  }
}
@media all and (max-width: 896px) {
  .todai .iconTitle::before {
    width: 102px;
    height: 52px;
  }
}
@media all and (max-width: 480px) {
  .todai .iconTitle::before {
    width: 51px;
    height: 25px;
  }
}
.todai .voice {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .todai .voice {
    margin-top: 50px;
  }
}
.todai .voice .noticeTxt {
  max-width: 1000px;
  text-align: right;
}
.todai .voiceslider {
  position: relative;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .todai .voiceslider {
    margin-top: 10px;
  }
}
.todai .voiceslider > div {
  width: 100%;
}
.todai .voiceslider .slick-slide > div {
  padding: 20px;
}
@media all and (max-width: 480px) {
  .todai .voiceslider .slick-slide > div {
    padding: 15px;
  }
}
.todai .voiceslider .voiceslideBox a {
  position: relative;
  display: block;
  background: #fff;
  min-height: 341px;
  pointer-events: none;
}
.todai .voiceslider .voiceslideBox a::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  background: url(../../common/images/icon_arrow_circleline_blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
}
.todai .voiceslider .voiceslideBox a .title {
  position: relative;
  padding: 20px 25px;
}
@media all and (max-width: 896px) {
  .todai .voiceslider .voiceslideBox a .title {
    padding: 15px 20px;
  }
}
.todai .voiceslider .voiceslideBox a .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #005EAE;
  width: 100%;
  height: 1px;
}
.todai .voiceslider .voiceslideBox a .title p.icon {
  position: relative;
  font-size: 1.4rem;
  color: #005EAE;
  padding-left: 45px;
}
.todai .voiceslider .voiceslideBox a .title p.icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}
.todai .voiceslider .voiceslideBox a .title p.parent::after {
  background: url(../../../common/images/icon_voice_parent1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.todai .voiceslider .voiceslideBox a .title p.parent2::after {
  background: url(../../../common/images/icon_voice_parent2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.todai .voiceslider .voiceslideBox a .title p.boy::after {
  background: url(../../../common/images/icon_voice_boy.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.todai .voiceslider .voiceslideBox a .title p.girl::after {
  background: url(../../../common/images/icon_voice_girl.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.todai .voiceslider .voiceslideBox a .title h3 {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.6;
  min-height: 58px;
}
.todai .voiceslider .voiceslideBox a .comment {
  padding: 20px 25px;
}
@media all and (max-width: 896px) {
  .todai .voiceslider .voiceslideBox a .comment {
    padding: 15px 20px;
    min-height: 195px;
  }
}
.todai .voiceslider .voiceslideBox a .comment p {
  font-size: 1.4rem;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 8px;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li {
  font-size: 1.2rem;
  color: #fff;
  background: #005EAE;
  text-align: center;
  padding: 2px 18px;
  border-radius: 30px;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li.shuei {
  background: #005EAE;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li.pas {
  background: #00a2ee;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li.id {
  background: #ffc300;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li.age {
  background: #175777;
}
.todai .voiceslider .voiceslideBox a .comment ul.tag li.area {
  background: #000;
}
.todai .voiceslider .slick-arrow.prev::before {
  position: absolute;
  content: "";
  background-image: url(../../../common/images/slide_arrow_prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .todai .voiceslider .slick-arrow.prev::before {
    width: 30px;
    height: 30px;
  }
}
.todai .voiceslider .slick-arrow.next::before {
  position: absolute;
  content: "";
  background-image: url(../../../common/images/slide_arrow_next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .todai .voiceslider .slick-arrow.next::before {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 480px) {
  .todai .voiceslider .slick-slide > div {
    padding: 10px;
  }
}
.todai .voiceslider .voiceslideBox a {
  border: 3px solid #005EAE;
  background: #f2f9fd;
  height: 26em;
  min-height: auto;
}
@media (width < 800px) {
  .todai .voiceslider .voiceslideBox a {
    height: 18em;
  }
}
@media all and (max-width: 480px) {
  .todai .voiceslider .voiceslideBox a {
    height: 20em;
  }
}
.todai .voiceslider .voiceslideBox a .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px 0 0;
}
.todai .voiceslider .voiceslideBox a .title::after {
  background-color: transparent;
}
.todai .voiceslider .voiceslideBox a .title_tit {
  color: #fff;
  padding: 0 10px 1px 10px;
  text-align: center;
  font-size: 90%;
}
@media all and (max-width: 1025px) {
  .todai .voiceslider .voiceslideBox a .title_tit {
    font-size: 80%;
  }
}
.todai .voiceslider .voiceslideBox a .title_tit.--ko {
  background: var(--green);
}
.todai .voiceslider .voiceslideBox a .title_tit.--oya {
  background: #005EAE;
}
.todai .voiceslider .voiceslideBox a .title img {
  width: 50px;
}
@media all and (max-width: 1025px) {
  .todai .voiceslider .voiceslideBox a .title img {
    width: 40px;
  }
}
.todai .voiceslider .voiceslideBox a .title_name {
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 1025px) {
  .todai .voiceslider .voiceslideBox a .title_name {
    font-size: 1.8rem;
  }
}
.todai .voiceslider .voiceslideBox a .title_name.--ko {
  color: var(--green);
}
.todai .voiceslider .voiceslideBox a .title_name.--oya {
  color: #005EAE;
}
.todai .voiceslider .voiceslideBox a::after {
  content: none;
}
.todai .voiceslider .voiceslideBox a .comment {
  padding: 10px 25px 20px;
}
.todai .voiceslider .voiceslideBox a .comment p {
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  .todai .voiceslider .voiceslideBox a .comment p {
    font-size: 1.4rem;
  }
}
.todai .p0 {
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  .todai .mt40 {
    margin-top: 20px !important;
  }
}

.cvArea {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .cvArea {
    margin-top: 40px;
  }
}

.cvBtn {
  display: none;
}

header .area_head .pc_menu_top ul {
  display: none;
}

footer .copyright {
  margin-bottom: 0;
}