@charset "UTF-8";
.keyword_search_bnr {
    display: block;
    max-width: calc(100% - 260px);
}
.keyword_search_bnr img {
    width: 100%;
    height: auto;
}

.SubColumn_bearkun {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.page_search_result_list .mod_box_authority_btm .ttl_authority {
    font-size: 20px;
}

.post_form {
    margin-bottom: 30px;
}

#contentMainColumn .box_pager .mod_pager {
    margin-bottom: 0;
}

.related-keywords .ttl_authority {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}
.related-keywords .ttl_authority::after {
    content: "";
    min-width: 75px;
    height: 58px;
    margin: -20px 0 -6px;
    background: url(../images/bearkun_02.png) no-repeat center;
}

.related-keywords .list_authority a{
    word-break: break-all;
}

.content-footer:last-child {
    margin-bottom: 0;
}

.mod_box_section.box p {
    line-height: 150%;
}

div#containerWrapper:has(.keyword_list) {
    margin-bottom: 0;
}

.keyword_list {
    margin-top: 0;
}

.keyword_list_ttl {
    margin: 0;
    padding: 0;
    font-size: 32px;
}

.keyword_list_content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 14px;
    margin-top: 48px;
}

.keyword_list_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.keyword_list_content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.keyword_list_content li::before {
    content: "●";
    padding-top: 2px;
    color: #163393;
}

.keyword_list_content a {
    word-break: break-all;
    line-height: normal;
}

.keyword_list_pager#contentMainColumn {
    width: 100%;
}

.keyword_list_pager .box_pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 45px;
}
.keyword_list_pager .box_pager::before {
    content: "";
    width: 84px;
    height: 89px;
    background: url(../images/bearkun_03.png) no-repeat center;
    background-size: contain;
}
.keyword_list_pager .box_pager::after {
    content: "";
    width: 84px;
    height: 94px;
    background: url(../images/bearkun_04.png) no-repeat center;
    background-size: contain;
}
.mod_pager button {
    font-family: inherit;
}
.mod_pager button:hover {
    color: #ff48af;
}

.keyword_rec_title {
    margin-block: 30px;
}
#contentMainColumn .keyword_rec_title .mod_ttl_bar {
    margin-bottom: 0;
}

.not_found_text {
    padding-block: 26px 45px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0707;
    line-height: normal;
}
.not_found_text:has(+ .not_found_btn_wrap) {
    padding-bottom: 60px;
}

.tab_side * {
	box-sizing: border-box;
}
.tab_side .tab_links a,
.tab_side .bannerarea a {
	display: inline-block;
	width: 239px;
	height: 59px;
	padding: 6px 20px 6px 70px;
	background-color: #539dfa;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.tab_side .tab_links a {
	background-size: 30px 30px;
    background-position: 20px 14px;
    background-repeat: no-repeat;
}
.tab_side .tab_links a span {
	font-size: 22px;
}
.tab_side .tab_links li + li {
	margin-top: 6px;
}
.tab_side .bannerarea {
	margin-top: 6px;
}
.tab_side .bannerarea a {
	height: 57px;
	padding: 11px 20px;
	border: none;
	font-size: 14px;
	text-align: left;
}
.tab_side .bannerarea a::before {
	display: none;
}
.tab_side .bannerarea a span {
	font-size: 16px;
}
.tab_side .bannerarea .custom_banner01 {
	margin-top: 6px;
}
.tab_side .bannerarea .custom_banner01 a {
	background-color: #539cfd;
}
.bgImg #contentsTopInner .custom_banner01 a:hover {
	opacity: 0.8;
}
.tab_side .tab_links .tsukintsugaku a {
	background-image: url("https://www.apamanshop.com/static/common_2018/common_pc/img/icon_top_04W.png");
}
.tab_side .tab_links .easyrequest a {
	padding: 0;
	background-color: transparent;
	line-height: 59px;
}
.tab_side .tab_links .kodawari a {
	background-image: url("https://www.apamanshop.com/static/common_2018/common_pc/img/icon_top_05W.png");
}
.tab_side .tab_links .tenpo a {
	background-image: url("https://www.apamanshop.com/static/common_2018/common_pc/img/icon_top_06W.png");
}

.pickup_title {
    padding: 10px 10px 6px;
    border-bottom: 2px solid #d2d6e7;
    font-size: 15px;
    font-weight: bold;
}

.pickup_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.pickup_list .dp_table a {
    display: flex;
    align-items: center;
}

.pickup_list .pickup_img {
    width: 68px;
    min-width: 68px;
    height: 68px;
    padding-right: 10px;
}
.pickup_list .pickup_img img {
    width: 100%;
    height: auto;
}

.pickup_list li a {
    text-decoration: none;
    color: #111;
}

.pickup_list li p.ttl {
    font-size: 13px;
    font-weight: bold;
    color: #113387;
    margin: 0 0 8px 0;
    text-decoration: underline;
}

.pickup_list li a p.txt {
    font-size: 10px;
    line-height: 1.6em;
}

.not_found_btn_wrap {
    display: flex;
    justify-content: center;
}
.not_found_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: #484848;
}
.not_found_btn:hover {
    color: #FFF;
}
.btn_research .js-research {
    position: relative;
    z-index: 1;
}
.over_flg {
    display: flex;
    justify-content: right;
    margin: 10px 0;
}
.over_flg p {
    color: #999;
}
button:active {
    position: relative !important;
}