@charset "utf-8";
/*
* web font
*/
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 100;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 200;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 300;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: local('NotoSansJP-Regular.otf'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 900;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
p{
	margin:0;
}
ul {
	padding: 0;
}
/*a {
	opacity: 0.8;
}*/
a:hover {
	opacity: 0.3;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#contents {
	color: #323232;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 300;
	min-width: 960px;
	overflow: hidden;
	letter-spacing: 0.05em;
}
.col {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.hco-inquiry {
	display: none;
}
.note1,
.note2  {
	padding: 0 10px;
	text-align: left;
	font-size:100%;
	letter-spacing: 0;
	list-style:  none;
}
.note1 li,
.note2 li{
	margin-bottom: 8px;
	padding-left: 1em;
  text-indent: -1em;
	line-height: 134%;
}
.note1 b,
.note2 b{
	font-weight: 600;
}
.note2 li:before{
	content:  "";     /* 空の要素作成 */
  width:  10px;               /* 幅指定 */
  height:  10px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #323232;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
	margin-right: 3px;
}


/*
* #overview
*/
#overview {
	border-bottom: 10px solid #f8f8f8;
	background-color: #fffdf7;
}
/*
* .overview-lead
*/
.overview-lead {
	margin-bottom: 	80px;
  padding: 44px 0 0 225px;
	/*border-bottom: 1px solid #727071;*/
	box-sizing: border-box;
}
.overview-lead .icn {
	position: absolute;
	top: 26px;
	left: 71px;
}
.overview-lead h1 {
  text-align: left;
}
/*.overview-lead .other-link {
  display: flex;
  align-items: center;
  position: absolute;
	top: 183px;
	left: 100px;
  width:684px;
  padding: 14px 30px;
  border: 1px solid #dcdddd;
	background-color: #FFFFFF;
}
.overview-lead .other-link ul{
  width:45%;
}
.overview-lead .other-link ul li a img{
  vertical-align: middle;
}
.overview-lead .other-link p,
.overview-lead .other-link ul li{
  display: inline-block;
}

.overview-lead .other-link p {
  font-size:14px;
  margin-right: 6px;
}
.overview-lead .other-link ul li:last-child {
 margin-left: 12px;
}*/

.overview-lead + p{
  clear: both;
	margin-bottom: 70px;
	font-weight: 300;
	line-height: 180%;
	text-align: center;
}
/*
* .anc-brand
*/
.anc-brand {
	text-align: center;
	margin-bottom: 80px;
	border-bottom: 1px solid #727071;
}
.anc-brand .block .row h2 {
	display: inline-block;
	margin: 0 auto 40px;
	font-size: 200%;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	border-bottom:2px solid  #d2d2d1;
	vertical-align: bottom;
}
.anc-brand .block .other-bf ul {
	display: flex;
	flex-wrap :wrap;
	justify-content: center;
	text-align: center;
	margin: 0 auto 10px;
}
.anc-brand .block .other-bf ul li {
  position: relative;
	margin-bottom: 40px;
	display: inline-block;
	border-right: 1px solid #eeedeb;
	box-sizing: border-box;
	overflow: hidden;
	content: "";
}
.anc-brand .block .other-bf ul li a {
	display: block;
	width: 230px;
	height: 100%;
	padding-bottom: 35px;
	text-align: center;
	color: #45433e;
}
.anc-brand .block .other-bf ul li a:after {
	position: absolute;
	display: block;
	left: calc(50% - 13px);
	bottom: 0;
	width: 26px;
	height: 26px;
	background: url(../img/icn_arrow_down.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	content: "";
}
.anc-brand .block .other-bf ul li:nth-child(1) {
	margin-left: 10%;
}
.anc-brand .block .other-bf ul li:nth-child(3) {
	border-right: none;
	margin-right: 10%;
}
.anc-brand .block .other-bf ul li:nth-child(6) {
	border-right: none;
}
.anc-brand .block .other-bf ul li figure {
	margin: 0;
	padding: 0;
}
.anc-brand .block .other-bf ul li figure figcaption{
	margin: 0 12px;
	font-size: 12px;
	line-height: 150%;
}
.anc-brand .block .row.beauty h2 {
	margin: 0 auto 15px;
	border: none;
}
.anc-brand .block .row.beauty p {
	margin: 0 auto 25px;
	font-size: 12px;
}
.anc-brand .block .other-bf.beauty ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.anc-brand .block .other-bf.beauty ul li {
	border-right: none;
	margin-bottom: 35px;
	margin-left: 0;
	overflow: visible;
}
.anc-brand .block .other-bf.beauty ul li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 330px;
	height: 60px;
	padding: 0 0 0 150px;
	background: #fff url("../img/ico_arrow_right_black.svg") right 20px center no-repeat;
	border: #d3d2cf 1px solid;
	font-size: 14px;
}
.anc-brand .block .other-bf.beauty ul li a:after {
	content: " ";
	position: absolute;
	left: 10px;
	bottom: 8px;
	width: 122px;
	height: 60px;
	background: url("../img/thumb_btn_collagen_260221.png") center center no-repeat;
	background-size: contain;
}


.anc-brand .block .collagen{
	position: relative;
	width:80%;
	height: 100px;
	margin: 0 auto 70px;
	background:url(../img/ph_collagen.png) no-repeat 0 50%;
  background-size: 25% auto;
}
.anc-brand .block .collagen .tx{
	position: absolute;
  top: 30%;
	left:0;
	width:70%;
	height: 100%;
	padding-left: 250px;
	text-align: left;
	vertical-align: bottom;
}
.anc-brand .block .collagen .btn_collagen{
	position: absolute;
  top: 10%;
	right: 0;
	margin-left:30px;
}

/*
* .benefits
*/
.benefits {
	margin-bottom: 46px;
}
.benefits p:nth-child(2) {
	margin-bottom: 55px;
	font-weight: 300;
	line-height: 180%;
	text-align: center;
}
.benefits h2 {
	margin-bottom: 39px;
	text-align: center;
}
.benefits .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto;
  height: 350px;
}
.benefits .block .row {
	position: relative;
	width: 320px;
	text-align: center;
	box-sizing: border-box;
}
.benefits .block .row .anchor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.benefits .block h3 {
	display: inline-block;
	margin: 0 auto;
	font-size: 169.231%;
	font-weight: 300;
	line-height: 1.5;
}
.benefits .block h3:before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	content: "";
}
.benefits .block h3 span {
	border-bottom: 2px solid #cf1262;
}
.benefits .block .special {
	padding: 117px 25px 0;
	border-right: 1px solid #eeedeb;
}
.benefits .block .special h3 {
	margin: 0 0 10px 0;
}
.benefits .block .special h3:before {
	width: 271px;
	height: 93px;
	background-image: url(../img/benefits_img1.png);
}
.benefits .block h3 + p {
	/* margin-bottom: 30px; */
	font-size: 92.308%;
	line-height: 150%;
	text-align: left;
}
.benefits .block .postage {
	width: 322px;
	padding-top: 117px;
	border: 1px solid #eeedeb;
	border-style: none solid;
}
.benefits .block .postage h3 {
	min-height: 66px;
	margin-bottom: 10px;
}
.benefits .block .postage p {
	padding: 0 25px;
	/* margin-bottom: 46px; */
}
.benefits .block .postage h3:before {
	width: 180px;
	margin-left: 34px;
	background-image: url(../img/benefits_img2.png);
}
.benefits .block .present {
	padding-top: 117px;
	border-left: 1px solid #eeedeb;
}
.benefits .block .present h3 {
	margin-bottom: 90px;
}
.benefits .block .present h3 + p {
	text-align: center;
}
.benefits .block .present h3:before {
	width: 160px;
	margin-left: 34px;
	background-image: url(../img/benefits_img3.png);
}
/*
* .relief
*/
.relief {
	margin-bottom: 81px;
}
.relief h2 {
	margin-bottom: 41px;
	text-align: center;
}
.relief .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto;
}
.relief .block .row {
	position: relative;
	width: 320px;
	padding-top: 117px;
	text-align: center;
	box-sizing: border-box;
}
.relief .block h3 {
	display: inline-block;
	margin: 0 auto;
	font-size: 169.231%;
	font-weight: 300;
	line-height: 150%;
}
.relief .block h3:before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	content: "";
}
.relief .block .specify {
	border-right: 1px solid #eeedeb;
}
.relief .block .specify h3 {
	margin-bottom: 13px;
}
.relief .block .specify h3:before {
	width: 200px;
	height: 79px;
	margin-left: 43px;
	background-image: url(../img/relief_img1.png);
}
.relief .block .skip {
	border-right: 1px solid #eeedeb;
}
.relief .block .skip h3 {
	margin-bottom: 13px;
}
.relief .block .skip h3 span {
	font-size: 83.3335%;
}
.relief .block .skip h3:before {
	width: 176px;
	height: 86px;
	margin-left: 32px;
	background-image: url(../img/relief_img2.png);
}
.relief .block .cancellation h3 {
	margin-bottom: 39px;
}
.relief .block .cancellation h3:before {
	width: 154px;
	height: 83px;
	margin-left: 30px;
	background-image: url(../img/relief_img3.png);
}

