
@import url(../reset.css);
.bigImg{
  width: 100%; 
  height: 498px;
  background: url(../../images/common/sub_img_1.png) no-repeat center / cover;
}

 .sub-wrap-title{
  margin-top: 60px;   
  font-size: 38px;
  font-weight: 700;
  color :#090909;
  text-align: center;
  }
.sub-wrap-title p::after{
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin: 5px auto;
  background-color: #090909;
}
.sub_navBar{
height: 40px;  
border-bottom: 1px solid #a0a3a3;
}

.sub_navBar_list{
 
  margin-top: 70px;
  font-size: 17px;
  font-weight: 600;
  color: #3f4243; 
  display: flex;
  justify-content:center; 
 
 
}
.sub_navBar_list>li{
margin-left: 80px;
}
/*  .sub_navBar_list>li>a:hover::after{
 margin: 22px auto ;
 display: block;
 content:'';
 border-bottom: 3px solid #3195d9;
 transition :  0.5s
}*/

/* .sub_navBar_list li a {
display: inline-block;
}  */
.sub_navBar_list li a::after {
margin: 22px auto ;
display: block;
content: '';
width: 100%;
border-bottom: 3px solid #3195d9;

}
.sub_navBar_list li:nth-child(1)>a::after {
display: none;
}
.sub_navBar_list li:nth-child(3)>a::after {
  display: none;
}
.sub_navBar_list li:nth-child(4)>a::after {
    display: none;
} 

.contentsTitle_des {
  margin-bottom: 90px;
  font-size: 17px;
  line-height: 1.7;
}

 
.contentsTitle_des {
  margin: 30px 0 70px;
  font-size: 18px;
  line-height: 35px;
}
.contentsListTitle_des p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  color: #3f4243;
  margin-bottom: 10px;
  float: left;
}
.contentsListTitle h2 {
  position: relative;
  font-size: 28px;
    font-weight: 600;
    color: #0776d3;
    margin-bottom: 72px;
}

.contentsListTitle > h2::after {
  display: block;
  content: '';
  width: 35px;
  height: 1px;
  background-color:  #0776d3; 
  position: absolute;
  bottom: -20px;
}

.contentsListTitle_des {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 85px;
  width: 75%;
  float: left;
}
.contentsListImg {
  float: right;
  width: 25%;
  display: block;
}

.contentsListItems ul {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 60px;
}

.contentsListItems ul span {
  /* display: block; */

  margin-bottom: 50px;
  position: relative;
  
}
.contentsListItems ul span::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #0776d3;
  top: 35px;
  left: 0px;
  width: 34px;
  
}



.contentsListItems ul li {
 
  font-size: 17px;
  list-style: disc;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 300;
  margin-left: 25px;
}

.contentsListItems>ul:last-child>li {
  margin-bottom: 130px;
}
.contentsListTitle.rank {
  margin-bottom: 70px;
}
.contentsListTitle.rank>h2 {
  display: inline-block;
}
.contentsListTitle.rank>h2+span {
  margin-left: 10px;
  color: #000;
}
.contentsListTitle .rank-list {
  display: flex;
  color: #000;
  align-items: center;
  margin-bottom: 110px;
}
.contentsListTitle .rank-list div {
  padding: 10px 50px;
  border: 1px solid #ddd;
  border-radius: 2rem;
  margin-right: 2px;
  font-weight: 600;
}
.contentsListTitle .rank-list i {
  margin-right: 2px;
}

main{
  width: 100%;
}

/* main */
