@charset "UTF-8";

/* DCH =======================================================================*/
@media screen and (min-width:768px){
#DCH{
 height:180px;
 background:#9bbedb;
}
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width:767px){
#DCH{
 height:90px;
 position:relative;
 background:#9bbedb;
}

#DCH p{
 position:absolute;
 left:15px !important;
 top:60px;
 font-size:120%;
 line-height:125%;
 color:#fff;
}
}

/* DCB =======================================================================*/
@media screen and (min-width:768px){
#DCB{
 background:#f0f0f0;
}

#Art01 section{
 margin-top:30px;
}

#Art01 section h3{
 margin-bottom:2px;
 font-weight:bold;
 font-size:90%;
 line-height:150%;
 color:#1f2b64;
}

#Art01 section .Tel{
 font-size:225%;
 line-height:125%;
 color:#1f2b64;
}

#Art01 section .Num{
 width:22px;
 margin:0 5px 10px 0;
}

#Art01 section .Rep{
 width:43px;
 margin:0 0 7px 9px;
}

#Art01 section .Tm{
 line-height:150%;
}
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width:767px){
#Art01 section{
 margin-top:22px;
}

#Art01 section h3{
 margin-bottom:3px;
 font-weight:bold;
 font-size:85%;
 line-height:150%;
 color:#1f2b64;
}

#Art01 section .Tel{
 font-size:210%;
 line-height:125%;
 color:#1f2b64;
}

#Art01 section .Num{
 width:17px;
 margin:0 4px 5px 0;
}

#Art01 section .Rep{
 width:32px;
 margin:0 0 5px 7px;
}

#Art01 section .Tm{
 line-height:150%;
}
}

/*============================================================================*/
