﻿@charset "UTF8";
body{
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 1px;
    color: #333333;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.group-mobile{
    width: 100%;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

.mg-top--20{
    margin-top: -20px;
}

.mg-top--30{
    margin-top: -30px;
}

.mg-top--50{
    margin-top: -50px;
}

.mg-top--70{
    margin-top: -70px;
}

.mg-top--100{
    margin-top: -100px;
}

.mg-top--300{
    margin-top: -300px;
}

.pd-bottom-50{
    padding-bottom: 50px;
} 

.pd-bottom-40{
    padding-bottom: 40px;
}

.pd-bottom-100{
    padding-bottom: 100px;
}

.pd-right-18{
    padding-right: 18px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.bg-white{
    background-color: #ffffff;
}

.img-mg-top-50 img{
    margin-top: -40px;
}

.group-mobile img{
    width: 100% !important;
}

.comment-wp{
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.has-text-align-center{
    text-align: center;
}

.bg-before{
    position: relative;
}

.bg-before figure{
    position: relative;
    z-index: 1;
}

.bg-before::before{
    content: "";
    width: 100%;
    position: absolute;
    height: 445px;
    background-color: #ffffff;
    left: 0;
    top: 77px;
}

.group-mobile figure {
    width: 100%;
}

.footer__bottom {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    background: #000;
    text-align: center;
    padding-bottom: 250px;
}

.footer__bottom ul {
    display: flex;
    justify-content: center;
    padding: 30px 0 10px;
    gap: 30px;
    list-style: none;
}


.footer__bottom ul a,.footer__bottom p {
    color: #eeeeee;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
}

.page-content{
	 width: 100%;
    max-width: 767px;
    margin: 0 auto;
    background: #000;
}

.title{
	width: 100%;
	font-size: 30px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

.page-content_wrap{
	padding-left: 20px;
	padding-right: 20px;
	color;#ffffff;
	padding-bottom: 5px;
}
.page-content_wrap td,
.page-content_wrap th,
.page-content_wrap a,
.page-content_wrap li,
.page-content_wrap p{
	font-size: 16px;
	color: #ffffff;
	line-height: 185%;
	letter-spacing: 1px;
		text-align: justify;
}

.page-content_wrap td,
.page-content_wrap th{
	border: 1px solid #ffffff;
	vertical-align: top;
	padding: 20px !important;
}

.page-content_wrap td:first-child{
width: 200px;
	
}

.page-content_wrap hr{
	margin: 25px 0;
}

.page-content_wrap .wp-block-heading{
	font-size: 22px;
	color: #ffffff;
	line-height: 185%;
	letter-spacing: 1px;
	margin: 30px 0 15px;
}

.page-content_wrap ul{
	margin-left: 18px;
}


.page-content_wrap li:not(:last-child){
	margin-bottom: 10px;
}

.page-content_wrap p{
	margin-bottom: 30px;
}


.btn-fixed-screen {
	position: fixed;
	left: 49.5%;
	transform: translateX(-50%);
	bottom: 20px;
	display: inline-block;
	width: 100%;
	max-width: 749px;
	z-index: 9999;
}

.btn-fixed-screen img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media (max-width: 650px){
	.footer__bottom ul{
		gap: 20px;
	}
	.footer__bottom ul a{
		font-size: 13px;
		letter-spacing: 0;
	}
	.footer__bottom p{
	
		font-size: 14px;
	}
	.page-content_wrap td:first-child{
		background: #fff;
		color: #000;
	}
	.page-content_wrap td:first-child,
	.page-content_wrap td{
		width: 100% !important;
		float: left;
		border: 0;		
	}
	
	.btn-fixed-screen img{width: 96%;}
}

.shokaikounyu-btn {
	position: fixed;
    left: 45.5%;
    bottom: 98px;
    display: inline-block;
    z-index: 9999;
    height: 160px;
}

.shokaikounyu-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

