@charset "utf-8";


/* -----------------------------------------------------------
    BLOG共通
-------------------------------------------------------------- */

#blog {
	background: url(../img/about_bg_pc_02.png) repeat;
	padding: 0 0 100px;
}
#blog.article_page {
	background: none;
}

#blog #title_area .lowpage_bg.det{
	padding: 120px 0 0 0;
}

#blog .contents_left{
	padding: 60px 0 0 0;
}
#blog .contents_right{
	padding: 60px 0 0 0;
}


@media screen and (max-width: 667px){
	
	#blog {
		padding: 0 0 50px;
	}
	
	#blog #title_area .lowpage_bg.det{
		padding: 30px 0 0 0;
	}

	#blog .contents_left{
		padding: 0 20px 0 20px;
	}
	#blog .contents_right{
		padding: 30px 20px 0 20px;
	}
	
	#blog .contents_right form{
		padding: 0 0 30px;
	}
}



/* -----------------------------------------------------------
    BLOG一覧
-------------------------------------------------------------- */

#blog .blog_box {
}

#blog .title_category {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	border-bottom: solid 3px #333;
}

#blog .blog_box ul {
	margin: 0 0 0 -14px;
}

#blog .blog_box ul li {
	float: left;
	width: 254px;
	margin: 0 0 20px 14px;
}
#blog .blog_box ul li:nth-child(3n+1) {
	clear: both;
}

#blog .blog_box ul li .thumb{
    display: table-cell;
    width: 254px;
    height: 171px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#blog .blog_box ul li .thumb img{
   width: auto;
    height: auto;
    max-width: 254px;
    max-height: 171px;
}

#blog .blog_box ul li .txt_area{
	padding: 25px;
}
#blog .blog_box ul li .txt_area .cate{
	font-size: 1.2rem;
	color: #89B924;
	font-weight: bold;
	line-height: 1.5;
}
#blog .blog_box ul li .txt_area .title{
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	font-weight: bold;
	padding: 5px 0 15px 0;
}
#blog .blog_box ul li .txt_area .date{
	font-size: 1.2rem;
	color: #888;
}

#blog .blog_box ul li a {
	display: block;
	background: #FFF;
	box-shadow: 3px 3px 4px #DDD;
}

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

	#blog .title_category {
		font-size: 2.0rem;
		padding: 0 0 5px 0;
		margin: 30px 0 0 0;
		border-bottom: solid 2px #333;
	}

	#blog .blog_box ul {
		margin: 0 0 0 0;
		border-top: 1px #DDD solid;
	}

	#blog .blog_box ul li {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		border-bottom: 1px #DDD solid;
	}

	#blog .blog_box ul li .thumb{
		float: left;
		width: 90px;
		height: 60px;
	}
	#blog .blog_box ul li .thumb img{
		width: auto;
		height: auto;
		max-width: 90px;
		max-height: 60px;
	}

	#blog .blog_box ul li .txt_area{
		float: left;
		width: 60%;
		padding: 0 0 0 15px;
	}
	#blog .blog_box ul li .txt_area .cate{
		font-size: 1.2rem;
	}
	#blog .blog_box ul li .txt_area .title{
		font-size: 1.5rem;
		padding: 3px 0 0 0;
	}
	#blog .blog_box ul li .txt_area .date{
		display: none;
	}

	#blog .blog_box ul li a {
		box-shadow: none;
		position: relative;
		display: block;
		padding: 20px 0 15px 0;
		background: none;
	}
	#blog .blog_box ul li a::before {
		position: absolute;
		display: inline-block;
		right: 0;
		top: 42%;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #92C527;;
	}
}




/*    タグ
------------------------------------ */
#blog .tag_area {
	padding: 0 0 30px 0;
}

#blog .tag_area .tag_title {
	/*
	float: left;
	width: 70px;
	*/
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0 0 15px 0;
}

#blog .tag_area ul {
	/*
	float: left;
	width: 1030px;
	*/
}

#blog .tag_area ul li {
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

