@charset "utf-8";

/* =====================================
  ページ枠組み
  ======================================*/
.wae-l-solid {
  width: 1080px;
  margin: 30px auto 0;
}
.wae-l-solid:after {
  content:"";
  display:block;
  display:block;
  width: 100%;
  width: 100%;
  height: 60px;
}
.wae-l-2col {
  width: 1080px;
  margin: 30px auto 0;
}
.wae-l-2col:after {
  content:"";
  display:block;
  clear:both;
  width: 100%;
  height: 60px;
}
.wae-l-2col_main {
  float: left;
  width: 830px;
}
.wae-l-2col_side {
  float: right;
  width: 235px;
}
.l-liquid .wae-section:last-child,
.l-1col .wae-section:last-child{
  margin-bottom: 60px;
}

/*セクション固定幅*/
.wae-section-base-width{
    width: 1080px;
    margin: 0 auto;
}
.l-2col_main .wae-section-base-width{
    width: 100%;
}
.l-1col .wae-section-base-boder .wae-section-base-width{
    width: 1056px;
}

/* =====================================
  パーツ
  ======================================*/

.wae-section .wae-section-block>div>a{
  text-decoration: underline;
}
.wae-section .wae-section-block>div>a:hover{
  text-decoration: none;
  color: #b33f3f;
}

/*セクション枠線（or下線）*/
.wae-section-base-boder{
  border: 1px solid #d4dee2;
  padding: 12px;
}

/*セクション背景色*/
.wae-section-base-background{
  background: #F7F9FA;
  padding: 12px;
}

/* セクションの見出し（H2）装飾 */
.wae-section-title>h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
}
.wae-section-boder{
  position: relative;
  padding: 0;
  border-bottom: 2px solid #ebf0f2;
}
.wae-section-boder h2{
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  padding: 8px 0;
  border-bottom: 2px solid #b33f3f;
}
.wae-section-background{
  background: #F7F9FA;
}

.wae-section-accordion{
  border-bottom: 1px solid #ebf0f2;
}
.wae-section-accordion-title{
  position: relative;
  cursor:pointer;
  border-radius: 3px;
  margin-bottom: 0!important;
}
.wae-section-accordion-title:hover{
  background-color: #F7F9FA;
}
.wae-section-accordion-title-off:before,
.wae-section-accordion-title:before{
  content: ' ';
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: none;
  border-radius: 3px;
  background: #b33f3f;
}
.wae-section-accordion-title-on{
  background: #F7F9FA;
}
.wae-section-accordion-title-off:after,
.wae-section-accordion-title:after{
  position: absolute;
  content: ' ';
  display: block;
  top:50%;
  right: 20px;
  margin-top: -2px;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-top: 5px solid #fff;
}
.wae-section-accordion-title-on:after{
  margin-top: -7px;
  border-top: 4px solid transparent;
  border-bottom: 5px solid #fff;
}
.wae-section-accordion-body{
  padding: 12px 0;
}


/*　余白装飾（WAE利用サイトページ内共通） */
.wae-section-margin-large:not(:last-child),
p.wae-section-margin-large:not(:last-child),
p a.wae-section-margin-large
{margin-bottom:50px}
.wae-section-margin-moderate:not(:last-child),
p.wae-section-margin-moderate:not(:last-child),
p a.wae-section-margin-moderate
{margin-bottom:20px}
.wae-section-margin-small:not(:last-child),
p.wae-section-margin-small:not(:last-child),
p a.wae-section-margin-small
{margin-bottom:5px}
.wae-section-margin-none:not(:last-child),
p.wae-section-margin-none:not(:last-child),
p a.wae-section-margin-none
{margin-bottom:0px}


