@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  line-height: inherit;
}
html {
  font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins, a {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover img {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}
a, span {
  color: inherit;
  font-weight: inherit;
}
a:link {
  text-decoration: inherit;
  color: inherit;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
.vTop {
  vertical-align: top !important;
}
.vMiddle {
  vertical-align: middle !important;
}
/* font weight */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.container {
  margin: 0 auto;
  width: 1000px;
}
.container02 {
  width: 1100px;
  margin: auto;
}
.container03 {
  width: 1080px;
  margin: auto;
}
.container04 {
  width: 1150px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .container,
  .container02,
  .container03,
  .container04 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 100%;
  }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#mainVisual {
  position: relative;
  text-align: center;
  z-index: 5;
}
#mainVisual .mainVisual-logo {
  position: absolute;
  top: 0px;
  right: 0px;
}

.visual-img {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #mainVisual {
    height: auto;
    background-image: url(../img/benefit_bg.jpg);
  }
  .visual-img {
    width: 100%;
    margin: 0 auto;
    padding-top: inherit;
  }
  #mainVisual .mainVisual-logo {
    top: 0px;
    right: 0px;
    width: 23%;
    max-width: 150px;
  }

}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  /*background-color: #f9f5ac;*/
  padding: 35px 15px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #footer {
    padding: 20px 45px;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#content {
}

@media only screen and (max-width: 640px) {
  #content {
  }
}

section {
  position: relative;
}

.sec01 .ttlMain .text:after {
  background-color: #e9527d;
}

.sec02 .ttlMain .text:after {
  background-color: #6eb62a;
}

.sec03 .ttlMain .text:after {
  background-color: #e9527d;
}

.sec04 .ttlMain .text:after {
  background-color: #ffffff;
  /*box-shadow: 0px 5px 4.65px 0.35px rgba(255, 255, 255, 0.57);*/
  /*box-shadow: 0px 0px 10px rgb(255 255 255 / 57%);*/
}
.sec04 .ttlMain.c-black .text {
  color: #ffffff;
  /*text-shadow: 0px 5px 4.65px rgba(255, 255, 255, 0.57);*/
  /*text-shadow: 0px 0px 10px rgb(255 255 255 / 57%);*/
}


/*------------------------------------------------------------
	section 04
------------------------------------------------------------*/
.sec04 {
  position: relative;
  padding-top: 125px;
  background: #d4d17f url(../img/sec04_bg.jpg) no-repeat center top;
}
.sec04-bg {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .sec04 {
    position: relative;
    padding-top: 70px;
  }
  .sec04-bg {
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
  }
  .sec04-bg img {
    max-width: initial;
    width: 95%;
  }
}
.sec04-content {
  position: relative;
  z-index: 1;
}
.sec04 .caption.style {
  /*background-color: #fff100;*/
  /*text-shadow: 0px 5px 4.65px rgba(44, 198, 253, 0.57);*/
  /* color: #fff; */
  color: #502c1d;
  border-radius: 10px;
  padding: 0 30px;
  position: relative;
  margin-bottom: 100px;
}
.sec04 .caption.style:after {
  /*content: "";*/
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #fff100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}
.sec04 .note {
  background-color: #fff100;
  margin-bottom: 20px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .sec04 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .sec04 .caption.style {
    width: 95%;
    margin: 20px auto 0;
  }
  .sec04-content {
    padding: 0 15px;
    background-size: 100% auto;
    margin-top: 40px;
    padding-top: 20px !important;
  }
  .sec04:after {
    top: 40%;
  }
}

.sec04-content {
  padding: 0 15px 80px;
}
.note {
  background-color: #fff100;
    margin-bottom: 20px;
    border-radius: 40px;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    line-height: 1.5em;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.access-nav {
  margin: 40px auto;
  width: 1080px;
}

.access-nav li {
  padding: 8px 0px;
}

.access-nav p {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff100;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.21);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.21);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.access-nav .access-title:after {
  content: '\f0d7';
  display: block;
  font-size: 20px;
  font-family: "FontAwesome";
  margin-top: 0px;
}

.access-nav p:hover {
  opacity: 0.8;
}

.access-nav span {
  padding-top: 25px;
  display: block;
}

.access-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .access-nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .access-nav .slick-list {
    margin: 0 -10px;
  }
  .access-nav li {
    width: 32% !important;
    padding: 5px 3px;
  }
  .access-nav p {
    width: auto;
    height: auto;
    border-radius: 80px;
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.21);
    border-width: 2px;
  }
  .access-nav span {
    padding: 20px 10px 0;
    font-size: 4vw;
    letter-spacing: 0.03em;
  }
  .access-nav span small {
    font-size: inherit;
    display: inline-block;
  }
}

.access01 .access-title {
  background-color: #30b495;
}

.access02 .access-title {
  background-color: #f05a8a;
}

.access07 .access-title {
  background-color: #ed7979;
}

.access03 .access-title {
  background-color: #44b7e5;
}

.access04 .access-title {
  background-color: #87c251;
}

.access05 .access-title {
  background-color: #ca78b0;
}

.access06 .access-title {
  background-color: #f49431;
}

.access-title {
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.access-title small {
  font-size: 17px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .access-title {
    font-size: 18px;
  }
}

.access-body {
  background-color: #fff;
  position: relative;
  padding: 35px 40px 55px;
}

@media only screen and (max-width: 640px) {
  .access-body {
    padding: 25px 20px 0;
  }
}

.access-body ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -35px;
}

@media only screen and (max-width: 640px) {
  .access-body ul {
    margin-bottom: 0;
  }
}

.access-body li {
  width: 48%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.access-body li.last {
  background-color: #eae9df;
  padding: 20px 0 35px;
}

.access-body li.last .btn {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .access-body li {
    width: 100%;
    margin-bottom: 30px;
  }
  .access-body li.last .btn {
    width: 90%;
  }
}

.access-body .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  background-color: #eae9df;
  padding: 10px;
  line-height: 1.63;
}

@media only screen and (max-width: 640px) {
  .access-body .title {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

.access-body .text {
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .access-body .text {
    font-size: 14px;
    text-align: left;
  }
}

.access-body .btn {
  width: 327px;
  margin: 10px auto 0;
}

.access-body .btn a {
  color: #fff;
  font-size: 15px;
  border-radius: 12px;
  letter-spacing: 0.1em;
  background-color: #0075c1;
  display: block;
  border: 2px solid #fff210;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
          box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
  position: relative;
  line-height: 1.3em;
}

.access-body .btn a:hover {
  opacity: 0.8;
}

.access-body .btn a i {
  color: #fff210;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .access-body .btn {
    width: 100%;
    padding-right: 5px;
  }
}

.access-body .time {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  .access-body .time {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.access-body .date {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.access-body .date small, .access-body .date span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0;
}

.access-body .date span {
  color: #fff;
  background-color: #f385a7;
  border-radius: 50%;
  line-height: 45px;
  width: 45px;
  margin-left: 5px;
  vertical-align: top;
  text-align: center;
}

.access-body .date span.holiday {
  background-color: #38a0de;
}

@media only screen and (max-width: 640px) {
  .access-body .date {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .access-body .date span {
    width: 30px;
    line-height: 30px;
  }
  .access-body .date small, .access-body .date span {
    font-size: 17px;
  }
}

.access-for {
  width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  min-height: 755px;
}

.access-for:after {
  content: "";
  height: 50px;
  width: 1000px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.access-for-item h3 {
  padding: 17px;
  letter-spacing: 0.1em;
}

.access-for .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.access-for .slick-arrow {
  z-index: 9;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #0075c1 !important;
  -webkit-box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.16);
}

.access-for .slick-arrow i {
  color: #fff;
  font-size: 40px;
  margin-top: -5px;
}

.access-for .slick-arrow span {
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
  display: block;
}

.access-for .slick-arrow.slick-prev:before, .access-for .slick-arrow.slick-next:before {
  content: none;
}

.access-for .slick-arrow.slick-prev {
  left: -50px;
}

.access-for .slick-arrow.slick-prev i {
  padding-right: 7px;
}

.access-for .slick-arrow.slick-next {
  right: -50px;
}

.access-for .slick-arrow.slick-next i {
  padding-left: 7px;
}

.access-for .slick-arrow.slick-disabled {
  opacity: 0.5;
}

@media only screen and (max-width: 640px) {
  .access-for {
    width: 100%;
    min-height: auto;
  }
  .access-for:after {
    display: none;
  }
  .access-for-item h3 {
    padding: 10px;
    letter-spacing: 0.02em;
  }
  .access-for .slick-arrow {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 117, 193, 0.9) !important;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.16);
    top: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .access-for .slick-arrow i {
    font-size: 30px;
  }
  .access-for .slick-arrow.slick-prev {
    left: -10px;
  }
  .access-for .slick-arrow.slick-prev i {
    padding-right: 5px;
  }
  .access-for .slick-arrow.slick-next {
    right: -10px;
  }
  .access-for .slick-arrow.slick-next i {
    padding-left: 5px;
  }
}



/*------------------------------------------------------------
  other
------------------------------------------------------------*/
.sp-only {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.illus {
  position: absolute;
}

/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
.ttlMain {
  position: relative;
  text-align: center;
}
.ttlMain .text {
  font-size: 4.5rem;
  line-height: 1.3;
  margin-top: 25px;
  letter-spacing: 0.1em;
  color: #231815;
}
.ttlMain .text span {
  display: inline-block;
}
.ttlMain.c-black {
}
.ttlMain.c-black .text {
  color: #231815;
}

span.color01 {
  color: #e9527d;
}
span.color02 {
  color: #73bd5f;
}
span.color03 {
  color: #02b7ee;
}
span.color04 {
  color: #695ea7;
}

span.bgColor01 {
  background-color: #f8dd00;
}
.ttlMain .text:after {
  content: "";
  display: block;
  width: 455px;
  max-width: 95%;
  margin: 30px auto 0;
  height: 10px;
}
.ttlMain .caption {
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: bold;
  margin-top: 45px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .ttlMain .text {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .ttlMain .text:after {
    margin-top: 15px;
    height: 6px;
  }
  .ttlMain .icon img {
    height: 35px;
  }
  .ttlMain .caption {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.c-white {
  color: #fff;
}
.pText {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.txt-small {
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.tCenter {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .pText {
    font-size: 1.5rem;
    font-size: 15px;
  }
  .txt-small {
    font-size: 1.1rem;
    font-size: 11px;
  }
}

.sec-anchor {
  position: relative;
}
.anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  margin-bottom: 60px;
}

.anchorList li {
  width: 191px;
  height: 191px;
  box-shadow: 0px 0px 6.57px 2.43px rgba(149, 149, 149, 0.27);
}
.anchorList li:hover {
  opacity: 0.85;
}
.anchorList li + li {
  margin-left: 30px;
}

.anchorList .icon {
  display: block;
  padding: 25px 0 5px;
}

.anchor-item01,
.anchor-item02,
.anchor-item03 {
  background-color: #ffffff;
  border-radius: 50%;
}
.anchor-item01 {
  border: 8px solid #e9527d;
}
.anchor-item02 {
  border: 8px solid #ed6d00;
}
.anchor-item03 {
  border: 8px solid #6eb62a;
}
.anchor-item-anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 191px;
  margin-top: -8px;
  margin-left: -8px;
}
.anchor-item-anchor:hover img {
  opacity: 1;
}
.anchor-textS {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
.anchor-textM {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .sec-anchor {
    margin-top: -80px;
  }
  .benefit_label {
    margin-bottom: 15px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .anchorList {
    margin-bottom: 15px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .anchorList li {
    width: 110px;
    height: 110px;
  }
  .anchorList li + li {
    margin-left: 2vw;
  }
  .anchor-item01,
  .anchor-item02,
  .anchor-item03 {
    border-width: 6px;
  }
  .anchor-item-anchor {
    width: 110px;
    height: 110px;
    margin-top: -6px;
    margin-left: -6px;
  }
  .anchor-item-anchor img {
    width: 27%;
  }
  .anchor-textS {
    font-size: 10px;
  }
  .anchor-textM {
    font-size: 11px;
  }
  .anchorList .icon {
    padding: 15px 0 7px;
  }
  .anchorList .textUnder {
    padding: 10px 0 4px;
  }
}
@media only screen and (max-width: 425px) {
  .anchorList li {
    width: 30vw;
    height: 30vw;
  }
  .anchor-item-anchor {
    width: 30vw;
    height: 30vw;
    margin-top: -6px;
    margin-left: -6px;
  }
  .anchor-textS {
    font-size: 2.5vw;
  }
  .anchor-textM {
    font-size: 3vw;
  }
}

/* btn */
.btnWrap02 {
  width: 545px;
  margin: 30px auto 25px;
}
.btnWrap02 a {
  position: relative;
  display: block;
  padding: 25px 0;
  background-color: #0075c1;
  color: #fff;
  border-radius: 10px;
  font-size: 2.5rem;
  font-size: 25px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  text-align: center;
}
.btnWrap02 a:hover {
  opacity: 0.8;
}
.btnWrap02 a i {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .btnWrap02 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .btnWrap02 a {
    padding: 15px 0;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .btnWrap02 a i {
    right: 8.5px;
  }
}

.btnWrap03 {
  width: 525px;
  margin: 30px auto 0;
}
.btnWrap03 a {
  position: relative;
  display: block;
  padding: 40px 0;
  color: #fff;
  border: 4px solid #fff210;
  border-radius: 10px;
  font-size: 3rem;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
          box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
}
.btnWrap03 a:hover {
  opacity: 0.8;
}
.btnWrap03 a i {
  color: #fff;
  font-size: 2.2rem;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnWrap03 a.color01 {
  background-color: #32b496;
}
.btnWrap03 a.color02 {
  background-color: #f05d8c;
}
.btnWrap03 a.color03 {
  background-color: #ee7e7e;
}
.btnWrap03 a.color04 {
  background-color: #4bbae6;
}
.btnWrap03 a.color05 {
  background-color: #8cc457;
}
.btnWrap03 a.color06 {
  background-color: #cc7eb3;
}
.btnWrap03 a.color07 {
  background-color: #f49939;
}

@media only screen and (max-width: 640px) {
  .btnWrap03 {
    width: 100%;
    margin-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .btnWrap03 a {
    padding: 15px 0;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .btnWrap03 a i {
    right: 8.5px;
    font-size: 1.4rem;
    font-size: 14px;
  }
}

.btnWrap04 {
  width: 665px;
  margin: 0 auto 30px;
}
.btnWrap04 a {
  position: relative;
  display: block;
  padding: 25px 0;
  color: #fff;
  border: 4px solid #fff210;
  border-radius: 10px;
  font-size: 3rem;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
          box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.21);
}
.btnWrap04 a:hover {
  opacity: 0.8;
}
.btnWrap04 a i {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnWrap04 a.color01 {
  background-color: #ed6d00;
}

@media only screen and (max-width: 640px) {
  .btnWrap04 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .btnWrap04 a {
    padding: 15px 0;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .btnWrap04 a i {
    right: 8.5px;
  }
}


.m-border-title {
  position: relative;
  text-align: center;
}
.m-border-title span {
  position: relative;
  font-size: 18px;
  z-index: 1;
  padding-right: 1em;
  padding-left: 1em;
  color: #382b1a;
  font-weight: 500;
}
.m-border-title::before,
.m-border-title::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 3.5em);
  height: 2px;
  background-color: rgba(56, 43, 25, .5);
}
.m-border-title::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m-border-title::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.housing-event-list {
    box-sizing: content-box;
    padding-top: 35px;
    margin-right: 15px;
}


.housing-event-list .artcicleList-title {
    max-width: 452px;
    position: relative;
    border-top: 5px solid #745532;
}
.housing-event-list .event_type {
    position: absolute;
    top: -34px;
    left: 0;
    padding: 5px 27px;
    background-color: #735532;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.housing-event-list .evnet-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 27px 25px;
    background-color: rgba(116, 85, 50, .1);
}
.housing-event-list .evnet-link-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #382b1a;
}
.housing-event-list .evnet-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 192px;
    background-color: #ffffff;
}
.housing-event-list .evnet-img img {
    width: 100%;
    max-height: auto;
}
.housing-event-list .event-info {
    width: 260px;
    margin-left: 20px;
    color: #382b1a;
    font-weight: 500;
}
.housing-event-list .event-info-text {
    font-size: 18px;
}

.housing-event-list .btn-attendance {
    position: absolute;
    right: 25px;
    bottom: 27px;
    display: block;
    padding: 5px 20px;
    border: 2px solid #745532;
    color: #745532;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    z-index: 10;
}

.housing-event-list .post-detile-area .post-detile-box .dateTime-text {
    margin-top: 3px;
    margin-bottom: 20px;
    color: #382b1a;
    font-size: 16px;
    font-weight: 500;
}

.housing-event-list .post-detile-area .post-detile-box .venue-text {
    margin-top: 3px;
    color: #382b1a;
    font-size: 13px;
    font-weight: 500;
}



/*  */
.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.m-wrapper-l {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

.lp-wrap {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .lp-wrap {
    max-width: 91.25%;
  }
}

.lp-wrap-large {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .lp-wrap-large {
    max-width: 91.25%;
  }
}

.lp-btn-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .lp-btn-wrap {
    display: block;
  }
}

.lp-btn {
  max-width: 410px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .lp-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

.lp-btn+.lp-btn {
  margin-left: 35px;
}
@media screen and (max-width: 640px) {
  .lp-btn+.lp-btn {
    margin-left: 0;
  }
}

.lp-btn-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 7px solid #c88a47;
  border-radius: 10px;
  color: #eb5f0c;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
.lp-btn-link.event {
  background-color: #fff100;
  border-bottom: 7px solid #e4b011;
  color: #231815;
}

@media screen and (max-width: 640px) {
  .lp-btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lp-btn-link.shadow-orange {
  -webkit-box-shadow: 0px 0px 20px 4px #ed6d00;
  box-shadow: 0px 0px 20px 4px #ed6d00;
}

.lp-btn-link:visited,
.lp-btn-link:link {
  color: #eb5f0c;
  text-decoration: none;
}
.lp-btn-link.event:visited,
.lp-btn-link.event:link {
  color: #231815;
}


.lp-btn-link .fab {
  display: inline-block;
  margin-right: 7px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  .lp-btn-link .fab {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.lp-btn-form {
  max-width: 550px;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .lp-btn-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.lp-btn-form-link {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff100;
  border: 7px solid #ffffff;
  border-radius: 60px;
  color: #003960;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16.32px -3.32px #613d40;
  box-shadow: 0px 0px 16.32px -3.32px #613d40;
}

@media screen and (max-width: 640px) {
  .lp-btn-form-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lp-btn-form-link.shadow-orange {
  -webkit-box-shadow: 0px 0px 20px 4px #ed6d00;
  box-shadow: 0px 0px 20px 4px #ed6d00;
}

.lp-btn-form-link:visited,
.lp-btn-form-link:link {
  color: #003960;
  text-decoration: none;
}

.lp-btn-form-link .fas {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 7px;
  font-size: 30px;
  font-size: 3rem;
}

.lp-btn-area {
  max-width: 550px;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .lp-btn-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.lp-btn-area-link {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00533a;
  border: 7px solid #fff100;
  border-radius: 60px;
  color: #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16.32px -3.32px #613d40;
  box-shadow: 0px 0px 16.32px -3.32px #613d40;
}

@media screen and (max-width: 640px) {
  .lp-btn-area-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lp-btn-area-link.shadow-orange {
  -webkit-box-shadow: 0px 0px 20px 4px #ed6d00;
  box-shadow: 0px 0px 20px 4px #ed6d00;
}

.lp-btn-area-link:visited,
.lp-btn-area-link:link {
  color: #ffffff;
  text-decoration: none;
}

.lp-btn-area-link .fas {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 7px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .lp-btn-area-link .fas {
    display: none;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.choice-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 21px;
  background-image: url(../img/freebie_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.choice-wrap02 {
  padding-bottom: 60px;
  background-image: url(../img/benefit_bg02.jpg);
  background-position: center top;
}
.freebie-obj {
  position: absolute;
  top: 0;
  left: 0;
}
.choice .freebie-box_heading {
  margin-top: -120px;
}

@media screen and (max-width: 640px) {
  .choice-wrap {
    padding-bottom: 30px;
  }
  .choice-wrap02 {
    padding-bottom: 30px;
  }
  .choice .freebie-box_heading {
    margin-top: -20%;
  }
}

.choice .mv-wrap {
  text-align: center;
  /*margin: 60px 110px 0;*/
  
}

.choice .mv-wrap img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .choice .mv-wrap {
    margin: 0;
    padding: 0 0 0px;
    position: relative;
    z-index: 10;
  }
}

.choice .freebie-wrap {
  position: relative;
  padding-top: 55px;
  background-position: center top;
}
@media screen and (max-width: 640px) {
  .choice .freebie-wrap {
    padding-top: 10%;
    padding-bottom: 0px;
  }
}

.choice .freebie-box {
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  .choice .freebie-box {
    max-width: 91.25%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.freebie-box_heading {
  margin-top: -6px;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .freebie-box_heading {
    /* width: 91.25%; */
    width:100%;
    /*margin-top: -15%;*/
    /*margin-bottom: 5px;*/
    position: relative;
    z-index: 1;
    margin: 0 auto 15px auto;
  }
}
.freebie-box_text {
  padding-left: calc(70px + 1em);
  text-indent: -1em;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .freebie-box_text {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
  }
}

.freebie-box_content {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .freebie-box_content {
    padding: 14px 12px 20px;
  }
}

.freebie-box_content .m-wrapper{
  max-width:none;
}

.choice .freebie-heading {
  /*position: absolute;*/
  /*top: -65px;*/
  /*left: 0;*/
  width: 1135px;
  /*margin-top: -9%;*/
  margin-left: -67px;
  /*border-radius: 30px 30px 0 0;*/
  text-align: center;
}

.freebie-box_note {
  margin-top: 75px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .freebie-box_note {
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .choice .freebie-heading {
    position: relative;
    z-index: 10;
    /*margin-top: -21%;*/
    /*top: 30px;*/
    /*left: 5%;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

.choice .freebie-image {
  margin-top: 60px;
  text-align: center;

}

@media screen and (max-width: 640px) {
  .choice .freebie-image {
    margin-top: 50px;
  }
}

.choice .freebie-text {
  margin-top: 30px;
  text-align: center;
}

.choice .freebie-note {
  color: #ffffff;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
}

/* ↓↓↓ 追加：20230808 ↓↓↓ */

.freebie-flexBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 30px;
}

.freebie-flexBlock .item-box{
  display: block;
  width: calc(50% - 5px);
  margin: 5px 0;
}

@media screen and (max-width: 640px) {
  .freebie-flexBlock{
    display: block;
    margin: 20px 0 15px;
  }
  
  .freebie-flexBlock .item-box{
    display: block;
    width: 65.75%;
    margin: 10px auto 0;
  }
}
/* ↑↑↑ 追加：20230808 ↑↑↑ */


.freebie-img {
  text-align: center;
}

.freebie-tenji {
  padding: 55px 90px;
  background: url(../img/freebie-tenji_bg.jpg) repeat bottom center;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .freebie-tenji {
    padding: 25px 20px;
  }
  .choice .freebie-note {
    font-size: 15px;
  }
}

.freebie-tenji-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .freebie-tenji-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.freebie-tenji-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.freebie-tenji-btn {
  position: relative;
  max-width: 390px;
  width: 100%;
  margin-top: 30px;
  padding: 35px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}
.freebie-tenji-btn:visited,
.freebie-tenji-btn:link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .freebie-tenji-btn {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .freebie-tenji-btn {
    width: 100%;
    margin-top: 25px;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.freebie-tenji-btn:hover {
  opacity: 0.8;
}

.freebie-tenji-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.2rem;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .freebie-tenji-btn i {
    right: 8.5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.freebie-tenji-btn.color1 {
  background-color: #32b496;
}

.freebie-tenji-btn.color2 {
  background-color: #f05d8c;
}

.freebie-tenji-btn.color3 {
  background-color: #ee7e7e;
}

.freebie-tenji-btn.color4 {
  background-color: #4bbae6;
}

.freebie-tenji-btn.color5 {
  background-color: #8cc457;
}

.freebie-tenji-btn.color6 {
  background-color: #cc7eb3;
}

.freebie-tenji-btn.color7 {
  background-color: #f49939;
}

.covid {
  padding-top: 65px;
  padding-bottom: 90px;
  /*background-color: #fff9b0;*/
  /*border: 2px solid #1064a6;*/
}

@media screen and (max-width: 640px) {
  .covid {
    padding-top: 35px;
    padding-bottom: 35px;
    /*padding-top: 0px;*/
    /*padding-bottom: 0;*/
    border: none;
    background-color: transparent;
  }
}

/*.covid-recommend {
  width: 100%;
  padding: 8px;
  background-color: #1064a6;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  display: none;
}

@media screen and (max-width: 640px) {
  .covid-recommend {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
  }
}*/

.covid-heading {
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-color: #1064a6;*/
  /*color: #fff;*/
  /*font-size: 30px;*/
  /*font-weight: bold;*/
  text-align: center;
}


@media screen and (max-width: 420px) {
  .covid-heading {
    /*margin-top: 0;*/
    /*background-color: transparent;*/
    /*font-size: 20px;*/
    /*color: #000000;*/
  }
}


.covid-text {
  font-size: 17px;
  margin-top: 13px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .covid-text {
    font-size: 13px;
    margin-top: 5px;
  }
}

.covid-iamge {
  /*margin-top: 20px;*/
  /*padding: 40px 40px;*/
  /*background-color: #f2eaea;*/
  /*border-radius: 10px;*/
  text-align: center;
}
@media screen and (max-width: 640px) {
  .covid-iamge {
    margin-top: 0px;
  }
}


.freebie-tenji-wrap {
  /*margin-top: -120px;*/
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .freebie-tenji-wrap {
    margin-top: 0;
    padding-top: 0;
  }
}

.stayhome_title {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #28a7e1;
  text-align: center;
}
.stayhome-image-wrap {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f8f1d6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .stayhome-image-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.stayhome-image {
}
.stayhome-image+.stayhome-image {
  margin-top: 25px;
}


.freebie-inner {}
.freebie-inner_wrap {}
.freebie-inner_wrap+.freebie-inner_wrap {
  margin-top: 25px;
}
.freebie-inner_heading {
  padding: 7px 20px;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}
.freebie-inner_heading.bg_red {
  background-color: #ae1f24;
}
.freebie-inner_heading.bg_blue {
  background-color: #2b77be;
}
.freebie-inner_box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.freebie-inner_content {
  max-width: 515px;
  width: 100%;
  padding-left: 25px;
}
.freebie-inner_content-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
.freebie-inner_content-text {
  margin-top: 7px;
  font-size: 20px;
}
.freebie-inner_content-caution {
  margin-top: 20px;
  font-size: 12px;
}
.freebie-inner_image {}

@media screen and (max-width: 640px) {
  .freebie-inner {
    margin-top: 30px;
  }
  .freebie-inner_box {
    flex-direction: column;
  }
  .freebie-inner_content {
    padding-left: 0;
  }
  .freebie-inner_heading {
    font-size: 26px;
  }
  .freebie-inner_content-title {
    font-size: 28px;
  }
  .freebie-inner_content-text {
    font-size: 18px;
  }
  .freebie-inner_image {
    margin-top: 20px;
  }
}

.chance {
  margin: 0 110px 60px;
  padding-top: 90px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f9f5e5;
}
@media screen and (max-width: 640px) {
  .chance {
    margin: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}



#showRoom {
  max-width: 1750px;
  margin-right: auto;
  margin-left: auto;
}

#event {
  background-color: #f9f5ac;
}

.project-wrap {
  padding-top: 100px;
  padding-bottom: 95px;
  background: rgb(29,32,136);
  background: linear-gradient(180deg, rgba(29,32,136,1) 0%, rgba(0,160,233,1) 100%);
}
.project-inner {
  max-width: 1113px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.project-header {
  text-align: center;
}
.project-main {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .project-wrap {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .project-inner {
    max-width: 91.25%;
  }
  .project-header {
    margin-right: 0;
  }
}

.digitalstamp-wrap {
  background-image: url(../img/digitalstamp_bg.png);
  background-position: top center;
  /*background-color: rgba(243,207,43,0.6);*/
}
.digitalstamp-inner {
  max-width: 1113px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  /*background-color: rgba(237,253,255,.3);*/
  text-align: center;
}

.digitalstamp-header {
  /*margin-right: -45px;*/
}

.digitalstamp-main {
  margin-top: 20px;
}

.digitalstamp-btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .digitalstamp-wrap {
    background-size: 250%;
  }
  .digitalstamp-inner {
    max-width: 91.25%;
    background-color: transparent;
  }
  .digitalstamp-header {
    margin-right: -4.375%;
  }
  .digitalstamp-btn {
    margin-top: 35px;
  }
  .digitalstamp-main {
    margin-left: -4%;
  }
}

.special_present-banner {
  margin-top: 50px;
}
.special_present-banner-image {
  text-align: center;
}
.special_present-banner-text {
  margin-top: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .special_present-banner-text {
    font-size: 14px;
  }
}

.housing-event-list .event-info {
  padding-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .housing-event-list .event-info {
    padding-bottom: 50px;
  }
}

.benefit-content {
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 45px;
  background-image: url(../img/freebie_bg.png);
  background-repeat: no-repeat;
  

  /*background: rgb(255,238,66);*/
  /*background: -moz-linear-gradient(0deg, rgba(255,238,66,1) 0%, rgba(218,130,171,1) 50%, rgba(87,187,234,1) 100%);*/
  /*background: -webkit-linear-gradient(0deg, rgba(255,238,66,1) 0%, rgba(218,130,171,1) 50%, rgba(87,187,234,1) 100%);*/
  /*background: linear-gradient(0deg, rgba(255,238,66,1) 0%, rgba(218,130,171,1) 50%, rgba(87,187,234,1) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee42",endColorstr="#57bbea",GradientType=1);*/
  /* background-size: cover; */
  background-size: 2000px auto;
  background-position: center top;
  background-color: #aad0c9;

}
.choice .freebie-note,
.benefit-content .freebie-note {
  max-width: 775px;
  margin: 30px auto 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}
.benefit-content .freebie-heading {
  margin-top: -150px;
  text-align: center;
}
.freebie-image-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 640px) {
  .benefit-content {
    margin-top: 0;
    /*padding-top: 25px;*/
    /* padding-top: 10px;
    padding-bottom: 30px;
    background-image: url(../img/freebie_bg_sp.png);
    background-size: cover; */

    padding-top: 0px;
    padding-bottom: 0px;
    background-image:none;
  }
  .benefit-content .m-wrapper{
    max-width:none;
  }
  .choice .freebie-note,
  .benefit-content .freebie-note {
    margin-top: 15px;
    font-size: 11px;
    font-size: 11px;
  }
  .benefit-content .freebie-heading {
    width: 85%;
    margin: -20% auto 0;
  }
  .freebie-image-wrap {
    display: block;
  }

  .freebie-image + .freebie-image {
    margin-top: 30px;
  }
}

.freebie-img {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .freebie-img {
    margin-top: 0;
  }
}

.mv-wrap h1 {
  text-align: center;
  background-color: #bb0c17;
}


.freebie-item {
  margin-top: 35px;
  text-align: center;
}
.freebie-product img {
  margin-left: -15px;
}
@media screen and (max-width: 640px) {
  .freebie-item {
    margin-top: 5%;
  }
}

@media only screen and (min-width: 769px){
  .searchSect .titBlock .tabBox .tabList li {
    width: 143px !important;
  }
}

.recommend {
  padding: 20px;
  background-color: #c11920;
  /*background: rgb(218,130,171);*/

  /* background: -moz-linear-gradient(0deg, rgba(114,1,5,1) 0%, rgba(184,17,26,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(114,1,5,1) 0%, rgba(184,17,26,1) 100%);
  background: linear-gradient(0deg, rgba(114,1,5,1) 0%, rgba(184,17,26,1) 100%); */

  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da82ab",endColorstr="#57bbea",GradientType=1);*/
}
.recommend__image {
  text-align: center;
}