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

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

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

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

.hdr img {
    width: 100%;
}

.hdr ul {
    list-style: none;
}

.hdr a {
    text-decoration: none;
    display: block;
}

.hdr .hdr-top {
    width: 100%;
    margin: 0;
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

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

.hdr .hdr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr .hdr-l {
    width: 35%;
    transition: 0.3s;
}

.hdr .hdr-l:hover {
    opacity: 0.5;
}

.hdr .hdr-m {
    width: 24%;
}

.hdr-m ul.sub-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 90%;
}

.hdr-m ul.sub-nav a {
    color: #000;
    transition: 0.3s;
}

.hdr-m ul.sub-nav a:hover {
    opacity: 0.5;
}

.hdr .hdr-r {
    width: 30%;
    text-align: right;
}

.hdr-r .add {    
    font-size: 90%;
    margin: 0 0 10px;
}

.hdr-r .telnum {    
    font-size: 180%;
    font-weight: bold;
}

.hdr .hdr-bot {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-color: #13105F;
}

nav.hdr-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 100%;
}

nav.hdr-nav ul li {
    color: #FFF;
}

nav.hdr-nav ul li.long {   
    font-size: 180%;
}

nav.hdr-nav ul li a {
    color: #FFF;
    transition: 0.3s;
}

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

.main {
    width: 100%;
}

.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;
}

/**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: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.main-contents .left-contents {
    width: 25%;
}

.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;
}

.left-contents ul > li a {
    width: 95%;
    margin: 0 auto;
    padding: 20px 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: 73%;
}

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: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

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

.ftr-top .ft-l {
    width: 35%;
}

/*
.ftr-top .ft-l:after {
    content: "";
    width: 2px;
    height: 100%;
    display: inline-block;
    background-color: #FFF;
}
*/

.ftr-top .ft-line {
    width: 1px;
    height: 100px;
    background-color: #BFBFBF;
}


.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: flex;
    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: 20%;
}

.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: 35%;
}

.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: 90%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: #FFF;
}

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: auto;
}

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: 80%;
    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;    
}

.his-flex p {    width: 70%;}

.his-flex .his-img {    
    width: 28%;
    text-align: center;
}

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