/* CSS Document */

/* sec_01
---------------------------------------------------------- */

.sec_01 .txt_copy_01 {
  font-size: 35px !important;
  text-align: left;
}
.sec_01 .txt_name span {
  display: block;
  font-size: 1.5em;
  margin: 0 0 10px;
}


/* ==========================================================================//
//
//　SP 1024px以下
//
// ========================================================================== */

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


}


/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

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

/* sec_01
---------------------------------------------------------- */
.sec_01 {
  flex-direction: column;
  margin-bottom: 50px;
  }

.sec_01 .txt_comment {
  /*order: 2;*/
  width: 100%;
}
.sec_01 .txt_copy_01 {
  font-size: 24px !important;
}
.sec_01 .img_01 {
  /*order: 0;*/
  text-align: center;
  margin-top: 10px;
}
.sec_01 .img_01 img {
  width: 60%;
  margin: 0 auto 20px auto;
  }
  
  
/* sec_02
---------------------------------------------------------- */
.sec_02 {
  padding: 60px 0 50px;
}
.sec_02 h3 {
  font-size: 10vw;
  margin-bottom: 40px;
}
.sec_02 h3 span {
  font-size: 4vw;
}
.sec_02 p {
  font-size: 16px;
}
.sec_02 h4 {
  font-size: 6vw;
  margin: 40px 0 20px;
}
 
  
/* sec_03
---------------------------------------------------------- */
.sec_03 .table_01 {
  width: 650px;
}
.sec_03 .table_01 th,
.sec_03 .table_01 td {
  padding: 7px;
  line-height: 140%;
  font-size: 14px !important;
}
  
  
}