@charset "utf-8";

/*  2021.03.23 update  ver.001---------------------*/

/* index_02.html　組込み型サーボシステムコントローラ
//////////////////////////////////////////////*/

/*　画像下のリンク　スマホのみ表示*/

.fa-column_item .fa-normal_list ul{display:flex;}

@media only screen and (max-width: 768px){
.fa-normal_list ul li{list-style-type: none; margin-left: 0;}
}


/* シリーズアイコン
------------------------------*/
.icon_motion{background-color: #DC8B5F;color: #000;}/*オレンジ*/
.icon_simple{background-color: #E5BE19;color: #000;}/*黄色*/
.icon_position01{background-color: #85C3AE;color: #000;}/*緑*/
.icon_position02{background-color: #75AEC9;color: #000;}/*青*/

@media only screen and (max-width: 768px){
.motionArea .fa-text{margin-bottom: 5px;}
}

/*機能例
---------------------------*/
.function_area {margin-bottom: 20px;}
.function_area h4{ margin-top: 25px; font-size: 12px; font-weight: 700;}
div.function_area { background-color: #f4f7f8;}
div.function_area  p { border-bottom: 1px solid #e5e5e5;padding: 10px 15px;margin: 10px 0 15px 0;}
.function_area ul li{ display: inline-block; color: #FFF; padding: 3px 12px;margin: 0px 0 15px 10px; text-align: center; line-height: 1.5;}
.function_area ul.motion_sw li{background-color: #db8b60; }
.function_area ul.motion_cl li{background-color: #8971b0; }
.function_area ul.simple li{background-color: #e1b400; }
.function_area ul.position li{background-color: #4ea2b1; }

@media only screen and (max-width: 768px){
.function_area h4{ font-size: 14px;}
.function_area ul li{ font-size: 14px;}
}

