@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
.col-ms-5 {
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.8em;
    color: #000000;
    font-size: 16px;
    letter-spacing: -0.03em;
    word-break: break-word;
}

.font_f {
    font-family: "Zen Maru Gothic";
}

p {
    line-height: 1.7em;
    color: #000000;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}

.fa-regular {
    padding-right: 4px;
}

/*******************/
/*
.grad {
    background: linear-gradient(-75deg, #4894cb, #1bb8ce, #66baaf, #20a4bd);
    background-size: 1000% 1000%;
    animation: gradient 10s ease infinite;
    height: 100vh;
}
*/
/*
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

*/

/**************/

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

.float_sa {
    display: flex;
    justify-content: space-around;
}

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

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}

.type_01,
.type_02,
.type_03 {
    display: flex;
    justify-content: space-between;
}

.type_01 .l_box {
    max-width: 440px;
    width: 100%;
}

.type_01 .r_box {
    max-width: 238px;
    width: 100%;
}


.type_02 .l_box {
    max-width: 440px;
    width: 100%;
    order: 2;
}

.type_02 .r_box {
    max-width: 238px;
    width: 100%;
    order: 1;
}

.img_b img {
    max-width: 238px;
    width: 100%;
}


.type_03 .r_box {
    max-width: 440px;
    width: 100%;
}

.type_03 .l_box {
    max-width: 238px;
    width: 100%;
}

.img_b img {
    max-width: 238px;
    width: 100%;
}


/*******************/
.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

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

.mb70 {
    margin-bottom: 70px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}
.mt80{
    margin-top: 80px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}

.txt_01 {
    letter-spacing: -0.07em;
}

/**************/
.top.frame {
    padding: 100px 25px 40px;
    background-color: #fff;
    width: 850px;
    margin: auto;
}

.frame {
    padding: 90px 25px 40px;
    background-color: #fff;
    width: 850px;
    margin: auto;
}

.base {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.base_inner {
    max-width: 730px;
    width: 100%;
    margin: auto;
}

.division {
    margin-bottom: 55px;
}


/*******************/

.link_01 a {
    color: #20a4bd;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

.link_01 a:hover {
    text-decoration: underline;
}

.link_01 span {
    padding-left: 10px;
    font-size: 14px;
}

.link_02 a {
    color: #20a4bd;
    font-weight: bold;
}

/*******************/
.ttl_01 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    background-color: #20a4bd;
    font-size: 22px;
    color: #fff;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    padding: 4px 15px 5px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

.ttl_01 span {
    font-size: 14px;
    line-height: 1em;
    margin-left: 10px;
    font-family: "Zen Maru Gothic";
}

.ttl_02 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    background-color: #20a4bd;
    font-size: 19px;
    color: #fff;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.ttl_02 span {
    font-size: 14px;
    line-height: 1.4em;
    margin-left: 10px;
    font-family: "Zen Maru Gothic";
}


.ttl_03 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
    margin-bottom: 20px;
    color: #555;
    position: relative;
    overflow: hidden;
}

.ttl_03 span {
    position: relative;
}

.ttl_03 span:after {
    content: "";
    position: absolute;
    width: 800px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -813px;
    background-image: linear-gradient(to right, #555 22%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 13px 3px;
    background-repeat: repeat-x;
}


.ttl_04 {
    font-size: 20px;
    line-height: 1.4em;
    color: #333333;
}


.ttl_06 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
    margin-bottom: 10px;
}

.ttl_07 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
    margin-bottom: 15px;
}

.ttl_08 {
    color: #fff;
    background-color: #555;
    padding: 4px 15px 3px;
    margin-bottom: 15px;
    font-size: 25px;
    font-family: "Zen Maru Gothic";
    line-height: 1.4em;
    display: flex;
    align-items: center;
}

.ttl_08 span {
    font-size: 15px;
    line-height: 1.4em;
    margin-left: 10px;
}

/*******************/
.list_01 {}

.list_01 li {
    display: flex;
    margin-bottom: 10px;
}

.list_01 li p a {
    font-size: 15px;
    color: #20a4bd;
    line-height: 1.4em;
    font-weight: bold;
}

.list_01 li p a:hover {
    text-decoration: underline;
}

.list_01 li p span {
    font-size: 14px;
    padding-left: 5px;
}




