/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
h1,h2,h3,h4,p {margin:0;}
img {width:100%;height:auto;}
a {color: #1C33FF;}
a:visited, a:active {color:#1C33FF;}
a.link-bold {font-weight:500;}

body {
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.wrap-width {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.kv-block {
    padding: 0px 0px 30px;
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
}

.kv-block p {
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    color: #733DB1;
}

/* フロートボタン  */
.float-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 70%);
    padding: 15px 10px 10px;
}
a.float-button1 {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}
a.float-button2 {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.attention-block {
    margin: 40px 30px;
    border: 1px solid #666;
}
.attention-title {
    position: relative;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
}
.attention-inner {
    padding: 0 15px;
    font-size: 12px;
}
.attention-text-block {
    margin-bottom: 15px;
}
.attention-text-block a {
    color: #03c5ff;
    text-decoration: underline;
}
.attention-label {
    font-weight: 700;
}
.attention-index {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 0px;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
}
.attention-index::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 0;
    margin: auto;
    background-color: #666;
    width: 12px;
    height: 2px;
}
.attention-index::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	margin: auto;
	background-color: #666;
	width: 2px;
	height: 12px;
	-webkit-transition: height 100ms linear;
	transition: height 100ms linear;
}
.accordion-active .attention-index::after {
	height: 0;
}
.inquiry-label {
    font-size: 14px;
    font-weight: 700;
}

/* エラーやクローズ */
#contents01 section#contents_thanks01 h1 {
    display: block;
    text-align: center;
    padding: 2px 0 10px 0;
    font-size: 16px;
}

#contents01 section#contents_thanks01 h2 {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 30px 0 20px 0;
}
.btn_06 {
    background-color: #7d7d7d;
    padding: 20px;
    width: 50%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}
.btn_06 a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
#contents01 section#contents_thanks03 p {
    padding: 0 15px 15px;
    text-align: left;
}
#contents01 section#contents_thanks05 h1 {
    text-align: left;
    margin: 10px 15px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
}
#contents01 section#contents_thanks05 dl {
    padding: 10px 15px;
    text-align: left;
    line-height: 1.5em;
}
footer address {
    text-align: center;
    font-style: normal;
}
.LogOut {
    display: block;
    text-align: right;
    margin: 0 15px 20px;
    font-size: 14px;
}
.back_type_01 {
    padding: 15px;
    font-size: 14px;
    text-decoration: underline;
}

/* 各ブロック */
.waku {
    background: linear-gradient(0deg, #DFF59A 0%, #F9FFC1 50%, #25ACE8 100%);
}
.waku h2 {
    padding: 17px 15px;
}
.waku h2 img {
    width: 77%;
    margin: 0 auto;
}
.waku p {
    font-size: 16px;
}
.waku-content {
    padding: 50px 15px 30px;
}
.header-title {
    width: 90%;
    margin: 0px auto 30px;
}
.button {
    display: block;
    margin: 25px auto 23px;
}
.waku-content p {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 22px;
}
.waku-content .red {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    color: #FF0F0F;
    font-weight: 500;
    line-height: 22px;
}
.intro_block {
    padding: 30px 16px 10px;
    margin: 20px 0px 0px;
    background-color: #8D70FF;
    color: #fff;
    border-radius: 8px;
    line-height: 23px;
}
.intro_block p {
    padding-left: 1em;
    text-indent: -1em;
}

.question-waku {
    margin: 0 0 40px;
    padding: 10px 15px 10px;
    border: 3px solid #00548E;
    border-radius: 0 0 8px 8px;
}
.question-waku p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}
.question-content {
    padding: 20px 34px 22px 35px;
    background-image: url(/images/app_form/l-tike/icon_01.png);
    background-position: 1.5% 20px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    z-index: 2;
}
.question-block {
    border: 6px solid #0080D8;
    border-radius: 15px;
    padding: 0px 10px 0px;
    position: relative;
    margin: 20px 0;
}
.dashed-four {
    border-bottom: 4px dashed #0080D8;
}
.accordion-active .question-arrow::after {
    height: 40px;
}
.question-arrow::before {
    content: '';
    position: absolute;
    background-image: url(/images/app_form/l-tike/arrow_down_02.png);
    right: 0px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center right 10px;
    width: 40px;
    height: 40px;
}
.question-arrow::after {
    content: '';
    position: absolute;
    background-image: url(/images/app_form/l-tike/arrow_up_02.png);
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center right 10px;
    width: 40px;
    right: 0px;
    top: 10px;
}
.question-answer {
    padding: 0px 30px 0px 35px;
    background-color: #fff;
    background-image: url(/images/app_form/l-tike/icon_02.png);
    background-position: 5px 0%;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

footer {
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
    padding-top: 35px;
}
.footer-block {
    font-size: 20px;
    text-align: center;
    margin: 0px 16px 45px;
}
.footer-block p {
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
}
.footer-block h2 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 15px;
}
.footer-button {
    display: block;
    margin: 22px auto 35px;
}
.copyright {
    text-align: center;
    padding: 30px 0 30px;
    font-size: 11px;
    background-color: #fff;
    color: #743EB0;
}

