@charset "utf-8";

/*  2021.03.18 update  ver.001---------------------*/


/* index.html　サーボシステムコントローラ
//////////////////////////////////////////////*/

dl.dl-nomal:nth-of-type(3){margin-bottom: 40px;}


@media only screen and (max-width: 768px){
.fa-normal_list ul li{list-style-type: none; margin-left: 0;}
dl.dl-nomal:nth-of-type(3){margin-bottom: 0px;}
dl.dl-nomal{margin-bottom: 0;}
}


/*プログラミング
---------------------------------------------*/
div.program_title{font-size: 100%;line-height: 1.5;background-color: #000;	text-align: center;		color: #fff; padding: 10px 0;}
.program_box{padding: 0.5em;background: #dddddd;border: solid 1px #b7b7b7; margin-bottom: 20px;}
div.con_item3 div.div_item {margin-bottom: 0;}
div.div_item p.program_sub_title{font-size: 100%;line-height: 1.5;color: #fff;background-color: #000;text-align: center;padding: 15px 0;margin-bottom: 6px;}
div.div_item div.program_image_box{	text-align: center;	background-color: #FFFFFF;	border: solid 1px #b7b7b7;}
div.div_item img{max-width: 100%; height: auto;}


/* シリーズアイコン
------------------------------*/
dl.dl-nomal dt{color:#a91e24; margin-bottom:0; }
dl.dl-nomal dt .bg_icon{margin: 0 5px 2px 0;}
dl.dl-nomal dt div.bg_icon:nth-of-type(1){margin-left: 5px;}
.icon_iq-r{background-color: #a28dbc;color: #000;}/*紫*/
.icon_iq-f{background-color: #e6bd00;color: #000;}/*黄色*/
.icon_q{background-color: #c88ca0;color: #000;}/*ピンク*/
.icon_l{background-color: #d3925e;color: #000;}/*オレンジ*/

@media only screen and (max-width: 768px){
dl.dl-nomal dt .bg_icon{font-size: 12px;}
dl.dl-nomal dt div.bg_icon:nth-of-type(1){margin-left: 0;}
}

