@charset "UTF-8";
.contentsWrap {
  -webkit-text-size-adjust: 100%;
  /* default setting */
  background-color: #ffffff;
  color: #222;
  /* iOS Form */
  /* placeholder */
  /* placeholder fot IE */
  /* placeholder for Edge */
  color: #5a5a5a;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  /* SP style */
  /* PC style */
  /* layouts */
  /* # =============================================
   # LayoutSingle
   # ============================================= */
  /* blocks */
}

.contentsWrap a {
  color: #148df0;
  text-decoration: underline;
}

.contentsWrap a:hover {
  text-decoration: none;
}

.contentsWrap ol,
.contentsWrap ul,
.contentsWrap dl {
  list-style: none;
}

.contentsWrap em,
.contentsWrap i {
  font-style: normal;
}

.contentsWrap h1,
.contentsWrap h2,
.contentsWrap h3,
.contentsWrap h4,
.contentsWrap h5,
.contentsWrap h6 {
  font-weight: 500;
}

.contentsWrap input[type="submit"],
.contentsWrap input[type="button"],
.contentsWrap button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contentsWrap input[type="submit"]::-webkit-search-decoration,
.contentsWrap input[type="button"]::-webkit-search-decoration,
.contentsWrap button::-webkit-search-decoration {
  display: none;
}

.contentsWrap input[type="input"],
.contentsWrap input[type="text"],
.contentsWrap input[type="email"],
.contentsWrap input[type="number"],
.contentsWrap input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

.contentsWrap input[type="input"]::-webkit-search-decoration,
.contentsWrap input[type="text"]::-webkit-search-decoration,
.contentsWrap input[type="email"]::-webkit-search-decoration,
.contentsWrap input[type="number"]::-webkit-search-decoration,
.contentsWrap input[type="search"]::-webkit-search-decoration {
  display: none;
}

.contentsWrap input[type="input"]:focus,
.contentsWrap input[type="text"]:focus,
.contentsWrap input[type="email"]:focus,
.contentsWrap input[type="number"]:focus,
.contentsWrap input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 640px) {
  .contentsWrap input[type="input"],
  .contentsWrap input[type="text"],
  .contentsWrap input[type="email"],
  .contentsWrap input[type="number"],
  .contentsWrap input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.contentsWrap input[type="input"].error,
.contentsWrap input[type="text"].error,
.contentsWrap input[type="email"].error,
.contentsWrap input[type="number"].error,
.contentsWrap input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

.contentsWrap textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.contentsWrap textarea.error {
  border-color: #b40019;
}

.contentsWrap input::-webkit-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-moz-placeholder {
  color: #ccc;
}

.contentsWrap input:-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::placeholder {
  color: #ccc;
}

.contentsWrap input:-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap .main {
  display: block;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap {
    font-weight: normal;
  }
  .contentsWrap img {
    height: auto;
    width: 100%;
  }
  .contentsWrap img.header_logo {
    width: 180px;
    padding-left: 10px;
  }
  .contentsWrap .main {
    padding-top: 60px;
  }
  .contentsWrap .Footer {
    margin-bottom: 67px;
  }
  .contentsWrap .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap {
    font-weight: lighter;
  }
  body {
    margin: auto;
    min-width: 1100px;
    width: 1100px;
  }
  .contentsWrap .main {
    margin: auto;
    padding-top: 100px;
    width: 1100px;
  }
  .contentsWrap .sp {
    display: none !important;
  }
}

.contentsWrap .LayoutSingle {
  width: 100%;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .LayoutSingle {
    margin: auto;
    width: 1100px;
  }
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    width: 780px;
  }
  .contentsWrap .LayoutSingle .LayoutSingle__inner.-wide {
    width: 900px;
  }
}

/* コロナ対策 */

