
 :root {
  --primary-color: #e96f78;
  --primary-hover-color: rgba(243, 152, 0, 0.2);
  --secondary-color: #b24127;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.indent-n01{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.list01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list01 li {
  padding-left: 3rem;
  position: relative;
  line-height: 2;
}
.list01 li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
html {
  scroll-behavior: smooth;
}
.seido_header .img_l .img{
	margin-right: 0;
}
.seido_wrapper sup + sup {
	margin-left: 0.25rem;
}
.seido_wrapper .row {
  margin-left: -8px;
  margin-right: -8px;
}
.seido_wrapper li[class^="col-xs-"],
.seido_wrapper li[class^="col-sm-"],
.seido_wrapper li[class^="col-md-"],
.seido_wrapper li[class^="col-lg-"] {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.seido_wrapper {
  font-size: 14px;
  line-height: 20px;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0;
}
.seido_nav {
  margin-bottom: 65px;
  padding-bottom: 55px;
  border-bottom: 1px solid #989999;
}
.read_s {
  font-size: 12px;
  margin-top: 15px;
}
.ttl_s {
  font-size: 14px;
  font-weight: bold;
}
.ttl_m {
  font-size: 16px;
  font-weight: bold;
}
.ttl_l {
  font-size: 18px;
  font-weight: bold;
}
.fs_ad_l {
  font-size: 19px;
  font-weight: bold;
}
.seido_nav dl {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: justify;
  margin: 25px 0px 40px 0px;
  background-color: #3cb371;
}
.seido_nav dl dt {
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #3cb371;
}
.seido_nav dl dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: calc(100% - 300px);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

/*
.seido_nav ul{
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	text-align: justify;
	margin: 0px 0px 55px 0px;
        list-style:none;
}
.seido_nav ul li{
	width: 32.333%;
	margin: 0% 1.5% 1.5% 0%;
}
.seido_nav ul li:nth-child(3){
	width: 32.333%;
	margin: 0% 0% 1.5% 0%;
}
.seido_nav ul li a{
	font-size: 16px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 3px solid var(--primary-color);
	color: var(--primary-color);
	padding: 25px 15px;
	text-decoration:none;
}
*/
.seido_nav ul li a {
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  border: 3px solid #3cb371;
  color: #3cb371;
  padding: 25px 15px;
  text-decoration: none;
}
.seido_nav ul li i,
.seido_nav ul li svg.svg-inline--fa {
  margin-right: 10px;
}
.seido_nav ul li a:hover {
  border: 3px solid #3cb371;
  background-color: #3cb371;
 	color: #fff;
  background-color: #3cb371;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.seido_wrapper section {
  margin: 0 0 60px 0 !important;
  padding: 0 0 65px 0 !important;
  border-bottom: 1px solid #989999;
}
.seido_wrapper section.border-bottom-0,
.seido_wrapper section.border-bottom-0 .seido_nav {
  border-bottom: 0;
	padding-bottom: 0 !important;
}
.seido_wrapper section h2 {
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #3cb371;
  padding-left: 15px;
  border-left: 14px solid #3cb371;
  margin-bottom: 53px;
}
.seido_wrapper section dl {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: justify;
  margin: 0px 0px 25px 0px;
  /* background-color: #589acc; */
  background-color: #e1e1e1;
}
.seido_wrapper section dl:last-child {
  margin: 0px !important;
}

.seido_wrapper section dl dt {
  /*     color:#FFF; */
  font-size: 18px;
  font-weight: bold;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 300px;
  /*	padding: 35px 20px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.seido_wrapper section dl dd {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: calc(100% - 300px);
  /*	padding: 35px 20px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.seido_wrapper section dl dt,
.seido_wrapper section dl dd {
  padding: 20px;
}
.seido_wrapper section dl dd th,
.seido_wrapper section dl dd td {
	line-height: 1.5;
}
.seido_wrapper section hr {
  border-top: 1px solid #e1e1e1;
  margin: 25px 0px;
}

.target_item ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  margin: 0px 0px 40px 0px;
}
.target_item ul {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: justify;
  margin: 0px 0px 5px 0px;
  list-style: none;
}
.target_item ul li {
  width: 18.85%;
  margin: 0% 1.4% 1.4% 0%;
}
.target_item ul li img {
  margin-bottom: 10px;
}
.target_item ul li a:hover {
  background-color: #FFFFFF;
}
.target_item ul li:nth-child(5n) {
  width: 18.85%;
  margin: 0% 0% 1.4% 0%;
}
.target_item ul li a {
  font-size: 14px;
  display: block;
  padding: 25px 15px;
  text-decoration: none;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.target_item p a {
  text-decoration: none;
}
.target_item p a:hover {
  background-color: #FFFFFF;
}
.item_wrapper{
	margin: 60px 0;
}
.item_wrapper .ttl_m{
	margin-top: 0;
	padding-top: 0;
}

.seido_wrapper #contact strong {
  color: #3cb371;
}
.seido_wrapper #contact .seido_contact_btn {
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem;
  text-align: center;
  background-color: #3cb371;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  box-sizing: border-box;
  border-radius: 14px;
  text-decoration: none;
	transition: opacity 0.3s ease;
}
.seido_wrapper #contact .seido_contact_btn:hover {
	opacity: 0.8;
}

/* 768px以上の場合 */
@media screen and  (min-width: 768px){
/* bootstrap 上書き */
	.container.seido_header{
		width: 100%;
	}
}
/* 1200px以上の場合 */
@media screen and  (min-width: 1200px){
/* bootstrap 上書き */
	.container.seido_header{
		padding-left: 0;
		padding-right: 0;
		width: 1200px;
	}
}
/* 767.98px以下の場合 */
@media screen and (max-width: 767.98px) {
	.sp_inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.seido_wrapper .row{
		padding-left: 20px;
		padding-right: 20px;
	}
/*
	.seido_wrapper dt,
	.seido_wrapper dd{
		padding-left: 15px;
		padding-right: 15px;
	}*/
  .seido_nav dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .seido_nav dl dt {
    text-align: center;
    width: 100%;
    padding: 30px 20px;
  }
  .seido_nav dl dd {
    width: 100%;
    padding: 30px 0px;
  }

/*
  .seido_nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    margin: 0px 0px 40px 0px;
  }
  .seido_nav ul li {
    width: 47%;
    margin: 0% 6% 6% 0%;
  }
  .seido_nav ul li:nth-child(2n) {
    width: 47%;
    margin: 0% 0% 6% 0% !important;
  }
  .seido_nav ul li:nth-child(3) {
    width: 47%;
    margin: 0% 6% 6% 0%;
  }
  .seido_nav ul li:last-child {
    width: 100% !important;
    margin: 0% !important;
  }
*/
  .seido_wrapper section dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .seido_wrapper section dl dt {
    text-align: center;
    width: 100%;
    padding: 30px 20px;
  }
  .seido_wrapper section dl dd {
    width: 100%;
    padding: 30px 0px;
  }
  .seido_wrapper section dl dt,
  .seido_wrapper section dl dd,
  .seido_nav dl dt,
  .seido_nav dl dd {
    padding: 20px;
	}
  .seido_nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
/*    text-align: center;*/
    margin: 0px 0px 40px 0px;
  }
	.seido_wrapper .publish_rmks{
		margin-left: 20px;
		margin-right: 20px;
	}
	.target_item{
		padding-left: 20px;
		padding-right: 20px;
	}
  .target_item ul li {
    width: 49.5%;
    margin: 0% 1% 2% 0%;
  }
  .target_item ul li:nth-child(2n) {
    width: 49.5%;
    margin: 0% 0% 1% 0% !important;
  }
  .target_item ul li:nth-child(3) {
    width: 49.5%;
    margin: 0% 1% 2% 0%;
  }
  .target_item ul li:nth-child(5n) {
    width: 49.5%;
    margin: 0% 1% 2% 0%;
  }
  .target_item ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
/* ===== ここから追記（2021.03.08） ===== */
.seido_wrapper sup {
  vertical-align: super;
  top: 0;
}
.seido_wrapper small {
  font-size: smaller;
}
.seido_wrapper .text-center {
  text-align: center;
}
.seido_wrapper dd h3{
	font-weight: bold;
  margin-top: 20px!important;
	color: var(--secondary-color);
}
.seido_wrapper dd h3 + table {
  margin-top: 0.5rem;
}
.seido_wrapper .publish_01_table,
.seido_wrapper .publish_02_table,
.seido_wrapper .publish_03_table,
.seido_wrapper .publish_04_table {
  width: 100%;
  text-align: initial;
}
.seido_wrapper .publish_01_table caption,
.seido_wrapper .publish_02_table caption,
.seido_wrapper .publish_03_table caption,
.seido_wrapper .publish_04_table caption {
  font-weight: bold;
  padding: 5px 5px;
	width: 100%;
	box-sizing: border-box;
}
.seido_wrapper .publish_01_table thead th,
.seido_wrapper .publish_02_table thead th,
.seido_wrapper .publish_03_table thead th,
.seido_wrapper .publish_04_table thead th {
  padding: 5px 10px;
  text-align: center;
  background-color: #bdbdbd;
  font-weight: bold;
}
.seido_wrapper .publish_01_table tbody td,
.seido_wrapper .publish_02_table tbody td,
.seido_wrapper .publish_03_table tbody td,
.seido_wrapper .publish_04_table tbody td {
  padding: 10px;
  background-color: #fff;
}
.seido_wrapper .publish_01_table tbody th,
.seido_wrapper .publish_01_table tbody td{
	padding: 20px;
}
/*
.seido_wrapper .publish_01_table tbody td:last-child:not(:first-child),
.seido_wrapper .publish_02_table tbody td:last-child:not(:first-child),
.seido_wrapper .publish_03_table tbody td:last-child:not(:first-child),
.seido_wrapper .publish_04_table tbody td:last-child:not(:first-child) {
  text-align: center;
}
*/
.seido_wrapper .publish_01_table thead tr:first-child th:first-child,
.seido_wrapper .publish_02_table thead tr:first-child th:first-child,
.seido_wrapper .publish_03_table thead tr:first-child th:first-child,
.seido_wrapper .publish_04_table thead tr:first-child th:first-child,
.seido_wrapper .publish_04_table caption + tbody tr:first-child td:first-child {
/*  width: 58%; */
  width: 70%;
}
/*
.seido_wrapper .publish_01_table tbody tr td:last-of-type,
.seido_wrapper .publish_02_table tbody tr td:last-of-type,
.seido_wrapper .publish_03_table tbody tr td:last-of-type,
.seido_wrapper .publish_04_table tbody tr td:last-of-type{
	text-align: center;
}*/

.seido_wrapper table.table_w_auto th{
	width: auto !important;
}
.seido_wrapper .publish_rmks {
  /*  padding: 35px 20px; */
  padding: 35px;
  border: solid 3px #b3b4b4;
}
.seido_wrapper .publish_04_table:nth-of-type(1),
.seido_wrapper .publish_04_table:nth-of-type(2) {
  border-width: 2px;
}
@media screen and (max-width: 767.98px) {
  .seido_wrapper .publish_01_table thead th,
  .seido_wrapper .publish_02_table thead th,
  .seido_wrapper .publish_03_table thead th,
  .seido_wrapper .publish_04_table thead th {
    padding: 10px 10px;
  }
  .seido_wrapper .publish_01_table tbody td,
  .seido_wrapper .publish_02_table tbody td,
  .seido_wrapper .publish_03_table tbody td,
  .seido_wrapper .publish_04_table tbody td {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .seido_wrapper ul.publish_01_ul li {
    width: 100%;
  }
}
/* picture要素が使えない為CSSで画像切換 */
@media screen and (min-width: 768px) {
  .container.seido_header .layout.img_c_bottom .oh {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .container.seido_header .layout.img_c_bottom .oh {
    margin-top: 30px;
  }
  .container.seido_header .layout.img_c_bottom .img {
    display: none;
  }
}
/*
.jisedai_section section {
    margin: 0!important;
    padding: 0!important;
    border-bottom: 0px solid #989999!important;
}
.jisedai_section h2{
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #0b6fba;
    padding-left: 15px;
    border-left: 14px solid #0b6fba;
    margin-bottom: 53px;
}
*/

/* ===== ここから追記（2024.02.26） ===== */

.seido_wrapper .row li{
width:20%;
list-style: none;
}
@media screen and (max-width: 820px) {
  .seido_wrapper .row li{
    width:100%;
    list-style: none;
    }
  }
 .subject_ps_list_box{
  padding: 20px;
  background-color: #ffffff;
}

.subject_ps_list_box .subject_ps_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subject_ps_list_box .subject_ps_list li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 2;
  font-size: 12px;
}
.subject_ps_list_box .subject_ps_list li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.subject_hm_list_box .subject_hm_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subject_hm_list_box .subject_hm_list li {
  padding-left: 20px!important;
  position: relative;
  line-height: 2;
}
.subject_hm_list_box .subject_hm_list li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
