@charset "utf-8";
/* CSS Document */

/***************************

	共通

***************************/


.d-block {
	display:block!important;
}

.d-inline {
	display:inline!important;
}
	
.mb00 {
	margin-bottom:0!important;
}
	
.mb01 {
	margin-bottom:1em!important;
}
	
.mb02 {
	margin-bottom:2em!important;
}
	
.mb03 {
	margin-bottom:3em!important;
}
	
.marumoji {
	font-family: "Zen Maru Gothic", sans-serif;		
}

section {
	padding:1em 1em 3em;
}	
	
section h2 {
	font-weight:500;
	font-size:30px;
}
	
section h4 {
	font-weight:500;
	font-size:24px;
}

.txt-large {
	font-size:110%;
}

.txt-center {
	text-align:center!important;
}

.txt-left {
	text-align:left!important;
}

.txt-right {
	text-align:right!important;
}

.txt-bold {
	font-weight:700;
}

.bg-be{
	background:#faf7f2; 
}

.bg-ppk {
	background:rgba(255,241,242,1)!important;
}

@media screen and (min-width:769px){

	.hvAction-move {
		position:relative;
		top:0;
		left:0;
		transition:all .5s ease;
	}

	.hvAction-move.move-up:hover {
		top:-.3em;
	}
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:480px){
	
}
