.box{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right : 20px;
  padding-top : 20px;
  padding-left : 20px;
}

.text {
}

h3{
  font-size: 21px;
  margin: 0;
}

.pict{
  width: 70%;
  margin-left: 3%;
margin-right: 3%;
}

.pict img{
  width: 100%;
  height : inherit;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text{
  text-align : left;
}
.box:nth-child(even) .pict{
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text{
    text-align: center;
  }
  .box:nth-child(even) .text{
    text-align: center;
  }
  .pict{
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict{
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img{
    width : 86%;
    height : inherit;
  }
}



h6{
	color : #00b38a;/*文字色*/
border-bottom : 2px dotted #00b38a;
/*線の種類（点線）2px 線色*/

  margin-top : 0px;
}


p{
  font-size: 16px;
  text-align: center;
  margin: 60px auto 40px;
}
table{
  margin: 20px auto;
}
.tbl-r02 th{
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td{
	　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child{
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02{
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td{
	　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
 







.box10{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom : 25px;
  padding-right : 25px;
  padding-top : 25px;
  padding-left : 25px;
  margin-bottom : 25px;
}

.text {
}

h3{
  font-size: 21px;
  margin: 0;
}

.pict{
  width: 70%;
  margin-left: 3%;
margin-right: 3%;
}

.pict img{
  width: 100%;
  height : inherit;
}

.box10:nth-child(even) {
  flex-direction: row-reverse;
}
.box10:nth-child(even) .text{
  text-align : left;
}
.box10:nth-child(even) .pict{
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box10 {
    flex-direction: column;
  }
  .box10:nth-child(even) {
    flex-direction: column;
  }
  .text{
    text-align: center;
  }
  .box10:nth-child(even) .text{
    text-align: center;
  }
  .pict{
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box10:nth-child(even) .pict{
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img{
    width : 84%;
    height : inherit;
  }
}



h6{
	color : #00b38a;/*文字色*/
border-bottom : 2px dotted #00b38a;
/*線の種類（点線）2px 線色*/

  margin-top : 0px;
}


p{
  font-size : 14px;
  margin : 0px auto 0px 5px;
}
table{
  margin: 20px auto;
}
.tbl-r02 th{
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td{
	　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child{
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02{
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td{
	　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

































.col-head-type1{
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td{
  border : 1px solid #dbe1e8;  
  padding : 15px;
}
 
.col-head-type1 th{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #fffbdb;
  text-align : center;
  width : 20%;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td{
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child{
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td{
    border-top: none;
  }
}



.col-head-type2{
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type2 th,
.col-head-type2 td{
  border : 1px solid #dbe1e8;  
  padding : 15px 15px 15px 18px;
}
 
.col-head-type2 th{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #fffbdb;
  text-align : left;
  width : 40%;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td{
    display: block;
    width: auto;
  }
  
  .col-head-type2 tr:first-child{
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type2 th,
  .col-head-type2 td{
    border-top: none;
  }



}