@charset "utf-8";
/* ===========================================================
 CSS information
 file name : pc.css
 style info : stylesheet over 801px file
 author : Kitsunezaki Atsushi
============================================================== */
@media screen and (min-width: 801px) {
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font: 14px Verdana, Geneva, "sans-serif";
  color: #603813;
  position: relative;
}
ul { margin: 0; padding: 0; list-style: none; }
/*
a:link { color:; text-decoration:none }
a:visited { color:; text-decoration:none }
a:hover { color:; text-decoration:none }
a:active { color:#0000ff; text-decoration:none }
*/
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.pc_none { display: none; }

.in {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.in:after { content: ""; display: block; clear: both; }
.in p {
  text-indent: 1em;
  font-size: 16px;
  line-height: 1.75em;
}

/*----------------------------------------------------
	Top
----------------------------------------------------*/
#top {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
  min-width: 960px;
  width: 100%;
  height: 30px;
  background: #ff9600;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
}
#top h1:first-of-type { 
	float: left;
font-size: 1.04em;
margin: 0;}
#top h1:last-of-type { float: right; font-size: 1.04em;margin: 0;}

/*----------------------------------------------------
	Header
----------------------------------------------------*/
header {
  min-width: 960px;
  width: 100%;
  height: 140px;
  background: #fff;
}
header h1 {
  width: 250px;
  margin: 15px 0 0 0;
  float: left;
}
header h1 img { width: 100%; }
.time_table {
  width: 380px;
  float: right;
	
}
header .sp_tel { display: none; }

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.nav { display: none; }
nav {
	font-family: "Sawarabi Mincho", serif;
	font-weight: bold;
  width: 960px;
  height: 60px;
  margin: 0 auto 24px auto;
}
nav a {
  width: 120px;
  height: 60px;
  float: left;
  font-size: 16px;
  color: #954000;
  text-decoration: none;
  text-align: center;
  display: block;
}
nav a:nth-of-type(1) {
  background: url("../images/common/nav01.png") no-repeat;
  background-position: center;
  background-size: 60px;
  line-height: 60px;
}
nav a:nth-of-type(2) {
  background: url("../images/common/nav02.png") no-repeat;
  background-position: center;
  background-size: 60px;
  line-height: 60px;
}
nav a:nth-of-type(3) {
  background: url("../images/common/nav03.png") no-repeat;
  background-position: center;
  background-size: 60px;
  padding-top: 12px;
  height: 48px;
  line-height: 1.2em;
}
nav a:nth-of-type(4) {
  background: url("../images/common/nav04.png") no-repeat;
  background-position: center;
  background-size: 60px;
  padding-top: 12px;
  height: 48px;
  line-height: 1.2em;
}
nav a:nth-of-type(5) {
  background: url("../images/common/nav05.png") no-repeat;
  background-position: center;
  background-size: 60px;
  line-height: 60px;
}
nav a:nth-of-type(6) {
  background: url("../images/common/nav06.png") no-repeat;
  background-position: center;
  background-size: 60px;
  padding-top: 12px;
  height: 48px;
  line-height: 1.2em;
}
nav a:nth-of-type(7) {
  background: url("../images/common/nav07.png") no-repeat;
  background-position: center;
  background-size: 60px;
  line-height: 60px;
}
nav a:nth-of-type(8) {
  background: url("../images/common/nav08.png") no-repeat;
  background-position: center;
  background-size: 60px;
  padding-top: 12px;
  height: 48px;
  line-height: 1.2em;
}
nav.fixed {
	width: 100%;
	text-align: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fafafa;
    margin-left: auto;
    margin-right: auto;
}
/*----------------------------------------------------
	top
----------------------------------------------------*/
#top_main_img {
  min-width: 960px;
  width: 100%;
  height: 646px;
  background: url("../images/top/visual.jpg") no-repeat;
  background-position: center;
  background-size: 1229px;
  margin: 0 0 30px 0;
}
/* ////////// top greeting ////////// */
#top_greeting {
  min-width: 960px;
  width: 100%;
  height: 296px;
  background: url("../images/top/greeting.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  padding: 180px 0 0 0;
}
#top_greeting p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
  width: 640px;
  margin: 0 auto;
  padding: 0 0 0 320px;
  font-size: 16px;
  line-height: 2em;
}
#top_greeting p span { display: block; }
#top_greeting p span:nth-of-type(3) { text-indent: 2em; }
#top_greeting p span:nth-of-type(4) { text-indent: 6em; }
#top_greeting p span:nth-of-type(5) { text-indent: 7em; }
#top_greeting p span:nth-of-type(6) { text-indent: 8em; }

/* ////////// top about ////////// */
#top_about {
  min-width: 960px;
  width: 100%;
  height: 1790px;
  background: url("../images/top/about.png") no-repeat;
  background-position: center;
  background-size: 1900px;
  padding: 200px 0 0 0;
}
#top_about .about4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
    float: left;
    width: 420px;
    text-align: center;
    margin: 0 0 50px 50px;
      
}
#top_about .about5 {}
#top_about .about4:nth-of-type(even) {
  float: right;
  margin: 0 50px 50px 0;
}
#top_about .about4 h4,
#top_about .about5 h4 {
  font-size: 160%;
	font-weight: 900;
  color: #ff9600;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#top_about .about4 p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.3em;
	letter-spacing: -0.03em
}

#top_about .about4 a {
    text-decoration: none;
	color: #603813;
}
/*#top_about .about4 img {
  height: 300px;
  margin: 10px 0;
}*/
#top_about .about4 img {
  height: 300px;
  margin: 10px 0;
}
#top_about .about5 a {
    text-decoration: none;
}
#top_about .about4:nth-of-type(2) h4,
#top_about .about4:nth-of-type(3) h4,
#top_about .about5:nth-of-type(2) h4,
#top_about .about5:nth-of-type(4) h4,
#top_about .about5:nth-of-type(6) h4 { color: #90d1e7; }

#top_about .about5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
  float: left;
  width: 320px;
  text-align: center;
  margin: 0 0 50px 0;
	
}
#top_about .about5 img {
  width: 200px;
  margin: 0 0 10px 0;
	z-index: 10000;
}
#top_about .about5:first-of-type img { width: 280px; }
#top_about .about5 p {font-size:1.1em;line-height: 1.3em;}
/* ////////// top new calendar ////////// */
#top_news_calendar {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 960px;
	height: 540px;
	margin: 0 auto;
}
#top_news_calendar h4 {
	
  font-size: 26px;
  margin: 0;
  line-height: 38px;
  text-align: center;
  font-weight: normal;
  color: #5b3913;
}
#top_news_calendar .news {
	font-weight: bold;
  float: left;
  width: 442px;
  height: 440px;
  background: url("../images/common/chara-mother.svg") no-repeat;
  background-size: 42px;
  background-position: top 8px left;
}
#top_news_calendar .news h4 {font-weight: 600;}
#top_news_calendar .calendar h4 {font-weight: 600;}
#top_news_calendar .calendar {
  float: right;
  width: 442px;
  height: 440px;
  background: url("../images/common/chara-father.svg") no-repeat;
  background-size: 42px;
  background-position: top 4px right;
}
#top_news_calendar .block {
  width: 410px;
  height: 460px;
  border: 1px solid #ff9600;
  border-radius: 10px;
  padding: 15px;
}
#top_news_calendar .news ul {
  width: 370px;
  height: 390px;
  background: #ff9600;
  border-radius: 6px;
  padding: 20px;
  overflow: auto;
  color: #fff;
}
#top_news_calendar .news li { margin: 0 0 20px 0; }
#top_news_calendar .news a { color: #fff; }

