* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.is-overflow {
  overflow: hidden;
}

.content {
  width: 144rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.content_01 {
  width: 117.3rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 120%;
}

.content_01 #box_side02 {
  margin-right: -20px;
}

.content_01 #box_side02 li{
  width: calc(50% - 20px);
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 20px 30px 0;
}

@media only screen and (max-width: 767px) {
  .content_01 #box_side02 {
    margin-right: 0;
  }

  .content_01 #box_side02 li {
    width: 100%;
    margin-right: 0;
  }
}

.content_01 > h2{
	color: #0044a0;
	font-size: 157%;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: solid 1px #cccccc;
	padding: 10px 15px 8px;
	margin-bottom: 20px;
	margin-top: 30px;
	}

.none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
  .pcNone {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
  .spNone {
    display: none !important;
  }
}
@media print{
  .print_no {
    display: none;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 144);
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

footer {
  border-top: 1px solid #004EA2;
  font-family: 'Noto Sans JP', sans-serif;
}

#inquiry {
  text-align: center;
  background: #E5E5E5;
  padding-top: 2.9rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  #inquiry {
    padding: 1.7rem 1.7rem 1.5rem;
  }
}

#inquiry img {
  width: 110.6rem;
  max-width: 100%;
}

.copyright {
  text-align: center;
  background: #004EA2;
  font-size: 1.6rem;
  line-height: 4.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 0.8rem;
    line-height: 2.299rem;
    letter-spacing: 0.035rem;
    padding: 0.5rem 0 0.3rem;
  }
}

header {
  background: #002A60;
  padding-bottom: 10.3rem;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  header {
    padding-bottom: 2rem;
  }
}

header .machinami_header {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  pointer-events: none;
}

header .img_machinami_header {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 69.4rem;
}

@media only screen and (max-width: 767px) {
  header .img_machinami_header {
    width: 22.4rem;
    right: -9.5rem;
  }
}

header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
}

@media only screen and (max-width: 767px) {
  header .header_top {
    padding: 0 3rem 0 2rem;
  }
}

header #logo {
  padding-top: 2.2rem;
  padding-left: 0.6rem;
}

@media only screen and (max-width: 767px) {
  header #logo {
    padding-top: 1rem;
    padding-left: 0;
  }
}

header #logo img {
  width: 27.5rem;
}

@media only screen and (max-width: 767px) {
  header #logo img {
    width: 12rem;
    display: block;
  }
}

header #head_right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3.9rem;
}

@media only screen and (max-width: 767px) {
  header #head_right {
    padding-top: 1.2rem;
  }
}

header #head_right .btn_login {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-left: 4.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  header #head_right .btn_login {
    font-size: 1.1rem;
    line-height: 3.1rem;
    letter-spacing: 0.09em;
    margin-right: 7.6rem;
    margin-left: 0;
  }
}

header #head_right .txt {
  font-size: 2.7rem;
}

.gnavi {
  margin-top: 4.2rem;
  padding: 0 4rem;
}

@media only screen and (max-width: 767px) {
  .gnavi {
    position: absolute;
    top: 6.3rem;
    right: 0;
    width: 51.2%;
    z-index: 1;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .gnavi.is-active {
    max-height: 50rem;
  }
}

.gnavi .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .gnavi .navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #002A60;
  }
}

.gnavi .navi li {
  padding: 0 0.75rem;
}

@media only screen and (max-width: 767px) {
  .gnavi .navi li {
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #002A60;
  }
  .gnavi .navi li:last-child {
    border-bottom: none;
  }
  .gnavi .navi li:nth-child(3) a {
    color: #fff;
    background: #ef4691;
  }
}

.gnavi .navi img {
  width: 25.8rem;
}

