
section {
    background-color: #ffffff;
    margin-top: 10px;
    padding-top: 5px;
}

.setCenter{
	text-align: center;
}

/* 幅が 640px 以下であれば */
@media (max-width:640px) {
    .pc_top {
        display: none;
    }
}

/* 幅が 641px 以上であれば */
@media (min-width:641px) {
    .sm_top {
        display: none;
    }
/* 電話番号ボタン　参考元：https://webliker.info/65145/ */
    a[href^="tel:029-897-3727"]{
        pointer-events: none;
    }
}

.btn-tel{
  position: relative;
  display: block;
  border-radius: 15px;
  color: white;
  height: 60px;
  font-weight: bold;
  text-align: center;
  background: #88dd88;
  padding: 5px 0px 0px 30px;
  margin: 10px auto;
  width: 170px;
}

.btn-tel::after{
  content: "";
  background: url(/img/tel.jpg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
}

.btn-mail{
  position: relative;
  display: block;
  border-radius: 50px;
  color: white;
  height: 60px;
  font-weight: bold;
  text-align: center;
  background: #dd8888;
  padding: 17px 0;
  margin: 5px auto;
  max-width: 250px;
}

.btn-mail::after{
  content: "";
  background: url(/img/mail.jpg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
}

/*電話番号ボタン設定　ここまで*/

.intro {
	width: 100%;		/*コンテナ横幅を１００％に*/
	margin: 0 auto;    /*中央配置に設定*/
	margin-top: 10px;
	padding: 20px 15px 20px;
}

.h2_sm {
    font-size: 24px;
}
.cap_em_sm {
    font-size: 48px;
    color: #5767bf;
}

.cap_em_pc {
    font-size: 48px;
    color: #5767bf;
}

.cap_em2_sm {
    font-size: 24px;
    color: #5767bf;
}

.cap_em2_pc {
    font-size: 36px;
    color: #5767bf;
}

strong {
    color: #dd3333;
    font-size: 48px;
}

.center {
    text-align: center;
}

section li {
	padding: 10px;
}

.textem1 {
	font-size: 24px;
	color: #dd3333;
}

.textem2 {
	font-size: 24px;
	color: #33dd33;
}

.h2long {
	width: 80%;
	font-size: 24px;
}