@charset "UTF-8";
/* ****************************************************
style.css for 新生インベストメント＆ファイナンス　不動産担保ローンLP レスポンシブ
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  html {
    min-width: 1198px;
  }
}

body {
  padding: 0;
  font-size: 1rem;
  color: #333;
  background-color: #f7f7f9;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1198px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .attention {
    font-size: 1.3rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  body > img {
    display: none !important;
  }
  .attention {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
  }
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img {
  vertical-align: top;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

em,
strong,
.bold {
  font-weight: bold;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .forPC {
    display: none;
  }
}
.cvBox {
  background: #1aa1e6;
  background: -moz-linear-gradient(left, #1aa1e6 0%, #156eac 50%, #1551ac 100%);
  background: -webkit-linear-gradient(left, #1aa1e6 0%, #156eac 50%, #1551ac 100%);
  background: linear-gradient(to right, #1aa1e6 0%, #156eac 50%, #1551ac 100%);
}
@media screen and (min-width: 768px) {
  .cvBox > ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 25px 0 25px;
    align-items: center;
    position: relative;
  }
  .cvBox > ul > li.forPC {
    width: 741px;
    margin-right: 30px;
  }
  .cvBox > ul > li.cvBtn {
    width: 320px;
    margin-right: 20px;
    margin-top: -20px;
  }
  .cvBox > ul > li.cvTst {
    width: 320px;
    right: 0;
    margin-top: -20px;
  }
  .cvBox > ul > li:last-child {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0 0 780px;
    position: absolute;
    bottom: 25px;
    right: 330px;
  }
  .cvBox > ul > li:last-child a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cvBox > ul {
    width: 76.8vw;
    margin: 0 auto;
    padding: 4.66667vw 0 0 0;
  }
  .cvBox > ul li:first-child {
    margin-top: 0;
  }
  .cvBox > ul li + li {
    margin-top: 1rem;
  }
  .cvBox > ul li:last-child {
    text-align: center;
    position: relative;
    bottom: 29.87vw;
    right: 0;
  }
  .cvBox > ul li:last-child a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.1rem;
  }
  .cvBox > ul > li.cvTst {
    margin-top: 11.4vw;
  }
}

/*Header
=========================================*/
@media screen and (min-width: 768px) {
  header {
    box-sizing: border-box;
    min-height: 690px;
  }
  .header_area {
    background-color: #fff;
  }
  .header_area .header_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 5px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_area .header_inner #logo {
    margin-bottom: 3px;
  }
  .header_area .header_inner .Multilingual_area {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn  {
    color: #fff;
    background-color: #156eac;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    position: relative;
    font-weight: bold;
    transition: background-color 0.25s ease;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.en_bt  {
    font-family: Arial, Helvetica, sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.tc_bt  {
    font-family: "微軟正黑體","Microsoft JhengHei", sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.jp_bt  {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn::after  {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
  }
  body.mode-desktop .header_area .header_inner .Multilingual_area .Multilingual_btn:hover {
    background-color: #0f5a8e;
  }
  header #hdWrap {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  header #hdWrap .h1_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #hdWrap ul {
    margin: 18px 0 16px;
    width: 1100px;
    height: 148px;
    overflow: hidden;
    background: url(../img/index_tx01_pc.webp) no-repeat 0 0;
    font-size: 0;
    white-space: nowrap;
    text-indent: 100%;
  }
  header #hdWrap .note {
    margin: 15px 0 0;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
  }
  header #hdWrap .note + p {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: right;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  header {
    background: #f7f7f9;
    background-size: 100% auto;
  }
  .header_area {
    background-color: #fff;
    padding: 0 0 0 15px;
  }
  .header_area .header_inner {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .header_area .header_inner #logo img {
    width: 50vw;
  }
  .header_area .header_inner .Multilingual_area {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn  {
    color: #fff;
    background-color: #156eac;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    font-weight: bold;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.en_bt  {
    font-family: Arial, Helvetica, sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.tc_bt  {
    font-family: "微軟正黑體","Microsoft JhengHei", sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn.jp_bt  {
    font-family: sans-serif;
  }
  .header_area .header_inner .Multilingual_area .Multilingual_btn::after  {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
  }
  header #hdWrap {
    padding: 0 0 4vw;
  }
  header #hdWrap .h1_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 4.35vw;
  }
  header #hdWrap .h1_flex p {
  width: 24.64vw;
  height: 24.64vw;
  padding-top:2.56vw; 
  }
  header #hdWrap h1 {
    margin-top: 3.46667%;
    width: 74.49vw;
    margin-right: 10px;
  }
  header #hdWrap ul {
    margin: 4vw 4.35vw 2vw;
    width: 92vw;
    height: 39.2vw;
    overflow: hidden;
    background: url(../img/index_tx01_sp.webp) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 0;
    white-space: nowrap;
    text-indent: 100%;
  }
  header #hdWrap ul + p {
    margin: 0 auto;
    width: 92vw;
  }
  header #hdWrap .note {
    margin: 3.33333vw auto 0;
    width: 92vw;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
  }
  header #hdWrap .note + p {
    margin: 0 auto;
    width: 92vw;
    font-size: 1rem;
    font-size: .9rem;
    font-weight: bold;
    text-align: right;
  }
}

