@charset "utf-8";
/*----------------------------------------------------
	タブ
----------------------------------------------------*/
#page-guide .unit .nav {
	width: 100%;
	border-top: solid 2px #F03040;
	border-bottom: solid 2px #F03040;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

#page-guide .unit .nav li {
	width: 33%;
	float: left;
	text-align: center;
	height: 30px;
}

#page-guide .unit .nav li:last-child {
	font-size: 11px;
	width: 34%;
}

#page-guide .unit .nav li:first-child a {
	border-left: solid 2px #F03040;
}

#page-guide .unit .nav li a {
	border-right: solid 2px #F03040;
	color: #F03040;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

#page-guide .unit .nav li.now a {
	color: #fff;
	background-color: #F03040;
}

/*----------------------------------------------------
	問い合わせ
----------------------------------------------------*/
#page-guide .unit .toSupport {
	border: solid 2px #ddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 20px auto;
	padding: 15px 2%;
}

#page-guide .unit .toSupport .supportTitle {
	background: url('/img/element/border.png') repeat-x left bottom;
	background-size: 302px 2px;
	font-weight: bold;
	padding-bottom: 10px;
}

#page-guide .unit .toSupport p {
	margin: 15px 0;
}

#page-guide .unit .toSupport .submit {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

#page-guide .unit .toSupport .submit a {
	background-color: #808080;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0;
	text-decoration: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#page-guide .unit .section {
	border: solid 2px #F03040;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
}

#page-guide .unit .section dt {
	border-top: solid 2px #F03040;
	font-weight: bold;
    padding: 7px 10px;
}

#page-guide .unit .section dt.on {
	background: #f03040;
	color: #fff;
	padding: 7px 8px;
}

#page-guide .unit .section:not(.category_list dl) dt:first-child {
	border-top: none;
}

#page-guide .unit .section dt span,
#page-guide .unit .section dd li.line span,
#page-guide .unit .section dd li.hidden span {
	color: #f03040;
	float: right;
	font-size: 13px;
	padding-right: 18px;
}

#page-guide .unit .section .open {
	background: url('/img/common/ico_open.png') no-repeat right 4px;
	background-size: 10px;
}

#page-guide .unit .section .open:before {
	content: '表示';
}

#page-guide .unit .section .close {
	background: url('/img/common/ico_close_white.png') no-repeat right 3px;
	background-size: 15px;
}

#page-guide .unit .section .close:before {
	color: #fff;
	content: 'かくす';
}

#page-guide .unit .section .line .close,
#page-guide .unit .section .hidden .close {
	background: url('/img/common/ico_close.png') no-repeat right 4px;
	background-size: 10px;
}

#page-guide .unit .section .line .close:before,
#page-guide .unit .section .hidden .close:before {
	color: #f03040;
	content: 'かくす';
}

#page-guide .unit .section dd li.line {
	font-weight: bold;
	padding: 7px 10px;
}

#page-guide .unit .section dd li.line,
#page-guide .unit .section dd li.thesaurus {
	border-bottom: solid 1px #ddd;
}

#page-guide .unit .section dd li.thesaurus a {
	background: url('/img/element/guide_title_bg.png') no-repeat 8px center,
				url('/img/element/arrow.png') no-repeat 97% 50%;
	background-size: 8px,
					 6px 10px;
	color: #333;
	display: block;
	padding: 10px 20px 10px 25px;
	text-decoration: none;
}

#page-guide .unit .section dd li.hidden {
	font-weight: bold;
	min-height: 24px;
	padding: 7px 10px;
}


/*----------------------------------------------------
	about
----------------------------------------------------*/
#page-guide.page-about .unit .section dt {
	background-color: #F03040;
	color: #fff;
}

#page-guide.page-about .unit .section.about dd {
	padding: 10px;
}


/*----------------------------------------------------
	index
----------------------------------------------------*/
#page-guide.page-index .unit .section dd {
	display: none;
}

#page-guide.page-index .unit .section .thesaurusList ul .thesaurus {
	display: none;
}

#page-guide.page-index .unit .search_result dd {
	display: block;
}

#page-guide.page-index .unit .search_result dt {
	background-color: #F03040;
	color: #fff;
}

#page-guide.page-index .unit .section:not(.often_seen_guide):not(.search_result):not(.category_list dl) dt {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
}

#page-guide.page-index .unit .search dd,
#page-guide.page-index .unit .often_seen_guide dd,
#page-guide.page-category .unit .often_seen_guide dd {
	display: block;
}

#page-guide.page-index .unit .search dt {
	background-color: #F03040;
	color: #fff;
}

#page-guide.page-index .unit .search dd ul {
	display: flex;
	margin-bottom: 10px;
}

#page-guide.page-index .unit .search dd ul li {
	width: 84%;
}

#page-guide.page-index .unit .search dd ul .search_submit {
	width: 16%;
}

#page-guide.page-index .unit .search .top {
	background: url('/img/guide/ico_search.png') no-repeat 10px center;
	background-size: 30px;
	font-weight: bold;
	padding-left: 45px;
}

#page-guide.page-index .unit .search input[type="text"] {
	border: solid 2px #f03040;
	border-radius: 5px 0 0 5px;
	font-size: 15px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	padding: 8.5px 0 8.5px 4%;
	width: 100%;
}

#page-guide.page-index .unit .search input[type="submit"] {
	background: url('/img/guide/ico_keyword.png') no-repeat center, #f03040;
	background-size: 15px;
	border-radius: 0 5px 5px 0;
	padding: 10.5px 0;
	width: 100%;
}

