@charset "shift_jis";
.entry-login a{
	color: #238fe8;
    text-decoration: none;
    background-color: #238fe8;
    border: solid 1px #fff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0.667em 0.833em;
    position: relative;
    text-align: center;
    user-select: none;
}

.entry-new-title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.entry-new-title.text-center{
	text-align:center;
}

.entry-new-title.color-red{
	color:red;
}

.entry-small-text{
	font-size: 12px;
}

.entry-small-div{
	margin-left:25px;
}

.entry-small-text.text-center{
	text-align:center;
}

.entry-link-text{
	font-size: 12px;
	color: #238fe8;
	text-decoration: none;
}

.entry-button-login{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #238fe8;
    border: solid 1px #fff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0.667em 0.833em;
    position: relative;
    text-align: center;
    user-select: none;
}

.a-btn.-bg-gray{
    background-color:#C8C8C8
}
.a-btn.is-active{
    background-color:#219bff;
    border:0;
    color:#fff
}

.form-area_box_btn-wrap{
    -ms-flex-wrap:wrap;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    margin-top:10px
}

.form-area_box_btn-wrap .-choice-btn{
	margin-bottom:10px
}

.a-btn{
    align-items:center;
    appearance:none;
    background-color:#fff;
    border-radius:10px;
    box-sizing:border-box;
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    position:relative;
    text-align:center;
    text-decoration:none;
    user-select:none;
    width:150px;
    margin-right:10px
}

.a-btn.-gray{
    border:1px solid #989898;
    color:#989898
}

.a-btn.-lg{
    height:50px
}

.a-btn.is-active{
    background-color:#219bff;
    border:0;
    color:#fff
}

.a-btn.-choice-btn{
    font-size:16px;
    font-weight:600;
    line-height:21px
}

.a-btn.-choice-btn.is-active::after{
    content:"";
    height:25px;
    position:absolute;
    right:-8px;
    top:-5px;
    width:25px
}

.entry-box-oubo{
    margin-bottom: 0px;
}

.entry-box-oubo button{
    -webkit-transition-duration: 0.4s; /* Safari */
	margin-bottom: 20px;
	padding: 15px 5px 15px;
	border: solid 1px #238fe8;
    border-radius: 6px;
    width: 94%;
    margin-left:3%;
    cursor: pointer;
    position: relative;
    display: flex;
	justify-content: space-between;
	background-color:white;
}

.entry-box-oubo button:hover {
    background-color: #e7e7e7;
}

