@charset "utf-8";


/* 汎用系
-------------------------------------------------------------- */

/*
2021/11/26 追加
2021/11/29 コメントアウト
#ft_btm_cta {
	display: none !important;
}
*/
.pc {
    display: block;
}
.clear {
    display: none;
}

.mb {
    display: none !important;
}
/*
body.blog #main {
    width: 710px;
    padding: 30px;
}
*/
#main {
    max-width: 770px;
    margin-right: 26px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}

body.blog_archive #main {
	padding: 0px;
    box-shadow: none;
}
.blog_area {
    margin-bottom: 40px;
    padding-bottom: 0px !important;
}
.blog .blog_area p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	word-wrap: break-word;
    letter-spacing: 1px;
}
strong {
    font-weight: 600;
}
.blog_area b {
    color: #333;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fff4a9 0%) repeat scroll 0 0;
}
.b_red {
    font-weight: bold !important;
    color: #FF3D3D !important;
}

/* 全体
-------------------------------------------------------------- */
.blog  #main section {
	margin: 0px 0px 40px;
    padding-top: 0px;
}

.blog #main  h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.relate_list_blog {
    margin-top: 40px;
}

/* アイキャッチ
-------------------------------------------------------------- */
.eyecatch_blog {
	margin-bottom: 30px;
    padding: 0;
    background-color: var(--navy);
}
.eyecatch_blog .inner {
	padding: 30px;
}
.eyecatch_blog li {
    float: left;
    width: 293px;
}
.eyecatch_blog li a {
    display: block;
}
.eyecatch_blog li a img {
	width: 100%;
}
.eyecatch_blog li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.eyecatch_blog h2 {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}


/* スライダー
-------------------------------------------------------------- */
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: inline-block !important;
}

/* パソコンのみ横幅を自動に */
@media screen and (min-width: 980px) {
		
	#eyecatch li {
	    width: auto !important;
	}
	#eyecatch li:nth-child(2n) {
	}
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 600;
  color: #666;
  padding-top: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9ca6a9;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /*
  background: url('images/controls.png') no-repeat 0 -32px;
  */
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  /*
  background: url('images/controls.png') no-repeat -43px -32px;
  */
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* カテゴリのリード（見積書解説）
------------------------------------------------------*/

.mt_cate_area {
	margin-bottom: 20px;
	width: 100%;
	height: 350px;
	background: url(/matome/common/img/mitsumori_category_lead.jpg) top center no-repeat fixed;
	background-size: cover;
}
.mt_cate_area .inner {
	display: table;
}
.mt_cate_area .txt {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 25px;
	text-align: left;
	height: 350px;
}
.mt_cate_area .txt h1 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	background: #111;
	display: inline-block;
	padding: 5px 12px;
}
.mt_cate_area .txt h1 a {
	color: #fff;
	text-decoration: underline;
}
.mt_cate_area .txt h1 a:hover {
	text-decoration: none;
}
.mt_cate_area .txt p {
	width: 70%;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	background: #111;
	display: inline-block;
	padding: 5px 12px;
}
.blog.detail .mt_cate_area,
.blog.detail .mt_cate_area .txt {
	height: 150px;
}
.blog.detail .mt_cate_area .txt {
	padding-bottom: 0px;
}
.blog.detail .mt_cate_area .txt h1 {
	margin-bottom: 0px;
	font-size: 26px;
}
.blog.detail .mt_cate_area .txt h1 a {
    font-size: 14px;
}

/* 市区町村
------------------------------------------------------*/
.city_page .b_cate2 .l_img_cate {
	padding-top: 0px;
}
.city_page .info_mokuzi {
	margin-top: 0px;
}
.city_page .mt_bt_area {
   margin-bottom: 40px;
    border: 1px solid #ddd;
    padding: 20px;
    background: #f7f7f7;
}
.city_page .mt_bt_area h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.city_page li {
    display: inline-block;
    width: calc(100% / 5);
    padding: 5px;
}
.city_page .mt_bt_area li a {
    position: relative;
    color: #333;
    font-size: 13px;
}
.city_page .mt_bt_area li a:before {
    font-family: FontAwesome;
    content: "\f02c";
    padding-right: 5px;
}
/* ブログ詳細
------------------------------------------------------*/

#main section.blog_head {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
section.blog_head .fl_l {
	width: 180px;
	overflow:hidden;
}
.main_category {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 12px;
	background-color: #1b93c1;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
.main_category a {
	color: #fff;
	text-decoration: none;
}
.main_category .cate_02 {
	background-color: #1b93c1;
}
#main section.blog_head h1.base {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 0px;
}
.sub_data span.data_entry {
	display: inline-block;
	margin-right: 12px;
}
.sub_data span.sub_category {
	display: inline-block;
}

/* タイトル */
#main .blog_area h2 {
    margin: 65px 0px 30px;
    padding: 20px 18px 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    color: #333;
    text-align: left;
    background-color: #F2F2F2;
    border-radius: 10px;
}
#main .blog_area h3 {
    margin: 45px 0px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #999;
    padding: 20px 0px 20px 10px;
}
#main .blog_area h3.q_sub {
    border: none;
    padding: 0;
}

#main .blog_area h4 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
	font-weight: 600;
    margin-bottom: 10px;
    padding: 15px 0px 12px 20px;
    color: #0974a7;
}
#main .blog_area h4:after {
		position: absolute;
    top: .5em;
    left: .0em;
    content: '';
    width: 3px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #0974a7;
}

#main .blog_area img {
	max-width: 100%;
}

/* 連休中はまとめセンターバナーの電話案内非表示
#main .blog_area img.ad_tel_img {
	display: none !important;
}
 */
 
