
/*メニューバー*/
#globalnavi {
	padding-top:5px;
	padding-bottom:5px;
}
#globalnavi ul {
	width: 100%;
	background-color: #EFEFEF;
	justify-content: right;
}

#globalnavi a{
	padding:  5px 10px;
}

.txt ul { 
	list-style-type: disc;
	padding-left: 1em;
}
.txt ul li::marker {
	color: #ccc;
}

.txt {
	margin: 1.5rem 0;
}

.txt .txt-bold {
	font-weight: bold;
	border-bottom: solid 2px #1885B0;
	margin-bottom: 0.5em;
}
.txt .txt-bold::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 5px 10px 0 0;
	float: left;
	background-color: #1885B0;
}


/*　タイトルバー　*/
h2.infoBox  {
	color:#FFFFFF;
    background-image:url('images/bar-back.png');
	height: 30px;
    background-repeat:repeat-x;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-left: 0.5em;
	padding-top: 0.2em;
	font-weight: bold;
	font-size:1.1em;
	clear: both;
}

h2.info {
	clear: both;
	font-size: 11pt;
	background-color: #EFEFEF;
	text-align: left;
	color: black;
	padding-left: 0.5em;
	padding-top: 0.1em;
	font-weight: 300;
}

.shousai {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

a.brown-color,
a.green-color {
	display: block;
	width: 70%;
	text-align: center;
	font-size: 1.2em;
	line-height: calc(1.2em + 8px);
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: #333 1px 1px 3px;
	color: #fff;
}
a.brown-color {
	background-color: #b07118;
}
a.green-color {
	background-color: #299B4A;
}
a.brown-color:hover,
a.green-color:hover {
	background-color: #E6E6E6;
	box-shadow:none;
	transition: all 0.3s;
}

.flex .left {
	padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
	.flex .left {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 1rem;
	}
	
	
}