@charset "UTF-8";
/* ====================================================
　CSS 3@ Document 2020.02
==================================================== */

/* ######################################################################################

　button

###################################################################################### */
.button a{text-decoration: none;}
.button:hover{color: #555555; background: #fff;border: 1px solid #555555;}
.button {
  opacity: 1;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #999999;
  border-radius: 3px;
  background: #999999;
  font-size: 1.4rem;
  font-weight: normal;
  font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #ffffff;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 1em 0.5em;
}

@media screen and (max-width: 767px) {.button{width: 100%}}
.button:not(.disabled):hover {
  opacity: 0.8;
}
.button:not(.disabled):active {
  top: 1px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.button.block {
  display: block;
  width: 100%;
}
.button.block + .block {
  margin-top: 0.5em;
}
.button.small {
  padding: 0.75em 1em;
  font-size: 13px;
}
.button.large {
  padding: 0.75em 1.5em;
  font-size: 15px;
}
.button.after:after {
  margin-left: 0.5em;
}
.button.before:before, .button.after:before {
  margin-right: 0.5em;
}
.button.before:before, .button.after:before, .button.after:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "";
  width: 16px;
  height: 16px;
}



/* ====================================================
　buttonBox
==================================================== */
.buttonBox {margin-top:30px;text-align: center; max-width: 85%; margin-left: auto; margin-right: auto;}
.buttonBox ul li + li{margin-top: 1em;}

.buttonBox.narrow {margin-top:15px;}

.buttonBox.flex {display:flex;}
.buttonBox.flex.warp{flex-wrap: wrap;}

.buttonBox.flex.between {justify-content:space-between; max-width: 100%;}
.buttonBox.flex.between > .button + .button {margin-left:15px;}
.buttonBox.flex.between > li{width: 48%;}
.buttonBox.flex.between > li .button{width: 100%; max-width: 100%; min-width: auto!important;}

.buttonBox.flex.start {justify-content:flex-start;}
.buttonBox.flex.start > .button + .button {margin-left:3px;}

.buttonBox.flex.end {justify-content:flex-end;}
.buttonBox.bgGray{background: #F6F6F6; padding: 1.25em 1.5em; margin-bottom: 2em;}

/* ====================================================
  buttonList
==================================================== */
.buttonList{
  margin: 1.5em 0;
}
.buttonList .button.topic{
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  padding-top: 0;
  padding-bottom: 0;
}

/* ====================================================
　ボタンバリエーション
==================================================== */
.button:not(.mini):not(.mini2):not(.minimini):not(.micro):not(.tinier) {min-width:230px; padding: 1.0em 0.5em;}

.button.mini {padding:0.7em 2em 0.9em; min-width:190px;}
.button.mini2 {padding:0.4em 2em 0.4em; min-width:190px;}

.button.minimini {
    padding:6px 10px 5px;
    font-size:1.2rem;
	min-width: 58px;
}

.button.tinier{
    padding: 0.4em 0.5em;
    font-size: 1.2rem;
    min-width: 4rem;
}
.button.micro {
    border-radius:100%;
    padding:0.1em;
    line-height:0.9;
}

/* グレイボタン */
.button.gray.reverse{
  color: #A3A6B4;
  border: 1px solid #A3A6B4;
  background: #fff;
}
.button.darkGray{
  border: 1px solid #4D4F5C;
  background: #4D4F5C;
  color: #fff;
}

/* 青ボタン */
.button.blue {
  border: 1px solid #2D315D;
  background: #2D315D;
  color: #fff;
}
.button.blue.reverse {
  border: 1px solid #2D315D;
  background: #ffffff;
  color: #2D315D;
}
.button.blue:not(.disabled):hover {
  border: 1px solid #2D315D;
  background: #F5F6FA;
  color: #2D315D;
}

/* 青ボタン2 */
.button.blue2 {
  border: 1px solid #3A5BC9;
  background: #F6F6F6;
  color: #3A5BC9;
  font-weight: bold;
}
.button.blue2:hover{
  border: 1px solid #3A5BC9;
  background: #3A5BC9;
  color: #ffffff;
}

/* 緑色ボタン */
.button.green {
  border: 1px solid #498FCA;
  background: #498FCA;
  color: #fff;
}
.button.green.reverse {
  border: 1px solid #498FCA;
  background: #ffffff;
  color: #498FCA;
}
.button.green:not(.disabled):hover {
  border: 1px solid #498FCA;
  background: #ffffff;
  color: #498FCA;
  opacity: 10;
}

.button.green.reverse:not(.disabled):hover {
  border: 1px solid #498FCA;
  background: #498FCA;
  color: #ffffff;
}
.pageAdmin main.logout .contents{
	border: 1px solid #D5D5DF;
	background: #F4F7F8;
}

/* 未済 */
.button.unpaid{background: #31C0E4;color:#FFF;border:1px solid #31C0E4;}
.button.unpaid:hover{background: #FFF;color: #31C0E4;border:1px solid #31C0E4;}

/* 未処理 */
.button.untreated{background: #4AD991;color:#FFF;border:1px solid #4AD991;}
.button.untreated:hover{background: #FFF;color: #4AD991;border:1px solid #4AD991;}

/* 受付済 */
.button.accepted{background: #FFB765;color:#FFF;border:1px solid #FFB765;}
.button.accepted:hover{background: #FFF;color: #FFB765;border:1px solid #FFB765;}

/* 当選 */
.button.winning{background: #FF6565;color:#FFF;border:1px solid #FF6565;}
.button.winning:hover{background: #FFF;color: #FF6565;border:1px solid #FF6565;}

/* 手動アプローチ */
.button.manual {
  border: 1px solid #2D315D;
  background: #2D315D;
  color: #fff;
  min-width: 120px;
  margin-bottom: 4px;
}
.button.manual:not(.disabled):hover {
  border: 1px solid #2D315D;
  background: #F5F6FA;
  color: #2D315D;
}


/* 履歴 */
.button.history {
  border: 1px solid #43BFD8;
  background: #43BFD8;
  color: #fff;
  min-width: 120px;
}
.button.history:not(.disabled):hover {
  border: 1px solid #43BFD8;
  background: #F5F6FA;
  color: #43BFD8;
}

/* 新規追加 */
.button.plus:before{
	content: "";
    background:url(../img/icon/ico-plus_white.svg) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
   vertical-align: bottom;
	}
.button.plus:hover:before{background:url(../img/icon/ico-plus_green.svg);}
.button.plus.mini:before{top:0;}


/* ブルー新規追加ボタン 背景無し・枠無し */
.button.topic {
    padding: 0.7em 0 0.9em 0;
    min-width: auto;
    margin-left: auto;
    background: none;
    border: none;
    color: #2E4DD4;
}
.button.topic:before {
    content: "";
    background: url(../img/icon/ico-plus.svg) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 0;
}

.button.topic:hover{background: none; border: none;}
.button.topic:hover:before {
    background: url(../img/icon/ico-plus.svg);
}

.button.topic.next:hover:before,
.button.topic.next:before {
  background: url(../img/icon/ico-next.svg) center no-repeat;
}


.pageAdmin .button.skyblue {
    border: 1px solid #00AEDA ;
    background: #00AEDA;
    color: #fff;
}
/* 戻る */
.button.blue.back:before{
	content: "";
    background:url(../img/icon/ico-back_white.svg) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
	}
.button.blue.back:hover:before{background:url(../img/icon/ico-back.svg);}


/* 更新する */
.button.blue.reload:before{
	content: "";
    background:url(../img/icon/ico-reload_white.svg) center no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
	}
.button.blue.reload:hover:before{background:url(../img/icon/ico-reload.svg);}

/* 青DMを送る */
.button.blue.dm:before{
	content: "";
    background:url(../img/icon/ico-dm_white.svg) center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
	}
.button.blue.dm:hover:before{background:url(../img/icon/ico-dm.svg);}

/* 青検索 */
.button.blue.search:before{background:url(../img/icon/ico-search_white.svg) center no-repeat;}
.button.blue.search:hover:before{background-image:url(../img/icon/ico-search_green.svg);}

/* 緑検索 */
.button.ico.green.search:before{background:url(../img/icon/ico-search_white.svg) center no-repeat;}
.button.ico.green.search:hover:before{background-image:url(../img/icon/ico-search_green.svg);}


/*画像・送信ボタン*/
.button.images:before,
.button.send:before{
	content: "";
    background: center no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 0;
	}
.button.send:before{top: -2px;}
.button.images:before{background-image: url(../img/icon/ico_images_gr.svg);}
.button.images:hover:before{background-image: url(../img/icon/ico_images.svg);}
.button.reverse.images:hover:before{background-image: url(../img/icon/ico_images_gr.svg);}
.button.send:before{background-image: url("../img/icon/ico_send.svg");}
.button.send:hover:before{background-image: url(../img/icon/ico_send_gr.svg);}


/* 削除 */
.button.ico.before.trash:before{background:url(../img/icon/icon_basket.svg) center no-repeat;}




/* 編集 */
.button.edit {
  border: 1px solid #2D315D;
  background: #2D315D;
  color: #fff;
}
.button.edit:not(.disabled):hover {
  border: 1px solid #2D315D;
  background: #F5F6FA;
  color: #2D315D;
}

/* CSVダウンロード */
.button.csv {
  border: 1px solid #43BFD8;
  background: #43BFD8;
  color: #fff;
}
.button.csv:not(.disabled):hover {
  border: 1px solid #43BFD8;
  background: #F5F6FA;
  color: #43BFD8;
}

/* 複製 */
.button.duplication {
  border: 1px solid #00D1B2;
  background: #00D1B2;
  color: #fff;
}
.button.duplication:not(.disabled):hover {
  border: 1px solid #00D1B2;
  background: #F5F6FA;
  color: #00D1B2;
}

/* 戻る */
.button.back {
  border: 1px solid #838296;
  background: #838296;
  color: #ffffff;
}
.button.back:not(.disabled):hover {
  border: 1px solid #838296;
  background: #fff;
  color: #000000;
}


/* 削除× */
.button.del {
    border: 1px solid #dc143c;
    background: #dc143c;
    color: #ffffff;
}
.button.del:not(.disabled):hover {
    border: 1px solid #dc143c;
    background: #fff;
    color: #dc143c;
}
.button.del.reverse {
    border: 1px solid #dc143c;
    background: #fff;
    color: #dc143c;
}
.button.del.reverse:not(.disabled):hover {
    border: 1px solid #dc143c;
    background: #dc143c;
    color: #ffffff;
}




/* 青線+薄い青背景ボタン */
.button.lightBlue {
	background:#F5F6FA;
	border:solid 1px #2D315D;
	color:#2D315D;
}
.button.lightBlue:before{
	content:"";
	display: inline-block;
    background:center no-repeat;
	width:16px;
	height:16px;
    margin-right: 8px;
	vertical-align: text-top;
}

.button.lightBlue:not(.disabled):hover{
  color:#FFF;
  background-color:#2D315D;
}


/* アイコン */
.button.upload:before {background-image:url(../img/icon/ico-upload_blue.svg);}
.button.target:before {background-image:url(../img/icon/ico-create_blue.svg);}
.button.check:before {background-image:url(../img/icon/ico-check_blue.svg);}

.button.upload:not(.disabled):hover:before {background-image:url(../img/icon/ico-upload_white.svg);}
.button.target:not(.disabled):hover:before {background-image:url(../img/icon/ico-create_white.svg);}
.button.check:not(.disabled):hover:before {background-image:url(../img/icon/ico-check_white.svg);}


/* 操作不能ボタン */
.button.disabled {
  box-shadow: none;
  cursor: no-drop;
  opacity:0.2;
}

/* 削除ボタン */
/*.button.delete-btn{
    border: 1px solid #2D315D;
    background: #fff;
    color: #2D315D;
}*/



.mt05{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.mb05{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}


/* ######################################################################################

　表示・非表示

###################################################################################### */
br.sp, br.pc{display: none;}

@media print, screen and (min-width: 768px) {
  br.pc{display: block;}
}
@media screen and (max-width: 767px) {
  br.sp{display: block;}
}



/* ######################################################################################

　cardBlock

###################################################################################### */
.cardBlock{}
.cardBlock__item{
  border: 1px solid #E0E3EE;
  padding: 1.25em 1.5em;
}
.cardBlock__item + .cardBlock__item{
  border-top: none;
}
.cardBlock__item__info{
  display: flex;
}
.cardBlock__item__info p{
  margin-right: 1em;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #777777;
  pointer-events: none;
}
.cardBlock__item__info p.name{
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
}






/* ######################################################################################

　form

###################################################################################### */
/* ====================================================
　フォームパーツ基本
==================================================== */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
label.select select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AAC1D5;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.645em 0.75em;
  width: 100%;
  height:auto;
  font-size: 1.6rem;
  color:#333333;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"] {height:2.75em; line-height:1.6;}

label.select select {height:2.75em; line-height:1.25; box-shadow: none;}
input[type="file"]{
    display: none;
}

textarea {min-height:5.6em; line-height:1.2;}

.unit input[type="text"],
.unit input[type="password"],
.unit input[type="search"],
.unit input[type="tel"],
.unit input[type="url"],
.unit input[type="email"],
.unit input[type="datetime"],
.unit input[type="datetime-local"],
.unit input[type="date"],
.unit input[type="month"],
.unit input[type="week"],
.unit input[type="time"],
.unit input[type="number"],
.unit label.select,
.unit textarea {width:calc(100% - 2em); margin-right:0.5em;}

@media print, screen and (min-width: 768px) {
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"] {width: 80%;}
}
@media screen and (max-width: 767px) {
}

/* ====================================================
　input 日付
==================================================== */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: auto;
  left: 10px;
  z-index: 2;
  cursor: pointer;
}

.custom-date-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-date-wrapper input[type="date"] {
  width: 100%!important;
  padding-left: 2em;
}

.custom-date-wrapper::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  pointer-events: none;
  background-image: url(../img/icon/icon_calendar_ora.svg);
  background-size: contain;
  background-position: center center;
}
/* ====================================================
　input textarea 長さ
==================================================== */
input.veryshort{width: 15%; min-width: 5em; max-width: 10em;}

input.w240{max-width: 240px; width: 100%;}
textarea.w240{max-width: 240px; width: 100%;}
select.w240{min-width: 240px !important;}

@media print, screen and (min-width: 768px) {
  input.short{width: 33%;}
  input.medium{width: 55%;}
  input.long{width: 100%;}

  textarea.short{width: 30%;}
  textarea.medium{width: 60%;}
  textarea.long{width: 100%;}
}
@media screen and (max-width: 767px) {
  input.short{width: 30%;}
  input.medium{width: 100%;}
  input.long{width: 100%;}

  textarea.short{width: 30%;}
  textarea.medium{width: 100%;}
  textarea.long{width: 100%;}
}




/* ====================================================
　select
==================================================== */
label.select {
  display:inline-block;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 767px) {label.select{width: 100%;}}
label.select select {
  padding-right: 2.1em;
}
label.select:after {
  display: inline-block;
  position: absolute;
  font-size: 50%;
}
label.select:after {
  content: "";
  background:url(../img/icon/ico-dropdown.svg) no-repeat;
  top: 50%;
  right: 1em;
  width:2em;
  height:1em;
  transform: translateY(-50%);
  line-height: 1;
  color: #777777;
  pointer-events: none;
}
label.select select::-ms-expand {display: none;}
label.select option[disabled="disabled"] {background: #f0f0f0; color: #cccccc;}

/* ====================================================
　placeholder：個別に書かないと効かない
==================================================== */
input-placeholder {color: #BFC8D1 !important;}
::-webkit-input-placeholder {color: #BFC8D1 !important;}
::-moz-placeholder {color: #BFC8D1 !important;}
::-ms-input-placeholder {color: #BFC8D1 !important;}
-webkit-input-placeholder {color: #BFC8D1 !important;}
input:-ms-input-placeholder {color: #BFC8D1 !important;}
-moz-placeholder {color: #BFC8D1 !important;}
:-ms-input-placeholder {color: #BFC8D1 !important;}


.bootstrap-tagsinput.form-control input::-moz-placeholder {color: #aaa; opacity: 1;}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {color: #aaa;}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {color: #aaa;}
.bootstrap-tagsinput input:focus {border: none; box-shadow: none;}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {box-shadow:none;}

input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="number"]:focus {
    border-color:#3b86ff;
    box-shadow: 0 0 3px rgba(64,101,224,0.6);
    background:#fffdef;
}

label.select select:focus,
textarea:focus {
    border-color:#3b86ff;
    box-shadow: 0 0 3px rgba(64,101,224,0.6);
    background:#fffdef;
}

select:not([multiple]):focus {box-shadow: none;}

input + label, input + span {cursor: pointer;}

/* チェックボックス本体を非表示に */
label.radio input[type="radio"],
label.check input[type="checkbox"] {
  display: none;
}

label.check, label.radio {
  margin-right: 1.5em;
}

/* ラベル全体の表示を調整 */
label.check, label.radio {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
}

/* チェックボックスの見た目（未チェック状態） */
label.check::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #A5B0B8;
  box-sizing: border-box;
}

/* チェック状態のチェックマーク表示 */
label.check input[type="checkbox"]:checked + span::after,
label.check input[type="checkbox"]:checked ~ span::after,
label.check input[type="checkbox"]:checked ~::after,
label.check:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background: url(../img/contents/ico-check.svg) center no-repeat;
  background-size: 65%;
  background-color: #4065E0;
  border-radius: 3px;
}

/* テキスト部（span）の調整 */
label.check span {
  margin-left: 0.5em;
}


/* ラジオボタンの見た目（未チェック状態） */
label.radio::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #A5B0B8;
  box-sizing: border-box;
}

/* チェック状態のラジオボタン表示 */
label.radio input[type="radio"]:checked + span::after,
label.radio input[type="radio"]:checked ~ span::after,
label.radio input[type="radio"]:checked ~::after,
label.radio:has(input[type="radio"]:checked)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #4065E0;
}

/* テキスト部（span）の調整 */
label.radio span {
  margin-left: 0.5em;
}


/*
input.fa[type="checkbox"] + label:before, input.fa[type="checkbox"] + span:before, input.fa[type="radio"] + label:before, input.fa[type="radio"] + span:before {
  font-family: FontAwesome;
}
input.fa[type="checkbox"] + label:before, input.fa[type="checkbox"] + span:before {
  content: "\f096";
}
input.fa[type="radio"] + label:before, input.fa[type="radio"] + span:before {
  content: "\f10c";
}
input.fa[type="checkbox"]:checked + label:before, input.fa[type="checkbox"]:checked + span:before {
  content: "\f046";
}
input.fa[type="radio"]:checked + label:before, input.fa[type="radio"]:checked + span:before {
  content: "\f192";
}
*/



/* チェックボタン
-------------------------------------*/
.checkbox {
  display: inline-block;
  margin-right: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"] + label,
.checkbox input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 1.75em;
  font-weight: normal;
}
.checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + span:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.25em;
    transform: translateY(-50%);
  }
  .checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + label:after, .checkbox input[type="checkbox"] + span:before, .checkbox input[type="checkbox"] + span:after{
    width: 1em;
    height: 1em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + label:after, .checkbox input[type="checkbox"] + span:before, .checkbox input[type="checkbox"] + span:after{
    width: 1em;
    height: 1em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + span:before {
    content: "";
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #A5B0B8;
    width: 20px!important;
    height: 20px!important;
  }
  .checkbox input[type="checkbox"]:checked + label:after, .checkbox input[type="checkbox"]:checked + span:after {
    content: "";
    background: url(../img/contents/ico-check.svg) center no-repeat;
    background-size: 100%;
    background-color: #4065E0;
    width: 20px;
    height: 20px;
    background-size: auto;
    border-radius: 4px;
  }
  .checkbox input[type="checkbox"] + label, .checkbox input[type="checkbox"] + span {
    cursor: pointer;
}




label.file:before {
  content: "ファイルを選択";
  display: inline-block;
  border-radius: 5px;
  background: #6C003C;
  color: #ffffff;
  padding: 0.5em 1em;
}

td.checklist > label{
	display: inline-block;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	}

.privacyPolicyBox {
  border: 1px solid #cccccc;
  margin-top: 1em;
  padding: 1em;
}
.privacyPolicyBox .scroll {
  border: 1px solid #f0f0f0;
  overflow-y: scroll;
}
.privacyPolicyBox .scroll {height: 300px;}

.agreementBox {
  margin-top: 1em;
  text-align: center;
  background: #f0f0f0;
}
.agreementBox input[type="checkbox"] + label,
.agreementBox input[type="checkbox"] + span {display: block;}
.agreementBox + .buttonBox {margin-top: 2em;}
.agreementBox input[type="checkbox"] + label, .agreementBox input[type="checkbox"] + span {padding: 1em;}
.agreementBox input[type="checkbox"] + label::before, .agreementBox input[type="checkbox"] + span::before {left: 50%;transform: translate(-10.6em, -50.1%);}

.checkConf {display: block;}

.month-picker-year-table .ui-button {height: auto !important;}

/* error
-------------------------------------*/
.errorTop,
.errorTop:first-of-type{margin-bottom: 1em;}
.error,
p.error {
    color: #FF0211;
    font-weight: normal;
    margin: 0.5em 0;
    font-size: 1.2rem;
}
input[type="hidden"] + p.error {margin-bottom:1em;}

p.sample {
    font-weight: normal;
    margin: 0.5em 0;
    font-size: 1.2rem;
}

/* 操作禁止
-------------------------------------*/
input[disabled],
select[disabled],
textarea[disabled],
input[disabled] + span,
input[disabled] + span + span {cursor:no-drop; opacity:0.4;}


.columns {
    background:#f0f0f0;
    padding:0.75em;
}

/* ====================================================
　パーツの長さ
==================================================== */

/*名前*/
input[name*="family_name"],
input[name*="given_name"] {width:14em !important;}
input[name*="given_name"] {margin-left:0.5em;}

/*郵便番号*/
input[name="zip1"] {width:6em !important;}
input[name="zip2"] {width:8em !important;}

/*電話番号*/
input[name="tel11"],
input[name="tel12"],
input[name="tel13"],
input[name="tel21"],
input[name="tel22"],
input[name="tel23"],
input[name="fax11"],
input[name="fax12"],
input[name="fax13"],
input[name="fax21"],
input[name="fax22"],
input[name="fax23"] {width:8em !important;}

/*都道府県*/
label.select.pref {
    display:block;
    width:12em;
}
label.select.pref select {width:100%;}

/*日間隔で最大/回アプローチする*/
input[name*="[repeat_period]"],
input[name*="[repeat_time]"] {width:4.5em;}


/*年月日時間指定*/
input[name*="from_date"],
input[name*="to_date"] {width:12em !important;}

input[name*="from_time"],
input[name*="to_time"] {width:8em !important;}

/*クリックURL*/
input[name*="url_seq"] {width:6em !important;}


/*input同士の間隔*/
.columns + .columns {margin-top:1em;}
.column + .column {margin-top:0.3em;}

input + input[type="text"],
input + textarea,
textarea + textarea,
label.select + input,
input + label.select {margin-left: 0.5em;}

input[name*="family_name"] + input[name*="given_name"],
input + input[type="text"][name="zip2"],
input + input[type="text"][name="tel12"],
input + input[type="text"][name="tel13"],
input + input[type="text"][name="tel22"],
input + input[type="text"][name="tel23"],
input + input[type="text"][name="fax12"],
input + input[type="text"][name="fax13"],
input + input[type="text"][name="fax22"],
input + input[type="text"][name="fax23"] {margin-top:0;}

label.is-left + label {margin-left:2em;}



.label-Box {padding: 1em 0;}
.label-Box.inline {display: inline-block;}
.label-Box.inline + .label-Box.inline{margin-left: 2em;}


/* input */
.input-size-m{width: 150px!important;}


/* select */
.select-size-m{min-width: 230px;}
.select-size-s{max-width: 70px;}

.select-size-year{max-width: 5em;}
.select-size-month{max-width: 3.5em;}
.select-size-year select,
.select-size-month select{padding: 0.645em 0.5em!important; padding-right: 1.5em!important;}



/* その他　チェックボックス＋ input
-------------------------------------*/
.mainBloc.createFrom input.other-input{
    display: inline-block;
    width: 15em;
    margin-left: 0.5em;
}

/* フォームテキスト */
.form-text{
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  font-size: 1.3rem;
}
* + .form-text{
  margin-top: 1em;
}

/* fileupload */
@media screen and (max-width: 767px) {
  .file-upload embed{width: 100%; height: auto;}
}


/* ====================================================
　フォームレイアウト
==================================================== */
/* name
-------------------------------------*/
.form-name-layout__item{
  display: flex;
  align-items: center;
}


@media print, screen and (min-width: 768px) {
  .form-name-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
  }
  .form-name-layout__item{
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .form-name-layout__item + .form-name-layout__item{margin-top: 0.5em;}
  .form-name-layout__item span:nth-of-type(2){width: 90%;}
}


/* address
-------------------------------------*/
.form-address-layout__item{
  display: flex;
  align-items: center;
}
.form-address-layout__item span:first-child{
  width: 70%;
  width: calc(100% - 50px);
}

@media print, screen and (min-width: 768px) {
  .form-address-layout{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
  }
  .form-address-layout__item{
    width: 32%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .form-address-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .form-address-layout__item{
    width: 48%;
    margin-bottom: 0.5em;
  }
}


/* team
-------------------------------------*/
@media print, screen and (min-width: 768px) {
  .form-team-layout{
    display: flex;
    align-items: center;
  }
  .form-team-layout__item + .form-team-layout__item{
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .form-team-layout__item{
    display: flex;
    align-items: center;
  }
  .form-team-layout__item + .form-team-layout__item{
    margin-top: 0.5em;
  }
  .form-team-layout__item label.select{width: auto; margin-right: 0.5em;}
}


/* ====================================================
　確認画面：バリデーション
==================================================== */
.confimVaridation {
    display:flex;
    flex-wrap:wrap;
    padding-top:0.5em;
}
.confimVaridation + .confimVaridation {
    border-top:1px solid #EBEBF1;
    margin-top:0.5em;
}

.confimVaridation dt {margin-right:1em;}

/* ====================================================
　完了メッセージ
==================================================== */
.flash_message {
    border-left:6px solid #2D315D;
    background: #FFFFFE;
    padding: 1em;
    margin: 1em 0;
}

/* ====================================================
    フォーム
==================================================== */
.formColumn{margin-bottom: 1.5em;}
.formColumn.bottomBorder{border-bottom: 1px solid #E0E3EE; padding-bottom: 0.5em;}
.formColumn__title{margin-bottom: 0.25em; font-size: 1.3rem; color: #333333; font-weight: bold;}
.formColumn__input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.formColumn__input + .formColumn__input{margin-top: 0.5em;}

.confirm .formColumn__input{margin-top: 0.75em;}

.dateColumn{
    width: 100%;
    display: flex;
    align-items: center;
}
.dateColumn__item{
    width: 50%;
}
.dateColumn__item:nth-of-type(1) input{width: 100%; border-radius: 5px 0 0 5px; border-right-width: 0;}
.dateColumn__item:nth-of-type(2) input{width: 100%; border-radius: 0 5px 5px 0;}

@media print, screen and (min-width: 768px) {
  .formColumn__input.columnFile{
      flex-direction: column;
      align-items: flex-start;
  }
  .formColumn__input.columnFile .w100 .alignR{
      text-align: left!important;
  }
}
.formColumn__input.columnFile .w100{
  width: 100%;
}

/* ######################################################################################

　.pagination

###################################################################################### */
.pagination{margin-top: 2em;}
.pagination + table{margin-top: 2em;}
.pagination ul{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.pagination ul li{margin-bottom: 0.25em;}
.pagination ul li + li{margin-left: 0.25em;}
.pagination li a,
.pagination li span{
    display: inline-block;
    text-align: center;
    padding: 7px 10px 6px;
    border: 1px solid #2D315D;
    border-radius: 2px;
    background: #fff;
    min-width: 32px;
    font-size: 1.5rem;
    line-height: 15px;
    color: #6684E6;
    vertical-align: bottom;
}
.pagination li span{
    border-color: #D5D5DF;
    background-color: #D5D5DF;
    color: #fff;
}

.pagination li.top span,
.pagination li.prev span,
.pagination li.next span,
.pagination li.end span{
    background-color: #fff;
    color: #D5D5DF;
}

.pagination li.top a,
.pagination li.prev a,
.pagination li.next a,
.pagination li.end a,
.pagination li.top span,
.pagination li.prev span,
.pagination li.next span,
.pagination li.end span {font-size: 1.1rem;}

.pagination li a:hover{
    background-color: #2D315D;
    color: #fff;
}

/* ######################################################################################

　tab

###################################################################################### */
.tabList,
.tabList_child{margin-top:35px;}

td > .tabList,
td > .tabList_child{margin-top:0;}



.ozTabs {
    display:flex;
	border-bottom:solid 1px #D5D5DF;
}
.ozTabs li {position:relative;}
.ozTabs li+li {margin-left:3px;}
.ozTabs a{
    display: block;
	border:solid #EBEBF1;
    border-width:1px 1px 0;
	border-radius: 4px 4px 0 0;
	background-color:#f8f8f8;
    padding: 1em 1.25em;
    line-height:1;
    color:#9cafec;
}
.ozTabs a:hover {background-color: #fff;}
.ozTabs .is-active a {
    border-color:#D5D5DF;
    background:#ffffff;
    color:#2D315D;
}
.ozTabs .is-active:after {
	content:"";
	position:absolute;
	left:0;
    bottom:-1px;
	border-bottom:solid 1px #fff;
	height:1px;
	width:100%;
}

.ozTabs .tabError a {
    border-color:#ffdddd;
    background:#fff0f0;
    color:#ec9b9b;
}


/* ====================================================
　タブ切り替え：アプローチテーブル
==================================================== */
/* 最初のタブを表示 */
.tabList + .tab-pane,
.tabList_child + .pane_child,
.tabList_child + .tab-pane_child {display:block;}

.tab-pane,
.tab-pane_child {display:none; margin-top: 20px;}

.tab-pane th,
.tab-pane td,
.tab-pane_child th,
.tab-pane_child td	{
    padding:1em !important;
    vertical-align:top;
}

.tab-pane th,
.tab-pane_child th {
    color:#A3A6B4;

}
#tabSummary th {
    background:#f5f6fa;
    font-weight:bold;
}

/* ターゲットテーブル */
.targetTable {
    width:100%;
    margin-bottom:1em;
}
.targetTable .send li+li{margin-top:23px;}
.targetTable .js-addableList.c-addable-list {width:auto;}
.targetTable .js-addableList.c-addable-list + .button {margin-top:1em;}

ul.targetflex {
    display:flex;
    flex-wrap:wrap;
}
ul.targetflex li {
    border:1px solid #A3A6B4;
    border-radius:3px;
    padding:0.25em 0.75em;
    margin:0 2px 2px 0;
}

/* ######################################################################################

　table

###################################################################################### */
table,
.th-rowTable,
.th-columnTable,
.noBorderTable{width: 100%; margin-bottom: 10px; line-height: 1.25;}

.th-columnTable{border-top:solid 1px #E0E3EE;}
table.fixed{table-layout: fixed;}

.th-rowTable > thead > tr > th,
.th-columnTable > thead > tr > th,
.th-rowTable > thead > tr > td,
.th-columnTable > thead > tr > td,
.th-rowTable > tbody > tr > th,
.th-columnTable > tbody > tr > th,
.th-rowTable > tbody > tr > td,
.th-columnTable > tbody > tr > td{
    padding: 9px;
    font-size:1.3rem;
}


.th-rowTable > thead > tr > td,
.th-columnTable > thead > tr > th,
.th-columnTable > thead > tr > td,
.th-rowTable > tbody > tr > td,
.th-columnTable > tbody > tr > th,
.th-columnTable > tbody > tr > td {border-bottom:solid 1px #E0E3EE;}

.th-rowTable > thead > tr > th,
.th-rowTable > tbody > tr > th,
.th-columnTable > thead > tr > th,
.th-columnTable > tbody > tr > th {color:#A3A6B4;}


.th-rowTable > thead > tr > th,
.th-rowTable > thead > tr > td,
.th-rowTable > tbody > tr > th,
.th-rowTable > tbody > tr > td{
    text-align:left;
    word-break: break-all;
}

.th-rowTable > thead > tr > th,
.th-rowTable > tbody > tr > th{
  padding: 8px;
  background-color:#F5F6FA;
  font-weight:bold;
  vertical-align: middle;
}
.th-columnTable > thead > tr > th,
.th-columnTable > tbody > tr > th{
  padding: 8px;
  background-color:#F5F6FA;
  font-weight:bold;
}

.graxBg .th-rowTable > thead > tr > th,
.graxBg .th-rowTable > tbody > tr > th,
.graxBg .th-columnTable > thead > tr > th,
.graxBg .th-columnTable > tbody > tr > th{
  background-color: transparent;
}

.th-rowTable > thead > tr > td,
.th-rowTable > tbody > tr > td {
  padding-left: 8px;
  padding-right: 8px;
}

.th-columnTable > thead > tr > th,
.th-columnTable > thead > tr > td,
.th-columnTable > tbody > tr > th,
.th-columnTable > tbody > tr > td{
  text-align: left;
  padding: 8px 8px;
}

.th-columnTable > thead > tr > th,
.th-columnTable > tbody > tr > th{font-weight: normal;}

@media print, screen and (min-width: 768px) {
  .first-150 > thead > tr > *:first-child,
  .first-150 > tbody > tr > *:first-child,
  .th-150 > thead > tr > th,
  .th-150 > tbody > tr > th{width: 150px;}
}
@media screen and (max-width: 767px) {
  .first-150 > thead > tr > *:first-child,
  .first-150 > tbody > tr > *:first-child,
  .th-150 > thead > tr > th,
  .th-150 > tbody > tr > th{width: 150px;}
}


th.del,
td.del {width:4em !important;}

.centerTable > thead > tr > td,
.centerTable > thead > tr > th,
.centerTable > tbody > tr > td,
.centerTable > tbody > tr > th{text-align: center;}
th.center,
td.center {text-align:center !important;}

th.left,
td.left {text-align:left !important;}

th.right,
td.right {text-align:right !important;}

table .p-narrow{padding-top: 0.5em!important;}

.urlTable td.note { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }



/* ====================================================
　線なし
==================================================== */
.noBorderTable > thead > tr > td,
.noBorderTable > thead > tr > th,
.noBorderTable > tbody > tr > td,
.noBorderTable > tbody > tr > th{padding: 0.5em 0; text-align: left;}

.noBorderTable > thead > tr > th,
.noBorderTable > tbody > tr > th{
    font-size: 1.4rem;
    font-weight: normal;
    color: #A3A6B4;
}

/* ====================================================
　線あり
==================================================== */
.borderBox{border-collapse: collapse;}

.borderBox th, .borderBox td {
  padding: 0.75em 0.5em;
  border: 1px solid #D5D5DF;
}
.borderBox tr + tr td, .borderBox tr + tr th {
  border-top-width: 0;
}
.borderBox th + th,
.borderBox th + td,
.borderBox td + td,
.borderBox td + td {
  border-left-width: 0;
}

.borderBox > thead > tr > th,
.borderBox > tbody > tr > th{
    font-size: 1.3rem;
    color: #A3A6B4;
    background: #F6F6F6;
    vertical-align: top;
}
.borderBox > thead > tr > td,
.borderBox > tbody > tr > td{
    font-size: 1.4rem;
}


.borderBox.block th,
.borderBox.block td {
  display: block;
  width: 100%;
}


/* ====================================================
    スマホ 縦配置
==================================================== */
@media screen and (max-width: 767px) {
    .noBorderTable th,.noBorderTable td{display: block; /*white-space:nowrap;*/ width: 100%;}
    .noBorderTable.borderNone th,.noBorderTable.borderNone td{border:none; padding: 0.25em 0;}
}



/* ====================================================
　線なし ４列テーブル
==================================================== */
.noBorderTable.rows4 > thead > tr > td,
.noBorderTable.rows4 > thead > tr > th,
.noBorderTable.rows4 > tbody > tr > td,
.noBorderTable.rows4 > tbody > tr > th{padding: 0.5em 0.5em 0.5em 0; text-align: left;}

/* ====================================================
    各種設定-テキスト設定
==================================================== */
.noBorderTable.systemdata td:nth-of-type(1),
.noBorderTable.systemdata td:nth-of-type(3){width: 200px;vertical-align: top; padding-top:1.1em;}

/* ====================================================
    各種設定-残数表示設定
==================================================== */
.noBorderTable.rows4 td:nth-of-type(2),
.noBorderTable.rows4 td:nth-of-type(4){width: 25%;}

/* ====================================================
    各種設定-項目名設定
==================================================== */
.noBorderTable.systemdata5 td:nth-of-type(1){width: 320px;vertical-align: top; padding-top:1.1em;}

/* ====================================================
    2カラム １列目140px .detailList
==================================================== */
.th-columnTable.detailList th{ width: 20%; min-width: 140px;}

/* ====================================================
    2カラム １列目300px .faqList
==================================================== */
.th-columnTable.faqList th{ width: 50%; min-width: 300px;}



/* ######################################################################################

  　トピック

###################################################################################### */
.topicList th{
    position: sticky;
    top: 0;
    z-index: 10;
    vertical-align: top!important;
}
.topicList th.short{width: 6.25em;}

.topicList td{vertical-align: top;}
.topicList td:first-child{padding-left: 0; width: 40px;}
.topicList td:nth-child(2){max-width: calc(100vw - 120px);}
.topicList tr.is-hidden{background: #ddd;}

.topicList .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.topicList .title.bold{
  font-weight: bold;
}
.topicList .meta{
    color: #777777;
    font-size: 1.2rem;
}

.topicList td * + *{margin-top: 0.25em;}
.topicList td.sort{padding: 0.25em; padding-top: 1em; width: 35px;}











/* ######################################################################################

  　投稿BOX一覧

###################################################################################### */
.boxList{}
.boxList__item{
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #E0E3EE;
}
.boxList__item.is-hidden{background: #ddd;}

.boxList__item:first-child{
  border-top: 1px solid #E0E3EE;
}
.boxList__item__title{
  margin-bottom: 0.5em;
}
.boxList__item__detail{
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.boxList__item__detail:after{
  content: "";
  display: block;
  clear: both;
}
.boxList__item__date .meta,
.boxList__item__detail .meta{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
.boxList__item__date .meta__item,
.boxList__item__detail .meta__item{
  display: flex;
  align-items: center;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.boxList__item__date .meta__item.mb0,
.boxList__item__detail .meta__item.mb0{
  margin-bottom: 0;
}
.boxList__item__date .meta__item dt,
.boxList__item__detail .meta__item dt{
  margin-right: 0.25em;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  color: #777777;
  font-size: 1.2rem;
  background: #F6F6F6;
}
.boxList__item__date .meta__item dd,
.boxList__item__detail .meta__item dd{
  color: #777777;
  font-size: 1.2rem;
}
.boxList__item__detail .img{
  float: right;
  width: 70px;
}
.boxList__item__text{
  font-size: 1.2rem;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boxList__item__text.warp{
  overflow: visible;
  white-space: break-spaces;
  text-overflow: inherit;
}



/* ######################################################################################

　title

###################################################################################### */

/* ====================================================
　ボールド
==================================================== */
.boldTitle{
  display: block;
	font-size:1.8rem;
	font-weight:bold;
	color:#2D315D;
	margin-bottom:0.75em;
}
.boldTitle.small{
	font-size:1.6rem;
	font-weight:bold;
	color:#2D315D;
	margin-bottom:0.5em;
}
.boldTitle.mini{
  font-size:1.4rem;
  font-weight:bold;
  color:#2D315D;
  margin-bottom:0.5em;
}

/* ====================================================
　ツートンバー
==================================================== */
.color2Title{
	font-size:1.8rem;
	font-weight:bold;
	color:#4D4F5C;
	position:relative;
	padding-left:0.8em;
    line-height:1.4;
	margin-bottom:1em;
}
.color2Title:before,
.color2Title:after{
	content:"";
    display:inline-block;
    position:absolute;
	width:3px;
}
.color2Title:before{
    top:0;
    left:0;
    background:#498FCA;
    height:100%;
}
.color2Title:after{
    left:0;
    bottom:0;
	background:#F7D560;
	height:50%;
}

/* ====================================================
　べた塗り
==================================================== */
.solidTitle {
    color:#A3A6B4;
    font-weight:bold;
    font-size:1.3rem;
    padding:1em;
}
.solidTitle_bluegray {background:#F5F6FA;}

/* 余白調整 */
.solidTitle + * {margin-top:1em;}
* + .solidTitle {margin-top:3em;}
.solidTitle + * th,
.solidTitle + * td {
    padding-left:1em !important;
    padding-right:1em !important;
}

/* ====================================================
　背景タイトル
==================================================== */
.bgTitle{
    margin-bottom: 1em;
    padding: 1em;
    background: #F6F6F6;
    text-align: center;
    font-size: 1.4rem;
}
.bgTitle .large{
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #4D4F5C;
}

/* 色 */
.bgTitle.green{background: rgba(28, 141, 79, 0.06);}




/* ====================================================
　下線タイトル
==================================================== */
.underLineTitle{
    margin-bottom: 1.5em;
    padding-bottom: 0.25em;
    font-size: 1.6rem;
    border-bottom: 1px solid #E0E3EE;
}


/* ====================================================
　タグタイトル
==================================================== */
.tagTitle{
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}
.tagTitle span{
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
    color: #777777;
    background-color: #F6F6F6;
    border-radius: 3em;
}



/* ######################################################################################

　テキスト

###################################################################################### */
.attention,
.attention:last-of-type{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.5;
}

.attention.red,
.attention.red:last-of-type{
  font-size: 1.4rem;
  color: #FF6565;
}


/* ######################################################################################

　tag

###################################################################################### */
.tagList{
    display: block;
    margin-bottom: 0.5em;
}
.tagList .tag{
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
    color: #777777;
    background-color: #F6F6F6;
    border-radius: 3em;
    margin-right: 0.5em;
}



/* ######################################################################################

　COMING SOON（工事中)

###################################################################################### */
.pageComingsoon .wallBelt{padding-top: 0;}
.pageComingsoon .contents.comingsoon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 65px 22px 0 22px;
}
/*タイトル*/
.pageComingsoon .contents.comingsoon .titleBold{font-size: 2.2rem; margin-bottom: 1.4em;}
/*キャプション*/
.pageComingsoon .contents.comingsoon .caption{font-size: 1.6rem; text-align: center; margin: 0 0;}
/*ロゴ*/
.pageComingsoon .contents.comingsoon .logo{margin-top: 40px;}
/*ボタン*/
.pageComingsoon .contents.comingsoon .buttonBox{margin-top:50px; width: 100%}
