@charset "UTF-8";
/* プロフィール */
ul.save-cln{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
ul.save-cln > li{
  padding: 10px 0;
}

a.save-cln-name{
  font-size: 16px;
  font-weight: bold;
}
a.save-cln-post{
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  background-color: #5bb89d;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
a.favorite-delete{
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  background-color: #ff5757;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.profile-text-wrap {
  padding: 0 20px 0;
}

.profile-text p {
  margin-bottom: 20px;
}

/* 利用規約 */
.tos dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.tos dl dd {
  margin-bottom: 20px;
}

span.help-block {
  background-color: #fb2727;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  margin: 5px 0;
  border-radius: 5px;
}

/* 情報セキュリティポリシー */
.column-first .over {
  margin-top: 4em;
  text-align: right;
}

/* ニュース */
#news ul.event-list li .event-ttl h3 {
  margin-bottom: 5px;
}

#news-detail .event-d-ttl p {
  justify-content: flex-end;
}

/* ログイン */
#login .register-table tr {
  border-bottom: 0;
}

#login .register-table tr td {
  padding: 10px;
}

#login .register-table tr th {
  padding: 10px;
  vertical-align: top;
  padding-top: 15px;
}

#login .form-footer {
  padding-top: 20px;
}

#login .form-footer .form-regist {
  margin-top: 0;
}

#login .form-check {
  margin-top: 10px;
}

.login-fotter {
  margin-top: 20px;
}

.login-fotter ul {
  text-align: right;
}

.login-fotter ul li {
  margin-top: 5px;
}

.login-fotter ul li a {
  text-decoration: underline;
}

.lost-txt {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.lost-txt span {
  border: 1px solid #f5ad92;
  padding: 10px 15px;
}

/* 口コミ投稿 */
.post-note {
  margin-top: 40px;
  border: 1px solid #f5ad92;
  padding: 20px;
}

.post-note ul {
  margin-top: 10px;
}

.post-note ul li {
  list-style-type: disc;
  list-style-position: inside;
}

/* 鍼灸漢方詳細 */
#precons h1 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0;
}

#precons .cl-ttl .precons-cat span {
  padding: 5px 15px;
  background-color: #f97754;
  border-radius: 5px;
  color: #fff;
}

#precons .panel-area {
  position: relative;
  padding: 30px 0;
  border-radius: 0;
}

#precons .panel-area:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ccc;
  top: -1px;
  width: 100%;
  z-index: -1;
}

#precons .tab-panel {
  padding: 0;
  margin-top: 0px;
}

#precons .tab-area label {
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #333;
}

/* 鍼灸漢方一覧 */
#sc-precon .sc-pref ul li {
  width: 49%;
  margin-bottom: 15px;
}

#sc-precon section {
  margin-top: 30px;
}

#sc-precon section:first-child {
  margin-top: 0;
}

/* イベント詳細 */
.event-d-ttl {
  margin-top: 20px;
}

.event-d-ttl h2 {
  margin-bottom: 10px;
}

.event-d-ttl p {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-d-ttl p span {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
}

.event-d-cont {
  margin-top: 30px;
}

.event-d-table-wrap{
  clear: both;
}

.event-d-cont .event-d-table {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

table.event-d-info {
  border-collapse: collapse;
  border: 1px solid #ccc;
  white-space: pre-line;
}

table.event-d-info th, table.event-d-info td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

table.event-d-info th {
  background-color: #fffaeb;
}

.event-d-back {
  margin-top: 30px;
  text-align: center;
}

.event-d-back a {
  padding: 10px 20px 10px 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #f97754;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.3s ease;
  display: inline-block;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.event-d-back a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  margin-top: -5px;
}

/* イベント一覧 */
ul.event-list li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

ul.event-list li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

ul.event-list li .event-ttl h3 {
  text-align: left;
  margin-bottom: 15px;
}

ul.event-list li .event-ttl p {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

ul.event-list li .event-ttl p span {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
}

ul.event-list li .event-cont {
  display: flex;
  margin-top: 20px;
}

ul.event-list li .event-cont .event-img {
  width: 200px;
  margin-right: 20px;
}

ul.event-list li .event-cont .event-info {
  flex: 1;
}

ul.event-list li .event-cont .event-info .event-address {
  margin-top: 10px;
}

ul.event-list li .event-cont .event-info .event-address i {
  margin-right: 5px;
}

ul.user-sex {
  display: flex;
  justify-content: center;
}

ul.user-sex li a {
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  margin: 0 20px;
}

ul.user-sex li a.c-man {
  background: linear-gradient(to bottom, #86e4c9, #47a288);
}

ul.user-sex li a.c-woman {
  background: linear-gradient(to bottom, #ffbcce, #f78989);
}

/* 不妊チェック */
.f-check {
  position: relative;
  padding: 0;
  margin: 0;
}

.f-check ul {
  display: flex;
  justify-content: center;
}

.f-check ul li {
  list-style: none;
  text-align: center;
  display: block;
  margin: 0 20px;
}

.f-check ul li a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  display: block;
  background-color: #333A40;
  padding: 15px 30px;
}

dl.register-table dt {
  font-weight: bold;
  font-size: 16px;
  padding: 30px 10px 10px 10px;
  display: flex;
}

dl.register-table dt .check-q {
  background-color: #ff6a1a;
  color: #fff;
  font-weight: bold;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

dl.register-table dd {
  padding: 10px 10px 20px 10px;
  border-bottom: 1px dashed #ccc;
}

dl.register-table .form-radio ul.column {
  flex-flow: column;
}

#check .register-table th {
  width: 350px;
}

/* コラム詳細 */
.columns-detail .inner-s{
  list-style-position: inside;
}
.columns-detail h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.columns-detail h2 {
  font-size: 20px;
  margin-top: 30px;
  border-left: 5px solid #f2623b;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  color: #000;
  text-shadow: none;
}

.columns-detail h2.clm-with {
  border-bottom: 1px dashed red;
  border-left: 0;
  text-align: center;
}

.columns-detail h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: double 3px #f2623b;
  text-align: left;
  color: #000;
}

.columns-detail table {
  border-collapse: collapse;
  margin: 0 auto;
}

.columns-detail table td {
  border: 1px solid #e2e2e6;
  padding: 10px;
  vertical-align: middle;
}

.columns-detail table th {
  border: 1px solid #e2e2e6;
  padding: 10px;
  vertical-align: middle;
  background-color: #fffaeb;
}

.columns-detail blockquote {
  position: relative;
  font-size: 15px;
  margin-top: 30px;
  padding: 30px 25px 20px 30px;
  box-sizing: border-box;
  font-style: italic;
  background: #dcf0f9;
  color: #555;
}

.columns-detail blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #8dc3dc;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.columns-detail blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.columns-detail blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.columns-detail .img-box {
  margin: 30px auto 0;
  max-width: 50%;
}

.columns-detail p.clm-txt {
  margin-top: 30px;
  font-size: 15px;
}

.columns-detail p.clm-txt .clm-red {
  font-weight: bold;
  color: #e84a4a;
}

.colums-label {
  background-color: #fffaeb;
  padding: 20px;
  margin-top: 30px;
}

.colums-label div {
  text-align: center;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
}

.colums-label ul {
  margin-top: 30px;
}

.colums-label ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.colums-label ul li.display_none{
  display: none;
}
.colums-label ul li a {
  transition: all 0.3s ease;
}
.colums-label ul li a:hover {
  color: #f3572d;
}

.next-page {
  margin-top: 30px;
  text-align: center;
}

.next-page a {
  padding: 10px 40px 10px 30px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #f97754;
  color: #fff;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.3s ease;
}

.next-page a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.next-page a span {
  display: block;
  font-size: 12px;
}

ul.share {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

ul.share li {
  width: 160px;
  margin-right: 10px;
}

ul.share li:last-child {
  margin-right: 0;
}

ul.share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
  width: 100%;
  background-color: #eeeeee;
  border-radius: 5px;
}

ul.share li a img {
  max-width: 20px;
  margin-right: 10px;
  width: 100%;
}

ul.share li.share-fb {
  color: #3b5998;
}

ul.share li.share-tw {
  color: #6db6f7;
}

ul.share li.share-li {
  color: #00c300;
}

.link-card {
  position: relative;
  margin-top: 30px;
}

.link-card a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.link-card .link-card-wrap {
  display: flex;
  padding: 30px;
  border: 1px solid #eee;
}

.link-card .link-card-wrap .link-card-img {
  width: 160px;
  margin-right: 20px;
}

.link-card .link-card-wrap .link-card-img img {
  display: block;
  width: 100%;
}

.link-card .link-card-wrap .link-card-txt {
  flex: 1;
}

.link-card .link-card-wrap .link-card-txt h4 {
  font-size: 16px;
}

.link-card .link-card-wrap .link-card-txt .link-card-more {
  margin-top: 5px;
  text-align: right;
}

.link-card .link-card-wrap .link-card-txt .link-card-more span {
  display: inline-block;
}

.clm-author {
  margin-top: 30px;
  padding: 30px;
  background-color: #fffaeb;
}

.clm-author .clm-author-top {
  display: flex;
  align-items: center;
}

.clm-author .clm-author-top .clm-author-img {
  width: 150px;
  margin-right: 20px;
}

.clm-author .clm-author-top .clm-author-img .clm-author-img-bg {
  background-size: cover;
  background-position: center center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.clm-author .clm-author-top .clm-author-name {
  flex: 1;
}

.clm-author .clm-author-top .clm-author-name span {
  font-size: 18px;
  font-weight: bold;
}

.clm-author .clm-author-bottom {
  margin-top: 10px;
}
.clm-author .clm-author-bottom p{
  white-space: pre-line;
}

.clm-author .clm-author-bottom .clm-author-link {
  text-align: right;
}

.clm-author .clm-author-bottom .clm-author-link a {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
}

ul.clm-with-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.clm-with-list li {
  width: 48%;
  position: relative;
}

ul.clm-with-list li:last-child {
  margin-right: 0;
}

ul.clm-with-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

ul.clm-with-list li .clm-img {
  position: relative;
}

ul.clm-with-list li .clm-img img {
  width: 100%;
  display: block;
}

ul.clm-with-list li .column-txt {
  margin-top: 5px;
}

ul.clm-with-list li .column-txt p {
  font-weight: bold;
  line-height: 1.4;
}

ul.clm-with-list li .column-txt .column-txt-foot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}

ul.clm-with-list li .column-txt .column-txt-foot .column-date {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
}

ul.clm-with-list li .column-txt .column-txt-foot .column-cat {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

/* コラム一覧 */
#clm-srch {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 13;
}
.clm-srch-btn{
  display: block;
  width: 56px;
  height: 56px;
  background: #03a9f4;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.clm-srch-btn:hover{
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.clm-srch-btn i {
  color: white;
  line-height: 56px;
  font-size: 18px;
}

.sc-search {
  display: flex;
}

.columns-first h2 {
  margin-bottom: 20px;
  text-shadow: none;
  font-weight: bold;
}

ul.clm-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

ul.clm-cat li {
  width: 32%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

ul.clm-cat li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-top: -5px;
}

ul.clm-cat li a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  background-color: #fffaeb;
  transition: all 0.3s ease;
}

ul.clm-cat li a.active {
  background-color: #fce0dc;
}

ul.clm-cat li a:hover {
  background-color: #fce0dc;
}

ul.clm-tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

ul.clm-tag-wrap li {
  margin-bottom: 10px;
}

ul.clm-tag-wrap li .clm-tag {
  margin-right: 15px;
  border-radius: 25px;
  border: 1px solid #f36b47;
  transition: all 0.3s ease;
}

ul.clm-tag-wrap li .clm-tag a {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
}

ul.clm-tag-wrap li .clm-tag:hover {
  background-color: #f36b47;
  color: #fff;
}

.clm-search {
  display: flex;
  max-width: 340px;
  margin: 20px auto;
}

.clm-search input[type=search] {
  flex: 1;
  -webkit-appearance: none;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 10px;
  height: 40px;
  font-size: 100%;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
  border-right: none;
}

.clm-search input[type=submit] {
  -webkit-appearance: none;
  padding: 0 10px;
  color: #fff;
  width: 50px;
  height: 40px;
  font-size: 100%;
  vertical-align: top;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #5bb99d;
}

.columns-list {
  margin-top: 30px;
}

.clm-list-bg {
  padding: 20px 0;
  background-image: url(../../img/assets/common/bg_line.svg);
  background-size: 60px;
}

ul.clm-list {
  display: flex;
  flex-wrap: wrap;
}

ul.clm-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
}

ul.clm-list li:nth-child(3n) {
  margin-right: 0;
}

ul.clm-list li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}