.entry-line{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.entry-confirm-title{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
}

.entry-button-edit {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: lightgray;
    border: solid 1px #fff;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0.667em 0.833em;
    position: relative;
    text-align: center;
    user-select: none;
    margin-top: -14px;
}

.input_personal {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
    .pf-box-oubo-sp {
        padding-left:10px;
        padding-right:10px;
    }
    .entry-box-body-sp{
        padding: 0 0px;
    }
    .pf-accordion-oubo-sp{
        margin: 0 10px !important;
    }
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner{
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.summary_child{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: bold;
}

.summary_child span,
.summary_inner span{
  padding: 0px 10px;
}

.summary_inner input[type=checkbox],
.summary_child input[type=checkbox]{
	transform: scale(2);
	margin: 0 5px 0 0;
}

.summary_line{
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    margin-left: 35px;
}

.summary_inner.selected .icon:before{
	content: normal;
}

/* --------アイコンを作ります-------- */
.icon {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #238fe8;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon::before {
	width: 2px;
	height: 10px;
}

.entry-box-oubo-item {
    height: 290px;
    border-radius: 15px;
    border: 2px solid gray;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 20px;
    width: 94%;
    margin-left: 3%;
}

.checkbox-height{
    height: 340px;
}

.entry-box-oubo-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.entry-box-oubo-flex {
  display: flex; /*横並び*/
}

.entry-box-oubo-flex .image-scroll {
  position: relative;
  cursor: pointer;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}

.entry-box-oubo-flex .image-slide {
}

.entry-box-oubo-flex .right {
  margin: 0px 0 0 10px;
  width:65%;
  text-align: left;
  color: #238fe8;
}
.entry-box-oubo-flex .text {
  cursor: pointer;
  font-size: 14px;
  white-space: pre-wrap;
  margin-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.entry-box-oubo-flex .text-pc{
  margin-top: 15px;
}

.entry-box-oubo-flex .image-modal {
  position: relative;
  cursor: pointer;
  display: flex;
  margin-top: 0px;
  margin-left: 15px;
  overflow: hidden;
}

.pf-img{
 max-height:90px;
 max-width:135px;
}

.entry-box-oubo-flex .right-modal {
  margin: 0px 0 0 10px;
  width:63%;
  text-align: left;
  color: #238fe8;
}

.entry-box-oubo-flex .text-modal {
  cursor: pointer;
  margin: 5px 0 0;
  font-size: 14px;
  white-space: pre-wrap;
  margin-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.entry-oubo-item-table {
  margin-top: 10px;
  margin-right: 10px;
}

.entry-oubo-item-table .td-title {
  width:80px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  vertical-align: top;
}

.entry-oubo-item-table .td-title p{
  margin-left: 20px;
}

.entry-oubo-item-table .td-detail {
  font-size: 12px;
  text-align: left;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  world-break:break-all;
  overflow-warp:break-word;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}

.entry-oubo-item-table .td-height {
  height:55px;
  word-break: break-all;
}

.entry-oubo-item-table .td-3line {
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.entry-oubo-item-together label {
  cursor: pointer;
  border: 1px solid gray; 
  display:block;
  height:40px;
  width:200px;
  font-size: 13px;
  border-radius: 9px;
  text-align:center;
  position:relative;
  float:right;
  right:10px;
  bottom:-10px;
}

.entry-oubo-item-together label span {
  cursor: pointer;
  position:absolute;
  top:10px;
  left:35px;
}

/* チェックボックスデザイン */
.entry-oubo-item-together input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    margin-top:13px;
    left:10px;
  }
 
.entry-oubo-item-together input[type="checkbox"]::before,
.entry-oubo-item-together input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
.entry-oubo-item-together input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 6px;
    left: -5px;
  }
 
.entry-oubo-item-together input[type="checkbox"]::after {
    border-bottom: 3px solid #238fe8;/*チェックの太さ*/
    border-left: 3px solid #238fe8;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: 0px;/*チェック時の位置調整*/
    left: -1px;/*チェック時の位置調整*/
  }
 
.entry-oubo-item-together input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
    background-color: #fff;
 }
 
.pf-modal.pf-modal--expand.pf-modal--oubo{
    //position:absolute;
    //top:0px;
}

.entry-step-form{
    height:220px;
}

.round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #238fe8;    /* ボタンの背景色 */
  margin: -15px 5px 0 auto;
  cursor: pointer;
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff; /* バツ印の色 */
}
 
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.circle {
  background: #ec4646;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  z-index:10;
  position:absolute;
  cursor: pointer;
  float:right;
  margin-top: -30px;
  right:-10px;
}

.entry-oubo-detail-show{
    height: 0px;
    overflow:hidden;
}

.entry-oubo-detail-show-pc{
    margin-left: 15px;
    margin-right: 15px;
}

.entry-oubo-together-show-pc
.entry-oubo-ViewHistory-show-pc {
    margin-left: 15px;
    margin-right: 15px;
}

.pf-button--oubo {
    background-color: lightgray;
    color: white;
    border-color: lightgray;
    pointer-events: none;
}

.pf-button--back {
    color: black;
    border: 2px solid gray;
}

.pf-button--oubo-t {
    background-color: lightgray;
    color: white;
    border-color: lightgray;
    pointer-events: none;
    text-align:center;
    position:static;
}

.pf-button--back-t {
    color: black;
    border: none;
}

.note{
	font-size: 12px;
	line-height: 1em;
}
.txt_red{
	color: #ef3e37;
}

.error_txt {
    margin-top: -5px;
}

.entry-message{
    margin-bottom: 10px;
}

.entry-oubo-together-show-sp{
    margin-top: 10px;
}

.hint{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 30px;
    background-color: red;
    border-radius: 20px;
    color: white;
    text-align: center;
    cursor: default;
    float:left;
    margin-top: 20px;
    margin-left: 55px;
}

#bb_sp_modal-main {
	display: none;
	text-align: center;
	margin: 0;
	width: 350px;
	height: 200px;
	background-color: #ffffff;
	color: #666666;
	border-radius: 6px;
	position:fixed;
	z-index: 2;
}

.bb_sp_modal-inner h2{
    margin-top: 20px;
    margin-right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1.3126;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    float:right;
}

/* モーダル 背景エリア */
#bb_sp_modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
}
.bb_sp_banner{
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.bb_sp_banner .bb_sp_banner_p{
	text-align: center;
	margin-left: 15%;
	width: 70%;
    background: #238fe8;
    line-height: 1;
    text-align: center;
    padding: 13px 0;
    border-radius: 6px;
    font-weight: bold;
}

.bb_sp_banner .bb_sp_banner_p a{
    color: #fff;
}

.modal_close {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff;    /* ボタンの背景色 */
  margin: 30px 45% 0 auto;
  cursor: pointer;
}
 
.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #238fe8; /* バツ印の色 */
}
 
