@media screen and (min-width: 769px), print {
  .com_top {
    margin: 41px 0 0;
  }
  .com_top .ttl_box {
    text-align: center;
  }
  .com_top .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
    padding-top: 5px;
  }
  .com_top .info_box {
    background: #ededed;
    padding: 41px 0 39px;
    margin: 36px 0 39px;
  }
  .com_top .info_box .inner {
    background: #fff;
    padding: 47px 96px 50px;
  }
  .com_top .info_box p {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .com_top .info_box h4 {
    text-align: right;
    font-size: 2.2rem;
    font-weight: 300;
    padding-top: 9px;
    margin-right: -3px;
    letter-spacing: 1.25px;
    line-height: 38px;
  }
  .com_top .info_box h4 span {
    font-size: 1.4rem;
    line-height: 26px;
    padding-right: 19px;
    letter-spacing: 1px;
    display: inline-block;
  }
  .sub_ttl {
    font-size: 2.4rem;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
  }
  .sub_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background: #c23b26;
  }
  .com_des {
    background: #fff;
  }
  .com_des .box_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
  }
  .com_des .box_lst article {
    width: 538px;
    margin-right: 124px;
  }
  .com_des .box_lst article:last-child {
    margin-right: 0;
  }
  .com_des .box_lst article .sub_ttl {
    margin-bottom: 22px;
  }
  .com_des .box_lst article dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .com_des .box_lst article dl dt {
    font-weight: bold;
    width: 97px;
    padding-right: 20px;
    letter-spacing: 1.5px;
  }
  .com_des .box_lst article dl dd {
    width: -webkit-calc(100% - 97px);
    width: -moz-calc(100% - 97px);
    width: calc(100% - 97px);
    letter-spacing: -.25px;
  }
  .com_des .box_lst article dl ul li {
    font-size: 1.6rem;
    line-height: 26px;
  }
  .com_des .box_lst article dl ul li span {
    display: block;
    padding-left: 13px;
    position: relative;
  }
  .com_des .box_lst article dl ul li span::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 2px;
    width: 3px;
    height: 3px;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .com_des .box_lst article dl ul li em {
    padding-left: 14px;
    display: block;
    font-style: normal;
  }
  .com_des .box_lst article dl a[href^='tel:'] {
    display: inline-block;
    pointer-events: none;
  }
  .com_des .box_lst article dl .example {
    text-indent: -3em;
    padding-left: 3em;
  }
  .com_des .box_lst article:last-child dl:last-child {
    border: none;
  }
  .com_des .box_lst article:last-child dl dt {
    width: 164px;
  }
  .com_des .box_lst article:last-child dl dd {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
    letter-spacing: 1.5px;
  }
  .com_des .box_lst article:last-child dl.top {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .map {
    margin-bottom: 84px;
  }
  .map .ggMap {
    width: 100%;
    height: 500px;
    margin-top: 12px;
    border: none;
  }
  .map .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 9px;
  }
  .map .link a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 26px;
    padding-right: 20px;
    letter-spacing: 1.75px;
    position: relative;
  }
  .map .link a::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 4px;
    width: 8px;
    height: 15px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    -moz-transition: transform .35s, -moz-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s, -moz-transform .35s;
    background: url("../images/arr_right.png") no-repeat;
  }
  .map .link a:hover {
    text-decoration: underline;
  }
  .map .link a:hover::before {
    -webkit-transform: translateX(6px);
       -moz-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
  }
  .map_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .map_box_item {
    margin-top: 36px;
    width: 538px;
  }
  .map_box_item:nth-of-type(even) {
    margin-left: -webkit-calc(100% - (538px * 2));
    margin-left: -moz-calc(100% - (538px * 2));
    margin-left: calc(100% - (538px * 2));
  }
  .map_box_item_ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  .com_top {
    margin: 5.33854vw 0 0;
  }
  .com_top .ttl_box {
    text-align: center;
  }
  .com_top .ttl_box img {
    max-width: 29.16667vw;
  }
  .com_top .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
    padding-top: 1.04167vw;
  }
  .com_top .info_box {
    background: #ededed;
    padding: 5.33854vw 0;
    margin: 4.6875vw 0 5.20833vw;
  }
  .com_top .info_box .inner {
    background: #fff;
    padding: 5.98958vw 3.90625vw;
  }
  .com_top .info_box p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
  }
  .com_top .info_box h4 {
    text-align: right;
    font-size: 4.16667vw;
    font-weight: 300;
    padding-top: 1.30208vw;
    line-height: 6.25vw;
  }
  .com_top .info_box h4 span {
    font-size: 3.64583vw;
    line-height: 6.25vw;
    padding-right: 1.30208vw;
    display: inline-block;
  }
  .sub_ttl {
    font-size: 4.16667vw;
    line-height: 1;
    position: relative;
    padding-bottom: 2.60417vw;
  }
  .sub_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 7.8125vw;
    background: #c23b26;
  }
  .com_des {
    background: #fff;
  }
  .com_des .box_lst {
    margin-bottom: 5.46875vw;
  }
  .com_des .box_lst article {
    margin-bottom: 8.85417vw;
  }
  .com_des .box_lst article .sub_ttl {
    margin-bottom: 3.38542vw;
  }
  .com_des .box_lst article dl {
    font-size: 3.64583vw;
    line-height: 6.25vw;
    padding: 2.08333vw 0 1.5625vw;
    border-bottom: 1px solid #e1e1e1;
  }
  .com_des .box_lst article dl dt {
    font-weight: bold;
  }
  .com_des .box_lst article dl ul li {
    font-size: 3.64583vw;
    line-height: 6.25vw;
  }
  .com_des .box_lst article dl ul li span {
    display: block;
    padding-left: 2.08333vw;
    position: relative;
  }
  .com_des .box_lst article dl ul li span::before {
    content: '';
    position: absolute;
    top: 2.60417vw;
    left: 0.26042vw;
    width: 0.65104vw;
    height: 0.65104vw;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .com_des .box_lst article dl ul li em {
    padding-left: 1.82292vw;
    display: block;
    font-style: normal;
  }
  .com_des .box_lst article dl .example {
    text-indent: -3em;
    padding-left: 3em;
  }
  .map {
    margin-bottom: 28.64583vw;
  }
  .map .ggMap {
    width: 100%;
    height: 46.875vw;
    margin-top: 1.5625vw;
    border: none;
  }
  .map .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.5625vw;
  }
  .map .link a {
    display: inline-block;
    text-decoration: none;
    font-size: 3.64583vw;
    line-height: 4.94792vw;
    padding-right: 3.90625vw;
    position: relative;
  }
  .map .link a::before {
    content: '';
    position: absolute;
    top: 0.78125vw;
    right: 0.52083vw;
    width: 1.5625vw;
    height: 3.64583vw;
    background: url("../images/arr_right.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .map_box {
    margin-top: 4.16667vw;
  }
  .map_box_item + .map_box_item {
    margin-top: 10.41667vw;
  }
  .map_box_item_ttl {
    font-size: 3.64583vw;
    font-weight: bold;
    letter-spacing: 0.26042vw;
  }
}
