@charset "utf-8";
/*===================================================================
    column base
===================================================================*/
h2 span,h3 span,h4 span {
  display: inline-block;
}
strong{
  font-weight: bold !important;
}
strong span{
  font-weight: bold !important;
}
.t-center {
	text-align: center
}
.pc-t-center {
	text-align: center
}
.t-right {
	text-align: right
}
.t-left {
	text-align: left !important
}
.block{
  display: block;
}
.text-shadow-yellow {
	text-shadow: 4px 3px 0px #f7ffab;
}
.box-shadow-blue{
  box-shadow: 16px 16px 0 #2f8492;
}
.box-shadow-yellow-01{
  box-shadow: 16px 16px 0 #c3b08d;
}
.check-mark{
  position: relative;
  padding-left: 36px;
}
.has-text-align-center{
  text-align: center;
}
.check-mark::after{
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 26px;
  height: 18px;
  background-image: url(../images/hair-remove/check.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 4px center;
}
.keiko_yellow {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.keiko_red {
  background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}
.keiko_blue {
  background: linear-gradient(transparent 50%, rgba(107, 182, 255, 0.24) 50%);
}
.keiko_green {
  background: linear-gradient(transparent 50%, rgba(151, 232, 154, 0.69) 50%);
}

.qa-btn {
  width: 250px;
  padding-top: 32px;
  margin: 0 auto;
}
/*===================================================================
    column base setting
===================================================================*/
.entry-content blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}

.smb-alert--warning {
  background-color: #ffede6;
  border-color: #ffdacd;
  color: #361f17;
}
.smb-alert {
  display: block;
  background: #edf6ff;
  border: 1px solid #6bb6ff;
  border-radius: 6px;
  color: #333;
  padding: 24px 16px;
}
.smb-alert p{
  padding-left: 1em;
  text-indent: -1em;
}
.smb-alert p:last-child{
  margin-bottom: 0 !important;
}


.smb-alert__title .svg-inline--fa {
  flex: 0 0 0%;
  position: relative;
  top: -1px;
  margin-right: .46739rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.57971;
}
.smb-alert--warning .svg-inline--fa {
  color: #ff561a;
}

.entry-content blockquote {
  position: relative;
  padding: 40px 40px 24px 40px;
  background: #f5f5f5;
  color: #464646;
  border-left: 6px solid #009FB7;
  margin: 60px auto;
}


.entry-content blockquote:before{
  position: absolute;
  top: -10px;
  left: 10px;
  content: '“';
  font-size: 4em;
  color: #009FB7;
  font-family:"ＭＳ Ｐゴシック",sans-serif;
}


/*===================================================================
    column 目次エリア
===================================================================*/
#toc_container.toc_light_blue {
  color: #c3b08d;
  background: #fdfbf9;
  border: 1px solid #c3b08d;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 100px;
}
.toc_title {
  font-size: 2rem;
  font-weight: bold;
}
.toc_toggle{
  background: #c3b08d;
  border: 1px solid #a99063;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 0 16px;
  padding: 2px 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.toc_toggle:hover{
  background: #fff;
  border: 1px solid #a99063;
  color: #a99063;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*===================================================================
    column doctor-supervision 監修エリア
===================================================================*/
.ttl-doctor-supervision-h3{
  font-size: 2.2rem !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}
.doctor-supervision-area{
  padding: 32px;
  background: #fdfbf9;
  /*border: 2px solid #000;*/
}
.doctor-text-area {
  width: 65%;
  padding:0 0 0 2%;
}
.doctor-img-area{
  width: 35%;
  padding:0 2% 0 0;
}

.doctor-supervision-img-wrap{
  position: relative;
}

.doctor-supervision-img-wrap::before,
.doctor-supervision-img-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
}

.doctor-supervision-img-wrap::before {
  top: -10px;
  right: -10px;
  border-top: 20px solid #ece2ce;
  border-right: 20px solid #ece2ce;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid rgba(0, 0, 0, 0);
}

.doctor-supervision-img-wrap::after {
  bottom: -10px;
  left: -10px;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid #ece2ce;
  border-left: 20px solid #ece2ce;
}
.doctor-supervision-img{
  width: 100%!important;
}

h2.ttl-doctor-supervision-h2 {
  display: block !important;
  font-size: 1.8rem !important;
  text-align: center;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
h2.ttl-doctor-supervision-h2::after {
  width: 0 !important;
  height: 0 !important;
}
.heading19 {
	
	padding-bottom: 10px;
	font-size: 26px;
}

.heading19::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.career-area {
  border-top: 1px solid #5f5f5f;
  margin: 0 !important;
  padding: 0 !important;
  
}
.career-area li{
  font-size: 1.4rem;
  padding: 8px 0;
  border-bottom: 1px solid #a5a5a5;
  list-style: none;
}
.career-table{
  border-top: 1px solid #d0d0d0 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
  
.career-table tr{
  border-bottom: 1px solid #d0d0d0 !important;
}
.career-table th{
  width: 86px;
  font-size: 1.4rem !important;
  border: none !important;
  background: #fdfbf9 !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 8px 8px !important;
  
}
.career-table td{
  font-size: 1.4rem !important;
  border: none !important;
  background: #fdfbf9 !important;
  margin: 0 !important;
  padding: 8px 8px 8px 0 !important;
}

/*===================================================================
    column toggle
===================================================================*/

.toggleable__content {
    transition-timing-function: ease-in-out;
  max-height: 200px;

}

.toggleable__control:checked ~ .toggleable__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s cubic-bezier(0,1,0,1)
}
.toggleable__label {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem 0;
  cursor: pointer;
  font-weight: bold;
}

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*===================================================================
    column list-text-area
===================================================================*/
.list-text-area{
  border: none !important;
  list-style: none !important;
  margin: 0 0 40px 0;
  padding: 16px !important;
  background: #f5f5f5;

}
.list-text-area li{
  color: #307fb7;
  padding: 6px 8px 6px 26px;
  position: relative;
}
.list-text-area li::before {
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #307fb7;
}
/*===================================================================
    column table
===================================================================*/
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.entry-content table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
}
.entry-content tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table table th, .wp-block-table table td{
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
.wp-block-table table.table-l-text td {
  text-align: left !important;
}
.wp-block-table table.table-var-top td {
  vertical-align: top !important;
}
.wp-block-table table tr:nth-child(odd) {
  background: #f1f6f7 !important;
}
.td-left td {
	text-align: left !important;
}
.table-indent{
  padding-left: 1em;
  text-indent: -1em;
}

/*===================================================================
    sgb-box-simple
===================================================================*/

.sgb-box-simple--title-inline .sgb-box-simple__title {
  display: inline-block;
  padding: 0.25em 0.7em;
}
.sgb-box-simple__title {
  padding: 0.6em 1em;
  background: #333;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
  word-break: break-all;
}
.sgb-box-simple--title-inline {
  border-radius: 0 4px 4px 4px;
}
.sgb-box-simple__body {
  border-radius: 0 4px 4px 4px;
  padding: 24px;
  border: solid 2px #ffb36b;
  background: #fff0e2;
}

/*===================================================================
    blog-contents-wrap
===================================================================*/
.blog-contents-wrap {
	width: 760px;
	margin-bottom: 80px;
}

/*===================================================================
    time-tag
===================================================================*/
.time-tag-wrap {
	margin-bottom: 60px;
}
.time-tag-area {
	position: relative;
}
.title-date-year-wrap {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 70px;
	height: 60px;
	text-align: center;
	font-size: 3.2rem;
	position: relative;
}
.title-date-year {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
}
.title-date {
	position: initial;
	top: 0;
	left: 0;
	text-align: center;
	width: 70px;
	height: 60px;
	padding: 5px 0;
	background-color: #000;
	color: #FFF;
	z-index: 1;
}
/*===================================================================
    time tag
===================================================================*/
.time-tag-wrap .tag-wrap {
	text-align: left !important;
	padding-left: 20px !important;
	list-style: none !important;
	justify-content: flex-start;
}
.time-tag-wrap .tag-wrap li a {
	margin: 0 4px 6px 0;
}
/*===================================================================
    writer
===================================================================*/
.writer-name-wrap {
	margin-bottom: 40px;
	text-align:right;
}
.writer-name {
	display:inline-block;
  border-bottom: 1px solid #000;
	margin: 0 0 40px auto;
}

/*===================================================================
    next prev nav
===================================================================*/
.blog-page-nav {
	width: 100%;
}
.prev-article a, .next-article a {
	padding: 8px 20px;
	border: 1px solid #656461;
	background: #656461;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.prev-article a:hover, .next-article a:hover {
	background: #fff;
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*===================================================================
    entry-content single-title ブログメインコンテンツ
===================================================================*/

/* h1
---------------------------------------------- */
.entry-title, .single-title, .entry-content h1 {
	margin-bottom: 40px;
	padding: 8px 0;
  /*padding: 8px 26px;*/
	color: #000;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: bold;
	position: relative;
}
.entry-content h1 span.inline {
  display: inline-block;
  font-weight: bold;
}
/*.entry-title:before, .single-title:before, .entry-content h1:before {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
	border-left: solid 2px #000;
	border-top: solid 2px #000;
	top: 0;
	left: 0;
}
.entry-title:after, .single-title:after, .entry-content h1:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	bottom: 0;
	right: 0;
}*/
/* h2
---------------------------------------------- */
.entry-content h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
}
/*.entry-content h2 span.ttl-border-line {
  border-bottom: 2px solid #000;
  font-weight: bold;
}*/
.entry-content h2 span.inline {
  display: inline-block;
  font-weight: bold;
}
.entry-content h2 span, .entry-content h3 span, .entry-content h4 span{
  font-weight: bold;
}
.entry-content h2::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(
  45deg
  , #000000 0px, #000000 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 8px 8px;
}
/* h3
---------------------------------------------- */
.entry-content h3 {
  font-size: 2.6rem;
  padding-left: 24px;
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.entry-content h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 100%;
  border-left: 4px double #000;
}
/* h4
---------------------------------------------- */
.entry-content h4 {
	margin-bottom: 32px;
	padding-left: 16px;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
  color: #000000;
}
.entry-content h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 100%;
  border-left: 3px solid #000000;
}
.smb-alert h3, .smb-alert h4{
  font-size: 2.2rem;
  color: #307fb7;
  padding: 0;
  
}
.smb-alert h3, .smb-alert h4:after {
  content: "";
  display: none;
}

/* img
---------------------------------------------- */
.entry-content img {
	width: 100%;
}
.entry-content .width-100 {
	width: 100%;
	height: 100%
}
.entry-content .width-75 {
	width: 75%;
	height: 75%;
}
.entry-content .width-50 {
	width: 50%;
	height: 50%;
}
.entry-content .width-25 {
	width: 25%;
	height: 25%
}

/* video
---------------------------------------------- */
video {
  width: 600px;
  height: 100%;
}

/* other
---------------------------------------------- */
.entry-content {
	margin-bottom: 60px;
}
/* table
---------------------------------------------- */
.entry-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content th {
	padding: 10px;
	border: 1px solid #000;
	background: #cee6e7;
	vertical-align: top;
}
.entry-content td {
	padding: 10px;
	border: 1px solid #000;
	vertical-align: top;
}
.entry-content caption, .entry-content th {
	
}
/* フロート
---------------------------------------------- */
.entry-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.entry-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.entry-content .aligncenter {
	margin: 0 auto;
	display: block;
}
/* リスト
---------------------------------------------- */
.entry-content ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 20px;
}
.entry-content ol {
	padding-left: 30px;
	list-style-type: decimal;
	margin-bottom: 20px;
}
/* pタグ
---------------------------------------------- */
.entry-content p {
	margin: 0 0 16px 0;
	line-height: 1.93;
}

