/*
Theme Name: dp-infinitii-child
Version: 1.1.3.9
Template: dp-infinitii
*/

/* 全体設定 */

.mitei {
    width: 1180px;
    margin: 0 auto;
    background-color: #efefef;
    padding: 80px;
}
body {
    font-family: 'Noto SansJP',sans-serif;
}
body.not-home {
    padding-top: 72px;
}
@media screen and (max-width: 600px){
body.not-home {
    padding-top: 0;
}
}
.header_bar.hd_bar_trpt:not(.float):not(.no_ct_hd):not(:hover) .h_group .hd-title img {
    filter: none !important;
}
.entry ul {
    padding: 0 !important;
}
.bg_gr {
    background-color: #f5f3ed;
}
.cont_box {
    margin: 0 0 30px;
    padding: 0;
}
.line_box {
    border: 1px solid #b4b4b4;
}
.pm_25 {
    padding: 25px;
}
.kt {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.3em;
}
.kt2 {
    font-size: 1.4em;
    color: #1970a9;
}
.kt3 {
    font-size: 2.0em;
    font-weight: 700;
}
.full_block {
    position: relative;
    margin: 50px calc(50% - 50vw);
    padding: 0;
    width: 100vw;
    max-width: 100vw !important;
}
.bg_gr {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.pd_50 {
   padding: 50px;
}
.pd_100 {
   padding: 100px 0 80px;
}
.entry ol {
    margin: 0 0 0 30px !important;
    padding: 0 !important;
}
.hd-meta {
    display: none;
}
a.btn {
    margin: 0 !important;
}
@media screen and (max-width: 600px){
.pc {
    display: none;
}
.bg_gr {
    padding: 50px 15px 20px;
}
}
@media screen and (min-width: 601px){
.sp {
    display: none;
}
}
.loop-section.normal-mag .meta-title {
    width: calc(100% - 0rem) !important;
    margin-left: 0 !important;
}

/* ヘッダー設定 */

@media screen and (min-width: 1280px){
.header_bar .hd-title.img.no-cap img {
    max-height: 100px !important;
}
.header_bar .hd-title.img img {
    max-width: 350px !important;
}
.header_bar {
    height: 140px !important;
}
.header_bar.float .hd_bar_content {
    margin: 5px 70px auto 400px !important;
}
}

/* オフキャンバスメニュー設定 */

.offcanvas_menu_ul .menu-item .menu-link::before, .side_panel_open .offcanvas_menu_trigger>span i, .side_panel_open .offcanvas_menu_trigger>span::before, .side_panel_open .offcanvas_menu_trigger>span::after {
    display: none;
}
.offcanvas_menu_area a:hover {
    background: #c9deeb;
}
.global_menu_ul .menu-item .menu-link::before {
    display: none;
}
a.menu-link:hover {
    color: #ede181;
}
.offcanvas_menu_trigger {
    display: none;
}

/* 画像設定 */

img {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
}
img.auto_img {
    max-width: none !important;
    margin: 0 !important;
    height: 25px !important;
}
.pageside {
    position: fixed;
    z-index: 1000;
    bottom: 114px;
    right: 0;
    width: 120px;
}
.pageside img {
    margin-bottom: 5px !important;
    filter: drop-shadow(2px 2px 6px #999999);
}

/* 見出し設定 */

.entry h1, .dp_text_widget h1, .textwidget h1, .entry h2, .dp_text_widget h2, .textwidget h2, .entry h3, .dp_text_widget h3, .textwidget h3, .entry h4, .dp_text_widget h4, .textwidget h4 {
    background-image: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.entry h2 {
    margin: 4.2rem 0 !important;
    padding: 2rem 1.5rem !important;
}
.sub_mid {
    background-color: #f5f3ed;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.entry h3 {
    display: flex;
    align-items: center;
    padding: 1.0em .7em !important;
    background-color: #f7f7f7;
    font-size: 1.4em !important;
}

.entry h3::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #20b2aa;
    content: '';
}
.entry h4 {
    position: relative;
    padding: 0 1.4em !important;
    color: #191919;
}
.entry h4::before {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #0068c9;
    content: '';
}
.entry h4::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #87c502;
    content: '';
}
.entry h4::before {
    top: calc(50% - 3px);
    left: 0;
}
.entry h4::after {
    top: calc(50% + 3px);
    left: 5px;
}
.full_mid {
    position: relative;
    margin: 0 calc(50% - 50vw) 60px;
    padding: 50px 0;
    width: 100vw;
    max-width: 100vw !important;
    text-align: center;
    background-color: #f7f7f7;
}
.full_mid h2 {
    margin: 0 !important;
    padding: 0 !important;
}
.full_mid h2 span.mid_top {
    display: inline-block;
    font-weight: 400 !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
    letter-spacing: 0.2em;
}
.full_mid h2 span.mid_bottom {
    display: block;
    font-weight: 400 !important;
    font-size: 0.6em;
}
.mid_3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.mid_3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.mid_3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.mid_policy {
    position: relative;
    height: 75px;
    margin-right: 100px;
    padding: 1.5rem 2rem 0 2rem;
    word-break: break-all;
    color: #191919;
    background: #dbf227;
    font-size: 1.4em;
    font-weight: 700;
}
.mid_policy::after {
    position: absolute;
    top: 0;
    right: -55px;
    width: 0;
    height: 0;
    content: '';
    border-width: 75px 55px 0 0;
    border-style: solid;
    border-color: #dbf227 transparent transparent transparent;
}
.mid_policy span {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    top: 0;
    right: -100px;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #191919;
}
@media screen and (max-width: 600px){
.sub_mid {
    font-size: 1.0em;
    letter-spacing: 0.1rem;
    line-height: 1.6;
}
}
.inside-title {
    font-size: 2.6em !important;
    letter-spacing: 0.4em;
    font-weight: 700;
    margin: 0 auto 4.2rem !important;
    padding-bottom: 0 !important;
}
.inside-title::first-letter {
    color: #20b2aa;
}
.inside-title::before,
.inside-title::after {
    display: none !important;
}
 
/* flex設定 */

.imcon_box {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 60px 0;
    width: 100%;
}
.imcon_box div {
    flex: 1;
}
.imcon_box .inner_txt {
    padding: 90px 60px;
}
.imcon_box .inner_img {
    padding: 0;
}
.imcon_box_rev {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 60px;
    margin: 60px 0;
    width: 100%;
}
.imcon_box_rev div {
    flex: 1;
}
.imcon_box_rev div img {
    text-align: center;
}
.imcon_box_s {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}
.btn_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin: 60px 0 100px;
}
.w_3 {
    width: 48%;
}
.w_3 a {
    width: 100%;
    padding: 20px !important;
    font-size: 1.4em;
}
.btn_box span {
    font-size: 0.6em;
}

