@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 header {
  padding: 15px;
  width: 1280px;
  margin: 0 auto;
 }

 h1 {
  display: none;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 .pc_off {
  display: none;
 }

 /*------------- main -----------------*/

 .loan_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 700px;
  background: url(../img/main.webp);
  background-position: center;
 }

 .loan_main_txt {
  text-align: center;
  color: #fff;
  padding-top: 110px;
text-shadow: 2px 2px 4px #666666;
 }

 .loan_main_txt span:first-child {
  font-size: 25px;
  display: block;
 }

 .loan_main_txt p {
  font-size: 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin: 20px 0;
  line-height: 1;
  padding: 40px 0;
  font-weight: bold;
 }

 .loan_main_txt span:last-child {
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
 }

 /*------------- /main -----------------*/

 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }

 .point_wrap {
  width: 1280px;
  margin: 80px auto;
 }

 .sell_title {
  text-align: center;
 }

 .sell_title h2 {
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
 }

 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;
 }

 .sell_title p {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .str_list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }

 .str_co {
  width: 330px;
  margin-bottom: 40px;
  margin: 17px;
 }

 .str_co img {
  box-shadow: 10px 10px #eee;
 }

 .str_co h3 {
  font-size: 20px;
  color: #0d73a2;
  font-weight: bold;
  margin: 30px 0 10px;
 }

 .str_co p {
  font-size: 16px;
  line-height: 150%;
  color: #666;
  margin: 0;
 }

 .contact_wrap {
  width: 100% !important;
height: 100% !important;
  background: #0d73a2 !important;
 }

 .contact_co {
  width: 800px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  text-align: center !important;
  color: #fff !important;
 }

 .contact_co p {
  margin: 30px auto !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
 }

 .con_title {
  font-size: 28px !important;
  font-weight: bold !important;
 }

 .contact_btn a {
  width: 450px !important;
  height: 70px !important;
  display: block !important;
  margin: 0 auto !important;
  background: #fff !important;
  line-height: 70px !important;
  text-decoration: none !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 40px !important;
  text-indent: 15px !important;
        padding: 0 !important;
 }

 .contact_btn a::before {
  content: "" !important;
  display: inline-block !important;
  background: url(/sell_lptemp/img/mail_icon.png) !important;
  background-size: auto !important;
  width: 21px !important;
  height: 17px !important;
  margin-right: 14px !important;
  margin-bottom: -2px !important;
 }

 .contact_btn a:hover {
  background: #fff552 !important;
  transition-duration: 0.3s !important;
 }

 .make_wrap {
  margin: 80px auto;
 }

 .make_co img {
  width: 100%
 }

 .make_img img {
  width: 100%;
 }

 .make_co {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }

 .make_img {
  display: flex;
  justify-content: space-between;
 }

 .onestop_wrap {
  background: #e8f7ff;
  padding: 80px;
 }

 .one_co {
  display: flex;
  width: 1100px;
  justify-content: space-between;
  margin: 0 auto;
 }

 .one_text {
  width: 460px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #666666;
 }

 .one_text p {
  line-height: 38px;
 }

 .lone_wrap {
  text-align: center;
  margin: 80px auto;
 }

 .reform_wrap {
  position: relative;
    width: 100%;
        background: #fdfdfd;
        text-align: center;
        padding-bottom: 100px;
 }
 .reform_wrap iframe {
        width: 1100px;
        height: 320px;
 }
 .reform_title {
  padding: 30px 0;
  right: 3%;
  top: -17%;
 }

 .refo_co {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1280px;
  margin: 180px auto;
 }

 .re_list ul {

 }

 .re_btn {
  margin-top: 30px;
 }

 .re_btn a {
  width: 360px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #0d73a2;
  font-size: 18px;
  font-weight: bold;
  border: 4px solid #0d73a2;
  text-align: center;
  box-sizing: border-box;
 }

 .re_btn a:hover {
  color: #FFF;
  background: #0d73a2;
  transition: all 0.2s ease-out;
 }

 .re_left {
  font-size: 18px;
  color: #797979;
 }

 .re_left p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 25px;
 }
}
