/* main */

body {
    margin: 0.5em 0;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    margin: 0;
    padding: 0;
}
h1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0 20px;
    line-height: 1;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-align:center;
    color: #154778;
}
h2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0 20px;
    padding: 6px 10px 6px 20px;
    background-color: #F4F4F2;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #1E6233;
    border-left:5px solid #1E6233;
}
.main-area h2:first-child{
    margin: 10px 0 20px;
}
h3 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
/*     max-width: 720px; */
    height: 28px;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 28px;
    background: url(/image.jsp?id=405204) no-repeat;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    border: 1px solid #999;
    color: #16254E;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #273f88;
}
a:hover {
    color: #3154bd;
}
img {
    max-width: 100%;
    height: auto;
}
.cleared {
    clear: both;
}
.right_box {
    display: inline-block;
    width: 50%;
}
.left_box {
    display: inline-block;
    width: 50%;
}
.three_box_wrap {
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}
.text-right {
    text-align:right;
}
/* table */

table {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 20px;
	border-collapse: collapse;
  border-spacing: 0;
}

table th {
    padding:10px;
    text-align:center;
    background-color: #F4F5F2;
    font-weight: bold;
    color: #006699;
    border: 1px solid #81CDCA;
}
table td {
    padding: 10px;
    border: 1px solid #81CDCA;
    -moz-box-sizing: border-box;box-sizing: border-box;
}

table .name{
	width:15%;
}

table .num{
	width:5%;
}

table .year{
	width:10%;
}

table .text{
	width:20%;
}


.kiyou-table a {
    color: #001789;
}
.kiyou-table a:hover,kiyou-table a:visited {
    color: #7887cd;
}
.kiyou-table img {
    width: 28px;
    padding: 5px;
}
/* header */

header {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 84px;
    max-width: 1000px;
    top: 0;
}
.header-top {
    display: block;
    max-width: 1000px;
    position: relative;
}
.header-logo {
    position: absolute;
    top: 10px;
    left: 5px;
}

.header-right-menu{
    display:block;
    -moz-box-sizing: border-box;box-sizing: border-box;
    width:86px;
    padding:6px 0;
    text-align:center;
    background-color:#1e6233;
    color:#FFF;
    position: absolute;
    top: 40px;
    right: 5px;
}

.header-right-menu:hover{
    background-color:rgba(6,112,108,0,8);
    color:#FFF;
}
/* global-navi */

nav {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 7px 0 0;
}
.global-navi_wrap {
    /*background-image: url("/image.jsp?id=427341");*/
    background-repeat:repeat;
    background-color: #1e6233;
}
#global-navi {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width: 100%;
    max-width: 1000px;
    height: 44px;
    margin: 0 auto;
    border-left: 1px solid #FFF;
}
#global-navi li {
    display: block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding: 0;
    background: none;
    border-right: 1px solid #FFF;
    width:16.66%;
}

#global-navi a {
    display: block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    position: relative;
}

#global-navi a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global-navi .children {
    visibility: hidden;
    position: absolute;
    max-width: 180px;
    min-width:166px;
}
#global-navi .children li {
    display: block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    position:relative;
    width:100%;
    border: none;
}
#global-navi li:hover>.children {
    visibility: visible;
}

#global-navi .children a {
    display: block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    background-color: #1e6233;
    height:30px;
    line-height:30px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
    padding:0 6px;
}
#global-navi .children a:hover {
    color: #0000AA;
    background-color: #CAD4DC;
}
/* mobile-navi */

#mobile-navi {
    display: none;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    background: #1e6233;
    border-bottom: 1px solid #FFF;
}
#mobile-navi a {
    display: inline-block;
    width: 40px;
    margin: 0 0 0 5px;
    padding: 3px 0;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    background:#06706C;
    border: 1px solid #CCC;
}
#mobile-navi a.left-menu {
    float: left;
    width:60px;
    margin-right: 5px;
    height:28px;
    line-height:28px;
    font-size:12px;
}
#mobile-navi a.right-menu {
    float: right;
    margin-left: 5px;
}
#mobile-navi ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#mobile-navi li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100%;
    float: left;
}