/*
* .anchor-link
*/
.anchor-link {
	margin-bottom: 60px;
}
.anchor-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	background-color: #fafafa;
}
.anchor-link li {
	width: 240px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
}
.anchor-link li a {
	display: block;
	padding: 42px 0 10px;
	color: #323232;
	font-size: 138.4612%;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
}
.anchor-link li a:after {
	display: block;
	width: 26px;
	height: 26px;
	margin: 24px auto 0;
	background: url(../img/icn_arrow_down.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	content: "";
}
/*
* .benefits-detail
*/
.benefits-detail,
.relief-detail {
	margin-bottom: 58px;
	text-align: center;
}
.benefits-detail h2,
.relief-detail h2{
	margin-bottom: 38px;
	padding-bottom: 37px;
	border-bottom: 1px solid #e6e4e5;
	text-align: center;
}
.benefits-detail h4,
.relief-detail  h4{
	display: inline-block;
	margin-bottom: 27px;
	border-bottom: 2px solid #cf1262;
	font-size: 169.2308%;
	line-height: 1.5;
}
.relief-detail h3 {
	margin-bottom: 25px;
}
.benefits-detail .text,
.relief-detail .text{
	line-height: 180%;
	margin: 0 auto 70px;
}
.benefits-detail .benefits1 {
	padding-bottom: 65px;
}
.benefits-detail .benefits1 h3 {
	margin-bottom: 21px;
}
.benefits-detail .benefits1 .example {
	position: relative;
	width: 800px;
	margin: 0 auto 53px;
	padding: 48px 60px 40px;
	border: 1px solid #dcdddd;
	background-color: #fff;
	box-sizing: border-box;
}
.benefits-detail .benefits1 .example .ex-title {
	position: absolute;
	top:-1.5%;
	left:42%;
	display: block;
	width: 140px;
	margin: 0 auto;
	padding: 11px 0;
	border: 1px solid #898989;
	border-radius: 25px;
	font-size: 146.15385%;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #FFF;
}
.benefits-detail .benefits1 .example .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 680px;
	margin-bottom: 50px;
}
.benefits-detail .benefits1 .example .item dl dt,
.benefits-detail .benefits1 .example .item dl dd {
	text-align: left;
	margin-bottom: 0.5em;
}
.benefits-detail .benefits1 .example .item dl dt{
	margin-top: 1em;
	font-size: 146.15385%;
	text-align: left;
}
.benefits-detail .benefits1 .example .exp-tx {
	margin-top: 1em;
}
.benefits-detail .benefits1 .example .example-img {
	margin-right: 30px;
}
.benefits-detail .benefits1 .example .capacity {
	font-size: 115.385%;
}
.benefits-detail .benefits1 .example .price b {
	font-size: 169.2308%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.benefits-detail .benefits1 .example .price span {
	font-size: 115.385%;
}

.benefits-detail .benefits1 .example .block .case-normal h5 {
	width: 14%;
	font-size: 169.2308%;
	padding: 0 15px 5px;
	margin: 0 auto 15px;
	border-bottom: 2px solid  #c8c8c8;
}
.benefits-detail .benefits1 .example .block .case-special h5 {
	width: 32%;
	font-size: 169.2308%;
	padding: 0 15px 5px;
	margin: 0 auto 15px;
	border-bottom: 2px solid  #f9c3b9;
}
.benefits-detail .benefits1 .example .block ol {
	width:680px;
	background-size: 100% 100%;
	content: "";
	margin: 15px 0 50px;
	padding: 0;
}
.benefits-detail .benefits1 .example .block ol li {
	width:680px;
	white-space:nowrap;
	overflow: hidden;
	text-indent: 100%;
}
.benefits-detail .benefits1 .example .block .case-normal ol {
	height: 144px;
	background: url(../img/benefits_detail1_img2.png) no-repeat 50% 50%;
}
.benefits-detail .benefits1 .example .block .case-special ol {
	height: 235px;
	background: url(../img/benefits_detail1_img3.png) no-repeat 50% 50%;
}

.benefits-detail .benefits1 .example .block .explain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 540px;
	margin: 0 auto 30px;
}
.benefits-detail .benefits1 .example .block .explain p {
	width:45%;
	position: relative;
	padding-left: 40px;
	font-size: 84.6154%;
	line-height: 127.2727%;
	text-align: left;
}
.benefits-detail .benefits1 .example .block .explain p sup {
	font-size: 90%;
}
.benefits-detail .benefits1 .example .block .explain b:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: "";
}
.benefits-detail .benefits1 .example .block .explain p b {
	display: block;
	margin-bottom: 10px;
	font-size: 146.1539%;
	line-height: 170%;
}
.benefits-detail .benefits1 .example .block .explain .normal b:before {
	background-color: #c8c8c8;
}
.benefits-detail .benefits1 .example .block .explain .special b:before {
	background-color: #f9c3b9;
}
.benefits-detail .benefits1 .example .block .explain p span {
	display: block;
	margin-left: -40px;
	font-size:115.385%;
}
.benefits-detail .benefits1 .example .block .result{
	border: 1px solid  #323232;
	padding: 30px;
	margin-bottom: 20px;
}
.benefits-detail .benefits1 .example .block .result h4 {
	width: 38%;
	padding: 0 15px 5px;
	margin: 0 auto 15px;
	font-size: 146.1539%;
	border-bottom: 2px solid  #f9c3b9;
}
.benefits-detail .benefits1 .example .block .result p {
	font-size:146.1539%;
	letter-spacing: -0.01em;
}
.benefits-detail .benefits1 .example .block .result p b {
	font-size:200%;
	font-weight: 600;
}
.benefits-detail .benefits1 .example .block .result p span:nth-of-type(1),
.benefits-detail .benefits1 .example .block .result p span:nth-of-type(3){
	font-size: 146.1539%;
}
.benefits-detail .benefits1 .example .block .result p span:nth-of-type(2),
.benefits-detail .benefits1 .example .block .result p span:nth-of-type(4){
	color: #db0068;
	font-size:84.6153%;
	font-weight: 600;
}
.benefits-detail .benefits2 {
	padding-bottom: 45px;
	text-align: center;
}
.benefits-detail .benefits2 h3 {
	margin-bottom: 25px;
}
.benefits-detail .benefits3 {
	margin-bottom: 140px;
	text-align: center;
}
.benefits-detail .benefits3 h3 {
	margin-bottom: 34px;
}
.benefits-detail .benefits3 .text {
	margin-bottom: 20px;
}
.benefits-detail .benefits3 .text span {
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 84.615%;
}
.benefits-detail .benefits3 .text sup {
	font-size: 76.615%;
}

