@charset "utf-8";
/* ---------------------------------- */
/* 進路ナビ
/* 特集ページ（「大学・短期大学・専門学校」の違い）
/* --------------------------------- */
.diff h1.contentTitle{
  background: url("../../../../../_webroot/img/page/newcolumn/diff/bg_ttl_column_diff.png") ;
  background-size: 50px;
  border: none;
  margin: 0;
  padding:0;
  text-align: center;
}
.diff img{
  max-width: 101%;
  width: 100%;
  
}
.diff figure{
  text-align: center;
  margin: .5rem;
}

.difference{
 margin: 0 14px;
 margin-top: 40px;
}

#animation {
  margin: 50px 0;
  font-size: 40px;
  font-weight: bold;
  color: #ff0000;
  }
  
  .fadeInDown {
   -webkit-animation-fill-mode:both;
   -ms-animation-fill-mode:both;
   animation-fill-mode:both;
   -webkit-animation-duration:1s;
   -ms-animation-duration:1s;
   animation-duration:1s;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
   0% { opacity: 0; -webkit-transform: translateY(-20px); }
   100% { opacity: 1; -webkit-transform: translateY(0); }
  }
  @keyframes fadeInDown {
   0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
   100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  }


.pageIndex p{
  text-align: center;
  font-size: 20px!important;
  font-weight: 700;
  margin: 0!important;
  margin-left: ;
}

.pageIndex ul {
  padding: 1rem 1rem 2rem 20px;
  margin: 0 2rem;
  color: #7EC7AA;
  background: #f2f9f5;
  border-top: solid 3px #7EC7AA;
  border-bottom: solid 3px #7EC7AA;
  line-height: 1.8;
  position: relative;
  margin-top: 5rem;
}

.pageIndex ul::before{
  content: '';
  display: block;
  position: absolute;
  top: -2.3em;
  left: 47%;
  width: 51px;
  height: 34px;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_school.png") no-repeat;
}

.pageIndex li {
  line-height: 30px;
  position: relative;
  padding-left: 1em;
  list-style-type: none;
}

.pageIndex li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #7EC7AA;
}

.greenback{
  background-color: #f2f9f5;
  padding: 2rem;
}

.marker-animation.active{
  background-position: -100% .5em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 244, 153, 1) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 244, 153, 1) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 244, 153, 1) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 244, 153, 1) 50%);
  background-image: linear-gradient(left, transparent 50%, rgba(255, 244, 153, 1) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}

.diff h2{
  color: #fff;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #7EC7AA;/*背景色*/
  vertical-align: middle;
  border-radius: 50px 0px 0px 50px;
  width: 93%;
  padding-left: -25em !important;
  position: relative;
  height: 81px;
  text-align: left;
  padding: 20px 0;
  margin-left: 10px;
  font-size: 20px;
  padding-left: 55px;
  margin-top: 40px;
  padding-right: 10px;
}

.diff h2::before {
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/h2_ball.png") left top no-repeat;
  color: white;
  margin-right: -27px;
  top: 32%;
  left: 17px;
  width: 62px;
  height: 44px;
}

.diff h2.mini{
  padding-top: 30px;
}

.star{
  position: relative;
}

.star::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_star.png") left top no-repeat;
  left: 7px;
  width: 49px;
  height: 34px;
  top: -4px;
}

.checkpoint h3{
  border-bottom: #E26955 solid 2px;
  font-weight: 700;
  color: #E26955;
  margin: 0 14px;
  font-size: 18px;
  margin-top: 3rem;
  margin-bottom: 20px;
  padding-left: 40px;
}

.checkpoint li{
  margin: 0 0 10px 15px;
  line-height: 1.6;
  position: relative;
}

.checkpoint li::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #E26955;
  border-bottom: 3px solid #E26955;
  transform: rotate(-45deg);
}

.checkpoint p{
  margin: 1rem!important;
}

.redback{
  background-color: #FEF2F2;
  margin: 14px;
  padding: 14px;
  padding-left: 25px;
}

