@charset "utf-8";

footer {
    background-color: #FFFFFF;
}

footer .bottom_logo .right-flex a .logo-pic:hover {
    opacity: 0.6;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}

footer .pc_pagetop {
    display: block;
    text-align: center;
    background-image: url(../images/video_dot_05.png);
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    color: rgba(68,79,88,1.00)!important;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}

footer .pc_pagetop:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
}

footer .pc_pagetop .fa-angle-double-up {
    margin-left: 20px;
}

footer ul a {
    font-size: 0.8rem;
    font-weight: 300;
}

footer .switchBtnbox {
    margin: 50px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	 display: flex;
    justify-content: center;
    background-image: url(../images/video_dot_05.png);
    color: rgba(68,79,88,1.00)!important;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
	
footer .switchBtnbox .switchtext {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 7px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

footer .switchBtnbox .pc {
    width: 50px;
    height: 50px;
    background-image: url(../images/pc_icon_btn_dra.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
}
	
footer .switchBtnbox .mobile {
    width: 50px;
    height: 50px;
    background-image: url(../images/smartphone_btn_dra.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
}

footer .bottom_line {
    background-color: rgba(13,87,167,1.00);
    display: block;
    color: rgba(255,255,255,1.00);
    text-align: center;
    background-image: url(../images/video_dot_03.png);
    font-size: 1.5rem;
    font-weight: 200;
    padding-top: 12px;
    padding-bottom: 12px;
}

footer .bottom_line .ann-text {
    font-size: 1.7rem;
    line-height: 1.4em;
    font-weight: 400;
    padding: 7px 10% 20px;
}

footer .bottom_line small {
    color: rgba(255,255,255,1.00);
    text-align: center;
}



@media only screen and (min-width: 1040px) {

footer .bottom_nav_pc .main_wrapper div {
    width: 33.3%;
}
	
footer .bottom_nav_pc .main_wrapper ul .heading {
    margin-left: 15%;
}
	
footer .bottom_nav_pc .main_wrapper ul li ul li a {
    margin-left: 15%;
}
	
}

@media only screen and (min-width: 860px) and (max-width: 1039px) {

footer .bottom_nav_pc .main_wrapper div {
    width: 33.3%;
}
	
footer .twitter_wrapper {
	display: none;
}
	
footer .bottom_nav_pc .main_wrapper ul .heading {
    margin-left: 3%;
    margin-right: 3%;
}
	
footer .bottom_nav_pc .main_wrapper ul li ul li a {
    margin-left: 3%;
    margin-right: 3%;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 859px) {

footer .bottom_nav_pc .main_wrapper div {
    width: 50%;
}
	
footer .twitter_wrapper {
	display: none;
}
	
footer .bottom_nav_pc .main_wrapper ul .heading {
    margin-left: 2%;
    margin-right: 2%;
}
	
footer .bottom_nav_pc .main_wrapper ul li ul li a {
    margin-left: 2%;
    margin-right: 2%;
}
	
}

@media only screen and (min-width: 768px) {

footer .bottom_nav_mobile {
    display: none;
}

footer .bottom_logo {
    display: flex;
    flex: 1;
    max-width: 1190px;
    height: 100px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
	
footer .bottom_logo .left-flex {
    width: 100%;
    height: 25.5%;
    border-bottom: 2px solid #345D9D;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 150px auto;
}

footer .bottom_logo .center-flex {
    height: 40px;
}

footer .bottom_logo .right-flex {
    width: auto;
    height: 100px;
    margin-top: 11px;
}

footer .bottom_logo .center-flex .footer_pic_01 {
    width: 160px;
    margin-top: 5px;
    margin-right: 20px;
}

footer .bottom_logo .right-flex .logo-pic {
    width: 340px;
}

footer .bottom_logo .right-flex .social-icon-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

footer .bottom_logo .right-flex .social-icon-flex i {
    margin-left: 15px;
    margin-right: 15px;
}
	

	
footer .bottom_nav_pc {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 40px 20px 20px;
}

footer .main_wrapper {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

footer .bottom_nav_pc .main_wrapper ul {
    list-style: none outside;
    margin-bottom: 20px;
}

footer .bottom_nav_pc .main_wrapper ul .heading {
    color: rgba(68,79,88,0.85);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    padding: 10px 20px 5px 10px;
    border-bottom: 1.3px solid rgba(68,79,88,0.13);
    display: block;
    position: relative;
}

footer .bottom_nav_pc .main_wrapper ul .heading:after {
    font: 1.8rem FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -10px;
    color: rgba(68,79,88,0.30)!important;
}

footer .bottom_nav_pc .main_wrapper ul .heading:hover {
    color: rgba(13,87,167,1.00);
}

footer .bottom_nav_pc .main_wrapper ul li ul li a {
    color: rgba(68,79,88,0.75);
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 10px 20px 5px 35px;
    border-bottom: 1.3px solid rgba(68,79,88,0.13);
    display: block;
    position: relative;
}

footer .bottom_nav_pc .main_wrapper ul li ul li a:after {
    font: 1.8rem FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -10px;
    color: rgba(68,79,88,0.30)!important;
}

footer .bottom_nav_pc .main_wrapper ul li ul li a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.02);
    color: rgba(68,79,88,1.00);
}
}

@media only screen and (max-width: 767px) {

footer .bottom_nav_mobile {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4rem;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 15px 20px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 5px solid rgba(68,79,88,0.4);
    background: #eee;
    background-repeat: no-repeat;
    background: url(../images/angle_circle_down_lb.svg) 96% 50% no-repeat;
    background-size: 30px, 100%;
}

 footer .bottom_nav_mobile::-ms-expand {
 display: none;
}

footer .bottom_logo .left-flex {
    display: none;
}

footer .bottom_logo .center-flex {
    display: none;
}

footer .bottom_logo .right-flex .logo-pic {
    width: 90%;
    margin: 10% 5% 5%;
}
	
footer .bottom_logo .right-flex .social-icon-flex {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
	
footer .bottom_logo .right-flex .social-icon-flex i {
    color: rgba(181,190,196,1.00)!important;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 4rem;
}

	
footer .bottom_logo .right-flex .social-icon-flex .fa-google-plus-official:hover {
    color: #dd4b39!important;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
	
footer .bottom_logo .right-flex .social-icon-flex .fa-twitter:hover {
    color: #55acee!important;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
	
footer .bottom_logo .right-flex .social-icon-flex .fa-youtube:hover {
    color: #cd201f!important;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
	
footer .bottom_logo .right-flex .social-icon-flex .techwebiot-link {
	background-image: url(../images/drawer_techwebiot-logo-gray.jpg);
	width: 48px;
    height: 40px;
	background-size: contain;
	margin-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
	background-repeat: no-repeat;
	border-radius: 1px;
	display: block;
}
	
footer .bottom_logo .right-flex .social-icon-flex .techwebiot-link:hover {
	background-image: url(../images/drawer_techwebiot-logo_hover.jpg);
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
}
	
footer .bottom_logo .right-flex .social-icon-flex .rohm-link {
    background-image: url(../images/drawer_rohm-logo_rohm-gray.svg);
    width: 48px;
    height: 40px;
    background-size: contain;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
    background-repeat: no-repeat;
    border-radius: 1px;
    display: block;
}
	
footer .bottom_logo .right-flex .social-icon-flex .rohm-link:hover {
    background-image: url(../images/drawer_rohm-logo_rohm_hover.svg);
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
	
footer .twitter_wrapper {
	display: none;
}
	
footer .bottom_line small {
    margin-top: 30px;
    font-size: 1.2rem;
}
}