@charset "UTF-8";
/* CSS Document */
/*================================================
　下層共通
================================================*/
#content01 .subcontent,
#content02 .subcontent,
#content03 .subcontent,
#content04 .subcontent,
#content05 .subcontent,
#content06 .subcontent,
#content07 .subcontent,
#content08 .subcontent,
#content09 .subcontent,
#content10 .subcontent {
  margin-bottom: 25px;
}

#content01 .subcontent:after,
#content02 .subcontent:after,
#content03 .subcontent:after,
#content04 .subcontent:after,
#content05 .subcontent:after,
#content06 .subcontent:after,
#content07 .subcontent:after,
#content08 .subcontent:after,
#content09 .subcontent:after,
#content10 .subcontent:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

#h2main {
  width: 718px;
  height: 145px;
  margin: 0px auto;
  margin-bottom: 30px;
}

#h2main h2 {
  margin: 0px;
  padding: 0px;
  background: none;
}

/*　診療時間　*/
table.timetable {
  width: 100%;
  border: 1px solid #bdbdbd;
  margin-bottom: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 10px;
}

table.timetable th {
  background: #eaf3db;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 7px 0;
  text-align: center;
  font-size: 120%;
  color: #666666;
}

table.timetable td {
  width: 13%;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  background: #FFFFFF;
  padding: 8px 0;
  text-align: center;
  font-size: 120%;
  color: #999999;
  height: 2em;
}

table.timetable td.hour {
  width: 20%;
  text-align: center;
  font-size: 120%;
  color: #909090;
  height: 1.5em;
}

/*　料金　*/
table.price {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  empty-cells: show !important;
  border: 1px solid #cccccc !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

table.price th {
  line-height: 1.5em !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  padding: 10px !important;
  width: 60% !important;
  text-align: left !important;
  background: #f4f4f4 !important;
}

table.price td {
  line-height: 1.5em !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  padding: 10px !important;
  width: 40% !important;
  text-align: right !important;
  color: #3249b2 !important;
}

/*　Q&A　*/
dl.faq dt {
  background: url(../images/common/q.png) no-repeat scroll 0 0 transparent;
  color: #ff99cc;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 200%;
  padding: 5px 5px 5px 40px;
}

dl.faq dd {
  background: url(../images/common/a.png) no-repeat scroll 0 0 transparent;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 10px;
  padding: 5px 5px 8px 40px;
}

/*　リスト表示　*/
ul.listview, ul.listview2col {
  margin-bottom: 0px;
  list-style: none;
}

ul.listview li {
  line-height: 150%;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../images/common/li_001.png) left 7px no-repeat;
}

ul.listview2col li {
  float: left;
  width: 40%;
  line-height: 150%;
  margin-bottom: 8px;
}

ul.listview:after,
ul.listview2col:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

ol.listview {
  margin-left: 25px;
}

ol.listview li {
  line-height: 150%;
}

/*　パンクズ　*/
ul.pankuzu {
  margin-bottom: 15px;
  list-style: none;
}

ul.pankuzu li {
  float: left;
  line-height: 150%;
  margin-right: 10px;
  padding-left: 15px;
  background: url(../images/common/li_001.png) left center no-repeat;
  font-weight: bold;
}

/*================================================
　初診の乳がん検診　　#bcs1
================================================*/
#bcs1 section {
  margin-bottom: 40px;
}
#bcs1 section h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
  color: #333;
  font-size: 30px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}
