@charset "utf-8";

/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.cont-left {
	float: left;
	width: 76% !important;
}

/*最新号外側のブロック*/
.new_block {
	background: #FFF;
	position: relative;
	padding: 9% 6% 0 6%;
}
/*最新号内側のブロック*/
.new_block_inner {
	width: 100%;
}
/*最新号タグ*/
h2.top_new {
	position: absolute;
	top: 0;
	left: 0;
	width: 141.12px;
	height: 44.04px;
	background-color: rgba(75,176,182,0.3);
	border-bottom: 4px solid #008B8B;
	line-height: 44px;
	text-align: center;
	color: rgb(0,139,139);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5rem;
}
h2.top_new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 44.04px solid rgba(75,176,182,0.3);
}
/*最新号最上部のタイトル*/
.new_block_top {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	position: relative;
}
.new_block_top p {
	color: #008B8B;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}
.new_block_pdf {
	padding: 2% 5%;
	font-size: 0.8em;
	color: #FFF;
	background: #C48649;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	width: 173px;
	line-height: 1.5;
}
.new_block_pdf:hover {
	background: #dba570;
	text-decoration: none;
}
.new_block_pdf a {
	color: #FFF;
	text-decoration:none;
}
.l-visible-small {
	display: none;
}
/*最新号最上部のVOL*/
p.new_vol {
	font-size: 13px;
	font-weight: 400;
	padding-top: 0;
}
.new_day {
	font-size: 13px;
	font-weight: 400;
	padding-left:2%;
}
/*最新号左側のブロック*/
.new_block_left {
	float: left;
	width: 25%;
	margin-right: 7%;
}
.new_block_left img {
	width: ;
	height: atuo;
	margin-top: 3%;
	box-shadow:0px 0px 6px 3px #CCC;
}
.txtC {
	text-align: center;
}
.new_vol {
	font-size: 12px;
	font-weight: 400;
	padding-top: 3%;
}

/*最新号右側のブロック*/
.new_block_right {
	float: left;
	width: 68%;
}
/*タイトル*/
.new_block_right_title {
font-size: 1rem;
    font-weight: bold;
    line-height: 1.9;
    border-left: 4px solid #008B8B;
    padding-left: 1%;
    margin-bottom: 3%;
    margin-top: 4%;
}
/*トピック名*/
.new_head {
	float: left;
	width: 14%;
	margin-right: 4%; 
	text-align-last: justify; 
	text-justify:inter-ideograph;   
	white-space: nowrap;  
	font-weight: bold;
}
/*トピック本文*/
.new_text {
	float: left;
	width: 82%;
	line-height: 1.5;
}
.new_text p {
	padding-bottom: 4%;
}
.new_text a  {
	color: #C48649;
}
/*動画アイコン*/
.new_text p img {
	width: 18px;
	height: 18px;
}
.link-icon {
	padding: 0.5% 2%;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left:0.5em;
	padding-bottom:1px;
	background: #C48649;
	margin-left: 0.5em;
	text-decoration:none;
	display: inline-block;
}
.link-icon:hover {
	background: #dba570;

	text-decoration: none;	
}

.nl{
text-decoration: underline ;
}




/*バックナンバー
-----------------------------------*/
.back_block {
	background: #e6e6e6;
	width: 96%;
	position: relative;
	margin-top: 5%;
	padding: 5% 0;
}
.back_inner {
	width: 84%;
	padding-left:1%;
	margin: 3% auto;
}
.back_item a:hover{
	opacity: 0.9;
}
.back_item {
	position: relative;
	margin: 3% 4% 3%;
	width: 175px;
	height: 280px;
	float: left;
}

.back_item .back_text {
	position: absolute;
	top: 170px;
	left: 0;
	width: 94%;
	height: 80px;
	padding: 3%;
	background: #303030;
	opacity: 0.85;
}
.back_item .back_text p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	color: #FFF;
	display: block;
	white-space: normal;　/*空白行の折り返しを無効*/
}
@media (max-width: 900px){
	.back_item .back_text p {
		font-size: 12px;
	}
}
.back_item .back_text p.back_date {
	font-size: 12px;
	position: absolute;
	bottom: 5%;
	left: 5%;
}
/*バックナンバータグ*/
h2.top_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 141.12px;
	height: 40.04px;
	background-color: rgba(75,176,182,0.3);
	border-bottom: 4px solid #008B8B;
	line-height: 44px;
	text-align: center;
	color: rgb(0,139,139);
	font-size: 16px;
	font-weight: 600;
}
h2.top_back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 44.04px solid rgba(75,176,182,0.3);
}
/*バックナンバーMOREタグ*/
.top_back_more {
	max-width: 100px;
	height: 34.04px;
	background: #C48649;
	line-height: 34px;
	text-align: center;
	display: block;
	margin-left:45%;
}

.top_back_more a {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.top_back_more:hover {
	opacity: 0.7;
}




/*　PC狭め〜iPad Pro設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 75em){
	/*最新号*/
	.new_block {
		background: #FFF;
		position: relative;
		padding: 9% 3% 3% 6%;
	}

	.back_inner {
		width: 100%;
	}
	.back_block {
		width: auto;
		margin-top:0;
	}
	p.new_vol {
		font-size: 13px;
		font-weight: normal;
		padding-top: 3%;
		padding-bottom: 2%;
	}
	.new_head {
		width: 20%;
	}
	.new_text {
		width: 100%;
	}
	/*バックナンバー*/
	.back_block {
		padding: 6% 3%;
	}
	.back_inner {
		padding-left:0;
	}
}
@media screen and (max-width: 1200px) {
	.back_item {
			position: relative;
			margin: 3% 4% 3%;
			width: 25%;
			height: 300px;
			float: left;
	}
	.back_item .back_text {
			position: absolute;
			top: 200px;
			left: 0;
			width: 94%;
			height: 80px;
			padding: 3%;
			background: #303030;
			opacity: 0.85;
	}
	.new_block_pdf {
		width: 90%;
	}
	.l-visible-small {
		display: block;
	}
}


