
#contents .mvArea {
	display: block;
	height: 425px;
	width: 1032px;
}
#maincontents #dermatologyBox {
}

#sidemenu #sideCareMenu {
	display: none;
}
#sidemenu #agaBnn {
	display: inline-block;
	margin-left: 13px;
		}

#footer {
}
/*.effect
{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	behavior:url(/css/PIE.htc);
	position:relative;
}
.effect:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
	behavior:url(/css/PIE.htc);
}
.effect:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
	behavior:url(/css/PIE.htc);
}*/
#dermatologyBox h2 {
	background: url(/top_img/title_dermatology.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 301px;
	margin-bottom: 16px;
}
#dermatologyBox h2 a,
#plasticBox h3 a,
#skincareBox h3 a {
	display:block;
}
#plasticBox h3 {
	background: url(/top_img/title_plastic.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 286px;
	margin-bottom: 16px;
}
#skincareBox h3 {
	background: url(/top_img/title_skincare.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 294px;
	margin-bottom: 19px;
}


.effect {
	border-bottom: 1px solid #EDE4C2;
	padding-bottom: 28px;
}
.effect ul,
#skincareBox ul {
	margin-left: 10px;
	width: 710px;
}
#skincareBox ul {
	width: 725px;
	margin-bottom: 15px;
	}

.effect ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
#skincareBox ul li  {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#skincareBox .textlink {
	background: url(/cmn_img/icon.png) no-repeat 1px 0px;
	padding-left: 16px;
}

#questionnaire {
	border: 1px solid #EEE9DD;
	padding: 21px 19px;
	float: left;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(/css/PIE.htc);
	position:relative;
	width: 680px;
	margin: 19px 0px 24px;
}
#questionnaire .left {
	padding-right: 19px;
	width: 150px;
}
#questionnaire .right {
	width: 505px;
	margin-bottom:10px;
}

#questionnaire h4 {
	background: url(/top_img/bar_download.png) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 505px;
	margin-bottom: 15px;
}
#questionnaire .dlLink {
	background: url(/cmn_img/icon_dl.png) no-repeat left center;
	padding-left: 14px;
	margin-top: 15px;
}
#questionnaire p {
	font-size: 13px;
	line-height: 150%;
}

#questionnaire .dlLink a {
	font-weight: bold;
	color: #2EBE88;
}
#informationBox h4 {
	background: url(/top_img/title_information.png) no-repeat;
	height: 25px;
	width: 81px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#informationBox dl {
	margin-bottom: 30px;
}
#informationBox dt {
	width: 119px;
	margin-left: 15px;
	padding: 0px;
	float: left;
}
#informationBox dd {
	padding-left:135px;
}
#blog_info h4 {
	background: url(/top_img/title_blog.png) no-repeat;
	height: 25px;
	width: 166px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#blog_info ul {
	margin-bottom:30px;
	margin-left: 15px;
}
#blog_info ul li {
	line-height:180%;
}
#greeting {
	border: 1px solid #EEE9DD;
	padding: 21px 19px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(/css/PIE.htc);
	width: 680px;
	margin: 19px 0px 24px;
	font-size:13px;
}
#greeting h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom: 1px solid #EEE9DD;
}
.greenBox {
	padding:15px 15px 10px;
	margin:10px;
	background:#F0FDFB;
	border:1px solid #DDD;
}
.greenBox p {
	margin-bottom:6px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 28px;
  color: #333;
}
.close-text{
	margin-top: 20px ;
	text-align: center;

}
.close-text p{
	display: inline-block;
	color: #333;
	text-align: center;
	font-size: 18px;
	padding: 0.4em 1.6em;
	border: 1px #333 solid;
	border-radius: 3px;
	cursor: pointer;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
#js-show-popup{
    z-index: 10;
    padding-top: 0;
}
.popup_top_text{
	text-align: center;
	font-size: 2rem;
    position: relative;
    padding: 0 55px;
}
.popup_top_text:before, .popup_top_text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: black;
}

.popup_top_text:before {
  left:0;
}
.popup_top_text:after {
  right: 0;
}
.popup_top_text_02{
	text-align: center;
	font-size: 1.5rem;
	margin: 20px 0;
	color: #1790d0;
	font-weight: bold;
}
.js-show-popup_img{
	width: 230px;
}

header {
  position: fixed;
  top: 200px;
  margin-left: 30px;
  width: 410px;
  height: 228px;
  z-index: 2;
  float: right;
  transition: .3s;
  background: url(/top_img/noticeA.png) no-repeat;
}
header.is-animation {
  top: 10px;
  }
