.title-down, .contentsBox-voice h2, .contentsBox-faq h2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before, .contentsBox-voice h2:before, .contentsBox-faq h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.pc-cva {
  background-image: url(../img/common/cva_bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 370px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pc-cva {
    display: none;
  }
}

.pc-cva___inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 45px;
}

.pc-cva__pic {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

.pc-cva__pic img {
  height: 100%;
  width: auto;
}

.pc-cva___panel {
  width: 695px;
  height: 300px;
  background: #fff;
  border-radius: 20px;
  padding-top: 40px;
  position: relative;
}

.pc-cva___panel .pc-cva___panel--icon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pc-cva__lead {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.pc-cva__btn1 {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  width: 600px;
  border-radius: 35px;
  margin: 25px auto 0;
  font-size: 28px;
}

.pc-cva__btn1 a {
  color: #fff;
  display: block;
}

.pc-cva__btn1:hover {
  opacity: 0.9;
}

.pc-cva__wrap {
  display: -webkit-box;
  display: flex;
  width: 600px;
  margin: 10px auto 0;
}

.cva__telttl {
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.cva__telttl:before {
  content: "";
  width: 20px;
  display: block;
  border-bottom: 2px solid #878787;
  position: absolute;
  left: -20px;
  top: 15px;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}

.cva__telttl:after {
  content: "";
  width: 20px;
  display: block;
  border-bottom: 2px solid #878787;
  position: absolute;
  right: -20px;
  top: 15px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

.pc-cva__tel {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.pc-cva__tel span {
  display: block;
  font-family: sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 5px;
}

.pc-cva__tel span:before {
  content: "";
  background-image: url("../img/common/icon-free_dial-bk.png");
  width: 35px;
  height: 24px;
  display: inline-block;
  content: "";
  background-size: 100%;
  margin-right: 5px;
}

.pc-cva__btn2 {
  width: 100%;
  margin-top: 20px;
}

.pc-cva__btn2 a {
  background: #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  border-radius: 35px;
  font-size: 24px;
}

.pc-cva__btn2 a a {
  color: #fff;
  display: block;
}

.pc-cva__btn2 a:hover {
  opacity: 0.9;
}

.pc-cva__btn2 a i:after {
  content: "";
  background-image: url("../img/common/icon-search-white.png");
  display: inline-block;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.sp-cva {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-cva {
    background-image: url("../img/common/cva_bg.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    display: block;
  }
  .sp-cva___inner {
    position: relative;
    width: 100%;
    padding: 40px 0;
  }
  .sp-cva___panel {
    margin: 0 auto;
    width: 90%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .sp-cva___panel .sp-cva___panel--icon {
    width: 120px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-cva__lead {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .sp-cva__btn1 {
    background: #ff7e0f;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 35px;
  }
  .sp-cva__btn1 a {
    color: #fff;
    display: block;
  }
  .sp-cva__btn1:hover {
    opacity: 0.9;
  }
  .sp-cva__wrap {
    margin: 15px auto 0;
  }
  .sp-cva__telttl {
    font-weight: 500;
    position: relative;
    display: table;
    margin: 0 auto 5px;
  }
  .sp-cva__telttl:before {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    left: -14px;
    top: 12px;
    -webkit-transform: rotate(-125deg);
            transform: rotate(-125deg);
  }
  .sp-cva__telttl:after {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    right: -14px;
    top: 12px;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
  }
  .sp-cva__tel {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .sp-cva__tel span {
    display: table;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
  }
  .sp-cva__tel span:before {
    content: "";
    background-image: url(../img/common/icon-free_dial-bk.png);
    height: 12px;
    width: 17.5px;
    display: inline-block;
    content: "";
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-cva__btn2 {
    width: 80%;
    margin: 0 auto;
  }
  .sp-cva__btn2 a {
    background: #193050;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 35px;
  }
  .sp-cva__btn2 a a {
    color: #fff;
    display: block;
  }
  .sp-cva__btn2 a:hover {
    opacity: 0.9;
  }
  .sp-cva__btn2 a i:after {
    content: "";
    background-image: url(../img/common/icon-search-white.png);
    display: inline-block;
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .sp-cva__btn3 {
    width: 100%;
  }
  .sp-cva__btn3 a {
    background: #00B900;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 35px;
  }
  .sp-cva__btn3 a:hover {
    opacity: 0.9;
  }
}

.cva-lp {
  height: auto;
}

.cva-lp .pc-cva___inner {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.cva-lp .pc-cva__pic {
  position: relative;
  min-width: none;
}

.cva-lp .pc-cva__pic img {
  width: 100%;
  height: auto;
}

.cva-lp .pc-cva__button {
  position: absolute;
  top: 266px;
  left: 51px;
  z-index: 10;
}

.cva-lp .pc-cva__tel {
  position: absolute;
  top: 380px;
  left: -140px;
  z-index: 10;
}

.cva-lp .sp-cva___inner {
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cva-lp .sp-cva___panel {
  background-color: transparent;
  background-image: url("../img/lp/cva_frame_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40%;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cva-lp #cva__btn1 {
  margin-bottom: 5px;
}

.cva-lp .sp-cva__tel_ttl {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  margin-top: 10px;
  position: relative;
  left: -20px;
}

.emeao-figureBox {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 32px;
  border: 1px solid #d6d6d6;
  text-align: center;
  padding: 5px;
  padding-bottom: 32px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .emeao-figureBox {
    margin-top: 32px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}

.emeao-figureBox h3 {
  background: #193050;
  margin-bottom: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .emeao-figureBox h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-figureBox h3 {
    margin-bottom: 18px;
  }
}

.emeao-figureBox .caption {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .emeao-figureBox .caption {
    margin-top: -40px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .emeao-figureBox .caption {
    font-size: 16px;
  }
}

.emeao-figureBox .color-primary {
  color: #1D2087;
}

@media print, screen and (min-width: 769px) {
  .emeao-figureBox .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-figureBox .hide-sp {
    display: none;
  }
}

.emeao-movieBox {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  background: #f4f4f4;
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.emeao-movieBox__ttl {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox__ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox__ttl {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .emeao-movieBox__if {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .emeao-movieBox__if iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.contentsBox-about .inner h2 {
  padding-bottom: 8px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #000;
}

.contentsBox-about .inner p {
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-about .inner p {
    font-size: 15px;
  }
}

.contentsBox-about .inner p + p {
  margin-top: 32px;
}

.contentsBox-tokucho .riyuBox {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #143e78;
  position: relative;
  min-width: 1000px;
  background-image: url("../img/common/emeao/riyu-bg.jpg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox {
    min-width: inherit;
  }
}

.contentsBox-tokucho .riyuBox:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: calc(50% - 80px);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox:before {
    border-width: 20px 40px 20px;
    left: calc(50% - 40px);
  }
}

.contentsBox-tokucho .riyuBox h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 64px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 8px 20px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.contentsBox-tokucho .riyuBox ul {
  width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

.contentsBox-tokucho .riyuBox ul li {
  margin: 0 10px;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li {
    margin: 0;
    margin-bottom: 20px;
  }
  .contentsBox-tokucho .riyuBox ul li + li {
    margin-top: 15px;
  }
}

.contentsBox-tokucho .riyuBox ul li:nth-of-type(3) h3 {
  line-height: 86px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li:nth-of-type(3) h3 {
    line-height: inherit;
  }
}

.contentsBox-tokucho .riyuBox ul li h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  min-height: 106px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li h3 {
    min-height: inherit;
  }
}

.contentsBox-tokucho .riyuBox ul li h3 span {
  font-size: 28px;
  color: #ff7e0f;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li h3 span {
    font-size: 18px;
  }
}

.contentsBox-tokucho .riyuBox ul li img {
  width: 100%;
  height: auto;
}

.contentsBox-tokucho .riyuBox ul li p {
  padding: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox ul li p {
    font-size: 14px;
  }
}

.contentsBox-tokucho .riyuBox .lead-1 {
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .contentsBox-tokucho .riyuBox .lead-1 {
    text-align: left;
  }
}

.sp-syokaiBox {
  display: none;
}

.contentsBox-syokaiBox {
  background: #f7f9fc;
}

.contentsBox-syokaiBox .syokaiBox {
  background: #fff;
  margin: 0 auto;
  max-width: 900px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.contentsBox-syokaiBox table.pc-syokaiBox {
  width: 100%;
  text-align: center;
}

.contentsBox-syokaiBox table.pc-syokaiBox td {
  padding: 10px;
  vertical-align: middle;
}

.contentsBox-syokaiBox table.pc-syokaiBox .label {
  width: 200px;
}

.contentsBox-syokaiBox .syokaiBox__label {
  width: 200px;
  height: 200px;
  letter-spacing: 0;
  background: #193050;
  color: #fff;
  border-radius: 50%;
  position: relative;
  word-break: keep-all;
}

.contentsBox-syokaiBox .syokaiBox__label .syokaiBox__label--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contentsBox-syokaiBox .syokaiBox__label .syokaiBox__label--lead {
  font-size: 18px;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.contentsBox-syokaiBox .syokaiBox__label .syokaiBox__label--lead span.num {
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.contentsBox-syokaiBox .syokaiBox__label .syokaiBox__label--lead span.strong {
  font-size: 36px;
  font-weight: bold;
}

.contentsBox-syokaiBox .syokaiBox__label .syokaiBox__label--txt {
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .contentsBox-syokaiBox h2 {
    margin-bottom: 10px !important;
  }
  .pc-syokaiBox {
    display: none;
  }
  .sp-syokaiBox {
    display: block;
  }
  .sp-syokaiBox .sp-syokaiBox__label {
    border-top: 1px solid #193050;
    border-bottom: 1px solid #193050;
    color: #193050;
    padding: 10px 0;
  }
  .sp-syokaiBox .sp-syokaiBox__label p {
    line-height: 1.2;
    text-align: center;
  }
  .sp-syokaiBox .sp-syokaiBox__label span.num {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 900;
  }
  .sp-syokaiBox .sp-syokaiBox__label span.strong {
    font-size: 18px;
    font-weight: bold;
  }
  .sp-syokaiBox .sp-syokaiBox__label .syokaiBox__label--txt {
    font-size: 12px;
    margin-top: 5px;
    word-break: break-all;
  }
  .sp-syokaiBox .sp-syokaiBox__wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .sp-syokaiBox .sp-syokaiBox__wrap li {
    width: calc(100% / 3);
    padding: 2%;
    text-align: center;
  }
}

.contentsBox-voice {
  background: #FFF;
}

.contentsBox-voice h2 {
  padding-bottom: 8px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.contentsBox-voice .voice {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.contentsBox-voice .voice .voiceBox {
  width: 49%;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox {
    padding: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox + .voiceBox {
    margin-top: 18px !important;
  }
}

.contentsBox-voice .voice .voiceBox:nth-child(even) {
  margin-left: 2%;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox:nth-child(even) {
    margin-left: 0;
  }
}

.contentsBox-voice .voice .voiceBox:nth-child(n + 3) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox:nth-child(n + 3) {
    margin-top: 0;
  }
}

.contentsBox-voice .voice .voiceBox:hover {
  opacity: 0.9;
}

.contentsBox-voice .voice .voiceBox .voiceBox__date {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox .voiceBox__date {
    font-size: 14px;
  }
}

.contentsBox-voice .voice .voiceBox .voiceBox__date span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.contentsBox-voice .voice .voiceBox .voiceBox__label {
  color: #fff;
  padding: 10px 12px;
  display: inline-block;
  font-size: 12px;
  top: 20px;
  right: 20px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox .voiceBox__label {
    padding: 5px;
    font-size: 10px;
    top: 0;
    right: 0;
  }
}

.contentsBox-voice .voice .voiceBox .voiceBox__wrap {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

.contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__pic {
  width: 160px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__pic {
    margin-right: 10px;
  }
}

.contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__pic img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__dtl {
  width: calc(100% - 180px);
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__dtl {
    margin-top: 20px;
    width: calc(100% - 170px);
  }
}

.contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__dtl .voiceBox__ttl {
  color: #193050;
  font-size: 20px;
  margin: 5px 0;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox .voiceBox__wrap .voiceBox__dtl .voiceBox__ttl {
    font-size: 15px;
  }
}

.voice-lead {
  text-align: center;
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .voice-lead {
    font-size: 15px;
  }
}

.voice-lead .lead-primary {
  font-size: 1.2em;
}

.voice-lead .color-orange {
  color: #F7931E;
}

.contentsBox-voice {
  background-color: #f7f9fc !important;
}

.contentsBox-voice .voice {
  display: -webkit-box;
  display: flex;
}

.contentsBox-voice .voice .voiceBox {
  box-shadow: none;
  background-color: #193050;
  border-radius: 7px;
  position: relative;
  padding: 15px;
  padding-top: 35px;
  cursor: default;
}

.contentsBox-voice .voice .voiceBox:hover {
  opacity: 1;
}

.contentsBox-voice .voice .voiceBox__label {
  position: absolute;
  top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__label {
    font-size: 14px !important;
  }
}

.contentsBox-voice .voice .voiceBox__meta {
  padding-top: 0px;
  margin-bottom: 35px;
  overflow: hidden;
}

.contentsBox-voice .voice .voiceBox__pic {
  float: left;
}

.contentsBox-voice .voice .voiceBox__pic img {
  border-radius: 100%;
  width: 120px;
}

.contentsBox-voice .voice .voiceBox__date {
  font-size: 14px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__date {
    font-size: 12px !important;
  }
}

.contentsBox-voice .voice .voiceBox__date span {
  margin-top: 5px !important;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__date span {
    font-size: 12px !important;
  }
}

.contentsBox-voice .voice .voiceBox__ttl {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 5px;
  margin-bottom: 10px;
  font-weight: 700 !important;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__ttl {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__name {
    margin-top: 5px !important;
  }
}

.contentsBox-voice .voice .voiceBox__block {
  padding-left: 132px;
  color: #FFF;
}

.contentsBox-voice .voice .voiceBox__wrap {
  background-color: #FFF;
  clear: both;
  padding: 15px;
  border-radius: 5px;
  padding-top: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .contentsBox-voice .voice .voiceBox__wrap {
    padding: 15px;
  }
}

.contentsBox-voice .voice .voiceBox__wrap:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 25px;
  position: absolute;
  background-image: url("../img/lp/voice_tail.svg");
  background-repeat: no-repeat;
  top: -24px;
  background-size: contain;
}

.contentsBox-voice .voice .voiceBox__dtl {
  width: auto !important;
  line-height: 1.7;
  margin-top: 0 !important;
}

.contentsBox-columList h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 0 !important;
}

.contentsBox-columList h2::before,
.contentsBox-columList h2::after {
  content: '';
  -webkit-box-flex: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #000;
}

.contentsBox-columList h2::before {
  margin-right: 20px;
}

.contentsBox-columList h2::after {
  margin-left: 20px;
}

.contentsBox-columList .link_more {
  text-align: center;
  border: 2px solid #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  margin: 64px auto 0;
  height: 50px;
  line-height: 48px;
  max-width: 300px;
  width: 90%;
  border-radius: 35px;
  font-size: 16px;
}

.contentsBox-columList .link_more a {
  color: #193050;
  display: block;
}

.contentsBox-columList .link_more:hover {
  opacity: 0.9;
}

.columWrap {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .columWrap {
    flex-wrap: wrap;
  }
}

.columBox {
  width: calc(25% - 60px / 4);
}

.columBox + .columBox {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .columBox + .columBox {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .columBox {
    width: 49%;
  }
  .columBox:nth-child(even) {
    margin-left: 2%;
  }
  .columBox:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.columBox figure {
  position: relative;
}

.columBox figure img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 520px) {
  .columBox figure img {
    height: 100px;
  }
}

.columBox__label {
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  display: inline-block;
  margin-right: 2px;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .columBox__label {
    font-size: 10px;
  }
}

.columBox__date {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.columBox__ttl {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .columBox__ttl {
    font-size: 14px;
  }
}

.columBox__txt {
  display: none;
}

.contentsBox-faq {
  background: #f4f4f4;
}

.contentsBox-faq h2 {
  padding-bottom: 8px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.contentsBox-faq dl {
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl {
    padding: 15px;
  }
}

.contentsBox-faq dl + dl {
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl + dl {
    margin-top: 18px;
  }
}

.contentsBox-faq dl dt {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  display: -webkit-box;
  display: flex;
  color: #193050;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.8em;
}

.contentsBox-faq dl dt:before {
  content: "Q";
  color: #193050;
  font-size: 30px;
  font-weight: 900;
  font-family: sans-serif;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl dt:before {
    font-size: 25px;
    margin-right: 10px;
  }
}

.contentsBox-faq dl dd {
  padding-top: 18px;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl dd {
    font-size: 14px;
  }
}

.contentsBox-faq dl dd strong {
  font-size: 25px;
  color: #B20000;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl dd strong {
    font-size: 1.6em;
  }
}

.contentsBox-faq dl dd:before {
  content: "A";
  color: #ff7e0f;
  font-size: 30px;
  font-weight: 900;
  font-family: sans-serif;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-faq dl dd:before {
    font-size: 25px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=maps/modules.css.map */
