@charset "utf-8";


/*-------------------------------------------------------------------------------------------------
html
-------------------------------------------------------------------------------------------------*/
html {
  background: #FFFCEB;
  }



/*-------------------------------------------------------------------------------------------------
body
-------------------------------------------------------------------------------------------------*/
body {
  background: url("../images/bg_hasami_gray.gif");
  }




/*-------------------------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  padding: 0 20px;
  border-bottom: 2px solid #ccc;
  background: #fff;
  z-index: 20;
  }

header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 640px;
  height: 50px;
  margin: 0 auto;
  }

header h2 {
  }

header h2 a {
  }

header nav {
  display: flex;
  align-items: center;
  height: 100%;
  }

header nav ul {
  display: flex;
  }

header nav li {
  }

header nav li a {
  display: block;
  height: 28px;
  }

header nav li a.tokuten {
  width: 20px;
  margin-right: 12px;
  background: url("/pc/static/renewal/images/header/btn_privilege.png") no-repeat center center;
  }

header nav li a.help {
  width: 20px;
  margin-right: 12px;
  background: url("/pc/static/renewal/images/header/btn_help.png") no-repeat center center;
  }

header nav li a.setting {
  width: 20px;
  margin-right: 12px;
  background: url("/pc/static/renewal/images/header/btn_settings.png") no-repeat center center;
  }

header nav .menu {
  }

header nav .menu .menu_bt {
  display: block;
  width: 31px;
  height: 30px;
  background: url("/pc/static/renewal/images/header/btn_menu.png");
  transition: 0s;
  }

header.open nav .menu .menu_bt {
  background-position: 0 -30px;
  }

header .menu_content {
  position: fixed;
  width: 640px;
  height: 100%;
  top: 52px;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  visibility: hidden;
  }

header.open .menu_content {
  visibility: visible;
  }

header .menu_content .cover {
  position: fixed;
  top: 52px;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  }

header.open .menu_content .cover {
  left: 0;
  opacity: 1;
  }

header .menu_content .inner {
  position: absolute;
  width: 240px;
  height: calc( 100% - 52px );
  right: -240px;
  top: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 10;
  transition: .3s;
  }

header.open .menu_content .inner {
  right: 0;
  }

header .menu_content a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #E2E2E2;
  color: #333;
  }

header .menu_content a.style1 {
  border-bottom: 1px solid #B7D7F3;
  background: #E3F2FF;
  }

header .menu_content a.style2 {
  border-bottom: 1px solid #F0DB68;
  background: #FFFBE5;
  }

header .menu_content a:hover {
  opacity: 1;
  background: #dfe0e2;
  }

header .menu_content a.style1:hover {
  background: #B7D7F3;
  }

header .menu_content a.style2:hover {
  background: #F0DB68;
  }



/*-------------------------------------------------------------------------------------------------
#contents
-------------------------------------------------------------------------------------------------*/
#contents {
  width: 644px;
  min-height: calc( 100vh - 70px );
  margin: 0 auto;
  flex: 1 0 auto;
  padding-top: 52px;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #FFFCEB;
  }

body.bg #contents {
  background-image: url("/pc/static/renewal/images/bg_usagi_white_transparent.png");
  background-size: 28px 52px;
  }



/*-------------------------------------------------------------------------------------------------
#page_midashi
-------------------------------------------------------------------------------------------------*/
#page_midashi {
  position: relative;
  }

