h2 {
    color: #00AFAA;
    font-size: 170%;
    margin: 0 0 25px;
    position: relative;
    line-height: normal;
}
body {
    position: relative;
    color: #808080;
  
    word-wrap: break-word;
    font-family: Roboto, 'Noto Sans JP', sans-serif !important;
   
}

.fw-600 {
    font-weight: 600;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
	font-size: 1.4em;
}
footer{
	text-align: left;
}

section {
    padding: 50px 0;
    overflow-x: hidden;
    width: 100%;
}

.block-success .row {
    align-items: center;
    width: 100%;
    padding-left: 5%;
    flex-wrap: wrap;
}
p{ 
	font-size: 1.3em
}
.recruitmentBtn {
    position: fixed;
    top: 44%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 100;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    background-color: #00AFAA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 500px;
    font-weight: 500;
    /*padding-top: 10px;*/
    transition: all 0.5s ease-out;

}
.recruitmentBtn:hover{
    transform: translateY(-50%) scale(0.9);
	color: #00AFAA;
}
.recruitmentBtn2 {
    top: 55%;
    color: #00AFAA;
    background-color: #fff;
    border: 2px solid #00AFAA;
}

@media (max-width: 480px) {
    .recruitmentBtn {
        width: 80px;
        height: 80px;
        font-size: 0.7rem;

    }
    .recruitmentBtn2 {
        top: 53%;
    }
}
a,
a:hover,
a:focus,
a:visited,
button {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
@media screen and (min-width: 1200px) {
    a:hover {
        color: #00AFAA;
    }
}
.product-download a, .product-info a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #00afaa;
    background-color: #fff;
    color: #00afaa;
    font-weight: 500;
    transition: .3s ease-in-out;
    border-radius: 3px;
}
