@charset "utf-8";

html {
    font-size: 60.5%;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 210%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 1.6rem;
    color: #333333;
    text-align: left;
    min-width: 1000px;
}



a:link,
a:visited,
a:active {
    overflow: visible;
    outline: none;
    color: #333333;
}

a:hover {
    overflow: visible;
    outline: none;
    color: #92D050;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
}

hr {
    display: none;
}

iframe {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

.form_text {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    zoom: 1
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.center {
    width: 100%;
    text-align: center;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

.trans {
    opacity: 1;
}

.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
}

.wrapper {
    padding-top: 218px;
}

.header-top {
    padding: 25px 0 0;
}

.navbar-left h1 {
    font-size: 11px;
    line-height: 1;
    margin: 13px 0 25px;
}

.header-top .company {
    margin-top: 5px;
}

/*
 * Navigation
 */

.main-nav {
    position: relative;
    top: -50px;
    margin-top: 50px;
}

.fixed .main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    background: #fff;
    margin: 0;
    z-index: 9999;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.fixed .main-nav li i {
    display: none;
}

.main-nav ul {
    background: url(../img/border.png) no-repeat right 0;
}

.main-nav ul li {
    float: left;
    width: 25%;
    padding: 15px 0 25px;
    text-align: center;
    background: url(../img/border.png) no-repeat 0 0;
}

.main-nav li a {
    display: inline-block;
    color: #000;
    font-size: 15px;
    width: 100%;
}

.main-nav .top-menu li .border {
    display: block;
    width: 100px;
    margin: auto;
    border-bottom: 3px solid #fff;
}

.main-nav .top-menu li:hover .border {
    border-color: #000;
}

.main-nav li i {
    display: block;
    margin-bottom: 5px;
}

.fixed .main-nav ul li {
    padding-bottom: 15px;
}

.main-nav .sub-business {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
}

.main-nav .sub-business .inner {
    border-top: 1px solid #43c59c;
    background: #f3f3f3;
}

.main-nav .sub-business ul {
    background: none;
    padding: 10px 5px;
}

.main-nav .sub-business li {
    float: left;
    width: 300px;
    background: none;
    margin: 10px 15px;
    padding: 0 !important;
}

.main-nav .sub-business li a {
    display: block;
    background: #fff;
    border: 1px solid #43c59c !important;
    padding: 14px 10px;
}

/*--------------------------------------
共通設定
--------------------------------------*/

#js-wrapper {
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.header {
    width: 100%;
    height: 196px;
}

.header {
    min-width: 1000px;
    transition: top 0.8s;
}

.header .inner {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
}

.header.fixnone {
    top: -44px;
    transition: top 0.8s;
}

.header h1 {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-align: left;
    float: left;
    line-height: 100%;
    margin-top: 38px;
    padding-left: 15px;
}

.logo {
    float: left;
    margin-right: 50px;
    margin-top: 23px;
    width: 192px;
}

.header_r {
    margin-top: 40px;
    float: right;
}

.header_r a {
    color: #f18e1e;
}

.header_r li {
    float: left;
    list-style-image: url(img/list.png);
    margin-left: 2em;
}

.blog-cat-nav {
    width: 100%;
    padding: 0;
    background: #fff;
    margin-top: -40px;
    margin-bottom: 36px;
    transition: top 0.3s;
}

.blog-cat-nav .inner {
    width: 100%;
    text-align: left;
}

#content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#content a {
    text-decoration: underline;
}

#main {
    width: 700px;
    float: left;
    margin-bottom: 120px;
}

#main a {
    text-decoration: underline;
    color: #92D050;
}

#main a:hover {
    color: #6B6DCE;
}

#main h2 {
    width: 700px;
    color: #92D050;
    border-bottom: 4px solid #92D050;
    margin-bottom: 2em;
}

.line {
    padding-top: 60px;
    border-top: 1px solid #dfdfdf;
}

.con {
    margin-top: 60px;
}

.con h3 {
    color: #92D050;
    border-left: 7px solid #92D050;
    padding-left: 5px;
    margin-bottom: 25px;
}

.con h4 {
    color: #92D050;
    margin-top: 1em;
}

.con dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.con dd {
    margin-left: 32px;
    margin-bottom: 20px;
}

.text_l {
    background-image: url(img/text_l.gif);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: left 6px;
}


.btn01 {
    clear: none;
}

.btn01 a {
    box-shadow: 0px 0px 0px 1px #cccccc;
    border-radius: 0.3em;
    clear: none;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.btn01 a:hover {
    outline: none;
    background-color: #333333;
    color: #FFFFFF;
}

#heade-box {
    width: 100%;
    background-image: url(img/hd.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 210px;
}

.h-box {
    width: 1000px;
    clear: both;
    padding-top: 25px;
}

.btnMenu {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.menu {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.menu > li {
    float: left
}

.menu > li a {
    display: block;
    text-decoration: none;
    color: #009352;
}

.menu > li a:hover {}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    color: #fff;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
    background-color: #92D050;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0
}

.menu > li:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #92D050;
}

.menu__second-level li {
    border-top: 1px solid #111111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a {
    color: #fff;
    background-image: url(none)
}

.menu__second-level li a:hover {
    color: #92D050;
    background: #fff
}

.menu__third-level li a:hover {
    background: #2a1f1f
}

.menu__fourth-level li a:hover {
    background: #1d0f0f
}

.menu:before,
.menu:after {
    content: " ";
    display: table
}

.menu:after {
    clear: both
}

.menu {
    *zoom: 1
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    padding: 20px 2%;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background-color: #92D050;
}

li.menu__mega:hover ul.menu__second-level {
    visibility: visible;
    opacity: 0.9;
    top: 97px;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    border: none;
    width: 32%;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%
}

#nav {
    background-color: #f8f8f8;
}

