@media print{
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
	
/* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1280px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8 !important; /* なるべく多くのブラウザで切れないようにするため */
  }	


body {
  font-weight: 500;
  color: #111; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.3rem !important;
      text-align: left; } }

.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  max-width: 1200px;
  padding: 65px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .contents {
      margin: 0 30px; } }
  @media screen and (max-width: 600px) {
    .contents {
      margin: 0 0px; } }

h2 {
  color: #052572;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 0 0 30px; }
  @media screen and (max-width: 1100px) {
    h2 {
      font-size: 2.8rem; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 3rem;
      line-height: 1.5; } }
  @media screen and (max-width: 600px) {
    h2 {
      line-height: 1.5;
      font-size: 2.0rem;
      padding: 0 0 20px; } }

p {
  margin: 0 0 20px; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 1.3rem !important; } }

.mnone {
  margin: 0; }

.indentfront {
  text-indent: -1em;
  padding-left: 1em; }

.indentfront02 {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin: 0 0 5px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #052572;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/*

 header
-----------------------------------*/
header {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .logo img {
    width: 220px;
    height: auto; }
    @media screen and (max-width: 600px) {
      header .logo img {
        width: 160px;
        height: auto; } }
  header .tel img {
    width: 550px;
    height: auto; }
    @media screen and (max-width: 768px) {
      header .tel img {
        width: 230px;
        height: auto; } }
    @media screen and (max-width: 600px) {
      header .tel img {
        width: 160px;
        height: auto; } }

/*

 check
-----------------------------------*/
.checkBox {
  background: #052572;
  margin: 0 0 0;
  padding: 30px 0;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .checkBox {
      width: 100%;
      box-sizing: border-box;
      bottom: 0;
      padding: 15px 20px 5px;
      text-align: center;
      /*position: fixed;
      z-index: 99999;*/ } }
  @media screen and (max-width: 600px) {
    .checkBox {
      width: 100%;
      box-sizing: border-box;
      bottom: 0;
      padding: 15px 10px 5px;
      text-align: center;
      position: fixed;
      z-index: 99999; } }

.check-inner {
  max-width: 965px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  position: relative; }
  @media screen and (max-width: 600px) {
    .check-inner {
      padding: 0; } }

.check-txt {
  padding: 0 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem; }
  @media screen and (max-width: 1100px) {
    .check-txt {
      padding: 0;
      font-size: 2rem; } }
  @media screen and (max-width: 600px) {
    .check-txt {
      padding: 0;
      font-size: 1.3rem; } }

.check-inner a {
  padding: 0 8px; }

.check-inner .flex-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0; }
  @media screen and (max-width: 1100px) {
    .check-inner .flex-box {
      margin: 15px 0 0px; } }
  @media screen and (max-width: 600px) {
    .check-inner .flex-box {
      margin: 12px auto 0;
      max-width: 600px; } }

.check-inner .flex-box02 {
  display: flex;
  justify-content: center !important;
  margin: 30px 0; }

.check-inner .flex-box .btn-toriatukai {
  width: 49%; }

.check-inner .flex-box .btn-toriatukai a {
  display: block;
  background: #ffd200 url("../images/icon_arrow_blue.svg") center right 20px no-repeat;
  background-size: 8px auto;
  padding: 17px 25px 16px 60px;
  color: #062276;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.6rem;
  line-height: 1.3;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }
  @media screen and (max-width: 1100px) {
    .check-inner .flex-box .btn-toriatukai a {
      font-size: 2.0rem; } }
  @media screen and (max-width: 600px) {
    .check-inner .flex-box .btn-toriatukai a {
      display: block;
      background: #ffd200 url("../images/icon_arrow_blue.svg") center right 8px no-repeat;
      background-size: 5px auto;
      padding: 10px 20px 10px 40px;
      color: #062276;
      font-weight: 700;
      text-decoration: none;
      font-size: 1.2rem;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      margin: 0 0 10px;
      line-height: 1.2;
      width: 100% !important;
      box-sizing: border-box;
      position: relative; } }

.check-inner .flex-box .btn-loan {
  width: 49%; }

.check-inner .flex-box .btn-loan a {
  display: block;
  background: #ffd200 url("../images/icon_arrow_blue.svg") center right 20px no-repeat;
  background-size: 8px auto;
  padding: 27px 25px 27px 60px;
  color: #062276;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.6rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  position: relative; }
  @media screen and (max-width: 1100px) {
    .check-inner .flex-box .btn-loan a {
      font-size: 2.0rem;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    .check-inner .flex-box .btn-loan a {
      padding: 17px 25px 16px 60px;
      font-size: 2.0rem;
      line-height: 1.3; } }
  @media screen and (max-width: 600px) {
    .check-inner .flex-box .btn-loan a {
      display: block;
      background: #ffd200 url("../images/icon_arrow_blue.svg") center right 8px no-repeat;
      background-size: 5px auto;
      padding: 10px 20px 10px 50px;
      color: #062276;
      font-weight: 700;
      text-decoration: none;
      font-size: 1.1rem;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      line-height: 1.2;
      width: 100% !important;
      box-sizing: border-box;
      position: relative; } }

.btn-toriatukai__icon01 {
  position: absolute;
  bottom: -5px;
  left: 15px; }
  @media screen and (max-width: 1100px) {
    .btn-toriatukai__icon01 {
      bottom: -3px; } }
  @media screen and (max-width: 600px) {
    .btn-toriatukai__icon01 {
      bottom: -2px;
      left: 3px; } }
  @media screen and (max-width: 1100px) {
    .btn-toriatukai__icon01 img {
      width: 60px;
      height: auto; } }
  @media screen and (max-width: 600px) {
    .btn-toriatukai__icon01 img {
      width: 35px;
      height: auto; } }

.btn-toriatukai__icon02 {
  position: absolute;
  bottom: 0px;
  left: 10px; }
  @media screen and (max-width: 1100px) {
    .btn-toriatukai__icon02 {
      bottom: 0px; } }
  @media screen and (max-width: 600px) {
    .btn-toriatukai__icon02 {
      position: absolute;
      bottom: 0px;
      left: 3px; } }
  @media screen and (max-width: 1100px) {
    .btn-toriatukai__icon02 img {
      width: 70px;
      height: auto; } }
  @media screen and (max-width: 600px) {
    .btn-toriatukai__icon02 img {
      width: 40px;
      height: auto; } }

.btn__box--flex {
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto 30px; }

.btn__blue a {
  max-width: 500px;
  padding: 20px;
  margin: 0 auto 20px;
  background: #062276 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
  background-size: 8px auto;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.0rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  display: block; }
  @media screen and (max-width: 600px) {
    .btn__blue a {
      width: 80%;
      margin: 0 auto 15px;
      background: #062276 url("../images/icon_arrow_white.svg") center right 18px no-repeat;
      background-size: 6px auto;
      padding: 15px 20px;
      font-size: 1.3rem; } }

/*

 footer
-----------------------------------*/
footer {
  padding: 50px 0 30px;
  margin: 0 0 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  background: #00154e; }
  @media screen and (max-width: 600px) {
    footer {
      padding: 30px 0 130px; } }
  footer p {
    font-size: 1.4rem; }
  footer a {
    text-decoration: none; }
  footer a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s; }
  footer .copy {
    clear: both;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    margin: 30px 0 0;
    font-weight: 100 !important;
    letter-spacing: 0.05rem; }
    @media screen and (max-width: 600px) {
      footer .copy {
        font-size: 1.0rem; } }
  footer .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 15px; }
    @media screen and (max-width: 600px) {
      footer .footNav {
        padding: 0 20px; } }
  footer .footNav ul {
    max-width: 1100px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1100px) {
      footer .footNav ul {
        max-width: 600px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    @media screen and (max-width: 768px) {
      footer .footNav ul {
        max-width: 500px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start; } }
  footer .footNav ul li {
    font-size: 1.4rem;
    border-right: 1px solid #fff;
    line-height: 1.2; }
    @media screen and (max-width: 1100px) {
      footer .footNav ul li {
        width: 33%;
        border-right: none;
        font-size: 1.3rem;
        text-align: left;
        margin: 0 0 15px; } }
    @media screen and (max-width: 768px) {
      footer .footNav ul li {
        width: 33%;
        border-right: none;
        font-size: 1.1rem;
        text-align: left;
        margin: 0 0 15px; } }
    @media screen and (max-width: 600px) {
      footer .footNav ul li {
        width: 50%;
        border-right: none;
        font-size: 1.1rem;
        text-align: left;
        margin: 0 0 15px; } }
  footer .footNav ul li:last-child {
    border-right: none; }
  footer .footNav a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none; }

.topBtn {
  position: fixed;
  bottom: 40px;
  right: 15px;
  display: block;
  width: 50px;
  height: 30px;
  z-index: 9999; }
  @media screen and (max-width: 600px) {
    .topBtn {
      bottom: 20px;
      width: 30px;
      height: 30px; } }

.topBtn img {
  width: 100%;
  height: auto; }

.txt__large02 {
  text-align: left;
  font-size: 2.2rem;
  margin: 0 0 30px;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .txt__large02 {
      font-size: 1.4rem; } }

.marker {
  background: linear-gradient(transparent 70%, #FFED94 70%);
  font-weight: bold;
  font-size: 1.8rem; }
  @media screen and (max-width: 600px) {
    .marker {
      font-size: 1.3rem; } }

.attention {
  margin: 10px 0 0; }
  .attention li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.3rem !important;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .attention li {
        font-size: 1.0rem !important; } }
    .attention li a {
      text-decoration: underline; }

.attention02 {
  margin: 10px 0 0; }
  @media screen and (max-width: 600px) {
    .attention02 {
      margin: 0; } }
  .attention02 li {
    text-indent: -3.5em;
    padding-left: 3.5em;
    font-size: 1.2rem !important;
    color: #666; }
    @media screen and (max-width: 600px) {
      .attention02 li {
        font-size: 1.0rem !important; } }
    .attention02 li a {
      text-decoration: underline; }
    .attention02 li table {
      margin: 10px 0; }
    .attention02 li td {
      width: 50%;
      box-sizing: border-box;
      border: 1px solid #707070;
      padding: 8px;
      text-align: center; }

.attention03 {
  margin: 10px 0 0; }
  .attention03 li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.3rem !important;
    color: #666; }
    @media screen and (max-width: 600px) {
      .attention03 li {
        font-size: 1.0rem !important; } }
    .attention03 li a {
      text-decoration: underline; }

/*

 btn
-----------------------------------*/
.btn__more a {
  background: #007E33 url("../img/icon_arrow_white.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 2.6rem;
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn__more a {
      font-size: 2.4rem; } }
  @media screen and (max-width: 600px) {
    .btn__more a {
      border-radius: 10px;
      background: #007E33 url("../img/icon_arrow_white.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem; } }

.btn__more--large a {
  background: #fff url("../img/icon_arrow_green.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #007E33;
  border-radius: 15px;
  padding: 15px 50px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
  max-width: 700px;
  border: 3px solid #007E33;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more--large a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__more--large a {
      border-radius: 10px;
      background: #fff url("../img/icon_arrow_green.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.2rem;
      margin: 10px auto 0;
      line-height: 1.4;
      padding: 15px 15px; } }

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    .innerbox {
      padding: 30px 50px 20px; } }
  @media screen and (max-width: 768px) {
    .innerbox {
      padding: 30px 50px 40px; } }
  @media screen and (max-width: 600px) {
    .innerbox {
      padding: 20px 20px 30px; } }
  .innerbox .inner__box:last-child {
    margin: 0 0 0; }
  .innerbox .inner__box {
    margin: 0 0 100px; }
    @media screen and (max-width: 600px) {
      .innerbox .inner__box {
        margin: 0 0 30px; } }

.btn__gosoudan {
  width: 100%;
  position: absolute;
  bottom: 0px; }

@media screen and (max-width: 768px) {
  .btn__gosoudan {
    padding: 70px;
    box-sizing: border-box; } }
@media screen and (max-width: 600px) {
  .btn__gosoudan {
    padding: 20px;
    box-sizing: border-box; } }

.btn__gosoudan a {
  width: 100%; }
  .btn__gosoudan a img {
    width: 100%;
    height: auto; }

/*

 home
-----------------------------------*/
#home {
  background: #fff;
  /*フェードイン表示の指定*/
  /*以下遅延の指定*/ }
  #home #mainArea {
    position: relative; }
    @media screen and (max-width: 768px) {
      #home #mainArea {
        height: auto; } }
  #home .fadein {
    opacity: 0;
    animation: fadein 1.5s ease forwards; }