@media screen and (max-width: 600px){
.imcon_box {
    display: block;
    margin: 0 0 30px;
}
.imcon_box .inner_txt {
    padding: 30px 15px;
}
.imcon_box_rev {
    display: block;
    margin: 0 0 30px;
}
.imcon_box div {
    margin-bottom: 20px;
}
.imcon_box_rev div {
    margin-bottom: 20px;
}
}
#dpcustomtextwidget-9 {
    margin: 100px calc(50% - 50vw);
    width: 130vw;
    max-width: 100vw !important;
}
.top_1420 {
    width: 1420px;
    margin: 0 auto;
}

/* ヘッダー画像部分設定 */

#banner_caption h3 {
    font-weight: 700 !important;
    letter-spacing: 1rem;
    font-size: clamp(16px, 1.6vw, 28px) !important;
    line-height: 2.6 !important;
    font-family: serif;
}
.header-banner-content.is-text-vertical .banner_header {
    max-height: 50vw !important;
}
.header-banner-content:not(.pos-center).is-text-vertical .banner_header {
    padding-top: 200px !important;
}
@media screen and (max-width: 1200px){
.header-banner-content:not(.pos-center).is-text-vertical .banner_header {
    padding-top: 80px !important;
}
}
@media screen and (max-width: 1000px){
.header-banner-content:not(.pos-center).is-text-vertical .banner_header {
    padding-top: 0 !important;
}
}
.ct-whole.singular .hd-title {
    font-size: 2.2em !important;
    letter-spacing: 0.2em;
    text-align: left;
    padding-left: 50px;
}

