@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
/*@font-face {
  	font-family: 'KozGoReg';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KakuGoW3';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}
@font-face {
  	font-family: 'KakuGoW6';
  	src: url(../fonts/HiraginoKakugoW6.ttc);
}
@font-face {
  	font-family: 'MaruGoW4';
  	src: url(../fonts/HiraginoMarugoW4.ttc);
}*/
/*@font-face {
  	font-family: 'Shingo';
  	src: url(../fonts/A-OTF-ShinGoPro-DeBold.otf);
}*/
@font-face {
  	font-family: 'Ryumin';
  	src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
}
@font-face {
  	font-family: 'Hirakaku';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}

.vdl {
    font-family: vdl-logog, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.marugo {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.baltica {
    font-family: baltica, serif;
    font-weight: 700;
    font-style: italic;
}

/* 全体 */
html {
    overflow: hidden;
}

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    top: -161px;
}
body.subpage {
    top: 0;
}

a {
    word-break: break-all;
}
a img {
    display: block;
    cursor: pointer;
}
a img:hover {
    opacity: 0.5;
}

.wrap {
    position: relative;
    width: 100%;
    margin: auto;
    transition: all 0.5s 0s ease;
}

.error-message {
    padding: 5px 0 5px 5px;
    color: red;
    font-weight: bold;
}

ul.slider {
    padding: 0;
}
.slick-track {
    margin: 0;
}

.red {
    color: red;
}

span.kakko-spacer {
    display: inline-block;
    width: 0.6em;
}

span.kakko-position {
    display: inline-block;
    margin-left: -0.6em;
}

/* ヘッダー関連 */
.header {
    position: relative;
    width: 100%;
}
.header h1 {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 10px 20px 10px 40px;
    position: relative;
}
.header h1 .logo {
    display: inline-block;
    width: 80px;
}
.header h1 p.site-title {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Ryumin';
    margin-left: -10px;
    position: relative;
    top: 12px;
}
.header h1 p.site-title span {
    display: block;
    font-size: 16px;
    padding-left: 6px;
    margin-bottom: 4px;
}
.header h1 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* グローバルメニュー関連 */
.global-menu {
    width: 100%;
    background: #57C3E0;
    padding: 6px 0;
    position: relative;
    top: 0;
    z-index: 10;
}
.global-menu ul {
    background: #00ADD1;
    margin: 0;
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px;
    list-style: none;
}
.global-menu ul li {
    display: table-cell;
    /*width: 11.1111%;*/ /* 9分割 */
    width: 12.5%; /* 8分割 */
    text-align: center;
    border-left: 1px solid #fff;
}
.global-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 0.9vw;
    color: #fff;
    font-family: 'KozGo';
    text-decoration: none;
}
.global-menu ul li:last-child {
    border-right: 1px solid #fff;
}
.global-menu ul li a:hover {
    background: #57C3E0;
}
.global-menu ul li a.active {
    background: #57C3E0;
}
.global-menu.fixed {
    position: fixed;
    top: 0;
}

/* メインイメージ関連 */
.main-image p.main-text {
    position: absolute;
    left: 100px;
    font-size: 8vw;
    font-family: 'Ryumin';
    margin: 0;
    opacity: 0;
}
.main-image p.main-text:first-letter {
    font-size: 140%;
    color: #57C3E0;
}
.main-image p.main-text.second:first-letter,
.main-image p.main-text.third:first-letter {
    font-size: 100%;
}
.main-image p.main-text.first {
    /*top: -1.4vw;*/
    top: -4vw;
}
.main-image p.main-text.second {
    /*top: 10vw;*/
    top: 8vw;
    left: 90px;
}
.main-image p.main-text.third {
    /*top: 21vw;*/
    top: 17vw;
    left: 80px;
}
.main-image p.sub-text {
    position: absolute;
    top: 100px;
    right: 10vw;
    text-align: right;
    font-family: 'Ryumin';
    line-height: 2;
    font-size: 2vw;
    opacity: 0;
}
.main-image .sub-image {
    margin-top: -10vw;
    width: 100%;
    position: relative;
    opacity: 0;
    /*top: 15vw;*/
}
.main-image .sub-image .sub-image-box {
    display: table-cell;
    width: 25%;
}

