/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.home_page_zeplin .container {

}

/* 1. Header */

.header {
    padding: 18px 0 15px;
    background-image: linear-gradient(115deg, #f6f8f9, #e9eef1);
    position: relative;
}

.header.archive {
    background-color: #ffffff;
    background-image: none;
}

.header .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/bg-1.png') no-repeat bottom right;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1280px;
}

.header .main-nav {
    position: relative;
    z-index: 55;
}

.header-menu-box.fixed {
    transition: .2s all;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.header-menu-box.fixed .main-nav {
}

.header-menu-box.fixed .main-nav ul {
}

.header .header-contact-box {
    position: relative;
    z-index: 55;
    display: flex;
    align-items: center;
}

.header .header-contact-box ul {
}

.header .header-contact-box ul li {
    display: inline-block;
    margin-right: 20px;
}

.header .header-contact-box ul li a {
    vertical-align: middle;
}

.header .header-contact-box ul li a:hover {
}

.header .header-contact-box .ai-btn {
}

.header-content {
    position: relative;
    margin: 115px 0 215px 0;
}

.header-content .container {
    position: relative;
    z-index: 55;
}

.header-content .content-wrap {
    max-width: 596px;
    padding-right: 0;
    z-index: 10;
    position: relative;
}

.header-content .header-logo {
    display: block;
}

.header-content .page-heading {
    margin: 15px 0;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.95px;
    color: #2c2e31;
}

.header-content .body-copy {
    opacity: 0.8;
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.7px;
    color: #454c4f;
}

.header-content .header-btn-action {
    margin-top: 30px;
}

.header-content .header-btn-action .ai-btn {
    margin-right: 15px;
    padding-right: 24px;
    padding-left: 24px;
    white-space: nowrap;
}

.header-content .header-btn-action .ai-btn:hover {
}

.header-content .header-btn-action .ai-btn:last-child {
    margin-right: 0;
}

.header-content .img-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding-right: 20px;
}

.scroll-down {
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5555;
    transition: .5s all;
}

.scroll-down .phone {
    width: 20px;
    height: 31px;
    border-radius: 10px;
    border: solid 3px #cccccc;
    position: relative;
    margin: 12px auto;
}

.scroll-down .phone:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 5px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
    background-color: #cccccc;
}

.scroll-down:hover {
    background-color: #e84d71;
}

.scroll-down:hover .phone {
    /*border: solid 3px #e84d71;*/
    border: solid 3px #ffffff;
}

.scroll-down:hover .phone:before {
    /*background-color: #e84d71;*/
    background-color: #ffffff;
}

.header.ai-page {
    padding: 30px 0;
    background-color: #ffffff;
    background-image: none;
}

.header.ai-page .header-logo {
}


/*footer*/

.footer {
    padding: 50px 0 0 0;
    background-color: #ffffff;
}

.footer .footer-logo {
}

.footer .footer-nav {
    padding: 20px 0;
}

.footer .footer-nav ul {
}

.footer .footer-nav ul li {
    display: inline-block;
}

.footer .footer-nav ul li a {
    display: block;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.38px;
    color: #8f9aa0;
}

.footer .footer-nav ul li a:hover,
.footer .footer-nav ul li a:focus {
    color: #184f8b;
}

.footer .copyright {
    border-top: 1px solid #f3f6f8;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.55px;
    color: #a5b1bb;
    padding: 40px 0 30px 0;
}

.footer-nav {
}

.footer-nav ul {
}

.footer-nav ul li {
    margin-right: 30px;
}

.footer-nav ul li a {
    display: block;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.38px;
    color: #8f9aa0;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}


/*section*/

.about-aiwellcare {
}

.about-aiwellcare .content-left {
    max-width: 457px;
}

.about-aiwellcare .content-left h2 {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #2c2e31;
}

.about-aiwellcare .content-left .body-copy {
    margin: 25px 0 40px 0;
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.7px;
    color: #2c2e31;
}

.about-aiwellcare .content-left .body-footer {
    border-radius: 3px;
    border: solid 1px #dae0e4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.about-aiwellcare .content-left .body-footer .item {
}

.about-aiwellcare .content-left .body-footer .is-border-right {
    border-right: 1px solid #dae0e4;
}

.about-aiwellcare .content-left .body-footer .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.about-aiwellcare .content-left .body-footer .heading ._col {
    display: flex;
    align-items: center;
    padding: 15px 0;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #2c2e31;
    border-bottom: 1px solid #dae0e4;
}

.about-aiwellcare .content-left .body-footer .heading ._col i {
    margin-right: 15px;
}

.about-aiwellcare .content-left .body-footer .heading ._col span {
    width: calc(100% - 35px);
}

.about-aiwellcare .content-left .body-footer .body {
    padding: 0 15px;
}

.about-aiwellcare .content-left .body-footer .body ._col {
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #2c2e31;
    padding: 15px 0;
}

.about-aiwellcare .content-right {
    padding-left: 15px;
}


/*section streatment*/

section.streatment {
}

.treatment-list {
}

.treatment-list .card {
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 25px;
}

.treatment-list .card .ic {
    text-align: center;
}

.treatment-list .card .ic i {
}

.treatment-list .card .card-title {
    text-align: center;
    margin: 25px 0 0 0;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    text-align: center;
    color: #2c2e31;
}

.treatment-list .card .card-body {
    margin: 15px 0 20px 0;
    padding: 0;
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: 0.46px;
    color: #53585d;
}


/*section flow-of-use*/

section.flow-of-use {
}

.flow-of-use-list {
}

.flow-of-use-list .item {
}

.flow-of-use-list .card {
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
    border: 0;
    padding: 0;
}

.flow-of-use-list .img {
    position: relative;
}

.flow-of-use-list .img .arrow-right {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 0px;
    height: 0px;
    margin-top: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e2e7f0;
}

.flow-of-use-list .arrow-right:last-child {
    /*display: none;*/
}

.flow-of-use-list .img img {
    width: 100%;
}

.flow-of-use-list .card .card-title {
    text-align: center;
    margin: 15px 0 0 0;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #2c2e31;
}

.flow-of-use-list .card .card-body {
    margin: 10px 0 0 0;
    padding: 0;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.16px;
    color: #53585d;
}

.video-content {
}

.video-content iframe {
    /*width: 100%;*/
    border: 1px solid #dae0e4;
}

section.test-kit {
    padding-top: 40px !important;
}

section.test-kit hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dae0e4;
    margin: 40px 0 60px 0;
    border: none;
}

