@charset "UTF-8";
/*=========================================================共通=========================================================*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.fp {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 0 200px;
}
.fp .sp {
	display: none !important;
}
.fp .breadcrumb {
	margin: 20px 0 30px;
}
.fp .breadcrumb ul {
	display: flex;
	width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}
.fp .breadcrumb li {
	font-size: 12px;
	margin: 0 7px 0 0;
}
.fp .breadcrumb li:last-child {
	margin: 0;
}
.fp .breadcrumb li a {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}
.fp .breadcrumb li a:after {
	content: '>';
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 14px;
}
.fp h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 6px;
	margin: 0 0 30px;
}
.fp .contents-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.fp .contents-nav li {
	width: 250px;
	margin: 0 20px 20px 0;
}
.fp .contents-nav li:nth-child(4n) {
	margin-right: 0;
}
.fp .contents-nav li a {
	display: block;
	border: 1px solid #004264;
	border-radius: 50px;
	color: #004264;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 29px;
	background: url(../../img/usr/common/arrow_b.png) no-repeat center bottom 12px / 11px;
	text-decoration: none;
}
.fp .contents-nav li a:hover {
	opacity: .8;
}
.fp .btn {
	width: 400px;
	margin: 0 auto;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	background: #004263 url(../../img/usr/btn_arrow_w.png) 92% center no-repeat;
	border-radius: 60px;
	letter-spacing: 2px;
	transition: 0.5s;
	padding: 16px 0;
}
.fp .btn:hover {
	opacity: .8;
}
/*=========================================================会社概要=========================================================*/
#company .intro {
	margin: 0 0 60px;
}
#company .inner {
	width: 1060px;
	margin: 0 auto;
}
#company .intro img {
	margin: 0 0 50px;
}
#company .intro .message {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
#company .info {
	margin: 0 0 80px;
}
#company h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#company .info h2 {
	margin: 0 0 10px;
}
#company .company-info {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #A5A5A5;
}
#company .company-info dl {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #A5A5A5;
	padding: 15px 35px 13px;
}
#company .company-info dt {
	width: 215px;
}
#company .company-info dd {
	width: 515px;
}
#company .access h2 {
	margin: 0 0 20px;
}
#company .access .map {
	margin: 0 0 50px;
}
#company .access .map iframe {
	width: 100%;
	height: 400px;
}
/*=========================================================プライバシーポリシー=========================================================*/
#privacy .inner {
	width: 1060px!important;
	margin: 0 auto;
}
#privacy .text {
	margin: 0 0 50px;
}
#privacy .box {
	margin: 0 0 40px;
}
#privacy .box h2 {
	font-size: 22px;
	padding: 0 0 0 30px;
	border-left: 5px solid #004264;
	margin: 0 0 20px;
}
/*=========================================================特定商取引法に基づく表記=========================================================*/
#law h1 {
	margin: 0 0 100px;
}
#law .inner {
	width: 1060px;
	margin: 0 auto;
}
#law dl {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #A5A5A5;
	padding: 20px 35px 17px;
}
#law dl:first-child {
	border-top: 1px solid #A5A5A5;
}
#law dt {
	width: 250px;
	padding: 0 30px 0 0;
}
#law dd {
	width: 740px;
}
#law dd p:not(:last-child) {
	margin: 0 0 20px;
}
/*=========================================================店舗ご試着サービス=========================================================*/
#fitting {
	color: #000;
}
#fitting .intro {
	text-align: center;
	margin: 0 0 100px;
}
#fitting .intro .inner {
	width: 1360px;
	margin: 0 auto;
}
#fitting h1 {
	margin: 0 0 50px;
}
#fitting .intro .text {
	text-align: left;
	width: 1060px;
	margin: 0 auto 30px;
}
#fitting .intro ul {
	display: flex;
	justify-content: center;
}
#fitting .intro li {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 515px;
	background: #004264;
	margin: 0 30px 0 0;
	padding: 13px 0;
}
#fitting .intro li:last-child {
	margin: 0;
}
#fitting .about {
	margin: 0 0 80px;
	padding: 80px 0 100px;
	background: #edf2f5;
	text-align: center;
}
#fitting .about .inner {
	width: 1060px;
	margin: 0 auto;
}
#fitting .about h2 {
	color: #004264;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 45px;
}
#fitting .about .nav {
	margin: 0 0 90px;
}
#fitting .about .nav ul {
	display: flex;
	justify-content: space-between;
}
#fitting .about .nav li a {
	position: relative;
	display: block;
	border: 1px solid #004264;
	border-radius: 50px;
	color: #004264;
	font-size: 18px;
	font-weight: bold;
	width: 250px;
	padding: 30px 0 29px;
	background: url(../../img/usr/common/arrow_b.png) no-repeat center bottom 12px / 11px;
}
#fitting a {
	text-decoration: none;
}
#fitting a:hover {
	opacity: .8;
}
#fitting .about .about-contents {
	margin: 0 0 80px;
}
#fitting .about .sec:not(:last-child) {
	margin: 0 0 60px;
}
#fitting .about .sec .subttl {
	text-align: center;
	margin: 0 0 25px;
}
#fitting .about .sec .subttl p {
	position: relative;
	display: inline-block;
	color: #004264;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #004264;
	padding: 0 0 12px;
}
#fitting .about .sec .subttl p:before {
	content: '';
	position: absolute;
	left: calc(50% - 6px);
	bottom: -9px;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #004264 transparent transparent transparent;
}
#fitting .about .sec .subttl p:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: -7px;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #edf2f5 transparent transparent transparent;
}
#fitting .about .sec h3 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 45px;
}
#fitting .about .sec .sec-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#fitting .about .sec .sec-inner img {
	width: 460px;
}
#fitting .about .sec .sec-inner p {
	width: 575px;
	text-align: left;
}
#fitting .about .howto {
	padding: 50px 0 60px;
	border: 1px solid #004264;
}
#fitting .about .howto .ttl {
	color: #004264;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 30px;
}
#fitting .about .howto .text {
	margin: 0 0 12px;
}
#fitting .about .howto .img {
	margin: 0 0 45px;
}
#fitting .faq {
	text-align: center;
}
#fitting .faq .inner {
	width: 700px;
	margin: 0 auto;
}
#fitting .faq h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 40px;
}
#fitting .faq .text {
	margin: 0 0 30px;
}
#fitting .faq .btn {
	margin-bottom: 95px;
}
#fitting .faq ul {
	display: flex;
	justify-content: space-between;
}
/*=========================================================ご利用ガイド=========================================================*/
#guide .inner {
	width: 1060px;
	margin: 0 auto;
}
#guide .contents-nav {
	margin: 0 0 60px;
}
#guide .sec {  
	margin: 0 auto 100px!important;
}
#guide .sec h2 {
	font-size: 22px;
	font-weight: bold;
	background: #F0F0F0;
	text-align: center;
	margin: 0 0 35px;
	padding: 30px 0;
	letter-spacing: 3.5px;
}
#guide .flow-box li {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: 1px solid #004263;
	margin: 0 0 150px;
	padding: 50px 20px 40px;
}
#guide .flow-box li:last-child {
	margin: 0;
}
#guide .flow-box li:after {
	content: '';
	position: absolute;
	left: calc(50% - 285px);
	bottom: -115px;
	border-style: solid;
	border-width: 82px 285px 0 285px;
	border-color: #EDF2F5 transparent transparent transparent;
}
#guide .flow-box li:last-child:after {
	display: none;
}
#guide .flow-box li img {
	flex-shrink: 0;
	width: 565px;
}
#guide .flow-box li .text {
	width: 420px;
}
#guide .flow-box li .ttl {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}
#guide .flow-box li .num {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #004264;
	padding: 5px 0 0;
	margin: 0 25px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
