/*
Theme Name:SORALIS child
Theme URI:
Description:WordPressテーマ「SORALIS」の自作子テーマ
Template:solaris_tcd088
Author:NT-WebDesign
Author URI:https://nt-webdesign.com/
Version:0.0.1
*/


/*** グローバルメニュー ***/
#global_menu {
    background-color: #00408F;
}
/* ロゴ */
@media screen and (min-width: 1201px) {
    #header_logo img {
        width: 240px;
        height: auto;
    }
    #header_logo a {
        padding: 0 24px;
    }
}
/* ロゴ補足文 */
#header .supplement {
    position: absolute;
    top: 52%;
    left: 280px;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    #header .supplement {
        top: 53%;
        left: 190px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    #header .supplement {
        font-size: 10px;
    }
}
@media screen and (max-width: 300px) {
    #header .supplement {
        display: none;
    }
}
/* メニューの位置 */
#global_menu ul {
    text-align: right;
    margin-right: 0px;
}
/* メニュー文字色 */
#header.active #global_menu > ul > li > a,
body.header_fix #global_menu > ul > li > a,
body.single #global_menu > ul > li > a {
    color:#FFF !important;
}
body.hide_header_image #global_menu > ul > li > a,
body.no_index_header_content #global_menu > ul > li > a {
    color:#FFF !important;
}
#global_menu.ntw_menu > ul > li > a:hover,
body.single #global_menu.ntw_menu  > ul  > li.current-menu-item  > a,
body.single #global_menu.ntw_menu  > ul > li.active > a,
#header.active #global_menu.ntw_menu > ul > li.current-menu-item > a,
#header.active #global_menu.ntw_menu > ul > li.active > a,
body.hide_header_image #global_menu.ntw_menu > ul > li.current-menu-item > a,
body.no_index_header_content #global_menu.ntw_menu > ul > li.current-menu-item > a {
    color:#b9e0ff !important;
}
/* #global_menu > ul > li:last-child {
    background: #FFF;
}
#global_menu > ul > li:last-child > a {
    color: #00408F;
}
#global_menu > ul > li:last-child > a:before {
    font-family: "footer_bar";
    content: "\e906";
    margin-right:10px;
}
#header.active #global_menu > ul > li:last-child  > a,
body.header_fix #global_menu > ul > li:last-child  > a,
body.single #global_menu > ul > li:last-child  > a {
    color: #00408F!important;
} */
/* モバイル */
@media screen and (max-width: 1201px) {
    #header {
        background-color: #00408F;
    }
    .mobile #header:after,
    .mobile #header:hover:after {
        background-color: #00408F !important;
    }
    /* メニュー文字色 */
    #header.active #global_menu_button.ntw_menu span {
        background:#FFF !important;
    }
    /* ハンバーガーメニューアイコン色 */
    html body.single #global_menu_button span {
        background: #fff !important;
    }

    .use_mobile_header_fix #header:after {
        -webkit-transition: none;
        transition: none;
    }
}

/*** フッター ***/
#footer_logo img {
    max-width: 90vw;
}

/*** デザインボタン ***/
.design_button.shape_type1 a {
    border-radius: 12px;
}

/*** 改行 ***/
@media screen and (max-width: 950px) {
    .only_pc {
        display: none;
    }
}

/** リンク **/
a.under_line {
    text-decoration: underline;
}

/*** トップページ h1 ***/
h1.top_heading {
    position: absolute;
    top: 88px;
    left: 16px;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    z-index: 100;
}
@media screen and (max-width: 1201px) {
    h1.top_heading {
        top: 64px;
    }
}


/*** トップページ　ヘッダーコンテンツ ***/
#header_slider_wrap {
    height: 800px;
}


/*** トップページ　コンセプト h2 ***/
.concept .concept_headline {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}

/*** トップページ　強み ***/
.tab_content_top .tab .item.active,
.tab_content_top .tab .item:hover {
    color:#00408F;
}


/*** サービス ***/
.pc .cb_service_item_list .desc {
    line-height: 1.4;
}
a.no_link {
    cursor: default;
}


/*** トップページ　プラン ***/
.plan .cb_desc {
    line-height:2.4;
    margin:55px 0 0;
}
@media screen and (max-width: 1201px) {
    .plan .cb_desc {
        line-height:2;
        margin:30px 0 0;
    }
}


