@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    overflow: inherit;
  }
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 0 auto;
  max-width: 1200px;
}

.map li {
  border-left: 3px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-child {
  display: none;
}

.policy h2, .policy .title02 h3, .title02 .policy h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .title_border h2.modaal-close::after, .title_border .title02 h3.modaal-close::after, .title02 .title_border h3.modaal-close::after, .modaal-close::after {
  display: none !important;
}

.modaal-close2 {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  opacity: 0 !important;
}

.modaal-close2::before, .title_border h2.modaal-close2::after, .title_border .title02 h3.modaal-close2::after, .title02 .title_border h3.modaal-close2::after, .modaal-close2::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2, .modaal-content-container .policy .title02 h3, .title02 .modaal-content-container .policy h3 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
  margin-top: 0;
}

.bt_back {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

section div.form_wrap dl dt label {
  font-size: 1.4rem;
}

#typeA-01,
#typeB-01 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-02,
#typeB-02 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-03,
#typeB-03 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-04,
#typeB-04 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-05,
#typeB-05 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-06,
#typeB-06 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-07,
#typeB-07 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-08,
#typeB-08 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-09,
#typeB-09 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-010,
#typeB-010 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-011,
#typeB-011 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-012,
#typeB-012 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-013,
#typeB-013 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-014,
#typeB-014 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-015,
#typeB-015 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-016,
#typeB-016 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-017,
#typeB-017 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-018,
#typeB-018 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-019,
#typeB-019 {
  padding-top: 155px;
  margin-top: -155px;
}

#typeA-020,
#typeB-020 {
  padding-top: 155px;
  margin-top: -155px;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner #siteID {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner #siteID {
    width: 18.5%;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner #siteID {
    width: 120px;
  }
}

#header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 430px;
}

@media screen and (max-width: 834px) {
  #header_right {
    margin-right: 20px;
    width: 410px;
  }
}

@media screen and (max-width: 640px) {
  #header_right {
    margin-right: 10px;
    width: auto;
  }
}

#header_right .telwrap {
  color: #062340;
  line-height: 1.4;
  text-align: right;
}

#header_right .telwrap p {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  #header_right .telwrap p {
    display: none;
  }
}

#header_right .telwrap .call {
  font-size: 2.6rem;
}

@media screen and (max-width: 640px) {
  #header_right .telwrap .call {
    background: #e52263;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  #header_right .telwrap .call span {
    display: none;
  }
}

#header_right .telwrap .call i {
  margin-right: 5px;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  #header_right .telwrap .call i {
    color: #fff;
    margin-right: 0;
  }
}

#header_right .telwrap .call a {
  color: #062340;
}

@media screen and (max-width: 640px) {
  #header_right .telwrap .call a {
    color: #fff;
  }
}

#header_right .h_btn a {
  color: #fff;
  background: #e52263;
  border-radius: 5px;
  padding: 12px 0;
  width: 190px;
  display: block;
  line-height: 1.4;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  #header_right .h_btn a {
    width: 170px;
  }
}

@media screen and (max-width: 640px) {
  #header_right .h_btn a {
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_right .h_btn a span {
    display: none;
  }
}

#header_right .h_btn a i {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  #header_right .h_btn a i {
    margin-right: 0;
  }
}

#header_right .h_btn a:hover {
  background: #ff4c88;
}

#nav_global {
  width: 100%;
  background: #062340;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#nav_global > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global > ul li::before {
  content: "";
  width: 1px;
  height: 25px;
  background: #1a4169;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul li:last-child::after {
  content: "";
  width: 1px;
  height: 25px;
  background: #1a4169;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 12px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#nav_global > ul li a:hover {
  background: #06407a;
}

#mainArea {
  width: 100% !important;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#subArea {
  background: url(../images/common/subimg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#subArea .h1wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 360px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #subArea .h1wrap {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  #subArea .h1wrap {
    height: 240px;
  }
}

@media screen and (max-width: 375px) {
  #subArea .h1wrap {
    height: 200px;
  }
}

