@charset "utf-8";

.≥ {
  font-size: small;
}

.≥ {
  font-size: 81%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*********************/
div#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background: url("../img/bg01.png") center top repeat;
}

/***** top *****/
div#mainBox {}

div#main {
  float: right;
  width: 700px;
}

/* contentsBox */
div#contentsBox {
  /* width: 900px;
  margin: 0 auto;
  text-align: left; */
  padding: 0 0 1em;
}

/* bannerBox */
.bannerBox {
  margin: 1em;
  clear: both;
}

.bannerBox.padding {
  padding: 1em 0 0;
}

.bannerBox .main.w400 {
  width: 400px;
}

.bannerBox .main.w500 {
  width: 500px;
}

.bannerBox .main.w600 {
  width: 600px;
}

.bannerBox .main.w700 {
  width: 700px;
}

.bannerBox .main.w800 {
  width: 800px;
}

.bannerBox .main.wmax {
  width: 100%;
}

.bannerBox .main:last-child {
  margin: 0 auto;
}

.bannerBox .main img {
  width: 100%;
}

.bannerBox .special a.img {
  width: 33%;
  bottom: 15%;
  transition: ease-in 0.1s 0s;
}

.bannerBox .special a.img:hover {
  bottom: 16%;
}

.bannerBox .special a.img1 {
  right: 0;
}

.bannerBox .special a.img2 {
  right: 32%;
}

.bannerBox .special a.img3 {
  right: 64%;
}

.bannerBox .special a.no-link {
  pointer-events: none;
  cursor: auto;
}

.bannerBox .special a img {
  width: 100%;
}

.bannerBox .special a.text {
  width: 7em;
  font-weight: bold;
  color: rgb(238, 151, 36);
  bottom: 5%;
  right: 3%;
}

.bannerBox .sub {}

.bannerBox .sub .content {
  position: relative;
}

.bannerBox .sub .content {
  width: calc(50% - 0.5em);
  margin: 0 0 1em;
}

.bannerBox .sub .content img {
  width: 100%;
}

div#contentsLeft {
  float: left;
  width: 440px;
}

div#contentsRight {
  float: right;
  width: 440px;
}

div#facebook {
  padding: 20px;
}

/* テスト用 */
.list_area {
  position: relative;
}

.list_area.test dl:before {
  display: inline-block;
  content: "このコンテンツはテストです。";
  position: absolute;
  top: 4px;
  right: 20px;
  font-size: 9px;
  padding: 2px 6px;
  color: #fff;
  background: #ff0000;
  opacity: 0.25;
}

/***** news *****/
div.newsFrame {
  margin: 0 0 1em;
}

div.newsFrame dl {
  width: 440px;
  height: 250px;
  overflow: auto;
  color: #fff;
  box-sizing: border-box;
  background: #303030;
  padding: 10px 2px 10px 10px;
}

div.newsFrame dl dt {
  font-size: 12px;
}

div.newsFrame dl dd {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

div.newsFrame dl dd a {
  color: #fff;
}

div.mediaFrame {}

div.mediaFrame dl {
  width: 440px;
  height: 700px;
  overflow: auto;
  color: #333;
  padding: 10px 2px 10px 10px;
  box-sizing: border-box;
  background: #cdcdcd;
}

div.mediaFrame dl dt {
  font-size: 12px;
}

div.mediaFrame dl dd {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}

div.mediaFrame dl dd img {
  width: 100%;
  margin: 1em 0;
}

/* txtInfo */
div.txtInfo {
  color: #fff;
  padding: 0 20px 0 10px;
}

div.txtInfo .txtInfo_box {
  margin: 20px auto 0;
}

div.txtInfo .txtInfo_box .flex {
  --gap: 1em;
  display: -webkit-box;
  display: flex;
  gap: var(--gap);
}

div.txtInfo .txtInfo_box .flex.flex1 {
  --img-width: 98px;
}

div.txtInfo .txtInfo_box .flex.flex2 {
  --img-width: 240px;
}

div.txtInfo .txtInfo_box .flex .text {
  width: calc(100% - var(--img-width) - var(--gap));
}

div.txtInfo .txtInfo_box h3 {
  font-size: 14px;
  color: #f00;
  font-weight: bold;
  background: #fffee8;
  padding: 3px;
}

div.txtInfo .txtInfo_box h4 {
  font-size: 13px;
  color: #f99;
}

div.txtInfo .txtInfo_box p.txt01 {
  font-size: 13px;
}

div.txtInfo .txtInfo_box p.txt02 {
  font-size: 12px;
}

div.txtInfo .txtInfo_box p.txt03 a {
  font-size: 12px;
  color: #ff6;
}

div.txtInfo .txtInfo_box p.txt03 a:hover {
  color: #ffc;
}

div.txtInfo .txtInfo_box .flex .img {
  width: var(--img-width);
}

div.txtInfo .txtInfo_box .flex .img img {
  width: 100%;
}

div.txtInfo .txtInfo_box.banner {}

div.txtInfo .txtInfo_box.banner a {}

div.txtInfo .txtInfo_box.banner a img {
  width: 100%;
}

/* namariFrame */
div.namariFrame {
  background-color: #fff;
  border-left: 10px solid #adab4b;
  border-top: 2px solid #adab4b;
  border-right: 2px solid #adab4b;
  border-bottom: 2px solid #adab4b;
  color: #333;
  margin: 0 0;
  padding: 10px;
  position: relative;
}

div.namariFrame a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

div.namariFrame a:hover {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.topBanner {
  background: url(../img/recruitBanner.jpg) no-repeat;
  height: 130px;
  width: 900px;
}

.topBanner a:hover {
  opacity: 0.8;
}

.topBanner ul {
  overflow: hidden;
  width: 238px;
  padding-left: 656px;
  padding-top: 6px;
}

.topBanner ul li:first-child {
  margin-bottom: 4px;
}

.twitter {
  padding: 10px;
  width: 420px;
  height: 443px;
  overflow-y: scroll;
}

/*スクロールバーの横幅指定*/
.twitter.deco::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.twitter.deco::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.twitter.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #09c9d9;
}

/********cloudfunding*********/
.cloudfunding {
  width: 603px;
  margin: 0 auto;
  padding: 10px 0 20px;
  cursor: pointer;
}

.cloudfunding img {
  width: 100%;
}

.cloudfunding p,
.cloudfunding a,
.cloudfunding a:link,
.cloudfunding a:visited,
.cloudfunding a:active {
  color: #fff;
}