@charset "UTF-8";
/**
 * flagsystスタイルシート
 */
/* tags
----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.display-none {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
body {
    margin: 0;
    padding: 0;
    color: #666666;
    background: url(../img/icons_bg.png);
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    min-height: 100vh;
    position: relative;
}
@media screen and (max-width: 768px) {
    body {
        padding-bottom: 280px;
    }
}
#SearchIndexQ {
    font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 200px;
    height: 25px;
    font-size: 150%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 17px 17px 17px 17px;
    padding: 5px;
}
#SearchIndexC {
    margin-right: 15px;
}

a {
    /*リンクされた文字*/
    color: #000000;
    font-style: normal;
    text-decoration: underline;
}
a:link {
    /*未訪問のリンク*/
    color: #da4a04;
    font-style: normal;
    text-decoration: none;
}
a:visited {
    /*訪問後のリンク*/
    color: #da4a04;
    text-decoration: none;
}
a:hover {
    /*マウスをのせたとき*/
    color: #ea8918;
    text-decoration: underline;
}
a:active {
    /*クリック中*/
    text-decoration: none;
}
a:hover img {
    opacity: 0.8;
}
th {
    padding: 5px;
}
td {
    padding: 5px;
}
input {
    margin: 3px;
}
img {
    border: none;
}
pre {
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6em;
}
/* Page
----------------------------------------------- */
#Page {
    width: 986px;
    margin: 15px auto 20px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #Page {
        width: 100%;
    }
}
/* Alfa, Beta
----------------------------------------------- */
#Alfa,
#Beta {
    position: relative;
    display: inline;
}
#Alfa {
    width: 214px;
    left: 0px;
    float: left;
}
#Beta {
    width: 750px;
    float: right;
}
@media (max-width: 768px) {
    #Alfa {
        display: none;
        float: none;
    }
    #Beta {
        float: none;
    }
}
/* Header
----------------------------------------------- */
.header {
    background: #fff;
    border-top: 4px #dcfb91 solid;
    border-bottom: 1px #ddd solid;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.03);
    height: 120px;
}
.header__container {
    margin: 0 auto;
    max-width: 986px;
}

.header__logo__wrapper {
    width: 300px;
}
.header__logo__wrapper img {
    display: block;
    width: 100%;
}

.header__nav__list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

/* Footer
----------------------------------------------- */
#Footer, #Footer.footer {
    text-align: center;
    background: #dcfb91;
    color: #40403d;
    height: 280px;
    font-size: 10px;
    line-height: 12pt;
}
#Footer #copyright {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    #Footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
    padding: 40px auto 40px 0;
}
#GlobalMenus ul {
    padding: 0;
    margin: 0;
}

#GlobalMenus li {
    background: url("../img/sidebox/ico_home.png") no-repeat scroll 20px center
        transparent;
    border-bottom: 1px double #ededed;
    float: left;
    height: 40px;
    line-height: 40px;
    list-style: none outside none;
    width: 212px;
}

#GlobalMenus li.nav-item-1 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-2 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-3 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-4 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-5 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-6 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-7 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-8 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-9 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.nav-item-10 {
    background: url("../img/icons/icon1.jpg") no-repeat scroll 20px center
        transparent;
}
#GlobalMenus li.last {
    border-bottom: none;
}

#GlobalMenus li a {
    font-size: 11pt;
    margin-left: 20px;
    padding-left: 25px;
    color: #1c9101;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #GlobalMenus li a {
        color: red;
    }
}
/* Navigation
----------------------------------------------- */
#Navigation {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    min-height: 20px;
    padding: 10px 10px 8px;
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
    display: none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current {
    padding: 5px 8px;
    border: 1px solid #e2e2e2;
    margin: 0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
    text-align: right;
}
/* 検索
---------------------------------------------------*/

.search-box .submit_button {
    border-radius: 16px 16px 16px 16px;
    text-indent: -9999px;
    box-shadow: none;
    cursor: pointer;
    border: none;
    color: #fff;
    height: 34px;
    width: 34px;
    background-image: url(../img/icons_search.png);
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0;
    vertical-align: top;
}

