@charset "utf-8";
/*
Theme Name: YAZ
Theme URI: https://www.yaz.co.jp/
Description: YAZ専用のテーマです。
Author: 株式会社budori
*/



/* ==============================================================

フォントサイズ
10px = 72%     11px = 79%     12px = 86%     13px = 93%
14px = 100%    15px = 108%    16px = 115%　  17px = 122%
18px = 129%　  19px = 136%　  20px = 143%　  21px = 150%
22px = 158%    23px = 165%    24px = 172%    25px = 179%
26px = 186%

============================================================== */


/************  NEW　tec-blog　   *************/

a:hover {
	text-decoration: none;
}

/* main */
#tec-blog #breadcrumb {
	padding: 4px 0;
	background: #e8e5da;
	border-top: 2px solid #c6343f;
}

#tec-blog #site-description {
	float: left;
	color: #c6343f;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 79%;
	height: 30px;
	line-height: 30px;
	padding-left: 55px;
}

#tec-blog #globalHeader {
	background-color: #FFF;
	border-bottom: none;
}


#tec-blog #main-wrap {
	width: 1100px;
	margin: -60px auto;
}


#tec-blog #main {
	width: calc(100% - 360px);
	background-color: rgba(256, 256, 256, 0.5);
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	margin: 60px 0 60px 0;
}

#tec-blog #main .catch {
	background-color: #fff;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	position: relative;
}

#tec-blog #main img {
	width: 100%;
	height: 352px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);

}

#tec-blog #main .catch .red_line {
	width: 10px;
	height: 548px;
	background-color: rgba(233, 83, 87, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#tec-blog #main .catch .title {
	padding: 20px 30px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
}

#tec-blog #main .catch .tag_01 {
	position: relative;
	right: 0px;
	/* bottom: 20px; */
	top: -12px;
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px;
	color: white;
	font-size: 14px;
	padding: 5px;
	width: 120px;
	display: block;
	/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
	text-align: center;
}

#tec-blog #main .catch .new {
	position: relative;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	background-color: #cb5457;
	width: 63px;
	display: block;
	color: #fff;
	padding: 5px 10px;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

#tec-blog #main .catch .date {
	color: #666666;
	position: absolute;
	left: 100px;
	bottom: 22px;
	font-size: 16px;
}

#tec-blog #main .lead {
	padding: 60px 30px 20px;
}

#tec-blog .toc_white_box {
	width: 100%;
	margin: 0 auto 30px;
	background-color: rgba(256, 256, 256, 0.5);
	border-bottom: 2px solid #e5e4dd;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog .toc_white_box .side_title {
	border-bottom: none;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 10px;
	margin-bottom: 20px;
	color: #b01e29;
	position: relative;
}

#tec-blog .toc_white_box .side_title span {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #b01e29;
	margin-left: 10px;
}

#tec-blog .toc_white_box .side_title:after {
	content: "";
	border: #b01e29 1px solid;
	/* width: 50%; */
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 490px;
	margin: 0 -20px 0 0;
}

#tec-blog #toc ul li {
	position: relative;
	margin: 0 0 8px;
}

#tec-blog #toc ul li a {
	font-weight: 800;
	text-decoration: none;
	font-size: 18px;
	border-bottom: 2px solid #b01e29;
	padding-bottom: 3px;
}

#tec-blog #toc ul ul {
	margin: 12px 0 12px 12px;
}

#tec-blog #toc ul ul li {
	padding: 0 0 0 12px;
	margin: 0 0 8px;
	display: block !important;
}

#tec-blog #toc ul ul ul li {
	padding: 0;
}

#tec-blog #toc ul ul li:last-child {
	margin: 0;
}

#tec-blog #toc ul ul li a {
	font-weight: 600;
	color: #333;
	border-bottom: none;
	font-size: 16px;
}

#tec-blog #toc ul ul li a::before {
	content: "";
	border: #B01E28 2px solid;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

#tec-blog #toc ul ul ul li a {
	font-weight: 600;
	color: #666;
	border-bottom: none;
	font-size: 16px;
}

#tec-blog #toc ul ul ul li a::before {
	content: none;
}

#tec-blog #toc ul li br {
	display: none;
}

#tec-blog .column_sentence {
	padding: 0 30px;
	margin: 0 0 60px;
	overflow-wrap: break-word;
}

#tec-blog .column_sentence h2 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 4px solid #b01e29;
	padding-bottom: 3px;
	margin: 0 0 20px;

}

#tec-blog .column_sentence h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	left: 30px;
}

#tec-blog .column_sentence h3::after {
	content: "";
	border: #B01E28 2px solid;
	position: absolute;
	top: 8px;
	left: -20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

#tec-blog .column_sentence p {
	padding: 10px 10px 0;
}

#tec-blog .column_sentence h4 {
	font-size: 18px;
	position: relative;
	left: 20px;
}

#tec-blog .column_sentence img {
	/* margin: 15px; */
}

#tec-blog .column_sentence .alignright {
	margin-bottom: 30px;
	margin-left: 50px;
}

#tec-blog .column_sentence ul,
ol {
	margin-left: 30px;
}

#tec-blog #same_cate {
	width: calc(100% - 60px);
	margin: 0 auto 30px;
	background-color: rgba(256, 256, 256, 0.5);
	border-bottom: 2px solid #e5e4dd;
	padding: 30px 20px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
}

