@charset "utf-8";
body {
	min-width: 1000px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #262626;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
}
.wrap, .w1000 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
a {
	color: #565555;
	text-decoration: underline;
}
a:hover {
	opacity: 0.8;
}
a:hover img, .ro:hover {
	opacity: 0.8;
}
.ro:hover img {
	opacity: 1;
}
.spCont {
	display: none;
}
.pcCont {
	display: block;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
	position: relative;
}
header > .w1000 {
	overflow: hidden;
	padding-bottom: 16px;
}
header h1.logo {
	width: 100%;
	display: table;
	padding-top: 13px;
	margin-left: -8px;
}
header h1.logo a, header h1.logo span {
	display: table-cell;
	vertical-align: middle;
}
header h1.logo a {
	width: 160px;
}
header h1.logo span {
	padding-left: 23px;
	text-align: right;
}
/* グループサイト */
header #group_logo {
	float: right;
	font-size: 0;
	padding-top: 34px;
}
header #group_logo a {
	display: inline-block;
}
header #group_logo a + a {
	margin-left: 20px;
}
header #group_logo a img {
	width: auto;
	height: 35px;
}
/*ログイン・ログアウト*/

.mobile #login-nav, #login-nav-sp {
	display: none;
}
.f10px {
	font-size: 10px!important;
}
header #user_login {
	overflow: hidden;
	background: #f7f7f7;
	padding: 8px 0;
}
header #user_login ul {
	font-size: 0;
}
header #user_login li {
	display: inline-block;
	vertical-align: middle;
}
header #user_login li.name a {
	background: url(../img/ico_user.png) no-repeat left center;
	background-size: auto 16px;
	font-size: 14px;
	padding-left: 25px;
	margin-right: 15px;
}
header #user_login li.name span {
	font-size: 11px;
}
header #user_login li.name a {
	text-decoration: none;
}
header #user_login li.point span.mile {
	font-size: 15px;
	color: #d90b19;
	margin-right: 5px;
	font-weight: bold;
}
header #user_login li.point span {
	font-size: 11px;
	margin-right: 15px;
}
header #user_login li.jmile span {
	vertical-align: middle;
	background: url(../img/arrow01.png) no-repeat left center;
	background-size: 4px auto;
	padding-left: 10px;
	font-size: 12px;
}
header #login-nav li.right {
	float: right;
	border: none;
	background: url(../img/ico_logout.png) no-repeat left center;
	background-size: auto 11px;
	margin-top: 5px;
	padding: 0 0 0 17px;
	font-size: 11px;
}
header #login-nav li.right.login {
	background: url(../img/ico_login.png) no-repeat left center;
	background-size: auto 11px;
	padding: 0 0 0 17px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
	border-top: 1px solid #dfdfdf;
	text-align: center;
	padding: 50px 0 40px;
}
footer #pageTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
footer ul {
	font-size: 0;
	margin-bottom: 30px;
}
footer ul li {
	display: inline-block;
	padding: 0 12px;
	line-height: 1;
}
footer ul li + li {
	border-left: 1px solid #8d8d8d;
}
footer ul li a {
	font-size: 16px;
	text-decoration: none;
}
footer ul li:first-child a {
	color: #000;
}
footer p#copy {
	font-size: 12px;
	color: #555555;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main .w1000 {
	max-width: 900px;
}
/* 明朝 */
.hd01, .hd02, .serch-title-font {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* hd01 */
.hd01 {
	font-size: 36px;
}
/* hd02 */
.hd02, .serch-title-font {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
/* hd03 */
.hd03 {
	background: #666;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
}
/* hd04 */
.hd04 {
	background: #f2f2f2;
	font-size: 17px;
	text-align: center;
	padding: 8px 0;
	font-weight: 500;
}
/* hd05 */
.hd05 {
	background: #f2f2f2;
	border-left: 4px solid #d90b19;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 15px;
}
/* btn01 */
.btn01 {
	display: table;
	position: relative;
}
.btn01 a, .btn01 button {
	display: table-cell;
	height: 50px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0 44px 0 35px;
}
.btn01 a:after, .btn01 button:after {
	content: "";
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	height: 6px;
	width: 6px;
	right: 26px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -3px 0 0 0;
}
/* acBtn */
.acBtn a:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: -5px 0 0 0;
}
.acBtn a.open:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin: -0px 0 0 0;
}
/* red */
.red {
	color: #d90b19;
}
/* indent */
.indent {
	padding-left: 30px;
	box-sizing: border-box;
}
.indent .indent {
/*	padding-left:0;*/
}
/*------------------------------
	block
--------------------------------*/
#main .block {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 40px;
	padding-bottom: 80px;
}
/*------------------------------
	.faq_list
--------------------------------*/
#main .faq_list, table.ranking_area #yokuaru1 table {
	width: 100%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .faq_list + .faq_list {
	margin-top: 30px;
}
table.ranking_area .line_2 {
	border-top: 1px solid #dedede;
}
#main .faq_list li, #support #support_detail .faq_list ul li {
	border-bottom: 1px solid #dedede;
}
#main .faq_list li:last-child, #support #support_detail .faq_list ul li:last-child {
	border-bottom: none;
}
#main .faq_list li a, table.ranking_area .line_2 a {
	position: relative;
	display: block;
	background: url(../img/ico_q.png) no-repeat 25px 17px #fff;
	background-size: auto 20px;
	color: #d82e37;
	text-decoration: none;
	padding: 13px 57px;
}
#main .faq_list li a:after, table.ranking_area .line_2 a:after {
	content: "";
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	height: 8px;
	width: 8px;
	right: 27px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -4px 0 0 0;
}
/*------------------------------
	form
--------------------------------*/
input[type="submit"], label, select, button {
	cursor: pointer;
}
input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
table.form tr th.required:after {
	content: "必須";
	display: inline-block;
	width: 40px;
	background-color: #d70c19;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	margin-left: 10px;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
	background: #f9f9f9 !important;
	border: 1px solid #ccc !important;
	border-radius: 2px !important;
	padding: 8px 14px !important;
}
table.form table tr td textarea {
	display: block;
	height: 200px !important;
}
table.form table tr td ul.radio li {
	display: inline-block;
	margin-right: 10px;
}
table.form table tr td label {
	border: none !important;
	padding: 0 !important;
}
table.form table tr td input[type="checkbox"], table.form table tr td input[type="radio"] {
	margin-right: 8px;
}


