@charset "UTF-8";

/* Main styles
 * ================================================================================= */
.main-figure {
	position: relative;
}
.main-figure figcaption {
	position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    letter-spacing: 0;
}
.main-info-wrap img {
	width: 100%;
}
.info-index {
	margin: 20px 0;
}
.info-index > li {
    margin-top: 15px;
    /*counter-increment: info;*/
    text-align: center;
}
.info-index > li > a {
    position: relative;
    line-height: 1.4;
    padding-left: 18px;
    border-bottom: 1px solid #333;
}
.info-index > li > a:after {
    position: absolute;
    top: -2px;
    left: 0;
    /*content: counter(info)".";
    color: #333;*/
    content: "◇";
    color: #da5159;
}
.info-index > li:first-child > a:after,
.info-index > li:last-child > a:after {
	content: "◆";
	color: #da5159;
}
.info-point-wrap {
	margin-top: 30px;
	padding: 10px;
	background-color: #ece2e1;
}
.info-point-wrap > figure {
	width: 150px;
	margin: 0 auto;
}
.info-point-wrap > figure > img {
	width: 100%;
}
.info-point-ttl {
	line-height: 1.4;
	text-align: center;
}
.info-point-ttl > span {
	font-size: 24px;
	font-weight: bold;
}
.point-reason {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	padding: 10px;
}
.point-reason-l {
	width: 50%;
}
.point-reason-l > li {
	margin-top: 10px;
}
.point-reason-l > li > figure {
	width: 32px;
}
.point-reason-l > li > figure > img {
	width: 100%;
}
.point-reason-l > li > p {
	line-height: 1.4;
	margin-top: 4px;
}
.point-reason-l > li > h4 {
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #da5159;
}
.point-reason-r {
	width: 50%;
	margin-top: 20px;
	margin-left: 5%;
}
.point-reason-r > img {
	width: 100%;
}

/* Warranty */
.info-warranty-ttl {
	letter-spacing: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.info-warranty-ttl-sub {
	margin-top: 10px;
    padding: 8px 0 6px;
    border-radius: 18px;
    letter-spacing: 0;
    text-align: center;
    background-color: #fff;
}
.info-warranty-list {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 10px;
	margin-left: -10px;
}
.info-warranty-list > li {
	width: calc(100% / 4 - 10px);
	margin-left: 10px;
}
.info-warranty-list > li img {
	width: 100%;
}
.info-warranty-list > li figcaption {
	line-height: 1.2;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0;
}
.info-warranty-txt {
	line-height: 1.6;
	margin-top: 10px;
	text-align: left;
}
.info-howto-ttl {
	width: 90%;
	margin: 30px auto 0;
	padding: 10px 0 8px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
}
.info-howto-list {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 10px;
}
.info-howto-list > li {
	position: relative;
	width: 49%;
	margin-top: 20px;
	counter-increment: howto;
}
.info-howto-list > li:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    background-color: #da5159;
    content: counter(howto);
    color: #fff;
}
.info-howto-list > li:nth-child(2n) {
	margin-left: 2%;
}
.info-howto-list > li img {
	width: 100%;
}
.info-howto-list > li p {
	line-height: 1.4;
	text-align: justify;
}
.icn-tips {
	position: relative;
	z-index: 10;
	width: 145px;
	margin: 30px auto 0;
}
.icn-tips > img {
	width: 100%;
}
.img-tips {
	position: relative;
	z-index: 1;
	margin-top: -10px;
}
.img-tips > img {
	width: 100%;
}
.info-txt {
	line-height: 1.4;
	margin-top: 10px;
	padding: 0 10px;
	text-align: justify;
}
.img-howto {
	margin-top: 20px;
	padding: 0 10px;
}
.img-howto > img {
	width: 100%;
}
.info-note {
	padding: 0 10px;
}
.info-note > li {
	position: relative;
    line-height: 1.4;
    margin-top: 15px;
    padding-left: 12px;
    text-align: left;
}
.info-note > li:before {
	position: absolute;
	top: 0;
	left: 2px;
	content: "*";
	font-size: 20px;
	color: #f3aca9;
}

