@charset "UTF-8";

.catchBox{
  margin: 0.5em 0 0em;
  padding: 1em 1em 0;
}

.catchBox p{
  font-size:16px;
}


.sobaBox1 {
  position: relative;
  margin: 4em 0 1em;
  padding: 1em 1em;
  border: solid 1px #0a0a0a;
}

@media only screen and (max-width: 1200px) {
  .sobaBox1 {
    position: relative;
    margin: 3em 0 5em;
    padding: 1em 1em;
    border: solid 1px #0a0a0a;
  }
}

.sobaBox1 .box-title {
  position: absolute;
  display: inline-block;
  top: -37px;
  left: -3px;
  padding: 0 9px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 18px;
  color: #155bb1;
  font-weight: bold;
}
.sobaBox1 p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 2;
}

.box-title_lightblue{
  display: inline-block;
  color: #2f8dff;
  margin-top: 40px;
  margin-bottom: 10px;
}

.sobaBox1_inner_words{
 display: flex;
}

.sobaBox1_inner_words img{
width: 200px;
margin-left: 20px;
margin-right: 20px;
}

/* .sobaBox1 p span{
	border-bottom: 1px solid #ddd;
} */

.right{
  display: block;
  text-align: right;
}

.sobaBox1_height{
  min-height: 320px;
  height: auto;
}

.catchBox_height{
 min-height: 120px;
 height: auto;
}


.img-column_float-left{
  content: ".";
  display: block;
  clear: both;
} 

.img-column_float-left img{
  float: left;
  height: auto;
  width: 300px;
  margin: 10px;
}

/* .sobaBox1_inner_words{
  width: calc(100% - 300px);
} */

@media only screen and (max-width: 600px) {
  .box-title_lightblue{
    display: flex;
    justify-content: center;
    color: #2f8dff;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .sobaBox1_inner_words{
    flex-direction: column;
   }
   
   .sobaBox1_inner_words img{
     display: flex;
    width: 200px;
    margin: 0 auto;
   }
  .img-column_float-left{
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .img-column_float-left img{
    float: inherit;
    width: 70vw;
    max-width: 200px;
    margin: 0 auto;
  }
}