@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 24px;
    overflow: hidden;
}

#hpb-headerMain h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    line-height: 15px;
    font-size: 12px;
    color: #666666;
}

#hpb-headerLogo {
    width: 250px;
    height: 60px;
    padding-left: 10px;
    float: left;
}

#hpb-headerLogo a {
    display: block;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 65px;
    background-image: url(img/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1 {
    width: 220px;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0099FF;
}

#hpb-headerExtra1 p.tel {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
    color: #0099FF;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0099FF;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    font-size: 0.6em;
    font-weight: normal;
    color: #333333;
    display: block;
    padding-bottom: 3px;
}

#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: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    font-size: 0.9em;
}

#hpb-headerExtra2 {}

/* フッター内パーツ */
#hpb-footerMain {}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 1em;
    line-height: 40px;
    padding-left: 10px;
   /* position:fixed;*/
}

#hpb-footerLogo {}

#hpb-footerExtra1 {}

#hpb-footerExtra2 {}

/* サイドブロック内パーツ */

/* バナー */
#banner {
    overflow: hidden;
}

#banner ul {
    margin-top: 0px;
    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;
}

#banner li {
    display: block;
    width: 235px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#banner li a {
    display: block;
    height: 55px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner li a:visited {
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-image: url(img/banner_3Ea.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #3e3e3e;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}

#banner li a:link {
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-image: url(img/banner_3Ea.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #3e3e3e;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}

#banner li a:active {
    background-image: url(img/banner_3Ea_on.png);
    color: #007eb8;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}

#banner li a:hover {
    background-image: url(img/banner_3Ea_on.png);
    color: #007eb8;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
    /* ナビゲーション文字設定 */
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #666;
    text-decoration: underline;
}

a:hover {
    color: #FF9427;
    text-decoration: none;
}

a:active {
    color: #FF9427;
    text-decoration: none;
}

#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    font-size: 14px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.4;
    text-align: left;
}

p.large {
    margin-bottom: -0.5em;
}

p.indent {
    padding-left: 15px;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 4px;
    background-repeat: no-repeat;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}


hr {
    width: 100%;
    height: 1px;
    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 span.ja {
    font-size: 1em;
    color: #ffffff;
    padding-right: 0;
    padding-left: 13px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.hpb-layoutset-02 h2 span.en {
    font-size: 0.8em;
    color: #B8E6FE;
    font-weight: normal;
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: normal;
}

#hpb-wrapper h3 {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    text-align: left;
    color: #0099FF;
    padding-right: 7px;
}

#hpb-wrapper h3 span.en {
    padding-right: 10px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

#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 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    text-align: left;
    font-size: 1.2em;
    line-height: 0.1;
    font-weight: bold;
    color: #FF9628;
}

/*h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    text-align: left;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
}*/

table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 15px;
    /*    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dddddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;*/
}

table th {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #FFFDDD;
    /*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    color: #BF6F1A;*/
}

table td {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
}

/*2024/09/04 topページ編集に伴い追加*/
#improvingtreatment table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 13px;
    border: solid 1px #ccc;
}

#improvingtreatment table th
{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: center;
    border: solid 1px #ccc;
    background-color: #FFFDDD;
}

#improvingtreatment table td 
{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
   /* display:table-cell;*/
}


/*表(区分・内容)*/
#improvingtreatment_content table {
    width: 350px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}

#improvingtreatment_content table td 
{
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: bottom;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}
/*表(区分・内容)　ここまで*/

/*表(具体的取組)*/
#improvingtreatment_attempt1 table 
{
    width: 400px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}

#improvingtreatment_attempt1 table td 
{
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}

#improvingtreatment_attempt2 table 
{
    width: 380px;
    height:250px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}

#improvingtreatment_attempt2 table td
{
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}

#improvingtreatment_attempt3 table 
{
    width: 400px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}

#improvingtreatment_attempt3 table td {
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}

#improvingtreatment_attempt4 table 
{
    width: 400px;
    height:165px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}

#improvingtreatment_attempt4 table td 
{
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    vertical-align: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}

#improvingtreatment_attempt5 table 
{
    width: 350px;
    height: 190px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}


#improvingtreatment_attempt5 table td 
{
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    vertical-align: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}