@media only screen and (max-width: 767px) {
  .gnavi .navi img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .gnavi .navi a {
    height: 5.8rem;
    text-decoration: none;
    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;
    color: #002A60;
  }
  .gnavi .navi a .txt {
    font-weight: bold;
    font-size: 1.9rem;
  }
  .txt {
    font-weight: bold;
    font-size: 1.7rem;
  }
  .gnavi .navi a figure {
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 0.2rem;
  }
  .gnavi .navi a figure img {
    width: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn_hamburger {
    position: absolute;
    top: 1.5rem;
    right: 3.0rem;
    width: 3.2rem;
    height: 2rem;
  }
  .btn_hamburger:hover {
    opacity: 1;
  }
  .btn_hamburger:after {
    content: "";
    position: absolute;
    top: -1rem;
    right: -2.2rem;
    background: url("../images/icon_new.png") no-repeat;
    background-size: cover;
    width: 1.9rem;
    height: 2rem;
  }
  .btn_hamburger span {
    width: 100%;
    height: 0.5rem;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn_hamburger span:nth-child(1) {
    margin-top: -0.9rem;
  }
  .btn_hamburger span:nth-child(3) {
    margin-top: 0.9rem;
  }
  .btn_hamburger.is-active span:nth-child(1) {
    margin-top: 0;
    margin-left: -0.1rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .btn_hamburger.is-active span:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .btn_hamburger.is-active span:nth-child(3) {
    margin-top: 0;
    margin-left: 0.2rem;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}

.ttl_subloan {
  margin-top: 5.2rem;
  margin-bottom: 2.7rem;
  padding: 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl_subloan {
    text-align: left;
    margin-top: 1.2rem;
    margin-bottom: 1.6rem;
    margin-left: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_subloan.ttl_subloan-mycarloan img {
    width: 100%;
    padding-right: 0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_subloan.ttl_subloan-mycarloan img {
    width: 135rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_subloan.ttl_subloan-kyouikuloan img {
    width: 100%;
    padding-right: 3.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_subloan.ttl_subloan-kyouikuloan img {
    width: 122.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_subloan.ttl_subloan-freeloan img {
    width: 100%;
    padding-right: 0.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_subloan.ttl_subloan-freeloan img {
    width: 132.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_subloan.ttl_subloan-wideloan img {
    width: 100%;
    padding-right: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_subloan.ttl_subloan-wideloan img {
    width: 125.1rem;
  }
}

.ttl_subloan img {
  max-width: 100%;
}

.subloan_content {
  width: 121.4rem;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem 9.2rem;
}

@media only screen and (max-width: 767px) {
  .subloan_content {
    display: block;
    padding: 0 0 1.3rem;
  }
}

.subloan_content .img {
  padding: 0 2.1rem;
}

@media only screen and (max-width: 767px) {
  .subloan_content .img {
    padding: 0;
  }
  .subloan_content .img:nth-child(n + 2) {
    margin-top: 1.3rem;
  }
}

.subloan_content .img_application {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.subloan_content .img_application img {
  width: 30.5rem;
}

@media only screen and (max-width: 767px) {
  .subloan_content .img_application img {
    width: 100%;
  }
}

.subloan_content img {
  max-width: 100%;
}

.ttl_section {
  text-align: center;
  position: relative;
  padding: 0 28.5rem;
  display: inline-block;
  margin-bottom: 3rem;
}

.ttl_section span {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #002A60;
}

.ttl_section:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  background: url("../images/ttl_line_left.png") no-repeat;
  background-size: cover;
  width: 26.3rem;
  height: 4.4rem;
}

.ttl_section:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  background: url("../images/ttl_line_right.png") no-repeat;
  background-size: cover;
  width: 26.3rem;
  height: 4.4rem;
}

.ttl_section.ttl_section-white span {
  color: #fff;
}

.ttl_section.ttl_section-white:before {
  background-image: url("../images/ttl_line_left_w.png");
}

.ttl_section.ttl_section-white:after {
  background-image: url("../images/ttl_line_right_w.png");
}

.section01 {
  padding-top: 3.2rem;
  padding-bottom: 4.3rem;
}

@media only screen and (max-width: 767px) {
  .section01 {
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 0;
  }
}

.bx-wrapper .bx-pager {
  bottom: -4.2rem;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
    bottom: -2.2rem;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #C2C2C2;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  margin: 0 0.8rem;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.3rem;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #002A60;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #002A60;
}

.slider {
  height: 313px;
  overflow: hidden;
  opacity: 0;
}

.slider .slick-slider {
  margin: 0 auto;
}

.slider .slick-slide{
  float: left;
  padding: 0 0.25rem;
}

@media only screen and (max-width: 767px) {
  .slider .slick-slide {
    padding: 0;
  }
}

.slider .slick-list {
  overflow: hidden;
}

.slider .slick-slide img{
  width: 455px;
  max-width: 100%;
}

.slider .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .slider .slick-dots {
    margin-bottom: -1.6rem;
    padding-top: 0;
  }
}

.slider .slick-dots button {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  margin: 0 0.8rem;
  background: #C2C2C2;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .slider .slick-dots button {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.3rem;
  }
}

.slider .slick-dots .slick-active button, .slider .slick-dots button:hover {
  background: #002A60;
}

@media only screen and (max-width: 767px) {
  .slider .slick-slide {
    width: 53.335vw !important;
    /* left: 24%; */
  }
}
@media only screen and (max-width: 767px) {
  .bxslider {
    left: 24%;
  }
}

.section02 {
  background: #009CE5;
  padding-top: 4.2rem;
  position: relative;
  padding-bottom: 7.4rem;
}

@media only screen and (max-width: 767px) {
  .section02 {
    padding-top: 2.5rem;
    padding-bottom: 3.3rem;
  }
}

.section02 .ttl_section {
  margin-bottom: 5.1rem;
  padding: 0 27.6rem;
}

.section02 .content {
  overflow: hidden;
}

.img_section02 {
  position: absolute;
  bottom: 100%;
  width: 79.4rem;
  max-width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .img_section02 {
    width: 25.7rem;
    left: -9.4rem;
    top: 0.8rem;
  }
}

.txt_section {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 3.8rem;
  margin-bottom: 4.2rem;
}

@media only screen and (max-width: 767px) {
  .txt_section {
    font-size: 1.1rem;
    line-height: 2.175rem;
    letter-spacing: 0.1em;
    margin-left: 0.6rem;
    padding: 0 2rem;
    margin-bottom: 1.9rem;
  }
}

.txt_section:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: url("../images/line_left.png") no-repeat;
  background-size: cover;
  width: 2.1rem;
  height: 3.3rem;
}

@media only screen and (max-width: 767px) {
  .txt_section:before {
    width: 1rem;
    height: 1.5rem;
    top: 0.4rem;
  }
}

.txt_section:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0;
  background: url("../images/line_right.png") no-repeat;
  background-size: cover;
  width: 2.1rem;
  height: 3.3rem;
}

@media only screen and (max-width: 767px) {
  .txt_section:after {
    width: 1rem;
    height: 1.5rem;
    top: 0.4rem;
  }
}

.list_loan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
  padding: 0 3.8rem;
}

@media only screen and (max-width: 767px) {
  .list_loan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.2rem;
    padding: 0 1.8rem;
  }
}

.list_loan li {
  width: 25%;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 767px) {
  .list_loan li {
    width: 50%;
  }
  .list_loan li:nth-child(n + 3) {
    margin-top: 0.6rem;
  }
}

.list_loan li img {
  width: 100%;
}

.img_botton {
  width: 567px;
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .img_botton {
    width: 28rem;
    margin-top: 1.6rem;
  }
}

.section03 {
  padding-top: 9.8rem;
  padding-bottom: 9.6rem;
  background: #A7D6EF;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section03 {
    padding-top: 4.9rem;
    padding-bottom: 4.7rem;
  }
}

.present_container {
  width: 131.4rem;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  border: 2.7rem solid #002A60;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .present_container {
    width: calc(100% - 3.3rem);
    border-width: 0.6rem;
  }
}

.present_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #A7D6EF;
  width: 0.7rem;
  height: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container:before {
    z-index: 1;
    height: 1rem;
    width: 0.1rem;
  }
}

.present_container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #A7D6EF;
  width: 0.7rem;
  height: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container:after {
    z-index: 1;
    height: 1rem;
    width: 0.1rem;
  }
}

.present_container > span:nth-child(1) {
  width: 0;
  height: 0;
  border-bottom: 2.7rem solid transparent;
  border-left: 2.7rem solid #A7D6EF;
  position: absolute;
  top: 0;
  left: -2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container > span:nth-child(1) {
    top: -0.1rem;
    left: -0.7rem;
    border-width: 0.9rem;
  }
}

.present_container > span:nth-child(2) {
  width: 0;
  height: 0;
  border-bottom: 2.7rem solid transparent;
  border-right: 2.7rem solid #A7D6EF;
  position: absolute;
  top: 0;
  right: -2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container > span:nth-child(2) {
    top: -0.1rem;
    right: -0.7rem;
    border-width: 0.9rem;
  }
}

.present_container > span:nth-child(3) {
  width: 0;
  height: 0;
  border-top: 2.7rem solid transparent;
  border-left: 2.7rem solid #A7D6EF;
  position: absolute;
  top: 100%;
  left: -2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container > span:nth-child(3) {
    left: -0.7rem;
    border-width: 0.9rem;
  }
}

.present_container > span:nth-child(4) {
  width: 0;
  height: 0;
  border-top: 2.7rem solid transparent;
  border-right: 2.7rem solid #A7D6EF;
  position: absolute;
  top: 100%;
  right: -2.7rem;
}

@media only screen and (max-width: 767px) {
  .present_container > span:nth-child(4) {
    right: -0.7rem;
    border-width: 0.9rem;
  }
}

.present_content {
  position: relative;
  padding: 0 4.5rem 4.3rem;
}

@media only screen and (max-width: 767px) {
  .present_content {
    padding: 0 1.2rem 1.2rem;
  }
}

.present_content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.7rem;
  background: #A7D6EF;
  width: 2.7rem;
  height: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .present_content:before {
    width: 0.6rem;
    height: 0.1rem;
    left: -0.6rem;
  }
}

