@charset "utf-8";

/* ――――――――――――――――――――――――――

ログイン
#pg_login

―――――――――――――――――――――――――― */
/* ----- #pg_login ----- */
#pg_login {
}
#pg_login .outer {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
#pg_login h1 {
    text-align: center;
	margin-bottom: 1rem;
    font-size: 4rem;
}
#pg_login h1 img {
	width: 150px;
	margin-bottom: 10px;
}
#pg_login .inner {
	width: 480px;
	background: #ffffff;
	padding: 2rem;
}





/* ――――――――――――――――――――――――――

カラム設定
#column

―――――――――――――――――――――――――― */
/* ----- #column ----- */
#column {
	width: 100%;
	min-height: calc(100vh - 112px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
#column #main {
	width: calc(100% - 200px);
	order: 2;
}
#column #main .breadcrumb {
	padding: 0.5rem 1.5rem;
	margin-bottom: 1.75rem;
}

/*  #side  */
#column #side {
	width: 200px;
	padding: 0;
	order: 1;
}
#column #side .menu a {
	display: block;
	padding: 0.4rem 0;
	text-align: center;
	font-weight: 700;
	color: #FFFFFF;
	background: #000000;
}
#column #side .menu a:hover {
	color: #000000;
	background: #ffdd00;
}
#column #side dl {
	width: 100%;
}
#column #side dl dt a {
	position: relative;
	display: block;
	padding: 0.75em;
	color: #FFFFFF;
	background: #03ba03;
	border-bottom: solid rgba(255,255,255,0.5) 1px;
	-webkit-transition: .2s all ease;
			-ms-transition: .2s all ease;
					transition: .2s all ease;
}
#column #side dl dt a:hover {
	color: #FFFFFF;
	background: #008800;
}
#column #side dl.now dt a {
	background: #ffaa00;
}
#column #side dl.now dt a:hover {
	color: #000000;
	background: #ffdd00;
}
#column #side dl dt i.fa {
	display: inline-block;
	text-align: center;
	width: 1.25em;
	font-size: 1.25em;
	margin-right: 0.3em;
	vertical-align: middle;
}
#column #side dl.now dt div,
#column #side dl dt div {
	position: absolute;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#column #side dl.now dt div {
	right: 12px;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
					transform: rotate(45deg);
}
#column #side dl dt div {
	right: 15px;
	-webkit-transform: rotate(-45deg);
		 -moz-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
#column #side dl.now dd {
	display: block;
}
#column #side dl dd {
	display: none;
}
#column #side dl dd li a {
	position: relative;
	display: block;
	padding: 0.75em 0.75em 0.75em 2.75em;
	color: #000000;
	background: #ffffff;
	border-bottom: solid rgba(0,0,0,0.2) 1px;
}
#column #side dl dd li:last-child a {
	border-bottom: none;
}
#column #side dl dd li.now a {
	background: #ACE8AC;
}
#column #side dl dd li.now a:after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ACE8AC;
	-webkit-transition: .2s all ease;
			-ms-transition: .2s all ease;
					transition: .2s all ease;
}
#column #side dl dd li a:hover,
#column #side dl dd li.now a:hover {
	background: #FFEE66;
}
#column #side dl dd li a:hover:after {
	border-left: 10px solid #FFEE66;
}





/* ――――――――――――――――――――――――――

ダッシュボード
#pg_dashboard

―――――――――――――――――――――――――― */
/* ----- #pg_dashboard ----- */
#pg_dashboard {
}

/* ----- .page_title ----- */
#pg_dashboard .page_title {
	position: relative;
	color: #ffffff;
	background: #03ba03;
	padding: 0.5rem 0.75rem;
	border-bottom: solid #000000 2px;
}
#pg_dashboard .page_title:before,
#pg_dashboard .page_title:after {
	content: "";
	position: absolute;
}
#pg_dashboard .page_title:before {
	top: 0;
	right: 0;
	border-top: 15px solid #ffffff;
	border-left: 15px solid transparent;
}
#pg_dashboard .page_title:after {
	top: 0;
	right: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #008800;
}
#pg_dashboard .page_title i.fa {
	display: inline-block;
	text-align: center;
	width: 1.125em;
	font-size: 1.125em;
	margin-right: 0.3em;
	vertical-align: middle;
}
#pg_dashboard .page_title button {
	position: absolute;
	top: 8px;
	right: 22px;
}

