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

#hpb-headerExtra1 {
    width: 350px;
    margin-top: 5px;
    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: #ffd45c;
    font-size: 130%;
}

#hpb-headerExtra1 p.tel {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
    color: #ce7800;
    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: #ffd45c;
}

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

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


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

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

.subTitle {
    font-size: 11px;
    color: #FF6600;
    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;*/
}

h1 {
    padding-left: 0.5em;
    font-size: 25px;
    border-top: 4px #FF9933 double;
    border-bottom: 4px #FF9933 double;
    font-weight: normal;
    line-height: 50px;
    color: #666666;
}

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: 5px;
}

.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: 16px;
    line-height: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    text-align: left;
    color: #CE781E;
    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: 1.5em;
    text-align: left;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 3.7px;
    background-repeat: no-repeat;
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: normal;
}

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

/* フォームパーツ設定 */
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;
}


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

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

#toppage-news ul li {
    position: relative;
    padding: 0 .5em .5em 2em;
}

#toppage-news ul li::before,
#toppage-news ul li::after {
    position: absolute;
    content: '';
    border-radius: 100%
}

#toppage-news ul li::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #FFB732;
}

#toppage-news ul li::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: #FFDB99;
}

#hpb-main .infodl {
    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 .infodl 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: 8em !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;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#hpb-main .infodl 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;
    font-size: 16px;
}

* #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-news {
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a0ceff;
    background-image: url(img/toppagenewsBg_3Ea_New.png);
    background-repeat: repeat-y;
    background-position: left top;
    text-align: left;
}

h3 {
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: #f4f4f4;
    /*背景色*/
    border-left: solid 5px #ffb623;
    /*左線*/
    border-bottom: solid 3px #d7d7d7;
    /*下線*/
    font-size: 150%;
    text-align: left;
}

#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;
    font-size: 130%;
}

.guidetitle {
    position: relative;
    padding: .75em 1em .75em 2em;
    border: 1px solid #ccc;
    border-top: 3px solid #ffb623;
    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: 170%;
    margin-top: 1em;
}

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

table.tablenotborder {
    border: 0px white none;
}


table.tablenotborder tr td {
    border: 0px white none;
    padding: 0px 0px 0px 0px;
}


table.tablenotborderguide {
    border: 0px white none;
}

table.tablenotborderguide tr td {
    border: 0px white none;

}

table.tablebottomborder {
    border-top: 2px gray dotted;
    border-bottom: 0px white none;
    border-left: 0px white none;
    border-right: 0px white none;
}

table.tablebottomborder tr td {
    border-top: 0px white none;
    border-bottom: 2px gray dotted;
    border-left: 0px white none;
    border-right: 0px white none;
}

.large {
    color: #dc834b;
    font-size: 18px;
}

.projectDetail table {
    font-size: 16px;
    width: 100%;
}

.projectDetail hr {
    border-top: 1px dashed black;
}


.cp_h1title {
    position: relative;
    padding: 4px 34px 3px 34px;

    /*background:#f4b563;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fbaa57), color-stop(0.00, #f5dec0));
    background: -webkit-linear-gradient(top, #f5dec0 0%, #fbaa57 100%);
    background: -o-linear-gradient(top, #f5dec0 0%, #fbaa57 100%);
    background: -ms-linear-gradient(top, #f5dec0 0%, #fbaa57 100%);
    background: linear-gradient(top, #f5dec0 0%, #fbaa57 100%);

    border-radius: 1em;
    color: #000000;
    width: 50%;
    font-size: 18px;
}

.cp_h1title:before,
.cp_h1title:after {
    font-size: 0.5em;
    top: calc(50% - 0.6em);
}

.cp_h1title:before {
    position: absolute;
    content: '●';
    color: #fff;
    left: 10px;
}

.cp_h1title:after {
    position: absolute;
    content: '●';
    color: #fff;
    right: 10px;
}

.adopt {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.adopt 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: 8em !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;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #001f52;

}

.adopt 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;
    font-size: 16px;
}

.notadopt {
    font-size: 22px;
    text-align: center;
    line-height: 250%;
    border-top: 1px #808080 dashed;
    border-bottom: 1px #808080 dashed;
    font-weight: bold;
}

.notadopt:before {
    content: "※";
    padding-right: 0.5em;
}

.notadopt:after {
    content: "※";
    padding-left: 0.5em;
}

.adopt_ {
    font-size: 22px;
    text-align: center;
    line-height: 250%;
    border-top: 1px #808080 dashed;
    border-bottom: 1px #808080 dashed;
    font-weight: bold;
}