/*
* .target
*/
.target {
	padding-bottom: 80px;
	background: #f8f8f8;
}
.target h2 {
	padding: 37px 0;
	text-align: center;
	background-color: #fff;
}
.target h2 span {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 11px 0;
	border: 1px solid #898989;
	border-radius: 25px;
	font-size: 146.15385%;
	text-align: center;
	letter-spacing: 0.4em;
}
.target h2 + .col {
	padding-top: 10px;
}
.target .col > div {
	/*width: 475px;
	min-height: 350px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 40px;
	text-align: center;
	background-color: #fff;
}
.target .col .brand-name {
	display:block;
	margin-top: 30px;
	padding: 20px 0 40px;
}
.target .col .top-info {
	margin-top: 10px;
}
.target .col .top-info a {
	color: #323232;
	font-size: 126.6924%;
	line-height: 161.5058%;
	font-weight: 700;
	text-decoration: underline;
}
.target .col .apology-txt {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.target .col .apology-txt a {
	color: #323232;
	font-weight: 700;
}
.target .col h3 {
	margin-bottom: 11px;
}
.target .col h3 + p {
	font-size: 126.6924%;
	line-height: 161.5058%;
	text-align: center;
}
.target .col h3 + p + p {
	margin-top: 10px;
	font-size: 126.6924%;
	line-height: 161.5058%;
	font-weight: bold;
	text-decoration: underline;
}
.target .col .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.target .col .item > div {
	position: relative;
	width:260px;
	/*min-width: 260px;*/
	padding-top: 10px;
	text-align: center;
}
.target .col .item h4 {
	padding-top: 140px;
	margin-bottom: 7px;
	font-size: 135.6154%;
	line-height: 146.9087%;
}
.target .col .item .type {
	margin-bottom: 7px;
	font-size: 84.7694%;
	font-weight: 500;
}
.target .col .item .type:before {
	display: inline-block;
	width: 16px;
	height: 18px;
	margin-right: 8px;
	vertical-align: -4px;
	background-size: 100% auto;
	content: "";
}
.target .col .item .type.drink:before {
	background-image: url(../img/icn_drink.svg);
}
.target .col .item .type.powder:before {
	background-image: url(../img/icn_powder.svg);
}
.target .col .item .type.tablet:before {
	background-image: url(../img/icn_tablet.svg);
}
.target .col .item .capacity {
	font-size: 101.6924%;
}
.target .col .item .img {
	position: absolute;
	top:0;
	left: 15%;
}
.target .col .btn-detail {
	width: 80%;
	margin: 13px auto;
	font-size: 101.6924%;
	line-height: 100%;
}
.target .col .btn-detail a {
	display: block;
	padding: 10px 16px 10px 14px;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #b3b3b3;
}
.target .col .btn-detail a:after {
	display: inline-block;
	width: 6px;
	height: 14px;
	margin-left: 16px;
	vertical-align: -3px;
	background: url(../img/icn_arrow_right_white.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	content: "";
}

.target .col .info {
	width:605px;
	text-align: left;
}

.target .col .info .price b {
	font-size: 169.2308%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.target .col .info .price span {
	font-size: 86.1539%;
}
.target .col .info dl dt{
	font-size: 126.6924%;
	line-height: 161.5058%;
}

.target .col .info .price-normal{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e4e5;
}
.target .col .info .price-normal dl dt:before{
	content:  "";
  width:  14px;
  height:  14px;
  display:  inline-block;
  background-color: #d2d2d1;
  border-radius:  50%;
	margin-right: 5px;
}
.target .col .info .price-normal dl dd{
  display:  inline-block;
	margin-left: 1.5em;
}
.target .col .info .price-special dl dt:before{
	content:  "";
  width:  14px;
  height:  14px;
  display:  inline-block;
  background-color: #f9c3b9;
  border-radius:  50%;
	margin-right: 5px;
}
.target .col .info .price-special dl dd{
	display:  inline-block;
  font-size: 126.6924%;
	line-height: 161.5058%;
}
.target .col .info .price-special dl dd:nth-of-type(1){
	margin-left: 20px;
}
.target .col .info .price-special dl dd:nth-of-type(2){
	margin-left: 65px;
}
.target .col .info .price-special dl dd:nth-of-type(2) p{
	color:#df0068;
}
.target .col .info .price-special dl dd b{
  padding-left: 0.5em;
	font-weight: 600;
}
.target .col .info .price-special dl dd p{
	margin: 15px 0 20px;
  font-size: 76.615%;;
	line-height: 120%;
}
.target .col .info .price-special dl dt{
	margin-bottom: 13px;
}
.target .col .info .order-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 13px;
	padding-left: 20px;
}
.target .col .info .order-box .total-3month{
	width: 38%;
	margin-right: 20px;
	text-align: left;
}
.target .col .info .order-box .btn-order {
	width: 50%;
	font-size: 101.6924%;
	line-height: 130%;
	text-align: center;
	position: relative;
}
.target .col .info .order-box .btn-order a {
	position: relative;
	display: block;
	padding: 10px 16px 10px 14px;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #df0068;
}
.target .col .info .order-box .btn-order a::after {
	position: absolute;
	display: inline-block;
	top: 36%;
	right: 20px;
	width: 6px;
	height: 14px;
	/* margin-left: 16px; */
	/* vertical-align: -3px; */
	background: url(../img/icn_arrow_right_white.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	content: "";
}
.target .col .info .order-box .btn-order .zaikokbn2 a {
	padding: 5px 16px 5px 14px;
}
.target .col .info .order-box .btn-order .zaikokbn0,
.target .col .info .order-box .btn-order .zaikokbn9 {
	display: block;
	padding: 10px 16px 10px 14px;
	border-radius: 25px;
	color: #807f7d;
	background: #d3d2cf;
}
.btn_mask {
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	background: rgba(0, 0, 0, 0.7);
}

.btn_mask span {
	font-size: 101.6924%;
	line-height: 100%;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.target .col .info .order-box .order-end {
	width: 50%;
	font-size: 101.6924%;
  color:#6d6d6d;
	line-height: 100%;
	text-align: center;
  padding: 10px 16px 10px 14px;
  border: 1px solid #b3b3b3;
	border-radius: 25px;
}
.target .col .tx-caution {
	margin-right: 15px;
	color: #323232;
	font-size: 86.1539%;
	letter-spacing: 0.05em;
	text-align: right;
}
.target .col .tx-caution a {
	color: #323232;
	text-decoration: underline;
}
.target .expire > div{
  background: #cecece;
}
.target .expire .notice {
  padding: 25px 35px 10px;
	border:1px solid #df0068;
  background: #fff;
}
.target .expire .notice .tx {
  margin-bottom: 20px;
  font-size: 126.6924%;
  color: #df0068;
	line-height: 161.5058%;
	text-align: center;
}
.target .note2{
	margin-top: 40px;
}
/*
* .service-flow
*/
.service-flow {
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
.service-flow h2 {
	width: 800px;
	margin: 0 auto 10px;
	padding: 42px 0;
	font-size: 146.1539%;
	text-align: center;
	letter-spacing: 0.3em;
	background-color: #fff;
}
.service-flow .block {
	position: relative;
	width: 800px;
	margin: 40px auto 0;
	padding: 40px 0 50px;
	text-align: center;
	background-color: #fff;
}
.service-flow h2 + .block {
	margin-top: 10px;
}
.service-flow .block:after {
	position: absolute;
	bottom: -27px;
	left: 50%;
	width: 40px;
	height: 16px;
	margin-left: -20px;
	background: url(../img/icn_service_flow_arrow.svg) no-repeat 50% 0;
	background-size: 100% auto;
	content: "";
}.service-flow .block:last-child:after {
	content: none;
}
.service-flow .block h3 {
	margin-bottom: 35px;
	font-size: 169.2308%;
	line-height: 100%;
}
.service-flow .block h3 .number {
	position: absolute;
	top: 32px;
	left: 30px;
	width: 36px;
	height: 36px;
}
.service-flow .block h3 + p {
	line-height: 180%;
}
.service-flow .block h3 + p .note {
	display: block;
	font-size: 84.6154%;
}
/*
* .inquiry
*/
.inquiry {
	padding-bottom: 60px;
	background-color: #f8f8f8;
  margin-bottom: 60px;
}
.inquiry h2 {
	width: 800px;
	margin: 0 auto 10px;
	padding: 40px 0;
	font-size: 146.1538%;
	text-align: center;
	letter-spacing: 0.3em;
	background-color: #fff;
}
.inquiry .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #fff;
}
.inquiry .block > div {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 399px;
	text-align: center;
}
.inquiry .block h3 {
	margin-bottom: 15px;
	font-size: 115.3847%;
	line-height: 100%;
}
.inquiry .block .number {
	margin-bottom: 15px;
	color: #df0068;
	font-size: 276.9231%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	line-height: 100%;
	letter-spacing: -0.03em;
}
.inquiry .block .acceptance {
	margin-bottom: 15px;
	font-size: 84.61539%;
	line-height: 100%;
}
.inquiry .block .time {
	font-size: 184.6154%;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
.inquiry .block hr {
	width: 1px;
	height: 116px;
	border: none;
	background-color: #dcdddd;
}

/* layout.css の変更による差分反映。 */
body {
  font: 13px / 1.231 arial, helvetica, clean, sans-serif;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
}

a:link, a:visited {
  color: #0C6792;
  text-decoration: none;
}

a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #333;
}

li {
  list-style: none;
}