/* コンテンツ部分 */
.contents {
    padding: 0 50px;
    padding-top: 40px;
}
.contents h3.contents-title {
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Hirakaku';
    color: #56c4e0;
    border-bottom: 2px solid #56c4e0;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.contents .news-wrap {
    padding: 20px 0;
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.contents .news-wrap .news-contents {
    margin-bottom: 20px;
}
.contents .news-wrap .news-contents a,
.contents .news-wrap .news-contents div {
    font-size: 16px;
    font-family: 'KozGo';
    display: block;
    text-decoration: none;
}
.contents .news-wrap .news-contents a:hover {
    background: #c0f3ff;
}
.contents .news-wrap .news-contents span {
    cursor: pointer;
}
.contents .news-wrap .news-contents span.date {
    color: #0071BC;
}
.contents .news-wrap .news-contents span.date i {
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: -1px;
}
.contents .news-wrap .news-contents span.title {
    display: inline-block;
    margin-left: 25px;
    color: #808080;
    font-weight: bold;
}
.contents .news-wrap .news-contents p.sub-news {
    margin: 0;
    margin-top: 5px;
    padding-left: 126px;
    color: red;
}

.contents.back {
    background: #57C3E0;
    padding-top: 30px;
    padding-bottom: 50px;
}
.contents.back h3.contents-title {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.contents.back.greeting h3.contents-title {
    border-bottom: none;
}
.contents .greeting-wrap {
    border: 1px solid #fff;
    width: 84%;
    margin: auto;
    padding: 40px 50px;
}
.contents .greeting-wrap p.greeting-title {
    color: #fff;
    text-align: center;
    font-family: 'KozGo';
    font-size: 2vw;
    margin-bottom: 30px;
}
.contents .greeting-wrap .greeting-contents {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 30px;
}
.contents .greeting-wrap .greeting-contents .greeting-image {
    float: right;
    width: 200px;
    padding: 0 30px 20px 20px;
}

.contents .greeting-wrap .greeting-contents p.greeting-text {
    line-height: 2;
    font-size: 16px;
}
.contents .greeting-wrap .greeting-contents p.signing {
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
    text-align: right;
}

.contents .about-contents {
    width: 80%;
    margin: auto;
}
.contents .about-contents h4.about-title {
    border-top: 1px solid #29ABE2;
    border-bottom: 1px solid #29ABE2;
    text-align: center;
    color: #0071BC;
    padding: 5px 0;
    font-family: 'KozGo';
    font-size: 22px;
    margin-top: 30px;
}
.contents .about-contents h4.about-title span {
    display: block;
    border-left: 5px solid #29ABE2;
    border-right: 5px solid #29ABE2;
}
.contents .about-contents p.about-text {
    width: 34em;
    margin: 20px auto;
    font-size: 16px;
    font-family: 'KozGo';
    line-height: 1.8;
}
.contents .about-contents ul.about-list {
    width: 43em;
    margin: 20px auto;
    padding: 0;
}
.contents .about-contents ul.about-list li {
    list-style-type: none;
    counter-increment: cnt;
    font-size: 16px;
    padding: 3px 0;
}
.contents .about-contents ul.about-list li:before {
    content: "（" counter(cnt) "）";
}
.contents .about-contents .about-statute-wrap {
    width: 260px;
    margin: auto;
    border: 1px solid #29ABE2;
    padding: 3px;
}
.contents .about-contents .about-statute-wrap a {
    display: block;
    text-align: center;
    background: #008CD6;
    color: #fff;
    font-size: 18px;
    font-family: 'KozGo';
    font-weight: bold;
    padding: 8px;
    padding-left: 20px;
    text-decoration: none;
}
.contents .about-contents .about-statute-wrap a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 120%;
    position: relative;
    top: 1px;
}
.contents .about-contents .about-statute-wrap a:hover {
    background: #29ABE2;
}
.contents .about-officer-wrap {
    margin: 20px 0;
}
.contents .about-officer-wrap table {
    width: 100%;
}
.contents .about-officer-wrap table th {
    width: 2%;
    text-align: center;
}
.contents .about-officer-wrap table td {
    width: 49%;
}
.contents .about-officer-wrap table th, .about-officer-wrap table td {
    font-size: 16px;
    font-family: 'KozGo';
}
.contents .about-officer-wrap table td.first {
    text-align: right;
}
.contents .about-employ-list {
    margin: 20px 0;
}
.contents .about-employ-list .row > div {
    font-size: 16px;
    font-family: 'KozGo';
    margin-bottom: 10px;
}
.contents p.about-location {
    margin-bottom: 50px;
    font-size: 16px;
    font-family: 'KozGo';
    width: 17em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.schedule-wrap {
    max-height: 500px;
    overflow: scroll;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.schedule-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #808080;
    min-width: 1200px;
}
.schedule-wrap table th,
.schedule-wrap table td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    font-family: 'KozGo';
    padding: 5px;
    font-size: 12px;
}
.schedule-wrap table tr:last-child td {
    border-bottom: none;
}
.schedule-wrap table th {
    background: #BCE2E8;
    color: #0071BC;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
.schedule-wrap th:nth-child(1) {
    color: #008CD6;
}
.schedule-wrap td:nth-child(1) {
    color: #008CD6;
}
.schedule-wrap td:nth-child(2) {
    color: #0071BC;
}
.schedule-wrap th:nth-child(1),
.schedule-wrap td:nth-child(1) {
    display: none;
}

p.schedule-year {
    margin-top: 30px;
    margin-bottom: 0;
    background: #008CD6;
    font-size: 20px;
    color: #fff;
    font-family: 'KozGoBold';
    padding: 2px 8px;
    width: 5.2em;
    position: relative;
}
p.schedule-year:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 16px 32px 0;
    border-color: transparent;
    border-bottom-color: #008CD6;
    position: absolute;
    top: 0;
    left: 100%;
}

.link-wrap {
    margin: 30px 0;
}
.link-wrap .link-box {
    border: 1px solid #29ABE2;
    padding: 6px;
    margin-bottom: 15px;
}
.link-wrap .link-box a {
    display: block;
    background: #0071BC;
    padding: 20px;
    color: #fff;
    font-family: 'KozGo';
    font-size: 24px;
    position: relative;
    padding-left: 70px;
    text-decoration: none;
}
.link-wrap .link-box a:hover {
    background: #29ABE2;
}
.link-wrap .link-box a span.icon {
    display: inline-block;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;
}
.link-wrap .link-box a span.arrow {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -18px;
}
.link-wrap .link-box a span.arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #0571bb;
    top: 50%;
    margin-top: -12px;
    left: 9px;
}
.link-wrap .link-box a:hover span.arrow:after {
    border-left-color: #29ABE2;
}

