@charset "utf-8";

/*====================
共通
====================*/

body{
  height: 100%;
}

#wrapper{
  max-width: 1050px;
  margin: 0 auto;
}

#container{
  max-width: 1050px;
  padding: 0 50px 120px 50px;
}
  @media only screen and (max-width: 780px) {
    #container{
      padding: 40px 10px 80px 10px;
    }
  }

a[target="_blank"]{
  padding-right: 22px;
  background: url(../img/blankLink.png) no-repeat center right;
  background-size: 14px auto;
}


.max_1000{
  display: none;
}
  @media only screen and (max-width: 1000px) {
    .max_1000{
      display: block;
    }
  }

.min_780{
  display: none;
}
  @media only screen and (min-width: 780px) {
    .min_780{
      display: block;
    }
  }


.max_780{
  display: none;
}
  @media only screen and (max-width: 780px) {
    .max_780{
      display: block;
    }
  }

.max_400{
  display: none;
}
  @media only screen and (max-width: 400px) {
    .max_400{
      display: block;
    }
  }

/*====================
会社概要
====================*/

/*ロゴ*/

#logoArea{
  max-width: 950px;
  padding: 80px 0;
}
  @media only screen and (max-width: 780px) {
    #logoArea{
      max-width: 950px;
      padding: 0 0 40px 0;
    }
  }

#logoArea h1{
  width: 297px;
  margin: 0 auto;
}
  @media only screen and (max-width: 780px) {
    #logoArea h1{
      width: 200px;
    }
  }

#logoArea h1 img{
  width: 297px;
  height: auto;
}
  @media only screen and (max-width: 780px) {
    #logoArea h1 img{
      width: 200px;
    }
  }

#logoArea h2{
  width: 177px;
  margin: 0 auto;
  padding-top: 30px;
}

#logoArea h2 img{
  width: 177px;
  height: auto;
}

/*概要*/

#outlineArea{
  max-width: 950px;
  overflow: hidden;
}

#outlineArea h3{
  font-size: 150%;
  margin-bottom: 10px;
}

#outlineArea_left{
  float: left;
  width: 48%;
  border-top: solid 1px #595959;
  border-bottom: solid 1px #595959;
}
  @media only screen and (max-width: 780px) {
    #outlineArea_left{
      width: 100%;
      border-bottom: solid 1px #d1d1d1;
    }
  }


#outlineArea_right{
  float: right;
  width: 48%;
  border-top: solid 1px #595959;
  border-bottom: solid 1px #595959;
}
  @media only screen and (max-width: 780px) {
    #outlineArea_right{
      clear: both;
      width: 100%;
      border-top: none;
    }
  }


#outlineArea_left dl,
#outlineArea_right dl{
  border-bottom: solid 1px #d1d1d1;
  padding: 15px 0;
  overflow: hidden;
}

#outlineArea_left dl:nth-child(5),
#outlineArea_right dl:nth-child(5){
  border-bottom: none;
}

#outlineArea_left dl dt,
#outlineArea_right dl dt{
  width: 20%;
  clear: both;
  float:left;
}
  @media only screen and (max-width: 780px) {
    #outlineArea_left dl dt,
    #outlineArea_right dl dt{
      width: 30%;
    }
  }

#outlineArea_left dl dd,
#outlineArea_right dl dd{
  width: 80%;
  float:left;
}
  @media only screen and (max-width: 780px) {
    #outlineArea_left dl dd,
    #outlineArea_right dl dd{
      width: 70%;
    }
  }

#outlineArea a{
  color: #595959;

}

/*沿革*/

#historyArea{
  margin-top: 120px;
  clear: both;
  max-width: 950px;
}

#historyArea_inner{
  background-color: #d1d1d1;
}

#historyArea h3{
  font-size: 150%;
  margin-bottom: 10px;
}

