@charset "utf-8";
/* CSS Document */

.ImgW80 {
	max-width: 80%!important;
	margin-bottom: 40px;
	}

	.SubTitle {
	font-size: 1.4rem;
	color: #3e3a39;
	margin: 40px 0 30px 20px;
	}

.Effect ul {
	display: block;
	margin: 10px 0 35px 20px;
	}

	.Effect li {
	margin-bottom: 5px;
	}

	.Effect img {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
	}

.lowdose01 img {
	width: 70%;
	margin: 0 0 20px 15%;
}

.lowdose02 {
	margin-bottom: 40px;
}

.Bgwhite {
	background-color: #FFFFFF!important;
}

.bnls-listbox{
}

@media (min-width: 768px){

	.SubTitle {
	margin: 50px 0 30px 20px;
	}


	.Effect ul {
	display: block;
	width: 45%;
	margin: 0 0 50px 50px;
	float: left;
	}

	.Effect li {
	margin-bottom: 10px;
	}

	.Effect img {
	float: left;
	width: 45%;
	margin-left: 20px;
	}
	
	.lowdose01 div{
	width: 45%;
	margin: 0 0 20px 3% ;
		float: left;
}
	.lowdose01 div img {
	width: 70%;
		margin: 0;
}
}

.afterpill05 {
	padding: 23px 0 0px!important;
}

.afterpill05 img {
	float: right;
	width: 30%;
	margin: -50px 10px 0 20px;
}

.afterpill05 p {
	margin-top: 20px;
}

.afterpill06 {

}

.afterpill07 {
	padding: 10px;
}

.afterpill01 {
	padding: 37px 5px 0px!important;
}

.afterpill01 h2 {
	font-size: 1.8rem;
}

.afterpill01 span {
	color: #ea5514;
}

.afterpill01 table{
margin-bottom: 30px;
}

.afterpill08 {
	width: auto;
	background-color: #fee197;
	text-align: center;
	padding: 5px 0;

}

.afterpill01 table td {
		padding: 10px 5px;
	    font-size: 1.4rem;
    color: #595757;
    line-height: 1.75;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif!important;
	vertical-align: top;
}

@media (min-width: 768px){
	
	.afterpill01 img {
		width: 70%;
		margin-left: 15%;
		
	}
	.afterpill05 img {
	width: 15%;
	margin: -50px 10px 0 20px;
}
}

.BgBage {
	background-color: #fef5f1;
}

.St01 {
	margin: -40px -10px 0 10px;
    width: 30%;
    float: right;
}

.St01 img {
	width: auto;
}

.St02 {
	width: 40%;
	margin: 0 auto 30px;
}

.St02 img {
	width: auto;
}

@media (min-width: 768px){
	.St01 {
	margin: -100px -10px 0 10px;
    width: 15%;
}


.St02 {
	width: 25%;
	margin: 0 auto 20px!important;
}

.St02 img {
	width: auto;
}
	
	.St03 img {
		width: 80%;
		margin-left: 10%;
	}
}

.therma01 {
	margin: 20px 0;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.therma01 h3 {
	font-weight: normal;
	background-color: #a7dcf7;
	color: #1d2088;
	text-align: center;
	margin: 10px 0 20px 10%;
	width: 80%;
	border-radius: 5px;
	line-height: 2.2;
}

.therma03 ul {
	margin: 30px 0 30px 30px;
}

.therma03 li {
	margin-bottom: 20px;
	text-indent: -10px;
	line-height: 1.7;
}

.therma03 li::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #3e3a39;
	position: relative;
	left: -15px;
	top: 0px;
}

@media (min-width: 768px){
.therma01 {
	width: 70%;
	margin: 20px 15%;
	padding:30px;
}


.therma03 ul {
	margin: 50px 50px;;
}

.therma03 li {
	margin-bottom: 20px;
	text-indent: -10px;
	line-height: 1.7;
}

.therma03 li::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #3e3a39;
	position: relative;
	left: -15px;
	top: 0px;
}
	
	.ul01 img {
		width: 60%;
		margin-left: 20%;
	}
}



/*症例ボックス*/
.tobble_wrap {
	padding: 40px 0;
}
.toggle_contents {
    border-radius: 5px;
	margin-bottom: 20px;
}

.toggle_title {
	    background: #edeae0;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding: 5px 50px 5px 10px;
	position: relative;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .5);
	text-align: right;
}
.toggle_btn {
	display: inline-block;
	width: 100%;
	height: 32px;
	background: url(../../../img/common/icon01-02.png) no-repeat right top;
	background-size: 30px;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: url(../../../img/common/icon02-02.png) no-repeat right top;
	background-size: 30px;
}
.toggle_txt {
	display: none;
	margin: 0;
    padding: 10px;
    background: #fff;
}

.toggle_txt span {
	float: left;
	display: block;
	margin-bottom: 10px;
}

.Title {
	font-size: 1.5rem;
	text-align: center;
	width: 30%;
	margin-right: 5%;
	position: relative;
}

.Title::before {
	content: '';
  position: absolute;
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 70%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #9a8250;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.Setsumei {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	width: 60%;
	
}

.Setsumei02 {
	text-align: center;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	width: 100%;
}

.toggle_contents img {
	width: 80%;
	margin: 10px 0 20px 10%;
}

