@charset "UTF-8";

/* ========================================================================================================================
ABOUT
======================================================================================================================== */
#about .content .aboutCont {
    width: 100%;
    overflow: hidden;
}
#about .content .aboutCont:first-child {
    padding-top: 0;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #about .content .aboutCont {
        padding-top: 9rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) { 
    #about .content .aboutCont {
        padding-top: 80px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
ABOUT MV
------------------------------------------------------------------------------------------------------------------------- */
#about .aboutMV {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#about .aboutMV .aboutMVPh02 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/* scrollOn */
#about .aboutMV.scrollOn .aboutMVPh02 li {
    visibility: hidden;
    opacity: 0;
}
#about .aboutMV.scrollOn .aboutMVPh02 li.in {
    visibility: visible;
    opacity: 1;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #about .aboutMV {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    #about .aboutMV .phCap {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 1.5rem;
        z-index: 10;
    }
    #about .aboutMV .aboutMVPhWrap {
        position: absolute;
        height: 100%;
    }
    #about .aboutMV .aboutMVPhWrapInner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    #about .aboutMV .aboutMVPh01 img {
        position: absolute;
        width: auto;
        top: 0;
        height: 100%;
    }
    #about .aboutMV .aboutMVPh02 {
        position: absolute;
        display: flex;
    }
    #about .aboutMV .aboutMVPh02 li,
    #about .aboutMV .aboutMVPh02 li figure,
    #about .aboutMV .aboutMVPh02 li img {
        width: auto;
        height: 100%;
    }
    /* scrollOn */
    #about .aboutMV.scrollOn .aboutMVPh02 li {
        position: relative;
        transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    }
    #about .aboutMV.scrollOn .aboutMVPh02 li .triggerPc {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1px;
        height: 1px;
    }
    #about .aboutMV.scrollOn .aboutMVPh02 li.in {
        transition: visibility 0.6s ease-in, opacity 0.6s ease-in;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) { 
    #about .aboutMV .phCap {
        padding: 0 4vw;
    }
    /* scrollOn */
    #about .aboutMV.scrollOn .aboutMVPh02 li {
        transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
    }
    #about .aboutMV.scrollOn .aboutMVPh02 li.in {
        transition: visibility 0.3s ease-in 0.9s, opacity 0.3s ease-in 0.9s;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------
ABOUT INTRO
------------------------------------------------------------------------------------------------------------------------- */
#about .aboutIntroTxtArea .introCont p {
    margin-top: 1em;
}
#about .aboutIntroTtl {
    line-height: 1.5;
}
#about .aboutIntroTxtArea .introCont02 .introMissionTtl {
    font-weight: bold;
}
#about .aboutIntro .aboutIntroPh li:first-child {
    margin-top: 0;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #about .aboutIntro .aboutIntroAreaWrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #about .aboutIntro .aboutIntroPh, 
    #about .aboutIntro .aboutIntroTxtArea {
        width: 50%;
        vertical-align: top;
    }
    #about .aboutIntro .aboutIntroPh {
        order: 1;
    }
    #about .aboutIntro .aboutIntroTxtArea {
        padding-left: 0.5rem;
        order: 2;
    }
    #about .aboutIntroTxtArea .inner {
        border-top: #E1E1E1 1px solid;
        padding-top: 2rem;
        padding-left: 2rem;
    }
    #about .aboutIntroTtl {
        font-size: 1.3125rem;
        margin-bottom: 1.5rem;
    }
    #about .aboutIntroTxtArea .introCont02 {
        margin-top: 2rem;
    }
    #about .aboutIntroTxtArea .introCont02 .introMission {
        margin-top: 1.5rem;
    }
    #about .aboutIntroTxtArea .introCont02 .introMissionTtl {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
    #about .aboutIntroTxtArea .introCont02 .linkBtn {
        margin-top: 2rem;
    }
    #about .aboutIntro .aboutIntroPh li {
        margin-top: 1rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) { 
    #about .aboutIntro .aboutIntroTxtArea {
        padding: 0 4vw;
    }
    #about .aboutIntroTxtArea .introCont02 {
        margin-top: 30px;
    }
    #about .aboutIntroTxtArea .introCont02 .introMission {
        margin-top: 20px;
    }
    #about .aboutIntroTxtArea .introCont02 .introMissionTtl {
        margin-bottom: 10px;
    }
    #about .aboutIntroTxtArea .introCont02 .linkBtn {
        margin-top: 30px;
    }
    #about .aboutIntro .aboutIntroPh {
        margin-top: 45px;
    }
    #about .aboutIntro .aboutIntroPh li {
        margin-top: 15px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
