@charset "utf-8";
/* CSS Document */
header {
	max-width: 1050px;
}
header::after {
	content: "";
	display: block;
	clear: both;
}
article::after {
	content: "";
	display: block;
	clear: both;
}
section {
	margin: 5px;
	
}
aside {
	display: block;
	width: 100%;
}
footer {
	width: 100%;
	background-color: #bbbcb9;  /*  #abacac、＃a0fc3d;  */
	font-size: 0.8rem;
	margin-left: 20px;
}
#pic1 {
	margin-left: 0px;
}
#navMenu {
	margin-left: 20px;
}
.container{
	display: flex;
}
.item {
	padding: 0 10px;
}
.logo {
	margin: 20px 0px;
}
.MenuButton {
	margin-left: 0px;
	width: 100px;
}
.MenuButton img {
	width: 80%;
}
.koumokuLM {
	display: none;
}

.koumokuS {
	display: block;
}
.br-LM {
	display: none;
}
.br-S {
	display: block;
}
.font14 {
	font-size: 14px;
}
.font14bold {
	font-size: 14px;
	font-weight: bold;
}
.font16 {
	font-size: 16px;
}
.font16bold {
	font-size: 16px;
	font-weight: bold;	
}
.colorGreen {
	color: green;
	font-weight: bold;
}
.colorRed {
	color: red;
}
tr th {
	text-align: center;
}
.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #2a3fc4;
    background-image: -webkit-linear-gradient(45deg, #7cfc36 0%, #6dd733 100%);
    background-image: linear-gradient(45deg, #7cfc36 0%, #6dd733 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #01fd05;
}
.square_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.TitleS {
	width: 80%;
}
.P1 {
	width: 800px;
}
.P2 {
	width: 700px;
}
.P2:after {
	content: "";
	display: block;
	clear: both;
}
.P2A {
	float: left;
	width: 400px;
}
.P2B {
	float: left;
	width; 300px;
}
.
.BoxB {
	width: 1000px;
}
.BoxB:after {
	content: "";
	display: block;
	clear: both;
}

.BoxBA {
	float: left;
	width; 700px;
}
.BoxBB {
	float: left;
	width: 300px;
}
.BoxC {
	width: 800px;
}
.testAAA {
	width: 300px;	
}


@media only screen and (min-width: 421px) and (max-width: 900px) {
section {
	margin: 20px;
	float: left; 
	width: 75%;
}
aside {
	display: block;
	float: right;
	/*  padding-top: 20px;  */
	width: 20%;
	
}
footer {
	max-width: 800px;
	height: 35px;
	padding: 10px 0;
	font-size: 1.0rem;
	color: #000;	
	position: relative;
	clear: both; 
}
.MenuButton {
	Max-width: 600px;
}
.MenuButton img {
	width: 140px;
}
.koumokuLM {
	display: block;
}
.koumokuS {
	display: none;
}
.br-LM {
	display: block;
}
.br-S {
	display: none;
}
.font14 {
	font-size: 16px;
}
.font16 {
	font-size: 18px;
}
.font16bold {
	font-size: 18px;
	font-weight: bold;	
}	
}

@media only screen and (min-width: 901px) {
section {
	margin: 20px;
	float: left; 
	width: 75%;
}
aside {
	display: block;
	float: right;
	/*  padding-top: 20px;  */
	width: 20%;
}
footer {
	max-width: 1000px;
	height: 25px;
	padding: 10px 0;
	font-size: 1.0rem;
	color: #000;	
	position: relative;
	clear: both; 
}
.MenuButton {
	width: 1050px;
}
.MenuButton img {
	max-width: 140px;
}
.koumokuLM {
	display: block;
}
.koumokuS {
	display: none;
}
.br-LM {
	display: block;
}
.br-S {
	display: none;
}
.font14 {
	font-size: 16px;
}
.font16 {
	font-size: 18px;
}
.font16bold {
	font-size: 18px;
	font-weight: bold;	
}	
}
