@charset "UTF-8";
/*=====================================
	#contents
======================================*/
#contents {
  background-color: #fff;
}

/*=====================================
	color
======================================*/
.green_1 {
  color: #49802b;
}

.bg-pink {
  background-color: #ff578c;
}

/*=====================================
	common
======================================*/
.ms-minus-10 {
  margin-left: -10px;
}

.ms-minus-15 {
  margin-left: -15px;
}

/*=====================================
	// id #title
======================================*/
#title {
  text-align: center;
  position: relative;
}

#title {
  width: 100%;
  background-color: #efe8da;
  background-size: contain;
}

#title .bg_top {
  padding-top: 40px;
  background: url(../img/title_bg_01_mob.png) top center no-repeat;
  background-size: contain;
}

#title .bg_bottom {
  background: url(../img/title_bg_02_mob.png) bottom center no-repeat;
  background-size: contain;
}

#title .bg_middle {
  /* padding: 120px 0 90px; */
  background: url(../img/title_bg_03_mob.png) center center no-repeat;
  background-size: contain;
}

#title h1 {
  width: 95%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

#title .join-container {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative;
}

#join {
  width: 95px;
  position: absolute;
  top: 0;
  right: 5%;
}

#join img {
  width: 100%;
}

#h1_pc {
  display: none;
}

#h1_mob {
  display: block;
}

@media screen and (min-width: 700px) and (max-width: 899px) {
  #title h1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 641px) {
  #join {
    width: 130px;
    position: absolute;
    top: 0;
    right: 6%;
  }
}
@media screen and (min-width: 900px) {
  #title {
    width: 100%;
  }
  #title .bg_top {
    padding-top: 50px;
    background: url(../img/title_bg_01_pc.png) top center no-repeat;
  }
  #title .bg_bottom {
    background: url(../img/title_bg_02_pc.png) bottom center no-repeat;
    /* padding-bottom: 90px; */
    padding-bottom: 30px;
  }
  #title .bg_middle {
    padding: 100px 0 90px;
    background: url(../img/title_bg_03_pc.png) center center no-repeat;
  }
  #title h1 {
    width: 80%;
  }
  #title .join-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-top: 0;
    /* border: #f00 thin solid; */
  }
  #title .join-container #join {
    width: 200px;
    height: auto;
    position: absolute;
    right: 0;
    top: 280px;
    z-index: 1;
  }
  #h1_pc {
    display: block;
  }
  #h1_mob {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  /* h1 {
    width: 80%;
  } */
}
/*=====================================
	//ID lead
======================================*/
#lead {
  text-align: center;
}

#lead p {
  line-height: 1.8;
}

#lead ul {
  line-height: 1.8;
}

#lead ul li .icon {
  width: 19px;
  height: auto;
  margin-right: 7px;
  margin-bottom: 7px;
}

.mob640 {
  display: none;
}

@media print, screen and (max-width: 768px) {
  #lead {
    margin-bottom: 60px;
  }
  #lead ul li .icon {
    width: 14px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
/*=====================================
	//NOTE layout common
======================================*/
.contents-box {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.contents-box h3 {
  width: 120px;
  height: 120px;
  color: #fff;
  background: #ff578c;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -45px;
  right: 10px;
}

.contents-box h3.left {
  left: 15px;
}

.contents-box h3.right {
  right: 5px;
}

.contents-box h5,
.contents-box h6 {
  color: #7a3107;
}

@media screen and (min-width: 1024px) {
  .contents-box {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    position: relative;
  }
  .contents-box h3 {
    width: 180px;
    height: 180px;
    position: absolute;
    top: -60px;
    left: 30px;
  }
  .bg_fullwidth .contents-box h3 {
    top: -125px;
  }
  .contents-box h3.left {
    left: 45px;
  }
  .contents-box h3.right {
    right: 45px;
  }
}
/*================================
	// common
=================================*/
.link:hover {
  color: #333;
}

.link .arrow {
  width: 8px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

/*=================================
	#outline //NOTE date_detal
===================================*/
#outline {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #2c5604;
}

#detail {
  font-size: 16px;
}

#detail ul {
  margin-left: 0.5em;
}

.date_detail {
  margin-bottom: 60px;
  padding: 30px 5% 0;
}

.date_detail_item h4 {
  font-size: 15px;
  color: #af8530;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

.date_detail_item h4 span {
  padding: 5px 15px 2px;
  background-color: #f3eddf;
}

.btn-entry a {
  width: 90%;
  max-width: 700px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: auto;
  padding: 0.9em 1em 1em;
  background: #ee5b5b;
  border-radius: 3em;
  display: block;
  box-shadow: 0 8px 0 0 #ffe3e3;
}

.vol-52 #about_mrc .link a {
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
  background: #ee5b5b;
  border-radius: 2em;
  display: inline-block;
  display: block;
  box-shadow: 0 5px 0 0 #ffe3e3;
}