ul.clm-list li .clm-img {
  position: relative;
}



ul.clm-list li .clm-img img {
  width: 100%;
  display: block;
}

ul.clm-list li .column-txt {
  margin-top: 5px;
  overflow: hidden;
}

ul.clm-list li .column-txt p {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}



ul.clm-list li .column-txt .column-txt-foot .column-date {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}

ul.clm-list li .column-txt .column-txt-foot .column-cat {
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
}

ul.clm-list li .column-txt .column-txt-foot .column-cat-wrap{
  display: flex;
  flex-wrap: wrap;
}

ul.clm-recom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.clm-recom li {
  width: 30%;
  margin-bottom: 40px;
  position: relative;
}

ul.clm-recom li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

ul.clm-recom li .clm-img {
  position: relative;
}

ul.clm-recom li .clm-img img {
  width: 100%;
  display: block;
}

ul.clm-recom li .column-txt {
  margin-top: 5px;
}

ul.clm-recom li .column-txt p {
  font-weight: bold;
}

ul.clm-recom li .column-txt .column-txt-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

ul.clm-recom li .column-txt .column-txt-foot .column-date {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
}

ul.clm-recom li .column-txt .column-txt-foot .column-cat {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

ul.clm-recom li .column-txt .column-txt-foot .column-pr {
  background-color: #fff;
  border: 1px solid #5bb99d;
  color: #5bb99d;
  border-radius: 5px;
}

ul.clm-list-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.clm-list-one li {
  width: 17%;
  margin-bottom: 40px;
  position: relative;
}

ul.clm-list-one li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

ul.clm-list-one li .clm-img {
  position: relative;
}

ul.clm-list-one li .clm-img img {
  width: 100%;
  display: block;
}

ul.clm-list-one li .column-txt {
  margin-top: 5px;
}

ul.clm-list-one li .column-txt p {
  font-weight: bold;
  line-height: 1.4;
}

ul.clm-list-one li .column-txt .column-txt-foot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}

ul.clm-list-one li .column-txt .column-txt-foot .column-date {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
}

ul.clm-list-one li .column-txt .column-txt-foot .column-cat {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

.columns-banner {
  margin: 30px 0;
}

.columns-banner .img-box {
  max-width: 280px;
  margin: 0 auto;
}

.taxonomy-wrap {
  margin-bottom: 20px;
}

li.parent-ttl {
  margin-bottom: 5px;
}

.taxonomy-wrap li.parent-ttl a {
  padding: 5px;
  border: 1px solid #f36b47;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
}

ul.children-wrap {
  display: flex;
  flex-wrap: wrap;
}

ul.children-wrap li {
  padding: 5px 7px;
  color: #0082d4;
  border-radius: 9px;
  text-decoration: underline;
}

.taxonomy-wrap a:hover{
  text-decoration: underline;
}

.sc-tag-wrap-mt{
  margin-top: 15px;
}


.search_tag_box {
  padding: 15px;
  background-color: #f9f8f8;
  border-radius: 10px;
}

/* 病院詳細 */
ul.point-star {
  display: flex;
  padding-right: 4px;
}

ul.point-star li {
  margin-right: 2px;
}

ul.point-star li img {
  width: 15px;
}

#clinics h1 {
  font-size: 24px;
  font-weight: bold;
  color: #454545;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0;
}

#clinics h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  vertical-align: middle;
}

#clinics h2 span.pr-badge{
  font-size: 12px;
  color: #333;
  text-shadow: none;
  float: right;
  display: inline-block;
  padding-top: 5px;
}

#clinics .cl-review-user > h2 {
  background-color: #f5ad92;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  letter-spacing: 1px;
}

#clinics h2.clm-sec{
  text-align: center;
}

#clinics pre{
  white-space: pre-wrap ;
}

#clinics .sc-list-data {
  justify-content: center;
  margin-bottom: 20px;
}

#clinics .panel-area {
  position: relative;
  padding: 10px 0;
  border-radius: 0;
}

#clinics .panel-area:before {
  content: "";
  position: absolute;
  border-top: 1px solid #ccc;
  bottom: -1px;
  width: 100%;
  z-index: -1;
}

#clinics .panel-area:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ccc;
  top: -1px;
  width: 100%;
  z-index: -1;
}

.cl-intro p{
  font-size: 17px;
}
.colums_editor_add_bg_yellow{
  font-size: 17px;
}
.cl-review-overview{
  font-size: 17px;
}
.cl-policy p{
  font-size: 17px;
  white-space: pre-line;
}

.cl-review-main {
  /* margin-bottom: 15px; */
  width: 50%;
}

/* .cl-review-main .wrapper{
  align-items: center;
  display: block;
} */

p.cl-review-main-ttl {
  font-size: 20px;
  font-weight: 600;
  color: #f2572c;
}

.cl-review-main-inner {
  display: flex;
  align-items: baseline;
}

.cl-review-main ul.point-star li img {
  width: 17px;
}

