/*e_actuator.css*/


.actuatorMain {
    width: 100%;
    height: 240px;
    background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/main_bk_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.actuatorMain_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 45px;
    position: relative;
}

.actuatorMain_img {
    width: 650px;
    position: absolute;
    top: 45px;
    right: -10%;
}


.actuatorMain h1 {
    font-size: 46px;
    font-weight: 500;
}

.actuatorMain p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #0072C1;
    height: 38px;
    width: fit-content;
    padding: 2px 20px;
    position: relative;
    margin-bottom: 15px;
}

.actuatorMain p:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 0 32px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    top: 0;
    right: -32px;
}

.act_topLink {
    width: 1120px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/top_link_bk.png);
    background-repeat: repeat;
    background-color: #F5F5F5;
    padding: 45px 40px 40px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.act_topLink > p {
    font-size: 26px;
    font-weight: 500;
    position: relative;
}

/*——　文字の右にライン　——*/
.act_topLink > p {
    display: flex;
    align-items: center;
}

.act_topLink > p:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.act_topLink > p:after {
    margin-left: 1rem;
}

.act_topLink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.act_topLink ul li {
    width: 248px;
    height: 108px;
    background-color: #0072C1;
    margin-bottom: 12px;
    padding: 4px;
}

.act_topLink ul::before{
  content:"";
  display: block;
  width:248px;
  order:1;
}
.act_topLink ul::after{
  content:"";
  display: block;
  width:248px;
}

.act_topLink ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.act_topLink ul li a span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.act_sec_title_w {
    width: 100%;
    min-width: 1120px;
    height: 68px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/top_line_w.png);
    background-repeat: no-repeat;
    background-size: 100% 43px;
    background-position: left bottom;
}

.act_sec_title_w.act_pro {
    min-height: 52px;
    background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/top_line_b.png);
    background-size: 100% 52px;
}

.act_sec_inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

.act_sec_title_w h2 {
    font-size: 26px;
    font-weight: 600;
}

.act_sec_title_w h2 span {
    color: #0072C1;
    display: block;
    font-size: 14px;
}

