@charset "UTF-8";
/* general */
body {
  line-height: 1.5;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.innerContent {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.textCenter {
  text-align: center !important;
}

.bgBlue {
  background-color: #0c3bbc;
}

.bgLightBlue {
  background-color: #eff9ff;
}

.txtYellow {
  color: #ffef69;
}

.txtBlue {
  color: #0c3bbc;
}

.txtSuper {
  font-size: .5em;
  vertical-align: super;
}

.textIndent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.hov:hover {
  opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  zoom: 1;
}

.mAuto {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }

  .innerContent {
    width: 89.57%;
  }
}

/* Header */
.headerWrap {
  height: 124px;
  padding: 22px 30px;
  border-bottom: 2px solid #0c3bbc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 767px) {
  .headerWrap {
    height: auto;
    padding: 10px 20px;
  }

  .logoWrap.innerContent {
    width: 122px;
    margin-left: 0;
  }
}

/* MainVisual */
.mainVisual {
  position: relative;
  margin-top: 24px;
  margin-bottom: 50px;
}

.mainVisual img {
  width: 100%;
}

.mainVisual > .applyBtn {
  margin-top: 30px;
}

.mainVisual-point {
  display: grid;
  place-items: center;
  height: 80px;
  margin-top: 35px;
  background: #eff9ff;
}

.mainVisual-point img {
  width: 731px;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    margin-top: 21px;
    margin-bottom: 9vw;
  }

  .mainVisual-point {
    height: 73px;
    margin-top: 30px;
  }

  .mainVisual-point img {
    max-width: 332px;
  }
}

/* Button Apply */
.applyBtn {
  margin-top: 34px;
}

.applyBtnText {
  font-size: 2rem;
  font-weight: bold;
  color: #ed532d;
}

