@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* ul {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.breadcrumb {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 0.5em 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb a {
  color: #000;
  line-height: 2em;
}
.breadcrumb .breadcrumb-arrow {
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
#pfandatabank .pfan-figure-two p, #pfandatabank .pfan-figure-search p {
  padding-bottom: 0em;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#pfandatabank .pfan-figure-search-content img {
  margin: 10px 10px;
}
@media screen and (max-width: 768px) {
  #pfandatabank .pfan-figure-search-content img {
    display: inline-block;
    margin: 10px 5px !important;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.title-bdr {
  text-align: left;
  padding: 2em 0 0.8em 0;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #0932fe;
}
@media screen and (max-width: 768px) {
  .title-bdr {
    width: 100%;
    white-space: nowrap;
    padding-left: 0.5em;
    padding-top: 1em;
  }
  .title-bdr p {
    font-size: 12px;
  }
}
.title-txt {
  width: 20%;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .title-txt {
    font-size: 12px;
    margin-right: 2em;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
#member {
  width: 100%;
}
#member .member-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #member .member-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
#member .form-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #member .form-area {
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
  }
}
#member form {
  font-size: 14px;
  color: #000;
}
#member input {
  border: 1px solid #919191;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  #member input {
    padding: 0.8em 0;
  }
}
#member input::-webkit-input-placeholder {
  color: #919191;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #member input::-webkit-input-placeholder {
    line-height: 1em;
  }
}
#member .form-list {
  width: 70%;
  margin: 0 auto;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  #member .form-list {
    width: 100%;
    padding-top: 0;
  }
  #member .form-list input {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
#member .form-list ul {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em;
}
@media screen and (max-width: 768px) {
  #member .form-list ul {
    display: block;
    margin: 1em 0 1em 0.5em;
  }
}
#member li {
  width: 20%;
  text-align: left;
  margin: 0 0 0.5em;
  -webkit-align-items: center;
  align-items: center;
}
#member li:first-child {
  background: url("../images/square.png") no-repeat left 55%;
  background-size: 12px auto;
  padding-left: 1em;
}
#member li:last-child {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #member li:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #member li {
    width: 100%;
  }
  #member li img {
    margin-left: 0.5em;
    vertical-align: middlem;
  }
}
#member li img {
  margin-left: 0.5em;
}
#member .member-list input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #member .member-list input {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #member .member-list ul {
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#member .corporate-list {
  padding-top: 2em;
}
#member .corporate-list input {
  width: 100%;
}
#member .corporate-list ul {
  margin-bottom: 0;
}
#member .corporate-list li:nth-child(2) {
  width: 50%;
}
#member .corporate-list li:last-child {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #member .corporate-list {
    padding-top: 0.5em;
  }
  #member .corporate-list ul {
    text-align: left;
  }
  #member .corporate-list li:nth-child(2) {
    width: 78%;
    display: inline-block;
  }
  #member .corporate-list li:last-child {
    margin-left: auto;
    display: inline-block;
  }
}
#member .add-list li {
  width: 100%;
  text-align: left;
  margin: 0 0 0.5em;
}
#member .add-list li:first-child {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #member .add-list li:first-child {
    width: 20vw;
    margin: 0;
    vertical-align: top;
  }
}
#member .add-list li img {
  margin-left: 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #member .add-list input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
