@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
html {
  height: 100%;
}

body {
  font-family: 'Midashi Go MB31', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a, button, .file-button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover, button:hover, .file-button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

a:link, a:visited, a:active {
  color: #222;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----
 * webkit
----------------------------------------------------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* -----
 * PC版共通パーツ
----------------------------------------------------------------------------- */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.tac {
  text-align: center;
}

.content {
  background: url(../images/content-bg01.png) left top no-repeat, url(../images/content-bg02.png) right top no-repeat, url(../images/content-bg03.png) left bottom no-repeat, url(../images/content-bg04.png) right bottom no-repeat;
}

.content-inner {
  padding: 78px 75px;
}

.sub-title {
  font-size: 21px;
  letter-spacing: 0.1em;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 820px;
}

#Wrapper .inner {
  width: 800px;
  margin: 0 auto;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 20% !important;
  background-color: #FFF;
  z-index: 10;
}

#Header .logo-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* -----
 * Review
----------------------------------------------------------------------------- */
#Review {
  margin-top: 325px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

#Review:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -175px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/content-bg05.png) no-repeat;
}

#Review .content-inner .sub-title {
  text-align: center;
}

#Review .content-inner .name {
  margin-top: 40px;
  text-align: right;
}

#Review .content-inner .comment {
  margin-top: 40px;
}

#Review .content-inner .comment.first-comment {
  margin-top: 35px;
}

#Review .content-inner .comment .award {
  margin: 50px 0 18px;
  text-align: center;
  font-size: 21px;
}

#Review .content-inner .comment .award span {
  display: block;
  margin-top: 30px;
  font-size: 18px;
}

#Review .content-inner .comment p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
}

#Review .content-inner .comment p img {
  width: 200px;
}

#Review .content-inner .comment p .left-photo {
  float: left;
  margin: 0 20px 0 0;
}

#Review .content-inner .comment p .right-photo {
  float: right;
  margin: 0 0 0 20px;
}

#Review .content-inner .comment p .full-photo {
  width: 100%;
  margin: 0 0 0 20px;
}

#Review .content-inner .comment p .photo01 {
  width: 280px;
}

#Review .content-inner .comment p .photo03,
#Review .content-inner .comment p .photo05,
#Review .content-inner .comment p .photo07,
#Review .content-inner .comment p .photo09,
#Review .content-inner .comment p .photo11 {
  margin: 15px 0 0 15px;
}

#Review .content-inner .comment p .photo06 {
  margin: 0 20px 10px 0;
}

#Review .content-inner .comment .period01 {
  margin-top: 2em;
}

#Review .content-inner .comment .period01.overview {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
}

#Review .content-inner .comment .period02 {
  margin-top: 3em;
}

#Review .content-inner .comment .period02.first-period {
  margin-top: 0;
}

#Review .content-inner .comment .period02 .awardtit {
  margin: 30px 0 18px;
  text-align: center;
}

#Review .content-inner .comment .period02 .awardtit p {
  font-size: 14px;
}

#Review .content-inner .comment .period03 {
  margin-top: 4em;
}

#Review .content-inner .comment .review-photo {
  margin-top: 20px;
}

#Review .content-inner .prize-winner .award {
  margin: 50px 0 30px;
}

#Review .content-inner .prize-winner .title {
  font-size: 18px;
  text-align: center;
}

#Review .content-inner .prize-winner .detail {
  margin: 18px 0 40px;
}

#Review .content-inner .prize-winner .detail .txt {
  width: 340px;
}

#Review .content-inner .prize-winner .detail .photo {
  width: 285px;
}

#Review .content-inner .prize-winner .detail.photo-right .txt {
  float: left;
}

#Review .content-inner .prize-winner .detail.photo-right .photo {
  float: right;
}

#Review .content-inner .prize-winner .detail.photo-left .txt {
  float: right;
}

#Review .content-inner .prize-winner .detail.photo-left .photo {
  float: left;
}

#Review .content-inner .fine-work {
  margin-top: 0;
}

#Review .content-inner .fine-work .detail {
  margin-top: 30px;
}

