@charset "utf-8";
/*=========================================
    共通部分
=========================================*/
.chCheck a{
	color: #009944;
}
.sp_resize{
	display: none;
}
body {
  font-size: 14px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}
wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* ヘッダー */
header {
  height: 90px;
  background-color: #009944;
  width: 100%;
}
.header__inner {
  width: 100%;
  max-width: 1240px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__navi-right {
  display: flex;
  justify-content: flex-end;
}
ul.header__navi {
  display: flex;
  margin-top: 35px;
}
ul.header__navi li a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1.5px;
  text-decoration: none;
}
ul.header__navi li:not(:last-of-type) {
  margin-right: 32px;
}
header aside ul {
  margin-top: 35px;
}
header aside ul {
  display: flex;
  margin-left: 38px;
}
header aside ul li:first-of-type {
  margin-right: 28px;
}
/* nav */
.navsp {
  display: none;
}
/* コンテンツ */
.content {
  width: 100%;
}
/* to Top */
#to-top {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 5;
  width: 191px;
  height: 66px;
  background-image: url(../img/btn-totop.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* フッター */
footer {
  position: relative;
  width: 100%;
  background-color: #009944;
  padding-top: 20px;
}
footer h2:first-child {
  text-align: center;
  margin-bottom: 10px;
}
.footer__brand-site {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.footer__brand-site nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer__brand-site nav ul:not(:last-of-type) {
  margin-right: 2.8%;
}
.footer__brand-site nav ul > li:nth-child(odd) {
  margin-right: 4px;
  margin-bottom: 4px;
}
.footer__brand-site nav ul:nth-of-type(1), .footer__brand-site nav ul:nth-of-type(2) {
  width: 372px;
  display: flex;
  flex-wrap: wrap;
}
.footer__brand-site nav ul:nth-of-type(3) {
  width: 200px;
}
.footer__bottom-inner {
  display: flex;
  height: 50px;
}
.footer__bottom-inner small {
  height: 50px;
  display: flex;
  align-items: center;
  font-style: italic;
  letter-spacing: 0.5px;
}
.footer__navi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.5px;
}
.footer__navi ul:first-of-type {
  display: flex;
}
.footer__navi ul:first-of-type li {
  padding-left: 13px;
  padding-right: 13px;
  height: 12px;
  line-height: 12px;
}
.footer__navi ul:first-of-type li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.footer__navi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.footer__navi ul li a:hover {
  text-decoration: underline;
}
footer h2 {
  font-size: 14px;
  color: #fff;
}
footer small {
  padding-right: 13px;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
}

/* 単指示 */
.m-top2em {
  margin-top: 2em;
}
.txt-indent1em {
  padding-left: 1em;
  text-indent: -1em;
}
.hide {
  display: none;
}
.sp-inbl {
  display: none;
}
.pc-inbl {
  display: inline-block;
}
.sp-in {
  display: none;
}

/***********************************************************************
smart phone
***********************************************************************/
@media screen and (max-width:640px) {
/* header--sp */
header {
  height: 50px;
}
.header__inner {
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
.header__navi-right {
  display: block;
  width: auto;
  height: 31px;
  margin-right: 1.5%;
}
.header__navi-right aside {
  display: none;
}
.header__logo {
  margin-left: 3.5%;
}
.header__logo img {
  margin-left: 3.5%;
  width: 110px;
  height: auto;
}
/* nav--sp */
.navsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navsp__menu img {
  width: 36px;
  height: 8px;
}
#navsp__btn {
  position: relative;
  width: 29px;
  height: 17.5px;
}
#navsp__btn span {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: .2s ease-in-out;
}
#navsp__btn span:nth-child(1) {
  top: 0;
  right: 0;
}
#navsp__btn span:nth-child(2) {
  top: 8px;
  left: 4px;
}
#navsp__btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#navsp__btn.open span:nth-child(1) {
  width: 28px;
  top: -7px;
  right: 1px;
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#navsp__btn.open span:nth-child(2) {
  opacity: 0;
}
#navsp__btn.open span:nth-child(3) {
  width: 28px;
  bottom: -7px;
  left: 1px;
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.header__naviwrap {
  display: block;
  position: fixed;
  top: 90px;
  left: auto;
  right: -375px;
  z-index: 500;
  width: 100%;
  max-width: 375px;
  height: 100%;
  margin-top: 0;
  padding: 0 3.125%;
  background-color: rgba(0,0,0,.73);
}
ul.header__navi {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 10px 0;
}
ul.header__navi li {
  position: relative;
}
ul.header__navi li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 5px;
}
ul.header__navi li a {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  background-position: 12px center;
  background-size: 175px 40px;
  background-color: #fff;
  border-radius: 6px;
  color: #094;
  font-size: 16px;
  line-height: 60px;
}
ul.header__navi li a:after {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  bottom: 0px;
  right: 15px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* to-top--sp */
  
#to-top {
  top: -50px;
  right: 0;
  width: 144px;
  height: 50px;
  background-image: url(../img/sp/btn-totop.png);
  background-size: 144px 50px;
}
/* footer--sp */
footer {
  padding-top: 25px;
}
.footer__brand-site {
  width: 100%;
}
.footer__brand-site nav {
  flex-flow: column nowrap;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
.footer__brand-site nav ul:nth-of-type(1) {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2%;
}
.footer__brand-site nav ul:nth-of-type(1) li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 0;
  margin-bottom: 1%;
}
.footer__brand-site nav ul:nth-of-type(2) {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2%;
}
.footer__brand-site nav ul:nth-of-type(2) li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 0;
  margin-bottom: 1%;
}
.footer__brand-site nav ul:nth-of-type(3) {
  width: 100%;
}
.footer__brand-site nav ul:nth-of-type(3) li {
  width: 100%;
}
.footer__bottom-inner {
  flex-flow: column nowrap;
  margin-top: 0;
  padding-top: 0;
  height: 105px;
}
.footer__navi ul li a:hover {
  text-decoration: none;
}
.footer__navi ul:first-of-type {
  flex-wrap: wrap;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer__navi ul:first-of-type li:not(:first-of-type) {
  padding-left: 10px;
  justify-content: space-between;
  flex-flow: column wrap;
}
.footer__navi ul:first-of-type li:first-of-type {
  padding-left: 0;
}
.footer__navi ul:first-of-type li {
  padding-right: 10px;
}
.footer__navi ul {
  justify-content: center;
}
.footer__navi ul li {
  margin-bottom: 10px;
  padding: 0;
  height: 1.2em;
  line-height: 1.2em;
}
.footer__navi ul li:nth-of-type(4) {
  padding-right: 0;
  border-right: 0 !important;
}
.footer__navi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.5;
}
.footer__navi ul:first-of-type li img {
  height: 10px;
}
.footer__bottom-inner small {
  padding-right: 0;
  height: auto;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
}

  
  /* 単指示 */