/* 一覧ボタン */
.blog .detail_btn_area .list{
		width: 164px;
		color: #fff;
		display: inline-block;
		margin-left: 8px;
		padding: 14px;
		font-size: 14px;
		font-weight: 600;
}

.blog .blog_area ul {
  	margin: 30px 0px;
  	padding-left: 15px;
}
.blog .blog_area ul li {
	  margin-bottom: 20px;
	  font-size: 16px;
	  position: relative;
	  padding-left: 0px;
	  list-style: disc;
}
.blog .blog_area ul li:last-child {
		margin-bottom: 0px;
}
.blog .blog_area ul li>p {
		margin-bottom: 0px;
}
.blog .blog_area ul>li:before {
}
.blog .blog_area ul>li>ul {
    background: #ececec;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
}
.blog .blog_area ul>li>ul>li {
		list-style: none;
    margin-bottom: 8px;
}
.blog .blog_area ul>li>ul>li:before {
}

/* listの強調（概要まとめなど） */

.blog .blog_area ul.check_list {
    padding: 15px 10px;
    background: #f9feff;
    border: 2px solid #dbe7e9;
}
.blog .blog_area ul.check_list li {
	list-style: none;
    padding-bottom: 10px;
    padding-left: 40px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #bcdbdd;
    font-size: 16px;
    font-weight: 600;
}
.blog .blog_area ul.check_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
    top: 4px;
    color: #3d97b9;
}
.blog .blog_area ul.check_list.color_red li:before {
    color: #FF3D3D;
}
.blog .blog_area ul.check_list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.blog .blog_area ul.check_list li p {
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 5px;
}

/* リード文 */
.blog #main p.lead_txt,
.blog #main .lead_txt p {
    font-size: 16px;
    line-height: 30px;
}
/* 引用 */
blockquote {
	position: relative;
	margin: 20px 0px;
	padding: 20px 40px 20px 35px;
	font-size: 14px;
	background: #f7f7f7;
	border-left: 5px solid #CCC;
	border-radius: 2px;
}
blockquote:after{
	position: absolute;
	top: 0;
	right: 0;
	content: '”';
	font-family: sans-serif;
	font-size: 60px;
	opacity: .3;
}
.blog #main blockquote p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}
cite {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.rel {
	display: block;
    margin: 10px 0px 10px!important;
    color: #999 !important;
    line-height: 16px !important;
    font-size: 11px!important;
}
/* 注意書き */
.blog .blog_area p.caution {
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    border: 1px solid #FF5252;
}
/* 目次*/
.info_mokuzi {
    margin-top: 30px;
    background: #f6fafb;
}
.mokuzi {
    background: #158AAD;
    display: inline-block;
    margin-right: 8px;
    border-radius: 18px;
    color: #fff;
    padding: 2px 12px;
    font-size: 14px;
}
#main .info_mokuzi .tl {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 15px;
    padding: 20px;
    border: 0px;
    color: #158AAD;
    background: #e4f2f5;
}

#main .blog_area .info_mokuzi ul li {
    font-size: 15px;
    list-style: none;
    margin: 0px 0px 6px 0px;
}
#main .info_mokuzi ul li.nest {
    padding-left: 25px;
}
#main .info_mokuzi ol {
    counter-reset: section;
    padding: 0px 20px 20px;
    margin: 0px;
}

#main .info_mokuzi ol > li {
    margin-bottom: 12px;
}
#main .info_mokuzi ol > li:last-child {
    margin-bottom: 0px;
}
#main .info_mokuzi ol li:before {
    content : counters(section, '-') '. ';
    counter-increment : section;
    font-size: 14px;
    color: #394e54;
    font-weight: 500;
}
#main .info_mokuzi ol > li > ol {
    padding: 10px 0px 15px 20px;
    border-bottom: 1px dotted #b6c2c7;
}

#main .info_mokuzi ol > li > ol > li {
    margin-bottom: 9px;
}
#main .info_mokuzi ol > li {
}
#main .info_mokuzi ol > li a {
    color: #537078;
    font-size: 16px;
    font-weight: 500;
}

#main .info_mokuzi ol > li > ol > li a {
    color: #4486D0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

/* 紹介系の免責 */

.etc_info {
	margin-top: 30px;
    padding: 15px;
    background: #f7f7f7;
}
.etc_info p.desc {
	margin: 0px;
    font-size: 12px !important;
    line-height: 1.6 !important;
	letter-spacing: 0.5px;
    color: #555;
}
.etc_info p.desc a {
    color: #555;
	text-decoration: underline;
}

/* link */
p.link {
    position: relative;
    padding-left: 25px;
    margin-top: -30px;
}
p.link:before {
	font-family: FontAwesome;
	content: "\f08e";
	position: absolute;
    left: 0px;
    top: 1px;
    color: #0084d2;
}
a.link {
    position: relative;
    padding-left: 22px;
}
a.link:before {
	font-family: FontAwesome;
	content: "\f08e";
	position: absolute;
	left: 3px;
	top: -1px;
	color: #0084d2;
}
.detail_btn_area {
    margin: 25px 0px;
    padding: 20px;
    background: #fff9eb;
    border: 2px dotted #b99e5d;
}
.detail_btn_area p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}
.detail_btn_area p a {
	color: #333;
	font-weight: 500;
}
.detail_btn_area p a.link:before {
	top: 4px;
}

.b_cta_txt_pt p.last_list a.link:before {
	color: #fff;
}
.detail_btn_area p.last_list {
    margin-top: 10px;
    margin-bottom: 0px;
}
.detail_btn_area .button_y {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.detail_btn_area .button_y:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.7),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}

@keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-moz-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}



/* 横幅100%のレイアウト（主にinfo）
----------------------------------------------------------- */

.wide.blog .g_search.fixed {
    position: fixed;
}

.wide #content {
    padding: 40px 0 100px;
}
.wide #main {
    width: 860px;
    margin: 0px auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
/* h3の目次を非表示
#main .info_mokuzi ol > li > ol {
    display: none;
}
 */
@media screen and (max-width: 480px) {

	.wide #content {
		padding: 30px 15px 30px;
	}
	.wide #main {
    	width: 100%;
    	padding: 30px 15px;
    }
}

/* 内部リンクのブログカード風
----------------------------------------------------------- */
.blog_card {
	margin-top: 20px;
	display: block;
	border:1px solid #888;
	word-wrap:break-word;
	max-width:100%;
	margin-bottom: 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;
}


/* table
------------------------------------------------------*/

/* 2023/11/15 変更

.blog_area table th {
    width: auto;
}
*/
 
.blog_area table .second_tr td {
    background: #efefef;
    color: #777;
    border-left: 1px solid #e4e2df;
    padding-left: 5%;
}
.blog_area table .second_tr td:nth-child(odd) {
	
}

.blog_area table.t_fixed {
	table-layout:fixed;
}

/* 実績／事例
------------------------------------------------------*/

.archive_img_list {
    justify-content: space-between;
    background: #f7f7f7;
    padding: 20px 20px 5px;
}
.archive_img_list .archive_img {
    display: block;
}
.archive_img_list .thum {
    width: 210px;
}
.archive_img_list:after{
	content:"";
	display: block;
	width:230px;
}

/* 細かい部品
------------------------------------------------------*/

.conclusion {
    position: relative;
    border: 2px solid #a5c3ca;
    border-radius: 3px;
    margin: 40px 0px 30px;
    padding: 20px;
}
.con_tl {
    font-weight: 600;
    color: #158AAD;
    font-size: 18px;
    background: white;
    padding: 0 10px;
    position: absolute;
    top: -0.5em;
    line-height: 1;
}
.blog .blog_area .conclusion p {
    color: #126984;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 15px;
}


/* 文中の一括画像 */
.mt_ad_area {
    margin: 40px 0px;
    padding: 40px 0px;
    border-top: 1px  dotted #333;
    border-bottom: 1px  dotted #333;
}

#main .blog_area .mt_ad_area h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	background: none;
	margin: 0px;
	padding: 0px 40px;
}

#main .blog_area .mt_ad_area h2:before,
#main .blog_area .mt_ad_area h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: black;
}
#main .blog_area .mt_ad_area h2:before {
	left:0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#main .blog_area .mt_ad_area h2:after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.blog .blog_area ul.mt_three_list {
	padding: 20px 25px;
	background: #f7f7f7;
	border-radius: 5px;
	margin-bottom: 15px;
}
.blog .blog_area .mt_ad_area .mt_three_list li {
	display: inline-block;
	width: 33%;
	text-align: center;
	margin-bottom: 0px;
}
.mt_ad_area .mt_three_list li:last-child {
	margin-right: 0px;
}
#main .blog_area .mt_ad_area .mt_three_list h3 {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding-bottom: 0px;
	border: none;
}
.blog .blog_area .mt_ad_area p.lead {
	font-size: 18px;
	color: #108eaa;
	font-weight: 600;
	margin-bottom: 12px;
}

.blog .blog_area .mt_ad_area ul.check_list {
	margin-top: 0px;
}
/* 2020/07/03 電話番号を非表示に */
/* 2021/07/12 電話番号を表示に */
.blog .blog_area .mt_ad_area .ad_tel_img {
	margin-right: 30px;
}


/*見積書を載せる系 */

.mitsumori_list {
	display: table;
	margin-bottom: 30px;
}
.mitsumori_list .mitsu_img,
.mitsumori_list .mitsu_txt {
	display: table-cell;
	vertical-align: middle;
}
.mitsumori_list .mitsu_img {
	padding-right: 30px;
}
.mitsumori_list .mitsu_img img {
width: 300px;
	
}
.mitsumori_list .mitsu_img a:hover img {
	opacity: 0.7;
}
.blog .blog_area .mitsumori_list p {
	margin-bottom: 10px;
}

/* facebookページのいいね */

#facebookpage {
    overflow: hidden;
    margin-bottom: 50px;
}
#facebookpage .facebookpage_area {
    color: #FFF;
    height: 200px;
    background-color: #222;
}
.likebox_thmbnail {
    float: left;
    width: 60%;
    height: 194px;
    overflow: hidden;
}
.likebox_thmbnail img {
    padding: 7px;
    width: 100%;
}
.fb_txt {
    width: 40%;
    padding: 0px 15px;
    float: right;
    text-align: center;
    margin-top: 42px;
}
#facebookpage p {
	text-align: center;
	font-weight: 600;
    color: #fff;
	line-height:1.6;
	margin-bottom: 16px;
}
.fb-like.fb_iframe_widget {
    margin-top: 6px;
}

.inter_btn_a .button_y {
	margin-right: 15px;
}


/* サイドメニュー
------------------------------------------------------*/

.widget {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.widget h2.widget_title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #555;
    padding: 15px 10px;
    border-bottom: 1px solid #efefef;
}
.widget ul {
    padding: 15px 10px 10px 10px;
    background-color: #fff;
}
.widget_views li {
	font-size: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
    border-bottom: 1px dotted #d5dbe2;
}
.widget_views li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
    padding-bottom: 5px;
}
.widget_views li .wrap {
	margin-bottom: 0px;
}

