@charset "utf-8";

/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*contents */
.contents {
margin-top: 110px !important;
}
/*右側コンテンツ*/
.cont-right {
margin-top: 27px;
}
/*パンくずリスト*/
.pankuzu{
	color: #303030;
	padding-bottom: 0.1em;
}
.pankuzu a{
	color: #008B8B;
	text-decoration: underline;
}

/*外側のブロック*/
.back_inner {
	background: #FFF;
	width: 80%;
	padding: 7% 10%;
	position: relative;
	
}
/*最新号最上部のタイトル*/
.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;
}
/*最上部のVOL*/
p.b_index_vol {
	font-size: 14px;
	font-weight: 400;
	padding-top: 0.5%;
}
p.new_vol {
	font-size: 15px;
	font-weight: 400;
}
.txtC {
	text-align: center;
}
.new_day {
	font-size: 15px;
	font-weight: 400;
	padding-left:3%;
}
.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;
}
.l-visible-small {
	display: none;
}
.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%;
}
.link-icon a {
	text-decoration: none !important;
}
.new_link_txt a {
	text-decoration: underline;
        color: #C48649;
}
.link-icon {
	padding: 0.5% 2%;
	font-size: 0.8em;
	color: #FFFFFF;
	background: #C48649;
	margin-left: 0.5em;
	text-decoration:none;
	display: inline-block;
}
.link-icon:hover {
	background: #dba570;
	text-decoration: none;
}
.link-icon a {
	color: #FFFFFF;
}
.new_block_left {
	float: left;
	width:30%;
	margin-right: 8%;
}
.new_block_left img {
	width: ;
	height: atuo;
	margin-top: 3%;
	box-shadow: 0px 0px 6px 3px #CCC;
}
.new_block_right {
	float: left;
	width:60%;
}
.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.6;
}
.new_text p {
	padding-bottom: 4%;
}
.new_text a,
.new_block_right a {
	color: #C48649;
	text-decoration: underline;
}
.new_block_right a:hover {
	text-decoration: none;
}
.movie{
	width: 18px !important;
	height: 18px;
}

/*バックナンバータグ*/
.back_inner h2.back_tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	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.back_tag: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);
}
.btn-back {
	width: 100%;
	margin: 0 atuo;
}
.btn-back_inner {
	display: block;
	max-width: 250px;
	height: 50px;
	margin: 16% auto;
	background-color: #008B8B;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px
}
.btn-back_inner:hover,.btn-back_inner:visited {
	opacity: 0.9;
	color: #FFF;
}



.cont-left{
	width: 100% !important;
}



@media screen and (max-width: 1024px) {
	.back_inner {
			background: #FFF;
			width: 90%;
			padding: 12% 5%;
			position: relative;
	}
	.new_block_top {
			position: relative;
			padding-bottom: 3%;
	}
}


/*スマホ設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
	.contents {
		margin-top: 70px !important;
	}
	.pankuzu {
		font-size: 13px;
	}
	/*外側のブロック*/
	.back_inner {
		width: 90%;
		padding: 5% 5% 0;
		line-height: 1.4;
	}
	.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;
		width: 75%;
	}

	.new_day {
			font-size: 15px;
	}
	.new_block_left {
			float: none;
			width: 100%;
			margin-right: 0;
			margin-top: 2%;
			text-align: center;
	}
	.new_block_left img {
			width: 80%;
			height: atuo;
			margin-top: 3%;
			box-shadow: 0px 0px 6px 3px #CCC;
	}
	.new_block_right {
			float: none;
			width: 94%;
			padding: 16% 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%;
	}
	p.new_vol {
		font-size: 15px;
		font-weight: 400;
		padding-top: 0;
	}
	.l-visible-small {
		display: none;
	}
}
@media screen and (max-width: 480px) {
.new_block_pdf {
    font-size: 14px;
    text-align: center;
    margin: 3% auto;
    color: #C48649;
}
.new_block_top p.new_vol {
    text-align: center;
    font-size: 14px;
}
.new_day {
    font-size: 14px;
}
.back_inner {
    width: 90%;
    padding: 15% 5% 0;
    line-height: 1.4;
}
}