.cl-review-main-inner span {
  font-size: 20px;
  font-weight: 600;
}

#clinics .panel-area img{
  max-width: 100%;
  height: auto!important;
}

#clinics .tab-panel {
  padding: 0;
  /* margin-top: 40px; */
}

#clinics .tab-area label {
  border-radius: 0;
  background-color: #eee;
  color: #333;
  margin-bottom: 2px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
}

#clinics .tab-area.foot-tab label {
  border-radius: 0;
  background-color: #eee;
  color: #333;
  margin-bottom: 0px;
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
  margin-right: 5px;
}

#cl-panel1 section {
  margin: 40px 0;
}

#cl-panel1 .cl-anchor ul {
  display: flex;
  flex-wrap: wrap;
}

#cl-panel1 .cl-anchor ul li {
  width: calc(100% / 3);
}

#cl-panel1 .cl-anchor ul li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  background-color: #fce0dc;
  border: 1px solid #fff;
}

#cl-panel1 .cl-dir-img {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto 20px;
}

#cl-panel1 .cl-dir-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#cl-panel1 table.cl-time {
  width: 100%;
}

#cl-panel1 table.cl-time tr:first-child {
  border-top: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-time tr th {
  width: 12.5%;
  padding: 15px 0;
  background-color: #fffaeb;
  border-bottom: 1px solid #e2e2e6;
  border-right: 1px solid #e2e2e6;
  vertical-align: middle;
}

#cl-panel1 table.cl-time tr th:last-child {
  border-right: 0;
}
#cl-panel1 table.cl-time tr td:last-child{
  border-right: 0;
}

#cl-panel1 table.cl-time tr td {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e6;
  border-right: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-fee {
  width: 100%;
}

#cl-panel1 table.cl-fee tr {
  border-bottom: 1px solid #e2e2e6;
  border-top: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-fee tr:first-child th {
  background-color: #fffaeb;
}

#cl-panel1 table.cl-fee tr th {
  padding: 15px 0;
}

#cl-panel1 table.cl-fee tr th:first-child {
  border-right: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-fee tr td {
  padding: 15px 0;
  text-align: center;
}

#cl-panel1 .cl-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}

#cl-panel1 .cl-map iframe, #cl-panel1 .cl-map object, #cl-panel1 .cl-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cl-panel1 table.cl-address {
  width: 100%;
}

#cl-panel1 table.cl-address tr{
  border-bottom: 1px solid #e2e2e6;
}
#cl-panel1 table.cl-address tr:first-child {
  border-top: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-address tr th {
  background-color: #fffaeb;
  width: 120px;
  vertical-align: middle;
  border-right: 1px solid #e2e2e6;
}

#cl-panel1 table.cl-address tr td {
  padding: 15px 0 15px 30px;
}

.cl-review-overview h3{
  font-size: 18px;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.cl-review-overview ul{
  position: relative;
  padding-left: 1rem;
}
.cl-review-overview ul li:before{
  display: block;
	position: absolute;
	left: 5px;
	content: '・';
}

.cl-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cl-ttl .checkbox-save-txt {
  padding: 10px 40px 10px 25px;
}
.checkbox-save-txt .only-pc{
  display: inline-block;
}

.cl-ttl .checkbox-save-txt::after {
  top: 10px;
  right: 16px;
}

.sc-list-top{
  display: flex;
  justify-content: space-between;
}

.sc-list-data {
  display: flex;
  line-height: 1;
}

.sc-list-data .sc-list-review {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-right: 20px;
  font-size: 16px;
  border-radius: 5px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}

.sc-list-data .sc-list-review p span {
  font-weight: bold;
  padding-left: 6px;
  color: #0082d4;
  text-decoration: underline;
}

.sc-list-data .sc-list-point {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}

.sc-list-data .sc-list-point span{
  color: #f6ae3a;
}
.sc-list-data .sc-list-point ul {
  display: flex;
  padding-right: 4px;
}

.sc-list-data .sc-list-point ul li {
  margin-right: 2px;
}

.sc-list-data .sc-list-point ul li img {
  width: 20px;
}

#sc-clinic-result .sc-list-data .sc-list-point{
  background-color: #fff8e4;
  padding: 12px;
  margin-right: 10px;
}
#sc-clinic-result .sc-list-data .sc-list-review{
  background-color: #fff8e4;
}

#sc-clinic-result table.cl-time {
  width: 100%;
  margin-top:5%;
}

#sc-clinic-result table.cl-time tr th {
  width: 12.5%;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e6;
  border-right: 1px solid #e2e2e6;
  font-size:13px;
}

#sc-clinic-result table.cl-time td {
  font-size: 14px;
  line-height: 1.75em;
}

#sc-clinic-result table tr th {
  background-color: #FCF8F7 !important;
  text-align: center;
}

#sc-clinic-result table.cl-time tr td {
  border-bottom: 1px solid #e2e2e6;
  border-left: 1px solid #e2e2e6;
  text-align: center;
  padding: 5px 0;
}

.tab-wrap {
  width: 100%;
}

.tab-area {
  font-size: 0;
}

.tab-area.foot-tab {
    margin-bottom: 30px;
}

.only-sp-posi{
  display: none;
}

.tab-area label {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
  color: #da7853;
  background: #fff;
  border-bottom: 2px solid #fbe0dc;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  vertical-align: bottom;
  transition: all  0.3s ease;
  border-radius: 5px 5px 0 0;
}

.tab-panel {
  width: 100%;
  padding: 20px;
  opacity: 0;
  display: none;
}

.panel-area {
  background: #fff;
  border-radius: 0 5px 5px 5px;
}

.clinics-second input[type="radio"] {
  display: none;
}

#cl-tab1:checked ~ .tab-area .tab1-label, #cl-tab2:checked ~ .tab-area .tab2-label, #cl-tab3:checked ~ .tab-area .tab3-label {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

#cl-tab1:checked ~ .tab-area.foot-tab .tab1-label, #cl-tab2:checked ~ .tab-area.foot-tab .tab2-label, #cl-tab3:checked ~ .tab-area.foot-tab .tab3-label {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  margin-bottom: 0;
}

#cl-tab1:checked ~ .panel-area #cl-panel1, #cl-tab2:checked ~ .panel-area #cl-panel2 , #cl-tab3:checked ~ .panel-area #cl-panel3 {
  display: block;
  opacity: 1;
}


table.cl-info {
  margin-top: 20px;
  border-top: 1px solid #e2e2e6;
  width: 100%;
  background-color: #fff;
  position: relative;
}

table.cl-info tr {
  border-bottom: 1px solid #e2e2e6;
}

table.cl-info tr th {
  width: 140px;
  background-color: #fffaeb;
  vertical-align: middle;
}

table.cl-info tr td {
  padding: 10px 20px;
}

table.cl-info tr td a {
  text-decoration: underline;
  color: #0082d4;
  font-weight: 600;
  word-break: break-all;
}

.cl-access li {
  margin-bottom: 20px;
}
.cl-access p{
  white-space: pre-line;
}

.cl-list ul li.cl-list-item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}

.cl-list ul li.cl-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f88789;
  border-right: 2px solid #f88789;
  transform: rotate(45deg);
  margin-top: -5px;
}

.cl-list ul li.cl-list-item:hover {
  background-color: #fff9f8;
}

.cl-list ul li.cl-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cl-list ul li.cl-list-item .cl-list-ttl {
  font-size: 18px;
  font-weight: bold;
}