/* 各ベンダープレフィックス */
:placeholder-shown {
 color: #a9a9a9;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #999;
}
/* Firefox 18- */
:-moz-placeholder {
 color: #999;
 opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
 color: #999;
 opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
 color: #999;
}
/*------------------------------
	pankuz
--------------------------------*/
p.pankuz {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -30px;
	margin-left: -50px;
	font-size: 12px;
}
p.pankuz a {
	color: #d82e37;
}
/*------------------------------
	list

--------------------------------*/
ul.list {
	margin-top: 15px;
}
ul.list li {
	background: url(../img/arrow02.png) no-repeat left 3px;
	background-size: auto 20px;
	padding-left: 30px;
}
ul.list li + li {
	margin-top: 10px;
}
ul.list + p {
	margin-top: 30px;
}
/*------------------------------
	 table.table
--------------------------------*/
#main table.table {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #dedede;
	border-radius: 2px;
}
#main table.table tbody tr:last-child th {
	border-radius: 0 0 0 2px;
}
#main table.table tbody tr:last-child td {
	border-radius: 0 0 2px 0;
}
#main table.table th, #main table.table td {
	text-indent: 0;
	padding: 18px 25px;
}
#main table.table th {
	background-color: #f7f7f7;
}
#main table.table tr + tr th, #main table.table tr + tr td {
	border-top: 1px solid #dedede;
}
#main .scrollTable + .scrollTable {
	margin-top: 20px;
}

#main table.table tr td {
	border-right: 1px solid #dedede;
}

#main table.table tr th:last-child,#main table.table tr td:last-child {
	border-right: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
	main_hd
