@charset "utf-8";

/*cf.Color
txt_nomal:#262626
txt_ttl:#00125E
txt_rink:#0F41B2
bg_nomal:#FFF
bg_ltblue:#F7F8FC

border:#F7F7F7

lb_blue:#00125E
lb_orange:#D35900
lb_yellow:#D35900
lb_red:#B10606
lb_dkgray:#262626
lb_green:#3099A2

bt_nomal:#00125E
bt_nomal_hover:#4D5A8F
bt_sub:#DBE0E8
bt_sub_hover:##E6EAEF
*/

/*-----layout------*/
#wrapper{
  width:100%;
  background-color:#FFF;
  color: #262626;
}
/*-----layout------*/
.layout_a,.layout_b,.layout_c{
  width: 100%;
  min-width: auto;
  padding: 0 2.5rem;
}

/*-----------Color_Class-----------*/
a.rink_box{
  position: relative;
  z-index: 1;
  color: #262626;
  text-align: center;
  width:100%;
}
.bg_ltblue {
  background-color: #F7F8FC;
}
.txt_blue{
  color: #00125E;
}
.txt_ltblue{
  color: #0F41B2;
}

.txt_orange{
  color: #D35900;
}
.txt_yellow{
  color: #D35900;
}
.txt_red{
  color:  #B10606;
}
.txt_dkgray{
  color: #262626;
}
.txt_green{
  color: #3099A2;
}
/*------button-------*/
.bt_cmn,a.bt_cmn {
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
  text-decoration: none;
  padding: 1.1em;
  line-height: 1;
  font-size: 1.3rem;
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.bt_round{
  border-radius: 5rem;
}
.bt_cmn.no_hover{
  cursor: auto;
}
.bt_blue {
  background-color: #00125E;
  color: #FFF;
  border: solid 0.1rem #00125E;
}
.bt_blue:hover {
  background-color: #4D5A8F;
  border: solid 0.1rem #4D5A8F;
}
.bt_gray{
  background-color: #DBE0E8;
  border: solid 0.1rem #DBE0E8;
  color: #262626;
}
.bt_gray:hover{
  background-color: #E6EAEF;
  color: #686868;
  border: solid 0.1rem #E6EAEF;
}
.bt_white{
  color: #00125E;
  border: solid 0.1rem
}
.bt_white:hover{
  color: #4D5A8F;
  border: solid .1rem #4D5A8F;
}
.bt_blue.no_hover:hover{
  background-color: #00125E;
  color: #FFF;
  border: solid 0.1rem #00125E;
}
.bt_gray.no_hover:hover{
  background-color: #DBE0E8;
  border: solid 0.1rem #DBE0E8;
  color: #262626;
}
.bt_white.no_hover:hover{
  color: #00125E;
  border: solid 0.1rem
}
.bt_dkgray{
  background-color:#403F3F;
  color: #FFF;
}
.bt_yellow{
  background-color:#F0A629;
  color: #FFF;
}
.bt_red{
  background-color:#B10606;
  color: #FFF;
}