#improvingtreatment_attempt6 table {
    width: 350px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 12px;
    border: none;
}


#improvingtreatment_attempt6 table td 
{
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    vertical-align: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border: none;
}

/*表(具体的取組)ここまで*/

/*2024/09/04 topページ編集に伴い追加 ここまで*/




/* フォームパーツ設定 */
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;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 18px;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 12px;
    background-repeat: no-repeat;
}

#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: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 10px;
    background-repeat: no-repeat;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
}

* #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;
}


/* トップページ デザイン定義 */
#toppage-text .large {
    background-image: url(img/toppageLead_3Ea.png);
    background-repeat: no-repeat;
    background-position: 380px 0px;
    font-size: 1.3em;
    font-weight: bold;
    color: #906900;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-right: 0.5em;
    padding-bottom: 13px;
    padding-left: 0.5em;
}

#toppage-news {
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    background-image: url(img/toppagenewsBg_3Ea_New.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#toppage-news h3 {
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin-bottom: 0px;
    background-image: url(img/toppagenews_3Ea.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#toppage-news h3 span.en {
    padding: 13px 20px 0px 15px;
    display: block;
    font-size: 16px;
    line-height: 10px;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
}

#toppage-news h3 span.ja {
    display: none;
}

#toppage-news h4 {
    color: #333333;
    padding-top: 6px;
    padding-left: 0;
    font-size: 1.1em;
}

#toppage-news ul {
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
}

#toppage-news ul li {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: rgb(204, 204, 204);
    margin-top: 5px;
    padding-top: 10px;
}



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

#flow li {
    display: block;
    background-image: url(img/arrow_3Ea.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 15px;
    padding-left: 150px;
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 10px;
}

* html #flow li {
    padding-left: 300px;
    /* for IE6 */
}

#flow li:first-child {
    background-image: none;
    padding-top: 10px;
}

#flow li h4 {
    float: left;
    width: 150px;
    margin-left: -150px;
    margin-top: -3px;
    text-align: center;
}

/*採用情報*/
.recruittable1 {
    display: block;
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 10px;
    width: 137%;
    border: 3px solid #c0c0c0;
}

.recruittable1 h4 {
    border: 1.5px solid #E06584;
    display: inline;
    font-size: 130%;
    color: #E06584;
}

.recruittable1 table {
    margin: 20px auto 20px auto;
    width: 95%;
}

.recruittable1 td {
    border: none;
}

.recruittable1 h5 
{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    text-align: left;
   /* background-position: 3px 7px;
    background-repeat: no-repeat;*/
    font-size:20px;
   /* line-height: 1.5;*/
    font-weight: bold;
}
/*.recruittable1 td:first-of-type {
    width: 50%;
}

.recruittable1 td:nth-of-type(2) {
    width: 15%;
}

.recruittable1 td:nth-of-type(3) {
    width: 15%;
}*/


#recruitdetails {
    font-size: 115%;
}

#recruitdetails dt {
    float: left;
    background-image: none;
    margin-right: 0;
    padding-right: 0;
    width: 3em !important;
}

#recruitdetails dd {
    border: none;
    margin-left: -6.5em;
}

.recruittable2 {
    width: 137%;
    margin-left: 2em;
}

.recruittable2 td {
    border: none;
}

.recruittable2 td:first-of-type {
    width: 10%;
}

.recruittable2 td:nth-of-type(2) {
    width: 2.5%;
}

.recruittable2 td:nth-of-type(3) {
    width: 75%;
}

.recruitcontact {
    margin: 2em auto 0 auto;
    display: inline-block;
    text-align:left;
    width: 100%;
    
}

.recruitcontact p:first-child {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.recruitcontact p:first-child:before,
.recruitcontact p:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10%;
    height: 0.1em;
    background-color: #666666;
   
}

.recruitcontact p:first-child:before {
    left: 20%;
}

.recruitcontact p:first-child:after {
    right: 20%;
}

.recruitcontact p:last-child {
    border: 3px solid #E06584;
    border-radius: 20px;
    padding: 0.5em;
    font-size: 1.5em;
    text-align: center;
    line-height: 2.5em;
    width: 70%;
    margin: 0 auto;
}