@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}
#hpb-headerMain h1{
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 80px;
  text-align: left;
  font-weight: normal;
  line-height: 15px;
  font-size: 10px;
}
#hpb-headerLogo{
  width: 500px;
  float: left;
}
#hpb-headerLogo a{
  display: block;
  margin-top: -3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 60px;
  background-image : url(../img/logo_3Fa.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-headerExtra1{
  width: 320px;
  margin-top: -25px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
}
#hpb-headerExtra1 p.tel{
  /* 電話番号の文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  text-align: right;
  color: #fe5c7f;
  font-size: 1.5em;
}
#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
    font-size: 0.65em;
  font-weight: normal;
  color: #333333;
  padding-right: 10px;
}
#hpb-headerExtra1 p.address{
  /* 住所文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: right;
}
/* フッター内パーツ */
#hpb-footer{
  clear: both;
  border-top-color: #ffaec0;
  border-top-style: solid;
  border-top-width: 1px;
}
#hpb-footerMain{
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #ff92aa;
}
#hpb-footerMain p{
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: left;
}
#hpb-nav{
  position: absolute;
  top: 10px;
  left: 0px;
  width: 1086px;
  height: 33px;
  overflow: hidden;
}
#hpb-nav ul{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
}
#hpb-nav ul::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-nav li{
  display: block;
  float: left;
  overflow: hidden;
}
* html #hpb-nav li{
  /*for IE6*/
	width: 130px;
}
#hpb-nav li a{
  display: block;
  height: 33px;
  line-height: 33px;
  padding-left: 40px;
  padding-right: 60px;
  font-size: 1.2em;
}
#hpb-nav li span.en{
  display: none;
}
#hpb-nav a:link{
  background-image : url(../img/mainmenu_3Fa_01.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
}
#hpb-nav a:visited{
  background-image : url(../img/mainmenu_3Fa_01.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}
#hpb-nav a:hover{
  background-image : url(../img/mainmenu_3Fa_01_on.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}
#hpb-nav a:active{
  background-image : url(mainmenu_3Fa_01_on.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}
/* サイドブロック内パーツ */

#banner ul{
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#banner ul li a{
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
  /* ナビゲーション文字設定 */
	color: #fff;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
  color: #167bd6;
  text-decoration: underline;
}
a:visited{
  color: #167bd6;
  text-decoration: underline;
}
a:hover{
  color: #81BA32;
  text-decoration: none;
}
a:active{
  color: #81BA32;
  text-decoration: none;
}
#hpb-skip{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
p{
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 0.1em;
  padding-left: 0.1em;
  line-height: 1.4;
  text-align: left;
}
p.large{
  margin-bottom: -0.5em;
  color: #ff6d88;
}
p.indent{
  padding-left: 15px;
  background-image : url(../img/point_3Fa.png);
  background-position: top 5px;
  background-repeat: no-repeat;
}
.left{
  float: left;
}
.right{
  float: right;
}
hr{
  width: 100%;
  height: 10px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-02 h2{
  background-image : url(../img/indexBg_3Fa_01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.6em;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  color: #fe5c7f;
}
.hpb-layoutset-02 h2 span.ja{
  padding-right: 7px;
}
.hpb-layoutset-02 h2 span.en{
  text-transform: capitalize;
  font-size: 0.75em;
}
#hpb-wrapper h3{
  clear: both;
  color: #ff6d88;
  background-image : url(../img/indexBg_3Fa_02.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 10px;
}
#hpb-wrapper h3 span.en {
  }
#hpb-wrapper h3 span.ja {
  }
