@charset "utf-8";


/*===========================
共通
=============================*/

body {
    position: relative;
}
body.home.blog {
    position: relative;
}
a,
li {
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}
p {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .8px;
}
.show {
    opacity: 1;
    transition: .25s;
    z-index: 1;
}
.no-show {
    opacity: 0;
}
.no-display {
    display: none;;
}
.center {
    text-align: center;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
span.yellow {
    color: #F0D156;
}
::selection {
    background-color: #000;
    color: #fff;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1080px;
    }
}
@media (min-width: 768px) {
    main {
        margin-top: 115px;
    }
}

/*アニメーション*/
[data-aos=fade-up] {
    transform: translate3d(0,25px,0);
}

/*見出し*/
h2.heading2_sytle_01 {
    font-family: 'Josefin Sans';
    color: #fff;
    font-size: 60px;
    letter-spacing: 1.5px;
    float: left;
}
p.heading2_sytle_ja {
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 110px;
    margin-top: 35px;
    color: #fff;
}
h3.heading3_sytle_01 {
    font-family: Noto Sans JP;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2.4px;
    font-size: 24px;
    margin-bottom: 130px;
}
h3.heading3_sytle_01 span.en {
    display: block;
    font-family: 'Josefin Sans';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    margin-bottom: 5px;
}
h3.heading3_sytle_01.left {
    padding-left: 240px;
    position: relative;
}
.heading3_sytle_img{
    position: relative;
}
.heading3_sytle_img.left:before {
    content: '';
    position: absolute;
    background-image: url(../images/pharmacy.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 140px;
    top: -40px;
    left: 30px;
}
h3.heading3_sytle_01.right {
    color: #000;
    text-align: right;
    padding-right: 210px;
}
.heading3_sytle_img.right:after {
    content: '';
    position: absolute;
    background-image: url(../images/hospital.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    height: 150px;
    top: -40px;
    right: 30px;
}
h3.heading3_sytle_02 {
    font-family: Noto Sans JP;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 52px;
    font-size: 36px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    h2.heading2_sytle_01 {
        float: unset;
        font-size: 42px;
    }
    p.heading2_sytle_ja {
        display: block;
        margin-left: unset;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    h3.heading3_sytle_01 {
        margin-top: 140px;
        margin-bottom: 30px;
        font-size: 22px;
    }
    h3.heading3_sytle_01.left {
        padding-left: unset;
    }
    .heading3_sytle_img.left:before {
        width: 160px;
        height: 120px;
        left: 0;
        top: 0;
    }
    h3.heading3_sytle_01.right {
        padding-right: unset;
    }
    .heading3_sytle_img.right:after {
        width: 122px;
        height: 130px;
        top: -10px;
        right: 0;
    }
    h3.heading3_sytle_02 {
        font-size: 28px;
        letter-spacing: 1.4px;
        line-height: 42px;
    }
}
/*ボタン*/
.btn-style01 a {
    font-family: 'Josefin Sans';
    font-weight: 500;
    letter-spacing: 1px;
    padding: 17px 47px;
    font-size: 20px;
    color: #00A1E9!important;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #0000003d;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(
      to right,
      #00A1E9 0%,
      #00A1E9 50%,
      #ffffff 50%,
      #ffffff 100%
    );
    transition: background-position ease 0.25s;
}
.btn-style01 a:hover {
  background-position: 0 0;
  color: #ffffff!important;
}
.btn-style02 {
    max-width: 520px;
}
.btn-style02 a {
    display: block;
    background-color: #00A1E9;
    text-align: center;
    color: #ffffff;
    padding: 15px 50px 15px 0;
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 5px;
    font-size: 14px;
    font-family: Noto Sans JP;
    font-weight: 600;
    letter-spacing: .7px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 50%,
      #00A1E9 50%,
      #00A1E9 100%
    );
    transition: background-position ease 0.25s;
}
.btn-style02 a:hover {
  background-position: 0 0;
  color: #00A1E9;
}
.btn-style02 a span {
  position: relative;
}
.btn-style02 a span:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow_right_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    left: 20px;
}
.btn-style02 a:hover span::after {
    background-image: url(../images/arrow_right_blue.svg);
}
.btn-style02.white a {
    color: #00A1E9;
    background: #ffffff;
    background-image: linear-gradient( to right, #00A1E9 0%, #00A1E9 50%, #ffffff 50%, #ffffff 100% );
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
}
.btn-style02.white a:hover {
    background-position: 0 0;
    color: #ffffff;
}
.btn-style02.white a span:after {
    background-image: url(../images/arrow_right_blue.svg);
}
.btn-style02.white a:hover span::after {
    background-image: url(../images/arrow_right_white.svg);
}
.btn-style02.black a {
    background-color: #ffffff;
    color: #000000;
    background-image: linear-gradient( to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100% );
}
.btn-style02.black a:hover {
    background-position: 0 0;
    color: #ffffff;
}
.btn-style02.black a span:after {
    background-image: url(../images/arrow_right_black.svg);
}
.btn-style02.black a:hover span::after {
    background-image: url(../images/arrow_right_white.svg);
}

/*システム_コンテンツ*/
a.system-card-link {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 24px #00000034;
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.system-card {
    position: relative;
    padding: 45px 35px;
}
.system-card.other-link:after {
    content:'';
    position: absolute;
    background-image: url(../images/open_in_new_black_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 12px;
}
.system-card h4 {
    color: #00A1E9;
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
}
.system-card p {
    color: #000000;
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 32px;
}
.system-card img {
    height: 60px;
    object-fit: cover;
    margin-top: 10px;
}
p.products-exp {
    color: #8AA1B8;
    line-height: 21px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: unset;
    text-align: left;
}
.page-system .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}
.page-system a.system-card-link {
    margin-bottom: unset;
    height: 100%;
}
.page-system .system-card {
    padding: 30px;
}
.page-system .system-card.other-link:after {
    bottom: unset;
    top: 10px;
    right: 10px;
}
/*ホバー時動き*/
a.system-card-link::before,
a.system-card-link::after {
    position:absolute;
    display:block;
    box-sizing:border-box;
    border-radius: 5px;
    content:"";
    opacity:0;
} 
a.system-card-link::before {
    top:0;
    left:50%;
    width:0;
    height:100%;
    border-top:2px solid #000000;
    border-bottom:2px solid #000000;
    transition:left 0.3s, width 0.3s, opacity 0.3s;
}
a.system-card-link::after {
    left:0;
    top:50%;
    width:100%;
    height:0;
    border-left:2px solid #000000;
    border-right:2px solid #000000;
    transition:top 0.3s, height 0.3s, opacity 0.3s;
}
a.system-card-link:hover::before {
    left:0;
    width:100%;
    opacity:1;
} 
a.system-card-link:hover::after {
    top:0;
    height:100%;
    opacity:1;
}
.sp .system-card {
    padding: 24px 20px 24px 30px;
}
.sp .system-card img {
    margin-top: 10px;
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 25px;
    overflow: hidden;
}
.sp .system-card h4 {
    text-align: left;
    margin-bottom: unset;
}
.sp .system-card p {
    margin-bottom: unset;
    text-align: left;
}
.sp .system-card.other-link:after {
    bottom: 5px;
    right: 5px;
}

/*breadcrumb　パンくずリスト*/
.breadcrumbs_wrap {
    padding: 15px 0;
}
ol.breadcrumb {
    margin-bottom: unset;
}
li.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 22px;
}
li.breadcrumb-item a {
    margin: 0 8px 0 0;
    color: #ffffff;
    text-decoration: underline;
}
.l-blue li.breadcrumb-item a {
    color: #000000;
}
span.breadcrumb_last {
    margin: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs_wrap {
        padding: 35px 0 30px;
    }
    li.breadcrumb-item {
        font-size: 12px;
    }
}

/*===========================
グローバルナビ
=============================*/
header#header {
    height: 118px;
    background: #ffffff;
    box-shadow: 0px 3px 12px #00000029;
    position: fixed;
    z-index: 9999;
    display: block;
    width: 100%;
    top: 0;
}
a#header-logo {
    position: absolute;
    z-index: 9999;
    clear: both;
    display: block;
    width: 150px;
    height: 50px;
    margin: 34px 0 34px 0;
    padding: 0 0 0 0;
    background: transparent url(../images/windy-logo.svg) 50% 50% no-repeat scroll;
    background-size: cover;
    text-indent: -9999em;
}
.fixed {
    position: fixed!important;
}
/*== ナビゲーションのためのCSS ==*/
#g-nav{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  transition: all 0.3s;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
 }
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}
/*リストのレイアウト設定*/
nav#g-nav .container {
    margin-top: 160px;
}
#g-nav-list li{
  list-style: none;
  text-align: left; 
}
#g-nav-list li a {
    color: #000000;
    text-decoration: none;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 16px;
    font-family: Noto Sans JP;
    font-weight: 600;
}
#g-nav-list li a:hover {
    color: #00A1E9;
    text-decoration: underline;
}
#g-nav-list ul.sub-menu {
    padding-left: unset;
}
#g-nav-list li ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    font-family: Noto Sans JP;
}
#g-nav-list ul.g-nav-five {
    padding: unset;
    margin-top: 25px;
    padding-bottom: 150px;
}
#g-nav-list ul.g-nav-five li {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 40px 0 40px;
}
#g-nav-list ul.g-nav-five li a {
    font-size: 14px;
    font-family: Noto Sans JP;
    font-weight: 400;
}
/*== ボタンのためのCSS ==*/
.openbtn1{
    position: absolute;
    z-index: 9999;
    top: 24px;
    right: 10px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #00A1E9;
    border-radius: 50%;
}
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 32%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}