#guide .flow-box li .num span {
	font-size: 30px;
	font-weight: normal;
	padding: 2px 0 0;
}
#guide .flow-box li h3 {
	font-size: 22px;
	font-weight: bold;
}
#guide .text {
	font-size: 16px;
	line-height: 40px;
}
#guide .flow-box li .text p {
	padding: 0 15px;
}
#guide .acd-box {
	border: 1px solid #004263;
	margin: 0 0 30px;
}
#guide .acd-box:last-child {
	margin: 0;
}
#guide .acd-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 30px 50px 27px 40px;
	cursor: pointer;
}
#guide .acd-box h3:before, #guide .acd-box h3:after {
	content: '';
	position: absolute;
	top: 50px;
	right: 23px;
	width: 20px;
	height: 3px;
	background: #000;
	transform: rotate(55deg);
}
#guide .acd-box h3:after {
	right: 13px;
	transform: rotate(-55deg);
}
#guide .acd-box h3.open:before {
	transform: rotate(-55deg);
}
#guide .acd-box h3.open:after {
	transform: rotate(55deg);
}
#guide #entry .acd-box .text {
	display: none;
	padding: 0 40px;
	margin: 0 0 30px;
}
#guide #entry .acd-box .text a {
	text-decoration: underline;
}
#guide #entry .acd-box .text a:hover {
	opacity: 1;
	text-decoration: none;
}
#guide #entry h3 {
	font-size: 22px;
	font-weight: bold;
}
#guide #entry .link {
	color: #004263;
	font-weight: bold;
}
#guide #entry .link a:hover {
	text-decoration: underline;
}
#guide #entry .image-wrap {
	display: block;
	margin: 32px 0 32px;
}
#guide #entry .design-btn2 {
	text-align: center;
}
#guide #entry .design-btn2 a {
	width: 46%;
	margin: 10px auto 120px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	background: #004263 url("../../img/usr/btn_arrow_w.png") 92% center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.5s;
}
#guide .head-text {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 30px;
}
#guide #payment .acd-box .box-inner {
	display: none;
	margin: 0 0 30px;
	padding: 0 40px;
}
#guide #payment .acd-box .text > img:first-child {
	margin: 10px 0 15px;
}
#guide #payment .acd-box .text > img:last-child {
	margin: 15px 0 0;
}
#guide span.important {
	color: #AB0202;
}
#guide #payment .acd-box .box-inner ul {
	margin: 10px 0 0;
}
#guide #payment .acd-box .box-inner li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #A5A5A5;
	padding: 30px 0;
}
#guide #payment .acd-box .box-inner li:last-child {
	border: 0;
	padding-bottom: 0;
}
#guide #payment .acd-box .box-inner li .img {
	width: 120px;
	padding: 12px 0 0;
}
#guide #payment .acd-box .box-inner li:first-child .img {
	padding-left: 30px;
}
#guide #payment .acd-box .box-inner li .howto {
	width: 845px;
}
#guide #payment .acd-box .box-inner li .howto h4 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
#guide #payment .acd-box .box-inner li .howto p, #guide #payment .about-amazon p {
	font-size: 16px;
	line-height: 40px;
}
#guide #payment .about-amazon {
	display: flex;
}
#guide #payment .about-amazon img {
	flex-shrink: 0;
	margin: 0 22px 0 0;
}
#guide #cancel .text p {
	margin: 0 0 30px;
}
#guide #cancel .text p:last-of-type {
	margin: 0;
}
#guide #cancel .text ul {
	padding: 0 0 0 51px;
}
#guide #contact h2 {
	margin: 0 0 45px;
}
#guide #contact ul {
	display: flex;
	justify-content: space-between;
}
#guide #contact li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 510px;
	height: 200px;
	border: 1px solid #004263;
}
#guide #contact li h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px;
}
#guide #contact li:first-child h3 {
	margin: 0;
}
#guide #contact li .tel {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin: 5px 0 18px;
}
#guide #contact li p {
	font-size: 16px;
	font-weight: bold;
}
/*#guide #contact li a {
	text-decoration: underline;
}
#guide #contact li a:hover {
	opacity: 1;
	text-decoration: none;
}
*/
#guide #contact li .design-btn {
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
#guide #contact li .design-btn a {
	min-width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	margin: 15px 0 0;
	background: #004263 url("../../img/usr/btn_arrow_w.png") 92% center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.5s;
}
#guide #fitting .head-text {
	margin: 0 0 40px;
}
#guide #fitting .flow-box .num {
	margin: 0 0 15px;
}
/*=========================================================よくある質問=========================================================*/
#faq {
	font-size: 16px;
	line-height: 1.6;
}
#faq .inner {
	width: 1060px;
	margin: 0 auto;
}
#faq .contents-nav {
	margin: 0 0 60px;
}
#faq .sec:not(:last-child) {
	margin: 0 0 100px;
}
#faq .sec h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3.5px;
	text-align: center;
	background: #F0F0F0;
	padding: 30px 0;
	margin: 0 0 30px;
}
#faq .sec dl {
	border-bottom: 1px solid #A5A5A5;
}
#faq .sec dl.open {
	border: 0;
}
#faq .sec dl:last-child {
	margin: 0;
}
#faq .sec dt {
	position: relative;
	padding: 20px 50px 20px 0;
	cursor: pointer;
}
#faq .sec dt:before, #faq .sec dt:after {
	content: '';
	position: absolute;
	top: 38px;
	right: 23px;
	width: 20px;
	height: 3px;
	background: #000;
	transform: rotate(55deg);
}
#faq .sec dt:after {
	right: 13px;
	transform: rotate(-55deg);
}
#faq .sec dl.open dt:before {
	transform: rotate(-55deg);
}
#faq .sec dl.open dt:after {
	transform: rotate(55deg);
}
#faq .sec dt p {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 0 100px;
	min-height: 50px;
}
#faq .sec dt p:before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #004263;
	color: #fff;
	font-size: 25px;
	line-height: 2;
	text-align: center;
	font-family: 'Yu Gothic';
	font-weight: normal;
}
#faq dd {
	display: none;
	padding: 20px 0;
	border-top: 1px dashed #A5A5A5;
}
#faq dd .text {
	position: relative;
	min-height: 50px;
	padding: 12px 0 0 100px;
}
#faq dd .text:before {
	content: 'A';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #004263;
	color: #004263;
	font-size: 25px;
	line-height: 2;
	text-align: center;
	font-family: 'Yu Gothic';
	font-weight: normal;
}
#faq dd p:not(:last-child) {
	margin: 0 0 25px;
}
#faq dd .text ul {
	margin: -25px 0 25px;
	text-indent: -16px;
	padding: 0 0 0 16px;
}
#faq span.important {
	color: #AB0202;
}
/*=========================================================品質について=========================================================*/
#quality {
	text-align: center;
}
#quality h1 {
	margin: 0 0 50px;
}
#quality .inner {
	width: 1060px;
	margin: 0 auto;
}
#quality .intro {
	margin: 0 0 85px;
}
#quality .intro .ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0 0 35px;
}
#quality .intro .text {
	margin: 0 0 40px;
}
#quality #iframe_wrap {
	position: relative;
	width: 700px;
	height: 394px;
	margin: 0 auto;
}
#quality #iframe_wrap iframe {
	height: 394px;
}
#quality #iframe_wrap img {
	width: 100%;
	height: auto;
}
#quality #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#quality .play_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	cursor: pointer;
}
#quality .play_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 57px;
	height: 66px;
	background: url(../../img/usr/freepage/quality/btn_start.png);
}
#quality .play_btn.pause {
	pointer-events: auto;
	opacity: 1;
}
#quality .play_btn img {
	width: 680px;
	height: 480px;
}
#quality .series {
	margin: 0 0 100px;
}
#quality h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 45px;
}
#quality .series ul {
	width: 1400px;
	margin: 0 auto;
}
#quality .series li {
	display: flex;
	align-items: center;
	margin: 0 0 80px;
}
#quality .series li:nth-child(2) {
	flex-direction: row-reverse;
}
#quality .series li:last-child {
	margin: 0;
}
#quality .series li .info {
	width: 325px;
	margin: 0 50px;
}
#quality .series li .info h3 {
	margin: 0 0 38px;
}
#quality .series li:nth-child(1) .info h3 img {
	width: 222px;
}
#quality .series li:nth-child(2) .info h3 img {
	width: 130px;
}
#quality .series li:nth-child(3) .info h3 img {
	width: 168px;
}
#quality .series li .info p {
	text-align: justify;
	margin: 0 0 40px;
}
#quality .btn {
	width: 260px;
}
#quality .origin {
	padding: 80px 0 100px;
	background: #edf2f5;
}
#quality .origin h2 {
	color: #004263;
}
#quality .origin h2, #quality .features h2 {
	margin: 0 0 35px;
}
#quality .origin .text, #quality .features .text {
	margin: 0 0 50px;
}
#quality .features {
	padding: 80px 0 0;
}
/*=========================================================PARIS MIKI ONLINE SHOPとは=========================================================*/
#about h1 {
	margin: 0 0 50px;
}
#about div:not(.intro) .inner {
	width: 1060px;
	margin: 0 auto;
}
#about .intro {
	margin: 0 0 80px;
}
#about .intro .text {
	width: 1060px;
	margin: 0 auto;
}
#about .intro .inner{
	margin: 0 auto;
	width: 1360px;
	text-align: center;
}
#about .concept {
	padding: 80px 0 100px;
	background: #edf2f5;
	text-align: center;
}
#about h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 40px;
}
#about .concept h2 {
	color: #004263;
}
#about .concept .text {
	margin: 0 0 40px;
}
#about .concept ul {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}
#about .concept li {
	color: #004263;
	font-size: 20px;
	margin: 0 30px 0 0;
}
#about .concept li:last-child {
	margin: 0;
}
#about .concept dl {
	border: 1px solid #004263;
	margin: 0 0 30px;
	padding: 20px 0 25px;
}
#about .concept dl:last-child {
	margin: 0;
}
#about .concept dt {
	color: #004263;
	font-size: 20px;
	margin: 0 0 12px;
}
#about .quality {
	text-align: center;
	padding: 80px 0 100px;
	background: url(../../img/usr/freepage/about/bg_quality.jpg) no-repeat center / cover;
}
#about .quality img {
	margin: 0 0 50px;
}
#about .quality .text {
	margin: 0 0 45px;
}
#about .btn {
	width: 260px;
}
#about .fitting {
	text-align: center;
	padding: 80px 0 100px;
}
#about .fitting img {
	margin: 0 0 50px;
}
#about .fitting .text {
	margin: 0 0 45px;
}
#about .store {
	padding: 80px 0 100px;
	background: #f0f0f0;
}
#about .store .text {
	text-align: center;
	margin: 0 0 25px;
}
#about .store .caution {
	font-size: 12px;
	width: 435px;
	margin: 0 auto;
}
#about .service {
	padding: 80px 0 0;
}
#about .service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
}
#about .service li {
	width: 515px;
	border: 1px solid #004263;
	padding: 35px;
	margin: 0 0 30px;
}
#about .service li:last-child {
	width: 100%;
	margin: 0;
}
#about .service li h3 {
	color: #004263;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 80px 0 0;
	margin: 0 0 12px;
}
#about .service li:nth-child(1) h3 {
	background: url(../../img/usr/freepage/about/icon_inspection.png) no-repeat center top / 45px;
}
#about .service li:nth-child(2) h3 {
	background: url(../../img/usr/freepage/about/icon_fitting.png) no-repeat center top 10px / 53px;
}
#about .service li:nth-child(3) h3 {
	background: url(../../img/usr/freepage/about/icon_exchange.png) no-repeat center top 10px / 41px;
}
#about .service li:nth-child(4) h3 {
	background: url(../../img/usr/freepage/about/icon_lens.png) no-repeat center top 15px / 73px;
}
#about .service li:nth-child(5) h3 {
	background: url(../../img/usr/freepage/about/icon_support.png) no-repeat center top 10px / 58px;
}
#about .service li:nth-child(5) .text {
	text-align: center;
	margin: 0 0 30px;
}
#about .service li .text > p:nth-child(2) {
	margin: 10px 0 0;
}
#about .service li .text .caution {
	font-size: 13px;
}
#about .service li .contact {
	display: flex;
	justify-content: space-between;
}
#about .service li .contact .box {
	width: 310px;
	padding: 17px 20px 15px;
	background: #edf2f5;
}
#about .service li .contact .box .headline {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
	height: 44px;
}
#about .service li .contact .box p a {
	text-decoration: underline;
}
#about .service li .contact .box p a:hover {
	text-decoration: none;
	opacity: 1;
}
#about .service li .contact .num {
	line-height: 1.4;
	text-align: center;
	margin: 0 0 18px;
}
#about .service li .contact .num span {
	position: relative;
	color: #004263;
	font-size: 29px;
	padding: 0 0 3px 30px;
	background: url(../../img/usr/freepage/about/icon_tel.png) no-repeat left top 3px;
}
#about .service li .contact .num span:after {
	content: '（フリーコール）';
	position: absolute;
	left: 60px;
	bottom: -15px;
	font-size: 10px;
}
#about .service li .contact .time {
	font-size: 12px;
	letter-spacing: 0.5px;
}
#about .btn-w {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #c3c2c2;
	border-radius: 30px;
	padding: 16px 0;
	background: url(../../img/usr/btn_arrow.png) no-repeat 95% center;
	text-decoration: none;
}
/*=========================================================コンタクトレンズについて=========================================================*/
#about_contactlens .intro {
	text-align: center;
	margin: 0 0 70px;
}
#about_contactlens .intro .inner{
	margin: 0 auto;
	width: 1360px;
}
#about_contactlens h1 {
	margin: 0 0 50px;
}
#about_contactlens .difference {
	margin: 0 0 100px;
}
#about_contactlens h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
}
#about_contactlens .difference h2 {
	margin: 0 0 55px;
}
#about_contactlens .difference h2 + .item {
	margin: 0 0 100px;
}
#about_contactlens .difference h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	letter-spacing: 3px;
	padding: 30px 0 29px;
	margin: 0 0 60px;
}
#about_contactlens .difference .item .inner {
	width: 1060px;
	margin: 0 auto;
}
#about_contactlens .difference .item .inner > ul {
	margin: 0 0 45px;
}
#about_contactlens .difference .item .inner > ul > li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 17px 20px 16px;
}
#about_contactlens .difference .item .inner > ul > li dt {
	width: 160px;
	font-weight: bold;
}
#about_contactlens .difference .item .inner > ul > li dd {
	width: 860px;
	letter-spacing: 0.5px;
}
#about_contactlens .difference .recommend {
	margin: 0 0 50px;
}
#about_contactlens .difference .recommend .ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 30px;
}
#about_contactlens .difference .recommend ul {
	display: flex;
	justify-content: space-between;
}
#about_contactlens .difference .recommend li {
	width: 335px;
	text-align: center;
}
#about_contactlens .difference .recommend li img {
	width: 100%;
	margin: 0 0 13px;
}
#about_contactlens .btn {
	width: 335px;
}
#about_contactlens .others {
	padding: 80px 0 90px;
	margin: 0 0 80px;
	background: #edf2f5;
}
#about_contactlens .others .inner {
	width: 1060px;
	margin: 0 auto;
}
#about_contactlens .others h2 {
	color: #004263;
	margin: 0 0 40px;
}
#about_contactlens .others ul {
	display: flex;
	justify-content: space-between;
}
#about_contactlens .others li {
	width: 300px;
	text-align: center;
}
#about_contactlens .others li h3 {
	display: inline-block;
	color: #004263;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #004263;
	margin: 0 0 18px;
}
#about_contactlens .others li .text {
	min-height: 52px;
	margin: 0 0 15px;
}
#about_contactlens .others li .btn {
	width: 100%;
	line-height: 1.2;
	padding: 13px 0 11px;
}
#about_contactlens .caution .inner {
	width: 1060px;
	margin: 0 auto;
}
#about_contactlens .caution h2 {
	margin: 0 0 40px;
}
#about_contactlens .caution .text {
	margin: 0 0 45px;
}
#about_contactlens .caution .box {
	color: #004263;
	padding: 45px 40px 60px;
	border: 1px solid #004263;
}
#about_contactlens .caution .box h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 30px;
}
#about_contactlens .caution .box li {
	font-size: 18px;
	margin: 0 0 20px;
}
#about_contactlens .caution .box li:last-child {
	margin: 0;
}
/*=========================================================レンズについて=========================================================*/
#about_lens .intro {
	margin: 0 0 65px;
	text-align: center;
}
#about_lens h1 {
	margin: 0 0 50px;
}
#about_lens .intro .inner{
	margin: 0 auto;
	width: 1360px;
}
#about_lens .intro .text {
	width: 1060px;
	margin: 0 auto;
}
#about_lens .lineup h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 0 60px;
}
#about_lens .lineup h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	letter-spacing: 3px;
	padding: 30px 0 29px;
	margin: 0 0 55px;
}
#about_lens .lineup .inner {
	width: 1060px;
	margin: 0 auto;
}
#about_lens .lineup #lens01 {
	margin: 0 0 80px;
}
#about_lens .lineup #lens02 {
	margin: 0 0 100px;
}
#about_lens .lineup .standard {
	text-align: center;
	margin: 0 0 90px;
}
#about_lens .lineup .main {
	color: #004263;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 40px;
}
#about_lens .lineup .function {
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
}
#about_lens .lineup .function ul {
	display: flex;
	justify-content: space-between;
}
#about_lens .lineup .function li {
	color: #004263;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #004263;
	letter-spacing: 2px;
	width: 210px;
	margin: 0 20px 0 0;
	padding: 7px 0;
}
#about_lens .lineup .function li:last-child {
	margin: 0;
}
#about_lens .lineup .function img {
	width: 272px;
}
#about_lens .lineup .for .headline {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 15px;
}
#about_lens .lineup #lens01 > div:nth-of-type(2) {
	background: #f0f0f0;
}
#about_lens .lineup #lens01 > div:nth-of-type(4) {
	background: #edf2f5;
}
#about_lens .lineup .detail {
	padding: 80px 0 100px;
}
#about_lens .lineup .detail h4 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 0 35px;
}
#about_lens .lineup #lens01 > div:nth-of-type(4) h4 {
	color: #004263;
}
#about_lens .lineup .detail .img {
	text-align: center;
	margin: 50px 0 0;
}
#about_lens .lineup .detail .img img {
	width: 490px;
}
#about_lens .lineup .detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about_lens .lineup .detail li {
	width: 335px;
	border: 1px solid #004263;
	margin: 0 0 30px;
	padding: 20px;
}
#about_lens .lineup .detail li:nth-last-child(-n + 3) {
	margin: 0;
}
#about_lens .lineup .detail li h5 {
	color: #004263;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 38px;
	margin: 0 0 10px;
}
#about_lens .lineup .detail li:nth-child(1) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating01.png) no-repeat left center / 27px;
}
#about_lens .lineup .detail li:nth-child(2) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating02.png) no-repeat left center / 27px;
}
#about_lens .lineup .detail li:nth-child(3) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating03.png) no-repeat left center / 27px;
}
#about_lens .lineup .detail li:nth-child(4) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating04.png) no-repeat left center / 27px;
}
#about_lens .lineup .detail li:nth-child(5) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating05.png) no-repeat left center / 27px;
}
#about_lens .lineup .detail li:nth-child(6) h5 {
	background: url(../../img/usr/freepage/about_lens/icon_coating06.png) no-repeat left center / 27px;
}
#about_lens .item .info {
	display: flex;
	align-items: flex-start;
	margin: 0 0 50px;
}
#about_lens .item#lens02 .info img {
	flex-direction: 0;
	width: 340px;
	margin: 0 25px 0 0;
}
#about_lens .item#lens03 .info img {
	flex-direction: 0;
	width: 390px;
	margin: 0 0 0 30px;
}
#about_lens .item .check {
	margin: 0 0 50px;
}
#about_lens .item .check .ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 25px;
}
#about_lens .item .check .text {
	margin: 0 0 25px;
}
#about_lens .item .check ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 40px 55px;
}
#about_lens .item .check li {
	width: 480px;
	border-bottom: 1px solid #ddd;
	padding: 15px 30px;
	background: url(../../img/usr/freepage/about_lens/icon_check.png) no-repeat left center / 17px;
}
#about_lens .btn {
	width: 330px;
}
/*=========================================================初めてのお客様へ=========================================================*/
#beginners .intro {
	margin: 0 0 90px;
	text-align: center;
}

