@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.4;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";

}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
}

/*--- default */
body {
	background: #fff;
	text-align: center;
}


/* Link
----------------------------------------------------*/
a { color: #2E6C7C; text-decoration:none; }
a:hover,
a:active { color: #459e4c; text-decoration: underline; }
a:visited {
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}


table {
	font-size:100%;
	line-height:160%;
}

th,
td {
}
th {
}
td {
}

.m2 { margin-bottom:2px;}
.m5 { margin-bottom:5px;}
.m6 { margin-bottom:6px;}
.m7 { margin-bottom:7px;}
.m8 { margin-bottom:8px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m13 { margin-bottom:13px;}
.m14 { margin-bottom:14px;}
.m15 { margin-bottom:15px;}
.m16 { margin-bottom:16px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}
.m70 { margin-bottom:70px;}
.m80 { margin-bottom:80px;}
.m90 { margin-bottom:90px;}
.m100 { margin-bottom:100px;}

.ml10 { margin-left:10px; display:inline;}
.ml15 { margin-left:15px; display:inline;}
.ml20 { margin-left:20px; display:inline;}
.ml25 { margin-left:25px; display:inline;}
.ml23 { margin-left:23px; display:inline;}
.ml28 { margin-left:28px; display:inline;}
.ml30 { margin-left:30px; display:inline;}
.ml43 { margin-left:43px; display:inline;}
.ml10_o { margin-left:10px;}
.ml20_o { margin-left:20px;}

.mr3 { margin-right:3px; display:inline;}
.mr7 { margin-right:7px; display:inline;}
.mr10 { margin-right:10px; display:inline;}
.mr15 { margin-right:15px; display:inline;}
.mr20 { margin-right:20px; display:inline;}
.mr30 { margin-right:30px; display:inline;}
.mr10_o { margin-right:10px;}
.mr20_o { margin-right:20px;}

.p20 { padding-bottom:20px;}
.p90 { padding-bottom:90px;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.mt4 { margin-top:4px;}
.mt5 { margin-top:5px;}
.mt6 { margin-top:6px;}
.mt8 { margin-top:8px;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt28 { margin-top:28px;}

.flt { float:left;}
.flr { float:right;}

span.tar a{ text-align:right; float:right; font-weight:normal;}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
	background: url(../images/bg.jpg) top repeat-x;
	color: #333;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
}

#index {
	background:url(../images/bg.jpg) repeat-x;
}

#index #wrapper{
	background:url(../images/bg.jpg) repeat-x;
	width:100%;
}

#Page #wrapper{
	background:url(../images/bg2.jpg) repeat-x;
	width:100%;
}

#Page {
	background:url(../images/bg2.jpg) repeat-x;
}

#contactPage #wrapper{
	background:url(../images/bg2.jpg) repeat-x;
	width:100%;
}

#contactPage {
	background:url(../images/bg2.jpg) repeat-x;
}


#main{
	margin:0px auto;
	width:900px;
	text-align:left;
	line-height:1.5;
	font-size: 120%;
}

.locator {
	width:660px;
	float:left;
	height:28px;
	line-height:28px;
	background:#EEEEEE;
	text-indent:10px;
	font-size:12px;
	margin-bottom:14px;
}


#index #content {
	float:right;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.5;
	padding-bottom:20px;
	font-size:100%;
	z-index:100;
}

#Page #content {
	float:right;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.5;
	padding-bottom:20px;
	font-size:100%;
	z-index:100;
}

#contactPage #content {
	float:right;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.5;
	padding-bottom:20px;
	font-size:100%;
	z-index:100;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#index #header {
	width:100%;
	height:410px;
	float:left;
	background:url(../images/gnav_bg.jpg) no-repeat;
	background-position: center 90px;
	margin-bottom:10px;
}

#Page #header {
	width:100%;
	height:152px;
	float:left;
	margin-bottom:20px;
}

#contactPage #header {
	width:100%;
	height:152px;
	float:left;
	margin-bottom:20px;
}

