@charset "UTF-8";
/*レスポンシブ*/
/*レスポンシブ*/
/*ホバー時のミックスイン01*/
/*//ホバー時のミックスイン01*/
/*1行表示（2行目以降省略）*/
/*//1行表示（2行目以降省略）*/
/*2行表示（3行目以降省略）*/
/*//2行表示（3行目以降省略）*/
/*3行表示（4行目以降省略）*/
/*//3行表示（4行目以降省略）*/
.secCase01 {
  max-width: 950px;
  padding: 50px 15px 0;
  margin: 50px auto 0;
  border-top: 1px dotted #999;
}
.secCase01:last-of-type {
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .secCase01 {
    padding: 0 4vw;
    margin: 30px auto;
    padding: 30px 4vw 0;
  }
}
.secCase01__wrapKv01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapKv01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 15px;
  }
}
.secCase01__wrapKv01 .-img01 {
  max-width: 460px;
  width: 50%;
  margin: 0 0 15px 5px;
  float: right;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapKv01 .-img01 {
    width: 100%;
    margin: 0;
  }
}
.secCase01__wrapKv01 .-tit01 {
  font-size: 24px;
  color: #0057AA;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapKv01 .-tit01 {
    font-size: 18px;
  }
}
.secCase01__wrapKv01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapKv01 .-stit01 {
    font-size: 16px;
  }
}
.secCase01__wrapKv01 .-txt01 {
  font-size: 13px;
  margin: .5em 0;
}
.secCase01__wrapImgL01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgL01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 10vw;
  }
}
.secCase01__wrapImgL01 .-img01 {
  max-width: 280px;
  width: 31%;
  margin: 0 15px 5px 0;
  float: left;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgL01 .-img01 {
    max-width: 100%;
    width: 100%;
    margin: 0 0 .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            order:10;
    flex-flow: row wrap;
  }
}
.secCase01__wrapImgL01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 .5em;
  width: 100%;
}
.secCase01__wrapImgL01 .-stit02 {
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgL01 .-stit01 {
    font-size: 16px;
  }
  .secCase01__wrapImgL01 .-stit02 {
    font-size: 14px;
  }
}
.secCase01__wrapImgL01 .-txt01 {
  font-size: 13px;
  margin: .5em 0;
}
.secCase01__wrapImgR01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgL01 .-txt01 {
    /* order:1; */
  }
  .secCase01__wrapImgR01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 15px;
  }
}
.secCase01__wrapImgR01 .-img01 {
  max-width: 280px;
  width: 31%;
  margin: 0 0 5px 15px;
  float: right;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgR01 .-img01 {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            order: 10;
  }
}


.secCase01__wrapImgL01 .-flowTxt01 {
  font-size: 13px;
  padding: 3em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.secCase01__wrapImgL01 .-flowTxt01 strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgL01 .-flowTxt01 {
    padding: 1em;
    order:1;
  }
  .secCase01__wrapImgL01 .-flowTxt01 strong {
    font-size: 16px;
  }
}

.secCase01__wrapImgR01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 .5em;
  width: 100%;
}
.secCase01__wrapImgR01 .-stit02 {
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgR01 .-stit01 {
    font-size: 16px;
  }
  .secCase01__wrapImgR01 .-stit02 {
    font-size: 14px;
  }
}
.secCase01__wrapImgR01 .-txt01 {
  font-size: 13px;
  margin: .5em 0;
}
.secCase01__wrapNoImg01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapNoImg01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 15px;
  }
}
.secCase01__wrapNoImg01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 .5em;
  width: 100%;
}
.secCase01__wrapNoImg01 .-stit02 {
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapNoImg01 .-stit01 {
    font-size: 16px;
  }
  .secCase01__wrapNoImg01  .-stit02 {
    font-size: 14px;
  }
}
.secCase01__wrapNoImg01 .-txt01 {
  font-size: 13px;
  margin: .5em 0;
}


.secCase01__wrapImgC01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.secCase01__wrapImgC01 .-img01,
.secCase01__wrapImgC01 .-img02,
.secCase01__wrapImgC01 .-img03 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 1em 0;
}
.secCase01__wrapImgC01 figure{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  align-content: center;
  padding: 0 10px;
}
.secCase01__wrapImgC01 .-img01 figure{
  width: 100%;
}
.secCase01__wrapImgC01 .-img02 figure{
  width: 45%;
}
.secCase01__wrapImgC01 .-img03 figure{
  width: 31%;
}
.secCase01__wrapImgC01 figure figcaption{
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.secCase01__wrapImgC01 img{
  max-width: 100%;
  height: auto; 
  margin: 0 0 5px;
}
.secCase01__wrapImgC01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 .5em;
  width: 100%;
}
.secCase01__wrapImgC01 .-stit02 {
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgC01 .-img01 figure,
  .secCase01__wrapImgC01 .-img02 figure,
  .secCase01__wrapImgC01 .-img03 figure{
    width: 100%;
    margin-bottom: .5em;
    padding: 0;
  }
  .secCase01__wrapImgC01 .-stit01 {
    font-size: 16px;
  }
  .secCase01__wrapImgC01 .-stit02 {
    font-size: 14px;
  }
}
.secCase01__wrapImgC01 .-txt01 {
  width: 100%;
  font-size: 13px;
  margin: .5em 0;
}
.secCase01__wrapImgC01 .-flowTxt01 {
  font-size: 13px;
  padding: 3em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.secCase01__wrapImgC01 .-flowTxt01 strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .secCase01__wrapImgC01 .-flowTxt01 {
    padding: 1em;
    order:1;
  }
  .secCase01__wrapImgC01 .-flowTxt01 strong {
    font-size: 14px;
  }
}