@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
Template:jmdm
Theme Name:jmdm-child
Theme URI:http://www.jmdm.co.jp/
Description:jmdm
Author:AIOSL
Author URI:https://corp.aiosl.jp
Version:1.5
*/

/*フォント調整*/
body,
.rich_font, .p-vertical, .pb_headline, .pb_catchcopy {
     font-family: 'Noto Sans JP', sans-serif !important;
}
.rich_font {
	font-weight: 600;
}
/*コンテンツ幅*/
@media screen and (min-width: 1180px) {
/* レイアウト */
#main_contents { width:1180px; }
/* アーカイブページ --------------------------------- */
#archive_work { width:1180px; }
/* カテゴリーページ ----------------------------------- */
#category_work { width:1180px; }
/* 関連記事 */
#related_work_list { width:1180px; }
/* キャッチフレーズと文章の組み合わせ */
.dc_content { width:1180px; }
/* 画像コンテンツ */
.dc_image_content_inner { width:1180px; }
/* メッセージリスト */
.dc_message_list { width:1180px; }
/* データリスト */
.dc_data_list { width:1180px; }
/* Google Map */
#access_data { width:1180px; }
/* ニュースティッカー */
#index_news { width:1180px; }
/* コンテンツ1 */
.index_content1 { width:1180px; }
/* コンテンツ2 */
.index_content2  { width:1180px; }
/* 実績一覧 */
.index_work_list  { width:1180px; }
/* パララックスコンテンツ */
.index_parallax .caption { width:1180px; }
/* キャプション */
#index_slider .caption { width:1180px; }
#page_header_catch { width:1180px; }
#archive_blog { width:1180px; }
#bread_crumb ul { width:1180px; }
#footer { min-width:1180px;}
#footer_inner { width:1180px; }
#widget_area_inner  { width:1180px; }
}
/*フッターバナー調整*/
#footer_banner .item {
	width: calc(33.3% - 10px)/*386px*/;
	height: 144px;
}
#footer_banner .item:nth-child(2n) {
	margin-right: 10px;
}
#footer_banner .item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 950px) {
	#footer_banner .item:nth-child(2n) {
	margin-right: 0;
	}
	#footer_banner .item:nth-child(3n) {
	margin-right: 10px;
	}
}