.note-box {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 25px auto 25px;
  border: 2px solid #0ca4a5;
  border-radius: 5px;
  background-color: #fff;
}
.note-box-title {
  padding: 30px 80px 30px 30px;
  line-height: 0;
}
.toggle_button {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url(../images/ico_open.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_button.switch {
  background: url(../images/ico_close.png) no-repeat right top;
  background-size: contain;
}
.note-box-cont p {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 30px 20px 30px;
}
.note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}
.note-box-cont-img {
  margin-bottom: 30px;
  width: calc(50% - 20px);
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .-corona {
    font-weight: normal;
  }
}

@media print, screen and (max-width: 640px) {
  .note-box {
    display: block;
    margin: 0 auto;
    border: 2px solid #0ca4a5;
    border-radius: 5px;
  }
  .note-box-title {
    padding: 20px 80px 20px 20px;
  }
  .toggle_button {
    margin-top: 10%;
    right: 15px;
  }
  .note-box-cont p {
    padding: 10px 20px 30px 20px;
  }
  .note-box-cont-inner {
    margin: 0;
  }
  .note-box-cont-img {
    margin: 0 20px 10px;
    width: 100%;
  }
  .note-box-cont-img:last-child {
    margin-bottom: 20px;
  }
  .note-box-cont-img img {
    width: 100%;
  }
}

@media print, screen and (max-width: 500px) {
  .toggle_button {
    margin-top: 7%;
  }
}

.contentsWrap .Cv {
  padding: 10px 0 24px;
}

.contentsWrap .Cv.-cv1 {
  background-color: #f5f5f5;
  padding: 20px 0 10px;
}

.contentsWrap .Cv .Cv__lead {
  margin: 0 0 10px;
}

.contentsWrap .Cv .Cv__cta {
  margin: 0 0 10px;
}

.contentsWrap .Cv .Cv__cta a {
  display: block;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Cv {
    padding: 30px 0 48px;
  }
  .contentsWrap .Cv.-cv1 {
    padding: 30px 0 10px;
  }
  .contentsWrap .Cv .Cv__lead {
    margin: 0 0 20px;
  }
  .contentsWrap .Cv .Cv__cta {
    margin: 0 0 20px;
  }
  .contentsWrap .Cv .Cv__cta a {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .contentsWrap .Cv .Cv__cta a:hover {
    opacity: 0.6;
  }
}

.contentsWrap .CvSmall {
  background-color: #204e9e;
  bottom: 0;
  height: 67px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.contentsWrap .CvSmall figure {
  margin: auto;
  max-width: 375px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .CvSmall {
    display: none;
  }
}

.contentsWrap .Footer {
  background-color: #204e9e;
}

.contentsWrap .Footer .Footer__inner {
  font-size: 12px;
  padding: 10px 0 20px;
  text-align: center;
}

.contentsWrap .Footer .Footer__pageTop {
  margin: 0 0 3px;
}

.contentsWrap .Footer .Footer__pageLink {
  color: #fae92c;
}

.contentsWrap .Footer .Footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 3px;
}

.contentsWrap .Footer .Footer__item {
  padding: 0 5px;
  position: relative;
}

.contentsWrap .Footer .Footer__item::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.contentsWrap .Footer .Footer__item:last-child::after {
  content: none;
}

.contentsWrap .Footer .Footer__link {
  color: #fff;
  text-decoration: underline;
}

.contentsWrap .Footer .Footer__copyright {
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Footer {
    margin: auto;
    width: 1100px;
  }
  .contentsWrap .Footer .Footer__inner {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .contentsWrap .Footer .Footer__pageTop {
    margin: 0 0 7px;
  }
  .contentsWrap .Footer .Footer__list {
    margin: 0 0 5px;
  }
  .contentsWrap .Footer .Footer__link:hover {
    text-decoration: none;
  }
  .contentsWrap .Footer .Footer__copyright {
    font-size: 20px;
  }
}

.contentsWrap .GlobalNav {
  background-color: #fff;
  padding: 0;
}

.contentsWrap .GlobalNav .GlobalNav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsWrap .GlobalNav .GlobalNav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65px;
  flex: 0 1 65px;
  height: 60px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 245px;
  flex: 1 1 245px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link {
  max-width: 245px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-chat {
  background-color: #204e9e;
}

.contentsWrap .GlobalNav .GlobalNav__item.-mail {
  background-color: #007eca;
}

.contentsWrap .GlobalNav .GlobalNav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: unset;
}

.contentsWrap .GlobalNav #chatbot_opener {
  background-image: none;
  height: 60px;
  position: static;
  width: 65px;
}

#chatbot .chatbot_header .icon {
  background-image: url(../images/chatbot/istockphoto-871788854.png);
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .GlobalNav {
    border: none;
  }
  .contentsWrap .GlobalNav a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .contentsWrap .GlobalNav .GlobalNav__list {
    margin: auto;
    max-width: 1100px;
    width: 1100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item {
    height: 100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 382px;
    flex: 1 0 382px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo img.header_logo {
    width: 250px;
    height: auto;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link {
    max-width: 382px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-chat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-cta {
    background-color: #d80d20;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  .contentsWrap .GlobalNav #chatbot_opener {
    height: 100px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 106px;
  }
  .contentsWrap .GlobalNav #chatbot_opener:hover {
    opacity: 0.6;
  }
}

.contentsWrap .Header {
  border-top: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Header {
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
  }
}

.contentsWrap .List1 {
  margin: 0 0 15px;
}

.contentsWrap .List1 li {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List1 {
    margin: 0 0 25px;
  }
  .contentsWrap .List1 li {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.66667;
  }
}

.contentsWrap .List2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentsWrap .List2 li {
  background-color: #dfeef7;
  border-radius: 5px;
}

.contentsWrap .List2 li img {
  width: 100%;
}

.contentsWrap .List2 .List2__text {
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.41667;
  padding: 10px 10px;
  text-align: center;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .List2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 11px) / 2);
  }
  .contentsWrap .List2 li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .contentsWrap .List2 .List2__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    width: 210px;
  }
  .contentsWrap .List2 li:nth-child(n + 5) {
    margin-top: 1em;
  }
  .contentsWrap .List2 .List2__text {
    font-size: 20px;
    height: 115px;
    line-height: 28px;
    padding: 13px 3px;
  }
}

