@charset "UTF-8";

/***** 下層ページ *****/

section.sub_page {
	margin: 10px 0 20px;
	padding: 0 0 10px;
}
section.sub_page:not(:first-of-type) {
	padding-top: 10px;
}
section.sub_page h2 {
	line-height: 40px;
	font-size: 16px;
	text-align:center;
	background:#444;
	color:#b5a642;
	margin-bottom:15px;
}
section.sub_page h3 {
	margin: 0 0 20px;
	font-size: 17px;
	color: #c60000;
	border-left: 4px solid #c60000;
	border-bottom: 1px solid #c60000;
	padding: 0 10px;
}
section.sub_page h4 {
	margin: 15px 10px 10px;
	font-size:17px;
	color:#f70;
	border-bottom:1px dotted #ccc;
}
section.sub_page p {
	margin: 0 10px 1em;
}
section.sub_page p em {
	font-size: 19px;
	color: #999;
	line-height: 2.4;
}
section.sub_page .border_box_01 {
	border: 1px solid #aaa;
	padding: 8px;
}
section.sub_page .border_box_02 {
	border: 1px solid #093;
	padding: 8px;
}
section.sub_page .border_box_02 h5 {
	font-size: 16px;
	color: #c60000;
}
section.sub_page .border_box_03 {
	border: 1px solid #c60000;
	padding: 8px;
}

/* ---------- 新規会員登録 / ログイン ---------- */

ul#entry_menu {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
ul#entry_menu li {
	background: #ddd;
}
ul#entry_menu li.selected {
	background: #fff;
}
ul#entry_menu li.selected::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
ul#entry_menu li.regist a {
	color:#b09e73;
	text-decoration: none;
	display: block;
}
ul#entry_menu li.regist a:before {
	background:url(/sp/img/header/icon_entry_btn2@2x.png) 0 -18px no-repeat;
	background-size: 18px 36px;
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
ul#entry_menu li.login a {
	color: #c60000;
	text-decoration: none;
	display: block;
}
ul#entry_menu li.login a:before {
	background: url(/sp/img/header/icon_entry_btn2@2x.png) 0 0 no-repeat;
	background-size: 18px 36px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
table.male_member_regist {
	width: 94%;
	font-size: 14px;
	margin: 0 auto;
	}
table.male_member_regist th {
	color: #666;
	text-align: right;
	padding: 10px 2px 10px 0;
	width: 115px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
table.male_member_regist td {
	padding: 10px 0 10px 2px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
}
table.male_member_regist td .note {
	color: #444;
	font-size: 11px;
	font-weight: 400;
}

section.sub_page form label.show_password {
	display: inline-block;
	margin-top: 8px;
}

section.sub_page .new_girls_regist a {
	text-decoration: underline;
}

/* ---------- フォーム関連 ---------- */

section.sub_page .form_02 p {
	margin-left: 0;
	margin-right: 0;
}

/* ---------- 女の子検索 ---------- */

.sub_selectbox select {
	width: 52px;
}
.memorial_day_range_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
	width: 100%;
}
.memorial_day_range_wrap .select-group {
	width: 17.5%;
}
.memorial_day_range_wrap span {
	display: block;
	width: 6%;
	text-align: center;
	font-size: 16px;
}
.memorial_day_range_wrap span:nth-of-type(2) {
	width: 12%;
}

/* ---------- 新人女性一覧 ---------- */
.online_girls.newgirl .girls_container {
	min-height: calc(100dvh - 285px);
}

/* ---------- ポイント購入 ---------- */