.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.entry-remarks-div {
  background-color: #f7f7f7;
  text-align: left;
  padding: 10px;
  max-width: 400px;
  margin-bottom: 5px;
}
.entry-remarks-text {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

/*  KKDEV2-1381 start */
.make_list_buttons {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
  width: 320px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
}
.make_list_buttons label {
  min-height: 120px;
}
.make_list_buttons label:before {
  /* iconの位置 */
  height: 80px;
  width: 100px;
  top: 35%;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("") center/contain no-repeat;
}
.make_list_buttons label:last-child:nth-child(odd) {
  /* 最後の子要素が奇数の場合の設定 */
  grid-column: 1/3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
}
.make_list_buttons label:last-child:nth-child(odd):before {
  height: 50px;
  width: 50px;
  top: 50%;
  left: 20%;
}
.make_list_buttons label:last-child:nth-child(odd) p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.make_list_buttons p {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.6em;
  border: 2px solid #555;
  border-radius: 4px;
}
.make_list_buttons label {
  position: relative;
}
.make_list_buttons label.noIcon:before {
  display: none;
}
.make_list_buttons label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}
.make_list_buttons label input:checked + p {
  background-color: #ff7d7d;
  border-color: #ff7d7d;
  color: #fff;
  top: -1px;
  border: 0;
}
.make_list_buttons label:nth-child(1):before {
  background-image: url(/images/entry/ico01_1.png); 
} 
.make_list_buttons label:nth-child(2):before {
  background-image: url(/images/entry/ico01_2.png); 
} 
.make_list_buttons label:nth-child(3):before {
  background-image: url(/images/entry/ico01_3.png); 
} 
.make_list_buttons label:nth-child(4):before {
  background-image: url(/images/entry/ico01_4.png); 
} 
.make_list_buttons label:nth-child(5):before {
  background-image: url(/images/entry/ico01_5.png); 
} 
.make_list_buttons label:nth-child(6):before {
  background-image: url(/images/entry/ico01_6.png); 
} 
.make_list_buttons label:nth-child(7):before {
  background-image: url(/images/entry/ico01_7.png); 
} 
.make_list_buttons label:nth-child(8):before {
  background-image: url(/images/entry/ico01_8.png); 
}
.inputRadio input[type='checkbox'], input[type='radio'] {
  display: none;
}
.div-accordion {
  border-radius:9px;
  box-shadow: 0 0 4px rgba(27, 32, 33, 0.3);
  width:65%;
  margin:0 auto;
  margin-top:30px;
}
@media screen and (max-width: 767px) {
  .div-accordion {
    border-radius:15px;
    border:2px solid gray !important;
    width: 320px;
    margin:0 auto;
    margin-top:20px;
  }
}
.notice-txt {
    font-size: 11px;
    color: #ef3e37;
}
.license-selector {
  padding: 20px 20px 0 20px
}
.license-margin {
  padding: 20px 0 0 0;
}
.license-selector_label {
  width: 45%;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.license-selector_tags {
  justify-content: space-between;
  align-items: stretch;
}
.pf-checkbox_item {
  word-wrap: break-word;
}

.license-addition-div {
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.license-addition-input {
  width: 70%;
}
.license-addition-btn {
  width: 28%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .js-pf-license-selector {
    padding: 20px 0 0 0;
  }
  .license-margin {
    padding: 10px 20px 0 20px;
  }
  .license-selector_label {
    position: relative;
    width: 100%;
  }
  .license-addition-div {
    margin: 10px 0 0 0;
    display: block;
  }
  .license-addition-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .license-addition-btn {
    width: 100%;
    margin: 0;
  }
}
/*  KKDEV2-1381 end */

/*  KKDEV2-1389 start */
.entry-small-div2 {
    margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .entry-small-div2 {
    margin-left: 25px;
  }
}
/*  KKDEV2-1389 end */

/*  KKDEV2-1445 start */
.def_license_list {
  max-width: 65%;
  margin: 0 auto;
}
.def_license_list_buttons {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
.def_license_list_label {
  width: 100%;
  border: 1px solid #969696;
  border-radius: 6px;
  color: #1b2021;
  font-size: 13px;
}
.def_license_list_text1 {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 8px 7px 7px 40px !important;
  line-height: 3em;
}
.def_license_list_text2 {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 9px 5px 5px 40px !important;
  line-height: 1.5em;
}
.def_license_list_text1 > small,
.def_license_list_text2 > small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .def_license_list {
    max-width: 400px;
  }
  .def_license_list_buttons {
    width: 320px;
  }
  .def_license_list_text1,
  .def_license_list_text2 {
    padding: 10px 5px 8px 32px !important;
  }
}
/*  KKDEV2-1445 end */