#page_midashi.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5ffe5), color-stop(0.00, #cbf2cb));
  background: -webkit-linear-gradient(#cbf2cb, #e5ffe5);
  background: -moz-linear-gradient(#cbf2cb, #e5ffe5);
  background: -o-linear-gradient(#cbf2cb, #e5ffe5);
  background: -ms-linear-gradient(#cbf2cb, #e5ffe5);
  background: linear-gradient(#cbf2cb, #e5ffe5);
  }

#page_midashi.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff2f5), color-stop(0.00, #ffdde7));
  background: -webkit-linear-gradient(#ffdde7, #fff2f5);
  background: -moz-linear-gradient(#ffdde7, #fff2f5);
  background: -o-linear-gradient(#ffdde7, #fff2f5);
  background: -ms-linear-gradient(#ffdde7, #fff2f5);
  background: linear-gradient(#ffdde7, #fff2f5);
  }

#page_midashi.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eef7fe), color-stop(0.00, #dbeeff));
  background: -webkit-linear-gradient(#dbeeff, #eef7fe);
  background: -moz-linear-gradient(#dbeeff, #eef7fe);
  background: -o-linear-gradient(#dbeeff, #eef7fe);
  background: -ms-linear-gradient(#dbeeff, #eef7fe);
  background: linear-gradient(#dbeeff, #eef7fe);
  }

#page_midashi.orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff3e7), color-stop(0.00, #ffdfbf));
  background: -webkit-linear-gradient(#ffdfbf, #fff3e7);
  background: -moz-linear-gradient(#ffdfbf, #fff3e7);
  background: -o-linear-gradient(#ffdfbf, #fff3e7);
  background: -ms-linear-gradient(#ffdfbf, #fff3e7);
  background: linear-gradient(#ffdfbf, #fff3e7);
  }

#page_midashi.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff9d9), color-stop(0.00, #fff4ba));
  background: -webkit-linear-gradient(#fff4ba, #fff9d9);
  background: -moz-linear-gradient(#fff4ba, #fff9d9);
  background: -o-linear-gradient(#fff4ba, #fff9d9);
  background: -ms-linear-gradient(#fff4ba, #fff9d9);
  background: linear-gradient(#fff4ba, #fff9d9);
  }

#page_midashi:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  }

#page_midashi.green:after {
  background: url("/pc/static/renewal/images/midashi/bg_hdg_green.png") no-repeat center bottom;
  }

#page_midashi.pink:after {
  background: url("/pc/static/renewal/images/midashi/bg_hdg_pink.png") no-repeat center bottom;
  }

#page_midashi.blue:after {
  background: url("/pc/static/renewal/images/midashi/bg_hdg_blue.png") no-repeat center bottom;
  }

#page_midashi.orange:after {
  background: url("/pc/static/renewal/images/midashi/bg_hdg_orange.png") no-repeat center bottom;
  }

#page_midashi.yellow:after {
  background: url("/pc/static/renewal/images/midashi/bg_hdg_yellow.png") no-repeat center bottom;
  }

#page_midashi h1 {
  position: relative;
  padding: 8px 15px;
  font-size: 2rem;
  line-height: 28px;
  z-index: 10;
  }

#page_midashi h1.character_bibi,
#page_midashi h1.character_riri {
  position: relative;
  overflow: hidden;
  padding-right: 120px;
  background-image: none;
  }

#page_midashi h1.character_bibi:before,
#page_midashi h1.character_riri:before {
  position: absolute;
  right: -10px;
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  }

#page_midashi h1.character_bibi:before {
  top: -5px;
  }

#page_midashi h1.character_riri:before {
  top: 0px;
  }

#page_midashi p {
  position: relative;
  font-size: 1.3rem;
  color: #666;
  z-index: 10;
  }

#page_midashi span {
  position: relative;
  font-size: 1.3rem;
  color: #666;
  z-index: 10;
  display: inline-block;
  }



/*-------------------------------------------------------------------------------------------------
#pankuzu
-------------------------------------------------------------------------------------------------*/
#pankuzu {
  position: relative;
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0px 15px;
  overflow-x: auto;
  background: #F7F7F7;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }

#pankuzu a {
  position: relative;
  margin-right: 22px;
  font-size: 1.2rem;
  white-space: nowrap;
  }

#pankuzu a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -13px;
  transition: .3s;
  }

#pankuzu span {
  margin-right: 15px;
  font-size: 1.2rem;
  white-space: nowrap;
  }



/*-------------------------------------------------------------------------------------------------
.button
-------------------------------------------------------------------------------------------------*/
.button.box {
  display: flex;
  align-items: center;
  justify-content: center;
  }

.button.box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  border-radius: 7px;
  border: 2px solid #B3B3B3;
  background: #fff;
  color: #333;
  font-weight: bold;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
  opacity: 1;
  }

.button.box a:hover {
  box-shadow: none;
  background: #fff;
  }

.button.box a.back {
  margin-top: 10px;
  border: none;
  box-shadow: none;
  color: #666;
  text-decoration: underline;
  background: transparent;
}

.button.box a.back:hover {
}

.button.arrow {
  padding-bottom: 15px;
  }

.button.arrow a {
  position: relative;
  padding-left: 20px;
  }

.button.arrow a:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background: #499EF4;
  }

.button.arrow a:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 4px;
  margin-top: -5px;
  transition: .3s;
  }

.button.right {
  margin-top: 20px;
  text-align: right;
  }

.button.right a {
  margin-right: 20px;
  }

.button.between {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  }

.button.between a {
  margin: 0 15px;
  }

.button.between a:before {
  margin-top: 3px;
  }

.button.between a:after {
  margin-top: -2px;
  }

.button.between a.left:after {
  transform: rotate(225deg);
  position: absolute;
  left: 6px;
  }

.button a.disabled {
  color: #ccc;
  cursor: default;
  box-shadow: none;
  opacity: 1;
  }

.button a.disabled:before {
  background: #ccc;
  }


/*-------------------------------------------------------------------------------------------------
#inquiry
-------------------------------------------------------------------------------------------------*/
#inquiry {
  }

#inquiry h3 {
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  background: #EBEBEB;
  }

