@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul,
ul,
ol {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

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

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%
}

body {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  font-family: "M PLUS Rounded 1c", sans-serif;
  min-width: 1080px
}

@media screen and (max-width:768px) {
  body {
    min-width: 100%;
    font-size: 4.6875vw
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none
}

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

@media screen and (max-width:768px) {
  img {
    width: 100%
  }
  .img-auto img{
    width:auto;
  }
}

picture {
  display: block
}

button {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer
}

input {
  outline: none;
  border-radius: 0
}

textarea {
  outline: none;
  resize: vertical;
  -webkit-appearance: none
}

#wrapper {
  overflow: hidden;
  background: #fff url(../img/bg_body.png) no-repeat top center/100% auto;
  position: relative
}

#wrapper:before {
  content: '';
  width: 263px;
  height: 253px;
  background: url(../img/leaf_01.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

#wrapper:after {
  content: '';
  width: 263px;
  height: 253px;
  background: url(../img/leaf_02.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}

@media screen and (max-width:768px) {
  #wrapper {
    background: #fff url(../img/bg_body_sp.png) no-repeat top center/100% auto
  }

  #wrapper:before,
  #wrapper:after {
    content: none
  }
}

.inner {
  width: 1040px;
  margin: 0 auto;
  position: relative
}

@media screen and (max-width:768px) {
  .inner {
    width: 90.625vw
  }
}

@media screen and (min-width:769px),
print {
  .is-sp {
    display: none !important
  }
}

@media screen and (max-width:768px) {
  .is-pc {
    display: none !important
  }
}

[data-fade-type=Up] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out, -webkit-transform 1s ease-in-out
}

[data-fade-type=Up].is-fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

[data-fade-type=Down] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out, -webkit-transform 1s ease-in-out
}

[data-fade-type=Down].is-fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

[data-fade-type=In] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out
}

[data-fade-type=In].is-fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible
}

[data-fade-type=Left] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-out;
  transition: transform .5s ease-in-out, opacity .5s ease-out, -webkit-transform .5s ease-in-out
}

[data-fade-type=Left].is-fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

[data-fade-type=Right] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out;
  transition: transform 1s ease-in-out, opacity 1s ease-out, -webkit-transform 1s ease-in-out
}

[data-fade-type=Right].is-fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}

.image-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.header {
  margin-top: 39px;
  position: relative;
  z-index: 20
}

@media screen and (max-width:768px) {
  .header {
    margin-top: 0
  }
}

.header-primary {
  background: rgba(255, 255, 255, .8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  position: relative;
  padding: 27px 0 29px
}

@media screen and (max-width:768px) {
  .header-primary {
    background: none;
    border: none;
    padding: 3.75vw 0 0;
    text-align: left
  }
}

.header-logo {
  width: 578px;
  display: inline-block;
  margin-left: -48px
}

@media screen and (max-width:768px) {
  .header-logo {
    width: 70vw;
    margin-left: -1.5625vw
  }
}

.header-btn {
  width: 174px;
  border-radius: 10px;
  line-height: 50px;
  font-weight: 700;
  background: #ff8c00;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 18px
}

.header-btn i {
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px
}

.header-btn:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

@media screen and (max-width:768px) {
  .header-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 59.375vw;
    border-radius: 3.125vw;
    line-height: 15.625vw;
    font-size: 5.625vw;
    display: block;
    margin: 4.6875vw auto 0;
    text-align: center
  }

  .header-btn i {
    font-size: 7.5vw
  }
}

.header-nav {
  background: #00a051
}

@media screen and (max-width:768px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    -webkit-transition: opacity .6s, visibility .6s;
    transition: opacity .6s, visibility .6s;
    visibility: hidden;
    background: #fff;
    padding-bottom: 9.375vw
  }

  .header-nav.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    visibility: visible
  }
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
  align-items: center;
  line-height: 1.3em;
  align-items: stretch;
}

.header-menu li {
  border-right: 2px solid #fff;
  padding: 6px 18px;
      
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 
}

.header-menu li span{

}

.header-menu li:last-child {
  border-right: none
}

.header-menu li a {
  display: block;
  
}

.header-menu li a:hover {
  color: #fcee21
}

@media screen and (min-width:769px),
print {
  .header-menu li.current a {
    color: #fcee21
  }

  .header-menu li.current a span {
    position: relative
  }

  .header-menu li.current a span:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fcee21;
    position: absolute;
    bottom: -8px;
    left: 0
  }
}

@media screen and (min-width:769px),
print {
  .header-menu li:first-child.current a span:after {
    content: none
  }
}

@media screen and (max-width:768px) {
  .header-menu {
    display: block;
    padding: 21.875vw 6.25vw 0;
    font-size: 5.625vw;
    color: #00a051
  }

  .header-menu li {
    border-right: none;
    border-bottom: 1px solid #00a051
  }

  .header-menu li:last-child {
    border-bottom: none
  }

  .header-menu li a {
    padding: 3.125vw 0
  }
}

.header-hamburger {
  width: 20.3125vw;
  height: 20.3125vw;
  background: url(../img/hamburger.svg) no-repeat center center/contain;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000
}

.footer {
  background: #00a051;
  position: relative
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 73px 53px 56px
}

.footer-info__text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.88235294
}

.footer-info__text a {
  color: #fcee21
}

.footer-info__text a:hover {
  text-decoration: underline
}

@media screen and (max-width:768px) {
  .footer-info {
    padding: 0
  }

  .footer-info__text {
    font-size: 4.6875vw;
    line-height: 1.6;
    margin-bottom: 6.25vw
  }
}

.footer-logo {
  width: 430px;
  margin-right: 45px;
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  .footer-logo {
    width: 76.875vw;
    margin: 10.9375vw auto 8.125vw
  }
}

.footer-box {
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 65px 44px 51px;
  color: #fff;
  font-weight: 500;
  padding: 16px 23px 18px
}

.footer-box h3 {
  font-size: 17px
}

.footer-box p {
  line-height: 2
}

@media screen and (max-width:768px) {
  .footer-box {
    margin: 0 0 7.1875vw;
    padding: 2.8125vw 6.25vw
  }

  .footer-box h3 {
    font-size: 4.6875vw
  }

  .footer-box p {
    line-height: 1.6
  }
}

.footer-copy {
  background: #9dc93a;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 6px 0
}

@media screen and (max-width:768px) {
  .footer-copy {
    font-size: 4.375vw;
    padding: 2.5vw 0
  }
}

.page-top {
  position: absolute;
  bottom: 100%;
  right: 13px;
  background: #00a051;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 165px;
  text-align: center;
  padding: 7px 0 7px 21px
}

.page-top i {
  font-size: 22px;
  color: #fcee21;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px
}

.page-top:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.u-align-l {
  text-align: left !important
}

@media screen and (min-width:769px),
print {
  .u-align-l--pc {
    text-align: left !important
  }
}

@media screen and (max-width:768px) {
  .u-align-l--sp {
    text-align: left !important
  }
}

.u-align-c {
  text-align: center !important
}

@media screen and (min-width:769px),
print {
  .u-align-c--pc {
    text-align: center !important
  }
}

@media screen and (max-width:768px) {
  .u-align-c--sp {
    text-align: center !important
  }
}

.u-align-r {
  text-align: right !important
}

@media screen and (min-width:769px),
print {
  .u-align-r--pc {
    text-align: right !important
  }
}

@media screen and (max-width:768px) {
  .u-align-r--sp {
    text-align: right !important
  }
}

.img_pc_30 img{
  width:30%;
}
.img_pc_40 img{
  width:40%;
}
.img_pc_50 img{
  width:50%;
}
.img_pc_60 img{
  width:60%;
}
.img_pc_70 img{
  width:70%;
}
.img_pc_80 img{
  width:80%;
}
@media screen and (max-width:768px) {
  .img_sp_100 img{
  width:100%!important;
  }
  .img_sp_90 img{
    width:90%!important;
}
}


 .width-pc-50 li{
width:49%;
 }
 @media screen and (max-width:768px) {
 .width-sp-100{
  width:100%!important;
 }
 }

.u-valign-t {
  vertical-align: top !important
}

@media screen and (min-width:769px),
print {
  .u-valign-t--pc {
    vertical-align: top !important
  }
}

@media screen and (max-width:768px) {
  .u-valign-t--sp {
    vertical-align: top !important
  }
}

.u-valign-m {
  vertical-align: middle !important
}

@media screen and (min-width:769px),
print {
  .u-valign-m--pc {
    vertical-align: middle !important
  }
}

@media screen and (max-width:768px) {
  .u-valign-m--sp {
    vertical-align: middle !important
  }
}

.u-valign-b {
  vertical-align: bottom !important
}

@media screen and (min-width:769px),
print {
  .u-valign-b--pc {
    vertical-align: bottom !important
  }
}

@media screen and (max-width:768px) {
  .u-valign-b--sp {
    vertical-align: bottom !important
  }
}

.u-switch-reverse {
  direction: rtl
}

.u-switch-reverse>* {
  direction: ltr
}

@media screen and (min-width:769px),
print {
  .u-switch-reverse--pc {
    direction: rtl
  }

  .u-switch-reverse--pc>* {
    direction: ltr
  }
}

@media screen and (max-width:768px) {
  .u-switch-reverse--sp {
    direction: rtl
  }

  .u-switch-reverse--sp>* {
    direction: ltr
  }
}

/*list*/
.list_double{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
.list_sp_single{
}
.list_sp_single > div{
    width:100%!important;
}
.list_double{
    display: block;
}
.list_double li img {
  width: 100%;
}
.list_double > div:first-child{
  margin-bottom: 2rem;
}
}
.mt-0 {
  margin-top: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}
.pc-pl-35 {
  padding-left: 35px !important
}

@media screen and (max-width:768px) {
  .mt-0 {
    margin-top: 0 !important
  }

  .mr-0 {
    margin-right: 0 !important
  }

  .mb-0 {
    margin-bottom: 0 !important
  }

  .ml-0 {
    margin-left: 0 !important
  }

  .pt-0 {
    padding-top: 0 !important
  }

  .pr-0 {
    padding-right: 0 !important
  }

  .pb-0 {
    padding-bottom: 0 !important
  }

  .pl-0 {
    padding-left: 0 !important
  }
  .pc-pl-35 {
  padding-left: 0 !important;
  line-height: 1.5;
  padding-bottom:20px !important
  }
}


