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


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

	
/*contents01*/

.contents01{
	padding-bottom: 40px;
}

.contents01 > h3 {
	font-size: 22px;
	margin-bottom: 15px;
	width: 250px;
}

.contents01 > h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.contents01 > p {
	margin-bottom: 20px;
}
	
	
/*contact*/
.contact {
	width: 92%;
}

.contact .box01 {
	display: block;
	margin-bottom: 20px;
}

.contact .box01 .box {
	width: 280px;
	margin: auto;
	margin-bottom: 10px;
}
	
.contact .box01 .box span:after {
	content: '';
	width: 280px;
	height: 93px;
	display: inline-block;
background-position: center top;
background-repeat: no-repeat;
	background-size: 100% auto;
}

.contact .box01 .box span:after {
	border-radius: 8px;
}
	
.contact .box01 .box:nth-child(1) span:after {
	background-image: url("images/c01.svg");
	content: '';
}

.contact .box01 .box:nth-child(2) span:after {
	background-image: url("images/c02.svg");
	content: '';
}

.contact .box01 .box:nth-child(3) span:after {
	background-image: url("images/c04.svg");
	content: '';
}

.contact .box01 .box:nth-child(4) span:after {
	background-image: url("images/c07.svg");
	content: '';
}
	
.contact .box01 .box:nth-child(5) span:after {
	background-image: url("images/c08.svg");
	content: '';
}
	
	.contact .box01 .box:nth-child(6) span:after {
	background-image: url("images/c11.svg");
	content: '';
}
	
	.contact .box01 .box:nth-child(7) span:after {
	background-image: url("images/c12.svg");
	content: '';
}
	
.contact .box01 .box:nth-child(8) span:after {
	background-image: url("images/c09.svg");
	content: '';
}
	
.contact .box01 .box:nth-child(9) span:after {
	background-image: url("images/c10.svg");
	content: '';
}


.contact .box02, .contact .box03 {
	margin-bottom: 20px;
}

.contact .box03 {
	display: block;
}

.contact .box03 > div {
	width: 100%;
}
	
.contact .box03 > div:first-child {
	margin-bottom: 20px;
}
	
.contact .box03 > div:last-child {
  justify-content: flex-start;
}
	
.contact .box03 > div:last-child > div {
  margin-right: 10px;
}

	
.contact .box03 > div:last-child .box span:after {
	content: '';
	width: 100px;
	height: 48px;
	display: inline-block;
background-position: center top;
background-repeat: no-repeat;
	background-size: 100% auto;
}

.contact .box03 > div:last-child .box span:after {
	border-radius: 6px;
}

.contact .box03 > div:last-child .box:nth-child(2) span:after {
	background-image: url("images/c05.svg");
	content: '';
}

.contact .box03 > div:last-child .box:nth-child(3) span:after {
	background-image: url("images/c06.svg");
	content: '';
}

	
#formWrap .center {
	width:92%;
}



    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