/* サイドバー設定 */

#dpcustomtextwidget-3 ul {
    margin-left: 0 !important;
    padding: 0 !important;
}
#dpcustomtextwidget-3 li {
    border-bottom: 1px dotted #999999;
}
#dpcustomtextwidget-3 li::before {
    display: none;
}

/* TOPページ設定 */

.top_work_box {
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
}
.top_work_box_rev {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    width: 100%;
    align-items: center;
}
.twb_txt {
    flex: 2;
    padding: 0 60px;
}
.twb_img {
    flex: 3;
    padding: 0;
}
.top_work_box h3,
.top_work_box_rev h3 {
    border-bottom: 20px solid #dbf227 !important;
}
.top_service_box {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 50px auto;
    width: 1200px;
}
.top_service_box div {
    width: 23.5%;
    margin: 0 0 50px;
    line-height: 1.68;
}
.top_service_box a {
    color: #191919 !important;
}
.top_service_box a:hover {
    color: #87c502 !important;
}
.sub_title {
    font-size: 1.2em;
    color: #20b2aa;
}
.top_qa_block {
    position: relative;
    margin: 50px calc(50% - 50vw);
    width: 100vw;
    height: 350px;
    max-width: 100vw !important;
    background-image: url(https://www.drug-kuroshio.co.jp/customer/wp-content/uploads/2025/10/bg_qa.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 150px;
}
.top_qa_block div {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 30px;
    background: rgba(255,255,255,0.8);
    border-radius:10px
}
.top_qa_block p {
    margin-bottom: 0 !important;
}
.top_qa_block a {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px){
.top_service_box {
    width: 100%;
}
}
@media screen and (max-width: 900px){
.top_service_box div {
    width: 32%;
    margin: 0 0 25px;
}
}
@media screen and (max-width: 600px){
.top_service_box {
    gap: 3%;
}
.top_service_box div {
    width: 48%;
    margin: 0 0 25px;
}
}

/* 業務紹介設定 */

.g_concept {
    position: relative;
    margin: 0 calc(50% - 50vw) 100px;
    width: 100vw;
    max-width: 100vw !important;
    background-image: url(https://www.drug-kuroshio.co.jp/customer/wp-content/uploads/2025/05/g_1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-top: 150px;
}
.g_concept_inner {
    width: 1180px;
    margin: 0 auto;
    background-color: rgba(239, 239, 239, 0.6);
    padding: 80px;
}
@media screen and (max-width: 1200px){
.g_concept {
    margin: 0 calc(50% - 50vw) 30px;
    padding-top: 70px;
}
.g_concept_inner {
    width: 100%;
    padding: 15px;
}
}
.work_box {
    display: flex;
    width: 100%;
    gap: 50px;
    margin: 40px 0 50px;
}
.work_box_inner {
    flex: 3;
}
.work_box_inner_r {
    flex: 2;
}
.work_box_2 {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 40px 0 50px;
    width: 100%;
}
.work_box_2 div {
    flex: 1;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 20px 0px rgba(180, 180, 180, 0.3);
}
}
.kanpou_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.5%;
    margin: 60px auto 100px;
    width: 900px;
}
.kanpou_box div {
    width: 12%;
    text-align: center;
    font-size: 0.7em;
    margin-bottom: 30px;
}
@media screen and (max-width: 900px){
.kanpou_box {
    width: 100%;
}
}
@media screen and (max-width: 600px){
.kanpou_box {
    gap: 4%;
}
.kanpou_box div {
    width: 22%;
}
.work_box {
    display: block;
}
}


/* 店舗詳細設定 */

#page-773 .entry {
    margin-bottom: 0 !important;
}
.pay_box {
    position: relative;
    width: 700px;
    margin: 50px auto 0;
    padding: 100px 50px 30px;
    background-color: #d7e8f5;
    border-radius: 8px;
}
.pay_mid {
    position: absolute;
    border-radius: 50px;
    border: 4px solid #20b2aa;
    padding: 10px 30px;
    background-color: #ffffff;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.4em;
    font-weight: 700;
}

