@charset "UTF-8";
.mt-entry {
  /*---- デフォルトブロック ----*/
  /*---- カスタムブロック ----*/
}
.mt-entry h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 40px 0 0;
}
.mt-entry h2 {
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 40px 0 0;
  position: relative;
}
.mt-entry h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #009FA8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mt-entry h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 18px;
  margin: 40px 0 0;
  position: relative;
}
.mt-entry h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #009FA8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mt-entry h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 0;
}
.mt-entry h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 40px 0 0;
}
.mt-entry h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0 0;
}
.mt-entry p {
  font-size: 16px;
  margin: 40px 0 0;
}
.mt-entry p + p {
  margin: 20px 0 0;
}
.mt-entry figure {
  margin: 40px 0 0;
}
.mt-entry figure figcaption {
  font-size: 16px;
  margin: 24px 0 0;
}
.mt-entry blockquote {
  background: #F6F6F6;
  border-left: 4px solid #004898;
  padding: 40px;
  margin: 40px 0 0;
}
.mt-entry blockquote > *:first-child {
  margin-top: 0;
}
.mt-entry ul {
  padding: 0 0 0 1em;
  margin: 40px 0 0;
}
.mt-entry ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
.mt-entry ul li:first-child {
  margin: 0;
}
.mt-entry ol {
  padding: 0 0 0 1em;
  margin: 40px 0 0;
}
.mt-entry ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
.mt-entry ol li:first-child {
  margin-top: 0;
}
.mt-entry table {
  margin: 40px 0 0;
}
.mt-entry table th {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 152)), to(rgb(0, 60, 127)));
  background: linear-gradient(to right, rgb(0, 72, 152) 0%, rgb(0, 60, 127) 100%);
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 28px;
}
.mt-entry table td {
  background: #F3F3F3;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  text-align: center;
  padding: 28px;
}
.mt-entry table tr:nth-child(2n) td {
  background: #FFFFFF;
}
.mt-entry hr {
  margin: 40px 0;
}
.mt-entry .mt-summary {
  max-width: 1080px;
  margin: 0 auto;
}
.mt-entry .mt-arrow {
  padding: 0 30px 0 0;
  position: relative;
}
.mt-entry .mt-arrow::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #004898;
  position: absolute;
  top: 36%;
  right: 0;
}
.mt-entry .mt-arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  border-left: 14px solid #004898;
  position: absolute;
  top: 50%;
  right: 6px;
}
.mt-entry .mt-blank {
  background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 60%;
  padding: 0 26px 0 0;
}
.mt-entry .mt-pdf {
  background: url(/assets/img/common/ico_pdf.svg) no-repeat 100% 60%;
  background-size: 19px 24px;
  padding: 0 30px 0 0;
}
.mt-entry .mt-anchorLink {
  border-bottom: 1px solid #004898;
  position: relative;
}
.mt-entry .mt-anchorLink.-short {
  max-width: 230px;
}
.mt-entry .mt-anchorLink::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #004898;
  border-right: 1px solid #004898;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
}
.mt-entry .mt-anchorLink a {
  display: block;
  color: #333333;
  font-size: 15px;
  padding: 10px 24px 10px 10px;
}
.mt-entry .mt-anchorLink a:hover {
  color: #004898;
  text-decoration: none;
}
.mt-entry .mt-smallText p {
  font-size: 12px;
  margin: 20px 0 0;
}
.mt-entry .mt-note {
  margin: 40px 0 0;
}
.mt-entry .mt-note > ul {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mt-entry .mt-note > ul li {
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 0 0;
}
.mt-entry .mt-note > ul li:first-child {
  margin-top: 0;
}
.mt-entry .mt-note > ul li span {
  display: table-cell;
  vertical-align: top;
  line-height: 2;
  white-space: nowrap;
  padding-right: 0.5em;
}
.mt-entry .mt-note > ul li p {
  display: table-cell;
  vertical-align: top;
}
.mt-entry .mt-bg {
  background: rgb(234, 245, 252);
  padding: 40px;
  margin: 40px 0 0;
}
.mt-entry .mt-bg > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-bg > *:nth-child(2) {
  margin-top: 0;
}
.mt-entry .mt-bg.-warmgrey {
  background: #ebe8e0;
}
.mt-entry .mt-bg.-orangepink {
  background: #f9c6bd;
}
.mt-entry .mt-bg-color {
  display: none;
}
.mt-entry .mt-quote {
  background: #F6F6F6;
  border-left: 4px solid #004898;
  padding: 40px;
  margin: 40px 0 0;
}
.mt-entry .mt-quote > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-quote:nth-child(2) {
  margin-top: 0;
}
.mt-entry .mt-quote-source {
  color: #919191;
  font-size: 14px;
  line-height: 1.5;
}
.mt-entry .mt-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.mt-entry .mt-columns .mt-column {
  width: 50%;
  padding: 0 30px 0 0;
}
.mt-entry .mt-columns .mt-column:last-child {
  padding: 0 0 0 30px;
}
.mt-entry .mt-columns .mt-column > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-columns .mt-column.-freeSize {
  width: auto;
}
.mt-entry .mt-columns .mt-column h3 {
  font-size: 22px;
  padding: 0;
}
.mt-entry .mt-columns .mt-column h3::after {
  display: none;
}
.mt-entry .mt-columns .mt-column p {
  margin: 28px 0 0;
}
.mt-entry .mt-columns.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mt-entry .mt-columns.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mt-entry .mt-columns.-reverse .mt-column {
  width: 50%;
  padding: 0 0 0 30px;
}
.mt-entry .mt-columns.-reverse .mt-column.-freeSize {
  width: auto;
}
.mt-entry .mt-columns.-reverse .mt-column:last-child {
  padding: 0 30px 0 0;
}
.mt-entry .mt-columns.-reverse .mt-column > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-columns-align {
  display: none;
}
.mt-entry .mt-columns-reverse {
  display: none;
}
.mt-entry .mt-3columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.mt-entry .mt-3columns .mt-column {
  width: 33.3333333333%;
  padding: 0 20px;
}
.mt-entry .mt-3columns .mt-column:first-child {
  padding: 0 20px 0 0;
}
.mt-entry .mt-3columns .mt-column:last-child {
  padding: 0 0 0 20px;
}
.mt-entry .mt-3columns .mt-column > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-unevenColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
.mt-entry .mt-unevenColumns .mt-column:first-child {
  width: 140px;
  text-align: center;
  margin: 0 45px 0 0;
}
.mt-entry .mt-unevenColumns .mt-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.mt-entry .mt-unevenColumns .mt-column > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-unevenColumns.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mt-entry .mt-unevenColumns.-reverse .mt-column:first-child {
  margin: 0 0 0 45px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mt-entry .mt-unevenColumns.-reverse .mt-column:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mt-entry .mt-unevenColumns-align {
  display: none;
}
.mt-entry .mt-unevenColumns-reverse {
  display: none;
}
.mt-entry .mt-list {
  margin: 40px 0 0;
}
.mt-entry .mt-list > ul {
  padding: 0 0 0 1em;
  margin: 0;
}
.mt-entry .mt-list > ul ul {
  list-style: disc;
  margin: 10px 0 0;
}
.mt-entry .mt-list > ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
.mt-entry .mt-list > ul li:first-child {
  margin: 0;
}
.mt-entry .mt-numList {
  margin: 40px 0 0;
}
.mt-entry .mt-numList > ol {
  margin: 0;
}
.mt-entry .mt-numList > ol ul {
  list-style: disc;
  margin: 10px 0 0;
}
.mt-entry .mt-numList > ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
.mt-entry .mt-numList > ol li:first-child {
  margin-top: 0;
}
.mt-entry .mt-checkList {
  margin: 40px 0 0;
}
.mt-entry .mt-checkList > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mt-entry .mt-checkList > ul li {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 32px;
  margin: 0.8em 0 0;
  position: relative;
}
.mt-entry .mt-checkList > ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #004898;
  border-radius: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mt-entry .mt-checkList > ul li::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin: auto 0;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-entry .mt-iconFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 40px 0 0;
}
.mt-entry .mt-iconFlex p {
  width: calc((100% - 200px) / 5);
  margin: 0 20px 20px;
}
.mt-entry .mt-trouble {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 157, 172)), color-stop(18%, rgb(186, 200, 212)), color-stop(18%, rgb(186, 200, 212)), color-stop(43%, rgb(246, 244, 244)), to(rgb(234, 245, 252)));
  background: linear-gradient(to bottom, rgb(138, 157, 172) 0%, rgb(186, 200, 212) 18%, rgb(186, 200, 212) 18%, rgb(246, 244, 244) 43%, rgb(234, 245, 252) 100%);
  padding: 86px calc(50vw - 50%) 50px;
  margin: 40px calc(50% - 50vw) 0;
}
.mt-entry .mt-trouble-title {
  color: #FFFFFF;
  margin: 0;
}
.mt-entry .mt-trouble-title::after {
  background: #FFFFFF;
}
.mt-entry .mt-trouble-before {
  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;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 40px 0 0;
}
.mt-entry .mt-trouble-before li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px;
  padding: 32px;
  margin: 0 0 24px;
}
.mt-entry .mt-trouble-before li:first-child {
  margin: 0 0 24px;
}
.mt-entry .mt-trouble-before li span,
.mt-entry .mt-trouble-before li strong {
  font-size: 26px;
  font-weight: bold;
  margin: 0 5px;
}
.mt-entry .mt-trouble-solution {
  text-align: center;
  margin: 42px 0 0;
  position: relative;
}
.mt-entry .mt-trouble-solution-arrow {
  width: 252px;
  height: 49px;
  margin: auto;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.mt-entry .mt-trouble-solution-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 178px;
  height: 178px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), #ffffff);
  top: -90px;
  left: 36px;
  -webkit-transform: scaleY(0.4) rotate(45deg);
          transform: scaleY(0.4) rotate(45deg);
}
.mt-entry .mt-trouble-solution-lead {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.mt-entry .mt-trouble-solution-text {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.mt-entry .mt-trouble-solution-text span {
  color: #004898;
}
.mt-entry .mt-trouble-after {
  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;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 40px 0 0;
}
.mt-entry .mt-trouble-after li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px;
  padding: 32px;
  margin: 0 0 24px;
}
.mt-entry .mt-trouble-after li:first-child {
  margin: 0 0 24px;
}
.mt-entry .mt-trouble-after li span,
.mt-entry .mt-trouble-after li strong {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(69%, rgba(255, 255, 255, 0.88)), color-stop(70%, rgba(212, 242, 255, 0.88)), color-stop(89%, rgba(212, 242, 255, 0.96)), color-stop(90%, rgba(255, 255, 255, 0.96)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.88) 69%, rgba(212, 242, 255, 0.88) 70%, rgba(212, 242, 255, 0.96) 89%, rgba(255, 255, 255, 0.96) 90%, rgb(255, 255, 255) 100%);
  color: #004898;
  font-size: 26px;
  font-weight: bold;
  margin: 0 5px;
}
.mt-entry .mt-feature {
  background: rgb(234, 245, 252);
  padding: 78px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}