#blog .tag_area ul li a {
	display: block;
	padding: 6px 15px;
	font-size: 1.2rem;
	background: #f8f8f8;
	color: #333;
	box-shadow: 2px 2px #EDEDED;
	border: 1px solid #DDD;
}
#blog .tag_area ul li a:hover {
	background: #92C527;
	color: #FFF;
}



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

	/* #blog .tag_area {
		padding: 0;
	} */

	#blog .tag_area .tag_title {
		float: none;
		width: auto;
	}

	#blog .tag_area ul {
		float: none;
		width: auto;
		padding: 0;
	}

	#blog .tag_area ul li {
		margin: 0 8px 8px 0;
	}

	#blog .tag_area ul li a {
		padding: 4px 10px;
	}
	#blog .tag_area ul li a:hover{
	}

	
	#blog .tag_area .more_btn02{
		position: relative;
		display: block;
		cursor: pointer;
		
		padding: 15px 15px;
	}
	#blog .tag_area .more_btn02::after {
		position: absolute;
		top: 11px;
		right: 11px;
		content: '\f196';
		color: #92C527;
		font-size: 22px;
		font-family: fontAwesome;
	}

	#blog .tag_area .more_btn02.open::after {
		position: absolute;
		top: 11px;
		right: 11px;
		content: '\f147';
		color: #92C527;
		font-size: 22px;
		font-family: fontAwesome;
	}

	/*#blog .tag_area .more_btn02.black::after {
		background: url(../img/icon_plus.png) no-repeat 0 0;
		background-size: 20px 20px;
	}

	#blog .tag_area .more_btn02.black.open::after {
		background: url(../img/icon_minus.png) no-repeat 0 0;
		background-size: 20px 20px;
	}*/
}



/* -----------------------------------------------------------
    BLOG詳細
-------------------------------------------------------------- */

#blog .blog_detail{
}

#blog .blog_detail .blog_de_date {
	float: left;
	width: 80px;
	padding: 4px 0 15px 0;
	font-size: 1.2rem;
	color: #666;
}

#blog .blog_detail .blog_de_cate {
	float: left;
	font-size: 1.2rem;
	display: inline-block;
	font-weight: 500;
	width: 710px;
	text-align: left;
}
#blog .blog_detail .blog_de_cate p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.6;
}



@media screen and (max-width: 667px){
	
	#blog .blog_detail{
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	
	#blog .blog_detail{
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	
	#blog .blog_detail .blog_de_date {
		width: 70px;
		padding: 10px 0 4px 0;
		margin: 0 0 0 0;
		font-size: 1.2rem;
	}
	
	#blog .blog_detail .blog_de_cate {
		font-size: 1.2rem;
		width: 75%;
		padding: 6px 0 5px 0;
	}
	#blog .blog_detail .blog_de_cate p {
		line-height: 1.6;
	}

}




/*  詳細ページタグ  */
#blog .blog_detail .de_tag_area {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #DDD solid;
}

#blog .blog_detail .de_tag_area .tag_title {
	float: left;
	width: 80px;
	font-size: 1.4rem;
	padding: 5px 0 0 0;
}

#blog .blog_detail .de_tag_area ul {
	float: left;
	width: 710px;
}

#blog .blog_detail .de_tag_area ul li {
	text-align: center;
	letter-spacing: 0.05em;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

#blog .blog_detail .de_tag_area ul li a {
	display: block;
	padding: 6px 15px;
	font-size: 1.2rem;
	background: #f8f8f8;
	color: #333;
	box-shadow: 2px 2px #EDEDED;
	border: 1px solid #DDD;
}
#blog .blog_detail .de_tag_area ul li a:hover {
	background: #92C527;
	color: #FFF;
}

@media screen and (max-width: 667px){
	
	/*  詳細ページタグ  */
	#blog .blog_detail .de_tag_area {
		margin: 5px 0 0 0;
		padding: 10px 0 5px 0;
		border-top: 1px #E7E7E7 solid;
		display: none;
	}

	#blog .blog_detail .de_tag_area .tag_title {
		padding: 5px 0 0 0;
		width: 60px;
		font-size: 1.3rem;
		float: left;
	}

	#blog .blog_detail .de_tag_area ul {
		width: 75%;
	}

	#blog .blog_detail .de_tag_area ul li {
		margin: 0 8px 8px 0;
	}

	#blog .blog_detail .de_tag_area ul li a {
		padding: 4px 10px;
	}
}




