@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;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.ffs {
  font-feature-settings: "palt";
}

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

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

.sp-only {
  display: none;
}

.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;
}

.content-small-inner {
  padding: 30px 75px;
}

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

.button {
  width: 200px;
  height: 45px;
  border: 1px solid #000;
  background-color: inherit;
  color: #000;
  font-size: 17.5px;
  font-weight: bold;
}

#registration {
  margin-top: -250px;
  padding-top: 250px;
}

/* -----
 * 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: 100%;
  background-color: #fff;
  z-index: 10;
}

#Header .logo-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  /* .logo {
      max-width: 800px;
      width: 80%;
      height: 50%;
      background: url(../images/header-logo.png) no-repeat center;
      background-size: contain;
      overflow: hidden;
      text-indent: -5000px;
      margin: 0 auto;
    } */
}

#HeaderRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

/* -----
 * KeyVisual
----------------------------------------------------------------------------- */
#KeyVisual .main-image {
  position: relative;
  margin-bottom: 50px;
}

/* -----
 * Greeting
----------------------------------------------------------------------------- */
#Greeting {
  margin-top: 400px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #231815;
}

#Greeting .category-title {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

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

#Greeting .content-inner .comment {
  margin-top: 85px;
}

#Greeting .content-inner .comment:first-of-type {
  margin-top: 50px;
}

#Greeting .content-inner .comment .name {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

#Greeting .content-inner .comment .name.chairman-title {
  margin-top: 24px;
  font-size: 18px;
}

#Greeting .content-inner .comment .name.committee {
  margin-top: 30px;
}

#Greeting .content-inner .comment .name.committee .committee-member {
  font-size: 18px;
}

#Greeting .content-inner .comment .name span {
  display: block;
  margin-top: 7px;
  font-size: 22px;
}

#Greeting .content-inner .comment .name .chair {
  margin-top: 10px;
}

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

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

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

#Notice.content.first .sub-title {
  margin-bottom: 40px;
}

#Notice.content.first .sub-title.news {
  margin-bottom: 20px;
  font-size: 18px;
}

#Notice.content.first .comment {
  margin-bottom: 78px;
}

#Notice: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 {
  text-align: center;
}

#Notice .content-inner .news-title {
  margin: 0 0 1em;
}

#Notice .content-inner .news-title.second {
  margin-top: 2em;
}

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

#Notice .content-inner .registration-link.news {
  margin: 10px 0 40px;
}

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

#Notice .content-inner .category.news {
  margin-top: 30px;
}

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

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

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

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

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

#Notice .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 {
  margin-top: 10px;
  font-size: 18px;
}

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

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

#Notice .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 {
  list-style: none;
  font-size: 15px;
}

#Notice .comment .name.chairman-title {
  margin-top: 24px;
  font-size: 18px;
}

#Notice .comment .name {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

#Notice .comment .name span {
  font-size: 22px;
  display: block;
}

#Notice .comment .name .chair {
  margin-top: 10px;
}

#Notice .comment .name .committee-member {
  font-size: 18px;
}

#Notice .comment .name.committee {
  margin-top: 30px;
}

#Notice .comment .group-name {
  text-align: right;
}

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

#Report: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 {
  text-align: center;
  letter-spacing: 0;
}

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

#Report .content-inner .comment p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}

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

#Report .content-inner .comment p img.full-photo {
  width: 100%;
  margin-top: 10px;
}

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

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

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

#Report .content-inner .comment .period02 {
  margin-top: 4em;
}

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

#Details: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;
}

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

#Details .content-inner .registration {
  text-align: center;
}

#Details .content-inner .category {
  margin-top: 50px;
}

#Details .content-inner .category:first-child {
  margin-top: 0;
}

#Details .content-inner .category:nth-child(2) {
  margin-top: 50px;
}

#Details .content-inner .category .introduction {
  margin-top: 30px;
}

#Details .content-inner .category .introduction .date {
  font-size: 14px;
}

#Details .content-inner .category .sentence {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

#Details .content-inner .category .object {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
}

#Details .content-inner .category .two-row {
  margin-top: 5px;
}

#Details .content-inner .category .conditions {
  padding: 0;
}

#Details .content-inner .category .conditions li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 1.3;
  list-style: none;
}

#Details .content-inner .category .conditions li:nth-child(n + 2) {
  margin-top: 5px;
}

#Details .content-inner .category .judge {
  margin-top: 25px;
}