#inquiry > .content {
  padding: 15px 15px 10px;
  background: #F7F7F7;
  }

#inquiry > .content p {
  }

#inquiry > .content div {
  margin-bottom: 5px;
  }

#inquiry > .content > div:last-child {
  margin-bottom: 0;
  }

#inquiry > .content .button.box {
  margin: 10px 0 20px;
  }

#inquiry > .content span {
  display: flex;
  color: #666;
  }

#inquiry > .content span.attention {
  display: flex;
  color: #f00;
  }

#inquiry > .content span:before {
  content: "※";
  margin-right: 3px;
  }




/*-------------------------------------------------------------------------------------------------
#form
-------------------------------------------------------------------------------------------------*/
#form {
  padding-top: 15px;
  }

#form .txt {
  margin-bottom: 10px;
  padding: 0 15px;
  }

#form .table {
  width: auto;
  margin: 20px 15px;
  }

#form .table .tr {
  display: flex;
  }

#form .table .th {
  flex: 0 0 190px;
  width: 190px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  background: #E3F0FD;
  }

#form .table .tr:last-child .th {
  border-bottom: 1px solid #E3F0FD;
  }

#form .table .td {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
  border-top: 1px solid #E3F0FD;
  border-right: 1px solid #E3F0FD;
  background-color: #fff;
  }

#form .table .tr:last-child .td {
  border-bottom: 1px solid #E3F0FD;
  }

#form .button:last-child {
  margin-top: 30px;
  }



/*-------------------------------------------------------------------------------------------------
#list
-------------------------------------------------------------------------------------------------*/
#list {
  }

#list ul {
  }

#list li {
  border-bottom: 1px solid #E4E4E4;
  }

#list li:last-child {
  }

#list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 15px;
  color: #333;
  }

#list li a:hover {
  background: #fbfafa;
  opacity: 1;
  }

#list li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #D2D2D2;
  border-right: solid 2px #D2D2D2;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  transition: .3s;
  }

#list li a span {
  color: #499ef4;
  }