.list_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_02:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.list_02 li {
    max-width: 225px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
}

.event .box01 .list_02 li {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.event .box02 .list_02 li {
    margin-bottom: 40px;
}
.list_02 li .up_img{
    text-align: center;
    /*aspect-ratio: 5 / 3;*/
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 225px;
    height: 159px;
    overflow: hidden;
}
.list_02 li .up_img img{
    text-align: center;
    width: 100%;
    /*height: 159px;*/
    height: calc(50vw * 75%);
    object-fit: cover;
    font-family: "object-fit:cover;";
    min-height: 159px;
}
/*
.list_02 li .up_img {
    text-align: center;
    width: 225px;
    height: 180px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.list_02 li .up_img img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
}
*/
.list_02 li a {
    display: block;

}

.list_02 li a:hover {
    opacity: 0.8;
}

.list_02 li a:hover h3 {
    text-decoration: underline;
}

.e_ctg {
    display: inline-block;
    margin-bottom: 10px;
}


.e_ctg a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    padding: 2px 5px;
    min-width: 80px;
    background-color: #efefef;
    color: #fff;
    font-family: "Zen Maru Gothic";
}

.ctg_01,
.ctg_01 a {
    background-color: #47b134;

}

.ctg_02,
.ctg_02 a {
    background-color: #005a85;
}

.ctg_03,
.ctg_03 a {
    background-color: #f08014;
}


.ctg_04,
.ctg_04 a {
    background-color: #f03380;

}

.ctg_05,
.ctg_05 a {
    background-color: #7b7b7b;
}

.ctg_06,
.ctg_06 a {
    background-color: #005a85;
}



.ctg_001 span{
    background-color: #f08014;
    padding: 4px 5px 3px;
    display: inline-block;
    color: #fff;
    font-family: "Zen Maru Gothic";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}


.ctg_002 span{
    background-color: #f03380;
    padding: 4px 5px 3px;
    display: inline-block;
    color: #fff;
    font-family: "Zen Maru Gothic";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.ctg_003 span{
    background-color: #47b134;
    padding: 4px 5px 3px;
    display: inline-block;
    color: #fff;
    font-family: "Zen Maru Gothic";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.ctg_004 span{
    background-color: #005a85;
    padding: 4px 5px 3px;
    display: inline-block;
    color: #fff;
    font-family: "Zen Maru Gothic";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}













.list_02 h3 {
    color: #20a4bd;
    font-size: 19px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 3px;
}

.list_02 h4 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 8px;
    color: #000;
    font-weight: normal;
}

.list_02 p {
    font-size: 15px;
    line-height: 1.5em;
}

.list_02 .report_tag {
    font-family: "Zen Maru Gothic";
    background-color: #fff000;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    width: 130px;
    padding: 2px 8px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

.report_tag {
    font-family: "Zen Maru Gothic";
    background-color: #fff000;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
}


.music .list_02 li,
.art .list_02 li,
.other .list_02 li {
    margin-bottom: 40px;
}

.music .wp-pagenavi,
.art .wp-pagenavi,
.other .wp-pagenavi {
    margin-top: -30px;
}

/*******************/
.single_area .base_inner {
    position: relative;
}

.single_area .ttl_04 {}

.single_area .ttl_04 span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
}

.single_area .period_day {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
}

.single_area .single_inner_03,
.single_area .single_inner_02 {
    margin-bottom: 50px;
}

.single_area .single_inner_02 .inner {
    padding: 0 10px;
}

.single_area .single_inner_03 ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

.single_area .single_inner_03 ul li h3 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 7px;
}

.single_area .single_inner_03 ul li h3 small {
    font-size: 16px;
    line-height: 1.4em;
    padding-left: 5px;
}

.single_area .single_inner_03 ul li .artist_type {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 15px;
}


.single_area .single_inner_03 ul li .up_img {
    text-align: center;
    max-width: 120px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: block;
}

.single_area .single_inner_03 ul li .up_img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";

}

.single_area .single_inner_03 ul li .up_txt {
    max-width: 570px;
    width: 100%;
}

.single_area .single_inner_03 ul li .up_txt p {
    font-size: 14px;
}




.single_area .link_01 {
    margin-top: 30px;
}

