@charset "utf-8";
/* CSS Document */
#pc_kaitori {
  font-size: 16px;
  font-family: Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #pc_kaitori {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
/*-----------------------------背景色*/
.bg_cl01 {
  background-color: #ffffff;
}
.bg_cl02 {
  background-color: #f6f6f6 !important;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
[id^="sec_"] h3 {
  font-size: 24px;
  color: #003da6;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 2px solid #003da6;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 36px;
  }
}
[id^="sec_"] h4:not(#sec_03) {
  font-size: 18px;
  color: #003da6;
  font-weight: 900;
  display: block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h4:not(#sec_03) {
    font-size: 24px;
  }
}
/*---------------------------------------------申込ボタン*/
[id^="sec_"] a.cnt_btn {
  background: #003da6;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
[id^="sec_"] a.cnt_btn:hover {
  background: #fff;
  border: 2px solid #003da6;
  color: #003da6;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] a.cnt_btn {
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  [id^="sec_"] a.cnt_btn {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
/*---------------------------------------------リンクボタン*/
.link_btn_area {
  display: block;
  margin: 50px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
ul.row li {
  margin-bottom: 30px;
}
ul.row li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------webjapan内「PC買取」参照css*/
.tit01 span {
  display: block;
  font-size: 0.8em;
  color: #333;
}
/*-----------------------------main_image*/
#pc-kaitori_mainimage {
  margin-bottom: 40px;
  padding: 40px 0 0;
  background: url("../img/pc_kaitori_img/mainimage_bg.png") 55% top no-repeat;
  background-size: auto 280px;
}
#pc-kaitori_mainimage h1 {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
#pc-kaitori_mainimage p {
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
#pc-kaitori_mainimage ul {
  display: flex;
}
#pc-kaitori_mainimage ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #003da6;
  border-radius: 100%;
  background: #fff353;
}
#pc-kaitori_mainimage figure {
  margin-top: -15px;
  text-align: right;
}
#pc-kaitori_mainimage figure img {
  width: 260px;
  height: auto;
}
@media screen and (min-width:576px) {
  #pc-kaitori_mainimage {
    margin-bottom: 40px;
    padding: 40px 0 0;
    background: url("../img/pc_kaitori_img/mainimage_bg.png") center top no-repeat;
    background-size: auto 220px;
  }
  #pc-kaitori_mainimage .fig_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #pc-kaitori_mainimage ul {
    margin-bottom: 20px;
  }
  #pc-kaitori_mainimage figure {
    margin-top: auto;
    text-align: right;
    margin-left: 30px;
  }
  #pc-kaitori_mainimage figure img {
    width: 100%;
    max-width: 601px;
    height: auto;
  }
}
@media screen and (min-width:700px) {
  #pc-kaitori_mainimage {
    margin-bottom: 40px;
    padding: 40px 0 0;
    background: url("../img/pc_kaitori_img/mainimage_bg.png") center top no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width:768px) {
  #pc-kaitori_mainimage {
    margin-top: 10px;
    padding: 80px 0 0;
    background: url("../img/pc_kaitori_img/mainimage_bg.png") center 70px no-repeat;
    background-size: auto 340px;
  }
  #pc-kaitori_mainimage figure {
    margin-left: 0;
  }
  #pc-kaitori_mainimage h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  #pc-kaitori_mainimage p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #pc-kaitori_mainimage ul {
    margin-bottom: 30px;
  }
  #pc-kaitori_mainimage ul li {
    width: 110px;
    height: 110px;
    margin-right: 5px;
    font-size: 18px;
  }
}
@media screen and (min-width:992px) {
  #pc-kaitori_mainimage {
    padding: 120px 0 0;
    background: url("../img/pc_kaitori_img/mainimage_bg.png") center 70px no-repeat;
    background-size: auto 440px;
  }
  #pc-kaitori_mainimage figure {
    margin-left: 0;
  }
  #pc-kaitori_mainimage h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }
  #pc-kaitori_mainimage p {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #pc-kaitori_mainimage ul li {
    width: 140px;
    height: 140px;
    margin-right: 10px;
    font-size: 22px;
  }
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0px;
}
.list_feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
.list_feature li {
  width: 48%;
  margin-bottom: 15px;
  padding: 15px;
  color: #333;
  background: #f6f6f6;
}
.list_feature li h4 {
  position: relative;
  min-height: 2.6em;
  line-height: 1.3;
  font-size: 17px;
  font-weight: bold;
}
.list_feature li figure {
  margin: 15px 0;
}
.list_feature li figure img {
  width: auto;
  height: 70px;
}
.list_feature li p {
  line-height: 1.4;
  text-align: left;
}
.bg_cl02 .list_feature li {
  background: #fff;
}
@media screen and (min-width:768px) {
  .list_feature li {
    margin-bottom: 30px;
    padding: 20px;
  }
  .list_feature li h4 {
    min-height: 2.6em;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
  }
  .list_feature li figure {
    margin: 20px 0;
  }
  .list_feature li figure img {
    width: auto;
    height: 90px;
  }
}
@media screen and (min-width:992px) {
  .list_feature li {
    width: 23.5%;
    margin-bottom: 0;
    padding: 20px;
  }
}
.list_feature.num li {
  margin-top: 15px;
  padding-top: 20px;
}
.list_feature.num li h4 {}
.list_feature.num li h4 span {
  position: absolute;
  display: block;
  top: -32px;
  width: 100%;
  line-height: 1.1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #003da6;
}
@media screen and (min-width:768px) {
  .list_feature.num li {
    margin-top: 30px;
    padding-top: 40px;
  }
  .list_feature.num li h4 {}
  .list_feature.num li h4 span {
    position: absolute;
    display: block;
    top: -62px;
    width: 100%;
    line-height: 1.1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #003da6;
  }
}
/*--------------------------------#sec_02*/
#sec_02 {
  padding: 40px 0;
}
#sec_02 .makerlist {
  margin: 0 auto;
}
#sec_02 ul {
  display: flex;
  flex-wrap: wrap;
}
#sec_02 ul li {
  width: calc(25% - 8px);
  margin: 4px;
}
#sec_02 ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #sec_02 {
    padding: 60px 0;
    background: #f0f0f0;
  }
  #sec_02 ul li {
    width: calc(12.5% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  #sec_02 {
    padding: 110px 0;
  }
}
.box_qr {
  display: flex;
  justify-content: space-between;
}
.box_qr ol {
  width: calc(100% - 110px);
}
.box_qr figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width:768px) {
  .box_qr {
    align-items: center;
  }
  .box_qr ol {
    width: calc(100% - 162px);
  }
  .box_qr figure img {
    width: 141px;
    height: auto;
  }
}
/*-----------------------------#sec_03*/
#sec_03 ul {
  margin-top: 20px;
}
.box_example {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #eee;
}
.box_example ul li {
  margin-bottom: 20px;
  background: url("../img/pc_kaitori_img/bg_icon01.png") right bottom no-repeat;
  background-size: auto 100%;
}
.box_example ul li:nth-child(2) {
  margin-bottom: 0;
  background: url("../img/pc_kaitori_img/bg_icon02.png") right bottom no-repeat;
  background-size: auto 100%;
}
.box_example ul li h4 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.box_example ul li table {
  border-collapse: collapse;
}
.box_example ul li table tr th, .box_example ul li table tr td {
  padding: 5px 8px;
  line-height: 1.3;
  font-weight: bold;
}
.box_example ul li table tr th {
  text-align: left;
}
.box_example ul li table tr td strong span {
  font-size: 1.3em;
}
.box_example ul li table tr th img {
  width: auto;
  height: 40px;
}
@media screen and (min-width:768px) {
  .box_example {
    margin-top: 30px;
    padding: 20px;
  }
  .box_example ul {
    display: flex;
    justify-content: space-between;
  }
  .box_example ul li {
    width: 48%;
    margin-bottom: 0;
  }
  .box_example ul li h4 {
    font-size: 28px;
  }
  .box_example ul li table tr th img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .box_example {
    padding: 30px 60px;
  }
}
/*-----------------------------#sec_06*/
#sec_06 ol.list_circlenum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  width: auto;
  margin: 30px auto auto;
}
@media screen and (min-width:768px) {
  #sec_06 ol.list_circlenum {
    width: 850px;
  }
}
.list_circlenum li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 10px;
  padding-left: 2.0em;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
}
.list_circlenum li::before {
  position: absolute;
  left: 0;
  content: counter(cnt);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  border-radius: 100%;
  background: #333;
}
.list_circlenum li:last-child {
  margin-bottom: 0;
}
#assessment .list_circlenum li {
  font-weight: bold;
}
#item p {
  margin-top: 10px;
  font-size: 1.1em;
  text-align: center;
}
.list_item ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_item ul li {
  margin: 5px;
  padding: 8px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 8px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .list_item {
    display: flex;
    justify-content: space-between;
  }
  .list_item ul {
    display: block;
    width: 31%;
  }
  .list_item ul li {
    margin: 0 0 10px;
    padding: 10px;
  }
}
.stepimg {
  margin-bottom: 20px;
}
.stepimg img {
  max-width: 100%;
  height: auto;
}
.tx_left {
  text-align: left !important;
}
.margin_t20 {
  margin-top: 20px !important;
}
/*-----------------------------#sec_07*/
#sec_07 ul.row {
  align-items: center;
}
#sec_07 table tr th, #sec_07 table tr td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px dotted #666;
}
#sec_07 table tr th {
  font-weight: bold;
  width: 18%;
}
/*-----------------------------#sec_08*/