﻿@charset "utf-8";
/*
Theme Name: アクセル社 カスタマイズテーマ
Theme URI:
Author:株式会社パレンティア
Author URI:
Description:WordPressテーマ「MusexPress Base Theme」の自作子テーマです。
Version:0.0.8
License URI:
Template:mxp_base_theme
Text Domain: 
*/

/*==================================================
  Contact Form7
==================================================*/

.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.25em;
}

.mxp_widget > div:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  body.single .postContent h3 {
    font-size: 140% !important;
    color: rgb(0, 51, 102);
    letter-spacing: 0.1em;
    font-family: "Shin Maru Go Medium";
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #003366 !important;
    margin-bottom: 30px !important;
  }
  body.single .postContent h3:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: "";
    background: #95c3f1;
  }
}
@media screen and (min-width: 681px) {
  body.single .postContent h3 {
    font-size: 160% !important;
    color: rgb(0, 51, 102);
    letter-spacing: 0.1em;
    font-family: "Shin Maru Go Medium";
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #003366 !important;
    margin-bottom: 30px !important;
  }
  body.single .postContent h3:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: "";
    background: #95c3f1;
  }
}
