@charset "UTF-8";

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #197fbd;
  --indigo: #1e2e4f;
  --purple: #6f42c1;
  --pink: #ee5d5b;
  --red: #dc3545;
  --orange: #c2ae5e;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #47a1b2;
  --white: #fff;
  --gray: #999;
  --gray-dark: #555;
  --primary: #47a1b2;
  --secondary: #197fbd;
  --success: #28a745;
  --info: #1e2e4f;
  --warning: #c2ae5e;
  --danger: #ee5d5b;
  --light: #f5f5f5;
  --dark: #dce7f2;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00a040;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #31707b;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #999;
}

code {
  font-size: 87.5%;
  color: #ee5d5b;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #333;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 15px 0 15px 0;
}

.navbar-brand{
  margin-right: 15px;
  color:#00a040;
  text-decoration: underline;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 20px solid #00a040;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}


.nav-link{
  color: #00a040 !important;
  border-radius: 25px;
  border: 2px dotted #00a040;
  padding: 0.5rem 1rem !important;
}

.nav-item a{
  text-decoration: none;
}

.sectionMaintitle{
  background-image:url(../img/logo_back.png);
  background-repeat: repeat;
  background-size: cover;
  background-color: #f4f2f0;
}

.sectionMaintitle--wrap{
  max-width:800px;
  margin: 0 auto;
  padding: 70px 10px;
}

.sectionMaintitle--title{
 margin-bottom: 40px;
 margin-top: 0px;
}

.sectionMaintitle--title img{
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sectionMaintitle--lead{
  border-radius: 25px;
  background-color: #00a040;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%
}

.sectionMaintitle--note{
  border: dotted 2px #fff;
  border-radius: 5px;
  padding:15px;
  display: flex;
  display: -webkit-flex;
}

.sectionMaintitle--note__img{
  width:18%;
  padding:0 50px;
  margin: 0
}

.sectionMaintitle--note__img img{
  width: 100%
}

.sectionMaintitle--note__note{
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.sectionAbout__box__link{
  font-size:0.875rem;
  text-align: right;
}

.sectionAbout__box a{
  color: #00a040;
  text-decoration: underline;
  display: block;
  margin-top: 15px;
}


/* ///////////////////////////////////////////////
チャイケモについて
/////////////////////////////////////////////// */
.sectionAbout{
  max-width: 924px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 75px 45px;
  box-sizing: border-box;
}


.sectionAbout__title{
  color:#00a040;
  margin: 0 auto;
  display: flex;
  width: 65%;
  margin-bottom: 25px;
}

.sectionAbout__title figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(12% - 15px);
  margin: 0 15px 0 0 ;
}

.sectionAbout__title figure img{
  width: 100%
}

.sectionAbout__title__note{
  margin: 0 auto;
  width: 85%;
  flex: 0 0 auto;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}

.sectionAbout__lead{
  font-weight: bold;
  line-height: 3;
  width: 95%;
  margin: 0 auto 50px auto;
}

.sectionAbout__lead_br{
  display: none;
}

.sectionAbout__box{
  border: #00a040 solid 2px;
  border-radius: 10px;
  padding: 15px;
}

.sectionAbout__box__title{
  color:#00a040;
  font-size: 1.25rem;
  font-weight: bold;
}

.sectionAbout__box__note{
  font-size: 0.875rem;
  line-height: 1.5;
}


/* ///////////////////////////////////////////////
テーマ
/////////////////////////////////////////////// */

.sectionTheme{
  background-color: #f4f2f0;
}

.sectionTheme--wrap{
  max-width:890px;
  margin:0 auto;
  padding:100px 0 70px 0;
  margin: 0 auto;
  color:#333;
}

.sectionTheme--title{
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: bold;
  color:#00a040;
  margin-bottom: 75px;
}

.sectionTheme--title::before{
  content: "＼";
  font-size: 1.8rem;
}

.sectionTheme--title:after{
  content: "／";
  font-size: 1.8rem;
}

.sectionTheme--title img {
    margin-right: 25px;
    height:2.5rem;
}

.sectionTheme--lead{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 40px 0 35px 0;
}

.sectionTheme--contents{
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.sectionTheme--contents li{
  width:calc(50% - 20px);
  border:3px solid #00a040;
  border-radius: 5px;
  padding: 13px 0px 30px 0;
  margin-bottom: 25px;
  list-style:none;
  background-color: #fff;
}

.sectionTheme--contents li figure{
  margin: 0 auto;
  padding: 0;
  width: 95%;
}

.sectionTheme--theme__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 25px 0 0 0;
  text-align: center;
}

.sectionTheme--theme__title span{
  padding: 0 10px;
}

.sectionTheme--theme__title::after{
  content: " ";
  display: block;
  border-top: solid 4px #00a040;
  width: 40%;
  margin: 10px auto 20px auto;
}

.sectionTheme--theme__note{
  font-weight: 1.125rem;
  text-align: center;
}

.sectionTheme--contents img{
  width: 100%
}

/* ///////////////////////////////////////////////
参加方法はこちら
/////////////////////////////////////////////// */

.sectionJoin{
  width:100%;
  background-image: url(../img/athome/back4_image.png);
  background-repeat: repeat;
  color:#333;
  padding:100px 0 80px 0;
}

.sectionJoin--wrapper{
  max-width:970px;
  margin:0 auto;
  padding:0 10px;
}

.sectionJoin--title{
  font-size:2.5rem;
  font-weight:bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom:25px;
  color: #00a040;
  letter-spacing: 0.2rem;
}


.sectionJoin--title::before{
  content: "＼";
  font-size: 1.8rem;
  margin-right: 1rem;
}

.sectionJoin--title::after{
  content: "／";
  font-size: 1.8rem;
  margin-left: 1rem;
}

.sectionJoin--note{
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.sectionJoin--steplist{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}

.sectionJoin--steplist__box{
  width:calc(33.333333% - 40px);
  margin-right:15px;
  padding:15px 15px 0px 15px;
  box-sizing: border-box;
  background-color:#ffffff;
  border-radius:5px;
  color:#333333;
  border: 3px solid #00a040;
  /* justify-content:space-between; */
  /* justify-content:space-between; */
  flex-direction: column;
  position: relative;
  list-style-type: none;
}

.sectionJoin--steplist__box:not(:last-child):after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -20px;
    top: 50%;
    border-left: 20px solid #00a040;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.sectionJoin--steplist__box:last-child{
    margin-right: 0px;
}

.sectionJoin--steplist__box__image01{
  width: 20%;
  margin: 0 auto 30px auto;
  display: block;
}

.sectionJoin--steplist__box__image01 img{
  width: 100%;
  flex-shrink: 0;
  flex: 1 0 auto;
}


.sectionJoin--steplist__box__title{
  flex: 0 0 auto;
  /* height:28px; */
  /* flex-basis: 28px; */
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.sectionJoin--steplist__box__title{
    text-align: center;
    font: #333;
    line-height: 1.8;
    font-size: 1rem;
}

.sectionJoin--steplist__box__title span{
    color: #ff7b00;
}

.sectionJoin--steplist__box__title .green{
  color: #00a040;
  font-weight: bold;
}

.sectionJoin--steplist__box__title img{
  max-width:53%;
}

.sectionJoin--steplist__box a{
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px 5%;
  background-color: #00913c;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.sectionJoin--steplist__box a:hover{
  background: #38a967;
}

.sectionJoin--steplist__box > li::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid rgb(102,213,233);
    border-right: 4px solid rgb(102,213,233);
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.sectionJoin--steplist__box__image03{
    width: 100%;
    margin:0;
}

.sectionJoin--steplist__box__image03__img{
  width:40%;
  object-fit: contain;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.sectionJoin--steplist__box__image03 img{
    width: 50%;
    display: block;
    margin: 0 auto;
}

.sectionJoin--enjoy{
  background-color: #fff;
  padding:30px;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sectionJoin--enjoy__text{
  width: 70%;
  margin-right: 45px;
}

.sectionJoin--enjoy__text__title{
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

.sectionJoin--enjoy__text__title::before {
    transform: rotate(-40deg);
}

.sectionJoin--enjoy__text__title::after{
  transform: rotate(40deg);
}

.sectionJoin--enjoy__text__title::before, .sectionJoin--enjoy__text__title::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1.5rem;
    margin-bottom: -0.2rem;
    background: #333;
}

.sectionJoin--enjoy__text__title__block{
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.sectionJoin--enjoy__text__text{
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.sectionJoin--enjoy__img{
  width: 25%
}

.sectionJoin--enjoy__img img{
  width: 100%
}



/* ///////////////////////////////////////////////
キャンペーン概要
/////////////////////////////////////////////// */

.sectionDescription{
  width:100%;
  background-color: #f4f2f0;
  padding: 100px 0;
}

.sectionDescription--title{
  font-size:2.5rem;
  font-weight:bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom:75px;
  color: #00a040;
  letter-spacing: 0.2rem;
}


.sectionDescription--title::before{
  content: "＼";
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1rem;
}

.sectionDescription--title::after{
  content: "／";
    font-size: 1.8rem;
    margin-left: 1rem;
}

.sectionDescription--body{
  max-width: 924px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 75px 45px;
  box-sizing:border-box;
}

.sectionDescription--subtitle{
  padding:0;
  margin:0;
  font-weight: bold;
  font-size: 1rem;
}

.sectionDescription--note{
  padding:0;
  margin:0 0 1.5em 0;
  font-size: 1rem !important;
  line-height: 2;
}

.sectionDescription--note h4{
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 15px;
}


ul.sectionDescription--note{
  padding:0 0 0 1.5em;
  list-style:disc;
}

.sectionDescription--note li{
    list-style-type: disc
}


.sectionDescription--notice{
  display: block;
  font-size: 1rem;
  margin:0 0 1.5em 0;

}

.sectionDescription--note li{
  margin: 0;
  padding: 0;
}

.footer--menu ul{
  width: 60%;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto 10px auto;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer--menu li{
  text-align: center;
  padding: 0 20px;
  list-style: none;
  color:#333;
  font-weight: normal;
}

.footer--menu li a{
  color: #333;
  text-decoration: none;
}

.footer--menu li:not(:last-child){
  border-right: #333 solid 1px;
}

.d-lg-none {
		display: none!important;
}

.footer--menu{
  max-width: 924px;
  background-color: #ffffff;
  margin: 0 auto;
}

.footer--copyright--support{
  text-align: right;
  color: #00a040;
  font-size: 0.7rem;
  display: block;
}

.footer--copyright{
  color: #00a040;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

@media screen and (max-width: 990px){
  .d-lg-none {
      display: block!important;
  }

  .sectionMaintitle{
    background-image: url(../img/logo_back_sp.png);
    background-repeat: repeat;
    background-size: cover;
    background-color: #f4f2f0;

  }
  .sectionMaintitle--wrap{
    padding: 90px 25px;
  }


  .sectionMaintitle--title{
    margin-bottom: 20px;
  }
  .sectionMaintitle--title img{
    width: 100%;
  }

  .sectionAbout{
    padding: 75px 10px;
  }

  .sectionMaintitle--lead{
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 5px 0;
  }

  .sectionMaintitle--note{
    display: block;
  }

  .sectionMaintitle--note__note{
    font-size: 0.8rem;
    text-align: center;
  }

  .sectionMaintitle--note__img{
    display: none;
  }

  .sectionAbout__title figure{
   display: none;
  }

  .sectionAbout__title{
    width: 100%;
    text-align: center;
  }

  .sectionAbout__title__note{
    font-size: 1.25rem;
    width: 100%;
  }

  .navbar{
    padding: 0;
  }
  .nav-item{
    display: flex;
  }

  .nav-link{
    display: none;
  }

  .navbar-brand{
    width: 100%;
    font-size: 0.75rem;
  }

  .sectionAbout__lead{
    line-height: 2;
    width: 100%;
  }

  .sectionAbout__lead_br{
    display: block;
  }

  .sectionTheme--wrap{
    padding: 50px 0 40px 0;
    margin: 10px;
  }

  .sectionAbout__title__note{
    letter-spacing: 0rem;
  }

  .sectionTheme--title img{
    margin-right: 5px;
    height: 1.25rem;
  }

  .sectionTheme--title{
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
  }

  .sectionTheme--lead{
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }

  .sectionTheme--contents{
    display: block;
  }

  .sectionTheme--contents li{
    width: 100%;
  }



  .sectionTheme--theme__title{
    font-size: 1.25rem;
  }

  .sectionTheme--theme__note{
    font-size: 1rem;
  }

  .sectionJoin--title{
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }

  .sectionJoin{
    padding: 50px 0 40px 0;
  }

  .sectionJoin--note{
    margin: 10px;
    font-size: 0.8rem;
  }

  .sectionJoin--steplist__box{
    width: 100%;
    margin-bottom:30px;
    padding: 30px 10px;
    position: relative;
  }

  .sectionJoin--steplist__box:last-child{
      margin-right: 0px;
      padding-bottom: 0px;
  }

  .sectionJoin--steplist__box:not(:last-child):after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -20px;
      left: 0;
      width: 0px;
      height: 0px;
      top:100%;
      margin: auto;
      border-style: solid;
      border-color: #00a040 transparent transparent transparent;
      border-width: 20px 20px 0 20px;
}

  .sectionJoin--steplist__box__title{
    height:auto;
    flex: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .sectionJoin--enjoy{
    display: block;
  }

  .sectionJoin--enjoy__text{
    width: 100%;
  }



  .sectionJoin--enjoy__text__title{
    font-size: 0.9rem;
    text-align: center;
  }

  .sectionJoin--enjoy__text__title::before, .sectionJoin--enjoy__text__title::after {
    height: 2rem
  }

  .sectionJoin--enjoy{
    padding: 20px 10px;
  }

  .sectionJoin--steplist{
    display: block;
  }

  .sectionJoin--enjoy__text__text{
    font-size: 0.8rem;
  }

  .sectionJoin--enjoy__img{
    width: 80%;
    margin: 20px auto 0 auto;
  }

  .sectionTheme--theme__note{
    font-size: 0.8rem
  }

  .sectionDescription--title{
    font-size: 1.25rem;
    margin-bottom: 35px
  }

  .sectionDescription{
    padding: 50px 0 40px 0;
  }

  .sectionDescription--body{
    padding: 35px 20px;
    margin: 0 10px;
  }

  .sectionDescription--subtitle{
    font-size: 0.8rem;
  }
  .sectionDescription--note{
    font-size: 0.8rem !important;
  }

  .sectionDescription--notice{
    font-size: 0.8rem;
  }
  .footer--menu ul{
    width: 90%;
    list-style: none;
    margin: 0 auto 15px auto;
    padding: 0;
  }

  .footer--menu ul li{
    padding: 0 10px;
  }

  .footer--copyright{
    padding: 10px;
  }
}