#index #head{
	margin:0px auto;
	width:900px;
	position:relative;
	height:410px;
	z-index:1000;
}

#Page #head{
	margin:0px auto;
	width:900px;
	position:relative;
	height:152px;
	z-index:1000;
}

#contactPage #head{
	margin:0px auto;
	width:900px;
	position:relative;
	height:152px;
	z-index:1000;
}

#head h1{
	float:left;
	position:absolute;
	top:28px;
	left:0px;
	font-size:10px;
	color:#666;
	line-height:1.0;
}

.tel {
	position:absolute;
	top:33px;
	right:268px;
	float:left;
}

.mail {
	position:absolute;
	top:28px;
	right:0px;
	float:left;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer{
	width:100%;
	text-align:center;
	float:left;
	line-height:1.6;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x;
	color:#333;
	font-size:12px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#foot {
	width:900px;
	height:140px;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x;
	position:relative;
	text-align:center;
	line-height:1.8;
	overflow:hidden;
}



.pagetop {
	position:absolute;
	top:0;
	right:0px;
	float:right;
}

.fnav {
	margin-top:35px;
	color:#FFF;
}

#copy {
	margin-top:10px;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#index #nav {
	width:220px;
	float:left;
	overflow:hidden;
}

#Page #nav {
	width:220px;
	float:left;
	overflow:hidden;
}

#contactPage #nav {
	width:220px;
	float:left;
	overflow:hidden;
}

.nav_box {
	width:220px;
	position:relative;
	margin-bottom:20px;
}

.nav_bg {
}

.nav01 {
	position:absolute;
	left:5px;
	bottom:5px;
}

.nav_box02 {
	width:220px;
}

.nav_box02 ul {
	list-style-type:none;
}

.nav_box02 ul li {
}
.nav_box02 ul li + li {
	margin-top: 15px;
}

#gnav {
width:913px;
height:42px;
float:left;
position:absolute;
top:100px;
left:0;
z-index: 900;
}

#gnav ul {
list-style-type:none;
}

#gnav ul li {
float:left;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
.top_h2 {
	margin-bottom:20px;
	float:left;
}

.top_box {
	width:670px;
	float:left;
	margin-bottom:20px;
	position:relative;
}

.top_box01 {
	width:325px;
	background:url(../images/top_box01_bg.jpg) repeat-y;
	float:left;
	margin-right:10px;
	display:inline;
	position:relative;
}

.top_box01 ul {
	list-style-type:none;
	float:left;
	margin:13px 0 0 18px;
	display:inline;
	width:152px;
}

.top_box01 ul li {
	background:url(../images/icon01.jpg) no-repeat 0 4.5px;
	float:left;
	width:200px;
	text-indent:16px;
}

.top_img01 {
	margin-top:2px;
	margin-bottom:6px;
	float:left;
}

.top_img02 {
	float:right;
	margin-right:10px;
	display:inline;
}

.top_box01_top {
	float:left;
	width:325px;
	height:41px;
	overflow:hidden;
}

.top_box01_btm {
	float:left;
	background:url(../images/top_box01_btm.jpg) no-repeat;
	width:325px;
	height:10px;
	overflow:hidden;
}

.top_box02 {
	width:660px;
	float:left;
	background:url(../images/top_box02_bg.jpg) repeat-y;
}

.top_box02 dl {
	width:620px;
	margin-left:20px;
	border-bottom:1px dotted #cbcbcb;
	display:inline;
	float:left;
	padding-bottom:5px;
	margin-bottom:5px;
}

.top_box02 dl dt {
	width:110px;
	float:left;
	background:url(../images/icon01.jpg) no-repeat 0 6px;
	text-indent:13px;
}

.top_box02 dl dd {
	width:510px;
	float:left;
}