#historyArea p{
  vertical-align: middle;
  display: table-cell;
  height: 60px;
}
  @media only screen and (max-width: 780px) {
    #historyArea p{
      height: 120px;
    }
    #historyArea p.height170{
      height: 160px;
    }
  }

#historyArea dl dt p{
  width: 100px;
  text-align: center;
}

#historyArea dl dd p{
  padding: 0 30px;
}
  @media only screen and (max-width: 780px) {
    #historyArea dl dd p{
      padding: 0 20px;
    }
  }

#historyArea dl{
  overflow: hidden;
  width: 100%;
  height: 70px;
}
  @media only screen and (max-width: 780px) {
    #historyArea dl{
      height: 130px;
    }
    #historyArea dl.height170{
      height: 170px;
    }
  }

#historyArea dl dt{
  clear: both;
  float: left;
  width: 100px;
  height: 60px;
  border-bottom: none;
  position: relative;
  background-color: #d1d1d1;
  border-bottom: solid 1px #FFF;
}
  @media only screen and (max-width: 780px) {
    #historyArea dl dt{
      height: 120px;
    }
    #historyArea dl.height170 dt{
      height: 160px;
      padding-top: 15px;
    }
  }

#historyArea dl dd{
  float: left;
  /*width: 850px;*/
  height: 70px;
  position: relative;
  background-color: #e6e6e6;
}
  @media only screen and (min-width: 1050px) {
    #historyArea dl dd{
      width: 850px !important;
    }
  }
  @media only screen and (max-width: 1050px) {
    #historyArea dl dd{
      width: 100%;
    }
  }
  @media only screen and (max-width: 780px) {
    #historyArea dl dd{
      height: 130px;
    }
    #historyArea dl.height170 dd{
      height: 170px;
      padding-top: 15px;
    }
  }

#historyArea dl.borderB_on dt::before{
  background-color: #d1d1d1;
  border-top: 10px solid #FFF;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-top-color: #FFF;
  content: '';
  position: absolute;
  bottom: -10px;
  left: -2px;
}

#historyArea dl.borderB_on dt::after{
  border-top: 10px solid #d1d1d1;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  content: "";
  position: absolute;
  bottom: -9px;
  left: -2px;
}

#historyArea dl.borderB_on dd::after{
  overflow: hidden;
  height: 10px;
  width: 850px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  border-top: solid 1px #FFF;
}

#historyArea dl.borderB_off{
  height:60px;}
  @media only screen and (max-width: 780px) {
    #historyArea dl.borderB_off{
      height: 120px;}
  }


#historyArea dl.borderB_off dt{
  border:none;}

/*グループ*/

#groupArea{
  margin-top:120px;
}

#groupArea a{
  color: #595959;
}

#groupArea h3{
  font-size: 150%;
  margin-bottom: 10px;
}

#groupArea h4{
  height: 24px;
  max-width: 950px;
  background-color: #e6e6e6;
  padding-top: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

.groupArea_inner{
  max-width: 950px;
  clear: both;
  overflow: hidden;
}

.groupArea_inner div img{
  width: 100%;
  height: auto;
}

.groupArea_inner div img.logo{
  width: 50%;
  height: auto;
  margin: 20px 0 0 25%;
}
  @media only screen and (max-width: 780px) {
    .groupArea_inner div img.logo{
      margin-top: 10px;
    }
  }

.groupArea_left{
  float: left;
  width: 48%;
  overflow: hidden;
}
  @media only screen and (max-width: 780px) {
    .groupArea_left{
      width: 100%;
    }
  }

.groupArea_right{
  float: right;
  width: 48%;
  overflow: hidden;
}
  @media only screen and (max-width: 780px) {
    .groupArea_right{
      width: 100%;
      margin-top: 60px;
    }
  }

#groupArea .blandTitle{
  color: #595959;
  line-height: 20px;
  padding-top: 20px;
}

#groupArea .blandTitle span{
  font-size: 120%;
  color: #000;
}