/*カレンダー*/
.to-goglecal {
	background-color: #FF9601;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.cal-txt {
 font-size: 0.85em;
 margin-top: -14px;
 line-height: 1.2em;
}
.block a {
 text-decoration: none;
}
.to-goglecal:hover {
 opacity:0.7;
}
/*----------------------------------------------------
	下層ページ
----------------------------------------------------*/
/* パンくず */
#page_level {
  width: 960px;
  margin: 0 auto 50px auto;
  color: #ff9600;
}
#page_level a {
  color: #ff9600;
  text-decoration: none;
}
#page_level a:after {
  content: ">";
  margin: 0 5px;
}
/* h3 */
.h3 {
  width: calc(50% + 480px);
  border-bottom: 2px solid #ff9600;
  margin: 0 0 60px 0;
  padding: 5px 0;
  color: #603813;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.h3 span {
  width: 910px;
  float: right;
  position: relative;
  padding: 0 0 0 50px;
}
.h3 span.father:before {
  content: "";
  width: 40px;
  height: 35px;
  background: url("../images/common/chara-father.svg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.h3 span.mother:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url("../images/common/chara-mother.svg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.h3 span.child:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url("../images/common/chara-child.svg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.h5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	/*font-size: 2em;*/
}
.h5 {
  width: calc(50% + 480px);
  
  margin: 0 0 60px 0;
  padding: 5px 0;
  color: #ff9600;
  font-size: 27px;
  height: 30px;
  line-height: 30px;
}
.h5 span {
    margin-top: 2vw;
	
    width: 830px;
    float: right;
    position: relative;
    padding: 0 0 0 50px;
    line-height: 1.2em;
}
.h5 span.mother:before {
    content: "";
    width: 20px;
    height: 30px;
    background: url("../images/common/chara-mother.svg") no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
	left: 0;
    top: 0;
    padding-left: 20px;
}

.h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #ff9600;
  margin: 0 0 8px 0;
}
.h4.blue { color: #6ac5cd; }
.h4.right {text-align: right;}

.br-pc { display:inherit }
.br-sp { display:none; }

/*----------------------------------------------------
	kids
----------------------------------------------------*/
#kids_visual {
  min-width: 960px;
  width: 100%;
  height: 209px;
  background: url("../images/kids/visual.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 30px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: #e96a00;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#kids_01 {
  min-width: 960px;
  width: 100%;
  min-height: 260px;
  background: url("../images/common/back01.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  color: #603813;
}
#kids_01 .in {
  width: 640px;
  padding: 30px 0 0 360px;
}
#kids_01 .in .img01 {
  width: 325px;
  position: absolute;
  top: -50px;
  left: 0;
}
#kids_01 .in .img02 {
  width: 162px;
  position: absolute;
  top: -50px;
  right: 40px;
}
#kids_02 {
  width: 610px;
  margin: -30px auto 0 auto;
  padding: 0 350px 0 0;
  text-align: right;
  position: relative;
  color: #603813;
}
#kids_02 .img03 {
  width: 307px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
}
#kids_02 p {
	font-size: 1.1em;
}
#kids_03 {
  min-width: 960px;
  width: 100%;
  min-height: 316px;
  background: url("../images/common/back02.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  z-index: 1;
  margin-bottom: 80px;
  color: #603813;
}
#kids_03 .in {
  width: 640px;
  padding: 140px 0 0 360px;
}
#kids_03 .in .img04 {
  width: 315px;
  position: absolute;
  top: -20px;
  left: 0;
}
#kids_03 .in .img_chara_tooth {
  width: 150px;
  position: absolute;
  top: 40px;
  right: 220px;
}
#kids_04 {
  min-width: 960px;
  width: 100%;
  min-height: 890px;
  background: url("../images/common/back03.png") no-repeat;
  background-position: center;
  background-size: 1900px;
  padding: 140px 0 0 0;
  position: relative;
  color: #603813;
  margin-bottom: 50px;
}
#kids_04 .ribon {
  width: 500px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -640px;
}
#kids_04 .in p + h4 { margin-top: 50px; }
#kids_04 .in .img05 {
  width: 520px;
  position: absolute;
  top: -140px;
  right: -100px;
}
#kids_04 .img06 {
    width: 900px;
    position: absolute;
    left: 52%;
    
    margin-left: -450px;
	bottom: -10px;
    /*top: 72%;*/
}

/*----------------------------------------------------
	ortho
----------------------------------------------------*/
#ortho_visual {
  min-width: 960px;
  width: 100%;
  height: 209px;
  background: url("../images/ortho/ortho-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 30px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#ortho_visual .ortho-logo {
  width: 250px;
}
#ortho_nav {
  min-width: 960px;
  width: 100%;
  margin: 47px auto 55px;
  text-align: center;
}
#ortho_nav .ortho_btn ul {
  list-style-type: none;
}
#ortho_nav .ortho_btn .last_btn {
  margin-right: 0;
}
#ortho_nav .ortho_btn li {
  display: inline-block;
  margin-right: 43px;
}
#ortho_01 {
  min-width: 960px;
  width: 100%;
  min-height: 300px;
  background: url("../images/ortho/ortho_01.png") no-repeat;
  background-position: center;
  background-size: 1970px;
  background-color: #feebc6;
  color: #603813;
}
#ortho_01 .in {
  width: 610px;
  padding: 25px 0 25px 350px;
}
#ortho_01 .in p {
  margin: 0;
  text-indent: 1em;
}
#ortho_01 .in .topline {
  margin-top: 1em;
}
#ortho_01 .in .bottomline {
  margin-bottom: 1em;
}
#ortho_01 .in .img11 {
  display: none;
}
#ortho_02 {
  min-width: 960px;
  width: 100%;
  height: 164px;
  background-color: #ff9600;
  color: #fff;
  margin-bottom: 105px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  
  font-weight: 700;
}
#ortho_02 .in {
  margin-bottom: 47px;
  text-align: center;
}
#ortho_02 .in .catch {
  display: inline-block;
  text-align: left;
  float: left;
  padding-top: 23px;
  padding-left: 100px;
	margin-bottom: 10px;
}
#ortho_02 .in p {
  clear: left;
}
#ortho_02 .in .under {
  border-bottom: dotted 5px #fff;
  padding-top: 0;
  margin-top: 0;
	font-size: 2em;
}
#ortho_02 .small {
  font-size: 14pt;
}
#ortho_03 {
  min-width: 960px;
  width: 100%;
  min-height: 999px;
  background: url("../images/common/back24.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
}
#ortho_03 .in p {
  margin: 0;
  text-indent: 1em;
}
#ortho_03 .in .topline {
  margin-top: 1em;
}
#ortho_03 .in .bottomline {
  margin-bottom: 1em;
}
#ortho_03 .ortho_03_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#ortho_03 .ortho_03_01 .in .img03 {
  width: 325px;
  position: absolute;
  top: 50px;
  left: 0;
}
#ortho_03 .ortho_03_02 .in {
  width: 610px;
  margin: 30px auto 0 auto;
  padding: 200px 350px 0 0;
  text-align: right;
  position: relative;
}
#ortho_03 .ortho_03_02 .in .img04 {
  width: 307px;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 2;
}
#ortho_03 .ortho_03_02 .in .img05 {
  margin-top: 40px;
}
#ortho_03 .btn {
  width: 960px;
  height: 110px;
  top: -90px;
  position: relative;
  margin: 0 auto;
}
#ortho_03 .btn .btn04 {
  position: absolute;
  right: 0px;
  bottom: 1px;
}
#ortho_04 {
  min-width: 960px;
  width: 100%;
  min-height: 619px;
  background: url("../images/common/back25.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
}
#ortho_04 .in p {
  margin: 0;
  text-indent: 1em;
}
#ortho_04 .in .topline {
  margin-top: 1em;
}
#ortho_04 .in .bottomline {
  margin-bottom: 1em;
}
#ortho_04 .ortho_04_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#ortho_04 .ortho_04_01 .in .img06 {
  width: 312px;
  position: absolute;
  top: -10px;
  left: 0;
}
#ortho_04 .ortho_04_02 .in {
  width: 650px;
  margin: 100px auto 0 auto;
  padding: 90px 330px 0 0;
  text-align: right;
  position: relative;
}
#ortho_04 .ortho_04_02 .in .img07 {
  width: 304px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#ortho_04 .btn {
  width: 960px;
  height: 110px;
  top: -60px;
  position: relative;
  margin: 0 auto;
}
#ortho_04 .btn .btn04 {
  position: absolute;
  right: 0px;
  bottom: 1px;
}
#ortho_05 {
  min-width: 960px;
  width: 100%;
  min-height: 700px;
  background: url("../images/common/back23.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -30px;
  color: #603813;
}
#ortho_05 .in p {
  margin: 0;
  text-indent: 1em;
}
#ortho_05 .in .topline {
  margin-top: 1em;
}
#ortho_05 .in .bottomline {
  margin-bottom: 1em;
}
#ortho_05 .ortho_05_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#ortho_05 .ortho_05_01 .in .img08 {
  width: 320px;
  position: absolute;
  top: -17px;
  left: 0;
}
#ortho_05 .ortho_05_02 .in {
  width: 640px;
  margin: 100px auto 0 auto;
  padding: 130px 330px 0 0;
  text-align: right;
  position: relative;
}
#ortho_05 .ortho_05_02 .in .img09 {
  width: 313px;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
}
#ortho_05 .ortho_05_03 .in {
  width: 610px;
  margin: 100px auto 0 auto;
  padding: 10px 0 0 360px;
  position: relative;
}
#ortho_05 .ortho_05_03 .in ul {
  list-style-type: disc;
  padding-left: 1em;
  font-weight: 700;
  color: #ff9600;
}
#ortho_05 .ortho_05_03 .in ul li {
  padding-left: -0.5em;
}
#ortho_05 .ortho_05_03 .in .img10 {
  width: 296px;
  position: absolute;
  top: -44px;
  left: 0;
}
#ortho_05 .btn {
  width: 960px;
  height: 110px;
  top: -70px;
  position: relative;
  margin: 0 auto;
}
#ortho_05 .btn .btn04 {
  position: absolute;
  right: 0px;
  bottom: 1px;
}

