@charset "utf-8";

html {
    scroll-behavior: smooth;
}
header .header-wrap .icons {
    justify-content: right;
}
header .header-wrap .icons,
header .header-wrap .icons a {
    display: none;
}
footer .footer-sns,
footer .footer-linklist .footer-wrap {
    display: none;	
}
footer .footer-linklist {
    border-top: 1px solid #eee;
    border-bottom:none;
    padding: 0;
    margin-bottom: 45px;
}
footer p.copyright a{
    pointer-events: none;
	cursor: text;
}
.sp {
    display: none;
}
main{
    background-color: #F3F3F3;
    padding-bottom: 40px;
    margin-top: 25px;
}
.wrap {
    max-width: 960px;
    background-color: #fff;
    padding: 50px;
    margin: 0 auto 40px;
}
.page-header{
    max-width: 960px;
    margin: 0 auto;
}
.page-header img {
    width:220px;
    padding:0;
}
h1 {
    max-width: 960px;
    font-size: 38px;
    margin:0 auto 40px;
}
h2 {
    padding: 0 20px;
    font-size: 32px;
    margin-bottom: 30px;
    border-left: 6px solid #00CFD5;
    line-height: 1;
}
h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
h3:before {
    content: "■";
    color: #00CFD5;
    padding-right:5px;
}
main p {
    margin-bottom: 20px;
    font-size: 16px;
	line-height: 1.5;
}
main p.notes{
    font-size: 14px;
    display: block;
}
p.link_tx{
    text-align:center;
    font-weight: bold;
    margin-bottom: 15px;
}
.content a.btn {
    display: block;
    width: 360px;
    padding: 13px 0;
    border-radius: 50px;
    margin: 15px auto;
    color: #fff;
    text-align: center;
    background: #000;
    transition: 0.3s;
}
.content a.btn:hover {
    color: #00CFD5;
}
.content img{
    margin-bottom:15px;
　　height: initial!important;
}
.section{
    margin-bottom: 60px;
}
.btn, .menu {
    display: none;
}
.link-logo {
    pointer-events: none;
    cursor: default; 
}



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

main{
    margin-top: 0;
}
.pc {
    display: none;
}
.wrap {
    background-color: #fff;
    padding: 25px;
    width:100%;
    margin: 0 auto;
}
.page-header{
    width: 100%;
}
.page-header img {
    padding:0 20px;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
    width: 100%;
    padding:0 20px 20px;
    margin: 0;
}
h2 {
    padding: 0 15px;
    font-size: 25px;
    margin-bottom: 25px;
    border-left: 5px solid #00CFD5;
    line-height: 1;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
h3:before {
    content: "■";
    color: #00CFD5;
    padding-right:5px;
}
main p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}
.content a.btn {
    width:92%;
    margin: 10px auto;
}
.section{
    margin-bottom: 50px;
}
	
}
