header {
    position: inherit;
}

.titleL.titleWrap {
    text-align: center;
    margin-top: 50px;
}

.titleL h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 26px);
    width: 52px;
    height: 6px;
    background: #9cf2f2;
    background: linear-gradient(-45deg , #f9f7ca 0%, #9cf2f2 100%);
}

.small {
    font-size: 0.85em;
}

@media screen and (max-width:760px) {
    header {
        height: 80px;
        padding: 15px;
    }
    .titleL h2:after {
        display: block;
    }
}


/*about*/
#aboutL table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
}

#aboutL table tr {
    border-bottom: 1px solid #000;
}

#aboutL table th,#aboutL table td {
    padding: 0.5em 1.5em;
}

#aboutL table th{
    width:25%;
}

#aboutL table th p {
    font-size: 20px;
    font-weight: bold;
}

#aboutL table td{
    width:75%;
}

#aboutL table td p {
    font-size: 17px;
}

#aboutL table td p .small {
    font-size: 0.8em;
}

#aboutL table td li {
    transform: rotate(0.03deg);
    line-height: 2em;
    font-size: 17px;
}

.eliWrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.eliBox {
    margin-bottom: 30px;
    padding: 1.5em 2em;
    background: #f4f7f9;
}

.eliBox:last-child {
    margin-bottom: 0;
}

.eliTitle {
    margin-bottom: 12px;
}

.eliBox h3 {
    display: inline;
    font-size: 20px;
    transform: rotate(0.03deg);
    background: linear-gradient(transparent 65% ,#FFEB00 65%);
}

.eliBox .material-symbols-sharp {
    margin-right: 0.25em;
    vertical-align: sub;
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}

.eliDet {
    margin-left: 1.5em;
}

.eliDet ul {
    list-style: disc;
    list-style-position: inside;
    text-indent: 1.2em;
    margin-left: 1em;
}

.eliDet li {
    counter-increment: cnt;
    text-indent: -1.5em;
    line-height: 1.5em;
    margin-bottom: 0.35em;
    font-size: 16px;
}

.eliDet li:last-child {
    margin-bottom: 0;
}

.speWrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

#specifyL .col3 {
    margin-bottom: 30px;
}

#specifyL .col3:last-child {
    margin-bottom: 0;
}

.speBox {
    padding: 10px;
    text-align: center;
}

.speBox a {
    transition: .5s;
    display: block;
}

.speBox a:hover {
    opacity: .5;
}

@media screen and (max-width:760px) {
    #aboutL table th {
        display: block;
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }
    
    #aboutL table th p {
        font-size: 18px;
    }

    #aboutL table td {
        display: block;
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
    }
    
    #aboutL table td p {
        font-size: 15px;
    }
    
    #aboutL table td li {
        font-size: 15px;
    }
    
    .eliDet li {
        font-size: 15px;
    }
    
    .eliBox h3 {
        font-size: 18px;
    }

    .eliBox {
        padding: 1.5em 1em;
    }
    #specifyL .col3{
        margin-bottom: 0;
    }
    .speBox{
        padding:0;
        margin-bottom:10px;
    }
}


/*group*/
#groupL {
    margin-bottom: 70px;
}

#messageL .col2 {
    display: flex;
    margin-top: 50px;
}

#messageL .col2 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 1.5em;
}

#messageL .col2 p.txt {
    text-align: justify;
}

#messageL .col2 p.name {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 20px;
}

#groupL table {
    width: 100%;
    margin-top: 30px;
}

#groupL table tr {
    border-bottom: 1px solid #000;
}

#groupL table th,#groupL table td {
    padding: 0.5em 1.5em;
}

#groupL table th{
    width:25%;
}

#groupL table th p {
    font-size: 20px;
    font-weight: bold;
}

#groupL table td{
    width:75%;
}

#groupL table td p {
    font-size: 17px;
}

#groupL table td p .small {
    font-size: 0.8em;
}