/* dl 施術の流れ
---------------------------------------------- */
.point-ttl {
	font-size: 3.4rem !important;
}
.point dt, .price-dl dt {
	font-size: 2.2rem;
	margin-bottom: 24px;
	border-bottom: 2px solid #000;
}
.price-dl {
	margin-bottom: 80px;
}
.price-dl:last-child {
	margin-bottom: 0;
}

/* AGA治療の施術の流れ
---------------------------------------------- */
.sgb-tl {
    margin: 1em 0;
    counter-reset: item
}

.sgb-tl-item {
    position: relative;
    padding: 0 0 1.5em 1.8em
}

.sgb-tl-item:before {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px
}

.sgb-tl-item:last-of-type:before {
    content: none
}

.sgb-tl-item__marker {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px
}

.sgb-tl-item:not(:first-of-type):not(:last-of-type) .sgb-tl-item__marker {
    background: transparent
}

.sgb-tl-item__label,.sgb-tl-item__label--default {
    line-height: 1.3;
    font-size: 1.6rem;
    color: #90969a;
    font-weight: bold;
    padding-top: 5px
}

.sgb-tl-item__label--default:before {
    content: "";
    counter-increment: item;
    content: "STEP." counter(item)
}

.sgb-tl-item__title {
    margin-top: 5px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5
}