.cl-list ul li.cl-list-item .cl-list-data {
  display: flex;
  margin-top: 4px;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-point {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-right: 10px;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-point ul {
  display: flex;
  padding-right: 4px;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-point ul li {
  margin-right: 2px;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-point ul li img {
  width: 15px;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-point span {
  font-size: 16px;
  font-weight: bold;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-review p {
  line-height: 1;
}

.cl-list ul li.cl-list-item .cl-list-data .cl-list-review p span {
  font-size: 16px;
  font-weight: bold;
}

.cl-list-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cl-list-more div {
  padding: 0 10px;
  text-align: center;
}

.cl-list-more div a {
    padding: 10px 50px 10px 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #f97754;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #f97754;
}

.cl-list-more div a:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    font-weight: 600;
}
/*190807maeda*/
.cl-list-city a {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #f97754 !important;
}
/*190807maeda*/
.cl-list-city a:before{
  color: #f97754 !important;
}

.cl-review {
  display: flex;
  border: 1px solid #cccccc;
  width: 100%;
  border-left:none;
  border-right: none;
}

.cl-review .cl-review-main .wrapper {
  flex-flow: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.cl-review .cl-review-main .wrapper p {
  font-size: 18px;
}

.cl-review .cl-review-main .wrapper span {
  font-size: 22px;
  font-weight: bold;
}

.cl-review .cl-review-list {
  border-left: 1px solid #cccccc;
  width: 50%;
  border-left: none;
}

.cl-review .cl-review-list .cl-review-list-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.cl-review .cl-review-list .cl-review-list-item:last-child {
  border-bottom: 0;
}

.cl-review .cl-review-list .cl-review-list-item .cl-review-list-name {
  width: 140px;
  color: #0082d4;
  font-weight: 600;
}

.cl-review .cl-review-list .cl-review-list-item .cl-review-list-point {
  display: flex;
}

.cl-review .cl-review-list .cl-review-list-item .cl-review-list-point span {
  font-weight: bold;
}

.cl-review-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.cl-review-info .cl-review-count {
  font-size: 18px;
  font-weight: 600;
}

.cl-review-info .cl-review-sc {
  display: flex;
}

.cl-review-info .cl-review-sc .cl-review-sl {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
  padding: 8px 15px;
  margin-right: 10px;
}

.cl-review-info .cl-review-sc .cl-review-sl:before {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

.search-revie.search-modal {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 15px;
  margin-right: 10px;
}

.cl-review-info .cl-review-sc .cl-review-sl select {
  width: 100%;
  padding-right: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
}

.cl-review-info .cl-review-sc .cl-review-sl select::-ms-expand {
  display: none;
}

.cl-review-info .cl-review-sc .search-review a {
  position: relative;
  padding: 12px 20px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
}

.cl-review-cont {
  margin-top: 30px;
}

.cl-review-cont ul.cl-review-item > li {
  margin-bottom: 40px;
}

.cl-review-cont ul.cl-review-item > li .cl-review-user {
  background-color: #f5ad92;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
}

.cl-review-cont ul.cl-review-item > li h3 {
  text-align: left;
  margin: 10px 0 15px;
  font-weight: 600;
}
.cl-review-cont ul.cl-review-item > li h4:before {
  content: "【";
}

.cl-review-cont ul.cl-review-item > li h4:after {
  content: "】";
}

.cl-review-cont ul.cl-review-item > li .cl-review-user-point {
  display: flex;
  font-size: 16px;
  margin-bottom: 5px;
}

.cl-review-cont ul.cl-review-item > li .cl-review-user-point p {
  padding-right: 10px;
  color: #0082d4;
  font-weight: 600;
}

.cl-review-cont ul.cl-review-item > li .cl-review-user-point span {
  font-weight: bold;
}

.cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list li {
  padding-right: 10px;
}

.cl-review-cont ul.cl-review-item > li .cl-review-user-point-tag {
  display: flex;
  font-size: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.cl-review-cont ul.cl-review-item > li .cl-review-user-point-tag ul.cl-review-user-point-tag-list {
  display: flex;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context {
  display: flex;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-img {
  width: 200px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-img img {
  width: 100%;
  max-width: 120px;
  display: block;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-list {
  flex: 1;
  display: flex;
  align-items: center;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-list .cl-review-context-list-wrap {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 12px 18px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-list .cl-review-context-list-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-list .cl-review-context-list-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.cl-review-cont ul.cl-review-item > li dl dd {
  margin-bottom: 20px;
}

.cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list li {
  padding: 4px 5px;
  background-color: #fdddd0;
  width: 19%;
  color: #0082d4;
  /*190806maeda*/
  font-size: 12px;
  white-space: nowrap;
}

/* 取材記事対応（interview対応） */

.cl-interview-item {
  display: flex;
  margin: 20px 0;
}

.cl-interview-item .cl-interview-img {
  display: block;
  margin-right: 10px;
}

.cl-interview-item .cl-interview-img img {
  display: block;
  width: 100%;
}

.cl-interview-item .cl-interview-txt {
  flex: 1;
  display: flex;
  flex-flow: column;
}

.cl-interview-item .cl-interview-txt .cl-interview-ttl {
  font-weight: bold;
}

.cl-interview-item .cl-interview-txt {
  font-size: 16px;
  text-align: left;
}

@media (max-width: 650px){
  .cl-interview-item .cl-interview-begining{
    display: none;
  }
}

.cl-interview-item .cl-interview-more {
  font-size: 15px;
  text-align: right;
}

/* 取材記事対応（interview対応） */

.f-bold{
  font-weight: 600;
}

#modal-c .sc-search {
  margin-top: 20px;
}

#modal-c .modal h4 {
  font-size: 18px;
  color: #f2572d;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

#modal-c .sc-search input[type=search] {
  flex: 1;
  -webkit-appearance: none;
  margin-right: 0;
  padding: 10px;
  height: 40px;
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid #afc3ca;
  border-right: none;
}

#modal-c .sc-search input[type=submit] {
  -webkit-appearance: none;
  padding: 0 10px;
  color: #fff;
  width: 50px;
  height: 40px;
  font-size: 100%;
  vertical-align: top;
  border: none;
  background: #5bb99d;
}

/* 不妊治療クリニックを探す */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 249, 231, 0.8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}

.container {
  display: table;
  width: 100%;
  height: 100%;
}

.inner-m {
  display: table-cell;
  padding: 20px;
}

.modal {
  margin: 0 auto;
  padding: 30px;
  max-width: 680px;
  background-color: #fff;
}

.modal section {
  padding: 20px 0;
}

#sc-modal .modal h4 {
  font-size: 18px;
  color: #f2572d;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.sc-pref {
  width: 50%;
}

.sc-pref ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sc-pref ul li {
  width: 23%;
  margin-bottom: 15px;
}

.sc-pref ul li .pref-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-pref ul li .pref-btn a {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(#fff, #f5f8fa);
  border: 1px solid #b0c3ca;
  border-radius: 4px;
  color: #393e42;
  cursor: pointer;
  font-size: 16px;
  padding: 30px 0;
  position: relative;
}

.sc-right {
  width: 50%;
  padding-left: 20px;
}

.sc-search {
  display: flex;
}

#sc-clinic .sc-search input[type=search] {
  flex: 1;
  -webkit-appearance: none;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 10px;
  height: 40px;
  font-size: 100%;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
  border-right: none;
}

#sc-clinic .sc-search input[type=submit] {
  -webkit-appearance: none;
  padding: 0 10px;
  color: #fff;
  width: 50px;
  height: 40px;
  font-size: 100%;
  vertical-align: top;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #5bb99d;
}

.search-btn a {
  position: relative;
  padding: 12px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  color: #757575;
  margin-bottom: 7px;
}

.search-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5bb99d;
  border-right: 2px solid #5bb99d;
  transform: rotate(45deg);
  margin-top: -5px;
}

.sc-clinic-first h2{
  color: #333;
  text-shadow: none;
}

.sc-clinic-second {
  margin-top: 60px;
}

.sc-point-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sc-point-main ul li {
  width: 49%;
  margin-bottom: 15px;
}

.sc-point-main ul li .sc-point-item {
  position: relative;
}

.sc-point-main ul li .sc-point-item .sc-point-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.sc-point-main ul li .sc-point-item .sc-point-link a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(31, 84, 84, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#sc-precon .sc-point-main ul li .sc-point-item .sc-point-link a {
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
}
.sc-point-main ul li .sc-point-item .sc-point-link a p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}

.sc-point-main ul li .sc-point-item .sc-point-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sc-point-main ul li .sc-point-item .sc-point-bg img {
  width: 100%;
}

.sc-point-sub {
  margin-top: 40px;
}

.sc-point-sub ul {
  display: flex;
  flex-wrap: wrap;
}

.sc-point-sub ul li {
  width: 24.25%;
  margin-bottom: 15px;
  margin-right: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sc-point-sub ul li:nth-child(4n) {
  margin-right: 0;
}

.sc-point-sub ul li a {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(#fff, #f5f8fa);
    border: 1px solid #b0c3ca;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
}

.modal-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-ttl-txt {
  font-size: 16px;
  font-weight: bold;
}

.modal-ttl-txt i {
  padding-right: 4px;
}

button.clr-button {
  font-size: 12px;
  padding: 6px 20px;
  background-color: #fff;
  border: 1px solid #868686;
  color: #4d4d4d;
}

button.cls-button {
  font-size: 12px;
  padding: 6px 20px;
  background-color: #868686;
  border: 1px solid #868686;
  color: #fff;
  margin-left: 15px;
}

#sc-modal .acc-wrap dl {
  border: 1px solid #b0c3ca;
}

#sc-modal .acc-wrap dl dt {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  cursor: pointer;
  transition: all  0.3s ease;
}

#sc-modal .acc-wrap dl dt:first-child {
  border-top: none !important;
}

#sc-modal .acc-wrap dl dt:hover {
  background-color: #f4fafb;
}

#sc-modal .acc-wrap dl dt .acc-ttl {
  padding-left: 10px;
}

#sc-modal .acc-wrap dl dt.active {
  background-color: #f4fafb;
}

#sc-modal .acc-wrap dl dd {
  display: none;
  background-color: #fff;
  padding: 10px 20px 20px;
}

#sc-modal .acc-wrap dl dd ul li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
}

