/* md-hd-01 */
.md-hd-01{
	display: flex;
	align-items: center;
}
.md-hd-01 .md-ttl{
  width: 33%;
	font-size: 4.2rem;
	font-weight: normal;
	padding-right: 24px;
	background: url(/images/rn-line-hd-01.png) no-repeat right center;
}
.md-hd-01 .md-read{
	padding-left: 24px;
}
@media only screen and (max-width: 768px) {
	.md-hd-01{
		flex-wrap: wrap;
	}
	.md-hd-01 .md-ttl{
  	width: 100%;
		font-size: 2.8rem;
		padding-right: 0;
		background: none;
	}
	.md-hd-01 .md-read{
		padding-left: 0;
		margin-top: 16px;
		font-size: 1.2rem;
	}
}
/* end of md-hd-01 */


/* md-hd-02 */
/* md-hd-03 */
.md-hd-02,
.md-hd-03{
	position: relative;
}
.md-hd-02 .ttl-wrp,
.md-hd-03 .ttl-wrp{
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: url(/images/bg-hd03.png) no-repeat right center;
	background-size: cover;
	padding: 60px;
}
.md-hd-02 .ttl-wrp .md-ttl,
.md-hd-03 .ttl-wrp .md-ttl{
	font-size: 4.2rem;
	font-weight: normal;
	line-height: 1.2;
}
.md-hd-03 .ttl-wrp .md-read{
	width: 50%;
	margin-top: 24px;
	font-size: 1.4rem;
}
.md-hd-02 .md-image,
.md-hd-03 .md-image{
	font-size: 0;
}
@media only screen and (max-width: 768px) {
	.md-hd-02 .ttl-wrp,
	.md-hd-03 .ttl-wrp{
		position: inherit;
		top: inherit;
		left: inherit;
		width: 100%;
		background: none;
		padding: 24px 16px;
	}
	.md-hd-02 .ttl-wrp .md-ttl,
	.md-hd-03 .ttl-wrp .md-ttl{
		font-size: 2.8rem;
	}
	.md-hd-03 .ttl-wrp .md-read{
		width: 100%;
		margin-top: 12px;
		font-size: 1.2rem;
	}
}
/* end of md-hd-02 */
/* end of md-hd-03 */


/* md-hd-05 */
.md-hd-05 .md-ttl{
	padding: 16px 0;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
}
.md-hd-05 .md-link{
	display: block;
	font-size: 2.0rem;
	text-decoration: none;
	background: url(/images/rn-icon-arrow.png) no-repeat right 5px;
	background-size: 8px;
	padding-right: 30px;
}
.md-hd-05 .md-link--pdf{
	display: block;
	margin: 0;
	line-height: 1.5;
	padding: 0 20px 0 0;
}
.md-hd-05 .md-link--pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(/images/rn-icon-pdf.png);
  background-size: contain;
  vertical-align: -2px;
  }
.md-hd-05 .md-read{
	margin-top: 16px;
	font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
	.md-hd-05 .md-read{
		margin-top: 8px;
		font-size: 1.4rem;
	}
}
/* end of md-hd-05 */