h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border-bottom-style: none;
}
h4{
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
h5{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}
table{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 0;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff92aa;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ff92aa;
}
table th{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff92aa;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ff92aa;
  background-image : url(../img/pageBg_3Fa.png);
}
table td{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff92aa;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ff92aa;
}
/* フォームパーツ設定 */
input.button{
  margin-top: 10px;
  margin-bottom: 15px;
}
textarea{
  width: 380px;
  height: 200px;
}
input.l{
  width: 380px;
}
input.m{
  width: 250px;
}
input.s{
  width: 50px;
}
/* メインコンテンツ内基本パーツ */

#hpb-main ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-main ul li{
  text-align: left;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  background-image : url(../img/point_3Fa.png);
  background-position: 4px 3px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #fe5c7f;
}
#hpb-main dl{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  text-align: left;
  line-height: 1.7;
  font-weight: normal;
  width: 9em !important;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  background-image : url(../img/point_3Fa.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
}
#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.7;
  padding-left: 11em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #fe5c7f;
}
* #hpb-main dd{
  height: 1%;
/* for IE6 */
}
#hpb-main dl::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
#pagetop{
  clear: both;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: right;
}
#pagetop a{
  /* ページの先頭へのリンク設定 */
    display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-left: auto;
  background-image : url(../img/returnTop_3Fa.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 140px;
  height: 24px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
/* トップページ デザイン定義 */

#toppage-news h3{
  color: #ff6d88;
  background-image : url(../img/indexBg_3Fa_02.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 2px;
}
#toppage-news h3 span.en{
  font-size: 1.6em;
  padding-right: 6px;
  text-transform: capitalize;
}
#toppage-news h3 span.ja{
  font-weight: normal;
}
/* 治療方針ページ デザイン定義 */
#flow{
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  zoom: 1;
}
#flow li{
  display: block;
  background-image : url(../img/arrow_3Fa.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 0px;
  padding-left: 4px;
  list-style-type: none;
  line-height: 1.5;
}
#flow li:first-child{
  background-image: none;
  padding-top: 10px;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain h1{
  padding-right: 5px;
}
#hpb-headerLogo{
  width: 98%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerLogo a{
  max-width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-size: contain;
  background-position: top center;
}
#hpb-headerExtra1{
  width: 98%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
#hpb-headerExtra1 p.tel span{
  display: block;
  padding-bottom: 5px;
}
/* フッター内パーツ */
	#hpb-footerMain{
  padding-right: 5px;
  padding-left: 5px;
}
#hpb-nav{
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #ff7791;
}
#hpb-nav ul{
  display: none;
}
#hpb-nav li{
  float: none;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}
#hpb-nav li a{
  height: auto;
  line-height: 1.4;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#hpb-nav a:link{
  background-image: none;
  background-color: #ff7791;
}
#hpb-nav a:visited{
  background-image: none;
  background-color: #ff7791;
}
#hpb-nav a:hover{
  background-image: none;
  background-color: #ffa6bc;
}
#hpb-nav a:active{
  background-image: none;
  background-color: #ffa6bc;
}
/* サイドブロック内パーツ */
	#banner ul li a{
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
  width: 27px;
  height: 20px;
  background-image : url(../img/btn_menu.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#hpb-nav ul.toggled-on{
  display: block;
}
/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
  padding-right: 0;
  padding-left: 0;
}
.hpb-layoutset-02 h2{
  background-image: none;
  background-color: #fff3f3;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-color: #ff6d88;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  word-break: break-all;
}
.hpb-layoutset-02 h2 span.ja{
  padding-right: 0;
  display: block;
}
.hpb-layoutset-02 h2 span.en{
  display: block;
}
h4{
  padding-right: 0;
}
h5{
  padding-right: 15px;
}
table{
  width: 100%;
  box-sizing: border-box;
}
/* フォームパーツ設定 */
	textarea{
  width: 96%;
}
input.l{
  width: 96%;
}
input.m{
  width: 60%;
}
input.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
	#hpb-main dt{
  float: none;
  margin-left: 0;
  max-width:100%;
}
#hpb-main dd{
  padding-left: 15px;
}
#hpb-main img.left{
  margin-right: 0;
  float: none;
}
#hpb-main img.right{
  margin-left: 0;
  float: none;
}
#pagetop{
  margin-bottom: 0;
}
/* トップページ デザイン定義 */

	/* 治療方針ページ デザイン定義 */
	#flow{
  padding-left: 0;
}
#flow li{
  padding-left: 0;
}
}