#container {
	background: none;
  font-family: "YakuHanJPs","Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
}

/*--------------------------------
　エリア（グループ）
--------------------------------*/
#nr_body {
  font-size: 16px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#single_frame {
	margin: 0 auto;
	padding: 0;
	max-width: 860px;
}

/*ニュースリリース　ヘッドエリア*/
#head_title_s_wrap {
	width: 100%;
	overflow: hidden;
}
#head_title_s {
  margin: 40px auto 30px;
  max-width: 860px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head_title_s a:link {
    color: #afafaf;
    text-decoration: none;
    outline: none;
}
#head_title_s h1 {
  margin:0;
	font-size:18px;
	line-height: 1.2;
	text-align: right;
	color: #afafaf;
}
#head_title_s #pan{
  font-size:12px;
  line-height:1.2;
  padding:10px 0 10px 0;
  float:left;
}

/*ヘッドデータエリア*/
.nr-headdata {
	line-height: 1.2;
}

/*基本エリア*/
.nr-section {
	margin-bottom: 60px;
}
img{
	max-width: 100%;
}

/*メイン画像*/
.nr-mainImg{
	width: 100%;
	margin-bottom: 60px;
}
.nr-mainImg img{
	width: 100%;
}
/*画像エリア*/
.nr-photoArea {
	margin-bottom: 60px;
	text-align: center;
}
.nr-photoArea img {
	width: 551px;
	max-width: 100%;
	height: auto;
}

/*画像エリア 2カラム*/
.nr-photoArea.nr-photoArea--col2 {
	display: flex;
	justify-content: space-between;
}
.nr-photoArea.nr-photoArea--col2 img {
	width: auto;
	max-width: 100%;
}
.nr-photoArea--col2__content {
	width: 48%;
}

/*画像エリア 3カラム*/
.nr-photoArea.nr-photoArea--col3 {
	display: flex;
	justify-content: space-between;
}
.nr-photoArea.nr-photoArea--col3 img {
	width: auto;
	max-width: 100%;
}
.nr-photoArea--col3__content {
	width: 32%;
}

/*テキスト画像横並び*/
.nr-block--img{
	display: flex;
}
.nr-block--left{
	padding-right: 50px;
}

/*画像キャプション*/
.caption{
	display: block;
}

/*--------------------------------
　汎用
--------------------------------*/
#nr_body .mb_0 {
	margin-bottom: 0;
}
#nr_body .mb_10px {
	margin-bottom: 10px;
}
#nr_body .mb_20px {
	margin-bottom: 20px;
}
#nr_body .mb_30px {
	margin-bottom: 30px;
}
#nr_body .mb_40px {
	margin-bottom: 40px;
}
@media screen and (max-width: 759px) {
	#nr_body .mb_40px {
		margin-bottom: 20px;
	}
}
#nr_body .mb_60px {
	margin-bottom: 60px;
}
#nr_body .mb_70px {
	margin-bottom: 70px;
}
@media screen and (max-width: 759px) {
	#nr_body .mb_70px {
		margin-bottom: 35px;
	}
}
#nr_body .mb_80px {
	margin-bottom: 80px;
}
@media screen and (max-width: 759px) {
	#nr_body .mb_80px {
		margin-bottom: 40px;
	}
}
#nr_body .mb_2em {
	margin-bottom: 2em;
}
#nr_body .ta_l {
	text-align: left;
}
#nr_body .ta_r {
	text-align: right;
}
#nr_body .ta_c {
	text-align: center;
}

/*フォントサイズ*/
@media screen and (min-width: 760px) {
	.tx-small{
		font-size: 14px;
	}
	.tx-exSmall{
		font-size: 12px;
	}
}
@media screen and (max-width: 759px) {
	.tx-small{
		font-size: 14px;
	}
	.tx-exSmall{
		font-size: 12px;
	}
}
/*長文英字等を改行*/
#nr_body .word_break_all {
	word-break: break-all;
}
/*上付き*/
sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: 0.3em;
}

/*--------------------------------
　見出し
--------------------------------*/
/*見出し1*/
.nr-header--1 {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	line-height: initial;
	font-feature-settings: "palt";
}
.nr-header--1 span {
	display: block;
	font-size: 24px;
  margin-top: 10px;
}

/*見出し2*/
.nr-title--2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

/*見出し赤背景*/
.nr-title--bgRed {
	margin-bottom: 20px;
	font-size: 20px;
	padding: 8px 0;
	margin-bottom: 20px;
	background: #e60012;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 760px) {
	.nr-title--bgRed {
		text-align: center;
	}
}
.nr-title--bgRed span{
	font-size: 12px;
	vertical-align: middle;
}
/*見出しグレー背景*/
.nr-title--bgGray {
	margin-bottom: 20px;
	font-size: 20px;
	padding: 8px 0;
	margin-bottom: 20px;
	background: #f2f2f2;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 760px) {
	.nr-title--bgGray {
		text-align: center;
	}
}
.nr-title--bgGray span{
	font-size: 12px;
	vertical-align: middle;
}

