@charset "utf-8";


/*-----------------------------------------
	contents
-----------------------------------------*/

/* PageTitle */
#PageTitle { position: relative; padding: 20px 20px 0 35px; line-height: 1; }
#PageTitle:before { content: ""; position: absolute; top: 20px; left: 20px; width: 5px; height: 15px; background: #971B20; }

.setLanguage { margin: 20px 0; font-weight: bold; text-align: left;}

/* Content */
#Content { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; padding: 0 20px; width: 100%; }

#Content aside,
#Content article { padding: 0 20px 0 0; width: 34%; vertical-align: top; }
#Content article { padding: 0; width: 66%; }
#Content article + aside { padding: 0 0 0 20px; }

#Content #TopRbtn { position: absolute; top: -41px; right: 20px; }

/* noSide */
.noSide { text-align: center; }
.noSide #PageTitle { margin:0 auto 20px; max-width: 1240px; }
.noSide #Content { display: block; margin: 0 auto; max-width: 1240px; }
.noSide #Content article { display: block; width: 100%; }
.noSide .list { overflow: auto; }
.noSide .list table tbody td:not(.btns) { white-space: normal; }

/* fixed */
.fixed { padding-bottom: 90px; }
.fixed #PageTop { right: 15px; bottom: 20px; }

/* modalの中にiframe置きたい */
.inIframe { min-width: 800px; overflow: hidden; }

/*-----------------------------------------
	section
-----------------------------------------*/

#Content section { margin: 0 0 20px; padding: 20px 15px; border: 1px solid #C8C8C8; border-radius: 9px; }
#Content section.message { padding: 20px; color: #971B20; font-size: 15px; line-height: 1.5; text-align: left; border-color: #F09191; }
#Content section.settings { text-align: left; background: #FAFAFA; }
#Content section.settings.white { background: none; }

#Content section.settings h3 { margin: 0 0 10px; padding: 0 0 8px; font-size: 14px; border-bottom: 1px solid #C8C8C8; }
#Content section.settings table th,
#Content section.settings table td { padding: 0 0 12px; }
#Content section.settings table th { padding-right: 10px; color: #777; white-space: nowrap; }
#Content section.settings table td select { width: 100%; }
#Content section.settings table td.date input { margin: 0; width: 45%; width: calc(50% - 12px); }
#Content section.settings table td.date select { margin: 0 5px 0 0; width: auto; min-width: 0; }
#Content section.settings table td.name input[type=text] { margin: 0; width: 90%; width: calc(100% - 30px); }
#Content section.settings table td.name input[type=text]:first-child { margin-bottom: 10px; }

#Content section.settings .chose { margin: 0 0 20px; }

#Content section *:last-child { margin-bottom: 0 !important; }
#Content section p { margin: 0 0 20px; }

/* Switch */
#Switch { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 102%; width: calc(100% + 10px); margin: -10px 0 0; }
#Switch li {
	margin: 10px 0 0;
	padding-right: 60px;
	width: 33.3%;
	color: #777;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#Switch li:hover { color: #000; }
#Switch li:before,
#Switch li:after{ content: "ON"; position: absolute; top: 50%; right: 10px; margin: -10px 0 0; width: 44px; height: 20px; background: #F7C1C1; border-radius: 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Switch li.on:before,
#Switch li.off:before { padding: 0 6px 0 8px; color: transparent; font-size: 10px; font-weight: bold; line-height: 20px; }
#Switch li.off:before { content: "OFF"; text-align: right; background: #C8C8C8; }

#Switch li.on:after,
#Switch li.off:after { content: ""; right: 15px; margin: -5px 0 0; width: 10px; height: 10px; background: #FFF; box-shadow: 0 0 3px rgba(151, 27, 32, 0.4); }
#Switch li.off:after { right: 39px; box-shadow: 0 0 3px rgba(68, 68, 68, 0.4); }

#Switch li.on:hover:before { color: #FFF; text-shadow: 0 0 3px rgba(151, 27, 32, 0.4); }
#Switch li.off:hover:before { color: #FFF; text-shadow: 0 0 3px rgba(68, 68, 68, 0.4); }

