
p {
	font-size:14px;
}

/*
p.site-description{
	color: white ;
	font-size: 40px;
}
*/

p.site-description {
    color: white;
 font-size: 25px;
}

p.site-description:before, .site-description:after {
    background: white;
}

.header-logo a, .site-description, .header-socials-icon {
    color: white;
}


.header-socials-icon {
			color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 100%;
    font-size: 20px;
    margin: 10px 7px 0 0;
}

.boxed-wrapper {
	max-width: 1100px;
}


.aligncenter, div.aligncenter {display: block;margin: 30px auto 30px auto;
    clear: both;
}

.post-title > a {
    font-size: 14px;
}

.post-title, .single .post-title, .page-title {
    font-size: 16px;
}

h2 {font-size: 16px;
}

h3 {font-size: 18px;
}


h2 {
border-bottom: solid 8px #ebebeb;
/*線の種類（実線） 太さ 色*/
}



#page-content h1 a, #page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6, #page-content .post-author a, #page-content .author-description h3 a, #page-content .related-posts h5 a, #page-content .blog-pagination .previous-page a, #page-content .blog-pagination .next-page a, blockquote, #page-content .post-share a, #page-content .read-more a {
    color: #6E6E6E;
}

.widget_search .svg-fa-wrap, .widget_search #searchsubmit, #page-content .submit, #page-content .blog-pagination.numeric a, #page-content .post-password-form input[type="submit"], #page-content .wpcf7 [type="submit"] {
    color: #ffffff;
    background-color: #6E6E6E;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #6E6E6E;
    color: #eee;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-socials a {
    color: #6E6E6E;
}

.blog-grid-style .post-title {
 font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* .post-content {
    text-align: justify;
    overflow: hidden;
    font-size: 100%;
} */

@media (min-width: 320px) {
  .post-content {
		font-size: calc(1rem + ((1vw - 4.6px) * 1.9048));
  }
}
/* 最大フォントサイズ : 幅 1280px 以上は 16px */
@media (min-width: 1280px) {
  .post-content {
 		font-size: 16px;
  }
}

#main-nav a, #main-nav .svg-inline--fa, #main-nav #s {
    color: #6E6E6E;
}

#page-footer h1, #page-footer h2, #page-footer h3, #page-footer h4, #page-footer h5, #page-footer h6, #page-footer .footer-socials a {
    color: #6E6E6E;
}