#point_select_lists {
	margin-top: 20px;
}
ul.point_list_contents {
	overflow: hidden;
	border-bottom: 1px solid #aaa;
	padding: 8px 8px;
	position: relative;
	width: auto;
	border-left: 5px solid #06c;
	margin: 10px 0;
	border-top: 1px solid #aaa;
}
ul.point_list_contents .image {
	float: left;
	position: relative;
}
ul.point_list_contents .image img {
	width: 70px;
}
ul.point_list_contents .service_name {	
	font-size: 17px;
	color: #c60000;
	font-weight: 700;
	margin-left: 10px;
}
ul.point_list_contents .caption {	
	margin: 0 20px 0 10px;
}
ul.point_list_contents .caption span {
	color: #f70;
	font-weight: 700;
}
ul.point_list_contents:after {
	content: "";
	position: absolute;
	right: 12px;
	top: calc(50% - 5px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(45deg);
}
#point_select_lists ul.point_list_contents .service_name {
	padding-left: 80px;
	margin-left: 0;
}
#point_select_lists ul.point_list_contents .caption {
	padding-left: 80px;
	margin-left: 0;
}
#point_ryokin_lists {
	margin: 20px 0 0;
}

#point_kakunin_data table, .point_kakunin_table {
	width: calc(100% - 20px);
	font-size: 15px;
	margin: 0 auto 20px;
}
#point_kakunin_data table caption, .point_kakunin_table caption {
	margin: 0 0 4px 12px;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
}
#point_kakunin_data table th, .point_kakunin_table th {
	text-align: right;
	padding: 10px 1em 10px 0px;
	width: 120px;
	vertical-align: middle;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: var(--color_accent);
	font-weight: 700;
	position: relative;
}
#point_kakunin_data table th::after,  .point_kakunin_table th::after {
	content: "：";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#point_kakunin_data table td, .point_kakunin_table td {
	padding: 10px 0px 10px 2px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
}
#point_kakunin_data input {
	width: 90%;
}
#point_kakunin_data table td.quick_cap {
	border-top: none;
	font-size: 12px;
	padding: 0 10px 10px;
	font-weight: 400;
}
.point_banner {
	margin-bottom: 10px;
}
.point_banner:last-child {
	margin: 0;
}
.point_banner img {
	margin: 0 auto;
	width: calc(100% - 20px);
    height: auto;
	display: block;
}
.point_banner .lead {
	text-align: center;
	color: var(--color_blue);
	margin-top: 3px;
}

/* 楽天購入ページ */
ul.point_list_contents_rakuten {
	overflow: hidden;
	border-bottom: 1px solid #aaa;
	padding: 8px 8px;
	position: relative;
	width: auto;
	border-left: 5px solid #06c;
	margin: 10px 0;
	border-top: 1px solid #aaa;
}
ul.point_list_contents_rakuten .service_name {	
	margin: 0 0 2px 10px;
	font-size: 17px;
	color: #c60000;
	font-weight: 700;
}
ul.point_list_contents_rakuten .caption {	
	margin: 0 20px 0 10px;
}
ul.point_list_contents_rakuten .caption span {
	color: #f70;
}
ul.point_list_contents_rakuten .tsuika {
	margin: 0 120px 0 10px;
}
ul.point_list_contents_rakuten .tsuika strong {
	font-size: 16px; 
}
ul.point_list_contents_rakuten .buy_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}


/* ひと夏のK券 */
ul.point_list_contents.kken_list {
	background: #430502 url(/img/ryoukin_img/bg_hitonatsu.gif) top left no-repeat;
}
ul.point_list_contents.kken_list .service_name {
	color: #ffd800;
}
ul.point_list_contents.kken_list .service_name::after {
	content: "（ひと夏のK券）";
	font-size: 15px;
}
ul.point_list_contents.kken_list .caption {
	color: #fff;
}
ul.point_list_contents.kken_list .caption span {
	color: #ffd800;
}
ul.point_list_contents.kken_list::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ランクアップ応援キャンペーン（とびとびコース） */
ul.point_list_contents.rankup_camp_list {
	background: #172831 url(/img/ryoukin_img/bg_rankup_camp.jpg) top left no-repeat;
}
ul.point_list_contents.rankup_camp_list .service_name {
	color: #ffd800;
}
ul.point_list_contents.rankup_camp_list .service_name::after {
	content: "（とびとびコース）";
	font-size: 15px;
}
ul.point_list_contents.rankup_camp_list .caption {
	color: #fff;
}
ul.point_list_contents.rankup_camp_list .caption span {
	color: #ffd800;
}
ul.point_list_contents.rankup_camp_list::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ---------- お問い合わせ ---------- */