#mobile-navi .children {
    display:none;
    background: #0a9691;
    overflow:hidden;
}

#mobile-navi .children li {
    width: 50%;
    background: #0a9691;
}

#mobile-navi .children li a {
    background: #0a9691;
}

.menu-sp-switch, .menu-sp-switch span {
    display: inline-block;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.menu-sp-switch {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 35px;
    height: 35px;
}
.menu-sp-switch span {
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
}
.menu-sp-switch span:nth-of-type(1) {
    top: 10px;
}
.menu-sp-switch span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-sp-switch span:nth-of-type(3) {
    bottom: 9px;
}
.menu-sp-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.menu-sp-switch.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-sp-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.mobile-navi-list {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    z-index: 99999;
    border: none;
}
.mobile-navi-list ul {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.mobile-navi-list li {
    display: block;
}
.mobile-navi-list li a {
    padding: 8px 0 6px !important;
    border-top: none !important;
    width: 100% !important;
    margin: 0 !important;
    color: #FFF;
}

/* slider */
.slider-bg {
    display:block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin:0;
    padding:20px 0;
    background-color:rgba(107,169,168,0.3)
}

.slider-wrap {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:0;
}

#slider{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -webkit-align-items:center;-ms-flex-align:center;align-items:center;
    vertical-align:middle;
    -moz-box-sizing:border-box;box-sizing:border-box;
    padding:0;
    margin:0;
    width:50%;
}
/* mainvisual */

.main-visual {
    display: block;
    margin: 1px 0 0;
    padding: 15px 0;
    width:100%;
    background-color: #F6F6F6;
}
.main-visual-inner {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width:1000px;
}
/* project_menu */
.project_menu {
    display:block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    padding:0;
    margin:0;
    width:50%;
}
.project_menu .menu_inner {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.project_menu .menu_inner:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.project_menu .menu_inner > a {
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
    color: inherit;
}
.project_menu .menu_inner:nth-child(1){
    background-color: #7f9c4c;
}
.project_menu .menu_inner:nth-child(2){
    background-color: #5c8877;
}
.project_menu .menu_inner:nth-child(3){
    background-color: #205e6b;
}
.project_menu .menu_inner:nth-child(4){
    background-color: #9d9459;
}
.project_menu .img_box {
    width: 25%;
}
.project_menu .text_box {
    width: 69%;
    text-align:center;
    transform: scale(0.9,1);
}
/* footer */

footer .footer-top {
    background-image: url("/image.jsp?id=405052");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #E3E3E3;
    height: 159px;
}
footer .footer-bottom {
    display: block;
    width: 100%;
    height: 120px;
    color: #FFF;
    background-color: #06706C;
}
footer .footer-inner01 {
    max-width: 1100px;
    display: table;
    margin: 0 auto;
}
footer .footer-inner02 {
    max-width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}
footer .footer-nav-l {
    display: table-cell;
    margin: 0;
    padding: 40px 0 0 200px;
}
footer .footer-nav-r {
    display: table-cell;
    vertical-align: top;
    padding-top: 45px;
}
footer .footer-nav-r a.f-link {
    text-decoration: none;
    color: #666;
    padding-left: 20px;
}
footer .footer-nav-r a.f-link:hover {
    color: #006;
}
footer .footer-nav-r li {
    position: relative;
    display: inline-block;
}
footer .footer-nav-r-s {
    display: block;
    width: 100px;
    position: relative;
    padding-left: 30px;
}
footer .footer-nav-r-s a.f-link-s {
    float: left;
    margin-top: 7px;
}
footer .footer-address {
    float: left;
    text-align: left;
    margin-left: 30px;
}
footer .footer-address.first {
    margin-left: 0;
}
footer .footer-address a {
    color: #FFF;
}
footer .copyright {
    float: right;
    text-align: center;
}
/* sidebar */


.main-news {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:0;
}

.content_news {
    display:block;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:calc(100% - 260px);
    margin: 0;
    padding:0;
}


.leftmenu {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 260px;
    margin: 0;
    padding: 0 20px 0 0;
}
.leftmenu-cont {
    display: block;
    margin: 7px 0 20px;
    padding: 1px;
    border: 1px solid #CCC;
    clear: both;
}
.leftmenu-title {
    display: block;
    margin: 0;
    padding: 10px 0;
    background-color: #1e6233;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.leftmenu-text {
    display: block;
    margin: 0;
    padding: 8px 8px 8px 20px;
    color: #003061;
    background-image: url("/image.jsp?id=449665");
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCC;
    line-height: 1.5;
}
/* content */

.main-area {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0 auto;
    max-width:1000px;
    padding:20px 0 50px;
}
.main-content {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0 auto;
    max-width: 1000px;
    padding:0 0 50px;
}
/* トップページ
*/

/* top */
.top-news{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin: 0;
    width: 100%;
    margin: 0;
    padding:0;
}

.top-facebook{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding:0 0 0 20px;
}

.top_title_area{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    padding:30px 0 20px;
    border-bottom:1px solid #06706C;
    text-align:center;
    font-size:20px;
    color:#06706C;
}

/* news */

.headline_area {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px 0 10px;
}

.news-headline {
    display: block;
    width: 48.5%;
    margin: 0 3% 30px 0;
	border:1px solid #06706C;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
	padding:15px
}

.news-headline a:visited {
    color: inherit;
}

.news-headline:nth-child(2n) {
    margin: 0 0 30px;
}
.news-headline .news-img {
    width: 100%;
    float: left;
    margin: 25px 2% 0;
    max-width: 145px;
    height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news-headline .news-right-box {
    float: left;
    width: 60%;
    width: calc(100% - 5% - 145px);
}
.news-headline .news-date {
    margin: 25px 18px 5px;


    color: #333;
}
.news-headline .news-kiji-title {
    display: block;
    background: none;
    background-color: inherit;
    border: none;
    outline: none;
    padding:5px 0 10px;
    margin: 0;
    line-height: 1.2;
    width:100%;
    height: auto;
    color: #333;
}
.news-headline .news-kiji-cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding:0 0 10px;
    margin:0;
}

.news-headline .news-kiji-cont img {
    display: none;
}

.news-headline .news-kiji-cont a {
    display: none;
}

.news-headline .news-kiji-cont table {
    display: none;
}

.news-headline .news-kiji-detail {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding:0;
    margin:0;
    text-align:right;
}
.news-midasi01 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    border-bottom: 1px solid #999;
    clear: both;
    text-align: center;
}
.news-midasi02 {
    display: inline-block;
}
.news-midasi03 {
    display: block;
    float: right;
    text-align: left;
}
.news-title {
    display: block;
    font-size: 22px;
    padding: 13px 0 0;
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
}
.headline {
    display: block;
    color: #000066;
    background-image: url(images/ya.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: dotted 1px #999999;
    padding: 18px 0 18px 20px;
    line-height: 1;
    margin: 0;
}


.news_to_list{
    display: block;
    width: 100%;
    margin: 0;
    padding:10px 0 20px;
	text-align:right;
}
/* 子ページ
*/

/* news */

.post-img-wrap {
    text-align: left;
}

.post-img-wrap + .post-img-wrap {
    margin-top: 10px;
}

.news-page {
    display:block;
    width: 100%;
}

.news-page img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    max-width: 360px;
}
/* news-lists */

.news-headline-lists {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border-bottom: 1px dotted #1e6233;
    border-radius: 2px;
    position: relative;
/*     background-color: #f1f1f2; */
    overflow: hidden;
    text-align: left;
}

.news-headline-lists a:visited {
    color: inherit;
}

.news-headline-lists .news-img {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 4%;
    margin-right: 1%;
    max-width: 145px;
    height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news-headline-lists .news-right-box {
    float: left;
    width: 60%;
    width: calc(100% - 5% - 145px);
}
.news-headline-lists .news-date {
    display: block;
    margin: 15px 18px 5px 0;
    color: #333;
}
.news-headline-lists .news-kiji-title {
    display: inline-block;
    background: none;
    background-color: inherit;
    border: none;
    outline: none;
    padding: 0px 18px 15px 0;
    margin: 0;
    line-height: 1.2;
    width: auto;
    height: auto;
    color: #333;
}
.news-headline-lists .news-kiji-cont {
    padding: 0 18px;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-headline-lists .news-kiji-cont img {
    display: none;
}

.news-headline-lists .news-kiji-cont a {
    display: none;
}

.news-headline-lists .news-kiji-cont table {
    display: none;
}

.news-headline-lists .news-kiji-detail {
    position: absolute;
    bottom:5px;
    right: 18px;
}

.news-page .mt15 {
    margin-top:15px;
}

.news-page .next-page {
    display: block;
    float: right;
}

.news-page .prev-page {
    display: block;
    float: left;
}

.news-page .next-page a,.news-page .prev-page a{
    display: block;
    width: 70px;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    border-bottom: 1px dotted #1e6233;
}

.news-page .list-top-page,.year-news-area .year-news-page {
    display: block;
    float: left;
}

.news-page .list-top-page a,.year-news-area .year-news-page a,.news-page .year-event-area a{
    display: block;
    position: relative;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    border-bottom: 1px dotted #1e6233;
}

.year-news-area .year-news-page a:before,.news-page .year-event-area a:before {
    content:'';
    position: absolute;
    top:50%;
    left: 10px;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 15px;
    background: url("/image.jsp?id=429591");
    background-repeat: no-repeat;
}

.news-page .list-top-page a {
    width: 130px;
}

.year-news-area .year-news-page a{
    display: inline-block;
    width: 200px;
    margin-bottom: 8px;
}

.year-news-area .year-news-area {
    margin-top: 30px;
}

.about_img2 {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.img_right {
    float: right;
    margin-left: 28px;
    margin-bottom: 20px;
}

.img_right img {
    display:block !important;
}

.img_center {
    margin: 0 auto 20px;
    text-align: left;
}

.img_center img {
    display:block !important;
}

.news-page table th {
    padding: 10px;
    text-align: left;
}

.news-page table td {
    padding: 10px;
    text-align: center;
}

.year-news-area {
    width: 100%;
}

/* event */

.event-lists {
    max-width: 700px;
    margin: 0 auto 35px;
}

.event-table {
    border-collapse: collapse;
}

.event-table td:nth-of-type(1) {
    width: 35%;
}

.event-table td:nth-of-type(2) {
    width: 65%;
}

.event-table img {
	max-width: 100%;
}

.year-event-area {
    width: 100%;
    margin-bottom: 35px;
}

.year-event-area a{
    display: inline-block;
    width: 200px;
    margin-bottom: 8px;
}

/* chief */

.chief-intro {
    font-weight: bold;
    color: #000066;
    font-size: 18px;
}
.chief-small {
    font-size: 24px;
}
.chief-message-right {
    display: block;
    text-align: right;
}
/* administer */

.bg-graybox {
    display: block;
    margin: 10px 0 20px;
    padding: 19px 31px;
    background-color: #EBEBEB;
}
.adm-member {
    margin: 20px 0 10px;
}
.adm-member th {
    line-height: 25px;
    padding: 5px 10px;
    text-align: center;
    background-color: #404040;
    color: #FFF;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-member th.adm-menu01 {
    line-height: 25px;
    text-align: center;
    padding: 0;
    background-color: #000066;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
    table-layout: fixed;
}
.adm-menu02 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #DBDBDB;
    color: #333;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-menu03 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #D1DDE7;
    color: #2B4053;
    font-weight: normal;
    border: 1px solid #FFF;
    word-break: break-all;
}
.adm-menu03 img{
    width: 30px;
    display:block;
    margin:0 auto;
}

.greeting_img{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding:20px 0 20px;
    text-align:center;
}
    
.greeting_name{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding:20px 0;
    text-align:right;
}

.characteristic{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 20px 0 0;
    padding:40px 30px;
    border: solid #F4F4EC 10px;
}

.characteristic li{
    list-style-type: decimal;
    margin:0 0 0 30px 
}

.sustainability_info{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
    padding:20px;
    text-align:center;
    font-size:16px;
    color:#006699;
    background-color:#F4F5F2;
    border:1px solid #CCC;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.sdg_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:10px 0 0;
}

.sdg_box .list_box{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 15%;
    margin: 0 2% 20px 0;
    padding:0;
}

.sdg_box .list_box:nth-child(6n){
    margin: 0 0 20px;
}

.link_page_table {
    margin:0 auto;
    width: 100%;
}

.link_page_table td{
    border-bottom: 1px dotted #06706C;
    padding:15px 20px;
}

.link_page_table td:first-child {
    vertical-align:top;
    width: 40%;
}

.link_page_table td:last-child {
    border-bottom:none;
}

.colorful_title {
    display: block;
    padding: 7px 20px 8px;
    font-size: 18px;
    color: #FFF;
    background: #99c186;
    text-align: center;
    font-weight: bold;
}

.member_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:0 0 20px;
}

.member_box .member_list{
    display:block;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:32%;
    margin:0 2% 20px 0;
    padding:20px;
    border:1px solid #06706C;
}

.member_box .member_list:nth-child(3n){
    margin:0 0 20px;
}

.member_box .member_list .name_img{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin:0;
    padding:0;
}

.member_box .member_list .name_img .left_images{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:92px;
    margin:0;
    padding:0;
}

.member_box .member_list .name_img .right_texts{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:calc(100% - 92px);
    margin:0;
    padding:0 10px 0 0;
}

.member_box .member_list .name_img .right_texts .name{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:18px;
    color: #06706C;
}

.member_box .member_list .name_img .right_texts .title{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:16px;
}

.member_box .member_list .dean{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0 0;
}

.member_box .member_list .description{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0 0;
}

.member_box .member_list .link{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0;
    text-align:right;
}

.member_box .member_list .right_texts .title{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:16px;
}

.member_box .member_list .sdg_box .list_box{
    margin: 0 2% 5px 0;
}

.member_box .member_list .sdg_box .list_box:nth-child(6n){
    margin: 0 0 5px;
}

.member_center_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:0 0 20px;
}

.member_center_box .member_list{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    padding:20px;
    border:1px solid #06706C;
}

.member_center_box .member_list .name_img{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:40%;
    margin:0;
    padding:0;
}

.member_center_box .member_list .center_text_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:60%;
    margin:0;
    padding:0 0 0 40px;
}