.top_box02_top {
	width:660px;
	height:34px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

.top_box02_btm {
	width:660px;
	height:23px;
	float:left;
	overflow:hidden;
	background:url(../images/top_box02_btm.jpg) no-repeat;
}

.top_box03 {
	width:660px;
	/*float:left;*/
	margin-bottom: 30px;
}

.top_box03 dl dt {
	display: block;
	margin-bottom: 10px;
}
.top_box03 dl dd {
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
}


.text_green {
	color: #00B200;
}
.top_box03 p {
	padding-left: 20px;
}
.top_box03 p 

.top_box03 ul {
	list-style-type:none;
}

.top_box03 ul li {
	width:650px;
	float:left;
	margin-left:10px;
	display:inline;
	margin-bottom:12px;	
}


/* company
------------------------------------------------------------------------*/
.inside_h2 {
	float:left;
	margin-bottom:25px;
}

.inside_h3 {
	float:left;
	margin-bottom:20px;
}

.inside_h4 {
	float:left;
	margin-bottom:10px;
}

/*.inside_h4 {
	display: block;
	margin-bottom:10px;
	font-size: 14px;
	color: #00B200;
	font-weight: bold;
	padding-left: 20px;
	background-image:url(../images/icon02.png);
	background-position: left center;
	background-repeat: no-repeat;	
}*/

.inside_box {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
}



.com_box {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
}

.com_box p {
	float:left;
}

.com_box01 {
	width:460px;
	float:right;
	overflow:hidden;
}

.com_box01 p {
	width: 460px;
	margin-bottom:10px;
}

.com_box02 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
	margin-bottom:50px;
}

*html .com_box02 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
	margin-bottom:50px;
	padding-bottom:10px;
}

*:first-child+html .com_box02 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
	margin-bottom:50px;
	padding-bottom:10px;
}

.com_box03 {
	width:630px;
	float:left;
	margin:10px 0 10px 10px;
	display:inline;
	background:#fff;
}

.com_box04 {
	width:610px;
	float:left;
	margin:12px 0 0 12px;
	display:inline;
	padding-bottom:12px;
}

.com_box04 p {
	margin-bottom:12px;
}

.com_box04 ul {
	list-style-type:none;
}

.com_box04 ul li {
	background:url(../images/icon01.jpg) no-repeat 0 6px;
	text-indent:13px;
}

.com_box05 {
	width:650px;
	float:left;
}

.com_box05 ul {
	list-style-type:none;
}

.com_box05 ul li {
	background:url(../images/icon01.jpg) no-repeat 0 6px;
	text-indent:13px;
}

.com_box06 {
	width:225px;
	float:right;
}

.com_box05 table td table.comtable tr td {
	padding: 2px 5px;
	vertical-align: top;
	border: none;
}
.com_box05 table td table.comtable tr td:nth-child(2) {
	text-align: right;
}


.com_box06 p {
	margin-bottom:10px;
}

table.tab{
	border-collapse:collapse;
	border:1px solid #ccc;
}
	
table.tab td{
	border-bottom:1px dotted #ccc;
	padding:15px;
	text-align:left;
}

table.tab th{
	border:1px solid #ccc;
	padding:15px;
	font-weight:bold;
	background:#CBF3D6;
	color:#00B200;
}

table.comtbl{
	border-collapse:collapse;
	border:1px solid #ccc;
}
	
table.comtbl td{
	border-bottom:1px dotted #ccc;
	padding:15px;
	text-align:left;
}

.inside_box .com_box05 table.comtbl th{
	border:1px solid #ccc;
	padding:15px;
	font-weight:bold;
	background:#CBF3D6;
	color:#00B200;
	text-align: center;
}

.com_box07 {
	width:670px;
	float:left;
	position:relative;
	margin-left:10px;
	display:inline;
}
.com_box07 ul {
	list-style-type:none;
}

.com_box07 dl {
	width: 151px;
	margin: 0 12px 12px 0;
	float: left;
}
.com_box07 dt {
	background: url(../images/staff_back.jpg) repeat-y;
	padding: 5px;
	text-align: center;
	margin: 0 0 5px 0;
}
.com_box07 dd {
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	text-align: center;
}
.com_box07 dd span {
	color: #3BA247;
	font-size: 10px;
	font-weight: normal;
	padding: 0 5px 0 0;
}
.com_box07 dd+dd {
	font-size: 12px;
	color: #999;
	text-align: center;
}