/* お問い合わせフォーム関連 */
p.contact-description {
    margin: 40px 0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'KozGo';
}

.contact-form-wrap {
    width: 80%;
    margin: auto;
}
.contact-form-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.contact-form-wrap table th, .contact-form-wrap table td {
    font-family: 'KozGo';
    font-size: 16px;
    padding: 10px 0;
}
.contact-form-wrap table th {
    width: 10em;
    color: #fff;
}
.contact-form-wrap table td p.form-alert {
    padding: 5px 0;
    color: #fff;
}
.contact-form-wrap .agree-wrap {
    text-align: center;
    margin: 20px 0;
}
.contact-form-wrap .agree-wrap > div {
    margin-right: 10px;
    top: -2.5px;
}
.contact-form-wrap .agree-wrap > label {
    color: #fff;
    font-family: 'KozGo';
    font-size: 16px;
}
.contact-form-wrap .agree-wrap > label a {
    color: #ff0000;
    font-size: 16px;
}
.contact-form-wrap .submit-wrap {
    width: 50%;
    margin: 40px auto 0;
}

span.icon-alert {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
span.icon-alert:before {
    content: "";
    border-right: 12px solid transparent;
    border-bottom: 22px solid yellow;
    border-left: 12px solid transparent;
    position: absolute;
    z-index: 0;
    top: -18px;
    left: 0;
}
span.icon-alert:after {
    content: "!";
    font-family: 'KozGoBold';
    position: absolute;
    top: -15px;
    left: 9px;
    color: #000;
}

div#contact-check-modal h4 {
    text-align: center;
}