#tec-blog #same_cate .side_title {
	border-bottom: none;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 10px;
	margin-bottom: 20px;
	color: #b01e29;
	position: relative;
	text-align: left;
}

#tec-blog #same_cate .side_title::after {
	content: "";
	border: #b01e29 1px solid;
	width: 100%;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 390px;
	margin: 0 -20px 0 0;
}

#tec-blog #same_cate .ranking-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tec-blog #same_cate .ranking_box {
	position: relative;
	margin: 0 0 60px 0;
	width: 285px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	height: 285px;
}


#tec-blog #same_cate .ranking_box .title {
	background-color: #fff;
	color: #333;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	height: 130px;
	top: -6px;
	font-weight: 600;
	text-align: left;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #same_cate .ranking_box .title_name {
	overflow: hidden;
	height: 43px;
	position: relative;
	word-wrap: break-word;
}

#tec-blog #same_cate .ranking_box .title_name::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%
			/* 背景色 */
		);
	bottom: -6px;
	content: "…";
	padding-left: 1rem;
	position: absolute;
	right: 0px;
}

#tec-blog #same_cate .ranking_box .title_name::after {
	background: #fff;
	content: "";
	height: 90%;
	position: absolute;
	width: 100%;
}

#tec-blog #same_cate a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#tec-blog #same_cate img {
	width: 100%;
	object-fit: cover;
	height: 192px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #same_cate .ranking_box .date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
}


#tec-blog #same_cate .ranking_box .tag_01 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px;
	width: 120px;
	box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
	text-align: center;
	color: #fff;
}

#tec-blog #same_cate .btn-red {
	width: 300px;
	text-align: center;
	padding: 12px 60px 11px 40px;
}

#tec-blog #banner {
	text-align: center;
}

#tec-blog #banner img {
	width: 100%;
	/* margin: 0 auto; */
	height: auto;
	box-shadow: none;
	margin: 0 auto 30px;
	padding: 0 20px;
}


/* header */
#tec-blog #gNavi li a {
	/* color:rgba(0,0,0,0.5 ) */
	color: #7c7c7c;
}

#tec-blog #gNavi li a i {
	color: rgba(174, 169, 145, 0.8)
}

#tec-blog #contents {
	background-color: #f5f4ec;
}






/* 検索フォーム */

#tec_site-description {
	float: left;
	color: #b21825;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 79%;
	height: 30px;
	line-height: 30px;
	padding-left: 55px;
}

#tec-blog #side {
	float: right;
	width: 320px;
	margin-bottom: 55px;
}

#tec-blog #search-box {
	margin-bottom: 30px;
	position: relative;
}

#tec-blog #search-box input[type="text"] {
	border: 1px solid #989689;
	width: 100%;
	padding: 0 60px 0 20px;
	height: 54px;
	line-height: 54px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tec-blog #search-box input[type="submit"] {
	border: 1px solid #989689;
	background: #989689 url(../images/tec-blog/icon_search.png) no-repeat center center;
	width: 53px;
	height: 54px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;

	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#search-box input[type="submit"]:hover {
	background-color: #7c7a6c;
}


#tec-blog #suggest {
	position: absolute;
	top: 45px;
	left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #b3b1a2;
	width: 200px;
	z-index: 3000;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tec-blog #suggest div {
	border-bottom: 1px solid #b3b1a2;
	background: #fffbe3 url(../images/share/icon_tag2.png) no-repeat 13px center;
	padding: 8px 0 8px 35px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

#tec-blog #suggest div.select {
	/* キー上下で選択した場合のスタイル */
	background-color: #FFF;
}

#tec-blog #suggest div.over {
	/* マウスオーバ時のスタイル */
	background-color: #FFF;
}

#tec-blog #suggest div:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#tec-blog #suggest div:last-child {
	border: none;

	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*----------------------------------------------------
	#side（サイドバー）
----------------------------------------------------*/
#tec-blog #side {
	float: right;
	width: 320px;
	margin: 30px 0;
	/* height: 5000px; */
}

#tec-blog #side a:hover {
	opacity: 0.8;
}

#tec-blog #side .widget {
	background-color: rgba(256, 256, 256, 0.5);
	border-bottom: 2px solid #e5e4dd;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #side .widget p {
	line-height: 1.7;
	margin-bottom: 1em;
}

#tec-blog #side .side_title {
	border-bottom: none;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

#tec-blog #side .side_title span {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #b01e29;
	/* margin-bottom: 7px; */
	margin-left: 10px;
}

#tec-blog #side .index-menu {
	background-color: rgba(245, 244, 236, 0.5);
	font-size: 16px;
	padding: 10px 0;
}

#tec-blog #side .index-menu li {
	margin-bottom: 3px;
	border-bottom: 2px #e4e3dd solid;
}

#tec-blog #side .index-menu li a {
	/* background:url(../images/share/icon_arrow2.png) no-repeat left 0.45em; */
	display: block;
	padding: 10px 0 10px 20px;
	width: 200px;
	font-weight: 400;
}

#tec-blog #side .index-menu li label {
	display: block;
	padding: 10px 0 10px 20px;
	width: 200px;
	font-weight: 400;
}

#tec-blog #side .index-menu li.all {
	margin-bottom: 15px;
}

