/*
 Template:twentynineteen 
Theme Name:twentynineteen child 
*/

body{
font-family: Gothic MB101 Light,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,Verdana,sans-serif !important;
    color: #1e1e1e;
	}
h1:not(.site-title):before, h2:not(.entry-title-cuma):before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
}
h2.entry-title-cuma:before{
	content:none;
}
h2.entry-title-cuma{
	padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
	font-weight: 200;
	font-size:2rem;
}
a {
    -webkit-tap-highlight-color: rgba(0,75,127,.25);
    color: #08c;
    text-decoration: none !important;
    -webkit-transition: opacity 150ms linear,border 150ms linear,background-color 150ms linear,color 150ms linear;
    transition: opacity 150ms linear,border 150ms linear,background-color 150ms linear,color 150ms linear;
}
a:visited {
    -webkit-tap-highlight-color: rgba(0,75,127,.25);
    color: #08c;
	text-decoration: none;
    -webkit-transition: opacity 150ms linear,border 150ms linear,background-color 150ms linear,color 150ms linear;
    transition: opacity 150ms linear,border 150ms linear,background-color 150ms linear,color 150ms linear;
}
a:hover {
	text-decoration:underline !important;
}
.widget_recent_entries ul li{
    font-size: calc(22px * 1.125);
    font-weight: 200;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mokuji-title{
	background-color: #9A9898;
	border-radius:10px 10px 0px 0px;
	color:#ffffff;
	margin-bottom:-32px !important;
	padding:0.5rem 1rem;
	box-sizing:border-box;
	font-size:1.5rem;
}
.mokuji{
	padding: 30px 20px;
    background-color: #f5f5f5;
	border-radius:0px 0px 10px 10px;
}
.mokuji ul li{
    border-bottom: 1px solid #dcdcdc;
	line-height:2.0;
	list-style:none;
}
.site-info{
    border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	text-align:center;
}
.caption{
	font-size:0.8rem;
	line-height:0.5 !important;
	
}
input{
	padding:1em;
	border:1px solid #ccc;
	box-sizing: border-box;
	width:100%;
	font-size: 16px;
}
textarea { 
	padding:1em;
	font-size:16px; 
	width:100%;
	box-sizing: border-box;
	border:1px solid #ccc;
}
input.wpcf7c-conf{
	border:none !important;
	background-color:#efefef !important;
	-webkit-box-shadow: 0 0 0px 999px #efefef inset !important;
	font-weight:bold;
	box-sizing: border-box;
	width:100%;
}
textarea.wpcf7c-conf{
	border:none !important;
	background-color:#efefef !important;
	font-weight:bold;
	box-sizing: border-box;
	width:100%;
}
textarea.wpcf7-form-control-wrap{
		font-weight:bold;
		box-sizing: border-box;
}	
input:-webkit-autofill
{
	box-shadow: 0 0 0px 999px #fff inset;
}


/*
@media only screen and (min-width: 768px){
.entry .entry-content, .entry .entry-summary {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
}
@media only screen and (min-width: 1168px){
.entry .entry-content > *, .entry .entry-summary > * {
     margin: calc(3 * 1rem) calc(10% + 60px);
}
}

@media only screen and (min-width: 768px){
.entry .entry-content > *, .entry .entry-summary > * {
    margin: calc(3 * 1rem) calc(10% + 60px);
}
	}

@media only screen and (min-width: 1168px){
.entry .entry-content > *, .entry .entry-summary > * {
    max-width: 80%; 
	margin:0 auto;
}
}

@media only screen and (min-width: 768px){
.entry .entry-content > *, .entry .entry-summary > * {
    max-width: calc(8 * (100vw / 12) - 28px);
}
	}
*/