﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

h1,
h2,
h3,
h4 p {
  display: inline
}

article,
aside,
details,
figcaption,
figure,
hgroup,
section {
  display: block
}

ul li {
  list-style: none
}

ul li::marker {
  display: none;
  content: none
}

*,
*::before,
*::after {
  box-sizing: border-box
}

.hidden {
  display: none;
  visibility: hidden
}

.mb0 {
  margin-bottom: 0px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.pb10 {
  padding-bottom: 10px
}

img {
  width: auto;
  height: auto;
  display: block
}

header .headerArea .header-h1 {
  color: #707070
}

header .globalmenu {
  visibility: hidden
}

header img {
  width: 250px
}

.finComp {
  font-family: 'Helvetica', 'Arial', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

.finComp img {
  width: 100%;
  display: inline-block;
  height: 100px;
  object-fit: contain;
}

.finComp__headerArea {
  background: #f8f8f8
}

.finComp__wrap {
  width: 920px;
  margin: 0 auto;
  font-size: small
}
@media screen and (max-width: 768px) {
  .finComp__wrap {
    width: 100%;
  }
}

.finComp__wrap__top {
  background-image: url(../../assets/img/thanks/message_bg.png);
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative
}

.finComp__wrap__top__title {
  position: absolute;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 160%;
  letter-spacing: 1.2px;
  color: #555;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.finComp__wrap__top__title .name {
  color: #f08080;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 160%;
  margin-bottom: 8px
}

.finComp__wrap__message {
  background: #f08080;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  padding: 16px 16px 16px 40px;
  letter-spacing: 1.8px
}

@media screen and (max-width: 768px) {
  .finComp__wrap__message {
    padding: 16px;
  }
}
.finComp__wrap__message .text {
  position: relative
}

.finComp__wrap__message .text:before {
  content: '';
  /* background-image: url(/img/icon/icon_phone.svg); */
  background-size: 28px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -40px
}

.finComp__wrap__content {
  background: #fff;
  text-align: left;
  padding: 40px;
  padding-bottom: 56px;
  color: #555;
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%
}

.finComp__wrap__content__holidayArea div {
  margin: 0 auto 32px !important
}

.finComp__wrap__content__holidayArea div strong {
  color: #f08080 !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  margin: 0px 0 20px !important
}

.finComp__wrap__content__menuButton {
  margin: 40px 0
}

.finComp__wrap__content__menuButton .buttonArea {
  display: flex;
  justify-content: space-between;
}

.finComp__wrap__content__menuButton .buttonArea__list {
  font-weight: bold;
  width: calc((100% - 32px)/2);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #f08080 2px;
  border-radius: 6px;
  margin-right: 16px;
  text-align: center;
  color: #f08080;
  position: relative;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer
}

.finComp__wrap__content__menuButton .buttonArea__list:last-child {
  margin-right: 0
}

.finComp__wrap__content__menuButton .buttonArea__list::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  /* background: url(/img/icon/arrow_pink.svg) no-repeat; */
  /* background-size: contain; */
  width: 20px;
  font-weight: 700;
  font-size: 20px;
  /* height: 20px; */
  position: absolute;
  right: 10px;
}

.finComp__wrap__content__menuButton .buttonArea__list:hover {
  text-decoration: none;
  opacity: .5;
  position: relative;
  top: 2px;
  left: 2px
}

.finComp__wrap__content__menuButton .buttonArea__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #f08080;
  text-decoration: none
}

.finComp__wrap__content__mailArea {
  background: #fdefef;
  padding: 32px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2)
}

.finComp__wrap__content__mailArea__title {
  text-align: center;
  color: #f08080;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: bold
}

.finComp__wrap__content__mailArea__form {
  margin: 32px 0 0;
  background: #fff;
  padding: 32px
}
h2.finComp__wrap__content__mailArea__head_2 {
  font-size: 24px;
  font-weight: 900;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 2;
}
h3.finComp__wrap__content__mailArea__head_3 {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2;
}

.finComp__wrap__content__mailArea__head_3 span{
  color: #FF6F3B;
}
@media screen and (max-width: 768px) {
  .finComp__wrap__content__mailArea{
    padding: 16px;
  }
  .finComp__wrap__content__mailArea__form {
    margin: 16px 0 0;
    background: #fff;
    padding: 16px
  }  
  h2.finComp__wrap__content__mailArea__head_2 {
    font-size: 20px;
  }
  h3.finComp__wrap__content__mailArea__head_3 {
    font-size: 24px;
    line-height: 1.5;
  }

}


