<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*----共通---------------------------*/

strong {
    font-weight: bold;
}

/**テーブル装飾**/

.tl-top-white{
    background-color: #FFF !important;
    border-top:#FFF solid 1px;
    border-left:#FFF solid 1px;
}
.tl-top-l{
    border-radius: 1.8vw 0 0 0;
    border-top:#FFF solid 1px;
    border-left:#FFF solid 2px;
}
.tl-top-r{
    border-radius: 0 1.8vw 0 0;
    border-top:#FFF solid 1px;
    border-right:#FFF solid 1px;
}
.tl-top{
    border-top:#FFF solid 1px;
}
.bg-green1{
    background-color: #7ac5c5 !important;
    color: #FFF !important;
    font-weight:bold;
}
.bg-green2{
    background-color: #d9e8ea !important;
    color: #333 !important;
    font-weight:bold;
}
.bg-green3{
    background-color: #3c9db3 !important;
    color: #FFF !important;
    font-weight:bold;
}
.bg-red{
    background-color: #da4f70 !important;
    color:#FFF !important;
    font-weight:bold;
}
.bg-pink{
    background-color: #fef4f5 !important;
}

.bg-yellow{
    background-color: #fff2b8;
}

.line-red-t{
    border-top:#da4f70 5px solid !important;
}
.line-red-b{
    border-bottom:#da4f70 5px solid !important;
}
.line-red-l{
    border-left:#da4f70 5px solid !important;
}
.line-red-r{
    border-right:#da4f70 5px solid !important;
}

.th-a{
    color:#FFF !important;
    font-weight:bold;
    text-decoration: underline !important;
}
.w_21{
	width:21% !important;
}

.pd-1per{
	padding: 1%;
}


/**ナンバー(うっすらブルー)**/
span.n00 {
    /*
        overflow: unset;
    display: inline-block;
position: absolute;
    width: 30px;
    height: 30px;
    top: -8px;
    left: -8px;*/
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2em;
    color: rgba(25,137,215,0.35);

}
span.n01::before {
position: absolute;
    content: '01';
    top: -8px;
    left: -8px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.2em;
    color: rgba(25,137,215,0.3);
}
span.n02::before {
position: absolute;
    content: '02';
    top: -8px;
    left: -8px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.2em;
    color: rgba(25,137,215,0.3);
}
span.n03::before {
position: absolute;
    content: '03';
    top: -8px;
    left: -8px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.2em;
    color: rgba(25,137,215,0.3);
}

/*-------/maibotsu/の症例写真紹介ボックス-----------*/
.flex-photo {
    display: flex;
}

.flex-photo .item-1 img, .flex-photo .item-2 img, .flex-photo .item-3 img {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    border: solid 3px #FFF;
}

.flex-photo .item-1, .flex-photo .item-2, .flex-photo .item-3 {
    margin: 2% 1%;
    width: 33%;
    padding: 1%;
    border-radius: 10px;
}

.flex-photo .item-1{
	background-color: #ede4e1;
}
.flex-photo .item-2{
	background-color: rgba(217,232,234,0.7);
}
.flex-photo .item-3{
	background-color: rgba(224,188,190,0.7);
}

#contents_center .h3-photo{
	font-size: 1em !important;
    padding: 2%;
    margin: 1% auto 3% auto;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
}

#contents_center .h3-photo::before,#contents_center .h3-photo::after{
	content: none;
}
#contents_center .item-1 &gt; h3.h3-photo{
	color: #666 !important;
}
#contents_center .item-2 &gt; h3.h3-photo{
	color: #008b8b !important;
}
#contents_center .item-3 &gt; h3.h3-photo{
	color: #974c58 !important;
}

.bg-white-box {
    margin: 3% 0;
    padding: 3%;
    line-height: 1.6em;
    font-size: 0.9em;
    color: #111;
    background: rgba(255,255,255,0.8);
}

/*プロセス */

ul.Easy_detail{
	width: 95%;
}

.Easy_detail i.fa.fa-caret-down {
    color: #016460 !important;
}

#contents_right_in .sub_cont_text p.pros_ttl, p.pros_ttl {
    background: #d9e8ea;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.1em;
    line-height: 2em !important;
    overflow: hidden;
}
#contents_right_in .sub_cont_text p.pros_ttl .pros_ttl span.pros_ttl_num, .pros_ttl span.pros_ttl_num {
    font-family: 'Crimson Text', serif;
    background: #7bacba;
    padding: 2%;
    margin-right: 2%;
    color: #FFF;
    float: none;
    font-size: 1.1em;
    display: unset;
    font-weight: 400;
    font-style: italic;
    box-sizing: border-box;
    line-height: 1.1em;
    overflow: hidden;
}