/* ----- table ----- */
#pg_dashboard table {
	width: 100%;
}
#pg_dashboard table thead th,
#pg_dashboard table thead td {
	padding: 0.125rem 0.5rem;
	white-space: nowrap;
	border: 1px solid #cccccc;
}
#pg_dashboard table tbody th,
#pg_dashboard table tbody td {
	border: 1px solid #cccccc;
}
#pg_dashboard table .icon {
	display: inline-block;
}
#pg_dashboard table .icon img {
	width: 2.5em;
	vertical-align: middle;
	margin-left: 0.75em;
}
#pg_dashboard table ul.option {
	letter-spacing: -.4em;
}
#pg_dashboard table ul.option li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 1em;
	margin-right: 1.25em;
}
#pg_dashboard table ul.option li:last-child {
	margin-right: 0;
}
#pg_dashboard table ul.option li:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background: #03ba03;
	border-radius: 1em;
}
#pg_dashboard table .hidden {
	background: #f0f0f0;
}
#pg_dashboard table.border_top_none tr:first-child th {
	border-top: 1px solid #e6f7ec;
}
#pg_dashboard table.border_top_none tr:first-child td {
	border-top: 1px solid #fff;
}
#pg_dashboard table dl {
	padding: 0.25rem 0.6rem;
	border-bottom: 1px solid #cccccc;
}
#pg_dashboard table dl:last-child {
	border-bottom: none;
}

#pg_dashboard table .ph_item {
	border: 1px solid #cccccc;
}
#pg_dashboard table .ph_item img {
	width: 100%;
	max-width: 100px;
}


/* ----- .serach ----- */
#pg_dashboard .serach {
	position: relative;
	padding: 1rem 1.5rem 2rem;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}
#pg_dashboard .serach:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	border-top: 20px solid #03ba03;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

/* ----- .flowchart ----- */
#pg_dashboard .flowchart {
	width: auto;
	padding: 0 0.75rem 1.5rem;
	overflow-x: auto;
}
#pg_dashboard .flowchart ul {
	display: flex;
	flex-flow: row nowrap;
}
#pg_dashboard .flowchart ul > li {
	position: relative;
	padding-top: 30px;
	margin-right: 20px;
}
#pg_dashboard .flowchart ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 98px;
	width: 4px;
	height: 30px;
	background: #000000;
}
#pg_dashboard .flowchart ul > li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 30px);
	height: 4px;
	background: #000000;
}
#pg_dashboard .flowchart ul > li:first-child:after {
	left: 98px;
	width: calc(100% - 78px);
}
#pg_dashboard .flowchart ul > li.more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 23px;
	width: 4px;
	height: 30px;
}
#pg_dashboard .flowchart ul > li.more:after {
	left: 0;
	width: 25px;
}

/* 二階層しかない場合に対応するため追加（二階層かつ子のliを持たない要素に指定） */
#pg_dashboard .flowchart ul li ul li:only-of-type.more {
	width: 200px;
}
#pg_dashboard .flowchart ul li ul li:only-of-type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 98px;
	width: 4px;
	height: 30px;
}
#pg_dashboard .flowchart ul li ul li:only-of-type:after {
	width: 0px;
}
/* end 二階層しかない場合に対応するため追加 */



/* 一階層しかない場合に対応するため追加（一階層かつ子のliを持たない要素に指定） */
#pg_dashboard .flowchart ul li:only-of-type.more {
	width: 200px;
}
#pg_dashboard .flowchart ul li:only-of-type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 98px;
	width: 4px;
	height: 30px;
}
#pg_dashboard .flowchart ul li:only-of-type:after {
	width: 0px;
}
/* end 一階層しかない場合に対応するため追加 */