/*-------------------------------------------------------------------------------------------------
#tab
-------------------------------------------------------------------------------------------------*/
#tab {
  padding: 8px 15px 0;
  }

#tab.blue {
  border-bottom: 2px solid #78BBFF;
  background: #D9EDFF;
  }

#tab.yellow {
  border-bottom: 2px solid #E0BF00;
  background: #FFF09E;
  }

#tab ul {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }

#tab li {
  margin-right: -1px;
  padding: 7px 13px;
  border-radius: 7px 7px 0 0;
  border: 2px solid #CCCCCC;
  border-bottom: none;
  white-space: nowrap;
  font-weight: bold;
  color: #444;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FEFEFE));
  background: -webkit-linear-gradient(#FEFEFE, #EEE);
  background: -moz-linear-gradient(#FEFEFE, #EEE);
  background: -o-linear-gradient(#FEFEFE, #EEE);
  background: -ms-linear-gradient(#FEFEFE, #EEE);
  background: linear-gradient(#FEFEFE, #EEE);
  }

#tab.blue li.current {
  border: 2px solid #78BBFF;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #78BBFF), color-stop(0.00, #E3F2FF));
  background: -webkit-linear-gradient(#E3F2FF, #78BBFF);
  background: -moz-linear-gradient(#E3F2FF, #78BBFF);
  background: -o-linear-gradient(#E3F2FF, #78BBFF);
  background: -ms-linear-gradient(#E3F2FF, #78BBFF);
  background: linear-gradient(#E3F2FF, #78BBFF);
  }

#tab.yellow li.current {
  border: 2px solid #E2C105;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E2C105), color-stop(0.00, #FEE970));
  background: -webkit-linear-gradient(#FEE970, #E2C105);
  background: -moz-linear-gradient(#FEE970, #E2C105);
  background: -o-linear-gradient(#FEE970, #E2C105);
  background: -ms-linear-gradient(#FEE970, #E2C105);
  background: linear-gradient(#FEE970, #E2C105);
  }

#tab a {
  display: block;
  font-weight: bold;
  color: #444;
  }



/*-------------------------------------------------------------------------------------------------
#tab_body
-------------------------------------------------------------------------------------------------*/
#tab_body {
  }

#tab_body h3 {
  padding: 10px 15px;
  font-size: 1.5rem;
  }

#tab_body.blue h3 {
  font-weight: bold;
  color: #1C6DBF;
  background: #DBEEFF;
  }

#tab_body.yellow h3 {
  font-weight: bold;
  color: #b9a017;
  background: #FFF09E;
  }

#tab_body h4 {
  margin-bottom: -10px;
  padding: 10px 15px 0;
  font-size: 1.5rem;
  font-weight: bold;
  }

#tab_body .list .block {
  }

#tab_body .list ul {
  padding: 15px;
  }

#tab_body .list li {
  margin-bottom: 15px;
  }

#tab_body .list li.disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  color: #999;
  background: #F2F2F2;
  }

#tab_body .list li:last-child {
  margin-bottom: 0;
  }

#tab_body .list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  color: #444;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FEFEFE));
  background: -webkit-linear-gradient(#FEFEFE, #EEE);
  background: -moz-linear-gradient(#FEFEFE, #EEE);
  background: -o-linear-gradient(#FEFEFE, #EEE);
  background: -ms-linear-gradient(#FEFEFE, #EEE);
  background: linear-gradient(#FEFEFE, #EEE);
  }

#tab_body .list li a:before {
  position: absolute;
  left: 15px;
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  }

#tab_body .list li p > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  color: #999;
  background: #F2F2F2;
  }

#tab_body.blue .list li a:before {
  background: url("/pc/static/renewal/images/icon/icon_file_blue.png") no-repeat;
  }

#tab_body.yellow .list li a:before {
  background: url("/pc/static/renewal/images/icon/icon_file_yellow.png") no-repeat;
  }

#tab_body .list li a:hover {
  box-shadow: none;
  }