#sc-modal .acc-wrap dl dd ul li label {
  padding: 10px;
  display: block;
}

#sc-modal .acc-wrap dl dd ul li:first-child {
  padding-left: 0;
}

#sc-modal .acc-wrap dl dd ul li:last-child {
  border-bottom: 0;
}

#sc-modal .acc-wrap dl dd ul li a {
  display: block;
  padding: 15px;
}

#sc-modal .acc-wrap dl dd ul li a:hover {
  color: #f2572d;
}

#sc-modal .acc-icon span {
  background-color: #138ea7;
}

.sc-point-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sc-point-wrap ul li {
  width: 49%;
  margin-bottom: 10px;
}

.sc-result p {
  text-align: center;
  font-size: 16px;
}

.sc-result p span {
  font-size: 22px;
  padding-left: 10px;
}

#sc-modal .sc-submit {
  display: block;
  width: 220px;
  height: 50px;
  margin: 30px auto 0;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #f27930;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  border: 0;
}

#sc-modal .sc-submit:hover {
  background-color: #ffb556;
  cursor: pointer;
}

/* 不妊治療クリニックを探す 結果 */
.sc-tag-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.sc-tag-wrap ul li {
  margin-bottom: 10px;
}

.sc-tag-wrap ul li .sc-tag {
  margin-right: 15px;
  border-radius: 25px;
  border: 1px solid #f36b47;
  transition: all 0.3s ease;
}

.sc-tag-wrap ul li .sc-tag a {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
}

#sc-clinic-result .search-btn {
  max-width: 240px;
  margin: 30px auto;
  text-align: center;
}
.sc-clinic-result-second .sc-list{
  border-top: 1px solid #ccc;
}
.sc-number {
  text-align: center;
  margin-bottom: 20px;
}

.sc-number span {
  font-size: 20px;
  padding-right: 10px;
  font-weight: bold;
}

.sc-sort ul {
  display: flex;
  justify-content: center;
}

.sc-sort ul li {
  border-right: 1px solid #000;
  line-height: 1;
  padding: 0 15px;
  font-size: 16px;
}

.sc-sort ul li:last-child {
  border-right: 0;
}

.sc-sort ul li a {
  color: #5bb99c;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.sc-sort ul li.active {
  color: #8e8e8e;
}

.sc-list {
  margin-top: 20px;
}

.sc-link-ab{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.sc-list ul li.sc-item {
  padding: 30px;
  position: relative;
}

.sc-list ul li.sc-item:nth-child(2n) {
  background-color: #f7f7f7;
}

.sc-list ul li.sc-item .sc-list-ttl {
  margin-bottom: 20px;
  /*display: flex;*/
  /*justify-content: space-between;*/
}

.sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner{
  display: flex;
  justify-content: space-between;
}

.sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner ul{

  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;

}

.sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner ul li{
  margin-left: 5px;
}

.sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner ul .sc-tag {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #f36b47;
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
}

.sc-list ul li.sc-item .sc-list-ttl .pr{
  color: #e60000;
  font-weight: bold;
}
.sc-list ul li.sc-item h3 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.sc-list ul li.sc-item P span.hlt {
  color: #ff3434;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.sc-list ul li.sc-item .sc-list-cont {
  display: flex;
  margin-bottom: 30px;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-img {
  width: 220px;
  padding-right: 30px;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address {
  margin-bottom: 20px;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address dt {
  float: left ;
  clear: left ;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address dt img {
  margin-top: 0.15em ;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address dd {
  float: left ;
  margin-left: 1em ;
  width: 75%;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address span{
  color:#6f6f6f;
  max-height: 4.8em;
  overflow: hidden;
  display: block;
}

.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

/* 関連コラムへのリンク追加 */
.sc-list ul li.sc-item .sc-list-mclm-cont {
  display: flex;
  margin: 20px 0;
  z-index: 4;
  position: relative;
}

.sc-list ul li.sc-item .sc-list-mclm-cont .sc-list-mclm-img {
  display: block;
  margin-right: 10px;
}

.sc-list ul li.sc-item .sc-list-mclm-cont .sc-list-mclm-img img {
  display: block;
  width: 100px;
  height: auto;
}

.sc-list ul li.sc-item .sc-list-mclm-cont .sc-list-mclm-txt {
  flex: 1;
  display: flex;
  flex-flow: column;
  font-size: 14px;
  text-align: left;
}

.sc-list ul li.sc-item .sc-list-mclm-cont .sc-list-mclm-txt .sc-list-mclm-dnm {
  font-weight: bold;
  margin-top: 14px;
}

.sc-list ul li.sc-item .sc-list-mclm-cont .sc-list-mclm-more {
  font-size: 12px;
  text-align: right;
}

.sc-list ul li.sc-item .sc-list-sclm-cont {
  margin: 20px 0;
  z-index: 5;
  position: relative;
  font-weight: bold;
}

.sc-list ul li.sc-item .sc-list-sclm-cont span {
  border-bottom:solid;
  border-color:#000000;
  border-width:1px;
  }

/* 電話と公式サイトへのリンク追加 */

.sc-list ul li.sc-item .sc-list-buttons {
  display: flex;
  justify-content: space-around;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}

.sc-list ul li.sc-item .sc-list-buttons .sc-list-tel {
  font-size: 16px;
  background-color: #FD821C;
  color: #fff;
  padding: 15px 30px !important;
  text-align: center;
  width: 46%;
  z-index: 3;
}

.sc-list ul li.sc-item .sc-list-buttons .sc-list-url {
  font-size: 16px;
  background-color: #FFA31C;
  color: #fff;
  padding: 15px 30px !important;
  text-align: center;
  width: 46%;
  z-index: 3;
}

.sc-list ul li.sc-item .mb-sc-list-buttons {
  display: flex;
  justify-content: space-around;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}

.sc-list ul li.sc-item .mb-sc-list-buttons .sc-list-tel {
  font-size: 14px;
  background-color: #FD821C;
  color: #fff;
  padding: 15px 5px !important;
  text-align: center;
  width: 46%;
  z-index: 3;
}

.sc-list ul li.sc-item .mb-sc-list-buttons .sc-list-url {
  font-size: 14px;
  background-color: #FFA31C;
  color: #fff;
  padding: 15px 5px !important;
  text-align: center;
  width: 46%;
  z-index: 3;
}

/* 関連コラムへのリンク追加 */

.sc-list ul li.sc-item .sc-list-button {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.sc-list ul li.sc-item .sc-list-button .sc-list-save {
  margin-right: 20px;
  z-index: 3;
}

.sc-list ul li.sc-item .sc-list-button .sc-list-link a {
  display: block;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #ccc;
  border-radius: 25px;
  line-height: 1;
  background-color: #fff;
}

.sc-list-link .only-pc{
  display: inline-block;
}
.sc-list ul li.sc-banner {
  margin: 30px 0;
}

.sc-list ul li.sc-banner .img-box {
  max-width: 280px;
  margin: 0 auto;
}

.sc-list-more {
  margin: 50px 0;
  text-align: center;
  cursor: pointer;
}

.sc-list-more a {
    padding: 10px 70px 10px 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #f97754;
    font-weight: bold;
    border-radius: 26px;
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.sc-list-more a:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    font-weight: 600;
}

.checkbox-save {
  display: none;
}

.checkbox-save:checked + .checkbox-save-txt {
  color: #fff;
  background-color: #e87896;
  border: 1px solid #e87896;
  cursor: default;
}

.checkbox-save:checked + .checkbox-save-txt::after {
  color: #fff;
}

.checkbox-save-txt {
  font-size: 16px;
  display: block;
  padding: 10px 60px 10px 35px;
  border: 1px solid;
  border-radius: 25px;
  position: relative;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #ccc;
}

.checkbox-save-txt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  color: #ff818b;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 10px;
  right: 35px;
  width: 17px;
  height: 17px;
  transition: .4s;
}

.checkbox-save:checked + .checkbox-save-txt::after {
  transform: scale(1, 1);
}

/* 不妊治療とは */
#f-about h3 {
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
  position: relative;
  text-align: left;
  font-weight: bold;
  color: #000;
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 2.6;
}

#f-about h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #f2572d;
  top: -1px;
  width: 10%;
}

.f-about-first .sub-ttl {
  line-height: 2;
}

.f-about-box {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.f-about-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #f2572d;
}

.f-about-box .org, .f-about-box .bold {
  font-weight: bold;
}

.f-about-box h5 {
  color: #0d8ca5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.f-about-box .f-about-img {
  margin: 30px auto;
}

.f-about-box .f-about-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.f-about-box .mw-520 {
  max-width: 520px;
}

.f-about-box-org {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fffaf3;
  border-radius: 5px;
}

.f-about-box-org .sub-case {
  background-color: #f2572d;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 15px;
  line-height: 1;
  font-weight: normal;
}

.f-about-box-org dl dt {
  margin-top: 20px;
  font-weight: bold;
}

.f-about-box-org dl dd.indent {
  padding-left: 28px;
}

.f-about-box-org dl dd dl.sub-dl dt {
  margin-top: 0;
  padding-left: 4px;
  font-weight: normal;
}

.f-about-box-gry {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.f-about-box-gry .sub-case {
  background-color: #f2572d;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 15px;
  line-height: 1;
  font-weight: normal;
}

.f-about-box-gry dl dt {
  margin-top: 20px;
  font-weight: bold;
}

.f-about-box-gry dl dd.indent {
  padding-left: 28px;
}

.f-about-box-gry dl dd dl.sub-dl dt {
  margin-top: 0;
  padding-left: 4px;
  font-weight: normal;
}

a.c-link {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  color: #5bb99d;
}

/* 不妊治療netとは */
#about .more-btn {
  max-width: 180px;
  margin-top: 20px;
  padding: 0;
}

#about .more-btn span {
  font-size: 14px;
}

#about h3 {
  color: #000;
  letter-spacing: 3px;
}

.about-first .sub-ttl {
  line-height: 2;
}

.about-first .wrapper {
  margin-top: 40px;
}

.about-first .flx-4 {
  padding-right: 40px;
}

.about-first .flx-6 {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 2.2;
}

.about-ttl img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 80px auto 40px;
}

.point-ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.point-ttl .point-ttl-img {
  width: 40px;
  margin-right: 10px;
}

.point-ttl .point-ttl-img img {
  width: 100%;
  display: block;
}

.point-ttl .point-ttl-txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  display: flex;
  align-items: flex-end;
}

.point-ttl .point-ttl-txt span {
  color: #f2572d;
  font-size: 34px;
  margin-right: 5px;
  line-height: 1;
}

.about-point {
  position: relative;
  margin: 40px 0 50px;
  height: 460px;
}

.about-txt {
  position: absolute;
  top: 3%;
  max-width: 370px;
  height: 360px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.about-bg {
  position: absolute;
  max-width: 520px;
}

.about-bg img {
  width: 100%;
  display: block;
}

.point-first .about-bg, .point-third .about-bg, .point-second .about-txt {
  right: 0;
}

/* QandA */
#faq .acc-wrap {
  background: #fce0dc;
  margin-top: 40px;
  padding: 30px;
}

#faq .acc-wrap dt {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid #DFDFDF;
  cursor: pointer;
  transition: all  0.3s ease;
}

