/*service_new.css*/

.main-inner,
.search-wrapper {
  z-index: 2;
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
}
.main-inner figure {
  margin: 0;
}
.smartphone-one {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 0 200px;
}
.smartphone-one .tit {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-one .tit .num {
  color: #FFA927;
  font-size: 100px;
  font-weight: bold;
}
.smartphone-one .tit .yellow {
  font-size: 60px;
  padding-left: 15px;
}
.smartphone-one .tit .yellow small {
  display: block;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.smartphone-one .tit .col {
  color: #FFA927;
  font-weight: bold;
  font-family: co-headline, sans-serif;
}
.smartphone-one .tit .big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.smartphone-one .tit .black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 56px;
  font-weight: bold;
  padding-left: 10px;
}
.smartphone-one .blue {
  font-size: 30px;
  font-weight: bold;
  color: #0943C9;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 25px auto 50px;
}
.smartphone-one .blue::before {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background-color: #0943C9;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  bottom: 0;
  left: -30px;
}
.smartphone-one .blue::after {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background-color: #0943C9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: -30px;
}
.smartphone-one .txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.smartphone-one .txt1 div {
  font-size: 30px;
  color: #2857C4;
  position: relative;
}
.smartphone-one .txt1 div::after {
  content: "";
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFA927;
  z-index: 2;
}
.smartphone-one .txt1 div span {
  position: relative;
  z-index: 3;
}
.smartphone-one .content {
  position: relative;
}
.smartphone-one .content figure {
  position: absolute;
  right: 120px;
  bottom: -25px;
}
.smartphone-one .content .text {
  background: url(../img/bor1.jpg) no-repeat center center;
  padding: 30px;
  font-size: 14px;
  max-width: 760px;
  height: 214px;
  background-size: contain;
  text-align: left;
  margin: 30px auto 20px;
  line-height: 2;
  font-weight: bold;
}
.smartphone-one .content span {
  display: block;
  max-width: 664px;
  margin: 0 auto;
  text-align: left;
  color: #E81515;
  line-height: 2;
  font-weight: bold;
}
.smartphone-one .content .tablet-ttl {
  font-size: 20px;
  color: #2857C4;
}
.smartphone-one .global-dialog {
  max-width: 920px;
}
.smartphone-one .global-dialog .inner {
  max-width: 820px;
}
.smartphone-one .global-dialog-female {
  max-width: 840px;
}
.title {
  position: relative;
  z-index: 3;
}
.title .en {
  font-size: 50px;
  color: #143E9F;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'co-headline', sans-serif;
  font-weight: 900;
}
.title .jp {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}
.title .jp::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 14px;
}
.title.center h3 {
  text-align: center;
}
.smartphone-two {
  position: relative;
  z-index: 2;
  background-color: #F2F6FF;
  padding-bottom: 90px;
}
.smartphone-two .title {
  top: -80px;
  margin-bottom: -80px;
}
.smartphone-two .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}
.smartphone-two .tab-hd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  height: 60px;
  font-weight: bold;
  width: 50%;
  background-color: #B9B9B9;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 10px;
}
.smartphone-two .tab-hd li img {
  width: auto;
  margin-right: 5px;
}
.smartphone-two .tab-hd .active {
  background-color: #143E9F;
  font-size: 24px;
}
.smartphone-two .tab-hd .active img {
  margin-right: 10px;
}
.smartphone-two .tab-hd li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.smartphone-two .tab-hd li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.smartphone-two .tab-bd li {
  display: none;
}
.smartphone-two .tab-bd li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.smartphone-two .tab-bd li > div.flow {
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.smartphone-two .tab-bd li > div.flow .the-point-btn {
  margin-top: 1em !important;
}
.smartphone-two .tab-bd li img {
  width: auto;
}
.smartphone-two .tab-bd li .box {
  text-align: center;
  width: 23%;
}
.smartphone-two .tab-bd li .box p {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
}
.smartphone-two .tab-bd li .tit {
  color: #143E9F;
}
.smartphone-two .tab-bd li .tit span {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: co-headline, sans-serif;
}
.smartphone-two .tab-bd li .tit span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #143E9F;
}
.smartphone-two .tab-bd li .tit h4 {
  font-size: 20px;
  padding-top: 10px;
}
.smartphone-two .tab-bd li figure {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-two .time {
  display: block !important;
  margin-top: 60px;
}
.smartphone-two .time .ttl {
  font-size: 24px;
  color: #143e9f;
  font-weight: bold;
  margin-bottom: 30px;
}
.smartphone-two .time .txt {
  margin-top: 20px;
}
.smartphone-two .time .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.smartphone-two .time .blocks .block {
  width: calc(25% - 30px);
  margin-left: 30px;
  padding: 20px 25px;
  border: 2px solid #143e9f;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  font-size: 16px;
}
.smartphone-two .time .blocks .block.full {
  width: calc((75% / 2) - 30px);
}
.smartphone-two .time .blocks .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #143e9f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #143e9f;
  position: relative;
  font-family: co-headline, sans-serif;
}
.smartphone-two .time .blocks .num.jp {
  font-size: 16px;
  border-bottom: 0;
}
.smartphone-two .time .blocks .num.jp:after {
  display: none;
}
.smartphone-two .time .blocks .num:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 16px;
  height: 1px;
  background: #143e9f;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
      transform: rotate(42deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}