@media (min-width: 768px){
	.tobble_wrap {
	padding: 40px 0;
	margin-bottom: 40px;
}
	
	.toggle_contents {
width: 40%;
		margin: 0 3% 0 5%;
		float: left;
}

.toggle_title {
	padding: 10px 50px 10px 10px;
}
.toggle_btn {
	width: 40px;
	height: 32px;
	background: url(../../../img/common/icon01-02.png) no-repeat right top;
	background-size: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: url(../../../img/common/icon02-02.png) no-repeat right top;
	background-size: 20px;
}

}

.Gothic {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
/*症例ボックスここまで*/


/*症例ボックス20201105追加*/
.flexbox{
    display: flex;
    justify-content: space-between;
}

.subBox {
    width: 49%;
}
.subBox figure {
    width: 100%;
    margin: 0 auto 20px;
}
.subBox figure img{
    width: 100%;
}
.jsTxt {
    font-weight: bold;
    text-align: right;
    border-bottom: 2px solid #C9CACA;
}
.jsTxt a {
    padding: 17px 46px 13px 20px;
    display: block;
    position: relative;
    color: #84785A;
    letter-spacing: 2.8px;
    background-color: #EDEAE0;
}
.jsTxt a span {
    position: absolute;
    top: 66%;
    right: 4px;
    font-size: 0.85rem;
    color: #594C2B;
    font-weight: bold;
    transform: translateY(-50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.jsTxt a span img {
    display: block;
    margin: 0 auto 2px;
}
.jsTxt a .span02 {
    display: none;
}
.jsTxt.on a .span02 {
    display: block;
}
.jsTxt.on a .span01 {
    display: none;
}

.jsBox {
    display: none;
    padding: 10px;
    background: #FDF7F0;
}
.jsBox p {
    color: #84785A;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}
.jsBox .photo {
    margin: -10px auto 17px;
    width: 63.5%;
}
.jsBox .jsTitie {
    margin: 0 0 14px;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 2.8px;
    font-weight: bold;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.jsBox .jsTitie span {
    display: inline-block;
    text-align: center;
    padding: 8px 2px 7px;
    box-sizing: border-box;
    min-width: 172px;
    background-color: #C46794;
}

.caseDl{
    padding: 30px 35px;
}

.caseDl dt {
    width: 20%;
    float: left;
    clear: both;
    color: #9A8250;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #9A8250;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
.caseDl dd {
    min-height: 30px;
    padding: 2px 0 4px 7em;
    color: #595757;
    line-height: 1.75;
    box-sizing: border-box;
}
/*症例ボックスここまで*/


.LinkBox {
	padding: 30px 10px;
}

.LinkBox p {
	display: block;
	text-align: center;
	background-color: #edeae0;
	border-bottom: 2px solid #c9caca;
	line-height: 3;
}

.suikou01 {
	
}

.Suikou02 {
	border-bottom: 1px solid #d8a054;
	padding: 30px 0;
}

.Suikou02 h3 {
	color: #594c2b;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 3;
}

.suikou03 {
	border-bottom: none;
}

.PriceTitle {
	border: none!important;
	background-color: #ddf0f2;
}

.suikou04 {
	margin-bottom: 20px;
}

@media (min-width: 768px){
	.suikou01 {
	
}

	.Suikou02 img {
		width: 70%;
		margin: 0 15%;
	}
	
	.Suikou04 {
		width: 90%;
		margin: 0 auto;
	}
	
	.Suikou04 img {
		width: 30%;
		margin: 0;
	}
	
	.Suikou05 img {
		width: 70%;
		margin: 0 15%;
	}
}

.wprp01 img {
	width: 85%;
	margin: 0 0 0 10%
}

@media (min-width: 768px){
	.wprp01 img {
	width: 50%;
	margin: 0 25%;
}
	.wprp02 img {
		width: 60%;
		margin: 0 20%;
	}

}

.bnls01 img {
	margin-bottom: 20px;
}

.bnls01 h4 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.bright_column {
    background-color: #FDF7F0;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    padding: 30px 20px;
}

.bgwhite_column {
    background-color: #fff;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    padding: 30px 20px;
    display: flex;
}

.bgwhite_clearfix {
    display: flex;
    flex-flow: wrap;
}

.li-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 50%;
}

.li-left {
    text-align: left;
    margin:0;
    width: 30%;
    margin-right: 20px;
}

.li-left img {
    width: 100%;
}

.li-right {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.li-title {
    font-size: 1.2em;
    display: block;
    padding: 10px 0;
    float: right;
    color: #594c2b;
}

.li-title::after {
    clear: both;
    content: "";
    display: block;
}

.pink-box{
    color: #fff;
    background: #E95377;
    padding: 5px 0 5px;
    min-width: 60px;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .bnls01 img {
        width: 70%;
        margin: 0 0 20px 15%;

    }

    .bnls02 img {
        width: 70%;
        margin: 0 0 20px 15%;

    }

    .bnls03 img {
        width: 70%;
        margin: 0 0 20px 15%;

    }
}

@media (max-width: 768px) {
    .li-box {
        width: 100%;
        display: flex;
        flex-flow: row;
    }

    .li-left {
        width: 30%;
        margin-right: 15px;
    }

    .li-left img {
        width: 100%;
    }

    .li-right {
        width: 70%;
    }

    .pink-box {
        min-width: 55px;
    }

    .flexbox {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .subBox {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .caseDl {
        padding: 30px 0px;
    }
}