.applyBtnLink {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 834px;
  margin-top: 5px;
  padding: 19px;
  background: #ffcf03;
  background: -moz-linear-gradient(top, #fe8850 0%, #dc0000 100%);
  background: -webkit-linear-gradient(top, #fe8850 0%, #dc0000 100%);
  background: linear-gradient(to bottom, #fe8850 0%, #dc0000 100%);
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(232, 147, 34, 1);
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff !important;
  border-radius: 1rem;
  letter-spacing: 0.04em;
}

.applyBtnLink:hover,
.applyBtnLink:visited,
.applyBtnLink:focus,
.applyBtnLink:active {
  color: #fff !important;
}

.applyBtnLink::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  width: 1.4rem;
  height: 2.3rem;
  background: url('/kojin/freeloan/precious/lp04/images/index_ico_01.png') center no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .applyBtn {
    margin-top: 12px;
  }

  .applyBtnText {
    font-size: 1.3692rem;
  }

  .applyBtnLink {
    width: 100%;
    margin-top: 0;
    padding: 26px 20px;
    font-size: 2.1516rem;
    border-radius: 0.489rem;
    line-height: 1;
  }

  .applyBtnLink::after {
    right: 14px;
    top: 51%;
    width: 1.2225rem;
    height: 1.8582rem;
    background: url('/kojin/freeloan/precious/lp01/images/index_ico_01_sp.png') center/contain no-repeat;
  }
}
/* Main Banner */
.mainBanner img{
  width: auto;
  height: auto;
}
@media not all and (max-width: 767px) {
  .mainBanner-wrap{
    margin-bottom: 59px;
  }
  .mainBanner{
    margin-top: 30px;
    max-width: 834px;
  }
}
@media (max-width: 767px) {
  .mainBanner-wrap{
    margin-bottom: 24px;
  }
  .mainBanner{
    margin-top: 3vw;
  }
  .mainBanner img{
    height: auto;
  }
}

/* SectionArea */
.sectionArea {
  margin-top: 59px;
}

@media screen and (max-width: 767px) {
  .sectionArea {
    margin-top: 24px;
  }

  .sectionArea .applyBtn {
    margin-top: 35px;
  }
}

/* sectionTitle */
.sectionTitle {
  display: flex;
  width: 100%;
  min-height: 130px;
  padding: 32px 5px 29px;
  font-size: 4.6rem;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.sectionTitle .textSmall {
  margin-right: 29px;
  font-size: 3rem;
}

.sectionTitle .textLarge {
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .sectionTitle {
    display: block;
    min-height: auto;
    padding: 27px 5px;
    font-size: 3.0318rem;
    line-height: 1.1;
  }

  .sectionTitle .textSmall {
    font-size: 1.956rem;
    margin-right: 0;
  }

  .sectionTitle .textLarge {
    font-size: 3.5208rem;
  }
}

/* Reason Section */
.sectionArea.reasonSec {
  margin-top: 0;
}

.reasonSec .sectionTitle {
  padding-top: 23px;
}

.reasonListTtl > span {
  display: block;
}

.reasonListTtl .ttlText {
  margin-top: 9px;
  font-size: 4.6rem;
  font-weight: bold;
}

.secListBlock {
  position: relative;
  padding: 84px 40px 57px;
  border-radius: 1rem;
}

.secListBlock::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 50px 97.5px 0 97.5px;
  transform: translateX(-50%);
  z-index: 1;
}

.titleBlock {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}

.titleBlock > span {
  display: block;
}

.titleBlock > span:last-child {
  margin-top: -8px;
}

.titleBlock span:first-child {
  font-size: 3rem;
}

.imageBlock {
  margin-top: 19px;
}

.textBlock {
  margin-top: 17px;
  font-size: 1.6rem;
  color: #fff;
}

.secListImg {
  margin-right: 44px;
  margin-top: 34px;
}

.secListBox {
  max-width: 834px;
  margin: -16px auto 0;
  padding: 40px 0 35px;
  background-color: #dbd2be;
  border-radius: 0 0 1rem 1rem;
}

.secListBox .txt {
  margin-top: 12px;
  font-size: 1.6rem;
}

.secListCtn {
  margin-top: 80px;
}

.reasonList > li:first-child {
  margin-top: 50px;
}

.reasonList > li:first-child .applyBtn {
  margin-top: 74px;
}

.reasonList > li:nth-child(2) {
  margin-top: 82px;
  padding: 79px 0;
}

.reasonListTxt {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}

.reasonList01 {
  margin-top: 53px;
}

.note {
  margin-top: 18px;
  font-size: 1.4rem;
}

.reasonList01 > li:nth-child(n+2):not(.reasonListItem05) {
  margin-top: 40px;
  border: 3px solid #0c3bbc;
  background-color: #fff;
  border-radius: 1rem;
}

.reasonList01 > li:nth-child(2) {
  margin-top: 73px !important;
}

.reasonList01 > li .title {
  display: flex;
  width: 100%;
  min-height: 127px;
  background: #fffbed;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.reasonList01 > li .title span {
  width: 100%;
}

.reasonList01 > li .title .textSmall {
  font-size: 2rem;
}

.contentBox {
  width: calc(954 / 1074 * 100%);
  margin: -1px auto 0;
  padding: 34px 0 54px;
  border-top: 2px solid #0c3bbc;
}

.contentBoxTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}

.reasonListItem02 .contentBox .flexBox {
  margin-top: 52px;
}

.reasonListItem03 .contentBox {
  padding: 40px 0 60px;
}

.reasonListItem03 .flexBox > div {
  width: calc(467 / 954 * 100%);
  padding: 15px 20px 14px;
  color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
}

.reasonListItem03 .flexBoxTtl {
  padding-bottom: 9px;
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  font-weight: bold;
}

.reasonListItem03 .flexBoxNum {
  margin-top: 20px;
}

.reasonListItem03 .flexBoxTxt {
  margin-top: 10px;
  font-size: 1.6rem;
}

.reasonListItem04 .contentBox {
  padding-top: 40px;
}

.listNote {
  width: calc(801 / 954 * 100%);
  margin: 16px auto 0;
  text-align: left;
  font-size: 1.4rem;
}

.reasonListItem05 {
  margin-right: 12px;
  margin-top: 30px;
}

.reasonList > li:last-child {
  margin-top: 80px;
}

.reasonList02 {
  margin-top: 49px;
}

.reasonList02 li:nth-child(2) {
  margin-left: 10px;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .sectionArea.reasonSec {
    margin-top: 0;
  }

  .reasonSec .sectionTitle {
    padding-top: 13px;
    padding-bottom: 16px;
  }

  .reasonList > li:first-child {
    margin-top: 21px;
  }

  .reasonListTtl > span.ttlImage {
    max-width: 14.8865%;
    margin: 0 auto;
  }

  .reasonListTtl .ttlText {
    margin-top: 6px;
    font-size: 3.0318rem;
  }

  .secListImg {
    max-width: 94.6362%;
    margin-left: 4px;
    margin-right: 0;
    margin-top: 9px;
  }

  .secListBox {
    margin: -3.2% auto 0;
    padding: 27px 0 22px;
    border-radius: 0 0 0.489rem 0.489rem;
  }

  .secListBox .img {
    max-width: 91.266%;
    margin: 0 auto;
  }

  .secListBox .txt {
    margin-top: 9px;
    font-size: .978rem;
  }

  .secListCtn {
    margin-top: 26px;
  }

  .secListCtn .innerContent {
    width: 100%;
  }

  .secListBlock {
    padding: 70px 20px 44px;
    border-radius: 0;
  }

  .secListBlock::before {
    top: -1px;
    border-width: 8.996vw 50vw 0 50vw;
  }

  .titleBlock {
    font-size: 2.5428rem;
  }

  .titleBlock span:first-child {
    font-size: 1.5648rem;
  }

  .titleBlock > span:last-child {
    margin: 2px 5px 0;
    line-height: 1.27;
  }

  .imageBlock {
    margin-top: 23px;
  }

  .textBlock {
    margin-top: 10px;
    font-size: .978rem;
    line-height: 1.5;
  }

  .reasonList > li:first-child .applyBtn {
    margin-top: 46px;
  }

  .reasonList > li:nth-child(2) {
    margin-top: 49px;
    padding: 49px 0 50px;
  }

  .reasonListTxt {
    margin-top: 17px;
    font-size: 1.5648rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.5625;
  }

  .reasonList01 {
    margin-top: 24px;
  }

  .note {
    margin-top: 13px;
    font-size: .978rem;
  }

  .reasonList01 > li:nth-child(n+2):not(.reasonListItem05) {
    margin-top: 20px;
    border: 2px solid #0c3bbc;
    border-radius: 0.489rem;
  }

  .reasonList01 > li:nth-child(2) {
    margin-top: 35px !important;
  }

  .reasonList01 > li .title {
    width: 100%;
    min-height: auto;
    padding: 13px 10px 16px;
    font-size: 2.2494rem;
    border-radius: 0.489rem 0.489rem 0 0;
    line-height: 1.3;
  }

  .contentBox {
    width: 89.4%;
    margin: -1px auto 0;
    padding: 15px 0 26px;
    border-top: 2px solid #0c3bbc;
  }

  .contentBoxTtl {
    font-size: 1.5648rem;
    font-weight: 500;
    line-height: 1.5625;
  }

  .reasonListItem02 .contentBox .flexBox {
    display: block;
    margin-right: -15px;
    margin-top: 24px;
  }

  .reasonListItem02 .contentBox .flexBox .rightBox {
    margin-top: 20px;
  }

  .reasonListItem02 .contentBox .note {
    padding-left: 1.1em;
    text-align: left;
    text-indent: -1.1em;
  }

  .reasonListItem03 .contentBox {
    padding: 19px 0 30px;
  }

  .reasonListItem03 .flexBox {
    display: block;
  }

  .reasonListItem03 .flexBox > div {
    width: 100%;
    padding: 13px 5px 6px;
    border-radius: 0.489rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .reasonListItem03 .flexBoxTtl {
    padding: 9px 7px 12px 0;
    border-bottom: 0;
    border-right: 2px solid #fff;
    font-size: 1.5648rem;
    font-weight: bold;
    width: 22%;
    line-height: 1.25;
  }

  .reasonListItem03 .spColumn {
    width: 78%;
  }

  .reasonListItem03 .flexBoxNum {
    margin-top: 0;
  }

  .reasonListItem03 .leftBox .flexBoxNum {
    max-width: 87%;
    margin: 0 auto;
  }

  .reasonListItem03 .rightBox .flexBoxNum {
    max-width: 64%;
    margin: 0 auto;
  }

  .reasonListItem03 .flexBoxTxt {
    margin-top: 5px;
    font-size: .978rem;
  }

  .reasonListItem03 .rightBox {
    margin-top: 10px;
  }

  .reasonList01 > li .title .textSmall {
    font-size: 1.467rem;
    margin-top: 7px;
  }

  .reasonListItem04 .contentBox {
    padding-top: 20px;
  }

  .listNote {
    width: 100%;
    margin: 12px auto 0;
    font-size: .978rem;
  }

  .mainBanner.listNote{
    max-width: 90%;
  }

  .reasonListItem05 {
    margin: 19px 0 0 -11px;
  }

  .reasonList > li:last-child {
    margin-top: 49px;
  }

  .reasonList02 {
    margin-top: 20px;
  }

  .reasonList02 li:first-child .image {
    max-width: 91.14%;
    margin: 0 auto;
  }

  .reasonList02 .note {
    margin-top: 15px;
    text-align: left;
  }

  .reasonList02 li:nth-child(2) {
    margin-left: 7px;
    margin-top: 20px;
  }
}

/* flowSec */
.flowSec {
  margin-top: 79px;
}

.flowList {
  width: 90%;
  max-width: 954px;
  margin: 59px auto 0;
}

.flowList li {
  position: relative;
  padding-left: 3px;
  padding-top: 3px;
}

.flowList li:nth-child(n+2) {
  margin-top: 48px;
}

.flowList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7.8rem;
  height: 7.8rem;
  z-index: 1;
}

.flowList li.flowListItem01::before {
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow01.png') center no-repeat;
}

.flowList li.flowListItem02::before {
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow02.png') center no-repeat;
}

.flowList li.flowListItem03::before {
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow03.png') center no-repeat;
}

.flowList li.flowListItem04::before {
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow04.png') center no-repeat;
}

.flowList li.flowListItem05::before {
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow05.png') center no-repeat;
}

.flowList li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -4.1rem;
  left: 50%;
  width: 7rem;
  height: 2.2rem;
  background: url('/kojin/freeloan/precious/lp04/images/index_ico_02.png') center no-repeat;
  transform: translateX(-50%);
  z-index: 1;
}