.otoiawase_kakunin {
	color: #06c;
	font-size: 16px;
}

/* ---------- 初めてご利用の方へ ---------- */

table.point_cost {
	font-size: 12px;
	margin: 10px auto;
	border-collapse: collapse;
	width: 96%;
}
table.point_cost th {
	background: #ffd8e2;
	border: 1px solid #888;
	font-weight: 400;
	padding: 5px;
	width: 40%;
}
table.point_cost td {
	border: 1px solid #888;
	padding: 5px;
}
table.point_cost td ul {
	list-style-type: none;
	margin-top: 5px;
}
table.point_cost td ul li {
	margin: 0;
	line-height: 1.2;
}

/* ---------- アプリ紹介ページ ---------- */

.img_box {
	background: #555;
	padding: 10px;
	margin: 10px auto;
	text-align: center;
}
ul.chat_ope li {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}
ul.chat_ope li span:first-child {
	background: #f36;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	flex-shrink: 0;
	margin: 0;
}

dd.menu_window img.icon {
	float: left;
	display:block;
	}
dd.menu_window p.exp {
	float: left;
	width: 70%;
	margin:0;
	}

/* ---------- リニューアルについて ---------- */

img.renewal_cap {
	width: 95%;
	margin: 15px auto;
	border: 5px solid #ddd;
	display: block;
}

/* ---------- 会員様ページ ---------- */

ul.member_nav {
	margin: 0 auto 20px;
	width: 99%;
	}
ul.member_nav li {
	font-size: 14px;
}
ul.member_nav a.btn_mem {
	font-weight: 700;
	display:block;
	width:48%;
	background:#fff;
	padding:13px 0;
	margin: 1%;
	color: #c60000;
	text-decoration: none;
	text-align: center;
	position:relative;
	float: left;
	border: 1px solid #c60000;
	border-radius: 5px;
}
ul.member_nav a.btn_mem.selected {
	background: #c60000;
	color: #fff;
}

ul.member_nav .btn_mem:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 17px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #c60000;
	border-right: 1px solid #c60000;
	transform: rotate(45deg);
	}

#mobile_mail_msg {
	text-align: center;
	margin: 10px;
	}

.male_member_address {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px 10px;
}
.male_member_address h5 {
	color: #c60000;
	font-size: 16px;
	margin-bottom: 2px;
}
.male_member_address input {
	font-weight: 700;
}
/* table.male_member_address th {
	color: #c60000;
	text-align: left;
	font-weight: 400;
	padding: 10px 2px 2px 0;
	width: 115px;
	border-top: 1px dotted #ccc;
}
.male_member_address td {
	padding: 2px 0 10px 2px;
	border-bottom: 1px dotted #ccc;
} */

