@charset "UTF-8";
/*------------------------------------------------------------
	Bread
------------------------------------------------------------*/
.p-bread-wrapper {
	background: #EEE;
}
.p-bread {
	padding: 3px 0 5px;
	letter-spacing: -.4em;
	max-width: 1306px;
	margin: auto;
}
.p-bread-item {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1.4;
	position: relative;
	letter-spacing: normal;
	color: #444;
}
.p-bread-item + .p-bread-item:before {
	content: ">";
	color: #999;
	padding: 0 0.5em;
}
.p-bread-item {
	color: #444;
}
.p-bread-item > a {
	color: #AAA;
	text-decoration: none;
}
.p-bread-item > a:hover {
	color: #BBB;
}
@media print, screen and (max-width: 1249px) {
.p-bread-wrapper {
 overflow: hidden;
 padding-left: 15px;
 padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.p-bread-item {
	font-size: 0.8rem;
	letter-spacing: -0.015em;
}
.p-bread-item + .p-bread-item:before {
	content: ">";
}
}
/*------------------------------------------------------------
	Base Area
------------------------------------------------------------*/
.p-cont-wrapper {
	background: #FFF;
	display:block;
}
/*------------------------------------------------------------
	Main - Title
------------------------------------------------------------*/
.p-main-img-wrapper {
	text-align: center;
	background: url(../img/img_main.jpg) center no-repeat;
	background-size: 1920px;
	padding-top: 200px;
	position: relative;
	margin-bottom: 20px;
}
.p-main-img-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/fill.png) rgba(0,0,0,0.8);
	opacity: 0.4;
}
.p-main-img-inner {
	position: relative;
	bottom: 0;
}
.p-main-img-en {
	font-family: 'Oswald', sans-serif;
	font-size: 5rem;
	line-height: 0.95;
	color: #FFF;
	position: relative;
	padding: 0 10px;
}
.p-main-img-en > span {
	position: relative;
}
.p-main-img-en:before {
	content: "";
	position: absolute;
	background: #d00600;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 25px;
}
.p-main-ttl {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.4;
	text-align: center;
}
@media screen and (min-width: 1921px) {
.p-main-img-wrapper {
	background-size: 2500px;
}
}
@media screen and (min-width: 2500px) {
.p-main-img-wrapper {
	background-size: 3000px;
}
}
@media screen and (min-width: 3000px) {
.p-main-img-wrapper {
	background-size: 3500px;
}
}
@media screen and (max-width: 1024px) {
.p-main-img-wrapper {
	padding-top: 80px;
	margin-bottom: 15px;
	background-size: 1024px;
}
.p-main-img-en {
	font-size: 2.8rem;
}
.p-main-img-en:before {
	height: 20px;
}
.p-main-ttl {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
.p-main-img-wrapper {
	padding-top: 70px;
	margin-bottom: 15px;
	background-size: 767px;
}
.p-main-img-en {
	display: block;
	font-size: 2rem;
}
.p-main-img-en:before {
	bottom: -4px;
	height: 15px;
}
.p-main-ttl {
	font-size: 1.2rem;
}
}
/*------------------------------------------------------------
	Article Block
------------------------------------------------------------*/
.p-article-block {
	padding-top: 60px;
	padding-bottom: 70px;
}
.p-article-block.is-color {
	background: #FAFAFA;
}
.p-article-block + .p-article-block {
	border-top: rgba(0,0,0,0.07) 1px solid;
}
.p-article-block:last-child {
	padding-bottom: 90px;
}
* + .p-article-inner,
.p-article-inner + *,
.p-article-inner + .p-article-inner {
	margin-top: 40px;
}
.p-article-inner + .p-article-inner.is-sep {
	border-top: #EEE 1px solid;
	padding-top: 40px;
}
@media screen and (max-width: 1240px) {
* + .p-article-inner,
.p-article-inner + *,
.p-article-inner + .p-article-inner {
	margin-top: 30px;
}
.p-article-inner + .p-article-inner.is-sep {
	padding-top: 30px;
}
}
@media screen and (max-width: 1024px) {
.p-article-block {
	padding-top: 25px;
	padding-bottom: 40px;
}
.p-article-block:last-child {
	padding-bottom: 45px;
}
* + .p-article-inner,
.p-article-inner + *,
.p-article-inner + .p-article-inner {
	margin-top: 25px;
}
.p-article-inner + .p-article-inner.is-sep {
	padding-top: 25px;
}
}
@media screen and (max-width: 767px) {
.p-article-block {
 padding-top: 20px;
 padding-bottom: 30px;
}
.p-article-block:last-child {
	padding-bottom: 35px;
}
* + .p-article-inner,
.p-article-inner + *,
.p-article-inner + .p-article-inner {
	margin-top: 20px;
}
.p-article-inner + .p-article-inner.is-sep {
	padding-top: 20px;
}
}
/*------------------------------------------------------------
	Title
------------------------------------------------------------*/
.p-ttl01 {
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.p-ttl01.is-line {
	position: relative;
	padding-bottom: 5px;
}
.p-ttl01.is-line:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #d00600;
}
.p-ttl01 + * {
	margin-top: 40px;
}
.p-ttl02 {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.p-ttl02 + * {
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
.p-ttl01 {
	font-size: 1.4rem;
}
.p-ttl01.is-line:after {
	width: 40px;
	height: 3px;
}
.p-ttl01 + * {
	margin-top: 25px;
}
.p-ttl02 {
	font-size: 1.2rem;
}
.p-ttl02 + * {
	margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.p-ttl01 {
	font-size: 1.1rem;
}
.p-ttl01 + * {
	margin-top: 15px;
}
.p-ttl02 {
	font-size: 1rem;
}
.p-ttl02 + * {
	margin-top: 15px;
}
}
/*------------------------------------------------------------
	Catch
------------------------------------------------------------*/
.p-catch {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.p-catch + * {
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
.p-catch {
	font-size: 1.4rem;
}
.p-catch + * {
	margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.p-catch {
	font-size: 1rem;
}
.p-catch + * {
	margin-top: 15px;
}
}
/*------------------------------------------------------------
	Text
------------------------------------------------------------*/
.p-txt {
	line-height: 2;
	font-size: 1.1rem;
	text-align: justify;
}
.p-txt.is-large {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
	
.p-txt {
	text-align: inherit;
}
}

.p-txt.is-center {
	text-align: center;
}
.p-txt.is-right {
	text-align: right;
}
.p-txt + * {
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
.p-txt {
	font-size: 0.9rem;
	line-height: 2;
}
.p-txt.is-large {
	font-size: 1rem;
}
.p-txt + * {
	margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.p-txt.is-center {
	text-align: left;
}
.p-txt.is-large {
	font-weight: 300;
}
}
/*------------------------------------------------------------
	List
------------------------------------------------------------*/
.p-list {
	margin-left: 1em;
}
.p-list-child {
	margin-left: 20px;
	margin-top: 15px;
}
ul.p-list,
ul.p-list-child {
	list-style: disc;
}
ol.p-list,
ol.p-list-child {
	list-style: decimal;
}
ol.p-list.is-rm,
ol.p-list-child.is-rm {
	list-style: upper-roman;
	margin-left: 2em;
}
ol.p-list.is-al,
ol.p-list-child.is-al {
	list-style: lower-alpha;
	margin-left: 2em;
}
ul.p-list.is-ns,
ul.p-list-child.is-ns {
	list-style: none;
	margin-left: 0;
}
.p-list-item {
	line-height: 2;
	font-size: 1.1rem;
}
.p-list-child-item {
	line-height: 1.8;
	font-size: 1.1rem;
}
.p-list + * {
	margin-top: 15px;
}
.p-list-child + * {
	margin-top: 15px;
}
.p-list-item + .p-list-item {
	margin-top: 15px;
}
.p-list-child-item + .p-list-child-item {
	margin-top: 10px;
}
.p-list.is-close > .p-list-item {
	line-height: 1.6;
}
.p-list.is-close > .p-list-item + .p-list-item {
	margin-top: 10px;
}
.p-list .p-list {
	margin-top: 10px;
}
@media screen and (max-width: 1024px) {
.p-list-item {
	font-size: 0.9rem;
}
.p-list-child-item {
	font-size: 0.9rem;
}
.p-list + * {
	margin-top: 10px;
}
.p-list-item + .p-list-item {
	margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.p-list-item + .p-list-item {
	margin-top: 5px;
}
.p-list-child-item + .p-list-child-item {
	margin-top: 5px;
}
}
/*------------------------------------------------------------
	Table - 1
------------------------------------------------------------*/
.p-tb01 {
	width: 100%;
	border-collapse: collapse;
}
.p-tb01 th, .p-tb01 td {
	line-height: 1.8;
	font-size: 1.1rem;
	text-align: left;
	border: #DDD 1px solid;
	padding: 20px 20px;
}
.p-tb01 th {
	font-weight: bold;
	background: #F8F8F8;
}
.p-tb01 th.is-w1 {
	width: 20%;
}
.p-tb01 th.is-w2 {
	width: 30%;
}
.p-tb01 th.is-w3 {
	width: 40%;
}
.p-tb01 th.is-w4 {
	width: 50%;
}
.p-tb01-inner {
	letter-spacing: -.4em;
}
.p-tb01-inner-cat,
.p-tb01-inner-name,
.p-tb01-inner-tag {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.p-tb01-inner-cat {
	width: 25%;
}
.p-tb01-inner-name {
	width: 50%;
}
.p-tb01-inner-name.is-first {
	width: 30%;
}
.p-tb01-inner-tag {
	width: 25%;
}
.p-txt + .p-tb01 {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
.p-tb01 th, .p-tb01 td {
 font-size: 0.9rem;
}
.p-txt + .p-tb01 {
	margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.p-tb01 tr, .p-tb01 th, .p-tb01 td {
 display: block;
}
.p-tb01 th.is-w1, .p-tb01 th.is-w2, .p-tb01 th.is-w3, .p-tb01 th.is-w4 {
 width: 100%;
}
.p-tb01 th {
 padding: 5px 15px;
}
.p-tb01 td {
 padding: 10px 15px;
}
.p-tb01 tr + tr th, .p-tb01 tr + tr td, .p-tb01 th + td {
 border-top: 0;
}
.p-tb01-inner-cat,
.p-tb01-inner-name,
.p-tb01-inner-tag {
	width: inherit;
}
* + .p-tb01-inner-name {
	margin-left: 1em;
}
.p-tb01-inner-name.is-first {
	width: inherit;
}
.p-tb01-inner-tag {
	display: block;
	margin-top: 5px;
	font-size: 0.8rem;
}
.p-txt + .p-tb01 {
	margin-top: 25px;
}
}
/*------------------------------------------------------------
	Table - 2
------------------------------------------------------------*/
.p-tb02 {
	width: 100%;
	border-collapse: collapse;
	border-top: #AAA 1px dotted;
}
.p-tb02 th, .p-tb02 td {
	line-height: 1.8;
	font-size: 1.1rem;
	text-align: left;
	border-bottom: #AAA 1px dotted;
	padding: 20px 20px;
	vertical-align: middle;
}
.p-tb02 th {
	font-weight: bold;
}
.p-tb02 th.is-w1 {
	width: 20%;
}
.p-tb02 th.is-w2 {
	width: 30%;
}
.p-tb02 th.is-w3 {
	width: 40%;
}
.p-tb02 th.is-w4 {
	width: 50%;
}
.p-txt + .p-tb02 {
	margin-top: 40px;
}
 @media screen and (max-width: 1024px) {
.p-tb02 th, .p-tb02 td {
 font-size: 0.9rem;
}
.p-txt + .p-tb02 {
	margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.p-tb02 tr, .p-tb02 th, .p-tb02 td {
 display: block;
}
.p-tb02 th.is-w1, .p-tb02 th.is-w2, .p-tb02 th.is-w3, .p-tb02 th.is-w4 {
 width: 100%;
}
.p-tb02 {
	border-style: solid;
}
.p-tb02 td {
	border-bottom-style: solid;
}
.p-tb02 th {
	padding: 5px 0;
	border-bottom-style: dotted;
}
.p-tb02 td {
	padding: 10px 0;
}
.p-tb02 tr + tr th, .p-tb02 tr + tr td, .p-tb02 th + td {
	border-top: 0;
}
.p-txt + .p-tb02 {
	margin-top: 25px;
}
}
