@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #4b3b25;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 80px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #666666;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 87px;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #ec2124;
  z-index: 999;
  background: #ebf0ec;
  padding: 15px 0;
}
.logo {
  margin: 0;
}
.logo img {
  width: 165px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1 {
  display: none;
}
.gnavi {
  display: flex;
  font-family: 'Open Sans', sans-serif;
}
.gnavi > li > a {
  text-decoration: none;
  display: block;
  color: #0e6db7;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.5s;
}
.gnavi > li:hover > a {
  color: #ec2124;
}
.main-slide p {
  margin: 0;
}
.main-slide img {
  max-width: none;
  width: 100%;
}
.box01 {
  position: relative;
}
.b01-main {
  width: 55%;
  padding: 50px 0 50px 30px;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
}
.box01:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background: url("../images/b01_img.jpg") no-repeat right center/cover;
  top: 0;
  left: 0;
}
.b01-img {
  display: none;
}
.b01-ttl {
  font-size: 24px;
  color: #096fb9;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.b01-ttl > span {
  display: block;
  color: #f11e29;
  font-size: 48px;
  font-family: 'UTMImpact';
  line-height: 1.5em;
}
.b01-txt01 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 10px;
  font-family: 'UTMBustamalaka';
}
.b01-list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.b01-list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #096fb9;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
.b01-list {
  margin-bottom: 20px;
}
.idx-txt {
  font-size: 28px;
  text-align: center;
  line-height: 1.1em;
  margin: 0 0 10px;
  font-family: 'UTMBustamalaka';
}
.idx-btn {
  display: flex;
  justify-content: center;
}
.idx-btn li {
  width: 184px;
  margin-right: 20px;
}
.idx-btn li:last-child {
  margin: 0;
}
.idx-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #f11e29;
  text-align: center;
  border-radius: 20px;
  padding: 1px 5px 6px 40px;
  position: relative;
  transition: all 0.5s;
}
.idx-btn a:before {
  content: '';
  position: absolute;
  background: url("../images/b01_tel.png") no-repeat;
  width: 40px;
  height: 39px;
  left: 0;
  top: 0;
}
.idx-btn li:last-child a:before {
  background-image: url("../images/b01_user.png");
}
.idx-btn li:last-child a {
  font-size: 16px;
  background: #3364cc;
}
.idx-btn a:hover {
  opacity: 0.7;
}
.box02 {
  background: #2e84c3;
  position: relative;
}
.b02-main {
  width: 55%;
  padding: 50px 30px 50px 0;
  color: #fff;
}
.box02:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background: url("../images/b02_img.jpg") no-repeat left center/cover;
  top: 0;
  left: 55%;
}
.b02-ttl {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #fff;
}
.b02-ttl span {
  font-size: 40px;
  font-family: 'iCielHelena';
  position: relative;
  padding: 0 0 10px;
}
.b02-ttl span:before {
  content: '';
  position: absolute;
  background: url("../images/b02_icon.png") no-repeat bottom center;
  width: 100%;
  pointer-events: none;
  height: 50%;
  bottom: 0;
  left: 0;
}
.b02-list li {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.b02-list li:before {
  content: '';
  position: absolute;
  background: url("../images/b02_check.png") no-repeat;
  width: 27px;
  height: 22px;
  top: 4px;
  left: 0;
}
.b02-list li span {
  font-weight: bold;
  text-transform: uppercase;
}
.b02-list {
  margin-bottom: 20px;
}
.box03 {
  background: #d9111b;
  color: #fff;
  position: relative;
}
.box03 .container {
  display: flex;
  justify-content: flex-end;
}
.b03-main {
  width: 55%;
  padding: 50px 0 50px 30px;
}
.box03:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background: url("../images/b03_img.jpg") no-repeat left center/cover;
  top: 0;
  left: 0;
}
.box03 .b01-ttl {
  color: #fff;
}
.box03 .b01-ttl > span {
  color: #fff;
  font-size: 36px;
}
.b03-txt {
  text-align: center;
  margin-bottom: 10px;
}
.b03-txt span {
  display: inline-block;
  background: #fff;
  color: #d9111b;
  font-size: 48px;
  font-family: 'UTMImpact';
  line-height: 1.2em;
  padding: 11px 10px 0;
  text-transform: uppercase;
}
.b03-list li {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.b03-list li:before {
  content: '';
  position: absolute;
  background: url("../images/b03_icon.png") no-repeat;
  width: 22px;
  height: 20px;
  top: 3px;
  left: 0;
}
.b03-list li span {
  text-transform: uppercase;
  font-weight: bold;
}
.b03-list {
  margin-bottom: 20px;
}
.box04 {
  padding: 60px 0;
}
.box04 .b01-ttl {
  text-align: center;
}
.b04-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding: 20px 0;
  align-items: flex-start;
}
.b04-list dl {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  padding-right: 5px;
}
.b04-list dl:nth-child(even) {
  flex-direction: revert;
  padding: 0 0 0 6px;
}
.b04-list:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 100%;
  top: 0;
  left: calc(50% - 6px);
  border: 5px solid #096fb9;
  border-radius: 10px;
}
.b04-list dt {
  border: 1px solid #096fb9;
  color: #096fb9;
  width: 110px;
  padding: 0 5px 0 17px;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  flex-shrink: 0;
  margin-left: 35px;
}
.b04-list dl:nth-child(odd) dt {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.b04-list dl:nth-child(even) dt {
  padding: 0 17px 0 5px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 0 35px 0 0;
}
@media screen and (min-width: 769px) {
  .b04-list dl:nth-child(4n) dt, .b04-list dl:nth-child(4n+1) dt {
    background: #096fb9;
    color: #fff;
  }
  .b04-list dl:nth-child(4n) dt span, .b04-list dl:nth-child(4n+1) dt span {
    background: #f11e29;
  }
}
.b04-list dt span {
  background: #096fb9;
  color: #fff;
  font-size: 28px;
  font-family: 'UTMImpact';
  width: 40px;
  margin-left: 5px;
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 4px 0px 2px;
}
.b04-list dt:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #096fb9;
  right: 100%;
  top: 50%;
}
.b04-list dl:nth-child(even) dt:before {
  left: 100%;
  right: auto;
}
.b04-list dd {
  font-size: 20px;
  font-family: 'UTMImpact';
  line-height: 1.3em;
  text-align: right;
}
.b04-list dl:nth-child(even) dd {
  text-align: left;
}
.b04-list dl:not(:last-child) {
  margin-bottom: 5px;
}
.b04-list dl:nth-child(2) {
  margin-top: 25px;
}
.b04-list dl:nth-child(odd):not(:first-child) {
  margin-top: -25px;
}
.b04-list {
  margin-bottom: 20px;
}
.box05 {
  background: #2e84c3;
  position: relative;
}
.b05-main {
  width: 55%;
  color: #fff;
  padding: 50px 30px 50px 0;
}
.box05:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background: url("../images/b05_img.jpg") no-repeat left center/cover;
  top: 0;
  left: 55%;
}
.box06 {
  background: #ededed;
  position: relative;
}
.box06 .container {
  display: flex;
  justify-content: flex-end;
}
.b06-main {
  width: 55%;
  padding: 50px 0 50px 30px;
}
.box06:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background: url("../images/b06_img.png") no-repeat center top 30px;
  top: 0;
  left: 0;
}
.b06-list {
  counter-reset: section;
}
.b06-list li {
  position: relative;
  padding-left: 100px;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.b06-list li::before {
  counter-increment: section;
  content: "Bước "counter(section);
  position: absolute;
  left: 0;
  top: 0;
  background: #096fb9;
  color: #fff;
  border-radius: 50%;
  text-decoration: underline;
  text-align: center;
  padding: 2px 10px 5px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.b06-list {
  margin-bottom: 20px;
}
.box07 {
  padding: 50px 0;
}
.box07 .b01-ttl {
  text-align: center;
}
.b07-list .slick-slide {
  margin: 0 15px;
}
.b07-video iframe {
  display: block;
  width: 100%;
  height: 8vw;
}
.b07-video {
  border: 5px solid #e1e1e1;
  margin: 0 0 5px;
}
.b07-name {
  text-align: center;
  margin: 0;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
}
.b07-name > span {
  display: block;
  font-style: italic;
}
.b07-name > span > span {
  color: #096fb9;
  font-weight: 700;
  font-style: normal;
}
.b07-list {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.b07-main {
  display: flex;
  justify-content: space-between;
}
.b07-main-cnt {
  width: 32%;
}
.b07-main-list {
  width: calc(68% - 30px);
}
.b07-main-list .slick-slide {
  margin: 0 15px;
}
.b07-main-list .slick-slide img {
  width: 100%;
}
.b07-main-list .slick-slide a {
  display: block;
  position: relative;
}
.b07-main-list .slick-slide a:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.5) url("../images/b07_icon01.png") no-repeat center center;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.b07-main-list .slick-slide a:hover:before {
  opacity: 1;
}
.box07 .b02-ttl {
  color: #f11e29;
  margin-bottom: 15px;
}
.box07 .b02-ttl span {
  display: inline-block;
  color: #096fb9;
  line-height: 1.5em;
}
.box07 .b02-ttl span:before {
  background-image: url("../images/b07_line.png");
}
.b07-main-txt {
  line-height: 1.5em;
  margin: 0 0 20px;
}
.b07-main-btn {
  margin: 0;
}
.b07-main-btn a {
  background: #ff0000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 3px 15px 5px;
  transition: all 0.5s;
}
.b07-main-btn a:hover {
  background: #096fb9;
}
.box08 {
  background: #2e84c3;
}
.box08 .container {
  display: flex;
  justify-content: space-between;
}
.b08-left {
  width: 55%;
  padding: 50px 280px 50px 0;
  color: #fff;
  background: url("../images/b08_img.png") no-repeat right 20px bottom;
}
.b08-right {
  width: 45%;
  padding: 50px 0 50px 55px;
  position: relative;
  z-index: 2;
}
.b08-right:after {
  content: '';
  position: absolute;
  background: #eeeeee;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.b08-ttl {
  font-size: 48px;
  line-height: 1.3em;
  margin: 0 0 10px;
  font-family: 'UTMImpact';
  color: #2e84c3;
}
.b08-left .b08-ttl {
  color: #fff;
}
.b08-price-old {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 25px;
}
.b08-price-old > span {
  color: #fef500;
  font-size: 22px;
  text-transform: initial;
}
.b08-price-old > span span {
  font-size: 163%;
  text-decoration: line-through;
}
.b08-price-new {
  display: inline-block;
  position: relative;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 15px;
}
.b08-price-new:before {
  content: '';
  position: absolute;
  background: url("../images/b08_icon01.png") no-repeat;
  width: 61px;
  height: 90px;
  background-size: 100% auto;
  right: -50px;
  top: -30px;
}
.b08-price-new > span {
  display: block;
  color: #fef500;
  font-size: 29px;
  line-height: 1.5em;
}
.b08-price-new > span span {
  font-size: 165%;
}
.b08-txt01 {
  line-height: 1.5em;
  font-style: italic;
  margin: 0 0 10px;
}
.b08-txt02 {
  font-style: italic;
  margin: 0 0 15px;
  line-height: 1.5em;
}
.b08-txt02:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/b08_icon02.png") no-repeat;
  width: 23px;
  height: 25px;
  margin-right: 5px;
  top: 3px;
}
.b08-txt02 span {
  text-decoration: underline;
  color: #fef500;
  font-style: normal;
}
.box08 .idx-txt {
  text-align: left;
  font-family: 'UTMAvo';
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  font-style: italic;
}
.box08 .idx-btn {
  justify-content: flex-start;
}
.b08-form input {
  border: none;
  font-size: 15px;
  font-style: italic;
  padding: 13px 30px 15px;
  color: #a6a6a6;
}
.b08-form-row:nth-child(1) input {
  width: 100%;
}
.b08-form-row {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.b08-form-row:nth-child(2) input:nth-child(1), .b08-form-row:nth-child(3) input:nth-child(1) {
  width: 60%;
}
.b08-form-row:nth-child(2) input:nth-child(2) {
  width: calc(40% - 10px);
}
.b08-form textarea {
  border: none;
  font-size: 15px;
  font-style: italic;
  padding: 13px 30px 15px;
  color: #a6a6a6;
  width: 100%;
  height: 110px;
}
.b08-form button {
  background: #3364cc;
  border: none;
  color: #fff;
  text-align: center;
  margin: 25px auto 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s;
}
.b08-form button:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 43px;
  height: 50px;
  margin-left: 20px;
  background: url("../images/b08_icon03.png") no-repeat center center #1e4db1;
}
.b08-form button:hover {
  background: #f11e29;
}
.b08-form ::-webkit-input-placeholder {
  color: #a6a6a6;
}
.b08-form ::-moz-placeholder {
  color: #a6a6a6;
}
.b08-form :-ms-input-placeholder {
  color: #a6a6a6;
}
.b08-form :-moz-placeholder {
  color: #a6a6a6;
}
.box09 {
  padding: 50px 0 70px;
}
.box09 .b01-ttl {
  text-align: center;
  margin-bottom: 20px;font-size: 30px;
}
.b09-list.slick-initialized .slick-slide {
  margin: 0 15px;
  height: 125px;
  background: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.b09-list .slick-slide img {
  max-height: 100%;
  flex-shrink: 0;
}
#footer {
  background: #ff0000;
  color: #fff;
  padding: 15px 0;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-ttl {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.f-info {
  font-size: 14px;
  margin: 0;
}
.f-info span {
  text-decoration: underline;
}
.f-social-ttl {
  margin: 0 0 5px;
  font-size: 14px;
}
.f-social-icon {
  margin: 0;
  text-align: center;
  line-height: 0;
}
.f-social-icon a {
  display: inline-block;
  margin: 0 10px;
}
.copyright {
  margin: 0;
  font-size: 14px;
  text-align: right;
}
.copyright a {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #0e6db7;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #header {
    border-top-width: 3px;
    padding: 10px 0;
  }
  #gnavi {
    position: fixed;
    top: 74px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    height: calc(100% - 74px);
    padding: 40px 3%;
    width: 100%;
    display: none;
    overflow: auto;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    background: #0e6db7;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 1px;
  }
  .box01 {
    padding: 40px 0;
  }
  .box01:before, .box02:before, .box03:before {
    display: none;
  }
  .b01-main {
    width: 100%;
    padding: 0;
  }
  .b01-ttl {
    text-align: center;
    font-size: 18px;
  }
  .b01-ttl > span {
    font-size: 32px;
  }
  .b01-txt01 {
    font-size: 24px;
  }
  .b01-list li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .b01-list li {
    padding-left: 20px;
  }
  .idx-txt {
    font-size: 22px;
  }
  .idx-btn a {
    padding: 6px 5px 8px 40px;
  }
  .b01-img {
    display: block;
    text-align: center;
  }
  .b02-main {
    width: 100%;
    padding: 40px 0;
  }
  .b02-ttl {
    text-align: center;
    font-size: 18px;
  }
  .b02-ttl span {
    font-size: 32px;
  }
  .b02-ttl span:before {
    background-size: 200px auto;
  }
  .b02-list li {
    font-size: 14px;
    padding-left: 30px;
  }
  .b02-list li:before {
    background-size: 100% auto;
    width: 20px;
    height: 17px;
    top: 1px;
  }
  .b03-main {
    width: 100%;
    padding: 40px 0;
  }
  .box03 .b01-ttl > span {
    font-size: 28px;
  }
  .b03-txt span {
    font-size: 32px;
  }
  .b03-list li {
    font-size: 14px;
    padding-left: 25px;
  }
  .b03-list li:before {
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-list:before {
    left: 0;
  }
  .b04-list dl {
    width: 100%;
    flex-direction: revert;
  }
  .b04-list dl:nth-child(odd) dt {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .b04-list dt {
    margin: 0 35px 0 0;
    padding-left: 10px;
    width: 100px;
  }
  .b04-list dt:before {
    left: 100%;
    right: auto;
    width: 10px;
  }
  .b04-list dl:nth-child(2) {
    margin-top: 0;
  }
  .b04-list dl:nth-child(odd):not(:first-child) {
    margin-top: 0;
  }
  .b04-list dt span {
    font-size: 22px;
  }
  .b04-list dl {
    width: 100%;
    flex-direction: revert;
    padding: 0 0 0 12px;
  }
  .b04-list dl:nth-child(even) {
    padding-left: 12px;
  }
  .b04-list dl:nth-child(even) dt {
    padding-left: 10px;
    margin: 0 22px 0 0;
  }
  .b04-list dl:nth-child(odd) dt {
    background: #096fb9;
    color: #fff;
    margin: 0 22px 0 0;
  }
  .b04-list dl:nth-child(odd) dt span {
    background: #f11e29;
  }
  .b04-list dd {
    font-size: 14px;
    text-align: left;
  }
  .box05:before, .box06:before {
    display: none;
  }
  .b05-main {
    width: 100%;
    padding: 40px 0;
  }
  .b06-main {
    width: 100%;
    padding: 40px 0;
  }
  .b06-list li {
    font-size: 14px;
    padding-left: 75px;
  }
  .b06-list li::before {
    font-size: 14px;
  }
  .box07 {
    padding: 40px 0;
  }
  .b07-video iframe {
    height: 20vw;
  }
  .b07-list .slick-slide, .b07-main-list .slick-slide {
    margin: 0 5px;
  }
  .b07-list {
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
  .b07-main {
    display: block;
  }
  .b07-main-cnt {
    width: 100%;
    margin: 0 0 30px;
  }
  .b07-main-list {
    width: 100%;
  }
  .b07-main-btn {
    text-align: center;
  }
  .box08 .container {
    display: block;
  }
  .b08-left {
    width: 100%;
    padding: 40px 0;
    background: none;
    text-align: center;
  }
  .b08-ttl {
    font-size: 36px;
    text-align: center;
  }
  .b08-price-old > span {
    font-size: 18px;
  }
  .b08-price-new {
    text-align: left;
  }
  .b08-price-new > span {
    font-size: 22px;
  }
  .b08-price-new:before {
    width: 44px;
    right: -30px;
  }
  .box08 .idx-txt {
    font-size: 14px;
    text-align: center;
  }
  .box08 .idx-btn {
    justify-content: center;
  }
  .b08-right {
    width: 100%;
    padding: 40px 0;
  }
  .b08-right:after {
    left: -5vw;
  }
  .b08-form input, .b08-form textarea {
    font-size: 14px;
    padding: 15px 20px;
  }
  .box09 {
    padding: 40px 0;
  }
  .b09-list.slick-initialized .slick-slide {
    margin: 0 5px;
    height: 100px;
  }
  #footer .container {
    display: block;
  }
  .f-mod:not(:last-child) {
    margin: 0 0 10px;
    text-align: center;
  }
  .copyright {
    text-align: center;
    line-height: 1.5em;
  }
  .b08-price-old {
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .b08-form-row {
    display: block;
  }
  .b08-form-row:nth-child(2) input:nth-child(1), .b08-form-row:nth-child(3) input:nth-child(1) {
    width: 100%;
  }
  .b08-form-row input:not(:last-child) {
    margin-bottom: 10px;
  }
  .b08-form-row:nth-child(2) input:nth-child(2) {
    width: 100%;
  }
  .idx-btn li {
    margin-right: 4%;
    width: 48%;
  }
  .idx-btn li:last-child a {
    font-size: 13px;
  }
  .b07-video iframe {
    height: 55vw;
  }
  .b01-ttl {
    font-size: 16px;
  }
  .b01-ttl > span, .b08-ttl {
    font-size: 28px;
  }
}