/*  詳細ページテキストエリア  */
#blog .cmn_title .jp_title.det{
	line-height: 1.3;
}

#blog .top_title h2.main_title.det {
    margin: 30px 0 0 0;
	padding: 0 0 70px;
    font-size: 3.0rem;
}


#blog .blog_detail .blog_de_title {
	margin: 40px 0 50px 0;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
}
#blog .blog_detail .blog_de_title span {
    background: linear-gradient(transparent 70%, #FDEB43 10%);
}



#blog .blog_detail .blog_de_txt {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	padding: 0 0 0 0;
}

#blog .blog_detail .blog_de_txt h2,
#blog .blog_detail .blog_de_txt h3,
#blog .blog_detail .blog_de_txt h4{
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#blog .blog_detail .blog_de_txt h2 {
	margin: 40px 0 30px 0;
	padding: 0 0 10px;
	border-bottom: 5px solid #92C527;
	font-size: 2.6rem;
	
}
#blog .blog_detail .blog_de_txt h3 {
	margin: 40px 0 30px 0;
	padding: 15px 30px;
	background: #92C527;
	font-size: 2.2rem;
	border-radius: 6px;
	color: #FFF;
}
#blog .blog_detail .blog_de_txt h4 {
	margin: 30px 0 20px 0;
	padding: 0 0 0 16px;
	font-size: 2.0rem;
	
    position: relative;
}
#blog .blog_detail .blog_de_txt h4::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: '';
    width: 4px;
    height: calc(100% - 10px);
    background: #92C527;
    border-radius: 3px;
}

#blog .blog_detail .blog_de_txt p {
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size: 1.6rem;
}

#blog .blog_detail .blog_de_txt ul,ol,dl {
	list-style: inherit;
}

#blog .blog_detail .blog_de_txt ul li,
#blog .blog_detail .blog_de_txt ol li {
	margin-left: 20px;
}

#blog .blog_detail .blog_de_txt a:link{
	color: #0070c9;
	text-decoration: underline;
	display: inline-block;
}
#blog .blog_detail .blog_de_txt a:hover{
	color: #0070c9;
	text-decoration: none;
}


#blog .blog_detail .blog_de_txt img{
	max-width: 790px;
	height: auto;
	display: inline-block;
}



@media screen and (max-width: 667px){
	
/*  詳細ページテキストエリア  */
	
	#blog .top_title h2.main_title.det {
		margin: 15px 0 0 0;
		padding: 0 0 10px;
		font-size: 2.2rem;
		line-height: 1.6;
	}

	
	#blog .blog_detail .blog_de_title {
		margin: 10px 0 20px 0;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	#blog .blog_detail .blog_de_title span {
	}
	
	
	#blog .blog_detail .blog_de_txt {
		line-height: 2;
		letter-spacing: 0.02em;
		font-size: 1.6rem;
		padding: 0 0 0 0;
	}
	
	#blog .blog_detail .blog_de_txt h2,
	#blog .blog_detail .blog_de_txt h3,
	#blog .blog_detail .blog_de_txt h4{
		letter-spacing: 0.02em;
	}
	#blog .blog_detail .blog_de_txt h2 {
		margin: 30px 0 20px 0;
		padding: 0 0 8px;
		border-bottom: 3px solid #92C527;
		font-size: 2.0rem;
	}
	#blog .blog_detail .blog_de_txt h3 {
		margin: 30px 0 20px 0;
		padding: 15px 15px;
		font-size: 1.8rem;
	}
	#blog .blog_detail .blog_de_txt h4 {
		margin: 20px 0 10px 0;
		padding: 0 0 0 18px;
		font-size: 1.6rem;
	}
	#blog .blog_detail .blog_de_txt h4::before {
		top: 5px;
		height: calc(100% - 10px);
	}
	

	#blog .blog_detail .blog_de_txt img{
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;

		text-align: center;
		height: auto;
		display: block;
	}
	
}



/*  詳細ページ関連記事  */