@keyframes fadein {
  100% {
    opacity: 1; } }
  #home .top__logo {
    animation-delay: 0.1s; }
  #home .top__txt {
    animation-delay: 1s; }
  #home .top__140 {
    animation-delay: 1s; }
  #home .top__btn {
    animation-delay: 1s; }
  #home #mainArea .anime__02 {
    background: #fff;
    overflow: hidden;
    background: url("../images/top_main_img02_bg.jpg") top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    position: relative; }
    @media screen and (max-width: 768px) {
      #home #mainArea .anime__02 {
        height: auto;
        position: relative; }
        #home #mainArea .anime__02 img {
          width: 100%;
          height: auto; } }
  #home #mainArea .anime__02 .innerBox {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    height: 45.455vw;
    max-height: 500px; }
    @media screen and (max-width: 768px) {
      #home #mainArea .anime__02 .innerBox {
        height: auto; } }
  #home #mainArea .anime__02 .innerBox .top__logo {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 50px; }
  #home #mainArea .anime__02 .innerBox .top__logo img {
    width: 280px;
    height: auto; }
  #home #mainArea .anime__02 .innerBox .top__txt {
    position: absolute;
    top: 100px;
    right: 100px; }
    @media screen and (max-width: 1100px) {
      #home #mainArea .anime__02 .innerBox .top__txt {
        top: 9.091vw;
        right: 9.091vw; } }
  #home #mainArea .anime__02 .innerBox .top__txt img {
    width: 600px;
    height: auto; }
    @media screen and (max-width: 1100px) {
      #home #mainArea .anime__02 .innerBox .top__txt img {
        width: 54.545vw;
        height: auto; } }
  #home #mainArea .anime__02 .innerBox .top__btn {
    position: absolute;
    top: 300px;
    right: 150px; }
    @media screen and (max-width: 1100px) {
      #home #mainArea .anime__02 .innerBox .top__btn {
        top: 27.273vw;
        right: 13.636vw; } }
  #home #mainArea .anime__02 .innerBox .top__btn img {
    width: 500px;
    height: auto; }
    @media screen and (max-width: 1100px) {
      #home #mainArea .anime__02 .innerBox .top__btn img {
        width: 45.455vw;
        height: auto; } }
  #home #mainArea .fukidashi {
    position: absolute;
    top: 40px;
    left: 300px; }

