p {
  font-size: 28px;
  color: #484848;
  line-height: 1.8em;
}
.titleBox {
  margin-bottom: 40px;
}
.titleBox h2 {
  background-color: inherit;
  text-align: center;
  padding: 0;
  margin: 0;
}
.titleBox h2 img {
  width: 100%;
  max-width: 750px;
}
.titleBox p {
  margin: 0 10px;
}
.btnBox p {
  width: 75%;
  background: #FDD835;
  box-shadow: 0 4px 0 #ffc045;
  color: #484848 !important;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  /*letter-spacing: 0.1em;*/
  line-height: 1.3em;
  padding: 10px 10px 8px 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 44px;
}
.btnBox p a {
  display: block;
  color: #484848 !important;
  width: 100%;
}
.btnBox p a::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  color: #484848;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
.leadBox {
  padding: 40px 0;
}
.str1 {
  background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
  background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
  background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
  background-size: 4px 4px;
}
.leadBox h3 {
  font-size: 40px;
  font-weight: bold;
  color: #003399;
  text-align: center;
  margin-bottom: 40px;
}
.leadBox .txt {}
.leadBox .txt p {
  margin: 0 10px 40px;
}
.leadBox .txt p:last-child {
  margin: 0 10px 0;
}
.leadBox .txt img {
  width: 90%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.kodosenmonshiList {
  margin-top: 40px;
}
.kodosenmonshiList h3 {
  font-size: 40px;
  font-weight: bold;
  color: #003399;
  text-align: center;
  margin-bottom: 40px;
}
p.source {
  font-size: 24px;
  margin: 0 10px 20px;
  line-height: 1.5em;
}
.kodosenmonshiList h4 {
  background-color: #01b5b6;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  padding: 3%;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
  .titleBox {
    margin-bottom: 20px;
  }
  .titleBox h2 img {
    /*margin-bottom:10px;*/
  }
  .leadBox {
    padding: 20px 0;
  }
  .leadBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .leadBox .txt p {
    margin: 0 10px 20px;
  }
  .menuBox {
    margin-bottom: 10px;
  }
  .btnBox p {
    font-size: 16px;
    margin: 0 auto 24px;
  }
  .btnBox p a::after {
    font-size: 20px;
  }
  .kodosenmonshiList {
    margin-top: 20px;
  }
  .kodosenmonshiList h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  p.source {
    font-size: 12px;
    margin: 0 10px 10px;
  }
  .kodosenmonshiList h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* 分野選択
-------------------------------------*/
.bunyaBox {
  height: auto;
  overflow: hidden;
  /*border:#cccccc solid 2px;*/
  border: #01b5b6 solid 2px;
  margin: 0 20px 20px;
  padding: 1% 0 0;;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.bunyaBox .acd_check{
display: none;
}
.bunyaBox .acd_label h4 {
  font-size: 32px;
  color: #01b5b6;
  background-color: inherit;
  line-height: 1;
  /*border:#01b5b6 solid 2px;*/
  text-align: center;
  margin-bottom: 0
}
.bunyaBox .acd_label h4::after {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  content: '\f067';
  padding-left: 10px;
  transition: 0.2s;
  color: #01b5b6;
  font-size: 36px;
  font-weight: 900;
}
.bunyaBox .acd_check:checked + .acd_label h4::after {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  content: '\f068';
  padding-left: 10px;
  transition: 0.2s;
  color: #01b5b6;
  font-size: 36px;
  font-weight: 900;
}/*
.bunyaBox h4 a {
  color: #01b5b6;
  display: inline-block;
}*//*
.bunyaBox .contentsBox {
  padding: 0 10px;
}*/
@media screen and (max-width: 736px) {
  .bunyaBox {
    /*border:#cccccc solid 1px;*/
    margin: 0 10px 10px;
  }
  /*.ui-collapsible-heading,.ui-collapsible-heading-collapsed{
	background-size:14px 14px;
	-moz-background-size:14px 14px;
	-webkit-background-size:14px 14px;
}*/
  .bunyaBox .acd_label h4 {
    font-size: 16px;
  }
.bunyaBox .acd_label h4::after,
.bunyaBox .acd_check:checked + .acd_label h4::after {
    font-size: 18px;
  }
  }
/* 分野ボタン
-------------------------------------
.hidden_box {
    
}

.hidden_box label {
	padding: 15px;
	font-weight: bold;
	border: solid 2px #01b5b6;
	color:#484848;
	cursor :pointer;
	width:80%;
	margin:0 auto 20px;
	text-align:center;
	display:block;
	font-size:14px;
}

.hidden_box label:hover {
    background: #efefef;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.hidden_box label:after {
    display: inline-block;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    padding-left:10px;
    transition: 0.2s;
    color:#01b5b6;
}*/
.linkBox {
  margin-bottom: 20px;
  padding: 0 10px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.bunyaBox .acd_check:checked + .acd_label  + .linkBox {
opacity: 1;
height: 100%;
visibility: visible;
}

.linkBox ul{
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.linkBox li{
	width: calc((100% - 2px) / 2);
    margin-bottom: 2px;
	background:#ececec;
	box-sizing: border-box;
	min-height: 56px;
}
.linkBox li a{
	display: flex;
	justify-content: center;
    align-items: center;
	height:100%;
	font-size:14px;
	line-height: 1.5em;
	color:#144778;
	padding:10px;
	position:relative;
	box-sizing: border-box;
}
.linkBox li a:hover{	
	background-color:#01b5b6;
	color: #FFF;
}
@media screen and (max-width: 736px) {
  .linkBox {
    margin-bottom: 10px;
  }
  .linkBox li {
    
  }
  .linkBox li a {
    font-size: 12px;
  }
}
/* 学校一覧
-------------------------------------*/
.schoolBox {
  /*font-size:0;
	margin:0 1.5%;
	width:100%;*/
  margin: 0 1.5% 3%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scBox {
  /*display: inline-block;
	vertical-align: top;*/
  background-color: #FFF;
  /*border: 1px solid #c6c6c6;*/
  margin: 1.5%;
  width: 45.5%;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  font-size: 0;
  position: relative;
  box-sizing: border-box;
}
.scBox img.scImg {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center 15%;
  box-sizing: border-box;
}
.schoolDetail {
  padding: 10px;
}
.scBox p.name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scBox p.name a {
  color: #484848;
}
.scBox p.area {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
  background-color: #01b5b6;
  padding: 3px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.scBox p.txt {
  height: 3em;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
}
.scBox .link {
  text-align: center;
  padding: 0 10px 13px;
  box-sizing: border-box;
}
.scBox .link a {
  padding: 8px 5px;
  box-sizing: border-box;
  color: #FFF !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
  text-align: center;
  display: block;
}
.scBox .link a.detail {
  background-color: #49c654;
  box-shadow: 0 3px 0 #27ad35;
  margin-bottom: 10px;
}
.scBox .link a.pamph {
  background-color: #f78c2e;
  box-shadow: 0 3px 0 #e56419;
}
.scBox .link a.detail:hover {
  background-color: #2db73b;
  box-shadow: 0 3px 0 #06a316;
}
.scBox .link a.pamph:hover {
  background-color: #f27324;
  box-shadow: 0 3px 0 #dd5602;
}
@media screen and (max-width: 736px) {
  .scBox p.name {
    font-size: 14px;
  }
  .scBox p.area {
    font-size: 12px;
  }
  .scBox p.txt {
    font-size: 12px;
  }
	.scBox .link a {
	font-size: 12px;
}
}