#tec-blog #side .index-menu li.all a {
	background: url(../images/share/icon_arrow1.png) no-repeat 15px center;
	background-color: #e4e3dd;
	display: block;
	font-size: 108%;
	font-weight: bold;
	padding: 13px 10px 12px 40px;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tec-blog #side .index-menu li.all a:hover {
	background-color: #d0cfc7;
}

#tec-blog #side .index-menu li ul {
	padding-left: 20px;
}

#tec-blog .btn-gold {
	border: none;
	background: url(../images/share/btn_arrow2.png) no-repeat right center;
	-moz-background-size: 47px 21px;
	background-size: 47px 21px;
	background-color: #8e8d7a;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 12px 85px 11px 55px;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

#tec-blog .btn-red {
	border: none;
	background: url(../images/share/btn_arrow2.png) no-repeat right center;
	-moz-background-size: 47px 21px;
	background-size: 47px 21px;
	background-color: #b01e29;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 12px 70px 11px 55px;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: 0 20px;
	width: calc(100% - 40px);
}

#tec-blog #side #information {
	background-color: rgba(256, 256, 256, 0.5);
	border-bottom: 2px solid #e5e4dd;
	padding: 0 0px 20px;
	margin-bottom: 30px;
	border: #b01e29 3px solid;
	text-align: center;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #side #information .huki {
	background-color: #b01e29;
	color: white;
	text-align: center;
	padding: 10px;
	position: relative;
	margin: 0 0 20px;
	font-size: 16px;
}

#tec-blog #side #information .huki:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #b01e29 transparent transparent transparent;
	border-width: 15px 15px 0 15px;
}

#tec-blog #side #information img {
	width: calc(100% - 40px);
	margin: 5px 0;
}

#tec-blog #side #information .title {
	color: #c32b54;
	font-size: 28px;
	margin: 20px;
	font-weight: 600;
}

#tec-blog #ranking-index {
	padding: 20px 0 0;
	background-color: rgba(256, 256, 256, 0.5);
	border-bottom: 2px solid #e5e4dd;
	margin-bottom: 90px;

	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #ranking-index h3 {
	margin: 0 0 0 20px;
}

#tec-blog #ranking-index .ranking_box {
	position: relative;
	margin: 0 0 30px;
}

#tec-blog #ranking-index .ranking_box:nth-child(3) {
	position: relative;
	margin: 0;
}

#tec-blog #ranking-index .ranking_box .number {
	font-weight: 600;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b01e29;
	padding: 4px 15px;
	color: white;
	width: 40px;
	height: 40px;
	font-family: "游明朝", YuMincho, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}

#tec-blog .sticky {
	position: sticky;
	top: 0;
}

#tec-blog .z_01 {
	position: relative;
	z-index: 1;
}

#tec-blog .z_02 {
	position: relative;
	z-index: 2;
}

#tec-blog .z_03 {
	position: relative;
	z-index: 3;
}

#tec-blog .z_04 {
	position: relative;
	z-index: 4;
}

#tec-blog .z_05 {
	position: relative;
	z-index: 5;
}

#tec-blog section {
	margin-bottom: 0;
}



#tec-blog .l-accordion .l-accordion-switch::after {
	content: url(../images/tec-blog/side_open.png );
	position: absolute;
	display: block;
	width: 20px;
}

#tec-blog .l-accordion .l-accordion-switch::after {
	top: 9px;
	right: -60px;
	padding: 0px 20px 10px 20px;
}


#tec-blog .l-accordion input:checked~.l-accordion-switch::after {
	content: url(../images/tec-blog/side_close.png );
	transition: 0.5s;
}

#tec-blog .l-accordion-inside li {
	margin: 0 0 0 10px;
}

#tec-blog .l-accordion-inside li:last-child {
	border-bottom: none !important;
}

#tec-blog .l-accordion-inside {
	max-height: 0;
	/* 初期状態で高さ0にする */
	overflow: hidden;
	/* はみ出た部分を完全に非表示 */
	transition: max-height 0.3s ease-in-out;
	/* スムーズな開閉 */
}

#tec-blog .l-accordion input[type="checkbox"] {
	display: none;
	/* チェックボックス自体は非表示 */
}

#tec-blog .l-accordion input[type="checkbox"]:checked+.l-accordion-switch+.l-accordion-inside {
	max-height: 500px;
	/* 開いたときに適切な高さに */
}



#tec-blog footer .careers {
	background-color: #e4e3dd;
	/* padding:40px 0 0; */
	text-align: center;
}

#tec-blog footer .careers img {
	margin: 40px auto;
	/* box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1); */

}


/* アーカイブ */
#tec-blog #top {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 30px auto 100px;
}

#tec-blog #top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

#tec-blog #top .catch {
	background-color: #fff;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	width: 533px;
	position: relative;
	height: 533px;
}

#tec-blog #top .catch .red_line {
	width: 10px;
	height: 533px;
	background-color: rgba(233, 83, 87, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#tec-blog #top img {
	width: 100%;
	height: 343px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #top .top_img {
	width: 100%;
	height: 343px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #top .catch .title {
	padding: 20px 30px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	width: 100%;
}

#tec-blog #top .catch .new_date {
	position: relative;
	bottom: 0;
	display: inline-flex;
}

#tec-blog #top .catch .new {
	position: relative;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	background-color: #cb5457;
	width: 63px;
	display: block;
	color: #fff;
	padding: 5px 10px;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	margin: 0 20px 0 0;
}