.contentsWrap .List3 {
  margin: 15px 0 0;
}

.contentsWrap .List3 li {
  padding: 0 0 43px;
  position: relative;
}

.contentsWrap .List3 li::after {
  background-image: url(../images/section3_arrow_sp.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  padding-top: 3.52113%;
  position: absolute;
  width: 100%;
}

.contentsWrap .List3 li:last-child {
  padding: 0 0 20px;
}

.contentsWrap .List3 li:last-child::after {
  content: none;
}

.contentsWrap .List3 .List3__figure1 {
  margin: 0 0 10px;
}

.contentsWrap .List3 .List3__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.contentsWrap .List3 .List3__block.-noImage {
  display: block;
  padding: 0;
}

.contentsWrap .List3 .List3__figure2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.85507%;
  flex: 0 0 49.85507%;
}

.contentsWrap .List3 .List3__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.04348%;
  flex: 0 0 53.04348%;
  font-size: 13px;
  line-height: 1.41667;
  padding: 0 0 0 10px;
}

.contentsWrap .List3 .List3__strong {
  font-weight: bold;
}

.contentsWrap .List3 .List3__figure3 {
  margin: 0 0 15px;
  padding: 0 10px 25px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List3 {
    margin: 15px auto 0;
    width: 840px;
  }
  .contentsWrap .List3 li {
    letter-spacing: 0;
    overflow: hidden;
    padding: 0 0 85px;
  }
  .contentsWrap .List3 li::after {
    background-image: url(../images/section3_arrow_pc.png);
    bottom: 32px;
    padding-top: 2.97619%;
  }
  .contentsWrap .List3 li:last-child {
    padding: 0 0 25px;
  }
  .contentsWrap .List3 .-itm5 .List3__figure1,
  .contentsWrap .List3 .-itm5 .List3__figure2,
  .contentsWrap .List3 .-itm5 .List3__text {
    float: none;
    width: 100%;
  }
  .contentsWrap .List3 .-itm5 .List3__figure1 {
    text-align: center;
  }
  .contentsWrap .List3 .-itm5 .List3__text {
    padding: 0;
  }
  .contentsWrap .List3 .List3__figure1 {
    float: right;
    margin: 0 0 13px;
    padding: 0 0 0 32px;
    width: 496px;
  }
  .contentsWrap .List3 .List3__block {
    display: inline;
    overflow: hidden;
    padding: 0;
  }
  .contentsWrap .List3 .List3__figure2 {
    float: left;
    width: 344px;
  }
  .contentsWrap .List3 .List3__text {
    float: right;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0 32px;
    width: 496px;
  }
  .contentsWrap .List3 .List3__figure3 {
    margin: 0 0 18px;
    padding: 0 0 50px;
  }
}

