@charset "utf-8";
.common_style{margin-top:7px;
font-variant-ligatures: unset;font-weight:400;font-size:1.1rem;
}

/*wordpress*/
.common_style strong,
.common_style b { font-weight: bold; }
.common_style em { font-style: italic; }
.common_style h1,
.common_style h2,
.common_style h3,
.common_style h4,
.common_style h5,
.common_style h6 {
  margin: 1.7em 0 1em;
 font-weight:500;line-height:1.4;text-align:justify;
}
.common_style h1,.common_style h2 ,
.common_style h3,
.common_style h4 {
 font-size: 1.3em;/*padding:15px 25px;border:1px solid #ccc;*/
 position:relative;left:-10px;width:calc(100% + 10px);
}
.common_style h5 {
  font-size: 1.1em;
}
.common_style h6 {
  font-size: 1.1em;margin-bottom:0;
}
.common_style p {
  line-height:1.9;text-align:justify; margin: 0.5em 0;
}

/*.common_style p +p {
  margin-top:1em;
}
.common_style p + *:not(p) {
  margin-top: 3rem;
}*/
.common_style em {
  font-style: italic;
}
.common_style blockquote {
  margin: 1.5em 0 3em;
  border-left: 10px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.common_style blockquote p + p {
  margin-top: 0.5em;
}
.common_style ul,
.common_style ol {
  margin: 1em 0;
}
.common_style ul {
  list-style-type: disc;padding-left:0.3em;
}
.common_style ol {
  list-style-type: decimal;padding-left:0.3em;
}
.common_style li {
  margin-left: 1.5em;line-height:1.8;
}
.common_style hr {
  margin: 3rem 0!important;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption img,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;font-size:0.8em!important;margin-bottom:2rem;
}

.single_contents > *:first-child,.page_contents > *:first-child{margin-top:0;}

/*.common_style p a {display:inline-block;padding:0 6px 1px;margin:0 5px;background:#8BC40F;border-radius:3px;color:#fff;font-weight:500;font-size:0.9em;text-decoration:underline;}*/
.common_style a {text-decoration:underline;color:var(--sub-sub_contents-a);}
.single_contents img,.page_contents img{height:auto;}

.common_style h1,.common_style h2,.common_style h3,.common_style h4 {
  padding: 0.6em 1em 0.6em 2.5em ;
  line-height: 1.3;
  background: var(--common_style-midashi-h4-background-color);
  vertical-align: middle;
  border-radius: 45px 4px 4px 45px;border:1px solid #fff;
}

.common_style h1:before,.common_style h2:before,.common_style h3:before,.common_style h4:before {
  content: '\f043';font-family: "Font Awesome 5 Free";
  color: var(--common_style-midashi-h4-suiteki-text-color);
  font-weight:bold;opacity:0.5;
text-shadow:1px 1px 1px rgba(255,255,255,1);position:absolute;top:50%;left:1.2em;transform:translateY(-50%);
}
.common_style h5 {
	padding: 0.3em 0.5em;
	border-left: solid 8px var(--common_style-midashi-h5-border);
	border-right: solid 1px var(--common_style-midashi-h5-border);
	border-bottom: solid 1px var(--common_style-midashi-h5-border);
	;border-top: solid 1px var(--common_style-midashi-h5-border);
}
.common_style h6 {
	padding: 0.2em 0;
}.common_style h6::before {
	content:"●";margin-right:5px;color: var(--common_style-midashi-h6-before-text-color);
}

/*fix あとで移動する*/

.common_style img{max-width:100%;vertical-align:bottom;}
.common_style .border-box{border:1px solid #ccc;padding:1em;}
.common_style .border-box p{text-align:center;}
.common_style .border-table,.common_style .no-border-table{width:100%;table-layout:fixed;}
.common_style th,.common_style td{padding:1em;margin:1em 0;line-height:1.6;}
.common_style .border-table th,.common_style .border-table td{border:1px solid #ccc;}
.common_style .border-table th{background:var(--common_style-border-table-th-background-color);}

.common_style .no-border-table th,.common_style .no-border-table td{padding:1em;}
.common_style table.vmiddle th,.common_style table.vmiddle td{vertical-align:middle;}



@media only screen and (max-width: 750px) {
.common_style{margin-top:0;font-size:1rem;
}
.common_style h1,.common_style h2 ,
.common_style h3,
.common_style h4 {
 font-size: 1.15em;
left:0;width:100%;  padding: 0.5em 1em 0.5em 2em ;
}
.common_style h1:before,.common_style h2:before,.common_style h3:before,.common_style h4:before {
left:0.9em;
}
}


.yoko_tate{
display: flex;
}

@media only screen and (max-width: 750px) {
.yoko_tate{
flex-wrap: wrap;
}
.yoko_tate > *{
width: 100%;
}
}