@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     リクルート
 Notes:          
--------------------------------------------------------------- */
.container{
width:100%;
padding-top:5em;
}

.main-title{
width:51.04%;
margin: 5% auto;
}
.main-title img{
width:100%;
}

.sec01{
width:51.04%;
margin: 0 auto 5%;
}

.rec-txt01{
font-size: 2vw;
line-height: 200%;
font-weight: bold;
color: #000000;
text-align: center;
margin-bottom: 10%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.rec-txt02{
font-size: 1.4vw;
line-height: 200%;
font-weight: bold;
color: #000000;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.sec02{
width:100%;
margin: 0 auto 5%;
padding: 4% 0;
text-align: center;
font-size: 1vw;
line-height: 200%;
background-color: #eff2f5;
}

.sec02-title{
font-size: 1.4vw;
margin-bottom: 1%;
color: #3871ad;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
}

.rec-title02{
width:100%;
}
.rec-title02 img{
width:100%;
}

.rec-newsarea{
width:100%;
border-top: 1px solid #3886da;
border-bottom: 1px solid #3886da;
padding: 3% 0;
}

.rec-newsarea .cms-area .title-box {
  width:100%;
  margin: 0 auto 1%;
padding: 0 0 2%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1.1vw;
  line-height: 170%;
border-bottom: 1px solid #959595;  
}
.rec-newsarea .title-box .day {
  float: left;
    width: 15%;
 margin: 0 2% 0 0;
    color: #4a372d;
}

.rec-newsarea .title-box .blog-title#rec {
  display: inline;
  float: left;
    color: #000000;
    width: 83%;
}
.rec-newsarea .title-box .blog-title#rec a {
  text-decoration: none;
  color: #000000;
}

.btn-rec a{
width:22.14%;
margin: 0 auto;
background-color: #3886da;
color: #ffffff;
font-size: 1.2vw;
line-height: 170%;
text-align: center;
display: block;
text-decoration: none;
border-radius: 1.02vw;
}

.btn-toi a{
width:40%;
margin: 10% auto;
background-color: #e60000;
color: #ffffff;
font-size: 1.3vw;
line-height: 200%;
text-align: center;
display: block;
text-decoration: none;
border-radius: 1.2vw;
}

/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 5% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {


.main-title {
    width: 90%;
    margin: 5% auto;
}

.sec01 {
    width: 90%;
    margin: 0 auto 10%;
}

.rec-txt01 {
    font-size: 20px;
    line-height: 200%;
    text-align: left;
    }

.rec-txt02 {
    font-size: 16px;
    line-height: 200%;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.sec02-title {
    font-size: 16px;
    text-align: left;
    }

.sec02 {
    text-align: center;
    font-size: 14px;
    }

.rec-newsarea {
    padding: 5% 0;
}

.btn-rec a {
    width: 50%;
    font-size: 16px;
    border-radius: 15px;
}

.btn-toi a {
    width: 80%;
    font-size: 18px;
    border-radius: 18px;
}

.title-box{
margin-bottom: 3%;
}

.rec-newsarea .title-box .day {
  float: none;
    width: 100%;
 margin: 0 2% 0 0;
    color: #4a372d;
    line-height: 170%;
    font-size: 14px;
}

.rec-newsarea .title-box .blog-title#rec {
  display: block;
  float: none;
    color: #000000;
    width: 100%;
    line-height: 170%;
    font-size: 14px;
}




}