#groupArea .blandText{
  padding-top:22px;
  line-height: 20px;
}

/*フッター*/

#footer {
  width: 100%;
  background-color: #e6e6e6;
  padding: 16px;
}
#produce #footer {
  background-color: #000;
  color: #fff;
}

#footer #copyright{
  font-size: 89%;
  display: block;
  text-align: center;
}


/*====================
出店候補地
====================*/

/*出店候補地のみ*/

#propose #wrapper{
  max-width: 100%;
}

#propose #container{
  max-width: 100%;
  padding: 0px;
}
  @media only screen and (max-width: 780px) {
    #propose #container{
    }
  }

/*ロゴ*/

#propose #logoArea{
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 0;
}
  @media only screen and (max-width: 780px) {
    #propose #logoArea{
      max-width: 950px;
      margin: 0 auto;
      padding: 40px 0;
    }
  }

#propose #logoArea h1{
  width: 297px;
  margin: 0 auto;
}
  @media only screen and (max-width: 780px) {
    #propose #logoArea h1{
      width: 200px;
    }
  }

#propose #logoArea h1 img{
  width: 297px;
  height: auto;
}
  @media only screen and (max-width: 780px) {
    #propose #logoArea h1 img{
      width: 200px;
    }
  }

#propose #logoArea h2{
  width: 177px;
  margin: 0 auto;
  padding-top: 30px;
}

#propose #logoArea h2 img{
  width: 177px;
  height: auto;
}

/*詳細*/

#detailsArea{
  height: 600px;
  width: 100%;
  overflow:hidden;
  background:url(../img/propose_bg.jpg) no-repeat right top;
  background-size: cover;
}
  @media only screen and (max-width: 780px) {
    #detailsArea{
      height: 460px;
      background-position: 82% top;
    }
  }
  @media only screen and (max-width: 620px) {
    #detailsArea{
      height: 490px;
      background-color: #e6e6e6;
      background-position: 70% top;
    }
  }
  @media only screen and (max-width: 510px) {
    #detailsArea{
      height: 535px;
      background-color: #e6e6e6;
      background-position: 70% top;
    }
  }
  @media only screen and (max-width: 440px){
    #detailsArea {
      height: 580px;
      background-color: #e6e6e6;
      background-position: 70% top;
    }
  }
  @media only screen and (max-width: 380px) {
    #detailsArea{
      height: 500px;
      background-color: #e6e6e6;
      background-position: 71% top;
      background-size: auto 530px;
    }
  }


#detailsArea h2{
  font-size: 334%;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 53px;
  letter-spacing: 3px;
}
  @media only screen and (max-width: 780px) {
    #detailsArea h2{
      font-size: 154%;
      line-height: 30px;
    }
  }

#detailsArea p.text1{
  margin-top: 30px;
  font-size: 150%;
  font-weight: bold;
  border: solid 2px #000;
  padding: 20px 50px;
}
  @media only screen and (max-width: 780px) {
    #detailsArea p.text1{
      font-size: 117%;
      padding: 10px;
      width: 26%;
    }
  }
  @media only screen and (max-width: 690px) {
    #detailsArea p.text1{
      width: 30%;
    }
  }
  @media only screen and (max-width: 600px) {
    #detailsArea p.text1{
      width: 45%;
    }
  }
  @media only screen and (max-width: 390px) {
    #detailsArea p.text1{
      width: 62%;
    }
  }

#detailsArea p.text2{
  margin-top: 30px;
  font-size: 134%;
  line-height: 28px;
}
  @media only screen and (max-width: 780px) {
    #detailsArea p.text2{
      font-size: 125%;
    }
  }

#detailsArea_inner{
  max-width: 950px;
  margin: 0 auto;
}
  @media only screen and (max-width: 780px) {
    #detailsArea_inner{
      width: 100%;
      margin: 0 auto;
      padding: 0 10px;
    }
  }