.mt-5 {
  margin-top: 5px !important
}

.mr-5 {
  margin-right: 5px !important
}

.mb-5 {
  margin-bottom: 5px !important
}

.ml-5 {
  margin-left: 5px !important
}

.pt-5 {
  padding-top: 5px !important
}

.pr-5 {
  padding-right: 5px !important
}

.pb-5 {
  padding-bottom: 5px !important
}

.pl-5 {
  padding-left: 5px !important
}

@media screen and (max-width:768px) {
  .mt-5 {
    margin-top: 1.33333vw !important
  }

  .mr-5 {
    margin-right: 1.33333vw !important
  }

  .mb-5 {
    margin-bottom: 1.33333vw !important
  }

  .ml-5 {
    margin-left: 1.33333vw !important
  }

  .pt-5 {
    padding-top: 1.33333vw !important
  }

  .pr-5 {
    padding-right: 1.33333vw !important
  }

  .pb-5 {
    padding-bottom: 1.33333vw !important
  }

  .pl-5 {
    padding-left: 1.33333vw !important
  }
}

.mt-10 {
  margin-top: 10px !important
}

.mr-10 {
  margin-right: 10px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.ml-10 {
  margin-left: 10px !important
}

.pt-10 {
  padding-top: 10px !important
}

.pr-10 {
  padding-right: 10px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pl-10 {
  padding-left: 10px !important
}

@media screen and (max-width:768px) {
  .mt-10 {
    margin-top: 2.66667vw !important
  }

  .mr-10 {
    margin-right: 2.66667vw !important
  }

  .mb-10 {
    margin-bottom: 2.66667vw !important
  }

  .ml-10 {
    margin-left: 2.66667vw !important
  }

  .pt-10 {
    padding-top: 2.66667vw !important
  }

  .pr-10 {
    padding-right: 2.66667vw !important
  }

  .pb-10 {
    padding-bottom: 2.66667vw !important
  }

  .pl-10 {
    padding-left: 2.66667vw !important
  }
}

.mt-15 {
  margin-top: 15px !important
}

.mr-15 {
  margin-right: 15px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.ml-15 {
  margin-left: 15px !important
}

.pt-15 {
  padding-top: 15px !important
}

.pr-15 {
  padding-right: 15px !important
}

.pb-15 {
  padding-bottom: 15px !important
}

.pl-15 {
  padding-left: 15px !important
}

@media screen and (max-width:768px) {
  .mt-15 {
    margin-top: 4.0vw !important
  }

  .mr-15 {
    margin-right: 4.0vw !important
  }

  .mb-15 {
    margin-bottom: 4.0vw !important
  }

  .ml-15 {
    margin-left: 4.0vw !important
  }

  .pt-15 {
    padding-top: 4.0vw !important
  }

  .pr-15 {
    padding-right: 4.0vw !important
  }

  .pb-15 {
    padding-bottom: 4.0vw !important
  }

  .pl-15 {
    padding-left: 4.0vw !important
  }
}

.mt-20 {
  margin-top: 20px !important
}

.mr-20 {
  margin-right: 20px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.ml-20 {
  margin-left: 20px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pr-20 {
  padding-right: 20px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pl-20 {
  padding-left: 20px !important
}

@media screen and (max-width:768px) {
  .mt-20 {
    margin-top: 5.33334vw !important
  }

  .mr-20 {
    margin-right: 5.33334vw !important
  }

  .mb-20 {
    margin-bottom: 5.33334vw !important
  }

  .ml-20 {
    margin-left: 5.33334vw !important
  }

  .pt-20 {
    padding-top: 5.33334vw !important
  }

  .pr-20 {
    padding-right: 5.33334vw !important
  }

  .pb-20 {
    padding-bottom: 5.33334vw !important
  }

  .pl-20 {
    padding-left: 5.33334vw !important
  }
}

.mt-25 {
  margin-top: 25px !important
}

.mr-25 {
  margin-right: 25px !important
}

.mb-25 {
  margin-bottom: 25px !important
}

.ml-25 {
  margin-left: 25px !important
}

.pt-25 {
  padding-top: 25px !important
}

.pr-25 {
  padding-right: 25px !important
}

.pb-25 {
  padding-bottom: 25px !important
}

.pl-25 {
  padding-left: 25px !important
}

@media screen and (max-width:768px) {
  .mt-25 {
    margin-top: 6.66667vw !important
  }

  .mr-25 {
    margin-right: 6.66667vw !important
  }

  .mb-25 {
    margin-bottom: 6.66667vw !important
  }

  .ml-25 {
    margin-left: 6.66667vw !important
  }

  .pt-25 {
    padding-top: 6.66667vw !important
  }

  .pr-25 {
    padding-right: 6.66667vw !important
  }

  .pb-25 {
    padding-bottom: 6.66667vw !important
  }

  .pl-25 {
    padding-left: 6.66667vw !important
  }
}

.mt-30 {
  margin-top: 30px !important
}

.mr-30 {
  margin-right: 30px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.ml-30 {
  margin-left: 30px !important
}

.pt-30 {
  padding-top: 30px !important
}

.pr-30 {
  padding-right: 30px !important
}

.pb-30 {
  padding-bottom: 30px !important
}

.pl-30 {
  padding-left: 30px !important
}

@media screen and (max-width:768px) {
  .mt-30 {
    margin-top: 8.0vw !important
  }

  .mr-30 {
    margin-right: 8.0vw !important
  }

  .mb-30 {
    margin-bottom: 8.0vw !important
  }

  .ml-30 {
    margin-left: 8.0vw !important
  }

  .pt-30 {
    padding-top: 8.0vw !important
  }

  .pr-30 {
    padding-right: 8.0vw !important
  }

  .pb-30 {
    padding-bottom: 8.0vw !important
  }

  .pl-30 {
    padding-left: 8.0vw !important
  }
}

.mt-35 {
  margin-top: 35px !important
}

.mr-35 {
  margin-right: 35px !important
}

.mb-35 {
  margin-bottom: 35px !important
}

.ml-35 {
  margin-left: 35px !important
}

.pt-35 {
  padding-top: 35px !important
}

.pr-35 {
  padding-right: 35px !important
}

.pb-35 {
  padding-bottom: 35px !important
}

.pl-35 {
  padding-left: 35px !important
}

@media screen and (max-width:768px) {
  .mt-35 {
    margin-top: 9.33334vw !important
  }

  .mr-35 {
    margin-right: 9.33334vw !important
  }

  .mb-35 {
    margin-bottom: 9.33334vw !important
  }

  .ml-35 {
    margin-left: 9.33334vw !important
  }

  .pt-35 {
    padding-top: 9.33334vw !important
  }

  .pr-35 {
    padding-right: 9.33334vw !important
  }

  .pb-35 {
    padding-bottom: 9.33334vw !important
  }

  .pl-35 {
    padding-left: 9.33334vw !important
  }
}

.mt-40 {
  margin-top: 40px !important
}

.mr-40 {
  margin-right: 40px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.ml-40 {
  margin-left: 40px !important
}

.pt-40 {
  padding-top: 40px !important
}

.pr-40 {
  padding-right: 40px !important
}

.pb-40 {
  padding-bottom: 40px !important
}

.pl-40 {
  padding-left: 40px !important
}

@media screen and (max-width:768px) {
  .mt-40 {
    margin-top: 10.66667vw !important
  }

  .mr-40 {
    margin-right: 10.66667vw !important
  }

  .mb-40 {
    margin-bottom: 10.66667vw !important
  }

  .ml-40 {
    margin-left: 10.66667vw !important
  }

  .pt-40 {
    padding-top: 10.66667vw !important
  }

  .pr-40 {
    padding-right: 10.66667vw !important
  }

  .pb-40 {
    padding-bottom: 10.66667vw !important
  }

  .pl-40 {
    padding-left: 10.66667vw !important
  }
}

.mt-45 {
  margin-top: 45px !important
}

.mr-45 {
  margin-right: 45px !important
}

.mb-45 {
  margin-bottom: 45px !important
}

.ml-45 {
  margin-left: 45px !important
}

.pt-45 {
  padding-top: 45px !important
}

.pr-45 {
  padding-right: 45px !important
}

.pb-45 {
  padding-bottom: 45px !important
}

.pl-45 {
  padding-left: 45px !important
}

@media screen and (max-width:768px) {
  .mt-45 {
    margin-top: 12.00001vw !important
  }

  .mr-45 {
    margin-right: 12.00001vw !important
  }

  .mb-45 {
    margin-bottom: 12.00001vw !important
  }

  .ml-45 {
    margin-left: 12.00001vw !important
  }

  .pt-45 {
    padding-top: 12.00001vw !important
  }

  .pr-45 {
    padding-right: 12.00001vw !important
  }

  .pb-45 {
    padding-bottom: 12.00001vw !important
  }

  .pl-45 {
    padding-left: 12.00001vw !important
  }
}

.mt-50 {
  margin-top: 50px !important
}

.mr-50 {
  margin-right: 50px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.ml-50 {
  margin-left: 50px !important
}

.pt-50 {
  padding-top: 50px !important
}

.pr-50 {
  padding-right: 50px !important
}

.pb-50 {
  padding-bottom: 50px !important
}

.pl-50 {
  padding-left: 50px !important
}

@media screen and (max-width:768px) {
  .mt-50 {
    margin-top: 13.33334vw !important
  }

  .mr-50 {
    margin-right: 13.33334vw !important
  }

  .mb-50 {
    margin-bottom: 13.33334vw !important
  }

  .ml-50 {
    margin-left: 13.33334vw !important
  }

  .pt-50 {
    padding-top: 13.33334vw !important
  }

  .pr-50 {
    padding-right: 13.33334vw !important
  }

  .pb-50 {
    padding-bottom: 13.33334vw !important
  }

  .pl-50 {
    padding-left: 13.33334vw !important
  }
}

.mt-55 {
  margin-top: 55px !important
}

.mr-55 {
  margin-right: 55px !important
}

.mb-55 {
  margin-bottom: 55px !important
}

.ml-55 {
  margin-left: 55px !important
}

.pt-55 {
  padding-top: 55px !important
}

.pr-55 {
  padding-right: 55px !important
}

.pb-55 {
  padding-bottom: 55px !important
}

.pl-55 {
  padding-left: 55px !important
}

@media screen and (max-width:768px) {
  .mt-55 {
    margin-top: 14.66667vw !important
  }

  .mr-55 {
    margin-right: 14.66667vw !important
  }

  .mb-55 {
    margin-bottom: 14.66667vw !important
  }

  .ml-55 {
    margin-left: 14.66667vw !important
  }

  .pt-55 {
    padding-top: 14.66667vw !important
  }

  .pr-55 {
    padding-right: 14.66667vw !important
  }

  .pb-55 {
    padding-bottom: 14.66667vw !important
  }

  .pl-55 {
    padding-left: 14.66667vw !important
  }
}

.mt-60 {
  margin-top: 60px !important
}

.mr-60 {
  margin-right: 60px !important
}

.mb-60 {
  margin-bottom: 60px !important
}

.ml-60 {
  margin-left: 60px !important
}

.pt-60 {
  padding-top: 60px !important
}

.pr-60 {
  padding-right: 60px !important
}

.pb-60 {
  padding-bottom: 60px !important
}

.pl-60 {
  padding-left: 60px !important
}

@media screen and (max-width:768px) {
  .mt-60 {
    margin-top: 16.00001vw !important
  }

  .mr-60 {
    margin-right: 16.00001vw !important
  }

  .mb-60 {
    margin-bottom: 16.00001vw !important
  }

  .ml-60 {
    margin-left: 16.00001vw !important
  }

  .pt-60 {
    padding-top: 16.00001vw !important
  }

  .pr-60 {
    padding-right: 16.00001vw !important
  }

  .pb-60 {
    padding-bottom: 16.00001vw !important
  }

  .pl-60 {
    padding-left: 16.00001vw !important
  }
}

.mt-65 {
  margin-top: 65px !important
}

.mr-65 {
  margin-right: 65px !important
}

.mb-65 {
  margin-bottom: 65px !important
}

.ml-65 {
  margin-left: 65px !important
}

.pt-65 {
  padding-top: 65px !important
}

.pr-65 {
  padding-right: 65px !important
}

.pb-65 {
  padding-bottom: 65px !important
}

.pl-65 {
  padding-left: 65px !important
}

@media screen and (max-width:768px) {
  .mt-65 {
    margin-top: 17.33334vw !important
  }

  .mr-65 {
    margin-right: 17.33334vw !important
  }

  .mb-65 {
    margin-bottom: 17.33334vw !important
  }

  .ml-65 {
    margin-left: 17.33334vw !important
  }

  .pt-65 {
    padding-top: 17.33334vw !important
  }

  .pr-65 {
    padding-right: 17.33334vw !important
  }

  .pb-65 {
    padding-bottom: 17.33334vw !important
  }

  .pl-65 {
    padding-left: 17.33334vw !important
  }
}

.mt-70 {
  margin-top: 70px !important
}

.mr-70 {
  margin-right: 70px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.ml-70 {
  margin-left: 70px !important
}

.pt-70 {
  padding-top: 70px !important
}

.pr-70 {
  padding-right: 70px !important
}

.pb-70 {
  padding-bottom: 70px !important
}

.pl-70 {
  padding-left: 70px !important
}

@media screen and (max-width:768px) {
  .mt-70 {
    margin-top: 18.66668vw !important
  }

  .mr-70 {
    margin-right: 18.66668vw !important
  }

  .mb-70 {
    margin-bottom: 18.66668vw !important
  }

  .ml-70 {
    margin-left: 18.66668vw !important
  }

  .pt-70 {
    padding-top: 18.66668vw !important
  }

  .pr-70 {
    padding-right: 18.66668vw !important
  }

  .pb-70 {
    padding-bottom: 18.66668vw !important
  }

  .pl-70 {
    padding-left: 18.66668vw !important
  }
}

.mt-75 {
  margin-top: 75px !important
}

.mr-75 {
  margin-right: 75px !important
}

.mb-75 {
  margin-bottom: 75px !important
}

.ml-75 {
  margin-left: 75px !important
}

.pt-75 {
  padding-top: 75px !important
}

.pr-75 {
  padding-right: 75px !important
}

.pb-75 {
  padding-bottom: 75px !important
}

.pl-75 {
  padding-left: 75px !important
}

@media screen and (max-width:768px) {
  .mt-75 {
    margin-top: 20.00001vw !important
  }

  .mr-75 {
    margin-right: 20.00001vw !important
  }

  .mb-75 {
    margin-bottom: 20.00001vw !important
  }

  .ml-75 {
    margin-left: 20.00001vw !important
  }

  .pt-75 {
    padding-top: 20.00001vw !important
  }

  .pr-75 {
    padding-right: 20.00001vw !important
  }

  .pb-75 {
    padding-bottom: 20.00001vw !important
  }

  .pl-75 {
    padding-left: 20.00001vw !important
  }
}

.mt-80 {
  margin-top: 80px !important
}

.mr-80 {
  margin-right: 80px !important
}

.mb-80 {
  margin-bottom: 80px !important
}

.ml-80 {
  margin-left: 80px !important
}

.pt-80 {
  padding-top: 80px !important
}

.pr-80 {
  padding-right: 80px !important
}

.pb-80 {
  padding-bottom: 80px !important
}

.pl-80 {
  padding-left: 80px !important
}

@media screen and (max-width:768px) {
  .mt-80 {
    margin-top: 21.33334vw !important
  }

  .mr-80 {
    margin-right: 21.33334vw !important
  }

  .mb-80 {
    margin-bottom: 21.33334vw !important
  }

  .ml-80 {
    margin-left: 21.33334vw !important
  }

  .pt-80 {
    padding-top: 21.33334vw !important
  }

  .pr-80 {
    padding-right: 21.33334vw !important
  }

  .pb-80 {
    padding-bottom: 21.33334vw !important
  }

  .pl-80 {
    padding-left: 21.33334vw !important
  }
}

.mt-85 {
  margin-top: 85px !important
}

.mr-85 {
  margin-right: 85px !important
}

.mb-85 {
  margin-bottom: 85px !important
}

.ml-85 {
  margin-left: 85px !important
}

.pt-85 {
  padding-top: 85px !important
}

.pr-85 {
  padding-right: 85px !important
}

.pb-85 {
  padding-bottom: 85px !important
}

.pl-85 {
  padding-left: 85px !important
}

@media screen and (max-width:768px) {
  .mt-85 {
    margin-top: 22.66668vw !important
  }

  .mr-85 {
    margin-right: 22.66668vw !important
  }

  .mb-85 {
    margin-bottom: 22.66668vw !important
  }

  .ml-85 {
    margin-left: 22.66668vw !important
  }

  .pt-85 {
    padding-top: 22.66668vw !important
  }

  .pr-85 {
    padding-right: 22.66668vw !important
  }

  .pb-85 {
    padding-bottom: 22.66668vw !important
  }

  .pl-85 {
    padding-left: 22.66668vw !important
  }
}

.mt-90 {
  margin-top: 90px !important
}

.mr-90 {
  margin-right: 90px !important
}

.mb-90 {
  margin-bottom: 90px !important
}

.ml-90 {
  margin-left: 90px !important
}

.pt-90 {
  padding-top: 90px !important
}

.pr-90 {
  padding-right: 90px !important
}

.pb-90 {
  padding-bottom: 90px !important
}

.pl-90 {
  padding-left: 90px !important
}

@media screen and (max-width:768px) {
  .mt-90 {
    margin-top: 24.00001vw !important
  }

  .mr-90 {
    margin-right: 24.00001vw !important
  }

  .mb-90 {
    margin-bottom: 24.00001vw !important
  }

  .ml-90 {
    margin-left: 24.00001vw !important
  }

  .pt-90 {
    padding-top: 24.00001vw !important
  }

  .pr-90 {
    padding-right: 24.00001vw !important
  }

  .pb-90 {
    padding-bottom: 24.00001vw !important
  }

  .pl-90 {
    padding-left: 24.00001vw !important
  }
}

.mt-95 {
  margin-top: 95px !important
}

.mr-95 {
  margin-right: 95px !important
}

.mb-95 {
  margin-bottom: 95px !important
}

.ml-95 {
  margin-left: 95px !important
}

.pt-95 {
  padding-top: 95px !important
}

.pr-95 {
  padding-right: 95px !important
}

.pb-95 {
  padding-bottom: 95px !important
}

.pl-95 {
  padding-left: 95px !important
}

@media screen and (max-width:768px) {
  .mt-95 {
    margin-top: 25.33335vw !important
  }

  .mr-95 {
    margin-right: 25.33335vw !important
  }

  .mb-95 {
    margin-bottom: 25.33335vw !important
  }

  .ml-95 {
    margin-left: 25.33335vw !important
  }

  .pt-95 {
    padding-top: 25.33335vw !important
  }

  .pr-95 {
    padding-right: 25.33335vw !important
  }

  .pb-95 {
    padding-bottom: 25.33335vw !important
  }

  .pl-95 {
    padding-left: 25.33335vw !important
  }
}

.mt-100 {
  margin-top: 100px !important
}

.mr-100 {
  margin-right: 100px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.ml-100 {
  margin-left: 100px !important
}

.pt-100 {
  padding-top: 100px !important
}

.pr-100 {
  padding-right: 100px !important
}

.pb-100 {
  padding-bottom: 100px !important
}

.pl-100 {
  padding-left: 100px !important
}

@media screen and (max-width:768px) {
  .mt-100 {
    margin-top: 26.66668vw !important
  }

  .mr-100 {
    margin-right: 26.66668vw !important
  }

  .mb-100 {
    margin-bottom: 26.66668vw !important
  }

  .ml-100 {
    margin-left: 26.66668vw !important
  }

  .pt-100 {
    padding-top: 26.66668vw !important
  }

  .pr-100 {
    padding-right: 26.66668vw !important
  }

  .pb-100 {
    padding-bottom: 26.66668vw !important
  }

  .pl-100 {
    padding-left: 26.66668vw !important
  }
}

@media screen and (min-width:769px),
print {
  .mt-0--pc {
    margin-top: 0 !important
  }

  .mr-0--pc {
    margin-right: 0 !important
  }

  .mb-0--pc {
    margin-bottom: 0 !important
  }

  .ml-0--pc {
    margin-left: 0 !important
  }

  .pt-0--pc {
    padding-top: 0 !important
  }

  .pr-0--pc {
    padding-right: 0 !important
  }

  .pb-0--pc {
    padding-bottom: 0 !important
  }

  .pl-0--pc {
    padding-left: 0 !important
  }

  .mt-5--pc {
    margin-top: 5px !important
  }

  .mr-5--pc {
    margin-right: 5px !important
  }

  .mb-5--pc {
    margin-bottom: 5px !important
  }

  .ml-5--pc {
    margin-left: 5px !important
  }

  .pt-5--pc {
    padding-top: 5px !important
  }

  .pr-5--pc {
    padding-right: 5px !important
  }

  .pb-5--pc {
    padding-bottom: 5px !important
  }

  .pl-5--pc {
    padding-left: 5px !important
  }

  .mt-10--pc {
    margin-top: 10px !important
  }

  .mr-10--pc {
    margin-right: 10px !important
  }

  .mb-10--pc {
    margin-bottom: 10px !important
  }

  .ml-10--pc {
    margin-left: 10px !important
  }

  .pt-10--pc {
    padding-top: 10px !important
  }

  .pr-10--pc {
    padding-right: 10px !important
  }

  .pb-10--pc {
    padding-bottom: 10px !important
  }

  .pl-10--pc {
    padding-left: 10px !important
  }

  .mt-15--pc {
    margin-top: 15px !important
  }

  .mr-15--pc {
    margin-right: 15px !important
  }

  .mb-15--pc {
    margin-bottom: 15px !important
  }

  .ml-15--pc {
    margin-left: 15px !important
  }

  .pt-15--pc {
    padding-top: 15px !important
  }

  .pr-15--pc {
    padding-right: 15px !important
  }

  .pb-15--pc {
    padding-bottom: 15px !important
  }

  .pl-15--pc {
    padding-left: 15px !important
  }

  .mt-20--pc {
    margin-top: 20px !important
  }

  .mr-20--pc {
    margin-right: 20px !important
  }

  .mb-20--pc {
    margin-bottom: 20px !important
  }

  .ml-20--pc {
    margin-left: 20px !important
  }

  .pt-20--pc {
    padding-top: 20px !important
  }

  .pr-20--pc {
    padding-right: 20px !important
  }

  .pb-20--pc {
    padding-bottom: 20px !important
  }

  .pl-20--pc {
    padding-left: 20px !important
  }

  .mt-25--pc {
    margin-top: 25px !important
  }

  .mr-25--pc {
    margin-right: 25px !important
  }

  .mb-25--pc {
    margin-bottom: 25px !important
  }

  .ml-25--pc {
    margin-left: 25px !important
  }

  .pt-25--pc {
    padding-top: 25px !important
  }

  .pr-25--pc {
    padding-right: 25px !important
  }

  .pb-25--pc {
    padding-bottom: 25px !important
  }

  .pl-25--pc {
    padding-left: 25px !important
  }

  .mt-30--pc {
    margin-top: 30px !important
  }

  .mr-30--pc {
    margin-right: 30px !important
  }

  .mb-30--pc {
    margin-bottom: 30px !important
  }

  .ml-30--pc {
    margin-left: 30px !important
  }

  .pt-30--pc {
    padding-top: 30px !important
  }

  .pr-30--pc {
    padding-right: 30px !important
  }

  .pb-30--pc {
    padding-bottom: 30px !important
  }

  .pl-30--pc {
    padding-left: 30px !important
  }

  .mt-35--pc {
    margin-top: 35px !important
  }

  .mr-35--pc {
    margin-right: 35px !important
  }

  .mb-35--pc {
    margin-bottom: 35px !important
  }

  .ml-35--pc {
    margin-left: 35px !important
  }

  .pt-35--pc {
    padding-top: 35px !important
  }

  .pr-35--pc {
    padding-right: 35px !important
  }

  .pb-35--pc {
    padding-bottom: 35px !important
  }

  .pl-35--pc {
    padding-left: 35px !important
  }

  .mt-40--pc {
    margin-top: 40px !important
  }

  .mr-40--pc {
    margin-right: 40px !important
  }

  .mb-40--pc {
    margin-bottom: 40px !important
  }

  .ml-40--pc {
    margin-left: 40px !important
  }

  .pt-40--pc {
    padding-top: 40px !important
  }

  .pr-40--pc {
    padding-right: 40px !important
  }

  .pb-40--pc {
    padding-bottom: 40px !important
  }

  .pl-40--pc {
    padding-left: 40px !important
  }

  .mt-45--pc {
    margin-top: 45px !important
  }

  .mr-45--pc {
    margin-right: 45px !important
  }

  .mb-45--pc {
    margin-bottom: 45px !important
  }

  .ml-45--pc {
    margin-left: 45px !important
  }

  .pt-45--pc {
    padding-top: 45px !important
  }

  .pr-45--pc {
    padding-right: 45px !important
  }

  .pb-45--pc {
    padding-bottom: 45px !important
  }

  .pl-45--pc {
    padding-left: 45px !important
  }

  .mt-50--pc {
    margin-top: 50px !important
  }

  .mr-50--pc {
    margin-right: 50px !important
  }

  .mb-50--pc {
    margin-bottom: 50px !important
  }

  .ml-50--pc {
    margin-left: 50px !important
  }

  .pt-50--pc {
    padding-top: 50px !important
  }

  .pr-50--pc {
    padding-right: 50px !important
  }

  .pb-50--pc {
    padding-bottom: 50px !important
  }

  .pl-50--pc {
    padding-left: 50px !important
  }

  .mt-55--pc {
    margin-top: 55px !important
  }

  .mr-55--pc {
    margin-right: 55px !important
  }

  .mb-55--pc {
    margin-bottom: 55px !important
  }

  .ml-55--pc {
    margin-left: 55px !important
  }

  .pt-55--pc {
    padding-top: 55px !important
  }

  .pr-55--pc {
    padding-right: 55px !important
  }

  .pb-55--pc {
    padding-bottom: 55px !important
  }

  .pl-55--pc {
    padding-left: 55px !important
  }

  .mt-60--pc {
    margin-top: 60px !important
  }

  .mr-60--pc {
    margin-right: 60px !important
  }

  .mb-60--pc {
    margin-bottom: 60px !important
  }

  .ml-60--pc {
    margin-left: 60px !important
  }

  .pt-60--pc {
    padding-top: 60px !important
  }

  .pr-60--pc {
    padding-right: 60px !important
  }

  .pb-60--pc {
    padding-bottom: 60px !important
  }

  .pl-60--pc {
    padding-left: 60px !important
  }

  .mt-65--pc {
    margin-top: 65px !important
  }

  .mr-65--pc {
    margin-right: 65px !important
  }

  .mb-65--pc {
    margin-bottom: 65px !important
  }

  .ml-65--pc {
    margin-left: 65px !important
  }

  .pt-65--pc {
    padding-top: 65px !important
  }

  .pr-65--pc {
    padding-right: 65px !important
  }

  .pb-65--pc {
    padding-bottom: 65px !important
  }

  .pl-65--pc {
    padding-left: 65px !important
  }

  .mt-70--pc {
    margin-top: 70px !important
  }

  .mr-70--pc {
    margin-right: 70px !important
  }

  .mb-70--pc {
    margin-bottom: 70px !important
  }

  .ml-70--pc {
    margin-left: 70px !important
  }

  .pt-70--pc {
    padding-top: 70px !important
  }

  .pr-70--pc {
    padding-right: 70px !important
  }

  .pb-70--pc {
    padding-bottom: 70px !important
  }

  .pl-70--pc {
    padding-left: 70px !important
  }

  .mt-75--pc {
    margin-top: 75px !important
  }

  .mr-75--pc {
    margin-right: 75px !important
  }

  .mb-75--pc {
    margin-bottom: 75px !important
  }

  .ml-75--pc {
    margin-left: 75px !important
  }

  .pt-75--pc {
    padding-top: 75px !important
  }

  .pr-75--pc {
    padding-right: 75px !important
  }

  .pb-75--pc {
    padding-bottom: 75px !important
  }

  .pl-75--pc {
    padding-left: 75px !important
  }

  .mt-80--pc {
    margin-top: 80px !important
  }

  .mr-80--pc {
    margin-right: 80px !important
  }

  .mb-80--pc {
    margin-bottom: 80px !important
  }

  .ml-80--pc {
    margin-left: 80px !important
  }

  .pt-80--pc {
    padding-top: 80px !important
  }

  .pr-80--pc {
    padding-right: 80px !important
  }

  .pb-80--pc {
    padding-bottom: 80px !important
  }

  .pl-80--pc {
    padding-left: 80px !important
  }

  .mt-85--pc {
    margin-top: 85px !important
  }

  .mr-85--pc {
    margin-right: 85px !important
  }

  .mb-85--pc {
    margin-bottom: 85px !important
  }

  .ml-85--pc {
    margin-left: 85px !important
  }

  .pt-85--pc {
    padding-top: 85px !important
  }

  .pr-85--pc {
    padding-right: 85px !important
  }

  .pb-85--pc {
    padding-bottom: 85px !important
  }

  .pl-85--pc {
    padding-left: 85px !important
  }

  .mt-90--pc {
    margin-top: 90px !important
  }

  .mr-90--pc {
    margin-right: 90px !important
  }

  .mb-90--pc {
    margin-bottom: 90px !important
  }

  .ml-90--pc {
    margin-left: 90px !important
  }

  .pt-90--pc {
    padding-top: 90px !important
  }

  .pr-90--pc {
    padding-right: 90px !important
  }

  .pb-90--pc {
    padding-bottom: 90px !important
  }

  .pl-90--pc {
    padding-left: 90px !important
  }

  .mt-95--pc {
    margin-top: 95px !important
  }

  .mr-95--pc {
    margin-right: 95px !important
  }

  .mb-95--pc {
    margin-bottom: 95px !important
  }

  .ml-95--pc {
    margin-left: 95px !important
  }

  .pt-95--pc {
    padding-top: 95px !important
  }

  .pr-95--pc {
    padding-right: 95px !important
  }

  .pb-95--pc {
    padding-bottom: 95px !important
  }

  .pl-95--pc {
    padding-left: 95px !important
  }

  .mt-100--pc {
    margin-top: 100px !important
  }

  .mr-100--pc {
    margin-right: 100px !important
  }

  .mb-100--pc {
    margin-bottom: 100px !important
  }

  .ml-100--pc {
    margin-left: 100px !important
  }

  .pt-100--pc {
    padding-top: 100px !important
  }

  .pr-100--pc {
    padding-right: 100px !important
  }

  .pb-100--pc {
    padding-bottom: 100px !important
  }

  .pl-100--pc {
    padding-left: 100px !important
  }
}

@media screen and (max-width:768px) {
  .mt-0--sp {
    margin-top: 0 !important
  }

  .mr-0--sp {
    margin-right: 0 !important
  }

  .mb-0--sp {
    margin-bottom: 0 !important
  }

  .ml-0--sp {
    margin-left: 0 !important
  }

  .pt-0--sp {
    padding-top: 0 !important
  }

  .pr-0--sp {
    padding-right: 0 !important
  }

  .pb-0--sp {
    padding-bottom: 0 !important
  }

  .pl-0--sp {
    padding-left: 0 !important
  }

  .mt-5--sp {
    margin-top: 1.33333vw !important
  }

  .mr-5--sp {
    margin-right: 1.33333vw !important
  }

  .mb-5--sp {
    margin-bottom: 1.33333vw !important
  }

  .ml-5--sp {
    margin-left: 1.33333vw !important
  }

  .pt-5--sp {
    padding-top: 1.33333vw !important
  }

  .pr-5--sp {
    padding-right: 1.33333vw !important
  }

  .pb-5--sp {
    padding-bottom: 1.33333vw !important
  }

  .pl-5--sp {
    padding-left: 1.33333vw !important
  }

  .mt-10--sp {
    margin-top: 2.66667vw !important
  }

  .mr-10--sp {
    margin-right: 2.66667vw !important
  }

  .mb-10--sp {
    margin-bottom: 2.66667vw !important
  }

  .ml-10--sp {
    margin-left: 2.66667vw !important
  }

  .pt-10--sp {
    padding-top: 2.66667vw !important
  }

  .pr-10--sp {
    padding-right: 2.66667vw !important
  }

  .pb-10--sp {
    padding-bottom: 2.66667vw !important
  }

  .pl-10--sp {
    padding-left: 2.66667vw !important
  }

  .mt-15--sp {
    margin-top: 4.0vw !important
  }

  .mr-15--sp {
    margin-right: 4.0vw !important
  }

  .mb-15--sp {
    margin-bottom: 4.0vw !important
  }

  .ml-15--sp {
    margin-left: 4.0vw !important
  }

  .pt-15--sp {
    padding-top: 4.0vw !important
  }

  .pr-15--sp {
    padding-right: 4.0vw !important
  }

  .pb-15--sp {
    padding-bottom: 4.0vw !important
  }

  .pl-15--sp {
    padding-left: 4.0vw !important
  }

  .mt-20--sp {
    margin-top: 5.33334vw !important
  }

  .mr-20--sp {
    margin-right: 5.33334vw !important
  }

  .mb-20--sp {
    margin-bottom: 5.33334vw !important
  }

  .ml-20--sp {
    margin-left: 5.33334vw !important
  }

  .pt-20--sp {
    padding-top: 5.33334vw !important
  }

  .pr-20--sp {
    padding-right: 5.33334vw !important
  }

  .pb-20--sp {
    padding-bottom: 5.33334vw !important
  }

  .pl-20--sp {
    padding-left: 5.33334vw !important
  }

  .mt-25--sp {
    margin-top: 6.66667vw !important
  }

  .mr-25--sp {
    margin-right: 6.66667vw !important
  }

  .mb-25--sp {
    margin-bottom: 6.66667vw !important
  }

  .ml-25--sp {
    margin-left: 6.66667vw !important
  }

  .pt-25--sp {
    padding-top: 6.66667vw !important
  }

  .pr-25--sp {
    padding-right: 6.66667vw !important
  }

  .pb-25--sp {
    padding-bottom: 6.66667vw !important
  }

  .pl-25--sp {
    padding-left: 6.66667vw !important
  }

  .mt-30--sp {
    margin-top: 8.0vw !important
  }

  .mr-30--sp {
    margin-right: 8.0vw !important
  }

  .mb-30--sp {
    margin-bottom: 8.0vw !important
  }

  .ml-30--sp {
    margin-left: 8.0vw !important
  }

  .pt-30--sp {
    padding-top: 8.0vw !important
  }

  .pr-30--sp {
    padding-right: 8.0vw !important
  }

  .pb-30--sp {
    padding-bottom: 8.0vw !important
  }

  .pl-30--sp {
    padding-left: 8.0vw !important
  }

  .mt-35--sp {
    margin-top: 9.33334vw !important
  }

  .mr-35--sp {
    margin-right: 9.33334vw !important
  }

  .mb-35--sp {
    margin-bottom: 9.33334vw !important
  }

  .ml-35--sp {
    margin-left: 9.33334vw !important
  }

  .pt-35--sp {
    padding-top: 9.33334vw !important
  }

  .pr-35--sp {
    padding-right: 9.33334vw !important
  }

  .pb-35--sp {
    padding-bottom: 9.33334vw !important
  }

  .pl-35--sp {
    padding-left: 9.33334vw !important
  }

  .mt-40--sp {
    margin-top: 10.66667vw !important
  }

  .mr-40--sp {
    margin-right: 10.66667vw !important
  }

  .mb-40--sp {
    margin-bottom: 10.66667vw !important
  }

  .ml-40--sp {
    margin-left: 10.66667vw !important
  }

  .pt-40--sp {
    padding-top: 10.66667vw !important
  }

  .pr-40--sp {
    padding-right: 10.66667vw !important
  }

  .pb-40--sp {
    padding-bottom: 10.66667vw !important
  }

  .pl-40--sp {
    padding-left: 10.66667vw !important
  }

  .mt-45--sp {
    margin-top: 12.00001vw !important
  }

  .mr-45--sp {
    margin-right: 12.00001vw !important
  }

  .mb-45--sp {
    margin-bottom: 12.00001vw !important
  }

  .ml-45--sp {
    margin-left: 12.00001vw !important
  }

  .pt-45--sp {
    padding-top: 12.00001vw !important
  }

  .pr-45--sp {
    padding-right: 12.00001vw !important
  }

  .pb-45--sp {
    padding-bottom: 12.00001vw !important
  }

  .pl-45--sp {
    padding-left: 12.00001vw !important
  }

  .mt-50--sp {
    margin-top: 13.33334vw !important
  }

  .mr-50--sp {
    margin-right: 13.33334vw !important
  }

  .mb-50--sp {
    margin-bottom: 13.33334vw !important
  }

  .ml-50--sp {
    margin-left: 13.33334vw !important
  }

  .pt-50--sp {
    padding-top: 13.33334vw !important
  }

  .pr-50--sp {
    padding-right: 13.33334vw !important
  }

  .pb-50--sp {
    padding-bottom: 13.33334vw !important
  }

  .pl-50--sp {
    padding-left: 13.33334vw !important
  }

  .mt-55--sp {
    margin-top: 14.66667vw !important
  }

  .mr-55--sp {
    margin-right: 14.66667vw !important
  }

  .mb-55--sp {
    margin-bottom: 14.66667vw !important
  }

  .ml-55--sp {
    margin-left: 14.66667vw !important
  }

  .pt-55--sp {
    padding-top: 14.66667vw !important
  }

  .pr-55--sp {
    padding-right: 14.66667vw !important
  }

  .pb-55--sp {
    padding-bottom: 14.66667vw !important
  }

  .pl-55--sp {
    padding-left: 14.66667vw !important
  }

  .mt-60--sp {
    margin-top: 16.00001vw !important
  }

  .mr-60--sp {
    margin-right: 16.00001vw !important
  }

  .mb-60--sp {
    margin-bottom: 16.00001vw !important
  }

  .ml-60--sp {
    margin-left: 16.00001vw !important
  }

  .pt-60--sp {
    padding-top: 16.00001vw !important
  }

  .pr-60--sp {
    padding-right: 16.00001vw !important
  }

  .pb-60--sp {
    padding-bottom: 16.00001vw !important
  }

  .pl-60--sp {
    padding-left: 16.00001vw !important
  }

  .mt-65--sp {
    margin-top: 17.33334vw !important
  }

  .mr-65--sp {
    margin-right: 17.33334vw !important
  }

  .mb-65--sp {
    margin-bottom: 17.33334vw !important
  }

  .ml-65--sp {
    margin-left: 17.33334vw !important
  }

  .pt-65--sp {
    padding-top: 17.33334vw !important
  }

  .pr-65--sp {
    padding-right: 17.33334vw !important
  }

  .pb-65--sp {
    padding-bottom: 17.33334vw !important
  }

  .pl-65--sp {
    padding-left: 17.33334vw !important
  }

  .mt-70--sp {
    margin-top: 18.66668vw !important
  }

  .mr-70--sp {
    margin-right: 18.66668vw !important
  }

  .mb-70--sp {
    margin-bottom: 18.66668vw !important
  }

  .ml-70--sp {
    margin-left: 18.66668vw !important
  }

  .pt-70--sp {
    padding-top: 18.66668vw !important
  }

  .pr-70--sp {
    padding-right: 18.66668vw !important
  }

  .pb-70--sp {
    padding-bottom: 18.66668vw !important
  }

  .pl-70--sp {
    padding-left: 18.66668vw !important
  }

  .mt-75--sp {
    margin-top: 20.00001vw !important
  }

  .mr-75--sp {
    margin-right: 20.00001vw !important
  }

  .mb-75--sp {
    margin-bottom: 20.00001vw !important
  }

  .ml-75--sp {
    margin-left: 20.00001vw !important
  }

  .pt-75--sp {
    padding-top: 20.00001vw !important
  }

  .pr-75--sp {
    padding-right: 20.00001vw !important
  }

  .pb-75--sp {
    padding-bottom: 20.00001vw !important
  }

  .pl-75--sp {
    padding-left: 20.00001vw !important
  }

  .mt-80--sp {
    margin-top: 21.33334vw !important
  }

  .mr-80--sp {
    margin-right: 21.33334vw !important
  }

  .mb-80--sp {
    margin-bottom: 21.33334vw !important
  }

  .ml-80--sp {
    margin-left: 21.33334vw !important
  }

  .pt-80--sp {
    padding-top: 21.33334vw !important
  }

  .pr-80--sp {
    padding-right: 21.33334vw !important
  }

  .pb-80--sp {
    padding-bottom: 21.33334vw !important
  }

  .pl-80--sp {
    padding-left: 21.33334vw !important
  }

  .mt-85--sp {
    margin-top: 22.66668vw !important
  }

  .mr-85--sp {
    margin-right: 22.66668vw !important
  }

  .mb-85--sp {
    margin-bottom: 22.66668vw !important
  }

  .ml-85--sp {
    margin-left: 22.66668vw !important
  }

  .pt-85--sp {
    padding-top: 22.66668vw !important
  }

  .pr-85--sp {
    padding-right: 22.66668vw !important
  }

  .pb-85--sp {
    padding-bottom: 22.66668vw !important
  }

  .pl-85--sp {
    padding-left: 22.66668vw !important
  }

  .mt-90--sp {
    margin-top: 24.00001vw !important
  }

  .mr-90--sp {
    margin-right: 24.00001vw !important
  }

  .mb-90--sp {
    margin-bottom: 24.00001vw !important
  }

  .ml-90--sp {
    margin-left: 24.00001vw !important
  }

  .pt-90--sp {
    padding-top: 24.00001vw !important
  }

  .pr-90--sp {
    padding-right: 24.00001vw !important
  }

  .pb-90--sp {
    padding-bottom: 24.00001vw !important
  }

  .pl-90--sp {
    padding-left: 24.00001vw !important
  }

  .mt-95--sp {
    margin-top: 25.33335vw !important
  }

  .mr-95--sp {
    margin-right: 25.33335vw !important
  }

  .mb-95--sp {
    margin-bottom: 25.33335vw !important
  }

  .ml-95--sp {
    margin-left: 25.33335vw !important
  }

  .pt-95--sp {
    padding-top: 25.33335vw !important
  }

  .pr-95--sp {
    padding-right: 25.33335vw !important
  }

  .pb-95--sp {
    padding-bottom: 25.33335vw !important
  }

  .pl-95--sp {
    padding-left: 25.33335vw !important
  }

  .mt-100--sp {
    margin-top: 26.66668vw !important
  }

  .mr-100--sp {
    margin-right: 26.66668vw !important
  }

  .mb-100--sp {
    margin-bottom: 26.66668vw !important
  }

  .ml-100--sp {
    margin-left: 26.66668vw !important
  }

  .pt-100--sp {
    padding-top: 26.66668vw !important
  }

  .pr-100--sp {
    padding-right: 26.66668vw !important
  }

  .pb-100--sp {
    padding-bottom: 26.66668vw !important
  }

  .pl-100--sp {
    padding-left: 26.66668vw !important
  }
}

.col-0p {
  width: 0
}

.col-1p {
  width: 1%
}

.col-2p {
  width: 2%
}

.col-3p {
  width: 3%
}

.col-4p {
  width: 4%
}

.col-5p {
  width: 5%
}

.col-6p {
  width: 6%
}

.col-7p {
  width: 7%
}

.col-8p {
  width: 8%
}

.col-9p {
  width: 9%
}

.col-10p {
  width: 10%
}

.col-11p {
  width: 11%
}

.col-12p {
  width: 12%
}

.col-13p {
  width: 13%
}

.col-14p {
  width: 14%
}

.col-15p {
  width: 15%
}

.col-16p {
  width: 16%
}

.col-17p {
  width: 17%
}

.col-18p {
  width: 18%
}

.col-19p {
  width: 19%
}

.col-20p {
  width: 20%
}

.col-21p {
  width: 21%
}

.col-22p {
  width: 22%
}

.col-23p {
  width: 23%
}

.col-24p {
  width: 24%
}

.col-25p {
  width: 25%
}

.col-26p {
  width: 26%
}

.col-27p {
  width: 27%
}

.col-28p {
  width: 28%
}

.col-29p {
  width: 29%
}

.col-30p {
  width: 30%
}

.col-31p {
  width: 31%
}

.col-32p {
  width: 32%
}

.col-33p {
  width: 33%
}

.col-34p {
  width: 34%
}

.col-35p {
  width: 35%
}

.col-36p {
  width: 36%
}

.col-37p {
  width: 37%
}

.col-38p {
  width: 38%
}

.col-39p {
  width: 39%
}

.col-40p {
  width: 40%
}

.col-41p {
  width: 41%
}

.col-42p {
  width: 42%
}

.col-43p {
  width: 43%
}

.col-44p {
  width: 44%
}

.col-45p {
  width: 45%
}

.col-46p {
  width: 46%
}

.col-47p {
  width: 47%
}

.col-48p {
  width: 48%
}

.col-49p {
  width: 49%
}

.col-50p {
  width: 50%
}

.col-51p {
  width: 51%
}

.col-52p {
  width: 52%
}

.col-53p {
  width: 53%
}

.col-54p {
  width: 54%
}

.col-55p {
  width: 55%
}

.col-56p {
  width: 56%
}

.col-57p {
  width: 57%
}

.col-58p {
  width: 58%
}

.col-59p {
  width: 59%
}

.col-60p {
  width: 60%
}

.col-61p {
  width: 61%
}

.col-62p {
  width: 62%
}

.col-63p {
  width: 63%
}

.col-64p {
  width: 64%
}

.col-65p {
  width: 65%
}

.col-66p {
  width: 66%
}

.col-67p {
  width: 67%
}

.col-68p {
  width: 68%
}

.col-69p {
  width: 69%
}

.col-70p {
  width: 70%
}

.col-71p {
  width: 71%
}

.col-72p {
  width: 72%
}

.col-73p {
  width: 73%
}

.col-74p {
  width: 74%
}

.col-75p {
  width: 75%
}

.col-76p {
  width: 76%
}

.col-77p {
  width: 77%
}

.col-78p {
  width: 78%
}

.col-79p {
  width: 79%
}

.col-80p {
  width: 80%
}

.col-81p {
  width: 81%
}

.col-82p {
  width: 82%
}

.col-83p {
  width: 83%
}

.col-84p {
  width: 84%
}

.col-85p {
  width: 85%
}

.col-86p {
  width: 86%
}

.col-87p {
  width: 87%
}

.col-88p {
  width: 88%
}

.col-89p {
  width: 89%
}

.col-90p {
  width: 90%
}

.col-91p {
  width: 91%
}

.col-92p {
  width: 92%
}

.col-93p {
  width: 93%
}

.col-94p {
  width: 94%
}

.col-95p {
  width: 95%
}

.col-96p {
  width: 96%
}

.col-97p {
  width: 97%
}

.col-98p {
  width: 98%
}

.col-99p {
  width: 99%
}

.col-100p {
  width: 100%
}

@media screen and (max-width:768px) {
  .col-0p-sp {
    width: 0
  }

  .col-1p-sp {
    width: 1%
  }

  .col-2p-sp {
    width: 2%
  }

  .col-3p-sp {
    width: 3%
  }

  .col-4p-sp {
    width: 4%
  }

  .col-5p-sp {
    width: 5%
  }

  .col-6p-sp {
    width: 6%
  }

  .col-7p-sp {
    width: 7%
  }

  .col-8p-sp {
    width: 8%
  }

  .col-9p-sp {
    width: 9%
  }

  .col-10p-sp {
    width: 10%
  }

  .col-11p-sp {
    width: 11%
  }

  .col-12p-sp {
    width: 12%
  }

  .col-13p-sp {
    width: 13%
  }

  .col-14p-sp {
    width: 14%
  }

  .col-15p-sp {
    width: 15%
  }

  .col-16p-sp {
    width: 16%
  }

  .col-17p-sp {
    width: 17%
  }

  .col-18p-sp {
    width: 18%
  }

  .col-19p-sp {
    width: 19%
  }

  .col-20p-sp {
    width: 20%
  }

  .col-21p-sp {
    width: 21%
  }

  .col-22p-sp {
    width: 22%
  }

  .col-23p-sp {
    width: 23%
  }

  .col-24p-sp {
    width: 24%
  }

  .col-25p-sp {
    width: 25%
  }

  .col-26p-sp {
    width: 26%
  }

  .col-27p-sp {
    width: 27%
  }

  .col-28p-sp {
    width: 28%
  }

  .col-29p-sp {
    width: 29%
  }

  .col-30p-sp {
    width: 30%
  }

  .col-31p-sp {
    width: 31%
  }

  .col-32p-sp {
    width: 32%
  }

  .col-33p-sp {
    width: 33%
  }

  .col-34p-sp {
    width: 34%
  }

  .col-35p-sp {
    width: 35%
  }

  .col-36p-sp {
    width: 36%
  }

  .col-37p-sp {
    width: 37%
  }

  .col-38p-sp {
    width: 38%
  }

  .col-39p-sp {
    width: 39%
  }

  .col-40p-sp {
    width: 40%
  }

  .col-41p-sp {
    width: 41%
  }

  .col-42p-sp {
    width: 42%
  }

  .col-43p-sp {
    width: 43%
  }

  .col-44p-sp {
    width: 44%
  }

  .col-45p-sp {
    width: 45%
  }

  .col-46p-sp {
    width: 46%
  }

  .col-47p-sp {
    width: 47%
  }

  .col-48p-sp {
    width: 48%
  }

  .col-49p-sp {
    width: 49%
  }

  .col-50p-sp {
    width: 50%
  }

  .col-51p-sp {
    width: 51%
  }

  .col-52p-sp {
    width: 52%
  }

  .col-53p-sp {
    width: 53%
  }

  .col-54p-sp {
    width: 54%
  }

  .col-55p-sp {
    width: 55%
  }

  .col-56p-sp {
    width: 56%
  }

  .col-57p-sp {
    width: 57%
  }

  .col-58p-sp {
    width: 58%
  }

  .col-59p-sp {
    width: 59%
  }

  .col-60p-sp {
    width: 60%
  }

  .col-61p-sp {
    width: 61%
  }

  .col-62p-sp {
    width: 62%
  }

  .col-63p-sp {
    width: 63%
  }

  .col-64p-sp {
    width: 64%
  }

  .col-65p-sp {
    width: 65%
  }

  .col-66p-sp {
    width: 66%
  }

  .col-67p-sp {
    width: 67%
  }

  .col-68p-sp {
    width: 68%
  }

  .col-69p-sp {
    width: 69%
  }

  .col-70p-sp {
    width: 70%
  }

  .col-71p-sp {
    width: 71%
  }

  .col-72p-sp {
    width: 72%
  }

  .col-73p-sp {
    width: 73%
  }

  .col-74p-sp {
    width: 74%
  }

  .col-75p-sp {
    width: 75%
  }

  .col-76p-sp {
    width: 76%
  }

  .col-77p-sp {
    width: 77%
  }

  .col-78p-sp {
    width: 78%
  }

  .col-79p-sp {
    width: 79%
  }

  .col-80p-sp {
    width: 80%
  }

  .col-81p-sp {
    width: 81%
  }

  .col-82p-sp {
    width: 82%
  }

  .col-83p-sp {
    width: 83%
  }

  .col-84p-sp {
    width: 84%
  }

  .col-85p-sp {
    width: 85%
  }

  .col-86p-sp {
    width: 86%
  }

  .col-87p-sp {
    width: 87%
  }

  .col-88p-sp {
    width: 88%
  }

  .col-89p-sp {
    width: 89%
  }

  .col-90p-sp {
    width: 90%
  }

  .col-91p-sp {
    width: 91%
  }

  .col-92p-sp {
    width: 92%
  }

  .col-93p-sp {
    width: 93%
  }

  .col-94p-sp {
    width: 94%
  }

  .col-95p-sp {
    width: 95%
  }

  .col-96p-sp {
    width: 96%
  }

  .col-97p-sp {
    width: 97%
  }

  .col-98p-sp {
    width: 98%
  }

  .col-99p-sp {
    width: 99%
  }

  .col-100p-sp {
    width: 100%
  }
}

.btn,.btn--fts {
  min-width: 240px;
  line-height: 60px;
  font-size: 22px;
  color: #fff !important;
  font-weight: 700;
  border-radius: 10px;
  background: #ff8c00;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 60px 0 25px
}


.btn i,.btn--fts i {
  font-size: 29px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}


.btn:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none !important
}

@media screen and (max-width:768px) {
  .btn {
    min-width: 75vw;
    line-height: 18.75vw;
    font-size: 6.25vw;
    border-radius: 3.125vw;
    padding: 0 15.625vw 0 6.25vw
  }
  .btn--fts {
    min-width: 75vw;
    line-height: 18.75vw;
    font-size: 5vw;
    border-radius: 3.125vw;
    padding: 0 15.625vw 0 6.25vw
  }

  .btn i {
    font-size: 9.0625vw;
    right: 4.375vw
  }
}

.top-mainvisual {
  background: url(../img/bg_mainvisual.png) no-repeat bottom center/100% auto;
  padding-bottom: 55px
}

@media screen and (max-width:768px) {
  .top-mainvisual {
    background: url(../img/bg_mainvisual_sp.png) no-repeat bottom center/100% auto;
    padding-bottom: 4.6875vw
  }
}

.top-mainvisual__content {
  position: relative;
  height: 515px
}

 .top_ms{
    text-align: center;
    color:#00A051;
    font-weight: 800;
    font-size: 24px;
    margin-top: 2rem;
}

.top_ms_box .btn{
    line-height: 1.5;
        padding: 10px 60px 10px 25px;
}

@media screen and (max-width:768px) {
    .top_ms_box .btn{
               font-size: 4.6875vw;
    }
}

.top-mainvisual__content .cloud {
  position: absolute;
  width: 229px;
  height: 139px
}

.top-mainvisual__content .cloud01 {
  top: 54px;
  left: 47px
}

.top-mainvisual__content .cloud02 {
  top: 216px;
  left: 120px
}

.top-mainvisual__content .cloud03 {
  bottom: 32px;
  left: 13px;
  right: 0;
  margin: 0 auto
}

.top-mainvisual__content .cloud04 {
  top: 216px;
  right: 172px
}

.top-mainvisual__content .cloud05 {
  top: 54px;
  right: 62px
}

.top-mainvisual__content .bird {
  width: 358px;
  height: 295px;
  position: absolute;
  top: 24px;
  left: 11px;
  right: 0;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .top-mainvisual__content {
    height: 116.5625vw
  }

  .top-mainvisual__content .cloud {
    width: 39.0625vw;
    height: 23.75vw
  }

  .top-mainvisual__content .cloud01 {
    top: 44.375vw;
    left: 2.5vw
  }

  .top-mainvisual__content .cloud02 {
    top: 69.0625vw;
    left: 2.8125vw
  }

  .top-mainvisual__content .cloud03 {
    bottom: 2.1875vw;
    left: 0
  }

  .top-mainvisual__content .cloud04 {
    top: 68.75vw;
    right: 2.5vw
  }

  .top-mainvisual__content .cloud05 {
    top: 44.375vw;
    right: 2.5vw
  }

  .top-mainvisual__content .bird {
    width: 58.75vw;
    height: 48.4375vw;
    top: 1.875vw;
    left: 2.1875vw
  }
}

.top-mainvisual__text {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  border-radius: 10px;
  padding: 25px 0 24px
}

@media screen and (max-width:768px) {
  .top-mainvisual__text {
    padding: 1.25vw 0 4.375vw;
    border-radius: 3.125vw
  }
}

.top-mainvisual__ttl {
  font-size: 19px;
  margin-bottom: 15px
}

.top-mainvisual__ttl span {
  font-size: 30px;
  color: #ed1c24;
  display: block;
  margin-top: -5px
}

@media screen and (max-width:768px) {
  .top-mainvisual__ttl {
    font-size: 4.6875vw;
    line-height: 1.53333333;
    margin-bottom: 3.75vw
  }

  .top-mainvisual__ttl span {
    font-size: 6.25vw;
    line-height: 1.4;
    margin-top: 1.25vw
  }
}

.top-notice {
  background: url(../img/bg_01.png);
  padding: 55px 0 83px
}

@media screen and (max-width:768px) {
  .top-notice {
    padding: 6.25vw 0 10.625vw
  }
}

.top-notice__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.top-notice__left {
  width: 240px;
  text-align: center;
  margin-left: 134px
}

@media screen and (max-width:768px) {
  .top-notice__left {
    width: 100%;
    margin-left: 0
  }
}

.top-notice__ttl {
  font-size: 26px;
  color: #00a051;
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  padding-bottom: 8px
}

.top-notice__ttl:after {
  content: '';
  width: 66px;
  height: 6px;
  background: #fcee21;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .top-notice__ttl {
    font-size: 6.875vw;
    padding-bottom: 3.125vw;
    margin-bottom: 6.5625vw
  }

  .top-notice__ttl:after {
    width: 18.75vw;
    height: 1.875vw
  }
}

.top-notice__tree {
  width: 236px
}

.top-notice__right {
  width: 600px;
  margin-left: 60px;
  margin-top: 18px;
  font-weight: 700
}

.top-notice__right dl dt {
  font-size: 17px;
  margin-bottom: 4px
}

.top-notice__right dl dd {
  font-size: 19px;
  color: #f25042;
  margin-bottom: 20px
}

.top-notice__right dl a:hover {
  text-decoration: underline
}

@media screen and (max-width:768px) {
  .top-notice__right {
    width: 100%;
    margin-left: 0;
    margin-top: 0
  }

  .top-notice__right dl dt {
    font-size: 4.0625vw;
    margin-bottom: 0
  }

  .top-notice__right dl dd {
    font-size: 4.6875vw;
    margin-bottom: 5.625vw
  }
}

.top-notice__btn {
  text-align: center;
  margin-top: 15px
}

@media screen and (max-width:768px) {
  .top-notice__btn {
    margin-top: 1.25vw
  }
}

@media screen and (max-width:768px) {
  .sub .main-content {
    margin-top: 4.6875vw
  }

  .sub .main-content .inner {
    width: 100%
  }
}

.content-page {
  background: #f9f6f2;
  padding: 15px 60px 100px;
  font-size: 19px;
  line-height: 1.89473684
}

.content-page p {
  margin-bottom: 25px
}

.content-page p:last-child {
  margin-bottom: 0
}

.content-page a {
  color: #f25042
}

.content-page a:hover {
  text-decoration: underline
}

@media screen and (max-width:768px) {
  .content-page {
    padding: 4.6875vw 6.25vw 15.625vw;
    font-size: 4.6875vw
  }

  .content-page p {
    margin-bottom: 6.25vw
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: -9px
}

.c-breadcrumb li+li:before {
  padding: 10px;
  color: black;
  content: ">"
}

@media screen and (max-width:768px) {
  .c-breadcrumb {
    font-size: 3.125vw;
    margin-left: 0
  }
}

.c-ttl__lv2 {
  text-align: center;
  font-size: 30px;
  color: #00a051;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 50px
}

.c-ttl__lv2:after {
  content: '';
  width: 60px;
  height: 6px;
  background: #fcee21;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .c-ttl__lv2 {
    font-size: 6.875vw;
    margin-bottom: 9.375vw
  }

  .c-ttl__lv2:after {
    width: 18.75vw;
    height: 1.875vw
  }
}

.c-ttl__lv3 {
  background: #8c6239;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 8px 0 7px 41px;
  margin-bottom: 30px
}
.c-ttl__lv3s {
  background: #8c6239;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 8px 0 7px 41px;
}


.c-ttl__lv3:before,
.c-ttl__lv3s:before {
  content: '';
  width: 6px;
  height: 38px;
  background: #fcee21;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 17px
}


@media screen and (max-width:768px) {
  .c-ttl__lv3 {
    font-size: 5.625vw;
    margin-bottom: 6.25vw;
    padding: 8px 5px 7px 8.75vw
  }
  .c-ttl__lv3s {
    font-size: 5.625vw;
    margin-bottom: 3vw;
    padding: 8px 5px 7px 8.75vw
  }

  .c-ttl__lv3:before,
  .c-ttl__lv3s:before {
    width: 1.875vw;
    height: 9.375vw;
    left: 3.125vw
  }
}

.c-ttl__lead {
  text-align: center;
  font-size: 26px;
  line-height: 1.80769231;
  color: #8c6239;
  margin-bottom: 10px
}

@media screen and (max-width:768px) {
  .c-ttl__lead {
    font-size: 5.625vw;
    margin-bottom: 4.6875vw
  }
}

.c-box {
  background: #fff;
  margin-bottom: 43px;
  position: relative
}

.c-box__ttl {
  background: #feee7d;
  text-align: center;
  font-size: 26px;
  color: #00a051;
  padding: 6px 10px
}

.c-box__content {
  padding: 30px 30px 50px
}
.c-box__content--imgR {
  padding: 30px 30px 10px;
  display: flex;
}

.c-box__arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 47.5px 0;
  border-color: #fde012 transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .c-box {
    margin-bottom: 9.375vw
  }

  .c-box__ttl {
    font-size: 5.625vw
  }

  .c-box__content {
    padding: 4.6875vw 4.6875vw 9.375vw
  }

  .c-box__content--imgR {
    display: block;
    padding: 4.6875vw 4.6875vw 9.375vw
  }

  .c-box__arrow:after {
    border-width: 11.5625vw 11.71875vw 0
  }
}

.c-box-border {
  border: 2px solid #f25042;
  background: #fff;
  font-size: 21px;
  line-height: 1.9047619;
  padding: 22px 150px;
  margin-bottom: 25px
}

@media screen and (max-width:768px) {
  .c-box-border {
    font-size: 4.6875vw;
    padding: 4.6875vw;
    margin-bottom: 6.25vw
  }
}

.c-text-small {
  font-size: 18px;
}

.c-text-green {
  color: #00a051
}

.c-text-brown {
  color: #8c6239;
  font-weight: 700
}

.c-text-red {
  color: #f25042;
  font-weight: 700
}

.c-text--navy {
  color: #00a7d3;
  font-weight: 700
}

.c-text-note {
  font-size: 15px;
  line-height: 1.66666667;
  padding-left: 1.3em;
  text-indent: -.6em
}

.c-text-note:before {
  content: '※';
  display: inline-block;
  margin-right: 3px
}

@media screen and (max-width:768px) {
  .c-text-note {
    font-size: 4.6875vw
  }
}

.c-text-large {
  font-size: 22px;
  display: block;
  font-weight: 700
}

.c-text-large i {
  font-size: 29px;
  display: inline-block;
  vertical-align: text-bottom;
  color: #00a051;
  margin-right: 10px
}

.c-text-large i.yellow {
  color: #ff8c00
}

@media screen and (max-width:768px) {
  .c-text-large {
    font-size: 5.625vw
  }

  .c-text-large i {
    font-size: 6.875vw
  }
}

.c-txt-indent {
  padding-left: 35px;
  position: relative
}
.c-txt-indent-s {
  padding-left: 35px;
  position: relative
}

.c-txt-indent:before {
  content: '◆';
  color: #00a051;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px
}

.c-txt-indent.yellow:before {
  color: #ff8c00
}

@media screen and (max-width:768px) {
  .c-txt-indent {
    padding-left: 7.8125vw
  }

  .c-txt-indent:before {
    font-size: 5.625vw
  }
}

.box-yellow {
  background: #fff6d2;
  padding: 20px 30px 25px
}

@media screen and (max-width:768px) {
  .box-yellow {
    padding: 4.6875vw
  }
}

.c-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 0;
  margin-bottom: 60px
}

.c-card__image {
  width: 242px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 242px;
  -ms-flex: 0 0 242px;
  flex: 0 0 242px;
  margin-left: 55px
}

.c-card--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 31px;
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .c-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 9.375vw
  }

  .c-card__image {
    width: 62.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5vw;
    -ms-flex: 0 0 62.5vw;
    flex: 0 0 62.5vw;
    margin: 6.25vw auto 0
  }
}

.box-image {
  text-align: center
}

.box-image figcaption {
  margin-top: 13px
}

.c-list-dots {
  font-weight: 700
}

.c-list-dots li {
  padding-left: 1.4em;
  text-indent: -.7em
}

.c-list-dots li:before {
  content: '●';
  color: #f25042;
  display: inline-block;
  margin-right: 7px
}

.c-list-dots--green li:before {
  color: #00a051
}

.c-list-dots--navy li:before {
  color: #00a7d3
}

.c-list-square {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto 18px
}

.c-list-square li {
  padding-left: 1.4em;
  text-indent: -.7em;
  margin-bottom: 12px
}

.c-list-square li:before {
  content: '◆';
  color: #00a051;
  display: inline-block;
  margin-right: 7px
}

@media screen and (max-width:768px) {
  .c-list-square {
    font-size: 5.625vw;
    margin: 0 auto 4.6875vw
  }
}

.c-icon-arrow {
  position: relative;
  text-align: center
}

.c-icon-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 47.5px 0;
  border-color: #fde012 transparent transparent;
  display: inline-block
}

@media screen and (max-width:768px) {
  .c-icon-arrow:after {
    border-width: 11.5625vw 11.71875vw 0
  }
}

.c-list-infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 700
}

.c-list-infor dt {
  width: 48%;
  text-align: right;
  color: #00a051
}

.c-list-infor dd {
  width: 48%;
  text-align: left
}

@media screen and (max-width:768px) {
  .c-list-infor {
    font-size: 5.625vw
  }

  .c-list-infor dt {
    width: 100%;
    text-align: left
  }

  .c-list-infor dd {
    width: 100%;
    margin-bottom: 3.125vw
  }
}

.c-contact {
  margin-top: 57px;
  margin-bottom: 57px
}

.c-contact__ttl {
  text-align: center;
  font-size: 26px;
  color: #8c6239;
  margin-bottom: 5px
}

.c-contact__content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 52px
}

.c-contact__icon {
  width: 153px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 153px;
  -ms-flex: 0 0 153px;
  flex: 0 0 153px;
  margin-right: 60px
}

.c-contact__text {
  font-weight: 500;
  margin-top: 12px
}

.c-contact__text h3 {
  font-size: 24px
}

.c-contact__text .tel {
  font-size: 27px;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:768px) {
  .c-contact {
    margin-top: 15.625vw;
    margin-bottom: 15.625vw
  }

  .c-contact__ttl {
    font-size: 5.625vw
  }

  .c-contact__content {
    padding: 4.6875vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .c-contact__icon {
    width: 31.25vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.25vw;
    -ms-flex: 0 0 31.25vw;
    flex: 0 0 31.25vw;
    margin-right: 0;
    margin-top: 3.125vw
  }

  .c-contact__text {
    margin-top: 0
  }

  .c-contact__text h3 {
    font-size: 5vw
  }

  .c-contact__text .tel {
    font-size: 5.9375vw
  }
}

.c-facility {
  background: #ec6d61;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 48px
}

@media screen and (max-width:768px) {
  .c-facility {
    border-radius: 6.25vw;
    padding: 4.6875vw;
    margin-bottom: 15.625vw
  }
}

.c-facility__ttl {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px
}

.c-facility__ttl i {
  font-size: 29px;
  color: #fcee21;
  margin-right: 10px
}

@media screen and (max-width:768px) {
  .c-facility__ttl {
    font-size: 5vw;
    margin-bottom: 4.6875vw
  }

  .c-facility__ttl i {
    font-size: 5.625vw;
    margin-right: 3.125vw
  }
}

.c-facility__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-facility__list .item {
  width: 274px;
  background: #fff;
  padding: 20px
}

@media screen and (max-width:768px) {
  .c-facility__list .item {
    width: 100%;
    padding: 4.6875vw;
    margin-bottom: 4.6875vw
  }
}

.c-facility__list .item-ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.08333333;
  color: #ec6d61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  border-bottom: 4px solid #ec6d61;
  padding-bottom: 18px
}

@media screen and (max-width:768px) {
  .c-facility__list .item-ttl {
    font-size: 5.3125vw;
    border-width: 2px;
    padding-bottom: 4.6875vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-facility__list .item dl {
  line-height: 1.47368421
}

.c-facility__list .item dl dt {
  font-weight: 700;
  color: #ec6d61;
  padding: 14px 0 10px;
  border-bottom: 4px solid #ec6d61
}

.c-facility__list .item dl dd {
  font-size: 17px;
  padding: 16px 0 0
}

.c-facility__list .item dl dd p {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .c-facility__list .item dl dt {
    border-width: 2px
  }

  .c-facility__list .item dl dd {
    font-size: 4.0625vw;
    padding: 3.125vw 0 0
  }
}

.c-society {
  background: #00a7d3;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 48px
}

@media screen and (max-width:768px) {
  .c-society {
    border-radius: 6.25vw;
    padding: 4.6875vw;
    margin-bottom: 15.625vw
  }
}

.c-society__ttl {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px
}

.c-society__ttl i {
  font-size: 29px;
  color: #fcee21;
  margin-right: 10px
}

@media screen and (max-width:768px) {
  .c-society__ttl {
    font-size: 5vw;
    margin-bottom: 4.6875vw
  }

  .c-society__ttl i {
    font-size: 5.625vw;
    margin-right: 3.125vw
  }
}

.c-society__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-society__list .item {
  width: 420px;
  background: #fff;
  padding: 20px
}

@media screen and (max-width:768px) {
  .c-society__list .item {
    width: 100%;
    padding: 4.6875vw;
    margin-bottom: 4.6875vw
  }
}

.c-society__list .item-ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.08333333;
  color: #00a7d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  border-bottom: 4px solid #00a7d3;
  padding-bottom: 18px
}

@media screen and (max-width:768px) {
  .c-society__list .item-ttl {
    font-size: 5.3125vw;
    border-width: 2px;
    padding-bottom: 4.6875vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-society__list .item dl {
  line-height: 1.47368421
}

.c-society__list .item dl dt {
  font-weight: 700;
  color: #00a7d3;
  padding: 13px 0;
  border-bottom: 4px solid #00a7d3
}

.c-society__list .item dl dd {
  font-size: 19px;
  padding: 6px 0 23px;
  border-bottom: 4px solid #00a7d3
}

.c-society__list .item dl dd:last-child {
  border-bottom: none
}

.c-society__list .item dl dd p {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .c-society__list .item dl dt {
    border-width: 2px
  }

  .c-society__list .item dl dd {
    font-size: 4.6875vw;
    padding: 3.125vw 0 4.6875vw;
    border-width: 2px
  }
}

.c-society__list .item .box-image {
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .c-society__list .item .box-image {
    margin-top: 6.25vw
  }
}

/*about*/
.list_photo_txt{
  margin-bottom: 2rem;
}
.list_photo_txt li{
  width:48%;
}
.list_photo_txt li img{
  margin-bottom: 1rem;
}
.c-box-border-about{
  font-weight: bold;
  padding:5rem 3rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-box-border-about{
    text-align: left;
  }
  .list_photo_txt li {
    width: 100%;
  }
}

#sp_only {
  display: none;
  text-align: left;
}
@media screen and (max-width:768px) {
  #sp_only {
    display: block;
  }
}