--------------------------------*/
#main > .main_hd {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 42px 0 35px;
}
#main .main_hd h2.hd01 {
	background: url(../img/ttl_help.png) no-repeat center top;
	background-size: auto 28px;
	padding-top: 36px;
}
.main_hd span.btn01 {
	position: absolute;
	top: 40px;
	right: -50px;
}
.main_hd span.btn01 a {
	padding-right: 58px;
}
.main_hd span.btn01 span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-top: -5px;
	vertical-align: middle;
}
/*------------------------------
	faq
--------------------------------*/
#faq span.btn01 {
	width: 300px;
	margin: 40px auto 0;
}
#faq dl {
	display: table;
	width: 642px;
	margin: 27px auto 40px;
}
#faq dl dt, #faq dl dd {
	display: table-cell;
}
#faq dl dt {
	width: 142px;
	font-size: 18px;
}
#faq dl dd input {
	width: 100%;
	height: 50px;
	background: url(../img/ico_search.png) no-repeat 97% center #f9f9f9;
	background-size: auto 17px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 48px 0 16px;
}
#faq .faq_list {
	border-radius: 2px;
}
#faq .faq_list p {
	border-radius: 2px 2px 0 0;
}
/*------------------------------
	tour
--------------------------------*/
#tour h3 + p {
	text-align: center;
	margin-top: 23px;
	margin-bottom: 35px;
}
/*------------------------------
	chat_bot
--------------------------------*/
#chat_bot{
	margin:16px 0 0 0;}
#chat_bot h3 + p {
	text-align: center;
	margin-top: 23px;
	//margin-bottom: 35px;
}
/*------------------------------
	service
--------------------------------*/
#service.block {
	border-bottom: none;
	padding-bottom: 0;
}
#service ul {
	overflow: hidden;
	margin-top: 25px;
}
#service ul li {
	float: left;
	display: table;
	width: 440px;
	margin-bottom: 20px;
}
#service ul li:nth-of-type(2n+1) {
	clear: left;
	margin-right: 20px;
}
#service ul li:last-child, #service ul li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
#service ul li a,#service ul li p {
	position: relative;
	display: table-cell;
	height: 120px;
	background: no-repeat 19px center #fff;
	border: 2px solid #dedede;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 110px;
}
#service ul li span {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
}
#service ul li a,#service ul li p {
	color: #262626;
}
#service ul li a,#service ul li p {
	display: tbale\9; /* IE10以下 */
	width: 100%\9; /* IE10以下 */
}
@media all and (-ms-high-contrast: none) {
#service ul li a,#service ul li p {
	display: table; /* IE10以上 */
	width: 100%;
}
}
#service ul li a:after {
	content: "";
	border-right: 1px solid #373737;
	border-top: 1px solid #373737;
	height: 9px;
	width: 9px;
	right: 26px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -3px 0 0 0;
}
#service ul li.sv01 a {
	background-image: url(img/ico_service01.png);
}

#service ul li.sv03 p {
	background-image: url(../img/ico_service03.png);
}
#service ul li.sv04 a {
	background-image: url(../img/ico_service04.png);
}
#service ul li.sv05 a {
	background-image: url(../img/ico_service05.png);
}
#service ul li.sv05 p {
	background-image: url(../img/ico_service05.png);
}
#service ul li.sv06 a {
	background-image: url(../img/ico_service06.png);
}
#service ul li a strong,#service ul li p strong{
	font-weight: bold;
}
/*------------------------------
	support
--------------------------------*/
#support {
	padding: 50px 0 0;
	margin-top: 50px;
}
#support > span.btn01 {
	width: 400px;
	margin: 0 auto 50px;
}
#support table {
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 2px;
}
#support table td input, #support table td textarea {
	width: 100%;
}
#support table td textarea {
	height: 200px;
}
#support table tr:first-child th {
	border-radius: 2px 0 0 0;
}
#support table tr:last-child th {
	border-radius: 0 0 0 2px;
}
#support table tr:first-child td {
	border-radius: 0 2px 0 0;
}
#support table tr:last-child td {
	border-radius: 0 0 2px 0;
}
#support table tr + tr th, #support table tr + tr td {
	border-top: 1px solid #dedede;
}
#support table th, #support table td {
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 0;
}
/*------------------------------
	support > support_detail
--------------------------------*/
#support #support_detail {
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	padding: 67px 0 70px;
}
#support #support_detail .box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px;
	margin-bottom: 50px;
}
#support #support_detail .box + .box {
	margin-bottom: 0;
}
#support #support_detail p.sprt_ttl {
	display: table;
	margin-bottom: 24px;
}
#support #support_detail p.sprt_ttl span {
	display: table-cell;
	vertical-align: middle;
}
#support #support_detail p.sprt_ttl span:not(.num) {
	padding-left: 15px;
}
#support #support_detail p.sprt_ttl span.num {
	width: 36px;
	height: 36px;
	background: #262626;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}
