@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

small {
  font-size: 15px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  max-width: 1120px;
}

.textlink {
  text-decoration: underline;
  color: #6fba2c;
  font-size: 15px;
}

.textlink:hover {
  text-decoration: none;
}

.textlink_gray {
  font-size: 15px;
  text-decoration: underline;
  color: #666666;
  margin-left: 1em;
}

.textlink_gray:hover {
  text-decoration: none;
}

.color_text {
  color: #6fba2c;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
.row, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.col-2, .col-4, .col-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .row .col-2 {
    width: calc(50% - 20px);
  }
  .row .col-4 {
    width: calc(35% - 20px);
  }
  .row .col-6 {
    width: calc(65% - 20px);
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
  }
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.7;
}

.action_button {
  padding: 80px 0;
  text-align: center;
}
.action_button .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: bold;
}
.action_button .btn a {
  background: #6fba2c;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  max-width: 600px;
  margin: 30px auto 20px;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #6fba2c;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
}
.action_button .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #6fba2c;
}

.event_box {
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
.event_box h3 {
  color: #4a8f1f;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.event_box .white_btn {
  background: #fff;
  color: #6fba2c;
  font-size: 18px;
  font-weight: bold;
  display: block;
  max-width: 600px;
  margin: 30px auto 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 1px #6fba2c;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
}
.event_box .white_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #6fba2c;
  color: #fff;
}

.sg_box .white_btn {
  text-align: center;
  background: #fff;
  color: #6fba2c;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 1px #6fba2c;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
}
.sg_box .white_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #6fba2c;
  color: #fff;
}

.normal_btn {
  text-align: center;
  background: #fff;
  color: #6fba2c;
  border: solid 1px #6fba2c;
  border-radius: 10px;
  font-weight: 500;
  padding: 5px;
  display: block;
  max-width: 300px;
  margin-top: 10px;
}

.normal_btn:hover {
  background: #6fba2c;
  color: #fff;
}

@media only screen and (min-width: 770px) {
  .event_box {
    padding: 40px;
  }
  .event_box h3 {
    font-size: 35px;
  }
  .event_box .white_btn {
    font-size: 20px;
  }
  .sg_box .white_btn {
    font-size: 20px;
  }
}
h2 {
  text-align: center;
  font-size: 18px;
  line-height: 2.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
h2 span {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 50px;
  display: block;
  letter-spacing: 0.05em;
}

h3 {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
h3 span {
  background: #4a8f1f;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  min-width: 180px;
  padding: 3px 15px;
  border-radius: 15px;
  text-align: center;
  margin-right: 10px;
}

.back_img_01 {
  background-image: url(/img/commons-meets-2026/back_img_01.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
}

.back_img_02 {
  background-image: url(/img/commons-meets-2026/back_img_02.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .back_img_01, .back_img_02 {
    height: 300px;
  }
}
@media only screen and (max-width: 710px) {
  .back_img_01, .back_img_02 {
    height: 150px;
  }
}
.firstview {
  text-align: center;
  background: #e6f0e1;
}
.firstview img {
  max-height: 600px;
}

.intro {
  text-align: center;
  line-height: 2.5em;
  font-size: 18px;
  padding: 80px 0;
}
.intro strong {
  font-size: 23px;
}

.tbl_overview {
  max-width: 900px;
  margin: auto;
  border: solid 1px #6fba2c;
  padding: 30px 40px;
}
.tbl_overview table {
  width: 100%;
}
.tbl_overview table tr {
  border-bottom: solid 1px #6fba2c;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tbl_overview table tr:last-child {
  border-bottom: none;
}
.tbl_overview table th {
  color: #6fba2c;
  font-size: 18px;
  width: 120px;
}
.tbl_overview table td {
  width: calc(100% - 120px);
}

.pagelink {
  border-top: solid 1px #6fba2c;
  border-bottom: solid 1px #6fba2c;
}
.pagelink ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: auto;
}
.pagelink ul li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #6fba2c;
  position: relative;
}
.pagelink ul li a {
  display: block;
  padding: 8px 20px 20px;
}
.pagelink ul li a:hover {
  background: #e6f0e1;
}
.pagelink ul li:last-child {
  border-bottom: none;
}
.pagelink ul li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #6fba2c;
  content: "";
}

@media only screen and (min-width: 770px) {
  .pagelink ul li {
    width: 33.3%;
    border-left: solid 1px #6fba2c;
    border-bottom: none;
  }
  .pagelink ul li:last-child {
    border-right: solid 1px #6fba2c;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    line-height: 2em;
  }
  .tbl_overview {
    padding: 20px 30px;
  }
  .tbl_overview table tr {
    border-bottom: none;
  }
  .tbl_overview table th {
    width: 100%;
    background: #e6f0e1;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tbl_overview table td {
    width: 100%;
  }
}
#pickup {
  padding: 100px 0;
}

