@charset "utf-8";
/* CSS Document */

/* ナビゲーション */
.m-009__menu li:nth-child(4) > a {
	color: #ec243c;
}

h1.heading.heading--01 {
	margin-bottom: 25px;
}
.h1-red {
	display: inline-block;
	color: #e4012e;
	font-size: 18px;
	border-bottom: 1px solid #e4012e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
p.txt {
	font-size: 1.4rem;
	margin-bottom: 60px;
}

/* 下矢印 */
.arrow {
	width: 100%;
	height: 110px;
	background: url(../img/common_arrow.png) no-repeat center;
}

/* /.link-area */
.link-area {
	margin-bottom: 100px;
}
.link-area h3 {
	font-size: 2.2rem;
	margin: 0 0 30px 0;
	padding-top: 23px;
	border-top: 1px solid #727272;
}
.link-list li {
	margin-bottom: 20px;
}
.link-list li:last-child  {
	margin-bottom: 0;
}

/* /.otf-nav */
.otf-nav {
	overflow: hidden;
}
.otf-nav li {
	width: calc(33.33% - 10px);
	background: #727272;
	float: left;
	margin: 0 0 0 1px;
	position: relative;
	padding: 0;
}
.otf-nav li:nth-child(2):before, .otf-nav li:last-child:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-right: 0;
	border-bottom: 44px solid transparent;
	border-left: 25px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.otf-nav li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 44px solid transparent;
	border-left: 25px solid #727272;
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 1;
}
.otf-nav {
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.11;
}
.otf-nav a {
	display: block;
	color: #fff;
	padding: 10px 0 10px 45px;
}
.otf-nav li:first-child a {
	padding-left: 15px;
}
.otf-nav .otf-li-title {
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 7px 0;
}

.heading.heading--02 {
	padding-top: 25px;
}

/* ページごとのotf-listの色 */

/* ORIGIN */
.otf-nav li:first-child {
	background: #e4012e;
}
.otf-nav li:first-child:after {
	border-left-color: #e4012e;
}

/* TODAY */
#today .otf-nav li:first-child {
	background: #727272;
}
#today .otf-nav li:first-child:after {
	border-left-color: #727272;
}
#today .otf-nav li:nth-child(2) {
	background: #e4012e;
}
#today .otf-nav li:nth-child(2):after {
	border-left-color: #e4012e;
}

/* FUTURE */
#future .otf-nav li:first-child {
	background: #727272;
}
#future .otf-nav li:first-child:after {
	border-left-color: #727272;
}
#future .otf-nav li:nth-child(3) {
	background: #e4012e;
}
#future .otf-nav li:nth-child(3):after {
	border-left-color: #e4012e;
}


/* ローカルナビ */
.m-009__menu li ul.individual-small-menu {
	margin-top: 10px;
}
.individual-small-menu li {
	margin-bottom: 0;
}
.individual-small-menu li a {
	font-weight: 400;
}
@media screen and (max-width: 891px){
	.sp891-off {
		display: none;
	}

}


@media screen and (max-width: 874px){
	.pc-on {
		display: none;
	}
/*	.g-row {
    margin-left: 0;
    margin-right: 0;
}*/
/* /.otf-nav */
.otf-nav {
	overflow: visible;
}
.otf-nav li {
	width: 100%;
	background: #fff;
	float: none;
	margin: 0 0 24px 0;
}
.otf-nav li:first-child:before, .otf-nav li:nth-child(2):before, .otf-nav li:last-child:before {
	content: "";
	display: block;
	width: 13px;
	height: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: absolute;
	top: 16px;
	right: 30px;
	left: inherit;
	transform: rotate(45deg);
	background: #fff;
}
.otf-nav li:after {
	content: "";
	display: block;
	width: 13px;
	height: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: absolute;
	top: 25px;
	right: 30px;
	transform: rotate(-45deg);
	background: #fff;
	z-index: 1;
}
.otf-nav a {
	display: block;
	color: #fff;
	padding: 0;
}
.otf-nav li:first-child a {
	padding-left: inherit;
}
.otf-nav .otf-li-title {
	display: inline-block;
	width: 100%;
	font-size: 1.9rem;
	margin:0;
	background: #e4012e;
	padding: 10px 15px;
}
.otf-nav li:nth-child(2) .otf-li-title {
	width: 100%;
}
.otf-nav li:last-child .otf-li-title {
	width: 100%;
}
.otf-li-title2 {
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 12px 15px;
	color: #727272;
}
/* ページごとの変更 */

/* ORIGIN */
.otf-nav li:first-child {
	background: #fff;
}
.otf-nav li:first-child:after {
	border-left-color: #fff;
}
.otf-nav li:first-child {
	display: none;
}
/* FUTURE */
#future .otf-nav li:first-child {
	display: block;
}
#future .otf-nav li:nth-child(3) {
	display: none;
}
/* TODAY */
#today .otf-nav li:first-child {
	display: block;
}
#today .otf-nav li:nth-child(2) {
	display: none;
}
}





@media screen and (max-width: 639px){
p.txt {
	font-size: 1.4rem;
	margin-bottom: 50px;
}

/* /.link-area */
.link-area {
	margin-bottom: 70px;
}
}