
@charset "UTF-8";

@charset "UTF-8";

.widget_tel .inner_item_txt {
    border-bottom: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.plan_org {
    width: 1080px;
    height: 705px;
    margin: 0 auto;
    background: url(/common/upload_data/k-front-cojp/image/20200807160804.png);
    background-repeat: no-repeat;
}

.plan_org_in {
    padding: 30px;
}

.plan_org_in h2 + p {
    color: #36A448;
    font-size: 26px !important;
}

ul.plan_catch {
    display: -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    justify-content: center;
    margin-bottom: 30px;
}

ul.plan_catch li {
    display: block;
    padding: 0 !important;
}

ul.plan_catch li p {
    padding: 10px 30px;
    background: #36A448;
    color: #ecf0f1;
    font-weight: bold;
    font-size: 20px;
    margin: 0 10px;
}

div.plan_catch {
    display: -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
}

.plan_img {
    width: 30%;
    text-align: center;
}

.plan_catch_right {
    width: 70%;
}

.plan_catch_top {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

.plan_catch_mid {
    color: red;
    font-weight: bold;
    font-size: 70px;
    margin-top: -30px;
}

.plan_catch_mid span {
    font-size: 30px;
}

.plan_catch_bot {
    font-weight: bold;
    font-size: 20px;
    margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .plan_org {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    align-items: center;
  }
  
  .plan_org_in {
    padding: 30px 0;
  }
  
  ul.plan_catch {
    flex-wrap: wrap;
  }
  
  ul.plan_catch li {
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 10px;
  }
  
  .plan_catch_mid {
    font-size: 40px;
    margin-top: -15px;
  }
  
  .plan_catch_mid span {
    font-size: 16px;
  }
  
  .plan_catch_bot {
    font-size: 16px;
    margin-top: -10px;
  }
}

#pflex + section .inner_item_txt {
    display: -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px !important;
}

#pflex + section .inner_item_txt p {
    width: calc(100% / 2);
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #pflex + section .inner_item_txt{
    width: 100% !important;
  }
  #pflex + section .inner_item_txt p{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #pflex + section {
    background-size: cover !important;
  }
}