.present_content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2.7rem;
  background: #A7D6EF;
  width: 2.7rem;
  height: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .present_content:after {
    width: 0.6rem;
    height: 0.1rem;
    right: -0.6rem;
  }
}

.present_img {
  margin-top: 3.4rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .present_img {
    margin-top: -1.4rem;
  }
}

.present_img img {
  width: 100%;
}

.ttl_present {
  font-size: 4.9rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url("../images/bg_present_top.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 9.1rem;
  display: inline-block;
  padding: 0.9rem 0.7rem 0;
  margin-top: -4.1rem;
}

@media only screen and (max-width: 767px) {
  .ttl_present {
    font-size: 1.25rem;
    height: 3.6rem;
    margin-bottom: 0;
    position: relative;
    top: -1.6rem;
    margin-top: 0;
  }
}

.img_section03 {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 79.4rem;
  max-width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .img_section03 {
    width: 25.7rem;
    right: -9.4rem;
    top: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .machinami_section {
    overflow: hidden;
    top: -3rem;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    position: absolute;
  }
}

.section04 {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 18rem;
}

@media only screen and (max-width: 767px) {
  .section04 {
    padding-top: 2.9rem;
    padding-bottom: 6.5rem;
  }
}

.section04 .ttl_section {
  padding: 0 28rem;
}

.img_section04 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 79.4rem;
  max-width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .img_section04 {
    width: 25.7rem;
    left: -9.4rem;
    top: 0.8rem;
  }
}

.list_new {
  width: 116.5rem;
  margin: 3.3rem auto 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .list_new {
    width: 100%;
    padding: 0 1.1rem;
    margin: 0;
  }
}

.list_new li {
  padding: 4.3rem 0 4.9rem;
  border-top: 1px solid #002A60;
}

@media only screen and (max-width: 767px) {
  .list_new li {
    padding: 1.1rem 0 1.3rem;
  }
}

.list_new li:last-child {
  border-bottom: 1px solid #002A60;
}

.list_new_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none !important;
  color: #002A60 !important;
}