.privilege{
  position: relative;
  color: #E26955;
  font-weight: 700;
  margin: 10px!important;
  margin-left: 20px!important;
}

.privilege::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 14px;
  height: 10px;
  border-left: 3px solid #E26955;
  border-bottom: 3px solid #E26955;
  transform: rotate(-45deg);
}

.demerit{
  background-color: #f7f7f7;
  margin: 14px;
  padding: 14px;
  padding-left: 25px;
}

.demerit li {
  position: relative;
  line-height: 2.3;
  padding-left: 10px;
}

.demerit li::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_badtu.png") left top no-repeat;
  left: -17px;
  width: 39px;
  height: 32px;
  top: 3px;
}


.contentWrap p{
  font-size: 15px;
  line-height: 2;
  margin: 2rem;
}

.difference p span{
  font-size: 20px ;
  font-weight: 700;
  color: #7EC7AA;
}

.demeritmidasi{
  border-bottom: #916cad solid 2px;
  font-weight: 700;
  color: #916cad;
  margin: 0 14px;
  font-size: 18px;
  margin-top: 3rem;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 10px;
}
.demeritmidasi::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_bad.png") left top no-repeat;
  left: 7px;
  width: 49px;
  height: 34px;
  top: -8px;
}

.demeritmidasi::after{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_namida.png") left top no-repeat;

  left: 253px;
  width: 43px;
  height: 58px;
  top: -9px;
}

.midasi{
  font-size: 20px!important;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0!important;
  color: #7EC7AA;
  border-radius: 1rem  1rem 0 0;
  text-align: center;
}

.midasi::before,.midasi::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #7EC7AA;
}

.midasi::before {
  left:0;
}
.midasi::after {
  right: 0;
}

p.bottomArrow{
  position: relative;
  margin-bottom: 4rem;
  padding-left: 3.5rem;
}

.bottomArrow::before{
  content: "";
  position: absolute;
  left: 1%;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/tab_attention.png") left top no-repeat;
  transform: translate(0,-50%);
  width: 2em;
  height: 4em;
  top: 32px;
}

h3.greentext{
  color: #7EC7AA;
  border: none;
  padding-left: 0px;
}

/* ボタン */
.searchsenmon{
  background-color: #E26955;
  padding: 5px;
  font-size: 20px !important;
  width: 220px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 1.5rem;
  position: relative;
  margin: 0 auto !important;
  padding-left: 35px;
  padding-bottom: 10px;
  
}



.searchsenmon::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/btn_search.png") left top no-repeat;
  color: white;
  margin-right: -27px;
  top: 22%;
  left: 9px;
  width: 62px;
  height: 44px;
}

.searchsenmon a{
  padding-bottom: 45px;
  font-size: 18px;
}
/*----タブ　---------*/
.answer_daigaku span{
  font-size: 18px;
  font-weight: 700;
  color:#50ADDB ;
}
.answer_tanki span {
  font-size: 18px;
  font-weight: 700;
  color: #B2D472;
}
.answer_senmon span {
  font-size: 18px;
  font-weight: 700;
  color: #F1B16F;
}

p.yourshinro{
  position: relative;
  display: inline-block;
  padding: 0 1em;
  margin-left: 5%;
  margin-bottom: 2rem;
  font-weight: 700;
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }


.fukidasi{
  text-align: center;
}

p.yourshinro::before{
	content: '';
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.88 56.39"><path fill="rgba(51,51,51,1)" fill-rule="evenodd" d="M39.5,49.62A3.39,3.39,0,1,0,42.88,53,3.39,3.39,0,0,0,39.5,49.62Zm-9-11.27a3.38,3.38,0,1,0,3.38,3.38A3.38,3.38,0,0,0,30.47,38.35Zm-9-13.54a3.39,3.39,0,1,0,3.39,3.38A3.39,3.39,0,0,0,21.44,24.81Zm-9-11.28a3.39,3.39,0,1,0,3.39,3.39A3.38,3.38,0,0,0,12.41,13.53ZM3.39,0A3.39,3.39,0,1,0,6.77,3.38,3.38,3.38,0,0,0,3.39,0Z"/></svg>') no-repeat left bottom;
  background-size: auto;
  background-size: 100% auto;
}

