@media screen and (max-width: 768px) {

 /* ----------------------------------------

---------------------------------------- */
 body {}


 .sp_off {
  display: none;
 }

 a {
  color: #000;
 }

 footer {
  margin: 0px 0 0 0 !important;
 }

 /* ----------------------------------------
main
---------------------------------------- */
 .how_main {
  display: none;
 }

 .how_main_sp {
  /*background: url(/images/sp/how_main_sp.jpg) no-repeat;*/
  background-position: center 0;
  background-size: 100%;
  width: 100%;
  margin-top: 70px;
 }

 .how_main_r {
  display: none;
 }

 .how_main_tl_sp {
  width: 100%;
  padding: 10px 0;
  background-color: #EDEDE9;
  text-align:center;
 }

 .how_main_form_wrap_sp {
  padding: 20px 0;
  background-color: #FFDEAC;
  margin-bottom: 30px;
 }

 .how_main_form_tl_sp {
  width: 90%;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
  background: url(/images/top/how_main_icon.png) no-repeat 10% 46%;
  background-color: #edede9;
  text-align: center;
  font-size: 17px;
  padding: 18px 0 18px 12px;
  border: 1px solid #edede9;
 }

 .how_main_form_sp {
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
  width: 94%;
  margin: 0 auto;
  border: 2px solid #edede9;
 }

 .how_main_form_inner_sp {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
 }

 .id {
  width: 98%;
  height: 40px;
  background-color: #FFBFBF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  color: #888;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 16px;
 }

 .pass {
  width: 98%;
  height: 40px;
  margin: 0 auto;
  background-color: #FFBFBF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  color: #888;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 16px;
 }

 .login {
  width: 94%;
  height: 50px;
  margin: 0 0 3% 3%;
  border: 2px solid #000;
  background-color: #FFF;
  background: url(/images/top/how_main_icon_b.png) no-repeat 97% center;
  padding-right: 20px;
  border-radius: 5px;
  font-size: 15px;
 }

 .login:hover {
  background-color: #000;
  color: #fff;
 }


 .how_main_form_btn_sp {
  width: 92%;
  height: 50px;
  border: 2px solid #FF9900;
  text-align: left;
  background: url(/images/top/how_main_icon_o.png) no-repeat 97% center;
  margin: 0px auto;
  border-radius: 4px;
  text-indent: 10px;
 }

 .how_main_form_btn_sp a {
  font-size: 14px;
  color: #FF9900;
  padding: 13px 0 15px;
  display: block;
 }

 .how_main_form_btn_sp:hover {
  background-color: #FF9900;
 }

 .how_main_form_btn_sp a:hover {
  color: #fff;
 }

 .how_main_menu_sp {
  padding: 10px 0 30px;
  background-color: #EDEDE9;
 }

 .how_main_menu_sp ul {
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  height: 290px;
 }

 .how_main_menu_sp ul li {
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #eee;
  background-color: #FFF;
 }

 .how_main_menu_sp ul li img {
  padding-bottom: 10px;
 }

 .how_main_menu_sp ul li a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
 }

 .how_main_menu_limit_sp {
  width: 94%;
  margin: 0 auto;
 }

 .how_main_menu_limit_sp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 15px;
 }

 .how_main_menu_limit_sp li {
  width: 98%;
 }

 .how_main_menu_limit_sp li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #2285b1;
  margin-bottom: 10px;
 }

 .how_main_menu_limit_sp a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
 }

 .how_main_menu_limit_sp a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
 }

 .how_main_menu_limit_sp a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
 }

 .how_menu_icon_sp {
  border-radius: 5px 0 0 0;
 }

 .how_menu_icon2_sp {
  border-radius: 0 5px 0 0;
 }

 .how_menu_icon3_sp {
  border-radius: 0 0 0 5px;
 }

 .how_menu_icon4_sp {
  border-radius: 0 0 5px 0;
 }


 .how_conts_tl {
  display: none;
 }

 .how_conts_tl_sp {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
 }

 .how_conts_tl_sp span {
  color: #FF9900;
  font-size: 10px;
 }

 .how_info {
  display: none;
 }

 .how_info_sp {
  width: 95%;
  margin: 0 auto 110px;

 }

 .how_info_wrap {
  width: 98%;
  height: 236px;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  border-top: 4px solid #FF9900;
 }

 .how_info_in {
  width: 95%;
  margin: 10px auto 5px;
  height: 215px;
  overflow: auto;
 }

 .how_info_in iframe {
  width: 95%;
  margin: 10px auto 5px;
  height: 215px;
 }

 .how_info_box {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  background: url(/images/top/how_main_icon_b.png) no-repeat 97% center;
  height: 50px;
 }

 .how_info_box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 }

 .how_info_box a span {
  position: absolute;
  top: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 20px;
  width: 95%;
 }

 .how_info_data {
  float: left;
  font-size: 13px;
 }

 .how_info_conts {
  float: left;
  background-color: #2C83BF;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
  padding: 0px 15px;
  font-size: 11px;
  line-height: 18px;
 }

 .how_info_txt {
  float: left;
 }


 .how_info_more_sp {
  width: 98%;
  margin: 0 auto;
  border-bottom: 4px solid #FF9900;
 }

 .how_info_more_btn_sp {
  width: 80%;
  height: 52px;
  margin: 10px auto;
  background: url(/images/top/how_main_icon_w.png) no-repeat 90% center;
  background-color: #565656;
  text-align: center;
  border-radius: 5px;
 }

 .how_info_more_btn_sp a {
  padding: 15px 0;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
 }

 .how_support {
  margin-top: 110px;
  background: url(/images/top/how_sup_bk.jpg);
  padding-bottom: 20px;
  background-size: 188%;
  background-position: 92% 78%;
 }

 .how_su_tl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }

 .how_su_tl_l {
  display: none;
  margin-top: -50px;
 }

 .how_su_tl_r {
  width: 90%;
  background-color: #FF9900;
  padding: 11px 7px 12px;
  color: #fff;
  font-size: 20px;
  margin: -50px auto 0;
  display: inline-block;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
 }

 .how_su_tl_r span {
  font-size: 12px;
  display: block;
 }

 .how_su_inner {
  width: 98%;
  margin: 20px auto 0;
 }

 .how_su_in_l {
  text-align: center;
 }


 .how_su_in_l img {
  width: 70%;
 }

 .how_su_in_r {
  padding-top: 30px;
  width: 100%;
 }


 .how_qa {
  background-color: #eee;
  width: 100%;

  margin-top: 50px;
 }

 .how_qa_tr {
  color: #2C83BF;
  font-weight: bold;
  padding-bottom: 30px;
 }

 .how_qa_l {
  text-align: center;
  font-size: 23px;
  padding-bottom: 20px;
 }

 .how_qa_tr.how_qa_l {
  font-size: 23px;
  color: #2C83BF;
 }

 .how_qa_l img {
  margin-bottom: 15px;
 }

 .how_qa_com {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  text-align: center;
  width: 95%;
  margin: 15px auto;
 }

 .how_qa_r {
  width: 90%;
  margin: 0 auto;
 }

 .how_qa_r p {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
 }

 .how_qa_r ul {
  overflow: hidden;
 }

 .how_qa_r ul li {
  margin-bottom: 15px;
  text-align: center;
  display: table;
  background-color: #FFF;
  width: 98%;
 }

 .how_qa_r ul li:nth-child(2n) {
  margin-right: 0;
 }

 .how_qa_r ul li.how_qa_b a {
  padding: 0;
 }

 .how_qa_r ul li a {
  font-size: 17px;
  font-weight: bold;
  display: block;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
  height: 55px;
 }


 .how_qa_r.blue ul li {
  border: 2px solid #2C83BF;
  border-radius: 3px;
 }

 .how_qa_r.blue ul li:hover {
  background-color: #2C83BF;
 }

 .how_qa_r.blue ul li a {
  color: #2C83BF;
 }

 .how_qa_r.blue ul li a:hover {
  color: #fff;
 }

 .how_qa_data {
  color: #5AAE7D;
  font-weight: bold;
  padding-bottom: 50px;
 }

 .how_qa_data.how_qa_l {
  font-size: 23px;
  color: #5AAE7D;
 }

 .how_qa_r.green ul li {
  border: 2px solid #5AAE7D;
  border-radius: 3px;
 }

 .how_qa_r.green ul li:hover {
  background-color: #5AAE7D;
 }

 .how_qa_r.green ul li a {
  color: #5AAE7D;
 }

 .how_qa_r.green ul li a:hover {
  color: #fff;
 }


 .how_qa_other {
  color: #D65F86;
  font-weight: bold;
 }

 .how_qa_other.how_qa_l {
  font-size: 23px;
  color: #D65F86;
 }


 .how_qa_r.pink ul li {
  border: 2px solid #D65F86;
  border-radius: 3px;
 }

 .how_qa_r.pink ul li:hover {
  background-color: #D65F86;
 }

 .how_qa_r.pink ul li a {
  color: #D65F86;
 }

 .how_qa_r.pink ul li a:hover {
  color: #fff;
 }


 .how_qa_r ul li.orange {
  border: 2px solid #BC770C;
  border-radius: 3px;
 }

 .how_qa_r ul li.orange:hover {
  background-color: #BC770C;

 }

 .how_qa_r ul li.orange a {
  color: #BC770C;
 }

 .how_qa_r ul li.orange a:hover {
  color: #fff;
 }

 .how_com {
  width: 100%;
  margin: 0 auto;
  background: url(/images/top/how_com_bk.jpg) repeat;
  height: 203px;
  ;
  background-position: center 0;
 }

 .how_com_in {
  width: 95%;
  margin: 0 auto;
  padding-top: 25px;
 }

 .how_com p {
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 1px #B6D1E0,
   -2px 2px 1px #B6D1E0,
   2px -2px 1px #B6D1E0,
   -2px -2px 1px #B6D1E0;
  line-height: 22px;
 }

 img.ion-tel {
  width: 94%;
  margin: 0 auto;
  display: block;
 }

 .support_btn {
  margin: 0 auto;
 }

 .support_btn img {
  margin: 4px 0 20px;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
 }
}

/* media screen fin */