#Details .content-inner .category .judge .judge-name {
  font-size: 18px;
  letter-spacing: 0.05em;
}

#Details .content-inner .category .judge .judge-name span {
  font-size: 14px;
}

#Details .content-inner .category .judge p {
  margin-top: 6px;
  line-height: 1.2;
}

#Details .content-inner .category .first {
  margin-top: 20px;
}

#Details .content-inner .category .year {
  margin-top: 15px;
  font-size: 18px;
}

#Details .content-inner .category .article {
  margin-top: 15px;
  text-align: left;
  font-weight: bold;
}

#Details .content-inner .category .article tr {
  letter-spacing: 0.1em;
}

#Details .content-inner .category .article tr th {
  text-align: left;
}

#Details .content-inner .category .article tr td {
  padding-left: 20px;
}

#Details .content-inner .category .article .date {
  display: inline-block;
  margin-right: 0.8em;
  width: 5em;
}

#Details .content-inner .category .agenda tr td {
  padding-left: 30px;
}

#Details .content-inner .category .comments {
  margin-top: 10px;
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}

#Details .content-inner .category .books {
  padding: 0;
}

#Details .content-inner .category .books li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

#Details .content-inner .category .books li:nth-child(n + 2) {
  margin-top: 5px;
}

#Details .content-inner .category .books li:nth-child(5) {
  letter-spacing: -0.01em;
}

#Details .content-inner .category .sponsorship,
#Details .content-inner .category .process {
  width: 100%;
  margin-top: 10px;
}

#Details .content-inner .category .sponsorship tr,
#Details .content-inner .category .process tr {
  width: 100%;
}

#Details .content-inner .category .sponsorship tr:first-child th:after,
#Details .content-inner .category .process tr:first-child th:after {
  content: "：";
  position: absolute;
  top: 0;
}

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

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

#Details .content-inner .category .sponsorship tr th,
#Details .content-inner .category .process tr th {
  text-align: left;
  width: 7.5em;
  position: relative;
}

#Details .content-inner .category .sponsorship tr th:after,
#Details .content-inner .category .process tr th:after {
  content: "：";
  position: absolute;
  right: 5px;
  top: 10px;
}

#Details .content-inner .category .sponsorship tr td,
#Details .content-inner .category .process tr td {
  width: auto;
}

#Details .content-inner .category .process tr th {
  width: 5.6em;
}

/* -----
 * Modal
----------------------------------------------------------------------------- */
.vbox-overlay .vbox-close {
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  font-size: 38px;
}

.vbox-overlay .vbox-title {
  color: #fff !important;
  font-size: 13px !important;
}

/* -----
 * MailForm
----------------------------------------------------------------------------- */
#MailForm {
  margin-top: 325px;
  position: relative;
}

#MailForm h3 {
  text-align: center;
  margin-bottom: 50px;
}

#MailForm: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;
}

#MailForm .content-inner .category-title {
  display: block;
  margin: 35px 0 5px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#MailForm .content-inner .chapter-block {
  display: block;
  margin: 45px 0 5px;
}

#MailForm .content-inner .wpcf7-form-control {
  width: 100%;
  height: 45px;
  padding: 0 25px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
}

#MailForm .content-inner .address-block .address-title {
  margin: 35px 0 0;
}

#MailForm .content-inner .address-block table {
  width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#MailForm .content-inner .address-block table tbody tr th {
  width: 60px;
  text-align: left;
  line-height: 1.2;
  vertical-align: top;
}

#MailForm .content-inner .address-block table tbody tr .one-line {
  padding: 25px 10px 0 0;
}

#MailForm .content-inner .address-block table tbody tr .two-line {
  padding: 16px 10px 0 0;
}

#MailForm .content-inner .address-block table tbody tr td {
  padding-top: 13px;
}

#MailForm .content-inner .wpcf7-file {
  display: none;
}

#MailForm .content-inner .file-block {
  position: relative;
  display: table;
  width: 100%;
  height: 45px;
}

#MailForm .content-inner .file-block .file-button {
  float: none;
}

#MailForm .content-inner .file-block .file-name {
  position: absolute;
  right: 0;
  top: 0;
}

#MailForm .content-inner .file-button {
  display: block;
  float: left;
  width: 200px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17.5px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

#MailForm .content-inner .file-name {
  display: block;
  float: right;
  width: 430px;
  height: 45px;
  margin-left: 20px;
  text-align: left;
  padding-left: 20px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17.5px;
  font-weight: bold;
  color: #000;
}