p.yourshinro::after{
	content: '';
  bottom: 0;
  right: 0;
  width: 0.8em;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.88 56.39"><path fill="rgba(51,51,51,1)" fill-rule="evenodd" d="M39.5,49.62A3.39,3.39,0,1,0,42.88,53,3.39,3.39,0,0,0,39.5,49.62Zm-9-11.27a3.38,3.38,0,1,0,3.38,3.38A3.38,3.38,0,0,0,30.47,38.35Zm-9-13.54a3.39,3.39,0,1,0,3.39,3.38A3.39,3.39,0,0,0,21.44,24.81Zm-9-11.28a3.39,3.39,0,1,0,3.39,3.39A3.38,3.38,0,0,0,12.41,13.53ZM3.39,0A3.39,3.39,0,1,0,6.77,3.38,3.38,3.38,0,0,0,3.39,0Z"/></svg>') no-repeat left bottom;
  background-size: auto;
  background-size: 100% auto;
  transform: scale(-1, 1);
}

.diff .aboutdifferent {
	position:relative;
	overflow:hidden;
	margin: .5rem 1rem;
}
.diff .aboutdifferent .selector {
  display: flex;
	margin:0;
  justify-content: space-between;
	list-style:none;
	list-style-position:outside;
	overflow:hidden;
	padding:0;
}
.diff .aboutdifferent .selector li {
  cursor: pointer;
}
.diff .aboutdifferent .selected h2{
  background: none;
  border: none;
  font-size: 1em;
	font-weight: bold;
	margin: 0;
  padding: .5rem 1rem 0;
  text-align: left;
}
.diff .aboutdifferent .selected #daigaku h2 {
  color: #08c2df;
	background-color: #b3f1fd;
}
.diff .aboutdifferent .selected #tankidaigaku h2{
	background: #cbf6e7;
  color: #41dca7;
}
.diff .aboutdifferent .selected #senmongakkou h2{
	background: #fee6d0;
  color: #ffa41b;
}
.diff .aboutdifferent figure{
  float: right;
  margin: 0 0 0 .25rem;
}
.diff .aboutdifferent figure img{
  width: 115px;
}
.diff .aboutdifferent figure img.orangeboy{
  width: 94px;
}

.diff .aboutdifferent #daigaku .answer_daigaku {
	background: #DBF0FA;
}
.diff .aboutdifferent #tankidaigaku .answer_tanki {
	background:#F6FFF3;
}
.diff .aboutdifferent #senmongakkou .answer_senmon {
	background:#fee6d0;
}
.diff .aboutdifferent #daigaku .answer_daigaku,
.diff .aboutdifferent #tankidaigaku .answer_tanki,
.diff .aboutdifferent #senmongakkou .answer_senmon {
  padding: .5rem .5rem .25rem .5rem;
	line-height:1.5em;
}