/*TCD*/
#index_slider .desc {
	line-height: 2;
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}
.post_content .style5a {
	border-right: 0;
	border-left: 0;
}
.post_content .bt_purple{ background:#542989; color:#fff; }
/*.post_content .bt_purple:hover, .bt_purple:focus { background-color:#6A34AD; color:#fff; }*/

/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th, .post_content table td {
	line-height: 1.8;
	padding: 8px;
	background: none;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align:left;
}
.post_content table thead th{
    text-align:center;
	background: #ddd;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  	border-bottom: 1px solid #666;
	padding: 10px 16px;
}
.post_content table.border td {
  	border-bottom: 1px solid #ddd;
	padding: 10px 16px;
}
@media only screen and (max-width: 767px){
	.post_content table.border th, .post_content table.border td {
    display: block;
	}
}
.post_content table.stripe tr:nth-child(odd) {
	background: #fafafa;
}
.post_content table.tbl_history th span {
	display: inline-block;
	text-align: right;
	min-width: 40px;
}
.post_content table.tbl_small th, .post_content table.tbl_small td {
	 padding: 2px 6px;
	font-size: 14px;
}
.post_content table.tbl_finance td {
	text-align: right;
}
.post_content table.sup span {
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
	color: #666;
}
.post_content table tr.bgcolor th, .post_content table tr.bgcolor td {
	background: #EDE6F9;
}
.post_content table.txt_c th, .post_content table.txt_c td  {
	text-align: center;
}
.post_content table th.txt_r {
	text-align: right;
}
.post_content table.f_td tr td:first-child {
	text-align: left;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
	vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type="submit"],input[type="reset"],input[type="button"]{
padding:8px 15px;
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
height:48px;
	margin:30px auto 0;
	background-color:#333333; 
	cursor:pointer;
	text-align:center; 
	text-decoration:none;
	line-height:1.5;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

.zip input[type="text"],
.tel input[type="text"] {
  width: 20%;
}
span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #542989;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
  cursor: pointer;
}
span.yubin,
span.yubin:hover { font-size: 80%;padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #8248C8;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #542989;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #8248C8;	
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
.form_scroll {
	overflow-y: auto;
	height: 120px;
}
@media only screen and (max-width: 767px) {
	.post_content form.wpcf7-form table th, .post_content form.wpcf7-form table td {
	  display: block;
	}
	.post_content form.wpcf7-form table th {
	  border-top: 0;
	  border-bottom: 0;
	}
}
/*flowフロー*/
.post_content ul.box_flow {
  overflow: hidden;
  margin-left: 0;
}
.post_content ul.box_flow li {
  	position: relative;
  	display: inline-block;
  	vertical-align: top;
  	width: 100%;
	padding: 20px;
 	margin: 0 0 40px;
	background: #fafafa;
	box-sizing: border-box;
	text-align: center;
}
.post_content ul.box_flow li:last-child {
  margin-bottom: 0;
}
.post_content ul.box_flow li:before {
  content: '';
  position: absolute;
  border-color: #FFB900 transparent transparent transparent;
  border-style: solid;
  border-width: 20px;
  bottom: -50px;
  left: calc(50% - 20px);
}
.post_content ul.box_flow li:last-child:before {
  border: 0;
}
.post_content ul.box_flow li p {
  	padding: 0;
	margin: 20px 0 0;
}
.post_content ul.box_flow h5 {
  	background-color: #FFB900;
  	color: #ffffff;
  	padding: 8px 12px;
  	margin: 0;
	border-radius: 6px;
 	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	letter-spacing: 0.05em;
}

/*ヘッダー*/
.pc #header {
	background: #fff;
}
#header_logo {
	left: 0 !important;
}
#header_logo .desc {
	font-weight: bold;
}
.pc #global_menu > ul > li > a,
.pc #global_menu ul ul a {
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width:1050px) {
	#mobile_menu a {
	font-size: 16px !important;
	}
}
@media screen and (max-width:650px) {
	#header_logo .mobile_logo_image {
		max-height: 60px;
		width: auto;
	}
}
/*トップヘッダースライダー*/
#index_slider .item .slice_image {
	height: 350px;
}
#index_header_content {
	height: 350px;
}
#index_slider .caption {
	top: calc(50% + 50px);
}
@media screen and (max-width: 650px){
	#index_header_content {
    	height: 260px !important;
	}
	#index_slider .item .slice_image {
		height: 260px !important;
	}
	#index_slider .caption {
		top: 50%;
	}
}
/*下層ヘッダー*/
#page_header {
	height: 350px;
}
#page_header_catch {
	top: calc(50% + 50px);
}
@media screen and (max-width:900px) {
	#page_header_catch {
	top: 50%;
	}
}
@media screen and (max-width:650px) {
	#page_header_catch {
	top: 50%;
	}
}
/*NEWS*/
#index_news_c .catch {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 35px 0;
}
#index_news_c {
	margin:auto;
}
#index_news_c a {
	display:block;
	width:100%;
	/*height:60px;*/
	/*line-height:60px;*/
	color: #333;
	padding:16px;
	font-size:16px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
}
#index_news_c .item:last-child a {
	border-bottom: 1px solid #ddd;
}
#index_news_c a:hover {
	background: #f2f2f2;
}
#index_news_c .cat-name {
	width:130px;
	display: inline-block;
}
#index_news_c .cat-name span {
	display: inline-block;
	vertical-align: middle;
	background: #3D9DB5;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 6px 2px;
	margin-right: 20px;
	line-height: 1;
	box-sizing: border-box;
	width: calc(100% - 20px);
}
#index_news_c .cat-name span.society {
	background: #FEC803;
}
#index_news_c .cat-name span.event {
	background: #8248C8;
}
#index_news_c .cat-name span.info_news {
	background: #E1855B;
}
#index_news_c .date { 
	width: calc(100% - 146px);
	font-size: 90%;
	color: #666;
	display: inline-block;
}
#index_news_c .title { 
	display: block;
	/*width:calc(100% - 230px);*/
	width: 100%;
	padding-top: 8px;
	margin-top: 0 !important;
	/*float:left;*/
	font-weight:normal; 
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}
@media screen and (max-width:650px) {
	#index_news_c .cat-name {
	display: block;
	}
	#index_news_c .date {
	width: 100%;
	font-size: 80%;
	}
}
/*カルーセル*/
.index_carousel .caption {
	background: rgba(84,41,137, 0.9);
}
.index_carousel .catch {
	line-height: 2.4;
}
/*フッターバナー*/
#footer_banner .title,
#footer_banner .desc {
	text-shadow: 0 0 5px #000;
}
/*アコーディオン faq*/
.faq {
	width: 100%;
  margin: 25px 0;
  padding: 0;
  box-sizing: border-box;
}
.faq dt,
.faq dd {
  padding: 12px;
  text-align: left;
}
.faq dt{
	display:block;
	border-bottom: 1px solid #542989;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 5px;
	padding-right: 35px;
	position: relative;
	color: #542989;
    }