.fmeta_area {
    display: none;
}
.store_box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 50px;
    margin: 60px 0;
    width: 100%;
}
.store_box .store_img {
    flex: 1;
}
.store_box .store_img .main_img {
    padding: 0;
    margin-bottom: 15px;
}
.store_box .store_txt {
    flex: 1;
}
.can_do {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
}
.can_do div {
    box-sizing: border-box;
    width: 32%;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    text-align: center;
    padding: 3px 0;
    font-size: 1.0em;
    background-color: #dcf0d1;
}
.store_box td {
    padding: 5px 20px;
    font-size: 100% !important;
}
#foogallery-gallery-528 .fg-image {
    width: 178px !important;
}
.qr_box {
    display: flex;
    padding: 2vh 15px;
    margin: 20px auto 0;
    border: 2px solid #0068c9;
    background-color: transparent;    
}
@media screen and (max-width: 600px){
.pay_box {
    width: 100%;
    padding: 70px 10px 30px;
}
.pay_mid {
    width: 80%;
    text-align: center;
}
.store_box {
    display: block;
    margin: 0 0 60px;
}
.can_do div {
    width: 49%;
}
}

/* 会社概要設定 */

.pro_box {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 60px 0;
    width: 100%;
}
.pro_box .pro_mid {
    flex: 1;
}
.pro_box .pro_cont {
    flex: 2;
}
.outline_box {
    margin: 60px auto;
    width: 900px;
}
.table_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin: 0;
    width: 100%;
}
.table_box .table_mid {
    width: 24%;
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
}
.table_box .table_txt {
    width: 73%;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 40px;
}
@media screen and (max-width: 900px){
.outline_box {
    width: 100%;
}
.pro_box {
    display: block;
    margin: 0 0 30px;
}
.pro_box .pro_mid {
    margin-bottom: 30px;
}
}

