@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw !important;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5% !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #232323;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #232323;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-cave {
  font-family: "Caveat", cursive !important;
}

.footer {
  padding: 3.3rem 0;
}
.footer p {
  text-align: center;
  color: #4a5796;
  font-weight: 700;
  font-size: 1.3rem;
}

.wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
}

.section {
  padding: 6rem 0 7rem;
}
@media (max-width: 560px) {
  .section {
    padding: 4rem 0;
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4.5rem;
}
@media (max-width: 560px) {
  .section__title {
    padding-bottom: 3.5rem;
  }
}
.section__title h2 {
  color: #7da3e2;
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
@media (max-width: 560px) {
  .section__title h2 {
    font-size: 3.5rem;
    padding-bottom: 0;
  }
}
.section__title p {
  text-align: center;
}
.section__title p span {
  font-weight: 700;
  color: #4a5796;
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  background-image: url(../../html/images/list/sec_title_dots.png);
  background-repeat: repeat-x;
  background-size: 8px 4px;
  background-position: left bottom;
}
.section__title p span br {
  display: none;
}
@media (max-width: 560px) {
  .section__title p span {
    line-height: 4rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .section__title p span br {
    display: block;
  }
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  text-align: center;
  transition: opacity 0.5s;
  background-color: #f4e280;
  max-width: 42.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4a5796;
  line-height: 7.7rem;
  border-radius: 1.3rem;
  border-bottom: 1rem solid #c5b34e;
  padding: 0 3rem;
}
@media (max-width: 560px) {
  .btn {
    line-height: 6rem;
    font-size: 2rem;
    border-bottom: 5px solid #c5b34e;
  }
}
.btn::before {
  content: "";
  height: 2.4rem;
  width: 3rem;
  background-image: url(../../html/images/list/ico_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn::after {
  content: "";
  height: 2.5rem;
  width: 1.6rem;
  background-image: url(../../html/images/list/ico_btn_arr.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:hover {
  opacity: 0.9;
}

.list .mv {
  background-color: #d5edfa;
  background-image: url(../../html/images/list/mv_bg.png);
  background-size: auto 100%;
}
.list .mv__content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .list .mv__content {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .list .mv__content {
    padding: 0 2rem;
  }
}
.list .mv__content > div {
  width: 50%;
}
@media (max-width: 768px) {
  .list .mv__content > div {
    width: 100%;
  }
}
.list .mv__content > div.text {
  padding: 8rem 0 4.5rem;
}
@media (max-width: 560px) {
  .list .mv__content > div.text {
    padding: 4rem 0 4.5rem;
  }
}
.list .mv__content > div.text p:first-child {
  background-color: #5285d9;
  color: #fff;
  width: fit-content;
  line-height: 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 2.2rem;
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .list .mv__content > div.text p:first-child {
    margin: 0 auto 1.6rem;
  }
}
@media (max-width: 560px) {
  .list .mv__content > div.text p:first-child {
    font-size: 1.8rem;
  }
}
.list .mv__content > div.text p:nth-child(3) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .list .mv__content > div.text p:nth-child(3) {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .list .mv__content > div.text p:nth-child(3) {
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
  }
  .list .mv__content > div.text p:nth-child(3) br {
    display: none;
  }
}
.list .mv__content > div.text p:nth-child(3) span {
  color: #5285d9;
}
.list .mv__content > div.text h1 {
  display: flex;
  align-items: center;
  color: #4a5796;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .list .mv__content > div.text h1 {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .list .mv__content > div.text h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.list .mv__content > div.text h1 img {
  margin-right: 1rem;
}
.list .mv__content > div.image {
  position: relative;
}
@media (max-width: 768px) {
  .list .mv__content > div.image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .list .mv__content > div.image {
    padding-right: 3rem;
  }
}
.list .mv__content > div.image .image__text {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5rem;
  height: 17.5rem;
  background-image: url(../../html/images/list/mv_text.png);
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .list .mv__content > div.image .image__text {
    top: 0;
    right: 4rem;
  }
}
@media (max-width: 560px) {
  .list .mv__content > div.image .image__text {
    right: -1rem;
    width: 13rem;
    height: 13rem;
  }
}
.list .mv__content > div.image .image__text p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .list .mv__content > div.image .image__text p {
    font-size: 1.6rem;
  }
}
.list .mv__content > div.image .image__text p span {
  color: #5285d9;
}
@media (max-width: 768px) {
  .list .mv__content > div a .btn {
    margin: 0 auto 2rem;
  }
}
.list .sec1 {
  background-color: #d5edfa;
}
.list .sec1 dl {
  background-color: #fff;
  width: 50%;
  max-width: 49rem;
  min-height: 12rem;
  margin: 0 auto 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3.4rem;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .list .sec1 dl {
    width: 85%;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 560px) {
  .list .sec1 dl {
    flex-direction: column-reverse;
    width: 100%;
    padding: 1rem 2rem;
  }
}
.list .sec1 dl:not(:first-child) {
  margin-top: -2rem !important;
}
@media (max-width: 768px) {
  .list .sec1 dl:not(:first-child) {
    margin-top: 1rem !important;
  }
}
.list .sec1 dl:nth-child(even) {
  margin: 0 4rem 0 auto;
}
@media (max-width: 768px) {
  .list .sec1 dl:nth-child(even) {
    margin: 0 0 0 auto;
  }
}
.list .sec1 dl:nth-child(even)::after {
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #fff transparent transparent;
  right: initial;
  left: -19px;
}
.list .sec1 dl dt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  padding-right: 2.5rem;
}
@media (max-width: 560px) {
  .list .sec1 dl dt {
    padding-right: 0;
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .list .sec1 dl dt br {
    display: none;
  }
}
.list .sec1 dl dt::before {
  content: "";
  width: 4.2rem;
  height: 3.2rem;
  background-image: url(../../html/images/list/ico_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1.4rem;
  flex-shrink: 0;
}
.list .sec1 dl dd {
  flex-shrink: 0;
}
.list .sec1 dl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
}
@media (max-width: 560px) {
  .list .sec1 dl::after {
    content: none;
  }
}
.list .sec2__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .list .sec2__content {
    flex-direction: column;
  }
}
.list .sec2__content > div {
  width: 48%;
  max-width: 56rem;
  margin-bottom: 3.5rem;
  -webkit-box-shadow: 0px 1px 8px 5px rgba(219, 219, 219, 0.6);
  -moz-box-shadow: 0px 1px 8px 5px rgba(219, 219, 219, 0.6);
  box-shadow: 0px 1px 8px 5px rgba(219, 219, 219, 0.6);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 560px) {
  .list .sec2__content > div {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.list .sec2__content > div > p {
  background-color: #4a5796;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.15rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.list .sec2__content > div > p span {
  font-size: 3.15rem;
}
.list .sec2__content > div > p::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #4a5796 transparent transparent transparent;
}
.list .sec2__content > div > dl {
  padding: 2.4rem 3rem;
}
.list .sec2__content > div > dl dt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #5285d9;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .list .sec2__content > div > dl dt {
    font-size: 1.8rem;
  }
}
.list .sec2__content > div > dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .list .sec2__content > div > dl dd {
    flex-direction: column;
  }
}
.list .sec2__content > div > dl dd img {
  flex-shrink: 0;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .list .sec2__content > div > dl dd img {
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 12rem;
  }
}
.list .sec2__content > div > dl dd p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list .sec2__content > div > dl dd p {
    font-size: 1.6rem;
  }
}
.list .sec3 {
  background-color: #acdbf4;
}
.list .sec3__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .list .sec3__content {
    flex-direction: column;
  }
}
.list .sec3__content > div {
  width: 48%;
  max-width: 56rem;
  margin-bottom: 3.5rem;
  -webkit-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 560px) {
  .list .sec3__content > div {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.list .sec3__content > div > div {
  background-color: #4a5796;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.15rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  min-height: 12.2rem;
}
@media (max-width: 768px) {
  .list .sec3__content > div > div {
    flex-direction: column;
    padding: 1rem 2rem;
  }
}
@media (max-width: 560px) {
  .list .sec3__content > div > div {
    flex-direction: row;
  }
}
.list .sec3__content > div > div p {
  font-size: 2.4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .list .sec3__content > div > div p {
    text-align: center;
    font-size: 1.8rem;
    min-height: 6.3rem;
  }
}
@media (max-width: 560px) {
  .list .sec3__content > div > div p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.list .sec3__content > div > div p:first-child {
  line-height: 1;
  padding-right: 1.8rem;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .list .sec3__content > div > div p:first-child {
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .list .sec3__content > div > div p:first-child {
    padding-right: 2rem;
  }
}
.list .sec3__content > div > div p:first-child span {
  font-size: 3.15rem;
}
.list .sec3__content > div dl {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 5rem;
}
@media (max-width: 768px) {
  .list .sec3__content > div dl {
    padding: 2rem;
  }
}
.list .sec3__content > div dl dt {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .list .sec3__content > div dl dt img {
    height: 12rem;
  }
}
.list .sec3__content > div dl dd {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list .sec3__content > div dl dd {
    font-size: 1.6rem;
  }
}
.list .sec4 {
  background-color: #d5edfa;
}
.list .sec4__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .list .sec4__content {
    flex-wrap: wrap;
  }
}
.list .sec4__content > img {
  height: 2.3rem;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .list .sec4__content > img {
    margin-top: 9.5rem;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.list .sec4__content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19%;
  max-width: 19rem;
}
@media (max-width: 560px) {
  .list .sec4__content > div {
    width: 35%;
    margin-bottom: 2rem;
  }
}
.list .sec4__content > div > p:first-child {
  color: #fff;
  font-size: 3rem;
  background-color: #4a5796;
  line-height: 4.4rem;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.list .sec4__content > div > p:first-child::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #4a5796 transparent transparent transparent;
}
.list .sec4__content > div > p:last-child {
  text-align: center;
  font-size: 1.65rem;
  font-weight: 700;
  color: #4a5796;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .list .sec4__content > div > p:last-child {
    font-size: 1.5rem;
  }
  .list .sec4__content > div > p:last-child br {
    display: none;
  }
}
.list .sec4__content > div .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  max-width: 18.7rem;
  height: 18.7rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  margin-top: -1.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .list .sec4__content > div .image {
    margin-bottom: 1.5rem;
    height: 16vw;
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .list .sec4__content > div .image {
    width: 11.5rem;
    height: 11.5rem;
  }
}
@media (max-width: 768px) {
  .list .sec4__content > div .image img {
    width: 60%;
    max-height: 60%;
  }
}
.list .sec5__content {
  display: flex;
}
@media (max-width: 560px) {
  .list .sec5__content {
    overflow-x: scroll;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: -2rem;
    min-width: 100vw;
  }
}
.list .sec5__content table {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 5px rgba(0, 0, 0, 0.1);
}
.list .sec5__content table tr:first-child th {
  border-right: none;
}
.list .sec5__content table tr:last-child td {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list .sec5__content table tr:last-child td {
    font-size: 1.6rem;
  }
}
.list .sec5__content table tr:nth-child(2) td {
  border-bottom: 2px solid #e4e4e4;
  text-align: center;
  color: #4a5796;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list .sec5__content table tr:nth-child(2) td {
    font-size: 1.6rem;
  }
}
.list .sec5__content table tr:nth-child(2) td span {
  font-size: 2em;
}
.list .sec5__content table tr th {
  background-color: #4a5796;
  color: #fff;
  font-size: 2.4rem;
  padding: 2.4rem 0 2rem;
  line-height: 1;
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  .list .sec5__content table tr th {
    font-size: 1.8rem;
  }
}
.list .sec5__content table tr th:last-child {
  border-right: none;
}
.list .sec5__content table tr td {
  padding: 3.5rem 3rem;
  width: 33%;
  border-right: 2px solid #e4e4e4;
}
@media (max-width: 768px) {
  .list .sec5__content table tr td {
    font-size: 1.6rem;
  }
}
.list .sec5__content table tr td:last-child {
  border-right: none;
}
.list .sec5__content table:first-child {
  width: 13rem;
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none !important;
}
.list .sec5__content table:first-child tr:first-child {
  height: 6.8rem;
}
.list .sec5__content table:first-child tr:nth-child(2) {
  height: 12rem;
}
.list .sec5__content table:first-child tr:nth-child(2) td {
  height: 12rem;
}
.list .sec5__content table:first-child tr:nth-child(3) {
  height: 100%;
}
.list .sec5__content table:first-child tr:nth-child(3) td {
  height: 12rem;
}
.list .sec5__content table:first-child tr th {
  background-color: transparent;
  border-right: none;
  padding: 2.4rem 0 2rem;
}
.list .sec5__content table:first-child tr td {
  padding: 1.8rem 0;
  border-right: none;
  border-bottom: none;
}
.list .sec5__content table:first-child tr td p {
  background-color: #d5edfa;
  color: #5285d9;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  height: 100%;
}
@media (max-width: 768px) {
  .list .sec5__content table:first-child tr td p {
    font-size: 1.8rem;
  }
}
@media (max-width: 560px) {
  .list .sec5__content table:last-child {
    min-width: 70rem;
  }
}
.list .sec6 {
  background-color: #d5edfa;
}
.list .sec6__content dl:last-child dd {
  margin-bottom: 0;
}
.list .sec6__content dl dt {
  width: 100%;
  display: flex;
  height: 6rem;
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  .list .sec6__content dl dt {
    height: auto;
  }
}
.list .sec6__content dl dt p {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4a5796;
  padding: 0.5rem 2.5rem;
}
@media (max-width: 768px) {
  .list .sec6__content dl dt p {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .list .sec6__content dl dt p {
    font-size: 1.6rem;
  }
}
.list .sec6__content dl dt p:first-child {
  background-color: #4a5796;
  color: #fff;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  position: relative;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 768px) {
  .list .sec6__content dl dt p:first-child {
    font-size: 2.2rem;
  }
}
.list .sec6__content dl dt p:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 12px;
  border-color: transparent transparent transparent #4a5796;
  position: absolute;
  right: -11px;
}
.list .sec6__content dl dd {
  width: calc(100% - 2.5rem);
  display: flex;
  margin-left: 2.5rem;
  height: 6rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 560px) {
  .list .sec6__content dl dd {
    height: auto;
    margin-left: 0;
    width: 100%;
  }
}
.list .sec6__content dl dd p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list .sec6__content dl dd p {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .list .sec6__content dl dd p {
    font-size: 1.4rem;
  }
}
.list .sec6__content dl dd p:first-child {
  background-color: #5285d9;
  color: #fff;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  flex-grow: 0;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .list .sec6__content dl dd p:first-child {
    font-size: 2.2rem;
  }
}
.list .sec6__content dl dd p:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 12px;
  border-color: transparent transparent transparent #5285d9;
  position: absolute;
  right: -11px;
}
.list .sec7 {
  background-color: #ececec;
}
.list .sec7 .wrapper {
  max-width: 60rem;
}/*# sourceMappingURL=list.css.map */