.search-result {
    text-align: right;
}

h1 {
    padding-top: 20px;
}
#Header-page h1 a {
    display: block;
    height: 54px;
    width: 214px;
}
#Header-page h1 a:hover {
    opacity: 0.8;
}
/*Header serch
----------------------------------------------- */
#Header .search-box {
    float: right;
    text-align: center;
    padding-top: 25px;
    padding-right: 0;
    margin-bottom: 0;
}
/*ContentsBody
----------------------------------------------- */

#ContentsBody .subpage {
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 600px;
    padding: 20px;
}

#ContentsBody .subpage p {
    padding: 0 5px;
}
#ContentsBody h2 {
    border-radius: 4px 4px 4px 4px;
    background-color: #dcfb91;
    margin-bottom: 20px;
    max-width: 690px;
    padding: 42px 20px 10px;
    color: #027d19;
    font-size: 30px;
    letter-spacing: 0.2em;
}
#ContentsBody h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    border-bottom: 1px #ccc dotted;
}
#ContentsBody .post,
.blog-description,
.section {
    padding: 10px;
    margin-bottom: 23px;
}
#ContentsBody .blog-description {
    font-size: 14px;
    padding: 0 10px;
}
.contents-head {
    margin-bottom: 10px;
}
#ContentsBody .eye-catch {
    padding: 10px;
}
@media screen and (max-width: 768px) {
    #ContentsBody .news li {
        list-style: none;
        text-align: left;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
    #ContentsBody .news li a {
        text-decoration: none;
        display: block;
        padding: 10px 13% 10px 15px;
    }
    #ContentsBody .news li .date {
        color: #000;
        font-weight: bold;
    }
}

/* sidebox
----------------------------------------------- */
.sidebox {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    min-height: 20px;
}

#sidebox-bnr {
    text-align: center;
    margin-top: 10px;
}
#sidebox-bnr2 {
    padding: 0 0 10px;
    text-align: center;
}
#sidebox-bnr3 {
    margin-top: 10px;
    text-align: center;
}
#sidebox-bnr4 {
    text-align: center;
    margin-top: 10px;
}

#sidebox-txt {
    padding: 5px 0;
    text-align: center;
    width: 214px;
}

.sidebox-telfax {
    font-size: 15px;
    font-weight: bold;
    color: #868686;
    line-height: 1.5;
    padding-top: 5px;
}
.sidebox-text {
    font-size: 12px;
    color: #868686;
}

.fb-like-box {
    background: #ffffff;
    margin-top: 10px;
}

div.fb_iframe_widget span {
    height: 440px !important;
}

div.fb_iframe_widget iframe {
    height: 441px !important;
}

/* widget
----------------------------------------------- */

.widget {
    padding: 10px;
    font-size: 12px;
}
.widget h2 {
    font-size: small;
}
.widget img {
    max-width: 100%;
}

table.blog-calendar {
    border-collapse: collapse;
    text-align: center;
    font-size: 11px;
    border-spacing: 0;
    margin: 0 auto;
    width: 190px;
}
table.blog-calendar tr {
    border-bottom: 1px solid #eee;
}
table.blog-calendar th {
    line-height: 1em;
    border-bottom: 1px solid #eee;
    font-weight: normal;
}
table.blog-calendar td {
    line-height: 1em;
    border-bottom: 1px solid #eee;
}
table.blog-calendar .sunday {
    color: #ff0000;
}
table.blog-calendar td.today {
    font-size: 110%;
    font-weight: bold;
    color: #6dae0f;
}
.blog-widget h2 {
    margin-top: 5px;
}
.blog-widget ul {
    list-style: none;
}
.blog-widget .depth-2 {
    padding-left: 10px;
}
.blog-widget .depth-3 {
    padding-left: 20px;
}

/*TopPage
----------------------------------------------- */

#top-main {
    text-align: left;
    margin-bottom: 10px;
    border-radius: 4px 4px 4px 4px;
}
@media screen and (max-width: 768px) {
    #top-main {
        width: 100vw;
    }
}
#top-main img {
    display: block;
    width: 100%;
}
#top-main .bx-window {
    border-radius: 4px 4px 4px 4px;
}

