@media screen and (min-width: 769px), print {
  p {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .ttl_box {
    text-align: center;
  }
  .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
  }
  /* ----/end_ttl_box---- */
  .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;
  }
  /* ----/end_sub_ttl---- */
  .main_thumb {
    position: relative;
    margin: 31px 0 40px;
  }
  .main_thumb figcaption {
    position: absolute;
    top: 0;
    text-align: center;
    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;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_thumb figcaption div {
    margin-top: 28px;
  }
  .main_thumb figcaption p {
    font-size: 1.467rem;
    color: #fff;
  }
  /* -----/main_thumb---- */
  .lst_method {
    margin: 31px 0 18px;
    background: #ededed;
    padding: 40px 41px;
    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;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lst_method li {
    background: #fff;
    font-size: 1.6rem;
    line-height: 26px;
    color: #000;
    width: 243px;
    padding: 17px 5px;
    text-align: center;
    margin-right: 95px;
    position: relative;
  }
  .lst_method li::after {
    content: '';
    position: absolute;
    right: -67px;
    top: 14px;
    height: 36px;
    width: 36px;
    background: url("../images/arr_plus.png") no-repeat;
  }
  .lst_method li:last-child {
    margin-right: 0;
  }
  .lst_method li:last-child::after {
    display: none;
  }
  /* -----/lst_method---- */
  .detail_box h4 {
    font-size: 1.6rem;
    line-height: 38px;
    font-weight: 300;
  }
  .detail_box .lst_thumb {
    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;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 9px 0px 38px;
  }
  .detail_box .lst_thumb li {
    width: 461px;
    position: relative;
  }
  .detail_box .lst_thumb li:first-child::after {
    content: '';
    position: absolute;
    right: -61px;
    top: 129px;
    height: 55px;
    width: 41px;
    background: url("../images/arr_to.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail_box .lst_thumb li em {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.2rem;
    font-style: normal;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    width: 128px;
    height: 49px;
    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;
    background: #c23b26;
    padding-left: 30px;
  }
  .detail_box .lst_thumb li em::before {
    content: '';
    position: absolute;
    left: -49px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 49px 49px 0;
    border-color: transparent #c23b26 transparent transparent;
  }
  .detail_box .lst_thumb li em.blue {
    background: #497aac;
  }
  .detail_box .lst_thumb li em.blue::before {
    border-color: transparent #497aac transparent transparent;
  }
  .detail_box .lst_thumb li:first-child {
    margin-right: 80px;
  }
  .detail_box > p {
    padding-left: 17px;
    letter-spacing: 1.5px;
  }
  /* -----/detail_box---- */
  .lst_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 49px 0 60px 20px;
  }
  .lst_link li {
    width: 200px;
    margin-right: 20px;
  }
  .lst_link li a {
    display: block;
    line-height: 26px;
    text-align: center;
    padding: 6px 4px;
  }
  /* -----/lst_link---- */
  .price_box {
    margin: 42px 0 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .price_box article .lst_maker {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 27px;
  }
  .price_box article .lst_maker li {
    width: 240px;
    margin: 10px 13px 0 0;
  }
  .price_box article .lst_maker li a {
    position: relative;
    display: block;
  }
  .price_box article .lst_maker li a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: bold;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  .price_box article .lst_maker li a::before {
    content: '';
    position: absolute;
    background: rgba(189, 50, 28, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    display: none;
    opacity: 0;
  }
  .price_box article .lst_maker li a:hover {
    opacity: 1;
  }
  .price_box article .lst_maker li a:hover::before, .price_box article .lst_maker li a:hover span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .price_box article .lst_maker li.maker_sincol {
    width: 746px;
    position: relative;
    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;
  }
  .price_box article .lst_maker li.maker_sincol > span {
    width: -webkit-calc(746px - 620px);
    width: -moz-calc(746px - 620px);
    width: calc(746px - 620px);
    background: #fff;
    z-index: 2;
  }
  .price_box article .lst_maker li.maker_sincol > ul {
    width: 620px;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 48px;
    border: 1px solid #cfcfcf;
    height: 101px;
    z-index: 1;
  }
  .price_box article .lst_maker li.maker_sincol > ul li {
    width: 216px;
    margin-top: 0;
  }
  .price_box article .lst_maker li:nth-child(2), .price_box article .lst_maker li:nth-last-child(-n+1) {
    margin-right: 0;
  }
  /* ----/price_box----- */
  .repair_box {
    padding: 29px 0 32px;
  }
  .repair_box .main_thumb {
    margin-bottom: 28px;
  }
  .repair_box article .diff_line {
    line-height: 26px;
    padding: 6px 0 11px;
  }
  .repair_box article.custom {
    margin-top: 26px;
  }
  .repair_box .detail_box .lst_thumb {
    margin-top: 19px;
  }
  .repair_box .detail_box .lst_thumb li em {
    padding-left: 15px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .repair_box .detail_box .lst_thumb li em.blue {
    padding-left: 6px;
  }
  .repair_box .lst_link {
    padding-top: 22px;
  }
  /* ----/repair_box---- */
  .flow_box {
    background: #ededed;
    padding: 61px 0 53px;
    margin-top: 12px;
  }
  .flow_box ul {
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .flow_box ul::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/flow_line.png") no-repeat;
    height: 71px;
    width: 1117px;
    display: block;
    margin-top: 11px;
  }
  .flow_box ul li {
    width: 257px;
    margin-right: 57px;
    position: relative;
    padding-top: 30px;
  }
  .flow_box ul li figure {
    background: url("../images/flow_bgr.png") no-repeat;
    width: 100%;
    height: 191px;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow_box ul li figure img {
    margin-top: -10px;
    padding-left: 11px;
  }
  .flow_box ul li span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 48px;
  }
  .flow_box ul li h3 {
    color: #bd321c;
    font-size: 2rem;
    line-height: 26px;
    padding: 14px 0 24px;
  }
  .flow_box ul li p {
    line-height: 26px;
  }
  .flow_box ul li small {
    font-size: 1.4rem;
  }
  .flow_box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .flow_box ul li:nth-last-child(-n+4) {
    margin-top: 108px;
  }
  .flow_box ul li:nth-child(2) figure img {
    margin-top: -23px;
  }
  .flow_box ul li:nth-child(3) figure img {
    margin-top: -25px;
    padding-left: 4px;
  }
  .flow_box ul li:nth-child(4) figure img {
    margin-top: -21px;
  }
  .flow_box ul li:nth-child(5) figure img {
    margin-top: -27px;
    padding-left: 4px;
  }
  .flow_box ul li:nth-child(6) figure img {
    margin-top: 3px;
  }
  .flow_box ul li:nth-child(7) figure img {
    margin-top: -24px;
  }
  /* ----/flow_box---- */
  .contact_box {
    background: #ededed;
    margin-top: 56px;
    padding: 39px 0 40px;
  }
  .contact_box .inner_small {
    background: #fff;
    padding: 50px 50px 53px;
  }
  .contact_box h3 {
    font-size: 2.4rem;
    line-height: 26px;
    text-align: center;
    padding-bottom: 35px;
  }
  .contact_box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_box ul li {
    padding-left: 30px;
    position: relative;
  }
  .contact_box ul li:first-child {
    padding-left: 76px;
    padding-left: 80px;
  }
  .contact_box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/phone_arr.png") no-repeat;
    width: 55px;
    height: 58px;
    top: 0;
  }
  .contact_box ul li a {
    display: inline-block;
  }
  .contact_box ul li.tel a {
    width: 244px;
  }
  .contact_box ul li.tel a img {
    width: 100%;
  }
  .contact_box ul li.tel:nth-of-type(n+2)::before {
    content: none;
  }
  .contact_box ul li.mail {
    margin-top: 26px;
    padding-left: 81px;
  }
  .contact_box ul li.mail::before {
    background: url("../images/email_arr.png") no-repeat;
    width: 52px;
    height: 40px;
    top: 9px;
  }
  .contact_box ul li.mail a {
    font-size: 2.175rem;
    color: #c23b26;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 13px;
  }
  .contact_box ul li.mail a:hover {
    text-decoration: none;
  }
  .contact_box ul li span {
    display: block;
    font-size: 1.4rem;
    color: #c23b26;
    margin-bottom: 6px;
  }
  .contact_box ul li span em {
    display: inline-block;
    padding-left: 14px;
  }
  .contact_box ul li span em img {
    padding-bottom: 6px;
    width: 74px;
  }
}

@media screen and (max-width: 768px) {
  .inner_small {
    padding: 0;
  }
  p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
  }
  .ttl_box {
    text-align: center;
  }
  .ttl_box h2 img {
    max-width: 33.20312vw;
  }
  .ttl_box p {
    color: #c23b26;
    padding-top: 1.04167vw;
  }
  img {
    max-width: 100%;
  }
  /* ----/end_ttl_box---- */
  .sub_ttl {
    font-size: 3.90625vw;
    line-height: 1;
    position: relative;
    padding-bottom: 2.60417vw;
  }
  .sub_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 15.625vw;
    background: #c23b26;
  }
  /* ----/end_sub_ttl---- */
  .main_thumb {
    position: relative;
    margin: 4.16667vw -3.90625vw 5.20833vw;
  }
  .main_thumb picture {
    display: block;
  }
  .main_thumb div {
    margin-top: 1.30208vw;
    padding: 0 2.60417vw;
  }
  .main_thumb figcaption {
    position: absolute;
    top: 0;
    text-align: center;
    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;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_thumb figcaption img {
    max-width: 47.00521vw;
  }
  .main_thumb figcaption p {
    color: #fff;
    padding-top: 1.04167vw;
  }
  /* -----/main_thumb---- */
  .lst_method {
    margin: 4.16667vw -3.90625vw;
    background: #ededed;
    padding: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lst_method li {
    width: 28%;
    background: #fff;
    font-size: 3.64583vw;
    line-height: 6.25vw;
    color: #000;
    padding: 1.95312vw 0.65104vw;
    margin-right: 8%;
    text-align: center;
    position: relative;
  }
  .lst_method li::after {
    content: '';
    position: absolute;
    right: -5.98958vw;
    top: 2.86458vw;
    height: 4.6875vw;
    width: 4.6875vw;
    background: url("../images/arr_plus.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .lst_method li:last-child {
    margin-right: 0;
  }
  .lst_method li:last-child::after {
    display: none;
  }
  /* -----/lst_method---- */
  .detail_box h4 {
    font-size: 3.90625vw;
    line-height: 6.25vw;
    font-weight: 300;
  }
  .detail_box .lst_thumb {
    margin-top: 4.6875vw;
    text-align: center;
  }
  .detail_box .lst_thumb li {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 7.8125vw;
  }
  .detail_box .lst_thumb li:first-child::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.39062vw;
    margin: 0 auto;
    height: 7.16146vw;
    width: 5.33854vw;
    background: url("../images/arr_to.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .detail_box .lst_thumb li figure img {
    display: block;
    max-width: 100%;
  }
  .detail_box .lst_thumb li em {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4.16667vw;
    font-style: normal;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    width: 16.66667vw;
    height: 7.94271vw;
    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;
    background: #c23b26;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_box .lst_thumb li em::before {
    content: '';
    position: absolute;
    left: -7.94271vw;
    top: 0vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.00781vw 8.00781vw 0;
    border-color: transparent #c23b26 transparent transparent;
  }
  .detail_box .lst_thumb li em img {
    max-width: 100%;
    display: block;
  }
  .detail_box .lst_thumb li em.blue {
    background: #497aac;
  }
  .detail_box .lst_thumb li em.blue::before {
    border-color: transparent #497aac transparent transparent;
  }
  .detail_box > p {
    padding-left: 2.21354vw;
  }
  /* -----/detail_box---- */
  .lst_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6.51042vw 0;
  }
  .lst_link li {
    width: 50%;
    margin-right: 2.60417vw;
    border: 1px solid #000;
  }
  .lst_link li a {
    display: block;
    padding: 0 0.78125vw;
  }
  .lst_link li:last-child {
    margin-right: 0;
  }
  /* -----/lst_link---- */
  .price_box {
    margin: 6.51042vw 0 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .price_box article .lst_maker {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8.85417vw 0 3.90625vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price_box article .lst_maker li {
    width: 50%;
  }
  .price_box article .lst_maker li:not(:first-child) {
    padding: 1.95312vw 0vw;
    width: 48%;
  }
  .price_box article .lst_maker li a {
    display: block;
  }
  .price_box article .lst_maker li span {
    display: none;
  }
  .price_box article .lst_maker li img {
    width: 100%;
  }
  .price_box article .lst_maker li.maker_sincol {
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 1.95312vw;
  }
  .price_box article .lst_maker li.maker_sincol > span {
    display: block;
    margin: -6.51042vw auto 0;
    width: 45.57292vw;
    padding: 0 1.30208vw;
    background: #fff;
  }
  .price_box article .lst_maker li.maker_sincol ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_box article .lst_maker li.maker_sincol ul li {
    width: 50%;
    padding: 1.95312vw;
  }
  .price_box article .lst_maker li.maker_sincol ul li a {
    display: block;
  }
  .price_box article .lst_maker li.maker_sincol ul li a img {
    width: 100%;
  }
  .price_box article .lst_maker li.maker_sincol img {
    max-width: 100%;
  }
  /* ----/price_box----- */
  .repair_box {
    padding: 1.5625vw 0;
  }
  .repair_box .main_thumb {
    margin-bottom: 3.64583vw;
  }
  .repair_box .main_thumb figcaption img {
    max-width: 27.08333vw;
  }
  .repair_box article .diff_line {
    line-height: 5.20833vw;
    padding: 0.78125vw 0 2.08333vw;
  }
  .repair_box article.custom {
    margin-top: 3.90625vw;
  }
  .repair_box .detail_box .lst_thumb {
    margin-top: 2.60417vw;
  }
  .repair_box .detail_box .lst_thumb li em {
    padding: 0 1.30208vw;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .repair_box .lst_link {
    padding-top: 0;
  }
  /* ----/repair_box---- */
  .flow_box {
    background: #ededed;
    padding: 8.07292vw 0 6.51042vw;
  }
  .flow_box .ttl_box h2 img {
    max-width: 16.79688vw;
  }
  .flow_box ul {
    padding: 4.55729vw 0 0;
    margin: 0 -1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flow_box ul li {
    position: relative;
    width: 50%;
    padding: 3.90625vw 1.30208vw 5.20833vw;
  }
  .flow_box ul li figure {
    background: url("../images/flow_bgr.png") no-repeat top center;
    -moz-background-size: contain;
         background-size: contain;
    width: 44.53125vw;
    height: 31.25vw;
    padding-bottom: 2.60417vw;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow_box ul li figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .flow_box ul li span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 10.41667vw;
  }
  .flow_box ul li span img {
    width: 8.46354vw;
  }
  .flow_box ul li small {
    font-size: 3.38542vw;
  }
  .flow_box ul li h3 {
    color: #bd321c;
    font-size: 3.90625vw;
    line-height: 1;
    padding: 3.125vw 0;
  }
  .flow_box ul li p {
    line-height: 4.42708vw;
  }
  .flow_box ul li:first-child span img {
    width: 7.29167vw;
  }
  /* ----/flow_box---- */
  .contact_box {
    background: #ededed;
    margin-top: 7.29167vw;
    padding: 8.46354vw 0 15.625vw;
  }
  .contact_box .inner_small {
    background: #fff;
    padding: 6.51042vw 0;
  }
  .contact_box h3 {
    font-size: 5.20833vw;
    line-height: 6.25vw;
    text-align: center;
    padding-bottom: 3.90625vw;
  }
  .contact_box ul {
    display: table;
    margin: 0 auto;
  }
  .contact_box ul li {
    position: relative;
    padding-left: 10.41667vw;
  }
  .contact_box ul li + li {
    margin-top: 5.20833vw;
  }
  .contact_box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/phone_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 7.8125vw;
    height: 7.55208vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact_box ul li a {
    display: inline-block;
  }
  .contact_box ul li small {
    font-size: 2.6rem;
  }
  .contact_box ul li .tel img {
    max-width: 35.54688vw;
  }
  .contact_box ul li.mail {
    margin-top: 6.51042vw;
  }
  .contact_box ul li.mail::before {
    background: url("../images/email_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 6.77083vw;
    height: 5.20833vw;
  }
  .contact_box ul li.mail a {
    font-size: 3.64583vw;
    color: #c23b26;
    text-decoration: underline;
    font-weight: bold;
  }
  .contact_box ul li span {
    display: block;
    font-size: 3.90625vw;
    color: #c23b26;
    padding-bottom: 0.78125vw;
  }
  .contact_box ul li span em {
    display: inline-block;
    padding-left: 2.73438vw;
  }
  .contact_box ul li span em img {
    vertical-align: top;
    padding-top: 1.82292vw;
    width: 16.92708vw;
  }
}

@media only screen and (max-width: 480px) {
  .flow_box ul {
    display: block;
  }
  .flow_box ul li {
    width: 66.92708vw;
    padding: 4.16667vw 0 9.76562vw;
    display: block;
    margin: 0 auto;
  }
  .flow_box ul li figure {
    width: 66.92708vw;
    height: 49.73958vw;
    margin: 0 auto;
  }
  .flow_box ul li span {
    width: auto;
    top: -0.26042vw;
    left: 24.08854vw;
  }
}