.list_new_content .new {
  width: 12rem;
  text-align: center;
  color: #D20012;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.4rem;
  line-height: 1.67;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .list_new_content .new {
    width: 3.6rem;
    font-size: 0.7rem;
    line-height: 1.4rem;
    letter-spacing: 0.018em;
  }
}

.list_new_content .info {
  width: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .list_new_content .info {
    width: calc(100% - 3.6rem);
  }
}

.list_new_content .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18rem;
  font-size: 2.4rem;
  line-height: 1.67;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .list_new_content .date {
    font-size: 1.25rem;
    line-height: 1.4rem;
    letter-spacing: 0.018em;
    width: 8.5rem;
  }
}

.list_new_content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 1.67;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .list_new_content .txt {
    font-size: 1.25rem;
    line-height: 1.4rem;
    letter-spacing: 0.018em;
  }
}

.section05 {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4.9rem;
  background: url("../images/bg_special.png") repeat;
  background-size: 144rem 104.3rem;
}

@media only screen and (max-width: 767px) {
  .section05 {
    padding-top: 2.9rem;
    padding-bottom: 4.2rem;
    background-image: url("../images/bg_special_sp.png");
    background-size: cover;
  }
}

.section05 .ttl_section {
  padding: 0 27.5rem;
  margin-bottom: 4.7rem;
}