.sp-inbl {
  display: inline-block;
}
.pc-inbl {
  display: none;
}
.sp-in {
  display: inline;
}
}

/* 170831追記 規約モーダル */
.scroll_fixed{
  position: fixed;
  top: 0;
}
#modal__contact{
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);
}
.modal__agree{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 101;
  width:80%;
  height:70%;
  overflow: hidden;
  margin:auto;
  background-color:#009944;
  border:5px solid #009944;
  border-radius:10px;
}
.modal__agree-title{
  margin:0;
  padding-left: 0.5em;
  padding-bottom: 3px;
  color:#fff;
  font-size:1.2rem;
  font-weight:400;
}
.modal__agree-inner{
  width:100%;
  height:100%;
  overflow: scroll;
  background-color:#fff;
  color:#333;
}
.modal__agree-text .privacy{
  width:95%;
  margin:20px auto;
}

#modal__agree-btn {
  width: 30px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 105;
  height: 23px;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 20px;
}

.modal__agree-title div#modal__agree-btn{
	color: #FFFFFF !important;
}

/* 応募規約 */
.camp-agree{
  position: relative;
  margin-top: 50px;
  width: 100%;
}
.camp-agree__bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.camp-agree__bg::before{
  display: block;
  position: absolute;
  content: " ";
  top: 393px;
  left: 0;
  width: 100%;
  height: 732px;
  z-index: -9;
  transform: skewY(19.5deg); 
  background-color: rgb(53, 181, 151);
  opacity: 0.2;
}
.btn-camp-agree{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  width: calc(100% - 40px);
  max-width: 960px;
  height: 60px;
  margin: 30px auto 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1aa255;
  cursor: pointer;
  transition: all .2s linear;
}
.btn-camp-agree img{
  height: 17px; 
}
.camp-agree__inner{
  width: 76.92%;
  max-width: 1000px;
  margin: 40px auto ;
}
/*＊ 応募規約テーブル PC-*/
.agreement__table{
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
}

.agreement__table th {
  width: 21%;
  max-width: 210px;
  font-weight: bold;
  color: #009944;
  vertical-align: text-top;
  text-align: left;
  padding-left: 20px;
}
.agreement__table td {
  line-height: 2;
  padding-right: 20px;
}
.agreement__table th,
.agreement__table td {
  padding-bottom: 28px;
  text-align: left;
}
.table-comments {
  color: #009944;
}
.agreement__table a {
  color: #009944;
  text-decoration: underline;
}
.agreement__table ul li{
  text-indent: -1em;
  padding-left: 1em;
}

/* firefoxのインデント調整 */
@-moz-document url-prefix() {
	.agreement__table ul li{
		text-indent: -0.5em;
    padding-left: 1em;
	}
}

.agreement__table ol li{
  padding-left: 2em;
}

@media screen and (max-width:640px){
  /* 応募規約モーダル SP */
  .modal__agree {
    width: 100%;
    height: 90%;
  }
  
  .sp_resize{
	  display: block;
	  height: 120%;
  }
  
   /* 応募規約 SP */
  .camp-agree__inner{
    width: 100%;
  }
  .camp-agree {
    margin-top: 30px;
  }
  .camp-agree__bg::before {
    top: 843px;
    width: 173%;
  }
  .camp-agree__inner{
    width: calc(100% - 28px);
    max-width: 347px;
    margin: 20px auto;
  }
  .camp-agree__contents{
    margin-top: 5px;
  }
  #modal__agree-btn{
	  color:#FFFFFF !important;
  }
    /* 応募規約テーブル SP */
  .agreement__table {
    margin-bottom: 25px;
  }
  .agreement__table ul{
    margin-bottom: 12px;
  }
  .agreement__table th {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .agreement__table td {
    width: 100%;
    max-width: inherit;
    display: block;
    font-size: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .sp_button{
	  color: #FFF !important;
  }
  -webkit-overflow-scrolling: touch;
}