#subArea h1 {
  font-size: 5.8rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 768px) {
  #subArea h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  #subArea h1 {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 480px) {
  #subArea h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 375px) {
  #subArea h1 {
    font-size: 3.2rem;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #062340;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px solid #1a4169;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .nav_wrap ul li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li a {
    font-size: 16px;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div {
  background: #fff;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #072a4c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer a:hover {
  opacity: 0.7;
}

#footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
  #footer_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner {
    display: block;
  }
}

#footer_inner .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

#footer_inner .footer_left .flogo {
  margin-right: 25px;
}

@media screen and (max-width: 640px) {
  #footer_inner .footer_left .flogo {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .footer_left {
    display: block;
    text-align: center;
  }
}

#footer_inner .footer_right {
  width: 32%;
}

@media screen and (max-width: 640px) {
  #footer_inner .footer_right {
    width: 100%;
    margin-top: 20px;
  }
}

#footer_inner .footer_right ul {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #footer_inner .footer_right ul {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer_inner .footer_right ul li:first-child {
  width: 100%;
}

#footer_inner .footer_right ul li:first-child span {
  display: none;
}

@media screen and (max-width: 640px) {
  #footer_inner .footer_right ul li:first-child {
    width: auto;
  }
  #footer_inner .footer_right ul li:first-child span {
    display: inline;
  }
}

.footer_sp {
  display: none;
}

.footer_copy {
  background: #062340;
  padding: 8px 0;
}

#contents_wrap {
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 60px;
  }
}

.inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

.evenly .box {
  width: 48.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .evenly .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .evenly .box {
    width: 100%;
  }
}

.evenly .box:nth-child(-n + 2) {
  margin-bottom: 3.34%;
}

.evenly .box > img {
  width: 58.62% !important;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .evenly .box > img {
    width: 86% !important;
  }
}

.evenly .box > div {
  width: 48.27%;
  background: url(../images/contents/bg01.png) center top;
  border-radius: 5px;
  margin-left: -6.89%;
  padding: 20px 20px 20px 60px;
}

@media screen and (max-width: 1024px) {
  .evenly .box > div {
    width: 100%;
    margin: -6.89% 0 0;
    padding: 60px 20px 20px;
  }
}

@media screen and (max-width: 834px) {
  .evenly .box > div {
    margin-top: -9.89%;
  }
}

.evenly .box > div h2, .evenly .box > div .title02 h3, .title02 .evenly .box > div h3 {
  font-size: 2.4rem;
  color: #161616;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .evenly .box > div h2, .evenly .box > div .title02 h3, .title02 .evenly .box > div h3 {
    font-size: 2.2rem;
  }
}

.evenly .box > div div {
  background: #fff;
  border-radius: 5px;
  padding: 5px 12px 15px;
}

.evenly .box > div div a {
  color: #fff;
  background: #072a4d;
  display: block;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 3px 0;
  margin-top: 30px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.evenly .box > div div a:hover {
  background: #06407a;
}

.bg02 {
  background: url(../images/contents/bg02.png) center top;
  padding: 100px 0;
}

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 60px 0;
  }
}

.bg03 {
  background: #32568e;
}

.btn a {
  color: #fff;
  background: #072a4d;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 12px 0;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn a:hover {
  background: #06407a;
}

.btn a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 > div {
  width: 280px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 > div {
    width: 100%;
  }
}

.btn.btn02 > div {
  width: 280px;
}

@media screen and (max-width: 480px) {
  .btn.btn02 > div {
    width: 100%;
  }
}

.btn.btn02 a {
  background: #e52263;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn.btn02 a:hover {
  background: #ff4c88;
}

.btn.btn02 a i {
  margin-right: 8px;
}

.btn.center > div {
  margin: 0 auto;
}