.img_section05 {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 79.4rem;
  max-width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .img_section05 {
    width: 25.7rem;
    right: -9.4rem;
    top: 0.8rem;
  }
}

.img_ttl_special {
  position: absolute;
  width: 27.6rem;
  left: 6.5rem;
  bottom: 100%;
  margin-bottom: -2.1rem;
}

@media only screen and (max-width: 767px) {
  .img_ttl_special {
    width: 12.6rem;
    left: -3.9rem;
    bottom: 1.8rem;
    margin-bottom: 0;
  }
}

.list_special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
  width: 138.8rem;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}



.list_special > li {
  padding: 0 0.9rem;
  width: 50%;
}

.list_special > li.col3 {
  padding: 0 0.9rem;
  width: 73%;
}
@media only screen and (max-width: 767px) {
.list_special .list {
  flex-wrap: wrap;
}
.list_special > li.col3 {
  padding: 0 1.8rem;
  width: 100%;
}
}

@media only screen and (max-width: 767px) {
  .list_special > li {
    padding: 0 1.8rem;
    width: 100%;
  }
  .list_special > li:nth-child(n + 2) {
    margin-top: 1.6rem;
  }
}

.list_special > li:nth-child(n + 3) {
  margin-top: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .list_special > li:nth-child(n + 3) {
    margin-top: 1.6rem;
  }
}

.list_special .bl_special {
  border: 1px solid #002A60;
  padding: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .list_special .bl_special {
    padding: 0.1rem;
  }
}

.list_special .bl_special .ttl {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  background: #002A60;
  text-align: center;
  padding: 1.4rem 0.5rem;
}

@media only screen and (max-width: 767px) {
  .list_special .bl_special .ttl {
    font-size: 1.25rem;
    line-height: 1.609rem;
    letter-spacing: 0.03em;
    padding: 0.6rem 0.5rem 0.8rem;
  }
}

.list_special .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      /*flex-wrap: wrap;*/
  margin: 0 -0.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem 1.6rem 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list_special .list {
    padding: 1.2rem 0.8rem 0.8rem;
    margin: 0 -0.5rem;
  }
}

.list_special .list li {
  width: 50%;
  padding: 0 0.9rem;
}

@media only screen and (max-width: 767px) {
  .list_special .list li {
    padding: 0.5rem;
  }
}

