@charset 'UTF-8';

/******************************************
*
選択ページ
*
******************************************/

p.txtL {
  line-height: 155%;
}

#userType {
  display: block;
  overflow: hidden;
  margin: 60px auto;
  width: 530px;
}

#userType > a {
  display: inline-block;
  overflow: hidden;
  width: 245px;
  text-decoration: none;
  font-size: 0;
  line-height: 100%;
}

#userType > a > img {
  border: 1px solid #ccc;
}

#userType > a > p {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #c0504d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 50px;
}

#userType > a:nth-child(2) {
  float: right;
}
#userType > a:nth-child(2) > p {
  background-color: #002169;
}

#userType > a > p > span:after {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #eb7730;
  content: "\e90b";
  font-weight: normal;
  font-family: "ycota_ift";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pc #userType > a:hover > p > span:after {
  margin-right: 0;
  margin-left: 1em;
}

/* for Tb --------------------*/
@media screen and (max-width: 980px) {
  p.txtL {
    font-size: 1.6rem;
  }

  #userType {
    margin: 30px auto;
    width: 100%;
  }

  #userType > a {
    width: calc(50% - 5px);
  }

  #userType > a > img {
    width: 100%;
    height: auto;
  }

  #userType > a > p {
    padding: 0.75em 0;
    height: auto;
    font-size: 1.4rem;
    line-height: 100%;
  }

  #userType > a > p > span:after {
    margin-right: 0;
  }
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
}

/* for Sp --------------------*/
@media screen and (max-width: 320px) {
  #userType > a > p {
    font-size: 1.2rem;
  }
  #userType > a > p > span:after {
    display: none;
  }
}

/******************************************
*
入力フォーム
*
******************************************/
#registFrom {
  margin: 0 auto 0;
}
.idtList {
  width: 680px;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#registFrom h3 {
  display: block;
  overflow: hidden;
  padding: 0.5em 1em;
  border-left: 5px solid #002169;
  background-color: #f5f5f5;
  font-size: 2rem;
  line-height: 125%;
}

.submitbox {
  margin: 30px auto;
}

#msgFld {
  display: none;
  margin-top: 1em;

  /*text-align:center;
    margin-bottom:30px;*/
  color: #f00;
}

@media screen and (max-width: 980px) {
  #registFrom h3 {
    font-size: 1.8rem;
  }

  .idtList {
    width: 100%;
    margin-bottom: 20px;
  }
}

/******************************************
*
完了ページ
*
******************************************/
.endMsg {
  margin-bottom: 30px;
  padding-top: 30px;
}

.endTxt {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .endTxt {
    font-size: 1.4rem;
  }
}

/* 20200827 */

.linkArea {
  margin: 30px 0;
}

.linkArea a {
  text-decoration: none;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em;
  border: 2px solid #a3a3a3;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.linkItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  min-height: 230px;
}

.linkItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  width: 100%;
}

/* 20210423 相談Topのsp横並びレイアウト */
.linkItem__asking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  min-height: 230px;
}
.linkItem__asking__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  max-height: 80px;
  border-radius: 36px;
  background-color: #ffaf1b;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em;
}
.linkItem__asking__btn span {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  padding-right: 0.5em;
  line-height: 1.25;
  font-weight: bold;
}
.linkItem__asking img {
  width: 100px;
  height: 100px;
}
/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .linkItem__asking {
    min-height: auto;
  }
  .linkItem__asking a {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 300px;
  }
  .linkItem__asking img {
    width: 80px;
    height: 80px;
  }
  .linkItem__asking__btn {
    width: 100%;
    margin-top: 0;
  }
}
/* for Sp smaller than iPhone5 --------------------*/
@media screen and (max-width: 310px) {
  .linkItem__asking a {
    width: 270px;
  }
}
/* 20210423 相談Topのsp横並びレイアウト ここまで */

/*
.linkItem a:hover .arrow::after {
  -webkit-animation: move .5s ease;
  animation: move .5s ease;
}
*/

.linkItem__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}

.testLental__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  max-height: 80px;
  border-radius: 36px;
  background-color: #ffaf1b;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em;
}

.testLental__btn span {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  padding-right: 0.5em;
  line-height: 1.25;
}

