@charset "utf-8";




.list_lead {
	position: relative;
    padding: 60px 0px;
}
.list_lead:before,
.list_lead:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.list_lead.tax:before {
    background: url(/common/img/list_tax.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.lassa:before {
    background: url(/common/img/list_lassa.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.judicial:before {
    background: url(/common/img/list_judicial.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.administrative:before {
    background: url(/common/img/list_administrative.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.patent:before {
    background: url(/common/img/list_patent.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.consulting:before {
    background: url(/common/img/list_consulting.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.web:before {
    background: url(/common/img/list_web.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.system:before {
    background: url(/common/img/list_system.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.creator:before {
    background: url(/common/img/list_creator.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.advertising:before {
    background: url(/common/img/list_advertising.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.printing:before {
    background: url(/common/img/list_printing.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.architect:before {
    background: url(/common/img/list_architect.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.construction:before {
    background: url(/common/img/list_construction.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.logistics:before {
    background: url(/common/img/list_logistics.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.industry:before {
    background: url(/common/img/list_industry.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.oa:before {
    background: url(/common/img/list_oa.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.training:before {
    background: url(/common/img/list_training.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.temporary:before {
    background: url(/common/img/list_temporary.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.officework:before {
    background: url(/common/img/list_officework.jpg) top center no-repeat;
    background-size: cover;
}
.list_lead.finance:before {
    background: url(/common/img/list_finance.jpg) top center no-repeat;
    background-size: cover;
}


.list_lead:after {
    background-color: rgb(31 103 155 / 83%);
}

.list_lead .txt_area {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.list_lead .txt_area h1 {
	font-size: 32px;
	font-weight: 900;
    letter-spacing: 0px;
	color: #fff;
}
.list_lead .txt_area h1 span {
	color: #ffe007;
}
h1.ct_2_3,
h1.ct_2_9,
h1.ct_3_4,
h1.ct_9,
h1.ct_9_5,
h1.ct_17_4,
h1.ct_2_6,
h1.ct_2_8,
h1.ct_3_4,
h1.ct_3_5,
h1.ct_3_6,
h1.ct_3_7,
h1.ct_3_8,
h1.ct_4_2,
h1.ct_4_4,
h1.ct_4_5,
h1.ct_4_6,
h1.ct_18_2,
h1.ct_18_3,
h1.ct_18_4,
h1.ct_18_7,
h1.ct_19_2,
h1.ct_13_7,
h1.ct_1_1,
h1.ct_1_3,
h1.ct_1_4,
h1.ct_1_5,
h1.ct_1_6,
h1.ct_16_6,
h1.ct_11_1,
h1.ct_11_2,
h1.ct_12_1,
h1.ct_12_2,
h1.ct_12_6,
h1.ct_17_7
{
    max-width: 490px;
    margin: 0 auto;
}

.list_lead .list_point_label {
    max-width: 600px;
    margin: 25px auto;
}
.list_lead .list_point_label li {
    width: calc(100% / 3 - 10px);
    margin: 0px 5px;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #fff;
    transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

.list_lead .list_point_label li .wrap {
    color: var(--navy);
    font-weight: 500;
    transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
}
.list_lead .list_point_label li span {
	display: block;
	margin: 3px 0px;
    font-size: 15px;
}
.list_lead .list_point_label li span i {
	font-style: normal;
	font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.list_lead .txt_area p.txt {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.list_lead .btn_area {
	margin-bottom: 0px;
}
.list_lead .btn_area .button_y {
    min-width: 420px;
    padding: 24px 16px;
    font-size: 16px;
    border-radius: 50px;
}




body.list #side_wrap {
    padding-bottom: 120px;
}
.head_sub {
	margin-top: 20px;
	margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    color: var(--light-navy);
}
.head_sub .head_hit {
    display: inline-block;
    font-size: 11px;
}
.head_sub .head_hit span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.head_sub .head_hit .count_total {
    position: relative;
    top: 3px;
    padding-right: 3px;
    font-size: 28px;
    line-height: 1;
}
.head_sub .head_hit .count_now {
    margin-left: 5px;
}
.head_sub .guide {
    display: inline-block;
    margin-left: auto;
    margin-right: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.head_sub .guide .tooltip_text.l-200 {
    line-height: 1.4;
}

.head_sub .head_control select {
    padding: 0px 12px;
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
    border: 1px solid #b6bfc2;
    color: #3b525c;
}
.head_sub .head_control select option {
    color: #999;
}
.sv_pref_link_switch {
    margin: 0px auto 30px;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.sv_pref_link_switch a {
    align-items: center;
}
.sv_pref_link_switch:hover {
    border: 2px solid var(--blue);
    background: #f1f8f9;
}
.sv_pref_link_switch a:hover {
	text-decoration: none;
}
.sv_pref_link_switch .img {
	width: 60px;
}
.sv_pref_link_switch .img img {
	width: 60px;
	height: auto;
}
.sv_pref_link_switch .right {
	width: calc(100% - 60px);
    padding-left: 15px;
}
.sv_pref_link_switch .right p {
	font-size: 14px;
	font-weight: 600;
    color: var(--blue);
}

/* 検索メニュー
--------------------------------------- */

.main_search {
    margin-bottom: 20px;
}
.main_search ul {
    padding: 15px;
}
.main_search ul>li {
	margin-bottom: 10px;
	padding: 5px 0px;
}
.main_search ul>li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.main_search h3 {
    margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
}
.main_search li .area {
    margin-top: 15px;
    margin-left: 5px;
    padding-left: 5px;
}
.main_search li .area select,
.main_search li .area input[type="text"] {
    padding: 6px 10px;
    height: 42px;
    font-size: 13px;
}
.main_search ul>li.clm_comparsion input[type="text"] {
    width: 44%;
}
.main_search li .clum_cate_list {
    padding: 0;
}
.main_search li .clum_cate_list li {
    margin: 1px 0px;
    padding: 5px;
    color: #999;
}
.main_search li .clum_cate_list li a {
	position: relative;
    display: block;
}
.main_search li .clum_cate_list li a:hover,
.main_search li .clum_cate_list li.active a {
    color: #000;
    /*
    background: #f7f7f7;
    */
    text-decoration: none;
}
/*
.main_search li .clum_cate_list li:first-child a {
	color: #333;
}
*/
.main_search li .clum_cate_list li.active a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.main_search li.clm_pref label {
    margin-right: 10px;
    font-weight: 600;
    font-size: 12px;
}

.main_search li.clm_pref label input {
    margin-right: 3px;
}
.main_search li.clm_pref #key_pref {
	margin-top: 10px;
}
.main_search ul>li .tl {
    display: none;
}

.main_search ul>li .relate_pref_area {
    margin-top: 0px;
    padding: 0px;
    background: #fff;
}
.main_search li .list_sub_area .area {
    margin: 0;
    padding: 0;
}
.main_search ul>li .clum_city_list li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0px;
    width: 98px;
}
.main_search li .clum_city_list li a {
    padding-left: 0px;
}
.main_search>ul>li .clum_city_list li a:before {
	content: none;
}
.main_search li .clum_city_list {
    margin-top: 20px;
}


.main_search li.clm_comparsion .area label {
	/*
    display: inline-block;
    margin-bottom: 5px;
    width: 116px;
    */
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
}
.main_search li.clm_comparsion .area label span.txt {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
.main_search li.clm_comparsion.lgds .area label {
    display: inline-block;
    width: 118px;
}
.main_search li.lgds_2.clm_comparsion input[type="text"] {
    width: 45%;
}
*/
/* CSSで5項目目以上を非表示 */

.main_search li .area.over-y {
    overflow-y: scroll;
    max-height: 170px;
    letter-spacing: 0px;
}

.main_search li .area.hide label:nth-child(n+5) {
	display:none;
}
li.clm_pref .more_btn {
    display: none;
}

/*
.main_search li .area .more_btn {
	display:none;
}
.main_search li .area.hide .more_btn {
	display: block;
}
*/
.main_search .search_area_btn {
    padding-bottom: 30px;
    text-align: center;
}

body.list .howto_area {
    margin-top: 60px;
    background: var(--light-gray);
}

/*シュミレーターサイドバナー*/

.simulator_side_banner {
    margin-bottom: 30px;
}

.simulator_side_banner img {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}

/*相場情報*/

a.cost_page_link {
    position: relative;
	display: block;
    margin-bottom: 30px;
    padding: 1px 15px 15px;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
    border-top: 2px solid var(--blue);
}

a.cost_page_link:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-left: 7px solid transparent;
    border-bottom: 7px solid var(--blue);
}


.cost_page_link .icon {
    margin: 15px auto;
    text-align: center;
}
.cost_page_link .icon img {
    width: 60px;
}
a.cost_page_link .txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

/* 
 比較情報
--------------------------------------------------------*/

.compare_area ul {
    width: 100%;
    /*
    overflow-x: auto;
    */
    overflow-y: hidden;
    overflow-x: visible;
    white-space: nowrap;
    flex-wrap: nowrap;
	counter-reset: number 0; 
}
/* スクロールの幅の指定 */
.compare_area ul::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
/* スクロールの背景の設定 */
.compare_area ul::-webkit-scrollbar-track {
	border-radius: 20px;
    box-shadow: 0 0 3px #b1ab74 inset;
    background: #fffaed;
}
/* スクロールのつまみ部分の設定 */
.compare_area ul::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: var(--blue);
}

/*
.compare_area::-webkit-scrollbar {
    display: none;
}
.compare_area li {
	flex: 0 0 auto;
	min-width: 80px;
    padding: 10px 15px;
    border-right: 1px dotted #ddd;
}
*/

/* フルサイズ（横スクロール） */
.compare_area li {
	position: relative;
	flex: 0 0 auto;
    padding: 12px 18px 20px 18px;
	min-width: 100px;
    max-width: 300px;
    min-height: 100px;
    cursor: grab;
    background: #fff;
    border-right: 1px dotted #ddd;
}
/*
.compare_area li:nth-child(even) {
    background: #f5f5f5;
}
.compare_area li:nth-child(even):before {
    color: #fff;
}
*/
.compare_area li.active {
    border-top: 2px solid var(--blue);
    background: #fff7bd;
}
.compare_area li.active:before {
    color: #cfcebf;
    font-weight: 600;
}
/*
.compare_area li:before {
    position: absolute;
    bottom: 17px;
    right: 5px;
    font-size: 16px;
    line-height: 1;
    height: 1;
    color: #cdcdcd;
    counter-increment: number 1;
    content: counter(number);
    z-index: 0;
    font-family: oswald;
}
*/
.compare_area li:last-child {
	border-right: 0px;
}
/* 等分パターン
.compare_area .clum_3 li {
	width: calc(100% / 3);
}
.compare_area .clum_4 li {
	width: calc(100% / 4);
}
.compare_area .clum_5 li {
	width: calc(100% / 5);
}
.compare_area .clum_6 li {
	width: calc(100% / 6);
}
.compare_area .clum_7 li {
	width: calc(100% / 7);
}
.compare_area .clum_8 li {
	width: calc(100% / 8);
}
.compare_area .clum_9 li {
	width: calc(100% / 9);
}
*/
.compare_area li dl {
	/* ツールチップが重なって文字が潰れるので
    position: relative;
    z-index: 1;
    */
    white-space: initial;
}
.compare_area dl dt {
    margin-bottom: 10px;
    padding: 4px 8px;
    background: var(--blue);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    /*
    max-width: 120px;
    color: var(--light-navy);
    */
}

.compare_area .tooltip {
	display: block;
}

.compare_area .tooltip .svg_icon.help-circle {
    position: relative;
    top: 2px;
    margin-left: 3px;
    margin-right: 0px;
    background-image: url("/common/img/icon/help-circle_w.svg");
}

.compare_area .tooltip .tooltip_text {
	top: 30px;
    left: -11%;
    transform: none;
	min-width: 140px;
	padding: 5px;
	transition: none;
	font-size: 11px;
	border-radius: 10px;
}
.compare_area .tooltip_text:before {
    top: -14px;
    left: 22%;
}

.compare_area dl dd {
    font-size: 12px;
    color: #000;
}

/* 
 CTA
--------------------------------------------------------*/

.cta_area .cta_ct_img {
    margin: 60px auto 0;
    text-align: center;
}

.cta_area .cta_ct_img img {
    border-radius: 50%;
}
.cta_area .check_list_area {
    margin: 40px auto 30px;
    padding: 30px;
    width: 90%;
    background: #f2fdff;
}

.cta_area .check_list_area li {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: top;
    width: 49%;
    font-size: 15px;
    font-weight: 600;
}
.cta_area .txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* 
 スクロールで最下部固定表示部分
--------------------------------------------------------*/


#ft_btm_cta {
    display: none!important;
}


#select_form_area {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 16px 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
#select_form_area.active {
	
}
#select_form_area .flex_in {
    justify-content: center;
    align-items: center;
}

#select_form_area .left {
    margin-right: 20px;
    text-align: left;
    color: #333;
}
#select_form_area .left .tl {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
#select_form_area .left .txt {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#select_form_area .cnt {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 2px;
    font-size: 28px;
    line-height: 1;
    color: var(--blue);
}
#select_form_area .button_y {
    min-width: 220px;
    padding: 16px;
    font-size: 14px;
    font-style: normal!important;
}

#select_form_area .right {
    margin-left: 20px;
    border-left: 1px #e0e0e0 solid;
    padding-left: 20px;
}

#select_form_area .select_btn .button_y {
    background-color: #e7d2d2;
    color: #9d7373 !important;
    transition: .3s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#select_form_area .select_btn.on .button_y {
    background-color: #ce5050;
    color: #fff !important;
    transition: .3s;
    pointer-events: auto;
}

#select_form_area .select_btn.on .button_y:hover {
    background-color: #c10000;
    border: none;
    text-decoration: none;
    transition: .3s;
}

/* 
 広告枠
--------------------------------------------------------*/


.list_ad_area {
	margin: 20px 0px 0px;
}
.list_ad_area .box {
	padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.list_ad_area .result_outline {
	margin-bottom: 0px;
}
.list_ad_area .tl {
    margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
}
.list_ad_area .tl span.pr {
    display: inline-block;
    margin-right: 9px;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 1;
    color: var(--red);
    background: #fff;
    border: 1px solid var(--red);
}
.list_ad_area .left {
	width: 120px;
}
.list_ad_area img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.list_ad_area .name {
	margin-top: 10px;
    font-size: 12px;
	font-weight: 600;
}
.list_ad_area .result_outline>.right {
    width: calc(100% - 120px);
    padding-left: 20px;
}
.list_ad_area .txt {
	
}
.list_ad_area .address {
	margin: 15px 0px;
    font-size: 11px;
    color: #777;
}
.list_ad_area .address .svg_icon {
    margin-right: 5px;
    opacity: 0.6;
}
.list_ad_area .summaly_area {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
.list_ad_area .summaly_area .check_list_area {
	padding: 0px;
	width: 100%;
}
.list_ad_area .summaly_area .check_list_area li {
    font-size: 13px;
}

/* 
 modal
--------------------------------------------------------*/

#modal-info-banner {
    display: none;
    margin-left: 0 !important;
}

#modal-info-banner .img {
    background: url(/common/img/biz_popup.png) no-repeat;
    width: 710px;
    height: 330px;
}

#modal-info-banner .cta_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: #374c76;
}


#modal-info-banner .cta_section .close_btn a {
    padding: 18px 32px;
    background-color: #c1c1c1;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 700;
    color: #382000;
    transition: .8s;
}
#modal-info-banner .cta_section .close_btn a:hover {
    text-decoration: none;
    background-color: #dddada;
}

#modal-info-banner .cta_section .frm_btn {
    margin-left: 30px;
}

#modal-info-banner .cta_section .frm_btn a {
    padding: 18px 32px;
    background-color: var(--yellow);
    font-size: 16px;
    border-radius: 12px;
    font-weight: 700;
    color: #000;
    transition: .8s;
}

#modal-info-banner .cta_section .frm_btn a span {
    color: #ffffff !important;
    font-size: 14px;
    text-shadow: none;
    background-color: #d1640e;
    padding: 4px 12px;
    border-radius: 40px;
    margin-right: 10px;
}

#modal-info-banner .cta_section .frm_btn a:hover {
    text-decoration: none;
    color: #fff !important;
    background: #fb9b0c;
}

/* 装飾系
----------------------------------------------------*/

.howto_area .toggle_tl_area p {
    margin-bottom: 20px;
}
.howto_area table {
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.howto_area .cautionbox {
	margin-bottom: 20px;
    padding: 20px;
	background-color: #ffebee;
}

.howto_area .cautionbox-title {
  margin-bottom: 5px;
  color: #ef5350;
  font-size: 18px;
  font-weight: 600;
}
.howto_area .cautionbox-title:before {
  display: inline-block;
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f071";
  font-size: 20px;
}
.howto_area .memo {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff9e5;
	border: 1px solid #d3ccb7;
	color: #545454;
	box-shadow: none;
}
.howto_area .memo_ttl {
	margin-bottom: 10px;
	color: #8f7233;
	font-size: 16px;
	font-weight: 600;
}
.howto_area .memo_ttl:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 7px 0 0;
	border-radius: 50%;
	background: #8f7233;
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	content: "\f040";
}
.howto_area .memo p {
	margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    color: #8f7233;
}

.howto_area .memo ul {
    margin: 0px 20px 0px 20px;
}
.howto_area .memo ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.howto_area .result {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.howto_area .result .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 2.5px;
    font-size: 15px;
    background: #FFC107;
    color: #ffffff;
    font-weight: 600;
}
.howto_area .result p {
	margin-bottom: 0;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
}

.howto_area .box_merit {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
    background: #f6fcff;
}
.howto_area .box_merit_span {
    display: inline-block;
    position: relative;
    left: -21px;
    top: 20px;
    margin-bottom: 10px;
    padding: 3px 12px 3px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #f46b6b;
    box-shadow: 0 0 2px rgb(0 0 0 / 12%);
}

.howto_area .box_merit_span:before {
	position: absolute;
	content: "";
	top: 0;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #f46b6b;
	border-radius: 5px 0 0 5px;
}

.howto_area .box_merit_span:after {
	position: absolute;
	content: "";
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #a65a5a;
	border-radius: 5px 0 0 5px;
}

.howto_area .box_merit .li-check li:before {
	color: #f46b6b;
}

.howto_area .box_merit .ol_circle li:before {
	background: #f46b6b;
}

.howto_area .box_merit ul {
	margin: 0px;
    padding-top: 1.5rem;
    padding-left: 25px;
}
.howto_area .box_merit li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #263f54;
    list-style: disc;
}
.howto_area .box_merit li:last-child {
    margin-bottom: 0px;
}

.howto_area .box_merit ol {
	counter-reset:num;
	list-style-type: none!important;
	padding:0;
	margin:0;
	padding-top: 1.5rem;
}
.howto_area .box_merit ol li {
	position: relative;
	font-size: 15px;
	padding-left: 35px;
    list-style: none;
}

.howto_area .box_merit ol li:before {
	position: absolute;
	top: 2px;
	left: 0;
	counter-increment: num;
	content: counter(num);
	display:inline-block;
    background: var(--navy);
	color: #FFF;
	font-family: 'Arial',sans-serif;
	font-weight:bold;
	font-size: 14px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.blog_card {
	display: block;
	border:1px solid #888;
	word-wrap:break-word;
	max-width:100%;
	margin: 20px 0px 25px;
}
 
.blog_card a {
	display: table;
	width: 100%;
	color: #333;
	padding: 20px;
	background: #fbfaf8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
 
.blog_card a:hover{
	background: #dcdcdc;
	text-decoration: none;
}
 
.blog_card_thumbnail{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: auto;
}
 
.blog-card-thumbnail img {
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
 
.blog_card_content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.blog_card_title{
	padding: 0px 10px 10px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}
 
.blog_card_title::before {
	content: '関連記事';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #333;
	width: 5em;
	display: block;
	padding: 0.2em;
	margin-bottom: 5px;
	text-align: center;
	/* margin-right: 0.5em; */
}
 
.blog_card_date{
	color:#333;
	font-size:75%;
	margin-right:10px;
}


/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {
	
	body.list #side_wrap {
	    padding-bottom: 0px;
	}
	
	a.cost_page_link {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    align-items: center;
	    margin-bottom: 30px;
	    padding: 12px;
	    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	}
	a.cost_page_link .icon {
	    margin: 0;
	    width: 40px;
	    height: 40px;
	}
	.cost_page_link .icon img {
	    width: 40px;
	}
	a.cost_page_link .txt {
		width: calc(100% - 40px);
		padding-left: 10px;
	    font-size: 12px;
	    text-align: left;
	}
	.main_search ul>li {
	    margin-bottom: 10px;
	    padding: 0px 0px;
	}
	.main_search .toggle_tl {
	    padding-top: 5px;
	}
	.main_search h3 {
    	margin-bottom: 0px;
	    font-size: 13px;
	}
	.main_search li .area {
	    margin: 15px 0 0;
	    padding: 12px;
	    background: #f7f7f7;
	}
	.main_search li .area.over-y {
    	max-height: inherit;
	}
	
	.main_search .search_area_btn {
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
	.list_area {
	    width: 96%;
	    margin: 40px auto 0px;
	}
	.support_service ul.sub_list {
	    overflow-x: scroll;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	#select_form_area {
    	padding: 12px 5px;
    }
	#select_form_area .left {
	    margin-bottom: 8px;
	    margin-right: 0px;
	    text-align: center;
	}
	#select_form_area .left .tl {
	    margin-bottom: 0px;
	    font-size: 13px;
	}
	#select_form_area .left .txt {
		display: none;
	    font-size: 11px;
	}
	
    #select_form_area .right {
        width: calc((100% - 12px)/2);
        margin-left: 4px;
        border-left: none;
        padding-left: 6px;
    }
    
    #select_form_area .button_y {
        padding: 16px 5px;
        min-width: 100%;
        font-size: 12px;
    }

    #select_form_area .select_btn {
        width: calc((100% - 12px)/2);
    }
    #select_form_area .select_btn .button_y {
        padding-top: 12px;
    }
    
	#select_form_area .select_btn.on .cnt {
	    color: #fff !important;
	}
	#select_form_area .cnt {
	    top: 2px;
	    margin: 0 1px;
	    font-size: 18px;
    	color: #9d7373 !important;
	}
	.compare_area .tooltip .svg_icon {
		display: none;
	}
	.cta_area .check_list_area {
	    padding: 20px;
	}
	.cta_area .check_list_area li {
	    width: 100%;
	    font-size: 12px;
	}
	.sv_pref_link_switch {
	    width: 92%;
	}
	.sv_pref_link_switch .right p {
    	font-size: 13px;
    	line-height: 1.6;
    }
        
    /* 並び順の調整 */
    .head_sub {
        position: relative;
        margin-bottom: 50px;
    }
    .head_sub .guide {
        position: absolute;
        bottom: -25px;
        margin: 0;
    }

    .head_sub .head_hit .count_total {
        font-size: 22px;
        letter-spacing: -.5px;
    }
    .head_sub .tooltip:hover .tooltip_text {
        opacity: 1;
        visibility: visible;
    }
    .head_sub .tooltip_text.l-200 {
        min-width: 200px;
        left: inherit;
    }
    .head_sub .tooltip_text:before {
        left: 20%;
    }

    /* 広告枠 */

	.list_ad_area .box {
	    padding: 15px 10px;
	}
	.list_ad_area .tl {
	    margin-bottom: 10px;
	    font-size: 13px;
	}
	.list_ad_area .left {
	    width: 90px;
	}
	.list_ad_area img {
	    width: 90px;
	    height: 90px;
	}
	.list_ad_area .name {
	    margin-top: 10px;
	    font-size: 10px;
	}
	.list_ad_area .result_outline>.right {
	    width: calc(100% - 90px);
    	padding-left: 15px;
	}
	.list_ad_area .summaly_area {
		display: none;
	}
	.list_ad_area .address {
		margin-bottom: 0px;
		font-size: 10px;
	}
	


	/* FVスマートフォン対応
	----------------------------------------------------*/	

	.list_lead .txt_area h1 {
    	font-size: 22px;
    }
	.list_lead .txt_area h1 span {
		
	}
	.list_lead .list_point_label {
		
	}
	/* li 調整
	----------------------------------------------------*/
	.list_lead .list_point_label li{
	    width: calc(100% / 3 - 6px);
	    margin: 0 3px;
	    padding: 5px 0px;
	    transform: inherit;
	}
	.list_lead .list_point_label li .wrap {
	    transform: inherit;
	}
	.list_lead .list_point_label li span {
	    font-size: 13px;
	    letter-spacing: 0.5px;
	}
	.list_lead .list_point_label li span i {
	    font-size: 18px;
	}
	.list_lead .txt_area p.txt {
	    font-size: 13px;
	    letter-spacing: 0.5px;
	}
	
	/* cta
	----------------------------------------------------*/	
	.list_lead .btn_area .button_y {
    	min-width: 100%;
	    padding: 18px 0px;
	    font-size: 14px;
    }
	
	/* 装飾系
	----------------------------------------------------*/	

    .howto_area .box_merit {
        padding: 20px 10px 20px;
    }
    .howto_area .box_merit ul {
        margin: 0px;
        padding-top: 0px;
        padding-left: 25px;
    }
    .howto_area .memo_ttl {
        font-size: 14px;
        line-height: 1.2;
    }
    .howto_area .memo_ttl:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .howto_area .memo p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 22px;
    }

	.blog_card a {
    	padding: 12px;
    }
    .blog_card_thumbnail {
	    width: 72px;
	}
	.blog_card_title {
	    padding: 0px 0px 10px 0;
	    font-size: 12px;
	    line-height: 18px;
	}

    
}

/* FV最小対応
----------------------------------------------------*/	
@media screen and ( max-width:380px ) {
	
    .list_lead .list_point_label li span {
	    font-size: 12px;
	}
	.list_lead .txt_area p.txt {
    	font-size: 12px;
    }
	
}
