/* 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: #e51272;}
a:visited, a:active {color:#e51272;}
a.link-bold {font-weight:700;}

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

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

.kv-block {
    margin: 30px 20px 20px 13px;
}
.header-title {
    margin-bottom: 20px;
}

/* フロートボタン */
.float-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
    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;
}

.label {
    width: 29%;
}
.label2 {
    width: 33%;
}
.text-block {
    margin: 20px 30px;
    font-size: 16px;
}
.head-text {
    font-weight: 700;
}
.text-block-small {
    font-size: 14px;
}
.middle-title {
    margin: 50px 30px 20px;
}
.title-text {
    margin-bottom: 30px;
    color: #e51272;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}
.title-small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}
.title-sub {
    margin-top: 15px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
.em-text {
    color: #e51272;
    font-weight: 700;
}
.notice {
    font-size: 12px;
}
.official-block {
    margin: 30px 0 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.official-button {
    display: block;
    width: 70%;
    margin: 20px auto;
}
.arrow-down {
    margin: 20px auto;
    width: 7.5%;
}

.ponta-block {
    margin: 30px;
    padding-bottom: 15px;
    border: 1px solid #ff9123;
}
.ponta-title {
    width: auto;
    height: 60px;
    margin: -30px auto 0;
}
.ponta-icon-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}
.ponta-icon {
    width: 20%;
}
.ponta-button {
    width: 74%;
}
.ponta-detail {
    margin: 20px 15px;
}
.ponta-detail-title {
    font-size: 14px;
    font-weight: 700;
}
.ponta-detail-text {
    margin-top: 20px;
    font-size: 12px;
}
.ponta-detail-title2 {
    font-weight: 700;
}
.ponta-sub {
    margin: 15px 10px 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

.ponta-detail-text a {
    color: #00ffff;
    text-decoration: underline;
}

.pontapass-wrap {
    margin-top: 40px;
}
.pontapass-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000004d;
    color: #000000;
}
.pontapass-image-block {
    padding: 5px;
}
.pontapass-catch {
    font-size: 20px;
}
.pontapass-items {
    margin-top: 20px;
}
.pontapass-item {
    margin-bottom: 15px;
}
.pontapass-note {
    margin-top: 20px;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 1.5;
}
.pontapass-note p {
    padding-bottom: 10px;
}
.notice-block {
    margin-top: 15px;
    font-size: 11px;
}
.notice-head-text {
    font-size: 12px;
    font-weight: 700;
}
.notice-block a {
    color: #ffffff;
    text-decoration: none;
}

.lotk-text {
    margin-top: 40px;
    color: #ff9123;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
.lotk-block {
    margin: 10px 30px;
}
.lotk-button {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}
.lotk-sub {
    font-size: 11px;
}

.attention-block {
    margin: 40px 30px;
    border: 1px solid #ffffff;
}
.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: #00ffff;
    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: #ffffff;
    width: 12px;
    height: 2px;
}
.attention-index::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	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;
}

footer {
    margin: 50px 0 170px;
    font-size: 11px;
}
.copyright {
    text-align: center;
}

/* エラーやクローズ */
#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;
}