.single_ttl {
    max-width: 570px;
    margin-bottom: 25px;
}

.single_ttl .e_ctg {
    margin-right: 15px;
}

.single_ctg {
    margin-bottom: 3px;
    position: relative;
}

.single_ctg {}

.point_bnr {
    background-color: #f2bfcc;
    color: #cc0033;
    font-size: 14px;
    line-height: 1.4em;
    padding: 7px 10px 6px;
    font-weight: bold;
    margin-bottom: 25px;
}


.single_area .single_ttl .e_ctg {
    color: #fff;
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
    padding: 2px 5px;
    min-width: 80px;
}

.single_area .free_area {
    margin-bottom: 30px;
}

.single_area .free_area p {
    margin-bottom: 20px;
}

.single_area .free_area p:last-child {
    margin-bottom: 0;
}

/*******************/
.entry_btn_end {
    position: fixed;
    width: 110px;
    top: 120px;
    margin-left: 620px;
    height: 85px;
    z-index: 1000;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    padding: 3px;
    color: #555555;
    max-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}




.entry_btn {
    position: fixed;
    width: 110px;
    top: 120px;
    margin-left: 620px;
    height: 85px;
    z-index: 1000;
    display: block;
}

.entry_btn a {
    font-family: "Zen Maru Gothic";
    padding: 3px;
    color: #fff;
    max-width: 110px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #20a4bd;
    border-radius: 50%;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.entry_btn a span {
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    height: 79px;
    padding-top: 3px;
}

.entry_btn a:hover span {
    border: 0;
    height: 75px;
}

.entry_btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #333333;
    border: 4px solid #20a4bd;
}

.entry_btn_report {
    position: fixed;
    width: 110px;
    top: 120px;
    margin-left: 620px;
    height: 85px;
    z-index: 1000;
    display: block;
}

.entry_btn_report a {
    font-family: "Zen Maru Gothic";
    padding: 3px;
    color: #333333;
    max-width: 110px;
    font-weight: bold;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff000;
    border-radius: 50%;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.entry_btn_report a span {
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    height: 79px;
    padding-top: 3px;
}

.entry_btn_report a:hover span {
    border: 0;
    height: 75px;
}

.entry_btn_report a:hover {
    opacity: 1;
    background-color: #fff;
    color: #333333;
    border: 4px solid #fff000;
}




/**** editor
*******************************************/

.editor {
    word-break: break-all;
    margin: 20px 0 50px;
}

.editor img {
    height: auto;

    max-width: calc(100% - 14px);
    display: block;
    margin: 0 auto 20px;
}

.editor a {
    color: #20a4bd;
    font-weight: bold;
}

.editor p {
    margin-bottom: 25px;
    line-height: 1.4em;
    font-size: 16px;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
}



.editor h1,
.ttl_09 {
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000000;
    border-left: 6px solid #20a4bd;
    border-bottom: 2px solid #20a4bd;
    position: relative;
    padding: 0 15px 3px 7px;
}

.editor h1:before,
.ttl_09:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 24px;
    left: -6px;
    top: 0;
    background-image: url("../images/common/icon_10.png");
}

.editor h1:after,
.ttl_09:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    right: 0;
    bottom: -2px;
    background-size: 100%;
    background-image: url("../images/common/icon_11.png");
}


.editor h2,
.ttl_05 {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4em;
    background: #d2edf2;
    padding: 7px 10px;
    font-size: 18px;
    color: #000000;
    font-family: "Zen Maru Gothic";
}

.editor h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px dashed #20a4bd;
    padding-bottom: 3px;
    font-family: "Zen Maru Gothic";
}

.editor h4 {
    color: #333;
    padding: 4px 0 3px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    border-bottom: 4px double #20a4bd;
}

.editor h5 {
    font-size: 15px;
    line-height: 1.4em;
    border-left: 3px solid #20a4bd;
    background-color: #F6F6F6;
    padding: 4px 10px 3px;
    margin-bottom: 15px;
    color: #333;
    font-family: "Zen Maru Gothic";
}

.editor h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    background-image: url("../images/common/icon_01.png");
    background-size: 13px 13px;
    background-position: left 7px;
    padding-left: 15px;
    font-family: "Zen Maru Gothic";
}

.editor h6::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 13px;
    height: 13px;
    background-color: #59403;
    border-radius: 100%;
}

