@charset "utf-8";




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下層ページヘッダー画像　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */








/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


#list {
	width: 97%;
	height: auto;
	padding-left: 20px;
	font-size: 12px;
	line-height: 25px;
}





@media only screen and (max-width:651px) {

#card {
	width: 100%;
	float: right;
	clear: right;
	height: auto;
	text-align: right;
	margin-bottom: 10px;
}
}
@media only screen and (max-width:651px) {
#card img {
	width: 250px;
	height: auto;
}
}


@media only screen and (min-width:651px)  and (max-width:1000px){
#card {
	width: 100%;
	float: right;
	clear: right;
	height: auto;
	text-align: right;
	margin-bottom: 10px;
}
}
@media only screen and (min-width:651px)  and (max-width:1000px){
#card img {
	width: 320px;
	height: auto;
}
}

@media only screen and (min-width:1001px) {
#card {
	width: 100%;
	float: right;
	clear: right;
	height: auto;
	text-align: right;
	margin-bottom: 10px;
}
}
@media only screen and (min-width:1001px) {
#card img {
	width: 320px;
	height: auto;
}
}








@media only screen and (max-width:651px) {
.square01 {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.square02 {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.square03 {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.plus01 {
	width: 100%;
	height: 46px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
}


@media only screen and (min-width:651px)  and (max-width:1000px){
.square01 {
	width: 19.5%;
	height: 156px;
	font-size: 13px;
	line-height: 25px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;
}
.square02 {
	width: 19.5%;
	height: 156px;
	font-size: 13px;
	line-height: 25px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;
}
.square03 {
	width: 19.5%;
	height: 156px;
	font-size: 13px;
	line-height: 25px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;
}
.plus01 {
	width: 52px;
	height: 52px;
	float: left;
	padding-top: 52px;
	padding-bottom: 52px;
	text-align: center;

}
}


@media only screen and (min-width:1001px) {
.square01 {
	width: 157px;
	height: 150px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 62px;
	padding-bottom: 52px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10pt;
}
.square02 {
	width: 157px;
	height: 151px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 52px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;
}
.square03 {
	width: 157px;
	height: 151px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background-color: #0059B2;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 43px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;
}
.plus01 {
	width: 50px;
	height: 48px;
	float: left;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
}





table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