#faq .acc-wrap dt:first-child {
  border-top: none !important;
}

#faq .acc-wrap dt:hover {
  background-color: #fff9f8;
}

#faq .acc-wrap dt .acc-ttl {
  padding-left: 10px;
}

#faq .acc-wrap dt.active {
  background-color: #fff9f8;
}

#faq .acc-wrap dd {
  display: none;
  background-color: #fff;
  padding: 10px 30px 20px;
}

#faq .acc-wrap dd ul li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

#faq .acc-wrap dd ul li:last-child {
  border-bottom: 0;
}

#faq .acc-wrap dd ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f88789;
  border-right: 2px solid #f88789;
  transform: rotate(45deg);
  margin-top: -5px;
}

#faq .acc-wrap dd ul li a {
  display: block;
  padding: 15px;
}

#faq .acc-wrap dd ul li a:hover {
  color: #f2572d;
}

.acc-icon {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.acc-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

#faq .acc-icon span {
  background-color: #F88789;
}

.acc-icon span:nth-of-type(1) {
  top: 15px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.acc-icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

dt.active .acc-icon span:nth-of-type(1) {
  display: none;
}

dt.active .acc-icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq-wrap {
  background-color: #fce0dc;
  margin-top: 40px;
  padding: 30px;
}

.faq-wrap dl {
  background-color: #fff;
}

.faq-wrap dl dt {
  padding: 30px;
  font-size: 16px;
  background-color: #fff9f8;
  display: flex;
  align-items: center;
}

.faq-wrap dl dt .faq-icon {
  width: 40px;
  margin-right: 20px;
  line-height: 1;
}

.faq-wrap dl dt .faq-icon img {
  width: 100%;
}

.faq-wrap dl dt .faq-ques {
  flex: 1;
  width: auto;
}

.faq-wrap dl dd {
  padding: 30px;
  display: flex;
  align-items: flex-start;
}

.faq-wrap dl dd .faq-icon {
  width: 40px;
  margin-right: 20px;
  line-height: 1;
}

.faq-wrap dl dd .faq-icon img {
  width: 100%;
}

.faq-wrap dl dd .faq-ans {
  flex: 1;
  width: auto;
}

.faq-second {
  margin-top: 80px;
}

.faq-second .more-btn {
  margin-top: 40px;
}

.faq-list {
  background-color: #eee;
  margin-top: 30px;
  padding: 30px;
}

.faq-list dt {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  transition: all  0.3s ease;
}

.faq-list dt .acc-ttl {
  padding-left: 10px;
}

.faq-list dd {
  background-color: #fff;
  padding: 0 30px 20px;
}

.faq-list dd ul li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.faq-list dd ul li:last-child {
  border-bottom: 0;
}

.faq-list dd ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #06629c;
  border-right: 2px solid #06629c;
  transform: rotate(45deg);
  margin-top: -5px;
}

.faq-list dd ul li a {
  display: block;
  padding: 15px;
}

.faq-list dd ul li a:hover {
  color: #06629c;
}

/* 用語集 */
.words-first .more-btn {
  margin-top: 40px;
}

.words-list-wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

ul.words-list, ul.words-list-2 {
  display: flex;
  justify-content: center;
}

ul.words-list li, ul.words-list-2 li {
  background-color: #fff;
  border: 1px solid #f88789;
  margin: 0 4px;
  border-radius: 5px;
  transition: all  0.3s ease;
}

ul.words-list li:hover, ul.words-list-2 li:hover {
  background-color: #fff9f8;
}

ul.words-list li a {
  padding: 15px;
  line-height: 1;
  display: block;
  font-size: 16px;
}

ul.words-list-2 li a {
  padding: 15px;
  line-height: 1;
  display: block;
  font-size: 16px;
}

.words-wrap {
  background-color: #fce0dc;
  margin-top: 60px;
  padding: 30px;
}

.words-wrap dt {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  transition: all  0.3s ease;
}

.words-wrap dt .words-ttl {
  background-color: #ff6a1a;
  color: #fff;
  font-weight: bold;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.words-wrap dd {
  background-color: #fff;
  padding: 0 30px 20px;
}

.words-wrap dd ul li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.words-wrap dd ul li:last-child {
  border-bottom: 0;
}

.words-wrap dd ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f88789;
  border-right: 2px solid #f88789;
  transform: rotate(45deg);
  margin-top: -5px;
}

.words-wrap dd ul li a {
  display: block;
  padding: 15px;
}

.words-wrap dd ul li a:hover {
  color: #f2572d;
}

.words-detail {
  background-color: #fce0dc;
  margin-top: 40px;
  padding: 30px;
}

.words-detail dt {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff9f8;
  padding: 30px;
  transition: all  0.3s ease;
}

.words-detail dd {
  background-color: #fff;
  padding: 30px;
}

.words-detail dd ul li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.words-detail dd ul li:last-child {
  border-bottom: 0;
}

.words-detail dd ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f88789;
  border-right: 2px solid #f88789;
  transform: rotate(45deg);
  margin-top: -5px;
}

.words-detail dd ul li a {
  display: block;
  padding: 15px;
}

.words-detail dd ul li a:hover {
  color: #f2572d;
}

span.last-item-num,span.first-item-num{
  font-size: inherit !important;
  padding-right: inherit !important;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.referrer-disp-area{
  margin-bottom: 130px;
}

.referrer-disp-area li{
  display: inline;
}
.referrer-disp-area li:after{
  content: "/";
}
.referrer-disp-area li:last-child:after{
  content: "";
}

/*病院検索モーダル市区町村選択項目追加*/
.city-lists li{
  margin-left: 0;
  display: inline-block;
  border-bottom: none !important;
padding-left: 0px !important;
}

/*病院詳細スライダー読み込み完了まで非表示*/
#clinics-slide{
  position: absolute;
  left: -99999px;
  top: -99999px;
}

/*プレコンでは評価星などを出さないのでその対応*/
.cl-save-precon {
  margin-bottom: 20px;
}
.marker {
  background-color: Yellow;
  display: inline !important;
}

/*190806maeda*/
/*@media (min-width: 781px) {*/
  /*ul.clm-recom {*/
    /*justify-content: flex-start;*/
  /*}*/
/*}*/

/* 地域コンテンツ */
.area_contents {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 24px;
}
.area_contents-speace {
  margin-bottom: 20px;
}
.area_contents-bold {
  font-size: 18px;
  font-weight: bold;
}
.area_contents-text {
  white-space: pre-line;
}

