.trans {
  transition: opacity 0.3s ease-out;
}
.trans:hover {
  opacity: .8;
}
#contents section {
  padding: 40px 0;
  font-size: 1.6rem;
}
#contents section#applFlow {
  padding: 0;
}
#contents section#caution .inner {
  padding: 60px 60px 10px;
}
#contents section#Introduction {
  padding: 40px 0 10px;
}
#contents section .inner {
  max-width: 1000px;
  padding: 0;
}
#topLead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  background: url("../images/top/bg_top_mv.jpg") center bottom no-repeat;
  background-size: cover;
}
#Introduction h2 {
  max-width: 550px;
  margin: 0 auto 40px;
  padding: 4px 0 2px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #003399;
  background: #e1edf5;
  border-radius: 25px;
  text-align: center;
}
#Introduction h3 {
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 30px;
}
#Introduction .lead {
  text-align: center;
  margin-bottom: 30px;
}
#Introduction .si-carArea02Case {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
#Introduction .si-carArea02Case > div {
  position: relative;
  width: 310px;
  padding: 30px;
  background: #F5F7F9;
  box-sizing: border-box;
}
#Introduction .si-carArea02Case .si-carArea02Case__label {
  position: absolute;
  top: 0;
  left: 0;
}
#Introduction .si-carArea02Case .si-carArea02Case__label img {
  width: 60px;
  height: 60px;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__main {
  flex-basis: 175px;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__main .si-carArea02CaseProfile__grade {
  padding-top: 7px;
  color: #222;
  font-size: 2.2rem;
  line-height: 1.5;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__main .si-carArea02CaseProfile__grade em {
  color: #22AAF2;
  font-size: 3.2rem;
  font-weight: 400;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__main .si-carArea02CaseProfile__text {
  margin-top: 1px;
  color: #5D5D5D;
  font-size: 1.5rem;
  line-height: 1.74;
  letter-spacing: 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__imgbox {
  flex-basis: 68px;
  line-height: 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseProfile .si-carArea02CaseProfile__imgbox img {
  width: 68px;
  height: auto;
}
#Introduction .si-carArea02Case .si-carArea02CaseData {
  margin-top: 19px;
  border-top: 1px solid #D8DBDD;
}
#Introduction .si-carArea02Case .si-carArea02CaseData dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8DBDD;
  width: 100%;
  color: #777;
  font-size: 1.2rem;
  letter-spacing: 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseData dl dt {
  width: 86px;
  padding: 10px 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseData dl dd {
  font-weight: 700;
  padding: 10px 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseFee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8DBDD;
  width: 100%;
}
#Introduction .si-carArea02Case .si-carArea02CaseFee dt {
  padding-bottom: 2px;
  width: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.58;
  padding: 10px 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseFee dd {
  padding: 17px 0 13px;
  color: #22AAF2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0;
  padding: 10px 0;
}
#Introduction .si-carArea02Case .si-carArea02CaseFee dd em {
  display: inline-block;
  margin-right: 2px;
  font-size: 2.8rem;
}
#Introduction .si-carArea02Case .mordalBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 30px;
  margin: 20px auto 0;
  border: solid 1px #22AAF2;
  border-radius: 15px;
  font-size: 1.2rem;
  color: #22AAF2;
  text-decoration: none;
}
#Introduction .si-carArea02Case .mordalBtn a:hover {
  background: #22AAF2;
  color: #FFF;
}
#reason {
  background: #f5f7f9;
}
#reason .si-carArea03__title {
  color: #2F2F2F;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-indent: 0.05em;
}
#reason .si-carArea03__title em {
  color: #2467E8;
  font-size: 8.0rem;
  font-weight: 300;
  letter-spacing: 0;
  vertical-align: -0.18em;
}
#reason .si-carArea03__vessel {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
  overflow: hidden;
}
#reason .si-carArea03__vessel .si-carArea03__inner {
  margin: 0;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  margin-top: 41px;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout > div {
  padding-left: 20px;
  width: 33.3333%;
  box-sizing: border-box;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout > div:first-oftype {
  padding-left: 0;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box {
  position: relative;
  background: #FFF;
  width: 100%;
  min-height: 100%;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03__number {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: #1369DE;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03__titleLv3 {
  padding: 39px 40px 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.37;
  text-align: center;
  text-indent: 0.05em;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03__titleLv3 .si-text--small {
  font-size: 1.1rem;
  line-height: 1.77;
  font-weight: bold;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03__imgbox {
  padding-top: 10px;
  height: 130px;
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03__imgbox img {
  width: 130px;
  height: auto;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl {
  margin: 20px 30px 0;
  border-top: 1px solid #E5E8EA;
  border-bottom: 1px solid #E5E8EA;
  text-align: center;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dt {
  padding: 21px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.43;
  text-indent: 0.05em;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd {
  padding: 5px 0 14px;
  color: #407EF4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-carArea03Dl__en--large {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1;
  vertical-align: -2px;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-text--small {
  font-size: 1.1rem;
  line-height: 1.77;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-textColor--normal {
  color: #333;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-textWeight--normal {
  font-weight: 500;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-carArea03Dl__en--small {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-text--xsmall {
  font-size: 1.0rem;
  line-height: 1.77;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-mgt0 {
  margin-top: 0 !important;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl dd .si-carArea03Dl__block {
  display: block;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl + .si-carArea03Dl {
  margin-top: 0;
  border-top: none;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl:last-of-type {
  border-bottom: none;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl.graph dt {
  padding: 10px 0 0;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl.graph dt img {
  max-width: 60px;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box .si-carArea03Dl.graph dd p:last-of-type {
  margin-top: 0.5em;
  color: initial;
  font-size: 1.0rem;
  font-weight: normal;
  text-align: left;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03Layout__center .si-carArea03__imgbox {
  padding-top: 30px;
}
#reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03Layout__center .si-carArea03__imgbox img {
  width: 250px;
  height: auto;
}
#reason .attention dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#reason .attention dl dt {
  width: 2.5em;
}
#reason .attention dl dd {
  flex: 1;
}
#applFlow {
  position: relative;
  margin-top: 200px;
}
#applFlow .msg {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding-top: 55px;
  top: -200px;
  left: 0;
}
#applFlow .msg span {
  color: #139CE4;
  font-weight: 600;
}
#applFlow .ttl_flow01 {
  background-color: #139CE4;
  font-weight: 600;
  border-radius: 15px;
  color: #fff;
  display: table;
  font-size: 3.0rem;
  margin: 0 auto;
  left: 50%;
  line-height: 73px;
  position: absolute;
  top: -73px;
  text-align: center;
  transform: translateX(-50%);
  width: 358px;
  letter-spacing: 2px;
}
#applFlow .ttl_flow01::after {
  border-style: solid;
  border-width: 31px 25.5px 0 25.5px;
  border-color: #139CE4 transparent transparent transparent;
  bottom: -31px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
#applFlow .inner {
  padding: 58px 0;
  width: 100%;
}
#applFlow .flowSec:first-of-type {
  padding: 90px 0 70px;
  background-color: #DFF6FF;
}
#applFlow .flowSec:last-of-type {
  padding: 45px 0;
  background-color: #e8f2f8;
}
#applFlow .flowSec .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 1.6;
}
#applFlow .flowSec .inner .ttl_flow02 {
  position: relative;
  text-align: center;
  width: 38%;
}
#applFlow .flowSec .inner .ttl_flow02 > img {
  display: block;
  margin: 0 auto 15px;
}
#applFlow .flowSec .inner .ttl_flow02 {
  font-weight: 600;
}
#applFlow .flowSec .inner .ttl_flow03 {
  font-size: 2.2rem;
  color: #139CE4;
  font-weight: 600;
  margin-bottom: 30px;
}
#applFlow .flowSec .inner .ttl_flow04 {
  font-size: 2.2rem;
  color: #003399;
  font-weight: 600;
  margin-bottom: 30px;
}
#applFlow .flowSec .inner > div {
  width: 64%;
  padding: 0 2%;
}
#applFlow .flowSec .inner > div .txt01 {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
#applFlow .flowSec .inner > div .txt02 {
  font-size: 2.0rem;
  font-weight: 600;
}
#applFlow .flowSec .inner > div .ph {
  margin: 10px 0 40px;
}
#applFlow .flowSec .inner .stepList li > * {
  margin-left: 14rem;
  font-size: 2.0rem;
}
#applFlow .flowSec .inner .stepList li + li {
  margin-top: 0.7em;
}
#applFlow .flowSec .inner .stepList li .stepItem {
  position: relative;
}
#applFlow .flowSec .inner .stepList li .stepItem span {
  display: block;
  color: #139CE4;
  font-size: 2.2rem;
  font-weight: 600;
  left: -14rem;
  position: absolute;
}
#applFlow .flowSec .inner > div .ph img {
  padding: 30px;
  width: 550px;
  background-color: #fff;
  border-radius: 30px;
}
#applFlow .tie {
  background-color: #fff;
  font-size: 2rem;
  position: relative;
  height: 45px;
  margin: 30px 0;
}
#applFlow .tie::after {
  position: absolute;
  display: block;
  content: "";
  width: 107px;
  height: 45px;
  left: 50%;
  background: transparent url("../images/top/headingArrow.png");
  transform: translateX(-50%);
}
#applFlow .tie p {
  left: calc(50% + 80px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003399;
  background: #e1edf5;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
#applFlow .fin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  margin: 0 auto 20px;
  border: 6px solid #eeeeee;
  border-radius: 87.5px;
  color: #616161;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#caution .inner {
  background: #eeeeee;
  border-radius: 16px;
}
#caution h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #003399;
  margin-bottom: 30px;
  text-align: center;
}
#caution ul {
  margin: 20px 0 40px;
}
#caution ul li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#caution ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#caution ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #afafaf;
  top: 10px;
  left: 0;
}
#major h2 {
  border-bottom: 3px solid #d2d2d2;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 58px;
  padding-bottom: 0.6em;
  position: relative;
  text-align: center;
}
#major h2 span {
  display: inline-block;
}
#major h2::after {
  background: transparent url("../images/top/headingArrow.png");
  bottom: -44px;
  content: "";
  display: block;
  height: 45px;
  left: 50%;
  position: absolute;
  width: 107px;
  transform: translateX(-50%);
}
#major .listWrap {
  margin-bottom: 30px;
}
#major .listWrap .listTtl ul {
  display: flex;
  width: 100%;
}
#major .listWrap .listTtl ul li {
  width: calc(100% / 3);
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
  font-size: 1.8rem;
  padding: 0 3px 3px;
  text-align: center;
}
#major .listWrap .listTtl ul li:nth-child(2) div {
  position: relative;
  display: block;
  background: #003399;
}
#major .listWrap .listTtl ul li:nth-child(2) div:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  top: 0;
}
#major .listWrap .listTtl ul li:nth-child(3) div {
  position: relative;
  display: block;
  background: #139CE4;
}
#major .listWrap .listTtl ul li:nth-child(3) div:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  top: 0;
}
#major .listWrap .listBody dl {
  display: flex;
  width: 100%;
  padding-top: 6px;
}
#major .listWrap .listBody dl dt {
  width: calc(100% / 3);
  padding-right: 6px;
}
#major .listWrap .listBody dl dt > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d2d2d2;
  background: #eeeeee;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#major .listWrap .listBody dl dd {
  display: flex;
  align-items: center;
  width: calc(100% / 3 * 2);
  height: 100%;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 6px;
}
#major .listWrap .listBody dl dd > div {
  width: 50%;
  padding: 20px 0 20px 10px;
  align-self: stretch;
}
#major .listWrap .listBody dl dd > div .tag {
  display: none;
}
#major .listWrap .listBody dl dd > div h3 {
  color: #003399;
  font-size: 1.8rem;
  font-weight: 600;
}
#major .listWrap .listBody dl dd > div .att {
  font-size: 1.4rem;
}
#major .listWrap .listBody dl dd > div:last-of-type {
  border-left: solid 1px #d2d2d2;
}
#major .listWrap .listBody dl dd > div:last-of-type h3 {
  color: #139CE4;
  font-size: 1.8rem;
  font-weight: 600;
}
.notices {
  font-size: 1.8rem;
}
.notices .underwriter {
  border: solid 6px  #fee6e6;
  display: table;
  font-size: 1.6rem;
  margin-top: 40px;
  padding: 30px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.notices .underwriter dl {
  display: flex;
  flex-wrap: wrap;
}
.notices .underwriter dl dt {
  width: 25%;
  color: #139CE4;
  font-weight: 600;
}
.notices .underwriter dl dt::before {
  content: "【";
}
.notices .underwriter dl dt::after {
  content: "】";
}
.notices .underwriter dl dt:first-of-type {
  margin-bottom: 15px;
}
.notices .underwriter dl dd {
  width: 75%;
  padding-left: 1em;
}
.notices .underwriter dl dd:first-of-type {
  margin-bottom: 15px;
}
.migrate {
  padding: 40px 0 60px;
}
.migrate a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #139CE4;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  height: 200px;
  text-decoration: none;
  margin: 0 auto;
  max-width: 720px;
  transition: opacity 0.3s ease-out;
}
.migrate a:hover {
  opacity: .8;
}
.migrate a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: calc(100% - 16px);
}
.migrate a::after {
  position: absolute;
  content: ">";
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fabe00;
  border-radius: 100%;
  color: #fff;
  font-size: 3.1rem;
  font-weight: normal;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.migrate a img {
  margin-right: 5%;
}
/* modal */
.remodal {
  position: relative;
  padding: 25px;
}
.remodal-cancel {
  color: #333;
  background: #000000;
  width: 100%;
  margin-top: 25px;
  font-size: 1.6rem;
}
.remodal-cancel:hover {
  background: #333;
}
.md-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.md-wrap .md-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.md-wrap .md-left .md-imgWrap {
  margin-right: 10px;
}
.md-wrap .md-left .md-imgWrap img {
  width: 100px;
}
.md-wrap .md-left .md-txtWrap {
  max-width: 340px;
}
.md-wrap .md-left .md-txtWrap p.md-case {
  color: #23AAF2;
  font-size: 16px;
  font-weight: bold;
}
.md-wrap .md-left .md-txtWrap p.md-txt {
  font-size: 13px;
  text-align: left;
  padding: 10px;
}
.md-wrap .md-right {
  width: 40%;
}
.md-wrap .md-right p.md-present {
  color: #3c69b4;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.md-wrap .md-right p.md-price-blue {
  background: #c2dbf4;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  width: 230px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 14px;
}
.md-wrap .md-right p.md-price-blue em,
.md-wrap .md-right p.md-price-blue .md-yen {
  color: #0a6ed2;
}
.md-wrap .md-right p.md-price-blue em {
  font-size: 24px;
  padding-left: 4px;
}
.md-wrap .md-right .md-arrow img {
  width: 50px;
  vertical-align: middle;
}
.md-wrap .md-right p.md-price-orange {
  background: #ffe9bf;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  width: 230px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 14px;
}
.md-wrap .md-right p.md-price-orange em,
.md-wrap .md-right p.md-price-orange .md-yen {
  color: #dc5046;
}
.md-wrap .md-right p.md-price-orange em {
  font-size: 24px;
  padding-left: 4px;
}
.md-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  height: 1px;
}
.md-table--type01 {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.md-table--type01 tbody tr:not(:first-of-type) th,
.md-table--type01 tbody tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
}
.md-table--type01 tbody tr th,
.md-table--type01 tbody tr td {
  width: 25%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  text-align: center;
  height: 100%;
}
.md-table--type01 tbody tr th {
  box-sizing: border-box;
}
.md-table--type01 tbody tr th:last-of-type {
  border-left: 1px solid #ccc;
}
.md-table--type01 tbody tr th span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edf7fc;
  color: #0a3e86;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 12px 14px;
  box-sizing: border-box;
  border: solid 4px #FFF;
}
.md-table--type01 tbody tr td {
  padding: 10px 14px;
}
.md-table--type01 tbody tr .md-table--bgc {
  background: #FDFAE9;
}
.md-text__accent {
  color: #fc0c1b;
  font-weight: bold;
}
.md-text--right {
  text-align: right !important;
}
.md-text--normal {
  font-size: 1.4rem;
}
.md-titleLv03--type01 {
  color: #0a3e86;
}
.md-text__bold {
  font-weight: bold;
}
.md-text--large {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.md-text__accentSize {
  font-size: 160%;
}
.md-text--xlarge {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
[class*="md-text"] + [class*="md-text"] {
  margin-top: 20px;
}
.md-titleLv02 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 24px;
  color: #0a3e86;
}
.md-text--xsmall {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  margin-top: 25px;
}
.md-text--small {
  font-size: 1.4rem;
  line-height: 21px;
}
.md-notes {
  text-indent: -1.9em;
  padding-left: 1.9em;
  margin: 10px 0 20px;
  color: #595959;
  text-align: left;
}
.md-notes {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #contents section {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  #contents section#Introduction {
    padding: 20px 10px 0;
  }
  #contents section#caution {
    padding: 20px 10px 0;
  }
  #contents section#caution .inner {
    padding: 20px 20px 10px;
  }
  #topLead {
    height: 160px;
  }
  #topLead h1 {
    width: 80%;
  }
  #Introduction h2 {
    margin: 0 auto 20px;
    font-size: 1.6rem;
    padding: 6px 0 2px;
  }
  #Introduction h2 span {
    display: block;
  }
  #Introduction h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #Introduction .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  #Introduction .si-carArea02Case {
    display: block;
  }
  #Introduction .si-carArea02Case > div {
    width: 100%;
  }
  #Introduction .si-carArea02Case > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #reason .si-carArea03__title {
    color: #2F2F2F;
    font-size: 2.2rem;
  }
  #reason .si-carArea03__title em {
    color: #2467E8;
    font-size: 4.0rem;
  }
  #reason .si-carArea03__vessel {
    margin-bottom: 0;
  }
  #reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout {
    display: block;
  }
  #reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout > div {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout > div:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #reason .si-carArea03__vessel .si-carArea03__inner .si-carArea03Layout .si-carArea03__box {
    min-height: inherit;
  }
  #applFlow {
    margin-top: 150px;
  }
  #applFlow .inner {
    width: auto;
  }
  #applFlow .msg {
    padding: 30px 10px 0;
    top: -150px;
  }
  #applFlow .ttl_flow01 {
    width: 80%;
    font-size: 2.0rem;
    line-height: 50px;
    top: -65px;
  }
  #applFlow .ttl_flow01::after {
    border-width: 21px 14.5px 0 14.5px;
    bottom: -15px;
  }
  #applFlow .flowSec:first-of-type {
    padding: 40px 0;
  }
  #applFlow .flowSec .inner {
    display: block;
  }
  #applFlow .flowSec .inner .ttl_flow02 {
    width: 100%;
    margin-bottom: 20px;
  }
  #applFlow .flowSec .inner .ttl_flow02 > img {
    width: 100px;
  }
  #applFlow .flowSec .inner .ttl_flow03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #applFlow .flowSec .inner .ttl_flow04 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #applFlow .flowSec .inner > div {
    width: 100%;
  }
  #applFlow .flowSec .inner > div .txt01 {
    font-size: 1.4rem;
  }
  #applFlow .flowSec .inner > div .txt02 {
    font-size: 1.4rem;
    text-align: center;
  }
  #applFlow .flowSec .inner > div .ph {
    margin: 10px 0 20px;
  }
  #applFlow .flowSec .inner .stepList {
    margin: 0 0 0 10px;
  }
  #applFlow .flowSec .inner .stepList li > * {
    margin-left: 5em;
    font-size: 1.4rem;
  }
  #applFlow .flowSec .inner .stepList li .stepItem span {
    font-size: 1.6rem;
    left: -5em;
  }
  #applFlow .tie {
    margin: 30px 0 40px;
  }
  #applFlow .tie p {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
  }
  #applFlow .fin {
    width: 120px;
    height: 120px;
    font-size: 2.0rem;
  }
  #caution ul {
    margin: 10px 0 20px;
  }
  #major h2 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  #major h2::after {
    background: transparent url("../images/top/headingArrow.png");
    background-size: cover;
    bottom: -22px;
    height: 22.5px;
    width: 53.5px;
  }
  #major .listWrap .listTtl {
    display: none;
  }
  #major .listWrap .listBody dl {
    display: block;
    width: 100%;
    padding-top: 6px;
  }
  #major .listWrap .listBody dl dt {
    width: 100%;
    padding-right: 0;
  }
  #major .listWrap .listBody dl dt > div {
    font-size: 1.4rem;
    padding: 10px;
  }
  #major .listWrap .listBody dl dd {
    display: block;
    width: 100%;
    border: none;
  }
  #major .listWrap .listBody dl dd > div {
    width: 100%;
  }
  #major .listWrap .listBody dl dd > div:last-of-type {
    border: none;
  }
  #major .listWrap .listBody dl dd > div .tag {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    background: #003399;
  }
  #major .listWrap .listBody dl dd > div .tag.fb {
    background: #139CE4;
  }
  #major .listWrap .listBody dl:not(:last-of-type) dd > div:last-of-type {
    display: none;
  }
  .migrate {
    padding: 26px 0;
  }
  .migrate a {
    font-size: 2rem;
    height: auto;
    padding: calc(44/668*100%);
    width: calc(668/750*100%);
  }
  .migrate a::before {
    height: calc(188/208*100%);
    left: calc(10/668*100% - 1px);
    top: calc(10/208*100% - 1px);
    width: calc(648/668*100%);
  }
  .migrate a::after {
    font-size: calc(31/750*100vw);
    height: calc(70/750*100vw);
    width: calc(70/750*100vw);
  }
  .migrate a img {
    margin-right: 0;
    width: calc(180/668*100%);
  }
  .migrate a span {
    font-size: calc(40/750*100vw);
    padding-left: 1em;
  }
  .info {
    margin-bottom: 28px;
  }
  .info h3 {
    font-size: 1.3rem;
  }
  .info .tel {
    margin-bottom: 15px;
  }
  .info .tel dt {
    font-size: 1rem;
  }
  .info .tel dd {
    font-size: 2.3rem;
  }
  .info .add {
    font-size: 1rem;
  }
  .notices {
    font-size: 1.1rem;
  }
  .notices .inner {
    padding: 0 !important;
  }
  .notices .underwriter {
    font-size: 1.4rem;
    margin: 0 auto 20px;
    padding: 15px 10px;
  }
  .notices .underwriter dl {
    display: block;
  }
  .notices .underwriter dl dt {
    width: 100%;
  }
  .notices .underwriter dl dt:first-of-type {
    margin-bottom: 0;
  }
  .notices .underwriter dl dd {
    width: 100%;
  }
  #stepContents .fin {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #stepContents .fin + img {
    max-width: 200px;
  }
  .remodal {
    padding: 10px !important;
  }
  .md-table--type01 {
    border: none;
  }
  .md-table--type01 tbody tr th,
  .md-table--type01 tbody tr td {
    display: block;
    width: 100%;
    border: none !important;
    text-align: center;
    padding: 5px;
  }
  .md-table--type01 tbody tr th span {
    text-align: center;
  }
  .md-wrap {
    flex-direction: column;
  }
  .md-wrap .md-left {
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
  }
  .md-wrap .md-left .md-imgWrap {
    width: 28%;
  }
  .md-wrap .md-left .md-txtWrap {
    width: 72%;
  }
  .md-wrap .md-left .md-txtWrap p.md-case {
    font-size: 14px;
  }
  .md-wrap .md-right {
    width: 100%;
  }
}
