@charset "UTF-8";
/* Service CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .page_service #page_head .page_target {
    width: 100%;
    max-width: 1200px;
    margin: -25px auto 30px auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_service #page_head .page_target .name {
    font-size: 3rem;
    font-weight: bold;
  }
  .page_service #page_head .page_target .name strong {
    font-weight: bold;
  }
  .page_service #page_head .page_target .btn {
    width: 340px;
    margin: 0;
  }
  .page_service #page_head .page_target .btn a {
    font-size: 1.6rem;
  }
  .page_service #page_head .page_target .btn a:after {
    content: '';
    display: block;
    background: url(../images/common/icon_arrow_white.png) center center no-repeat;
    width: 14px;
    height: 22px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .page_service #page_head .page_title {
    height: 350px;
    max-height: 350px;
  }
  .page_service #page_head .page_title .page_title_inner .image {
    top: 35px;
    right: 50px;
  }
  .page_service .content_inner {
    position: relative;
  }
  .page_service .content_inner .title img {
    display: block;
    margin: 0 auto;
  }
  .page_service .content_inner .assets img {
    position: absolute;
  }

  .page_service_detail #page_head {
    margin-bottom: 65px;
  }
  .page_service_detail #page_head .page_target .name strong {
    color: #019e82;
  }
  .page_service_detail #page_head .page_target .btn a {
    background: -webkit-gradient(linear, left top, right top, from(#0a619d), to(#1fa9dc));
    background: linear-gradient(90deg, #0a619d 0%, #1fa9dc 100%);
  }
  .page_service_detail #page_head .page_title {
    background-color: #e2f7f3;
  }
  .page_service_detail #page_head .page_title .page_title_inner {
    padding-top: 55px;
  }
  .page_service_detail #page_head .page_title .page_title_inner .image {
    top: 5px;
    right: -40px;
  }
  .page_service_detail .service_intro .content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_service_detail .service_intro .content_inner .logo {
    width: 335px;
  }
  .page_service_detail .service_intro .content_inner .lead {
    width: calc(100% - 355px);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
  }
  .page_service_detail .service_intro .content_inner .award {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 2px solid #cccccc;
    font-size: 1.4rem;
  }
  .page_service_detail .service_intro .content_inner .award img {
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .page_service_detail .service_intro .stitle {
    width: 100%;
    margin-top: 60px;
  }
  .page_service_detail .service_intro .stitle img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .page_service_detail .service_intro .list {
    width: 100%;
    padding: 40px 130px;
    border: 4px solid #019e82;
    border-radius: 40px;
  }
  .page_service_detail .service_intro .list li {
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .page_service_detail .service_intro .list li i {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    background-color: #019e82;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #fff;
  }
  .page_service_detail .service_intro .text {
    width: 100%;
    margin: -25px auto 90px auto;
  }
  .page_service_detail .service_intro .text img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .page_service_detail .service_about {
    padding: 25px 0 135px 0;
    background: #e2f7f3;
  }
  .page_service_detail .service_about .lead {
    margin-bottom: 60px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.56;
  }
  .page_service_detail .service_about .cycle {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .page_service_detail .service_about .cycle .stitle {
    width: 360px;
    height: 361px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .page_service_detail .service_about .cycle .flow {
    width: 588px;
    height: 210px;
    padding: 25px 0 0 30px;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_service_detail .service_about .cycle .flow .name {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2rem;
    font-weight: bold;
    color: #0c609e;
  }
  .page_service_detail .service_about .cycle .flow .label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #0c609e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .page_service_detail .service_about .cycle .flow .list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page_service_detail .service_about .cycle .flow .list li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .page_service_detail .service_about .cycle .flow .list li::before {
    content: '・';
  }
  .page_service_detail .service_about .cycle .flow.plan {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    background: url(../images/service/union_pdca_plan.png) 246px 26px no-repeat #fff;
  }
  .page_service_detail .service_about .cycle .flow.do {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 210px;
    margin-bottom: 10px;
    background: url(../images/service/union_pdca_do.png) 105px 20px no-repeat #fff;
  }
  .page_service_detail .service_about .cycle .flow.check {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-left: 210px;
    background: url(../images/service/union_pdca_check.png) 90px 22px no-repeat #fff;
  }
  .page_service_detail .service_about .cycle .flow.action {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: url(../images/service/union_pdca_action.png) 276px 65px no-repeat #fff;
  }
  .page_service_detail .service_about .cycle_note {
    font-size: 1.4rem;
  }
  .page_service_detail .service_about .cycle_note a {
    color: #333;
    text-decoration: underline;
  }
  .page_service_detail .service_about .cycle_note a:hover {
    color: #34b947;
  }
  .page_service_detail .service_support {
    padding: 90px 0;
  }
  .page_service_detail .service_support .title {
    margin-bottom: 30px;
  }
  .page_service_detail .service_support .lead {
    margin-bottom: 60px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }
  .page_service_detail .service_support .schedule {
    margin-bottom: 80px;
  }
  .page_service_detail .service_support .schedule img {
    display: block;
    margin: 0 auto;
  }
  .page_service_detail .service_support .stitle {
    margin-bottom: 15px;
  }
  .page_service_detail .service_support .stitle img {
    display: block;
    margin: 0 auto;
  }
  .page_service_detail .service_support .btns {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fdffdf;
    border-radius: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_service_detail .service_support .btns .btn {
    width: auto;
    margin: 0;
  }
  .page_service_detail .service_support .btns .btn a {
    width: 100%;
    height: 80px;
    line-height: 75px;
    display: block;
    background: url(../images/common/icon_circle_arrow_black.png) calc(100% - 10px) center no-repeat #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 55px 0 15px;
    color: #333;
    border: 2px solid #cccccc;
    text-align: center;
    text-decoration: none;
  }
  .page_service_detail .service_support .btns .btn a img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .page_service_detail .service_support .btns .btn a:hover {
    border-color: #34b947;
    color: #34b947;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(1) a img {
    width: 30px;
    height: auto;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(2) a img {
    width: 50px;
    height: auto;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(3) a img {
    width: 50px;
    height: auto;
  }
  .page_service_detail .service_support .assets img {
    top: -150px;
    left: -110px;
  }
  .page_service_detail .service_voice {
    padding: 100px 0 180px 0;
  }
  .page_service_detail .service_voice .title {
    margin-bottom: 30px;
  }
  .page_service_detail .service_voice .lead {
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
  }
  .page_service_detail .service_voice .assets img {
    top: -115px;
    left: -80px;
  }
  .page_service_detail .service_voice .btn_more {
    margin-top: 30px;
  }
  .page_service_detail .service_voice .btn_more a {
    font-size: 1.8rem;
    background: url(../images/common/icon_arrow_white.png) calc(100% - 20px) center no-repeat #333;
  }
  .page_service_detail .service_voice .voice_list {
    width: 100%;
  }
  .page_service_detail .service_voice .voice_list .list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .page_service_detail .service_voice .voice_list .list li {
    width: 340px;
    min-width: 340px;
    margin: 0 15px;
  }
  .page_service_detail .service_voice .voice_list .list li a {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    display: block;
    background-color: #e2f7f3;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .page_service_detail .service_voice .voice_list .list li a .thumb {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page_service_detail .service_voice .voice_list .list li a .thumb img {
    width: 100%;
    height: auto;
  }
  .page_service_detail .service_voice .voice_list .list li a .name {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #019e82;
  }
  .page_service_detail .service_voice .voice_list .list li a .caps {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page_service_detail .service_voice .voice_list .list li a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .page_service_detail .service_voice .voice_list .list li a:hover .thumb img {
    opacity: 1;
  }

  .page_company #page_head .page_target .name strong {
    color: #0c609e;
  }
  .page_company #page_head .page_target .btn a {
    background: -webkit-gradient(linear, left top, right top, from(#009f83), to(#00c566));
    background: linear-gradient(90deg, #009f83 0%, #00c566 100%);
  }
  .page_company #page_head .page_title {
    background-color: #e0ebfe;
  }
  .page_company #page_head .page_title .page_title_inner {
    padding-top: 106px;
  }
  .page_company #page_head .page_title .page_title_inner .image {
    padding-top: 15px;
  }
  .page_company .service_intro .content_inner .logo {
    text-align: center;
    padding-top: 7px;
  }
  .page_company .service_intro .content_inner .award {
    padding: 10px 0 0 0;
  }
  .page_company .service_intro .content_inner .list {
    border: 4px solid #0c609e;
  }
  .page_company .service_intro .content_inner .list li i {
    background-color: #0c609e;
  }
  .page_company .service_about {
    background-color: #e0ebfe;
    padding: 100px 0;
  }
  .page_company .service_about .about_title {
    margin-bottom: 40px;
  }
  .page_company .service_about .lead {
    margin-bottom: 40px;
  }
  .page_company .service_about .table {
    width: 100%;
    max-width: 1200px;
    border: 2px solid #ccc;
    margin-bottom: 40px;
  }
  .page_company .service_about .table th, .page_company .service_about .table td {
    vertical-align: middle;
    border-right: 2px solid #ccc;
  }
  .page_company .service_about .table thead {
    background-color: #0c609e;
  }
  .page_company .service_about .table tbody {
    background-color: #fff;
  }
  .page_company .service_about .table th {
    width: calc(100% - 420px);
    padding: 18px 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .page_company .service_about .table th:first-child {
    width: 420px;
  }
  .page_company .service_about .table th:last-child {
    border-right: none;
  }
  .page_company .service_about .table td {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 15px 20px;
    border-bottom: 2px solid #ccc;
    word-wrap: break-word;
    overflow: hidden;
  }
  .page_company .service_about .table td.width_pt1 {
    width: 420px;
  }
  .page_company .service_about .table td.width_pt2 {
    width: 368px;
  }
  .page_company .service_about .table td.width_pt3 {
    width: 48px;
    text-align: center;
  }
  .page_company .service_about .table td.width_pt4 {
    width: 224px;
    font-size: 1.6rem;
    font-weight: bold;
    border-right: 2px dotted #ccc;
  }
  .page_company .service_about .table td.width_pt5 {
    width: 544px;
    font-size: 1.6rem;
  }
  .page_company .service_about .add .add_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .page_company .service_about .add .add_detail a {
    width: 800px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border-radius: 20px;
  }
  .page_company .service_about .add .add_detail a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(12, 96, 158, 0.05);
  }
  .page_company .service_about .add .add_detail a:hover img {
    opacity: 1;
  }
  .page_company .service_about .add .add_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 800px;
    padding: 40px 70px 30px 65px;
  }
  .page_company .service_about .add .add_detail .info {
    max-width: 510px;
  }
  .page_company .service_about .add .add_detail .name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .page_company .service_about .add .add_detail .caps {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .page_company .service_about .add .add_detail .more {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0c609e;
  }
  .page_company .service_about .add .add_detail .more::after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_arrow_blue.png) center center no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .page_company .service_about .assets {
    position: absolute;
    top: -156px;
    right: 131px;
  }
  .page_company .service_support .lead {
    margin-bottom: 40px;
  }
  .page_company .service_lineup {
    padding: 100px 0 80px;
  }
  .page_company .service_lineup .lead {
    margin-bottom: 50px;
    font-size: 2rem;
    text-align: center;
  }
  .page_company .service_lineup .btn_more {
    margin-top: 30px;
  }
  .page_company .service_lineup .btn_more a {
    font-size: 1.8rem;
    background: url(../images/common/icon_arrow_white.png) calc(100% - 20px) center no-repeat #333;
  }
  .page_company .service_voice .voice_list .list li a {
    background-color: #e0ebfe;
  }
  .page_company .service_voice .voice_list .list li a .name {
    color: #0c609e;
  }

  .page_howtouse #page_head .page_title {
    height: 300px;
    max-height: 300px;
  }
  .page_howtouse #page_head .page_title .page_title_inner .image {
    top: 27px;
    right: 100px;
  }
  .page_howtouse #page_head .page_title .page_title_inner .lead {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .page_howtouse .howotouse_intro .stitle {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .page_howtouse .howotouse_intro .lead {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .page_howtouse .howotouse_intro .btn_sh a {
    padding: 10px 0;
    background-color: #fff;
    border: 2px solid #d4d9e2;
    color: #333;
    font-size: 1.6rem;
  }
  .page_howtouse .howotouse_intro .btn_sh a::after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_window.png) center center no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
  .page_howtouse .howotouse_intro .btn_sh a:hover {
    border-color: #00c5e2;
  }
  .page_howtouse .howotouse_intro .about_download {
    width: 1000px;
    padding: 50px;
    margin: 80px auto 90px auto;
    border: 2px solid #d4d9e2;
    border-radius: 40px;
    text-align: center;
  }
  .page_howtouse .howotouse_intro .about_download .name {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 3.2rem;
  }
  .page_howtouse .howotouse_intro .about_download .caps {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .page_howtouse .howotouse_intro .about_download .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_howtouse .howotouse_intro .about_download .list dt {
    width: 100%;
    padding: 30px 0 20px 0;
  }
  .page_howtouse .howotouse_intro .about_download .list dd {
    margin: 0 15px;
  }
  .page_howtouse .howotouse_intro .about_download .list dd a {
    display: inline-block;
  }
  .page_howtouse .howotouse_intro .about_download .list dd a img {
    width: auto;
    height: 60px;
  }
  .page_howtouse .howotouse_intro .about_init {
    text-align: center;
  }
  .page_howtouse .howotouse_intro .about_init .name {
    margin-bottom: 25px;
  }
  .page_howtouse .howotouse_intro .about_init .name img {
    width: auto;
    height: 53px;
  }
  .page_howtouse .howotouse_intro .about_init .name.name_mgbEx {
    margin-bottom: 60px;
  }
  .page_howtouse .howotouse_intro .about_init .lead {
    width: 510px;
    padding: 10px 0;
    margin: 0 auto 60px auto;
    font-size: 1.8rem;
    line-height: 1.667;
    font-weight: bold;
    background-color: #fdffe4;
    border-radius: 30px;
  }
  .page_howtouse .howotouse_intro .about_init .lead::before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_check.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .page_howtouse .howotouse_intro .about_init .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .page_howtouse .howotouse_intro .about_init .flow li {
    width: 320px;
    margin-bottom: 50px;
    border-radius: 40px;
    background-color: #edf2f9;
    position: relative;
    padding: 35px 0 35px 0;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .thumb {
    margin-bottom: 10px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .thumb img {
    width: auto;
    height: 421px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .caps {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .caps a {
    color: #00c5e2;
    text-decoration: underline;
  }
  .page_howtouse .howotouse_intro .about_init .flow li::before {
    content: '00';
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #00c5e2;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #d4d9e2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(1)::before {
    content: '01';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(2)::before {
    content: '02';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(3)::before {
    content: '03';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(3)::after {
    display: none;
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(4)::before {
    content: '04';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(5)::before {
    content: '05';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(6)::before {
    content: '06';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(6)::after {
    display: none;
  }
  .page_howtouse .howotouse_intro .about_init .note {
    margin: 90px auto 140px auto;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.8;
  }
  .page_howtouse .howotouse_intro .about_init .note a {
    color: #00c5e2;
    text-decoration: underline;
  }
  .page_howtouse .howotouse_intro .about_init .note a:hover {
    text-decoration: none;
  }
  .page_howtouse .howtouse_video {
    background-color: #edf2f9;
    text-align: center;
  }
  .page_howtouse .howtouse_video .content_inner {
    padding: 80px 0 95px 0;
  }
  .page_howtouse .howtouse_video .stitle {
    margin-bottom: 60px;
  }
  .page_howtouse .howtouse_video .stitle img {
    width: auto;
    height: 46px;
  }
  .page_howtouse .howtouse_video .assets img {
    bottom: -55px;
    right: 0;
  }
  .page_howtouse .howtouse_faq .content_inner {
    width: 1000px;
    padding: 95px 0 120px 0;
    margin: 0 auto;
  }
  .page_howtouse .howtouse_faq .stitle {
    margin-bottom: 60px;
  }
  .page_howtouse .howtouse_faq .stitle img {
    width: auto;
    height: 46px;
    margin: 0 auto;
    display: block;
  }
  .page_howtouse .howtouse_faq .faq {
    border-top: 2px solid #d4d9e2;
  }
  .page_howtouse .howtouse_faq .faq .q {
    font-size: 1.8rem;
    padding: 50px 0 20px 60px;
    font-weight: bold;
    line-height: 1.667;
    position: relative;
  }
  .page_howtouse .howtouse_faq .faq .q::before {
    content: 'Q';
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    color: #00c5e2;
    border: 2px solid #00c5e2;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .page_howtouse .howtouse_faq .faq .a {
    padding: 20px 0 50px 60px;
    font-size: 1.6rem;
    line-height: 1.75;
    border-bottom: 2px solid #d4d9e2;
    position: relative;
  }
  .page_howtouse .howtouse_faq .faq .a::before {
    content: 'A';
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    color: #f55b5b;
    background-color: #fddbdb;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .page_service #page_head .page_target {
    width: 100%;
    margin: 4vw 15px 4vw 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_service #page_head .page_target .name {
    font-size: 5.6vw;
    font-weight: bold;
  }
  .page_service #page_head .page_target .name strong {
    font-weight: bold;
  }
  .page_service #page_head .page_title .page_title_inner {
    width: 100%;
    padding: 15px;
  }
  .page_service #page_head .page_title .page_title_inner .image {
    position: relative;
  }
  .page_service #page_head .btn_wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding: 15px 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_service #page_head .btn_wrap .btn {
    width: 55%;
    margin: 0;
  }
  .page_service #page_head .btn_wrap .btn a {
    font-size: 2.93333vw;
  }
  .page_service #page_head .btn_wrap .btn a:after {
    content: '';
    display: block;
    background: url(../images/common/icon_arrow_white.png) center center no-repeat;
    width: 14px;
    height: 22px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }

  .page_service_detail #page_head .page_target {
    margin: 0 15px 4vw 15px;
  }
  .page_service_detail #page_head .page_target .name strong {
    color: #019e82;
  }
  .page_service_detail #page_head .page_title {
    background-color: #e2f7f3;
  }
  .page_service_detail #page_head .page_title .name img {
    width: 74.66667vw;
  }
  .page_service_detail #page_head .page_title .page_title_inner {
    padding: 7.33333vw 15px 4vw 15px;
  }
  .page_service_detail #page_head .btn_wrap .btn a {
    background: -webkit-gradient(linear, left top, right top, from(#0a619d), to(#1fa9dc));
    background: linear-gradient(90deg, #0a619d 0%, #1fa9dc 100%);
  }
  .page_service_detail .service_intro .content_inner {
    padding: 0 15px;
  }
  .page_service_detail .service_intro .content_inner .logo {
    width: 55.46667vw;
    margin: 0 auto 15px auto;
  }
  .page_service_detail .service_intro .content_inner .lead {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.56;
  }
  .page_service_detail .service_intro .content_inner .award {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #cccccc;
    font-size: 3.2vw;
    line-height: 1.5;
    overflow: hidden;
  }
  .page_service_detail .service_intro .content_inner .award img {
    width: 33.33333vw;
    margin-right: 5px;
    height: auto;
    display: block;
    float: left;
  }
  .page_service_detail .service_intro .stitle {
    width: 100%;
    margin-top: 60px;
  }
  .page_service_detail .service_intro .stitle img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .page_service_detail .service_intro .list {
    width: 100%;
    padding: 6px 26px;
    border: 2px solid #019e82;
    border-radius: 20px;
  }
  .page_service_detail .service_intro .list li {
    margin: 20px 0;
    padding-left: 26px;
    font-size: 3.73333vw;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
  }
  .page_service_detail .service_intro .list li i {
    width: 24px;
    height: 24px;
    margin-right: 0;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    background-color: #019e82;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_service_detail .service_intro .text {
    width: 100%;
    margin: -25px auto 90px auto;
  }
  .page_service_detail .service_intro .text img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .page_service_detail .service_about {
    width: 100%;
    padding: 15px 15px 15.33333vw 15px;
    background: #e2f7f3;
    overflow: hidden;
  }
  .page_service_detail .service_about .lead {
    margin-bottom: 6.66667vw;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.56;
  }
  .page_service_detail .service_about .cycle {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .page_service_detail .service_about .cycle .stitle {
    width: 45.33333vw;
    height: 30.66667vw;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .page_service_detail .service_about .cycle .flow {
    width: 45.33333vw;
    padding: 15px 10px 15px 15px;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_service_detail .service_about .cycle .flow .name {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    color: #0c609e;
  }
  .page_service_detail .service_about .cycle .flow .label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 13.33333vw;
    height: 4.8vw;
    margin-bottom: 10px;
    padding: 0;
    line-height: 4.8vw;
    display: inline-block;
    font-size: 2.66667vw;
    font-weight: bold;
    background-color: #0c609e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .page_service_detail .service_about .cycle .flow .list {
    width: 100%;
    min-height: 34.66667vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page_service_detail .service_about .cycle .flow .list li {
    font-size: 2.93333vw;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page_service_detail .service_about .cycle .flow .list li::before {
    content: '・';
  }
  .page_service_detail .service_about .cycle .flow.plan {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 16.66667vw;
    margin-bottom: 10px;
    background: url(../images/service/union_pdca_plan.png) 15px calc(100% - 15px) no-repeat #fff;
    background-size: 16vw auto;
  }
  .page_service_detail .service_about .cycle .flow.do {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 16.66667vw;
    margin-bottom: 10px;
    background: url(../images/service/union_pdca_do.png) calc(100% - 15px) calc(100% - 15px) no-repeat #fff;
    background-size: 17.33333vw auto;
  }
  .page_service_detail .service_about .cycle .flow.check {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 21.33333vw;
    background: url(../images/service/union_pdca_check.png) calc(100% - 15px) 15px no-repeat #fff;
    background-size: 17.33333vw auto;
  }
  .page_service_detail .service_about .cycle .flow.check .list {
    min-height: 24vw;
  }
  .page_service_detail .service_about .cycle .flow.action {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 21.33333vw;
    background: url(../images/service/union_pdca_action.png) 15px 15px no-repeat #fff;
    background-size: 17.33333vw auto;
  }
  .page_service_detail .service_about .cycle .flow.action .list {
    min-height: 24vw;
  }
  .page_service_detail .service_about .cycle_note {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .page_service_detail .service_about .cycle_note a {
    color: #333;
    text-decoration: underline;
  }
  .page_service_detail .service_about .cycle_note a:hover {
    color: #34b947;
  }
  .page_service_detail .service_support {
    padding: 13.33333vw 0;
  }
  .page_service_detail .service_support .content_inner {
    margin-left: 15px;
  }
  .page_service_detail .service_support .title {
    margin-bottom: 30px;
  }
  .page_service_detail .service_support .lead {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .page_service_detail .service_support .schedule {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 80px;
  }
  .page_service_detail .service_support .schedule img {
    width: 900px;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
  }
  .page_service_detail .service_support .stitle {
    width: 65.06667vw;
    margin: 0 auto 15px auto;
  }
  .page_service_detail .service_support .stitle img {
    display: block;
    margin: 0 auto;
  }
  .page_service_detail .service_support .btns {
    width: calc(100% - 15px);
    margin: 0 auto 0 0;
    padding: 2.66667vw 6.93333vw;
    background: #fdffdf;
    border-radius: 20px;
  }
  .page_service_detail .service_support .btns .btn {
    width: 100%;
    margin: 2.66667vw 0;
  }
  .page_service_detail .service_support .btns .btn a {
    width: 100%;
    height: 16vw;
    display: block;
    background: url(../images/common/icon_circle_arrow_black.png) calc(100% - 20px) center no-repeat #fff;
    background-size: 5.33333vw auto;
    border-radius: 2.66667vw;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.2;
    padding: 2.13333vw 17.33333vw 0 18.66667vw;
    color: #333;
    border: 2px solid #cccccc;
    text-align: left;
    text-decoration: none;
  }
  .page_service_detail .service_support .btns .btn a img {
    width: 8vw;
    height: 11.73333vw;
    vertical-align: top;
    margin: auto 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.33333vw;
  }
  .page_service_detail .service_support .btns .btn a:hover {
    border-color: #34b947;
    color: #34b947;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(1) a img {
    width: 7.2vw;
    height: auto;
    left: 5.86667vw;
  }
  .page_service_detail .service_support .btns .btn:nth-child(2) a img {
    width: auto;
    height: 9.33333vw;
    left: 4vw;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(3) a {
    padding-top: 5.06667vw;
  }
  .page_service_detail .service_support .btns .btn:nth-of-type(3) a img {
    width: 9.86667vw;
    height: auto;
    left: 4vw;
  }
  .page_service_detail .service_support .assets img {
    top: -150px;
    left: -110px;
  }
  .page_service_detail .service_voice {
    position: relative;
    padding: 45px 0 40px;
  }
  .page_service_detail .service_voice .title {
    width: 35.6vw;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .page_service_detail .service_voice .lead {
    font-size: 3.73333vw;
    text-align: left;
    line-height: 1.69231;
    padding: 0 15px 15px 15px;
  }
  .page_service_detail .service_voice .assets {
    position: absolute;
    top: -13px;
    right: 15px;
    width: 18.66667vw;
  }
  .page_service_detail .service_voice .btn_more {
    margin-top: 30px;
  }
  .page_service_detail .service_voice .btn_more a {
    font-size: 1.8rem;
    background: url(../images/common/icon_arrow_white.png) calc(100% - 20px) center no-repeat #333;
  }
  .page_service_detail .service_voice .voice_list {
    width: 100%;
  }
  .page_service_detail .service_voice .voice_list .list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin-left: 15px;
  }
  .page_service_detail .service_voice .voice_list .list li {
    width: 61.86667vw;
    min-width: 232px;
    margin: 0 15px;
  }
  .page_service_detail .service_voice .voice_list .list li a {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    display: block;
    background-color: #e2f7f3;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .page_service_detail .service_voice .voice_list .list li a .thumb {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page_service_detail .service_voice .voice_list .list li a .thumb img {
    width: 100%;
    height: auto;
  }
  .page_service_detail .service_voice .voice_list .list li a .name {
    margin-bottom: 8px;
    font-size: 3.73333vw;
    font-weight: bold;
    color: #019e82;
  }
  .page_service_detail .service_voice .voice_list .list li a .caps {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
  .page_service_detail .service_voice .voice_list .list li a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .page_service_detail .service_voice .voice_list .list li a:hover .thumb img {
    opacity: 1;
  }

  .page_union #page_head {
    overflow: hidden;
  }
  .page_union .service_intro .stitle {
    width: 87.73333vw;
    margin: 20px auto 0;
  }
  .page_union .service_intro .text {
    width: 78.26667vw;
    margin: -15px auto 90px auto;
  }
  .page_union .service_about .title {
    margin-bottom: 10px;
  }
  .page_union .service_support {
    position: relative;
  }
  .page_union .service_support .title {
    width: 73.86667vw;
  }
  .page_union .service_support .assets img {
    position: absolute;
    width: 28.8vw;
    top: -58px;
    right: 15px;
    left: auto;
  }

  .page_company #page_head {
    overflow: hidden;
  }
  .page_company #page_head .page_target .name strong {
    color: #0c609e;
  }
  .page_company #page_head .page_target .btn a {
    background: -webkit-gradient(linear, left top, right top, from(#009f83), to(#00c566));
    background: linear-gradient(90deg, #009f83 0%, #00c566 100%);
  }
  .page_company #page_head .page_title {
    background-color: #e0ebfe;
  }
  .page_company #page_head .btn_wrap .btn a {
    background: -webkit-gradient(linear, left top, right top, from(#009f83), to(#00c566));
    background: linear-gradient(90deg, #009f83 0%, #00c566 100%);
  }
  .page_company .service_intro .content_inner .logo {
    width: 45.46667vw;
    margin-bottom: 25px;
  }
  .page_company .service_intro .content_inner .award img {
    width: 22.66667vw;
    position: relative;
    top: -5px;
  }
  .page_company .service_intro .content_inner .list {
    border: 2px solid #0c609e;
  }
  .page_company .service_intro .content_inner .list li i {
    background-color: #0c609e;
  }
  .page_company .service_intro .content_inner .stitle {
    width: 90.4vw;
    margin: 40px auto 0;
  }
  .page_company .service_intro .text {
    margin: -12px auto 50px auto;
  }
  .page_company .service_intro .text img {
    width: 68.93333vw;
    margin-bottom: 0;
  }
  .page_company .service_about {
    position: relative;
    background-color: #e0ebfe;
    padding: 50px 0;
  }
  .page_company .service_about .about_title {
    width: 53.06667vw;
    margin-left: 15px;
    margin-bottom: 25px;
  }
  .page_company .service_about .lead {
    margin: 0 15px 30px 15px;
  }
  .page_company .service_about .table_wrap {
    overflow-x: scroll;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .page_company .service_about .table {
    width: 840px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }
  .page_company .service_about .table th, .page_company .service_about .table td {
    vertical-align: middle;
    border-right: 2px solid #ccc;
  }
  .page_company .service_about .table thead {
    background-color: #0c609e;
  }
  .page_company .service_about .table tbody {
    background-color: #fff;
  }
  .page_company .service_about .table th {
    width: 546px;
    padding: 18px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .page_company .service_about .table th:first-child {
    width: 300px;
  }
  .page_company .service_about .table th:last-child {
    border-right: none;
  }
  .page_company .service_about .table td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 8px 10px;
    border-bottom: 2px solid #ccc;
    word-wrap: break-word;
    overflow: hidden;
  }
  .page_company .service_about .table td.width_pt1 {
    width: calc(420px * .7);
  }
  .page_company .service_about .table td.width_pt2 {
    width: calc(368px * .7);
  }
  .page_company .service_about .table td.width_pt3 {
    width: 40px;
    text-align: center;
  }
  .page_company .service_about .table td.width_pt4 {
    width: calc(224px * .7);
    font-size: 1.5rem;
    font-weight: bold;
    border-right: 2px dotted #ccc;
  }
  .page_company .service_about .table td.width_pt5 {
    width: calc(544px * .7);
    font-size: 1.5rem;
  }
  .page_company .service_about .add .add_title {
    width: 79.06667vw;
    text-align: center;
    margin: 0 auto 25px auto;
  }
  .page_company .service_about .add .add_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 93.33333vw;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
    margin: 0 auto;
  }
  .page_company .service_about .add .add_detail .info {
    max-width: 58.66667vw;
  }
  .page_company .service_about .add .add_detail .name {
    font-size: 3.73333vw;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .page_company .service_about .add .add_detail .caps {
    font-size: 3.46667vw;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .page_company .service_about .add .add_detail .more {
    width: 100%;
    font-size: 3.46667vw;
    font-weight: bold;
    color: #0c609e;
  }
  .page_company .service_about .add .add_detail .more::after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_arrow_blue.png) center center no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .page_company .service_about .add .add_detail .image {
    width: 16.66667vw;
  }
  .page_company .service_about .assets {
    width: 20.53333vw;
    position: absolute;
    top: -50px;
    right: 40px;
  }
  .page_company .service_support {
    position: relative;
  }
  .page_company .service_support .title {
    padding: 0;
  }
  .page_company .service_support .title {
    width: 78.53333vw;
    padding: 0;
    margin-bottom: 15px;
  }
  .page_company .service_support .assets {
    position: absolute;
    width: 28.93333vw;
    top: -36px;
    right: 15px;
  }
  .page_company .service_lineup {
    position: relative;
    padding: 55px 0 60px;
  }
  .page_company .service_lineup .content_inner {
    padding: 0 15px;
  }
  .page_company .service_lineup .title {
    width: 51.33333vw;
    margin: 0 auto 25px auto;
  }
  .page_company .service_lineup .lead {
    font-size: 3.73333vw;
    text-align: left;
    line-height: 1.69231;
    margin: 0 auto 15px auto;
  }
  .page_company .service_lineup .list li:nth-child(3) .detail, .page_company .service_lineup .list li:nth-child(4) .detail {
    padding-top: 5px;
  }
  .page_company .service_lineup .list li a .thumb img {
    padding: 0;
  }
  .page_company .service_lineup .btn_more {
    width: 100%;
    margin-top: 30px;
  }
  .page_company .service_lineup .btn_more a {
    font-size: 1.8rem;
    background: url(../images/common/icon_arrow_white.png) calc(100% - 80px) center no-repeat #333;
  }
  .page_company .service_lineup .assets {
    position: absolute;
    width: 23.86667vw;
    top: -15px;
    right: 8px;
  }
  .page_company .service_voice .voice_list .list li a {
    background-color: #e0ebfe;
  }
  .page_company .service_voice .voice_list .list li a .name {
    color: #0c609e;
  }

  .page_howtouse #page_head {
    margin-bottom: 12vw;
  }
  .page_howtouse #page_head .page_title .page_title_inner {
    padding: 12vw 4vw 10vw 4vw;
  }
  .page_howtouse #page_head .page_title .page_title_inner .name {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
  .page_howtouse #page_head .page_title .page_title_inner .lead {
    width: 57.33333vw;
    font-size: 3.46667vw;
    line-height: 1.6;
  }
  .page_howtouse #page_head .page_title .page_title_inner .image {
    width: 30.66667vw;
    height: auto;
    bottom: 5.33333vw;
    right: 4vw;
    position: absolute;
  }
  .page_howtouse .howotouse_intro .content_inner {
    padding: 0 4vw;
  }
  .page_howtouse .howotouse_intro .stitle {
    margin-bottom: 15px;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
  }
  .page_howtouse .howotouse_intro .lead {
    margin-bottom: 30px;
    font-size: 3.46667vw;
    line-height: 1.8;
  }
  .page_howtouse .howotouse_intro .btn_sh a {
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #d4d9e2;
    color: #333;
    font-size: 3.46667vw;
  }
  .page_howtouse .howotouse_intro .btn_sh a::after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_window.png) center center no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
  .page_howtouse .howotouse_intro .btn_sh a:hover {
    border-color: #00c5e2;
  }
  .page_howtouse .howotouse_intro .about_download {
    padding: 6.66667vw 5.33333vw;
    margin: 13.33333vw auto 13.33333vw auto;
    border: 1px solid #d4d9e2;
    border-radius: 20px;
    text-align: center;
  }
  .page_howtouse .howotouse_intro .about_download .name {
    margin-bottom: 3.33333vw;
    font-weight: bold;
    font-size: 4vw;
  }
  .page_howtouse .howotouse_intro .about_download .caps {
    font-size: 3.46667vw;
    line-height: 1.667;
    text-align: left;
  }
  .page_howtouse .howotouse_intro .about_download .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_howtouse .howotouse_intro .about_download .list dt {
    width: 100%;
    padding: 4vw 0 4vw 0;
  }
  .page_howtouse .howotouse_intro .about_download .list dt img {
    width: auto;
    height: 10.13333vw;
  }
  .page_howtouse .howotouse_intro .about_download .list dd {
    margin: 0 1.33333vw;
  }
  .page_howtouse .howotouse_intro .about_download .list dd a {
    display: inline-block;
  }
  .page_howtouse .howotouse_intro .about_download .list dd a img {
    width: auto;
    height: 12vw;
  }
  .page_howtouse .howotouse_intro .about_init {
    text-align: center;
  }
  .page_howtouse .howotouse_intro .about_init .name {
    margin-bottom: 3.33333vw;
  }
  .page_howtouse .howotouse_intro .about_init .name img {
    width: auto;
    height: 9.33333vw;
  }
  .page_howtouse .howotouse_intro .about_init .name.name_mgbEx {
    margin-bottom: 8vw;
  }
  .page_howtouse .howotouse_intro .about_init .lead {
    width: 82.93333vw;
    padding: 10px 0;
    margin: 0 auto 8vw auto;
    font-size: 3.2vw;
    line-height: 1.667;
    background-color: #fdffe4;
    border-radius: 30px;
  }
  .page_howtouse .howotouse_intro .about_init .lead::before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_check.svg) center center no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    margin-right: 1.33333vw;
    vertical-align: middle;
  }
  .page_howtouse .howotouse_intro .about_init .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .page_howtouse .howotouse_intro .about_init .flow li {
    width: 43.46667vw;
    margin-bottom: 4.66667vw;
    border-radius: 20px;
    background-color: #edf2f9;
    position: relative;
    padding: 4vw 0 4vw 0;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .thumb {
    margin-bottom: 10px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .thumb img {
    width: auto;
    height: 69.2vw;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .caps {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
  .page_howtouse .howotouse_intro .about_init .flow li .caps a {
    color: #00c5e2;
    text-decoration: underline;
  }
  .page_howtouse .howotouse_intro .about_init .flow li::before {
    content: '00';
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 6.66667vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    color: #fff;
    font-size: 3.73333vw;
    background-color: #00c5e2;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(1)::before {
    content: '01';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(2)::before {
    content: '02';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(3)::before {
    content: '03';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(4)::before {
    content: '04';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(5)::before {
    content: '05';
  }
  .page_howtouse .howotouse_intro .about_init .flow li:nth-child(6)::before {
    content: '06';
  }
  .page_howtouse .howotouse_intro .about_init .note {
    margin: 1.33333vw auto 13.33333vw auto;
    font-size: 3.46667vw;
    text-align: left;
    line-height: 1.8;
  }
  .page_howtouse .howotouse_intro .about_init .note a {
    color: #00c5e2;
    text-decoration: underline;
  }
  .page_howtouse .howotouse_intro .about_init .note a:hover {
    text-decoration: none;
  }
  .page_howtouse .howtouse_video {
    background-color: #edf2f9;
    text-align: center;
  }
  .page_howtouse .howtouse_video .content_inner {
    padding: 10.66667vw 0 14vw 0;
    position: relative;
  }
  .page_howtouse .howtouse_video .stitle {
    margin-bottom: 4.66667vw;
  }
  .page_howtouse .howtouse_video .stitle img {
    width: auto;
    height: 5.86667vw;
  }
  .page_howtouse .howtouse_video .video iframe {
    width: 91.3vw;
    height: 51.3vw;
  }
  .page_howtouse .howtouse_video .assets img {
    position: absolute;
    width: 19.2vw;
    bottom: -14.66667vw;
    right: 4vw;
  }
  .page_howtouse .howtouse_faq .content_inner {
    padding: 17.33333vw 4vw 17.33333vw 4vw;
    margin: 0 auto;
  }
  .page_howtouse .howtouse_faq .stitle {
    margin-bottom: 5.33333vw;
  }
  .page_howtouse .howtouse_faq .stitle img {
    width: auto;
    height: 7.2vw;
    margin: 0 auto;
    display: block;
  }
  .page_howtouse .howtouse_faq .faq {
    padding-bottom: 6vw;
    border-bottom: 1px solid #d4d9e2;
  }
  .page_howtouse .howtouse_faq .faq .q {
    border-top: 1px solid #d4d9e2;
    font-size: 3.46667vw;
    padding: 6vw 0 2vw 8.66667vw;
    font-weight: bold;
    line-height: 1.667;
    position: relative;
  }
  .page_howtouse .howtouse_faq .faq .q::before {
    content: 'Q';
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 3.46667vw;
    color: #00c5e2;
    border: 1px solid #00c5e2;
    border-radius: 50%;
    position: absolute;
    top: 5.33333vw;
    left: 0;
  }
  .page_howtouse .howtouse_faq .faq .a {
    height: 9em;
    overflow: hidden;
    padding: 2vw 0 0 8.66667vw;
    font-size: 3.46667vw;
    line-height: 1.75;
    position: relative;
  }
  .page_howtouse .howtouse_faq .faq .a::before {
    content: 'A';
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 3.46667vw;
    color: #f55b5b;
    background-color: #fddbdb;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .page_howtouse .howtouse_faq .faq .a.on {
    height: auto;
  }
  .page_howtouse .howtouse_faq .faq .more {
    width: 100%;
    text-align: center;
    padding: 8vw 0;
    font-size: 3.73333vw;
    color: #999;
  }
  .page_howtouse .howtouse_faq .faq .more .open::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg) translate3d(-5px, 0px, 0);
            transform: rotate(45deg) translate3d(-5px, 0px, 0);
  }
  .page_howtouse .howtouse_faq .faq .more .close {
    display: none;
  }
  .page_howtouse .howtouse_faq .faq .more .close::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(225deg) translate3d(-3px, 0px, 0);
            transform: rotate(225deg) translate3d(-3px, 0px, 0);
  }
  .page_howtouse .howtouse_faq .faq .more.on .open {
    display: none;
  }
  .page_howtouse .howtouse_faq .faq .more.on .close {
    display: inline-block;
  }

  .scroll-hint-icon {
    height: 98px;
    line-height: 1.2;
  }
}