/*

.com_box07 ul li {
	border: 1px solid #3BA247;
	width: 198px;
	float:left;
	margin:0 17px 17px 0;
	display:inline;
}
.com_box07 dl {
	margin: 10px 0 0 0;
}
.com_box07 dt {
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 0 20px;
}
.com_box07 dt span {
	color: #3BA247;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px 0 0;
}
.com_box07 dd {
	text-align: center;
	margin: 0 0 10px 0;
}
.com_box07 li p {
	color: #333333;
	text-align: left;
	padding: 0 8px 10px 8px;
}
*/

/* service
------------------------------------------------------------------------*/
.ser_box01 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:url(../images/ser_box_bg.jpg) repeat-y;
}

.ser_box01_top {
	width:650px;
	height:61px;
	float:left;
	overflow:hidden;
}

.ser_box01_btm {
	width:650px;
	height:29px;
	float:left;
	overflow:hidden;
	background:url(../images/ser_box_btm.jpg) no-repeat;
}

.ser_box02 {
	width:620px;
	float:left;
	margin-left:18px;
	display:inline;
}

.ser_box02 p {
	float:left;
	margin-right:34px;
	display:inline;
}

.ser_box02 ul {
	list-style-type:none;
	float:left;
	margin-top:20px;
	width:140px;
}

.ser_box02 ul.short {
	list-style-type:none;
	float:left;
	margin-top:20px;
	width:116px;
}
.ser_box02 ul.long {
	list-style-type:none;
	float:left;
	margin-top:20px;
	width:190px;
}
.ser_box02 ul li {
	background:url(../images/icon01.jpg) no-repeat 0 3px;
	text-indent:15px;
}

/* policy
------------------------------------------------------------------------*/
.inside_box02 {
	width:630px;
	float:left;
	margin-left:27px;
	display:inline;
}

.inside_box02 ul {
	list-style-type:none;
}

.inside_box02 ul li {
	margin-left:1em;
	text-indent:-1em;
}

.po_box {
	width:610px;
	float:left;
	margin:12px 0 0 12px;
	display:inline;
	padding-bottom:12px;
}

.po_box01 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
}

*html .po_box01 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
	padding-bottom:10px;
}

*:first-child+html .po_box01 {
	width:650px;
	float:left;
	margin-left:8px;
	display:inline;
	background:#EFEFEF;
	padding-bottom:10px;
}

.po_box p {
	margin-bottom:0px;
}

.po_box ul {
	list-style-type:none;
}

.po_box ul li {
	background:url(../images/icon01.jpg) no-repeat 0 6px;
	text-indent:13px;
}

.po_box dl {
	width:610px;
}

.po_box dl dt {
	width:100px;
	float:left;
	text-align: left;
}

.po_box dl dd {
	width:510px;
	float:left;
	text-align: left;
	height: 20px;
	padding: 1px 0 0 0;
}


table.tab2{
	border-collapse:collapse;
	border:1px solid #ccc;
}
	
table.tab2 td{
	border-bottom:1px dotted #ccc;
	padding:15px;
	text-align:left;
}

table.tab2 td table {
	border-collapse:collapse;
	border:0px solid #ccc;
}

table.tab2 td table td {
	border:none;
	padding:5px;
}

table.tab2 td table th {
	border:none;
	padding:0px;
}

table.tab2 th{
	border:1px solid #ccc;
	padding:15px;
	font-weight:bold;
	background:#CBF3D6;
	color:#00B200;
	margin:0;
}

.contact_box {
	width:650px;
	float:left;
	margin-left:5px;
	display:inline;
}

/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 80px;
}
#contactPage form .input4 {
	width: 50px;
}