/*
#support #support_detail select{
	width:100%;
	height:50px;
	border-color:#262626 !important;
	background:#fff !important;
}
*/
#support #support_detail select {
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-color: #262626 !important;
	background: url(../img/select_aroow.png) right center no-repeat #fff !important;
	background-size: 20px, 100%;
}
select::-ms-expand {
 display: none;
}
/*
#support #support_detail select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
}
#support #support_detail label {
	position: relative;
	display:block;
	width:100%;
	height:50px;
	border-radius:2px;
}

#support #support_detail label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: url(../img/select_aroow.png) right center no-repeat;
	background-size:auto 100%;
	border-radius:0 2px 2px 0;
	pointer-events: none;
}

*/

#support #support_detail .faq_list {
	margin-top: 30px;
}
#support #support_detail table.form th {
	width: 266px;
	vertical-align: top;
	padding-top: 26px;
	padding-right: 28px;
	padding-left: 28px;
}
#support #support_detail table.form td {
	padding-right: 20px;
	padding-left: 20px;
}
span.submit {
	margin: 36px auto 0;
}
span.submit button {
	width: 300px;
	background: #d70c19;
	border: none;
	color: #fff;
	font-size: 18px;
}
span.submit button:after {
	border-color: #fff;
}
/*------------------------------
	support > support_tel
--------------------------------*/
#support #support_tel {
	background: #f5f5f5;
	padding: 70px 0;
}
#support #support_tel span.btn01 {
	width: 400px;
	margin: auto;
}
#support #support_tel table {
	width: 800px;
	margin: 40px auto 0;
}
#support #support_tel table th, #support #support_tel table td {
	padding: 16px 20px;
}
#support #support_tel table th {
	width: 261px;
	border-right: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.57;
}
#support #support_tel table th img {
	margin-bottom: 5px;
}
#support #support_tel table td {
	font-size: 12px;
}
#support #support_tel table td strong {
	font-size: 18px;
}
#support #support_tel table td span {
	color: #d70c19;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■よくあるご質問　FAQ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body#faq.faq #main .main_hd {
	border: none;
}
body.faq #main .main_hd h2.hd01 {
	background-image: url(../img/faq/ttl_faq.png);
}
body.faq .serch-title-font {
	display: block;
	margin-top: 3px;
}
#faq-body .title_div {
	position: absolute;
	top: -206px;
	left: -50px;
}
#faq-body .title_div span.faq-path {
	font-size: 12px;
}
#faq-body .title_div span.faq-path b {
	font-weight: 500;
}
#faq-body .title_div span.faq-path a {
	color: #d82e37;
}
body.faq th img, div.title_div.bTitle, div.title_div.bTitle + table td.height-img > img, div.title_div.bTitle + table + .askClear, #faq-body form + .title_div, #faq-body table + .title_div {
	display: none;
}
body.faq td img{
	width: auto;
	max-width: 100%;
}
body.faq td .iask {
	display: none;
}
body.faq td .iask img {
	display: block;
}
/*------------------------------
	キーワード検索
--------------------------------*/
#search_area.block {
	background: #f7f7f7;
	border: none;
	padding-bottom: 35px;
}
#search_area .serch-title-font {
	margin-bottom: 18px;
}
table.serch-box-out td {
	vertical-align: top;
	display: inline-block;
	width: auto;
}
table.serch-box-out td:last-child {
	display: block !important;
	width: 100%;
}
table.serch-box-out .search-input {
	width: 790px;
	height: 50px;
	background-color: #fff !important;
	border-radius: 0 !important;
}
table.serch-box-out td p.note {
	font-size: 12px;
	margin-top: -5px;
}
/* カテゴリで絞り込み */
table.serch-box-out tr:nth-child(2) {
	display: block;
	margin-top: 15px;
}
table.serch-box-out tr:nth-child(2) td:nth-child(1) {
	display: none;
}
table.serch-box-out tr:nth-child(2) td:nth-child(2) {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 25px;
}
table.serch-box-out tr:nth-child(2) td:nth-child(3) {
	display: table-cell !important;
	font-size: 14px;
}
table.serch-box-out tr:nth-child(2) td:nth-child(3) span {
	margin-right: 15px;
}
table.serch-box-out tr:nth-child(2) td:nth-child(3) span input {
	width: 15px;
	height: 15px;
	margin-top: -2px;
	cursor: pointer;
}
/* キーワードTOP5 */
#search_area.block .ranking_keyword {
	width: 100%;
	display: table;
	margin-top: 34px;
	margin-bottom: 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search_area.block .ranking_keyword .hd, #search_area.block .ranking_keyword ul {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 9px 0;
}
#search_area.block .ranking_keyword .hd {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	width: 157px;
	color: #fff;
	padding-left: 20px;
	background: #262626 url(../img/faq/arrow03.png) right center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
