@charset "utf-8";
/* CSS Document */
body, div {
    box-sizing: border-box;
}
/* pc sp */	
.view_pc {
    display: none;
}
.view_sp {
    display: block;
}

@media screen and (min-width: 768px) {
.view_pc {
    display: block;
}
.view_sp {
    display: none;
}
}
/* common */

.beauty_tips {
    font-size: 18px;
    line-height: 1.5;
    color: #313131;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.beauty_tips main {
    background: #fff;
    padding: 0 0 20px;
}
}
.beauty_tips div {
    line-height: 0;
}
.beauty_tips img {
    width: 100%;
}
	
.beauty_tips video {
  /*iPhone safariの枠線を消す*/
  filter: drop-shadow(0px 0px rgba(0,0,0,0));

  /*PCのChromeの枠線を消す*/
  outline: none;
  border: none;
	margin: 0;
	padding: 0;
}
.beauty_tips .center {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.beauty_tips h2 {
    display: block;
	background-color: transparent;
	padding-top: 30px;
	margin: 0 5% 25px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	    font-size: 1.9rem;
	border-top: 1px solid #eee;
}
	.beauty_tips h2 span.line_green {
		padding: 6px 17px 3px 12px;
		font-size: 1.6rem;
		background: #385323;
		border-radius: 0 50px 50px 0;
		color: #fff;
	}
	.beauty_tips h2 span.txt_green {
    color: #0c612e;
}
.beauty_tips .small {
    font-size: 13px;
	text-align: right;
	margin-top: 10px;
}

.beauty_tips .caution {
	font-size: 0.5em;
	vertical-align: top;
}

/* fv */
.beauty_tips .fv,.beauty_tips h1 {
    margin: 0;
	padding: 0;
}
.beauty_tips .fv {
	width: 100%;
	height: auto;
	}

@media screen and (min-width: 768px) {
	.beauty_tips .fv {
	width: 550px;
	height: auto;
		 margin: 0 auto;
	}
}



/* content_wrap */
.beauty_tips .content_wrap {
    padding: 20px 0 10px;
}

@media screen and (min-width: 768px) {
.beauty_tips .content_wrap {
    width: 550px;
    margin: 0 auto;
    padding: 30px 0 10px;
}
}
	.profile_wrap {
		 padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
.beauty_tips .profile_wrap {
    width: 550px;
    margin: 0 auto;
    padding: 30px 25px 30px;
}
}
.beauty_tips .fv_lead {
	margin: 25px 5% 0;
	line-height: 1.7;
	color: #0c612e;
}
.beauty_tips .content_wrap p {
	margin: 0 5% 25px;
	line-height: 1.7;
}
	.content_wrap .images {
		margin: 0 5% 20px;
	}	
	
.beauty_tips span.name-blue {
    color: #009fb9;
}
.beauty_tips span.name-green {
    color: #1c8d3d;
}
	.beauty_tips .name-small {
		font-size: 13.5px;
	}
	.beauty_tips .strong {
		font-weight: 600;
	}
/* 2tu narabi */
@media screen and (min-width: 768px) {
.flex_2col {
    display: flex;
	justify-content: space-between;
}    
	.flex_2col p {
		margin: 0 3%;
	}	
	
	.flex_2col .left {
		width: 60%;
	}
	.flex_2col .right {
		width: 33%;
	}
}
/* h2 pc sp */
.beauty_tips .menu h2 {
    background-color: transparent;
}

@media screen and (min-width: 768px) {
.beauty_tips .menu h2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.beauty_tips .message h2, .beauty_tips .history h2 {
    width: 236px;
    margin-left: auto;
    margin-right: auto;
}
}
/* bg_green_area */
.beauty_tips .bg_green_area {
   margin: 40px auto 0;
		padding: 40px 3% 45px;
	width: 100%;
	height: auto;
	background: #E0EFD8;
}
@media screen and (min-width: 768px) {
	.beauty_tips .bg_green_area {
		width: 550px;
		height: auto;
	}
}
	.beauty_tips .bg_green_area .images {
		margin-bottom: 10px;
	}
/* btn */	
.beauty_tips .cat-btn-wrapper {
    margin: 20px auto 0;
width: calc(500 / 750 * 100vw);
}

@media screen and (min-width: 769px) {
.beauty_tips .cat-btn-wrapper {
    margin: 25px auto 0;
    max-width: 550px;
}
}
.beauty_tips .cat-btn {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 45px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1;
    text-decoration: none;
}
/* アイコンのスタイル */
.beauty_tips .cat-btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
.beauty_tips .cat-btn {
    margin: 25px auto 0;
    width: 70%;
	height: 54px;
}
}
.beauty_tips .cat-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
.beauty_tips .cat-btn:hover::after  {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* pagetop */
p.pagetop {
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 40px 0 20px;
}
p.pagetop:hover, p.pagetop:active {
    text-decoration: underline;
}