.faq dd{
  display:none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 0;
    }
.faq dt:before{
  position: absolute;
	content: '\e90e';
  font-family: 'design_plus';
  right: 0;
  width: 30px;
  height: 30px;
    }
.faq dt.active:before {
  content: none;
}
.faq dt.active:after{
  position: absolute;
  content: '\e911';
	font-family: 'design_plus';
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
}
/*学会アイコン*/
.post_content p.ico_green {
	display: inline-block;
	padding: 0 6px;
	margin-right: 10px;
	background: #BED21E;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	border-radius: 6px;
}
.post_content p.ico_blue {
	display: inline-block;
	padding: 0 6px;
	margin-right: 10px;
	background: #3CC3D2;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	border-radius: 6px;
}
.post_content p.ico_orange {
	display: inline-block;
	padding: 0 6px;
	margin-right: 10px;
	background: #FFB900;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	border-radius: 6px;
}

/*COMMON*/
.post_content p {
    line-height: 1.8;
    margin: 0 0 1em 0;
}
.post_content p a,
.post_content li a {
	border-bottom: 1px dotted #542989;
}
.post_content p a.q_button {
	border-bottom: 0;
}
.post_content .weight_s {
	font-weight: 300;
	color: #666;
}
.post_content ul.li_border li a {
	border-bottom: 1px dotted #542989;
}
.post_content h4.style4a span {
	font-size: 70%;
	font-weight: normal;
}
.post_content .style5b {
	background: #542989;
}
.post_content h3.style_offices {
	font-size: 16px;
	padding-top: 0;
	line-height: 1.8;
}
[class*="index_content"] h2.catch.rich_font {
	font-weight: 600;
}
h3.pb_headline span,
[class*="index_content"] h2.catch.rich_font span {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#index_news_c h3.pb_headline,
#new_product h3.pb_headline {
	color:#333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#index_news_c h3.pb_headline,
	#new_product h3.pb_headline {
		font-size: 20px;
	}
}
h3.pb_headline span:before,
[class*="index_content"] h2.catch.rich_font span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #542989;
  border-radius: 2px;
}
.index_content2 .image_content h2.catch.rich_font span {
	padding-bottom: 0;
	margin-bottom: 0;
}
.index_content2 .image_content h2.catch.rich_font span:before {
	display: none;;
}
/*.pb-widget-editor *:first-child { margin-top: 0 !important; }*/
@media screen and (max-width: 950px) {
	
}
.rec_box {
	margin: 40px auto;
	text-align: center;
}
.post_content .rec_box p {
	display: inline-block;
	margin: 1em;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.pb-widget-tab h2.resp-accordion {
    margin-top: 0 !important;
	}
}
/*2カラムLAYOUT*/
@media only screen and (min-width:1180px) {
	#main_col.right_col, #index_news_c.right_col/*, #new_product.right_col*//*, .page_navi*/ { width: calc(100% - 330px); float:right; }
	#main_col.left_col { width: calc(100% - 330px); float:left; }
	#side_col { width:260px; float:left; }
}
@media only screen and (max-width:1179px) {
	#main_col.right_col, #index_news_c.right_col, #new_product.right_col, #main_col.left_col, #side_col { 
		width: 100%; float: none; }
	#side_col {
		margin-top: 60px;
	}
}
/*SIDE MENU*/
#side_col .side_headline {
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
    font-weight: 400;
    color: #fff;
    background: #542989;
    height: 50px;
    line-height: 50px;
}
#side_col .menu li a {
  display:block;
	padding:15px;
	padding-right: 25px;
	line-height:1.4;
	overflow:hidden;
	border:1px solid #ddd;
	margin:-1px 0 0 0;
	text-decoration:none;
	background:#fff;
	position:relative;
  -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#side_col .menu li a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top: calc(50% - 5px); right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#side_col .menu li:first-child > a { border-top:none; }
/*#side_col .menu li a {
  display:block;
	padding:0 15px;
	height:55px;
	line-height:55px;
	overflow:hidden;
	border:1px solid #ddd;
	margin:-1px 0 0 0;
	text-decoration:none;
	background:#fff;
	position:relative;
  -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}*/
/*#side_col .menu li a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top:2px; right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}*/
#side_col .menu li a:hover { background: #888; color: #fff; }
#side_col .menu li a:hover:after { color:#fff; }