#detailsArea_innerBox{
  width: 540px;
  margin: 70px 0 50px 0;
}
  @media only screen and (max-width: 780px) {
    #detailsArea_innerBox{
      width: 100%;
      margin: 70px 0 50px 0;
    }
  }

/*条項*/

#pointsArea{
  padding: 0 10px;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 100px;
}

#pointsArea_inner{
  width: 100%;
  display: table;
}

#points01,#points02,
#points03,#points04{
  display: table;
  width: 100%;
  margin-top: 60px;
}

#points01{
  margin-top: 100px;
}
  @media only screen and (max-width: 780px) {
    #points01{
      margin-top: 0px;
    }
  }

#points01 div,#points02 div,
#points03 div,#points04 div{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#points01_1,#points02_1,
#points03_1,#points04_1{
  background-color: #d1d1d1;
  border-right: solid 2px #FFF;
  float:left;
  width: 16%;
  font-size: 150%;
}
  @media only screen and (max-width: 780px) {
    #points01_1,#points02_1,
    #points03_1,#points04_1{
      border-right: none;
      border-bottom: solid 2px #FFF;
      width: 100%;
      padding:10px 0;
    }
  }

#points01_1 p,#points02_1 p,
#points03_1 p,#points04_1 p{
  width: 16%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
  @media only screen and (max-width: 780px) {
    #points01_1 p,#points02_1 p,
    #points03_1 p,#points04_1 p{
      width: 100%;
      display: block;
    }
  }

#points01_2,#points02_2,
#points02_3,#points02_4,
#points02_5,#points03_2,
#points03_3,#points03_4,
#points03_5,#points03_6,
#points04_2,#points04_3,
#points04_4,#points04_5{
  float:left;
  background-color: #e6e6e6;
  padding: 25px 0;
  display: table;
}

#points01_1 p{
  height: 70px;}
  @media only screen and (max-width: 780px) {
    #points01_1 p{
      height: auto;
      width: 100%;
    }
  }

#points01_2{
  width: 84%;}
  @media only screen and (max-width: 780px) {
    #points01_2{
      clear: both;
      width: 100%;}
  }


#points02_1 p{
  height:182px;
}
  @media only screen and (max-width: 780px) {
    #points02_1 p{
      height: auto;
      width: 100%;
    }
  }

#points02_2{
  width: 42%;}
  @media only screen and (max-width: 780px) {
    #points02_2{
      clear: both;
      width: 100%;}
  }

#points02_3{
  width: 42%;}
  @media only screen and (max-width: 780px) {
    #points02_3{
      clear: both;
      width: 100%;
  border-top: solid 2px #FFF;}
  }

#points02_4{
  width: 42%;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points02_4{
      clear: both;
      width: 100%;
      border-right: none;}
  }

#points02_5{
  width: 42%;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points02_5{
      clear: both;
      width: 100%;}
  }

#points03_1 p{
  height:214px;}
  @media only screen and (max-width: 780px) {
    #points03_1 p{
      height: auto;
      width: 100%;
    }
  }

#points03_2{
  width: 42%;
  border-right: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points03_2{
      clear: both;
      width: 100%;
      border-right: none;}
  }

#points03_3{
  width: 42%;}
  @media only screen and (max-width: 780px) {
    #points03_3{
      clear: both;
      width: 100%;
      border-top: solid 2px #FFF;}
  }

#points03_4{
  width: 42%;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points03_4{
      clear: both;
      width: 100%;
      border-right: none;}
  }

#points03_5{
  width: 42%;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points03_5{
      clear: both;
      width: 100%;}
  }

#points03_6{
  width: 84%;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points03_6{
      clear: both;
      width: 100%;}
  }

#points04_1 p{
  height:182px;}
  @media only screen and (max-width: 780px) {
    #points04_1 p{
      height: auto;
      width: 100%;
    }
  }

#points04_2{
  width: 42%;
  border-right: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points04_2{
      clear: both;
      width: 100%;
      border-right: none;}
  }

