@charset "utf-8";
.content_link {
  padding-top: 20px;
}
.wrap_contents {
  padding: 0 30px;
}
.tit_link {
  font-size: 20px;
  border-bottom: 3px solid #fb3690;
  padding-bottom: 15px;
  margin: 40px 0 30px;
}
.tit_esthe {
  font-size: 18px;
  margin: 40px 0 20px;
}
/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/
.wrap_btn1 {
  margin-top: 30px;
}
.wrap_btn2 {
  position: relative;
  padding: 30px 0;
}
.btn_link {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../images/common/arrow/arrow_16_16.png);
  background-repeat: no-repeat;
  background-color: #6d372f;
  border-radius: 5px;
}
.normal {
  font-size: 23px;
  width: 530px;
  height: 80px;
  line-height: 80px;
  background-position: 493px center;
  display: block;
  margin: 0 auto;
}
.box_btn {
  width: 660px;
  margin: 0 auto;
}
.btn_l,
.btn_r {
  display: inline-block;
  vertical-align: middle;
}
.btn_l {
  font-size: 23px;
  width: 430px;
  height: 80px;
  line-height: 80px;
  background-position: 393px center;
  margin-right: 15px;
}
.btn_r {
  font-size: 16px;
  width: 210px;
  height: 60px;
  line-height: 60px;
  background-position: 178px center;
}
.em {
  color: #b60401;
  font-weight: bold;
}
/*------------------------------------------------------------
　index
-------------------------------------------------------------*/
.wrap_new {
  width: 821px;
}
.wrap_new table {
  width: 100%;
}
.wrap_new table th:nth-of-type(3n + 1) {
  width: 108px;
}
table {
  border-top: 1px solid #ddcd96;
  border-right: 1px solid #ddcd96;
}
table:first-child {
  border-left: 1px solid #ddcd96;
}
tr {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddcd96;
}
th {
  height: 39px;
  background: #fcfaf4;
  vertical-align: middle;
}
td {
  height: 51px;
  vertical-align: middle;
  padding: 0 5px;
}
th + th,
td + td {
  border-left: 1px solid #dedede;
}
.bnr {
  width: 98px;
}
.name {
  width: 159px;
}
.cat {
  width: 120px;
}
.bnr img:hover,
.box_link li:hover {
  opacity: 0.8;
}
.cat a {
  color: #b60401;
  font-size: 12px;
  text-decoration: underline;
}
.cat a:hover {
  text-decoration: none;
}
.nav_link {
  width: 820px;
  border-left: 1px solid #ddcd96;
  margin: 30px auto 0;
}
.nav_link li {
  display: table;
  float: left;
  text-align: center;
  width: 163px;
  height: 60px;
  background: #fcfaf4;
  border-right: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
}
.nav_link li:nth-child(-n + 5) {
  border-top: 1px solid #ddcd96;
}
.nav_link li a {
  display: table-cell;
  padding: 0 20px;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}
