@charset "utf-8";
/* CSS Document */
.mainvisual{
  background:url("../img/mv.png")no-repeat center;
  background-size: cover;
}
/* 
------------------------------------------------------*/
.title_innre{
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.in_floc{
  margin-top: 60px;
}
.in_floc_inner{
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 40px 0 0px;
}
.in_floc_inner h4{
  color: #164E90;
  border-bottom: 1px solid #AAA;
  padding-bottom: 10px;
  margin: auto;
  font-size: 3rem;
  font-weight: 800;
}
.flex{
  display: flex;
  margin: auto;
  margin-top: 20px;
  justify-content: space-between;
}
.flex_none{
  max-width: 850px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  justify-content: space-between;
}
.flex_left{
  max-width: 305px;
  width: 100%;
}
.flex_right{
  max-width: 545px;
  width: 100%;
}
.img_flex{
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0; 
  max-width: 850px;
  width: 100%;
}
.stru_block h5{
  font-size: 1.8rem;
  color: #164E90;
  font-weight: 800;
  text-align: center;
}
.usage_text{
  padding-top: 15px;
  line-height: 1.5;
}
.usage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.usage_card {
    max-width: 190px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #164E90;
    text-align: center;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.usage_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 146px;
    box-shadow: 2px 4px 5px #0000001a;
    border-radius: 50%;
    background: #E4ECF5;
}

.floc {
    width: 93.75%;
    margin: 0 0 0 auto;
    background: url(../img/bg_flocking.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
    padding: 100px 0;
}
.floc_innre {
    max-width: 1024px;
  width: 100%;
  margin: auto;
}
.floc_innre h2{
    max-width: 640px;
    width: 100%;
  margin-left: auto;
    box-sizing: content-box;
}
.floc .sec-subtitle,.floc .sec-title{
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
.floc .sec-subtitle,.floc .sec-title .ft-1{
  font-size: 7rem;
}
.floc .sec-subtitle,.floc .sec-title .ft-2{
  font-size: 3.9rem;
}
.floc .sec-subtitle,.floc .sec-title .ft-3{
  font-size: 4.8rem;
}

.center_img{
  text-align: center;
  padding-top: 30px;
}
.floc_inner{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.floc_inner .floc_img{
  max-width: 473px;
  width: 100%;
}
.floc_text{
  max-width: 512px;
  width: 100%;
  color: #fff;
}
.content {
    background: #fff;
    max-width: 1024px;
    width: 100%;
    margin: 50px auto 0;
    padding: 50px 0;
  box-shadow: #0000001A 2px 4px 5px;
}
.content_inner{
  max-width: 880px;
  width: 100%;
  margin: auto;
}
.content_title {
    font-weight: 800;
    font-size: 3rem;
    color: #164E90;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
}
.content_flex {
    display: flex;
    justify-content: space-between;
}
.content_table_outer {
    margin: 60px 0 0;
  max-width: 425px;
  width: 100%;
}
.content_table {
    width: 100%;
    text-align: center;
}
.content_table thead th {
    background: #6282b0;
    color: #fff;
    font-weight: normal;
    padding: 20px 0;
    box-sizing: border-box;
}
.content_table tbody th {
  background: #bbcadc;
    padding: 20px 0;
    box-sizing: border-box;
    font-weight: normal;
  border-right: 1px solid #164E9050;
  border-bottom: 1px solid #164E9050;
}
.content_table tbody th:last-child {
  border-right: none;
}
.content_table tbody td {
    padding: 20px 0;
    box-sizing: border-box;
  border-right: 1px solid #164E9050;
  border-bottom: 1px solid #164E9050;
}
.content_table tbody td:last-child {
  border-right: none;
}
.content_img {
    margin: 60px 0 0;
}
.bus_bnr .bnr_list {
    margin-top: 100px;
}
.last_bottom{
  margin-bottom: 100px;
}
/* 固有レスポンシブ
------------------------------------------------------
------------------------------------------------------*/
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){

}

@media screen and (max-width: 767px) {
.mainvisual{
  background:url("../img/mv.png")no-repeat;
}
.floc {
    width: 100%;
    padding: 100px 10px;
}
.content_img {
    margin: 30px 0 0;
}
.intro_innre{
  padding: 0;
}
.floc .sec-title .ft-1 {
    font-size: 4.5rem;
}
.in_floc_inner {
    padding: 0px;
}
.flex {
    justify-content: center;
    flex-wrap: wrap-reverse;
}
  .flex_right{
    margin-bottom: 30px;
  }
.usage {
    display: flex;
    justify-content: space-between;
}
.usage_card {
  max-width: calc(50% - 15px);
    margin: 5px;
}
.intro {
    width: 100%;
    padding: 60px 5%;
}
.intro_inner {
    flex-direction: column;
    align-items: center;
}
.intro_text {
    margin-top: 30px;
}
.content {
    padding: 30px 5%;
}
.content_flex {
    flex-direction: column;
    align-items: center;
}
.last_bottom {
    margin-bottom: 50px;
}
}