/*----------------------------------------------------
	ortho-flow
----------------------------------------------------*/
#ortho-flow_01 {
	
  min-width: 960px;
  width: 100%;
  height: 256px;
  background-color: #ff9600;
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
}
#ortho-flow_01 .in {
  padding: 15px 0;
  text-align: center;
	
}
#ortho-flow_01 .in p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	 width: 80%;
}
.free {
    float: right;
    margin-top: -220px;
}
#ortho_04_flow {
  min-width: 960px;
  width: 100%;
  min-height: 500px;
  background: url("../images/common/back_flow_01.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
 /*color: #603813;*/
}
#ortho_04_flow .ortho_flow_04_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#ortho_04_flow .ortho_flow_04_02 .in {
    width: 630px;
    margin-top: 0px;
    margin-right: auto;
    /*margin-left: 34vw;*/
    margin-bottom: 0;
    padding: 20px 0 0 360px;
    text-align: right;
    position: relative;
}
#ortho_04_flow .ortho_flow_04_01 .in .img06 {
  width: 312px;
  position: absolute;
  top: 70px;
  left: 0;
}
#ortho_flow_02 {
    max-width: 960px;
    width: 100%;
    min-height: 370px;
    border: 6px dotted #ff9600;
    border-radius: 24px;
	margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 4vw;
}

#ortho_flow_02 .in .point {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
    width: 620px;
    position: relative;
    /*clear: both;
	margin-top: 5vw;*/
	top: 14px;
    
    margin-left: auto;
    margin-right: auto;
    
    text-indent: 0;
}




#ortho_flow_03 {
  min-width: 960px;
  width: 100%;
  min-height: 650px;
  background: url("../images/common/back24.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  /*color: #603813;*/
}
#ortho_flow_03 .in p {
  margin: 0;
  text-indent: 1em;
	
}
#ortho_flow_03 .in .topline {
  margin-top: 1em;
}
#ortho_flow_03 .in .bottomline {
  margin-bottom: 1em;
}
/*
#ortho_flow_03 .ortho_flow_03_01 {
	padding-right: 8vw;
}
*/
#ortho_flow_03 .ortho_flow_03_01 .in {
  width: 610px;
  padding: 20px 350px 0 0;
	/*margin-left: 1vw;
	border: thin solid #D30003;*/
}
#ortho_flow_03 .ortho_flow_03_02 .in {
  width: 610px;
	padding: 0px 350px 0 0;
  margin: 30px auto 0 auto;
  
  text-align: right;
  position: relative;
	/*border: thin solid #1700D3;*/
}
#ortho_flow_03 .ortho_flow_03_01 .in .img03 {
  width: 325px;
  position: absolute;
  top: 50px;
  left: 0;
	/*border: thin solid #D30003;*/
}

#ortho_flow_03 .ortho_flow_03_01 .img02 {
    width: 307px;
    /*position: absolute;
    top: 200px;
    right: 0;
    z-index: 2;
	
    */
    /*border: thin solid #D30003;*/
	
	float: right;
    margin-right: 7vw;
	margin-top: -22vw;
}
#ortho_flow_06 {
  min-width: 960px;
  width: 100%;
  min-height: 650px;
  background: url("../images/common/back_flow_02.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  /*color: #603813;*/
}
#ortho_flow_06 .ortho_flow_06_02 .in .img02 {
    margin-top: -80px;
	float: right;
	position: relative;
    
}
#ortho_flow_06 .ortho_flow_06_02 .in .img04 {
    margin-top: -30px;
	float: right;
	position: relative; 
}
#ortho_flow_03 .btn {
  width: 960px;
  height: 110px;
  top: -90px;
  position: relative;
  margin: 0 auto;
}
#ortho_flow_03 .btn .btn04 {
  position: absolute;
  right: 0px;
  bottom: 1px;
}

#ortho_flow_05 {
  min-width: 960px;
  width: 100%;
  min-height: 400px;
  /*background: url("../images/common/back25.png") no-repeat;
  background-position: top center;
  background-size: 1900px;*/
  margin-top: -36px;
  color: #603813;
}
#ortho_flow_05 .in p {
  margin: 0;
  text-indent: 1em;
}
#ortho_flow_05 .in .topline {
  margin-top: 1em;
}
#ortho_flow_05 .in .bottomline {
  margin-bottom: 1em;
}
#ortho_flow_05 .ortho_flow_05_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#ortho_flow_05 .ortho_flow_05_01 .in .img03 {
  width: 312px;
  position: absolute;
  top: -10px;
  left: 0;
}
#ortho_flow_05 .ortho_flow_05_02 .in {
  width: 650px;
  margin: 100px auto 0 auto;
  padding: 90px 330px 0 0;
  text-align: right;
  position: relative;
}
#ortho_flow_07 {
  min-width: 960px;
  width: 100%;
  min-height: 400px;
  margin-top: -36px;
}