/*その他*/
.fs-link{
	font-size: 12px !important;		
	}

.ht10{
	height: 10px;
}

#contents_right_in .photo_outer #casephoto h2 {
    font-size: 1.2em !important;
}

/*----PC・タブレット-----------------------------------------------------------------------------------*/
@media screen and (min-width: 531px){
	
	/**h2**/
	#contents_center h2.pc_h2 {
    font-size: 1.8em;
    display: block;
    color: #333;
    /* border-bottom: 8px solid #f3eeef; */
    background: #f3eeef;;
    padding: 0.5em;
}
	
.pc_h2 .fa-stack-2x {
    font-size: 1.1em !important;
    color: #CCC;
}

	/**h3**/
#contents_center h3.pc_h3 {
    font-size: 1.3em !important;
    color: #444;
    position: relative;
    padding: 0 0.5em 0.3em 0.8em;
    border-bottom: 1px solid #ccc;
}

#contents_center h3.pc_h3::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    /* height: calc(100% - 14px); */
    background: #7bacba;
    top: -0.2em;
    border-radius: unset;
}

	#contents_center h3.pc_h3::after{
		background: none;
	}
	
	/**ページ内メニュー(デバイス共通以外)**/
	/*
	ul.page-menu a::after{
		left: 49%;
    	bottom: 2%;
	}
	
	ul.page-menu li {
    width: 23%;
    margin-left: 1%;
    margin-bottom: 1%;
    padding: 1% 1% 3% 1%;
    box-sizing: border-box;
	}
	ul.page-menu a {
    box-sizing: border-box;
	}
*/
	
	
	.w_33_pc_ta{
		width: 33% !important;
	}
    #contents_center h2{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    }
    
    div.good_tex{
        line-height: 1.6em !important;
		font-size: 1.1em;
    }
	
	ul.point div.right{
		width: 78%;
	}
    
	/**大塚美容が支持される理由**/
	#contents_right_in h3.reason {
    line-height: 1.2em;
    margin-bottom: 35px;
    font-size: 1.6em !important;
    color: #333;
    position: relative;
    padding: 0 .5em .2em 2em;
    border-bottom: 2px dotted #ccc;
    display: block;
    overflow: hidden;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
	}
	
	
	
	/*下線付き数字に適用のh3*/
	#contents_right_in .box_gr_h3, .box_gr_h3{
    border-bottom: none !important;
    padding: 5% 5% !important;
	text-align: center;
	margin-bottom: 1% !important;
	}
	
	#contents_right_in .box_gr_h3::before, .box_gr_h3::before,#contents_right_in .box_gr_h3::after, .box_gr_h3::after{
		content: none;
	}
	
	/**ナンバー下線**/
	span.num_u{
	display: block;
		text-align: center;
		font-size: 1.7em;
		margin-bottom: 8%;
	}

	span.num_u::before {
		display: inline-block;
		position: absolute;
		content: '';
		top: 2em;
		left: 50%;
		width: 30px;
		height: 0.5px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		background-color: #333;
	}

	
	.pc-bd-ccc{
	border: 1px solid #ccc;
	}
	
		/*--------プロセス----------------*/
	
	ul.Easy_detail li img {
    width: 30%;
	height: auto;
}
	
/*SEO対応　症例写真(2022追加)*/
.square_case div.flex_square {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.square_case div.item {
    width: 46%;
    background-image: linear-gradient(#ffffff 0%, #fbfafa 100%);
    margin: 10px;
    padding: 0px;
    border: solid 1px #ccc;
}

.square_case div.item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contents_center .square_case h3.flex_square_h3{
	text-align: center;
  position: relative;
  padding: 1em;
	/*元のh3打消し用*/
	border-bottom: none;
	font-size: 1.4em;
    color: #333;
    line-height: 1.6em;
    margin-bottom: 0px;	

	
}

#contents_center .square_case h3.flex_square_h3:before {
	/*元のh3打消し用*/
	        border-radius:0px;
        background:none;
		position: static;
}
#contents_center .square_case h3.flex_square_h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
		/*元のh3打消し用*/
	border-radius:0px;
	position: static;
	width: 100%
}

.square_case .casephoto {
	border: none;
	padding: 0px;
    overflow: hidden;
    margin: 0 auto 5% auto;
    width: 680px;
    color: #555;
}

.square_case dl.photo_cont dt:hover {
    background-color: #d9e8ea;
}

