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


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

	
/*contents01*/

.contents01{
}

.contents01 .box-in {
	width: 90%;
  justify-content: center;
	padding-bottom: 50px;
}

.contents01 .box-in .box01 {
	width: 100%;
}

.contents01 .box-in .box01 .box001 {
	padding: 40px 0px;
}

.contents01 .box-in .box02 {
	width: 100%;
	max-width: 320px;
}
	
.contents01 h3, .contents02 h3 {
	font-size: 22px;
	padding: 10px 0px;
	width: 90%;
	margin-bottom: 15px;
}

.contents01 h4, .contents02 h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
	
	
.contents01 h6 {
	font-size: 25px;
}

.contents01 h6 span {
	font-size: 18px;
}

/*mokuji*/
.mokuji {
	width : 92%;
}

.mokuji-box {
	width :100%;
}

.mokuji-box h3 {
	font-size: 22px;
}

.mokuji ul {
	margin-top: 16px;
    margin-bottom: 35px;
	text-align: left;
}

.mokuji ul li {
    font-size: 14px;
}

/*paper*/
.paper {
		width: 92%;
	}	
	
.paper-box {
	width :100%;
}


.paper h3 {
	font-size: 18px;
}

.paper-box ul {
	margin-top: 14px;
}

.paper-box ul li {
    font-size: 14px;
}

/*flexbox*/
.paper-group {
	width: 92%;
	display: block;
	text-align: center;
	margin: 0px auto 50px;
}

.paper-group .box01 {
	width: 100%;
	margin-bottom: 20px;
}

.paper-group .box02 {
	width: 100%;
}

.paper-group .box02 p.pdf {
	font-size: 18px;
}	



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