.contentsWrap .List4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px;
}

.contentsWrap .List4 li {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  width: calc((100% - 11px) / 2);
}

.contentsWrap .List4 li figure {
  text-align: center;
}

.contentsWrap .List4 li .List4__text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 10px 15px;
}

.contentsWrap .List4 li .List4__strong {
  font-weight: bold;
}

.contentsWrap .List4 li .List4__strong.-red {
  color: #e00d21;
}

.contentsWrap .List4 li .List4__note {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List4 {
    padding: 10px 0 20px;
  }
  .contentsWrap .List4 li {
    border-radius: 10px;
    height: 350px;
    margin-top: 30px;
    max-width: 280px;
    position: relative;
    width: 280px;
  }
  .contentsWrap .List4 li .List4__text {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 20px 50px;
  }
  .contentsWrap .List4 li .List4__note {
    bottom: 15px;
    font-size: 15px;
    position: absolute;
    right: 20px;
  }
}

.contentsWrap .List5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentsWrap .List5 li {
  text-align: center;
  width: 50%;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Mv {
    padding: 20px 0 0;
  }
}

.contentsWrap .Qa {
  margin: 0 0 15px;
  overflow: hidden;
}

.contentsWrap .Qa .Qa__title {
  padding: 20px 0;
}

.contentsWrap .Qa .Qa__item {
  letter-spacing: 0;
  margin: 0 0 13px;
}

.contentsWrap .Qa .Qa__item.-open .Qa__qText::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.contentsWrap .Qa .Qa__q,
.contentsWrap .Qa .Qa__a {
  padding: 0 0 0 48px;
}

.contentsWrap .Qa .Qa__q::before,
.contentsWrap .Qa .Qa__a::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 27px;
  left: -48px;
  left: 0;
  position: absolute;
  width: 32px;
}

.contentsWrap .Qa .Qa__qText,
.contentsWrap .Qa .Qa__aText {
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.46154;
  position: relative;
}

.contentsWrap .Qa .Qa__qText::before,
.contentsWrap .Qa .Qa__aText::before {
  border-style: solid;
  border-width: 5px 10px 5px 0;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  width: 0;
}

.contentsWrap .Qa .Qa__q {
  cursor: pointer;
  margin: 0 0 13px;
  position: relative;
}