.flowListCnt {
  padding: 32px 60px 33px 137px;
  box-shadow: 0 0 15px 0 rgba(4, 25, 82, 0.15);
}

.flowTitle {
  font-size: 3rem;
  font-weight: bold;
}

.flowText {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}

.flowNote {
  margin-top: 4px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .flowSec {
    margin-top: 49px;
  }

  .flowList {
    width: 89.57%;
    margin: 40px auto 0;
  }

  .flowList li {
    padding-left: 2px;
    padding-top: 2px;
  }

  .flowList li:nth-child(n+2) {
    margin-top: 45px;
  }

  .flowList li::before {
    width: 5.379rem;
    height: 5.379rem;
  }

  .flowList li.flowListItem01::before {
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow01_sp.png') center/contain no-repeat;
  }

  .flowList li.flowListItem02::before {
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow02_sp.png') center/contain no-repeat;
  }

  .flowList li.flowListItem03::before {
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow03_sp.png') center/contain no-repeat;
  }

  .flowList li.flowListItem04::before {
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow04_sp.png') center/contain no-repeat;
  }

  .flowList li.flowListItem05::before {
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_flow05_sp.png') center/contain no-repeat;
  }

  .flowList li:not(:last-child)::after {
    bottom: -3.1rem;
    width: 5.5746rem;
    height: 1.7604rem;
    background: url('/kojin/freeloan/precious/lp04/images/index_ico_02_sp.png') center/contain no-repeat;
  }

  .flowListCnt {
    padding: 25px 10px 33px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(4, 25, 82, 0.15);
  }

  .flowTitle {
    font-size: 1.956rem;
  }

  .flowText {
    font-size: 1.5648rem;
    font-weight: 500;
    line-height: 1.5625;
    margin-top: 10px;
  }

  .flowNote {
    margin-top: 4px;
    font-size: .978rem;
  }
}

