/* 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: #EFFBFF;
    color: #000;
    font-size: 14px;
}

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

.kv-block {
    margin: 0px 0px 30px;
}

/* フロートボタン  */
.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: #fff;
    margin: 0 15px;
    border-radius: 5px;
}
.waku h2 {
    padding: 17px 15px;
    text-align: left;
    background: #0080D8;
    border-radius: 8px 8px 0 0;
    border: 3px solid #00548E;
    border-bottom: none;
}
.waku h2 img {
    width: 77%;
    margin: 0 auto;
}
.waku p {
    font-size: 16px;
}
.waku-content {
    margin: 0 0 50px;
    padding: 35px 15px 35px;
    border: 3px solid #00548E;
    border-radius: 0 0 8px 8px;
}
.header-title {
    width: 90%;
    margin: 0px auto 25px;
}
.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 32px;
    background-color: #FFF7BE;
    color: #000;
    padding-left: 1em;
    text-indent: -1em;
    border-radius: 8px;
}

.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-color: #fff;
    padding-top: 35px;
}
.footer-block {
    font-size: 20px;
    text-align: center;
    margin: 0px 30px;
}
.footer-block p {
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
}
.footer-block h2 {
    font-size: 20px;
    text-align: center;
    margin: 27px 0 15px;
}
.footer-button {
    display: block;
    margin: 22px auto 35px;
}
.copyright {
    text-align: center;
    padding: 30px 0 30px;
    font-size: 11px;
    background-color: #ECECEC;
}

.pontaabout-block {
    background-color: #FFF7BE;
    border: 3px solid #0076D6;
    border-radius: 33px;
    position: relative;
    margin: 30px 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 #0076D6;
    border-bottom: 4px solid #0076D6;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
.accordion-active .pontaabout-index::after {
    top: 5px;
    bottom: 0;
    transform: rotate(-135deg);
}