@charset "UTF-8";
section {
    margin: 0 0 3em;
}
h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 1em 0 1em;
    font-family: futura-pt, sans-serif;
}
h4 {
    text-align: center;
    font-size: 2.0rem;
    margin: 2em 0 1em;
    font-weight: 500;
}
.recommendArea {
    width: 900px;
    margin: 0 auto 4em;

}
.itembox {
    display: inline-block;
    width : 25% ;
    width : -webkit-calc(97% / 4) ;
    width : calc(97% / 4) ;
    text-decoration: none;
    margin: 2em 0;
    padding: 0 0.5em;
    font-size: 1.3rem;
    vertical-align: top;
}
.itembox p {
    margin: .5em 0 0;
}
.br_ {
    color: #666666;
    display: block;
}
.yen_ {
    display: block;
}
.bnr_ {
    width: 900px;
    margin: 0 auto;
}
.lead_ {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.0;
    padding: 3em 0;
}
.menu_ {
    text-align: center;
    padding: 0em 0 4em;
}
.ancor{
    display: inline-block;
    width: 25%;
    font-size: 2.0rem;
    position: relative;
    color: #0A223D;
    border-left: 1px solid #cccccc;
    line-height: 1.8;
    margin: 5rem 0 0;
    text-align: center;
}
.ancor:last-child{
  border-left: 1px solid #cccccc;  
  border-right: 1px solid #cccccc;  
}
.ancor span{
  font-size: 1.1rem;
  display: block;
  letter-spacing: 0;
  color: #0A223D;
}
.ancor a {
   text-decoration: none;
    font-family: futura-pt, sans-serif;
   font-weight: 500;
}
.arrow_box {display: none;}
.more_box {
    clear: both;
    display: table;
    width: 250px;
    margin: 20px auto;
}
.more_box a {
    display: table-cell;
    width: 250px;
    height: 40px;
    border: 1px #333333 solid;
    border-radius: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.more_box a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #04345a;
}
.colorbar {
    font-family: futura-pt, sans-serif;
    width: 100%;
    padding: 0.4em 0;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
}
.green {
    background: #c1e9b4;
}
.white {
    background: #e6e6e6;
}
.blue {
    background: #b4cee9;
}
.orange {
    background: #f7bb4d;
}