@media screen and (min-width: 769px) {

 body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;

 }

 br.pc_off {
  display: none;
 }

 .main_pc_off {
  display: none;
 }

 /* ----------------------------------------
main
---------------------------------------- */
 .main-bg {
  border-top: 1px solid #eee;
  background-image: url(/images/top/how_main-bg.jpg);
  background-size: 100%;
  background-position: 50% 60%;
  height: 420px;
 }

 .main_catch {
  display: flex;
  justify-content: space-between;
 }

 .main_catch img {
  width: 480px;
  min-width: 300px;
 }

 .how_main {
  background: url(/images/top/how_main.png) no-repeat center -6px;
  height: 750px;
  margin: 0 auto;
 }

 .how_main_sp {
  display: none;
 }

 .how_main_r {
  width: 1000px;
  margin: 0 auto;
 }

 h1 {
  float: right;
  padding-top: 80px;
  overflow: hidden;
  ;
 }

 .how_main_form_wrap {
  float: right;
  clear: both;
  margin-top: 45px;
 }

 .how_main_form_tl {
  width: 400px;
  border-radius: 5px 5px 0 0;
  /*background:url(/img/top/how_main_icon.png) no-repeat 23% 46%;*/
  background-color: #edede9;
  text-align: center;
  font-size: 21px;
  padding: 18px 0;
  font-weight: 600;
 }

 .how_main_form {
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  width: 400px;
  /* --height:170px;-- */
  height: 155px;
 }

 .how_main_form_inner {
  /*width:490px;*/
  margin: 0 auto;
  overflow: hidden;
  /*padding-top:20px;*/
 }

 .how_main_form input {
  float: left;
 }

 .id {
  width: 178px;
  height: 41px;
  background-color: #FFBFBF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin-right: 10px;
  color: #888;
  padding-left: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
 }

 .pass {
  width: 178px;
  height: 41px;
  background-color: #FFBFBF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin-right: 10px;
  color: #888;
  padding-left: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
 }

 .login {
  width: 100px;
  height: 45px;
  border: 2px solid #000;
  background-color: #FFF;
  background: url(/images/top/how_main_icon_b.png) no-repeat 90% center;
  padding-right: 20px;
  border-radius: 5px;
  font-weight: 600;
 }

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


 .how_main_form_btn {
  width: 486px;
  height: 66px;
  border: 2px solid #FF9900;
  text-align: center;
  background: url(/images/top/how_main_icon_o.png) no-repeat 90% center;
  /* --	margin-top:60px;-- */
  border-radius: 5px;
 }

 .how_main_form_btn a {
  font-size: 21px;
  color: #FF9900;
  padding: 22px 0;
  display: block;
  font-weight: 600;
 }

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

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

 .how_main_menu {
  /* --	padding-top:30px;-- */
  padding-top: 25px;
  clear: both;
 }

 .how_main_menu ul li {
  float: left;
  background-color: #FFF;
  text-align: center;
  width: 33%;
 }

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

 .how_main_menu ul li a {
  display: block;
  padding: 36px 0;
  font-size: 16px;
  font-weight: bold;
 }

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

 .how_main_menu_limit ul {
  display: flex;
  justify-content: space-between;

 }

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

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

 .how_main_menu_limit a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
  transition: 0.5s;
 }

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

 .how_menu_icon a:hover {
  color: #2C83BF;
 }

 .how_menu_icon2 a:hover {
  color: #5AAE7D;
 }

 .how_menu_icon3 a:hover {
  color: #D65F86;
 }

 .how_menu_icon4 a:hover {
  color: #BC770C;
 }

 .how_conts_tl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 450px;
  font-weight: 600;
  clear: both;
 }

 .how_conts_tl_sp {
  display: none;
 }

 .how_conts_tl span {
  color: #FF9900;
  font-size: 14px;
 }

 .how_info_sp {
  display: none;
 }

 .how_info {
  width: 1000px;
  margin: -20px auto 110px;

 }

 .how_info_wrap {
  width: 998px;
  height: 236px;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
 }

 .how_info_in {
  width: 900px;
  margin: 15px auto 5px;
  height: 215px;
  /*overflow-y:scroll;*/
 }

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

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

 .how_info_box a span {
  position: absolute;
  left: 305px;
  top: 18px;
  display: block;
 }

 .how_info_data {
  float: left;
  margin-right: 30px;
  font-size: 16px;
 }

 .how_info_conts {
  display: inline-block;
  background-color: #2C83BF;
  border-radius: 5px;
  color: #fff;
  margin-right: 30px;
  padding: 0px 40px;
  font-size: 14px;
 }

 .how_info_txt {
  float: left;
  font-size: 16px;
 }

 .how_info_more {
  width: 1000px;
  height: 45px;
  margin: 0 auto;
  border-bottom: 4px solid #FF9900;
 }

 .how_info_more_btn {
  float: right;
  width: 155px;
  height: 45px;
  background: url(/images/top/how_main_icon_w.png) no-repeat 90% center;
  background-color: #565656;
  border-radius: 5px 5px 0 0;
  text-align: center;
 }

 .how_info_more_btn a {
  padding: 12px 0;
  display: block;
  color: #fff;
 }

 .how_support {
  background: url(/images/top/how_sup_bk.jpg);
  background-size: 100%;
  background-position: 9% 14%;
  height: 529px;
  margin: 120px auto 0;
 }

 .how_su_tl {
  width: 865px;
  margin: 0 auto;
  display: flex;
 }

 .how_su_tl_l {
  float: left;
  background-color: #d27e00;
  padding: 21px 0;
  margin-top: -50px;
  border-radius: 5px 0 0 5px;
  width: 90px;
  text-align: center;
  height: 56px;
  vertical-align: middle;
 }

 .how_su_tl_r {
  float: right;
  background-color: #FF9900;
  ;
  padding: 15px 57px 28px;
  color: #fff;
  font-size: 33px;
  margin-top: -50px;
  line-height: 25px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
  letter-spacing: 2px;
  width: 650px;
 }

 .how_su_tl_r:hover {
  color: #FFFF00;
 }

 .how_su_tl_r span {
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
 }

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

 .how_su_in_l {
  float: left;
 }

 .how_su_in_r {
  float: right;
  padding-top: 30px;
 }

 .how_su_in {
  margin: 0 auto;
  align-items: center;
 }

 .how_su_in img {
  width: 65%;
  padding-left: 15%
 }

 .how_qa {
  background-color: #eee;
  max-width: 100%;
  padding: 35px 0px;
  margin: 40px auto 0;
 }

 .how_qa_in {
  width: 1200px;
  margin: 0 auto;
 }

 .how_qa_tr {
  color: #2C83BF;
  padding-bottom: 80px;
 }

 .how_qa_l {
  float: left;
  width: 184px;
  text-align: center;
  font-size: 23px;
  padding-left: 30px;
 }

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

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

 .how_qa_com {
  font-size: 15px;
  color: #000;
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
 }

 .how_qa_r {
  float: right;
  width: 900px;
 }

 .how_qa_r p {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
 }

 .how_qa_r ul {
  overflow: hidden;
 }

 .how_qa_r ul li {
  float: left;
  margin: 0 20px 25px 0;
  text-align: center;
  display: table;
  background-color: #FFF;
 }

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

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

 .how_qa_r ul li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  display: table-cell;
  vertical-align: middle;
 }


 .how_qa_r.blue ul li {
  width: 280px;
  height: 60px;
  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: 80px;
 }

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

 .how_qa_r.green ul li {
  width: 280px;
  height: 60px;
  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_other2 {
  color: #BC770C;
  font-weight: bold;
 }

 .how_qa_other2.how_qa_l {
  font-size: 23px;
  color: #BC770C;
 }


 .how_qa_other {
  color: #D65F86;
  font-weight: bold;
  margin-bottom: 80px;
 }

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


 .how_qa_r.pink ul li {
  width: 280px;
  height: 60px;
  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 {
  width: 280px;
  height: 60px;
  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 {
  margin: 0 auto;
  background: url(/images/top/how_com_bk.jpg) repeat;
  height: 203px;
 }

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

 .how_com p {
  float: right;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 1px #B6D1E0,
   -2px 2px 1px #B6D1E0,
   2px -2px 1px #B6D1E0,
   -2px -2px 1px #B6D1E0;
 }

 .support_btn {
  width: 900px;
  margin: 0 auto;
 }

 .support_btn img {
  margin: 40px 0;
  min-width: 90%;
  width: 900px;
 }

 .support_btn a:hover {
  opacity: 0.8;
 }

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


}

/* media screen fin */