.openbtn1 span:nth-of-type(1) {
    top: 27px;
    width: 35%;
}
.openbtn1 span:nth-of-type(2) {
    top: 40px;
    width: 35%;
}
.openbtn1.active span:nth-of-type(1) {
    top: 27px;
    left: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}
.openbtn1.active span:nth-of-type(2) {
    top: 39px;
    left: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
@media (min-width: 1200px) {
    .openbtn1{
        right: calc((100% - 1140px) / 2);
    }
}
@media screen and (min-width:992px) and ( max-width:1199px) {
    .openbtn1{
        right: calc((100% - 960px) / 2);
    }
}
@media (max-width: 991px) {
    #g-nav.panelactive #g-nav-list{
        height: 100vh;
    }
}
@media screen and (min-width:768px) and ( max-width:991px) {
    .openbtn1{
        right: calc((100% - 720px) / 2);
    }
    #g-nav-list ul.g-nav-five {
        padding-bottom: 100px;
    }
    #g-nav-list ul.g-nav-five li {
        width: 50%;
    }
}
@media screen and (min-width:576px) and ( max-width:767px) {
    .openbtn1{
        right: calc((100% - 540px) / 2);
    }
}
@media (max-width: 767px) {
    header#header {
        height: 55px;
    }
    a#header-logo {
        width: 75px;
        height: 25px;
        margin: 15px 0;
    }
    .openbtn1 {
        width: 35px;
        height: 35px;
        top: 10px;
    }
    .openbtn1 span {
        left: 28%;
    }
    .openbtn1 span:nth-of-type(1) {
        top: 12px;
        height: 2px;
        width: 40%;
    }
    .openbtn1 span:nth-of-type(2) {
        top: 20px;
        height: 2px;
        width: 40%;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 11px;
        left: 10px;
        width: 40%;
    }
    .openbtn1.active span:nth-of-type(2) {
        top: 23px;
        left: 10px;
        width: 40%;
    }
    nav#g-nav .container {
        margin-top: 100px;
    }
    #g-nav-list ul {
        padding-left: unset;
    }
    #g-nav-list ul.g-nav-five {
        padding-bottom: 80px;
    }
    #g-nav-list ul.g-nav-five li {
        width: 100%;
        padding: 0 11px;
    }
}
/*===========================
フッター
=============================*/
footer {
    background-color: #000000;
    padding: 100px 0;
}
footer p.heading2_sytle_ja {
    margin-bottom: 60px;
}
footer p {
    max-width: 600px;
    margin-bottom: 50px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1.6px;
    z-index: 0;
}
footer .btn-style02.white a {
    color: #000000;
    background-image: linear-gradient( to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100% );
}
footer .btn-style02.white a span:after {
    background-image: url(../images/arrow_right_black.svg);
}
footer p.tel {
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.8px;
    margin-top: 60px;
    float: left;
    margin-right: 20px;
}
p.tel-number {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 36px;
    line-height: 15px;
    letter-spacing: 3.6px;
    margin-top: 60px;
}
.footer-nav {
    margin-top: 50px;
}
#g-nav-list.footer-nav ul {
    padding-left: unset;
}
#g-nav-list.footer-nav ul.g-nav-five li {
    padding: 0 10px;
}
#g-nav-list.footer-nav li a {
    color: #fff;
}
#g-nav-list.footer-nav li ul.sub-menu li a {
    color: #8AA1B8;
    letter-spacing: 1.4px;
}
#g-nav-list.footer-nav ul.sub-menu {
    margin-top: 10px;
}
#g-nav-list.footer-nav ul.g-nav-five li a {
    color: #8AA1B8;
    letter-spacing: 1.4px;
}
a#footer-logo {
    z-index: 9999;
    clear: both;
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 0 34px 0;
    padding: 0 0 0 0;
    background: transparent url(../images/windy-logo-white.svg) 50% 50% no-repeat scroll;
    background-size: cover;
    text-indent: -9999em;
}
.footer-co h2 {
    font-size: 18px;
    font-family: Noto Sans JP;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.footer-co p {
    margin-bottom: 30px;
}
.footer-co p span {
    display: block;
    margin-bottom: 10px;
}
.footer-privacy {
    margin-top: 30px;
    background-color: #fff;
    padding: 25px 0;
    overflow: hidden;
    zoom: 1;
}
.footer-privacy img {
    max-width: 80px;
    float: left;
    margin-right: 30px;
}
.footer-privacy p,
.footer-privacy p a {
    color: #000;
    font-size: 14px;
    margin-bottom: unset;
    overflow: hidden;
    zoom: 1;
}
.footer-privacy p a:hover {
    text-decoration: underline;
}
.copy-light {
    margin-top: 70px;
}
.copy-light p {
    max-width: 100%;
    text-align: right;
    margin-bottom: unset;
    font-family: 'Josefin Sans';
    line-height: 19px;
}
@media (min-width: 768px) {
    .footer-nav div:nth-of-type(2){
        transition-delay: .1s;
    }
    .footer-nav div:nth-of-type(3){
        transition-delay: .2s;
    }
    .footer-nav div:nth-of-type(4){
        transition-delay: .3s;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #g-nav-list.footer-nav ul.g-nav-five {
        padding-bottom: 200px;
    }
    .copy-light {
        margin-top: 170px;
    }
}
@media (max-width: 767px) {
    #g-nav-list.footer-nav li a {
        font-size: 12px;
        padding: 15px 0;
    }
    #g-nav-list.footer-nav ul.sub-menu {
        margin-bottom: 30px;
    }
    #g-nav-list.footer-nav li ul.sub-menu li a {
        font-size: 12px;
        color: #8AA1B8;
        letter-spacing: 1.2px;
        padding: 10px 0;
    }
    #g-nav-list.footer-nav ul.g-nav-five li a {
        font-size: 12px;
        color: #8AA1B8;
        letter-spacing: 1.2px;
        padding: 10px 0;
    }
    #g-nav-list.footer-nav ul.g-nav-five {
        padding-bottom: 250px;
    }
    .footer-co h2 {
        margin-top: 70px;
    }
    .footer-privacy img {
        margin-right: 15px;
    }
    .footer-privacy p,
    .footer-privacy p a {
        line-height: 20px;
        letter-spacing: 1.2px;
        font-size: 12px;
    }
    .copy-light {
        margin-top: 50px;
    }
}

/*===========================
トップページ
=============================*/
/*ファーストビュー*/
#top-fv {
    background-color: #00A1E9;
    padding-top: 60px;
    position: relative;
}
#top-fv:before {
    content: '';
    position: absolute;
    background: url(../images/top-fv-image.svg);
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 24px;
    right: 77px;
}
h1.ml13 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    color: #fff;
    letter-spacing: .8px;
}
.tittle-en {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    letter-spacing: .8px;
    color: #fff;
}
h2.fv-catch {
    font-family: Noto Sans JP;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}
p.fv-text {
    margin-top: 100px;
    color: #fff;
    font-family: Noto Sans JP;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}
a.fv-scroll {
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans';
    margin: 40px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2.4px;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: unset;
}
a.fv-scroll:hover {
    color: #fff;
}
a.fv-scroll:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: scroll-border 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    left: -3px;
    margin: auto;
}
@keyframes scroll-border {
0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}}
.card-box {
    margin-top: 100px;
    display: inline-block;
}
a.card-list {
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 15px 80px 15px 30px;
    border-radius: 5px;
    font-family: Noto Sans JP;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    letter-spacing: .7px;
    position: relative;
    box-shadow: 0px 0px 24px #00000029;
    display: inline-block;
    overflow: hidden;
    width: 530px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.card-list span {
    color: #00A1E9;
}
a.card-list span.date {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 16px;
    margin-right: 15px;
    letter-spacing: .8px;
}
a.card-list span.cat {
    margin-right: 15px;
}
a.card-list span.title {
    color:#000000;
    position: relative;
}
a.card-list span.title:after{
    content: '';
    position: absolute;
    background-image: url(../images/arrow_right_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    left: 265px;
    transition: .3s;
}
.card-list:hover span.title:after {
    left: 285px;
}
/*ホバー時動き*/
.card-box .card-list::before,
.card-box .card-list::after {
    position:absolute;
    display:block;
    box-sizing:border-box;
    border-radius: 5px;
    content:"";
    opacity:0;
} 
.card-box .card-list::before {
    top:0;
    left:50%;
    width:0;
    height:100%;
    border-top:2px solid #000000;
    border-bottom:2px solid #000000;
    transition:left 0.3s, width 0.3s, opacity 0.3s;
}
.card-box .card-list::after {
    left:0;
    top:50%;
    width:100%;
    height:0;
    border-left:2px solid #000000;
    border-right:2px solid #000000;
    transition:top 0.3s, height 0.3s, opacity 0.3s;
}
.card-box .card-list:hover::before {
    left:0;
    width:100%;
    opacity:1;
} 
.card-box .card-list:hover::after {
    top:0;
    height:100%;
    opacity:1;
}
@media (max-width: 767px) {
    #top-fv {
        padding-top: 120px;
    }
    p.fv-text {
        font-size: 14px;
        margin-top: 50px;
    }
    #top-fv:before {
        width: 100%;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 47%;
        right: 0;
    }
    .tittle-en {
        width: 230px;
    }
    .card-box {
        margin-top: 360px;
        display: block;
        width: 100%;
    }
    a.card-list {
        padding: 15px 50px 15px 15px;
        display: block;
        width: 100%;
    }
    a.card-list span.title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    a.card-list span.title:after {
        width: 22px;
        height: 22px;
        top: 0px;
        right: -27px;
        left: unset;
    }
    .card-list:hover span.title:after {
        top: 0px;
        right: -45px;
        left: unset;
    }
    a.card-list span.date {
        display: block;
    }
}
@media screen and (min-width:441px) and ( max-width:767px) {
    #top-fv:before {
        top: 390px;
    }
}
@media (max-width: 440px) {
    #top-fv:before {
        top: 420px;
    }
}
/*Products 製品一覧*/
#top-products .title-area {
    background-color: #00A1E9;
    padding-top: 150px;
}
#top-products .top-pharmacies {
    background-color: #00A1E9;
    padding-bottom: 70px;
}
#top-products .top-hospitals {
    background-color: #D9F1FC;
    padding-top: 100px;
    padding-bottom: 70px;
}
@media (min-width: 768px) {
    .top-pharmacies div:nth-of-type(1),
    .top-hospitals div:nth-of-type(1),
    .page-system div:nth-of-type(1),
    .function-contents div:nth-of-type(1){
        transition-delay: .1s;
    }
    .top-pharmacies div:nth-of-type(2),
    .top-hospitals div:nth-of-type(2),
    .page-system div:nth-of-type(2),
    .function-contents div:nth-of-type(2){
        transition-delay: .2s;
    }
    .top-pharmacies div:nth-of-type(3),
    .top-hospitals div:nth-of-type(3),
    .page-system div:nth-of-type(3),
    .function-contents div:nth-of-type(3){
        transition-delay: .3s;
    }
    .top-pharmacies div:nth-of-type(4),
    .top-hospitals div:nth-of-type(4),
    .page-system div:nth-of-type(4),
    .function-contents div:nth-of-type(4){
        transition-delay: .4s;
    }
    .top-pharmacies div:nth-of-type(5),
    .top-hospitals div:nth-of-type(5),
    .page-system div:nth-of-type(5),
    .function-contents div:nth-of-type(5){
        transition-delay: .5s;
    }
    .top-pharmacies div:nth-of-type(6),
    .top-hospitals div:nth-of-type(6),
    .page-system div:nth-of-type(6),
    .function-contents div:nth-of-type(6){
        transition-delay: .6s;
    }
    .top-pharmacies div:nth-of-type(7),
    .top-hospitals div:nth-of-type(7),
    .page-system div:nth-of-type(7),
    .function-contents div:nth-of-type(7){
        transition-delay: .7s;
    }
    .top-pharmacies div:nth-of-type(8),
    .top-hospitals div:nth-of-type(8),
    .page-system div:nth-of-type(8),
    .function-contents div:nth-of-type(8){
        transition-delay: .8s;
    }
    .top-pharmacies div:nth-of-type(9),
    .top-hospitals div:nth-of-type(9),
    .page-system div:nth-of-type(9),
    .function-contents div:nth-of-type(9){
        transition-delay: .9s;
    }
    .top-pharmacies div:nth-of-type(10),
    .top-hospitals div:nth-of-type(10),
    .page-system div:nth-of-type(10),
    .function-contents div:nth-of-type(10){
        transition-delay: 1s;
    }
}
@media (max-width: 767px) {
    #top-products .title-area {
        padding-top: 100px;
    }
    #top-products .top-pharmacies {
        padding-bottom: 50px;
    }
    #top-products .top-hospitals {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*About Windyについて*/
#top-about {
    background-image: url(../images/top-about-bk.jpg);
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#top-about::after {
  content: '';
  background: linear-gradient(to right,rgba(0,161,233,.8),rgba(0,161,233,.3));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#top-about p.heading2_sytle_ja {
    margin-bottom: 60px;
    margin-top: 30px;
}
#top-about p{
    color: #fff;
    max-width: 530px;
    line-height: 30px;
}
#top-about .btn-style01.right {
    max-width: 530px;
    width: 100%;
    text-align: right;
    margin-top: 60px;
}
@media (max-width: 767px) {
    #top-about {
        padding: 100px 0 50px;
    }
    #top-about p.heading2_sytle_ja {
        margin-top: 0;
    }
}
/*Case Studies 導入事例*/
#top-casestudies {
    padding: 100px 0;
    background-color: #F9F9FA;
}
#top-casestudies h2.heading2_sytle_01 {
    color: #00A1E9;
    margin-top: 30px;
}
#top-casestudies p.heading2_sytle_ja {
    color: #00A1E9;
    margin-bottom: 40px;
    margin-top: 65px;
}
.top-casestudies-arvive {
    margin-top: 100px;
}
#top-casestudies .btn-style02 {
    margin: 0 auto;
}
@media (max-width: 767px) {
    #top-casestudies {
        padding: 50px 0;
    }
    img.illustration {
        width: 90px;
    }
    #top-casestudies p.heading2_sytle_ja {
        margin-top: 10px;
    }
    .top-casestudies-arvive {
        margin-top: unset;
    }
    #top-casestudies .case-studies-arcives-content {
        margin-bottom: 60px;
    }
}
/*Help 塀品ヘルプ*/
#top-help {
    background-color: #00A1E9;
}
#top-help.help-archive:before {
    top: 100px;
}
#top-help p.heading2_sytle_ja {
    margin-bottom: 40px;
}
p.top-help-undername {
    background-color: #fff;
    display: table;
    padding: 5px 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
}
#top-help p.demo-text {
    color: #fff;
}
@media (max-width: 767px) {
    #top-help {
        padding: 50px 0 0;
    }
    #top-help.help-archive:before {
        top: 50px;
    }
    #top-help .page-head-area {
        margin-bottom: unset;
    }
}
/*Demo 資料請求・デモンストレーション*/
#top-demo {
    padding: 100px 0;
}
#top-demo .col-md-5 {
    text-align: center;
}
#top-demo img {
    max-width: 100%;
}
#top-demo .col-md-7 {
    margin-top: 50px;
}
#top-demo h2.heading2_sytle_01 {
    color: #000;
}
#top-demo p.heading2_sytle_ja {
    color: #000;
    margin-bottom: 60px;
}
p.demo-text {
    line-height: 32px;
}
#top-demo .btn-style02 {
    margin: 50px 0 0;
}
@media (max-width: 767px) {
    #top-demo {
        padding: 50px 0;
    }
    #top-demo img {
        max-width: 100%;
        width: 150px;
        float: left;
    }
    p.demo-text {
        margin-bottom: 50px;
    }
    #top-demo .btn-style02 {
        margin: 30px 0 0;
    }
}
/*Topics トピックス*/
#top-topics {
    padding: 100px 0;
    background-color: #00A1E9;
}
#top-topics p.heading2_sytle_ja {
    margin-bottom: 100px;
}
.top-topics-list {
    max-width: 530px;
    margin-bottom: 50px;
}
.top-topics-list p span.date {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: .8px;
    color: #ffffff;
}
.top-topics-list p span.cat {
    color: #00A1E9;
    background-color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 3px 9px 3px 4px;
    border-radius: 5px;
    line-height: 18px;
}
a.top-topics-title {
    font-weight: 600;
    font-family: Noto Sans JP;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #ffffff;
    line-height: 27px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.top-topics-title:hover {
    text-decoration: underline;
}
#top-topics .btn-style02 {
    margin: 50px auto 0;
}
@media (max-width: 767px) {
    #top-topics {
        padding: 50px 0;
    }
    #top-topics p.heading2_sytle_ja {
        margin-bottom: 50px;
    }
    #top-topics .btn-style02 {
        margin: 0 auto;
    }
}
/*固定バナー*/
.move-link {
    width: 350px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    transition: .25s;
}
a.card-container {
    max-width: 350px;
    height: 100px;
    display: flex;
    text-decoration: none;
    box-shadow: 0px 0px 24px #00000034;
    border-radius: 5px;
    background-color: #fff;
    transition: .25s
}
a.card-container:hover {
    opacity: .5;
}
.card-img {
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
}
.card-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.card-text {
    width: 100%;
    margin: 10px 0 10px -150px;
    text-align: center;
}
.card-text p {
    color: #00A1E9;
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .9px;
    margin-bottom: 2px;
}
.card-text p span {
    display: block;
    color: #000;
    font-size: 12px;
    letter-spacing: .6px;
}
.card-text p.tel {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 26px;
    padding-left: 25px;
    position: relative;
}
.card-text p.tel:before {
    content: '';
    position: absolute;
    background-image: url(../images/phone_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 7px;
    left: 30px;
}
.closebtn1 {
    position: absolute;
    z-index: 9999;
    top: -12px;
    right: -12px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}
.closebtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    background-color: #000;
}
.closebtn1 span:nth-of-type(1) {
    top: 8px;
    left: 7px;
    transform: translateY(6px) rotate(-45deg);
    width: 52%;
}
.closebtn1 span:nth-of-type(2) {
    top: 20px;
    left: 7px;
    transform: translateY(-6px) rotate(45deg);
    width: 52%;
}
.move-link-close {
   opacity: 0;
}
.move-link-close a.card-container {
    cursor: default;
}

/*===========================
個別ページ
=============================*/
.d-blue {
    background-color: #00A1E9;
    color: #fff;
}
.l-blue {
    background-color: #D9F1FC;
    color: #000000;
}
.page-head-area {
    margin-top: 75px;
    margin-bottom: 90px;
}
h1.page-title-en {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 80px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 96px;
    margin-bottom: 30px;
}
h2.page-title-ja {
    font-family: Noto Sans JP;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}
p.page-head-text {
    line-height: 32px;
    max-width: 620px;
}
#page-products .page-system {
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .d-blue,
    .l-blue {
        padding-top: 55px;
    }
    .page-head-area {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    h1.page-title-en {
        font-size: 42px;
        letter-spacing: 1.05px;
        line-height: 51px;
    }
    h2.page-title-ja {
        font-size: 24px;
        letter-spacing: 2.4px;
        margin-bottom: 44px;
    }
}
/*page.php*/
#page {
    padding: 100px 0;
}
@media (max-width: 767px) {
    #page {
        padding: 50px 0;
    }
}

/*===========================
システム詳細
=============================*/
#page-system {
    padding-bottom: 100px;
}
.system-head-area {
    margin-top: 60px;
}
.system-head-area h1 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 4.2px;
    margin-bottom: 20px;
    line-height: 50px;
}
.system-head-area p {
    letter-spacing: 1.6px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}
.system-head-area h2 {
    font-family: Noto Sans JP;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.system-image {
    text-align: center;
    max-width: 100%;
}
.system-image img {
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}
#page-system .btn-style02 {
    margin: 100px auto 0;
}
#system-about h2.heading2_sytle_01 {
    color: #00A1E9;
}
#system-about p.heading2_sytle_ja {
    color: #00A1E9;
    margin-bottom: 60px;
}
#system-about {
    padding: 100px 0 0;
}
#system-about h3 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 50px;
}
#system-about h4 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 20px;
    color: #00A1E9;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 30px;
}
p.system-content-text {
    letter-spacing: 1.6px;
    line-height: 32px;
    margin-bottom: 100px;
}
#system-movie {
    margin-top: 20px;
    margin-bottom: 50px;
}
#system-movie h2.heading2_sytle_01 {
    color: #00A1E9;
}
#system-movie p.heading2_sytle_ja {
    color: #00A1E9;
    margin-bottom: 60px;
}
.movie-content {
    width: 100%;
    margin-bottom: 25px;
}
.movie-content iframe {
    width: 100%;
    height: 280px;
}
#system-feature {
    padding-bottom: 100px;
    padding-top: 50px;
}
#system-feature h2.heading2_sytle_01 {
    float: unset;
    color: #00A1E9;
}
#system-feature p.heading2_sytle_ja {
    color: #000000;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: 100px;
}
.system-feature-list .system-image {
    margin-bottom: 100px;
}
.system-feature-list h3 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-left: 160px;
}
.system-feature-list p.no {
    font-family: 'Josefin Sans';
    color: #00A1E9;
    font-size: 120px;
    margin-right: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 135px;
    float: left;
    display: inline-block;
    position: absolute;
}
@media (min-width: 768px) {
    #page-system .system-image {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    #page-system {
        padding-bottom: 50px;
    }
    .system-head-area {
        margin-top: 50px;
    }
    .system-head-area h1 {
        font-size: 35px;
        line-height: 40px;
    }
    p.system-content-text {
        margin-bottom: unset;
    }
    #page-system .btn-style02 {
        margin: 50px auto 0;
    }
    .system-image img {
        height: 100%;
        width: 100%;
    }
    #system-about {
        padding: 50px 0;
    }
    #system-about h3 {
        margin-bottom: 30px;
    }
    #system-about .system-image {
        margin-top: 30px;
    }
    #system-feature {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    #system-feature p.heading2_sytle_ja {
        margin-bottom: 50px;
    }
    .system-feature-list p.no {
        font-size: 52px;
        line-height: 60px;
        margin-right: 10px;
    }
    .system-feature-list h3 {
        margin-top: unset;
        margin-bottom: 30px;
        font-size: 18px;
        padding-left: 80px;
    }
    .system-feature-list .system-image {
        margin-bottom: 50px;
        margin-top: 30px;
    }
}
/*よくある質問*/
#system-faq {
    background-color: #D9F1FC;
    padding: 100px 0;
}
#system-faq .col-md-5 {
    text-align: center;
}
#system-faq h2.heading2_sytle_01 {
    color: #000;
    margin-top: 20px;
}
#system-faq p.heading2_sytle_ja {
    color: #000;
    margin-bottom: 40px;
    margin-top: 55px;
}
#accordionFlushExample {
    max-width: 1100px;
    margin: 50px auto 0;
}
.accordion-header {
    position: relative;
}
button.accordion-button:focus {
    outline: none;
}
button.accordion-button.collapsed {
    border-radius: 5px;
    padding: 30px 100px 30px 30px;
    background-color: #00A1E9;
    color: #fff;
    border: unset;
    display: block;
    text-align: left;
}
.accordion-flush .accordion-item:first-of-type .accordion-button:not(.collapsed),
.accordion-flush .accordion-item:last-of-type .accordion-button:not(.collapsed) {
    border-radius: 5px 5px 0px 0px;
}
.accordion-flush .accordion-item:first-of-type button.accordion-button.collapsed.first-touch01 {
    border-radius: 5px 5px 0 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button.collapsed,
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}
.accordion-button:not(.collapsed) {
    border-radius: 5px 5px 0px 0px;
    padding: 30px 100px 30px 30px;
    background-color: #00A1E9;
    color: #fff;
    border: unset;
    display: block;
    text-align: left;
}
span.faq-heading {
    font-family: 'Josefin Sans';
    font-size: 24px;
    letter-spacing: .6px;
    line-height: 29px;
    margin-bottom: 10px;
    display: block;
}
span.faq-heading.an {
    color: #000;
}
.faq-body {
    padding: 30px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    border: 3px solid #00A1E9;
}
.accordion-item {
    margin-bottom: 30px;
}
button.plumin {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #ffffff;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    border: unset;
    z-index: 3;
    transition: all .4s;
}
button.plumin.collapsed:after {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 3px;
    top: 50%;
    left: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%);
}
button.plumin:not(.collapsed)::after,
.accordion-item:first-of-type button.plumin.first-touch02.collapsed:after {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 3px;
    top: 23px;
    left: 18px;
    border-radius: 25px;
    transform: translateY(6px) rotate( 
-45deg
 );
}
button.plumin.collapsed:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 25px;
    border-radius: 25px;
}
button.plumin:not(.collapsed)::before,
.accordion-item:first-of-type button.plumin.first-touch02.collapsed:before{
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 3px;
    top: 35px;
    left: 18px;
    border-radius: 25px;
    transform: translateY(-6px) rotate( 
45deg
 );
}
button.plumin:focus {
    outline: none;
}
@media screen and (max-width:767px) {
    #system-faq {
        padding: 50px 0;
    }
    #system-faq p.heading2_sytle_ja {
        margin-top: 10px;
    }
    #system-faq img {
        max-width: 100%;
        width: 150px;
        float: left;
    }
    #accordionFlushExample {
        margin: 30px auto 0;
    }
    button.accordion-button.collapsed,
    .accordion-button:not(.collapsed) {
        padding: 20px 50px 20px 20px;
    }
    .faq-body {
        padding: 20px;
    }
    button.plumin {
        width: 30px;
        height: 30px;
        right: 17px;
    }
    button.plumin.collapsed:after {
        width: 20px;
        height: 2px;
    }
    button.plumin.collapsed:before {
        height: 20px;
        width: 2px;
    }
    button.plumin:not(.collapsed)::before,
    .accordion-item:first-of-type button.plumin.first-touch02.collapsed:before{
        width: 20px;
        height: 2px;
        top: 20px;
        left: 5px;
    }
    button.plumin:not(.collapsed)::after,
    .accordion-item:first-of-type button.plumin.first-touch02.collapsed:after{
        top: 8px;
        left: 5px;
        width: 20px;
        height: 2px;
    }
}
#system-system {
    background-color: #00A1E9;
    padding: 100px 0;
}
#system-system.l-blue {
    background-color: #D9F1FC;
}
#system-system h2.heading2_sytle_01 {
    float: unset;
}
#system-system p.heading2_sytle_ja {
    margin-left: unset;
    margin-top: unset;
    margin-bottom: 50px;
}
#system-system.l-blue h2.heading2_sytle_01,
#system-system.l-blue p.heading2_sytle_ja {
    color: #00A1E9;
}
#system-system .system-image {
    width: 100%;
    overflow: unset;
}
#system-system .system-image img {
    height: auto;
    border: 1px solid #8AA1B8;
    object-fit: unset;
}
@media screen and (max-width:767px) {
    #system-system {
        padding: 50px 0;
    }
}
#system-connection-environment {
    padding: 100px 0;
    background-color: #D9F1FC;
}
#system-connection-environment h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 50px;
}
.connection-environment-image {
    width: 100%;
}
.connection-environment-image img {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}
#system-connection-environment h3 {
    font-family: Noto Sans JP;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00A1E9;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}
