@charset "UTF-8";
/*componentを移設中 以前のcssの使用しているページも有り */
.c-voice__main {
  background: #f2f1f1;
  padding: 45px 0 80px;
}
.c-voice__bread-container {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .c-voice__main {
    padding: 8vw 0 5vw;
  }
  .c-voice__bread-container {
    font-size: 11px;
    padding: 10px 1.8vw;
  }
}

.c-section__default {
  border: 1px #e7e7e7 solid;
  background: #ffffff !important;
  margin-top: 15px;
}
.c-section__wide-default, .c-section__widemax-default {
  margin: 0 auto;
  max-width: 1224px;
  padding: 30px 30px 25px;
  background: #fff !important;
  border: 1px #e7e7e7 solid;
}
.c-section__wide-default {
  width: 1024px;
}
.c-section__widemax-default {
  width: 100%;
}
.c-section__inner {
  width: 94%;
  margin: 0 auto;
}
.c-section__innershort {
  width: 88%;
  margin: 10px auto;
}
.c-section__paragraph {
  margin: 18px 0;
}
.c-section__margin {
  margin: 50px auto 20px;
}
@media screen and (max-width: 750px) {
  .c-section__default {
    padding-top: 20px;
  }
  .c-section__wide-default, .c-section__widemax-default {
    width: calc(100% - 2.66vw);
    margin: 0 1.333333vw 6.533333vw;
    padding: 4vw 0;
  }
  .c-section__margin {
    margin: 15px auto;
  }
}

.c-title__primary--01, .c-title__primary--02 {
  overflow: hidden;
  margin: 0;
  padding: 15px 20px 14px;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  background: #018fe1;
}
.c-title__primary--01 {
  font-size: 24px;
}
.c-title__primary--02 {
  font-size: 18px;
}
.c-title__box {
  width: 100%;
  text-align: center;
  position: relative;
}
.c-title__box__text {
  width: 100%;
  color: #008fe1;
  font-size: 24px;
  padding: 0.9em !important;
  background-color: #d9eefb;
  font-weight: bold;
}
.c-title__blueline {
  display: block;
  padding: 8px 0;
  color: #008fe1;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 25px;
  border-bottom: 2px solid #008fe1;
  text-align: left;
}
.c-title__yellowline {
  font-size: 24px;
  display: inline-block;
  background: yellow;
  background: linear-gradient(360deg, yellow 0%, yellow 40%, transparent 40%, transparent 100%);
  padding: 5px .25em;
}
.c-title__small {
  font-size: .7em;
  padding-right: .5em;
}
@media screen and (max-width: 750px) {
  .c-title__primary {
    padding: 1.73vw 2.6vw;
    font-size: 4.533333vw !important;
  }
  .c-title__box {
    margin-top: 0;
  }
  .c-title__box__text {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 0 10px;
  }
  .c-title__yellowline {
    font-size: 5vw;
    display: inline;
    line-height: 1.5;
    padding: 3px .2em 3px;
  }
}

.c-subtitle__blueline {
  display: block;
  padding: 8px 0;
  color: #008fe1;
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto 25px;
  border-bottom: 1px solid #008fe1;
}
.c-subtitle__blueline span {
  font-weight: normal;
}
.c-subtitle__small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding-top: 10px;
  height: 25px;
}
.c-subtitle__small span {
  font-weight: normal;
}
.c-subtitle__bluebox {
  display: block;
  margin-bottom: 23px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: bold;
  background: #f5fafd;
}
.c-subtitle__bluebox span {
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-subtitle__blueline {
    font-size: 15px;
  }
  .c-subtitle__small {
    font-size: 80%;
    padding-top: 10px;
    height: 24px;
  }
}

