@charset "UTF-8";

/*================================================
header
=================================================*/
.kinsho {
  background: #3c3c3c;
  color: #fff;
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
}

/*================================================
topview
=================================================*/
#topview {
  text-align: center;
  background: #ffffff url(../upfiles/lp-pc-top-bg.jpg) no-repeat center top;
}

/*================================================
form
=================================================*/
.form-bg {
  background: #3c3c3c url(../upfiles/lp-pc-form-bg.jpg) no-repeat center top;
  padding: 20px 0;
}

.top-form-container {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
  width: 770px;
  border-radius: 10px;
  overflow: hidden;
}

.form-container {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

/* ポイントプレゼントの丸い図形を浮かせるために追加 */
.normal-lp-top-form .form-container,
.normal-lp-footer-form .form-container {
  background-color: white;
  border-radius: 10px;
  overflow: visible;
}

/* ポイントプレゼントの丸い図形の影にならないように追加 */
.top-form-text,
.footer-form-text {
  color: white;
  text-align: left;
  padding: 20px 0;
  margin-right: 230px;
}

.form-text {
  color: white;
  text-align: center;
  padding: 20px 0;
}

.form {
}

.regist-form {
}

.form-controls {
  width: 50%;
  float: right;
}

.input-items {
  width: 50%;
  float: left;
}

input[type="image"] {
  width: 100%;
}

.regist-form input[type="text"] {
  border: 5px solid #fd0a0a;
  background: #fff;
  width: 95%;
  margin-bottom: 4px;
  padding: 15px;
  font-size: 40px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3) inset;
}

.regist-form label {
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 150%;
  margin-bottom: 20px;
}

.regist-form .form-controls {
}

.form-body {
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  overflow: hidden;
}

.regist-form .btn-form-send {
  cursor: pointer;
}
.form-attention {
  margin-top: 7px;
  text-align: center;
  font-size: 12px;
}

.form-arrow {
  width: 3%;
  margin-top: 42px;
}

.form-controls input:hover {
  opacity: 0.8;
}

fieldset {
  border: none;
}

.form a {
  color: #3d3d3d;
  text-decoration: none;
}
.form a:hover {
  color: #888;
}

.step {
}

/*TOPフォームのみ変更*/

#topview .form {
  position: absolute;
  top: 544px;
}

#topview .regist-form {
  margin-top: 10px;
  background-color: #3c3c3c;
}

#topview .regist-form .input-items {
  float: left;
  width: 48%;
  text-align: left;
}

#topview .regist-form input[type="text"] {
  border: 1px solid #aaa;
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 4px;
  padding: 10px;
  font-size: 20px;
  color: #3c3c3c;
}

#topview .regist-form label {
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 150%;
}

#topview .regist-form .form-controls {
  float: right;
  width: 48%;
  text-align: left;
}

#topview .form a {
  color: #dfdfdf;
  text-decoration: none;
}
#topview .form a:hover {
  color: #888;
}

#topview input,
select,
textarea {
  background: none;
  border: none;
}

/*================================================
performance-銘柄実績
=================================================*/

.performance-img-box {
  border: 1px solid #a0a0a0;
  overflow: hidden;
  padding: 10px;
}

.performance-img-box li {
  float: left;
  width: 33.333%;
  padding: 3px;
}

.performance-img-box li img {
  width: 100%;
}

.performance-attention {
  margin: 40px;
  border: 1px solid #9c9c9c;
  padding: 20px;
}

.performance-attention p {
}

.performance-attention .text-bold {
  background-color: #737373;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  /* font-weight: bold; */
  color: white;
}

#profile li,
#consultation li,
#voice li,
#service li {
  margin-bottom: 30px;
}

/* ポイントプレゼントの丸い図形を浮かせるために追加 */
.normal-lp-point {
  position: relative;
}

/* ポイントプレゼントの丸い図形を浮かせるために追加 */
.normal-lp-point img {
  position: absolute;
  top: -300px;
  right: 0px;
}

/* フッター最後の画像の背景を設定 */
.normal-lp-footer {
  background: #ffffff url(../upfiles/lp-pc-top-bg.jpg) no-repeat center top;
}
/*******************************************
スクロールボタン
********************************************/
#contents-lp {
  position: relative;
}

#popup-form-btn p {
  color: white;
  width: 60%;
  float: left;
  padding: 20px 0;
  text-align: right;
  padding-right: 10px;
}

#popup-form-btn .color-y {
  font-size: 130%;
  font-weight: bold;
}

#popup-form-btn {
  /* background-color: #c10000e0; */
  background-color: rgb(16, 54, 19);
  background-color: rgba(16, 54, 19, 0.93);
  position: fixed;
  overflow: hidden;
  width: 100%;
  bottom: 0px;
  padding: 20px 0;
  font-size: 17px;
  box-shadow: 0px 0px 10px white;
}
#popup-form-btn a {
  background: #f9a929;
  background: -webkit-linear-gradient(top, #ffcc00 0, #ff9520 100%);
  background: linear-gradient(to bottom, #ffcc00 0, #ff9520 100%);
  text-decoration: none;
  color: #3c3c3c;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  width: 40%;
  float: right;
  font-size: 120%;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

#popup-form-btn a:hover {
  opacity: 0.8;
}

#popup-form-btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #d16d02;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  z-index: -1;
}

#modal-open img {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(5deg);
}

#contents {
  z-index: 0;
  font-size: 16px;
}
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  /* width: 900px;
height: 700px; */
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 20;
}
/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal-close-btn {
  font-size: 30px;
  cursor: pointer;
  float: right;
  margin-top: -36px;
  color: white;
}

/*******************************************
モーダルウィンドウフォーム
********************************************/

/*TOPフォームのみ変更*/

#modal-main .form {
  padding: 20px;
  width: 600px;
}

#modal-main .text-md {
  font-size: 23px;
  font-weight: normal;
}

#modal-main .form-bg {
  padding: 20px;
}

#modal-main .form-body {
  padding: 20px;
  width: 100%;
}

#modal-main .regist-form {
}

#modal-main .regist-form .input-items {
  width: 100%;
}

#modal-main .regist-form input[type="text"] {
  width: 100%;
}

#modal-main .regist-form label {
}

#modal-main .regist-form .form-controls {
  width: 100%;
}

#modal-main .form a {
}
#modal-main .form a:hover {
}

#modal-main input,
select,
textarea {
}

#modal-main .form-attention {
  text-align: left;
}


/*******************************************
KV注釈 20240131追記
********************************************/
.note-kv{
}
.note-kv .note-kv-container{
  position: relative;
}
.note-kv .note{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 55px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-shadow:1px 1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
}
.note-kv .note a{
  color: #000000;
}

.note-kv .note a:hover{
  text-decoration: none;
}


@media screen and (max-width: 1200px){
  .note-kv .note{
    max-width: 1050px;
    padding-left: calc(4.2% + 20px);
    font-size: clamp(10px, 6.444px + 0.463vw, 12px);
  }
}
@media screen and (max-width: 1000px){
  .note-kv .note{
    width: 100%;
    bottom: 2%;
  }

}