/*Contents
=========================================*/
main {
  color: #474b44;
}
main h2 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main h2 {
    font-size: 2.5rem;
  }
}
main h2 span {
  font-size: 80%;
}
main #products h2 {
  font-size: 0;
}
main #products .wrap {
  box-sizing: border-box;
  background-color: #fff;
  border: 10px solid #1aa1e6;
}
main #products .wrap section ul {
  font-weight: bold;
}
main #products .wrap section ul .em01 {
  color: #156eac;
}
main #products .wrap section ul .em02 {
  color: #c92f1b;
}
main #products .wrap section ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main #products {
    margin-top: 60px;
  }
  main #products h2 {
    margin-bottom: 40px;
  }
  main #products h2 img {
    margin-top: -20px;
  }
  main #products .wrap {
    width: 1100px;
    margin: 0 auto 55px;
    padding: 0 0 55px;
    border-radius: 50px;
  }
  main #products .wrap section {
    width: 900px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  main #products .wrap section h3 {
    width: 257px;
    text-align: center;
  }
  main #products .wrap section ul {
    width: 626px;
    font-size: 0;
    line-height: 1;
    text-indent: 100%;
    overflow: hidden;
    height: 202px;
    background: url(../img/index_tx09_pc.webp) no-repeat 0 0;
  }
  main #products .wrap section + section {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #bbb;
  }
  main #products .wrap section + section ul {
    height: 400px;
    background: url(../img/index_tx10_pc.webp) no-repeat 0 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #products {
    margin-top: 5.33333vw;
  }
  main #products h2 {
    margin: 0 0 4vw 2.4vw;
    width: 84.13333vw;
  }
  main #products .wrap {
    width: 92vw;
    margin: 0 auto 6vw;
    padding: 6vw 0;
    border-radius: 2.5rem;
    border-width: 5px;
  }
  main #products .wrap section {
    width: 78.66667vw;
    margin: 0 auto;
  }
  main #products .wrap section ul {
    margin-top: 4vw;
    width: 100%;
    height: 45.73333vw;
    font-size: 0;
    line-height: 1;
    background: url(../img/index_tx09_sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
  main #products .wrap section + section {
    margin-top: 5.33333vw;
    padding-top: 5.33333vw;
    border-top: 1px solid #bbb;
  }
  main #products .wrap section + section ul {
    height: 69.67vw;
    background: url(../img/index_tx10_sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  main #case {
    margin: 45px 0 0;
    line-height: 1.6;
  }
  main #case dl {
    margin: 30px auto 0;
    width: 1100px;
  }
  main #case .caseBox {
    border: 2px solid #156eac;
    box-shadow: 6px 6px 0px 0px rgba(21, 110, 172, 1);
    width: 1100px;
    border-radius: 40px;
    background-color: #fff;
  }
  main #case .caseBox + .caseBox {
    margin-top: 20px;
  }
  
  main #case .caseBox dt {
    padding: 30px 40px;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  main #case .caseBox dt span {
    font-size: 2.5rem;
    color: #156eac;
  }
  main #case .caseBox dt:not(.open)::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 40px;
    background-color: #1aa1e6;
    right: 58px;
    top: calc( 50% - 20px);
  }
  main #case .caseBox dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #1aa1e6;
    right: 40px;
    top: calc( 50% - 2px );
  }
  main #case .caseBox dd {
    display: none;
    padding: 25px 40px 30px;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #e8f7ff;
    border-radius: 0 0 38px 38px;
  }
  main #case .caseBox dd ul + ul{
    padding: 15px 0;
    border-top: 2px solid #156eac;
  }
  main #case .caseBox dd .userDetail li {
    padding-bottom: 15px;
    display: flex;
  }
  main #case .caseBox dd .userDetail .title {
    width: 170px;
  }
  main #case .caseBox dd .pointDetail li {
    padding-bottom: 15px;
  }
  main #case .caseBox dd .indentText {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  main #case .caseBox li.overview {
    padding-bottom: 10px!important;
  }
  main #case .caseBox li.key_highlights {
    padding-bottom: 10px!important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #case {
    margin-top: 5.33333vw;
    line-height: 1.6;
  }
  main #case dl {
    margin: 4.66667vw auto 5.33333vw;
    width: 92vw;
  }
  main #case .caseBox {
    border: 0.51vw solid #156eac;
    box-shadow: 1.03vw 1.03vw 0px 0px rgba(21, 110, 172, 1);
    width: 92vw;
    border-radius: 5.13vw;
    background-color: #fff;
  }
  main #case .caseBox + .caseBox {
    margin-top: 3.85vw;
  }
  
  main #case .caseBox dt {
    padding: 3.85vw 34px 3.85vw 3.85vw;
    font-size: 1.6rem;
    font-weight: 800;
    position: relative;
    cursor: pointer;
  }
  main #case .caseBox dt span {
    font-size: 1.7rem;
    color: #156eac;
    font-weight: bold;
  }
  main #case .caseBox dt:not(.open)::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #1aa1e6;
    right: 19px;
    top: calc( 50% - 10px);
  }
  main #case .caseBox dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1aa1e6;
    right: 10px;
    top: calc( 50% - 2px );
  }
  main #case .caseBox dd {
    display: none;
    padding: 3.85vw 3.85vw 3.85vw 3.85vw;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #e8f7ff;
    border-radius: 0 0 4.1vw 4.1vw;
  }
  main #case .caseBox dd ul + ul{
    padding: 15px 0;
    border-top: 1px solid #156eac;
  }
  main #case .caseBox dd .userDetail li {
    padding-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
  }
  main #case .caseBox dd .pointDetail li {
    padding-bottom: 15px;
  }
  main #case .caseBox dd .indentText {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }

}
@media screen and (min-width: 768px) {
  main #flow {
    margin: 65px 0 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow {
    margin: 9.33333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  main #flow ol {
    width: 1100px;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol {
    width: 92vw;
    margin: 4.66667vw auto 5.33333vw;
  }
}
main #flow ol > li {
  position: relative;
  box-sizing: border-box;
  background-color: #e8f7ff;
  border: 4px solid #1aa1e6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main #flow ol > li {
    border-radius: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol > li {
    border-radius: 1.5rem;
    border-width: 2px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
main #flow ol > li > p:first-child {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #flow ol > li > p:first-child {
    border-radius: 30px 30px 0 0;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol > li > p:first-child {
    border-radius: 1.5rem 1.5rem 0 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  main #flow ol > li:first-child {
    width: 100%;
    margin: 0 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #flow ol > li:first-child > p:first-child {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-jusify-content: center;
    justify-content: center;
    width: 216px;
    border-radius: 30px 0 0 30px;
  }
  main #flow ol > li:first-child .text {
    box-sizing: border-box;
    width: 876px;
    padding: 40px 55px 15px;
  }
  main #flow ol > li:first-child .text > p {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }
  main #flow ol > li:first-child .text ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
  }
  main #flow ol > li:first-child .text ul li:first-child {
    width: 355px;
    padding-top: 5px;
  }
  main #flow ol > li:first-child .text ul li:first-child + li {
    width: 320px;
  }
  main #flow ol > li:first-child .text ul li:last-child {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 0 0 0 400px;
    font-size: 1.1rem;
  }
  main #flow .step_tx {
    font-weight: normal;
  }
  main #flow ol > li:first-child .text ul li:last-child a {
    color: #474b44;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol > li:first-child .text {
    padding: 3.33333vw 7.33333vw 5.33333vw;
  }
  main #flow ol > li:first-child .text ul {
    margin-top: 3.33333vw;
  }
  main #flow ol > li:first-child .text ul > li + li {
    margin: 2vw 0 0;
  }
  main #flow ol > li:first-child .text ul > li:last-child {
    font-size: 1.1rem;
    font-weight: normal;
  }
  main #flow ol > li:first-child .text ul > li:last-child a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  main #flow ol > li:not(:first-child) {
    width: 260px;
  }
  main #flow ol > li:not(:first-child):before {
    position: absolute;
    top: 110px;
    left: -33px;
    content: url(../img/cmn_ic02_pc.webp);
  }
}
@media screen and (min-width: 768px) {
  main #flow ol > li:not(:first-child):nth-child(2):before {
    top: -33px;
    left: 50%;
    margin-left: -10px;
    content: url(../img/cmn_ic01_pc.webp);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol > li:not(:first-child) {
    margin-top: 4vw;
  }
  main #flow ol > li:not(:first-child):before {
    position: absolute;
    top: -6.13333vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 3.73333vw;
    height: 7.46667vw;
    content: "";
    background: url(../img/cmn_ic01_sp.webp) no-repeat 0 0;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  main #flow ol > li:not(:first-child) > p:first-child + p {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol > li:not(:first-child) > p:first-child + p {
    padding: 4.33333vw 7.33333vw;
  }
}
main #flow ol + section {
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main #flow ol + section {
    width: 1100px;
    margin: 40px auto 75px;
    padding: 40px 45px 45px 60px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section {
    width: 92vw;
    margin: 5.33333vw auto 8vw;
    padding: 6.66667vw 8vw;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
main #flow ol + section h3 {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  main #flow ol + section h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section h3 {
    margin-bottom: 5.33333vw;
    font-size: 2rem;
  }
}
main #flow ol + section h4 {
  font-weight: bold;
  color: #156eac;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  main #flow ol + section h4 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section h4 {
    margin-bottom: 2vw;
    font-size: 1.5rem;
    font-weight: 800;
  }
}
@media screen and (min-width: 768px) {
  main #flow ol + section .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #flow ol + section .wrap section {
    width: 450px;
  }
  main #flow ol + section .wrap section + section {
    width: 525px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section .wrap section + section {
    margin-top: 4vw;
  }
}
main #flow ol + section .wrap ul > li {
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section .wrap ul > li {
    padding-left: 1.1rem;
    font-size: 1.4rem;
  }
}
main #flow ol + section .wrap ul > li:before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #474b44;
  border-radius: 100%;
  content: "";
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol + section .wrap ul > li:before {
    top: .6em;
    width: .6rem;
    height: .6rem;
  }
}
main .tableWrap {
  border: 2px solid #156eac;
}
@media screen and (min-width: 768px) {
  main .tableWrap {
    width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .tableWrap {
    width: 92vw;
    margin: 0 auto;
  }
}
main .infoTable {
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  main .infoTable {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .infoTable {
    width: 100%;
  }
}
main .infoTable th, main .infoTable td {
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  main .infoTable th, main .infoTable td {
    padding: 12px 15px 8px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .infoTable th, main .infoTable td {
    padding: 3.33333vw 2.66667vw;
    line-height: 1.5;
  }
}
main .infoTable tr:not(:last-child) th, main .infoTable tr:not(:last-child) td {
  border-bottom: 2px solid #fff;
}
main .infoTable th {
  background-color: #156eac;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main .infoTable th {
    width: 290px;
    padding-top: 10px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .infoTable th {
    width: 32vw;
    font-size: 1.4rem;
  }
}
main .infoTable td {
  background-color: #e8f7ff;
}
main .infoTable td .camText {
  color: #e1005f;
}
main .infoTable td .camText .camTextNoBold {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  main .infoTable td {
    font-size: 1.6rem;
  }
  main .infoTable td .camText {
    margin-bottom: 35px;
  }
  main .infoTable td .camText .camTextNoBold {
    font-weight: normal;
  }
  main .infoTable td .normalText + p {
    padding: 40px 0 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .infoTable td {
    font-size: 1.4rem;
  }
  main .infoTable td .camText {
    margin-bottom: 5.33333vw;
  }
  main .infoTable td .normalText + p {
    padding: 10.66667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  main #terms {
    padding: 60px 0 0;
  }
  main #terms h2 + p {
    box-sizing: border-box;
    width: 1100px;
    margin: -1rem auto 30px;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 1.3rem;
  }
  main #terms .tableWrap + ul {
    width: 1100px;
    margin: 15px auto 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  main #terms .cvBox {
    margin-top: 50px;
  }
  main #faq {
    margin: 60px 0 85px;
    line-height: 1.6;
  }
  main #faq dl {
    margin: 30px auto 0;
    width: 1100px;
  }
  main #faq .faqBox {
    border: 2px solid #156eac;
    box-shadow: 6px 6px 0px 0px rgba(21, 110, 172, 1);
    width: 1100px;
    border-radius: 40px;
    background-color: #fff;
  }
  main #faq .faqBox + .faqBox {
    margin-top: 20px;
  }
  
  main #faq .faqBox dt {
    padding: 30px 40px 30px 80px;
    font-size: 2.2rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  main #faq .faqBox dt::before {
    content: "Q";
    display: inline-block;
    position: absolute;
    font-weight: 800;
    width: 24px;
    height: 24px;
    color: #156eac;
    left: 40px;
    top: 22px;
    font-size: 3rem;
    font-family: Arial, Helvetica, "sans-serif";
  }
  main #faq .faqBox dt:not(.open) span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 40px;
    background-color: #1aa1e6;
    right: 58px;
    top: calc( 50% - 20px);
  }
  main #faq .faqBox dt span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #1aa1e6;
    right: 40px;
    top: calc( 50% - 2px );
  }
  main #faq .faqBox dd {
    display: none;
    padding: 25px 40px 30px;
    font-size: 1.8rem;
    font-weight: 300;
    background-color: #e8f7ff;
    border-radius: 0 0 38px 38px;
  }
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #terms {
    padding: 8vw 0 0;
  }
  main #terms h2 + p {
    box-sizing: border-box;
    width: 92vw;
    margin: 14px auto 1.66667vw;
    text-align: right;
    font-size: 1.1rem;
  }
  main #terms .tableWrap + ul {
    width: 92vw;
    margin: 2vw auto 0;
    font-size: 1rem;
    line-height: 1.6;
  }
  main #terms .cvBox {
    margin-top: 6.66667vw;
  }
  main #faq {
    margin-top: 5.33333vw;
    line-height: 1.6;
  }
  main #faq dl {
    margin: 4.66667vw auto 7.69vw;
    width: 92vw;
  }
  main #faq .faqBox {
    border: 0.51vw solid #156eac;
    box-shadow: 1.03vw 1.03vw 0px 0px rgba(21, 110, 172, 1);
    width: 92vw;
    border-radius: 5.13vw;
    background-color: #fff;
  }
  main #faq .faqBox + .faqBox {
    margin-top: 3.85vw;
  }
  main #faq .faqBox dt {
    padding: 3.85vw 34px 3.85vw 34px;
    font-size: 1.5rem;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    font-weight: bold;
  }
  main #faq .faqBox dt::before {
    content: "Q";
    display: inline-block;
    position: absolute;
    font-weight: 800;
    width: 24px;
    height: 24px;
    color: #156eac;
    left: 8px;
    top: 7%;
    font-size: 2.6rem;
    font-family: Arial, Helvetica, "sans-serif";
  }
  main #faq .faqBox dt:not(.open) span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #1aa1e6;
    right: 19px;
    top: calc( 50% - 10px);
  }
  main #faq .faqBox dt span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1aa1e6;
    right: 10px;
    top: calc( 50% - 2px );
  }
  main #faq .faqBox dd {
    display: none;
    padding: 3.85vw 3.85vw 3.85vw 3.85vw;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #e8f7ff;
    border-radius: 0 0 4.1vw 4.1vw;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  main #info {
    padding: 60px 0 0;
  }
  main #info h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info {
    padding: 8vw 0 0;
  }
  main #info h2 {
    margin-bottom: 4.66667vw;
  }
}
main #info .box {
  box-sizing: border-box;
  border: 1px solid #474b44;
  background-color: #fff;
}
main #info .box h3 {
  font-weight: bold;
  color: #156eac;
}
@media screen and (min-width: 768px) {
  main #info .box {
    width: 1100px;
    margin: 50px auto 0;
    padding: 45px 60px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  main #info .box h3 {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info .box {
    width: 92vw;
    margin: 4.66667vw auto 0;
    padding: 6vw 5.33333vw;
    font-size: 1.1rem;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  main #info .box h3 {
    margin-bottom: .6rem;
    font-size: 1.4rem;
  }
  main #info .box li {
    font-size: 1.2rem;
  }
}
main #info .access #ggmap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main #info .access {
    margin-top: 40px;
  }
  main #info .access iframe {
    width: 100%;
    height: 450px;
  }
  main #info .access .ggmap {
    width: 800px;
    margin: 0 auto 60px;
  }
  main #info .access .ggmap img {
    width: 800px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info .access {
    margin-top: 8.66667vw;
  }
  main #info .access iframe {
    width: 100%;
    height: 66.66667vw;
  }
}

