@charset "utf-8";
a:hover {
	opacity: .8;
}
section {
}
.article, .header, .footer {
	color: #535D69;
	width: 100%!important;
	max-width: 100%!important;
	font-size: .9em;/*スマホ*/
}
/* hr */
hr {
	height: 1px;
	border: none;
	border-top: 1px #B6CAE1 solid;
	margin: 1em auto!important;
	width: 95.8318%;
}
.hr-thin {
	border-top: 1px #444 solid;
	margin: 0 auto!important;
}
.back-light {
	background-color: #F5F8FB;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 3em;
}
.back-dark {
	background-color: #EAF0F6;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 3em;
}
.catch20em {
	font-size: 2.0em;
}
.catch18em {
	font-size: 1.8em;
}
.catch16em {
	font-size: 1.6em;
}
.catch14em {
	font-size: 1.4em;
}
/*fv*/
.fv {
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/fv-mainimage-bg.jpg) repeat-x;
}
.fv p.on-sp {
	text-align: center;
}
.fv p.on-sp img {
	width: 100%;
}
.fv-logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 90px;/*スマホ*/
}
/* CTA */
.cta {
	margin-bottom: 0;
	background-color: #FFF;
	border-bottom: 4px solid #C7D8E7;
}
.cta .col2 {
	margin-bottom: .2em;
}
.cta p {
	text-align: center;
}
.cta p span {
	display: inline-block;
	margin-bottom: .5em;
}
.btn-cta {
	margin-top: 0;
}
.btn-cta a {
	display: block;
	padding: .5em 0;
	background: #FF8FA4 url(../images/cta-allow.png) no-repeat 92% 50%;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	transition: all .3s;
}
/* title */
.section-title {
	margin-bottom: 1em;
	padding: 1.6em 0 1.2em;
	background: url(../images/titlebar-cattitle.png) no-repeat 50% 100%;
	font-size: 2.6em;
	text-align: center;
	letter-spacing: normal;
}
.section-title-copy {
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	letter-spacing: normal;
	line-height: 1.8;
}
.section-sub-title {
	padding: 1.5em 0 1em;
	font-size: 1.6em;
	font-weight: 600;
	background: url(../images/titlebar-subtitle.png) no-repeat 50% 0;
	text-align: center;
	letter-spacing: normal;
}
.section-sub-title span.small {
	font-weight: normal;
	font-size: 50%;
}
/* intro */
.intro h1 {
	padding-top: .6em;
	text-align: center;
	font-size: 2.0em;
}
.intro p {
	text-align: center;
}
/* point */
.list-point .col6 {
}
.list-point dl {
	margin-bottom: 3em;
}
.list-point dt {
	margin-bottom: .8em;
	font-size: 1.2em;
	font-weight: 600;
}
.list-point dt span.copy {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.list-point dt span.number {
	display: inline-block;
	vertical-align: middle;
	width: 22%;
	margin-right: 5%;
	text-align: center;
	line-height: 1.1;
	font-size: .7em;
	font-weight: normal;
	border-right: 1px solid #A9AEB4;
}
.list-point dt span.number strong {
	font-size: 4.6em;
	font-weight: normal;
}
.list-point ol {
	list-style: decimal;
	margin-left: 2em;
}
a.link-text {
	background: url(../images/ico-allow-link.png) no-repeat 100% 50%;
	padding-right: 1em;
	color: #535D69;
	font-weight: 600;
	text-decoration: none;
}
a.link-text:hover {
	color: #FE8FA4;
}
/* 開閉コンテンツ共通 */
.openbtn {
	margin: 0;
	padding: .2em;
	background-color: #90B1D0;
	color: #FFF;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

/* comment */
.comment .small {
	display:block;
	margin-top: 1em;
	padding:0;
	line-height: 1.5;
	}
.comment .history {
	width: 70%;
	margin: 1.5em auto;
	font-size: 80%;
	text-align:center;
	}

/* item */
.item .col3 {
	text-align: center;
	vertical-align: top;
}
.item .col3 p {
	text-align: center;
	line-height: 1.5;
}
.item .col10 ul {
	background-color: #FFF;
	padding: 1em;
	list-style: circle;
	margin: 1.5em 0;
	font-size: .9em;
}
.item .col10 ul li {
	margin: 0 0 1em 1.2em;
}
/* faq */
.qa-container-q, .qa-container-a {
	display: table;
	width: 100%;
}
.qa-container-q dt, .qa-container-a dt {
	display: table-cell;
	color: #fff;
	text-align: center;
	font-size: 160%;
	font-weit: bold;
	width: 5%;
	vertical-align: middle;
	padding: .5em .2em;
	min-width: 30px;
	box-sizing: border-box;
}
.qa-container-q dt {
	background: #8ba6b9;
}
.qa-container-a dt {
	background: #B6CAE1;
}
.qa-container-q dd, .qa-container-a dd {
	display: table-cell;
	width: 95%;
	padding: .5em .5em .5em;
	vertical-align: middle;
}
.qa-container-q dd {
	font-weight: 600;
	background: #F5F8FB;
}
.qa-container-a {
	margin-bottom: .2em;
}
.qa-container-a dd {
	background: #FFF;
}
/* item */
.item h2 {
	text-align: center;
	font-size: 1.4em;
}
.item h2 strong {
	display: inline-block;
	margin-top: .3em;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.4;
	text-align: center;
}
.item h2 strong span {
	font-size: .7em;
}
.item .subcopy {
	text-align: center;
	padding: .6em 0;
	border-top: 1px solid #B6CAE1;
	border-bottom: 1px solid #B6CAE1;
	font-size: 1.2em;
}
.item .box-itemset {
	background-color: #FFF;
	padding: .5em;
	border: 3px solid #535D69;
	border-radius: 4px;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: normal;
}
.item .box-itemset strong {
	font-weight: 600;
	color: #FF8FA4;
}
/* cart */
.cart h2 {
	text-align: center;
	font-size: 1.4em;
}
.cart h2 strong {
	display: block;
	margin-top: .3em;
	font-size: 1.8em;
	line-height: 1.2;
	text-align: center;
}
.cart h2 strong span {
	font-size: 60%;
}
.cart .subcopy {
	padding: .5em 0;
	text-align: center;
	border-top: 1px solid #B6CAE1;
	border-bottom: 1px solid #B6CAE1;
}
.cart .subcopy span.push {
	display: inline-block;
	padding: .1em 1em;
	border-radius: 2px;
	background-color: #96B3D4;
	color: #FFF;
	font-weight: 600;
	font-size: 90%;
}
.cart .subcopy .caption {
	font-size: 60%;
	text-align: center;
}
.btn-buy p {
	margin-bottom: .6em;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
}
.btn-buy a {
	display: block;
	padding: 1em .5em 1.2em;
	text-align: center;
	background-color: #FF8FA4;
	border-radius: 5px;
	box-shadow: 0px 4px 0px 0px rgba(218, 220, 221, 1);
}
.btn-buy .caption {
	padding: .5em;
	font-size: 95%;
	color: #749DC4;
	border: 1px solid #749DC4;
}
.cart .box-reg {
	vertical-align: top;
}
.cart .box-reg p {
	text-align: center;
}
.cart .box-reg p span {
	display: block;
	text-align: center;
	font-size: 120%;
}
.head-specialset {
	padding: .5em;
	background-color: #FFF;
	border: 3px solid #535D69;
	border-radius: 3px;
	font-size: 1.5em;
	text-align: center;
}
.head-specialset strong {
	color: #FF8FA4;
}
/* spec */

.spec-container {
	font-size: 90%;
}
.spec-container dt {
	display: inline-block;
	width: 100%;
	margin-bottom: .6em;
	vertical-align: top;
	padding-top: .6em;
}
.spec-container dd {
	display: inline-block;
	/*width: 100%;*/
	margin-bottom: .6em;
	vertical-align: top;
	padding-top: .6em;
	padding-left: 1em;
}
/* user guide */
.guide-wrap .col6 {
	vertical-align: top;
}
.guide-box-tit {
	background-color: #D5E2ED;
	font-weight: 600;
	font-size: 110%;
	padding: .5em 1.5em;
}
.guide-box-text {
	background-color: #FFF;
	padding: 1.5em;
}
.guide-box-text a {
	color: #fd4b15;
}
.guide-box-text h5 {
	font-weight: 600;
	display: block;
	margin: 1em 0 .5em 0;
}
.guide-wrap {
}
.guide-wrap:after {
	content: "";
	display: block;
	clear: both;
}
/* contact */
.contact-btn {
	background-color: #968264;
	padding: .7em;
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.4em;
	transition: all .3s;
	box-sizing: border-box;
}
.contact-btn:hover {
	background-color: #fff;
	color: #968264;
}
.contact p {
	text-align: center;
}
.contact h1 + p {
	margin-top: 2em;
	margin-bottom: .7em;
	font-size: 1.2em;
}
.contact .col8 {
	margin-top: .5em;
	font-size: .8em;
}
/*footer*/
.footer {
	background-color: #111414;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .8em;
}
.footer-box img {
	margin-right: 1em;
}
.footer-top-btn {
	display: none;
}
.footer-logo {
	display: inline-block;
	width: auto!important;
	position: relative;
	top: 3px;
}
.footer-social {
	margin-top: .6em;
}
#footer-list .footer-copy{
text-align: right;
padding-right: 45px;
}
#footer-list .col6 a {
	margin: 0 .7em;
}
#footer-list .col6 a:first-child {
	margin-left: 0;
}


