@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
    margin-top: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
    height: 1px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #24b5ce;
}

#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: 400px;
    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: 40px;
    background-image: url(img/logo_3Ea_New.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1 {
    width: 340px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.tel {
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
    color: #00bbd1;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding-right: 0px;
}

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

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


#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;
    margin-left: 3em;
}

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

#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 {
    margin-top: 0.2em;
    margin-bottom: 1.5em;
    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;
}

.subTitle {
    font-size: 11px;
    color: #3399FF;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 7px;
    font-size: 16px;
    /*font-weight: bold;*/
}

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


h1 {
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin-top: 0px;
    color: #323232;
    /*文字色*/
    background: #c2dcfe;
    /*背景色*/
    border-bottom: solid 3px #373883;
    /*下線*/
    font-size: 35px;
    text-align: left;
}

h2 {
    margin-top: 2px;
    padding: .5em .75em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #456fc9), color-stop(0.00, #74a0cd));
    background: -webkit-linear-gradient(top, #74a0cd 0%, #456fc9 100%);
    background: -moz-linear-gradient(top, #74a0cd 0%, #456fc9 100%);
    background: -o-linear-gradient(top, #74a0cd 0%, #456fc9 100%);
    background: -ms-linear-gradient(top, #74a0cd 0%, #456fc9 100%);
    background: linear-gradient(top, #74a0cd 0%, #456fc9 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

h2 a:link {
    color: #fff;
}

h3 {
    position: relative;
    padding: 0 .3em;
    font-size: 23px;
    margin-top: 1px;
}

h3:after {
    position: absolute;
    bottom: 4px;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
    background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    opacity: 0.3;
}

/*
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: 14px;
    line-height: 12px;
    font-weight: bold;
}
*/

h4 {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #3498db;
    font-size: 16px;
}

h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


h5 {
    margin-top: 1em;
    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;
    color: #000099;
}

/*
h5 {
  position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  font-size:16px;
  font-weight:normal;
  margin-bottom:0px;
}
*/

/*
h5::after {
  position: absolute;
  top: 1em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
}
*/

table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    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;
    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;
}



/* メインコンテンツ内基本パーツ */

.default {
    margin: 2px 1px 1px 1px;
    padding-left: 0px;
    list-style-type: none;
}

.default li {
    text-align: left;
    line-height: 35px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 18px;
    background-image: url(img/point_3Ea_new.png);
    background-position: 3px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px #999999 solid;
    font-size: 17px;
}

#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(mg/point_3Ea.png);
    background-position: 3px 10px;
    background-repeat: no-repeat;
    height: auto !important;
    ;
}

#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;
    height: auto !important;
    ;
}

* #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 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.22);
}

#toppage-news .box-title {
    font-size: 20px;
    background: #24b5ce;
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#toppage-news .facebook {
    padding: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

#toppage-news .detail {
    padding: 15px 20px;
    margin: 0;
    font-size: 120%;
}

#toppage-news .detail-scroll {
    overflow-y: scroll;
    height: 800px;
}

#toppage-news div p {
    line-height: 170%;
    margin-bottom: 2px;
}

#toppage-news .top-news-detail {
    font-size: 95%;
    padding: 0.1em 0.1em 0.1em 0.1em;
}

#toppage-news .top-news-detail ul {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 0px;
    margin-left: 0;

}

#toppage-news .top-news-detail li {
    line-height: 100%;
    border: 0 white none;
    background-image: none;
    font-size: 83%;
}

#toppage-news .top-news-detail .table-goods {
    border: 0 white none;
    width: 100%;
}

#toppage-news .top-news-detail .table-goods tr td {
    padding: 0;
    text-align: center;
    border: 0 white none;
}

#toppage-news .top-news-detail .table-goods tr td img {
    border: 1px black solid;
}

#toppage-news .top-news-detail .table-goods tr td p {
    border-bottom: 1px gray solid;
    border-top: 1px gray solid;
    border-left: 7px #3366FF solid;
    border-right: 7px #3366FF solid;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: center;
    font-size: 110%;
    background: #EEFFFF;
    font-weight: bold;
}

#menu {
    padding: 0;
    list-style-type: none;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 4.5em;
}

#menu li {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: -1px 0px 0px rgba(225, 225, 225, 0.3) inset,
        0px 1px 1px rgba(0, 0, 0, 0.1) inset,
        0px -1px 1px rgba(0, 0, 0, 0.3) inset,
        0px 1px 3px #666;

}

