@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%;
}
	

/* contents01 */

.contents001 {
	width: 92%;
}

.contents001 {
	margin-bottom: 30px;
}

.contents001 ul {
	width: 100%;
}

.contents001 ul li {
	font-size: 15px;
}

.contents001 ul li:last-child {
	margin-bottom: 15px;
}
	
.contents001 ul:last-child li:last-child {
	margin-bottom: 0px;
}
	


/* 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;
}

/* contents07 */

.contents07 .box-in {
	width: 92%;
	margin-top: 30px;
}

.contents07 .box {
	margin-bottom: 10px;
}


.contents07 h5, .contents07 h6 {
	padding: 15px 0px;
	font-size: 14px;
	letter-spacing: 0em;
	font-family: yu-mincho-pr6, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.contents07 h5 {
	width: 10%;
	background-color: #42210b;
	color: #FFF;
}

.contents07 h6 {
	width: 90%;
	padding: 15px 20px;
	padding-right: 30px;
}

.contents07 .box02 {
	padding: 15px 20px;
}

summary::after {
	background-size: auto 100%;
	height: 15px;
	right: 5px;
}

/*case*/
.case {
		width: 92%;
	}	
	
.case .box {
		margin-bottom: 30px;
	}	
	
.case .box-check .box {
		width: 92%;
	margin-left: auto;
	margin-right: auto;
	}	
	
.case .box-check {
	padding: 0;
}	
	
 .case .box-check .box04 {
  display: flex;
  flex-direction: column; 
  align-items: center;     
  gap: 20px;               
  background-image: none;  
  position: relative;     
  padding: 20px 0;         
}

.case .box-check .box04 > div:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -50px; 
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(images/arrow04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  width: 70px;
  height: 24px;
}

.case .box-check .box04 > div:nth-child(1) {
  margin-bottom: 40px; 
  position: relative;  
	/*width: 50%;*/
}


.case .box-check .box04 > div:nth-child(2) {
  margin-top: 10px;
	/*width: 50%;*/
}
	
.case .box .box01 h4 {
	font-size: 14px;
        padding: 4px 15px;
	margin: 30px 0 10px;
}	
	

.case .box .box01 h4.con {
	margin: 0 0 10px;
}		
	
	
.case .info .box01 dt {
	font-size: 15px;
}

.case .info .box01 dd {
	font-size: 14px;
}
	
.case.nomal {
	padding-bottom: 20px;
}	
		
	
	

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