@charset "shift-jis";

/* common - reset, utility
---------------------------------------------------------- */

/* ----------------------------------------------------------
* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* reset
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {margin: 0; padding: 0;}
input, textarea {margin: 0; font-size: 100%;}
label {cursor: pointer;}
table {border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img {border: 0;}
img {vertical-align: top;}
address, caption, cite, code, dfn, em, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
q:after, q:before {content:'';}
a, input {text-decoration: none;}
abbr, acronym {border: 0;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !Base Fonts ------------------------------------------- */
.fwB { font-weight: bold;}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox  { overflow: hidden; *zoom: 1;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide  { display: none;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.atode { padding: 30px; text-align: center; background-color: #d1d1d1;font-size: 30px; color: #666; margin-top: 100px;}

/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt100 { margin-top:100px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
.ml75 { margin-left:75px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}

.fade {opacity: 1 !important;}

/* !IE11 -------------------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, input {border-radius: 0 !important}
}

/* html, body
---------------------------------------------------------- */
html {
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;
	height: 100%;
	min-height: 100%;
	background-size: 3px 170px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	line-height: 1.25;
	color: #666;
}

/* wrapper
---------------------------------------------------------- */
.wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding: 27px 15px 69px;
}

/* header
---------------------------------------------------------- */
.headerWrap{
	padding: 0 15px;
}

/* h1_wrap
---------------------------------------------------------- */
.h1_wrap {
	display: table;
	width: 100%;
}
.h1_wrap h1 {
	display: table-cell;
	height: auto;
	text-align: center;

/* 20180709 
	padding: 70px 0 0;
*/
	/* padding: 0 0 0 53px; */

/* 20180709 
	background: url(//img.mcdonalds.co.jp/common/images/header/logo01.png) center top no-repeat;
	-webkit-background-size: 68px auto;
	background-size: 68px auto;
*/
	color: #000;
	font-size: 18px;
	font-weight: 100;
	vertical-align: bottom;

}

.LogoImage  {
	width: 29px;
	height: 20px;
}

/* body_txt
---------------------------------------------------------- */
/* for LP(Logged)*/
.body_txt_lp {
	margin: 17px 0 0;
	padding: 16px 12px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 18px;
}
.body_txt,
.err_mes,
.info_mes {
	margin: 17px 0 0;
	padding: 16px 12px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 1.5;
}
.err_mes,
.info_mes {
	padding: 12px;
	color: #c00;
	background: rgba(255, 224, 224, 0.6) none;
	font-weight: bold;
	word-wrap: break-word;
}
.body_txt.app_icon {
	padding: 16px 12px 16px 55px;
	background: transparent url(//sp.mdj.jp/img/app_icon_sp.png) 8px center no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
}

/* From */
.Logo {
/*
	font-size: 20px;
*/

/*
	margin: 17px 0 0;
	padding: 16px 12px;
	background: #f5f5f5;
*/
	font-size: 12px;
	line-height: 1.5;

}
/* To */

/* lang selector
---------------------------------------------------------- */
#lang_selector {
	position: absolute;
	right: 0;
	top: -40px;
	width: 100%;
}
#lang_selector.open {
	top: 0;
}
#lang_selector h2 {
	position: absolute;
	right: 0;
	top: 40px;
	display: inline-block;
	padding: 10px 15px 10px 31px;
	background: #eee url(//sp.mdj.jp/img/bg_lang_select_sp.png) 11px center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	border: 1px solid #666;
	border-radius: 0 0 0 4px;
	border-top: none;
	border-right: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.lang_selector_detail {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;

}
#lang_selector.open lang_selector_detail {

}
.lang_selector_detail li {
	float: left;
	box-sizing: border-box;
	display: block;
	width: 20%;
	padding: 0;
	background: #fff none;
	border-right: 1px solid #eee;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}
.lang_selector_detail li a {
	display: block;
	height: 40px;
	background: #ddd;
	color: #666;
	line-height: 40px;
}

/* form
---------------------------------------------------------- */
.form {
	display: block;
	min-height: 1%;
}
.form:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dt {
	margin: 8px -5px 0;
	padding: 6px 5px 4px;
	background: #fff none;
	background: rgba(255, 255, 255, 0.5) none;
	color: #888;
	font-size: 12px;
	font-weight: 700;
}
.form dt:first-child {
	margin: 17px -5px 0;
}
.form dt.err {
	color: #c00;
}
.icon_mandatory {
	color: #c54242;
	font-weight: 700;
}
.form dt small {
	display: inline-block;
}
.form dd {
	margin: 7px 0 0;
	font-size: 12px;
}
.form_plaintxt {
	padding: 8px 7px 7px;
	background: #fff none;
	background: rgba(255, 255, 255, 0.7) none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #666;
}

/* input type="text" */
.form dd input[type="text"],
.form dd input[type="password"],
.form dd input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 5px 7px;
	background: #fff none;
	background: rgba(255, 255, 255, 0.7) none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	color: #666;
}
.form dd input[type="text"].half,
.form dd input[type="password"].half {
	display: inline-block;
	margin: 0 10px 0 5px;
	width: 35%;
}
.form .err + dd input[type="text"],
.form .err + dd input[type="password"],
.form .err + dd input[type="email"] {
	border: 1px solid #c00;
	color: #c00;
}

/* select */
.form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: inline-block;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 0 34px 0 8px;
	background: transparent url(//sp.mdj.jp/img/bg_select_sp.png) right center no-repeat;
	-webkit-background-size: 27px 32px;
	background-size: 27px 32px;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.form .err + dd select {
	border: 1px solid #c00;
}

/* input type="checkbox" */
.checkbox_wrap li {
	position: relative;
	margin: 12px 0 0;
}
.form dd input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: inline-bblock;
	width: 59px;
	height: 34px;
	margin: 0 7px 0 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent url(//sp.mdj.jp/img/bg_ckeckbox_sp.png) left top no-repeat;
	-webkit-background-size: 59px 73px;
	background-size: 59px 73px;
	vertical-align: middle;
}
.form dd input[type="checkbox"]:checked {
	background-position: left bottom;
}
.form dt.err + dd input[type="checkbox"] {
	background: transparent url(//sp.mdj.jp/img/bg_ckeckbox_err_sp.png) left top no-repeat;
	-webkit-background-size: 59px 73px;
	background-size: 59px 73px;
	vertical-align: top;
}
.form dt.err + dd input[type="checkbox"]:checked {
	background-position: left bottom;
}
.form dd label {
	display: inline-block;
	padding: 9px 0 9px;
	vertical-align: top;
}

/* for firefox */
.firefox .form dd input[type="checkbox"] {
	position: absolute;
	left: -9999px;
	top: 0;
}
.firefox .form dd input[type="checkbox"] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 59px;
	height: 34px;
	background: transparent url(//sp.mdj.jp/img/bg_ckeckbox_sp.png) left top no-repeat;
	-webkit-background-size: 59px 73px;
	background-size: 59px 73px;
	vertical-align: top;
}
.firefox .form .err + dd input[type="checkbox"] + label:before {
	background: transparent url(//sp.mdj.jp/img/bg_ckeckbox_err_sp.png) left top no-repeat;
	-webkit-background-size: 59px 73px;
	background-size: 59px 73px;
}
.firefox .form dd input[type="checkbox"]:checked + label:before {
	background-position: left bottom;
}
.firefox .form dd label {
	display: inline-block;
	padding: 9px 0 9px 70px;
	vertical-align: top;
}

.firefox .form dd input[type="checkbox"]:checked + label:before {
	background-position: left bottom;
}
.firefox .form dd label {
	display: inline-block;
	padding: 9px 0 9px 70px;
	vertical-align: top;
}

/* submit class="submit_middle" */
.form input[type="submit"].submit_middle,
.form button.submit_middle,
a.submit_middle {
	-webkit-appearance: none;
	display: inline-block;
	margin: 10px auto 0;
	padding: 4px 14px;
	background: #fff none;
	border: 1px solid #c54242;
	border-radius: 3px;
	color: #c54242;
	font-size: 12px;
	text-align: center;
}

/* submit class="submit_bottom" */
input[type="submit"].submit_bottom,
input[type="button"].submit_bottom,
button.submit_bottom,
a.submit_bottom {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	margin: 15px auto 0;
	padding: 7px 0;
	background: transparent none;
	border: 1px solid #999;
	border-radius: 3px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
a.submit_bottom {
	padding: 9px 0;
}
input[type="submit"].submit_bottom.submit_tonext,
input[type="button"].submit_bottom.submit_tonext,
button.submit_bottom.submit_tonext,
a.submit_bottom.submit_tonext {
	margin: 40px 0 0;
	padding: 8px 0;
	background: #bd0019 none;
	border: none;
	color: #fff;
}
a.submit_bottom.submit_tonext {
	padding: 10px 0;
}
input[type="submit"].submit_bottom.submit_toprev,
button.submit_bottom.submit_toprev,
a.submit_bottom.submit_toprev {
	padding: 8px 0;
	background: #999 none;
	border: none;
	color: #fff;
}
a.submit_bottom.submit_toprev {
	padding: 10px 0;
}
input[type="submit"].submit_bottom.submit_login,
button.submit_bottom.submit_login,
a.submit_bottom.submit_login {
	padding: 7px 0;
	background: #fff none;
	border: 1px solid #bd0019;
	color: #bd0019;
}
a.submit_bottom.submit_login {
	padding: 9px 0;
	width: 260px !important;
}
input[type="submit"].submit_bottom.submit_fb,
button.submit_bottom.submit_fb,
a.submit_bottom.submit_fb {
	padding: 8px 0;
	background: #395a97 url(//sp.mdj.jp/img/bg_logo_facebook_sp.png) 5px center no-repeat;
	-webkit-background-size: 26px;
	background-size: 26px;
	border: none;
	color: #fff;
}
a.submit_bottom.submit_fb {
	padding: 10px 0;
}
input[type="submit"].submit_bottom.submit_closeaccount,
button.submit_bottom.submit_closeaccount,
a.submit_bottom.submit_closeaccount {
	margin: 40px 0 0;
	padding: 8px 0;
	border: none;
	background: #666 none;
	color: #fff;
}
a.submit_bottom.submit_closeaccount {
	padding: 10px 0;
}
input[type="submit"].submit_bottom.no_first,
button.submit_bottom.no_first,
a.submit_bottom.no_first {
	margin: 15px auto 0;
}
.terms_conditions {
	color: #bd0019;
	text-decoration: underline;
}
.pwd_reminder {
	margin: 40px 0 0;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

/* login with sns accounts
---------------------------------------------------------- */
.login_wrap {
	margin: 15px 0 60px;
}
.form_btn a.submit_bottom.btn_yahoo {
	padding: 20px 0;
	border: none;
	background: #ff0033 url(../img/bg_logo_yahoo_sp.png) 4px center no-repeat;
	color: #fff;
	margin-top: 15px;
}
.form_btn a.submit_bottom.btn_google {
	padding: 20px 0;
	border: none;
	background: #4285f4 url(../img/bg_logo_google_sp.png) 4px center no-repeat;
	color: #fff;
	margin-top: 15px;
}
.form_btn a.submit_bottom.btn_facebook {
	padding: 20px 0;
	border: none;
	background: #3a5a98 url(../img/bg_logo_facebook_sp.png) 4px center no-repeat;
	color: #fff;
	margin-top: 15px;
}
.form_btn a.submit_bottom.btn_twitter {
	padding: 20px 0;
	border: none;
	background: #55acee url(../img/bg_logo_twitter_sp.png) 4px center no-repeat;
	color: #fff;
	margin-top: 15px;
}
input[type="submit"].submit_bottom.btn_yahoo,
input[type="submit"].submit_bottom.btn_google,
input[type="submit"].submit_bottom.btn_facebook,
input[type="submit"].submit_bottom.btn_twitter {
	-webkit-background-size: 26px;
	background-size: 26px;
}
.form_btn a.submit_bottom {
	-webkit-appearance: none;
	text-align: center;
	display: block;
	width: 100%;
	margin: 15px auto 0;
	padding: 10px 0 8px;
	background: transparent none;
	border: 1px solid #999;
	border-radius: 3px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
}

/* submit class="" */
.form input[type="submit"].submit_middle,
.form button.submit_middle {
	-webkit-appearance: none;
	display: block;
	margin: 10px auto 0;
	padding: 4px 14px;
	background: transparent none;
	border: 1px solid #c54242;
	border-radius: 3px;
	color: #c54242;
	font-size: 12px;
}
.form_btn a.submit_bottom {
	-webkit-appearance: none;
	text-align: center;
	display: block;
	width: 100%;
	margin: 40px auto 0;
	padding: 10px 0 8px;
	background: transparent none;
	border: 1px solid #999;
	border-radius: 3px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
}
.form_btn a.submit_bottom.submit_tonext {
	margin: 40px 0 0;
	padding: 12px 0  8px;
	background: #bd0019 none;
	border: none;
	color: #fff;
}
.form_btn a.submit_bottom.submit_tonext {
	margin: 40px auto 0;
	padding: 12px 0  12px;
	background: #bd0019 none;
	border: none;
	width: 260px;
	color: #fff;
}
.form_btn a.submit_bottom.submit_toprev {
	padding: 12px 0  12px;
	background: #999;
	border: none;
	color: #fff;
	width: 260px;
}

/* LP bannaer
---------------------------------------------------------- */
ul.annotationTop li , ul.annotationMiddle li {
	text-align: left;
	font-size: 10px;
	margin-left: 2em;
	text-indent: -1em;
}
ul.annotationTop li::before , ul.annotationMiddle li::before {
	content: '??';
	font-family: 'HiraKakuProN-W3', monospace;
}
ul.annotationTop {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	color: #572916;
}
ul.annotationMiddle {
	margin-left:5px;
	margin-right:5px;
	padding: 5px 0;
	color: #eee;
}
.alliance_contents {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.alliance_contents img {
	width: 100%;
}
.alliance_contents h1 {
	display: table;
	width: 100%;
	/* border-top: 1px solid #999; */
	/* color: #fff; */
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.alliance_contents h1.netflix {
	background: #000 url(//sp.mdj.jp/img/mcdwifi_netflix_logo.png) 15px center no-repeat;
	-webkit-background-size: 47.2px 16px;
	background-size: 47.2px 16px;
	color: #fff;
}
.alliance_contents_list {
	display: table;
	width: 100%;
	background: #000 none;
}
.alliance_contents_list li {
	box-sizing: border-box;
	width: 100%;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	vertical-align: top;
}
.alliance_contents_list li.alliance_name {
	box-sizing: border-box;
	padding: 0 7px;
	background: #000 none;
	vertical-align: middle;
}
.alliance_contents_list li img {
	display: block;
	width: 100%;
}
.netflix_band {
	background: #000;
}
.king_band {
	background: #5b387c;
}
.twoBanner {
	background: transparent url(//sp.mdj.jp/img/bg_wrapper_sp.png) left top 70% repeat-x;
}
.body>p {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.body_txt p span.small {
	display: block;
	padding-top: 15px;
	font-size: 10px;
}
.mcdbanner {
	text-align: center;
}
.mcdbanner img {
	width: 90%;
}
.ray01 {
	border: 0px;
	margin: 0;
	height: 9px;
	background: url("//sp.mdj.jp/img/lp/ray01_sp.png") no-repeat center top;
	background-size: 100%;
}
.ray02 {
	border: 0px;
	margin: 0;
	height: 10px;
	background: url("//sp.mdj.jp/img/lp/ray02_sp.png") no-repeat center top;
	background-size: 100%;
}
/*
.form {
	padding: 15px;
	margin-top: 40px;
}
*/
.body_txt.app_icon {
	text-align: center;
}
.body_txt.app_icon::before {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0;
	content: '';
	background: transparent url(/img/app_icon_sp.png) left top no-repeat;
	vertical-align: middle;
	background-size: 100%;
}
#change_register {
	background-color: #bd0019;
	float: right;
	border-radius: 3px;
	margin-right: 10px;

}
#change_register a {
	display: block;
	padding: 7px;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
}

/* PC hide
---------------------------------------------------------- */
.pc {display: none;}
.lp_banner {display: block;}
p.sponly {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	padding: 10px;
	margin: 16px;
	text-align: center;
}
#random img {
	width: 100%;
}

/* terms, privacy_policy
---------------------------------------------------------- */
.h2_wrap {
	position: relative;
	margin: 17px 0 0;
}
.h2_wrap h2 {
	padding: 5px;
	background: rgba(255, 255, 255, 0.5) none;
	color: #888;
	font-weight: bold;
	font-size: 12px;
}
.btn {
	position: absolute;
	right: 2px;
	top: 50%;
	display: block;
	margin: -11px 0 0;
	padding: 0 39px 0 10px;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #787878 49%, #5e5e5e 51%, #545454 100%);
	background: -webkit-linear-gradient(top,  #666666 0%,#787878 49%,#5e5e5e 51%,#545454 100%);
	background: linear-gradient(to bottom,  #666666 0%,#787878 49%,#5e5e5e 51%,#545454 100%);
	border-radius: 2px;
	color: #fff;
	line-height: 22px;
}
.btn_hide {
	display: none;
}
.btn i {
	position: absolute;
	right: 11px;
	top: 7px;
	display: block;
	width: 12px;
	height: 8px;
	background: transparent url(//sp.mdj.jp/img/bg_arrow_down.png) left top no-repeat;
	text-indent: -99999px;
}
.btn i.down {
	background: transparent url(//sp.mdj.jp/img/bg_arrow_up.png) left top no-repeat;
}
.terms_txt,
.privacy_policy_txt {
	height: 80px;
	margin: 10px 0 0;
	padding: 5px 5px 5px;
	background: #fff none;
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 10px;
	line-height: 1.5;
}
.terms_txt.show,
.privacy_policy_txt.show {
	height: auto;
}
.terms_txt_detail > dt,
.privacy_policy_txt_detail > dt {
	margin: 10px 0 0;
}
.terms_txt_detail > dt:first-child,
.privacy_policy_txt_detail > dt:first-child {
	margin: 0;
}
.terms_txt_detail > dd > ul > li,
.privacy_policy_txt_detail > dd > ul > li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.terms_txt_detail > dd > ul > li > ul,
.privacy_policy_txt_detail > dd > ul > li > ul {
	margin: 0 0 0 1em;
}

/* lang selector
---------------------------------------------------------- */
#lang_selector {
	position: absolute;
	right: 0;
	top: -40px;
	width: 100%;
}
#lang_selector.open {
	top: 0;
}
#lang_selector h2 {
	position: absolute;
	right: 0;
	top: 40px;
	display: inline-block;
	padding: 10px 15px 10px 31px;
	background: #eee url(//sp.mdj.jp/img/bg_lang_select_sp.png) 11px center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	border: 1px solid #666;
	border-radius: 0 0 0 4px;
	border-top: none;
	border-right: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.lang_selector_detail {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	background: #ddd none;

}
#lang_selector.open lang_selector_detail {

}
.lang_selector_detail li {
	box-sizing: border-box;
	float: left;
	display: table;
	width: 20%;
	height: 40px;
	padding: 0;
	background: #fff none;
	border-left: 1px solid #eee;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
.lang_selector_detail li:first-child {
	border-left: none;
}
.lang_selector_detail.en li:nth-child(1) {width: 22%;}
.lang_selector_detail.en li:nth-child(2) {width: 17%;}
.lang_selector_detail.en li:nth-child(3) {width: 17%;}
.lang_selector_detail.en li:nth-child(4) {width: 22%;}
.lang_selector_detail.en li:nth-child(5) {width: 22%;}
.lang_selector_detail li a {
	display: table-cell;
	height: 40px;
	background: #ddd;
	color: #666;
	line-height: 1.1;
	vertical-align: middle;
}

/*
-----------------------------------------------------------*/
.pwd_remind {
	margin: 17px 0 0;
}
.pwd_remind dt {
	margin: 10px 0 0;
	padding: 3px 0 3px 5px;
	border-left :3px solid #bd0019;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.pwd_remind dd {
	margin: 10px 0 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5;
}

/* modal
-----------------------------------------------------------*/
#modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) none;
}
.modal_contents {
	box-sizing: border-box;
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	padding: 20px;
	background: #fff none;
}
.modal_contents h2 {
	font-size: 16px;
	font-weight: bold;
}
.modal_contents p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 20px;
}

/* footer
---------------------------------------------------------- */
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 5px 0;
}
footer ul {
	float: left;
	width: 43%;
}
footer ul li {
	float: left;
	width: 55%;
	line-height: 20px;
}
footer ul li:first-child {
	width: 45%;
}
footer ul li a {
	display: block;
	color: #000;
}
.footer_logo_jpwifi {
	float: left;
	width: 25%;
	max-width: 84px;
}
footer small {
	float: right;
	font-size: 9px;
	line-height: 19px;
}

/* pc_only, sp_only
---------------------------------------------------------- */
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}



/*
---------------------------------------------------------- */
.body_txt .ano{
	font-weight: bold;
	color: #bd0019;
	padding-bottom: 5px;
	margin-left: 10px;
	text-indent: -12px;

}

.body_txt .ano2{
	font-weight: bold;
	margin-left: 10px;
	text-indent: -12px;
