@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: Helvetica, 'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック Medium", "YuGothic", "YuGothicM", "sans-serif";
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
}
body {
  background-color: #ededfa;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}
label {
  display: inline-block;
}
label,
button {
  cursor: pointer;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #333;
}
a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  a:hover {
    opacity: 1;
  }
}
button:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  button:hover {
    opacity: 1;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff url("../img/ico_select.svg") no-repeat right 10px center;
  font-size: 1rem;
  padding: 7px 25px 4px 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0,0,0,0.067) inset;
  box-shadow: 0 -3px 0 rgba(0,0,0,0.067) inset;
  line-height: 1.4;
}
select::-ms-expand {
  display: none;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.SP {
  display: none !important;
  position: relative !important;
}
@media only screen and (max-width: 640px) {
  .SP {
    display: block !important;
  }
}
.PC {
  display: block !important;
  position: relative !important;
}
@media only screen and (max-width: 640px) {
  .PC {
    display: none !important;
  }
}
header {
  min-height: 80px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  header {
    min-height: 60px;
  }
  html.menuOpen header {
    z-index: 200;
  }
}
header .header-main {
  min-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5955a6;
  z-index: 20;
}
@media only screen and (max-width: 640px) {
  header .header-main {
    min-height: 60px;
  }
}
header .header-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 21;
}
@media only screen and (max-width: 640px) {
  header .header-main:before {
    display: none;
  }
}
header .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .logoArea {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  header .logoArea {
    padding: 10px 10px 5px 10px;
  }
}
header .logoArea .logo {
  margin-right: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  header .logoArea .logo {
    text-align: left;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  header .logoArea .logo img {
    width: 63px;
  }
}
header .logoArea .logo h1 {
  display: block;
  font-size: 0.625rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  header .logoArea .logo h1 {
    font-size: 0.625rem;
  }
}
header .logoArea .description {
  text-align: left;
  font-size: 0.875rem;
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  header .logoArea .description {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  header .logoArea .description {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
header .logoArea .description img {
  vertical-align: center;
  width: 72px;
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  header .logoArea .description img {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  header .logoArea .description img {
    width: 50px;
  }
}
header .menu {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  display: none;
}
@media only screen and (max-width: 640px) {
  header .menu {
    display: block;
  }
}
header .menu div {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu div:nth-child(1) {
  top: 32%;
}
header .menu div:nth-child(3) {
  top: 68%;
}
html.menuOpen header .menu div:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
html.menuOpen header .menu div:nth-child(2) {
  opacity: 0;
}
html.menuOpen header .menu div:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  nav {
    display: block;
    background-color: rgba(89,85,166,0.957);
    position: fixed;
    top: 60px;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  html.menuOpen nav {
    bottom: 0;
  }
}
nav .switch {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  nav .switch {
    border-bottom: none;
    position: static;
  }
}
nav .switch a {
  font-size: 0.625rem;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 90px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  nav .switch a {
    font-size: 0.75rem;
    margin: 20px 0 50px 0;
    width: 130px;
    height: 40px;
  }
}
nav .switch a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 31px;
}
@media only screen and (max-width: 640px) {
  nav .switch a img {
    width: auto;
  }
}
nav .switch a:before {
  display: none;
}
nav div.switch {
  width: 100%;
  text-align: right;
  position: static;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 25px;
}
nav a {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  nav a {
    font-size: 1.25rem;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  nav ul {
    display: block;
    padding: 20px 10%;
  }
}
@media only screen and (max-width: 640px) {
  nav ul li {
    border-bottom: 1px solid #8784c1;
  }
}
nav ul li a {
  display: block;
  padding: 0 25px 0 20px;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  nav ul li a {
    padding: 0 15px 0 10px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  nav ul li a {
    padding: 20px 25px 20px 20px;
  }
}
nav ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 640px) {
  nav ul li.bnr {
    border-bottom: none;
  }
  nav ul li.bnr a {
    text-align: center;
  }
  nav ul li.bnr a:before {
    display: none;
  }
  nav ul li.bnr a img {
    width: 100%;
  }
}
footer {
  text-align: center;
  border-top: 1px solid #5955a6;
  position: relative;
}
footer .inr {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
}
footer .inr .logo {
  width: 150px;
}
/*こころ音非表示対応 2020/09/30 */
footer .inr .bnr {
    display: none;
}
@media only screen and (max-width: 640px) {
  footer .inr .bnr {
    display: none;
  }
}
footer .copyright {
  background-color: #5955a6;
  font-size: 0.6875rem;
  color: #fff;
  padding: 15px 0;
}
.pageTop {
  display: block;
  background-color: #5955a6;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica;
  text-decoration: none;
  width: 45px;
  height: 42px;
  text-align: center;
  font-size: 0.625rem;
  position: absolute;
  border-radius: 5px;
  right: 10px;
  top: -60px;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  body.result .pageTop {
    display: none;
  }
}
html.fixed .pageTop {
  position: fixed;
  right: 10px;
  top: auto;
  bottom: 30px;
}
@media only screen and (max-width: 640px) {
  html.fixed .pageTop {
    z-index: 200;
  }
}
.pageTop:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
}
.titleL {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 20px 0 20px 17px;
  background-color: #fff;
  border-left: 5px solid #5955a6;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .titleL {
    padding: 15px 0 15px 17px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.titleL .ico_info {
  display: inline-block;
  vertical-align: middle;
}
.titleP {
  font-size: 1.625rem;
  border-bottom: 1px solid #5955a6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .titleP {
    padding-top: 10px;
    font-size: 1rem;
  }
}
.titleP .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  width: auto !important;
  height: auto !important;
  padding: 10px 30px 10px 10px;
}
@media only screen and (max-width: 640px) {
  .titleP .btn {
    font-size: 0.75rem !important;
  }
}
table {
  border-collapse: collapse;
}
table .center {
  text-align: center;
}
table.search-result {
  border-top: 1px solid #dbddfe;
  border-left: 1px solid #dbddfe;
  background-color: #fff;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  table.search-result {
    background-color: transparent;
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  table.search-result tr {
    border-top: 1px solid #dbddfe;
    border-left: 1px solid #dbddfe;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
  }
}
table.search-result th,
table.search-result td {
  border-bottom: 1px solid #dbddfe;
  border-right: 1px solid #dbddfe;
  padding: 10px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 640px) {
  table.search-result th,
  table.search-result td {
    font-size: 0.75rem;
  }
}
table.search-result th {
  text-align: center;
  font-weight: normal;
  background-color: #f6f6fc;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  table.search-result th {
    text-align: left;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
  }
}
table.search-result td.center {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  table.search-result td.center {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td span {
    padding: 10px;
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td:before {
    padding: 10px;
    width: 30%;
    background-color: #f8f8fd;
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-naigai"]:before {
    content: "内外";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-code"]:before {
    content: "作品コード";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-title"]:before {
    content: "作品タイトル";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-author"]:before {
    content: "著作者名";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-right"]:before {
    content: "出版者名";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td[data-role="result-artist"]:before {
    content: "アーティスト名";
  }
}
@media only screen and (max-width: 640px) {
  table.search-result td:last-child {
    display: block;
    padding: 10px;
  }
  table.search-result td:last-child:before {
    display: none;
  }
}
table.detail {
  width: 90%;
  border-top: 1px solid #dfe1fe;
  border-left: 1px solid #dfe1fe;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  table.detail {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  table.detail.auto th,
  table.detail.auto td {
    width: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  table.detail tr:first-child th {
    text-align: center;
  }
}
table.detail tr.gray {
  background-color: #eee;
}
table.detail th,
table.detail td {
  border-bottom: 1px solid #dfe1fe;
  border-right: 1px solid #dfe1fe;
  padding: 12px 15px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  table.detail th,
  table.detail td {
    font-size: 0.75rem;
    padding: 5px;
  }
}
table.detail th .ico_info,
table.detail td .ico_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
table.detail th {
  background-color: #f6f5fc;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  table.detail th {
    text-align: left;
    white-space: nowrap;
  }
}
table.detail th span {
  display: block;
  text-align: center;
}
table.detail th.fst {
  width: 180px;
}
@media only screen and (max-width: 640px) {
  table.detail th.fst {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  table.detail th[rowspan="2"] {
    width: 10px;
    white-space: inherit;
  }
}
@media only screen and (max-width: 640px) {
  table.detail td {
    width: 55%;
  }
}
table.detail td .btn {
  width: 80px;
  height: 23px;
}
.pager {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .pager.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.pager .sort {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .pager .sort {
    display: block;
    position: static;
    width: 100%;
  }
}
.pager .sort dl {
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  .pager .sort dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
}
.pager .sort dl dt {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .pager .sort dl dt {
    font-weight: bold;
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .pager .sort dl dd {
    width: 70%;
  }
}
.pager .sort dl dd select {
  font-size: 0.8125rem;
}
@media only screen and (max-width: 640px) {
  .pager .sort dl dd select {
    width: 100%;
    display: block;
  }
}
.pager ul {
  text-align: center;
  padding: 13px 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.pager ul li:not(.page) span,
.pager ul li:not(.page) a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #5955a6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  position: relative;
}
.pager ul li:not(.page) span {
  border: 1px solid #bbb;
}
.pager ul li:not(.page) span:before,
.pager ul li:not(.page) span:after {
  border-color: #bbb !important;
}
.pager ul li {
  display: inline-block;
  vertical-align: middle;
}
.pager ul li.prev span:before,
.pager ul li.prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5955a6;
  border-left: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 60%;
  top: 50%;
}
.pager ul li.first span:before,
.pager ul li.first a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5955a6;
  border-left: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.pager ul li.first span:after,
.pager ul li.first a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5955a6;
  border-left: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 70%;
  top: 50%;
}
.pager ul li.next span:before,
.pager ul li.next a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5955a6;
  border-right: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 40%;
  top: 50%;
}
.pager ul li.last span:before,
.pager ul li.last a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5955a6;
  border-right: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 30%;
  top: 50%;
}
.pager ul li.last span:after,
.pager ul li.last a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5955a6;
  border-right: 2px solid #5955a6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.pager ul li.page {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 20px;
}
.pager ul li.page div {
  font-size: 0.75rem;
  color: #888;
  display: block;
}
html.menuOpen {
  overflow: hidden;
}
html.menuOpen body {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}
main {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  display: block;
}
@media only screen and (max-width: 640px) {
  main {
    padding: 30px 3%;
  }
}
ul.sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.sel li {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  ul.sel li {
    margin-right: 0;
  }
}
ul.sel li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 6px 0 5px 5px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  ul.sel li label {
    padding: 0;
  }
}
ul.sel li input[type="radio"] {
  position: absolute;
  left: -30px;
}
ul.sel li input[type="radio"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #2481cb;
  border-radius: 10px;
  margin-right: 5px;
  vertical-align: text-top;
  position: relative;
}
@media only screen and (max-width: 640px) {
  ul.sel li input[type="radio"] + span {
    display: none;
  }
}
ul.sel li input[type="radio"]:focus + span {
  -webkit-box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
  box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
}
ul.sel li input[type="radio"]:checked + span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2481cb;
  border-radius: 6px;
  position: absolute;
  left: 3px;
  top: 3px;
}
@media only screen and (max-width: 640px) {
  ul.sel li input[type="radio"] + span + span {
    padding: 12px 15px;
    background-color: #fff;
    display: block;
    border: 1px solid #bbb;
    color: #888;
    font-size: 0.75rem;
    -webkit-box-shadow: 0 -3px 0 rgba(0,0,0,0.067) inset;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.067) inset;
  }
}
@media only screen and (max-width: 640px) {
  ul.sel li input[type="radio"]:checked + span + span {
    border: 1px solid #2481cb;
    background-color: #2481cb;
    color: #fff;
    font-weight: bold;
  }
}
@media only screen and (max-width: 640px) {
  ul.sel li input[type="radio"]:focus + span + span {
    -webkit-box-shadow: 1px 1px 5px #fff inset, -1px -1px 5px #fff inset;
    box-shadow: 1px 1px 5px #fff inset, -1px -1px 5px #fff inset;
  }
}
ul.sel li + li input[type="radio"] + span + span {
  border-left: none;
}
ul.sel li:first-child input[type="radio"] + span + span {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
ul.sel li:last-child input[type="radio"] + span + span {
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
.btn-area {
  text-align: center;
  margin-bottom: 60px;
}
.btn-area button {
  outline: none;
}
.btn-area button:focus {
  -webkit-box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
  box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
}
@media only screen and (max-width: 640px) {
  .btn-area {
    margin-bottom: 30px;
  }
}
.search-top {
  display: none;
  height: 80px;
}
@media only screen and (max-width: 640px) {
  body.result .search-top {
    display: block;
  }
}
.search-top .inr {
  height: 80px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
html.fixed .search-top .inr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-top .btn {
  background-color: #5955a6;
  width: 200px;
  height: 56px;
  color: #fff;
}
.search-top .btn:after {
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -20%) rotate(-45deg);
  transform: translate(0, -20%) rotate(-45deg);
}
.topNotes {
  background-color: rgba(219,221,250,0.933);
  padding: 10px 20px;
  font-size: 0.875rem;
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 2;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  html.nodesFixed .topNotes {
    display: block !important;
  }
}
.icons li {
  text-align: center;
}
a[data-role="help"] {
  position: relative;
}
a[data-role="help"].hover {
  opacity: 1;
}
a[data-role="help"].hover .balloon {
  z-index: 201;
  display: block;
}
a[data-role="help"] .balloon {
  display: none;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding-bottom: 10px;
  width: 270px;
  font-size: 0.75rem;
}
html.balloonNone .management a[data-role="help"] .balloon {
  display: none;
}
@media only screen and (max-width: 640px) {
  a[data-role="help"] .balloon {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.867);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    z-index: 200;
  }
}
a[data-role="help"] .balloon .inr {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.133);
  box-shadow: 0 5px 15px rgba(0,0,0,0.133);
  text-align: left;
}
@media only screen and (max-width: 640px) {
  a[data-role="help"] .balloon .inr {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
  }
}
a[data-role="help"] .balloon .inr strong span {
  font-size: 0.875rem;
}
a[data-role="help"] .balloon .inr:after {
  content: "▼";
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  text-shadow: 0 5px 15px rgba(0,0,0,0.133);
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  a[data-role="help"] .balloon .inr:after {
    display: none;
  }
}
a[data-role="help"] .balloon .inr [data-href] {
  color: #018eff;
}

@media only screen and (max-width: 640px) {
  .management a[data-role="help"] .balloon {
    top: auto;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    padding-bottom: 0;
    z-index: 100 !important;
  }
  .management a[data-role="help"] .balloon .inr {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    padding: 10px 60px 10px 10px;
  }
}
.ico_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url("../img/ico_info.svg") no-repeat center center;
}
.ico_info:hover {
  background: url("../img/ico_info_on.svg") no-repeat center center;
  opacity: 1;
}
#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 19;
  background-color: #ededfa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#loading .loadingMain {
  width: 210px;
  height: 24px;
  text-align: center;
}
#loading .loadingMain div {
  width: 25px;
  height: 25px;
  background-color: #5955a6;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}
