@charset "utf-8";
.mens_mv {
    /* background-image: url(../img/sub/menu/menu_mv.jpg); */
}

.mens_sec {
    padding-bottom: 150px;
}

h3 {
	margin-top: 80px;
	margin-bottom: 50px
}

h5 {
	color: #9578D3;
}

.mt10 {
	margin-top: 10px;
}

.option {
	position: relative;
	background-color: #9578D3;
	padding: 22px 20px 22px 65px;
	margin: 30px 0 !important;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}

.option::before {
	content: url(../img/common/plus.svg);
	width: 30px;
	position: absolute;
	left: 23px;
	top: 22px;
	line-height: 0;
}

.sub_sub_item ul li.col-sm-4 {
    margin-bottom: 50px;
}

.sub_sub_item ul li h5 {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}

.sub_sub_item ul li .mens_tag {
    margin-top: 10px;
    padding: 4px 10px;
    background: #EEECE8;
}

.pore_care li {
    display: flex;
    padding: 2.5rem 0;
    border-bottom: 1px solid #DBDBDB;
}

.pore_care li:first-child {
    border-top: 1px solid #DBDBDB;
}

.pore_care li figure {
    width: 100px;
    margin-right: 30px;
}

.pore_care .flex-1, .option_menu .flex-1 {
    flex: 1;
}

.pore_care .font-weight-bold {
	font-size: 1.8rem;
    margin-bottom: 10px;
}
.mens_sec ul {
	margin-bottom: 2.5rem;
}
.option_menu li {
    display: flex;
    padding: 15px 25px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
	background-color: #F7F7F9;
	margin-bottom: 20px;
}
.option_menu .font-weight-bold {
	font-size: 1.8rem;
}
.option_menu span {
	padding: 2px 9px;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #9578D3;
	color: #fff;
	border-radius: 10px;
}
.option_menu2 h6 {
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 1.6rem !important;
	font-weight: bold;
	padding-left: 18px;
}

.option_menu2 h6::before {
	content: url(../img/common/dot2.svg);
	width: 6px;
	position: absolute;
	left: 4px;
	top: 9px;
	line-height: 0;
}
.option_menu2 p {
	color: #9578D3;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.option_menu2 .special {
	color: #D10015;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 4rem;
	margin-bottom: 1.0rem;
}
.option_menu2 p.small {
	font-size: 80%;
	color: #1A1A1A;
	font-weight: normal;
}
.tr {
	text-align: right;
}
.option_menu2 table {
	width: 100%;
	margin-bottom: 1rem;
}
.option_menu2 table thead {
	background-color: #F7F7F9;
}
.option_menu2 table td {
    padding: 15px 20px;
	border-left: 1px solid #DDDDDD;
}
.option_menu2 table td:first-child {
	border-left: none;
}

.sub_item dl dt {
    margin-bottom: 7px;
}

.sub_item dl dd:not(:last-of-type) {
    margin-bottom: 20px;
}

#gallery-1 img {
	border: none !important;
}

.gallery-item {
	padding: 0 10px;
	margin: 0;
}
.footerarea p.caution {
	background-color: #F7F7F9;
	font-weight: bold;
	font-size: 2rem;
	padding: 45px;
	border-radius: 60px;
	text-align: center;
}
.footerarea p.special {
	color: #9578D3;
	font-weight: bold;
}
.footerarea .borderarea {
	border: 6px solid #F7F7F9;
	padding: 50px;
}

.footerarea table td {	
	padding: 30px 0;
}
.page .footerarea p strong {
	font-size: 1.8rem;
	display: block;
	margin: 10px 0;
}
.page .footerarea table tr:first-child p strong {
  margin-top: 0;
}
.page .footerarea table tr:first-child {
  border-top: none;
}
.page .footerarea table tr:last-child {
  border-bottom: none;
}
.page .footerarea table tr:first-child td {
  padding-top: 0;
}
.page .footerarea table tr:last-child td {
  padding-bottom: 0;
}
.page main .footerarea img.alignleft {
  margin: 25px 30px 0 0;
}

@media screen and (max-width: 767px) {
    .mens_sec {
        padding-bottom: 12vw;
    }
}

@media screen and (max-width: 479px) {
    .pore_care li figure {
        margin-right: 15px;
    }
}