@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/
.recommendContents{
margin: 5px auto 0;
font-size: 1.6rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
letter-spacing: 0.02em;
line-height: 1.4;
}

/*----------------[Layout]----------------*/
.l_recommendMv {
margin: 0 auto;
background: #1f96be;
/* Old browsers */
background: -moz-linear-gradient(top, #1f96be 0%, #55b1d0 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #1f96be 0%, #55b1d0 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1f96be 0%, #55b1d0 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f96be', endColorstr='#55b1d0', GradientType=0);
/* IE6-9 */
}
.l_recommendNav{
border-bottom: 10px solid #1e99c1;
border-image: linear-gradient(to right, #55b1d0 0%, #1f96be 100%);
border-image-slice: 1;
}
.l_recommendNav.navFix {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
margin: 0 auto;
z-index: 100;
background: #fff;
}
.l_recommendPoint {
margin: 0 auto;
background: #e7f9ff;
}
.l_recommendFive {
padding: 60px 0 80px;
background: url(ui3081_bg01.png) repeat;
}
.l_recommendRanking{
background: #e7f9ff;
padding: 60px 0px 50px;
}
.l_recommendSpecial{
background: url(ui3081_bg01.png) repeat;
}
/*----------------[Module]----------------*/
/*-----mv-----*/
.m_recommendMv_inner {
max-width: 1700px;
height: 600px;
margin: 0 auto;
background: url(231011_mv_bg_pc.png) no-repeat;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
/*-----nav-----*/
.m_recommendNav_inner{
width: 1160px;
margin: 0 auto;
}

/*-----section-----*/
.m_section_inner {
width: 1160px;
margin: 0 auto;
padding: 60px 0;
}
.m_section_ttl {
font-size: 4rem;
font-weight: 500;
letter-spacing: 0.05em;
text-align: center;
color: #36689b;
}
.m_section_box{
margin: 30px auto 0;
background: #fff;
padding: 50px 40px;
}
.m_section_txt + .m_section_txt {
margin-top: 15px;
}
/*-----title-----*/
.m_inner_ttl{
text-align: center;
}
/*-----txt-----*/
.m_txtBold{
font-weight: bold;
}
.m_txtRed{
color: #c00;
}
.m_txtLine{
color: #2097be;
}
/*-----banner-----*/
.m_bannerImg:hover{
opacity: 0.8;
}
.m_banner_txt{
margin-top: 20px;
text-align: center;
}
/*-----button-----*/
.m_button {
padding: 10px 30px 12px;
background: #fff;
border: 2px solid #333;
border-radius: 50px;
color: #333;
text-decoration: none;
display: block;
text-align: center;
position: relative;
font-size: 2rem;
font-weight: bold;
}
.m_button:hover{
color: #fff;
background: linear-gradient(180deg, rgba(15,13,13,1) 0%, rgba(88,88,87,1) 100%);
}
.m_button::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #181818;
border-right: 2px solid #181818;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
}
.m_button:hover:after{
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
/*-----recommendRanking-----*/
.m_recommendRanking_inner{
width: 1160px;
margin: auto;
}
.m_recommendRanking_box{
margin: 30px 0 60px;
}
.m_ranking_inner{
background: #1f96be;
/* Old browsers */
background: -moz-linear-gradient(right, #1f96be 0%, #55b1d0 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(right, #1f96be 0%, #55b1d0 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #1f96be 0%, #55b1d0 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f96be', endColorstr='#55b1d0', GradientType=0);
/* IE6-9 */
padding: 40px 0 25px;
text-align: center;
color: #fff;
}
.m_ranking_voice{
margin: 60px auto 0px;
width: 1160px;
}
.m_stuVoice{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.m_stuVoice_inner{
position: relative;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
cursor: pointer;
}
.m_stuDetail{
display: none;
}
.m_stuInner{
background: #fff;
padding: 30px 40px;
border: 1px solid #2097be;
border-radius: 10px;
}
/*-----recommendPc----------------*/
.m_rcmdPc_inner{
margin-top: 80px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
/*-----recommendSpecial----------------*/
.m_special_box{
background: #fff;
padding: 50px;
margin: 30px 0px;
}
/*----------------[original]----------------*/
/*-----mv-----*/
.campaignTitleTxt{
margin-top: 10px;
}
.campaignTitleBtn {
font-size: 1.8rem;
margin: 10px auto 0;
width: 400px;
}
.campaignTitleBtn .m_button::after {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
top: 40%;
}
/*-----nav-----*/
.rcmdNav{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
text-align: center;
align-items: center;
font-size: 1.5rem;
}
.rcmdLine{
width: calc(100% / 3);
position: relative;
}
.rcmdLine:not(:last-child)::after{
content:"";
width: 2px;
height: 60px;
background-color: #2097be;
position: absolute;
top: 10px;
left: 0px;
}
.rcmdItem{
display: block;
text-decoration: none;
padding: 20px 0 20px;
color: #353535;
}
.rcmdItem::after{
content: "";
width: 100%;
height: 10px;
background-color: rgba(0,0,0,0);
position: absolute;
bottom: -10px;
left: 0px;
}
.rcmdItem:hover::after{
content: "";
width: 100%;
height: 10px;
background-color: #353535;
position: absolute;
bottom: -10px;
left: 0px;
color: #2097be;
}
.rcmdLink{
display: block;
text-decoration: none;
padding: 17px 0 17px;
color: #353535;
background-color: #fffa7a;
font-size: 1.7rem;
font-weight: bold;
}
.rcmdLink::after{
content: "";
width: 100%;
height: 10px;
background-color: rgba(0,0,0,0);
position: absolute;
bottom: -10px;
left: 0px;
}
.rcmdLink:hover::after{
content: "";
width: 100%;
height: 10px;
background-color: #353535;
position: absolute;
bottom: -10px;
left: 0px;
color: #2097be;
}
.rcmdLink::before{
content: '';
width: 8px;
height: 8px;
border-top: 3px solid #353535;
border-right: 3px solid #353535;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
animation: slidemove 0.8s ease 0s infinite alternate;
}
@keyframes slidemove{
  from {
   right: 15px;
  }

  to {
   right: 20px;
  }
}
.rcmdLink:hover::before{
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #2097be;
border-right: 2px solid #2097be;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
}
/*-----point-----*/
.pointList{
padding: 30px 0px 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.pointItem{
width: 25%;
text-align: center;
}
.pointItem:nth-of-type(n+4) {
padding-top: 10px;
}
.pointItemTxt{
margin-top: 10px;
}
/*-----recommendFive-----*/
.fiveList{
margin: 80px 0px 50px;
}
.fiveInner{
width: 1160px;
margin: auto;
position: relative;
}
.fiveList li:nth-of-type(-n+6) {
margin-bottom: 130px;
}
.fiveList li:nth-of-type(8) {
margin-bottom: 240px;
}
.fiveList li:nth-of-type(10){
margin-bottom: 150px;
}
.fiveItemBlue{
background: #45bbc5;
}
.fiveItemGreen{
background: #43bbba;
}
.fiveNumber{
font-size: 4rem;
color: #fff;
width: 60px;
height: 60px;
text-align: center;
}
.fiveNumberBlue{
position: absolute;
top: 0px;
left: 0px;
background: #45bbc5;
}
.fiveNumberGreen{
position: absolute;
top: 0px;
right: 0px;
background: #43bbba;
}
.fiveTxtBox{
width: 950px;
background: #fff;
padding: 0px 80px;
}
.fiveList li:nth-of-type(8) .fiveTxtBox{
padding-bottom: 80px;
}
.fiveList li:nth-of-type(12) .fiveTxtBox h3{
letter-spacing: -1.6px;
}
.fiveList li:nth-last-child(-n+4) .fiveTxtBox{
padding-bottom: 130px;
}
.fiveTxtRight{
margin: 0 0 0 auto;
}
.fiveTxtLeft{
margin: 0 auto 0 0;
}

.fiveTxtLeft::before {
content: "";
width: 950px;
height: 50px;
background:#fff;
position: absolute;
top: -50px;
left: 0px;
}
.fiveTxtLeft::after {
content: "";
width: 950px;
height: 50px;
background:#fff;
position: absolute;
bottom: -50px;
left: 0px;
}
.fiveTxtRight::before {
content: "";
width: 950px;
height: 50px;
background:#fff;
position: absolute;
top: -50px;
right: 0px;
}
.fiveTxtRight::after {
content: "";
width: 950px;
height: 50px;
background:#fff;
position: absolute;
bottom: -50px;
right: 0px;
}
.fiveTxtInner{
width: 600px;
line-height: 1.5;
padding-bottom: 14px;
}
.fiveTxtRight .fiveTxtInner{
margin: 0 0 0 auto;
}
.fiveTtlBlue,.fiveTtlGreen,.fiveBigTxt{
font-size: 3.8rem;
margin-bottom: 15px;
font-weight: 400;
}
.fiveTtlBlue{
color: #45bbc5;
}
.fiveTtlGreen{
color: #43bbba;
width: 600px;
margin: 0 0 15px auto;
}
.fiveList li:nth-of-type(8) .fiveTtlGreen{
letter-spacing: -0.03em;
width: 950px;
}
.fiveList li:nth-of-type(8) .fiveTxtInner{
width: 800px;
}
.fiveSmallTxt{
font-size: 2rem;
margin-top: 15px;
}
.fivesmall{
font-size: 1.4rem;
}
.fiveNote{
font-size: 1.2rem;
}
.fiveImgRight,.fiveImgLeft,.fiveImgFree{
position: absolute;
bottom: 0px;
z-index: 2;
}
.fiveImgRight{
right: 0px;
}
.fiveImgLeft{
left: 0px;
}
.fiveImgFree {
left: -100px;
}
.fiveFigure{
width: 1040px;
height: auto;
padding: 5px 10px;
border: 2px solid #333;
border-radius: 10px;
position: absolute;
background: #fff;
z-index: 1;
margin-top: 15px;
}
.fiveFigureRight{
right: 80px;
bottom: -70px;
text-align: right;
}
.fiveFigureleft{
left: 80px;
bottom: -160px;
}
.fiveItem:nth-of-type(5) .fiveFigure{
bottom: -70px;
}
/*-----recommendRanking-----*/
.rankingList{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px 0 30px;
text-align: center;
}
.rankingItem, .rankingItemTxt{
width: 240px;
}
.rankingItemTtl{
font-size: 2.6rem;
margin: 10px 0 5px;
}
.rankingExtra{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 600px;
height: 60px;
margin: auto;
background: #fff;
border: 2px dotted #333;
align-items: center;
justify-content: center;
}
.rankingExtra .rankingItemTtl{
margin-right: 15px;
}
.rankingBoxNotes{
margin-top: 10px;
}
.science ,.humanities{
width: 33%;
padding: 5px 5px 5px 0px;
border: 2px solid #e7f9ff;
border-radius: 10px;
margin-bottom: 10px;
}
.science:hover,.humanities:hover{
border: 2px solid #2097be;
border-radius: 10px;
}
.stuvoiceLeft{
padding-top: 85px;
width: 35%;
text-align: center;
}
.iconW{
background: url(icon_W.png) no-repeat;
background-position: top;
}
.iconM{
background: url(icon_M.png) no-repeat;
background-position: top;
}
.stuSpeech{
width: 280px;
height: 150px;
background: #fff;
border-radius: 10px;
padding: 10px 8px;
position: relative;
}
.stuSpeech::before{
content: "";
position: absolute;
top: 70px;
left: -14px;
width: 0;
height: 0;
border-style: solid;
border-color: transparent #fff transparent transparent;
border-width: 0px 15px 15px 0;
}
.openBtn{
text-align: center;
width: 100px;
position: absolute;
right: 10px;
bottom: 10px;
padding: 6px 10px 5px;
color: #fff;
background: #787878;
}
.openBtn::before {
display: inline-block;
content: "";
width: 0;
height: 0;
margin: 0 5px -2px 0;
border: 4px solid transparent;
border-top: 7px solid #fff;
}
.openBtn.active{
background: #c7c7c7;
color: #181818;
}
.openBtn.active::before {
display: inline-block;
content: "";
width: 0;
height: 0;
margin: 0px 9px 2px 0;
border: 4px solid transparent;
border-bottom: 7px solid #181818;
}
.m_stuVoice>li.voiceOpen{
padding: 10px 0px 0px;
position: relative;
width: 100%;
z-index: 1;
}
.m_stuVoice>li.voiceOpen.clickNo1::before{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -24px;
left: 15%;
border: 16px solid transparent;
border-bottom: 25px solid #fff;
}
.m_stuVoice>li.voiceOpen.clickNo1::after{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -25px;
left: 15%;
border: 16px solid transparent;
border-bottom: 25px solid #2097be;
z-index: -1;
}
.m_stuVoice>li.voiceOpen.clickNo2::before{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -24px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border: 16px solid transparent;
border-bottom: 25px solid #fff;
}
.m_stuVoice>li.voiceOpen.clickNo2::after{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -25px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border: 16px solid transparent;
border-bottom: 25px solid #2097be;
z-index: -1;
}
.m_stuVoice>li.voiceOpen.clickNo3::before{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -24px;
left: 82%;
border: 16px solid transparent;
border-bottom: 25px solid #fff;
}
.m_stuVoice>li.voiceOpen.clickNo3::after{
position: absolute;
display: inline-block;
content: "";
width: 0px;
height: 0px;
top: -25px;
left: 82%;
border: 16px solid transparent;
border-bottom: 25px solid #2097be;
z-index: -1;
}
.stuopenLeft{
width: 125px;
margin-right: 20px;
padding-top: 85px;
text-align: center;
}
.stuQuestion{
width: 90%;
}
.stuQuestion li+li .stuvoiceTtl{
margin-top: 5px;
}
.stuvoiceTtl{
font-weight: bold;
font-size: 2rem;
color: #36689b;
margin-bottom: 10px;
}
.stuVoicebigTxt{
font-size: 3.4rem;
}
.stuInnerBox{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
background: #fff;
padding: 30px;
border: 1px solid #2097be;
border-radius: 10px;
margin: 0px auto 10px;
}
/*-----recommendPc----------------*/
.rcmdPcItem{
width: 31.5%;
position: relative;
padding: 40px 15px 30px;
}
.rcmdPcItem:nth-of-type(1){
background: #e7f9ff;
}
.rcmdPcItem:nth-of-type(2){
background: #e3ffff;
}
.rcmdPcItem:nth-of-type(3){
background: #e6fbfd;
}
.rcmdPcLink{
text-decoration: none;
text-align: center;
}
.rcmdPcTtl{
font-size: 3.2rem;
margin-bottom: 5px;
}
.rcmdPcName{
margin-bottom: 15px;
}
.rcmdPcItem:nth-of-type(1) .rcmdPcLink{
color: #2a9ac0;
}
.rcmdPcItem:nth-of-type(2) .rcmdPcLink{
color: #43bba0;
}
.rcmdPcItem:nth-of-type(3) .rcmdPcLink{
color: #45bbc5;
}
.rcmdPcNum{
position: absolute;
top: -50px;
left: 50%;
width: 100%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.rcmdPcTop dl, .rcmdPcUnder dl{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-top: 5px;
}
.rcmdPcTxt{
margin-top: 15px;
}
.rcmdPcItem .rcmdPcTop dt{
font-weight: bold;
margin-right: 20px;
}
.rcmdPcItem .rcmdPcTop dd{
width: 50%;
}
.rcmdPcTop dl:nth-of-type(1) dd{
width: 87%;
}
.rcmdPcUnder{
font-size: 1.3rem;
}
.rcmdPcItem .rcmdPcUnder dt{
font-weight: bold;
width: 100px;
}
.rcmdPcItem .rcmdPcUnder dd{
width: 65%;
}
/*-----recommendSpecial----------------*/
.specialTtl{
font-size: 3.2rem;
text-align: center;
}
.specialName, .specialPoint dt{
font-size: 2.6rem;
}
.specialInner{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.specialTxt{
width: 650px;
margin-top: 20px;
}
.specialPoint dt{
margin-bottom: 10px;
}
.specialPoint dd {
padding: 5px 0 4px 30px;
font-size: 1.6rem;
position: relative;
}
.specialPoint dd::before {
position: absolute;
content: '';
display: block;
width: 19px;
height: 18px;
background: url(icon_check.png) no-repeat;
background-size: contain;
left: 5px;
top: 8px;
}
.specialTxt .m_button {
max-width: 360px;
margin: 40px 0 0 auto;
}

/*-----limitedCampaign-----*/
.limitedCampaign{
  width: 980px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.8rem;
}
.limitedCampaignTtl{
  background: #36689b;
  margin-bottom: 30px;
  padding: 10px 10px 12px;
  font-size: 3.2rem;
  color: #fff79b;
  text-align: center;
  letter-spacing: 0.2rem;
}
.limitedCampaignDeta{
  width: 650px;
  margin: 30px auto;
  padding: 10px;
  background: #fff;
}
.limitedCampaignDeta dl{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  /*! align-items: center; */
}
.limitedCampaignDeta dl + dl{
  margin-top: 5px;
}
.limitedCampaignDeta dt{
  width: 25%;
  padding: 5px 10px;
  background: #e7f9ff;
}
.limitedCampaignDeta dd{
  flex: 1;
  padding: 5px 0 5px 10px;
  text-align: left;
}
.limitedCampaign .m_txtLine {
  background: linear-gradient(#fff79b 0%, #fff79b 100%);
  color: #333;
}
.m_txtSmall{
font-size: 1.6rem;
}
/*----------------[userPikupList]----------------*/
.userPikupList_col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 30px;
}
.userPikupList_col4 li {
    position: relative;
    width: 32%;
    margin-right: 2%;
   overflow: hidden;
    border-radius: 3px;
}
.userPikupList_col4 li a {
    text-decoration: none;
    color: #333333;
    padding: 0;
}
.userPikupList_link:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    /*border: 1px solid #cccccc;*/
    border-radius: 3px;
}
.userPikupList_link:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
.userPikupList_box img{
  width: 100%;
  border: 1px solid #ccc;
}
.userPikupList_box .m_section_txt{
  font-size: 1.6rem;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
body{
margin-top: 0px !important;
}
.recommendContents{
font-size: 1.5rem;
}
.recommendContents img{
height: auto;
}
.recommendContents a{
text-decoration: none;
}
/*----------------[Layout]----------------*/
.l_recommendNav{
border: none;
background: #e7f9ff;
padding: 0px 10px 10px;
}
.l_recommendNav.navFix{
padding: 0px 10px 10px;
background: #e7f9ff;
position: static!important;
}
.l_recommendFive{
padding: 40px 0 40px;
}
.l_recommendRanking{
padding: 40px 0 30px;
}
/*----------------[Module]----------------*/
/*-----mv-----*/
.m_recommendMv_inner{
max-width: 100%;
height: auto;
margin: 0px;
background: none;
}
/*-----nav-----*/
.m_recommendNav_inner{
width: 100%;
}
/*-----section-----*/
.m_section_inner {
width: 100%;
padding: 40px 10px;
}
.m_section_ttl {
font-size: 2.4rem;
}
.m_section_box{
margin: 30px auto 0;
padding: 40px 10px;
}
/*-----button-----*/
.m_button {
padding: 10px 30px 13px;
width: 100%;
font-size: 1.7rem;
}
/*-----recommendRanking-----*/
.m_recommendRanking_inner{
width: 100%;
padding: 0 10px;
}
.m_ranking_inner{
padding: 40px 10px 30px;
font-size: 1.2rem;
}
.m_ranking_voice{
width: 100%;
padding: 0 10px;
margin: 10px auto 0px;
font-size: 1.4rem;
}
.m_recommendRanking_box{
margin: 30px 0 40px;
}
.m_stuVoice_inner{
display:block;
padding: 15px 10px 50px;
height: 100%;
}
/*-----recommendPc-----*/
.m_rcmdPc_inner{
margin-top: 50px;
}
/*-----recommendSpecial-----*/
.m_special_box{
padding: 40px 10px;
margin: 30px 0px;
}
/*----------------[original]----------------*/
/*-----nav-----*/
.rcmdItem{
color: #fff;
padding: 8px 30px 8px 15px;
}
.rcmdItem::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
display: inline-block;
position: absolute;
right: 10px;
left: auto;
top: 33%;
bottom: 0;
}
.rcmdItem:hover::after{
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
display: inline-block;
position: absolute;
right: 10px;
left: auto;
top: 33%;
bottom: 0;
background-color: rgba(0,0,0,0);
}
.m_recommendNav_inner ul{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.m_recommendNav_inner ul li{
width: 100%;
background: #1f96be;
background: -moz-linear-gradient(right, #1f96be 0%, #55b1d0 100%);
background: -webkit-linear-gradient(right, #1f96be 0%, #55b1d0 100%);
background: linear-gradient(to left, #1f96be 0%, #55b1d0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f96be', endColorstr='#55b1d0', GradientType=0);
margin-top: 10px;
position: relative;
}
.m_recommendNav_inner .m_button{
width: 100%;
padding: 0px;
background: #fff;
}
.m_recommendNav_inner .ankLink05{
color: #333;
padding: 10px 20px 12px;
display: inline-block;
width: 100%;
border-radius: 50px;
}
.m_recommendNav_inner .m_button::after{
content: none;
}
.m_recommendNav_inner .m_button .ankLink05::after{
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #333;
border-right: 2px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 10px;
top: 43%;
bottom: 0;
}
/*-----recommendPoint-----*/
.l_recommendPoint .m_inner_ttl{
width: 85%;
margin: auto;
}
.pointList{
padding: 0px;
margin-bottom: 10px;
}
.pointItem{
width: 100%;
padding: 15px 0;
text-align: left;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.pointItem:nth-of-type(n+2){
border-top: 1px solid #181818;
}
.pointItemImg{
width: 100px;
text-align: center;
}
.pointItemTxt{
margin-top: 0;
width: 100%;
padding-left: 10px;
}

/*-----recommendFive-----*/
.fiveList{
margin: 30px 0px 0px;
}
.fiveList li:nth-of-type(-n+6){
margin-bottom: 0px;
}
.fiveList li:nth-of-type(8) {
margin-bottom: 0px;
}
.fiveList li:nth-of-type(10) .fiveTxtBox{
padding-bottom: 0px;
}
.fiveList li:nth-last-child(-n+6) .fiveTxtBox{
padding-bottom: 0px;
}
.fiveList li:nth-of-type(10) {
margin-bottom: 0px;
}
.fiveList li:nth-of-type(8) .fiveTtlGreen{
width: 100%;
}
.fiveList li:nth-of-type(8) .fiveTxtInner{
width: 100%;
}
.fiveInner{
width: 100%;
padding: 0 10px;
}
.m_recommendFive_box .fiveItem {
margin: 0px;
}
.fiveTxtBox{
width: 100%;
padding: 0px 15px;
}
.fiveTxtInner{
width: 100%;
padding-bottom: 0px;
}
.fiveTxtRight::before, .fiveTxtLeft::before{
content: none;
}
.fiveTxtRight::after, .fiveTxtLeft::after{
content: none;
}
.fiveTtlBlue, .fiveTtlGreen, .fiveBigTxt{
font-size: 2.6rem;
font-weight: 400;
}
.fiveTtlBlue, .fiveTtlGreen{
text-align: center;
}
.fiveBigTxt{
margin-bottom: 0px;	
}
.fiveSmallTxt{
font-size: 1.6rem;
}
.fiveTtlGreen{
width: 100%;
}
.fiveNumber{
font-size: 2.6rem;
width: 30px;
height: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.fiveNumberBlue{
left: 10px;
}
.fiveNumberGreen{
right: 10px;
}
.fiveImgBox{
background: #fff;
padding: 15px 10px 0px;
}
.fiveImgRight, .fiveImgLeft, .fiveImgFree{
position: unset;
}
.fiveFigure{
width: 100%;
position: unset;
margin-top: 15px;
}
.fiveItem .fiveTxtBox{
padding-bottom: 0px;
}
.fiveItem:nth-last-child(-n+2) .fiveTxtBox {
padding-bottom: 0px;
}
.backBox{
padding: 0px 10px;
}
.topInner, .underInner{
background: #fff;
height: 30px;
}
.fiveList li:not(:last-child) .underInner{
margin-top: 30px;
}
/*-----recommendRanking-----*/
.m_recommendRanking_box .m_inner_ttl{
width: 95%;
margin: auto;
}
.rankingItem{
width: 49%;
}
.rankingItemTxt{
width: 100%;
}
.rankingItem img{
width: 70%;
}
.rankingItemTtl{
font-size: 2rem;
margin: 10px 0 5px;
}
.rankingList li:nth-child(n+3){
margin-top: 30px;
}
.rankingExtra{
width: 100%;
height: auto;
padding: 10px 15px;
}
.rankingExtra p{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.rankingExtra .rankingItemTtl{
margin: 0px;
width: 70px;
}
.rankingExtra p span+span{
width: 76%;
}
.science, .humanities{
width: 49%;
padding: 0px;
background: #fff;
}
.stuvoiceLeft{
width: 100%;
}
.stuSpeech{
width: 100%;
height: auto;
padding: 0px;
margin-top: 5px;
}
.stuSpeech::before{
content: none;
}
.stuInnerBox{
padding: 15px 10px;
}
.stuopenLeft{
display: none;
}
.stuQuestion{
width: 100%;
}
.openBtn{
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.m_stuVoice>li.voiceOpen.clickNo1::before{
left: 20%;
}
.m_stuVoice>li.voiceOpen.clickNo1::after{
left: 20%;
}
.m_stuVoice>li.voiceOpen.clickNo2::before{
left: 75%;
}
.m_stuVoice>li.voiceOpen.clickNo2::after{
left: 75%;
}
/*-----recommendPc-----*/
.m_rcmdPc_inner li:nth-child(-n+2){
margin-bottom: 60px;
}
.rcmdPcItem{
width: 100%;
padding: 50px 10px 30px;
}
.rcmdPcNum{
width: 60%;
top: -5%;
}
.rcmdImg{
max-width: 70%;
margin: auto;
}
.rcmdPcTtl{
font-size: 2rem;
}
.rcmdPcTxt{
font-size: 1.2rem;
}
.rcmdPcItem .rcmdPcTop dt{
width: 100px;
margin-right: 0px;
}
.rcmdPcItem .rcmdPcTop dd{
width: 70%;
}
.rcmdPcTop dl:nth-of-type(1) dd {
width: 70%;
}
.rcmdPcItem .rcmdPcUnder dd {
width: 70%;
}

/*-----recommendSpecial-----*/
.specialTtl{
font-size: 2rem;
}
.specialName, .specialPoint dt{
font-size: 1.7rem;
}
.specialName{
margin-top: 8px;
}
.specialImg{
margin-top: 20px;
}
.specialTxt{
width: 100%;
margin-top: 10px;
}
.specialPoint dt {
margin-bottom: 0px;
}
.specialPoint dd{
font-size: 1.5rem;
}
.specialTxt .m_button {
max-width: 100%;
margin: 15px 0 0 auto;
}

/*-----limitedCampaign-----*/
.limitedCampaign{
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
}
.limitedCampaignTtl{
  font-size: 2rem;
  letter-spacing: 0;
}
.limitedCampaignDeta{
  width: 100%;
  margin: 20px auto;
}
.m_txtSmall {
  font-size: 1.3rem;
}
	
/*-----userPikup-----*/
.userPikupList_col4 {
	justify-content: flex-start;
}
.userPikupList_col4 li{
	width: 49%;
	margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+3){
  margin-top: 30px;
}
.userPikupList_link:hover:before{
border: none;
}
.userPikupList_box .m_section_txt{
  font-size: 1.4rem;
  padding: 10px 8px;
}

}