@charset "UTF-8";
/* CSS Document */
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 210%;
    font-family: "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}
img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}
a {
    text-decoration: none;
    color: #2258A2;
}
.sp-no {
    display: inline;
}
.pc-no {
    display: none;
}
.header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.header .hdr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
.header .hdr-top {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hdr-top .hdr-l {
    width: 40%;
    transition: all 0.3s;
}
.hdr-top .hdr-l:hover {
    opacity: 0.5;
}
.hdr-top .login-bnr {
    width: 15%;
    max-width: 200px;
    background-color: #59C693;
    font-size: 100%;
    font-weight: bold;
    transition: all 0.3s;
    line-height: 110%;
}
.hdr-top .login-bnr:hover {
    background-color: #3cb377;
}
.hdr-top .login-bnr a {
    width: 80%;
    margin: 0 auto;
    padding: 15px 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
}
.hdr-top .login-bnr a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../../img/orl-kochi/common/hdr_login-user.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.hdr-top .logout-bnr {
    width: 15%;
    max-width: 200px;
    background-color: #2390AC;
    font-size: 100%;
    font-weight: bold;
    transition: all 0.3s;
    line-height: 110%;
}
.hdr-top .logout-bnr:hover {
    background-color: #0b5265;
}
.hdr-top .logout-bnr a {
    width: 80%;
    margin: 0 auto;
    padding: 15px 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
}
.hdr-top .logout-bnr a:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("../../img/orl-kochi/common/hdr_logout.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.header .hdr-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
ul.nav-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 90%;
    line-height: 110%;
    text-align: center;
}
ul.nav-list li a {
    color: #000000;
    transition: all 0.3s;
}
ul.nav-list li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    margin: 5px auto 0;
    background: transparent;
    transition: all 0.3s;
}
ul.nav-list li a:hover {
    color: #208452;
}
ul.nav-list li a:hover:after {
    width: 100%;
    background-color: #208452;
}
/*****MAIN*****/
.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.hdr-img {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#himg-base {
    background-image: url("../../img/orl-kochi/common/hdr_bk-base.jpg");
}
#himg-member {
    background-image: url("../../img/orl-kochi/common/hdr_bk-member.jpg");
}
.hdr-img h1 {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 240%;
    font-weight: bold;
    line-height: 210%;
    color: #208452;
}
.hdr-img h1:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 35px;
    background-color: #208452;
    margin: 0 10px 0 0;
}
.pankuzu {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    color: #434343;
}
.pankuzu a {
    color: #434343;
}
.page-wrap {
    width: 90%;
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.content-wrap {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.cont-sec {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.cont-sec:last-child {
    margin: 0;
}
section.cont-sec h3 {
    width: 95%;
    margin: 0 auto 30px;
    padding: 15px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #59C693;
    color: #FFFFFF;
    font-size: 140%;
    font-weight: bold;
    line-height: 180%;
}
section.cont-sec .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.cont-sec .txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    line-height: 240%;
}
section.cont-sec .small {
    font-size: 80%;
}
.more-btn {
    width: 30%;
    max-width: 300px;
    margin: 60px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    background-color: #59C693;
    border-radius: 8px;
}
.more-btn:hover {
    background-color: #3cb377;
}
.more-btn a {
    width: 100%;
    padding: 20px 0;
    display: block;
    color: #FFFFFF;
}
/***FOOTER***/
.pageup {
    width: 10%;
    max-width: 50px;
    position: fixed;
    right: 2%;
    bottom: 50px;
    z-index: 100;
    line-height: 0%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s;
}
.sticky {
    position: fixed;
    bottom: 50px;
    transition: all 0.5s;
}
.fadeitin {
    opacity: 1.0;
}
.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
.footer .ftr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
}
.footer .ftr-logo {
    width: 25%;
    margin: 0 0 10px;
    display: block;
}
.footer .ftr-add {
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 100%;
    line-height: 160%;
}
.footer .copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    color: #626262;
}
/***NEWS***/
ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.news-list li {
    width: 30%;
    margin: 0 1.5% 30px;
    transition: ease-in-out 0.3s;
}
ul.news-list li:hover {
    opacity: 0.5;
}
ul.news-list li a {
    color: #000000;
}
ul.news-list li .news-img {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
    border: solid 1px #E6E6E6;
}
ul.news-list li .news-date {
    font-size: 80%;
    line-height: 110%;
}
ul.news-list li .news-title {
    font-size: 100%;
}
.news-btn {
    width: 15%;
    float: right;
    max-width: 150px;
    margin: 0 auto 10px;
    border: solid 1px #E6E6E6;
    font-size: 80%;
    line-height: 110%;
    font-weight: bold;
}
.news-btn a {
    width: 80%;
    margin: 0 auto;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    background-color: #FFFFFF;
    transition: all 0.5s;
}
.news-btn a:hover {
    background-color: #EDFCFF;
}
.news-btn a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("../../img/orl-kochi/index/pagecontent-arr.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul.pagination {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: center;
}
ul.pagination li {
    margin: 0 0.5%;
}
ul.pagination li a {
    color: #000000;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #ededed;
    padding: 10px 13px;
}
ul.pagination li.no-link {
    text-decoration: none;
    color: #cccccc;
    line-height: 100%;
    padding: 10px 13px;
}
ul.pagination li.this-page, ul.pagination li span.current {
    text-decoration: none;
    color: #ffffff;
    background: #59C68E;
    line-height: 100%;
    padding: 10px 13px;
}
/***MEMBERS NEWS***/
ul.member-news {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.member-page {
    width: 90% !important;
}
ul.member-news li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #707070;
}
ul.member-news li a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    display: flex;
    justify-content: space-between;
}
ul.member-news li a .mn-date {
    width: 10%;
    color: #2158a2;
    font-size: 90%;
}
ul.member-news li a .mn-title {
    width: 80%;
    color: #000000;
}
h3.article-title {
    margin: 0 auto !important;
}
.article-date {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}
.article-txt {
    width: 95%;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.marticle-date {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}
.marticle-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.back-btn {
    width: 30%;
    max-width: 300px;
    margin: 100px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    background-color: #59C693;
    border-radius: 8px;
}
.bb-member {
    background-color: #2258A2;
}
.back-btn:hover {
    background-color: #3cb377;
}
.back-btn a {
    width: 100%;
    padding: 20px 0;
    display: block;
    color: #FFFFFF;
}
/*****MEMBERS PAGES*****/
.hdrmember-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdrmember-wrap h1 {
    width: 70%;
    margin: 0;
    font-size: 240%;
    font-weight: bold;
    line-height: 210%;
    color: #2258A2;
}
.hdrmember-wrap h1:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 35px;
    background-color: #2258A2;
    margin: 0 10px 0 0;
}
.hdrmember-wrap .member-label {
    width: 20%;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    background: rgb(4, 59, 134);
    background: linear-gradient(90deg, rgba(4, 59, 134, 1) 0%, rgba(156, 225, 245, 1) 100%);
}
.pagemember-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.pagemember-login {
    justify-content: space-around;
}
.pagemember-wrap .pm-left {
    width: 23%;
}
.membermenu-title {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-color: #2258A2;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
}
ul.member-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.member-nav li {
    width: 100%;
    margin: 0 0 3px;
    ;
    background-color: #F0F0F0;
    font-size: 100%;
    font-weight: bold;
    transition: all 0.3s;
}
ul.member-nav li:hover {
    background-color: #E3EFFF;
}
ul.member-nav li a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: block;
    color: #000000;
    transition: all 0.3s;
}
ul.member-nav li:hover a {
    color: #2258A2;
}
.pagemember-wrap .pm-right {
    width: 75%;
}
.pm-right h2 {
    width: 95%;
    margin: 0 auto;
    padding: 20px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #2258A2;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
    /*追加*/
    display: flex;
    justify-content: space-between;
}
.pm-right .wrap {
    width: 95%;
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}