﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Zen+Kurenaido&display=swap');

header {
	/* background-color: rgba(0, 0, 0, 0.8); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
	transition: all 0.5s ease;
}

body {
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 1.6;
	background-color: rgb(135, 30, 255);
	margin: 0;
	font-size: 18px;
	font-family: 'Caveat', cursive, 'Zen Kurenaido', sans-serif;
}

section {
	width: 100%;
}

section.odd,
section.even,
section.obj{
	/* padding-top: calc(80px + 10px); */
	/* padding-bottom: calc(40px + 10px + 5px + 10px); */
	padding: calc(40px + 10px + 5px) 0;
	/* width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px; */
}

section.obj {
	background-color: rgb(100, 20, 255);
	color: #FFF;
}

section.obj.even {
	background-color: rgb(20, 20, 255);
}

section.blk{
	/* background-color: rgba(255, 255, 255, 0.2); */
	background-color: transparent;
	height: calc(40px + 10px + 5px);
}

section.odd{
	background-color: rgba(0, 0, 0, 0.9);
	/* color: #fff; */
}

section.even{
	background-color: rgba(140, 140, 140, 0.9);
	/* color: #000; */
}

/* main {
	margin-top: 80px;
} */

footer{
	width: 100%;
	height: 40px;
	padding: 10px 0 5px;
	background-color: rgb(135, 30, 255);
	color: #000;
	position: fixed;
	bottom: 0;
}

footer p{
	height: 100%;
	line-height: calc(40px - 10px - 5px);
	vertical-align: middle;
	color: #f70808ee;
}

img {
	vertical-align: bottom;
	width: 100%;
}

a {
	color: #0192cd;
	text-decoration: none;
}

a:hover {
	color: #f70808ee;
}

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

p{
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}

#secTop {
	height: calc(100vh - (40px + 10px + 5px));
	background-color: rgb(135, 30, 255);
	position: relative;
}

#secTop .bk-img{
	height: 100%;
	width: 100%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	overflow: hidden;
}

#secTop .bk-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#secTop .bk-img div{
	height: 100%;
}

#secTop .logo-area{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#secTop .logo-area .img{
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	filter: invert(72%) sepia(26%) saturate(6428%) hue-rotate(1deg) brightness(105%) contrast(102%) drop-shadow(7px 7px 7px #292929);
	/* filter: invert(8%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(100%) contrast(145%) drop-shadow(7px 7px 7px #292929); */
}

#secLast {
	background-color: transparent;
	height: calc(40px + 10px + 5px);
}

header .clm2 {
	height: 80px; /*headerのheightに揃える*/
}

header .clm2 > *:nth-child(1) {
	line-height: 80px;
	margin-left: 19px;
	width: calc(767px - 42px - 19px - 19px);
}