ABOUT STAFF
------------------------------------------------------------------------------------------------------------------------- */
#about .aboutStaffContWrap .aboutStaffCont .inner {
    display: table;
    width: 100%;
}
#about .aboutStaffCont .staffPh,
#about .aboutStaffCont .staffTxtArea {
    display: table-cell;
}
#about .aboutStaffCont .staffTtl span {
    display: block;
}
#about .aboutStaffCont .staffTtl .staffPosition {
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
}
#about .aboutStaffCont .staffTtl .staffName {
    font-weight: bold;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #about .aboutStaff .contAContArea {
        padding-top: 0;
    }
    #about .aboutStaffContWrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #about .aboutStaffContWrap .aboutStaffCont {
        width: 50%;
        vertical-align: top;
        padding: 2rem 0;
        border-bottom: #E1E1E1 1px solid;
    }
    #about .aboutStaffContWrap .aboutStaffCont:nth-child(odd) .inner {
        border-right: #E1E1E1 1px solid;
        padding-right: 2rem;
    }
    #about .aboutStaffContWrap .aboutStaffCont:nth-child(even) .inner {
        padding-left: 2rem;
    }
    #about .aboutStaffCont .staffPh {
        width: 35%;
        vertical-align: top;
    }
    #about .aboutStaffCont .staffTxtArea {
        width: 65%;
        padding-left: 1rem;
        vertical-align: top;
    }
    #about .aboutStaffCont .staffTtl .staffPosition {
        margin-bottom: 0.25rem;
    }
    #about .aboutStaffCont .staffTtl .staffName {
        font-size: 1.125rem;
    }
    #about .aboutStaffCont .staffTxt {
        font-size: 0.875rem;
        margin-top: 1rem; 
        letter-spacing: -0.05em;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #about .aboutStaffContWrap {
        border-top: #E1E1E1 1px solid;
    }
    #about .aboutStaffContWrap .aboutStaffCont {
        padding: 20px 4vw 20px 0;
        border-bottom: #E1E1E1 1px solid;
    }
    #about .aboutStaffCont .staffPh {
        width: 35%;
        vertical-align: middle;
    }
    #about .aboutStaffCont .staffTxtArea {
        width: 65%;
        padding-left: 15px;
        vertical-align: middle;
    }
    #about .aboutStaffCont .staffTtl .staffPosition {
        margin-bottom: 5px;
    }
    #about .aboutStaffCont .staffTtl .staffName {
        font-size: 18px;
    }
    #about .aboutStaffCont .staffTxt {
        font-size: 13px;
        letter-spacing: -0.05em;
        margin-top: 10px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
ANUAL REPORT
------------------------------------------------------------------------------------------------------------------------- */
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #about .aboutAnnualReport .pubCont .inner {
        padding-top: 1rem;
        border-top: #E1E1E1 1px solid;
    }
    #about .aboutAnnualReport .linkBtn a {
        margin: 0 auto;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #about .aboutAnnualReport .linkBtn {
        margin-top: 45px;
    }
}


