/*
記事、ニュース記事、固定ページのエディタに指定され、wp_sogyotecho_posts内に指定があるクラス
Git管理のCSS変更ではスタイル修正ができないため、必要なもののみ移植・読み込み
*/

/*
 * 過去のWordPress投稿で使用されているクラスのスタイル定義
 * class.csvの「箇所: post」「記事ページCSS移植: 未」から移植
 *
 * 移植元:
 * - css/object/utility.css
 * - css/object/component.css
 * - style.css
 */

/* ============================================
   Utility Classes
   ============================================ */

/* Font Size */
.fs12 {
	font-size: 12px;
	line-height: 22px;
}

.fs18 {
	font-size: 18px;
	line-height: 30px;
}

.fs30 {
	font-size: 30px;
	line-height: 42px;
}

.u-fs_l {
	font-size: 120%;
}

/* Margin */
.mt10 {
	margin-top: 10px;
}

.mr3 {
	margin-right: 3px;
}

/* Float & Clear */
.fr {
	float: right;
}

.cr {
	clear: both;
}

/* Text Align */
.tr {
	text-align: right;
}

/* Display */
.db {
	display: block;
}

.ib {
	display: inline-block;
}

/* Vertical Align */
.vb {
	vertical-align: bottom;
}

/* Width */
.w10 {
	width: 10%;
}

.w30 {
	width: 30%;
}

/* List Style */
.lsdec {
	list-style-type: decimal;
	margin-left: 20px;
}

.ul_wrap {
	padding: 8px 8px 8px 30px;
	background-color: #f9f9f9;
	border: 1px dashed #ccc;
	margin-left: 0;
}

/* Frame */
.u-dashed_frame_wrap {
	border: 1px dashed #aaa;
	padding: 6px 9px 6px 9px;
	margin-bottom: 30px;
}

.u-dashed_frame_wrap--gray_back {
	border: 1px dashed #aaa;
	padding: 6px 9px 6px 9px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
}

/* ============================================
   Component Classes
   ============================================ */