/* submit area style
----------------------------------------------------*/
#contactPage div#submit {
	margin-top: 30px;
	text-align: center;
}
#contactPage div#submit input {
	width: 180px;
	height: 45px;
	border: none;
}
#contactPage div#submit ul#btnSet {
	width: 400px;
	margin: 0 auto;
	list-style-type:none;
}
#contactPage div#submit input#conf {
	background: url(../images/contact_btn_confirm_off.png) no-repeat left top;
}
#contactPage div#submit input#conf:hover {
	background: url(../images/contact_btn_confirm_on.png) no-repeat left top;
}
#contactPage div#submit input#reset {
	background: url(../images/contact_btn_reset_off.png) no-repeat left top;
}
#contactPage div#submit input#reset:hover {
	background: url(../images/contact_btn_reset_on.png) no-repeat left top;
}
#contactPage div#submit input#send {
	background: url(../images/contact_btn_send_off.png) no-repeat left top;
}
#contactPage div#submit input#send:hover {
	background: url(../images/contact_btn_send_on.png) no-repeat left top;
}
#contactPage div#submit input#back {
	background: url(../images/contact_btn_back_off.png) no-repeat left top;
}
#contactPage div#submit input#back:hover {
	background: url(../images/contact_btn_back_on.png) no-repeat left top;
}

/* text style
----------------------------------------------------*/
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
#contactPage p.formError {
	color: #f00;
	text-align: center;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}

.must {
	float: right;
	width: 44px;
	height: 22px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/mfp_must.gif);
	text-indent:-50000px;
	display:block;
}

.must2 {
	float: right;
	width: 60px;
	height: 16px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	background-image:url(../images/mfp_must2.gif);
	text-indent: -50000px;
}

.han {
	font-size:12px;
	font-weight:lighter;
	color:#333;
}
.greeting {
	padding-left: 7px;
	margin-bottom: 30px;
}


.ser_box {
	margin: 0 0 30px 30px;
}
/*.ser_box p {
	margin-bottom:10px;
}*/

.pph4 {
	font-weight: bold;
	color: #20BB1F;
}
.inside_box02 p + p {
	margin-top: 1em;
}

.fdlayoutBox {
}
.fdlayoutBox h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 30px;
  background: url("../images/common/iconh3.png") no-repeat 10px 7px;
  border-bottom: 1px solid #00B200;
  clear: both;
}
.fdlayoutBox * + h3 {
  margin-top: 30px;
}
.fdlayoutBox p + p {
  margin-top: 1em;
}

.fd_dl {
  margin-top: 1em;
}
.fd_dl dt {
  font-weight: bold;
}
.fd_dl dd {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}

.tablelayout {
  width: 100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
  margin-top: 20px;
}
.tablelayout th,
.tablelayout td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
  font-size: 100%;
}
@media all and (max-width: 950px) {
  .inside_h4.pph4,
  table.comtbl th,
  table.comtbl td,
  .tablelayout th,
  .tablelayout td {
    font-size: 18px;
  }
}
.tablelayout th {
  width: 50%;
	font-weight:bold;
	background:#CBF3D6;
	color:#00B200;
	text-align: center;
}

.fd_link {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
}
.fd_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  background: #00B200;
  border-radius: 5px;
  padding: 5px 30px;
  margin-top: 20px;
  text-decoration: none;
  transition: .3s;
}
.fd_link a:hover {
  opacity: 0.7;
}
.fd_link a:after {
  content: "";
  border-top: 3px solid transparent;
  border-left: 5px solid #FFF;
  border-bottom: 3px solid transparent;
}

.company_dllist {
  display: flex;
  gap: 1em;
}
.company_dllist +.company_dllist {
  margin-top: 5px;
}
.company_dllist dt {
}
.company_dllist dd {
  flex: 1;
}

*.fnone {
  float: none;
  margin-left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
.dlindent dd {
  padding-left: 1em;
  text-indent: -1em;
}

.kpiflex {
  gap: 15px;
}