.list_special .list img {
  width: 100%;
}

.section06 {
  padding-top: 4.7rem;
  padding-bottom: 6.3rem;
}

@media only screen and (max-width: 767px) {
  .section06 {
    padding-top: 2.7rem;
    padding-bottom: 3.1rem;
  }
}

.section06 .ttl_section {
  padding: 0 27.3rem;
  margin-bottom: 5.7rem;
}

.img_shichishika {
  position: absolute;
  width: 12.6rem;
  right: 6.5rem;
  top: -11.5rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .img_shichishika {
    width: 5.2rem;
    right: -1.9rem;
    top: -4.3rem;
  }
}

.list_service {
  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;
}

@media only screen and (max-width: 767px) {
  .list_service {
    margin: 0;
    padding: 0 1rem;
  }
}

.list_service > li {
  width: 34.8rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 767px) {
  .list_service > li {
    width: 50%;
    padding: 0 0.5rem;
  }
  .list_service > li:nth-child(n + 3) {
    margin-top: 1rem;
  }
}

.list_service_content {
  border: 1px solid #002A60;
  background: #DDF2FF;
  border-radius: 0.5625rem;
}

@media only screen and (max-width: 767px) {
  .list_service_content {
    border-radius: 0.2853rem;
  }
}

.list_service_content .ttl {
  font-size: 2.1rem;
  line-height: 3.1rem;
  letter-spacing: 0.053em;
  color: #002A60;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0 1.4rem;
}

@media only screen and (max-width: 767px) {
  .list_service_content .ttl {
    font-size: 1.05rem;
    line-height: 1.598rem;
    letter-spacing: 0.05em;
    padding: 1rem 0 0.6rem;
  }
}

.list_service_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.9rem 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list_service_content ul {
    padding: 0 1rem 0.9rem;
  }
}

.list_service_content ul li {
  width: 50%;
  padding: 0 0.3rem;
}

@media only screen and (max-width: 767px) {
  .list_service_content ul li {
    padding: 0 0.1rem;
  }
}

.list_service_content ul.full {
  padding: 0 2.2rem 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list_service_content ul.full {
    padding: 0 1.1rem 0.9rem;
  }
}

.list_service_content ul.full li {
  width: 100%;
  padding: 0;
}

.list_service_content ul img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ttl_section01_top {
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-weight: bold;
    color: #002A60;
  }
  .ttl_section {
    padding: 0 4.5rem;
    margin-bottom: 1.3rem;
  }
  .ttl_section span {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .ttl_section:before {
    background-image: url("../images/ttl_line_left_sp.png");
    width: 4.2rem;
    height: 1.5rem;
  }
  .ttl_section:after {
    background-image: url("../images/ttl_line_right_sp.png");
    width: 4.2rem;
    height: 1.5rem;
  }
  .ttl_section.ttl_section-white:before {
    background-image: url("../images/ttl_line_left_w_sp.png");
  }
  .ttl_section.ttl_section-white:after {
    background-image: url("../images/ttl_line_right_w_sp.png");
  }
  .section02 .ttl_section {
    padding: 0 5rem;
    margin-bottom: 1.5rem;
  }
  .section04 .ttl_section {
    padding: 0 5rem;
  }
  .section05 .ttl_section {
    padding: 0 4.5rem;
    margin-bottom: 2rem;
  }
  .section06 .ttl_section {
    padding: 0 4.5rem;
    margin-bottom: 2.1rem;
  }
}
.no-hover:hover {
  -webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.section07 {
    background: #005cca;
  }
  .section07 .img_section02 {
      right: 0;
  }
  @media only screen and (min-width: 768px) {
    .section07 {
      padding-bottom: 10.8rem;
    }
    .section07 .txt_section {
      margin-bottom: 3rem;
    }
  }
  @media only screen and (max-width: 767px) {
    .section07 .img_section02 {
      width: 25.7rem;
      left: unset;
      right: -9.4rem;
      top: 0.8rem;
    }
  }