/* ========================================================================================================================
VISIT
======================================================================================================================== */
#visit .content .vstCont {
    width: 100%;
    overflow: hidden;
}
#visit .content .vstCont:first-child {
    padding-top: 0;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print { 
    #visit .content .vstCont {
        padding-top: 9rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) { 
    #visit .content .vstCont {
        padding-top: 80px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
ACCESS
------------------------------------------------------------------------------------------------------------------------- */
#visit .visitAccess .vstAccessMapArea iframe {
    width: 100%;
    height: 100%;
}
#visit .vstAccessTxtArea .accessCont {
    display: table;
    width: 100%;
}
#visit .vstAccessTxtArea .accessCont .accessItem {
    display: table-cell;
    letter-spacing: -0.05em;
    font-weight: 300;
    vertical-align: top;
}
#visit .vstAccessTxtArea .accessCont .accessTxtArea {
    display: table-cell;
    vertical-align: top;
}
#visit .vstAccessTxtArea .accessCont.accessCont01 .accessItem .inner ,
#visit .vstAccessTxtArea .accessCont.accessCont01 .accessTxtArea {
    border-top: none;
}
#visit .accessCont01 .btnMap {
    display: inline-block;
    font-size: 10px;
    padding: 0.5em;
}

/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #visit .vstAccessAreaWrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #visit .visitAccess .vstAccessTxtArea {
        width: 50%;
        padding-right: 1rem;
        order: 1;
    }
    #visit .visitAccess .vstAccessMapArea {
        width: 50%;
        height: 45rem;
        order: 2;
    }
    #visit .vstAccessTxtArea .inner {
        border-top: #E1E1E1 1px solid;
    }
    #visit .vstAccessTxtArea .accessTtl {
        font-size: 1.125rem;
        margin-left: 6.5rem;
        padding-top: 2rem;
    }
    #visit .vstAccessTxtArea .accessCont .accessItem {
        width: 6.5rem;
        font-size: 0.875rem;
        padding-right: 0.5rem;
    }
    #visit .vstAccessTxtArea .accessCont .accessItem .inner {
        display: block;
        width: 100%;
        border-top: #E1E1E1 1px solid;
    }
    #visit .vstAccessTxtArea .accessCont .accessTxtArea {
        width: calc( 100% - 6.5rem );
        padding: 2rem 2rem 2rem 0;   
        border-top: #E1E1E1 1px solid;
    }
    #visit .vstAccessTxtArea .accessCont .accessItem .inner {
        padding: 2rem 0;
    }
    #visit .vstAccessTxtArea .accessCont .linkBtn {
        margin-top: 1rem;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont01 .accessItem .inner ,
    #visit .vstAccessTxtArea .accessCont.accessCont01 .accessTxtArea {
        padding-top: 1rem;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont01 .accessKoutsu {
        font-size: 0.875rem;
        margin: 1rem 0 0.5rem;
    }
    #visit .accessCont02 .accessHours {
        font-size: 1.3125rem;
    }
    #visit .accessCont01 .btnMap {
        margin-left: 1em;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #visit .visitAccess .vstAccessMapArea {
        height: 92vw;
    }
    #visit .visitAccess .vstAccessTxtArea {
        margin-top: 30px;
    }
    #visit .vstAccessTxtArea .accessCont {
        border-bottom: #E1E1E1 1px solid;
        padding: 20px 4vw;
    }
    #visit .vstAccessTxtArea .accessCont:last-child {
        border-bottom: none;
    }
    #visit .vstAccessTxtArea .accessCont .accessItem {
        width: 20vw;
        font-size: 12px;
        padding-top: 4.5px;
        padding-right: 15px;
    }
    #visit .vstAccessTxtArea .accessTtl {
        padding: 0 4vw;
    }
    #visit .vstAccessTxtArea .accessCont .linkBtn {
        margin-top: 15px;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont01 {
        padding-top: 15px;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont01 .accessItem {
        display: none;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont01 .accessKoutsu {
        font-size: 12px;
        margin: 15px 0 5px;
    }
    #visit .vstAccessTxtArea .accessCont.accessCont02 .accessItem {
        vertical-align: middle;
    }
    #visit .accessCont02 .accessHours {
        font-size: 18px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
GUIDE
------------------------------------------------------------------------------------------------------------------------- */
#visit .vstGuideTxtArea .guideTtl {
    line-height: 1.5;
}
#visit .vstGuidePh li:first-child {
    margin-top: 0;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #visit .visitGuide .vstGuidAreaWrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #visit .visitGuide .vstGuidePh {
        width: 50%;
        order: 1;
    }
    #visit .visitGuide .vstGuideTxtArea {
        width: 50%;
        padding-left: 1rem;
        order: 2;
    }
    #visit .vstGuideTxtArea .guideContBox {
        padding: 2rem 0 2rem 2rem;
        border-top: #E1E1E1 1px solid;
    }
    #visit .vstGuideTxtArea .guideTtl {
        font-size: 1.3125rem;
        margin-bottom: 1.5rem;
    }
    #visit .vstGuidePh .phCapLeft .phCap {
        width: 60%;   
    }
    #visit .vstGuidePh li {
        margin-top: 1rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #visit .vstGuideTxtArea .guideTtl {
        font-size: 4.8vw;
        text-align: center;
        margin-bottom: 20px;
    }
    #visit .vstGuideTxtArea .guideCont {
        padding: 30px 4vw;
        border-top: #E1E1E1 1px solid;
    }
    #visit .vstGuideTxtArea .guideCont:first-child {
        padding-top: 0;
        border: none;
    }
    #visit .vstGuidePh {
        margin-top: 15px;
    }
    #visit .vstGuidePh li {
        margin-top: 15px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------
