@charset "utf-8";




#magazine__v47 {
	background: url(../img/magazine/vol47/background.jpg);
}
#magazine__v47 h3{
	border: #e4007f solid 1px;
	color:#e4007f;
	text-align: center;
	margin-top: 1em;
}
/* vol46 */
.magazine__v46 h2,.magazine__v46 h3,.magazine__v46 h4,.magazine__v46 h5,.magazine__v46 h6,.magazine__v46 p,.magazine__v46 article,.magazine__v46 ection {
	margin: 0;
	padding: 0;
}
.magazine__v46 div.box1 {
	background: url(../img/magazine/vol46/background.jpg);
	padding-bottom: 1em;
}

.magazine__v46 .box2{
	background: #FFF;
	margin:0 30px;
	border-radius: 10px;
	padding: 20px 15px 10px;
}
.magazine__v46 .box2 li {
	display: inline-block;
}
.magazine__v46 .box2 img{
	padding-bottom: 1em;
}
.magazine__v46 .box3 li {
	display: inline-block;
	padding: 10px;
}
.magazine__v46 .box3 li:first-of-type {
	display: inline-block;
	padding-left: 40px;
}
.magazine__v46 .box4 ul li{
	margin-left:40px;
	font-size: .75em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.25em;
}
.magazine__v46 .box5 {
	padding: 20px;
}


@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){
.magazine__v46 .box2{
	margin:0 10px;
}
.magazine__v46 .box2 p{
	font-size: .75em;
}
.magazine__v46 .box2 li:last-of-type img{
	padding-bottom: 0;
}
.magazine__v46 .box3 li {
	padding:5px 10px 0;
}
.magazine__v46 .box3 li:first-of-type {
	padding-left: 10px;
}
.magazine__v46 .box4 ul li{
	margin:0 10px;
}
.magazine__v46 .box5 {
	padding: 5px;
}
}


/* ボタン共通 */

.magazine__link{
	padding: 1em 1em 0;
}

.button__magazine{
	border: 0 none;
	cursor: pointer;
	
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	
	font-weight: bold;
	line-height: 1.5em;
	padding: .25em 0em;
	
	color: #fff;
	background-color: #DA340A;
	
	transition: transform .3s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: -o-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: -ms-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: -moz-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
	
	box-sizing: 		border-box;
	-o-box-sizing: 		border-box;
	-ms-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: border-box;
}
.button__magazine:before{
	content: "";
	
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	
	
	width: 5px;
	height: 5px;
	margin: auto;
	
	
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
	transition: 			right 0.15s ease-out;
	-o-transition: 			right 0.15s ease-out;
	-ms-transition: 		right 0.15s ease-out;
	-moz-transition: 		right 0.15s ease-out;
	-webkit-transition: 	right 0.15s ease-out;
}
.button__magazine:hover{
	color: #fff;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.button__magazine:hover:before{
	right: 5px;
}
.button__magazine--c1{ background-color: #DA340A; }
.button__magazine--c2{ background-color: #E5007F; }
.button__magazine--c3{ background-color: #E77155; }
.button__magazine--c4{ background-color: #cccccc; }
.button__magazine--c5{ background-color: #61B32B; }
.button__magazine--c6{ background-color: #006086; }
.button__magazine--c7{ background-color: #4CBBE6; }

.button__magazine--st{
	background-image: linear-gradient(
	-45deg,
	#cc3747 25%,
	#ac1727 25%, #ac1727 50%,
	#cc3747 50%, #cc3747 75%,
	#ac1727 75%, #ac1727
	);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 4px 4px;
	width: 100%;
	border-radius: 2em;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #333;
}




@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){
.button__magazine{
	line-height: 1.25em;
}
.button__magazine--st{
	font-size: 1.25em;
}
}



/*--------------------------------------------------

 * magazine

--------------------------------------------------*/

/*  */
.magazine{
	padding-top: 2em;
	padding-bottom: 2em;
}
.magazine__body{
	margin-bottom: 3em;
}


/*---------- 古いタグを使いまわすパターン ----------*/
.magazine__old_layout{}
.magazine__old_layout *{
	margin: 0;
	padding: 0;
}
.text_hidden{
	display: none;
}
@media print, screen and (min-width: 768px){
.magazine__old_layout{
	width: 681px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
}
@media only screen and (max-width: 767px){
.magazine__old_layout img{
	max-width: 100%;
}
}
/*---------- 古いタグを使いまわすパターン ----------*/





.backnumber{}
.bnn__items{
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/* ▼ 2017.11.25 ▼ */
.bnn__item a {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
}
.bnn__item span {
	font-size: 0.75em;


}

.bnn__link{
	display: block;
	padding: .5em 0 .25em;
	
	text-align: center;
	text-decoration: underline;
	
	
	background-color: #E0F0D5;
	
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ▲ 2017.11.25 ▲ */

.bnn__link:hover,
.bnn__link.is-active{
	color: #fff;
	background-color: #61B32B;
	text-decoration: underline;
}
@media print, screen and (min-width: 768px){
.bnn__items{
	margin-left: -1%;
	margin-bottom: -10px;
}
.bnn__item{
	margin-left: 1%;
	margin-bottom: 10px;
	
	flex: 0 0 24%;
	-ms-flex: 0 0 24%;
	-moz-flex: 0 0 24%;
	-webkit-flex: 0 0 24%;
}
}
@media only screen and (max-width: 767px){
.bnn__items{
	margin-left: -3%;
	margin-bottom: -1em;
}
.bnn__item{
	margin-bottom: 1em;
	margin-left: 3%;
	
	flex: 0 0 47%;
	-ms-flex: 0 0 47%;
	-moz-flex: 0 0 47%;
	-webkit-flex: 0 0 47%;
}
}


















@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}