/* 採用情報設定 */
.pf_box {
    display: flex;
    gap: 15px;
    margin: 120px 0;
    width: 100%;
}
.pf_box a {
    display: block;
    color: #191919 !important;
}
.pf_box a:hover {
    text-decoration: none !important;
    filter: brightness(1.2);
}
.pf_box div.pf_outline {
    position: relative;
    flex: 1;
    background-color: #ffffff;
    filter: drop-shadow(-4px 5px 12px #999999);
    padding: 150px 20px 20px;
}
.pf_box div.pf_txt {
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 0.9em;
}
.pf_box div.pf_img {
    position: absolute;
    top: -35px;
    width: 88%;
    left: 6%;
}
span.pf_mid {
    padding: 10px 25px;
    background-color: #dbf227;
    filter: drop-shadow(-4px 5px 5px #999999);
    line-height: 3.0;
    font-weight: 700;
    font-size: 1.2em;
}
span.pf_btn {
    padding: 3px 8px;
    border: 1px solid #191919;
    font-size: 0.7em;
}

/* お問い合わせフォーム設定 */

input, select, textarea, button {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.2px;
    font-size: 14px;
}
.form_box {
    color: #191919;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.form_block {
    width: 100%;
    margin: 50px auto;
    padding: 50px;
    background-color: #ededed;
}
.form_item {
    display: flex;
    margin-bottom: 30px;
}
.form_l {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
}
.form_r {
    flex: 3;
}
.form_box p {
  margin: 0 !important;
}
.form_box input[type="text"], .form_box input[type="date"], .form_box input[type="number"], .form_box input[type="tel"], .form_box input[type="email"], .form_box textarea, .form_box select, .form_box input[type="submit"] {
    color: #191919 !important;
    outline: 0;
    font-size: 14px !important;
    border-radius: 3px !important;
    border: 1px solid #1970a9 !important;
    padding: 0 6px !important;
    margin: 0 6px !important;
    background-color: #fff !important;
}
.form_box input[type="submit"] {
    color: #ffffff !important;
    outline: 0;
    font-size: 14px !important;
    border-radius: 3px !important;
}
.form_box input::placeholder {
  color: #888888;
  padding-left: 15px;
}
.form_box span.requied {
    background: #1970a9;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.wpcf7-form .wpcf7-list-item {
    display: inline;
    margin: 6px 20px 10px 0;
}

@media screen and (max-width: 900px){
.form_box {
    width: 100%;
    padding: 0.5em;
}
}
@media screen and (max-width: 600px){
.form_box input[type="date"] {
    width: 40%;
}
.form_item {
    display: block;
    margin-bottom: 20px;
}
.form_block {
    padding: 20px;
}
}
@media screen and (max-width: 568px){
.wpcf7-form .wpcf7-form-control-wrap {
    display: inline;
    text-align: left;
    margin: 0 auto 10px auto;
}
}
.plugin-copyright {
    display: none;
}

/* フッター設定 */

.foot_block {
    display: flex;
    margin: 60px auto;
    width: 1180px;
    font-size: 0.8em;
}
.foot_block h3 {
    margin-bottom: 50px !important;
}
.foot_block .fb_left {
    flex: 1;
    padding: 0 50px;
    border-right: 1px solid #999999;
    text-align: center;
}
.foot_block .fb_right {
    flex: 3;
    padding: 0 50px;
}
.foot_list {
    display: flex;
    gap: 50px;
    line-height: 2.8;
}
.foot_list a {
    text-decoration: underline;
}
.fl_1 {
    flex: 1;
    background-color: #ffffff;
    padding: 25px;
}
.fl_2 {
    flex: 2;
    background-color: #ffffff;
    padding: 25px;
}
.foot_list_2 {
    display: flex;
}
.foot_list p {
    margin-bottom: 0 !important;
}
.foot_list_2 div {
    flex: 1;
    padding-left: 15px;
}
.second {
    padding-left: 15px;
}
@media screen and (max-width: 1180px){
.foot_block {
    width: 100%;
}
}
@media screen and (max-width: 600px){
.foot_block {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.foot_block .fb_left {
    border-right: none;
}
.foot_block .fb_right {
    padding: 0;
    margin-top: 50px;
}
.foot_list {
    gap: 10px;
}
.fl_1 {
    padding: 15px;
}
.fl_2 {
    padding: 15px;
}
.foot_list_2 {
    gap: 15px;
}
.foot_list_2 div {
    padding-left: 0;
}
.second {
    padding-left: 0;
}
}


/* ボタン設定 */

ul.store_btn {
    margin: 0 0 30px !important;
}
ul.store_btn li:before {
    display: none;
}
.btn2 {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
}
.btn2 {
    cursor: pointer;
    padding: 2vh 15px;
    margin: 20px auto 0;
    line-height: normal;
    -webkit-transform: translateZ(0);
    position: relative;
    border: 2px solid;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.1em;
}
.btn2::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) skew(-45deg) scaleX(0);
    -ms-transform: translate(-50%, -50%) skew(-45deg) scaleX(0);
    transform: translate(-50%, -50%) skew(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.3, 0.7, 0.78, 0.88);
    transition: -webkit-transform 0.25s cubic-bezier(0.3, 0.7, 0.78, 0.88);
    transition: transform 0.25s cubic-bezier(0.3, 0.7, 0.78, 0.88);
    transition: transform 0.25s cubic-bezier(0.3, 0.7, 0.78, 0.88), -webkit-transform 0.25s cubic-bezier(0.3, 0.7, 0.78, 0.88);
}
.btn2:hover {
    color: #fff !important;
    -webkit-box-shadow: 0 18px 10px -10px rgba(0, 0, 0, 0.34);
    box-shadow: 0 18px 10px -10px rgba(0, 0, 0, 0.34);
}
.btn2:hover {
    text-decoration: none !important;
}
.btn2:hover::after {
    -webkit-transform: translate(-50%, -50%) skew(-45deg) scaleX(1);
    -ms-transform: translate(-50%, -50%) skew(-45deg) scaleX(1);
    transform: translate(-50%, -50%) skew(-45deg) scaleX(1);
}
.btn2:not([class*=" btn-"])::after {
    background: ##20b2aa;
    background-image: linear-gradient(135deg, #20b2aa 0%, rgba(19, 106, 102, 1) 100%);
}