.widget_views li a {
    display: block;
	color: #333;
    line-height: 18px;
}

.widget_views li a:hover {
	text-decoration: none;
	opacity: 0.7;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.widget_views ul.txt_link  li  a {
	line-height: 20px;
}
.widget_views li .sd_info_img {
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.widget_views li h4 {
		font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
span.side_list_sub {
    font-size: 13px;
    /* font-weight: 600; */
    color: #777;
}

.widget ul.txt_link li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
    font-weight: 900;
    color: #295B6D;
    padding-right: 5px;
}

/* カテゴリ */

.widget_category .info_cate_list {
	padding: 12px;
}
.widget_category span {
    display: inline-block;
    width: calc(100% / 2);
    padding: 5px;
}
.widget_category span a {
    position: relative;
    color: #333;
    font-size: 13px;
}
.widget_category span a:before {
    font-family: FontAwesome;
    content: "\f02c";
    padding-right: 5px;
}

/* 人気記事 */
.widget_rank {
    counter-reset: wpp-ranking;
}
.widget_rank .list_rank li {
	position: relative;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
}
.widget_rank .list_rank li:first-child {
	padding-top: 0px;
}
.widget_rank .list_rank li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.widget_rank .list_rank li .sd_info_img {
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.widget_rank .list_rank li .oveflow {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.widget_rank .list_rank li:before {
    content: counter(wpp-ranking, decimal-leading-zero);
    counter-increment: wpp-ranking;
    color: #bfd0dc;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 1;
}
.widget_rank .list_rank li a {
    color: #333;
}
/* 人気記事のタブ */

.widget ul.tabarea {
	border-bottom: 0px;
	text-align: center;
	padding: 0px;
	background: #f7f7f7;
}
.widget ul.tabarea li {
	display: inline-block;
	cursor: pointer;
	margin: 0px;
	padding: 8px 15px;
	font-size: 13px;
	color: #c7c7c7;
	font-weight: 600;
}
.widget ul.tabarea li.active, .widget ul.tabarea li:hover {
	position: relative;
	top: 1px;
	color: #0e5161;
	border-bottom: 1px solid #0e5161;
	text-decoration: none;
}

/* ガイドボックス */

.msd_guide_box {
    margin-top: 20px;
}
.msd_guide_box .tl_area {
    padding: 12px 0px;
    background: #333;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.msd_guide_box .tl_area h3 {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
.msd_guide_box .tl_area p.txt {
    color: #fff;
}

.msd_guide_box.widget ul {
    border-bottom: 1px dotted #ddd;
    border-bottom: 0px;
}
.msd_guide_box .msd_guide_list .tl {
    margin-bottom: 5px;
    border-bottom: 0;
}
.msd_guide_box .msd_guide_list .sub {
    margin-bottom: 3px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.msd_guide_box .msd_guide_list .sub a {
	position: relative;
	color: #333;
}
.msd_guide_box .msd_guide_list .sub a:before {
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 10px;
    content: "";
    height: 1px;
    width: 8px;
    background: #333;
}

/* SNSシェアボタン
-------------------------------------------------*/

.sns-button {
    margin: 20px auto;
}
.sns-button ul li {
  width: calc(100% / 4);
  height: 36px;
  padding: 0 1px;
  text-align: center;
}
.sns-button ul li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.sns-button li.facebook a {
  background: #3B5998;
}
.sns-button li.twitter a {
  background: #55acee;
}
.sns-button li.hatebu a {
  background: #00A4DE;
}
.sns-button li.pocket a {
  background: #E63F4F;
}
.sns-button li.line a {
  background: #00c300;
}
.sns-button svg {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sns-button svg .fill {
  fill: #ffffff;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.sns-button ul li:after,
.sns-button ul li:before {
  background: none;
  border-radius: 0;
}


/* 文中の関連記事
-------------------------------------------------------------- */

.blog #main section.relate_dtl_area {
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #ddd;
}
#main section.relate_dtl_area h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.relate_dtl_area li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.relate_dtl_area li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.relate_dtl_area li a {
	color: #333;
}
.relate_dtl_area li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
    font-weight: 900;
    color: #295B6D;
    padding-right: 5px;
}

/* sellerリンク
-------------------------------------------------------------- */
.mt_sl_banner {
	margin-bottom: 60px;
}
.mt_sl_banner a:hover {
	opacity: 0.8;
}

/* 投稿者情報
-------------------------------------------------------------- */
#padSection {
    margin: 30px 0px 0px;
    border-top: 1px dotted #ddd;
    padding: 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
#avatar {
    width: 100px;
    float: left;
}
#profileTxtSet {
    margin-bottom: 10px;
}
#profileTxtSet dd {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:0px;
}


/* 最下部固定ボタン
-------------------------------------------------------------- */

/* PC用 */

#footer {
    margin-bottom: 0px !important;
}

#fixed_footer {
	height: 76px;
}
#fixed_footer_in2 {
    height: 76px;
}
#fixed_footer_in2 a {
	display: block;
    height: 76px;
    line-height: 76px;
	color: #fff;
	font-size:18px;
	font-weight: 600;
    text-align: center;
	text-decoration: none;
	background-color: #076381;
}
#fixed_footer_in2 a:hover {
    background-color: #09344e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* MB用 */

#bottomGoods {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1F7DB1;
    background: rgba(13, 95, 157, 0.8);
    text-align: left;
    z-index: 999;
}

#bottomGoods .box {
    padding: 20px 0px;
    text-align: center;
}
#bottomGoods .box .button_y {
	width: 90%;
}

