@import url("/css/lpreset.css");
@import url("/css/slick.css");
@import url("/css/slick-theme.css");

*, *:before, *:after {
  box-sizing: border-box;
}
body{
  font-family: sans-serif;
}
a{
  text-decoration: none;
}
img{
  vertical-align: bottom;
  backface-visibility: hidden;
}
#wrapper{
  overflow: hidden;
}
/*-------------------------------

  header

-------------------------------*/
#lp-head {
  padding: 30px 0 0 0;
  text-align: center;
  background: #68b787;
}
#lp-head-h1 img{
 width: 268px;
 height: 40px;
}
/*-------------------------------

  main

-------------------------------*/
/*---------- sub ----------*/
#sub{
  width: 100%;
  position: relative;
  background-color: #68b787;
  padding-bottom: 120px;
}
.sub-backimg{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#sub div{
  position: relative;
  z-index: 9999;
}
.sub-regi{
  display: flex;
  align-items: center;
  justify-content: center;
  background:#e0145f;
  color:#e8f0de;
  width: calc(100% - 160px);
  padding:20px 0;
  margin:30px auto ;
  font-size:1.7em;
  border-radius: 20px;
  font-weight: bold;
}
.sub-regi i{
  font-size: 1.5rem;
  margin-bottom: 4px;
  margin-right: -10px;
}
.sub-notice{
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 0.8rem;
  border: 2px solid #0b3661;
  border-radius: 10px;
}
.sub-notice li:nth-of-type(1){
  border-bottom: 2px solid #0b3661;
}
.sub-notice li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #0b3661;
  font-weight: bold;
}
/*-------------------------------

  article

-------------------------------*/
#slide-box{
  background: #e8f0de;
  padding: 20px 0 10px;
}
.slide li{
  padding-right:20px ;
  text-align: center;
  font-size: 0.8rem;
}
.slide li img{
  width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
}
.slide li a{
  color:#333 ;
}
/*-------------------------------

  article

-------------------------------*/
section{
  background: #e8f0de;
}
/*---------- title/more ----------*/
.cont-title{
  color:#e8f0de;
  padding: 5px 20px;
  font-size: 1.1rem;
  background:#68b787;
}
.cont-title i{
  margin-right: 10px;
}
.cont-more{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 20px auto;
  color: #e8f0de;
  background: #ffea00;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  font-size: 0.8rem;
}
/*---------- new ----------*/
#cont-new ul{
  width: calc(100% - 40px);
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#cont-new ul li{
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
#cont-new ul li:nth-of-type(2n){
  margin-left: 20px;
}
.cont-new-img img{
  width: 100%;
  border-radius: 10px;
}
.cont-new-data{
  display: block;
  padding: 3px;
  color: #0b3661;
}
.cont-new-data h3{
  font-size: 0.8rem;
  margin-bottom: 3px;
}
.cont-new-data h4{
  font-size: 0.7rem;
  margin-bottom: 3px;
  font-weight: normal;
}
.cont-new-data p{
  font-size: 0.7rem;
  font-weight: bold;
  background: #0b3661;
  color: #e8f0de;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
}
/*---------- pick ----------*/
#cont-pick ul{
  margin: 0 auto ;
  padding: 20px 0;
}
#cont-pick ul li{
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto 20px;
  padding: 10px;
  border: 1px solid #68b787;
  border-radius: 10px;
}
#cont-pick ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
.cont-pick-img{
  display: block;
  width: 90px
}
.cont-pick-img img{
  width:100% ;
  border-radius: 10px;
}
.cont-pick-data{
  width: calc(100% - 90px);
  display: block;
  padding: 10px;
  color: #0b3661;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont-pick-data h3{
  font-size: 0.8rem;
  margin-bottom: 3px;
}
.cont-pick-data h4{
  font-size: 0.7rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.cont-pick-data p{
  font-size:0.7rem;
}
.cont-pick-data i{
  color: #0b3661;
}
/*---------- rank ----------*/
#cont-rank ul{
  margin: 0 auto;
}
#cont-rank ul li {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #68b787;
}
.cont-rank-img{
  display: block;
  width: 90px;
  margin-right: 10px;
}
.cont-rank-img img{
  width: 100%;
  border-radius: 10px;
}
.cont-rank-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  color: #0b3661;
  padding: 5px;
  padding-left: 0;
}
.cont-rank-data{
  width: calc(100% - 25px);
}
.cont-rank-data h3{
  font-size: 0.8rem;
}
.cont-rank-data h4{
  font-size: 0.7rem;
  font-weight: normal;
  margin-bottom: 2px;
}
#cont-rank div p{
  font-size: 0.7rem;
}
.cont-rank-data i{
  color: #0072be;
}
.cont-rank-num{
  display: inline-block;
  padding: 0 10px;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: #0072be;
  color: #e8f0de;
}
.cont-rank-num1{
  background: #bbae3b;
  color: #e8f0de;
}
.cont-rank-num2{
  background: #b1b4b5;
  color: #e8f0de;
}
.cont-rank-num3{
  background: #91513d;
  color: #e8f0de;
}
/*---------- search ----------*/
#cont-search{
  padding-bottom: 20px;
}
#cont-search form{
  display: flex;
  justify-content: space-between;
  padding-left:10px;
  width:calc(100% - 40px);
  margin:20px auto;
  border:1px solid #68b787;
  border-radius: 10px;
}
#cont-search form input{
  display: block;
  width:calc(100% - 50px);
  height: 40px;
  line-height: 40px;
  border:none;
  background-color:transparent;
  font-size:0.8rem;
  color: #0b3661;
}
#cont-search form button{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width:50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#0b3661;
  background:transparent;
  font-size:1.2rem;
}
#cont-search ul{
	width:calc(100% - 40px);
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
#cont-search ul li{
  width: calc((100% - 20px) / 2);
	margin-bottom:20px;
}
#cont-search ul li:nth-of-type(2n){
  margin-left: 20px;
}
#cont-search ul li:nth-last-of-type(1),
#cont-search ul li:nth-last-of-type(2){
  margin-bottom:0;
}
#cont-search ul li a{
	display: flex;
  align-items: center;
  justify-content: space-between;
	padding:10px;
	background:#0b3661;
  color: #e8f0de;
	font-size:0.8rem;
  border-radius: 10px;
}
#cont-search ul li a i{
  color: #68b787;
}
/*---------- art ----------*/
#cont-art ul{
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#cont-art ul li{
  width: calc((100% - 20px)/ 2);
  margin-bottom: 20px;
}
#cont-art ul li:nth-of-type(odd){
  margin-right: 20px;
}
#cont-art ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #333;
  font-size: 0.8rem;
  border: 1px solid #aaa;
  border-radius: 10px;
}
#cont-art ul li a i{
  color: #0072be;
}
/*-------------------------------

  menu

-------------------------------*/
#cont-menu ul{
  width:calc(100% - 40px);
  margin:0 auto ;
  padding: 20px  0;
}
#cont-menu ul li{
  margin-bottom: 20px;
}
#cont-menu ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
#cont-menu ul li a{
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px;
  font-size:0.8rem;
  color:#e8f0de;
  background: #0b3661;
  border-radius: 10px;
}
#cont-menu ul li a i{
  color: #e8f0de;
}
/*-------------------------------

  footer

-------------------------------*/
.license{
  color: #0b3661;
  text-align: center;
  font-size: 0.8rem;
  padding: 50px 0;
  background: #e8f0de;
}
.license dt{
  font-weight: bold;
}

.copy{
  padding:20px 0;
  color:#e8f0de;
  background: #68b787;
  font-size:0.8rem;
  text-align: center;
  font-weight: bold;
}