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




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


/* contents01 */

.contents01 {
	width: 92%;
}

.contents01 .box {
	margin-bottom: 40px;
}

.contents01 .box01 {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 20px;
	width: 100%;
}
	
.contents01 .box01 div {
	width: 46%;
	margin: 0px 2%;
	margin-bottom: 10px;
}
	
.contents01 .box01 img {
	width: 100%;
height: auto;
}

.contents01 .box02 {
	width: 100%;
}

.contents01 .box02 div {
	position:relative;
	width:100%;
	height:0;
	padding-top:60%;
}

.contents01 .box02 div iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.contents01 .box03 {
	width: 100%;
	display: block;
}

.contents01 .box03 div:first-child {
	width: 100%;
	margin-bottom: 20px;
}

.contents01 .box03 div:last-child {
	width: 100%;
}


/* contents02 */

.contents02, .contents04 {
	width: 100%;
	padding: 35px 0px;
	margin-bottom: 40px;
}

.contents02 .box-in, .contents04 .box-in {
	width: 92%;
}

.contents02 .box {
	margin-bottom: 60px;
	padding: 0px 20px 10px;
}

.contents02 .box:last-child {
	margin-bottom: 0px;
}

.contents02 .box:after {
	background-size: auto 25px;
	height: 45px;
	display: block;
	margin-bottom: -45px;
}


.contents02 .box div {
	background-size: auto 20px;
	padding: 30px 5px 25px;
}

.contents02 .box div:nth-child(2) {
	background-image: none;
	padding-top: 30px;
}

.contents02 h4 {
	width: 80%;
	font-size: 17px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
}

.contents02 h5 {
	font-size: 17px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 35px;
}

.contents02 h5:before {
	background-size: auto 100%;
	height: 28px;
}

/* contents03 */

.contents03 .box-in {
	margin-top: 30px;
	padding: 25px 20px;
	width: 92%;
}

.contents03 h6 {
	font-size: 18px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
	margin-bottom: 15px;
}

	
/* contents04 */

.contents04 .box-in {
	padding: 0px;
}
	
.contents04 .box {
}
	

.contents04 table td {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.4;
}

.contents04 table td span {
	font-size: 10px;
}
	
.contents04 p.sp-view {
	padding-bottom: 15px;
}
	
.contents04 .box01 {
	width: 90%;
height: auto;
	margin: auto;
	margin-top: 30px;
}

.contents04 h6 {
	font-size: 18px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
}

.contents04 h6:before {
	font-size: 12px;
}

.contents04 .box01 {
	margin-top: 40px;
}


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