@charset "utf-8";
@import "../js/colorbox/colorbox.css";

/**
 *
 * NEXLINK 標準CSS - リセットと再定義
 *
 **/

/** リセット **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** 再定義 **/
body {
  color: #000;
  font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
  background-color: #FFF;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
s, strike {
  text-decoration: line-through;
}

/** clearfix **/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
span.entry-answer-required {
  display: none;
}
span.entry-answer-required-item {
  display: none;
}
ul.entry-answer-checklist li {
 float:    left;
 margin-bottom:   2px;
}
#entry-message_detail {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 21px;
}

/** ダイアログ**/
.nexlink-confirm-mask {
  background: none repeat scroll 0 0 #000000;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.nexlink-confirm-msg {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  position: absolute;
  width: 820px;

  font-size:12px;
  line-height:125%;
}
.nexlink-confirm-notice {
  overflow-y: scroll;
  height: 380px;	
}
.nexlink-confirm-button {
  text-align: center;
}
.nexlink-confirm-button button{
	margin: 8px;
}
/** passcd **/
.nexlink-passcd-mask {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nexlink-passcd {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  margin: 20%;
  padding: 15px;
  font-size: 12px;
  border-radius: 3px;
  transform: translateX(0);
}
.nexlink-passcd-msg {
  margin: 10px;
}
.nexlink-passcd div.pcd {
  text-align: center;
}
.nexlink-passcd div.hidePcd {
  display: none;
}
.nexlink-passcd span.pcd::before{
  content: "パスコード  ";
}
.nexlink-passcd span.pcd-err::before{
  content: "パスコードが違います";
}
.nexlink-passcd span.pcd {
  padding: 0 5px;
}
.nexlink-passcd input.pcd {
  padding: 3px;
  outline: none;
}
.nexlink-passcd .pcd-info {
  text-align: center;
  margin-top: 5px;
}
.nexlink-passcd span.pcd-err {
  color: red;
  display: none;
}
.nexlink-passcd-btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.nexlink-passcd-btn a {
  display: block;
  width: 120px;
  background-color: #3e59bf;
  color: #EEE;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border-raius: 2px;
  padding: 8px 12px;
  margin: 2px 10px;
  letter-spacing: 0.02em;
}
.nexlink-passcd-btn a.btnCancel::before {
  content: "キャンセル";
}
.nexlink-passcd-btn a.btnNext::before {
  content: "OK";
}
/** クッキー同意ダイアログ **/
.nexlink-cpriv-mask {
  background: none repeat scroll 0 0 #000000;
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.nexlink-cpriv {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  position: fixed;
  padding: 15px;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  border-radius: 3px;
  transform: translateX(0);
}
.nexlink-cpriv-text {
  /** overflow-y: scroll;
  height: 100px; **/
  line-height: 1.5em;	
  margin-bottom: 8px;
}
.nexlink-cpriv-button {
  text-align: center;
}
.nexlink-cpriv-button button{
  margin: 2px;
  padding: 8px 12px;
  border-radius: 2px;
  border: 0;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: #3e59bf;
  color: #EEE;
  font-size: 13px;
}
/** RestrictContent **/
.nexlink-restrictOver-mask {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nexlink-restrict {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  position: fixed;
  padding: 15px;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  border-radius: 3px;
  transform: translateX(0);
}
.nexlink-restrictOver {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  margin: 20%;
  padding: 15px;
  font-size: 12px;
  border-radius: 3px;
  transform: translateX(0);
}
.nexlink-restrict-text,.nexlink-restrictOver-text {
  /** overflow-y: scroll;
  height: 100px; **/
  line-height: 1.5em;	
  margin-bottom: 8px;
}
.nexlink-restrict-button,.nexlink-restrictOver-button {
  text-align: center;
}
.nexlink-restrict-button button,.nexlink-restrictOver-button button{
  margin: 2px;
  padding: 8px 12px;
  border-radius: 2px;
  border: 0;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: #3e59bf;
  color: #EEE;
  font-size: 13px;
}
#info-2047 {
  font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}
#toast-cpriv {
  font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}
#toast-cpriv .iziToast-body {
}
#toast-cpriv .iziToast-texts {
  margin: 10px 0 0 0;
}
#toast-cpriv .iziToast-texts p {
  line-height: 1.5em;
  font-size: 12px;
}
#toast-cpriv .iziToast-buttons {
  clear: both;
  width: 100%;
  text-align: center;
}
#toast-cpriv button {
  letter-spacing: 0.02em;
  background: #3e59bf;
  color: #EEE;
  font-size: 13px;
}