/*
Theme Name: イーネットスクール
Author: e-nets.biz
Description:
Version: 250507
*/


/* ブロックエディタ
=============================================================*/

.block-editor-wrapper {
  margin: 20px 0 0;
}

/* clearfix */
.block-editor-wrapper::after {
	content: "";
	display: block;
	clear: both;
}

.block-editor-wrapper h1 {
  font-size: 32px;
}

@media only screen and (max-width: 767.98px) {
  .block-editor-wrapper h2 {
    font-size: 24px;
  }
}

.block-editor-wrapper h2 {
  font-size: 24px;
}

@media only screen and (max-width: 767.98px) {
  .block-editor-wrapper h2 {
    font-size: 20px;
  }
}

.block-editor-wrapper h3 {
  font-size: 20px;
}

@media only screen and (max-width: 767.98px) {
  .block-editor-wrapper h3 {
    font-size: 16px;
  }
}

.block-editor-wrapper h4,
.block-editor-wrapper h5,
.block-editor-wrapper h6 {
  font-size: 16px;
}

.block-editor-wrapper h1,
.block-editor-wrapper h2,
.block-editor-wrapper h3,
.block-editor-wrapper h4,
.block-editor-wrapper h5,
.block-editor-wrapper h6 {
  margin: 40px 0 0;
  line-height: 1.5em;
}

.block-editor-wrapper p {
  margin-top: 0.5em;
  line-height: 1.8em;
}

.block-editor-wrapper ul,
.block-editor-wrapper ol {
  margin-top: 0.5em;
  padding-left: 1em;
}

.block-editor-wrapper li {
  margin-top: 0.5em;
}

.block-editor-wrapper table {
  margin: 20px 0;
  border-collapse: collapse;
}

.block-editor-wrapper th,
.block-editor-wrapper td {
  padding: 0.5em;
  border: 1px solid #ccc;
}

.block-editor-wrapper th {
  background-color: #f7f7f7;
}

.block-editor-wrapper .wp-block-table td,
.block-editor-wrapper .wp-block-table th {
  border: 1px solid #ccc;
}

.block-editor-wrapper dl {
  margin: 20px 0;
}

.block-editor-wrapper dt {
  margin-top: 20px;
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  font-weight: 700;
}

.block-editor-wrapper dd {
  padding: 0.5em;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #ccc;
}

.block-editor-wrapper blockquote {
  box-sizing: border-box;
  position: relative;
  padding: 30px 15px 8px 15px;
  background: #f7f7f7;
  color: #ccc;
  font-style: italic;
}

.block-editor-wrapper blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
  font-family: sans-serif;
}

.block-editor-wrapper blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.8em;
}

.block-editor-wrapper blockquote cite {
  display: block;
  color: #ccc;
  font-size: 0.9em;
  text-align: right;
}

.block-editor-wrapper pre {
  white-space: pre-wrap;
}

.block-editor-wrapper q {
  color: #ccc;
  font-style: italic;
}

.block-editor-wrapper q:before {
  content: "「"; /* qの前を「に */
}

.block-editor-wrapper q:after {
  content: "」"; /* qの後を」に */
}

.block-editor-wrapper .wp-block-image,
.block-editor-wrapper .wp-block-gallery  {
  margin-top:30px;
  margin-bottom:30px;
}

/* ページナビ
=============================================================*/
.wp-pagenavi {
  text-align: center;
	margin:40px 0;
}

.wp-pagenavi .page{
  display:inline-block;
  margin-top:10px;
}

/* フォーム
=============================================================*/

.wpcf7 ul {
  list-style: none;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}

.wpcf7 li {
  width: 100%;
  margin-top: 30px;
}

.wpcf7 li > label {
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  white-space: nowrap;
}
.wpcf7 label > span {
  letter-spacing: .05em;
  vertical-align: -.1em;
}

ul .wpcf7-text, ul .wpcf7-textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.wpcf7-list-item.first {
  margin-left:0;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
  padding: calc(.5em -1px);
  outline: 2px solid #4891d3;
}

.wpcf7 .req {
  display: inline-block;
  margin-right: 10px;
  padding: .2em .5em;
  background-color: #4891d3 ;
  color: #ffffff;
  font-weight: 200;
  font-size: 10px;
  text-align: center;
  line-height:1.5em;
}

.wpcf7-submit {
  display: inline-block;
  margin: 20px auto 0;
  padding: .5em 1.5em;
  border: none;
  border: 3px solid #4891d3;
  border-radius: 3em;
  background-color: #4891d3;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  text-indent: .05em;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease .2s;
}

.wpcf7-submit:hover {
  opacity: 1;
  background-color: #ebf6ff;
  color: #4891d3;
}

.wpcf7-submit:disabled {
  border: 3px solid #bbbbbb;
  background-color: #bbbbbb;
  color: #ffffff;
}

/* 未入力表示 */
.wpcf7-not-valid-tip {
  margin-top: 10px;
}

/* 送信メッセージ表示 */
.wpcf7-response-output {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 20px auto 0!important;
  padding: .5em !important;
  text-align: center;
}

.wpcf7-spinner {
  display: block !important;
  margin: 20px auto !important;
}

/* really-simple-captcha */
.captcha-wrapper {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	flex-wrap: wrap;
}

.captcha-wrapper .wpcf7-captchac {
	height: 2em;
	width: auto;
	display: block;
}
 
.captcha-wrapper .wpcf7-captchar {
	margin: 0;
}