#points04_3{
  width: 42%;}
  @media only screen and (max-width: 780px) {
    #points04_3{
      clear: both;
      width: 100%;
      border-top: solid 2px #FFF;}
  }

#points04_4{
  width: 42%;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points04_4{
      clear: both;
      width: 100%;
      border-right: none;}
  }

#points04_5{
  width: 42%;
  border-top: solid 2px #FFF;
}
  @media only screen and (max-width: 780px) {
    #points04_5{
      clear: both;
      width: 100%;}
  }

#contactArea{
  clear:both;
  padding: 100px 10px 120px 10px;
  overflow: hidden;
  max-width : 690px;
  margin: 0 auto;
}

#contactButton{
  margin-top: 60px;
  overflow: hidden;
}

#contactArea_title{
  font-size: 150%;
  text-align: center;
}

#contactArea_text{
  font-size: 100%;
  text-align: center;
  color: #595959;
}

#contactBtn_tel,
#contactBtn_mail{
  float: left;
  background-color: #595959;
  width: 45%;
  display:table;
  text-align: center;
  height: 60px;
  border-radius: 10px;  /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Chrome用 */
  -moz-border-radius: 10px;  /* Firefox用 */
}
  @media only screen and (max-width: 780px) {
    #contactBtn_tel{
      width: 100%;
    }
    #contactBtn_mail{
      margin-top: 40px;
      width: 100%;
    }
  }

#contactBtn_tel p,
#contactBtn_mail a{
  height: 60px;
  color: #FFF;
  font-size: 140%;
  display: table-cell;
  vertical-align: middle;
}



#contactBtn_tel img,
#contactBtn_mail img{
  padding-right: 10px;
  vertical-align: text-bottom;
}

#contactBtn_tel img{
  width:28px;
  height:auto;
}

#contactBtn_mail img{
  width:34px;
  height:auto;
}

#contactBtn_tel{
  float: left;
}

#contactBtn_mail{
  float: right;
}

#contactBtn_mail a{
  text-decoration: none;
}

a.telLink{
  color: #FFF;
  text-decoration: underline;
}

/*====================
プライバシーポリシー
====================*/
#privacyLeadArea,
#privacyArea {
    max-width: 950px;
    overflow: hidden;
	word-break: normal;
}
#privacyArea {
	margin-top: 60px;
}
#privacyArea h3 {
    font-size: 150%;
    margin-bottom: 10px;
}
#privacyAreaInner {
    border-bottom: 1px solid #595959;
    border-top: 1px solid #595959;
}
#privacyArea dl {
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
    padding: 15px 0;
}
#privacyArea dl:nth-child(6){
  border-bottom: none;
}
#privacyArea dl dt{
  width: 30%;
  clear: both;
  float:left;
}
  @media only screen and (max-width: 780px) {
	#privacyArea dl dt{
		width: 100%;
		margin: 0 0 10px;
    }
  }

#privacyArea dl dd{
  width: 70%;
  float:left;
}
  @media only screen and (max-width: 780px) {
	#privacyArea dl dd{
		width: 100%;
    }
  }

#privacyArea ul {
   padding: 5px 0 0;
}
#privacyArea ul.items > li::before {
    content: "・";
    margin: 0 6px 0 12px;
}
#privacyArea ul.items > li {
   padding: 0 0 0 20px;
    text-indent: -30px;
	list-style-position: outside;
}



/*====================
プロデュース事業（2016.2.23追加 kawamori）
====================*/

/* intro */

#produce #wrapper{
  max-width: 100%;
  color: #4f4f4f;
  font-size: 120%;
  line-height: 2.2;
}
  @media only screen and (max-width: 767px) {
    #produce #wrapper{
      font-size: 110%;
    }
  }

#produce #container{
  max-width: 100%;
  padding: 0px;
}
  @media only screen and (max-width: 767px) {
    #produce #container{
    }
  }