.finComp__wrap__content__mailArea__form dl {
  display: flex;
  flex-wrap: wrap
}

.finComp__wrap__content__mailArea__form dl dt {
  align-items: center;
  background: #f8f8f8;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: flex;
  padding: 20px 8px 20px 30px;
  width: 25%;
  justify-content: center;
  position: relative
}

.finComp__wrap__content__mailArea__form dl dt::before {
  content: '';
  /* background: url(/img/icon/icon_mail.svg) no-repeat; */
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 42%
}

.finComp__wrap__content__mailArea__form dl dt strong {
  align-items: self-end;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  color: #555
}

.finComp__wrap__content__mailArea__form dl dd {
  background: #fff;
  width: 100%;
  padding: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  position: relative;
  text-align: center
}

.finComp__wrap__content__mailArea__form dl p {
  text-align: center;
  margin: 0 auto;
}

.finComp__wrap__content__mailArea__form dl input[type='text'],
.finComp__wrap__content__mailArea__form dl input[type='tel'],
.finComp__wrap__content__mailArea__form dl input[type='email'] {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #D7D7D7;
  height: 50px;
  width: 300px;
  font-size: 18px;
  padding: 10px;
  box-shadow: inset 2px 4px 5px rgba(0, 0, 0, 0.1)
}

.finComp__wrap__content__mailArea__form dl input[type='text']::placeholder,
.finComp__wrap__content__mailArea__form dl input[type='email']::placeholder,
.finComp__wrap__content__mailArea__form dl input[type='tel']::placeholder {
  color: #CCCCCC
}

.finComp__wrap__content__mailArea__form dl #suggest {
  display: none;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  width: 300px;
  height: 100px;
  overflow: auto;
  padding: 5px
}

.finComp__wrap__content__mailArea__form .mailButtonWrap {
  width: 50%;
  margin: 24px auto 0;
  text-align: center
}


.finComp__wrap__content__mailArea__form .mailButtonWrap input {
  display: none;
}

.finComp__wrap__content__mailArea__form .mailButtonWrap__button {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3CB371;
  border-radius: 6px;
  text-shadow: 0px 1px 3px #333;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 65px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer
}

.finComp__wrap__content__mailArea__form .mailButtonWrap__button::after {
  content: '\f054';
  /* background: url(/img/icon/arrow_white.svg) no-repeat; */
  /* background-size: contain; */
  width: 20px;
  /* height: 20px; */
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 20px;
  /* box-shadow: none; */
  text-shadow: none;
  position: absolute;
  right: 10px;
}

.finComp__wrap__content__mailArea__form .mailButtonWrap__button:hover {
  text-decoration: none;
  opacity: .5;
  position: relative;
  top: 2px;
  left: 2px
}

.finComp__wrap__content .error {
  background-color: #FDF0F2;
  border: 1px solid #f00;
  margin: 0 0px 20px;
  padding: 10px;
  text-align: center
}

.finComp__wrap__content .error .required_error {
  color: #f00;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 160%
}

.finComp .contentsSupport {
  text-align: center
}

.finComp .contentsSupport .titleArea {
  padding-bottom: 32px
}

.finComp .contentsSupport .titleArea__text {
  font-size: 25px;
  color: #555
}

.finComp .contentsSupport .titleArea__text::after {
  width: 180px;
  top: 68px;
  left: calc(50% - 90px)
}

.finComp .contentsSupport .titleArea .small {
  font-size: 20px
}

.finComp .contentsSupport__innerSisters {
  padding: 1px 0 24px
}

.finComp .contentsSupport__innerSisters__title {
  padding-top: 32px
}

.finComp .contentsSupport__innerFeature {
  padding: 0;
  background-image: none;
  padding-top: 24px
}

.finComp .contentsSupport__innerFeature____innerFeatureWrap {
  width: 920px;
  margin: 20px auto
}

