@charset "UTF-8";

/*--------------------------------------------------------------------------------
MODULE
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
PDF
--------------------------------------------------------------------------------*/

.indent_4 {
 padding-left:4em;
 text-indent:-4em;
 }
 
 .btn_blue_tb a{
    position: relative;
    display: inline-block;
    width: 180px;
    max-width: 100%;
    padding: 15px 2em 15px 1.5em;
    background-color: #005AB4;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.btn_blue_tb a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_blue_tb img {
    vertical-align: middle;
}
 
/*--------------------------------------------------------------------------------
index.htm,luncheon20211119.htm
--------------------------------------------------------------------------------*/
.sectionBlock{
  width: 960px;
}
.col2Block04 .colL,.col2Block04 .colR{
  width: 468px;
}
