@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
}
body::-webkit-scrollbar{
  display:none;
}
a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h4 {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
  .break-pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .break-sp {
    display: none;
  }
}

.cover {
  display: none;
  position: fixed;
  height: 100vh;
  bottom: 0;
  margin: auto;
  background: rgba(53, 65, 80, 0.7);
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 641px) {
  .cover {
    background: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.backGuide {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  top: 0;
}

.backGuide__box {
  position: fixed;
  top: 10%;
  left: 15%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  width: 70%;
  height: 250px;
  z-index: 6;
  padding: 3%;
}
@media screen and (min-width: 641px) {
  .backGuide__box {
    width: 400px;
    padding: 20px;
    top: 20%;
    left: 35%;
  }
}

.backGuide__box--img {
  background: #FFF49A;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 292px;
  width: 82%;
  left: 9%;
}
@media screen and (min-width: 641px) {
  .backGuide__box--img {
    width: 400px;
    height: 381px;
    left: 35%;
  }
}

.backGuide__title {
  font-weight: bold;
  line-height: 1.7em;
  font-size: 14px;
  font-size: 0.875rem;
}

.backGuide__inner {
  width: 84%;
  margin: -3% 0px 0 8%;
}
@media screen and (min-width: 641px) {
  .backGuide__inner {
    margin: -4% 0px 0 0%;
    width: 100%;
  }
}

.backGuide__button {
  width: 100%;
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #cacaca;
  background: #55a77e;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) {
  .backGuide__button {
    width: 90%;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.backGuide__button::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 8%;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/lp/wp-content/themes/tyl/images/entry146/back-btn-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 415px) and (max-width: 428px) {
  .backGuide__box--img {
    height: 335px;
  }
}
/* 横幅414pxのデバイス */
@media screen and (min-width: 390px) and (max-width: 414px) {
  .backGuide__box--img {
    height: 320px;
  }
}
/* 横幅390pxのデバイス */
@media screen and (min-width: 376px) and (max-width: 390px) {
  .backGuide__box--img {
    height: 305px;
  }
}
/* 横幅375pxのデバイス */
@media screen and (min-width: 361px) and (max-width: 375px) {
  .backGuide__box--img {
    height: 292px;
  }
}
/* 横幅360pxのデバイス */
@media screen and (min-width: 321px) and (max-width: 360px) {
  .backGuide__box--img {
    height: 292px;
  }
}
/* 横幅320pxのデバイス */
@media screen and (max-width: 320px) {
  .backGuide__box--img {
    height: 292px;
  }
}
/* モーダル 背景エリア */
#modal__bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal__heading {
  position: relative;
  margin: 0.5em 0 1em;
  padding: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-shadow: 0 0 4px #fff;
  font-size: 17px;
  color: #ff7fae;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .modal__heading {
    font-size: 20px;
    color: #2bb2ff;
  }
}

.modal__item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio].modal__button {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  background: #ff7fae;
  background: -webkit-linear-gradient(top, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  background: linear-gradient(to bottom, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  border: 1px solid #eb8003;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

input[type=radio].modal__button--yellow {
  border: 1px solid #e0b106;
  background: #f7c200;
  background: -webkit-linear-gradient(top, #ffc906 0%, #ffc906 50%, #ecbb04 50%, #ecbb04 100%);
  background: linear-gradient(to bottom, #ffc906 0%, #ffc906 50%, #ecbb04 50%, #ecbb04 100%);
}

input[type=radio].modal__button--sf {
  height: 50px;
}

.modal__list {
  padding: 0;
  margin: 0;
}

.modal__item {
  display: block;
  margin-bottom: 14px;
}

.modal__item--sf {
  position: relative;
}

.modal__label {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.08em;
}

.ui-menu, .ui-helper-hidden-accessible div {
  display: none !important;
}

.error, .error_message {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 13px;
  padding: 5px;
}

.error_message--yellow {
  color: yellow;
}

.error__heading {
  font-size: 0.9rem;
  font-weight: bold;
  color: red;
  padding-bottom: 5px;
}

.error ul li {
  font-size: 0.9rem;
  color: red;
  line-height: 1.7em;
}

::placeholder {
  color: #B4B4B4;
}

.formtable {
  min-height: calc(100vh - 260px);
}

@media screen and (min-width: 641px) {
  .formtable {
    min-height: calc(100vh - 300px);
  }
}

.formtable--complete{
  min-height: calc(100vh - 168px);
}

@media screen and (min-width: 641px) {
  .formtable--complete {
    min-height: calc(100vh - 175px);
  }
}

/********** lp001 **********/

.lp001 {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  height: 100vh;
  background-image: url("../images/back-sp.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (min-width: 641px) {
  .lp001 {
    background-image: url("../images/back-pc.jpg");
    background-position: center bottom;
  }
}

.lp001__header{
  width: 100%;
}

@media screen and (min-width: 641px) {
  .lp001__header {
    display: none;
  }
}

.lp001__header--pc{
  display: none;
}

@media screen and (min-width: 641px) {
  .lp001__header--pc {
    display: block;
    width: 100%;
    background: #59489F;
  }
}

@media screen and (min-width: 641px) {
  .lp001__header--pc h1 img {
    width: 520px;
    margin: 0 auto;
    padding: 15px 0 20px;
  }
}

.lp001__header h1{
  margin: 0;
}

.lp001__header img{
  width: 100%;
}

.lp001__header--common{
  display: block;
  width: 100%;
  background: #59489F;
}

.lp001__header_box{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}

.lp001__header_box img{
  width: 100px;
}

@media screen and (min-width: 641px) {
  .lp001__header_box img {
    width: 140px;
  }
}

.lp001__header_box p{
  display: none;
}

@media screen and (min-width: 641px) {
  .lp001__header_box p {
    display: block;
    color: #fff;
    font-size: 14px;
  }
}

.lp001__wrap {
  display: flex;
  width: 100vw;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .lp001__wrap {
    width: 520px;
    margin: 0 auto;
  }
}

.lp001__wrap img {
  width: auto;
  height: 50px;
}

@media screen and (min-width: 641px) {
  .lp001__wrap img {
    height: 60px;
  }
}

@keyframes lp001 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes lp0012 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.lp001__wrap img:first-child {
  animation: lp001 100s -50s linear infinite;
}

.lp001__wrap img:last-child {
  animation: lp0012 100s linear infinite;
}  
   
.lp001__view{
  width: 90%;
  margin: 10px auto 0;
  padding: 5% 0% 3%;
  background: #fff;
  border: 2px solid #C6C6C6;
  border-radius: 10px;
}

@media screen and (min-width: 641px) {
  .lp001__view {
    width: 520px;
    padding: 20px 70px 15px;
  }
}

.lp001__heading{
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
  padding-left: 16%;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .lp001__heading {
    font-size: 18px;
  }
}

.lp001__heading--input{
  margin: 0 0 15px;
}

@media screen and (min-width: 641px) {
  .lp001__heading--input {
    margin: 0 0 20px;
  }
}

.lp001__heading::before{
  content:"■";
  font-size: 145%;
  margin-right: 10px;
  color: #AEE4EB;
  position: absolute;
  left: 7%;
  top: -20%;
}

input[type=radio].lp001__radio,
input[type=checkbox].lp001__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.lp001__radio-area{
  width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .lp001__radio-text {
    font-size: 16px;
  }
}

.lp001__label {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #4B4848;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #2F2D2D;
  font-size: 15px;
  font-size: 0.9375em;
  cursor: pointer;
  padding: 16px 20px;
  text-align: left;
  margin-bottom: 16px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.lp001__label ::before{
  content: "";
  position: absolute;
  top: 50%; 
  right: 3%;
  transform: translateY(-50%); 
  border: 7px solid transparent;
  border-left: 11px solid #EB9494; 
}

.lp001__radio:checked + .lp001__label {
  color: white;
  border: 2px solid #8ed0d8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  top: 3px;
  background: #8ed0d8;
  z-index: 1;
}

.lp001__radio:checked + .lp001__label:after {
  content: "";
  position: absolute;
  top: 50%; 
  right: 3%;
  transform: translateY(-50%); 
  border: 7px solid transparent;
  border-left: 11px solid #ffffff; 
}

.lp001__function-btn{
  width: 86%;
  margin: 10px auto;
  font-size: 12px;
}

.lp001__function-btn li{
  width: 100%;
}

.lp001__back-next{
  position: relative;
  display: inline-block;
  background: #59489F;
  cursor: pointer;
  color: #fff;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
  border: none;
}

.lp001__back-next::after{
  content: "";
  position: absolute;
  top: 50%; 
  right: 7%;
  transform: translateY(-50%); 
  border: 5px solid transparent;
  border-left: 9px solid #fff; 
}

.lp001__back-next--submit{
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 0;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.lp001__back-next--submit-on{
  background: #FF9300;
}

.lp001__back-next--submit-invaild{
  background: #BFC4C8;
}

.lp001__back-next--submit::after{
  content: "";
  position: absolute;
  top: 50%; 
  right: 5%;
  transform: translateY(-50%); 
  border: 5px solid transparent;
  border-left: 9px solid #fff; 
}

.lp001__back-next-invalid{
  background: #C5C7C9;
  cursor: auto;
  color: #fff;
}

.lp001__back-btn{
  margin-right: 85%;
  text-align: left;
  cursor: pointer;
}

.lp001__step-flow{
  width: 70%;
  margin: 13px auto;
}

@media screen and (min-width: 641px) {
  .lp001__step-flow {
     width: 265px;
     margin: 13px auto;
  }
}

.lp001__step-flow img{
  width: 100%;
}

.lp001__hand-operate {
  width: 100%;
  transition: 0.5s ease-out;
}

@media screen and (min-width: 641px) {
  .lp001__hand-operate {
    width: 100%;
    margin: 0 auto;
  }
}

.lp001__hand-operate input {
  display: none;
}
.lp001__hand-operate label {
  display: inline-block;
  position: relative;
  background: #F4F4F4;
  background-size: 14px;
  border-radius: 100px;
  padding: 0.3em 30px 0.4em 1.1em;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  margin: 20px 0 10px;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .lp001__hand-operate label {
    padding: 7px 36px 7px 18px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lp001__hand-operate label:after {
  position: absolute;
  content: "";
  background: url("../images/icon-open.svg") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}

@media screen and (min-width: 641px) {
  .lp001__hand-operate label:after {
    width: 16px;
    height: 16px;    
    right: 13px;
    top: 25%;
  }
}

@media screen and (min-width: 641px) {
  .lp001__acc {
    margin-bottom: 0;
  }
}

.lp001__hand-operate #lp001__acc-open {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.lp001__hand-operate #lp001__acc:checked ~ #lp001__acc-open {
  display: block;
  height: auto;
  opacity: 1;
  background: white;
  width: 100%;
}
.lp001__hand-operate #lp001__acc:checked ~ .lp001__message {
  display: none;
}

.lp001__hand-operate input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  background: url("../images/icon-close.svg") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}

.lp001__box{
  width: 84%;
  margin: 0 auto;
}

.lp001__subheading{
  font-size: 14px;
  text-align: left;
  margin: 0 0 5px;
}

.lp001__subheading:last-of-type{
  margin: 20px 0 5px;
}

.lp001__subheading--pref{
  margin: 10px 0 5px !important;
}

.lp001__input{
  width: 100%;
  text-align: left;
  border: 2px solid #261717;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 641px) {
  .lp001__input {
     width: 312px;
  }
}

.lp001__input-label{
  position: absolute;
  font-size: 12px;
  color: #797979;
  top: 8%;
  left: 15%;
}

.lp001__input--zip{
  padding: 20px 25px 10px 45px;;
}

@media screen and (min-width: 641px) {
  .lp001__input--zip {
    padding: 24px 25px 14px 45px;;
  }
}

.lp001__count-area {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 641px) {
  .lp001__count-area {
    width: 312px;
  }
}

.lp001__count-area:before {
  position: absolute;
  top: 38%;
  left: 5%;
  content: "";
  background: url("../images/icon-zip.svg") center left 4px no-repeat;
  width: 20px;
  height: 14px;
  background-size: contain;
  z-index: 1;
}

.lp001__select-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #000;
  border: 2px solid #261717;
  margin-bottom: 25px;
}

.lp001__select-box:after {
  content: "";
  position: absolute;
  top: 44%; 
  right: 6%;
  transform: translateY(-100%); 
  border: 7px solid transparent;
  border-left: 10px solid #2E2E2E; 
  transform: rotate(90deg);
}

.lp001__select {
  width: 100%;
  text-align: left;
  width: 100%;
  text-align: left;
  padding: 16px 25px 16px 15px;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lp001__select--birth{
  padding: 19px 25px 19px 15px;
}

.lp001__term-link{
  margin: 20px 0 10px;
  font-size: 12px;
}

.lp001__footer{
  position: static;
  margin-top: 20px;
  background: #3B2C7B;
  color: #fff;
  padding: 20px 0;
}

.lp001__footer-menu{
  display: flex;
  justify-content: center;
}

.lp001__footer-menu li{
  margin: 0 10px;
}

.lp001__footer-menu li a{
  color: #fff;
  font-size: 14px;
}

.lp001__footer-copylight{
  font-size: 10px;
  margin-top: 10px;
}

.lp001__terms-wrapper{
  width: 90%;
  margin: 20px auto;
  text-align: left;
  background: #fff;
  padding: 30px 20px;
}

.lp001__terms-wrapper p{
  font-size: 12px;
}

@media screen and (min-width: 641px) {
  .lp001__terms-wrapper {
    width: 600px;
    padding: 30px 30px;
  }

  .lp001__terms-wrapper p{
    font-size: 14px;
  }  
}

.lp001__terms-wrapper h2{
  margin: 0 0 20px;
  font-size: 17px;
  text-align: center;
  color: #3B2C7B;
}

.lp001__terms-wrapper h2.last{
  margin: 30px 0 30px;
}

.lp001__terms-wrapper h3{
  font-size: 16px;
}

.lp001__table{
  margin: 20px 0 30px;
}

@media screen and (min-width: 641px) {
  .lp001__table{
    width: 100%;
  }
}

.lp001__table th{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 3px 10px;
  background: #3B2C7B;
  color: #fff;
  font-weight: normal;
}

.lp001__table td{
  display: block;
  font-size: 14px;
  padding: 7px;
}

.lp001__complete-image{
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .lp001__complete-image{
    width: 60%;
  }
}

.lp001__complete-image img{
  width: 100%;
}

.lp001__complete-text{
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
  margin: 25px 0 0px;
  line-height: 1.7em;
}

.lp001__complete-text span{
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

.lp001__complete-text-line{
  line-height: 1.7em;
  font-size: 14px;
}

.lp001__complete-line{
  margin: 15px auto 20px;
  width: 80%;
}

.lp001__complete-line img{
  width: 100%;
}

@media screen and (min-width: 641px) {
  .lp001__complete-line img{
    width: 60%;
    margin: 0 auto;
  }
}

.lp001__complete-box{
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.lp001__complete-box:last-of-type{
  margin-bottom: 30px;
}

.lp001__complete-flow{
  font-weight: normal;
  margin-top: 5px;
}

.lp001__complete-arrow{
  width: 20px;
  margin: 5px auto;
}

.lp001__complete-company{
  font-weight: normal;
  border-top: 1px solid #ccc;
}

.lp001__complete-company h3{
  margin: 20px 0 5px;
}

.lp001__complete-company strong{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