#Review .content-inner .fine-work .detail .title {
  text-align: center;
  font-size: 18px;
}

#Review .content-inner .fine-work .detail .txt {
  margin-top: 13px;
}

#Review .content-inner .fine-work .photo {
  margin-top: 35px;
}

#Notice,
#TalkEvent {
  margin-top: 200px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  letter-spacing: 0;
}

#Notice .talk-event-title,
#TalkEvent .talk-event-title {
  text-align: center;
  margin: 30px 0 20px;
}

#Notice.content.first,
#TalkEvent.content.first {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #231815;
}

#Notice.content.first:before,
#TalkEvent.content.first:before {
  content: none;
}

#Notice.content.first .sub-title,
#TalkEvent.content.first .sub-title {
  margin-bottom: 50px;
}

#Notice:before,
#TalkEvent:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -175px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/content-bg05.png) no-repeat;
}

#Notice .content-inner .sub-title,
#TalkEvent .content-inner .sub-title {
  text-align: center;
}

#Notice .content-inner .registration-link,
#TalkEvent .content-inner .registration-link {
  margin-top: 30px;
  font-size: 16px;
}

#Notice .content-inner .category,
#TalkEvent .content-inner .category {
  margin-top: 50px;
}

#Notice .content-inner .category:first-child,
#TalkEvent .content-inner .category:first-child {
  margin-top: 0;
}

#Notice .content-inner .category .category-title,
#TalkEvent .content-inner .category .category-title {
  margin-top: 50px;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#Notice .content-inner .category .category-title .small,
#TalkEvent .content-inner .category .category-title .small {
  font-size: 14px;
}

#Notice .content-inner .category .date,
#TalkEvent .content-inner .category .date {
  width: 100%;
  margin-top: 25px;
}

#Notice .content-inner .category .date tr,
#TalkEvent .content-inner .category .date tr {
  width: 100%;
}

#Notice .content-inner .category .date tr span,
#TalkEvent .content-inner .category .date tr span {
  display: block;
}

#Notice .content-inner .category .date tr span a,
#TalkEvent .content-inner .category .date tr span a {
  font-size: 14px;
}

#Notice .content-inner .category .date tr:nth-child(n+2) th,
#Notice .content-inner .category .date tr:nth-child(n+2) td,
#TalkEvent .content-inner .category .date tr:nth-child(n+2) th,
#TalkEvent .content-inner .category .date tr:nth-child(n+2) td {
  padding-top: 10px;
}

#Notice .content-inner .category .date tr th,
#Notice .content-inner .category .date tr td,
#TalkEvent .content-inner .category .date tr th,
#TalkEvent .content-inner .category .date tr td {
  font-size: 18px;
  line-height: 1.3;
  vertical-align: top;
}

#Notice .content-inner .category .date tr th,
#TalkEvent .content-inner .category .date tr th {
  text-align: left;
  width: 4em;
}

#Notice .content-inner .category .date tr td,
#TalkEvent .content-inner .category .date tr td {
  width: auto;
  line-height: 1.4;
}

#Notice .content-inner .category .type,
#TalkEvent .content-inner .category .type {
  margin-top: 15px;
}

#Notice .content-inner .category .type p,
#TalkEvent .content-inner .category .type p {
  font-size: 18px;
}

#Notice .content-inner .category .type ul,
#TalkEvent .content-inner .category .type ul {
  padding: 0;
}

#Notice .content-inner .category .type ul li,
#TalkEvent .content-inner .category .type ul li {
  padding-top: 10px;
  list-style: none;
  font-size: 18px;
}

#Notice .content-inner .category .link-button,
#TalkEvent .content-inner .category .link-button {
  margin-top: 30px;
  width: 330px;
  height: 45px;
  border: 1px solid #000;
  background-color: inherit;
  font-weight: bold;
  text-align: center;
}

#Notice .content-inner .category .link-button a,
#TalkEvent .content-inner .category .link-button a {
  display: block;
  width: 330px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

#Notice .content-inner .category .award-block,
#TalkEvent .content-inner .category .award-block {
  margin-top: 40px;
}