/* トップページ　ブログ新着一覧 */
.index_free_design_content.blog {
    text-align: unset;
}
.index_free_design_content.blog .pt-cv-wrapper {
  margin-top: 50px;
}
.index_free_design_content.blog  h4.pt-cv-title {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.index_free_design_content.blog .pt-cv-content {
    text-align: right;
}
.index_free_design_content.blog .pt-cv-wrapper a.btn.btn-success {
    padding: 4px 8px;
}
.index_free_design_content.blog .pt-cv-wrapper a.btn.btn-success {
    color:#00408F;
    background-color: white;
    border-color: #00408F;
}
.index_free_design_content.blog .pt-cv-wrapper a.btn.btn-success:hover {
    color: white;
    background-color: #ff760f;
    border-color: #ff760f;
}
.index_free_design_content.blog .pt-cv-meta-fields {
    line-height: 1rem;
}
@media screen and (max-width: 480px) {
  .index_free_design_content.blog .pt-cv-wrapper {
    margin-top: 30px;
  }
  .index_free_design_content.blog .pt-cv-content-item {
    margin-bottom: 1rem;
  }
  .index_free_design_content.blog .pt-cv-content {
      text-align: left;
  }
}

/* バナー */
.plan .campign_banner {
    margin-top: 80px;
}
/* プラン表 */
.plan .plan_content_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.plan .plan_content {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 30%;
    margin: 0 12px;
    border: 2px solid #473E37;
    border-radius: 6px;
}
.plan .plan_content#standard_plan {
    position: relative;
    border: none;
    border-radius: 6px 0 6px 6px;
    outline: 8px solid #00408F;
}
.plan #standard_plan:before  {
    content: '\おすすめ！';
    position: absolute;
    top: -40px;
    right: -8px;
    padding: 12px 1em;
    height: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    background: #00408F;
}

.plan .plan_name {
    margin-top: 40px;
    font-weight: bold;
}
/* 金額表示 */
.plan .price_wrapper {
    margin-top: 16px;
}
.plan .price {
    font-size: 40px;
    font-weight: bold;
}
.plan span.price_unit,
.plan span.price_tax {
    font-size: 24px;
}
.plan span.price_unit {
    margin-right: 2px;
}
.plan span.price_tax {
    margin-left: 2px;
    vertical-align: middle;
}
.plan .revise_price {
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 32px;
    font-weight: bold;
}
.plan .revise_price span.price_unit,
.plan .revise_price span.price_tax {
    font-size: 20px;
}
.plan .revise_price::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    transform: rotate(-8deg);
    background-color: red;
}
.plan #original_plan .price_wrapper {
    position: relative;
    height: 72px;
}
.plan #original_plan .price {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}
/* プラン説明 */
.plan .plan_desc {
    margin-top: 16px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: left;
}
/* 比較項目 */
.plan .breakdown_table_wrapper {
    margin-top: auto;
}
.plan .plan_content .breakdown_table {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 12px;
}
.breakdown_table {
    border: none;
    border-top: 1px solid #CCCCCC;
}
.plan .breakdown_table td {
    border: none;
    border-bottom: 1px solid #CCCCCC;
}
.plan .breakdown_table td {
    padding: 12px 20px;
    background-color: #FCFCFA;
}
.plan .breakdown_table .breakdown_item {
    text-align: left;
}
.plan .plan_option {
    position: relative;
    margin: 40px 12px;
    text-align: left;
}
.plan .plan_option:before {
    content: "";
    position: absolute;
    background: #ff9d53;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 6px;
    left: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.plan .maintenance_price_wrapper {
    display: inline-block;
}
.plan .maintenance_price_wrapper {
    padding: 12px 32px;
    font-size: 26px;
    font-weight: bold;
    border: 1px solid #00408F;
    outline: 1px solid #00408F;
    outline-offset: 3px;
}
.plan .maintenance_price_wrapper .price_tax,
.plan .maintenance_price_wrapper .price_unit {
    color: #00408F;
    font-size: 26px;
}
.plan .maintenance_price_wrapper .price_unit {
    margin-left: 4px;
}
.plan .maintenance_price {
    color: #00408F;
    font-size: 40px;
}
/* モバイル */
@media screen and (max-width: 950px) {
    .plan .plan_content_wrapper {
        flex-direction: column;
        margin-top: 40px;
    }
    .plan .plan_content {
        width: 100%;
        margin: 0;
        margin-bottom: 24px;
    }
    .cb_free_space .index_free_design_content.plan .campign_banner {
        max-width: 100%;
    }
    .plan #standard_plan {
        margin-top: 40px;
        margin-bottom: 32px;
    }
    .plan .plan_option {
        margin: 0 12px 40px;
    }
}


