/*
 Theme Name:   Accesspress Root Child
 Theme URI:    https://alternativeslab.com/wp-content/themes/accesspress-root-c/
 Description:  Accesspress Root Child Theme
 Author:       Alternatives Lab, Inc.
 Author URI:   https://alternativeslab.com
 Template:     accesspress-root
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  accesspress-root-c
*/

body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}

@font-face {
  font-family: Impact;
  src: url(https://alternativeslab.com/fonts/impact.ttf);
}

#masthead {
    border: 1px solid #cdcdcd;
    border-left: none;
    border-right: none;
/*    padding: 18px 0; */
    padding: 18px 0 10px;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

#site-branding .site-logo {
    float: left;
/*
    margin-right: 15px;
    margin-top: 8px;
*/
    margin-right: 12px;
    margin-top: 0px;
}

#site-branding h1.site-title {
/*    font-family: "Oswald",sans-serif; */
    font-family: "Impact",sans-serif;
    font-size: 28px;
    color: #444444;
    margin: 0;
/*    line-height: 1.2; */
    line-height: 1.7;
    vertical-align: bottom; /* added */
}

#site-branding .site-logo .header-logo-img {
/*
    max-width: 60px;
    max-height: 52px;
*/
    max-width: 43px;
    max-height: 38px;
}

.slider-caption .caption-title {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 0 4px #7e8997;
    margin-bottom: 10px;
}

.page_header_wrap .entry-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0px 0px 0px 5px;
}

.caption-content-wrapper {
    background: rgba(40, 30, 20, 0.5);
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
    width: 557px;
}

.main-title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0.8em;
/*    border-bottom: dotted 1px #666666; */
    border-bottom: dotted 3px #bbbbbb;
}

.sub-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
}

h2 {
    font-size: 20px;
    color: #333;
/*
    display: inline-block;
    padding-bottom: 0.8em;
    border-bottom: dotted 1px #666666;
*/
    text-align: center;
  }

h2:after{
    content: '';
    width: 45px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0.8em;
    border-bottom: dotted 3px #bbbbbb;
    display: block;
}

h3 {
    font-size: 18px;
    color: #333;
    line-height: 0.2;
    border-left :solid 6px #00a4ac;
    padding: 10px;
    margin-top: 50px;
}
h4 {
    margin-top: 50px;
    font-size: 18px;
    color: #333;
}
h5 {
    font-size: 16px;
    color: #333;
}
h6 {
    font-size: 14px;
    color: #333;
}

.simple-list-table {
  margin-top: 40px;
}

#bottom-footer {
/*    background: #252525; */
    background: #333;
    padding: 10px 0;
    color: #fff;
}