/*見出し赤罫線*/
.nr-title--sRed{
	position: relative;
	color: #e60012;
	font-weight: bold;
	font-size: 22px;
	padding-left: 17px;
	line-height: 1;
	margin-bottom: 32px;
}
.nr-title--sRed:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 6px;
	top: 1px;
	left: 0;
	background: #e60012;
}


/*見出しグレー太字*/
.nr-title--3{
	/* font-size: 20px; */
	font-weight: bold;
}
.nr-title--4{
	/* color: #8c8c8c;
	font-size: 20px;
	font-weight: bold; */
}


/*見出し小*/
.nr-title--s{
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
}


/*--------------------------------
　注釈
--------------------------------*/
/*注釈1*/
.notice--1 {
	padding-left: 1em;
	text-indent: -1em;
}
/*注釈2*/
.notice--2 {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.8;
}
/*copyright*/
.notice--copyright {
	font-size: 10px;
	line-height: 1.8;
}

/*--------------------------------
　リンク
--------------------------------*/
/*テキストリンク*/
.link {
	margin-left: 21px;
	display: block;
}
.link a {
	background: none;
	opacity: 1;
	-webkit-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
.link a:hover span {
	color: rgb(230, 0, 18);
}
.link a::before {
	content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: baseline;
    background: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 4.6666px;
		margin-left: -21px;
}
.link a span {
	vertical-align: baseline;
	line-height: 14px;
}

/*文章内テキストリンク*/
.link.link--intext {
	display: inline;
	margin-left: 0;
}
.link.link--intext a {
	font-size: inherit;
}
.link.link--intext a::before {
	margin-left: 0.25em;
}
.link.link--intext a span {
	text-decoration: underline;
}
.link.link--intext a:hover span {
	color: rgb(60, 60, 60);
	opacity: 0.7;
	-webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*--------------------------------
　テーブル
--------------------------------*/
#nr_body table {
    border-collapse: collapse;
		width: 100%;
}
#nr_body table th, #nr_body table td {
    border: 1px solid #e6e6e6;
		padding: calc(25px - 0.6em) 10px calc(25px - 0.6em) 20px;
		font-size: 14px;
		line-height: 1.6;
}
#nr_body table th {
    width: 160px;
    vertical-align: top;
    text-align: left;
    background-color: #f2f2f2;
    font-weight: bold;
}

/*--------------------------------
　リスト
--------------------------------*/
	.nr-list li{
		position: relative;
		padding-left: 16px;
		vertical-align: middle;
	}
	.nr-list li:after {
			content: "・";
			position: absolute;
			top: 0;
			left: 0;
			/* top: 0.7rem;
			left: 0;
			background: #efefef;
			width: 12px;
			height: 12px;
			border-radius: 10px; */
	}
	.nr-list li .nr-list_notice{
		display: block;
		font-size: 12px;
	}
	.nr-list li .nr-list_notice{
		display: block;
		font-size: 12px;
		padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
	}

  /*説明リスト*/
  .note_list dt{
    font-weight: bold;
  }
  .note_list dd{
    margin-bottom: 20px;
    margin-left: 1em;
  }
/*--------------------------------
　関連情報
--------------------------------*/
.relate-title {
		margin-bottom: 10px;
}

.relate-title {
		font-weight: bold;
		font-size: 14px;
}
.relate-title span {
		position: relative;
		padding-left: 20px;
		vertical-align: middle;
}
.relate-title span:after {
		content: "";
		position: absolute;
		top: calc(50% - 7px);
		left: 0;
		background: #dcdcdc;
		width: 12px;
		height: 12px;
		border-radius: 10px;
}
.relate{
	font-size: 14px;
}

/*--------------------------------
　動画
--------------------------------*/
	.movie {
		margin: 30px auto;
		max-width: 860px;
		width: 100%;
		position: relative;
	}
	.movie:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
	}
	#ytplayer{
		bottom: 0;
		height: 100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}


	/*--------------------------------
	　罫線
	--------------------------------*/
	.nr-hr{
		height: 0;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  overflow: visible;
		border-top: 1px solid #efefef;
	}
	/*点線*/
	.nr-hr2{
		background:linear-gradient(to right, rgba(180,180,180,1), rgba(180,180,180,1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	  background-size:4px 1px;
	  width: 100%;
	  height: 1px;
	}

  @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;
  	}
  }




	/* =================================================
	　PC
	=================================================*/

	@media screen and (min-width: 760px) {
		.nr-header--1 {
			text-align: center;
		}
		.hide_pc{
			display: none;
		}
	}