#side_col .menu li ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
#side_col .menu li:hover ul {
	display: block;
}
#side_col .menu li ul li a {
	text-indent: 20px;
	background: #fafafa;
}
/*#side_col .menu li.nav_trauma > a:before {
    position: absolute;
	content: url(./images/nav_trauma.png);
	top: calc(50% - 15px);
	left: 80px;
}*/
#side_col .menu li[class^="nav_"] > a:before {
    position: absolute;
	top: calc(50% - 15px);
	left: 70px;
}
#side_col .menu li.nav_trauma > a:before {
	content: url(./images/nav_trauma.png);
}
#side_col .menu li.nav_joint > a:before {
	content: url(./images/nav_joint.png);
}
#side_col .menu li.nav_spine > a:before {
	content: url(./images/nav_spine.png);
}
#side_col .menu li.nav_others > a:before {
	content: url(./images/nav_others.png);
}

/*製品情報*/
.work_list .item {
	/*display: inline-block;
	width: calc(50% - 32px);
	margin: 0 30px 30px 0;*/
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
}
/*.work_list .item:nth-child(2n) {
	margin: 0 0 30px 30px;
}*/
.work_list .item h4 {
	padding: 12px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
.work_list .item h4 span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
}
.post_content dl.products_box {
	letter-spacing: -0.4em;
	margin-bottom: 0;
}
dl.products_box dt, dl.products_box dd {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
}
dl.products_box dt {
	width: 150px;
}
dl.products_box dd {
	width: calc(100% - 150px);
	padding-left: 30px;
	box-sizing: border-box;
}
.supplement {
	text-align: right;
	font-size: 90%;
	font-weight: 300;
	color: #666;
}
.post_content ul.pdf_box {
	letter-spacing: -0.4em;
	padding: 6px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #eee;
}
.post_content ul.pdf_box li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	padding: 3px;
	margin: 3px 6px;
	line-height: 1;
}
@media screen and (max-width: 500px) {
	#new_product .work_list .item {
		width: 100%;
	}
	dl.products_box dt, dl.products_box dd {
		width: 100%;
		padding: 0;
	}
	dl.products_box dt {
		text-align: center;
	}
}
/*PDFリンク表示*/
.pdf_box a[href $='.pdf'] {
    position: relative;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 2;
}
.pdf_box a[href $='.pdf']:before {
    position: relative;
	content: url(./images/PDF_24.png);
	display: inline-block;
	vertical-align: bottom;
}
/*アコーディオン faq*/
.faq {
	width: 100%;
  margin: 25px 0;
  padding: 0;
  box-sizing: border-box;
}
.faq dt,
.faq dd {
  padding: 12px;
  text-align: left;
}
.faq dt{
	display:block;
	border-bottom: 1px solid #542989;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 5px;
	padding-right: 35px;
	position: relative;
	color: #542989;
    }
.faq dd{
  display:none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 0;
    }
.faq dt span,
.faq dd p.well3 {
	font-size: 80%;
}
.faq dt:before{
  position: absolute;
	content: '\e90e';
  font-family: 'design_plus';
  right: 0;
  width: 30px;
  height: 30px;
    }
