@charset "utf-8";

/******************** CSS設定初期化 ********************/
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	color: #333;
	background:#fff;
	height:100%;
	line-height: 1.5;
	/*font-size: 100%;*/
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

.contents * { background-image: url(/mydocomo/images_17v3/common/spacer.gif); }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figcaption, figure {
  margin: 0;
  padding: 0;
}

ul, li, ol, dt, dd { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img { border: 0; }

img { vertical-align: top; }

a { text-decoration: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th { text-align: left; }

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.clearfix {
	*zoom: 1;
}

input, textarea {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

input:not([type="radio"]):not([type="checkbox"]),textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

label { cursor: pointer; }

/* 17.11.14追加 */
figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

/******************** 共通スタイル ********************/
/******************** テキスト関連 ********************/

/* 太さ */
.fw-b { font-weight: bold !important; }
.fw-n { font-weight: normal!important; }

/* サイズ */
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }

/* 位置 */
.t-left { text-align: left !important; }
.t-right { text-align: right !important; }
.t-center { text-align: center !important; }

/* 色 */
.t-red { color: #CC0033!important; }
.t-black { color: #1A1C1E!important; }
.t-skyblue { color:#007AFF!important; }

/* テキストの装飾 */
.t-underline { text-decoration: underline!important; }
a.t-skyblue.t-underline { text-decoration: none!important; }
a.t-skyblue.t-underline:hover { text-decoration: underline!important; }

/******************** リスト ********************/
.attention-list li, 
.graydot-list li {
	position: relative;
	padding-left: 1.2em;
	margin: 8px 0;
}
.attention-list.pl00 li {
	padding-left: 0!important;
}
.graydot-list li {
	padding-left: 0.8em;
}
.attention-list li:first-child, 
.graydot-list li:first-child {
	margin-top: 0;
}
.attention-list li:last-child, 
.graydot-list li:last-child {
	margin-bottom: 0;
}
.attention-list li::before {
	content: "※";
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}
.attention-list.pl00 li::before {
	position: static!important;
}
.graydot-list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #CDD4DD;
}
.attention-list.fs14 li, 
.graydot-list.fs14 li {
	line-height: 20px;
}
.attention-list.fs16 l, 
.graydot-list.fs16 li {
	line-height: 22px;
}
.number-list li {
    counter-increment: notes;
    position: relative;
    padding-left: 2.2em;
    margin-top: 8px;
}
.number-list li::before {
    content: "\203b" counter(notes);
    position: absolute;
    top: 0;
    left: 0;
}
.number-list li:first-of-type {
    margin-top: 0;
}

/********************** 縦幅 **********************/
.common-height-auto { height: auto!important; }
.common-height-100 { height: 100%!important; }

/********************** 横幅 **********************/
.common-maxwidth-304 { max-width: 304px!important; }
.common-width-100percent { width: 100%!important; }

/********************** 要素の表示形式 **********************/
.common-display-block { display: block!important; }
.common-display-inline-block { display: inline-block!important; }
.common-display-inline { display: inline!important; }
.common-display-flex { display: flex!important; }

/********************** margin **********************/
.mgn-auto { margin: 0 auto; }
.mgn-000auto { margin: 0 0 0 auto; }

/*************** PC･TAB ***************/
@media screen and (min-width: 768px) {

.pcmt0 { margin-top: 0px !important; }
.pcmt4 { margin-top: 4px !important; }
.pcmt8 { margin-top: 8px !important; }
.pcmt12 { margin-top: 12px !important; }
.pcmt14 { margin-top: 14px !important; }
.pcmt16 { margin-top: 16px !important; }
.pcmt24 { margin-top: 24px !important; }
.pcmt32 { margin-top: 32px !important; }
.pcmt40 { margin-top: 40px !important; }
.pcmt64 { margin-top: 64px !important; }

.pcmb0 { margin-bottom: 0px !important; }
.pcmb4 { margin-bottom: 4px !important; }
.pcmb8 { margin-bottom: 8px !important; }
.pcmb12 { margin-bottom: 12px !important; }
.pcmb16 { margin-bottom: 16px !important; }
.pcmb24 { margin-bottom: 24px !important; }
.pcmb32 { margin-bottom: 32px !important; }
.pcmb40 { margin-bottom: 40px !important; }
.pcmb64 { margin-bottom: 64px !important; }

.pcmr4 { margin-right: 4px !important; }
.pcmr8 { margin-right: 8px !important; }
.pcmr12 { margin-right: 12px!important; }
.pcmr16 { margin-right: 16px !important; }
.pcmr24 { margin-right: 24px !important; }
    
.pcml4 { margin-left: 4px !important; }
.pcml8 { margin-left: 8px !important; }
.pcml16 { margin-left: 16px !important; }
.pcml24 { margin-left: 24px !important; }

}

/*************** SPのみ ***************/
@media screen and (max-width: 767px) {

.spmt0 { margin-top: 0px !important; }
.spmt4 { margin-top: 4px !important; }
.spmt8 { margin-top: 8px !important; }
.spmt12 { margin-top: 12px !important; }
.spmt14 { margin-top: 14px !important; }
.spmt16 { margin-top: 16px !important; }
.spmt24 { margin-top: 24px !important; }
.spmt32 { margin-top: 32px !important; }
.spmt40 { margin-top: 40px !important; }
.spmt48 { margin-top: 48px !important; }

.spmb0 { margin-bottom: 0px !important; }
.spmb4 { margin-bottom: 4px !important; }
.spmb8 { margin-bottom: 8px !important; }
.spmb12 { margin-bottom: 12px !important; }
.spmb16 { margin-bottom: 16px !important; }
.spmb24 { margin-bottom: 24px !important; }
.spmb32 { margin-bottom: 32px !important; }
.spmb40 { margin-bottom: 40px !important; }
.spmb48 { margin-bottom: 48px !important; }

.spmr4 { margin-right: 4px !important; }
.spmr8 { margin-right: 8px !important; }
.spmr16 { margin-right: 16px !important; }
.spmr24 { margin-right: 24px !important; }
    
.spml4 { margin-left: 4px !important; }
.spml8 { margin-left: 8px !important; }
.spml16 { margin-left: 16px !important; }
.spml24 { margin-left: 24px !important; }

}

/*************** TABのみ ***************/
@media screen and (min-width: 768px) and (max-width: 979px) {

.tabmt0 { margin-top: 0px !important; }
.tabmt4 { margin-top: 4px !important; }
.tabmt8 { margin-top: 8px !important; }
.tabmt12 { margin-top: 12px !important; }
.tabmt14 { margin-top: 14px !important; }
.tabmt16 { margin-top: 16px !important; }
.tabmt24 { margin-top: 24px !important; }
.tabmt32 { margin-top: 32px !important; }
.tabmt40 { margin-top: 40px !important; }
.tabmt64 { margin-top: 64px !important; }

.tabmb0 { margin-bottom: 0px !important; }
.tabmb4 { margin-bottom: 4px !important; }
.tabmb8 { margin-bottom: 8px !important; }
.tabmb12 { margin-bottom: 12px !important; }
.tabmb16 { margin-bottom: 16px !important; }
.tabmb24 { margin-bottom: 24px !important; }
.tabmb32 { margin-bottom: 32px !important; }
.tabmb40 { margin-bottom: 40px !important; }
.tabmb64 { margin-bottom: 64px !important; }

.tabmr4 { margin-right: 4px !important; }
.tabmr8 { margin-right: 8px !important; }
.tabmr16 { margin-right: 16px !important; }
.tabmr24 { margin-right: 24px !important; }

}

/********************** padding **********************/
/*************** ALL ***************/
.pt0 { padding-top: 0 !important; }
.pt4 { padding-top: 4px !important; }
.pt8 { padding-top: 8px !important; }
.pt12 { padding-top: 12px !important; }
.pt16 { padding-top: 16px !important; }
.pt24 { padding-top: 24px !important; }
.pt32 { padding-top: 32px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb4 { padding-bottom: 4px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb12 { padding-bottom: 12px !important; }
.pb16 { padding-bottom: 16px !important; }
.pb24 { padding-bottom: 24px !important; }
.pb32 { padding-bottom: 32px !important; }

.pr8 { padding-right: 8px !important; }
.pr16 { padding-right: 16px !important; }

.pl8 { padding-left: 8px !important; }
.pl16 { padding-left: 16px !important; }

/*************** PC･TAB ***************/
@media screen and (min-width: 768px) {

.pcpt0 { padding-top: 0 !important; }
.pcpt4 { padding-top: 4px !important; }
.pcpt8 { padding-top: 8px !important; }
.pcpt12 { padding-top: 12px !important; }
.pcpt16 { padding-top: 16px !important; }
.pcpt24 { padding-top: 24px !important; }
.pcpt32 { padding-top: 32px !important; }

.pcpb0 { padding-bottom: 0 !important; }
.pcpb4 { padding-bottom: 4px !important; }
.pcpb8 { padding-bottom: 8px !important; }
.pcpb12 { padding-bottom: 12px !important; }
.pcpb16 { padding-bottom: 16px !important; }
.pcpb24 { padding-bottom: 24px !important; }
.pcpb32 { padding-bottom: 32px !important; }
.pcpb64 { padding-bottom: 64px !important; }

}

/*************** SPのみ ***************/
@media screen and (max-width: 767px) {

.sppt0 { padding-top: 0 !important; }
.sppt4 { padding-top: 4px !important; }
.sppt8 { padding-top: 8px !important; }
.sppt12 { padding-top: 12px !important; }
.sppt16 { padding-top: 16px !important; }
.sppt24 { padding-top: 24px !important; }
.sppt32 { padding-top: 32px !important; }

.sppb0 { padding-bottom: 0 !important; }
.sppb4 { padding-bottom: 4px !important; }
.sppb8 { padding-bottom: 8px !important; }
.sppb12 { padding-bottom: 12px !important; }
.sppb16 { padding-bottom: 16px !important; }
.sppb24 { padding-bottom: 24px !important; }
.sppb32 { padding-bottom: 32px !important; }
.sppb40 { padding-bottom: 40px !important; }

.sppr8 { padding-right: 8px !important; }
.sppr16 { padding-right: 16px !important; }

.sppl8 { padding-left: 8px !important; }
.sppl16 { padding-left: 16px !important; }

}
/*************** PCのみ ***************/
@media screen and (min-width: 980px) {

.pconlypt0 { padding-top: 0 !important; }
.pconlypt4 { padding-top: 4px !important; }
.pconlypt8 { padding-top: 8px !important; }
.pconlypt12 { padding-top: 12px !important; }
.pconlypt16 { padding-top: 16px !important; }
.pconlypt24 { padding-top: 24px !important; }
.pconlypt32 { padding-top: 32px !important; }

.pconlypb0 { padding-bottom: 0 !important; }
.pconlypb4 { padding-bottom: 4px !important; }
.pconlypb8 { padding-bottom: 8px !important; }
.pconlypb12 { padding-bottom: 12px !important; }
.pconlypb16 { padding-bottom: 16px !important; }
.pconlypb24 { padding-bottom: 24px !important; }
.pconlypb32 { padding-bottom: 32px !important; }

}
/************************ float ************************/

.fl { float: left; }
.fr { float: right; }
.clr { clear: both;}

/********************** flexbox並び順 **********************/

.sp-order1 { order: 1; }
.sp-order2 { order: 2; }
.sp-order3 { order: 3; }
.sp-order4 { order: 4; }
.sp-order5 { order: 5; }

/* タブレット・PC用 */
@media screen and (min-width: 768px) {
	.pc-order1 { order: 1; }
	.pc-order2 { order: 2; }
	.pc-order3 { order: 3; }
	.pc-order4 { order: 4; }
	.pc-order5 { order: 5; }
}

/********************** flexbox wrap **********************/
.flex-wrap-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-wrap-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}

/********************** 角丸 **********************/
.brdblr0 {border-bottom-left-radius: 0!important;}
.brdbrr0 {border-bottom-right-radius: 0!important;}
.brdr16 {border-radius: 16px!important;}
.brdr8 {border-radius: 8px!important;}

/********************** シャドウ効果 **********************/
.boxshadow012 { box-shadow: 0 0 4px 0 rgba(0,0,0,0.12); }

/********************** ボーダー **********************/
.brdt-gray { border-top: 1px solid #DFE4E9; }
.brdl-gray { border-left: 1px solid #DFE4E9; }
.brdr-gray { border-right: 1px solid #DFE4E9; }
.brdb-gray { border-bottom: 1px solid #DFE4E9; }
.brdt-none { border-top: none!important; }

/************************ デバイス毎だし分け ************************/
.sp-only { display: block!important; }
.sp-se-only { display: none!important; }
.sp-se-other { display: block!important; }
.sp-other { display: none!important; }
.sp-other-inline { display: none!important; }
.sp-tb-only { display: block!important; }
.pc-only { display: none!important; }
.tab-only { display: none!important; }
.sp-pc-only { display: block!important; }

@media screen and (max-width: 320px) {
.sp-se-only { display: block!important; }
.sp-se-other { display: none!important; }
}

/* タブレット用指定 768px～max */
@media screen and (min-width: 768px) {
.sp-only { display: none!important; }
.sp-se-only { display: none!important; }
.sp-se-other { display: none!important; }
.sp-other { display: block!important; }
.sp-other-inline { display: inline!important; }
.sp-tb-only { display: block!important; }
.pc-only { display: none!important; }
.tab-only { display: block!important; }
.sp-pc-only { display: none!important; }
}

/* PC用指定 980px～max */
@media screen and (min-width: 980px) {
.sp-only { display: none!important; }
.sp-se-only { display: none!important; }
.sp-se-other { display: none!important; }
.sp-other { display: block!important; }
.sp-other-inline { display: inline!important; }
.sp-tb-only { display: none!important; }
.pc-only { display: block!important; }
.tab-only { display: none!important; }
.sp-pc-only { display: block!important; }
}

/******************** common コンテンツ ********************/

/******************** タイトル ********************/
.title-area {
    margin: 0 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.title-areaL {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.title-areaR {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.common-title {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 26px;
	color: #1A1C1E;
	letter-spacing: 1.5px;
	line-height: 32px;
	padding-bottom: 16px;
	position: relative;
	font-weight: bold;
}
.common-title::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4A4F55;
}
.common-title::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #FFCC00;
}
.sub-title-area {
	margin: 40px 16px 16px 16px;
}
.sub-title-contracts {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.common-title {
		font-size: 38px;
		font-weight: normal;
		letter-spacing: 2.5px;
		line-height: 46px;
	}
	.title-area {
		margin: 0 auto 48px;
		max-width: 746px;
		width: 100%;
	}
	.title-areaR {
		margin: 0;
	}
	.sub-title-area {
		max-width: 746px;
		margin: 64px auto 24px;
		width: 100%;
	}
	.sub-title-area-no-mt {
		margin: 0 auto 24px;
	}
}
@media screen and (min-width: 980px) {
	.title-area {
		max-width: 960px;
	}
	.sub-title-area-no-mt, 
	.sub-title-area {
		max-width: 960px;
		padding: 0 16px;
	}
}

/**** タイトル ボタン追加 211125 ****/
@media screen and (max-width: 767px) {
	.title-area-btn-sp211125 {
		width: 150px!important;
	}
}
.title-area-btn211125 {
	text-align: left!important;
	margin: 0!important;
}

/******************** ぱんくずリスト ********************/

.breadcrumb {
	padding: 0 16px;
}
.breadcrumb-list {
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
	font-size: 12px;
	position: relative;
}
.breadcrumb-link {
	color: #0080ff!important;
}
.breadcrumb-link::after {
	top: 48%;
	right: 0;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid transparent;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	display: block;
	content: '';
}
.breadcrumb-link:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.breadcrumb {
		padding: 0;
		margin: 0 auto 40px;
		max-width: 746px;
		width: 100%;
	}
	.breadcrumb-list {
		font-size: 14px;
	}
	.breadcrumb-link {
		color: #0080ff!important;
	}
	.breadcrumb-link::after {
		top: 48%;
		right: 0;
		width: 0.5em;
		height: 0.5em;
		border: 1px solid transparent;
		border-right: 1px solid #888888;
		border-bottom: 1px solid #888888;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		position: absolute;
		display: block;
		content: '';
	}
}
@media screen and (min-width: 980px) {
	.not-found-404-area-box, 
	.breadcrumb {
		max-width: 960px;
		width: 100%;
	}
}



/******************** 白枠・黄枠 ********************/
.common-box, 
.common-yellow-box {
	background-color: #fff;
	padding: 20px 16px;
	margin: 0 8px 8px 8px;
	border-radius: 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
}
.common-yellow-box {
	background-color: #FFF0B2;
    border: 6px solid #fff;
	padding: 26px 10px;
	margin: 0 auto;
}

/*黄枠内アイコン*/
.common-yellow-box-icon-information::before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-image: url(../../images_20m4/common/icons/icn_64_information_oncolor@2x.png);
}

/*グレー背景*/
.common-bg-gray {
	padding: 6px 8px;
	border-radius: 6px;
	width: 100%;
	background-color: #EEF1F4;
}

/*水色背景*/
.common-bg-light-blue {
	padding: 6px 8px;
	border-radius: 6px;
	width: 100%;
	background-color: #CCEFFC;
}

/*黄背景*/
.common-bg-yellow {
	padding: 6px 8px;
	border-radius: 6px;
	width: 100%;
	background-color: #FFF0B2;
}

.common-box-title {
	margin: 40px 0 16px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
	.common-box {
		max-width: 536px;
		padding: 24px 16px;
		margin: 0 auto 16px auto;
		width: 100%;
	}
	.common-box-title {
		margin: 64px 0 24px;
		font-size: 20px;
		line-height: 24px;
	}
}


.common-contents-area a {
	color: #1A1C1E;
}
.common-contents-area {
	background-color: #eef1f4;
	color: #1A1C1E;
    position: relative;
}


.common-list-box {
	max-width: 327px;
	margin: 0 auto;
}
.common-bk-img-before::before, 
.common-bk-img-after::after {
	content: '';
    display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
	vertical-align: middle;
}
.common-grayborder-whitebk-btn {
    font-size: 14px;
    border: 1px solid #DFE4E9;
    border-radius: 24px;
	display: block;
	line-height: 16px;
	padding: 12px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
}
.common-grayborder-whitebk-btn:hover {
	background-color: #f6f7f8;
}
.common-shadow-whitebk-btn {
	font-size: 14px;
    border-radius: 24px;
	display: block;
	line-height: 16px;
	padding: 13px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
}
.common-shadow-whitebk-list-btn {
    border-radius: 16px;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
}
.common-pagetop-circleicon-area-inner {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 1000;
	height: 68px;
}
.common-pagetop-circleicon {
	position: relative;
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: rgba(255,226,110,0.88);
	border: 3px solid #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}
.common-pagetop-circleicon span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 56%;
	-webkit-transform: translateY(-56%);
	transform: translateY(-56%);
	width :62px;
	text-align:center;
	color: #4A4F55;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.common-pagetop-circleicon::before {
	content: "";
	display: inline-block;
	background-image: 	url(../../images_20m4/common/icons/16_pulldown_up@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -8px;
}

/******************** ボタン ********************/

.common-btn-area {
	text-align: center;
}
.common-btn-flex-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width:768px) {
	.common-btn-flex-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.not-found-404-area-top-btn-area-btn {
	font-size: 14px;
	border: none;
	line-height: 20px;
	background-color: #fff;
	color: #31353A!important;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%);
	padding: 14px 80px 14px 105px;
	margin: 0 auto;
	width: 100%;
	max-width: 263px;
	display: block;
	text-align: center;
	border-radius: 24px;
	font-weight: bold;
	position: relative;
}
.not-found-404-area-top-btn-area-btn::before {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	left: 80px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 0;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_home@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.not-found-404-area-top-btn-area-btn:hover {
    background-color: #f6f7f8;
}

/*ボタンの横幅*/
.common-width-auto {
	width: auto!important;
}
.common-width-max-width-none {
	max-width: none!important;
}

/*主導戦ボタン*/
.common-btn-basic {
	font-size: 14px;
	border: 1px solid #DFE4E9;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 44px 10px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
}
.common-btn-basic.common-outside {
	padding: 13px 44px 13px 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border: none;
}
.common-btn-basic:hover {
	background-color: #f6f7f8;
}
.common-btn-basic::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	right: 10px;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}
.common-btn-basic.common-btn-backhome {
	max-width: 228px;
	width: 100%;
	padding: 13px 62px 13px 90px;
}
.common-btn-basic.common-btn-backhome::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_home@2x.png);
	top: 50%;
	left: 64px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.common-btn-basic.common-btn-backhome::after {
	display: none;
}
.common-btn-basic.common-btn-backallinfo {
	max-width: 130px;
	width: 100%;
	padding: 13px 16px 13px 44px;
}
.common-btn-basic.common-btn-backallinfo::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_arrow_left@2x.png);
	top: 50%;
	left: 8px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}
.common-btn-basic.common-btn-backallinfo::after {
	display: none;
}
.common-btn-basic.common-btn-backallinfo-mant {
	width: 100px;
	padding: 10px 12px 10px 28px;
}
.common-btn-basic.common-btn-backallinfo-mant::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	background-image: url(/mydocomo/images_20m4/common/btn/btn_information@2x.png);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}
.common-btn-basic.common-btn-backallinfo-mant::after {
	display: none;
}


/*強調ボタン（弱）横幅固定*/
.common-btn-emphasis {
	font-size: 14px;
	border: 4px solid #fff;
	border-radius: 24px;
	line-height: 20px;
	padding: 7px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #FFE26E;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	max-width: 280px;
	width: 100%;
}
.common-btn-emphasis:hover {
	background-color: #FFF4A2;
}

/*強調ボタン（弱）横幅なりゆき*/
.common-btn-emphasis-width-auto {
	font-size: 14px;
	border: 4px solid #fff;
	border-radius: 24px;
	line-height: 20px;
	padding: 7px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #FFE26E;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
}

/*強調ボタン（強）*/
.common-btn-emphasis-width-auto.common-strong, 
.common-btn-emphasis.common-strong {
	padding: 10px 16px;
	background-color: #FFCC00;
}
.common-btn-emphasis-width-auto.common-strong:hover, 
.common-btn-emphasis.common-strong:hover {
	background-color: #FFE26E;
}
.common-btn-emphasis-width-auto.common-strong.common-in-bnr, 
.common-btn-emphasis.common-strong.common-in-bnr {
	padding: 7px 16px;
}

/*副導線ボタン*/
.common-btn-deputy {
	font-size: 14px;
	border-radius: 24px;
	line-height: 20px;
	padding: 8px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #FFE26E;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	max-width: 280px;
	width: 100%;
}
.common-btn-deputy:hover {
	background-color: #FFF4A2;
}

/*閉じるボタン*/
.common-btn-close {
	font-size: 14px;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	border: 1px solid #DFE4E9;
}
.common-btn-close:hover {
	background-color: #F6F7F8;
}

/*ログインボタン（主）*/
.common-btn-login {
	font-size: 16px;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 16px 10px 52px;
	margin: 0 auto;
	position: relative;
	background-color: #CC0033;
	font-weight: bold;
	color: #fff!important;
	display: inline-block;
	text-align: center;
	border: 1px solid #CC0033;
}
.common-btn-login::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	left: 6px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-image: url(/mydocomo/images_20m4/common/btn/btn_login_white@2x.png);
	text-align: center;
}
.common-btn-login:hover {
	background-color: #B4002D;
}

/*ログアウトボタン*/
.common-btn-logout {
	font-size: 16px;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 16px 10px 52px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	border: 1px solid #DFE4E9;
}
.common-btn-logout::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	left: 6px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-image: url(/mydocomo/images_20m4/common/btn/btn_login_gray@2x.png);
	text-align: center;
}
.common-btn-logout:hover {
	background-color: #F6F7F8;
}

/*ログインボタン（幅）*/
.common-btn-login-white {
	font-size: 16px;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 16px 10px 52px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #CC0033!important;
	display: inline-block;
	text-align: center;
	border: 1px solid #CC0033;
}
.common-btn-login-white::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	left: 6px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-image: url(/mydocomo/images_20m4/common/btn/btn_login_red@2x.png);
	text-align: center;
}
.common-btn-login-white:hover {
	background-color: #F6F7F8;
}

/*その他*/
.common-btn-basic.common-attention {
	padding: 12px 16px 12px 40px;
	max-width: inherit;
	width: auto;
}
.common-btn-basic.common-attention::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_attention.png);
}