.mt-entry .mt-feature > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-feature > *:nth-child(2) {
  margin-top: 0;
}
.mt-entry .mt-feature.-warmgrey {
  background: #ebe8e0;
}
.mt-entry .mt-feature.-orangepink {
  background: #f9c6bd;
}
.mt-entry .mt-feature-contents {
  background: #FFFFFF;
  padding: 60px;
  margin: 48px 0 0;
}
.mt-entry .mt-feature-contents > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-feature-contents + * {
  margin: 48px 0 78px;
}
.mt-entry .mt-feature-content {
  margin: 0 0 40px;
}
.mt-entry .mt-feature-content:last-child {
  margin: 0;
}
.mt-entry .mt-feature-content > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-feature-content h1,
.mt-entry .mt-feature-content h2,
.mt-entry .mt-feature-content h3,
.mt-entry .mt-feature-content h4,
.mt-entry .mt-feature-content h5,
.mt-entry .mt-feature-content h6 {
  margin: 30px 0 0;
}
.mt-entry .mt-feature-content h3 {
  border-bottom: 1px solid #004898;
  color: #004898;
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 8px;
  margin: 30px 0 0;
}
.mt-entry .mt-feature-content h3::after {
  display: none;
}
.mt-entry .mt-feature-content p {
  font-size: 16px;
  margin: 30px 0 0;
}
.mt-entry .mt-feature-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background: #FFFFFF;
  margin: 0 0 40px;
}
.mt-entry .mt-feature-pointWrap {
  width: calc(100% - 120px);
  margin: 0 auto 78px;
}
.mt-entry .mt-feature-pointWrap:last-child {
  margin: 0 auto 0;
}
.mt-entry .mt-feature-point-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  background: #004898;
  text-align: center;
}
.mt-entry .mt-feature-point-label-text {
  display: block;
  width: 100px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-family: "Inter", serif;
}
.mt-entry .mt-feature-point-label-num {
  display: block;
  width: 100px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  font-family: "Inter", serif;
  line-height: 1;
}
.mt-entry .mt-feature-point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
}
.mt-entry .mt-feature-point-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
  text-align: center;
  margin: 0;
}
.mt-entry .mt-feature-point-content-icon + .mt-feature-point-content-inner {
  width: calc(100% - 145px);
  padding: 0 40px 0 0;
}
.mt-entry .mt-feature-point-content-inner {
  width: 100%;
  padding: 0 40px 0 40px;
  margin: 30px 0;
}
.mt-entry .mt-feature-point-content-title {
  color: #004898;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 14px;
}
.mt-entry .mt-feature-point-content-title::after {
  display: none;
}
.mt-entry .mt-feature-point-content-text {
  font-size: 15px;
  margin: 0;
}
.mt-entry .mt-feature-pointCol2 {
  display: block;
  width: calc(50% - 25px);
  background: #FFFFFF;
  margin: 0;
}
.mt-entry .mt-feature-pointCol2Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 78px;
}
.mt-entry .mt-feature-pointCol2Wrap:last-child {
  margin: 0 auto 0;
}
.mt-entry .mt-feature-pointCol2-label {
  display: block;
  width: 110px;
  background: #004898;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", serif;
  text-align: center;
  padding: 4px 10px;
}
.mt-entry .mt-feature-pointCol2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}
.mt-entry .mt-feature-pointCol2-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 172px;
  text-align: center;
  margin: 0 0 40px;
}
.mt-entry .mt-feature-pointCol2-content-icon + .mt-feature-pointCol2-content-inner {
  width: calc(100% - 172px);
  padding: 0 40px 0 0;
  margin: 0 0 40px;
}
.mt-entry .mt-feature-pointCol2-content-inner {
  width: 100%;
  padding: 0 40px 0 40px;
  margin: 0 0 40px;
}
.mt-entry .mt-feature-pointCol2-content-title {
  color: #004898;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 14px;
}
.mt-entry .mt-feature-pointCol2-content-title::after {
  display: none;
}
.mt-entry .mt-feature-pointCol2-content-text {
  font-size: 15px;
  margin: 0;
}
.mt-entry .mt-feature-pointCol3 {
  display: block;
  width: calc((100% - 60px) / 3);
  background: #FFFFFF;
  margin: 0;
}
.mt-entry .mt-feature-pointCol3Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 78px;
}
.mt-entry .mt-feature-pointCol3Wrap:last-child {
  margin: 0 auto 0;
}
.mt-entry .mt-feature-pointCol3-label {
  display: block;
  width: 110px;
  background: #004898;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", serif;
  text-align: center;
  padding: 4px 10px;
}
.mt-entry .mt-feature-pointCol3-content {
  display: block;
  width: 100%;
}
.mt-entry .mt-feature-pointCol3-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  text-align: center;
  margin: 0 0 32px;
}
.mt-entry .mt-feature-pointCol3-content-icon img {
  margin: auto;
}
.mt-entry .mt-feature-pointCol3-content-inner {
  width: 100%;
  padding: 14px 35px 40px;
  margin: 0;
}
.mt-entry .mt-feature-pointCol3-content-title {
  color: #004898;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0 0 24px;
}
.mt-entry .mt-feature-pointCol3-content-title::after {
  display: none;
}
.mt-entry .mt-feature-pointCol3-content-text {
  font-size: 15px;
  margin: 0;
}
.mt-entry .mt-feature-color {
  display: none;
}
.mt-entry .mt-video {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  margin: 40px 0 0;
}
.mt-entry .mt-video iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
}
.mt-entry .mt-videos {
  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;
  margin: 40px 0 0;
}
.mt-entry .mt-videos .mt-video {
  width: 47%;
  max-width: 600px;
  aspect-ratio: 16/9;
  margin: 0;
}
.mt-entry .mt-videos .mt-video iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
}
.mt-entry .mt-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  margin: 40px 0 0;
}
.mt-entry .mt-flow > section {
  width: 33.3333333333%;
  padding: 54px;
  position: relative;
}
.mt-entry .mt-flow > section h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.mt-entry .mt-flow > section h3::after {
  display: none;
}
.mt-entry .mt-flow > section h3 span {
  display: inline-block;
  color: #004898;
  font-size: 33px;
  font-family: "Inter", serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
  border-right: 1px solid #004898;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
.mt-entry .mt-flow > section p {
  font-size: 15px;
  margin: 20px 0 0;
}
.mt-entry .mt-flow > section.-col01 {
  width: calc((100% - 120px) / 3);
  background: #FFFFFF;
  padding: 54px 20px 54px 64px;
}
.mt-entry .mt-flow > section.-col01::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.mt-entry .mt-flow > section.-col01::after {
  content: "";
  display: block;
  display: inline-block;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cccccc));
  background: linear-gradient(90deg, #ffffff 0%, #cccccc 100%);
  -webkit-filter: blur(90px);
          filter: blur(90px);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1;
}
.mt-entry .mt-flow > section.-col02 {
  width: calc((100% - 0px) / 3);
  background: #EEF5F9;
  padding: 54px 30px 54px 100px;
}
.mt-entry .mt-flow > section.-col02::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #EEF5F9;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.mt-entry .mt-flow > section.-col02::after {
  content: "";
  display: block;
  display: inline-block;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#004898));
  background: linear-gradient(90deg, #000000 0%, #004898 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1;
}
.mt-entry .mt-flow > section.-col03 {
  width: calc((100% + 120px) / 3);
  background: #004898;
  padding: 54px 30px 54px 120px;
}
.mt-entry .mt-flow > section.-col03 h3 {
  color: #FFFFFF;
}
.mt-entry .mt-flow > section.-col03 h3 span {
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mt-entry .mt-flow > section.-col03 p {
  color: #FFFFFF;
}
.mt-entry .mt-flow02 {
  margin: 40px 0 0;
}
.mt-entry .mt-flow02-block {
  background: #F6F6F6;
  padding: 30px 54px;
  margin: 35px 0 0;
  position: relative;
}
.mt-entry .mt-flow02-block::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  border-width: 15px 20px 0px 20px;
  margin: auto;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
.mt-entry .mt-flow02-block:first-child {
  margin-top: 0;
}
.mt-entry .mt-flow02-block:first-child::before {
  display: none;
}
.mt-entry .mt-flow02-block h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.mt-entry .mt-flow02-block h3::after {
  display: none;
}
.mt-entry .mt-flow02-block h3 span {
  display: inline-block;
  color: #004898;
  font-size: 33px;
  font-family: "Inter", serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
  border-right: 1px solid #004898;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
.mt-entry .mt-flow02-inner {
  margin: 10px 0 0 72px;
}
.mt-entry .mt-flow02-inner span {
  display: inline-block;
  background: #004898;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 2px 10px;
}
.mt-entry .mt-flow02-inner p {
  font-size: 15px;
  margin: 10px 0 0 0;
}
.mt-entry .mt-flow02-inner ul {
  padding: 0 0 0 2em;
  margin: 5px 0 0;
}
.mt-entry .mt-flow02-inner ul li {
  font-size: 15px;
  margin: 5px 0 0;
}
.mt-entry .mt-scrollTable {
  background: rgb(234, 245, 252);
  padding: 78px calc(50vw - 50%);
  margin: 40px calc(50% - 50vw) 0;
}
.mt-entry .mt-scrollTable.-lightblue {
  background: rgb(234, 245, 252);
}
.mt-entry .mt-scrollTable.-warmgrey {
  background: #ebe8e0;
}
.mt-entry .mt-scrollTable.-orangepink {
  background: #f9c6bd;
}
.mt-entry .mt-scrollTable.-none {
  background: none;
  padding: 0 calc(50vw - 50%);
}
.mt-entry .mt-scrollTable > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-scrollTable-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 0 0 15px;
}
.mt-entry .mt-scrollTable-wrap table {
  min-width: 1200px;
}
.mt-entry .mt-scrollTable-num {
  color: #004898;
  font-size: 26px;
  font-weight: 500;
}
.mt-entry .mt-scrollTable-price {
  color: #004898;
  font-size: 40px;
  font-weight: 500;
}
.mt-entry .mt-scrollTable-unit {
  color: #004898;
  font-size: 20px;
  font-weight: 500;
}
.mt-entry .mt-scrollTable strong {
  color: #004898;
  font-size: 26px;
  font-weight: 500;
}
.mt-entry .mt-scrollTable-bg {
  display: none;
}
.mt-entry .mt-accordion {
  margin: 40px 0 0;
}
.mt-entry .mt-accordion-block {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
  margin: 40px 0 0;
}
.mt-entry .mt-accordion-title {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  padding: 28px 54px 28px 54px;
  position: relative;
}
.mt-entry .mt-accordion-title span {
  display: block;
  padding: 0 42px;
  position: relative;
}
.mt-entry .mt-accordion-title span::before {
  content: "Q";
  display: inline-block;
  color: #004898;
  font-size: 30px;
  font-family: "Inter", serif;
  font-weight: 500;
  position: absolute;
  top: -8px;
  left: 0;
}
.mt-entry .mt-accordion-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004898;
  position: absolute;
  content: "";
  top: 50%;
  right: 55px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mt-entry .mt-accordion-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004898;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mt-entry .mt-accordion-title.js-accordion-open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mt-entry .mt-accordion-title.js-accordion-open::after {
  opacity: 0;
}
.mt-entry .mt-accordion-data {
  display: none;
  padding: 0 54px 34px;
}
.mt-entry .mt-accordion-data-inner {
  border-top: 1px solid #CCCCCC;
}
.mt-entry .mt-accordion-data-inner p {
  font-size: 16px;
  margin: 28px 0 0;
}
.mt-entry .mt-gradation {
  background: linear-gradient(115deg, rgb(26, 98, 198) 70%, rgb(47, 182, 200) 100%);
  padding: 78px calc(50vw - 50%);
  margin: 40px calc(50% - 50vw) 0;
}
.mt-entry .mt-gradation > *:first-child {
  margin-top: 0;
}
.mt-entry .mt-gradation-title {
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
  padding: 0;
}
.mt-entry .mt-gradation-title::after {
  display: none;
}
.mt-entry .mt-gradation-inner {
  margin: 40px 0 0;
}
.mt-entry .mt-space {
  width: 100%;
}
.mt-entry .mt-space.-short {
  height: 20px;
}
.mt-entry .mt-space.-middle {
  height: 40px;
}
.mt-entry .mt-space.-long {
  height: 60px;
}

@media screen and (max-width: 768px) {
  .mt-entry {
    /*---- デフォルトブロック ----*/
    /*---- カスタムブロック ----*/
  }
  .mt-entry h1 {
    font-size: 28px;
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .mt-entry h2 {
    font-size: 24px;
    line-height: 1.6;
    padding: 0 0 13px;
    margin: 20px 0 0;
  }
  .mt-entry h2::after {
    width: 30px;
  }
  .mt-entry h3 {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 0 13px;
    margin: 20px 0 0;
  }
  .mt-entry h3::after {
    width: 30px;
  }
  .mt-entry h4 {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .mt-entry h5 {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .mt-entry h6 {
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .mt-entry p {
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0 0;
  }
  .mt-entry p + p {
    margin: 10px 0 0;
  }
  .mt-entry figure {
    margin: 20px 0 0;
  }
  .mt-entry figure figcaption {
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0 0;
  }
  .mt-entry blockquote {
    border-left: 2px solid #004898;
    padding: 18px 15px;
    margin: 20px 0 0;
  }
  .mt-entry blockquote > *:first-child {
    margin-top: 0;
  }
  .mt-entry ul {
    padding: 0 0 0 1em;
    margin: 20px 0 0;
  }
  .mt-entry ul li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0.5em 0 0;
  }
  .mt-entry ul li:first-child {
    margin: 0;
  }
  .mt-entry ol {
    padding: 0 0 0 1em;
    margin: 20px 0 0;
  }
  .mt-entry ol li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0.5em 0 0;
  }
  .mt-entry ol li:first-child {
    margin-top: 0;
  }
  .mt-entry table {
    margin: 20px 0 0;
  }
  .mt-entry table th {
    font-size: 15px;
    padding: 15px;
  }
  .mt-entry table td {
    font-size: 14px;
    padding: 15px;
  }
  .mt-entry hr {
    margin: 40px 0;
  }
  .mt-entry .mt-summary {
    max-width: 1080px;
    margin: 0 auto;
  }
  .mt-entry .mt-pdf {
    background-size: 18px 20px;
  }
  .mt-entry .mt-note {
    margin: 20px 0 0;
  }
  .mt-entry .mt-note > ul {
    padding: 0;
    margin: 0;
  }
  .mt-entry .mt-note > ul li {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .mt-entry .mt-note > ul li:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-note > ul li span {
    padding-top: 2px;
  }
  .mt-entry .mt-bg {
    padding: 18px 15px;
    margin: 20px 0 0;
  }
  .mt-entry .mt-bg > *:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-quote {
    border-left: 2px solid #004898;
    padding: 18px 15px;
    margin: 20px 0 0;
  }
  .mt-entry .mt-quote > *:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-quote-source {
    color: #919191;
    font-size: 12px;
  }
  .mt-entry .mt-columns {
    display: block;
    margin: 20px 0 0;
  }
  .mt-entry .mt-columns .mt-column {
    width: 100%;
    padding: 0;
  }
  .mt-entry .mt-columns .mt-column:last-child {
    padding: 0;
  }
  .mt-entry .mt-columns .mt-column > *:first-child {
    margin-top: 20px;
  }
  .mt-entry .mt-columns .mt-column h3 {
    font-size: 20px;
  }
  .mt-entry .mt-columns .mt-column p {
    margin: 20px 0 0;
  }
  .mt-entry .mt-columns.-reverse .mt-column {
    width: 100%;
    padding: 0;
  }
  .mt-entry .mt-columns.-reverse .mt-column:last-child {
    padding: 0;
  }
  .mt-entry .mt-columns.-reverse .mt-column > *:first-child {
    margin-top: 20px;
  }
  .mt-entry .mt-3columns {
    display: block;
    margin: 20px 0 0;
  }
  .mt-entry .mt-3columns .mt-column {
    width: 100%;
    padding: 0;
  }
  .mt-entry .mt-3columns .mt-column:first-child {
    padding: 0;
  }
  .mt-entry .mt-3columns .mt-column:last-child {
    padding: 0;
  }
  .mt-entry .mt-3columns .mt-column > *:first-child {
    margin-top: 20px;
  }
  .mt-entry .mt-unevenColumns {
    margin: 20px 0 0;
  }
  .mt-entry .mt-unevenColumns .mt-column:first-child {
    width: 100px;
    margin: 0 20px 0 0;
  }
  .mt-entry .mt-list {
    margin: 20px 0 0;
  }
  .mt-entry .mt-list > ul ul {
    padding: 0 0 0 20px;
  }
  .mt-entry .mt-list > ul li {
    font-size: 15px;
  }
  .mt-entry .mt-numList {
    margin: 20px 0 0;
  }
  .mt-entry .mt-numList > ol {
    padding: 0 0 0 1em;
  }
  .mt-entry .mt-numList > ol ul {
    padding: 0 0 0 20px;
  }
  .mt-entry .mt-numList > ol li {
    font-size: 15px;
  }
  .mt-entry .mt-checkList {
    margin: 20px 0 0;
  }
  .mt-entry .mt-checkList > ul li {
    font-size: 15px;
    padding: 0 0 0 26px;
    margin: 0.6em 0 0;
  }
  .mt-entry .mt-checkList > ul li:before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
  .mt-entry .mt-checkList > ul li:after {
    width: 10px;
    height: 6px;
    left: 4px;
  }
  .mt-entry .mt-iconFlex {
    margin: 20px 0 0;
  }
  .mt-entry .mt-iconFlex p {
    width: calc((100% - 80px) / 2);
    margin: 10px 20px;
  }
  .mt-entry .mt-trouble {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 157, 172)), color-stop(18%, rgb(186, 200, 212)), color-stop(18%, rgb(186, 200, 212)), color-stop(43%, rgb(246, 244, 244)), to(rgb(234, 245, 252)));
    background: linear-gradient(to bottom, rgb(138, 157, 172) 0%, rgb(186, 200, 212) 18%, rgb(186, 200, 212) 18%, rgb(246, 244, 244) 43%, rgb(234, 245, 252) 100%);
    padding: 40px calc(50vw - 50%);
    margin: 40px calc(50% - 50vw) 0;
  }
  .mt-entry .mt-trouble-title {
    color: #FFFFFF;
    margin: 0;
  }
  .mt-entry .mt-trouble-title::after {
    background: #FFFFFF;
  }
  .mt-entry .mt-trouble-before {
    margin: 28px 0 0;
  }
  .mt-entry .mt-trouble-before li {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 24px 15px;
    margin: 0 0 18px;
  }
  .mt-entry .mt-trouble-before li:first-child {
    margin: 0 0 18px;
  }
  .mt-entry .mt-trouble-before li span,
  .mt-entry .mt-trouble-before li strong {
    font-size: 20px;
  }
  .mt-entry .mt-trouble-solution {
    margin: 28px 0 0;
  }
  .mt-entry .mt-trouble-solution-arrow {
    top: -40px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .mt-entry .mt-trouble-solution-lead {
    font-size: 14px;
  }
  .mt-entry .mt-trouble-solution-text {
    font-size: 30px;
  }
  .mt-entry .mt-trouble-after {
    display: block;
    margin: 28px 0 0;
  }
  .mt-entry .mt-trouble-after li {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 24px 15px;
    margin: 0 0 18px;
  }
  .mt-entry .mt-trouble-after li:first-child {
    margin: 0 0 18px;
  }
  .mt-entry .mt-trouble-after li span,
  .mt-entry .mt-trouble-after li strong {
    font-size: 20px;
  }
  .mt-entry .mt-feature {
    background: rgb(234, 245, 252);
    padding: 40px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
  }
  .mt-entry .mt-feature > *:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-feature-contents {
    background: #FFFFFF;
    padding: 24px 15px;
    margin: 28px 0;
  }
  .mt-entry .mt-feature-content {
    margin: 0 0 20px;
  }
  .mt-entry .mt-feature-content:last-child {
    margin: 0;
  }
  .mt-entry .mt-feature-content h1,
  .mt-entry .mt-feature-content h2,
  .mt-entry .mt-feature-content h3,
  .mt-entry .mt-feature-content h4,
  .mt-entry .mt-feature-content h5,
  .mt-entry .mt-feature-content h6 {
    margin: 0 0 15px;
  }
  .mt-entry .mt-feature-content h3 {
    font-size: 18px;
    padding: 0 0 8px;
    margin: 0 0 15px;
  }
  .mt-entry .mt-feature-content p {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .mt-entry .mt-feature-point {
    display: block;
    width: 100%;
    margin: 0 0 28px;
  }
  .mt-entry .mt-feature-pointWrap {
    width: 100%;
    margin: 0 auto 58px;
  }
  .mt-entry .mt-feature-pointWrap:last-child {
    margin: 0 auto 0;
  }
  .mt-entry .mt-feature-point:last-child {
    margin: 0;
  }
  .mt-entry .mt-feature-point-label {
    display: block;
    width: 100%;
    padding: 6px 10px 4px;
  }
  .mt-entry .mt-feature-point-label-text {
    display: inline;
    width: auto;
    font-size: 14px;
    vertical-align: text-bottom;
  }
  .mt-entry .mt-feature-point-label-num {
    display: inline;
    width: auto;
    font-size: 32px;
    vertical-align: text-bottom;
  }
  .mt-entry .mt-feature-point-content {
    display: block;
    width: 100%;
    padding: 25px 15px;
  }
  .mt-entry .mt-feature-point-content-icon {
    margin: auto;
  }
  .mt-entry .mt-feature-point-content-icon + .mt-feature-point-content-inner {
    width: 100%;
    padding: 0;
  }
  .mt-entry .mt-feature-point-content-inner {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .mt-entry .mt-feature-point-content-title {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin: 0 0 10px;
  }
  .mt-entry .mt-feature-point-content-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol2 {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .mt-entry .mt-feature-pointCol2:first-child {
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol2Wrap {
    display: block;
    margin: 0 auto 56px;
  }
  .mt-entry .mt-feature-pointCol2-label {
    width: 90px;
    font-size: 14px;
  }
  .mt-entry .mt-feature-pointCol2-content {
    padding: 0 15px 25px;
  }
  .mt-entry .mt-feature-pointCol2-content-icon {
    width: 120px;
    margin: 0 20px 0 0;
  }
  .mt-entry .mt-feature-pointCol2-content-inner {
    width: calc(100% - 140px);
    padding: 0;
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol2-content-title {
    font-size: 18px;
    text-align: left;
    line-height: 2;
    margin: 0 0 10px;
  }
  .mt-entry .mt-feature-pointCol2-content-text {
    font-size: 15px;
    line-height: 2;
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol3 {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .mt-entry .mt-feature-pointCol3:first-child {
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol3Wrap {
    display: block;
    width: 100%;
  }
  .mt-entry .mt-feature-pointCol3-label {
    width: 90px;
    font-size: 14px;
  }
  .mt-entry .mt-feature-pointCol3-content {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mt-entry .mt-feature-pointCol3-content-icon {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 auto 10px;
  }
  .mt-entry .mt-feature-pointCol3-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
  .mt-entry .mt-feature-pointCol3-content-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 5px;
  }
  .mt-entry .mt-feature-pointCol3-content-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    margin: 0;
  }
  .mt-entry .mt-video {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
  }
  .mt-entry .mt-videos {
    display: block;
    margin: 30px 0 0;
  }
  .mt-entry .mt-videos .mt-video {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
  }
  .mt-entry .mt-videos .mt-video:first-child {
    margin: 0;
  }
  .mt-entry .mt-flow {
    display: block;
    -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
    margin: 30px 0 0;
  }
  .mt-entry .mt-flow > section {
    width: 100%;
    padding: 28px 18px;
  }
  .mt-entry .mt-flow > section h3 {
    font-size: 20px;
  }
  .mt-entry .mt-flow > section h3 span {
    font-size: 26px;
    vertical-align: text-bottom;
    border-right: 1px solid #004898;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }
  .mt-entry .mt-flow > section p {
    font-size: 15px;
    margin: 20px 0 0;
  }
  .mt-entry .mt-flow > section.-col01 {
    width: 100%;
    padding: 28px 20px 20px;
  }
  .mt-entry .mt-flow > section.-col01::before {
    width: 100%;
    height: 28px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: auto;
    bottom: -28px;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
  }
  .mt-entry .mt-flow > section.-col01::after {
    width: 100%;
    height: 38px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#cccccc));
    background: linear-gradient(0deg, #ffffff 0%, #cccccc 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .mt-entry .mt-flow > section.-col02 {
    width: 100%;
    padding: 56px 20px 20px;
  }
  .mt-entry .mt-flow > section.-col02::before {
    width: 100%;
    height: 28px;
    background: #EEF5F9;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: auto;
    bottom: -28px;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
  }
  .mt-entry .mt-flow > section.-col02::after {
    width: 100%;
    height: 38px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#004898));
    background: linear-gradient(0deg, #000000 0%, #004898 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .mt-entry .mt-flow > section.-col03 {
    width: 100%;
    padding: 56px 20px 28px;
  }
  .mt-entry .mt-flow02 {
    margin: 30px 0 0;
  }
  .mt-entry .mt-flow02-block {
    padding: 28px 20px;
    margin: 35px 0 0;
  }
  .mt-entry .mt-flow02-block::before {
    border-width: 15px 35px 0px 35px;
  }
  .mt-entry .mt-flow02-block:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-flow02-block:first-child::before {
    display: none;
  }
  .mt-entry .mt-flow02-block h3 {
    font-size: 20px;
  }
  .mt-entry .mt-flow02-block h3 span {
    font-size: 26px;
  }
  .mt-entry .mt-flow02-inner {
    margin: 10px 0 0 0;
  }
  .mt-entry .mt-flow02-inner span {
    display: inline-block;
    background: #004898;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 1px 10px;
  }
  .mt-entry .mt-flow02-inner p {
    font-size: 15px;
    margin: 10px 0 0 0;
  }
  .mt-entry .mt-flow02-inner ul {
    padding: 0 0 0 1.5em;
    margin: 5px 0 0;
  }
  .mt-entry .mt-flow02-inner ul li {
    margin: 0;
  }
  .mt-entry .mt-scrollTable {
    background: rgb(234, 245, 252);
    padding: 40px calc(50vw - 50%);
    margin: 40px calc(50% - 50vw) 0;
  }
  .mt-entry .mt-scrollTable.-lightblue {
    background: rgb(234, 245, 252);
  }
  .mt-entry .mt-scrollTable.-warmgrey {
    background: #ebe8e0;
  }
  .mt-entry .mt-scrollTable.-orangepink {
    background: #f9c6bd;
  }
  .mt-entry .mt-scrollTable.-none {
    background: none;
    padding: 0 calc(50vw - 50%);
  }
  .mt-entry .mt-scrollTable > *:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-scrollTable-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 0 0 15px;
  }
  .mt-entry .mt-scrollTable-num {
    font-size: 24px;
  }
  .mt-entry .mt-scrollTable-price {
    font-size: 24px;
  }
  .mt-entry .mt-scrollTable-unit {
    font-size: 18px;
  }
  .mt-entry .mt-scrollTable strong {
    font-size: 24px;
  }
  .mt-entry .mt-accordion {
    margin: 20px 0 0;
  }
  .mt-entry .mt-accordion-block {
    margin: 30px 0 0;
  }
  .mt-entry .mt-accordion-title {
    font-size: 16px;
    padding: 20px 26px 20px 18px;
  }
  .mt-entry .mt-accordion-title span {
    padding: 0 24px;
  }
  .mt-entry .mt-accordion-title span::before {
    content: "Q";
    font-size: 22px;
    top: -6px;
  }
  .mt-entry .mt-accordion-title::before {
    width: 18px;
    height: 2px;
    top: 50%;
    right: 16px;
  }
  .mt-entry .mt-accordion-title::after {
    width: 18px;
    height: 2px;
    top: 50%;
    right: 16px;
  }
  .mt-entry .mt-accordion-data {
    padding: 0 20px 34px;
  }
  .mt-entry .mt-accordion-data-inner p {
    font-size: 15px;
    margin: 20px 0 0;
  }
  .mt-entry .mt-gradation {
    padding: 40px calc(50vw - 50%);
  }
  .mt-entry .mt-gradation > *:first-child {
    margin-top: 0;
  }
  .mt-entry .mt-gradation-title {
    font-size: 20px;
  }
  .mt-entry .mt-gradation-inner {
    margin: 30px 0 0;
  }
}