@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 820px) {

.pc-no {display: inline;}
.sp-no {display: none;}

.hdr {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #FFF;
}

.main {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.main-wrap {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.sub-wrap {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.sub-sec {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/*NEWS*/

ul.news-list {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.news-list li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #E0E0E0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
    line-height: 210%;
}

ul.news-list li .nl-date {
    width: 20%;
    font-size: 90%;
    color: #13105F;
}

ul.news-list li .nl-txt {
    width: 78%;
    font-size: 100%;
    
}

ul.news-list li a {
    color: #225DAF;
    overflow-wrap: anywhere;
}

/**SUB**/

.cat-area {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/hdr_cat-bk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

h1.ptitle {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 110%;
    font-weight: bold;
    color: #454545;
}

h2.pcat {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 110%;
    font-weight: bold;
    color: #454545;
}

.pankuzu {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    color: #454545;
}

.pankuzu a {
    text-decoration: none;
}

section.main-contents {
    width: 98%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}

section.main-contents .left-contents {
    width: 100%;
    margin: 0 0 60px;
}

.left-contents .lc-cat {
    width: 90%;
    height: 70px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    overflow: hidden;
    background-color: #13105F;
    color: #FFF;
    font-size: 110%;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left-contents ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
} 

.left-contents ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #13125B;
    font-size: 90%;
}

.left-contents ul > li a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 5%;
    display: block;
    color: #13105F;
    text-decoration: none;
    
    background-color: #FFF;
    
    transition: 0.3s;
}

.left-contents ul > li a:hover {
    background-color: #eeedff;
}

.left-contents ul.subnav-list {
    width: 90%;
    margin: 0 0 20px 5%;
}

.left-contents ul.subnav-list > li {
    width: 80%;
    margin: 0;
    padding: 0;
    border: none;
}

.left-contents ul.subnav-list > li a {
    width: 100%;
    padding: 10px 5%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.left-contents ul.subnav-list > li a:before {
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/lc_nav-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


/***RIGHT CONTENTS***/

table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #B1B1B1;
    border-spacing: 1px;
    border-collapse: inherit;
    table-layout: fixed;
}

table th,table td {
    padding: 20px 10px;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-size: 100%;
    line-height: 210%;
}

table th {
    text-align: center;
    font-weight: bold;
    background-color: #eae9ff;
}

section.main-contents .right-contents {
    width: 100%;
}

ul.dot-list {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.dot-list li {
    margin: 0 0 10px;
}

ul.dot-list li:last-child {
    margin: 0;
}

ul.dot-list li:before {
    content: "●";
    display: inline-block;
    color: #13105F;
    margin: 0 10px 0 0;
}

h4 {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    color: #13105F;
}

/***FOOTER***/

.btn-fbk {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 70%;
    transition: 0.5s;
    background-color: #120c39;
}

.btn-fbk img {
    transition: 0.5s;
}

.btn-fbk:hover img {
    opacity: 0.5;
}

.ftr {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr .ftr-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
}

.ftr .ftr-top {
    width: 100%;
    background-color: #EEEEEE;
}

.ftr-top .ft-l {
    width: 100%;
    margin: 0 0 20px;
}



.ftr-top .ft-line {
    display: none;
}


.ft-l .ftr-logo {
    width: 100%;
    margin: 0 0 10px;
    transition: 0.3s;
}

.ft-l .ftr-logo:hover {
    opacity: 0.5;
}

.ft-l .ftl-info {
    width: 100%;
    display: block;
    justify-content: space-between;
    font-size: 80%;
}

.ftl-info .ftl-acc a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.ftl-info .ftl-acc a:hover {
    opacity: 0.5;
}

.ftr-top .ft-m {
    width: 100%;
    margin: 0 0 20px;
}

.ftr-top .ft-label {
    width: 100%;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 6px 0;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    font-weight: bold;
}

.ft-m .ft-link {
    width: 100%;
    background-color: #13105F;
    text-align: center;
    font-size: 80%;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: 0.5s;
}

.ft-m .ft-link:hover {
    background-color: #120c39;
    letter-spacing: 0.1em;
}

.ft-m .ft-link a {
    width: 100%;
    display: block;
    padding: 15px 0;
    color: #FFF;
    text-decoration: none;
}

.ftr-top .ft-r {
    width: 100%;
}

.ftr-top .ft-tel {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 120%;
}

.ftr-bot {
    width: 100%;
    background-color: #13105F;
}

ul.ftr-nav {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 80%;
}

ul.ftr-nav a {
    color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

ul.ftr-nav a:hover {
    opacity: 0.5;
}

ul.ftr-nav li.fn-item {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    border-bottom: solid 1px #FFF;
}

ul.ftr-nav li.fn-item:last-child {
    border-bottom: none;
}

ul.ftr-nav li.fn-item .fn-title {
    width: 100%;
    margin: 0 0 15px;
    font-weight: bold;
}

ul.ftr-nav li.fn-item > ul.fn-list {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}

ul.ftr-nav li.fn-item > ul.fn-list li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.ftr-nav li.fn-item > ul.fn-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    display: inline-block;
    background-image: url("../img/common/ftr_nav-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.copyright {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    text-align: center;
    background-color: #FFF;
}

/***ABOUT:HISTORY***/

.his-flex {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
}

.his-flex p {    width: 100%; margin: 0 0 30px;}

.his-flex .his-img {    
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.his-flex .his-img span {
    font-size: 90%;
}

}