/* FAQ */
.faq-main-view {
	position: relative;
	z-index: 0;
    padding: 50px 55px 40px 20px;
    background: url(../img/bg-ttl-top2.png) repeat-y;
    background-size: 100% auto;
}
.faq-main-view:before {
	position: absolute;
    z-index: -1;
    top: 0;
    right: 11%;
    width: 80px;
    height: 155px;
    content: "";
    background: url(../img/bg-ttl-top-2.png) no-repeat;
    background-size: 80px auto;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
}
.faq-main-view > h2 {
	display: inline-block;
	padding: 5px 10px;
    line-height: 1.4;
    margin-top: 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.2px;
}
.faq-main-view > h3 {
    line-height: 1.4;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -.2px;
}
.faq-list {
	margin-top: 40px;
	padding: 0 10px;
}
.faq-list > li {
	margin-top: 20px;
}
.faq-list > li h4 {
	position: relative;
	line-height: 1.4;
	padding-left: 20px;
}
.faq-list > li h4:before {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #3c74b8;
	content: "Q:";
}
.faq-list > li p {
	position: relative;
	line-height: 1.4;
	margin-top: 10px;
	padding-left: 20px;
}
.faq-list > li p:before {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #d1526e;
	content: "A:";
}
.img-info {
	margin-top: 30px;
}
.img-info > img {
	width: 100%;
}

/* History */
.history-wrap {
	margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 4px solid #c5c5c5;
}
.history-wrap > h3 {
	margin-top: 30px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
}
.history-wrap > p {
	line-height: 1.6;
	margin-top: 10px;
	padding: 0 10px;
	text-align: justify;
}
.history-wrap > figure {
	margin-top: 30px;
}
.history-wrap > figure > img {
	width: 100%;
}



/* Pick Up */
.slider-review {
  margin-top: 10px;
}
.slider-review a {
  display: block;
  margin-left: 10px;
}
.slider-review .slick-list {
    padding: 0 15% 0 0;
}
.slider-review a figure {
    letter-spacing: 0;
}
.slider-review a figure img {
    width: 100%;
}
.slider-review a time {
  display: block;
  margin-top: 5px;
  padding: 0 5px;
}
.slider-review a .school-txt {
    line-height: 1.3;
    margin-top: 6px;
    padding: 0 5px;
    font-size: 12px;
}
.slick-dots li button {
    color: #fff !important;
}
.slick-dots li button:before {
    opacity: 1 !important;
    background-color: #fff !important;
    border: 1px solid #929292;
}
.slick-dots .slick-active button:before {
    background-color: #3c74b8 !important;
}

.link-info {
	position: relative;
	box-sizing: border-box;
	display: block;
    width: 375px;
    margin: 60px auto 0;
    padding: 10px 10px 20px;
	background: url(../img/bg-top-info.jpg) no-repeat;
	background-size: 100%;
}
.link-info > span {
	display: block;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}
