.pc_none {
  display: none !important;
}

.sp_none {
  display: flex !important;
}

.red{
	color:red;
}
.profile {
  color: #000;
}

html {
  line-height: 2;
  font-size: 16px;
 font-family: "Arial", "メイリオ","Meiryo","sans-serif";
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9edcb;
  /* line-height: 1.6; */
}


.menu {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 300px;
  height: 100% !important;
  background-color: #ffffff;
  color: #333;
  transition: right 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
  font-size: 1.2em;
}


.menu.open {
  right: 0;
  background-color: #f9eecc;
}


.hamburger {
  position: fixed;
  top: 26px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}


.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}

.menu li {
  padding: 20px 0;
  border-bottom: 1px solid #444;
}

.menu li::before {
  content: ">";
}

.menu li a {
  color: #333;
  text-decoration: none;
  /* display: block; */
}

.header {
  display: flex;
  grid-template-columns: 5fr 80px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 15vw;
  font-size: 0.75em;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}

#wrap {
  width: 95vw;
  margin: auto;
  padding-bottom: 100px;
  /* line-height: 1.8; */
  padding-top: 50px;
}

.header div {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header div:nth-child(1) {}

.mail {
  background-image: url(../images/mail.png);
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 10px;
  background-color: #e88900;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.mail::after {
  content: "\304A\554F\5408\305B";
  padding-top: 40px;
}

.tel {
  background-image: url(../images/phone.png);
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 9px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.tel::after {
  content: "\96FB\8A71\3059\308B";
  padding-top: -5px;
  position: absolute;
  top: 40px;
}

.line {
  background-image: url(../images/line03.png);
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 7px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.line::after {
  content: "LINE";
  position: absolute;
  top: 38px;
}


.topimg {
  background-color: #ffffff;
  background-image: url(../images/indonesian01.png);
  background-repeat: no-repeat;
  background-size: 164vw;
  background-position-x: center;
  /* background-position-y: bottom; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  height: 115vw;
  position: relative;
}

.cate_0 {
  font-weight: 800;
  font-size: 1.1em;
}

.cate_1 {
  background-color: red;
  color: #fff;
}


.cate_2 {
  background-color: #ffff02;
  color: #000000;
}

.cate_3 {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000;
}

.cate_4 {
  background-color: #2ea9d8;
  color: #fff;
}

.cate_5 {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000;
}

.cate_6 {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000;
}

.cate {
  /* font-size: 1.5vw; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 5px;
}

.cate span {
  padding: 2px;
  border-radius: 10px;
  margin: 2px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
}

.cate span:nth-child(1) {
  font-size: 13px !important
}

.toiawase,
.list-tarentimg {
  cursor: pointer;
}


.list-tarentimg::after {
  content: "";
  padding-top: 40px;
}

.serch {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.serch p {
  margin-right: 5px;
  font-size: 14px;
  width: 36%;
}

.serch button {
  background-color: #858382;
  border: none;
  height: 40px;
  width: 50px;
}

.serch input {
  height: 34px;
  width: 54vw;
}

.formconfirm input {
  border: 0;
}

.btn_serch {
  background-image: url(../images/lens_white.png);
  background-size: cover;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}



.list-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
}

.list-data {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.list-data p {}

.list-tarentimg {
  width: 100%;
  height: 270px;
  object-fit: cover;
  position: relative
}

.list-tarentimg-movie {
  background-image: url(../images/movie.png);
  width: 200px;
  height: 100px;
  background-size: 80px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 99;
}

.list-data-header {
  display: grid;
  align-content: center;
  grid-template-columns: 2fr 148px;
  justify-content: space-evenly;
}

.list-data-cate {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* width: 130px; */
}

.list-data-setumei {
  padding: 10px;
  font-size: 0.9em;
  text-align: left;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before {
  content: '';
}

.readmore input[type="checkbox"]:checked~label::before {
  content: '';
}

.readmore input[type="checkbox"] {
  display: none;
}

.readmore-content {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked~.readmore-content {
  height: auto;
}

.yoken-wrap input[type="checkbox"] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.btn-tiawase {
  width: 130px;
  height: auto;
  margin: auto;
}

.logo {
  background-image: url(../images/logo.png);
  width: 100%;
  height: 100%;
  background-size: 75vw;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 10px;
}

.top-imglogo {
  width: 100vw;
  margin: auto;
  /* padding-top: 70px; */
  position: absolute;
  top: 18vw;
}

.top-imglogo2 {
  width: 260px;
  /* margin-top: 180px; */
  position: absolute;
  bottom: 113px;
}

.top-imglogo2-1 {
  width: 260px;
  /* margin-top: 180px; */
  position: absolute;
  bottom: 3px;
}

.top-imglogo3 {
  width: 200px;
  /* margin-top: 180px; */
  position: absolute;
  bottom: 56vw;
  right: 0;
}

.top-imglogo4 {
  width: 200px;
  /* margin-top: 180px; */
  position: absolute;
  bottom: 47vw;
  right: 0;
}

.top-linkbtn-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.top-linkbtn-wrap img {
  width: 14vw;
  height: auto;
  margin: 3px;
}

.open {
  height: auto;
}

/*remodal*/

.remodal {
  height: 80vh;
}

.remodal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.movie {
  width: 100%;
  height: 50vh;
}

.remodal-inner iframe {}

.more {
  text-align: right;
  width: 100%;
  padding-top: 10px;
  color: #0017ff;
  text-decoration-line: underline;
}

.err {
  color: red;
}

.movie {
  width: 90vw;
  height: 50vw;
  margin: auto;
  position: relative;
}

footer {}

.cta {
  width: 100%;
  height: 60px;
  background-color: #e88900;
  bottom: 0;
  z-index: 100;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}

.cta p {
  border: 1px solid #fff;
}

.cta a {
  text-decoration: none;
}

.wrap-top {
  padding-top: 80px;
}

.toiawase-btn {
  text-align: center;
}

.toiawase-btn img {
  width: 200px;
  height: auto;
}

.oubo_coution {
  color: #0403ff;
}

.oubo_jyoken {
  min-height: 240px;
  border: 1px solid;
  width: 90vw;
  margin: auto;
  margin-bottom: 30px;
  background-color: #fff;
}

.oubo_prof {
  min-height: 240px;
  border: 1px solid;
  width: 90vw;
  margin: auto;
  margin-bottom: 30px;
}

dl.class {
  display: -webkit-flex;
  display: -moz-flex;
  display: grid;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0;
  justify-content: space-between;
  font-size: 0.9em;
  grid-template-columns: 130px 1fr;
}

dl.class dt {
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

dl.class dd {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  text-align: justify;
  overflow: auto;
}

.syusyokukibou {
  background-color: #ffffa6 !important;
}


.form-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
}


.form {}

.form input {
  height: 30px;
  width: 95%;
}

.form textarea {
  width: 95%;
  height: 100px;
}

.form dd {
  background-color: #fff;
}

.form dt {
  background-color: #ddebf7;
}

.confirm {
  margin: auto;
  text-align: center;
  margin: 30px;
  padding: 10px;
  background-color: #33b0f0;
  width: 210px;
  margin: auto;
  margin-top: 30px;
  color: #fff;
  margin-bottom: 20px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
}

.kiyaku {
  padding: 10px;
  border: 1px solid;
  margin-top: 30px;
  background-color: #fff;
  margin-top: 150px;
  font-size: 0.9em;
  line-height: 1.5;
}

.rev {
  margin: auto;
  text-align: center;
  margin: 30px;
  padding: 10px;
  background-color: #757575;
  width: 210px;
  margin: auto;
  margin-top: 0;
  color: #fff;
  margin-bottom: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

form {
  margin-bottom: 100px;
}

.indent {
  padding-left: 20px;
}

.sikumi {
  text-align: center;
}

.sikumi img {
  width: 300px;
  height: auto;
}

.bold {
  font-weight: 800;
}

.movie_button {
  width: 160px;
  height: auto;
  position: absolute;
  top: -20px;
  left: -10px;
}


.floating-button {
  position: fixed;
  width: 20vw;
  right: 5px;
  top: 90vw;
}

/*PC*/
@media screen and (min-width: 861px) {

  .pc_none {
    display: flex !important;
  }

  .sp_none {
    display: none !important;
  }

  .floating-button {
    position: fixed;
    width: 130px;
    right: 14px;
    top: 510px;
  }

  html {
    line-height: 2;
    font-size: 16px;
    font-family: "Arial", "メイリオ","Meiryo","sans-serif";
    font-weight: 400;
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    padding: 0;
    background-color: #f9edcb;
  }


  .menu {
    position: static;
    top: 0px;
    width: 100%;
    height: 85% !important;
    background-color: #ffffff;
    color: #333;
    transition: right 0.3s ease;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 10;
    font-size: 0;
    text-align: center;
  }

  .pcmenu {
    display: flex;
  }

  .pcmenu li {}

  .menu.open {
    right: 0;
    background-color: #f9eecc;
  }


  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 20;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }


  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }


  .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin: 0;
    font-size: 1.1vw;
  }

  .menu li {
    padding: 0px 10px;
    border-bottom: 0;
  }

  .menu li::before {
    content: " ";
  }

  .menu li a {
    color: #333;
    text-decoration: none;
  }

  .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 80px;
    font-size: 0.75em;
  }

  #wrap {
    width: 80vw;
    margin: auto;
    padding-bottom: 100px;
    /* line-height: 1.8; */
    padding-top: 30px;
  }

  .header div {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .header div:nth-child(1) {}

  .mail {
    background-image: url(../images/mail.png);
    width: 200px;
    height: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10px;
    background-color: #e88900;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .mail::after {
    content: "\304A\554F\5408\305B";
    padding-top: 40px;
  }

  .tel {
    background-image: url(../images/phone.png);
    width: 200px;
    height: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 9px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
  }

  .tel::after {
    content: "\96FB\8A71\3059\308B";
    padding-top: -5px;
    position: absolute;
    top: 40px;
  }

  .line {
    background-image: url(../images/line03.png);
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 7px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
  }

  .line::after {
    content: "LINE";
    position: absolute;
    top: 38px;
  }


  .topimg {
    background-color: #ffffff;
    background-image: url(../images/indonesian01pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    height: 80vh;
    position: relative;
  }

  .cate_0 {
    font-weight: 800;
    font-size: 1.1em;
  }

  .cate_1 {
    background-color: red;
    color: #fff;
  }


  .cate_2 {
    background-color: #ffff02;
    color: #000000;
  }

  .cate_3 {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000;
  }

  .cate_4 {
    background-color: #2ea9d8;
    color: #fff;
  }

  .cate_5 {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000;
  }

  .cate_6 {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000;
  }

  .cate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 5px;
    min-height: 230px;
  }

  .cate span {
    padding: 2px;
    border-radius: 10px;
    margin: 2px;
    min-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: -0.2em !important;
    font-size: 11px !important;
  }


  .toiawase,
  .list-tarentimg {
    cursor: pointer;
  }


  .list-tarentimg::after {
    content: "";
    padding-top: 40px;
  }

  .serch {
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .serch p {
    margin-right: 5px;
    font-size: 16px;
    width: 36%;
    text-align: right;
    padding-right: 10px;
  }

  .serch button {
    background-color: #858382;
    border: none;
    height: 40px;
    width: 50px;
  }

  .serch input {
    height: 34px;
    width: 54vw;
  }

  .formconfirm input {
    border: 0;
  }

  .btn_serch {
    background-image: url(../images/lens_white.png);
    background-size: cover;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }



  .list-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
  }

  .list-data {
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    border: 4px solid #e98901;
    border-radius: 30px;
    min-height: 446px;
    width: 330px;
    padding-top: 20px;
  }

  .list-data p {}

  .list-tarentimg {
    width: 90%;
    height: 270px;
    object-fit: cover;
  }

  .list-data-header {
    display: grid;
    align-content: center;
    grid-template-columns: 3fr 118px;
    justify-content: space-evenly;
    margin-right: 10px;
    min-height: 320px;
  }

  .list-data-cate {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1em !important;
    margin-left: 10px;
  }

  .list-data-setumei {
    padding: 10px;
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    height: 40px;
    overflow: hidden;
  }

  .readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 75px;
  }

  .readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
  }

  .readmore label::before {
    content: '';
  }

  .readmore input[type="checkbox"]:checked~label::before {
    content: '';
  }

  .readmore input[type="checkbox"] {
    display: none;
  }

  .readmore-content {
    position: relative;
    height: 200px;
    overflow: hidden;
  }

  .readmore input[type="checkbox"]:checked~.readmore-content {
    height: auto;
  }


  .text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }


  .btn-tiawase {
    width: 136px;
    height: auto;
    margin: auto;
  }

  .logo {
    background-image: url(../images/logo.png);
    width: 400px;
    height: 80%;
    background-size: 376px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: left;
    background-position-y: center;
    margin-left: 50px;
  }

  .top-imglogo {
    width: 610px;
    margin: auto;
    padding-top: 70px;
    position: absolute;
    /* left: 290px; */
    top: 50px;
  }

  .top-imglogo2 {
    width: 350px;
    margin-top: 90px;
    position: absolute;
    left: 30vw;
  }

  .top-imglogo2-1 {
    width: 280px;
    margin-top: 0;
    position: absolute;
    right: 20vw;
    bottom: 194px;
  }


  .top-imglogo3 {
    width: 270px;
    /* margin-top: 180px; */
    position: absolute;
    bottom: 360px;
    right: 20vw;
  }

  .top-imglogo4 {
    width: 250px;
    /* margin-top: 180px; */
    position: absolute;
    bottom: 310px;
    right: 21.5vw;
  }

  .top-linkbtn-wrap {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
  }

  .top-linkbtn-wrap img {
    width: 6vw;
    height: auto;
    margin: 3px;
  }

  .open {
    height: auto;
  }

  /*remodal*/

  .remodal {
    height: 80vh;
  }

  .remodal-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }

  .movie {
    width: 100%;
    height: 50vh;
  }

  .remodal-inner iframe {}

  .more {
    text-align: right;
    width: 100%;
    padding-top: 10px;
    color: #0017ff;
    text-decoration-line: underline;
  }

  .err {
    color: red;
  }

  .movie {
    width: 1000px;
    height: 50vw;
    margin: auto;
    position: relative;
  }

  footer {}

  .cta {
    width: 100%;
    height: 60px;
    background-color: #e88900;
    bottom: 0;
    z-index: 100;
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
  }

  .cta p {
    border: 1px solid #fff;
  }

  .cta a {
    text-decoration: none;
  }

  .wrap-top {
    padding-top: 80px;
  }

  .toiawase-btn {
    text-align: center;
  }

  .toiawase-btn img {
    width: 230px;
    height: auto;
  }

  .oubo_coution {
    color: #0403ff;
    width: 1000px;
    margin: auto;
  }

  .oubo_jyoken {
    min-height: 240px;
    border: 1px solid;
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    background-color: #fff;
  }

  .oubo_prof {
    min-height: 240px;
    border: 1px solid;
    width: 90vw;
    margin: auto;
    margin-bottom: 30px;
  }

  dl.class {
    display: -webkit-flex;
    display: -moz-flex;
    display: grid;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0;
    justify-content: space-between;
    font-size: 0.9em;
    grid-template-columns: 20vw 1fr;
  }

  dl.class dt {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  dl.class dd {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: justify;
    overflow: auto;
  }

  .syusyokukibou {
    background-color: #ffffa6 !important;
  }


  .form-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
  }


  .form {}

  .form input {
    height: 30px;
    width: 95%;
  }

  .form textarea {
    width: 95%;
    height: 100px;
  }

  .form dd {
    background-color: #fff;
  }

  .form dt {
    background-color: #ddebf7;
  }

  .confirm {
    margin: auto;
    text-align: center;
    margin: 30px;
    padding: 10px;
    background-color: #33b0f0;
    width: 210px;
    margin: auto;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
  }

  .kiyaku {
    padding: 10px;
    border: 1px solid;
    margin-top: 30px;
    background-color: #fff;
    margin-top: 150px;
    font-size: 0.9em;
    line-height: 1.5;
  }

  .rev {
    margin: auto;
    text-align: center;
    margin: 30px;
    padding: 10px;
    background-color: #757575;
    width: 210px;
    margin: auto;
    margin-top: 0;
    color: #fff;
    margin-bottom: 100px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  form {
    margin-bottom: 100px;
    width: 80vw;
    margin: auto;
  }

  .indent {
    padding-left: 20px;
  }

  .sikumi {
    text-align: center;
  }

  .sikumi img {
    width: 40vw;
    height: auto;
  }

  .bold {
    font-weight: 800;
  }

  .movie_button {
    width: 200px;
    height: auto;
    position: absolute;
    top: -20px;
    left: -30px;
  }

}

.yoken-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  font-size: 0.9em;
}

.yoken-wrap span {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#wordpress_blog{
	text-align: center;
	margin-top: -49px;
	margin-bottom: -15px;
}

.wp-article>a{
	
}
@media (min-width: 1200px) {
  .top-imglogo {
    width: 800px;
    margin: auto;
    position: absolute;
    top: 50px;
  }

  .top-imglogo2 {
    width: 600px;
    position: absolute;
    bottom: 30px;
  }

  .top-imglogo2-1 {
    width: 420px;
    position: absolute;
    bottom: 170px;
    right: 330px;
  }

  .top-imglogo3 {
    width: 380px;
    position: absolute;
    bottom: 340px;
    right: 350px;
  }

  .top-imglogo4 {
    width: 200px;
    position: absolute;
    bottom: 47vw;
    right: 0;
  }

}