@charset 'utf-8';
.all_about-index h2 + p + ul:after, .all_about-index .all_about-nav > ul:after {
	content: "";
	display: table;
	clear: both;
}

.all_about-index .all_about-content > section > a {
	display: inline-block;
	border-radius: 6px;
	background-color: #509be5;
	color: #fff;
}

.all_about-index .all_about-content > section > a > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.all_about-index .all_about-content > section > a i {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
}

.all_about-index .all_about-content > section > a:after {
	content: "";
	display: inline-block;
	height: 4.4em;
	vertical-align: middle;
}

em, strong {
	font-style: normal;
	font-weight: bold;
}

.all_about-index p {
	font-size: 16px;
	font-weight: normal;
}

.all_about-index h2 {
	text-align: center;
	line-height: 1;
	font-size: 20px;
	margin-top: 20px;
}

.all_about-index h2 + p {
	margin-top: 15px;
	padding: 0 3%;
}

.all_about-index h2 + p + ul {
	margin-top: 30px;
}

.all_about-index h2 + p + ul > li {
	float: left;
	width: calc(25% - 1px);
}

.all_about-index h2 + p + ul > li + li {
	margin-left: 1px;
}

.all_about-index h2 + p + ul > li > a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 140%;
	border-top: 5px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
	text-indent: -9999px;
}

.all_about-index h2 + p + ul > li:nth-child(1) > a {
	border-top-color: #5C2849;
	background-image: url(/store/techo/ja/2018/sp/all_about/images/index-original.png);
}

.all_about-index h2 + p + ul > li:nth-child(2) > a {
	border-top-color: #1FCCC9;
	background-image: url(/store/techo/ja/2018/sp/all_about/images/index-weeks.png);
}

.all_about-index h2 + p + ul > li:nth-child(3) > a {
	border-top-color: #EA4863;
	background-image: url(/store/techo/ja/2018/sp/all_about/images/index-cousin.png);
}

.all_about-index h2 + p + ul > li:nth-child(4) > a {
	border-top-color: #A53E5C;
	background-image: url(/store/techo/ja/2018/sp/all_about/images/index-planner.png);
}

.all_about-index .all_about-nav {
	position: relative;
	height: 52px;
}

.all_about-index .all_about-nav > ul {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

.ua-desktop .all_about-index .all_about-nav > ul {
  width: 640px;
  left: 50%;
  margin-left: -320px;
}

.all_about-index .all_about-nav > ul[data-aaactive="original"] {
	border-bottom: 5px solid #5C2849;
}

.all_about-index .all_about-nav > ul[data-aaactive="original"] > li:nth-child(1) {
	background-color: #5C2849;
}

.all_about-index .all_about-nav > ul[data-aaactive="original"] > li:nth-child(1) > a {
	color: #fff;
}

.all_about-index .all_about-nav > ul[data-aaactive="weeks"] {
	border-bottom: 5px solid #1FCCC9;
}

.all_about-index .all_about-nav > ul[data-aaactive="weeks"] > li:nth-child(2) {
	background-color: #1FCCC9;
}

.all_about-index .all_about-nav > ul[data-aaactive="weeks"] > li:nth-child(2) > a {
	color: #fff;
}

.all_about-index .all_about-nav > ul[data-aaactive="cousin"] {
	border-bottom: 5px solid #EA4863;
}

.all_about-index .all_about-nav > ul[data-aaactive="cousin"] > li:nth-child(3) {
	background-color: #EA4863;
}

.all_about-index .all_about-nav > ul[data-aaactive="cousin"] > li:nth-child(3) > a {
	color: #fff;
}

.all_about-index .all_about-nav > ul[data-aaactive="planner"] {
	border-bottom: 5px solid #A53E5C;
}

.all_about-index .all_about-nav > ul[data-aaactive="planner"] > li:nth-child(4) {
	background-color: #A53E5C;
}

.all_about-index .all_about-nav > ul[data-aaactive="planner"] > li:nth-child(4) > a {
	color: #fff;
}

.all_about-index .all_about-nav > ul.fixed {
	position: fixed;
	top: 39px;
}

.all_about-index .all_about-nav > ul.abs {
      position: absolute!important;
      -webkit-transform: rotate(0.01deg);
      -moz-transform: rotate(0.01deg);
      -o-transform: rotate(0.01deg);
      -ms-transform: rotate(0.01deg);
      transform: rotate(0.01deg);
}

.all_about-index .all_about-nav > ul > li {
	float: left;
	width: 25%;
	position: relative;
	background-color: #fff;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.all_about-index .all_about-nav > ul > li + li {
	margin-left: 1px;
      width: calc(25% - 1px);
}

.all_about-index .all_about-nav > ul > li + li:before {
	content: "";
	display: block;
	height: 35px;
	border-left: 1px solid #ccc;
	position: absolute;
	bottom: 7px;
	left: -1px;
}

.all_about-index .all_about-nav > ul > li > a {
	display: block;
	height: 50px;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 45px;
	color: #000;
}

.all_about-index .all_about-nav > ul > li > a:before {
	width: 100%;
	position: absolute;
	bottom: 6px;
	left: 0;
	font-size: 24px;
	line-height: 10px;
}

.all_about-index .all_about-nav > ul:not(.fixed) {
	border-color: #fff;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li:nth-child(1) {
	background-color: #5C2849;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li:nth-child(2) {
	background-color: #1FCCC9;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li:nth-child(3) {
	background-color: #EA4863;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li:nth-child(4) {
	background-color: #A53E5C;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li + li:before {
	border-color: #fff;
}

.all_about-index .all_about-nav > ul:not(.fixed) > li > a {
	color: #fff;
}

.all_about-index .all_about-content {
	margin-bottom: 58px;
}

.all_about-index .all_about-content > section {
	margin-top: 25px;
	padding: 0 3%;
	border-top: 1px solid #ccc;
}

.all_about-index .all_about-content > section h3 {
	padding-top: 15px;
}

.all_about-index .all_about-content > section h3 > span {
	font-size: 20px;
}

.all_about-index .all_about-content > section > div {
	padding: 10px 0 15px 0;
}

.all_about-index .all_about-content > section > div > img {
	display: inline-block;
	padding: 0 3%;
	width: 60%;
	vertical-align: middle;
}

.all_about-index .all_about-content > section > div > p {
	display: inline-block;
	width: 36.66667%;
	vertical-align: middle;
}

.all_about-index .all_about-content > section > div > p > em {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.5;
	text-align: center;
}

.all_about-index .all_about-content > section > div > p > em:first-child {
	border-top: 1px solid #e5e5e5;
}

.all_about-index .all_about-content > section > p {
	margin-bottom: 15px;
	font-size: 14px;
}

.all_about-index .all_about-content > section > p > strong {
	display: block;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 5px;
}

.all_about-index .all_about-content > section > a {
	width: 100%;
	text-align: center;
}
