/* 
Theme Name:Shisei-Karte-LP
Author:izumiya
Description:ブログテーマ
Version:1.0 
*/

/*画像の中央寄せ*/
* {
    overflow-wrap: break-word;
}

html {
  font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",
               "Yu Gothic Medium","YuGothic","Meiryo",sans-serif;
  font-synthesis-weight: none;
}

.aligncenter {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
    height: auto;
    max-width: 100%;
    display: block;
}

/*画像右寄せ*/
.alignright {
    height: auto;
    margin-left: auto;
    max-width: 100%;
    display: block;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
    height: auto;
    max-width: 100%;
    display: block;
}

/*位置指定のない画像*/
.alignnone {
    height: auto;
    max-width: 100%;
    display: block;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
    height: auto;
    max-width: 100%;
    display: block;
}

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #ffd5c1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    border-radius: 20px;
    font-weight: 600;
}

.pagination .prev {
    width: 40px;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 900;
}

.pagination .next {
    width: 40px;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 900;
}

.pagination .current {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
    background-color: #ff9b5d;
}

@media screen and (max-width:1023px) {
    .pagination {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:1024px) {
    .pagination {
        margin-bottom: 180px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* 見出しは数値ウェイトで明示 */
h1 { font-size: 28px; font-weight: 700; color: #3c4d69; }
h2 { font-size: 22px; font-weight: 700; color: #3c4d69; }
h3 { font-size: 20px; font-weight: 700; color: #3c4d69; }
h4 { font-size: 18px; font-weight: 700; color: #3c4d69; }

img {
    max-width: 100%;
    height: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px; /* PC基準 */
}

/* 動作分析LP＆電子カルテLPの導入施設スライダーを削除 */
.fv_case_study_motion {
    display: none !important;
}

.fv_case_study_karte {
    display: none !important;
}


.breadcrumbs {
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 12px;
    padding-bottom: 20px;
    color: #3c4d69;
    font-weight: bold;
}

.breadcrumbs span:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #3c4d69;
}

.prev-arrow {
    position: absolute;
    z-index: 9998;
    left: 0;
    top: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-arrow {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-next .arrow-next {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    position: relative;
}

.arrow-next .arrow-next:before,
.arrow-next .arrow-next:after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    background-color: white;
    position: absolute;
    right: 1px;
}

.arrow-next .arrow-next:before {
    top: -4px;
}

.arrow-next .arrow-next:after {
    bottom: -3px;
}

.arrow-next .arrow-next:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-next .arrow-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-prev .arrow-prev {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}

.arrow-prev .arrow-prev:before,
.arrow-prev .arrow-prev:after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    background-color: white;
    position: absolute;
    right: 1px;
}

.arrow-prev .arrow-prev:before {
    top: -4px;
}

.arrow-prev .arrow-prev:after {
    bottom: -3px;
}

.arrow-prev .arrow-prev:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-prev .arrow-prev:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slide-arrow {
    /* background-color: #F74F1F; */
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    background: linear-gradient(135deg,#3c4d69 5%, #3c4d69);
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}