#Notice .content-inner .category .award-block.-ptn-2019,
#TalkEvent .content-inner .category .award-block.-ptn-2019 {
  margin-top: 60px;
}

#Notice .content-inner .category .award-block.first-block,
#TalkEvent .content-inner .category .award-block.first-block {
  margin-top: 25px;
}

#Notice .content-inner .category .award-block .award,
#TalkEvent .content-inner .category .award-block .award {
  margin-bottom: 15px;
  font-size: 21px;
}

#Notice .content-inner .category .award-block .project,
#TalkEvent .content-inner .category .award-block .project {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 16px;
}

#Notice .content-inner .category .award-block .project .project-name,
#TalkEvent .content-inner .category .award-block .project .project-name {
  margin-top: 10px;
  font-size: 18px;
}

#Notice .content-inner .category .award-block .project .project-name span,
#TalkEvent .content-inner .category .award-block .project .project-name span {
  font-size: 14px;
}

#Notice .content-inner .category .award-block .project p,
#TalkEvent .content-inner .category .award-block .project p {
  margin-top: 6px;
  line-height: 1.2;
}

#Notice .content-inner .category .award-block .project .name,
#TalkEvent .content-inner .category .award-block .project .name {
  margin: 5px 0 0;
  padding: 0;
  text-align: right;
}

#Notice .content-inner .category .award-block .project .name li,
#TalkEvent .content-inner .category .award-block .project .name li {
  list-style: none;
  font-size: 15px;
}

#TalkEvent {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 325px;
}

#TalkEvent:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -175px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/content-bg05.png) no-repeat;
}

#TalkEvent .talk-event-title {
  margin: 20px 0 10px;
}

#TalkEvent .sub-title {
  margin-bottom: 37px;
}

#Report,
#Symposium {
  margin-top: 325px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  letter-spacing: 0;
}

#Report:before,
#Symposium:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -175px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/content-bg05.png) no-repeat;
}

#Report .content-inner .sub-title,
#Symposium .content-inner .sub-title {
  text-align: center;
  letter-spacing: 0;
}

#Report .content-inner .comment,
#Symposium .content-inner .comment {
  margin-top: 40px;
}

#Report .content-inner .comment .toggle p,
#Symposium .content-inner .comment .toggle p {
  font-size: 20px;
}

#Report .content-inner .comment p,
#Symposium .content-inner .comment p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
}

#Report .content-inner .comment p img,
#Symposium .content-inner .comment p img {
  width: 220px;
}

#Report .content-inner .comment p img.center-photo, #Report .content-inner .comment p img.full-photo,
#Symposium .content-inner .comment p img.center-photo,
#Symposium .content-inner .comment p img.full-photo {
  width: 100%;
}

#Report .content-inner .comment p .left-photo,
#Symposium .content-inner .comment p .left-photo {
  float: left;
  margin: 0 20px 0 0;
}

#Report .content-inner .comment p .right-photo,
#Symposium .content-inner .comment p .right-photo {
  float: right;
  margin: 0 0 0 20px;
}

#Report .content-inner .comment p.judge,
#Symposium .content-inner .comment p.judge {
  font-size: 0.85em;
}

#Report .content-inner .comment .period01,
#Symposium .content-inner .comment .period01 {
  margin-top: 3em;
}

#Report .content-inner .comment .period01 p,
#Symposium .content-inner .comment .period01 p {
  display: inline;
}

#Report .content-inner .comment .period02,
#Symposium .content-inner .comment .period02 {
  margin-top: 2em;
}

#Report .content-inner.-talk-table,
#Symposium .content-inner.-talk-table {
  line-height: 1.8;
}

#Report .period01,
#Symposium .period01 {
  margin-top: 3em;
}

#Report .period01.judge,
#Symposium .period01.judge {
  font-size: 0.85em;
}

#Symposium .content-inner .post-text p {
  font-size: 0.85em;
  line-height: 1.7;
}

