
.spMenu{
position: absolute;
    width: 70px;
    height: 60px;
    z-index: 1000;
    right: 0;
    background: #000;
    text-align: center;
}
.spMenu img{margin-top:20px;}

#spMenu{
	position:fixed;
	z-index:100000;
	top: 0;
    right: 0;
	width:40%;
	min-height: 100%;
    height: 100%;
    overflow: auto;
	color:#fff;
	background:rgba(0,0,0,0.7);
}

#spMenu .logo{
	float:left;
	padding:32px 0 0 60px;
	position:relative;
}
#spMenu .logo img{width:111px; height:auto;}


#spMenu .close{
	float:right;
	padding:0;
	position:relative;
	z-index:2000;
	font-size:40px;
}
#spMenu div{clear:both; padding:16px 0 0 0;}



.spShow{display:none;}

#spMenu ul:first-of-type{clear:both;}
#spMenu {width:450px; margin:0 auto; padding:32px;}
#spMenu a{color:#fff; text-decoration:none; font-size:19px;}
#spMenu a.top{margin-bottom:16px; display:block;}
#spMenu dl{margin-left:32px; margin-bottom:16px; display: block;}
#spMenu dl dt a{
	font-weight:bold;
	padding-left:22px;
	margin-top:-2px;
}
#spMenu dl dt{
	font-weight:bold;
	margin:0 0 16px -25px;
	display: block;
	background: url(../images/triangle.png) top 2px left no-repeat;
}



header{position:fixed; width:100%; min-height:80px; margin-bottom:80px; top: 0; z-index:100;}

header .logo{
	float:left;
	margin:16px 0 0 16px;
}

#index header .logo{display:none;}


header menu{float:right; padding-right:60px;}

header menu a{
background: #008A32;
    display: block;
    float: left;
    width: 160px;
    height: 60px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0 0 0;
}
header menu a.contact{background:#727272;}
header menu a:hover{opacity:0.7;}

article {
    margin: 0 auto;
    width: 920px;
    background: #fff;
    padding: 3rem 30px;
}



@media screen and (max-width: 720px) {
    article {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        padding: 32px 16px;
        margin-bottom: 0;
    }
    
}


.h3-relay {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    border-left: unset !important;
    border-bottom: 1px dashed #238a31;
    padding: 4px 0px !important;
    font-weight: bold !important;
    color: #238a31 !important;
    display: flex;
    align-items: center;
}

.h3-relay::before {
z-index: 10;
    content: "";
    display: inline-block;
    width: 25px; /* 画像の横幅 */
    height: 25px; /* 画像の縦幅 */
    background-image: url('../images/relay_logo-icon_font.png'); /* 画像のURLを指定 */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; /* 画像と文字の間隔 */
}

.h3-rp {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    border-left: unset !important;
    border-bottom: 1px dashed #005bac;
    padding: 4px 0px !important;
    font-weight: bold !important;
    color: #005bac !important;
    display: flex;
    align-items: center;
}

.h3-rp::before {
z-index: 10;
    content: "";
    display: inline-block;
    width: 25px; /* 画像の横幅 */
    height: 25px; /* 画像の縦幅 */
    background-image: url('../images/sim_logo_font.png'); /* 画像のURLを指定 */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; /* 画像と文字の間隔 */
}

#postpage h2 {
    font-weight: bold;
    color: #005bac;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.3;
}


.btn2-blue {
    border: 2px solid #005bac !important;
    font-size: 15px !important;
    color: #005bac !important;
    background: #fff !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    border-radius: 30px;
}



@media screen and (max-width: 720px) {
.spMenu{
	position:absolute;
	width:53px;
	height:45px;
	z-index:1000;
	text-align:center;
}


#spMenu{
	position:fixed;
	z-index:100000;
	top: 0;
    right: 0;
	width:40%;
	height:100%;
	color:#fff;
	background:rgba(0,0,0,0.7);
}

.spMenu img {
    margin-top: 15px;
}

#spMenu .close{
	float:right;
	padding:0;
	position:relative;
	z-index:2000;
	font-size:30px;
}
#spMenu div{clear:both; padding:8px 0 0 0;}



.spShow{display:none;}

#spMenu ul:first-of-type{clear:both;}
#spMenu {width:282px; margin:0 auto; padding:32px;}
#spMenu a{color:#fff; text-decoration:none; font-size:19px;}
#spMenu a.top{margin-bottom:16px; display:block;}
#spMenu dl{margin-left:32px; margin-bottom:16px; display: block;}
#spMenu dl dt a{
	font-weight:bold;
	padding-left:12px;
	margin-top:-2px;
}
#spMenu dl dt{
	font-weight:bold;
	margin:0 0 8px -25px;
	padding:0 0 0 12px;
	font-size:15px;
	display: block;
	background: url(../images/triangle.png) top 6px left no-repeat;
	background-size:6px 10px;
}

#spMenu div{clear:both; padding:16px 0 0 16px;}



.spShow{display:none;}

#spMenu ul:first-of-type{clear:both;}
#spMenu {width:100%; margin:0 auto; padding:8px;}
#spMenu a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
}

#spMenu span {
	font-size:15px!important;
}

#spMenu a.top{margin-bottom:16px; display:block;}



nav{display:none;}

header{
	width:100%;
	min-width:100%;
	margin:0 auto;
	padding:0;
	margin-bottom:20px;
	overflow:hidden;
}

body{
	display:block;
	/* position:fixed; */
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	/* background-attachment: fixed; */
	background-size:cover;
}


.contentWidth{width:95%; margin:0 auto;}
header .contact{display:none;}

header .logo {
    float: left;
    margin: 5px 0 0 10px;
}
header .logo img{width:50px; height: auto;}

header menu{float:right; padding-right:53px;}

header menu a{
    background: #008A32;
    display: block;
    float: left;
    width: 70px;
    height: 45px;
    text-align: center;
    /* color: #fff; */
    font-size: 10px;
    font-weight: bold;
    padding: 15px 0 0 0;
}

    
}