#tec-blog #top .catch p {
	margin: 10px 0 14px;
}

#tec-blog #top .catch .title_name {
	overflow: hidden;
	height: 60px;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;

}

#tec-blog #top .catch .title_name::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 50%);
	bottom: -6px;
	content: "…";
	padding-left: 1.0rem;
	position: absolute;
	right: 0px;
}

#tec-blog #top .catch .title_name::after {
	background: #fff;
	content: "";
	height: 90%;
	position: absolute;
	width: 100%;
}

#tec-blog #top .two p {
	margin: 20px 0 10px;
}

#tec-blog #top .two .title_name {
	overflow: hidden;
	height: 64px;
	position: relative;
	word-wrap: break-word;
}

#tec-blog #top .two .title_name::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 50%);
	/* background-color: white; */
	bottom: -4px;
	content: "…";
	padding-left: 1rem;
	position: absolute;
	right: 0rem;
}

#tec-blog #top .catch .tag_01 {
	display: flex;
	/* flex-wrap: wrap; */
}

#tec-blog #top .catch .tag_01 p {
	position: relative;
	right: 0px;
	/* bottom: 20px; */
	top: -12px;
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px;
	color: white;
	font-size: 14px;
	padding: 4px 20px 2px;
	width: fit-content;
	display: block;
	/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
	text-align: center;
	margin: 0 0 0 20px;
}

#tec-blog #top .catch .tag_01 p:first-child {
	margin-left: 0px;
}


#tec-blog #top .catch .date {
	color: #666666;
	position: relative;
	left: 0;
	bottom: -3px;
	font-size: 16px;
}

#tec-blog #top .two .catch {
	background-color: #fff;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	width: 550px;
	position: relative;
	display: flex;
	height: 248px;
}

#tec-blog #top .two {
	position: relative;
}

#tec-blog #top .two a:nth-child(2) {
	position: relative;
	bottom: -37px;
}

#tec-blog #top .two img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}

#tec-blog #top .two .top_img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #top .two .title {
	padding: 40px 30px;
}

#tec-blog #top .two .red_line {
	width: 10px;
	height: 100%;
	background-color: rgba(233, 83, 87, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#tec-blog #top .two .new_date {
	bottom: -20px;
}

#tec-blog #top .two .new {
	position: relative;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	background-color: #cb5457;
	width: 63px;
	display: block;
	color: #fff;
	padding: 5px 10px;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	margin: 0 5px 0 0;
}

#tec-blog #top .two .date {
	color: #666666;
	position: relative;
	bottom: -3px;
	font-size: 16px;
}

#tec-blog .column_archive {
	width: calc(100% - 360px);
	height: fit-content;
}

#tec-blog .column_archive .side_title {
	border-bottom: none;
	font-size: 22px;
	line-height: 1.2;
	padding: 50px 0 10px;
	margin-bottom: 20px;
	color: #b01e29;
	position: relative;
}

#tec-blog .column_archive .side_title span {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #b01e29;
	/* margin-bottom: 7px; */
	margin-left: 10px;
}

#tec-blog .column_archive .side_title:after {
	content: "";
	border: #b01e29 1px solid;
	width: 100%;
	display: block;
	position: absolute;
	top: 66px;
	right: 20px;
	width: 540px;
	margin: 0 -20px 0 0;
}

#tec-blog .archive-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tec-blog .archive-menu .archive_box {
	position: relative;
	margin: 0 0 30px 0;
	width: 360px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	height: 330px;
}

#tec-blog .archive-menu a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#tec-blog .archive-menu img {
	width: 100%;
	height: 200px;
	box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.3);
	object-fit: cover;
	z-index: 2;
	position: relative;
}

#tec-blog .archive-menu .archive_box .title {
	background-color: #fff;
	color: #333;
	padding: 20px 20px 0;
	;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	height: 130px;
	top: -6px;
	font-weight: 600;
	text-align: left;
}

#tec-blog .archive-menu .archive_box .title_name {
	overflow: hidden;
	height: 44px;
	position: relative;
	word-wrap: break-word;
}

#tec-blog .archive-menu .archive_box .title_name::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%
			/* 背景色 */
		);
	bottom: -4px;
	content: "…";
	padding-left: 1.9rem;
	position: absolute;
	right: 0px;
}

#tec-blog .archive-menu .archive_box .title_name::after {
	background: #fff;
	content: "";
	height: 90%;
	position: absolute;
	width: 100%;
}

#tec-blog .archive-menu .archive_box .red_line {
	width: 10px;
	height: 330px;
	background-color: rgba(233, 83, 87, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#tec-blog .archive-menu .archive_box .tag_01 {
	position: relative;
	display: flex;
	/* left: 20px;
    top: 20px; */
	/* font-size: 12px;
    background-color: #b01e29;
    border-radius: 20px;
    padding: 2px;
    width: 120px;
    box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff; */
}

#tec-blog .archive-menu .archive_box .tag_01 p {
	position: relative;
	/* left: 20px;
    top: 20px; */
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px 10px;
	width: fit-content;
	box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
	text-align: center;
	color: #fff;
	margin: 0 0 15px 10px;
}

#tec-blog .archive-menu .archive_box .tag_01 p:first-child {
	margin: 0 0 15px 0px;
}