.diff .aboutdifferent .answer {
	padding:5px;
	color:#333;
}
.diff .aboutdifferent #daigaku {
	border:#08c2df solid 2px;
	background:#fff;
  border-radius: 0 0 0 0;
}
.diff .aboutdifferent #daigaku p.search {
	background:#08c2df;
}
.diff .aboutdifferent #tankidaigaku {
	border:#B9DD73 solid 2px;
	background:#fff;
}
.diff .aboutdifferent #tankidaigaku p.search {
	background:#41dca7;
}
.diff .aboutdifferent #senmongakkou {
	border:#F9B570 solid 2px;
	background:#fff;
}
.diff .aboutdifferent #senmongakkou p.search {
	background:#ffa41b;
}
.diff .aboutdifferent #daigaku .answer {
	background-color:#56c4f6;
}
.diff .aboutdifferent #tankidaigaku .answer {
	background-color:#cbf6e7;
}
.diff .aboutdifferent #senmongakkou .answer {
	background-color:#fee6d0;
}
.diff .aboutdifferent #senmongakkou p.search,
.diff .aboutdifferent #tankidaigaku p.search,
.diff .aboutdifferent #daigaku p.search {
	padding:10px 0;
	margin:0;
  
}
.diff .aboutdifferent #daigaku p.search a,
.diff .aboutdifferent #tankidaigaku p.search a,
.diff .aboutdifferent #senmongakkou p.search a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	text-align:center;
	color:#fff;
}
.diff .aboutdifferent .text {
	padding-bottom:10px;
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	line-height:1.5em;
  
}
.diff .aboutdifferent #daigaku p.search a:after,
.diff .aboutdifferent #tankidaigaku a:after,
.diff .aboutdifferent #senmongakkou a:after {
	content:url(/img/page/newcolumn/diff/tab_arrow.png);
	position:absolute;
	top:-19px;
	left:321px;
}
.diff .aboutdifferent .item {
	padding:0!important;
}

