.over:hover{
   background:#a9a9a9;
}
.outover:hover{
	background-color:#ffffff!important;
	color:#000!important;

}

.jumbotron {
  background-image: url("../img/main-image.jpg");
  background-size: cover;
  background-position: center 60%;
}

.btnmenu {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px 30px;
  position: relative;
}

.btnmenu::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


.cp_menu {
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: rgba(244,244,244,0.5);
	list-style: none;
}
.cp_menu li {
	overflow:hidden;
	max-height: 0;
	transition: all 0.5s;
	padding-left:15px;
}
/*リストが増えたらURLごとに追加*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li {
	height: 40px;
	max-height: 300px;
	opacity: 1;
}


.cp_menu_label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #3c647c;
	cursor: pointer;
}
.cp_menu_label2::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu_input {
	display: none;
}

/*
th {
    border: solid 1px;              /* 枠線指定 */
    border-color:#c0c0c0;
}
*/

.m_lr{
	margin-left: auto;
	margin-right: auto;
}

:root {
  --base-heigth: 0px;
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
    text-align: center;
}

.bg_statement {
  width: 100%;
  background: repeating-linear-gradient(to top, #fff, #fff calc(var(--base-heigth)/12), #d6e6f2 0vh, #d6e6f2 calc(var(--base-heigth)/6));
}

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
.phone_select{
    background-color: #aaa;
}
.labelhight{
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 640px){
 .table th {
    font-size: 14px;
    line-height: 0px;
    background-color: #ffffff;
 }
 .pc_area{
    display:none;
  }
 .phone_area{
    display:block;
  }
 .labelhight{
    height:60px!important;
  }
}

/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background-image: url(/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #bddfff;
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
*/


.contents {
  overflow: hidden;
  width: 750px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.nav {
  width: 150px;
  margin: 0;
  padding: 0;
}
.nav li {
  position: relative;
  width: 150px;
  height: 40px;
}
.nav > li {
  border-bottom: none;
}
.nav li:last-child {
  border-bottom: none;
}
.nav li:hover > ul > li {
  border-bottom: none;

}
.nav li > ul > li:last-child {
  border-bottom: none;
}
.nav li a {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  padding: 0 5px;
  background: #9fb7d4;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
.nav > li:hover > a {/*layer-1*/
  color: orange;
  background: #afc6e2;
  transition: 0.5s;
}
.nav > li li:hover > a {/*layer-2*/
  color: olive;
  background: #afc6e2;
}
.nav li:hover > ul > li {
  overflow: visible;
  top: -40px;
  left: 110px;
  height: 40px;

}
.nav li ul li {
  overflow: hidden;
  height: 0;
  left: 110px;
  list-style: none;
  transition: 0.2s;
}
.nav li ul li a {
  background: #9fb7d4;
  transition: 0.5s;
}
.nav li ul:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 140px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.nav li:hover ul li ul li:hover > a {/*layer-3*/
  color: pink;
  background: #afc6e2;
}
.content {
  width: 600px;
  height: 500px;
  background: #eee;
  margin: 0;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

label_p {
	padding-top:0px!important;
	padding-bottom:0px!important;
}

html {
  font-size: 75%;
}

.divRdoArea {
	bottom: 0px;
	font-size: 25%;
}

.divRdoAreaLabel {
	bottom: 7px;
}

.divHeaderArea {
    position:fixed;
	top: 68px;
	left: 0;
	width:94%;
	z-index: 1;
	margin:90px 10px 30px 0px;
	background: #eeeeee;
}

input[type="date"]{
	width:130px;
}

.dropdown-menu {
  left: 0;
  right: 0;
  text-align: center;
}

.lbllong {
	width:240px;
}

//モーダル*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.contentmodal{
    margin: 0 auto;
    padding:0px;
}
.modal_add{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 20%;
    transform: translate(-50%,-50%);
    width: 60%;
}
//モーダル
