.om #key {
  background-image: url("../img/business/create/om/kv.jpg"); }

.box_video {
  margin: 0 auto 75px;
  width: 100%;
  max-width: 860px;
  height: 483px; }
  @media only screen and (max-width: 1000px) {
    .box_video {
      margin-bottom: 10vw;
      position: relative;
      padding-top: 56.25%;
      height: auto; }
      .box_video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; } }

.box_ansin {
  width: 100%;
  margin: 0 0 24px;
  padding: 25px 26px 25px;
  overflow: hidden;
  box-sizing: border-box;
  justify-content: space-between; }
  .box_ansin.ansin_1 {
    background: #F3981E; }
  .box_ansin.ansin_2 {
    background: #AACD06; }
  .box_ansin.ansin_3 {
    background: #52C3F1;
    margin-bottom: 80px; }
  .box_ansin .ansin_img {
    width: 205px; }
    .box_ansin .ansin_img img {
      width: 100%; }
  .box_ansin .box_ansin_min {
    width: calc(100% - 235px);
    line-height: 1.7; }
  .box_ansin p.title {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 8px; }
  @media only screen and (max-width: 767px) {
    .box_ansin.ansin_3 {
      margin-bottom: 13vw; }
    .box_ansin .box_ansin_min {
      width: 100%;
      margin-top: 5vw; } }

#helpdesk {
  background: #ececec;
  padding: 45px 50px;
  margin: 0 0 40px; }
  #helpdesk h2 {
    color: #005ca7;
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 16px; }
  #helpdesk p {
    padding-bottom: 30px;
    line-height: 2; }
  #helpdesk div {
    overflow: hidden;
    margin: 0 0 17px; }
  #helpdesk .btn_more {
    text-align: right; }
    #helpdesk .btn_more a {
      font-weight: 500;
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    #helpdesk {
      padding: 10vw 5%;
      margin-bottom: 5vw; }
      #helpdesk .btn_more {
        text-align: center; }
        #helpdesk .btn_more a {
          font-weight: 500;
          font-size: 3vw; }
          #helpdesk .btn_more a:after {
            width: 30px;
            background-position: center right; } }

.btn_for_report {
  text-align: center;
  margin: 0 auto 75px;
  max-width: 665px; }
  @media only screen and (max-width: 767px) {
    .btn_for_report {
      margin-bottom: 15vw; }
      .btn_for_report a {
        font-weight: 500;
        font-size: 4vw; }
        .btn_for_report a:after {
          width: 30px;
          background-position: center right; } }

.txt1 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
  color: #333;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .txt1 {
      font-size: 5vw; } }

ul.case_sample {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px; }
  ul.case_sample li {
    width: 47%;
    margin: 0 0 20px; }
    ul.case_sample li figcaption {
      line-height: 1.6;
      margin-top: 6px; }
    ul.case_sample li a {
      color: #2e55a5;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    ul.case_sample {
      display: block;
      padding-bottom: 0; }
      ul.case_sample li {
        width: 100%; } }

table.soramoni {
  width: 100%;
  border: 1px solid #bbb;
  font-size: 17px;
  margin: 0 0 30px; }
  table.soramoni th {
    border: 1px solid #bbb;
    background: #000;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center; }
    table.soramoni th.center_txt {
      width: 37%; }
  table.soramoni td {
    border: 1px solid #bbb;
    padding: 18px;
    vertical-align: middle; }
    table.soramoni td.left_txt {
      color: #005ca7;
      font-weight: bold;
      width: 18%; }
  table.soramoni.table_sora2 {
    margin: 0 0 65px; }
    table.soramoni.table_sora2 td {
      width: 21%;
      text-align: center;
      font-weight: bold;
      color: #005ca7; }
    table.soramoni.table_sora2 td.left_txt {
      width: 18%;
      text-align: center;
      font-weight: bold;
      color: #005ca7; }
  @media only screen and (max-width: 767px) {
    table.soramoni {
      font-size: 15px; } }

#box_report {
  overflow: hidden;
  border: 1px solid #c6c6c6;
  margin: 35px 0 50px;
  padding: 50px 60px; }
  #box_report h2 {
    font-size: 30px;
    line-height: 170%;
    margin: 0;
    padding: 0 0 7px;
    font-weight: bold; }
    #box_report h2 span {
      color: #ccc;
      font-size: 30px; }
  #box_report .report_line {
    border-bottom: 5px solid #ccc;
    padding-bottom: 20px; }
  #box_report p.text_right {
    text-align: right;
    border-bottom: 2px solid #c6c6c6;
    padding: 4px 0;
    margin: 0 0 30px; }
  #box_report h3 {
    color: #0068b7;
    font-weight: bold;
    font-size: 23px; }
  #box_report p.text_red {
    color: #e60000;
    font-weight: bold;
    font-size: 21px;
    padding: 0 0 10px;
    line-height: 160%; }
  #box_report p.text_blue {
    color: #0068b7;
    font-weight: bold;
    font-size: 20px;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    #box_report {
      padding: 5vw 4%; }
      #box_report h2 {
        font-size: 5.7vw; }
        #box_report h2 span {
          font-size: 6vw; }
      #box_report h3 {
        font-size: 6vw; }
      #box_report p.text_red {
        font-size: 5vw; } }

#report1 {
  overflow: hidden;
  margin: 0 0 15px; }

#report2 {
  overflow: hidden;
  margin: 0 0 30px; }

#keyword h2 {
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border: none;
  padding: 10px 0;
  margin: 0 0 22px;
  line-height: 170%; }
  #keyword h2 span {
    color: #ffde00;
    font-size: 33px; }
@media only screen and (max-width: 767px) {
  #keyword h2 {
    font-size: 5vw; }
    #keyword h2 span {
      font-size: 6vw; } }

#btn_solamoni {
  margin: 0 auto 50px;
  text-align: center; }

#photo_rightside {
  float: right;
  text-align: center;
  margin: 0 0 30px 60px; }
  #photo_rightside img {
    margin: 0 auto 20px;
    width: 257px; }
  @media only screen and (max-width: 767px) {
    #photo_rightside {
      float: none;
      margin: 0 auto 30px; } }

span.helpdesk {
  color: #005ca7;
  font-weight: bold;
  font-size: 21px; }