/* ご利用後アンケートボタン */
.common-btn-basic.common-ces-questionnaire::before {
	background-image: url(/mydocomo/images_20m4/common/icons/btn_questionnaire.png)!important;
}
.common-btn-basic.common-attention::after {
	display: none;
}
.common-btn-basic.common-attention.common-narrow {
	padding: 12px 14px 12px 38px;
}
.common-btn-basic.common-attention.common-narrow::before {
	left: 14px;
}
.common-btn-basic.common-attention.common-wide {
	padding: 12px 36px 12px 60px;
}
.common-btn-basic.common-attention.common-wide::after {
	display: none;
}
.common-btn-basic.common-attention.common-wide::before {
	left: 36px;
}
.common-btn-basic.common-attention.common-wide.common-outside {
	padding: 13px 36px 13px 60px;
}
.common-notice-box .common-attention {
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
}
.common-notice-box .common-attention::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_attention.png);
}
.common-notice-box .common-attention.common-attention-top0::before {
	margin-top:0;
	top:0;
}
/* チャットボットボタン */
.common-btn-chatbot {
	font-size: 14px;
	border-radius: 24px;
	line-height: 14px;
	padding: 8px 16px 8px 52px;
	margin: 0 auto;
	position: relative;
	background-color: #CC0033;
	font-weight: bold;
	color: #fff!important;
	display: inline-block;
	text-align: left;
	border: 1px solid #CC0033;
}
.common-btn-chatbot.common-outside {
	padding: 9px 16px 9px 52px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border: none;
}
.common-btn-chatbot span {
	font-size: 12px;
	font-weight: normal;
}
.common-btn-chatbot::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	left: 6px;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 0;
	background-image: url(/mydocomo/images_20m4/common/icons/icon@2x.png);
	text-align: center;
	image-rendering: -webkit-optimize-contrast;
}
.common-btn-chatbot:hover {
	background-color: #B4002D;
}

/*ボタン共通アイコン*/
.common-right-arrow::after {
	background-image: url(/mydocomo/images_20m4/common/btn/btn_arrow_right@2x.png);
}
.common-right-arrow2::after {
	background-image: url(/mydocomo/images_20m4/common/btn/btn_arrow_right@2x.png)!important;
}
.common-blank::after {
	background-image: url(/mydocomo/images_20m4/common/btn/btn_blank@2x.png);
}
.common-pulldown-down::after {
	background-image: url(/mydocomo/images_20m4/common/btn/btn_pulldown_down@2x.png)
}
.common-pulldown-up::after {
	background-image: url(/mydocomo/images_20m4/common/btn/btn_pulldown_up@2x.png)
}

