﻿.seminar,
.entry-content {
	width: 100%;
	margin-top: 60px;
	display: block;
}

@media screen and (max-width: 768px) {
	.entry-content {
	    width: 100%;
	    margin-top: 40px;
	    display: block;
	}

}

.page-title  {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1280px) {
  .page-title  {
    margin: 0px 0 0 0;
  }
}

@media screen and (min-width: 901px) and (max-width: 1280px) {
    .header-spacer {
        height: 0px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .header-spacer {
        height: 0px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-spacer {
        height: 0px !important;
        margin: 0;
        padding: 0;
    }
	.page-title  {
	    margin: -40px 0 0 0;
	}
}

.warapper {
	width: 1200px;
	margin: 0 auto;
}
.warapper img{
	width: 100%;
}
h2.title-border02 {
    text-align: center;
    margin: 75px 0 50px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    background: var(--main-color);
    color: var(--white);
    padding: 10px 0;
}
.tableArea{
	margin: 0 0 50px 0;
	width: 100%;
	float: left;
	clear: both;
}
.tableArea table tr{
	padding: 15px;
	border-bottom: 1px solid #FFF;
}
.tableArea table td{
	padding: 15px;
	border-bottom: 1px solid #FFF;
}
.tableArea table td h3{
	background: #EC6E52;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-weight: 900;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	width: 100%;
}
.tableArea table td ul{
	padding: 10px 0;
	margin: 0 0 0px 0;
	float: left;
	clear: both;
	width: 100%;
}
.tableArea table td ul li{
	padding: 0 0 10px 0;
	margin: 0 0 0px 0;
	float: left;
	clear: both;
	width: 100%;
}
.tableArea span.point{
	background: #333;
	color: #FFF;
	font-weight: 600;
	padding: 5px 20px;
	border-radius:20px;
}
.tableArea span.marker{
	color: #CC0000;
	font-weight: 900;
}
.card-teacher{
	width: 100%;
	display: flex;
	margin-bottom: 80px;
}
.card-simple{
	width: 46%;
	margin: 0 2%;
	
}
.card-title{
	background: #333;
	color: #FFF;
	font-weight: 600;
	padding: 5px 20px;
}
.photo{
	width: 38%;
	margin: 20px 31%;
	float: left;
	clear: both;
}
.date{
	width: 100%;
	margin: 20px 0%;
	float: left;
	clear: both;
}
.date img{
	width: 100%;
}

.date h3{
	width: 100%;
	margin: 0px;
	padding: 0 0 5px 0;
	float: left;
	clear: both;
	font-size: 32px;
	border-bottom: 1px solid #CCC;
	font-weight: 900;
	background: #FFF;
    color: var(--dark);
}
.date h4{
	width: 100%;
	margin: 10px 0;
	padding: 0 0 5px 0;
	float: left;
	clear: both;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: var(--main-color);
}

.date ul{
	width: 100%;
	margin: 10px 0;
	padding: 10%;
	float: left;
	clear: both;
	border: 1px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
}

.date ul li{
	font-size: 18px;
	line-height: 32px;
	list-style-type: disc;
	padding: 0 0 10px 0;
}


.card-simple__profile{
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
}
.card-simple__profile .card-simple_text{
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.card-simple__profile .card-simple__text{
	font-weight: 900;
	font-size: 36px;
	margin: -5px 0 0 0;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 0.5rem;
		margin: 20px 0 0;
}

.btn-wrap {
  display: block;
  max-width: 600px;
  margin: 0 auto 20px;
}

a.btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 5px solid #eb6100;
  background: #EC6E52;
}

a.btn-c:before {
  font-size: 1.2rem;
  font-weight: bold;

  position: absolute;
  top: 1.2rem;
  left: -3.2rem;

  padding: 0 3rem;

  content: "無料!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  color: #fff;
  background: #4E315E;
  -webkit-box-shadow: 0 3px 3px #eee;
  box-shadow: 0 3px 3px #ccc;
}

a.btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #eb6100;
  background: #EC6E52;
}

.button-area {
	margin: 20px 5% 100px;
	width: 90%;
}

.button-area ul{
	width: 100%;
	display: flex;
}

.button-area ul li{
	width: 40%;
	margin: 0 5%;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	background: rgba(236,110,82,1);
}

.button-area ul li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: 800;
}


.contact-section {
    margin-top: 80px;
}

h1.entry-title {
	text-align: center;
	margin-top: 40px;
}


/* ------------------------------ */
/* 1440px～：大型PC
/* ------------------------------ */
@media screen and (min-width:1440px) {
.warapper {
	width: 1200px;
	margin: 0 auto;
}


}


/* ------------------------------ */
/* 1024px～1440px：小型PC
/* ------------------------------ */
@media screen and (min-width:1024px) and (max-width:1440px) {
.warapper {
	width: 100%;
	margin: 0 auto;
}


}