.contact-check-wrap table {
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.contact-check-wrap table th, .contact-check-wrap table td {
    padding: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.contact-check-wrap table th {
    width: 10em;
    background: #99e1ff;
}

/* Q&A関連 */
.qa-wrap {
    padding: 30px;
    padding-bottom: 0;
}
.qa-wrap .qa-box {
    margin-bottom: 40px;
}
.qa-wrap .qa-box:last-child {
    margin-bottom: 0;
}
.qa-wrap .qa-box p.q, .qa-wrap .qa-box p.a {
    color: #fff;
    font-size: 16px;
    font-family: 'Hirakaku';
    margin-bottom: 20px;
}
.qa-wrap .qa-box p.q span, .qa-wrap .qa-box p.a span {
    color: #000;
    background: #fff;
    padding: 5px 8px;
    font-size: 22px;
    font-family: 'Hirakaku';
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.qa-wrap .qa-box p.q span {
    color: #0071BC;
}
.qa-wrap .qa-box p.a span {
    color: #ED1E79;
}

/* 今後の活動 */
.report-wrap {
    padding: 20px 30px;
}
.report-wrap .report-box {
    margin-bottom: 40px;
}
.report-wrap .report-box p.report-title {
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: 'Hirakaku';
    font-weight: bold;
    color: #fff;
    padding: 2px;
    margin-bottom: 20px;
}
.report-wrap .report-box p.report-title span {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    padding: 8px;
}
.report-wrap .report-box .report-body {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 12px 18px;
    line-height: 1.8;
    font-size: 16px;
}
.report-wrap .report-box .report-body table,
.join-wrap .join-box table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 10px;
}
.report-wrap .report-box .report-body table th,
.report-wrap .report-box .report-body table td,
.join-wrap .join-box table th,
.join-wrap .join-box table td {
    vertical-align: top;
}
.report-wrap .report-box .report-body table th,
.join-wrap .join-box table th {
    text-align: center;
    width: 6em;
}
.report-wrap .report-box .report-body table th b,
.join-wrap .join-box table th b {
    display: block;
    background: #29ABE2;
    color: #fff;
}
.report-wrap .report-box .report-body table td,
.join-wrap .join-box table td {
    padding-left: 10px;
    font-family: 'Hirakaku';
    line-height: 1.6;
}
.report-wrap .report-box .report-body ul,
.join-wrap ul {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.report-wrap .report-box .report-body ul li,
.join-wrap ul li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 3px;
}
.report-wrap .report-box .report-body ul li:before,
.join-wrap ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #008CD6;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 10px;
}

/* 今後の活動 */
.report-wrap {
    padding: 20px 30px;
}
.report-wrap .report-box {
    margin-bottom: 40px;
}
.report-wrap .report-box p.report-title {
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: 'Hirakaku';
    font-weight: bold;
    color: #fff;
    padding: 2px;
    margin-bottom: 20px;
}
.report-wrap .report-box p.report-title span {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    padding: 8px;
}
.report-wrap .report-box .report-body {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 12px 18px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}
.report-wrap .report-box .report-body table,
.join-wrap .join-box table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 10px;
}
.report-wrap .report-box .report-body table th,
.report-wrap .report-box .report-body table td,
.join-wrap .join-box table th,
.join-wrap .join-box table td {
    vertical-align: top;
}
.report-wrap .report-box .report-body table th,
.join-wrap .join-box table th {
    text-align: center;
    width: 12em;
}
.report-wrap .report-box .report-body table th b,
.join-wrap .join-box table th b {
    display: block;
    background: #29ABE2;
    color: #fff;
    font-size: 16px;
}
.report-wrap .report-box .report-body table td,
.join-wrap .join-box table td {
    padding-left: 10px;
    font-family: 'Hirakaku';
    line-height: 1.6;
    font-size: 16px;
}
.report-wrap .report-box .report-body ul,
.join-wrap ul {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.report-wrap .report-box .report-body ul li,
.join-wrap ul li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 3px;
}
.report-wrap .report-box .report-body ul li:before,
.join-wrap ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #008CD6;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 10px;
}