.act_proList {
    padding-bottom: 100px;
    padding-top: 50px;
    background: #fff;
    background: -moz-linear-gradient( #F2F9FF 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F9FF), to(#ffffff));
    background: -webkit-linear-gradient( #F2F9FF 0%, #ffffff 100%);
    background: -o-linear-gradient( #F2F9FF 0%, #ffffff 100%);
    background: linear-gradient( #F2F9FF 0%, #ffffff 100%);
}

.act_proList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto;
}

.act_proList ul::before{
    content:"";
    display: block;
    width: 270px;
    order:1;
}
.act_proList ul::after{
    content:"";
    display: block;
    width: 270px;
}

.act_proList ul li {
    width: 270px;
    height: 214px;
    margin-bottom: 10px;
}

.act_proList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #C0C0C0;
    padding: 15px 15px 15px 15px;
}

.act_proList ul li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.act_proList ul li a > span {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.act_proList ul li a .act_pro_img {
    width: 230px;
    margin: 0 auto;
}

.act_proList ul.no_pro li {
    height: 76px;
}

.act_proList ul.no_pro li a > span {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*hover*/
.act_proList ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.act_proList ul li a:hover::after {
    opacity: 0.3;
}

.act_news_wrap {
    width: 100%;
    background-color: #fff;
}

.act_news_inner {
    width: 1120px;
    margin: 0 auto;
    padding: 60px 40px 70px;
}

.act_news {
    width: 100%;
    padding: 30px 30px 50px;
    border: 1px solid #E6E6E6;
    border-top: 6px solid #0072C1;
}

.act_news h3 {
    font-size: 16px;
    color: #1876BD;
    text-align: center;
    margin-bottom: 30px;
}

.act_news dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.act_news dl dt {
    width: 140px;
    padding-right: 30px;
    padding: 15px 0 15px;
    border-bottom: 1px solid #C0C0C0;
}

.act_news dl dd {
    width: calc(100% - 170px);
    padding: 15px 0 15px;
    border-bottom: 1px solid #C0C0C0;
}

.act_news dl dt:nth-last-child(2),
.act_news dl dd:last-child {
    border-bottom: none;
}

.act_news dl dd span.new {
    color: #B72527;
    font-size: 14px;
    margin-left: 5px;
}

.act_news dl dd a:hover {
    color: #1876BD;
    text-decoration: underline;
}

.ele_news {
    width: 1120px;
    border-top: 6px solid #0072C1;
}

.ele_news h3 {
    font-size: 16px;
    color: #1876BD;
    text-align: center;
    margin-bottom: 30px;
}

.act_movie_inner {
    width: 1120px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

ul.act_movie {
    display: flex;
    justify-content: center;
}

ul.act_movie > li {
    width: 256px;
    margin-right: 30px;
}

ul.act_movie > li:nth-child(3n) {
    margin-right: 0;
}

ul.act_movie > li .fs12 {
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.act_movie > li h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 15px;
    line-height: 1.2;
}

ul.act_movie > li ul.act_movie_detail {
    border-top: 2px solid #D7DBE5;
    padding-top: 10px;
}

ul.act_movie > li ul.act_movie_detail > li {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
}

ul.act_movie > li ul.act_movie_detail > li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0072C1;
    position: absolute;
    top: 5px;
    left: 0;
}

#e_act_container {
    padding-bottom: 50px;
}

.act_subMenu_wrap {
    width: 100%;
    background-color: #1D1D1D;
}

.act_subMenu_inner {
    width: 1120px;
    margin: 0 auto;
}

ul.act_subMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 48px;
}

ul.act_subMenu > li:first-child a span {
    border-right: 1px solid #fff;
}

ul.act_subMenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

ul.act_subMenu > li > a > span {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

ul.act_subMenu > li > p {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

ul.act_subMenu > li > p > span {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}








ul.act_subMenu li {
    height: 48px;
    position: relative;
}

ul.act_subMenu > li > ul {
    background-color: #1D1D1D;
    flex-direction: column;
    opacity: 0;
    max-height : 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    width: 240px;
    position: absolute;
    right: 0;
    padding: 20px 20px 10px 20px;
    z-index: 9;
}

ul.act_subMenu > li > ul.open {
    opacity: 1;
    max-height : 1000px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.act_subMenu > li > ul li {
    margin-bottom: 15px;
    height: auto;
}

ul.act_subMenu > li > ul li a {
    text-align: left;
    padding: 0;
}

ul.act_subMenu > li > ul li a span {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

ul.act_subMenu > li > ul li a span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
    transform: rotate(45deg);
}

ul.act_movie > li > div > a {
    display: block;
}

ul.act_movie > li > div > a > img {
    display: block;
}

.main_img02 {
    position: relative;
}

p.specTitle {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

p.specTitle_en {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

/*---------------------------------------------
  サブメニュー改修分24/10
  ---------------------------------------------*/
.nav {
    width: 100%;
    background-color: #1D1D1D;
}

ul.list_e5 {
  padding: 0;
  list-style: none;
  color: #FFF;
    height: 48px;
padding-top:10px;
padding-left:720px;

}

.list_e5 a {
  color: #FFF;
  text-decoration: none;

}

.list_e5 {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #000;
  font-size: 16px;

}

ul.list_e5 > li:first-child a  {
    border-right: 1px solid #fff;
	padding-right:30px;
}


.link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .15s;
  font-size: 16px;
padding:2px 20px;
cursor: pointer;
}


.link-hover::after {
  content: '▼';
  font-size: 14px;
}

.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 20px 10px 30px 10px;
  background-color: #000;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(-50%, 100%);
    width: 280px;
z-index:10;
}

.link:hover > .dropDown,
.link:focus > .dropDown {
  display: block;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
margin-right:20px;

}

.dropDown__link {
  padding: 10px 20px;
  transition: color .15s;
  font-size: 14px;
}


.dropDown__link:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
    transform: rotate(45deg);
}







@media screen and (max-width: 768px) {
    #e_act_container {
        padding-bottom: 20px;
    }
    .actuatorMain {
        height: 115px;
        background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/main_bk_sp.png);
    }
    .actuatorMain_inner {
        width: 100%;
        padding: 10px 10px 10px;
    }
    .actuatorMain h1 {
        font-size: 19px;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    .actuatorMain_img {
        width: 140px;
        top: 15px;
        right: 10px;
    }
    .actuatorMain p {
        font-size: 14px;
        height: 24px;
        padding: 2px 5px 2px 10px;
        position: relative;
        z-index: 1;
    }
    .actuatorMain p:after {
        border-width: 24px 0 0 18px;
        right: -18px;
    }
    .act_subMenu_wrap {
        margin-top: 50px;
    }
    .act_subMenu_inner {
        width: 100%;
    }
    ul.act_subMenu > li > a > span {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.act_subMenu > li > p > span {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.act_subMenu {
        height: 40px;
    }
    ul.act_subMenu li {
        height: 40px;
    }
    .act_topLink {
        width: 100%;
        margin: 20px auto 20px;
        padding: 20px 25px 20px 25px;
    }
    .act_topLink > p {
        font-size: 18px;
    }
    .act_topLink > p span {
        font-size: 18px;
    }
    .act_topLink ul {
        display: block;
    }
    .act_topLink ul li {
        width: 100%;
        height: 56px;
        margin-bottom: 5px;
    }
    .act_topLink ul li a span {
        font-size: 14px;
    }
    .act_sec_title_w {
        min-width: 100%;
        background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/top_line_w_sp.png);
        height: 52px;
        min-height: 40px;
        background-size: 100% 40px;
    }
    .act_proList {
        padding: 20px 10px 20px 10px;
    }
    .act_proList ul {
        width: 100%;
    }
    .act_proList ul li {
        width: 49%;
        height: 158px;
    }
    .act_proList ul li a > span {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .act_proList ul li a .act_pro_img {
        max-width: 95%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .act_sec_title_w h2 {
        font-size: 18px;
        margin-left: 10px;
    }
    .act_sec_title_w h2 span {
        font-size: 12px;
    }
    .act_sec_inner {
        width: 100%;
    }
    .act_sec_title_w.act_pro {
        background-image: url(/assets/smc_img/products/pickup/ja-jp/electric_actuator/t/top_line_b_sp.png);
        height: 52px;
        min-height: 40px;
        background-size: 100% 40px;
    }
    .act_news_inner {
        width: 100%;
        padding: 30px 10px 45px 10px;
    }
    .act_news {
        padding: 20px 10px 30px;
    }
    .act_news dl {
        display: block;
    }
    .act_news dl dt {
        width: 100%;
        padding: 10px 0 0;
        border-bottom: none;
    }
    .act_news dl dd {
        width: 100%;
        padding: 5px 0 10px;
    }
    .act_movie_inner {
        width: 100%;
        padding-top: 20px;
    }
    ul.act_movie {
        display: block;
        padding: 0 10px;
    }
    ul.act_movie > li {
        width: 100%;
        margin: 0 auto;
    }
    ul.act_movie > li .fs12 {
        font-size: 10px;
    }
    ul.act_movie > li h3 {
        font-size: 14px;
        margin: 20px 0 10px;
    }
    ul.act_movie > li > div > a > img {
        margin: 0 auto;
    }
    .act_proList ul li a {
        padding: 10px 10px 10px;
    }
    .act_proList ul.no_pro li {
        height: 56px;
    }
    .act_news h3 {
        margin-bottom: 15px;
    }
    
   .info_content {
    width: 100%;
    padding: 20px 10px;
}

.infoCont ul li ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infoCont ul li ul li {
    margin-right: 10px;
}


.infoCont ul li ul li:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.infoCont ul li ul li:nth-child(2) {
/*    padding: 8px 0;*/
}
 
    
}

/*---------------------------------------------
  用語集　検索
  ---------------------------------------------*/

.search_box_el {
    background: #f2f2f2;
      height: 190px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.search_el{
	display:block;
	width:100%;
	line-height:30px;
	padding:0;
	margin-bottom:20px;
}

.search_el label{
    display: block;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    color: #333;
}

.search_box_el_en {
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.chara {
    display: block;
    float: left;
    margin-left: 10px;
}

.chara a, .chara span {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #0072c1;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
}

.chara .w_disabled {
    background-color: rgba(51,51,51,0.4);
}

.chara a:hover {
    box-shadow: 0 0 0 2px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
.glossary_box{
	display:block;
    margin-left: 10px;
    margin-right: 10px;
}
.glossary_kw{
	display:block;
	font-size:18px;
	line-height18px;
	padding-bottom:10px;
	color:#0074BF;
	font-weight:bold;
}
.glossary_q{
	color:#94B4DE;
}
h5{
	font-weight:bold;
	color:#0074BF;
	font-size:15px;
}

.glossary_a{
	margin-top:5px;
	margin-bottom:15px;
	line-height:18px;
}

.glossary_a img{
	margin:15px auto 10px auto;
}

.myhr{
	margin:10px auto 10px auto;
	background-color:#CCC;
}

@media screen and (max-width: 768px) {
.search_box_el {
      height: 300px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.search_box_el_en {
    padding: 10px 15px;
    margin-bottom: 20px;
}
.glossary_a img{
	width:100%;
}
.main_img02 {
    position: relative;
    padding: 0 10px;
}

p.specTitle {
    font-size: 14px;
    top: 12px;
    left: 20px;
    line-height: 1.2;
}

p.specTitle_en {
    font-size: 16px;
    top: 12px;
    left: 20px;
    line-height: 1.2;
}

}
/*---------------------------------------------
  新着ニュース
  ---------------------------------------------*/
.act_news dl dd span.productIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/product_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.act_news dl dd span.e-toolIc:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(/assets/smc_img/common/e_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.act_news dl dd span.supportIc:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/support_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
.act_news dl dd span.otherIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/other_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: -16px;
    margin-right: 8px;
}
.act_news dl dd span {
    width: 120px;
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

/*-------------------------------------------------------------------------------------
  電動アクチュエータ/スライダタイプ(LEJS,LETシリーズ)ロボット対応
  --------------------------------------------------------------------------------------*/
.sub_title01 {
	font-size:16px;
	line-height: 20px;
	padding-bottom:10px;
	font-weight:bold;
}

.sub_title02 {
	font-size:20px;
	line-height: 20px;
	padding-bottom:10px;
	font-weight:bold;
}
.caer01 {
	font-size:14px;
	line-height: 26px;
}

.cau_note {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width:832px;
    margin: 20px 0;
    border: 2px solid #f70909;
}


.cau_note .cau_note_l {
    margin-right: 8px;
    background: #f70909;
}

.cau_note .cau_note_l p {
    font-size: 18px;
    color: #fff;
    padding: 3px 8px;

    white-space: nowrap;
}

.cont_inner h2.noteTitle:before {
    content: none;
}

.cau_note .cau_note_r p {
    color: #f70909;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.tbck {
    background: #e8efef;
}

/*---------------------------------------------
  動画エリア
  ---------------------------------------------*/

.act_movie_wrap {
    width: 1120px;
    margin: 0 auto;
    }

.video_r_area_v {
    padding-top: 15px;
    padding-bottom: 20px;
}


.video_r_area_v ul {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
flex-wrap: wrap;


}

.video_r_area_v ul li {
    width: 270px;
    height: 270px;
    position: relative;
    border: 1px #c8c8c8 solid;
    margin-bottom: 46px;
    margin-left: 5px;
    margin-right: 6px;
}

.video_r_area_v ul li.none{
    width: 270px;

    height: 270px;
    position: relative;
    border: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 6px;
}

.video_r_area_v  ul li a {
    position: relative;
    display: block;
    width: 270px;
    height: 270px;
    padding: 0;
    padding-bottom: 20px;
}

.video_r_area_v > ul li:nth-child(4n) {
    margin-right: 0!important;
}
.video_r_area_v ul li img {
    width: 99%;
    margin: 0 auto;
}

@media screen and (min-width:767px) {
.video_r_area_v ul li:hover {
    width: 100%;
    max-width: 270px;
    height: 270px;
    position: relative;
    border: 1px solid #c8c8c8;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 6px;
}
.video_r_area_v ul li.none:hover {
    width: 100%;
    max-width: 270px;
    height: 270px;
    position: relative;
    border: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 6px;
}
}

/*hover処理*/
@media screen and (min-width:767px) {
.video_r_area_v ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #dadada;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
}

.video_r_area_v ul li a:hover::after {
    opacity: 1.0;
}
/*hover処理*/



.video_r_area_v ul li span {
    text-align: left;
    width: 90%;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #5a5a5a;
}


.video_r_area_v .sub_t {
    width: 100%;
    height: 47px;
    font-size: 12px;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-left: 10px;
}

.ss_t {
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
}


.link_textb_v{
    width:  274px;
	font-size:15px;
    margin-top: 2px;
    padding-left: 10px;
	font-weight:bold!important;
    margin-bottom: 16px;
      display: inline-block;
      text-align: left;
}

.link_textb_v a{
    width:  274px;
    height: 10px!important;
	color:#0074BF;
	font-size:inherit;
	font-weight:bolder!important;
}

.link_textb_v a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 6px;
}




@media screen and (min-width:767px) {
.video_r_area_v ul li .link_textb_v a:{
    border: 0px solid #ffffff;
}

.video_r_area_v ul li .link_textb_v a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid #ffffff;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
}


@media screen and (max-width: 768px) {
.act_movie_wrap {
        padding: 10px ;

    }

 .video_r_area_v {
        width: 42%;
        padding-top: 20px;
    }

.video_r_area_v ul {
    width: 100%;

}
.video_r_area_v ul li{
    width: 48%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
}
.video_r_area_v  ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.video_r_area_v ul li img {
    width: 100%;
    margin: 0 auto;
}
.video_r_area_v > li:nth-child(2n) {
    margin-right: 0;
}
}



/*---------------------------------------------
  ボタン
  ---------------------------------------------*/
.button_area {
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
}

.button_area ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
   margin-bottom:16px;
}

.button_area ul li {
    width: 400px;
    height: 56px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
}

.button_area ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
padding-top:14px;
    line-height: 22px;
    text-align: center;
    position: relative;
    z-index: 10;
}


.button_area ul li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: 8%;
}

@media screen and (max-width: 768px) {
.button_area {
    width: 96%;
    max-width: 96%;
    }

.button_area ul{
    display: block;
}

.button_area ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.sub_title02 {
	font-size:16px;
	line-height: 20px;
	padding-bottom:10px;
	font-weight:bold;
}
.caer01 {
	font-size:12px;
	line-height: 22px;
}

.cau_note {
    width: 100%;
    margin: 20px auto;
}


.cau_note .cau_note_l {
    margin-right: 8px;
    background: #f70909;
}

.cau_note .cau_note_l p {
    font-size: 14px;
    color: #fff;
    padding: 3px 8px;
    white-space: nowrap;
}

.cont_inner h2.noteTitle:before {
    content: none;
}

.cau_note .cau_note_r p {
    color: #f70909;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}

}


.mb5{
        margin-bottom:5px;
}
.mb10{
        margin-bottom:10px;
}

.mb20{
        margin-bottom:20px;
}

.mb30{
        margin-bottom:30px!important;
}

.mb40{
        margin-bottom:40px;
}

.mb50{
        margin-bottom:50px;
}
.mb60{
        margin-bottom:60px!important;
}




