@charset "utf-8";

.thirdbox .p01{background-color: #c29313;color:#fff !important;}

@media screen and (max-width: 2097px) {
.z1{width: 100%;}
.z1 img{width: 100%;height: auto;}
}
@media screen and (max-width: 1964px) {
.z2{width: 100%;}
.z2 img{width: 100%;height: auto;}
}


@media screen and (min-width: 769px) {


}
@media screen and (max-width: 769px) {
.scro{overflow-x: auto;padding-bottom: 10px;-webkit-overflow-scrolling: touch;}
.scro::-webkit-scrollbar {
  height: 4px;
}
.scro::-webkit-scrollbar-track {
  background: #eee;
}
.scro::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scro::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.scro .z1{width: 1049px;}
.scro .z1 img {
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
}
@media screen and (max-width: 768px) {

.scro{
    overflow-x: auto;
  }
  .scro .z1 {
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 0 15px;
  }

}


.schbox {
    margin-bottom: 30px;
 /*   border: 1px solid #ccc;
    padding: 10px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 4px #c6aa81;
    border: dashed 2px #e3dbbf;
    padding: 20px;
  }
  .schbox:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #9e937b #fff #9e937b;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  
.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #936d17;
  margin: 30px auto;
}
  
.schbox h3 {
    width: 21%;
    font-size: 1.6rem;
    border-right: 5px solid #e3ded3;
    padding:0 15px 0 0 ;
  }
.schbox h3.long {

  }  
#container .schbox h4 {
    font-size: 1.6rem;
  }
#container .schbox h4:before {
    content: "■";
  }       
.schbox .schbox_r {
    width:77%;
  }
.schbox .schbox_inn{
margin-bottom: 30px;
  }
.schbox .openbox {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
.schbox .openbox .schph {
    width: 22%;
  }
.schbox .openbox .schph img{
    width: 100%;
  }
.schbox .openbox .schcopy {
    width: 76%;
  } 
  
@media screen and (max-width: 768px) {  
  .schbox {
    display: block;
    width: 96%;
    margin: 20px auto;
    padding: 10px;
  }

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #936d17;
  margin: 30px auto;
}
  
.schbox h3 {
    width: 100%;
    font-size: 1.6rem;
    border-left: 5px solid #e3ded3;
    border-right: none;
    padding:0 0 0 15px ;
    margin-bottom: 15px;
  }

#container .schbox h4 {
    font-size: 1.6rem;
  }
.schbox h4:before {
    content: "■";
  }       
.schbox .schbox_r {
    width:100%;
  }
.schbox .schbox_inn{
margin-bottom: 30px;
  }
.schbox .openbox {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: block;
  }
.schbox .openbox .schph {
    width: 100%;
    text-align: center;
  }
.schbox .openbox .schph img{
    width: 100%;
  }
.schbox .openbox .schcopy {
    width: 100%;
    margin-top: 5px;
    font-size: 1.3rem;
  } 
  } 
