@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
button {
  font-family: inherit;
  color: #333;
}

pre {
  padding: 1.4285714286rem 1.4285714286rem;
  margin: 0 0 1.0714285714rem;
  border: solid 1px #4d4d4d;
  border-radius: 0.3571428571rem;
  background: #555;
  color: #fff;
  text-align: left;
}
pre code {
  word-break: break-all;
}

#contents .sub_imgarea .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail {
    flex-direction: column;
  }
}
#contents .sub_imgarea .detail .attention_demo {
  font-size: 0.9285714286rem;
  color: red;
  line-height: 1.5;
  margin-left: 1.4285714286rem;
  margin-right: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .attention_demo {
    margin: 0;
  }
}
#contents .sub_imgarea .detail .attention_demo .link_mark {
  position: relative;
  padding-left: 1.4285714286rem;
  margin-top: 0.3571428571rem;
}
#contents .sub_imgarea .detail .attention_demo .link_mark a {
  color: red;
  font-size: 1.0714285714rem;
}
#contents .sub_imgarea .detail .attention_demo .link_mark::before {
  content: "";
  position: absolute;
  border-top: 0.4285714286rem solid transparent;
  border-bottom: 0.4285714286rem solid transparent;
  border-left: 0.7142857143rem solid red;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .sub_imgarea .detail .up_limit {
  margin-right: 0.7142857143rem;
  font-size: 1.1428571429rem;
  color: #999;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .up_limit {
    font-size: 1rem;
  }
}
#contents .sub_imgarea .detail .up_limit span {
  font-size: 1.4285714286rem;
  font-weight: 600;
  margin-right: 0.2142857143rem;
  color: #069292;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .up_limit span {
    font-size: 1rem;
  }
}
#contents .sub-contents {
  padding-top: 1.4285714286rem;
  position: relative;
}
#contents .sub-contents .help_guide_btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .help_guide_btn {
    width: 3.2142857143rem;
    height: 3.2142857143rem;
    top: -2.1428571429rem;
    right: auto;
    left: 3%;
  }
}
#contents .sub-contents .contents_area #item_list > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#contents .sub-contents .contents_area #item_list > ul > li {
  width: 18%;
  min-width: 200px;
  box-shadow: 0.1428571429rem 0.1428571429rem 0.5714285714rem #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0.7142857143rem 1%;
  padding: 0.5714285714rem 0.5%;
}
#contents .sub-contents .contents_area #item_list > ul > li .thumb {
  position: relative;
  width: 100%;
  border-radius: 0.3571428571rem;
  background: #fff;
}
#contents .sub-contents .contents_area #item_list > ul > li .thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#contents .sub-contents .contents_area #item_list > ul > li .thumb img {
  display: block;
  border-radius: 0.3571428571rem;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
