@media screen and (max-width: 640px) {
  #main-visual {
    height: 700px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    font-size: 150%;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
@media screen and (max-width: 480px) {
  .step {
    display: block;
    margin-bottom: 35px;
/*	  	  width: 85%;*/
    margin: auto;
  }
  .step > li {
width: 87%;
    margin: auto;
    margin-bottom: 32px
  }
  .step > li:not(:last-child) {
    margin-bottom: 32px
  }
}
/*----------------------------------------
    SP.main_visual
----------------------------------------*/
@media screen and (max-width: 480px) {
  .pc_appear {
    display: none !important;
  }
  .sp_appear {
    display: block !important;
  }
  .main_visual {
    width: 100%;
    height: 700px;
    background-size: cover;
  }
  .main_visual_inner {
    width: auto;
    margin: 0 20px;
  }
  .main_visual_block {
    left: 0;
    right: 0;
    margin-top: -150px;
    text-align: center;
  }
  .main_visual_title {
    font-size: 184%;
  }
  .main_visual_caption {
    font-size: 100%;
    margin-top: 20px;
  }
  .main_visual_block .block_left {
    float: none;
  }
  .main_visual .ballon_visual {
    margin: 0 auto 15px;
    justify-content: center;
  }
  .main_visual .ballon_visual_bg {
    background: url(https://www.oro.com/reforma-psa/img/index/sp/img-ballon_visual.png) no-repeat;
    width: 150px;
    height: 62px;
    background-size: 150px 62px;
    flex-wrap: wrap;
  }
  .main_visual .ballon_visual_bg span:first-child {
    display: block;
    margin-bottom: 3px;
  }
  .main_visual .ballon_visual_text {
    font-size: 100%;
  }
  .main_visual .ballon_visual_number {
    font-size: 184%;
  }
  .main_visual .ballon_visual img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #merit {
    padding-top: 64px;
    padding-bottom: 40px
  }
  #merit .section_ttl {
    margin-bottom: 30px;
  }
  .merit_box .img {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    min-width: auto;
    -webkit-transform: none;
    transform: none
  }
  .merit_box .txt {
width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 32px 32px;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: auto;
    transform: none;
	  margin: auto;
  }
  .merit_box--ttl, .features .merit_box--ttl {
    font-size: 132%;
    margin-bottom: 16px;
  }
  .merit_box:not(:last-child) {
    margin-bottom: 40px
  }
  #merit .merit_box .img {
    width: 130%;
    -webkit-transform: translate(8px, 27px);
    transform: translate(8px, 27px);
	      margin: auto;
    width: 90%;
  }
  .demo {
    width: 110%;
    margin-left: 0px;
  }
  .btn-normal {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
  /*----------------------------------------------------
	.gengo
----------------------------------------------------*/
  .gengo th {
    width: 30%;
    text-align: left;
  }
  @media screen and (max-width: 480px) {
    #sec01 {
width: 100%;
    margin: auto;
    }
    .gengo {
    width: 90%;
    margin: auto;
    }
    .gengo th, .gengo td {
      width: 95%;
      display: block;
      border-top: none;
    }
    .gengo tr:first-child th {
      border-top: 1px solid #ddd;
    }
    .hom-featuresList {
      width: 95%;
      margin: auto;
    }
  }
  @media screen and (max-width: 480px) {
    body section .faq_list_box h3 {
      font-size: 1.3rem;
      margin-bottom: 0;
    width: 83%;
    margin-left: 60px;
      line-height: calc(44 / 32);
    }
    .flowwrap {
      width: 93%;
      margin: 0 auto;
    }
    .flow-list li {
      display: block
    }
    .flow-list li > div {
      width: 100% !important
    }
    .flow-list li > .step {
      margin-bottom: 1rem
    }
    .flow-list li > .txt h3 {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 25px;
    }
    .step-toggle .img {
      padding: 2rem 1rem
    }
    img {
      max-width: 100%;
    }
  }
  @media only screen and (min-width:480px) {
    .sp {
      display: none;
    }
    .pc {
      display: block;
    }
  }
  @media screen and (max-width:480px) {
    html {
      font-size: 3.2vw;
    }
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
    section, footer {
      min-width: auto;
    }
    .l-inner {
      width: 84%;
      min-width: 84%;
      margin: 0 auto;
    }
    .c-btn_reservation {
      width: 100%;
      margin: 52px auto 0 auto;
      background: #ffffff;
      text-align: center;
      transition: .3s;
    }
    .c-btn_reservation:hover {
      background: #2e6be6;
    }
    .c-btn_reservation:hover a {
      color: #ffffff;
    }
    .c-btn_reservation:hover .c-ico_glass path {
      fill: #ffffff;
    }
    .c-btn_reservation .c-ico_glass {
      width: 35px;
      height: 35px;
      margin-right: 20px;
      vertical-align: middle;
    }
    .c-btn_reservation a {
      display: block;
      padding: 27px 20px;
      color: #2e6be6;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 1px;
      text-decoration: none;
      text-align: left;
    }
    .btn_reservation {
      display: block;
    }
    #selection .c-btn_reservation a:hover {
      color: #66554d;
    }
    /* footer
  -----------------------------------------------------------------*/
    .sec-footer {
      padding-bottom: 0px;
    }
    .sec-footer .c-logo {
      width: 200px;
      height: 188px;
      margin: 0 auto;
    }
    .sec-footer .sec-footer__box {
      display: block;
    }
    .sec-footer__link {
      padding: 12px 0 43px 0;
    }
    .sec-footer .l-social {
      float: none;
      width: 50%;
      margin: 0 auto;
      padding-bottom: 13px;
      justify-content: center;
    }
    .sec-footer .l-social:after {
      display: table;
      visibility: hidden;
      clear: both;
      font-size: 0;
      content: '';
    }
    .l-about__box {
      padding: 0px 0 17px 0;
    }
    .sec-footer .l-about {
      width: auto;
      margin: 0 auto;
    }
    .sec-footer .l-about li {
      margin-right: 9px;
    }
    .sec-footer .l-about li span {
      padding-left: 9px;
    }
    .sec-footer .l-about li:first-child {
      margin-right: 0;
    }
    .sec-footer .sec-footer__column > a {
      float: none;
      width: 200px;
    }
    .sec-footer .l-social li {
      width: 30%;
      margin-left: 0px;
    }
    .sec-footer .c-txt span {
      padding-right: 8px;
    }
    .sec-footer .c-txt {
      padding-bottom: 65px;
      text-align: center;
      letter-spacing: 0;
    }
  }
}