#ortho_flow_07 .ortho_flow_07_02 .in .img04 {
    margin-top: -30px;
	float: right;
	position: relative; 
}
/*----------------------------------------------------
	white
----------------------------------------------------*/
#white_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/white/white-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#white_visual .white-logo {
  width: 290px;
}
#white_01 {
  min-width: 960px;
  width: 100%;
  min-height: 700px;
  background: url("../images/common/back07.png") no-repeat;
  background-position: top center;
  background-size: 2580px;
  margin-top: -36px;
  color: #603813;
}
#white_01 .in p {
  margin: 0;
  text-indent: 1em;
}
#white_01 .in .topline {
  margin-top: 1em;
}
#white_01 .in .bottomline {
  margin-bottom: 1em;
}
#white_01 .white_01_01 .in {
  width: 600px;
  padding: 20px 0 0 360px;
}
#white_01 .white_01_01 .in .img01 {
  width: 317px;
  position: absolute;
  top: 90px;
  left: 0;
}
#white_01 .white_01_02 .in {
    width: 610px;
    margin: 30px auto 0 auto;
    padding-top: 150px;
    padding-right: 350px;
    padding-left: 0;
    padding-bottom: 100px;
    text-align: right;
    position: relative;
}
#white_01 .white_01_02 .in .img02 {
  width: 299px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
}

/*----------------------------------------------------
	general
----------------------------------------------------*/
#general_visual {
  min-width: 960px;
  width: 100%;
  height: 240px;
  background: url("../images/general/general-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#general_visual .general-logo {
  width: 260px;
}
#general_01 {
  min-width: 960px;
  width: 100%;
  min-height: 566px;
  background: url("../images/common/back08.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin: -45px 0 50px 0;
  color: #603813;
}
#general_01 .in {
  width: 540px;
  padding: 20px 0 0 420px;
}
#general_01 .in p {
  margin: 0;
  text-indent: 1em;
}
#general_01 .in .topline {
  margin-top: 1em;
}
#general_01 .in .bottomline {
  margin-bottom: 1em;
}
#general_01 .in p + h4 { margin-top: 50px; }
#general_01 .in .notes {
  margin-top: 70px;
}
#general_01 .in .img01 {
  width: 414px;
  position: absolute;
  top: 40px;
  left: 0;
}
#general_02 {
  min-width: 960px;
  width: 100%;
  min-height: 808px;
  background: url("../images/common/back09.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
}
#general_02 .in p {
  text-indent: 1em;
}
#general_02 .general_02_01 .in {
  width: 610px;
  margin-bottom: 150px;
  padding: 25px 350px 0 0;
}
#general_02 .general_02_01 .in .img02 {
  width: 305px;
  position: absolute;
  top: 30px;
  right: 43px;
}
#general_02 .general_02_02 .in {
  width: 615px;
  margin: 0 auto;
  padding: 20px 0 0 345px;
  position: relative;
}
#general_02 .general_02_02 .in p + h4 { margin-top: 50px; }
#general_02 .general_02_02 .in .img03 {
  width: 321px;
  position: absolute;
  top: -10px;
  left: 0;
}
#general_02 .general_02_02 .in ul {
  padding-left: 0.5em;
}
#general_02 .general_02_02 .in li::before {
  position: relative;
  top: 0.1em;
  left: -0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  border-radius: 100%;
  background: #6ac5cd;  
}

/*----------------------------------------------------
	oral
----------------------------------------------------*/
#oral_visual {
  min-width: 960px;
  width: 100%;
  height: 240px;
  background: url("../images/oral/oral-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#oral_visual .oral-logo {
  width: 257px;
}
#oral_01 {
  min-width: 960px;
  width: 100%;
  height: 236px;
  background-color: #ff9600;
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
}
#oral_01 .in {
  padding: 25px 0;
  text-align: center;
}
#oral_02 {
  min-width: 960px;
  width: 100%;
  min-height: 338px;
  margin: -20px 0 50px 0;
  color: #603813;
}
#oral_02 .in {
  width: 610px;
  padding: 20px 0 0 350px;
}
#oral_02 .in p {
  margin: 0;
  text-indent: 1em;
}
#oral_02 .in .topline {
  margin-top: 1em;
}
#oral_02 .in .bottomline {
  margin-bottom: 1em;
}
#oral_02 .in p + h4 { margin-top: 65px; }
#oral_02 .in ul {
  margin-bottom: 2em;
  padding-left: 0.5em;
}
#oral_02 .in li::before {
  position: relative;
  top: 0.1em;
  left: -0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  border-radius: 100%;
  background: #ff9600;  
}
#oral_02 .in .img01 {
  width: 322px;
  position: absolute;
  top: 0;
  left: 8px;
}
#oral_03 {
  min-width: 960px;
  width: 100%;
  min-height: 110px;
  margin: 65px 0;
  color: #603813;
}
#oral_03 .in {
  width: 610px;
  padding: 20px 0 0 350px;
}
#oral_03 .in p {
  text-indent: 1em;
}
#oral_03 .in .img02 {
  width: 269px;
  position: absolute;
  top: -30px;
  left: -50px;
}
#oral_04 {
  min-width: 960px;
  width: 100%;
  min-height: 110px;
  margin: 65px 0;
  color: #603813;
}
#oral_04 .in {
  width: 610px;
  padding: 20px 0 0 350px;
}
#oral_04 .in p {
  margin: 0;
  text-indent: 1em;
}
#oral_04 .in .topline {
  margin-top: 1em;
}
#oral_04 .in .bottomline {
  margin-bottom: 1em;
}
#oral_04 .in p + h4 { margin-top: 65px; }
#oral_04 .in .img03 {
  width: 265px;
  position: absolute;
  top: 70px;
  left: 65px;
}

/*----------------------------------------------------
	guide
----------------------------------------------------*/
#guide_visual {
  min-width: 960px;
  width: 100%;
  height: 240px;
  background: url("../images/guide/guide-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#guide_visual .guide-logo {
  width: 261px;
}
#guide_01 {
  min-width: 960px;
  width: 100%;
  height: 160px;
  background-color: #ff9600;
  color: #fff;
  margin: -25px 0 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24pt;
  font-weight: 700;
  line-height: 1.8em;
}
#guide_01 .in {
  padding: 1px 0;
  text-align: center;
}
#guide_01 .in .under {
  border-bottom: dotted 5px #fff;
  padding-top: 0;
  margin-top: 0;
	font-size: 2em;
	line-height: 1.7em;
}
#guide_02 {
  min-width: 960px;
  width: 100%;
  height: 1250px;
  background: url("../images/common/back10.png") no-repeat;
  background-position: center;
  background-size: 1900px;
}
#guide_02 .guide1 {
  float: left;
  width: 320px;
  min-height: 385px;
  text-align: center;
  margin: 0 0 30px 0;
}
#guide_02 .guide1 img {
  width: 225px;
  margin: 0 0 10px 0;
}
#guide_02 .guide1 p {
	line-height: 1.3em;
}
#guide_02 .guide1:first-of-type img { width: 280px; }
#guide_02 .guide1 h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 160%;
  color: #ff9600;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#guide_02 .guide1:nth-of-type(2) h4,