#loading .loadingMain div:nth-child(1) {
  -webkit-animation: loading1 0.7s infinite;
  animation: loading1 0.7s infinite;
}
#loading .loadingMain div:nth-child(2) {
  -webkit-animation: loading2 0.7s infinite;
  animation: loading2 0.7s infinite;
}
#loading .loadingMain div:nth-child(3) {
  -webkit-animation: loading3 0.7s infinite;
  animation: loading3 0.7s infinite;
}
@-webkit-keyframes nam {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loading1 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes loading1 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes nam {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loading2 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes loading2 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes nam {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loading3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes loading3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
}
#windowHeight {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  cursor: default;
}
@media only screen and (max-width: 640px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .btn:after {
    right: 15px;
  }
}
.btn.green {
  background-color: #00645a;
  color: #fff;
  width: 400px;
  height: 50px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #000;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .btn.green {
    font-size: 0.875rem;
    width: 100%;
  }
}
.btn.agree {
  background-color: #5955a6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #000;
  font-size: 1.25rem;
  max-width: 800px;
  width: 100%;
  height: 90px;
}
@media only screen and (max-width: 640px) {
  .btn.agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875rem;
  }
}
.btn.agree:after {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 640px) {
  .btn.agree:after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .btn.agree span {
    font-size: 1.25rem;
    display: block;
  }
}
.btn.btn-detail {
  background-color: #5955a6;
  color: #fff;
  width: auto;
  height: auto;
  padding: 7px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px -4px 0 rgba(0,0,0,0.133) inset;
  box-shadow: 0px -4px 0 rgba(0,0,0,0.133) inset;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .btn.btn-detail {
    max-width: 100px;
  }
}
.btn.btn-detail:after {
  display: none;
}
.btn.clear {
  display: inline-block;
  height: 60px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  margin: 0 10px;
  max-width: 130px;
  width: 35%;
  border: 1px solid #5955a6;
  color: #5955a6;
}
.btn.search {
  display: inline-block;
  height: 60px;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  box-shadow: 0px -4px 0 rgba(0,0,0,0.067) inset;
  margin: 0 10px;
  max-width: 240px;
  width: 50%;
  background-color: #5955a6;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.btn.search:before {
  content: "";
  display: block;
  background: url("../img/ico_search.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn.search:after {
  display: none;
}
.btn.exclusive {
  width: 80px;
  height: 23px;
  background-color: #ffe600;
  border: 1px solid #e3cf0e;
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.btn.exclusive:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #cea500;
  border-bottom: 3px solid #cea500;
  border-left: 3px solid transparent;
  position: absolute;
  right: 3px;
  bottom: 2px;
  top: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn.red {
  min-width: 100px;
  height: 23px;
  color: #bf0000;
  border: 1px solid #bf0000;
  background-color: #fff;
  position: relative;
  padding: 0 3px;
  font-size: 0.75rem;
  width: 80px;
}
.btn.red:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #bf0000;
  border-bottom: 3px solid #bf0000;
  border-left: 3px solid transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn.gray {
  width: 80px;
  height: 23px;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  position: relative;
  background-color: #fff;
  font-size: 0.75rem;
}
.btn.gray svg {
  width: 14px;
}
.btn.gray:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
  border-left: 3px solid transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn.black {
  width: 80px;
  height: 23px;
  border: 1px solid #000;
  margin-bottom: 5px;
  position: relative;
  background-color: #323232;
  font-size: 0.75rem;
  color: #fff;
}
.btn.black svg {
  width: 14px;
}
.btn.black:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
  border-left: 3px solid transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn.unsettled {
  width: 80px;
  height: 23px;
  background-color: #ffe600;
  border: 1px solid #e3cf0e;
  font-size: 0.75rem;
}
.btn.unsettled:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #cea500;
  border-bottom: 3px solid #cea500;
  border-left: 3px solid transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.emergency {
  background-color: #fff;
  border: 2px solid #f00;
  text-align: center;
  font-weight: bold;
  padding: 35px 0;
  color: #f00;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .emergency {
    text-align: left;
    padding: 12px 20px;
    margin-bottom: 25px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .emergency .font17 {
    font-size: 0.875rem !important;
  }
}
.catch {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .catch {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}
.list {
  font-size: 0.875rem;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .list {
    padding: 0;
  }
}
.list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .list li {
    margin-bottom: 15px;
  }
}
.list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5955a6;
  position: absolute;
  left: 0;
  top: 5px;
}
.agreement {
  background-color: #dbddfa;
  padding: 35px 5%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .agreement {
    padding: 20px 5%;
  }
}
.agreement p {
  margin-bottom: 25px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .agreement p {
    text-align: left;
    font-weight: normal;
  }
}
.search-area {
  background-color: #fff;
  border-top: 15px solid #dbddfa;
  border-bottom: 15px solid #dbddfa;
  padding: 20px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .search-area {
    border-top: 8px solid #dbddfa;
    border-bottom: 8px solid #dbddfa;
    margin-bottom: 40px;
  }
}
.search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .search-input {
    display: block;
  }
}
.search-input dl {
  width: 50%;
  padding: 20px 30px;
}
@media only screen and (max-width: 640px) {
  .search-input dl {
    width: 100%;
    padding: 10px 3%;
  }
}
.search-input dl:last-child {
  width: 100%;
}
.search-input dl dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .search-input dl dt {
    font-size: 0.875rem;
  }
}
.search-input dl dt span {
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  .search-input dl dt span {
    font-size: 0.8125rem;
  }
}
.search-input dl dt a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  outline: none;
}
.search-input dl dt a:focus {
  -webkit-box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
  box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
}
.search-input dl dd:after {
  content: "";
  display: table;
  clear: both;
}
.search-input dl dd select {
  float: left;
  margin-right: 20px;
  outline: none;
}
.search-input dl dd select:focus {
  -webkit-box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
  box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
}
@media only screen and (max-width: 640px) {
  .search-input dl dd select {
    margin-right: 0;
    margin-left: 15px;
    padding: 0 25px 0 10px;
    height: 36px;
  }
}
.search-input dl dd input[type="text"] {
  width: 100%;
  display: block;
  font-size: 1rem;
  border: 1px solid #7b76c4;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 10px;
  outline: none;
}
.search-input dl dd input[type="text"]:focus {
  -webkit-box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
  box-shadow: 1px 1px 5px rgba(0,102,255,0.8), -1px -1px 5px rgba(0,102,255,0.8), 1px -1px 5px rgba(0,102,255,0.8), -1px 1px 5px rgba(0,102,255,0.8);
}
.search-input dl dd input[type="text"].alphanumeric {
  ime-mode: inactive;
}
@media only screen and (max-width: 640px) {
  .search-input dl dd .sp_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-result-wrapper {
  margin: 0;
  padding: 0;
}
.search-noresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 100px;
  color: #f00;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0 3%;
}
@media only screen and (max-width: 640px) {
  .search-noresult {
    font-size: 1rem;
  }
}
.baseinfo {
  font-size: 0.875rem;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .baseinfo {
    padding-top: 0;
  }
}
.baseinfo .bnr {
  position: absolute;
  right: 10px;
  top: 4px;
}
@media only screen and (max-width: 640px) {
  .baseinfo .bnr {
    position: static;
    margin-top: 5px;
    display: block;
    width: 71px;
    margin-left: auto;
  }
}
.baseinfo--code {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .baseinfo--code {
    display: block;
  }
}
.baseinfo--code .ico_info {
  display: inline-block;
  vertical-align: middle;
}
.baseinfo--iswc {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .baseinfo--iswc {
    display: block;
  }
}
.baseinfo--iswc .ico_info {
  display: inline-block;
  vertical-align: middle;
}
.baseinfo--name {
  font-size: 1.625rem;
  font-weight: bold;
  position: relative;
  padding: 20px 90px 20px 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #dfe1fe;
}
@media only screen and (max-width: 640px) {
  .baseinfo--name {
    font-size: 1rem;
    padding: 20px 15px 5px 15px;
  }
}
.baseinfo--option {
  border-left: 1px solid #dfe1fe;
  border-right: 1px solid #dfe1fe;
  border-bottom: 1px solid #dfe1fe;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option {
    display: block;
  }
}
.baseinfo--option .txt {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 0.875rem;
}
.baseinfo--option .txt strong {
  color: #f00;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option .txt br {
    display: none;
  }
}
.baseinfo--option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl {
    border-top: 1px solid #dfe1fe;
  }
}
.baseinfo--option dl dt {
  background-color: #f8f8fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-left: 1px solid #dfe1fe;
  border-right: 1px solid #dfe1fe;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl dt {
    padding: 0 20px;
    white-space: nowrap;
  }
}
.baseinfo--option dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl dd {
    display: block;
    padding: 10px;
  }
  .baseinfo--option dl dd .btn.unsettled {
    margin: 0 0 5px 0;
  }
}
.baseinfo--option dl dd .btn {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl dd .btn {
    margin: 0;
    float: left;
  }
}
.baseinfo--option dl dd .btn + .btn {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl dd .btn + .btn {
    margin: 0 0 5px 5px;
  }
}
.baseinfo--option dl dd p {
  color: #f00;
  padding-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .baseinfo--option dl dd p {
    margin-top: 5px;
    margin-left: 0;
    clear: both;
    font-size: 0.75rem;
  }
  .baseinfo--option dl dd p:after {
    content: "";
    display: table;
    clear: both;
  }
}
.baseinfo--status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .baseinfo--status {
    display: block;
  }
}
.baseinfo--status dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #dfe1fe;
}
@media only screen and (max-width: 640px) {
  .baseinfo--status dl {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.baseinfo--status dl dt {
  border-right: 1px solid #dfe1fe;
  background-color: #f8f8fd;
  padding: 12px 17px;
}
.baseinfo--status dl dt .ico_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.baseinfo--status dl dd {
  padding: 12px 17px;
}
.management {
  margin-bottom: 20px;
}
.management .management-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.management .management-main li {
  width: 100%;
  max-width: 75px;
}
@media only screen and (max-width: 640px) {
  .management .management-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .management .management-main li {
    margin-bottom: 5px;
    width: 17%;
  }
  .management .management-main li + li {
    margin-left: 3.75%;
  }
  .management .management-main li:nth-child(6) {
    margin-left: 0;
  }
}
a.field {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 2px solid #707070;
  border-bottom: 7px solid #707070;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #707070;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  a.field {
    font-size: 0.75rem;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 640px) {
  a.field svg {
    height: 19px;
  }
}
a.field.small {
  width: 70px;
  height: 65px;
}
@media only screen and (max-width: 640px) {
  a.field.small {
    font-size: 0.75rem;
    width: 100%;
    height: 48px;
  }
}
a.field.purple {
  border-color: #7370ab;
}
a.field.green {
  border-color: #2ea092;
}
a.field.red {
  border-color: #bf0000;
}
a.field.on {
  color: #fff;
  background-color: #707070;
}
a.field.on path {
  fill: #fff;
}
a.field.on.purple {
  color: #fff;
  background-color: #7370ab;
}
a.field.on.purple circle {
  stroke: #fff;
}
a.field.on.purple path {
  fill: #fff;
}
a.field.on.green {
  color: #fff;
  background-color: #2ea092;
}
a.field.on.green circle {
  stroke: #fff;
}
a.field.on.green path {
  fill: #fff;
}
a.field.on.red {
  color: #fff;
  background-color: #bf0000;
}
a.field.on.red circle {
  stroke: #fff;
}
a.field.on.red path {
  fill: #fff;
}
.management-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 640px) {
  .management-sub {
    display: block;
  }
}
.management-sub dl {
  display: table;
  background-color: #f3f3fb;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .management-sub dl {
    margin-bottom: 15px;
  }
}
.management-sub dl:first-child {
  width: 63%;
}
@media only screen and (max-width: 640px) {
  .management-sub dl:first-child {
    width: 100%;
  }
}
.management-sub dl:last-child {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .management-sub dl:last-child {
    width: 100%;
  }
}
.management-sub dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 110px;
}
@media only screen and (max-width: 640px) {
  .management-sub dl dt {
    display: block;
    width: 100%;
    font-size: 0.75rem;
  }
}
.management-sub dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .management-sub dl dd {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.management-sub dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .management-sub dl dd ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .management-sub dl dd ul li {
    width: 17%;
  }
  .management-sub dl dd ul li + li {
    margin-left: 3.75%;
  }
}
.consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3f3fb;
  border: 1px solid #dfe1fe;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .consent {
    display: block;
  }
}
.consent dt {
  vertical-align: middle;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  width: 120px;
  border-right: 1px solid #dfe1fe;
  background-color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .consent dt {
    word-break: break-all;
    width: 100%;
    display: block;
    padding: 5px;
    line-height: 1;
  }
}
.consent dt.purple {
  background-color: #5955a6;
}
.consent dt.green {
  background-color: #2ea092;
}
.consent dt.red {
  background-color: #bf0000;
}
.consent dd {
  vertical-align: middle;
  text-align: center;
}
.consent dd.txt {
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .consent dd.txt {
    display: block;
    font-size: 0.75rem;
  }
}
.consent dd.txt p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  .consent dd.txt p {
    padding: 10px;
  }
}
.consent dd.txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  max-width: 400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .consent dd.txt ul {
    width: 100%;
    border-top: 1px solid #dfe1fe;
  }
}
.consent dd.txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .consent dd.txt ul li {
    padding: 10px 2px !important;
  }
}
.consent dd.txt ul li.sub {
  background-color: #eee;
  border-left: 1px solid #dfe1fe;
  border-right: 1px solid #dfe1fe;
  padding: 20px 30px;
  white-space: nowrap;
  max-width: 130px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .consent dd.txt ul li.sub {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.consent dd.txt ul li .btn + .btn {
  margin-left: 10px;
}
.content-block {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.133);
  box-shadow: 0 2px 4px rgba(0,0,0,0.133);
  margin-bottom: 30px;
}
.content-block.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.content-block .title {
  padding: 15px 30px;
  color: #5955a6;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .content-block .title {
    font-size: 0.875rem;
    padding: 15px 3%;
  }
}
.content-block .title .ico_info {
  display: inline-block;
  vertical-align: middle;
}
.content-block .title .ico {
  display: inline-block;
  background-color: #707070;
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 15px;
  vertical-align: middle;
  margin-left: 15px;
}
.content-block .title .ico.purple {
  background-color: #5955a6;
}
.content-block .title .ico.green {
  background-color: #2ea092;
}
.content-block .title .ico.red {
  background-color: #bf0000;
}
.content-block .title .btn-acd {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/ico_minus.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.content-block .title .btn-acd.close {
  background: url("../img/ico_plus.svg") no-repeat center center;
}
.content-block .content {
  margin: 0 30px;
}
@media only screen and (max-width: 640px) {
  .content-block .content {
    margin: 0 3%;
  }
}
.content-block .content .content-notes {
  text-align: right;
  font-size: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .content-block .content .content-notes {
    text-align: left;
  }
}
.ico__gray {
  background-color: #f8f8f8;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.75rem;
  line-height: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .ico__gray {
    text-align: left;
  }
}
.table-wrap {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap table th {
  white-space: nowrap;
}
[id^="tab-"] {
  display: none;
  position: relative;
}
[id^="tab-"] .mask {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.6);
  color: #f00;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  [id^="tab-"] .mask {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
}
html.fixed-def [id^="tab-"] .mask .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html.fixed-def.fixed-bottom [id^="tab-"] .mask .inr {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
[id^="tab-"] .mask .inr div {
  position: relative;
}
@media only screen and (max-width: 640px) {
  [id^="tab-"] .mask .inr div {
    padding-top: 80px;
  }
}
[id^="tab-"] .mask .inr div:before {
  content: url("../img/ico_arwup_red.svg");
  display: block;
  width: 30px;
  height: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -50px;
}
@media only screen and (max-width: 640px) {
  [id^="tab-"] .mask .inr div:before {
    top: 50px;
  }
}
.btnClose {
  display: inline-block !important;
  margin-bottom: 15px;
  color: #5955a6;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #5955a6;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 5px 13px;
  border-radius: 4px;
}
.btnClose:after {
  content: url("../img/ico_back.svg");
  display: inline-block;
  margin-left: 5px;
}
table.detail.auto.bgcolor_white {
    background-color: #FFF;
}
table.detail.auto.bgcolor_white td.kinshi_red {
  color: #f00;
    padding-left: 30px;
    padding-right: 0px;
}
li.number {
	list-style-type: decimal;
	font-size: 0.875rem;
}
ul.number {
	margin-left: 25px;
}
@media only screen and (max-width: 640px) {
 ul.number {
 	margin-left: 25px;
 }
}
li.number:before {
  content: none;
}
table.bgcolor_white {
    background-color: #FFF;
    margin-left: 30px;
    border: 1px solid #dfe1fe;
}
@media only screen and (max-width: 640px) {
  table.detail.auto.bgcolor_white td.kinshi_red {
    font-size: 0.75rem;
    padding: 5px;
    padding-left: 20px;
    padding-right: 0px;
  }
}
table.bgcolor_white th,
table.bgcolor_white td {
    padding-left: 12px;
    padding-right: 12px;
  font-size: 0.875rem;
}
table.riyobuya_bgcolor_white {
    background-color: #FFF;
    margin-left: 70px;
    border: 1px solid #dfe1fe;
}
table.riyobuya_bgcolor_white th,
table.riyobuya_bgcolor_white td {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  font-size: 0.875rem;
}
table.riyobuya_bgcolor_white td.riyobuya_td {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  font-size: 0.875rem;
}
li.disc {
	list-style-type: disc;
}
li.disc:before {
  content: none;
}
.font-blue01 {
	color: #096;
	text-decoration: underline;
}

html.help_link{
	height: 100%;
}
body.help_link{
	height: 100%;
}
#wrap{
     width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
}
#help_link_contents{
     padding-bottom:127px;
}
#footer_help_link{
    height:127px;
     position:absolute;
     bottom:0;
     width: 100%;
}
.table_form{
  width: 100%;
  border-top: 10px solid #b6c5d0;
  border-bottom: 10px solid #b6c5d0;
  border-radius: 10px;
  background: #FFF;
}
.table_form tr th,
.table_form tr td{
  vertical-align: middle;
  border-bottom: 1px solid #b6c5d0;
  position: relative;
  min-height: 60px;
}
.table_form tr th{
  padding:0  20px;
  background: #dae6ee;
}
.table_form tr th strong{
  display: inline-block;
  padding-bottom: 4px;
  color: #333;
  border-bottom: 2px solid #333;
}
.table_form tr td{
  padding: 10px 20px 10px 10px;
}
.table_form tr:last-child th,
.table_form tr:last-child td{
  border-bottom: 1px solid #b6c5d0;
}
.table_form .required{
  position: absolute;
  right: 20px;
  top:50%;
  margin-top: -11px;
  margin-right: 0;
}
.table_form .text_box_base{
  display: inline-block;
  padding-left: 10px;
}
.table_form label{
  display: inline-block;
  line-height: 38px;
}