#produce #logoArea{
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 0;
}
  @media only screen and (max-width: 767px) {
    #produce #logoArea{
      max-width: 950px;
      margin: 0 auto;
      padding: 40px 0;
    }
  }
#produce br.pc_hide{
  display: none;
}
  @media only screen and (max-width: 767px) {
    #produce br.pc_hide{
      display: block;
    }
    #produce br.sp_hide{
      display: none;
    }
  }

.introArea {
  background: url("../img/introArea_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 850px;
  position: relative;
}
  @media only screen and (max-width: 767px) {
    .introArea{
      background: url("../img/introArea_bg_sp.jpg") no-repeat center center;
      background-size: cover;
    }
  }
.introArea h2 {
  color: #fff;
  font-size: 180%;
  letter-spacing: 0.2em;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
  @media only screen and (max-width: 767px) {
    .introArea h2{
      font-size: 100%;
    }
  }
.introArea h2 img {
  padding-bottom: 1%;
}
  @media only screen and (max-width: 767px) {
    .introArea h2 img{
      width: 90%;
    }
  }
.introArea_inner {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introArea .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
}
  @media only screen and (max-width: 767px) {
    .introArea .logo{
      width: 40%;
    }
  }

/* contents01 */

.contents01Area {
  background: url("../img/contents01Area_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 850px;
  margin-bottom: 200px;
}
  @media only screen and (max-width: 767px) {
    .contents01Area{
      background: url("../img/contents01Area_bg_sp.jpg") no-repeat center center;
      background-size: cover;
      margin-bottom: 30%;
    }
  }
.contents01Area_inner {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents01Area h3{
  /* writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; 
  font-size: 220%;
  width: 80px;
  letter-spacing: 0.2em;
  color: #000;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
   */
  margin: 0 auto;
  padding-bottom: 5%;
}
  @media only screen and (max-width: 767px) {
    .contents01Area h3{
      /* font-size: 180%; */
      padding-bottom: 5%;
    }
    .contents01Area h3 img{
      width: 6%;
    }
  }

/* contents02 */


.contents02Area {
}
.contents02Area ul li {
}
  @media only screen and (max-width: 767px) {
    .contents02Area ul li{
      width: 100%;
    }
  }
.contents02Area ul li .inner {
  width: 960px;
  margin: 0 auto;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li .inner{
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li .inner{
      width: 90%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li .inner p{
      font-size: 93%;
    }
  }

.contents02Area ul li:nth-child(1) {
  margin: 50px auto;
  background-image: 
    url("../img/contents02Area_bg01.png");
    background-repeat: repeat;
    background-position: center;
  background-size: 
    40px auto;
  width: 100%;
  position: relative;
}
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(1){
      margin-bottom: 35%;
    }
  }
.contents02Area ul li:nth-child(1) .inner {
  padding: 5% 0 5% 480px;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(1) .inner{
      padding: 5% 0 5% 45%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(1) .inner{
      padding: 70% 0 0 0;
    }
  }
.contents02Area ul li:nth-child(1) img {
  position: absolute;
  left: -25%;
  top: -25%;
}
.contents02Area ul li:nth-child(1) img.pc_hide {
  display: none;
}
.contents02Area ul li:nth-child(1) img.sp_hide {
  display: block;
}
  @media only screen and (min-width: 1366px) {
    .contents02Area ul li:nth-child(1) img.sp_hide{
      left: -10%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(1) img.sp_hide{
      left: -42%;
      top: 2%;
      width: 90%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(1) img.pc_hide{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      margin: -20% 0;
      display: block;
    }
    .contents02Area ul li:nth-child(1) img.sp_hide{
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(1) p{
      padding-bottom: 10%;
    }
  }


.contents02Area ul li:nth-child(2) {
  margin: 100px auto;
  background-image: 
    url("../img/contents02Area_bg02.png");
    background-repeat: repeat;
    background-position: center;
  background-size: 
    40px auto;
  width: 100%;
  position: relative;
}
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(2){
      text-align: center;
      margin-bottom: 35%;
    }
  }
.contents02Area ul li:nth-child(2) .inner {
  padding: 5% 0;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(2) .inner{
      text-align: left;
      padding: 5%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(2) .inner{
      text-align: left;
      padding-left: -0;
    }
  }
.contents02Area ul li:nth-child(2) img {
  position: absolute;
  right: 25%;
  top: -5%;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(2) img{
      right: 5%;
      width: 33%;
      top: 5%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(2) img{
      position: static;
      width: 70%;
      margin: -20% auto 0 auto;
    }
  }
.contents02Area ul li:nth-child(3) {
  margin: 50px auto;
  background-image: 
    url("../img/contents02Area_bg03.png");
    background-repeat: repeat;
    background-position: center;
  background-size: 
    40px auto;
  width: 100%;
  position: relative;
}
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(3){
      text-align: center;
    }
  }
.contents02Area ul li:nth-child(3) .inner {
  padding: 5% 0 5% 480px;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(3) .inner{
      padding: 5% 0 5% 45%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(3) .inner{
      padding: 5% 0;
      text-align: left;
    }
  }
.contents02Area ul li:nth-child(3) img {
  position: absolute;
  left: 10%;
  top: -10%;
}
  @media only screen and (max-width: 1024px) {
    .contents02Area ul li:nth-child(3) img{
      width: 38%;
      left: 5%;
      top: 10%;
    }
  }
  @media only screen and (max-width: 767px) {
    .contents02Area ul li:nth-child(3) img{
      position: static;
      width: 80%;
      margin: -16% auto 0 auto;
    }
  }
.contents02Area h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 180%;
  letter-spacing: 0.2em;
  color: #000;
  margin-bottom: 1%;
}


/* download */

.downloadArea {
  background: url("../img/downloadArea_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 555px;
  margin-top: 100px;
}
  @media only screen and (max-width: 767px) {
    .downloadArea{
      background: url("../img/downloadArea_bg_sp.jpg") no-repeat center center;
      background-size: cover;
      margin: 0;
    }
  }
.downloadArea_inner {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
  @media only screen and (max-width: 767px) {
    .downloadArea_inner{
      width: 90%;
      margin: 0 auto;
    }
  }
#produce a[target="_blank"] {
  background: none;
  display: inline;
  padding-right: 0;
  vertical-align: top;
}
.downloadArea .txt {
  font-size: 150%;
  color: #000;
  margin-bottom: 3%;
}
  @media only screen and (max-width: 767px) {
    .downloadArea .txt{
      font-size: 110%;
      line-height: 1.8;
      margin-bottom: 10%;
    }
  }
#produce .downloadArea .btn {
  display: block;
  font-size: 150%;
  background-color: #fff;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 1%;
  width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 2%;
}
  @media only screen and (max-width: 767px) {
    #produce .downloadArea .btn{
      font-size: 96%;
      width: 100%;
      padding: 5% 0;
    }
  }
#produce .downloadArea .btn:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit;
  text-decoration: none;
}
#produce .downloadArea .btn img {
  margin: 0 15px;
  vertical-align: middle;
}
.downloadArea .box01 {
  display: table;
  margin: 0 auto;
  width: 450px;
}
  @media only screen and (max-width: 767px) {
    .downloadArea .box01{
      width: 100%;
    }
  }
.downloadArea .box01 p {
  display: table-cell;
  text-align: left;
  font-size: 85%;
}
  @media only screen and (max-width: 767px) {
    .downloadArea .box01 p{
      display: block;
      text-align: center;
      margin: 5% 0;
    }
  }
.downloadArea .box01 p a:hover {
  color: inherit;
  text-decoration: none;
}
#produce .downloadArea .box01 .pdf {
  display: table-cell;
  vertical-align: middle;
}
  @media only screen and (max-width: 767px) {
    #produce .downloadArea .box01 .pdf{
      display: block;
    }
  }
#produce .downloadArea .box01 .pdf:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* contact */

#produce #contactAreaWrap {
  background: url("../img/contactArea_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 370px;
  color: #fff;
}
#produce #contactArea {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
  @media only screen and (max-width: 767px) {
    #produce #contactAreaWrap{
      background: url("../img/contactArea_bg_sp.jpg") no-repeat center center;
      background-size: cover;
    }
  }
  @media only screen and (max-width: 767px) {
    #produce #contactButton {
      margin: 0 auto;
    }
  }
#produce #contactBtn_tel,
#produce #contactBtn_mail {
  background-color: transparent;
  border: 1px solid #fff;
}
#produce #contactBtn_tel a:hover,
#produce #contactBtn_mail a:hover {
  background-color: rgba( 255, 255, 255, 0.1 );
  border-radius: 10px;
  color: #fff;
}
@-moz-document url-prefix() {
  #produce #contactBtn_tel,
  #produce #contactBtn_mail {
    background-color: transparent;
    border: 1px solid #fff;
    border-collapse: collapse;
  }
}
  @media only screen and (max-width: 767px) {
    #produce #contactBtn_tel,
    #produce #contactBtn_mail {
      margin: 8% auto 0 auto;
      width: 78%;
      float: none;
    }
    #produce #contactBtn_mail {
      text-decoration: underline;
    }
  }