/* Basic Button */
.basic_btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #e1e1e1;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
	background: -moz-linear-gradient(top, #fafafa, #e1e1e1);
	background: -o-linear-gradient(top, #fafafa, #e1e1e1);
	background: linear-gradient(to bottom, #fafafa, #e1e1e1);
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}

.basic_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #333;
}

.basic_btn__orange {
	background: #febb5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#febb5f), to(#fa9102));
	background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
	background: linear-gradient(to bottom, #febb5f 0%, #fa9102 100%);
	border: 1px solid #fa9000;
	color: #fff;
	text-shadow: 1px 1px 1px #b26904;
}

/* 2 Column Layout Small */
.c-2col__left--small {
	width: 20%;
}

.c-2col__right--small {
	width: 78%;
}

/* Interviewer */
.interviewer {
	padding: 0 0 18px 0;
	margin-top: 28px;
	color: #003399;
}

/* Summary Box */
.summary {
	background: #ececfb;
	margin: 0 0 18px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.summary dt {
	display: block;
	float: none;
	width: auto;
	padding: 2% 0 1% 5%;
	text-align: left;
}

.summary dd {
	display: block;
	margin: 0 3% 0 3%;
}

.summary li {
	margin: 0 0 8px 0;
}

/* Editor Comment */
.p-editor_comment {
	display: flex;
}

.p-editor_comment__left {
	margin-right: 1%;
	flex-basis: 14%;
}

.p-editor_comment__right {
	flex-basis: 86%;
	background-color: #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1%;
	position: relative;
}

.p-editor_comment__right:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0d9";
	color: #eee;
	position: absolute;
	left: -6px;
	font-size: 20px;
}

.p-editor_comment__100 {
	background-color: #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1%;
	margin-top: 10px;
}

/* ============================================
   Additional Classes (from style.css, component.css)
   ============================================ */

/* YouTube Thumbnail */
.youtube_thmb {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube_thmb iframe {
	width: 100%;
	height: 100%;
}

/* Align Right */
.alignright {
	float: right;
}

.article img.alignright,
.wp-caption.alignright {
	margin: 0.3em 0 0.5em 1.571em;
	display: block;
	float: right;
}

/* Default Sub Title */
.default_sub_title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	border-bottom: 4px solid #002053;
	position: relative;
	line-height: 32px;
}

.default_sub_title:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #C19218;
}

/* Onepoint Box */
.article .onepoint {
	background: #ececfb;
	padding: 9px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px dashed #dad9fa;
}

/* Item Normal List */
.area-content
.item-normal {
  padding: 5px 8px;
  list-style-type: disc;
  margin-bottom: 30px;
  border: 1px dashed #ccc;
  background-color: #eee;
  border-radius: 6px;
}

.area-content
  .item-normal li {
  margin-left: 20px;
}

/* ============================================
   Additional Utility Classes
   ============================================ */

/* Font Size */
.fs10 {
	font-size: 10px;
	line-height: 20px;
}

.fs14 {
	font-size: 14px;
	line-height: 24px;
}

.fs24 {
	font-size: 24px;
	line-height: 36px;
}

/* Margin & Padding */
.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.pt20 {
	padding-top: 20px;
}

/* Overflow & Float */
.oh {
	overflow: hidden;
}

.fl {
	float: left;
}

/* Width */
.w20 {
	width: 20%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

/* Sup Text */
.sup_text {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.item-number li {
    list-style-type: decimal;
}

/* ============================================
   Additional Component Classes
   ============================================ */

/* 2 Column Layout Center */
.c-2col__left--center {
	width: 49%;
}

.c-2col__right--center {
	width: 49%;
}

/* Arrow Box */
.c-arrow_box {
	position: relative;
	background: #eee;
	padding: 15px;
}

.c-arrow_box:after,
.c-arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.c-arrow_box:after {
	border-color: transparent;
	border-bottom-color: #eee;
	border-width: 20px;
	margin-left: -20px;
}

/* Meigen (Quote) Box */
.c-meigen {
	position: relative;
	background: #fffde7;
	width: 85%;
	margin: 2em auto;
	padding: 1.5em 1em;
	transform: rotate(-2deg);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	color: #795548;
}

.c-meigen span {
	position: relative;
	display: inline-block;
	border-bottom: 3px solid #795548;
	border-radius: 0 0 40% 5% / 0 0 15% 20%;
	padding: 0 1em 0.1em 0.2em;
	font-size: 110%;
	font-weight: bold;
	transform: rotate(-5deg);
}

/* Float Caution Box */
.default_single_post .c-float_caution_box {
	padding: 0.5em 1em 0.5em 2em;
	margin: 20px 3px;
	color: #002053;
	background: #E9F0FF;
	border-top: solid 6px #002053;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.default_single_post .c-float_caution_box p {
	margin: 0;
	padding: 0;
}

/* Interviewee */
.interviewee {
	font-weight: bold;
	color: #002053;
}

/* ============================================
   Talk Components (c-talk style)
   ============================================ */

.c-talk {
	margin: 0 0 20px 0;
}

.c-talk__wrap {
	overflow: hidden;
	margin: 0;
}

.c-talk__img {
	width: 9%;
	float: left;
	margin: 0 1% 0 0;
}

.c-talk__img:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0d8";
	padding: 0 0 0 0;
	display: block;
	font-size: 40px;
	line-height: 30px;
	text-align: center;
	color: #EAE8FB;
}

.c-talk__img img {
	vertical-align: bottom;
}

.c-talk__name {
	width: 90%;
	float: left;
	margin-top: 2%;
}

.c-talk__balloon {
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	margin-top: -12px;
	background-color: #EAE8FB;
}

.c-talk__img--right:after {
	color: #c5e3f3;
}

.c-talk__img--right {
	float: right;
	margin-right: 0;
}

.c-talk__name--right {
	text-align: right;
	float: right;
}

.c-talk__balloon--right {
	background-color: #c5e3f3;
}

/* ============================================
   Talk Components (talk- style)
   ============================================ */

.talk-balloon {
	width: 100%;
	margin: 0px 0px 2px;
	overflow: hidden;
	color: #000;
}

.talk-balloon .talk-faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.talk-balloon .talk-faceiconR {
	float: right;
	margin-left: -90px;
	width: 80px;
	margin-right: 7px;
}

.talk-balloon .talk-faceicon img {
	width: 100%;
	height: auto;
	border: solid 2px #379fff;
	border-radius: 50%;
}

.talk-balloon .talk-faceiconR img {
	width: 100%;
	height: auto;
	border: solid 2px #00bfbc;
	border-radius: 50%;
}

.talk-balloon .talk-chatting {
	width: 100%;
}

.talk-says {
  display: inline-block;
  position: relative;
  margin: 5px 0px 0px 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #afd9ff;
  isolation: isolate;
}

.talk-says:after {
	content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #afd9ff;
  border-bottom: 1px solid #afd9ff;
  transform: rotate(45deg);
  top: 30px;
  left: -7px;
  z-index: -1;
}

.talk-saysR {
	display: inline-block;
	position: relative;
	margin: 5px 105px 0px 0px;
	padding: 17px 13px;
	border-radius: 12px;
	background-color: #fff;
	float: right;
	border: 1px solid #99e5e5;
  isolation: isolate;
}

.talk-saysR:after {
	content: "";
	position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
	border-top: 1px solid #99e5e5;
	border-right: 1px solid #99e5e5;
  transform: rotate(45deg);
	top: 30px;
	right: -7px;
  z-index: -1;
}

.talk-says p,
.talk-saysR p {
	margin: 0px;
	padding: 0px;
}

.talk-nameP {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* ============================================
   Table of Contents
   ============================================ */

.toc_list > li {
	margin-bottom: 10px;
}

.toc_list > li > ul li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	padding-right: 5px;
}

/* ============================================
   Nextpage
   ============================================ */

.article .nextpage {
	background: url('images/nextpage.gif') left no-repeat;
	padding: 0 0 0 80px;
	margin: 0 0 18px 0;
}

/* ============================================
   Side Scroll Table
   ============================================ */

.side_scroll_table table {
	margin: 0;
	border-spacing: 0;
	display: block;
	overflow: scroll;
	height: calc(100vh/1.5);
}

.side_scroll_table td {
	word-wrap: break-word;
	background: #fff;
	padding: 5px;
}

.side_scroll_table th {
	white-space: nowrap;
	background: #e5f2f4;
	position: sticky;
	top: 0;
	left: 0;
}

.side_scroll_table tr:first-child th:first-child {
	z-index: 1;
}

/* ============================================
   Layout Flex
   ============================================ */

.layout-flex {
	display: flex;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.layout-flex__left {
	width: 50%;
}

.layout-flex__right {
	width: 50%;
}

/* ============================================
   Introduce Button
   ============================================ */

.introduce_btn {
	display: block;
	width: 80%;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	margin: 10px auto;
}

/* ============================================
   Rival Research Table
   ============================================ */

.p-rival_research__table {
	width: 100%;
}

.p-rival_research__table th {
	font-weight: bold;
}

.p-rival_research__table ul {
	margin: 0;
	list-style-type: none;
}

.p-rival_research__table ul li {
	display: inline-block;
	margin-right: 15px;
}

/* ============================================
   Regus Contact
   ============================================ */

.regus_contact {
	padding: 10px 10px 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.regus_contact p {
	margin-bottom: 0;
}

.regus_contact .teltext {
	color: #008C23;
}

/* ============================================
   Link Display Control
   ============================================ */

.link_zoho {
	display: none;
}

.link_saison {
	display: none;
}

.link_ship {
	display: none;
}

/* ============================================
   Hover Effects
   ============================================ */

/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Curl Top Right */
.hvr-curl-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: white;
	background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
	width: 25px;
	height: 25px;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.bread-comb {
  font-size: 12px;
  margin-bottom: 10px;
}

#bread-crumb-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
#bread-crumb-list li {
  display: inline;
}

.bread-comb a:hover {
  text-decoration: underline;
}

.add_bt {
  margin: 20px auto;
  text-align: center;
  clear: both;
}

.c-2col__left {
  float: left;
  width: 30%;
  margin: 0 2% 0 0;
}

/* 2カラム（サイドメニューあり） */
/* 画像右パターン */
.c-2col__wrap {
  overflow: hidden;
}

/* タイトル */
.c-under_line_title {
  font-size: 20px;
  line-height: 32px;
  border: 2px #cccccc;
  color: #666666;
  border-bottom: 3px solid #666666;
}

.fs20 {
  font-size: 18px;
  line-height: 28px;
}

.fs22 {
  font-size: 20px;
  line-height: 30px;
}

.fwb {
  font-weight: bold;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

/* クイックタグの画像（チェック形式）で使用 */
.importance {
  background: #E9F0FF;
  margin: 0 0 18px 0;
  border:4px solid #002053;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

.importance dt {
  float: none;
  text-align: left;
  font-size: 22px;
  width: 100%;
  padding: 18px 0 0 9px;
}

.importance dd {
  margin: 0 3% 0 3%;
}

.importance li {
  list-style-image: url(https://common.bizceed.jp/images/checklist.gif);
  margin: 8px 0 8px 30px;
  font-size: 16px;
  font-weight: bold;
}

.importance ol li {
  list-style: disc;
  margin: 0 0 8px 0;
}

/* クイックタグの大久保の感想等で使用 */
.profile {
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #E0E0E0;
}

.profile:before {
  content: "Profile";
  display: block;
  float: right;
  margin-top: -22px;
  font-size: 22px;
  line-height: 30px;
  background-color: #fff;
  font-style: italic;
  padding: 0 3px;
  color: #657899;
}

.profile_widh_img {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.profile_widh_img img {
  margin-right: 10px;
  margin-bottom: 8px;
  min-width: 120px;
}

.profile_widh_img__text h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.profile_widh_img__text span {
  margin: 0 0 0 5px;
  font-weight: normal;
}

/* クイックタグの
・記事雛形
・インタビュー記事雛形
・関連記事
で使用
 */
.related_story {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
}

.related_story_background {
  background:#E9F0FF;
  font-size:90%;
}

.related_story_link_title {
  font-weight: bold;
}

/* クイックタグの文字（大＋グレー囲み＋センター） */
.tc {
  text-align: center;
}

/* クイックタグの表で使用 */
.w100 {
  width: 100%;
}

/* クイックタグの
・引用（引用元）
・引用（画像）
で使用
 */
.authority_wrap {
  text-align: center;
  margin-bottom: 10px;
}

.authority_wrap .authority_text {
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

/* クイックタグの大久保の感想行で使用 */
.flex_center{
  display: flex;
  align-items: center;
}
.flex_center:before {
  display: none;
}
.flex_center img {
  width: 50px;
  margin-right: 20px;
}

.flex_center span {
  display: flex;
  align-items: center;
}

/* クイックタグの
・ボタン（黄色）
・ボタン（赤）
で使用
*/
.c-flat_btn {
  color: #ffffff!important;
  background: #FC9D00;
  box-shadow: 0 3px #ED8B04;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 10px 20px;
}

.c-flat_btn:hover {
  color: #ffffff!important;
  box-shadow: 0 1px #ED8B04;
  top: 1px;
  text-decoration: none!important;
}

.c-flat_btn--cnv {
  color: #ffffff!important;
  background: #EC0017;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none!important;
}

/* 写真のキャプション */
.c-photo_caption {
  text-align: right;
  margin: 0 0 20px 0;
}

.c-photo_caption img {
  margin: 0;
  width: 100%;
}

.c-photo_caption p {
  margin: 0;
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

@media (min-width: 768px) {
  #bread-crumb-list {
    overflow-x: hidden;
  }

  /* 画像左パターン */
  .c-2col__left--rev {
    float: right;
    margin: 0 0 0 2%;
  }

  .fs20 {
    font-size: 20px;
    line-height: 32px;
  }

  .fs22 {
    font-size: 22px;
    line-height: 34px;
  }

  .profile_widh_img {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  .profile_widh_img img {
    margin-right: 10px;
    margin-bottom: 8px;
    min-width: 120px;
  }
}

@media (min-width: 1024px) {

}

/* ============================================
   Responsive (Mobile)
   ============================================ */
@media screen and (max-width: 481px) {
	.fs18 {
		font-size: 16px;
		line-height: 26px;
	}

	.fs30 {
		font-size: 22px;
		line-height: 32px;
	}

	.default_sub_title {
		font-size: 16px;
	}

	.fs24 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 768px) {
	.layout-flex {
		flex-direction: column;
		gap: inherit;
		margin-bottom: 2rem;
	}

	.layout-flex__left,
	.layout-flex__right {
		width: 100%;
	}

	.side_scroll_table td {
		white-space: nowrap;
	}
}
