﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

.linkStyle {
	color:#4d4d4d;
}
.linkStyle:hover {
	opacity: 0.7;
}
body,
.loader_txt, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2
{font-family: 'Noto Serif JP', serif;}
.top_loader .logo {
    display:none;
}
.main_catch {
    position:absolute;
    right:0;
    top:50%;
    transform:translate(0,-50%);
    z-index: 1;
    width: 40%;
    max-width: 900px;
}
.t_banner_box{
    display:none;
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.hover {
    margin-top: -155px;
}
}