#top-contents {
    margin: 10px 0;
}

#top-contents-main {
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
}

#top-contents-main h2 {
    background: #ffffff !important;
    color: #868686;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    border-bottom: 1px dotted #cccccc;
    padding: 0 10px 10px;
    border-radius: 0;
}

#top-contents-main .body {
    padding: 0 10px;
}

#top-contents-main .news {
    width: 680px;
    margin: auto;
}

@media (max-width: 768px) {
    #top-contents-main {
        width: 100vw;
    }
    #top-contents-main .news {
        width: 100%;
    }
    #top-contents-main .news .title img {
        width: 100%;
    }
}

#new {
    overflow: auto;
}
#new-title {
    max-width: 200px;
    float: left;
}
#new-more {
    max-width: 200px;
    float: right;
}

#new-new01 {
    max-width: 50%;
    float: left;
}
#new-new02 {
    max-width: 50%;
    float: right;
}

#top-bnr {
    font-size: 12px;
}
#top-bnr img {
    margin-bottom: 10px;
}
#top-bnr p {
    line-height: 1.4;
}
#top-bnr-left {
    max-width: 345px;
    float: left;
}
#top-bnr-right {
    max-width: 345px;
    float: right;
}

#top-main-telfax-title {
    background: none repeat scroll 0 0 #6dae0f;
    border-radius: 4px 4px 4px 4px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

#top-main-telfax-left {
    min-width: 375px;
    float: left;
    border-right: 1px #cccccc dotted;
}
#top-main-telfax-tel {
    background: url("../img/tel_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.top-tel {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-tel-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
#top-main-telfax-fax {
    background: url("../img/fax_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    padding: 10px 0;
    position: relative;
}
.top-fax {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-fax-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
.telfax-tel {
    margin-left: 5px;
}
.telfax-fax {
    margin-left: 5px;
}

#top-main-telfax-right {
    width: 315px;
    float: right;
}
#top-main-contact {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 10px 5px;
}
#top-main-serch .search-box {
    padding: 0;
    margin: 0;
}
#top-main-serch #SearchIndexSearchForm #SearchIndexQ {
    width: 245px;
}
#top-main-webcontact {
    padding: 10px 0;
}

#footer-menu {
    margin: 0 auto;
    padding-top: 20px;
    width: 986px;
    color: #ffffff;
}
#footer-menu p {
    margin-top: 15px;
}
#footer-menu ul {
    display: inline-block;
}
#footer-menu li {
    display: inline;
    float: left;
    font-size: 1.8;
    margin: 0 10px;
}
#footer-menu a {
    color: #ffffff;
}
#footer-menu a:hover {
    color: #bad98e;
}
#footer-menu .logo.pchidden {
    display: none;
}
#footer-menu .logo.sphidden {
    text-align: left;
}
#footer-menu .infoBlock p {
    text-align: left;
    margin-top: 0;
    color: #40403d;
    font-size: 13px;
}
#footer-menu .infoBlock .floor {
    margin-left: 90px;
}
#footer-menu .footer__upside {
    text-align: left;
}
#footer-menu .footer__upside__nav {
    max-width: 300px;
}
#footer-menu .footer__upside__nav__item {
    width: 130px;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#footer-menu .footer__upside__nav__item span {
    display: inline-block;
    height: 16px;
}
#footer-menu .footer__upside__nav__item a {
    display: inline-block;
    height: 16px;
}
#footer-menu .footer__downside {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
/* footer-menu smartphone */
@media screen and (max-width: 768px) {
    #Footer {
        padding: 20px;
        height: auto;
        text-align: left;
    }
    #footer-menu {
        width: 100%;
        padding-top: 0;
    }

    #footer-menu .line {
        margin: 10px 0px;
    }
    #footer-menu .line img {
        width: 100%;
    }
    #footer-menu .logo {
        text-align: center;
    }
    #footer-menu .logo.pchidden {
        display: block;
    }
    #footer-menu .logo.sphidden {
        text-align: center;
        display: none;
    }
    #footer-menu .infoBlock {
        display: none;
    }
    #footer-menu .copyright {
        text-align: center;
    }

    #footer-menu .footer__downside {
        justify-content: center;
    }
}

