@charset "utf-8";
/* CSS Document */
body {
    padding: 70px 0 0;
}
header {
    height: 70px;
}
h1{
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05rem;
}
main {
    margin: 0;
    background-image: linear-gradient(15deg, #e8e8e8, #fffbfb);
}
#ohl .visual{
	position: relative;
	min-height: 120px;
    background: #ccc;
    background: #f1e8e8;
    border-top: 2px solid #d53e3e;
}

#ohl .visual .main{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 2.6rem;
	font-weight: bold;
}

#ohl .visual .main h2{
	text-align: center;
    text-shadow:none;
}

#ohl #container {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

#ohl #main_contents {
    flex: 3;
    padding: 0;
}

#ohl #main_contents ul {
    margin: 1rem 0 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#ohl #main_contents ul li {
    flex: 0 0 48%;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 16%);
    position: relative;
    padding: 0;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    color: #3a3a3a;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
}
#ohl #main_contents ul li:hover {
    box-shadow: none;
}
#main_contents ul li a {
    display: flex;
    color: #333333;
    font-weight: normal;
    line-height: 2;
    position: relative;
    padding: 1.5rem 5rem 1.5rem 2rem;
}
#main_contents ul li a::before {
    display: none;
}
#main_contents ul li a::after {
    content: "";
    opacity: 1;
    position: absolute;
    right: 10px;
    height: 25px;
    width: 30px;
    background: url(/manual/ohl/img/icon_pdf_ohl.svg) no-repeat left;
    background-size: 60%;
}
footer {
    background: #2f2f2f;
    padding: 4rem 0 3rem;
}
footer .copy {
    margin: 0.5rem 0 0 0;
    text-align: right;
}
footer .footer_nav a::after {
    top: -2px;
}
@media screen and (max-width: 769px) {
body {
    padding: 60px 0 0;
}
header {
    height: 59px;
}
h1 {
    font-size: 1.6rem;
}
#ohl .visual {
    min-height: 80px;
}
#ohl .visual .main {
    font-size: 2rem;
}
#ohl #main_contents ul {
    display: block;
}
#ohl #main_contents {
    padding: 0 2rem;
}
#ohl #main_contents ul {
    margin: 1rem 0 0rem;
}
#ohl #main_contents ul li {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 16%);
    margin-bottom: 1.3rem;
}
footer {
    padding: 2rem 0;
}
footer .footer_nav {
        padding: 0 1rem;
    }
footer .footer_nav a {
        display: inline;
    }
footer .footer_nav a::after {
        right: -20px;
        top: 12px;
    }
footer .copy {
    margin: 3rem 0 0 0;
    text-align: center;
}
}

/* thanks */

#ohl #thanks_contents {
    background: #fff;
    padding: 3rem;
    margin: 3rem 0;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 16%);
    border-radius: 0.5rem;
}
#ohl #thanks_contents .att {
    color: #d53030;
    border: 1px solid #d53030;
    padding: 2rem;
    margin: 2rem;
    text-align: center;
}
#ohl #thanks_contents .att span {
    font-weight: bold;
}

@media screen and (max-width: 769px) {
#ohl #thanks_contents {
    margin: 1rem 2rem;
}
#ohl #thanks_contents .att {
    margin: 2rem 1rem;
    padding: 2rem 1rem;
}
}