body.mode-desktop a:hover {
  text-decoration: none !important;
}
main #info .traffic h3 {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  font-size: 1.4rem;
}
main #info .traffic h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #156eac;
  border-radius: 100%;
  content: "";
}
@media screen and (min-width: 768px) {
  main #info .traffic {
    width: 1100px;
    margin: 40px auto;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  main #info .traffic li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info .traffic {
    width: 86.66667vw;
    margin: 6.66667vw auto 5.33333vw;
    line-height: 1.5;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  main #info .traffic li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info .traffic h3:before {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  main #info .traffic {
    width: 1100px;
    margin: 40px auto;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #info .traffic {
    width: 86.66667vw;
    margin: 6.66667vw auto 5.33333vw;
    line-height: 1.5;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.mt20 {
	margin-top: 20px;
}
main #terms .subText,
main #terms .note {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
main #terms .subText2 {
  padding: 12px 0 12px 0.8em;
  text-indent: -0.8em;
}
/*Footer
=========================================*/
footer {
  background-color: #e8f7ff;
  font-weight: bold;
}
footer #pageUp {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  footer #pageUp {
    cursor: pointer;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #pageUp {
    width: 14.93333vw;
    max-width: 56px;
    bottom: 25%;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 70px 0;
    line-height: 1.6;
    font-size: 1.3rem;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  footer .copy {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer {
    padding: 10.66667vw 0 8vw;
    font-size: 1rem;
    line-height: 1.5;
  }
  footer > p:not(#pageUp) {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 6.66667vw;
    font-size: 1.1rem;
  }
  footer .copy {
    line-height: 1.4;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    margin-top: 4vw;
    text-align: center;
    padding: 0;
  }
  footer .copy > p:first-child {
    letter-spacing: -0.2px;
    margin-bottom: 1rem;
  }
}