/* -----
 * Link Button
----------------------------------------------------------------------------- */
.link-button {
  margin: 40px auto 0;
  width: 200px;
  height: 45px;
  border: 1px solid #000;
  background-color: inherit;
  font-weight: bold;
  text-align: center;
}

.link-button a {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

/* -----
 * 他ページと共通の共通箇所
----------------------------------------------------------------------------- */
.article.news th {
  vertical-align: top;
  width: 5.6em;
  text-align: left;
  position: relative;
}

.article.news th.partern01 {
  width: 4.5em;
}

.article.news th:after {
  content: "：";
  position: absolute;
  right: 5px;
  top: 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  position: relative;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

#Footer .content-inner {
  padding: 78px 75px 130px;
}

#Footer .contact-address {
  font-size: 19px;
}

#Footer .cooperation {
  margin-top: 30px;
}

#Footer .cooperation p {
  font-size: 14px;
  margin-top: 6px;
}

#Footer .cooperation p:first-child {
  margin-top: 0;
}

#Footer .share-button {
  position: absolute;
  right: 0;
  bottom: 23%;
}

#Footer .share-button .share-button-inner {
  display: table;
}

#Footer .share-button .share-button-inner .facebook-button {
  display: table-cell;
  width: 35px;
}

#Footer .share-button .share-button-inner .facebook-button a {
  display: block;
}

#Footer .share-button .share-button-inner .facebook-button a img {
  width: 100%;
}

#Footer .share-button .share-button-inner .twitter-button {
  display: table-cell;
  padding-left: 20px;
  vertical-align: bottom;
  width: 35px;
}

#Footer .share-button .share-button-inner .twitter-button a {
  display: block;
}