.nav-line {
    width: 131px;
    padding: 0
}

.nav-line a {
    display: block;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #92D050;
    margin-bottom: 10px;
}

li.nav-line a:hover {

    background-color: #92D050;
    color: #FFFFFF;
}

#js_main {
    padding-top: 137px;
}

#title {
    width: 100%;
    height: 160px;
}

#title .inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#title h2 {
    color: #7DB343;
    padding-top: 50px;
    font-size: 38px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #fff,
        1px -1px 0px #fff,
        -1px -1px 0px #fff,
        -1px 1px 0px #fff;
}

#title.report02 h2 {
    color: #7DB343;
    padding-top: 50px;
    font-size: 33px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #fff,
        1px -1px 0px #fff,
        -1px -1px 0px #fff,
        -1px 1px 0px #fff;
}

#pankuzu {
    line-height: 100%;
    clear: both;
    padding-bottom: 10px;
    font-size: 12px;
    padding-top: 15px;
    text-align: left;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#pankuzu a {
    text-decoration: underline;
}

#container {
    width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

#contents {
    width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

#logo {
    float: left;
    width: 200px;
    padding-top: 5px;
    padding-right: 35px;
}

#h-nav {
    float: right;
    width: 250px;
    padding-left: 30px;
}

.mainimg {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 230px;
    text-align: center;
    background-color: #94A1E1;
}

#page_title {
    width: 100%;
    display: block;
    clear: both;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-top: 3em;
    font-weight: bold;
    margin-bottom: 5em;
}

#page_title h2 {
    font-size: 240%;
    margin-bottom: 0.5em;
}

#page_title p {
    font-size: 110%;
}


#footer {
    width: 100%;
    clear: both;
    margin-top: 0px;
    padding-top: 0px;
}

#footer img {
    vertical-align: bottom;
}

.top_btn {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#copyright {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #92D050;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 100%;
}

.common_btn {
    width: 806px;
    border: 1px solid #CCCCCC;
    padding-top: 25px;
    padding-right: 22px;
    padding-bottom: 25px;
    padding-left: 28px;
    margin-top: 60px;
}

.common_btn li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.common_btn a:hover {
    background-color: #E5E5E5;
}

.common_btn01 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn01.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
    text-decoration: none;
    height: 39px;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 40px;
    line-height: 100%;
}

.common_btn02 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn02.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    display: block;
    text-decoration: none;
    height: 47px;
    padding-top: 12px;
    padding-left: 40px;
    line-height: 100%;
}

.common_btn03 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn03.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    display: block;
    text-decoration: none;
    height: 39px;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 40px;
    line-height: 100%;
}

.img-R {
    float: right;
    padding-left: 20px;
}

.sub-title01 {
    background-image: url(img/sub_title_bg.png);
    background-position: left center;
    background-repeat: repeat-x;
    color: #92D050;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.sub-title02 {
    background-image: url(img/sub_title_bg.png);
    background-position: left center;
    background-repeat: repeat-x;
    color: #92D050;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.2rem;
    margin-top: 40px;
    margin-bottom: 15px;
}

.sub-title03 {
    clear: both;
    line-height: 100%;
    color: #006136;
    font-size: 1.8rem;
    padding-bottom: 3px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-right: 0px;
    padding-left: 3px;
    border-left: 2px solid #006136;
}

.list_btn {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
}

.list_btn a {
    width: 400px;
    height: 23px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 15px;
    background-image: url(img/info_btn.png);
}

.sub-box a {
    color: #92D050;
    text-decoration: underline;
}

.sub-box a:hover {
    color: #00B766;
    text-decoration: none;
}

.pc {
    display: block;
}

.sm {
    display: none;
}

/*--------------------------------------
マージン設定
--------------------------------------*/