.member_center_box .member_list .center_text_box .img_box{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	width:33%;
	margin:0;
	padding:0 10px;
}

.member_center_box .member_list .name_img .left_images{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:92px;
    margin:0;
    padding:0;
}

.member_center_box .member_list .name_img .right_texts{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:calc(100% - 92px);
    margin:0;
    padding:0 10px 0 0;
}

.member_center_box .member_list .name_img .right_texts .name{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:18px;
    color: #06706C;
}

.member_center_box .member_list .name_img .right_texts .title{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:16px;
}

.member_center_box .member_list .dean{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0 0;
}

.member_center_box .member_list .description{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0 0;
}

.member_center_box .member_list .link{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0;
    text-align:right;
}

.member_center_box .member_list .right_texts .title{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0 0 10px;
    font-size:16px;
}

.member_center_box .member_list .sdg_box .list_box{
    margin: 0 2% 5px 0;
}

.member_center_box .member_list .sdg_box .list_box:nth-child(6n){
    margin: 0 0 5px;
}

.network_img{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:0;
}

.network_img .img_box{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:50%;
    margin:0;
    padding:0;
    text-align:center
}

.network_img .img_box img{
    display: block;
    margin:15px auto;
    max-width:360px;
}

.network_img_center{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:0;
    text-align:center
}