#tab_body.blue .list2 ul {
  padding-bottom: 10px;
  /*
  background-image: url("/pc/static/renewal/images/bg_usagi_color.png");
  background-size: 28px 52px;
  */
  }

#tab_body .list2 li:nth-of-type(2n) {
  /*
  background: #F7F7F7;
  */
  }

/*
#tab_body.blue .list2 ul {
  position: relative;
  background: rgb(219,238,255);
  background: -moz-linear-gradient(top, rgba(219,238,255,1) 0%, rgba(238,247,254,1) 100%);
  background: -webkit-linear-gradient(top, rgba(219,238,255,1) 0%,rgba(238,247,254,1) 100%);
  background: linear-gradient(to bottom, rgba(219,238,255,1) 0%,rgba(238,247,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeeff', endColorstr='#eef7fe',GradientType=0 );
  z-index: 10;
  }

#tab_body .list2 ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/pc/static/renewal/images/mypage/bg_usagi.png");
  background-size: 28px 52px;
  z-index: -1;
  }
*/

#tab_body .list2 .inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 15px;
  }

#tab_body .list2 p {
  width: 48%;
  }

#tab_body .list2 p.one {
  width: 100%;
  }

#tab_body .list2 p a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  color: #444;
  }

#tab_body .list2 p:first-child a {
  border: 2px solid #F7C4D9;
  color: #961248;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE3EF), color-stop(0.00, #FFFEFF));
  background: -webkit-linear-gradient(#FFFEFF, #FFE3EF);
  background: -moz-linear-gradient(#FFFEFF, #FFE3EF);
  background: -o-linear-gradient(#FFFEFF, #FFE3EF);
  background: -ms-linear-gradient(#FFFEFF, #FFE3EF);
  background: linear-gradient(#FFFEFF, #FFE3EF);
  }

#tab_body .list2 p:last-child a {
  border: 2px solid #AFD4FA;
  color: #205B98;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CCE4FE), color-stop(0.00, #FDFEFF));
  background: -webkit-linear-gradient(#FDFEFF, #CCE4FE);
  background: -moz-linear-gradient(#FDFEFF, #CCE4FE);
  background: -o-linear-gradient(#FDFEFF, #CCE4FE);
  background: -ms-linear-gradient(#FDFEFF, #CCE4FE);
  background: linear-gradient(#FDFEFF, #CCE4FE);
  }

#tab_body .list2 p.one a {
  border: 2px solid #CCCCCC;
  color: #444;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FEFEFE));
  background: -webkit-linear-gradient(#FEFEFE, #EEE);
  background: -moz-linear-gradient(#FEFEFE, #EEE);
  background: -o-linear-gradient(#FEFEFE, #EEE);
  background: -ms-linear-gradient(#FEFEFE, #EEE);
  background: linear-gradient(#FEFEFE, #EEE);
  }

#tab_body .list2 li a:hover {
  box-shadow: none;
  }

#tab_body .list2 p span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  color: #999;
  background: #F2F2F2;
  }

#tab_body .list2 p .num {
  display: block;
  padding-top: 5px;
  text-align: center;
  color: #999;
  }



/*-------------------------------------------------------------------------------------------------
#term_detail
-------------------------------------------------------------------------------------------------*/
#term_detail {
  }

#term_detail h2 {
  margin: 15px 15px 25px;
  padding-left: 10px;
  border-left: 4px solid #FCDE52;
  line-height: 30px;
  }

#term_detail h2 em {
  font-size: 2rem;
  color: #6B90E4;
  }

#term_detail h2 span {
  font-size: 1.6rem;
  font-weight: normal;
  color: #999;
  }

#term_detail h2 span.ihyoki {
  color: #3f92e4;
  }

#term_detail h2 ruby {
  color: #3f92e4;
  }

#term_detail h2 ruby rb {
  font-size: 1.6rem;
  font-weight: normal;
  }

#term_detail h2 ruby rt {
  font-weight: normal;
  }

#term_detail .block {
  padding: 0 15px;
  }