.mt00 {
    margin-top: 0 !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr09 {
    margin-right: 9px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr18 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb200 {
    margin-bottom: 400px !important;
}

.ml00 {
    margin-left: 0 !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml16 {
    margin-left: 16px !important;
}

.ml17 {
    margin-left: 17px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/*--------------------------------------
パディング設定
--------------------------------------*/

.pt00 {
    padding-top: 0 !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr12 {
    padding-right: 12px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr57 {
    padding-right: 57px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pb00 {
    padding-bottom: 0 !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb12 {
    padding-bottom: 12px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl12 {
    padding-left: 12px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl57 {
    padding-left: 57px !important;
}

.me1 {
    margin-bottom: 1.5em;
}

/*--------------------------------------
フォント設定
--------------------------------------*/

.text01 {
    color: #000000;
    font-size: 2.2rem;
}

.text02 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 2rem;
}

.text03 {
    color: #000000;
    font-size: 2.2rem;
    font-weight: bold;
}

.text04 {
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
}

.text05 {
    font-family: "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 110%;
    text-align: center;
}

.text06 {
    font-size: 14px;
    line-height: 110%;
    text-align: center;
}

.text07 {
    font-size: 18px;
    line-height: 110%;
    font-weight: bold;
    text-align: center;
    color: #92D050;
}

.text-red {
    color: #FF0004;
}

.text-red a {
    color: #FF0004;
}

.text-r-b {
    font-weight: bold;
    color: #FF0004;
}

.text-b {
    font-weight: bold;
}

.text-pu {
    vertical-align: super;
    font-size: 12px;
}

.pri-text01 {
    font-size: 14px;
    font-weight: bold;
    color: #468C00;
}

.pri-text02 {
    font-size: 14px;
    font-weight: bold;
    color: #218D9F;
}

.t-border {
    border-bottom: 1px solid #666;
}

.text-center {
    text-align: center;
}

/*--------------------------------------
背景
--------------------------------------*/

.bg01 {
    background-color: #F9F9F7;
}

.bg02 {
    background-color: #F0F7E9;
}

.bg03 {
    background-color: #E1F2F4;
}

.bg04 {
    background-color: #F8FBF5;
}

.bg05 {
    background-color: #F3F9FA;
}

/*--------------------------------------
テーブル
--------------------------------------*/

.table01 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.table01 th {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background: #92D050;
    color: #ffffff;
    text-align: center;
}

.table01 td {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.table02 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.table02 th {
    padding: 8px;
    border-top: 1px solid #cccccc;
    background: #92D050;
    color: #ffffff;
    border-left: 1px solid #cccccc;
    text-align: center;
}

.table02 td {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.table03 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.table03 th {
    padding: 8px;
    border-top: 1px solid #cccccc;
    background: #92D050;
    color: #ffffff;
    border-left: 1px solid #cccccc;
    text-align: center;
}

.table03 td {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
}

/* --------------------------------------------------------
share style
-------------------------------------------------------- */

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.st {
    font-weight: bold !important;
}

.break {
    clear: both;
}

.noBorder {
    border: none;
}

.noBg {
    background: none !important;
}


/* hr */

hr {
    height: 1px;
    background: #58595b !important;
    border: none;
}

/* clear fix */

.clear {
    /zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* last fix */

.last {
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

/* alpha rollover */

.cssRoll {
    opacity: 1;
    transition: 0.3s;
}

.cssRoll:hover {
    transition: 0.1s;
    opacity: 0.7;
}

.cssRoll img {
    transition: 0.3s;
}

.cssRoll:hover img {
    /*	transition: 0.3s;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);*/
}

body {
    line-height: 1.8;
}

#megaNavi a {
    text-decoration: none;
}

/* for IE6 */

* html body {
    font-size: 88%;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* for IE7 */

*:first-child + html body {
    font-size: 88%;
}


#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08 {
    margin-top: -200px;
    padding-top: 200px;
}


/*--------------------------------------
ヘッダー
--------------------------------------*/

.info_accesbtn {
    float: right;
    background-position: left 38px center;
    background-repeat: no-repeat;
    background-image: url(img/train.png);
    display: block;
    padding: 1px 47px 1px 67px;
    background-color: #92D050;
    margin: 20px 0 0 20px;
    line-height: 37px;
    color: #ffffff;
    font-weight: bold;
}

.info_accesbtn img {
    padding: 6px 3px 0 0;
}

.info_accesbtn:hover {
    background-color: #9DE552;
    color: #fff;
}

/* #header-logo
================================================ */

#header-logo {
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #7CAB4A;
}

#header-logo-in {
    width: 1000px;
    margin: 0 auto 10px;
}

#header-logo-in #logo01 {
    float: left;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

#header-logo-in .top-logo-text {
    padding: 15px 0 0 12px;
    float: left;
}

#header-logo-in .top-logo-text img {
    display: block;
    padding-bottom: 10px
}

#header-logo-in .top-logo-text h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro Light', sans-serif;
}

#header-logo-in h1 .top-logo-text1 {
    font-size: 19px;
    display: block;
    font-weight: 500;
}

#header-logo-in a {
    text-decoration: none;
}

#header-logo-in #text01 span {
    display: block;
    font-size: 117%;
}

/* #header-logo
================================================ */

.title {
    float: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    color: #2d287f;
    font-size: 20px;
    font-weight: bold;
}

/* #nav
================================================ */

.l-header {
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0px;
    margin-top: 84px;
}

.l-header.l-header-fixed {
    position: fixed;
    top: 0;
}

header .header-inner {
    margin: 0 auto;
    position: relative;
}

header .header-inner .header-nav {
    display: block;
    text-align: center;
}

header .header-inner .header-nav > li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #FF3437;
}

header .header-inner .header-nav > li:hover {
    background-color: #92D050;
    z-index: 10;
}

header .header-dropdown {
    background-color: #92D050;
}

header .header-dropdown .header-dropdown-inner {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-top: 1px solid #FFFFFF;
}

header .header-dropdown .header-dropdown-inner.is-open {
    height: auto;
}

header .header-dropdown .header-dropdown-inner.is-open.is-min {
    height: 75px;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list {
    display: block;
    display: none;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list.is-active {
    display: block;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list .header-dropdown-menu-list {
    text-align: center;
}


header.is-fixed {
    height: 73px;
    top: 0;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header.is-fixed .header-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* #globalNavi
================================================ */

#globalNavi {
    background: #92D050;
    width: 100%;
    position: relative;
    display: table;
    padding-left: 6px;
}

#globalNavi ul {
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #ffffff;
}

#globalNavi ul li {
    float: left;
    border-right: 1px solid #ffffff;
    position: relative;
}

#globalNavi ul li a {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    width: 196px;
    font-weight: bold;
    height: 52px;
    line-height: 1.3;
    vertical-align: middle;
}

#globalNavi ul li.navi01 a {
    padding-right: 0;
    padding-left: 0;
    background-position: 0px 25px;
}

#globalNavi ul li.navi02 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -250px 25px;
}

#globalNavi ul li.navi03 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -500px 25px;
}