#blog .blog_kanren_area{
	border: 1px #DDD solid;
	margin: 40px 0 0 0;
	padding: 40px;
	background: #FFF;
}
#blog .blog_kanren_area .kanren_title {
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
    position: relative;
	letter-spacing: 0.05em;
	color: #333;
}
#blog .blog_kanren_area .kanren_title::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: calc(100% - 10px);
    background: #92C527;
    border-radius: 3px;
}

#blog .blog_kanren_area ul{
	margin: 0 0 10px -20px;
}

#blog .blog_kanren_area ul li {
	float: left;
	width: 160px;
	margin: 20px 0 0 20px;
}
#blog .blog_kanren_area ul li:nth-child(4n+1) {
	clear: both;
}
#blog .blog_kanren_area ul li .thumb{
    display: table-cell;
    width: 160px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
	background: #DDD;
}
#blog .blog_kanren_area ul li .thumb img{
	width: auto;
	height: auto;
    max-width: 160px;
    max-height: 110px;
	vertical-align: bottom;
}

#blog .blog_kanren_area ul li .title{
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	font-weight: 500;
	padding: 10px 0 0 0;
}
#blog .blog_box ul li a {
	display: block;
}

@media screen and (max-width: 667px){
	
	#blog .blog_kanren_area{
		border: none;
		margin: 30px 0 0 0;
		padding: 0;
		background: none;
	}
	
	#blog .blog_kanren_area .kanren_title {
		padding: 10px 20px;
		font-size: 1.4rem;
		background: #92C527;
		color: #FFF;
		font-weight: bold;
	}
	#blog .blog_kanren_area .kanren_title::before {
		display: none;
	}

	#blog .blog_kanren_area ul{
		margin: 0 0 0 0;
		border-top: 1px #E7E7E7 solid;
	}

	#blog .blog_kanren_area ul li {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		border-bottom: 1px #E7E7E7 solid;
	}
	#blog .blog_kanren_area ul li:nth-child(4n+1) {
		clear: inherit;
	}
	#blog .blog_kanren_area ul li .thumb{
		float: left;
		width: 90px;
		height: 60px;
	}
	#blog .blog_kanren_area ul li .thumb img{
		width: auto;
		height: auto;
		max-width: 90px;
		max-height: 60px;
	}

	#blog .blog_kanren_area ul li .title{
		font-size: 1.4rem;
		float: left;
		width: 60%;
		padding: 0 0 0 15px;
	}
	#blog .blog_kanren_area ul li a {
		box-shadow: none;
		position: relative;
		display: block;
		padding: 15px 0 15px 0;
	}
	#blog .blog_kanren_area ul li a::before {
		position: absolute;
		display: inline-block;
		right: 0;
		top: 42%;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #92C527;
	}
}



/*  詳細ページback_link  */
#blog .blog_detail .back_link {
	margin: 40px 0 0;
}


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

	#blog .blog_detail .back_link {
		margin: 30px 0 0;
	}
	#blog .blog_detail .back_link a {
		width: 100%;
		display: block;
	}
}




/*    引用
-------------------------------------------------------------- */
#blog .blog_detail .blog_de_txt blockquote{
    background-color: #F0F0F0;
	padding: 55px 50px 30px 50px;
    position: relative;
    margin: 30px 0 0;
}
 
#blog .blog_detail .blog_de_txt blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 1em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #AAA;
    position: absolute;
    left: 20px;
    top: 20px;
}
 
#blog .blog_detail .blog_de_txt blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #AAA;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 667px){
	
	#blog .blog_detail .blog_de_txt blockquote{
		padding: 30px 25px 5px 25px;
		margin: 20px 0 0;
		line-height: 1.8;
		font-size: 1.5rem;
	}

	#blog .blog_detail .blog_de_txt blockquote:before{
		font-size: 300%;
		left: 10px;
		top: 10px;
	}

	#blog .blog_detail .blog_de_txt blockquote:after{
		font-size: 300%;
		right: 10px;
		bottom: 10px;
	}
	
}




/*    テーブル
-------------------------------------------------------------- */
#blog .blog_detail .blog_de_txt table {
	width:100%;
	border-collapse:collapse;
	border-top: none;
	letter-spacing: 0;
	line-height: 1.8;
}