@media screen and (min-width:768px) {
.section-title {
	font-size: 3.2em;
}
.fv-logo {
	width: auto;
}
.cta .col2 {
	margin-bottom: 1em;
}
.btn-cta {
	margin-top: 1em;
}
/* point */
.list-point .col6 {
	margin-bottom: 3.5em;
}
.item .col3 .cream {
	display: inline-block;
	margin-top: 160px;
}
.list-point dt span {
	vertical-align: middle;
}
.comment .history {
	width: auto;
	text-align:left;
	}

/* spec */
.spec-container dt {
	width: 15%;
}
.spec-container dd {
	width: 80%;
}
.cart .box-reg p span {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
}
.cart .box-reg p span:first-child {
	width: 36%;
	margin-right: 4%;
	text-align: right;
}
.cart .box-reg p.second {
	min-height: 245px;
	padding-top: 90px;
	vertical-align: middle;
}
.footer .col12 span {
	display: inline-block;
	margin-top: 1em;
}
.footer-social {
	text-align: right;
}

.footer{
position: relative;
}
.footer-top-btn{
display: inline-block;
width: 40px;
margin-right: 20px;
}
.footer-top-wrap{
position: fixed;
width: 100%;
height: 50px;
text-align: center;
bottom: 0;
}
.footer-top-wrap p{
text-align: right;
width:100%;
display: inline-block;
}

.footer .col8 span{
display: inline-block;
margin-top: 1em;
}

}

@media screen and (min-width:960px) {
.article, .header {
	font-size: 1em;
}
.footer-top-wrap p{
width:960px;
}
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
/*fv*/
.fv {
	background-image: url(../images/fv-mainimage-bg@2x.jpg);
	background-size: auto 530px;
}
.btn-cta a {
	background-image: url(../images/cta-allow@2x.png);
	background-size: 36px auto;
}
a.link-text {
	background-image: url(../images/ico-allow-link@2x.png);
	background-size: 12px 16px;
}

.section-sub-title {
	background-image: url(../images/titlebar-subtitle@2x.png);
	background-size: 600px auto;
}

}
/* addition */
strong {
	font-weight: 600;
}
p small {
	font-size: 0.8em;
}
/* color */
.blue {
	color: #749DC4;
}
.pink {
	color: #FE8FA4;
}