#groupL p.kome{
    margin-top: 15px;
    text-align: right;
    font-size: 17px;
}

#groupL p.kome:before {
    display: none;
}

@media screen and (max-width:1000px) {
    header{height: 100px;}
}

@media screen and (max-width:760px) {
    #messageL .col2 {
        flex-direction: column-reverse;
    }
    
    #messageL .col2 div {
        width: 100%;
    }
    
    #messageL .col2 .txt .message {
        font-size: 14px;
    }

    #messageL .col2 p.name {
        text-align: right;
        font-size: 18px;
    }

    #groupL table th, #groupL table td {
        padding: 0.5em;
    }
    
    #groupL table th {
        width: 35%;
    }
    
    #groupL table th p {
        font-size: 16px;
    }
    
    #groupL table td {
        width: 65%;
    }
    
    #groupL table td p {
        font-size: 14px;
    }
    #groupL p.kome{
        font-size: 14px;
    }
}


/*faq*/
.faqWrap {
    margin-top: 50px;
    margin-bottom: 60px;
}

.faqWrap h3 {
    font-size: 21px;
    transform: rotate(0.03deg);
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
}

.faqBox {
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.faqBox summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3.5em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transform: rotate(0.03deg);
}

.faqBox summary::before,
.faqBox p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.faqBox summary::before {
    color: #21b0e7;
    content: "Q";
}

.faqBox summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 8px;
    padding: 3px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .5s;
}

.faqBox[open] summary::after {
    transform: rotate(225deg);
}

.faqBox p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3.5em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
}

.faqBox[open] p {
    transform: rotate(0.03deg);
    opacity: 1;
}

.faqBox p::before {
    color: #ff6a49;
    line-height: 1.5;
    content: "A";
}


/*info*/
div.thumbs {
    width: 30%;
}

div.title {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding: 0 3em;
}

h3.title {
    font-size: 18px;
}

p.date {
    background: none;
    padding: 0;
}

.infoList {
    margin: 50px 0;
}

.infoList a {
    transition: .5s;
    opacity: 1;
}

.infoList a:hover {
    opacity: 0.5;
}

.titleA {
    position: relative;
    margin: 15px 0;
}

.titleA:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #9cf2f2;
    background: linear-gradient(-45deg , #f9f7ca 0%, #9cf2f2 100%);
}

.article {
    margin: 50px 0;
}

.titleA p.date {
    margin: 0;
}

.titleA h2 {
    padding-bottom: 8px;
}

.body {
    margin: 30px 0;
}

.body .img {
    margin: 1em 0;
}

.pdf {
    background: #f3f3f3;
    transform: rotate(0.03deg);
    padding: 1em;
}

.pdf a {
    text-decoration: underline;
    transition: .5s;
}

.pdf a:hover {
    opacity: 0.5;
}

@media screen and (max-width:760px) {
    .infoList ul li div {
        width: 100%;
        text-align: center;
    }
    
    div.thumbs {margin-bottom: 15px;}
    
    div.thumbs img {
        height: 100%;
    }
    
    div.title {
        padding: 0;
    }
}


/*contact*/
.contactL {
    margin: 50px 0;
}

.address {
    background: #f3f3f3;
    padding: 1.5em 2.5em;
    margin-top: 15px;
}

.address div {
    margin-bottom: 1.5em;
}

.address div:last-child {
    margin: 0;
}

.address h3 {
    transform: rotate(0.03deg);
    font-size: 1.2em;
    font-weight: bold;
}

.address a {
    color: #63af9d;
    text-decoration: underline;
    transition: .5s;
}

.address a:hover{
    opacity: 0.5;
}

.kome {
    margin-left: 1.5em;
    position: relative;
}

.kome:before {
    content: '※';
    position: absolute;
    left: -1.5em;
}

@media screen and (max-width:760px) {
    .address{
        padding:1.5em;
    }
}