#globalNavi ul li.navi04 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -750px 25px;
}


#globalNavi ul li a:hover {
    background-color: #9DE552;
    color: #fff;
}

#globalNavi ul li a:hover span.en {
    color: #fff;
}

#cat-mission #globalNavi ul li.navi01 a,
#cat-works #globalNavi ul li.navi02 a,
#cat-services #globalNavi ul li.navi03 a,
#cat-flow #globalNavi ul li.navi04 a {
    background: #d4d4d3;
    text-shadow: 0px 0px 0px #999999;
}

#globalNavi ul li a:hover span.en {
    color: #fff;
    text-shadow: 0px 0px 1px #999999;
}

/* #megaNavi
================================================ */

#megaNavi {
    position: absolute;
    width: 100%;
    overflow: visible !important;
    overflow: hidden;
    *zoom: 1;
    background-color: #E8E5D4;
}

#megaNavi .megaNavi {
    position: absolute;
    overflow: hidden;
    *zoom: 1;
    width: 1000px;
    background-color: #E8E5D4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -2px;
    top: -4px;
}

#megaNavi .megaNavi .card {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#megaNavi .megaNavi .card p.label {
    height: 50px;
    overflow: hidden;

    margin: 0 auto 8px;
}

#megaNavi .megaNavi .card p {
    height: 100%;
}

#megaNavi .megaNavi .card .card_face {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#megaNavi .megaNavi .card .card_face {
    background: #333;
}

#megaNavi .megaNavi .card .card_face .label img {
    margin-top: -80px;
}

#megaNavi .megaNavi .card .card_back {
    background: #FFF;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -180px;
}

#megaNavi .megaNavi .card .arrow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#megaNavi .megaNavi.on {
    top: 20px;
    z-index: 10;
}

#megaNavi .megaNavi .megaNavi_in {
    width: 1000px;
}

#megaNavi a:hover {
    text-decoration: none;
}

@-moz-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-ms-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        transform: scaleX(0);
    }

    50.1% {
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        transform: scaleX(1);
    }
}

@-moz-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-ms-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#megaNavi01 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi01 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi01 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
}

#megaNavi01 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi01 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi01 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi01 .float_right ul li {
    float: left;
    border-right: 1px solid #92D050;
    width: 194px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi01 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #92D050;
}

#megaNavi01 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg03.png);
    background-color: white;
    color: #92D050 !important;
}

#megaNavi01 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi01 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi01 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi01 .float_right ul li.lastChild {
    border-right: none;
}


#megaNavi02 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi02 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi02 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
}

#megaNavi02 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi02 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi02 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi02 .float_right ul li {
    float: left;
    border-right: 1px solid #92D050;
    width: 325px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi02 .float_right ul li:last-child {
    float: left;
    border-right: none;
    width: 326px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi02 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #92D050;
}

#megaNavi02 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg03.png);
    background-color: white;
    color: #92D050 !important;
}

#megaNavi02 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi02 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi02 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi02 .float_right ul li.lastChild {
    border-right: none;
}



#megaNavi03 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi03 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi03 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
}

#megaNavi03 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi03 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi03 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi03 .float_right ul li {
    float: left;
    border-right: 1px solid #92D050;
    width: 489px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi03 .float_right ul li:last-child {
    float: left;
    border-right: none;
    width: 489px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi03 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png?07241);
    background-color: #92D050;
}

#megaNavi03 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg03.png?07241);
    background-color: white;
    color: #92D050 !important;
}

#megaNavi03 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi03 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi03 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi03 .float_right ul li.lastChild {
    border-right: none;
}

#megaNavi03 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi03 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi03 .float_right ul li:last-child {
    border-right: none;
}

#megaNavi04 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi04 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi04 .card {
    width: 125px;
}

#megaNavi04 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
}

#megaNavi04 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi04 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi04 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi04 .float_right ul li {
    float: left;
    border-right: 1px solid #92D050;
    width: 244px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi04 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #92D050;
}

#megaNavi04 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg03.png);
    background-color: white;
    color: #92D050 !important;
}

#megaNavi04 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi04 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi04 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi04 .float_right ul li.lastChild {
    border-right: none;
}

#mainvisual {
    position: relative;
    width: 100%;
    height: 300px;
}

#mainvisual-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#mainvisual-inner .img {
    position: absolute;
    display: none;
    width: 2000px;
    /* 画像の幅 */
    margin-left: -1000px;
    /* -(画像の幅÷2) */
    padding-left: 50%;
    top: 0;

}