#blog .blog_detail .blog_de_txt table tr {
	border-bottom: none;
}

#blog .blog_detail .blog_de_txt table th {
	padding: 20px;
	width: 25%;
	text-align: left;
	vertical-align: top;
	background: #F5F5F5;
	border: 1px solid #E1E8EC;
}

#blog .blog_detail .blog_de_txt table td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #E1E8EC;
}


@media screen and (max-width: 667px){
	
	#blog .blog_detail .blog_de_txt table {
		width:100%;
		border-collapse:collapse;
		border-top: none;
		letter-spacing: 0;
		line-height: 1.7;
		font-size: 1.5rem;
	}

	#blog .blog_detail .blog_de_txt table tr {
		border-bottom: none;
	}

	#blog .blog_detail .blog_de_txt table th {
		display: table-cell;
		padding: 12px;
		width: auto;
	}

	#blog .blog_detail .blog_de_txt table td {
		display: table-cell;
		width: auto;
		padding: 12px;
		text-align: left;
		vertical-align: top;
	}

}




/*    キーワード検索
-------------------------------------------------------------- */
#blog .search_area {
	margin: 0 0 20px;
}

#blog .search_area input[type="text"] {
	border: 1px solid #DDD;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #444;
	background:#FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	width: 195px;
	height: 40px;
}
#blog .search_area input[type="text"]:focus {
	border: 1px solid #92C527;
}


#blog input.search-field[type="search"] {
	border: 1px solid #F0E6CD;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #444;
	background: #FDFCF4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	width: 195px;
	height: 40px;
}
#blog input.search-field[type="search"]:focus {
	border: 1px solid #92C527;
}


#blog .search_area input[type="submit"] {
	display: block;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin: 0 auto;
	border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #FFF;
	font-size: 1.5rem;
	background: #92C527;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	float: right;
	width: 60px;
	height: 40px;
	cursor: pointer;
}
#blog input.search-submit[type="submit"] {
	display: block;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin: 0 auto;
	border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #FFF;
	font-size: 1.5rem;
	background: #92C527;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	float: right;
	width: 60px;
	height: 40px;
	cursor: pointer;
}



@media screen and (max-width: 667px){
	
	
	#blog .search_area {
		margin: 0 0 0 0;
	}

	#blog .search_area input[type="text"] {
		width: 77%;
		height: 40px;
	}
	#blog .search_area input[type="text"]:focus {
	}

	
	#blog input.search-field[type="search"] {
		width: 77%;
		height: 40px;
	}
	#blog input.search-field[type="search"]:focus {
	}
	
	
	#blog .search_area input[type="submit"] {
		width: 20%;
	}
	#blog input.search-submit[type="submit"] {
		width: 20%;
	}
		
}






/*  人気記事  */

#blog .wpp-list_title{
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #92C527;
}

#blog ul.wpp-list {
}
#blog ul.wpp-list li {
	border-bottom: 1px solid #DDD;
	line-height: 1.5;
}
#blog ul.wpp-list li a {
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
	color: #374650;
}
#blog ul.wpp-list li a:hover{
	color: #92C527;
}
#blog ul.wpp-list li.active a {
	color: #92C527;
}


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

	#blog .wpp-list_title{
		margin: 30px 0 0 0;
		padding: 0 0 10px 0;
	}

	#blog ul.wpp-list {
	}
	#blog ul.wpp-list li {
	}
	#blog ul.wpp-list li a {
		padding: 15px 15px 15px 0;
		position: relative;
	}
	#blog .blog_box ul li a::before {
		position: absolute;
		display: inline-block;
		right: 0;
		top: 42%;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #92C527;
	}
	

}




/*  目次  */

#toc_container {
	margin-bottom: 40px;
	padding: 20px 30px 30px 30px;
	background: #fff;
	border: 2px solid #EDEDED;
	border-radius: 2px;
	color: #666;
	width: 100%;
}

#toc_container .toc_title {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px !important;
	font-size: 1.8rem;
	border-bottom: 1px solid #dedede;
}

#toc_container .toc_list {
	list-style-type: none !important;
	counter-reset: li;
}

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px !important;
  line-height: 1.5;
  font-size: 1.4rem;
}