/*会社概要map
----------------------------------------------- */
#map {
    margin: 0 auto;
}
table.row-table-01 {
    width: 100%;
}

/* slider
----------------------------------------------- */
#top-main span {
    display: none;
}
#top-main .bx-pager {
    height: 15px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
#top-main .pager-link {
    background: url(../img/slider/slide_pointer_off.png) left top;
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
#top-main .pager-active {
    background: url(../img/slider/slide_pointer_on.png) left top;
}
#top-main .bx-prev,
#top-main .bx-next {
    display: none;
}
#top-main ul {
    height: 300px;
    overflow: hidden;
}

/*Blog
----------------------------------------------- */

.more {
    margin-top: 10px;
    font-size: 11px;
}
#BlogComment {
    padding: 20px;
    border: 1px #ccc solid;
    margin: 10px;
    border-radius: 4px 4px 4px 4px;
}
#BlogCommentList {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}
#BlogComment h4 {
    font-size: 16px;
}
#BlogComment .submit {
    text-align: center;
}

.post-navi {
    text-align: center;
}
#ContentsBody .meta,
.tag {
    text-align: right;
    padding-top: 10px;
    font-size: 12px;
}

#ContentsBody .post {
    border-radius: 4px 4px 4px 4px;
    background: url(../img/icons_bg_2.png);
    margin: 10px 10px 30px;
    padding: 20px;
}
#ContentsBody .meta {
    margin-top: 20px;
    border-top: 1px #ccc dotted;
}
#ContentsBody .post h4 {
    border-bottom: 1px #ccc dotted;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
#ContentsBody .date {
    float: left;
}

/*to-top
----------------------------------------------- */

.to-top {
    text-align: right;
    font-size: 12px;
    margin: 5px 20px;
}
.to-top img {
    vertical-align: middle;
    margin-right: 3px;
}
/*about
----------------------------------------------- */
.row-table-01 firstChild lastChild {
    width: 585px;
    margin: 0 auto;
}
.row-table-01 firstChild lastChild th,
.row-table-01 firstChild lastChild td {
    font-weight: normal;
    border-bottom: 1px #ededed solid;
    line-height: 3;
}

/*sitemap
----------------------------------------------- */

#ContentsBody .sitemap ul,
ul.section {
    list-style-image: url(../img/icons_sankaku.png);
    line-height: 2.4;
    margin: 0 20px;
}

/*contact
----------------------------------------------- */
.row-table-01 input,
.row-table-01 select,
.auth-captcha input,
.auth-captcha select {
    font-size: 16px;
}
.row-table-01 input,
.row-table-01 textarea,
.auth-captcha input {
    padding: 5px;
}
.row-table-01 textarea {
    font-size: 16px;
}
.auth-captcha {
    text-align: center;
}
.auth-captcha-image {
    vertical-align: middle;
}
#ContentsBody .submit {
    text-align: center;
}
#ContentsBody .required {
    color: #fff;
    font-size: 10px;
    background-color: #c30;
    padding: 4px 5px;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
#ContentsBody .normal {
    color: #fff;
    font-size: 10px;
    background-color: #ccc;
    padding: 4px 5px;
    font-weight: normal;
    border-radius: 3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
