@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poiret+One");
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html, body, div, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

* {
  box-sizing: border-box; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html {
  font-size: 62.5%; }

body {
  padding-top: 60px;
  color: #202020;
  font-size: 1.4rem;
  line-height: 1.8;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

p:empty {display: none;}

img, iframe {
  max-width: 100%;
  height: auto; }

input {
  border: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */ }
  input:placeholder-shown {
    color: #a8a8a8; }
  input::-webkit-input-placeholder {
    color: #a8a8a8; }
  input:-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  input::-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  input:-ms-input-placeholder {
    color: #a8a8a8; }

textarea {
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */ }
  textarea:placeholder-shown {
    color: #a8a8a8; }
  textarea::-webkit-input-placeholder {
    color: #a8a8a8; }
  textarea:-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #a8a8a8; }

.none {display: none !important; }
.pointernone {pointer-events: none !important; }

.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s; }
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0); }

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative; }
  .wp-block-embed-youtube .wp-block-embed__wrapper::before {
    content: "";
    padding-top: 56.25%;
    display: block; }
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%; }

.area-all {
  padding-top: 60px;
  background-color: #f6f6f9;
  overflow-x: hidden; }

.area-mswrap {
  max-width: 1200px;
  margin: 0 auto 4rem;
  display: flex; }
  .area-side {
    width: 300px;
    margin-left: 3rem; }
    .area-side__content {
      position: relative; }
      .area-side__content + .area-side__content {
        margin-top: 4rem; }
    .area-side__contenttitle {
      margin-bottom: 1rem;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.4; }
  .area-main {
    flex-grow: 1; }

.prt-sidefaqlist {
  position: relative; }
  .prt-sidefaqlist a {
    color: #5da9ff; }
  .prt-sidefaqlist__item {
    padding-left: 2rem;
    position: relative; }
    .prt-sidefaqlist__item::before {
      content: "-";
      position: absolute;
      color: #5da9ff;
      top: 0; left: 3px; }

.area-mv {
  min-height: 300px;
  padding: 6rem 2rem;
  background: url('/wp-content/themes/blankslate/assets/images/mv.jpg') no-repeat center/cover;
  position: relative; }
  .area-mv__content {
    max-width: 960px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background-color: rgba(0,0,0,.55);
    position: relative;
    text-align: center;
    z-index: 1; }
  .area-mv__catch {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: center; }
    .area-mv__catch__red {
      color: #dc2c2c;
      font-size: 1.25em;
      font-weight: bold; }
    .area-mv__note {
      color: #fff;
      font-size: 1.6rem; }

.prt-mvsearch {
  margin-top: 2.4rem; }
  .prt-mvsearch__box {
    max-width: 550px;
    margin: 0 auto;
    display: flex; }
    .prt-mvsearch__box input {
      height: 50px;
      margin: 0 1.4rem;
      padding: 0 1.2rem;
      background-color: rgba(255,255,255,.1);
      border: 1px solid #fff;
      border-radius: 4px;
      color: #fff;
      display: flex;
      align-items: center;
      flex-grow: 1; }
    .prt-mvsearch__box button {
      width: 90px;
      height: 50px;
      background-color: #5da9ff;
      border: none;
      border-radius: 4px;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .2em; }
      .prt-mvsearch__box button:hover {
        cursor: pointer;
        opacity: .8; }
  .prt-mvsearch__area {
    position: relative; }
    .prt-mvsearch__area::after {
      content: "▼";
      position: absolute;
      pointer-events: none;
      top: 50%; right: 2rem;
      /*color: #fff;*/
      font-size: 1rem;
      transform: translateY(-50%); }
    .prt-mvsearch__area select {
      width: 140px;
      height: 50px;
      padding-right: 2rem;
      background-color: rgba(255,255,255,.9);
      border: 1px solid #fff;
      border-radius: 4px;
      cursor: pointer;
      /*color: #fff;*/
      font-size: 1.4rem;
      text-align: center; }

.area-header {
  min-height: 60px;
  padding: 0 2rem;
  background-color: rgba(255,255,255,.95);
  box-shadow: 0 5px 8px rgba(0,0,0,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 10; }
  .area-header--admin {
    top: 32px; }

.prt-headerpagelink {
  display: flex;
  font-size: 1.3rem; }
  .prt-headerpagelink__item {
    padding: 0 1.2rem; }
    .prt-headerpagelink__item a:hover {opacity: .8; }
    .prt-headerpagelink__item + .prt-headerpagelink__item {
      position: relative; }
      .prt-headerpagelink__item + .prt-headerpagelink__item::before {
        content: "";
        position: absolute;
        top: 50%; left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background-color: #aaa; }

.prt-headermenu {
  display: flex;
  align-items: center; }
  .prt-headermenu ul {
    display: flex;
    align-items: center; }
    .prt-headermenu li + li {
      margin-left: 2.4rem; }
  .prt-headermenu a {
    display: block; }

.prt-headerlogo {
  /*max-width: 200px;*/
  display: flex;
  align-items: center; }
  .prt-headerlogo img {
    height: 36px;
    display: block; }

.prt-mypagelink {
  margin-left: 2.4rem; }
  .prt-mypagelink a {
    width: 100%;
    height: 100%;
    display: block; }

.prt-search {
  width: 400px;
  margin: 0 auto; }
  .prt-search form {
    width: 100%;
    display: flex;
    justify-content: center; }
  .prt-search label {
    width: calc(100% - 70px);
    height: 50px;
    display: block; }
    .prt-search label > input {
      width: 100%;
      height: 100%;
      padding: 0 1.2rem;
      display: block; }
  .search-submit {
    width: 70px;
    height: 50px;
    background-color: #5da9ff;
    color: #fff;
    cursor: pointer;
    transition: opacity .4s; }
    .search-submit:hover {
      opacity: .8; }

.area-toplist {
  padding: 6rem 2rem;
  background-color: #f6f6f9; }
  .area-toplist__h {
    margin-bottom: 6rem;
    font-size: 2.8rem;
    text-align: center; }
  .area-toplist__bnr {
    margin-top: 6rem;
    color: #999;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center; }
    .area-toplist__bnr a {
      max-width: 200px;
      margin: 0 auto;
      padding: 1.4rem;
      border: 1px solid #999;
      display: block; }

.prt-toplist {
  margin-bottom: -2.4rem;
  display: flex;
  flex-wrap: wrap; }
  .prt-toplist__item {
    width: calc((100% - 6rem) / 4);
    margin: 0 1.6rem 2.4rem 0;
    background-color: #fff; }
    .prt-toplist__item:nth-of-type(4n),
    .prt-toplist__item:last-child {
      margin-right: 0; }
  .prt-toplist__img img {
    margin: 0;
    display: block; }
  .prt-toplist__h {
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-toplist__content {
    padding: 1.4rem; }

.area-page {
  min-height: calc(100vh - 60px);
  padding: 8rem 2rem;
  background-color: #f6f6f9; }
  .pagephp .entry-title {
    display: none !important; }

.area-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #fff; }

.entry-title {
  margin-bottom: 1.4rem; }
.post-edit-link {
  display: none; }

#wpmem_login,
#wpmem_reg {
  margin: 0 auto; }

.register_status {
  margin-bottom: 2rem;
  text-align: center; }

.register_links {
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  .register_links li + li {
    margin-top: .8rem; }
  /*.register_links a {
    padding: 1rem 1.4rem;
    background-color: #5da9ff;
    display: block; }*/
  .register_links a {
    color: #246fc5;
    text-decoration: underline; }

input[type="submit"] {
  min-width: 120px;
  padding: 1rem 1.4rem;
  background-color: #5da9ff;
  color: #fff;
  cursor: pointer;
  display: block;
  transition: opacity .4s; }
  input[type="submit"]:hover {
    opacity: .8; }

#wpmem_login .button_div,
#wpmem_reg .button_div {
  display: flex;
  align-items: center;
  justify-content: right; }

.link-text {
  font-size: 1.3rem; }
  .link-text + .link-text {
    margin-top: .3rem; }
  .button_div + .link-text {
    margin-top: 2.4rem; }
  .link-text a {
    margin-left: .5rem;
    color: #246fc5;
    display: inline-block;
    text-decoration: underline;
    transition: opacity .4s; }
    .link-text a:hover {
      opacity: .8; }

#wpmem_login .div_text {
  margin: 1rem 0 2rem; }

.login_status {
  text-align: center; }
  .login_status a {
    color: #246fc5;
    text-decoration: underline; }

.area-prof {
  padding: 8rem 2rem;
  background-color: #f6f6f9;
  position: relative; }
  .area-prof__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding:  1px 0 4rem;
    background-color: #fff; }
  .area-prof__wrap {
    padding: 4rem 2rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
  .area-prof__main {
    flex-grow: 1; }
  .area-prof__side {
    width: 320px;
    margin-right: 2rem; }
  .area-prof__note {
    padding: 4rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }

.prt-confirmcatch {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center; }

.area-profform {
  position: relative; }
  .area-profform__errormessage {
    margin-bottom: .3rem;
    color: #ce0b0b;
    font-size: 1.3rem;
    line-height: 1.4; }

.prt-proferrormessage {
   }

.prt-proftable {
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #e1e1e9;
  border-right: 1px solid #e1e1e9;
  font-size: 1.4rem; }
  .prt-proftable + .prt-proftable {
    margin-top: 4rem; }
  .prt-proftable__row {
    display: flex; }
  .prt-proftable__th {
    width: 156px;
    min-width: 156px;
    padding: 1.6rem;
    background-color: #f6f6f9;
    border-top: 1px solid #e1e1e9;
    border-left: 1px solid #e1e1e9; }
    .prt-proftable--thw200px .prt-proftable__th {
      width: 200px;
      min-width: 200px; }
  .prt-proftable__td {
    flex-grow: 1;
    padding: 1.6rem;
    border-top: 1px solid #e1e1e9;
    border-left: 1px solid #e1e1e9; }
    .prt-proftable__td--flexvertical {
      display: flex;
      align-items: center; }
    .prt-proftable__td img {
      width: 100%;
      max-width: 500px; }
  .prt-proftable__logo {
    width: 50px;
    min-width: 50px;
    margin-left: 1.6rem; }
    .prt-proftable__logo img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      object-position: center;
      display: block; }
  .prt-proftable__note {
    margin-top: 1rem;
    color: #888;
    font-size: 1.2rem;
    line-height: 1.4; }
  .prt-proftable__checkbox {
    width: 100px;
    min-width: 100px;
    padding: 1.6rem;
    border-top: 1px solid #e1e1e9;
    border-left: 1px solid #e1e1e9; }
    .prt-proftable__checkbox input {
      width: 26px;
      height: 26px;
      margin: 0 auto !important;
      background-color: #eee;
      border-radius: 3px;
      cursor: pointer;
      display: block; }
    .prt-proftable__checkbox label {
      margin-top: .8rem;
      display: block !important;
      position: relative;
      text-align: center; }
      /*.prt-proftable__checkbox label::before {
        content: "";
        position: absolute;
        top: 0; left: 50%;
        transform: translateX(-50%);
        width: 26px;
        height: 26px;
        background-color: #eee;
        border-radius: 3px;
        cursor: pointer; }
        .prt-proftable__checkbox input[checked="checked"] + label::before {
          background-color: #79b7f9; }
        .prt-proftable__checkbox input[checked="checked"] + label::after {
          content: "";
          position: absolute;
          top: 3px;
          left: 50%;
          width: 6px;
          height: 14px;
          border-bottom: 3px solid #fff;
          border-right: 3px solid #fff;
          pointer-events: none;
          transform: translateX(-50%) rotate(45deg); }*/
  .prt-proftable a {
    text-decoration: underline; }
  .prt-proftable__maplink {
    margin-top: .6rem;
    color: #729cdd;
    line-height: 1; }
    .prt-proftable__maplink a {
      font-weight: bold; }
      .prt-proftable__maplink a:hover {
        opacity: .8; }
  .prt-proftable__flexwrap {
    flex-wrap: wrap; }
  .prt-proftable input[type=password],
  .prt-proftable input[type=text],
  .prt-proftable input[type=date],
  .prt-proftable input[type=email],
  .prt-proftable input[type=number],
  .prt-proftable input[type=password],
  .prt-proftable input[type=text],
  .prt-proftable input[type=url],
  .prt-proftable textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 8px;
    background: none repeat scroll 0 0 #fff; }
  .prt-proftable .div_select {
    max-width: 260px;
    position: relative; }
    .prt-proftable .div_select::before {
      content: "▼";
      position: absolute;
      pointer-events: none;
      color: #777;
      font-size: 1rem;
      right: 1rem; top: 50%;
      transform: translateY(-50%); }
  .prt-proftable select {
    width: 100%;
    padding: 8px 10px 7px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #2b2b2b;
    margin: 5px 0;
    background: none repeat scroll 0 0 #fff; }
  .prt-proftable__file {
    max-width: 200px;
    margin: 0 auto;
    padding: .5rem;
    background-color: red;
    color: #fff;
    display: block;
    line-height: 1;
    text-align: center; }
  .prt-proftable__imgbox + .prt-proftable__imgbox {
    margin-top: 2.4rem; }
  .prt-proftable__imgbox img {
    max-width: 100%;
    border: 1px solid #f1f1f9; }
  .prt-proftable__imghead {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-proftable input[type="checkbox"],
  .prt-proftable input[type="radio"],
  .prt-proftable input[type="date"],
  .prt-proftable input[type="file"],
  .prt-proftable input[type="file"]::-webkit-file-upload-button,
  .prt-proftable select,
  .div_radio label,
  .div_multicheckbox label {
    cursor: pointer; }
  .prt-proftable .req {
    margin-left: .4rem;
    color: #ce0b0b;
    font-size: 2rem !important;
    line-height: 50%; }
  .prt-proftable__errortext {
    color: #ce0b0b; }
    .prt-proftable__errortext:empty {display: none; }
  .prt-proftable__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .prt-proftable__img::before {
      content: "";
      padding-top: 56.25%;
      display: block; }

.prt-formerrormessage {
  color: red; }

.prt-submitbtn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center; }
  .prt-submitbtn__back {
    margin-right: 2rem;
    display: block;
    min-width: 120px;
    padding: 1rem 1.4rem;
    border: 1px solid #d1d1d9;
    cursor: pointer;
    transition: opacity .4s;
    text-align: center; }
    .prt-submitbtn__back:hover {opacity: .8; }

.prt-prof-image_company {
  margin: 0; }
  .prt-prof-image_company img {
    width: 100%;
    display: block; }

.prt-prof-image_logo {
  margin-bottom: 2.4rem; }
  .prt-prof-image_logo img {
    display: block; }

.prt-morelink {
  margin: 4rem auto 0;
  text-align: center; }
  .prt-morelink a {
    text-decoration: underline; }

.prt-checkagree {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center; }

#wpmem_reg.wpmem_reg_w100per {
  width: 100%; }

.prt-changeprofilesubmit,
.prt-checkagree {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .prt-changeprofilesubmit input,
  .prt-checkagree input {
    width: 26px;
    height: 26px;
    margin-right: 1rem !important;
    background-color: #eee;
    border-radius: 3px;
    cursor: pointer;
    display: block; }



.area-dx-tool {
  padding: 6rem 2rem; }
  .area-dx-tool__h {
    margin-bottom: 6rem;
    font-size: 2.8rem;
    text-align: center; }
  .area-dx-tool__toarchive {
    max-width: 400px;
    margin: 2.4rem auto 0;
    color: #5da9ff;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center; }
    .area-dx-tool__toarchive a {
      padding: 1.4rem;
      border: 1px solid #5da9ff;
      border-radius: 3px;
      display: block; }
      .area-dx-tool__toarchive a:hover {opacity: .8; }
      .area-dx-tool__toarchive a span {
        padding-left: 2.8rem;
        position: relative; }
        .area-dx-tool__toarchive a span::before {
          content: ">>";
          font-size: 1.4rem;
          position: absolute;
          top: 50%; left: 0;
          transform: translateY(-50%); }

.prt-gearlist {
  max-width: 960px;
  margin: 0 auto; }
  .prt-gearlist__item {
    padding: 3.2rem 0; }
    .prt-gearlist__item:first-child {
      padding-top: 0; }
    .prt-gearlist__item + .prt-gearlist__item {
      border-top: 1px dotted #d1d1d9; }
  .prt-gearlist__2col {
    display: flex;
    justify-content: space-between; }
    .prt-gearlist__2col__col {
      width: calc((100% - 4rem) / 2);
      position: relative; }
  .prt-gearlist__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .prt-gearlist__img::before {
      content: "";
      padding-top: 56.25%;
      display: block; }
  .prt-gearlist__brandname {
    position: absolute;
    top: 1rem; left: 1rem;
    padding: .5rem .8rem;
    background-color: #3e93f3;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
  .prt-gearlist__name {
    margin-bottom: 1.4rem;
    padding-bottom: .6rem;
    border-bottom: 2px solid #e1e1e9;
    font-size: 2.2rem;
    font-weight: bold; }
  .prt-gearlist__todetail {
    margin-top: 2rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center; }
    .prt-gearlist__todetail a {
      padding: 1rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block; }
      .prt-gearlist__todetail a:hover {opacity: .8; }
  .prt-gearlist__desc {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */ }

.area-appeal {
  padding: 6rem 2rem; }
  .area-appeal__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
    .area-appeal__h__rem {
      color: #dc2c2c;
      font-weight: inherit; }
  .area-appeal__text {
    font-size: 1.6rem; }
    .area-appeal__text + .area-appeal__text {
      margin-top: 4rem; }
  .area-appeal__content {
    max-width: 960px;
    margin: 0 auto 4rem; }
  .area-appeal__img {
    max-width: 960px;
    margin: 0 auto; }
    .area-appeal__img img {
      display: block; }

.area-single_dx-tool {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 0; }
  .area-single_dx-tool + .area-single_dx-tool {
    margin-top: 3.2rem; }
  .area-dx-tool__h {
    font-weight: bold; }
  .area-single_dx-tool__thumb {
    position: relative; }
    .area-single_dx-tool__thumb img {
      width: 100%;
      display: block; }
    .area-single_dx-tool__brandname {
      position: absolute;
      top: 1rem; left: 1rem;
      padding: .5rem .8rem;
      background-color: #3e93f3;
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      line-height: 1;
      text-align: center; }
      .area-single_dx-tool__brandname:empty {display: none;}
  .area-single_dx-tool__content {
    margin-top: 2.4rem;
    font-size: 1.6rem; }

.prt-tothetop {
  max-width: 200px;
  margin: 4rem auto 0;
  color: #5da9ff;
  font-size: 1.6rem;
  text-align: center; }
  .prt-tothetop a {
    padding: 1rem;
    border: 1px solid #5da9ff;
    display: block; }
  .single-faq .prt-tothetop {
    display: none; }

.entry-title,
.entry-title a {
  font-weight: bold; }

.area-recomlender {
  padding: 6rem 2rem;
  background-color: #f6f6f9; }
  .area-recomlender__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
  .area-recomlender__ad {
    max-width: 800px;
    margin: 0 auto; }
    .area-recomlender__ad,
    .area-recomlender__ad > div[class*="highlight-wrapper"] {
      display: flex;
      flex-wrap: wrap; }
  .area-recomlender__toarchive {
    max-width: 500px;
    margin: 4rem auto 0;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    .area-recomlender__toarchive a {
      padding: 1.4rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block;
      font-weight: bold; }
      .area-recomlender__toarchive a:hover {opacity: .8; }

.prt-adsitem {
  background-color: #fff;
  flex-grow: 1; }
  .prt-adsitem--w100per {
    width: 100%; }
  .prt-adsitem--w50per {
    width: 50%; }
  .prt-adsitem__thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .prt-adsitem__thumb::before {
      content: "";
      padding-top: 56.25%;
      display: block; }
  .prt-adsitem__area {
    position: absolute;
    top: .5rem; left: .5rem;
    padding: .3rem .6rem;
    background-color: #3e93f3;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
  .prt-adsitem__content {
    padding: 1.6rem; }
  .prt-adsitem__companyname {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-adsitem__catchcopy {
    margin-bottom: 1rem;
    color: #649bda;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-adsitem__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .prt-adsitem__gear {
    margin-top: 2rem; }
    .prt-adsitem__gear__h {
      margin-bottom: .8rem;
      font-weight: bold;
      line-height: 1.4; }
    .prt-adsitem__gear__list {
      color: #7a8693;
      font-size: 1.3rem; }
  .prt-adsitem__todetail {
    margin-top: 2rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center; }
    .prt-adsitem__todetail a {
      max-width: 300px;
      margin: 0 auto;
      padding: 1rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block; }
      .prt-adsitem__todetail a:hover {opacity: .8; }

.area-subsidy {
  padding: 6rem 2rem;
  background-color: #f6f6f9; }
  .area-subsidy__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
  .area-subsidy__note {
    margin-top: 4rem;
    font-weight: bold;
    text-align: center; }
  .area-subsidy__bnr {
    max-width: 500px;
    margin: 2.4rem auto 0;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    .area-subsidy__bnr a {
      padding: 1.4rem;
      background-color: #5da9ff;
      border-radius: 4px;
      cursor: pointer;
      display: block;
      font-weight: bold; }
      .area-subsidy__bnr a:hover {opacity: .8; }

.prt-subsidylistwrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.2rem;
  background-color: #fff;
  border: 1px solid #d1d1d9;
  box-shadow: 0px 5px 15px 0px rgba(65,109,159,0.1) }

.prt-subsidylist {
  position: relative; }
  .prt-subsidylist * {font-weight: bold; }
  .prt-subsidylist__item:nth-child(n + 6) {
    display: none; }
  #openmore .prt-subsidylist__item:nth-child(n + 6) {
    display: block; }
  #openmore .prt-subsidylist__more {display: none; }
  .prt-subsidylist__item + .prt-subsidylist__item {
    margin-top: .4rem; }
  .prt-subsidylist__item a:hover {opacity: .8; }
  .prt-subsidylist__title {
    color: #1f4e83;
    font-size: 1.6rem; }
  .prt-subsidylist__date {
    margin-left: 1rem;
    font-size: .8em; }
  .prt-subsidylist__newlabel {
    margin-left: 1rem;
    padding: .3rem .6rem;
    background-color: red;
    border-radius: 3px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center; }
  .prt-subsidylist__more {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    text-align: center; }
    .prt-subsidylist__more a {
      font-weight: bold;
      text-decoration: underline; }

.area-newlender {
  padding: 6rem 2rem;
  background-color: #e3efff; }
  .area-newlender__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
  .area-newlender__toarchive {
    max-width: 500px;
    margin: 4rem auto 0;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    .area-newlender__toarchive a {
      padding: 1.4rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block;
      font-weight: bold; }
      .area-newlender__toarchive a:hover {opacity: .8; }

.area-news {
  padding: 6rem 2rem;
  background-color: #f6f6f9; }
  .area-news__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
  .area-news__toarchive {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    text-align: center; }
    .area-news__toarchive a {
      font-weight: bold;
      text-decoration: underline; }

.prt-newslistwrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.2rem;
  background-color: #fff;
  border: 1px double #d1d1d9;
  box-shadow: 0px 5px 15px 0px rgba(65,109,159,0.1) }

.prt-newslist {
  position: relative; }
  .prt-newslist * {font-weight: bold; }
  .prt-newslist__item:nth-child(n + 6) {
    display: none; }
  #openmore .prt-newslist__item:nth-child(n + 6) {
    display: block; }
  #openmore .prt-newslist__more {display: none; }
  .prt-newslist__item + .prt-newslist__item {
    margin-top: .4rem; }
  .prt-newslist__item a:hover {opacity: .8; }
  .prt-newslist__title {
    color: #1f4e83;
    font-size: 1.6rem; }
  .prt-newslist__date {
    margin-left: 1rem;
    font-size: .8em; }
  .prt-newslist__newlabel {
    margin-left: 1rem;
    padding: .3rem .6rem;
    background-color: red;
    border-radius: 3px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center; }

.area-faq {
  padding: 6rem 2rem; }
  .area-faq__h {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
  .area-faq__toarchive {
    max-width: 500px;
    margin: 4rem auto 0;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    .area-faq__toarchive a {
      padding: 1.4rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block;
      font-weight: bold; }
      .area-faq__toarchive a:hover {opacity: .8; }

.prt-faqlist {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.8rem; }
  .prt-faqlist__item {
    position: relative;
    padding: 1.6rem;
    border-left: 1px solid #c1c1c9;
    border-bottom: 1px solid #c1c1c9; }
    .prt-faqlist__item + .prt-faqlist__item {
      margin-top: 1.4rem; }
    .prt-faqlist__item a:hover {opacity: .8; }
  .prt-faqlist__q {
    padding-left: 3.6rem;
    position: relative; }
    .prt-faqlist__q::before {
      content: "Q";
      position: absolute;
      top: 2px; left: 0;
      color: #1a8be9;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1; }

#copyright {
  padding: .8rem;
  background-color: #3877be;
  color: #fff;
  line-height: 1;
  text-align: center; }

.prt-archivetitle {
  text-align: center; }
  .prt-archivetitle--faq {
    margin-bottom: 4rem; }

.prt-articletitle {
  line-height: 1.4; }

.single {
  padding-bottom: 4rem; }

.area-archive {
  padding: 6rem 0; }

.prt-archivelist {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 6rem; }
  .prt-archivelist__item {
    padding: 1.4rem 0;}
    .prt-archivelist__item + .prt-archivelist__item {
      border-top: 1px dotted #d1d1d9; }
    .prt-archivelist__item a:hover {opacity: .8; }
  .prt-archivelist__title {
    margin: 0;
    font-size: 1.8rem; }
    .prt-archivelist__title a:hover {opacity: .8; }


.prt-archivelist--dx-tool {
  max-width: 960px;
  margin: 0 auto -3.2rem;
  padding-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .prt-archivelist--dx-tool__item {
    width: calc((100% - 3.2rem) / 2);
    padding: 2rem 0; }
    .prt-archivelist--dx-tool__item a:hover {opacity: .8; }
  .prt-archivelist--dx-tool__title {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.4; }


.area-single_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 0; }

.entry-content a {
  color: #1f4e83;
  text-decoration: underline; }
.entry-content p + p,
.entry-content p + figure {
  margin-top: 2rem; }

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .nav-previous + .nav-next {
    margin-left: 2.4rem; }
  .nav-links a {
    min-width: 120px;
    padding: 1rem;
    border: 1px solid #5da9ff;
    color: #5da9ff;
    display: block; }

.prt-userlist {
  max-width: 960px;
  margin: 0 auto; }
  .prt-userlist__item {
    background-color: #fff;
    border: 1px solid #f1f1f9; }
    .prt-userlist__item + .prt-userlist__item {
      margin-top: 1rem; }
  .prt-userlist__item a {
    display: flex; }
    .prt-userlist__item a:hover {opacity: .8; }
  .prt-userlist__img {
    width: 200px;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .prt-userlist__img::before {
      content: "";
      padding-top: 100%;
      display: block; }
  .prt-userlist__content {
    width: calc(100% - 200px);
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .prt-userlist__area {
    position: absolute;
    top: .5rem; left: .5rem;
    padding: .3rem .6rem;
    background-color: #3e93f3;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
  .prt-userlist__companyname {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-userlist__catchcopy {
    margin-bottom: 1rem;
    color: #649bda;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-userlist__dates {
    color: #abafb5;
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem; }
    .prt-userlist__dates__label {
      color: inherit; }
    .prt-userlist__dates__item + .prt-userlist__dates__item {
      margin-left: 2.4rem; }
  .prt-userlist__introduce {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.area-userslide {
  padding: 2rem 0;
  background-color: #e3efff; }

.prt-userslide {
  max-width: 1200px;
  max-height: 300px;
  margin: 0 auto;
  background-color: #fff; }
  .prt-userslide__item a:hover {opacity: .8; }
  .prt-userslide__thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .prt-userslide__thumb::before {
      content: "";
      padding-top: 56.25%;
      display: block; }
  .prt-userslide__area {
    position: absolute;
    top: .5rem; left: .5rem;
    padding: .3rem .6rem;
    background-color: #3e93f3;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
  .prt-userslide__content {
    padding: 1rem; }
  .prt-userslide__companyname {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25; }
  .prt-userslide__catchcopy {
    margin-top: .5rem;
    line-height: 1.4;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */ }

.area-index {
  padding: 6rem 2rem;
  background-color: #f1f1f9; }
  .area-index__content {
    max-width: 960px;
    margin: 0 auto;
    padding: 4rem;
    background-color: #fff; }
  .area-index__catch {
    margin-bottom: 4rem;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6; }
  .area-index__toarchive {
    max-width: 500px;
    margin: 4rem auto 0;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    .area-index__toarchive a {
      padding: 1.4rem;
      background-color: #5da9ff;
      border-radius: 4px;
      display: block;
      font-weight: bold; }
      .area-index__toarchive a:hover {opacity: .8; }

.prt-indexlist {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .prt-indexlist__item {
    width: calc((100% - 3.2rem) / 3);
    padding: 1.6rem;
    background-color: #fff; }
    .prt-indexlist__item img {
      display: block; }
  .prt-indexlist__title {
    margin-top: 1.6rem;
    color: #649bda;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4; }
  .prt-indexlist__text {
    margin-top: 1rem;
    color: #606770; }

.prt-faqcategorylist {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .prt-faqcategorylist--taxnomy {
    justify-content: center; }
  .prt-faqcategorylist__item {
    width: calc((100% - 2.4rem) / 2);
    margin-bottom: 3.2rem;
    background-color: #fff;
    border: 1px solid #b1b1b9; }
  .prt-faqcategorylist__h {
    padding: 1.6rem;
    border-bottom: 1px solid #b1b1b9;
    color: #6f8597;
    font-weight: bold; }

.area-archive--faq {
  background-color: #f1f1f9; }

.prt-faqarchivelist {
  padding: 1.6rem;
  color: #5da9ff;
  font-size: 1.6rem;
  line-height: 1.6; }
  .prt-faqarchivelist__item + .prt-faqarchivelist__item {
    margin-top: 1rem; }
  .prt-faqarchivelist__item a:hover {
    opacity: .8; }
  .prt-faqarchivelist__title {
    font-size: 1.6rem;
    font-weight: inherit; }
    .area-archive--faq .prt-faqarchivelist__title {
      margin: 0; }

.prt-faqhashtaglist {
  max-width: 960px;
  margin: 0 auto 5.6rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4; }
  .prt-faqhashtaglist__item {
    margin: 0 2rem 1.6rem 0; }
    /*.prt-faqhashtaglist__item + .prt-faqhashtaglist__item {
      margin-left: 2rem; }*/
    .prt-faqhashtaglist__item a {
      color: #5da9ff; }
      .prt-faqhashtaglist__item a:hover {opacity: .8; }

#footer {
  padding: 3.2rem 2rem;
  background-color: #7cace2;
  color: #fff; }

/*#wpadminbar {
  display: none;　}*/

#re-top {
  position: fixed;
  bottom: 130px;
  right: 25px;
  z-index: 100;
  background-color: transparent; }

.re-topB {
  position: relative;
  display: block; 
  background-color: #416d9f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  padding-top: 32px;
  box-sizing: border-box;
    transition: background-color 0.3s; }
  .re-topB:hover {
      opacity: .8; }
  .re-topB:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px; }
/*
.cf7 {
  max-width: 500px;
  margin: 0 auto; }
  .cf7 dt {
    margin-bottom: .6rem; }
  .cf7 dd + dt {
    margin-top: 1.4rem; }
  .cf7 dd input {
    width: 100%;
    height: 40px;
    padding: 0 1.2rem;
    border: 1px solid #c1c1c9;
    border-radius: 4px;
    display: flex;
    align-items: center; }
  .cf7 textarea {
    width: 100%;
    min-height: 150px;
    padding: 1.2rem;
    border: 1px solid #c1c1c9;
    border-radius: 4px; }
  .cf7__button {
    margin-top: 2rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center; }
*/



.prt-footerheader {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .prt-footerheader__logo {
    width: 240px; }
    .prt-footerheader__logo img {
      display: block; }
  .prt-footerheader__text {
    margin-left: 4rem;
    font-size: 1.6rem; }

.prt-footer4col {
  max-width: 1200px;
  margin: 4.2rem auto 0;
  display: flex; }
  .prt-footer4col__col {
    width: calc(100% / 4); }
    .prt-footer4col__col + .prt-footer4col__col {
      margin-left: 2rem;
      padding-left: 2rem; }
  .prt-footer4col__h {
    margin-bottom: 1.4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: bold; }

.prt-footerlinklist {
  line-height: 1.4; }
  .prt-footerlinklist__item + .prt-footerlinklist__item {
    margin-top: .8rem; }
  .prt-footerlinklist__item a:hover {opacity: .8; }


.prt-contacthead {
  margin: 4rem 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center; }

#post-14 .entry-content > ul {
  max-width: 320px;
  margin: 0 auto; }
  #post-14 .entry-content > ul li + li {
    margin-top: 2rem; }
  #post-14 .entry-content > ul li a {
    padding: 1rem;
    background-color: #5da9ff;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    text-decoration: none; }
    #post-14 .entry-content > ul li a:hover {opacity: .8; }
  
.prt-singleterm {
  min-width: 300px;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .prt-singleterm__item {
    color: #5da9ff;
    margin-right: 2rem; }

.prt-faqcategorysinglearea {
  margin-top: 4rem;
  background-color: #fff;
  border: 1px solid #b1b1b9; }
  .prt-faqcategorysinglearea__h {
    padding: 1.4rem;
    background-color: #f1f1f9;
    border-bottom: 1px solid #b1b1b9;
    color: #6f8597;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }

.prt-faqtermlist {
  margin-bottom: -1.4rem;
  padding: 1.6rem;
  color: #5da9ff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.6; }
  .prt-faqtermlist__item {
    margin: 0 2.4rem 1.4rem 0;
    color: #5da9ff; }

.prt-faqbreadcrumb {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap; }
  .prt-faqbreadcrumb__item {
    position: relative; }
    .prt-faqbreadcrumb__item + .prt-faqbreadcrumb__item {
      margin-left: 1.4rem;
      padding-left: 2.4rem; }
      .prt-faqbreadcrumb__item + .prt-faqbreadcrumb__item::before {
        content: ">";
        position: absolute;
        font-size: 1rem;
        top: 50%; left: 0;
        transform: translateY(-50%); }
    .prt-faqbreadcrumb__item a {
      color: #5da9ff; }

.prt-faqupdatedate {
  margin-bottom: 2rem;
  text-align: right;
  color: #aaa;
  font-size: 1.2rem; }

.prt-faqrelate {
  margin-top: 4rem;
  border: 1px solid #b1b1b9; }
  .prt-faqrelate__h {
    padding: 1.4rem;
    background-color: #f1f1f9;
    border-bottom: 1px solid #b1b1b9;
    color: #6f8597;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }

.prt-faqrelatelist {
  padding: 1.6rem;
  color: #5da9ff;
  font-size: 1.6rem;
  line-height: 1.4; }
  .prt-faqrelatelist__item + .prt-faqrelatelist__item {
    margin-top: 1rem; }

a[href="/mypage/?a=edit"] {display: none !important; }

.wpmem_msg {
  width: 100% !important;
  max-width: 960px;
  margin: 0 auto 2rem !important; }
  .wpmem_msg:empty {display: none; }

#wpmem_login_form[action*="/sing-up/"] {
  display: none !important; }

#chatgpt-wrapper {
  font-size: 1.4rem;
  width: 320px;
  /*max-height: calc(100vh - 7rem);
  overflow: scroll;*/
  display: none;
  margin: auto;
  /*padding: 1rem;*/
  position: fixed;
  bottom: 2rem; right: 2rem;
  -ms-transform: translate(120%,0);
  z-index: 9999;
  /*box-shadow: -3px 3px 20px -8px #666;
  background-color: #fff;*/
  color: #333; }
  #chatgpt-wrapper.opened {
    display: block; }
  .area-chatgpt__inner {
    box-shadow: -3px 3px 20px -8px #666;
    background-color: #fff;
    max-height: calc(100vh - 14rem);
    overflow: scroll;
    padding: 1rem; }

.prt-chatbotclose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 26px;
  height: 26px;
  background-color: #5da9ff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 18px;
  font-weight: bold; }
  .prt-chatbotclose:hover {
    color: #fff;
    opacity: .8; }

#chatbot-icon {
  width: 134px;
  position: fixed;
  right: 2rem; bottom: 2rem;
  cursor: pointer; }
  #chatbot-icon:hover {
    opacity: .8; }
  #chatbot-icon img {
    margin: 0;
    display: block; }

#chatgpt-form {
  height: 0;
  display: flex;
  overflow: hidden;
  transition: height .4s; }
  #chatgpt-form.opened {
    height: 40px; }
  /*#chatgpt-messages {
    padding: 1rem;
    border-bottom: 1px solid #f1f1f9; }*/
  /*#chatgpt-form {
    padding: 1rem; }*/
  #chatgpt-message {
    height: 40px;
    padding: .6rem;
    background-color: #f1f1f9;
    border: 1px solid #c1c1c9;
    border-radius: 3px;
    flex-grow: 1; }
  #chatgpt-submit {
    width: 60px;
    height: 40px;
    margin-left: .8rem;
    background-color: #5da9ff;
    border: none;
    border-radius: 3px;
    color: #fff; }
  .chatgpt-message-user .chatgpt-message-text {
    color: #8499c7;
    font-weight: bold; }
  /*.chatgpt-message + .chatgpt-message {
    margin-top: .6rem; }*/
    .chatgpt-message {
      margin-bottom: 1rem; }
    .chatgpt-message-bot {
      color: #666d7d; }

.prt-chatcatlist {
  margin-bottom: 1rem;
  line-height: 1.4; }
  .prt-chatcatlist__item {
    border: 1px solid #c1c1c9; }
    .prt-chatcatlist__item + .prt-chatcatlist__item {
      margin-top: .4rem; }
    .prt-chatcatlist__item--nolist {
      margin-top: .4rem;
      border: 1px solid #c1c1c9; }
    .prt-chatcatlist__item > a,
    .prt-chatcatlist__item--nolist > a {
      padding: .5rem;
      background-color: #f1f1f9;
      display: block; }

.prt-chatarticlelist {
  max-height: 0;
  /*height: 0;*/
  overflow: hidden;
  transition: max-height .4s; }
  .prt-chatarticlelist.opened {
    max-height: 100vh; }
  .prt-chatarticlelist__item {
    padding: 1rem; }
    .prt-chatarticlelist__item + .prt-chatarticlelist__item {
      border-top: 1px dotted #e1e1e9; }
    .prt-chatarticlelist__item button {
      padding: 0;
      background-color: transparent;
      border: none;
      color: #5da9ff;
      cursor: pointer;
      display: inline-block;
      text-align: inherit; }
      .prt-chatarticlelist__item button:hover {opacity: .8; }

.prt-chatbotmademes {
  /*margin-bottom: 1.4rem;*/
  color: #8499c7;
  display: none;
  line-height: 1.4;
  transition: height .4s; }
  .prt-chatbotmademes.opened {display: block; }
  .prt-chatbotmademes__message {
    font-weight: bold; }
  .prt-chatbotmademes__text {
    margin-top: 1rem;
    color: #7a8693; }
    .prt-chatbotmademes__text a {
      color: #5da9ff;
      text-decoration: underline; }
  .prt-chatbotmademes__link {
    margin-top: 1rem; }
    .prt-chatbotmademes__link a {
      color: #5da9ff;
      text-decoration: underline; }
      .prt-chatbotmademes__link a:hover {opacity: .8; }
  .prt-chatbotmademes__loadarea {
    height: 0;
    margin-top: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .prt-chatbotmademes__loadarea.opened {
      height: 72px; }
    .prt-chatbotmademes__loader {
      font-size: 3px;
      margin: 10px auto;
      text-indent: -9999em;
      width: 11em;
      height: 11em;
      border-radius: 50%;
      background: #d1d1d9;
      background: -moz-linear-gradient(left, #d1d1d9 10%, rgba(255, 255, 255, 0) 42%);
      background: -webkit-linear-gradient(left, #d1d1d9 10%, rgba(255, 255, 255, 0) 42%);
      background: -o-linear-gradient(left, #d1d1d9 10%, rgba(255, 255, 255, 0) 42%);
      background: -ms-linear-gradient(left, #d1d1d9 10%, rgba(255, 255, 255, 0) 42%);
      background: linear-gradient(to right, #d1d1d9 10%, rgba(255, 255, 255, 0) 42%);
      position: relative;
      -webkit-animation: load3 1.4s infinite linear;
      animation: load3 1.4s infinite linear;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0); }
      .prt-chatbotmademes__loader::before {
        content: '';
        width: 50%;
        height: 50%;
        background: #d1d1d9;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0; left: 0; }
      .prt-chatbotmademes__loader::after {
        content: '';
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0; }

      @-webkit-keyframes load3 {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
      }
      @keyframes load3 {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
      }

.prt-chatbotresultask {
  margin-top: 1rem;
  padding: .8rem;
  background-color: #f6f6f9; }
  .prt-chatbotresultask__catch {
    margin-bottom: .6rem;
    color: #8499c7;
    font-size: 1.3rem; }
  .prt-chatbotresultask__btns {
    display: flex;
    justify-content: space-between; }
    .prt-chatbotresultask__btns button {
      width: calc((100% - 1rem) / 2);
      height: 30px;
      background-color: #fff;
      border: 1px solid #c1c1c9;
      border-radius: 3px;
      color: #7a8693;
      cursor: pointer;
      font-size: 1.4rem; }
  .prt-chatbotresultask__text a {
    color: #5da9ff;
    text-decoration: underline; }

.prt-chatbotcatch {
  margin-bottom: .6rem;
  padding-right: 1.4rem;
  color: #8499c7;
  font-size: 1.4rem;
  font-weight: bold; }

.prt-formconfirmmessage {
  margin: 3.2rem 0 2.4rem;
  font-size: 1.8rem;
  text-align: center; }

.prt-pamphletlink {
  color: #729cdd;
  text-decoration: underline; }
  .prt-pamphletlink a {
    font-weight: bold; }

.prt-copyrightlink {
  margin-bottom: 1.4rem;
  padding: .5rem 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .prt-copyrightlink__item {
    padding: 0 1.2rem; }
    .prt-copyrightlink__item + .prt-copyrightlink__item {
      border-left: 1px solid #fff; }
    .prt-copyrightlink__item a:hover {
      opacity: .8; }

.prt-copyrighttext {
  font-size: 1.2rem; }

.area-404 {
  padding: 8rem 2rem; }
  .area-404__catch {
    margin-bottom: 6rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }

.prt-nohit {
  margin-bottom: 6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }

.area-tochangeprofilelink {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0 1rem; }
  .area-tochangeprofilelink__catch {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center; }
  .area-tochangeprofilelink__bnr {
    max-width: 320px;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center; }
    .area-tochangeprofilelink__bnr a {
      padding: 1rem;
      background-color: #5da9ff;
      border-radius: 4px;
      color: #fff;
      font-size: 1.6rem;
      display: block;
      text-align: center;
      text-decoration: none; }

#afterloginheadermenu {
  display: flex;
  align-items: center; }

@media screen and (min-width: 1223px) {
  .prt-hbgbtn {display: none !important; }
  .prt-mypagelink--sub {display: none !important; }
}

@media screen and (max-width: 1222px) {
  .prt-headerpagelink {display: none; }

  .prt-hbgbtn {
    width: 60px;
    height: 60px;
    background: url('/wp-content/themes/blankslate/assets/images/icon_hbg.png') no-repeat center/24px auto;
    display: block;
    position: relative; }
    .prt-hbgbtn.opened {
      background: url('/wp-content/themes/blankslate/assets/images/icon_close.png') no-repeat center/20px auto; }

  #menu-menu-1,
  #afterloginheadermenu {
    position: absolute;
    top: 0; left: 50%;
    background-color: #fff;
    display: block;
    width: calc(100vw - 2.8rem);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition-property: opacity, top;
    transition-duration: .4s; }
    #menu-menu-1.opened,
    #afterloginheadermenu.opened {
      top: 100%;
      opacity: 1;
      pointer-events: auto;  }

  .prt-mypagelink {margin: 0;}
  .prt-headermenu li + li,
  .prt-mypagelink + .prt-mypagelink {
    margin: 0;
    border-top: 1px dotted #d1d1d9 }
  .prt-headermenu li a,
  .prt-mypagelink a {
    padding: 1.4rem;
    line-height: 1.4; }

}

@media screen and (min-width: 1191px) {
  .pc-tablet--on {display: none !important; }
}

@media screen and (max-width: 1190px) {
  .pc-tablet {display: none !important;}
}

@media screen and (max-width: 820px) {
  #chatgpt-wrapper {
    font-size: 1.6rem; }
  .prt-chatarticlelist__item button {
    font-size: 1.6rem; }
  .prt-chatbotresultask__catch {
    font-size: 1.5rem; }
  .prt-chatbotcatch {
    font-size: 1.6rem; }
  .prt-chatcatlist__item > a, .prt-chatcatlist__item--nolist > a {
    padding: 1rem; }
}

@media screen and (min-width: 768px) {
  .sp {display: none !important; }

}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

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

  .area-header {
    padding: 0 0 0 1.4rem; }
    .area-header--admin {
      top: 46px; }

  .area-mswrap {
    padding: 0 1.6rem;
    flex-wrap: wrap; }
    .area-main {
      width: 100%; }
    .area-side {
      width: 100%;
      margin: 4rem 0 0; }

  .prt-copyrightlink {
    flex-wrap: wrap; }
    .prt-copyrightlink__item {
      width: 50%;
      padding: 1rem 0; }
    .prt-copyrightlink__item + .prt-copyrightlink__item {
      border: none; }

  .prt-copyrighttext {
    line-height: 1.6; }

  .area-mv {
    padding: 4rem 1rem; }
    .area-mv__content {
      padding: 4rem 1.6rem; }
    .area-mv__catch {
      font-size: 2.2rem; }
    .area-mv__note {
      font-size: 1.4rem; }

  .prt-mvsearch {
    max-width: 260px;
    margin: 2.4rem auto 0; }
  .prt-mvsearch__box {
    max-width: 300px;
    flex-direction: column;
    align-items: center; }
  .prt-mvsearch__area {
    width: 100%;
    margin-bottom: 1rem; }
    .prt-mvsearch__area select {
      width: 100%; }
  .prt-mvsearch__box input {
    width: 100%; }
  .prt-mvsearch__submit {
    margin-top: 1rem; }

  .area-index {
    padding: 4rem 1.6rem; }
    .area-index__catch {
      margin-bottom: 2.4rem;
      font-size: 1.6rem; }

  .prt-indexlist {
    display: block; }
    .prt-indexlist__item {
      width: 100%; }
      .prt-indexlist__item + .prt-indexlist__item {
        margin-top: 1.6rem; }

  .area-index__toarchive {
    font-size: 1.6rem; }

  .area-dx-tool {
    padding: 4rem 1.6rem; }
    .area-dx-tool__h {
      margin-bottom: 2.4rem;
      font-size: 1.8rem; }
    .area-dx-tool__toarchive {
      font-size: 1.6rem; }

  .prt-gearlist__2col {
    display: block; }
    .prt-gearlist__2col__col {
      width: 100%; }
      .prt-gearlist__2col__col + .prt-gearlist__2col__col {
        margin-top: 1.6rem; }
    .prt-gearlist__name {
      font-size: 1.6rem; }

  .area-recomlender {
    padding: 4rem 1.6rem; }
    .area-recomlender__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }

  .prt-adsitem {
    width: 100%; }
    .prt-adsitem--w50per {
      width: 100%; }
    .prt-adsitem + .prt-adsitem {
      margin-top: 1.4rem; }

  .area-appeal {
    padding: 4rem 1.6rem; }
    .area-appeal__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }

  .area-subsidy {
    padding: 4rem 1.6rem; }
    .area-subsidy__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }
    .area-subsidy__bnr {
      font-size: 1.6rem; }

  .prt-subsidylistwrap {
    padding: 1.6rem; }

  .area-newlender {
    padding: 4rem 1.6rem; }
    .area-newlender__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }
    .area-newlender__toarchive {
      font-size: 1.6rem; }


  .prt-userlist__item a {
    display: block; }
  .prt-userlist__img {
    width: 100%; }
    .prt-userlist__img::before {
      padding-top: 56.25%; }
  .prt-userlist__content {
    width: 100%; }

  .area-news {
    padding: 4rem 1.6rem; }
    .area-news__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }

  .prt-newslistwrap {
    padding: 1.6rem; }

  .area-faq {
    padding: 4rem 1.6rem; }
    .area-faq__h {
      margin-bottom: 2.4rem;
      font-size: 2rem; }
    .area-faq__toarchive a {
      font-size: 1.8rem; }

  .prt-faqlist {
    font-size: 1.6rem; }
    .prt-faqlist__item {
      padding: 1rem; }
    .prt-faqlist__q {
      padding-left: 3rem; }

  #footer {
    padding: 3.2rem 1.6rem; }

  .prt-footerheader {
    display: block; }
    .prt-footerheader__logo {
      width: 200px;
      margin: 0 auto; }
    .prt-footerheader__text {
      margin: 2rem 0 0;
      font-size: 1.4rem; }

  .prt-footer4col {
    margin-top: 3.2rem;
    display: block; }
    .prt-footer4col__col {
      width: 100%; }
      .prt-footer4col__col + .prt-footer4col__col {
        margin: 4rem 0 0;
        padding: 0; }

  .area-prof__wrap {
    padding: 1.6rem;
    flex-wrap: wrap; }
    /*.area-prof__side {
      width: 100%;
      margin: 0;
      order: 1; }*/
    .area-prof__main {
      width: 100%;
      margin-top: 3.2rem;
      order: 2; }
    .area-prof__note {
      font-size: 1.6rem; }

  .area-page {
    padding: 4rem 1rem; }

  .area-single_content {
    padding: 4rem 1.6rem; }

  .prt-proftable {
    font-size: 1.3rem; }
    .prt-proftable__row {
      display: block; }
    .prt-proftable__th,
    .prt-proftable--thw200px .prt-proftable__th {
      width: 100%;
      padding: 1.2rem; }
    .prt-proftable__td {
      width: 100%;
      padding: 1.2rem; }
    .prt-proftable__imgbox img {
      width: 100%; }
    .prt-proftable__checkbox {
      width: 100%;
      padding-top: 0;
      border-top: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .prt-proftable__checkbox:empty {display: none; }
      .prt-proftable__checkbox label {
        margin: 0 0 0 1rem; }
      .prt-proftable__checkbox input {
        margin: 0 !important; }

  .area-single_dx-tool {
    padding: 4rem 1.6rem; }
    .prt-archivelist--dx-tool__item {
      width: 100%; }
      .prt-archivelist--dx-tool__item + .prt-archivelist--dx-tool__item {
        margin-top: 2.4rem; }

  .area-archive {
    padding: 4rem 1.6rem;
    display: block; }

  .prt-archivetitle {
    font-size: 1.8rem; }

  .prt-archivelist {
    padding-bottom: 4rem; }
    .prt-archivelist__title {
      font-size: 1.6rem; }

  .prt-faqhashtaglist {
    margin-bottom: 3.2rem; }

  .prt-faqcategorylist {
    display: block; }
    .prt-faqcategorylist__item {
      width: 100%;
      margin: 0; }
      .prt-faqcategorylist__item + .prt-faqcategorylist__item {
        margin-top: 1.6rem; }

  .area-recomlender__ad, .area-recomlender__ad > div[class*="highlight-wrapper"] {
    width: 100%; }
  .area-recomlender__toarchive {
    font-size: 1.6rem; }

  #chatgpt-wrapper {
    width: 100%;
    max-width: 350px;
    font-size: 1.6rem; }
  .prt-chatbotcatch {
    margin-bottom: .6rem;
    padding-right: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.4; }
  .prt-chatbotclose {
    width: 28px;
    height: 28px;
    /*top: .3rem; right: .3rem;*/
    font-size: 1.8rem; }
  .prt-chatcatlist__item > a, .prt-chatcatlist__item--nolist > a {
    padding: 1rem; }
  .prt-chatarticlelist__item button {
    font-size: 1.6rem; }

  .area-chatgpt__inner {
    max-height: calc(100vh - 18rem); }

  #re-top {
    right: 8px;
    bottom: 90px; }
  .re-topB {
    width: 50px;
    height: 50px;
    padding-top: 25px; }
    .re-topB:before {
      top: 5px;
      font-size: 16px; }

  #chatbot-icon {
    width: 50px;
    right: 8px; }

}