#bcs1 section h4 {
  font-size: 22px;
}
#bcs1 section h4 span {
  font-size: 20px;
  border-bottom: 3px double #8a5a18;
  display: inline-block;
}
#bcs1 #course a.course {
  display: block;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 10px;
  transition: 0.5s;
  position: relative;
}
#bcs1 #course a.course:hover {
  background: #fff6f7;
  border: 2px solid #f19dac;
}
#bcs1 #course a.course:hover::after {
  content: "詳細はこちら ?";
  color: #f76c81;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#bcs1 #course a.course::after {
  content: "詳細はこちら ?";
  color: #333;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.5s;
}
#bcs1 #course a.course .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#bcs1 #course a.course .box > div.price {
  font-size: 20px;
  color: #555;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px;
}
#bcs1 #course a.course .box > div.p1 ul {
  list-style: none;
  display: flex;
  align-items: center;
}
#bcs1 #course a.course .box > div.p1 ul li {
  background: #fff;
  color: #02A5C7;
  border: 1px solid #02A5C7;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px;
}
#bcs1 #course a.course .box > div.p2 ul {
  list-style: none;
  display: flex;
  align-items: center;
}
#bcs1 #course a.course .box > div.p2 ul li {
  background: #fff;
  color: #37B13D;
  border: 1px solid #37B13D;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px;
}
#bcs1 #detail > div {
  display: block;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  background: #fff6f7;
  margin-bottom: 10px;
}
#bcs1 #detail > div .box > div {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #ecdbdd;
}
#bcs1 #detail > div .box > div.price p {
  font-size: 20px;
}
#bcs1 #detail > div .box > div.osusume ul {
  margin-left: 20px;
}
#bcs1 #detail > div .box > div.osusume ul li {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#bcs1 #detail > div .box > div.osusume ul li::marker {
  color: #f76c81;
}
#bcs1 #detail > div .box > div.tokucho h5 {
  margin-top: 20px;
}
#bcs1 #detail > div .box > div.tokucho ul {
  margin-left: 20px;
}
#bcs1 #detail > div .box > div.tokucho ul li {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#bcs1 #detail > div .box > div.tokucho ul li::marker {
  color: #f76c81;
}
#bcs1 #detail > div .box > div.kensa1 ul {
  list-style: none;
  display: flex;
  align-items: center;
}
#bcs1 #detail > div .box > div.kensa1 ul li {
  background: #fff;
  color: #37B13D;
  border: 1px solid #37B13D;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px;
}
#bcs1 #detail > div .box > div.kensa2 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}
#bcs1 #detail > div .box > div.kensa2 table tr th {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  background: #966c1a;
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
#bcs1 #detail > div .box > div.kensa2 table tr td {
  font-size: 16px;
  line-height: 1.2em;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#bcs1 #detail > div .box > div.contact {
  text-align: center;
  background: none;
  box-shadow: none;
}
#bcs1 #detail > div .box > div.contact .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#bcs1 #detail > div .box > div.contact .btn p {
  width: 48%;
  margin: 1%;
  background: #2b9fe8;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  box-sizing: border-box;
}
#bcs1 #detail > div .box > div.contact .btn p:hover {
  background: #1076b6;
}
#bcs1 #detail > div .box > div.contact .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none;
}

/*================================================
　新宿区の乳がん検診　　#bcs2
================================================*/
#bcs2 section {
  margin-bottom: 40px;
}
#bcs2 section h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
  color: #333;
  font-size: 30px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}
#bcs2 section h4 {
  font-size: 22px;
}
#bcs2 section h4 span {
  font-size: 20px;
  border-bottom: 3px double #8a5a18;
  display: inline-block;
}
#bcs2 section h4 b {
  color: #f76c81;
  display: inline-block;
}
#bcs2 #detail > div {
  display: block;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  background: #fff6f7;
  margin-bottom: 10px;
}
#bcs2 #detail > div p:first-child {
  font-size: 18px;
  text-align: center;
}
#bcs2 #detail > div .box > div {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #ecdbdd;
}
#bcs2 #detail > div .box > div p {
  font-size: 16px;
}
#bcs2 #detail > div .box > div.contact {
  text-align: center;
  background: none;
  box-shadow: none;
}
#bcs2 #detail > div .box > div.contact p:first-child {
  font-size: 18px;
}
#bcs2 #detail > div .box > div.contact .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#bcs2 #detail > div .box > div.contact .btn p {
  width: 48%;
  margin: 1%;
  background: #2b9fe8;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  box-sizing: border-box;
}
#bcs2 #detail > div .box > div.contact .btn p:hover {
  background: #1076b6;
}
#bcs2 #detail > div .box > div.contact .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none;
}

/*================================================
　医院紹介　　#clinic
================================================*/
#clinic #content01 .key {
  border: 3px double #C33;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

#clinic #content03 h5 {
  margin-bottom: 3px;
}

#clinic #content03 .subcontent {
  position: relative;
}

#clinic #content03 .subcontent .clinicmap {
  display: inline;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 460px;
}

#clinic #content03 h5 {
  margin-bottom: 3px;
}

#clinic #content04 .box {
  float: left;
  width: 210px;
  margin-right: 25px;
}

/*================================================
　アクセス　　#access
================================================*/
#access #content01 h5 {
  margin-bottom: 3px;
}

#access #content01 .subcontent {
  position: relative;
}

#access #content01 .subcontent .clinicmap {
  display: inline;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 460px;
}