.c-list__heading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  color: #008fe1;
  font-weight: bold;
  margin: 30px auto 0;
  border-bottom: 1px solid #008fe1;
}
.c-list__heading li {
  line-height: 1.8;
  padding: 8px 0;
}
.c-list__heading li:not(:last-child) {
  padding: 0 .4em;
}
.c-list__heading li:first-child {
  padding: 0 .4em 0 0;
}
.c-list__detail {
  width: 100%;
}
.c-list__detail li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list__bottomspace {
  padding-bottom: 32px;
}
@media screen and (min-width: 751px) {
  .c-list__detail {
    margin: 8px auto 0;
  }
  .c-list__detail li {
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
  }
  .c-list__detail li p {
    line-height: 1.8;
  }
  .c-list__detail li p:not(:last-child) {
    padding: 0 .4em;
  }
  .c-list__detail li p:first-child {
    padding-left: 1em;
    color: #999;
    font-weight: bold;
  }
  .c-list__detail__center {
    text-align: center;
  }
  .c-list__detail__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-list--5 {
    width: 5%;
  }
  .c-list--6 {
    width: 6%;
  }
  .c-list--7 {
    width: 7%;
  }
  .c-list--8 {
    width: 8%;
  }
  .c-list--9 {
    width: 9%;
  }
  .c-list--10 {
    width: 10%;
  }
  .c-list--11 {
    width: 11%;
  }
  .c-list--12 {
    width: 12%;
  }
  .c-list--13 {
    width: 13%;
  }
  .c-list--14 {
    width: 14%;
  }
  .c-list--15 {
    width: 15%;
  }
  .c-list--16 {
    width: 16%;
  }
  .c-list--20 {
    width: 20%;
  }
  .c-list--25 {
    width: 25%;
  }
  .c-list--30 {
    width: 30%;
  }
  .c-list--35 {
    width: 35%;
  }
  .c-list--40 {
    width: 40%;
  }
  .c-list--45 {
    width: 45%;
  }
  .c-list--50 {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .c-list__heading {
    display: none;
  }
  .c-list__detail li {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list__detail li p {
    width: 100%;
    padding: 10px .5em;
    font-size: 13px;
    line-height: 1.6;
  }
  .c-list__detail li p a {
    text-decoration: underline;
  }
  .c-list__detail li p:not(:first-child) {
    border-top: 2px solid #e8e7e8;
  }
  .c-list__detail li p:first-child {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-list__detail li p:nth-child(2) {
    width: calc( 100% - 30px );
  }
  .c-list__detail li p:first-child {
    background-color: #008fe1 !important;
    color: #fff;
    font-weight: bold;
    border-color: #008fe1 !important;
  }
  .c-list__detail li p:nth-child(2) {
    background-color: #008fe1;
    color: #fff;
    font-weight: bold;
    border-color: #008fe1;
  }
  .c-list__detail li p:nth-child(odd) {
    background: #f2f0f1;
  }
  .c-list__detail li p:last-child {
    background: #fff;
    margin-bottom: 25px;
  }
  .c-list__detail li p .sp {
    display: inline-block !important;
  }
  .c-list__bottomspace {
    padding-bottom: 15px;
  }
}

.c-form__select {
  padding: 8px 15px !important;
  border-radius: 3px !important;
  border-color: #eee !important;
}

.c-button__primary {
  width: 46%;
  min-width: 250px;
  height: 36px;
  display: block;
  margin: 0 auto;
  padding-top: 11px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff !important;
  background: #008fe1;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.c-button__primary:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #ffffff;
}
.c-button__primary span {
  color: #fff;
  position: relative;
  padding-right: 15px;
}
.c-button__primary span::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: -27px;
  width: 13px;
  height: 12px;
  background: url(/2021/img/mypage/icon-next-white.png) no-repeat;
  background-size: contain;
}
.c-button__detail {
  display: block;
  color: #fff !important;
  width: 100%;
  margin: 0 auto;
  padding: .2em  0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: #fcd361;
  background: #f67e28;
  border: 2px;
  text-align: center;
  border-radius: 3px;
}
.c-button__gray {
  width: 46%;
  min-width: 250px;
  height: 36px;
  display: block;
  margin: 0 auto;
  padding-top: 11px;
  font-size: 14px;
  font-weight: bold;
  color: #a2a2a2 !important;
  background: #e7e7e7;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.c-button__gray:hover {
  text-decoration: none;
  color: #ffffff;
  background: #eeeeee;
}
.c-button__close {
  display: block;
  color: #fff !important;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  padding: .4em 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background: #fcd361;
  background: #f67e28;
  border: 2px;
  text-align: center;
  border-radius: 3px;
}
.c-button__close span {
  position: relative;
  padding-right: 20px;
}
.c-button__close span::before, .c-button__close span::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
}
.c-button__close span::before {
  top: -3px;
  right: -3px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-button__close span::after {
  top: -2px;
  right: -14px;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-button__more {
  display: block;
  width: 82%;
  max-width: 614px;
  height: 36px;
  padding: 11px 5px 11px 5px;
  font-size: 12px;
  text-align: center;
  border: 1px #e7e7e7 solid;
  background: #f2f0f1;
  margin: 25px auto 0;
}
.c-button__more span {
  position: relative;
}
.c-button__more span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -5px;
  width: 13px;
  height: 12px;
  background: url(/2021/img/2021/icon-arrow.png) no-repeat;
  background-size: contain;
}
.c-button__reception {
  display: block;
  width: 100%;
  height: 36px;
  padding-left: 5px;
  margin-bottom: 5px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 3px;
  transition: opacity 0.5s;
  background: #e70012 url(/2021/img/icon-arrow-w.png) no-repeat 25px center;
  background-size: 5px 10px;
}
.c-button__reception.is-end {
  background: none;
  background-color: #aaa;
}
.c-button__reception:hover {
  opacity: .7;
  text-decoration: none;
}
.c-button__select-submit {
  position: relative;
  display: inline-block;
  min-width: 100px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  background: #008fe1;
  border-radius: 2px;
  margin: 20px 0;
  cursor: pointer;
}
.c-button__area {
  margin: 60px auto 0;
  padding: 0 0 50px 0;
  text-align: center;
}
.c-button__area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 60px auto 0;
  padding: 0 0 50px 0;
}
.c-button__area-flex__half {
  width: 40%;
}
.c-button__area-flex__half a, .c-button__area-flex__half button {
  width: 85%;
}
@media screen and (max-width: 750px) {
  .c-button__detail {
    max-width: 205px;
    font-size: 18px;
    padding: .4em 0;
    margin: 15px auto;
    text-decoration: none !important;
  }
  .c-button__area-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    padding: 0 0 30px 0;
  }
  .c-button__area-flex__half {
    width: 100%;
  }
  .c-button__area-flex__half a, .c-button__area-flex__half button {
    width: 46% !important;
  }
  .c-button__area-flex__half:last-child a, .c-button__area-flex__half:last-child button {
    margin-top: 15px;
  }
}

