@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 body
========================================================== */
body {
	position: relative;
	width: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
p {
	text-align: justify;
}

/* ロード時の挙動
---------------------------------------------------------- */
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


/* ==========================================================
 header / footer
========================================================== */

/*header
---------------------------------------------------------- */
.header-nav-in,
.header-nav-list {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header-nav-in {
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1120px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.header-nav-in a,
.header-nav-in img,
.header-nav-in span {
	display: block;
}

.header-nav-01 {
	height: 40px;
	font-size: 10px;
	background: #fafafa;
}
.header-nav-01 .header-nav-list .link a {
	/* margin-right: 10px; */
	padding: 10px;
}
.header-nav-01 .header-nav-list .ico:nth-last-of-type(2) {
	margin-left: 14px;
}
.header-nav-01 .header-nav-list .ico:nth-last-of-type(1) {
	margin-right: -4px;
}
.header-nav-01 .header-nav-list .ico a {
	padding: 10px 6px;
	text-align: center;
}
.header-nav-01 .header-nav-list .ico img {
	width: 16px;
	height: 16px;
}

.header-nav-02 {
	height: 100px;
}
.header-nav-02 .logo {
	width: 166px;
	height: 36px;
}
.header-nav-02 .header-nav-list {
	margin-right: 20px;
}
.header-nav-02 .header-nav-list .link {
	width: 160px;
	margin-left: 10px;
	text-align: center;
}
.header-nav-02 .header-nav-list .link a {
	transition: opacity 0.2s;
}
.header-nav-02 .header-nav-list .link a:hover {
	opacity: 0.7;
}
.header-nav-02 .header-nav-list .sub,
.header-nav-02 .header-menu {
	letter-spacing: 1px;
	font-family: "proxima-nova", sans-serif;
}
.header-nav-02 .header-nav-list .sub {
	color: #9e9e9e;
	font-size: 10px;
}

/* footer
---------------------------------------------------------- */
.footer-nav-01,
.footer-nav-02 {
	color: #616161;
}
.footer-nav-list,
.footer-nav-banner {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.footer-nav-01 {
	margin-bottom: 50px;
}
.footer-nav-list {
	margin: 0 auto;
	font-size: 12px;
}
.footer-nav-list .item {
	width: calc(25% - 15px);
}
.footer-nav-list h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.footer-nav-list h2 + h2 {
	margin-top: 26px;
}
.footer-nav-list a,
.footer-nav-list span {
	display: inline-block;
	padding: 5px 0;
}

.footer-nav-02 .logo {
	display: block;
	width: 135px;
	height: 20px;
	margin: 0 auto 30px;
}
.footer-nav-contact {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-nav-contact .ttl,
.footer-nav-contact a,
.footer-nav-contact a::before {
	position: relative;
}
.footer-nav-contact .ttl {
	top: -2px;
	font-size: 12px;
}
.footer-nav-contact p + p {
	margin-left: 40px;
}
.footer-nav-contact a,
.footer-nav-contact a::before {
	display: inline-block;
}
.footer-nav-contact a {
	margin-left: 20px;
	letter-spacing: 0.5px;
	font-size: 20px;
	font-weight: 400;
	font-family: "proxima-nova", sans-serif;
}
.footer-nav-contact a::before {
	top: -1px;
	content: "";
	width: 37px;
	height: 22px;
	background: url("/img/ico_tel.svg") no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}

.footer-nav-03 {
	margin: 30px 0 40px;
}
.footer-nav-banner li {
	width: calc(25% - 6px);
}

.footer-copy {
	display: block;
	margin: 30px 0 10px;
	letter-spacing: 0.5px;
	color: #757575;
	font-size: 10px;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
}

/* ==========================================================
 汎用クラス
========================================================== */
/* contents / section
---------------------------------------------------------- */
.contents,
.sec-cmn-01,
.sec-cmn-02,
.sec-cmn-03,
.sec-cmn-04 {
	width: 100%;
}
.contents {
	margin: 0 auto 200px;
}
body:not(.top) .contents {
	max-width: 960px;
}
.sec-cmn-01,
.sec-cmn-03 {
	margin: 100px auto 0;
}
.sec-cmn-02 {
	max-width: 800px;
	margin: 80px auto 0;
}
.sec-cmn-03 {
	max-width: 720px;
}
.sec-cmn-04 {
	margin: 0 auto;
}

/* txt
---------------------------------------------------------- */
.txt-cmn-01 {
	margin-bottom: 30px;
}
.txt-cmn-02 {
	margin-top: 30px;
	line-height: 2.28;
	text-align: center;
}
.txt-cmn-03 {
	margin-bottom: 10px;
}
.txt-cmn-04 {
	margin-bottom: 50px;
}
.txt-cmn-05 {
	margin-bottom: 15px;
}

.txt-tag {
	display: inline-block;
	padding: 2px 10px;
	line-height: 1.2;
	color: #616161;
	font-size: 10px;
	text-align: center;
	border: 1px solid #eee;
}
.txt-small {
	font-size: 12px;
}

/* ttl
---------------------------------------------------------- */
.ttl-main-01 .txt,
.ttl-cmn-01 {
	line-height: 1.1;
	letter-spacing: 1px;
	font-family: "futura-pt",  "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.ttl-main-01 {
	position: relative;
	margin: 35px 0 60px;
	text-align: center;
}
.ttl-main-01 .txt,
.ttl-main-01 .sub {
	display: block;
}
.ttl-main-01 .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 40px;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.ttl-main-01 .sub {
	margin-top: 10px;
	letter-spacing: 1.5px;
	font-size: 18px;
}
.ttl-main-02,
.ttl-main-03,
.ttl-main-04 {
	margin-top: 35px;
	font-size: 24px;
	text-align: center;
}
.ttl-main-02 {
	margin-bottom: 80px;
}
.ttl-main-02 img {
	display: block;
	margin-top: 40px;
}
.ttl-main-03 {
	margin-bottom: 50px;
}
.ttl-main-03 .sub {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

.ttl-cmn-01 {
	margin-bottom: 40px;
}
.ttl-cmn-02,
.ttl-cmn-04 {
	font-size: 18px;
}
.ttl-cmn-02 {
	margin: 10px 0 20px;
}
.ttl-cmn-03 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.ttl-cmn-05 {
	margin: 30px 0 15px;
}

/* link
---------------------------------------------------------- */
.header .link-cmn-01:hover,
.footer .link-cmn-01:hover,
.contents .link-cmn-01 {
	text-decoration: underline;
}
.contents .link-cmn-01:hover {
	text-decoration: none;
}
.link-img-01,
.link-more {
	transition: opacity 0.2s;
}
.link-img-01,
.link-img-01 img {
	display: block;
}
.link-img-01:hover,
.link-more:hover {
	opacity: 0.7;
}

.link-right {
	clear: both;
	overflow: hidden;
}
.link-right a {
	float: right;
	margin: 10px 0 0;
}

.link-wrap {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.link-more {
	display: block;
	width: 160px;
	margin: 30px auto 0;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #bdbdbd;
}
.link-wrap .link-more {
	margin-left: 0;
	margin-right: 0;
}
.link-wrap .link-more + .link-more {
	margin-left: 20px;
}
.link-tel {
	pointer-events: none;
}

/* list
---------------------------------------------------------- */
.dl-cmn-01 {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.dl-cmn-01 dt,
.dl-cmn-01 dd {
	padding: 10px 15px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.dl-cmn-01 dt {
	width: 150px;
	background: #fafafa;
}
.dl-cmn-01 dd {
	width: calc(100% - 150px);
}

.list-dot-01 > li,
.list-dec-01 > li,
.list-dec-02 > li,
.list-alp-01 > li {
	text-align: left;
}

.list-dot-01 > li {
	margin-left: 1.5em;
	list-style: disc;
}

.list-ast-01 > li {
	padding-left: 1em;
	text-indent: -1em;
}
.list-ast-01 > li::before {
	content: "※";
}

.list-dec-01 > li {
	margin-left: 1.5em;
	list-style: decimal;
}
.list-dec-02 > li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	counter-increment: cnt;
}
.list-dec-02 > li::before {
	content: "（" counter(cnt) "）";
}
.list-alp-01 > li {
	padding-left: 1.5em;
  text-indent: -1.5em;
	counter-increment: cnt;
}
.list-alp-01 > li::before {
	content: ""counter(cnt, lower-alpha)"）";
}

/* box
---------------------------------------------------------- */
.box-cmn-01 {
	clear: both;
	overflow: hidden;
}
.box-cmn-01 + .box-cmn-01 {
	margin-top: 60px;
}
.box-cmn-01 figure {
	float: left;
	width: 290px;
}
.box-cmn-01 .box-cmn-in {
	float: right;
	width: calc(100% - 330px);
}
.box-cmn-01 .ttl-cmn-02 {
	margin-top: -8px;
}

.box-cmn-02 .link-img-01 {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eee;
}
.box-cmn-02 + .box-cmn-02 {
	margin-top: 40px;
}
.box-cmn-02 figure {
	width: 375px;
}
.box-cmn-02 .box-cmn-in {
	width: calc(100% - 425px);
}
.box-cmn-02 .ttl-cmn-02 {
	margin: 0 0 30px;
}

.box-img-01 {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-img-01 img {
	width: calc(50% - 25px);
}

.box-iframe-01 {
	width: 100%;
	height: 480px;
}
.box-iframe-01 iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

/* table
---------------------------------------------------------- */
.table-cmn-01 {
	width: 100%;
}
.table-cmn-01 tr:nth-of-type(1) {
	background: #fafafa;
}
.table-cmn-01 td {
	padding: 10px 15px;
	border: 1px solid #eee;
}
.s-td-10 {
	width: 10%;
}
.s-td-15 {
	width: 15%;
}
.s-td-35 {
	width: 35%;
}

/* ==========================================================
 パンくずリスト
========================================================== */
.nav-path ol {
	margin-top: 10px;
	color: #757575;
	font-size: 0;
}
.nav-path ol li,
.nav-path ol li + li::before {
	display: inline-block;
	font-size: 10px;
}
.nav-path ol li + li::before {
	content: ">";
	margin: 0 0.5em;
}

/* ==========================================================
 商品ページ
========================================================== */
.ico-monde,
.ico-fullerence {
	position: absolute;
	display: block;
	z-index: 1;
}
.ico-monde {
	top: 20px;
	left: 20px;
}
.ico-fullerence {
	top: 130px;
	left: 18px;
}

/* 商品一覧
---------------------------------------------------------- */
.list-product {
	overflow: hidden;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -80px;
}
.list-product .item,
.list-product .item p {
	text-align: center;
}
.list-product .item {
	max-width: 300px;
	width: 100%;
	margin: 0 20px 80px 0;
}
.list-product .item:nth-of-type(3n) {
	margin-right: 0;
}
.list-product .item h4,
.list-product .item .price {
	font-size: 12px;
}
.list-product .item h3 {
	position: relative;
	margin-bottom: 15px;
}
.list-product .item h4 {
	margin-bottom: 5px;
}
.list-product .item .price {
	margin-top: 5px;
	color: #616161;
}
.list-product .item h3 .ico-monde {
	width: 35px;
}

/* 商品ページ詳細
---------------------------------------------------------- */
.sec-product {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	max-width: 800px;
	width: 100%;
	margin: 50px auto 0;
}
.img-product {
	position: relative;
	width: 360px;
}
.img-product .ico-monde,
.img-product .ico-fullerence {
	width: 50px;
}
.box-product {
	width: calc(100% - 400px);
}
.box-product .name {
	margin: 35px 0 10px;
	font-size: 20px;
}
.box-product .detail,
.box-product .price,
.box-product .type {
	color: #616161;
}
.box-product .type li {
	display: inline-block;
}
.box-product .txt-tag {
	margin-right: 10px;
}
.box-product .detail,
.box-product .price {
	font-size: 12px;
}
.box-product .price {
	margin: 25px 0 15px;
}
.box-product .type {
	font-size: 0;
}
.box-product .type + .type,
.box-product .sub {
	margin-top: 5px;
}
.box-product .type li {
	margin-right: 5px;
}
.box-product .sub {
	font-size: 10px;
}
.box-product .txt .sub {
	display: block;
}
.sec-product + .sec-cmn-02 {
	margin-top: 60px;
}

.list-detail dt {
	position: relative;
	padding: 12px 15px;
  line-height: 1.2;
	font-size: 12px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.list-detail dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url("/img/ico_arrow.svg") no-repeat;
	background-size: contain;
	transition: transform 0.2s;
}
.list-detail dt.is-active::after {
	transform: scale(1, -1);
}
.list-detail dt:hover {
	cursor: pointer;
}
.list-detail dd + dt {
	margin-top: -1px;
}
.list-detail dd {
	display: none;
	margin-top: 20px;
	padding-bottom: 25px;
	text-align: justify;
}
.list-detail dd:first-of-type {
	display: block;
}
.list-detail dd .txt-small {
	margin-top: 5px;
}
.list-detail + p .link-more {
	margin-top: 50px;
}

/* お手入れステップ
---------------------------------------------------------- */
.ttl-step {
	width: 80px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	background: #f5f5f5;
}
.list-step-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
	padding-top: 30px;
}
.list-step-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	background: #eee;
	transform: translateX(-50%);
	z-index: 1;
}
.list-step-wrap.basic-special::before {
	height: calc(100% - 70px);
}
.list-step-wrap.protection::before {
	height: calc(100% - 255px);
}
.list-step-wrap > li {
	position: relative;
	max-width: 420px;
	width: 100%;
}
.list-step-wrap .item + .item-01 {
	margin-top: 20px;
}
.list-step-wrap .item a {
	position: relative;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 10px 10px 0;
	border: 1px solid #eee;
	background: #fff;
	z-index: 2;
}
.list-step-wrap .item::before,
.list-step-wrap > .item::after,
.list-step-wrap .item-03::before,
.list-step-wrap .item-03::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	z-index: 1;
}
.list-step-wrap .item::before {
	height: 1px;
	background: #eee;
	transform: none;
}
.list-step-wrap > .item::after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bdbdbd;
}
.list-step-wrap .item-01::before {
	right: -60px;
	width: 60px;
}
.list-step-wrap .item-01::after {
	right: -65px;
}
.list-step-wrap .item-02 {
	position: absolute;
	right: 0;
}
.list-step-wrap .item-02::before {
	left: -60px;
	width: 60px;
}
.list-step-wrap .item-02::after {
	left: -65px;
}
.list-step-wrap .item-02:nth-of-type(3) {
	top: 254px;
}
.list-step-wrap .item-02:nth-of-type(5) {
	top: 416px;
}
.list-step-wrap .item-02:nth-of-type(7) {
	top: 578px;
}
.list-step-wrap .item-02:nth-of-type(8) {
	top: 740px;
}
.list-step-wrap .item-01:nth-of-type(9) {
	margin-top: 140px;
}
.list-step-wrap .item-03 {
	float: right;
	margin-top: 70px;
}
.list-step-wrap .item-03 > p {
	margin: 10px 0;
	color: #757575;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
}
.list-step-wrap .item-03 .item {
	position: relative;
}
.list-step-wrap .item-03::after {
	left: -65px;
}
.list-step-wrap .item-03::before {
	left: -30px;
	width: 1px;
	height: calc(100% - 140px);
	background: #eee;
}
.list-step-wrap .item-03::after {
	right: -65px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bdbdbd;
}
.list-step-wrap .item-03 .item:nth-of-type(1)::before,
.list-step-wrap .item-03 .item:nth-of-type(3)::before {
	left: -30px;
	width: 30px;
}
.list-step-wrap .item-03 .item:nth-of-type(2)::before {
	left: -60px;
	width: 60px;
}
.list-step-wrap .item h3 {
	width: 120px;
}
.list-step-wrap .item .detail {
	width: calc(100% - 120px);
}
.list-step-wrap .item h4 {
	margin: 5px 0 2px;
	font-size: 12px;
}
.list-step-wrap .item .name {
	margin-top: 5px;
	line-height: 1.4;
}
.list-step-wrap .type-tag,
.list-step-wrap .day-tag {
	display: inline-block;
	vertical-align: middle;
}
.list-step-wrap .type-tag {
	height: 20px;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 20px;
	font-size: 10px;
	background: #f5f5f5;
}
.list-step-wrap .day-tag {
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

/* ==========================================================
 マナビスのビジネス
========================================================== */
.box-business-01,
.box-link-about,
.box-link-about figure {
	position: relative;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-business-01 {
	margin-bottom: 20px;
}
.box-business-01::before {
	content: "×";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-business-01 p {
	width: calc(50% - 20px);
	padding: 16px 0;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #eee;
}
.box-link-about {
	margin-top: 100px;
}
.box-link-about .link-img-01 {
	width: calc(50% - 20px);
	border: 1px solid #eee;
}
.box-link-about figure {
	-ms-flex-align: center;
	align-items: center;
}
.box-link-about .link-img-01 img,
.box-link-about .link-img-01 figcaption {
	display: block;
}
.box-link-about .link-img-01 img {
	width: 150px;
}
.box-link-about .link-img-01 figcaption {
	width: calc(100% - 150px);
	text-align: center;
}

/* ==========================================================
 私たちの会社
========================================================== */
.box-aboutus-01 {
	clear: both;
	overflow: hidden;
}
.box-aboutus-01 figure {
	float: left;
	width: 360px;
	margin: 0 40px 40px 0;
}
.list-aboutus {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 120px;
}
.list-aboutus li {
	width: calc(33.33% - 27px);
	font-size: 16px;
	text-align: center;
}
.list-aboutus li img {
	margin-bottom: 15px;
}

.txt-story-01 {
	margin: -10px 0 30px;
	line-height: 2;
	font-size: 20px;
	text-align: center;
}

.txt-company-01 {
	margin: 80px 0 40px;
	text-align: center;
}
.txt-company-01 span {
	display: block;
}
.txt-company-01 span:nth-of-type(1) {
	line-height: 1.1;
	letter-spacing: 0.1em;
	font-size: 28px;
	font-family: "futura-pt", sans-serif;
}
.txt-company-01 span:nth-of-type(2) {
	margin-top: 15px;
	color: #757575;
	font-size: 12px;
}

/* ==========================================================
 マナビスの働き方
========================================================== */
.box-work-intro-01,
.box-work-intro-02 {
	clear: both;
	overflow: hidden;
	position: relative;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.box-work-intro-01 .box-work-in,
.box-work-intro-02 .box-work-in,
.box-work-intro-01 figcaption,
.box-work-intro-02 figcaption {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
}
.box-work-intro-01 .box-work-in h3,
.box-work-intro-02 .box-work-in h3,
.box-work-intro-01 figcaption,
.box-work-intro-02 figcaption {
	letter-spacing: 2px;
	font-size: 28px;
}
.box-work-intro-01 .box-work-in p,
.box-work-intro-02 .box-work-in p {
	margin-top: 50px;
}
.box-work-intro-01 figure,
.box-work-intro-02 figure {
	overflow: hidden;
	position: relative;
	width: calc(100% - 240px);
	color: #fff;
}
.box-work-intro-01 figcaption,
.box-work-intro-02 figcaption {
	right: -240px;
}
body.work01 .box-work-intro-01 .box-work-in,
body.work01 .box-work-intro-01 figcaption {
	top: 31%;
	transform: none;
}
.box-work-intro-01 .box-work-in h3,
.box-work-intro-01 .box-work-in p,
.box-work-intro-01 figcaption {
	text-align: right;
}
.box-work-intro-02 .box-work-in h3,
.box-work-intro-02 .box-work-in p,
.box-work-intro-02 figcaption {
	text-align: left;
}
.box-work-intro-02 figure {
	float: right;
}
body.work01 .box-work-in {
	z-index: 0 !important;
}

.box-work-01 .box-work-in {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}
.box-work-01 .txt-work-01,
.box-work-01 figure {
	margin-bottom: 30px;
}
.box-work-01 .txt-work-01 {
	line-height: 2.28;
}
.box-work-01 figure {
	width: 360px;
}
.box-work-01 .type-01 {
	float: right;
	margin-left: 40px;
}
.box-work-01 .type-02 {
	float: left;
	margin-right: 40px;
}
.box-work-01 .box-work-in .txt-work-01 {
	margin-top: -7px;
}

/* ==========================================================
 その他ページ
========================================================== */
body.other .contents .sec-cmn-02:nth-of-type(1) {
	margin-top: 0;
}
body.other .contents .sec-cmn-02:nth-of-type(n+1) {
	margin-top: 60px;
}

.list-qa {
	margin-top: 15px;
	border-bottom: 1px solid #eee;
}
.list-qa dt,
.list-qa dd {
	position: relative;
}
.list-qa dt {
	padding: 12px 15px 12px 35px;
	border-top: 1px solid #eee;
}
.list-qa dt::before,
.list-qa dd::before {
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	padding-top: 6px;
	line-height: 1;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
	box-sizing: border-box;
}
.list-qa dt::before {
	content: "Q";
	top: 13px;
}
.list-qa dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url("/img/ico_arrow.svg") no-repeat;
	background-size: contain;
	transition: transform 0.2s;
}
.list-qa dt.is-active::after {
	transform: scale(1, -1);
}
.list-qa dt:hover {
	cursor: pointer;
}
.list-qa dd {
	display: none;
	margin: 5px 0 30px;
	padding-left: 35px;
}
.list-qa dd::before {
	content: "A";
	top: 0;
}