#access #content01 .box {
  float: left;
  width: 210px;
  margin-right: 25px;
}

/*================================================
　お悩み相談　　#counselling
================================================*/
#counselling #content02 {
  margin-bottom: 20px;
}

#counselling #content01 table.formstyle {
  width: 100%;
  padding: 0px;
  border: 1px solid #aeaeae;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 10px;
}

#counselling #content01 table.formstyle th {
  width: 35%;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  background: #fadbe1;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 100%;
  font-weight: normal;
  color: #666;
  margin: 0;
}

#counselling #content01 table.formstyle td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.5em;
}

#counselling #content01 input.sub {
  height: 50px;
}

#error #content01 p {
  color: #ff0000;
}

/*================================================
　当院からのお知らせ　　#info
================================================*/
#info h4 {
  font-size: 120%;
  margin-bottom: 15px;
}

#info .date {
  font-size: 100%;
  text-align: right;
  color: #4aad90;
  font-style: italic;
}

#info table.p8 td {
  padding: 8px;
}

/*================================================
　最新がん　　#news
================================================*/
#news h4 {
  font-size: 120%;
  margin-bottom: 15px;
}

#news .date {
  font-size: 100%;
  text-align: right;
  color: #4aad90;
  font-style: italic;
}

#news table.p8 td {
  padding: 8px;
}

/*================================================
　検診　　#exam
================================================*/
#exam #content03 .flow {
  background: url(../images/exam/flow_arrow.png) 17px bottom no-repeat;
  padding-left: 130px;
  padding-right: 20px;
  min-height: 120px;
  position: relative;
}

#exam #content03 .lastChild {
  background: none;
  min-height: inherit;
}

#exam #content03 h4 {
  margin: 0px;
  padding: 0px;
  padding-left: 100px;
  color: #fff;
  text-shadow: 1px 1px 0px #aaa;
  line-height: 77px;
  font-size: 150%;
  background: none;
}

#exam #content03 h5 {
  padding-left: 0px;
  background: none;
}

#exam #content03 h4.step1 {
  background: url(../images/exam/step1.png) center left no-repeat;
}

#exam #content03 h4.step2 {
  background: url(../images/exam/step2.png) center left no-repeat;
}

#exam #content03 h4.step3 {
  background: url(../images/exam/step3.png) center left no-repeat;
}

#exam #content03 h4.step4 {
  background: url(../images/exam/step4.png) center left no-repeat;
}

#exam #content03 h4.step5 {
  background: url(../images/exam/step5.png) center left no-repeat;
}

#exam #content03 h4.step6 {
  background: url(../images/exam/step6.png) center left no-repeat;
}

#exam #content03 h4.step7 {
  background: url(../images/exam/step7.png) center left no-repeat;
}

#exam #content03 h4.step8 {
  background: url(../images/exam/step8.png) center left no-repeat;
}

/*================================================
　予約　　#reserve
#content01→電話　#content02→インターネット　
================================================*/
#reserve #content01 h5 {
  padding: 0px;
  background: none;
}

#reserve #content01 p {
  padding-left: 50px;
}

#reserve #content01 p.intro {
  padding-left: 0px;
  margin-bottom: 20px;
}

#reserve #content02 table.flow {
  width: 100%;
}

#reserve #content02 table.flow td {
  width: 175px;
  padding: 5px;
}

#reserve #content02 table.flow td.yajirushi {
  width: 45px;
  padding: 0px;
  background: url(../images/reserve/yajirushi.png) center center no-repeat;
}

#reserve #content02 .attention {
  border: 3px double #C33;
  padding: 15px;
}

/*================================================
#global
================================================*/

#global .creditcards ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#global .creditcards ul li{
	margin: 1%;
}

#global .creditcards ul li img{
	width: auto;
	height: 40px;
}

/*================================================
　ポリシー　　#policy
================================================*/
#policy #content02 ul {
  margin-bottom: 10px;
}

/*================================================
　サイトマップ　　#sitemap
================================================*/
#sitemap #content01 .box {
  float: left;
  width: 33%;
}

#sitemap #content01 h4 {
  font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  line-height: 150%;
}

#sitemap #content01 h5 {
  font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  padding-left: 15px;
  margin-left: 20px !important;
  background: url(../images/common/li_001.png) left 5px no-repeat;
}

#sitemap #content01 h4 a:hover, #sitemap #content01 h5 a:hover {
  color: #e43c3b !important;
}