.editor small {
    color: #000000;
    font-size: 14px;
    line-height: 1.4em;
}

.editor strong {
    font-weight: bold;
    color: #000000;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    list-style-type: none;
}

.editor ul li {
    background-image: url("../images/common/icon_03.png");
    background-position: left 11px;
    padding-left: 13px;
    background-size: 7px 7px;
}

.editor ol {
    counter-reset: li;
}

.editor ol li {
    list-style: none;
    padding-left: 17px;
    position: relative;
    margin-left: 0;
}

.editor ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #20a4bd;
    counter-increment: li;
    content: counter(li)'.';
}

.editor blockquote {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor table,
.table_01 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}

.editor table th,
.table_01 th {
    font-size: 16px;
    padding: 13px 8px 13px 10px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #363636;
    background-image: url("../images/common/icon_02.png");
    background-size: 7px 11px;
    background-position: left 21px;
    width: 130px;
    vertical-align: top;
}

.editor table td,
.table_01 td {
    background: #fff;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
}




/*******************/
.space {
    width: 15px;
    display: inline-block !important;
}


/*******************/

header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    min-width: 750px;
    z-index: 10000;
    border-bottom: 2px solid #4894cb;
}

.head_area {
    position: relative;
    padding: 9px 15px;
}

.head_inner {
    padding: 2px 0 0;
    max-width: 750px;
    margin: auto;
    position: relative;
}

.head_inner h1 {
}
.head_inner h1 img{
    max-width: 420px;
    width: 100%;
}

/* ハンバーガーメニュー******/

#navToggle {
    display: block;
    position: absolute;
    top: 22px;
    cursor: pointer;
    z-index: 1000001;
    height: 17px;
    right: 80px;
    width: 21px;
}


#navToggle:after {
    position: absolute;
    content: "メニュー";
    font-size: 12px;
    width: 60px;
    color: #333333;
    top: -7px;
    right: -60px;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    padding-left: 10px;
}

#navToggle div {
    position: relative;
}

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 2px #333333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
    top: 0;
    right: 0;
    width: 21px;
}

#navToggle span:nth-child(2) {
    top: 6px;
    width: 21px;
    right: 0;
}

#navToggle span:nth-child(3) {
    top: 12px;
    width: 21px;
    right: 0;
}

.openNav #navToggle span:nth-child(1) {
    top: 7px;
    width: 21px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 7px;
    width: 21px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}


/*******************/



.sp_nav {
    /*overflow-y: scroll;*/
    position: absolute;
    height: auto;
    left: 0;
    z-index: 20000;
    background-color: #fff;
    top: 82px;
    width: 100%;
    display: none;

}

.sp_area {
    padding: 20px 0 10px;
    height: 90px;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
}

.sp_nav img {}

.sp_nav > ul {
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #4894cb;
}

.sp_nav > ul > li {
    text-align: center;
    padding: 0 22px 0 22px;
}

.sp_nav > ul > li span {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    font-weight: 400;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sp_nav > ul > li > a {
    color: #333;
    padding: 9px 0 10px 0;
    display: block;
    line-height: 1.4em;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    font-family: "Zen Maru Gothic";
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}

.sp_nav > ul > li > a:hover,
.active a {
    border-bottom: 4px solid #20a4bd !important;
    opacity: 1;
}

.sp_nav > ul > li:first-child {
    padding-left: 0;
}

.sp_nav > ul > li.h_contact {
    padding: 17px 15px 10px;
    width: 100%;
    border-top: 2px solid #4894cb;
}

.sp_nav .h_contact .nav_inner_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    font-family: "Zen Maru Gothic";
}

.sp_nav .h_contact .nav_inner_ttl span {
    font-size: 14px;
    color: #333333;
    padding-left: 5px;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
}

.sp_nav .h_contact .float_ce {
    margin-bottom: 8px;
}

.sp_nav .h_contact .nav_inner_logo {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
}

.sp_nav .h_contact .nav_inner_logo small {
    font-size: 16px;
    line-height: 1.3em;
}

.sp_nav .h_contact .nav_inner_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
}

.sp_nav .h_contact .nav_inner_mail p,
.sp_nav .h_contact .float_ce p {
    padding: 0 7px;
    color: #333333;
}