#produce #contactArea_text {
  color: #fff;
}


#infoArea{
  width: 52rem;
  margin: 0 auto;
  font-size:14px;
  line-height: 1.8;
}
#infoArea h3{
  font-size: 150%;
  margin-bottom: 2rem;
  text-align: center;
}
#infoArea p{
  margin-bottom: 0.8rem;
}
#infoArea ul{
  margin-bottom: 2rem;
}
#infoArea ul li{
  list-style-type: disc;
  margin-bottom: .5rem;
  margin-left: 2rem;
}
#infoArea h4{
  font-size: 120%;
  margin-bottom: 1rem;
}
#infoArea ol{
  margin-bottom: 3rem;
}
#infoArea ol li{
  list-style-type: decimal;
  margin-bottom: .8rem;
  margin-left: 2rem;
}
#infoArea .mb{
  margin-bottom: 2.8rem;
}
#infoArea .sp{
  display: none;
}
@media only screen and (max-width: 780px){
  #infoArea .sp{
    display: block;
  }
  #infoArea{
    width: 100%;
    font-size:13px;
    padding: 0 10px;
  }
  #infoArea h3{
    font-size: 136%;
    margin-bottom: 2rem;
    text-align: center;
  }
  #infoArea p{
    font-size:13px;
  }
}




  #infoArea .box_btn01 {
      margin: 40px auto 0;
      text-align: center;
      max-width: 300px;
  }
  #infoArea .box_btn01 {
      position: relative;
      display: block;
      padding: 10px;
      background-color: #000;
      color: #fff;
      font-size: 1.3rem;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s;
  }
  #infoArea .box_btn01:hover {
    background-color: #666;
  }
  #infoArea .box_btn01:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-top: 1px solid #b48f47;
      border-right: 1px solid #b48f47;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  #infoArea.en{
    width: 64rem;
    text-align: justify;
    text-justify: inter-word;
  }
  #infoArea.en p,
  #infoArea.en li{
    word-break: normal;
  }

@media only screen and (max-width: 780px){
  #infoArea.en .sp{
    display: block;
  }
  #infoArea.en{
    width: 100%;
    font-size:13px;
    padding: 0 10px;
    text-align: start;
  }
}

.tar{
  text-align: right;
}

.bnr_initiative img{
  width: 100%;
}
.bnr_initiative a[target="_blank"]{
  padding-right: 0;
  background: none;
}