FLOOR MAP
------------------------------------------------------------------------------------------------------------------------- */
#visit .visitFloorMap .floorMapPhArea {
    position: relative;
    width: 100%;
    border: #E1E1E1 1px solid;
}
#visit .visitFloorMap .floorMapPhArea a.pdfBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-indent: -9999%;
    background-color: #E1E1E1;
    background-image: url(../img/common/arrow_link_32.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: #E1E1E1 1px solid;
    border-bottom: #E1E1E1 1px solid;
    transition: all 0.3s ease-in-out;
}
#visit .visitFloorMap .floorMapPhArea a.pdfBtn:hover {
    background-color: #fff;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #visit .visitFloorMap .floorMapPhArea a.pdfBtn {
        width: 4rem;
        height: 4rem;
        background-size: 3rem auto;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #visit .visitFloorMap .floorMapPhArea a.pdfBtn {
        width: 12vw;
        height: 12vw;
        background-size: 8vw auto;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
*** FORM RESET
------------------------------------------------------------------------------------------------------------------------- */
#visit .form .formInput {
    font-size: 1rem;
    border: none;
    border-bottom: #000 1px solid;
}
#visit .form .formTxtArea {
    width: 100%;
    height: 14em;
    font-size: 1rem;
    border-radius: 0;
    border: #000 1px solid;
}
#visit .form .formBtn {
    display: block;
    padding: 0;
    background-color: #fff;
    border: #000 1px solid;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#visit .form .formBtn:hover {
    border: #E1E1E1 1px solid;
}
/* contact form 7 */
#visit .wpcf7-not-valid-tip {
    display: block;
    font-weight: bold;
    color: #cc0033;
}
#visit .screen-reader-response {
    display: none !important;
}
#visit .wpcf7-validation-errors,
#visit .wpcf7-mail-sent-ok{
    margin-top: 2em !important;
    padding: 1em !important;
    background: #E1E1E1 !important;
    border: none !important;
}
/* iOS style set */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
      display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
      outline-offset: -2px;
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #visit .form .formRow {
        display: table;
        width: 100%;
        margin-top: 2rem;
    }
    #visit .form .formRow:first-child {
        margin-top: 0;
    }
    #visit .form .formRow .formItem {
        display: table-cell;
        width: 20%;
        font-size: 0.875rem;
        vertical-align: middle;
    }
    #visit .form .formRow .formBox {
        display: table-cell;
        width: 80%;
        vertical-align: middle;
    }
    #visit .form .formInput {
        width: 28.5rem;
        padding: 1rem 0;
    }
    #visit .form .formBtn {
        width: 7rem;
        font-size: 0.875rem;
        line-height: 3rem;
        margin: 2rem 0  0 20%;
    }
    /* contact form 7 */
    #visit .wpcf7-not-valid-tip {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #visit .vstContact .contAContArea {
        padding: 0 4vw;
    }
    #visit .form {
        margin-top: 30px;
    }
    #visit .form .formRow {
        margin-top: 20px;
    }
    #visit .form .formRow .formItem {
        font-size: 12px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    #visit .form .formInput {
        width: 100%;
        padding: 0 0 15px;
    }
    #visit .form .formBtn {
        width: 45vw;
        line-height: 13.3333vw;
        font-size: 4vw;
        margin: 20px auto 0;
    }
    /* contact form 7 */
    #visit .wpcf7-not-valid-tip {
        font-size: 12px;
        margin-top: 10px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
