@charset "utf-8";

/* CSS Document */
/************************************
	clearfix 
************************************/
.clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

body {
    font-size: 16px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 500;
    color: #2e2e2e;
}

main,
header,
footer,
navi {
    display: block;
}

p {
    font-feature-settings: "pkna";
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.only_sp {
    display: none;
}

header {
    width: 1200px;
    margin: auto;
}

.head_ttl {
    display: block;
    width: 22%;
    font-size: 1.2em;
    color: #000;
    margin: 1% 0;
    margin-left: 1%;
    float: left;
}

.head_ttl img {
    float: left;
    width: 27%;
}

h1 {
    float: left;
    margin-left: 3%;
    line-height: 1.2em;
    color: #2e2e2e;
}

.naka_top {
    float: left;
}

.naka_h1 {
    padding-top: 8%;
}

.naka_sub_ttl {
    float: right;
    margin: 2.6%;
}

.top-section,
.naka-section {
    padding: 4% 2%;
}

.top-section {
    padding-top: 2%;
}

.section-title {
    text-align: center;
}

.section-title img {
    width: 3em;
    vertical-align: bottom;
}

.section-title span {
    background: linear-gradient(transparent 55%, #FFFF8F 55%);
    padding: 0 0.3em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    width: fit-content;
    font-size: 2em;
}

.top-section .info-box,
.naka-section .info-box {
    padding: 3% 2%;
}

/* 
.info-box {
    padding: 2% 5%;
} */

.info-box ul {
    list-style: none;
}

.info-box li {
    border-bottom: solid 1px #A8A8A8;
    padding: 5px 0;
    margin-bottom: 15px;
}

.info {
    font-size: 1.6em;
}

.info-con {
    padding: 0.5em;
    word-break: break-all;
    font-size: 1.2em;
}

.info-con a {
    color: #195972;
    text-decoration: underline;
}

.info-date {
    text-align: right;
}

.info-file-box {
    display: flex;
    gap: 3%;
}

.info-file-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
}

.info-file-box a img {
    width: 80px;
}

.info-file-box a span {
    color: #003e4d;
    font-weight: 600;
    text-align: center;
}

.info-file-box a:hover span {
    text-decoration: underline;
}

.past-info-link {
    width: fit-content;
    display: block;
    margin: auto;
    margin-top: 3em;
    background: #31a6c1;
    padding: 0.8em 6em;
    color: #fff;
    border-radius: 3px;
    font-size: 1.2em;
}

.past-info-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.main_nav {
    width: 100%;
    background: #31a6c1;
}

ul.nav_ul {
    width: 1200px;
    margin: auto;
    list-style: none;
}

.nav_ul li a {
    color: #fff;
}

.nav_ul li a:hover {
    text-decoration: underline;
}

.nav_ul li {
    font-size: 1.2em;
    margin: 1% 0%;
    padding: 0 2.5%;
    display: block;
    float: left;
}

.key_icon {
    height: 1.2em;
    vertical-align: baseline;
    margin-right: 4px;
    margin-bottom: -3px;
}

.separate_right {
    position: relative;
}

.separate_right:after {
    content: "";
    border-right: dotted 1px #fff;
    width: 5px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: 0;
}

.master_btn {
    float: right;
    width: 3%;
    margin-top: 2%;
}

main {
    width: 100%;
    margin: auto;
}

.main_v img {
    width: 100%;
}

.foot_info_box {
    background: #31a6c1;
    border-bottom: dotted 1px #9ed8e5;
}

.foot_info {
    width: 1200px;
    margin: auto;
    padding: 2% 4%;
    color: #fff;
}

.foot_ttl {
    display: block;
    font-size: 1.5em;
    margin-bottom: 1%;
}

.foot_img {
    height: 1.3em;
    vertical-align: sub;
    margin-right: 0.5%;
}

.foot_address {
    display: block;
    color: #fff;
    margin-left: 3%;
    width: fit-content;
    margin-bottom: 0.5%;
}

.foot_mail {
    display: block;
    color: #fff;
    margin-left: 3%;
    width: fit-content;
}

.foot_tel {
    display: block;
    color: #fff;
    margin-left: 3%;
    width: fit-content;
}

.foot_fax {
    display: block;
    color: #fff;
    margin-left: 3%;
    width: fit-content;
}

footer {
    background: #373737;
    color: #fff;
    text-align: center;
    padding: 0.5%;
}

.links {
    background: #31a6c1;
}

.links ul {
    width: 1200px;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 1%;
}

.links li a {
    color: #fff;
    margin: 0 20px;
    font-size: 0.9em;
}

.links li a:hover {
    text-decoration: underline;
}

.login_msg {
    margin: 20px 0;
    margin-top: 7%;
    text-align: center;
}

.login {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

.login_form {
    margin-bottom: 7%;
}

.login th,
.login td {
    text-align: center;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    padding: 2%;
}

.login input[type="password"] {
    width: 100%;
}

.login .btn {
    text-align: center;
}

.now_page {
    background: #195972;
    border-radius: 5px;
}

section {
    width: 1200px;
    margin: auto;
}

/* .top_section {
    padding: 1.5% 3%;
    padding-top: 0;
    width: calc(100% - 400px);
} */

.naka_section {
    padding: 1%;
}

.con {
    display: block;
    width: 48%;
    margin: 1%;
    float: left;
    border: solid 1px #195972;
    border-radius: 5px;
    padding: 1%;
    transition-duration: 0.2s;
    background-color: #fff;
}

.con img {
    float: left;
    width: 11%;
    margin-right: 2%;
}

.con_ttl {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    color: #195972;
}

.con_txt {
    color: #333;
}

.con:hover {
    background: #195972;
}

.con:hover .con_ttl,
.con:hover .con_txt {
    color: #fff;
}

.con:hover img {
    filter: brightness(100);
}

.pan {
    background-color: #f2fcff;
}

.pan ul {
    width: 1200px;
    margin: auto;
    list-style: none;
    padding: 0.5% 3%;
}

.pan ul li {
    float: left;
}

.pan ul li a {
    font-weight: bold;
    color: #195972;
}

.logout_1 {
    text-align: center;
    margin-top: 3%;
    font-size: 1.2em;
}

.logout_2 {
    text-align: center;
    margin: 2%;
}

/*ページトップ*/
.pagetop {
    right: -20%;
    position: fixed;
    bottom: 7%;
    width: 75px;
    transition: right 0.7s, transform 0.1s;
    z-index: 9;
    filter: drop-shadow(1px 1px 2px #333);
}

.pagetop:hover {
    transform: scale(1.1);
}

.admin_area {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 1px 0px #666;
}

.admin_con {
    width: 1200px;
    margin: auto;
    color: #fff;
}

.admin_con a {
    color: #fff;
}

.kanri_icon {
    float: left;
}

.kanri_icon img {
    width: 7%;
    vertical-align: sub;
    margin: 0 2%;
}

.kanri_back {
    float: right;
}

.kanri_back a:hover {
    text-decoration: underline;
}

/*メンバーページトップ追加分*/
.naka_top_area {
    width: 100%;
    background: #89C8D7;
}

.naka_top_area_box {
    width: 1200px;
    height: 92px;
    margin: auto;
    background: url(../member/images/top_v.jpg);
    background-size: contain;
    position: relative;
}

.head_ttl_new {
    display: block;
    position: absolute;
    top: 29%;
    font-size: 1.3em;
    background: rgb(255 255 255 / 90%);
    padding: 0.5% 2%;
    left: 19%;
    border-radius: 100px;
}

h1.naka_h1_new {
    margin: 0;
    float: none;
    color: #0C2B36;
}

.naka_sub_ttl_new {
    color: #0C2B36;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 3%;
    bottom: 1%;
}

.naka_sub_ttl_new img {
    height: 1.1em;
    vertical-align: text-top;
}