/*段装飾*/
.wae-section-column-background{border:1px #F7F9FA solid;background:#F7F9FA}
.wae-section-column-border{border:1px #d4dee2 solid}

/*ブロック装飾*/
.wae-section-block-border{border:1px #d4dee2 solid}
.wae-section-block-background{background:#F7F9FA;border:1px #F7F9FA solid}
.wae-section-block-link>a{
  background-color: #fff;
  border:1px #229ee5 solid;
  box-shadow: 0px 2px 6px  rgba(8, 76, 115, 0.2);
  -moz-box-shadow: 0px 2px 6px  rgba(8, 76, 115, 0.2);
  -webkit-box-shadow: 0px 2px 6px  rgba(8, 76, 115, 0.2);
  cursor:pointer
}
.wae-section-block-link>a:hover{
  background-color: #edf4f7;
  border-color: #adc1cc;
  box-shadow: 0px 0px 6px  rgba(8, 76, 115, 0.1);
  -moz-box-shadow: 0px 0px 6px  rgba(8, 76, 115, 0.1);
  -webkit-box-shadow: 0px 0px 6px  rgba(8, 76, 115, 0.1);
}
.wae-section-block-link:hover{border-color:#f90}
.wae-section-block-link *{
  text-decoration: underline;
}
.wae-section-block-link .wae-section-note *{
  text-decoration: none;
}

/* WAE 見出しスタイル装飾 */
.wae-h-border{
  position: relative;
    border-bottom: 2px solid #ebf0f2;
}
.wae-h-border h2,.wae-h-border h3,.wae-h-border h4,.wae-h-border h5,.wae-h-border h6{
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  border-bottom: 2px solid #b33f3f;
}
.wae-h-border h2,.wae-h-border h3,.wae-h-border h4,.wae-h-border h5,.wae-h-border h6{
    padding-bottom: 5px;
}
.wae-h-bold h2,.wae-h-bold h3,.wae-h-bold h4,.wae-h-bold h5,.wae-h-bold h6{
    font-weight: bold;
}
.wae-txt-xlarge h2,.wae-txt-xlarge h3,.wae-txt-xlarge h4,.wae-txt-xlarge h5,.wae-txt-xlarge h6{
    font-size: 2.4rem;
}
.wae-txt-large h2,.wae-txt-large h3,.wae-txt-large h4,.wae-txt-large h5,.wae-txt-large h6{
    font-size: 2.0rem;
}
.wae-txt-normal h2,.wae-txt-normal h3,.wae-txt-normal h4,.wae-txt-normal h5,.wae-txt-normal h6{
    font-size: 1.5rem;
}
.wae-txt-small h2,.wae-txt-small h3,.wae-txt-small h4,.wae-txt-small h5,.wae-txt-small h6{
    font-size: 1.3rem;
}

.wae-h-bg h2,.wae-h-bg h3,.wae-h-bg h4,.wae-h-bg h5,.wae-h-bg h6{
    color: #fff;
    background-color: #b33f3f;
    padding: 7px 12px;
}
.wae-h-border.wae-h-bg h2,.wae-h-border.wae-h-bg h3,.wae-h-border.wae-h-bg h4,.wae-h-border.wae-h-bg h5,.wae-h-border.wae-h-bg h6{
  display: block;
  margin-bottom: 0;
  border-bottom: none;
}

.wae-section-head a{
  display: inline-block;
  text-indent: -14px;
  padding: 0 0 0 14px;
  text-decoration: underline;
}
.wae-section-head a:before{
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 7px 0 1px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #b33f3f;
  vertical-align: 0.2rem;
}
.wae-section-head a:hover{
  text-decoration: none;
}
.wae-section-head.wae-txt-small a:before{margin: 0 7px 0 1px;vertical-align: 0.2rem;border-width: 3px 0 3px 5px;}
.wae-section-head.wae-txt-large a:before{vertical-align: 0.4rem;}
.wae-section-head.wae-txt-xlarge a:before{vertical-align: 0.6rem;}

.wae-section-head.wae-h-bg a{
  display: block;
  color: #fff;
}
.wae-section-head.wae-h-bg a:before{
  border-color: transparent transparent transparent #fff;
}

/* 文章装飾 */
.wae-section-block p{
  font-size: 1.3rem;
}

/*リード文装飾*/
.wae-section-lead{
  color:#b33f3f;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック';
  font-weight: 500;
}

/*補足文装飾*/
.wae-section-note{}
.wae-section-note p{font-size: 1.2rem;color: #616d80;}
.wae-section-note-bgcolor{padding:12px;background:#F7F9FA}
.wae-section-note-bgcolor>p{}

/*テーブル装飾*/
.wae-section-table table th,.wae-section-table table td{padding:4px;}
.wae-section-table table th{}
.wae-section-table table caption{text-align: left;margin-bottom: 0.4rem;font-size: 1.3rem;}


/* リンク装飾 */
.wae-section-block>p>a{
  display: inline-block;
  text-indent: -14px;
  padding: 0 0 0 14px;
}
.wae-section-block>p>a:not([href^="tel:"]){
  text-decoration: underline;
}
.wae-section-block>p>a:not([href^="tel:"]):before{
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #b33f3f #b33f3f transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
}
.wae-section-block>p>a:not([href^="tel:"]):hover{
    text-decoration: none;
}

/* リンク-強調装飾 */
.wae-section-block>p>a.wae-section-emphas-strong:before{
  width: 0;
  height: 0;
  margin: 0 7px 0 1px;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b33f3f;
  -webkit-transform: none;
  transform: none;
}

/* リンク-最強調装飾 */
.wae-section-block>p>a.wae-section-emphas-moststrong{
    font-size: 1.6rem;
}
.wae-section-block>p>a.wae-section-emphas-moststrong:before{
  width: 0;
  height: 0;
  margin: 0 7px 0 1px;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #b33f3f;
  -webkit-transform: none;
  transform: none;
}

/* リンクボタン装飾 */
.wae-section-block>p>a[class^="wae-section-button"]{
  position: relative;
  padding: 8px 25px 8px 20px;
  background: #fff;
  border: 1px solid #b33f3f;
  border-radius: 3px;
  color: #b33f3f;
  text-decoration: none;
  text-indent: 0;
}
.wae-section-block>p>a[class^="wae-section-button"]:before{
    content: none;
}
.wae-section-block>p>a[class^="wae-section-button"]:after{
  content: ' ';
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b33f3f;
}
.wae-section-block>p>a[class^="wae-section-button"]:hover {
  background: #b33f3f;
  color: #fff;
}
.wae-section-block>p>a[class^="wae-section-button"]:hover:after {
  border-left-color: #fff;
}

/* リンクボタン-強調装飾 */
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]{
  background: #b33f3f;
  color: #fff;
  transition: 0.2s;
}
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:after{
  border-left-color: #fff;
}
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover{
  background: #fff;
  color: #b33f3f;
}
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover:after{
  border-left-color: #b33f3f;
}

/* リンクボタン-最強調装飾 */
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-moststrong"]{
  background: #00b08d; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00b08d 50%, #00a383 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00b08d 50%,#00a383 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b08d 50%,#00a383 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  font-size: 1.3rem;
  color: #fff;
}
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-moststrong"]:hover {
  background: #33c0a4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #33c0a4 50%, #33b59c 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #33c0a4 50%,#33b59c 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #33c0a4 50%,#33b59c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-decoration: none;
}
.wae-section-block>p>a[class^="wae-section-button"][class*="wae-section-emphas-moststrong"]:after {
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/btn-2-arrow.png) no-repeat 0 0 / 100% auto;
  border: none;
}

.wae-section-emphas-strong{}
.wae-section-emphas-moststrong{}

/* リスト装飾 */
.wae-section-block li{font-size: 1.3rem; line-height:1.6;margin-bottom: 0.5rem;}
.wae-section-list-note{color:#616D80;}

/*--language support--*/
#language-en .wae-section-list-note>li:before{content:'*';display:inline-block;margin:0 0.5em 0 -1.5em}


ul.wae-section-icon-image>li{
  position: relative;
}
ul.wae-section-icon-image>li:before{
  position: absolute;
  top: 0.7rem;
  left: 3px;
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #b33f3f;
}
.wae-section-block li a{
  text-decoration: underline;
}
.wae-section-block li a:hover{
  text-decoration: none;
}



/*画像装飾*/
.wae-section-block figure>a.scale:after{background:#000;color:#fff;font-size:2.4rem;}

/*水平線装飾*/
.wae-section-hr-solid{border:1px #ccc solid;}
.wae-section-hr-dotted{border:1px #ccc dotted;}
.wae-section-hr-dashed{border:1px #ccc dashed;}


/* =====================================
  個別class
  ======================================*/

/*上下中央にする*/
.deco-vertical-middle.wae-section-column{
  display: table;
  width: 100%;
}
.deco-vertical-middle.wae-section-column>.wae-section-block{
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/*注意文エリアにする*/
.deco-importantBlock{
  padding: 12px;
  border:1px solid #E44B4B;
}
.deco-importantBlock p{
  color: #E44B4B;
  line-height: 1.8;
}

/*ページ内リンク*/
.wae-section-block .deco-pagelinkList{
  margin-left: 0;
  list-style: none;
}
.deco-pagelinkList:after {
  content:"";
  display:block;
  clear:both;
}
.deco-pagelinkList li{
  float: left;
  margin-right: 10px;
}
.deco-pagelinkList a {
  position:relative;
  display: block;
  padding: 10px 25px 10px 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  color: #b33f3f;
  font-size: 1.6rem;
  cursor: pointer;
}
.deco-pagelinkList a:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: ' ';
  display: block;
  width: 6px;
  height: 5px;
  margin: -5px 10px 0 0;
  border: 2px solid #b33f3f;
  border-width: 0 0 2px 2px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.deco-pagelinkList a:after {
  margin-top: -2px;
}
.deco-pagelinkList a:hover {
  background: #ccc;
  color: #fff;
}
.deco-pagelinkList a:hover:before {
  border-color: #fff;
}
.deco-pagelinkList.t-min a{
  padding: 0.4em 0.4em 0.4em 27px;
  font-size: inherit;
  text-decoration: none;
}
.deco-pagelinkList.t-min a:before {
  left: 10px;
}

/* .pagelink{
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -130px;
  padding-top: 130px;
} */

/*数字をカスタマイズ*/
.deco-nam{
  font-weight: 600;
  font-size: 2.6rem;
  font-family: 'Roboto Condensed', sans-serif;
}

/*画像を中央配置、横幅100％*/
.deco-imgcover {
  position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.deco-imgcover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:100%;
  height: auto;
  margin: auto;
}

/*よくある質問*/
.wae-section[class*="deco-faq-"]{
  border-bottom: none;
}
.wae-section[class*="deco-faq-"] .wae-section-title{
  padding: 10px 40px 10px 37px;
  background-image: url(../img/icon-faq-visitor.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  background-size: 24px 24px;
  border-bottom: 1px solid #ebf0f2;
}

.wae-section.deco-faq-organizer .wae-section-title{
  background-image: url(../img/icon-faq-organizer.png);
}
.wae-section[class*="deco-faq-"] .wae-section-accordion-title-on{
  border-radius: 3px 3px 0 0;
  border-bottom: none:
}
.wae-section[class*="deco-faq-"] .wae-section-title h2{
  font-size:1.8rem;
}
.wae-section[class*="deco-faq-"] .wae-section-accordion-body{
  padding: 12px;
  border: 1px solid #ebf0f2;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
}

/*アイコン*/
.deco-icon-visitor{
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 6px;
  background: #B33F3F;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  border-radius: 3px;
  vertical-align: 2px;
}
.deco-icon-organizer{
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 6px;
  background: #1D6299;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  border-radius: 3px;
  vertical-align: 2px;
}

/*テキスト中央ぞろえ*/
.deco-text-center{
  width: 100%;
}
.deco-text-center:after {
  content:"";
  display:block;
  clear:both;
}
.deco-text-center>div{
  display: table;
  width: 50%;
  float: left;
}
.deco-text-center>div>div{
  display: table-cell;
  padding: 4px 0;
  vertical-align: middle;
}
.deco-text-center>div>div:nth-child(odd){
  width: 50%;
  text-align: right;
  font-size: 1.2rem;
  padding: 2px 0 0;
}
.deco-text-center>div>div:nth-child(even){
  text-align: left;
}
.deco-text-center-1col>div{
  width: 100%;
}
.deco-text-center-1col>div>div{
  padding: 0;
}


/*アイコン付きボタン*/
.deco-iconbtn-visitor a,
.deco-iconbtn-organizer a{
  position: relative;
  background-color: #B33F3F;
  border-color: #B33F3F;
  color: #fff;
}
.deco-iconbtn-organizer a{
  border-color: #1D6299;
  background-color: #1D6299;
}
.deco-iconbtn-visitor a:after,
.deco-iconbtn-organizer a:after{
  position: absolute;
  top: 50%;
  right: 5px;
  content: ' ';
  display: block;
  margin-top: -2px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  vertical-align: middle;
}
.deco-iconbtn-visitor a:hover,
.deco-iconbtn-organizer a:hover{
  background-color: #D15858;
  border-color: #B33F3F;
}
.deco-iconbtn-organizer a:hover{
  background-color: #51A0C6;
  border-color: #1D6299;
}
.deco-iconbtn-visitor.wae-section-block-link *,
.deco-iconbtn-organizer.wae-section-block-link *{
  text-decoration: none;
}
.deco-iconbtn-visitor img,
.deco-iconbtn-organizer img{
  width: 50px;
  height: auto;
}

/*フロー番号*/
.deco-icon-flow{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0 8px 0 0;
  padding: 5px;
  background:#b33f3f;
  color: #fff;
  border-radius: 99rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  vertical-align: 2px;
}

.icon-flow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  margin: 0 8px 0 0;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  vertical-align: 15%;
  letter-spacing: 0;
  background:#b33f3f;
  border-radius: 99rem;
}

/*番号*/
.deco-icon-num{
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1rem 0 0;
  padding: 1px 0 0;
  background:#b33f3f;
  color: #fff;
  border-radius: 99rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}

/*背景グレー*/
.deco-bg-gray{
  background-color: #F7F9FA;
}
/*上下余白*/
.deco-padding-tb{
  padding-top: 50px;
  padding-bottom: 50px;
}
/*余白*/
.deco-margin-b-none{
  margin-bottom: 0!important;
}
/*下に横線*/
.deco-border-bottom{
  border-bottom: 1px solid #ebf0f2;
}

/*アイコン（用途）*/
.deco-useList,
.wae-section-block .deco-useList{
  display: block;
  list-style: none;
  margin-left: 0;
  letter-spacing: -0.5rem;
}
.deco-useList:after{
  display: inline-block;
  content: 'など';
  margin: 2.6rem 0 0 5px;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: right;
}
.deco-useList li{
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
  vertical-align: top;
}
[class^="deco-icon-use-"]{
  display: block;
  min-width: 80px;
  height: 70px;
  padding: 10px 5px 0;
  border-radius: 3px;
  border: 1px solid #7d8394;
  font-size: 1.1rem;
  color: #7d8394;
  line-height: 1;
  text-align: center;
}
[class^="deco-icon-use-"]:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  background: url(../img/icon-meeting.png) no-repeat center / 30px 30px;
  line-height: 1;
}
.deco-icon-use-sample:before{
  background-image: url(../img/icon-meeting.png);
  background-size: 30px 30px;
}
.deco-icon-use-lecture:before{
  background-image: url(../img/icon-lecture.svg);
  background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
}
.deco-icon-use-meeting:before{
  background-image: url(../img/icon-meeting.png);
  background-size: 30px 30px;
}
.deco-icon-use-concert:before{
  background-image: url(../img/icon-concert.png);
  background-size: 30px 30px;
}
.deco-icon-use-ceremony:before{
  background-image: url(../img/icon-ceremony.png);
  background-size: 30px 30px;
}
.deco-icon-use-exhibition:before{
  background-image: url(../img/icon-exhibition.png);
  background-size: 30px 30px;
}
.deco-icon-use-fighting-event:before{
  background-image: url(../img/icon-fighting-event.png);
  background-size: 30px 30px;
}
.deco-icon-use-fashion:before{
  background-image: url(../img/icon-fashion.png);
  background-size: 30px 30px;
}
.deco-icon-use-party:before{
  background-image: url(../img/icon-party.png);
  background-size: 30px 30px;
}
.deco-icon-use-exam:before{
  background-image: url(../img/icon-exam.png);
  background-size: 30px 30px;
}

/*--language support--*/
#language-en .deco-useList:after {
  content: 'etc.';
}

/*ページトップに戻る*/
.deco-pagetop a,
.wae-section-block > .deco-pagetop >  a{
  cursor: pointer;
}
.deco-pagetop a:before ,
.wae-section-block>.deco-pagetop>a:before{
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 5px;
  margin: -5px 10px 0 0;
  border: 1px solid #b33f3f;
  border-width: 0 0 1px 1px;
  vertical-align: -1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*ボタン　来場者化*/
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]{
  border-color: #B33F3F;
  color: #B33F3F;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]:after{
  border-color: transparent transparent transparent #B33F3F;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]:hover {
  background: #B33F3F;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]{
  background: #B33F3F;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover{
  color: #B33F3F;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover:after{
  border-left-color: #B33F3F;
}

/*ボタン　主催者化*/
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]{
  border-color: #1D6299;
  color: #1D6299;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]:after{
  border-color: transparent transparent transparent #1D6299;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"]:hover {
  background: #1D6299;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]{
  background: #1D6299;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover{
  color: #1D6299;
}
.wae-section-block>.deco-btn-organizer>a[class^="wae-section-button"][class*="wae-section-emphas-strong"]:hover:after{
  border-left-color: #1D6299;
}

/*ボタン　大きめにする*/
.deco-btn-large .wae-section-button{
  width: 550px;
  font-size: 1.6rem;
}

/*ボタン　大きめにする*/
.wae-section-block>p.deco-btn-large02>a[class^="wae-section-button"]{
  padding: 0.6em 1.6em 0.6em 1em;
  font-size: 1.6rem;
}

/*ボタン　注意ページへの誘導ボタン*/
.wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"]{
  width: 100%;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  color: #B71C1C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #fff;
  border: 2px solid #B71C1C;
}
.wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"] small{
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
}
.wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"]:after{
  border-left-color: #B71C1C;
}
.wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"]:hover{
  background-color: #B71C1C;
  color: #fff;
}
.wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"]:hover::after{
  border-left-color: #fff;
}

/*画像をサムネイル化してリンクをつける*/
.deco-imgthumb{
  display: inline-block;
}
.deco-imgthumb img{
  max-width:100px;
}

/*レストラン　背景*/
.deco-restaurant-bg.wae-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/wp-content/uploads/2017/06/restaurant-bg.png) no-repeat center / auto 100%;
}
.deco-restaurant-bg .wae-section-block{
  padding-left: 50%;
}

