@charset "UTF-8";

/* 追加スタイル */
.wp-block-image a:hover {
  opacity: 0.6;
}
.f_bnr_wrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.g_schedule {
  text-align: center;
  margin-top: 30px;
}
.g_schedule iframe {
  max-width: 800px;
}

a:hover {
  text-decoration: none;
}


/* こんな症状やご相談、ありませんか？ */
/*.trouble_wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: rgb(72 176 240 / 15%);
    padding: 60px 15px;
    margin-top: 60px;
}*/
.trouble_wrap .ttl strong {
    display: inline-block;
    background: #0d59b5;
    color: #fff;
    padding: 5px 35px;
    margin-bottom: 1em;
    border-radius: 50px;
    font-size: 1.9em;
	line-height: 1.5;
    position: relative;
}
.trouble_wrap .trouble_list div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin: auto;
    text-align: center;
    max-width: 800px;
}
.trouble_wrap .trouble_list div p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    border: 2px dashed #0d59b5;
    color: #0d59b5;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
    font-weight: 500;
}
.trouble_wrap .ttl strong:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 16px solid rgba(0, 0, 0, 0);
    border-top: 17px solid #0d59b5;
}
@media (max-width: 782px) {
	.trouble_wrap .ttl strong {
		font-size: 1.3em;
	}
	.trouble_wrap .copy_txt {
		text-align: left!important;
	}
	.trouble_wrap .trouble_list div p {
		margin: 4px;
		width: 109px;
		height: 109px;
		border-radius: 109px;
		font-size: .9rem;
		border-width: 1px;
	}
	.trouble_wrap .trouble_list div {
		margin: -4px;
	}
}