/*============
 d b   M _ C A   O
=============*/

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 80%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    border-radius: 20px;
    margin: 0 0 200px;

}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
   color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-bottom: 20px;
    padding: 6px;
    text-decoration: none;
}

.open-button:active {
  /* { ^           ・*//
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*   ・  *//

}

/* A C R    \  */
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*   x   z o [  */
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding-bottom: 10px;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2  v   C }   J   [*/
.modal_title2:before{
	border-bottom: 4px solid #0ce834;
	width: 100%;
}
/* h2  Z J   _   J   [*/
.modal_title2:after{
	border-bottom: 4px solid #99eea9;
	width: 100%;
}

.tel-btn2 {
    background-color: #029e38;
    display: flex;
    height: 40px;
    width: 250px;
    border-radius: 100px;
    font-size: 16px;
    color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 40px;
    margin: 10px auto 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.tel-btn3 {
    background-color: #000;
    display: flex;
    height: 50px;
    width: 250px;
    border-radius: 100px;
    font-size: 16px;
    color: #0ce834;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    line-height: 40px;
    margin: 40px auto 0;
    justify-content: center;
    align-items: center;
}

.tel-btn4 {
    background-color: #424141;
    display: flex;
    height: 50px;
    width: 250px;
    border-radius: 100px;
    font-size: 16px;
    color: #99eea9;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    line-height: 40px;
    margin: 40px auto 0;
    justify-content: center;
    align-items: center;
}


/*230425追加*/
.recommend-dial {
	display: flex;
	justify-content: center;
	text-align: center;
}
.recommend-dial-btn {
	display: flex;

}

.recommend-btn {
	width: 50%;
	white-space: nowrap;
	margin: 8px;
}