.sp_nav .h_contact .nav_inner_mail p {}

.sp_nav .sns_icon img {
    max-width: 35px;
    width: 100%;
    margin: 0 3px;
}

.sp_nav > ul > li.sns_icon {
    padding: 0px 0px 0 20px;
}

.sp_nav .sns_icon a {
}

.sp_nav .h_sns{
    padding-bottom: 15px;
    width: 100%;
}
.sp_nav .h_sns>div{
    display: flex;
    justify-content: center;
    align-items: center;

}



/*******************/

/*******************/

.mv_slider {
    overflow: hidden;
}



.mv_slider .slid_area a {
    display: flex;
    background-color: #eee;
}


.mv_slider .slid_area .slid_left {
    max-width: 236px;
    width: 100%;
    position: relative;
}

.mv_slider .slid_area .slid_left h2 {
    font-size: 20px;
    line-height: 1.4em;
    color: #333333;
    padding: 100px 20px 0;
    font-family: "Zen Maru Gothic";
}

.mv_slider .slid_area .slid_left p {
    padding: 20px;
    position: absolute;
    bottom: 40px;
}

.mv_slider .slid_area .slid_left .more_btn {
    background-color: rgba(255, 255, 255, 0.80);
    color: #666666;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 3px;
    width: 70px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.mv_slider .slid_area .more_btn {}

.slick-slide img {
    width: 100%;
    height: auto;
}

.mainVisual01 {
    margin: 0 auto;
}

.mainVisual01 .slick-list {
    overflow: visible;
}


.mainVisual01 img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.slick-dots {
    position: absolute;
    bottom: 2%;
    right: 15px;
    font-size: 0;
    list-style: none;
    text-align: right;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #333 !important;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
    background-color: #20a4bd;
    border: 2px solid #333;
}

.slick-slide {
    transition: .3s ease;
}


/*******************/



.pan_list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 25px;
    width: 750px;
}

.pan_list li {
    margin-right: 20px;
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

.pan_list li:not(:last-child) {
    white-space: nowrap;
}

.pan_list li:last-child a {
    margin-right: 0;
    color: #20a4bd;
    font-weight: bold;
}

.pan_list li a {
    position: relative;
    display: block;
    color: #20a4bd;
    font-size: 12px;
    font-weight: bold;
}

.pan_list li a:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -14px;
    font-size: 14px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px
}

/*******************/


.top .box01 {}

.top .box01 .mv_slider {
    margin-bottom: 15px;
    margin-top: 25px;
}

.top .box01 .link_01 {
    margin-top: 15px;
}

.top .box02 .list_01 {
    margin-bottom: 25px;
}

.top .box02 .list_01 span {
    color: #333333;
}

.top .box04 {}


.top .box04 .float_sb > div {
    width: 48%;
}

.top .box04 .float_sb > div .inner {
    padding: 0 10px;
}

.top .box04 .float_sb .sb_l .link_01 {
    margin-top: 15px;
}

.top .box04 .float_sb .sb_l p {
    letter-spacing: -1px;
    font-size: 15px;
}

.top .box04 .float_sb .sb_r h3 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin: 20px 0 5px;
}

.top .box04 .float_sb .sb_r h3 span {
    font-size: 12px;
    line-height: 1.8em;
    display: block;
}

.top .box04 .float_sb .sb_r p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.top .box04 .float_sb .sb_r p.mail_area,
.nav_inner_mail {
    font-size: 16px;
    line-height: 1.7em;
}

.top .box04 .float_sb .sb_r p.mail_area .link_001{
    color: #20a4bd;
    font-weight: 600;
}



.top .box04 .float_sb .sb_r p.mail_area small,
.nav_inner_mail small {
    font-size: 14px;

}


/*******************/

.event .inner {
    margin-bottom: 45px;
}

.event .inner:last-child {
    margin-bottom: 0;
}


.event .wp-pagenavi {
    margin-top: 0;
}

/*******************/
.about .box01 {

}

.about .box01 .img_01 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.about .box01 .img_01 img {
    max-width: 433px;
    width: 100%;
}


.about .box01 .ttl_06,
.about .box01 .ttl_07 {
    text-align: center;
}

