#top-main {
	border: 1px none #CCC;
	background: #E9E9D3;
	}
	
#top-photo {/* flexへ変更 20230621*/
	display:flex;
	justify-content: space-between;
	padding: 0 0 0 1rem;
	}
#top-photo div {	
	}
/* https://dezanari.com/css-circle/#toc11 */ 
#top-photo .icon_circle {
	display: inline-block;
	background: #FF9900;
	position: relative;/* ←文字の親要素に指定 */
	width: 100px;
	height: 100px;
	border-radius: 50%; /*丸く*/
	margin:0 4px;
	text-decoration: none;
	text-align:center;
	vertical-align: middle;
	line-height: normal;
	color: #FFF;
	}
#top-photo .icon_circle span {
	position:absolute;/* ←要素に指定*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: normal;
	width:5em;/* ←文字数 */
	font-size: 0.94rem;
	}
#top-photo .cover {
	padding:20px 30px 20px 20px;
	}
#top-photo .cover img {
	width:200px;
	height:auto;
	}
#top-main .title_numb  {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333;
	background: #000;
	}
#top-main-btm   {
	z-index: 2;
	position: relative;
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#top-main-btm h2 {
	margin-left: 0px;
	margin-bottom: 15px;
	clear: both;
	padding-left: 0px;
	}
#top-main-btm .cover  {
	width: 180px;
	display: table-cell;
	padding: 10px;
	margin: 5px;
	vertical-align: top;
	border: 1px solid #FFFFFF;
	border-radius:4px;
	}
	#top-main-btm .cover img {
	height: auto;
	width: 100%;
	}
	#top-main-btm .cover a .link_content  {
	padding-top: 10px;
	margin: 0px;
	text-decoration: none;
	}
	#top-main-btm .text  {
	display: table-cell;
	vertical-align: top;
	visibility: visible;
	}
	#top-main-btm .text_ph {
	/*border: 1px solid #FFFFFF;*/
	padding: 2px;
	margin: 0 0 1em;
	display: block;
	}
	#top-main-btm .text_ph img {
	object-fit: cover;
	width: 100%;
	}

	#top-main-btm  .next-issue{
	clear: both;
	padding: 8px;
	border-radius: 4px;
	border: 1px none #CCC;
	margin-top: 10px;
	text-align: center;
	background-color: #FFF;
	}
	#top-box {
	background-color: #E9E9D3;
	clear: both;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
	#top-box h3 {
	margin-bottom: 1em;
	margin-top: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996;
	padding: 0.5em;
	}
	
.shadow_box {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	/*対策*/
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	}
	
/*-----	SNSボタン -----*/
#sns {
	color: #069;
	}
	#sns ul {
	display: flex;
	justify-content: space-evenly;
	margin-top:2em;
 	}
/*	#sns ul li a {
	display: inline-block;
	border:1px solid #069;
	border-radius:0.5rem;
	padding: 0.75em 1.5em 0.75em 1.2em;
	text-decoration: none;
	}*/
	#sns ul li a {
	display: inline-block;
	border:1px solid #069;
	border-radius:0.1rem;
	padding: 0.5rem 2rem 0.5rem 1.5rem;
	text-decoration: none;
	}
	#sns ul li :before { /*sns icon*/
	font-size: 2em;
	padding-right: 0.7rem;
	vertical-align: middle;
	}
	#sns .facebook:before {
	font-family: "Font Awesome 5 Brands";
	content: '\f09a';
	/*font-weight: 400; 無くてもよい*/ 
	}
	#sns .instagram:before {	
	content: '\f16d';
	font-family: 'Font Awesome 5 Brands';
 	}	
	#sns .youtube:before {	
	content: '\f167';
	font-family: 'Font Awesome 5 Brands';
 	}


.btm-banner-lg {
	display: flex;
	flex-wrap: wrap;
	/*justify-content:space-around;*/
	/*align-items: baseline;*/
	margin-top: 2em;
	}
.btm-banner-lg li {
	text-align: center;
	padding:0.5em;

	}


#pulldown_area_idx {
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: #eee;
	border: 1px solid #CCC;
	padding: 14px;
	float: left;
	position: relative;
	margin-top: 10px;
	}
