@charset "UTF-8";
#header {
  width: 100%;
  margin: 0 auto;
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.backLink {
  margin: 20px 0;
}

#footer address {
  font-size: small;
  line-height: 1.4;
  padding: 10px 0 20px;
}

p {
  color: #666;
}

.article {
  margin: 0 auto;
}

.post {
  *zoom: 1;
  margin: 0 auto;
}
.post:before, .post:after {
  content: "";
  display: table;
}
.post:after {
  clear: both;
}

.post__body {
  *zoom: 1;
}
.post__body:before, .post__body:after {
  content: "";
  display: table;
}
.post__body:after {
  clear: both;
}

.articles__list__category {
  font-size: 13px;
  color: #666;
  line-height: 1;
  margin-bottom: 5px;
}

.articles__list__occupation {
  font-size: 13px;
  color: #666;
  line-height: 1;
  margin-bottom: 15px;
}

.image-area {
  *zoom: 1;
}
.image-area:before, .image-area:after {
  content: "";
  display: table;
}
.image-area:after {
  clear: both;
}

.image-area__main {
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post_image--area {
  margin: 0 auto;
  display: block;
  position: relative;
}

.post_image--main {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.image-area__img {
  background: #efefef;
}

.image-area__sub {
  *zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: separate;
  padding: 0px 10px;
}
.image-area__sub:before, .image-area__sub:after {
  content: "";
  display: table;
}
.image-area__sub:after {
  clear: both;
}

.sub-image {
  vertical-align: middle;
}

.post_image--sub {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.post_image--sublast-child {
  margin-right: 0px;
}

a.post_image--subarea {
  position: relative;
  display: block;
  background-color: #efefef;
}

.text-area {
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainarea {
  float: right;
  width: 600px;
  padding: 30px;
  padding-left: 30px;
}

.mainarea-article__title {
  color: #f28f31;
  text-align: center;
  line-height: 1.4;
}

.mainarea-article__note {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}
.mainarea-article__note--summary {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.mainarea-article__contributor, .mainarea-article__posttime {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
  list-style-type: none;
}

.contributor {
  line-height: 1.4;
}

.contributor__info {
  color: #888;
}

.subarea__edit {
  clear: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subarea__edit form {
  background-color: #efefef;
  padding: 10px 20px 20px;
}

.edit-area {
  clear: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edit-area form {
  padding: 15px 20px 20px;
  background: #efefef;
}

.subarea-edit__title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
}

.edit__error {
  color: #EE4036;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.subarea__input {
  *zoom: 1;
  width: 100%;
  position: relative;
}
.subarea__input:before, .subarea__input:after {
  content: "";
  display: table;
}
.subarea__input:after {
  clear: both;
}

.input__edit {
  width: 70%;
  height: 36px;
  float: left;
  border: 3px solid #bfbfbf;
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input__btn {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: table-cell;
  float: right;
  width: 30%;
  font-size: 14px;
  line-height: 36px;
  background-color: #999;
  color: #fff;
  border: none;
}
.input__btn:focus {
  outline-offset: -2px;
}

.contact {
  background-color: #fff7f0;
}

.contact__titlearea {
  text-align: center;
  margin-bottom: 40px;
}

.contact__title {
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}

.mainarea__contact {
  margin: 0 auto;
}

.mainarea-contact__input {
  *zoom: 1;
  margin-bottom: 30px;
}
.mainarea-contact__input:before, .mainarea-contact__input:after {
  content: "";
  display: table;
}
.mainarea-contact__input:after {
  clear: both;
}

.content__notice {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 7px;
  display: block;
}

.input__text {
  margin-bottom: 7px;
}

.input-text__title {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-error__note {
  font-size: 12px;
  color: #EE4036;
}

.input__textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input__note {
  font-size: 15px;
}

.input__input {
  width: 100%;
  padding: 4px;
  font-size: 15px;
  border: 2px solid #b2b2b2;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post__selector {
  *zoom: 1;
  width: 240px;
  margin: 0 auto;
}
.post__selector:before, .post__selector:after {
  content: "";
  display: table;
}
.post__selector:after {
  clear: both;
}

.post__title {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-bottom: 30px;
}

.post__note {
  margin-bottom: 40px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 1.4;
}

/* PC大 1200pxまで*/
@media screen and (min-width: 1200px) {
  .article {
    width: 1200px;
  }

  .image-area {
    float: left;
    width: 400px;
  }

  .post_image--area {
    height: 214px;
  }

  .post_image--main {
    max-height: 214px;
    max-width: 380px;
  }

  div.sub-image {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 10px;
  }
  div.sub-image:last-child {
    margin-right: 0px;
  }

  a.post_image--subarea {
    position: relative;
    width: 120px;
    height: 90px;
  }

  .post_image--sub {
    max-width: 120px;
    max-height: 90px;
  }

  .subarea__edit {
    width: 400px;
  }

  .text-area {
    float: right;
    width: 800px;
    padding-left: 50px;
  }

  .edit-area {
    float: left;
    width: 400px;
  }

  .mainarea-article__title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .contact {
    padding: 100px;
    margin: 100px;
  }
}
/* PC小 890pxまで*/
@media screen and (min-width: 894px) and (max-width: 1199px) {
  .article {
    width: 894px;
  }

  .image-area {
    float: left;
    width: 300px;
  }

  .post_image--area {
    height: 157px;
  }

  .post_image--main {
    max-height: 157px;
    max-width: 280px;
  }

  div.sub-image {
    float: left;
    width: 88px;
    height: 70px;
    margin-right: 8px;
  }
  div.sub-image:last-child {
    margin-right: 0px;
  }

  a.post_image--subarea {
    position: relative;
    width: 88px;
    height: 70px;
  }

  .post_image--sub {
    max-width: 88px;
    max-height: 70px;
  }

  .subarea__edit {
    width: 300px;
  }

  .edit-area {
    width: 300px;
    float: left;
  }

  .text-area {
    float: right;
    width: 594px;
    padding-left: 30px;
  }

  .mainarea-article__title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .contact {
    padding: 100px;
    margin: 100px;
  }
}
/* タブレット 588pxまで*/
@media screen and (min-width: 588px) and (max-width: 893px) {
  .article {
    width: 588px;
  }

  .image-area {
    float: left;
    width: 250px;
  }

  .post_image--area {
    height: 129px;
  }

  .post_image--main {
    max-height: 129px;
    max-width: 230px;
  }

  div.sub-image {
    float: left;
    width: 72px;
    height: 57.7px;
    margin-right: 7px;
  }
  div.sub-image:last-child {
    margin-right: 0px;
  }

  a.post_image--subarea {
    position: relative;
    width: 72px;
    height: 57.7px;
  }

  .post_image--sub {
    max-width: 72px;
    max-height: 57.7px;
  }

  .subarea__edit {
    float: left;
    width: 250px;
  }

  .edit-area {
    width: 250px;
    float: left;
  }

  .text-area {
    float: right;
    width: 338px;
    padding-left: 20px;
  }

  .mainarea-article__title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .contact {
    padding: 100px;
  }
}
/* スマホ 589px以下*/
@media screen and (max-width: 587px) {
  .article {
    width: 320px;
  }

  .image-area {
    width: 250px;
    margin: 0 auto;
  }

  .post_image--area {
    height: 100px;
  }

  .post_image--main {
    max-height: 101px;
    max-width: 180px;
  }

  div.sub-image {
    float: left;
    width: 72px;
    height: 57.7px;
    margin-right: 7px;
  }
  div.sub-image:last-child {
    margin-right: 0px;
  }

  a.post_image--subarea {
    position: relative;
    width: 72px;
    height: 57.7px;
  }

  .post_image--sub {
    max-width: 72px;
    max-height: 57.7px;
  }

  .mainarea-article__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .text-area {
    margin-top: 30px;
  }

  .contact {
    margin-top: 50px;
    padding: 20px;
  }

  .contact-error__note {
    display: block;
  }

  .subarea-edit__title {
    font-size: 16px;
  }

  .contact__title {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .input-text__title {
    font-size: 16px;
  }
}