#guide_02 .guide1:nth-of-type(4) h4,
#guide_02 .guide1:nth-of-type(6) h4,
#guide_02 .guide1:nth-of-type(8) h4 { color: #90d1e7; }
#guide_03 {
  min-width: 960px;
  width: 100%;
  height: 1000px;
}
#guide_03 .guide2 {
  float: left;
  width: 420px;
  /*min-height: 460px;*/
  text-align: center;
  margin: 10 0 30px 0px;
}
#guide_03 .guide2:nth-of-type(even) {
  float: right;
  margin: 0 50px 50px 0;
}
#guide_03 .guide2 h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 160%;
  color: #ff9600;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#guide_03 .guide2 p {
    margin: 0;
    line-height: 1.3em;
}
#guide_03 .guide2:nth-of-type(2) h4,
#guide_03 .guide2:nth-of-type(3) h4 { color: #90d1e7; }
#guide_03 .guide2 img {
  width: 320px;
  margin: 10px 0;
}
.guide1 a {
    text-decoration: none;
}
.guide2 a {
	text-decoration: none;
	color: #603813;
}
/*----------------------------------------------------
	counseling
----------------------------------------------------*/
#counseling_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/counseling/counseling-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#counseling_visual .counseling-logo {
  width: 398px;
}
#counseling_01 h3 {
  position: relative;
  z-index: 5;
}
#counseling_02 {
  min-width: 960px;
  width: 100%;
  min-height: 851px;
  background: url("../images/common/back22.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
}
#counseling_02 .in p {
  margin: 0;
  text-indent: 1em;
}
#counseling_02 .in .topline {
  margin-top: 1em;
}
#counseling_02 .in .bottomline {
  margin-bottom: 1em;
}
#counseling_02 .counseling_02_01 .in {
  width: 610px;
  padding: 20px 0 0 360px;
}
#counseling_02 .counseling_02_01 .in .img01 {
  width: 417px;
  position: absolute;
  top: -144px;
  left: -104px;
  z-index: 0;
}
#counseling_02 .counseling_02_02 .in {
  width: 610px;
  margin: 80px auto;
  padding: 70px 350px 0 0;
  position: relative;
}
#counseling_02 .counseling_02_02 .in .img02 {
  width: 215px;
  position: absolute;
  top: -20px;
  right: -80px;
  z-index: 3;
}
#counseling_02 .counseling_02_03 .in {
  width: 610px;
  margin: 70px auto;
  padding: 50px 350px 0 0;
  position: relative;
  text-align: right;
}
#counseling_02 .counseling_02_03 .in .img03 {
  width: 483px;
  position: absolute;
  top: -48px;
  right: -160px;
  z-index: 2;
}

/*----------------------------------------------------
	staff
----------------------------------------------------*/
#staff_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/staff/staff-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#staff_visual .staff-logo {
  width: 503px;
}
#staff_01 {
  width: 960px;
  min-height: 1400px;
  margin: 0 auto;
  color: #603813;
}
#staff_01 .staff_01_01 {
  width: 960px;
  margin: 0 auto;
	
}
#staff_01 .staff_01_01 .left {
  width: 620px;
  float: left;
  margin: 0 auto;
	
}
#staff_01 .staff_01_01 .left h4 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  width: 520px;
  padding: 0 0 5px 10px;
  margin-bottom: 30px;
}
#staff_01 .staff_01_01 .left .balloon01  {
    width: 620px;
    height: 480px;
    margin: -40px 0 40px;
    background: url("../images/common/back14.png") no-repeat;
    background-position: top left;
    background-size: 610px;
    color: #603813;
}
#staff_01 .staff_01_01 .left .balloon01 .comment_1 {
    margin-top: 0px;
    position: relative;
    padding-top: 38px;
    padding-left: 30px;
    width: 500px;
	font-size: 1.1em
}
#staff_01 .staff_01_01 .left .sp-img {
  display: none;
}
#staff_01 .staff_01_01 .left .sp-img .img01 {
  display: none;
}
#staff_01 .staff_01_01 .left .sp-img .img01-caption {
  display: none;
}
#staff_01 .staff_01_01 .left .in {
  width: 440px;
  padding: 50px 80px 30px 0;
  line-height: 2em;
}
#staff_01 .staff_01_01 .left .in p {
  margin: 0;
  text-indent: 1em;
}
#staff_01 .staff_01_01 .left .in .topline {
  margin-top: 1em;
}
#staff_01 .staff_01_01 .left .in .bottomline {
  margin-bottom: 1em;
}
#staff_01 .staff_01_01 .left .in .spc {
  letter-spacing: 0.5em;
}
#staff_01 .staff_01_01 .right {
  width: 340px;
  float: left;
  margin: 0 auto;
  color: #603813;
}
#staff_01 .staff_01_01 .right .in {
  position: relative;
  width: 340px;
}
#staff_01 .staff_01_01 .right .in .img01 {
  width: 397px;
  position: absolute;
  top:-120px;
  right: -65px;
}
#staff_01 .staff_01_01 .right .in .img01-caption {
  position: absolute;
  top: 360px;
  font-size: 125%;
}
#staff_01 .staff_01_02 .left {
  width: 620px;
  float: left;
  margin: 0 auto;
}
#staff_01 .staff_01_02 .left .blue h4 {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  width: 520px;
  padding: 0 0 5px 30px;
  margin-bottom: 30px;
}
#staff_01 .staff_01_02 .left .blue .balloon02  {
  width: 620px;
  height: 410px;
  margin: -40px 0 40px;
  background: url("../images/common/back15.png") no-repeat;
  background-position: top left;
  background-size: 544px;
  color: #603813;
}
#staff_01 .staff_01_02 .left .blue .in {
  width: 440px;
  padding: 30px 110px 30px 40px;
  line-height: 2em;
}
#staff_01 .staff_01_02 .left .orange h4 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  width: 520px;
  padding: 0 0 5px 30px;
  margin-bottom: 30px;
}
#staff_01 .staff_01_02 .left .orange .balloon03  {
  width: 620px;
  height: 480px;
  margin: -40px 0 40px;
  background: url("../images/common/back16.png") no-repeat;
  background-position: top left;
  background-size: 540px;
  color: #603813;
}
#staff_01 .staff_01_02 .left .orange .in {
  width: 440px;
  padding: 40px 110px 30px 40px;
  line-height: 2em;
}
#staff_01 .staff_01_02 .right {
  width: 340px;
  float: left;
  margin: 0 auto;
  color: #603813;
}
#staff_01 .staff_01_02 .right .in {
  width: 340px;
  position: relative;
  border: solid 2px #603813;
  border-radius: 10px;
  padding: 10px 20px;
}
#staff_01 .staff_01_02 .right .in .career {
  position: relative;
  
}
#staff_01 .staff_01_02 .right .in .career_01 {
  margin-bottom: 1em;
}
#staff_01 .staff_01_02 .right .in .career_01 p {
  text-indent: 0;
  margin: 0;
}
#staff_01 .staff_01_02 .right .in .career_02 dl {
  width: 80%;
}
#staff_01 .staff_01_02 .right .in .career_02 .univ {
  display: flex;
}
#staff_01 .staff_01_02 .right .in .career_02 dd {
  margin-left: auto;
  text-align: right;
}
#staff_01 .staff_01_02 .right .in .career_03 dl {
  width: 100%;
}
#staff_01 .staff_01_02 .right .in .career_03 dt {
  float: left ;
  clear: left ;
  margin-right: 1em ;
}
#staff_01 .staff_01_02 .right .in .career_03 dd {
  float: left ;
  margin-left: 1em ;
}
#staff_01 .staff_01_02 .right .in .profile {
  font-size: 95%;
  margin-top: 2.5em;
  line-height: 1.7em;}