#mainvisual-inner .img:first-child {
    position: relative;
    display: block;
}




/*--------------------------------------
サイドメニュー
--------------------------------------*/

.displayNone {
    display: none;
}

.side_li {
    background-image: url(img/li04.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid #CCCCCC;
}

.side_li a {
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.side_li a:hover {
    color: #B9B9B9;
}

.sub-nav01 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav01 a {
    margin: 0px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side01.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #13b5b1;
}

.sub-nav01 a:hover {
    background-color: #15D0CB;
    text-decoration: none;
}

.sub-nav02 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav02 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side02.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #ff74ac;
    cursor: pointer;
}

.sub-nav02:hover {
    background-color: #FF90BC;
    text-decoration: none;
}

.sub-nav03 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav03 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side03.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #3252ca;
    cursor: pointer;
}

.sub-nav03:hover {
    background-color: #516CD4;
    text-decoration: none;
}

.sub-nav04 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav04 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side04.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #02c06d;
    cursor: pointer;
}

.sub-nav04:hover {
    background-color: #01DE7E;
    text-decoration: none;
}

.sub-nav05 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav05 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side05.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #fea417;
    cursor: pointer;
}

.sub-nav05:hover {
    background-color: #FEB94E;
    text-decoration: none;
}


/*===============================================/
/==================== top-page ================/
/===============================================*/

#center-nav {
    background: #f2f2f2;
    margin-bottom: 80px;
}

#center-nav .c-nav-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -1em;
}

#center-nav .c-nav {
    display: inline-block;
    padding: 30px 30px 30px 0;
}

#center-nav .last01 {
    padding-right: 0;
}

.top-info03 {
    margin-top: 80px;
}

.top-info03 .top-info-title {
    width: 100%;
    text-align: center;
    background: #92D050;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.top-info03 ul li {
    margin-top: 5px;
}

.top-info03 ul li {
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 12px;
}

.top-info03 ul li:nth-child(4n) {
    padding: 0;
}

/*===============================================/
/==================== group-page ================/
/===============================================*/

#title {
    background-repeat: repeat-x;
    background-image: url(img/bg-01.jpg);
    background-position: center top;
}

.page-title {
    width: 1000px;
    margin: 0 auto;
}

.page-title h2 {
    font-weight: bold;
    color: #4E7820
}

/*--------------------------------------
トップページ
--------------------------------------*/

.content-wrap {
    width: 700px;
    float: left;
    margin-bottom: 80px;
}

.side_r {
    width: 250px;
    float: right;
}

.side_r01 ul {
    border-top: 2px solid #92D050;
    margin-bottom: 20px;
}

.side_r01 li {
    border-bottom: 1px dotted #c9c9c9;
}

.side_r01 a {
    background-image: url(img/li01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.side_r01 a:hover {
    color: #B9B9B9;
}

.side_r02 {
    margin-bottom: 30px;
}

.side_r02 li {
    margin-bottom: 5px;
}

#content .square_btn {
    text-decoration: none;
}

.side_r02 img:hover {
    opacity: 0.6;
}

.side_r03 {
    font-size: 12px;
    background-color: #EEFBE1;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side_r03_title {
    background-color: #92D050;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.side_r03 p {
    padding-top: 15px;
    padding-bottom: 15px;

}

.side_r04 {
    margin-bottom: 25px;
}

.side_r04 li {
    margin-bottom: 6px;
    height: 60px;
    line-height: 60px;
}

.side_r05 {
    background-color: #92D050;
    text-align: center;
    padding: 15px;
}

#content .side_r05 p {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.side_r03 p {
    padding-left: 10px;
}

#content .side_p03 {
    background-color: #EEFBE1;
}

#content .side_r04 li a {
    padding-left: 62px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.side_r04 .side_btn1 {
    background: url(img/side-logo01.png) no-repeat 5px 5px #92D050;
}

.side_r04 .side_btn2 {
    background: url(img/side-logo02.png) no-repeat 5px 5px #92D050;
}

.side_r04 .side_btn3 {
    background: url(img/side-logo03.png) no-repeat 5px 5px #92D050;
}

.side_r04 .side_btn4 {
    background: url(img/side-logo04.png) no-repeat 5px 5px #92D050;
}

.side_ca {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.side_ca .title {
    background-color: #616161;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

#content .side_ca a {
    color: #92D050;
    text-decoration: none;
    background-image: url(img/side_bg.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 15px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
}

#content .side_ca a:hover {
    background-color: #E1E1E1;
}

.side_ca li {
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url(img/side_bg2.gif);
    background-position: left bottom;
}

.top-img {
    text-align: center;
}

/*--------------------------------------
お知らせ
--------------------------------------*/

.top-info {
    width: 100%;
}

.top-info01 h2 {
    font-size: 23px;
    color: #000000;
    border-left: 4px solid #000000;
    padding-left: 15px;
    line-height: 40px;
    float: left;
}

.top-info02 h2 {
    font-size: 23px;
    color: #92D050;
    border-bottom: 4px solid #92D050;
    border-left: 4px solid #92D050;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 100%;
    padding-bottom: 8px;
}

.top-info ul {
    padding-top: 2em;
    width: 100%;
    clear: both;
}

.top-info li {
    border-bottom: 1px solid #CCC;
    margin-bottom: 13px;
    padding-bottom: 13px;
    width: 100%;
}

.day {
    width: 15%;
    float: left;
    background-image: url(img/li_info.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 5px;
}

.info_text {
    width: 80%;
    float: right;
    word-break: break-all;
}

#content .info_text a {
    text-decoration: none;
}

.info_text a:hover {
    opacity: 0.7;
}

#content .info_btn02 a {
    background-color: #ffffff;
    border: solid 1px #ccc;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    float: right;
}