#MailForm .content-inner .description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#MailForm .content-inner .description .file-notes {
  margin-top: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

#MailForm .content-inner .confirm-button {
  margin-top: 30px;
}

#MailForm .content-inner .confirm-button .ajax-loader {
  margin: 13px 0 0 -27px;
}

#MailForm .content-inner .confirm-button .button_wrapper {
  text-align: center;
}

#MailForm .content-inner .confirm-button .button_wrapper .wpcf7c-btn-confirm, #MailForm .content-inner .confirm-button .button_wrapper .wpcf7-back, #MailForm .content-inner .confirm-button .button_wrapper .wpcf7-submit {
  float: none;
  display: inline-block;
}

#MailForm .content-inner .wpcf7-response-output {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  padding: 10px 3px;
  border-width: 1px;
}

#MailForm .content-inner .wpcf7-validation-errors {
  background-color: #ffeeee;
  color: #ff3333;
  border-color: #ff3333;
}

/* -----
 * confirm　内容確認画面用css
----------------------------------------------------------------------------- */
#MailForm .content-inner .confirm:before {
  content: "内容をご確認ください";
  display: block;
  font-size: 21px;
  font-weight: bold;
}

#MailForm .content-inner .confirm h3 {
  display: none;
}

#MailForm .content-inner .confirm .wpcf7-form-control {
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

#MailForm .content-inner .confirm .address-block table tbody tr:last-child {
  display: none;
}

#MailForm .content-inner .confirm .file-block .file-button {
  display: none;
}

#MailForm .content-inner .confirm .file-block .file {
  display: none;
}

#MailForm .content-inner .confirm .file-block .file-name {
  position: inherit;
  width: 100%;
  height: 45px;
  margin-left: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  float: inherit;
  font-weight: normal;
}

#MailForm .content-inner .confirm .description {
  display: none;
}

#MailForm .content-inner .confirm .confirm-button {
  margin-top: 60px;
}

#MailForm .content-inner .confirm .confirm-button .wpcf7-form-control {
  margin-left: 20px;
  border: 1px solid #000;
}

#MailForm .content-inner .confirm .confirm-button .wpcf7-form-control:first-child {
  margin-left: 0;
}

/* -----
 * confirm
----------------------------------------------------------------------------- */
.confirm .sentence {
  padding: 8px 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.confirm .send-button {
  margin-top: 60px;
  display: table;
}

.confirm .send-button .select-button {
  display: table-cell;
}

.confirm .send-button .transmit-button {
  padding-left: 20px;
}

/* -----
 * complete
----------------------------------------------------------------------------- */
.complete {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 70px 0;
}

.complete p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
}

/* -----
 * 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%;
}

/*文言修正により追加*/
.mainpoint {
  position: relative;
}

.mainpoint: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;
}

.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;
}

.speakers h3 {
  font-size: 18px;
}

.speakers .speaker {
  text-indent: 3em;
}

.accordion {
  width: 100%;
  padding: 0;
}

.accordion a.toggle {
  position: relative;
  border-bottom: 1px solid #ccc;
  list-style: none;
  font-size: 16px;
}

.accordion li:first-child {
  border-top: 1px solid #ccc;
}

.accordion > a.toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  text-align: center;
}

.accordion > a.toggle.twoblock {
  margin-top: 50px;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes hide {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.accordion .accordion_box {
  display: none;
  text-align: left;
  padding: 0 0.8em 1.4em 1em;
  color: #555;
  line-height: 1.8;
  -webkit-animation: hide 0.5s linear 0s;
          animation: hide 0.5s linear 0s;
}

.accordion .accordion_box.active {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
  border: 1px solid #000;
  margin-top: -1px;
}

.accordion .accordion_box .name {
  margin-bottom: 20px;
}

.accordion .accordion_icon,
.accordion .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion .accordion_icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 36px;
  right: 40px;
}

.accordion .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
}

.accordion .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

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

#Awardcontent {
  margin-top: 160px;
}

#Awardcontent:before {
  width: 18px;
  height: 18px;
  top: -85px;
  background: url(../images/content-bg05.png) 0 0/18px 18px no-repeat;
}

#Awardcontent .content-inner .read-text p,
#Awardcontent .content-inner .post-text p {
  font-size: 13px;
}

#Awardcontent .content-inner .read-text p.president,
#Awardcontent .content-inner .post-text p.president {
  text-align: right;
  margin: 20px 10px;
  font-size: 14px;
}