#staff_01 .staff_01_02 .right .in .profile p {
  text-indent: 0;
}
#staff_01 .staff_01_02 .right .in .profile .comments {
  margin-top: 2em;
  font-size: 85%;
  line-height: 1.5em;
}
#staff_01 .staff_01_02 .right .in .profile .comments p {
  margin: 0;
}
#staff_02 {
  min-width: 960px;
  width: 100%;
  min-height: 470px;
  background: url("../images/common/back12.png") no-repeat;
  background-position: top center;
  background-size: 750px;
  margin-top: 0 auto;
  color: #603813;
  clear: both;
  font-family: 'Noto Serif SC', serif;
}
#staff_02 .in {
  position: relative;
  text-align: center;
  padding-top: 60px;
}
#staff_02 .in p {
  margin: 1.2em;
  line-height: 1.5em;
  text-indent: 0;
}
#staff_02 .in .img02 {
  width: 489px;
  position: absolute;
  top: -200px;
  right: -50px;
  z-index: 1;
}
#staff_03 {
  min-width: 960px;
  width: 100%;
  color: #603813;
}
#staff_03 .in {
  font-size: 120%;
  margin: -25px auto 50px;
}
#staff_03 .in .staff-name {
  font-size: 140%;
}
#staff_03 .in table {
  width: 100%;
  border-collapse: collapse;
}
#staff_03 .in td {
  border-top: 1px #404040 solid;
  border-bottom: 1px #404040 solid;
  padding: 25px 50px;
  text-align: left;
}
#staff_04 {
  min-width: 960px;
  width: 100%;
  min-height: 270px;
  color: #603813;
}
#staff_04 .in {
  width: 470px;
  color: #603813;
  margin: -20px auto 0 auto;
  padding: 0 490px 0 0;
  position: relative;
}
#staff_04 .in p {
  margin: 0;
  text-indent: 1em;
}
#staff_04 .in .topline {
  margin-top: 1em;
}
#staff_04 .in .bottomline {
  margin-bottom: 1em;
}
#staff_04 .img03 {
  width: 465px;
  position: absolute;
  top: 0;
  right: 0;
}

.first-name {
	font-size: 1em;
}

/*----------------------------------------------------
	clinic
----------------------------------------------------*/
#clinic_visual {
    min-width: 960px;
    width: 100%;
    height: 240px;
    background: url("../images/clinic/clinic-main.jpg") no-repeat;
    background-position: center;
    background-size: 1900px;
    margin-top: 20px;
    font-size: 40px;
    padding: 240px 0 0 0;
    text-align: center;
    color: rgba(233,106,0,0.00);
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#clinic_visual .clinic-logo {
  width: 261px;
}
#clinic_01 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 160%;
	text-align: center;
}
.clinic_in {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.clinic_in:after { content: ""; display: block; clear: both; }
.clinic1 {
    float: left;
    width: 462px;
    min-height: 320px;
    
    margin: 0 0 30px 0px;
    /*border: thin solid #FC0004;*/
}
.clinic1 h4 {
  color: #ff9600;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/*#clinic_01 .clinic1:nth-of-type(even) {
  float: right;
  margin: 0 5px 30px 0;
}*/
.clinic_r {
	float: right;
	width: 462px;
	min-height: 320px;
  	margin: 0 0px 30px 0;
	/*border: thin solid #000004;*/
}
.clinic_r h4 {
  color: #90d1e7;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}


/*#clinic_01 .clinic1 .clinic_r p { margin: 0; }
#clinic_01 .clinic1:nth-of-type(2) h4,*/

/*#clinic_01 .clinic1:nth-of-type(even) h4 { color: #90d1e7; }*/

.clinic1 img {
  width: 462px;
  margin: 0;
}
.clinic_r img {
  width: 462px;
  margin: 0;
}
#clinic_02 {
  min-width: 960px;
  width: 100%;
  min-height: 668px;
  background: url("../images/common/back19.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
}
#clinic_02 p {
	width: 92%;
    font-size: 1.2em;
    text-indent: 1em;
    margin-bottom: 30px;
}
.clinic_in2 {
  width: 960px;
	min-height: 850px;
  margin: 0 auto;
  position: relative;
}
#clinic_02 .img02 {
    width: 303px;
    /*position: absolute;
	 z-index: 2;
	right: 0;*/
    top: 0px;
    float: left;
    margin-right: 15px;
    margin-top: -10px;
}
#clinic_03 {
    min-width: 960px;
    width: 100%;
    min-height: 800px;
    background: url("../images/common/back20.png") no-repeat;
    background-position: -100px 50%;
    background-size: 2600px;
    margin-top: -36px;
    color: #603813;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 160%;
    text-align: center;
    margin-bottom: -80px;    
}
.clinic1 h4 {
  color: #ff9600;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/*----------------------------------------------------
	access
----------------------------------------------------*/
#access_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/access/access-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 20px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#access_visual .access-logo {
  width: 213px;
}
#access_01 {
  min-width: 960px;
  width: 100%;
  min-height: 480px;
  margin-top: -36px;
  color: #603813;
}
#access_01 .in {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#access_01 .left {
  width: 480px;
  float: left;
  margin: -10px auto 10px;
}
#access_01 .left .train {
  width: 430px;
  background: url("../images/common/train.svg") no-repeat;
  background-position: center left;
  background-size: 30px;
  padding: 0 0 0 50px;
  margin: 35px 0 25px 18px;
}
#access_01 .left .car {
  width: 350px;
  background: url("../images/common/car.svg") no-repeat;
  background-position: center left;
  background-size: 40px;
  padding: 0 0 0 50px;
  margin: 25px 0 20px 18px;
}
#access_01 .left img {
  margin: 20px auto 1px;
}
#access_01 .left p {
  margin: 0;
  text-indent: 0;
  letter-spacing: 0em;
}
#access_01 .left span {
  font-size: 1.4em;
  letter-spacing: 0.2em;
	/*font-weight: bold;*/
}
#access_01 .right {
  width: 480px;
  float: left;
  margin: 0 auto;
}
#access_01 .right img {
  top: 0;
  right: 0;
  position: absolute;
}
#access_02 {
  min-width: 960px;
  width: 100%;
  min-height: 580px;
  background: url(../images/common/back13.png) no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -30px;
  padding-top: 30px;
  color: #603813;
}
#aceess_02 .time h3 {
  padding-top: 100px;
	/*font-size: 0.6em;*/
}
#access_02 .time {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#access_02 .time .small {
  position: absolute;
  font-size: 14px;
  right: 120px;
  top: -84px;
}
#access_02 .time .small2 {
  position: absolute;
  font-size: 14px;
  right: 80px;
  top: -84px;
}
#access_02 .in {
  width: 960px;
  margin: -36px auto 0;
  position: relative;
}
#access_02 .left {
  width: 480px;
  float: left;
  margin: 0 auto;
}
#access_02 .left .img03 {
  width: 216px;
  float: right;
}
#access_02 .right {
  width: 480px;
  float: left;
  margin: 0 auto;
}
#access_02 h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 38px;
  text-align: center;
  color: #5b3913;
}
#access_02 .calendar {
  float: right;
  width: 442px;
  height: 440px;
  background: url("../images/common/chara-father.svg") no-repeat;
  background-size: 42px;
  background-position: top 4px right;
}
#access_02 .block {
  width: 410px;
  height: 370px;
  border: 1px solid #ff9600;
  border-radius: 10px;
  padding: 15px;
}