#Footer .share-button .share-button-inner .twitter-button a img {
  width: 100%;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  border: 1px solid #333;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    color: #222;
  }
  a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * SP版共通パーツ
  ----------------------------------------------------------------------------- */
  body {
    width: 100%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .content {
    -webkit-background-size: 12px 18px, 18px 12px, 18px 12px, 12px 18px;
            background-size: 12px 18px, 18px 12px, 18px 12px, 12px 18px;
  }
  .content-inner {
    padding: 50px 20px;
  }
  .sub-title {
    font-size: 17px;
    line-height: 1.4;
  }
  .button {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    min-width: initial;
    min-width: auto;
  }
  #Wrapper .inner {
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* -----
   * Notice, TalkEvent
  ----------------------------------------------------------------------------- */
  #Notice,
  #TalkEvent {
    margin-top: 160px;
  }
  #Notice:before,
  #TalkEvent:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -85px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/content-bg05.png) 0 0/18px 18px no-repeat;
  }
  #Notice.content.first,
  #TalkEvent.content.first {
    font-size: 13px;
  }
  #Notice.content.first .sub-title,
  #TalkEvent.content.first .sub-title {
    margin-bottom: 37px;
  }
  #Notice .content-inner .registration-link,
  #TalkEvent .content-inner .registration-link {
    margin-top: 20px;
    font-size: 13px;
  }
  #Notice .content-inner .category,
  #TalkEvent .content-inner .category {
    margin-top: 25px;
  }
  #Notice .content-inner .category .sub-title,
  #TalkEvent .content-inner .category .sub-title {
    line-height: 1.4;
  }
  #Notice .content-inner .category .category-title,
  #TalkEvent .content-inner .category .category-title {
    margin-top: 35px;
    font-size: 17px;
  }
  #Notice .content-inner .category .date,
  #TalkEvent .content-inner .category .date {
    margin-top: 20px;
  }
  #Notice .content-inner .category .date tr th,
  #Notice .content-inner .category .date tr td,
  #TalkEvent .content-inner .category .date tr th,
  #TalkEvent .content-inner .category .date tr td {
    font-size: 13px;
  }
  #Notice .content-inner .category .type p,
  #TalkEvent .content-inner .category .type p {
    font-size: 13px;
  }
  #Notice .content-inner .category .type ul li,
  #TalkEvent .content-inner .category .type ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
  }
  #Notice .content-inner .category .link-button,
  #TalkEvent .content-inner .category .link-button {
    margin: 30px auto 0;
    width: 100%;
    height: auto;
  }
  #Notice .content-inner .category .link-button a,
  #TalkEvent .content-inner .category .link-button a {
    display: block;
    padding: 10px 0;
    width: 100%;
    height: auto;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #000;
    font-size: 15px;
    text-decoration: none;
  }
  #Notice .content-inner .category .award-block,
  #TalkEvent .content-inner .category .award-block {
    margin-top: 30px;
  }
  #Notice .content-inner .category .award-block.-ptn-2019,
  #TalkEvent .content-inner .category .award-block.-ptn-2019 {
    margin-top: 40px;
  }
  #Notice .content-inner .category .award-block.first-block,
  #TalkEvent .content-inner .category .award-block.first-block {
    margin-top: 20px;
  }
  #Notice .content-inner .category .award-block .award,
  #TalkEvent .content-inner .category .award-block .award {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #Notice .content-inner .category .award-block .project,
  #TalkEvent .content-inner .category .award-block .project {
    margin-bottom: 20px;
  }
  #Notice .content-inner .category .award-block .project .project-name,
  #TalkEvent .content-inner .category .award-block .project .project-name {
    font-size: 13px;
  }
  #Notice .content-inner .category .award-block .project .project-name span,
  #TalkEvent .content-inner .category .award-block .project .project-name span {
    font-size: 12px;
  }
  #Notice .content-inner .category .award-block .project p,
  #TalkEvent .content-inner .category .award-block .project p {
    font-size: 12px;
    line-height: 1.4;
  }
  #Notice .content-inner .category .award-block .project .name,
  #TalkEvent .content-inner .category .award-block .project .name {
    margin: 10px 0 0;
  }
  #Notice .content-inner .category .award-block .project .name li,
  #TalkEvent .content-inner .category .award-block .project .name li {
    text-align: left;
    font-size: 12px;
  }
  #TalkEvent p {
    font-size: 13px;
  }
  #TalkEvent .article.news {
    font-size: 13px;
  }
  #Symposium, #Awardcontent {
    margin-top: 160px;
  }
  #Symposium:before, #Awardcontent:before {
    width: 18px;
    height: 18px;
    top: -85px;
    background: url(../images/content-bg05.png) 0 0/18px 18px no-repeat;
  }
  #Symposium .content-inner .read-text p,
  #Symposium .content-inner .post-text p, #Awardcontent .content-inner .read-text p,
  #Awardcontent .content-inner .post-text p {
    font-size: 13px;
  }
  #Symposium .content-inner .comment .toggle p, #Awardcontent .content-inner .comment .toggle p {
    font-size: 17px;
  }
  #Symposium .content-inner .comment p .left-photo,
  #Symposium .content-inner .comment p .right-photo, #Awardcontent .content-inner .comment p .left-photo,
  #Awardcontent .content-inner .comment p .right-photo {
    display: block;
    width: 100%;
    float: inherit;
    margin: 0 auto 1em;
  }
  /* -----
   * Review
  ----------------------------------------------------------------------------- */
  #Review {
    margin-top: 160px;
  }
  #Review:before {
    width: 18px;
    height: 18px;
    top: -85px;
    background: url(../images/content-bg05.png) 0 0/18px 18px no-repeat;
  }
  #Review .content-inner .sub-title {
    font-size: 17px;
  }
  #Review .content-inner .name {
    margin-top: 25px;
    font-size: 14px;
  }
  #Review .content-inner .comment {
    margin-top: 60px;
  }
  #Review .content-inner .comment.first-comment {
    margin-top: 25px;
  }
  #Review .content-inner .comment .award {
    margin: 0;
    font-size: 17px;
  }
  #Review .content-inner .comment .award span {
    margin-top: 20px;
    font-size: 14px;
  }
  #Review .content-inner .comment p {
    font-size: 13px;
  }
  #Review .content-inner .comment p img {
    width: 100%;
  }
  #Review .content-inner .comment p .left-photo {
    float: inherit;
    margin: 1em 0;
  }
  #Review .content-inner .comment p .right-photo {
    float: inherit;
    margin: 1em 0;
  }
  #Review .content-inner .comment p .photo01 {
    width: 100%;
    margin: 0 0 1em;
  }
  #Review .content-inner .comment p .photo03,
  #Review .content-inner .comment p .photo05,
  #Review .content-inner .comment p .photo07,
  #Review .content-inner .comment p .photo09,
  #Review .content-inner .comment p .photo11 {
    margin: 1em 0;
  }
  #Review .content-inner .comment p .photo06 {
    margin: 1em 0;
  }
  #Review .content-inner .comment .period01,
  #Review .content-inner .comment .period02,
  #Review .content-inner .comment .period03 {
    margin-top: 0;
  }
  #Review .content-inner .comment .review-photo {
    margin-top: 15px;
  }
  #Review .content-inner .comment .review-photo img {
    width: 100%;
  }
  #Review .content-inner .prize-winner .title {
    margin-top: 8px;
    font-size: 14px;
  }
  #Review .content-inner .prize-winner .award {
    margin: 0 0 20px;
  }
  #Review .content-inner .prize-winner .detail {
    margin: 7px 0 30px;
  }
  #Review .content-inner .prize-winner .detail .txt {
    width: 100%;
  }
  #Review .content-inner .prize-winner .detail .photo {
    width: 100%;
    margin: 1em 0;
  }
  #Review .content-inner .prize-winner .detail.photo-right .txt {
    float: inherit;
  }
  #Review .content-inner .prize-winner .detail.photo-right .photo {
    float: inherit;
  }
  #Review .content-inner .prize-winner .detail.photo-left .txt {
    float: inherit;
  }
  #Review .content-inner .prize-winner .detail.photo-left .photo {
    float: inherit;
  }
  #Review .content-inner .fine-work {
    margin-top: 0;
  }
  #Review .content-inner .fine-work .detail {
    margin-top: 20px;
  }
  #Review .content-inner .fine-work .detail .title {
    margin-top: 8px;
    font-size: 14px;
  }
  #Review .content-inner .fine-work .detail .txt {
    margin-top: 7px;
  }
  #Review .content-inner .fine-work .photo {
    margin-top: 20px;
  }
  /* -----
   * Report
  ----------------------------------------------------------------------------- */
  #Report {
    margin-top: 160px;
  }
  #Report:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -85px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/content-bg05.png) 0 0/18px 18px no-repeat;
  }
  #Report .content-inner .sub-title {
    font-size: 17px;
  }
  #Report .content-inner .date {
    margin-top: 20px;
    font-size: 12px;
  }
  #Report .content-inner .comment {
    margin-top: 30px;
  }
  #Report .content-inner .comment p {
    font-size: 13px;
  }
  #Report .content-inner .comment p img {
    width: 100%;
  }
  #Report .content-inner .comment p .left-photo {
    float: inherit;
    margin: 0 0 1em 0;
  }
  #Report .content-inner .comment p .right-photo {
    float: inherit;
    margin: 0 0 1em 0;
  }
  #Report .content-inner .comment .period01 {
    margin-top: 3em;
  }
  #Report .content-inner .comment .period02 {
    margin-top: 2em;
  }
  /* -----
   * Link Button
  ----------------------------------------------------------------------------- */
  .link-button {
    margin: 40px auto 0;
    width: 100%;
    height: 45px;
  }
  .link-button a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #000;
    font-size: 15px;
    text-decoration: none;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer .content-inner {
    padding: 50px 20px 100px;
  }
  #Footer .contact-address {
    font-size: 14px;
    line-height: 1.3;
  }
  #Footer .cooperation {
    margin-top: 10px;
  }
  #Footer .cooperation p {
    font-size: 12px;
    line-height: 1.3;
  }
  #Footer .cooperation p:first-child {
    margin-top: 0;
  }
  #Footer .share-button {
    right: 0;
    bottom: 18%;
  }
  #Footer .share-button .share-button-inner .facebook-button {
    width: 30px;
  }
  #Footer .share-button .share-button-inner .twitter-button {
    width: 30px;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
}