.testLental__btn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(/images/form/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  color: #fff;
  content: "";
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.testLental__btn:hover .arrow::after {
  right: 5px;
}
.testLental__btn .mailIcon {
  padding-right: 0;
  padding-left: 0.5em;
}

.testLental__btn .mailIcon::before {
  position: absolute;
  top: 20%;
  left: -8%;
  display: inline-block;
  width: 25px;
  height: 28px;
  background-image: url(/images/form/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  vertical-align: middle;
  -webkit-transition: up 0.2s ease;
  transition: up 0.2s ease;
}

.testLental__btn.-mailArea {
  border-radius: 1rem;
  background: #2443ab;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2443ab),
    to(#1e76c4)
  );
  background: linear-gradient(90deg, #2443ab 0%, #1e76c4 100%);
}

.mailArea {
  padding-bottom: 60px;
}

.mailArea a {
  text-decoration: none;
}

.mailArea__inner {
  margin: 0 auto;
  max-width: 1240px;
}

.mailArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  font-weight: bold;
  font-size: 1.125em;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailArea__head p {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.25em;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.mailArea__body {
  margin: 0 auto;
  max-width: 50%;
}

.mailArea__body a:hover .mailIcon::before {
  -webkit-animation-name: up;
  animation-name: up;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.mailArea__tel {
  margin: 1.25em;
}

.mailArea__tel a {
  color: #2443ab;
  font-weight: bold;
  font-style: normal;
  font-size: 3em;
}

@-webkit-keyframes up {
  from {
    top: 30%;
  }
  to {
    top: 20%;
  }
}

@keyframes up {
  from {
    top: 30%;
  }
  to {
    top: 20%;
  }
}

@-webkit-keyframes move {
  from {
    right: -10%;
  }
  to {
    right: -6%;
  }
}

@keyframes move {
  from {
    right: -10%;
  }
  to {
    right: -6%;
  }
}

/* sp */

@media screen and (max-width: 738px) {
  .mailArea__body {
    max-width: 80%;
  }

  .testLental__btn .mailIcon {
    font-size: 1.25em;
    margin-left: 1em;
  }

  .testLental__btn .mailIcon::before {
    top: 5%;
    left: -14%;
  }
  .mailArea__tel a {
    font-size: 2.5em;
  }

  .mailArea__head p {
    font-size: 1em;
    margin: 0.5em;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

/* #ec7731 */

.-green {
  background-color: #83cb8d;
}

.-lightblue {
  background-color: #8ab4ee;
}

.-orange {
  background-color: #fb9658;
}

.-blue {
  background-color: #85cade;
}

.-red {
  background-color: #ed7168;
}

.linkItem:hover,
.mailArea__body:hover {
  opacity: 0.5;
  transition: all 0.2s ease;
}

.link__headtitle {
  font-size: 2em;
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
}

#titleBox.-lental {
  height: 190px;
}

.textArea {
  line-height: 1.8;
  font-size: 18px;
  padding: 1em;
  background-color: #fffeef;
  margin: 30px auto;
}

.jc_one_down {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.questionnaire {
  font-size: 16px;
}

.questionnaire p {
  margin-bottom: 0.5em;
  padding: 0 1em;
}

.questionnaire h4 {
  font-size: 1.8rem;
  /* font-weight: normal; */
  margin-bottom: 1.5em;
}

.jc_ta_c {
  text-align: center;
}

/* 20200929test */
@media screen and (min-width: 981px) {
  .jc_block {
    width: 680px;
    margin: 20px auto;
  }

  .textArea {
    width: 680px;
    margin: 60px auto;
  }

  .questionnaire {
    width: 680px;
    margin: 0 auto;
  }
}

.selectMenu.selectMenu_long {
  width: 70%;
  margin: 0 auto;
}

.framedBox {
  display: block;
  overflow: hidden;
  width: 680px;
  margin: 30px auto;
  padding: 1em;
  border: 1px solid #cccccc;
  line-height: 155%;
}

@media screen and (max-width: 738px) {
  .framedBox {
    width: 100%;
  }
  #titleBox.-lental {
    height: 150px;
  }
}

/* 20220624 フォーム改修 */
.agreeArea {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}