@media screen and (min-width: 1000px) {
  .date_detail {
    padding: 60px 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .date_detail_item h4 {
    font-size: 18px;
  }
  .date_detail {
    text-align: center;
    position: relative;
  }
  .date_detail .endtxt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .date_detail_item {
    font-size: 20px;
  }
  .date_detail_item .detail_txt .link {
    font-size: 1.6rem;
    text-decoration: underline;
  }
  .checklist {
    color: #666;
    font-size: 12px;
  }
  .checklist a {
    text-decoration: underline;
  }
  .vol-52 #about_mrc .link a {
    max-width: 360px;
  }
  .btn-entry a {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  #outline {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/*====================================================
        individuals 
=====================================================*/
/* #inq  */
#inq.date_detail_item h4 {
  margin-bottom: 5px;
  letter-spacing: 0;
}

#inq.date_detail_item dl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#inq.date_detail_item dt {
  font-size: 1.6rem;
  color: #b09255;
  margin-bottom: 5px;
}

#inq.date_detail_item dt span {
  padding: 5px 20px;
  background-color: #f5eccc;
}

#inq.date_detail_item dd:last-child {
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  #inq.date_detail_item dt span {
    padding: 5px 40px;
  }
}
/*==================================
       reco fair
==========================*/
.text-orange {
  color: #ff932f;
}

.text-brown {
  color: #724012;
}

#reco-fair {
  position: relative;
  border: #ff932f thin solid;
}

#reco-fair .notice {
  font-size: 14px;
  position: absolute;
  top: -35px;
  right: -15px;
  width: 80px;
  height: 80px;
  background-color: #ff932f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#reco-fair h5 {
  color: #ff932f;
}

#reco-fair .feaver {
  position: relative;
}

#reco-fair .feaver::before {
  /*バックスラッシュ*/
  content: "＼";
  color: #724012;
  position: absolute;
  top: 0;
  left: -15px;
}

#reco-fair .feaver::after {
  content: "／";
  /*スラッシュ全角*/
  color: #724012;
  position: absolute;
  top: 0;
  right: -15px;
}

@media screen and (min-width: 1024px) {
  #reco-fair .notice {
    font-size: 16px;
    top: -15px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
  #reco-fair .feaver::before {
    position: relative;
  }
  #reco-fair .feaver::after {
    position: relative;
  }
}
/*==================================

==========================*/
@media screen and (max-width: 768px) {
  .qr.pc {
    display: block;
    margin: auto;
  }
}
/*==================================
 #past
==========================*/
#past ul li {
  font-size: 14px;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:root {
  /* Quint（Quartより強く、Expoより弱い） */
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-inout: cubic-bezier(0.86, 0, 0.07, 1);
  /* Expo（もっとも強い） */
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-inout: cubic-bezier(1, 0, 0, 1);
}

#title {
  background: url(../img/title_bg_04_pc.png) no-repeat;
  background-size: cover;
}
#title .bg_top {
  background: url(../img/title_bg_01_pc.png) top center no-repeat;
  background-position-y: -12%;
}
@media screen and (max-width: 999px) {
  #title .bg_top {
    background: url(../img/title_bg_01_mob.png) top center no-repeat;
    background-size: contain;
    background-position-y: -8%;
  }
}
#title .bg_middle {
  background: none;
  padding: 0 0 90px;
}
@media screen and (max-width: 999px) {
  #title .bg_middle {
    padding-bottom: 0;
  }
}
#title .bg_bottom {
  background: url(../img/title_bg_02_pc.png) bottom center no-repeat;
  background-position-y: 112%;
}
@media screen and (max-width: 999px) {
  #title .bg_bottom {
    background: url(../img/title_bg_02_mob.png) bottom center no-repeat;
    background-size: contain;
    background-position-y: 108%;
  }
}
#title h1 {
  width: 120%;
  max-width: 1300px;
  margin-left: -10%;
}
@media screen and (max-width: 1200px) {
  #title h1 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  #title .join-container {
    padding-bottom: 20px;
    padding-top: 24px;
  }
}
#title .join-container > p:nth-of-type(1) {
  color: #f998f9;
}
#title .join-container #join {
  top: 50%;
}
@media screen and (max-width: 999px) {
  #title .join-container #join {
    top: 0;
  }
}

#outline {
  background: url("../img/body_bg_03.png");
  background-repeat: repeat;
}
#outline .contents-box h3 {
  background: #48adf1;
}
#outline .contents-box h4 {
  color: #fff;
}
#outline .contents-box h4 span {
  background: #f998f9;
}/*# sourceMappingURL=styles.css.map */