#term_detail .body {
  line-height: 24px;
  }

#term_detail p {
  font-weight: bold;
  }

#term_detail p * {
  font-weight: bold;
  }



/*-------------------------------------------------------------------------------------------------
.character
-------------------------------------------------------------------------------------------------*/
.character {
  padding: 20px 15px;
  text-align: center;
  }

.character img {
  width: 100%;
  }



/*-------------------------------------------------------------------------------------------------
.err
-------------------------------------------------------------------------------------------------*/
.errors {
  margin: 15px 15px 0;
  padding: 5px 0;
  border: 1px solid #ff0000b5;
  background: #ff000026;
  }

.err {
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  background: #ff0000b5;
  }

.errors .err {
  color: #333;
  font-weight: normal;
  background: transparent;
  }



/*-------------------------------------------------------------------------------------------------
.eye
-------------------------------------------------------------------------------------------------*/
.eye {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("/pc/static/renewal/images/icon/off.png");
  cursor: pointer;
}

.eye.off {
  background-image: url("/pc/static/renewal/images/icon/on.png");
}



/*-------------------------------------------------------------------------------------------------
キャラクター
-------------------------------------------------------------------------------------------------*/
.character_bibi,
.character_bibi:after,
.character_bibi:before {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/pc/static/renewal/images/character/img_bibi_01.png");
  }

.character_riri,
.character_riri:after,
.character_riri:before {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/pc/static/renewal/images/character/img_riri_01.png");
  }

.character_ribimaru,
.character_ribimaru:after,
.character_ribimaru:before {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/pc/static/renewal/images/character/img_ribimaru.png");
  }

.score_a {
  padding-bottom: 215px;
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 200px 200px;
  background-image: url("/pc/static/renewal/images/character/img_record_a.png");
  }

.score_b {
  padding-bottom: 220px;
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 200px 200px;
  background-image: url("/pc/static/renewal/images/character/img_record_b.png");
  }

.score_c {
  padding-bottom: 205px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200px 200px;
  background-image: url("/pc/static/renewal/images/character/img_record_c.png");
  }

.score_d {
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200px 200px;
  background-image: url("/pc/static/renewal/images/character/img_record_d.png");
  }

.character_ok_1 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ok_01.png");
  }

.character_ok_2 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ok_02.png");
  }

.character_ok_3 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ok_03.png");
  }

.character_ng_1 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ng_01.png");
  }

.character_ng_2 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ng_02.png");
  }

.character_ng_3 .fa:before {
  display: block;
  content: "";
  opacity: 0.9;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  background-size: 172px 172px;
  background-image: url("/pc/static/renewal/images/character/img_ng_03.png");
  }



/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
footer {
  }

footer > .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  width: 644px;
  margin: 0 auto;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #FFFCEB;
  }

footer > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 70px;*/
  padding-bottom: 20px;
  width: 644px;
  margin: 0 auto;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #FFFCEB;
  }

footer p {
  color: #B4B4B4;
  }



/*-------------------------------------------------------------------------------------------------
  iPadサイズ
  768px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*-------------------------------------------------------------------------------------------------
body
-------------------------------------------------------------------------------------------------*/
body {
  background: none;
  }



/*-------------------------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------------------------*/
header {
  padding: 0 10px 0 5px;
  }

header > .inner {
  width: 100%;
  }

header h2 a {
  display: block;
  width: 280px;
  height: 36px;
  background: url("/pc/static/renewal/images/header/x2/img_logo_w280.png") no-repeat;
  background-size: 280px 32px;
  }

header h2 a img {
  display: none;
  }

header nav li a.tokuten {
  background: url("/pc/static/renewal/images/header/x2/btn_privilege.png") no-repeat center center;
  background-size: 17px 21px;
  }