.square_case dl.photo_cont dt {
    display: block;
    margin: 0 0 2px 0;
    padding: 12px;
    line-height: 1;
    color: #555;
	font-size: 16px;
    background-color: #d9e8ea;
    cursor: pointer;
    position: relative;
}
	
/* 脂肪吸引 カニューレ */
.box-shift{margin: 80px auto 2em auto;padding: 2em 2em 2em 2em;background: none;border:1px solid #ccc;position: relative;z-index: 0;width: 75%;}

.box-shift:after{
background: initial;
background-color: #eeeeee8f;
background: linear-gradient(52deg, #ffe9e9c4 0%,#faf4a882 40%, rgb(238 238 238) 100%);
border:none;content: '';
position: absolute;
top: 7px;
left: 7px;
width: 100%;
height: 100%;
z-index: -1;
}
.box-shift .bs_img_1{position: absolute;top: -30px;left: -4%;box-shadow: 3px 5px 7px 0px #777777;}
.box-shift .bs_img_2{position: absolute;top: -30px;right: -4%;box-shadow: 3px 5px 7px 0px #777777;}
#contents_right_in .box-shift .bs_title_1{z-index: 2;margin-top: 10px;margin-bottom: 60px !important;margin-left: 200px;}
#contents_right_in .box-shift .bs_title_2{
z-index: 2;
margin-top: 10px;
margin-bottom: 5% !important;
margin-right: 30%;

}
.box-shift .bs_title_b{
background: #555;
line-height: 1.8;
}

	
/* 症例の下　スクエア（PC）とスライド（スマホ） */	
.slide_photo_case div.flex_slide_photo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.slide_photo_case div.item {
    width: 46%;
    background-image: linear-gradient(#ffffff 0%, #fbfafa 100%);
    margin: 10px;
    padding: 0px;
    border: solid 1px #ccc;
}

.slide_photo_case div.item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contents_center .slide_photo_case h3.flex_slide_photo_h3{
	text-align: center;
  position: relative;
  padding: 1em;
	/*元のh3打消し用*/
	border-bottom: none;
	font-size: 1.4em;
    color: #333;
    line-height: 1.6em;
    margin-bottom: 0px;	

	
}

#contents_center .slide_photo_case h3.flex_slide_photo_h3:before {
	/*元のh3打消し用*/
	        border-radius:0px;
        background:none;
		position: static;
}
#contents_center .slide_photo_case h3.flex_slide_photo_h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
		/*元のh3打消し用*/
	border-radius:0px;
	position: static;
	width: 100%
}

.slide_photo_case .casephoto {
	border: none;
	padding: 0px;
    overflow: hidden;
    margin: 0 auto 5% auto;
    width: 680px;
    color: #555;
}
	
}


/*--------------- スマホ-----------------------------------------------------------------------------------*/
@media screen and (max-width: 530px) and (min-width: 0px){
	/**ページ内メニューデバイス共通以外**/
	/*
	ul.page-menu li {
	width: 48%;
    font-size: 3vw;
    float: none;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
	padding: 2%;
    border: solid 1px #ccc;
    box-sizing: border-box;
		
		
	}
	
	ul.page-menu a{
		padding: 5% 2% 8% 2%;
	}

	.page-menu a::after{
		left: 49%;
		bottom: 5%;
	}
	*/
	
    img.Indeximg {
    width: 100%;
    margin: -22% 0 0 0;
    padding: 28% 0 2% 0;
    }
    
    #contents_right{
        width: 100%;
    }
    
    .bg-1{
        background-color: #f3eeef;
    }
    
    .bg-2{
    background-image: url(../../../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    padding: 5%;
    margin: 0;
    }
    
    .smt-wi95,#contents_right_in .sub_cont_text .smt-wi95,#contents_right_in .smt-wi95{
    width: 95%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .smt-wi90,#contents_right_in .sub_cont_text .smt-wi90,#contents_right_in .smt-wi90{
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .smt-wi85,#contents_right_in .sub_cont_text .smt-wi85,#contents_right_in .smt-wi85{
        width: 85%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #contents_right_in .sub_cont_text {
        line-height: 1.7em !important;
        color: #333;
    }

    #contents_right_in h2,#contents_right_in h2#cont_pain,#contents_right_in #casephoto h2{
        font-size: 1.5em !important;
        text-align: center !important;
        background-color: #f3eeef;
		padding: 5% 0;
        margin-top: 5% !important;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        border-bottom: none;
    }
    
    #contents_right_in h3 {
    font-size: 1.3em;
    padding: 0;
	text-indent: 0.2em;
    line-height: 1.5em;
    color: #444;
    margin-bottom: 0.8em;
    }
    
    #contents_center h3::before, #contents_center h3::after{
        content: none;
    }
    
    .title_sub{
        display: inline-block;
        font-size: 0.8em;
        color: #937761;
        font-style: italic;
    }
    
	
	ul.point{
		box-shadow:none;
		border:none;
	}
	
	
    ul.point div.left{
        display: none !important;
    }
    
    ul.point div.right{
    line-height: 1.2em !important;
    font-size: 1em !important;
    }
    
    ul.point div.right::before {
    content: "\f046";
    font-family: FontAwesome;
    /*color: #f68094;*/
    /*color: #937761;*/
	color: #008b8b;
    margin-right: 0.5em;
    }
    
    #cont_pain span.fa-stack{
        display: none;
    }
    
	/**大塚美容が支持される理由**/
	#contents_right_in h3.reason {
    font-size: 1.3em !important;
    padding: 0;
    line-height: 1.5em !important;
    color: #444 !important;
    margin-bottom: 0.8em;
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    }
	
	#contents_right_in h3.reason span.fa-stack{
        display: none;
    }

    
    /**こんなお悩みの方へ**/
    .nayami_in{
	/* border: 3px #cea888 solid; */
    /* filter: drop-shadow(0 0 0.2em rgba(0,0,0,0.3)); */
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
    border-radius: 6px;
    background: #d9e8ea;
    border: 3px solid #d9e8ea;
    }
    #contents_right_in .nayami_title{
        color: #008b8b !important;
        border-bottom: none;
        text-align: center;
        margin: 1em 0 1.1em 0;
        
    }
	
	.nayami_in &gt; ul &gt; li {
    background: #FFF !important;
	}
    
    ul.point div.right{
    line-height: 1.6em !important;
    font-size: 1em !important;
    }
        /**point**/
    .point_in{
        border: 3px #f3eeef solid;
        /*filter: drop-shadow(0 0 0.2em rgba(0,0,0,0.3));*/
        box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
        border-radius: 6px;
        background: #fff;
    }
    #contents_right_in .point_title{
    width: 92%;
    margin: auto;
    border-bottom: none;
    margin-bottom: 5%;
    text-align: center;
    }
    
    #contents_right_in .point_title &gt; span{
    background: linear-gradient(transparent 1em, rgba(255,244,80,0.45) 0, rgba(255,244,80,0.45) 1.4em, transparent 0);
    }
    
    
    /**include症例写真**/
    #casephoto .casephoto,.casephoto{
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    div.good_tex{
        line-height: 1.6em !important;
    }
    
    #contents_center h4{
        font-size: 1.1em !important;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    
    .cont_pain_in {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
}
    div.under_comment {
    width: auto !important;
}
    
	
	/*-------/maibotsu/の症例写真紹介ボックス-----------*/
