.intro {
	padding: 20px 5px;
	border: solid 1px #ddd;
	border-radius: 10px;
}
.pageContent dl {
	margin-top: 25px;
	border-top: 1px #999 dotted;
}
.pageContent dl dt {
	background: url(../images/icon/common_icon05.png) no-repeat left 18px;
	padding-left: 20px;
	padding-top: 3px;
	float: left;
	width: 70%;
	line-height: 35px;
	/* border-bottom: 1px #8e8e8e dotted; */
}
.pageContent dl dd {
	color: #0060b0;
	font-weight: bold;
	float: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 35px;
	/* border-bottom: 1px #999 dotted; */
	text-align: left;
	clear: both;
	display: inline-flex;
}

.pagerDetail {
	margin-top: 20px;
}
.pagerDetail .left {
	background: url(../images/icon/ico_left.png) left center no-repeat;
	padding: 0 0 5px 20px;
	float: left;
}
.pagerDetail .right {
	background: url(../images/icon/ico_right.png) right center no-repeat;
	padding: 0 20px 0 0;
	float: right;
}

/**/
#wp_page_numbers {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	text-align: center;
}
#wp_page_numbers ul li {
	display: inline-block;
	margin: 5px 5px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
	display: inline-block;
	background-color: #fff;
	color: #262626;
	padding: 12px 20px;
	border: 1px solid #ccc;
}
#wp_page_numbers ul li.active_page a {
	background-color: #1398d4;
	color: #fff;
}
.pageTitle {
	margin: 20px 0 0px 0;
	padding: 0px 0 10px 0;
	display: block;
	background: url(../images/icon/common_h_line.png) left bottom;
	width: 100%;
	font-size: 18px;
	text-align: left;
	background-repeat: no-repeat;
	color: #000;
}
.container .intro {
	text-align: left;
	padding: 10px 10px;
	color: #000;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.cf {
	zoom: 1;
	display: block;
}
.cf:before,
.cf:after {
	content: "";
	display: block;
	clear: both;
}
a:hover {
	text-decoration: none;
}
.pager {
	/* margin: 30px 0 30px; */
}

#wp_page_numbers {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	text-align: center;
}
#wp_page_numbers ul li {
	display: inline-block;
	margin: 5px 5px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
	display: inline-block;
	background-color: #fff;
	color: #262626;
	padding: 12px 20px;
	border: 1px solid #ccc;
}
#wp_page_numbers ul li.active_page a {
	background-color: #27a5e0;
	color: #fff;
}
.list {
	padding-top: 20px;
}

.box-1 {
	margin-bottom: 15px;
	text-align: left;
	overflow: hidden;
}

.cf h4 a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.more {
	border-bottom: 1px dashed #ccc;
	float: right;
	width: 100%;
}
.more a {
	float: right;
}

.list .box-1 .more a {
	padding-left: 16px;
	background: url(../images/icon/common_icon10.png) no-repeat 0 50% !important;
}
.date {
	color: #f18500;
	font-weight: bold;
}
.pagerDetail .left {
	/* float: left */
}

.pagerDetail .right {
	/* float: right */
	text-align: right;
}