/* 特集記事
-------------------------------------------------------------- */
.result_box {
    border: none;
    padding: 0px;
    margin-bottom: 20px;
}
.blog .blog_area .result_box .l_sub_title {
    border-top: 0px;
    padding-top: 0px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 20px;
}

/* 出展者情報 */
.result_box dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 5px;
}
.result_box dl:last-child {
	margin-bottom: 0px;
}
.result_box dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 72px;
    background-color: #ececec;
    font-size: 12px;
    color: #666666;
    padding: 4px 6px;
}
.result_box dd {
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
}
.result_box .l_sub_title {
    border-top: 1px dotted #c5c5c5;
    padding-top: 10px;
    margin: 2px 0px 8px;
}

.result_box .lt_ppc2 {
    margin-left: 12px;
    background: #d9e8d8;
    border-radius: 3px;
    padding: 6px 8px;
    color: #23652b;
}
.result_box .lt_ppc2 a {
    color: #23652b;
}
.result_box .lt_ppc2 a:hover {
	text-decoration: none;
}
/* 特集記事の一覧 */
.blog_list2 li {
    margin-bottom: 15px;
}
.blog_list2 li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    color: #333;
}
.blog_list2 li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.blog_list2 .overflow {
	padding: 15px 15px 15px 0px;
}
.blog_list2 h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 10px;
}
.blog_list2 p {
    font-size: 12px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}
.entry_utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.cat_link {
	display: inline-block;
	padding: 2px 6px;
	line-height: 18px;
	color: #fff;
	border-radius: 3px;
	background-color: #959595;
}
.entry_date {
	display: inline-block;
	margin-right: 12px;
}


/* 監修者情報
-------------------------------------------------------------- */

.supervise {
    margin: 20px 0px 30px;
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.supervise .fl_l {
    max-width: 150px;
    text-align: center;
}
.supervise img {
	/*
    width: 120px;
    height: 120px;
    */
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.supervise.top img {
    width: 90px;
    height: 90px;
}
.supervise .txt {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
.supervise .icon {
    display: inline-block;
    color: #fff;
    background-color: #333;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.supervise .tl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.supervise .tl_sub {
    font-size: 14px;
    font-weight: 600;
}
.supervise .url {
    margin-top: 5px;
}
.supervise .tl a {
    color: #333;
    text-decoration: underline;
}
.supervise .tl a:hover {
    text-decoration: none;
}
.blog .blog_area .supervise p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.supervise .spv_ex_link {
    margin-top: 5px;
    text-align: right;
}
.supervise .spv_ex_link a {
    position: relative;
    display: inline-block;
    padding-left: 14px;
}
.supervise .spv_ex_link a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2572a0;
    border-right: 1px solid #2572a0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 比較ビズ編集部の執筆者 */
.supervise.top .flex_in {
    align-items: center;
}
.supervise .img2 {
    width: 70px;
}
.supervise.top .st {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 5px;
    color: #747474;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #999;
}
.supervise .txt2 {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
}
/* モーダルウィンドウ
-------------------------------------------------------------- */

#modal-info-banner {
	display: none;
	margin-left: 0 !important;
}
#modal-info-banner .img {
    position: relative;
    z-index: 1;
	background: url("/common/img/city_popup_banner.png") no-repeat;
    width: 710px;
    height: 300px;
}

#modal-info-banner .subject_img {
    position: relative;
    z-index: 1;
	background: url("/common/img/subject_blog_popup_banner.jpg") no-repeat;
    width: 710px;
    height: 340px;
}

#modal-info-banner .s_txt {
    margin-top: 15px;
	text-align: center;
}
#modal-info-banner .s_txt a {
	color: #fff;
	font-weight: 600;
    font-size: 16px;
}
a.modal_close2 {
    display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    text-align: right;
}

#modal-info-banner {
    background: #fff;
}
#modal-info-banner.subject_version {
    background: #f6f5f0!important;
}

#modal-info-banner .cta_section {
    position: relative;
    z-index: 0;
    margin-top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 96px;
    text-align: center;
    background-color: #347aa8;
}


#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 .seller_btn a {
    padding: 15px 15px;
    background-color: #ececec;
    font-size: 13px;
    border-radius: 12px;
    font-weight: 700;
    color: #382000;
    transition: .8s;
}
#modal-info-banner .cta_section .seller_btn a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
#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: #fff !important;
    font-size: 14px;
    text-shadow: none;
    background-color: #9d8210;
    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;
}

#modal-info-banner a.modal_close2 {
    position: relative;
    top: -28px;
    font-size: 16px;
}


/* 右下CTA
-------------------------------------------------------------- */

#right_bottom_cta {
    position: fixed;
    display: none;
    width: 280px;
    z-index: 99999;
	right: 20px;
    bottom: 20px;
}
#right_bottom_cta_in {
    padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}
#right_bottom_cta_in .rbca {
	text-align: center;
}

#right_bottom_cta_in .rbca img {
	width: 100%;
}

#right_bottom_cta_in .rbca .box {
	padding: 10px 15px;
}

#right_bottom_cta_in .rbca .text {
	font-size: 17px;
	font-weight: 600;
}

#right_bottom_cta_in .rbca .text2 {
	font-size: 12px;
	color: rgb(112, 112, 112);
	font-weight: normal;
	padding: 10px 0;
}

#right_bottom_cta_in .rbca a {
	display: block;
	background-color: rgb(245, 132, 46);
	font-size: 16px;
	color: #fff;
	padding: 8px 15px;
	text-shadow: 1px 1px 3px #a55708;
	border: none;
    border-radius: 40px;
}