.selector li {
	text-align:center;
	padding:7px 0px;
  width: 32%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.selector li a {
  display: block;
	color:#fff;
	font-weight:bold;
  position: relative;
  text-decoration:none;
}
.selector li a:before{
  content:"";
  border: 5px solid transparent;
  border-left: 6px solid rgba(255,255,255,.5);
  left: 5px;
  position: absolute;
  top: calc(50% - 5px);
}
.selector .daigaku {
	background-color:#08c2df;
}
.selector .tanki {
	background-color:#B9DD73;
}
.selector .senmon {
	background-color:#F9B570;
}
.radius-top li {
	border-radius:0.5rem 0.5rem 0 0;
}
.radius-bottom li{
	border-radius:0 0 3px 3px;
}

.comparisonTable h3{
  color: #804d01;
  font-size: 1.1em;
  margin: 1rem .5rem 0;
  padding: .25rem;
  text-align: center;
}
.comparisonTable .box > div{
  overflow: hidden;
  padding: 10px;
  margin: 0 15px;
}
.comparisonTable .box > div:first-of-type{
  background: #e7fafe;
}
.comparisonTable .box > div:nth-of-type(2){
  background: #F6FFF3;
}
.comparisonTable .box > div:last-of-type{
  background: #FFF1E6;
}
.comparisonTable .box > div h4{
  margin: .5rem .5rem 0 .5rem;
  font-size: 15px;
  position: relative;
}

.box.float{
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-left: 3%;
}

.comparisonTable .box.float > div{
  overflow: hidden;
  padding: 10px;
  margin: 0;
  width: 32%;
}

/* .comparisonTable .box > div h4::before{
  background: #33AF8B;
  content: "";
  width: .5rem;
  height: 110%;
  left: 0;
  bottom: -10%;
  position: absolute;
} */

.comparisonTable .box > div:first-of-type h4,
.comparisonTable .box > div:first-of-type dl{
  color: #0195b2;
  padding-left: 26px;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 2rem;
}
.comparisonTable .box > div:nth-of-type(2) h4,
.comparisonTable .box > div:nth-of-type(2) dl{
  color: #98C528;
  padding-left: 26px;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 2rem;
}
.comparisonTable .box > div:last-of-type h4,
.comparisonTable .box > div:last-of-type dl{
  color: #EF9645;
  padding-left: 26px;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 2rem;
}

.comparisonTable .box > div ul{
  list-style-type: circle;
  padding-left: 1rem;
  font-size: .9em;
  line-height: 1.6;
}
.comparisonTable .box > div dt,
.comparisonTable .box > div dd{
  margin-left: 0;
}
.comparisonTable .box > div dt:before{
  content: "○";
}

.comparisonTable li{
  margin: 0 0 10px 15px;
  line-height: 1.6;
}

.specialFeature{
  border: 2px solid #f98f34;
  margin: .5rem .25rem;
}
.specialFeature .title{
  background: #f98f34;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: .25rem .25rem .25rem 1.75rem;
  position: relative;
  line-height: 1;
}
.specialFeature .title:before{
  content: "◆";
  color: #ffd452;
  position: absolute;
  left: .25rem;
  top: calc(50% -.5rem);  
}
.specialFeature dl{
  margin: 0;
}
.specialFeature dt{
  background: #ffecdc;
  border-left: 1rem solid #f98f34;
  border-top: 2px solid #f98f34;
  font-weight: bold;
  line-height: 1.3;
  padding: .5rem .25rem .5rem .5rem;
  position: relative;
}
.specialFeature dt:after{
  content: "★";
  color: #fff;
  font-size: .6rem;
  left: -.9rem;
  top: .2rem;
  position: absolute;

}
.specialFeature dt:before{
  content: "";
  border: .5rem solid transparent;
  border-bottom: .25rem solid #ffecdc;
  left: -1rem;
  bottom: 0;
  position: absolute;
}
.specialFeature dd{
  margin-left: 0;
  padding: .5rem;
}
.specialFeature dd+dd{
  border-top: 1px dotted #f98f34;
}

.searchBnrLink{
  list-style-type: none;
  margin: .75rem .5rem;
  padding-left: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.searchBnrLink li{
  margin-bottom: 10px;
  width: 250px;
  margin: 10px auto;
}
.searchBnrLink li::before{
  content: none;
}
.searchBnrLink li a{
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: .75em .25rem;
  border-radius: 1.5rem;
}
.searchBnrLink.schoolType li a{
  background-image: url("../../../../img/page/newcolumn/diff/btn_search.png");
  background-position: 1.3rem center;
  background-repeat:  no-repeat;
  background-size: 21px;
  padding-left: 7px;
  border-radius: 1.5rem;
}
.searchBnrLink li a span{
  font-size: .5em;
  font-weight: 400;
}
.searchBnrLink.schoolType li:first-of-type a{
  background-color: #08c2df;
}
.searchBnrLink.schoolType li:nth-of-type(2) a{
  background-color: #B9DD73;
}
.searchBnrLink.schoolType li:last-of-type a{
  background-color: #F9B570;
}
.searchBnrLink.omakase li a{
  background-color: #fd6d99;
  text-align: center;
}
.searchBnrLink.omakase a{
  background-image: url("../../../../img/page/newcolumn/diff/btn_shiryo_icon.png");
  background-position: 1.3rem center;
  background-repeat:  no-repeat;
  background-size: 18px;
  padding-left: 34px;
  border-radius: 1.5rem;
  width: 270px;
  margin: 0 auto;
}

.comparison.uni{
  position: relative;
}

.comparison.uni::before{
  background: #50ADDB;
  content: "";
  width: .5rem;
  height: 83%;
  left: 13px;
  bottom: -7%;
  position: absolute;
}


.comparison.jun{
  position: relative;
}

.comparison.jun::before{
  background: #98C528;
  content: "";
  width: .5rem;
  height: 83%;
  left: 13px;
  bottom: -7%;
  position: absolute;
}

.comparison.voc{
  position: relative;
}

.comparison.voc::before{
  background: #EF9645;
  content: "";
  width: .5rem;
  height: 83%;
  left: 13px;
  bottom: -7%;
  position: absolute;
}

.comparisonTable .box > div:first-of-type p{
  color: #50ADDB;
  margin-left: 15px;
  font-weight: 700;
}

.jun p{
  color: #98C528;
  margin-left: 15px;
  font-weight: 700;
}

.voc p{
  color: #EF9645;
  margin-left: 15px;
  font-weight: 700;
}

.comparisonTable.box{
  margin-top: 40px!important;
}

p.fontblack{
  color: #333!important;
  font-weight: 400!important;
}

ul.comparisonlist{
  background-color: unset;
  padding: 0;
}

ul.comparisonlist li::before{
  content: none;
}
.diffbtn{
  background-color: #E26955;
padding: 10px;
position: relative;
width: 250px;
text-align: center;
margin: 0 auto;
border-radius: 0.5rem;
margin-top: 10px;
font-weight: 700;
}
.diffbtn::before{
  content: "";
background: url("/new/_app/_webroot/img/page/newcolumn/diff/btn_search.png") no-repeat;
width: 23px;
height: 39px;
display: inline-block;
background-size: contain;
position: absolute;
margin: auto;
left: 19px;
top: 14px;
}

.diffbtn p{
  margin: 0;
  color: #fff;
  padding-left: 2em;
}
.diffbtn.column{
  background-color: #E26955;
  padding: 10px;
  position: relative;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.5rem;
  margin-top: 10px;
  font-weight: 700;
}
.diffbtn.column::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/btn_column.png") no-repeat;
  width: 23px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 19px;
  top: 14px;
}

/*---ボタン
.seikyu_daigaku a {
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#08c2df;
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #008397;
	margin:0 5px;
	border-radius:4px;
}
.seikyu_tanki a {
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#41dca7;
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #03a76f;
	margin:0 5px;
	border-radius:4px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3),-1px -1px 0 rgba(0,0,0,0.2),1px -1px 0 rgba(0,0,0,0.2),-1px 1px 0 rgba(0,0,0,0.2);
}
.seikyu_senmon a {
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#ffa41b;
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #d77219;
	margin:0 5px;
	border-radius:4px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3),-1px -1px 0 rgba(0,0,0,0.2),1px -1px 0 rgba(0,0,0,0.2),-1px 1px 0 rgba(0,0,0,0.2);
}
.seikyu_daigaku span,
.seikyu_senmon span,
.seikyu_tanki span {
	font-size:1.3em;
}
.viewport {
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
　----*/
/*---- ページの先頭へ　---*/


/* 比較ページ内リンクメニュー */
h3.hikakumenu{
  font-size: 18px;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

h3.hikakumenu::before{
  content: '';
  display: block;
  position: absolute;
  top: -2.3em;
  left: 44%;
  width: 51px;
  height: 34px;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_hikaku.png") no-repeat;
  margin-bottom: 2rem;
}

ul.linklist {
  margin-left: 12px;
}

.linklist li{
  line-height: 50px;
  border-top: solid 1.5px #7EC7AA;
  width: 95%;
  padding-left: 10px;
  position: relative;
}
.linklist li::after{
  content: '';
  border-bottom: solid 3px #7EC7AA;
  border-right: solid 3px #7EC7AA;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  right: 6%;
  top: 35%; 
}

.linklist li a{
  width: 326px;
  display: inline-block;
}

li.endline{
  line-height: 50px;
  border-bottom: solid 1.5px #7EC7AA;
  width: 95%;
  padding-left: 10px;
}
/* 比較ページ内リンクメニューfin */

/* 比較見出しデザイン */
.hikakulist{
  background-color: #f2f9f5;
  padding: 20px;
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  margin: 4rem 14px 2rem 14px;
  margin-top: 6rem;
}

.hikakulist::before{
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '比べてみよう！';
  background: #7EC7AA;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 5px;
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.05em
}

.hikakulist::after{
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  left: 4%;
  width: 51px;
  height: 40px;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/icon_hikaku.png") no-repeat;
  margin-bottom: 2rem;
}
/* 比較見出しデザインfin */
/* コラムチンクボタン */

.columbtn img{
  width: 144px;
  max-width: 100%;
  padding: 20px;
}

.columbtn p{
  padding-right: 10px;
  font-weight: 700;
}

.columbtn{
  display: flex;
  background-color: #fff;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}

.columbtn::after{
  content: "";
  position: absolute;
  top: 50%;   /* 縦軸をセンタリングする */ 
  left: 92%;
  transform: translateY(-50%);   /* 縦軸をセンタリングする */  
  border: 6px solid transparent;
  border-left: 9px solid #7EC7AA;
}

/* 向いている人の特徴デザイン */

.balloon p{  
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 200px;
  text-align: center;
}


/* 大学　青 */
.balloon.blue{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 78px;
  max-width: 91%;
  color: #fff;
  font-size: 14px;
  background: #50ADDB;
  border-radius: 1.5rem;
  margin-left: 10px;
}

.balloon.blue::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 11px solid #50ADDB;
}

.balloon.blue::after{
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 77%;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/img_piyo1.png") no-repeat;
  animation: fuwafuwa 2s infinite;
  max-width: 123px;
  display: inline;
  width: 127px;
  height: 98px;
  background-size: contain;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0px);
  }
}


