@charset "UTF-8";

/*==================================================================================================================================*/



/*layout (desktop) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

/* custom sort - selectlist */

ul.selectlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 90%;
  z-index: 99;
  margin: 0 auto;
  padding: 0 0 10px;
}

ul.selectlist li {
  -webkit-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 160px;
  width: 30%;
  margin: 0 5px 0;
}

ul.selectlist li a {
  position: relative;
  display: block;
  padding: 10px 16px 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #ccc;
}

ul.selectlist li.selected a {
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #222849;
}

ul.selectlist li:nth-child(4).selected a {
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #004E8C;
}

.selectfoot {
  padding: 0 0 30px;
  text-align: center;
  font-size: 13px;
}

.corp_num {
  display: inline-block;
  padding: 3px 8px 0;
  border: 1px solid #111;
}

.corp_num span {
  font-size: 1.3em;
  font-weight: bold;
}

#reset_btn {
  display: inline-block;
  padding: 3px 32px 0;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
  background: #999;
  border: 1px solid #999;
}

ul.selectlist li.selected a:hover,
#reset_btn:hover {
  opacity: 0.8;
}



/* custom sort - objectlist */

ul.objectlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.objectlist > li {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  padding: 4px 10px 6px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #333;
  background: #fff;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.objectlist > li:nth-child(8n + 1),
ul.objectlist > li:nth-child(8n + 3),
ul.objectlist > li:nth-child(8n + 6),
ul.objectlist > li:nth-child(8n + 8) {
  border-top: 6px solid #555;
}

ul.objectlist > li:nth-child(8n + 2),
ul.objectlist > li:nth-child(8n + 4),
ul.objectlist > li:nth-child(8n + 5),
ul.objectlist > li:nth-child(8n + 7) {
  border-top: 6px solid #aaa;
}

.corp_logo {
  display: table-cell;
  width: 80px;
  height: 80px;
  padding: 0 0 14px;
  vertical-align: middle;
}

.corp_logo img {
  width: 80px;
}

.corp_name {
  display: table-cell;
  padding: 0 0 0 9px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.corp_bis {
  clear: both;
  margin: 0 0 5px;
  font-size: 11px;
}

.corp_apply {
  margin: 10px 0 3px;
}

.corp_apply div {
  margin: 0 1px 3px 0;
  padding: 2px 8px 1px;
  display: inline-block;
  color: #fff;
  background: #222849;
  font-size: 12px;
  border-radius: 3px;
}

.corp_end {
  padding: 12px 0 12px;
  color: #B20000;
}

.btn_corp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px -1% 0;
}

.btn_corp div {
  -webkit-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  margin: 0 1% 4px;
}

.btn_corp a {
  display: block;
  padding: 5px 8px 4px 2px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  background: url("../images/icn_arrow_r_wh.png") right 6px center / auto auto no-repeat #00AAEB;
}

.btn_corp a:hover {
  opacity: 0.7;
}

ul.objectlist > li.disabled {
  color: #ccc;
}

ul.objectlist > li.disabled:nth-child(8n + 1),
ul.objectlist > li.disabled:nth-child(8n + 3),
ul.objectlist > li.disabled:nth-child(8n + 6),
ul.objectlist > li.disabled:nth-child(8n + 8) {
  border-top: 6px solid #ddd;
}

ul.objectlist > li.disabled:nth-child(8n + 2),
ul.objectlist > li.disabled:nth-child(8n + 4),
ul.objectlist > li.disabled:nth-child(8n + 5),
ul.objectlist > li.disabled:nth-child(8n + 7) {
  border-top: 6px solid #eee;
}

ul.objectlist > li.disabled .corp_logo img {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: grayscale(1);
  opacity: 0.2;
}

ul.objectlist > li.disabled .corp_apply div {
  background: #ccc;
}

ul.objectlist > li.disabled .corp_apply div.is {
  background: #ccc;
}

ul.objectlist > li.disabled .corp_exp span {
  color: #ccc;
}

ul.objectlist > li.disabled .corp_end {
  color: #ccc;
}

ul.objectlist > li.disabled .btn_corp a {
  background: url("../images/icn_arrow_r_wh.png") right 6px center / auto auto no-repeat #ccc;
}

ul.objectlist > li.disabled .btn_corp a:hover {
  opacity: 1;
}

.register-img {
  text-align: center;
  margin-bottom: 60px;
}






/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 961px) {

/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

/* custom sort - selectlist */

ul.selectlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-align-items : stretch;
  align-items : stretch;
  width: 96%;
  z-index: 99;
  margin: 0 auto;
  padding: 0 0 10px;
}