#right_bottom_cta_in .rbca a:hover {
    background-image: -webkit-linear-gradient(-45deg, #ffb100 0%, #f55e31 100%);
    background-image: linear-gradient(-45deg, #ffb100 0%, #f55e31 100%);
    text-decoration: none;
}

#right_bottom_cta_in .close_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
	background-color: #666;
	border-radius: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10002;
	display:table-cell;
	text-align:center;
}
#right_bottom_cta_in .rbca .close_btn img {
	width: 50%;
	vertical-align:middle;
}


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

.b_cta_txt_pt {
	margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px;
    background: var(--navy);
    color: #fff;
    font-weight: 600;
}

.b_cta_txt_pt p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.b_cta_txt_pt .tl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px dotted #fff;
}

.b_cta_txt_pt ul.cta_txt_list {
    margin: 12px 0px 12px;
    padding-left: 20px;
}
.b_cta_txt_pt ul.cta_txt_list li {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	list-style: disc;
}
.b_cta_txt_pt .btn {
	margin: 15px auto 0;
	text-align: center;
}
.b_cta_txt_pt .button_y {
    min-width: 80%;
    font-size: 14px;
}
.b_cta_txt_pt p.last_list {
    margin-top: 10px;
    text-align: center;
}
.b_cta_txt_pt p.last_list a {
    color: #fff;
    text-decoration: underline;
}

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

.lead_txt .tl {
    position: relative;
    bottom: 0;
    width: 40%;
    min-width: 250px;
    margin: 0 auto -22px;
    padding: 10px 10px;
    background: #407eb1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
}

.lead_txt .tl:before {
	left: 47%;
	position: absolute;
	content: "";
	bottom: -.5em;
	border-top: 10px solid #3d97b9;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top-color: #407eb1;
}
/* ボックス */
.lead_txt .box {
	margin-bottom: 30px;
	padding: 25px 20px 15px;
	border: 8px solid #eee;
    box-shadow: none;
}
.lead_txt .box ul li {
	margin: 3px 0px;
	font-size: 15px;
	list-style-type: none;
	font-weight: 600;
	margin-left: 20px;
	text-indent: -20px;
	line-height: 1.5;
}

.lead_txt ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	color: #407eb1;
	margin-right: 10px;
	font-size: 1.2rem;
}


/*注意書き*/
.blog .blog_area .cautionbox{
	margin-bottom: 20px;
    padding: 20px;
	background-color: #ffebee;
}

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

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

/*結論*/

.blog .blog_area .result {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.blog .blog_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;
}
.blog .blog_area .result p {
	margin-bottom: 0;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
}

/*メリット*/


.blog .blog_area .box_merit {
    display: block;
    position: relative;
    margin: 1rem 0;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
    background: #fff9eb;
}
.blog .blog_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%);
}

.blog .blog_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;
}

.blog .blog_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;
}

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

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

.blog .blog_area .box_merit ul {
	margin: 0px;
    padding-top: 1.5rem;
    padding-left: 25px;
}
.blog .blog_area .box_merit li {
    margin-bottom: 8px;
    font-weight: 600;
}
.blog .blog_area .box_merit li:last-child {
    margin-bottom: 0px;
}

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

.blog .blog_area .box_merit ol li:before {
	position: absolute;
	top: 2px;
	left: 0;
	counter-increment: num;
	content: counter(num);
	display:inline-block;
	background: #555;
	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;
}

/* 紹介企業のボタン整理
-------------------------------------------------------------- */

.con_btn_area .estate_submit_btn {
    display: inline-block;
    min-width: 300px;
    padding: 14px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #000 !important;
    background-color: #fbcc3c;
    border-radius: 4px;
    cursor: pointer;
}
.con_btn_area .estate_submit_btn:hover {
    background: #003f63;
    color: #fff !important;
    text-decoration: none;
    transition: 0.5s;
}



/* [shokai_re_20231117] MORII EDIT 20231117 class追加 */
.con_btn_area a {
    display: inline-block;
    vertical-align: middle;
}

.con_btn_area a.button_y_img {
    transition: .7s;
}
.con_btn_area a.button_y_img:hover {
    opacity: 0.7;
    text-decoration: none;
}
/* [shokai_re_20231117] MORII EDIT 20231117 positionとtopを追加 */
.con_btn_area .button_n {
    position: relative;
    top: 12px;
    margin-right: 10px;
    min-width: 140px;
    border: none;
    background: #efefef !important;
    color: #555 !important;
}


/* 2021/12/17 17:48 非表示
.con_btn_area .estate_submit_btn {
    display: none;
}
*/


/* 記事中シミュレータボタン
-------------------------------------------------------------- */

.simulator_btn {
	position: relative;
    display: block;
    width: 80%;
	min-width: 300px;
	margin: 0 auto;
	z-index: 2;
	color: #fff!important;
    border-radius: 55px;
	box-shadow: 0 2px 4px #80272D;
    background-color: #EF584E;
    font-size: 20px;
    font-weight: 600;
	padding: 20px 0;
	text-align: center;

}

.simulator_btn:hover {
    background-color: #a93535;
    text-decoration: none;
}

.simulator_btn span {
	position: absolute;
	left: 20px;
	background-color: #FFE922;
    border-radius: 55px;
    color: #EF584E;
    padding: 2px 8px;
}

/*
[bannar_test]OKAMOTO EDIT 20221011
*/
.center_bannaer_area {
	margin-top: 40px;
	text-align: center;
}
.center_bannaer_area .center_bannaer_test {
    display: block;
    background: url(/common/img/center_banner.png) no-repeat;
    width: 710px;
    height: 396px;
}