.network_img_center img{
    display: block;
    margin:0 auto;
}

.menu_report{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:30px 0 0;
}

.menu_report .year_box{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:18.4%;
    margin:0 2px 20px 0;
    padding:0;
}

.menu_report .year_box:nth-child(5n){
    margin:0 0 20px;
}

.menu_report .year_box a{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    padding:10px 0;
    text-align:center;
    color:#FFFFFF;
    background-color:#81CDCA
}

.menu_report .year_box a:hover{
    background-color:rgba(129,205,202,0.8);

}

.menu_report .member_links{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:33.33%;
    margin:0;
    padding:0 0 30px;
    text-align:center;
    font-size:16px;
}


.three_core_project{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
    margin: 0;
    padding:30px 0 0;
}

.three_core_project li{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:32%;
    margin:0 2% 0 0;
    padding:0;
}

.three_core_project li:nth-child(3n){
    margin:0;
}

.three_core_project li a{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    margin:0;
    border:2px solid #81CDCA;
}

.three_core_project li a .chapter{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align:center;
    margin:0;
    padding:3px;
    width:100%;
    font-size:24px;
}

.three_core_project li a .title{
    display: block;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align:center;
    margin:0;
    padding:5px;
    width:100%;
    font-size:18px;
    background-color:#FCC700;
    color:#333;
}