#toc_container .toc_list > li a {
	text-decoration: none !important;
}

#toc_container .toc_list > li a:hover {
	text-decoration: underline !important;
}

#toc_container .toc_list > li ul {
	list-style-type: disc;
	margin-top: 15px;
	padding-left: 20px;
	color: #008db7;
}

#toc_container .toc_list > li > ul li {
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-left: 0 !important;
}


@media screen and (max-width: 667px){
	#toc_container {
		padding: 20px 20px;
	}

	#toc_container .toc_title {
	font-size: 1.8rem;
	}

	#toc_container .toc_list > li {
		margin-bottom: 18px;
		margin-left: 0;
	}
}



/*  監修  */
/*.supervision_area{
	line-height: 1.6;
	padding: 0 0 30px 0;
}

.supervision_area dt{
	float: left;
	display: inline-block;
	padding: 5px;
	width: 70px;
	background: #92C527;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.supervision_area dd{
	margin: 0 0 0 80px;
	font-size: 1.6rem;
	font-weight: bold;
}*/



/*執筆者名*/
/*.saboxplugin-wrap{
	margin: 40px 0 30px 0;
}

.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 30px;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
	max-width: 120px !important;
}

.saboxplugin-wrap .saboxplugin-authorname{
	line-height: 1.6;
	padding: 10px 0 0 0;
}
.saboxplugin-wrap .saboxplugin-authorname a {
	color: #444 !important;
	text-decoration: none !important;
}

.saboxplugin-wrap .saboxplugin-desc{
	margin: 5px 30px 0 30px;
	padding: 0 0 5px 0;
}


@media screen and (max-width: 667px){
	
	.saboxplugin-wrap{
		margin: 30px 0 30px 0;
	}

	.saboxplugin-wrap .saboxplugin-gravatar {
		float: none;
		padding: 30px 0 10px;
	}
	.saboxplugin-wrap .saboxplugin-gravatar img {
		max-width: 100px !important;
	}

	.saboxplugin-wrap .saboxplugin-authorname {
		line-height: 1.6;
		margin: 0 0 10px;
		padding: 0;
	}
	.saboxplugin-wrap .saboxplugin-desc{
		text-align: left;
		margin: 0 20px 20px;
		padding: 0;
	}
}*/




/*ブログカード*/
/*.lkc-card {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
 
.lkc-external-wrap {
    padding: 20px;
    max-width: inherit !important;
	height: auto;
}

.lkc-title {
    color: #444 !important;
    font-size: 20px;
    line-height: 24px;
}
.lkc-title a {
	text-decoration: none !important;
}
.lkc-title a:hover,
.lkc-title:hover{
	text-decoration: none !important;
	color: #777 !important;
}

.lkc-external-wrap a {
	text-decoration: none !important;
}
.lkc-external-wrap a:hover {
	text-decoration: none !important;
	color: #00B2B2 !important;
}

.lkc-content{
	height: auto !important;
}

@media screen and (max-width: 667px){
	
	.lkc-card {
		margin-top: 7px;
		margin-right: 0;
		margin-bottom: 7px;
		margin-left: 0;
	}
	
	.lkc-external-wrap {
		line-height: 1.6 !important;
	}
	.lkc-excerpt {
		display: none;
	}
	
	.lkc-title {
		font-size: 15px;
		line-height: 1.6 !important;
	}
	
}*/

/* --------------------------------------------------------------
追加コード 20241118
-------------------------------------------------------------- */
#blog .search-form .screen-reader-text{
	display: none;
}
.head_wrap .head_r ul.base{
	display: none;
}
.head_wrap .head_r ul.shakai_page{
	display: block;
}
.head_wrap .head_r ul.shakai_page li:first-child {
    margin-right: 80px;
}
.head_wrap .head_r ul.shakai_page li.head_btn a {
    width: 180px;
    height: 64px;
    padding: 10px 0;
    margin: 15px 0 0 0;
}
@media screen and (max-width: 667px){
    #sp_head .head_r ul, #sp_head .head_r ul.shogai_page, 
    #sp_head .head_r ul.taishoku_page, 
    #sp_head .head_r ul.tenshoku-catalog_page {
        display: none;
    }
   	#sp_head .head_r ul.shakai_page {
        display: block;
    }
    #sp_head .head_r ul.shakai_page li {
        float: left;
        width: 50%;
    }
    #sp_head .head_r ul.shakai_page li.head_btn a {
        display: block;
        font-size: 1.4rem;
        width: 100%;
        height: 45px;
        color: #fff;
        font-weight: bold;
        padding: 14px 0 0;
        margin: 0 0 0 0;
        line-height: 1.3;
    }
    #sp_head .head_r ul.shakai_page li.head_btn a::after {
		display: none;
	}
}