ul.selectlist li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  max-width: none;
  width: auto;
  flex-grow: 1;
  margin: 0 3px;
}

ul.selectlist li a {
  position: relative;
  display: block;
  padding: 10px 8px 10px 14px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #ccc;
}

ul.selectlist li.selected a {
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #222849;
}

ul.selectlist li:nth-child(4).selected a {
  background: url("../images/icn_arrow_b_wh.png") left 7px center / 8px 4px no-repeat #004E8C;
}

.selectfoot {
  padding: 0 0 30px;
  text-align: center;
  font-size: 13px;
}

.corp_num {
  display: inline-block;
  padding: 3px 8px 0;
  border: 1px solid #111;
}

.corp_num span {
  font-size: 1.3em;
  font-weight: bold;
}

#reset_btn {
  display: inline-block;
  padding: 3px 32px 0;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
  background: #999;
  border: 1px solid #999;
}

ul.selectlist li.selected a:hover,
#reset_btn:hover {
  opacity: 0.8;
}



/* custom sort - objectlist */

ul.objectlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.objectlist > li {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 4px 10px 6px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  -webkit-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  color: #333;
  background: #fff;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.objectlist > li:nth-child(4n + 1),
ul.objectlist > li:nth-child(4n + 4) {
  border-top: 6px solid #555;
}

ul.objectlist > li:nth-child(4n + 2),
ul.objectlist > li:nth-child(4n + 3) {
  border-top: 6px solid #aaa;
}

.corp_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 5px auto;
  padding: 0 0 5px;
  vertical-align: middle;
}

.corp_logo img {
  width: 80px;
}

.corp_name {
  display: table-cell;
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.corp_bis {
  clear: both;
  margin: 0 0 5px;
  font-size: 11px;
}

.corp_apply {
  margin: 10px 0 3px;
}

.corp_apply div {
  margin: 0 1px 3px 0;
  padding: 2px 8px 1px;
  display: inline-block;
  color: #fff;
  background: #222849;
  font-size: 12px;
  border-radius: 3px;
}

.corp_end {
  padding: 12px 0 12px;
  color: #B20000;
}

.btn_corp {
  display: block;
  margin: 8px 0 0;
}

.btn_corp div {
  max-width: 100%;
  width: 100%;
  margin: 0 0 4px;
}

.btn_corp a {
  display: block;
  padding: 5px 8px 4px 2px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  background: url("../images/icn_arrow_r_wh.png") right 6px center / auto auto no-repeat #00AAEB;
}

.btn_corp a:hover {
  opacity: 0.7;
}

ul.objectlist > li.disabled {
  color: #ccc;
}

ul.objectlist > li.disabled:nth-child(4n + 1),
ul.objectlist > li.disabled:nth-child(4n + 4) {
  border-top: 6px solid #ddd;
}

ul.objectlist > li.disabled:nth-child(4n + 2),
ul.objectlist > li.disabled:nth-child(4n + 3) {
  border-top: 6px solid #eee;
}

ul.objectlist > li.disabled .corp_logo img {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: grayscale(1);
  opacity: 0.2;
}

ul.objectlist > li.disabled .corp_apply div {
  background: #ccc;
}

ul.objectlist > li.disabled .corp_apply div.is {
  background: #ccc;
}

ul.objectlist > li.disabled .corp_exp span {
  color: #ccc;
}

ul.objectlist > li.disabled .corp_end {
  color: #ccc;
}

ul.objectlist > li.disabled .btn_corp a {
  background: url("../images/icn_arrow_r_wh.png") right 6px center / auto auto no-repeat #ccc;
}

ul.objectlist > li.disabled .btn_corp a:hover {
  opacity: 1;
}





}





