<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.lower_title {
  height: 300px;
  position: relative;
}

@media (max-width: 1000px) {
  .lower_title {
    height: 200px;
  }
}

.lower_title .title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 35px;
  background: rgba(6, 32, 114, 0.8);
  color: #fff;
  padding: 15px 0;
  width: 100%;
  line-height: 1;
}

@media (max-width: 1000px) {
  .lower_title .title {
    font-size: 25px;
  }
}

.lower_about .lower_title {
  background: url(../images/about/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1000px) {
  .lower_about .lower_title {
    background-position-y: 60px;
  }
}

.lower_waiting .lower_title {
  background: url(../images/waiting/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1000px) {
  .lower_waiting .lower_title {
    background-position-y: 60px;
  }
}

.lower_premium .lower_title {
  background: url(../images/premium/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1000px) {
  .lower_premium .lower_title {
    background-position-y: 60px;
  }
}

.lower_contents .lower_title {
  background: url(../images/contents/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1000px) {
  .lower_contents .lower_title {
    background-position-y: 60px;
  }
}

.lower_preparation .lower_title {
  background: url(../images/preparation/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1000px) {
  .lower_preparation .lower_title {
    background-position-y: 60px;
  }
}

.lowerTitleStyle_1 {
  font-size: 30px;
  color: #fff;
  background: #062072;
  text-align: center;
  line-height: 1;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .lowerTitleStyle_1 {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.lowerTitleStyle_1 .icon {
  font-size: 19px;
  color: #062072;
  background: #fbf325;
  margin-right: 15px;
  padding: 5px;
  letter-spacing: 0;
}

@media (max-width: 1000px) {
  .lowerTitleStyle_1 .icon {
    display: block;
    width: 70%;
    margin: 0 auto 5px;
    font-size: 16px;
  }
}

.lowerTitleStyle_1 .pic {
  font-size: 45px;
}

@media (max-width: 1000px) {
  .lowerTitleStyle_1 .pic {
    font-size: 30px;
  }
}

.breadcrumb {
  margin-top: 25px;
}

@media (max-width: 1000px) {
  .breadcrumb {
    margin-top: 15px;
  }
}

.breadcrumb .list {
  display: flex;
}

.breadcrumb .list li {
  font-size: 11px;
  margin-right: 5px;
}

.breadcrumb .list li:after {
  content: "&gt;";
  margin-left: 5px;
}

.breadcrumb .list li:last-child:after {
  content: none;
}

.breadcrumb .list li a {
  text-decoration: underline;
}

.lower_about .sec_intro {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro {
    margin-top: 30px;
  }
}

.lower_about .sec_intro .lead {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .lead {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.lower_about .sec_intro .lead img {
  width: 130px;
  margin-right: 5px;
  vertical-align: -.2em;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .lead img {
    width: 76px;
  }
}

.lower_about .sec_intro .list li {
  margin-bottom: 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list li {
    display: block;
  }
}

.lower_about .sec_intro .list li:nth-child(even) .imgBox {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}

.lower_about .sec_intro .list li:nth-child(even) .textBox {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
}

.lower_about .sec_intro .list .imgBox {
  width: 58.7248322%;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .imgBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.lower_about .sec_intro .list .imgBox img {
  width: 100%;
}

.lower_about .sec_intro .list .textBox {
  width: 38.2550336%;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .textBox {
    width: 100%;
  }
}

.lower_about .sec_intro .list .textBox .midashi {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .textBox .midashi {
    margin-bottom: 10px;
  }
}

.lower_about .sec_intro .list .textBox .midashi span {
  font-weight: bold;
  display: block;
  line-height: 1.5;
}

.lower_about .sec_intro .list .textBox .midashi .sub {
  font-size: 25px;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .textBox .midashi .sub {
    font-size: 20px;
  }
}

.lower_about .sec_intro .list .textBox .midashi .main {
  font-size: 35px;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .textBox .midashi .main {
    font-size: 25px;
  }
}

.lower_about .sec_intro .list .textBox .text {
  line-height: 2.3;
}

@media (max-width: 1000px) {
  .lower_about .sec_intro .list .textBox .text {
    line-height: 1.7;
  }
}

.lower_about .sec_point {
  text-align: center;
  margin-bottom: 60px;
}

.lower_about .sec_point .lead {
  font-size: 20px;
  margin-bottom: 70px;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .lead {
    font-size: 18px;
    text-align: left;
    margin-bottom: 60px;
  }
}

.lower_about .sec_point .list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list {
    display: block;
  }
}

.lower_about .sec_point .list li {
  width: calc(33% - 23px);
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list li {
    width: 100%;
    margin-bottom: 60px;
  }
}

.lower_about .sec_point .list .titleBox {
  position: relative;
  height: 150px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(-90deg, #425594 0%, #0f2777 100%);
  background-image: -webkit-linear-gradient(-90deg, #425594 0%, #0f2777 100%);
  background-image: -ms-linear-gradient(-90deg, #425594 0%, #0f2777 100%);
  box-shadow: 0px 5px 7px 0.3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list .titleBox {
    height: 100px;
  }
}

.lower_about .sec_point .list .titleBox .icon {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -36px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  background: #dd732a;
  width: 73px;
  height: 73px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list .titleBox .icon {
    width: 60px;
    height: 60px;
  }
}

.lower_about .sec_point .list .titleBox .icon span {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-family: Helvetica, Arial, “sans-serif”;
  width: 100%;
}

.lower_about .sec_point .list .titleBox .icon .style1 {
  font-size: 13px;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list .titleBox .icon .style1 {
    font-size: 11px;
  }
}

.lower_about .sec_point .list .titleBox .icon .style2 {
  font-size: 35px;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list .titleBox .icon .style2 {
    font-size: 25px;
  }
}

.lower_about .sec_point .list .titleBox .title {
  font-size: 25px;
  line-height: 1;
  color: #fff;
  padding-top: 70px;
}

@media (max-width: 1000px) {
  .lower_about .sec_point .list .titleBox .title {
    font-size: 20px;
    padding-top: 50px;
  }
}

.lower_about .sec_point .list .text {
  text-align: left;
  margin-top: 25px;
}

.lower_about .sec_flow .list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.lower_about .sec_flow .list &gt; li {
  position: relative;
  margin-bottom: 40px;
}

.lower_about .sec_flow .list &gt; li:after {
  content: "\f063";
  font-family: FontAwesome;
  position: absolute;
  left: 175px;
  bottom: -44px;
  color: #cfdff3;
  font-size: 25px;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .list &gt; li:after {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.lower_about .sec_flow .list &gt; li:last-child:after {
  content: none;
}

.lower_about .sec_flow .imgBox {
  width: 350px;
}

.lower_about .sec_flow .imgBox img {
  width: 100%;
}

.lower_about .sec_flow .textBox .midashi {
  font-size: 25px;
  color: #dd732a;
  display: inline-block;
  border-bottom: 2px solid #dd732a;
  padding-bottom: 5px;
  font-family: Helvetica, Arial, “sans-serif”;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .textBox .midashi {
    margin-bottom: 10px;
  }
}

.lower_about .sec_flow .textBox .text_1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .textBox .text_1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.lower_about .sec_flow .textBox .tel {
  font-size: 20px;
  font-family: Helvetica, Arial, “sans-serif”;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #062072;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .textBox .tel {
    font-size: 40px;
  }
}

.lower_about .sec_flow .textBox .tel .companyAddress {
  font-size: 14px;
}

.lower_about .sec_flow .textBox .time {
  display: block;
  font-size: 12px;
}

.lower_about .sec_flow .textBox .text {
  text-align: left;
}

.lower_about .sec_flow .mailContact {
  margin-top: 20px;
}

.lower_about .sec_flow .mailContact .btn {
  background: #dd732a;
  box-shadow: inset 0px -3px 0px 0px rgba(196, 91, 19, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .mailContact .btn {
    width: calc(100% - 40px);
    padding: 20px 0;
    font-size: 17px;
  }
}

.lower_about .sec_flow .mailContact .btn i {
  margin-right: 5px;
}

.lower_about .sec_flow .mailContact .innertext {
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .mailContact .innertext {
    padding: 0 20px;
  }
}

.lower_about .sec_flow .mailContact .innertext span {
  font-weight: bold;
}

.lower_about .sec_flow .textBox_2 {
  max-width: 540px;
  width: 100%;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .textBox_2 {
    max-width: 100%;
  }
}

.lower_about .sec_flow .textBox_2 .box1 {
  margin-bottom: 10px;
}

.lower_about .sec_flow .textBox_2 .box1 .icon {
  color: #062072;
}

.lower_about .sec_flow .textBox_2 .box1 .midashi_2 {
  font-size: 20px;
}

.lower_about .sec_flow .textBox_2 .box1 .tel {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Helvetica, Arial, “sans-serif”;
  font-weight: bold;
  color: #062072;
  letter-spacing: .03em;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .textBox_2 .box1 .tel {
    font-size: 40px;
  }
}

.lower_about .sec_flow .textBox_2 .box1 .time {
  font-size: 12px;
  display: block;
}

.lower_about .sec_flow .textBox_2 .box1 .companyAddress {
  font-size: 14px;
}

.lower_about .sec_flow .textBox_2 .box1 .companyAddress a {
  color: #2464cf;
  text-decoration: underline;
}

.lower_about .sec_flow .textBox_2 .box1.underLine {
  border-bottom: 1px solid #cdd2e3;
  padding-bottom: 15px;
}

.lower_about .sec_flow .textBox_2 .box2 .companyName {
  font-size: 22px;
  color: #062072;
}

.lower_about .sec_flow .textBox_2 .box2 .companyTime {
  font-size: 12px;
}

.lower_about .sec_flow .layout_1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.lower_about .sec_flow .layout_1.first {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_1.first {
    display: block;
  }
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_1 {
    display: block;
  }
}

.lower_about .sec_flow .layout_1 .imgBox {
  margin-right: 35px;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_1 .imgBox {
    margin-right: 0;
    width: 100%;
  }
}

.lower_about .sec_flow .layout_1 .textBox {
  width: calc(100% - 385px);
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_1 .textBox {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_2 .imgBox {
    width: 100%;
  }
}

.lower_about .sec_flow .layout_2 ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_2 ul {
    display: block;
  }
  .lower_about .sec_flow .layout_2 ul &gt; li {
    position: relative;
    margin-bottom: 40px;
  }
  .lower_about .sec_flow .layout_2 ul &gt; li:after {
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    left: 175px;
    bottom: -44px;
    color: #cfdff3;
    font-size: 25px;
  }
}

@media (max-width: 1000px) and (max-width: 1000px) {
  .lower_about .sec_flow .layout_2 ul &gt; li:after {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1000px) {
  .lower_about .sec_flow .layout_2 ul &gt; li:last-child:after {
    content: none;
  }
}

.lower_about .sec_flow .layout_2 .textBox {
  margin-top: 20px;
}

.lower_about .sec_flow .layout_2 .textBox .text_1 {
  margin-bottom: 0;
}

.lower_about .sec_performance {
  margin-bottom: 80px;
}

.lower_about .sec_performance .intro {
  width: 806px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .intro {
    margin-bottom: 20px;
  }
}

.lower_about .sec_performance .contentWrapper {
  margin-bottom: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper {
    display: block;
  }
}

.lower_about .sec_performance .contentWrapper .imgBox {
  width: calc(45% - 25px);
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper .imgBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.lower_about .sec_performance .contentWrapper .textBox {
  width: calc(55% - 25px);
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper .textBox {
    width: 100%;
  }
}

.lower_about .sec_performance .contentWrapper .textBox .shoulder {
  font-size: 22px;
  font-weight: bold;
  background: #dd732a;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper .textBox .shoulder {
    line-height: 1.4;
    font-size: 17px;
  }
}

.lower_about .sec_performance .contentWrapper .textBox .shoulder:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #dd732a transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.lower_about .sec_performance .contentWrapper .textBox .main {
  display: block;
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper .textBox .main {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.lower_about .sec_performance .contentWrapper .textBox .text {
  line-height: 2.2;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .contentWrapper .textBox .text {
    line-height: 1.7;
  }
}

.lower_about .sec_performance .subContent {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .subContent {
    display: block;
  }
}

.lower_about .sec_performance .subContent .subContent_item {
  width: calc(50% - 20px);
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .subContent .subContent_item {
    width: 100%;
    display: block;
  }
}

.lower_about .sec_performance .subContent .subContent_item .imgBox {
  width: 218px;
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .subContent .subContent_item .imgBox {
    width: 100%;
  }
}

.lower_about .sec_performance .subContent .subContent_item .textBox {
  width: calc(100% - 238px);
}

@media (max-width: 1000px) {
  .lower_about .sec_performance .subContent .subContent_item .textBox {
    width: 100%;
  }
}

.lower_about .sec_performance .subContent .subContent_item .textBox .midashi {
  font-size: 18px;
  font-weight: bold;
  color: #062072;
}

.lower_about .sec_performance .subContent .subContent_item .textBox .text {
  font-size: 14px;
}

.lower_waiting .sec_intro {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro {
    margin-top: 30px;
  }
}

.lower_waiting .sec_intro .lead {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .lead {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.lower_waiting .sec_intro .lead img {
  width: 130px;
  margin-right: 5px;
  vertical-align: -.2em;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .lead img {
    width: 76px;
  }
}

.lower_waiting .sec_intro .list li {
  margin-bottom: 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list li {
    display: block;
  }
}

.lower_waiting .sec_intro .list .imgBox {
  width: 58.7248322%;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .imgBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.lower_waiting .sec_intro .list .imgBox img {
  width: 100%;
}

.lower_waiting .sec_intro .list .textBox {
  width: 38.2550336%;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .textBox {
    width: 100%;
  }
}

.lower_waiting .sec_intro .list .textBox .midashi {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .textBox .midashi {
    margin-bottom: 10px;
  }
}

.lower_waiting .sec_intro .list .textBox .midashi .balloon {
  font-size: 22px;
  background: #dd732a;
  color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}

.lower_waiting .sec_intro .list .textBox .midashi .balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #dd732a transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.lower_waiting .sec_intro .list .textBox .midashi .balloon .big {
  font-size: 40px;
  display: inline-block;
}

.lower_waiting .sec_intro .list .textBox .midashi span {
  font-weight: bold;
  display: block;
  line-height: 1.5;
}

.lower_waiting .sec_intro .list .textBox .midashi .sub {
  font-size: 25px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .textBox .midashi .sub {
    font-size: 20px;
  }
}

.lower_waiting .sec_intro .list .textBox .midashi .main {
  font-size: 35px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .textBox .midashi .main {
    font-size: 25px;
  }
}

.lower_waiting .sec_intro .list .textBox .text {
  line-height: 2.3;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_intro .list .textBox .text {
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.lower_waiting .sec_flow {
  text-align: center;
  margin-bottom: 70px;
}

.lower_waiting .sec_flow .lead {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .lower_waiting .sec_flow .lead {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.comicFlow {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .comicFlow {
    display: block;
  }
}

.comicFlow li {
  width: calc(16.666666667% - 12px);
  position: relative;
  line-height: 1;
}

@media (max-width: 1000px) {
  .comicFlow li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.comicFlow li img {
  display: block;
}

.comicFlow li .number {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #dd732a;
  width: 34px;
  height: 34px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.costTable {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
}

.costTable table {
  margin-bottom: 30px;
  width: 100%;
}

.costTable tbody {
  border: 1px solid #9b9b9b;
}

.costTable tr {
  border-bottom: 1px solid #9b9b9b;
  height: 80px;
}

.costTable td {
  border-right: 1px solid #9b9b9b;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1000px) {
  .costTable td {
    padding: 0 20px;
  }
}

.costTable .first {
  height: 184px;
}

.costTable .custom_1 {
  position: relative;
  background-image: linear-gradient(to top right, transparent, transparent calc(50% - 2px), #aaa 50%, transparent 50%, transparent 100%) !important;
}

.costTable .custom_1 .item_1,
.costTable .custom_1 .item_2 {
  position: absolute;
  font-size: 27px;
  color: #062072;
  font-weight: bold;
  line-height: 1;
}

.costTable .custom_1 .item_1 {
  top: 15px;
  right: 15px;
}

.costTable .custom_1 .item_2 {
  bottom: 15px;
  left: 15px;
}

.costTable .color_1 {
  background: #eff7ff;
  color: #062072;
  font-weight: bold;
}

.costTable .color_2 {
  background: #1868c3;
  color: #fff;
}

.costTable .title_1 {
  color: #062072;
  font-size: 17px;
}

.costTable .costStyle_1 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
}

.costTable .costStyle_1 .number {
  font-size: 45px;
  color: #c81414;
  margin-left: 10px;
}

.costTable .costStyle_1 .sub {
  color: #c81414;
  font-size: 20px;
}

.costTable .costStyle_2 {
  font-size: 25px;
}

.costTable .costStyle_2 .en {
  font-size: 18px;
}

.costTable .costStyle_2 .sub {
  font-size: 12px;
}

.costTable .carTitle {
  font-size: 17px;
  color: #062072;
  text-align: center;
  vertical-align: middle;
  width: 16.666666667%;
  padding: 0 15px;
}

.costTable .carTitle p {
  display: block;
  font-weight: bold;
}

.costTable .carTitle .img {
  display: inline-block;
}

.costTable .carTitle .img img {
  width: 100%;
}

.costTable .carTitle .car_1 {
  width: 135px;
}

.costTable .carTitle .car_2 {
  width: 150px;
}

.costTable .carTitle .car_3 {
  width: 148px;
}

.costTable .carTitle .car_4 {
  width: 160px;
}

.costTable .carTitle .car_5 {
  width: 127px;
}

.costTable .carTitle .sub {
  font-size: 13px;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 1.5;
}

.costTableList {
  padding-left: 1em;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
}

.costTableList .red {
  color: #c81414;
}

.costTableList li {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}

.costTableList li:before {
  position: absolute;
  top: .5em;
  left: -13px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #c81414;
}

@media (max-width: 1000px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
}

@media (max-width: 1000px) {
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
}

@media (max-width: 1000px) {
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

.costTableAttention {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 15px;
}

.costTableAttention.last {
  margin-bottom: 80px;
}

.costTableAttention .red {
  color: #c81414;
}

.costTableAttention .text {
  margin-bottom: 10px;
}

.lower_contents .sec_intro {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .lower_contents .sec_intro {
    display: block;
    margin-top: 30px;
  }
}

.lower_contents .sec_intro .icon {
  width: 143px;
  margin-right: 20px;
}

@media (max-width: 1000px) {
  .lower_contents .sec_intro .icon {
    margin: 0 auto 10px;
    display: block;
    width: 100px;
  }
}

.lower_contents .sec_intro .icon img {
  width: 100%;
}

.lower_contents .sec_intro .lead {
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .lower_contents .sec_intro .lead {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.lower_contents .sec_intro .lead img {
  width: 130px;
  margin-right: 5px;
  vertical-align: -.2em;
}

@media (max-width: 1000px) {
  .lower_contents .sec_intro .lead img {
    width: 76px;
  }
}

.sec_sample {
  margin-bottom: 80px;
}

.sec_sample .small {
  font-size: 12px;
}

.sec_sample .img {
  max-width: 1282px;
  width: 100%;
  margin: 0 auto;
}

.sec_sample .list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .sec_sample .list {
    display: block;
  }
}

.sec_sample .list::before {
  content: "";
  display: block;
  width: calc(25% - 26px);
  order: 1;
}

.sec_sample .list::after {
  content: "";
  display: block;
  width: calc(25% - 26px);
}

.sec_sample .list li {
  width: calc(25% - 26px);
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .sec_sample .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec_sample .list .title {
  font-size: 18px;
  color: #062072;
  background: #eaeffd;
  line-height: 1;
  padding: 20px;
}

.sec_sample .list .text {
  padding: 0 15px;
  font-size: 14px;
  margin-top: 10px;
}

.lower_preparation .sec_intro {
  text-align: center;
  margin-top: 40px;
}

.lower_preparation .sec_intro .lead {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .lower_preparation .sec_intro .lead {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.preparation_table {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px;
}

.preparation_table tbody {
  border: 1px solid #9b9b9b;
}

.preparation_table .color {
  background: #eff7ff;
}

.preparation_table tr {
  border-bottom: 1px solid #9b9b9b;
}

.preparation_table tr td {
  padding: 20px 30px;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .preparation_table tr td {
    display: block;
    width: 100% !important;
  }
}

.preparation_table tr td:first-child {
  font-size: 20px;
  font-weight: bold;
  border-right: 1px solid #9b9b9b;
  width: 290px;
}

@media (max-width: 1000px) {
  .preparation_table tr td:first-child {
    border-right: none;
    border-bottom: 1px solid #9b9b9b;
  }
}
</pre></body></html>