/* --------------------------------------------------------------
追加コード 20250502
-------------------------------------------------------------- */
/* サイドナビ 新着記事 */
#blog .new_area {
	padding: 0 19px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
}

#blog .new_area .new_area_title {
	padding: 25px 19px 25px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

#blog .new_area .new_posts_list {
}

#blog .new_area .new_posts_list .post_item {
	border-top: 1px dotted #ccc;
}

#blog .new_area .new_posts_list .post_link {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
}

#blog .new_area .new_posts_list .post_date {
	color: #888;
	font-size: 1.2rem;
	margin-bottom: 8px;
}

#blog .new_area .new_posts_list .post_title {
	color: #333;
	font-size: 1.4rem;
	transition: color 0.3s ease;
}

#blog .new_area .new_posts_list .post_link:hover .post_title {
	color: #A7D940;
}

@media screen and (max-width: 667px){
	#blog .new_area .new_area_title {
		padding: 19px;
	}
}

/* 記事詳細 監修者ブロック */
#blog .blog_de_supervisor {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
}

#blog .blog_de_supervisor .supervisor_title {
	margin-bottom: 20px;
	padding: 0 0 0 16px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	letter-spacing: 0.05em;
	color: #333;
}

#blog .blog_de_supervisor .supervisor_title::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: calc(100% - 10px);
	background: #92C527;
	border-radius: 3px;
}

#blog .blog_de_supervisor .supervisor_contents {
	display: grid;
	align-items: start;
	grid-template-columns: auto 1fr;
	gap: 20px;
}

#blog .blog_de_supervisor .supervisor_thumbnail {
	line-height: 1;
}

#blog .blog_de_supervisor .supervisor_thumbnail img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-object-fit: cover;
	object-fit: cover;
}

#blog .blog_de_supervisor .supervisor_body {
	
}

#blog .blog_de_supervisor .supervisor_name {
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

#blog .blog_de_supervisor .supervisor_profession {
	color: #999;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 2px;
}

#blog .blog_de_supervisor .supervisor_detail {
	line-height: 1.5;
	margin-top: 20px;
}

#blog .blog_de_supervisor .supervisor_detail > *:first-child {
	margin-top: 0;
}

#blog .blog_de_supervisor .supervisor_detail p {
	margin-top: 15px;
}

#blog .blog_de_supervisor .supervisor_detail a:link {
	color: #0070c9;
	text-decoration: underline;
}

#blog .blog_de_supervisor .supervisor_detail a:hover {
	color: #0070c9;
	text-decoration: none;
}

#blog .blog_de_supervisor .supervisor_detail strong {
	font-weight: bold;
}

@media screen and (max-width: 667px){
	#blog .blog_de_supervisor {
		margin-top: 30px;
		padding: 0;
	}

	#blog .blog_de_supervisor .supervisor_title {
		padding: 10px 20px;
		font-size: 1.4rem;
		background: #92C527;
		color: #FFF;
		font-weight: bold;
	}

	#blog .blog_de_supervisor .supervisor_title::before {
		display: none;
	}

	#blog .blog_de_supervisor .supervisor_contents {
		display: block;
		padding: 0 20px 20px;
	}

	#blog .blog_de_supervisor .supervisor_body {
	}

	#blog .blog_de_supervisor .supervisor_thumbnail {
		text-align: center;
		margin-bottom: 15px;
	}

	#blog .blog_de_supervisor .supervisor_name {
		text-align: center;
	}

	#blog .blog_de_supervisor .supervisor_profession {
		text-align: center;
	}
}