@charset "UTF-8";
/* common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #d90909;
  text-decoration: underline;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}

/*   光るボタン1    */
.btn_box01 {
  position: relative;
  width: 850px;
  /*ボタン画像の幅*/
  height: 160px;
  /*ボタン画像の高さ*/
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 20px;
  /*上下の位置揃え*/
  left: 0px;
  /*左右の位置揃え*/
}

.btn_box02 {
  top: 335px;
}

.btn_box01:before,
.btn_box01:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: -12px;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(255, 209, 60) inset;
  /*光の色*/
  -webkit-animation: anime 2s ease-out infinite;
          animation: anime 2s ease-out infinite;
}

.btn_box01:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/*   光るボタン1 ここまで   */
/*   光るボタン2    */
.btn_box02 {
  position: relative;
  width: 850px;
  /*ボタン画像の幅*/
  height: 160px;
  /*ボタン画像の高さ*/
  margin: 0 auto;
  transition: 0.2s;
  z-index: 1000;
  top: 20px;
  /*上下の位置揃え*/
  left: 0px;
  /*左右の位置揃え*/
}

.btn_box02:before,
.btn_box02:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: -12px;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px #4688e7 inset;
  /*光の色*/
  -webkit-animation: anime 2s ease-out infinite;
          animation: anime 2s ease-out infinite;
}

.btn_box02:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/*   光るボタン2 ここまで   */
/*アニメーション*/
@-webkit-keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/* animation
---------------------------------------------*/
.feedInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: 1.5s;
}

.feedInUp_On {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* layout
---------------------------------------------*/
/*TopIntro-Start*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 1002px;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "meiryo", Meiryo, "ＭＳ Ｐゴシック", sans-serif, cursive;
  color: #333;
  line-height: 1.6;
  line-height: 1.6;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 42px;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.center {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap {
  background-image: url("../images/middle.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-position: 50% 0%;
}

.container {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.text {
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
}

.text__center {
  text-align: center;
  width: 850px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.red {
  font-weight: bold;
  color: #f00;
}

.bg__yellow {
  font-weight: bold;
  color: #000;
  background-color: yellow;
}

.footer {
  background-color: #8BDCFE;
  color: #333;
  font-size: 70%;
  padding: 80px;
}

.fv {
  background: url("../images/fv.png") no-repeat top center;
  height: 611px;
}

.toriyose__title,
.toriyose__lead {
  text-align: center;
  margin-top: 80px;
}

.toriyose__lead {
  margin-top: 40px;
}

.section__title {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section__title {
    margin-top: 240px;
  }
}

.point__section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .point__section {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
  }
}

.point__box {
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.point__box .text__center {
  text-align: center;
  margin-top: 12px;
}
.point__box p {
  max-width: 450px;
  text-align: left;
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .point__box {
    width: 100%;
    text-align: center;
    margin: 240px auto 0;
    flex-direction: column-reverse;
  }
  .point__box:first-child {
    margin-top: 40px;
  }
  .point__box p {
    max-width: 100%;
  }
}

.point__box__image {
  width: 100%;
}
.point__box__image img {
  width: 100%;
}

.feature__frame {
  border: 10px solid #03a0c6;
  padding: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature__frame {
    margin-top: 240px;
  }
}

.feature__title {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 50px;
  }
}

.feature__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature__box {
    margin-top: 80px;
  }
}

.feature__check {
  margin-right: 40px;
}
.feature__check img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .feature__check {
    padding-bottom: 32px;
  }
}

.feature__text {
  text-align: left;
  width: 850px;
  margin: 0 auto;
}
.table {
  text-align: center;
  margin-top: 20px;
}
.table:first-child {
  margin-top: 60px;
}

table {
  margin: 0 auto;
}

th {
  padding-top: 60px;
  text-align: center;
  vertical-align: middle;
}

.text__small {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .text__small {
    font-size: 26px;
  }
}

.option-price__title,
.dhl__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.paypal {
  text-align: center;
  margin-top: 80px;
}

.flow__box {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow__box {
    flex-direction: column-reverse;
    margin-top: 240px;
  }
  .flow__box:first-child {
    margin-top: 80px;
  }
}

.flow__image {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .flow__image {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow__image img {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flow__lead {
    text-align: center;
  }
}

.text2 {
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
}
.text2 a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .text2 {
    max-width: 950px;
  }
}

.flow__box2 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow__box2 {
    flex-direction: column-reverse;
    margin-top: 240px;
  }
}

.flow__image2 {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .flow__image2 {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow__image2 img {
    text-align: center;
    width: 100%;
  }
}

.qa__box {
  margin-top: 80px;
}

.q__box {
  display: flex;
  align-items: start;
}
.q__box img {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .q__box img {
    padding-top: 12px;
  }
}

.a__box {
  display: flex;
  align-items: start;
  margin-top: 40px;
}
.a__box img {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .a__box img {
    padding-top: 12px;
  }
}

.text__qa {
  max-width: 850px;
  margin: 0;
  text-align: left;
}
.text__qa a {
  display: inline-block;
}

.iframe {
  text-align: center;
  margin-top: 40px;
}

iframe {
  width: 800px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  iframe {
    width: 90%;
    height: 500px;
  }
}

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

.office__box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.office__left {
  padding-top: 20px;
  padding-right: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .office__left {
    padding-top: 50px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 40px;
  }
}

.office__right {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .office__right {
    padding-top: 50px;
    font-size: 40px;
  }
}

.profile__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 12px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .profile__title {
    font-size: 52px;
    margin-top: 120px;
  }
}

.profile__box {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .profile__box {
    flex-direction: column;
  }
}

.profile__left {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .profile__left {
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .profile__left .profile__title {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .profile__right {
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .profile__right .profile__title {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .profile__lead {
    display: flex;
    flex-direction: column;
  }
}

.last {
  margin-top: 120px;
}

.last__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .last__title {
    font-size: 48px;
  }
}

.last__box {
  display: flex;
  align-items: start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .last__box {
    flex-direction: column;
  }
}

.last__image {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .last__image {
    margin-right: 0;
    margin: 0 auto;
  }
}

.last__text {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .last__text {
    margin-top: 40px;
    font-size: 40px;
  }
}

/* Tokutei Table
------------------------------------------------------*/
th,
td {
  font-size: 14px;
  color: #333;
}

.tb01 {
  width: 600px;
  margin: 30px auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb01 .title {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  background-color: #e4e4e4;
  width: 35%;
}

.tb01 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  text-align: left;
  background-color: #ffffff;
}

.privacy-policy a {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */