/*
 * ============================================================================
 * リセット
 * ============================================================================
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html{
	font-family: "Meiryo", "verdana", sans-serif, system-ui;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	line-height:1;
	display: flex;
	flex-direction: column;
}

main {
	flex-grow: 1;
}
  
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
/*
 * ============================================================================
 * クラス設定
 * ============================================================================
 */
/*
 * ----------------------------------------------------------------------------
 * コンテナ
 * ----------------------------------------------------------------------------
 */
 .container{
	padding-right: calc( 100vw / 30 );
	padding-left: calc( 100vw / 30 );
	margin-right: auto;
	margin-left: auto;
  
}
/*
 * ----------------------------------------------------------------------------
 * グリッド（行）
 * ----------------------------------------------------------------------------
 */
 .row {
	display: flex;
	flex-wrap: wrap;
}
/*
 * ----------------------------------------------------------------------------
 * グリッド（列）
 * ----------------------------------------------------------------------------
 */
 .col {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0%;
}
.col-grow {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.col-shrink {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
/*
 * ----------------------------------------------------------------------------
 * ドロップダウンメニュー
 * ----------------------------------------------------------------------------
 */
.dropdown{
	position: relative;

}
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 100%;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
  }
.dropdown-item {
	display: block;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}
/*
 * ----------------------------------------------------------------------------
 * ボタン
 * ----------------------------------------------------------------------------
 */
 .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.2rem 0.2rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
 * ----------------------------------------------------------------------------
 * テキスト
 * ----------------------------------------------------------------------------
 */
 .text-center {
	text-align: center !important;
  }
  
/*
 * ----------------------------------------------------------------------------
 * ページヘッダー
 * ----------------------------------------------------------------------------
 */
 .pageHeader{
	background-color: #4169e1;
}

/*
 * ----------------------------------------------------------------------------
 * ページヘッダー
 * ----------------------------------------------------------------------------
 */
 .pageFooter{
	background-color: #4169e1;
	flex-shrink: 0;
	padding: 8px;
}

/*
 * ----------------------------------------------------------------------------
 * サイドメニュー
 * ----------------------------------------------------------------------------
 */
input[type=checkbox].openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.sidebarIconToggle {
	z-index: 99;
	display: inline-block;
	height: 22px;
	width: 22px;
	padding-top: 8px;
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	/*
	position: absolute;
	top: 22px;
	left: 15px;
	*/
}

.spinner-top {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	height: 3px;
	width: 100%;
	background-color: #fff;
}

.spinner-middle {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
	height: 3px;
	width: 100%;
	background-color: #fff;
}

.spinner-bottom {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
	height: 3px;
	width: 100%;
	background-color: #fff;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .spinner-middle {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .spinner-top {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .spinner-bottom {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}

input[type="checkbox"]:checked ~ .sidebarMenu {
	transform: translateX(0);
}

.sidebarMenu {
	position: fixed;
	width: 250px;
	height: 100%;
	left: 0;
	margin-top: 6px;
	transform: translateX(-250px);
	transition: transform 250ms ease-in-out;
	background-color: #dcdcdc;
	/*
	background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
	*/
}

.sidebarMenu ul{
	padding-left: 0%;	
}

.accordionMenu > ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordionMenu a{
	color: #666;
}

.accordionMenuItemCheck{
	display: none;
}

.accordionMenuItem::after{
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #CCC 1px solid;
	border-right: #CCC 1px solid;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.accordionMenuItemCheck:not(:checked) + .accordionMenuItem::after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration: 0.3s;
}

.accordionMenuItemCheck:checked + .accordionMenuItem::after{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	transition-duration: 0.3s;
}

.accordionMenuItem{
	background: #666;
	color: #fff;
	display: block;
	padding: 10px;
	position: relative;
}

.accordionMenuItemCheck:checked ~ .accordionMenuContent{
	height: 100%;
	opacity: 1;
	padding: 10px 10px 10px 20px;
	display: block;
}

.accordionMenuContent{
	border: 1px solid #333;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	display: none;
}

.accordionMenuContent li{
	margin: 8px 0px 8px 0px;
}

.sidebarMenuInner li{
	padding: 10px;
}
/*	***********************************************************
**	必須入力項目
**	***********************************************************/
input:required {
	border: double;
	border-color: pink;
  }
