@media screen and (max-width: 1219px) {
  /*PC TOPナビゲーション */
  #telework_nav {
    display: none;
  }
  /*スマホTOPナビゲーション */
  #sp_header {
    display: block;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 10000;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #a9194a;
    border-radius: 0;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    left: 14px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 19px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 41px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 30px;
    left: 13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 62px;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #E73767;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-align: left;
  }
  nav.globalMenuSp ul li img {
    width: 200px;
    height: 50px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  /*SPお申し込み*/
  #sp_contact {
    display: block;
    height: 62px;
  }
  #sp_contact .sp_contact_fix {
    position: fixed;
    width: 100%;
    background: #E73767;
    z-index: 10;
    border-bottom: 2px solid #a9194a;
  }
  #sp_contact .sp_contact_fix img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }
  #sp_contact .sp_contact_fix img.pro_rogo {
    width: 155px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #sp_contact .sp_contact_fix ul {
    display: flex;
    margin: 0;
    align-items: center;
    height: 60px;
  }
  #sp_contact .sp_contact_fix ul li {
    flex: none;
    margin-right: 5px;
    padding-right: 5px;
    text-align: center;
  }
  #sp_contact .sp_contact_fix ul li:first-child {
    flex: none;
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
    width: calc(100% - 150px);
  }
  #sp_contact .sp_contact_fix ul li:first-child a {
    text-align: left;
    display: block;
  }
  #sp_contact .sp_contact_fix ul li:last-child {
    margin-left: 5px;
    font-size: 18px;
    width: 60px;
    height: 60px;
  }
  #sp_contact .sp_contact_fix ul li a span {
    font-size: 10px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .main_btn {
    display: none;
  }
  /*共通*/
  body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }
  .mb170 {
    margin-bottom: 60px;
  }
  img {
    max-width: 100%;
  }
  .br {
    display: inline-block;
  }
  .br_contact {
    display: inline-block;
    padding-left: 0px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  #header {
    position: relative;
    border-bottom: 5px solid #E73767;
  }
  .header_all {
    display: block;
    justify-content: space-between;
    min-height: auto;
    padding: 5px 15px;
  }
  .header_logo {
    height: 23px;
    width: 100px;
  }
  .header_logo a {
    display: block;
    height: 23px;
  }
  .header_logo img {
    width: 100px;
    height: 23px;
    margin-top: 0;
  }
  .header_contact {
    display: none;
  }
  footer .foot_all {
    display: block;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
    padding-top: 10px;
  }
  /*footer .across_rogo {
    width: 182px;
    height: 21px;
    margin-top: 0;
  }*/
  footer .across_rogo img {
    width: 90px;
    height: auto;
  }
  footer .foot_all .foot_list {
    overflow: hidden;
  }
  footer .foot_list ul li {
    float: left;
    margin-right: 5px;
    border-left: 1px solid #7D7D8E;
    padding-left: 5px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  /*TOPビジュアル*/
  .telework_top_visuals, .telework_top_visuals.test {
    position: relative;
    height: 250px;
    width: 100%;
    background: url(../../shared/img/app/afureko/telework_call/sp_topback.jpg)no-repeat;
    background-size: cover;
  }
  .webp .telework_top_visuals, .webp .telework_top_visuals.test {
    position: relative;
    height: 250px;
    width: 100%;
    background: url(../../shared/img/app/afureko/telework_call/sp_topback.webp)no-repeat;
    background-size: cover;
  }
  .sp_toprogo {
    display: block;
    padding: 30px 40px 0;
    text-align: center;
  }
  .middle_cv.sp_show {
    position: static;
    margin: 30px auto 0;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-flow: wrap;
  }
  .middle_cv a {
    background: #e73962;
    box-shadow: 3px 3px #a9194a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 8px 20px 8px;
    border-radius: 5px;
    transition: 0.3s;
    display: block;
    width: 48%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .middle_cv a.fv_dcu {
    width: 100%;
    padding-top: 10px;
  }
  .middle_cv a.fv_dcu i {
    font-size: 20px;
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .middle_cv a {
    background: #e73962;
    box-shadow: 3px 3px #a9194a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 8px 10px 8px;
    border-radius: 5px;
    transition: 0.3s;
    display: block;
    width: 70%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
    line-height: 1;
  }
  .middle_cv a:hover {
    background: #fff;
    color: #a9194a;
    box-shadow: none;
    transform: translateY(3px)translateX(3px);
    transition: 0.3s;
    border: 2px solid #a9194a;
  }
  .middle_cv a i {
    margin-right: 0px;
    font-size: 26px;
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
  }
  .middle_cv a.fv_ico::before {
    content: "";
    background: url(../../shared/img/app/afureko/telework_call/fv_icom.svg)no-repeat;
    width: 23px;
    height: 24px;
    display: block;
    vertical-align: 0px;
    margin-right: 0;
    text-align: center;
    margin: 0 auto 5px;
  }
  .middle_cv a.fv_ico:hover::before {
    content: "";
    background: url("../../shared/img/app/afureko/telework_call/fv_icom_2.svg")no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    vertical-align: 0px;
    margin-right: 0;
    text-align: center;
    margin: 0 auto 5px;
  }
  .middle_cv a.fv_ico {
    padding-top: 10px;
  }
  /*Introduction*/
  .intro {
    margin: 40px 0;
    padding: 0 20px;
    text-align: left;
  }
  .intro h1 img {
    width: 100%;
    height: 23px;
  }
  .intro h1 {
    width: 100%;
    /*height: 40px;*/
    margin: 0 auto 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  .intro h1::after {
    width: 45px;
    height: 70px;
    top: 0;
    right: 0;
    opacity: 0.5;
    display: none;
  }
  .intro h1::before {
    width: 75px;
    height: 80px;
    top: 0;
    opacity: 0.5;
    left: 0;
    display: none;
  }
  .intro h1 span {
    font-size: 16px;
  }
  .intro p {
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .intro .spe_banner {
    width: 100%;
    margin: 30px auto 0;
  }
  .intro .spe_banner img {
    width: 100%;
    height: auto;
  }
  /*お悩み*/
  .worry {
    background-size: contain;
    text-align: left;
    background-position: bottom center;
    margin-bottom: 50px;
    padding: 40px 15px 0;
  }
  .worry::after {
    width: 250px;
    height: 50px;
    bottom: -40px;
  }
  .worry .w_l {
    display: block;
  }
  .worry .w_l img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
  }
  .worry .w_l .coment {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
  }
  .worry .w_l .coment::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 35px;
    margin-top: -15px;
    border: 12px solid transparent;
    border-bottom: 18px solid #fff;
  }
  .worry .w_r {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .worry .w_r img {
    width: 90px;
    height: 90px;
    margin-left: 0px;
  }
  .worry .w_r .coment {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: inline-block;
    margin: 15px 0 20px;
    order: 2;
  }
  .worry .w_r .coment::before {
    content: "";
    position: absolute;
    top: -9px;
    left: auto;
    margin-top: -15px;
    border: 11px solid transparent;
    border-bottom: 18px solid #fff;
    right: 32px;
  }
  .worry_s {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .worry_l {
    font-size: 24px;
    color: #2a4787;
    font-weight: 800;
    font-feature-settings: "palt";
    line-height: 1.2;
  }
  .worry_l .ss {
    font-size: 16px;
  }
  /*ラクラク解決*/
  .clear {
    margin: 15px 15px 40px 15px;
  }
  .clear .clear_text {
    text-align: center;
    color: #4d4f56;
    font-size: 26px;
    font-weight: 500;
    margin: 0 auto;
  }
  .clear .clear_box h2 img {
    width: 215px;
    height: 55px;
    vertical-align: -7px;
    margin-right: 5px;
  }
  .clear .clear_box h2 .clear_s {
    color: #4d4f56;
    font-size: 24px;
  }
  .clear .clear_box h2 .sp_indention {
    display: block;
    line-height: 1;
  }
  .clear .clear_box h2 {
    font-size: 26px;
    padding: 0;
    top: -40px;
    text-align: center;
  }
  .clear .clear_box ul {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-bottom: 50px;
  }
  .clear .clear_box ul li {
    margin-bottom: 10px;
    padding-left: 2.5rem;
    text-indent: -3.5rem;
    font-weight: 500;
  }
  .clear .clear_box2 {
    font-size: 16px;
    display: block;
  }
  .clear .clear_box2 .clear_desc p {
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
  .clear .clear_box2 .clear_desc p:last-child {
    margin-bottom: 0;
  }
  .clear .clear_box2 .clear_desc {
    width: 100%;
  }
  .clear .clear_box2 img {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
  }
  .clear .clear_box .point.font_gothic2 {
    font-size: 1.5rem;
    margin-top: 0.5em;
    padding: 0;
  }
  /*テレワークCall.appとは*/
  .systems {
    background: #E2E5EF;
    padding: 40px 0 40px 0;
  }
  .system {
    margin: 15px;
  }
  .sys_copy_s {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #4D4F56;
    margin-bottom: 0px;
    display: inline-block;
  }
  .sys_copy_s2 img {
    width: 240px;
    height: auto;
    margin-right: 5px;
    vertical-align: -6px;
  }
  .sys_copy_s2 {
    font-size: 24px;
  }
  .system dl {
    display: block;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .system dl dt {
    height: auto;
    margin-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .system dl dt img {
    width: 140px;
    height: 140px;
  }
  .system dl dd {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
  .system dl dd li {
    margin-bottom: 20px;
    line-height: 1.8rem;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .system dl dd li::before {
    content: "●";
    margin-right: 5px;
    font-size: 18px;
    vertical-align: 0px;
  }
  .system dl dd li .asta {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    padding-left: 13px;
    text-indent: -14px;
  }
  .sys_copy_l {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0px;
    display: inline-block;
  }
  .sys_copy_l::before {
    content: none;
  }
  .sys_copy_rg_t {
    font-size: 24px;
    font-feature-settings: "palt";
    color: #E73962;
    margin-right: 5px;
  }
  .systems .system h2 {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
  }
  .system dl .price_down span {
    font-size: 16px;
  }
  .system dl .price_down {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .system dl .price_down::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #E73962;
  }
  /*活用シーン*/
  .scenes {
    margin: 50px 0 50px 0;
  }
  .scene {
    position: relative;
    margin: 15px;
  }
  .scene h2 {
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
  }
  .scene_title {
    font-size: 22px;
    text-align: left;
  }
  .scene3 dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .scene3 dl:last-child, .scene3 dl:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .scene3 dl dd {
    text-align: left;
    font-weight: normal;
  }
  .scene3 dl dd span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #901d22;
    line-height: 1.5;
    margin: 0px 0 5px;
  }
  .scene3 dl dt, .scene3 dl dt img {
    width: 150px;
    height: 158px;
    margin-right: 10px;
  }
  .scene3 dl dt {
    flex: none;
  }
  .scene3 dl dt {
    width: 150px;
    margin-right: 10px;
  }
  /*運用イメージ*/
  .service {
    margin: 15px 15px 50px;
  }
  .service .cnt_blc {
    padding: 20px 10px 10px;
    margin-bottom: 50px;
  }
  .service .cnt_blc h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .service .cnt_blc h3 {
    font-size: 20px;
    font-weight: 500;
    font-feature-settings: "palt";
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
  }
  .service .cnt_blc h3 span {
    font-size: 18px;
    font-weight: 300;
  }
  .service .cnt_blc .teke_part {
    position: static;
    border-radius: 0;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #D6395E;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .service .cnt_blc .teke_part h4 {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    position: static;
    margin: 0;
  }
  .service .cnt_blc .teke_part h4 span {
    background: #fff;
    padding: 0;
    display: block;
  }
  .service .cnt_blc .teke_part h4.call_out {
    width: 100%;
  }
  .service .imageover {
    text-align: center;
    margin-bottom: 25px;
    overflow: scroll;
    width: 100%;
    height: auto;
  }
  .service .imageover::-webkit-scrollbar {
    width: 10px;
  }
  .service .imageover::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  .service .imageover::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .service .imageover img {
    max-width: none;
    width: 600px;
    max-height: 55vh;
    margin-bottom: 15px;
  }
  .service .imageover:nth-child(odd) {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .service .imageover::after {
    content: "※この画像は横にスクロールできます。";
    font-size: 12px;
    text-align: left;
    display: block;
  }
  .list_asterisk {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .list_asterisk li {
    text-indent: -1.0rem;
    padding-left: 1.0rem;
    margin-bottom: 10px;
  }
  .list_point li {
    text-indent: -1.0rem;
    padding-left: 1.0rem;
    margin-bottom: 10px;
  }
  .list_point {
    margin-bottom: 60px;
  }
  .function {
    margin: 0px 15px 50px;
  }
  .red_h2_text {
    display: block;
  }
  .red_h2_text .red_title {
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    margin-right: 0;
    vertical-align: 5px;
    width: auto;
    text-align: center;
    height: auto;
    margin-block: 0;
  }
  .red_h2_text h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .red_title {
    font-size: 22px;
    color: #9E1F24;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .red_title span {
    color: #fff;
    background: #9E1F24;
    font-size: 18px;
    line-height: 1.5;
    padding: 2px 10px;
    margin-right: 0;
    vertical-align: 5px;
    display: table;
    margin-bottom: 5px;
  }
  .func_items {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .func_items dl {
    width: 100%;
    height: auto;
    border: solid 1px #989898;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    padding: 10px;
  }
  .func_items dl dt {
    text-align: center;
    flex: none;
    width: 100px;
  }
  .func_items .item_name {
    font-size: 16px;
    font-weight: bold;
    color: #901D22;
    line-height: 1.3;
    display: block;
    text-align: left;
  }
  .func_items .items_img {
    display: block;
    margin: 0;
    height: auto;
  }
  .func_items dl dd {
    margin: 0px 0 0 10px;
    line-height: 1.5;
  }
  /*導入事例*/
  .case_study {
    padding: 40px 0;
  }
  .case_study .sp_case {
    margin: 0 15px 20px;
  }
  .case_study .case_blc {
    flex-wrap: wrap;
  }
  .case_study .case_l {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 2px #5a5a63 dotted;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .case_study .case_cnt {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .case_study .case_cnt h3 {
    line-height: 1.4;
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 15px;
  }
  .case_study .case_cnt h3::before {
    display: none;
  }
  .case_r {
    margin-left: 0;
  }
  .case_study .company_name {
    font-size: 16px;
  }
  .case_study .case_cnt h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .case_study .q::before {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .case_study .a::before {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .case_study .case_link a {
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0;
  }
  /*画面サンプル*/
  .sample {
    margin: 0 15px 50px;
  }
  .guidance p {
    font-size: 18px;
    font-weight: 400;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .sample_img {
    margin-bottom: 40px;
  }
  .sample h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  /*導入フロー*/
  .flows {
    margin: 15px;
  }
  .flow h2 .asta {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    color: #000;
    background: none;
    margin-top: 10px;
    text-indent: -1.0rem;
    padding: 0 0 0 1rem;
  }
  .flow_list {
    text-align: center;
    width: 100%;
  }
  .flow_list p {
    background: #9E1F24;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .flow_list p span {
    font-size: 16px;
    font-weight: normal;
  }
  .flow_list p .mal_all a {
    margin-left: 0;
  }
  .cust_voices {
    margin: 15px;
  }
  /*料金表*/
  .price {
    margin: 15px;
  }
  .price h2 .asta {
    font-size: 14px;
    display: block;
    line-height: 1;
    color: #000;
    background: none;
    padding: 0;
    margin-top: 10px;
  }
  .price_list {
    margin-bottom: 20px;
  }
  .price_list dl dt {
    background: #000;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px 5px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .price_list table tr td {
    padding: 5px;
    line-height: 1.5;
  }
  .price_list table tr td:nth-child(odd) {
    background: #CCDDE2;
    width: 162px;
  }
  .price_list table tr td:nth-child(even) {
    font-size: 18px;
    font-weight: bold;
    color: #901D22;
    text-align: right;
  }
  .price_list table tr td span {
    color: #4D4F56;
    font-weight: normal;
    font-size: 14px;
  }
  .price_list.basic table tr td:nth-child(odd) {
    background: #CCDDE2;
    width: 162px;
  }
  .price_list.basic table tr td:nth-child(even) {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: right;
    background: #fff;
  }
  .price_list .list_asterisk {
    font-size: 14px;
    margin-bottom: 0px;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
  .price .afreco_contact a.price_cam_buttom {
    padding: 10px 10px 10px 50px;
  }
  .afreco_contact {
    display: block;
    justify-content: flex-start;
    align-items: center;
    margin: 15px;
  }
  .afreco_contact a {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 10px 10px 3.0rem;
    display: block;
    margin-bottom: 10px;
    text-indent: -1.8rem;
    text-align: left;
  }
  .afreco_contact a:first-child {
    margin-right: 0;
    padding: 15px 10px 15px 50px;
  }
  .afreco_contact a:first-child::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: -6px;
  }
  .afreco_contact a:last-child {
    border-radius: 10px;
    background: linear-gradient(to top, #970F00, #FF3399);
    padding-top: 15px;
    padding-bottom: 15px;
    /*padding: 20px;
    margin-right: 0;*/
  }
  .afreco_contact a:last-child::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: -5px;
  }
  .afreco_contact a.grad {
    border-radius: 10px;
    background: linear-gradient(to top, #993333, #FF3333);
    /*padding: 20px 30px;*/
  }
  .price .price_point {
    border-radius: 15px;
    padding: 20px;
  }
  .price_list dl.price_point dt h3 {
    font-size: 18px;
    text-align: center;
  }
  .price_list dl.price_point dt h3::after {
    width: 23px;
    height: 24px;
  }
  .price_list .price_point h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -23px;
    padding-left: 23px;
  }
  .price_list .price_point h4::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -2px;
  }
  /*FAQ*/
  .faq {
    margin: 15px;
  }
  .faq_lists dl dt {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .faq_lists dl dd .q {
    margin-bottom: 0px;
    text-indent: -0.8rem;
    padding-left: 2.0rem;
  }
  .faq_lists dl dd .a {
    margin-bottom: 20px;
    text-indent: -0.8rem;
    padding-left: 2.0rem;
  }
  .faq_lists dl dd .q::before {
    content: "Q";
    font-size: 22px;
    color: #417C90;
    padding-right: 10px;
    vertical-align: 3px;
    display: inline-block;
  }
  .faq_lists dl dd .a::before {
    content: "A";
    font-size: 22px;
    color: #A66374;
    padding-right: 10px;
    vertical-align: 3px;
    display: inline-block;
  }
  .mal_all a {
    margin-left: 0;
    padding: 3px 5px 0 20px;
  }
  .faq_lists dd {
    margin-bottom: 20px;
    text-indent: 0px;
    padding-left: 0;
    line-height: 1.5
  }
  /*フッター*/
  .fix_contacts {
    border-top: #E73767 solid 5px;
    position: fixed;
    z-index: 1000000;
    bottom: 0;
    width: 100%;
    background: #fff;
    transform: translate3d(0, 0, 0);
    height: auto;
    /*margin: 10px 15px;*/
  }
  .fix_contact {
    display: flex;
    justify-content: left;
    margin: 10px 15px;
    align-items: center;
  }
  .fix_contact .fix_rogo {
    width: 40px;
    height: 40px;
    flex: none;
    margin-right: 10px;
  }
  .fix_request ul {
    margin-top: 0px;
  }
  .fix_contact .fix_rogo img {
    width: 40px;
    height: auto;
  }
  .fix_request ul li {
    float: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .fix_request ul li:first-child {
    border-right: none;
    display: none;
  }
  .fix_request ul li .foot_tra {
    font-size: 14px;
    font-weight: normal;
  }
  .fix_request ul li .foot_tra::before {
    width: 15px;
    height: 15px;
    margin-top: 0;
  }
  .fix_request ul li:nth-child(2) {
    border-right: none;
    width: 100%;
    clear: both;
  }
  .fix_request ul li:nth-child(2)::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -4px;
    margin-top: -2px;
  }
  .fix_request ul li .foot_con {
    display: block;
    padding-left: 15px;
  }
  .fix_request ul li:last-child {
    font-size: 16px;
    margin-top: 6px;
    width: 100%;
    clear: both;
  }
  .fix_request ul li span {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .fix_request ul li:last-child::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: -2px;
    margin-left: 2px;
    margin-top: 0;
  }
  .fix_request ul li .day {
    font-size: 12px;
    vertical-align: 0;
  }
  .fix_request ul li .foot_num {
    display: inline-block;
    line-height: 1.2;
    padding-left: 0px;
  }
  .webinar > div > div {
    margin: 1em;
  }
  .webinar > div > div span:first-child {
    order: 2;
  }
  .webinar > div > div span:first-child + span {
    order: 1;
  }
  .webinar > div > div span iframe {
    width: 90%;
    margin: 15px auto;
    display: block;
  }
  .webinar > div > div span:first-child a {
    background: #e73962;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    margin-top: 1em;
    text-align: center;
    margin: 15px auto 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .telework_top_visuals, .telework_top_visuals.test {
    position: relative;
    height: 190px;
    width: 100%;
    background: url(../../shared/img/app/afureko/telework_call/sp_topback.jpg)no-repeat;
    background-size: contain;
  }
  .webp .telework_top_visuals, .webp .telework_top_visuals.test {
    position: relative;
    height: 190px;
    width: 100%;
    background: url(../../shared/img/app/afureko/telework_call/sp_topback.webp)no-repeat;
    background-size: contain;
  }
  .scene h2 img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) {
  #sp_contact .sp_contact_fix ul li:first-child {
    flex: none;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
    width: 165px;
  }
  #sp_contact .sp_contact_fix img.pro_rogo {
    width: 135px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .intro h1 {
    height: 130px;
  }
  .scene h2 {
    height: 160px;
  }
  #sp_contact .sp_contact_fix ul li:first-child {
    flex: none;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
    width: 125px;
  }
  #sp_contact .sp_contact_fix img.pro_rogo {
    width: 100px;
  }
  .sp_toprogo {
    display: block;
    padding: 10px 20px 0;
  }
}
@media screen and (min-width:1065px) {
  .clear .clear_text {
    font-size: 50px;
  }
  .clear .clear_box h2 {
    font-size: 54px;
  }
  .clear .clear_box h2 .clear_s {
    font-size: 40px;
  }
}
@media screen and (min-width:1201px) {
  .clear .clear_box ul li:before {
    font-size: 44px;
    line-height: 47px;
  }
}
@media screen and (max-width:1200px) {
  .clear .clear_box ul li:before {
    font-size: 2.7rem;
    line-height: 0.9;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.4em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width:1064px) {
  .clear .clear_text {
    font-size: 1.5rem;
  }
  .clear .clear_box h2 {
    font-size: 1.8rem;
  }
  .clear .clear_box h2 .clear_s {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .clear .clear_box ul {
    margin-left: 1em;
  }
  .clear .clear_box ul li {
    position: relative;
    text-indent: 0;
  }
  .clear .clear_box ul li:before {
    position: absolute;
    left: -0.5rem;
  }
}