h2.campus_ttl {
  color: #ed6d00;
  text-align: center;
  font-size: 2.2em;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px){
  h2.campus_ttl {
    font-size: 1.3em;
  }
}

/***about下層ページ***/

section.about_lead.about_child_page .inner {
  text-align: left;
  padding: 0 20px;
}

.about_child_page .page_content {
  width: 100%;
  text-align: center;
  border: solid 2px #aaaaaa;
}

.about_child_page .page_content .strong{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.about_child_page .page_content p {
  margin: 30px 0 0 0;
}

.about_child_page .page_content .list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 40px 50px 40px;
  justify-content: center;
  align-items: flex-start;
}

.about_child_page .page_content .list .list_item {
  position: relative;
  width: calc(50% - 20px);
  margin:0 10px;
  padding: 15px 0 15px 40px;
  border-top: dotted 2px #aaa;
  text-decoration: underline;
  text-align: left;
}

.about_child_page .page_content .list .list_item:nth-last-child(1),
.about_child_page .page_content .list .list_item:nth-last-child(2) {
  border-bottom: dotted 2px #aaa;
}

.about_child_page .page_content .list .list_item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #ed6d00;
  border-left: solid 2px #ed6d00;
  transform: translate(0,-50%) rotate(-135deg);
}

.about_child_page .main_content{
  margin: 30px 0 0 0;
}

.about_child_page .main_content img{
  margin: 0 0 30px 0;
}


.about_child_page .main_content .section_title {
  display: block;
  margin: 60px 0 20px 0;
  padding: 0 0 0 20px;
  border-left: solid 15px #ed6d00;
  font-size: 30px;
  text-align: left;
}

.about_child_page .main_content h3 {
  margin:50px 0 20px 0;
  font-size: 24px;
  font-weight: 400;
  color: #ed6d00;
}

.about_child_page .main_content ul,
.about_child_page .main_content ol {
  margin: 30px 0;
  text-align: left;
}

.about_child_page .main_content li{
  margin: 15px;
}

.about_child_page .main_content ol li {
	list-style-type: none;
	counter-increment: cnt;
}

.about_child_page .main_content ol li:before {
	content: "(" counter(cnt) ") ";
}

.about_child_page .main_content ul li {
	list-style-type: disc;
  list-style-position: inside;
}

.about_child_page .main_content .caption {
	font-size: 93.75%;
  color:#444;
}

@media screen and (max-width: 768px){
  .about_child_page .page_content .list {
    flex-direction: column;
    padding: 30px 10px 50px 10px;
  }

  .about_child_page .page_content .list .list_item {
   width: 100%;
   margin: 0;
  }

  .about_child_page .page_content .list .list_item:nth-last-child(2) {
  border-bottom: none;
  }
}

.about_child_page .scroll {
  overflow: auto;
  margin: 0 0 30px 0;
}

.about_child_page .table {
  margin: 0 0 10px 0;
}

.about_child_page .scroll::-webkit-scrollbar {
  height: 5px;
}

.about_child_page .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.about_child_page .scroll::-webkit-scrollbar-thumb  {
  background: #BCBCBC;
}

.about_child_page .table th,
.about_child_page .table td {
  padding: 10px 20px;
  border: solid 1px #ed6d00;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.about_child_page .table .bg_orange {
  background: #ed6d00;
  color: #fff;
}

.about_child_page .table .bg_orange th:not(:last-child) {
  border-right: solid 1px #fff;
}

.about_child_page .table td:nth-of-type(3n-1) {
  min-width: 300px;
  white-space: normal;
}

/*aboutページ_リンク*/
.list_orange {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 10px 0;
}

.list_orange_item {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 15px;
}

.list_orange_item a {
  color: #ed6d00;
  font-size: 18px;
  text-decoration: underline;
}

.list_orange_item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #ed6d00;
  border-left: solid 2px #ed6d00;
  transform: translate(0,-50%) rotate(-135deg);
}

/*campus下層ページ*/
.mt_30 {
margin-top: 30px;
}

.pattern_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.pattern_list li .ttl {
  display: inline-block;
  margin: 0 0 20px;
  padding: 4px 30px;
  font-size: 20px;
  border-radius: 20px;
  color: #fff;
  background: #ed6d00;
}
.pattern_list li img {
  display: block;
  margin: 0 auto;
}
.pattern_list li .txt_box {
  margin: 4px auto 0;
}
.pattern_list li .txt_box .col1,
.pattern_list li .txt_box .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pattern_list li .txt_box .col1 span {
  width: 96%;
}
.pattern_list li .txt_box .col2 span {
  width: 48%;
}
.pattern_list li .txt_box .col1 span,
.pattern_list li .txt_box .col2 span {
  padding: 4px 0;
  font-size: 18px;
  text-align: center;
  color: #252525;
}
.pattern_list li .txt_box .col1 span.am,
.pattern_list li .txt_box .col2 span.am {
  background: #b2edff;
}
.pattern_list li .txt_box .col1 span.pm,
.pattern_list li .txt_box .col2 span.pm {
  background: #ffd6b4;
}
.pattern_list li .txt_box .txt {
  width: 96%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  background: #f6f7f7;
}
