@charset "UTF-8";
/* CSS Document */


header {
	background-color: #000;
	padding: 0.6rem;
	border-bottom:none;
}
header div.inner ,
#sns div.inner {
	margin-left: auto;
	margin-right:auto;
}
header div.inner #tooLogo {
	float: left;
	width: 20%;
}
header div.inner #h1Box {
	float: right;
	width: 80%;
	padding-top:0.6rem;
}
header div.inner #h1Box h1 {
	color: #FFF;
	text-align:right
}
header h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
	
	
.atsuc_nav .atsuc_nav_inner {
	background-color: #FFF;
}

.atsuc_nav .atsuc_nav_inner a:link, .atsuc_nav .atsuc_nav_inner a:visited {
	color: #000;
}
.atsuc_nav .atsuc_nav_inner ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	margin: 0;
	padding: 0;
}
.atsuc_nav .atsuc_nav_inner ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.marginBox {
	width: calc( 100% - 20px );
	margin-left: auto;
	margin-right: auto;
}



/* マージンシステム */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 15px !important;
}
.mt-2 {
	margin-top: 30px !important;
}
.mt-3 {
	margin-top: 45px !important;
}
.mt-4 {
	margin-top: 60px !important;
}
.mt-5 {
	margin-top: 75px !important;
}
.mt-6 {
	margin-top: 90px !important;
}
.mb-1 {
	margin-bottom: 15px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 45px !important;
}
.mb-4 {
	margin-bottom: 60px !important;
}
.mb-5 {
	margin-bottom: 75px !important;
}
.mb-6 {
	margin-bottom: 90px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 15px !important;
}
.pt-2 {
    padding-top: 30px !important;
}
.pt-3 {
    padding-top: 45px !important;
}
.pt-4 {
    padding-top: 60px !important;
}
.pt-5 {
    padding-top: 75px !important;
}
.pt-6 {
    padding-top: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 15px !important;
}
.pb-2 {
    padding-bottom: 30px !important;
}
.pb-3 {
    padding-bottom: 45px !important;
}
.pb-4 {
    padding-bottom: 60px !important;
}
.pb-5 {
    padding-bottom: 75px !important;
}
.pb-6 {
    padding-bottom: 90px !important;
}

.p-1 {
    padding: 15px !important;
}
.p-2 {
    padding: 30px !important;
}
.p-3 {
    padding: 45px !important;
}
.p-4 {
    padding: 60px !important;
}
.p-5 {
    padding: 75px !important;
}
.p-6 {
    padding: 90px !important;
}


/* ビデオ */
.videoBoxWrap {
	margin-left: 10px;
	margin-right:10px;
    border: none;
} 
.videoBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 55.5%;
 	background-color: #FAFAFA;
	margin: 0 0 30px;
 }
.videoBox .inner1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



