#panel-6-0-0-0.so-panel.widget.widget_sow-editor.panel-first-child.panel-last-child {
  font-size: 20px;
}

span {
  font-size: 30px;
  line-height: 1px;
}

.entry-content h3 {
  font-size: 1.5em;
  padding: 1em 0em 0em 0em;
}

.boxc01 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3;
  /*文字色*/
  background: #FFF;
  border: solid 3px #6091d3;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

.boxc01 p {
  margin: 0;
  padding: 0;
}

.caption_box {
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid lightgray;
}

.caption_box .caption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.layout-full #colophon {
  background-color: #59c7f7;
}

.widget_headline-widget .decoration {
  background-color: #59c7f7;
  border-width: 0px;
}

.mid-h1 {
  padding: 0.75rem 2.0rem;
  background: #59c7f7;
  text-align: center;
}



.entry-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.mid-h2 {
  position: relative;
  padding: 0.6em;
  background: #ffb03f;
  display: grid;
}

.mid-h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffb03f;
  width: 0;
  height: 0;
}

.mid-h301 {
  position: relative;
}

.mid-h301:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #59c7f7, #59c7f7 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #59c7f7, #59c7f7 2px, #fff 2px, #fff 4px);
}

.mid-h302 {
  font-size: 1.5em;
  color: #59c7f7;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 3px #59c7f7;
  /*上線*/
  border-bottom: solid 3px #59c7f7;
  /*下線*/
}

.text01 {
  font-size: 40px;
  font-weight: bold;
	color: #f93ad6;	
}

.text01 span {
  color: red;
  font-size: 60px;
  font-weight: 700;
}

.ul01 {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.ul01 .li01 {
  line-height: 1.5;
  font-size: 1.5em;
  padding: 0.5em 0;
  list-style-type: none!important;
  /*ポチ消す*/
}

.ul01 .li01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #ffb03f;
  /*アイコン色*/
}

.ul02 {
  border: solid 2px #ffb03f;
  padding: 1.0em 2.0em 1.0em 0em;
  margin: 0em 0em 0em 0em;
  position: relative;
  display: grid;
}

.ul02 .li02 {
  font-size: 1.5em;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
  /*ポチ消す*/
}

.ul02 .li02:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}

.ul02 .li02:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}

.head01 {
  display: flex;
}

.head01 img {
  margin-left: 30px;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 520px) {
	.head01 {
		display:block;	
  }
	.head01 img {
  	margin-left: 0px;
	}
	.entry-content h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }	
	.text01 {
  	font-size: 20px;
  	font-weight: bold;
	}		
}

.home .entry-title {
  display: none;
}

#footer-widgets.full-container {
  background-color: #ffffff;
}

#colophon.site-footer {
  background-color: #ffffff;
	border-top: 2px solid #59c7f7;	
}