#search_area.block .ranking_keyword ul {
	padding-left: 30px;
}
#search_area.block .ranking_keyword ul li {
	float: left;
	margin-right: 29px;
}
#search_area.block .ranking_keyword ul li a {
	color: #d82e37;
	text-decoration: none;
}
/*------------------------------
	ランキング
--------------------------------*/
#yokuaru1 {
	margin-top: 27px;
}
table.ranking_area td {
	display: block;
}
table.ranking_area .common-bg-s {
	display: none;
}
table.ranking_area tr:first-child td:nth-child(1) {
	width: 100%;
}
table.ranking_area tr:first-child td:nth-child(3) table {
	display: none;
}
table.ranking_area #yokuaru1 table {
	border: none;
}
table.ranking_area #yokuaru1 table td.line_2 {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
table.ranking_area #yokuaru1 table tr:last-child td.line_2 {
	border-bottom: 1px solid #dedede;
}
table.ranking_area #yokuaru1 table tr:nth-child(2) td.line_2, table.ranking_area #yokuaru1 table tr:nth-child(2) td.line_2 a {
	border-radius: 2px 2px 0 0;
}
table.ranking_area #yokuaru1 table tr:last-child td.line_2, table.ranking_area #yokuaru1 table tr:last-child td.line_2 a {
	border-radius: 0 0 2px 2px;
}
/*------------------------------
	カテゴリで絞込み
--------------------------------*/
table.top_tree_menu {
	margin-top: 23px;
}
table.top_tree_menu td {
	display: block;
	width: 100%;
}
table.center_content .category-list-sub00 a, table.center_content .ctorul a {
	text-decoration: none;
	color: #d82e37;
}
table.center_content .category-list-sub00 span.count, table.center_content .ctorul span.count {
	color: #666;
}
table.center_content .category-list {
	overflow: hidden;
}
table.center_content .ctorul {
	display: block;
	margin-bottom: 15px;
}
table.center_content .ctorul a {
	background: url(../img/arrow02.png) no-repeat left top;
	background-size: auto 20px;/*margin-left:-5px;*/
}
table.center_content .ctorul a {
	font-weight: bold;
	padding-left: 30px;
}
.category-list-sub00 {
	float: left;
	width: 49%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 38px;
	margin-bottom: 10px;
}
.category-list-sub00:nth-child(2n+1) {
	clear: left;
	margin-right: 2%;
}
.category-list-sub00:last-child {
	margin-bottom: 40px;
}
.category-list-sub00:before {
	content: "";
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	height: 6px;
	width: 6px;
	left: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -4px 0 0 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■よくあるご質問　詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.center_content .center_content_2 .serch-title .serch-title-font {
	margin: 12px auto 30px;
}
table.center_content table#ask_q_detail {
	border-collapse: separate;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.center_content table#ask_q_detail tr + tr th.q_detail, table.center_content table#ask_q_detail tr + tr td.q_detail {
	border-top: 1px solid #dedede;
	vertical-align: top;
}
table.center_content table#ask_q_detail th.q_detail, table.center_content table#ask_q_detail td.q_detail {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 18px 25px;
}
table.center_content table#ask_q_detail th.q_detail {
	width: 150px;
	font-weight: 500;
	background-color: #f7f7f7;
	border-right: 1px solid #dedede;
}
table.center_content table#ask_q_detail td.q_detail {
	width: auto;
}
table.center_content table#ask_q_detail th.q_detail a, table.center_content table#ask_q_detail td.q_detail a {
	position: relative;
	color: #d82e37;
}
table.center_content table#ask_q_detail td > a {
	padding-left: 15px;
}
table.center_content table#ask_q_detail td > a:after {
	content: "";
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	height: 6px;
	width: 6px;
	left: 0;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -4px 0 0 0;
}
table.center_content table#ask_q_detail td font {
	font-size: 16px;
}
table.center_content table#ask_q_detail tr:first-child td.q_detail {
	font-weight: bold;
	font-size: 18px;
}
.faq table.center_content table.center_content_2 td.txt-bg-1 table td img {
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 0 15px;
}
.faq table.center_content table.center_content_2 td.txt-bg-1 table td img:hover, .faq .title_div + table td.height-img img:hover {
	opacity: 0.8;
	cursor: pointer;
}
.faq .title_div + table td.height-img > img {
	display: block;
	width: auto;
	height: 50px;
	margin: 80px auto 0;
}
table #anq.txt-bg-1 .mark {
	display: block;
	margin: 74px auto 23px;
}
table #anq.txt-bg-1 .mark b {
	font-size: 18px;
	font-weight: 500;
}
.faq table.center_content table.center_content_2 td.faq-attr-line td.txt-bg-1 table td ul li {
	display: inline-block;
	margin: 0 15px;
}
.faq table.center_content table.center_content_2 td.faq-attr-line td.txt-bg-1 table td ul li a {
	display: block;
	width: 200px;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 50px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.faq td.prev_btn {
	padding-top: 80px;
	border-collapse: separate;
}
.faq td.prev_btn .btn01 {
	width: 400px;
	margin: 0 auto;
}
.faq td.prev_btn .btn01 a {
	background: #d90b19;
	color: #fff;
	border: none;
}
.faq td.prev_btn .btn01 a:after {
	right: inherit;
	left: 26px;
	border-color: #fff;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■よくあるご質問　検索結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#result #main > .main_hd {
	border-bottom: none;
}
#result #faq-body .title_div {
	position: relative;
	top: 7px;
	left: 0;
	width: 1000px;
	margin: 0 auto;
}
#result #faq-body .title_div span.faq-path {
	position: absolute;
	top: -167px;
	display: block;
	margin: auto;
}
#result .result_info tr > td {
	font-size: 14px;
}
#result .serch-title-font {
	margin-bottom: 10px;
}
#result .serch-title-font b {
	color: #d82e37;
}
#result .result_info + br {
	display: none;
}
table.word_search_list {
	border-collapse: separate;
	border: 1px solid #dedede;
	padding: 19px 24px 20px;
}
table.result_info + br + table.word_search_list {
	border: 1px solid #dedede;
	border-radius: 2px 2px 0 0;
	margin-top: 13px;
}
.center_content table.word_search_list:nth-last-child(5) {
	border-radius: 0 0 2px 2px;
}
table.word_search_list + br {
	display: none;
}
table.word_search_list + br + table {
	border-top: none;
}
table.word_search_list td.cate-faq-list a.list {
	display: inline-block;
	background: url(../img/ico_q.png) no-repeat left 4px;
	background-size: auto 20px;
	color: #d82e37;
	font-weight: bold;
	text-decoration: none;
	padding-left: 29px;
	margin-bottom: 5px;
}
table.word_search_list td.cate-faq-list2 {
	font-size: 14px;
	line-height: 1.57;
	padding-left: 29px;
}
table.word_search_list td.cate-faq-list2 a {
	color: #777;
	margin-top: 10px;
	text-decoration: none;
}
table.word_search_list td.cate-faq-list2 br + a {
	display: inline-block;
	background: url(../img/faq/tag.png) no-repeat left 4px;
	background-size: auto 12px;
	padding-left: 18px;
}
table.result_info tbody > tr + tr {
	float: left;
}
table.result_info tbody > tr + tr + tr {
	float: right;
}
table.result_info td.ask-pager {
	text-align: center;
	padding-top: 40px;
}
table.result_info td.ask-pager a, table.result_info td.ask-pager b {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 9px 0;
	margin: 0 5px;
}
table.result_info td.ask-pager b {
	background: #d82e37;
	border-color: #d82e37;
	color: #fff;
	font-weight: 500;
}
table.result_info td.ask-pager a:first-child, table.result_info td.ask-pager a:last-child {
	width: auto;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}
