@charset "shift_jis";

.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;
}


.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: 90%;
  max-width:320px;
  height: 360px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 auto;
  margin-bottom:2em;
  position: relative;
}

.card-img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.card02 {
  display: block;
  width: 100%;
  max-width:320px;
  height: 360px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 auto 2em;
  position: relative;
}

.card-img02 {
  display: block;
  width: auto;
  height: auto;
  max-height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.card03 {
  display: block;
  width: 100%;
  max-width:320px;
  height: 360px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 auto 2em;
  position: relative;
}

.card-img03 {
  display: block;
  width: 70%;
  position: relative;
  margin: 20px auto 0;
}

.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;
  right: 0;
  bottom: 20%;
  left: 0;
  margin: auto;
  */
}
.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;
  border-top: 1px solid #eee;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


/* tap to Large *******************************************/
/* icon */
.magnify.icon {
  color: #666;
  position: absolute;
  margin-top: 25%;
  margin-left: 30%;
  width: 24px;
  height: 24px;
  background-color: #f4feff;
  border: solid 2px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
    -webkit-tap-highlight-color: transparent;
}

.magnify.icon:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 10px;
  height: 12px;
  width: 4px;
  background-color: currentColor;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
    -webkit-tap-highlight-color: transparent;
}

.magnify.icon i {
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.magnify.icon i:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}

.magnify.icon i:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* edit */
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    z-index: -1;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    transform: scale(.7);
    transition: .4s transform ease;
    pointer-events: none;
}

.lb:target {
    opacity: 1;
    z-index: 103;
}

.lb:target img {
    transform: scale(1);
}


/* なんちゃって閉じるボタン（いらない場合は消す） */
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}


/*** waku ***/

.waku {
	margin:0 10px 10px 10px;
	padding:10px;
	background-color: #c1def4;
}
/*** waku ***/