.finComp .contentsSupport__innerFeature__title {
  padding: 0;
  font-size: 28px;
  color: #555;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 72px;
  letter-spacing: 1.5px;
  background-image: -webkit-linear-gradient(transparent 0, transparent 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: -moz-linear-gradient(transparent 0, transparent 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: -ms-linear-gradient(transparent 0, transparent 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: linear-gradient(transparent 0, transparent 60%, #fff9c4 61%, #fff9c4 100%)
}

.finComp .contentsSupport__innerFeature__title strong {
  font-weight: 600;
  color: #f08080
}

.finComp .contentsSupport__innerFeature__contents__note {
  color: #555
}

.finComp .contentsSupport__innerFeature__contents .feature__list {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2)
}

.finComp .contentsSupport__innerInterview {
  padding: 1px 0 48px;
  background: #F8F8F1
}

.finComp .contentsSupport__innerInterview__contents .interview {
  margin: 48px auto 40px;
  width: 920px
}

.finComp .contentsSupport__innerInterview__contents .interview__list {
  padding: 20px 0 20px 40px;
  display: flex;
  border-bottom: 1px dotted #B0ACAB
}
@media screen and (max-width: 768px) {
  .finComp .contentsSupport__innerInterview__contents .interview__list  {
    flex-direction: column;
    padding: 20px;
  }
}

.finComp .contentsSupport__innerInterview__contents .interview__list__left {
  width: 356px;
  display: block;
  height: auto
}
@media screen and (max-width: 768px) {
.finComp .contentsSupport__innerInterview__contents .interview__list__left img{
  height: 200px;
  object-fit: contain;
  display: block;
}
}

.finComp .contentsSupport__innerInterview__contents .interview__list__right {
  text-align: left;
  width: calc(100% - 356px);
  margin-top: 20px
}

.finComp .contentsSupport__innerInterview__contents .interview__list__right .question {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: bold;
  color: #f08080;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px
}

.finComp .contentsSupport__innerInterview__contents .interview__list__right .question::before {
  content: "\f059";
  /* background: url(/img/icon/icon_question.svg) no-repeat; */
  /* background-size: contain; */
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
}

.finComp .contentsSupport__innerInterview__contents .interview__list__right .answer {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 16px;
  color: #555
}

.finComp .contentsSupport__innerInterview__contents .interview__list__right .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  color: #555;
  font-weight: normal
}

.finComp .contentsSupport__innerInterview__contents .interview__list:last-child .answer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  font-weight: normal
}

.finComp .contentsSupport__innerInterview__contents .interview__list:last-child .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 8px
}

.finComp .bnrArea {
  margin: 36px 0 60px
}

.finComp .bnrArea__list {
  width: 600px;
  display: block;
  margin: 0 auto 60px;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2)
}

.finComp .bnrArea__list img {
  vertical-align: bottom
}

.finComp .bnrArea__list:last-child {
  margin-bottom: 20px
}

footer {
  color: #707070
}
@media screen and (max-width: 768px) {
  .finComp .contentsSupport__innerInterview__contents .interview,
  .finComp .contentsSupport__innerInterview__contents .interview__list__left,
  .finComp .contentsSupport__innerInterview__contents .interview__list__right,
  .contentsSupport__innerFlow__contents .flowStep,
  .contentsSupport__innerFlow__contents .flowStep__list__left,
  .contentsSupport__innerFlow__contents .flowStep__list__right{
    width: 100%;
  }

  .finComp__wrap__content__menuButton .buttonArea__list{
    margin: 8px 0;
    width: 100%;
  }
  .finComp__wrap__content__menuButton .buttonArea{
    flex-direction: column;
  }
  .finComp__wrap__top{
    height: 110px;
  }
  .finComp__wrap__top__title{
    font-size: 1.1em;
    left: 20px;
  }
  .finComp__wrap__top__title .name{
    font-size: 1.1em;
  }
  .finComp__wrap__content__mailArea__form dl dt{
    width: 100%;
    padding: 8px;
    margin: 10px 0;
  }
  .finComp__wrap__content__mailArea__form dl input[type='text'], .finComp__wrap__content__mailArea__form dl input[type='tel'], .finComp__wrap__content__mailArea__form dl input[type='email']{
    width: 100%;
  }
  .finComp__wrap__content__mailArea__form .mailButtonWrap{
    width: 100%;
  }
}
/*# sourceMappingURL=finComp.css.map */