@charset "UTF-8";
/* Service CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 769px) {
  body#member {
    padding-bottom: 120px;
  }

  #customer_menu {
    width: 1100px;
    padding: 0;
    margin: 0 auto;
  }
  #customer_menu ul {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #customer_menu ul li {
    width: 49%;
  }
  #customer_menu ul li a {
    display: block;
    border: solid 4px #3eb134;
    border-bottom: none;
    padding: 20px 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    color: #3eb134;
    font-size: 1.8rem;
    text-decoration: none;
  }
  #customer_menu ul li a:before {
    content: '';
    background: url(../images/service/icon_down.png) 0 0 no-repeat;
    background-size: auto 8px;
    width: 12.5px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-90deg) translateX(3px);
  }
  #customer_menu ul li a:hover {
    background-color: #3eb134;
    color: #fff;
  }
  #customer_menu ul li a:hover:before {
    background-image: url(../images/service/icon_down_gray.png);
    filter: brightness(2);
  }
  #customer_menu ul li.on a {
    background-color: #3eb134;
    color: #fff;
  }
  #customer_menu ul li.on a:before {
    background-image: url(../images/service/icon_down_gray.png);
    filter: brightness(2);
    transform: rotate(0) translateX(0);
  }

  #service_menu {
    width: 100%;
    padding: 35px 0;
    margin: 0 auto 65px auto;
    background-color: #3eb134;
  }
  #service_menu ul {
    width: 900px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #service_menu ul li {
    width: 165px;
    height: 160px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0 #328e2a;
  }
  #service_menu ul li a {
    display: block;
    padding: 17px;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  #service_menu ul li a img {
    width: 55px;
    display: block;
    margin: 0 auto;
  }
  #service_menu ul li a span {
    padding-top: 10px;
    display: inline-block;
    color: #575656;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  #service_menu ul li a span small {
    font-weight: bold;
    font-size: 1.3rem;
  }
  #service_menu ul li a:hover {
    text-decoration: none;
  }
  #service_menu ul li a:hover span {
    color: #3eb134;
  }
  #service_menu ul li a:before {
    content: url(../images/service/icon_down.png);
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  #service_menu ul li.app, #service_menu ul li.platform {
    width: 512px;
    height: auto;
  }
  #service_menu ul li.app a, #service_menu ul li.platform a {
    width: 100%;
    display: flex;
  }
  #service_menu ul li.app a img, #service_menu ul li.platform a img {
    width: 55px;
    margin: 0 20px 0 0;
    border-radius: 8px;
  }
  #service_menu ul li.app a:before, #service_menu ul li.platform a:before {
    width: 16px;
    height: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 92%;
    transform: translateY(-5px);
  }
  #service_menu ul li.dl {
    width: 630px;
    display: flex;
    justify-content: center;
  }
  #service_menu ul li.dl a {
    width: 155px;
    margin: 0 10px;
  }
  #service_menu ul li.dl a span {
    padding-top: 20px;
    font-size: 1.8rem;
  }
  #service_menu ul li.dl a.support, #service_menu ul li.dl a.welfare {
    width: 180px;
    height: 120px;
    margin-top: 0;
    padding-top: 10px;
    border: dotted 2px #3eb134;
    border-radius: 10px;
  }
  #service_menu ul li.dl a.support span, #service_menu ul li.dl a.welfare span {
    font-size: 1.5rem;
  }
  #service_menu ul li.dl .menu_wrap {
    margin-top: 12px;
  }
  #service_menu ul li.dl .menu_wrap .menu_title {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #575656;
    margin-bottom: 10px;
  }
  #service_menu ul li.dl .menu_wrap a {
    display: inline-block;
    height: 110px;
    vertical-align: middle;
    margin: 0 5px;
  }
  #service_menu ul li.dl .menu_wrap a span {
    padding-top: 13px;
  }
  #service_menu ul li.dl .menu_wrap a:before {
    bottom: 10px;
  }
  #service_menu ul li.dl_app a span,
  #service_menu ul li.sukoyakanpo a span {
    padding-top: 20px;
    font-size: 1.7rem;
  }

  .service_sec .wrapper {
    width: 1100px;
    padding: 60px 0 60px 70px;
    margin: 0 auto 80px auto;
    border: solid 5px #bfbfbf;
    border-radius: 35px;
    overflow: hidden;
    background: url(../images/service/skin.png) left top repeat-y;
    position: relative;
  }
  .service_sec .wrapper .name {
    width: 516px;
    margin: 0 0 28px 0;
  }
  .service_sec .wrapper .name img {
    display: inline-block;
    width: 55px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
  }
  .service_sec .wrapper .name span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
  }
  .service_sec .wrapper .stitle {
    width: 516px;
    margin: 0 0 25px 0;
    font-size: 41px;
    font-weight: bold;
    color: #333;
    line-height: 1.22;
  }
  .service_sec .wrapper .stitle small {
    font-weight: bold;
    font-size: 34px;
  }
  .service_sec .wrapper .lead {
    width: 470px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2;
    color: #333;
  }
  .service_sec .wrapper .lead .bold {
    width: 470px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: #333;
  }
  .service_sec .wrapper .images {
    width: 530px;
    position: absolute;
    top: 150px;
    right: 0;
  }
  .service_sec .wrapper .images img {
    width: 465px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .service_sec .wrapper .comic_show_btn {
    width: 470px;
    margin: 0 0 20px 30px;
    border: none;
    outline: none;
    appearance: none;
    width: 410px;
    padding: 12px 25px 12px 0;
    display: block;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 0 #e2e2e2;
    text-align: center;
    color: #333;
    line-height: 1.353;
    font-weight: bold;
    font-size: 1.55rem;
    position: relative;
    text-decoration: none;
  }
  .service_sec .wrapper .comic_show_btn small {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .service_sec .wrapper .comic_show_btn:before {
    content: '';
    background: url(../images/service/icon_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  .service_sec .wrapper .comic_show_btn:hover {
    color: #0091FF;
  }
  .service_sec .wrapper .comic_show_btn:hover:before {
    transform: translate3d(5px, 0, 0);
    transition: 200ms all linear;
  }
  .service_sec .wrapper .btn_more {
    width: 470px;
    margin: 0 0 20px 0;
  }
  .service_sec .wrapper .btn_more a {
    width: 410px;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 0 #e2e2e2;
    text-align: center;
    color: #333;
    line-height: 1.353;
    font-weight: bold;
    font-size: 1.55rem;
    position: relative;
    text-decoration: none;
  }
  .service_sec .wrapper .btn_more a small {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .service_sec .wrapper .btn_more a:before {
    content: '';
    background: url(../images/service/icon_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  .service_sec .wrapper .btn_more a:hover {
    color: #0091FF;
  }
  .service_sec .wrapper .btn_more a:hover:before {
    transform: translate3d(5px, 0, 0);
    transition: 200ms all linear;
  }
  .service_sec .wrapper .btn_app {
    width: 470px;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .service_sec .wrapper .btn_app p {
    margin: 0 5px;
  }
  .service_sec .wrapper .btn_app p img {
    width: auto;
    height: 36px;
  }
  .service_sec .wrapper#dl {
    padding: 0;
    background: none;
  }
  .service_sec .wrapper#dl #dl_app {
    padding: 60px 0 0 70px;
    margin-bottom: 130px;
  }
  .service_sec .wrapper#dl #dl_app .images {
    top: 75px;
  }
  .service_sec .wrapper#dl #support {
    padding: 60px 0 60px 550px;
    margin-bottom: 100px;
    position: relative;
    background: url(../images/service/skin.png) right top repeat-y;
  }
  .service_sec .wrapper#dl #support .name {
    margin-bottom: 15px;
  }
  .service_sec .wrapper#dl #support .images {
    top: 100px;
    right: auto;
    left: 0;
  }
  .service_sec .wrapper#dl #support:before {
    content: '';
    display: block;
    background: url(../images/service/dl_backup_label.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 120px;
    position: absolute;
    top: -15px;
    left: 495px;
  }
  .service_sec .wrapper#dl #welfare {
    padding: 60px 0 60px 90px;
    position: relative;
    background: url(../images/service/skin.png) left top repeat-y;
  }
  .service_sec .wrapper#dl #welfare .name {
    margin-bottom: 15px;
  }
  .service_sec .wrapper#dl #welfare .images {
    top: 90px;
  }
  .service_sec .wrapper#dl #welfare:before {
    content: '';
    display: block;
    background: url(../images/service/dl_backup_label.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 120px;
    position: absolute;
    top: -15px;
    left: 35px;
  }
  .service_sec .wrapper#sukoyakanpo, .service_sec .wrapper#dementia {
    padding-left: 550px;
    background-position: top right;
    min-height: 700px;
  }
  .service_sec .wrapper#sukoyakanpo .images, .service_sec .wrapper#dementia .images {
    right: auto;
    left: 0;
  }

  .btn_healstep {
    width: 1035px;
    margin: -30px auto 30px auto;
    text-align: center;
  }
  .btn_healstep a {
    display: inline-block;
    border: solid 4px #3eb134;
    padding: 20px 40px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    color: #3eb134;
    font-size: 1.8rem;
    text-decoration: none;
  }
  .btn_healstep a:after {
    content: '';
    background: url(../images/service/icon_down.png) 0 0 no-repeat;
    background-size: auto 8px;
    width: 12.5px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(-90deg) translateX(3px);
  }
  .btn_healstep a:hover {
    color: #fff;
    background-color: #3eb134;
  }
  .btn_healstep a:hover:after {
    filter: brightness(2);
  }

  .temp_lead {
    width: 1035px;
    padding: 25px 0;
    background-color: #3eb134;
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #B5FF14;
    border-radius: 20px 20px 0 0;
  }
  .temp_lead:before {
    content: '＼';
    display: inline-block;
    margin-right: 20px;
  }
  .temp_lead:after {
    content: '／';
    display: inline-block;
    margin-left: 20px;
  }

  #health_app {
    width: 1035px;
    margin: 0 auto 50px auto;
    padding: 0 0 30px 0;
    background-color: #f4f4f5;
  }
  #health_app .mtitle img {
    display: block;
  }
  #health_app .stitle {
    width: 950px;
    padding: 20px;
    margin: 30px auto 30px auto;
    background: #5db747;
    /* Old browsers */
    background: linear-gradient(to right, #5db747 0%, #c0d84d 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 16px 0 16px 0;
  }
  #health_app .text {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #555;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #health_app .image img {
    display: block;
    margin: 0 auto;
  }
  #health_app .list {
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #health_app .list li {
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  #health_app .list li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #health_app .note {
    width: 950px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #health_app #voice {
    margin-bottom: 60px;
  }
  #health_app #voice .voice_list {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #health_app #voice .voice_list li {
    width: 300px;
    margin: 0 25px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    transition: all 200ms linear;
  }
  #health_app #voice .voice_list li:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  }
  #health_app #voice .voice_list li:hover a img {
    opacity: 1;
  }
  #health_app #voice .voice_list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  #health_app #voice .voice_list li a .voice_image img {
    max-width: 100%;
  }
  #health_app #voice .voice_list li a .voice_logo {
    width: 260px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    transform: translate3d(0, -20px, 0);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  }
  #health_app #voice .voice_list li a .voice_logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #health_app #voice .voice_list li a dl {
    padding: 0 20px 20px 20px;
  }
  #health_app #voice .voice_list li a dl dt {
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  #health_app #voice .voice_list li a dl dd {
    font-size: 1.4rem;
  }

  #platform {
    width: 1035px;
    margin: 0 auto 50px auto;
    padding: 0 0 30px 0;
    background-color: #f4f4f5;
  }
  #platform .mtitle img {
    display: block;
  }
  #platform .stitle {
    width: 950px;
    padding: 20px;
    margin: 30px auto 30px auto;
    background: #00aea9;
    /* Old browsers */
    background: linear-gradient(to right, #00aea9 0%, #8dd1da 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 16px 0 16px 0;
  }
  #platform .text {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #555;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #platform .image img {
    display: block;
  }
  #platform .list1 {
    width: 950px;
    padding: 0 0 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #platform .list1 li {
    width: 290px;
  }
  #platform .list1 li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #platform .list1:before {
    content: '';
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/service/platform_img_head.png) 0 0 no-repeat;
    background-size: auto 100%;
  }
  #platform .list2 {
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #platform .list2 li {
    width: 400px;
    margin: 0 20px 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  #platform .list2 li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #platform .note {
    width: 840px;
    padding: 0 0 0 0;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  #modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
  }
  #modal.show {
    display: block;
  }
  #modal #overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
  }
  #modal .note {
    width: 100%;
    position: fixed;
    color: #999;
    font-size: 11px;
    text-align: center;
    top: calc(50% + 226px + 130px);
    left: 0;
  }
  #modal #comic_cover_area #comic_cover {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1000px;
    height: 453px;
    display: flex;
    justify-content: space-between;
  }
  #modal #comic_cover_area #comic_cover li {
    width: calc(98% / 3);
    margin-right: 20px;
  }
  #modal #comic_cover_area #comic_cover li:last-child {
    margin-right: 0;
  }
  #modal #comic_cover_area #comic_cover li button {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  #modal #comic_cover_area #comic_cover li button img {
    display: block;
    width: 100%;
  }
  #modal #comic_cover_area #comic_cover li button:hover {
    opacity: .9;
    cursor: pointer;
  }
  #modal #comic_content_area {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 500px;
    height: 707px;
    width: 450px;
    height: 636px;
  }
  #modal #comic_content_area .comic_contents {
    display: none;
  }
  #modal #comic_content_area .slick {
    width: 445px;
  }
  #modal #comic_content_area .slick li {
    width: 450px;
    padding: 0 5px;
  }
  #modal #comic_content_area .slick li img {
    width: 100%;
  }
  #modal #comic_content_area .slick .slick-disabled {
    display: none !important;
  }
  #modal #comic_content_area .slick .slick-disabled:before {
    display: none;
  }
  #modal #comic_content_area .slick-counter {
    width: 440px;
    text-align: center;
    margin-top: 10px;
  }
  #modal .modal_close {
    position: fixed;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: url("../images/service/modal_close_btn.png") center 0/100% no-repeat;
  }
  #modal.status_cover #modal_close_cover {
    top: calc(50% - 226px - 60px);
    right: calc(50% - 180px - 320px);
  }
  #modal.status_content #modal_close_content {
    top: calc(50% - 318px);
    right: calc(50% - 275px);
  }

  .contact_btn {
    width: 450px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 30px;
    display: none;
  }
  .contact_btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #3eb134;
    border-radius: 100px;
    box-shadow: 0 3px 0 #e5e5e5;
    position: relative;
    text-decoration: none;
  }
  .contact_btn a:after {
    content: '';
    background: url(../images/service/welfare/icon_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 26px;
    height: 26px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  .contact_btn a:hover {
    opacity: .9;
    transition: 300ms all linear;
  }
  .contact_btn a:hover:after {
    transform: translate3d(5px, 0, 0);
    transition: 300ms all linear;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 768px) {
  body#member {
    padding-bottom: 120px;
  }

  #main {
    padding-top: 60px;
  }

  #customer_menu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #customer_menu ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #customer_menu ul li {
    width: 50%;
  }
  #customer_menu ul li a {
    display: block;
    border: solid 4px #3eb134;
    border-bottom: none;
    padding: 10px 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    color: #3eb134;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.2;
  }
  #customer_menu ul li a:before {
    content: '';
    background: url(../images/service/icon_down.png) 0 0 no-repeat;
    background-size: auto 8px;
    width: 12.5px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-90deg) translateX(3px);
  }
  #customer_menu ul li a:hover {
    background-color: #3eb134;
    color: #fff;
  }
  #customer_menu ul li a:hover:before {
    background-image: url(../images/service/icon_down_gray.png);
    filter: brightness(2);
  }
  #customer_menu ul li.on a {
    background-color: #3eb134;
    color: #fff;
  }
  #customer_menu ul li.on a:before {
    background-image: url(../images/service/icon_down_gray.png);
    filter: brightness(2);
    transform: rotate(0) translateX(0);
  }

  #service_menu {
    width: 100%;
    padding: 4%;
    margin: 0 auto 30px auto;
    background-color: #3eb134;
  }
  #service_menu ul {
    width: 100%;
    margin: 0 auto;
  }
  #service_menu ul li {
    width: 100%;
    margin-bottom: 2.6vw;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0 #328e2a;
  }
  #service_menu ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
  }
  #service_menu ul li a img {
    width: 37.5px;
    height: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  #service_menu ul li a span {
    display: inline-block;
    color: #575656;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.375;
    vertical-align: middle;
  }
  #service_menu ul li a span br {
    display: none;
  }
  #service_menu ul li a span small {
    font-weight: bold;
    font-size: 4vw;
  }
  #service_menu ul li a:hover {
    text-decoration: none;
  }
  #service_menu ul li a:hover span {
    color: #3eb134;
  }
  #service_menu ul li a:before {
    content: '';
    background: url(../images/service/icon_down_gray.png) 0 0 no-repeat;
    background-size: auto 8px;
    width: 12.5px;
    height: 8px;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  #service_menu ul li.dl {
    padding-bottom: 5px;
  }
  #service_menu ul li.dl a span {
    font-size: 5.2vw;
    border-bottom: solid 2px #ccc;
  }
  #service_menu ul li.dl a.dl_app span {
    width: calc(100% - 50px);
  }
  #service_menu ul li.dl a.dl_app:before {
    right: 20px;
  }
  #service_menu ul li.dl a.support, #service_menu ul li.dl a.welfare {
    width: calc(100% - 60px);
    border: dotted 2px #3eb134;
    border-radius: 4px;
    margin: 0 0 10px 50px;
  }
  #service_menu ul li.dl a.support span, #service_menu ul li.dl a.welfare span {
    font-size: 4.6vw;
    border-bottom: none;
  }
  #service_menu ul li.app a img, #service_menu ul li.platform a img {
    border-radius: 8px;
  }
  #service_menu ul li .menu_wrap {
    margin-top: 10px;
  }
  #service_menu ul li .menu_wrap .menu_title {
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 4.6vw;
    font-weight: bold;
    color: #575656;
    margin: 0 0 10px 50px;
  }
  #service_menu ul li.sukoyakanpo a span {
    font-size: 5.2vw;
  }

  .service_sec .wrapper {
    width: 90.6vw;
    padding: 5.88%;
    margin: 0 auto 5.8% auto;
    border: solid 3px #bfbfbf;
    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
  }
  .service_sec .wrapper .name {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
  }
  .service_sec .wrapper .name img {
    width: 37.5px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
  .service_sec .wrapper .name span {
    font-size: 4vw;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
  }
  .service_sec .wrapper .stitle {
    margin: 0 0 20px 0;
    font-size: 6vw;
    font-weight: bold;
    color: #333;
    line-height: 1.22;
  }
  .service_sec .wrapper .stitle small {
    font-weight: bold;
    font-size: 5vw;
  }
  .service_sec .wrapper .lead {
    margin-bottom: 30px;
    font-size: 3.87vw;
    line-height: 1.828;
    color: #333;
  }
  .service_sec .wrapper .lead .bold {
    margin-bottom: 30px;
    font-size: 3.87vw;
    font-weight: 700;
    line-height: 1.828;
    color: #333;
  }
  .service_sec .wrapper .images {
    margin: 0 auto 30px auto;
  }
  .service_sec .wrapper .images img {
    margin: 0 auto;
  }
  .service_sec .wrapper .comic_show_btn {
    width: 100%;
    margin: 0 0 20px 0;
    border: none;
    outline: none;
    appearance: none;
    padding: 12px 25px 12px 0;
    margin: 0 auto 20px;
    display: block;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 0 #e2e2e2;
    text-align: center;
    color: #333;
    line-height: 1.353;
    font-weight: bold;
    font-size: 3.8vw;
    position: relative;
    text-decoration: none;
  }
  .service_sec .wrapper .comic_show_btn small {
    font-weight: bold;
    font-size: 3;
  }
  .service_sec .wrapper .comic_show_btn:before {
    content: '';
    background: url(../images/service/icon_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
  }
  .service_sec .wrapper .comic_show_btn:hover {
    color: #0091FF;
  }
  .service_sec .wrapper .comic_show_btn:hover:before {
    transform: translate3d(5px, 0, 0);
    transition: 200ms all linear;
  }
  .service_sec .wrapper .btn_more {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service_sec .wrapper .btn_more a {
    width: 100%;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 0 #e2e2e2;
    text-align: center;
    color: #333;
    line-height: 1.353;
    font-weight: bold;
    font-size: 3.8vw;
    position: relative;
    text-decoration: none;
  }
  .service_sec .wrapper .btn_more a small {
    font-weight: bold;
    font-size: 3;
  }
  .service_sec .wrapper .btn_more a:before {
    content: '';
    background: url(../images/service/icon_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
  }
  .service_sec .wrapper .btn_more a:hover {
    color: #0091FF;
  }
  .service_sec .wrapper .btn_more a:hover:before {
    transform: translate3d(5px, 0, 0);
    transition: 200ms all linear;
  }
  .service_sec .wrapper .btn_app {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .service_sec .wrapper .btn_app p {
    margin: 0 5px;
  }
  .service_sec .wrapper .btn_app p img {
    width: auto;
    height: 36px;
  }
  .service_sec .wrapper#dl {
    padding: 0;
    background: none;
  }
  .service_sec .wrapper#dl #dl_app {
    padding: 5.88%;
  }
  .service_sec .wrapper#dl #support,
  .service_sec .wrapper#dl #welfare {
    padding: 5.88%;
    background: #f9f9f9;
    position: relative;
  }
  .service_sec .wrapper#dl #support .name,
  .service_sec .wrapper#dl #welfare .name {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .service_sec .wrapper#dl #support .stitle,
  .service_sec .wrapper#dl #welfare .stitle {
    padding-left: 40px;
  }
  .service_sec .wrapper#dl #support:before,
  .service_sec .wrapper#dl #welfare:before {
    content: '';
    display: block;
    background: url(../images/service/dl_backup_label.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 22.5px;
    height: 90px;
    position: absolute;
    top: -15px;
    left: 16px;
  }
  .service_sec .wrapper#dl #support {
    margin-bottom: 50px;
  }

  .btn_healstep {
    padding: 0 20px 30px 20px;
  }
  .btn_healstep a {
    display: block;
    border: solid 4px #3eb134;
    padding: 10px 0;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    color: #3eb134;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
  }
  .btn_healstep a:after {
    content: '▶';
    color: #3eb134;
    display: block;
    height: 12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    font-size: 12px;
  }

  .temp_lead {
    margin: 0 auto 30px auto;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #3eb134;
  }

  #health_app {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 0 0 30px 0;
    background-color: #f4f4f5;
  }
  #health_app .mtitle img {
    display: block;
  }
  #health_app .stitle {
    padding: 10px 20px;
    margin: 30px 10px 30px 10px;
    background: #5db747;
    /* Old browsers */
    background: linear-gradient(to right, #5db747 0%, #c0d84d 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 16px 0 16px 0;
    line-height: 1.2;
  }
  #health_app .text {
    padding: 20px;
    margin: 0 auto 0 auto;
    color: #555;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #health_app .image img {
    display: block;
    margin: 0 auto;
  }
  #health_app .list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #health_app .list li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  #health_app .list li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #health_app .note {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #health_app #voice {
    margin-bottom: 60px;
  }
  #health_app #voice .voice_list {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  #health_app #voice .voice_list li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    transition: all 200ms linear;
  }
  #health_app #voice .voice_list li:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  }
  #health_app #voice .voice_list li:hover a img {
    opacity: 1;
  }
  #health_app #voice .voice_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
  }
  #health_app #voice .voice_list li a .voice_image {
    width: 60%;
  }
  #health_app #voice .voice_list li a .voice_image img {
    max-width: 100%;
  }
  #health_app #voice .voice_list li a .voice_logo {
    width: 40%;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #fff;
    transform: translate3d(-20px, 0, 0);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  }
  #health_app #voice .voice_list li a .voice_logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #health_app #voice .voice_list li a dl {
    width: 100%;
    padding: 20px;
  }
  #health_app #voice .voice_list li a dl dt {
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  #health_app #voice .voice_list li a dl dd {
    font-size: 1.4rem;
  }

  #platform {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 0 0 30px 0;
    background-color: #f4f4f5;
  }
  #platform .mtitle img {
    display: block;
  }
  #platform .stitle {
    padding: 10px 20px;
    margin: 30px 10px 30px 10px;
    background: #00aea9;
    /* Old browsers */
    background: linear-gradient(to right, #00aea9 0%, #8dd1da 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 16px 0 16px 0;
    line-height: 1.2;
  }
  #platform .text {
    padding: 20px;
    margin: 0 auto 0 auto;
    color: #555;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #platform .image img {
    display: block;
  }
  #platform .list1 {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0 auto;
  }
  #platform .list1 li {
    width: 100%;
    padding-left: 12%;
    margin-bottom: 30px;
    position: relative;
  }
  #platform .list1 li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #platform .list1 li:before {
    content: '';
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/service/platform_img_head.png) 0 0 no-repeat;
    background-size: auto 100%;
  }
  #platform .list2 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #platform .list2 li {
    width: 100%;
    margin: 0 auto 30px auto;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  #platform .list2 li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #platform .note {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  #modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
  }
  #modal.show {
    display: block;
  }
  #modal #comic_cover_area {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90vw;
    z-index: 100;
    height: calc(90vw * 1.4133 + 4vw + 16px + 2px);
  }
  #modal #comic_cover_area #comic_cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(90vw * 1.4133 + 4vw + 16px + 2px);
  }
  #modal #comic_cover_area #comic_cover li {
    width: 48%;
  }
  #modal #comic_cover_area #comic_cover li:last-child {
    margin-bottom: 0;
  }
  #modal #comic_cover_area #comic_cover li button {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  #modal #comic_cover_area #comic_cover li button img {
    display: block;
  }
  #modal #comic_cover_area #comic_cover li button:hover {
    opacity: .9;
  }
  #modal #comic_content_area {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90vw;
    height: calc(90vw * 1.4133 + 4vw + 16px + 2px);
  }
  #modal #comic_content_area .comic_contents {
    display: none;
  }
  #modal #comic_content_area .slick {
    width: 100%;
    margin: 0 auto;
  }
  #modal #comic_content_area .slick li {
    width: 92vw;
    padding: 0 1vw;
    margin: 0 auto;
  }
  #modal #comic_content_area .slick li img {
    width: 100%;
  }
  #modal #comic_content_area .slick .slick-disabled {
    display: none !important;
  }
  #modal #comic_content_area .slick .slick-disabled:before {
    display: none;
  }
  #modal #comic_content_area .slick-counter {
    width: 90vw;
    text-align: center;
    margin: 4vw auto 0;
  }
  #modal #overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
  }
  #modal .note {
    display: block;
    width: 100%;
    position: absolute;
    color: #999;
    font-size: 10px;
    text-align: center;
    left: 0;
    bottom: -5vw;
  }
  #modal .modal_close {
    position: absolute;
    width: 9.2vw;
    height: 9.2vw;
    max-width: 40px;
    max-height: 40px;
    border: none;
    outline: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: url("../images/service/modal_close_btn.png") center 0/100% no-repeat;
  }
  #modal.status_cover #modal_close_cover {
    right: 0;
    bottom: -3vw;
  }
  #modal.status_content #modal_close_content {
    right: 0;
    bottom: -3vw;
  }
  #modal.tablet #comic_cover_area {
    width: 72vw;
    height: calc(72vw * 1.4133);
  }
  #modal.tablet #comic_cover_area #comic_cover {
    width: 100%;
    height: calc(72vw * 1.4133);
  }
  #modal.tablet #comic_content_area {
    width: 72vw;
    height: calc(72vw * 1.4133);
  }
  #modal.tablet #comic_content_area .comic_contents {
    width: 100%;
    height: calc(72vw * 1.4133);
  }
  #modal.tablet #comic_content_area .slick {
    width: 100%;
  }
  #modal.tablet #comic_content_area .slick li {
    width: 73vw;
  }
  #modal.tablet #comic_content_area .slick-counter {
    width: 100%;
  }
  #modal.tablet.status_cover #modal_close_cover {
    bottom: -5vw;
  }
  #modal.tablet.status_content #modal_close_content {
    bottom: -5vw;
  }

  .contact_btn {
    width: 80vw;
    max-width: 310px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    display: none;
    z-index: 9999;
  }
  .contact_btn a {
    display: block;
    width: 100%;
    padding: 20px 15px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #3eb134;
    border-radius: 100px;
    box-shadow: 0 3px 0 #e5e5e5;
    position: relative;
    text-decoration: none;
  }
  .contact_btn a:after {
    content: '';
    background: url(../images/service/welfare/icon_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
  }
  .contact_btn a:hover {
    opacity: .9;
    transition: 300ms all linear;
  }
  .contact_btn a:hover:after {
    transform: translate3d(5px, 0, 0);
    transition: 300ms all linear;
  }
}
