@charset "utf-8";
/*
 Theme Name: 佐藤りさ眼科様
 Description: 佐藤りさ眼科 ONLY
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  http://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: http://www.cub-d.com
*/

/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/


/***************************************************************
/*****WEBフォント
/****************************************************************/

.w100	 {
font-weight:100;
}
.w200	 {
font-weight:200;
}
.w300	 {
font-weight:300;
}
.w400	 {
font-weight:400;
}
.w500	 {
font-weight:500;
}
.w600	 {
font-weight:600;
}
.w700	 {
font-weight:700;
}
.w900	 {
font-weight:900;
}

/***************************************************************
/*****共通部分のスタイル
/****************************************************************/
/* 画面の表示に関するCSS */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html,body{
    width: 100%;
}
/* -終わり-　画面の表示に関するCSS */


.clear_fix:after {
	 content:".";
	 display: block;
	 height:0px;
	 clear:both;
	 line-height:0;
	 visibility:hidden;
}
.clear {
	line-height: 0px;
	background-color: #00ffff;
	clear: both;
	height: 0px;
	visibility: hidden;
}
body {
	font-size: 16px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:"YakuHanJP", 'liberation_sansregular', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: bold;*/
	font-weight:500;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3 {
	font-weight: normal;
}
article {
	display:block;
	width:100%;
}
section {
	display:block;
	width:100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
a img:hover {
	opacity: 0.7;
}
.left {
	float: left;
}
.right {
	float: right;
}

.center,
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.align_center {
	text-align: center;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
	line-height: 100%;
}
.f25 {
	font-size: 25px;
	line-height: 100%;
}
.f25_bo {
	font-size: 25px;
	font-weight: bold;
}
.f32 {
	font-size: 32px;
}

.t_red {
	color:#F00;
}
.pink {
	color: #F068BA;
}
.blue {
	color: #0034D8;
}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {display: none !important;}
.sp_none {}


/****************************************************************
/* headerに関するCSS */
header {
	margin-bottom: 68px;
}

header h1 {
	text-align: center;
	display: block;
	color: #F068BA;
	padding: 2px;
	font-size: 12px;
	line-height: 110%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F068BA;
	font-weight: bold;
	margin-bottom: 30px;
}
.header_box {
	width:1100px;
	margin-right: auto;
	margin-left: auto;
}
.header_leftbox {
	float:left;
	width:37%;
	margin-top: 10px;
}

.header_logo {
	width: 400px;
	margin-bottom: 15px;
}
.header_tel {
	width: 396px;
	overflow:hidden;
	margin-left: 5px;
	margin-bottom: 15px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.header_text {
	width: 1085px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	color: #000;
	padding-left: 15px;
	line-height: 130%;
	margin-bottom: 30px;
}
.header_rightbox {
	float:right;
	width:63%;
}
.header_info_data {
	font-size: 1.05em;
	color: #222;
	width: 566px;
	margin-bottom: 0px;
	float: right;
	line-height: 120%;
}
.header_data_l {
	float: left;
    width: 295px;
    margin-top: 10px;
    border: solid 2px #ff0000;
    padding: 1%;
    box-sizing: border-box;
	color:#ff0000;
}
.red {
	color: #F00;
}
.header_data_r {
	float: right;
	width: 250px;
	margin-top: 10px;
	padding-left: 30px;
	text-indent:-1em;
	border-left-width: 3.5px;
	border-left-style: dotted;
	border-left-color: #F068BA;
	box-sizing:border-box;
}
#main_img {
	margin-top: 1px;
	background-color: #FCE1F1;
}
.main_img_box {
	width: 1094px;
	margin-right: auto;
	margin-left: auto;
}
.main_img_box img {
	width: 100%;
}


/****************************************************************
/* navに関するCSS */
nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
nav ul {
	list-style-type: none;
	display: flex;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	/*justify-content: space-around;*/
}
nav li {
	flex-grow: 1;
	box-sizing: border-box;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
nav li a {
	font-size: 1.25em;
	color: #1f1f1f;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	display: block;
	border-right-width: thin;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FBD5EC;
	background-image: url(images/g-menu_mark.png);
	background-repeat: no-repeat;
	background-position: -8px center;
}
nav li a:hover {
	color: #F068BA;
	border-right-width: thin;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F068BA;
	background-color: #FEF5FE;
	background-image: url(images/g-menu_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

/* -終わり- navに関するCSS */


/****************************************************************
/* footerに関するCSS */

footer {
	background-color:#FCE1F1;
	display:block;
	width:100%;
	padding-top: 0px;
	padding-bottom:0px;
}

.footer_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.footer_logo {
	width: 400px;
	margin-bottom: 20px;
}
.footer_tel {
	width: 385px;
	overflow:hidden;
	margin-left: 15px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.footer_text {
	width: 1085px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	color: #000;
	padding-left: 15px;
	line-height: 100%;
	margin-bottom: 30px;
}
.footer_info {
	padding-top: 30px;
	margin-bottom: 0px;
	text-align:center;
}
.footer_info {
	
}
.footer_info_data {
	font-size: 1.05em;
	color: #F067B9;
	width: 570px;
	margin-top: 30px;
	margin-bottom: 0px;
	float: right;
	line-height: 120%;
	font-weight:600;
}
.info_data_l {
	float: left;
	width: 189px;
	margin-top: 10px;
	padding-left: 4em;
	text-indent: -4em;
}
.black {
	color: #000;
}
.info_data_r {
	float: right;
	width: 300px;
	margin-top: 10px;
	padding-left: 10px;
	border-left-width: 3.5px;
	border-left-style: dotted;
	border-left-color: #F068BA;
}
.copyright {
	color: #FFF;
	line-height: 200%;
	font-size: 14px;
	background-color: #F068BA;
	padding: 10px;
	text-align: center;
}
.copyright a {
	color: #688c00;
	text-decoration: none;
	text-align: center;
}
.copyright a:hover {
	color: #090;
}
.arrow {
	position: absolute;
	right: 0px;
	bottom: 30px;
}
#top_arrow {
	position: fixed;
	bottom: 25px;
	right: 0px;
}
#foot_area {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F068BA;
	border-bottom-color: #F068BA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#foot_text_link {
	font-size: 0.9em;
	color: #111;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
}
#foot_text_link a {
	color: #111;
	transition: all .5s;
}
#foot_text_link a:hover {
	color: #F068BA;
}
/* -終わり- footerに関するCSS */

/****************************************************************
/* topページに関するCSS */
.top-oshirase {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
}
.top-oshirase img {
	margin-bottom: 15px;
}
.top-oshirase_box {
	border: 3px solid #CCC;
	width: 934px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-bottom: 50px;
}

.top-oshirase_box div:nth-child(2n) dd {
	color:#0035D8;
}


.top-oshirase_box dl {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.top-oshirase_box dt {
	width: 15%;
	box-sizing: border-box;	
}
.top-oshirase_box dd {
	width: 85%;
	box-sizing: border-box;	
}
#top-greeting {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F068BA;
	border-bottom-color: #F068BA;
	margin-bottom: 47px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-greeting_box {
	background-color: #FEF1F9;
}
.top-greeting_inbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.top-greeting_left {
	float: left;
	width: 70%;
	margin-top: 62px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 42px;
}
.top-greeting_left h1 {
	text-align: center;
	margin-bottom: 30px;
	padding-left: 300px;
	line-height: 100%;
}
.h1_greeting {
	font-size: 1.6em;
	color: #F068BA;
	font-weight: bold;
	font-family: "A-OTF 新ゴ Pr5 R";
	display:block;
	margin-bottom:13px;
}
.top-greeting_left .h1_small {
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
}
.top-greeting_left p {
	font-size: 1.1em;
	line-height: 200%;
	color: #000;
	margin-bottom: 0px;
}
.top-greeting_btn a {
	width: 287px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
.top-greeting_right {
	width: 32%;
	position:absolute;
	bottom:70px;
	right:25px;
/*	float: right;
	margin-top: 22px;
	margin-bottom: 0px;*/
}
.top-oshirase_box2 {
	border: 1px solid #F068BA;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	flex-wrap:wrap;
	/*justify-content: center;*/
	align-items: center;
	margin-bottom: 15px;
	padding: 5px;
}
.top-oshirase_box2_left {
	font-size: 1.15em;
	color: #FFF;
	background-color: #F068BA;
	width: 20%;
	height: 100px;
	display:flex;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.top-oshirase_box2_left p {
	width: 100%;
	box-sizing: border-box;
}
.top-oshirase_box2_right {
	color: #000;
	width: 75%;
	margin-left: 30px;
	box-sizing: border-box;
}
.top-syoujyo_h1 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F068BA;
	border-bottom-color: #F068BA;
	margin-bottom: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-syoujyo_h1_bg {
	background-color: #FEF1F9;
}
#top-syoujyo h1 {
	font-size: 1.9em;
	color: #F068BA;
	font-weight: bold;
	font-family: "A-OTF 新ゴ Pr5 R";
	line-height: 200%;
	text-align: center;
}
.top-syoujyo_box {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}
.top-syoujyo_box ul {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.top-syoujyo_box li {
	width: 24%;	
	margin-bottom: 10px;
	list-style: none;
	box-sizing: border-box;
	border: 2px solid #F068BA;
	background-image: url(images/top-syoujyo_btn.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;

}
.top-syoujyo_box li a {
	width: 100%;
	padding-top: 90%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	position:relative;
	box-sizing:border-box;
}

/************/

.top-syoujyo_box li a:hover {
	background-color: #FEF5FE;
}
.top-syoujyo_box li:hover {
	box-sizing: border-box;
	border: 4px solid #F068BA;
	display:block;
}

.top-syoujyo_box ul li a,
.top-syoujyo_box ul li a:after,
.top-syoujyo_box ul li a:before {
  transition: all .5s;
}
/************/

.syoujyo {
	font-size: 2em;
	color: #F068BA;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:0%;
	left:50%;
	width:100%;
	height:80%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  line-height:140%;
}
.byoumei {
	font-size: 1.1em;
	color: #000;
	text-align: center;
	display: block;
	position:absolute;
	bottom:5%;
	left:50%;
	width:100%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}


/**2020.9追加 youtube**/

.youtube_movie {
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;

}
/**2020.9追加 youtubeここまで**/

/* -終わり- topページに関するCSS */


/****************************************************************
/* greetingページに関するCSS */
.greeting_box {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 98px;
	position:relative;
	overflow:hidden;
}
.greeting_box2 {
	width: 1000px;
	font-size:1.05em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.greeting_box_mb {
	margin-bottom: 133px;
}
.h1_underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 30px;
}
.greeting_box h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}
.greeting_box2 h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}
.greeting_txtbox {
	color: #202020;
	font-size:1.05em;
	width: 70%;
	line-height:2em;
}
.greeting_txtbox .mb {
	margin-bottom:40px;
}
.greeting_txtbox .width_first {
	width: 93%;
}
.greeting_txtbox .width_sec {
	width: 104%;
}
.greeting_txtbox .width_ther {
	width: 90%;
}
.greeting_name {
	text-align: right;
	font-size: 1.5em;
	color: #202020;
	margin-right:60px;
	position:relative;
	z-index:1;
}
.greeting_photbox {
	position: absolute;
	top: 147px;
	right: 5px;
	width:335px;
	z-index:-1;
}
.greeting_biography_box {
	color: #202020;
	width: 994px;
	margin-top: 10px;
	border: 2px solid #F068BA;
	padding: 20px;
	box-sizing: border-box;
}

.greeting_left_box {
	width: 485px;
	float: left;
}
.greeting_qualification_box {
	color: #202020;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #F068BA;
	padding: 20px;
	box-sizing: border-box;
}
.greeting_right_box {
	width: 485px;
	float: right;
}
.greeting_affiliation_box {
	color: #202020;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #F068BA;
	padding: 20px;
	box-sizing: border-box;
}


/* -終わり- greetingに関するCSS */

/****************************************************************
/* accessページに関するCSS */
.access_box {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	position:relative;
}

.access_box h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.access_mapbox,
.access_parkingbox {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.access_leftbox {
	width: 49%;
	float: left;
}
.access_leftbox img {
	width: 100%;
}
.access_rightbox {
	width: 49%;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.access_rightbox ul {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.13em;
	color: #1F1F1F;
	list-style-type: none;
}
.access_rightbox li {
	background-image: url(images/access_listmark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #F068BA;
}
.access_rightbox li:last-child {
	border-bottom: none;
}
.access_parkingbox .access_left {
	width: 59%;
	float: left
}
.access_parkingbox .access_left img,
.access_parkingbox .access_right img {
	width: 100%;
}
.access_parkingbox .access_right {
	width: 39%;
	float: right
}




/* -終わり- accessに関するCSS */

/****************************************************************
/* facilityページに関するCSS */
.facility_box,
.medical_treatment_box {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.facility_box h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.facility_annaibox,
.facility_kikaibox {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.facility_annaibox ul,
.facility_kikaibox ul {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.facility_annaibox li,
.facility_kikaibox li {
	width:32%;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.medical_treatment_box h2 {
	font-size: 1.38em;
	color: #464637;
	text-align: left;
	padding-left: 35px;
	box-sizing: border-box;
	background-image: url(images/medical_treatment_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.h2_underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBD9ED;
	padding-bottom: 3px;
	margin-bottom: 30px;
}
.medical_treatment_leftbox {
	width: 26%;
	float: left;
}
.medical_treatment_leftbox img {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.medical_treatment_rightbox {
	width: 71%;
	float: left;
	margin-left:2%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
#eyelid {
	margin-bottom:150px;
}


/* -終わり- facilityに関するCSS */

/****************************************************************
/*cataractページに関するCSS */
.cataract_box {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.cataract_box h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.cataract_surgical.text_bgpink {
	background-color: #FEF1F9;
	width: 100%;
}
.cataract_surgical .text_left {
	display: block;
	float: left;
}

.cataract_surgical .text_right {
	display: block;
	padding-left: 70px;
	float: right;
}

.cataract_leftbox {
	width: 33.5%;
	float: left;
}
.cataract_leftbox img {
	width: 100%;
}
.cataract_rightbox {
	width: 64.5%;
	float: right;
}
.cataract_rightbox {
	list-style-type: none;
}
.cataract_textbox {
	width: 66.5%;
	float: left;
	padding-left:20px;
}
.cataract_photbox {
	width: 31.0%;
	float: right;
}

.cataract_nagare {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 2px solid #F068BA;
	padding: 10px;
	box-sizing: border-box;
}
.cataract_nagare h2 {
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.cataract_nagare h2.no1 {
	padding-left:46px;
	margin-bottom: 10px;
	background-image: url(images/cataract_nagare1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cataract_nagare h2.no2 {
	padding-left:46px;
	margin-bottom: 10px;
	background-image: url(images/cataract_nagare2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cataract_nagare h2.no3 {
	padding-left:46px;
	margin-bottom: 10px;
	background-image: url(images/cataract_nagare3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cataract_nagare h2.no4 {
	padding-left:46px;
	margin-bottom: 10px;
	background-image: url(images/cataract_nagare4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cataract_nagare_txt {
	width: 95%;
	margin-left: 30px;
	margin-bottom: 30px;
}
.cataract_nagare_txt h3 {
	font-size: 1.55em;
	color: #F068BA;
	text-align: center;
}
.cataract_nagare_txtinbox ul {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.cataract_nagare_txtinbox li {
	width:30%;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.cataract_nagare_txtinbox li:first-child {
	width:35%;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.cataract_nagare_txtinbox li p.no1 {
	background-image: url(images/cataract_nagare_illust_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-left: 10px;
}
.cataract_nagare_txtinbox li p.no2 {
	background-image: url(images/cataract_nagare_illust_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-left: 10px;
}
.cataract_nagare_txtinbox li p.no3 {
	background-image: url(images/cataract_nagare_illust_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 35px;
	margin-left: 10px;
}
.cataract_nagare_ya img {
	width: 5.7%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cataract_text {
	margin-bottom:30px;
}
.cataract_text h3 {
	font-size: 1.38em;
	color: #464646;
	background-image: url(images/medical_treatment_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 10px;
	font-weight:bold;
}
.cataract_text p.bold {
	box-sizing: border-box;
	margin-bottom: 20px;
	font-weight: bold;
}
.cataract_surgical_box {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.cataract_surgical_box dl {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.cataract_surgical_box dt {
	color: #1f1f1f;
	background-color: #FACBE7;
	text-align: center;
	width:28%;
	box-sizing: border-box;
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.cataract_surgical_box dd {
	color: #1f1f1f;
	background-color: #FEF1F9;
	width:71.9%;
	box-sizing: border-box;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:20px;
	margin-bottom: 20px;
}

/* -終わり- cataractに関するCSS */


/****************************************************************
/* recruitページに関するCSS */
.recruit_box {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	position:relative;
	overflow:hidden;
}

.recruit_box2 {
	width: 1060px;
	font-size:1.05em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.recruit_box3 {
	width: 1060px;
	font-size:1.05em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 133px;
}

.recruit_h1 {
	font-size: 1.6em !important;
	color: #404040 !important;
	border-left-style: solid !important;
	border-left-color: #fff !important;
	border-left:none !important;
	text-align:center !important;
	padding-top:20px;
	margin-bottom:60px;
}

.recruit2_h1 {
	font-size: 1.6em !important;
	color: #404040 !important;
	border-left-style: solid !important;
	border-left-color: #fff !important;
	border-left:none !important;
	text-align:center !important;
	padding-top:20px;
	margin-bottom:20px;
}

.recruit_h1_underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.recruit_box h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.recruit_box2 h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.recruit_box3 h1 {
	font-size: 1.55em;
	color: #F068BA;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F068BA;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.recruit_txtbox {
	color: #202020;
	font-size:1.05em;
	width: 100%;
	line-height:2em;
}

.b_06 {
    margin: 0 0 2em;
}

.b_06 table {
    display: table;
    table-layout: auto;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.table_fee.b_06 table th {
    width: 36%;
    border: 1px solid #150e44;
    background: #FCE1F1;
    text-align: center;
}

.b_06 table th {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #393e52;
    border-top: 1px solid #393e52;
    padding: 5px !important;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.b_06 table td, .b_06 table th {
    border: 1px solid #ccc;
}

.b_06_item {
    background: none;
    width: 30%;
}

.b_06_item {
    width: 30%;
    padding: 7px 10px;
    text-align: left;
    background: #FCE1F1;
}

.table_fee.b_06 table td {
    border: 1px solid #150e44;
}

.b_06 table td {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #7880a1;
    border-top: 1px solid #7880a1;
    padding: 5px !important;
    vertical-align: middle;
}

.b_06_content {
    width: auto;
    padding: 7px 10px;
    text-align: left;
}

.b_06 table th {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #393e52;
    border-top: 1px solid #393e52;
    padding: 5px !important;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.width_first {
    margin: 0 0 2em;
}

.kuwashiku {
	color: #FFF!important;
	background-color: #36F!important;
	text-decoration: none!important;
	padding: 4px;
}

.kuwashiku:hover {
	background-color: #002CAC!important;
}

.top-oshirase_box3 {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
	font-size: 2.1em;
	background: #FF7373;
	color: #FFF;
	font-weight: bold;
    margin-bottom: 58px;
    padding: 10px;
	text-decoration: none;
	line-height: 100px;
	box-sizing: border-box;
	border: solid 5px #FFF;
	position: relative;
}

.top-oshirase_box3::before {
	content: ''; 
	display: block;
	width: calc(100% + 12px);    	/* 外側の線になる要素の幅を指定する */
	height: calc(100% + 12px);		/* 外側の線になる要素の高さを指定する */
	border: solid 2px #FF7373;        		/* 外側の線になる一本線の枠線をひく*/
	position: absolute;
	top: -7px;            			/* 外側の線の位置を、内側の線から上に7pxずらす */
	left: -7px;            			/* 外側の線の位置を、内側の線から左に7pxずらす */	
}

.top-oshirase_box3:hover {
    color: #5b0629;
}

/* -終わり- greetingに関するCSS */