/* ===================================================================
CSS
 file name  :  voice.css
=================================================================== */
.red_color{
    color:#bf1320;
}
.blue_color{
    color:#014099;
}
.green_color{
    color:#008000;
}
.tac{
    text-align:center;
}
.mt10{
    margin-top:10px;
}
.mt5{
    margin-top:5px;
}
.mb5{
    margin-bottom:5px;
}
.b{
    font-weight: bold;
}
/* =====================================
ページタイトル
======================================== */
@media print, screen and (min-width: 769px) {
    #breadcrumb {
        margin: 100px auto auto;
    }
    .s_wrap_full {
        font-size: 16px;
        line-height: 1.8;
    }
    h3.sub_title{
        color:#00306D;
        font-size:30px;
        text-align:center;
        line-height: 1;
    }
    .map_wrap {
        /*width: 1000px;*/
        margin:30px auto 0;
        position:relative;
    }
    #map-canvas
    {
        box-sizing: border-box;
        width: 100%;
        height: 730px;
    }
    .resultArea
    {
        background-color:#EFEFEF;
        padding:15px;
        width:400px;
        font-size: 14px;
        line-height:1.5;
    }
    .resultArea .close
    {
        position:absolute;
        top:0;
        right:5px;
    }
    .bukken_title
    {
        font-weight:bold;
        margin-bottom:5px;
    }
    .bukken
    {
        background-color:#FFFFFF;
        border:1px solid #DDDDDD;
        font-size: 12px;
        font-weight: 600;
    }
    .bukken_detail{
    }
    .bukken_address
    {
        padding:5px 5px 0;
    }
    .bukken_detail
    {
        padding:5px 20px;
    }
    .bukken_detail ul
    {
        display:flex;
    }
    .bukken_detail ul li.col1
    {
        width:15%;
    }
    .bukken_detail ul li.col2
    {
        width:25%;
    }
    .bukken_detail ul li.col3
    {
        width:30%;
    }
    .bukken_detail ul li.col4
    {
        width:30%;
    }
    .btn_orange .btn_contract {
      background: #F0831D;
      transition: 1s;
      color:#FFFFFF;
      display: block;
      text-align: center;
      padding: 10px;
    }
    .btn_orange .btn_contract:hover {
      opacity: 0.9;
    }
    .btn_red .btn_contract {
      background: #bf1320;
      transition: 1s;
      color:#FFFFFF;
      display: block;
      text-align: center;
      padding: 10px;
    }
    .btn_red .btn_contract:hover {
      opacity: 0.9;
    }
    .keyword-wrap
    {
        margin-top:30px;
        text-align:center;
    }
    .keyword-wrap span
    {
        margin-right:10px;
    }
    .keyword-block
    {
        display:inline-flex;
        border: solid 1px #DDDDDD;
        border-radius:3px;
        line-height: 2;
    }
    .keyword-block input
    {
        padding:5px;
        border: 0;
        width:300px;
        vertical-align: middle;
    }
    .keyword-block a
    {
        padding:0 7px;
        border-left: 1px solid #DDDDDD;
    }
}
@media screen and (max-width: 768px) {
    h3.sub_title{
        color:#00306D;
        font-size:130%;
        text-align:center;
    }
    .map_wrap {
        position:relative;
        margin:30px auto 0;
    }
    #map-canvas
    {
        width:100%;
        height:475px;
    }
    .resultArea
    {
        background-color:#EFEFEF;
        padding:15px;
        font-size: 14px;
        line-height:1.5;
    }
    .resultArea .close
    {
        position:absolute;
        top:0;
        right:5px;
        font-size:20px;
    }
    .bukken_title
    {
        font-weight:bold;
        margin-bottom:5px;
    }
    .bukken
    {
        background-color:#FFFFFF;
        border:1px solid #DDDDDD;
        font-size: 12px;
        font-weight: 600;
    }
    .bukken_detail{
    }
    .bukken_address
    {
        padding:5px 5px 0;
    }
    .bukken_detail
    {
        padding:5px;
    }
    .bukken_detail ul
    {
        display:flex;
    }
    .bukken_detail ul li.col1
    {
        width:15%;
    }
    .bukken_detail ul li.col2
    {
        width:25%;
    }
    .bukken_detail ul li.col3
    {
        width:35%;
    }
    .bukken_detail ul li.col4
    {
        width:25%;
    }
    .btn_orange .btn_contract {
      background: #F0831D;
      color:#FFFFFF;
      display: block;
      text-align: center;
      padding: 10px;
    }
    .btn_red .btn_contract {
      background: #bf1320;
      color:#FFFFFF;
      display: block;
      text-align: center;
      padding: 10px;
    }
    .keyword-wrap
    {
        margin-top:30px;
        text-align:center;
        font-size: 14px;
    }
    .keyword-wrap span
    {
        margin-bottom:10px;
        display:block;
    }
    .keyword-block
    {
        display:inline-flex;
        border: solid 1px #DDDDDD;
        border-radius:3px;
        line-height: 2;
    }
    .keyword-block input
    {
        padding:5px;
        border: 0;
        width:300px;
        vertical-align: middle;
    }
    .keyword-block a
    {
        padding:0 7px;
        border-left: 1px solid #DDDDDD;
    }
}

.gm-style
{
    font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.gm-style .gm-style-iw-c
{
    background-color:#EFEFEF !important;
    padding: 0;
}
.gm-style-iw-d
{
    overflow: auto !important;
    margin-top: -30px;
}