/*
Theme Name:     Child resistsance
Description:    レジスタンスの子テーマ
Author:         masaki
Template:       unique_tcd044

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-info{
    width: 100%;
    text-align: center;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 26px;
    /* font-size: 0.875rem; */
    /* font-weight: 800; */
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.post_content h3 {
    border-color: #1bb4d3;
}

.post_content h3 {
    border-left: 4px solid;
    padding: .7em 0 .7em .8em;
    margin-top: 2.8em;
}

.h3 {
    font-size: 1.3em;
    font-weight: bold;
}

.post_content h2, .widgettitle {
 /*   background: #1bb4d3;　*/
 /*   color: #ffffff; */
}

.post_content h2 {
    border: none;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 /*   background: #13acca;　*/
 /*   color: #ffffff;　*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
}

.h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 0.375em;
}

.post_content h2 {
    background: none;
    padding: 4px 0 8px 10px;
    border: none;
    border-bottom: 1px solid rgba(60, 70,60, 0.52);
    border-bottom-width: 2px;
    border-radius: 0;
    position: relative;
    line-height: 1.7;
    color: #2b2b2b;
    clear: both;
}

.post_content h2 :after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: rgba(131, 189,226, 0.36);
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 0.95em;
    padding: 16px 20px;
    background: #666666;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.wpcf7-submit {
    background: #db0000;
    color: #fff;
    border: none;
    font-weight: bold;
    width: 440px;
    max-width: 96%;
    padding: 2% 3%;
    display: block;
    margin: 2em auto;
}


@media screen and (min-width: 48em){
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 10px;
	}
}

.edit-link{
	display:none;
}