.faq dt.active:before {
  content: none;
}
.faq dt.active:after{
  position: absolute;
  content: '\e911';
	font-family: 'design_plus';
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
}
.faq dt:hover {
	cursor: pointer;
}
/*カタログ一覧*/
.post_content table.tbl_resp th {
	text-align: center;
}
.post_content table.tbl_resp tr:nth-child(2n) {
	background: #F4F1FC;
}
.post_content table.tbl_resp td:not(:first-child) {
	text-align: center;
}
.post_content table.tbl_resp td {
	border-bottom: 0;
}
.post_content table.tbl_resp tr.last td {
	border-bottom: 1px solid #ccc;
}
.post_content table.tbl_resp td span:not(.highlight) {
	font-size: 80%;
	color: #999;
	display: block;
}	
@media screen and (max-width: 640px) {
  .post_content table.tbl_resp {
    	border-top: 1px solid #ccc;
  }
	.post_content table.tbl_resp .thead {
    	display: none;
  }
  .post_content table.tbl_resp tr {
    	width: 100%;
  }
  .post_content table.tbl_resp td {
    	display: block;
    	text-align: right;
  }
  .post_content table.tbl_resp td:first-child {
    	background: #EDE6F9;
    	font-weight: bold;
    	text-align: center;
  }
  .post_content table.tbl_resp td:before {
    	content: attr(data-label);
    	float: left;
    	font-weight: bold;
    	margin-right: 10px;
  }
  .post_content table.tbl_resp tr:nth-child(2n) {
	 	background: none;
  }
  .post_content table.tbl_resp td:not(:first-child) {
		text-align: right;
	  border-bottom: 1px solid #ccc;
  }
}
.post_content table.tbl_resp a[href $='.pdf'], .post_content table.tbl_resp a[href $='.xlsx'], .post_content table.tbl_resp a[href $='.mp4'] {
    position: relative;
	vertical-align: top;
	line-height: 1;
}
.post_content table.tbl_resp a[href $='.pdf']:before {
    position: relative;
	content: url(./images/PDF_32.png);
	display: inline-block;
	vertical-align: bottom;
}
.post_content table.tbl_resp a[href $='.xlsx']:before {
    position: relative;
	content: url(./images/EXCEL_32.png);
	display: inline-block;
	vertical-align: bottom;
}
.post_content table.tbl_resp a[href $='.mp4']:before {
    position: relative;
	content: url(./images/MP4_32.png);
	display: inline-block;
	vertical-align: bottom;
}
/*TABLE調整*/
.post_content table.tbl_resp {
	height: auto !important;
}
.post_content table.tbl_resp td {
	width: auto !important;
}
.post_content table.tbl_resp tr:last-child td {
	border-bottom: 1px solid #ccc;
}
/*UM登録フォーム*/
.um span.um-req { 
	color: red !important;
}
.um span.um-req::after { 
   content:"必須";
}
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #666 !important;
}
.um-field-last_name, .um-field-first_name, .um-field-furigana_sei, .um-field-furigana_mei {
    width: 45%;
    display: inline-block;
}
.um-field-last_name, .um-field-furigana_sei {
    margin-right: 10%;
}
/*20210120ADD*/
.post_content table.tbl_resp a[href $='.pdf']:before {
    position: relative;
	content: url(./images/PDF_32.png);
	display: inline-block;
	vertical-align: middle;
}
.pc #global_menu > ul > li > a,
.pc #global_menu ul ul a {
	font-size: 15px;
	font-weight: 500;
}
/*20210204 ADD*/
.post_content h4.style4a span.span_web,
.post_content .info_seminar_box h4 span.span_web {
	padding: 2px 4px;
	margin-left: 10px;
	color: #542989;
	border: 2px solid #542989;
	border-radius: 6px;
	font-weight: bold;
}
.info_products_box {
	margin: auto;
	margin-bottom: 2em;
	width: 80%;
}
@media only screen and (max-width: 767px) {
	.info_products_box {
		width: 100%;
	}
}
.info_products_box h5 a {
	text-decoration: underline;
}
.post_col, .post_col-2 .info_products_box {
	margin-bottom: 0;
}
.post_content .info_products_box h5 {
	color: #542989;
}
.post_content ul.info_inner {
	letter-spacing: -0.4em;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}