table.male_member_data {
	width: calc(100% - 20px);
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto 30px;
}
table.male_member_data th {
	color: #c60000;
	text-align: right;
	padding: 10px 2px 10px 0;
	width: 115px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table.male_member_data td {
	padding: 10px 0 10px 2px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
}
table.furikomi_table {
	width: 100%;
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto 30px;
}
table.furikomi_table th {
	color: #c60000;
	padding: 10px 5px;
	width: 115px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #eee;
}
table.furikomi_table td {
	text-align: center;
	padding: 10px 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
	}
table.male_member_change {
	width: 100%;
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto 30px;
}
table.male_member_change th {
	color: #c60000;
	text-align: right;
	padding: 10px 2px 10px 0;
	width: 115px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
table.male_member_change td {
	padding: 10px 0 10px 2px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.male_member_kakunin {
	color: #06c;
	font-size: 16px;
	line-height: 1.35;
}


/* ---------- 特定商取表記 ---------- */

table.co_summary {
	margin: 15px auto;
	width: 96%;
	}
	table.co_summary th {
		color: #000;
		padding: 5px 3px;
		width: 30%;
		border-top: 1px #aaa solid;
		border-bottom: 1px #aaa solid;
		}
	table.co_summary td {
		border-top: 1px #aaa solid;
		border-bottom: 1px #aaa solid;
		padding: 5px 3px;
		}

/* ---------- イベント・ニュース ---------- */

.info_contents {
	margin: 10px;
	word-break: break-all;
}

/* イベント&ニュースの下のリスト */
ul.mail_list {
	border-bottom:1px solid #aaa;
}
ul.mail_list li {
	border-top: 1px solid #ccc;
}
ul.mail_list li.mailbox_list_contents {
	position: relative;
	width: auto;
	padding: 10px 25px 10px 10px;
	background: #fafafa;
}
ul.mail_list li.mailbox_list_contents:after {
	content: "";
	position: absolute;
	right: 12px;
	top: calc(50% - 5px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(45deg);
}
.mailbox_list_contents .mail_icon {
	float: left;
	margin-right: 5px;
}
.mailbox_list_contents .from {
	color: #c60000;
	font-size: 16px;
	float: left;
}
.mailbox_list_contents .date {
	font-size: 12px;
	float: left;
	margin: 5px 0 0 0;
	color: #06c;
	white-space:nowrap;
	font-weight: 700;
}
.mailbox_list_contents .subject_tate, .mailbox_list_contents .subject_yoko {
	white-space:nowrap;
	overflow:hidden;
	clear: both;
}

ul.mail_list li.mailbox_list_contents.margin {
	padding-left:66px;
}
ul.mail_list li.mailbox_list_contents.margin > label {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:50px;
	border-right:1px solid #aaa;
	text-align:center;
	padding-top:23px;
}

/* ---------- PC版説明ページ ---------- */

img.pc_cap {
	width: 100%;
	margin: 15px auto;
	border: 3px solid #ddd;
	display: block;
}

table.pc_ex {
	border-collapse:collapse;
	margin:20px auto 10px auto;
	text-align:center;
	width:90%;
	font-size:12px;
	}
table.pc_ex .left {
	width:40%;
	background-color:#fafafa;
	}

table.pc_ex .center {
	width:30%;
	}
table.pc_ex .right {
	width:30%;
	}
table.pc_ex th {
	border:1px solid #888;
	background-color:#ffd8e2;
	padding:5px;
	font-weight:400;
	}
table.pc_ex th.left {
	background-color:#ffd8e2;
	}

table.pc_ex td {
	border:1px solid #888;
	padding:5px;
        }

.number li {
	position:relative;
	}

.number .arrow {
	display: block;
	content: "";
	position: absolute;
	right: 50%;
	bottom: -25px;
	display: block;
	width: 14px !important;
	height: 14px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(135deg);
}

/* ---------- 1オススメ ---------- */

.osusume_list {
	word-wrap: break-word;
	line-height: normal;
	padding-bottom: 12px;
}
.osusume_list a {
	color: inherit;
	text-decoration: none;
}
.osusume_list li {
	list-style-type: none;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.osusume_list li a.summary {
	display: block;
	padding: 8px 20px 8px 8px;
	height: 92px;
	}
.osusume_list li a.summary:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(45deg);
}

.osusume_list li .media {
	position: absolute;
	overflow: hidden;
	width: 92px;
	height: 92px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.osusume_list li .media:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.osusume_list li .media img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	width: auto;
	max-width: 140%;
	height: auto;
	margin: auto;
}
.osusume_list li .time {
	color: #e74c3c;
	font-size: 13px;
	padding-left: 104px;
}
.osusume_list li .comment {
	margin-top: 2px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	padding-left: 104px;
}
#main .osusume_list p.comment {
	margin-bottom: 0;
}


.osusume_list li .lower {
	padding-left: 104px;
	margin-top: 2px;
}
.osusume_list li .lower div {
	display: inline-block;
}
.osusume_list li .online_status {
	margin: 3px 0 0;
}
.osusume_list li .online_status:after {
	display: inline-block;
	width: 61px;
	padding: 3px 0 2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.osusume_list li .online .online_status:after {
	content: "ONLINE";
	color: #fff;
	background-color: #c60000;
	border-color: #c60000;
}
.osusume_list li .chat .online_status:after {
	content: "2SHOT";
	color: #1b3994;
	border-color: #1b3994;
}
.osusume_list li .wait .online_status:after {
	content: "待ち合わせ";
	color: #f94709;
	border-color: #f94709;
}
.osusume_list li .offline .online_status:after {
	content: "OFFLINE";
	color: #999;
	border-color: #999;
}
.osusume_list li .name {
	color: #e74c3c;
}
.osusume_list p.time.is_new:before {
	background: url(/images/icon/icon_info_new@3x.png) 0 0 no-repeat;
	background-size: 30px 13px;
}


/* ---------- ヘルプ ---------- */

.page_head form {
	position: relative;
}
.page_head {
	padding: 16px;
	margin: 16px 0;
}
.page_head input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 48px;
	background: #fff;
}
.page_head form::after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	color: #aaa;
	content: "\e916";
	font-family: 'bb_font' !important;
	font-size: 24px;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}
.contents.faq_list {
	margin: 0 0 50px 0;
}
.contents.faq_list dl {
	border-bottom: 1px solid #ccc;
}
.contents.faq_list dl dt {
	padding: 12px 26px 12px 16px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	position: relative;
	font-size: 16px;
}
.contents.faq_list dl dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: calc(50% - 7px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(135deg);
}
.contents.faq_list dl dt.open:after {
	transform: rotate(-45deg);
	top: calc(50% - 2px);
}
.contents.faq_list dl dd {
	padding: 15px;
	background: #f3f3f3;
	margin: 0;
	font-size: 16px;
}
.contents.faq_list .highlight {
	background-color: #ff0;
}

/* ---------- ご利用マニュアル ---------- */

section.manual nav.list li {
	border-bottom: 1px solid #e5e5e5;
}
section.manual nav.list li:first-child {
	border-top: 1px solid #e5e5e5;
}
section.manual nav.list li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #444;
	min-height: 64px;
	padding: 10px 26px 10px 10px;
	font-size: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 16px;
}
section.manual nav.list li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(45deg);
}
section.manual nav.list li a .thumbnail {
	width: 36px;
	height: 36px;
	object-fit: cover;
}
section.manual nav.list li a .title {
	line-height: 1.35;
}
section.manual nav.list li a .post_count {
	font-size: 13px;
}
section.manual.manual_list nav.list li a h4 {
	margin: 0;
	line-height: 1.35;
	font-size: 16px;
	color: #777;
	overflow: hidden;
	border-bottom: none;
}
section.manual nav.list li a p.date {
	color: #aaa;
	font-size: 12px;
	margin: 0;
}
section.manual.detail .contents {
	padding: 15px 12px 10px;
	font-size: 16px;
}
section.manual.detail .contents h1 {
	font-size: 22px;
	line-height: 1.35;
	margin: 0 0 1.5em 0;
	color: #555;
	position: relative;
	width: fit-content;
}
section.manual.detail .contents h1::after {
	content: "";
	background: #f5696c;
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
}
section.manual.detail .contents h2 {
	color: #555;
	margin: 1em -12px 1.5em -12px;
	padding: 8px 12px 8px 14px;
	font-size: 18px;
	border-left: 4px solid #f5696c;
	background: #f4f4f4;
	line-height: inherit;
	text-align: left;
	line-height: 1.35;
}
section.manual.detail .contents h3 {
	color: #555;
	margin: 1.6em 0 0.6em;
	padding: 0 0 3px 0;
	font-size: 18px;
	border-bottom: 1px dotted #aaa;
	border-left: none;
	line-height: 1.35;
}
section.manual.detail .contents h3.number span {
	background-color: var(--color_accent);
	color: #fff;
	min-width: 1.4em;
	height: 1.4em;
	padding: 2px 4px;
	border-radius: 2px;
	line-height: 1.4em;
	text-align: center;
	margin-right: 4px;
}
section.manual.detail .contents h4 {
	color: #555;
	margin: 1.6em 0 0.6em;
	padding: 0;
	font-size: 17px;
	line-height: 1.35;
	border-bottom: none;
}
section.manual.detail .contents p {
	margin: 0 0 1em 0;
}
section.manual.detail .contents ul.hang {
	margin-left: 0;
	margin-right: 0;
}
section.manual.detail .contents li {
	margin-bottom: 0.3em;
}
section.manual.detail .contents ol {
	margin-left: 1.4em;
}
section.manual.detail .contents img {
	width: 100%;
	height: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
	max-width: 800px;
}
section.manual.detail .contents img.bordered {
	border: 1px solid #ccc;
}
section.manual.detail .contents img.capture {
	border: 3px solid #ddd;
}
section.manual.detail .contents figure {
	margin-bottom: 1em;
}
section.manual.detail .contents figure img {
	margin-bottom: 0.5em;
}
section.manual.detail .contents figure figcaption {
	color: #777;
	font-size: 13px;
	text-align: center;
}