/*** 問合せバナー ***/
.cb_content:last-of-type {
    padding-bottom: 0;
}
.contact_banner {
    background-color: #FFEADB;
}
.contact_banner_inner {
    width: 1150px;
    margin: 0 auto;
    padding:0 130px;
    text-align: center;
}
/* 問合せメッセージ */
.contact_banner .info_text {
    color: #00408F;
    font-size: 40px;
    font-weight: bold;
}
/* 問合せボタン */
.contact_banner .q_custom_button2.animation_type1.contact_button {
    width: 480px;
    height: 100px;
    background-color: #F20538;
    font-size: 36px;
    font-weight: bold;
    border: none;
}
.contact_banner .q_custom_button2.animation_type1.contact_button:hover {
    background-color: #FB4068;
}
/* モバイル */
@media screen and (max-width: 1201px) {
    .contact_banner_inner {
        width:auto;
        padding:0 60px;
    }
}
@media screen and (max-width:950px) {
    .contact_banner_inner {
        width:auto;
        padding:0 40px;
    }
}
@media screen and (max-width:750px) {
    .contact_banner_inner {
        width:auto;
        padding:0 20px;
    }
    .contact_banner .contact_banner_pc img {
        height: 200px;
        width: auto;
    }
    .contact_banner .contact_banner_pc .text_button_wrapper {
        justify-content: center;
    }
    .contact_banner .contact_banner_pc .info_text {
        margin: 8px 0;
        font-size: 26px;
    }
    .contact_banner .contact_banner_pc .q_custom_button2.animation_type1.contact_button {
        width: 320px;
        height: 66px;
        font-size: 24px;
    }

}
/* 表示切り替え */
.contact_banner .contact_banner_pc {
    display: flex;
    justify-content: center;
}
.contact_banner .contact_banner_sp {
    display: none;
}
.contact_banner .contact_banner_pc .text_button_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contact_banner .contact_banner_pc .image-wrapper,
.contact_banner .contact_banner_pc .text_button_wrapper {
    margin: 0 12px;
}
.contact_banner .contact_banner_pc .info_text {
    text-align: left;
}
@media screen and (max-width: 480px) {
    .contact_banner .contact_banner_pc {
        display: none;
    }
    .contact_banner .contact_banner_sp {
        display: block;
    }
    .contact_banner .contact_banner_sp {
        padding: 20px 0;
    }
    .contact_banner .contact_banner_sp .image_text_wrapper,
    .contact_banner .contact_banner_sp .info_text_wrapper {
        margin-bottom: 8px;
    }
    .contact_banner .contact_banner_sp .image_text_wrapper {
        display: flex;
        justify-content: center;
    }
    .contact_banner .contact_banner_sp .image_wrapper {
        margin: 0 6px;
    }
    .contact_banner .contact_banner_sp img {
        height: 100px;
    }
    .contact_banner .contact_banner_sp .info_text_wrapper {
        display: table;
    }
    .contact_banner .contact_banner_sp .info_text {
        display: table-cell;
        vertical-align: middle;
    }
    .contact_banner .contact_banner_sp .info_text {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }
    .contact_banner .contact_banner_sp .q_custom_button2.animation_type1.contact_button {
        width: 85%;
        height: 50px;
        font-size: 18px;
    }
}


/*** サービスページ ***/
/*** ホームページ制作　プラン ***/
.plan.service_plan {
    text-align: center;
}
.plan.service_plan .breakdown_table td {
  padding: 12px;
}
@media screen and (max-width: 480px) {
  .plan.service_plan .breakdown_table td {
    padding: 12px 20px;
  }
}


/** お問合せ **/
.wpcf7 {
    background-color: white !important;
    border: none !important;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7-list-item {
    margin: 0;
}
.post_content th {
    width: 30%;
    vertical-align: top;
    text-align: left;
}

.button-wrapper {
    text-align: center;
}
.contact-form-label-required {
    background-color: red;
    border: 1px solid red;
    border-radius: 4px;
    color: #FFF;
    padding: 2px 5px;
    font-size: 0.85rem;
}
.wpcf7 input[type="submit"] {
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    margin: 30px 0 0 12px;
    color: #ffffff !important;
    background-color: #00408F;
    border-radius: 12px;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #faa362;
}
.wpcf7 input[type="button"] {
    width: 225px;
    height: 48px;
    font-size: 100%;
    font-weight: 600;
    border-radius: 12px;
    margin: 30px 12px 0 0;
    outline: none;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}
.wpcf7 input[type="button"]:hover {
    background-color: #FFF;
}

span.wpcf7-spinner {
    display: block;
    margin: 24px auto 0;
}

@media only screen and (max-width: 767px) {
  table.inquiry th,
  table.inquiry td {
    display: block;
    width: auto;
  }
  .wpcf7 .button-wrapper .wpcf7-form-control {
     margin: 20px auto;
  }
  .wpcf7 .button-wrapper .wpcf7-form-control.wpcf7-previous {
    color: #000;
  }
}


/** ブログ一覧 **/
#blog_archive {
    border-right: none;
}
#blog_archive #main_col {
    padding: 0;
}
#blog_archive #main_col a.image_link {
  width: 360px;
}
#blog_archive #main_col #blog_list .content {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1201px) {
  #blog_archive #main_contents {
    padding: 20px 0 0;
  }
}
@media screen and (max-width:750px) {
  #blog_archive #side_col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 550px) {
    #blog_list .image_link {
        height: 220px !important;
    }
}

/** 投稿ページ **/
.business_introduction {
    margin: 60px 0;
    padding: 30px;
    border: 2px solid #00408F;
}
.business_title {
    font-weight: bold;
    font-size: 20px;
}
.business_introduction p{
    line-height: 2;
}
.business_introduction p:not(:last-child) {
    margin-bottom: 30px;
}
.business_introduction .supplement {
    margin-bottom: 0.5rem!important;
    font-size: 0.85rem;
}
