@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
font-family
--------------------------------------------------------------------------------------- */

@font-face{
    font-family: 'NotoSansJP';
    src:url(../../../common/font/NotoSansJP-Thin.otf);
    font-weight:100;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../../../common/font/NotoSansJP-Light.otf);
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../../../common/font/NotoSansJP-Regular.otf);
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../../../common/font/NotoSansJP-Bold.otf);
    font-weight:700;
    font-style:normal;
}

.mt60{margin-top:50px;}

.fa_wrapper{
    width: 960px;
    margin:60px auto;
	font-family: "NotoSansJP";
	font-display: swap;
}

/*sec1 -------------------------------------------------------------*/
.sec1 .sec1_title{
    background: url("../img/fanuc_robot/1.jpg") no-repeat;
    width: 960px;
    height: 240px;
    position: relative;
    padding: 10px 0 0 37px;
}
.sec1 .sec1_title h2{
    color: #ae2822;
    font-size: 48px;
    line-height: 72px;
    text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF,
        -2px 2px 2px #FFF,  2px -2px 2px #FFF,
        2px 0 2px #FFF, -2px  0 2px #FFF,
        0 2px 2px #FFF,  0 -2px 2px #FFF;
}
.sec1 .model_box{
    width:960px;
    margin: 45px auto 0px;
}
.sec1 .model_box:nth-child(3){margin-top: 100px;}
.sec1 .model_box figure{
    margin: 0!important;
    paddin:0!important;
}
.sec1 .model_box figure img{
    width: 100%;
}

/*動画*/
.sec1 .model_box:nth-child(3).list_inner{margin: 10px 0 0;}
.model_box .list_inner h3{
    font-size:24px;
    display: inline-block;
    border-bottom: solid 4px #eccb00;
    width:480px;
    padding-bottom: 5px;
    color:#333;
    margin-bottom: 30px;
}
.model_box .list_inner h4{
    font-size:18px;
    padding-bottom: 5px;
    color:#333;
    margin-bottom: 5px;
}

.model_box .list_inner p{
    height: 226px;
}
.more_link_box a{
    display:block;
    width: 400px;
    padding: 5px 0 8px;
    text-align: center;
    font-weight: bold;
    color:#ae2822;
    background: #eccb00;
    font-size:18px;

}
.more_link_box a:hover{opacity: 0.8; text-decoration: none;}


/*sec2 -------------------------------------------------------------*/
 .sec2 h2{
     text-align: left;
     font-size:24px;
     font-weight: normal;
     color: #000;
     line-height: 1.5em;
     border-bottom: solid 1px #000;
}
.sub_title{
    font-size: 36px;
    font-weight: bold;
    color:#ae2822;
    background:#eccb00;
    padding: 15px;    
    text-align: center;
    margin: 50px 0 40px;
}
.first_list{margin: 10px 0 10px;}
.first_list li{display:inline-block; width: 31%; margin: 0 0 0 2.8%; padding: 10px 0 0; border:solid 1px #595757; }
.first_list li:first-child{margin: 0 0 0 0%;}
.first_list li:hover{opacity: 0.8;}
.first_list li a{text-decoration: none;}
.more_link{
    background: #eccb00; 
    padding: 5px 0; 
    color: #ae2822; 
    text-align: center;
    width:100%;
    display: block; 
    margin:10px 0 00px;
    font-size: 16px;
    font-weight: bold;
}


.first_list .video_link{text-align: center;}
.anchor{margin: 15px 0 50px;}
.anchor li{border:none; width:31.2%; padding: 0 0 0 0;}
.first_list .video_link a{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 20px 0 30px;
    width:100%;
    color:#ae2822;
    background:#eccb00;
}
.first_list .video_link a::after{
    content: "";
    display: block;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -72%);
    width: 42px;
    height: 16px;
    background: url("../img/fanuc_robot/arrow.jpg") no-repeat;
    background-size: 100%;;
}


.second_list{margin:0px 0 30px;}
.second_list .list_title{
    font-size:30px;
    font-weight: bold;
    color:#ae2822;
    padding-left: 10px;
    border-left : solid 18px #eccb00;
    margin:0px 0 30px;
}
.second_list h3{
    font-size:24px;
    display: inline-block;
    border-bottom: solid 4px #eccb00;
    padding-bottom: 5px;
    color:#333;
    margin-bottom: 30px;
}
.second_list h4{
    font-size:18px;
    padding-bottom: 5px;
    color:#333;
    margin-bottom: 5px;
}
.left_contents,.right_contents{display: inline-block;  vertical-align: top;}
.left_contents{padding: 0px 0 0 0px; margin:0 25px 0 0 ;}
.left_contents a{
    position:relative;
    display:block;
    width: 400px;
    height: 305px;

}
.left_contents a:hover{opacity: 0.8;}
.left_contents a::before{
    position: absolute;
    content: "動画を再生▶";
    font-size:18px;
    width:98%;
    max-width:400px;
    margin: 0 auto;
    padding: 5px 0 8px;
    text-align: center;
    font-weight: bold;
    color:#ae2822;
    background: #eccb00;
    top:74%;
    left: 5px;
    display:block;
}
.left_contents a img{text-align: center; width:98%; padding: 5px; }
.right_contents p{
    font-size:16px;
    color:#333;
    font-weight: bold;
    line-height: 2.0rem;
    width: 520px;
    padding: 0px 0 0;
}
.txt11{font-size: 12px; line-height: 18px;}

.up{text-align: right;}
.up:hover{opacity: 0.8;}


