#seminar-company-jisseki-section img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}
.site-content{
	/* width: 100%;
    max-width: 1000px; */
	width: 1000px;
    margin: 0 auto;
    float: none;
}
.center {
	text-align: center;
}
tbody {
	font-size: 16px !important;
}
.margin-none {
	margin: 0 !important;
}
.bold {
	font-weight: bold;
}
/* body {
	overflow-x: hidden;
} */

table {
	width: 100%; /* テーブルの横幅を指定する */
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 10px; /* セルの余白を指定する(上下左右) */
	border: 1px solid #dddddd;
	color: #333;
	font-size: 16px !important;
}
table th {
	background-color: #ededed;
	color: #333 !important;
	text-align: center; /* セル内のテキストの位置を指定（真ん中）する */
}
@media only screen and (max-width:480px) {
table th, table td {
	width: 100%; /* テーブルの見出しの横幅を指定する */
	display: block; /* ブロックレベル要素化する */
}
}
.b-color {
	background: linear-gradient(to right, #005bac, #00b2ff);
    color: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
    letter-spacing: 1px;
    margin-top: 60px;
}
.big-text {
	font-size: 33px !important;
	margin: 0 0 !important;
}
.color-text {
	color: #00918f;
	background: linear-gradient(-30deg, #005698 0, #00918f 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .01em;
	font-size: 45px !important;
	text-align: center;
}
.dot-text {
	text-emphasis: filled;
	-webkit-text-emphasis: filled;
	text-emphasis-color: orange;
}
.underline {
	background: linear-gradient(transparent 50%, #fbff09 50%);
}
#content {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	color: #333;
	width: 100%;
}
tr {
	white-space: nowrap;
}
.entry-content table {
	width: 100% !important;
}
h1 {
	font-size: 32px !important;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}
	h2 {
		position: relative;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    border-left: 6px solid #1c2a7a;
    background-color: #f7f7f7;
    margin: 2em 0 1em;
    line-height: 1.5;
	}
	h3 {
		background: #202386;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
		font-size: 18px !important !important;
	}

.disc {
	list-style: disc;
	margin-left: 25px !important;
}
ul {
	margin-bottom: 0px !important;
}
th, td {
	border: 1px solid #ededed;
	padding-left: 10px !important;
}
th {
    width:10%;
}
td {
	width:90%;
}

#header p img {
	display: none;
}

.entry-header {
	display: none;
}
.f-container {
	display: flex;
	flex-direction: row;
	max-width: 1080px !important;
	margin: 30px auto !important;
}
.f-container2 {
	display: flex;
	flex-direction: row;
	max-width: 1080px !important;
	margin: 0 auto !important;
}
.f-item-L30 {
	width: 30%;
}
.f-item-L30 img {
	border: 1px solid #f5f5f5;
}

.f-item-R70 {
	width: 70%;
	margin-left: 40px;
}
.f-item-L70 {
	width: 70%;
	margin-right: 40px;
}
.f-item-R30 {
	width: 30%;
	filter: drop-shadow(1px 1px 1px #aaa);
}
.f-item-L50 {
	width: 50%;
}
.f-item-R50 {
	width: 50%;
	margin-left: 40px;
}
.f-item-33 {
    width: 32%;
    margin: 0 auto;
}


/*サムネイル切り替え　start*/
.main-img {
	width: 100%;
}
.main-img img {
	height: auto;
	width: 100%;
}
.sub-img {
	display: flex;
	margin-top: 10px;
	width: 100%;
	margin: 0 auto;
}
.sub-img li {
	margin-right: 2%;
	width: calc(99% / 2);
	margin: 0 4px !important;
}
.sub-img li:nth-child(3n) {
	margin-right: 0;
}

.sub-img img {
	cursor: pointer;
	width: 100%;
}
/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
	border: 2px solid red;
	transition: border .5s;
}
/*サムネイル切り替え　end*/

@media only screen and (max-width: 820px) {
table th {
	text-align: center;
}
tr {
	white-space: normal;
}
h1 {
	color: black !important;
}
h2 {
	padding: 10px 10px 10px 20px !important;
}
h3 {
	margin-bottom: 30px !important;
	margin-top: 30px;
}
p {
	text-align: left;
}
.pc {
	display: none;
	margin-top: 0px !important;
}
.color-text {
	font-size: 23px !important;
}
.big-text {
	font-size: 20px !important;
}

.f-container img {
	width: 100%;
}
.f-container {
	display: block !important;
	margin: 0 auto !important;
}
.f-container2 {
	display: block !important;
	margin-top: 40px !important;
}
.f-item-L30, .f-item-R30, .f-item-33 {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.f-item-R70, .f-item-L70, .f-item-L50, .f-item-R50 {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.f-item-33 p, .f-item-L50 p, .f-item-R50 p, .f-item-R70 p, .f-item-L70 p .f-item-L30 p {
	text-align: left !important;
}

.fa-envelope {
	font-size: 35px;
	position: relative;
	top: 7px;
	color: white;
	padding-right: 12px;
}
.f-item-R50 {
	padding-top: 0px;
}
#main-section {
	width: 100%;
	position: relative;
	margin-top: -60px;
}

.sub-img {
	display: flex;
	margin-top: 10px;
	width: 100%;
	margin: 0 auto !important;
}
}
.wrapper {
width: 95%;
    margin: 0 auto;
	}
.max {
width:100%;
}
	
	.button-wrap .btn {
  display: inline-block;
  padding: 0.6em 1.5em;
  background: #005bac;
  color: #fff !important;
  text-decoration: none;
		    margin-bottom: 30px;
}
ul.sub-img {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

ul.sub-img li {
  width: calc(50% - 4px) !important;
  margin: 0 !important;
  display: block !important;
}
ul.sub-img li img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
@media screen and (max-width: 768px) {
#content{
	width: 97%;
}

.site-content {
	width: 95% !important;  /* 追加 */
	max-width: none !important;  /* 追加 */
}
  .torimu-item {
    display: flex;
    flex-direction: column;
  }

  .torimu-item .torimu-heading {
    order: 1;
    text-align: center;
    margin-bottom: 16px;
  }

  .torimu-item .f-item-L30 {
    order: 2;
    text-align: center;
    margin-bottom: 16px;
  }

  .torimu-item .f-item-R70 {
    order: 3;
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
.sp-only {
	display: none;
}
}
@media only screen and (max-width: 800px) {
.pc-only {
	display: none;
}
}
.contact_btn a {
    text-decoration: none;
    padding: 20px 0;
    text-align: center;
    display: block;
    background: #00c853;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 22px;
    max-width: 350px;
    margin: 30px auto 0;
}

/* iPad専用のレスポンシブ対応 */
@media only screen and (min-width: 769px) and (max-width: 1024px) {

  .f-container, .f-container2 {
    max-width: 95% !important;
    padding: 0 20px !important;
  }

  .f-item-R70 {
    margin-left: 20px !important;
  }

  .f-item-R50 {
    margin-left: 20px !important;
  }

  .f-item-L70 {
    margin-right: 20px !important;
  }

  table {
    width: 100% !important;
    font-size: 14px !important;
  }

  tr {
    white-space: normal !important;
  }

  .b-color {
    padding: 20px 30px !important;
    font-size: 1.3rem !important;
  }
}

/* LP2ページでpage2のスマホ用スタイルを無効化 */
/* #page2 {
    width: auto !important;
    margin-right: 0 !important;
} */

.ancher {
	padding-top: 55px;
	margin-top: -55px;
  }