@media screen and (max-width: 480px) {


	body {
		margin: 0px !important;
		-webkit-text-size-adjust: 100%;
	}

	#mode_cation .inner {
		width: 100%;
	}
	.pc {
	    display: none !important;
	}

	.mb {
	    display: block !important;
	}
	.blog_archive #main,
	.blog #main {
	    width: 100%;
	    margin-right: 0;
	    padding: 0px;
	    box-shadow: none;
	}
	
	.blog #main p.lead_txt,
	.blog #main .lead_txt p,
	.blog .blog_area p {
		font-size: 14px;
		line-height: 1.8;
	}
	#main .info_head p {
		margin-top: 20px;
		text-align: center;
	}
	.lead_tl {
		font-size: 14px;
		padding: 0px 12px;
		margin-bottom: 0px;
	}
	.blog .detail_btn_area .button_y {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}

	.info_mokuzi {
	    cursor: pointer;
	}
	#main .info_mokuzi .tl {
	    cursor: pointer;
	    font-size: 14px;
	}
	#main .info_mokuzi .tl.toggle_tl:after {
	    right: 18px;
	    top: 40%;
	    width: 8px;
	    height: 8px;
	    border-top: solid 2px #158AAD;
	    border-right: solid 2px #158AAD;
	}
	#main .info_mokuzi .tl.toggle_tl.open:after {
	    top: 45%;
	}
	#main .info_mokuzi ol > li a {
	    font-size: 14px;
	}
	#main .info_mokuzi ol > li > ol {
    	padding: 15px 0px 15px 10px;
	}
	#main .info_mokuzi ol > li > ol > li {
	    margin-bottom: 10px;
	}
	#main .info_mokuzi ol > li > ol > li a {
	    font-size: 12px;
	}
	.contents_box {
		width:100%;
		height: auto;
		border-radius: 0px;
		margin-bottom: 15px;
	}
	.contents_box .caption {
	    z-index: -99;
	}
	.img_report {
	    width: 100%;
	    height: 200px;
	}
	h2.img_comment_list {
		width: 100%;
	    line-height: 18px;
	    padding-top: 2px;
	    margin-bottom: 5px;
	}
	.img_comment_list_mini {
	    width: 100%;
	    line-height: 14px;
	}
	.sub_data span.sub_category {
			margin-top: 5px;
	}
	#facebookpage {
		border-radius: 3px;
	}
	#facebookpage .facebookpage_area {
		height: auto;
	    padding: 20px 0px;
	}
	.fb_txt {
		width: 100%;
		float: none;
		margin: 0px;
		padding: 0px 20px;
	}
	.blog .blog_area ul.check_list li {
		padding-left: 20px;
	    font-size: 14px;
	}
	.blog .blog_area ul.check_list li:before {
	    left: 0px;
	}
	.con_tl {
		font-size: 15px;
	}
	#main section.blog_head h1.base {
	    font-size: 18px;
	    line-height: 26px;
	}
	.main_category {
	    font-size: 11px;
	}
	#main .blog_area h2 {
	    font-size: 20px;
    	line-height: 30px;
	}
	#main .blog_area h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.blog_list2 h2,
	.list_blog li h2 {
		text-align: left;
	}
	.blog_area iframe {
	    width: 100%;
	    height: auto;
	}

	#bottomGoods {
	    display: block;
	}
	#fixed_footer {
	    display: none !important;
	}

	/* 実績／事例 */

	.archive_img_list .thum,
	.archive_img_list:after {
	    width: 31%;
	}


	/* アイキャッチ
	-------------------------------------------------------------- */
	.eyecatch_blog {
		margin-bottom: 10px;
	}
	.eyecatch_blog .inner {
		padding: 20px;
	}
	.eyecatch_blog li {
	    width: 100%;
	}

	/* カテゴリのリード（見積書解説）
	-------------------------------------------------------------- */

	.mt_cate_area {
	    background: url(/matome/common/img/mitsumori_category_lead.jpg) top center no-repeat;
	    background-size: cover;
	}
	.mt_cate_area ,
	.mt_cate_area .txt {
		height: 150px;
		padding-bottom: 0px;
	}

	.mt_cate_area .txt h1 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.blog.detail .mt_cate_area .txt h1 {
	    margin-bottom: 0px;
	    font-size: 18px;
	    padding: 12px;
	}
	.mt_cate_area .txt p {
		display: none;
	}

	/* まとめのバナーエリア */

	#main .blog_area .mt_ad_area h2 {
	    font-size: 15px;
	    line-height: 26px;
	}
	.blog .blog_area ul.mt_three_list {
		padding: 0px;
		background: #fff;
		margin-bottom: 15px;
	}
	#main .blog_area .mt_ad_area .mt_three_list li img {
		width: 42px;
		height: 42px;
	}
	#main .blog_area .mt_ad_area .mt_three_list li h3 {
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		padding: 10px 0px 0px 10px;
	}
	.blog .blog_area .mt_ad_area p.lead {
		font-size: 16px;
	}
	.blog .blog_area .mt_ad_area .ad_tel_img {
		display: block;
		margin-right: 0px;
		margin: 0px auto 20px;
		width: auto !important;
	}

	/* 特集記事
	-------------------------------------------------------------- */

	#main .result_box .fl_l {
	    float: none !important;
	    margin-bottom: 15px;
	}
	#main .result_box img {
	    display: block;
	    width: 150px;
	    text-align: center;
	    margin: 0 auto;
	    height: auto;
	}
	#main .result_box .sv_saiten {
	    display: none;
	}
	.result_box .lt_ppc2 {
		margin-top: 6px;
		margin-left: 0px;
	}

	.blog_list2 li .fl_l {
		float: none !important;
	    margin-right: 0px !important;
	}
	.blog_list2 .overflow {
	    padding: 15px;
	}

	/*見積書を載せる系 */

	.mitsumori_list .mitsu_img,
	.mitsumori_list .mitsu_txt {
		display: block;
	}
	.mitsumori_list .mitsu_img {
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.mitsumori_list .mitsu_img img {
		width: 100%;
		height: auto;
	}
	.mitsumori_list .mitsu_txt {
		text-align: center;
	}


	/* 市区町村
	------------------------------------------------------*/
	.city_page .b_cate2 .l_img_cate {
		display: none;
	}
	.city_page .b_cate2 .inner {
		padding: 0px 15px;
	}
	.city_page .b_cate2 .l_txt_cate h1,
	.city_page p.cate_description {
		width: 100%;
	}
	.city_page .b_cate2 .l_txt_cate h1 {
		font-size: 30px;
		line-height: 42px;
	}

	/* 監修者情報
	-------------------------------------------------------------- */
	#main .supervise.top img {
	    width: 80px;.
	}
	.supervise.top .wrap {
	    padding-top: 15px;
	}
	.supervise.top .fl_l.m_r_30 {
		margin-right: 10px !important;
	}
	.blog_area .supervise .fl_l.m_r_30 {
	    float: none !important;
	    max-width: 100%;
	    margin: 10px auto 10px !important;
	}
	.supervise {
		position: relative;
	}
	.supervise .txt {
	    margin-top: 10px;
	}
	.supervise .tl {
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	#main .supervise img {
	    width: 120px;
	    height: auto;
	}
	#main .blog_area .supervise .overflow {
		text-align: center;
	}
	.supervise .icon {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    border-radius: 0px;
	}
	.blog .blog_area .supervise p {
	    font-size: 12px;
	    line-height: 22px;
	}
	
	.supervise .comment {
	    font-size: 11px;
	}
	
	.blog_card a {
	    padding: 10px;

	}
	.blog_card_title {
		padding: 0px;
	    font-size: 14px;
	    line-height: 24px;
	}

	.conclusion {
	    padding: 10px 15px;
	}
	.blog .blog_area .conclusion p {
	    font-size: 13px;
	}

	/* テーブルスクロール
	-------------------------------------------------------------- */

	.scroll-table {
	    overflow: scroll;
	    white-space: nowrap;
	}
	.blog_area .scroll-table table {
		table-layout: auto;
	}
	.blog_area .scroll-table table th,
	.blog_area .scroll-table table td {
		width: auto;
	    word-wrap: inherit;
	}
	/* 最初のthを固定化 2023.11.30 */
	.scroll-table table thead th:first-child,
	.scroll-table table tbody th {
	    position: sticky;
	    top: 0;
	    left: 0;
	}
	.blog_area .scroll-table table td {
	    padding: 10px;
	}

	/* モーダルウィンドウ
	-------------------------------------------------------------- */

	#modal-info-banner {
		width: 95%;
		height: auto;
	    margin-top: -50px;
	}
	a.modal_close2 {
	    margin-bottom: 10px;
	}
	#modal-info-banner .img {
		background: url("/common/img/matome_btm_banner_sp.png") no-repeat center center;
	    width: 100%;
	    height: 220px;
	    background-size: contain;
	}


	/* 紹介企業のボタン整理
	-------------------------------------------------------------- */

	.con_btn_area .estate_submit_btn,
	.con_btn_area .button_y {
	    width: 146px;
	    min-width: 146px;
	    padding: 14px 2px;
	}
	
	/* [shokai_re_20231117] MORII EDIT 20231117 */
	
	/*
	.con_btn_area .button_n {
	    min-width: 100px;
	    margin-right: 6px;
	}
	*/
	.con_btn_area .button_n {
	    top: 9px;
	    min-width: 82px;
	    margin-right: 6px;
	    padding: 12px 0px;
	    font-size: 11px;
	}
	.con_btn_area .button_y_img {
	    width: 220px;
	}
	
	
	/* シミュレータ
	-------------------------------------------------------------- */

	.simulator_btn {
		font-size: 16px;
	}
	
	/* その他
	-------------------------------------------------------------- */

	.inter_btn_a .button_y {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	/*
	[bannar_test]OKAMOTO EDIT 20221011
	*/
	.center_bannaer_area {
		width: 90%;
    	margin: 40px auto 0px;
	}
	.center_bannaer_area .center_bannaer_test {
   		background: url(/common/img/center_banner_sp.png) no-repeat;
        width: 100%;
	    height: auto;
	    padding-top: 85%;
    	background-size: contain;
	}

	/* 文章CTA */
	.b_cta_txt_pt {
    	margin-bottom: 40px;
    	padding: 20px 15px;
    }
	.b_cta_txt_pt .tl {
    	font-size: 16px;
    }
    .b_cta_txt_pt ul.cta_txt_list {
    	margin: 9px 0px 9px;
    }
    .b_cta_txt_pt ul.cta_txt_list li {
    	line-height: 1.4;
    }
	.b_cta_txt_pt p {
		font-size: 13px;
    	font-weight: 400;
	}
	
	
}


/* [shokai_re_20231117] MORII EDIT 20231117 */
	
@media screen and ( max-width:354px ) {
	.con_btn_area .button_n {
    	top: 7px;
    }
	.con_btn_area .button_y_img {
	    width: 180px;
	}
}