@charset "utf-8";
/* CSS Document */
.main_reset {
  margin: 20px auto 0;
  background: #f3ece1;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .main_reset {
    width: 100%;
    margin-top: 40px;
  }
}
.main_reset img {
  max-width: 100%;
  height:auto;
  margin: 0 auto !important;
  text-align: center;
  vertical-align: top;
  line-height: 1.0em;display: block;
}
h1.headerlogo {
  width: 300px;
  text-align: center;
  margin: 8px auto;
}
h3 {
  background: none;
  border: none;
}
div{vertical-align: top;}
div img {
  /* max-width: 100%;
  height:auto;
  margin: 0 auto;
  text-align: center;
	vertical-align: top;
	line-height: 1.0em;display: block; */
}
#wrapper.wrapper_n img {
  margin: inherit;
}
/* img {
  width: 100%;
  vertical-align: top;
  display: block;
} */
.menu_arrow {
  background: #3e3231;
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
/*.nav_frame {
  margin: 0;
  position: relative;
	padding:0;
}*/
#nav_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  vertical-align: middle;
  margin: 6px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav_ttl {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #434343;
  position: absolute;
  background: #d4aca5;
  width: 80%;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.foot_nav{width:60%;}

.nav_item {
  list-style: none;
  width: calc(100% / 2 - 8px);
  background: #271c1b;
  margin:4px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius:30px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;

}
.nav_item a {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
  text-decoration: none;
  height: 40px;
  display: block;
  vertical-align: middle;
  position: relative;
  border-radius:30px;
}
.nav_item a:hover {color:#271c1b;background:#e8e3d9;	border-radius:30px;
}
.nav_bg {background-position: center;
  background-repeat: no-repeat;
  background-size: contain;}

.menu_arrow ul {
  margin:0;
  padding:0;
}
.menu_arrow li:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #e8e3d9;
}
h2 {
  text-align: center;
  color: #736333;
  padding-top: 30px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
	background-image: url("../img/bg_h2_lead.png");
	background-repeat: repeat-x;
	background-size: contain;
  font-size: 24px;
}
h2.ttl_2nd{background:none;}

h2.ttl_dermedenpro {
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  background-image: url("../img/bg_ttl_dermedenpro.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 20px;
  padding: 70px 0;
  font-style: normal;
  font-size: 26px;
  color: #3c3133;
}

section {
  margin: 0;
  padding: 0 0 60px;
}

p.main_description{margin:20px;  line-height: 1.6em;}
section dl{
margin:10px;
}
section dl:last-child{
margin-bottom:0;
}

section img{width:100%;max-width:100%;height:auto;}
section dl dt {
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 21px;
color: #596971;
  text-align: center;
  margin: 4px 0 10px;
  font-weight: bold;
}
section dl dd {
	padding:15px;
  line-height: 1.6em;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  section dl dd {
    font-size: 14px !important;
  }
}

img.line_margin{padding:10px 0;}

/*注釈リスト*/
.note{font-size: 10px;list-style:none;margin:20px 0;line-height:1.6em;}
.note_frame{padding:20px;}
.note_frame li{margin-left:20px; list-style: disc;}
.note_frame li li{margin-left:20px; list-style: circle;}

.img_float_r img{float:right;width:40%;}
.img_float_l img{float:left;width:40%;}

.chart_arrow {
  margin: 10px auto;
  padding-bottom:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid #454545;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 0;
}

.embed_margin{margin-top:10px;}
.time_cycle{padding:10px 16px;line-height:1.6em;}
.time_cycle dt{padding:6px;line-height:1.6em;color:#383838;
	border-radius:0;
	border:none;
	border-bottom:2px dotted #505050;
    background:none;
	text-align:center;
	padding-bottom:10px;
	margin:10px auto;
	font-weight:bold;}
.time_cycle dd{font-size:100%;text-align:center;}
.time_cycle img{padding:20px 0;}
.time_cycle span{font-size: 13px;}

.dd_list dt{margin-top:30px;color:#181818;font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
.dd_list dd{
    position: relative;font-size: 14px !important;
    margin-left:15px;line-height:1.6em;
}
.dd_list dd:before {
    content: "";
    position: absolute;
    top:21px;
    left:0;
    width: 8px;
    height: 8px;
    background-color: #71612f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.dd_list dd:last-child{padding-bottom:0;margin-bottom:0;}
.dd_list table{width:99%;margin:20px 0;}
.dd_list table td{padding:6px 0;border-bottom:#4D4D4D dotted 1px;}

.homecare,.homecare dl,.homecare dt,.homecare dd .homecare img{margin:0; padding:0;}
.homecare{background:#2c2938;color:#fff;padding-bottom:30px;}
.homecare dd{margin:0 20px 20px;line-height:1.6em;}
.homecare dd ul{margin:20px 30px 0;line-height:1.6em;}
.homecare dd ul li {
  list-style: disc;
}
.homecare dd ul li li {
  list-style: circle;
}
.howtouse{background:#1a1820;}
dd.howtouse{margin:0 30px;}


/*料金表*/
.price_frame {
  width: 98%;
  margin: 0 auto;
  font-size: 13px;
  border-collapse: collapse;
}
.price_frame th, .price_frame td {
  table-layout: auto;
  padding: 8px 6px;
  background: #FFFFFF;
  line-height: 1.2em;
  border: 3px #f3ece1 solid;
  border-radius: 10px;
}
.price_frame th {
  background: #48758a;
  border: 3px #f3ece1 solid;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.price_frame th p{ font-size: 10px;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;}
.p_menu {
  width:40%;
  border-left: 10px solid #f3ece1;
  background: #FFFFFF;
  border-right: 1px dotted #48758a;
}

.discount_note{text-align:center;width:98%;font-size: 15px;color:#AB1113;margin:10px auto;line-height:1.6em;}

.sub_name {
  font-size: 10px;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;
}
.p_right {
  text-align: right;
  width:30%;
}
.p_right p {
  font-size: 10px;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;
}
.p_note {
  margin:0 10px 30px;
  font-size: 10px;
  line-height: 1.4em;
  border-left: solid 3px #3c3133;
  padding-left: 30px;
  list-style: disc;
}
.p_note li {
  margin-top: 8px;
}
.p_label_maruyama{background:#09398C;color:#fff;padding:4px;
/*border:1px solid #09398C;*/width:40%;margin:6px auto 2px;}
.p_label_kotoni{background:#D58A29;color:#fff;padding:4px;
	/*border:1px solid #D58A29;*/width:40%;margin:6px auto 2px;}
.top_link {
  border-radius: 6px;
  font-size: 19px;
  font-weight: normal;
  text-decoration: none;
  height: 40px;
  display: block;
  vertical-align: middle;
  margin: 20px auto;
  line-height: 40px;
  background: #ffffff;
	color:#4b5048;
	width:88%;
}
.top_link a,.top_link a:hover{text-decoration:none;	color:#4b5048;	display:block;
}
.top_link a:hover{background:#CF2D30;color:#ffffff;border-radius: 6px;}
/*治療の流れ*/
.flow_container {
display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, 50%);
grid-column-gap: 0px;
grid-row-gap: 0px;
border-bottom:2px solid #424141;
margin:10px 20px 0;
}

.flow_last{border-bottom: none;}
.flow_last_space{border-bottom: none;margin-bottom:50px;}
.flow_text_s{font-size: 15px;}
.flow_frame{border:1px solid #424141;text-align:center;}

.grid_step { grid-area: 1 / 1 / 2 / 2; }
.grid_title { grid-area: 2 / 1 / 3 / 2; }
.grid_icon { grid-area: 1 / 2 / 3 / 3; }

div.c_flow_step{
	background-color:#424141;
	color:#fff;
	border-radius:30px;
	line-height: 1.6em;
	margin:0 20px 10px;
	height:auto;
	padding:0 20px;
    font-weight: bold;
	font-size: 22px;
	font-style: italic;
	/*position: relative;
	top:50px;*/
	text-align:center;}

.c_flow_title{font-weight: bold;
	font-size: 19px;
	margin:0 0 10px;
	text-align:center;
	color:#424141;
	line-height: 1.2em;
}
.c_flow_icon{
	text-align:center;
	max-width:80%;
	margin:0 auto 20px;
}
.c_flow_exp{line-height:1.6em;
  padding: 10px 20px;
}

.c_flow_exp p{font-size: 12px;line-height:1.6em;
  padding:0;margin:10px 0;
}

.triangle {
margin:10px auto;
 width:0;
  height:0;
  border-style: solid;
 border-top: 30px solid #ffc524;
 border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 0;
}

/* footer{background:#2E2E2E;
}	

footer img {
  width: 300px;
  text-align: center;
  margin: 0 auto;
} */
.l-section {
  margin-top: -200px;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: -120px;
    padding-top: 120px;
  }
}