.info_btn02 img {
    width: 16px;
    height: 16px;
    padding-top: 6px;
    padding-left: 4px;
}

#content .info_btn02 a:hover {
    opacity: 0.6;
}


/*
.top-info span {
  background: #434343;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 105px;
  height: 19px;
  vertical-align: text-top;
  line-height: 150%;
  font-size: 13px;
}
*/

.btn a {
    width: 220px;
    height: 40px;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 60px;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
}

#content .green_btn {
    width: 100%;
    /*    margin-top: 25px;*/
    margin-bottom: 25px;
    text-align: center;
    background-color: #92D050;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.green_btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

#content .deepgreen_btn {
    width: 100%;
    /*    margin-top: 25px;*/
    margin-bottom: 25px;
    text-align: center;
    background-color: #16b579;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.deepgreen_btn:hover {
    cursor: pointer;
    opacity: 0.8;
}




.kaisai {
    color: #ffffff;
    background-color: #1E731B;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.top-info table {
    width: 100%;
    border: none;
}

.top-info td {
    padding: 10px;
    text-align: center;
    border: none;
    border: 1px solid #ffffff;
}

.top-info tr {
    background: #EEFBE1
}

.top-info tr:nth-child(even) {
    background: #FBFEF7;
}

#main .top-info a {
    color: #000;
}


/*--------------------------------------
SOP
--------------------------------------*/

.sop {
    margin-top: 2em;
}

.sop li {
    margin-bottom: 1em;
    padding-left: 18px;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
}

.sop li ol li {
    background-image: url(none);
    padding-left: 0px;
    margin-left: -1em;
}

.sop li .no2 ol li {
    list-style-type: none;
    background-image: url(none);
    counter-increment: cnt;
    margin-left: 1em;
}

.sop li .no2 ol li:before {
    content: "("counter(cnt) ") ";
    display: inline-block;
    margin-left: -2em;
    width: 2em;
}

.sop ol .no2 ol li {
    margin-left: -0.6em;
}

/*--------------------------------------
access
--------------------------------------*/

.content-title01 h3 {
    width: 700px;
    color: #92D050;
    border-bottom: 4px solid #92D050;
    margin-bottom: 2em;
    font-size: 23px;
}

.access-box h4 {
    font-size: 24px;
    color: #6bbb69;
    padding-bottom: 5px;
    line-height: 24px;
    border-bottom: 3px solid #fccf00;
    display: inline-block;
    margin-bottom: 20px;
}

.access-con .access_btn {
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#content .access-con .access_btn a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #92D050;
    width: 250px;
    height: 45px;
    text-align: center;
    color: #92D050;
    line-height: 45px;
    margin-top: 40px;
    text-decoration: none;
}

#content .access-con .access_btn a:hover {
    opacity: 0.8;
    background-color: #fafff5;
}

.content-box p {
    font-size: 17px;
    line-height: 2;
}

.content-box h5 {
    text-align: left;
    border: none;
    background: none;
    font-size: 16px;
}

.access-con h5 {
    line-height: 40px;
    font-size: 18px;
    color: #4f7dc2;
    padding-left: 38px;
    margin-bottom: 10px;
}

.access-con .access-box {
    margin: 40px 0 80px 0;
}

.access-con p span {
    font-weight: bold;
    margin-top: 40px;
}

.content-box p {
    font-size: 17px;
    line-height: 2;
}

.access-con p {
    margin-bottom: 40px;
}

.content-box p {
    font-size: 17px;
    line-height: 2;
}

#acc-bg1 {
    display: noen;
    background: url(img/access-icon01.png) no-repeat center left;
}

.access-con h5 {
    line-height: 40px;
    font-size: 18px;
    color: #4f7dc2;
    padding-left: 38px;
    margin-bottom: 10px;
}

.content-box h5 {
    text-align: left;
    border: none;
    background: none;
    font-size: 16px;
}

#acc-bg2 {
    display: noen;
    background: url(img/access-icon03.png) no-repeat center left;
}

#acc-bg3 {
    display: noen;
    background: url(img/access-icon02.png) no-repeat center left;
}

/*--------------------------------------
about
--------------------------------------*/

.about-box {
    width: 700px;
    float: left;
}

.about-box dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.about-box dt {
    width: 28.5%;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
    text-indent: 10px;
    font-weight: bold;
}

.about-box dd {
    width: 71%;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-indent: 10px;
}


/*--------------------------------------
            construction
--------------------------------------*/

.new-app p {
    float: right;
    font-size: 18px;
}