.green_minitit {
  color: #6fba2c;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.gray_p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}

.pickup_content {
  margin-top: 70px;
}

.kids {
  background: #e6f0e1;
}
.kids h3 {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.kids h3::before {
  content: "";
  position: absolute;
  background: url(/img/commons-meets-2026/kids_01.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  left: 0;
}
.kids h3::after {
  content: "";
  position: absolute;
  background: url(/img/commons-meets-2026/kids_02.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 46px;
  right: 0;
  top: 4px;
}

@media only screen and (max-width: 450px) {
  .kids h3 {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  }
}
#gust {
  background: #e6f0e1;
  padding: 100px 0;
}

.gust_box {
  margin-top: 70px;
}
.gust_box p {
  font-size: 15px;
}
.gust_box .name {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: bold;
  margin-top: 20px;
}
.gust_box .job {
  text-align: center;
  margin-bottom: 20px;
}
.gust_box .name_2 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
}
.gust_box .web {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .gust_box .name_2 {
    text-align: center;
  }
  .gust_box .web {
    text-align: center;
  }
}
#timeschedule {
  padding: 100px 0;
}

.timeline {
  list-style: none;
  margin-top: 50px;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.timeline-date {
  width: 100%;
  float: left;
  font-size: 30px;
  padding-left: 30px;
  font-weight: bold;
  color: #808080;
  border-left: 3px #6fba2c solid;
}

.timeline-content {
  float: left;
  border-left: 3px #6fba2c solid;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.timeline-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.timeline-content h5 span {
  font-size: 16px;
}

.timeline-content-inner {
  padding: 20px 30px;
}

.inner_color_01 {
  background: #f4f6f3;
}

.inner_color_02 {
  background: #eef6e7;
}

.timeline-content:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #6fba2c;
  position: absolute;
  left: 13px;
  top: 18px;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .timeline > li {
    padding-left: 0;
  }
  .timeline-date {
    width: 130px;
    border-left: none;
    margin-top: 10px;
    padding-left: 0;
  }
  .timeline-content {
    width: calc(100% - 130px);
  }
  .timeline-content:before {
    left: 123px;
    top: 26px;
  }
}
#entry {
  padding-bottom: 100px;
  background: #e8ebe6;
}
#entry .container {
  max-width: 940px;
}

.sg_box {
  background: #fff;
  border: solid 1px #d9d4c7;
  padding: 30px;
}

.volunteer {
  margin-top: 50px;
  background: #d1dccc;
}

#access {
  padding: 100px 0;
}
#access h2 {
  margin-bottom: 50px;
}

.address_box .venue span {
  font-size: 20px;
  font-weight: 600;
}
.address_box address {
  margin-bottom: 40px;
}
.address_box h5 {
  color: #4a8f1f;
  margin-bottom: 10px;
}
.address_box ul {
  font-size: 15px;
}
.address_box ul li {
  padding: 2px 0;
}

#contact {
  padding: 100px 0;
  background: #e8ebe6;
}
#contact .container {
  max-width: 940px;
}

.contact_p {
  text-align: center;
  line-height: 2.5em;
  font-size: 18px;
  padding: 30px 0;
}

.btn_tel a {
  background: #6fba2c;
  color: #fff;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  position: relative;
  line-height: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.btn_tel a p {
  text-align: left;
}
.btn_tel a span {
  font-size: 15px;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  display: block;
  line-height: 1.3em;
}

.btn_tel a i {
  background: url(/img/commons-meets-2026/ico-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn_mail a {
  background: #6fba2c;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.btn_mail a:hover {
  background: #fff;
  color: #6fba2c;
}
.btn_mail a:hover i {
  background: url(/img/commons-meets-2026/ico-mail_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn_mail a i {
  background: url(/img/commons-meets-2026/ico-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (min-width: 770px) {
  .btn_tel a {
    font-size: 40px;
  }
  .btn_mail a {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact_p {
    line-height: 2em;
  }
}
.copyrightBOX {
  background: #fff;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyrightBOX p {
  font-size: 13px;
}

.ft-logo {
  padding-right: 30px;
}

.copyrightBOX .ft-logo a {
  display: block;
}

.copyrightBOX .ft-access {
  padding-bottom: 5px;
}

.copyrightBOX .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyrightBOX .ft-access div {
  padding-right: 20px;
}

@media only screen and (max-width: 889px) {
  .ft-logo {
    padding-right: 0;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}