/* faqSec */
section.sectionArea.faqSec {
  margin-top: 100px;
}

.faqList {
  padding: 100px 0 50px;
}

.faqList > li {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 2px solid #0c3bbc;
}

.accordionHead {
  position: relative;
  cursor: pointer;
}

.accordionHead::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2.5rem;
  width: 4rem;
  height: 0.6rem;
  background-color: #0c3bbc;
  z-index: 1;
}

.accordionHead::after {
  content: '';
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  width: 0.6rem;
  height: 4rem;
  background-color: #0c3bbc;
  z-index: 1;
}

.accordionHead.minus::after {
  display: none;
  transition: all 0.2s ease;
}

.accordionHead p {
  position: relative;
  padding: 6px 40px 5px 76px;
  font-size: 3rem;
  font-weight: bold;
}

.accordionHead p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: url('/kojin/freeloan/precious/lp04/images/index_txt_faq01.png') center no-repeat;
  z-index: 1;
}

.accordionBody {
  display: none;
  margin-top: 30px;
  padding: 35px 50px;
  background-color: #fff;
  border-radius: 1rem;
}

.accordionBody * {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}

.accordionNote {
  margin-top: 30px;
}

.accordionNote span:last-child {
  display: block;
  margin-left: 36px;
  margin-top: -5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  section.sectionArea.faqSec {
    margin-top: 48px;
  }

  .faqList {
    padding: 28px 0 32px;
  }

  .accordionHead p {
    padding: 0 40px 0 45px;
    font-size: 1.5648rem;
  }

  .accordionHead::before {
    top: 50%;
    width: 1.956rem;
    height: 0.31296rem;
    transform: translateY(-50%);
  }

  .accordionHead::after {
    right: 0.82152rem;
    top: 50%;
    height: 1.956rem;
    width: 0.31296rem;
    transform: translateY(-50%);
  }

  .faqList > li {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }

  .accordionHead p::before {
    top: 50%;
    width: 3.423rem;
    height: 3.423rem;
    background: url('/kojin/freeloan/precious/lp04/images/index_txt_faq01_sp.png') center/contain no-repeat;
    transform: translateY(-50%);
  }

  .accordionBody {
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 0.489rem;
  }

  .accordionBody * {
    font-size: 1.5648rem;
    font-weight: 500;
    line-height: 1.5625;
  }

  .accordionNote {
    margin-top: 24px;
  }

  .accordionNote li {
    font-size: 1.3692rem;
    padding-left: 1.8em;
    text-indent: -1.8em;
    line-height: 1.29;
  }

  .accordionNote li:nth-child(n+2) {
    margin-top: 17px;
  }

  .accordionNote span:last-child {
    margin-left: 26px;
    margin-top: 2px;
    font-size: .978rem;
  }
}