#system-connection-environment p {
    letter-spacing: 1.6px;
    line-height: 32px;
}
@media screen and (max-width:767px) {
    #system-connection-environment {
        padding: 50px 0;
    }
    #system-connection-environment h2 {
        margin-bottom: 30px;
    }
    .connection-environment-image {
        max-width: 300px;
        margin: 0 auto;
    }
    #system-connection-environment h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}
#system-functions {
    background-color: #D9F1FC;
    padding: 100px 0 70px;
}
#system-functions h2.heading2_sytle_01 {
    float: unset;
    color: #00A1E9;
}
#system-functions p.heading2_sytle_ja {
    color: #00A1E9;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: 100px;
}
.function-block {
    box-shadow: 0px 0px 24px #00000034;
}
.function-photo img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.function-block-body {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 30px;
}
.function-block-body h3 {
    font-family: Noto Sans JP;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    margin-bottom: 30px;
}
.function-block-body p {
    color: #8AA1B8;
    line-height: 21px;
    letter-spacing: .7px;
    font-weight: 400;
}
#system-functions .functions {
    margin-bottom: 30px;
}
.function-block {
    box-shadow: 0px 0px 24px #00000034;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}
.function-photo img {
    width: 100%;
}
.function-block-body {
    background-color: #fff;
    padding: 30px;
}
.function-block-body h3 {
    font-family: Noto Sans JP;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    margin-bottom: 30px;
}
.function-block-body p {
    color: #8AA1B8;
    line-height: 21px;
    letter-spacing: .7px;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    #system-functions {
        padding: 60px 0 20px;
    }
    #system-functions p.heading2_sytle_ja {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:450px) {
    .function-block-body {
        padding: 30px 20px;
    }
}
/*===========================
page-about.php 会社概要
=============================*/
#system-about.windy-about h2.heading2_sytle_01,
#system-about.windy-about p.heading2_sytle_ja,
#about-company h2.heading2_sytle_01,
#about-company p.heading2_sytle_ja {
    color: #000;
}
#about-company {
    padding: 50px 0 100px;
}
table.company-table {
    width: 100%;
}
table.company-table tr th, table.company-table tr td {
    font-family: 'Noto Sans JP';
    border: 1px solid #BDE7F9;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
}
table.company-table tr th {
    padding: 18px 30px;
    background-color: #00A1E9;
    color: #fff;
    width: 30%;
    font-weight: 600;
}
table.company-table tr td {
    padding: 18px 30px;
    color: #000;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    table.company-table tr th,
    table.company-table tr td {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }
}
/*===========================
page-support.php サポートについて
=============================*/
#support-flow h2.heading2_sytle_01 {
    color: #000;
}
#support-flow p.heading2_sytle_ja {
    color: #000;
    margin-bottom: 50px;
}
#support-flow .system-image {
    box-sizing: unset;
    overflow: unset;
}
#support-flow .system-image img {
    width: 100%;
    height: auto;
    object-fit: unset;
    margin-bottom: 100px;
}
#support-flow p.system-content-text {
    margin-bottom: 100px;
}
@media screen and (min-width:768px) {
    #support-flow .system-image {
        margin: 0 50px;
    }
}
@media screen and (max-width:767px) {
    #support-flow .system-image img {
        margin-bottom: 50px;
    }
    #support-flow p.system-content-text {
        margin-bottom: 10px;
    }
}
/*===========================
page-privacy.php プライバシーポリシー
=============================*/
#page-privacy {
    padding: 100px 0;
}
.single-post-content.privacy h2 {
    margin-top: 50px;
}
.single-post-content.privacy table {
    margin-bottom: 30px;
}
.single-post-content.privacy ol li {
    margin-bottom: 30px;
}
.single-post-content table.company-table tr:first-of-type td {
    text-align: left;
    background-color: #fff;
    color: #000;
}
@media screen and (max-width:767px) {
    #page-privacy {
        padding: 50px 0;
    }
    .single-post-content.privacy table {
        width: 100%;
    }
    .single-post-content.privacy table td {
        padding: 10px;
        line-height: 28px;
    }
}
/*===========================
page-link.php 関連リンク
=============================*/
#page-links {
    padding: 70px 0 100px;
}
#page-links h2 {
    background-color: #D9F1FC;
    border-left: 5px solid #00A1E9;
    padding: 12px 10px 12px 30px;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#page-links ul {
    margin-bottom: unset;
}
#page-links li a {
    color: #000;
    text-decoration: underline;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    line-height: 32px;
}
#page-links li a:hover {
    text-decoration: none;;
}
@media screen and (max-width:767px) {
    #page-links {
        padding: 50px 0;
    }
    #page-links h2 {
        padding: 12px 10px;
    }
    #page-links ul {
        padding-left: 1.7rem;
    }
}
/*===========================
page-sitemap.php サイトマップ
=============================*/
#page-sitemap {
    padding: 100px 0;
}
#page-sitemap #g-nav-list li a {
    text-decoration: underline;
}
#page-sitemap ul {
    padding: unset;
}
#page-sitemap #g-nav-list ul.g-nav-five li {
    padding: 0 10px;
}
@media screen and (max-width:767px) {
    #page-sitemap {
        padding: 50px 0;
    }
}
/*===========================
page-contact.php お問い合わせページ
page-demo.php デモンストレーション
=============================*/
.contact-head p.page-head-text {
    letter-spacing: 1.6px;
    line-height: 32px;
}
.contact-head p.page-head-text a {
    color: #fff;
    text-decoration: underline;
}
.contact-head p.page-head-text a:hover {
    text-decoration: none;
}
.contact-head p.page-head-text {
    margin-bottom: 30px;
}
.form-area {
    margin-bottom: 100px;
}
.form-title {
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    margin-bottom: 10px;
}
.form-title span.yellow {
    margin-left: 10px;
}
.form-box {
    margin-bottom: 50px;
}
.form-box input[type="text"],
.form-box select,
.form-box input[type="tel"],
.form-box input[type="email"] {
    height: 50px;
    border: unset;
    border-radius: 5px;
    max-width: 520px;
    width: 100%;
    padding: 0 10px;
}

.form-box input[type="date"] {
	    height: 50px;
    border: unset;
    border-radius: 5px;
    max-width: 520px;
    width: 20%;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
	.form-box input[type="date"] {
		    width: 50%;
	}
}

.form-title p {
	    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    margin-bottom: 10px;
}

.form-box select {
    width: auto;
}