.smartphone-two .time .blocks .num .icon {
  width: 35px;
  max-width: 35px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.smartphone-two .time .blocks .num span {
  font-size: 30px;
  padding-right: 3px;
}
.smartphone-two .time .blocks .dl {
  margin-bottom: 10px;
}
.smartphone-two .time .blocks .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smartphone-two .time .blocks .dl dt {
  padding-right: 20px;
}
.smartphone-two .time.full .num {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.smartphone-two .the-point-btn {
  margin-top: 4em;
}
.smartphone-two .the-point-btn a {
  margin: 0.8em auto;
}
.smartphone-three {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 120px 0 0px;
}
.smartphone-three .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.smartphone-three .content > div {
  width: calc((33.33% - 40px));
  margin: 40px 0;
  margin-left: 40px;
}
.smartphone-three .content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smartphone-three .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.smartphone-three .tit a {
  font-size: 16px;
  font-weight: bold;
  color: #143E9F;
  border: 2px solid #143E9F;
  border-radius: 5px;
  padding: 10px 50px;
  line-height: 1;
  margin-left: 20px;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-three .tit a:hover {
  background-color: #143E9F;
  color: #fff;
  text-decoration: none;
}
.smartphone-three .box p {
  line-height: 1.8;
  font-size: 14px;
}
.smartphone-three .box .popularity {
  display: inline-block;
  line-height: 1;
  color: #2857C4;
  font-weight: 900;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin: 20px auto 15px;
}
.smartphone-three .box .popularity::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #2857C4;
  position: absolute;
  left: -120px;
  top: 6px;
}
.smartphone-three .box .popularity::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #2857C4;
  position: absolute;
  right: -120px;
  top: 6px;
}
.smartphone-three .box .relatedness a {
  display: inline-block;
  background-color: #2857C4;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 5px;
  margin-top: 8px;
  margin-right: 5px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.smartphone-three .box .relatedness a:hover {
  text-decoration: none;
  background-color: #094ff1;
}
.smartphone-four {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.smartphone-five {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
.smartphone-five img {
  width: auto;
}
.smartphone-five .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.smartphone-five .left {
  margin-right: 115px;
}
.smartphone-five .left ul li {
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  padding-left: 30px;
}
.smartphone-five .left ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 15px;
}
.smartphone-five .left ul li:first-child {
  margin-top: 20px;
}
.smartphone-five .right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  border: 2px solid #000;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-five .right .box:hover {
  opacity: 0.8;
  text-decoration: none;
}
.smartphone-five .right .box figure {
  margin-right: 10px;
}
.smartphone-five .right .box:first-child {
  margin-bottom: 20px;
}
.smartphone-five .btn-box {
  margin: 0 auto;
}
.smartphone-five .btn-box .red {
  font-size: 16px;
  color: #E81515;
  font-weight: bold;
  text-align: center;
}
.smartphone-five.brand .content {
  display: block;
}
.smartphone-five.brand .content .text {
  font-size: 16px;
}
.smartphone-five.brand .content .text .ttl {
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #0943C9;
}
.smartphone-five.brand .content .text ul {
  padding: 10px 20px;
}
.smartphone-five.brand .content .text ul li {
  display: block;
  line-height: 1.2;
  padding-top: 10px;
}
.smartphone-five.brand .content .text p {
  margin: 15px 0;
}
.smartphone-five.brand .content .btn-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.smartphone-five.brand .content .btn-brand .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  border: 2px solid #000;
  padding: 15px 30px;
  border-radius: 10px;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-five.brand .content .btn-brand .box:hover {
  opacity: 0.8;
  text-decoration: none;
}
.smartphone-five.brand .content .btn-boxs {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.smartphone-five .point-content {
  margin: 40px 0;
  font-size: 18px;
}
.smartphone-five .point-content .wrapper {
  margin-top: 60px;
}
.smartphone-five .point-content .wrapper .text {
  font-size: 16px;
}
.smartphone-five .point-content .wrapper .text .ttl {
  font-size: 22px;
  line-height: 1.4;
  color: #143e9f;
  font-weight: bold;
  margin-bottom: 15px;
}
.smartphone-five .point-content .wrapper .text ul {
  margin-bottom: 50px;
}
.smartphone-five .point-content .wrapper .text ul li {
  line-height: 1.2;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.smartphone-five .point-content .wrapper .text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/service/check.png) 100% 100%/contain no-repeat;
}
.smartphone-five .point-content .wrapper .btns {
  position: relative;
  z-index: 2;
  width: 42%;
  max-width: 600px;
  float: right;
  margin-left: 80px;
  margin-bottom: 20px;
}
.smartphone-five .point-content .wrapper .btns .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  border: 2px solid #000;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90%;
  max-width: 320px;
  margin: auto;
}
.smartphone-five .point-content .wrapper .btns .box figure {
  margin-right: 10px;
}
.smartphone-five .point-content .wrapper .btns .box:hover {
  opacity: 0.8;
  text-decoration: none;
}
.smartphone-five .point-content .wrapper .btns .box:first-child {
  margin-bottom: 20px;
}
.smartphone-six {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}
.smartphone-six .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.smartphone-six .tab-hd {
  background-color: #F2F6FF;
  padding: 25px 10px 25px 30px;
  line-height: 1;
  min-width: 300px;
  min-height: 450px;
  margin-right: 30px;
}
.smartphone-six .tab-hd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  color: #B9B9B9;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-six .tab-hd li span {
  display: block;
  font-size: 24px;
  padding-right: 10px;
  font-family: co-headline, sans-serif;
  white-space: nowrap;
  font-weight: 400;
}
.smartphone-six .tab-hd .active {
  color: #143E9F;
  font-size: 24px;
  font-weight: 900;
}
.smartphone-six .tab-hd .active span {
  font-size: 30px;
}
.smartphone-six .tab-bd {
  width: 100%;
}
.smartphone-six .tab-bd li {
  display: none;
}
.smartphone-six .tab-bd dl {
  padding: 30px;
  border-bottom: 1px solid #B9B9B9;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-six .tab-bd dl:hover {
  cursor: pointer;
}
.smartphone-six .tab-bd dl:hover dt {
  color: #143E9F;
}
.smartphone-six .tab-bd dl dt {
  font-size: 17px;
  position: relative;
  padding-right: 40px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smartphone-six .tab-bd dl dt svg {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-six .tab-bd dl dt big {
  display: block;
  font-size: 18px;
  padding-right: 10px;
  min-width: 26px;
}
.smartphone-six .tab-bd dl dd {
  line-height: 1.8;
  padding-top: 20px;
  display: none;
  font-size: 14px;
}
.smartphone-six .tab-bd dl dd div {
  padding-left: 25px;
}
.smartphone-six .tab-bd .dl-style dt {
  color: #143E9F;
}
.smartphone-six .tab-bd .dl-style dt svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.smartphone-seven {
  background-color: #F5F5F5;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.smartphone-seven .title {
  top: -80px;
  margin-bottom: -80px;
}
.smartphone-seven .inner > p {
  padding: 40px 0;
  text-align: center;
  font-size: 30px;
  color: #E81515;
  font-weight: bold;
  line-height: 1.3;
}
.smartphone-seven ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-seven ul li {
  width: 430px;
  text-align: center;
  border-radius: 10px;
}
.smartphone-seven ul li a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  padding: 50px 25px;
  display: block;
  border-radius: 30px;
}
.smartphone-seven ul li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
.smartphone-seven ul li img {
  width: auto;
}
.smartphone-seven ul li figure {
  height: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-seven ul li p {
  font-size: 20px;
  padding-top: 27px;
  font-weight: bold;
}
.smartphone-seven ul li:first-child {
  margin-right: 40px;
}
.smartphone-tips {
  padding-top: 100px;
}
.smartphone-tips .text {
  margin-top: 40px;
}
.smartphone-tips .text p {
  margin: 12px 0;
}
.smartphone-tips .text li a {
  color: #143E9F;
  text-decoration: underline;
}
.smartphone-tips .text .the-point-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-tips .text .the-point-btn a {
  max-width: 240px;
}
@media (max-width: 767px) {
  .smartphone-tips {
    padding: 60px 0 20px;
  }
  .smartphone-tips .text {
    margin-top: 30px;
  }
}
.smartphone-eight {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 120px 0 40px;
}
.smartphone-eight .tab {
  display: none;
}
.smartphone-eight .tab .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 25px;
}
.smartphone-eight .tab .tab-hd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  background-color: #B9B9B9;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 10px;
}
.smartphone-eight .tab .tab-hd .active {
  background-color: #143E9F;
}
.smartphone-eight .tab .tab-bd .list-head {
  text-align: center;
}
.smartphone-eight .tab .tab-bd .list-head img {
  display: block;
  margin: 0 auto;
}
.smartphone-eight .tab .tab-bd > li {
  display: none;
}
.smartphone-eight .tab .tab-bd > li h3 {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}
.smartphone-eight .tab .tab-bd > li img {
  width: auto;
}
.smartphone-eight .tab .tab-bd > li > figure {
  max-width: 199px;
  margin: 0 auto;
}
.smartphone-eight .tab .tab-bd > li small {
  display: block;
  text-align: center;
}
.smartphone-eight .tab .tab-bd > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.smartphone-eight .tab .tab-bd > li ul li {
  width: 48%;
  border: 1px solid #B9B9B9;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 30px;
}
.smartphone-eight .tab .tab-bd > li ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.smartphone-eight .tab .tab-bd > li ul li .tit h4 {
  font-size: 20px;
  color: #143E9F;
}
.smartphone-eight .tab .tab-bd > li ul li p {
  line-height: 1.8;
  margin-top: 20px;
  height: 200px;
  overflow-y: hidden;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-eight .tab .tab-bd > li ul li .height-all {
  height: auto;
  overflow: auto;
}
.smartphone-eight .tab .tab-bd > li .arrow {
  width: 40px;
  margin: 20px auto 0;
  cursor: pointer;
}
.smartphone-eight .tab .tab-bd > li .arrow svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #143E9F;
}
.smartphone-eight .tab .tab-bd > li .arrow1 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.smartphone-eight .box {
  padding-bottom: 70px;
}
.smartphone-eight .box h3 {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}
.smartphone-eight .box img {
  width: auto;
}
.smartphone-eight .box > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartphone-eight .box small {
  display: block;
  text-align: center;
}
.smartphone-eight .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.smartphone-eight .box ul li {
  width: 32.4%;
  border: 1px solid #B9B9B9;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 30px;
}
.smartphone-eight .box ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.smartphone-eight .box ul li .tit h4 {
  font-size: 20px;
  color: #143E9F;
}
.smartphone-eight .box ul li .tit .ttl {
  font-size: 20px;
  color: #143E9F;
  font-weight: bold;
}
.smartphone-eight .box ul li p {
  line-height: 1.8;
  margin-top: 20px;
  height: 200px;
  overflow-y: hidden;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.smartphone-eight .box ul li .height-all {
  height: auto;
  overflow: auto;
}
.smartphone-eight .box .arrow {
  width: 40px;
  margin: 20px auto 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.smartphone-eight .box .arrow img {
    width: 18px;
    max-width: 18px;
}
.smartphone-eight .box .arrow1 img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.smartphone-eight .box .arrow svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #143E9F;
}
.smartphone-eight .box .arrow1 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.smartphone-eight .box:last-child {
  border-top: 1px solid #B9B9B9;
  padding-top: 70px;
}
.smartphone-eight .box.noborder{
    padding-top: 40px;
    border: none !important;
}
.smartphone-news.news-outer {
  margin: 0;
  margin-bottom: 80px;
}
.smartphone-news.news-outer .pediabox {
  padding-top: 40px;
  margin-top: 40px;
}
.smartphone-nine {
  padding: 40px 0 60px;
}
.smartphone-nine .items {
  margin: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}
.smartphone-nine .items .item {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  font-size: 16px;
}
.smartphone-nine .items .item .ttl {
  color: #143e9f;
  font-size: 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
}
.smartphone-nine .items .item .ttl span {
  font-size: 48px;
  display: block;
  margin-right: 8px;
}
.smartphone-nine .items .item .icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 160px;
  margin: 40px auto 20px;
}
.smartphone-nine .the-point-btn a {
  max-width: 260px;
  margin: auto;
}
.smartphone-ten {
  padding: 80px 0;
}
.smartphone-ten .content {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}
.smartphone-ten .content .item {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  font-size: 12px;
  margin-bottom: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.smartphone-ten .content .item .pic {
  width: 100%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartphone-ten .content .item .pic:after {
  content: "";
  display: block;
  padding-top: 58%;
}
.smartphone-ten .content .item .pic img{
    -o-object-fit: contain;
    object-fit: contain;
    width: 90%;
    height: 90%;
}
.smartphone-ten .content .item .text {
  padding: 20px 20px;
}
.smartphone-ten .content .item .date {
  font-family: 'co-headline', sans-serif;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.smartphone-ten .content .item .comment {
  font-size: 15px;
  font-weight: 500;
  color: #143e9f;
}
.global-dialog {
  width: 100%;
  max-width: 1080px;
  padding: 40px 00px 20px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.global-dialog .bottom-text {
  position: absolute;
  left: calc(150px + 60px);
  top: calc(100% + 30px);
  font-size: 20px;
  font-weight: bold;
  color: #143E9F;
}
.global-dialog .wrap {
  width: 100%;
  max-width: 1000px;
  padding-left: 150px;
  margin: 0;
  position: relative;
}
.global-dialog .content {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
}
.global-dialog .content .tri {
  position: absolute;
  bottom: -44px;
  left: 16px;
  z-index: 3;
  border-right: 30px solid transparent;
  border-top: 20px solid #F2F6FF;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
      transform: skewX(-30deg);
}
.global-dialog .content .tri::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -22px;
  border-right: 30px solid transparent;
  border-top: 20px solid #000000;
}
.global-dialog .content .tri::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -4px;
  top: -22px;
  border-right: 24px solid transparent;
  border-top: 16px solid #F2F6FF;
}
.global-dialog .content .tri div {
  display: none;
}
.global-dialog .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000000;
  border-radius: 50px;
  z-index: -1;
}
.global-dialog .content::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50px;
  background-color: #F2F6FF;
  z-index: -2;
}
.global-dialog .content .content-box {
  position: relative;
  z-index: -1;
}
.global-dialog .content p {
  font-size: 14px;
  padding-top: 10px;
}
.global-dialog .content p span {
  display: block;
}
.global-dialog figure {
  width: 200px;
  margin-top: -60px;
}
.global-dialog h3 {
  color: #143E9F;
  font-size: 24px;
}
.global-dialog .ttl {
  color: #143E9F;
  font-size: 24px;
  font-weight: bold;
}
.global-dialog-female {
  width: 100%;
  max-width: 1000px;
  padding: 40px 00px 20px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.global-dialog-female .bottom-text {
  position: absolute;
  width: 100%;
  padding-right: 210px;
  left: calc(30px);
  top: calc(100% + 30px);
  font-size: 20px;
  font-weight: bold;
  color: #143E9F;
}
.global-dialog-female .bottom-text.red {
  color: #E81515;
  font-size: 14px;
}
.global-dialog-female .wrap {
  width: 100%;
  max-width: 1000px;
  padding-right: 150px;
  margin: 0;
  position: relative;
}
.global-dialog-female .content {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
}
.global-dialog-female .content .tri {
  position: absolute;
  bottom: -44px;
  right: 16px;
  z-index: 3;
  border-left: 30px solid transparent;
  border-top: 20px solid #F2F6FF;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
      transform: skewX(30deg);
}
.global-dialog-female .content .tri::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -6px;
  top: -22px;
  border-left: 30px solid transparent;
  border-top: 20px solid #000000;
}
.global-dialog-female .content .tri::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -4px;
  top: -22px;
  border-left: 24px solid transparent;
  border-top: 16px solid #F2F6FF;
}
.global-dialog-female .content .tri div {
  display: none;
}
.global-dialog-female .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000000;
  border-radius: 30px;
  z-index: -1;
}
.global-dialog-female .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 30px;
  background-color: #F2F6FF;
  z-index: -2;
}
.global-dialog-female .content .content-box {
  position: relative;
  z-index: -1;
}
.global-dialog-female .content p {
  font-size: 14px;
}
.global-dialog-female .content p:not(:first-child) {
  padding-top: 10px;
}
.global-dialog-female .content p span {
  display: block;
}
.global-dialog-female figure {
  width: 200px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: 0;
}
.global-dialog-female h3 {
  color: #143E9F;
  font-size: 24px;
}
.sp500 {
  display: none;
}
.final-check {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 120px 0 120px;
}
.final-check .content {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.final-check .content .title-text {
  margin: 40px 0;
  font-size: 16px;
}
.final-check .content .title-text.blue {
  color: #143E9F;
}
.final-check .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.final-check .items .item {
  width: calc(33.33% - 20px);
  max-width: 300px;
  text-align: center;
  color: #143E9F;
  font-size: 20px;
  margin-bottom: 40px;
}
.final-check .items .point {
  margin: 1.4em 0 0.4em;
}
.final-check .items .point span {
  font-weight: bold;
  border-top: 2px solid #143E9F;
  border-bottom: 2px solid #143E9F;
  padding: 0.2em;
  font-family: co-headline, sans-serif;
}
.final-check .items .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}
.final-check .items .article {
  font-size: 14px;
  color: #E81515;
  margin-top: 0.4em;
}
.final-check .items .article a {
  color: #E81515;
  text-decoration: underline;
}
.final-check .items .article a:hover {
  text-decoration: none;
}
.final-check .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.final-check .btn a {
  width: 100%;
  max-width: 300px;
  border: 2px solid #143E9F;
  color: #143E9F;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  padding: 0.5em;
  text-decoration: none;
}
.final-check .btn a:hover {
  background: #143E9F;
  color: #ffffff;
}
.the-point-btn {
  margin-top: 3em;
}
.the-point-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  background: #143E9F;
  font-size: 22px;
  border: 2px solid #143E9F;
  color: #ffffff;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 0.5em 2.5em;
  padding-left: 1.5em;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.the-point-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.the-point-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  mix-blend-mode: screen;
  margin-right: 0.5em;
}
.the-point-btn .icon img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.the-point-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.the-point-btn .arrow img {
  width: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.how-to-delete {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
  padding-bottom: 200px;
}
.how-to-delete.android-machine {
  padding-bottom: 120px;
}
.how-to-delete .title {
  top: -80px;
  margin-bottom: -80px;
  text-transform: uppercase;
}
.how-to-delete .content {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.how-to-delete .title-text {
  margin: 40px 0 40px;
}
.how-to-delete .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.how-to-delete .items .item {
  width: calc(33.333% - 20px);
  max-width: 300px;
  margin-bottom: 20px;
}
.how-to-delete .items .item.full {
  text-align: center;
  width: calc(100%);
  max-width: 100%;
}
.how-to-delete .items .item.full .ttl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.how-to-delete .items .item.full .text {
  font-size: 12px;
}
.how-to-delete .items .item .article {
  font-size: 14px;
}
.how-to-delete .items .item .article p:not(:first-child) {
  margin-top: 0.5em;
}
.how-to-delete .items .item .article .red {
  color: #E81515;
}
.how-to-delete .items .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #143E9F;
  margin-bottom: 1em;
}
.how-to-delete .items .ttl .num {
  font-size: 48px;
  font-family: 'co-headline', sans-serif;
  font-weight: bold;
  min-width: 1.2em;
}
.how-to-delete .items .ttl .ja {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}
.how-to-delete .small {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 1em;
}
.how-to-delete .toggle-list {
  width: 100%;
  margin-top: 20px;
}
.how-to-delete .toggle-list dl {
  padding: 1em 0.5em;
  border-bottom: 1px solid #B9B9B9;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.how-to-delete .toggle-list dl:hover {
  cursor: pointer;
}
.how-to-delete .toggle-list dl dt {
  font-size: 18px;
  position: relative;
  padding-right: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #143E9F;
  line-height: 1.2;
}
.how-to-delete .toggle-list dl dt svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 0;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.how-to-delete .toggle-list dl dt big {
  display: block;
  font-size: 18px;
  padding-right: 10px;
  min-width: 26px;
}
.how-to-delete .toggle-list dl dd {
  line-height: 1.8;
  padding-top: 10px;
  display: none;
  font-size: 14px;
}
.how-to-delete .toggle-list dl dd p {
  margin-top: 0.5em;
  line-height: 1.4;
}
.how-to-delete .toggle-list dl dd div {
  padding-left: 25px;
}
.how-to-delete .toggle-list .dl-style dt svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.icloud-one {
  background-color: #F5F5F5;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  text-align: center;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #143E9F;
}
.icloud-one .article p:not(:first-child) {
  margin-top: 1em;
}
.icloud-two {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background-color: #ffffff;
}
.icloud-two .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.icloud-two .items .item {
  width: calc(33.333%);
  padding: 40px 25px;
}
.icloud-two .items .item.full {
  width: 100%;
}
.icloud-two .items .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.4;
}
.icloud-two .items .item .ttl.ios {
  max-width: 100%;
}
.icloud-two .items .item .ttl .num {
  color: #143E9F;
  white-space: nowrap;
  font-size: 48px;
  font-weight: bold;
  font-family: co-headline, sans-serif;
  padding-right: 5px;
}
.icloud-two .items .item .ttl .ja {
  min-height: 4.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(0.4em);
  -ms-transform: translateY(0.4em);
      transform: translateY(0.4em);
}
.icloud-two .items .item .tip {
  text-align: center;
  font-size: 12px;
}
.icloud-bottom-article {
  color: #E81515;
  font-size: 20px;
  font-weight: bold;
  max-width: 1040px;
  margin: 40px auto 0;
}
.icloud-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}
.icloud-btn a {
  border: 2px solid #000000;
  border-radius: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 242px;
  height: 242px;
  overflow: hidden;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.icloud-btn a:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
.icloud-btn a .photo {
  height: 120px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icloud-btn a .photo img {
  width: auto;
  max-height: 100%;
}
@media (max-width: 1600px) {
  .smartphone-five .point-content .wrapper .btns {
    width: 44%;
    margin-left: 60px;
  }
}
@media (max-width: 1300px) {
  .smartphone-one .content figure {
    right: 80px;
  }
  .smartphone-two .time .ttl {
    font-size: 22px;
  }
  .smartphone-two .time .blocks .block {
    font-size: 15px;
  }
  .smartphone-two .time .blocks .num {
    font-size: 16px;
  }
  .smartphone-two .time .blocks .num span {
    font-size: 28px;
  }
  .smartphone-two .time .blocks .num.jp {
    font-size: 14px;
  }
  .smartphone-three .content {
    margin-left: -30px;
  }
  .smartphone-three .content > div {
    width: calc((33.33% - 30px));
    margin: 30px 0;
    margin-left: 30px;
  }
  .smartphone-three .box .relatedness a {
    font-size: 13px;
  }
  .smartphone-five .point-content .wrapper .btns {
    width: auto;
    max-width: 360px;
  }
  .smartphone-five .point-content .wrapper .btns .the-point-btn br.sp500 {
    display: block;
  }
  .smartphone-nine .items {
    margin-left: -25px;
  }
  .smartphone-nine .items .item {
    width: calc(33.33% - 25px);
    margin-left: 25px;
    font-size: 15px;
  }
  .smartphone-nine .items .item .ttl {
    font-size: 19px;
  }
  .smartphone-nine .items .item .ttl span {
    font-size: 38px;
  }
  .smartphone-nine .items .item .icon img {
    max-height: 125px;
  }
  .smartphone-ten .content {
    margin-left: -30px;
  }
  .smartphone-ten .content .item {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-bottom: 25px;
  }
  .smartphone-ten .content .item .comment {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .smartphone-one .content figure {
    right: 35px;
  }
}
@media (max-width: 1100px) {
  .smartphone-one .content figure {
    right: 24px;
    bottom: 0;
    max-width: 150px;
  }
  .smartphone-two .time {
    margin-top: 40px;
  }
  .smartphone-two .time .ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .smartphone-two .time .blocks {
    margin-left: -20px;
  }
  .smartphone-two .time .blocks .block {
    width: calc(25% - 20px);
    margin-left: 20px;
    font-size: 14px;
  }
  .smartphone-two .time .blocks .block.full {
    width: calc((75% / 2) - 20px);
  }
  .smartphone-two .time .blocks .num {
    padding-bottom: 5px;
    font-size: 15px;
  }
  .smartphone-two .time .blocks .num span {
    font-size: 26px;
  }
  .smartphone-two .time .blocks .num .icon {
    width: 32px;
    max-width: 32px;
  }
  .smartphone-two .time .blocks .dl dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .smartphone-two .time .blocks .dl dt {
    padding-right: 15px;
  }
  .smartphone-two .time .blocks .dl dd {
    white-space: nowrap;
  }
  .smartphone-three .content {
    margin-left: -20px;
  }
  .smartphone-three .content > div {
    width: calc((33.33% - 20px));
    margin: 20px 0;
    margin-left: 20px;
  }
  .smartphone-three .tit a {
    font-size: 15px;
    padding: 10px 40px;
  }
  .smartphone-three .box .relatedness a {
    font-size: 12px;
  }
  .smartphone-nine .items {
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .smartphone-nine .items .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .smartphone-nine .items .item .ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .smartphone-seven ul li a {
    padding: 35px 25px;
  }
  .smartphone-seven ul li p {
    padding-top: 10px;
  }
  .smartphone-ten .content {
    margin-left: -25px;
  }
  .smartphone-ten .content .item {
    width: calc(33.33% - 25px);
    margin-left: 25px;
  }
  .smartphone-ten .content .item .text {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .final-check {
    padding: 50px 0;
  }
  .the-point-btn a {
    font-size: 20px;
  }
  .smartphone-one .tit .black {
    font-size: 50px;
  }
  .smartphone-two {
    padding-bottom: 50px;
  }
  .smartphone-two .tab-bd li .box {
    width: 48%;
    margin-bottom: 30px;
  }
  .smartphone-two .time .blocks .block {
    font-size: 13px;
    padding: 15px 20px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .smartphone-two .time .blocks .block.full {
    width: calc(50% - 20px);
  }
  .smartphone-two .time .blocks .num {
    font-size: 14px;
  }
  .smartphone-two .time .blocks .num .icon {
    width: 30px;
    max-width: 30px;
  }
  .smartphone-two .time .blocks .num span {
    font-size: 24px;
  }
  .smartphone-two .time .blocks .dl {
    margin-bottom: 8px;
  }
  .smartphone-two .the-point-btn {
    margin-top: 2em;
  }
  .smartphone-three .content {
    margin-left: -20px;
  }
  .smartphone-three .content > div {
    width: calc((50% - 20px));
  }
  .smartphone-three .tit a {
    font-size: 14px;
  }
  .smartphone-five .left {
    margin-right: 40px;
  }
  .smartphone-five .point-content {
    font-size: 16px;
  }
  .smartphone-five .point-content .wrapper .text {
    font-size: 15px;
  }
  .smartphone-eight .box ul li {
    width: 49%;
  }
  .smartphone-one .content figure {
    right: 50px;
    bottom: -72px;
  }
  .smartphone-four {
    display: block;
    padding-bottom: 0;
  }
  .title .en {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .final-check .items .item {
    width: calc(50% - 20px);
  }
  .smartphone-one {
    padding: 60px 20px 250px;
  }
  .smartphone-one .content .text {
    padding: 20px;
  }
  .smartphone-one .tit .black {
    font-size: 40px;
  }
  .smartphone-one .tit .yellow {
    font-size: 50px;
  }
  .smartphone-one .txt1 {
    font-size: 18px;
  }
  .smartphone-one .txt1 div {
    font-size: 20px;
  }
  .smartphone-one .txt1 div::after {
    height: 10px;
  }
  .smartphone-four h3 {
    font-size: 18px;
  }
  .smartphone-six .tab-hd {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: auto;
    padding: 25px 30px 0;
  }
  .smartphone-six .tab-hd li {
    width: 48%;
  }
  .smartphone-six .tab {
    display: block;
  }
  .smartphone-seven ul {
    display: block;
  }
  .smartphone-seven ul li {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 0;
  }
  .smartphone-seven ul li figure {
    height: auto;
  }
  .smartphone-seven ul li img {
    width: 80%;
    margin: 0 auto;
  }
  .smartphone-seven ul li:first-child {
    margin: 30px auto 0;
  }
  .smartphone-seven ul li:first-child img {
    max-width: 110px;
  }
  .smartphone-five .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .smartphone-five .right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .smartphone-five .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .smartphone-five .btn-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
  }
  .smartphone-five .point-content {
    font-size: 15px;
    margin: 25px 0;
  }
  .smartphone-five .point-content .wrapper {
    margin-top: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .smartphone-five .point-content .wrapper .btns {
    width: 100%;
    max-width: 680px;
    float: inherit;
    margin: 40px auto 0;
  }
  .smartphone-five .point-content .wrapper .btns .the-point-btn br.sp500 {
    display: none;
  }
  .smartphone-ten {
    padding: 60px 0;
  }
  .smartphone-ten .content .item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .global-dialog .bottom-text {
    left: calc(80px + 60px);
    font-size: 16px;
  }
  .global-dialog figure {
    width: 120px;
  }
  .global-dialog .wrap {
    padding-left: 70px;
  }
  .global-dialog .content {
    padding: 20px;
  }
  .global-dialog figure {
    margin-top: -20px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .smartphone-one {
    padding: 50px 20px 200px;
  }
  .smartphone-one .black {
    font-size: 44px;
    font-weight: bold;
  }
  .smartphone-one .tit .yellow {
    font-size: 56px;
  }
  .smartphone-one .tit .yellow small {
    font-size: 17px;
  }
  .smartphone-one .tit .black {
    font-size: 44px;
  }
  .smartphone-one .blue {
    font-size: 16px;
    margin: 20px auto 30px;
  }
  .smartphone-one .blue::before {
    width: 2px;
    height: 15px;
    left: -20px;
  }
  .smartphone-one .blue::after {
    width: 2px;
    height: 15px;
    right: -20px;
  }
  .smartphone-one .txt1 {
    display: block;
    font-size: 18px;
    line-height: 1.8;
  }
  .smartphone-one .txt1 div {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
  }
  .smartphone-one .content .text {
    background: url(../img/bor1-sp.jpg) no-repeat center center;
    background-size: cover;
    max-width: 379px;
    height: 432px;
    padding: 40px 30px;
  }
  .smartphone-one .content span {
    max-width: 60%;
    margin: 0;
  }
  .smartphone-one .content figure {
    bottom: -45px;
  }
  .title .en {
    font-size: 44px;
  }
  .title .jp {
    font-size: 14px;
  }
  .title .jp::before {
    width: 40px;
    height: 3px;
    top: 10px;
  }
  .smartphone-two .title {
    top: -70px;
    margin-bottom: -70px;
  }
  .smartphone-two .tab-hd li {
    font-size: 14px;
  }
  .smartphone-two .tab-hd li figure {
    max-width: 17px;
    margin-right: 5px;
  }
  .smartphone-two .tab-hd li figure img {
    width: 100%;
    margin-right: 0;
  }
  .smartphone-two .tab-hd .active {
    font-size: 16px;
  }
  .smartphone-two .tab-hd .active figure {
    max-width: 20px;
    margin-right: 5px;
  }
  .smartphone-two .tab-hd .active figure img {
    width: 100%;
    margin-right: 0;
  }
  .smartphone-two .time {
    margin-top: 0;
  }
  .smartphone-two .time .ttl {
    text-align: center;
    font-size: 18px;
  }
  .smartphone-two .time .blocks {
    margin-left: 0;
  }
  .smartphone-two .time .blocks .block {
    font-size: 12px;
    width: 100%;
    margin-left: 0;
  }
  .smartphone-two .time .blocks .block.full {
    width: 100%;
  }
  .smartphone-two .time .txt {
    margin-top: 0;
  }
  .smartphone-three {
    padding: 50px 0;
  }
  .smartphone-three .title .en {
    font-size: 64px;
  }
  .smartphone-three .tit figure {
    margin: 0 0 0px;
  }
  .smartphone-three .tit figure img {
    margin: 0;
  }
  .smartphone-three .tit span {
    display: inline-block;
    min-width: 154px;
    margin-left: 0;
  }
  .smartphone-five {
    padding: 50px 0;
  }
  .smartphone-five .title .en {
    font-size: 34px;
  }
  .smartphone-five .content {
    padding-top: 30px;
  }
  .smartphone-five .content .left ul li {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .smartphone-five .content .left ul li::before {
    top: 12px;
  }
  .smartphone-five .content .left ul li:first-child {
    margin-top: 0;
  }
  .smartphone-five .content .left .red {
    font-size: 12px;
  }
  .smartphone-five .point-content {
    font-size: 14px;
  }
  .smartphone-five .point-content .wrapper .text {
    font-size: 13px;
  }
  .smartphone-five .point-content .wrapper .text .ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .smartphone-five .point-content .wrapper .text ul {
    margin-bottom: 25px;
  }
  .smartphone-five .point-content .wrapper .text ul li:before {
    top: 1px;
    width: 14px;
    height: 14px;
  }
  .smartphone-five .point-content .wrapper .btns .the-point-btn br.sp500 {
    display: block;
  }
  .smartphone-six {
    padding: 0 0 150px;
  }
  .smartphone-six .tab-hd {
    padding: 25px 30px 10px;
  }
  .smartphone-six .tab-hd li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .smartphone-six .tab-hd li span {
    font-size: 20px;
  }
  .smartphone-six .tab-hd .active {
    font-size: 16px;
  }
  .smartphone-six .tab-hd .active span {
    font-size: 20px;
  }
  .smartphone-six .title .en {
    font-size: 65px;
  }
  .smartphone-six .tab-bd dl {
    padding: 25px 10px;
  }
  .smartphone-seven {
    padding-bottom: 50px;
  }
  .smartphone-seven .title {
    top: -60px;
    margin-bottom: -60px;
  }
  .smartphone-seven .title .en {
    font-size: 34px;
  }
  .smartphone-seven .inner > p {
    display: none;
  }
  .smartphone-seven ul {
    padding-top: 10px;
    display: block;
  }
  .smartphone-seven ul li {
    width: 100%;
    max-width: 280px;
    margin: 30px auto 0;
    padding: 0;
  }
  .smartphone-seven ul li a {
    border-radius: 15px;
  }
  .smartphone-seven ul li figure {
    height: auto;
  }
  .smartphone-seven ul li img {
    width: 80%;
    margin: 0 auto;
  }
  .smartphone-seven ul li p {
    font-size: 14px;
  }
  .smartphone-seven ul li:first-child {
    margin: 30px auto 0;
  }
  .smartphone-seven ul li:first-child img {
    max-width: 110px;
  }
  .smartphone-eight {
    padding: 50px 0;
  }
  .smartphone-eight .tab-hd li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .smartphone-eight .tab-hd li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .smartphone-eight .content {
    display: none;
  }
  .smartphone-eight .tab {
    display: block;
  }
  .smartphone-nine {
    padding: 25px 0;
  }
  .smartphone-nine .title .en {
    font-size: 32px;
  }
  .smartphone-nine .items {
    margin: 25px 0 0;
  }
  .smartphone-nine .items .item .ttl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .smartphone-nine .the-point-btn {
    margin-top: 10px;
  }
  .smartphone-ten {
    padding: 40px 0 20px;
  }
  .smartphone-ten .content {
    margin: 25px 0;
  }
  .smartphone-ten .content .item {
    width: 100%;
    margin-left: 0;
  }
  .global-dialog-female figure {
    width: 120px;
  }
  .global-dialog-female .wrap {
    padding-right: 70px;
  }
  .global-dialog-female figure {
    margin-top: 0;
  }
  .global-dialog-female .content {
    padding: 20px;
  }
  .global-dialog-female .bottom-text {
    padding-right: 140px;
    left: 20px;
    top: calc(100% + 24px);
  }
  .global-dialog-female .bottom-text.red {
    font-size: 12px;
  }
  .how-to-delete .items .item {
    width: calc(50% - 20px);
  }
  .icloud-two .items .item {
    width: 50%;
    padding: 20px 10px;
  }
  .icloud-two .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .icloud-two .items .item .ttl {
    padding-top: 10px;
  }
}
@media (max-width: 700px) {
  .smartphone-eight .tab .tab-bd > li ul li {
    width: 100%;
  }
  .smartphone-eight .box.noborder {
    padding: 0 !important;
    padding-top: 25px;
  }
  .smartphone-eight .box.noborder ul li{
    width: 100%;
  }
  .smartphone-three .content {
    margin-left: 0;
    margin-top: 10px;
  }
  .smartphone-three .content > div {
    width: 100%;
    margin: 0;
    padding: 30px 20px;
  }
  .smartphone-three .tit a {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .smartphone-three {
    padding: 50px 0 20px;
  }
  .smartphone-three .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .smartphone-three .tit span {
    margin-left: 20px;
  }
  .smartphone-two .tab-bd li .box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .smartphone-two .tab-bd li figure {
    height: 200px;
    padding: 20px 0;
  }
  .smartphone-two .tab-bd li figure img {
    max-height: 100%;
  }
  .smartphone-news.news-outer {
    margin: 0;
    margin-bottom: 40px;
  }
  .smartphone-news.news-outer .pediabox {
    padding-top: 25px;
    margin-top: 25px;
  }
  .the-point-btn a {
    font-size: 18px;
    padding: 0.5em 1.5em;
    padding-left: 1em;
  }
  .the-point-btn .arrow {
    width: 1.4em;
    min-width: 1.4em;
    height: 1.4em;
  }
}
@media (max-width: 500px) {
  .icloud-two.computer .items .item {
    width: 100%;
  }
  .icloud-two.computer .items .item .ttl.ios {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icloud-one {
    padding: 60px 0;
  }
  .icloud-two {
    padding: 80px 0 80px;
  }
  .icloud-bottom-article {
    font-size: 14px;
  }
  .icloud-one {
    font-size: 16px;
  }
  .icloud-two .items .item .ttl {
    font-size: 14px;
  }
  .icloud-two .items .item .ttl .num {
    font-size: 24px;
  }
  .global-dialog .bottom-text {
    font-size: 14px;
  }
  .final-check .content {
    padding: 0;
  }
  .final-check .content .title-text {
    font-size: 14px;
    margin: 20px 0;
  }
  .final-check .items .item {
    width: 100%;
    margin: 0 auto 40px;
  }
  .final-check .items .ttl {
    min-height: 0;
    padding-top: 0.5em;
  }
  .sp500 {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .smartphone-five .btn-box .red {
    font-size: 12px;
  }
  .the-point-btn {
    margin-top: 2em;
  }
  .the-point-btn a {
    text-align: left;
    position: relative;
    margin-bottom: 0.5em;
  }
  .the-point-btn .icon {
    width: 1.8em;
    min-width: 1.8em;
    height: 1.8em;
  }
  .smartphone-two .tab-bd li .box p {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .smartphone-one {
    padding: 50px 20px 130px;
  }
  .smartphone-one .black {
    font-size: 30px;
  }
  .smartphone-one .tit .num {
    font-size: 85px;
  }
  .smartphone-one .tit .yellow {
    font-size: 44px;
  }
  .smartphone-one .tit .black {
    font-size: 32px;
  }
  .smartphone-one .blue {
    font-size: 14px;
    margin: 15px auto 20px;
  }
  .smartphone-one .blue::before {
    left: -15px;
  }
  .smartphone-one .blue::after {
    right: -15px;
  }
  .smartphone-one .content .text {
    max-width: 350px;
    height: 385px;
    background-size: contain;
  }
  .smartphone-one .content figure {
    right: 0;
    bottom: 40px;
    max-width: 130px;
  }
  .smartphone-five .title .en {
    font-size: 32px;
  }
  .smartphone-five .left {
    margin-right: 0;
  }
  .smartphone-five .right .box {
    margin: 0 auto;
  }
  .smartphone-six .tab-hd {
    margin: 0 -20px;
    padding: 25px 20px 10px;
  }
  .smartphone-seven ul li {
    max-width: 242px;
  }
  .smartphone-seven ul li a {
    padding: 20px;
  }
  .global-dialog-female .wrap {
    padding-right: 0;
  }
  .global-dialog-female figure {
    margin-top: 30px;
  }
  .global-dialog-female .content .tri {
    right: 76px;
  }
  .smartphone-two .tab-hd li {
    height: 48px;
  }
  .smartphone-two .tab-bd li figure {
    height: 160px;
  }
  .smartphone-three .tit a {
    padding: 10px 20px;
    width: 140px;
    text-align: center;
  }
  .global-dialog .wrap {
    padding-left: 0;
  }
  .global-dialog figure {
    margin-top: 20px;
  }
  .global-dialog .content .tri {
    left: 96px;
  }
  .smartphone-five .btn-box {
    width: 100%;
  }
  .smartphone-five .right {
    margin: 0 auto;
  }
  .smartphone-five .btn-box {
    margin-bottom: 20px;
  }
  .global-dialog {
    padding-top: 40px;
  }
  .global-dialog-female .bottom-text {
    font-size: 14px;
  }
  .global-dialog h3 {
    font-size: 20px;
  }
  .smartphone-five .content .left ul li {
    font-size: 16px;
  }
  .how-to-delete .title .en {
    font-size: 34px;
  }
  .how-to-delete .title {
    top: -50px;
  }
  .how-to-delete .content {
    padding: 0;
  }
  .how-to-delete .items .item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .final-check .title .en {
    font-size: 28px;
  }
  .global-dialog-female h3 {
    font-size: 18px;
  }
  .icloud-two .items .item .ttl.ios {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .icloud-two .items .item .ttl {
    padding-top: 15px;
  }
  .icloud-two .items .item .ttl .ja {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .icloud-two .items .item .tip {
    text-align: left;
    padding-left: 26px;
  }
}
@media (max-width: 350px) {
  .how-to-delete .title .en {
    font-size: 32px;
  }
  .final-check .title .en {
    font-size: 25px;
  }
  .smartphone-five .title .en {
    font-size: 27px;
  }
  .how-to-delete .items .ttl .ja {
    font-size: 18px;
  }
  .how-to-delete .items .ttl .num {
    font-size: 38px;
  }
  .smartphone-six .tab-hd .active,
  .smartphone-six .tab-hd li {
    font-size: 14px;
    white-space: nowrap;
  }
  .smartphone-six .tab-hd .active span {
    font-size: 16px;
    padding-right: 5px;
  }
  .smartphone-six .tab-hd li span {
    font-size: 16px;
    padding-right: 5px;
  }
  .final-check .items .item {
    font-size: 18px;
  }
  .smartphone-eight .tab .tab-bd > li ul li {
    padding: 20px;
  }
  .the-point-btn a {
    font-size: 16px;
  }
  .smartphone-one .black {
    font-size: 24px;
  }
  .smartphone-one .tit .black {
    font-size: 24px;
  }
  .smartphone-one .tit .yellow small {
    font-size: 14px;
  }
  .smartphone-one .tit .yellow {
    font-size: 36px;
  }
  .smartphone-one .tit .num {
    font-size: 66px;
  }
  .smartphone-one .tit .yellow small {
    padding-left: 30px;
  }
  .smartphone-one .txt1 {
    font-size: 16px;
  }
  .smartphone-one .txt1 div {
    font-size: 22px;
  }
  .title .en {
    font-size: 34px;
  }
  .smartphone-two .title {
    top: -50px;
  }
  .global-dialog-female figure {
    width: 80px;
    margin-top: 20px;
  }
  .global-dialog-female .bottom-text {
    padding-right: 110px;
  }
}
.footer-search {
  padding-bottom: 60px;
}
.home .footer-search {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .footer-search {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .footer-search {
    padding-bottom: 25px;
  }
}
/* result */
.result-featured {
  background-color: #FAFAFA;
  position: relative;
  padding: 80px 0;
}
.result-featured .fea-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-featured .fea-content .pic {
  width: 46%;
  min-width: 46%;
  max-width: 46%;
  max-height: 480px;
}
.result-featured .fea-content .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.result-featured .fea-content .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  padding-left: 25px;
}
.result-featured .fea-content .text .ttl {
  margin-bottom: 32px;
  color: #143E9F;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.result-featured .fea-content .text .ttl span {
  margin-bottom: 8px;
  display: block;
  font-size: 45px;/*58*/
  /*text-transform: uppercase;*/
}
.result-featured .fea-content .text .txt {
  line-height: 1.8;
}
.result-featured .fea-content .text .txt h1 {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.result-featured .fea-content .text .txt .large {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.result-featured .fea-content .text .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.result-featured .fea-content .text .btns a {
  width: 48%;
  max-width: 320px;
  border: 2px solid #143E9F;
  background: #143E9F;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  padding: 0.5em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.result-featured .fea-content .text .btns a:hover {
  background: #fff;
  color: #143E9F;
}
.result-series {
  padding: 100px 0 40px;
}
.result-series .swiper {
  width: 100%;
  overflow: hidden;
}
.result-series .series-wrapper {
  margin: 40px 0;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.result-series .series-wrapper .item {
  width: calc(100% / 4);
  padding: 30px 15px;
}
.result-series .series-wrapper figure {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1em;
}
.result-series .series-wrapper figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.result-series .series-wrapper .serie-ttl {
  font-size: 20px;
  color: #143E9F;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.result-series .series-wrapper .serie {
  text-align: center;
  position: relative;
  padding: 0 10px 25px;
}
.result-series .series-wrapper .serie:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: #F2F6FF;
  border-radius: 30px;
  z-index: -1;
}
.result-series .series-wrapper .serie a {
  display: block;
  margin: 0 auto;
  width: 120px;
  min-width: 120px;
  border-radius: 10px;
  border: 2px solid #143E9F;
  background: #fff;
  color: #143E9F;
  line-height: 1;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-series .series-wrapper .serie a:hover {
  background: #143E9F;
  color: #fff;
}
.result-series .series-wrapper .box.new .serie-ttl {
  position: relative;
}
.result-series .series-wrapper .box.new .serie-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 0;
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
      transform: translateY(-105%);
  width: 60px;
  height: 60px;
  background: url(../images/service/new.png) 100% 100%/contain no-repeat;
}
.result-series .series-slick {
  position: relative;
  padding: 25px 0 40px;
}
.result-series .series-slick .slick-arrow {
  text-indent: -999px;
}
.result-series .series-slick .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.result-series .series-slick .slick-dots button {
  display: none;
}
.result-series .series-slick .slick-dots li {
  text-indent: -999px;
  position: relative;
  border-radius: 50%;
  background: #707070;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.result-series .series-slick .slick-dots .slick-active {
  background: #143E9F;
  border-radius: 50%;
}
.result-series .series-slick .slick-prev {
  line-height: 0;
  position: absolute;
  top: -40px;
  right: 60px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1.5px solid #B9B9B9;
  border-radius: 5px;
}
.result-series .series-slick .slick-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -2px;
  top: 0;
  background: url(../images/service/left.png) no-repeat center center;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-series .series-slick .slick-prev:hover {
  border: 1.5px solid #143E9F;
}
.result-series .series-slick .slick-prev:hover:before {
  background: url(../images/service/left1.png) no-repeat center center;
}
.result-series .series-slick .slick-next {
  line-height: 0;
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
}
.result-series .series-slick .slick-next:before {
  content: "";
  background: url(../images/service/right.png) no-repeat center center;
  position: absolute;
  width: 40px;
  right: -2px;
  top: 0;
  height: 40px;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-series .series-slick .slick-next:hover {
  border: 1.5px solid #143E9F;
}
.result-series .series-slick .slick-next:hover:before {
  background: url(../images/service/right1.png) no-repeat center center;
}
.result-phone {
  margin-bottom: 80px;
}
.result-phone h2 {
  color: #143E9F;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin: 20px 0;
}
.result-phone .content{
    padding: 40px;
    background: #f5f5f5;
    font-size: 16px;
}
.result-phone .content .ago{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.result-phone .content .ago strong{
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
    color: #143E9F;
}
.result-phone .content .ago ul {
    padding: 0 10px;
}
.result-phone .content .ago ul li{
    position: relative;
    padding: 3px 0;
    padding-left: 25px;
}
.result-phone .content .ago ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #143E9F;
    border-radius: 50%;
}
.result-faq {
  padding: 0;
  margin: 80px 0;
}
.result-faq dt {
  position: relative;
}
.result-faq dt:after {
  content: "";
  background: url(../images/arrowtop.png) 100% 100%/contain no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
      transform: rotate(180deg) translateY(-50%);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-faq .dl-style dt:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.result-model {
  position: relative;
  padding: 80px 0;
}
.result-model .model-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.result-model .model-select .wrapper {
  position: relative;
}
.result-model .model-select .wrapper:hover > .box {
  display: block !important;
}
.result-model .model-select .active {
  font-size: 18px;
  padding: 15px 35px;
  padding-right: 60px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
}
.result-model .model-select .active:after {
  content: "";
  background: url(../images/service/bottom.png) center center/contain no-repeat;
  position: absolute;
  width: 16px;
  height: 8px;
  right: 8px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-model .model-select .active:hover {
  color: #2857C4;
}
.result-model .model-select .active:hover:after {
  background-image: url(../images/service/bottom-b.png);
}
.result-model .model-select .box {
  display: none;
  border: 2px solid #000;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  width: 108%;
  height: auto;
  z-index: 5;
  top: 58px;
  visibility: visible;
  background: #fff;
}
.result-model .model-select .box a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.result-model .model-select .box a.last:not(:last-child) {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.result-model .model-select .box a:hover {
  color: #2857C4;
}
.result-model .model-content {
  margin: 60px 0 0;
}
.result-model .model-content .item:not(:last-child) {
  margin-bottom: 80px;
}
.result-model .model-content .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #0943C9;
  padding: 0 50px;
}
.result-model .model-content .model:hover {
  text-decoration: none;
  opacity: 0.8;
}
.result-model .model-content .model .pic {
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  position: relative;
}
.result-model .model-content .model .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.result-model .model-content .model .pic:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.result-model .model-content .model h2 {
  display: block;
  padding: 5px 25px 15px;
}
.result-model .model-content .model span {
  display: block;
  padding: 5px 25px 15px;
}
.result-model .model-content .infos {
  background: #F5F5F5;
  padding: 40px 40px 60px;
  border-radius: 30px;
}
.result-model .model-content .infos .slicks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.result-model .model-content .infos .box {
  width: calc(100% / 4);
  padding: 15px;
  text-align: center;
  font-size: 12px;
  display: none;
}
.result-model .model-content .infos .box .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.result-model .model-content .infos .box .size {
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.result-model .model-content .infos .box .size span {
  background: #0943C9;
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  margin: auto;
  display: block;
  word-break: break-all;
  line-height: 1.4;
  border-radius: 5px;
}
.result-model .model-content .infos .box .size .en {
  color: #E81515;
  font-size: 20px;
  margin-top: 10px;
  word-break: break-word;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result-model .model-content .infos .box .size .hot {
  padding: 0 45px;
  position: relative;
}
.result-model .model-content .infos .box .size .hot:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 40px;
  height: 18px;
  background: url(../images/service/hot.png) 100% 100%/contain no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.result-model .model-content .infos .box .price {
  border-top: 2px solid #B9B9B9;
  border-bottom: 2px solid #B9B9B9;
  padding: 15px 0 5px;
  margin: 15px 0 10px;
  font-size: 16px;
}
.result-model .model-content .infos .box .price span {
  color: #2857C4;
  display: block;
  margin-bottom: 10px;
}
.result-model .model-content .infos .box .price span em {
  font-weight: bold;
  font-style: normal;
  font-size: 1.4em;
}
.result-model .model-content .infos .box .price span.large em {
  font-size: 1.7em;
}
.result-model .model-content .infos .box .link a {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #143E9F;
  background: #fff;
  color: #143E9F;
  line-height: 1.2;
  padding: 12px 10px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-model .model-content .infos .box .link a:hover {
  background: #143E9F;
  color: #fff;
}
.result-model .model-content .infos .box:nth-child(1),
.result-model .model-content .infos .box:nth-child(2),
.result-model .model-content .infos .box:nth-child(3),
.result-model .model-content .infos .box:nth-child(4) {
  display: block;
}
.result-model .model-content .infos .read-more {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result-model .model-content .infos .read-more span {
  padding: 10px 35px;
  padding-right: 60px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.result-model .model-content .infos .read-more span:after {
  content: "";
  background: url(../images/service/bottom.png) center center/contain no-repeat;
  position: absolute;
  width: 12px;
  height: 6px;
  right: 8px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.result-model .model-content .infos .read-more span.active:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
.result-model .model-content .slicks {
  position: relative;
}
.result-model .model-content .slicks .slick-arrow {
  text-indent: -999px;
}
.result-model .model-content .slicks .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.result-model .model-content .slicks .slick-dots button {
  display: none;
}
.result-model .model-content .slicks .slick-dots li {
  text-indent: -999px;
  position: relative;
  border-radius: 50%;
  background: #707070;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.result-model .model-content .slicks .slick-dots .slick-active {
  background: #143E9F;
  border-radius: 50%;
}
.result-notice {
  background: #F2F6FF;
  position: relative;
  padding: 80px 0;
  margin-bottom: 80px;
}
.result-notice .global-dialog-female .content p {
  font-size: 15px;
  font-weight: bold;
}
.result-notice .global-dialog-female .content::after {
  background-color: #fff;
}
.result-notice .global-dialog-female .bottom-text {
  left: 10px;
  top: calc(100% + 25px);
  font-size: 14px;
  color: #E81515;
}
.result-notice .global-dialog-female .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 78%;
  max-width: 760px;
  background: #FFA927;
  border: 2px solid #FFA927;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-top: -74px;
}
.result-notice .global-dialog-female .btn a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/service/hand.png) 100% 100%/contain no-repeat;
  margin-left: 10px;
}
.result-notice .global-dialog-female .btn a:hover {
  opacity: 0.8;
}
.result-notice .notice-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.result-notice .notice-content .notice-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
}
.result-notice .notice-content .notice-text > div:not(:last-child) {
  margin-bottom: 40px;
}
.result-notice .notice-content .notice-text .ttl {
  font-weight: bold;
  color: #143E9F;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.result-popuarity {
  position: relative;
  padding: 40px 0;
}
.result-popuarity .pro-types {
  margin-left: 0;
}
.result-popuarity .pro-types h2 {
  display: block;
  margin: 30px 0 20px;
}
.result-popuarity h3 {
  font-size: 36px;
  color: #143E9F;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
.result-popuarity .popu-content {
  margin: 60px 0 20px;
  font-size: 14px;
}
.result-popuarity .popu-content p {
  line-height: 1.8;
  margin-top: 15px;
}
.result-popuarity .popu-content .box {
  margin-top: 25px;
}
.result-popuarity .popu-content .box a {
  padding: 8px 14px;
  margin-top: 10px;
  margin-right: 14px;
  display: inline-block;
  background-color: #2857C4;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.result-popuarity .popu-content .box span {
  padding: 8px 14px;
  margin-top: 10px;
  margin-right: 14px;
  display: inline-block;
  background-color: #2857C4;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.result-popuarity .popu-content .ttl {
  font-size: 24px;
  color: #143E9F;
  font-weight: bold;
  text-align: center;
}
.result-popuarity .popu-content .ttl span {
  font-weight: 900;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.result-popuarity .popu-content .ttl span:after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFA927;
  z-index: -1;
}
.result-popuarity .popu-content .ttl span.big2 {
  font-size: 1.4em;
}
.result-popuarity .popu-content .ttl span.big1 {
  font-size: 1.6em;
}
.result-popuarity .popu-content .ttl h2 {
  display: inline;
  background: #fff;
  color: #143E9F;
  font-size: 1em;
}
.result-popuarity .popu-content .ttl br.sp {
  display: none;
}
.result-popuarity .popu-content .txt {
  font-size: 14px;
  line-height: 1.8;
}
.result-popuarity .popu-content .txt div {
  margin: 50px 0;
}
.result-popuarity .popu-content .txt span {
  font-size: 1.4em;
  line-height: 1.4;
}
.result-popuarity .popu-content .txt span.blue {
  color: #143E9F;
  font-weight: bold;
}
.result-popuarity .popu-content .txt span.red {
  color: #E81515;
  font-weight: bold;
}
.result-popuarity .popu-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 60px;
}
.result-popuarity .popu-banner a {
  width: 96%;
  max-width: 800px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-popuarity .popu-banner a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
.result-popuarity .global-dialog {
  line-height: 2;
}
.result-popuarity .global-dialog .article p span {
  font-size: 1.4em;
  display: contents;
  font-weight: bold;
  line-height: 1.2;
}
.result-popuarity .global-dialog .article p span.blue {
  color: #143E9F;
}
.result-popuarity .global-dialog .article p span.red {
  color: #E81515;
}
@media (max-width: 1480px) {
  .result-featured .fea-content .text .ttl span {
    font-size: 52px;
  }
  .result-featured .fea-content .text .btns a {
    font-size: 18px;
  }
  .result-series .series-wrapper .serie-ttl {
    font-size: 18px;
  }
  .result-series .series-wrapper .serie a {
    font-size: 15px;
  }
  .result-model .model-select .active {
    font-size: 16px;
  }
  .result-model .model-select .box {
    top: 54px;
  }
  .result-model .model-select .box a {
    font-size: 13px;
  }
  .result-model .model-content {
    margin: 40px 0 0;
  }
  .result-model .model-content .model {
    font-size: 36px;
  }
  .result-model .model-content .infos .box .size {
    font-size: 14px;
  }
  .result-model .model-content .infos .box .size .en {
    font-size: 18px;
  }
  .result-model .model-content .infos .box .price {
    font-size: 15px;
  }
  .result-model .model-content .infos .box .link a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .result-featured {
    padding: 60px 0;
  }
  .result-featured .fea-content .pic {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
  .result-featured .fea-content .text {
    font-size: 13px;
  }
  .result-featured .fea-content .text .ttl {
    font-size: 22px;
  }
  .result-featured .fea-content .text .ttl span {
    font-size: 40px;
  }
  .result-featured .fea-content .text .btns a {
    font-size: 16px;
  }
  .result-notice .global-dialog-female .btn a {
    font-size: 20px;
  }
  .result-notice .notice-content .notice-text {
    margin-top: 40px;
  }
  .result-notice .notice-content .notice-text .ttl {
    font-size: 22px;
  }
  .result-popuarity h3 {
    font-size: 34px;
  }
  .result-popuarity .popu-content {
    margin: 40px 0 20px;
  }
  .result-popuarity .popu-content .ttl {
    font-size: 22px;
  }
  .result-popuarity .popu-content .box {
    margin-top: 20px;
  }
  .result-popuarity .popu-content .txt div {
    margin: 30px 0;
  }
  .result-popuarity .popu-banner {
    padding: 20px 0 40px;
  }
  .result-phone h2 {
    font-size: 34px;
  }
  .result-phone .content{
    padding: 25px;
    font-size: 15px;
  }
  .result-phone .content .ago ul li{
    padding: 2px 0;
    padding-left: 20px;
  }
  .result-phone .content .ago ul li:before{
    top: 10px;
    width: 7px;
    height: 7px;
  }
  .result-model .model-content .model {
    font-size: 30px;
  }
  .result-model .model-content .infos .box .price {
    font-size: 14px;
  }
  .result-model .model-content .infos .box .link a {
    font-size: 14px;
  }
  .result-series {
    padding: 60px 0 20px;
  }
}
@media (max-width: 1050px) {
  .result-featured {
    padding: 0;
  }
  .result-featured .fea-content {
    display: block;
    position: relative;
  }
  .result-featured .fea-content .pic {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .result-featured .fea-content .pic:after {
    content: "";
    display: block;
    padding-top: 46%;
  }
  .result-featured .fea-content .pic img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    max-width: 55%;
    height: auto;
    max-height: inherit;
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
  }
  .result-featured .fea-content .text {
    width: 100%;
    padding: 20px 0 40px;
  }
  .result-featured .fea-content .text .ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 16%;
  }
  .result-notice {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .result-notice .global-dialog-female .btn a {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .result-notice .notice-content .notice-text .ttl {
    font-size: 20px;
  }
  .result-phone h2 {
    font-size: 32px;
  }
  .result-phone .content{
    padding: 20px;
    font-size: 14px;
  }
  .result-faq {
    margin: 60px 0;
  }
  .result-model .model-select .active {
    font-size: 15px;
    padding: 10px 30px;
  }
  .result-model .model-select .box {
    top: 42px;
    padding: 10px 20px;
  }
  .result-model .model-select .box a {
    font-size: 12px;
  }
  .result-model .model-content .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .result-model .model-content .infos .box {
    width: calc(100% / 3);
  }
  .result-model .model-content .infos .box:nth-child(4) {
    display: none;
  }
  .result-series .series-wrapper .item {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .result-popuarity.smartphone-three .title .en {
    font-size: 44px;
  }
  .result-series {
    padding: 40px 0 0;
  }
  .result-series.smartphone-three .title .en {
    font-size: 44px;
  }
  .result-series .series-wrapper {
    margin-top: 20px;
  }
  .result-series .series-wrapper figure {
    margin: 0 auto;
    height: 115px;
  }
  .result-series .series-wrapper .item {
    width: calc(100% / 2);
    padding: 20px 10px;
  }
  .result-series .series-wrapper .serie {
    padding: 15px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .result-series .series-wrapper .serie:before {
    height: 80%;
  }
  .result-series .series-wrapper .serie-ttl {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.2;
  }
  .result-series .series-wrapper .serie a {
    font-size: 13px;
  }
  .result-series .series-wrapper .item .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .result-popuarity {
    padding: 0;
  }
  .result-popuarity .pro-types h2 {
    margin: 20px 0 15px;
  }
  .result-popuarity h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .result-popuarity .popu-content {
    margin: 0;
  }
  .result-popuarity .popu-content .box a {
    font-size: 12px;
  }
  .result-popuarity .popu-content .box span {
    font-size: 12px;
  }
  .result-popuarity .popu-content .ttl {
    font-size: 18px;
  }
  .result-popuarity .popu-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 40px;
  }
  .result-faq {
    margin: 40px 0;
  }
  .result-model .model-content .infos .box {
    width: calc(100% / 2);
  }
  .result-model .model-content .infos .box:nth-child(3) {
    display: none;
  }
  .result-model .model-content .model {
    font-size: 24px;
    padding: 0 25px;
  }
  .result-model .model-content .infos {
    padding: 25px 25px 40px;
  }
  .result-model .model-content .infos .read-more {
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .result-featured .fea-content .text {
    font-size: 12px;
  }
  .result-featured .fea-content .text .ttl {
    font-size: 18px;
  }
  .result-featured .fea-content .text .ttl span {
    font-size: 37px;
  }
  .result-featured .fea-content .text .txt h1 {
    font-size: 18px;
  }
  .result-featured .fea-content .text .txt .large {
    font-size: 18px;
  }
  .result-featured .fea-content .text .txt p {
    margin-bottom: 15px;
  }
  .result-featured .fea-content .text .btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .result-featured .fea-content .text .btns a {
    width: 100%;
    max-width: 100%;
  }
  .result-featured .fea-content .text .btns a:nth-child(1) {
    margin-bottom: 15px;
  }
  .result-phone {
    margin-bottom: 40px;
  }
  .result-phone h2 {
    font-size: 28px;
  }
  
  .result-model {
    padding: 40px 0;
  }
  .result-notice .global-dialog-female figure {
    margin-top: 15px;
  }
  .result-notice .global-dialog-female .content p {
    font-size: 14px;
  }
  .result-notice .global-dialog-female .bottom-text {
    top: calc(100% + 30px);
  }
  .result-notice .notice-content .notice-text {
    margin-top: 25px;
  }
  .result-notice .notice-content .notice-text .ttl {
    font-size: 18px;
  }
  .result-notice .notice-content .notice-text p {
    padding: 0 8px;
  }
  .result-popuarity .popu-content .ttl br.sp {
    display: block;
  }
  .result-model .model-select {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }
  .result-model .model-select .active {
    font-size: 15px;
    padding: 10px 30px;
  }
  .result-model .model-select .box {
    top: 42px;
    padding: 5px 20px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
        transform: translateX(-46%);
    max-height: 365px;
    overflow-y: scroll;
  }
  .result-model .model-select .box a {
    font-size: 12px;
    border-bottom: 1px solid #8f8f8f;
  }
  .result-model .model-content .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .result-model .model-content .infos .box {
    width: 100%;
  }
  .result-model .model-content .infos .box:nth-child(2) {
    display: none;
  }
  .result-model .model-content .model h2 {
    padding: 5px 0;
    padding-left: 15px;
    word-break: break-word;
  }
  .result-model .model-content .model span {
    padding: 5px 0;
    padding-left: 15px;
    word-break: break-word;
  }
  .result-model .model-content .infos {
    padding: 20px 20px 35px;
  }
  .result-model .model-content .infos .read-more {
    font-size: 12px;
  }
  .smartphone-three .box .relatedness a {
    font-size: 12px;
  }
}

/*service_style*/
.mode-price {
	width: 18% !important;
}
/*
img {
    width: 100%;
}
*/
.main-thank {
	width: 100%;
}

.main-thank .inner {
	max-width: 1200px;
	margin: 0 auto;
}

.main-thank .img-thank {
	margin: 40px auto;
}

.main-thank .img-thank img {
	margin: 0 auto;
}

.main-thank .txt-thank {
	font-size: 16px;
	text-align: center;
}

.main-thank2 {
	width: 100%;
}

.main-thank2 .inner {
	max-width: 1200px;
	margin: 0 auto;
}

.main-thank2 .img-thank {
	margin: 40px auto;
}

.main-thank2 .img-thank img {
	margin: 0 auto;
}

.main-thank2 .txt-thank {
	font-size: 16px;
	text-align: center;
}

.main-thank2 .ul-thank {
	background-color: #d9edf7;
	color: #0062ea;
	font-size: 16px;
	max-width: 820px;
	margin: 20px auto;
	padding: 20px;
}

.main-single_shop {
	border: 1px solid #cccccc;
	margin: 40px auto;
}

.main-single_shop .shop-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-single_shop .shop-img {
	width: 320px;
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: center;
}

.main-single_shop .shop-img > img {
	display: none;
}

.main-single_shop .shop-ttl {
	width: calc(100% - 320px);
	background-color: #0062ea;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 20px;
}

.main-single_shop .item-table-title {
	font-size: 26px;
	text-align: center;
	display: block;
	line-height: 1.5;
	word-break: break-all;
	margin-bottom: 5px;
}

.main-single_shop .item-table-title-sub {
	font-size: 18px;
}

.main-single_shop .shop-item-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-single_shop .item-tab-l {
	width: 320px;
	background-color: #0062ea;
	color: #fff;
	font-size: 18px;
	padding: 30px;
	border-bottom: 1px solid #fff;
}

.main-single_shop .item-tab-r {
	width: calc(100% - 320px);
	border-bottom: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 20px 10px;
}

.main-single_shop .item-tab-r label {
	display: inline-block;
	padding: 4px 11px;
	font-size: 16px;
	-webkit-animation: show 0.2s linear 0s;
	animation: show 0.2s linear 0s;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 20px;
}

.main-single_shop .item-tab-r label:hover {
	background-color: #0062ea;
	color: #fff;
	border: 1px solid #0062ea;
}
.main-single_shop .item-tab-r input {
	display: none !important;
}
.main-single_shop .item-tab-r select {
	padding: 4px 11px;
	width: 120px;
	font-size: 16px;
	-webkit-animation: show 0.2s linear 0s;
	animation: show 0.2s linear 0s;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

.main-single_shop .item-tab-r .label-selected {
	display: none;
	position: fixed;
}

.main-single_shop .btn {
	display: inline-block;
	padding: 12px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border-color: #ccc;
}

.main-single_shop .btn svg {
	margin-right: 10px;
}

.main-single_shop .btn:hover {
	background-color: #0062ea;
	color: #fff;
	border: 1px solid #0062ea;
}

.main-single_shop .shop-item-but {
	text-align: center;
	padding: 30px;
}

.main-single_shop .shop-item-but .red span {
	font-size: 34px;
}

.main-single_shop .shop-item-price {
	margin: 10px 0;
}

.main-single_shop .jump_form {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.main-single_shop .but_form {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.main-single_shop .item-tab-i-no {
	width: 100%;
	/*	height: 100%;*/
}

.main-single_shop .item-tab-no {
	display: block;
}

.main-single_shop .item-tab-r-ttl {
	font-size: 16px;
	font-weight: bold;
}

.main-single_shop .item-tab-r-ttl-sub {
	font-size: 14px;
}

.main-single_shop .gutter-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.main-single_shop .gutter-img a {
	display: block;
	width: 25%;
	position: relative;
	padding-top: 25%;
}
.main-single_shop .gutter-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	bottom: 0;
}
.main-single_shop input {
	display: none;
}

.main-single_shop .item-tab-rwin50 .item-tab-i {
	width: 50%;
}

.main-single_shop .item-tab-rwin50 .item-tab-i label {
	width: 100%;
}

.main-single_shop .item-tab-rwin60 .item-tab-i {
	width: 16.666%;
	text-align: center;
}

.main-single_shop .item-tab-rwin60 .item-tab-i label {
	width: 100%;
}

.red {
	color: #c60000;
}
/* radio */
.radio {
	margin: 0.5rem;
}
.radio label {
	padding-left: 0px !important;
}
.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	/*top: -0.2em;*/
	margin-right: 0.5em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
	background-color: #3197ee;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}
.mb10{margin-bottom:10px;}
.form-select{position:relative;}
.form-select:after{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);width:0;height:0;border-top:10px solid #777;border-left:7px solid transparent;border-right:7px solid transparent;}
/* end radio */

/* begin brand*/
.link_title {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 1rem auto;
}

.sec_brand_link li {
	/*    font-size: 1.1rem;*/
	line-height: 1.3rem;
	display: inline-block;
	/*    width: 25%;*/
	text-align: center;
	padding-top: 0.8rem;
	margin: 0;
	border: 1px solid #ddd;
	border-width: 0 0 1px 1px;
	padding: 0.5rem 0.2rem;
}


.sec_brand_link {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sec_brand_link li {
	border: 1px solid #333;
    max-width: calc(100% / 7 - 14.28571px);
    width: 100%;
}
.sec_brand_link a {
    display: flex;
    align-items: center;
}
.sec_brand_link .name {
    flex: 1;
    word-wrap: break-word;
    padding: 0 8px;
}

.sec_brand_link_img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
}
@media (min-width: 768px) {
    .sec_brand_link_img {
        min-width: 60px;
        min-height: 60px;
    }
}

.sec_brand_link img {
    width: auto;
    height: 40px;
	max-width: 40px;
	max-height: 40px;
	margin: 0 auto 3px;
	display: block;
}
@media (min-width: 768px) {
	.sec_brand_link img {
        width: auto;
        height: 60px;
		max-width: 60px;
		max-height: 60px;
		margin: 0 auto 5px;
		display: block;
	}
}

@media (max-width: 767px) {
	.main-single_shop .gutter-img a {
		display: block;
		width: 50%;
		padding-top: 40%;
	}
	.sec_brand_link li {
		width: calc(100% /3);
		padding: 5px 2px;
	}
	.sec_brand_link li:nth-child(-n + 3) {
		border-top-width: 1px;
	}
	.sec_brand_link li:nth-child(3n) {
		border-right-width: 1px;
	}
}

.sec_brand_link a {
    display: flex;
	color: #008bd1;
	text-decoration: none;
}
.sec_brand_link a:hover {
	color: #d22a18;
	text-decoration: none;
}
/* end brand */

@media (max-width: 1000px) {
	.main-single_shop .shop-img {
		width: 27%;
		max-width: 320px;
	}
	.main-single_shop .shop-img:before {
		content: "";
		display: block;
		padding-top: 50%;
	}
	.main-single_shop .shop-ttl {
		width: 73%;
		padding: 10px;
	}
	.main-single_shop .item-table-title {
		font-size: 16px;
	}
	.main-single_shop .item-table-title-sub {
		font-size: 12px;
	}
	.main-single_shop .shop-item-tab {
		display: block;
	}
	.main-single_shop .item-tab-l {
		width: 100%;
		font-size: 14px;
		padding: 10px;
		text-align: center;
	}
	.main-single_shop .item-tab-r {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 10px 0 10px;
	}

	.main-single_shop .item-tab-r label {
		padding: 2px 8px;
		font-size: 12px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.main-single_shop .item-tab-r select {
		margin: 0 auto 10px;
		display: block;
	}
	.main-single_shop .item-tab-r-ttl {
		font-size: 14px;
	}
	.main-single_shop .item-tab-r-ttl-sub {
		font-size: 12px;
	}
	.main-single_shop .shop-item-but {
		padding: 10px;
	}
	.main-single_shop .item-tab-rwin60 .item-tab-i {
		min-width: 80px;
	}
	.main-single_shop .item-tab-rwin50 .item-tab-i {
		width: 100%;
		padding: 0px 0px 10px 0px;
	}
}

/*contact*/

.main-contact {
	width: 100%;
	max-width: 1240px;
	margin: 40px auto;
}

.main-contact input[type="text"],
.main-contact input[type="tel"],
.main-contact input[type="email"] {
	padding: 5px 10px;
	width: 100%;
	/*border-radius: 10px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #e0e0e0;*/
	background-color: #fff;
}

.main-contact textarea {
	resize: none;
	width: 100%;
	height: 270px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.main-contact .inquiry-btn-area {
	text-align: center;
	margin-top: 40px;
}

.main-contact .inquiry-btn-area input {
	display: inline-block;
}

.main-contact .inquiry-btn-area [type=submit] {
	width: 100%;
	max-width: 310px;
	display: block;
	background-color: #0062ea;
	color: #fff;
	padding: 12px 30px;
	font-size: 14px;
	cursor: pointer;
	margin: 20px auto 0;
	text-align: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 10px;
}

.main-contact .inquiry-btn-area [type=submit] svg {
	margin-right: 10px;
}

.main-contact .inquiry-btn-area [type=submit]:hover {
	opacity: 0.8;
}

.main-contact span.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0 !important;
}

.main-contact .contact-inner {
	border: 1px solid #cccccc;
}

.main-contact .contact-inner .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-contact .contact-inner .th {
	width: 27%;
	background-color: #e6e6e6;
	font-size: 18px;
	padding: 18px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.main-contact .contact-inner .td {
	width: 73%;
	background-color: #fff;
	font-size: 14px;
	padding: 18px;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.main-contact .contact-inner .txt-contact {
	margin-bottom: 10px;
}

.main-contact .contact-inner .tr:last-child .th {
	border-bottom: 0px solid #cccccc;
}

.main-contact .contact-inner .tr:last-child .td {
	border-bottom: 0px solid #cccccc;
}

.main-contact .red {
	background-color: #c60000;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 12px;
	display: inline-block;
	line-height: 1.1;
	padding: 1px 4px;
}
@media (max-width: 770px) {
	.mode-price {
		width: 100% !important;
	}
}
@media (max-width: 1000px) {
	.main-contact .contact-inner .tr {
		display: block;
	}
	.main-contact .contact-inner .th {
		width: 100%;
		font-size: 14px;
		padding: 10px;
		border-bottom: 1px solid #cccccc;
		border-right: 0px solid #cccccc;
	}
	.main-contact .contact-inner .td {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #cccccc;
	}
	.main-contact .contact-inner .tr:last-child .th {
		border-bottom: 1px solid #cccccc;
	}
}
@media (max-width: 767px) {
	.main-contact .inquiry-btn-area [type=submit] {
		width: auto;
	}
}
/*cat_all*/

.main-cat_all {
	width: 100%;
	max-width: 1240px;
	margin: 40px auto;
}

.main-cat_all .select {
	padding: 4px 11px;
	text-align: center;
	width: 120px;
	font-size: 16px;
	-webkit-animation: show 0.2s linear 0s;
	animation: show 0.2s linear 0s;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

.main-cat_all .txt-cat_all {
	font-size: 14px;
}

.main-cat_all .txt-cat_all p {
	margin-bottom: 10px;
}

.main-cat_all .cat_list {
	width: 100%;
}

.main-cat_all .cat_list section.cat_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
}

.main-cat_all .cat_list section.cat_item.cat_item_cut {
	background-color: #f5f5f5;
}

.main-cat_all .cat_list .cat_item_img {
	width: 200px;
	padding: 0 20px 0 0;
}

.main-cat_all .cat_list .cat_item_img a {
	border: 1px solid #ccc;
	display: block;
}

.main-cat_all .cat_list .cat_item_content {
	width: calc(100% - 200px);
	padding: 0 0 0 20px;
}

.main-cat_all .cat_list .cat_txt2 {
	width: 100%;
	padding-left: 220px;
}

.main-cat_all .cat_list .cat_price {
	width: 100%;
	padding-left: 220px;
}

.main-cat_all .cat_list .cat_price span {
	font-size: 34px;
}

.main-cat_all .cat_list .cat_delete {
	width: 100%;
	padding-left: 220px;
}

.main-cat_all .cat_list .cat_count {
	margin: 20px 0 0;
}

.main-cat_all .cat_list .cat_slug span {
	display: inline-block;
	background-color: #0150bf;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 15px;
	line-height: 1.1;
	padding: 4px 10px;
}

.main-cat_all .cat_list .cat_ttl {
	font-size: 18px;
	color: #0150bf;
	font-weight: bold;
	margin: 10px 0;
}

.main-cat_all .cat_list .cat_price-txt {
	text-align: center;
	margin-top: 20px;
}

.main-cat_all .cat_list .cat_price2 {
	width: 100%;
	text-align: center;
	padding-left: 0px;
}

.main-cat_all .cat_list .cat_price2 span {
	font-size: 34px;
}

.main-cat_all .cat_list .cat_delete {
	text-align: right;
}

.main-cat_all .btn {
	display: inline-block;
	padding: 3px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border-color: #ccc;
}

.main-cat_all .but-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 20px auto 0;
}

.main-cat_all .but-content a {
	width: 48%;
	display: block;
	padding: 12px 30px;
	max-width: 310px;
	margin: 0 2%;
}

.main-cat_all .but-content a svg {
	margin-right: 10px;
}

.main-cat_all .but-content a.btn-default {
	color: #000;
}

.main-cat_all .but-content a.btn-free {
	color: #fff;
	background-color: #0062ea;
}

.btn-free:hover {
	color: #fff;
	background-color: #0062aa !important;
}

@media (max-width: 1000px) {
	.main-cat_all .txt-cat_all {
		font-size: 12px;
	}
	.main-cat_all .cat_list .cat_item_img {
		width: 100px;
		padding: 0 10px 0 0;
	}
	.main-cat_all .cat_list .cat_item_content {
		width: calc(100% - 100px);
		padding: 0 0 0 10px;
	}
	.main-cat_all .cat_list .cat_slug span {
		font-size: 12px;
	}
	.main-cat_all .cat_list .cat_ttl {
		font-size: 14px;
		margin: 6px 0;
	}
	.main-cat_all .cat_list .cat_txt {
		font-size: 12px;
	}
	.main-cat_all .cat_list .cat_txt2 {
		font-size: 12px;
		padding-left: 0px;
	}
	.main-cat_all .cat_list .cat_price {
		padding-left: 0px;
	}
	.main-cat_all .cat_list .cat_price span {
		font-size: 20px;
	}
	.main-cat_all .cat_list .cat_delete {
		padding-left: 0px;
	}
	.main-cat_all .but-content {
		display: block;
	}
	.main-cat_all .but-content a {
		width: 100%;
		margin: 0 auto;
	}
	.main-cat_all .but-content a.btn-default {
		margin-bottom: 20px;
	}
}

/*information*/

.main-information {
	width: 100%;
	max-width: 1240px;
	margin: 40px auto;
}

.main-information .btn {
	display: inline-block;
	padding: 3px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border-color: #ccc;
	color: #000;
}

.main-information input[type="text"],
.main-information input[type="tel"],
.main-information input[type="email"] {
	padding: 5px 10px;
	width: 100%;
	/*border-radius: 10px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #e0e0e0;*/
	background-color: #fff;
}

.main-information textarea {
	resize: none;
	width: 100%;
	height: 270px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.main-information .inquiry-btn-area {
	text-align: center;
	margin-top: 40px;
}

.main-information .inquiry-btn-area input {
	display: inline-block;
}

.main-information .inquiry-btn-area [type=submit] {
	width: 100%;
	max-width: 310px;
	display: block;
	background-color: #0062ea;
	color: #fff;
	padding: 12px 30px;
	font-size: 14px;
	cursor: pointer;
	margin: 20px auto 0;
	text-align: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 10px;
}

.main-information .inquiry-btn-area [type=submit] svg {
	margin-right: 10px;
}

.main-information .inquiry-btn-area [type=submit]:hover {
	opacity: 0.8;
}

.main-information span.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0 !important;
}

.main-information .information-txt {
	text-align: center;
	font-size: 14px;
}

.main-information .information-but {
	margin-bottom: 40px;
}

.main-information .information-but ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 680px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 20px auto 0;
}

.main-information .information-but ul li {
	width: 48%;
}

.main-information .information-but ul a {
	width: 100%;
	display: block;
	padding: 12px 30px;
	max-width: 310px;
	margin: 0 auto;
}

.main-information .information-but ul a.catr {
	background-color: #0062ea;
	color: #fff;
}

.main-information .information-but ul .active a {
	background-color: #0062ea;
	color: #fff;
}

.main-information .information-inner {
	border: 1px solid #cccccc;
	margin-bottom: 40px;
}

.main-information .information-inner .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-information .information-inner .th {
	width: 27%;
  min-width:335px;
	background-color: #e6e6e6;
	font-size: 15px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-information .information-inner .td {
	width: 73%;
	background-color: #fff;
	font-size: 14px;
	padding: 18px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.main-information .information-inner .txt-contact {
	margin-bottom: 10px;
}

.main-information .information-inner .tr:last-child .th {
	border-bottom: 0px solid #cccccc;
}

.main-information .information-inner .tr:last-child .td {
	border-bottom: 0px solid #cccccc;
}

.main-information .red {
	background-color: #c60000;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 12px;
	display: inline-block;
	line-height: 1.1;
	padding: 1px 4px;
}

.main-information .information-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0150bf;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.main-information .information-title span {
	display: inline-block;
	background-color: #0150bf;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 15px;
	line-height: 1.1;
	padding: 4px 10px;
	margin-right: 10px;
}

.main-information .information-sut {
	text-align: center;
	margin-top: 20px;
}

.main-information .information-sut button {
	color: #fff;
	background-color: #0062ea;
	padding: 12px 30px;
}

.main-information .information-sut button svg {
	margin-right: 10px;
}

@media (max-width: 1000px) {
	.main-information .information-title {
		font-size: 16px;
	}
	.main-information .information-title span {
		font-size: 12px;
	}
	.main-information .information-txt {
		font-size: 12px;
	}
	.main-information .information-but {
		margin-bottom: 20px;
	}
	.main-information .information-but ul {
		display: block;
		margin: 10px auto 0;
	}
	.main-information .information-but ul li {
		width: 100%;
	}
	.main-information .information-but ul li:nth-child(1) {
		margin-bottom: 20px;
	}
	.main-information .information-inner {
		margin-bottom: 40px;
	}
	.main-information .information-inner .tr {
		display: block;
	}
	.main-information .information-inner .th {
		width: 100%;
		font-size: 16px;
		padding: 10px;
	}
	.main-information .information-inner .td {
		width: 100%;
		font-size: 16px;
		padding: 10px;
	}
	.main-information .information-inner .tr:last-child .th {
		border-bottom: 1px solid #cccccc;
	}
}
@media (max-width: 768px) {
	.main-single_shop .shop-item {
		display: flex;
		flex-direction: column;
	}
	.main-single_shop .shop-img {
		width: 100%;
		max-width: 100%;
		margin: 10px;
	}
	.main-single_shop .shop-ttl {
		width: 100%;
		padding: 10px;
	}
}


/* copyright */
.copyright{
	margin: 0;
}


/* 20210618 */
.brand-wrapper .brand-all {
  display: flex;
  justify-content: flex-start;
}
.brand-wrapper .brand-all .pic {
	position: relative;
	width: 22%;
	min-width: 200px;
	min-height: 80px;
}
.brand-wrapper .brand-all .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: calc(100% - 40px);
  max-height: 100%;
}
.brand-wrapper .brand-all .info {
  flex: 1 1 auto;
  max-width: 78%;
  line-height: 1.8;
  font-size: 17px;
  font-weight: 400;
}
.brand-wrapper .brand-all .info strong {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
  display: inline-block;
}
.brand-wrapper .brand-list {
  padding: 70px 0 20px;
  padding-left: 20px;
}
.brand-wrapper .brand-list .list-ttl {
  font-size: 25px;
  font-weight: bold;
}
.brand-wrapper .brand-list .list-items {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand-wrapper .brand-list .list-items li {
  margin: 15px 0;
  width: calc(50% - 15px);
}
.brand-wrapper .brand-list .list-items li a {
  border: 1px solid #c6c6c6;
  padding: 15px 40px;
  color: #333;
  display: flex;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
  line-height: 1.4;
}
.brand-wrapper .brand-list .list-items li a .pic {
  width: 80px;
  position: relative;
}
.brand-wrapper .brand-list .list-items li a .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: calc(100% - 10px);
  max-height: 100%;
}
.brand-wrapper .brand-list .list-items li a span {
  padding: 20px 13px;
}
.brand-wrapper .brand-list .list-items li a span em {
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
}
.brand-wrapper .brand-list .list-items li a:after {
  content: ">";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 18px;
}
.brand-wrapper .brand-list .list-items li a:hover {
  transform: translateY(-4px);
}

@media (max-width: 1400px) {
  .brand-wrapper .brand-all .info {
    font-size: 16px;
    padding-left: 20px;
  }
  .brand-wrapper .brand-all .info strong {
    font-size: 32px;
  }
  .brand-wrapper .brand-list .list-ttl {
    font-size: 24px;
  }
  .brand-wrapper .brand-list .list-items li {
    margin: 10px 0;
    width: calc(50% - 10px);
  }
  .brand-wrapper .brand-list .list-items li a {
    padding: 20px;
  }
  .brand-wrapper .brand-list .list-items li a .pic {
    width: 72px;
  }
}
@media (max-width: 1100px) {
  .brand-wrapper .brand-all .info {
    font-size: 14px;
  }
  .brand-wrapper .brand-all .info strong {
    font-size: 28px;
  }
  .brand-wrapper .brand-list {
    padding-left: 0;
  }
  .brand-wrapper .brand-list .list-ttl {
    font-size: 22px;
  }
  .brand-wrapper .brand-list .list-items li a {
    font-size: 14px;
  }
  .brand-wrapper .brand-list .list-items li a span em {
    display: block;
  }
}
@media (max-width: 680px) {
  .brand-wrapper .brand-all .pic {
	width: 18%;
	min-height: 50px;
	min-width: 60px;
  }
  .brand-wrapper .brand-all .pic img {
    top: 2px;
    transform: translateX(-50%);
    max-width: 100%;
  }
  .brand-wrapper .brand-all .info {
    line-height: 1.7;
    font-size: 13px;
    padding-left: 15px;
  }
  .brand-wrapper .brand-all .info strong {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .brand-wrapper .brand-list {
    padding: 25px 0;
  }
  .brand-wrapper .brand-list .list-ttl {
    font-size: 15px;
    padding: 3px 10px;
    font-weight: 400;
    background: rgba(0, 98, 234, 0.1);
  }
  .brand-wrapper .brand-list .list-items {
    margin-top: 5px;
  }
  .brand-wrapper .brand-list .list-items li {
    width: 100%;
    margin: 7px 0;
  }
  .brand-wrapper .brand-list .list-items li a {
    font-size: 12px;
    padding: 12px 15px;
  }
  .brand-wrapper .brand-list .list-items li a .pic {
    width: 46px;
  }
  .brand-wrapper .brand-list .list-items li a span {
    padding: 10px 13px;
  }
  .brand-wrapper .brand-list .list-items li a span em {
    font-size: 13px;
  }
  .brand-wrapper .brand-list .list-items li a:after {
    right: 25px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .brand-wrapper .brand-all .info strong {
    font-size: 18px;
  }
}


/* 0903 */
.headertop .header-center>h1{
	display: none;
}

/* 1214 */
.main-contact .xskj_purchase_box{
	margin: 60px 0 40px;
	font-size: 15px;
	background: #f5f5f5;
	color: #4b4b4b;
	padding: 40px;
}
.main-contact .form-biz{
	padding-top: 40px;
}
@media (max-width: 1000px) {
	.main-contact .xskj_purchase_box{
		font-size: 14px;
	}
	.main-contact .form-biz{
		padding-top: 0;
	}
}
@media (max-width: 680px) {
	.main-contact {
		margin: 0;
    	padding: 25px 0;
	}
	.main-contact .lax-shop{
		width: calc(100% - 40px) !important;
		margin-left: 0;
		margin-top: 5px;
	}
	.main-contact .xskj_purchase_box{
		margin: 40px 0 0;
    	padding: 25px 20px;
    	font-size: 13px;
	}
	.main-contact .contact-inner .th,
	.main-contact .contact-inner .td{
		font-size: 13px;
	}
}



.johnny-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.johnny-item {
    --column-num: 6;
    --space-total: 50px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    width: calc(100% / var(--column-num) - var(--space-total) / var(--column-num));
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 4px 8px;
    color: #333;
}
@media (max-width: 1280px) {
    .johnny-item {
        --column-num: 5;
        --space-total: 40px;
    }
}
@media (max-width: 1024px) {
    .johnny-item {
        --column-num: 4;
        --space-total: 30px;
    }
}
@media (max-width: 768px) {
    .johnny-item {
        --column-num: 2;
        --space-total: 20px;
    }
}
@media (max-width: 640px) {
    .johnny-item {
        --column-num: 1;
        --space-total: 10px;
    }
}
.johnny-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.johnny-item-image img {
    height: 100%;
    width: auto;
}
.johnny-item-name {
    flex: 1;
    word-break: break-all;
    padding: 0 4px;
    font-size: 14px;
}

.pcjohnny-list.johnny-list{
  position: relative;
}
.pcjohnny-list.johnny-list .catM{
  width: calc(20% - 10px);
  min-width: 120px;
}

.pcjohnny-list .cat-body{
  width: 100%;
  position: absolute;
  left:0;
  z-index: 10;
  transform: translateY(10px);
  padding-left: 10px;
  background: #e5f1ff;
  border:1px solid #143E9F;
  border-radius:5px;
}

.pcjohnny-list .johnny-item{
  /*width: 100%;*/
  width: calc(100% / 5 - 50px / 5);
  background: #FFF;
}

.pcjohnny-list .cat-title-l .cat-title-n{
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12em;
}
@media (max-width: 1280px) {
  .pcjohnny-list.johnny-list .catM{
    width: calc(25% - 10px);
  }
  .pcjohnny-list .cat-title-l .cat-title-n{
    /*max-width: 8em;*/
  }
}

@media (max-width: 850px) {
  .pcjohnny-list.johnny-list .catM{
    width: calc(33.333333% - 10px);
  }
  .pcjohnny-list .cat-title-l .cat-title-n{
    /*max-width: 6em;*/
  }
}
@media (max-width: 768px) {
  .johnny-item-name{
 /*   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
}


.anchor-point-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
    margin-bottom: 40px;
}
@media (max-width: 1280px) {
    .anchor-point-list {
        gap: 20px 30px;
    }
}
@media (max-width: 768px) {
    .anchor-point-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}
.anchor-point-item {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 30px 1rem 20px;
    text-align: center;
    border-radius: 1rem;
    color: #013d6e;
    min-height: 5rem/*9*/;
    position: relative;
}
.anchor-point-item i{
  position: absolute;
  right:15px;
  top:50%;
  width:10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.anchor-point-item i:before{
  content: "";
  display: block;
  height: 10px;
  border-left: 2px solid #000;
  transform: translateY(3px);
}
.anchor-point-item i:after{
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  transform:translateY(-3px) rotate(-45deg);
  border:solid #000;
  border-width:0 0 2px 2px;
}
@media (max-width: 768px) {
    .anchor-point-item {
        min-height: auto;
        min-height: 5rem;
    }
    .anchor-point-item i:before{
      height: 8px;
    }
    .anchor-point-item i:after{
      width: 8px;
      height: 8px;
    }
}
.anchor-point-item.price {
    border:1px solid #000;
    background: #fafafa center / 50% no-repeat;
    /*background-image: url(./anchor-point-price.png);*/
}
.anchor-point-item.detail {
    border:1px solid #000;
    background: #fafafa center / 50% no-repeat;
    /*background-image: url(./anchor-point-detail.png);*/
}
.anchor-point-item.howto {
    border:1px solid #000;
    background: #fafafa center / 50% no-repeat;
    /*background-image: url(./anchor-point-howto.png);*/
}
.anchor-point-item.guide {
    border:1px solid #000;
    background: #fafafa center / 50% no-repeat;
    /*background-image: url(./anchor-point-guide.png);*/
}