#flashMessage {
    color: #ff0000;
    border: 5px solid #ff0000;
    padding: 15px;
    margin-bottom: 30px;
}
.form-error {
    background: #ffcccc;
}
.error-message {
    font-size: 16px;
    color: #ff0000;
}
div.submit {
    margin-top: 30px;
}
table.row-table-01 th {
    text-align: right;
}
table.row-table-01 th,
table.row-table-01 td {
    padding: 10px;
}
table.row-table-01 tr.odd th,
table.row-table-01 tr.odd td {
    background-color: #efefef;
}
.submit .button {
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #fff, #f3f3f3);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(100%, #f3f3f3)
    );
    background: -o-linear-gradient(top, #fff, #f3f3f3);
    margin: 10px;
    padding: 3px 40px;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    line-height: 24px;
}
.submit .button:hover {
    border: 1px solid #ccc;
    text-decoration: none;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4, #dfdfdf 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f4f4f4),
        color-stop(100%, #dfdfdf)
    );
    background: -o-linear-gradient(top, #f4f4f4, #dfdfdf 100%);
}
.submit .button:active {
    border: 1px solid #ccc;
    text-decoration: none;
    background: #cdcdcd;
    background: -moz-linear-gradient(top, #cdcdcd, #eee 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#cdcdcd),
        color-stop(100%, #eee)
    );
    background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}
.submit .button[disabled] {
    opacity: 0.5;
}
.submit a.button {
    padding-top: 5px;
    padding-bottom: 5.5px;
}
*:first-child + html .submit a.button {
    position: absolute;
    top: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#Error #ContentsBody p {
    margin-bottom: 20px;
}
#Error #ContentsBody .error {
    color: #f00;
}
#Error #ContentsBody pre {
    margin-bottom: 20px;
    background-color: #efefef;
}
#Error #ContentsBody .notice {
    font-size: 14px;
    color: #ccc;
}
#Error #ContentsBody .cake-stack-trace {
    font-size: 14px;
    list-style-position: inside;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#Error #ContentsBody .cake-stack-trace li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.contents-navi {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

td.aboutNav {
    padding: 0;
}

td#headerNav {
    padding: 0;
    margin-left: -20px;
}

/* TOP活動紹介 設定---------------------  */

.title-backimg {
    background: url(../img/b1-4.jpg);
    height: 27px;
    text-align: center;
    vertical-align: sub;
    line-height: 25px;
}
.column img {
    float: left;
    margin: 10px 10px 0px 10px;
    width: 230px;
    height: 180px;
}
.column p {
    overflow: hidden;
    zoom: 1;
}

.date {
    text-align: center;
}
.date.pchidden {
    display: none;
}

.content {
    height: 220px;
}

@media screen and (max-width: 768px) {
    .title-backimg {
        background-image: none;
        text-align: left;
        height: auto;
    }
    .content {
        height: auto;
        border-bottom: 1px solid #ccc;
    }
    .column {
        display: none;
    }
    #ContentsBody .date {
        text-align: left;
    }
    #ContentsBody .date.pchidden {
        display: block;
        float: none;
    }
    #ContentsBody .date.sphidden {
        display: none;
    }
}

/*---------------*/

/* 会長あいさつ */
.greeting {
    width: 100%;
}
.greeting p {
    font-size: 18px;
}
.greeting__chairman {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.greeting__chairman__image {
    display: inline-block;
}
.greeting__chairman__name {
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 18px;
}
.greeting__chairman__name span {
    display: inline-block;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .greeting__chairman {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}
/* map */
.map__pchidden {
    display: none;
}
.map__list {
    list-style: none;
}
@media screen and (max-width: 768px) {
    .map__sphidden {
        display: none;
    }
    .map__pchidden {
        display: block;
    }
    .map__pchidden li {
        margin-bottom: 10px;
    }
    .map__pchidden p {
        margin-bottom: 0 !important;
    }
    .map__pchidden a {
        margin-left: 18px;
    }
}

/* about */
.aboutNav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.aboutNav__item {
    width: 140px;
}
.aboutNav__item img {
    width: 100%;
}

.about__heading {
    margin-bottom: 20px;
}

.about__content p {
}

.about__paragraph {
    margin-left: 30px;
    font-size: 18px;
    padding-right: 5px;
    margin-bottom: 0 !important;
}

.about__section2,
.about__section3,
.about__section4,
.about__section5 {
    margin-top: 30px;
}

.about__image {
    width: 100%;
}
.about__image img {
    display: block;
    width: 100%;
}

.about__indent {
    margin-left: 32px;
}

.about__membershipFee {
    display: flex;
    margin-left: 32px;
}
.about__membershipFee__label {
    width: 130px;
    margin-right: 18px;
}

.about__membershipFee__note {
    margin-left: 32px;
    margin-top: 10px;
    padding-left: 0px !important;
}
.about__membershipFee__note span {
    margin-left: 16px;
}

#post-detail p img {
    max-width: 100%;
}
