/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.mon_c_kensaku{
	
	border-radius: 300px;
	background: #fff;
	border: 2px solid #108ce3;
	color: #108ce3;
	font-weight: 400;
	font-size: 1.2rem;
	display: block;
	padding: 1.2rem 0;
	text-align: center;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 800px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;
	line-height: 1;	
}
  .container-pp {
    display: flex;
    flex-wrap: wrap;
	  margin:10px;
		  background-color:lightyellow;
  }

  .container-p {
    display: flex;
    flex-wrap: wrap;
		  margin:10px;

  }
  .item-p {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .item-p img {
    max-width: 100%;
    max-height: 200px;
    margin: 10px;
  }
  .item-p .description {
    margin: 10px;
    text-align: center;
  }

  /* レスポンシブ対応 */
  @media (min-width: 768px) {
    .item-p {
      flex-direction: row;
    }
    .item-p .description {
      text-align: left;
    }
    .container-p {
      padding-left: 20%;
      padding-right: 20%;
	  margin:10px;
    }
    .container-pp {
      padding-left: 20%;
      padding-right: 20%;
		  margin:10px;
		  background-color:lightyellow;
    }
  }
.circle-image {
	border-radius: 50%;
	object-fit: cover;
}


.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.disp_logo {
  font-size: 20px;
}
	.text-box {
	    text-align: center;
	}
	.text-box h2 {
	    font-size: 2em;
	    font-weight: bold;
	}
	.text-box p {
	    font-size: 1em;
	    font-weight: bold;
	}

@media screen and (min-width: 768px) {
    .disp_logo {
        font-size: 28px;
    }
	.text-box {
	    text-align: center;
	}
	.text-box h2 {
	    font-size: 3em;
	    font-weight: bold;
	}
	.text-box p {
	    font-size: 2em;
	    font-weight: bold;
	}
  .cont-box {
   margin-top: 0px;
  }

}
.cont-box {
        display: flex;
        align-items: center;
        justify-content: center;
	margin-top: -50px;
}
.cont-box2 {
        display: flex;
        justify-content: center;
	margin-top: -50px;
}