.flex-photo {
    display: flex;
	flex-direction: column;
    align-items: center;
}

.flex-photo .item-1 img, .flex-photo .item-2 img, .flex-photo .item-3 img {
	width: 100%;
    box-sizing: border-box;
    border: solid 3px #FFF;
}

.flex-photo .item-1, .flex-photo .item-2, .flex-photo .item-3 {
	box-sizing: border-box;
	width: 93%;
    padding: 2%;
    border-radius: 10px;
}
	
	/*--------プロセス----------------*/
	
	ul.Easy_detail li img {
    float: left !important;
    width: 46%;
	height: auto;
   margin: 0 3% 3% auto !important;
}
		
	
	/*-------その他----------*/
	
	.smt_60per_cen{
		width: 60% !important;
		margin: 0 auto !important;
	}
    .smt_mb0{
        margin-bottom: 0 !important;
    }
    
    .smt_mt0, #contents_right_in .smt_mt0{
        margin-top: 0 !important;
    }
    
    .smt_fs50{
        font-size: 50% !important;
    }
    
    .smt_mb14px{
        margin-bottom: 14px !important;
    }
    .smt_pt03per{
        padding-top: 3% !important;
    }
    .smt_pt05per{
        padding-top: 5% !important;
    }
	.bd_smt{
		border: 1px solid #ccc;
	}
	
	.bg_gr_rgb{
	background: rgba(4,145,162,0.3);
	}
	
	/*タイトル緑h3box*/
