/*
Theme Name: dp-macchiato-child
Version: 2.2.9.2
Template: dp-macchiato
*/


/* 全体共通設定 */

.st_box {
    display: flex;
    gap: 80px;
}
.sub_menu {
    flex: 1;
}
.main_cont {
    flex: 3;
}
img {
    margin: 0 !important;
}

#global_menu_ul .menu-item .menu-title {
    font-size: 15px;
}

.ct-hd {
    min-height: 300px !important;
    max-height: 300px !important;
    height: 11vw !important;
}
.ct-hd.page .hd-title {
    font-size: 30px;
    font-size: 3.0rem !important;
}
.adjust {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
.pageside {
    position: fixed;
    z-index: 1000;
    bottom: 114px;
    right: 0;
    width: 200px;
}
#global_menu_ul .menu-item .sub-menu {
    width: 300px !important;
}
@media screen and (max-width: 600px){
.st_box {
    display: block;
}
}

/* 見出し設定 */

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .dp_text_widget h1, .dp_text_widget h2, .dp_text_widget h3, .dp_text_widget h4, .dp_text_widget h5, .dp_text_widget h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
    border: none !important;
}
.mid_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    letter-spacing: 0.2em;
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 10px solid #067335;
}
.mid_box h2 {
    font-size: 2.6em !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mid_box h2 span {
    font-size: 0.6em;
}
.main_cont h3 {
    padding-left: 30px;
    font-size: 1.3em !important;
}
.main_cont h3 span {
    position: relative;
    color:  #067335;
    font-size: 2.0em;
}
.main_cont h3 span::before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    background-color: #067335;
    width: 10px;
    height: 50px;
}
.main_cont h4 {
    position: relative;
    padding-left: 30px;
    padding-bottom: 0 !important;
    margin: 10px 0 !important;
    font-size: 1.2em !important;
}
.main_cont h4::before {
    content: "";
    position: absolute;
    background: #067335;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 600px){
.mid_box {
    display: block;
}
.mid_box div {
    margin-bottom: 20px;
}
}

/* 共通左サブメニュー設定 */

.menu_box {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #067335;
}
.menu_box a.sub_btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: #067335;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: 1px solid #e8e1d1;
    line-height: 1.4;
    font-size: 0.95em;
}
.menu_box a.sub_btn span {
    font-size: 0.8em;
}
.menu_box a.sub_btn:hover {
    background-color: #00b74f;
    text-decoration: none !important;
}
.menu_box .sub_mid {
    width: 100%;
    padding: 10px 15px;
    background-color: #F5EECE;
    font-weight: 700;
}
@media screen and (max-width: 600px){
.menu_box {
    display: none;
}
}

/* トップページ設定 */

.header-banner-container, .widget-on-top-banner.no_title {
    top: 30% !important;
}
.tate_box {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    color: #191919;
    font-family: serif;
    font-size: 2.4em;
    text-align: start;
    line-height: 2.8em;
    filter: drop-shadow(2px 4px 3px white);
}
.content-wrap.incontainer.clearfix.home.liquid {
    padding-top: 0 !important;
}
.top_imcon_1 {
    display: flex;
    align-items: center;
    margin: 0 calc(50% - 50vw) 0 !important;
    width: 100vw;
    padding: 80px 0 0 !important;
}
.top_imcon_text {
    flex: 1;
    padding: 0 100px;
}
.top_imcon_img {
    flex: 1;
}
.top_mid {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}
.top_imcon_2 {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}
.top_imcon_2 div {
    flex: 1;
    font-weight: 700;
}
.top_imcon_2 img {
    border-radius: 10px;
}
.top_imcon_2 span.kt {
    font-size: 1.4em;
    line-height: 1.4;
}
.top_imcon_3 {
    display: flex;
    align-items: center;
    margin: 0 calc(50% - 50vw) 0 !important;
    width: 100vw;
    padding: 0;
    background-color: #067335;
}
.top_imcon_3_text {
    flex: 1;
    padding-left: 100px;
    color: #ffffff !important;
}
.top_imcon_3_img {
    flex: 1;
}
.top_imcon_3 ul li::before {
    background-color: #067335 !important;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 100%) !important;
}
.top_imcon_3_text a {
    color: #ffffff !important;
}
.top_imcon_3_text a:hover {
    color: #9df5c3 !important;
}
.top_imcon_3_text .main_cont h3 {
    padding-left: 0 !important;
}
.top_imcon_3_text .main_cont h3 span {
    color: #ffffff !important;
}
.top_imcon_3_text p {
    margin-bottom: 0 !important;
}
#dpcustomtextwidget-4 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 600px){
.top_imcon_1 {
    display: block;
}
.top_imcon_text {
    padding: 0 20px;
}
.top_mid {
    font-size: 1.2em;
}
.top_imcon_2 {
    display: block;
}
}

/* サービス紹介設定 */

a.mini_btn {
    background-color: #067335;
    padding: 5px 15px;
    color: #ffffff !important;
    font-weight: 700 !important;
}
a.mini_btn:hover  {
    background-color: #00b74f;
    color: #F5EECE !important;
    text-decoration: none !important;
}
.btn_box {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.table_box {
    margin-bottom: 30px;
}
.table_box table {
    width: 100%;
    margin-bottom: 10px !important;
}
.table_box th, .table_box td {
    padding: 10px;
}
.table_box th {
    background-color: #F5EECE !important;
    font-weight: 400 !important;
    width: 20%;
}
.table_box td {
    background-color: #ffffff;
}
.g_line {
    border: 10px solid  #067335;
    padding: 30px;
    margin-bottom: 30px;
}
.g_line ul {
    padding-bottom: 0 !important;
}
h3:first-child {
    margin-top: 0 !important;
}
div.under {
    font-size: 2.0em;
    font-weight: 700;
    border-bottom: 10px solid #067335;
    margin: 0 0 20px;
}

/* エクセルエムについて設定 */

.bg_green {
    background-color: #63B10B;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.0em;
    padding: 30px;
}
.bg_green p {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 600px){
.bg_green {
    font-size: 1.3em;
    padding: 20px;
}
}

/* フッター設定 */

#footer_menu_ul .menu-item {
    font-size: 1.5em !important;
}