/*非活性ボタン*/
.common-inactive {
	background-color: #CED4DC!important;
	color: #fff!important;
	cursor: default;
}

/*リスト型ボタン*/
.common-list-btn-normal-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 0;
	position: relative;
	border: 1px solid #DFE4E9;
}
.common-list-btn-normal-box.common-outside {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
	margin: 0 8px 16px 8px;
	border: none;
	border-radius: 16px;
}
.common-list-btn-normal-txt-box {
	border-bottom: 1px solid #DFE4E9;
}
.common-list-btn-normal-txt-box:last-child {
	border-bottom: none;
}
.common-list-btn-normal-txt-box:first-child .common-list-btn-normal-txt {
    border-radius: 8px 8px 0 0;
}
.common-list-btn-normal-box.common-outside .common-list-btn-normal-txt-box:first-child .common-list-btn-normal-txt {
    border-radius: 16px 16px 0 0;
	padding-top: 24px;
}
.common-list-btn-normal-txt-box:last-child .common-list-btn-normal-txt {
    border-radius: 0 0 8px 8px;
}
.common-list-btn-normal-box.common-outside .common-list-btn-normal-txt-box:last-child .common-list-btn-normal-txt {
    border-radius: 0 0 16px 16px;
	padding-bottom: 24px;
}
.common-list-btn-normal-txt:hover {
    background-color: #f6f7f8;
    cursor: pointer;
}
.common-list-btn-normal-txt {
	position: relative;
	padding: 16px 44px 16px 16px;
	display: block;
	font-size: 16px;
	color: #31353A;
	font-weight: bold;
	line-height: 18px;
}
.common-list-btn-normal-txt::after {
	background-image: url(../../images_20m4/common/btn/btn_arrow_right@2x.png);
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
}
.common-list-btn-normal-box.common-outside .common-list-btn-normal-txt-box:first-child .common-list-btn-normal-txt::after {
	margin-top: -10px;
}
.common-list-btn-normal-box.common-outside .common-list-btn-normal-txt-box:last-child .common-list-btn-normal-txt::after {
	margin-top: -16px;
}
.common-list-btn-normal-txt .common-txt-sup {
	margin-top: 6px;
	display: inline-block;
}
.common-list-nobtn-normal-txt {
	padding: 16px 16px 24px 16px;
}
@media screen and (min-width:768px) {
	.common-list-btn-normal-box.common-outside {
		margin: 0 auto 16px;
	}
}

.common-cursor-inherit {
    cursor: inherit;
}

/******************** タグ ********************/
/* 黄色タグ */
.common-tag-bg-yellow {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    background: #FFE26E;
    border-radius: 4px;
    padding: 6px;
    display: inline-block;
}

/******************** ツールチップ ********************/
.common-btn-tooltip-question {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	vertical-align: middle;
}
.common-btn-tooltip-question::before {
	display: block;
	content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    background-image: url(/mydocomo/images_20m4/common/icons/btn_question.png);
    background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: 0;
	margin-top: -9px;
}
.common-btn-tooltip-question:hover::before, 
.common-btn-tooltip-question.active::before {
    background-image: url(/mydocomo/images_20m4/common/icons/btn_question_on.png);
}
.common-tooltip-box {
	display: block;
	width: 100%;
	position: absolute;
    z-index: 1000;
    cursor: text;
    font-size: 12px;
    left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	pointer-events: none;
}
.common-tooltip-box.common-tooltip-top {
	bottom: 41px;
}
@media screen and (min-width:768px) {
	.common-tooltip-box.common-tooltip-top {
		bottom: 58px;
	}
}
@media screen and (min-width:980px) {
	.common-tooltip-box.common-tooltip-top {
		bottom: 52px;
	}
}
.common-tooltip-box.common-tooltip-bottom {
	top: auto;
	margin-top: 11px;
}
.common-tooltip-box span {
	display: block;
}
.common-tooltip-box-inner {
    display: block;
    border: 4px solid #FFE26E;
    background-color: #fff;
    padding: 36px 12px 20px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
	pointer-events: auto;
}
.common-btn-tooltip-question .common-tooltip-bottom-arrow::after {
	display: block;
    content: "";
    position: absolute;
    left: -2px;
    width: 14px;
    height: 14px;
    border: 4px solid #FFE26E;
    background-color: #fff;
    clip: rect(auto 12px 12px auto);
	top: 26px;
	-ms-transform: rotate(406deg);
	-webkit-transform: rotate(406deg);
	-moz-transform: rotate(406deg);
	transform: rotate(406deg);
	z-index: 1001;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
.common-btn-tooltip-question .common-tooltip-top-arrow::after {
	display: block;
    content: "";
    position: absolute;
    left: -2px;
    width: 14px;
    height: 14px;
    border: 4px solid #FFE26E;
    background-color: #fff;
    clip: rect(auto 12px 12px auto);
	bottom: 26px;
	-ms-transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
    -moz-transform: rotate(-134deg);
    transform: rotate(-134deg);
	z-index: 1001;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
@media screen and (min-width:768px) {
	.common-btn-tooltip-question .common-tooltip-top-arrow::after {
		bottom: 44px;
	}
}
@media screen and (min-width:980px) {
	.common-btn-tooltip-question .common-tooltip-top-arrow::after {
		bottom: 28px;
	}
}
.common-tooltip-close-area {
	position: absolute;
	top: 12px;
	right: 12px;
}
.common-tooltip-close-area .common-tooltip-close-btn {
	background-image: url(/mydocomo/images_20m4/common/icons/btn_close.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}


/******************** 共通スタイル ********************/
.wrapper {
	padding-left: 0;
	padding-top: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
.banner-area-close {
top: 8px;
}
}


/****************************** ヘッダー ******************************/
/****************************** グローバルヘッダー ******************************/
.header-wrapper {
    background-color: #ffffff;
    z-index: 1090;
    position: relative;
}
.global-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	min-width: 300px;
	max-width: 960px;
	width: 100%;
	height: 48px;
	position: relative;
	padding: 0 10px;
}
@media screen and (min-width: 768px) {
	.global-header {
		padding: 0 10px;
		height: 56px;
	}
}
@media screen and (min-width: 980px) {
	.global-header {
		padding: 0;
	}
}
.global-header-img {
	width: 39px;
}
@media screen and (min-width: 768px) {
	.global-header-img {
		width: 98px;
	}
}

/* グローバルヘッダーナビ */
.global-header-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.global-header-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 8px 0;
	color: #4A4F55;
  padding-right: 1px;
  position: relative;
}
.global-header-link::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #EEF1F4;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.global-header-model-change::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("../../images_20m4/common/icons/icn_category_shop@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 8px;
}
.global-header-question::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("../../images_20m4/common/icons/icn_category_help@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 8px;
}
.global-header-information::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("../../images_20m4/common/icons/icn_category_information@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 8px;
}
@media screen and (min-width: 768px) {
	.global-header-model-change::before {
		width: 20px;
		height: 20px;
		margin-right: 6px;
		margin-left: 16px;
	}
	.global-header-question::before {
		width: 20px;
		height: 20px;
		margin-right: 6px;
		margin-left: 16px;
	}
	.global-header-information::before {
		width: 20px;
		height: 20px;
		margin-right: 6px;
		margin-left: 16px;
	}
}
.global-header-text {
	margin-right: 8px;
	font-size: 11px;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
	.global-header-text {
		margin-right: 16px;
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) {
	.global-header-borderR-sp {
		border-right: none !important;
	}
}
/* フォーム */
.global-header-form {
	position: relative;
	max-width: 192px;
	width: 100%;
	margin: 0 auto;
}
.global-header-link:hover {
opacity: 0.7;
}
.global-header-form-sp {
	-webkit-align-items: center;
	align-items: center;
	margin: 4px 0px 4px 10px;
	width: 24px;
	height: 24px;
    cursor: pointer;
}
.global-header-form-image {
	position: absolute;
	left: 16px;
	top: 10px;
}
.global-header-form-text {
	font-size: 14px;
	width: 100%;
	border: 1px solid #CED4DC;
	border-radius: 6px !important;
	padding: 10px 11px 10px 34px;
	height: 36px;
	background-color: #FFFFFF;
	display: block;
	line-height: 1;
}
.global-header-form-text::placeholder {
	color: #8D959F;
}

/* JSオフ */
.nojs .global-header-information {
border-right:none;
}
.nojs .global-header-information .global-header-text {
margin-right: 0px;
}
@media screen and (min-width: 768px) {
.nojs .global-header-information .global-header-text {
margin-right: 5px;
}
}

/****************************** グローバルナビゲーション ******************************/
.global-navigtion {
	width: 100%;
	background-color: #FFCC00;
	padding: 0 10px;
}
.global-navigtion-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.global-navigtion-list {
	display: inline-block;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	position: relative;
}

.global-navigtion-link {
	position: relative;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 8px 0;
	display: block;
}
.global-navigtion-data::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_home@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-contract::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_contract@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-procedure::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_procedure@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-setting::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_setting@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-discount::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_profinavigation_barle@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-onlineshop {
    letter-spacing: -3.4px;
}
.global-navigtion-onlineshop::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_onlineshop.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-corporation::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_navigation_bar_corporation@2x.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.global-navigtion-text {
	font-size: 11px;
	color: #4A4F55;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	vertical-align: middle;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.global-navigtion-link {
		padding: 13px 0;
		z-index: 2;
	}
	.global-navigtion-list::after {
		content: '';
		width: 99%;
		height: 32px;
		position: absolute;
		top: 13px;
		left: 0;
		border-left: 1px #FFF solid;
	}
	.global-navigtion-list:last-child::after, 
	.global-navigtion-list#mydcm_glonavi_biz::after {
		border-right: 1px #FFF solid;
		z-index: 1;
	}
    .global-navigtion-onlineshop {
        letter-spacing: -2.5px;
    }
	.global-navigtion-text {
		width: auto;
		font-size: 14px;
		display: inline-block;
		line-height: 30px;
		margin-left: 6px;
	}
}
@media screen and (min-width: 980px) {
	.global-navigtion-inner {
		padding: 0;
	}
	.global-navigtion-inner .global-navigtion-list:hover, 
	.global-navigtion-inner .global-navigtion-list:active {
		background-color: #FFE26E;
	}
    .global-navigtion-onlineshop {
        letter-spacing: 0px;
    }
}

/* current */

.current .global-navigtion-text{color: #1A1C1E;}

.current .global-navigtion-data::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_home_on@2x.png);}
.current .global-navigtion-contract::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_contract_on@2x.png);}
.current .global-navigtion-procedure::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_procedure_on@2x.png);}
.current .global-navigtion-setting::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_setting_on@2x.png);}
.current .global-navigtion-discount::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_profinavigation_barle_on@2x.png);}
.current .global-navigtion-corporation::before {background-image: url(../../images_20m4/common/icons/icn_navigation_bar_corporation_on@2x.png);}


/****************************** ステータスエリア ******************************/
.status-area {
	border-bottom: 1px solid #DFE4E9;
position: relative;
}
.status-area-inner {
	max-width: 960px;
	width: 100%;
	min-height: 56px;
	padding: 10px 10px 9px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 980px) {
	.status-area-inner {
		padding: 10px 0 9px 0;
	}
}
.account-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}
.account-area-toggle {
	margin-right: 10px;
    cursor: pointer;
}
.account-area-toggle:hover {
opacity: 0.7;
}
.account-area-button {
	width: 24px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.account-area-button-text {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 9px;
	color: #4A4F55;
	letter-spacing: -0.54px;
	text-align: center;
	white-space: nowrap;
    width: 50px;
}
.account-area-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 123px;
}
.account-area-number {
	margin-right: 8px;
font-weight: bold;
}
@media screen and (min-width: 768px) {
	.account-area-number {
		white-space: nowrap;
	}
}
.account-area-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: auto;
	font-weight: bold;
}
/* アカウントステージ */
.stage-area {
	min-width: 115px;
	width: auto;
	height: 37px;
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
@media screen and (min-width: 980px) {
	.stage-area {
		right: 0;
	}
}
.stage-area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stage-area-boxL {
	min-width: 103px;
	height: 37px;
	border-top: 1px solid #DFE4E9;
	border-left: 1px solid #DFE4E9;
	border-bottom: 1px solid #DFE4E9;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stage-area-dpoint-icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 10px;
	left: 6px;
}
.stage-area-data {
	width: 100%;
	min-width: 69px;
	height: auto;
	padding: 0 0 0 28px;
}
.stage-area-data-inner {
	position: relative;
}
.stage-area-level-text {
	font-size: 11px;
	color: #333333;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 20px;
	padding-right: 25px;
	width: 79px;
}
.stage-area-level-text-img {
    width: 42px;
    margin: 6px 0 3px 0;
}
.stage-area-level-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 5px;
}
.stage-area-point {
	font-size: 13px;
	color: #333333;
	letter-spacing: 0;
	text-align: right;
	line-height: 13px;
	font-weight: bold;
	padding-right: 20px
}
.stage-area-point-nodpoint {
	padding-right: 0;
	text-align: left;
}
.stage-area-p {
	font-size: 11px;
	color: #757575;
	letter-spacing: 0;
	line-height: 11px;
	position: absolute;
	top: 2px;
	right: 9px;
}
.stage-area-p-nodpoint {
	right: auto;
	left: 22px;
}
.stage-area-boxR {
	width: 13px;
	height: 37px;
	background: #B5B5B6;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
}
.stage-area-boxR-white {
	background: #FFFFFF;
	border: 1px solid #DFE4E9;
	border-left: none;
}