/*電話番号*/
.deco-tel{
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.deco-tel,
.deco-tel[href^="tel:"]{
  color:#b33f3f;
}
/*枠で囲む*/
.deco-wrapborder {
  padding: 12px;
  border: 1px solid #ebf0f2;
}

/*NCCニュースバックナンバー*/
.deco-nccnews-wrap .wae-section-column{
  padding: 20px 30px;
}
.wae-section-block ul.deco-nccnews {
  list-style: none;
  margin: 0;
}
.deco-nccnews::after {
  content: '';
  display: block;
  clear: both;
}
.deco-nccnews li {
  list-style: none;
  float: left;
  width: 50%;
  margin: 0 0 15px;
}
.deco-nccnews a::before{
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #b33f3f #b33f3f transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
}

/* お知らせ赤ブロック */
.deco-noteBlock {
  color: red;
  padding: 12px;
  border: 1px solid;
}
.deco-noteBlock a{
  color: inherit;
  text-decoration: underline;
}

/*SDGs スタイル*/
.sdgs-linkBlock {
  background: #f7f9fa;
  padding: 25px;
}
.sdgs-linkBlock.wae-section-block p {
  font-size: 1.5rem;
}
.sdgs-detailLink .wae-section-button {
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
.sdgs-detailLink:last-child .wae-section-button {
  margin-bottom: 0;
}
.sdgs-lead p{
  font-size: 1.5rem;
  line-height: 1.8;
}

/* テーブル */
.table,
.table th,
.table td {
  border: 1px #BFBFBF solid
}
.wae-section-table .table th,
.wae-section-table .table td,
.table th,
.table td {
  padding: 0.5em 0.7em;
}
.wae-section-table .table th,
.table th {
  font-weight: normal;
  vertical-align: middle;
  background: #F2F2F2;
}
.table .center {
  text-align: center;
}
.table .right {
  text-align: right;
}

/* 目次 */
.wae-section-block ul.toc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
.wae-section-block ul.toc li {
  list-style: none;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #d4dee2;
  border-width: 0 0 1px;
}
.wae-section-block ul.toc a {
  position:relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.7em 3em 0.7em 0.7em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.wae-section-block ul.toc a span {
  min-width: 1em;
  margin-right: 0.8em;
  color: #b33f3f;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-align: right;
  transition: color 0.2s;
}
.wae-section-block ul.toc a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #b33f3f;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) translate(50%,-50%);
}
.wae-section-block ul.toc a:hover {
  background: #ccc;
  color: #fff;
}
.wae-section-block ul.toc a:hover span {
  color: #fff;
}
.wae-section-block ul.toc a:hover::after {
  border-color: #fff;
}

@media screen and (min-width:751px){
  .wae-section-block ul.toc li:nth-child(1) {
    border-top-width: 1px;
  }
  .wae-section-block ul.toc.l-clm3 li {
    width: calc( (100% - 40px) / 3 );
  }
  .wae-section-block ul.toc.l-clm3 li:nth-child(2),
  .wae-section-block ul.toc.l-clm3 li:nth-child(3) {
    border-top-width: 1px;
  }
  .wae-section-block ul.toc.l-clm3 li:nth-child(3n + 1),
  .wae-section-block ul.toc.l-clm3 li:nth-child(3n + 2) {
    margin-right: 20px;
  }
  .wae-section-block.tocGroup > div {
    margin-bottom: 0;
  }
  .wae-section-block.tocGroup > div:not(:last-child) {
    margin-right: 20px;
  }
  .wae-section-block.tocGroup.l-clm3 {
    display: flex;
    flex-wrap: wrap;
  }
  .wae-section-block.tocGroup.l-clm3 > div {
    width: calc( (100% - 40px) / 3 );
  }
}

.text-red {
  color: red !important;
}
.text-red a {
  color: inherit;
}
.text-red a:not([href^="tel:"]):before{
  border-color: currentColor !important;
}
.text-bold {
  font-weight: bold !important;
}

/*スマホ用*/
@media screen and (max-width:750px){
  /* =====================================
    ページ枠組み
    ======================================*/
  .wae-l-solid {
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
  }
  .wae-l-solid:after {
  }
  .wae-l-2col {
    width: 100%;
    margin-top: 0;
  }
  .wae-l-2col:after {
    height: 15px;
  }
  .wae-l-2col_main {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .wae-l-2col_main article:after {
    content: '';
    display: block;
    height: 1px;
  }
  .wae-l-2col_side {
    width: 100%;
    padding: 0 10px;
  }

  .inner-range{
      width:100%;
  }

  .l-1col .wae-section-base-boder .wae-section-base-width{
    width: 100%;
  }

  /*セクション固定幅*/
  .wae-section-base-width{
      width: 100%;
  }
  .l-2col_main .wae-section-base-width{
      width: 100%;
  }
  .l-1col .wae-section-base-boder .wae-section-base-width{
      width: 100%;
  }
  /* =====================================
  パーツ
  ======================================*/

  /*セクション背景色*/
  .wae-section-base-boder{
    margin-left: 12px;
    margin-right: 12px;
  }

  /* セクションの見出し（H2）装飾 */
  .wae-section-title>h2 {
    font-size: 2.0rem;
  }


  /*　余白装飾（WAE利用サイトページ内共通） */
  .wae-section-margin-large:not(:last-child),
  p.wae-section-margin-large:not(:last-child),
  p a.wae-section-margin-large
  {margin-bottom:25px}
  .wae-section-margin-moderate:not(:last-child),
  p.wae-section-margin-moderate:not(:last-child),
  p a.wae-section-margin-moderate
  {margin-bottom:10px}
  .wae-section-margin-small:not(:last-child),
  p.wae-section-margin-small:not(:last-child),
  p a.wae-section-margin-small

  /* =====================================
    個別class
    ======================================*/

  /*上下中央にする*/
  .deco-vertical-middle.wae-section-column{
    display: block;
  }
  .deco-vertical-middle.wae-section-column>.wae-section-block{
    display: block;
  }

  /*ページ内リンク*/
  /* .pagelink{
    margin-top: -50px;
    padding-top: 50px;
  } */

  /*画像を中央配置、横幅100％*/
  .deco-imgcover {
      height: auto;
  }
  .deco-imgcover img {
    position: relative;
  }

  /*上下余白*/
  .deco-padding-tb{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /*アイコン（用途）*/
  .deco-useList,
  .wae-section-block .deco-useList{
    padding: 0;
    text-align: center;
  }
  .deco-useList:after{
    display: block;
    content: 'など';
    margin: 0;
    text-align: right;
  }
  .deco-useList li{
    margin-bottom: 10px
  }

  /*ボタン　横長にする*/
  .deco-btn-large .wae-section-button{
    width: 100%;
  }

  /*ボタン　注意ページへの誘導ボタン*/
  .wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"]{
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .wae-section-block>p.deco-btn-caution>a[class^="wae-section-button"] small{
    font-size: 1.3rem;
  }

  /*レストラン　背景*/
  .deco-restaurant-bg.wae-section{
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(/wp-content/uploads/2017/06/restaurant-bg_sp.png) no-repeat center / cover;
  }
  .deco-restaurant-bg .wae-section-column{
    padding: 25px 12px;
    background-color: rgba(255,255,255,0.7)
  }
  .deco-restaurant-bg .wae-section-block{
    padding-left: 0;
  }

  /*NCCニュースバックナンバー*/
  .deco-nccnews-wrap{
    padding: 30px;
  }
  .deco-nccnews-wrap .wae-section-column{
    padding: 20px;
  }
  .wae-section-block ul.deco-nccnews {
    margin: 15px 0 0;
  }
  .deco-nccnews li {
    float: block;
    width: auto;
    margin: 0 0 15px;
  }

  /*SDGs スタイル*/
  .sdgs-linkBlock {
    padding: 16px;
  }

  /* 目次 */
  .wae-section-block ul.toc li {
    width: 100%;
    font-size: 1.2rem;
  }
  .wae-section-block ul.toc li:last-child {
    border-bottom-width: 0;
  }
  .wae-section-block.tocGroup {
    padding: 10px;
    border: 1px solid #d4dee2;
  }
  .wae-section-block.tocGroup > div {
    margin-bottom: 0;
  }
  .wae-section-block.tocGroup > div:not(:last-child) .toc {
    border-bottom: 1px solid #d4dee2;
  }
}
