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

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

　button

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

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

.buttonBox.flex {display:flex;}

.buttonBox.flex.between {justify-content:center; }
.buttonBox.flex.between > .button + .button {margin-left:15px;}

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

.buttonBox.flex.end {justify-content:flex-end;}

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

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

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

.button.micro {
    border-radius:100%;
    padding:0.1em;
    line-height:0.9;
}

/* グレイボタン */
.button.gray.reverse{
  color: #A3A6B4;
  border: 1px solid #A3A6B4;
  background: #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;
}

/* 未済 */
.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;
    top: 3px;
	}
.button.plus:hover:before{background:url(../img/icon/ico-plus.svg);}

.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_blue.svg);}

/* 編集 */
.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;
}*/


/* ====================================================
　フォームパーツ基本
==================================================== */
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: 3px;
  background-color: #ffffff;
  padding: 0.5em 0.5em;
  width: 100%;
  height:auto;
  font-size: 1.4rem;
  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:0 0 4px rgba(0,0,0,0.1);}

textarea {min-height:2.75em; line-height:1.5;}

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

/* ====================================================
　input textarea 長さ
==================================================== */
input.short{width: 30%;}
input.medium{width: 60%;}
input.long{width: 100%;}

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

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


/* ====================================================
　select
==================================================== */
label.select {
  display:inline-block;
  position: relative;
  line-height: 0;
}
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;}


input:not(.df)[type="checkbox"] + label,
input:not(.df)[type="checkbox"] + span {
  padding-left: 0.4em;
  
}
input:not(.df)[type="radio"] + label,
input:not(.df)[type="radio"] + span {
  position: relative;
  padding-left: 2em;
}
input:not(.df)[type="checkbox"] + label:before, input:not(.df)[type="checkbox"] + span:before, input:not(.df)[type="radio"] + label:before, input:not(.df)[type="radio"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.25em;
  transform: translateY(-50%);
}
input:not(.df):not(.fa)[type="checkbox"] + label:before, input:not(.df):not(.fa)[type="checkbox"] + label:after, input:not(.df):not(.fa)[type="checkbox"] + span:before, input:not(.df):not(.fa)[type="checkbox"] + span:after, input:not(.df):not(.fa)[type="radio"] + label:before, input:not(.df):not(.fa)[type="radio"] + label:after, input:not(.df):not(.fa)[type="radio"] + span:before, input:not(.df):not(.fa)[type="radio"] + span:after {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input:not(.df):not(.fa)[type="checkbox"] + label:before, input:not(.df):not(.fa)[type="checkbox"] + label:after, input:not(.df):not(.fa)[type="checkbox"] + span:before, input:not(.df):not(.fa)[type="checkbox"] + span:after, input:not(.df):not(.fa)[type="radio"] + label:before, input:not(.df):not(.fa)[type="radio"] + label:after, input:not(.df):not(.fa)[type="radio"] + span:before, input:not(.df):not(.fa)[type="radio"] + span:after {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


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

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
-------------------------------------*/
.error,
p.error {
    color: #FF6565;
    font-weight: bold;
    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
-------------------------------------*/
.mainBloc.createFrom input.other-input{
    display: inline-block;
    width: 15em;
    margin-left: 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;
}

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

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

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

.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;
	min-height: 44px;
}

.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,
.th-columnTable > thead > tr > th,
.th-columnTable > tbody > tr > th{
  padding: 8px;
  background-color:#F5F6FA;
  font-weight:bold;	
  vertical-align: middle;
}

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

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

/* ====================================================
　線なし ４列テーブル
==================================================== */	
.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;}



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

　title

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

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

/* ====================================================
　ツートンバー
==================================================== */
.color2Title{
	font-size:1.6rem;
	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:#3A5BC9;
    height:100%;
}
.color2Title:after{
    left:0;
    bottom:0;
	background:#00AEDA;
	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;
}








