/*
Theme Name: jps
Template: twentyseventeen
*/


h1, .heading-size-1 {
    font-size: inherit;
}
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: auto;
}
h2, .heading-size-2 {
    font-size: inherit;
}
h2, .home.blog .entry-title {
    color: inherit!important;
}
section {
    padding: 5rem 0;
}
a {text-decoration: none;}
dl {
    display: block;
    margin-block-start: auto;
    margin-block-end: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
h3 {
    display: block;
    font-size: auto;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    color: inherit;
}
body {
	background-color: #fff;
}
ul{
    list-style: none;
}
.singular .entry-header {
    padding: 0;
    display: none;
}
h2, .home.blog .entry-title {
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}
body {
    padding-top: 0;
}

.wrap {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}

.page-header {
    width: 100%;
    display: flex;
}

.page-title {
    margin: 0 auto;
}

.entry-header  {
    width: 100%;
    display: flex;
}
.navigation.pagination {
    width: 100%;
}
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: inherit;
}

button, input[type="button"], input[type="submit"] {
    background-color: inherit;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 50px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    font-size: 14px;
    padding: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 2em 1em;
    border: 2px solid #00a0d2;
    font-size: 14px;
}

.wrap {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin: 120px auto;
}

.entry-header .entry-title {
    margin-bottom: 0.25em;
	font-size: 14px;
}
.entry-content {
    font-size: 14px;
}
.postbox {
    font-size: 14px;
}

.postbox h1{
  width: 100%;
  text-align: center;
}
.postbox .day{
  display: block;
  width: 100%;
  text-align: center;
}
#primary{
  width: 100%;
}
.blog_contents{
  margin: 20px 0px 0px;
}
@media screen and (max-width: 782px) {
html {
    margin-top: 0 !important;
}
.submit {
height: 55px!important;
}
	#ft-menu ul li:nth-child(1) a::before {
		display: none!important;
	}



}