#beginners h1 {
	margin: 0 0 50px;
}
#beginners .intro .text {
	width: 1060px;
	margin: 0 auto;
}
#beginners .intro .inner{
	margin: 0 auto;
	width: 1360px;
}
#beginners .concept {
	padding: 80px 0 100px;
	background: #edf2f5;
}
#beginners .concept .inner {
	width: 1060px;
	margin: 0 auto;
}
#beginners h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 0 40px;
}
#beginners .concept .summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 60px;
}
#beginners .concept .summary img {
	width: 532px;
}
#beginners .concept .summary .text {
	width: 470px;
}
#beginners .concept h3 {
	color: #004263;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 17px;
}
#beginners .concept .summary .text p {
	margin: 0 0 30px;
}
#beginners .concept .summary li {
	color: #004263;
	font-size: 20px;
	margin: 0 0 12px;
}
#beginners .concept .summary li:last-child {
	margin: 0;
}
#beginners .concept .detail {
	display: flex;
	justify-content: space-between;
}
#beginners .concept .detail li {
	padding: 20px 40px 30px;
	width: calc(100% / 3);
	border-right: 1px solid #004263;
}
#beginners .concept .detail li:last-child {
	border: 0;
	padding-right: 25px;
}
#beginners .concept h4 {
	color: #004263;
	font-size: 20px;
	margin: 0 0 15px;
}
#beginners .point {
	text-align: center;
	padding: 0 0 100px;
}
#beginners .point .inner {
	width: 1060px;
	margin: 0 auto;
}
#beginners .point .text {
	margin: 0 0 55px;
}
#beginners .point img {
	margin: 0 0 55px;
}
#beginners .point li {
	border: 1px solid #004263;
	margin: 0 0 30px;
	padding: 20px 20px 30px;
}
#beginners .point li:last-child {
	margin: 0;
}
#beginners .point h3 {
	color: #004263;
	font-size: 20px;
	margin: 0 0 10px;
}
#beginners .point li p {
	margin: 0 0 25px;
}
#beginners .point li .text-b {
	color: #004263;
	font-size: 16px;
	margin: 0 0 25px;
}
#beginners .btn {
	width: 335px;
}
#beginners .sunglass {
	padding: 80px 0 100px;
	background: #f0f0f0;
}
#beginners .sunglass .inner {
	width: 1060px;
	margin: 0 auto;
}
#beginners .sunglass .text {
	margin: 0 0 55px;
}
#beginners .sunglass ul {
	display: flex;
	justify-content: space-between;
}
#beginners .sunglass li {
	width: 515px;
}
#beginners .sunglass li .img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 100%;
	height: 300px;
	margin: 0 0 20px;
}
#beginners .sunglass li .img img {
	max-width: 510px;
	max-height: 300px;
}
#beginners .sunglass li:nth-child(2) .img img {
	padding: 0 0 10px;
}
#beginners .sunglass li p {
	min-height: 78px;
	margin: 0 0 20px;
}
#beginners .coupon {
	padding: 80px 0 0;
}
#beginners .coupon .inner {
	width: 1060px;
	margin: 0 auto;
}
#beginners .coupon .text {
	text-align: center;
	margin: 0 0 50px;
	padding: 110px 0 0;
	background: url(../../img/usr/freepage/beginners/img_coupon.png) no-repeat center top / 87px;
}
/*=========================================================メガネ/サングラスの選び方z=========================================================*/
#about_glass .intro {
	margin: 0 0 70px;
	text-align: center;
}
#about_glass .intro .inner{
	margin: 0 auto;
	width: 1360px;
}
#about_glass h1 {
	margin: 0 0 40px;
}
#about_glass .intro .text {
	width: 1060px;
	margin: 0 auto;
}
#about_glass .basic {
	margin: 0 0 70px;
}
#about_glass div:not(.intro) .inner {
	width: 1060px;
	margin: 0 auto;
}
#about_glass .basic h2, #about_glass .recommend h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 40px;
}
#about_glass .basic .text {
	margin: 0 0 30px;
}
#about_glass .basic .img {
	text-align: center;
	margin: 0 0 30px;
}
#about_glass .basic li:first-child {
	margin: 0 0 40px;
}
#about_glass .basic h3, #about_glass .recommend h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 20px;
}
#about_glass .recommend {
	margin: 0 0 80px;
}
#about_glass .recommend .text {
	margin: 0 0 35px;
}
#about_glass .recommend ul {
	display: flex;
	justify-content: center;
}
#about_glass .recommend li {
	width: 144px;
	text-align: center;
	margin: 0 70px 0 0;
}
#about_glass .recommend li:last-child {
	margin: 0;
}
#about_glass a {
	text-decoration: none;
}
#about_glass a:hover {
	opacity: .8;
}
#about_glass .recommend li img {
	margin: 0 0 15px;
}
#about_glass .recommend li p {
	color: #004263;
	font-size: 16px;
	padding: 0 0 18px;
	background: url(../../img/usr/common/arrow_b.png) no-repeat center bottom / 11px;
}
#about_glass .type:not(:last-child) {
	margin: 0 0 80px;
}
#about_glass .type h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	background: #f0f0f0;
	text-align: center;
	padding: 30px 0;
	margin: 0 0 70px;
}
#about_glass .type .img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 60px;
}
#about_glass .type .img img {
	margin: 0 100px 0 0;
}
#about_glass .type .point div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#about_glass .type .point div.ok {
	height: 190px;
	background: url(../../img/usr/freepage/about_glass/img_ok.png) no-repeat center;
}
#about_glass .type .point div.ng {
	margin: 30px 0 0;
	padding: 25px 0 0;
	height: 170px;
	background: url(../../img/usr/freepage/about_glass/img_ng.png) no-repeat center;
}
#about_glass .type .text {
	margin: 0 0 40px;
}
#about_glass .type .frame {
	width: 695px;
	text-align: center;
	margin: 0 auto 50px;
}
#about_glass .type .frame:last-child {
	margin-bottom: 0;
}
#about_glass .type#type05 .frame {
	width: 100%;
}
#about_glass .type .frame .ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 25px;
}
#about_glass .type .frame ul {
	display: flex;
	justify-content: space-between;
}
#about_glass .type .frame ul:not(.btn-wrapper) li {
	width: 335px;
	border: 1px solid #004263;
}
#about_glass .type .frame ul:not(.btn-wrapper) li a {
	display: block;
	padding: 32px 0 20px;
}
#about_glass .type .frame li a:hover {
	opacity: .8;
}
#about_glass .type .frame li img {
	width: 102px;
	margin: 0 0 15px;
}
#about_glass .type .frame li p {
	color: #004263;
	font-size: 18px;
	font-weight: bold;
}
#about_glass .type .frame .btn {
	width: 330px;
}