#page-guide.page-index .unit .often_seen_guide,
#page-guide.page-category .unit .often_seen_guide {
	background: #f4f5f6;
	padding: 15px 16px;
}

#page-guide.page-index .unit .often_seen_guide dt,
#page-guide.page-category .unit .often_seen_guide dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: bold;
}

#page-guide.page-index .unit .often_seen_guide dt .all_display_btn,
#page-guide.page-index .unit .often_seen_guide dt .close_btn,
#page-guide.page-category .unit .often_seen_guide dt .all_display_btn,
#page-guide.page-category .unit .often_seen_guide dt .close_btn {
	background: url('/img/guide/ico_open.png') no-repeat right 5px center, #fff;
	background-size: 10px;
	color: #7c7c7c;
	font-size: 11px;
	font-weight: bold;
	padding: 0 22px 0 4px;
}

#page-guide.page-index .unit .often_seen_guide dt .close_btn,
#page-guide.page-category .unit .often_seen_guide dt .close_btn {
	background: url('/img/guide/ico_close.png') no-repeat right 5px center, #fff;
	background-size: 10px;
	display: none;
}

#page-guide.page-index .unit .often_seen_guide dd,
#page-guide.page-category .unit .often_seen_guide dd {
	margin-top: 10px;
}

#page-guide.page-index .unit .often_seen_guide dd li,
#page-guide.page-category .unit .often_seen_guide dd li {
	background: url('/img/guide/ico_question.png') no-repeat left;
	background-size: 9px;
	display: none;
	margin-bottom: 4px;
	padding-left: 20px;
}

#page-guide.page-index .unit .often_seen_guide dd li:last-child,
#page-guide.page-category .unit .often_seen_guide dd li:last-child {
	margin-bottom: 0;
}

#page-guide.page-index .unit .often_seen_guide dd li > a,
#page-guide.page-category .unit .often_seen_guide dd li > a {
	font-size: 13px;
}

#page-guide.page-index .unit .often_seen_guide dd .show_often_seen_guide,
#page-guide.page-category .unit .often_seen_guide dd .show_often_seen_guide {
	display: block;
}

#page-guide.page-index .category_list {
	background: #ebebeb;
	margin: 10px 0 25px;
	padding: 18px 3%;
}

#page-guide.page-index .category_list .section dt {
	padding: 0;
}

#page-guide.page-index .category_list .section dt > a {
	color: #333;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 10px 10px 45px;
}

#page-guide.page-index .category_list h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center
}

#page-guide.page-index .category_list dl {
	border: none;
	margin-bottom: 0;
}

#page-guide.page-index .category_list dt {
	border: solid #e72c2c;
	border-radius: 5px;
	border-width: 2px 2px 5px 2px;
	margin-bottom: 10px;
}

#page-guide.page-index .category_list dt:last-child {
	margin-bottom: 0;
}

	/*----------------------------------------------------
        search
    ----------------------------------------------------*/
#page-guide.page-search .unit .section dt {
	background-color: #F03040;
	color: #fff;
}

#page-guide.page-search .unit .search li {
	border-top: solid 1px #ddd;
	padding: 10px;
}

#page-guide.page-search .unit .search li:first-child {
	border-top: none;
}

#page-guide.page-search .unit .search .top {
	background: url('/img/guide/ico_search.png') no-repeat 10px center;
	background-size: 30px;
	font-weight: bold;
	padding-left: 45px;
}

#page-guide.page-search .unit .search input[type="text"] {
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px 2%;
	width: 96%;
}

#page-guide.page-search .unit .search input[type="submit"] {
	background-color: #808080;
	width: 100%;
}


/*----------------------------------------------------
	view
----------------------------------------------------*/
#page-guide.page-view .unit .detail h2 {
	border-bottom: dotted 2px #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

#page-guide.page-view .unit .detail .main {
	margin: 15px 0;
}

#page-guide.page-view .unit .detail .text .red {
	color: #f03040;
}

#page-guide.page-view .unit .detail .advice {
	margin: 15px 0;
}

#page-guide.page-view .unit .detail .advice h3 {
	background: url('/img/element/icon_title.png') no-repeat left center;
	background-size: 18px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
}

#page-guide.page-view .unit .detail .advice .text {
	border: solid 2px #f03040;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 5px 0 15px;
	padding: 10px 3%;
}

#page-guide.page-view .unit .detail .image {
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

#page-guide.page-view .unit .detail .image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#page-guide.page-view .unit .toList {
	border-top: dotted 2px #333;
	margin: 20px 0;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

#page-guide.page-view .unit .toList a {
	background-color: #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}

/*----------------------------------------------------
	カテゴリページ(/guide/category/:category_id)
----------------------------------------------------*/
#page-guide.page-category .guide_category_list {
	background: #ebebeb;
	margin-top: 5px;
	padding: 14px 3%;
}

#page-guide.page-category .guide_category_list h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: center;
}

#page-guide.page-category .guide_category_list ul li {
	border: solid #e72c2c;
	border-radius: 5px;
	border-width: 2px 2px 4px 2px;
	margin-bottom: 14px;
}

#page-guide.page-category .guide_category_list ul li > a {
	background: url('/img/guide/ico_category.png') no-repeat right 12px center, #fff;
	background-size: 10px 12px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 10px 28px 10px 10px;
	text-decoration: none;
}

#page-guide.page-category .guide_category_list .back_btn {
	background: #aaa;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}