@media screen and (max-width: 1024px) {
.back_item {
    position: relative;
    margin: 3% 4% 3%;
    width: 25%;
    height: 280px;
    float: left;
}
.cont-left {
    float: left;
    width: 76%;
    padding-left: 0;
}
.back_item .back_text {
    position: absolute;
    top: 168px;
    left: 0;
    width: 94%;
    height: 80px;
    padding: 3%;
    background: #303030;
    opacity: 0.85;
}
}
@media screen and (max-width: 950px) {
.back_item {
    position: relative;
    margin: 3% 4% 3%;
    width: 25%;
    height: 240px;
    float: left;
}
.back_item .back_text {
    position: absolute;
    top: 148px;
    left: 0;
    width: 94%;
    height: 80px;
    padding: 3%;
    background: #303030;
    opacity: 0.85;
}
}


/*iPadスマホ設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 834px) {
	.back_block {
		width: auto;
	}
	.back_item {
			position: relative;
			margin: 3% 2% 3%;
			width: 29%;
			height: 250px;
			float: left;
	}
}


@media screen and (max-width: 769px) {
	.cont-left {
			float: none;
			width:100% !important;
	}
	/*最新号*/
	.new_block {
		margin-top: 68px;
		width: 94%;
		padding: 5% 3% 0;
	}
	.new_block_top {
		width: 100%;
		margin-top: 8%;
		margin-bottom: 0;
	}
	.new_block_top p {
			text-align: center;
			font-size: 20px;
	}
	.new_block_pdf {
		margin: 2em auto 0;
		padding: .5% 2%;
		font-size: 14px;
		text-align: center;
		line-height: 2;
	}

	.new_block_left {
		float: none;
		width: 60%;
		margin:0 auto;
		text-align: center;
	}
	.new_block_left img {
		width: 80%;
		height: atuo;
		margin-top: 3%;
		box-shadow:0px 0px 6px 3px #CCC;
	}
	.new_block_left p {
		color: #008B8B;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
	.new_day {
			font-size: 14px;
	}
	.new_block_right {
			float: none;
			width: 94%;
			padding: 10% 3% 0;
	}

	.new_block_right_title {
			font-size: 1.1rem;
			font-weight: bold;
			line-height: 1.5;
			border-left: 4px solid #008B8B;
			padding-left: 1%;
			margin-bottom: 2%;
	}
	.new_head {
			float: none;
			/*width: 30%;*/
		margin: 7% auto 0;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		text-align-last: justify; /*テキストの両端揃え*/
		text-justify:inter-ideograph; /*テキストの両端揃え*/
		font-weight: bold;
	}
	.new_text{
			float: none;
			width: 100%;
	}
	.new_text p{
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 7.3%;
	}
	/*バックナンバー*/
	.back_block {
		width: 100%;
		margin-top: 10%;
		padding: 15% 0 	6%;
	}
	.back_inner {
		width: 89%;
		/*background: #000;*/
		margin: auto;
	}
	.back_item  {
		padding: 0 2%;
		width: 44%;
		height: 400px;
		margin: 5% 1% 0;
	}
	.back_item img  {
		padding-bottom: 15%;
	}

	.back_item .back_text {
			position: absolute;
			top: 280px;
			left: 0;
			width: 94%;
			height: 100px;
			padding: 3%;
			background: #303030;
			opacity: 0.85;
	}
	.back_item .back_text p {
		font-size: 14px;
	}
	.top_back_more {
		margin:8% auto 0;
	}
	.back_item .back_text p.back_date {
		font-size: 12px;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.l-visible-small {
		display: none;
	}
}

@media screen and (max-width: 630px) {
	.back_item {
			padding: 0 2%;
			width: 44%;
			height: 350px;
			margin: 5% 1% 0;
	}
	.back_item .back_text {
			position: absolute;
			top: 215px;
			left: 0;
			width: 94%;
			height: 100px;
			padding: 3%;
			background: #303030;
			opacity: 0.85;
	}
}

@media screen and (max-width: 500px) {
	.back_item {
			padding: 0 2%;
			width: 44%;
			height: 280px;
			margin: 5% 1% 0;
	}
	.back_item .back_text {
			position: absolute;
			top: 155px;
			left: 0;
			width: 94%;
			height: 100px;
			padding: 3%;
			background: #303030;
			opacity: 0.85;
	}
	.new_block {
			margin-top: 68px;
			width: 94%;
			padding: 11% 3% 0;
	}
	.new_block_left {
			float: none;
			width: 100%;
			margin-right: 0;
			margin-top: 2%;
			text-align: center;
	}
	.new_block_left img {
			width: 80%;
			height: auto;
			margin-top: 3%;
			box-shadow: 0px 0px 6px 3px #CCC;
	}
	.new_block_right {
			float: none;
			width: 94%;
			padding: 16% 3% 0;
	}
}