#tec-blog .column_archive .btn-gray {
	border: none;
	background: url(../images/tec-blog/btn_arrow.png) no-repeat;
	background-position: 90%;
	background-color: #cfcbbc;
	display: inline-block;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	width: 40%;
	padding: 15px 60px;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0 3px 0 0 #333333;
	-moz-box-shadow: 0 3px 0 0 #333333;
	box-shadow: 0 3px 0 0 #333333;
}

.column_archive a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#tec-blog #solutions-contents {
	width: calc(100% - 360px);

}

#tec-blog #solutions-contents .block {
	clear: none;
	width: 48%;
	margin: 20px 0 0 0;
}

#tec-blog #solutions-contents .beige-bg {
	padding: 30px 30px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tec-blog #solutions-contents h2 {
	text-align: center;
	margin-bottom: 0px;
}

#tec-blog #solutions-contents .clearfix:after {
	display: none;
}

@media screen and (max-width: 767px) {
	#tec-blog #top .two a:nth-child(2) {
		position: relative;
		bottom: 0px;
	}

	#tec-blog #main-wrap {
		width: 100%;
	}

	#tec-blog #main {
		width: 100%;
		margin: 30px auto;
	}

	#tec-blog #side {
		width: 90%;
		float: none;
		margin: 30px auto;
	}

	#tec-blog #side .index-menu li {
		margin-bottom: 3px;
		background-color: #e7e5d6;
		border-bottom: 2px solid #cec9b7;
	}

	#tec-blog #main img {
		width: 100%;
		height: 100%;
	}

	#tec-blog .column_sentence {
		margin: 0 0 30px;
	}

	#tec-blog #main .catch .red_line {
		height: 424px;
	}

	#tec-blog #main .catch .title {
		padding: 20px 15px;
		font-size: 22px;
		font-weight: 600;
		position: relative;
	}

	#tec-blog #main .catch .date {
		left: 85px;
	}

	#tec-blog #main .lead {
		padding: 30px 30px 20px;
	}

	#tec-blog #toc {
		width: calc(100% - 30px);
	}

	#tec-blog .column_sentence h4 {
		left: 15px;
	}

	#tec-blog #toc .side_title:after {
		width: calc(100% - 100px);
	}

	#tec-blog .column_sentence {
		padding: 0 15px;
	}

	#tec-blog #same_cate {
		width: calc(100% - 30px);
		padding: 30px 10px;
	}

	#tec-blog #same_cate .side_title::after {
		width: calc(100% - 230px);
		top: 15px;
		right: 10px;
	}

	#tec-blog #site-description {
		padding-left: 0px;
	}

	#tec-blog #logo {
		width: 104px;
		position: absolute;
		top: 22px;
		left: 48%;
		margin-left: -43px;
	}

	#tec-blog #menu-btn {
		float: right;
		background-color: #e9e7dc;
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		top: 15px;
	}

	#tec-blog #same_cate .ranking-menu a {
		width: 100%;
	}

	#tec-blog #same_cate .ranking_box {
		width: 100%;
		height: 100%;
	}

	#tec-blog #same_cate .ranking_box img {
		width: 130px;
		height: 130px;
	}

	#tec-blog #same_cate .ranking_box .title {
		width: 100%;
		top: 0px;
		height: 130px;
		padding: 15px 10px;
	}

	#tec-blog #same_cate .ranking_box {
		width: 100%;
		height: 130px;
		margin: 0 0 15px 0;
		display: flex;
	}

	#tec-blog #main #banner img {
		margin: 0 auto 30px;
	}

	#tec-blog #same_cate .ranking_box .date {
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size: 12px;
	}

	#tec-blog #same_cate .ranking_box .tag_01 {
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 12px;
		background-color: #b01e29;
		border-radius: 20px;
		padding: 2px 6px;
		width: fit-content;
		box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
		text-align: center;
		color: #fff;
		min-width: 80px;
	}

	#tec-blog #same_cate .btn-red {
		width: 100%;
		text-align: center;
		padding: 12px 31px 11px 25px;
		margin: 0;
		background-size: 39px 18px;
		background-position-x: 100%;
	}

	#tec-blog footer .careers {
		padding: 20px;
	}

	#tec-blog #top {
		width: 100%;
		display: block;
		margin: 30px auto 60px;
	}

	#tec-blog #top .catch {
		width: 100%;
		display: block;
		margin: 0 auto 30px;
		height: fit-content;
	}

	#tec-blog #top .catch .tag_01 p {
		position: relative;
		right: 0px;
		/* bottom: 20px; */
		top: -4px;
		font-size: 12px;
		background-color: #b01e29;
		border-radius: 20px;
		padding: 2px;
		color: white;
		font-size: 14px;
		padding: 4px 0 2px;
		width: 90px;
		display: block;
		/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
		text-align: center;
		margin: 0 0 0 20px;
	}

	#tec-blog #top img {
		width: 100%;
		height: 335px;
		object-fit: cover;
	}

	#tec-blog #top .top_img {
		width: 100%;
		height: auto;
	}

	#tec-blog #top .catch .title {
		padding: 15px 15px 20px;
		;
		font-size: 18px;
		height: auto;
	}

	#tec-blog #top .catch .new {
		margin: 0 10px 0 0;
	}

	#tec-blog #top .catch .date {
		bottom: -4px;
	}

	#tec-blog #top .catch .red_line {
		width: 10px;
		height: 100%;
	}

	#tec-blog #top .catch p {
		margin: 5px 0 10px;
	}

	#tec-blog #top .catch .title_name {
		overflow: hidden;
		height: 48px;
	}

	#tec-blog #top .two .title_name {
		overflow: hidden;
		height: 52px;
	}

	#tec-blog #top .two .catch {
		width: 100%;
		height: 156px;
	}

	#tec-blog #top .two img {
		width: 156px;
		height: 156px;
		object-fit: cover;
	}

	#tec-blog #top .two .top_img {
		width: 156px;
		height: 156px;
	}

	#tec-blog #top .two .title {
		padding: 15px;
		width: calc(100% - 156px);
	}

	#tec-blog #top .two .red_line {
		width: 10px;
		height: 156px;
	}

	#tec-blog #top .two .new {
		bottom: 0px;
		width: 52px;
		padding: 3px 0 3px 5px;
	}

	#tec-blog #top .two .catch .tag_01 {
		top: 0px;
	}

	#tec-blog #top .two .new_date {
		bottom: -3px;
	}

	#tec-blog #top .two .date {
		left: 0px;
		bottom: -5px;
		font-size: 13px;
		margin: 0 5px 0 0;
	}

	#tec-blog #top .two .catch p {
		margin: 3px 0px 5px 5px;
	}

	#tec-blog #top .two .catch:nth-child(2) {
		position: relative;
		bottom: 0px;
	}

	#tec-blog .column_archive {
		width: 100%;
	}

	#tec-blog .column_archive .side_title:after {
		width: calc(100% - 220px);
		top: 66px;
	}

	#tec-blog .column_archive .side_title {
		padding: 50px 0 10px;
	}

	#tec-blog .archive-menu {
		width: 100%;
		display: block;

	}

	#tec-blog .archive-menu .archive_box {
		width: 100%;
		height: 156px;
	}

	#tec-blog .archive-menu .archive_box .title_name {
		height: 48px;
	}

	#tec-blog .archive-menu .archive_box .title_name::before {
		bottom: 0px;
	}

	#tec-blog #solutions-contents {
		width: 100%;
	}

	#tec-blog #solutions-contents .beige-bg {
		width: 100%;
		padding: 0px 0 0;
		margin: 0;
	}

	#tec-blog #solutions-contents .contents-block .border-gold2 {
		min-height: 220px;
		padding: 10px 0;
	}

	#tec-blog #solutions-contents .block {
		clear: none;
		width: 49%;
		margin: 10px 0 0 0;
	}

	#tec-blog .archive-menu img {
		width: 100%;
		height: 200px;
		box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
		object-fit: cover;
		width: 156px;
		height: 156px;
		object-fit: cover;
	}

	#tec-blog #ranking-index .ranking_box img {
		width: 100%;
	}

	#tec-blog #ranking-index h3 {
		margin: 0 0 0 20px;
		border-bottom: none;
		font-size: 22px;
		line-height: 1.2;
		/* padding: 50px 0 10px; */
		margin-bottom: 20px;
		color: #b01e29;
		position: relative;
	}

	#tec-blog #ranking-index h3 span {
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		color: #b01e29;
		/* margin-bottom: 7px; */
		margin-left: 10px;
	}

	#tec-blog #ranking-index .side_menu a {
		width: 100%;
	}

	#tec-blog #ranking-index .ranking_box {
		position: relative;
		margin: 0 0 30px;
		display: flex;
	}

	#tec-blog #ranking-index .ranking_box .title {
		top: 20px;
		width: 60%;
		overflow: hidden;
		height: 50px;
		/* right: 10px; */
		left: 35%;
	}

	#tec-blog #ranking-index .ranking_box img {
		width: 130px;
		height: 130px;
	}

	#tec-blog #sp-menu ul li:before {
		content: '';
		background-image: none;
	}


	#tec-blog .archive-menu .archive_box .title {
		background-color: #fff;
		color: #333;
		padding: 20px 20px 0;
		font-size: 16px;
		line-height: 24px;
		position: absolute;
		height: 130px;
		top: 0px;
		height: 156px;
		right: 0px;
		font-weight: 600;
		text-align: left;
		width: calc(100% - 156px);
	}


	#tec-blog .archive-menu .archive_box .red_line {
		height: 100%;
	}

	#tec-blog .archive-menu .archive_box .tag_01 {
		position: relative;
		display: flex;
		/* left: 20px;
    top: 20px; */
		/* font-size: 12px;
    background-color: #b01e29;
    border-radius: 20px;
    padding: 2px;
    width: 120px;
    box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff; */
	}

	#tec-blog .archive-menu .archive_box .name {
		margin: 10px 0 0 0;
	}

	#tec-blog .archive-menu .archive_box .tag_01 p {
		position: relative;
		right: 0px;
		/* bottom: 20px; */
		top: -4px;
		font-size: 12px;
		background-color: #b01e29;
		border-radius: 20px;
		padding: 2px;
		color: white;
		font-size: 14px;
		padding: 4px 0px 2px;
		width: 90px;
		/* min-width: 87px; */
		display: block;
		/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
		text-align: center;
		margin: 0 0 0 7px;
		position: relative;
		right: 0px;
		/* bottom: 20px; */
		top: -4px;
		font-size: 12px;
		background-color: #b01e29;
		border-radius: 20px;
		padding: 2px;
		color: white;
		font-size: 14px;
		padding: 4px 7px 2px;
		min-width: 70px;
		width: fit-content;
		display: block;
		/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
		text-align: center;
	}

	#tec-blog .archive-menu .archive_box .tag_01 p:first-child {
		margin: 0px;
	}

	#tec-blog footer .careers img {
		margin: 20px auto;
	}

	#tec-blog footer .careers {
		padding: 20px 0 0;
	}

	#tec-blog .column_archive .btn-gray {
		width: 100%;
	}

	#tec-blog #side .index-menu li a {
		border-bottom: none;
	}

	#tec-blog .l-accordion .l-accordion-switch::after {
		right: 20px;
	}
}