.new-app tr.bcgreen {
    background-color: #92D050;
    padding-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

.new-app tr.bcgreen td {
    padding: 8px;
}

.new-app table {
    width: 100%;
    border: none;
}

.new-app table.m_top {
    margin: 50px 0;
}

.new-app th {
    background: #e6efdb;
    color: #000;
    text-align: center;
    padding: 8px;
    border: 1.5px solid #92D050;
}

.new-app th:nth-child(2) {
    border-right: none;
    border-left: none;
}

.new-app th span {
    font-size: 12px;
}

.new-app td {
    padding: 8px;
    text-align: center;
    border: none;
    border: 1px solid #ffffff;
    width: 25%;
}

.new-app tr {
    background: #EEFBE1
}

.new-app tr:nth-child(even) {
    background: #FBFEF7;
}

.new-app h3 {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    background: #92D050;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.com-box {
    margin: 10px 0 80px 18px;
}

.com-box p {
    font-weight: bold;
    text-indent: -18px;
}

.com-box li {
    list-style: disc;
    text-indent: -5px;
}

.table04 {
    margin: 50px 0 40px;
    width: 100%;

}

.table04 th {
    width: 30%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-weight: normal;
    background: #92D050;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

.table05 {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 50px 0;
    width: 100%;
}

.table05 td {
    border-left: 1px solid #cccccc;
    width: 350px;
    padding: 8px 10px;
    margin: 0px;
}

.table05 th {
    border-left: 1px solid #cccccc;
    padding: 8px 10px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    background: #92D050;
    color: #ffffff;
    font-weight: bold;
    width: 30%;
}

.t-left {
    text-align: left;
}

.bt-th {
    border-top: 1px solid #cccccc;
    font-weight: normal;
}

.first-th {
    border-top: 1px solid #cccccc;
    font-weight: normal;
}

.first-td {
    border-top: 1px solid #cccccc;
}

.table04 td {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 350px;
    padding: 8px 10px;
}

/*--------------------------------------
flow
--------------------------------------*/

.combox {
    width: 700px;
    float: left;
}

.flow-box {
    width: 700px;
    float: left;
}

.left_tag {
    height: 646px;
    background-color: #9EC373;
    color: #fff;
    float: left;
    margin-right: 40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 24px;
    padding: 0 7px;
    padding-top: 10px;
}

.left_tag02 {
    height: 614px;
    background-color: #9EC373;
    color: #fff;
    float: left;
    margin-right: 40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 24px;
    padding: 0 7px;
    padding-top: 10px;
}

.left_tag03 {
    height: 285px;
    background-color: #9EC373;
    color: #fff;
    float: left;
    margin-right: 40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 24px;
    padding: 0 7px;
    padding-top: 10px;
}

.left_tag04 {
    height: 252px;
    background-color: #9EC373;
    color: #fff;
    float: left;
    margin-right: 40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 24px;
    padding: 0 7px;
    padding-top: 10px;
}

.right_flowbox {
    width: 600px;
    float: left;
}

.text_flow p {
    width: 600px;
    padding: 30px 0;
    float: left;
    border-bottom: solid 1px #ccc;
    line-height: 32px;
    font-size: 16px;
}

.text_b {
    font-weight: bold;
}

.text_22 {
    font-size: 22px;
}

.text_18 {
    font-size: 18px;
    font-weight: bold;
}

.mb100 {
    margin-bottom: 100px;
}

.heading {
    width: 600px;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    float: left;
}

.heading h4 {
    border-left: solid 1px #ccc;
    font-weight: bold;
    font-size: 24px;
    margin: 21px 0 21px 0px;
    padding: 10px 20px;
    float: left;
}

.mtg-30 {
    margin: 25px 0;
}

.number {
    margin: 20px 20px 20px 0;
    float: left;
    font-weight: bold;
    font-size: 36px;
    color: #7DB343;
    font-family: "Yu Gothic";
}

.yajirusi {
    margin: 40px auto;
    margin-left: 47%;
    margin-right: 50%;
}

/*--------------------------------------
ipad
--------------------------------------*/

@media screen and (max-width:768px) {

    .side_r {
        margin-right: 2%;
    }

    #content {
        margin-left: 1%;
        margin-right: 1%;
    }

    #pankuzu a {
        margin-left: 1%;
    }

    #globalNavi ul {
        margin: 0 0;
    }

    #title h2 {
        padding-left: 1%;
        padding-right: 0%;
    }

}



/*--------------------------------------
20190717 追加
--------------------------------------*/

.content-box .table04 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.content-box .table04 p {
    font-size: 0.8em;
}

.content-box .table04 tr:first-child {
    background-color: #92D050;
    font-weight: bold;
    font-size: 0.9em;
}

.content-box .table04 tr:nth-child(even) {
    background-color: #fafff5;
}

.content-box .table04 th {
    padding: 8px;
    border-top: 1px solid #cccccc;
    background: #92D050;
    color: #ffffff;
    border-left: 1px solid #cccccc;
    text-align: center;

}

.content-box .table04 td {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
    border-right: 0px;
    border-bottom: 0px;
}

.content-box .table04 td:first-child {
    padding: 1em 0.5em;
    width: 32%;
}

.content-box h2 {
    width: 700px;
    color: #92D050;
    border-bottom: 4px solid #92D050;
    margin-bottom: 2em;
}




