@charset "shift_jis";

/******************************************************************************/
/*調整用ソース*/
/*背景色を変えたいときの追加****************************/
/*外枠*/
body {
	/*background-color:#210B61;*/


}
/*内枠*/
#body {
	/*background-color:#333333;*/
}
/*背景色を変えたいときの追加 end***********************/

/*カードの高さ調節*/
.card {
  height: 300px !important;
}

/*説明文の位置調整*/
.card-text {
  top: 250px !important;
}

/*右カードの賞金画像位置*/
.card-right {
  /*height: 80%;*/
  /*background-color:#f00;*/
  /*position: relative;*/
}

/*左カードの賞金画像位置*/
.card-left {
  /*height: 80%;*/
  /*background-color:#f00;*/
  /*position: relative;*/
}




/*調整用ソース　end*/
/******************************************************************************/


.circle1p{
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;/* width,heightの半分 */
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 80px;
    vertical-align: middle;
    color:#FFFFFF;
    margin:5px;
}
.people_l {
  text-align: center;
  padding: 10px;
  margin:0 auto;
  font-size:24px;
  font-weight:bold;
}
.provide {
    display: block;
    text-align:left;
    padding:2px 20px;
    margin-bottom:20px;
}

.provide_saga {
    display: block;
    text-align:center;
    padding:2px 20px;
    margin-bottom:20px;
}


.circle{
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;/* width,heightの半分 */
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e80000;/* 円の色 */
    text-align:center;
    line-height: 60px;
    vertical-align: middle;
    color:#ffffff;
    margin:0 5px 0 0px;
	font-size:1.6em;
}
.or {
  display:inline;
  vertical-align:middle;
  font-weight:bold;
  background: #fff;
  margin:0 2px;
  position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 150px 0;
}
.pre {
  display: flex;
  flex-wrap: wrap;
  margin:10px auto;
  justify-content: space-around;
}
.card {
  display: block;
  width: 100%;
  max-width:320px;
  height: 360px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0.5em auto;
  margin-bottom:2em;
  position: relative;
}

.card-img {
  display: block;
  /*border-radius: 5px 5px 0 0;*/
  max-width: 100%;
  height: auto;
  max-height: 200px;
  /*margin:10px 0;*/
  margin:0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.card-content {
display: flex;
align-items: center;
justify-content: center;
  padding: 5px;
  background-color: #f9f9f9;
  height:3em;
}
.card-title {
  font-size: 16px;
  font-weight:bold;
  line-height: 1.2;
  margin: 5px 0;
  text-align: center;
  color: #333;
  letter-spacing: -0.6px;
}
.card-text {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 61%;
  right: 0;
  /*bottom: 20%;*/
  left: 0;
  margin: auto;
}
.card-text_saga {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  border-top: 1px solid #eee;
}
.card-provide {
  display: block;
  padding:5px 0px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  /*background-color: #fff;
  border: 1px solid #eee;*/
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16%;
  text-align:center;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 10px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}

.people {
  display: block;
  text-align: center;
  font-weight:bold;
  border-top: 1px solid #eee;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


/*キャンペーン*/

table.jyouken {
	font-size:0.8em;
	line-height:1.4em;
	width:98%;
	border-left:1px solid #f8b500;
	border-top:1px solid #f8b500;
	border-right:1px solid #f8b500;
}
table.jyouken tr th {
	color:#010b14;
	font-weight:bold;
	padding:5px 10px;
	background-color:#fbce00;
	text-align:center;
	border-right:1px solid #f8b500;
	border-bottom:1px solid #f8b500;
}
table.jyouken tr td {
	padding:5px;
	border-right:1px solid #f8b500;
	border-bottom:1px solid #f8b500;
}

.jyouken tr .end {
	border-right:none !important;
}

.jyouken tr th .ss {
	font-size:0.7em;
	line-height:1.2em
}