table.result_info td.ask-pager a:first-child {
	padding: 9px 20px 9px 10px;
	margin-left: 0;
}
table.result_info td.ask-pager a:last-child {
	padding: 9px 10px 9px 20px;
	margin-right: 0;
}
table.result_info td.ask-pager a:first-child:after, table.result_info td.ask-pager a:first-child:before, table.result_info td.ask-pager a:last-child:after, table.result_info td.ask-pager a:last-child:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
table.result_info td.ask-pager a:first-child:after, table.result_info td.ask-pager a:first-child:before {
	right: 100%;
}
table.result_info td.ask-pager a:last-child:after, table.result_info td.ask-pager a:last-child:before {
	left: 100%;
}
table.result_info td.ask-pager a:first-child:after, table.result_info td.ask-pager a:last-child:after {
	border-color: rgba(255, 255, 255, 0);
	border-width: 21px;
	margin-top: -21px;
}
table.result_info td.ask-pager a:first-child:after {
	border-right-color: #fff;
}
table.result_info td.ask-pager a:last-child:after {
	border-left-color: #fff;
}
table.result_info td.ask-pager a:first-child:before, table.result_info td.ask-pager a:last-child:before {
	border-color: rgba(204, 204, 204, 0);
	border-width: 22px;
	margin-top: -22px;
}
table.result_info td.ask-pager a:first-child:before {
	border-right-color: #ccc;
}
table.result_info td.ask-pager a:last-child:before {
	border-left-color: #ccc;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■旅行業登録票
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.license #main .main_hd h2.hd01 {
	background-image: none;
}
.license #main table {
	margin-top: 20px;
}
.license #company table thead tr:first-child th {
	border-bottom: 1px solid #dedede;
	border-right: none;
	border-radius: 2px 2px 0 0;
	text-align: center;
	font-weight: bold;
}
.license #company table tr + tr th, .license #company table tr + tr td {
	border-top: 1px solid #dedede;
}
.license #company table th {
	border-right: 1px solid #dedede;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■約款
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.yakkan #main .main_hd h2.hd01 {
	background-image: none;
}
.yakkan #service {
	padding-bottom: 50px;
}
.yakkan #service ul li a {
	height: 80px;
	padding-left: 26px;
}
.yakkan #service ul + p {
	margin-top: 50px;
}
.yakkan h3.hd02, .yakkan h4.hd05 {
	margin-bottom: 20px;
}
.yakkan .block > h4 {
	margin-top: 40px;
}
.yakkan #main .w1000 .block {
	border: none;
}
.yakkan .block > h4:nth-of-type(1) {
	margin-top: 0;
}
.yakkan .block ul, .yakkan .block ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.yakkan .block > ul li, .yakkan .block > ol li {
	text-indent: -18px;
	padding-left: 18px;
	box-sizing: border-box;
}
.account {
	display: block;
	padding: 10px 0;
	text-align: center
}
.account span {
	display: block;
	margin-bottom: 10px;
}
.yakkan .block .scrollTable table th {
	text-align: center;
}
.yakkan .block .scrollTable table th, .yakkan .block .scrollTable table td {
	border-right: 1px solid #dedede;
}
.yakkan .block .scrollTable table tr th:last-child, .yakkan .block .scrollTable table tr td:last-child {
	border-right: none;
}
ol.number li {
	list-style: inherit;
	list-style-position: inside;
}
.yakkan .block > table + ol {
	margin-top: 30px;
}
.yakkan .block > .scrollTable {
	margin-top: 20px;
}
.yakkan .block > .scrollTable + p {
	margin-top: 30px;
}
.yakkan .catch {
	font-size: 18px;
	text-align: center;
	margin: 50px 0 0;
}
.yakkan #main .w1000 .block .scrollBox + p {
	margin-top: 50px;
}