header h1 {
  width: 410px;
  height: 228px;
}
.is-animation {
  background: url(/top_img/noticeA_small.png) no-repeat;

}
.important_text{
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px;
}
.important_text_02{
    font-size: 1rem;
    text-align: center;
    margin: 0px;
}
.important_text_03{
    font-size: 1.8rem;
    text-align: center;
    margin: 0px;
}
.important_text_04{
    font-size: 0.7rem;
    text-align: center;
    margin: 0px;
}
.icon {
    font-size: 2.5rem;
    text-align: center;
    display: block;
}
.important_text_next{
	font-size: 1rem;
	text-align: left;
    margin: 0 0 10px;
}
#contents .top_Heading{
	color: #2094d2;
   font-size: 24px;
   text-align: center;
   margin: 30px 0;
   font-weight: bold;
}
/* スマホのみ表示 */

.sp{
	display: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   1032px
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1032px) {
	#contents .mvArea,
	.effect ul,
	#skincareBox ul,
	#greeting,
	#questionnaire,
	#questionnaire h4,
	#questionnaire .right{
		width: 100%;
		min-width: auto;
		box-sizing: border-box;
		margin-left:0;
		margin-right:0;
		height:auto;
	}
	#contents .mvArea{
	}
	header,
	#topicpath,
	#js-show-popup,
	.popup,
	#questionnaire .left,
	#questionnaire .confusion .bold br{
		display:none;
	}

	.effect ul,
	#skincareBox ul{
		display:flex;
		flex-wrap:wrap;
	}
	.effect ul li{
		float:none;
		margin:0 0.5% 5px;
		width:130px;
	}
	#skincareBox ul li{
		float:none;
		margin:0 0.5% 5px;
		width:164px;
	}
	.effect ul li img{
		vertical-align: bottom;
	}
	#sidemenu #agaBnn{
		display;none;
	}

	#questionnaire{
		display: flex;
		flex-wrap:wrap;
		float:none;
	}
	#questionnaire .right{
		order:2;
		float:none;
	}
	#questionnaire .ondate{
		order:3;
	}
	#questionnaire .confusion{
		order:1;
		padding:0 0 25px;
		font-size:14px;
	}
	#questionnaire .confusion .bold{
		font-size:18px;
		margin:0 0 10px;
	}

	#questionnaire .confusion p{
		font-size:14px;
	}

	/* sp_only */
	.hoken_caution{
		margin:0 5px 20px;
		padding:15px;
		border:3px double #ccc;
		color:#f80;
		font-weight:bold;
		text-align:center;
	}
	.hoken_caution .title{
		font-size:21px;
	}
	.hoken_caution .text{
		text-decoration:underline;
	}

	.top_sptel{
		margin:15px 0 25px;
	}
	.top_sptel .tel{
		text-align:center;
		margin-bottom:20px;
	}
	.top_sptel .time{
		font-size:130%;
	}

	.sp_nopopup{
		padding:15px 2%;
		border:3px double #ccc;
		border-radius:10px;
		margin:30px 0;
	}
	.sp_nopopup .popup_top_text:before,
	.sp_nopopup .popup_top_text:after{
		display: none;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   425px
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 425px) {
	.effect ul li,
	#skincareBox ul li{
		margin:0 0.5% 5px;
		width:32.3%;
	}
	#skincareBox ul li,
	#plasticBox.effect ul li{
		width:49%;
	}
	#skincareBox ul li img,
	#plasticBox.effect ul li img{
		width: 100%;
	}

	/* sp_only */
	.hoken_caution .title{
		font-size:15px;
	}
	.hoken_caution .text{
		font-size:12px;
	}
	.sp_nopopup .popup_top_text{
		font-size: 22px;
	}
	.sp_nopopup .popup_top_text_02{
		font-size: 17px;
	}
	.pc{
		display:none;
	}
	.sp{
		display: block;
	}
	#contents .top_Heading{
		padding: 0 2%;
      	font-size: 20px;
      	line-height: 1.2;
	}
}


/* ??dx */
#dx {
	margin-left: 20px !important;
}

#dx h4 {
	border-left: 4px solid #2E9BD5;
	padding-left: 6px;
	padding-top: 2px;
	margin-left: -18px;
	font-weight: 700;
}

.dx-infoListBox {
	margin-top: 20px;
}

.dx-infoList li {
	list-style-type: disc;
}


.dxText {
	margin-top: 10px;
}

.dxShomei {
	margin-top: 10px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#contents .top_Heading .Sp{
		display: block;
	}
	#contents .top_Heading .sp_Name{
		font-size: 26px;
	}
}