#member .responsible {
  width: 100%;
}
#member .responsible li {
  width: 100%;
  text-align: left;
  margin: 0 0 0.5em;
}
#member .responsible li:first-child {
  width: 24%;
}
#member .responsible li img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #member .responsible input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
#member .post {
  display: block;
  margin: 0;
  padding: 0;
}
#member .post input {
  width: 15%;
}
@media screen and (max-width: 768px) {
  #member .post input {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #member .post {
    text-align: left;
  }
  #member .post li {
    width: 70vw;
    display: inline-block;
    line-height: 5vh;
  }
  #member .post li img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  #member .sp-prefectures {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #member .sp-prefectures input {
    width: 50vw;
  }
  #member .sp-prefectures li {
    width: 70vw;
    display: inline-block;
    line-height: 5vh;
  }
  #member .sp-prefectures li img {
    vertical-align: middle;
  }
}
#member .w-5 input {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #member .w-5 input {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #member .w-5 li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #member .sp-tel {
    margin-bottom: 0.5em;
  }
  #member .sp-tel label {
    width: 100%;
  }
  #member .sp-tel input {
    margin-top: 1em;
  }
}
#member .w-8 input {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #member .w-8 input {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #member .sp-address input {
    width: 78vw;
  }
  #member .sp-address input::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.member-btn {
  width: 100%;
  padding-bottom: 5em;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member-btn {
    height: 20vh;
    margin: 0;
    margin-top: 4em;
    margin-bottom: 0.5em;
  }
}
.member-btn .cancel-btn {
  color: #0932fe;
  font-size: 16px;
  width: 20%;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #0932fe;
  margin-right: 4em;
  background-image: url("../images/member-arrow-l.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  -webkit-background-size: 6px auto;
  -o-background-size: 6px auto;
  background-size: 6px auto;
}
.member-btn .cancel-btn a {
  display: block;
  width: 100%;
  color: #0932fe;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .member-btn .cancel-btn {
    width: 80%;
    position: absolute;
    bottom: 3vh;
    left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .member-btn {
    display: block;
  }
}
.confirmation {
  width: 20%;
  background-color: #0932fe;
  background-image: url("../images/member-arrow-r.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-background-size: 6px auto;
  -o-background-size: 6px auto;
  background-size: 6px auto;
}
.confirmation a {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .confirmation {
    width: 80%;
    position: absolute;
    top: -3vh;
    left: 10vw;
  }
}
#confirm {
  width: 100%;
  margin: 0 auto;
}
.confirm-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .confirm-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.confirm-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.confirm-txt {
  width: 72%;
  margin: 0 auto;
  padding: 1em 0;
}
.confirm-txt p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .confirm-txt {
    width: 100%;
    padding-left: 0.5em;
  }
}
.confirm-caution {
  width: 71%;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #BA0042;
}
.confirm-caution p {
  color: #ba0042;
}
@media screen and (max-width: 768px) {
  .confirm-caution {
    width: 95%;
  }
}
.confirm-list {
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.confirm-list .title-txt {
  width: 35%;
}
.confirm-list table {
  width: 70%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .confirm-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.confirm-list td {
  padding: 1em 0;
  text-align: left;
}
.confirm-list td:first-child {
  background: url("../images/square.png") no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 1.2em;
  width: 50%;
}
.confirm-list .confirm-company {
  margin: 3em 0 2em 1em;
}
@media screen and (max-width: 768px) {
  .confirm-list .confirm-company {
    margin: 0 auto;
  }
  .confirm-list .confirm-company td, .confirm-list .confirm-company th {
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  .confirm-list .confirm-company td:first-child, .confirm-list .confirm-company th:first-child {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .confirm-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .confirm-list td:nth-child(even) {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sp-confirm td, .sp-confirm th {
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  .sp-confirm td:first-child, .sp-confirm th:first-child {
    padding-left: 1.2em;
  }
  .sp-confirm .sp-block td {
    width: 10%;
    display: table-cell;
  }
  .sp-confirm .sp-tell td {
    padding-top: 3em;
    background-position: left 85%;
    vertical-align: top;
  }
}
#login {
  width: 100%;
  margin: 0 auto;
}
#login .login-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.login-title {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .login-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.login-input {
  background-color: #f1f3ff;
}
.login-input ul {
  padding: 2em 0 0.2em;
}
.login-input li {
  margin-bottom: 1.5em;
}
.login-input input {
  width: 23%;
  padding: 1em;
  border: 1px solid #919191;
}
@media screen and (max-width: 768px) {
  .login-input input {
    width: 90%;
    line-height: 2em;
  }
}
.login-input input::-webkit-input-placeholder {
  font-size: 15px;
  color: #919191;
}
@media screen and (max-width: 768px) {
  .login-input input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 2em;
  }
}
.login-input p {
  color: #0932fe;
  padding-bottom: 2em;
}
#model-search {
  width: 100%;
  margin: 0 auto;
}
.seach-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0 1em;
}
@media screen and (max-width: 768px) {
  .seach-title {
    width: 100%;
    padding: 0.8em 0 0.5em 0.5em;
  }
}
.model-search-area {
  width: 72%;
  margin: 0 auto;
  padding: 2em;
  color: #FFF;
}
.model-search-area form {
  text-align: left;
  border-top: 1px solid #0932fe;
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .model-search-area form {
    border: none;
    padding-top: 0;
  }
}
.model-search-area p {
  font-weight: 700;
  text-align: left;
  margin-bottom: 1em;
}
.model-search-area input::-webkit-input-placeholder {
  color: rgba(113, 113, 113, 0.5);
  font-size: 15px;
}
.model-search-area .model-name input {
  width: 30em;
  border: 1px solid #fff;
  /*background: none;*/
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .model-search-area .model-name input {
    width: 25em;
  }
}
.model-search-area .model-search-btn input {
  width: 8em;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .model-search-area .model-search-btn input {
    width: 5em;
    margin-left: 0.5em;
  }
}
.model-search-area .search-maker {
  display: block;
}
@media screen and (max-width: 768px) {
  .model-search-area .search-maker {
    display: none;
  }
}
.model-search-area .box2-search {
  width: 100%;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .model-search-area .box2-search {
    width: 97.5%;
  }
}
@media screen and (max-width: 768px) {
  .model-search-area {
    width: 100%;
    padding: 0 0.5em;
  }
}
.name-search-area {
  background: #94a5fe;
  width: 72%;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .name-search-area {
    width: 100%;
    display: block;
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  .name-search-area p {
    line-height: 2em;
    padding: 0.5em 0;
    margin: 0;
    font-size: 16px;
  }
}
.name-search-area .search-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .name-search-area .search-icon {
    display: inline-block;
    max-width: 10%;
    height: auto;
    vertical-align: bottom;
    margin-right: 1em;
  }
}
/* iOSでのデフォルトスタイルをリセット
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
    &::-webkit-search-decoration {
      display: none;
    }
    &::focus {
      outline-offset: -2px;
    }
}
 */
.search-results {
  width: 72%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .search-results {
    display: block;
    width: 95%;
    margin-top: 1.5em;
  }
}
.results-area {
  width: 49.3%;
  text-align: left;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 0 0 #0932fe;
  box-shadow: 3px 3px 0 0 #0932fe;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .results-area {
    width: 100%;
    margin-bottom: 1em;
  }
}
.results-area .results-cont {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .results-area .results-cont {
    display: flex;
  }
}
.results-area .intro-date {
  display: block;
  color: #000;
}
.results-area .results-img {
  display: inline-block;
  padding: 0.8em 2.5em;
  border: 1px solid #ccc;
  margin: 1em;
  max-width: 177px;
}
.results-area .results-img img {
  max-width: 100%;
  height: auto;
}
.results-area .intro-txt {
  display: inline-block;
  vertical-align: top;
  color: #0932fe;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .results-area .intro-txt {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .results-area .intro-txt {
    padding: 4em 0;
  }
}
.results-area ul {
  width: 100%;
  padding: 0 1em 1em;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.results-area ul li {
  width: 50%;
  background-color: #0932fe;
  color: #FFF;
  background-image: url("../images/member-arrow-r.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  text-align: left;
}
.results-area ul li a {
  display: block;
  width: 100%;
  padding: 1em;
}
.header-area {
  background: url("../images/under-title.png") no-repeat left top;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .header-title {
    width: 100%;
    margin-left: 0.5em;
  }
  .header-title img {
    max-width: 80%;
    height: auto;
  }
}
.evaluation-title {
  padding: 1em 0 0.5em;
}
@media screen and (max-width: 768px) {
  .evaluation-title {
    padding-left: 0.5em;
  }
}
.evaluation-txt {
  width: 100%;
  height: auto;
  padding: 1.5em;
  border-top: 4px solid #0932fe;
}
@media screen and (max-width: 768px) {
  .evaluation-txt {
    padding: 0;
  }
  .evaluation-txt p {
    font-size: 16px;
    padding: 1.5em 0;
  }
}
.n-txt {
  padding: 0;
}
.quest {
  width: 72%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
  -moz-box-shadow: 3px 3px 0px 0px #0932fe;
  box-shadow: 3px 3px 0px 0px #0932fe;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .quest {
    width: 90%;
    margin-bottom: 2em;
  }
}
.quest-top {
  padding: 1.5em 0 2em 2em;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.quest-top p {
  display: block;
  vertical-align: top;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .quest-top {
    padding-left: 1em;
  }
  .quest-top p {
    padding-left: 1em;
    font-size: 15px;
  }
}
.quest-img {
  text-align: left;
  padding: 2em 3em;
  border: 1px solid #ccc;
}
.quest-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .quest-img {
    padding: 1.5em 2em;
  }
}
.quest-maker {
  display: block;
  text-align: left;
}
.quest-input {
  background-color: #f1f3ff;
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .quest-input {
    display: none;
  }
}
.score {
  color: #0932fe;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.score li {
  width: 20%;
  background: url("../images/score-arrow.png") no-repeat center bottom;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
  padding-bottom: 0.5em;
}
.score li:first-child {
  width: 30%;
  background-image: none;
}
.score li:last-child {
  margin-right: 1em;
}
.quest-num {
  border: 2px solid #0932fe;
  padding: 0 0.3em;
  margin-right: 0.5em;
}
.quest-radio {
  width: 100%;
  background-color: #f1f3ff;
  padding: 0.5em 0;
  font-size: 14px;
}
.quest-radio ul {
  display: flex;
  background-color: #FFF;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5em 1.5em 0 1.5em;
}
@media screen and (max-width: 768px) {
  .quest-radio ul {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 11px;
    margin-bottom: 1em;
    padding: 0.3em 0 0.2em 0;
  }
}
.quest-radio li {
  padding: 1.3em 1em;
  margin: 0.1em 0;
  text-align: left;
  width: 20%;
  border-right: 1px solid #edf0ff;
}
.quest-radio li:first-child {
  width: 30%;
  padding-left: 0.5em;
}
.quest-radio li:nth-child(2n) {
  background-color: #e3e7ff;
}
.quest-radio li:nth-child(3n) {
  background-color: #e9edff;
}
.quest-radio li:nth-child(4n) {
  background-color: #f1f4ff;
}
.quest-radio li:nth-child(5n) {
  background-color: #f7f9ff;
}
.quest-radio li:last-child {
  background-color: #fff;
  margin-right: 0.6em;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .quest-radio li {
    width: 18%;
    display: inline-block;
    text-align: center;
    padding: 1em 0;
    margin: 0;
    border: none;
    position: relative;
  }
  .quest-radio li:first-child {
    display: block;
    width: 100%;
    text-align: left;
  }
  .quest-radio li:nth-child(2) {
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
  .quest-radio li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .quest-radio {
    padding-top: 1.5em;
  }
}
/*radio01 css*/
.radio01-input {
  display: none;
}
.radio01-parts {
  padding-left: 1.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .radio01-parts {
    padding-left: 0;
    display: block;
    padding-top: 2em;
  }
}
.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0932fe;
  border-radius: 50%;
  background-color: #FFF;
  vertical-align: 0;
}
@media screen and (max-width: 768px) {
  .radio01-parts::before {
    top: 0;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .radio01-input:checked + .radio01-parts {
    position: relative;
  }
}
.radio01-input:checked + .radio01-parts::after {
  vertical-align: 0;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #0932fe;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .radio01-input:checked + .radio01-parts::after {
    top: 3px;
    left: 28px;
  }
}
.comment-area {
  padding: 3em 0;
  background-color: #f1f3ff;
}
.comment-area textarea {
  width: 97%;
  height: 30vh;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .comment-area {
    padding: 0;
  }
  .comment-area textarea {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 25vh;
  }
}
.comment-area textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #919191;
}
.sp-score {
  display: block;
  color: #0932fe;
}
@media screen and (min-width: 769px) {
  .sp-score {
    display: none;
  }
}
.evaluation-btn-area {
  width: 100%;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .evaluation-btn-area {
    margin-bottom: 0;
  }
}
.evaluation-btn {
  width: 20%;
  background-color: #0932fe;
  background-image: url("../images/member-arrow-r.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-background-size: 6px auto;
  -o-background-size: 6px auto;
  background-size: 6px auto;
  margin: 0 auto;
}
.evaluation-btn a {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .evaluation-btn {
    width: 90%;
  }
}
.average {
  margin-top: 1em;
}
.average-now {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #0932fe;
  margin-bottom: 1.5em;
}
.average-now tr {
  text-align: center;
}
.average-now td {
  padding: 0.3em 1.5em;
  background-color: #f1f3ff;
  border: 1px solid #0932fe;
}
.average-now caption {
  text-align: left;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .average-now {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
  }
  .average-now td, .average-now th {
    display: block;
  }
  .average-now td {
    text-align: left;
    border: none;
    margin: 0;
    padding: 1em 0.5em;
    border-right: 1px solid #0932fe;
    border-bottom: 1px solid #0932fe;
  }
  .average-now td:last-child {
    border-bottom: none;
  }
  .average-now th {
    border: none;
  }
  .average-now tr {
    width: 50%;
    display: inline-block;
  }
}
.average-txt {
  text-align: left;
  display: block;
  font-size: 24px;
}
.average-ti {
  color: #0932fe;
  padding-right: 0.3em;
}
.average-no {
  color: #0932fe;
  font-size: 24px;
}
.average-no td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .average-no {
    font-size: 20px;
    display: inline-block;
  }
  .average-no td {
    margin: 0;
    padding: 0.55em 0;
    text-align: center;
  }
}
.average-img {
  padding: 2em;
}
.average-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .average-img {
    padding: 0.5em;
  }
}
.average-comment {
  margin: 2em 3em;
  text-align: left;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .average-comment {
    margin: 1em;
  }
}
.comment-img {
  padding-right: 1.5em;
  vertical-align: top;
}
.comment-day {
  color: #0932fe;
}
.comment-btn-area {
  width: 100%;
  padding: 0 2em 2em;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 20px 0;
}
.modal-default-button {
  float: right;
}
/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.comment-btn {
  width: 30%;
  background-color: #0932fe;
  background-image: url("../images/member-arrow-r.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-background-size: 6px auto;
  -o-background-size: 6px auto;
  background-size: 6px auto;
  margin-left: auto;
}
.comment-btn a {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 0.8em 1em;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .comment-btn {
    width: 80%;
  }
}
.average-list {
  width: 100%;
  border-bottom: 4px solid #0932fe;
  padding-bottom: 1em;
}
.average-list p {
  width: 72%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .average-list p {
    width: 90%;
    font-weight: 700;
  }
}
.about-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0 0.2em;
}
.about-title .title_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 39px;
  padding-left: 10px;
}
.about-title img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.about-figure {
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #0932fe;
  padding: 2em 0;
}
.about-figure p {
  width: 90%;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 3em;
}
/*.about-figure img {
    max-width: 100%;
    height: auto; }*/
