﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

/* --------------------------- common --------------------------- */

:root{
  --color-tc-osaka: #1f2774;
}

/* html { font-size: 62.5%; } */
html { scroll-behavior: smooth; }

body {
	opacity: 0; /* styles.jsで表示の制御 */
	color:#121212;
	font-size:14px;
	line-height:1.8;
	/* font-size: 1.125rem; */
	/* line-height: 1.75rem; */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	/* background-color: #3A0809; */
	background:rgb(232, 230, 240);
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

*,*::after,*::before{
	box-sizing: border-box;
}

/* section { scroll-margin-top: 86px; } */  /* 参考：大阪23会期中 140 */
/* .hp_anchor { scroll-margin-top: 86px; } */  /* 参考：大阪23会期中 140 */
/* .hp_anchorLong { scroll-margin-top: 340px; } */

.ly_header.ly_header__sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
/* .hp_bgcNav.hp_bgcNav__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
} */

article p {
	line-height: 1.65em;
}

/* a:hover img {
  opacity: .4;
  transition: .25s;
} */
a:hover img.no-reaction {
  opacity: unset;
  transition: none;
}

.hp_txtLink {
  color: #0000ee;
  text-decoration: underline;
}

.hp_yakuhan {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* -------------------------------------------- helpers -------------------------------------------- */
a.trigger:hover > span > span.trigger_red,
a.trigger:hover > span.trigger_red,
a.trigger:target > span > span.trigger_red,
a.trigger:target > span.trigger_red {
	color: #F02655;
}

.bl_searchInner input[type="text"] {
	color: #999;
}
.bl_searchInner input[type="text"]:focus{
	box-shadow: 0px 0px 2px 1px #aaa;
	outline: none;
	color:#121212;
}

.hp_txtOutline-white-solid-2 {
  text-shadow:
  3px 3px 2px #ffffff, 2px 2px 2px #ffffff, 1px 1px 2px #ffffff, -3px -3px 2px #ffffff, -2px -2px 2px #ffffff, -1px -1px 2px #ffffff, -3px 3px 2px #ffffff, -2px 2px 2px #ffffff, -1px 1px 2px #ffffff, 3px -3px 2px #ffffff, 2px -2px 2px #ffffff, 1px -1px 2px #ffffff, 0px 3px 2px #ffffff, 0px 2px 2px #ffffff, 0px 1px 2px #ffffff, 3px 0px 2px #ffffff, 2px 0px 2px #ffffff, 1px 0px 2px #ffffff, 0px -3px 2px #ffffff, 0px -2px 2px #ffffff, 0px -1px 2px #ffffff, -3px 0px 2px #ffffff, -2px 0px 2px #ffffff, -1px 0px 2px #ffffff;
}

.hp_marker_red { background: linear-gradient(transparent 50%, #fadce9 50%); }
.hp_marker_blue { background: linear-gradient(transparent 50%, #CDFFFF 50%); }
.hp_marker_yellow { background: linear-gradient(transparent 50%, #f5fc1c 50%); }
/* .hp_marker_yellow { background: linear-gradient(transparent 50%, #fffff1 50%); } */

.el_subHeading {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: var(--color-tc-osaka);
	border-top: 4px solid var(--color-tc-osaka);
	border-bottom: 4px solid var(--color-tc-osaka);
	padding: 20px 0;
}


/* -------------------------------------------- contact -------------------------------------------- */
.bl_mediaContact {
	background-color: #0856a6;
	padding: 14px;
	text-align: center;
	border-radius: 3px;
}
.bl_mediaContact_ttl {
	font-size: 1.525rem;
	padding: 0;
	margin: 0;
	color: #fff;
}
.bl_mediaContact_body {
	display: flex;
	justify-content: space-between;
	margin: 8px;
	background-color: #fff;
	border-radius: 3px;
	align-items: center;
}
.bl_mediaContact_txt {
	font-size: 3.425rem;
	line-height: 4.425rem;
	font-weight: 800;
	color:var(--color-tc-osaka);
	margin: 0;
	padding: 0;
}
.bl_mediaContact_cap {
	font-size: 1.685rem;
	font-weight: 800;
	color: #333;
	margin-left: 50px;
}
.bl_mediaContact_subtxt {
	font-size: 1.145rem;
	line-height: 1.145rem;
	font-weight: 600;
	color: #333;
	border: 2px solid #666;
	border-radius: 2px;
	padding: 6px;
	margin: 10px 20px;
}


/* ---------------------------------- listBox ---------------------------------- */

.el_listBoxMain {
  background-color: #EAF6FD;
  border: 1px solid #999;
  margin-bottom: 30px;
}
.el_listBoxMain.el_listBoxMain__lightgreen {
  background-color: #FFFDE8;
}
.el_listBoxMain.el_listBoxMain__lightred {
  background-color: #f5e9e9;
}
.el_listBoxMain_ttl {
  background-color: #66C696;
  color: #222;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}
.el_listBoxMain_ttl.el_listBoxMain_ttl__lightgreen {
  background-color: #C0D850;
}

.el_listBoxMain_ttl.el_listBoxMain_ttl__red {
    background-color: #9f2324;
    color: #fff;
}

.el_listBoxMain_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 12px;
}

.el_listBoxMain_item {
  /* padding-right: 10px; */
	width: 32%;
}
.el_listBoxMain_item2 {
	/* width: 64%; */
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.el_listBoxMain_item h4 {
  position: relative;
  color: var(--color-tc-osaka);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-left: 5px;
  padding: 10px 0 6px;
  padding-left: 20px;
}
.el_listBoxMain_item h4::before {
  content: '';
  position: absolute;
  top: 0.95em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--color-tc-osaka);
  /* border-radius: 50%; */
}
.el_listBoxMain_item h3 {
  color: #00a051;
  font-size: 1rem;
  font-weight: 600;
	text-align: right;
  margin: 15px 0;
  padding: 0 15px 0 0;
	border-right: 2px solid #ddd;
	height:78%;/*20221214追加*/
}
.el_listBoxMain_item ul {
  font-size: 0.9rem;
  margin: 0;
  padding: 0 0 0 10px;
}
.el_listBoxMain_item2 ul {
	display: flex;
	flex-wrap: wrap;
  font-size: 1rem;
	font-weight: 600;
  margin: 0;
  padding: 10px 0 0;
	text-align: left;
}
.el_listBoxMain_item2 li {
	/* margin: 0 20px 0 0; */
  width: 33.333333333%;
}
.el_listBoxMain_item2.full li {
  width: 100%;
}

/* @media screen and (max-width: 834px) {
  .el_listBoxMain_wrapper {
    flex-direction: column;
  }
} */


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/* LIST */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_bulletList {
  list-style-type: none;
}

.bl_bulletList > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.bl_bulletList > li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: .4em;
  height: .4em;
  background-color: #555;
  border-radius: 50%;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* MEDIA */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_media {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #E7BCBD  0%, #E7BCBD 25%, #eee 25%, #eee 100%);
	padding: 30px;
}
.bl_mediaGreen {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #99D9B9  0%, #99D9B9 25%, #eee 25%, #eee 100%);
	padding: 30px;
}

.bl_media_imgWrapper {
	flex: 0 1 27.58333%;
	margin: 0 3.33333% 0 0;
}

.bl_media_imgWrapper > img {
	width: 100%;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.8), 0 3px 10px -4px rgba(0,0,0,.6);
}

.bl_media_body {
	flex: 1;
}

.bl_media_body > *:last-child {
	margin-bottom: 0;
}

.bl_media_ttl {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 0;
}

.bl_media_ttlLine {
	margin-bottom: 18px;
	font-size: 1.375rem;
	font-weight: bold;
	color:  var(--color-tc-osaka);
	border-bottom: 3px solid var(--color-tc-osaka);
	padding-bottom: 8px;
	margin-top: 0;
}

.bl_media_ttlLine2 {
	margin-bottom: 18px;
	font-size: 1.375rem;
	/* font-weight: bold; */
	font-weight: 600;
	color:  #00A051;
	border-bottom: 3px solid #00A051;
	padding-bottom: 8px;
	margin-top: 0;
}

.bl_media_txt {
	margin-top: 0;
}
.bl_media_txtSm {
	font-size: 1rem;
	margin-top: 0;
	color: #333;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* MEDIA - REVERSE */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_media.bl_media__rev {
	flex-direction: row-reverse;
	background: linear-gradient(90deg, #eee  0%, #eee 75%, #E7BCBD 75%, #E7BCBD 100%);
}

.bl_media__rev .bl_media_imgWrapper {
	margin-right: 0;
}

.bl_media__rev .bl_media_body {
	margin-right: 3.33333%;
}

.bl_mediaGreen.bl_media__rev {
	flex-direction: row-reverse;
	background: linear-gradient(90deg, #eee  0%, #eee 75%, #99D9B9 75%, #99D9B9 100%);
}

.bl_media__rev .bl_media_imgWrapper {
	margin-right: 0;
}

.bl_media__rev .bl_media_body {
	margin-right: 3.33333%;
}

.bl_halfMedia_label {
  width: 50%;
  margin-bottom: 10px;
  background: linear-gradient(45deg, var(--color-tc-osaka)  0%, var(--color-tc-osaka) 50%, #119099 50%, #119099 100%);
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 0;
  padding: 5px 0;
}
.bl_halfMedia_label.bl_halfMedia_label_short {
  width: 25%;
}



/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  HEADING 1 - 6 */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_lv1Heading {
	padding:20px 10px;
	/* background: linear-gradient(45deg, var(--color-tc-osaka)  0%, var(--color-tc-osaka) 50%, #119099 50%, #119099 100%); */
	/* background-color:  var(--color-tc-osaka); */
	background-color: var(--color-tc-osaka);
	border-top:2px solid #3a449e;
	border-bottom:2px solid #013d5a;
	color: #fff;
	font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	/* text-align: center; */
	margin: 0 0 15px;
	padding: 5px 10px 5px 32px;
	font-weight: 700;
	position:relative;
	outline: none !important;
	border-left: none !important;
}
.el_lv1Heading::before {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 4"><path fill="hsla(0, 0%, 100%, 1.0)" d="M1,0h2v2H1V0z M4,0h2v2H4V0z M7,0h2v2H7V0z M10,0h2v2h-2V0z"/></svg>');
	background-repeat: repeat-y;
	background-size: contain;
	width: 12px;
	height: calc(100% - 10px);
	position: absolute;
	top: 6px;
	left: 10px;
}
.el_lv2Heading {
	padding-bottom: 10px;
	border-bottom: 4px solid #119099;
	font-size: 1.75rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.el_lv3Heading {
	padding-bottom: 6px;
	border-bottom: 2px solid #119099;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  POST LIST */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_vertPosts {
	padding-left: 0;
	list-style-type: none;
}
.bl_vertPosts_item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
}
.bl_vertPosts_item:first-child {
	padding-top: 0;
}
.bl_vertPosts_header {
	margin-bottom: 10px;
}
.bl_vertPosts_date {
	font-size: .875rem;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  TABLE - HORIZONAL */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_horizTable {
	border: 1px solid #888;
}
.bl_horizTable table {
	width: 100%;
	border-collapse: collapse;
}
.bl_horizTable th {
	width: 20%;
	padding: 15px;
	background-color: #efefef;
	border-bottom: 1px dotted #888;
	font-weight: bold;
	vertical-align: middle;
}
.bl_horizTable td {
	padding: 15px;
	border-bottom: 1px dotted #888;
}
.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
	border-bottom-width: 0;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  FAQ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_faq {
	margin-top: 0;
	margin-bottom: 0;
}
.bl_faq > *:last-child {
	margin-bottom: 0;
}
.bl_faq_q,
.bl_faq_a {
	position: relative;
	display: flex;
	align-items: flex-start;
	box-sizing: content-box;
	min-height: 45px;
	padding-left: 60px;
}
.bl_faq_q {
	margin-bottom: 15px;
	font-size: 1.125rem;
	font-weight: bold;
}
.bl_faq_q_txt {
	padding-top: 8px;
}
.bl_faq_a {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
}
.bl_faq_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-weight: normal;
	line-height: 45px;
	text-align: center;
}
.bl_faq_q .bl_faq_icon {
	background-color: #119099;
	color: #fff;
}
.bl_faq_a .bl_faq_icon {
	background: #efefef;
	color: #119099;
}
.bl_faq_a_body {
	padding-top: 8px;
}
.bl_faq_a_body > *:last-child {
	margin-bottom: 0;
}
.bl_faq_a_txt {
	margin-bottom: 20px;
	margin-top: 0;
}


/* 	＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  From LP site */
/* 	＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* トップへ戻るボタン */
#page-top {
	position: fixed;
	right: 3%;
	bottom: 3%;
	font-size: 1.2rem;
	line-height: 1.2rem;
	background: #fff;
	color: #737373;
	padding: 10px;
	border: solid 1px;
	border-radius: 50%;
	box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
	z-index: 4;
}
/*アコーディオン*/
.toggle_title {
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding: 0;
	/*position: relative;*/
	text-align:center;
}
.toggle_btn {
	display: inline-block;
	width: 105px;
	height: 35px;
	background: url(/real/tex/common/i/btn_details_open.png) no-repeat right top;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: url(/real/tex/common/i/btn_details_close.png) no-repeat right top;
}
.toggle_txt {
	display: none;
}


















/* -------------------------------------------- checking #tbm --------------------------------------- */
/* -------------------------------------------- ↓↓↓↓ -------------------------------------------- */

/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/* CARD 4 COL - productcategory_bak.html で使用 */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_cardUnit {
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}
.bl_cardUnit__col4 > .bl_card {
  width:  24.4%;
  margin-right: 0.8%;
  margin-bottom: 0;
}
.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}



/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON simple */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIcon::before {
  display: inline-block;
  margin-left: .2em;
  margin-right: .6em;
  color: #0000ee;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	/* transform: translateY(3%); */
	font-size: 1em;
}
.el_beforeIcon.el_beforeIcon__arrowRight::before {
	content: "\f061";
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIconBtn {
	/* position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 2px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1rem;
	font-weight: 500; */
}
.el_beforeIconBtn:focus,
.el_beforeIconBtn:hover {
	/* background-color: #00A051;
	color: #fff; */
}
.el_beforeIconBtn::before {
	/* display: inline-block;
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; */
}
.el_beforeIconBtn.el_beforeIconBtn__email::before {
	content: '\f0e0';
}
.el_beforeIconBtn.el_beforeIconBtn__arrowRight::before {
	content: '\f0a9';
}
.el_beforeIconBtn.el_beforeIconBtn__arrowLeft::before {
	content: '\f0a8';
}
.el_beforeIconBtn.el_beforeIconBtn__pen::before {
	content: '\f044';
}
.el_beforeIconBtn.el_beforeIconBtn__tel::before {
	content: '\f095';
}
.el_beforeIconBtn.el_beforeIconBtn__mov::before {
	content: '\f03d';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON   NAV */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIconBtnNav {
	position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 3px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1.325rem;
	font-weight: 700;
}
.el_beforeIconBtnNav:focus,
.el_beforeIconBtnNav:hover {
	background-color: #00A051;
	border-color: #00A051;
	color: #fff;
}
.el_beforeIconBtnNav::before {
	display: inline-block;
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.el_beforeIconBtnNav.el_beforeIconBtnNav__arrowRight::before {
	content: '\f0a9';
}
.el_beforeIconBtnNav.el_beforeIconBtnNav__arrowLeft::before {
	content: '\f0a8';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON   NAV - after */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_afterIconBtnNav {
	position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 3px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1.325rem;
	font-weight: 700;
}
.el_afterIconBtnNav:focus,
.el_afterIconBtnNav:hover {
	background-color: #00A051;
	border-color: #00A051;
	color: #fff;
}
.el_afterIconBtnNav::after {
	display: inline-block;
	margin-left: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.el_afterIconBtnNav.el_afterIconBtnNav__arrowRight::after {
	content: '\f0a9';
}
.el_afterIconBtnNav.el_afterIconBtnNav__arrowLeft::after {
	content: '\f0a8';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* BUTTON サイドナビ用 */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_btn_sdbnr {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  color: #000;
  transition: box-shadow 0.15s,transform 0.15s;
  /* font-size: 1.325rem; */
  /* line-height: 1.6rem; */
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}
.el_btn_sdbnr:focus,
.el_btn_sdbnr:hover {
  color: var(--color-tc-osaka);
  background-color: #fff2f2;
}
/* .el_btn_sdbnr.box {
  color: #003986;
} */
.el_btn_sdbnr.fox:focus,
.el_btn_sdbnr.fox:hover {
  color: #003986;
  background-color: #EAF6FD;
}
.el_btn_sdbnr.ec:focus,
.el_btn_sdbnr.ec:hover {
  color: #853477;
  background-color: #FFF2FD;
}
.el_btn_sdbnr.system:focus,
.el_btn_sdbnr.system:hover {
  color: #6A3906;
  background-color: #FFFCF1;
}



/*  -------------------------------------------------------------------------------------------------  */
/* BUTTON */
/*  -------------------------------------------------------------------------------------------------  */
.el_btn_yellow {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  background-color: #f9c804;
  border: 2px solid #000;
  border-radius: 6px;
  transition: box-shadow 0.15s,transform 0.15s;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 100%);
  color: #000;
  font-size: 1.325rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}
.el_btn_yellow::after {
  content: '\f144';
  position: absolute;
  top: 50%;
  left: 0.6em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  transform: translateY(-50%);
  font-size: 1.375em;
}
.el_btn_yellow:focus,
.el_btn_yellow:hover {
  box-shadow: 3px 3px 1px rgb(0 0 0 / 100%);
  background-color: #f07810;
  border-color: #f07810;
  color: #fff;
}





/*  -------------------------------------------------------------------------------------------------  */
/* SideNavi */
/*  -------------------------------------------------------------------------------------------------  */

/* for _global_sidenavi-basic.html */
.sideNavi ul {
	border: 1px solid var(--color-tc-osaka);
	/* border: 1px solid #853477; */
	/* box-shadow: 0 0 16px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
	font-size: 1rem;
	color: #333;
	background-color:#e6f0d8;
}
.sideNavi li {
	position: relative;
	padding: 0;
	margin: 0 10px;
}
.sideNavi li a{
	display:block;
	padding: 7px 5px 5px 1rem;
	text-indent:-1rem;
}

.sideNavi li a span{
	font-family:メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.sideNavi li a span:hover {
	/* background: linear-gradient(transparent 50%, #fadce9 50%); */
	color: #b40000;
	text-decoration: underline;
	background-color: #fff5b1;
}
.sideNavi li.ex_top::before,
.sideNavi li.pro_top::before,
.sideNavi li.snTop::before,
.sideNavi li:first-child::before {
	border-left: none;
	border-bottom: none;
}
.sideNavi li:last-child {
	/* margin-bottom: 12px; */
	border-bottom: none !important;
}
.sideNavi li.snTop {
	color: #000;
	padding: 12px 0 0 12px;
	margin: 15px 15px 0;
	font-weight: 500;
	border-top: 2px solid #eee;
}
.sideNavi li:first-child {
	margin-top: 0;
	border: none;
}
.sideNavi li.snTop::before {
	content: '\f0da';
	/* content: '\f0dd'; */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 1rem;
	/* color: var(--color-tc-osaka); */
	color: #bbbbbb;
	left: -3px;
	top: 13px;
}

/* for _global_sidenavi.html */
.sideNavi li.pro_top{
	border-bottom: 1px dashed var(--color-tc-osaka);
	/* margin-top: 10px;
	padding: 8px 0 4px 20px;
	font-weight: 600; */
	font-size: 0.8rem;
}
.sideNavi li.pro_top a::before{
	content: url('https://server.caretex.jp/homepage/common/images/sideList.gif');
	margin-left: 2px;
	margin-right: 3px;
}
.sideNavi li.pro_top.sales::before{
	color: #003986;
}
.sideNavi li.pro_top.store::before{
	color: #853477;
}
.sideNavi li.pro_top.normal::before{
	color: #bbbbbb;
}

.sideNavi li.pro_list{
	padding: 0 0 4px 0;
	font-size: 0.8rem;
	line-height: 1.2em;
	border-bottom: 1px dashed var(--color-tc-osaka);
}
.sideNavi li.pro_list a::before {
	content: url('https://server.caretex.jp/homepage/common/images/sideList.gif');
	margin-left: 2px;
	margin-right: 3px;
}

.sideNavi li.ex_top {
	font-size: 0.8rem;
	border-bottom: 1px dashed var(--color-tc-osaka);
	/* padding: 4px 0;
	font-weight: 600;
	text-align: center; */
}
.sideNavi li.ex_top a {
	display: block;
	/* margin-top: 8px;
	margin-bottom: -14px;
	padding: 6px 0;
	border-radius: 6px 6px 0 0;
	background: var(--color-tc-osaka);
	color: #fff; */
}
.sideNavi li.ex_top a::before {
	content: "\f152";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: .9rem;
	color: #333;
	margin-right: 3px;
	margin-left: 0;
	text-decoration: none;
	display: inline-block;
	text-indent: 0;
	padding-left: 0;
}
/* .sideNavi li.ex_top a:hover{
	opacity: .8;
	background: var(--color-tc-osaka);
	transition: .25s;
}
.sideNavi li.ex_top.sales a {
  background: #003986;
}
.sideNavi li.ex_top.sales a:hover{
	background: #003986;
}
.sideNavi li.ex_top.store a {
  background: #853477;
}
.sideNavi li.ex_top.store a:hover{
	background: #853477;
} */

.system_gm_btn ul li{
	width: 32.2580645161%;
    height: 83px;
    font-size: 1.6rem;
}