<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -------------------------- */
/* --------title-------- */
/* -------------------------- */

#about .p_title{
background-image: url(../img/about_main.jpg);
}

.greeting_box{position: relative; margin: 60px 0; align-items:stretch;}
.greeting_box h2{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    padding: 10px 30px 10px 15px;
    box-sizing: border-box;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    background: #353535;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0;
}


.greeting_item01{width:17%; padding: 14% 0%; box-sizing: border-box;}
.greeting_item02{width: 83%;  padding: 14% 5%; box-sizing: border-box; background: #EBEFEA;}

.greeting_item01{
    max-width: 100%;
    background: url(../img/about_bg.jpg) no-repeat;
    background-position: center;
    background-size:cover;
}

.greeting_item01 img{
    width: 100%;
    margin: 0 0 30px 0;
}

.greeting_item01 h3{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.25rem;
margin-top: 10px;
}

.greeting_item01 p{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 0.75rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px 0 0 0;
}

.greeting_item02 h3{
    width: 100%;
    display: block;
    font-family:'Koburina Gothic W6 JIS2004', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    font-size: 1.2rem;
    margin: 0 0 5px 0 ;
    color: #11BA71;
}

.greeting_item02 .columns p{
    font-size: 0.9rem;
}

.greeting_item02 .columns:nth-child(1){ margin: 0 0 60px 0;}




/* -------------------------- */
/* --------テーブルth gray----- */
/* -------------------------- */


.table_04{
    table-layout: auto;
    width:700px;
    border-collapse: collapse;
    box-sizing: border-box;
}
.table_04_title{align-items: flex-end;}

.table_04_title .t_r{
display: inline-block;
    font-size: 0.9rem;
    margin: 0 0 5px 0;
}


.table_04 caption.caution{
    text-align: right;
    caption-side: bottom;
    font-size: 0.75rem;
    margin: 5px 0 0 0;
}

.table_04 th,
.table_04 td{
    font-size: 0.9rem;
    padding:8px 10px;
    border: 1px solid #666666;
}

.table_04 th{background: #E6E6E6;}
.table_04 td{vertical-align: top; width: 40%;}
.table_04 td:nth-child(3){ vertical-align: middle; text-align: center;}



/* -------------------------- */
/* --------歴史---- */
/* -------------------------- */
.history table{width: 100%;}
.history .table_03 th{width:20%}
.history .table_03:last-child{margin-top: -1px;}



/* -------------------------- */
/* --------概要---- */
/* -------------------------- */

.gaiyo table{width: 100%; margin-bottom: 30px;}
.gaiyo iframe{
width: 100%;
height: 400px;
}


/* -------------------------- */
/* -------名簿----- */
/* -------------------------- */
.list-of-names{margin: 50px 0;}


/* タイトルの微調整 */
#about .title_01{margin-top: 50px;}
#about .title_02{margin-top: 30px;}

.red{color: red;}

.list-of-names .table_03 td{text-align: center;}</pre></body></html>