.c-result {
  margin-bottom: 30px;
}
.c-result__heading dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
.c-result__heading dl:not(:first-of-type) {
  border-top: 1px solid #f2f1f1;
  padding-top: 18px;
}
.c-result__heading dl dt {
  width: 100%;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.c-result__heading dl dt span {
  color: #00a0e9;
}
.c-result__heading dl dd {
  width: calc(20% - 10px);
  margin: 0 10px 15px 0;
  padding-left: 10px;
  font-size: 14px;
  background: url(/2021/img/icon-arrow_s.png) no-repeat left center;
}
.c-result__heading dl dd.date {
  width: 100%;
}
.c-result__list {
  border: 2px solid #018fe1;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-result__list__title01 {
  letter-spacing: -.07em;
  color: #018fe1;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.c-result__list__title02 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.c-result__list__detailtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-result__list__detailtop__left {
  width: calc( 100% - 250px );
}
.c-result__list__detailtop__right {
  width: 250px;
}
.c-result__list dl {
  display: flex;
  word-break: break-all;
}
.c-result__list dl dt {
  position: relative;
  width: 174px;
  padding: 29px 10px 29px 10px;
  font-size: 14px;
  color: #fff;
  background: #018fe1;
}
.c-result__list dl dt > span {
  display: block;
  margin-top: 11px;
  line-height: 1.6;
}
.c-result__list dl dt em {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: bold;
}
.c-result__list dl dt em span {
  font-size: 16px;
}
.c-result__list dl dt i {
  position: absolute;
  left: -2px;
  bottom: -2px;
  display: block;
  width: calc(100% + 2px);
  padding: 8px 0;
  line-height: 1;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  background: #0041c3;
}
.c-result__list dl dd {
  width: calc(100% - 174px);
  padding: 25px;
}
.c-result__list dl dd p {
  font-size: 14px;
}
.c-result__list dl dd > div:first-of-type {
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #018fe1;
}
@media screen and (max-width: 750px) {
  .c-result {
    margin-bottom: 4vw;
  }
  .c-result__heading dl dt {
    padding: 2vw 1.3vw;
    font-size: 3.8vw;
    font-weight: bold;
  }
  .c-result__heading dl dt span {
    margin-top: 1.466667vw;
    font-size: 3.733333vw;
  }
  .c-result__heading dl dd {
    width: calc(33% - 10px);
  }
  .c-result__list {
    border: 2px solid #018fe1;
  }
  .c-result__list__title01 {
    margin-bottom: 0.533333vw;
    font-size: 3.733333vw;
  }
  .c-result__list__title02 {
    margin: 0 0 1.733333vw 0;
    font-size: 3.2vw;
  }
  .c-result__list__detailtop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.866667vw;
    padding-bottom: 2.666667vw;
  }
  .c-result__list__detailtop__left {
    width: 100%;
  }
  .c-result__list__detailtop__right {
    width: 100%;
    margin-top: 2.933333vw;
  }
  .c-result__list dl {
    display: block;
  }
  .c-result__list dl dt {
    width: 100%;
    padding: 3.733333vw 1.333333vw 7.733333vw;
    text-align: center;
    font-size: 2.8vw;
    font-weight: bold;
  }
  .c-result__list dl dt > span {
    margin-top: 1.466667vw;
    font-size: 3.733333vw;
  }
  .c-result__list dl dt em {
    display: inline-block;
    font-size: 3.733333vw;
  }
  .c-result__list dl dt em span {
    font-size: 3.733333vw;
  }
  .c-result__list dl dt i {
    width: calc(100% + 4px);
    padding: 1.333333vw 0;
    font-size: 2.8vw;
  }
  .c-result__list dl dd {
    width: 100%;
    padding: 3.2vw 4vw;
  }
  .c-result__list dl dd p {
    font-size: 3.2vw;
  }
  .c-result__list dl dd a {
    display: block;
    margin-top: 8px;
  }
}

.c-bg__list-ttl {
  background: #fff url(/voice/img/bg-list2.jpg) no-repeat center right 8px;
  background-size: auto 100%;
}