.contentsWrap .Qa .Qa__q::before {
  background-image: url(../images/qa_q_sp.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contentsWrap .Qa .Qa__qText {
  background-color: #204e9e;
  color: #fff;
  padding: 11px 25px 11px 10px;
}

.contentsWrap .Qa .Qa__qText::after {
  background-image: url(../images/qa_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 19px;
}

.contentsWrap .Qa .Qa__qText::before {
  border-color: transparent #204e9e transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contentsWrap .Qa .Qa__a {
  position: relative;
}

.contentsWrap .Qa .Qa__a::before {
  background-image: url(../images/qa_a_sp.png);
  top: 0;
}

.contentsWrap .Qa .Qa__aText {
  background-color: #fff;
  color: #5a5a5a;
  padding: 11px 10px 11px;
}

.contentsWrap .Qa .Qa__aText::before {
  border-color: transparent #fff transparent transparent;
  top: 10px;
}

.contentsWrap .Qa .Qa__strong {
  font-weight: bold;
}

.contentsWrap .Qa .Qa__aWrapper {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Qa .Qa__title {
    padding: 50px 0 40px;
  }
  .contentsWrap .Qa .Qa__list {
    padding: 0px 0 20px;
  }
  .contentsWrap .Qa .Qa__item {
    margin: 0 0 30px;
  }
  .contentsWrap .Qa .Qa__q,
  .contentsWrap .Qa .Qa__a {
    padding: 0 0 0 90px;
  }
  .contentsWrap .Qa .Qa__q::before,
  .contentsWrap .Qa .Qa__a::before {
    height: 48px;
    width: 57px;
  }
  .contentsWrap .Qa .Qa__qText,
  .contentsWrap .Qa .Qa__aText {
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.41667;
  }
  .contentsWrap .Qa .Qa__qText::before,
  .contentsWrap .Qa .Qa__aText::before {
    border-width: 10px 20px 10px 0;
    left: -20px;
  }
  .contentsWrap .Qa .Qa__q {
    margin: 0 0 30px;
  }
  .contentsWrap .Qa .Qa__q:hover .Qa__qText {
    opacity: 0.6;
  }
  .contentsWrap .Qa .Qa__qText {
    padding: 25px 85px 25px 30px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .contentsWrap .Qa .Qa__qText::after {
    height: 22px;
    right: 30px;
    width: 38px;
  }
  .contentsWrap .Qa .Qa__aText {
    padding: 25px 30px;
  }
  .contentsWrap .Qa .Qa__aText::before {
    top: 20px;
  }
}

.contentsWrap .Section.-bgDot {
  background-image: url(../images/section2_bg.png);
  background-repeat: repeat;
  background-size: 2.5px 2.5px;
}

.contentsWrap .Section.-sec3 {
  background-color: #f5f5f5;
}

.contentsWrap .Section.-sec4 {
  background-color: #f5f5f5;
}

.contentsWrap .Section.-sec5 {
  background-color: #f2f6fa;
}

.contentsWrap .Section.-sec7 {
  background-color: #dfeef7;
}

.contentsWrap .Section.-corona {
  padding: 15px 0;
}

.contentsWrap .Section .Section__image {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Section.-bgDot {
    background-size: 5px 5px;
  }
  .contentsWrap .Section.-corona {
    padding: 30px 0;
  }
}

.contentsWrap .Section2 {
  margin: 0 auto 13px;
}

.contentsWrap .Section2 .Section2__image6 {
  padding: 12px 0;
}

.contentsWrap .Section2 .Section2__image8 {
  padding: 15px 0 27px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Section2 {
    margin: 0 auto 18px;
  }
  .contentsWrap .Section2 .Section2__image6 {
    padding: 20px 0;
  }
  .contentsWrap .Section2 .Section2__image8 {
    padding: 40px 0 47px;
  }
}

.contentsWrap .Section4new .Reason_list_new {
  margin: 40px auto 0;
  text-align: center;
}
.contentsWrap .Section4new .Reason_list_new h3 img {
  margin: 0 auto;
  text-align: center;
}
.contentsWrap .Section4new .Reason_list_new p img {
  margin: 40px 0 80px;
}
.contentsWrap .Section4new .Reason_list_new p .mright {
  margin-right: 40px;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .Section4new .Reason_list_new {
    margin-top: 30px;
  }
  .contentsWrap .Section4new .Reason_list_new h3 img {
    padding: 0 15px;
  }
  .contentsWrap .Section4new .Reason_list_new p img {
    margin: 30px 0 30px;
  }
}

.contentsWrap .Section5 .Section5__title2 {
  margin: 12px 0 15px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Section5 .Section5__title2 {
    margin: 15px 0 22px;
  }
}

.contentsWrap .Section6 .Section6__image {
  padding: 25px 10px 20px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Section6 .Section6__image {
    padding: 50px 0;
  }
}

.contentsWrap .TextLink {
  color: #204e9e;
  display: inline;
  text-decoration: underline !important;
}

.contentsWrap .TextLink:visited {
  color: #204e9e;
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .TextLink:hover {
    text-decoration: none !important;
  }
}

.contentsWrap .Voice * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.contentsWrap .Voice .Voice__wrapper {
  margin: 0 0 15px;
  padding-bottom: 50px;
}

.contentsWrap .Voice .Voice__item {
  padding: 0 36.5px;
}

@media print, screen and (max-width: 374px) {
  .contentsWrap .Voice .Voice__item {
    padding: 0 calc(50vw - 151px);
  }
}

.contentsWrap .Voice .slick-dots {
  bottom: -25px;
  font-size: 0;
}

.contentsWrap .Voice .slick-dots li {
  margin: 0 5px;
}

.contentsWrap .Voice .slick-dots li button {
  background-color: #c9c9c9;
  border-radius: 50%;
  display: block;
}

.contentsWrap .Voice .slick-dots li button::before {
  color: #c9c9c9;
  font-size: 0;
}

.contentsWrap .Voice .slick-dots li.slick-active button {
  background-color: #007eca;
}

.contentsWrap .Voice .slick-dots li.slick-active button::before {
  color: #007eca;
}

.contentsWrap .Voice .slick-arrow {
  background-image: url(../images/slide_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  z-index: 3;
}

.contentsWrap .Voice .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: translate(0, -50%) rotateY(180deg);
  transform: translate(0, -50%) rotateY(180deg);
}

.contentsWrap .Voice .slick-arrow.slick-next {
  right: 10px;
}

@media print, screen and (max-width: 374px) {
  .contentsWrap .Voice .slick-arrow {
    width: 4vw;
  }
  .contentsWrap .Voice .slick-arrow.slick-prev {
    left: 2.13333vw;
  }
  .contentsWrap .Voice .slick-arrow.slick-next {
    right: 2.13333vw;
  }
}

@media print, screen and (max-width: 374px) and (max-width: 349px) {
  .contentsWrap .Voice .slick-arrow {
    background-size: 4vw auto;
    width: 5.33333vw;
  }
  .contentsWrap .Voice .slick-arrow.slick-prev {
    background-position: right;
    left: 0.53333vw;
  }
  .contentsWrap .Voice .slick-arrow.slick-next {
    background-position: right;
    right: 0.53333vw;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Voice .Voice__wrapper {
    padding-bottom: 103px;
  }
  .contentsWrap .Voice .Voice__list {
    margin: 0 auto;
    width: 900px;
  }
  .contentsWrap .Voice .Voice__item {
    text-align: center;
  }
  .contentsWrap .Voice .Voice__item img {
    margin: auto;
  }
  .contentsWrap .Voice .slick-dots {
    bottom: -54px;
  }
  .contentsWrap .Voice .slick-dots li {
    height: 30px;
    margin: 0 10px;
    width: 30px;
  }
  .contentsWrap .Voice .slick-dots li button {
    height: 30px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 30px;
  }
  .contentsWrap .Voice .slick-dots li button:hover {
    opacity: 0.6;
  }
  .contentsWrap .Voice .slick-arrow {
    height: 75px;
    width: 41px;
  }
  .contentsWrap .Voice .slick-arrow.slick-prev {
    left: 0;
  }
  .contentsWrap .Voice .slick-arrow.slick-next {
    right: 0;
  }
}

.Contact .Contact__inner {
  margin: 0 auto;
}

.Contact .form_wrap {
  padding: 30px 10px;
}

@media print, screen and (min-width: 641px) {
  .Contact {
    margin-top: -10px;
    padding-top: 10px;
  }
  .Contact .Contact__inner {
    max-width: 900px;
  }
  .Contact .form_wrap {
    padding: 55px 0;
  }
}