.l-accordion input {
	display: none;
}

.l-accordion .l-accordion-inside {
	height: 0;
	opacity: 0;
	/* transition: 0.5s; */
}

.l-accordion input:checked~.l-accordion-inside {
	height: auto;
	opacity: 1;
}

.l-accordion .l-accordion-switch {
	position: relative;
	/* width: 30%;
	display: block;
	background-color: #cb2f3a; */
	color: #333;

	cursor: pointer;
	/* text-align: center; */
	font-weight: 300;
}

/* .l-accordion .l-accordion-switch::before, */
.l-accordion .l-accordion-switch::after {
	content: url(/wp/wp-content/themes/yaz/images/2022/plusbtn.png );
	position: absolute;
	display: block;
	width: 20px;
}

.l-accordion .l-accordion-switch::after {
	top: 36px;
	right: 19px;
}


.l-accordion input:checked~.l-accordion-switch::after {
	content: url(/wp/wp-content/themes/yaz/images/2022/minusbtn.png );
	transition: 0.5s;
}


/* 投稿ページ */

#tec-blog #page {
	background-color: #f5f4ec;
	padding: 30px 0 60px;
}

#tec-blog #page #main-wrap {
	width: 1100px;
	margin: 0px auto;
}

#tec-blog #page article {
	width: 65%;
	background-color: rgba(256, 256, 256, 0.5);
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	height: fit-content;
}