.nav_link li a:hover {
  color: #962314;
  text-decoration: none;
  background: #fff;
}
.menu_flg {
  padding-top: 74px;
  margin-top: -74px;
}
.tit_link_cat {
  border-bottom: 4px solid #960000;
  box-shadow: 0 1px 0 #ddcd96 inset, -1px 0 0 #ddcd96 inset, 1px 0 0 #ddcd96 inset;
  padding: 10px;
  margin: 40px 0 20px;
}
.box_link {
  background: #f5f5ef;
  padding: 18px;
}
.box_link li {
  float: left;
  margin: 5px;
}
.box_link li a {
  width: 88px;
  height: 31px;
  line-height: 31px;
  display: block;
  overflow: hidden;
}
/*------------------------------------------------------------
　apply
-------------------------------------------------------------*/
.nav_link.col4 li {
  width: 204px;
}
.menu_flg2 {
  padding-top: 74px;
  margin-top: -74px;
}
/*------------------------------------------------------------
　利用規約
-------------------------------------------------------------*/
.kiyaku .storage {
  margin: 30px 0;
}
.kiyaku_banner_info {
  text-align: center;
}
.kiyaku_banner_info a {
  color: #b60401;
  font-weight: bold;
  text-decoration: underline;
}
.kiyaku_banner_info a:hover {
  text-decoration: none;
}
.kiyaku_info {
  white-space: nowrap;
  margin: 30px 0 40px;
}
.notes dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.notes_list {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-top: 20px;
}
/*------------------------------------------------------------
　フォーム
-------------------------------------------------------------*/
.form {
  border-top: 1px solid #ddcd96;
}
.form dl {
  display: table;
  border-bottom: 1px solid #ddcd96;
}
.form dt,
.form dd {
  height: 39px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.form dt {
  font-size: 16px;
  font-weight: bold;
  width: 238px;
  background: #fcfaf4;
  position: relative;
  padding-left: 15px;
}
.form dt span {
  font-size: 12px;
  font-weight: normal;
}
.required {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #0caf73;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.form dd {
  width: 527px;
  position: relative;
  padding: 20px;
}
input {
  width: 100%;
}
input,
select {
  box-sizing: border-box;
  font-size: 16px;
  height: 35px;
  padding-inline: 1em;
  border: 1px solid #ddcd96;
}
.input_pass {
  width: 120px;
}
.input_pass_check {
  width: auto;
  margin: 0 5px 0 10px;
}
input[type="url"] {
  -moz-appearance: textfield;
}
.caution {
  color: #ff0000;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.err_txt {
  color: #ff0000;
  margin: 30px 0 10px;
}
/*------------------------------------------------------------
　バナー置き場
-------------------------------------------------------------*/
.storage {
  background: url(../images/link/bg_storage.png) no-repeat right bottom #fcfaf4;
  border: 3px solid #ddcd96;
  box-shadow: 0 5px 0 #fff inset, -5px 0 0 #fff inset, 0 -5px 0 #fff inset, 5px 0 0 #fff inset;
  padding: 20px 30px;
  word-break: break-all;
}
.bnr_storage {
  width: 860px;
  margin-left: -20px;
}
.bnr_storage li {
  float: left;
  padding-top: 30px;
  margin: 0 20px;
}
.bnr_storage .col1 {
  width: 820px;
}
.bnr_storage .col2 {
  width: 390px;
}
.tit_bnr {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 39px;
  line-height: 39px;
  border-top: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
}
.box_bnr {
  text-align: center;
  width: 390px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.bnr_storage .col1 .box_bnr {
  width: 820px;
}
.bnr_storage .col2 .box_bnr {
  width: 390px;
}

input[name^="select_upload"] {
  cursor: pointer;
  font-size: medium;
  height: auto;
  width: auto;
}

[class^="file_upload_btn"] {
  cursor: pointer;
  border: solid 1px #000;
  width: 30%;
}

/*------------------------------------------------------------
　修正・削除
-------------------------------------------------------------*/
.caution_modi {
  top: 2px;
}
.before_modi {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.before_modi a {
  color: #ff2374;
  text-decoration: underline;
}
.before_modi a:hover {
  text-decoration: none;
}
.modi_txt {
  margin: 20px 0 30px;
}
.modi_comp_txt {
  font-size: 16px;
  text-align: center;
  padding: 50px 0;
}
/*------------------------------------------------------------
　完了
-------------------------------------------------------------*/
.comp {
  text-align: center;
  background: #fffddd;
  padding: 30px 0;
  margin-bottom: 30px;
}
.txt_comp {
  color: #fb3690;
  font-weight: bold;
}
.link_comp {
  margin-top: 25px;
}
.link_comp a {
  text-decoration: underline;
}
.link_comp a:hover {
  text-decoration: none;
}

.loader {
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.loader img {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
