:root {
--primary-font: 'Nunito Sans', sans-serif;
--black:#000000;
--white:#fff;
--primary: #680000;
--secondary: #360000;
--link: #1e73be;
--width: 1080px;
} html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
html {
font-size: 62.5%;
}
body {
-webkit-text-size-adjust: 100%;
}
body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
table,
input, textarea, select, option {
line-height: 1.1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
img {
vertical-align: top;
}
@media (min-width: 1024px) {
a,
a img {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
}
a {
color: inherit;
text-decoration: none;
}
@media (min-width: 1024px) {
a:hover,
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
}
img {
max-width: 100%;
height: auto;
}
* {
-webkit-overflow-scrolling: touch;
} body {
font-family: var(--primary-font);
font-weight: 400;
font-style: normal;
color: var(--black);
font-size: 1.4rem;
line-height: 1.42857143;
overflow-x: hidden;
}
.sp {
display: none;
}
@media (max-width: 1023px) {
.sp {
display: block;
}
}
@media (max-width: 1023px) {
.pc {
display: none;
}
}
.l-container {
margin: 0 auto;
padding: 0 20px;
max-width: var(--width);
}
@media (max-width: 1023px) {
.l-container {
padding: 0 15px;
}
}
.l-container--small {
display: block !important;
max-width: 980px;
}
main {
margin: 120px 0;
}
@media (max-width: 1023px) {
main {
margin: 140px 0 100px;
}
}
.l-layout .l-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (max-width: 1023px) {
.l-layout .l-container {
display: block;
}
}
.l-layout__content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-right: 40px;
}
@media (max-width: 1023px) {
.l-layout__content {
padding-right: 0;
}
} .l-sidebar {
width: 300px;
-ms-flex-negative: 0;
flex-shrink: 0;
border: solid 1px #ececec;
padding: 10px 0;
position: -webkit-sticky;
position: sticky;
top: 120px;
}
@media (max-width: 1023px) {
.l-sidebar {
width: 100%;
margin-top: 40px;
position: static;
}
}
.l-sidebar__ttl {
font-weight: 700;
font-size: 1.8rem;
padding: 0 10px;
margin-bottom: 5px;
}
.l-sidebar ul li:last-child a {
border: 0;
}
.l-sidebar ul a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #ececec;
padding: 10px;
}
.l-sidebar ul .img {
width: 55px;
height: 55px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.l-sidebar ul .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.l-sidebar ul .ttl {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #2b75b9;
font-size: 1.6rem;
line-height: 1.3;
padding-left: 10px;
overflow: hidden;
width: 100%;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
} .c-header {
background: #4c9eea;
height: 70px;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 2;
}
@media (max-width: 1023px) {
.c-header {
height: auto;
}
}
.c-header .l-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
@media (max-width: 1023px) {
.c-header .l-container {
position: relative;
display: block;
}
}
.c-header__logo {
width: 100px;
display: block;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 1023px) {
.c-header__logo {
padding: 10px 0;
margin: 0 auto;
position: relative;
z-index: 3;
}
}
.c-header .l-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 250px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 1023px) {
.c-header .l-btn {
width: calc(100% + 30px);
background: #f1f1f1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -15px;
height: 40px;
}
.c-header .l-btn a {
margin: 0 5px;
}
}
.c-header .toggle-menu {
color: var(--white);
font-size: 2rem;
position: absolute;
width: 40px;
height: 40px;
top: calc(50% - 40px);
z-index: 3;
left: 10px;
}
@media (max-width: 1023px) {
.c-header .toggle-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
} .c-footer {
background: #4c9eea;
color: var(--white);
font-size: 1.6rem;
padding-top: 20px;
}
.c-footer .logo {
display: block;
width: 100%;
}
@media (max-width: 1023px) {
.c-footer .logo {
width: 175px;
margin: 0 auto;
}
}
.c-footer .logo img {
width: 100%;
}
.c-footer__map iframe {
width: 100%;
height: 250px;
}
.c-footer__center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
@media (max-width: 1023px) {
.c-footer__center {
display: block;
}
}
.c-footer__item {
width: 25%;
padding: 0 15px 30px;
}
@media (max-width: 1023px) {
.c-footer__item {
width: 100%;
}
}
.c-footer__item p {
margin-top: 20px;
}
.c-footer__item h3 {
font-size: 1.8rem;
}
.c-footer__item ul {
margin-top: 10px;
}
.c-footer__item ul a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 0;
}
.c-footer__item ul a:before {
content: '\f00c';
font-family: "Font Awesome 5 Free";
display: inline-block;
vertical-align: middle;
font-weight: 900;
font-size: 1.5rem;
color: var(--white);
margin-right: 5px;
}
@media (max-width: 1023px) {
.c-footer .logo-footer img {
width: 100%;
}
}
.c-footer .copyright-footer {
background: #0b5840;
padding: 10px 0;
text-align: center;
}
.c-footer .copyright-footer a {
margin-left: 5px;
}
.c-footer .btn-back-top {
width: 38px;
height: 38px;
position: fixed;
z-index: 1;
bottom: 20px;
right: 20px;
border-radius: 50%;
border: solid 2px var(--black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--black);
cursor: pointer;
}
.c-banner-fixed {
position: fixed;
z-index: 2;
}
.c-banner-fixed__close {
width: 20px;
height: 20px;
border: solid 1px var(--primary);
color: var(--primary);
background: var(--white);
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
position: relative;
}
.c-banner-fixed a {
display: block;
width: 100%;
margin: 2px 0;
}
.c-banner-fixed a:hover {
opacity: 1;
}
.c-banner-fixed a:hover img {
opacity: 1;
}
.c-banner-fixed--bottom {
bottom: 0;
width: 100%;
left: 0;
}
.c-banner-fixed--bottom .c-banner-fixed__close {
margin-left: auto;
right: -5px;
top: -5px;
position: absolute;
}
.c-banner-fixed--bottom .inner {
margin: 0 auto;
}
@media (max-width: 1023px) {
.c-banner-fixed--bottom .inner {
padding: 0 20px;
}
}
.c-banner-fixed--bottom .inner__flex {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
@media (max-width: 1023px) {
.c-banner-fixed--bottom .inner__flex {
display: block;
}
}
.c-banner-fixed--bottom .inner a {
width: 500px;
height: 60px;
}
@media (max-width: 1023px) {
.c-banner-fixed--bottom .inner a {
width: 100%;
height: auto;
}
}
.c-banner-fixed--top {
position: fixed;
top: 20px;
width: 100%;
left: 0;
}
@media (max-width: 1023px) {
.c-banner-fixed--top {
top: 60px;
}
}
.c-banner-fixed--top .c-banner-fixed__close {
margin-left: auto;
right: -5px;
top: -5px;
position: absolute;
}
.c-banner-fixed--top .inner {
margin: 0 auto;
}
@media (max-width: 1023px) {
.c-banner-fixed--top .inner {
padding: 0 20px;
}
}
.c-banner-fixed--top .inner__flex {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
@media (max-width: 1023px) {
.c-banner-fixed--top .inner__flex {
display: block;
}
}
.c-banner-fixed--top .inner a {
width: 500px;
height: 60px;
}
@media (max-width: 1023px) {
.c-banner-fixed--top .inner a {
width: 100%;
height: auto;
}
}
.c-banner-fixed--center {
width: 120px;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 1023px) {
.c-banner-fixed--center {
display: none;
}
}
.c-banner-fixed--center .c-banner-fixed__close {
left: -15px;
}
.c-banner-fixed.left {
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 1023px) {
.c-banner-fixed.left {
display: none;
}
}
.c-banner-fixed.left .c-banner-fixed__close {
right: -15px;
left: auto;
margin-left: auto;
} .c-btn01 {
background: #b20000;
color: var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 20px;
padding: 0 10px;
height: 35px;
min-width: 100px;
font-size: 1.6rem;
font-weight: 700;
}
@media (max-width: 1023px) {
.c-btn01 {
height: 30px;
font-size: 1.4rem;
min-width: 80px;
}
}
.c-btn01--secondary {
background: #7a9c59;
} .c-title01 {
color: #1e73be;
text-align: center;
font-size: 2.2rem;
} .c-breadcrumbs {
display: table;
padding: 10px 0;
}
.c-breadcrumbs li {
display: inline;
font-size: 1.4rem;
color: var(--back);
}
.c-breadcrumbs li img {
vertical-align: middle;
margin: -2px 4px 0 0;
}
.c-breadcrumbs li:before {
content: '>';
padding: 0 7px;
display: inline-block;
}
.c-breadcrumbs li:first-child::before {
display: none;
}
.c-breadcrumbs li:last-child {
font-weight: 700;
}
.c-breadcrumbs li:last-child:before {
font-weight: 400;
} .c-list1 ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -20px;
}
@media (max-width: 1023px) {
.c-list1 ul {
margin-left: 0;
}
}
.c-list1 li {
margin: 40px 0 0 20px;
width: calc(33.33% - 20px);
}
@media (max-width: 1023px) {
.c-list1 li {
width: 100%;
margin: 40px 0 0 0;
}
}
.c-list1 a:hover {
opacity: 1;
}
.c-list1 a:hover .date {
background-color: #446084;
color: #fff;
}
.c-list1__img {
width: 100%;
position: relative;
}
.c-list1__img:before {
display: block;
content: " ";
width: 100%;
padding-top: 55.55556%;
}
.c-list1__img img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.c-list1 .desc {
margin-top: 15px;
}
.c-list1__title {
color: #1e73be;
overflow: hidden;
width: 100%;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
font-size: 1.8rem;
font-weight: 700;
}
.c-list1__txt {
margin-top: 8px;
font-size: 1.5rem;
position: relative;
padding-top: 10px;
}
.c-list1__txt:before {
content: '';
width: 40px;
height: 3px;
background-color: rgba(0, 0, 0, 0.1);
display: block;
position: absolute;
left: 0;
top: 0;
}
.c-list1__txt p {
overflow: hidden;
width: 100%;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
.c-list1 .date {
color: #446084;
border: solid 2px #446084;
width: 44px;
height: 44px;
font-weight: 700;
background-color: #fff;
position: absolute;
left: -10px;
top: 10px;
text-align: center;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all .3s;
transition: all .3s;
} .c-menu {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 20px;
z-index: 2;
}
@media (max-width: 1023px) {
.c-menu {
opacity: 0;
pointer-events: none;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: var(--primary);
padding: 60px 0 0 0;
overflow: auto;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
}
@media (min-width: 1024px) {
.c-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.c-menu a {
color: var(--white);
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 20px 10px;
}
@media (max-width: 1023px) {
.c-menu a {
padding: 10px;
}
}
.c-menu li {
position: relative;
}
.c-menu li ul {
position: absolute;
-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
border: 2px solid #ddd;
background: var(--white);
min-width: 260px;
display: block;
text-align: left;
padding: 10px 20px;
opacity: 0;
pointer-events: none;
visibility: hidden;
}
@media (max-width: 1023px) {
.c-menu li ul {
min-width: 100%;
width: 100%;
display: none;
position: static;
margin-left: 20px;
padding: 10px;
pointer-events: all;
opacity: 1;
visibility: inherit;
}
}
.c-menu li ul li:last-child a {
border: 0;
}
@media (max-width: 1023px) {
.c-menu li ul li {
padding-right: 0 !important;
}
}
.c-menu li ul a {
color: #777;
padding: 10px 0;
text-transform: none;
font-weight: 400;
margin: 0 10px;
border-bottom: 1px solid #ececec;
}
.c-menu .menu-item-has-children {
padding-right: 5px;
cursor: pointer;
}
@media (max-width: 1023px) {
.c-menu .menu-item-has-children {
padding-right: 50px;
}
}
.c-menu .menu-item-has-children:after {
content: '\f078';
font-family: "Font Awesome 5 Free";
display: inline-block;
vertical-align: middle;
font-weight: 900;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.2rem;
color: var(--white);
}
@media (max-width: 1023px) {
.c-menu .menu-item-has-children:after {
top: 25px;
right: 20px;
font-size: 1.8rem;
}
}
.c-menu .menu-item-has-children:before {
border: solid transparent;
bottom: -2px;
content: "";
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
opacity: 0;
width: 0;
border-width: 11px;
margin-left: -11px;
border-bottom-color: var(--white);
}
@media (min-width: 768px) {
.c-menu .menu-item-has-children:hover:hover:before {
opacity: 1;
}
.c-menu .menu-item-has-children:hover:hover ul {
opacity: 1;
visibility: inherit;
pointer-events: all;
}
}
.c-menu.is-active {
opacity: 1;
pointer-events: all;
} .c-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin-top: 70px;
}
@media (max-width: 1023px) {
.c-pagination {
margin-top: 30px;
}
}
.c-pagination .page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--black);
height: 40px;
width: 40px;
border-radius: 50%;
margin: 0 2px;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
@media (max-width: 1023px) {
.c-pagination .page-numbers {
width: 35px;
font-size: 1.3rem;
height: 35px;
}
}
.c-pagination .page-numbers.dots {
margin-top: 4px;
pointer-events: none;
padding: 5px 14.5px;
margin-top: -5px;
}
@media (max-width: 1023px) {
.c-pagination .page-numbers.dots {
padding: 5px;
}
}
@media (min-width: 1024px) {
.c-pagination .page-numbers:hover {
background: var(--primary);
color: var(--white);
}
}
.c-pagination .page-numbers.current {
color: var(--white);
font-weight: 400;
background: var(--primary);
} .no-post {
font-weight: 600;
} .alignnone {
margin: 5px 0 20px;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px auto;
}
.alignleft {
float: left;
margin: 5px auto 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px auto;
}
a img.alignnone {
margin: 5px 0 20px;
}
a img.alignleft {
float: left;
margin: 5px auto 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 10px 10px 0;
}
.wp-caption.alignleft {
margin: 5px 10px 10px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 13px;
line-height: 15px;
font-style: italic;
}
.leftCol {
width: 70%;
float: left;
}
.rightCol {
width: 30%;
float: right;
}
.cmsContent {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
word-wrap: break-word;
}
.cmsContent:after {
content: '';
display: block;
}
.cmsContent ul,
.cmsContent ol {
padding-left: 20px;
margin-bottom: 15px;
}
.cmsContent ul li,
.cmsContent ol li {
font-size: 1.6rem;
line-height: 1.7;
margin-bottom: 15px;
}
@media (max-width: 1023px) {
.cmsContent ul li,
.cmsContent ol li {
font-size: 1.4rem;
margin-bottom: 15px;
line-height: 1.5;
}
}
.cmsContent ul[style*="list-style-type: circle;"] li {
list-style-type: circle;
}
.cmsContent ul[style*="list-style-type: square;"] li {
list-style-type: square;
}
.cmsContent ul li {
list-style: disc;
}
.cmsContent ol[style*="list-style-type: lower-roman;"] li {
list-style-type: lower-roman;
}
.cmsContent ol[style*="list-style-type: lower-alpha;"] li {
list-style-type: lower-alpha;
}
.cmsContent ol[style*="list-style-type: lower-greek;"] li {
list-style-type: lower-greek;
}
.cmsContent ol[style*="list-style-type: upper-alpha;"] li {
list-style-type: upper-alpha;
}
.cmsContent ol[style*="list-style-type: upper-roman;"] li {
list-style-type: upper-roman;
}
.cmsContent ol li {
list-style-type: decimal;
}
.cmsContent iframe {
max-width: 100% !important;
}
.cmsContent img {
max-width: 100%;
height: auto;
max-height: 100%;
width: auto;
}
.cmsContent a {
text-decoration: underline;
}
.cmsContent h1, .cmsContent h2, .cmsContent h3, .cmsContent h4, .cmsContent h5, .cmsContent h6 {
font-weight: 700;
margin: 15px 0;
color: #1e73be;
}
@media (max-width: 1023px) {
.cmsContent h1, .cmsContent h2, .cmsContent h3, .cmsContent h4, .cmsContent h5, .cmsContent h6 {
line-height: 1.2;
}
}
.cmsContent h1 {
font-size: 3rem;
}
@media (max-width: 1023px) {
.cmsContent h1 {
font-size: 2.2rem;
}
}
.cmsContent h2 {
font-size: 2.8rem;
}
@media (max-width: 1023px) {
.cmsContent h2 {
font-size: 2rem;
}
}
.cmsContent h3 {
font-size: 2.6rem;
}
@media (max-width: 1023px) {
.cmsContent h3 {
font-size: 1.8rem;
}
}
.cmsContent h4 {
font-size: 2.4rem;
}
@media (max-width: 1023px) {
.cmsContent h4 {
font-size: 1.6rem;
}
}
.cmsContent h5 {
font-size: 2.2rem;
}
@media (max-width: 1023px) {
.cmsContent h5 {
font-size: 1.5rem;
}
}
.cmsContent h6 {
font-size: 2rem;
}
@media (max-width: 1023px) {
.cmsContent h6 {
font-size: 1.4rem;
}
}
.cmsContent .wp-caption {
font-size: 1.4rem;
font-style: italic;
max-width: 100%;
width: auto !important;
background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
.cmsContent .wp-caption {
font-size: 1.2rem;
}
}
.cmsContent .wp-caption img {
margin-bottom: 5px;
}
.cmsContent p {
margin-bottom: 15px;
line-height: 1.7;
font-size: 1.6rem;
}
@media (max-width: 1023px) {
.cmsContent p {
font-size: 1.4rem;
margin-bottom: 10px;
line-height: 1.5;
}
}
.cmsContent a {
text-decoration: none;
color: var(--link-active);
}
@media (min-width: 768px) {
.cmsContent a:hover {
color: #0b6448;
}
}
.cmsContent table {
border-collapse: collapse;
width: 100%;
border: solid 1px #000;
}
.cmsContent table td {
border-right: 1px solid #000;
}
.cmsContent table td:first-child {
width: 40%;
}
.cmsContent table td, .cmsContent table th {
padding: 10px;
border-bottom: 1px solid #000;
}
.c-modal {
position: fixed;
left: 0;
top: 0;
padding: 20px 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 100;
overflow-y: auto;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
@media (max-width: 1023px) {
.c-modal {
padding: 10px;
}
}
.c-modal.is-active {
opacity: 1;
pointer-events: all;
}
.c-modal__close {
position: -webkit-sticky;
position: sticky;
margin-left: auto;
font-size: 1.8rem;
top: -20px;
margin-top: -20px;
margin-right: -40px;
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
border: solid 1px var(--black);
border-radius: 50%;
background: var(--white);
color: var(--black);
}
@media (max-width: 1023px) {
.c-modal__close {
margin-right: -30px;
top: -10px;
}
}
.c-modal__bg {
background: rgba(0, 0, 0, 0.8);
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.c-modal__inner {
max-width: 700px;
background: var(--white);
position: relative;
z-index: 1;
margin: auto;
color: var(--black);
padding: 20px;
border-radius: 10px;
}
@media (max-width: 1023px) {
.c-modal__inner {
max-width: 100%;
}
}
.c-modal__inner a {
color: blue;
}
.sec-list {
margin-top: 20px;
}
.p-single__title {
font-size: 3.5rem;
line-height: 1.4;
color: #1e73be;
margin: 30px 0;
}
@media (max-width: 1023px) {
.p-single__title {
font-size: 2.6rem;
margin: 20px 0;
}
}
.p-single .c-list1 {
margin-top: 40px;
}
.p-single .c-list1 ul {
margin-top: -20px;
}
.p-single .c-list1 .c-title01 {
text-align: left;
}
.p-top .l-layout, .p-page .l-layout {
margin-top: 20px;
}
.p-page .c-title01 {
font-size: 3rem;
}