.sgb-tl-item__main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    line-height: 1.6;
    border-bottom: dashed 1px #ccd5db
}

.sgb-tl-item__main>p,.sgb-tl-item__main>ul,.sgb-tl-item__main>ol,.sgb-tl-item__main>.wp-block-button,.sgb-tl-item__main>.sgb-box-simple {
    margin: 0.8em 0
}

.sgb-acc {
    margin: 0.9em 0
}

.sgb-acc__title {
    display: block;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
    padding: 15px 39px 15px 15px;
    border: solid 1px rgba(82,81,101,0.12);
    -webkit-box-shadow: 0 3px 6px -1px rgba(77,88,101,0.15);
    box-shadow: 0 3px 6px -1px rgba(77,88,101,0.15);
    border-radius: 5px
}

.sgb-acc__title:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 17px;
    top: calc(50% - 7.5px);
    line-height: 15px;
    font-size: 16px;
    opacity: 0.7
}

/* qa list
---------------------------------------------- */
.qa-list {
	padding-top: 44px;
	border-top: 1px solid #000;
}
.qa-list dt, .qa-list dd {
	position: relative;
	padding: 0 10px 0 40px;
}
.qa-list dt {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
}
.qa-list dt:after {
	content: "Q";
	position: absolute;
	top: 3px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	border-radius: 25px
}
.qa-list dd {
	padding-bottom: 44px;
	margin-bottom: 44px;
	color: #524b36;
	border-bottom: 1px solid #000;
}
.qa-list dd:after {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #a99c77;
	color: #fff;
	border-radius: 25px;
}
.dd-after-none:after {
	display: none;
}
.border-none {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.dd-after-none {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-bottom: 1px solid #000;
}
.qa-btn {
	width: 250px;
	padding-top: 32px;
	margin: 0 auto;
}
.qa-cv-area {
	padding-top: 24px;
}


/* hover
---------------------------------------------- */
.opacity-area:hover {
	opacity: 0.8;
}
/* ギャラリー
---------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.gallery-icon {
	text-align: center;
}
.gallery-caption {
	color: #21759B;
	font-size: 0.8em;
	margin: 0;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
	margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
	margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
	margin-right: 1%;
}
.time-area {
	display: block;
	padding-right: 4px;
	color: #000;
}

/*===================================================================
   column-wrap
===================================================================*/
.column-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px;
}
.column-img-wrap {
  max-width: 500px;
  margin: 0 auto 60px;
}
.column-text-wrap,
.column-item-wrap {
  margin-bottom: 60px;
}