.facinglist.blue{
  background-color: #DBF0FA;
  margin: 14px;
  padding: 14px;
  padding-left: 25px;
  border-radius: 0.5rem;
  z-index: 2;
  position: relative;
}

.facinglist.blue ul li::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #50ADDB;
  border-bottom: 3px solid #50ADDB;
  transform: rotate(-45deg);
}

/* 短大　緑 */

.balloon.green{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 78px;
  max-width: 91%;
  color: #fff;
  font-size: 14px;
  background: #B9DD73;
  border-radius: 1.5rem;
  margin-left: 10px;
}

.balloon.green::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 11px solid #B9DD73;
}

.balloon.green::after{
  content: '';
  display: block;
  position: absolute;
  top: 42%;
  left: -20%;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/img_usa2.png") no-repeat;
  margin-bottom: 2rem;
  animation: fuwafuwa 2s infinite;
  max-width: 88px;
  display: inline;
  width: 140px;
  height: 94px;
  background-size: contain;
}

.facinglist.green{
  background-color: #F6FFF3;
  margin: 14px;
  padding: 14px;
  padding-left: 25px;
  border-radius: 0.5rem;
  z-index: 2;
  position: relative;
}

.facinglist.green ul li::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #B9DD73;
  border-bottom: 3px solid #B9DD73;
  transform: rotate(-45deg);
}