.pontaabout-block {
    background-color: #FFF7BE;
    border: 5px solid #8D70FF;
    border-radius: 40px;
    position: relative;
    margin: 15px 0 20px;
}
.pontaabout-inner {
    padding: 25px 0;
}
.pontaabout-title {
    position: relative;
    padding: 8px 25px;
}
.pontaabout-index {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 0px;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
}
.pontaabout-index::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10px;
    right: 15px;
    margin: auto;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #8D70FF;
    border-bottom: 4px solid #8D70FF;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
.accordion-active .pontaabout-index::after {
    top: 5px;
    bottom: 0;
    transform: rotate(-135deg);
}



.fvcontent-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 15px 20px;
}
.fvcontent-item {
    display: flex;
    width: 48.5%;
    height: auto;
    margin-bottom: 0;
}
.fvcontent-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.fvcontent-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.waku01 {
    padding: 35px 15px 50px;
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
}
.waku01-content01 {
    margin: 20px 0;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 60%);
    padding: 25px 16px 20px;
    font-size: 15px;
    color: #743EB0;
    line-height: 23px;
}
.waku01-content01 p {
    padding-left: 1em;
    text-indent: -1em;
}

/* モーダル */
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.75);
    overscroll-behavior: contain;
    overflow-y: scroll;
}
.modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
    color: #733DB1;
}
.modal-select-block {
    justify-content: space-evenly;
    background-color: #fff;
    padding: 13px 13px 12px;
    text-align: center;
    margin: 0 15px 10px;
    border-radius: 12px;
}
.modal-select-block a {
    position: relative;
    display: block;
    width: 110px;
    height: 100px;
    padding: 15px 0 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 400ms cubic-bezier(0, 0.4, 0.58, 1), opacity 200ms cubic-bezier(0, 0.71, 0.4, 1);
}
.modal-select-block.active a {
    transform: scale(1.0);
    opacity: 1.0;
}
.modal-select-block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-select-block a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 7.5px solid #009FDB;
    border-bottom: 7.5px solid #009FDB;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
}
.modal-select-block .caution {
    margin: 6px 0 0;
    font-size: 12px;
}
.modal-select-block p {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
.modal-select-text {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 1px 10px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 7px solid #055EFB;
}
.modal-close-block {
    border-top: 1px solid #fff;
}
.modal-close-block a {
    display: block;
    padding: 12px;
    font-size: 15px;
    color: #733DB1;
    font-weight: bold;
    text-decoration: none;
}

.titBlock {
    position: relative;
    width: 50%;
    padding: 5px 15px 5px 5px;
    margin: 0 auto 10px;
}
.titBlock .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titBlock .bg:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    left: 0%;
    top: 0%;
    transform: skewX(-14deg);
    transform-origin: 100% 0;
    background: #00C1FE;
}
.titBlock .sectTit {
    position: relative;
    font-size: 16px;
    z-index: 1;
    color: #fff;
}
.titBlock_02 {
    background: linear-gradient(90deg, #007FFE 0%, #FF75BF 100%);
}
.titBlock_02 h2 {
    font-size: 16px;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    line-height: 23px;
}
.text-block {
    margin: 0 15px 10px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px;
}
.text-long {
    height: 120px;
    overflow: auto;
}
.btn_soon {
    display: block;
    color: #fff !important;
    background-color: #888888;
    border-radius: 10px;
    margin: 0 auto 18px;
    padding: 12px 10px 0px;
    height: 45px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 300px;
}
.nonScroll {
    height:calc(100vh + 1px) ;
    width: 1px;
    background-color: transparent;
}
.sectTit_yokoku {
    font-size: 16px;
    color: #fff;
    background-color: #8F8EDD;
    border-radius: 31px;
    padding: 5px 0px 5px 0px;
    width: 50%;
    margin: 0 auto 10px;
}
.modal-select-text-2 {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 1px 10px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 7px solid #FE1CCA;
}
.titBlock-2 {
    position: relative;
    width: 50%;
    padding: 5px 15px 5px 5px;
    margin: 0 auto 10px;
}
.titBlock-2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titBlock-2 .bg:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    left: 0%;
    top: 0%;
    transform: skewX(-14deg);
    transform-origin: 100% 0;
    background: #FF72DF;
}
.titBlock-2 .sectTit {
    position: relative;
    font-size: 16px;
    z-index: 1;
    color: #fff;
}
.titBlock_02-2 h2 {
    font-size: 17px;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    line-height: 23px;
}
.titBlock_02-2 {
    background: linear-gradient(90deg, #F247D9 0%, #508BEC 30%, #26ADFF 45%, #FFF6A8 100%);
}

.bonus_block {
    margin: -5px 0px 30px;
    background-color: #FFF7BE;
    border: 5px solid #8D70FF;
    padding: 10px 16px 22px;
    border-radius: 0 0 12px 12px;
}
.feedback-more-button {
    position: relative;
}
.feedback-more-button .while-close {
	display: none;
}
.feedback-more-button .while-open  {
	display: block;
    border-top: 2px dashed #7B5AFF;
    padding: 20px 0 0;
}
.accordion-active .while-close {
	display: block;
}
.accordion-active .while-open {
	display: none;
}
.feedback-more-button::after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #8D70FF;
    border-bottom: 4px solid #8D70FF;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
.accordion-active .feedback-more-button::after {
    top: 5px;
    bottom: 0;
    transform: rotate(-135deg);
}
.modal-pad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.modal-block-new {
    max-width: 510px;
    overflow: hidden;
    margin: auto;
    width: 90%;
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    color: #733DB1;
}