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

#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: 50px;
    background-image: url(img/logo_3Ea.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: #FF9933;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding-right: 0px;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
    font-weight: normal;
    color: #FF9933;
    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-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: 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: #FF9966;
    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.title {
    color: #444;
    font-size: 24px;
    position: relative;
    padding: 10px 0 2px 28px;
    border-bottom: 2px solid #FF9966;
}

h3.title:before,
h3.title:after {
    content: "";
    position: absolute;
    margin: auto;
}

h3.title:before {
    width: 12px;
    height: 12px;
    top: 0;
    left: 14px;
    background: #FF9966;
    transform: rotate(50deg);
    background: -moz-linear-gradient(to right, #FF9966, transparent);
    background: -webkit-linear-gradient(to right, #FF9966, transparent);
    background: linear-gradient(to right, #FF9966, transparent);
}

h3.title:after {
    width: 8px;
    height: 8px;
    top: 18px;
    left: 6px;
    background: #FF9966;
    transform: rotate(20deg);
    background: -moz-linear-gradient(to right, #FF9966, transparent);
    background: -webkit-linear-gradient(to right, #FF9966, transparent);
    background: linear-gradient(to right, #FF9966, transparent);
}

div.st {
    font-size: 16px;
    color: #E78F92;
    font-weight: bold;
    line-height: 150%;
    padding: 0 0 10px 0;
}

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 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    text-align: left;
    background-image: url(img/point_3Ea.png);
    background-position: 3px 9px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
    color: #FF6600;
}

/*
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 18px;
    background-repeat: no-repeat;
    border-bottom: 1px #999999 solid;
    font-size: 16px;
}

.default li span {
    font-size: 19px;
}

#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);
    font-size: 16px;
}

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

#toppage-news div {
    padding: 15px 20px;
    margin: 0;
    font-size: 17px;
}

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


#top-menu-facebook {
    float: right;
    width: 37%;
    height: 700px;
}

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

.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: 1px #FF9933 dotted;
}

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

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

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

table.news {
    border: 0 white none;
    width: 100%;
}

table.news tr td {
    border: 0 white none;
}


img.project {
    float: right;
    border: 1px black solid;
    width: 45%;
    margin: 10px;
}

table.project {
    border: 0px white none;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 15px;
}

table.project th {
    background: #FFCC99;
    vertical-align: middle;
    text-align: left;
    width: 140px;
    overflow: visible;
    position: relative;
    color: black;
    font-weight: normal;
}

table.project th:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-left-color: #FFCC99;
    border-width: 10px;
    margin-top: -10px;
}

table.project td {
    background: #f8f8f8;
    padding-left: 20px;
}

table.link {
    border: 1px dashed #FF9966;
    width: 100%;
}

table.link tr td {
    border: 1px dashed #FF9966;
    width: 480px;
}

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

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

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
}

#page-top a {
    /*background:#ffb383;*/
    text-decoration: none;
    /*color: #EEE;*/
    width: 100px;
    height: 5px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    background-image: url('img/pagetop_new.png');
    background-repeat: no-repeat;
    background-position: center;
}

#page-top a:hover {
    text-decoration: none;
    /*background: #ff945a;*/
    background-image: url('img/pagetop_new.png');
    background-repeat: no-repeat;
    background-position: center;
}

#page-top a:before {
    background-image: url('img/pagetop_new.png');
    background-repeat: no-repeat;
}

/* #page-top a:after {
    content:"TOPへ";
	line-height:7px;
	font-size:15px;
	margin-left:1.2em;
	font-weight:bold;
} */

.projecttitle {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb170), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffb170 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffb170 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffb170 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffb170 100%);
    background: linear-gradient(top, #ffffff 0%, #ffb170 100%);

    margin-top: 10px;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 7px;
}

.projecttitle::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #FF9966;
    border-radius: 4px;
}

.detailsubtitle {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.5em;
    line-height: 1.0;
    font-size: 17px;
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    clear: both;
}

.detailsubtitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: orange;
}

.detailsubtitle a:link {
    text-decoration: none;
}


/* .menu {} */

.menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: skew(-25deg);
}

.menu ul li {
    width: 190px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 10px;
    background: #fff;
    float: left;
    border-right: 1px solid #eee;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    transition: all 0.3s linear;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa352), color-stop(0.00, #ffcd8f));
    background: -webkit-linear-gradient(top, #ffcd8f 0%, #ffa352 100%);
    background: -moz-linear-gradient(top, #ffcd8f 0%, #ffa352 100%);
    background: -o-linear-gradient(top, #ffcd8f 0%, #ffa352 100%);
    background: -ms-linear-gradient(top, #ffcd8f 0%, #ffa352 100%);
    background: linear-gradient(top, #ffcd8f 0%, #ffa352 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

.menu ul li:first-child {
    border-radius: 7px 0 0 7px;
}

.menu ul li:last-child {
    border-right: none;
    border-radius: 0 7px 7px 0;
}

.menu ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #ff820a), color-stop(0.00, #ffa83d));
    background: -webkit-linear-gradient(top, #ffa83d 0%, #ff820a 95%);
    background: -moz-linear-gradient(top, #ffa83d 0%, #ff820a 95%);
    background: -o-linear-gradient(top, #ffa83d 0%, #ff820a 95%);
    background: -ms-linear-gradient(top, #ffa83d 0%, #ff820a 95%);
    background: linear-gradient(top, #ffa83d 0%, #ff820a 95%);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.22);
}

.menu ul li a {
    display: block;
    padding: 1em;
    color: inherit;
    text-decoration: none;
    transform: skew(25deg);
}

/*トップページ　バナー*/
.banner {
    margin-top: 5%;
    text-align: center;
    width: 100%;
}

.banner table {
    border: none;
    display: inline;
    width: 100%;
}

.banner td {
    border: none;
}

a.banner_link {
    text-decoration: none;
}

.banner_link {
    display: inline-block;
    width: 234px;
    height: 60px;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    box-shadow: #c0c0c0 1px 1px;
    vertical-align: middle;
    line-height: 4em;
}

.banner_link:hover {
    background: #ffa352;
    color: #fff;
    transition-duration: 0.5s;
}