.pagerDetail .left a {
	background-image: url(../images/icon/prev.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.pagerDetail .right a {
	background-image: url(../images/icon/next.png);
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.pagerDetail {
	margin: 10px 0;
}

#wp_page_numbers .current {
	background-color: #27a5e0;
	color: #fff;
}

#wp_page_numbers .disabled {
	display: none;
}

.newsContent__ttl {
	text-align: left;
	font-weight: bold;
	margin-bottom: 14px;
	padding: 4px 0 4px 10px;
	font-size: 22px;
	position: relative;
	border-left: 6px solid #04a0e7;
}

.post p {
	font-size: 16px;
	line-height: 26px;
	word-wrap: break-word;
	margin: 0 0 18px;
}

.pageContent .mokuji {
	padding: 10px 10px 10px 20px;
	margin: 20px 0 30px;
	width: 100%;
	background: #e6f7ff;
	border: 2px solid #0099ff;
}
.pageContent .mokuji p {
	position: relative;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: 1em;
	margin-bottom: 0;
	font-weight: bold;
	color: #0099ff;
	text-align: center;
	padding-bottom: 7px;
	padding-left: 30px;
}
.pageContent .mokuji p:before {
	content: "";
	position: absolute;
	background: url(/antena/resource/sp/img/news_dt/news_icon_title.png) no-repeat;
	background-size: 26px 32px;
	top: 5px;
	left: 26%;
	height: 32px;
	width: 26px;
}

.pageContent .mokuji ul {
	margin: 0;
}

.mokuji ul li {
	position: relative;
	padding: 0 0 0.6rem 0;
}
.mokuji ul li:last-child {
	border-bottom: none;
}
.mokuji ul li::before {
	content: "▼" !important;
	margin-right: 4px;
	color: #0099ff;
}
.mokuji ul li a {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #333;
}

.pageContent .post h2 {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0 10px 34px;
	font-size: 22px;
	position: relative;
	border-bottom: 4px solid #0099ff;
	background: url(/antena/resource/sp/img/news_dt/news_icon_title.png) 0 10%
		no-repeat;
	background-size: 26px 32px;
	line-height: 1.4em;
}

.pageContent h3 {
	margin: 20px 0 10px;
	padding: 10px 0 10px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 8px solid #0099ff;
	background-color: #dcf2ff;
	color: #000;
}

.pageContent h4 {
	border: 2px solid #0099ff;
	color: #0099ff;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 6px 8px;
	font-weight: bold;
	line-height: 1.4;
}
.pageContent mark {
	background: linear-gradient(transparent 40%, #fbfab7 40%);
	color: inherit;
}

.pageContent ul {
	margin: 0 10px;
}
.pageContent ul li {
	font-size: 16px;
	margin-bottom: 4px;
}
.pageContent ul li::before {
	content: "■";
	margin-right: 4px;
	color: #0099ff;
}
.pageContent li {
	list-style: none;
}
.pageContent ol {
	margin: 0;
	counter-reset: listCount;
}
.pageContent ol li {
	font-size: 16px;
	margin-bottom: 4px;
	position: relative;
	padding-left: 2em;
}
.pageContent ol li:before {
	content: counter(listCount) ".";
	counter-increment: listCount;
	color: #0099ff;
	font-weight: bold;
	margin-right: 4px;
	position: absolute;
	left: 0;
	width: 2em;
	text-align: center;
}

.mb00 {
	margin-bottom: 0 !important;
}
.contentsNewsMainImg {
	display: block !important;
	position: relative;
	margin: 0 -10px 20px;
}
.contentsNews.sp_cv {
	background-image: url(../images/common/cv_bg_news.png);
	margin-top: -10px;
	padding-top: 60vw;
}
.contentsNews.sp_cv .btn {
	width: 93%;
	bottom: 1vw;
}
.contentsNewsMainImg .area_box {
	position: absolute;
	top: 4vw;
	left: 3vw;
	padding: 1% 2%;
	background-color: #fff;
	color: #585858;
	font-size: 5vw;
	font-weight: bold;
}
.contentsNewsMainImg .area_box span {
	color: #28a7e1;
}

.bread {
	width: 100%;
	overflow: scroll;
	white-space: nowrap;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
}
.bread a {
	color: #007aab;
}
.articleCV__policy {
	font-size: 10px;
	display: block;
	text-align: right;
}
.cvPolicy {
	margin-right: 10px;
}
.cvPolicy:before {
	content: "▶";
	color: #0099ff;
	margin-right: 4px;
}
.articleCV {
	background-color: #ff7f20;
	border-radius: 5px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
}

.articleCV .articleCV__topNote {
	width: 100%;
	padding: 0 14px;
	color: #fff;
	font-size: 3.4vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	display: block;
}

.articleCV .articleCV__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.articleCV .articleCV__content__free {
	background-color: #f70504;
	color: #fff;
	line-height: 1;
	padding: 4px;
	border-radius: 5px;
	font-size: 4vw;
	font-weight: bold;
}

.articleCV .articleCV__tel {
	color: #fbf200;
	font-size: 11vw;
	font-weight: bold;
	font-family: arial;
	line-height: 1;
	padding: 0 0.1em;
}

.articleCV .articleCV__content__icon {
	margin: 0 0 2px;
	width: 2em;
}

.pageContent strong {
	font-weight: bold;
}

.pageContent table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pageContent th,
.pageContent td {
	width: 33.333%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
.pageContent th,
.pageContent tr:first-child td {
	background-color: #f5f5f5;
	text-align: center;
}

.pageContent .readOther {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 2px solid #ccc;
	padding: 3vw;
	margin-bottom: 8vw;
	background: #fff;
}

.readOther__rightBox {
	margin-right: 2vw;
}
.pageContent .readOther__img {
	max-width: 35%;
	height: auto;
}

.pageContent .readOther__ttl {
	font-size: 4.8vw;
	font-weight: bold;
	background: url(/resource/sp/img/news_dt/news_icon_awaseteyomitai.png)
		no-repeat 0 3px;
	background-size: 10%;
	padding: 0 0 0.5vw 7vw;
	margin: 0;
}

.pageContent .readOther__txt {
	font-size: 4vw;
	text-decoration: underline;
	padding: 0;
	margin: 1vw 0 0;
	line-height: 1.6;
}
.pageContent .readOther__txt p {
	padding-bottom: 5px;
}
.articleCV__box + br,
.articleCV__cont + .articleCV__policy + br,
.readOther + br {
	display: none;
}
.pageContent .articleCV__cont {
	background: url("/resource/sp/img/news_dt/news_cv1_bg2.png") no-repeat
		center top;
	background-size: 100%;
	width: 100%;
	height: 57vw;
	position: relative;
	margin: 20px 0 0;
}
.pageContent .articleCV__cont + .articleCV__policy {
	margin-bottom: 20px;
}

.pageContent .articleCV__cont__textA {
	font-size: 6.4vw;
	line-height: 1.4em;
	letter-spacing: -1px;
	font-weight: 900;
	color: #0099ff;
	position: absolute;
	top: 7.6vw;
	left: 20vw;
	text-shadow: -2px -2px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff,
		-2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 2px 0 #fff,
		-2px -2px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff,
		-2px 1px 0 #fff, -2px 2px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff,
		-1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff,
		-1px 2px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -2px 0 #fff,
		0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff,
		0px 2px 0 #fff, 1px -2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff,
		1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 2px 0 #fff,
		2px -2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff,
		2px 1px 0 #fff, 2px 2px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff,
		2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff,
		2px 2px 0 #fff, 2px 2px 0 #fff;
}

.pageContent .articleCV__cont__textA span {
	color: #f00;
}

.pageContent .articleCV__cont__btn {
	width: 95%;
	position: absolute;
	left: 2.5vw;
	bottom: 0.6vw;
}

.pageContent .articleCV__cont__btn__txt {
    font-size: 4.5vw;
    font-weight: bold;
    color: #FEFF00;
    line-height: 4.5vw;
    text-align: center
}
.articleCV__contBtm {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.articleCV__contBtm__btn {
    position: absolute;
    width: 96%;
    left: 2.2vw;
    bottom: 9vw;
}
.telnumber-news {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}
.telnumber-news span {
    position: absolute;
    top: 7.4vw;
    left: 19.8vw;
	font-family: "Roboto", sans-serif;
    font-size: 10vw;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.2px;
	line-height: 1;
}
.articleCV__contBtm .articleCV__policy{
    padding: 0 10px;
}

/* CTAショートコード */

.articleCV__cont__btn__tel {
	position: absolue;
	top: 7.4vw;
	left: 19.8vw;
	font-family: "Roboto", sans-serif;
	font-size: 10vw;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2px;
	line-height: 1;
}

.articleCTA {
	position: relative;
	margin-bottom: 10px;
	background: #e6f6ff;
	padding: 0 0 10px;
}
.articleCTA__btn {
	/* position: absolute; */
	width: 96%;
	left: 2.2vw;
	bottom: 9vw;
}
.articleCTA__btn img {
	margin: 0 auto !important;
}
.telnumber-cta span {
	position: absolute;
    top: 114vw;
    left: 17vw;
	font-family: "Roboto", sans-serif;
	font-size: 10vw;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2px;
	line-height: 1;
}
.telnumber-cta {
    /* position: absolute; */
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}
.articleCTA .articleCTA__policy {
	padding: 0 10px;
}


/* 最新情報・レポート　おすすめ記事とアクセスランキング
*/
.popularpostsBox {
	clear: both;
	border-top: 5px solid #0099ff;
	border-right: 1px solid #0099ff;
	border-bottom: 1px solid #0099ff;
	border-left: 1px solid #0099ff;
	margin: 0 10px 40px;
}
.popularpostsBox__ttl {
	background: #dcf2ff;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	font-size: 5vw;
	font-weight: bold;
	line-height: 8vw;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
.popularpostsBox__ttl span {
	font-size: 23px;
	font-size: 2.3rem;
	font-size: 6.1vw;
	color: #0099ff;
}

.popularpostsBox__img {
	width: 31vw;
	margin-top: -6vw;
}

.sidebar_news {
	padding: 6vw 5vw 6vw;
	background: #fff;
}
.sidebar_news .sidebar_recommend {
	margin: 0;
}
.sidebar_news h3 {
	background: #0099ff;
	color: #fff;
	margin: 0;
	padding: 3px 0 5px;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	border-top: none;
}
.sidebar_news li {
	border-bottom: 1px solid #0099ff;
	color: #0099ff;
	padding: 5vw 0;
	font-size: 4vw;
	line-height: 5.5vw;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.sidebar_news li:before {
	content: none;
}
.sidebar_news li:last-child {
	border-bottom: 1px solid #0099ff;
}
.sidebar_news a {
	text-decoration: none;
	font-weight: bold;
}
.sidebar_news .thumbnail {
	object-fit: cover;
	border: none;
	display: flex;
	width: 21rem;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
}
.sidebar_news .wpp-thumbnail {
	/*max-width: 75px;*/
	/*height: 75px;*/
	/*object-fit: cover;*/
}
.sidebar_news .rightBox {
	width: 40rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1rem;
}
.sidebar_news .post-category a {
	display: inline-block;
	background: #dcf2ff;
	color: #0099ff;
	font-size: 4vw;
	font-weight: bold;
	padding: 2px 11px;
	margin-bottom: 5px;
}
.sidebar_news .post-title {
	display: block;
}
.sidebar_news .post-stats {
	text-align: right;
	display: block;
	font-size: 3.5vw;
	color: #333;
	margin-top: 0.5rem;
	margin-left: auto;
}
.sidebar_popularposts {
	background: #dcf2ff;
	margin: 0;
}
.basicBtn {
	border: 2px solid #0099ff;
	border-radius: 5px;
	padding: 0.8rem 0.8rem 0.7rem;
	color: #0099ff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	margin-top: 20px;
}
.basicBtn::after {
	content: "";
	border-left: 10px solid #0099ff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}
.basicBtn::before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
	background: url("/resource/sp/img/news_dt/news_ic_news.png") no-repeat
		center center;
	background-size: 80%;
}
.sidebar_popularposts .basicBtn::before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
	background: url("/resource/sp/img/news_dt/news_ic_news.png") no-repeat
		center center;
	background-size: 80%;
}

.pagerDetail {
	display: inline-block;
	width: 100%;
}
.pagerDetail .prev {
	border: 2px solid #0099ff;
	border-radius: 5px;
	position: relative;
	margin-bottom: 10px;
	width: 85%;
}
.pagerDetail .prev ::before {
	content: "";
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 42%;
	left: 1vw;
}
.pagerDetail .prev a {
	font-size: 3.6vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border-left: 15px solid #0099ff;
	line-height: 1.6;
	text-decoration: none;
	background: #fff;
}
.pagerDetail .prev img {
	height: 14vw;
	margin: 0 10px 0 0;
}
.pagerDetail .next {
	border: 2px solid #0099ff;
	border-radius: 5px;
	position: relative;
	width: 85%;
	float: right;
}
.pagerDetail .next ::before {
	content: "";
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	position: absolute;
	top: 42%;
	right: 1vw;
}
.pagerDetail .next a {
	font-size: 3.6vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border-right: 15px solid #0099ff;
	line-height: 1.6;
	text-decoration: none;
	background: #fff;
}
.pagerDetail .next img {
	height: 14vw;
	margin: 0 0 0 10px;
}
.colorBlue {
	color: #0099ff;
	font-weight: bold;
}

/* 固定ページ移動 */
.bold_blue {
	color: #0033ff;
	font-weight: bold;
}

.bold_red {
	color: #cb0101;
	font-weight: bold;
}

.border_bold_yellow {
	border-bottom: solid 3px #ffb300;
	font-weight: bold;
}

.bg_lightblue {
	background: #ebf8fe;
	padding: 30px 30px 17px;
	margin-bottom: 30px;
}

.box_yellow {
	font-size: 12px;
	border: 3px solid #ffb300;
	border-radius: 5px;
	padding: 30px 15px 10px;
	background: #ffffff;
	margin: 0 0 30px;
	overflow: hidden;
}

.box_yellow_title {
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: #ffb300;
	padding: 6px 10px;
	border-radius: 8px;
	color: #000000;
	margin: 30px 0 30px 10px;
}

.box_yellow img {
	margin-bottom: 10px;
	float: left;
	width: 40%;
	height: auto;
	border: 1px solid #ccc;
	margin: 20px;
}

.box_solid_pink {
	border: 5px solid #ffa1a1;
	padding: 10px;
	background: #ffffff;
	margin: 10px 0;
}

.border_bold {
	border: solid 3px #ccc;
	padding: 20px 15px;
	margin: 0 0 30px;
}

.img_left {
	float: left;
	margin: 0 20px 0 0;
}

.img_right {
	float: right;
	margin: 0 0 0 20px;
}

.antenna_table {
	border: 1px solid #000000;
	width: 100%;
	margin-bottom: 20px;
}
.antenna_table .th_head {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #faac58;
	padding: 3px;
	font-size: large;
	font-weight: bold;
}
.antenna_table td {
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000000;
	padding: 5px;
}
.antenna_table .td_head {
	background-color: #e1f2fc;
	padding: 3px;
	font-size: large;
	font-weight: bold;
	width: 20%;
}

.pageContent .newsContent h2 {
	margin-bottom: 20px;
}
.pageContent .newsContent .post img {
	margin-bottom: 20px;
}

.newsContent .post blockquote::before{
	content: url("/resource/img/ico_blockquote.svg");
	display: inline-block;
	position: absolute;
	top:8px;
	left:8px;
	width: 24px;
	height: 18.5px;
}

.newsContent .post blockquote{
	position: relative;
	border-left: 2px solid #bcc5c7;
	background: #fafafa;
	padding: 32px 15px 10px;
	margin:16px auto;
}

.newsContent .post blockquote p cite{
	display:block;
	text-align: right;
	margin-bottom: -16px;
}

/* 記事内ショートーコード2 */
.postCV {
	position: relative;
  }

  .postCV_contact {
	position: absolute;
	top: 73vw;
	padding: 0 15px;
  }

  .postCV_contact_tel {
	position: relative;
  }

  .postCV_contact_tel > img {
	margin-bottom: 8px;
  }
  .postCV_contact_num {
	font-family: 'Roboto', sans-serif;
    color: #FBE905;
    font-size: 9.5vw;
    padding: 0 3px;
  }

  .postCV_contact_num > span {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 100vw;
	font-family: "Roboto", sans-serif;
	font-size: 9.5vw;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.2px;
	line-height: 1;
  }

  .articleCV_post {
	background-color: #ff7f20;
    border-bottom-width: 6px;
    border-color: #d56f4a;
    border-radius: 5px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    margin: 16px 0 8px 0;
    padding: 12px 0;
    border: 0px solid;
  }

/* ブログカード */

.article_card {
	border: 1px solid #333333;
	padding: 25px 10px 15px;
	position: relative;
	margin: 30px 0;
}

#article_link {
	position: relative;
	text-decoration: none;
	color: #333333;
	display: flex;
	align-items: center;
}

.article_card_cont {
	margin-left: 15px;
	width: 80%;
	line-height: 1.3rem;
}

.article_card > img {
	position: absolute;
	top: -15px;
	width: 100px;
}

#article_link {
	display: block;
}

.article_card_cont_sp {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: center;
}

.article_card_thumbnail_sp {
	display: block;
	width: 12rem;
}

.article_card_thumbnail_sp > img {
	height: 100%;
	width: 100%;
	margin: 0 !important;
}

.article_card_article_sp {
	display: block;
	line-height: 1.2rem;
	font-size: 14px;
}

.title_sp {
	line-height: 1.5rem;
	margin-left: 10px;
	width: 9em;
	font-size: 1.2em;
	font-weight: bold;
	color: #224D8E;
}

/* 記事内ショートーコード3 */
.tvCV {
	position: relative;
}

.tvCV_contact {
	position: absolute;
	top: 83vw;
	width: 90vw;
    left: 50%;
    transform: translateX(-50%);
	letter-spacing: .07rem
}

.tvCV_contact_tel {
	position: relative;
}

.tvCV_contact_tel > img {
	margin-bottom: 8px;
}
.tvCV__content .articleCV_contact_num {
	font-family: "Roboto", sans-serif;
	color: #fbe905;
    font-size: 4.5vw;
    font-weight: bold;
}

.tvCV_contact_num > span {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 100vw;
	font-family: "Roboto", sans-serif;
	font-size: 9.5vw;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.2px;
	line-height: 1;
}

.tvCV_post {
	background-color: #ff7f20;
	border-bottom-width: 6px;
	border-color: #d56f4a;
	border-radius: 5px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	margin: 0 0 8px 0;
	border: 0px solid;
}

.tvCV__content {
	display: flex;
    justify-content: space-evenly;
	align-items: center;
}

.tvCV_post_line {
    background-color: #00BA01;
	border-color: #059706;
	padding: 6px 0;
	justify-content: center;
}

.articleCV_line {
	justify-content: center;
}

.articleCV_contact_line {
	color: white;
	font-weight: bold;
	font-size: 5vw;
    text-decoration: none;
}

.line_icon {
	width: 10vw;
}