#menu li a {
    width: auto;
    color: white;
    font-size: 17px;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    border-left: 1px solid #FFFFFF;
    background-color: #57c9d5;
    /*
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	         -1px 0px 0px rgba(225,225,225,0.3) inset,
	          0px 1px 1px rgba(0,0,0,0.1) inset,
	          0px -1px 1px rgba(0,0,0,0.3) inset,
	          0px 1px 3px #666;
	          */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1b89b1), color-stop(0.00, #76d4f4));
    background: -webkit-linear-gradient(top, #76d4f4 0%, #1b89b1 100%);
    background: -moz-linear-gradient(top, #76d4f4 0%, #1b89b1 100%);
    background: -o-linear-gradient(top, #76d4f4 0%, #1b89b1 100%);
    background: -ms-linear-gradient(top, #76d4f4 0%, #1b89b1 100%);
    background: linear-gradient(top, #76d4f4 0%, #1b89b1 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

#menu li a:hover {

    /*
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
             -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1976a3), color-stop(1.00, #1976a3));
    background: -webkit-linear-gradient(top, #1976a3 100%, #1976a3 100%);
    background: -moz-linear-gradient(top, #1976a3 100%, #1976a3 100%);
    background: -o-linear-gradient(top, #1976a3 100%, #1976a3 100%);
    background: -ms-linear-gradient(top, #1976a3 100%, #1976a3 100%);
    background: linear-gradient(top, #1976a3 100%, #1976a3 100%);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.22);
}

#menu li:first-child a {
    /*border-radius:5px 0 0 5px;*/
    border-left: 0;
    /*
   box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
              */

}

#menu li:last-child a {
    /*border-radius:0 5px 5px 0;*/
    /*
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
              */
}

#top-menu-facebook {
    float: right;
    width: 30%;
}

.table-project {
    width: 99%;
    border: 1px #9ecee8 solid;
    font-size: 15px;
}

.table-project tr td {
    border: 1px #9ecee8 solid;
}

.table-project tr td:first-child {
    width: 305px;
    height: 55px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;

}

.table-info {
    border: 0px white none;
    width: 100%;
}

.table-info tr td {
    border-top: 1px #33CCFF dotted;
    border-bottom: 1px #33CCFF dotted;
    border-left-style: none;
    border-right-style: none;
    font-size: 15px;
}

.table-info .names td {
    border-bottom: 0px white none;
}

.table-info tr:nth-child(2) td {
    border-top: 0px white none;
}

.table-info .lefttitle {
    text-align: center;
}

.table-info-content {
    border: 0px white none;
}

.table-info-content tr td {
    border-top: 1px #3399FF dashed;
    border-bottom: 1px #3399FF dashed;
    border-left-style: none;
    border-right-style: none;
}


.table-info-content tr td:nth-child(3) {
    text-align: right;
}

.table-info-content tr td:nth-child(4) {
    border: 0px white none;
}

.table-info-content tr:nth-child(7) td {
    border-bottom: 0px white none;
}

.table-info-content tr:nth-child(8) td {
    border-top: 0px white none;
}

.table-info-content tr:first-child td {
    border-top-style: none;
}

.table-info-content tr:last-child td {
    border-bottom-style: none;
}

.table-project blockquote {
    margin: 1px 1px 1px 1em;
}

.report-list {
    list-style-type: none;
    border-top: 1px dashed #84b2e0;
    border-bottom: 1px dashed #f1f6fc;
    padding-left: 0;
    margin-left: 40px;
}

.report-list li {
    font-size: 16px;
    padding: 5px 10px;
    border-top: 1px #f1f6fc dashed;
    border-bottom: 1px dashed #84b2e0;
    line-height: 40px;
}


.table-link {
    border-top: 1px dashed #84b2e0;
    border-bottom: 1px dashed #84b2e0;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
}

.table-link tr td {
    border-top: 1px dashed #84b2e0;
    border-bottom: 1px dashed #84b2e0;
    border-left-style: none;
    border-right-style: none;
    width: 480px;
}

.table-link tr td:nth-child(1) {
    width: 480px;
    text-align: center;
}

.table-link tr td:nth-child(2) {
    font-size: 25px;
    border-left: 1px dashed #84b2e0;
}

.backimg {
    background-image: url('img/news-181127-02.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 90%;
    line-height: 200%;
}

.backimg .rgba {
    height: 100%;
    background: rgba(241, 241, 241, 0.7);
}

/*20200421_人事異動のお知らせ*/
.jinji td {
    text-align: center;
}

/*20210413_社協概要役員名簿*/
table.yakuin {
    border: none;
    margin-left: -1em;
}

table.yakuin td {
    border: none;
}

/*20210413_求人情報*/
.recruit p {
    line-height: 2em;
    margin-left: 1em;
}

/*index下部_アクセス*/
.access ul {
    list-style: none;
    padding: 0;
    float: right;
}

.access li {
    line-height: 2.5em;
}

/*トップページのリンク*/
.link {
    margin-left: 0;
    margin-top: 0;
}

.link td {
    padding: 0;
}

.linklist {
    text-align: right;
}

table.linklist {
    border: none;
    text-align: right;
    margin-right: 0;
    margin-left: 45%;
}

.linklist td {
    border: none;
}

.linklist a {
    text-decoration: none;
}