.three_core_project li a .content{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align:center;
    margin:0;
    padding:5px;
    width:100%;
    font-size:13px;
    background-color:#81CDCA;
    color:#FFF;
}

.three_core_project .content_wrap {
    position: relative;
}

.three_core_project li a .in_hover{
    display:none;
    position: absolute;
    top:0;
}

.three_core_project li a:hover .title,.three_core_project li a:hover .content{
    opacity: 0;
}

.three_core_project li a:hover .in_hover{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align:center;
    margin:0;
    padding:5px 10px;
    width:100%;
    font-size:18px;
}

.pro_box{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0;
    padding:0 0 20px;
    width:100%;
}

.sdgs_text{
    display: none;
}
.sdgs-label{
	display:block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
	cursor:pointer;
	color: #273f88;
	text-decoration:underline;
}

.sdgs-label:hover{
	color: #3154bd;
	text-decoration:none;
}
.sdgs-content{
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
}
.sdgs_text:checked + .sdgs-label + .sdgs-content{
    height:auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

/* PCでサイズを縮小した時
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) and (orientation:portrait) {
    #global-navi a {max-width:200px;width:100%;}
	.content_news{ width:100%}
    .leftmenu {display:none;}
}

/* スマートフォンサイト
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* 共通設定 */
    body{overflow-x: hidden;}
    h1,h2,h3,.main-area{width:100%;}
    h1{ font-size:18px;padding:10px 0;text-align:left;line-height: 1.3em;}
    h2{ margin:15px 0 10px}
    h3{height:auto;}
    .table-scroll{overflow: auto;white-space: nowrap;}
    .table-scroll::-webkit-scrollbar{height: 5px;}
    /* table */
    .info-table td {display:block;width:100%;}
    .info-table th {display:block;width:100%;}
    .kiyou-table th{display:none;}
    .kiyou-table td{display:table;table-layout:fixed;}
    .kiyou-table td:before {content:attr(title);display:table-cell;padding:5px 10px;}
    /* header */
    header{height:auto;}
    .header-logo{display:block;float:none;width:100%;position:static;padding:10px 20px;box-sizing:border-box;}
    .header-logo img{display:block;margin:0 auto;}
    .header-right-menu{display:none;}
    #mobile-navi{display: block;}
    .pc_navi{display:none;}
    /* footer */
    footer .footer-top{height:auto;overflow:hidden;padding:0 0 10px;}
    footer .footer-inner01{display:block;}
    footer .footer-nav-l{display:block;width:80%;margin:0 auto;padding:20px 0 0;}
    footer .footer-nav-l img{max-width:120px;}
    footer .footer-nav-r{display:block;padding:0;margin:20px auto;width:80%;}
    footer .footer-nav-r a.f-link{padding:0;margin-right:10px;}
    footer .footer-bottom{height:auto;overflow:hidden;}
    footer .footer-address{float:none;width:80%;margin:0 auto;}
    footer .footer-address.first{margin-left:auto;}
    footer .copyright{float:none;padding:10px 0 8px;}
    /* main-visual */
    .main-visual{max-width:100%;height:auto;}
    #slider,.project_menu{width:100%;}
    .top_title_area{ padding:20px 0 10px; font-size:14px;}
    .project_menu .menu_inner{ font-size:14px}
    /* contents */
    .top-cont-inner{padding:0;}
    .main-content{overflow: hidden;}
    .top-news{width:100%;padding:0 0 10px;}
    .top-facebook{width:100%;padding:0;}
    .headline_area{padding:10px 5px 0;align-items:baseline;-ms-align-items:baseline;margin:0 auto;width:auto;max-width: 580px;}
    .news-midasi01{padding:0 5px 0;}
    .news-title{font-size: 18px;}
    .news-headline{width:98%;margin:10px auto 0;font-size:12px;}
    .news-headline:nth-child(2n){margin:10px  auto 0;}
    .news-headline .news-img{max-width:220px;min-height:150px;margin:20px auto;float:none;}
    .news-headline .news-right-box{width: auto;float:none;}
    .news-headline .news-kiji-cont{margin-bottom:25px;height:52px;}
    .news-headline .news-date{}
    .news-headline-lists{width:100%;margin:10px 0 0;font-size:12px;}
    .news-headline-lists .news-img{max-width:220px;min-height:150px;margin:20px auto;float:none;}
    .news-headline-lists .news-right-box{width: auto;float:none;}
    .news-headline-lists .news-kiji-cont{margin-bottom:25px;height:52px;}
    .news_to_list_a{margin-top: 30px;}
    .news-page{padding-bottom:25px;}
    .news-page .list-top-page{margin-top: 20px;}
    .event-lists{margin-bottom:20px;}
    .year-event-area{margin-bottom:20px;}
	.content_news{ width:100%}
    .leftmenu{display:none;}
    .main-content,.main-area{width:100%;padding:10px 5px;box-sizing:border-box;-moz-box-sizing:border-box;}
    .main-content p{padding:0 5px;}
    .info-table{padding-right:5px;padding-left:5px;}
    .link_page_table td{ display:block;width:100%;-moz-box-sizing:border-box;box-sizing:border-box; padding:15px 0;}
    .link_page_table td:first-child{ display:block;width:100%; border-bottom:none; padding:15px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;}
    .menu_report{padding:20px 0 0;}
    .menu_report .year_box{ width:32%;margin:0 2px 10px 0;}
    .menu_report .year_box:nth-child(5n){margin:0 2px 10px 0;}
    .menu_report .year_box:nth-child(3n){margin:0 0 10px;}
    .three_core_project{padding:20px 0 0;flex-flow:column;}
    .three_core_project li{width:100%; margin:0 0 10px;}
    .three_core_project li a{}
    .three_core_project li a .chapter{font-size:20px;}
    .three_core_project li a .title{font-size:16px;}
    .three_core_project li a:hover .in_hover{font-size:16px;}
    .sustainability_info{ text-align:left;padding:10px}
    .sustainability_info br{ display:none}
    .sdg_box .list_box{width: 32%; margin:0 2% 10px 0;}
    .sdg_box .list_box:nth-child(3n){margin: 0 0 10px;}
    .member_box .member_list{ width:100%;margin:0 0 10px;}
    .member_box .member_list:nth-child(3n){margin:0 0 10px;}
    .member_box .member_list .sdg_box .list_box{margin: 0 2% 10px 0; width:15%}
    .member_box .member_list .sdg_box .list_box:nth-child(3n){margin:  0 2% 10px 0;}
    .member_box .member_list .sdg_box .list_box:nth-child(6n){margin:  0 0 10px;}
	.member_center_box .member_list .name_img{width:100%;}
	.member_center_box .member_list .center_text_box{ width:100%; padding:0}


    /* box-layout */
}
