@media screen and (min-width: 769px), print {
  .lst_dot dl {
    margin-bottom: 21px;
  }
  .lst_dot dl dt {
    font-size: 1.8rem;
    line-height: 38px;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    letter-spacing: 2px;
    color: #000;
  }
  .lst_dot dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #0068b7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .lst_dot dl dd {
    padding: 1px 0 0 26px;
  }
  .lst_dot dl dd p {
    font-size: 1.6rem;
    line-height: 28px;
    color: #343434;
    letter-spacing: .5px;
  }
  .business {
    padding: 70px 0 102px;
  }
  .business_lst a {
    display: block;
    margin-bottom: 30px;
  }
  .business_lst a:last-child {
    margin-bottom: 0;
  }
  .business_lst a:hover .box::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .business_lst .box {
    border: 1px solid #0068b7;
    padding: 31px 74px 32px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .business_lst .box::after {
    content: '';
    position: absolute;
    right: 23px;
    top: 58px;
    background: url("../images/arr_blue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 31px;
    height: 31px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
  }
  .business_lst .box_ttl, .business_lst .box_txt {
    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;
  }
  .business_lst .box_ttl {
    width: 424px;
    border-right: 1px solid #0068b7;
    padding-top: 4px;
  }
  .business_lst .box_ttl picture {
    display: inline-block;
    width: 115px;
    padding: 0 5px 0 19px;
  }
  .business_lst .box_ttl h3 {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    font-size: 2.8rem;
    line-height: 36px;
    color: #0068b7;
    font-weight: 600;
    padding-right: 5px;
  }
  .business_lst .box_txt {
    width: -webkit-calc(100% - 424px);
    width: -moz-calc(100% - 424px);
    width: calc(100% - 424px);
    padding-left: 24px;
  }
  .business_lst .box_txt p {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #343434;
  }
  .business .lst_dot {
    margin-top: 30px;
  }
  .business .lst_dot p {
    padding-left: 15px;
    text-indent: -15px;
  }
  .details {
    padding: 11px 0 115px;
  }
  .details section {
    margin-top: 59px;
  }
  .details section h3 {
    background: #f1f8ff;
    position: relative;
    color: #0069b1;
    font-size: 2rem;
    padding: 6px 10px 8px 38px;
    letter-spacing: 2px;
  }
  .details section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 1px;
    width: 25px;
    background: #0069b1;
  }
  .details section .lst_trouble {
    margin-top: 10px;
  }
  .details section .lst_trouble li {
    font-size: 1.6rem;
    line-height: 38px;
    color: #000;
    position: relative;
    padding-left: 24px;
  }
  .details section .lst_trouble li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #0068b7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .details section .lst_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 23px;
  }
  .details section .lst_gallery li {
    width: 320px;
    margin-right: 20px;
  }
  .details section .lst_gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .details section .lst_dot {
    margin-top: 31px;
  }
  .details section .lst_dot dl {
    margin-bottom: 0;
  }
  .details section .lst_dot dl dt {
    font-weight: 300;
  }
  .details section .lst_dot dl dd {
    padding-left: 42px;
  }
  .details section .lst_dot dl dd p {
    color: #000;
    line-height: 38px;
  }
  .details section > p {
    color: #343434;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
  .two section:nth-child(2) {
    margin-top: 56px;
  }
  .two section:nth-child(2) .lst_trouble {
    margin-top: 32px;
  }
  .three {
    padding-bottom: 117px;
  }
  .three section .lst_trouble {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .lst_dot dl {
    margin-bottom: 2.86458vw;
  }
  .lst_dot dl dt {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    font-weight: 600;
    position: relative;
    padding-left: 3.90625vw;
    color: #000;
  }
  .lst_dot dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.73438vw;
    height: 1.5625vw;
    width: 1.5625vw;
    background: #0068b7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .lst_dot dl dd {
    padding-left: 3.38542vw;
  }
  .lst_dot dl dd p {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    color: #343434;
  }
  .business {
    padding: 9.11458vw 0 15.625vw;
  }
  .business_lst a {
    display: block;
    margin-bottom: 4.16667vw;
  }
  .business_lst a:last-child {
    margin-bottom: 0;
  }
  .business_lst a:nth-of-type(1) picture img {
    width: 16.79688vw;
  }
  .business_lst a:nth-of-type(2) picture img {
    width: 19.01042vw;
  }
  .business_lst a:nth-of-type(3) picture img {
    width: 20.3125vw;
  }
  .business_lst .box {
    border: 1px solid #0068b7;
    padding: 6.51042vw 3.90625vw 10.41667vw;
    position: relative;
  }
  .business_lst .box::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2.86458vw;
    margin: 0 auto;
    background: url("../images/arr_blue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 8.07292vw;
    height: 8.07292vw;
  }
  .business_lst .box_ttl {
    text-align: center;
  }
  .business_lst .box_ttl picture {
    margin-bottom: 2.60417vw;
    display: block;
  }
  .business_lst .box_ttl h3 {
    font-size: 4.94792vw;
    line-height: 1.2;
    color: #0068b7;
    font-weight: 600;
    letter-spacing: 1.75px;
  }
  .business_lst .box_txt {
    padding: 4.16667vw 0;
  }
  .business_lst .box_txt p {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    letter-spacing: 0.25px;
    text-align: center;
    color: #343434;
  }
  .business .lst_dot {
    margin-top: 4.16667vw;
  }
  .business .lst_dot p {
    padding-left: 3.51562vw;
    text-indent: -3.51562vw;
  }
  .details {
    padding: 1.5625vw 0 15.625vw;
  }
  .details section {
    margin-top: 7.55208vw;
  }
  .details section h3 {
    background: #f1f8ff;
    position: relative;
    color: #0069b1;
    font-size: 4.6875vw;
    padding: 1.04167vw 5.20833vw 1.04167vw 11.19792vw;
    margin: 0 -3.90625vw;
  }
  .details section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4.49219vw;
    height: 1px;
    width: 5.20833vw;
    background: #0069b1;
  }
  .details section .lst_trouble {
    margin-top: 1.30208vw;
  }
  .details section .lst_trouble li {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    color: #000;
    position: relative;
    padding-left: 3.90625vw;
  }
  .details section .lst_trouble li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.73438vw;
    height: 1.5625vw;
    width: 1.5625vw;
    background: #0068b7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .details section .lst_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.38542vw 0;
  }
  .details section .lst_gallery li {
    width: -webkit-calc((100% - 1.30208vw)/2);
    width: -moz-calc((100% - 1.30208vw)/2);
    width: calc((100% - 1.30208vw)/2);
    margin: 0 1.30208vw 1.30208vw 0;
  }
  .details section .lst_gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .details section .lst_gallery li img {
    width: 100%;
  }
  .details section .lst_dot {
    margin-top: 4.16667vw;
  }
  .details section .lst_dot dl {
    margin-bottom: 0;
  }
  .details section .lst_dot dl dt {
    font-weight: 300;
  }
  .details section .lst_dot dl dd p {
    color: #000;
  }
  .details section > p {
    color: #343434;
    font-size: 4.16667vw;
    line-height: 7.03125vw;
  }
  .two section .lst_trouble, .three section .lst_trouble {
    margin-top: 4.16667vw;
  }
}