/* list */
.list { overflow-x: auto; }
form.list { overflow-x: visible; }
.chose + .list { padding: 20px 0 0; border-top: 1px solid #C8C8C8; }

.list table th,
.list table td { white-space: nowrap; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.list table thead th,
.list table thead td { padding-top: 0; font-weight: bold; text-align: center; border-bottom: 2px solid #971B20; }
.list table thead td { border-color: #C8C8C8; }
.list table tbody tr:hover th,
.list table tbody tr:hover td { background: #EEE; }

.list table th:not(:last-child),
.list table td:not(:last-child) { border-right: 1px solid #ddd !important; }

.list table .sort:hover,
.list table .sort.up,
.list table .sort.down { color: #971B20; cursor: pointer; }
.list table .sort:hover { text-decoration: underline; }
.list table .sort.up:after,
.list table .sort.down:after { content: "▲"; display: inline; position: relative; top: auto; margin: 0 0 0 3px; }
.list table .sort.down:after { content: "▼"; }

.list table .btns { text-align: center; }

.list table .checkbox { padding: 0; width: 30px; text-align: center; }
.list table .checkbox label { margin: 0; padding: 5px 10px; height: 30px;}
.list table .checkbox label input { margin: 0; cursor: pointer; }

.list table td button,
.list table td .btn { padding: 0 8px; height: 22px; font-size: 13px; line-height: 20px; }
.list table td button:not(:first-child),
.list table td .btn:not(:first-child) { margin-left: 6px; }

.list table .border th,
.list table .border td { border-top: 1px solid #C8C8C8; }

.list ~ div:not(.paging) { margin: 20px 0 0; text-align: center; }
.list ~ div:not(.paging) { margin: 20px 0 0; padding: 20px 0 0; text-align: center; border-top: 1px solid #C8C8C8; }

/* pager */
.paging { display: table; margin: 0 auto 20px; width: 100%; }
.list ~ .paging { margin: 20px auto 0; }
.paging > * { display: table-cell; text-align: left; }

.paging .pageNumber strong { margin: 0 4px; }

.paging .pager { padding: 0 20px; text-align: center; }
.paging .pager ol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; }
.paging .pager ol li { display: block; margin: 0 0 0 -1px; border: 1px solid #C8C8C8; }
.paging .pager ol li:first-child { margin: 0; border-radius: 5px 0 0 5px; }
.paging .pager ol li:last-child { border-radius: 0 5px 5px 0; }
.paging .pager ol li a,
.paging .pager ol li span { display: block; padding: 0 8px; min-width: 24px; color: #B70000 !important; line-height: 24px; text-decoration: none; }
.paging .pager ol li span { color: #888 !important; }
.paging .pager ol li a:hover { background: #FDECEC; }
.paging .pager ol li .current { color: #FFF !important; background: #F09191; }

.paging .pageShow { text-align: right; }
.paging .pageShow select { min-width: 0; }


/*-------------------------------------
	table
-------------------------------------*/

/* form */
.form { margin: 0 0 20px; }

.form thead th,
.form thead td { padding-top: 0; width: 75%; border-bottom: 2px solid #C8C8C8; }
.form thead th { width: 25%; font-weight: bold; border-color: #971B20; }

.form th span.required { content: "必須"; display: block; position: absolute; top: 50%; right: 10px; margin: -10px 0 0; padding: 2px 6px; color: #b70004; font-size: 11px; background: #fdecec; border-radius: 3px; }

.form > tbody:first-child > tr:first-child > th,
.form > tbody:first-child > tr:first-child > td { width: 75%; border-top: 2px solid #C8C8C8; }
.form > tbody:first-child > tr:first-child > th:first-child { width: 25%; border-top-color: #971B20; }

.form tbody th,
.form tbody td { position: relative; background: #FFF !important; border-bottom: 1px dotted #C8C8C8; }
.form tbody th { background: #F9F9F9 !important; }
.form tbody th select { display: block; margin: 10px 0 0;}

.form tbody .radioSelects div:not(:first-child) { margin: 10px 0 0; border-top: 1px solid #C8C8C8; }
.form tbody .radioSelects div label { min-width: 96px; }
.form tbody .radioSelects div strong { display: inline-block; padding: 10px 0 8px; width: 60%; border-bottom: 1px dotted #C8C8C8; }
.form tbody .radioSelects div span { display: inline-block; margin: 0 15px 0 0; min-width: 96px; }
.form tbody .radioSelects div span ~ span { min-width: 54px; }
.form tbody .radioSelects p { margin: 0 0 10px !important; }
.form tbody .radioSelects p:not(:first-child) { margin-left: 110px; }
.form tbody .radioSelects select { margin: 0 15px 0 5px; }
.form tbody .radioSelects input[type=text] { margin: 0 5px; }

.form tbody .radioSelects.plan div { padding: 0; }
.form tbody .radioSelects.plan p { margin: 0; padding: 0; }
.form tbody .radioSelects.plan p span { margin: 10px 0; }
.form tbody .radioSelects.plan input[type=text] { margin: 0 6px 0 10px; }

.form tbody .colorSelect input[type=radio] { top: 2px; margin: 0; }
.form tbody .colorSelect input[type=radio] + label { display: inline-block; margin: 4px; width: 24px; height: 24px; background: #B70000; border-radius: 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.form tbody .colorSelect input[type=radio]#color01 + label { background: -webkit-linear-gradient(-45deg, #FF0000 0%, #B70000 50%, #971B20 100%); background: linear-gradient(135deg, #FF0000 0%, #B70000 50%, #971B20 100%); }
.form tbody .colorSelect input[type=radio]#color02 + label { background: -webkit-linear-gradient(-45deg, #FF9C46 0%, #EC5000 50%, #D24800 100%); background: linear-gradient(135deg, #FF9C46 0%, #EC5000 50%, #D24800 100%); }
.form tbody .colorSelect input[type=radio]#color03 + label { background: -webkit-linear-gradient(-45deg, #FFE14C 0%, #EFA200 50%, #E38700 100%); background: linear-gradient(135deg, #FFE14C 0%, #EFA200 50%, #E38700 100%); }
.form tbody .colorSelect input[type=radio]#color04 + label { background: -webkit-linear-gradient(-45deg, #FFF428 0%, #E4D800 50%, #E3C800 100%); background: linear-gradient(135deg, #FFF428 0%, #E4D800 50%, #E3C800 100%); }
.form tbody .colorSelect input[type=radio]#color05 + label { background: -webkit-linear-gradient(-45deg, #A7FF2E 0%, #80DC01 50%, #6DBF00 100%); background: linear-gradient(135deg, #A7FF2E 0%, #80DC01 50%, #6DBF00 100%); }
.form tbody .colorSelect input[type=radio]#color06 + label { background: -webkit-linear-gradient(-45deg, #62FFC5 0%, #00DD8C 50%, #00CB81 100%); background: linear-gradient(135deg, #62FFC5 0%, #00DD8C 50%, #00CB81 100%); }
.form tbody .colorSelect input[type=radio]#color07 + label { background: -webkit-linear-gradient(-45deg, #7BF4FF 0%, #00D0E2 50%, #00BBCA 100%); background: linear-gradient(135deg, #7BF4FF 0%, #00D0E2 50%, #00BBCA 100%); }
.form tbody .colorSelect input[type=radio]#color08 + label { background: -webkit-linear-gradient(-45deg, #5D80FF 0%, #3524FE 50%, #2D21BA 100%); background: linear-gradient(135deg, #5D80FF 0%, #3524FE 50%, #2D21BA 100%); }
.form tbody .colorSelect input[type=radio]#color09 + label { background: -webkit-linear-gradient(-45deg, #DC5BFF 0%, #A016C5 50%, #81159F 100%); background: linear-gradient(135deg, #DC5BFF 0%, #A016C5 50%, #81159F 100%); }
.form tbody .colorSelect input[type=radio]#color10 + label { background: -webkit-linear-gradient(-45deg, #FF77BF 0%, #E30D7E 50%, #CC056D 100%); background: linear-gradient(135deg, #FF77BF 0%, #E30D7E 50%, #CC056D 100%); }
.form tbody .colorSelect input[type=radio]#color11 + label { background: -webkit-linear-gradient(-45deg, #CCCCCC 0%, #6A6A6A 50%, #333333 100%); background: linear-gradient(135deg, #CCCCCC 0%, #6A6A6A 50%, #333333 100%); }
.form tbody .colorSelect input[type=radio]#color12 + label { background: -webkit-linear-gradient(-45deg, #E6E6E6 0%, #AFAFAF 50%, #8A8A8A 100%); background: linear-gradient(135deg, #E6E6E6 0%, #AFAFAF 50%, #8A8A8A 100%); }

@media (min-width: 1px) {
    .form tbody .colorSelect input[type=radio] { display: none; margin: 0; }
	
    .form tbody .colorSelect input[type=radio]:checked + label { box-shadow: 0 0 0 3px #FFF, 0 0 5px 4px #C8C8C8; }

	}

.form tbody .segment { margin: 10px 0 3px !important; padding: 10px; background: #f9f9f9; }
.form tbody .segment label { margin: 3px 20px 0 0; min-width: 50px; }
.form tbody .segment label:nth-of-type(7) { margin-left: 60px; }
.form tbody .segment .cnt7 label:first-of-type,
.form tbody .segment .cnt7 label:nth-of-type(6n+1){ margin-left: 60px; }

.form tbody .date input[type=text],
.form tbody .name input[type=text] { width: 30%; }

.form tbody td .note { display: block; margin: 10px 0 0; padding: 0; border: none; }

.form .center { margin: 30px 0 0; }

.form.conf table tr:nth-child(2n-1) th,
.form.conf table tr:nth-child(2n-1) td { background: #FCFDFF !important; }

.form.long tbody th { width: auto !important; text-align: center; white-space: nowrap; }

.form tbody td.mail { min-width: 435px; }
.form tbody td.mail input { margin: 0 8px 0 0; max-width: 360px; }

.form ~ h3 { font-size: 15px; }

/* inner */
.inner { margin: 0 0 8px; }
.inner th,
.inner td { font-size: 12px; }
.inner th:not(:first-child),
.inner td:not(:first-child) { border-left: 1px dotted #C8C8C8 !important; }

.inner thead th { padding: 8px 10px 7px; text-align: center; }
.inner tbody th {  background: #F5F5F5 !important; }


/*-------------------------------------
	acd
-------------------------------------*/

.acd { position: relative; padding-right: 50px; }
.acd:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
	width: 24px;
	height: 12px;
	background: url("/images/arrowD.png") center no-repeat;
	background-size: contain;
	opacity: .5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.acd.open:after { -webkit-transform: scale(1,-1); transform: scale(1,-1); }
.acd:hover:after { opacity: 1; }


/*-------------------------------------
	image
-------------------------------------*/

.dropImage { position: relative; padding: 20px !important; line-height: 1.8; text-align: center; background: #F5F5F5; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.dropImage:before { content: ""; position: absolute; top: 50%; left: 50%; width: 98%; width: calc(100% - 10px); height: 90%; height: calc(100% - 10px); border: 2px dashed #FFF; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.dropImage:hover { background: #EEE; }
.dropImage input { position: relative; }

.uploaded { display: inline-block; }
.uploaded .delete {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.6);
	background-size: 36px 36px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.uploaded .delete img { width: 30px; }
.uploaded:hover .delete { opacity: .4; }
.uploaded:hover .delete:hover { opacity: .8; }
.uploaded:hover .delete:hover img { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

table .dropImage,
table .uploaded { margin: 2px 0 3px; }


/*-------------------------------------
	modalBlock
-------------------------------------*/

/* summernoteとの競合調整 */
*:not(.note-editor.note-frame.card) .modal { display: none; position: relative; z-index: 900; }

.modalBG { position: fixed; top: 0; left: 0; margin: 0 !important; height: 100%; width: 100%; background: #222; opacity: 0.3; z-index: 999; }

/* modalBlock */
.modalBlock {
	position: fixed;
	top: 15%;
	left: 50%;
	margin: -20px 0 0 -450px !important;
	padding: 20px 0 0;
	width: 900px;
	height: auto;
	max-height: 70%;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,0.4);
	overflow-y: auto;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modalBlock div { padding: 0 20px; }
.modalBlock p { margin: 20px 0; padding: 0 20px; line-height: 1.6; text-align: left; }
.modalBlock p.check { margin: 20px 0 -5px; padding-top: 20px; text-align: center; border-top: 1px dotted #C8C8C8; }
.modalBlock > p.center { margin: 40px 0; }
.modal .modalBlock a.btn.gray { min-width: 120px; font-size: 16px; }

.modalBlock p.close { position: fixed; top: 15%; left: 50%; margin: -80px 0 0 405px !important; padding: 0; width: 60px; height: 60px; cursor: pointer; opacity: .8; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.modalBlock p.close:hover { opacity: 1; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.modalBlock.mini { top: 25%; margin-left: -300px !important; width: 600px; max-height: 50%; }
.modalBlock.mini p.close { top: 25%; margin-left: 255px !important; }

.modal.show .modalBlock { margin-top: 0 !important; }
.modal.show .modalBlock p.close { margin-top: -60px !important; }

.modalBlock.right-mini { top: 10%; right: 20px; left: auto; margin: -20px 0 0 0 !important; width: 280px; }
.modalBlock.right-mini p.close { top: 10%; left: auto; right: 10px; }

.modalBlock h2 { position: relative; padding: 0 18px; line-height: 1; }
.modalBlock h2:before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 15px; background: #971B20; }

.modalBlock .form th:first-child,
.modalBlock .form td:first-child { padding-left: 18px; }
.modalBlock .form th:last-child,
.modalBlock .form td:last-child { padding-right: 18px; }
.modalBlock .form th.checkbox { width: 30px; }
.modalBlock .form.paired td { width: 37.5% !important; }

.modalBlock .paging { margin: 30px 0 10px; padding: 0; }
.modalBlock .paging .pageNumber { padding: 0 0 0 18px; font-size: 14px; }



/*-------------------------------------
			CSS end
-------------------------------------*/