/*----------------------------------------------------
	maternity
----------------------------------------------------*/
#maternity_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/maternity/maternity-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 2px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#maternity_visual .maternity-logo {
  width: 300px;
}
#maternity_01 {
  min-width: 960px;
  width: 100%;
  min-height: 265px;
  background-color: #feebc6;
  margin-top: -20px;
  color: #603813;
  position: relative;
}
#maternity_01 .in {
  width: 630px;
  padding: 25px 0 25px 330px;
}
#maternity_01 .in p {
  text-indent: unset;
  margin: 0;
}
#maternity_01 .in .topline {
  margin-top: 1em;
}
#maternity_01 .in .bottomline {
  margin-bottom: 1em;
}
#maternity_01 .img01 {
  width: 285px;
  position: absolute;
  left: -24px;
  top: -30px;
}
#maternity_02 {
  min-width: 960px;
  width: 100%;
  height: 145px;
  background-color: #ff9600;
  color: #fff;
  margin-bottom: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
#maternity_02 .in {
/*  margin-bottom: 47px;*/
  text-align: center;
}
#maternity_02 .in .catch {
  display: inline-block;
  text-align: left;
  float: left;
  padding-top: 15px;
  padding-left: 60px;
  width: 236px;
}
#maternity_02 .in .img02 {
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: -30px;
  margin-right: -70px;
  width: 160px;
} 
#maternity_02 .in p {
  clear: left;
  font-size: 32px;
}
#maternity_02 .in .under {
  border-bottom: dotted 5px #fff;
  padding-top: 0;
  margin-top: 0;
}
#maternity_02 .small {
  font-size: 18px;
}
#maternity_03 {
  min-width: 960px;
  width: 100%;
  color: #603813;
  position: relative;
}
#maternity_03 .in {
  width: 960px;
  height: 290px;
  border: dotted 5px #ff9600;
  border-radius: 20px;
}
#maternity_03 .in h4 {
  text-align: center;
  margin-top: .8em;
  margin-bottom: 1em;
}
#maternity_03 .in dl {
  width: 100%;
  margin: 20px 45px;
}
#maternity_03 .in dt {
  float: left;
  clear: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ff9600;
}
#maternity_03 .in dd {
  float: left ;
  width: 670px;
  margin-top: -32px;
  margin-left: 190px;
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 1.75em;
  }
#maternity_03 .note {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ff9600;
  margin: -15px auto 100px;
  width: 100%;
  }
#maternity_03 .note p {
  position: relative;
  width: 760px;
  text-align: center;
  margin: .8em auto 0;
}
#maternity_03 span {
  float: right;
  padding: 0 80px 0 0;
}
#maternity_03 .dentist-left:after {
  content: "";
  width: 79px;
  height: 64px;
  background: url("../images/common/chara-dentist-left.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 0;
}
#maternity_04 {
  min-width: 960px;
  width: 100%;
  color: #603813;
  position: relative;
  margin-top: -40px;
}
#maternity_05 {
  min-width: 960px;
  width: 100%;
  color: #603813;
  margin-bottom: 70px;
}
#maternity_05 h5 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ff9600;
  margin: 24px auto 0;
}
#maternity_05 span {
  width: 300px;
  position: relative;
  padding: 0 0 0 80px;
}
#maternity_05 h5 span.dentist-right:before {
  content: "";
  width: 73.3px;
  height: 59px;
  background: url("../images/common/chara-dentist-right.svg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 2;
}
#maternity_05 h5 span.dentist-right {
	text-align: left;
	margin-top: 10px;
}
#maternity_05 .in {
  position: relative;
  border: dotted 5px #ff9600;
  border-radius: 20px;
  text-align: center;
}
#maternity_05 .in .img04 {
  margin: 35px auto 0;
}
#maternity_05 .in .img04-sp {
  display: none;
}
#maternity_06 {
  min-width: 960px;
  width: 100%;
  height: 1370px;
  background: url("../images/common/back21.png") no-repeat;
  background-position: top center;
  background-size: 2270px;
  margin-top: 90px;
  color: #603813;
}
#maternity_06 .maternity_06_01 .in {
  width: 480px;
  margin: 30px auto 0 auto;
  padding: 20px 355px 0 125px;
  text-align: right;
  position: relative;
}
#maternity_06 .maternity_06_01 .in .img05 {
  width: 328px;
  position: absolute;
  top: -70px;
  right: -30px;
}
#maternity_06 .maternity_06_02 .in {
  width: 600px;
  margin: 60px auto 0 auto;
  padding: 0 0 0 350px;
  position: relative;
}
#maternity_06 .maternity_06_02 .in .img06 {
  width: 324px;
  position: absolute;
  top: 30px;
  left: -10px;
}
#maternity_06 .maternity_06_02 .in p {
  text-indent: 0;
}
#maternity_06 .maternity_06_03 .in {
  width: 520px;
  margin: 120px auto 0 auto;
  padding: 30px 320px 0 120px;
  text-align: right;
  position: relative;
}
#maternity_06 .maternity_06_03 .in .orange { color: #ff9600; }
#maternity_06 .maternity_06_03 .in .ribon {
  width: 497px;
  position: absolute;
  top: -65px;
  left: -180px;
}
#maternity_06 .maternity_06_03 .in .img07 {
  width: 130px;
  position: absolute;
  top: 165px;
  left: 0;
}
#maternity_06 .maternity_06_03 .in .img08 {
  width: 303px;
  position: absolute;
  top: -45px;
  right: -10px;
}

/*----------------------------------------------------
	prevent
----------------------------------------------------*/
#prevent_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/prevent/prevent-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 2px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#prevent_visual .prevent-logo {
  width: 300px;
}
#prevent_04 {
  min-width: 960px;
  width: 100%;
  color: #603813;
  position: relative;
  margin-top: -40px;
}
#prevent_04 .in .img03 {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}
#prevent_02 {
  min-width: 960px;
  width: 100%;
  height: 145px;
    
  background-color: #ff9600;
  color: #fff;

  margin-bottom: 30px;
	padding-top: 0.5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
#prevent_02 .in p {
  text-align: center;
  font-size: 32px;
  margin-top: 10px;
}
#prevent_02 .in .under {
  border-bottom: dotted 5px #fff;

}
#prevent_02 .small {
  font-size: 18px;
}

#prevent_06 {
  min-width: 960px;
  width: 100%;
  height: 770px;
  background: url("../images/prevent/back26.png") no-repeat;
  background-position: top center;
  background-size: 2000px;
  margin-top: -30px;
 
}
#prevent_06 .prevent_06_01 .in {
  width: 480px;
  margin: 30px auto 0 auto;
  padding: 20px 355px 0 125px;
  text-align: right;
  position: relative;
}
#prevent_06 .prevent_06_01 .in .img01 {
  width: 328px;
  position: absolute;
  top: 30px;
  right: -30px;
}
#prevent_06 .prevent_06_02 .in {
  width: 600px;
  margin: 120px auto 0 auto;
  padding: 0 0 0 350px;
  position: relative;
}
#prevent_06 .prevent_06_02 .in .img02 {
  width: 324px;
  position: absolute;
  top: -60px;
  left: -10px;
}
#prevent_06 .prevent_06_02 .in p {
  text-indent: 0;
}
#prevent_06 .prevent_06_03 .in {
  width: 520px;
  margin: 120px auto 0 auto;
  padding: 30px 320px 0 120px;
  text-align: right;
  position: relative;
}
#prevent_06 .prevent_06_03 .in .orange { color: #ff9600; }
#prevent_06 .prevent_06_03 .in .ribon {
  width: 497px;
  position: absolute;
  top: -65px;
  left: -180px;
}
#prevent_06 .prevent_06_03 .in .img07 {
  width: 130px;
  position: absolute;
  top: 165px;
  left: 0;
}
#prevent_06 .prevent_06_03 .in .img08 {
  width: 303px;
  position: absolute;
  top: -45px;
  right: -10px;
}