/* ------------------------------ */
/* 768px～1024px：タブレット
/* ------------------------------ */
@media screen and (min-width:768px) and (max-width:1024px) {
.warapper {
	width: 100%;
	margin: 0 auto;
}
.card-simple__profile .card-simple_text{
	font-weight: 600;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.card-simple__profile .card-simple__text{
	font-weight: 900;
	font-size: 24px;
	margin: -5px 0 0 0;
}



}



/* ------------------------------ */
/* 480px～768px：SP横
/* ------------------------------ */
@media screen and (min-width:481px) and (max-width:769px) { 
.warapper {
	width: 100%;
	margin: 0 auto;
}

.card-teacher{
	width: 100%;
	display: block;
}
.card-simple{
	width: 90%;
	margin: 0 5%;
	padding: 0 0 50px 0;
	float: left;
	clear: both;
}


.card-simple__profile .card-simple_text{
	font-weight: 600;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.card-simple__profile .card-simple__text{
	font-weight: 900;
	font-size: 24px;
	margin: -5px 0 0 0;
}

.tableArea table th{
	width: 100%;
	display: block;
	background: #D1D5D8;
	padding: 10px;
}

.tableArea table td{
	width: 100%;
	display: block;
	background: #EFEFEF;
}

.tableArea span.point{
	width: 29%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.button-area ul{
	width: 100%;
	display: block;
}

.button-area ul li{
	width: 100%;
	margin: 0 0 20px 0;
}


}



/* ------------------------------ */
/* ～480px：SP縦
/* ------------------------------ */
@media screen and (max-width:480px) {
.warapper {
	width: 100%;
	margin: 0 auto;
}

.card-teacher{
	width: 100%;
	display: block;
}
.card-simple{
	width: 90%;
	margin: 0 5%;
	padding: 0 0 50px 0;
	float: left;
	clear: both;
}


.card-simple__profile .card-simple_text{
	font-weight: 600;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.card-simple__profile .card-simple__text{
	font-weight: 900;
	font-size: 24px;
	margin: -5px 0 0 0;
}

.tableArea table th{
	width: 100%;
	display: block;
	background: #D1D5D8;
	padding: 10px;
}

.tableArea table td{
	width: 100%;
	display: block;
	background: #EFEFEF;
}

.tableArea span.point{
	width: 29%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.date h3{
	line-height: 42px;
	margin: -50px 0 0 0;
}

.date ul li {
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
  padding: 0 0 10px;
		margin: 0 2%;
}

.btn-wrap {
  display: block;
  max-width: 90%;
  margin: 0px auto 20px;
}
a.btn-c {
  font-size: 1.2rem;
}


.button-area ul{
	width: 100%;
	display: block;
}

.button-area ul li{
	width: 100%;
	margin: 0 0 20px 0;
}


}



/* ------------------------------ */
/* 320px～：SP
/* ------------------------------ */
@media screen and (max-width:320px) {
.warapper {
	width: 100%;
	margin: 0 auto;
}

.card-teacher{
	width: 100%;
	display: block;
}
.card-simple{
	width: 90%;
	margin: 0 5%;
	padding: 0 0 50px 0;
	float: left;
	clear: both;
}


.card-simple__profile .card-simple_text{
	font-weight: 600;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.card-simple__profile .card-simple__text{
	font-weight: 900;
	font-size: 24px;
	margin: -5px 0 0 0;
}

.tableArea table th{
	width: 100%;
	display: block;
	background: #D1D5D8;
	padding: 10px;
}

.tableArea table td{
	width: 100%;
	display: block;
	background: #EFEFEF;
}

.tableArea span.point{
	width: 29%;
	float: left;
	margin-right: 2%;
	text-align: center;
}


.button-area ul{
	width: 100%;
	display: block;
}

.button-area ul li{
	width: 100%;
	margin: 0 0 20px 0;
}

}


/* =============================
   記事ページネーション
============================= */
.paginationArea {
  margin: 40px auto 80px;
  display: block;
}
.nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.paginationArea h2{
  display: none;
}
.nav-links a.prev, 
.nav-links a.next {
    font-size: 12px; 
    width: 35px;
    height: 35px;
    display: none;
}

.nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s;
    border: solid 2px var(--dark);
}

/* 該当ページ（現在アクティブなページ）のスタイル */
.nav-links .current {
    color: var(--white) !important;
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    pointer-events: none;
}

/* マウスホバー時のスタイル (aタグにのみ適用) */
.nav-links a.page-numbers:hover,
.paginationArea .page-numbers a.page-numbers:hover {
    background-color: #eee;
}

ul.nav-links {
  list-style: none;
}

@media (max-width: 480px) {
  .paginationArea {
    margin: 40px auto 0px;
    display: block;
  }
}

/* AddToAnyシェアボタンを中央に配置する */
.addtoany_share_save_container {
    /* 1. 幅を自動調整し、中央寄せのためにブロック要素として扱う */
    display: table; 
    /* 2. 親要素の中で中央に配置する（重要） */
    margin-left: auto;
    margin-right: auto;
    /* 3. 必要に応じて上下の余白を調整 */
    /* margin-top: 20px; */ 
    /* margin-bottom: 20px; */
}