#contents_right_in .box_gr_h3, .box_gr_h3{
    background-color: #d9e8ea !important;
    border-bottom: none !important;
    padding: 5% 5% !important;
    font-size: 1.1em !important;
	text-align: center;
	}
		/**ナンバー下線**/
	span.num_u{
	display: block;
		text-align: center;
		font-size: 1.7em;
		margin-bottom: 10%;
	}

	span.num_u::before {
		display: inline-block;
		position: absolute;
		content: '';
		top: 1.8em;
		left: 50%;
		width: 30px;
		height: 0.5px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		background-color: #333;
	}
	
	/* 症例別の個別ページの症例コンテンツ */
	.photo_outer{
		background-color: rgba(238,238,238,0.5);
		padding-top: 3%;
	}
	
	/*SEO対応　症例写真(2022追加)*/

.square_case .owl-wrapper-outer li img {
    /*float: left;
    width: 100%;
    margin: 3% 5%;*/
    position: relative;
	width: max-content;
	height: max-content;
}

/*
.owl-wrapper-outer li img {
    width: 80%;
}
*/
	
.square_case div.item-smt-slnone {
    width: 90%;
    background-image: linear-gradient(#ffffff 0%, #fbfafa 100%);
    margin: 10px;
    padding: 0px;
    border: solid 1px #ccc;
    margin-left: auto;
    margin-right: auto;
}

#contents_center #contents_right_in .square_case h3.flex_square_h3{
	text-align: center;
  position: relative;
  padding: 1em !important;
	/*元のh3打消し用*/
	border-bottom: none;
	font-size: 1.2em !important;
    color: #777 !important;
    line-height: 1.5em !important;
    margin-bottom: 0px;	

    font-weight: bold;
    /*color: #777 !important;*/

	
}

#contents_center #contents_right_in .square_case h3.flex_square_h3:before {
	/*元のh3打消し用*/
	        border-radius:0px;
        background:none;
		position: static;
}
#contents_center #contents_right_in .square_case h3.flex_square_h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);

		/*元のh3打消し用*/
	border-radius:0px;
	position: static;
	width: 100% !important;
	height: 8px !important;
}

.square_case dl.photo_cont dt:hover {
    background-color: #d9e8ea;
}

.square_case dl.photo_cont dt {
    display: block;
    margin: 0 0 2px 0;
    padding: 12px;
    line-height: 1;
    color: #666;
    background-color: #d9e8ea;
    cursor: pointer;
    position: relative;
	font-size: 3.5vw;
}
	
/* 脂肪吸引 カニューレ */
	/*少しずらしたボックス*/
.box-shift{
margin: 100px auto 30px auto;
padding: 10px 10px 10px 20px;
background: none;
border:1px solid #ccc;
position: relative;
width: 85%;
}
.box-shift:after{
background: linear-gradient(52deg, #ffe9e9c4 0%,#faf4a882 40%, rgb(238 238 238) 100%);
border:none;content: '';
position: absolute;
top: 7px;
left: 7px;
width: 100%;
height: 100%;
z-index: -1;
}

.box-shift .bs_img_1{
position: absolute;
top: -70px;
left: -3%;
box-shadow: 3px 5px 7px 0px #777777;
}
.box-shift .bs_img_2{
position: absolute;
top: -50px;
right: -3%;
box-shadow: 3px 5px 7px 0px #777777;
}

#contents_right_in .box-shift .bs_title_1{
margin-top: 100px;
margin-bottom: 5% !important;
}
#contents_right_in .box-shift .bs_title_2{
margin-top: 100px;
margin-bottom: 5% !important;
}
.box-shift .bs_title_b{
background: #555;
line-height: 1.8;
}
	
	
/* 症例の下　スクエア（PC）とスライド（スマホ） */
	.slide_photo_case .owl-wrapper-outer li img {
    /*float: left;
    width: 100%;
    margin: 3% 5%;*/
    position: relative;
	width: max-content;
	height: max-content;
	border: solid 1px #ccc;
    width: 95%;
    height: auto;
}

/*
.owl-wrapper-outer li img {
    width: 80%;
}
*/

#contents_center #contents_right_in .slide_photo_case h3.flex_slide_photo_h3{
	text-align: center;
  position: relative;
  padding: 1em !important;
	/*元のh3打消し用*/
	border-bottom: none;
	font-size: 1.2em !important;
    color: #777 !important;
    line-height: 1.5em !important;
    margin-bottom: 0px;	

    font-weight: bold;
    /*color: #777 !important;*/

	
}

#contents_center #contents_right_in .slide_photo_case h3.flex_slide_photo_h3:before {
	/*元のh3打消し用*/
	        border-radius:0px;
        background:none;
		position: static;
}
#contents_center #contents_right_in .slide_photo_case h3.flex_slide_photo_h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);

		/*元のh3打消し用*/
	border-radius:0px;
	position: static;
	width: 100% !important;
	height: 8px !important;
}
	
	
}</pre></body></html>