@charset "utf-8";
/* CSS Document */

#title{
	background: url(../images/about/back_ttl.png) center no-repeat #d0ecfa;
}
#title.page-physicalsole{
	background: url(../images/physicalsole/back_ttl.png) center no-repeat #d0ecfa;
}
.nav{
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}

.nav a:hover img{filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}

.nav ul{
	display: flex;
	justify-content: center;
}
.nav li{
	display:inline-block;
	margin:0 20px;
}

.font-bold {
	font-weight: 700;
}

.copy{
	text-align: center;
	margin-bottom: 60px;
}

.copy__headline{
	color: #5681BD;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0;
}

.copy__read{
	color: #5681BD;
	font-size: 21px;
	text-align: left;
	max-width: 854px;
	margin: 0 auto 30px;
}

/*----------------------------------------------------
	マイソールの秘密
----------------------------------------------------*/

.himitsu{
	overflow:hidden;
	margin-bottom:60px;
}

.about-step {
	margin-bottom: 60px;
}
.about-step__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.about-step__list + .about-step__list {
	margin-top: 60px;
}
.about-step__item {
	width: calc(25% - 14px);
	position: relative;
}
.about-step__item:not(:last-child)::after {
	content: "";
	width: 14px;
	height: 23px;
	display: block;
	background: url(../images/about/step_arrow.svg) no-repeat center;
	position: absolute;
	top: 13px;
	right: -14px;
}
.about-step__note {
	font-size: 14px;
}

.about-point {
	margin-bottom: 60px;
}
.about-point__list {
}
.about-point__item {
	display: flex;
	justify-content: space-between;
}
.about-point__item + .about-point__item {
	margin-top: 50px;
}
.about-point__item:nth-of-type(even) {
	flex-direction: row-reverse;
}
.about-point__cont {
	max-width: 540px;
}
.about-point__ttl {
	color: #5681BD;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about-point__photo {
	max-width: 370px;
}

.about-point__item-2nd {
	text-indent: -1em;
	padding-left: 1em;
}

.maker-underline {
	background:linear-gradient(transparent 60%, #F4FFC4 60%);
}

.about-underline {
	text-decoration: underline;
}

.about-make {
	background-color: #D0ECFA;
	margin-bottom: 150px;
	padding: 20px 0 40px;
}
.about-make__note {
	text-align: center;
	margin-bottom: 40px;
}

/*----------------------------------------------------
	mysole®Q&A
----------------------------------------------------*/

#mysole{
	background:#e7f5fc;
	padding:20px 0 40px;
}

.about-qa__item {
	background-color: #fff;
	padding: 15px 20px;
}
.about-qa__item + .about-qa__item {
	margin-top: 20px;
}
.about-qa__q {
	color: #5681BD;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.about-qa__q::before {
	content: "";
	width: 35px;
	min-width: 35px;
	height: 35px;
	display: block;
	background:url(../images/about/icon_q.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.about-qa__q::after {
	content: "";
	width: 18px;
	min-width: 18px;
	height: 18px;
	display: block;
	background:url(../images/about/icon_arrow.png) no-repeat;
	background-size: contain;
	transition-duration: .4s;
	margin-left: auto;
}
.about-qa__a {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.about-qa__a::before {
	content: "";
	width: 35px;
	min-width: 35px;
	height: 35px;
	display: block;
	background:url(../images/about/icon_a.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.about-qa__a--wrap {
	display: none;
}
.about-qa__item.open .about-qa__q::after {
	transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	#title {
		background-size: cover;
	}
	.copy {
		margin-bottom: 30px;
	}
	#himitsu .copy__headline,
	#himitsu .copy__read {
		font-size: 16px;
	}
	#himitsu .copy__read {
		margin-bottom: 15px;
	}
	.nav li {
		margin: 0;
	}
	.nav li + li {
		margin-left: 10px;
	}
	.nav a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-step {
		margin-bottom: 30px;
	}
	.about-step__list + .about-step__list {
		margin-top: 30px;
	}
	.about-step__item {
		width: calc(50% - 14px);
	}
	.about-step__item:nth-child(n + 3) {
		margin-top: 30px;
	}
	.about-step__item:nth-child(2n)::after {
		content: none;
	}
	.about-point {
		margin-bottom: 30px;
	}
	.about-point__ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.about-point__item {
		display: block;
	}
	.about-point__item + .about-point__item {
		margin-top: 25px;
	}
	.about-point__photo {
		margin-top: 20px;
	}
	.about-make {
		margin-bottom: 75px;
	}
}

.about-physicalsole {
	margin-bottom: 90px;
}

.about-family {
	background-color: #D0ECFA;
	padding: 40px 0 70px;
}
.about-family__bnr {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.about-physicalsole {
		margin-bottom: 45px;
	}
	.about-physicalsole .copy__headline {
		font-size: 16px;
	}
	.about-family {
		padding-bottom: 40px;
	}
}