@charset "utf-8";

/* PC用CSS */
@media print, screen and (min-width: 769px) {

/*ブログ*/
.wrapper_blog{
	width:1080px;
	margin:0 auto;
	background:#fff;
	padding:10px 0;
}
.wrapper_blog:after{content: "";display: block;clear: both;}

.blog_box {
	width: 1000px;
	margin: 0 auto 14px;
	overflow:hidden;
	background:#fff;
	box-sizing: border-box;
}
.blog_box section {
	float:left;
	width: 680px;
}
	/*詳細ページ1カラム*/
	.blog_box section.colum1 {
		float:none;
		width: 680px;
		margin:0 auto;
	}
	.entry-header_big{
		width: 680px;
		overflow:hidden;
		background:#fff;
		height:36px;
		margin:0 0 24px 0;
		padding:0;
		border-bottom: 2px solid #000;
	}
.blog_box section:after{content: "";display: block;clear: both;}

/*ブログの大見出し*/
.title_bigblog {
    background: #eee;
    height: 39px;
    line-height: 39px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: bold;
    border-left: 6px solid #000;
	font-size:17px;
}

.entry-header{
	width: 680px;
	overflow:hidden;
	height:auto;
	line-height:36px;
	margin:0 0 28px 0;
	padding:0;
border-bottom: 1px dotted #ccc;
border-left:4px solid #11418a;
border-top:none !important;
}
.sidebar {
	float:right;
	width: 290px;
	margin: 0 0 14px 0;

}
.sidebar aside {
	margin: 0 0 20px 0;
}
.sidebar aside.search input.field{
	width:100%;
	padding:4px;
	border:1px solid #bbb;
	box-sizing: border-box;
}
.sidebar aside.search input.submit{
	display:block;
	margin:8px auto 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
width: 290px;
height: 40px;
margin: 0 0 10px 0;
background: #11418a;
color:#fff;
text-align:center;
line-height:40px;
}

.blog_search {
	background: url(../img/blog_search.gif) no-repeat;
}

.blog_calendar {
	background: url(../img/blog_calendar.gif) no-repeat;
}

.blog_kiji {
	background: url(../img/blog_kiji.gif) no-repeat;
}

.blog_category {
	background: url(../img/blog_category.gif) no-repeat;
}

.blog_archive {
	background: url(../img/blog_archive.gif) no-repeat;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.entry-title {
float:left;
width:600px;
height:36px;
line-height:36px;
text-indent: 8px;
font-size:20px;
font-weight:bold;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	font-size: 18px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

.page-title {
	margin: 0 0 30px 0;
}

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}
/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*一覧ページ*/
#top_contents_post {
width: 680px;
margin: 0px 0px 40px 0px !important;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}

#top_contents_post_img {
float: left;
padding: 2px;
border: 1px solid #ccc;
background-color: #fff;
text-align: center;
}
#top_contents_post_img img{
max-width: 230px;
max-height: 230px;
}
#top_contents_post_text {
float: right;
width: 420px;
margin: 0 0 10px 0;
}