.title01 h2, .title01 .title02 h3, .title02 .title01 h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #0a3f73;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h2, .title01 .title02 h3, .title02 .title01 h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title01 h2, .title01 .title02 h3, .title02 .title01 h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h2, .title01 .title02 h3, .title02 .title01 h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 375px) {
  .title01 h2, .title01 .title02 h3, .title02 .title01 h3 {
    font-size: 2rem;
  }
}

.title01 h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  background: #0a3f73;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title01 h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h3 {
    font-size: 1.6rem;
  }
}

.title02 h2, .title02 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #0a3f73;
  line-height: 1.4;
  background: url(../images/contents/bg03.png) left bottom repeat-x;
  padding-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .title02 h2, .title02 h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .title02 h2, .title02 h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .title02 h2, .title02 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .title02 h2, .title02 h3 {
    font-size: 1.8rem;
  }
}

.title02.merit1 h2::before, .title02.merit1 h3::before, .title02.merit1 .title_border h2::after, .title_border .title02.merit1 h2::after, .title_border .title02.merit1 h3::after, .title02.merit1 .title_border h3::after {
  content: "メリット1";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit1 h2::before, .title02.merit1 h3::before, .title02.merit1 .title_border h2::after, .title_border .title02.merit1 h2::after, .title_border .title02.merit1 h3::after, .title02.merit1 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit2 h2::before, .title02.merit2 h3::before, .title02.merit2 .title_border h2::after, .title_border .title02.merit2 h2::after, .title_border .title02.merit2 h3::after, .title02.merit2 .title_border h3::after {
  content: "メリット2";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit2 h2::before, .title02.merit2 h3::before, .title02.merit2 .title_border h2::after, .title_border .title02.merit2 h2::after, .title_border .title02.merit2 h3::after, .title02.merit2 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit3 h2::before, .title02.merit3 h3::before, .title02.merit3 .title_border h2::after, .title_border .title02.merit3 h2::after, .title_border .title02.merit3 h3::after, .title02.merit3 .title_border h3::after {
  content: "メリット3";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit3 h2::before, .title02.merit3 h3::before, .title02.merit3 .title_border h2::after, .title_border .title02.merit3 h2::after, .title_border .title02.merit3 h3::after, .title02.merit3 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit4 h2::before, .title02.merit4 h3::before, .title02.merit4 .title_border h2::after, .title_border .title02.merit4 h2::after, .title_border .title02.merit4 h3::after, .title02.merit4 .title_border h3::after {
  content: "メリット4";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit4 h2::before, .title02.merit4 h3::before, .title02.merit4 .title_border h2::after, .title_border .title02.merit4 h2::after, .title_border .title02.merit4 h3::after, .title02.merit4 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit5 h2::before, .title02.merit5 h3::before, .title02.merit5 .title_border h2::after, .title_border .title02.merit5 h2::after, .title_border .title02.merit5 h3::after, .title02.merit5 .title_border h3::after {
  content: "メリット5";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit5 h2::before, .title02.merit5 h3::before, .title02.merit5 .title_border h2::after, .title_border .title02.merit5 h2::after, .title_border .title02.merit5 h3::after, .title02.merit5 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit6 h2::before, .title02.merit6 h3::before, .title02.merit6 .title_border h2::after, .title_border .title02.merit6 h2::after, .title_border .title02.merit6 h3::after, .title02.merit6 .title_border h3::after {
  content: "メリット6";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit6 h2::before, .title02.merit6 h3::before, .title02.merit6 .title_border h2::after, .title_border .title02.merit6 h2::after, .title_border .title02.merit6 h3::after, .title02.merit6 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02.merit7 h2::before, .title02.merit7 h3::before, .title02.merit7 .title_border h2::after, .title_border .title02.merit7 h2::after, .title_border .title02.merit7 h3::after, .title02.merit7 .title_border h3::after {
  content: "メリット7";
  font-size: 1.8rem;
  display: block;
  background: #0a3f73;
  color: #fff;
  width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .title02.merit7 h2::before, .title02.merit7 h3::before, .title02.merit7 .title_border h2::after, .title_border .title02.merit7 h2::after, .title_border .title02.merit7 h3::after, .title02.merit7 .title_border h3::after {
    font-size: 1.6rem;
    width: 80px;
  }
}

.title02 h3 {
  margin-bottom: 15px;
}

.title03 ul {
  border-bottom: 2px solid #0a3f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .title03 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.title03 ul li {
  float: none !important;
  width: 18%;
  border: 2px solid #0a3f73;
  border-bottom: none;
  text-align: center !important;
  margin-right: 8px;
  padding: 5px;
  color: #0a3f73;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 5px 5px 0 0;
  display: block;
  cursor: pointer;
}

.title03 ul li.active {
  background: #0a3f73;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .title03 ul li {
    width: 48%;
    margin-right: 0;
  }
}

.title03 h2, .title03 .title02 h3, .title02 .title03 h3 {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title03 h2, .title03 .title02 h3, .title02 .title03 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .title03 h2, .title03 .title02 h3, .title02 .title03 h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .title03 h2, .title03 .title02 h3, .title02 .title03 h3 {
    font-size: 1.6rem;
  }
}

.title03 h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  background: #eee;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title03 h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .title03 h3 {
    font-size: 1.6rem;
  }
}

.title_border h2, .title_border .title02 h3, .title02 .title_border h3 {
  position: relative;
}

.title_border h2 span, .title_border .title02 h3 span, .title02 .title_border h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .title_border h2 span, .title_border .title02 h3 span, .title02 .title_border h3 span {
    padding: 0;
  }
}

.title_border h2::before, .title_border .title02 h3::before, .title02 .title_border h3::before, .title_border h2::after, .title_border .title02 h3::after, .title02 .title_border h3::after {
  content: "";
  width: 25%;
  height: 10px;
  background: url(../images/contents/bg03.png) left top;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.title_border h2::after, .title_border .title02 h3::after, .title02 .title_border h3::after {
  left: inherit;
  right: 0;
}

@media screen and (max-width: 640px) {
  .img_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.img_txt .leftArea {
  width: 60.83%;
}

@media screen and (max-width: 640px) {
  .img_txt .leftArea {
    width: 100%;
  }
}

.img_txt .rightArea {
  width: 35%;
}

@media screen and (max-width: 640px) {
  .img_txt .rightArea {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.img_txt .rightArea > div {
  display: inline-block;
  position: relative;
}

.img_txt .rightArea > div::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  /* 回転させる */
  background: #fff;
  z-index: 0;
}

.img_txt .rightArea > div img {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.news dl {
  display: block !important;
  border-bottom: 1px solid #ddd;
  padding: 25px 0 20px;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: none !important;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  width: 100% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .news dl dt {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.news dl dt .day {
  background: #0a3f73;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  margin-right: 15px;
}

.news dl dt span:last-child {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .news dl dt span:last-child {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.news dl dd {
  width: 100% !important;
  background: none !important;
  border: none !important;
  padding: 15px 0 0 !important;
  display: block;
}

.pankuzu {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.question, .answer {
  position: relative;
  background: #f5f7fa;
  padding: 8px 10px 8px 50px;
  color: #333;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .question, .answer {
    font-size: 1.4rem;
  }
}

.question::before, .title_border h2.question::after, .title_border .title02 h3.question::after, .title02 .title_border h3.question::after, .title_border .title02 h3.answer::after, .title02 .title_border h3.answer::after, .title_border h2.answer::after, .answer::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #062340;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.answer {
  background: #f5f7fa;
  color: #333;
}

.answer::before, .title_border h2.answer::after, .title_border .title02 h3.answer::after, .title02 .title_border h3.answer::after {
  content: "A";
  background: #e52263;
}

.list ul li {
  padding: 5px 0 8px 30px;
  position: relative;
  border: 2px solid #2a558c;
  color: #2a558c;
  font-size: 2.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .list ul li {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 1.1673));
  }
}

.list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.list ul li div {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fceb21));
  background: linear-gradient(transparent 60%, #fceb21 60%);
  font-weight: bold;
}

.list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #db1e62;
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flexbox .leftArea {
  width: 64%;
}

@media screen and (max-width: 480px) {
  .flexbox .leftArea {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flexbox .rightArea {
  width: 32%;
}

@media screen and (max-width: 480px) {
  .flexbox .rightArea {
    width: 100%;
  }
  .flexbox .rightArea img {
    width: 80% !important;
  }
}

.step {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step .box {
  width: 48%;
  margin-bottom: 4%;
}

.step .box:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .step .box {
    width: 100%;
  }
}

.step .box h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  background: #0a3f73;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .step .box h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .step .box h3 {
    font-size: 1.6rem;
  }
}

.flow ul li {
  font-size: 3.2rem;
  border-bottom: 1px solid #32568e;
  padding: 30px 0 30px 90px;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .flow ul li {
    font-size: 1.6rem;
    padding: 15px 0 15px 35px;
  }
}

.flow ul li:nth-child(1)::before {
  content: "1";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(1)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(2)::before {
  content: "2";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(2)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(3)::before {
  content: "3";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(3)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(4)::before {
  content: "4";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(4)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(5)::before {
  content: "5";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(5)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(6)::before {
  content: "6";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(6)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(7)::before {
  content: "7";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(7)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(8)::before {
  content: "8";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(8)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(9)::before {
  content: "9";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(9)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.flow ul li:nth-child(10)::before {
  content: "10";
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  background: #db1e62;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .flow ul li:nth-child(10)::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.kyocho {
  font-size: 4.2rem;
  font-weight: bold;
  color: #db1e62;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 834px) {
  .kyocho {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .kyocho {
    font-size: 2.2rem;
  }
}

.bg100 .contact_title {
  background: #fff;
}

.bg100 .contact_title h2, .bg100 .contact_title .title02 h3, .title02 .bg100 .contact_title h3 {
  color: #32568e;
}

.bg100 .contactbox {
  background: #32568e;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  .bg100 .contactbox {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 640px) {
  .bg100 .contactbox {
    padding: 40px 10px;
  }
}

.bg100 .contactbox .contact_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .bg100 .contactbox .contact_wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.bg100 .contactbox .contact_wrap .box {
  width: 46.66667%;
}

@media screen and (max-width: 640px) {
  .bg100 .contactbox .contact_wrap .box {
    width: 100%;
  }
  .bg100 .contactbox .contact_wrap .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.contactbox {
  background: #0a3f73;
  padding: 60px;
}

@media screen and (max-width: 640px) {
  .contactbox {
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  .contactbox {
    padding: 25px;
  }
}

.contactbox .point {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactbox .point .box {
  width: 23.5%;
  line-height: 1.4;
  color: #db1e62;
  font-size: 3.4rem;
  height: 253px;
  border-radius: 50%;
  text-align: center;
  background: #ffffef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .contactbox .point .box {
    height: 20.33vw;
  }
}

@media screen and (max-width: 1024px) {
  .contactbox .point .box {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) {
  .contactbox .point .box {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .contactbox .point .box {
    width: 48%;
    height: 37.89vw;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .contactbox .point .box {
    height: 40.46vw;
  }
}

@media screen and (max-width: 480px) {
  .contactbox .point .box {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .contactbox .point .box {
    font-size: 1.8rem;
  }
}

.contactbox ul li {
  color: #fff;
  font-size: 2.2rem;
  padding-left: 0 !important;
}

@media screen and (max-width: 834px) {
  .contactbox ul li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .contactbox ul li {
    font-size: 1.6rem;
  }
}

.contactbox .btn02 > div {
  width: 100%;
}

.contactbox .btn02 a {
  background: #e52263;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .contactbox .btn02 a {
    font-size: 1.6rem;
  }
}

.contactbox .btn02 a:hover {
  background: #ff4c88;
}

.contactbox .btn02 a i {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .dl_layout dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 640px) {
  .dl_layout dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .dl_layout dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .dl_layout dl dd {
    width: 100% !important;
  }
}

.b_content {
  display: none;
}

.b_content.is-show {
  display: block;
}

.bukken::after {
  content: "";
  width: 32%;
  display: block;
}

.bukken .box01 {
  width: 32%;
  margin-bottom: 4%;
}

@media screen and (max-width: 768px) {
  .bukken .box01 {
    width: 48%;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 480px) {
  .bukken .box01 {
    width: 100%;
    margin-bottom: 8%;
  }
}

.bukken .box01 tr:first-child td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.bukken .box01 tr:first-child td img {
  width: 100% !important;
  height: 256px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .bukken .box01 tr:first-child td img {
    height: 20.58vw !important;
  }
}

@media screen and (max-width: 768px) {
  .bukken .box01 tr:first-child td img {
    height: 30.2vw !important;
  }
}

@media screen and (max-width: 480px) {
  .bukken .box01 tr:first-child td img {
    height: 63.75vw !important;
  }
}

.bukken .box01 tr:first-child td div {
  background: #0a3f73;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.bukken .box01 td {
  border: none !important;
  padding: 0 !important;
  line-height: 1.8;
}

.bukken .box01 td.tbl_title {
  border-bottom: 1px solid #ccc !important;
  padding-top: 5px !important;
}

.bukken .box01 td.tbl_txt {
  padding-top: 5px !important;
}

.居住用 .b_img, .一棟売マンション .b_img, .売マンション .b_img {
  position: relative;
}

.居住用 .b_img::before, .一棟売マンション .b_img::before, .売マンション .b_img::before, .居住用 .title_border h2.b_img::after, .title_border .居住用 h2.b_img::after, .一棟売マンション .title_border h2.b_img::after, .title_border .一棟売マンション h2.b_img::after, .売マンション .title_border h2.b_img::after, .title_border .売マンション h2.b_img::after, .居住用 .title_border .title02 h3.b_img::after, .title_border .title02 .居住用 h3.b_img::after, .一棟売マンション .title_border .title02 h3.b_img::after, .title_border .title02 .一棟売マンション h3.b_img::after, .売マンション .title_border .title02 h3.b_img::after, .title_border .title02 .売マンション h3.b_img::after, .居住用 .title02 .title_border h3.b_img::after, .title02 .title_border .居住用 h3.b_img::after, .一棟売マンション .title02 .title_border h3.b_img::after, .title02 .title_border .一棟売マンション h3.b_img::after, .売マンション .title02 .title_border h3.b_img::after, .title02 .title_border .売マンション h3.b_img::after {
  content: "居住用";
  font-size: 1.4rem;
  padding: 0 15px;
  position: absolute;
  color: #fff;
  background: #e52263;
  top: 0;
  left: 0;
}

.categorize .b_img {
  position: relative;
  display: block;
}

.categorize .b_img::before, .categorize .title_border h2.b_img::after, .title_border .categorize h2.b_img::after, .categorize .title_border .title02 h3.b_img::after, .title_border .title02 .categorize h3.b_img::after, .categorize .title02 .title_border h3.b_img::after, .title02 .title_border .categorize h3.b_img::after {
  content: attr(data-name);
  font-size: 1.4rem;
  padding: 0 15px;
  position: absolute;
  color: #fff;
  background: #e52263;
  top: 0;
  left: 0;
}

.一棟売マンション .b_img::before, .一棟売マンション .title_border h2.b_img::after, .title_border .一棟売マンション h2.b_img::after, .一棟売マンション .title_border .title02 h3.b_img::after, .title_border .title02 .一棟売マンション h3.b_img::after, .一棟売マンション .title02 .title_border h3.b_img::after, .title02 .title_border .一棟売マンション h3.b_img::after {
  content: "一棟売マンション";
}

.売マンション .b_img::before, .売マンション .title_border h2.b_img::after, .title_border .売マンション h2.b_img::after, .売マンション .title_border .title02 h3.b_img::after, .title_border .title02 .売マンション h3.b_img::after, .売マンション .title02 .title_border h3.b_img::after, .title02 .title_border .売マンション h3.b_img::after {
  content: "売マンション";
}

.gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gallery > div {
  width: 64%;
}

.gallery > ul {
  width: 30% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery > ul.slick-dots {
  position: static;
}

.gallery > ul li {
  width: 48%;
  float: none !important;
  margin: 0;
  height: auto;
  margin-bottom: 4% !important;
}

.gallery > ul li img {
  width: 100% !important;
  height: 114px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery > ul li img {
    height: 9.25vw !important;
  }
}

.modal2,
.modal3 {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  background: rgba(0, 0, 0, 0.65);
  padding: 60px 20px;
  z-index: 5000;
}

.modal2.active,
.modal3.active {
  display: block;
}

.categorize {
  margin-bottom: 15px;
}

.categorize p {
  background: #ddd;
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .categorize p {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}

.categorywrap {
  margin-bottom: 30px;
  max-width: 1200px;
  height: auto;
  margin: auto;
  background: #fff;
  padding: 30px;
  z-index: 4000;
}

.categorywrap .categorybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categorywrap .categorybox::after {
  content: "";
  width: 32%;
  display: block;
}

.categorywrap .categorybox .box {
  width: 32%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .categorywrap .categorybox .box {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .categorywrap .categorybox .box {
    width: 100%;
  }
}

.categorywrap .categorybox .box a {
  display: block;
}

.fukidashi {
  position: relative;
  padding: 20px;
  background-color: #fafafa;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.fukidashi::before, .title_border h2.fukidashi::after, .title_border .title02 h3.fukidashi::after, .title02 .title_border h3.fukidashi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 50px;
  top: -25px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ddd;
  border-left: 25px solid transparent;
}

.fukidashi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 50px;
  top: -22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fafafa;
  border-left: 25px solid transparent;
}

.btnwrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btnwrap .box {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .btnwrap .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.btnwrap .box a {
  color: #fff;
  background: #072a4d;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 35px 20px;
  font-size: 2.4rem;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .btnwrap .box a {
    font-size: calc(1.8rem + ((1vw - 0.834rem) * 1.6393));
  }
}

@media screen and (max-width: 834px) {
  .btnwrap .box a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .btnwrap .box a {
    font-size: calc(1.6rem + ((1vw - 0.375rem) * 3.0189));
  }
}

@media screen and (max-width: 375px) {
  .btnwrap .box a {
    font-size: 1.4rem;
  }
}

.btnwrap .box a:hover {
  background: #06407a;
}

.btnwrap .box a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.baikyaku_flow .flow_title {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .baikyaku_flow .flow_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .baikyaku_flow .flow_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .baikyaku_flow .flow_title {
    font-size: 1.6rem;
  }
}

.baikyaku_flow .flow_title span {
  font-size: 1.6rem;
}

.flexbox02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox02 .box {
  width: 32%;
  border: 3px solid #eee;
  padding: 20px;
}

.flexbox02 .box:nth-child(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .flexbox02 .box {
    width: 100%;
  }
  .flexbox02 .box:nth-child(n + 4) {
    margin-top: 0;
  }
  .flexbox02 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flexbox02 .box h3 {
  color: #32568e;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.frame {
  background: #0a3f73;
}

.frame ul {
  padding: 15px;
}

.frame ul li {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .frame ul li {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5909));
  }
}

.nini_title {
  background: #32568e;
}

.nini_title h2, .nini_title .title02 h3, .title02 .nini_title h3 {
  color: #fff;
  font-size: 5.4rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .nini_title h2, .nini_title .title02 h3, .title02 .nini_title h3 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * 5.0584));
  }
}

.kakoi {
  background: url(../images/ninibaikyaku/dot.png);
  border: 1px solid #ccc;
  padding: 15px;
}
/*# sourceMappingURL=common_style.css.map */