.link-info:before {
	position: absolute;
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Line Up */
.top-link-sec {
	position: relative;
	margin-top: 40px;
}
.top-link-sec img {
	width: 100%;
}
.top-link-sec p {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
	width: 260px;
	padding: 12px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
.top-link-sec p:before {
	position: absolute;
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-link-txt {
	line-height: 1.4;
	margin: 10px 10px 0;
}
.sec-wrap-beige {
	position: relative;
	margin-top: 40px;
	padding: 1px 10px 30px;
	background-color: #f8f5f6;
}
.top-news-link {
	position: absolute;
	top: 40px;
	right: 10px;
	text-decoration: underline;
}
.top-news-list > li {
	margin-top: 30px;
}
.top-news-list > li > a {
	display: block;
	line-height: 1.4;
	margin-top: 10px;
	text-decoration: underline;
}
.top-concept-img {
	position: absolute;
	bottom: -20px;
	left: 10px;
	width: 200px;
}
.top-concept-img > img {
	width: 100%;
}
.top-brand-img {
	margin-top: 30px;
}
.top-brand-img > img {
	width: 100%;
}

/* About Us */
.aboutus-header figure {
	width: 42%;
	margin: 0 auto;
}
.aboutus-wrap {
	margin-top: 40px;
 	background-color: #172142;
 }
.aboutus-main-view {
	width: 50%;
	margin: 0 auto;
	padding-top: 30px;
}
.aboutus-main-view > img {
	width: 100%;
}
.aboutus-main-txt {
	line-height: 1.3;
	margin-top: 5px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	letter-spacing: .4px;
	font-weight: bold;
	color: #a59551;
}
.aboutus-main-txt > span {
	font-size: 14px;
	font-weight: bold;
}
.aboutus-sec {
	position: relative;
	width: 80%;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 20px;
	background-color: #eee9df;
}
.aboutus-sec .main-figure {
	width: 128%;
    margin: 20px auto 0;
}
.aboutus-sec .main-figure > img {
	width: 100%;
}
.aboutus-sec1 > p {
	line-height: 1.6;
	margin-top: 20px;
	padding: 0 20px;
	text-align: justify;
}
.aboutus-sec > h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0;
	color: #747a8e;
}
.aboutus-sec > h3 > span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
}
.aboutus-sec > p {
	line-height: 1.6;
	margin-top: 20px;
	text-align: justify;
	letter-spacing: 0;
	font-size: 16px;
}
.aboutus-sec-r {
	margin-left: auto;
}
.aboutus-sec-r > .main-figure {
	margin-left: -28%;
}
.aboutus-sec > ul {
	display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	margin-top: 20px;
}
.aboutus-sec > ul > li {
	/*width: 49%;*/
	width: 55%;
}
.aboutus-sec > ul > li + li {
	margin-left: 2%;
}
.aboutus-sec > ul > li > figure {
	width: 90%;
    margin: 0 auto 5px;
}
.aboutus-sec > ul > li img {
	width: 100%;
}
.aboutus-sec > ul > li > a {
	display: block;
}
.aboutus-sec2 {
	margin-top: 40px;
	padding: 0 20px;
}
.aboutus-ttl {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0;
	color: #172142;
}
.aboutus-ttl:before {
	position: absolute;
	z-index: -1;
	top: 18px;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	background-color: #e0e0e0;
}
.aboutus-ttl > span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
 	color: #808080;
}
.aboutus-sec2 > p {
	line-height: 1.6;
	margin-top: 20px;
	text-align: justify;
}
.aboutus-sec2 > h4 {
	margin-top: 20px;
	text-align: right;
	letter-spacing: .4px;
	font-size: 16px;
	font-family: “STKaiti”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
}
.aboutus-sec2 > h4 > span {
	font-size: 20px;
}
.aboutus-list {
	margin-top: 20px;
}
.aboutus-list > li {
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}
.aboutus-list > li:first-child {
	border-top: 1px dashed #999;
}
.aboutus-list > li > p {
	line-height: 1.4;
	margin-top: 5px;
	text-align: justify;
}
.aboutus-footer {
	display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 30px;
	padding: 30px 10px;
	background-color: #172142;
}
.aboutus-footer-logo {
	width: 35%;
	margin: 0 auto;
	text-align: center;
}
.aboutus-footer-logo > img {
	width: 80%;
}
.aboutus-footer-r {
	width: 63%;
	margin-left: 2%;
}
.aboutus-footer-btn {
	display: block;
	width: 100%;
	padding: 10px 0 8px;
	text-align: center;
	background-color: #fff;
}
.aboutus-footer-btn > img {
	width: 80%;
}
.aboutus-footer-r > h3 {
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
}
.aboutus-footer-address {
	line-height: 1.4;
	margin-top: 5px;
	letter-spacing: 0;
	color: #fff;
}
.aboutus-footer-copyright {
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 10px;
	color: #fff;
}

.btn-profile {
	position: relative;
}
.btn-profile:after {
	position: absolute;
    top: 11px;
    right: -20px;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-profile.rotate:after {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#page_help_agreement .recommend_items {
	display: none;
}


@media (min-width: 737px) {
	.dn-pc {
		display: none !important;
	}
	.dn-sp {
		display: block;
	}

	.page-wrapper {
		margin: 0 auto;
		overflow: hidden;
	}
	.slider-box {
	    margin: -150px auto 0;
	}
	.slider-main-visual .caption {
		bottom: 35%;
	}
	.works-list {
		margin-top: 15%;
	}
	.aboutus-header > h1 {
		left: calc(50% - 50px) !important;
	}
	.aboutus-main-view {
    	width: 20%;
    }
    .aboutus-sec-l .main-figure {
	    width: 70%;
	    position: absolute;
	    right: -30%;
	}
    .aboutus-sec > h3 {
	    margin-top: 58%;
	}
	.aboutus-sec-r .main-figure {
	    width: 70%;
	    position: absolute;
	    left: 3%;
	}
	.aboutus-sec > ul {
		width: 40%;
	}
	.aboutus-footer {
		padding: 40px 10%;
	}
	.aboutus-footer-logo > img {
	    width: 40%;
	}
	.aboutus-footer-btn {
		width: 50%;
	}

}