header nav li a.help {
  background: url("/pc/static/renewal/images/header/x2/btn_help.png") no-repeat center center;
  background-size: 20px 20px;
  }

header nav li a.setting {
  background: url("/pc/static/renewal/images/header/x2/btn_settings.png") no-repeat center center;
  background-size: 20px 20px;
  }

header nav .menu {
  }

header nav .menu .menu_bt {
  background: url("/pc/static/renewal/images/header/x2/btn_menu.png");
  background-size: 31px 62px;
  }

header.open nav .menu .menu_bt {
  background-position: 0 -31px;
  }

header .menu_content {
  width: 100%;
  }



/*-------------------------------------------------------------------------------------------------
#contents
-------------------------------------------------------------------------------------------------*/
#contents {
  width: 100%;
  min-height: auto;
  padding-bottom: 15px;
  border: none;
  }



/*-------------------------------------------------------------------------------------------------
#page_midashi
-------------------------------------------------------------------------------------------------*/
#page_midashi {
  }

#page_midashi.green:after {
  background: url("/pc/static/renewal/images/midashi/x2/bg_hdg_green.png") no-repeat center bottom;
  background-size: 318px 18px;
  }

#page_midashi h1 {
  font-size: 1.8rem;
  }



/*-------------------------------------------------------------------------------------------------
#pankuzu
-------------------------------------------------------------------------------------------------*/
#pankuzu {
  }



/*-------------------------------------------------------------------------------------------------
.button
-------------------------------------------------------------------------------------------------*/
.button.right {
  }



/*-------------------------------------------------------------------------------------------------
#form
-------------------------------------------------------------------------------------------------*/
#form {
  padding-top: 10px;
  }

#form .txt {
  padding: 0 10px;
  }

#form .table {
  width: 100%;
  margin: 15px 0 20px;
  }

#form .table .tr {
  display: block;
  }

#form .table .th {
  width: 100%;
  display: block;
  padding: 10px;
  border-bottom: none;
  }

#form .table .tr:last-child .th {
  border-bottom: none;
  }

#form .table .td {
  padding: 10px 10px 15px;
  border-top: none;
  border-right: none;
  background-color: transparent;
  }

#form .table .tr:last-child .td {
  border-bottom: none;
  }

#form .button:last-child {
  margin-top: 30px;
  }



/*-------------------------------------------------------------------------------------------------
.err
-------------------------------------------------------------------------------------------------*/
.errors {
  margin: 0 10px;
  }

.err {
  margin: 0 10px;
  }

.errors .err {
  margin: 0;
  }



/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
footer {
  }

footer > .footer-links {
  padding-top: 20px;
  width: 100%;
  border: none;
  }

footer > .inner {
  /*height: 85px;*/
  padding-bottom: 30px;
  width: 100%;
  border: none;
  }



}



/*-------------------------------------------------------------------------------------------------
  iPhone6サイズ
  375px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 375px) {

/*-------------------------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------------------------*/
header h2 a {
  width: 205px;
  height: 28px;
  background-size: contain;
  }



/*-------------------------------------------------------------------------------------------------
#tab_body
-------------------------------------------------------------------------------------------------*/
#tab_body.blue .list li a:before {
  background: url("/pc/static/renewal/images/icon/x2/icon_file_blue.png");
  background-size: 18px 22px;
  }

}



/*-------------------------------------------------------------------------------------------------
  print
--------------------------------------------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
    background-image: none !important;
  }

  html {
    font-size: 55%;
    background-color: transparent !important;
  }

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
    line-height: 1.3;
  }

  header {
    position: static;
    padding: 0 0 10px;
    border: none;
  }

  header > .inner {
    width: 100%;
  }

  #contents {
    width: 100%;
    padding-top: 0;
    border: none;
    background-image: none !important;
    background-color: transparent !important;
  }

  footer > .inner {
    width: 100%;
    border: none;
  }

  .fixed_btn {
    display: none;
  }

}