/* overviewBox */
.overviewBox {
  margin-top: 74px;
}

.overviewInner {
  width: calc(954 / 1080 * 100%);
  margin: 80px auto 0;
  border-radius: 1rem;
}

.overviewTitle {
  position: relative;
  padding: 40px 164px 40px 60px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 1rem;
  cursor: pointer;
}

.overviewTitle::after {
  content: '';
  position: absolute;
  right: 120px;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.overviewTitle span {
  display: block;
}

.overviewTitle span::before {
  content: '';
  position: absolute;
  right: 130px;
  top: 50%;
  width: 24px;
  height: 5px;
  background-color: #0c3bbc;
  transform: translateY(-50%);
  z-index: 2;
}

.overviewTitle span::after {
  content: '';
  position: absolute;
  right: 140px;
  top: 50%;
  width: 5px;
  height: 24px;
  background-color: #0c3bbc;
  transform: translateY(-50%);
  z-index: 2;
}

.overviewTitle.minus span::after {
  display: none;
  transition: all 0.2s ease;
}

.overviewTitle.minus {
  border-radius: 1rem 1rem 0 0;
}

.overviewContent {
  display: none;
  padding: 0 60px 60px;
  border-radius: 0 0  1rem 1rem;
}

.overviewTable {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.overviewTable thead th:first-child {
  width: calc(262 / 834 / 100%);
}

.overviewTable thead th:last-child {
  width: calc(572 / 834 / 100%);
}

.overviewTable tbody th {
  background-color: #f0f9ff;
}

.overviewTable tbody th,
.overviewTable tbody td {
  padding: 19px;
  border: 1px solid #eef0f3;
  font-size: 1.2rem;
}

.textLink {
  margin-top: 18px;
  font-size: 1.4rem;
}

.textLink .txtLink {
  text-decoration: underline;
}

.textLink .txtLink:hover {
  text-decoration: none;
  color: #0c3bbc;
}

.overviewBox .applyBtn:last-child {
  margin-top: 69px;
}

.overviewTable .listNum01 > li:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .overviewBox {
    margin-top: 47px;
  }

  .overviewInner {
    width: 100%;
    margin: 48px auto 0;
    border-radius: 0.489rem;
  }

  .overviewTitle {
    padding: 15px 45px 12px 18px;
    font-size: 2.1516rem;
    border-radius: 0.489rem;
    /* cursor: none; */
    line-height: 1.46;
    letter-spacing: 0.04em;
    text-align: left !important;
  }

  .overviewTitle::after {
    right: 15px;
    width: 27px;
    height: 27px;
  }

  .overviewTitle span::before {
    right: 21px;
    width: 15px;
    height: 3px;
  }

  .overviewTitle span::after {
    right: 27px;
    height: 15px;
    width: 3px;
  }

  .overviewContent {
    padding: 0 19px 19px;
    border-radius: 0 0 0.489rem .489rem;
  }

  .overviewTable tbody th, .overviewTable tbody td {
    padding: 10px;
    border: 1px solid #eef0f3;
    font-size: 1.3rem;
  }

  .listNum01 > li {
    line-height: 1.67;
  }

  .overviewTable .listNum01 > li:nth-child(n+2) {
    margin-top: 5px;
  }

  .textLink {
    margin-top: 14px;
    font-size: 0.978rem;
  }

  .overviewBox .applyBtn:last-child {
    margin-top: 33px;
  }
}

/* contactBox */
.contactBox {
  margin-top: 80px;
  padding: 75px 10px 80px;
  background-color: #fffbed;
}

.contactTitle {
  font-size: 2rem;
  font-weight: bold;
}

.contactInfo {
  width: calc(954 / 1080 * 100%);
  margin: 23px auto 0;
}

.contactTel a:hover,
.contactTel a:hover img {
  color: initial;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contactBox {
    margin-top: 48px;
    padding: 46px 0 40px;
  }

  .contactTitle {
    font-size: 1.5648rem;
  }

  .contactInfo {
    width: 100%;
    margin: 14px auto 0;
    display: block;
  }

  .contactTime {
    margin-top: 20px;
  }
}
/* Footer */
.footerArea p {
  padding: 16px 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footerArea p {
    padding: 13px 0 11px;
    font-size: .978rem;
  }
}