#top_contents_post_abst {

}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
#top_contents_post_datail a{
	padding: 6px 30px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #dfdfdf);
	background:         linear-gradient(top, #fafafa, #dfdfdf);
	border-radius:4px;
	cursor: pointer;
}
#top_contents_post_datail a:link{color:#333;text-decoration:none;}
#top_contents_post_datail a:visited{color:#333;text-decoration:none;}
#top_contents_post_datail a:hover{color:#333;text-decoration:none;opacity:0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )"}
#top_contents_post_datail a:active{color:#333;text-decoration:none;}

				.top_contents_post_colum2 {/*2カラムの場合*/
					float:left;
					width: 340px;
					margin: 0 30px 20px 0;
					height: auto;
					border:1px solid #ddd;
					background:#fff;
				}
				.top_contents_post_colum2:nth-child(2n){
					margin: 0 0 20px 0;
				}
				.top_contents_post_colum2 .title {/*2カラムの場合の見出し*/
					font-size: 14px;
					font-weight: bold;
					margin: 8px 0 6px 10px;
					text-indent: 8px;
					height:24px;
					line-height:24px;
					border-left:4px solid #D26A60;
				}
				.top_contents_post_colum2 .title a:link{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:visited{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:hover{color:#f00;text-decoration:underline;}
				.top_contents_post_colum2 .title a:active{color:#222;text-decoration:none;}

				.top_contents_post_colum2 .contents{/*2カラムの場合のコンテンツ部分box*/
					width:320px;
					margin:0 auto;
				}
				.top_contents_post_colum2 .contents:after{content: "";display: block;clear: both;}

				.top_contents_post_colum2 .img {/*2カラムの場合の写真*/
					float:left;
					width: 130px;
					margin: 4px 0 20px 0;
					height: auto;
					overflow: hidden;
				}
				.top_contents_post_colum2 .text {/*2カラムの場合のテキスト*/
					float:right;
					width: 170px;
					margin: 0 0 20px 0;
					font-size:12px;
				}
				.top_contents_post_colum2 .btn_next {/*2カラムの場合の【続きを見る】ボタン*/
					text-align:center;
					margin:0 0 10px 0;
				}
/*タイトル周り*/
.blogtitle{
	width: 680px;
	background: #11418a;
	margin:0 0 1.5em 0;
}
.blogtitle:after{content: "";display: block;clear: both;}

#top_contents_post_title {
	float:left;
	width: 560px;
}
#top_contents_post_title a{;color:#fff;text-decoration:none;}
#top_contents_post_title a:link{color:#fff;text-decoration:none;}
#top_contents_post_title a:vidited{color:#fff;text-decoration:none;}
#top_contents_post_title a:hover{color:#fff;text-decoration:underline;}
#top_contents_post_title a:active{color:#fff;text-decoration:none;}

#top_contents_post_title a{/*2行になっても水平真ん中*/
display: table-cell;
/* height: 40px; */
font-size: 18px;
vertical-align: middle;
line-height: 1.3;
padding: 6px 20px;
}
.entry-date {
float:right;
width:88px;
color: #fff;
font-size: 16px;
margin: 0 10px 0 0;
	height:40px;
line-height:40px;
}

.btn_contact{
margin: 40px 0 0 0;
text-align: center;
}
.ul_kiji li {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px dotted #ccc;
}
/*-----------------------------------------------
ソーシャル系リンク
-----------------------------------------------*/
.so_link{
padding:0 0 10px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:left;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
.entry_navi {
text-align: center;
padding: 5px 0 35px 0;
}
/*1行版*/
.blog_info dl{
width:700px;
overflow:hidden;
padding:10px 0 0 0;
margin:0 auto 30px;
}
.blog_info dl dt{
clear:both;
float:left;
width:110px;
margin:0 0 10px;
}
.blog_info dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 110px;
}


}/* ←CSSの一番最後に記述 */



/* スマホ用CSS */
@media screen and (max-width: 768px) {
.angle li {
font-size: 90%;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
/*ブログ*/
.blog_box {
	width: 96%;
	margin: 0 auto 14px;
	overflow:hidden;
}
.blog_box section {
	float:none;
	width: 100%;
	margin:0 0 30px 0;
}
.blog_box section:after{content: "";display: block;clear: both;}

	/*詳細ページ1カラム*/
	.blog_box section.colum1 {
		float:none;
		width: 96%;
		margin:0 auto;
	}
	.entry-header{
		width: 100%;
		overflow:hidden;
		background:#fff;
		height:56px;
		margin:0 0 24px 0;
		padding:0;
		border-bottom: 2px solid #780300;
	}

/*ブログの大見出し*/
.title_bigblog {
    background: #eee;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: bold;
    border-left: 6px solid #000;
	font-size:15px;
}

.entry-header{
	width: 100%;
	overflow:hidden;
	height:36px;
	line-height:36px;
	margin:0 0 14px 0;
	padding:0;
border-bottom: 1px dotted #ccc;
border-left:4px solid #000;
border-top:none !important;
}

.sidebar {
	float:none;
	/*width: 191px;*/
	margin: 0 auto;
}
.sidebar aside {
	margin: 0 0 40px 0;
}
.sidebar aside.search input.field{
	width:100%;
	padding:4px;
	border:1px solid #bbb;
	border-radius: 4px;
	height: 48px;
}
.sidebar aside.search input.submit{
	display:block;
	margin:8px auto 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
/*width: 191px;*/
height: 33px;
line-height:33px;
text-align:center;
text-indent: 0;
margin: 0 0 10px 0;
background: #11418a;
color:#fff;
}

.blog_search {
	background: url(../img/blog_search.gif) no-repeat;
}

.blog_calendar {
	background: url(../img/blog_calendar.gif) no-repeat;
}

.blog_kiji {
	background: url(../img/blog_kiji.gif) no-repeat;
}

.blog_category {
	background: url(../img/blog_category.gif) no-repeat;
}

.blog_archive {
	background: url(../img/blog_archive.gif) no-repeat;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.entry-title {
float:left;
height:36px;
line-height:36px;
text-indent: 8px;
font-size:16px;
font-weight:bold;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	font-size: 14px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

.page-title {
	margin: 0 0 30px 0;
}

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}
/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*一覧ページ*/
#top_contents_post {
width: 100%;
margin: 0px 0px 20px 0px !important;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}

#top_contents_post_img {
float: none;
padding: 2px;
background-color: #fff;
margin:0 0 10px 0;
}

#top_contents_post_text {
float: none;
width: 100%;
margin: 0 0 10px 0;
}

#top_contents_post_abst {

}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
#top_contents_post_datail a{
	padding: 6px 30px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #dfdfdf);
	background:         linear-gradient(top, #fafafa, #dfdfdf);
	border-radius:4px;
	cursor: pointer;
}
#top_contents_post_datail a:link{color:#333;text-decoration:none;}
#top_contents_post_datail a:visited{color:#333;text-decoration:none;}
#top_contents_post_datail a:hover{color:#333;text-decoration:none;opacity:0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )"}
#top_contents_post_datail a:active{color:#333;text-decoration:none;}

				.top_contents_post_colum2 {/*2カラムの場合*/
					float:left;
					width: 340px;
					margin: 0 30px 20px 0;
					height: auto;
					border:1px solid #ddd;
					background:#fff;
				}
				.top_contents_post_colum2:nth-child(2n){
					margin: 0 0 20px 0;
				}
				.top_contents_post_colum2 .title {/*2カラムの場合の見出し*/
					font-size: 14px;
					font-weight: bold;
					margin: 8px 0 6px 10px;
					text-indent: 8px;
					height:24px;
					line-height:24px;
					border-left:4px solid #D26A60;
				}
				.top_contents_post_colum2 .title a:link{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:visited{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:hover{color:#f00;text-decoration:underline;}
				.top_contents_post_colum2 .title a:active{color:#222;text-decoration:none;}

				.top_contents_post_colum2 .contents{/*2カラムの場合のコンテンツ部分box*/
					width:320px;
					margin:0 auto;
				}
				.top_contents_post_colum2 .contents:after{content: "";display: block;clear: both;}

				.top_contents_post_colum2 .img {/*2カラムの場合の写真*/
					float:left;
					width: 130px;
					margin: 4px 0 20px 0;
					height: auto;
					overflow: hidden;
				}
				.top_contents_post_colum2 .text {/*2カラムの場合のテキスト*/
					float:right;
					width: 170px;
					margin: 0 0 20px 0;
					font-size:12px;
				}
				.top_contents_post_colum2 .btn_next {/*2カラムの場合の【続きを見る】ボタン*/
					text-align:center;
					margin:0 0 10px 0;
				}
/*タイトル周り*/
.blogtitle{
	width:100%;
	margin:0 auto;
}
.blogtitle:after{content: "";display: block;clear: both;}

#top_contents_post_title {
	float:none;
	width: 96%;
	margin:0 auto;
	padding:2%;
	background: #11418a;
}
#top_contents_post_title a{;color:#fff;text-decoration:none;}
#top_contents_post_title a:link{color:#fff;text-decoration:none;}
#top_contents_post_title a:vidited{color:#fff;text-decoration:none;}
#top_contents_post_title a:hover{color:#fff;text-decoration:underline;}
#top_contents_post_title a:active{color:#fff;text-decoration:none;}

#top_contents_post_title a{/*2行になっても水平真ん中*/
	margin:0 auto;
	width: 90%;
	height:20px;
	font-size:14px;
	vertical-align:middle;
	line-height:1.3;
	padding:0;
}
.entry-date {
float:none;
width:98%;
color: #222;
font-size: 12px;
margin: 0 auto;
font-weight:bold;
padding:10px 0;
text-align:right;
}

.btn_contact{
margin: 40px 0 0 0;
text-align: center;
}
/*-----------------------------------------------
ソーシャル系リンク
-----------------------------------------------*/
.so_link{
padding:0 0 2px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:right;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
.entry_navi {
text-align: center;
padding: 5px 0 25px 0;
}
/*1行版*/
.blog_info dl{
width:700px;
overflow:hidden;
padding:10px 0 0 0;
margin:0 auto 30px;
}
.blog_info dl dt{
clear:both;
float:left;
width:110px;
margin:0 0 10px;
}
.blog_info dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 110px;
}
.blog_entrybox01{
	width: 94%;
	margin: 0 auto 30px;
}
.blog_entrybox01 .title_bar03 {
	height:auto;
	line-height:1.5;
	text-indent:0;
	padding: 0 0 4px 10px;
	margin:0 0 1.5rem 0;
	background:url(../img/icon_bar.png) no-repeat 0;
	border-bottom:1px solid #dcdcdc;
	box-sizing: border-box;
line-break: strict;
}

.entry .title .text {
font-size: 2rem;
line-height: 1.4;}

}/* ←CSSの一番最後に記述 */

.angle{

display: inline-block;
color: #ddd;
margin-bottom: 2em;
width: 100%;
}
@media print, screen and (min-width: 768px) {
.entry .title .text {
	font-size: 2.6rem;}
.angle{
display: inline-block;
color: #ddd;
margin-bottom: 2em;
width: 100%;
margin-left: auto; margin-right: auto;
text-align: center;
}

}
.angle ul{
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
display: flex;
width: 100%;
box-sizing: border-box;
}
.angle li{
text-align: center;
padding: 4px;
box-sizing: border-box;
display: flex;
align-items: center;
}


.angle li:nth-child(1) p{
display: inline-block;

align-items: center;
}
.angle li:nth-child(1) i{
margin-right: 6px;
display: inline-block;
align-items: center;
}
.angle li:nth-child(1) i:before,
.angle li:nth-child(2) i:before{

}
.angle li:nth-child(2){
border-right: 1px solid #eee;
text-align: left;
width: 40%;
display: flex;
align-items: center;


}
.angle li:nth-child(2) i{
margin-left: 6px;
}
.angle li:nth-child(3){
text-align: center;
border-right: 1px solid #eee;
width: 20%;
justify-content:center;

}
.angle li:nth-child(4){
align-items: center;
width: 40%;
text-align: right;
justify-content: flex-end;
}
.angle li:nth-child(4) i{
margin-right: 6px;
display: inline-block;
align-items: center;
}

.angle li:nth-child(5){
align-items: center;

justify-content: flex-end;
}
.angle li:nth-child(5) i{
margin-left: 6px;
display: inline-block;
align-items: center;
}


.angle li a:link{color:#333;text-decoration:none;}
.angle li a:visited{color:#333;text-decoration:none;}
.angle li a:hover{color:#ED3FA4;text-decoration:none;}
.angle li a:active{color:#333;text-decoration:none;}

/**/
.entry {
	max-width: 900px;
	margin: 0 auto 70px auto;
}
.entry .title {
	padding: 0 0 0 1em;
	border-left: 5px solid var(--main-bg);
	margin: 0 0 1.5em 0;
}
.entry .title .day {
	display: block;
	color:var(--main-bg);
	font-size: 1.6rem;
	font-weight: bold;
}
.entry .title .text {
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.txtarea {
	margin: 1.5em 0 0 0;
}
				@media screen and (max-width: 1139px) {
					.entry {
						max-width: none;
						padding: 0 4%;
					}
				}
				
h2.title.mb3em{
margin-bottom: 3em;
}

h2.title.mb3em a:link{color:#222;text-decoration:none;}
h2.title.mb3em a:visited{color:#222;text-decoration:none;}
h2.title.mb3em a:hover{color:#222;text-decoration:none;opacity: 0.5;}
h2.title.mb3em a:active{color:#222;text-decoration:none;}







