html{font-size:62.5%;width:100%;overflow:auto}footer{z-index:10;height:300px;background-color:#f14b24;display:flex;align-items:center;position:relative}footer .footer_contents{display:flex;flex-direction:row;justify-content:space-between;height:200px;align-items:flex-start;width:70%;margin-left:15%;margin-right:15%;height:auto}footer .footer_contents .footer_logo{height:100px;width:auto}footer .footer_contents .footer_text{font-family:noto sans jp,sans-serif;font-weight:700;font-size:1.6rem;line-height:3rem}footer .copy_rights{position:absolute;font-size:8px;bottom:10px;right:10px}@media screen and (max-width:600px){footer{height:95px}footer .footer_contents{width:80%;margin-left:10%;margin-right:10%;align-items:center}footer .footer_contents .footer_logo{height:40px}footer .footer_contents .footer_text{font-size:1rem;line-height:1.4rem}footer .copy_rights{position:absolute;font-size:8px;bottom:0;right:10px}}footer a[href]{color:#fff;text-decoration:none;transition:.3s}footer a[href]:hover{opacity:.6}