/* 専門学校　オレンジ */

.balloon.orange{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 78px;
  max-width: 91%;
  color: #fff;
  font-size: 14px;
  background: #F9B570;
  border-radius: 1.5rem;
  margin-left: 10px;
}

.balloon.orange::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 11px solid #F9B570;
}

.balloon.orange::after{
  content: '';
  display: block;
  position: absolute;
  top: 53%;
  left: 80%;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/img_piyo3.png") no-repeat;
  margin-bottom: 2rem;
  animation: fuwafuwa 2s infinite;
  max-width: 123px;
  display: inline;
  width: 127px;
  height: 94px;
  background-size: contain;
}

.facinglist.orange{
  background-color: #FFF1E6;
  margin: 14px;
  padding: 14px;
  padding-left: 25px;
  border-radius: 0.5rem;
  z-index: 2;
  position: relative;
}

.facinglist.orange ul li::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #F9B570;
  border-bottom: 3px solid #F9B570;
  transform: rotate(-45deg);
}

.center{
  width: 260px;
  margin: 2rem auto;
}

.emp{
  position: relative;
}

.emp::before{
  content: '';
  top: -6px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, 0);
}


/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {

    @CHARSET "UTF-8";
    @import url('../column_pc.css');

.contentWrap{
  width: 960px;
  margin: 0 auto;
}

.difference{
  margin: 0 14px;
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.midasi::before, .midasi::after {
  width: 178px;

}

.piyousaimg{
  max-width: 60%;
  margin: 0 auto;
}

.pageIndex ul{
  width: 700px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.pageIndex ul::before{
  top: -2em;
  left: 45%;
}

.mokuzi{
  padding-right: 35px;
}

.midasi{
  padding-top: 10px;
  width: 668px;
  text-align: center;
}

.diff h1.contentTitle{
  background-size: 50px;
}
.diff .contentWrap .leadText{
  width: 960px;
  margin: 1rem auto;
}

.redback{
  width: 861px;
  margin: 0 auto;
}

.demerit{
  width: 861px;
  margin: 0 auto;
  position: relative;
}

.demerit::after{
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  left: 74%;
  width: 172px;
  height: 101px;
  background: url("/new/_app/_webroot/img/page/newcolumn/diff/img_sadpiyo.png") no-repeat;
  margin-bottom: 2rem;
}

.bottomArrow::before{
  left: 4%;
}

.diff h2{
  font-size:20px;
  height: 63px;
  width: 943px;
}

.mokuji{
  margin: 0;
  width: 280px;
}
.mokuji ul{
  background: #fff;
}
.mokuji li+li{
  border-top: 3px dotted #ffdc73;
  margin-top: 0;
}
.mokuji a{
  font-size: .9rem;
  border: none;
}

.diff .comparisonTable .box{
  display: flex;
  margin-left: 35px;
  margin-right: 35px;
}
.diff .comparisonTable .box>div{
  width: calc(100% / 3);
  margin: 0;
  box-sizing: border-box;
}
.diff .comparisonTable .box ul{
  padding-left: 1rem;
}
.diff .comparisonTable .box>div.uni h4{
  color: #50ADDB;
}

.diff .comparisonTable .box>div.jun h4{
  color: #98C528;
}

.diff .comparisonTable .box>div.voc h4{
  color: #EF9645;
}

.diff .comparisonTable .note{
  text-align: right;
  font-size: .7em;
  margin-top: .25rem;
}

.checkpoint.red ul{
  margin: 35px;
  padding: 35px;
}

p.bottomArrow{
  padding-left: 6rem;
}

.selector li a{
  font-size: 20px;
}

.selector li a:before{
  content:"";
  border: 10px solid transparent;
  border-left: 11px solid rgba(255,255,255,.5);
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
}

.diff .aboutdifferent{
  position: relative;
  overflow: hidden;
  width: 850px;
  margin: 4rem auto;
}

.diff .aboutdifferent aside{
  display: none;
}
.aboutdifferent .section > div{
  min-height: 3.5rem;
}
.aboutdifferent .section figure{
  margin: 0 1rem 0 1rem;
}

.searchBnrLink.schoolType{
  display: flex;
}
.searchBnrLink.schoolType li{
  width: calc(90% / 3);
  margin: 0 auto;
}
.diff .searchBnrLink.schoolType a{
  background-size: 25px;
  font-size: 1.1em;
  padding: 1rem 0 1rem .5rem;
  text-align: center;
}

.searchBnrLink.omakase a{
  width: 400px;
  margin: 0 auto;
}
.girlimg{
  text-align: center;
}

p.yourshinro{
  margin-left: 24px;
}
.searchsenmon{
  width: 260px;
  padding-left: 27px;
}
.searchsenmon::before{
  left: 23px;
}
h3.hikakumenu::before{
  left: 47.5%;
}
.linklist li{
  width: 672px;
  margin: 0 auto;
}
li.endline{
  width: 672px;
}
.hikakulist{
  padding-left: 93px;
}
.diff h2.mini{
  padding-top: 19px;
}
.diff h2::before{
  top: 29%;
}
.columbtn{
  width: 377px;
  display: inline-flex;
}
.columbtn img{
  width: 180px;
  padding: 20px;
}
.columbtn p{
  padding-right: 26px;
}
.btnlist{
  margin: 0 auto;
  width: 870px;
}
.message{
  width: 460px;
  margin: 0 auto;
}
.girlimg{
  max-width: 50%;
  margin: 0 auto;
}
.center{
  width: 274px;
  margin: 0 auto;
}

.facinglist.blue{
  width: 624px;
  margin: 0 auto;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}
.facinglist.green{
  width: 624px;
  margin: 0 auto;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}
.facinglist.orange{
  width: 624px;
  margin: 0 auto;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}
.facinglist ul{
  padding: 0!important;
}
.balloon.blue::after{
  top: 55%;
}
.balloon.green::after{
  top: 67%;
}
.balloon.orange::after{
  top: 63%;
}
.linklist li a{
  height: 38px;
  width: 676px;
}
  }