#Report: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;
}

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

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

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

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

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

#Awardcontent .content-inner .comment p img {
  width: 220px;
}

#Awardcontent .content-inner .comment p img.center-photo, #Awardcontent .content-inner .comment p img.full-photo {
  width: 100%;
  margin-top: 10px;
}

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

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

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

#Awardcontent .content-inner .comment .period01 {
  margin-bottom: 3em;
  clear: both;
}

#Awardcontent .content-inner .comment .period01 p {
  display: inline;
}

#Awardcontent .content-inner .comment .period02 {
  margin-top: 30px;
}

#Awardcontent .content-inner .comment .period02 .award-left-photo {
  float: left;
  width: 285px;
}

#Awardcontent .content-inner .comment .period02 .award-right-photo {
  float: right;
  width: 285px;
}

#Awardcontent .content-inner .comment .period02 .right-txt {
  float: right;
  width: calc(96% - 285px);
}

#Awardcontent .content-inner .comment .period02 .left-txt {
  float: left;
  width: calc(96% - 285px);
}

#Awardcontent .content-inner.-talk-table {
  line-height: 1.8;
}

#Awardcontent {
  margin-top: 160px;
}

#Awardcontent .content-inner .read-text p,
#Awardcontent .content-inner .post-text p {
  font-size: 13px;
}

#Awardcontent .content-inner .category .award-block .comment p.award {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 -30px;
}

#Awardcontent .content-inner .category .award-block .left-photo,
#Awardcontent .content-inner .category .award-block .right-photo {
  display: block;
  width: 220px;
}

#Awardcontent .content-inner .category .award-block .awardtit {
  margin: 50px 0 18px;
  text-align: center;
}

#Awardcontent .content-inner .category .award-block .awardtit p {
  font-size: 14px;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
.notice_detail {
  display: inline-block;
  text-indent: 1em;
}

