/*コンテンツ*/
#single_frame{
	max-width: 100%;
}
@media screen and (max-width: 759px){
	#single_frame {
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
	}
}
@media screen and (min-width: 760px) and (max-width: 979px){
	#single_frame {
	    padding: 30px 0;
	}
}
.nr-headdata{
	max-width: 860px;
	margin: 0 auto;
}
@media screen and (min-width: 760px) and (max-width: 979px){
	.nr-headdata {
    margin: 0 auto;
    padding: 0 24px;
	}
}
@media screen and (max-width: 759px){
	.nr-headdata {
    margin: 0 auto;
    padding: 0 24px;
	}
}
@media screen and (min-width: 760px){
	.nr-header--1 span{
    letter-spacing: 0.1em;
	}
}
@media screen and (min-width: 760px) and (max-width: 979px){
	.nr-header--1 {
    padding: 0 24px;
	}
}
@media screen and (max-width: 759px){
	.nr-header--1 {
    padding: 0 24px;
	}
}
@media screen and (min-width: 760px){
	#nr_text{
		max-width: 860px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 760px) and (max-width: 979px){
	#nr_text {
    padding: 0 24px;
		max-width: 100%;
	}
}
@media screen and (max-width: 759px){
	#nr_text {
    padding: 0 24px;
	}
}
.ta_r.mb_30px{
	max-width: 860px;
	margin: 0 auto;
}
@media screen and (max-width: 759px){
	.ta_r.mb_30px{
		padding: 0 24px;
	}
}

img{
	max-width: 100%;
}

/*メインビジュアル*/
.local-mainImg{
	width: 100%;
	background: #e60012;
	margin-top: 26px;
}
@media screen and (max-width: 759px) {
	.local-mainImg{
		width: 100%;
		margin-top: 26px;
	}
}
.local-mainImg--inner{
	max-width: 860px;
	margin: 0 auto;
	line-height: 0;
}
@media screen and (max-width: 759px) {
	.local-mainImg img{
		max-width: 100%;
	}
}


.nr-mainImg--bg:after{
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: #e60012;
	z-index: -1;
}

/*セクション*/
#nr_text .nr-section:nth-child(n+1):nth-child(-n+4) {
	margin-bottom: 90px;
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(n+1):nth-child(-n+4) {
		margin-bottom: 80px;
	}
}
	@media screen and (min-width: 760px) {
		#nr_text .nr-section:nth-child(n+3) .nr-title--bgRed {
			margin-bottom: 40px;
		}
	}
	#nr_text .nr-section:nth-child(5) {
		margin-bottom: 70px;
	}

@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(2) .local-block:nth-child(2) .nr-title--sRed{
		line-height: 24px;
	}
	#nr_text .nr-section:nth-child(2) .local-block:nth-child(2) .nr-title--sRed:before{
		top: 5px;
    bottom: 5px;
    height: calc(100% - 8px);
	}
}
@media screen and (min-width: 760px) {
	#nr_text .nr-section:nth-child(2) .local-block:nth-child(2) .local-photoArea--col2 .local-photoArea--col2__content:first-child{
		margin-right: 13px;
	}
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(2) .local-block:nth-child(2) .local-photoArea--col2{
		display: block;
	}
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(2) .nr-photoArea--col2,
	#nr_text .nr-section:nth-child(4) .nr-photoArea--col2 {
		display: block;
	}
	#nr_text .nr-section:nth-child(2) .nr-photoArea--col2 .nr-photoArea--col2__content,
	#nr_text .nr-section:nth-child(4) .nr-photoArea--col2 .nr-photoArea--col2__content{
		width: 100%;
	}
	#nr_text .nr-section:nth-child(2) .nr-photoArea--col2 .nr-photoArea--col2__content:first-child,
	#nr_text .nr-section:nth-child(4) .nr-photoArea--col2 .nr-photoArea--col2__content:first-child{
		margin-bottom: 15px;
	}
	#nr_text .nr-section:nth-child(2) .local-block:nth-child(2) .local-photoArea--col2__content:first-child{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(3) {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(3) .tx-small {
		margin-bottom: 20px;
	}
}
#nr_text .nr-section:nth-child(4) .nr-title--bgRed {
	margin-bottom: 25px;
}
@media screen and (max-width: 759px) {
	#nr_text .nr-section:nth-child(4) .nr-title--bgRed {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 760px) {
	.local-block{
		margin-top: 66px;
	}
}
@media screen and (max-width: 759px) {
	.local-block{
		margin-top: 30px;
	}
}
@media screen and (min-width: 760px) {
	.nr-section .nr-hr2:first-child{
		margin-bottom: 40px;
	}
	.nr-section .nr-hr2:last-child{
		margin-top: 40px;
	}
}
@media screen and (max-width: 759px) {
	.nr-section .nr-hr2:first-child{
		margin-bottom: 20px;
	}
	.nr-section .nr-hr2:last-child{
		margin-top: 20px;
	}
}


/*見出し*/
.nr-title--bgRed{
	margin-top: 30px;
}
.nr-title--bgRed {
	margin-bottom: 60px;
}
.nr-title--bgRed sup{
	top: 0;
}
@media screen and (max-width: 759px) {
	.nr-title--bgRed {
		margin-bottom: 30px;
	}
}
/*画像*/
.local-photoArea--col2{
	display: flex;
	max-width: 860px;
	align-items: flex-start;
	justify-content: space-between;
}
@media screen and (max-width: 759px) {
	.local-photoArea--col2 {
		max-width: 100%;
	}
}
@media screen and (min-width: 760px) {
	.local-block--img .nr-block--left{
		width: 56.97vw;
	}
	.local-block--img .nr-block--right{
		width: 36.9vw;
	}
}

@media screen and (max-width: 759px) {
	.local-block--img .nr-block--right{
		width: 100%;
	}
}
.local-block--img{
	padding-bottom: 30px;
	align-items: flex-start;
	justify-content: space-between;
}
.local-block--img:nth-of-type(n+2){
	padding-top: 30px;
}

/*動画*/
.movie{
	max-width: 700px;
}
@media screen and (min-width: 760px) {
	.movie{
		margin-top: 60px;
	}
}

/*本体色キャプション*/
.nr-photoArea--col2__content .caption{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}
@media screen and (max-width: 759px) {
	.nr-photoArea--col2__content .caption{
		line-height: 20px;
	}
}
@media screen and (max-width: 759px) {
	.nr-photoArea--col2__content .caption{
		font-size: 14px;
	}
}
.nr-photoArea--col2__content .caption .tx-small{
	font-size: 14px;
	display: block;
}
@media screen and (max-width: 759px) {
	.nr-photoArea--col2__content .caption .tx-small{
		font-size: 10px;
		display: block;
	}
}
@media screen and (max-width: 759px) {
	.nr-photoArea--col2__content .caption{
		font-size: 14px;
		margin-top: -5px;
	}
}

/*本文*/
/*上付き文字*/
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: 0.3em;
}

/*注釈*/

@media screen and (max-width: 759px) {
	#nr_body .notice--2.ta_r,
	#nr_body .notice--2.ta_c	{
		text-align: left;
	}
	#nr_text .nr-section:nth-child(3) .notice--2.ta_r	{
		text-align: center;
	}
}

/*リスト*/
.nr-list{
	margin-bottom: 67px;
}
@media screen and (max-width: 759px) {
	.nr-list{
		margin-bottom: 35px;
	}
}