.about .box01 .ttl_07 {
    margin-bottom: 40px;
}
.about .box01 .inner_001 .ttl_07{
    text-align: left;
    margin-bottom: 20px;
}
.about .box01 p {
    margin-bottom: 20px;
}

.about .box01 .inner {
    margin-top: 70px;
}

.about .box01 .inner .ttl_06 {
    margin-bottom: 30px;
}

.about .box01 .inner ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.about .box01 .inner ul li .a_ctg {
    min-width: 104px;
    width: 104px;
    font-size: 18px;
    text-align: center;
    background-color: #f08014;
    color: #fff;
    margin-right: 20px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 7px 5px;
}

.about .box01 .inner ul li .a_ctg.about_ctg_01 {
    background-color: #f08014;
}

.about .box01 .inner ul li .a_ctg.about_ctg_02 {
    background-color: #f03380;
}

.about .box01 .inner ul li .a_ctg.about_ctg_03 {
    background-color: #47b134;
}

.about .box01 .inner ul li .link_01 {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.05em;
}

.about .box01 .inner ul li .link_01 a {
    padding-left: 10px;
    font-size: 14px;
}


.about .type_03 {
    margin-top: 50px;
}

.about .type_03 .l_box p {
    margin-bottom: 10px;
}





/*******************/
.supporters .box01 .ttl_09 {
    margin-bottom: 30px;
}

.supporters .box01 .logo_img {
    margin: 20px auto 40px;
    text-align: center;
}

.supporters .box01 .logo_img img {
    max-width: 340px;
    width: 100%;
}

.supporters .ttl_08 {
    margin-bottom: 30px;
}

.supporters .float_sb {
    margin-bottom: 50px;
}

.supporters .float_sb .sb_l {
    max-width: 490px;
    width: 100%;
}

.supporters .float_sb .sb_l p {
    margin-bottom: 20px;
}

.supporters .float_sb .sb_r {}

.supporters .float_sb .sb_r img {
    max-width: 221px;
    width: 100%;
}

.supporters .img_02 {
    text-align: center;
}

.supporters .img_02 img {
    max-width: 725px;
    width: 100%;
}

.supporters .inner .ttl_05 {
    margin-bottom: 20px;
}