.btn_base{
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
   .btn_base{
     width: 60px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     border-radius: 4px;
     font-size: 15px;
     text-align: center;
     line-height: 45px;
     cursor: pointer;
   }
}
.btn_primary,
a.btn_primary:visited {
  background: #5955a6;
  color: #FFF;
}
.btn_secondary,
a.btn_secondary:visited {
  background: #009982;
  color: #FFF;
}
.btn_base:hover,a.btn_base:hover{ text-decoration: none; }
.btn_primary:hover,
a.btn_primary:hover{
  background: #062461;
}
.btn_secondary:hover,
a.btn_secondary:hover{
  background: #026455;
}
.btn_group{
  text-align: center;
  margin-bottom: 1px;
}
.btn_group .btn_base{
  display: inline-block;
  margin: 0 10px 0;
}


/**-----------------------------------------------------------------------------------*/
table.help-list {
  border-top: 1px solid #dbddfe;
  border-left: 1px solid #dbddfe;
  background-color: #fff;
  margin-bottom: 30px;
  width: 100%;
}

table.help-list th,
table.help-list td {
  border-bottom: 1px solid #dbddfe;
  border-right: 1px solid #dbddfe;
  padding: 10px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 640px) {
  table.help-list th,
  table.help-list td {
    font-size: 0.75rem;
  }
}
table.help-list th {
  text-align: center;
  font-weight: normal;
  background-color: #f6f6fc;
  white-space: nowrap;
}

