@charset "utf-8";
/*****************************************************************************

  company2.css　勧誘方針

*****************************************************************************/
.subnav_4 a{
  opacity: 0.4;
}

#leftBox p{
  line-height: 2;
  margin-bottom: 1.8em;
}

.policy li{
  line-height: 2;
  margin-bottom: 1em;
  font-size: 88%;
}

#leftBox h4 {
    margin: 1.4em 0 1em;
    font-weight: bold;
    font-size: 1.2em;
    color: #0451AC;
    background: linear-gradient(transparent 75%, #c1e0ff 75%);
    display: inline-block;
}

.h4_1{
  margin-top: 0em !important;
}

dl.border-top-dot {
    border-top: 1px dotted #344C96;
    padding-top: 1em;
    margin-top: 2em;
}

dl.policy dt {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #0451AC;
    display: inline-block;
    margin-top: 1em;
}

.sign2 {
    margin-bottom: 40px;
    text-align: right;
}

@media only screen and (max-width : 900px) {
  .sub-width-limitter {
    padding-top: 0px;
}
}

@media only screen and (max-width : 800px) {
}

/*==768px以下の形状*/

@media screen and (max-width:768px){
}
  


@media only screen and (max-width : 500px) {

.width-limitter {
  padding-left: 10px;
  padding-right: 10px;
}
  
  #leftBox p {
    font-size: 100%;
    line-height: 2;
}
  
.policy li {
    font-size: 100%;
}
  

}