/*----------------------------------------------------
	faq
----------------------------------------------------*/
#faq_visual {
  min-width: 960px;
  width: 100%;
  height: 260px;
  background: url("../images/guide/guide-main.jpg") no-repeat;
  background-position: center;
  background-size: 1900px;
  margin-top: 2px;
  font-size: 40px;
  padding: 240px 0 0 0;
  text-align: center;
  color: rgba(233,106,0,0.00);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#faq_visual .faq-logo {
  width: 300px;
}
#accordion1 {
  background-color: #FFFAF3;
  margin-top: -30px;
}
#accordion2 {
 background-color: #F5FBFF;
 margin-top: -30px;
}
.accordionbox{
    margin: 0px auto 40px;  
}
.accordionlist {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.accordionbox h4 {
	font-size: 1.4em;
}
.accordionlist dt{
    display:block;
    /*background: #fff;*/
    padding: 15px 0 0px 2px;
    border-top: 1px solid #DFDFDF;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
	/*background: #fff;*/
	padding:0 0 20px 15px;
	font-size: 1.2em;
	width: 83%;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #F88789;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#accordion1 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#accordion1 .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);

}
/*＋、×切り替え*/
#accordion2 .accordion_icon.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#accordion2 .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
/* cleatfix */

.clearfix {zoom:1;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}
/*----------------------------------------------------
	blogs
----------------------------------------------------*/
#news_list_all {
    min-width: 960px;
    width: 100%;
    min-height: 390px;
    background: url("../images/common/back18.png") no-repeat;
    background-position: top center;
    background-size: 1900px;
    margin-top: -36px;
    color: #603813;
    padding-top: 10px;
}
#news_list {
  min-width: 960px;
  width: 100%;
  min-height: 390px;
  background: url("../images/common/back17.png") no-repeat;
  background-position: top center;
  background-size: 1900px;
  margin-top: -36px;
  color: #603813;
  padding-top: 10px;
}
#news_list_all .eyecatch {
  float: left;
  width: 150px;
  margin: 50px 20px 0 0;
}
#news_list .eyecatch {
  float: left;
  width: 150px;
  margin: 10px 20px 0 0;
}
#news_list_all h1 a {
	color: #ff9600;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
.orange_line {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ff9600;
    border-left: 4px solid #ff9600;	
}
.orange_line span {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ff9600; 
  padding-left: 10px;
  padding-bottom: 10px;
}
.blog {
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    position: relative;
}
.blog_comment {
  width: 580px;
  margin: 0 auto;
  position: relative;
  font-size:1.3em;
}
.date {
font-size:1.3em;
}

#pager {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
#pager:after { content: ""; display: block; clear: both; }
#pager span {
  width: 2em;
  height: 2em;
  background: #ff9600;
  text-align: center;
  line-height: 2em;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
}
#pager a {
  width: 2em;
  height: 2em;
  background: #5E6F8F;
  text-align: center;
  line-height: 2em;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
}
#pagechange {
    width: 600px;
    height: 2em;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0 0 60px 0;
}
#pagechange a {
  float: left;
  height: 2em;
  background: #ff9600;
  text-align: center;
  line-height: 2em;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
  padding: 0 1em;
}
#pagechange a.next { float: right; }
/*----------------------------------------------------
	page top
----------------------------------------------------*/
#pagetop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  left: 50%;
  margin: 0 0 0 500px;
  background: #ff9600;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  text-align: center;
  display: none;
  z-index: 9;
}
#pagetop:before {
  content: "";
  width: 40px;
  height: 26px;
  background: url("../images/common/chara-child.svg") no-repeat;
  background-size: 40px;
  background-position: center;
  display: block;
  position: absolute;
  top: -24px;
}
#pagetop span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 10px solid #ff9600;
  border-right: 10px solid #ff9600;
  border-bottom: 16px solid #fff;
  display: block;
  margin: 10px auto 0 auto;
}

/*----------------------------------------------------
	Footer
----------------------------------------------------*/
#bottom {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
  min-width: 960px;
  width: 100%;
  height: 140px;
  /*background: #fff;*/
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 0;
}
#bottom .logo {
  width: 190px;
  margin: 0 0 10px 0;
}
#bottom p {
  font-size: 12px;
  color: #ff9600;
  margin: 0;
}

#bottom_ul {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
  min-width: 960px;
  width: 100%;
  min-height: 40px;
  background: #fffbf5;
  text-align: center;
  font-size: 0;
  line-height: 10px;
  color: #5b3913;
	padding-bottom: 5px;
	
}
#bottom_ul li {
  display: inline-block;
  font-size: 12px;
	margin-top: 18px;
 
}
#bottom_ul li:after {
  content: "|";
  margin: 0 5px;
}
#bottom_ul li:last-of-type:after {
  content: "";
  margin: 0;
}
#bottom_ul li a {
  color: #5b3913;
  text-decoration: none;
}

footer {
	font-family: 'M PLUS Rounded 1c', sans-serif;
  min-width: 960px;
  width: 100%;
  background: #feecc6;
  padding: 15px 0;
}
footer:after { content: ""; display: block; clear: both; }
footer .left {
  float: left;
  width: 460px;
}
footer .left img { width: 100%; }
footer .right {
  float: right;
  width: 460px;
  padding: 35px 0 0 0;
  color: #5b3913;
  line-height: 1.3em;
}
footer .right .map {
  width: 460px;
  height: 250px;
  border: 1px solid #ff9600;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
footer .right p {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #5b3913;
  line-height: 20px;
}
footer .right p span { font-size: 20px; margin: 0 0 0 10px; }
footer .right .train {
  float: left;
  width: 205px;
  background: url("../images/common/train.svg") no-repeat;
  background-position: center left;
  background-size: 30px;
  padding: 0 0 0 45px;
  margin: 0 0 0 18px;
}
footer .right .car {
  float: right;
  width: 140px;
  background: url("../images/common/car.svg") no-repeat;
  background-position: center left;
  background-size: 40px;
  padding: 0 0 0 50px;
}

#copyright {
  min-width: 960px;
  width: 100%;
  height: 30px;
  background: #ff9600;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}
/*担当医表*/
.doc-sche table {
font-size: 1em;
font-family: 'M PLUS Rounded 1c', sans-serif;
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
table,
th,
td {
border: 0px;
}
.doc-sche table td {
border-left: thin solid #FF9600;
}
.sche-orange {
background: #ff9600;
color: #fff;
}
.doc-sche table th.th-white {
border-left: thin solid #FFF;
}
.sche-white {
background: #fff;
text-align: center;
color: #ff9600;
}
.sche-white2 {
background: #fff;
text-align: center;
color: #ff9600;
border-top: thin solid #FF9600;
}
.biweekly {
color: #FF7B00;
text-align: right;
margin: 1px 0 0 0;
}

}