#contents .sub-contents .contents_area #item_list > ul > li .item_ttl_area {
  position: relative;
}
#contents .sub-contents .contents_area #item_list > ul > li .item_ttl_area .item_ttl_box {
  margin-top: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
  background: #f1f1f1;
  border-radius: 0.3571428571rem;
  box-sizing: border-box;
  padding: 0.7142857143rem 0.3571428571rem;
}
#contents .sub-contents .contents_area #item_list > ul > li .item_ttl_area .item_ttl {
  height: 4.2857142857rem;
  overflow: hidden;
  min-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: border-box;
  font-size: 0.9285714286rem;
  line-height: 1.5;
  word-break: break-all;
}
#contents .sub-contents .contents_area #item_list > ul > li .item_ttl_area .change_name {
  position: absolute;
  right: 0;
  top: -0.8571428571rem;
  width: 30%;
  border-radius: 1.0714285714rem;
  height: 1.8571428571rem;
  min-height: 22px;
  border: 3px solid #f1f1f1;
  transition: 0.3s;
  font-size: 0.8571428571rem;
  background: #fff;
  cursor: pointer;
}
#contents .sub-contents .contents_area #item_list > ul > li .item_ttl_area .change_name:hover {
  background: #999;
  color: #fff;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.7142857143rem;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap button {
  width: 48%;
  border-radius: 1.0714285714rem;
  height: 2.1428571429rem;
  min-height: 22px;
  border: 1px solid #999;
  margin-bottom: 0.7142857143rem;
  transition: 0.3s;
  font-size: 0.8571428571rem;
  cursor: pointer;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap button:hover {
  background: #999;
  color: #fff;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap button.sp_delete_btn {
  display: none;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap button:disabled {
  background: #dcdcdc;
  transition: none;
  cursor: not-allowed;
  color: #999;
}
#contents .sub-contents .contents_area #item_list > ul > li .btn_wrap button:disabled:hover {
  background: #dcdcdc;
  color: #999;
}
#contents .sub-contents .contents_area #item_list > ul > li .delete_btn {
  display: flex;
  justify-content: flex-end;
}
#contents .sub-contents .contents_area #item_list > ul > li .delete_btn button {
  width: 30%;
  border-radius: 0.9285714286rem;
  height: 1.8571428571rem;
  min-height: 20px;
  background: #eee;
  border: 1px solid #999;
  font-size: 0.8571428571rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area #item_list > ul {
    display: block;
  }
  #contents .sub-contents .contents_area #item_list > ul li {
    width: 100%;
    min-width: auto;
    margin: 0.7142857143rem 0;
    padding: 0.7142857143rem 2%;
  }
  #contents .sub-contents .contents_area #item_list > ul li .sp_flex {
    display: flex;
    margin-bottom: 1.4285714286rem;
  }
  #contents .sub-contents .contents_area #item_list > ul li .thumb {
    width: 43%;
    margin-right: 2%;
  }
  #contents .sub-contents .contents_area #item_list > ul li .item_ttl_area {
    margin: 0;
    width: 55%;
  }
  #contents .sub-contents .contents_area #item_list > ul li .item_ttl_area .change_name {
    right: 0;
    top: 0.2142857143rem;
    width: 40%;
    height: 2.1428571429rem;
    font-size: 0.8571428571rem;
  }
  #contents .sub-contents .contents_area #item_list > ul li .btn_wrap {
    margin-bottom: 0;
  }
  #contents .sub-contents .contents_area #item_list > ul li .btn_wrap button {
    width: 32%;
    margin-bottom: 1.0714285714rem;
  }
  #contents .sub-contents .contents_area #item_list > ul li .btn_wrap button.sp_delete_btn {
    display: inline-block;
    background: #eee;
  }
  #contents .sub-contents .contents_area #item_list > ul li .btn_wrap button.sp_delete_btn:hover {
    color: #333;
  }
  #contents .sub-contents .contents_area #item_list > ul li .delete_btn {
    display: none;
  }
}

.modal_content .copy_btn {
  display: block;
  width: 21.4285714286rem;
  background: #fff;
  border: 1px solid #069292;
  color: #069292;
  text-align: center;
  padding: 0.8571428571rem 0;
  margin: 0 auto 2.1428571429rem;
  font-size: 1rem;
  cursor: pointer;
}

.remodal {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .remodal {
    padding: 5%;
    padding-top: 50px;
  }
}
.remodal .modal_ttl,
.remodal .required {
  font-size: 1.2857142857rem;
  font-weight: bold;
  border-bottom: 0.1428571429rem dotted #333;
  padding-bottom: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.remodal button {
  padding: 0.3571428571rem 0.7142857143rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 0.7142857143rem;
  display: block;
  margin: 0.3571428571rem auto;
}
.remodal .record_close {
  background: none;
  cursor: pointer;
}
.remodal.modal_item_name {
  max-width: 50rem;
}
.remodal .form_item input {
  width: 70%;
  max-width: 35.7142857143rem;
  border: solid 1px #999;
  padding: 0.7142857143rem 1.4285714286rem;
  background: #fff;
  font-size: 1.4285714286rem;
  margin: 2.1428571429rem 0;
}
@media only screen and (max-width: 736px) {
  .remodal .form_item input {
    width: 100%;
    box-sizing: border-box;
  }
}
.remodal .upload_btn {
  display: block;
  width: 21.4285714286rem;
  background: #fff;
  border: 1px solid #069292;
  color: #069292;
  text-align: center;
  padding: 0.8571428571rem 0;
  margin: 0 auto 2.1428571429rem;
  font-size: 1rem;
  cursor: pointer;
}