/* 地域リンク */
.sc-area-link {
  margin-top: 60px;
}
.area-link-color {
  display: flex;
  flex-wrap: wrap;
}
.area-link-color li {
  margin: 10px 0px;
  width: 20%;
}
.area-link-color li a {
  color: #5bb99c;
  text-decoration: underline;
}

/* 助成金情報 */
.subsidy_link {
  text-decoration: underline;
  text-decoration-color: #0e5fa6;
  text-underline-offset: 2px;
  color: #0e5fa6;
}

.area_contents + .pref_subsidy_text + .pref_subsidy_text {
  margin-top: 1em;
}

.pref_subsidy_text {
  margin-top: -1em;
  margin-bottom: 10px;
  line-height: 2.0em !important;
}

.area_contents-bold + .city_subsidy_text {
  margin-top: 0.5em;
}

.area_contents-bold + .city_subsidy_text + .city_subsidy_text {
  margin-top: 1em;
}

.area_contents_link {
  text-decoration: underline;
  text-decoration-color: #f4645f;
  text-underline-offset: 2px;
}

/* 会社概要 */
.c-contents {
  margin: 60px 0 60px 0;
}
.c-inner {
  max-width:calc(1200px);
  margin-right: auto;
  margin-left: auto;
  padding-right:100px;
  padding-left:100px;
}
.headline_text_box {
  text-align:center;
}
.headline_text_en {
  font-family: 'Quicksand', sans-serif;
  font-size:2.0em;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.headline_text_ja {
  font-size: 1.0em;
  line-height: 15px;
  color: #8B8B8B;
  margin-top:0.8em;
  margin-bottom:2.0em;
  letter-spacing: 1.2px;
  text-shadow: none;
}
.c-all {
  width: 100%;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  background: white;
}
.c-title {
  width: 34%;
  padding:1.75em 2em;
  float: left;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #888;
  font-weight: bold;
}
.c-data {
  padding: 0 0 0 260px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #454545;
}
.c-link {
  text-decoration: underline;
  color:#03a9f4;
}
.c-map{
  width:100%;
}

@media (max-width: 940px) {
  .cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list {
    justify-content: start;
  }

  .area-link-color li {
    width: 25%;
  }
}

@media (max-width: 780px) {
  /* イベント詳細 */
  .event-d-ttl {
    margin-top: 20px;
  }
  .event-d-ttl h2 {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .event-d-ttl p {
    font-size: 12px;
  }
  .event-d-ttl p span {
    padding: 5px;
  }
  table.event-d-info th, table.event-d-info td {
    padding: 10px;
    font-size: 12px;
  }
  /* イベント一覧 */
  ul.event-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
  }
  ul.event-list li .event-ttl h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  ul.event-list li .event-ttl p {
    font-size: 12px;
  }
  ul.event-list li .event-cont {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  ul.event-list li .event-cont .event-img {
    width: 100%;
    margin-right: 0;
  }
  ul.event-list li .event-cont .event-info {
    margin-top: 10px;
  }
  /* コラム詳細 */
  .columns-detail img{
    max-width: 100%;
  }
  .columns-detail table {
    width: 100% !important;
  }
  .columns-detail .img-box {
    margin: 30px auto 0;
    max-width: 100%;
  }
  .clm-author .clm-author-top .clm-author-img {
    width: 100px;
  }
  .clm-author .clm-author-top .clm-author-img .clm-author-img-bg {
    width: 100px;
    height: 100px;
  }
  ul.share li a {
    padding: 10px;
  }
  ul.share li a img {
    margin-right: 5px;
  }
  ul.share li a span {
    font-size: 10px;
  }
  ul.clm-with-list {
    justify-content: space-between;
  }
  ul.clm-with-list li {
    width: 49%;
    margin-right: 0;
  }
  ul.clm-cat li {
    margin-bottom: 10px;
  }
  ul.clm-cat li a {
    font-size: 11px;
  }
  ul.clm-cat li a:hover {
    background-color: #fce0dc;
  }
  ul.clm-cat li:before {
    right: 8px;
    top: 53%;
  }
  /* コラム一覧 */
  .clm-search {
    max-width: 100%;
    margin: 10px auto;
  }
  .clm-list-bg {
    background-image: none;
    padding: 0;
  }
  ul.clm-cat {
    margin-bottom: 20px;
  }
  .clm-tag a {
    padding: 8px 15px;
  }
  ul.clm-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.clm-list li {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  ul.clm-list li .clm-img {
    width: 100%;
  }
  ul.clm-list li .clm-img img {
    width: 100%;
    display: block;
  }
  ul.clm-list li .column-txt {
    margin-top: 0;
  }
  ul.clm-list li .column-txt p {
    font-size: 15px;
  }
  ul.clm-list li .column-txt .column-txt-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.clm-list li .column-txt .column-txt-foot .column-date {
    font-size: 11px;
  }
  ul.clm-list li .column-txt .column-txt-foot .column-cat {
    font-size: 13px;
  }
  ul.clm-recom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.clm-recom li {
    width: 49%;
    margin-bottom: 10px;
  }
  ul.clm-recom li .clm-img {
    margin-right: 10px;
  }
  ul.clm-recom li .clm-img img {
    width: 100%;
    display: block;
  }
  ul.clm-recom li .column-txt {
    flex: 1;
    margin-top: 0;
  }
  ul.clm-recom li .column-txt p {
    font-size: 15px;
  }
  ul.clm-recom li .column-txt .column-txt-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.clm-recom li .column-txt .column-txt-foot .column-date {
    font-size: 11px;
  }
  ul.clm-recom li .column-txt .column-txt-foot .column-cat {
    font-size: 13px;
  }
  ul.clm-recom li:first-child {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  ul.clm-recom li:first-child .clm-img {
    width: 100%;
  }
  ul.clm-recom li:first-child .clm-img img {
    margin: 0 auto;
  }
  ul.clm-recom li:first-child .column-txt {
    width: 100%;
    margin-top: 10px;
  }
  ul.clm-list-one {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.clm-list-one li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
  ul.clm-list-one li .clm-img {
    width: 87px;
    margin-right: 10px;
  }
  ul.clm-list-one li .clm-img img {
    width: 100%;
    display: block;
  }
  ul.clm-list-one li .column-txt {
    flex: 1;
    margin-top: 0;
  }
  ul.clm-list-one li .column-txt p {
    font-size: 15px;
  }
  ul.clm-list-one li .column-txt .column-txt-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.clm-list-one li .column-txt .column-txt-foot .column-date {
    font-size: 11px;
  }
  ul.clm-list-one li .column-txt .column-txt-foot .column-cat {
    font-size: 13px;
  }
  .link-card .link-card-wrap {
    padding: 10px;
  }
  .link-card .link-card-wrap .link-card-img {
    width: 120px;
  }
  /* 不妊治療クリニックを探す */
  #sc-clinic h3 {
    font-size: 16px;
  }
  .sc-pref {
    width: 100%;
  }
  .sc-pref ul li .pref-btn a {
    font-size: 14px;
    padding: 30px 0;
  }
  .sc-right {
    width: 100%;
    padding-left: 0;
  }
  .sc-right .search-btn {
    margin-bottom: 15px;
  }
  .sc-point-main ul li .sc-point-item .sc-point-link a p {
    font-size: 12px;
  }
  .sc-point-sub {
    margin-top: 10px;
  }
  .sc-point-sub ul li {
    width: 32%;
    margin-right: 2%;
  }
  .sc-point-sub ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .sc-point-sub ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sc-point-sub ul li a {
    padding: 20px 5px;
    font-size: 12px;
  }
  .modal {
    padding: 20px 15px;
  }
  .modal-ttl-txt {
    font-size: 14px;
  }
  .modal-ttl-wrap{
    /*maeda190830*/
    display: block;
  }
  .modal-ttl-wrap .modal-btn{
    /*maeda190830*/
    text-align: center;
  }
  button.cls-button{
    margin-left: auto;
  }
  .modal-ttl-wrap .modal-btn button.clr-button{
  display: block;
    margin: auto;
  }
  .modal-ttl-wrap .modal-btn button.clr-button:first-child{
    margin-bottom: 0.5em;
  }
  #sc-clinic .modal h4 {
    font-size: 16px;
  }

  #clinics .sc-list-data{
    flex-flow: column;
  }
  .sc-list-data .sc-list-review{
    padding: 0;
  }
  .sc-list-top{
    justify-content: flex-start;
  }
  .sc-list-data .sc-list-point{
    padding: 7px 10px 10px 0;
  }
  /* 不妊治療クリニックを探す 結果 */
  #sc-clinic-result  .search-btn{
    margin: 10px auto;
  }
  .sc-number{
    margin-bottom: 10px;
    /*190806maeda*/
    padding: 1em 0;
  }
  .sc-tag-wrap ul li a {
    font-size: 12px;
  }
  .sc-list {
    margin-top: 30px;
  }
  .sc-list ul li.sc-item {
    padding: 15px;
  }
  .sc-list ul li.sc-item .sc-list-ttl {
    margin-bottom: 20px;
  }
  .sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner ul li{
    margin-left: 1px;
  }
  .sc-list ul li.sc-item .sc-list-ttl .sc-list-ttl-inner ul span{
    padding: 5px !important;
    font-size: 0.5em !important;
    min-width: 49%;
  }

  .sc-list ul li.sc-item h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sc-list ul li.sc-item P {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .sc-list ul li.sc-item p.ad-item-someone {
    display: block !important;
  overflow: hidden;
  }

  .sc-list ul li.sc-item P span.hlt {
    font-size: 14px;
  }
  .sc-list ul li.sc-item .sc-list-cont {
    display: flex;
    margin-bottom: 30px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-img {
    width: 40%;
    min-width: 40%;
    padding-right: 10px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt {
    flex: 1;
    width: 60%;
    min-width: 60%;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address {
    margin-bottom: 20px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address span {
    font-size: 12px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: block;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address pre{
    white-space: pre-line;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-address .ad-item-someone{
    max-height: none;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data {
    flex-wrap: wrap;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-review {
    padding: 12px;
    margin-right: 0;
    background-color: inherit;
    font-size: 14px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-review p span {
    font-size: 16px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-point {
    background-color: inherit;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-point ul {
    display: flex;
    padding-right: 4px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-point ul li {
    margin-right: 2px;
  }
  .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-point ul li img {
    width: 15px;
  }
  .sc-list ul li.sc-item .sc-list-button {
    justify-content: space-around;
  }
  .sc-list ul li.sc-item .sc-list-button .sc-list-save {
    margin-right: 20px;
  }

  .sc-list ul li.sc-item .sc-list-button .sc-list-link a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .sc-list ul li.sc-banner {
    margin: 30px 0;
  }
  .sc-list ul li.sc-banner .img-box {
    max-width: 280px;
    margin: 0 auto;
  }
  .checkbox-save-txt {
    padding: 10px 45px 10px 20px;
    font-size: 14px;
  }
  .checkbox-save-txt::after {
    top: 10px;
    right: 20px;
  }
.checkbox-save-txt .only-pc{
  display: none;
}
#sc-clinic-result .sc-list-data .sc-list-point{
  margin-right: 2%;
  font-size: 12px;
  padding: 10px 3px;
  width: 49%;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

#sc-clinic-result .sc-list-point ul li img{
  width: 7px;
}

#sc-clinic-result .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-review{
  width: 49%;
  padding: 10px 3px;
  font-size: 12px;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

#sc-clinic-result .sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-data .sc-list-review p span{
  font-size: 12px;
}
  /* 病院詳細 */
.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-img{
  width: 140px;
  padding: 20px;
}

#cl-panel1 table.cl-address tr th{
  width: 90px;
}
#cl-panel1 table.cl-address tr td{
  padding: 15px 0 15px 15px;
}
.cl-review .cl-review-list .cl-review-list-item .cl-review-list-name{
  width: 100%;
}


.cl-review-cont ul.cl-review-item > li .cl-review-context .cl-review-context-list .cl-review-context-list-wrap{
  font-size: 14px;
}
  /* 不妊治療とは */
  .f-about-first .sub-ttl {
    text-align: left;
  }
  /* 不妊治療netとは */
  #about .more-btn {
    padding: 5px;
  }
  .about-first .sub-ttl {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .about-first .wrapper {
    margin-top: 20px;
  }
  .about-first .flx-4 {
    width: 100%;
    padding-right: 0;
  }
  .about-first .flx-6 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.8;
  }
  .about-ttl img {
    max-width: 280px;
  }
  .point-ttl {
    align-items: flex-end;
  }
  .point-ttl .point-ttl-img {
    width: 30px;
    margin-right: 10px;
  }
  .point-ttl .point-ttl-txt {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .about-txt {
    top: 200px;
    width: 95%;
    height: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  /* QandA */
  #faq .acc-wrap {
    padding: 15px;
  }
  #faq .acc-wrap dl dd {
    padding: 15px;
  }
  #faq .acc-wrap dl dd ul li {
    padding-right: 30px;
  }
  .faq-wrap {
    padding: 15px;
  }
  .faq-wrap dl dt, .faq-wrap dl dd {
    padding: 15px;
  }
  .faq-wrap dl dt .faq-icon, .faq-wrap dl dd .faq-icon {
    width: 30px;
  }
  .faq-list {
    padding: 15px;
  }
  .faq-list dl dt {
    padding: 15px;
  }
  .faq-list dl dd {
    padding: 0 15px 15px;
  }
  .faq-list dl dd ul li {
    padding-right: 30px;
  }
  /* 用語集 */
  .target-l {
    margin-top: -30px;
    padding-top: 30px;
  }
  .words-list-wrap {
    flex-wrap: wrap;
  }
  ul.words-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2px;
  }
  ul.words-list li {
    margin: 4px;
  }
  .words-wrap {
    padding: 15px;
  }
  .words-wrap dd {
    padding: 0 15px 20px;
  }
  .words-detail {
    padding: 15px;
  }
  .words-detail dt, .words-detail dd {
    padding: 15px;
  }

  /* 病院詳細 */
  .cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list{
    justify-content: start;
  }
  .cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .cl-review-cont ul.cl-review-item > li ul.cl-review-user-point-detail-list li:nth-child(3n) {
    margin-right: 0;
  }

  .cl-review-cont ul.cl-review-item > li h4 {
    border-bottom: 2px solid #f2572c;
  }

  .cl-review-cont ul.cl-review-item > li h4:before {
    content: "";
  }

  .cl-review-cont ul.cl-review-item > li h4:after {
    content: "";
  }

  .sc-list-link .only-pc{
    display: none;
  }
}

/* 会社概要 */
@media (max-width: 728px){
  .c-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .headline_text_en {
    font-size:20px;
  }
  .headline_text_ja {
    font-size:10px;
  }
  .c-title {
    width: 100%;
    padding-left: 5px;
    float: none;
    clear: none;
    padding-top: 16px;
    padding-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.75;
    color: #888;
  }
  .c-data {
    padding: 4px 5px 16px;
    font-size: 0.75rem;
    color: #454545;
  }
} 

@media (max-width: 650px){
  .only-sp-posi{
    display: block;
  }

  .cl-review .cl-review-main.only-pc-posi{
    display: none;
  }

  .cl-review .cl-review-list .cl-review-list-item:nth-of-type(3n){
    border-right: 0;
  }

  .cl-review .cl-review-list .cl-review-list-item:nth-of-type(4n){
    border-bottom: 0;
  }


  .cl-review-main .wrapper {
      align-items: center;
      display: block;
  }

  .cl-review .cl-review-main {
    width: 50%;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cl-review .cl-review-list .cl-review-list-item {
    display: flex;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px;
    width: 33.333333%;
  }

  .cl-review .cl-review-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
  }

  .cl-review .cl-review-list .cl-review-list-item{
    display: block;
  }

  .cl-review .cl-review-list .cl-review-list-item .cl-review-list-name{
    color: #0082d4;
    font-weight: 600;
    font-size: 15px;
  }

  .cl-review-main{
    margin-bottom: 15px;
  }

  .cl-review{
    border: none;
  }

  .cl-review .cl-review-list{
    border-left: none;
  }
}

@media (max-width: 500px){
  .cl-list-more{
    flex-flow: column;
  }

  .cl-list-more div{
    margin-bottom: 15px;
  }

  .cl-review .cl-review-list .cl-review-list-item .cl-review-list-name{
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .sc-list ul li.sc-item .sc-list-button .sc-list-save {
    margin-right: 10px;
  }
  .checkbox-save-txt, .sc-list ul li.sc-item .sc-list-button .sc-list-link a {
    font-size: 10px;
  }
}

/* クリニックポイント 一覧*/
.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-clinic-points .sc-list-clinic-points__title {
  display: flex;
  align-items: flex-end;
  color: #6f6f6f;
}
.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-clinic-points ul {
  padding-left: 20px;
}
.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-clinic-points ul li {
  list-style: disc outside none;
  color: #6f6f6f;
}
.sc-list ul li.sc-item .sc-list-cont .sc-list-txt .sc-list-clinic-points ul li .sc-list-clinic-points__text {
  display: inline-grid;
}

/* クリニックポイント 詳細 */
#clinics .clinic_point {
  margin-bottom: 20px;
}
#clinics .clinic_point .clinic_point_title {
  display: flex;
  font-weight: bold;
  align-items: flex-end;
}
#clinics .clinic_point .clinic_point_text {
padding-left: 40px;
}