/* -----
 * 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;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  /* -----
   * KeyVisual
  ----------------------------------------------------------------------------- */
  #KeyVisual {
    margin-top: 50px;
  }
  #KeyVisual .main-image {
    margin-bottom: 100px;
  }
  /* -----
   * Greeting
  ----------------------------------------------------------------------------- */
  #Greeting {
    margin-top: 150px;
    font-size: 13px;
  }
  #Greeting .content-inner .category-title {
    margin-bottom: 20px;
    font-size: 17px;
  }
  #Greeting .content-inner .comment {
    margin-top: 70px;
  }
  #Greeting .content-inner .comment:first-of-type {
    margin-top: 37px;
  }
  #Greeting .content-inner .comment .name {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.4;
  }
  #Greeting .content-inner .comment .name.chairman-title {
    margin-top: 35px;
    font-size: 17px;
  }
  #Greeting .content-inner .comment .name.committee-chairman {
    margin-top: 25px;
  }
  #Greeting .content-inner .comment .name.committee {
    margin-top: 25px;
  }
  #Greeting .content-inner .comment .name.committee .committee-member {
    font-size: 17px;
  }
  #Greeting .content-inner .comment .name.committee span {
    line-height: 1.4;
  }
  #Greeting .content-inner .comment .name span {
    line-height: 1;
    margin-top: 8px;
    font-size: 18px;
  }
  #Greeting .content-inner .comment .name .chair {
    margin-top: 8px;
  }
  /* -----
   * Notice
  ----------------------------------------------------------------------------- */
  #Notice {
    margin-top: 160px;
  }
  #Notice: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 {
    font-size: 13px;
  }
  #Notice.content.first .sub-title {
    margin-bottom: 37px;
  }
  #Notice .content-inner .registration-link {
    margin-top: 20px;
    font-size: 13px;
  }
  #Notice .content-inner .category {
    margin-top: 37px;
  }
  #Notice .content-inner .category .sub-title {
    line-height: 1.4;
  }
  #Notice .content-inner .category .sub-title.news {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #Notice .content-inner .category .category-title {
    margin-top: 35px;
    font-size: 17px;
  }
  #Notice .content-inner .category .link-button {
    width: 100%;
    height: auto;
  }
  #Notice .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 {
    margin-top: 30px;
  }
  #Notice .content-inner .category .award-block.first-block {
    margin-top: 20px;
  }
  #Notice .content-inner .category .award-block .award {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #Notice .content-inner .category .award-block .project {
    margin-bottom: 20px;
  }
  #Notice .content-inner .category .award-block .project .project-name {
    font-size: 13px;
  }
  #Notice .content-inner .category .award-block .project .project-name span {
    font-size: 12px;
  }
  #Notice .content-inner .category .award-block .project p {
    font-size: 12px;
    line-height: 1.4;
  }
  #Notice .content-inner .category .award-block .project .name {
    margin: 10px 0 0;
  }
  #Notice .content-inner .category .award-block .project .name li {
    text-align: left;
    font-size: 12px;
  }
  #Notice .content-inner .category.news {
    margin-top: 20px;
  }
  #Notice .comment .name.chairman-title {
    margin-top: 45px;
    font-size: 17px;
  }
  #Notice .comment .name {
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
  }
  #Notice .comment .name span {
    font-size: 18px;
    display: block;
  }
  #Notice .comment .name .chair {
    margin-top: 8px;
  }
  #Notice .comment .name .committee-member {
    font-size: 17px;
  }
  #Notice .comment .name.committee {
    margin-top: 25px;
  }
  /* -----
   * 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;
  }
  /* -----
   * Details
  ----------------------------------------------------------------------------- */
  #Details {
    margin-top: 160px;
  }
  #Details: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;
  }
  #Details .content-inner .category {
    margin-top: 25px;
  }
  #Details .content-inner .category:first-child {
    margin-top: 0;
  }
  #Details .content-inner .category:nth-child(2) {
    margin-top: 37px;
  }
  #Details .content-inner .category .introduction {
    margin-top: 20px;
    font-size: 14px;
  }
  #Details .content-inner .category .introduction .date {
    font-size: 12px;
  }
  #Details .content-inner .category .sentence {
    font-size: 13px;
  }
  #Details .content-inner .category .object {
    font-size: 12px;
  }
  #Details .content-inner .category .conditions li {
    font-size: 13px;
  }
  #Details .content-inner .category .judge {
    margin-top: 20px;
  }
  #Details .content-inner .category .judge .judge-name {
    font-size: 13px;
  }
  #Details .content-inner .category .judge .judge-name span {
    font-size: 12px;
  }
  #Details .content-inner .category .judge p {
    font-size: 12px;
    line-height: 1.4;
  }
  #Details .content-inner .category .year {
    font-size: 14px;
  }
  #Details .content-inner .category .article {
    text-align: left;
    font-weight: bold;
  }
  #Details .content-inner .category .article tr {
    display: block;
    margin-top: 10px;
  }
  #Details .content-inner .category .article tr:first-child {
    margin-top: 0;
  }
  #Details .content-inner .category .article tr th {
    display: block;
  }
  #Details .content-inner .category .article tr td {
    padding-left: 0;
    display: block;
  }
  #Details .content-inner .category .comments {
    margin-top: 10px;
    font-size: 12px;
  }
  #Details .content-inner .category .books li {
    font-size: 13px;
  }
  #Details .content-inner .category .sponsorship tr th,
  #Details .content-inner .category .sponsorship tr td,
  #Details .content-inner .category .process tr th,
  #Details .content-inner .category .process tr td {
    font-size: 13px;
  }
  /* -----
   * Modal
  ----------------------------------------------------------------------------- */
  .vbox-overlay .vbox-container .vbox-content {
    padding: 20px 13px !important;
  }
  .vbox-overlay .vbox-title {
    height: auto !important;
    padding: 15px 30px !important;
    line-height: 1.4 !important;
  }
  .vbox-overlay .vbox-next span,
  .vbox-overlay .vbox-prev span {
    border: 4px solid transparent !important;
    border-top-color: #b6b6b6 !important;
    border-right-color: #b6b6b6 !important;
  }
  .vbox-overlay .vbox-next {
    right: -2px;
  }
  .vbox-overlay .vbox-prev {
    left: -2px;
  }
  /* -----
   * MailForm
  ----------------------------------------------------------------------------- */
  #MailForm {
    margin-top: 160px;
  }
  #MailForm h3 {
    margin-bottom: 37px;
  }
  #MailForm: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;
  }
  #MailForm .content-inner .category-title {
    margin: 18px 0 5px;
    font-size: 13px;
  }
  #MailForm .content-inner .chapter-block {
    margin: 24px 0 5px;
  }
  #MailForm .content-inner .wpcf7-form-control {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    -webkit-appearance: none;
  }
  #MailForm .content-inner .address-block .address-title {
    margin: 24px 0 0;
  }
  #MailForm .content-inner .address-block table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #MailForm .content-inner .address-block table tbody {
    display: block;
  }
  #MailForm .content-inner .address-block table tbody tr {
    display: block;
    margin-top: 10px;
  }
  #MailForm .content-inner .address-block table tbody tr th {
    display: block;
    width: 100%;
    margin: 10px 0 5px;
    padding: 0;
    font-size: 13px;
  }
  #MailForm .content-inner .address-block table tbody tr .one-line {
    padding: 0;
  }
  #MailForm .content-inner .address-block table tbody tr .two-line {
    padding: 0;
  }
  #MailForm .content-inner .address-block table tbody tr td {
    display: block;
    padding-top: 0;
  }
  #MailForm .content-inner .wpcf7-file {
    display: none;
  }
  #MailForm .content-inner .file-block .file-button {
    margin-bottom: 55px;
  }
  #MailForm .content-inner .file-block .file-name {
    position: absolute;
    right: 0;
    top: 46px;
  }
  #MailForm .content-inner .file-button {
    float: inherit;
    width: 100%;
    font-size: 16px;
    height: inherit;
  }
  #MailForm .content-inner .file-name {
    float: inherit;
    width: 100%;
    margin: 5px 0 0;
    padding-left: 0;
    text-align: center;
  }
  #MailForm .content-inner .description {
    margin-top: 0;
    font-size: 12px;
  }
  #MailForm .content-inner .description span {
    display: block;
  }
  #MailForm .content-inner .description p {
    margin-top: 5px;
  }
  #MailForm .content-inner .confirm-button {
    margin-top: 30px;
  }
  #MailForm .content-inner .confirm-button .ajax-loader {
    float: right;
    margin-right: 15px;
    margin-top: -32px;
  }
  #MailForm .content-inner .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  /* -----
   * confirm　内容確認画面用css
  ----------------------------------------------------------------------------- */
  #MailForm .content-inner .confirm:before {
    font-size: 17px;
  }
  #MailForm .content-inner .confirm .file-block {
    position: inherit;
  }
  #MailForm .content-inner .confirm .file-block .file-name {
    position: inherit;
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    float: inherit;
    font-weight: normal;
    text-align: left;
    line-height: 25px;
  }
  #MailForm .content-inner .confirm .confirm-button {
    margin-top: 40px;
  }
  #MailForm .content-inner .confirm .confirm-button .wpcf7-form-control {
    margin-left: 0;
    margin-top: 20px;
  }
  #MailForm .content-inner .confirm .confirm-button .wpcf7-form-control:first-child {
    margin-top: 0;
  }
  /* -----
   * confirm
  ----------------------------------------------------------------------------- */
  .confirm .sentence {
    padding: 4px 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
  }
  .confirm .address-block table tbody .sentence {
    width: 100%;
  }
  .confirm .send-button {
    margin-top: 40px;
    display: block;
  }
  .confirm .send-button .select-button {
    display: block;
  }
  .confirm .send-button .transmit-button {
    padding-left: 0;
    margin-top: 20px;
  }
  /* -----
   * complete
  ----------------------------------------------------------------------------- */
  .complete {
    padding: 30px 0;
  }
  .complete p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
  }
  /* -----
   * 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;
  }
  /* -----
   * award
  ----------------------------------------------------------------------------- */
  #registration {
    margin-top: -200px;
    padding-top: 200px;
  }
  .mainpoint {
    position: relative;
  }
  .mainpoint: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;
  }
  .accordion .accordion_icon {
    top: 35px;
    right: 35px;
    width: 15px;
    height: 15px;
  }
  .accordion .accordion_icon span {
    height: 4px;
  }
  #Awardcontent .content-inner .category .award-block .left-photo {
    width: 100%;
  }
  #Awardcontent .content-inner .category .award-block .right-photo {
    width: 100%;
  }
  #Awardcontent .content-inner .category .award-block .right-photo-inner {
    width: 100%;
  }
  #Awardcontent .content-inner .comment .toggle p {
    font-size: 17px;
  }
  #Awardcontent .content-inner .comment .period02 .right-txt, #Awardcontent .content-inner .comment .period02 .left-txt {
    float: none;
    width: auto;
  }
  #Awardcontent .content-inner .comment .period02 .award-left-photo, #Awardcontent .content-inner .comment .period02 .award-right-photo {
    float: none;
    width: auto;
  }
  #Awardcontent .content-inner .post-text p.president span {
    font-size: 12px;
    margin-right: -10px;
  }
}
