@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/

body {
	word-wrap: break-word;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* main
----------------------------------------------------------------*/

main {
	margin-right: auto;
	margin-left: auto;
}

/* heading
----------------------------------------------------------------*/

#benefit h3,
#benefit h4,
#benefit h5,
#benefit h6 {
	font-weight: bold;
	line-height: 1.5;
}

#benefit h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 40px;
	letter-spacing: 0.04em;
	text-align: center;
}

#benefit h3.line-ttl:before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
	content: '';
}

#benefit h3 span {
	display: inline-block;
	z-index: 2;
	position: relative;
	padding: 0 40px;
	background-color: #fff;
	text-align: center;
}

#benefit h4 {
	color: #000;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.23;
}

/* p,a
----------------------------------------------------------------*/

#benefit p {
	margin: 0;
	font-size: 16px;
}

#benefit a img {
	display: block;
	max-width: 100%;
}
/*
#benefit a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
}

#benefit a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}*/

/* img
----------------------------------------------------------------*/

#benefit img {
	display: block;
	max-width: 100%;
	margin: auto;
}

#benefit a.btn {
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.2s ease;
	position: relative;
}

#benefit a.btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
#benefit a.btn:hover {
	background: #0086D6;
}

#benefit .cont,
#benefit .cont_l {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

#benefit .red {
	color: #0086D6;
}

#benefit .pc-none {
	display: block;
}

#benefit .sp-none {
	display: none;
}

/* common-parts
----------------------------------------------------------------*/

#benefit .signup-ttl {
	background: #0086D6;
	text-align: center;
}

#benefit .signup-ttl:before {
	display: inline-block;
	width: 100px;
	height: 47px;
	margin-right: 20px;
	margin-top: 10px;
	background-image: url('../img/1000OFF_coupon_wh.png');
    background-repeat:  no-repeat;
	background-size: contain;
	vertical-align: sub;
	content: '';
}

#benefit .signup-ttl h3 {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.04em;
	line-height: 1.5;
    text-align: left;
}

#benefit .signup-ttl h3:before {
	content: none;
}

#benefit .signup-ttl h3 span {
	position: inherit;
	padding: 0;
	background: none;
	font-size: 26px;
	text-align: inherit;
}

#benefit .signup-ttl_red {
	background: none;
}

#benefit .signup-ttl_red:before {
	display: inline-block;
	width: 100px;
	height: 47px;
	margin-right: 20px;
    margin-bottom: 10px;
	background-image: url('../img/1000OFF_coupon.png');
    background-repeat:  no-repeat;
	background-size: contain;
	vertical-align: sub;
	content: '';
}

#benefit .signup-ttl_red h3 {
	color: #000;
}

#benefit .benefit-box {
	position: relative;
	padding: 20px;
	border: 1px solid #d0d0d0;
	background: #fff;
	text-align: center;
}

#benefit .benefit-box .benefit-box_num {
	position: absolute;
	top: -1px;
	left: 4.34%;
	width: 11.85%;
	height: auto;
}

#benefit .benefit-box .benefit-box_num img {
	width: 100%;
	height: 100%;
}

#benefit .benefit-box .benefit-box_ttl {
	margin-bottom: 5px;
}

#benefit .benefit-box .benefit-box_icon {
	margin-bottom: 20px;
}

#benefit .benefit-box .benefit-box_icon img {
	width: 100px;
	height: auto;
}
#benefit .benefit-box .benefit-box_icon.square {
    margin-top: 30px;
    margin-bottom: 30px;
}
#benefit .benefit-box .benefit-box_icon.square img {
	width: 140px;
	height: auto;
}

#benefit .benefit-box .benefit-box_txt {
	text-align: left;
}

#benefit .benefit-list ul {
	-ms-flex-wrap: wrap;
	-ms-flex-pack: center;
	-ms-flex-align: start;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

#benefit .benefit-list ul li {
	width: 50%;
	padding: 0 20px;
}

#benefit .benefit-list ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------------/
	mv
/--------------------------------------------------------------------*/

#benefit .mv .mv-contents {
	padding: 30px 20px;
	background: #f0eeef;
	text-align: center;
}

#benefit .mv .mv-contents .mv-contents_ttl {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------------/
	good
/--------------------------------------------------------------------*/

#benefit .good {
	padding: 40px 0;
}

/*--------------------------------------------------------------------/
	easy
/--------------------------------------------------------------------*/

#benefit .easy {
	padding: 40px 0;
}

/*--------------------------------------------------------------------/
	more
/--------------------------------------------------------------------*/

#benefit .more {
	padding: 40px 0 80px;
}

#benefit .more .more-subttl {
	margin-bottom: 10px;
	text-align: center;
}

#benefit .more .more-subttl p {
	margin-bottom: 14px;
	font-size: 36px;
	font-weight: bold;
}

#benefit .more .more-subttl p:before {
	content: "＼";
}

#benefit .more .more-subttl p:after {
	content: "／";
}

#benefit .more .more-subttl h4 {
	padding: 10px 0;
	background: #f0eeef;
	color: #000;
}

#benefit .more .more-subttl h4:before {
	display: inline-block;
	width: 50px;
	height: 36px;
	margin-right: 20px;
	background-image: url(../img/icon/icon_mail.svg);
	background-size: contain;
	vertical-align: text-top;
	content: '';
}

#benefit .more .more-txt {
	margin-bottom: 40px;
	text-align: center;
}

#benefit .more .more-list ul li {
	width: 33.333333%;
	padding: 0;
}

#benefit .more .more-list ul li .more-box {
	padding: 90px 20px 40px;
}

