@charset "UTF-8";
/* CSS Document */
.maker{
	background:linear-gradient(transparent 60%, #ff6 60%);;
	font-weight:bold;
}
@media screen and (min-width: 769px){
.soudan a{
	position: fixed;
	z-index: 0;
	bottom: 80px; 
	left: 0px;
	padding: 6px;
	overflow:hidden;
	background: rgba(255,255,255,1);
	border-bottom: 10px solid rgba(19,120,255,1);
}
.soudan a:hover{
	border-bottom: 5px solid rgba(0,255,242,1);
	z-index: 0;
}
.soudanL{
	width:120px;
	position: fixed;
	bottom: 80px; 
	left:0;
	z-index: 1;
}
.soudanR{
	margin-left:100px;
	padding:5px 0px 5px 15px;
}
.soudanR p{
	line-height:1.2;
}
.soudanR .text1{
	font-weight: bold;
	}
section{
	width: 80%;
	max-width:1000px;
	margin:60px auto 200px;
	text-align:justify;
}
section h1{
	margin:30px auto 0;
}
section .titleimg{
	width:100%;
	height:auto;
	margin:10px auto 20px;
}
section .date{
	margin:10px auto 30px;
}
section h2{
	margin-top: 60px auto 30px auto;
}
section p {
	margin:30px auto;
}
section .olstyle{
	margin:0 10% 30px 0;	
	list-style-position:inside;
}
section .olstyle li{
	margin:5px 0;
}
section dl{
	margin:10px auto;
}
section dt{
	margin:15px auto;
	font-weight:bold;
	color:black;
	font-size:2rem;
	}
section .magazineimg{
	width:500px;
	height:auto;
	margin:10px auto 20px;
}
section .magazineimg p{
	margin-top:-20px;
	text-align:center;
	font-size:1.2rem;
}
section .magazineimg p a{
	margin-top:-10px;
	text-align:center;
	font-size:1.2rem;
	text-decoration:underline;
	text-decoration-color: blue;
	color:blue;
}
/* シェアボタン、年別バックナンバー */
section ul{
	width:100%;
	margin:30px auto 30px 0;
	list-style-type: none;
	overflow: hidden;
}
section ul li{
	float:left;
	width:95px;
	margin-right:3px;
	text-align:center;
}
section ul li a{
	width:100%;
	height:100%;
	display:block;
	color:rgba(19,120,255,1);
}
section ul li a:hover{
	background: rgba(19,120,255,1);
	color:#FFFFFF;
}
section ul li a:active{
	background: rgba(19,120,255,0.5);
	color:#FFFFFF;
}
/* バックナンバー */
.list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin:30px auto;
}
.list_item{
	width: 24.7%;
	padding: 1em;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.list_item p {
	margin:5px;
	width:100%;
}
.item-image {
	margin-bottom: 1em;
}
}
@media screen and (max-width: 768px){
.breadcrumb{
	margin:60px auto 0px;
}
section{
	width: 84%;
	margin:60px auto 100px;
	text-align:justify;
}
section h1{
	margin:30px auto 0;
	font-size:26px;
}
section .date{
	margin:10px auto 30px;
}
section h2{
	margin: 60px auto 30px auto;
}
section p {
	margin:30px auto;
}
section .olstyle{
	margin:0 10% 30px 0;	
	list-style-position:inside;
}
section .olstyle li{
	margin:5px 0;
}
section dl{
	margin:10px auto;
}
section dt{
	margin:5px auto;
	font-weight:bold;
	color:black;
	font-size:1.8rem;
	}
/* シェアボタン、年別バックナンバー */	
section ul{
	width: 84%;
	margin:0 auto 100px auto;
	list-style-type: none;
	overflow: hidden;
}
section ul li{
	float:left;
	width:30%;
	margin-right:3px;
	text-align:center;
}
section ul li a{
	width:100%;
	height:100%;
	display:block;
	color:rgba(19,120,255,1);
	font-weight:normal;
}
section ul li a:hover{
	background: rgba(19,120,255,1);
	color:#FFFFFF;
}
section ul li a:active{
	background: rgba(19,120,255,0.5);
	color:#FFFFFF;
}
section .magazineimg{
	width:300px;
	height:auto;
	margin:10px auto 20px;
}
section .magazineimg p{
	margin-top:-10px;
	text-align:center;
	font-size:1.2rem;
}
section .magazineimg p a{
	margin-top:-10px;
	text-align:center;
	font-size:1.2rem;
	text-decoration:underline;
	text-decoration-color: blue;
	color:blue;
}
/* バックナンバー */
.list{
	width:84%;
	margin:20px auto;
}
.list_item{
	border: 1px solid #ccc;
	overflow: hidden;
	height:75px;
}
.list_item p{
	margin:15px auto;
}
.item-image {
	float:left;
}
.item-image img {
	width: 100px;
	height: auto;
	vertical-align: bottom;
	margin-right:10px;
}
/*お問い合わせ*/
.consBtn{
	position: fixed;
	bottom:80px; 
	right: 10px;
	padding: 10px 10px;
	z-index: 1;
	width: auto;
	writing-mode: tb-rl;
}
.consBtn a{
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(19,120,255,1);
	border-radius: 10px;
	display: block;
	font-size:1.4rem;
}
.consBtn a:hover{
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.00);
	background: rgba(27,42,88,1);
	border-radius: 10px;
}
}