@charset "UTF-8";

/* ---------------------------------------------------
 Foundation
--------------------------------------------------- */


/* Base
----------------------------------------------- */

html {
    min-width: 320px;
    font-size: 62.5%;
    /*10px*/
}

body {
    margin: 0;
    line-height: 2;
    color: #333;
    background: #eee;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: #009fe8;
}



strong {
    color: #777;
}


/*clearfix*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.row {
    /*margin-bottom: 30px;*/
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.animated {
    opacity: 0;
}

.m0 {
    margin-bottom: 0 !important;
}

.m30 {
    margin-bottom: 30px !important;
}

.m60 {
    margin-bottom: 60px !important;
}

.m120 {
    margin-bottom: 120px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.c-center {
    text-align: center;
}

.c-break {
    display: inline-block;
}

.c-break02 {
    display: inline-block;
}


/* ---------------------------------------------------
 Layout
--------------------------------------------------- */


/* header
--------------------------------------------------------- */

.l-header {
    background: #fff;
    box-shadow: 0 1px 5px rgba(41, 42, 43, 0.2);
    height: 60px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.l-header__close {
    height: 120px;
}

.l-header__close .l-header__inner {
    height: 60px;
}

.l-header__close .l-header__inner:first-child {
    border-bottom: 1px solid #ddd;
}

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

.l-header_name {
    text-align: left;
    line-height: 1.2;
}

.l-header_name span {
    font-size: 12px;
}

.l-header_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.close {
    color: #009fe8;
}

.l-header__inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
}

.l-header__inner__logo {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
}

.l-header__inner__logo a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.l-header__inner__logo img {
    display: block;
    width: 120px;
}

.l-head__logout {
    position: absolute;
    top: 18px;
    right: 0;
    line-height: 1.2;
    text-align: center;
}

.c-head_logout_icon {
    color: #009fe8;
}

.l-head__logout a {
    text-decoration: none;
}

.l-head__logout span {
    font-size: 10px;
    display: block;
    letter-spacing: 0.2em;
}

.l-head__loginname {
    position: absolute;
    top: 17px;
    right: 100px;
}

.c-head_title {
    color: #009fe8;
    font-weight: bold;
    font-size: 18px;
}

.c-head_user_icon {
    color: #009fe8;
    margin-right: 0.2em;
}

.c-header_bar {
    background: #fff;
    height: 60px;
    line-height: 40px;
    font-size: 12px;
    color: #888;
    border-radius: 5px;
    inset: auto 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-header_profile_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #009fe8;
}

.c-header_profile_name {
    line-height: 1;
}

.c-header_code {
    font-size: 20px;
    margin-right: 0.5em;
}

.c-header_id {
    margin-right: 0.5em;
}

.c-header_name {
    font-size: 30px;
}

.c-head_pagenation {
    display: flex;
    gap: 5px;
}

.c-head_pagenation div {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-head_pagenation_input input {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
}

.c-head_pagenation_box {
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px;
}

.p-active {
    border: 1px solid #009fe8;
    color: #009fe8;
    cursor: pointer;
}

.p-active:hover {
    background-color: #009fe8;
    color: #fff;
}

.c-footer_bar {
    display: flex;
    flex-direction: row-reverse;
}

/* navigation
--------------------------------------------------------- */

.menu_outer {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 60px;
    top: 20px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    line-height: 1;
}


.menu {
    height: 16px;
    width: 16px;
    display: block;
    position: relative;
    z-index: 120;
}


/*gnav*/

.gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
    padding: 2rem 0;
    box-sizing: border-box;
    text-align: left;
}

.gnav__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.sp_navi_title {
    margin-bottom: 1em;
    padding: 0 1em;
    font-size: 16px;
}

.sp_navi_title a {
    color: #009fe8;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.sp_navi_title a:hover {
    letter-spacing: 0.4em;
    transition: all .3s;
}

.c-contact a {
    border: 1px solid #009fe8;
    border-radius: 20px;
    margin-top: 3em;
    width: 10em;
    display: block;
}

.c-contact a:hover {
    background: #009fe8;
    transition: all .3s;
    color: #fff;
}


/* base
--------------------------------------------------------- */

.l-main {}

.l-main .l-container:last-child {
    margin-bottom: 0;
}

.l-center {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #eaeaea;
    padding: 20px;
}

.bg_cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
}

