﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  scroll-behavior: smooth;
  height: auto;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v8-latin-regular.eot");
  src: local(""),
    url("../fonts/roboto-mono-v8-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-mono-v8-latin-regular.woff2") format("woff2"),
    url("../fonts/roboto-mono-v8-latin-regular.woff") format("woff"),
    url("../fonts/roboto-mono-v8-latin-regular.ttf") format("truetype"),
    url("../fonts/roboto-mono-v8-latin-regular.svg#RobotoMono") format("svg");
}
body {
  font-family: "Noto Sans JP", Roboto Mono;
  font-size: 1em;
  line-height: 1.7;
  box-sizing: border-box;
  height: auto;
  -webkit-print-color-adjust: exact;
}
@media print {
  body {
    margin: 12.7mm 9.7mm;
  }
}
.sheet {
  page-break-after: always;
}
.sheet:last-child {
  page-break-after: auto;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
@page {
  size: A4;
}
h2 {
  background: linear-gradient(#fff, #e9e9e9);
  font-size: 1.2rem;
}
strong.large {
  font-size: 1.2em;
}
#post-920 p:not(.nodecoration) strong,#post-1006 p:not(.nodecoration) strong{
  font-size:1.2rem;
}
figure.img_center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
}
#nav-drawer {
  position: fixed;
  right: 4vw;
  text-align: right;
  z-index: 100;
}
.nav-unshown {
  display: none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: "";
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 15rem;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.skip-link {
  display: none;
}
.site {
  overflow: hidden;
}
header.site-header {
  background-color: white;
  position: fixed;
  top: 0;
  margin-bottom: 0em;
  padding: 1em;
  padding-bottom: 0.25em;
  padding-top: 0.2em;
  width: 100%;
  z-index:99;
}
header.site-header .flex {
  display: flex;
  justify-content: space-between;
  background: white;
}
header.site-header .hamberger {
  padding-top: 0.75em;
}
header.site-header .site-branding .site-title {
  font-weight: bold;
  font-size: 1.4em;
  background-color: transparent;
}
/* pc/sp切り替え */

@media screen and (max-width: 481px) {
  .pc{
    display:none;
  }
}
@media screen and (min-width: 482px) {
  .sp{
    display:none;
  }
}

@media screen and (max-width: 481px) {
  header.site-header .site-branding .site-title {
    font-size: 5vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
}
header.site-header .site-branding .site-title a {
  text-decoration: underline;
  color: #000;
  text-decoration-color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 481px) {
  header.site-header .site-branding .site-title a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    padding-bottom: 2px;
  }
}
header.site-header .site-branding .site-description {
  font-size: 0.75em;
}
header.site-header div.search_box {
  text-align: right;
}
header.site-header div.search_box form.search label {
  vertical-align: bottom;
}
footer {
  background-color: rgba(0, 0, 0, 0.05);
}
footer .to_contact {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
footer .to_contact .contact_button {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 1em 1em;
  background-color: #ff4102;
  border-radius: 0.5em;
}
@media screen and (max-width: 481px) {
  footer .to_contact .contact_button {
    width: 90%;
  }
}
footer .to_contact .contact_button a {
  text-decoration: none;
  color: #fff;
  display: block;
}
footer .to_contact .contact_button span {
  display: block;
  border-bottom: solid 1px #fff;
  padding-top: 0.25em;
  padding-bottom: 0.15em;
}
footer .to_contact .contact_button span:last-child {
  border: none;
}
footer .to_contact .contact_button span:first-child {
  font-size: 1.1em;
  font-weight: bold;
}
footer .to_contact .contact_button span:last-child {
  font-size: 0.75em;
}
footer .line_copyright {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.main-navigation .menu .page_item a,
.main-navigation .menu .menu-item a,
.main-navigation .primary-menu .page_item a,
.main-navigation .primary-menu .menu-item a {
  padding: 0.25em 0.5em;
  color: #000;
  display: block;
  text-decoration: none;
  border-bottom: solid 1px #ff4102;
}
header {
  background-color: rgba(255, 65, 2, 0.75);
}
header padding {
  left: 3em;
  top: 2em;
  bottom: 1em;
}
header h1.page-title {
  border-top: solid 3px #ff4102;
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);
  padding: 0.25em 0.5em;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5em;
  background: linear-gradient(#fff, #e9e9e9) !important;
}
header h1.entry-title {
  padding: 0.25em 0.5em;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 481px) {
  header h1.entry-title {
    font-size: 5vw;
  }
}
main {
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  padding-top: 0;
  margin-top: 80px;
}
@media screen and (max-width: 481px) {
  main {
    margin-top: 65px;
  }
}
main.noborder {
  border-top: none;
}
header.entry-header {
  background: transparent;
}
header.entry-header .entry-meta .line_meta {
  display: flex;
  justify-content: space-between;
}
header.entry-header .entry-meta .line_meta span {
  display: block;
}
header.entry-header .entry-meta .line_meta span a {
  text-decoration: none;
}
header.entry-header .entry-meta .line_meta .posted-on {
  position: relative;
}
header.entry-header .entry-meta .line_meta .posted-on a {
  color: #000;
}
header.entry-header .entry-meta .line_meta .cat-links {
  position: relative;
  right: 0;
}
header.entry-header .entry-meta .line_meta .cat-links a {
  display: inline-block;
  background-color: #ff4102;
  border-radius: 0.25em;
  color: #fff;
  padding: 0.1em 0.25em;
}
.notitle header {
  display: none;
}
.entry-content ul{
  padding:0 2em;
}

h2:not(.nodecoration) {
  border-top: solid 3px #ff4102;
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);
  padding: 0.25em 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem !important;
  background: linear-gradient(#fff, #e9e9e9) !important;
}
.nodecoration{
  background:none;
  font-weight:bold;
  font-size:1.6rem;
  line-height:2.4rem;
  padding:0 1rem;
}
.yline span{
  text-decoration:underline;
  background: linear-gradient(transparent 60%, #fff001 0%);
}
p {
  padding: 0.5em 1em;
}
figure {
  /*margin: 1em 1em;*/
  margin:0;
}
strong {
  font-weight: bold;
}
strong.bandy {
  background-color: #ff0;
}
u.yellow {
  background-color: #ff0;
}
ul.seminor {
  margin-left: 5em;
  list-style-type: disc;
}
.speview {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 481px) {
  .speview {
    justify-content: space-between;
  }
}
.speview div {
  width: 45%;
}
.speview figcaption {
  display: block;
  text-align: center;
  padding-top: 8em;
}
.speview figcaption span {
  display: block;
}
@media screen and (max-width: 481px) {
  .speview figcaption {
    padding-top: 0;
  }
}
.speview figcaption .viscount {
  font-size: 1.4em;
  font-weight: bold;
}
.speview figcaption .name {
  font-size: 1.7em;
  font-weight: bold;
}
.speview figcaption .go_prof a {
  font-size: 1.2em;
  color: #001a80;
}
.entry-content ul.not_cant_list {
  display: block;
  width: 80%;
  margin: 1em auto;
  border: dotted 1px #000;
  padding: 0.5em 1em;
}
@media screen and (max-width: 481px) {
  .not_cant_list {
    width: 95%;
  }
}
.not_cant_list ul {
  width: 100%;
}
.not_cant_list ul li::before {
  content: "✓";
}
.how2better {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 481px) {
  .how2better {
    width: 90%;
  }
}
.how2better ul {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  list-style-type: disc;
}
@media screen and (max-width: 481px) {
  .how2better ul {
    width: 95%;
  }
}
.list_seminor {
  width: 100%;
  list-style-type: disc;
  padding-left: 2em;
}
.list_seminor li.list_item:not(:last-child) {
  margin-bottom:2em;
}

.list_seminor .list_item dl dt {
  font-size: 1.1em;
}
.list_seminor .list_item dl dd {
  padding-left: 1em;
  font-size: 0.9em;
}
.wpcf7 form {
  width: 80%;
  border: dotted 1px #000;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
  width: 100%;
  resize: vertical;
}
.wpcf7 form input[type="submit"] {
  width: 100%;
}
.site-main .top_image {
  display: block;
  width: 100%;
}
.prof_photo {
  text-align: center;
}
.prof_photo figcaption span {
  padding-right: 1em;
  padding-left: 1em;
}
.prof_photo figcaption .name_jp {
  font-size: 1.25em;
}
.prof_photo figcaption .name_en {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
}
.main_canvas {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 481px) {
  .main_canvas {
    display: block;
  }
}
.main_canvas .main_contents {
  width: 75%;
}
@media screen and (max-width: 481px) {
  .main_canvas .main_contents {
    width: 100%;
  }
}
.main_canvas .aside_contents {
  width: 20%;
}
@media screen and (max-width: 481px) {
  .main_canvas .aside_contents {
    width: 100%;
  }
}
.main_canvas .aside_contents section {
  width: 100%;
}
.main_canvas .aside_contents section h2 {
  text-align: center;
  border-top: solid 3px #ff4102;
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);
  padding: 0.25em 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem !important;
  background: linear-gradient(#fff, #e9e9e9) !important;
}
.main_canvas .aside_contents section a {
  padding-right: 1em;
  display: block;
  text-decoration: none;
  color: #000;
}
.main_canvas .aside_contents section a:before {
  content: ">> ";
}
ul.archive li dl dt {
  border: none;
  padding: 0.25em 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background: #ffffff;
}
ul.archive li dl dt a {
  text-decoration: none;
  color: #000;
  display: block;
}
ul.archive li dl dd {
  width: 100%;
  max-width: 100%;
}
.wp-block-group__inner-container {
  margin-bottom: 3em;
}
.wp-block-image img{
  max-width:92%;
  margin:0 4%;
  height:auto;
}
.blog_roop {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.blog_roop:last-child {
  border-bottom: none;
}
.blog_roop a {
  text-decoration: none;
  color: #000;
}
.blog_roop a .line_meta,.blog_roop .line_meta {
  display: flex;
  justify-content: space-between;
}
.blog_roop a .line_meta .category .cat_view .cat,.blog_roop .line_meta .category .cat_view .cat {
  display: inline-block;
  background-color: #ff4102;
  color: #fff;
  padding: 0.1em 0.2em;
  border-radius: 0.25em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.blog_roop a .line_meta .category .cat_view .cat a,.blog_roop .line_meta .category .cat_view .cat a{
  color: #fff;
}
.blog_roop a .main_view {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 481px) {
  .blog_roop a .main_view {
    flex-direction: column;
  }
}
.blog_roop a .main_view .thum {
  width: 100%;
}
.blog_roop a .main_view .thum .about {
  display: block;
}
.blog_roop a .main_view .thum .about img {
  /*max-width: 100%;*/
  height: 15em;
  width:auto;
  display: block;
  object-fit: contain;
  margin:0 auto;
}
@media screen and (max-width: 481px) {
  .blog_roop a .main_view .thum .about img {
    width: 100%;
    height: auto;
  }
}
.blog_roop a .main_view .thum .about figcaption {
  padding: 0.5em 1em;
}
@media screen and (max-width: 481px) {
  .blog_roop a .main_view .thum .about figcaption {
    display: none;
  }
}
.blog_roop a .main_view .title {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 481px) {
  .blog_roop a .main_view .title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 481px) {
  img.wp-image-12 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 481px) {
  .chart_box {
    margin: 0 !important;
  }
  .chart_box img.img_chart {
    width: 100%;
  }
}
.attachment-post-thumbnail {
  width: 100%;
  height: auto;
}
.size-full {
  width: 100%;
  height: auto;
}
h2.has-text-align-center {
  margin-top: 0;
}
@media screen and (max-width: 481px) {
  aside {
    margin-top: 3em;
  }
}
aside h2 {
  font-size: 1.2rem;
  background-color: #fff !important;
  border-top: solid 3px #ff4102;
  border-bottom: solid 3px #ff4102;
}
aside .widget_calendar .calendar_wrap table {
  width: 100%;
}
aside .widget_calendar .calendar_wrap table th,
aside .widget_calendar .calendar_wrap table td {
  border: solid 1px #000;
}
.byline,
.comments-link {
  display: none;
}

.check li{
  text-indent:-2em;
  padding-left:2em;
  margin-bottom:1em;

}
.check li:before{
	content:'';
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-image:url(/wp-content/uploads/2021/10/check.png);
	background-size:contain;
  background-repeat:no-repeat;
	vertical-align:middle;
	margin-right:1.0em;

}
@media screen and (min-width: 482px) {

/*
  article.page,div.wp\^block-group{
  margin-left:10%;
  margin-right:10%;
}*/

#primary{
  margin-left:10%;
  margin-right:10%;

}
#masthead{
  height:120px;
}
p.site-title,#nav-open,#nav-close{
  margin-top:20px;
}
}
/*ページトップニュース欄*/
.entry-content ul.topnews{
  list-style-type:disc;
  background-color:#fcece8;
  border-top:solid 2px #555;
  border-bottom:solid 2px #AAA;
}
@media screen and (min-width: 482px) {
  .entry-content ul.topnews{
    margin-top:50px;
  }
  
}
.entry-content ul li.QA{
  list-style-type:disc;
  margin-bottom:1em;
}

/*吹き出し*/
/*以下、①背景色など*/
.line-bc {
	padding: 20px 10px;
	max-width: 800px;
	margin: 15px auto;
	/*text-align: right;*/
	font-size: 14px;
	background:white;
  line-height:1.3em;
  
  }
  @media only screen and (min-width: 768px) {/*PC*/
    .line-bc {
      padding: 20px 10px;
      max-width: 800px;
      margin: 15px auto;
      /*text-align: right;*/
      font-size: 14px;
      background:white;
      line-height:1.3em;
      
      }
    
  }
  /*以下、②左側のコメント*/
  .balloonleft {
	width: 100%;
	min-height:15vw;
	margin: 20px 0;
	overflow: hidden;
  }
  
  .balloonleft .faceicon {
	float: left;
	margin-right: -20%;
	width: 10vw;
	height:10vw;
	text-align:center;
	font-size:3.3vw;
  }
  
  .balloonleft .faceicon img{
	width: 100%;
	height: 100%;
	margin:0;
	border-radius: 50%;
	border:solid 1px black;
  }
.balloonleft .chat {
	position: relative;
	display: inline-block;
  float:left;
  margin: 0 0 1em 15vw;
padding: 7px 10px;
	min-width: 120px;
	max-width: 70vw;
	color: black;
	font-size: 16px;
	background: #FFF;
	border: solid 1px black;
	box-sizing: border-box;
	border-radius:10px;
  }
  .balloonleft .chat .arrow1 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	left: -10px;
	margin-top: -14px;
	background:#222;
	z-index: 1;
  }
  .balloonleft .chat .arrow2 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	left: -9px;
	margin-top: -14px;
	background:white;
	z-index: 2;
  }
  .balloonleft .chat p {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	z-index:3;
  line-height:1.5em;
  }
  @media only screen and (min-width: 768px) {/*PC*/
	.balloonleft .faceicon {
		margin-right: -20px;
		width: 80px;
		height:80px;
		font-size:14px;
	  }
	.balloonleft{
		min-height:120px;
	}
	.balloonleft .chat {
    margin-left:50px;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 80%;
		color: black;
		font-size: 16px;
		background: #FFF;
		border: solid 1px black;
		box-sizing: border-box;
	}
	
}

  /*以下、③右側の緑コメント*/
  .balloonright {
	width: 100%;
	min-height:15vw;
	margin: 20px 0;
	overflow: hidden;
  }
  
  .balloonright .faceicon {
	float: right;
	margin-left: -20%;
	margin-right:1%;
	width: 10vw;
	height:10vw;
	max-width:80px;
	text-align:center;
	font-size:3.3vw;
  }
  
  .balloonright .faceicon img{
	width: 100%;
	height: 100%;
	margin:0;
	border-radius: 50%;
	border:solid 1px black;
  float:right;
  }
.balloonright .chat {
  float:right;
	position: relative;
	display: inline-block;
	margin: 0 15vw 1em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 70vw;
	color: black;
	font-size: 16px;
	background: rgb(255, 228, 228);
	border: solid 1px black;
	box-sizing: border-box;
	border-radius:10px;
  }
  
  .balloonright .chat .arrow1 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	right: -10px;
	margin-top: -14px;
	background:#222;
	z-index: 1;
  }
  .balloonright .chat .arrow2 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	right: -9px;
	margin-top: -14px;
	background: rgb(255, 228, 228);
	z-index: 2;
  }
  
  .balloonright .chat p {
	  position:relative;
	margin: 0;
	padding: 0;
	z-index:3;
  line-height:1.5em;
  }
  @media only screen and (min-width: 768px) {/*PC*/
	.balloonright .faceicon {
		margin-left: -20px;
		width: 80px;
		height:80px;
		font-size:14px;
	  }
	.balloonright{
		min-height:120px;
	}
	.balloonright .chat {
    margin-right:50px;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 74%;
		color: black;
		font-size: 16px;
		background: rgb(255, 228, 228);
		border: solid 1px black;
		box-sizing: border-box;
		border-radius:10px;
	}
}
/*footer menu*/
footer{
  border:1px solid transparent;
}
footer .footer-container{
  margin:0 10%;
}

