@charset "UTF-8";
/* CSS Document */
/*
FAQ画面
利用規約画面
プライバシーポリシー画面
特定商取引法表示画面
マイメニュー引継ぎをされたお客様へ
*/

/* =FAQ
-----------------------------------------------------*/
.faq_dl {
	margin: 0 16px 32px;
	background-color: #fff;
	line-height: 1.6;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.faq_dt {
	padding: 16px 32px 16px 8px;
	margin: 0;
	border-top: 1px solid #a0a0a0;
	cursor: pointer;
	color: #13A5BF;
	background: url(img/faq_arrow_b.png) no-repeat;
	background-size: auto 1em;
	background-position: 98%;
	cursor: pointer;
}
.faq_dt:before {
	counter-increment: faq_count;
	content: "Q" counter(faq_count) "：";
}
.faq_dt:first-child{
	border-top: none;
}
.faq_dl dd {
	display: none;
	padding: 16px 16px;
	margin: 0;
	border-top: 1px dotted #a0a0a0;
	font-size: small;
}
.faq_dl_mail{
	margin: 0 16px 32px;
	padding: 0;
	}
.faq_dl_mail dd{
	margin: 0;
	padding: 16px 16px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	font-size: small;
}
h2 {
	counter-reset: faq_count;
}
.faq_wrap h3{
	margin: 16px 16px 0;
	border: none;
	background: #eee;
	text-align: center;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
}
.active {
	background: url(img/faq_arrow_t.png) no-repeat;
	background-size: auto 1em;
	background-position: 98%;
}
.faq_btn {
	margin: 8px;
	font-size: small;
}
.faq_add{
	padding: 8px;
	margin: 8px;
	display: block;
	background: #eee;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}
.faq_img{
	margin: 8px;
	width: 70%;
	height: auto;
}
/* =利用規約
-----------------------------------------------------*/
.base_info_dl,
.mymenu_wrap dl {
	margin: 16px 0;
}
.base_info_dt, .policy_dt, .trade_dt,
.mymenu_wrap dt {
	margin: 0;
	padding: 8px 0 0;
	border-bottom: 1px solid #a0a0a0;
}
.base_info_dt:before, .policy_dt:before, .trade_dt:before, .mymenu_wrap dt:before {
	content: '';
	display: inline-block;
	background: #a0a0a0;
	width: .3em;
	height: 1.5em;
	margin: 0 .5em -.4em 0;
}
.base_info_dl dd, .policy_dl dd, .trade_dl dd, .mymenu_wrap dd {
	margin: 0;
	padding: 16px;
	font-size: small;
	line-height: 1.6;
}
/* =対応プリ機リスト
-----------------------------------------------------*/
.puri_list_wrap {
	margin: 0 auto 16px;
	overflow: hidden;
	max-width: 640px;
}
.puri_list_wrap p {
	margin: 0 auto;
	padding: 10px;
	font-size: small;
}
.puri_list_wrap a {
	display: inline;
	padding: 0;
}
ul.plist_large {
	margin: 0 4px;
	padding: 0;
	position: relative;
}
.plist_large li {
	margin: 4px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border: 1px solid #ccc;
}
.plist_large img {
	margin-top: -56px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
 @-webkit-keyframes blink {
from {
 opacity: 1;
}
to {
opacity: 0;
}
}
.plist_large li:before {
	content: url(../Content/img/i_new.png);
	position: relative;
	top: 1px;
	left: 1px;
	z-index: 1;
	-webkit-animation-name: blink;/* keyframe名 */
	-webkit-animation-duration: 1s;/* アニメーションにかける時間 */
	-webkit-animation-iteration-count: infinite;/*infiniteで無限ループ */
	-webkit-animation-timing-function: ease-in;/* ゆっくり始まる */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 2s; /* 実行までの待ち時間 */
}
ul.plist_small {
	margin: 0;
	padding: 0;
	text-align:center;
}
.plist_small li {
	margin: 4px 1px;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 30%;
	border: 1px solid #ccc;
	position: relative;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.plist_small img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.plist_small a:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #ff337a;
}

/* =マイメニュー引継ぎをされたお客様へ
-----------------------------------------------------*/
.mymenu_wrap{
	margin-top: 32px;
	font-size:small;
}
.mymenu_wrap h3{
	padding: 3px;
	background: #a0a0a0;
	color: #fff;
	font-size: small;
	text-align:center;
	border: none;
}

/* =プリMV案内画面
-----------------------------------------------------*/
.cmn_notice2 {
	margin: 24px 16px;
}
/* =アプリダウンロードボックス
-----------------------------*/
.purimv_download_box h4{
	padding: 8px 16px;
}
.yes {
	background: #ff4b8a;
	color: #fff;
}
.no {
	background: #5eb9ff;
	color: #fff;
}
.purimv_download_box{
	margin: 0 16px 16px;
	border: 1px solid #000;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.purimv_download_box p{
	padding: 24px 16px;
	text-align:center;
}
/* =持っている人
---------------------------*/
.btn.purimv span {
    display: inline-block;
    padding: 0 0 0 47px;
    background: url(img/mv_icon.png) no-repeat left center;
    background-size: 37px;
}
/* =持っていない人
---------------------------*/
.purimv_dl {
	text-align:center;
	margin:0 auto;
}
.purimv_dl img {
	height:40px;
	width:auto;
}