/* voice */
#voice h2 {
  max-width: 900px;
  margin: 0 auto; }
  #voice h2 img {
    text-align: center; }

.voice__box img {
  width: 100%;
  height: auto; }

.fukurou01 {
  width: 100%;
  margin: 40px auto 0;
  text-align: left; }
  @media screen and (max-width: 1100px) {
    .fukurou01 {
      text-align: center; } }
  @media screen and (max-width: 600px) {
    .fukurou01 {
      width: 95%;
      margin: 20px auto 0; } }
  .fukurou01 img {
    width: 85%;
    height: auto; }
    @media screen and (max-width: 1100px) {
      .fukurou01 img {
        width: 100%; } }

/* about */
.about {
  background: #F5FCFF url("../images/bg_blue.jpg") top center no-repeat;
  background-size: cover;
  padding: 0 0 50px; }
  @media screen and (max-width: 600px) {
    .about {
      padding: 0; } }

.main__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 3.0rem;
  margin: 50px 0;
  color: #fff;
  background: #042275;
  padding: 40px 20px; }
  @media screen and (max-width: 1100px) {
    .main__ttl {
      margin: 30px 0;
      font-size: 2.4rem;
      text-align: left;
      padding: 20px 50px; } }
  @media screen and (max-width: 768px) {
    .main__ttl {
      font-size: 2.2rem;
      margin: 30px 0 0; } }
  @media screen and (max-width: 600px) {
    .main__ttl {
      font-size: 1.7rem;
      padding: 20px 20px;
      text-align: left;
      margin: 0; } }
  @media screen and (max-width: 1100px) {
    .main__ttl br {
      display: none; } }