.form-box.postal input[type="text"] {
    max-width: 250px;
}
.form-box span.mwform-checkbox-field.horizontal-item {
    display: block;
    margin-bottom: 10px;
    margin-left: unset;
}
.form-box textarea {
    border: unset;
    border-radius: 5px;
    max-width: 520px;
    width: 100%;
    padding: 10px;
}
a.form-link {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}
.contact-btn input.sub-btn,
.contact-btn input.submit-form {
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 13px;
    width: 200px;
    background-color: #fff;
    border: unset;
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient( to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100% );
    transition: background-position ease 0.25s;
}
.contact-btn input.submit-form {
    margin-right: 30px;
}
.contact-btn input.sub-btn:hover,
.contact-btn input.submit-form:hover {
    background-position: 0 0;
    color: #ffffff;
}
/*チェックボックス　カスタム*/
/*input[type="checkbox"] {
    display: none;
}*/

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}
.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}
.mwform-checkbox-field-text::before {
    background: #fff;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #000000 #000000;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}
.mwform-checkbox-field label {
    cursor: pointer;
}
@media screen and (min-width:768px) {
    .desiredproduct.left {
        float: left;
        margin-right: 80px;
    }
}
@media screen and (max-width:767px) {
    .contact-btn input.submit-form {
        margin-bottom: 20px;
        margin-right: unset;
    }
    .desiredproduct.left .form-box {
        margin-bottom: 25px;
    }
}


/*===========================
archive.php アーカイブページ
=============================*/
nav.pagination-container {
    margin-top: 60px;
    margin-bottom: 100px;
}
span.pagination-inner a {
    padding: 18px 26px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 15px;
    color: #00A1E9;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 38px;
}
a.pagination-older img {
    margin-top: 8px;
}
/*category別記事一覧*/
.top-topics-lists.category {
    margin-bottom: 100px;
}
@media screen and (max-width:767px) {
    span.pagination-inner a {
        font-size: 18px;
        padding: 15px 21px;
        line-height: 24px;
        margin: 0 8px;
    }
    a.pagination-older img {
        margin-top: unset;
    }
    nav.pagination-container {
        margin-bottom: 80px;
    }
    .top-topics-lists.category {
        margin-bottom: 80px;
    }
}
/*===========================
single.php 投稿ページ
=============================*/
h1.single-post-title {
    margin-top: 100px;
    margin-bottom: 70px;
    font-family: 'Noto Sans JP';
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 32px;
    color: #000000;
}
h1.single-post-title span.taxonomy-name {
    color: #00A1E9;
    font-weight: 600;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.single-post-body {
    margin-top: 70px;
    margin-bottom: 100px;
}
.single-post-content h2 {
    background-color: #D9F1FC;
    border-left: 5px solid #00A1E9;
    padding: 12px 10px 12px 30px;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 30px;
}
.single-post-content h3 {
    border-left: 5px solid #00A1E9;
    padding: 10px 10px 10px 30px;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 30px;
}
.single-post-content h4 {
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    margin-bottom: 30px;
}
.single-post-content p {
    letter-spacing: 1.6px;
    color: #000;
    line-height: 32px;
    margin-bottom: 30px;
}
.single-post-content ul {
    margin-bottom: 30px;
}
.single-post-content li {
    letter-spacing: 1.6px;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    color: #000;
    line-height: 32px;
}
.single-post-content table {
    margin-bottom: 15px;
}
.single-post-content table tr:first-of-type {
    background-color: #00A1E9;
    text-align: center;
}
.single-post-content table tr:first-of-type td {
    color: #fff;
}
.single-post-content table tr td {
    padding: 18px 30px;
    font-family: 'Noto Sans JP';
    border: 1px solid #BDE7F9;
    font-size: 16px;
    color: #000;
    letter-spacing: 1.6px;
    line-height: 32px;
}
.related-articles.case-studies .btn-style02 {
    margin-top: unset;
}
.single-head-help {
    height: 35px;
}
@media screen and (max-width:767px) {
    .single-post-content h2 {
        padding: 12px 10px;
    }
    .single-post-content h3 {
        padding: 10px;
    }
    .single-post-content table {
        overflow-x: scroll;
        margin: 0 auto;
        width: 767px;
    }
    h1.single-post-title span.taxonomy-name {
        margin-bottom: 15px;
        font-size: 16px;
        letter-spacing: 1.6px;
    }
}
/*関連記事*/
.related-articles {
    margin-bottom: 100px;
    border-top: 1px solid #8AA1B8;
    padding-top: 100px;
}
.related-articles h2.heading2_sytle_01 {
    color: #00A1E9;
    float: unset;
}
.related-articles p.heading2_sytle_ja {
    color: #000;
    margin-bottom: 50px;
    margin-top: unset;
    margin-left: unset;
}
.related-articles .top-topics-list {
    text-align: left;
}
.related-articles .top-topics-list p span.date {
    color: #000;
}
.related-articles .top-topics-list p span.cat {
    border: 1px solid #00A0E9;
}
.related-articles a.top-topics-title {
    color: #000;
}
.related-articles .btn-style02 {
    margin: 100px auto 0;
}
@media (max-width: 767px) {
    .related-articles {
        margin-bottom: 50px;
        padding-top: 50px;
    }
}


/*===========================
archive-help.php 製品ヘルプページ
=============================*/
.help-archive {
    position: relative;
}
.help-archive:before {
    content: '';
    position: absolute;
    background: url(../images/help.svg);
    width: 45%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    top: 180px;
    right: 70px;
}
.search-help {
    z-index: 1;
    text-align: center;
}
.search-help input.sf-input-text {
    width: 530px;
    padding: 15px 15px 15px 84px;
    border: unset;
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 5px;
    color: #000000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    letter-spacing: .7px;
}
.search-help input.sf-input-text::placeholder {
    color: #000000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    letter-spacing: .7px;
}
.search-help input.sf-input-text:focus {
    outline: none;
}
.search-help .searchandfilter label {
    position: relative;
}
.search-help .searchandfilter label:before {
    content: '';
    position: absolute;
    background: url(../images/search_black.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 16px;
    left: 30px;
}
/*ヘルプリスト*/
#help-archive-list {
    padding: 100px 0;
}
.help-taxonomy-box {
    background-color: #fff;
    width: 100%;
    height: 156px;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 24px #00000034;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.help-taxonomy-box h3 {
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
}
.help-taxonomy-box img {
    height: 45px;
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}
.help-taxonomy-box.rakureki img {
    height: unset;
    max-width: 120px;
}
a .help-taxonomy-box::before,
a .help-taxonomy-box::after {
    position:absolute;
    display:block;
    box-sizing:border-box;
    content:"";
    opacity:0;
    }
a .help-taxonomy-box::before {
    top:0;
    left:50%;
    width:0;
    height:100%;
    border-top:2px solid #000000;
    border-bottom:2px solid #000000;
    transition:left 0.3s, width 0.3s, opacity 0.3s;
}
a .help-taxonomy-box::after {
    left:0;
    top:50%;
    width:100%;
    height:0;
    border-left:2px solid #000000;
    border-right:2px solid #000000;
    transition:top 0.3s, height 0.3s, opacity 0.3s;
}
a .help-taxonomy-box:hover::before {
    left:0;
    width:100%;
    opacity:1;
    border-radius: 5px;
}
a .help-taxonomy-box:hover::after {
    top:0;
    height:100%;
    opacity:1;
    border-radius: 5px;
}
.help-taxonomy-box.hospital {
    padding: 15px;
}
.help-taxonomy-box h3 span {
    display: block;
    margin-bottom: 8px;
}
@media screen and (min-width:992px) and ( max-width:1199px) {
    .help-taxonomy-box {
        padding: 30px 5px;
    }
    .help-taxonomy-box.hospital {
        padding: 15px 5px;
    }
}
@media (min-width: 768px) {
    .help-archive-contents div:nth-of-type(1){
        transition-delay: .1s;
    }
    .help-archive-contents div:nth-of-type(2){
        transition-delay: .2s;
    }
    .help-archive-contents div:nth-of-type(3){
        transition-delay: .3s;
    }
    .help-archive-contents div:nth-of-type(4){
        transition-delay: .4s;
    }
    .help-archive-contents div:nth-of-type(5){
        transition-delay: .5s;
    }
    .help-archive-contents div:nth-of-type(6){
        transition-delay: .6s;
    }
    .help-archive-contents div:nth-of-type(7){
        transition-delay: .7s;
    }
    .help-archive-contents div:nth-of-type(8){
        transition-delay: .8s;
    }
    .help-archive-contents div:nth-of-type(9){
        transition-delay: .9s;
    }
    .help-archive-contents div:nth-of-type(10){
        transition-delay: 1s;
    }
    .help-archive-contents div:nth-of-type(11){
        transition-delay: 1.1s;
    }
    .help-archive-contents div:nth-of-type(12){
        transition-delay: 1.2s;
    }
}
@media screen and (max-width:767px) {
    #help-archive-list {
        padding: 30px 0 50px;
    }
    .help-archive:before {
        width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        background-size: contain;
    }
    .search-help ul {
        padding: unset;
    }
    .search-help .searchandfilter label {
        width: 100%;;
    }
    .search-help input.sf-input-text {
        width: 100%;
    }
    .search-help input.sf-input-text {
        width: 100%;
        padding: 15px 15px 15px 45px;
        font-size: 14px;
    }
    .search-help .searchandfilter label:before {
        width: 20px;
        height: 20px;
        left: 15px;
    }
    .help-taxonomy-box {
        padding: unset;
        height: 75px;
        display: table;
        margin-bottom: 15px;
    }
    .help-taxonomy-box h3 {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 50px;
        padding-right: 5px;
        margin-right: 5px;
        letter-spacing: 0;
    }
    .help-taxonomy-box img,
    .help-taxonomy-box.rakureki img {
        height: 25px;
        right: unset;
        left: 12px;
        top: 24px;
        bottom: unset;
        max-width: unset;
    }
    .help-taxonomy-box.hospital {
        padding: unset;
    }
    .help-taxonomy-box h3 span {
        margin-bottom: unset;
    }
}
/*===========================
taxonomy-アーカイブ.php 製品ヘルプタクソノミーアーカイブページ
=============================*/
.help-term-archive .accordion-button:not(.collapsed),
.help-term-archive button.accordion-button.collapsed {
    background-color: unset;
    border: 3px solid #00A1E9;
    border-top-width: unset!important;
    border-bottom-width: unset!important;
}
span.help-term-name {
    color: #000000;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
}
.help-term-archive button.plumin {
    background-color: #00A1E9;
}
.help-term-archive button.plumin:not(.collapsed)::before,
.help-term-archive .accordion-item:first-of-type button.plumin.first-touch02.collapsed:before,
.help-term-archive button.plumin:not(.collapsed)::after,
.help-term-archive .accordion-item:first-of-type button.plumin.first-touch02.collapsed:after,
.help-term-archive button.plumin.collapsed:before,
.help-term-archive button.plumin.collapsed:after {
    background-color: #ffffff!important;
}
.term-post-list {
    padding: 30px;
    background-color: #D9F1FC;
    border-radius: 0px 0px 5px 5px;
    border: 3px solid #00A1E9;
    border-top: unset;
}
.term-post-list ul {
    list-style: none;
    padding-left: unset;
    text-align: left;
    margin-bottom: unset;
}
.term-post-list ul li {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}
.term-post-list ul li {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: underline;
}
.term-post-list ul li a {
    color: #000;
}
.related-articles.help.taxonomy-help {
    border-top: unset;
}
.d-blue.taxonomy-help {
    padding-bottom: 100px;
}
.help-archive:before {
    z-index: 0;
}
.help-archive .page-head-area {
    z-index: 1;
}
@media screen and (max-width:767px) {
    .related-articles.help.taxonomy-help #accordionFlushExample p {
        text-align: left;
    }
    .term-post-list {
        padding: 20px;
    }
}