/* 入会案内 */
.join-wrap {
    padding: 20px 30px;
}
.join-wrap p.join-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Hirakaku';
}
.join-wrap p.join-title {
    border: 1px solid #808080;
    font-size: 18px;
    font-family: 'Hirakaku';
    font-weight: bold;
    text-align: center;
    padding: 5px;
    color: #fff;
    position: relative;
}
.join-wrap p.join-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #57C3E0;
    top: 2px;
    left: 2px;
    z-index: -1;
}
.join-wrap .join-box {
    margin-top: 40px;
}
.join-wrap .join-box p.join-box-title {
    font-size: 16px;
    font-family: 'Hirakaku';
    color: #008CD6;
    margin-bottom: 20px;
    border-bottom: 1px solid #808080;
    border-left: 5px solid #57C3E0;
    padding: 5px 8px;
}
.join-wrap .join-box .join-box-body {
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Hirakaku';
    line-height: 1.8;
}
.join-wrap .join-box .join-box-body a.apply {
    display: inline-block;
    border: 1px solid #29ABE2;
    padding: 3px;
    font-size: 18px;
    font-family: 'KozGoBold';
    color: #fff;
    text-decoration: none;
    width: 300px;
    text-align: center;
}
.join-wrap .join-box .join-box-body a.apply span {
    display: block;
    background: #008CD6;
    padding: 8px 0;
}
.join-wrap .join-box .join-box-body a.apply span img {
    width: auto;
    height: 22px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.join-wrap .join-box .join-box-body a.apply:hover span {
    background: #29ABE2;
}

/* バナー掲載部分 */
.contents .banner-wrap {
    border-top: 2px solid #57c3e0;
    border-bottom: 2px solid #57c3e0;
    padding: 30px 030px 15px;
}
.contents .banner-wrap .row {
    margin-right: -10px;
    margin-left: -10px;
}
.contents .banner-wrap .row > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

/* 2021.06.17 追加CSS */
p.movie-alert {
    color: red;
}
p.movie-alert a {
    color: red;
    text-decoration: underline;
}

/* 2021.09.30 追加CSS */
.report-wrap .report-box .report-body table td.kouen-title {
    padding-top: 20px;
    border-bottom: 2px solid #008cd6;
    padding-bottom: 2px;
}
.report-wrap .report-box .report-body table td.kouen-title span {
    font-size: 140%;
    font-weight: bold;
    color: #008cd6;
    display: inline-block;
    margin-right: 10px;
}
.report-wrap .report-box .report-body table tr.line th,
.report-wrap .report-box .report-body table tr.line td {
    position: relative;
    padding-top: 15px;
}
.report-wrap .report-box .report-body table tr.line th:before,
.report-wrap .report-box .report-body table tr.line td:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #008cd6;
}
.report-wrap .report-box .report-body table tr.line th:before {
    width: calc(100% + 10px);
}

/* 2021.11.09 追加CSS */
.report-wrap .report-box .report-body p.event-title {
    margin: 10px;
    border-bottom: 2px solid #008cd6;
    padding-bottom: 5px;
    font-size: 18px;
    color: #008cd6;
}

.report-wrap .report-box .report-body table.kaigi th {
    text-align: right;
    font-weight: normal;
    border-bottom: 2px solid #29abe2;
    border-right: 2px solid #29abe2;
    padding-right: 10px;
}
.report-wrap .report-box .report-body table.kaigi td {
    padding-top: 2px;
}

/* 2022.01.20 追加CSS */
p.kinkyu-call {
    margin: 0;
    padding-left: 10px;
    font-family: 'Hirakaku';
    font-size: 16px;
}

