@charset "utf-8";
/* CSS Document */

/*--------------------------------------
  基本設定
---------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust:100%;
  line-height: 1.5;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg.jpg') no-repeat center;
  background-size: cover;
  z-index: -1;
}
img {
  vertical-align: bottom;
  border: 0;
}
li {
  color: #333;
}
p {
  color: #333;
}
a {
  word-wrap: break-word;
  color: #333;
}
a:hover {
  text-decoration: none;
}
dt, dd {
  color: #333;
}
em {
  font-style: normal;
}
strong {
  font-size: larger;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
  display: block;
}
.sp_none {
  display: none;
}

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



/*--------------------------------------
  header
---------------------------------------*/
.hdr__catcharea {
  background: #fff;
  padding: 0 15px;
}
.hdr__catch {
  background: url(../img/catch.svg) no-repeat top -3vw center;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 42.5vw;
}
.hdr__txt {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #e6ecea;
}
.hdr__infoarea {
  text-align: center;
  background: #fff;
  border-radius: 30px;
  margin: 20px 15px 30px;
  padding: 20px 0;
  box-sizing: border-box;
}
.hdr__infotxtarea {
  margin: 0 15px 15px;
  border-bottom: dashed 3px #dcd351;
  position: relative;
}
.hdr__infotxtarea::before {
  content: "";
  display: block;
  width: 30px;
  height: 90px;
  background: url(../img/img_sprout1.svg) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 5px;
  bottom: 0;
}
.hdr__infotxtarea::after {
  content: "";
  display: block;
  width: 30px;
  height: 90px;
  background: url(../img/img_sprout2.svg) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.hdr__infotxt {
  font-weight: bold;
  margin: 0 auto 1em;
}
.hdr__infotxt span {
  font-size: 17px;
}
.hdr__infotxt em {
  background: #d3f389;
}
.hdr__infobtn {
  margin: 0 auto 20px;
}
.hdr__infobtn a {
  display: inline-block;
  background: #5883b4;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 8px;
  text-decoration: none;
  padding: 8px 20px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.25);
}
.hdr__infobtn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 10px;
}
.hdr__infobtn span {
  font-size: 13px;
  font-weight: normal;
}
.hdr__infobtn span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_pdf_w.svg) no-repeat center center;
  background-size: auto 20px;
  vertical-align: text-bottom;
  margin: 0 5px 0 8px;
}
.hdr__term {
  font-size: 17px;
  font-weight: bold;
}
.hdr__term em {
  font-size: 22px;
}
.hdr__termttl {
  font-size: 15px;
  border: solid 1px #333;
  display: block;
  padding: 4px 4px 4px 12px;
  line-height: 1;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto 0.2em;
}
.hdr__inquiryarea {
  text-align: center;
  padding: 5vw 0 0 0;
  position: relative;
  overflow: hidden;
}
.hdr__inquiryarea::before {
  content: "";
  display: block;
  width: 130vw;
  height: 25vw;
  border-radius: 50% 50% 0 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 65vw);
  z-index: -1;
}
.hdr__inquiryareainner {
  background: #fff;
  padding: 0.5em 0;
}
.hdr__inquiryttl {
  border: solid 1px #333;
  line-height: 1;
  border-radius: 8px;
  padding: 4px 12px;
  display: inline-block;
  margin: 0 auto 0.5em;
}
.hdr__inquirymail {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .hdr__catcharea {
    width: 610px;
    height: 250px;
    margin: 60px auto 0;
    background: #fff;
    padding: 0;
    position: relative;
    border-radius: 42px 42px 0 0;
  }
  .hdr__catch {
    background: url(../img/catch.svg) no-repeat top center;
    background-size: 100% auto;
    width: 560px;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
  .hdr__txt {
    padding: 0;
    width: 610px;
    margin: 0 auto;
    padding: 0 0 1em;
    background: #fff;
    font-size: 13px;
    color: #777;
    text-align: center;
  }
  .hdr__infoarea {
    width: 610px;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 0 0 42px 42px;
    padding: 0 0 15px;
  }
  .hdr__infotxtarea {
    margin: 0 auto 20px;
    border: dashed 3px #dcd351;
    display: inline-block;
    padding: 10px 30px;
  }
  .hdr__infotxtarea::before {
    width: 36px;
    height: 180px;
    background: url(../img/img_sprout1.svg) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: -60px;
  }
  .hdr__infotxtarea::after {
    width: 55px;
    height: 180px;
    background: url(../img/img_sprout2.svg) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    right: -80px;
  }
  .hdr__infobtn {
    margin: 0 auto 10px;
  }
  .hdr__term {
    font-size: 24px;
  }
  .hdr__term em {
    font-size: 32px;
  }
  .hdr__termttl {
    font-size: 16px;
    display: inline-block;
    padding: 4px 0;
    width: 5em;
    margin: 0 6px 0 0;
    line-height: 1.3;
  }
  .hdr__termttl::before {
    content: none;
  }
  .hdr__inquiryarea {
    padding: 30px 0 0 0;
    overflow: hidden;
  }
  .hdr__inquiryarea::before {
    content: none;
  }
  .hdr__inquiryareainner {
    background: none;
    padding: 0 0 20px;
    position: relative;
  }
  .hdr__inquiryareainner::before {
    content: "";
    display: block;
    width: 130vw;
    height: 25vw;
    border-radius: 50% 50% 0 0;
    background: #fff;
    position: absolute;
    top: -25px;
    left: calc(50% - 65vw);
    z-index: -1;
  }
}



/*--------------------------------------
  navarea
---------------------------------------*/
.navarea {
  background: #e2f2cd;
  padding: 15px 0;
}
.gnav li {
  list-style: none;
  width: 310px;
  margin: 0 auto;
}
.gnav li:not(:last-child) {
  margin-bottom: 8px;
}
.gnav li a {
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.gnav li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  margin: 0 0 0 10px;
}
.gnav li span {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .navarea {
    background: #fff;
    padding: 0;
    border-top: solid 1px #ccc;
  }
  .gnav {
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }
  .gnav li {
    width: auto;
    margin: 0;
  }
  .gnav li:not(:last-child) {
    margin-bottom: 0;
    border-right: solid 1px #ccc;
  }
  .gnav li a {
    padding: 0;
    width: 16vw;
    height: 5vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .gnav .gnav__overview a {
    background: url(../img/gnav_overview.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav .gnav__applicant a {
    background: url(../img/gnav_applicant.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav .gnav__example a {
    background: url(../img/gnav_example.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav .gnav__regulations a {
    background: url(../img/gnav_regulations.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav .gnav__guidelines a {
    background: url(../img/gnav_guidelines.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav .gnav__pressrelease a {
    background: url(../img/gnav_pressrelease.svg) no-repeat center center;
    background-size: 16vw auto;
  }
  .gnav li a::after {
    content: none;
  }
}

@media only screen and (min-width: 1100px) {
  .gnav li a {
    width: 174px;
    height: 48px;
  }
  .gnav .gnav__overview a,
  .gnav .gnav__applicant a,
  .gnav .gnav__example a,
  .gnav .gnav__regulations a,
  .gnav .gnav__guidelines a,
  .gnav .gnav__pressrelease a {
    background-size: 174px 48px;
  }
}



/*--------------------------------------
  main
---------------------------------------*/
.cts--overview {
  padding: 50px 15px;
  background: #fff;
}
.cts--applicant {
  background: #fff;
  margin: 30px 15px;
  padding: 30px 15px;
  border-radius: 30px;
  box-sizing: border-box;
}
.cts--example {
  background: url(../img/bg_pattern.svg) repeat left top #e2f2cd;
  background-size: 60% auto;
  padding: 40px 15px;
}
.cts--regulations {
  padding: 50px 15px 0;
  background: #fff;
}
.cts--guidelines {
  padding: 50px 15px;
  background: #fff;
}
.cts--pressrelease {
  background: url(../img/bg_pattern.svg) repeat left top #e2f2cd;
  background-size: 60% auto;
  padding: 40px 15px;
}
.subttl {
  position: relative;
  margin-bottom: 30px;
}
.subttl span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.subttl::after {
  content: "";
  display: block;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  background: #5883b4;
  font-size: 1.5rem;
}
.subttl--overview span {
  background: url(../img/ttl_overview.svg) no-repeat center center;
}
.subttl--overview::after {
  width: 5em;
}
.subttl--applicant span {
  background: url(../img/ttl_applicant.svg) no-repeat center center;
}
.subttl--applicant::after {
  width: 5.5em;
}
.subttl--example span {
  background: url(../img/ttl_example.svg) no-repeat center center;
}
.subttl--example::after {
  width: 4em;
}
.subttl--regulations span {
  background: url(../img/ttl_regulations.svg) no-repeat center center;
}
.subttl--regulations::after {
  width: 11em;
}
.subttl--guidelines {
  height: 1.75em;
}
.subttl--guidelines span {
  background: url(../img/ttl_guidelines.svg) no-repeat center center;
}
.subttl--guidelines::after {
  width: 6.5em;
}
.subttl--pressrelease span {
  background: url(../img/ttl_pressrelease.svg) no-repeat center center;
}
.subttl--pressrelease::after {
  width: 8em;
}
.icon__pdf::after {
  content: "PDF";
  font-size: 13px;
  font-weight: normal;
  background: url(../img/icon_pdf.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 0 0 0 18px;
  margin-left: 10px;
}
.icon__doc::after {
  content: "Word";
  font-size: 13px;
  font-weight: normal;
  background: url(../img/icon_doc.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 0 0 0 18px;
  margin-left: 10px;
}
.icon__xls::after {
  content: "Excel";
  font-size: 13px;
  font-weight: normal;
  background: url(../img/icon_xls.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 0 0 0 18px;
  margin-left: 10px;
}
.icon__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_link.svg) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .cts--overview {
    padding: 45px 0;
    background: url(../img/bg_pattern.svg) repeat left top #e2f2cd;
    background-size: 280px auto;
  }
  .cts--applicant {
    margin: 45px auto;
    padding: 30px 45px;
    width: 700px;
  }
  .cts--example {
    padding: 45px 0;
    background: url(../img/bg_pattern.svg) repeat left top #e2f2cd;
    background-size: 280px auto;
  }
  .cts--regulations {
    margin: 45px auto;
    padding: 30px 45px;
    box-sizing: border-box;
    width: 700px;
    border-radius: 30px;
  }
  .cts--guidelines {
    padding: 45px 0;
  }
  .cts--pressrelease {
    padding: 45px 0;
    background: url(../img/bg_pattern.svg) repeat left top #e2f2cd;
    background-size: 280px auto;
  }
  .subttl span {
    background-size: auto 24px;
  }
  .subttl--guidelines {
    height: 2.4em;
  }
  .subttl--guidelines span {
    background-size: auto 44px;
    height: 2em;
  }
  .subttl::after {
    font-size: 1.6rem;
  }
  .subttl--regulations::after {
    width: 12em;
  }
  .subttl--guidelines::after {
    width: 7.5em;
  }
  .subttl--pressrelease::after {
    width: 7em;
  }
}



/* 事業の概要 */
.overview__txt {
  margin: 0 auto 1em;
}
.overview__outline {
  margin: 30px auto 0;
}
.overview__flow {
  margin: 30px auto 0;
}
.overview__outlinettl {
  position: relative;
  margin: 0 auto 30px;
}
.overview__outlinettl span {
  background: url(../img/ttl_outline.svg) no-repeat center center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.overview__outlinettl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #e6ecea;
}
.overview__flowttl {
  position: relative;
  margin: 0 auto 30px;
}
.overview__flowttl span {
  background: url(../img/ttl_flow.svg) no-repeat center center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.overview__flowttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #e6ecea;
}
.overview__flowttl span.secondary {
  position: absolute;
  top: 0;
  right: 1em;
  background: none;
  text-indent: inherit;
  white-space: normal;
  overflow: initial;
  color: #5883b4;
  font-weight: normal;
}
.overview__img {
  width: 100%;
  margin: 0 auto;
}
.overview__flow .overview__img {
  width: calc(100% - 40px);
}
.overview__img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .overview__txt {
    width: 620px;
  }
  .overview__cts {
    display: flex;
    justify-content: center;
  }
  .overview__outline {
    margin: 0 30px 0 0;
    background: #fff;
    width: 330px;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 0 30px;
  }
  .overview__flow {
    margin: 0;
    background: #fff;
    width: 330px;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 0 30px;
  }
  .overview__outlinettl {
    padding: 15px 0 0;
    margin: 0 auto 40px;
  }
  .overview__outlinettl span {
    background-size: auto 22px;
  }
  .overview__flowttl {
    padding: 15px 0 0;
    margin: 0 auto 40px;
  }
  .overview__flowttl span {
    background-size: auto 22px;
  }
  .overview__flowttl span.secondary {
    top: 0.9em;
    right: 0.5em;
  }
  .overview__outline .overview__img {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1100px) {
  .overview__outline {
    margin: 0 60px 0 0;
    width: 410px;
  }
  .overview__flow {
    width: 410px;
  }
  .overview__outline .overview__img {
    width: 350px;
  }
  .overview__flow .overview__img {
    width: 330px;
  }
}



/* ご希望の方は */
.applicant__list {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #e6ecea;
  margin: 1em auto;
}
.applicant__list dt {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
.applicant__list dd:first-of-type {
  border-bottom: solid 1px #aaa;
  margin: 0 auto 1em;
  padding: 0 0 1em;
}
.applicant__inquiry {
  text-align: center;
  margin: 1em auto 0;
}

@media only screen and (min-width: 768px) {
  .applicant__list {
    overflow: hidden;
  }
  .applicant__list dt {
  margin: 0 auto;
    float: left;
  }
  .applicant__list dd {
    padding: 0 0 0 8em;
  }
  .applicant__list dd:first-of-type {
    padding: 0 0 1em 8em;
  }
}



/* 事業の例 */
.example__txt {
  margin: 0 auto 20px;
}
.example__list {
  margin: 0 auto 20px;
}
.example__list li {
  list-style: none;
}
.example__list li:not(:last-child) {
  margin: 0 auto 30px;
}
.example__item {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}
.example__itemttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto 0.5em;
}
.example__itemimg {
  width: 100px;
  margin: 0 auto 0.5em;
}
.example__itemimg img {
  width: 100%;
  height: auto;
}
.example__examplelist {
  font-weight: bold;
  padding: 15px 0;
  background: #d5e1de;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .example__txt {
    text-align: center;
  }
  .example__list {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .example__list li {
    background: #fff;
    margin: 0;
    width: 30%;
    border-radius: 20px;
  }
  .example__list li:not(:last-child) {
    margin: 0 2% 0 0;
  }
  .example__item {
    background: none;
    padding: 15px;
    border-radius: 0;
  }
  .example__examplelist {
    width: 610px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1100px) {
  .example__list li {
    width: 273px;
  }
  .example__list li:not(:last-child) {
    margin: 0 30px 0 0;
  }
}



/* 実施規程及び応募者書類等 */
.regulations__aboutttl {
  background: url(../img/ttl_about.svg) no-repeat center center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 15px;
}
.regulations__regulations {
  font-weight: bold;
  padding: 15px 0;
  background: #e6ecea;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 40px;
}
.regulations__documentsttl {
  background: url(../img/ttl_documents.svg) no-repeat center center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 15px;
}
.regulations__documents {
  background: #e6ecea;
  border-radius: 15px;
  padding: 0 0 15px;
}
.regulations__notice {
  font-weight: bold;
  text-align: center;
  padding: 20px 0 15px;
}
.regulations__list {
}
.regulations__list li {
  list-style: none;
  text-indent: -1.5em;
  padding: 10px 10px 10px calc(10px + 1.5em);
}
.regulations__list li:nth-child(odd) {
  background: #f1f7f5;
}
.required {
  font-weight: bold;
}
.regulations__list .icon__doc::after {
  padding: 0 0 0 calc(25px + 1.5em);
  margin-left: 0;
  display: block;
}
.regulations__list .icon__xls::after {
  padding: 0 0 0 calc(25px + 1.5em);
  margin-left: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .regulations__regulations {
    width: 610px;
  }
  .regulations__list li {
    text-indent: 0;
    padding: 10px 30px;
  }
  .regulations__list .icon__doc::after {
    padding: 0 0 0 25px;
    margin-left: 0;
    display: inline-block;
  }
  .regulations__list .icon__xls::after {
    padding: 0 0 0 25px;
    margin-left: 0;
    display: inline-block;
  }
}



/* 米の播種前契約推進のためのガイドライン */
.guidelines__txtarea {
  margin: 0 auto 40px;
}
.guidelines__txtareattl {
  position: relative;
  margin: 0 auto 30px;
}
.guidelines__txtareattl span {
  background: url(../img/ttl_guidelinestxt.svg) no-repeat center center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.guidelines__txtareattl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #e6ecea;
}
.guidelines__txtareatxt {
  margin: 0 auto 1em;
}
.guidelines__pdfarea {
  background: #e6ecea;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
.guidelines__pdfareattl {
  text-align: center;
}
.guidelines__pdflist {
  list-style: none;
  display: flex;
  justify-content: center;
}
.guidelines__pdflist li:first-child {
  margin-right: 30px;
}
.guidelines__pdflink {
  text-align: center;
}
.guidelines__pdflinkttl {
  font-weight: bold;
  margin: 0 auto 0.5em;
}
.guidelines__movieareattl {
  position: relative;
  margin: 0 auto 30px;
}
.guidelines__movieareattl span {
  background: url(../img/ttl_guidelinesmovie.svg) no-repeat center center;
  display: block;
  height: 2.8em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.guidelines__movieareattl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #e6ecea;
}
.guidelines__movieareatxt {
  margin: 0 auto 1em;
}
.guidelines__moviewrap {
  width: 100%;
  margin: 0 auto;
}
.guidelines__movie {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
}
.guidelines__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .guidelines__txtareattl span {
    background-size: auto 22px;
  }
  .guidelines__txtareatxt {
    width: 610px;
  }
  .guidelines__pdfarea {
    width: 610px;
    margin: 0 auto;
  }
  .guidelines__movieareattl span {
    background-size: auto 44px;
  }
  .guidelines__movieareatxt {
    width: 610px;
  }
  .guidelines__moviewrap {
    width: 610px;
  }
}

@media only screen and (min-width: 1100px) {
  .guidelines__txtarea {
    margin: 0 auto 50px;
    width: 880px;
  }
  .guidelines__moviearea {
    margin: 0 auto;
    width: 880px;
  }
  .guidelines__moviewrap {
    width: 880px;
  }
}



/* プレスリリース */
.pressrelease__txt {
  text-align: center;
  margin: 0 auto 1em;
}
.pressrelease__list {
  list-style: none;
  margin: 0 auto;
}
.pressrelease__listimg {
  text-align: center;
  margin: 0 auto 1em;
}
.pressrelease__listttl {
  font-weight: bold;
  margin: 0 auto 1em;
}

@media only screen and (min-width: 768px) {
  .pressrelease__list {
    width: 700px;
  }
  .pressrelease__list li {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .pressrelease__listimg {
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 1100px) {
  .pressrelease__list {
    width: 880px;
  }
}



/*--------------------------------------
  footer
---------------------------------------*/
.ftr {
  text-align: center;
  padding: 80px 0 0;
}
.ftr__copyright {
  font-size: 10px;
  display: inline-block;
  text-align: center;
  background: #fff;
  line-height: 1;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
}



/*--------------------------------------
  floating window
---------------------------------------*/
.floatingarea {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floatingarea.is-hidden {
  display: none;
}
.floatingarea__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.floatingarea__window {
  position: relative;
  width: 96%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.floatingarea__close {
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.floatingarea__close::before,
.floatingarea__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #333;
}
.floatingarea__close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.floatingarea__close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.floatingarea__questionarea {
  margin: 60px auto;
}
.floatingarea__questionarea.is-hidden {
  display: none;
}
.floatingarea__question {
  margin: 0 auto 2em;
  font-size: large;
  font-weight: bold;
  text-align: center;
}
.floatingarea__attribute {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.floatingarea__attribute li {
  min-width: 100px;
  margin: 0 4px 10px;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
  background: #eee;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.floatingarea__attribute li:hover {
  opacity: 0.6;
}
#txt_1,
#txt_2,
#txt_3,
#txt_4 {
  display: none;
}
#txt_1.is-visible,
#txt_2.is-visible,
#txt_3.is-visible,
#txt_4.is-visible {
  display: block;
}
.floatingarea__txtarea {
  margin: 30px auto 0;
}
.floatingarea__txtarea.txtarea1 {
  border: solid 2px #6e9760;
}
.floatingarea__txtarea.txtarea2 {
  border: solid 2px #9c5d93;
}
.floatingarea__txtarea.txtarea3 {
  border: solid 2px #609cb4;
}
.floatingarea__txtarea.txtarea4 {
  border: solid 2px #ae7e66;
}
.floatingarea__txtareattl {
  color: #fff;
  line-height: 1;
  padding: 0.5em;
}
.txtarea1 .floatingarea__txtareattl {
  background: #6e9760;
}
.txtarea2 .floatingarea__txtareattl {
  background: #9c5d93;
}
.txtarea3 .floatingarea__txtareattl {
  background: #609cb4;
}
.txtarea4 .floatingarea__txtareattl {
  background: #ae7e66;
}
.floatingarea__txtarealist {
  padding: 15px;
  box-sizing: border-box;
}
.floatingarea__txtarealist > dt {
  color: #14569e;
  font-weight: bold;
  margin: 0 auto 0.3em;
  border-bottom: solid 1px #14569e;
}
.floatingarea__txtarealist > dd:not(:last-of-type) {
  margin: 0 auto 2em;
}
.floatingarea__txtareatxt {
  list-style: none;
}
.floatingarea__txtareatxt > li:not(:last-child) {
  margin: 0 auto 0.5em;
}
.floatingarea__txtareatxt > li > span{
  font-weight: bold;
}
.floatingarea__link {
  list-style: none;
  margin: 15px;
  padding: 10px;
  box-sizing: border-box;
  background: #faffe3;
  border: solid 1px #f1dbc4;
}
.floatingarea__link > li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.floatingarea__link > li > span {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .floatingarea__window {
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 20px);
  }
  .floatingarea__attribute li {
    margin: 0;
  }
  .floatingarea__attribute li:not(:last-child) {
    margin-right: 15px;
  }
}