/*===========================
archive-case-studies.php 導入事例一覧ページ
=============================*/
#case-studies-arcives {
    padding: 100px 0 0;
    background-color: #F9F9FA;
}
.case-studies-arcives-img {
    padding: 0 30px 0 15px;
    margin-bottom: 100px;
}
.case-studies-arcives-img a:hover {
    opacity: .6;
}
.case-studies-arcives-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 15px 15px 0px 0 #00a1e9;
}
.case-studies-arcives-content {
    margin-bottom: 100px;
    text-align: left;
}
p.case-studies-arcives-name {
    color: #00A1E9;
    letter-spacing: .8px;
    line-height: 32px;
}
h2.case-studies-arcives-title {
    line-height: 38px;
    font-size: 24px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}
h2.case-studies-arcives-title a {
    color: #000;
}
h2.case-studies-arcives-title a:hover {
    text-decoration: underline;
}
ul.case-studies-arcives-catlist {
    list-style: none;
    padding-left: unset;
    display: inline-block;
}
ul.case-studies-arcives-catlist li {
    float: left;
    background-color: #fff;
    margin: 0 5px 5px;
}
ul.case-studies-arcives-catlist li a {
    padding: 5px 20px 2px 20px;
    border: 1px solid #00A1E9;
    border-radius: 5px;
    color: #00A1E9;
    font-size: 14px;
}
.case-studies-arcives-btn {
    text-align: right;
    margin-top: 70px;
}
.case-studies-arcives-btn a {
    font-family: 'Josefin Sans';
    font-weight: 500;
    letter-spacing: 1px;
    padding: 17px 47px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #0000003d;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #00A1E9 50%, #00A1E9 100% );
    transition: background-position ease 0.25s;
}
.case-studies-arcives-btn a:hover {
    background-position: 0 0;
    color: #00A1E9;
}
#case-studies-arcives a.pagination-active {
    background-color: #00A1E9;
    color: #fff;
}
#case-studies-arcives span.pagination-inner a {
    border: 2px solid #00A1E9;
}
@media screen and (max-width:767px) {
    .case-studies-arcives-img {
        margin-bottom: 50px;
        padding: 0 15px 0 0;
    }
    h2.case-studies-arcives-title {
        font-size: 22px;
    }
    ul.case-studies-arcives-catlist li a {
        font-size: 13px;
        padding: 5px 12px 2px;
    }
    .case-studies-arcives-btn {
        margin-top: 20px;
    }
    .case-studies-arcives-content {
        margin-bottom: 80px;
    }
}
/*===========================
help.php 製品ヘルプ検索結果
=============================*/
#search-help-archives {
    padding: 100px 0 50px;
}
.help-archive.search-result:before {
    top: 70px;
}
#search-help-archives .top-topics-list p span.cat {
    padding: 3px 6px;
}
#search-help-archives .top-topics-list p span.cat a {
    color: #00A1E9;
}
#search-help-archives nav.pagination-container {
    margin-bottom: unset;
    margin-top: 50px;
}
#search-help-archives nav.pagination-container {
    margin-top: 30px;
}
@media screen and (max-width:767px) {
    #search-help-archives {
        padding: 70px 0 30px;
    }
    .help-archive.search-result:before {
        top: -30px;
    }
}

.wpcf7-list-item label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}


input[type="checkbox"] {
  display: none !important;
    visibility: hidden !important;
    position: absolute !important;
}

.wpcf7-list-item-label::before {
	    position: absolute;
    display: block;
    content: " ";
    background: #fff;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wpcf7-list-item-label::after {
	content: "";
    position: absolute;
    display: block;
	    border-color: transparent transparent #000000 #000000;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-list-item {
	    display: block;
	margin-bottom: 10px;
	margin-left: 0;
}

@media screen and (min-width:768px) {
.form_flex {
	display: flex;
}
}


.wpcf7-radio .wpcf7-list-item label {
	padding-left: 0 !important;
}

.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 8px !important;
}

.wpcf7-radio .wpcf7-list-item-label::before {
	display: none;
}

.wpcf7-radio .wpcf7-list-item-label::after {
    content: none !important; 
    opacity: 0 !important;
    border: none !important;
}