MAIL NEWS
------------------------------------------------------------------------------------------------------------------------- */
#visit .visitMailNews #mc_embed_signup {
    width: 100%;
    margin: 0;
    font-family: europa, dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	color: #000;
}
#visit .visitMailNews #mc_embed_signup h2 {
    display: none;
}
#visit .visitMailNews #mc_embed_signup .indicates-required {
    display: none;
}
#visit .visitMailNews #mc_embed_signup form {
    padding: 0;
}
#visit .visitMailNews #mc_embed_signup .mc-field-group input {
    font-size: 1rem;
    text-indent: 0;
    border: none;
    border-bottom: #000 1px solid;
}
#visit .visitMailNews #mc_embed_signup div.mce_inline_error {
    background-color: #fff;
    display: block;
    font-weight: bold;
    color: #cc0033;
    padding: 0;
}
#visit .visitMailNews #mc_embed_signup div#mce-responses {
    float: none;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
#visit .visitMailNews #mc_embed_signup div.response {
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    margin: 2em 0 0 0;
    padding: 1em;
    background: #E1E1E1;
    border: none;
}
#visit .visitMailNews #mc_embed_signup .button {
    display: block;
    height: auto;
    font-weight: normal;
    color: #000;
    padding: 0;
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer; 
}
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #visit .visitMailNews #mc_embed_signup .mc-field-group {
        display: table;
        width: 100%;
        padding-bottom: 0;
        margin-top: 2rem;
        min-height: auto;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group:first-child {
        margin-top: 0;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group label {
        display: table-cell;
        width: 20%;
        font-size: 0.875rem;
        vertical-align: middle;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group input {
        display: table-cell;
        width: 28.5rem;
        padding: 1em 0;
    }
    #visit .visitMailNews #mc_embed_signup div.mce_inline_error {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
    #visit .visitMailNews #mc_embed_signup .button {
        width: 7rem;
        line-height: 3rem;
        font-size: 0.875rem;
        margin: 2rem 0  0 20%;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #visit .visitMailNews .contAContArea {
        padding: 0 4vw;
    }
    #visit .visitMailNews .form {
        margin-top: 30px;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 0;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group label {
        font-size: 12px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    #visit .visitMailNews #mc_embed_signup .mc-field-group input {
        padding: 0 0 15px;
    }
    #visit .visitMailNews #mc_embed_signup div.mce_inline_error {
        font-size: 12px;
        margin-top: 10px;
    }
    #visit .visitMailNews #mc_embed_signup .button {
        width: 45vw;
        line-height: 13.3333vw;
        font-size: 4vw;
        margin: 30px auto 0;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------
CONTACT
------------------------------------------------------------------------------------------------------------------------- */
/* ============================== PC ============================== */
@media screen and (min-width: 766px) , print {
    #contact .form .formRow04 {
        margin-top: 3rem;
    }
}
/* ============================== SP ============================== */
@media screen and (max-width: 765px) {
    #contact .form .formRow04 {
        margin-top: 30px;
    }
}













/* ========================================================================================================================
SITEMAP
======================================================================================================================== */
#sitemap .contAContArea {
    display: table;
    width: 100%;
}
#sitemap .sitemapGnavi {
    display: table-cell;
    width: 50%; 
    vertical-align: top;
}
#sitemap .sitemapLink {
    display: table-cell;
    width: 50%; 
    vertical-align: top;  
}


/* ========================================================================================================================
archDescCont
======================================================================================================================== */
#description-special .archDescCont,
#description-open-call .archDescCont {
    padding: 0 20.27%;
}
#description-special .archDescCont .linkBtn a,
#description-open-call .archDescCont .linkBtn a {
    margin: 0 auto;
}