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

@media screen and (min-width:768px){
    
.header{
    display: block !important;
     z-index: 100 !important;
    opacity: 1.0 !important;
}
}



/*contents01*/

.contents01, .contents02 {
	display: flex;
  justify-content: space-between;
	width: 100%;
}

.contents01 .box, .contents02 .box {
	width: 48%;
}

.contents02 .box:first-child {
	order: 2;
}

.contents02 .box:last-child {
	order: 1;
}

.contents01 .box p, .contents02 .box p {
	width: 480px;
	padding-top: 30px;
}

.contents02 .box p {
	float: right;
}


.text01 {
	margin-bottom: 40px;
}

.text02 {
	margin-bottom: 40px;
}

.text03 {
	margin-bottom: 0px;
}

.text04 {
	margin-bottom: 60px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


