@charset "shift_jis";

/******************************************************************************/
/*調整用ソース*/
/*背景色を変えたいときの追加****************************/
/*外枠*/
body {
	/*background-color:#210B61;
	background-image: url("../images/back.jpg")*/


}
/*内枠*/
#body {
	/*background-color:#d60202;*/
}
/*背景色を変えたいときの追加 end***********************/

/*カードの高さ調節*/
.card {
  height: 340px !important;
}

/*左右エリアの高さを調節*/
.card-left,.card-right {
  /*height: 210px !important;*/
}

/*説明文の位置調整*/
.card-text_saga {
  top: 220px !important;
  font-size: .8em !important;
}

/*賞品画像の高さ調節*/
.card img {
  bottom: -35px !important;
}
/*右カードの賞品画像位置*/
.card-right {
  height: 85%;
  /*background-color:#f00;*/
  position: relative;
}

/*左カードの賞品画像位置*/
.card-left {
  /*height: 85%;*/
  /*background-color:#f00;*/
  /*position: relative;*/
}




/*調整用ソース　end*/
/******************************************************************************/


.card-text2 {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  /*top: 61%;*/
  right: 0;
  bottom: 24px;
  left: 0;
  margin: auto;
  text-align:center;
}
.card-text2_R {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  /*top: 61%;*/
  right: 0;
  bottom: 35px;
  left: 0;
  margin: auto;
  text-align:center;
}


.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: 40px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 40px;
    vertical-align: middle;
    color:#FFFFFF;
    margin:0 5px 0 0px;
}
.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: -30px;
  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: 3%;
  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;
}




