@charset "UTF-8";

.wysiwyg  iframe{ max-width: 100%; }
/* .wysiwyg h1 { background-color: #00479d;;}
.wysiwyg h2 { border-top: 1px solid #00479d; border-bottom: 1px solid  #00479d;}
.wysiwyg h3 { border-left: 6px solid  #00479d;}
.wysiwyg h4 { border-bottom: 1px solid #00479d;}
.wysiwyg h5 { border-bottom: 1px dashed #00479d;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #00479d;} */

.wysiwyg img {
  max-width: 100%;
  width: 100%; 
  max-height: 640px;
  object-fit: contain;
  margin: 24px 0 0;
}

.wysiwyg table tr:nth-child(1) {
  background: #00479d;
  color: #fff;
  text-align: center !important;
  font-weight: 700;
}

.wysiwyg a {
  color: #00479d;
  text-decoration: underline;
}

.wysiwyg p {
  font-weight: 500;
}


/* ========================================
  @media screen and (min-width: 768px),print 
======================================== */
@media screen and (min-width: 768px),print {
.wysiwyg { word-wrap: break-word; margin-bottom: 30px;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p { 
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85714; /* 185.714% */
  margin-bottom: 80px;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {text-align: left;}
.wysiwyg h1 { 
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75; /* 175% */
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.wysiwyg h2 { 
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778; /* 177.778% */
  margin-bottom: 40px;
}
.wysiwyg h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778; /* 177.778% */
  padding-left: 18px;
  border-left: 2px solid #1A1A1A;
  margin-bottom: 40px;
}
.wysiwyg h4 { 
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778; /* 177.778% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 40px;
}
.wysiwyg h5 { 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  padding-left: 18px;
  border-left: 2px solid #1A1A1A;
  margin-bottom: 40px;
}
.wysiwyg h6 { 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 40px;
}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
.wysiwyg table{ table-layout: fixed;margin-bottom: 40px;}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 10px; font-size: 16px; margin: 10px 5px;}
/* .wysiwyg iframe{ height: 500px !important; width: 800px !important; margin: 0 auto 40px; display: block;} */
/* YouTube */
.wysiwyg iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9; 
  margin: 0 auto 40px;
  display: block;
}
/* Googleマップ*/
.wysiwyg iframe[src*="google.com/maps"] {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 4 / 3; 
  margin: 0 auto 40px;
  display: block;
}


.wysiwyg figure{margin: 0 auto 40px;}
.wysiwyg hr.wp-block-separator.has-alpha-channel-opacity{margin: 40px 0 40px 0;}

.wysiwyg .wp-embedded-content{ width: 100% !important; height: 13rem !important; margin: 3rem 0 4rem 0;}
}


@media screen and (min-width:768px) and (max-width:1100px) {
.wysiwyg .wp-embedded-content { width: 100% !important; height: 20vw !important; margin: 3rem 0 4rem 0; }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.wysiwyg { word-wrap: break-word; margin-bottom: 5vw; font-size: 3.6vw;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p { 
  font-size:3.14vw;
  font-weight: 400;
  line-height: 1.84615; /* 184.615% */
  margin-bottom: 9.66vw;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {text-align: left;}
.wysiwyg h1 { 
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7778; /* 177.778% */
  padding-bottom: 3.86vw;
  margin-bottom: 5.80vw;
  border-bottom: 0.2vw solid #1A1A1A;;
}
.wysiwyg h2 { 
  font-size:3.865vw;
  font-weight: 500;
  line-height: 1.875; /* 187.5% */
  margin-bottom: 9.66vw;
}
.wysiwyg h3 {
  font-size:3.865vw;
  font-weight: 500;
  line-height: 1.875; /* 187.5% */
  border-left: 0.48vw solid #1A1A1A;
  padding-left: 2.90vw;
  margin-bottom: 9.66vw;
}
.wysiwyg h4 { 
  font-size:3.865vw;
  font-weight: 500;
  line-height: 1.875; /* 187.5% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 9.66vw;
}
.wysiwyg h5 { 
  font-size:3.382vw;
  font-weight: 400;
  line-height: 1.85714; /* 185.714% */
  border-left: 0.48vw solid #1A1A1A;
  padding-left: 2.90vw;
  margin-bottom: 9.66vw;
}
.wysiwyg h6 { 
  font-size:3.382vw;
  font-weight: 400;
  line-height: 1.85714; /* 185.714% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 9.66vw;
}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 0.2vw 0 4.2vw 4vw}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg table {width: 100% !important;/* table-layout: fixed; */}
.wysiwyg table th,
.wysiwyg table td { border: 0.2vw solid #999; padding: 3vw; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
/* .wysiwyg iframe{ height: 50vw !important; width: 100% !important; margin-bottom: 4vw!important; } */
/* YouTube */
.wysiwyg iframe[src*="youtube.com"] {
  width: 100%;
  height: 50vw;
  aspect-ratio: 16 / 9; 
  margin-bottom: 4vw;
  display: block;
}
/* Googleマップ*/
.wysiwyg iframe[src*="google.com/maps"] {
  width: 100%;
  height: 50vw;
  aspect-ratio: 4 / 3; 
  margin-bottom: 4vw;
  display: block;
}


.wysiwyg figure{margin: 0 auto 4vw;}
.wysiwyg hr.wp-block-separator.has-alpha-channel-opacity{margin: 6vw 0 7vw 0;}

.wysiwyg .wp-block-table { max-width: 100%; white-space: nowrap;}
.wp-block-table .has-fixed-layout {table-layout: auto !important;margin-bottom: 10vw;}
.wysiwyg .wp-embedded-content{width: 100% !important; height: 69vw !important; margin: 0rem 0 0rem 0;}

}