/* md-hd-15 */
.md-hd-15{
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.md-hd-15 .md-ttl{
	font-size: 4.2rem;
	font-weight: normal;
}
.md-hd-15 .md-read{
	margin-top: 16px;
}
@media only screen and (max-width: 768px) {
	.md-hd-15 .md-ttl{
		font-size: 2.8rem;
	}
	.md-hd-15 .md-read{
		font-size: 1.2rem;
	}
}
/* end of hd-15 */


/* md-hd-16 */
.md-hd-16{
	padding-left: 16px;
	border-left: 3px solid #e21e31;
}
.md-hd-16 .md-ttl{
	font-size: 2.8rem;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.md-hd-16 .md-ttl{
		font-size: 2.2rem;
	}
}
/* end of md-hd-16 */


/* mb-bx-04 */
.mb-bx-04{
	display: flex;
	justify-content: space-between;
}
.mb-bx-04 .mb-item{
	width: 48.5%;
	padding: 24px;
	border: 3px solid #e6e6e6;
}
.mb-bx-04 .md-ttl{
	display: block;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 32px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.mb-bx-04 .md-btn{
	display: inline-block;
	width: 265px;
	margin: 32px auto auto auto;
}
@media only screen and (max-width: 768px) {
	.mb-bx-04{
		flex-wrap: wrap;
	}
	.mb-bx-04 .mb-item{
		width: 100%;
		padding: 24px;
		margin-bottom: 24px;
	}
	.mb-bx-04 .mb-item:last-of-type{
  	margin-bottom: 0;
  }
	.mb-bx-04 .md-ttl{
		font-size: 1.8rem;
	}
}
/* end of mb-bx-04 */


/* bx-06 */
.md-bx-06{
	display: flex;
}
.md-bx-06 .bx-06-inr{
	width: 33.333%;
	height: 240px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.md-bx-06 .md-item{
	display: inline-block;
	position: absolute;
	left: 24px;
	bottom: 24px;
	background: url(/images/rn-line-slit.png),url(/images/rn-icon-arrow.png);
	background-position: right bottom,right 0px bottom 18px;
	background-size: auto 3px,8px;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 12px;
	padding-right: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.md-bx-06 .md-link{
	display: block;
	width: 100%;
	height: 100%;
}
.md-bx-06 .md-link:hover .md-item{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-bx-06{
		flex-wrap: wrap;
	}
	.md-bx-06 .bx-06-inr{
		width: 100%;
		height: 240px;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	.md-bx-06 .md-item{
		position: absolute;
		left: 24px;
		bottom: 24px;
		background: url(/images/rn-line-slit.png) no-repeat right bottom;
		background-size: auto 3px;
		padding-bottom: 12px;
		font-size: 1.8rem;
	}
	.md-bx-06 .md-item .md-link{
		background: url(/images/rn-icon-arrow.png) no-repeat right 5px;
		background-size: 8px;
		padding-right: 30px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
}
/* end of bx-06 */


/* bx-07 */
.md-bx-07{
	display: flex;
}
.md-bx-07 .bx-07-inr{
	width: 50%;
	height: 360px;
	background-size: cover;
	background-position: top center;
	position: relative;
}
.md-bx-07 .bx-07-inr:first-of-type{
	border-right: 1px solid #fff;
}
.md-bx-07 .md-item{
	display: inline-block;
	position: absolute;
	left: 24px;
	bottom: 24px;
	background: url(/images/rn-line-slit.png),url(/images/rn-icon-arrow.png);
	background-position: right bottom,right 0px bottom 18px;
	background-size: auto 3px,8px;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 12px;
	padding-right: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.md-bx-07 .md-link{
	display: block;
	width: 100%;
	height: 100%;
}
.md-bx-07 .md-link:hover .md-item{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-bx-07{
		flex-wrap: wrap;
	}
	.md-bx-07 .bx-07-inr{
		width: 100%;
		height: 240px;
		background-size: cover;
		background-position: top center;
		position: relative;
	}
	.md-bx-07 .md-item{
		position: absolute;
		left: 24px;
		bottom: 24px;
		background: url(/images/rn-line-slit.png) no-repeat right bottom;
		background-size: auto 3px;
		padding-bottom: 12px;
	}
	.md-bx-07 .md-item .md-link{
		background: url(/images/rn-icon-arrow.png) no-repeat right 5px;
		background-size: 8px;
		padding-right: 30px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
}
/* end of bx-07 */


/* mb-bx-13 */
.mb-bx-13 .md-box--link{
	text-decoration: none;
}
.mb-bx-13 .md-ttl{
	display: inline-block;
	padding: 0.1rem 0.5rem;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	background: #b3b3b3;
}
.mb-bx-13 .md-box--link .md-txt{
	margin-top: 8px;
	font-size: 1.4rem;
}
.mb-bx-13 .md-btn{
	padding: 8px 24px;
	background: #fff url(/images/rn-icon-arrow.png) no-repeat 95% center;
	background-size: 6px;
	color: #000;
	border: 1px solid #000;
}
.mb-bx-13 .md-btn:after{
  display: none;
}
.mb-bx-13 .md-box--link:hover .md-btn{
	color: #e21e31;
}
@media only screen and (min-width: 769px){
	.mb-bx-13 .md-carousel--body .md-carousel--main .md-carousel--item {
		width: 16%;
		padding: 0 10px;
	}
	.mb-bx-13 .md-btn{
		width: 100%;
	}
}
/* end of mb-bx-13 */


/* md-cl-27 */
/*
.md-cl-27 .md-text{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 0 34px 0
}
@media only screen and (min-width: 769px){
	.md-cl-27 .md-text{
		font-size: 1.4rem;
		margin: 0 0 20px 0
	}
}
*/
/* end of cl-27 */


/* md-cl-27 */
.md-cl-27{
	display: flex;
	flex-wrap: wrap;
}
.md-cl-27 .md-item{
	width: 100%;
	padding-top: 3px;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
}
.md-cl-27 .md-item:nth-child(n+2){
	margin-top: 48px;
}
.md-cl-27.md-cl-27-noline .md-item{
	padding-top: 0;
	background: none;
}
.md-cl-27 .md-link{
	text-decoration: none;
}
.md-cl-27 .md-img-wrp{
	font-size: 0;
}
.md-cl-27 .md-ttl{
	padding: 16px 16px 16px 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: right 18px;
	background-size: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.md-cl-27 .md-read{
	font-size: 1.4rem;
	padding: 16px 0;
}
.md-cl-27 .md-ul .md-list{
	margin: 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: 8px center;
	background-size: 8px;
	font-size: 1.6rem;
	border-top: 1px solid #e6e6e6;
}
.md-cl-27 .md-ul .md-list .md-link{
	display: block;
	padding: 16px 8px 16px 24px;
}
.md-cl-27 .btn-wrp{
	margin-top: 8px;
}
.md-cl-27 .btn-wrp .md-list{
	margin: 0 0 16px 0;
}
.md-cl-27 .btn-wrp .md-list:last-of-child{
	margin: 0;
}
.md-cl-27 .md-btn-bk {
	padding: 12px 24px;
  background: #fff url(/images/rn-icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 6px;
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-cl-27 .md-link:hover .md-btn-bk,
.md-cl-27 .md-btn-bk:hover{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-cl-27 .md-item:nth-child(n+2){
		margin-top: 32px;
	}
	.md-cl-27 .md-ttl{
		padding: 12px 12px 12px 0;
		font-size: 1.4rem;
		background-position: right 16px;
		background-size: 8px;
	}
	.md-cl-27 .md-read{
		font-size: 1.4rem;
		padding: 8px 0;
	}
	.md-cl-27 .md-ul .md-list{
		background-position: 4px 12px;
		background-size: 6px;
		font-size: 1.2rem;
	}
	.md-cl-27 .md-ul .md-list .md-link{
		padding: 8px 4px 8px 16px;
	}
	.md-cl-27 .md-btn-bk {
	  font-size: 1.2rem;
	}
}
/* end of cl-27 */


/* md-cl-28 */
.md-cl-28{
	display: flex;
	flex-wrap: wrap;
}
.md-cl-28 .md-item{
	width: 49%;
	margin-right: 2%;
	padding-top: 3px;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
}
.md-cl-28 .md-item:nth-child(n+3){
	margin-top: 48px;
}
.md-cl-28 .md-item:nth-child(2n){
	margin-right: 0;
}
.md-cl-28 .md-link{
	text-decoration: none;
}
.md-cl-28 .md-img-wrp{
	font-size: 0;
}
.md-cl-28 .md-ttl{
	padding: 16px 16px 16px 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: right 18px;
	background-size: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.md-cl-28 .md-read{
	font-size: 1.4rem;
	padding: 16px 0;
}
.md-cl-28 .md-ul .md-list{
	margin: 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: 8px center;
	background-size: 8px;
	font-size: 1.6rem;
	border-top: 1px solid #e6e6e6;
}
.md-cl-28 .md-ul .md-list .md-link{
	display: block;
	padding: 16px 8px 16px 24px;
}
.md-cl-28 .btn-wrp{
	margin-top: 8px;
}
.md-cl-28 .btn-wrp .md-list{
	margin: 0 0 16px 0;
}
.md-cl-28 .btn-wrp .md-list:last-of-child{
	margin: 0;
}
.md-cl-28 .md-btn-bk {
	padding: 12px 24px;
  background: #fff url(/images/rn-icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 6px;
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-cl-28 .md-link:hover .md-btn-bk,
.md-cl-28 .md-btn-bk:hover{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-cl-28{
		justify-content: space-between;
	}
	.md-cl-28 .md-item{
		width: 48%;
	}
	.md-cl-28 .md-item:nth-child(n+3){
		margin-top: 32px;
	}
	.md-cl-28 .md-ttl{
		padding: 12px 12px 12px 0;
		font-size: 1.4rem;
		background-position: right 16px;
		background-size: 8px;
	}
	.md-cl-28 .md-read{
		font-size: 1.2rem;
		padding: 8px 0;
	}
	.md-cl-28 .md-ul .md-list{
		background-position: 4px 12px;
		background-size: 6px;
		font-size: 1.2rem;
	}
	.md-cl-28 .md-ul .md-list .md-link{
		padding: 8px 4px 8px 16px;
	}
	.md-cl-28 .md-btn-bk {
	  font-size: 1.2rem;
	}
}
/* end of cl-28 */


/* md-cl-29 */
.md-cl-29{
	display: flex;
	flex-wrap: wrap;
}
.md-cl-29 .md-item{
	width: 32%;
	margin-right: 2%;
	padding-top: 3px;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
}
.md-cl-29 .md-item:nth-child(n+4){
	margin-top: 48px;
}
.md-cl-29 .md-item:nth-child(3n){
	margin-right: 0;
}
.md-cl-29 .md-link{
	text-decoration: none;
}
.md-cl-29 .md-img-wrp{
	font-size: 0;
}
.md-cl-29 .md-ttl{
	padding: 16px 16px 16px 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: right 18px;
	background-size: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.md-cl-29 .md-ttl.md-link--pdf{
	display: block;
	margin: 0;
	line-height: 1.5;
}
.md-cl-29 .md-ttl.md-link--pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(/images/rn-icon-pdf.png);
  background-size: contain;
  vertical-align: -2px;
  }
.md-cl-29 .md-ttl.md-link--blank{
	display: block;
	margin: 0;
	line-height: 1.5;
}
.md-cl-29 .md-ttl.md-link--blank::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(/images/rn-icon-blank.png);
  background-size: 12px;
  vertical-align: -2px;
  }
.md-cl-29 .md-ttl.md-line{
	margin-top: 32px;
	background: url(/images/rn-icon-arrow.png),url(/images/rn-line-slit.png);
	background-size: 12px,auto 3px;
	background-repeat: no-repeat,no-repeat;
	background-position: right 18px,right top;
}
.md-cl-29 .md-read{
	font-size: 1.4rem;
	padding: 16px 0;
}
.md-cl-29 .md-ul .md-list{
	margin: 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: 8px center;
	background-size: 8px;
	font-size: 1.6rem;
	border-top: 1px solid #e6e6e6;
}
.md-cl-29 .md-ul .md-list.md-pdf{
	background: url(/images/rn-icon-pdf.png) no-repeat;
	background-position: 5px 20px;
	background-size: 8px;
}
.md-cl-29 .md-ul .md-list .md-link{
	display: block;
	padding: 16px 8px 16px 24px;
}
.md-cl-29 .btn-wrp{
	margin-top: 8px;
}
.md-cl-29 .btn-wrp .md-list{
	margin: 0 0 16px 0;
}
.md-cl-29 .btn-wrp .md-list:last-of-child{
	margin: 0;
}
.md-cl-29 .md-btn-bk {
	padding: 12px 24px;
  background: #fff url(/images/rn-icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 6px;
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-cl-29 .md-link:hover .md-btn-bk,
.md-cl-29 .md-btn-bk:hover{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-cl-29{
		justify-content: space-between;
	}
	.md-cl-29 .md-item{
		width: 48%;
		margin-right: 0;
	}
	.md-cl-29 .md-item:nth-child(n+3){
		margin-top: 32px;
	}
	.md-cl-29 .md-ttl{
		padding: 12px 12px 12px 0;
		font-size: 1.4rem;
		background-position: right 16px;
		background-size: 8px;
	}
	.md-cl-29 .md-ttl.md-line{
		margin-top: 16px;
	}
	.md-cl-29 .md-read{
		font-size: 1.2rem;
		padding: 8px 0;
	}
	.md-cl-29 .md-ul .md-list{
		background-position: 4px 12px;
		background-size: 6px;
		font-size: 1.2rem;
	}
	.md-cl-29 .md-ul .md-list.md-pdf{
		background-position: 0 18px;
		background-size: 12px;
	}
	.md-cl-29 .md-ul .md-list .md-link{
		padding: 8px 4px 8px 16px;
	}
	.md-cl-29 .md-btn-bk {
	  font-size: 1.2rem;
	}
}
/* end of cl-29 */


/* md-cl-30 */
.md-cl-30{
	display: flex;
	flex-wrap: wrap;
}
.md-cl-30 .md-item{
	width: 23.5%;
	margin-right: 2%;
	padding-top: 3px;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
}
.md-cl-30 .md-item:nth-child(n+5){
	margin-top: 48px;
}
.md-cl-30 .md-item:nth-child(4n){
	margin-right: 0;
}
.md-cl-30 .md-link{
	text-decoration: none;
}
.md-cl-30 .md-img-wrp{
	font-size: 0;
}
.md-cl-30 .md-ttl{
	padding: 16px 16px 16px 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: right 18px;
	background-size: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.md-cl-30 .md-ttl.md-link--pdf{
	display: block;
	margin: 0;
	line-height: 1.5;
}
.md-cl-30 .md-ttl.md-link--pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(/images/rn-icon-pdf.png);
  background-size: contain;
  vertical-align: -2px;
  }

.md-cl-30 .md-read{
	font-size: 1.4rem;
	padding: 16px 0;
}
.md-cl-30 .md-ul .md-list{
	margin: 0;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: 8px center;
	background-size: 8px;
	font-size: 1.6rem;
	border-top: 1px solid #e6e6e6;
}
.md-cl-30 .md-ul .md-list .md-link{
	display: block;
	padding: 16px 8px 16px 24px;
}
.md-cl-30 .btn-wrp{
	margin-top: 8px;
}
.md-cl-30 .btn-wrp .md-list{
	margin: 0 0 16px 0;
}
.md-cl-30 .btn-wrp .md-list:last-of-child{
	margin: 0;
}
.md-cl-30 .md-btn-bk {
	padding: 12px 24px;
  background: #fff url(/images/rn-icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 6px;
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-cl-30 .md-link:hover .md-btn-bk,
.md-cl-30 .md-btn-bk:hover{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-cl-30{
		justify-content: space-between;
	}
	.md-cl-30 .md-item{
		width: 48%;
		margin-right: 0;
	}
	.md-cl-30 .md-item:nth-child(n+3){
		margin-top: 32px;
	}
	.md-cl-30 .md-ttl{
		padding: 12px 12px 12px 0;
		font-size: 1.4rem;
		background-position: right 16px;
		background-size: 8px;
	}
	.md-cl-30 .md-read{
		font-size: 1.2rem;
		padding: 8px 0;
	}
	.md-cl-30 .md-ul .md-list{
		background-position: 4px 12px;
		background-size: 6px;
		font-size: 1.2rem;
	}
	.md-cl-30 .md-ul .md-list .md-link{
		padding: 8px 4px 8px 16px;
	}
	.md-cl-30 .md-btn-bk {
	  font-size: 1.2rem;
	}
}
/* end of cl-29 */


/* md-cl-30 */
/*
.md-cl-30{
	display: flex;
	justify-content: space-between;
}
.md-cl-30 .md-item{
	width: 23%;
	background: url(/images/rn-line-slit.png) no-repeat right top;
	background-size: auto 3px;
	padding-top: 3px;
}
.md-cl-30 .md-link{
	display: block;
	width: 100%;
	text-decoration: none;
}
.md-cl-30 .md-link .md-ttl{
	margin-top: 16px;
	background: url(/images/rn-icon-arrow.png) no-repeat right 5px;
	background-size: 8px;
	padding-right: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}
.md-cl-30 .md-list{
	margin: 16px 0 24px 0;
}
.md-cl-30 .md-list .list-item{
	border-top: 1px solid #e6e6e6;
	margin: 0;
}
.md-cl-30 .md-list .list-item .mb-link{
	display: block;
	padding: 16px 24px;
	font-size: 1.6rem;
	text-decoration: none;
	background: url(/images/rn-icon-arrow.png) no-repeat 8px 22px;
	background-size: 6px;
}
.md-cl-30 .md-link:hover .md-ttl{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-cl-30{
		flex-wrap: wrap;
	}
	.md-cl-30 .md-item{
		width: 48%;
		margin-bottom: 32px;
	}
	.md-cl-30 .md-link .md-ttl{
		margin-top: 8px;
	}
	.md-cl-30 .md-list{
		margin: 8px 0 0 0;
	}
	.md-cl-30 .md-list .list-item .mb-link{
		padding: 12px 12px;
		font-size: 1.2rem;
		background: url(/images/rn-icon-arrow.png) no-repeat 0 16px;
		background-size: 6px;
	}
	.md-cl-30 .md-link{
		font-size: 1.4rem;
	}
}
*/
/* end of md-cl-30 */


/* md-fo-共通 */
.md-fo-wrp{}
.md-fo-wrp .md-fo{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  background: #e6e6e6;
  margin-bottom: 1px;
}
.md-fo-wrp .md-fo:nth-of-type(2n){
  background: #f2f2f2;
}
.md-fo-wrp .has-error{
   background: #F9DBDB !important;
}
.md-fo-wrp .invalid-message{
  display: none;
  width: 100%;
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E8292D;
}
.md-fo-wrp .has-error .invalid-message {
   display:block;
}
.md-fo-wrp .md-fo .md-fo-name{
  width: 135px;
  font-size: 1.6rem;
  font-weight: bold;
}
.md-fo-wrp .md-fo .md-fo-requir{
  width: 68px;
  height: 20px;
  margin-left: 26px;
  margin-right: 26px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #808080;
}
.md-fo-wrp .md-fo .md-fo-unrequir{
  width: 68px;
  margin: 0 26px;
}
.md-fo-wrp .md-fo .md-fo-item{
  width: 72%;
}
.md-fo-wrp .md-fo .md-fo-notes{
  width: 100%;
  padding-right: 76%;
  font-size: 1.4rem;
}
.md-fo-wrp ::placeholder{ color: #999;}
.md-fo-wrp input:-ms-input-placeholder{ color: #999;}
.md-fo-wrp textarea:-ms-input-placeholder{ color: #999;}
@media only screen and (max-width: 768px) {
  .md-fo-wrp .md-fo{
    justify-content: space-between;
  }
  .md-fo-wrp .md-fo .md-fo-name{
    width: auto;
  }
  .md-fo-wrp .md-fo .md-fo-requir{
    margin-left: 0;
    margin-right: 0;
  }
  .md-fo-wrp .md-fo .md-fo-item{
    width: 100%;
    margin-top: 8px;
  }
  .md-fo-wrp .md-fo .md-fo-notes{
    padding-right: 0;
    margin-top: 8px;
  }
}
/* end of md-fo-共通 */

/* md-fo-free 共通 */
.md-fo-wrp .md-fo-free{
  display: flex;
  padding: 16px;
  background: #e6e6e6;
  margin-bottom: 1px;
}
.md-fo-wrp .md-fo-free .md-fo-name{
  width: 135px;
  font-size: 1.6rem;
  font-weight: bold;
}
.md-fo-wrp .md-fo-free .md-fo-requir{
  width: 56px;
  height: 20px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #808080;
}
.md-fo-wrp .md-fo-free .md-fo-unrequir{
  width: 56px;
  margin: 0 32px;
}
.md-fo-wrp .md-fo-free .md-fo-item{
  width: 72%;
}
@media only screen and (max-width: 768px) {
  .md-fo-wrp .md-fo-free{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .md-fo-wrp .md-fo-free .md-fo-name{
    width: auto;
  }
  .md-fo-wrp .md-fo-free .md-fo-requir{
    margin-left: 0;
    margin-right: 0;
  }
  .md-fo-wrp .md-fo-free .md-fo-item{
    width: 100%;
  }
}
/* end of md-fo-free 共通 */

/* md-fo-assy 共通 */
.md-fo-wrp .md-fo-assy .assy-cap{
  padding: 16px;
  font-size: 1.6rem;
  background: #f2f2f2;
}
.md-fo-wrp .md-fo-assy .md-fo{
  padding: 8px 16px;
  background: #f2f2f2;
  margin-bottom: 0;
}
.md-fo-wrp .md-fo-assy .md-fo:first-of-type{
  padding: 16px 16px 8px 16px;
}
.md-fo-wrp .md-fo-assy .md-fo:last-of-type{
  padding: 8px 16px 16px 16px;
}

.md-fo-wrp .md-fo-assy .md-fo-name{
  width: 135px;
  font-size: 1.6rem;
  font-weight: bold;
}
/* end of md-fo-free 共通 */

.md-fo.align-top{
  align-items: flex-start;
}
.inquiry-submit-std{
  text-align: center;
}
.inquiry-submit-std .md-btn{
  width: 265px;
  margin: auto;
  background: #E21E31;
}
.inquiry-submit-std .md-btn:hover{
  background: #fff;
  color: #E21E31;
}
.inquiry-submit-std .reset{
  text-decoration: underline;
}


@media only screen and (min-width: 769px){
  body.body-stdmodal02-activ{
    overflow-y: hidden;
    position: fixed;
  }
  .stdmodal02.stdmodal02-confirm{
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 0 32px 24px 32px;
    width: 80%;
    margin: auto 10%;
    background: #fff;
  }
}
.inquiry-confirm{
  display: flex;
  align-items: center;
  padding: 16px;
  background: #e6e6e6;
}
.inquiry-confirm.bg-right{
  background: #f2f2f2;
}
.inquiry-confirm.pb0{
  padding-bottom: 0;
}
.inquiry-confirm .confirm-name{
  width: 15%;
  font-size: 1.6rem;
}
.inquiry-confirm .confirm-requir{
  width: 56px;
  height: 20px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #808080;
}
.inquiry-confirm .confirm-unrequir{
  width: 56px;
  height: 20px;
  margin-left: 32px;
  margin-right: 32px;
}
.inquiry-confirm .confirm-item{
  font-size: 1.6rem;
  font-weight: bold;
}
.stdmodal02.stdmodal02-confirm .md-btnarea{
  justify-content: center;
  margin: 48px auto;
}
.stdmodal02.stdmodal02-confirm .md-btn{
  width: 265px;
  margin: auto 1%;
  background: #E21E31;
}
.stdmodal02.stdmodal02-confirm .md-btn:hover{
  background: #fff;
  color: #E21E31;
}
@media only screen and (max-width: 768px) {
  body.body-stdmodal02-activ{
    overflow-y: hidden;
    position: fixed;
  }
  .stdmodal02.stdmodal02-confirm{
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 70px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 0 16px 24px 16px;
    width: 96%;
    margin: auto 2%;
    background: #fff;
  }
  

  .inquiry-confirm{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inquiry-confirm .confirm-name{
    width: 48%;
  }
  .inquiry-confirm .confirm-requir{
    margin-right: 0;
  }
  .inquiry-confirm .confirm-unrequir{
    margin-right: 0;
  }
  .inquiry-confirm .confirm-item{
    width: 100%;
    margin-top: 8px;
  }
  .stdmodal02.stdmodal02-confirm .md-btnarea{
    justify-content: center;
    margin: 48px auto;
  }
  .stdmodal02.stdmodal02-confirm .md-btn{
    margin: 10px auto auto auto;
  }
  .stdmodal02.stdmodal02-confirm .md-btn:first-of-type{
    margin: auto;
  }
}


/* md-fo-01 */
.md-fo-01 .fo-text{
	background-color: #fff;
	width: 100%;
	padding: 8px 16px;
	font-size: 1.6rem;
	border: 1px solid #b3b3b3;
}
.md-fo-01 .fo-text.fo-w50{
  width: 50%;
}
.md-fo-01 .fo-text::placeholder{	color: #999;}
.md-fo-01 .fo-text:-ms-input-placeholder{	color: #999;}
.md-fo-01 .fo-text::-ms-input-placeholder{	color: #999;}
@media only screen and (max-width: 768px) {
  .md-fo-01 .fo-text.fo-w50{
    width: 100%;
  }
}
/* end of md-fo-01 */


/* md-fo-02 */
.md-fo-02 .fo-textarea{
	background-color: #fff;
	width: 100%;
	min-height: 200px;
	padding: 8px 16px;
	font-size: 1.6rem;
	border: 1px solid #b3b3b3;
}
.md-fo-03 .fo-text::placeholder{ color: #999;}
.md-fo-03 .fo-text:-ms-input-placeholder{	color: #999;}
.md-fo-03 .fo-text::-ms-input-placeholder{	color: #999;}
/* end of md-fo-02 */


/* md-fo-03 */
.md-fo-03 .md-fo-item{
  /*display: flex;*/
}
.md-fo-03 .fo-text{
	background-color: #fff;
	width: 32%;
	padding: 8px 16px;
	font-size: 1.6rem;
	border: 1px solid #b3b3b3;
}
.md-fo-03 .fo-button{
  padding: 8px 40px 8px 16px;
  margin-left: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #000;
	background: url(/images/rn-icon-search-ov.png) no-repeat;
	background-size: 16px;
	background-position: right 12px center;
	background-color: #e6e6e6;
}
.md-fo-03 .fo-button:hover{
  color: #fff;
  border: 1px solid #E21E31;
	background: #E21E31 url(/images/rn-icon-search.png) no-repeat;
	background-size: 16px;
	background-position: right 12px center;
}
.md-fo-03 .fo-text::placeholder{ color: #999;}
.md-fo-03 .fo-text:-ms-input-placeholder{	color: #999;}
.md-fo-03 .fo-text::-ms-input-placeholder{	color: #999;}
@media only screen and (max-width: 768px) {
  .md-fo-03 .md-fo-item{
    flex-wrap: wrap;
  }
  .md-fo-03 .fo-text{
  	width: 100%;
  }
  .md-fo-03 .fo-button{
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
/* end of md-fo-03 */


/* md-fo-04 */
.md-fo-04 .fo-select{
	width: 100%;
	padding: 14px 30px 14px 14px;
	font-size: 1.4rem;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	background: url(/images/rn-icon-arrow-dow-gr.png) no-repeat;
	background-position: right 16px top 24px;
	background-size: 16px;
	background-color: #fff;
}
.md-fo-04 .fo-select.fo-w50{
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .md-fo-04 .fo-select.fo-w50{
    width: 100%;
  }
}
/* end of md-fo-04 */


/* md-fo-05 */
.md-fo-05 label{ 
  display: inline-block;
	position: relative;
	padding: 0 0 0 8px;
	margin: 4px 32px 4px 0;
	cursor: pointer;
}
.md-fo-05 label:last-child{
  margin: 4px 0;
}
.md-fo-05 label input.fo-radio{ 
	opacity: 0;
}
.md-fo-05 label .icon-radio{ 
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	background: url(/images/rn-icon-radio-off.png) no-repeat;
	background-position: 0 0;
	background-size: 1.6rem;
	width: 16px;
	height: 16px;
}
.md-fo-05 label input.fo-radio:checked + .icon-radio{
	background: url(/images/rn-icon-radio-on.png) no-repeat;
	background-position: 0 0;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
/* end of md-fo-05 */


/* md-fo-06 */
.md-fo-06 label{ 
  display: inline-block;
	position: relative;
	padding: 0 0 0 8px;
	margin: 4px 32px 4px 0;
	cursor: pointer;
}
.md-fo-06 label:last-child{
  margin: 4px 0;
}
.md-fo-06 label input.fo-checkbox{ 
	opacity: 0;
}
.md-fo-06 label .icon-checkbox{ 
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	background: url(/images/rn-icon-check-off.png) no-repeat;
	background-position: 0 0;
	background-size: 1.6rem;
	width: 16px;
	height: 16px;
}
.md-fo-06 label input.fo-checkbox:checked + .icon-checkbox{
	background: url(/images/rn-icon-check-on.png) no-repeat;
	background-position: 0 0;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
/* end of md-fo-06 */

/* md-fo-09 */
.md-fo-09{
	padding: 32px;
	background: #f2f2f2;
}
.md-fo-09 .md-inr{
	display: flex;
}
.md-fo-09 .md-inr.inr-top{
	justify-content: space-between;
	align-items: flex-end;
}
.md-fo-09 .md-inr .col-100{ width: 100%;}
.md-fo-09 .md-inr .col-60{ width: 59%}
.md-fo-09 .md-inr .col-50{ width: 49%}
.md-fo-09 .md-inr .col-40{ width: 39%}
.md-fo-09 .md-inr .col-35{ width: 34%;}
.md-fo-09 .md-inr .col-25{ width: 24%;}
.md-fo-09 .elm-name{
	font-size: 1.2rem;
}
.md-fo-09 .elm-item{
	margin-top: 6px;
}
.md-fo-09 .elm-item .forminput--text{
	background-color: #fff;
	width: 100%;
	padding: 16px;
	font-size: 1.6rem;
	border: 1px solid #b3b3b3;
}
.md-fo-09 .elm-item .forminput--text::placeholder{
	color: #999;
}
.md-fo-09 .elm-item .forminput--text:-ms-input-placeholder{
	color: #999;
}
.md-fo-09 .elm-item .forminput--text::-ms-input-placeholder{
	color: #999;
}
.md-fo-09 .elm-item .formselect{
	width: 100%;
	padding: 17px 16px;
	font-size: 1.4rem;
	border-bottom: 1px solid #b3b3b3;
	border-radius: 0;
	background: url(/images/rn-icon-arrow-dow-gr.png) no-repeat;
	background-position: right 16px top 24px;
	background-size: 16px;
}
.md-fo-09 .md-inr.inr-btm{
	padding-top: 32px;
	justify-content: center;
	align-items: center;
}
.md-fo-09 .md-inr.inr-btm .col-100{
	position: relative;
}
.md-fo-09 .md-inr.inr-btm .col-100 .md-btn{
	width: 265px;
	margin: auto;
}
.md-fo-09 .md-inr.inr-btm .col-100 .reset{
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.md-fo-09 .md-inr.inr-btm .col-100 .reset:hover{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-fo-09{
		padding: 24px 16px;
	}
	.md-fo-09 .md-inr{
		flex-wrap: wrap;
	}
	.md-fo-09 .md-inr .col-100{ width: 100%;}
	.md-fo-09 .md-inr .col-50{ width: 100%;}
	.md-fo-09 .md-inr .col-25{ width: 100%;}
	.md-fo-09 .md-inr .col-25{
		display: flex;
		align-items: center;
		margin-top: 12px;
	}
	.md-fo-09 .md-inr .col-25 .elm-name{
		width: 25%;
	}
	.md-fo-09 .md-inr .col-25 .elm-item{
		width: 75%;
	}
	.md-fo-09 .md-inr.inr-btm{
		padding-top: 16px;
	}
	.md-fo-09 .md-inr.inr-btm .col-100{
		position: relative;
		padding-bottom: 32px;
	}
	.md-fo-09 .md-inr.inr-btm .col-100 .md-btn{
		width: 100%;
	}
	.md-fo-09 .md-inr.inr-btm .col-100 .reset{
		top: inherit;
		bottom: 0;
		right: 0;
	}
}
/* end of md-fo-09 */


/* mb-cl-34 */
.mb-cl-34{
	padding: 0;
}
.mb-cl-34 .md-carousel--nav .md-carousel--arrow{
	width: 40px;
	height: 40px;
}
.mb-cl-34 .md-carousel--body .md-carousel--main .md-carousel--item{
	padding: 0;
}
/* end of mb-cl-34 */


.md-ln-01{
	text-align: right;
}
.md-ln-01 .md-item{
	display: inline-block;
}
.md-ln-01 .md-item .md-link{
	margin-left: 24px;
	background: url(/images/rn-icon-arrow.png) no-repeat left 2px;
	background-size: 6px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
}
.md-ln-01 .md-item .md-link:hover{
	color: #e21e31;
}


/* md-ln-16 */
.md-ln-16{
	display: flex;
}
.md-ln-16 .md-item{
	flex-basis: 33.333%;
}
.md-ln-16 .md-item .md-image{
	border-right: 1px solid #fff;
}
.md-ln-16 .md-item:last-of-type .md-image{
	border-right: none;
}
.md-ln-16 .md-ttl{
	font-size: 1.6rem;
	background: url(/images/rn-icon-arrow.png) no-repeat left 5px;
	background-size: 6px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 1.2
}
.md-ln-16 .md-link{
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.md-ln-16 .md-ttl{
		font-size: 1.4rem;
	}
	.md-ln-16 .md-ttl{
		background: url(/images/rn-icon-arrow.png) no-repeat left 3px;
		background-size: 6px;
	}
}
/* end of md-ln-16 */


/* md-ln-17 */
.md-ln-17{
	display: flex;
	justify-content: space-between;
}
.md-ln-17 .md-item{
	flex-basis: 23.5%;
	line-height: 0;
}
@media only screen and (max-width: 768px) {
	.md-ln-17{
		flex-wrap: wrap;
	}
	.md-ln-17 .md-item{
		flex-basis: 48%;
		margin-bottom: 4%;
	}
}
/* end of md-ln-17 */


/* md-ln-18 */
.md-ln-18{
	display: flex;
}
.md-ln-18 .md-item{
	flex-basis: 25%;
}
.md-ln-18 .md-item .md-image{
	border-right: 1px solid #fff;
}
.md-ln-18 .md-item:last-of-type .md-image{
	border-right: none;
}
.md-ln-18 .md-ttl{
	font-size: 1.6rem;
	background: url(/images/rn-icon-arrow.png) no-repeat left 4px;
	background-size: 6px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 1.2
}
.md-ln-18 .md-link{
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.md-ln-18{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.md-ln-18 .md-item{
		flex-basis: 50%;
		margin-bottom: 24px;
	}
	.md-ln-18 .md-item .md-image{
		border-right: none;
	}
	.md-ln-18 .md-ttl{
		font-size: 1.4rem;
		background: url(/images/rn-icon-arrow.png) no-repeat left 3px;
		background-size: 6px;
	}
}
/* end of md-ln-18 */


/* md-ln-19 */
.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-19-wrp{
	width: 32%;
}
.md-ln-19{
	padding: 32px;
	border: 3px solid #e6e6e6;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.md-ln-19 .md-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
	position: relative;
}
.md-ln-19 .md-btn-list{
	width: 100%;
	margin: auto;
	padding: 0 32px;
	position: absolute;
	bottom: 24px;
	left: 0;
}
.md-ln-19 .btn-list{
	list-style: none;
}
.md-ln-19 .btn-list .md-btn {
	width: 285px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 24px;
}
@media only screen and (max-width: 768px) {
	.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-19-wrp{
		width: 100%;
	}
	.md-ln-19{
		margin-top: 18px;
		padding: 18px;
		border: 3px solid #e6e6e6;
		background: url(/csr/images/img-002.jpg) no-repeat center bottom;
		background-size: cover;
		height: 240px !important;
	}
	.md-ln-19 .md-ttl{
		font-size: 1.6rem;
	}
	.md-ln-19 .md-btn-list{
		padding: 0 18px;
		bottom: 16px;
	}
	.md-ln-19 .btn-list .md-btn{
		width: 100%;
		margin: 20px auto auto auto;
	}
}
/* end of md-ln-19 */


/* md-ln-20 */
.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-20-wrp{
	width: 66% ;
}
.md-ln-20{
	padding: 32px;
	border: 3px solid #e6e6e6;
	position: relative;
	background-position: right bottom;
	background-size: 60%;
}
.md-ln-20 .md-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}
.md-ln-20 .md-list{
	margin: 24px 0 0 0;
}
.md-ln-20 .list-item{
	margin-bottom: 8px;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: left 7px;
	background-size: 6px;
	padding-left: 12px;
}
.md-ln-20 .list-item:last-of-type{
	margin-bottom: 0;
}
.md-ln-20 .list-item .md-link{
	font-size: 1.6rem;
	text-decoration: none;
}
.md-ln-20 .md-btn-list{
	position: absolute;
	right: 29px;
	bottom: 23px;
}
.md-ln-20 .btn-list{
	list-style: none;
}
.md-ln-20 .btn-list .md-btn{
	width: 265px;
	margin-top: 12px;
	padding: 8px 24px;
}
@media only screen and (max-width: 768px) {
	.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-20-wrp{
		width: 100% ;
	}
	.md-ln-20{
		padding: 18px;
		height: auto;
		background-size: 150%;
	}
	.md-ln-20 .md-ttl{
		font-size: 1.6rem;
	}
	.md-ln-20 .list-item{
		background-position: left 4px;
	}
	.md-ln-20 .list-item .md-link{
		font-size: 1.4rem;
	}
	.md-ln-20 .md-btn-list{
		position: inherit;
		right: inherit;
		bottom: inherit;
	}
	.md-ln-20 .btn-list .md-btn{
		width: 100%;
		margin: 18px auto auto auto;
	}
}
/* end of md-ln-20 */


/* md-ln-21 */
.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-21-wrp{
	width: 66% ;
}
.md-ln-21{
	padding: 32px;
	border: 3px solid #e6e6e6;
}
.md-ln-21 .md-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}
.md-ln-21 .md-inr{
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
}
.md-ln-21 .md-inr .md-image{
	width: 100px;
	margin-right: 32px;
}
.md-ln-21 .md-inr .md-btn-wrp .md-text{
	font-size: 1.6rem;
	margin: 0;
	line-height: 1;
}
.md-ln-21 .md-btn-list{
	margin-top: 34px;
}
.md-ln-21 .btn-list{
	list-style: none;
}
.md-ln-21 .btn-list .md-btn{
	width: 265px;
	margin-top: 12px;
	padding: 8px 24px;
}
@media only screen and (max-width: 768px) {
	.md-columnbox.md-columnbox--02 .md-columnbox--inner.md-ln-21-wrp{
		width: 100% ;
	}
	.md-ln-21{
		padding: 18px;
		height: auto;
	}
	.md-ln-21 .md-ttl{
		font-size: 1.6rem;
	}
	.md-ln-21 .md-inr{
		justify-content: space-between;
	}
	.md-ln-21 .md-inr .md-image{
		width: 25%;
		margin-right: 0;
	}
	.md-ln-21 .md-inr .md-btn-wrp{
		width: 70%;
	}
	.md-ln-21 .btn-list .md-btn{
		width: 100%;
		padding: 8px;
		font-size: 1.2rem;
	}
}
/* end of md-ln-21 */


/* md-li-05 */
.md-li-05.border-btm{
	border-bottom: 1px solid #ccc;
}
.md-li-05 .md-item{
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
}
.md-li-05 .md-date{
	flex-basis: 112px;
	font-size: 1.2rem;
	white-space: nowrap;
	color: #4d4d4d;
}
.md-li-05.important .md-date{
	color: #e21e31;
	font-weight: bold;
}
.md-li-05 .md-ttl{
	flex: 1;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 12px 0 12px 0;
}
.md-li-05 .md-ttl a {
	display: block;
	background: url(/images/rn-icon-arrow.png) no-repeat;
	background-position: left center;
	background-size: 6px;
	padding: 0 0 0 12px;
}
.md-li-05 .md-link{
	text-decoration: none;
}
.md-li-05.important .md-link{
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.md-li-05 .md-item{
		flex-wrap: wrap;
		padding: 12px 0 0 0;
	}
	.md-li-05 .md-date{
		flex-basis: 100%;
	}
	.md-li-05 .md-ttl{
		flex: 1;
		flex-basis: 100%;
		font-size: 1.4rem;
		padding: 6px 0 12px 0;
	}
	.md-li-05 .md-ttl a{
		display: block;
		background-position: left 5px;
		padding: 0 0 0 12px;
	}
	.md-li-05 .md-link{
		padding: 0 0 12px 0;
	}
}
/* end of md-li-05 */


/*md-li-06 */
.md-li-06{
	border-top: 1px solid #ccc;
}
.li-06-inr{
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.li-06-inr .md-link{
	display: flex;
	padding: 16px 0;	
}
.li-06-inr .md-item{
	display: flex;
	width: 100%;
}
.md-li-06 .md-head{
	flex-basis: 150px;
}
.md-li-06 .md-date{
	display: inline;
	font-size: 1.4rem;
	white-space: nowrap;
	color: #4d4d4d;
}
.md-cat-label{
  display: inline-block;
  min-width: 136px;
	padding: 3px 3px;
	margin-right: 8px;
	text-align: center;
	background: #b3b3b3;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.md-cat-label:last-child {
	margin-right: 0;
}

.md-cat-label.mg  {color: #737373; border: 1px solid #737373; background: #FFF;}
.md-cat-label.tr  {color: #BE7272; border: 1px solid #BE7272; background: #FFF;}
.md-cat-label.gl  {color: #73ACBF; border: 1px solid #73ACBF; background: #FFF;}
.md-cat-label.mb  {color: #BE9E72; border: 1px solid #BE9E72; background: #FFF;}
.md-cat-label.ms  {color: #AB72BE; border: 1px solid #AB72BE; background: #FFF;}
.md-cat-label.env {color: #4D4D4D; border: 1px solid #E6E6E6; background: #E6E6E6;}
.md-cat-label.tech{color: #FFF; border: 1px solid #999; background: #999;}

.md-li-06 .md-cont{
	flex: 1;
}
.md-li-06 .md-cont .md-link{
	display: flex;
}
.md-li-06 .md-ttl{
	flex: 1;
	margin-top: 8px;
	font-size: 1.6rem;
	background: url(/images/rn-icon-arrow.png) no-repeat left 7px;
	background-size: 6px;
	padding-left: 12px;
	font-weight: normal;
}
.md-li-06 .md-image{
	width: 300px;
	max-height: 100px;
	font-size: 0;
	text-align: center;
}
.md-li-06 .md-image .md-img{
	width: auto;
	max-height: 100px;
	margin-left: 32px;
	box-sizing: border-box;
}
.md-li-06 .md-link{
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.md-li-06 .li-06-inr{
		flex-wrap: nowrap;
	}
	.li-06-inr .md-link{
		padding: 18px 0;
		justify-content: space-between;
	}
	.li-06-inr .md-item{
		flex-wrap: wrap;
		flex: 1;
		width: 55%;
	}
	.md-li-06 .md-head{
		flex-basis: 100%;
	}
	.md-li-06 .md-date{
		display: block;
	}
	.md-li-06 .md-cat-label{
		margin: 3px 0 0 0;
	}
	.md-li-06 .md-ttl{
		margin-top: 8px;
		font-size: 1.4rem;
		background: url(/images/rn-icon-arrow.png) no-repeat left 4px;
		background-size: 6px;
	}
	.md-li-06 .md-cont{
	  flex-basis: 100%;
	}
	.md-li-06 .md-cont .md-link{
		padding: 12px 0 0 0;
	}
	.md-li-06 .md-image{
  	max-width: 42%;
  	min-height: auto;
  }
  .md-li-06 .md-image .md-img{
    width: 100%;
    height: auto;
		margin-left: 3%;
  }
}
#news_feed_001 .md-image .md-img,
#news_feed_002 .md-image .md-img,
#news_feed_003 .md-image .md-img {
	max-height: 77px;
	width: auto;
}

/* end of md-li-06 */


/* md-li-08 */
.md-li-08 .md-item{
	list-style: none;
}
.md-li-08 .md-item .md-link{
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-top: 1px solid #ccc;
}
.md-li-08 .md-image{
	flex-basis: 140px;
	margin-right: 12px;
}
.md-li-08 .md-date{
	display: block;
	font-size: 1.2rem;
	color: #4d4d4d;
}
.md-li-08 .md-ttl{
	flex: 1;
	font-size: 1.5rem;
	background: url(/images/rn-icon-arrow.png) no-repeat left center;
	background-size: 6px;
	padding-left: 12px;
	font-weight: normal;
}
.md-li-08 .md-link{
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.md-li-08 .md-image{
		flex-basis: 40%;
	}
	.md-li-08 .md-ttl{
		flex: 1;
		font-size: 1.4rem;
		padding-left: 12px;
		background-position: left 22px;
	}
	.md-li-08 .md-date{
		margin-left: -12px;
	}
}
/* end of md-li-08 */


/* md-ln-15k */
.md-ln-15k .md-header{
	padding: 0 0 14px 0;
	border-bottom: 1px solid #000;
}
.md-ln-15k .md-read{
	margin-bottom: 32px;
	font-size: 1.6rem;
}
.md-ln-15k .md-btn{
	width: 265px;
	margin: 32px 0 0 0;
}
.md-ln-15k .md-link{
	text-decoration: none;
}
.md-ln-15k .item-list-2c,
.md-ln-15k .item-list-3c{
	display: flex;
}
.md-ln-15k .item-list-2c .item-list{
	flex-basis: 50%;
	list-style: none;
}
.md-ln-15k .item-list-3c .item-list{
	flex-basis: 33.333%;
	list-style: none;
	margin-top: 24px;
}
.md-ln-15k .md-header .md-ttl{
	font-size: 2.4rem;
	text-align: left;
}
.md-ln-15k .md-link .md-ttl,
.md-ln-15k .md-ttl{
  text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
	.md-ln-15k .md-header{
		margin-bottom: 15px;
	}
	.md-ln-15k .md-header .md-ttl{
		text-align: left;
		font-size: 2.0rem;
	}
	.md-ln-15k .md-read{
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.md-ln-15k .md-btn{
		width: 100%;
		margin: auto;
	}
	.md-ln-15k .item-list-2c .item-list{
		margin-top: 24px;
	}
	.md-ln-15k .item-list-3c .item-list{
		flex-basis: 33.333%;
		list-style: none;
		margin-top: 24px;
	}
	.md-ln-15k .md-link .md-ttl,
	.md-ln-15k .md-ttl{
		text-align: center;
		font-size: 1.4rem;
	}
}
/* end of md-ln-15k */



/* md-ln-23 */
.md-ln-23{
	padding-top: 24px;
	border-top: 1px solid #e6e6e6;
}
.md-ln-23 .ln-23-item{
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 8px;
}
.md-ln-23 .ln-23-item:last-of-type{
	margin-right: 0;
}
.md-ln-23 .ln-23-item .md-link{
	text-decoration: none;
	font-weight: bold;
	color: #4d4d4d;
}
.md-ln-23 .ln-23-item .md-link:hover,
.md-ln-23 .ln-23-item .md-link.current{
	color: #e21e31;
}
@media only screen and (max-width: 768px) {
	.md-ln-23{
		padding: 20px 0 0 0;
	}
	.md-ln-23 .ln-23-item{
		margin-bottom: 20px;
	}
	.md-ln-23 .ln-23-item .md-link{
		font-size: 1.2rem;
	}
}
/* end of md-ln-23 */


/* md-tx-01 */
.md-tx-01{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .md-tx-01{
    font-size: 1.4rem;
  }
}
/* end of md-tx-01 */


/* md-tx-02 */
.md-tx-02{
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .md-tx-02{
    font-size: 1.2rem;
  }
}
/* end of md-tx-02 */


/* md-tx-03 */
.md-tx-03{
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .md-tx-03{
    font-size: 1.2rem;
  }
}
/* end of md-tx-03 */


/* md-tx-04 */
.md-tx-04{
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .md-tx-04{
    font-size: 1.4rem;
  }
}
/* end of md-tx-04 */



/* md-ln-24 */
.md-ln-24{
	display: flex;
	justify-content: space-between;
}
.md-ln-24 .md-item{
	font-size: 1.4rem;
	font-weight: bold;
	list-style: none;
}
.md-ln-24 .md-item .md-link{
	text-decoration: none;
}
.md-ln-24 .md-item:first-of-type .md-link{
	background: url(/images/rn-icon-arrow-left.png) no-repeat left center;
	background-size: 8px;
	padding-left: 16px;
}
.md-ln-24 .md-item:last-of-type .md-link{
	background: url(/images/rn-icon-arrow.png) no-repeat right center;
	background-size: 8px;
	padding-right: 16px;
}
/* end of md-ln-24 */


/* md-hd-17 */
.md-hd-17 .inr-top{
	display: flex;
	justify-content: space-between;
}
.md-hd-17 .inr-top .backto-result .md-link{
	background: url(/images/rn-icon-arrow-left.png) no-repeat left center;
	background-size: 8px;
	padding-left: 16px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}
.md-hd-17 .inr-top .md-btn-bk {
	min-width: 276px;
	padding: 8px 24px 8px 12px;
	background: #fff url(/images/rn-icon-pdf.png) no-repeat;
	background-position: center right 12px;
	background-size: 12px;
	color: #000;
	border: 1px solid #000;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.md-hd-17 .md-btn-bk:hover{
	color: #e21e31;
}
.md-hd-17 .inr-btm{
	margin-top: 40px;
	padding: 0 0 0 24px;
	border-left: 3px solid #e21e31;
}
.md-hd-17 .inr-btm .md-ttl{
	font-size: 3.2rem;
	font-weight: bold;
}

.md-hd-17 .inr-btm .md-ttl.md-ttl--lv4 {
	font-size: 2.0rem;
	margin: 24px 0;
}

.md-hd-17 .inr-btm .md-page-info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.md-hd-17 .md-date{
	font-size: 1.2rem;
	color: #4d4d4d;
}
.md-hd-17 .md-catlist{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.md-hd-17 .md-catlist .md-cat{
	list-style: none;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #b3b3b3;
	padding: 3px 8px;
	margin-top: 8px;
	margin-left: 8px;
}

@media only screen and (max-width: 768px) {
	.md-hd-17 .inr-top .backto-result{
		width: 49%;
	}
	.md-hd-17 .inr-top .md-btn-bk {
		min-width: 49%;
		padding: 8px 24px 8px 8px;
	}
	.md-hd-17 .inr-btm{
		margin-top: 32px;
		padding: 0 0 0 16px;
	}
	.md-hd-17 .inr-btm .md-ttl{
		font-size: 2.2rem;
	}
	.md-hd-17 .inr-btm .md-page-info{
		flex-wrap: wrap;
	}
	.md-hd-17 .md-date{
		width: 100%;
	}
	.md-hd-17 .md-catlist{
		width: 100%;
		justify-content: flex-start;
	}
	.md-hd-17 .md-catlist .md-cat{
		margin-left: 0;
		margin-right: 8px;
	}
}
/* end of md-hd-17 */

/* md-hd-18 */
.md-hd-18{
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;

	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : justify;
	-ms-flex-pack : justify;
	justify-content : space-between;
	-webkit-box-align : start;
	-ms-flex-align : start;
	align-items : space-between;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;

}
.md-hd-18 .md-ttl{
	font-size: 4.2rem;
	font-weight: normal;
}

@media only screen and (min-width: 769px){
	.md-hd-18 .md-img{
		width: auto;
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.md-hd-18 .md-img{
		width: auto;
		max-width: 100%;
		max-height: 66px;
	}
}
@media only screen and (max-width: 768px) {
	.md-hd-18{
		display : block;
	}
	.md-hd-18 .md-ttl{
		font-size: 2.8rem;
	}
	.md-hd-18 .md-img{
		margin-top: 6px;
	}
}
/* end of md-hd-18 */


.md-tb .md-unit{
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 8px;
}
.md-tb .md-note{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 24px;
}
.md-tb .note-wrp{
	display: none;
}
@media only screen and (max-width: 768px){
	.md-tb .md-unit{
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	.md-tb .note-wrp {
		display: block;
		text-align: right;
		padding-bottom: 12px;
	}
	.md-tb .note-wrp .note {
		font-size: 1rem;
		color: #999;
		background: url(/images/rn-icon-swipe.png) no-repeat right center;
		background-size: 22px;
		padding: 4px 28px 4px 0;
	}
}

.md-table .md-table--cell ul,
.md-table .md-table--cell ol {
	margin-left: 18px;
}

.md-table .md-table--cell ul.md-list,
.md-table .md-table--cell ol.md-list {
	margin-left: 0;
}
.md-table--type01 tbody .md-table--th {	width : auto;}
.md-table--type01 tbody .md-table--td {	width : auto;}
.md-table--type02 thead .md-table--cell,
.md-table--type02 tbody .md-table--cell { width : auto;}
.md-table--type03 tbody .md-table--th {	width : auto; z-index: 1;}
.md-table--type03 tbody .md-table--td {	width : auto;}
.md-table--type04 tbody .md-table--td {	width : auto;}
.md-table--type05 tbody .md-table--th {	width : auto;}
.md-table--type05 tbody .md-table--td {	width : auto;}

ul.md-list--arrow {
	display : block;
	margin : 8px 0;
	background : url(/images/rn-icon-arrow.png) no-repeat 0 6px;
	background-size : 12px;
	line-height : 1.8;
	padding : 2px 0 2px 20px;
}

@media only screen and (max-width: 769px) {
	.md-columnbox .md-columnbox--02-sp2 {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	.md-columnbox.md-columnbox--02-sp2 .md-columnbox--inner {
		width : 48%;
		margin-right: 0;
	}
	.md-columnbox . md-columnbox--02-sp2 .md-columnbox--inner:nth-child(n+3){
		margin-top: 32px;
	}
}

@media only screen and (min-width: 769px){
	.md-ht .md-columnbox--inner {
		margin-bottom: 0;
	}
	.md-ht .md-columnbox--inner .md-btn {
		height: 5em;
		width: 100vw;
		display: table-cell;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 768px) {
	.md-ht .md-columnbox--inner {
		margin-bottom: 0;
	}
}


/* 簡易アコーディオン表示 str */

.md-acd {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.md-acd input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.md-acd label {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.8em 0 0.8em 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #E21E31;
}
.md-acd .md-acd--content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
}
.md-acd .md-acd--content p {
  padding: 1em;
}
/* :checked */
.md-acd input:checked ~ .md-acd--content {
  max-height: 100%;
}
/* Icon */
.md-acd label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

.md-acd input[type=checkbox] + label::after {
  content: '+';
}
.md-acd input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.md-acd .md-acd--content .md-table--wrapper {
  min-width: 100%;
}


/* 簡易アコーディオン表示 end */

@media only screen and (min-width: 769px){
	.mapIframe iframe {
	  height: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.mapIframe iframe {
	  height: 200px;
	}
}


/* デバイス表示切替 */
@media only screen and (min-width: 769px){
  .md-display--pc { display : block; }
  .md-display--sp { display : none; }
}
@media only screen and (max-width: 768px) {
  .md-display--pc { display : none; }
  .md-display--sp { display : block; }
}


/* 調整 */
@media only screen and (min-width: 769px){
  .mt-pc-0{ margin-top: 0 !important;}
  .mt-pc-1{ margin-top: 1px;}
  .mt-pc-2{ margin-top: 2px;}
  .mt-pc-4{ margin-top: 4px;}
  .mt-pc-8{ margin-top: 8px;}
  .mt-pc-16{ margin-top: 16px;}
  .mt-pc-20{ margin-top: 20px;}
  .mt-pc-24{ margin-top: 24px;}
  .mt-pc-28{ margin-top: 28px;}
  .mt-pc-32{ margin-top: 32px;}
  .mt-pc-40{ margin-top: 40px;}
  .mt-pc-48{ margin-top: 48px;}
  .mt-pc-56{ margin-top: 56px;}
  .mt-pc-64{ margin-top: 64px;}
  .mt-pc-72{ margin-top: 72px;}
  .mt-pc-80{ margin-top: 80px;}
  .mt-pc-88{ margin-top: 88px;}
  .mt-pc-96{ margin-top: 96px;}

  .mb-pc-0{ margin-bottom: 0 !important;}
  .mb-pc-20{ margin-bottom: 20px;}
  .mb-pc-40{ margin-bottom: 40px;}
  .mb-pc-96{ margin-bottom: 96px;}

  .mr-pc-1-25p{ margin-right: 1.25% !important;}
  .mr-pc-1-33p{ margin-right: 1.33% !important;}
  .mr-pc-2p{ margin-right: 2% !important;}
  .mr-pc-4p{ margin-right: 4% !important;}

  .width-auto { width : auto !important;}
  .width-5 { width : 5% !important;}
  .width-10 { width : 10% !important;}
  .width-15 { width : 15% !important;}
  .width-16 { width : 16.6% !important;}
  .width-20 { width : 20% !important;}
  .width-25 { width : 25% !important;}
  .width-30 { width : 30% !important;}
  .width-33 { width : 33.3% !important;}
  .width-35 { width : 35% !important;}
  .width-40 { width : 40% !important;}
  .width-45 { width : 45% !important;}
  .width-50 { width : 50% !important;}
  .width-55 { width : 55% !important;}
  .width-60 { width : 60% !important;}
  .width-65 { width : 65% !important;}
  .width-70 { width : 70% !important;}
  .width-75 { width : 75% !important;}
  .width-80 { width : 80% !important;}
  .width-85 { width : 85% !important;}
  .width-90 { width : 90% !important;}
  .width-95 { width : 95% !important;}
  .width-100 { width : 100% !important;}

  .va-pc--baseline { vertical-align:baseline !important; }
  .va-pc--top { vertical-align:top !important; }
  .va-pc--middle { vertical-align:middle !important; }
  .va-pc--bottom { vertical-align:bottom !important; }
  .va-pc--text-top { vertical-align:text-top !important; }
  .va-pc--text-bottom { vertical-align:text-bottom !important; }
  .va-pc--super { vertical-align:super !important; }
  .va-pc--sub { vertical-align:sub !important; }

  .adj-top-sec04 { margin: 64px auto auto auto; padding: 48px 0; background: #f2f2f2;}/* 例外（全幅背景色ありラッパー） */
}
@media only screen and (max-width: 768px) {
  .mt-sp-0{ margin-top: 0 !important;}
  .mt-sp-1{ margin-top: 1px;}
  .mt-sp-2{ margin-top: 2px;}
  .mt-sp-4{ margin-top: 4px;}
  .mt-sp-8{ margin-top: 8px;}
  .mt-sp-16{ margin-top: 16px;}
  .mt-sp-20{ margin-top: 20px;}
  .mt-sp-24{ margin-top: 24px;}
  .mt-sp-28{ margin-top: 28px;}
  .mt-sp-32{ margin-top: 32px;}
  .mt-sp-40{ margin-top: 40px;}
  .mt-sp-48{ margin-top: 48px;}
  .mt-sp-56{ margin-top: 56px;}
  .mt-sp-64{ margin-top: 64px;}
  .mt-sp-72{ margin-top: 72px;}
  .mt-sp-80{ margin-top: 80px;}
  .mt-sp-88{ margin-top: 88px;}
  .mt-sp-96{ margin-top: 96px;}

  .mb-sp-0{ margin-bottom: 0 !important;}
  .mb-sp-20{ margin-bottom: 20px;}
  .mb-sp-40{ margin-bottom: 40px;}
  .mb-sp-48{ margin-bottom: 48px;}

  .mr-sp-1-25p{ margin-right: 1.25% !important;}
  .mr-sp-1-33p{ margin-right: 1.33% !important;}
  .mr-sp-2p{ margin-right: 2% !important;}
  .mr-pc-4p{ margin-right: 4% !important;}

  .width-auto-sp { width : auto !important;}
  .width-5-sp { width : 5% !important;}
  .width-10-sp { width : 10% !important;}
  .width-15-sp { width : 15% !important;}
  .width-16-sp { width : 16.6% !important;}
  .width-20-sp { width : 20% !important;}
  .width-25-sp { width : 25% !important;}
  .width-30-sp { width : 30% !important;}
  .width-33-sp { width : 33.3% !important;}
  .width-35-sp { width : 35% !important;}
  .width-40-sp { width : 40% !important;}
  .width-45-sp { width : 45% !important;}
  .width-50-sp { width : 50% !important;}
  .width-55-sp { width : 55% !important;}
  .width-60-sp { width : 60% !important;}
  .width-65-sp { width : 65% !important;}
  .width-70-sp { width : 70% !important;}
  .width-75-sp { width : 75% !important;}
  .width-80-sp { width : 80% !important;}
  .width-85-sp { width : 85% !important;}
  .width-90-sp { width : 90% !important;}
  .width-95-sp { width : 95% !important;}
  .width-100-sp { width : 100% !important;}

  .va-sp--baseline { vertical-align:baseline !important; }
  .va-sp--top { vertical-align:top !important; }
  .va-sp--middle { vertical-align:middle !important; }
  .va-sp--bottom { vertical-align:bottom !important; }
  .va-sp--text-top { vertical-align:text-top !important; }
  .va-sp--text-bottom { vertical-align:text-bottom !important; }
  .va-sp--super { vertical-align:super !important; }
  .va-sp--sub { vertical-align:sub !important; }

  .adj-top-sec04 { margin: 48px auto auto auto; padding: 16px 0; }/* 例外（全幅背景色ありラッパー） */
}


area.md-link--anchor {
    background: none;
    padding: 0;
    margin-bottom: 0;
    text-decoration: none;
    border-bottom: none;
}


/* ニュースリリース */
@media only screen and (min-width: 769px){
	.md-column.md-column--image .md-column--imagearea .md-column--image a {
		width: 100%;
		text-align: center;
		border: solid 1px #ccc;
	}
	.md-column.md-column--image.md-column01 .md-column--imagearea .md-column--image a img {
		max-width: 762px;
	}
	.md-column.md-column--image.md-column02 .md-column--imagearea .md-column--image a img {
		max-width: 466px;
	}
	.md-column.md-column01 .md-column--imagearea.img-low640 {
		width: 640px;
	}
	.md-column.md-column01 .md-column--imagearea.img-low450 {
		width: 450px;
	}
}
@media only screen and (max-width: 768px) {
	.md-column.md-column--image.md-column01 .md-column--imagearea .md-column--image a img ,
	.md-column.md-column--image.md-column02 .md-column--imagearea .md-column--image a img {
		max-width: 100%;
		width: 100%;
	}
	.md-column.md-column01 .md-column--imagearea.img-low640 ,
	.md-column.md-column01 .md-column--imagearea.img-low450 {
		width: 100%;
	}
	.md-column.md-column01 .md-column--imagearea.img-low640 img ,
	.md-column.md-column01 .md-column--imagearea.img-low450 img {
		width: 100%;
	}}


/* 20200122追記 */
.CorporateTop .md-li-08 .md-image{
	display: flex;
	justify-content: center;
}

/* 20200203追記 */
.CorporateTop .mb-bx-13 .md-carousel--body .md-carousel--main .md-carousel--item{
width: 25%;
}

/* 20200401追記 */
#privacy_en #Policy{
padding-top: 48px;
margin-top: -48px;
}