.test-kit .section-title {
    padding-top: 40px;
}

.test-kit-list {
}

.test-kit-list .item {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test-kit-list .item .title {
    margin: 0;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.29px;
    color: #2c2e31;
}

.test-kit-list .item .img {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.test-kit-list .item .img img {
}

.feedback-sheet {
    padding-bottom: 40px;
}

.feedback-sheet .content {
    max-width: 328px;
    float: left;
}

.feedback-sheet .content .title {
    margin: 0;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #2c2e31;
}

.feedback-sheet .content .body {
    margin: 25px 0;
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.7px;
    color: #2c2e31;
}

.feedback-sheet .content .sub-body {
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: 0.6px;
    color: #53585d;
}

.feedback-sheet .content .sub-body p {
    margin: 0;
}

.feedback-sheet .img {
    float: right;
}

.feedback-sheet .img img {
}

.go-to-estimate-page {
    padding: 55px 0 !important;
    background-color: #184f8b;
    margin-top: 64px;
}

.go-to-estimate-page .section-container {
    padding: 0 65px;
}

.go-to-estimate-page .text {
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.go-to-estimate-page .text p {
    margin: 0;
}

.go-to-estimate-page .btn-wrap {
    display: flex;
    gap: 16px;
}

.go-to-estimate-page .ai-btn {
    width: calc(50% - 8px);
    /*height: 64px;*/
    padding: 17px 10px;
    border-radius: 32px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 64px;*/
    letter-spacing: 1px;
    color: #184f8b;
    position: relative;
    white-space: nowrap;
}

.go-to-estimate-page .ai-btn .ic-arrow-right-red {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

/* 右端の矢印アイコンとテキストが重ならないよう余白を確保 */
.go-to-estimate-page .ai-btn-white {
    padding-right: 44px;
}

.go-to-estimate-page .ai-btn-pink {
    background-color: #e84d71;
    color: #ffffff;
}


/*section what-you-can*/

.what-you-can {
    padding: 60px 0 30px 0;
}

.what-you-can .section-title {
}

.what-you-can .section-sub-title {
    margin: 20px 0 25px 0;
}

.wyc-item-list {
    margin-bottom: 30px;
}

.wyc-item-list .item {
}

.wyc-item-list .item .card {
    height: 100%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.wyc-item-list .item .card-title {
    padding: 15px 0 10px 0;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    text-align: center;
    color: #2c2e31;
    margin: 0;
}

.wyc-item-list .item .card-body {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.16px;
    color: #53585d;
    padding: 0;
}

.wyc-item-list .item .card-body p {
    margin: 0;
}

.wyc-item-list .item .card-footer {
    margin: 20px 0 0 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
}

.wyc-item-list .item .card-footer .card-footer-title {
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #53585d;
    margin: 0;
}

.wyc-item-list .item .card-footer .card-footer-body {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.15px;
    color: #53585d;
    padding: 5px 0;
}

.wyc-item-list .item .card-footer .card-footer-body p {
    margin: 0;
}

.wyc-item-list .item-panel {
}

.wyc-item-list .item-panel .card {
    padding: 8px;
}

.wyc-item-list .item-panel .card .card-title {
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.71px;
    text-align: center;
    color: #ffffff;
    background: transparent;
}

.wyc-item-list .item-panel .card .card-body {
    display: flex;
    background-color: #ffffff;
}

.wyc-item-list .item-panel .card .card-body ._col {
    width: 50%;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.65px;
    text-align: left;
    color: #2c2e31;
    padding: 20px;
}

.wyc-item-list .item-panel .card .card-body p {
    margin-bottom: 15px;
}

.supervising {
    padding: 64px 0;
}

.supervising .section-title {
    margin-bottom: 40px;
}

.supervising .post-item {
    margin-bottom: 20px;
}

.supervising .content-box {
}

.supervising .content-box .heading {
    margin: 0;
    margin-bottom: 15px;
    /*font-family: HiraginoSans-W6*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #2c2e31;
}

.supervising .content-box .heading a {
    color: #2c2e31;
}

.supervising .content-box .heading a:hover {
    color: #184f8b;
}

.supervising .content-box .body {
    /*font-family: HiraginoSans-W4;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.7px;
    color: #2c2e31;
}

.supervising .content-box .body p {
    margin: 0;
}

.supervising .content-box .body .readmore {
    /*float: right;*/
}

.supervising .content-box.left {
    max-width: 410px;
}

.supervising .content-box.right {
}

.supervising .content-box.right .img {
    overflow: hidden;
}

section.case-study {
    padding: 60px 0;
}

.case-study-list {
}

.case-study-list .post-item {
    margin-bottom: 24px;
    display: flex;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.case-study-list .post-item .post-col {
    width: 50%;
}

.case-study-list .post-thumbnail {
    height: 100%;
    overflow: hidden;
}

.case-study-list .post-thumbnail img {
    /*height: 100%;*/
}

.case-study-list .post-info {
    padding: 50px;
    background-color: #ffffff;
}

.case-study-list .post-info .title_has_tag {
    display: flex;
    align-items: center;
}

.case-study-list .post-info .title {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #2c2e31;
}

.case-study-list .post-info .title a {
    color: #2c2e31;
}

.case-study-list .post-info .title a:hover {
    color: #184f8b;
}

.case-study-list .post-info .sub-title {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #2c2e31;
    margin: 10px 0 15px 0;
}

.case-study-list .post-info .excerpt {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: 0.7px;
    color: #2c2e31;
}

section.sec-faq {
    padding: 60px 0;
}

.faq-box {
    padding: 20px 0 0 0;
}

.faq-box .accordion {
}

.faq-box .card {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #ececec;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 0;
}

.faq-box .card-header {
    margin-bottom: -1px;
    border-radius: 0;
    background: #ffffff;
    padding: 0;
    border: none;
}

.faq-box .card-header h2 {
    width: 100%;
    margin: 0;
    position: relative;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #2c2e31;
    display: flex;
    align-items: center;
}

.faq-box .card-header h2 .ask {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.86px;
    text-align: center;
    color: #0092d4;
}

.faq-box .card-header h2 .btn-link {
    padding: 0;
    color: #2c2e31;
    margin: 0 30px 0 15px;
    border: none;
    text-align: left;
}

.faq-box .card-header h2 .btn-link:hover,
.faq-box .card-header h2 .btn-link:focus {
    text-decoration: none;
    color: #0092d4;
}

.faq-box .card-header h2 .action {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.faq-box .card-header h2 .minus {
    width: 16px;
    height: 2px;
    background-color: #b7c5cc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.faq-box .card-header h2 .minus:after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: #b7c5cc;
    position: absolute;
    top: -7px;
    right: 7px;
    z-index: 1;
}

.faq-box .card-body {
    border-radius: 0;
    display: flex;
    padding: 25px 0 0 0;
}

.faq-box .card-header.show h2 .minus:after {
    display: none;
}

.faq-box .card-body span {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.86px;
    text-align: center;
    color: #e84d71;
}

.faq-box .card-body p {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #2c2e31;
    margin: 0 30px 0 15px;
}

.unset_max_w {
    max-width: unset !important;
}

.unset_mgr {
    margin-right: 0px !important;
}

.span_pre {
    white-space: pre;
}

.card.ai-news-blue {
    background-color: #1D4F8D !important;
    box-shadow: none !important;
    padding: 40px !important;
    margin-bottom: 20px;
    border-radius: 5px;
}


.main-section {
    padding: 40px 0;
}

.news-text {
    padding-bottom: 44px;
    text-align: center;
    color: #fff;
}

.news h2 {
    margin: 0;
    font-size: 1.5em;
}

.news p {
    font-size: 24px;
}

.news-content {
    padding-bottom: 31px;
}

.news-info {
    background-color: #fff;
    padding: 57px 55px 35px 55px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.news-info p {
    font-size: 1em;
    line-height: 1.6em;
}

.news-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.news-logo img {
    max-width: 85%;
    height: auto;
}

.logo-image {
    max-width: 100%;
    max-height: 100%;
}

.buttons {
    text-align: center;
    margin-bottom: 32px;
}


.buttons a {
    padding: 10px 20px;
    margin: 0 10px;
    width: 330px;
}

/* スマホ用スタイル */
@media (max-width: 600px) {
    .card.ai-news-blue {
        padding: 40px 8px 8px 8px !important;
    }

    .logo-image {
        padding: 20px 0;
    }

    .news-info {
        padding: 30px 20px;
    }

    .news p {
        font-size: 22px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}