table.help-list td.center {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  table.help-list td.center {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  table.help-list td span {
    padding: 10px;
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  table.help-list td:before {
    padding: 10px;
    width: 30%;
    background-color: #f8f8fd;
  }
}


/**-------------------追加②---------------------*/
.list-disc {
  font-size: 0.875rem;
  list-style: disc;
  padding-left: 5px;
}
@media only screen and (max-width: 640px) {
  .list-disc {
    padding: 0;
  }
}
.list-disc li {
  margin-bottom: 20px;
  position: relative;
}
li.data-disc {
	list-style-type: disc;
	padding-left: 0;

}
li.data-disc:before {
  content: none;
}
ul.data-number {
	margin-left: 23px;
}
@media only screen and (max-width: 640px) {
 ul.data-number {
 	margin-left: 23px;
 }
}
table.help-list th.kinshi_red {
  color: #f00;
}
table.help-list.naigai {
  margin-left: 15px;
}
table.help-list th.sikibetu1 {
  width: 76px;
}
table.help-list td.sikibetu2 {
  width: 413px;
}
table.help-list th.sikibetu3 {
  width: 76px;
}
table.help-list td.sikibetu4 {
  width: 413px;
}
li.saknaigai {
	margin-bottom: 30px;
}
.naigaisak {
  font-size: 0.875rem;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
table.table_margin_bottom {
	margin-top: 30px;
}
.font-underline {
	font-weight:bold;
	text-decoration: underline;
}