/* 2022.02.01 追加CSS */
.event-body {
    padding: 10px 10px 0;
    margin-bottom: 10px;
}

ul.simple-number {
    margin: 10px 0!important;
}

.event-image-wrap {
    margin: 20px auto;
}
.event-image-wrap .event-image {
    width: 90%;
    margin: auto;
}
.event-image-wrap .event-image-description {
    width: 90%;
    margin: auto;
    text-align: center;
}

.qr-wrap table {
    width: 100%!important;
    box-sizing: border-box!important;
    border-spacing: 0!important;
    margin-top: 10px;
}
.qr-wrap table th, .qr-wrap table td {
    text-align: left!important;
    vertical-align: middle!important;
    padding: 0;
}
.qr-wrap table td img {
    width: 80px;
}

.event-body p.event-sub-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    max-width: 600px;
    margin: auto;
}

/* 2022.05.24 追加CSS */
hr.kaigi-separate {
    border-top: 1px solid #56c4e0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
hr.report-separator {
    border-top: 2px solid #999;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.report-wrap .report-box .report-body table.kaigi.others th {
    width: 23em;
}

.contents.back h3.contents-title.sub {font-size: 2.5vw;margin-top: 0;}

p.check-report {text-align: center;color: #fff;margin-top: 10px;margin-bottom: 20px;font-size: 15px;}

/* 2022.06.22 追加CSS */
.business-plan-menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    list-style: none;
    padding: 0;
}
.business-plan-menu > li {
    float: left;
    width: 48%;
    height: 50px;
    line-height: 50px;
    background: #008cd6;
}
.business-plan-menu > li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.business-plan-menu > li a:hover {
    color: #fff;
}
.business-plan-menu ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.business-plan-menu ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
.business-plan-menu ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.business-plan-menu > li:hover {
    background: #4ab3ea;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.business-plan-menu .menu__second-level li {
    border-top: 1px solid #9e8477;
}
.business-plan-menu .menu__third-level li {
    border-top: 1px solid #111;
}
.business-plan-menu .menu__second-level li a:hover {
    background: #7dc4f5;
}
.business-plan-menu .menu__third-level li a:hover {
    background: #2a1f1f;
}
.business-plan-menu .menu__fourth-level li a:hover {
    background: #1d0f0f;
}
.business-plan-menu .init-bottom:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}
.business-plan-menu:before,
.business-plan-menu:after {
    content: " ";
    display: table;
}
.business-plan-menu:after {
    clear: both;
}
.business-plan-menu {
    *zoom: 1;
}

.business-plan-menu li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 1%;
    background: #4ab3ea;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
}
.business-plan-menu li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.business-plan-menu li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 24.5%;
    border: none;
    text-align: left;
}
.business-plan-menu li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
    margin: 0 1%;
}
.business-plan-menu > li.menu__mega:nth-child(1) {
    margin-right: 4%;
}
.business-plan-menu ul.menu__second-level > li > a {
    padding: 0;
    margin: 0;
}

.event-banner-wrap {
    position: absolute;
    top: auto;
    right: 28px;
    width: 20vw;
}

.report-wrap .report-box .report-body ul li span.kg-kakko {
    position: relative;
    left: -0.6em;
}

.contents.back h3.contents-title.sub.dropdown {
    position: relative;
    cursor: pointer;
}
.contents.back h3.contents-title.sub.dropdown a.dropdown-link {
    display: block;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.contents.back h3.contents-title.sub.dropdown a.dropdown-link span.arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    top: auto;
    left: 50%;
    margin-left: 17.5vw;
}

.qr-box {
    margin-right: 10px;
    border: 1px solid #000;
    padding: 5px;
}
.qr-box p {
    line-height: 1.6;
    margin: 0;
}
.qr-box .row {
    margin-left: -5px;
    margin-right: -5px;
}
.qr-box .row [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

/* フッター関連 */
.footer {
    padding: 20px 50px 40px;
    text-align: center;
    transition: all 0.5s 0s ease;
}
.footer p.copyright {
    font-size: 16px;
    font-family: 'KozGo';
    margin: 0;
}