header .nav {
	display: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top	: calc(19px + 42px / 2);

	animation-name:fadeDownAnimate;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

header .nav > * {
	margin-top: auto;
	margin-bottom: 8px;
}

header .navsd {
	position: fixed;
	top: 19px;
	right: 19px;
	display: block;
	height: 42px;
	width: 42px;
	border: 1px solid orange;
	background-color: orange;
	border-radius: 5em;
	box-shadow: 0px 0px 35px rgba(51,51,51,0.3);
	cursor: pointer;
	z-index: 2;
	margin: 0;
}

header .nav .btn01 {
	/* text-align: left; */
	/* padding-left: 14px; */
	text-align: center;
	box-sizing: border-box;
	color: #0192cd;
	text-decoration: none;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

header .nav .btn01:hover {
	color: #f70808ee;
}

header .navsd > * {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
	opacity: 1;
	transition: all 0.5s ease;
}

header .navsd > *:first-child {
	top: 34%;
}

header .navsd > *:last-child {
	top: 65%;
}

header.cr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	overflow-x: scroll;
	z-index: 1;
}

header.cr .nav {
	display: block;
	z-index: 3;
}

header.cr .navsd > * {
	top: 50%;
	width: 23px;
	margin-left: -11px;
}

header.cr .navsd > *:first-child {
	transform: rotate(45deg);
}

header.cr .navsd > *:nth-child(2) {
	opacity: 0;
}

header.cr .navsd > *:last-child {
	transform: rotate(-45deg);
}

header h1 > a {
	color: inherit;
	text-decoration: none;
}

header h1 > a:hover {
	text-decoration: none;
	color: inherit;
}

header .btn01 > a:hover {
	color: #fff;
	text-decoration: none;
}

.btn01:hover{
	cursor: pointer;
}

.img {
	text-align: center;
}

.posC {
	text-align: center;
}

.posR {
	text-align: right;
}

.posL {
	text-align: left;
}

.tit01 {
	font-size: 40px;
	color: #f70808ee;
	font-weight: 500;
}

.tit02 {
	font-size: 26px;
	font-weight: 500;
}

.tit03 {
	font-size: 24px;
	font-weight: 500;
}

.fontL {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Caveat', cursive, 'Zen Kurenaido', sans-serif;
}

.fontM {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Caveat', cursive, 'Zen Kurenaido', sans-serif;
}

.fontS {
	font-size: 16px;
	font-weight: normal;
}

.fontSS {
	font-size: 12px;
	font-weight: normal;
}

.blur {
	text-shadow: -1px -1px 1px #f70808ee;
}

.pc {
	display: block;
}

.pcInBlk {
	display: inline-block;
}

.sp {
	display: none;
}

.cnts {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.clm2,
.clm3,
.clm4,
.clm5,
.clm6,
.clm7,
.clm8 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.clm2 > * {
	width: 50%;
	margin-top: 60px;
}

.clm3 > * {
	width: 33.3333%;
	margin-top: 20px;
}

.clm4 > * {
	width: 25%;
	margin-top: 20px;
}

.clm5 > * {
	width: 20%;
}

.clm6 > * {
	width: 16%;
}

.clm7 > * {
	width: 14%;
}

.clm2 > *:nth-child(1),
.clm2 > *:nth-child(2) {
	margin-top: 0;
}

.clm3 > *:nth-child(1),
.clm3 > *:nth-child(2),
.clm3 > *:nth-child(3) {
	margin-top: 0;
}

.clm4 > *:nth-child(1),
.clm4 > *:nth-child(2),
.clm4 > *:nth-child(3),
.clm4 > *:nth-child(4) {
	margin-top: 0;
}

.inBlk {
	display: inline-block;
}

.hidden {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
	z-index: -1;
}

a.nonAct {
	pointer-events: none;
}

main .btn01 {
	position: relative;
	width: 100%;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

main .btn01 > * {
	display: block;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	width: 90%;
	text-align: center;
	/*line-height: 50px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.2rem;
	border-radius: 5em;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

main .btn01 > *:hover {
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
}

main .btn02 {
	width: 100%;
	max-width: 162px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	color: black;
	border-radius: 5em;
	border: 1px solid white;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

main .btn02::before {
	content: 'Check!';
	display: inline-block;
	color: white;
	font-weight: 600;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
	width: calc(100% - 2px);
	height: auto;
	border-radius: 5em;
	background-color: black;
	position: absolute;
	top: 1px;
	left: 1px;
	transform: translateX(calc(-100% - 1px));
	transition: transform 0.3s ease-out;
}

.main .btn02:hover {
	color: black;
}

main .btn02:hover::before {
	-webkit-transform: none;
	transform: none;
}

main .btn02 .anchor {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5em;
}

main .btn03 {
	width: calc(100% - 5px);
	max-width: 160px;
	height: 20px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	color: black;
	border: 1px solid white;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px rgb(255 255 255 / 50%);
	vertical-align: middle;
}

main .btn03::before {
	content: 'Check!';
	display: inline-block;
	color: white;
	font-weight: 600;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	width: calc(100% - 2px);
	height: 100%;
	background-color: black;
	position: absolute;
	top: 1px;
	left: 1px;
	transform: translateX(calc(-100% - 1px));
	transition: transform 0.3s ease-out;
}

.main .btn03:hover {
	color: black;
}

main .btn03:hover::before {
	-webkit-transform: none;
	transform: none;
}

main .btn03 .anchor {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5em;
}

main .btn04 {
	width: 100%;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	color: black;
	border-radius: 5em;
	border: 1px solid white;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

main .btn04:hover {
	background-color: black;
	color: white;
}

main .btn04 .anchor {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5em;
}

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

	header {
		height: 60px;
	}

	header .clm2 {
		height: 60px; /*headerのheightに揃える*/
	}

	body {
		font-size: 14px;
	}

	h1, h2, h3, h4 {
		font-size: 14px;
	}

	footer {
		height: 30px;
		padding: 8px 0 4px;
	}

	footer p{
		height: 100%;
		line-height: calc(30px - 8px - 4px);
	}

	section.odd,
	section.even,
	section.obj{
		/* padding-top: calc(60px + 4px);
		padding-bottom: calc(30px + 80px + 4px + 4px); */
		padding: calc(30px + 8px + 4px) 0;
	}
	
	section.blk{
		height: calc(30px + 8px + 4px);
	}

	#secTop {
		height: calc(100vh - (30px + 8px + 4px));
	}

	section.secTop {
		height: calc(100vh - (30px + 8px + 4px));
	}

	#secLast{
		height: calc(30px + 8px + 4px);
	}

	header .clm2 > *:nth-child(1) {
		line-height: 60px;
		margin-left: 9px;
	}
	
	header .navsd {
		top: 9px;
		right: 9px;
	}

	header .nav {
		margin-top: calc(9px + 42px / 2);
	}

	header .nav .btn01 {
		text-align: left;
		padding-left: 14px;
		margin-left: 0;
	}

	.pc,
	.pcInBlk {
		display: none;
	}

	.sp {
		display: block;
	}

	header .btn01 {
		width: 90px;
	}

	main .btn01 {
		max-width: 140px;
	}

	main .btn01 > * {
		font-size: 1rem;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.tit01 {
		/* font-size: 1.6rem; */
		font-size: 24px;
	}

	.tit02 {
		/* font-size: 1.3rem; */		
		font-size: 20px;
	}

	.tit03 {
		/* font-size: 1.2rem; */
		font-size: 18px;
	}

	.fontL {
		/* font-size: 1.1rem; */
		font-size: 16px;
	}

	.fontM {
		/* font-size: 1.0rem; */
		font-size: 14px;
	}

	.fontS {
		font-size: 13px;
	}

	.fontSS {
		font-size: 10px;
	}

	.cnts {
		padding: 0 10px;
	}

	section.secFirst {
		margin-top: 30px;
	}

	/* #secLast {
		margin-bottom: 40px;
	} */

	main .btn03 {
		/* width: calc(100% - 5px); */
		height: 18px;
		line-height: 18px;
		max-width: 140px;
		padding-top: 6px;
		padding-bottom: 6px;
		/* box-shadow: 5px 5px rgb(255 255 255 / 40%); */
	}
	
	main .btn03::before {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	main .btn04 {
		max-width: 90px;
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}



.bdrBox {
	box-sizing: border-box;
}

.txttop {
	vertical-align: top;
}

.txtmiddle {
	vertical-align: middle;
}

.txtbottom {
	vertical-align: bottom;
}

.mrgcenter {
	margin-left: auto;
	margin-right: auto;
}

.mrgmiddle {
	margin-top: auto;
	margin-bottom: auto;
}

.mrgleft{
	margin-left: 0;
	margin-right: auto;
}

.fntred {
	color: #f70808ee;
}

.fnttblue {
	color: blue;
}

.fntmagenta {
	color: magenta;
}

.fntbold {
	font-weight: 700;
}

.fntmedium {
	font-weight: 500;
}

.ulinerightblue {
	border-bottom: solid 2px #0eb2f3;
}

.ulineblue {
	border-bottom: solid 2px blue;
}

.ulinebluethin {
	border-bottom: solid 1px blue;
}

.bkblack {
	background-color: #000;
	color: white;
}

.bkocher {
	background-color: #cc9933;
	color: white;
	padding: 2px 4px;
}

.bkblue {
	background-color: #171c61;
	color: white;
}

.bklightblue {
	background-color: lightblue;
}

.bklightcyan {
	background-color: lightcyan;
}

.bkred {
	background-color: red;
	color: white;
}

.bkpink {
	background-color: #fbdbdb;
}

.bdrblue {
	border: solid 1px #171c61;
}

.clm3.sideline .line {
	margin-top: auto;
	margin-bottom: auto;
	border-bottom: solid 2px #171c61;
}

@media screen and (max-width:767px) {
	.clm3.sideline {
		flex-flow: row;
	}

	.clm3.sideline.longtext .line {
		width: 18%;
	}

	.clm3.sideline.longtext .text {
		width: 64%;
	}
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width35 {
	width: 35%;
}

.width40 {
	width: 40%;
}

.width45 {
	width: 45%;
}

.width50 {
	width: 50%;
}

.width55 {
	width: 55%;
}

.width60 {
	width: 60%;
}

.width65 {
	width: 65%;
}

.width70 {
	width: 70%;
}

.width75 {
	width: 75%;
}

.width80 {
	width: 80%;
}

.width85 {
	width: 85%;
}

.width90 {
	width: 90%;
}

.width95 {
	width: 95%;
}

.width100 {
	width: 100%;
}

.width125 {
	width: 125%;
}

.widthOneThird {
	width: 33.3%;
}

.widthTwoThird {
	width: 66.6%;
}

@media screen and (max-width:767px) {
	.sdwidth25 {
		width: 25%;
	}

	.sdwidth30 {
		width: 30%;
	}

	.sdwidth35 {
		width: 35%;
	}

	.sdwidth40 {
		width: 40%;
	}

	.sdwidth45 {
		width: 50%;
	}

	.sdwidth50 {
		width: 50%;
	}

	.sdwidth55 {
		width: 55%;
	}

	.sdwidth60 {
		width: 60%;
	}

	.sdwidth65 {
		width: 65%;
	}

	.sdwidth70 {
		width: 70%;
	}

	.sdwidth75 {
		width: 75%;
	}

	.sdwidth80 {
		width: 80%;
	}

	.sdwidth85 {
		width: 85%;
	}

	.sdwidth90 {
		width: 90%;
	}

	.sdwidth95 {
		width: 95%;
	}

	.sdwidth100 {
		width: 100%;
	}
}

.topMrg0 {
	margin-top: 0;
}

.bottomMrg0 {
	margin-bottom: 0;
}

.leftMrg0 {
	margin-left: 0;
}

.rightMrg0 {
	margin-right: 0;
}

.topMrg2 {
	margin-top: 2px;
}

.topMrg4 {
	margin-top: 4px;
}

.leftMrg4 {
	margin-left: 4px;
}

.topMrg6 {
	margin-top: 6px;
}

.leftMrg6 {
	margin-left: 6px;
}

.topMrg8 {
	margin-top: 8px;
}

.leftMrg8 {
	margin-left: 8px;
}

.topMrg10 {
	margin-top: 10px;
}

.bottomMrg10 {
	margin-bottom: 10px;
}

.rightMrg10 {
	margin-right: 10px;
}

.leftMrg10 {
	margin-left: 10px;
}

.topMrg15 {
	margin-top: 15px;
}

.topMrg20 {
	margin-top: 20px;
}

.bottomMrg20 {
	margin-bottom: 20px;
}

.rightMrg20 {
	margin-right: 20px;
}

.leftMrg20 {
	margin-left: 20px;
}

.topMrg25 {
	margin-top: 25px;
}

.topMrg30 {
	margin-top: 30px;
}

.bottomMrg30 {
	margin-bottom: 30px;
}

.rightMrg30 {
	margin-right: 30px;
}

.leftMrg30 {
	margin-left: 30px;
}

.leftMrg35 {
	margin-left: 35px;
}

.topMrg40 {
	margin-top: 40px;
}

.bottomMrg40 {
	margin-bottom: 40px;
}

.rightMrg40 {
	margin-right: 40px;
}

.leftMrg40 {
	margin-left: 40px;
}

.topMrg50 {
	margin-top: 50px;
}

.bottomMrg50 {
	margin-bottom: 50px;
}

.leftMrg50 {
	margin-left: 50px;
}

.topMrg60 {
	margin-top: 60px;
}

.bottomMrg60 {
	margin-bottom: 60px;
}

.rightMrg60 {
	margin-right: 60px;
}

.leftMrg60 {
	margin-left: 60px;
}

.topMrg70 {
	margin-top: 70px;
}

.bottomMrg70 {
	margin-bottom: 70px;
}

.leftMrg70 {
	margin-left: 70px;
}

.topMrg80 {
	margin-top: 80px;
}

.leftMrg80 {
	margin-left: 80px;
}

.leftMrg90 {
	margin-left: 90px;
}

.leftMrg100 {
	margin-left: 100px;
}

.topMrgAuto {
	margin-top: auto;
}

.bottomMrgAuto {
	margin-bottom: auto;
}

.leftMrgAuto {
	margin-left: auto;
}

.rightMrgAuto {
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.sdtopMrg0 {
		margin-top: 0;
	}

	.sdbottomMrg0 {
		margin-bottom: 0;
	}

	.sdrightMrg0 {
		margin-right: 0;
	}

	.sdleftMrg0 {
		margin-left: 0;
	}

	.sdtopMrg4 {
		margin-top: 4px;
	}

	.sdbottomMrg4 {
		margin-bottom: 4px;
	}

	.sdtopMrg6 {
		margin-top: 6px;
	}

	.sdtopMrg8 {
		margin-top: 8px;
	}

	.sdtopMrg10 {
		margin-top: 10px;
	}

	.sdbottomMrg10 {
		margin-bottom: 10px;
	}

	.sdrightMrg10 {
		margin-right: 10px;
	}

	.sdleftMrg10 {
		margin-left: 10px;
	}

	.sdtopMrg15 {
		margin-top: 15px;
	}

	.sdtopMrg20 {
		margin-top: 20px;
	}

	.sdbottomMrg20 {
		margin-bottom: 20px;
	}

	.sdrightMrg20 {
		margin-right: 20px;
	}

	.sdleftMrg20 {
		margin-left: 20px;
	}

	.sdtopMrg30 {
		margin-top: 30px;
	}

	.sdbottomMrg30 {
		margin-bottom: 30px;
	}

	.sdrightMrg30 {
		margin-right: 30px;
	}

	.sdleftMrg30 {
		margin-left: 30px;
	}

	.sdtopMrg40 {
		margin-top: 40px;
	}

	.sdbottomMrg40 {
		margin-bottom: 40px;
	}

	.sdrightMrg40 {
		margin-right: 40px;
	}

	.sdleftMrg40 {
		margin-left: 40px;
	}

	.sdtopMrg50 {
		margin-top: 50px;
	}

	.sdtopMrg60 {
		margin-top: 60px;
	}

	.sdtopMrg70 {
		margin-top: 70px;
	}

	.sdtopMrg80 {
		margin-top: 80px;
	}
}

.topPdg0 {
	padding-top: 0;
}

.bottomPdg0 {
	padding-bottom: 0;
}

.leftPdg0 {
	padding-left: 0;
}

.rightPdg0 {
	padding-right: 0;
}

.topPdg8 {
	padding-top: 8px;
}

.topPdg10 {
	padding-top: 10px;
}

.bottomPdg10 {
	padding-bottom: 10px;
}

.leftPdg10 {
	padding-left: 10px;
}

.rightPdg10 {
	padding-right: 10px;
}

.topPdg15 {
	padding-top: 15px;
}

.leftPdg15 {
	padding-left: 15px;
}

.topPdg20 {
	padding-top: 20px;
}

.bottomPdg20 {
	padding-bottom: 20px;
}

.leftPdg20 {
	padding-left: 20px;
}

.rightPdg20 {
	padding-right: 20px;
}

.topPdg25 {
	padding-top: 25px;
}

.topPdg30 {
	padding-top: 30px;
}

.bottomPdg30 {
	padding-bottom: 30px;
}

.leftPdg30 {
	padding-left: 30px;
}

.rightPdg30 {
	padding-right: 30px;
}

.toptPdg40 {
	padding-top: 40px;
}

.bottomPdg40 {
	padding-bottom: 40px;
}

.leftPdg40 {
	padding-left: 40px;
}

.rightPdg40 {
	padding-right: 40px;
}

.leftPdg50 {
	padding-left: 50px;
}

.rightPdg50 {
	padding-right: 50px;
}

@media screen and (max-width:767px) {
	.sdtopPdg0 {
		padding-top: 0;
	}

	.sdbottomPdg0 {
		padding-bottom: 0;
	}

	.sdleftPdg0 {
		padding-left: 0;
	}

	.sdrightPdg0 {
		padding-right: 0;
	}

	.sdtopPdg4 {
		padding-top: 4px;
	}	

	.sdleftPdg8 {
		padding-left: 8px;
	}

	.sdtopPdg10 {
		padding-top: 10px;
	}

	.sdbottomPdg10 {
		padding-bottom: 10px;
	}

	.sdrightPdg10 {
		padding-right: 10px;
	}

	.sdleftPdg10 {
		padding-left: 10px;
	}

	.sdtopPdg15 {
		padding-top: 15px;
	}

	.sdtopPdg20 {
		padding-top: 20px;
	}

	.sdbottomPdg20 {
		padding-bottom: 20px;
	}

	.sdrightPdg20 {
		padding-right: 20px;
	}

	.sdleftPdg20 {
		padding-left: 20px;
	}

	.sdtopPdg30 {
		padding-top: 30px;
	}

	.sdbottomPdg30 {
		padding-bottom: 30px;
	}

	.sdrightPdg30 {
		padding-right: 30px;
	}

	.sdleftPdg30 {
		padding-left: 30px;
	}

	.sdtopPdg40 {
		padding-top: 40px;
	}

	.sdbottomPdg40 {
		padding-bottom: 40px;
	}

	.sdrightPdg40 {
		padding-right: 40px;
	}

	.sdleftPdg40 {
		padding-left: 40px;
	}

	.sdtopPdg50 {
		padding-top: 50px;
	}

	.sdtopPdg60 {
		padding-top: 60px;
	}

	.sdtopPdg70 {
		padding-top: 70px;
	}

	.sdtopPdg80 {
		padding-top: 80px;
	}
}

.borderBox {
	box-sizing: border-box;
}

.li-disc {
	list-style-type: disc;
}

.jsOpenWrap {
	clear: both;
	display: none;
}

main .qaBox01 .main.cr {
	transition: border 2.5s ease 0.5s;
}

/* ローディング処理 Start */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50px);
	text-align: center;
	color: #fff;
	z-index: 2;
}
#loader> img {
	width: 80px;
	height: 80px;
}
#loader:after {
	content: "Now Loading...";
	color: #fff;
	display: block;
}
@media screen and (max-width:767px) {
	#loader> img {
		width: 50px;
		height: 50px;
	}
}
/* ローディング処理 End */


/* ロード時フェードアップ処理 Start */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeDownAnimate{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/ 
.fadeUpTrigger{
	opacity: 0;
}
/* ロード時フェードアップ処理 End */