#benefit .more .more-list ul li .more-box .more-box_num {
	width: 16.3%;
}

#benefit .more .more-list ul li .more-box .more-box_icon {
	margin-bottom: 30px;
}

#benefit .more .more-list ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 0;
}

/*--------------------------------------------------------------------/
	signup
/--------------------------------------------------------------------*/

#benefit .signup .signup-ttl {
	position: relative;
	padding: 40px 0;
}

#benefit .signup .signup-ttl:after {
	display: block;
	position: absolute;
	bottom: -29px;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-bottom-width: 0;
	border-top-color: #0086D6;
	content: "";
}

#benefit .signup .signup-box_wrap {
	padding: 60px 0;
	background: #f0eeef;
	text-align: center;
}

#benefit .signup .signup-box {
	max-width: 80%;
	margin: auto;
	padding: 30px 20px;
	background: #fff;
}

#benefit .signup .signup-box .signup-box_ttl {
	margin-bottom: 10px;
}

#benefit .signup .signup-box .signup-box_ttl h4 {
	color: #000;
}

.signup .signup-box .signup-box_ttl h4 img {
	display: inline-block;
	width: auto;
	height: 34px;
	vertical-align: middle;
}

#benefit .signup .signup-box .signup-box_txt {
	margin-bottom: 20px;
}

.signup .signup-box .signup-box_btn {
	margin-bottom: 20px;
}

#benefit .signup .signup-box .signup-box_btn a.btn {
	max-width: 400px;
	font-size: 20px;
}

#benefit .signup .signup-box .signup-box_btn_red a.btn {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	position: relative;
}

#benefit .signup .signup-box .signup-box_btn_red a.btn:hover {
	border: 1px solid #0086D6;
	background: #0086D6;
}
#benefit .signup .signup-box .signup-box_btn_red a.btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

#benefit .signup .signup-box .signup-box_link a {
	text-decoration: underline;
}

#benefit .signup .signup-box:first-child {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {

#benefit .pc-none {
	display: none;
}

#benefit .sp-none {
	display: block;
}

#benefit .more .more-list ul li:not(:last-child) .more-box {
	border-right: none;
}

}

@media print, screen and (max-width: 979px) {

#benefit h4 {
	font-size: 20px;
}

#benefit .cont_l {
	padding: 0;
}

#benefit .signup-ttl h3 {
	font-size: 18px;
}

#benefit .signup-ttl h3 span {
	font-size: 24px;
}

#benefit .more .more-subttl h4 {
	margin-right: -20px;
	margin-left: -20px;
}

}

@media print, screen and (max-width: 767px) {

#benefit h3 {
	margin-bottom: 14px;
	font-size: 26px;
}

#benefit h3:before {
	content: none;
}

#benefit h3 span {
	padding: 0;
	background: inherit;
}

#benefit h4 {
	line-height: 1.3;
}

#benefit p {
	font-size: 14px;
}

#benefit a {
	font-size: 14px;
}

#benefit a.btn {
	max-width: 280px;
	font-size: 15px;
}
#benefit .signup-ttl:before {
	margin-right: 3%;
	vertical-align: baseline;
}

#benefit .signup-ttl h3 {
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
}

#benefit .signup-ttl h3 span {
	font-size: 20px;
}

#benefit .signup-ttl_red:before {
	margin-right: 3%;
	vertical-align: baseline;
}

#benefit .benefit-box .benefit-box_num {
	left: 2.9%;
	width: 40px;
}

#benefit .benefit-list ul li {
	width: 100%;
	padding: 0;
}

#benefit .benefit-list ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 0;
}

#benefit .benefit-list ul li:not(:last-child) {
	margin-bottom: 18px;
}

#benefit .mv .mv-contents {
	padding: 20px 0;
}

#benefit .good {
	padding: 35px 0;
}

#benefit .easy {
	padding: 35px 0;
}

#benefit .more {
	padding: 35px 0 60px;
}

#benefit .more .more-subttl p {
	font-size: 20px;
}

#benefit .more .more-subttl h4 {
	font-size: 14px;
}

#benefit .more .more-subttl h4:before {
	width: 30px;
	height: 22px;
	margin-right: 12px;
}

#benefit .more .more-txt {
	margin-bottom: 20px;
}

#benefit .more .more-list ul li {
	width: 100%;
}

#benefit .more .more-list ul li .more-box {
	padding: 20px;
}

#benefit .more .more-list ul li .more-box .more-box_num {
	left: 2.9%;
	width: 40px;
}

#benefit .more .more-list ul li .more-box .more-box_icon {
	margin-bottom: 20px;
}

#benefit .more .more-list ul li:not(:last-child) {
	margin-bottom: 18px;
}

#benefit .signup .signup-ttl {
	padding: 20px 0 25px;
}

#benefit .signup .signup-ttl:after {
	bottom: -9px;
	border: 10px solid transparent;
	border-bottom-width: 0;
	border-top-color: #0086D6;
}

#benefit .signup .signup-box_wrap {
	max-width: none;
	padding: 30px 20px;
}

#benefit .signup .signup-box {
	max-width: none;
}

#benefit .signup .signup-box .signup-box_ttl {
	margin-bottom: 20px;
}

#benefit .signup .signup-box .signup-box_ttl h4 img {
	height: 26px;
}

#benefit .signup .signup-box .signup-box_btn a.btn {
	max-width: 280px;
	font-size: 15px;
}

#benefit h3.line-ttl:before {
	display: none;
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
	content: '';
}
}


/* header modify */
#benefit .head-tool__sns a {
  display: inline-block;
}