.bg_cover h1,
.bg_cover div {
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 5;
}

.l-container {
    padding: 30px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.l-blog {
    padding: 80px 0;
}

.l-inner {
    margin: 0 20px;
}

.l-mid-inner {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.l-company {
    margin-bottom: 0;
}

.c-title--head {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 0.2em;
}

.c-title--head__sk {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}

.c-title--head__sub {
    font-size: 1.4rem;
    font-weight: bold;
    color: #009fe8;
    border-bottom: 2px solid #009fe8;
    padding-bottom: 20px;
}

.c-title--head__blog {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.c-title--head-second {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #009fe8;
}


.c-title--head--center {
    text-align: center;
}

.c-title--head__portal {
    font-size: 1.8rem;
    font-weight: bold;
    background: #009fe8;
    padding: 10px 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0.2em;
}

.c-list-contents {
    margin-left: 1em;
}

.c-list-news {
    text-align: center;
}

.c-list-news__item {
    list-style: none;
    margin-bottom: 2em;
}

.c-list-news__date {
    font-weight: bold;
    display: block;
    color: #009fe8;
    margin-right: 1em;
}

.c-text--center {
    text-align: center;
}

.c-text--right {
    text-align: right;
}

.c-text {
    margin-bottom: 1em;
}

.l-top-example .col {
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
}


.c-btn a,
.c-btn input[type="submit"] {
    min-width: 200px;
    margin: 20px auto;
    padding: 0 1em;
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    cursor: pointer;
    transition: all .3s;
    box-sizing: border-box;
    font-size: 14px;
}

.c-btn a:hover,
.c-btn input[type="submit"]:hover {
    background: #009fe8;
    color: #fff;
}

.c-sk a {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.c-btn__l a,
.c-btn__l input[type="submit"] {
    width: 800px;
    margin: 20px auto;
    text-align: center;
    display: block;
    line-height: 80px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    cursor: pointer;
    transition: all .3s;
    background: transparent;
    font-size: 16px;
}

.c-btn__l a:hover,
.c-btn__l input[type="submit"]:hover {
    background: #009fe8;
    color: #fff;
}

.c-origin {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #009fe8;
    line-height: 3;
}

.l-gmap {
    height: 400px;
    overflow: hidden;
}

.l-gmap iframe {
    width: 100%;
    height: 320px;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}

.c-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 1.5em;
}

.c-card h2+p {
    text-align: left;
}

.icon {
    padding: 4em 0;
    color: #009fe8;
}

.l-footer {
    border-top: 1px solid #eaeaea;
    background: #fff;
    position: relative;
    z-index: 100;
}

.l-footer__fix {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.l-footer--inner {
    margin: 0 20px;
    padding-top: 20px;
}

.l-footer__logo {
    width: 150px;
    margin-bottom: 20px;
}

.l-footer__company-detail {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.l-footer__company-detail address {
    font-style: normal;
}

.c-footer_nav li {
    display: inline-block;
    margin: 0 1em;
}

.c-footer_nav {
    margin-bottom: 2em;
}

.c-footer_nav li a {
    color: #fff;
}

.l-copyright {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
}


/* lower
--------------------------------------------------------- */

.c-title--lower {
    color: #fff;
    font-size: 24px;
    padding: 80px 0;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}


.timeline {
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 100px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline-content {
    width: 56%;
    float: left;
    border-left: 3px #ddd solid;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00254f;
    position: absolute;
    left: 96px;
    top: 29px;
    border-radius: 100%;
}

.schejule .timeline-content {
    padding-top: 26px;
}




/* table
--------------------------- */

.l-table {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2em;
    border: 1px solid #ddd;
}

.l-table th {
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.l-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.l-table tr:nth-child(odd) td {
    background: #fafafa;
}

.l-table th {
    vertical-align: middle;
    background: #eee;
}

.l-table_pu {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2em;
}

.l-table_pu th {
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.l-table_pu td {
    padding: 8px 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.l-table th {
    vertical-align: middle;
}

.c-edit {
    width: 10%;
}

.c-code {
    width: 10%;
}

.c-id {
    width: 10%;
}

.c-name {
    width: 50%;
}

.c-name02 {
    width: 55%;
}

.c-update {
    width: 20%;
}

.c-pdf {
    width: 15%;
}


/* login
--------------------------- */
.l-login_wrap {
    width: 480px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}

.l-login_wrap h1 img {
    padding-top: 20px;
    width: 200px;
}

.c-login_item {
    margin-bottom: 20px;
}

/* user portal
--------------------------- */
.c-user-portal-area {
    width: 1170px;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    background: #fff;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    height: 360px;
}

/* 前への矢印 */
.swiper-button-prev {
    left: -60px;
}

/* 次への矢印 */
.swiper-button-next {
    right: -60px;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #009fe8; //ここに変更する色を指定
}

/* ページネーション */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    color: #009fe8;
}

.swiper-pagination-fraction {
    width: 5em;
    background: #fff;
    margin: auto;
    inset: auto 0;
    bottom: -20px;
    border-radius: 5px;
}

/* 現在のスライド番号 */
.swiper-pagination-current {
    font-weight: bold;
}

/* スライド総数 */
.swiper-pagination-total {
    font-weight: bold;
}

.c-portal_meeting_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    height: 360px;
}

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



.c-portal_meeting_list {
    border: 1px solid #009fe8;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
}

.c-portal_meeting_list:hover {

    background: #009fe8;
    color: #fff;
    transition: all .3s;
}


.c-portal_meeting_list h3 {
    font-size: 16px;
    color: #009fe8;
}

.c-portal_meeting_list:hover h3 {
    color: #fff;
    transition: all .3s;

}

/* カレンダー
--------------------------- */
.calendar_history a {
    color: #999;
}

/* 会議登録
--------------------------- */
.c-main--area {
    border-radius: 5px;
    background: #fff;
    padding: 40px;
}

.c-main--area__sub {
    border-radius: 5px;
    background: #fff;
    padding: 40px;
}

.c-main--area__sub .c-btn a {
    line-height: 200px;
    font-size: 18px;
    margin: 0;
}

.c-reserve_list_box {
    border: 1px solid #ddd;
    padding: 1em;
    width: 100%;

    margin-bottom: 20px;
}

.c-reserve_list {
    list-style: none;
    height: 200px;
    overflow-y: auto;
    flex-basis: 920px;
}

.c-reserve_list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-user_mail {
    border: 1px solid #009fe8;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-left: 1em;
}

.modaal-container .c-user_mail {
    border: 1px solid #333;
}

.c-reserve_register_list {
    list-style: none;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.c-reserve_register_list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-flex_title {
    display: flex;
    justify-content: space-between;
}

.c-check_all {
    text-align: right;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #ddd;
}

.c-check_all label {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.c-check_all__list {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.c-small_btn {}

.c-small_btn a,
.c-small_btn button {
    background: #009fe8;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0 1em;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    line-height: 2;
}

.c-reserve_btn {
    float: right;
    margin-left: 20px;
}

.c-reserve_btn a {
    background: #009fe8;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0 0.5em;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
}

.c-pdf_btn a {
    background: #900;
}


.c-delete_btn {}

/* ユーザー検索
--------------------------- */
.c-user_list_box {
    width: 100%;
    margin-bottom: 60px;
    clear: both;

}

.c-user_list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.c-user_list li a {
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.c-user_list li a:hover {
    border: 1px solid #009fe8;
    transform: scale(1.02, 1.02);
    transition: all .3s;
    color: #009fe8;
}

.c-affiliation,
.c-user_name,
.c-user_mail,
.c-authority {
    display: inline-block;
    line-height: 1;
}

.c-affiliation {
    border: 1px solid #aaa;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 12px;
    color: #333;
}

.c-user_name {
    font-weight: bold;
}

.c-user_mail {}

.c-authority {
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.c-reference {
    border: 1px solid #aaa;
    background: #aaa;
}

.c-register {
    border: 1px solid #009fe8;
    background: #009fe8;
}

.c-management {
    border: 1px solid #900;
    background: #900;
}

.pagenation_wrap {
    display: flex;
    justify-content: center;
}

.Pagination {
    display: flex;
    align-items: center;
    list-style: none;
}

.Pagination a {
    text-decoration: none;
    color: #009fe8;
}

.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 1px #009fe8;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
    width: 20px;
}

.Pagination-Item-Link.isActive {
    background: #009fe8;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #009fe8;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 12px;
}

/* form
--------------------------- */


.c-caution {
    background: #900;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 10px;
    margin-left: 0.5em;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

.c-input {
    border: 1px solid #ccc;
    height: 4em;
    padding: 0 1.8em;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
}

.c-authority_list {
    height: 2.2em;
    width: 9em;
    margin-left: 1em;
    font-size: 12px;
}

.m-form {
    position: relative;
    margin-bottom: 40px;
}

.row .m-form {
    margin-bottom: 0;
}

.m-form-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.m-form-select select {
    height: 4em;
    width: 100%;
    padding: 0 1.8em;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.m-form-select select::-ms-expand {
    display: none;
}

.m-form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.m-form-right {
    float: right;
    margin-bottom: 20px;
}

.m-form-right select {
    height: 2em;
}

.c-header_select {
    margin-right: 1em;

}

.c-loop_time {
    width: 250px !important;
}

.c-loop_time select {
    width: 90% !important;
}

.c-no_title {
    padding-top: 43px
}

.c-input__login {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0.5em;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

.c-name {
    width: 8em;
    margin-right: 5px
}

.c-tel {
    width: 5em;
}

input[type="radio"] {
    margin: 0 5px 1px 0;
}

.c-form_group {
    display: inline-block;
}

.c-textarea {
    border: 1px solid #ddd;
    padding: 1em;
    width: 100%;
    min-height: 15em;
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 16px;
}

.c-btn a,
.c-btn input[type="submit"],
.c-btn button[type="submit"] {
    min-width: 200px;
    margin: 20px auto;
    padding: 0 1em;
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    background: #fff;
    transition: all .3s;
}

.c-btn a:hover,
.c-btn input[type="submit"]:hover,
.c-btn button[type="submit"]:hover {
    background: #009fe8;
    color: #fff;
}

.c-btn_list .c-btn a,
.c-btn_list .c-btn input[type="submit"],
.c-btn_list .c-btn button[type="submit"] {
    min-width: 100%;
}

.c-close a {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.c-btn_list {
    margin: 0 !important;
}

.c-privacy_box {
    border: 1px solid #ddd;
    padding: 0.5em;
    height: 10em;
    overflow-y: scroll;
    font-size: 12px;
}

.c-privacy_box ul,
.c-privacy_box ol {
    margin-left: 1em;
}

.c-agree {
    text-align: right;
    font-size: 12px;
}

::placeholder {
    color: #aaa;
}


.c-confirm_text {
    padding-left: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #888;
}

.c-toggle_box {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle {
    position: relative;
    width: 78px;
    height: 48px;

    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.toggle input[type=checkbox] {
    display: none;
}

.toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #e9e9eb;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.toggle:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.toggle.checked:before {
    background: #009fe8;
}

.toggle.checked:after {
    left: 33px;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

#c-loop_box {
    /* display: none; */
}

.inline-checkbox {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.inline-checkbox div {
    position: relative;
    flex: 1;
}

.inline-checkbox input {
    width: 100%;
    height: 60px;
    opacity: 0;
}

.inline-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #ccc;

}

.inline-checkbox div:last-child label {
    border-right: 0;
}

.inline-checkbox input:checked+label {
    background: #009fe8;
    font-weight: 500;
    color: #fff;
}


/*カレンダー*/
td.fc-day-sat {
    background-color: #eaf4ff;
}

td.fc-day-sun {
    background-color: #ffeaea;
}


/*ユーザー検索*/
.c-user_search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.c-user_search_box input {
    margin-right: 20px;
}

.c-user_search_box input:last-child {
    margin-right: 0;
}

.c-user_search_box select {
    margin-right: 20px;
}

.c-andor {
    width: 8em;
}

.pluralBtn {
    width: 64px;
    height: 64px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 0 25px;
    margin: 0;
    display: flex;
    cursor: pointer;
    font-size: 18px;
    justify-content: center;
    color: #888;
}

.pluralBtn:hover {
    border: 1px solid #009fe8;
    background: #009fe8;
    color: #fff;
    transition: all 0.3s;
}

.pluralBtn:disabled {
    cursor: not-allowed;
    background: #ccc;
    color: #fff;
}

.pluralBtn:disabled:hover {
    cursor: not-allowed;
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 950px) {

    /*670px*/
    .col {
        float: left;
        margin-right: 2.5641%;
    }

    .col:last-child {
        margin-right: 0;
    }

    .col_rev {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 2.5641%;
        text-align: right;
    }

    .col_rev:last-child {
        margin-left: 0;
    }

    .col1 {
        width: 5.9829%;
    }

    .col2 {
        width: 14.5299%;
    }

    .col3 {
        width: 23.0769%;
    }

    .col4 {
        width: 31.6239%;
    }

    .col5 {
        width: 40.1709%;
    }

    .col6 {
        width: 48.7179%;
    }

    .col7 {
        width: 57.2649%;
    }

    .col8 {
        width: 65.8119%;
    }

    .col9 {
        width: 74.3589%;
    }

    .col10 {
        width: 82.9059%;
    }

    .col11 {
        width: 91.4529%;
    }

    .col12 {
        width: 100%;
    }

    .row {
        /* margin-bottom: 60px; */
    }

    /* ---------------------------------------------------
 Layout
--------------------------------------------------- */
    /* header
--------------------------------------------------------- */
    .l-header__inner {
        max-width: 1170px;
        padding: 0 20px;
        position: relative;
    }



    /* navigation
--------------------------------------------------------- */
    .l-header__nav {
        display: block !important;
        margin: 0;
    }

    .l-gnav {
        float: right;
        display: flex;
    }

    .l-gnav__list a {
        display: block;
        text-decoration: none;
        line-height: 60px;
        text-align: center;
        padding: 0 2em;
        width: auto;
    }

    .l-gnav__list.l-gnav__list--inqyiry a {
        padding: 0 3em;
        margin-left: 50px;
        background: #009fe8;
    }

    #navControl {
        display: none;
    }

    /* base layout
--------------------------------------------------------- */
    .c-title--head {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 60px;
        color: #009fe8;
    }

    .c-title--head__sk {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 60px;
    }

    .c-right {
        text-align: right;
    }

    .c-left {
        text-align: left;
    }

    .c-break {
        display: inline;
    }

    .bg_gray {
        background: #f1f1f1;
    }

    .bg_white {
        background: #ffffff;
    }

    .l-container {
        margin: 60px 0 0;
    }

    .l-container__close {
        margin: 120px 0 0;
    }

    .l-blog {
        margin: 0 !important;
    }

    .l-inner {
        max-width: 1170px;
        margin: 0 auto;
    }

    .l-mid-inner {
        max-width: 900px;
        margin: 0 auto 40px;
    }

    .l-company {
        margin-bottom: 0;
    }

    .c-title--head--center {
        text-align: center;
    }

    .c-list-news {
        text-align: left;
    }

    .c-list-news__item {
        list-style: none;
        margin-bottom: 1em;
    }

    .c-list-news__date {
        display: inline;
    }

    .c-list-news__category {
        display: inline-block;
        margin: 0 1em 0 3em;
    }

    .c-text--center {
        text-align: center;
    }

    .c-text--right {
        text-align: right;
    }

    .c-vcenter {
        display: flex;
        align-items: center;
    }

    .c-vcenter-rev {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .twoway {
        float: right !important;
    }

    .spread_back {}

    .l-top-example .col {
        border: none;
    }

    .l-footer--inner {
        max-width: 1170px;
        margin: 0 auto;
        padding: 20px;
    }

    /* lower
--------------------------------------------------------- */
    .c-title--lower {
        padding: 160px 0;
    }


    .timeline {
        max-width: 640px;
        margin: 0 auto;
    }

    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .timeline-content {
        width: 66%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #00254f;
        position: absolute;
        left: 187px;
        top: 29px;
        border-radius: 100%;
    }

    .schejule .timeline-content {
        padding-top: 26px;
    }

    .timeline {
        max-width: 640px;
        margin: 0 auto;
        font-size: 16px;
    }

    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .timeline-content {
        width: 66%;
        float: left;
        border-left: 3px #ddd solid;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #00254f;
        position: absolute;
        left: 187px;
        top: 29px;
        border-radius: 100%;
    }

    .schejule .timeline-content {
        padding-top: 26px;
    }

    /* table
--------------------------------------------------------- */
    .l-table th,
    .l-table_pu th,
    .l-table td,
    .l-table_pu td {
        display: table-cell;
    }

    .l-table th {
        background: transparent;
    }

    .l-table td {
        text-align: left;
    }

    .l-table_pu th {
        width: 8em;
        padding: 0;
    }

    .l-company {
        margin: -160px 0;
        padding: 80px 2em;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
        background: #fff;
    }

    .l-gmap_inner {
        margin-top: -120px;
    }

    /* form
--------------------------- */
    .l-form {
        width: 640px;
        max-width: 640px;
        margin: 2em auto;
    }

    /* .c-input {
        max-width: 20em;
    } */

    .c-name {
        width: 10em;
    }

    .c-tel {
        width: 6em;
    }

    .l-form th {
        width: 16em;
    }

    #c-pageTop {
        width: 200px;
    }
}

/* レポート */
.report_h1 {
    background-color: rgb(22, 157, 205);
    color: FFFFFF;
    text-align: center;
    margin-top: 10px;
}

.comment {
    width: 100%;
    /* 横は100% */
    height: 250px;
    box-sizing: border-box;
    margin-top: 10px;
}

.report-table {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2em;
    border: 1px solid #ddd;
}

.report-table th {
    border: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.report-table td {
    border: 1px solid #ddd;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: center;
}

.report-table tr:nth-child(odd) td {
    background: #fafafa;
}

.report-table th {
    vertical-align: middle;
    background: #eee;
}

.report-table_pu {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2em;
}

.report-table_pu th {
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.report-table_pu td {
    padding: 8px 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.report-table th {
    vertical-align: middle;
}

/*************
 * ローダー5
 ************/
.five .loader {
  margin: 4em auto;
  font-size: 14px;  /* アイコンのサイズ */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.5), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.5), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.5), 2.5em 0em 0 0em rgba(22, 157, 205, 0.7), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.5), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.5), 0em 2.5em 0 0em rgba(22, 157, 205, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.5), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.5), -2.6em 0em 0 0em rgba(22, 157, 205, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.5), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.5), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.5), 2.5em 0em 0 0em rgba(22, 157, 205, 0.7), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.5), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.2), -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.5), 0em 2.5em 0 0em rgba(22, 157, 205, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(22, 157, 205, 0.2), -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.5), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(22, 157, 205, 0.2), 1.8em -1.8em 0 0em rgba(22, 157, 205, 0.2), 2.5em 0em 0 0em rgba(22, 157, 205, 0.2), 1.75em 1.75em 0 0em rgba(22, 157, 205, 0.2), 0em 2.5em 0 0em rgba(22, 157, 205, 0.2), -1.8em 1.8em 0 0em rgba(22, 157, 205, 0.5), -2.6em 0em 0 0em rgba(22, 157, 205, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
  
.loaded {
  opacity: 0;
  visibility: hidden;
}

.flex {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin:0px 0px;    
}