.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.pcView {
  display: block !important; }
  @media (max-width: 568px) {
    .pcView {
      display: none !important; } }

.spView {
  display: none !important; }
  @media (max-width: 568px) {
    .spView {
      display: block !important; } }

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px; }
  @media (max-width: 768px) {
    .widthKeeper {
      max-width: 95%; } }
  @media (max-width: 568px) {
    .widthKeeper {
      max-width: 100%; } }

.jelly {
  -moz-animation: gelatine 1s infinite;
  animation: gelatine 1s infinite; }

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95); }
  50% {
    transform: scale(1, 1); } }
.buttonArea, .buttonArea2 {
  position: relative; }
  .buttonArea a, .buttonArea2 a {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%; }
    @media (max-width: 568px) {
      .buttonArea a, .buttonArea2 a {
        width: 90%; } }

.buttonArea2 a {
  top: 15%; }

.pc-area{
display:block;
}
.sp-area{
display:none;
}
@media (max-width: 568px) {
  form {
    margin-top: 60px; } }
form tr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto; }
form th {
  width: 200px;
  padding-right: 30px; }
  @media (max-width: 568px) {
    form tr {
      flex-direction: column;
		margin: 10px auto 0;
		padding: 0 5px 5px !important;
    }

    form dt {
      width: 30%;
      padding-right: 20px; } }
form td {
  display: flex;
  align-items: center;
	font-size: 16px;
  width: 40%; }
  @media (max-width: 568px) {
    form td ,
    form th {
	width: 100%;
      text-align: left;
		font-size: 14px !Important;
    }
	  form td {padding: 0 5px 10px;}
    form dd {
      width: 60%; } }
  form td input {
    width: 80%;
    border: none;
    line-height: 1.8;
    border-radius: 3px;
    vertical-align: middle; }
  form td span {}
    @media (max-width: 568px) {
.pc-area{
display:none;
}
.sp-area{
display:block;
}

body{
margin-bottom:0;
}

form dd span {
        margin-left: 10px; } }
form input[type="submit"] {
  display: block;
  margin: 0 auto; }
  form input[type="submit"]:hover {
    opacity: 0.9;
    cursor: pointer; }

#formWrap {
  text-align: center; }
  #formWrap h3 {
    padding: 30px 0;
    font-weight: 600;
    border-bottom: 2px solid gainsboro; }
  #formWrap form {
    margin: 50px auto; }
  #formWrap table {
    margin: 0 auto; }
  #formWrap input[type="submit"] {
    display: inline-block;
    margin: 50px auto;
    background: orange;
    border: none;
    box-shadow: -1px 1px 0px grey;
    font-weight: 600; }
  #formWrap a {
    font-weight: 600;
    margin-top: 30px; }

footer {
  background: grey;
  text-align: center;
  color: #fff; }

/*# sourceMappingURL=main%202.css.map */

footer{
position:initial;
}


.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.blog_feed {
  margin-top: 6vw;
}
.blog_feed .blog_feed_title {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
.blog_feed ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  column-gap: 2%;
}
.blog_feed ul li {
  width: 32%;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.blog_feed ul li .photo {
  border-radius: 10px;
  overflow: hidden;
}
.blog_feed ul li .photo img {
	height: auto;
}
.blog_feed ul li .title {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
}
.blog_feed .blog_list_text {
  padding: 0;
  margin-top: 0.5em;
}
.blog_feed .blog_time {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.2rem !important;
}
.blog_feed .list_block_title  {
  font-size: 1.6rem;
}
.blog_feed ul li a:hover {
  opacity: 0.7;
}
.blog_feed ul li .blog_list_thumb {
  border-radius: 10px;
  overflow: hidden;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_list_block {
  width: 48.5%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.blog_list_thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blog_list_thumb img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.blog_list_thumb img:hover {
  opacity: 0.7;
}
.blog_list_text {
  padding: 1.5em 2.75em 2em;
}
.list_block_title {
  font-size: 2.0rem;
}
.list_block_title a {
  text-decoration: none;
  color: #333;
}
.list_block_title a:hover {
  color: #05C6F1;
}
.blog_content .blog_cat  {
  margin-bottom: 0;
  position: absolute;
  line-height: 0 !important;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.blog_cat a {
  background-color: #05C6F1;
  color: #FFF;
  display: inline-block;
  padding: 0.1em 1.0em 0.2em;
  margin-bottom: 0.5em;
  border-radius: 0 0 4px 0;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.3s;
  line-height: 1.8;
}
.blog_cat a:hover {
  opacity: 0.7;
}
.blog_content .blog_time {
  font-size: 1.4rem !important;
  color: #666;
  font-weight: 400;
}

.btn_column_list a {
  width: 220px;
    color: #fff;
    background: #f29700;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    margin: 4rem auto 6rem;
}

@media (max-width: 568px) {
  .blog_feed {
    margin-top: 6rem;
  }
  .blog_feed ul {
    flex-direction: column;
  }
  .blog_feed ul li {
    width: 90%;
    margin: 2.5rem auto 0;
  }
}