#tec-blog #page .catch {
	background-color: #fff;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	position: relative;
	height: 533px;
}

#tec-blog #page .catch .red_line {
	width: 10px;
	height: 100%;
	background-color: rgba(233, 83, 87, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#tec-blog #page .one img {
	width: 100%;
	height: 343px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}

#tec-blog #page .one .top_img {
	width: 100%;
	height: 343px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #page .catch .title {
	padding: 20px 30px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
}

#tec-blog #page .catch .new {
	position: relative;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	background-color: #cb5457;
	width: 63px;
	display: block;
	color: #fff;
	padding: 5px 10px;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	margin: 0 20px 0 0;
}

#tec-blog #page .catch p {
	margin: 15px 0 10px;
}

#tec-blog #page .catch .tag_01 {
	display: flex;
	flex-wrap: wrap;
}

#tec-blog #page .catch .tag_01 a {
	position: relative;
	right: 0px;
	/* bottom: 20px; */
	top: 0px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px;
	color: white;
	font-size: 14px;
	padding: 4px 15px 2px;
	width: fit-content;
	display: block;
	/* box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1); */
	text-align: center;
	margin: 0 0 0 20px;
}

#tec-blog #page .catch .tag_01 a:first-child {
	margin: 0px;
}

#tec-blog #page .catch .new_date {
	position: relative;
	bottom: 0;
	display: inline-flex;
}

#tec-blog #page .catch .date {
	color: #666666;
	position: relative;
	left: 0px;
	bottom: -3px;
	font-size: 16px;
}

#tec-blog #page .lead {
	padding: 60px 30px 30px;
}


#tec-blog #page .toc_box {
	padding: 0 30px;
}

#tec-blog #page .toc_box .toc_white_box {
	width: 100%;
	padding: 40px 0 60px 40px;
}

#tec-blog #page .toc_box .toc_white_box h2 {
	border-bottom: none;
	font-size: 22px;
	line-height: 1.2;
	padding: 50px 0 10px;
	margin-bottom: 20px;
	color: #b01e29;
	position: relative;
}

#tec-blog #page .toc_box .toc_white_box h2 span {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #b01e29;
	/* margin-bottom: 7px; */
	margin-left: 10px;
}

#tec-blog #page .toc_box .toc_white_box h2::after {
	content: "";
	border: #b01e29 1px solid;
	width: 100%;
	display: block;
	position: absolute;
	top: 66px;
	right: 20px;
	width: 540px;
	margin: 0 -20px 0 0;
}


@media screen and (max-width: 767px) {
	#tec-blog #page #main-wrap {
		width: 100%;
	}

	#tec-blog #page #main-wrap {
		width: 100%;
		padding: 0 10px;
	}

	#tec-blog #page article {
		width: 100%;
	}

	#tec-blog #page .catch {
		background-color: #fff;
		box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
		width: 100%;
		position: relative;
		height: fit-content;
	}

	#tec-blog #page .catch .title {
		padding: 20px 15px;
	}

	#tec-blog #page .lead {
		padding: 30px 15px 15px;
	}

	#tec-blog #page .toc_box .toc_white_box {
		width: 100%;
		padding: 15px 0 30px 15px;
	}

	#tec-blog .toc_white_box .side_title:after {
		width: 190px;
	}

	#tec-blog #page .toc_box {
		padding: 0 15px;
	}

	#tec-blog .column_sentence h3,
	h4 {
		max-width: calc(100% - 30px);
	}

	#tec-blog #page {
		background-color: #f5f4ec;
		padding: 30px 0 1px;
	}

	#tec-blog #ranking-index {
		margin-bottom: 30px;
	}
}


/* ランキング */


#tec-blog #ranking-index .ranking_box img {
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#tec-blog #ranking-index .ranking_box {
	background-color: #eb9091;
	color: #fff;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	height: 130px;
	/* top: -6px; */
	position: relative;
	width: 100%;
	position: relative;
}

#tec-blog #ranking-index a:hover {
	text-decoration: none;
	opacity: 0.5;
}

#tec-blog #ranking-index .ranking_box .date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
}

#tec-blog #ranking-index .ranking_box .tag_01 {
	display: flex;
	z-index: 1;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#tec-blog #ranking-index .ranking_box .tag_01 p {
	color: white;
	/* position: absolute; */
	/* right: 20px; */
	/* bottom: 20px; */
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px 10px;
	width: fit-content;
	box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
	text-align: center;
}

#tec-blog #ranking-index .ranking_box .tag_01 p:nth-child(2) {
	margin-left: 5px;
}

#tec-blog #ranking-index .side_menu a {
	width: 100%;
}

#tec-blog #ranking-index ul li {
	position: relative;
	list-style: none;
	margin: 0 0 15px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	height: 130px;
}


#tec-blog #ranking-index li .thumb {
	width: 35%;
}

#tec-blog #ranking-index li .title {
	width: 55%;
	position: absolute;
	right: 0;
	padding: 5px 12px 5px 0;
}

#tec-blog #ranking-index li .title .tag_01 {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
	background-color: #b01e29;
	border-radius: 20px;
	padding: 2px;
	width: 120px;
	box-shadow: 0px 5px 15px 5px rgba(255, 255, 255, 0.1);
	text-align: center;
	color: white
}

#tec-blog #ranking-index li .title .tag_01 a {
	color: white
}

/*記事タイトル*/
#tec-blog #ranking-index li .title {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 50px;
}

#tec-blog #ranking-index li .title::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(235, 144, 145, 1) 50%
			/* 背景色 */
		);
	bottom: -4px;
	content: "…";
	padding-left: 1em;
	position: absolute;
	right: 12px;
}

#tec-blog #ranking-index li .title::after {
	background: rgb(235, 144, 145);
	/* 背景色 */
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

#tec-blog #ranking-index li a.wpp-post-title:hover {
	opacity: 0.7;
}

/*アイキャッチ*/
#tec-blog #ranking-index li img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/*ランキングカウンター*/
#tec-blog #ranking-index .ranking_box:before {
	content: counter(wpp-count);
	display: block;
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	padding: 3px 10px;
	z-index: 1;
}

/*カウント数*/
#tec-blog #ranking-index li {
	counter-increment: wpp-count;
	display: flex;
}

/*ランキング1〜3の色変更*/
#tec-blog #ranking-index .ranking_box:before {
	font-weight: 600;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b01e29;
	padding: 7px 14px;
	color: white;
	width: 40px;
	height: 40px;
	font-family: "游明朝", YuMincho, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	z-index: 1;

}

@media screen and (max-width: 767px) {
	#tec-blog #ranking-index li:before {
		padding: 9px 15px;
	}
}



/* categoryページ */
#tec-blog #cate_page {
	background-color: #f5f4ec;
}

#tec-blog #cate_page #main-wrap {
	width: 1100px;
	margin: 0px auto;
}


@media screen and (max-width: 767px) {
	#tec-blog #cate_page #main-wrap {
		width: 100%;
		margin: 0px auto;
	}
}

/* cate-techblogページ */
#tec-blog #cate-tech {
	background-color: #f5f4ec;
}

#tec-blog #cate-tech #main-wrap {
	width: 1100px;
	margin: 0px auto;
}


@media screen and (max-width: 767px) {
	#tec-blog #cate-tech #main-wrap {
		width: 100%;
		margin: 0px auto;
	}
}

/* 記事を書いた人
----------------------------------------------------*/
#author-meta {}

.section-title {
	font-size: 143%;
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 0 0 0 15px;
}

.white-box {
	background-color: #FFF;
	border-bottom: 2px solid #e5e4dd;
	padding: 25px;
}

#author-meta .white-box {
	padding: 20px 33px;
	/* width: 100%; */
	width: calc(100% - 60px);
	padding: 30px 10px;
	margin: 0 auto 30px;
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
	height: 180px;
}

#author-meta .author-photo {
	float: left;
	width: 95px;
	margin: 0 30px 0 0;
}

#author-meta .author-photo img {
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	border-radius: 400px;
}

#author-meta .text {
	overflow: hidden;
	padding: 5px 0 0;
}

#author-meta .text .name {
	font-size: 115%;
	margin-bottom: 15px;
}

#author-meta .text p {
	line-height: 1.7;
}

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

	#author-meta .white-box {
		padding: 20px 33px;
		/* width: 100%; */
		width: calc(100% - 30px);
		padding: 30px 10px;
		margin: 0 auto 30px;
	}
}