@charset "utf-8";

/* common
---------------------------- */
#g_head .global_head_logo {
	margin: 0;
	padding: 0;
}
#g_head .global_head_logo a img {
	vertical-align: top;
}
@media screen and (min-width: 768px) {
	#g_head .global_head_logo a {
		height: 45px;
	}
}

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 0;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 2.4rem;
	}
}

/* section
---------------------------- */
.section {
	padding: 70px 0 0;
}
.section a {
	text-decoration: underline;
}
.section a:hover {
	text-decoration: none;
}
.section .inner {
  width: 90%;
  margin: 0 auto;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 70px;
}
.section .titleBox {
  border-left: 5px solid #fc7215;
  padding-left: 25px;
  margin-bottom: 25px;
}
.section .titleBox .sub {
	color: #878787;
	font-size: 1.6rem;
}
.section .titleBox .sub span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8em;
	width: 9em;
	text-align: center;
	margin-left: 15px;
	vertical-align: text-bottom;
}
.section .titleBox.info .sub span {
	background-color: #fc7215;
}
.section .titleBox.press .sub span {
	background-color: #f8bf12;
}
.section .titleBox.media .sub span {
	background-color: #71b421;
}
.section .titleBox .title {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 10px;
}
.section .news_contents {
	font-size: 1.6rem;
	border-top: 1px solid #c9c9c9;
	padding-top: 70px;
}
.section .news_contents p {
	padding-bottom: 3em;
}
.section .news_contents p b {
	font-weight: bold;
}
.section .news_contents img {
	width: auto;
	max-width: 100%;
}
.section .news_contents .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.section .news_contents .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.backlist {
	padding: 40px 0 100px;
	text-align: center;
}
.backlist a {
	font-size: 1.6rem;
	display: inline-block;
	line-height: 40px;
	padding: 0 50px;
	position: relative;
	border: 1px solid #cdcdcd;
	border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.backlist a:hover {
  opacity: .5
}
.backlist a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:1100px) {
	.section .inner {
	  width: 100%;
	}
}
@media screen and (max-width:767px) {
	.section {
		padding: 10% 0 0;
	}
	.section .inner {
		padding-bottom: 10%;
	}
	.section .titleBox {
	  padding-left: 15px;
	  margin-bottom: 20px;
	}
	.section .titleBox .sub {
		font-size: 1.4rem;
	}
	.section .titleBox .title {
		font-size: 1.8rem;
	}
	.section .news_contents {
		font-size: 1.4rem;
		padding-top: 10%;
	}
	.section .news_contents p {
		padding-bottom: 3em;
	}

	.backlist {
		font-size: 1.2rem;
		padding: 10% 0;
	}
}