.post_content ul.info_inner li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 40%;
	padding: 10px;
	text-align: center;
}
.post_content ul.info_inner li.wide {
	width: 60%;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.post_content ul.info_inner li, .post_content ul.info_inner li.wide {
		width: 100%;
		padding: 10px 0;
	}
}
.post_content .info_seminar_box h4 {
	text-align: center;
	font-size: 150%;
	padding-bottom: 10px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.post_content .info_seminar_box h4 {
		font-size: 120%;
	}
}
/*menu*/
#mobile_menu.menu li a br {
	display: none;
}
.pc #global_menu {
	right: 0;
	width: calc(100% - 350px);
}
.pc #global_menu > ul {
	display: table;
	width: 100%;
}
.pc #global_menu > ul > li {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.pc #global_menu > ul > li > a, .pc #global_menu ul ul a {
	font-size: 14px;
}
.pc #global_menu > ul > li > a {
	padding: 0;
}
.pc #global_menu > ul > li > a {
    line-height: 1.2;
    display: table-cell;
	vertical-align: middle;
}
/*TOP新コンテンツ・メニュー*/
#first_contents.index_content1 {
	padding: 0 0 30px 0;
}
.fc_inner {
	letter-spacing: -0.4em;
	margin: 0 0 20px 0;
	padding: 0;
}
.fc_movie, .fc_menu {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 25%;
	padding: 0;
}
.fc_movie {
	width: 75%;
	padding-right: 30px;
}
.fc_menu {
	margin-top: 30px;
}
.fc_menu ul {
	margin: 0 auto;
	padding: 0;
}
.fc_menu ul li {
	display: block;
	padding: 10px;
	margin: 16px;
}
.fc_menu ul li a {
	display: block;
	padding: 12px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 0 8px 0 rgba(84,41,137,.4);
}
.fc_menu ul li a:hover {
	background: #542989;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.fc_movie, .fc_menu {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}
/*TOP新商品*/
/*NEWS*/
.index_content1 {
	padding-bottom: 0;
}
#new_products .catch, #new_products00 .catch {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 35px 0;
}
#new_products .style5b, #new_products00 .style5b {
	margin-top: 0 !important;
}
.cb_contents.last {
	padding-bottom: 0;
}
/*製品情報アコーディオン*/
.cp_menu {
	letter-spacing: -0.4em;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.accor_inner {
	width: 20%;
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.accor_inner {
		width: 100%;
	}
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px 0;
	line-height: 1;
	color: #000000;
	background: #ffffff;
	cursor: pointer;
}
.cp_menu label a {
	padding: 0;
}
.cp_menu label p {
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 0 10px;
	font-size: 120%;
	font-weight: bold;
}
.cp_menu img {
	display: block;
	margin: auto;
	text-align: center;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
.cp_menu li.li_title a {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li{
	max-height: 100px;
	opacity: 1;
}
/*
#cp_menu_bar1:hover ~ #link1 li,
#cp_menu_bar2:hover ~ #link2 li,
#cp_menu_bar3:hover ~ #link3 li,
#cp_menu_bar4:hover ~ #link4 li,
#cp_menu_bar5:hover ~ #link5 li{
	max-height: 100px;
	opacity: 1;
}
.cp_menu ul#link1:hover > li,
.cp_menu ul#link2:hover > li,
.cp_menu ul#link3:hover > li,
.cp_menu ul#link4:hover > li,
.cp_menu ul#link5:hover > li{
	max-height: 100px;
	opacity: 1;
}*/


/*アンカー*/
.post_content .anchor{
	display: block;
	padding-top: 160px !important;
	margin-top: -160px !important;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor) {
	margin-top: 0 !important;
}
.work_list {
	margin-bottom: 40px;
}
/*製品情報*/
.work_list .item {
	margin-bottom: 60px;
}
/*products_ADD*/
.pruducts_smenu {
	margin: 0 auto;
    display: flex;
    padding: 0;
    position: absolute;
    justify-content: space-between;
    width: 100%;
	z-index: 2;
}
.pruducts_smenu.fixed{
    position: fixed;
    top: 100px;
}
@media only screen and (max-width: 767px) {
	.pruducts_smenu.fixed{
    top: 60px;
	}
}
.pruducts_smenu > ul {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.pruducts_smenu > ul > li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 20%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
}
.pruducts_smenu > ul > li > a {
	/*display: block;
	height: 50px;
	line-height: 50px;
	background: #fff;*/
	color: #000;
}
.pruducts_smenu > ul > li:hover, .pruducts_smenu > ul > li.current {
	background: #542989;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.pruducts_smenu ul > li:last-child span {
		line-height: 1.6;
		display: block;
	}
}
/*MENU SUB2*/
.pruducts_smenu ul li ul {
	display: none;
}
.pruducts_smenu ul li:hover ul {
	display: block;
	position: relative;
	text-align: left;
	background: #f4f4f4;
	z-index: 2;
}
.pruducts_smenu ul li ul li {
	display: block;
	width: 100%;
}
.pruducts_smenu ul li ul li a {
	display: block;
	background: #f4f4f4;
	padding: 8px 4px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
	font-size: 90%;
}
.pruducts_smenu ul li ul li.li_title a {
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	/*.pruducts_smenu ul li {
		display: block;
		width: 100%;
	}*/
	.pruducts_smenu ul li:hover ul {
		letter-spacing: -0.4em;
		width: 100%;
		position: absolute;
		left: 0;
		height: auto;
		line-height: normal;
	}
	.pruducts_smenu ul li ul li {
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		vertical-align: top;
		width: 50%;
	}
	/*.pruducts_smenu ul li ul li a {
		width: 100%;
		min-width: 767px;
	}*/
}

@media only screen and (max-width: 767px) {
	#archive_blog.cat_products {
		padding-top: 80px;
	}
}
.post_content ul.pdf_wrap {
	letter-spacing: -0.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.post_content ul.pdf_wrap li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: bottom;
	width: 50%;
	font-size: 90%;
	padding: 10px;
}
.post_content ul.pdf_wrap li img {
	border: 1px solid #ccc;
	height: auto;
    width: 110px;
	padding: 1px;
}
.post_content ul.pdf_wrap li span {
	display: block;
}
.post_content ul.pdf_wrap li a {
	border-bottom: 0;
}
.supplement {
	text-align: left;
}
/*VIMEO*/
.vimeo {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
	margin: 30px 0;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videog {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
	margin: 30px 0;
}
.videog iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
/*PRODUCTS調整*/
.post_content .work_list ul.info_inner li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 40%;
	padding: 10px;
	text-align: center;
}
.post_content .work_list ul.info_inner li.wide {
	width: 60%;
	text-align: left;
}
.post_content .info_products_box h5 {
	font-size: 22px;
}
@media only screen and (max-width: 767px) {
	.post_content .work_list ul.info_inner li, .post_content .work_list ul.info_inner li.wide {
		width: 100%;
		padding: 10px 0;
	}
}
/*説明フォーム*/
.post_content form table.border th {
	vertical-align: middle;
}
.post_content form table.border input[readonly] {
	background-color: #fff;
	border: 0;
	color: #000;
	font-weight: bold;
}
/*TOP PRODUCTS ADD*/
.info_products_wrap .post_row,.info_products_box .post_row {
	margin: auto;
}
/* CaseReport*/
.post_content h4.case_h4 {
	padding: 20px;
	background: #f4f4f4;
	margin-bottom: 30px;
	border-radius: 6px;
}
.post_content h4.case_h4 span {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.post_content p.pdf_img {

}
.post_content p.pdf_img img {
	height: 350px;
	width: auto;
	border: 1px solid #eee;
}
.post_content p.pdf_img img:hover {
	opacity: .8;
}
.case_box {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
}
.post_content .case_box p:last-child {
	margin-bottom: 0;
}
.post_content .case_box p.case_s {
	text-decoration: underline;
}
.post_content .case_box p.case_n {
	font-size: 120%;
}
.post_content .case_box p.case_n span {
	font-size: 80%;
}
/*ボタン白*/
.post_content .bt_white{ 
	background: #fff; 
	color: #542989 !important;
	border: 1px solid #542989 !important;
}
.post_content .bt_white:hover, .post_content .bt_white:focus {
	background: #ddd !important;
}
/*20210303ADD*/
#page_header .bg_image {
	background-position: left 50% !important;
}
/*20210319 ADD*/
.post_content h4.style4a span.span_sub,
.post_content .info_seminar_box h4 span.span_sub {
	display: block;
	font-size: 85%;
}
/*20210601 ADD*/
.bt_box {

}
.post_content .bt_box a {
	text-align: center;
	display: block;
	padding: 20px;
	background: #f2f2f2;
	border-radius: 6px;
}
.post_content .bt_box a:hover {
	background: #542989;
	color: #fff;
}
.post_content .bt_box h4 {
	margin-bottom: 0;
}
.post_content .bt_box p {
	font-size: 12px;
	font-weight: bold;
}
.post_content dl.dl_style01 {
	display: block;
	margin-bottom: 1em;
}
.post_content dl.dl_style01 dt, .post_content dl.dl_style01 dd {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.8;
}
.post_content dl.dl_style01 dt {
	width: 12%;
	font-weight: bold;
}
.post_content dl.dl_style01 dd {
	width: 85%;
	padding-left: 5px;
}
/*20210617ADD*/
.post_content ul.li_style_tokusyu {
	margin: 0;
	padding: 0;
	margin-bottom: 1.3em;
}
.post_content ul.li_style_tokusyu li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.8;
}
.p_b {
	padding-bottom: 1.3em;
}
/*20210708ADD*/
@media only screen and (max-width: 767px) {
	.post_content h4.style4a span.span_web {
		display: block;
    	margin-left: 0;
    	width: 80px;
    	text-align: center;
	}
}
.post_content table.flat th, .post_content table.flat td {
	padding: 0 8px;
}
/*20210802ADD*/
@media only screen and (max-width: 767px) {
	.bn_link span {
		display: block;
	}
}
.post_content .bn_link {
	float: right;
	padding: 10px;
	background: #542989;
	color: #fff;
}
.post_content .bn_link a {
	color: #fff;
	text-decoration: underline;
}
/*20210819ADD*/
.circle_box {
	position: relative;
	margin-bottom: 1em;
	padding-top: 20px;
}
.post_content .circle_box .circle_pop {
	position: absolute;
	top: -25px;
	right: -20px;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 90px;
	border: 5px solid #fff;
	background: #542989;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	line-height: 1.6;
	box-sizing: border-box;
}
.post_content .circle_box span.circle_pop {
	font-size: 130%;
	padding: 25px 0;
}
.post_content .circle_box .circle_pop span {
	font-size: 140%;
	display: block;
}
@media only screen and (max-width: 767px) {
	.post_content .circle_box .circle_pop {
		right: 0;
	}
}
/*施設検索*/
#shisetsukensaku .um-left.um-half {
	width: 80%;
}
#shisetsukensaku .um-right.um-half {
	width: 16%;
}
#shisetsukensaku .um-col-alt {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.shisetsukensaku #page_header {
	height: 120px !important;
}
#shisetsukensaku.q_button {
	cursor: pointer;
}
.sign-up01 .um-field-area #kinmusakishisetsu-1043,
.sign-up01 .um-field-todofuken .um-field-area .select2-selection {
	background: #eee !important;
}
/*20211101ADD*/
.post_content .circle_box .circle_pop.lsize {
	top: -25px;
	right: -20px;
	width: 140px;
	height: 60px;
	border-radius: 10px;
	border: 5px solid #fff;
	font-size: 15px;
	padding: 5px 0;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.post_content .circle_box .circle_pop.lsize {
	right: 0;
	}
}
/*施設検索用*/
#shisetsukensaku span.um-req { 
	color: red !important;
}
#shisetsukensaku span.um-req::after { 
   content:"必須";
}
#shisetsukensaku label span:not(.um-req) {
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}
/*20211110*/
.wpcf7 .wpcf7-submit {
	font-size: 120% !important;
	background-color: #542989 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #8248C8 !important;	
}
/*20211222セミナー*/
.post_content .w_box {
	text-align: center;	
}
.post_content .w_box p {
	display: inline-block;
	/*min-width: 320px;*/
	max-width: 100%;
	padding: 2px 4px;
	margin: 10px auto;
	color: #542989;
	border: 2px solid #542989;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
}
/*20220107フォーム*/
.wpcf7 .txt_big input[type=checkbox] {
	transform: scale(2.0);
}
.wpcf7 .txt_big .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: bold;
}
.resp_input input[type="text"] {
  width: 80px;
}
.post_content p a.q_button {
	cursor: pointer;
}
/*20220201カスタムセミナー情報*/
.seminar_list p.catch_txt {
	padding: 30px 0;
}
.post_content .seminar_list table.border p {
	margin-bottom: 0;
}
.post_content .seminar_list {
	font-size: 16px;
}
.pdf_thum {
	text-align: center;
}
.pdf_thum img {
    height: auto;
    width: 150px;
    margin: auto;
	display:block;
}
@media screen and (max-width:650px) {
	.post_content .seminar_list {
		font-size: 14px;
	}
}
.single .post_content {
	font-family: 'Noto Sans JP', sans-serif !important;
}
.style5c {
	margin: 0 ;
    padding: 0.5em 0.85em;
    border: 2px solid #542989;
	border-radius: 6px;
    background: #fff;
    display: inline-block;
}
/*20220331*/
.fc_menu ul li:last-child {
	margin-bottom: 0;
}
/*20230323*/
#new_first_contents .fc_menu {
	margin-top: 0;
}
.index_content2 {
	padding: 35px 0;
}
#last_contents .ytube {
	margin-top: 0;
}
.home .post_content .style5b {
	margin: 0 0 30px 0 !important
}
.post_content ul.information {
	list-style: disc;
}
.post_content ul.information li {
	padding: 10px 0;
	font-size: 16px;
}
.post_content ul.information li p {
	margin: 0;
}
.back_top {
	margin: 60px auto 0;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.topics_date {
	text-align: right;
	color: #666;
	margin: 20px auto;
}
.post_flexwrap {
	display: flex;
	flex-wrap: wrap;
}
.post_flexwrap div.new_product_box {
	width: calc(50% - 60px);
	padding: 0 30px;
}
.post_content .new_product_box h5 {
	font-size: 22px;
}
.post_content .new_product_box h5 a {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.post_flexwrap {
		display: block;
	}
	.post_flexwrap div.new_product_box {
		width:100%;
		padding: 0;
	}
}
/*20230621_カタログ*/
.post_content table.tbl_resp td.temp_txt {
	text-align: left;
}
.post_content table.tbl_resp td.temp_txt span {
	font-size: 80%;
	color: #333;
    line-height: 1.6;
}
.post_content table.tbl_resp td.temp_txt span a {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .post_content table.tbl_resp td.temp_txt:before {
    	content: attr(data-label);
    	float: left;
    	font-weight: bold;
    	margin-right: 0;
    	width:100%;
  }
}
/*20230621_添付文書*/
@media screen and (max-width: 640px) {
  .post_content table.tbl_resp td.temp_num {
    	text-align: center;
  }
}
/*2025052 価格情報*/
.newest_archive {
	margin-bottom: 30px;
}
.newest_archive h2.catch.rich_font {
	font-weight: 600;
	text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 35px 0;
}
.newest_archive h2.catch.rich_font span {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.newest_archive h2.catch.rich_font span:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #542989;
    border-radius: 2px;
}
.newest_archive ul.information {
	padding: 15px;
	margin: 0;
	border: 1px solid #ddd;
	overflow: auto;
	height: 200px;
}
.newest_archive ul.information li {
	margin-left: 30px;
}
/*20250606*/
.fc_menu ul li {
	margin: 10px;
	padding: 5px;
}