footer .footer_nav_box{
	margin: 30px 0 30px 0;	
  clear:both;
}
footer .footer_nav_box ul {
  width:100%;
  margin-top:1em;
  display:flex;
  justify-content:center;
}
footer .footer_nav_box li {
  width: auto;
  line-height: 28px;	
  
  margin-left: 0;
  padding: 0 0 15px 0;
}
footer .footer_nav_box a {
  background: url(../../uploads/2024/06/f_arrow.png) no-repeat left;
  padding: 0 15px 0 15px;
}
@media only screen and (max-width: 767px) {/*スマホ*/
  footer .footer-container{
    margin:0 16px;
  }
  footer .footer_nav_box{
    margin: 30px 0 30px 0;	
  }
  footer .footer_nav_box ul {
  border-top: 1px solid #dedede;
  display:block;
  }
  footer .footer_nav_box li {
  float:none;
  box-sizing: border-box;
  padding: 0;
  padding: 12px 0;
  padding-left: 10px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  font-size: 80%;
  }
  footer .footer_nav_box li a{
  text-decoration: none;
  color: #000;
  display:block;
  }
  footer .footer_nav_box li a:hover{
  text-decoration: none;
  color: #666666;
  }
  footer .footer_nav_box li a {
      background: url(../../uploads/2024/06/f_arrow.png) no-repeat left;
      padding: 0 15px 0 15px;
  }
}
/*footer links */
footer .snsbanner {
    width: 50%;
    margin: 2em auto;
    text-align:center;
}
footer .snsbanner img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.fbouter{
  max-width:500px;
  margin:0 auto;
}
@media only screen and (max-width: 767px) {/*スマホ*/
  footer .snsbanner {
    width: 100%;
    margin: 2em auto;
}
.fbouter{
  max-width:500px;
  width:96vw;
  margin:0 auto;
}

}
/* Youtube Embed responsive*/
@media only screen and (max-width: 767px) {/*スマホ*/
  figure.is-provider-youtube{
    width:92%;
    margin:0 auto;
  }
  .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
	}
	.wp-block-embed__wrapper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}

}
/* 投稿上部 margin */
article.post{
  margin-top:2em;
}
/*フッター上部 margin*/
footer{
  margin-top:4em;
  border-top:none;
}
article{
  border-bottom:none;
}