body {
  /* max-width: ; */
  margin: auto;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
 header {
    /* position: fixed; */
    top: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    height: 60px;
    background: #fcffff;

    border-bottom: solid 2px;
    -o-border-image: linear-gradient(to right, #dfc263, #ebc55c, #fcb212, #f79d27, #f58d04);
    border-image: linear-gradient(to right, #dfc263, #ebc55c, #fcb212, #f79d27, #f58d04);
    border-image-slice: 1;
  }

.header-inner {
  display: flex;
  justify-content: left;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
    height: 24px;
}

.main_back {
  background-color: #fff1e3;
}

.plg_main {
  align-items: center;
  text-align: center;
  display: block;
  margin: auto;
  padding: 3% 10%;
  max-width: 1200px;
}
.main_cont {
  display: flex;
}

.plugin_main_img {
  width: 25%;
  position: relative;
  display: block;
}

.plugin_text {
  /* background-color: burlywood; */
  width: 75%;
}

.plugin_text h1 {
  text-align: left;
  color: #ff9602;
  font-size: 500%;
  font-weight: bold;
  width: 130%;
}

.plugin_text p {
  text-align: left;
  color: #333;
  font-weight: bold;
  padding: 7% 15%;
  font-size: 150%;
  width: 100%;
  line-height: 160%;
}

@media screen and (max-width: 1024px) {
  /* PC */
  .plugin_text p {
    font-size: 140%;
  }
  .plugin_text h1 {
    font-size: 450%;
  }

  .plg_list_text {
    font-size: x-large !important;
  }
}
@media screen and (max-width: 768px) {
  /* タブ */
  .plugin_text p {
    font-size: 100%;
  }
  .plugin_text h1 {
    font-size: 320%;
  }
  .plg_list_text {
    font-size: large !important;
  }
}
@media screen and (max-width: 650px) {
  /* タブ小 */
  .plugin_text p {
    font-size: 80%;
  }
  .plugin_text h1 {
    font-size: 270%;
  }

  .plg_img_list li {
    font-size: xx-small;
    height: 40%;
  }
  .plg_img_list ul {
    font-size: x-small;
    height: 80px !important;
  }
  .kochira a {
    font-size: x-small !important;
  }
  .plg_list_text {
    font-size: small !important;
  }
}
/* .plugin_main_img img {
  width: 300px;
} */
/* パズルの画像 */
.plg_pzl_img {
  width: 80%;
  padding: 0;
  position: relative;
  right: 115%;
  bottom: -11%;
}

/* 男性画像 */
.plg_man_img {
  width: 180%;
  position: relative;
  bottom: 9%;
  left: -100%;
}

/* .men_pzl_img {
 width: 90%;
 position: relative;
        bottom: -33%;
    left: 10%;
} */

.main_a {
  width: 220px;
  height: 60px;
}

.main_a a {
  text-align: center;
  padding: 4% 12%;
  line-height: 60px;
  background-color: #ff9602;
  text-decoration: none;
  color: #ffffff;
  border-radius: 35px;
}

/* パートナー＿申込横並び中央 */
.par_mousikomi {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: -40px;
  margin: 4% 0 0;
}

.par_img {
  width: 60%;
}

/* プラグイン一覧 全体*/
.plg_list {
  margin: auto;
  width: 70%;
  text-align: -webkit-center;
  max-width: 1200px;
}
.border {
  width: 15%;
  padding: 0;
  margin: 0 0 10%;
  border-bottom: 4.5px solid #ff9602;
}

.plg_wrapp {
  margin: 3%;
  width: 40%;
  height: 1%;
}
.plg_list_item {
  position: relative;
  margin-bottom: 12%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 5%;
}

/* プラグイン画像横並び一覧グル */

.plg_img_list {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-evenly;
}
.plg_img_list img {
  width: 100%;
}

.plg_img_list li {
  list-style: none;
  font-size: xx-small;
}
.plg_img_list ul {
  width: 100%;
  font-weight: bold;
  padding: 0;
  height: 70px;
}

.plg_list_text {
  text-align: center;
  font-weight: bolder;
  font-size: xx-large;
  padding: 2% 0;
  margin: 10% 0 0;
  width: 35%;
}

.kochira {
  padding: 2%;
  text-align: end;
  background-color: lightgray;
}

.kochira a {
  padding: 1%;
  display: flex;
  justify-content: flex-end;
  background-color: lightgray;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: small;
}

/* 無料ボタン */
.free {
  position: absolute;
  top: -8%;
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
}
.free_stum_btn {
  position: relative;
  left: -25%;
}

.free_stum_pop {
  position: relative;
}

/* お問い合わせ */
.toiawase_back {
  background-color: #fff1e3;
  padding: 3% 0;
}

.toi_item {
  width: 70%;
  margin: 0 auto;
  max-width: 1200px;
}
.toi {
  text-align: center;
  font-size: x-large;
  margin: 3%;
}

.toi_kome {
  font-weight: 500;
  text-align: center;
  font-size: small;
  margin: 2%;
}

.toi_kochira {
  margin: 10% 0 5%;
  text-align: center;
}
.toi_kochira a {
  text-align: center;
  padding: 2.5% 5%;
  line-height: 60px;
  background-color: #ff9602;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 35px;
}

footer {
    padding: 10px 0;
    background: #001867;
    color: #fff;
    text-align: center;
}

/* モバイル版 480px*/
@media screen and (max-width: 480px) {
  .plg_main {
    min-width: px;
  }
  .main_cont {
    display: block;
  }
  .plugin_text {
    width: 100%;
  }

  .plugin_text h1 {
    font-size: 250%;
    width: 100%;
    text-align: center;
  }

  .plugin_text p {
    font-size: 85%;
    text-align: center;
  }
  .plugin_main_img {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
  }
  /* パズル画像 */
  .plg_pzl_img {
    width: 35%;
    height: 0%;
    left: 8%;
    padding: 0;
    position: relative;
  }
  /* 男性画像 */
  .plg_man_img {
    width: 75%;
    position: relative;
    left: -17%;
    bottom: 36%;
  }

  .par_mousikomi {
    top: -15px;
  }

  .main_a a {
    font-size: 8px;
  }

  .plg_list_text {
    font-size: 60%;
    padding: 3% 0 2%;
  }

  .plg_img_list ul {
    font-size: x-small;
    height: 130px !important;
  }

  .kochira a {
    font-size: 8px !important;
  }

  .free_stum_btn {
    left: -23%;
  }

  .free {
    top: -5%;
    height: 17%;
  }

  .toi {
    font-size: small;
  }

  .toi_kome {
    font-size: 8px;
  }
  .toi_kochira a {
    font-size: xx-small;
  }
}
