:root{
	--color-red: #cd3246;
	--color-blue: #084C8C;
}


/*=================
@@foundation
=================*/

body {
  color: #000;
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

a, a:active {
  text-decoration: none;
}

img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

@media only screen and (max-width:767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

dl {
  text-align: left;
}

li {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

p {
  line-height: 1.6em;
}

/*=================
@@Layout
=================*/

.mainWrap {
  min-width: 1000px;
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  .mainWrap {
    min-width: 100%;
  }
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}



/*=================
@@Component
=================*/
.c-section__header {
  max-width: 880px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
.c-section__body {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width:767px) {
	.c-section__header {
		margin-bottom: 20px;
	}
  .c-section__body {
    padding: 0  2.5%;
  }
}
.c-section__heading{
	color: #021c34;
	font-size: 32px;
	line-height: 1.34375;
	font-weight: bold;
}


.c-heading {
  position: relative;
  width: 100%;
  min-width: 860px;
  display: table;
  color: #fff;
  font-size: 100%;
  text-align: center;
  padding: 40px 10px;
}

.c-heading .c-heading_m {
  display: table-cell;
  vertical-align: middle;
}

.c-heading .c-heading_f45 {
  font-size: 281.25%;
}

@media only screen and (max-width:767px) {
  .c-heading {
    min-width: 100%;
    letter-spacing: -0.07em;
    padding: 30px 10px;
    padding: 30px 0px;
  }
  .c-heading .c-heading_f45 {
    font-size: 26px;
    line-height: 1.2;
  }
}

.c-heading .c-heading_f45 {
  line-height: 1.4;
}


.c-table {
	min-width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
	border-color: #074c8c;
	line-height: 1.25;
	overflow: hidden;
	font-weight: 500;
	letter-spacing: 0;
}

.c-table thead,.c-table tbody,.c-table tr,.c-table th,.c-table td {
	text-align: left;
	vertical-align: middle;
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

.c-table thead {
	vertical-align: bottom
}

.c-table tbody {
	vertical-align: inherit
}

.c-table th,.c-table td {
	padding: 0.5em 1em;
	border-width: 1px
}


.c-table thead th {
	background: #074c8c;
	font-weight: 700;
	color: #fff;
	border-bottom-color: #074c8c;
}
.c-table thead th:not(:last-child) {
	border-right-color: #fff;
}
.c-table tbody th {
	background: #eef4f7;
	font-weight: 700;
	color: #074c8c;
}

.c-table td {
	background: #fff;
}

.c-table.-tbl-fixed {
	table-layout: fixed;
	width: 100%
}

@media screen and (min-width: 768px) {
	.c-table.-tbl-fixed-md {
			table-layout:fixed;
			width: 100%
	}
}


.gr_arrow {
  margin-bottom: 23px;
}

.gr_arrow::after {
  content: " ";
  position: absolute;
  border-style: solid;
  background-color: transparent;
  border-width: 23px 23px 0;
  top: auto;
  bottom: -23px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #83ccd2 transparent;
}

header {
  width: 100%;
  height: 50px;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  background: #074c8c;
  padding: 0px;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 4%);
}

.header-logo .logo {
  max-width: 200px;
  margin: 0 auto;
  padding: 8px 0;
}

.header-logo .logo img {
  height: 36px;
  width: auto;
}

#footer {
  background: #f4f3f3;
  padding: 0;
  position: relative;
  z-index: 99999;
  text-align: center;
  background: #83ccd2;
  background: -moz-linear-gradient(left, #83ccd2 0%, #299aa4 50%, #244d65 100%);
  background: -webkit-linear-gradient(left, #83ccd2 0%, #299aa4 50%, #244d65 100%);
  background: linear-gradient(to right, #83ccd2 0%, #299aa4 50%, #244d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83ccd2', endColorstr='#244d65', GradientType=1);
}

@media only screen and (max-width:767px) {
  #footer {
    padding: 30px 0 0;
  }
}

.footer-logo {
  text-align: center;
}

.txt {
  line-height: 200%;
}

@media only screen and (max-width:767px) {
  .txt {
    line-height: 160%;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.cv_sec .btn_set {
  max-width: 880px;
  margin: auto;
  letter-spacing: -.4em;
  height: 84px;
  overflow: hidden;
}

.cv_sec .btn_set a {
  display: inline-block;
  letter-spacing: normal;
  width: 270px;
  text-align: center;
  padding: 15px 10px 10px;
  height: 80px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 26px;
  vertical-align: top;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cv_sec .btn_set a {
  color: #FFF;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}

.cv_sec .btn_set a:hover {
  box-shadow: 0 0 0 0 !important;
  margin-top: 4px !important;
  opacity: 0.9;
}

.cv_sec .btn_set a.btn_line {
  background: #27920a;
  background: -moz-linear-gradient(top, #27920a 0%, #00b900 100%);
  background: -webkit-linear-gradient(top, #27920a 0%, #00b900 100%);
  background: linear-gradient(to bottom, #27920a 0%, #00b900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27920a', endColorstr='#00b900', GradientType=0);
  box-shadow: 0px 4px 0px 0px #2c7818;
}

@media only screen and (max-width:767px) {
  .cv_sec .btn_set {
    height: auto;
  }
  .cv_sec .btn_set a {
    width: 33.333%;
    padding: 17px 0px 5px;
    height: 64px;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .cv_sec .btn_set a:hover {
    margin-top: 0px !important;
  }
  .cv_sec .btn_set a.btn_line {
    margin: 0;
  }
}

.cv_sec .btn_set.type2 {
  padding: 0 !important;
}

.cv_sec .btn_set.type2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-content: stretch;
}

.cv_sec .btn_set.type2 ul li {
  display: table;
  width: calc(25% - 0px);
  margin: 0 auto;
  padding: 0 6px;
}

.cv_sec .btn_set.type2 a {
  display: block;
  letter-spacing: normal;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  height: auto;
}

@media only screen and (max-width:767px) {
  .cv_sec .btn_set.type2 {
    padding: 5px 3px 10px !important;
  }
  .cv_sec .btn_set.type2 ul {
    margin: 0 !important;
    overflow: visible !important;
  }
  .cv_sec .btn_set.type2 ul li {
    width: calc(25% - 5px) !important;
    margin: 0 auto !important;
    padding: 0;
  }
  .cv_sec .btn_set.type2 a {
    width: 100%;
    padding: 0;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .cv_sec .btn_set.type2 a.btn_line {
    margin: 0;
  }
}

.cv_sec .btn_set.type2.col2 ul li {
  width: calc(50% - 0px);
}

@media only screen and (max-width:767px) {
  .cv_sec .btn_set.type2.col2 ul li {
    width: calc(50% - 5px) !important;
  }
}

#main .mv_image {
  background: url(https://dev.mens-life-clinic.com/lp/edwave/img/main_bg.jpg) no-repeat;
  background-size: 100% 480px;
}

#main .mv_image h1 {
  max-width: 100%;
  margin: 0 auto 0;
}

#main .mv_image h1 img {
  max-width: 100%;
  width: 100%;
  margin: 50px auto 0;
}

#main .cv_sec {
  padding: 20px 0;
}

@media only screen and (max-width:767px) {
  #main .cv_sec {
    padding: 1px 0 0;
  }
}

@media only screen and (max-width:767px) {
  .btn_yoyaku_sp_col3 {
    width: 100%;
    margin: 3% 0 6% 1%;
  }
  .btn_yoyaku_sp_col3 ul {
    width: 98%;
    box-sizing: border-box;
    margin: 0 1%;
    overflow: hidden;
  }
  .btn_yoyaku_sp_col3 ul li {
    width: 32%;
    margin: 0 1% 0 0;
    float: left;
  }
  .btn_yoyaku_sp_col3 ul li a {
    display: block;
  }
  #btn_footfix .btn_yoyaku_sp_col3 {
    width: 100%;
    margin: 0;
  }
  #btn_footfix .btn_yoyaku_sp_col3 ul {
    width: 100%;
    margin: 1% 0 1% 1%;
    overflow: hidden;
  }
  #btn_footfix .btn_yoyaku_sp_col3 ul li {
    width: 32%;
    margin: 0 1% 0 0;
    float: left;
  }
  #btn_footfix .btn_yoyaku_sp_col3 ul li a {
    display: block;
  }
}

@media only screen and (max-width:767px) {
  .btn_yoyaku_sp_col3 .text {
    background: #246065;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.4;
    margin: 0;
  }
  #btn_footfix .btn_yoyaku_sp_col3 ul {
    width: 100%;
    margin: 1% 0 1% 1%;
    overflow: hidden;
  }
  #btn_footfix {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 10001;
    padding-top: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  }
}

.browm #footer, .browm #main .cv_sec, .browm #btn_footfix .cv_sec {
  background: #000;
}


.c-card{
	border: 2px solid #000;
	display: flex;
	flex-direction: column;
}
.c-card__header{
	background: #000;
	padding: 5px 14px 7px;
	color: #fff;
	font-weight: 700;
}
.c-card__body{
	padding: 0.5em;
	font-weight: 700;
	flex: 1;
}



/*=================
@@Project
=================*/
.p-reason__section{
	padding: 40px 0 80px;
}
.p-reason__section .c-section__header{
	display: flex;
	justify-content: center;
}
.p-reason__section .c-section__body{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 760px;
}
@media only screen and (max-width:767px) {
	.p-reason__section .c-section__body{
		gap: 27px 23px;
	}
}

.p-reason__card{
	width: calc((100% - 20px) / 2);
	min-height: 222px;
}
.p-reason__card .c-card__header{
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.p-reason__card .c-card__body{
	padding: 1em 0.5em;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.p-reason__card .c-card__text{
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: 700;
	font-feature-settings: "palt";
}
.p-reason__card .c-card__illust{
	position: absolute;
	bottom: 0;
}

.p-reason__card.is-01 .c-card__illust.is-01{
	width: calc(190px / 2);
	left: 3%;
}
.p-reason__card.is-01 .c-card__illust.is-02{
	width: calc(188px / 2);
	right: 3%;
}
.p-reason__card.is-02 .c-card__illust{
	width: calc(185px / 2);
	left: 50%;
	transform: translateX(-50%);
}
.p-reason__card.is-03 .c-card__illust{
	width: calc(225px / 2);
	left: 50%;
	transform: translateX(-50%);
}
.p-reason__card.is-04 .c-card__illust{
	width: calc(285px / 2);
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
	.p-reason__card{
		width: 100%;
	}
}

/* all-free */
.p-all-free__section{
	background: #eef4f7;
	padding-bottom: 40px;
}
.p-all-free__img{
	display: block;
	max-width: 483px;
	width: 96.533333%;
	margin: 0 auto;
	transform: translateY(-16px);
}
@media only screen and (max-width:767px) {
	.p-all-free__section{
		padding-bottom: 40px;
	}
}


.p-medicine__section{
	padding: 50px 0 60px;
}
.p-medicine__section .c-section__header{
	margin-bottom: 30px;
}
.p-medicine__section .c-section__footer{
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
	.p-medicine__section .c-section__footer{
		margin-top: 30px;
	}
}


.p-medicine__img{
	display: block;
	margin:0 auto;
}
.p-medicine__img.is-01{
	max-width: 405px;
	width: calc(608% / 7.5);
}
.p-medicine__img.is-02{
	max-width: 500px;
	width: 100%;
	margin-top: 15px;
}

.p-medicine__table{
	font-feature-settings: "palt";
}
.p-medicine__table thead th{
	text-align: center !important;
}
.p-medicine__table tbody tr td:nth-of-type(2){
	text-align: right;
}
.p-medicine__table tbody tr td:nth-of-type(2) ~ td{
	text-align: center;
}
@media only screen and (max-width:767px) {
	.p-medicine__img.is-02{
		margin-top: 12px;
	}
	.p-medicine__table{
		font-size: 12px;
	}
	.p-medicine__table thead th{
		font-size: 11px;
	}

	.p-medicine__table th,
	.p-medicine__table td {
		padding: 0.5em 0.4em;
	}
}

.p-cva__img{
	display: block;
	max-width: 451px;
	width: calc(676% / 7.5);
	margin: 0 auto;
}



.p-flow__section{
	background: #eef4f7;
	padding: 30px 0 60px;
}
.p-flow__section .c-section__header{
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.p-flow__section .c-section__header .p-flow__img{
	position: absolute;
	top: 0;
	left: 35%;
	transform: translate(-50%, -120%);
	width: 75px;
}
.p-flow__section .c-section__body{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	gap: 15px;
}
.p-flow__section .c-section__footer{
	margin-top: 35px;
}

@media only screen and (min-width:768px) {
	.p-flow__section{
		padding: 30px 0 60px;
	}
	.p-flow__section .c-section__header{
		margin-bottom: 30px;
	}
	.p-flow__section .c-section__header .p-flow__img{
		left: 45%;
		transform: translate(-50%, -120%);
		width: 100px;
	}
	.p-flow__section .c-section__body{
		gap: 30px;
	}
	.p-flow__section .c-section__footer{
		margin-top: 45px;
	}
}

.p-flow__media{
	background: #fff;
	max-width: 500px;
	width: calc(640% / 7.5);
	position: relative;
	border-radius: 4px;
	padding: 12px 0 16px;
	font-size: 12px;
	font-weight: 500;
}
.p-flow__media .cv-btn{
	display: block;
	position: relative;
	margin: 9px 0 9px -10px;
	width: 200px;
}
.p-flow__media .cv-btn img{
	display: block;
	width: 100%;
}
.p-flow__media p{
	font-size: 12px;
}
.p-flow__media .c-media__step,
.p-flow__media .c-media__img{
	position: absolute;
}
.p-flow__media .c-media__header,
.p-flow__media .c-media__body{
	padding: 0 calc(100% / 6.4) 0 calc(125% / 6.4) ;
}
.p-flow__media .c-media__heading{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.p-flow__media .c-media__step{
	top: 0;
	left: calc(19% / 6.4);
	transform: translateY(-10%);
	width: calc(75% / 6.4);
}
.p-flow__media .c-media__img.is-01{
	bottom: 0;
	right: 2%;
	width: calc(354% / 2 / 5);
}
.p-flow__media .c-media__img.is-02{
	bottom: 0;
	right: 4%;
	width: calc(213% / 2 / 5);
}
.p-flow__media .c-media__img.is-03{
	bottom: 0;
	right: 2%;
	width: calc(246% / 2 / 5);
}
@media only screen and (min-width:768px) {
	.p-flow__media{
		width: 100%;
		border-radius: 8px;
		padding: 12px 0 16px;
		font-size: 16px;
	}
  .p-flow__media p{
    font-size: 14px;
  }
	.p-flow__media .cv-btn{
		margin: 9px 0 9px -10px;
	}
	.p-flow__media .c-media__header,
	.p-flow__media .c-media__body{
		padding: 0 calc(108% / 5) 0 calc(108% / 5);
	}
	.p-flow__media .c-media__heading{
		font-size: 32px;
	}
	.p-flow__media .c-media__step{
		left: calc(30% / 5);
		width: calc(50% / 5);
		transform: translateY(-7%)
	}
	.p-flow__media .c-media__img.is-01{
		bottom: 0;
		right: 2%;
		width: calc(354% / 2 / 5);
	}
	.p-flow__media .c-media__img.is-02{
		bottom: 0;
		right: 4%;
		width: calc(213% / 2 / 5);
	}
	.p-flow__media .c-media__img.is-03{
		bottom: 0;
		right: 2%;
		width: calc(246% / 2 / 5);
	}
}



.p-main-under__section{
	background: #eef4f7
}
.p-main-under__section .c-section__body{
	position: relative;
	min-height: 296px;
	padding: 0;
	overflow: hidden;
}
.p-main-under__img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width:768px) {
	.p-main-under__section .c-section__body{
    min-height: 34.4vw;
	}
}

.p-order-points__section{
	background: #fff
}
.p-order-points__section .c-section__body{
	position: relative;
	min-height: 305px;
	padding: 0;
	overflow: hidden;
}
.p-order-points__img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width:768px) {
	.p-order-points__section .c-section__body{
		min-height: 230px;
	}
}
.p-define__section {
	padding-bottom: 80px;
}
.p-define__section .c-section__body{
	background: linear-gradient(to bottom,#eef4f7, #eef4f7 74.666%, transparent 74.666%);
	padding: 0;
}
.p-define__section .c-section__footer{
	margin-top: 40px;
}
.p-define__img{
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width:768px) {
	.p-define__section {
		padding-bottom: 40px;
	}
	.p-define__section .c-section__footer{
		margin-top: 30px;
	}
}


.p-clinic__section {
	padding-bottom: 80px;
}
.p-clinic__section .c-section__footer{
	margin-top: 80px;
}
@media only screen and (max-width:768px) {
	.p-clinic__section {
		padding-bottom: 40px;
	}
	.p-clinic__section .c-section__footer{
		margin-top: 40px;
	}
}



.p-clinic__section .c-section__body {
  color: #222222;
  font-size: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* .p-clinic__section span {
  font-size: 80%;
  font-weight: normal;
  padding: 0 0 0 1.5em;
} */

.p-clinic__section dd {
  margin: 0 0 2%;
}

.p-clinic__section dl {
  font-size: 80%;
  line-height: 1.45em;
}

.p-clinic__section dl {
  font-size: 80%;
  line-height: 1.45em;
}

.p-clinic__section .clinic-wrap {
  max-width: 90%;
  margin: auto;
}

.p-clinic__section .maplogo img {
  max-width: 90%;
}


.p-doctor-prof__media .c-media__title,
.p-map__media .c-media__title {
  font-size: 40px;
  text-align: left;
  margin: 40px 0 10px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--color-blue);
}
@media only screen and (max-width:767px) {
  .p-doctor-prof__media .c-media__title,
	.p-map__media .c-media__title {
    font-size: 140%;
  }
}
.p-doctor-prof__media .c-media__figure {
  width: 270px;
  margin: 0 30px 0 0;
  text-align: center;
	float: left;
}

.p-doctor-prof__media .c-media__text {
  width: 470px;
  margin: 0;
  font-size: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 180%;
	float: right;
}

.p-doctor-prof__media .txt {
  flex-direction: column;
  display: flex;
}

.p-doctor-prof__media .c-media__text__doctor-name {
  font-size: 138%;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
}

.p-doctor-prof__media .txt dt {
  float: left;
  clear: left;
  font-weight: bold;
}

.p-doctor-prof__media .txt dd {
  font-size: 16px;
  margin: 0 0 20px 0;
}

@media only screen and (max-width:767px) {
  .p-doctor-prof__media .c-media__figure {
    width: 100%;
    margin: 0 auto 2%;
  }
  .p-doctor-prof__media .c-media__text {
    width: 100%;
    font-size: 16px;
    line-height: 160%;
  }
  .p-doctor-prof__media .txt.f22 {
    font-size: 16px;
  }
}


/*! CSS Used from: https://dev.mens-life-clinic.com/lp/edremote/css/official.css */

@media only screen and (max-width: 767px) {
  #main .mv_image h1 img {
    width: 100%;
  }
}

#clnic_sec .inner {
  max-width: 880px;
}

.cv_sec .btn_set.type2 a img {
  max-width: 220px;
}

@media only screen and (max-width:767px) {
  .cv_sec .btn_set.type2.col2 ul li {
    width: calc(100% - 5px) !important;
  }
}

#main .mv_image h1 {
  max-width: 860px;
}

@media only screen and (max-width: 767px) {
  /* .mainWrap p {
    font-size: 16px;
    line-height: 160%;
  } */
  .gr_arrow::after {
    width: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #btn_footfix .cv_sec .btn_set.type2 {
    padding: 0px 3px 10px !important;
  }
}

#main .mv_image {
  background: #f8f7f7;
  background: -moz-linear-gradient(top, #f8f7f7 0%, #f6f6f6 49%, #f3f2f2 100%);
  background: -webkit-linear-gradient(top, #f8f7f7 0%, #f6f6f6 49%, #f3f2f2 100%);
  background: linear-gradient(to bottom, #f8f7f7 0%, #f6f6f6 49%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f7', endColorstr='#f3f2f2', GradientType=0);
}

.browm #footer img {
  width: 860px;
}

#footer .footer-logo {
  background-color: var(--color-blue);
  text-align: center;
  padding: 10px 0;
}

#footer .footer-logo img {
  height: 36px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    padding: 10px 0;
  }
  #footer .footer-logo img {
    max-width: 40%;
  }
}

.browm #footer {
  background: #F7F6F6;
  margin-bottom: -15px;
}

.browm #main .cv_sec.main_image, .cv_sec.main_image {
  background: none;
}

#main .mv_image h1 {
  position: relative;
}

#main .mv_image h1 .cv_sec.main_image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 40px;
  width: 455px;
}

@media only screen and (max-width: 767px) {
  #main .mv_image h1 .cv_sec.main_image {
    bottom: 1vw;
    width: calc(100% - 4vw);
  }
}

@media only screen and (max-width: 767px) {
  .btn_yoyaku_sp_col3 .text {
    background: #231815;
    padding: 10px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .btn_yoyaku_sp_col3 .text {
    background: #231815;
    padding: 10px 0;
    font-size: 16px;
  }
}

#clnic_sec h2.c-heading {
  max-width: 860px;
  margin: 0 auto;
}


/*=================
@@Utility
=================*/
.u-color-red{
	color: var(--color-red) !important;
}
.u-bg-primary {
  background: var(--color-blue);
}

.gr_arrow {
  border-color: var(--color-blue);
}
.gr_arrow::after {
  border-color: var(--color-blue) transparent;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

@media only screen and (max-width:767px) {
  .f_left {
    float: none;
  }
  .f_right {
    float: none;
  }
}


@media only screen and (max-width:767px) {
  .is-none-sp {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  .is-none-pc {
		display: none;
  }
}

.block {
  display: block;
}

.b {
  font-weight: bold !important;
}

.f16 {
  font-size: 100%;
}

.f18 {
  font-size: 113%;
}

.f22 {
  font-size: 138%;
}

@media only screen and (max-width:767px) {
  .f16 {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
  .mb10 {
    margin-bottom: 2%;
  }
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.b {
  font-weight: bold !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.f16 {
  font-size: 16px;
  font-size: 1rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.f22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.b {
  font-weight: bold !important;
}

.bg-white {
  background: #fff;
}

.mb10 {
  margin-bottom: 10px !important;
}