.supporters .log_txt {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.supporters .log_txt small {
    font-size: 16px;
    line-height: 1.4em;
}

.supporters .float_ft p {
    font-size: 20px;
}

.supporters .float_ft .tel_txt {
    margin-right: 30px;
}

.supporters .float_ft .tel_txt small {
    font-size: 14px;
    margin-right: 3px;
}

.supporters .float_ft p i {
    font-size: 18px;
}

/*******************/

.news .list_01 li {
    margin-bottom: 20px;
}

.news .list_01 li span {
    color: #333333;
}


.news_single .n_day {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.news_single .ttl_04 {
    margin-bottom: 30px;
}

.wp-pagenavi {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a {
    background-color: #fff;
    border: 1px solid #20a4bd;
    color: #20a4bd;
    font-weight: normal;
    padding: 1px 10px;
    margin: 7px 5px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
}

.wp-pagenavi span {
    padding: 9px 0px;
    margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    padding: 1px 10px;
    border: 1px solid #20a4bd;
    background-color: #20a4bd;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    display: inline-block;
    margin: 7px 5px;
}

/*******************/

footer .copy a {
    background-color: #4894cb;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 0 0 30px / 30px 0 0 30px;
    padding: 5px 20px;
    line-height: 1.4em;
    font-weight: bold;
}












/*******************/
.first_view {
    margin: 90px auto 0;
}

.first_view h2 {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
}

.first_view h2 img {
    max-width: 541px;
    width: 100%;
}

.first_view .ttl_05 {
    margin-bottom: 15px;
}

.first_view p {
    letter-spacing: -0.08em;
    line-height: 1.6em;
}

.first_view .pdf_img img {
    max-width: 221px;
    width: 100%;
}

.first_view .sb_l {
    max-width: 470px;
    width: 100%;
}


/*******************/
#end_event {
    padding-top: 90px;
    margin-top: -90px;
}


/*******************/
.not_found h2{
    font-size: 40px;
    line-height: 1.4em;
    text-align: center;
    color: #20a4bd;
    margin-top: 100px;
}
.not_found h3{
    text-align: center;
    color: #20a4bd;
    margin-bottom: 30px;
}

.not_found .base_inner{
    max-width: 700px;
}

/*-------------------------------
media
--------------------------------*/
.sp_on,
.sp_entry_btn,
.sp_entry_btn_end,
.sp_entry_btn_report {
    display: none;
}
.sp_copy{
    display: none !important;
}






@media (max-width: 900px) {
    body {
        min-width: 100%;
    }

    .sp_on {
        display: block;
    }

    .pc_on,
    .entry_btn {
        display: none;
    }

    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft {
        display: block;
    }

    .type_01,
    .type_02,
    .type_03 {
        display: block;
    }

    .type_01 .l_box,
    .type_02 .l_box{
        max-width: 100%;
        margin-bottom: 30px;
    }

    .type_01 .r_box,
    .type_02 .r_box,
    .type_03 .l_box {
        margin: auto;
    }

    .type_03 .r_box {
        max-width: 100%;
    }
    .type_03 .l_box{
        text-align: center;
        margin-bottom: 30px;
    }


    .space {
        width: 0;
        display: block;
    }


    .frame {
        padding: 80px 0 40px;
        width: 94%;
    }



    /*******************/


    .supporters .float_sb {
        display: flex;
    }

    .supporters .float_sb .sb_l {
        max-width: 100%;
        width: 70%;
    }

    .supporters .float_sb .sb_r {
        width: 27%;
    }

    /*******************/
    header {
        min-width: 100%;
        position: fixed;
        z-index: 100;
        height: 55px;
    }

    .head_inner {
        padding: 0;
    }

    .head_inner h1 {
        padding-left: 0;
    }

    .head_area {
        padding: 12px 15px 12px 10px;
    }

    .head_inner h1 img {
        width: 100%;
        max-width: 270px;
    }

    #navToggle {
        right: 0;
        top: 11px;
    }

    .sp_nav {
        top: 55px;
        height: 100vh;
    }

    .sp_nav .h_contact .nav_inner_mail {
        display: block;
    }

    .sp_nav .h_contact .nav_inner_logo {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .sp_nav .h_contact .nav_inner_logo small {
        display: block;
        line-height: 1.4em;
    }




    /*******************/

    #navToggle {
        top: 9px;
    }

    #navToggle:after {
        font-size: 10px;
        width: 50px;
        color: #fff;
        top: 8px;
        right: -20px;
    }

    /*******************/

    .editor table th,
    .table_01 th {
        width: 80px;
    }

    .editor table td,
    .table_01 td {
        padding: 10px 5px 10px 10px;
    }

    /*******************/


    .link_01 a {
        /*display: block;*/
    }

    /*******************/
    .list_02 li {
        max-width: 100%;
        width: 32%;
    }


    /*******************/
    .sp_nav {
        background-color: #fff;
    }
    .sp_nav > ul{
        border-bottom: 0;
    }
    .sp_nav > ul > li {
        width: 50%;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .sp_nav > ul > li:first-child,
    .sp_nav > ul > li:nth-child(3) {
        border-right: 1px solid #ccc;
    }

    .sp_nav > ul > li:nth-child(5) {
        border-bottom: 0;
        width: 100%;
    }
    .sp_nav > ul > li:nth-child(6){
        border-bottom: 0;
    }

    .sp_nav > ul > li.h_contact {}

    .sp_nav > ul > li > a {
        padding-bottom: 10px;
    }

    .sp_nav > ul > li.sns_icon {
        padding: 0;
    }

    /*******************/
    .pan_list {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    /*******************/
    .mainVisual01 img {
        height: 100%;
    }

    /*******************/
    .top.frame {
        width: 100%;
        padding: 70px 15px 40px;
    }

    .top .box04 .float_sb {
        display: flex;
    }



    /*******************/





    .single_area .single_inner_03 ul li {
        display: block;
    }


    .single_area .single_inner_04 {
        margin-bottom: 50px;
    }

    .single_area .single_inner_03 ul li .up_img {
        text-align: center;
        margin: 0 auto 20px;
    }

    .single_area .single_inner_03 ul li h3 {
        margin-bottom: 10px;
    }

    .single_area .single_inner_03 ul li .up_txt {
        max-width: 100%;
    }


    .sp_entry_btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .sp_entry_btn a {
        background-color: #20a4bd;
        border: 2px solid #20a4bd;
        color: #fff;
        padding: 7px 5px;
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .sp_entry_btn a:hover {
        background-color: #fff;
        color: #20a4bd;
        opacity: 1;
    }

    .sp_entry_btn_end {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ccc;
        color: #555;
        padding: 7px 5px;
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .sp_entry_btn_report {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .sp_entry_btn_report a {
        background-color: #fff000;
        border: 2px solid #fff000;
        color: #333;
        padding: 7px 5px;
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .sp_entry_btn_report a:hover {
        background-color: #fff;
        color: #333;
        opacity: 1;
    }


    /*******************/
    .event_single {
        padding-bottom: 90px;
    }

    .event_single footer {
        bottom: 40px;
    }




    footer {
        display: none;
    }

    .sp_copy {
        display: block !important;
        text-align: center;
        font-size: 12px;
        line-height: 1.3em;
        margin-top: 15px;
    }

    /*******************/


    .first_view {
        margin: 3% auto;
        padding-top: 50px;
    }

    .first_view .sb_l {
        max-width: 100%;
    }

    .first_view .pdf_img {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .pc_on,
    .entry_btn_report,
    .entry_btn,
    .entry_btn_end{
        display: none;
    }


}


@media (max-width: 767px) {

    .ttl_01,
    .ttl_02 {
        display: block;
        font-size: 20px;
    }

    .ttl_01 span,
    .ttl_02 span {
        display: block;
        margin-left: 0;
        font-size: 14px;
    }

    .ttl_01 {
        padding: 4px 15px 7px;
    }

    /*******************/
    .list_02 li {
        width: 48%;
        max-width: 100%;
    }
    .list_02 li .up_img{
        text-align: center;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .list_02 li .up_img img{
        text-align: center;
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        font-family: "object-fit:cover;";
    }
    
/*
    .list_02 li .up_img {
        width: 100%;
        height: 140px;
    }

    .list_02 li .up_img img {
        height: 140px;
        max-width: 100%;
    }
*/
    .list_02 h3 {
        font-size: 18px;
    }

    .list_02 h4 {
        font-size: 14px;
    }

    .list_02 p {
        font-size: 13px;
    }

    .list_02 .report_tag,
    .report_tag {
        font-size: 12px;
    }

    /*******************/
    .top .box01 .mv_slider {
        margin-top: 0;
    }

    .mv_slider .slid_area a {
        display: block;
    }

    .mv_slider .slid_area .slid_left {
        max-width: 100%;
        height: 220px;
    }

    .mv_slider .slid_area .slid_left h2 {
        padding: 20px;
        margin-bottom: 10px;
    }

    .mv_slider .slid_area .slid_left p {
        position: relative;
    }


    /*******************/
    .top .box03 .link_01 a {
        display: block;
    }

    .top .box03 .link_01 span {
        padding-left: 0;
    }

    .top .box04 .float_sb {
        display: block;
    }

    .top .box04 .float_sb > div {
        width: 100%;
    }

    .top .box04 .float_sb > div .inner {
        padding: 0;
    }

    .top .box04 .float_sb > div.sb_l {
        margin-bottom: 40px;
    }



    /*******************/
    .about .box01 .inner ul li {
        display: block;
    }

    .about .box01 .inner ul li .a_ctg {
        margin: 0 auto 15px;
    }

    .about .box01 .inner ul li .link_01 a {
        display: block;
        text-align: right;
    }

    .about .r_box .pc_on {
        display: block;
    }

    .about .type_01 .r_box.img_b p {
        text-align: center;
    }

    /*******************/
    .supporters .float_sb {
        display: block;
    }

    .supporters .float_sb .sb_r {
        text-align: center;
    }

    .supporters .float_sb .sb_l {
        max-width: 100%;
        width: 100%;
    }

    .supporters .float_sb .sb_r {
        width: 100%;
    }


    /*******************/
    .news_single .float_ft {
        display: flex;
    }

    /*******************/ 
    
    .editor .wp-caption{
        float: none;
        margin: 30px auto 20px;
        display: block;
    }


}

@media (max-width: 350px) {

    .head_inner h1 img {
        width: 100%;
        max-width: 240px;
        padding-top: 3px;
    }

}
