/* 検索
-------------------------------------*/
/*.searchSc {
  margin: 0 auto;
  width: 400px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.searchSc p a {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  color: #FFF;
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f7b52c;
  background-color: #f7b52c;
  background-image: -moz-linear-gradient(top, #f7b52c, #f7c969);
  background-image: -ms-linear-gradient(top, #f7b52c, #f7c969);
  background-image: -webkit-linear-gradient(top, #f7b52c, #f7c969);
  background-image: linear-gradient(top, #f7b52c, #f7c969);
  display: block;
  padding: 15px;
}
.searchSc p strong {
  font-size: 28px;
}
.searchSc p a:before {
  font-family: 'FontAwesome';
  content: '\f002';
  padding-right: 5px;
  font-size: 28px;
}
.searchSc p:hover {
  -ms-filter: "alpha( opacity=80 )";
  opacity: 0.8;
  -webkit-transition: opacity;
  filter: alpha(opacity=80);
}*/


/* インデックス
-------------------------------------*/
.summaryTitle {
  /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.summaryTitle h2 {}
.btnHeader {
  position: absolute;
  top: -40px;
  right: 6px;
  width: 450px;
}
.btnHeader ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.btnHeader li {
  flex-grow: 1;
  width: 50%;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
}
.btnHeader li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px;
  margin-left: 4%;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FFF;
  transition: .3s;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.btnHeader li.structure_co a {
  background: #1073ee;
  /*background:
	linear-gradient(135deg, transparent 0, #1073ee 0) top left,
	linear-gradient(225deg, transparent 10px, #1073ee 0) top right,
	linear-gradient(315deg, transparent 0, #1073ee 0) bottom right,
	linear-gradient(45deg,  transparent 0, #1073ee 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;*/
}
.btnHeader li.structure_t a {
  background: #fb9329;
  /*background:
	linear-gradient(135deg, transparent 0, #fb9329 0) top left,
	linear-gradient(225deg, transparent 10px, #fb9329 0) top right,
	linear-gradient(315deg, transparent 0, #fb9329 0) bottom right,
	linear-gradient(45deg,  transparent 0, #fb9329 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;*/
}
.btnHeader li.summary a {
  background: #8fbd10;
  /*ackground:
	linear-gradient(135deg, transparent 0, #8fbd10 0) top left,
	linear-gradient(225deg, transparent 10px, #8fbd10 0) top right,
	linear-gradient(315deg, transparent 0, #8fbd10 0) bottom right,
	linear-gradient(45deg,  transparent 0, #8fbd10 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;*/
}
.btnHeader li a::after {}
.btnHeader li:hover {
  opacity: 0.85;
}
.summaryIndexBox {
  background-color: #fdf2d9;
  /*background-image: url(/search_school/summary/images/back.gif);
	background-repeat: repeat;*/
  padding: 30px;
  margin-bottom: 30px;
  border: 5px solid #b3da49;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  counter-reset: count;
  /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.summaryIndexBox h2 {
  background-color: #D6EB9C;
  margin-bottom: 20px;
  padding: 15px;
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*margin: 30px 30px 0;*/
}
.summaryIndexBox .list {
  /*background-color:#fdf2d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  /*display: inline-block;
	vertical-align: top;
	margin: 10px;
	width: 285px;
	padding: 20px;
	background-color: #fdf2d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.summaryIndexBox .list li {
  border-bottom: 1px dotted #CCC;
}
.summaryIndexBox .list li a {
  display: block;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  line-height: 1.5em;
}
/*.summaryIndexBox .list li:last-child{
	border-bottom-style:none;
}*/
/*.summaryIndexBox .list li a:hover{
	background-color: #D6EB9C;
}*/
.summaryIndexBox .list li a span {
  font-size: 18px;
  font-weight: bold;
  color: #8fbd10;
  margin-right: 30px;
}
.summaryIndexBox .list li a span:before {
  counter-increment: count;
  content: counter(count);
  color: #FFF;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #8fbd10;
}
.summaryIndexBox .list li a span:after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
/*.summaryIndexBox .list p.btn a:before{
	font-family: 'FontAwesome';
	content: '\f00b';
	color: #FFF;
	font-size:18px;
	width: 40px;
	height: 40px;
	line-height:40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background-color: #B3DA49;
}*/
/*.summaryIndexBox .list p.btn .icon{
	display: block;
	margin: 0 auto 15px;
	text-align: center;
	letter-spacing: 0;
	font-size: 26px;
	color: #FFF;
	text-shadow: none;
	background-color: #B3DA49;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}*/
/*.summaryIndexBox .list p.txt{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}*/
/*.summaryIndexBox .indexBtn {
	position: relative;
	height: 128px;
	width: 338px;
	float: left;
}

.summaryIndexBox p span{
	position: absolute;
	top: 62px;
	left: 15px;
	font-size: 14px;
	line-height: 1.3em;
}

.summaryIndexBox p a{
	color:#484848;
}

.summaryIndexBox p a:link {
	color: #484848;
}

.summaryIndexBox p a:visited {
	color: #484848;
}

.summaryIndexBox p a:hover{
	color:#484848;
}

.summaryIndexBox p a:active{
	color:#484848;
}*/


/* table
-------------------------------------*/
.summaryBox table {
  table-layout: fixed;
  width: 670px;
  border-collapse: collapse;
}
.summaryBox table caption {
  font-size: 14px;
  font-weight: bold;
  color: #484848;
  padding: 10px 0;
}
.summaryBox table tr td {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 12px;
  /*line-height:150%;*/
  padding: 10px;
  border: #CCCCCC 1px solid;
  vertical-align: top;
}
.summaryBox table tr th {
  font-size: 14px;
  line-height: 150%;
  padding: 5px;
  border: #CCCCCC 1px solid;
}




/* 各ページ
-------------------------------------*/
.summaryContents {
  padding-bottom: 20px;
  width: 710px;
  background-color: #fdf2d9;
  margin: 0 auto 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.summaryContents p, .summaryContents li, .summaryContents dt, .summaryContents dd {
  font-size: 14px;
}
.summaryContents h2.top{
  margin-bottom: 20px;
  background-color: #049e48;
  color: #FFF;
  padding: 15px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.summaryContents p.lead {
  padding: 0 20px;
  font-size: 14px;
}
div.pageLink {
  padding: 20px;
  box-sizing: border-box;
}
div.pageLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageLink ul.ver2 {
  justify-content: flex-start;
}
div.pageLink ul li {
  width: 32%;
  background-color: #ffffff;
  border: solid 2px #cccccc;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.pageLink ul.ver2 li {
  margin-right: 2%;
  padding: 10px 5px;
}
.pageLink ul.ver2 li:nth-child(3) {
  margin-right: 0;
}
div.pageLink ul li a {
  color: #484848;
  display: block;
  padding-right: 10px;
}
div.pageLink ul li:hover {
  background-color: #fff2c4;
}
div.pageLink ul li::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #39b81f transparent transparent transparent;
}
.pageLink_sec {
  padding: 0px 20px 20px;
  box-sizing: border-box;
}
.pageLink_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageLink_sec ul li {
  width: 15%;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.pageLink_sec ul li a:hover {
  border-bottom: 2px solid #FF9900;
}
.summaryBox {
  padding: 20px 20px 0 20px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
}
.summaryBox .type1 {
  background: #FFFFFF;
  padding: 20px;
  border: 2px solid #FFA13B;
}
.summaryBox .type1 p.entry {
  color: #FF9900;
  font-weight: bold;
  text-align: center;
}
.summaryBox .type1 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.summaryBox .type1 dl dd {
  margin-bottom: 10px;
  line-height: 1.8em;
}
/*.summaryBox .type1 p {
	font-size: 12px;
}*/
.type2 {
  background: #FFFFCC;
  border: #F36 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}
.type2 p span {
  color: #F36;
  font-size: 16px;
  font-weight: bold;
}
.type1 ul.point li {
  display: inline;
  line-height: 2.0em;
  white-space: nowrap;
  margin-right: 30px;
  font-size: 14px;
}
.summaryBox p {
  margin-bottom: 15px;
}
.summaryBox li {
  line-height: 1.8em;
}
.summaryBox p:last-child {
  margin-bottom: 0;
}
.summaryBox p.entry {
	font-size: 16px;
	font-weight: bold;
	color: #F36;
	margin-bottom: 10px;
}
.summaryBox h3.entry {
  background-color: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #F36;
  margin-bottom: 10px;
  padding: 0;
  border-left-style:none;
}
.summaryBox p.rightBox {
  float: right;
  margin: 0 0 15px 15px;
}
.summaryBox h2.entry {
  margin-bottom: 20px;
  background-color: #FFCC01;
  color: #484848;
  padding: 12px 20px;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.summaryBox h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0b3388;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #0b3388;
  padding-left: 10px;
  margin-bottom: 15px;
}
.summaryBox p.pdfIcon {
  float: right;
  text-align: center;
  width: 200px;
  margin: 0 0 15px 15px;
  line-height: 1.5em;
}
.summaryBox table.jasso {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.summaryBox table.jasso th.kubun {
  width: 35%;
  background-color: #8dc21f;
  color: #ffffff;
}
.summaryBox table.jasso th.money {
  background-color: #dadf00;
}
.summaryBox table.jasso td {
  text-align: center;
  vertical-align: middle;
}
.summaryBox table.jasso td span {
  font-size: 11px;
}
.summaryBox table.jasso td.l_spe {
  letter-spacing: -0.1em;
}
.summaryBox table.kakei {
  background-color: #ffffff;
  margin-bottom: 10px;
  table-layout: inherit;
}
.summaryBox table.kakei th {
  background-color: #dadf00;
  color: #000000;
}
.summaryBox table.kakei th.kubun {
  background-color: #8dc21f;
  color: #ffffff;
}
.summaryBox table.kakei td {
  text-align: center;
}
.summaryBox table.kakei td.l_spe {
  letter-spacing: -0.03em;
}
.summaryContents p.sr {
  font-size: 10px;
  text-align: right;
  line-height: 1.5em;
}
.summaryBox table.hikaku {
  background-color: #ffffff;
  margin-bottom: 10px;
  table-layout: inherit;
}
.summaryBox table.hikaku tr {
  background-color: #8dc21f;
  color: #ffffff;
}
.summaryBox table.hikaku tr.back_darkp {
  background-color: #dadf00;
  color: #000000;
}
.summaryBox table.hikaku th {
  text-align: left;
}
.summaryBox table.hikaku tr.back_darkp th {
  text-align: center;
}
.summaryBox table.hikaku th.one_em {
  width: 1.0em;
  text-align: center;
}
.summaryBox table.hikaku th.one_em span {
  -webkit-writing-mode: vertical-rl; /* 実装済 */
  -moz-writing-mode: vertical-rl; /* 未実装 */
  -ms-writing-mode: tb-rl; /* 実装済 */
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}
.summaryBox table.hikaku td {
  vertical-align: middle;
}
/* フッターリンク
-------------------------------------*/
/*.summaryMenu{
	text-align: center;
	margin-bottom:20px;
}

.summaryMenu li{
	display:inline-block;
	text-align: center;
	margin: 5px;
}

.summaryMenu li a {
	display: block;
	background-color: #e6e6e6;
	color: #484848;
	border: 2px solid #d5d5d5;
 padding:10px 20px;
	font-size: 14px;
	font-weight: bold;
}


.summaryMenu li a:link {
	color: #484848;
}

.summaryMenu li a:visited {
	color: #484848;
}

.summaryMenu li a:hover {
 background-color: #049e48;
 color: #ffffff;
}

.summaryMenu li a:active {
 background-color: #049e48;
 color: #ffffff;
}*/
/*
.summaryMenu {
	margin-bottom:20px;
	text-align:center;
}

.summaryMenu ul.link {
}

.summaryMenu ul.link li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px solid #999;
	line-height: 1.8em;
	white-space: nowrap;
}
.summaryMenu ul.link li:first-child {
	border-left-style:none;
}
*/
/*.summaryMenu ul.link li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:6px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #aaa;
}*/
.summaryMenu {
  background-color: #fdf2d9;
  border: 5px solid #b3da49;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  counter-reset: count;
  margin-bottom: 20px;
  padding: 30px;
}
.summaryMenu ul.link {}
.summaryMenu ul.link li {
  border-bottom: 1px dotted #CCC;
}
.summaryMenu ul.link li a {
  display: block;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  line-height: 1.5em;
}
.summaryMenu ul.link li a span {
  font-size: 18px;
  font-weight: bold;
  color: #8fbd10;
  margin-right: 30px;
}
.summaryMenu ul.link li a span:before {
  counter-increment: count;
  content: counter(count);
  color: #FFF;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #8fbd10;
}
.summaryMenu ul.link li a span:after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
/* ページボタン
-------------------------------------*/
.summaryLink {
  text-align: center;
  margin-bottom: 20px;
  /*width: 710px;
	margin:0 auto 20px;
	overflow: hidden;
 zoom: 1;*/
}
.summaryLink ul {}
.summaryLink li {
  display: inline-block;
  text-align: center;
}
.summaryLink li.prev {
  margin-right: 15px;
}
.summaryLink li a {
  display: block;
  color: #fff;
  background-color: #049e48;
  border: 2px solid #d5d5d5;
  height: 35px;
  line-height: 35px;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
}
.summaryLink li a:visited {
  color: #fff;
}
.summaryLink li a:link {
  color: #fff;
}
.summaryLink li a:visited {
  color: #fff;
}
.summaryLink li a:hover {
  background-color: #e6e6e6;
  border: 2px solid #d5d5d5;
  color: #484848;
}
.summaryLink li a:active {
  background-color: #e6e6e6;
  color: #484848;
}
/* 資格
-------------------------------------*/
.summaryBox table.shikaku {
  /*table-layout: fixed;*/
  /*width: 670px;*/
  width:100%;
  border-collapse: collapse;
  margin-bottom:15px;
}
.summaryBox table.shikaku caption {
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  padding: 10px 0;
}
.summaryBox table.shikaku tr th { 
  border: #CCCCCC 1px solid;
}
.summaryBox table.shikaku tr th.ptn1{
    background-color: #D7E0E5;
    color: #333333;
    font-size: 12px;
    padding: 5px;
}
.summaryBox table.shikaku tr th.ptn2{
  background-color: #dadf00;
  color: #333333;
  font-size: 12px;
    padding: 5px;
}
.summaryBox table.shikaku tr th.ptn1:nth-child(1){
	width:35%;
}
.summaryBox table.shikaku tr th.ptn1:nth-child(2){
	width:20%;	
}
.summaryBox table.shikaku tr th.ptn1:nth-child(3){
	width:45%;
}
.summaryBox table.shikaku tr td:nth-child(2){
	text-align:center;
}

.summaryBox table.shikaku tr td {
  background-color: #FFF;
  color: #333333;
  font-size: 12px;
  padding: 10px;
  border: #CCCCCC 1px solid;
  vertical-align:middle;
}
/*.summaryBox table.shikaku tr.ptn1 td {
	width:33%;
}
.summaryBox table.shikaku tr.ptn2 td {
	width:323px;
}*/
.summaryBox .fs12 {
  font-size: 12px;
}
/*.summaryBox table.shikaku ul{
	display: inline-block;
	text-align: left;
}*/
.summaryBox .shikakuLink{
position: relative;
}
.summaryBox .shikakuLink a{
	display:flex;
	align-items: center;
	align-self: flex-start;
	height: auto;
	border:2px solid #049e48;
	background:#FFF;
	padding:10px;	
    box-sizing: border-box;
}
.summaryBox .shikakuLink a:hover{
	opacity:0.9;

}
.summaryBox .shikakuLink p{
	font-weight:bold;
	padding:0 20px 0 15px;
	line-height:1.5em;
	box-sizing:border-box;
}
.summaryBox .shikakuLink img{
	vertical-align:bottom;
	
}

.shikakuLink p::after{
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 36px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -18px;
	color:#049e48;
	line-height:1;
}
.shikakuLink p strong{
	font-size: 16px;
	color:#049e48;
	padding-bottom:8px;
	display:inline-block;
	}

.shikakuBox dl{
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}
.shikakuBox dl dt{
background: #D7E0E5;
    color: #333333;
    font-weight:bold;
    padding:10px;
    
}
.shikakuBox dl dd{
background: #FFF;
padding:10px;
border-bottom:1px dotted #ccc;
}
.shikakuBox dl dd:last-child{
	border-bottom-style:none;
}

/* 特徴ページ
-------------------------------------*/
.summaryBox table tr th.vertical1 {
  background-color: #FFFFCC;
  color: #484848;
  font-size: 12px;
  /*line-height: 150%;*/
  padding: 10px;
  border: #CCCCCC 1px solid;
  width: 15%;
}
.summaryBox table tr th.vertical2 {
  background-color: #FFFFCC;
  color: #484848;
  font-size: 12px;
  line-height: 150%;
  padding: 5px;
  border: #CCCCCC 1px solid;
  width: 29%;
}

.summaryBox table tr th.ptn1 {
  background-color: #8DC21F;
  color: #FFF;
}
.summaryBox table tr th.ptn2 {
  background-color: #D7E0E5;
  color: #333333;
}

/* 専門学校とは
-------------------------------------*/
table.tbl-01 {
 border-collapse:collapse;
 background-color: #FFFFFF;
 border:1px solid #CCCCCC;
 margin-right: auto;
 margin-left: auto;
 table-layout: fixed;
 width: 100%;
}
table.tbl-01 caption {
    font-size: 14px;
    font-weight: bold;
    color: #484848;
    padding: 10px 0;
}
table.tbl-01 tr {
display: flex;
flex-wrap: wrap;
width:100%;
}
    
table.tbl-01 th {
	background-color: #D7E0E5;
	border:1px solid #CCCCCC;	
	font-size:12px;
	font-weight: bold;
	padding:10px;
	text-align: center;
	/* white-space: nowrap; */
	display: flex;
    justify-content: center;
	width:100%;

}
table.tbl-01 .item{
	
}
table.tbl-01 .item th:first-child{
	display:none;
}
table.tbl-01 .item th {
	background-color: #8DC21F;
	color: #FFFFFF;
	font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
    width:25%;
    box-sizing:border-box;
}

table.tbl-01 td {
	border:1px solid #CCCCCC;
	color:#333;
	font-size:12px;
	padding:10px;
	line-height: 1.8em;
	vertical-align: top;
	width:25%;
	box-sizing:border-box;
}
table.tbl-01 td p{
	margin-bottom: 5px;
}


table.tbl-02 {
 border-collapse:collapse;
 background-color: #FFFFFF;
 border: 1px solid #CCCCCC;
 margin-right: auto;
 margin-left: auto;
 table-layout: fixed;
 width: 100%;
}
table.tbl-02 caption {
    font-size: 14px;
    font-weight: bold;
    color: #484848;
    padding: 10px 0;
}
table.tbl-02 th {
	background-color: #D7E0E5;
	border: 1px solid #CCCCCC;	
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	/* white-space: nowrap; */
}
table.tbl-02 .item th {
	background-color: #8DC21F;
	color: #FFFFFF;
	font-size: 14px;
}
table.tbl-02 .item th:first-child{
	width:20%;
}

table.tbl-02 td {
	border: 1px solid #CCCCCC;
	color: #484848;
	font-size: 12px;
	padding:15px;
	line-height: 1.8em;
	vertical-align: top;
}
table.tbl-02 td p{
	margin-bottom: 5px;
}
table.tbl-02 td p strong{
	color:#36A5A5;
}




/* 学びページ
-------------------------------------*/
/*.summaryBox .column {
	background-color: #009900;
	border: #CC6633 3px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 280px;
	padding: 15px;
	margin-bottom: 15px;
}*/
.summaryBox .column {
  background-color: #FFF;
  border: 2px solid #d5d5d5;
  text-align: center;
  padding: 20px;
  margin: 15px auto;
}
.summaryBox .column ul {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: -5px;
}
.summaryBox .column li {
  width: 50%;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.summaryBox .column p {
  color: #FFFFFF;
  margin: 5px;
}
/* 奨学金ページ
-------------------------------------*/
/*.summaryBox dl dt{
	color:#009900;
	font-weight:bold;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}

.summaryBox dl dd{
color:#FFFFFF;
margin:0px 20px 5px 20px;
background-color:#009900;
border: #CC6633 3px solid;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:15px;
line-height:180%;
}*/
.summaryBox table tr th.vertical3 {
  background-color: #FFFFCC;
  color: #333333;
  font-size: 12px;
  line-height: 150%;
  padding: 5px;
  border: #CCCCCC 1px solid;
  width: 10%;
}
.summaryBox table tr th.vertical4 {
  background-color: #FFFFCC;
  color: #333333;
  font-size: 12px;
  padding: 5px;
  border: #CCCCCC 1px solid;
  width: 18%;
}
/* 費用ページ
-------------------------------------*/
.summaryBox .columnTytle {
  color: #009900;
  font-weight: bold;
  padding-top: 10px;
}
/* やめる前に考えて！ページ
-------------------------------------*/
.summaryBox .column1 {
  width: 200px;
  float: left;
  padding: 10px 8px 0 0;
}
.summaryBox .column1 p {
  color: #003366;
}
.summaryBox .column7 {
  padding-top: 10px;
}
/* 専門学校進学の心構えページ
-------------------------------------*/
.summaryBox .column9 {
  /*width: 600px;*/
  margin: 0 auto 20px;
  font-size: 0;
}/*
.summaryBox .column9 p.entry3 {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFCC;
  border: #FFCC00 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  width: 238px;
  margin-right: 20px;
  margin-bottom: 0;
}*/
.summaryBox .column9 h4.entry3 {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFCC;
  border: #FFCC00 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  width: 238px;
  margin-right: 20px;
  margin-bottom: 0;
}
.summaryBox .column9 p.txt {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
}
.summaryBox .column11 {
  width: 480px;
  background: #FFFFFF;
  padding: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0 auto;
  border: 1px solid #FFA13B;
}
.summaryBox .column11 p.img {
  margin: 0 auto 15px;
  width: 294px;
}
.summaryBox .column11 p.txt {
  margin: 0 auto;
  width: 420px;
  font-size: 14px;
}
.summaryBox .line2 {
  border-bottom: #CCCCCC 1px dotted;
  margin: 10px auto;
  width: 450px;
  display: block;
}
/* 学校選びページ
-------------------------------------*/
.summaryBox .column10 {
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: top;
  width: 315px;
}
.summaryBox .column10 p.entry {
  background-color: #FFFFCC;
  border: #FFCC00 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}
.summaryBox ul.btn {
  margin-bottom: 20px;
}
.summaryBox ul.btn li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.summaryBox ul.btn li a {
  display: block;
  padding: 5px 25px;
  webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #f7b52c;
  color: #FFF;
}
.summaryBox ul.btn li a:before {
  font-family: 'FontAwesome';
  content: '\f002';
  color: #FFF;
  padding-right: 5px;
  font-size: 16px;
  font-weight: normal;
  /*content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:7px;
	left:2px;
	height:0;
	width:0;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #aaa;*/
}
.summaryBox ul.btn li a:hover {
  -ms-filter: "alpha( opacity=80 )";
  opacity: 0.8;
  -webkit-transition: opacity;
  filter: alpha(opacity=80);
}
.summaryContents .line {
  border-bottom: #CCCCCC 1px dotted;
  margin: 10px auto;
}
/* 入学方法は？ページ
-------------------------------------*/
.summaryBox table {
  border-collapse: collapse;
  margin: auto;
}
.summaryBox table tr th.summary11 {
  background-color: #FFFFCC;
  color: #333333;
  font-size: 12px;
  line-height: 150%;
  padding: 5px;
  border: #CCCCCC 1px solid;
  text-align: left;
}
.summaryBox table tr th.summary1102 {
  background-color: #FFFFCC;
  color: #333333;
  font-size: 12px;
  line-height: 150%;
  padding: 8px;
  border: #CCCCCC 1px solid;
}
.omakase {
  width: 90%;
}

/* おまかせ資料請求
-------------------------------------*/
.structurePamphBox {
  padding: 10px;
}
.structurePamphBox p.entrust {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.structureEntrustBox {}
.structureEntrustBoxArea {
  margin-bottom: 10px;
}
.structureEntrustBoxField {
  margin-bottom: 10px;
}
.structureEntrustBoxArea select {
  font-size: 12px;
  width: 200px;
  height: 24px;
  color: #484848;
  border: 1px solid #7f9db9;
}
.structureEntrustBoxField select {
  font-size: 12px;
  width: 200px;
  height: 24px;
  color: #484848;
  border: 1px solid #7f9db9;
}
.structureEntrustBoxEnd {
  text-align: center;
}
.structureEntrustBoxEnd input {
  font-size: 12px;
  width: 140px;
  height: 30px;
  color: #484848;
}

/* おすすめの学校
-------------------------------------*/
.structureSchool {
  background-image: url(/search_school/summary/images/line.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.structureSchool p {
  line-height: 1.3em;
  margin-bottom: 3px;
}
.structureSchoolR {
  float: right;
  width: 142px;
}


/* img拡大
-------------------------------------*/
.summaryBox p.kakudai a{
	/* display:block; */
	text-align:center;
	color: #1073ee;
	/* max-width:650px; */
	margin:0 auto;
}
.summaryBox p.kakudai a span{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:10px;
}
.summaryBox p.kakudai a span:before{
	font-family: "Font Awesome 5 Free";
    content: '\f055';
    color: #1073ee;
    font-size:18px;
    padding-right: 5px;
}
.summaryBox p.kakudai a img{
	width:80%;
}
.summaryBox p.kakudai a img:hover{
	opacity:0.8;
}




/* 検索
-------------------------------------*/
.searchBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchSc {
    width: 48.5%;
    padding: 20px 20px 24px;
    border: 5px solid #fd83c0;
    box-sizing: border-box;
}

.searchSc p {
    font-size: 18px;
    font-weight: bold;
    color: #f90780;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
}

.searchOmakase {
    width: 48.5%;
    padding: 20px 20px 24px;
    border: 5px solid #a8d152;
    box-sizing: border-box;
}

.searchOmakase p {
    font-size: 18px;
    font-weight: bold;
    color: #6f6a25;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
}

.searchSc a,.searchOmakase a {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    color: #FFF;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f78c2e;
    box-shadow: 0 4px 0 #e56419;
}

.searchSc a strong {
    /*font-size:36px;*/
}

.searchSc a:before,.searchOmakase a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f002';
    padding-right: 5px;
    font-size: 24px;
}

.searchSc a:hover,.searchOmakase a:hover {
    -ms-filter: "alpha( opacity=80 )";
    opacity: 0.8;
    -webkit-transition: opacity;
    filter: alpha(opacity=80);
}