@charset "UTF-8";

.entrance_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.entrance_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}

.entrance_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}
.entrance_main_ttl{
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 20px auto;
    color: #A21C00;
}
.entrance_main p{
    
}
.entrance_main_st{
    width: 80%;
    padding: 5px 0 0 80px;
    text-align: left;
    font-size: 140%;
    line-height: 2em;
    font-weight: 500;
    background-image: url("../images/entrance/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #1259BD;
    margin: 20px auto;
    background-color: #D9F4FF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.col_red{
    font-size: 18px;
    color: #A21C00;
    font-weight: 700;
}
.col_blu{
    font-size: 18px;
    color: #0C3D7E;
    font-weight: 700;
}
.col_brw{
    font-size: 18px;
    color: #C8A31E;
    font-weight: 700;
}
.col_grn{
    font-size: 18px;
    color: #65991A;
    font-weight: 700;
}
.col_gry{
    padding-left: 10px;
    color: #666;
    font-size: 90%;
}
.entrance_cont{
    width: 75%;
    color: #444;
    text-align: left;
    margin: 30px 10% 40px 15%;

}
.entrance_cont_ttl{
    width: 100%;
}
.entrance_cont p{
    padding-left: 30px;
}
.uniform_area{
    width: 75%;
    margin: 30px 5% 30px 0;
    background-color: #95DCF6;
    background-image: url("../images/entrance/ring_bg.jpg");
    background-repeat: repeat-y;
    background-position: left;
    background-size: 5%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content:space-between;
    padding: 50px 10%;
}
.uniform{
    width: 43%;
    text-align: center;
    margin: 10px 0;
}
.uniform img{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
/*tb01*/
table{
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin: 20px 0 40px 0;
}

.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  background-color: #E0FCFF;
  color: #1170CA;
  font-weight: 500;
}

/*tb02*/

.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
    padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  background: #D6FEF0;
  color: #129366;
  font-weight: 500;
}
/*tb03*/

.tb03 th,
.tb03 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb03 th {
    padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  background: #EFFFDA;
  color: #79AB16;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

@media screen and (max-width: 640px) {
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }

}


@media screen and (max-width: 640px) {
  .tb03 {
    width: 100%;
  }
  table.tb03 th,
  table.tb03 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb03 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.entrance_top{
	width: 90%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.entrance_top img{
	width: 100%;
	margin: 0 auto 30px auto;
}

.entrance_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}
.entrance_main_ttl{
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 20px auto;
    color: #A21C00;
}
.entrance_main p{
    
}
.entrance_main_st{
    width: 80%;
    padding: 5px 0 0 80px;
    text-align: left;
    font-size: 140%;
    line-height: 2em;
    font-weight: 500;
    background-image: url("../images/entrance/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #1259BD;
    margin: 20px auto;
    background-color: #D9F4FF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.col_red{
    font-size: 18px;
    color: #A21C00;
    font-weight: 700;
}
.col_blu{
    font-size: 18px;
    color: #0C3D7E;
    font-weight: 700;
}
.col_brw{
    font-size: 18px;
    color: #C8A31E;
    font-weight: 700;
}
.col_grn{
    font-size: 18px;
    color: #65991A;
    font-weight: 700;
}
.col_gry{
    padding-left: 10px;
    color: #666;
    font-size: 90%;
}
.entrance_cont{
    width: 75%;
    color: #444;
    text-align: left;
    margin: 30px 10% 40px 15%;

}
.entrance_cont_ttl{
    width: 100%;
}
.entrance_cont p{
    padding-left: 30px;
}
.uniform_area{
    width: 75%;
    margin: 30px 5% 30px 0;
    background-color: #95DCF6;
    background-image: url("../images/entrance/ring_bg.jpg");
    background-repeat: repeat-y;
    background-position: left;
    background-size: 5%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content:space-between;
    padding: 50px 10%;
}
.uniform{
    width: 43%;
    text-align: center;
    margin: 10px 0;
}
.uniform img{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.entrance_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.entrance_top img{
	width: 100%;
	margin: 0 auto 30px auto;
}

.entrance_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}
.entrance_main_ttl{
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    color: #A21C00;
}
.entrance_main p{
    text-align: left;
}
.entrance_main_st{
    width: 85%;
    padding: 5px 0 0 50px;
    text-align: left;
    font-size: 120%;
    line-height: 2em;
    font-weight: 500;
    background-image: url("../images/entrance/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40px;
    color: #1259BD;
    margin: 20px auto;
    background-color: #D9F4FF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.col_red{
    font-size: 16px;
    color: #A21C00;
    font-weight: 700;
}
.col_blu{
    font-size: 16px;
    color: #0C3D7E;
    font-weight: 700;
}
.col_brw{
    font-size: 16px;
    color: #C8A31E;
    font-weight: 700;
}
.col_grn{
    font-size: 16px;
    color: #65991A;
    font-weight: 700;
}
.col_gry{
    padding-left: 10px;
    color: #666;
    font-size: 90%;
}
.entrance_cont{
    width: 90%;
    color: #444;
    text-align: left;
    margin: 20px 5% 30px 5%;

}
.entrance_cont_ttl{
    width: 100%;
}
.entrance_cont p{
    padding-left: 20px;
}
.uniform_area{
    width: 80%;
    margin: 30px 5% 30px 0;
    background-color: #95DCF6;
    background-image: url("../images/entrance/ring_bg.jpg");
    background-repeat: repeat-y;
    background-position: left;
    background-size: 5%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content:space-between;
    padding: 50px 10%;
}
.uniform{
    width: 80%;
    text-align: center;
    margin: 10px auto;
}
.uniform img{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
}