/* merit */
.merit__box {
  padding: 20px 0 30px; }
  @media screen and (max-width: 1100px) {
    .merit__box {
      padding: 30px 50px 20px; } }
  @media screen and (max-width: 600px) {
    .merit__box {
      padding: 30px 20px; } }

.merit__box h2 {
  color: #fff; }

.merit__inner {
  max-width: 1100px;
  margin: 0 auto 0; }

.merit__container {
  margin: 0 0 100px; }

.merit__box h2 {
  text-align: center;
  color: #042275; }

.merit__inner--item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px #e1e8e7;
  margin: 0 0 15px; }
  @media screen and (max-width: 600px) {
    .merit__inner--item {
      border-radius: 10px; } }

.merit__inner--item .merit__txt--ac {
  color: #032274;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.6rem;
  margin: 0; }
  @media screen and (max-width: 600px) {
    .merit__inner--item .merit__txt--ac {
      color: #032274;
      font-weight: 700;
      line-height: 1.5;
      font-size: 1.5rem;
      margin: 0; } }

.ac__ttl {
  padding: 30px 40px;
  display: flex;
  background: #fff url("../images/icon_arrow_blue-down.svg") center right 20px no-repeat;
  background-size: 13px auto;
  cursor: pointer;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .ac__ttl {
      padding: 20px 20px;
      display: flex;
      background: #fff url("../images/icon_arrow_blue-down.svg") center right 20px no-repeat;
      background-size: 13px auto;
      cursor: pointer;
      position: relative; } }

.ac__ttl.active {
  background: #fff url("../images/icon_arrow_blue-up.svg") center right 20px no-repeat;
  background-size: 13px auto; }

.ac__open {
  display: none; }

/* merit01 */
.merit__box01 {
  background: #fff;
  position: relative;
  overflow: hidden; }

.merit__box01 .merit__box--inner {
  max-width: 1100px;
  position: relative;
  padding: 15px 50px 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .merit__box01 .merit__box--inner {
      padding: 15px 40px 50px; } }
  @media screen and (max-width: 600px) {
    .merit__box01 .merit__box--inner {
      max-width: 600px;
      margin: 0 auto;
      position: relative;
      padding: 0 20px 30px; } }

.merit__box01 .merit__box--flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .merit__box01 .merit__box--flex {
      display: block; } }

