@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url("../image/comparison/img_comp_pc.jpg") no-repeat center center;
  background-size: cover;  
}
.page-ttl h1{
  max-width: 780px;
}

.btn-detail.btn_youtube {
    display: block;
    margin: 20px auto 0;
    max-width: 260px;
    width: 100%;
    height: 45px;
    line-height: 40px;
    border: 2px solid;
    border-radius: 35px;
    background: url(../image/top/icon_youtube.svg) no-repeat right 30px center;
    background-size: 20px auto;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
.page-ttl{
  background:url("../image/comparison/img_comp_sp.jpg") no-repeat center center;
  background-size: cover;  
}
  .page-ttl h1 {
      max-width: 300px;
      padding: 12px 10px 3px;
      font-size: 2.8rem;
  }
}

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.fancybox-type-iframe{	
z-index: 99999;	
}
.btn_line_round._w a:before,
.btn_line_round._w span:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  transition: all 200ms linear;
}
.btn_line_round._w a:hover,
.btn_line_round._w span:hover{
 border-color: #ffffff;
}
.btn_line_round._w a.hovergreen:hover,
.btn_line_round._w span.hovergreen:hover{
 color:#7FBE26;
}
.btn_line_round._w a.hoverbio:hover,
.btn_line_round._w span.hoverbio:hover{
 color:#20AEE5;
}
.btn_line_round._w a.course01:hover{
 color:#74B4E3;
}
.btn_line_round._w a.course02:hover{
 color:#71C6D0;
}
.btn_line_round._w a.course03:hover{
 color:#718BC6;
}
.btn_line_round._w a.course04:hover{
 color:#4D87AC;
}
.btn_line_round._w a:hover:before,
.btn_line_round._w span:hover:before{
 left: 0;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 50px 0 70px;
  text-align: center;
}
.intro .txt-lead{
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height:1.5;
  color: #7B5;
  font-weight:800;
}
.intro .txt{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.intro .table-comp{
  font-size: 1.5rem;
  width: 80%;
  text-align: center;
	margin: 10px auto;
	}
table {
  text-align: center;
  border: 3px solid #7b5;
  border-collapse: inherit;
  border-radius: 20px;
  overflow: hidden;
}

table th {
  width: 40%;
  border-right: 1px solid white;
  border-bottom: 1px solid #7B5;
  padding: 10px 10px;
  color: white;
  background-color: #7B5;
  vertical-align: middle;
}
table th.compttl {
 width: 20%;
	}
table th:last-of-type{
  border-right: none;
}
table td {
  text-align: left;
  border-right: 1px solid #7B5;
  border-bottom: 1px solid #7B5;
  padding: 10px 10px;
  vertical-align: middle;
}
table td.cent{
	text-align: center;
}
table td:last-of-type {
  border-right: none;
}



/* reason
-----------------------------------------------------------------*/
.reason{
  padding: 110px 0 80px;
  background:url(../image/top/bg_reason_pc.png) no-repeat center top #5CC6DF;
  background-size: 100% auto;
}

.reason h2{
  margin-bottom: 30px;
  text-align:center;
  font-size: 2rem;  
}
.reason h2 span:nth-child(1),
.reason h2 span:nth-child(2){
  display: inline-block;
  margin-right: 7px;
  padding: 0 15px 2px;
  border-radius:24px;  
  font-size: 1.8rem;
  color: #FFF;   
}
.reason h2 .course01{
  background: #1694D3;
}
.reason h2 .course02{
  background: #004D9F; 
}
.reason h2 .txt-reason{
  display: block;
  margin-top: 12px;  
}
.reason p{
  margin-bottom: 20px; 
}
.reason p strong{
	background: #FFD700;
}

@media screen and (max-width: 768px){
  .information h3 {
      max-width: 320px;
      padding: 3px 10px;
      font-size: 1.8rem;
  }
}
.btn_line_round a, .btn_line_round span {
    background: url(../../../common/image/arw_circle_white.svg) no-repeat right 30px center;
    background-size: 20px auto;
    color:#ffffff;
}

/* voice
-----------------------------------------------------------------*/
.system .box-voice {
    margin: 60px 50px 20px;
    background: #efe;
    border: 3px solid #7B5;
    border-radius: 10px;
    overflow: hidden;
}
.system .box-voice .wrapper {
    width: 42%;
    display: flex;
    margin: 20px 4%;
    justify-content: space-between;
    float: left;
}
.system .box-voice .ttl-voice {
    padding: 2px 0;
    background: #7B5;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.system .box-voice .wrapper .txtWrap{
	width: 90%;
}
.system .box-voice .wrapper .txtWrap .txt-lead-voice {
    color: #7B5;
    font-size: 2.4rem;
    font-weight: 700;
}
.system .box-voice .wrapper .txtWrap .txt-voice {
	margin: 10px 10% 0 0;
}
.system .box-voice .wrapper .profile {
    width: 30%;
    transform: translateY(-10%);
    margin: 50px 0;
}
.system .box-voice .wrapper .profile .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}

/* university
-----------------------------------------------------------------*/
.system .box-university {
    margin: 60px 50px 20px;
    background: #efe;
    border: 3px solid #7B5;
    border-radius: 10px;
    overflow: hidden;
}
.system .box-university .wrapper {
    width: 80%;
    display: flex;
    margin: 20px 4%;
    justify-content: space-between;
    float: left;
}
.system .box-university .ttl-voice {
    padding: 2px 0;
    background: #7B5;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.univ-list li{
	list-style-type:square;
	margin-left: 20px;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 30px 0 35px; 
  }
  .intro .txt-lead{
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height:1.5;
  }
  .intro .txt{
    font-size: 1.4rem;
    text-align: left;   
  }
.intro .table-comp{
  font-size: 1.5rem;
  width: 90%;
  }

/* reason
-----------------------------------------------------------------*/
  .reason{
    padding: 65px 0 80px;
    background:url(../image/top/bg_reason_sp.png) no-repeat center top #5CC6DF;
    background-size: 100% auto;
  }
  
  .reason h2{
    margin-bottom: 20px;
    font-size: 1.6rem; 
  }
  .reason h2 span:nth-child(1),
  .reason h2 span:nth-child(2){
    margin-right: 5px;
    padding: 0 10px 2px;  
    font-size: 1.6rem; 
  }
  .reason h2 .txt-reason{
    margin: 10px auto 0;
    width: 77%;  
  }

	
/* voice
-----------------------------------------------------------------*/
.system .box-voice {
    margin: 50px 3% 20px;
}
.system .box-voice .wrapper,.system .box-university .wrapper {
    width: 100%;
    display: block;
    margin: 5% 5%;
    justify-content: space-between;
    float: none;
}
.system .box-voice .ttl-voice {
    padding: 4px 0;
    font-size: 1.8rem;
}
.system .box-voice .wrapper .txtWrap{
	width: 100%;
}
.system .box-voice .wrapper .profile {
    width: 100%;
    display: flex;
    margin: 10px 0 50px;
    transform: translateY(0);
    flex-flow: row-reverse;
    align-items: flex-end;
}

}