.column-table th,
.column-table td{
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
/*===================================================================
   max-width
===================================================================*/
@media (max-width: 900px) {

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {

}

@media (max-width: 640px) {
  .column-wrap {
    padding: 100px 20px;
  }
}

@media (max-width: 540px) {

}

@media (max-width: 500px) {

}

@media (max-width: 430px) {

}

@media (max-width: 375px) {

}


/* ==========================================================================
   sp 768px
   ========================================================================== */
@media (max-width: 768px) {
	.detail-page .contents-wrap {
		padding: 0 20px;
	}
	.time-tag-wrap .tag-wrap {
		padding: 0 20px !important;
	}
	.writer-name-wrap {
    margin-bottom: 60px;
	}
	.entry-content img {
		width: 100%;
	}
  .entry-content video {
		width: 100%;
	}

}

/* ==========================================================================
   sp 640 px
   ========================================================================== */
@media (max-width: 640px) {
	.doctor-supervision-area {
		display: block;
    box-shadow: none !important;
    background: #fdfbf9 !important;
    border: 1px solid #c3b08d !important;
    border-radius: 4px;
	}
  .doctor-img-area {
    width: 100%;
    padding: 0;
  }
  .doctor-supervision-img-area{
    width: 60%;
    margin: 0 auto;
  }
  h2.ttl-doctor-supervision-h2 {
    margin: 0 0 24px 0 !important;
  }
  .doctor-text-area {
    width: 100%;
    padding: 0;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap table {
    width:100%;
    border-collapse: collapse !important;
    white-space: nowrap !important;
  }
  
  /*===================================================================
    column table
===================================================================*/
  .sp-vertical-table{
    border: 1px solid #000 !important;
  }
  
  
  .sp-vertical-table th,
  .sp-vertical-table td{
    display: block !important;
    width: 100% !important;
    border: none !important;
    padding: 16px;
  }
  .sp-vertical-table th,
  .sp-vertical-table th strong {
    text-align: center !important;
  }
  .sp-vertical-table td {
    text-align: left !important;
    padding: 16px 16px 24px;
  }
  
  .sp-vertical-table tr,
  .sp-vertical-table th{
    border-bottom: 1px solid #000 !important;
  }
  
}

/* ==========================================================================
   sp 414px
   ========================================================================== */
@media (max-width: 414px) {
	.time-tag-wrap {
		display: block;
	}
	.time-area-wrap {
		margin-bottom: 24px;
	}
	.time-tag-wrap .tag-wrap {
    padding: 0 !important;
	}
	.writer-name-wrap {
    margin-bottom: 40px;
	}
	.entry-title, .single-title, .entry-content h1 {
    font-size: 2.4rem;
	}
	.entry-content h2 {
    font-size: 2.2rem;
	}
	.entry-content h3 {
    font-size: 2.0rem;
	}
	.entry-content h4 {
    font-size: 1.8rem;
	}
  
  .doctor-supervision-img-area{
    width: 80%;
    margin: 0 auto;
  }
  .smb-alert {
    padding: 24px 8px;
  }
  
}

/* ==========================================================================
   sp 320px
   ========================================================================== */
@media (max-width: 320px) {
}