#pg_dashboard .flowchart .flow_name {
	position: relative;
	width: 200px;
	color: #ffffff;
	background: #000000;
	padding: 0.125em 0.5em;
	text-align: center;
	font-size: 11px;
	line-height: 1.75em;
	margin-bottom: 10px;
}
#pg_dashboard .flowchart .flow_name:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: calc(50% - 2px);
	width: 4px;
	height: 11px;
	background: #000000;
	z-index: 1;
}
#pg_dashboard .flowchart .flow_item a {
	position: relative;
	display: block;
	width: 200px;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	color: #333333;
	background: #ffffff;
	border: 2px solid #dddddd;
	font-size: 11px;
	line-height: 1.5em;
	z-index: 2;
}
#pg_dashboard .flowchart .flow_item a:hover {
	color: #333333;
	border: 2px solid #03ba03;;
	box-shadow: 0 0 0.25rem rgba(0,0,0,0.3), 
							0 0.25rem 0.5rem rgba(0,0,0,0.2);
}
#pg_dashboard .flowchart .flow_item a:after {
	content: "";
	position: absolute;
	bottom: -32px;
	left: calc(50% - 2px);
	width: 4px;
	height: 31px;
	background: #000000;
	z-index: 1;
}
#pg_dashboard .flowchart .flow_item .ph {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
}
#pg_dashboard .flowchart .flow_item p {
	margin-bottom: 0.5rem;
}
#pg_dashboard .flowchart .flow_item a img:hover {
	opacity: 1;
}
#pg_dashboard .flowchart .flow_item ol > li {
	color: #ffffff;
	background: #03ba03;
	padding: 0.125em 0.5em;
	text-align: center;
	border-radius: 3px;
	margin-top: 3px;
}



/* flow_item の disabled 設定 */
#pg_dashboard .flowchart .flow_item.disabled a {
	opacity: 0.5;
}
/* end flow_item の disabled 設定 */



#pg_dashboard .flowchart .flow_more.w_cell {
	width: 200px;
}
#pg_dashboard .flowchart .flow_more a {
	display: block;
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background: #ffaa00;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	margin: 0 auto;
}
#pg_dashboard .flowchart .flow_more a:hover {
	color: #000000;
	background: #ffdd00;
}
/* 終点を追加 */
#pg_dashboard .flowchart .flow_end.w_cell {
	width: 200px;
}
#pg_dashboard .flowchart .flow_end span {
	display: block;
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	margin: 0 auto;
}
/* end 終点を追加 */


/* ――――――――――――――――――――――――――

モーダル表示
#pg_colorbox

―――――――――――――――――――――――――― */
/* ----- #pg_colorbox ----- */
#pg_colorbox {
}
#pg_colorbox section {
	border: 10px solid #ffffff;
}
#pg_colorbox .outer {
	width: 100%;
	height: calc(100vh - 70px);
	overflow-y: auto;
	padding: 2% 0;
}
#pg_colorbox .outer ul {
	display: flex;
	flex-flow: row nowrap;
}
#pg_colorbox .outer ul >li {
	position: relative;
	width: 24.25%;
	margin-right: 1%;
	border-radius: 10px;
	background: #ffffff;
	padding: 15px;
}
#pg_colorbox .outer ul > li:last-child {
	margin-right: 0;
}
#pg_colorbox .outer ul > li.blank {
	background: rgba(255,255,255,0.1);
}
#pg_colorbox .outer .title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
#pg_colorbox .outer .ph {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0.5rem;
}
#pg_colorbox .outer .ph img {
	width: 100%;
	max-width: 200px;
}
#pg_colorbox .outer .price {
	text-align: center;
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 0.25rem;
}
#pg_colorbox .outer .price span {
	font-size: 60%;
}
#pg_colorbox .outer p {
	margin-bottom: 0.75rem;
}
#pg_colorbox .outer a img:hover {
	opacity: 1;
}
#pg_colorbox .outer ol > li {
	color: #ffffff;
	background: #03ba03;
	padding: 0.125em 0.5em;
	text-align: center;
	border-radius: 3px;
	margin-top: 3px;
}
#pg_colorbox .footer {
	width: 100%;
	height: 50px;
	padding-top: 10px;
}