.chatCapture {
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	counter-reset: cap_number;
	max-width: 800px;
	width: 100%;
}
section.manual.detail .contents .chatCapture img {
	margin: 0;
}
.chatCapture a {
	position: absolute;
	background: #0388cb;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	letter-spacing: -1px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
.chatCapture a::before {
	content: counter(cap_number);
	counter-increment: cap_number;
}
.chatExplain {
	counter-reset: cap_list_number;
}
.chatExplain_list {
	position: relative;
	padding-left: 34px;
}
.chatExplain_list::before {
	content: counter(cap_list_number);
	counter-increment: cap_list_number;
	background: #0388cb;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: -1px;
	}
section.manual.detail .contents .chatExplain_list h4 {
	margin: 0 0 3px 0;
}

ul.check {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.check li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
ul.check li:before {
	position: absolute;
	color: #31a8e6;
	content: "\e876";
	top: 1px;
	left: 0px;
	border: 1px solid #31a8e6;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	border-radius: 50%;
}
section.manual.detail .contents table {
	width: 100%;
	margin: 8px 0;
}
section.manual.detail .contents table caption {
	font-weight: bold;
	color: #777;
	margin-bottom: 4px;
}
section.manual.detail .contents table th {
	border: 1px solid #ddd;
	padding: 8px 16px;
	background: #fafafa;
}
section.manual.detail .contents table td {
	border: 1px solid #ddd;
	padding: 8px 16px;
}
/*----------------- アプリ紹介ページ モーダル -----------------*/

.modal-content {
	position: fixed;
	display: none;
	z-index: 200;
	width: 80%;
	max-width: 600px;
	margin: 0 10%;
	padding: 24px 30px;
	background: #fff;
	border-radius: 8px;
	}
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
	}
.modal-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: #fff;
	color: #f26149;
	border: 2px solid #f70;
	border-radius: 18px;
	}
.modal-close:before {
	content: "";
	position: absolute;
	right: 13px;
	top: 12px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #f70;
	transform: rotate(45deg);
	}
.modal-close:after {
	content: "";
	position: absolute;
	right: 12px;
	top: -1px;
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #f70;
	transform: rotate(45deg);
	}
.modal-badge {
	margin: 0 auto 16px;
	display: block;
	}

/* サイトマップ */
section.sub_page.sitemap ul li {
	border-bottom: 1px solid #ccc;
}
section.sub_page.sitemap ul li:first-child {
	border-top: 1px solid #ccc;
}
section.sub_page.sitemap ul li a {
	display: block;
	margin: 0 10px;
	padding: 15px 0;
	font-weight: 700;
	text-decoration: none;
	color: #444;
	position: relative;
}
section.sub_page.sitemap ul li a::after {
	content: "";
	position: absolute;
	right: 5px;
	top: calc(50% - 5px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(45deg);
}