.stage-area-arrow {
	width: 5px;
	height: 9px;
	position: absolute;
	top: 14px;
	right: 4px;
}


/* アカウントステージパターン */

.stage-area-bpc .stage-area-boxR {
background: #2B71B8;
}

.stage-area-bpc .stage-area-boxL {
position: relative;
}

.stage-area-bpc-icon {
width: 96px;
    height: 31px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.stage-area-setting {
min-width: auto;
}

.stage-area-setting .stage-area-inner {
font-size: 12px;
    color: #31353A;
    letter-spacing: 0;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    display: inline;
    line-height: 37px;
    background: #FFE26E;
    border-radius: 24px;
}

.stage-area-bg-1st {background: #F4AFC2;}
.stage-area-bg-2nd {background: #EA86A5;}
.stage-area-bg-3rd {background: #EA608E;}
.stage-area-bg-4th {background: #E5006E;}

.stage-area-home{
height: 40px;
min-width: 126px;
}

.stage-area-home .stage-area-inner{
border: 3px solid #EEF1F4;
border-radius: 8px;
height: 100%;
align-items: center;
}

.stage-area-home-icon{
width: 24px;
height: 24px;
position: absolute;
top: 8px;
left: 10px;
}

.stage-area-home-icon-pt{
width: 24px;
height: 24px;
position: absolute;
top: 8px;
left: 20px;
}

.stage-area-home-txt {
padding: 0 8px 0 34px;
line-height: 34px;
}

.stage-area-home-txt-pt {
padding: 0 8px 0 44px;
line-height: 34px;
}

.stage-area-home-color-1st {color: #F4AFC2;}
.stage-area-home-color-2nd {color: #EA86A5;}
.stage-area-home-color-3rd {color: #EA608E;}
.stage-area-home-color-4th {color: #E5006E;}
.stage-area-home-color-pt {color: #333333;}

.stage-area-home-mgn {
margin-right: 3px;
}

.stage-area-home-bpc-txt {
line-height: 1;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.stage-area-home-bpc-mgn {
margin-left: 3px;
}

.stage-area-home-bpc-color-1st {color: #579BC8;}
.stage-area-home-bpc-color-2nd {color: #CC4B50;}
.stage-area-home-bpc-color-3rd {color: #94B42D;}
.stage-area-home-bpc-color-p {color: #808A8B;}
.stage-area-home-bpc-color-gp {color: #92986A;}
.stage-area-home-bpc-color-g {color: #AD8F0B;}

/* dポイントランク_星 */
.common-rank-area {
	min-width: 115px;
	width: auto;
	height: 37px;
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
@media screen and (min-width: 980px) {
	.common-rank-area {
		right: 0;
	}
}

/************************ 検索エリア *************************/



.suggest-area {
    width: 100%;
    height: 100%;
	position: fixed;
	z-index: 2000;
    top: 0;
    left: 0;
}

.suggest-area-bg {
background: #ffffff;
    z-index: 1100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
.suggest-area-bg {
background: rgba(0,0,0,0.16);
}
}

.suggest-area-search-inner {
	width: 100%;
	height: 66px;
	background-color: #ffffff;
	z-index: 1300;
	position: absolute;
	padding: 8px;
}

.suggest-area-form {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #CED4DC;
	border-radius: 6px;
    background-color: #fff;
    min-width: 180px;
	position: relative;
	max-width: 746px;
}

.suggest-area-form-search {
position: absolute;
    left: 10px;
    top: 10px;
}

.suggest-area-form-delete {
position: absolute;
    right: 56px;
    top: 12px;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.suggest-area-form-text {
	font-size: 16px;
    width: 100%;
    border: none;
	padding: 16px 58px 16px 16px;
    height: 48px;
    background-color: #FFFFFF;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	border-radius: 6px!important;
}

.suggest-area-form-text::placeholder {
	color: #8D959F;
}

.suggest-area-form-text::-webkit-search-cancel-button {
   -webkit-appearance: none;
}

.suggest-area-form-text::-ms-clear {
    visibility:hidden
}
.suggest-area-cancel {
font-size: 12px;
color: #31353A;
letter-spacing: 0;
text-align: center;
line-height: 14px;
font-weight: bold;
white-space: nowrap;
background: #FFE26E;
border-radius: 24px;
padding: 7px 8px;
margin-left: 16px;
width: 80px;
min-width: 80px;
display: block;
}
.suggest-area-cancel:hover {
background-color: #FFF4A2;
}
.suggest-area-list-wrap {
    width: 100%;
    height: 100%;
    z-index: 1200;
    background: none;
    position: absolute;
    top: 56px;
}

.suggest-area-list-wrap-inner {
    background-color: #ffffff;
    z-index: 1300;
    position: absolute;
    border-radius: 0 0 4px 4px;
    max-width: 746px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 50%;
    -webkit-transform: translateX( 50%);
    transform: translateX( 50%);
    box-shadow: none;
}
.suggest-area-close-btn-area {
	text-align: center;
	margin: 40px auto;
}

.suggest-area-list-wrap-inner ul {
	margin: 0 8px;
}
@media screen and (min-width: 768px) {
.suggest-area-list-wrap-inner {
    box-shadow: 0 0 32px 0 rgba(0,0,0,0.08);
}
}
.suggest-area-list {
font-size: 16px;
color: #31353A;
letter-spacing: 0;
line-height: 18px;
border-bottom: 1px solid #DFE4E9;
padding: 16px;
cursor: pointer;
font-weight: bold;
}
.suggest-area-list:hover {
background-color: #F6F7F8;
}
@media screen and (min-width: 768px) {
.suggest-area-list:last-child {
border-bottom: none;
}
}

.suggest-area-ttl {
    font-size: 14px;
    color: #4A4F55;
    line-height: 18px;
    padding-bottom: 8px;
    cursor: auto;
	font-weight: normal;
}
.suggest-area-ttl:hover {
background-color: #FFFFFF;

}

/************************ dアカウントメニューエリア *************************/

.daccount-menu-area {
width: 100%;
height: 100%;
position: absolute;
top: -2px;
left: 0;
overflow: hidden;
}

.daccount-menu-area-inner {
background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1087;
	-webkit-transform: translateX( -50%);
	transform: translateX( -50%);
	box-shadow: 0 0 32px 0 rgba(0,0,0,0.08);
}
@media screen and (min-width: 768px) {
.daccount-menu-area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding: 0 8px 8px 8px;
}
}

.daccount-menu-area-bg {
background: rgba(0,0,0,0.16);
    z-index: 1085;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.daccount-menu-area-boxL {
width: 100%;
border-bottom: 1px solid #DFE4E9;
}

@media screen and (min-width: 768px) {
.daccount-menu-area-boxL {
width: 50%;
border-right: 1px solid #DFE4E9;
border-bottom: none;
}
}

.daccount-menu-area-number {
font-size: 14px;
    color: #1A1C1E;
    letter-spacing: 0;
    font-weight: bold;
    border-bottom: 1px solid #DFE4E9;
    padding-left: 12px;
    padding-bottom: 17px;
}

.daccount-menu-area-btn {
border-bottom: 1px solid #DFE4E9;
    margin-right: 0;
    padding: 16px 46px 16px 16px;
    position: relative;
    display: block;
}
.daccount-menu-area-btn:hover {
background-color: #F6F7F8;
}
.daccount-menu-area-btn::after {
    background-image: url(../../images_20m4/common/btn/btn_arrow_right@2x.png);
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
}

.daccount-menu-area-btn:last-child {
    border-bottom: none;
}
@media screen and (min-width: 768px) {
.daccount-menu-area-btn {
    margin-right: 8px;
}
}
.daccount-menu-area-ttl {
font-size: 16px;
color: #31353A;
letter-spacing: 0;
font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin-bottom: 4px;
}

.daccount-menu-area-txt {
font-size: 12px;
color: #1A1C1E;
letter-spacing: 0;
line-height: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.daccount-menu-area-boxR {
width: 100%;
}

@media screen and (min-width: 768px) {
.daccount-menu-area-boxR {
width: 50%;
}
}

.daccount-menu-area-btn-login{
border: 1px solid #CC0033;
    border-radius: 24px;
    font-size: 16px;
    color: #CC0033!important;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    padding: 9px 14px 9px 50px;
    position: relative;
    display: block;
    max-width: 318px;
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background: #FFFFFF;
margin: 29px auto 0;
}
@media screen and (max-width: 320px) {
	.daccount-menu-area-btn-login {
		padding: 9px 8px 9px 40px;
	}
}
.daccount-menu-area-btn-login:hover{
    background: #F6F7F8;
}
.daccount-menu-area-btn-login::after{
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    left: 6px;
    background-image: url(../../images_20m4/common/btn/btn_login_red@2x.png);
}

.daccount-menu-area-btn-logout{
border: 1px solid #DFE4E9;
    border-radius: 24px;
    font-size: 16px;
    color: #31353A!important;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    padding: 9px 14px 9px 50px;
    position: relative;
    display: block;
    max-width: 153px;
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background: #FFFFFF;
    margin: 24px auto 0;
}
.daccount-menu-area-btn-logout:hover{
    background: #F6F7F8;
}
.daccount-menu-area-btn-logout::after{
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    left: 6px;
    background-image: url(../../images_20m4/common/btn/btn_login_gray@2x.png);
}

/****************************** 簡易ヘッダー ******************************/

/* H01 グローバルヘッダー */
.hd-inner { overflow: hidden; }
.logo-mydocomo {
	width: 40px;
	margin: 0 auto;
}
.logo-mydocomo img { width: 40px; }
.logo-docomo {
	position: absolute;
	top: 17px;
	right: 16px;
}
.logo-docomo img { width: 76px; }
.global-hd {
	display: -webkit-flex;
	display: flex;
	min-width: 320px;
	width: 100%;
	height: 52px;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0 16px;
}


/****************************** 住所確認エリア ******************************/
.check-address {
    width: 100%;
    height: 100%;
    position: relative;
}

.check-address-bg {
    background: rgba(0,0,0,0.7);
    z-index: 1300;
    position: fixed;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
}
.check-address-contents {
    width: 100%;
    height: 100%;
    z-index: 1350;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    top: 0;
    left: 0;
}
.check-address-contents-inner {
	position: fixed;
	bottom: 8px;
	right: 50%;
	-webkit-transform: translateX( 50%);
	transform: translateX( 50%);
	background: #FFFFFF;
	border-radius: 4px;
	max-width: 100%;
	width: 96%;
	padding: 24px;
	z-index: 1350;
}

@media screen and (min-width: 768px) {
.check-address-contents-inner {
	max-width: 623px;
	width: 100%;
	bottom: 64px;
}
}

.check-address-ttl {
	font-size: 16px;
	color: #1A1C1E;
	letter-spacing: 0;
	line-height: 22px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.check-address-mail {
margin: 0 auto 16px;
text-align: center;
}

.check-address-txtbox {
background: #DFE4E9;
border-radius: 6px;
width: 100%;
padding: 10px 16px;
margin-bottom: 12px;
}

.check-address-txt-large {
font-size: 18px;
color: #1A1C1E;
letter-spacing: 0;
font-weight: bold;
line-height: 24px;
}

.check-address-txt-caution {
font-size: 12px;
color: #4A4F55;
letter-spacing: 0;
line-height: 14px;
position: relative;
padding: 0 12px;
margin-top: 8px;
}

.check-address-txt-caution:before {
content: "\203b";
margin-left: -1.0em;
}

.check-address-btnbox {
    margin-top: 12px;
    text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.check-address-btn-yellow {
	font-size: 14px;
	color: #31353A;
	letter-spacing: 0;
	text-align: center;
	background: #FFE26E;
	border: 4px solid #FFFFFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border-radius: 24px;
	padding: 10px;
	min-width: 138px;
	line-height: 1;
	display: inline-block;
	margin: 12px 8px 0;
}
.check-address-btn-yellow:hover {
	background: #FFF4A2;
}
.check-address-btn-yellow.mydcm-ua-sp {
	display: inline-block!important;
}
.check-address-btn-yellow.mydcm-ua-pcTabAll {
	display: none;
}
.check-address-btn-white {
	font-size: 14px;
	color: #31353A;
	letter-spacing: 0;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DFE4E9;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border-radius: 24px;
	padding: 10px;
	min-width: 138px;
	line-height: 1;
	display: inline-block;
	margin: 12px 8px 0;
}
.check-address-btn-white:hover {
	background: #F6F7F8;
}
.header-fixed {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	z-index: 1000;
}

/************************ ニュースエリア *************************/
.common-news-area{
	padding-top: 8px;
	padding-bottom: 8px;
}

.common-news-area-inner{
    padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.common-news-area-list{
    border-bottom: 1px solid #DFE4E9;
}
.common-news-area-list:hover{
	background-color: #f6f7f8;
}
.common-news-area-list:first-child:hover{
	background-color: #ffffff;
}

.common-news-area-list:last-child{
    border-bottom: none;
}
.common-news-area-list-inner {
    font-size: 14px;
    color: #31353A;
    position: relative;
    padding: 16px 44px 16px 16px;
}

.common-news-area-list-inner::before {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
}
.common-news-area-bell-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common-news-area-close-box {
	margin-right: 10px;
}
.common-news-area-close-box:hover {
	cursor: pointer;
}
.common-news-area-close {
	width: 24px;
	height: 24px;
}
.common-news-area-arrow::after {
	background-image: url(../../images_20m4/common/btn/btn_arrow_right@2x.png);
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
}
.common-news-area-bell {
	font-weight: bold;
	padding: 18px 10px 18px 42px;
	width: 100%;
}
.common-news-area-bell::before {
background-image: url(../../images_20m4/common/icons/icn_category_information_small@2x.png);
    top: 50%;
    left: 16px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
}
.common-news-area-important{
	padding-left: 54px;
}

.common-news-area-important::before{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    top: 18px;
    left: 16px;
    content: '重要';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background: #CF1131;
    border-radius: 4px;
    padding: 3px 4px 3px 4px;
}

/************************ お知らせエリア *************************/
.common-info-area {
	padding-bottom: 40px;
}
.common-info-area-inner {
	margin: 0 8px;
	padding: 16px;
}
.common-info-area-txt {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-left: 36px;
}
.common-info-area-txt::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_information@2x.png);
	position: absolute;
	top: 0;
	left: 0;
}

/****************************** ダイアルログモーダル ******************************/
.home-mouhantei {
    width: 100%;
    height: 100%;
    position: relative;
}
.home-mouhantei-bg {
    background: rgba(0,0,0,0.7);
    z-index: 1300;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-mouhantei-contents {
    width: 100%;
    height: 100%;
    z-index: 1350;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    top: 0;
    left: 0;
}
.home-mouhantei-contents-inner {
	position: fixed;
	background: #FFFFFF;
	border-radius: 4px;
	width: 96%;
	max-width: 337px;
	padding: 24px;
	z-index: 1350;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-mouhantei-ttl, 
.home-mouhantei-ttl-bold {
	font-size: 16px;
	color: #1A1C1E;
	letter-spacing: 0;
	line-height: 22px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.home-mouhantei-ttl-bold {
	font-weight: bold;
	font-size: 18px;
}
.home-mouhantei-mail {
margin: 0 auto 16px;
text-align: center;
}
.home-mouhantei-btnbox {
    margin-top: 12px;
    text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-mouhantei-btn-white {
	font-size: 14px;
	color: #31353A;
	letter-spacing: 0;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DFE4E9;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border-radius: 24px;
	padding: 10px;
	min-width: 138px;
	line-height: 1;
	display: inline-block;
	margin: 12px 8px 0;
}
.home-mouhantei-btn-white:hover {
	background: #F6F7F8;
}


/****************************** ヘッダー iPhone SE ******************************/

@media screen and (max-width: 320px) {
	.global-header-model-change::before,
	.global-header-question::before, 
	.global-header-information::before, 
	.global-header-form-sp {
		margin-left: 2px;
	}
	.global-header-text {
		font-size: 10px;
		margin-right: 4px;
	}
	.global-navigtion-text {
		font-size: 10px;
	}
}

/****************************** コンテンツエリア ******************************/

.area-404 {
	padding: 8px 0 40px;
}
@media screen and (min-width:768px) {
	.area-404 {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		padding: 24px 0 64px;
	}
}


/****************************** 取得エラーエリア ******************************/

.not-found-404-area-box {
	background-color: #FFF0B2;
	text-align: center;
	border: 6px solid #fff;
	padding: 26px 12px 30px;
	margin: 0 8px 40px;
}
.not-found-404-area-txt {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 80px 0 0;
}
.not-found-404-area-txt::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_64_error_oncolor@2x.png);
	width: 64px;
	height: 64px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.not-found-404-area-subtxt {
	font-size: 16px;
	line-height: 22px;
	margin: 16px 0;
}
.not-found-404-area-subtxt-attention {
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
}
.not-found-404-top-area {
	margin: 40px 0 0 0;
}

@media screen and (min-width:768px) {
	.not-found-404-area-box {
		margin: 0 auto 64px;
		max-width: 746px;
		width: 100%;
		padding: 34px 16px;
	}
	.not-found-404-top-area {
		margin: 64px 0 0 0;
	}	
}
@media screen and (min-width:980px) {
	.not-found-404-area-box {
		max-width: 960px;
	}
}


/****************************** フッターエリア ******************************/

footer {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
footer a {
	color: #31353A;
}


/****************************** ご利用後アンケートエリア ******************************/

.footer-ces-questionnaire-area {
	background-color: #eef1f4;
}

/****************************** 検索エリア ******************************/

.search-area {
	background-color: #FFE26E;
	padding: 16px;
}
.search-area-form {
	position: relative;
	max-width: 344px;
	margin: 0 auto;
}
.search-area-form input[type=image] {
	position: absolute;
	left: 16px;
	top: 50%;
	margin: -14px 0 0 0;
}
.search-area-form input[type=text] {
	font-size: 16px;
	width: 100%;
	border: none;
	border-radius: 6px;
	padding: 16px 16px 16px 54px;
	height: 48px;
	background-color: #FFFFFF;
	box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.12);
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.search-area-form input[type=text]::placeholder {
	color: #8D959F;
}


/****************************** お客様サポートエリア ******************************/

.support-btn-area-link {
    margin: 0 auto;
	display: inline-block;
	padding: 12px 42px 12px 45px;
	background: #FFFFFF;
	border: 1px solid #DFE4E9;
	border-radius: 24px;
	position: relative;
	font-weight: bold;
}
.support-btn-area-link::before, 
.support-btn-area-link::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin: -12px 0 0 0;
}
.support-btn-area-link::before {
	background-image: url(../../images_20m4/common/icons/icn_category_help@2x.png);
	left: 12px;
}
.support-btn-area-link::after {
	background-image: url(../../images_20m4/common/btn/btn_arrow_right@2x.png);
	right: 10px;
}
.support-btn-area-link-span {
	font-size: 12px;
}
.support-btn-area-link:hover {
	background-color: #f6f7f8;
}


/****************************** ドコモメニューエリア ******************************/

.mydocomo-menu-area-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mydocomo-menu-area-mainlink-tag, 
.mydocomo-menu-area-sublink-tag {
	border-top: 1px solid #DFE4E9;
	margin: 0;
}
.mydocomo-menu-area-mainlink {
    font-weight: bold;
	width: 100%;
}
.mydocomo-menu-area-mainlink:hover {
	cursor: pointer;
}
.mydocomo-menu-area-sublink, 
.mydocomo-menu-area-sublink-hojin {
	display: block;
	width: 50%;
}
.mydocomo-menu-area-sublink:nth-child(even) {
	border-right: 1px solid #DFE4E9;
}
.mydocomo-menu-area-mainlink-tag, 
.mydocomo-menu-area-sublink-tag {
    padding: 0 32px 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	position: relative;
}
.mydocomo-menu-area-mainlink-tag:hover, 
.mydocomo-menu-area-sublink-tag:hover {
	background-color: #f6f7f8;
}
.mydocomo-menu-area-mainlink-tag {
	line-height: 18px;
}
.mydocomo-menu-area-sublink-tag {
	line-height: 16px;
}
.mydocomo-menu-area-mainlink-tag::after, 
.mydocomo-menu-area-sublink-tag::after {
	content: '';
    display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
}
.mydocomo-menu-area-mainlink-tag::after {
	width: 20px;
    height: 20px;
	margin: -10px 0 0 0;
    background-image: url(../../images_20m4/common/icons/icn_arrow_textlink_right.png);
}
.mydocomo-menu-area-sublink-tag::after {
    width: 18px;
    height: 18px;
	margin: -9px 0 0 0;
    background-image: url(../../images_20m4/common/icons/icn_arrow_right.png);
}
.mydocomo-menu-area-sublink100 {
	width: 100%;
	border-right: none!important;
}
@media screen and (max-width: 320px) {
    .mydocomo-menu-area-sublink #mydcm_footer_link_securitymanager_next {
        letter-spacing: -1.3px;
    }
}



/****************************** ログアウトエリア ******************************/

.logauto-area {
	margin: 0 auto;
    padding: 24px 0;
    background: #DFE4E9;
}
.logout-area-link {
	max-width: 153px;
    margin: 0 auto;
	display: block;
	padding: 6px 0 6px 50px;
	background: #FFFFFF;
	border: 1px solid #DFE4E9;
	border-radius: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}
.logout-area-link:hover {
	background-color: #f6f7f8;
}
.logout-area-link::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../../images_20m4/common/icons/icn_login_gray.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 6px;
	left: 6px;
}


/****************************** 関連サービスエリア ******************************/

.related-services-area-boxinner {
	border-top: 1px solid #DFE4E9;
}
.related-services-area-txt {
	font-size: 16px;
	text-align: center;
	padding: 32px 8px 16px;
    font-weight: bold;
}
.related-services-area-link-tag {
	display: block;
	width: 100%;
    padding: 16px;
	font-weight: bold;
}
.related-services-area-link-tag:hover {
	background-color: #f6f7f8;
}
.related-services-area-link-title::before, 
.related-services-area-link-title::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}
.related-services-area-link-title::before {
	width: 48px;
	height: 48px;
    top: 50%;
    left: 0;
	margin: -24px 0 0 0;
	background-image: url(../../images_20m4/common/icons/icn_related_services_d_menu.png);
}
.related-services-area-link-title-dcard::before {
	background-image:  url(../../images_20m4/common/icons/icn_related_services_d_card.png);
}
.related-services-area-link-title-dbarai::before {
	background-image:  url(../../images_20m4/common/icons/icn_related_services_d_barai.png);
}
.related-services-area-link-title-nttofficial::before {
	background-image:  url(../../images_20m4/common/icons/icn_related_services_ntt_official.png);
}
.related-services-area-link-title-dpoint::before {
	background-image:  url(../../images_20m4/common/icons/icn_related_services_d_point.png);
}
.related-services-area-link-title::after {
	width: 24px;
	height: 24px;
	background-image: url(../../images_20m4/common/btn/btn_arrow_right@2x.png);
	top: 50%;
	right: 0;
	margin: -12px 0 0 0;
}
.related-services-area-link-txt {
	margin: 16px 0 0 0;
	line-height: 20px;
	font-weight: normal;
}
.related-services-area-link-title {
	padding: 0 56px 0 80px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}


/****************************** ドコモロゴエリア ******************************/

.docomo-logo-area {
	padding: 32px 0 24px;
	border-top: #CC0033 2px solid;
	margin: 16px 0 0 0;
}
.docomo-logo-area-link {
	display: block;
	margin: 0 auto;
	max-width: 120px;
}
.docomo-logo-area-img {
	display: block;
	max-width: 120px;
	margin: 0 auto;
}


/****************************** SNSエリア ******************************/

.sns-area-txt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 16px;
}
.sns-area-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 0 24px;
}
.sns-area-box-link {
	margin-right: 32px;
}
.sns-area-box-link:last-child {
	margin-right: 0;
}
.sns-area-box-link-img {
	width: 32px;
	height: 32px;
}


/****************************** コピーライトエリア ******************************/

.copyright-area-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    line-height: 24px;
    font-size: 12px;
    padding: 0 16px;
    margin: 0 auto;
}
.copyright-area-boxinner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.copyright-area-boxinner-link {
	color: #007AFF;
}
.copyright-area-boxinner-link:hover {
	text-decoration: underline;
}
.copyright-area-boxinner-span {
	color: #DFE4E9;
}
.copyright-area-txt {
	font-size: 12px;
    text-align: center;
    color: #8D959F;
    padding: 0 16px;
    padding: 24px 0 32px;
    display: block;
}


/****************************** JS OFF コンテンツエリア ******************************/

.common-jsoff-txt {
	font-size: 18px;
	color: #1A1C1E;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
}
.common-jsoff-txt::before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-image: url(/mydocomo/images_20m4/common/icons/icn_64_information_oncolor@2x.png);
}
.common-jsoff-frame {
	background-color: #fff;
	padding: 32px 16px;
	margin: 0 8px 32px 8px;
	border-radius: 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
	font-size: 16px;
	line-height: 26px;
	color: #1A1C1E;
}
.common-jsoff-frame {
	background-color: #FFF0B2;
    border: 6px solid #fff;
	padding: 26px 10px;
	margin: 0 8px;
}
@media screen and (min-width:768px) {
	.common-jsoff-frame {
		max-width: 746px;
		width: 100%;
		margin: 0 auto 16px;
		padding: 32px;
	}
	.common-jsoff-frame {
		padding: 26px 24px;
		margin: 0 auto 24px;
	}
}
@media screen and (min-width:980px) {
	.common-jsoff-frame {
			max-width: 960px;
		}
}


/****************************** アプリページ ******************************/

.appli-contents img, 
.aplli-fix-area img {
	width: 100%;
	height: auto;
}


/****************************** TAB ******************************/

@media screen and (min-width:768px) {

	
/****************************** 検索エリア ******************************/
	
	.search-area {
		padding: 24px 0;
	}
	
	/************************ ニュースエリア *************************/
	.common-news-area{
		padding-top: 16px;
	}
	
	/************************ お知らせエリア *************************/
	.common-info-area-inner {
		margin: 0 auto;
		max-width: 536px;
		width: 100%;
		padding: 32px 16px;
	}
	
/****************************** メニューエリア ******************************/
	
	.mydocomo-menu-area {
		border-top: 1px solid #DFE4E9;
	}
	.mydocomo-menu-area-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 768px;
		margin: 16px auto;
		width: 100%;
	}
	.mydocomo-menu-area-boxinner {
		width: 20%;
		border-right: 1px solid #EEF1F4;
		padding: 8px 0;
	}
	.mydocomo-menu-area-mainlink:first-child .mydocomo-menu-area-mainlink-txt {
		border-top: none;
	}
	.mydocomo-menu-area-boxinner:nth-last-child(2) {
		border-right: none;
	}
	.mydocomo-menu-area-boxinner:nth-last-child(2) .mydocomo-menu-area-sublink-hojin:last-child .mydocomo-menu-area-sublink-tag {
        padding: 0;
        width: 100%;
        display: block;
        height: 56px;
	}
    .mydocomo-menu-area-boxinner:nth-last-child(2) .mydocomo-menu-area-sublink-hojin:last-child .mydocomo-menu-area-sublink-tag p {
        padding: 12px 30px 12px 8px;
        margin-left: 8px;
        margin-right: 8px;
        border-bottom: 1px solid #DFE4E9;
    }
	.mydocomo-menu-area-sublink, 
	.mydocomo-menu-area-sublink-hojin {
		width: 100%;
		border: none!important;
	}
	.mydocomo-menu-area-sublink100 {
		border-top: 1px solid #DFE4E9!important;
	}
	.mydocomo-menu-area-mainlink-tag {
		padding: 0;
		border-top: none;
	}
	.mydocomo-menu-area-mainlink-tag::after, 
	.mydocomo-menu-area-sublink-tag::after {
		right: 10px;
	}
	.mydocomo-menu-area-sublink-tag {
		border-top: none;
		padding: 0 38px 0 16px;
	}
	.mydocomo-menu-area-mainlink-tag-mt, 
	.mydocomo-menu-area-mainlink-tag-mt2 {
		height: auto;
	}
	.mydocomo-menu-area-mainlink-tag-mt .mydocomo-menu-area-mainlink-txt, 
	.mydocomo-menu-area-mainlink-tag-mt2 .mydocomo-menu-area-mainlink-txt {
		padding: 16px 30px 16px 8px;
		height: 64px;
	}
	.mydocomo-menu-area-mainlink-tag-mt2 .mydocomo-menu-area-mainlink-txt {
		height: 84px;
	}
	.mydocomo-menu-area-sublink-odd {
		display: none;
	}
	.hojin-menu-area-mainlink {
		margin: 8px 8px 16px 8px;
	}
	.mydocomo-menu-area-mainlink-txt {
		padding: 0 30px 0 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin: 0 8px;
		border-top: 1px solid #DFE4E9;
		height: 48px;
	}
	
	/****************************** 簡易ヘッダー ******************************/
	
	.global-hd {
		clear: both;
		width: 100%;
		height: 52px;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0 24px;
		margin: 0 auto;
	}
	.logo-docomo { position: static; }
	.logo-mydocomo {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	.logo-mydocomo a, .logo-mydocomo img { width: 112px; }
	
	
	/****************************** NTTドコモ 関連サービスエリア ******************************/
	
	.related-services-area-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 768px;
    	margin: 0 auto;
	}
	.related-services-area-boxinner-br {
		border-right: 1px solid #EEF1F4;
	}
	.related-services-area-boxinner-bb {
		border-bottom: 1px solid #DFE4E9;
		content: '';
		display: inline-block;
		width: 100%;
		margin: 8px 0; 
	}
	.related-services-area-boxinner {
		width: 50%;
		border-top: none;
		padding-right: 0;
	}
	.related-services-area-link-tag {
		padding: 16px 8px 8px 8px;
		height: 100%;
	}
	.related-services-area-link-txt {
		padding: 0 24px 16px 16px;
	}
	.related-services-area-link-title::after {
		right: 16px;
	}
	.related-services-area-link-title::before {
		left: 16px;
	}
	
	
	/****************************** ドコモロゴエリア ******************************/

	.docomo-logo-area {
		margin: 24px 0 0 0;
	}
	
	
	/****************************** SNSエリア ******************************/
	
	.sns-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 24px;
	}
	.sns-area-txt {
		margin-right: 32px;
		padding: 0;
	}
	.sns-area-box {
		padding: 0;
	}
	.copyright-area-box {
		font-size: 14px;
		max-width: 680px;
		line-height: 28px;
	}
	.copyright-area-boxinner-span.sp-other {
		display: inline!important;
	}
	
	.check-address-btn-yellow.mydcm-ua-sp {
		display: none!important;
	}
	.check-address-btn-yellow.mydcm-ua-pcTabAll {
		display: inline-block!important;
	}
	
	
	.common-pagetop-circleicon:hover {
		background-color: #FFF4A2;
	}
	
	
	/****************************** コピーライトエリア ******************************/
	
	.copyright-area-boxinner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
}

/****************************** PC ******************************/

	@media screen and (min-width:980px) {
		
	/****************************** 簡易ヘッダー ******************************/
		
	.logo-mydocomo a, .logo-mydocomo img { width: 112px; }


	/****************************** ドコモメニューエリア ******************************/

	.mydocomo-menu-area-box {
		max-width: 960px;
	}
	
	/****************************** 関連サービスエリア ******************************/
	
	.related-services-area-box {
		max-width: 960px;
	}

	/************************ ニュースエリア *************************/
	.common-news-area{
		padding-top: 24px;
	}
	.common-news-area-inner{
		max-width: 960px;
	}
	.mydocomo-menu-area-mainlink-tag-mt2 .mydocomo-menu-area-mainlink-txt {
		height: 64px;
	}
	.common-pagetop-circleicon-area-inner {
		right: 30px!important;
	}

	/************************ お知らせエリア *************************/
	.home-recommend-ahamo-area {
		padding: 56px 0 40px;
	}
	.home-recommend-ahamo-area-inner {
		max-width: 624px;
	}
}

/****************************** 検索フォーム用 ******************************/
/* settings.css から移植*/
.keyword-search-area-box {
	margin: 0 8px;
}
/* settings.css から移植*/
@media screen and (min-width: 768px) {
  .keyword-search-area-box {
    margin: 0 auto;
    width: 100%;
    max-width: 746px;
    position: relative;
  }
}
/*applicationからの移植*/
@media screen and (min-width: 768px) {
	.keyword-search-area-form-box {
		z-index: 1080;
		position: relative;
	}
}
/*settingからの移植*/
.keyword-search-area-form {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #CED4DC;
	border-radius: 6px;
	background-color: #fff;
	min-width: 180px;
	position: relative;
}
/* settings.css から移植*/
.keyword-search-area-form input[type=text] {
	font-size: 16px;
	width: 100%;
	border: none;
	border-radius: 6px 0 0 6px;
	height: 48px;
	background-color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding: 14px 32px 14px 16px;
}
/* settings.css から移植*/
.keyword-search-area-suggest-form-delete {
	position: absolute;
	right: 56px;
	top: 12px;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
/* settings.css から移植*/
.keyword-search-area-form-input {
	background-color: #FFE26E;
	padding: 10px;
	width: 48px;
	height: 48px;
	border-radius: 0px 6px 6px 0;
	margin: 0 0 0 2px;
}

/************************************
appli_help_common.cssすべてのコピー
*************************************/
/****************************** header ******************************/

.appli-hd-inner {
	overflow: hidden;
}
.appli-global-hd {
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	height: 53px;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0 16px;
}
.appli-logo-mydocomo {
	width: 40px;
	margin: 0 auto;
}
.appli-logo-mydocomo img {
	width: 40px; 
}
.appli-logo-docomo {
	position: absolute;
	top: 17px;
	right: 16px;
}
.appli-logo-docomo img {
	width: 76px; 
}

/* TB用指定 */
@media screen and (min-width: 768px) {
	
	.appli-global-hd {
		clear: both;
		width: 100%;
		height: 52px;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0 24px;
		margin: 0 auto;
	}
	.appli-logo-docomo {
		position: static;
	}
	.appli-logo-mydocomo {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	.appli-logo-mydocomo a, .appli-logo-mydocomo img { width: 112px; }
}

/*  PC用指定 */
@media screen and (min-width: 960px) {
	.appli-hd-inner { min-height: none; height: 100%; }
}


/******************** /footer構造 ********************/

/* コピーライトエリア */
.appli-ft-copyright-area{
	background-color: #fff;
	padding: 24px 0 32px;
}
.appli-ft-copyright-area .inner{
	padding: 0 16px;
}
.appli-ft-copyright-area .copyright{
    font-size: 11px;
    color: #8D959F;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
    font-family: HiraginoSans-W3;
}


/******************** 外枠 ********************/

.appli-help-area-outside {
	padding: 40px 0;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-area-outside {
		max-width: 746px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 64px;
	}
}

/*PC用指定*/
@media screen and (min-width:980px) {
	.appli-help-area-outside {
		max-width: 960px;
	}
}


/******************** 文字調整用 ********************/

.appli-help-right {
	text-align: right!important;
}
.appli-help-left {
	text-align: left!important;
}
.appli-help-center {
	text-align: center!important;
}
.appli-help-txt-bold {
	font-weight: bold!important;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-left-tabpc {
		text-align: left!important;
	}
}


/******************** margin調整用 ********************/

.appli-help-mt00 {
	margin-top: 0!important;
}
.appli-help-mt08 {
	margin-top: 8px!important;
}
.appli-help-mt12 {
	margin-top: 12px!important;
}
.appli-help-mt16 {
	margin-top: 16px!important;
}
.appli-help-mt32 {
	margin-top: 32px!important;
}
.appli-help-mt48 {
	margin-top: 48px!important;
}
.appli-help-mt52 {
	margin-top: 52px!important;
}
.appli-help-mb00 {
	margin-bottom: 0px!important;
}
.appli-help-mb04 {
	margin-bottom: 4px!important;
}
.appli-help-mb06 {
	margin-bottom: 6px!important;
}
.appli-help-mb08 {
	margin-bottom: 8px!important;
}
.appli-help-mb12 {
	margin-bottom: 12px!important;
}
.appli-help-mb16 {
	margin-bottom: 16px!important;
}
.appli-help-mb20 {
	margin-bottom: 16px!important;
}
.appli-help-mb24 {
	margin-bottom: 24px!important;
}
.appli-help-mb32 {
	margin-bottom: 32px!important;
}
.appli-help-mb34 {
	margin-bottom: 34px!important;
}
.appli-help-mb36 {
	margin-bottom: 36px!important;
}
.appli-help-mb40 {
	margin-bottom: 40px!important;
}
.appli-help-mt40 {
	margin-top: 40px!important;
}
.appli-help-mr00 {
	margin-right: 0px!important;
}
.appli-help-mr04 {
	margin-right: 4px!important;
}
.appli-help-mr16 {
	margin-right: 16px!important;
}
.appli-help-mr32 {
	margin-right: 32px!important;
}
.appli-help-ml00 {
	margin-left: 0px!important;
}
.appli-help-ml08 {
	margin-left: 8px!important;
}
.appli-help-ml12 {
	margin-left: 12px!important;
}
.appli-help-pt00 {
	padding-top: 0px!important;
}
.appli-help-pb00 {
	padding-bottom: 0px!important;
}
.appli-help-pb08 {
	padding-bottom: 8px!important;
}
.appli-help-pb16 {
	padding-bottom: 16px!important;
}
.appli-help-pr16 {
	padding-right: 16px!important;
}
.appli-help-pr32 {
	padding-right: 32px!important;
}
.appli-help-pl16 {
	padding-left: 16px!important;
}
.appli-help-pl32 {
	padding-left: 32px!important;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-left-tabpc {
		text-align: left;
	}
	.appli-help-mb00-tabpc {
		margin-bottom: 0px!important;
	}
	.appli-help-mb08-tabpc {
		margin-bottom: 8px!important;
	}
	.appli-help-mb16-tabpc {
		margin-bottom: 16px!important;
	}
	.appli-help-mb24-tabpc {
		margin-bottom: 24px!important;
	}
	.appli-help-mb32-tabpc {
		margin-bottom: 32px!important;
	}
	.appli-help-mt00-tabpc {
		margin-top: 0px!important;
	}
	.appli-help-mt08-tabpc {
		margin-top: 8px!important;
	}
	.appli-help-mt16-tabpc {
		margin-top: 16px!important;
	}
	.appli-help-mt52-tabpc {
		margin-top: 52px!important;
	}
	.appli-help-mt64-tabpc {
		margin-top: 64px!important;
	}
	.appli-help-mr16-tabpc {
		margin-right: 16px!important;
	}
	.appli-help-mr32-tabpc {
		margin-right: 32px!important;
	}
	.appli-help-pb24-tabpc {
		padding-bottom: 24px!important;
	}
	.appli-help-ml16-tabpc {
		margin-left: 16px!important;
	}
	.appli-help-mr16-tabonly {
		margin-right: 16px!important;
	}
	.appli-help-ml16-tabonly {
		margin-left: 16px!important;
	}
	.appli-help-pb08-tabpc {
		padding-bottom: 8px!important;
	}
	.appli-help-pt20-tabpc {
		padding-top: 20px!important;
	}
	.appli-help-pb20-tabpc {
		padding-bottom: 20px!important;
	}
	.appli-help-pb08-tabonly {
		padding-bottom: 8px!important;
	}
}

/*PC用指定*/
@media screen and (min-width:980px) {
	.appli-help-pb08-tabonly {
		padding-bottom: 0!important;
	}
	.appli-help-mt82-pconly {
		margin-top: 82px!important;
	}
	.appli-help-pb08-pconly {
		padding-bottom: 8px!important;
	}
	.appli-help-mr16-tabonly {
		margin-right: 0!important;
	}
	.appli-help-ml16-tabonly {
		margin-left: 0!important;
	}
	.appli-help-ml16-pconly {
		margin-left: 16px!important;
	}
	.appli-help-mr16-pconly {
		margin-right: 16px!important;
	}
}


/******************** 枠 ********************/

.appli-help-white-frame {
	background-color: #fff;
	padding: 32px 16px;
	margin: 0 8px 32px 8px;
	border-radius: 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
	font-size: 16px;
	line-height: 26px;
	color: #1A1C1E;
}
.appli-help-white-frame:last-child {
	margin-bottom: 0;
}
.appli-help-outside-frame {
	margin: 0 16px;
}
.appli-help-top-red-frame {
	background-color: #fff;
	margin: 0 8px 32px 8px;
	border-radius: 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
	font-size: 16px;
	line-height: 26px;
	color: #1A1C1E;
}
.appli-help-top-red-frame-inner-top {
	background-color: #EF4050;
	border-radius: 16px 16px 0 0;
	padding: 12px 48px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.appli-help-top-red-frame-inner-bottom {
	padding: 16px 16px 24px 16px;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-white-frame {
		max-width: 746px;
		width: 100%;
		margin: 0 auto 32px;
		padding: 32px;
	}
	.appli-help-outside-frame {
		max-width: 748px;
		margin: 0 auto;
	}
}

/*PC用指定*/
@media screen and (min-width:980px) {
	.appli-help-white-frame {
		max-width: 960px;
	}
	.appli-help-list-btn-normal-box {
		max-width: 960px;
	}
	.appli-help-outside-frame {
		max-width: 960px;
	}
}

/******************** 見出し ********************/

.appli-help-title-lev1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 26px;
	color: #1A1C1E;
	letter-spacing: 1.5px;
	line-height: 32px;
	position: relative;
	font-weight: bold;
	display: block;
	margin: 0 16px 40px;
	padding-bottom: 16px;
}
.appli-help-title-lev1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4A4F55;
}
.appli-help-title-lev1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #FFCC00;
}
.appli-help-title-lev1 span {
	font-size: 16px!important;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: normal;
}
.appli-help-title-lev2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 40px 16px 16px 16px;
	display: block;
}
.appli-help-title-lev3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 32px 0 16px;
}
.appli-help-title-lev4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.appli-help-title-lev4:empty {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .frequently-used-area-list-accordion-inner + .frequently-used-area-list-accordion-inner .appli-help-title-lev4 {
    margin-top: 32px;
  }
  .frequently-used-area-list-accordion-inner + .frequently-used-area-list-accordion-inner .appli-help-title-lev4:empty {
    margin-top: 0;
  }
}

/******************** テキスト定義 ********************/
.appli-help-txt-m {
	color: #1A1C1E;
	font-size: 16px!important;
	line-height: 26px!important;
}
.appli-help-txt-s {
	color: #1A1C1E;
	font-size: 14px!important;
	line-height: 22px!important;
}
.appli-help-txt-sup {
	color: #1A1C1E;
	font-size: 12px!important;
	line-height: 18px!important;
	font-weight: normal;
}
.appli-help-txt-ss {
	font-size: 11px!important;
	line-height: 18px!important;
}
.appli-help-ann-m {
	color: #4A4F55;
	font-size: 12px!important;
	line-height: 18px!important;
	text-align: right;
}
.appli-help-ann-s {
	color: #8D959F;
	font-size: 12px!important;
	line-height: 12px!important;
	text-align: right;
}
.appli-help-alert-redtxt {
	color: #CC0033!important;
}
.appli-help-txt-errow-big-icn {
	position: relative;
	padding-left: 80px;
	min-height: 64px;
}
.appli-help-txt-errow-big-icn::before {
	display: inline-block;
	content: '';
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/64_error@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
}
.appli-help-title-lev2-icon-q {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 40px 16px 16px 16px;
	display: block;
	padding-top:0.2em;
	padding-bottom:0.2em;	
	padding-left:1.8em;
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/help_q@2x.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.45em;
}
.appli-help-txt-m-icon-q {
	color: #1A1C1E;
	font-size: 16px!important;
	line-height: 26px!important;
	padding-left:2.125em;
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/help_q@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.5em;
}
.appli-help-txt-m-icon-q {
	color: #1A1C1E;
	font-size: 16px!important;
	line-height: 26px!important;
	padding-left:2.125em;
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/help_q@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.5em;
}
.appli-help-txt-m-icon-a {
	color: #1A1C1E;
	font-size: 16px!important;
	line-height: 26px!important;
	padding-left:2.125em;
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/help_a@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.5em;
}
.appli-help-txt-m-icon-box-blue,
.appli-help-txt-m-icon-box-yellow,
.appli-help-txt-m-icon-box-red, 
.appli-help-txt-m-icon-box-purple,
.appli-help-txt-m-icon-box-green {
	font-weight: bold;
	position: relative;
	padding-left: 34px;
}
.appli-help-txt-m-icon-box-blue::before, 
.appli-help-txt-m-icon-box-yellow::before, 
.appli-help-txt-m-icon-box-red::before, 
.appli-help-txt-m-icon-box-purple::before,
.appli-help-txt-m-icon-box-green::before {
	content: "";
    position: absolute;
    display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.appli-help-txt-m-icon-box-blue::before {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/category_help_cha1@2x.png);
}
.appli-help-txt-m-icon-box-red::before {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/category_help_cha2@2x.png);
}
.appli-help-txt-m-icon-box-yellow::before {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/category_help_cha3@2x.png);
}
.appli-help-txt-m-icon-box-purple::before {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/category_help_cha4@2x.png);
}
.appli-help-txt-m-icon-box-green::before {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/category_help_cha5@2x.png);
}
.appli-help-separate-border {
	position: relative;
    left: -4.6%;
	width: 109.5%;
    height: 1px;
    border: none;
    background-color: #eef1f4;
}

/*TB用指定*/
@media screen and (min-width:768px) {	
	.appli-help-title-lev1 {
		font-size: 38px;
		font-weight: normal;
		margin: 0 auto 48px;
		line-height: 46px;
	}
}

/*PC用指定*/
@media screen and (min-width:980px) {
	.appli-help-separate-border {
		position: relative;
		left: -3.6%;
		width: 107.16%;
		height: 1px;
		border: none;
		background-color: #eef1f4;
	}
}

/******************** リスト ********************/
.appli-help-attention-list {
	color: #31353A;
}
.appli-help-attention-list li, 
.appli-help-graydot-list li {
	position: relative;
	padding-left: 1.2em;
	margin: 8px 0;
}
.appli-help-attention-list.pl00 li {
	padding-left: 0!important;
}
.appli-help-graydot-list li {
	padding-left: 0.8em;
}
.appli-help-attention-list li:first-child, 
.appli-help-graydot-list li:first-child {
	margin-top: 0;
}
.appli-help-attention-list li:last-child, 
.appli-help-graydot-list li:last-child {
	margin-bottom: 0;
}
.appli-help-graydot-list.appli-help-txt-s li::before {
	top: 6px;
}
.appli-help-attention-list.appli-help-txt-s li, 
.appli-help-graydot-list.appli-help-txt-s li {
	line-height: 20px;
}
.appli-help-attention-list.appli-help-txt-m l, 
.appli-help-graydot-list.appli-help-txt-m li {
	line-height: 22px;
}
.appli-help-small-blackdot-list li {
	position: relative;
	padding-left: 1em;
}
.appli-help-small-blackdot-list li::before {
	content: "\30FB";
	position: absolute;
	top: 0;
	left: 0;
}
.appli-help-number-list li {
    counter-increment: notes;
    position: relative;
    padding-left: 2.2em;
}
.appli-help-number-list li::before {
	content: "\203b" counter(notes);
	position: absolute;
	top: 0;
	left: 0;
}
.appli-help-tnum-attention-list li {
	position: relative;
	padding-left: 2.2em;
}
.appli-help-tnum-attention-list li span {
	position: absolute;
	top: 0;
	left: 0;
}

/******************** テキストリンク ********************/
.appli-help-link-area {
	position: relative;
}
.appli-help-txtlink-m {
	color: #007AFF!important;
	font-size: 16px;
	line-height: 22px;
}
.appli-help-txtlink-s {
	color: #007AFF!important;
	font-size: 14px;
	line-height: 20px;
}
.appli-help-txtlink-blueonly {
	color: #007AFF!important;
}
.appli-help-txtlink-arrow {
	padding-right: 20px;
}
.appli-help-txtlink-arrow::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/mydocomo/appli/contents/operations_manual/images/icons/icn_16_arrow_textlink_right@2x.png);
	width: 16px;
	height: 16px;
	line-height: 20px;
	position: absolute;
	right: 0;
}
.appli-help-txtlink-arrow.appli-help-txtlink-arrow-bottom::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_pulldown_down@2x.png);
}
.appli-help-txtlink-arrow.appli-help-txtlink-s::after {
	top: 2px;
}
.appli-help-txtlink-arrow.appli-help-txtlink-m::after {
	top: 3px;
}
.appli-help-txtlink-m:hover, 
.appli-help-txtlink-s:hover, 
.appli-help-txtlink-arrow:hover, 
.appli-help-txtlink-blueonly:hover {
	text-decoration: underline;
}
.appli-help-link-area.appli-help-right {
	padding-right: 20px;
	line-height: 20px;
}
.appli-help-link-area .appli-help-txtlink-arrow {
	padding-right: 0;
}

/******************** ボタン ********************/
/*ボタン外div用*/
.appli-help-btn-return-area {
	text-align: center;
	margin-top: 40px;
}
.appli-help-btn-area {
	text-align: center;
}

/*ボタン横幅*/
.appli-help-btn-max-width284 {
	max-width: 284px!important;
}

/*主導戦ボタン*/
.appli-help-btn-basic {
	font-size: 14px;
	border: 1px solid #DFE4E9;
	border-radius: 24px;
	line-height: 20px;
	padding: 10px 42px 10px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 264px;
}
.appli-help-btn-basic.appli-help-outside {
	padding: 13px 44px 13px 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border: none;
}
.appli-help-btn-basic:hover {
	background-color: #f6f7f8;
}
.appli-help-btn-basic::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
	right: 10px;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

/*強調ボタン（弱）*/
.appli-help-btn-emphasis {
	font-size: 14px;
	border: 4px solid #fff;
	border-radius: 24px;
	line-height: 20px;
	padding: 7px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #FFE26E;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	max-width: 264px;
	width: 100%;
}
.appli-help-btn-emphasis:hover {
	background-color: #FFF4A2;
}

/*強調ボタン（強）*/
.appli-help-btn-emphasis.appli-help-strong {
	padding: 10px 16px;
	background-color: #FFCC00;
}
.appli-help-btn-emphasis.appli-help-strong:hover {
	background-color: #FFE26E;
}
.appli-help-btn-emphasis.appli-help-strong.appli-help-in-bnr {
	padding: 7px 16px;
}

/*副導線ボタン*/
.appli-help-btn-deputy {
	font-size: 14px;
	border-radius: 24px;
	line-height: 20px;
	padding: 8px 16px;
	margin: 0 auto;
	position: relative;
	background-color: #FFE26E;
	font-weight: bold;
	color: #31353A!important;
	display: inline-block;
	text-align: center;
	max-width: 280px;
	width: 100%;
}
.appli-help-btn-deputy.appli-help-outside {
	padding: 11px 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
	border: none;
}
.appli-help-btn-deputy:hover {
	background-color: #FFF4A2;
}

/*戻るボタン*/
.appli-help-btn-basic.appli-help-outside.appli-help-btn-return {
	padding: 13px 16px 13px 55px;
	max-width: 130px;
	text-align: left;
}
.appli-help-btn-basic.appli-help-outside.appli-help-btn-return::after {
	left: 10px;
}

/*戻るボタン横幅調整*/
.appli-help-btn-basic.appli-help-outside.appli-help-btn-return.appli-help-btn-max-width264 {
	text-align: center;
	max-width: 264px;
	padding: 13px 16px 13px 42px;
}

/*ボタン共通アイコン*/
.appli-help-right-arrow::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_arrow_right@2x.png)!important;
}
.appli-help-left-arrow::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_arrow_left@2x.png)!important;
}
.appli-help-pulldown-down::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_pulldown_down@2x.png)!important;
}
.appli-help-pulldown-up::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_pulldown_up@2x.png)!important;
}
.appli-help-blank::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_blank@2x.png)!important;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-btn-return-area {
		margin-top: 64px;
	}
}