/* =================================================
　タブレット
=================================================*/
@media screen and (min-width: 760px) and (max-width: 979px) {
	.hide_tab{
		display: none;
	}
	/*--------------------------------
	　エリア（グループ）
	--------------------------------*/
	#single_frame {
		width: auto;
		margin: 0 auto;
		padding: 0px 20px;
	}
	/*ニュースリリース　ヘッドエリア*/
	#head_title_s {
		width: auto;
		margin: 40px auto 30px;
	  padding: 0 20px;
	}
 }


/* =================================================
　モバイル
=================================================*/
@media screen and (max-width: 759px) {
	.hide_sp{
		display: none;
	}
	/*--------------------------------
	　エリア（グループ）
	--------------------------------*/
	#nr_body {
	  font-size: 16px;
	}
	#single_frame {
		width: auto;
		margin: 0 auto;
		padding: 0px 24px;
	}

	/*ニュースリリース　ヘッドエリア*/
	#head_title_s {
		height:auto;
		width: auto;
		margin: 0 auto;
		padding: 40px 30px;
	}
	#head_title_s #pan {
		padding: 15px 0 15px 0;
	}
	#head_title_s h1 {
		display: none;
	}

	/*ヘッドデータエリア*/
	.nr-headdata {
		font-size: 14px;
	}

	/*基本エリア*/
	#nr_body .nr-section:last-of-type {
		margin-bottom: 30px;
	}
	.nr-section {
		margin-bottom: 40px;
	}


	/*画像エリア*/
	.nr-photoArea {
		margin-bottom: 40px;
	}
	.nr-photoArea img {
		width: auto;
	}
	/*メイン画像*/
	.nr-mainImg{
		margin-bottom: 40px;
	}
	/*画像エリア 3カラム*/
	.nr-photoArea.nr-photoArea--col3 img {
		width: auto;
		max-width: 100%;
	}
	.nr-photoArea--col3__content {
		width: 100%;
	}

	/*画像エリア SP縦積み*/
	.nr-photoArea.sp-block{
		display: block;
	}
	.nr-photoArea.sp-block > div{
		margin-bottom: 30px;
	}
	/*テキスト画像横並び*/
	.nr-block--img{
		display: block;
	}
	.nr-block--img div{
		width: 100%;
	}
	.nr-block--img img{
		width: 100%;
		margin: 0 auto;
	}
	.nr-block--left{
		padding-right: 0;
	}

	/*--------------------------------
	　見出し
	--------------------------------*/
	/*見出し1*/
	.nr-header--1 {
		font-size: 20px;
		text-align: left;
		margin-top: 40px;
    margin-bottom: 40px;
	}
	.nr-header--1::first-line {
		text-align: center;
	}
  .nr-header--1 span{
    display: block;
		font-size: 16px;
    text-align: left;
		margin-top: 10px;
	}

	/*見出し2*/
	.nr-title--2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
  /*見出し2*/
	.nr-title--4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	/*見出し赤背景*/
	.nr-title--bgRed {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		background: #e60012;
		color: #fff;
		padding: 15px 10px;
		line-height: 1.4;
		text-align: center;
	}
	.nr-title--bgRed span{
		font-size: 12px;
	}
  /*見出しグレー背景*/
	.nr-title--bgGray {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		background: #f2f2f2;
		padding: 15px 10px;
		line-height: 1.4;
		text-align: center;
	}
	.nr-title--bgRed span{
		font-size: 12px;
	}

	/*見出し赤罫線*/
	.nr-title--sRed{
		font-size: 18px;
		padding-left: 17px;
		line-height: 1;
		margin-bottom: 15px;
	}
	@media screen and (max-width: 759px) {
		.nr-title--sRed {
			line-height: 1;
		}
	}
	.nr-title--sRed:before{
		content: "";
		position: absolute;
		width: 6px;
		top: 0;
		bottom: 0;
		left: 0;
		background: #e60012;
	}

	/*見出しグレー太字*/
	/* .nr-title--3{
		color: #3c3c3c;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
	} */

	/*--------------------------------
	　リンク
	--------------------------------*/
	/*テキストリンク*/
	.link {
		margin-left: 17px;
		line-height: 1.6;
	}
	.link a {
		font-size: 14px;
	}
	.link a::before {
		margin-left: -17px;
		margin-right: 3.3333px;
	}

	/*--------------------------------
	　テーブル
	--------------------------------*/
	#nr_body table {
	    border-collapse: collapse;
      box-sizing: border-box;
	}

	#nr_body table th, #nr_body table td {
			padding: 10px;
			font-size: 14px;
	}
	#nr_body table th {
		display: block;
    width: calc(100% - 20px);
    text-align: center;
	}
	#nr_body table td {
    display: block;
    width: calc(100% - 20px);
    text-align: center;
	}

	/*--------------------------------
	　関連情報
	--------------------------------*/
	.relate-title {
			margin-bottom: 10px;
	}

	.relate-title {
			font-weight: bold;
			font-size: 14px;
	}
	.relate-title span{
			padding-left: 20px;

	}
	.relate-title span:after {
			content: "";
			position: absolute;
      top: calc(50% - 8px);
			left: 0;
			background: #dcdcdc;
			width: 12px;
			height: 12px;
			border-radius: 50%;
	}

	.relate{
		font-size: 14px;
	}

	/*--------------------------------
	　動画
	--------------------------------*/
		.movie {
			margin: 30px auto;
			width: 100%;
			position: relative;
		}
		.movie:before {
	    content: "";
	    display: block;
	    padding-bottom: 56.25%;
		}
}

	/*--------------------------------
	　local
	--------------------------------*/
  #single_frame {
    max-width: 100%;
  }

  .nr-headdata {
    max-width: 860px;
    margin: 50px auto 56px;
  }

  .local-mainImg {
    width: 100%;
    background: #fff;
    margin-top: 24px;
  }

  .local-mainImg--inner {
    max-width: 860px;
    margin: 0 auto 40px;
    line-height: 0;
    text-align: center;
  }
  .local-mainImg img {
    width: 80%;
    margin: 0 auto 0;
  }
  .local-photoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px auto 20px;
  }
  .local-photoArea .local-photoArea--item--2img {
    font-size: 0;
    width: 49%;
  }
  .local-photoArea--caption {
    font-size: 90%;
    line-height: 1.6;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .local-header--1 {
    font-size: 23px;
    margin-bottom: 56px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
  }

  .local-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
  }

  .local-hr {
    width: 100%;
    height: 2px;
    background-color: #efefef;
  }

  /**
   * local-section--1
   */

  .local-section--1 {
    margin-bottom: 110px;
  }

  .local-section--1 .local-section--1_text {
    margin-bottom: 40px;
  }

  .local-section--1 .local-section--1_text .bolder{
		font-weight: bold;
		font-size: 18px;
	}
  /*本文*/

  @media screen and (max-width: 759px) {
    #single_frame {
      width: auto;
      margin: 0 auto;
      padding: 0px 0;
    }

    .nr-headdata {
      margin: 50px auto 56px;
      padding: 0 24px;
    }

    .local-mainImg {
      width: 100%;
      margin-top: 24px;
    }
    .local-mainImg--inner {
      margin: 0 auto 30px;
    }
    .local-mainImg img {
      width: 100%;
    }
    .local-photoArea {
      display: block;
      margin: 40px auto 20px;
    }
    .local-photoArea .local-photoArea--item--2img {
      width: 85%;
      text-align: center;
      margin: 0 auto 20px;
    }
    .local-photoArea--caption {
      margin-bottom: 30px;
    }
    .local-header--1 {
      font-size: 19px;
      text-align: left;
      margin-bottom: 56px;
      line-height: 1.448;
      padding: 0 24px;
    }

    .local-section {
      padding: 0 24px;
    }

    .local-hr {
      height: 1px;
    }

    .local-section--1 {
      margin-bottom: 110px;
    }

    .local-section--1 .local-section--1_text {
      margin-bottom: 28px;
    }

    .local-section--1 .notice--2 {
      margin-bottom: 40px;
    }

  }

  @media screen and (min-width: 760px) and (max-width: 1041px) {
    #single_frame {
      padding: 0px 0;
    }

    .nr-headdata {
      margin: 50px auto 56px;
      padding: 0 24px;
    }

    .local-section {
      padding: 0 24px;
      width: 100%;
    }
  }

  @media screen and (min-width: 760px) and (max-width: 887px) {
    .local-header--1 {
      font-size: 20px;
    }
  }

  .link.link--intext a::before {
      margin-left: 0;
  }




  div.img {
      text-align: center;
      margin: 20px auto 40px;
  }
  div.img div.item {
      display: inline-block;
      width: 250px;
      margin: 0 15px 0;
  }
  div.img div.item img {
      width: 250px;
  }

  img#logo {
      width: 480px;
      margin: 20px 0 20px;
  }

  .nr-section {
      margin-bottom: 40px;
  }

  @media screen and (max-width: 760px) {
      div.img div.item:first-child {
          margin: 0 15px 25px;
      }
  }