/*---------------------------------
              20191108　
　　             追加　
　　---------------------------------*/

/*===============================================/
/==================== report-page ================/
/===============================================*/

.f_list li {
    background: #daf5bc;
    padding-left: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    font-weight: bold;
}

.f_list li a {
    display: block;
    color: #333333 !important;
}

.f_list li a:hover {
    color: #89b755 !important;
}

.report01 {
    margin-bottom: 5em;
}

.report01 li.deco,
.report02 li.deco {
    margin-bottom: 0.5em;
    padding-left: 18px;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
}

.report01 li span.t-r {
    color: #f24040;
    font-weight: 600;
}

.report01 li span.t-b,
.report02 li span.t-b,
.report02 li.t-b,
.report02 p.t-b,
.report02 .t-b {
    font-weight: 600;
    color: #000;
}

.report02 li .t-b02 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.report02 ul .t-b03 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    display: block;
    padding-left: 18px;
}


/*report01*/

.report01 ul {
    margin-bottom: 2em;
}

.report01 li.li-title {
    margin-bottom: 0.5em;
}

.report01 .img-wrap {
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
}

/*report02*/

.report02 .box-wrap,
.report02 .box-wrap02 {
    width: 660px;
    margin: 15px 0;
    padding: 20px;
    border: 3px solid #92D050;
}

.report02 .box-wrap span {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
}

.report02 .box-title {
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 18px;
}

.report02 p span.t-r {
    color: #f24040;
    font-weight: 600;
    font-size: 16px;
}

.box-bottom {
    width: 700px;
    height: 50px;
    background-image: url(img/report02.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.report02 .box-wrap02 p {
    margin-bottom: 1em;
}

/*report04*/
.report04 {
    margin-bottom: 5em;
}

.report04 table {
    text-align: center;
    font-size: 1.4rem;
}

/*----------- 追記 20200131 ﾎｼﾅ -----------*/

a.text-b-g {
    font-weight: bold;
    color: #04ae72;
    text-decoration: underline ! important;
}

span.bold {
    font-weight: bold;
    color: #000;
}

/* filelist.html　button */

/*----------- 追記 20200409 ｱｻｲ -----------*/
span.bold-red {
    font-weight: bold;
    color: #ff0000;
}

span.bold-blue {
    font-weight: bold;
    color: #0000FF;
}

#content h3 {
    color: #16B579;
    border-left: 3px solid #16B579;
    margin-bottom: 1em;
    padding-left: 5px;
    font-size: 22px;
}

#content .btn_system a {
    display: block;
    width: 96%;
    padding: 2%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 2px solid #04ae72;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    color: #04ae72;
    background-color: #f7fffc;
    text-align: center;
}

#content .btn_system a:hover {
    border: 2px solid #04ae72;
    color: #fff;
    background-color: #04ae72;
}

.btn_system p.text-r {
    color: #FF0004;
    font-size: 14px;
}



/*----------- 追記 20200318 ﾎｼﾅ -----------*/

/*  委員会名簿ボタン追加  */

.btn_e a {
    width: 300px;
    display: inline-block;
    text-decoration: none;
    background: #92d050;
    text-align: center;
    float: left;
    padding: 40px 2%;
}

.btn_e a span {
    color: #fff;
    font-weight: bold;
}

.btn_e li {
    margin: 20px 60px 20px 20px;
    display: inline-block;
}

.btn_e li:last-child {
    display: inline-block;
    margin: 20px 0px 20px 20px;
}

.btn_e a:hover {
    background: #9DE552;
    text-decoration: none !important;
    color: white;
}

.btn_f a {
    width: 350px;
    display: inline-block;
    color: #92D050;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 18px;

}


.btn_f a:hover {
    color: #9DE552 !important;
}

.btn_f li {
    display: inline-block;
    margin-right: 20px;
}

.btn_f li:last-child {
    display: inline-block;
    /*    margin-left: 20px;*/
    margin-right: -20px;

}

/*　　旧委員会名簿テーブル　　*/

.con .con-title01 {
    background-color: #7DB343;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.con .table02 {
    width: 100%;
    margin-top: 1px;
    text-align: left;
    border: none;
}

.con .table02 a:hover {
    color: #9DE552 !important;
}

.con .table02 th,
.con .table02 td {
    border: 1px solid #fff;
    padding: 8px;
}

.con .table02 td {
    letter-spacing: -1px;
}

.con .table02 tr:nth-child(2n+1) {
    background-color: #EEFBE1;
}

.con .table02 tr:nth-child(2n) {
    background-color: #FBFEF7;
}

.con .table-cnter {
    text-align: center;
}

/*----------- 追記 20210816 阪大浅井 -----------*/
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #DD4827;
    background: #D8E8C4 ;
    border-left: solid 10px #7DB343;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
/*----------- 追記 20210816 阪大浅井 -----------*/

/*----------- 追記 20201005 ﾎｼﾅ -----------*/

.content-box h2 span.note_r_right {
    width: 82%;
    color: #FF0004;
    font-size: 14px;
    float: right;
    display: block;
    line-height: 130%;
}

a.a_text_r {
    color: #FF0004;
    font-weight: bold;
}


/*----------- 追記 20201209 ﾎｼﾅ -----------*/

.p_b_20 p {
    padding-bottom: 20px;
}