/******************** グレー枠 ********************/
.appli-help-gray-bk-frame {
	background-color: #E1E5EA;
	border-radius: 6px;
	padding: 16px;
}

/******************** リスト型ボタン ********************/
.appli-help-list-btn-normal-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 0;
	position: relative;
	border: 1px solid #DFE4E9;
}
.appli-help-list-btn-normal-box.appli-help-outside {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
	margin: 0 8px 16px 8px;
	border: none;
	border-radius: 16px;
}
.appli-help-list-btn-normal-txt-box {
	border-bottom: 1px solid #DFE4E9;
}
.appli-help-list-btn-normal-txt-box:last-child {
	border-bottom: none;
}
.appli-help-list-btn-normal-txt-box:first-child .appli-help-list-btn-normal-txt {
    border-radius: 8px 8px 0 0;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box:first-child .appli-help-list-btn-normal-txt {
    border-radius: 16px 16px 0 0;
	padding-top: 24px;
}
.appli-help-list-btn-normal-txt-box:last-child .appli-help-list-btn-normal-txt {
    border-radius: 0 0 8px 8px;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box:last-child .appli-help-list-btn-normal-txt {
    border-radius: 0 0 16px 16px;
	padding-bottom: 24px;
}
.appli-help-list-btn-normal-txt:hover {
    background-color: #f6f7f8;
    cursor: pointer;
}
.appli-help-list-btn-normal-txt {
	position: relative;
	padding: 16px 44px 16px 16px;
	display: block;
	font-size: 16px;
	color: #31353A;
	font-weight: bold;
	line-height: 18px;
}
.appli-help-list-btn-normal-txt::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_arrow_right@2x.png);
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: middle;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box:first-child .appli-help-list-btn-normal-txt::after {
	margin-top: -10px;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box:last-child .appli-help-list-btn-normal-txt::after {
	margin-top: -16px;
}
.appli-help-list-btn-normal-txt .appli-help-txt-sup {
	margin-top: 6px;
	display: inline-block;
}
.appli-help-list-nobtn-normal-txt {
	padding: 16px 16px 24px 16px;
}

/*TB用指定*/
@media screen and (min-width:768px) {
	.appli-help-list-btn-normal-box.appli-help-outside {
		margin: 0 auto 16px;
	}
}

/****************************** テーブル ******************************/
.appli-help-gray-table {
	background-color: #EEF1F4;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.appli-help-gray-table tr th,
.appli-help-gray-table tr td {
	padding: 10px;
}
.appli-help-gray-table tr:first-child th,
.appli-help-gray-table tr:first-child td {
	border-bottom: 2px solid #fff;
}
.appli-help-gray-table tr th {
	border-right: 2px solid #fff;
}
.appli-help-gray-table .appli-help-icon-width24px {
	width: 24px;
}

/****************************** アコーディオン ******************************/

.ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt {
	border-bottom: 1px solid #DFE4E9;
}
.ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt::after {
	background-image: url(/mydocomo/appli/contents/operations_manual/images/btn/btn_pulldown_up@2x.png)!important;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box .ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt {
	border-bottom: none;
}
.appli-help-list-btn-normal-box.appli-help-outside .appli-help-list-btn-normal-txt-box:last-child .ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt:hover {
	border-radius: 0;
}
.appli-help-list-btn-normal-txt-box:last-child .ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt {
	border-radius: 0;
}
/* アコーディオンの項目が1つしかない場合 */
.appli-help-list-btn-normal-box.appli-help-outside.appli-help-list-btn-only-one-box .ico-ac-toggle.appli-help-list-btn-normal-txt {
	border-radius: 16px!important;
}
.appli-help-list-btn-normal-box.appli-help-outside.appli-help-list-btn-only-one-box .ico-ac-toggle.appli-help-list-btn-normal-txt::after {
	margin-top: -12px!important;
}
.appli-help-list-btn-normal-box.appli-help-outside.appli-help-list-btn-only-one-box .ico-ac-toggle.ico-ac-trigger.appli-help-list-btn-normal-txt {
	border-radius: 16px 16px 0 0!important;
}


/****************************** お困りの時はページ出し分け設定用 ******************************/
.appli-help-view-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -40px;
}
.appli-help-view-wrap .appli-help-index-view.first {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.appli-help-view-wrap .appli-help-index-view.second {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.appli-help-view-wrap .appli-help-index-view.first .appli-help-outside {
	margin: 0 8px;
}
.appli-help-view-wrap .appli-help-index-view.second .appli-help-outside {
	margin: 0 8px 16px;
}
@media screen and (min-width: 768px) {
	.appli-help-view-wrap .appli-help-index-view.first .appli-help-outside {
		margin: 0 auto;
	}
	.appli-help-view-wrap .appli-help-index-view.second .appli-help-outside {
		margin: 0 auto 16px;
	}
}


/****************************** TB／PCのみ ******************************/

/****************************** border-radius ******************************/

@media screen and (min-width:768px) {		
	.appli-help-br0000-tabpc {
		border-radius: 0!important;
	}
	.appli-help-br00016-tabpc {
		border-radius: 0 0 0 16px!important;
	}
	.appli-help-br00160-tabpc {
		border-radius: 0 0 16px 0!important;
	}
	.appli-help-br00016-tabpc.ico-ac-open, 
	.appli-help-br00160-tabpc.ico-ac-open {
		border-radius: 0!important;
	}
}
	
@media screen and (min-width:980px) {
	.appli-help-br00016-pconly {
		border-radius: 0 0 0 16px!important;
	}
	.appli-help-br00160-pconly {
		border-radius: 0 0 16px 0!important;
	}
	.appli-help-br0000-pconly {
		border-radius: 0!important;
	}
	.appli-help-br00016-pconly.ico-ac-open, 
	.appli-help-br00160-pconly.ico-ac-open {
		border-radius: 0!important;
	}
}
/******************************************
appli_help_common.cssからのコピーここまで
******************************************/
/*
↓appli_help_commonからそのまま移せなかったクラス
カスケーディングしてコピー
*/
.appli-help-list-btn-normal-txt-box .con {
  padding: 16px 16px 32px 16px;
  border-top: 1px solid #DFE4E9;
}

/************「すべてのメニュー」用*************************************************/
.allmenu_list_unit {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.allmenu_list_wrap {
  padding-bottom: 8px;
}
@media screen and (max-width:768px) {
  .allmenu_list_unit {
    margin-right: 8px;
    margin-left: 8px;
  }
  .allmenu_list_wrap {
    padding-bottom: 1px;
  }
  .allmenu_list_wrap > li:not(:last-child) {
    border-bottom: 1px solid #DFE4E9;
  }
}
@media screen and (min-width:768px) {
  .allmenu_list_unit {
    max-width: 746px;
  }
}
@media screen and (min-width:980px) {
  .allmenu_list_unit {
    max-width: 960px;
  }
}
.allmenu_list_title {
  background: #CED4DC;
  padding: 13px 16px;
  border-radius: 16px 16px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.allmenu_listItem_title {
  position: relative;
}
.allmenu_listItem_title.is-close:after,
.allmenu_listItem_title.ico-ac-trigger:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  cursor: pointer;
}
.allmenu_listItem_title.is-close:after {
  background-image: url(/mydocomo/images_20m4/common/btn/btn_pulldown_down@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.allmenu_listItem_title.ico-ac-trigger:after {
  background-image: url(/mydocomo/images_20m4/common/btn/btn_pulldown_up@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.allmenu_listItem_title {
  font-size: 16px;
  color: #31353A;
  font-weight: bold;
  padding: 18px 44px 18px 16px;
  cursor: pointer;
}
.allmenu_listItem_accordion {
  display: none;
  padding-top: 10px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
}
.allmenu_listItem_block,
.allmenu_listItem_btnListItem,
.allmenu_list_supplement {
  margin-bottom: 16px;
}
/*すべてのメニュー動画バナー用*/
.allmenu_listItem_btnListItem a + div .application_movieArea {
	margin-top: 16px;
}
/*over ride*/
.common-btn-emphasis.common-strong.limited_width {
  max-width: 280px;
  width: 100%;
  display: block;
}
.allmenu_list_supplement_notice,
.allmenu_list_supplement_alert {
  margin-bottom: 6px;
}
.allmenu_list_supplement_alert {
  color: #CC0033;
}

/*カラム分け　1, 1-2, 1-3 共通スタイル*/
@media screen and (max-width:768px) {
  .allmenu_list_wrap.is-col1-3,
  .allmenu_list_wrap.is-col1-2 {
    display: block;
  }
  .is-col1-3 > *:last-child .allmenu_listItem_title,
  .is-col1-2 > *:last-child .allmenu_listItem_title {
    border-radius: 0 0 16px 16px;
  }
  .is-col1-3 > *:last-child .allmenu_listItem_title.ico-ac-trigger:hover,
  .is-col1-2 > *:last-child .allmenu_listItem_title.ico-ac-trigger:hover {
    border-radius: 0;
  }
  .is-col1-3 .allmenu_listItem_title:hover,
  .is-col1-2 .allmenu_listItem_title:hover {
    background: #f6f7f8;
  }
}
@media screen and (min-width:768px) {
  .allmenu_list_wrap.is-col1-3,
  .allmenu_list_wrap.is-col1-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .allmenu_list_wrap.is-col1-3 > *,
  .allmenu_list_wrap.is-col1-2 > * {
    width: 50%;
  }
  .is-col1-3 .allmenu_listItem_title:hover,
  .is-col1-2 .allmenu_listItem_title:hover {
    text-decoration: underline;
  }
  /*2カラムの時のボーダー*/
  .allmenu_list_wrap.is-col1-3 > *:nth-child(2n),
  .allmenu_list_wrap.is-col1-2 > *:nth-child(2n) {
    position: relative;  
  }
  .allmenu_list_wrap.is-col1-3 > *:not(:last-child):nth-child(2n):before,
  .allmenu_list_wrap.is-col1-2 > *:not(:last-child):nth-child(2n):before {
    content: "";
    width: calc(200% - 32px);
    height: 1px;
    background: #DFE4E9;
    position: relative;
    top: 100%;
    left: 0;
    display: block;
    transform: translate(-50%, 0px);
  }
}
/*1カラム用クラス*/
.allmenu_list_wrap.is-col1 {
  padding-bottom: 0;
}
.allmenu_list_wrap.is-col1 > li:not(:last-child) {
  border-bottom: 1px solid #DFE4E9;
}
.is-col1 > *:last-child .allmenu_listItem_title {
  border-radius: 0 0 16px 16px;
}
.is-col1 > *:last-child .allmenu_listItem_title.ico-ac-trigger:hover {
  border-radius: 0;
}
.is-col1 .allmenu_listItem_title:hover {
  background: #f6f7f8;
}

/*1~3カラム用クラス*/
@media screen and (min-width:768px) {
  .allmenu_list_wrap.is-col1-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width:980px) {
  .allmenu_list_wrap.is-col1-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .allmenu_list_wrap.is-col1-3 > * {
    width: 33.3%;
  }
  /*3カラムの時のボーダー*/
  .allmenu_list_wrap.is-col1-3 > *:not(:last-child):nth-child(2n):before,
  .allmenu_list_wrap.is-col1-3 > *:nth-child(2n):before {
    content: none;
  }
  .allmenu_list_wrap.is-col1-3 > *:nth-child(3n) {
    position: relative;  
  }
  .allmenu_list_wrap.is-col1-3 > *:not(:last-child):nth-child(3n):before {
    content: "";
    width: calc(300% - 32px);
    height: 1px;
    background: #DFE4E9;
    position: relative;
    top: 100%;
    left: 0;
    display: block;
    transform: translate(-67%, 0px);
  }
}
/*icon-box over ride*/
.is-col1 .allmenu_listItem_accordion .frequently-used-area-list-icon-box {
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .is-col1-2 .allmenu_listItem_accordion .frequently-used-area-list-icon-box,
  .is-col1-3 .allmenu_listItem_accordion .frequently-used-area-list-icon-box {
    margin-top: 0;
  }
}

/************「よくある質問一覧」用*************************************************/
/*カラム分け　1, 1-2, 1-3 共通スタイル*/
@media screen and (min-width:768px) {
  .appli-help-outside.is-col1-2,
  .appli-help-outside.is-col1-3 {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
  }
  .is-col1-2 .appli-help-list-btn-normal,
  .is-col1-3 .appli-help-list-btn-normal {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .is-col1-2 .appli-help-list-btn-normal-txt:hover,
  .is-col1-3 .appli-help-list-btn-normal-txt:hover {
      background-color: transparent;
      text-decoration: underline;
  }
  .is-col1-2 .appli-help-list-btn-normal-txt-box,
  .is-col1-3 .appli-help-list-btn-normal-txt-box {
    border-bottom: none;
  }
  .appli-help-list-btn-normal-box.is-col1-2  .appli-help-list-btn-normal-txt-box:first-child .appli-help-list-btn-normal-txt,
  .appli-help-list-btn-normal-box.is-col1-3 .appli-help-list-btn-normal-txt-box:first-child .appli-help-list-btn-normal-txt,
  .appli-help-list-btn-normal-box.is-col1-2 .appli-help-list-btn-normal-txt-box .appli-help-list-btn-normal-txt,
  .appli-help-list-btn-normal-box.is-col1-3 .appli-help-list-btn-normal-txt-box .appli-help-list-btn-normal-txt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /*ボーダー用*/
  .is-col1-2 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(2n),
  .is-col1-3 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(2n) {
    position: relative;
  }
  .is-col1-2 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(2n):before,
  .is-col1-3 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(2n):before {
    content: "";
    width: 200%;
    height: 1px;
    background: #DFE4E9;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, 0);
  }
  .appli-help-outside.is-col1-2 .frequently-used-area-list-icon-box,
  .appli-help-outside.is-col1-3 .frequently-used-area-list-icon-box {
    margin-top: -10px !important;
  }
}
/*1~2カラム用クラス*/
@media screen and (min-width:768px) {
  .is-col1-2 .appli-help-list-btn-normal > * {
    width: 50%;
  }
  .is-col1-2 .con {
    border-top: none;
  }
}

/*1~3カラム用クラス*/
@media screen and (min-width:768px) {
  .is-col1-3 .appli-help-list-btn-normal > * {
    width: 50%;
  }
  .is-col1-3 .con {
    border-top: none;
  }
}
@media screen and (min-width:980px) {
  .is-col1-3 .appli-help-list-btn-normal > * {
    width: 33.3%;
  }
  /*ボーダー用*/
  .is-col1-3 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(3n) {
    position: relative;
  }
  .is-col1-3 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(2n):before {
    content: none;
  }
  .is-col1-3 > * > .appli-help-list-btn-normal-txt-box:not(:last-child):nth-child(3n):before {
    content: "";
    width: 300%;
    height: 1px;
    background: #DFE4E9;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-66.5%, 0);
  }
}
/* よくある質問 絞り込みボタンスタイル */
#faq_nav {
  padding: 24px 24px 16px 24px;
}
#faq_nav li {
  display: inline-block;
  margin-right: 8px;
}
a.appli-help-filter-btn {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 16px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #0080ff;
  color: #0080ff;
  font-size: 14px;
}
a.appli-help-filter-btn:hover,
a.appli-help-filter-btn.active {
  background: #0080ff;
  color: #fff;
}
/* お困りの時・よくある質問 ページ下部ボタン用 */
.appli-help-btn-deputy_wrap {
  width: 210px;
}