@media screen and (max-width: 768px) {
  .about-figure {
    padding-bottom: 0;
  }
  .about-figure p {
    width: 85%;
    font-size: 15px;
  }
  /*.about-figure img {
        width: 90%;
        height: auto; }*/
}
.figure-txt {
  color: #ba0042;
}
#company {
  width: 100%;
  margin: 0 auto;
}
.company-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.company-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.bk-w {
  background: #FFF;
}
.company-list {
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.company-list .title-txt {
  width: 35%;
}
.company-list table {
  width: 100%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .company-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.company-list td {
  padding: 1em 0;
  text-align: left;
}
.company-list td:first-child {
  padding-left: 1.2em;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .company-list td:first-child {
    padding-left: 0px;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .company-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.company-list ul {
  line-height: 2em;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .company-list ul {
    width: 95%;
    margin: 0 auto;
  }
}
.company-list .nth-2 {
  text-align: right;
}
.company-list .policy-last {
  padding: 1em 0;
}
.company-list .policy-pd {
  padding: 0.5em 0;
}
.company-list .policy-right {
  text-align: right;
}
.company-list .policy-inquiry {
  font-weight: 700;
  padding-left: 1em;
}
.company-list .policy-inquiry a {
  color: #000;
}
.company-list .ad-cont {
  text-align: left;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 2em;
}
.company-list .ad-cont .ad-list {
  width: 100%;
}
.company-list .ad-cont .ad-list li {
  padding-bottom: 1em;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .company-list .ad-cont {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.company-list .ad-cap {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.company-list .ad-cap img {
  max-width: 85%;
  height: auto;
}
.company-list .ad-cap p {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .company-list .ad-cap {
    width: 100%;
  }
  .company-list .ad-cap img {
    max-width: 100%;
    height: auto;
  }
}
.company-list .ad-no {
  color: red;
  font-weight: 700;
}
.company-list .service-txt {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .company-list .service-txt {
    width: 95%;
    margin: 0 auto;
  }
}
#inquery-confirm {
  width: 100%;
  margin: 0 auto;
}
.inquery-confirm-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .inquery-confirm-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.inquery-confirm-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.inquery-confirm-txt {
  width: 72%;
  margin: 0 auto;
  padding: 1em 0;
}
.inquery-confirm-txt p {
  text-align: center;
}
.inquery-confirm-txt h4 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .inquery-confirm-txt h4 {
    display: block;
  }
}
.inquery-confirm-txt span {
  color: blue;
  font-weight: bold;
  font-size: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .inquery-confirm-txt {
    width: 100%;
    padding-left: 0.5em;
  }
}
.inquery-confirm-list {
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.inquery-confirm-list .title-txt {
  width: 35%;
}
.inquery-confirm-list table {
  width: 70%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .inquery-confirm-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.inquery-confirm-list td {
  padding: 1em 0;
  text-align: left;
}
.inquery-confirm-list td:first-child {
  background: url("../images/square.png") no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 1.2em;
  width: 50%;
}
.inquery-confirm-list .inquery-confirm-company {
  margin: 0 0 2em 1em;
}
@media screen and (max-width: 768px) {
  .inquery-confirm-list .inquery-confirm-company {
    margin: 0 auto;
  }
  .inquery-confirm-list .inquery-confirm-company td, .inquery-confirm-list .inquery-confirm-company th {
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  .inquery-confirm-list .inquery-confirm-company td:first-child, .inquery-confirm-list .inquery-confirm-company th:first-child {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .inquery-confirm-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inquery-confirm-list td:nth-child(even) {
    padding: 0;
  }
}
#inquery {
  width: 100%;
  margin: 0 auto;
}
.inquery-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .inquery-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.inquery-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.inquery-txt {
  width: 72%;
  margin: 0 auto;
  padding: 1em 0;
}
.inquery-txt p {
  text-align: center;
}
.inquery-txt h4 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .inquery-txt h4 {
    display: block;
  }
}
.inquery-txt span {
  color: blue;
  font-weight: bold;
  font-size: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .inquery-txt {
    width: 100%;
    padding-left: 0.5em;
  }
}
.inquery-list {
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.inquery-list .title-txt {
  width: 35%;
}
.inquery-list table {
  width: 100%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .inquery-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.inquery-list td {
  padding: 1em 0;
  text-align: left;
}
.inquery-list td:first-child {
  background: url("../images/square.png") no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 1.2em;
  width: 25%;
}
.inquery-list .inquery-company {
  margin: 0 0 2em 1em;
}
.inquery-list .inquery-company input {
  width: 50%;
  padding: 0.5em;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .inquery-list .inquery-company input {
    width: 100%;
    line-height: 2em;
  }
}
.inquery-list .inquery-company textarea {
  width: 100%;
  height: 30vh;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .inquery-list .inquery-company {
    margin: 0 auto;
  }
  .inquery-list .inquery-company td, .inquery-list .inquery-company th {
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  .inquery-list .inquery-company td:first-child, .inquery-list .inquery-company th:first-child {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .inquery-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inquery-list td:nth-child(even) {
    padding: 0;
  }
}
#copyright {
  width: 100%;
  margin: 0 auto;
}
.copyright-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .copyright-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.copyright-area {
  width: 100%;
  border-top: 5px solid #0932fe;
  background-color: #f1f3ff;
}
.copyright-list {
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.copyright-list .title-txt {
  width: 35%;
}
.copyright-list table {
  width: 70%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .copyright-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.copyright-list td {
  padding: 1em 0;
  text-align: left;
}
.copyright-list td:first-child {
  background: url("../images/square.png") no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 1.2em;
  width: 50%;
}
.copyright-list .content {
  padding: 20px;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .copyright-list .content {
    padding: 10px;
    line-height: 2em;
  }
}
.copyright-list p {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .copyright-list p {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .copyright-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .copyright-list td:nth-child(even) {
    padding: 0;
  }
}
.new-r-txt {
  width: 100%;
  border-top: 4px solid #0932fe;
}
.new-r-txt p {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .new-r-txt p {
    width: 90%;
    font-size: 13px;
  }
}
.ahead-arrow {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .ahead-arrow {
    padding: 3em 0 0;
  }
}
.ahead-arrow img {
  max-width: 20%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ahead-arrow img {
    max-width: 40%;
    height: auto;
  }
}
.ahead-arrow p {
  color: #0932fe;
  font-size: 12px;
  padding-top: 1em;
}
.backNo {
  display: block;
}
@media screen and (max-width: 768px) {
  .backNo h2 {
    padding: 0.5em 0;
  }
}
.buck-no-btn {
  width: 35%;
  color: #FFF;
  background-color: #0932fe;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .buck-no-btn {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 13px;
  }
}
.buck-no-btn img {
  text-align: right;
  position: absolute;
  top: 44%;
  right: 5%;
  max-width: 100%;
  height: auto;
}
.buck-no-btn a {
  display: block;
  padding: 1em 1.6em;
  white-space: nowrap;
}
.pfan-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0 0.2em;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .pfan-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.pfan-title img {
  vertical-align: middle;
  padding-left: 0.5em;
}
.pfan-figure {
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #0932fe;
  padding: 2em 0;
}
.pfan-figure p {
  width: 60%;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 3em;
  text-align: left;
}
.pfan-figure span {
  color: red;
}
.pfan-figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pfan-figure {
    padding-bottom: 0;
  }
  .pfan-figure p {
    width: 85%;
    font-size: 15px;
  }
  .pfan-figure img {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pfan-figure-main {
    width: 80% !important;
  }
}
.pfan-figure-two {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pfan-figure-two.center {
  align-items: center;
}
.pfan-figure-two li {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .pfan-figure-two {
    display: block;
  }
  .pfan-figure-two li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.pfan-figure-title {
  color: blue;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}
.pfan-figure-sub-title {
  color: blue;
  margin-top: 10px;
}
.pfan-figure-exp {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pfan-figure-exp {
    text-align: left;
    margin: 20px;
  }
}
.pfan-figure-search {
  margin-top: 50px;
}
.pfan-figure-search-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .pfan-figure-search-content {
    display: block;
  }
}
.pfan-figure-search-content-text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pfan-figure-search-content-text {
    margin: 20px;
  }
}
.pfan-figure-search-content-text-title {
  font-weight: bold;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .pfan-figure-search-content-text-title {
    font-weight: normal;
  }
}
#util {
  width: 100%;
  margin: 0 auto;
}
.util-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .util-title {
    width: 100%;
    padding-left: 0.5em;
  }
}
.util-area {
  width: 100%;
  border-top: 5px solid #0932fe;
}
.util-list {
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
.util-list .title-txt {
  display: inline-block;
  background: url(../images/star.png) no-repeat 10% center;
  background-size: 16px auto;
  padding-left: 2.5em;
}
.util-list table {
  width: 70%;
  margin-top: 2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .util-list table {
    width: 95%;
    margin-top: 1em;
  }
}
.util-list td {
  padding: 1em 0;
  text-align: left;
}
.util-list td:first-child {
  background: url("../images/square.png") no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 1.2em;
  width: 50%;
}
.util-list .payment {
  color: #0932fe;
  font-size: 25px;
  padding: 20px;
}
.util-list .payment-detail {
  padding: 0 20px 20px 20px;
}
.util-list .payment-detail-content {
  margin-top: 15px;
}
.util-list .payment-detail-content :not(:first-child) {
  margin-top: 10px;
}
.util-list .payment-detail-content-row {
  width: 70%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .util-list .payment-detail-content-row {
    width: 100%;
  }
}
.util-list .payment-detail-content-index {
  color: #0932fe;
  margin-right: 5px;
}
.util-list .payment-detail-content-amount {
  float: right;
  background: url(../images/score-arrow.png) no-repeat center;
  padding-left: 6em;
  margin-top: 0px !important;
}
.util-list .content {
  padding: 20px;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .util-list .content {
    padding: 50px 10px 10px 10px;
    line-height: 2em;
  }
}
.util-list .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .util-list .nav {
    display: block;
    margin-top: 0px;
  }
}
.util-list .nav-text {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .util-list .nav-text {
    padding: 0 20px;
    text-align: left;
  }
}
.util-list .nav-element {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .util-list .nav-element {
    display: flex;
    margin-top: 20px;
  }
}
.util-list .nav-element-img {
  width: 120px;
  height: 120px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .util-list .nav-element-img {
    width: 80px;
    height: 80px;
    margin: 0 20px;
    background-position: top;
  }
}
.util-list .right-arrow {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url(../images/right-arrow.png) no-repeat center;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .util-list .right-arrow {
    display: block;
    text-align: center;
    background: url(../images/bottom-arrow.png) no-repeat center;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .util-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .util-list td:nth-child(even) {
    padding: 0;
  }
}
.pv-area {
  width: 100%;
  border-top: 5px solid #0932fe;
}
.promo {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0 2em 0.5em;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .promo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promo-movie {
    width: 50%;
  }
  .promo-movie img {
    max-width: 100%;
    height: auto;
  }
}
.promo-txt {
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  .promo-txt {
    width: 45%;
    padding-left: 1em;
  }
}
.pv {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0 2em 0.5em;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pv {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
    overflow: hidden;
  }
}
.pv-movie {
  overflow: hidden;
}
.pv-movie a {
  width: 270px;
  height: 160px;
  background-size: auto 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: block;
  float: left;
  background-color: #000;
}
.pv-movie a .playIcon {
  width: 25%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .pv-movie a {
    float: none;
    margin: auto;
  }
}
.pv-txt {
  padding: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  .pv-txt {
    text-align: left;
    padding-left: 1.2em;
    padding-bottom: 0;
  }
}
.pv-txt {
  padding: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  .pv-txt {
    text-align: left;
    padding-left: 1.2em;
    padding-bottom: 0;
  }
}
.pv-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 0.2em 1em;
  border: 1px solid #0932fe;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pv-title {
    display: block;
    width: 95%;
    padding: 0.3em 0.5em;
    line-height: 1.7em;
  }
}
.pv-title {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 0.2em 1em;
  border: 1px solid #0932fe;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pv-title {
    display: block;
    width: 95%;
    padding: 0.3em 0.5em;
    line-height: 1.7em;
  }
}
.pv-name {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pv-name-txt {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
  }
}
.pv-date {
  padding-right: 1em;
}
/* 20201028 Edit yanai */
.pmv-div {
  display: inline-block;
  width: 310px;
  vertical-align: top;
  margin: 0 20px;
}
/* 20201028 Edit yanai */
.pmv-div_home {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  margin: 0 20px;
}
.pmv {
  width: 310px; /* width: 270px;*/
  margin: 0 auto;
  text-align: left;
  padding: 0 0 1em 0;
  /*display: flex;*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pmv {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
    overflow: hidden;
  }
}
.pmv-movie {
  /* overflow: hidden; */
}
.pmv-movie a {
  width: 310px;
  height: 240px;
  background-size: auto 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: block;
  float: left;
  background-color: #000;
}
.pmv-movie a .playIcon {
  width: 25%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .pmv-movie a {
    float: none;
    margin: auto;
  }
}
.pmv-txt {
  padding: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  .pmv-txt {
    text-align: left;
    padding-left: 1.2em;
    padding-bottom: 0;
  }
}
.pmv-title {
  /*width: 72%;*/
  margin: 10px auto;
  text-align: left;
  padding: 0.2em 0.6em;
  border-bottom: 1px solid #0932fe;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 3.8em;
}
@media screen and (max-width: 768px) {
  .pmv-title {
    display: block;
    width: 95%;
    padding: 0.3em 0.5em;
    line-height: 1.7em;
  }
}
.pmv-name {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pmv-name-txt {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
  }
}
.pmv-date {
  padding-right: 1em;
  text-align: right;
}
/* Edit End */
.movie-area {
  width: 100%;
  border-top: 5px solid #0932fe;
}
.bd-n {
  border-top: none;
}
.movie-bar {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #0932fe;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .movie-bar {
    width: 100%;
    padding-left: 0.8em;
    padding-top: 1em;
  }
}
.movie-cont {
  width: 72%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1.5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie-cont {
    width: 100%;
    padding-left: 0.8em;
    padding-top: 1em;
  }
  .movie-cont img {
    max-width: 50%;
    height: auto;
  }
}
.movie-txt {
  margin-left: 2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .movie-txt {
    margin-left: 1em;
    padding-bottom: 20%;
  }
}
.movie-listbtn {
  width: 28%;
  background-color: #0932fe;
  background-image: url("../images/triangle-w.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-background-size: 6px auto;
  -o-background-size: 6px auto;
  background-size: 6px auto;
  text-align: center;
  margin-bottom: 1.5em;
  position: absolute;
  right: 3%;
  bottom: 0;
}
.movie-listbtn a {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 0.7em 1em;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .movie-listbtn {
    width: 60%;
    display: block;
    right: 20%;
  }
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: auto;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  word-break: break-word;
  min-width: 320px;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}
body a {
  text-decoration: none;
  color: #FFF;
}
body li {
  list-style: none;
}
body p {
  font-size: 14px;
  margin: 0;
}
#madeIn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #madeIn {
    height: 100%;
    overflow: hidden;
  }
  #madeIn nav img{
    margin-left:auto!important;
  }	
	
	
}
h2 {
  margin: 0;
}
nav {
  padding: 1em 0 1.5em;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  nav {
    height: 18vh;
  }
}
nav h1 {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  nav h1 {
    position: absolute;
    top: 15%;
    left: 3%;
  }
}
nav .nav-right {
  display: inline-block;
  vertical-align: top;
  margin: 1% 5%;
  text-align: left;
  position: relative;
}
nav .id-area {
  background: url("../images/id-back.png") no-repeat;
  width: 439px;
  height: 33px;
  color: #FFF;
  display: inline-block;
}
nav .id-area p {
  margin: 1.2% 5%;
  text-align: left;
}
nav .id-area .add {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  nav .id-area {
    display: none;
  }
}
nav .nav-list {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2em;
}
nav .nav-list ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
nav .nav-list li {
  display: inline-block;
  background: url("../images/star.png") no-repeat 10% center;
  background-size: 16px auto;
  padding-left: 2em;
}
.nav-mov{	
	display: none!important;
}
@media screen and (max-width: 768px) { 
	nav .nav-list{
    display: none!important;
  }
	
  nav .nav-list li:first-child {
    display: none;
  }
	.nav-mov{	
	display: block!important;
}
.nav-mov a{
    background-repeat: no-repeat;
    background-image: url("../images/star.png");
    background-size: 16px auto;
    padding-left: 1.2em;
    color: #0932fe;	
}
}
nav .nav-list li a {
  color: #000;
}
@media screen and (max-width: 768px) {
  nav .nav-list {
    display: block;
    margin: 0 auto;
    padding-left: 12em;
  }
}
nav .nav-menu {
  width: 100%;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  nav .nav-menu {
    display: none;
  }
}
nav .dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
  z-index: 9999;
}
nav .dropmenu:before, nav .dropmenu:after {
  content: "";
  display: table;
}
nav .dropmenu:after {
  clear: both;
}
nav .dropmenu ul {
  list-style: none;
  z-index: 9999;
  margin: 0;
  padding: 0;
  display: none;
}
nav .dropmenu li {
  position: relative;
  width: 19.6%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-align: center;
  border: 1px solid #000;
  z-index: 9999;
}
nav .dropmenu li:first-child {
  margin-left: 0;
}
nav .dropmenu li:hover {
  border: 1px solid #0932fe;
}
nav .dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  display: block;
}
nav .dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background-color: none;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
nav .dropmenu li a:hover {
  color: #0932fe;
}
nav .dropmenu li ul li {
  width: 100%;
  margin: 0;
  border: none;
  background-color: #FFF;
  overflow: hidden;
  transition: .3s;
}
nav .dropmenu li ul li:last-child {
  padding-bottom: 3em;
}
nav .dropmenu li ul li:hover {
  border: none;
}
nav .dropmenu li ul li a {
  text-align: center;
  margin: 0 0.2em;
  line-height: 1em;
  vertical-align: middlem;
}
nav .dropmenu li ul li a:hover {
  color: #000;
  background-color: #f0f3ff;
}
nav #normal li ul {
  display: none;
  border-top: none;
  position: relative;
  width: 100%;
}
nav #normal li:hover ul {
  display: block;
}
nav .sp-nav {
  font-family: "ArialMT", Arial, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  nav .sp-nav {
    display: none;
  }
}
nav .sp-nav .drawr-bt {
  display: block;
  position: absolute;
  top: 58px;
  right: 20px;
  cursor: pointer;
  z-index: 7777;
}
nav .sp-nav table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav .sp-nav .drawr {
  width: 100%;
  height: 100%;
  overflow: scroll;
  left: 100%;
  background-color: #ededed;
  position: fixed;
  top: 0px;
  z-index: 8888;
  padding-bottom: 4em;
}
nav .sp-nav .sp-logo {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em;
}
nav .sp-nav #d-menu {
  width: 100%;
  padding-top: 3em;
  margin: 0;
}
nav .sp-nav #d-menu td {
  padding: 1em;
  text-align: left;
  margin: 0;
  background-image: none;
}
nav .sp-nav #d-menu td a {
  display: block;
  padding: 0.5em;
  font-size: 15px;
  margin-bottom: 10px;
  transition-duration: .3s;
  margin: 0;
}
nav .sp-nav .bk-b {
  background-color: #0932fe;
}
nav .sp-nav .bk-b a {
  color: #FFF;
}
nav .sp-nav .bk-w {
  background: #FFF;
  border-right: 1px solid #0932fe;
  border-bottom: 1px solid #0932fe;
}
nav .sp-nav .bk-w a {
  color: #0932fe;
}
nav .sp-nav .txt-c a {
  text-align: center;
}
nav .sp-nav .bk-gr {
  background-color: #ccc;
}
nav .sp-nav .gr-pad {
  border-collapse: separate;
  border-spacing: 0px 0 20px 0;
}
nav .sp-nav .bdr-top {
  border-top: 1px solid #0932fe;
}
nav .sp-nav .close-bt {
  display: block;
  cursor: pointer;
  z-index: 9999;
  padding: 2.5em;
  background: #fff;
  text-align: right;
}
.top-main {
  background: url("../img/t-back_base.jpg") no-repeat left top;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.top-main .main-cont {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-main .main-cont {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 1em;
  }
}
.top-main .news {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  color: #333;
  font-size: 0;
  font-weight: 700;
  text-align: left;
}
.top-main .news .news-pc {
  display: block;
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-main .news .news-pc {
    display: none;
  }
}
.top-main .news .news-sp {
  padding: 1.5em 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 160px;
}
.top-main .news .news-sp .sp-day {
  font-size: 16px;
  font-weight: 500;
  padding-right: 1em;
}
@media screen and (min-width: 769px) {
  .top-main .news .news-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-main .news {
    width: 90%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
}
.top-main .news p {
  padding: 0;
  margin: 0;
}
.top-main .news .news-title {
  width: 100%;
  background-color: #1D2EB3;
  display: inline-block;
  padding: 0.2em 0.5em;
  line-height: 2.5em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-main .news .news-list {
  position: absolute;
  top: 0;
  right: 0;
  background: #0932fe;
  display: inline-block;
  font-size: 12px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-main .news .news-list {
    display: none;
  }
}
.top-main .news .triangle {
  padding: 0 0.6em;
}
.top-main .news ul {
  background-color:#FDF475;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2mm;
  margin: 0;
  padding: 0;
}
.top-main .news li {
  margin: 0 1.5em;
  text-align: left;
  line-height: 1.5em;
  font-size: 16px;
}
.top-main .news li:first-child {
  background: none;
}
@media screen and (max-width: 768px) {
  .top-main .news li {
    padding: 0.2em 0 0 1.5em;
    margin: 0;
  }
}
.top-main .news .day {
  text-align: left;
  padding-left: 1em;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background: url("../images/bdr.png") repeat-x top;
  padding-top: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-main .news .day {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-main .news {
    display: block;
  }
}
.swiper-container {
  width: 658px;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
    padding-bottom: 2em;
  }
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 35%;
  /* 位置 */
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 38px 38px;
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px;
  background-position: center;
  background-repeat: no-repeat;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5%;
  left: 0;
  width: 100%;
}
.icon-menu {
  width: 100%;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu p {
  font-size: 14px;
  color: #000;
}
.icon-menu ul {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 2em;
  margin: 0 auto;
  padding-left: 0;
}
.icon-menu li {
  min-height: 116px;
  padding: 0 1.4em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.icon-menu li:last-child {
  border: none;
}
.banner-area {
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding-bottom: 0;
  }
}
.banner-area ul {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .banner-area ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em 0;
  }
}
.banner-area li {
  padding: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .banner-area li {
    width: 50%;
    padding: 0.1em;
  }
  .banner-area li img {
    width: 100%;
    height: auto;
  }
}
/*input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/
.about-data {
  width: 100%;
  height: auto;
/*  background: url("../images/about-base.png") no-repeat left top;*/
  -webkit-background-size: containh;
  -o-background-size: containh;
  background-size: containh;
  position: relative;
}
.about-data-cont {
  width: 70%;
  margin: 0 auto;
  padding: 2em 0;
  text-align: left;
  display: inline-block;
  position: relative;
}
.about-data-cont p {
  color: #010101;
  text-align: left;
  line-height: 2.5em;
  display: block;
/*  width: 55%;*/
}
@media screen and (max-width: 768px) {
  .about-data-cont {
    width: 90%;
  }
}
.data-img-area {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .data-img-area {
    display: block;
  }
}
.img-left {
  text-align: right;
}
.img-left p {
  width: 88%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .img-left p {
    width: 100%;
    padding: 0;
  }
}
.details-btn {
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .details-btn {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
  }
}
.sp-details-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-details-img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.data-img {
  width: 100%;
  height: auto;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .data-img {
    margin: 2em auto;
  }
}
.calender {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .calender {
    width: 95%;
  }
}
.cal-month {
  width: 100%;
  background-color: #0932fe;
  padding: 0.5em 0;
  line-height: 2em;
  height: 51px;
}
.cal-month-cont {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.cal-month-cont p {
  display: inline-block;
  color: #FFF;
  margin: 0 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .cal-month-cont {
    width: 95%;
  }
}
.this-month {
  font-size: 21px;
  font-weight: 700;
}
.next-month {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 1em;
}
.past-list {
  color: #FFF;
  background-color: #000;
  border: 1px solid #fff;
  position: absolute;
  top: 9%;
  right: 0;
}
.past-list a {
  padding: 0 1em 0 1em;
  font-size: 12px;
  line-height: 0.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .past-list {
    display: none;
  }
}
.seach-area {
  width: 100%;
  margin: 0 auto;
}
.seach-area-cont {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f6f6f6;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.seach-area-cont img {
  padding-left: 0;
}
.seach-area-cont p {
  color: #0932fe;
  line-height: 5em;
}
.seach-area-cont .number {
  font-size: 36px;
  font-weight: 700;
  vertical-align: bottom;
}
.seach-bg-g {
  width: 70%;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .seach-bg-g {
    width: 98%;
    display: block;
    text-align: left;
    padding-bottom: 1em;
  }
}
.seach-area-select {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .seach-area-select {
    line-height: 3em;
  }
}
.search-box1 {
  background-color: #f6f6f6;
  display: flex;
}
.search-box1 p {
  color: #0932fe;
  font-size: 14px;
  padding-left: 25em;
  margin: 0;
}
.search-box1 img {
  padding-left: 4.5em;
}
.select-box select {
  width: 18vw;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 400;
  color: #0932fe;
  border: 1px solid #0932fe;
  background: url("../images/search-arrow.png") 95% 60% no-repeat;
  background-size: 13px, 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .select-box select {
    font-size: 13px;
    width: 34vw;
    padding: 1em 0.5em;
  }
}
.model-select {
  background: #FFF;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .model-select {
    margin-left: 0.5em;
  }
}
.maker-select {
  background: #FFF;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .maker-select {
    margin-left: 0.5em;
  }
}
.maker-name {
  font-size: 14px;
  opacity: 0.6;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .maker-name {
    font-size: 12px;
  }
}
.scroll-area {
  height: 42vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .scroll-area {
    overflow: scroll;
    height: 50vh;
  }
  .scroll-area td, .scroll-area tr {
    display: block;
    width: 100%;
  }
}
.calender-scroll {
  height: 130vh;
}
@media screen and (max-width: 768px) {
  .calender-scroll {
    height: 100vh;
  }
}
.model-list {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  margin-bottom: 2em;
}
.model-list .date {
  width: 12%;
  font-size: 14px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .model-list .date {
    display: block;
    width: 100%;
  }
}
.model-list .p-icon {
  background: url("../images/p-icon.png") left 55% no-repeat;
  background-size: 22px, 100%;
}
.model-list .s-icon {
  background: url("../images/s-icon.png") left 55% no-repeat;
  background-size: 22px, 100%;
}
.model-list table {
  margin-top: 1em;
  width: 100%;
  border-bottom: 2px dotted #0932fe;
  padding-bottom: 1em;
}
.model-list table td {
  padding-left: 2em;
  margin: 0;
  vertical-align: top;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .model-list {
    width: 90%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .calender-list {
    margin-bottom: 0;
  }
}
.title {
  width: 100%;
  border-bottom: 5px solid #0932fe;
}
.title .title-cont {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .title .title-cont {
    width: 95%;
  }
}
.new-type {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .new-type {
    width: 98%;
  }
  .new-type ul li:nth-child(n+4) {
    display: none;
  }
}
.new-type ul {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-bottom: 0.5em;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .new-type ul {
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0 auto;
  }
}
.new-type li {
  background: url("../images/new-icon.png") 6% 3% no-repeat;
  -webkit-background-size: 34px, 100%;
  -o-background-size: 34px, 100%;
  background-size: 34px, 100%;
  border: 1px solid #ccc;
  -moz-box-shadow: 3px 3px 0px 0px #0932fe;
  box-shadow: 3px 3px 0px 0px #0932fe;
  padding: 1.5em 1em;
  margin: 0.19em;
  line-height: 1.5em;
  text-align: center;
  width: 180px;
}
.new-type li img {
  max-width: 95px;
}
@media screen and (max-width: 768px) {
  .new-type li {
    padding: 2em 0;
    margin-left: 0;
  }
}
.new-report-search {
  width: 72%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0;
}
.new-report-search ul {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .new-report-search ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0 auto;
  }
}
.new-report-search li {
  width: 19%;
  background: url("../images/new-icon.png") 6% 3% no-repeat;
  -webkit-background-size: 34px, 100%;
  -o-background-size: 34px, 100%;
  background-size: 34px, 100%;
  border: 1px solid #ccc;
  -moz-box-shadow: 3px 3px 0px 0px #0932fe;
  box-shadow: 3px 3px 0px 0px #0932fe;
  padding: 2em 0;
  margin-right: 0.65em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  text-align: center;
}
.new-report-search li:nth-child(5n) {
  margin-right: 0;
}
.new-report-search li:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-report-search {
    width: 95%;
    padding-bottom: 0;
  }
  .new-report-search ul {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-report-search li {
    margin: 0.3em 0;
    width: 33.3333%;
    padding-bottom: 0.5em;
  }
  .new-report-search li:nth-child(n+6) {
    display: block;
  }
  .new-report-search li img {
    max-width: 55px;
    height: auto;
  }
  .new-report-search .downroad {
    max-width: 80%;
    height: auto;
  }
}
.downroad {
  padding-top: 1em;
  width: 114px;
  height: auto;
}
.new-report-dis {
  padding: 1.2em;
}
.search-box2 {
  /*width: 100%;*/
}
@media screen and (max-width: 768px) {
  .search-box2 {
    width: 95%;
    margin: 0 auto;
  }
}
.search-box2-cont {
  /*width: 70%;*/
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #94a5fe;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-box2-cont {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-box2-cont img {
    margin-bottom: 1em;
    margin-right: 10em;
  }
}
.new-seach {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .new-seach {
    width: 100%;
  }
}
.model-seach-img {
  margin-right: 1em;
}
.model-seach-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .model-seach-img img {
    width: 40%;
    height: auto;
  }
}
.box2-title {
  display: block;
}
@media screen and (max-width: 768px) {
  .box2-title {
    margin-right: 20em;
  }
}
.box2-form {
  /*width: 30%;*/
}
@media screen and (max-width: 768px) {
  .seach-form {
    width: 50%;
    display: flex;
    padding: 0;
    margin: 0;
  }
}
.search-box2 input::-webkit-input-placeholder {
  color: rgba(113, 113, 113, 0.5);
  font-size: 15px;
}
.search-box2 input {
  width: 100%;
  line-height: 2.5em;
  /*background: none;*/
  border: 1px solid #fff;
  padding: 0 1em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .search-box2 input {
    width: 200px;
    margin: 0;
  }
}
input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}
.search-btn {
  margin: 0 1em;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .search-btn {
    width: 35%;
	  margin: 0;
  }
}
.search-btn input {
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-btn input {
    margin-left: 0em;
    margin-right: 0em;
  }
}
.box2-search {
  background: #FFF;
  /*width: 40%;*/
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .box2-search {
    width: 100%;
    margin-top: 1em;
  }
}
.box2-search select {
  width: 100%;
  line-height: 2.5em;
  padding-left: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 400;
  color: #0932fe;
  border: none;
  background: url("../images/search-arrow.png") 95% 60% no-repeat;
  background-size: 13px, 100%;
}
.data-title {
  padding-top: 3em;
}
.watch-data {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .watch-data {
    width: 95%;
  }
}
.watch-data ul {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.5em;
  padding-left: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*margin: 1em;*/
}
@media screen and (max-width: 768px) {
  .watch-data ul {
    width: 100%;
    display: block;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0.5em 0;
  }
}
.watch-data li {
  /*background: url("../images/new-icon.png") 6% 3% no-repeat;*/
  -webkit-background-size: 34px, 100%;
  -o-background-size: 34px, 100%;
/*  background-size: 34px, 100%;*/
  line-height: 2.2em;
  text-align: left;
/*  padding: 1em 0 0 1.5em;*/
  margin: 0;
/*  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;*/
  width: 360px;
padding-left: 12px;	

}
.watch-data li img {
  max-width: 95px;
  max-height: 170px;
}
@media screen and (max-width: 768px) {
  .watch-data li {
    width: 100%;
    text-align: left;
    padding-left: 0.2em;
    padding-top: 0;
    padding-bottom: 1.5em;
    /*display: flex;*/
  }
}
@media screen and (max-width: 768px) {
  .watch-data li img {
    padding: 0;
    margin-right: 1em;
  }
}
.watch-data li p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.watch-data li .rank-sp-txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .watch-data li .rank-sp-txt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
  }
  .watch-data li .rank-sp-txt p {
    padding: 0;
    margin: 0;
  }
}
.watch-data li .rank-txt {
  color: #0932fe;
  text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .watch-data li .rank-txt {
    text-align: left;
  }
}
.watch-data li .rank-dis {
  font-size: 12px;
}
.watch-data .rank1 {
  background: url("../images/rank1.png") left top no-repeat;
  -webkit-background-size: 46px, 35px;
  -o-background-size: 46px, 35px;
  background-size: 46px, 35px;
}
@media screen and (max-width: 768px) {
  .watch-data .rank1 {
    background-position: left 11%;
  }
}
.watch-data .rank2 {
  background: url("../images/rank2.png") left top no-repeat;
  -webkit-background-size: 46px, 35px;
  -o-background-size: 46px, 35px;
  background-size: 46px, 35px;
}
.watch-data .rank3 {
  background: url("../images/rank3.png") left top no-repeat;
  -webkit-background-size: 46px, 35px;
  -o-background-size: 46px, 35px;
  background-size: 46px, 35px;
}
.watch-data .rank4 {
  background: url("../images/rank4.png") left top no-repeat;
  -webkit-background-size: 46px, 35px;
  -o-background-size: 46px, 35px;
  background-size: 46px, 35px;
}
.watch-data .rank5 {
  background: url("../images/rank5.png") left top no-repeat;
  -webkit-background-size: 46px, 35px;
  -o-background-size: 46px, 35px;
  background-size: 46px, 35px;
}
.watch-data-dis {
  /*padding: 3em 0 1em 1em;*/
  border-bottom: 1px solid #0932fe;
  font-weight: 700;
  text-align: left;
}
.ranking {
  padding: 1.2em;
  text-align: left;
}
.all-data {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  /*margin-bottom: 2em;*/
}
@media screen and (max-width: 768px) {
  .all-data {
    width: 95%;
  }
}
.all-data-btn {
  /*  width: 80%;*/
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .all-data-btn {
    width: 100%;
  }
}
.model-rank {
  width: 22%;
  position: relative;
  margin-right: 2em;
  display: inline-block;
}
.model-rank a {}
@media screen and (max-width: 768px) {
  .model-rank a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.model-rank p {
  color: #FFF;
  background-color: #0932fe;
  border: 1px solid #fff;
  padding: 1em 1.6em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.model-rank img {
  text-align: right;
  position: absolute;
  top: 44%;
  right: 5%;
}


.model-repo {
  width: 22%;
  position: relative;
  margin-right: 2em;
  display: inline-block;
}
.model-repo a {}

@media screen and (max-width: 768px) {
.model-repo {
  width: 100%;
  position: relative;
  margin-right: 2em;
  display: inline-block;
}	
	
	
  .model-repo a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.model-repo p {
  color: #FFF;
  background-color: #0932fe;
  border: 1px solid #fff;
  padding: 1em 1.6em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.model-repo img {
/*  text-align: right;
  position: absolute;
  top: 44%;
  right: 5%;*/
}

















.all-data-txt {
  padding: 2em 0;
}
.all-data-txt a {
  color: #0932fe;
}
@media screen and (max-width: 768px) {
  .all-data-txt {
    padding: 1em;
  }
}
.backNo {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0;
}
.title-link a {
  font-weight: 700;
  font-size: 14px;
  border-left: 1px solid #0932fe;
  color: #000;
  padding-left: 1.8em;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .title-link a {
    margin-right: 0;
    padding-left: 0.7em;
  }
}
.feature-area {
  width: 100%;
  margin: 2em 0;
}
.feature-cont {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-cont {
    width: 95%;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  .feature-cont img {
    display: block;
    width: 55%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.kouza-area {
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #0932fe;
  padding: 0.5em 0;
}
.kouza-area .seminar-title {
  margin: 30px auto 20px;
  text-align: left;
  padding-bottom: 12px;
  padding-left: 7px;
  border-bottom: solid 1px #0932fe;
  width: 980px;
}
@media screen and (max-width: 768px) {
  .kouza-area .seminar-title {
    width: 95%;
  }
}
.kouza-area .seminar-title img {
  vertical-align: middle;
}
.kouza-area .seminar-title .seminar-title-text {
  display: inline-block;
  margin-left: 7px;
}
.kouza-area .seminar-desc {
  padding: 5px;
  display: flex;
  width: 980px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .kouza-area .seminar-desc {
    width: 100%;
    display: block;
  }
  .kouza-area .seminar-desc img {
    width: 90%;
  }
}
.kouza-area .seminar-desc .seminar-desc-text {
  padding: 0 15px;
  text-align: left;
  line-height: 1.7em;
}
.kouza-cont {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kouza-cont {
    width: 95%;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  .kouza-cont img {
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.kouza-header-text {
  width: 980px;
  margin-top: 20px;
  line-height: 2.3em;
  text-align: left;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .kouza-header-text {
    width: 95%;
    line-height: 1.7em;
  }
}
.kouza-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kouza-list {
    width: 95%;
  }
}
.kouza-list .kouza-box {
  width: 48%;
  margin: 1%;
  border: solid 1px #0932fe;
}
@media screen and (max-width: 768px) {
  .kouza-list .kouza-box {
    width: 100%;
  }
}
.kouza-list .title-mark {
  vertical-align: middle;
}
.kouza-list .kouza-title {
  padding: 15px;
  text-align: center;
  margin: auto;
  color: #0932fe;
}
.kouza-list .sub-title {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 0.8em;
}
.kouza-list .main-title {
  font-weight: bold;
  font-size: 1.2em;
}
.kouza-list .kouza-each-item {
  padding: 5px 30px 10px;
}
.kouza-list .kouza-each-title {
  background-color: #0932fe;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 15px 15px 15px 20px;
  text-align: left;
}
.kouza-list .kouza-download {
  float: right;
}
.kouza-list .each-desc {
  text-align: left;
  font-size: 0.9em;
  padding: 14px 0;
}
.sp-feature-title {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-feature-title {
    width: 43%;
    padding: 0 0.2em;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.feature-title {
  font-size: 18px;
  font-weight: 500;
  color: #0932fe;
  padding-bottom: 1em;
}
.feature-txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .feature-txt {
    padding-top: 45%;
  }
}
.feature-cont-area {
  text-align: left;
  margin-left: 2vw;
  width: 660px;
}
@media screen and (max-width: 768px) {
  .feature-cont-area {
    width: 100%;
    margin-left: 0;
  }
}
.feature-btn-area {
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: 1em;
}
.feature-btn {
  width: 50%;
  height: auto;
  margin-right: 0;
}
.feature-btn p {
  font-size: 14px;
  font-weight: 400;
}
.feature-btn img {
  top: 43%;
}
@media screen and (max-width: 768px) {
  .feature-btn {
    width: 100%;
  }
  .feature-btn img {
    text-align: right;
    position: absolute;
    width: 6px;
    height: auto;
    top: 40%;
    left: 90%;
  }
}
.feature-article {
  width: 100%;
}
.feature-article-cont {
  width: 70%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3em;
}
.feature-article-cont ul {
  margin: 0;
  padding: 0;
  width: 252px;
}
.feature-article-cont li {
  border-right: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-article-cont {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .feature-article-cont ul {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
  }
  .feature-article-cont ul:nth-last-child(2) {
    border-bottom: none;
  }
  .feature-article-cont ul:nth-last-child(1) {
    border-bottom: none;
  }
}
.conten-feature ul {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .conten-feature ul {
    width: 230px;
  }
}
.article-title {
  color: #0932fe;
  padding: 0 1em;
  text-align: left;
}
.article-txt {
  padding: 1em;
  line-height: 2;
}
.article-txt p {
  height: 84px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-txt p:before {
  background: #fff;
  position: absolute;
  width: 1em;
  font-size: 14px;
  right: 0px;
  text-aline: center;
  top: 56px;
}
.article-btn {
  width: 90%;
  padding: 0.5em 1.6em;
}
.article-btn p {
  font-size: 14px;
  font-weight: 400;
}
.article-btn img {
  top: 40%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .article-btn {
    margin: 0;
    white-space: nowrapp;
  }
  .article-btn p {
    font-size: 12px;
  }
}
.report-area {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .report-area {
    font-size: 13px;
  }
}
.report-area-cont {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
}
.report-area-cont .new-report-dis {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .report-area-cont {
    width: 100%;
    padding: 0;
  }
}
.report-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.report-list ul {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .report-list ul {
    margin: 0 auto;
  }
}
.report-list li {
  padding: 1em;
  color: #0932fe;
  border: 1px solid #0932fe;
  background-color: #f9faff;
  margin-bottom: 1em;
  font-weight: 400;
  text-align: left;
  background-image: url("../images/traiangle-bb.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  -webkit-background-size: 9px 15px;
  -o-background-size: 9px 15px;
  background-size: 9px 15px;
}
@media screen and (max-width: 768px) {
  .report-list li {
    background-position: 95% 50%;
    -webkit-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    width: 95%;
    margin: 0.5em auto;
    padding: 1.5em 0 1.5em 0.5em;
  }
}
.report-list .report-list-left {
  padding-right: 1.2em;
}
@media screen and (max-width: 768px) {
  .report-list .report-list-left {
    padding-top: 1em;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .report-list {
    width: 100%;
    display: block;
  }
}
.bottom-b {
  width: 70%;
  margin: 0 auto;
}
.bottom-b ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 3em 0;
}
.bottom-b li {
  margin-right: 1em;
}
.bottom-b li:last-child {
  margin-right: 0;
}
.bottom-b li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bottom-b {
    width: 100%;
    padding: 2em 0;
  }
  .bottom-b ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .bottom-b li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .bottom-b li img {
    width: 98%;
    height: auto;
  }
}
.b-cont {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .b-cont {
    width: 95%;
  }
}
.footer-bar {
  width: 100%;
  background-color: #000;
  margin-top: 15px;
}
.footer-txt {
  width: 70%;
  margin: 0 auto;
}
.footer-txt ul {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-txt li {
  background: url("../images/footer-arrow.png") no-repeat left 50%;
  -webkit-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  background-size: 13px 13px;
  padding-left: 1.5em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .footer-txt {
    display: none;
  }
}
.footer-logo {
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 2em 0;
}
.footer-logo p {
  font-family: "Arial Rounded MT Regular", Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 1em;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    border-top: 20px solid #000;
  }
}
.pagetop {
  /* display: none; */
  position: fixed;
  bottom: 5%;
  right: 10%;
  z-index: 1;
  background-color: #0932fe;
  opacity: 0.7;
  padding: 1em 1.5em;
}
.pagetop img {
  transform: rotate(180);
}
.login-up {
  display: none;
  width: 35%;
  margin: 0 auto;
  background: #f1f3ff;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
.popup-title {
  padding-top: 2.5em;
}
.pop-up {
  margin-bottom: 2em;
}
.pop-up input {
  width: 60%;
  padding: 0.5em;
}
.pop-up .confirmation {
  width: 60%;
  margin: 0;
  padding: 0;
}
.pop-up .member-btn {
  margin: 0;
  padding: 0;
}
.login-close {
  position: absolute;
  display: block;
  top: -7%;
  right: 0;
}
.pfandata {
  width: 100%;
  border-top: 4px solid #0932fe;
}
.dataMenus {
  margin: auto;
  margin-top: 50px;
  display: flex;
  width: 930px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .dataMenus {
    margin-top: 10px;
    width: 90%;
    justify-content: space-around;
  }
}
.dataMenus .dataMenu {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .dataMenus .dataMenu {
    width: 100%;
  }
}
.dataMenus .dataMenu .dataIcon {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.dataMenus .dataMenu .dataIcon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dataMenus .dataMenu .dataText {
  font-size: 14px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .dataMenus .dataMenu .dataText {
    width: 100%;
  }
}
.dataMenus .dataMenu .dataText .subText {
  font-size: 12px;
  margin-top: 15px;
}
.ratetop {
  width: 100%;
  border-top: 4px solid #0932fe;
  padding-top: 30px;
  padding-bottom: 50px;
}
.ratetop p {
  width: 72%;
  text-align: left;
  margin: auto;
}
.rateTopProduct {
  padding-top: 30px;
}
.rateTopProduct li {
  background: none;
}
@media screen and (max-width: 768px) {
  .rateTopProduct li {
    margin-bottom: 30px;
  }
}
.rateTopProduct li .productImg {
  width: 95px;
}
.rateTopProduct li .rank-sp-txt {
  text-align: center;
}
.rateTopProduct li .rank-sp-txt p {
  width: 100%;
}
.rateTopProduct li .productBox {
  height: 260px;
}
@media screen and (max-width: 768px) {
  .rateTopProduct li .productBox {
    height: auto;
  }
}
.year-menu-area {
  display: flex;
  width: 72%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .year-menu-area {
    width: 100%;
  }
}
.year-menu-area a {
  flex-grow: 1;
}
.year-menu-area .year-menu {
  border: solid 1px #000;
  color: #000;
  padding: 10px;
  flex-grow: 1;
  margin: 3px;
  background-image: url(../images/year_menu_arrow.png);
  background-repeat: no-repeat;
  background-position: right 9px center;
}
.year-menu-area .selected {
  border: solid 1px #0932fe;
  color: #0932fe;
  background-image: url(../images/year_arrow_selected.png);
}
.calender-list {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .calender-list {
    width: 95%;
  }
}
.calender-list .calender-month {
  display: flex;
  border-bottom: 2px dotted #0932fe;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .calender-list .calender-month {
    display: block;
  }
}
.calender-list .calender-month .month-title-box {
  color: #0932fe;
  width: 70px;
  height: 70px;
  margin-left: 8px;
  margin-right: 30px;
  text-align: center;
  border: solid 1px #0932fe;
}
@media screen and (max-width: 768px) {
  .calender-list .calender-month .month-title-box {
    display: block;
    width: 130px;
    height: auto;
    padding: 7px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.calender-list .calender-month .month-title-box .year-title {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .calender-list .calender-month .month-title-box .year-title {
    display: inline-block;
    line-height: 24px;
    margin-top: 0;
    vertical-align: middle;
  }
}
.calender-list .calender-month .month-title-box .month-title {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .calender-list .calender-month .month-title-box .month-title {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
  }
}
.calender-list .kisyu-list .kako-kisyu {
  padding-left: 35px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .calender-list .kisyu-list .kako-kisyu {
    padding-left: 30px;
  }
}
.calender-list .p-icon {
  background: url("../images/p-icon.png") left 55% no-repeat;
  background-size: 22px, 100%;
}
.calender-list .s-icon {
  background: url("../images/s-icon.png") left 55% no-repeat;
  background-size: 22px, 100%;
}
/* Add 202211 Yanai ------------------------------*/
.lb-title {
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #f4f4f4; /*背景色*/
  border-left: solid 5px #7db4e6; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
  font-size: 1.6em;
}
.flex_c-box {
  /* background-color: #eee;     背景色指定 */
  padding: 10px; /* 余白指定 */
  display: flex; /* フレックスボックスにする */
  flex-wrap: wrap;
}
.flex_c-item {
  padding: 10px;
  /* color:  #fff;               文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  /* font-size: 30px;            文字サイズ指定 */
  /* text-align:  center;        文字中央揃え */
}
.flex_c-item:nth-child(1) {
  /* background-color:  #2196F3; 背景色指定 */
  text-align: left;
}
.flex_c-item:nth-child(2) {
  text-align: left;
}
.flex_c-item:nth-child(3) {
  text-align: left;
}

.flex_h-box {
  /* background-color: #eee;     背景色指定 */
  /*padding: 10px;  余白指定 */
  display: flex; /* フレックスボックスにする */
  flex-wrap: wrap;
}
.flex_h-item {
  padding: 10px;
  /* color:  #fff;               文字色 */
  /*margin: 10px;  外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  /* font-size: 30px;            文字サイズ指定 */
  /* text-align:  center;        文字中央揃え */
}
.flex_h-item:nth-child(1) {
  /* background-color:  #2196F3; 背景色指定 */
  text-align: left;
}
.flex_h-item:nth-child(2) {
  text-align: left;
}
.flex_h-item:nth-child(3) {
  text-align: left;
}

.watch-data_subtitle{
    background-repeat: no-repeat;
    background-image: url(../images/id-back.png);
    width: 439px;
    height: 33px;
    color: #FFF;
    display: inline-block;
    background-position: right 0%;	
	padding-left: 12px;	
}

.gray_menu{
	background-color: #CCC!important;
	color: #FFF!important;	
	
}

.item_c1 {
	width: 560px;

}

.item_c1 img{
	width: 100%;

}
.item_c2 {
	    width: auto;

}
@media screen and (max-width: 768px) {
.item_c1 {
		
		width: 100%;
	}
	
.item_c2 {
	width: 100%;

}
}




