.text-img-area .text-area {
  width: 70%;
  float: left;
}
.text-img-area .pic-area {
  width: 26%;
  float: right;
}

.flyer {
  margin: 20px auto 0;
}
.flyer img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .flyer {
    width: 80%;
  }
}
body {
  border-top: none;
}

.fixed {
  /* border-top: 5px solid #1e3784; */
  /* position: fixed; */
  background: #ffffff;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* @media only screen and (min-width: 320px) {
  .wholewrap {
    padding-top: 77px;
  }
}
@media only screen and (min-width: 360px) {
  .wholewrap {
    padding-top: 81px;
  }
}
@media only screen and (min-width: 375px) {
  .wholewrap {
    padding-top: 82px;
  }
}
@media only screen and (min-width: 412px) {
  .wholewrap {
    padding-top: 86px;
  }
}
@media only screen and (min-width: 768px) {
  .wholewrap {
    padding-top: 99px;
  }
} */
.festive {
  margin-bottom: 80px;
}

.festive_download {
  padding: 30px;
  border: 1px solid #ccc;
}

.festive_download_title {
  margin-top: 0em;
}

.festive_download_title:before {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  background: url(../images/common/icon_1r_20.png) no-repeat center top;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: .5em;
}

.festive_download_item {
  display: inline-block;
}

.festive_download_item a {
  display: inline-block;
  font-size: 100%;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.column_base:after {
  content: "";
  display: table;
  clear: both;
}

.column_item {
  float: none;
  width: 100%;
}

.column_02 .column_item:first-child {
  margin-right: 0%;
}

.column_02 .column_item {
  width: 100%;
}

.layouts_sidebanner .column_main {
  width: 100%;
}

.layouts_sidebanner .column_side {
  width: 100%;
}

.main_contents {
  margin-bottom: 80px;
}

.main_contents .column_item {
  margin-top: 40px;
}

.main_contents .column_item:first-child {
  margin-top: 0;
}

.main_contents .festive {
  margin-top: 40px;
  margin-bottom: 0;
}

.main_banner_box img {
  width: 100%;
  height: auto;
}

.main_banner_box a {
  cursor: pointer;
}

.main_banner_box a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  .column_item {
    float: left;
    width: 50%;
  }

  .column_02 .column_item:first-child {
    margin-right: 2%;
  }

  .column_02 .column_item {
    width: 49%;
  }

  .layouts_sidebanner .column_main {
    width: 65%;
  }

  .layouts_sidebanner .column_side {
    width: 33%;
  }

  .main_contents .column_item {
    margin-top: 0;
  }
}

.field {
  position: relative;
}


.memberName {
  font-size: 1.7em;
  margin: 1em auto;
}

.logout {
  text-align: center;
  margin: 0 0 2em ;
}

@media only screen and (min-width: 768px) {
		.memberName {
				font-size: 3em !important;
				padding: 1.5em 0;
		}
		.logout {
				position: absolute;
				right: 0;
				top: 0;
		}
}

.logout a {
  padding: .5em;
/* 
  width: 80px;
  height: 20px;
 */
  line-height: 34px;
  background-color: #1e3784;
  color: #fff;
  text-align: center;
}


.contest_btn_wrap {
  margin-top: 20px;
}
.contest_btn_wrap h4 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}
.contest_btn_list {
  display: flex;
  justify-content: space-between;
}
.contest_btn {
  display: inline-block;
  padding: 1.5em 1em;
  background: #de5353;
  color: #fff;
  text-align: center;
  font-size: 2em;
  transition: all 400ms;
  width: calc(50% - 8px);
  box-sizing: border-box;
}
.contest_btn:nth-child(1) {
  background: #538fde;
}
.contest_btn:hover {
  color: #fff;
  opacity: .7;
}
.contest_item {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .contest_btn {
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  .contest_btn {
    font-size: 16px;
    padding: 1em 1em;
  }
}



.text__center {
  text-align: center;
}


.indexnews {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.indexnews__box {
  padding: 2rem;
  border-radius: 0.25rem;
  background-color: antiquewhite;
  border: 2px solid crimson;
}
.indexnews__title {
  color: crimson;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .5em;
}
.indexnews__text {
  color: crimson;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .indexnews__title {
    font-size: 1.4em;
  }
}

.indexlogin {
  display: flex;
  justify-content: center;
}
.indexlogin__form {
  font-size: 16px;
  max-width: 20rem;
  width: 100%;
}
.indexlogin__item + .indexlogin__item {
  margin-top: 1.5rem;
}
.indexlogin__item-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexlogin__item + .indexlogin__item-forget {
  font-size: 14px;
  margin-top: 2.5rem;
}
.indexlogin__label {
  margin-bottom: 0.25rem;
  color: #63686f;
}
.indexlogin__input {
  border: 1px solid rgb(209 213 219 / 1);
  padding: .5rem .75rem;
  border-radius: 0.375rem;
  box-sizing: border-box;
  width: 100%;
}
.indexlogin__input#pass {
  padding-right: 2.75rem;
}
.indexlogin__password-wrap {
  position: relative;
}
.indexlogin__password-visible-icon {
  width: 2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/index/eye.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.indexlogin__password-visible-icon.is--visible {
  background-image: url(../images/index/eyeclose.svg);
}
.indexlogin__error {
  margin-top: 0.25rem;
  font-size: 14px;
}
.indexlogin__error--upper {
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 2em;
}
[type="submit"].indexlogin__btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}
[type="submit"].indexlogin__btn::-webkit-search-decoration {
  display: none;
}
[type="submit"].indexlogin__btn::focus {
  outline-offset: -2px;
}
[type="submit"].indexlogin__btn {
  font-size: 14px;
  padding: .5rem 1rem;
  border-radius: .5rem;
  border: 0px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .indexlogin__item-btn {
    display: block;
  }
  .indexlogin__item-btn-column + .indexlogin__item-btn-column {
    margin-top: 1.5rem;
  }

}