.merit__box01 .merit__box--flex h3 {
  font-size: 3.6rem;
  margin: 20px 0 30px;
  line-height: 1.4; }

.merit__box--right {
  text-align: center;
  width: 50%; }
  @media screen and (max-width: 1100px) {
    .merit__box--right {
      width: 100%; } }

.merit__box--right img {
  width: 100%;
  height: auto;
  margin: -20px 0 0; }
  @media screen and (max-width: 768px) {
    .merit__box--right img {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .merit__box--right img {
      width: 100%; } }

.merit__box01 .merit__box--left {
  padding: 0 70px 0 0;
  position: relative;
  z-index: 5;
  width: 50%;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    .merit__box01 .merit__box--left {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .merit__box01 .merit__box--left {
      padding: 0 0 15px 0; } }

.merit__box01 .merit__box--left .merit__box--txt01 span {
  background: #e8ebf0;
  font-size: 2.0rem;
  padding: 10px 20px;
  font-weight: 700;
  color: #032274; }

.merit__box01 .merit__box--left .merit__box--txt02 {
  margin: 20px 0 30px 0; }

.merit__box01 .merit__box--left .merit__box--txt02 span {
  background: #e8ebf0;
  font-size: 2.0rem;
  padding: 10px 20px;
  margin: 0 0 0 20px;
  font-weight: 700;
  color: #032274; }

.merit__box01 .merit__box--left p.merit__txt {
  font-size: 1.9rem;
  color: #032274;
  font-weight: bold; }

/* merit03 */
.merit__box03 {
  background: #fff;
  position: relative; }

.merit__box03 .merit__box--inner {
  max-width: 1100px;
  position: relative;
  padding: 15px 50px 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .merit__box03 .merit__box--inner {
      padding: 15px 40px 50px; } }
  @media screen and (max-width: 600px) {
    .merit__box03 .merit__box--inner {
      max-width: 600px;
      margin: 0 auto;
      position: relative;
      padding: 0 20px 30px; } }

.merit__box03 .merit__box--flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .merit__box03 .merit__box--flex {
      display: block; } }

.merit__box03 .merit__box--flex h3 {
  font-size: 3.6rem;
  margin: 20px 0 30px;
  line-height: 1.4; }

.merit__box03 .merit__box--left {
  padding: 0 70px 0 0;
  position: relative;
  width: 50%;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    .merit__box03 .merit__box--left {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .merit__box03 .merit__box--left {
      padding: 0;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .merit__box03 .merit__box--left {
      padding: 0 0 15px; } }

.merit__box03 .merit__box--right {
  width: 50%;
  margin: 15px 0 0;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .merit__box03 .merit__box--right {
      width: 100%; } }

.merit__box03 .merit__box--right img {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    .merit__box03 .merit__box--right img {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .merit__box03 .merit__box--right img {
      width: 100%; } }

.merit__box03 .merit__box--left .merit__box--txt01 span {
  background: #e8ebf0;
  font-size: 2.0rem;
  padding: 10px 20px;
  font-weight: 700;
  color: #032274; }

.merit__box03 .merit__box--left .merit__box--txt01 {
  margin: 15px 0 30px; }

.merit__box03 .merit__box--left p.merit__txt {
  font-size: 1.9rem;
  color: #032274;
  font-weight: bold; }

.merit__box04 {
  background: #fff;
  position: relative; }

.merit__box04 .merit__box--inner {
  max-width: 1100px;
  position: relative;
  padding: 15px 50px 50px; }
  @media screen and (max-width: 768px) {
    .merit__box04 .merit__box--inner {
      max-width: 600px;
      margin: 0 auto;
      position: relative;
      padding: 20px 20px 30px; } }

.merit__box04 .merit__box--inner .icon__merit {
  width: 140px;
  background: #032274;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; }

.merit__box04 .merit__box--flex {
  display: block;
  padding: 0; }

/*
.merit__box04 .merit__box--flex{
	display: flex;
	justify-content: space-between;
}*/
.merit__box04 .merit__box--flex h3 {
  font-size: 3.6rem;
  margin: 20px 0 30px;
  line-height: 1.4; }

.merit__box04 .merit__box--left {
  width: 100%;
  padding: 0 0 0;
  position: relative;
  z-index: 5; }

.merit__box04 .merit__box--right {
  width: 100%;
  text-align: center; }

.merit__box04 .merit__box--right img {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    .merit__box04 .merit__box--right img {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .merit__box04 .merit__box--right img {
      width: 100%; } }

.merit__box04 .merit__box--left .merit__box--txt01 span {
  background: #e8ebf0;
  font-size: 2.0rem;
  padding: 10px 20px;
  font-weight: 700;
  color: #032274; }

.merit__box04 .merit__box--left .merit__box--txt01 {
  margin: 15px 0 30px; }

.merit__box04 .merit__box--left .merit__txt {
  font-size: 1.8rem;
  color: #032274;
  font-weight: bold;
  padding: 0 0 25px; }

.fukurou02 {
  width: 100%;
  margin: 30px auto 0;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .fukurou02 {
      width: 100%;
      margin: 20px auto 0; } }
  .fukurou02 img {
    width: 90%;
    height: auto; }
    @media screen and (max-width: 1100px) {
      .fukurou02 img {
        width: 100%; } }

/* lifestyle */
.lifestyle__planbox--flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px; }
  @media screen and (max-width: 768px) {
    .lifestyle__planbox--flex {
      display: block;
      margin: 0 0 10px; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--flex {
      display: block;
      margin: 0 0 10px; } }

.lifestyle__planbox--item {
  width: 49%;
  background: #fff;
  padding: 50px 40px 40px 50px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid #042275; }
  @media screen and (max-width: 768px) {
    .lifestyle__planbox--item {
      width: 100%;
      padding: 50px 40px 40px 50px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--item {
      width: 100%;
      padding: 30px 20px 10px;
      margin: 0 0 15px;
      border-radius: 10px;
      border: 1px solid #042275; } }

.lifestyle__planbox--item .inner {
  display: flex;
  justify-content: space-between;
  margin: 0px; }
  @media screen and (max-width: 1100px) {
    .lifestyle__planbox--item .inner {
      display: block; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--item .inner {
      display: block; } }

.lifestyle__planbox--item .left {
  width: 63%; }
  @media screen and (max-width: 1100px) {
    .lifestyle__planbox--item .left {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .lifestyle__planbox--item .left {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--item .left {
      width: 70%;
      margin: 0 auto; } }

.lifestyle__planbox--item .right {
  width: 34%;
  margin: -15px 0 0; }
  @media screen and (max-width: 1100px) {
    .lifestyle__planbox--item .right {
      margin: 20px auto 20px;
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .lifestyle__planbox--item .right {
      margin: 20px auto 20px;
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--item .right {
      margin: 20px 0 20px;
      width: 100%; } }

.lifestyle__planbox--item .right img {
  width: 100%;
  height: auto; }

.lifestyle__planbox--item h4 {
  font-size: 1.6rem;
  color: #032274;
  font-weight: 700;
  margin: 30px 0 5px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .lifestyle__planbox--item h4 {
      font-size: 1.818vw;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    .lifestyle__planbox--item h4 {
      font-size: 3.125vw;
      line-height: 1.6; } }
  @media screen and (max-width: 600px) {
    .lifestyle__planbox--item h4 {
      font-size: 1.6rem;
      color: #032274;
      font-weight: 700;
      margin: 20px 0 5px;
      text-align: center; } }

.lifestyle__planbox--item p {
  font-size: 1.4rem;
  text-align: left; }

.lifestyle__planbox--item ul li {
  font-size: 1.2rem !important; }

.lifestyle h2.sub {
  font-size: 2.4rem; }

.lifestyle__planbox--item .btn__more02 a {
  margin: 30px auto 0; }

.lifestyle__planbox--item .btn__more02--flat50 a {
  margin: 90px auto 0; }

/* shisan */
#shisan {
  /*background:#F5FCFF url("../images/bg_blue.jpg") top center no-repeat;
  background-size: cover;*/ }

.shisan__box {
  border: 3px solid #042275;
  border-radius: 15px;
  font-weight: bold;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .shisan__box {
      border-radius: 10px;
      border: 1px solid #042275; } }
  .shisan__box .shisan__ttl {
    font-size: 2.6rem;
    background: #F1F1F1;
    padding: 10px 10px;
    text-align: center;
    border-radius: 13px 13px 0 0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .shisan__box .shisan__ttl {
        padding: 20px 20px;
        font-size: 2rem;
        text-align: center;
        line-height: 1.5;
        border-radius: 8px 8px 0 0; } }
    @media screen and (max-width: 600px) {
      .shisan__box .shisan__ttl {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.5;
        border-radius: 8px 8px 0 0; } }
    .shisan__box .shisan__ttl span {
      font-size: 2rem;
      font-weight: bold;
      color: #042275;
      display: block; }
      @media screen and (max-width: 768px) {
        .shisan__box .shisan__ttl span {
          font-size: 2rem;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        .shisan__box .shisan__ttl span {
          font-size: 1.4rem;
          text-align: center; } }
  .shisan__box .shisan__boxinner {
    padding: 30px 50px; }
    @media screen and (max-width: 600px) {
      .shisan__box .shisan__boxinner {
        padding: 15px 15px; } }
    .shisan__box .shisan__boxinner .shisan__sample {
      max-width: 600px;
      margin: 15px auto 30px; }
      @media screen and (max-width: 768px) {
        .shisan__box .shisan__boxinner .shisan__sample {
          width: 80%;
          margin: 15px auto 20px; } }
      @media screen and (max-width: 600px) {
        .shisan__box .shisan__boxinner .shisan__sample {
          width: 80%;
          margin: 15px auto 20px; } }
    .shisan__box .shisan__boxinner .attention li {
      color: #666; }
    .shisan__box .shisan__boxinner .txt__simyu {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      color: #042275;
      margin: 40px 0 10px; }
      @media screen and (max-width: 600px) {
        .shisan__box .shisan__boxinner .txt__simyu {
          margin: 15px 0 10px;
          font-size: 1.5rem; } }

.fukurou03 {
  width: 85%;
  margin: 50px auto 50px; }
  @media screen and (max-width: 1100px) {
    .fukurou03 {
      width: 100%;
      margin: 30px auto 50px; } }
  @media screen and (max-width: 600px) {
    .fukurou03 {
      width: 100%;
      margin: 15px auto 20px; } }
  .fukurou03 img {
    width: 100%;
    height: auto; }

.banner__box {
  text-align: center;
  margin: 20px auto 10px;
  max-width: 653px; }
  @media screen and (max-width: 600px) {
    .banner__box {
      margin: 10px 0 0; } }
  .banner__box img {
    width: 100%;
    height: auto; }



}